/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.span1 {
  position: relative;
  width: 20px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span1.tile {
    height: 20px; }
  .span1.two-thirds-height {
    height: -2.85714px; }
  .span1.half-height {
    height: -20px; }
  .span1.third-height {
    height: -33.33333px; }
  .span1.quarter-height {
    height: -40px; }

.span2 {
  position: relative;
  width: 100px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span2.tile {
    height: 100px; }
  .span2.two-thirds-height {
    height: 54.28571px; }
  .span2.half-height {
    height: 20px; }
  .span2.third-height {
    height: -6.66667px; }
  .span2.quarter-height {
    height: -20px; }

.span3 {
  position: relative;
  width: 180px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span3.tile {
    height: 180px; }
  .span3.two-thirds-height {
    height: 111.42857px; }
  .span3.half-height {
    height: 60px; }
  .span3.third-height {
    height: 20px; }
  .span3.quarter-height {
    height: 0px; }

.span4 {
  position: relative;
  width: 260px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span4.tile {
    height: 260px; }
  .span4.two-thirds-height {
    height: 168.57143px; }
  .span4.half-height {
    height: 100px; }
  .span4.third-height {
    height: 46.66667px; }
  .span4.quarter-height {
    height: 20px; }

.span5 {
  position: relative;
  width: 340px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span5.tile {
    height: 340px; }
  .span5.two-thirds-height {
    height: 225.71429px; }
  .span5.half-height {
    height: 140px; }
  .span5.third-height {
    height: 73.33333px; }
  .span5.quarter-height {
    height: 40px; }

.span6 {
  position: relative;
  width: 420px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span6.tile {
    height: 420px; }
  .span6.two-thirds-height {
    height: 282.85714px; }
  .span6.half-height {
    height: 180px; }
  .span6.third-height {
    height: 100px; }
  .span6.quarter-height {
    height: 60px; }

.span7 {
  position: relative;
  width: 500px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span7.tile {
    height: 500px; }
  .span7.two-thirds-height {
    height: 340px; }
  .span7.half-height {
    height: 220px; }
  .span7.third-height {
    height: 126.66667px; }
  .span7.quarter-height {
    height: 80px; }

.span8 {
  position: relative;
  width: 580px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span8.tile {
    height: 580px; }
  .span8.two-thirds-height {
    height: 397.14286px; }
  .span8.half-height {
    height: 260px; }
  .span8.third-height {
    height: 153.33333px; }
  .span8.quarter-height {
    height: 100px; }

.span9 {
  position: relative;
  width: 660px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span9.tile {
    height: 660px; }
  .span9.two-thirds-height {
    height: 454.28571px; }
  .span9.half-height {
    height: 300px; }
  .span9.third-height {
    height: 180px; }
  .span9.quarter-height {
    height: 120px; }

.span10 {
  position: relative;
  width: 740px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span10.tile {
    height: 740px; }
  .span10.two-thirds-height {
    height: 511.42857px; }
  .span10.half-height {
    height: 340px; }
  .span10.third-height {
    height: 206.66667px; }
  .span10.quarter-height {
    height: 140px; }

.span11 {
  position: relative;
  width: 820px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span11.tile {
    height: 820px; }
  .span11.two-thirds-height {
    height: 568.57143px; }
  .span11.half-height {
    height: 380px; }
  .span11.third-height {
    height: 233.33333px; }
  .span11.quarter-height {
    height: 160px; }

.span12 {
  position: relative;
  width: 900px;
  display: block;
  float: left;
  margin: 0 0 0 0;
  padding: 30px; }
  .span12.tile {
    height: 900px; }
  .span12.two-thirds-height {
    height: 625.71429px; }
  .span12.half-height {
    height: 420px; }
  .span12.third-height {
    height: 260px; }
  .span12.quarter-height {
    height: 180px; }

.pull-down {
  position: absolute !important;
  bottom: 0; }

.pull-right {
  position: absolute !important;
  right: 0; }

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5; }

.header-xxxxlarge, .tile-date-day, .header-xxxlarge, .header-xxlarge, h1, .content-header-wrap-intro .content h2, .header-xlarge, h2, .single-post blockquote, .header-large, h3, .content-footer h3, blockquote .person, .header-medium, h4, .header-small, h5, .header-search input[type=text] {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-weight: 400; }

.header-xxxxlarge, .tile-date-day {
  font-size: 92px; }

.header-xxxlarge {
  font-size: 77px;
  margin: 0;
  padding: 0; }

.header-xxlarge, h1, .content-header-wrap-intro .content h2 {
  font-size: 36px;
  margin: 0;
  padding: 0; }

.header-xlarge, h2, .single-post blockquote {
  font-size: 24px;
  margin: 0;
  padding: 0; }

.header-large, h3, .content-footer h3, blockquote .person {
  font-size: 18px;
  margin: 0;
  padding: 0; }

.header-medium, h4 {
  font-size: 16px;
  margin: 0;
  padding: 0; }

.header-small, h5, .header-search input[type=text] {
  font-size: 14px;
  margin: 0 0 14px 0;
  padding: 0; }

.text-xxxxlarge {
  font-size: 92px; }

.text-xxxlarge {
  font-size: 77px; }

.text-xxlarge, .tile-date-year, .post-meta-sidebar h3 {
  font-size: 36px; }

.text-xlarge, .pagination li, .btn, .btn-orange, .filter, .btn-small, .proform input[type=submit] {
  font-size: 25px; }

.text-large, .tile-date-month {
  font-size: 18px; }

.text-medium, .post-meta-sidebar, .filter, .btn-small, .proform input[type=submit], blockquote .company {
  font-size: 16px; }

.text-small, header, .post {
  font-size: 14px; }

.text-xsmall, .post-meta {
  font-size: 10px; }

.text-left {
  text-align: left !important; }

p, ul, ol, hr {
  margin: 0 0 10px 0; }

ul, ol {
  padding: 0; }

ol {
  margin-left: 20px; }

li {
  margin: 0;
  padding: 0; }

ul li {
  list-style-type: none;
  background: url("/images/bullet.png") no-repeat 0px 4px;
  padding-left: 24px;
  margin-bottom: 30px; }

a, a:visited, a:focus {
  color: #f9a351;
  text-decoration: none; }
  a:hover, a:visited:hover, a:focus:hover {
    color: #59c5da; }

img {
  display: block; }

.sans-serif {
  font-family: 'Raleway', sans-serif;
  font-weight: 400; }

.blue-header {
  font-size: 29px;
  font-weight: 200;
  color: #21b2ce;
  padding: 64px 0;
  text-align: center; }
  .blue-header.no-margin {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .blue-header .strong {
    font-weight: 500; }

.black {
  color: #000; }

.header-with-margin {
  margin-bottom: 30px; }

.thin-text {
  font-weight: 200; }

.horizontal-line {
  border: 0;
  height: 1px;
  width: 140px;
  margin: 40px auto 30px;
  background: #d5d5d5; }
  .horizontal-line.even {
    margin: 30px auto 40px; }

.header-wrap {
  background: #f9a351;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9a351 0%, #dc822d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9a351), color-stop(100%, #dc822d));
  background: -webkit-linear-gradient(top, #f9a351 0%, #dc822d 100%);
  background: -o-linear-gradient(top, #f9a351 0%, #dc822d 100%);
  background: -ms-linear-gradient(top, #f9a351 0%, #dc822d 100%);
  background: linear-gradient(to bottom, #f9a351 0%, #dc822d 100%);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  height: 50px;
  position: relative;
  z-index: 999999; }

header {
  display: block;
  margin: 0 auto;
  width: 960px;
  position: relative; }
  header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }

.logo {
  position: absolute;
  top: 10px;
  z-index: 9999999; }

.header-nav {
  margin-left: 160px;
  padding-top: 16px; }
  .header-nav ul {
    display: inline-block; }
  .header-nav li {
    display: inline-block;
    margin-right: 10px;
    list-style-type: none;
    background-image: none;
    padding: 0; }
  .header-nav li.here a {
    color: #464646;
    border: 1px dashed;
    border-width: 0 0 1px 0; }
  .header-nav a {
    color: #fff;
    padding-bottom: 6px;
    margin-bottom: 10px; }
    .header-nav a:hover {
      color: #464646;
      border: 1px dashed;
      border-width: 0 0 1px 0; }

.header-search {
  position: absolute;
  right: 0;
  top: 10px; }
  .header-search ::-webkit-input-placeholder {
    color: #b95a00; }
  .header-search :-ms-input-placeholder {
    color: #b95a00; }
  .header-search ::-moz-placeholder {
    color: #b95a00; }
  .header-search :-moz-placeholder {
    color: #b95a00; }
  .header-search input[type=text] {
    background: url("/images/search-icon.png") right 4px no-repeat;
    border-radius: 0px;
    border-width: 0 0 1px 0;
    border-color: #b95a00;
    color: #b95a00;
    padding: 2px;
    width: 146px; }

.content-wrap {
  background: #f9f6f0; }

.content-header-wrap {
  background: #3d3d3d url("../images/chalk-bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
  text-align: center; }
  .content-header-wrap h2 {
    font-size: 76px;
    margin-bottom: 0px; }
  .content-header-wrap .btn, .content-header-wrap .btn-orange, .content-header-wrap .filter, .content-header-wrap .btn-small, .content-header-wrap .proform input[type=submit], .proform .content-header-wrap input[type=submit] {
    position: absolute;
    top: 360px;
    left: 50%;
    margin-left: -190px; }

.content-header-wrap-intro {
  padding: 0; }

.content-header-wrap-intro .content {
  height: 460px;
  padding-top: 60px;
  text-align: center; }

.content-header {
  display: block;
  margin: 0 auto;
  width: 960px; }
  .content-header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }

.content-footer {
  padding: 80px 0;
  background: #21b2ce;
  color: #fff; }
  .content-footer h3 {
    display: inline-block;
    margin-right: 20px;
    font-size: 22px; }

.content-footer-tan {
  background: none; }

.content {
  display: block;
  margin: 0 auto;
  width: 960px; }
  .content:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  .content.with-min-height {
    min-height: 700px; }
  .content.single-column {
    padding: 100px 0; }

.footer-wrap {
  background: #3d3d3d url("/images/footer-pattern.png") repeat-x top center;
  color: #cfcfcf; }
  .footer-wrap footer {
    display: block;
    margin: 0 auto;
    width: 960px;
    padding-top: 80px;
    height: 320px;
    font-size: 14px; }
    .footer-wrap footer:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      overflow: hidden; }
    .footer-wrap footer a {
      color: #000; }
      .footer-wrap footer a:hover {
        color: #999 !important; }
    .footer-wrap footer h3 {
      color: #f9f6f0 !important;
      font-size: 22px; }
      .footer-wrap footer h3 a {
        display: inline-block;
        color: #f9f6f0 !important; }

.legal-copyright {
  margin-top: 30px; }

.footer-support {
  margin-top: 46px; }

.support-logo {
  display: inline-block;
  background: url("/images/support-logo.png") no-repeat center;
  width: 141px;
  height: 53px;
  vertical-align: bottom; }

h3 .icon-small-up-arrow {
  margin-left: -14px;
  vertical-align: center;
  background-position: -2px -136px; }

h3 .icon-small-twitter {
  margin-left: -12px; }

.legal {
  width: 460px;
  float: left; }
  .legal a {
    color: #000; }

.tweets {
  width: 480px;
  float: right; }

.tweet {
  margin-bottom: 20px; }

.tweet-date {
  font-weight: 200; }

.tiles {
  display: block;
  position: relative; }
  .tiles:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }

.social-tiles {
  z-index: 99999; }

.tile {
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  position: relative;
  background: #fff;
  text-align: center; }
  .tile h3 {
    margin-bottom: 34px; }

.tile-align-middle {
  display: table; }

.tile-vertical-line:after, .tile-vertical-line-small:after {
  content: ' ';
  position: absolute;
  background: #f9f6f0;
  right: -1px;
  bottom: 26px;
  width: 1px;
  height: 186px;
  z-index: 999999; }

.tile-vertical-line-small:after {
  bottom: 18px;
  height: 68px; }

.tile-inner {
  display: table-cell;
  vertical-align: middle; }

.tile-left {
  text-align: left; }

ul.tiles {
  padding: 0;
  margin: 0; }

.tile-bg-image {
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  -ms-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .tile-bg-image.image-half-height {
    height: 50%; }

.span4 .tile-bg-image {
  height: 212px; }

.tile-orange {
  background: #f9a351;
  color: #fff; }
  .tile-orange h2, .tile-orange h3 {
    color: #fff; }
  .tile-orange a {
    color: #000; }
  .tile-orange .tile-number {
    color: #ffb56e; }
  .tile-orange.hover:hover {
    background: #f57c08; }

.tile-blue {
  background: #21b2ce;
  color: #fff; }
  .tile-blue .tile-number {
    color: #50c2d8; }
  .tile-blue a {
    color: #fff; }
  .tile-blue.hover:hover {
    background: #16798c; }

.tile-chalk {
  color: #fff;
  background: #000 url("/images/chalk-bg.jpg") no-repeat top left; }
  .tile-chalk .tile-number {
    color: #000; }
  .tile-chalk a {
    color: #fff; }
  .tile-chalk.hover {
    background-image: none; }
    .tile-chalk.hover:hover .tile-chalk-bg {
      opacity: 0.7; }

.tile-chalk-bg {
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  -ms-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #000 url("/images/chalk-bg.jpg") no-repeat center center;
  width: 100%;
  height: 100%; }

.tile-no-image {
  background-color: #d5d5d5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%; }

.tile-tan {
  background: #f9f6f0; }

.tile-facebook {
  background-color: #3b5998; }
  .tile-facebook:hover {
    background-color: #263961; }
    .tile-facebook:hover h3 {
      color: #fff; }

.tile-twitter {
  background-color: #00a0d1; }
  .tile-twitter:hover {
    background-color: #006584; }
    .tile-twitter:hover h3 {
      color: #fff; }

.tile-image {
  background: #000; }
  .tile-image .tile-number {
    color: #AAA;
    opacity: 0.5; }
  .tile-image.hover:hover .tile-bg-image {
    opacity: 0.7; }

.tile-number {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 200px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -90px;
  z-index: 1;
  text-align: center;
  line-height: 100px; }

.tile-number-overlay {
  position: relative;
  z-index: 2; }
  .tile-number-overlay h4 {
    font-size: 22px;
    color: #fff; }

.tile-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff; }

.span6 .tile-overlay {
  height: 240px; }
  .span6 .tile-overlay.third-height {
    height: 160px; }

.tile-content {
  padding: 2px 20px; }
  .tile-content h3 {
    font-size: 24px;
    margin-bottom: 30px; }

.span4 .tile-overlay {
  height: 160px; }
  .span4 .tile-overlay.third-height {
    height: 108px; }

.tile-overlay-inner {
  padding: 30px 60px; }
  .tile-overlay-inner a {
    color: #f9a351; }
  .tile-overlay-inner.tile-left {
    padding: 20px 30px; }
  .tile-overlay-inner.four-lines {
    height: 52px;
    overflow: hidden; }

.tile-date-day {
  line-height: 1.1;
  margin-top: 32px; }

.tile-date-month {
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase; }

.tile-date-year {
  font-weight: 200;
  line-height: 0.7; }

.left-arrow:after {
  -webkit-transition: border-color 100ms linear;
  -moz-transition: border-color 100ms linear;
  -o-transition: border-color 100ms linear;
  -ms-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9999; }
.left-arrow:after {
  right: 100%;
  border-width: 30px 18px 30px 0;
  border-right-color: #fff;
  top: 50%;
  margin-top: -30px; }
.left-arrow.tile-blue:after {
  border-right-color: #21b2ce; }
.left-arrow.tile-blue.hover:hover:after {
  border-right-color: #16798c; }
.left-arrow.tile-orange:after {
  border-right-color: #f9a351; }
.left-arrow.tile-orange.hover:hover:after {
  border-right-color: #f57c08; }
.left-arrow.tile-chalk:after {
  border-right-color: #2a2829; }
.left-arrow.tile-chalk.hover:hover:after {
  border-right-color: #292929; }

.right-arrow:after {
  -webkit-transition: border-color 100ms linear;
  -moz-transition: border-color 100ms linear;
  -o-transition: border-color 100ms linear;
  -ms-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9999; }
.right-arrow:after {
  left: 100%;
  border-width: 30px 0 30px 18px;
  border-left-color: #fff;
  top: 50%;
  margin-top: -30px; }
.right-arrow.tile-blue:after {
  border-left-color: #21b2ce; }
.right-arrow.tile-blue.hover:hover:after {
  border-left-color: #16798c; }
.right-arrow.tile-orange:after {
  border-left-color: #f9a351; }
.right-arrow.tile-orange.hover:hover:after {
  border-left-color: #f57c08; }
.right-arrow.tile-chalk:after {
  border-left-color: #333233; }
.right-arrow.tile-chalk.hover:hover:after {
  border-left-color: #292929; }

.top-arrow:after {
  -webkit-transition: border-color 100ms linear;
  -moz-transition: border-color 100ms linear;
  -o-transition: border-color 100ms linear;
  -ms-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9999; }
.top-arrow:after {
  bottom: 100%;
  border-width: 0 30px 20px 30px;
  border-bottom-color: #fff;
  left: 50%;
  margin-left: -30px; }
.top-arrow.tile-blue:after {
  border-bottom-color: #21b2ce; }
.top-arrow.tile-blue.hover:hover:after {
  border-bottom-color: #16798c; }
.top-arrow.tile-orange:after {
  border-bottom-color: #f9a351; }
.top-arrow.tile-orange.hover:hover:after {
  border-bottom-color: #f57c08; }
.top-arrow.tile-chalk:after {
  border-bottom-color: #393939; }
.top-arrow.tile-chalk.hover:hover:after {
  border-bottom-color: #292929; }

.bottom-arrow:after {
  -webkit-transition: border-color 100ms linear;
  -moz-transition: border-color 100ms linear;
  -o-transition: border-color 100ms linear;
  -ms-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9999; }
.bottom-arrow:after {
  top: 100%;
  border-width: 20px 30px 0 30px;
  border-top-color: #fff;
  left: 50%;
  margin-left: -30px; }
.bottom-arrow.tile-blue:after {
  border-top-color: #21b2ce; }
.bottom-arrow.tile-blue.hover:hover:after {
  border-top-color: #16798c; }
.bottom-arrow.tile-orange:after {
  border-top-color: #f9a351; }
.bottom-arrow.tile-orange.hover:hover:after {
  border-top-color: #f57c08; }
.bottom-arrow.tile-chalk:after {
  border-top-color: #393939; }
.bottom-arrow.tile-chalk.hover:hover:after {
  border-top-color: #292929; }

.single-post p {
  margin-bottom: 30px; }
.single-post blockquote {
  display: block;
  background: url("/images/blockquote.png") no-repeat top left;
  position: relative;
  text-align: right;
  padding-left: 60px;
  color: #cbc7bf;
  margin-bottom: 30px; }

h3.post-title {
  margin-bottom: 4px;
  color: #000;
  font-size: 22px; }
  h3.post-title:hover {
    color: #59c5da; }

.post {
  line-height: 1.4; }
  .post p {
    margin-bottom: 30px; }

.post-body {
  background: #fff; }

.post-excerpt {
  overflow: hidden;
  margin-bottom: 30px; }

.post-header {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #f9f6f0;
  border-width: 0 0 1px 0; }

.post-meta {
  color: #bcb8b0;
  text-transform: uppercase;
  margin-bottom: 4px; }

.post-meta-sidebar {
  text-align: center;
  color: #bcb8b0; }
  .post-meta-sidebar h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    margin-bottom: 20px; }

.tile-date-month {
  text-transform: uppercase; }

.icon-money {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  background-position: 0px 0px; }

.icon-twitter {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  background-position: -132px 0px; }

.icon-facebook {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  background-position: -264px 0px; }

.icon-fax {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  background-position: -396px 0px; }

.icon-email {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  background-position: -528px 0px; }

.icon-phone {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  background-position: -660px 0px; }

.icon-small-up-arrow {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  height: 48px;
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px -132px; }

.icon-small-twitter {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  height: 48px;
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  background-position: -48px -132px; }

.icon-small-link-orange {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  height: 48px;
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  background-position: -96px -132px; }

.icon-small-link-orange-hover, .btn-orange:hover .icon-small-link-orange, .filter:hover .icon-small-link-orange, .btn-small:hover .icon-small-link-orange, .proform input[type=submit]:hover .icon-small-link-orange {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  height: 48px;
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  background-position: -144px -132px; }

.icon-small-link-blue {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  height: 48px;
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  background-position: -192px -132px; }

.icon-small-link-blue-hover, .btn:hover .icon-small-link-blue, .btn-orange:hover .icon-small-link-blue, .filter:hover .icon-small-link-blue, .btn-small:hover .icon-small-link-blue, .proform input[type=submit]:hover .icon-small-link-blue {
  background: url("../images/icon-sprite.png");
  display: block;
  height: 132px;
  width: 132px;
  margin: 0 auto;
  height: 48px;
  width: 48px;
  display: inline-block;
  vertical-align: middle;
  background-position: -240px -132px; }

.icon-money {
  margin-top: -20px; }

.features {
  background: #fff;
  padding: 40px 60px; }

.feature {
  display: block;
  border: 1px solid #f9f6f0;
  border-width: 0 0 1px 0;
  padding-bottom: 40px;
  margin-bottom: 40px;
  line-height: 1.3; }
  .feature:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  .feature.last {
    border-width: 0 0 0 0; }
  .feature.even .feature-header {
    float: right;
    margin-left: 0;
    margin-right: -20px; }
  .feature.even .feature-content {
    margin-left: 0px;
    margin-right: 180px; }

.feature-header {
  position: relative;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  -ms-border-radius: 75px;
  -o-border-radius: 75px;
  border-radius: 75px;
  margin-left: -20px;
  height: 70px;
  width: 124px;
  background: #21b2ce;
  padding: 37px 10px;
  text-align: center;
  float: left;
  color: #fff; }
  .feature-header h4 {
    font-size: 22px; }

.feature-nub, .feature-nub-left {
  position: absolute;
  background: #21b2ce;
  width: 26px;
  height: 4px;
  left: 100%;
  top: 70px; }
  .feature-nub:after, .feature-nub-left:after {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    content: " ";
    position: absolute;
    left: 100%;
    top: -3px;
    width: 10px;
    height: 10px;
    background: #21b2ce; }

.feature-nub-left {
  left: auto;
  right: 100%; }
  .feature-nub-left:after {
    left: auto;
    right: 100%; }

.feature-header-orange {
  background: #f9a351; }
  .feature-header-orange .feature-nub, .feature-header-orange .feature-nub-left {
    background: #f9a351; }
    .feature-header-orange .feature-nub:after, .feature-header-orange .feature-nub-left:after {
      background: #f9a351; }

.feature-header-chalk {
  background: #3d3d3d url("/images/chalk-bg.jpg") no-repeat center center; }
  .feature-header-chalk .feature-nub, .feature-header-chalk .feature-nub-left {
    background: #3f3e3f; }
    .feature-header-chalk .feature-nub:after, .feature-header-chalk .feature-nub-left:after {
      background: #3f3e3f; }

.feature-content {
  margin-left: 180px;
  padding-top: 40px; }

.pagination-buffer {
  display: block; }
  .pagination-buffer:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }

.pagination {
  display: block;
  text-align: center;
  padding: 60px 0;
  margin: 0;
  margin: 0;
  width: 100%; }
  .pagination li {
    display: inline-block;
    font-weight: 200;
    list-style-type: none;
    background-image: none;
    margin: 0 20px 0 0;
    padding: 0; }
    .pagination li a {
      color: #21b2ce; }

.grid li {
  font-size: 14px;
  line-height: 1.3; }
  .grid li .tile-overlay-inner {
    padding: 20px 16px; }
  .grid li.mix {
    opacity: 0;
    display: none; }
.grid h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3; }

.filters {
  display: block;
  position: relative;
  padding: 0;
  text-align: center; }
  .filters:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }

.filter {
  display: inline-block;
  padding: 10px !important;
  list-style-type: none;
  margin-right: 10px;
  cursor: pointer; }
  .filter.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: #d5d5d5;
    text-shadow: none; }
  .filter a {
    color: #fff; }
    .filter a:hover {
      color: #fff; }

.grid-no-results {
  padding: 100px 0;
  display: none; }

.btn, .btn-orange, .filter, .btn-small, .proform input[type=submit] {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #22b4d0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #22b4d0 0%, #006e84 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #22b4d0), color-stop(100%, #006e84));
  background: -webkit-linear-gradient(top, #22b4d0 0%, #006e84 100%);
  background: -o-linear-gradient(top, #22b4d0 0%, #006e84 100%);
  background: -ms-linear-gradient(top, #22b4d0 0%, #006e84 100%);
  background: linear-gradient(to bottom, #22b4d0 0%, #006e84 100%);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
  color: #fff !important;
  padding: 14px 20px 14px 68px;
  text-shadow: 0px 1px 1px #00667b;
  vertical-align: middle; }
  .btn:hover, .btn-orange:hover, .filter:hover, .btn-small:hover, .proform input[type=submit]:hover {
    background: #006e84;
    /* Old browsers */
    background: -moz-linear-gradient(top, #006e84 0%, #22b4d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006e84), color-stop(100%, #22b4d0));
    background: -webkit-linear-gradient(top, #006e84 0%, #22b4d0 100%);
    background: -o-linear-gradient(top, #006e84 0%, #22b4d0 100%);
    background: -ms-linear-gradient(top, #006e84 0%, #22b4d0 100%);
    background: linear-gradient(to bottom, #006e84 0%, #22b4d0 100%);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .btn:hover .icon-small-link-blue, .btn-orange:hover .icon-small-link-blue, .filter:hover .icon-small-link-blue, .btn-small:hover .icon-small-link-blue, .proform input[type=submit]:hover .icon-small-link-blue {
      margin-left: 56px; }
  .btn i, .btn-orange i, .filter i, .btn-small i, .proform input[type=submit] i {
    margin-left: 56px; }

.btn-orange, .filter, .btn-small, .proform input[type=submit] {
  background: #f9a351;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9a351 0%, #dd832e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9a351), color-stop(100%, #dd832e));
  background: -webkit-linear-gradient(top, #f9a351 0%, #dd832e 100%);
  background: -o-linear-gradient(top, #f9a351 0%, #dd832e 100%);
  background: -ms-linear-gradient(top, #f9a351 0%, #dd832e 100%);
  background: linear-gradient(to bottom, #f9a351 0%, #dd832e 100%);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 14px 20px 14px 28px;
  text-shadow: 0px 1px 1px #ab5400; }
  .btn-orange:hover, .filter:hover, .btn-small:hover, .proform input[type=submit]:hover {
    background: #dd832e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dd832e 0%, #f9a351 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd832e), color-stop(100%, #f9a351));
    background: -webkit-linear-gradient(top, #dd832e 0%, #f9a351 100%);
    background: -o-linear-gradient(top, #dd832e 0%, #f9a351 100%);
    background: -ms-linear-gradient(top, #dd832e 0%, #f9a351 100%);
    background: linear-gradient(to bottom, #dd832e 0%, #f9a351 100%); }
    .btn-orange:hover .icon-small-link-orange, .filter:hover .icon-small-link-orange, .btn-small:hover .icon-small-link-orange, .proform input[type=submit]:hover .icon-small-link-orange {
      margin-left: 22px; }
  .btn-orange i, .filter i, .btn-small i, .proform input[type=submit] i {
    margin-left: 22px; }

.btn-small {
  padding: 7px 10px; }

.addthis_toolbox {
  position: relative;
  left: 50%;
  margin-left: -86px;
  margin-top: 28px; }

h3.event-title {
  margin-bottom: 6px; }

.event-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.events p {
  margin-bottom: 30px; }

.event-date, .event-category {
  font-weight: 600; }

.proform {
  margin: 0; }
  .proform label {
    display: none; }
  .proform input[type=text], .proform textarea {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 398px;
    padding: 10px 10px 8px;
    margin-bottom: 20px;
    border: 1px solid #dcd7cc; }
  .proform input[type=submit] {
    padding: 10px 40px;
    border: none;
    width: 420px; }
  .proform textarea {
    height: 220px; }
  .proform fieldset {
    border: none;
    padding: 0;
    margin: 0; }
  .proform ul {
    padding: 0;
    margin: 0; }
  .proform li {
    list-style-type: none;
    padding: 0;
    background-image: none;
    margin: 0; }

.input-group .proform {
  margin: 0; }
.input-group li {
  float: left; }
.input-group input[type=text] {
  position: relative;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  width: 160px;
  padding: 9px 10px 8px; }
.input-group input[type=submit] {
  position: relative;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding: 9px 20px;
  width: auto;
  margin-left: -10px; }

.input-dark {
  margin-top: 26px; }
  .input-dark .pf_buttons {
    width: 400px; }
  .input-dark input[type=text] {
    background: #000;
    width: 240px;
    border: 0px !important;
    color: #fff !important; }

.banner {
  position: relative;
  overflow: hidden;
  background-image: none; }
  .banner ul {
    display: block;
    padding: 0;
    height: 570px !important; }
    .banner ul:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
      overflow: hidden; }
  .banner li {
    float: left;
    list-style: none;
    background-image: none;
    margin: 0;
    padding: 0;
    height: 570px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
    .banner li h2 {
      margin-bottom: 10px; }
  .banner .content-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    z-index: 2;
    padding-top: 100px;
    font-weight: 200; }

.unslider-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 99999999;
  top: 300px;
  width: 71px;
  height: 108px;
  margin-left: -35px;
  text-indent: -999999px; }
  .unslider-arrow.next {
    left: 95%;
    background-image: url("../images/slider-arrow-next.png"); }
  .unslider-arrow.prev {
    left: 5%;
    background-image: url("../images/slider-arrow-previous.png"); }

.fixed-banner ul.event-slides {
  height: auto;
  padding: 0; }
.fixed-banner li.event {
  float: left;
  list-style: none;
  padding: 0;
  background: none; }
.fixed-banner .dots {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px; }
  .fixed-banner .dots:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
.fixed-banner li.dot {
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  text-indent: -99999px;
  margin: 0 3px 0 3px;
  background: #f3f0ec;
  height: 14px;
  width: 14px; }
  .fixed-banner li.dot:hover {
    cursor: pointer; }
  .fixed-banner li.dot.active {
    background: #017187; }

.collapse-content {
  position: absolute;
  display: none;
  width: 100%;
  top: 320px;
  background: #fff;
  width: 960px;
  min-height: 320px;
  z-index: 9999999999;
  left: 0; }

.collapse-item {
  cursor: hand;
  cursor: pointer; }

.collapse-number {
  float: left;
  width: 320px;
  display: table; }
  .collapse-number .collapse-number-inner {
    display: table-cell;
    vertical-align: middle; }
  .collapse-number h2 {
    margin: 0;
    text-align: center;
    font-size: 280px;
    color: #f9f6f0;
    line-height: 1; }

.accordion {
  margin-bottom: 0px; }

.accordion-heading .accordion-toggle {
  display: block; }

.accordion-toggle {
  cursor: pointer; }

.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  transition: height 0.35s ease;
  background: #fff;
  position: relative;
  height: 0;
  overflow: hidden; }

.collapse.in {
  height: auto;
  min-height: 370px; }

.collapse-inner {
  height: 310px;
  background: #fff;
  padding: 30px 30px 30px 0;
  width: 600px;
  float: right; }
  .collapse-inner p {
    margin-bottom: 30px; }

.hidden {
  display: none;
  visibility: hidden; }

.tile-arrow-overlay {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9999;
  display: none;
  top: 150px;
  border-width: 17px 20px 0 20px;
  border-top-color: #ffb56e;
  left: 50%;
  margin-left: -20px; }
  .tile-arrow-overlay.blue {
    border-top-color: #50c2d8; }
  .tile-arrow-overlay.chalk {
    border-top-color: #000; }
  .tile-arrow-overlay.open {
    display: block; }

blockquote {
  font-size: 28px;
  margin: 0;
  font-weight: 200;
  line-height: 1.3; }
  blockquote p {
    margin-bottom: 10px; }
  blockquote footer {
    text-align: center;
    width: 100%;
    padding-top: 0; }

.goals-header {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: none no-repeat center;
  background-image: url("/images/goals-header.png");
  height: 170px; }

.mission-header {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: none no-repeat center;
  background-image: url("/images/mission-header.png");
  height: 240px; }

.events-header {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: none no-repeat center;
  background-image: url("/images/events-header.png");
  height: 320px; }

.volunteer-header {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: none no-repeat center;
  background-image: url("/images/volunteer-header.png");
  height: 250px; }

.icon-money + h3 {
  margin: -10px 0 6px;
  font-size: 20px; }

.tile-muttart {
  background: url("/images/muttart.jpg") no-repeat top left; }

.tile-testimonial {
  background: url("/images/testimonial.jpg") no-repeat center center; }

.tile-upcoming-events {
  background: url("/images/upcoming-events.jpg") no-repeat center center; }

.tile-twitter h3, .tile-facebook h3 {
  margin-top: 20px;
  font-size: 22px; }

.tile-our-mission {
  background: url("/images/our-mission.jpg") no-repeat center center; }

.tile-yeg-bridge {
  background: url("/images/edmonton-bridge.jpg") no-repeat center center; }

.tile-organizations {
  background: url("/images/organizations.jpg") no-repeat center center; }

.about-slogan {
  font-size: 29px; }

.tile-plus h3 {
  font-size: 24px;
  margin-bottom: 50px; }

/*# sourceMappingURL=application.css.map */
