/*
@QGColWidth: 			6.729%;
@QGColGutter: 			1.75%;
*/
/*  Font Awesome 3.0
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    • The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
    • Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
      http://opensource.org/licenses/mit-license.html
    • The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
    • Attribution is no longer required in Font Awesome 3.0, but much appreciated:
      "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('/lib/fonts/fontawesome-webfont.eot');
  src: url('/lib/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/lib/fonts/fontawesome-webfont.woff') format('woff'), url('/lib/fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal !important;
  font-style: normal !important;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
/* includes sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0% 0%;
  background-repeat: repeat;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

  line-height: .6em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-dark {
  color: #464748;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-small {
  font-size: .8em;
}
.icon-small.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.push-left {
  margin-left: 4px;
}
.push-right {
  margin-right: 4px;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .35em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .35em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .35em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  height: .75em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .45em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
/* Typography Reset
===================================================== */
* {
  font-family: "proxima-nova", "Proxima Nova", Arial, sans-serif;
}
body {
  line-height: 1.7;
  color: #777777;
}
/* darker stuff */
h1,
h2,
h3,
h4,
h5,
h6,
.header-1,
.header-2,
.header-3,
.header-4,
.header-5,
.header-6,
strong,
b,
label,
legend,
.dark {
  color: #444444;
}
p,
ul,
ol,
dl,
.form-element,
.element {
  margin: 0 0 22.5px;
  font-size: 15px;
  line-height: 1.7;
}
p small,
ul small,
ol small,
dl small,
.form-element small,
.element small {
  font-size: 13px;
  color: #87898b;
}
p.tight,
ul.tight,
ol.tight,
dl.tight,
.form-element.tight,
.element.tight {
  margin-bottom: 11.25px;
}
p.loose,
ul.loose,
ol.loose,
dl.loose,
.form-element.loose,
.element.loose {
  margin-bottom: 33.75px;
}
.chunk {
  margin-bottom: 67.5px;
  *zoom: 1;
}
.chunk:before,
.chunk:after {
  display: table;
  content: "";
}
.chunk:after {
  clear: both;
}
a {
  text-decoration: none;
  color: #7ba244;
}
::-moz-selection {
  background: rgba(156, 192, 104, 0.5);
  text-shadow: none;
}
::selection {
  background: rgba(156, 192, 104, 0.5);
  background: #9cc068;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.header-1,
.header-2,
.header-3,
.header-4,
.header-5,
.header-6 {
  line-height: 1.4449999999999998;
  margin: 45px 0 22.5px 0;
  color: #444444;
  text-rendering: optimizelegibility;
  font-weight: 600;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.header-1 small,
.header-2 small,
.header-3 small,
.header-4 small,
.header-5 small,
.header-6 small {
  font-weight: normal;
  color: #a1a3a4;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.header-1:first-child,
.header-2:first-child,
.header-3:first-child,
.header-4:first-child,
.header-5:first-child,
.header-6:first-child,
h1.first,
h2.first,
h3.first,
h4.first,
h5.first,
h6.first,
.header-1.first,
.header-2.first,
.header-3.first,
.header-4.first,
.header-5.first,
.header-6.first {
  margin-top: 0;
}
h1.section,
h2.section,
h3.section,
h4.section,
h5.section,
h6.section,
.header-1.section,
.header-2.section,
.header-3.section,
.header-4.section,
.header-5.section,
.header-6.section {
  border-bottom: 2px solid #d5d5d6;
  *zoom: 1;
  padding-bottom: 11.25px;
}
h1.section:before,
h2.section:before,
h3.section:before,
h4.section:before,
h5.section:before,
h6.section:before,
.header-1.section:before,
.header-2.section:before,
.header-3.section:before,
.header-4.section:before,
.header-5.section:before,
.header-6.section:before,
h1.section:after,
h2.section:after,
h3.section:after,
h4.section:after,
h5.section:after,
h6.section:after,
.header-1.section:after,
.header-2.section:after,
.header-3.section:after,
.header-4.section:after,
.header-5.section:after,
.header-6.section:after {
  display: table;
  content: "";
}
h1.section:after,
h2.section:after,
h3.section:after,
h4.section:after,
h5.section:after,
h6.section:after,
.header-1.section:after,
.header-2.section:after,
.header-3.section:after,
.header-4.section:after,
.header-5.section:after,
.header-6.section:after {
  clear: both;
}
h1.loose,
h2.loose,
h3.loose,
h4.loose,
h5.loose,
h6.loose,
.header-1.loose,
.header-2.loose,
.header-3.loose,
.header-4.loose,
.header-5.loose,
.header-6.loose {
  margin-bottom: 33.75px;
}
h1.tight,
h2.tight,
h3.tight,
h4.tight,
h5.tight,
h6.tight,
.header-1.tight,
.header-2.tight,
.header-3.tight,
.header-4.tight,
.header-5.tight,
.header-6.tight {
  margin-bottom: 11.25px;
}
/* A little less padding on smaller headers */
h4,
h5,
h6,
.header-4,
.header-5,
.header-6 {
  margin: 27px 0 11.25px 0;
  font-family: "proxima-nova", "Proxima Nova", Arial, sans-serif;
}
h1,
.header-1 {
  font-size: 45px;
}
h1 small,
.header-1 small {
  font-size: 19.5px;
}
@media (max-width: 767px) {
  h1,
  .header-1 {
    font-size: 36px;
  }
}
h2,
.header-2 {
  font-size: 36px;
}
h2 small,
.header-2 small {
  font-size: 18.75px;
}
@media (max-width: 767px) {
  h2,
  .header-2 {
    font-size: 28.5px;
  }
}
h3,
.header-3 {
  font-size: 28.5px;
}
h3 small,
.header-3 small {
  font-size: 15px;
}
@media (max-width: 767px) {
  h3,
  .header-3 {
    font-size: 22.5px;
  }
}
h4,
.header-4 {
  font-size: 22.5px;
}
h4 small,
.header-4 small {
  font-size: 14px;
}
@media (max-width: 767px) {
  h4,
  .header-4 {
    font-size: 17px;
  }
}
h5,
.header-5 {
  font-size: 17px;
}
@media (max-width: 767px) {
  h5,
  .header-5 {
    font-size: 15px;
  }
}
h6,
.header-6 {
  font-size: 15px;
  color: #87898b;
  text-transform: uppercase;
}
hr {
  margin: 1.7 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
  color: #444444;
}
em {
  font-style: italic;
}
.muted {
  color: #a1a3a4;
}
.yell {
  text-transform: uppercase;
}
.small-text {
  font-size: 14px;
}
.smaller-text {
  font-size: 13px;
}
.smallest-text {
  font-size: 12px;
}
.normal-text {
  font-size: 15px;
}
.large-text {
  font-size: 16px;
}
.larger-text {
  font-size: 17px;
}
.largest-text {
  font-size: 20px;
}
.airy {
  line-height: 2.2;
}
.fancy {
  font-family: "adelle", Georgia, "Times New Roman", Times, serif;
}
.block-text {
  color: #ffffff;
  background: #BCBCBC;
  padding: 5px 8px 4px;
  font-size: 12.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lead {
  margin-bottom: 22.5px;
  font-size: 21px;
  font-weight: 200;
  line-height: 27px;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 22.5px 45px;
  border-left: 5px solid #b6b7b8;
}
blockquote p {
  margin-bottom: 0;
  font-family: "adelle", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.87;
  font-style: italic;
  color: #444444;
}
blockquote small {
  display: block;
  line-height: 1.7;
  color: #a1a3a4;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #b6b7b8;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 1.7;
  line-height: 1.7;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
.center {
  text-align: center;
}
.caps {
  text-transform: uppercase;
}
dl.inline dt {
  font-weight: bold;
  display: inline;
}
dl.inline dd {
  display: inline;
}
ul,
ol {
  padding: 0;
  margin: 0 0 22.5px 20px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 3px;
  margin-bottom: 12px;
  font-size: 13.5px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  margin-left: 26px;
  text-indent: -4px;
}
li {
  line-height: 1.87;
  margin-bottom: 3px;
}
li::-moz-list-bullet,
li::-moz-list-number {
  color: #a6a8a9;
}
.unstyled,
.unstyled-list {
  margin-left: 0;
}
.unstyled li,
.unstyled-list li {
  list-style: none;
}
.unstyled .unstyled,
.unstyled-list .unstyled {
  margin-left: 22.5px;
}
dl {
  margin-bottom: 22.5px;
}
dt,
dd {
  line-height: 1.7;
}
dt {
  font-weight: bold;
  margin-bottom: 9px;
}
dd {
  margin: 0 0 18px 16.875px;
  font-size: 13.5px;
}
.lined-list {
  margin-left: 0;
}
.lined-list > li,
.lined-list > dd {
  border: 1px solid #eaeaea;
  border-width: 0 0 1px 0;
  padding: 6px 4px 7px;
  margin-left: 0;
  list-style: none;
}
.lined-list:first-child {
  border-width: 1px 0;
}
.lined-list .lined-list {
  margin-left: 22.5px;
  margin-bottom: 0;
  margin-top: 10px;
}
.lined-list .lined-list li:first-child {
  border-top-width: 1px !important;
  margin-top: 4px;
}
.lined-list .lined-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
ol.lined-list {
  margin-left: 26px;
}
ol.lined-list li {
  list-style-type: decimal;
}
ul.spaced li,
li.spaced {
  margin-bottom: 15px;
}
.big-lined-list {
  margin-left: 0;
  margin-right: 0;
}
.big-lined-list > li,
.big-lined-list > dd {
  border: 1px solid #eaeaea;
  border-width: 0 0 1px 0;
  padding: 22.5px 0;
  margin-left: 0;
  list-style: none;
}
.big-lined-list > li:last-child,
.big-lined-list > dd:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.big-lined-list:first-child {
  border-width: 1px 0;
}
.shout {
  text-align: center;
  font-family: "adelle", Georgia, "Times New Roman", Times, serif;
  font-weight: 200;
}
.whisper {
  display: block;
  color: #999;
  text-transform: uppercase;
  font-size: 25.5px;
  font-weight: normal;
}
/**
 * Gridpak Beta LESS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.mixin-col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.mixin-span_first {
  margin-left: 0;
}
/* 1. 1 Column Grid 0px - 779px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    100%
    
    ----------------------------------------------------------------------------- */@media screen and (min-width: 0px) and (max-width: 779px) {
  .col {
    margin-left: 4%;
    padding: 0 0%;
  }
  /* --- Gridpak variables ---*/.row .col:first-child {
    margin-left: 0;
  }
  /*
          Add your semantic classnames in alongside their corresponding spans here. e.g.
          
          .span_3,
          .my_semantic_class_name {
              ...
          }
          
          */
  .span_1,
  .span_2,
  .span_3,
  .span_4,
  .span_5,
  .span_6,
  .span_7,
  .span_8,
  .span_9,
  .span_10,
  .span_11,
  .span_12 {
    margin-left: 0;
    width: 100%;
  }
}
/* 2. 12 Column Grid 780px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    4.66666666667%
    Span 2:    13.3333333333%
    Span 3:    22.0%
    Span 4:    30.6666666667%
    Span 5:    39.3333333333%
    Span 6:    48.0%
    Span 7:    56.6666666667%
    Span 8:    65.3333333333%
    Span 9:    74.0%
    Span 10:    82.6666666667%
    Span 11:    91.3333333333%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */@media screen and (min-width: 780px) {
  .col {
    margin-left: 4%;
    padding: 0 0%;
  }
  /* --- Gridpak variables ---*/.row .col:first-child {
    margin-left: 0;
  }
  .span_1 {
    width: 4.666666666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_2 {
    width: 13.333333333333334%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_3 {
    width: 22%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_4 {
    width: 30.666666666666668%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_5 {
    width: 39.333333333333336%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_6 {
    width: 48%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_7 {
    width: 56.66666666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_8 {
    width: 65.33333333333334%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_9 {
    width: 74%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_10 {
    width: 82.66666666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_11 {
    width: 91.33333333333334%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%;
  }
  .span_12 {
    margin-left: 0;
    width: 100%;
  }
}
.form-element {
  margin: 0 0 22.5px;
}
.form-element.tight {
  margin: 0 0 11.25px;
}
.form-element.loose {
  margin: 0 0 37.125px;
}
.form-element.collapsed {
  margin: 0;
}
.form-element.xloose {
  margin: 0 0 59.625px;
  padding: 0 0 59.625px;
  border-bottom: 2px solid #eee;
}
.form-element.xloose:last-child {
  border: 0;
  padding-bottom: 0;
}
.form-element label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6.75px;
  display: block;
}
.form-element label small {
  font-weight: 400;
  vertical-align: text-bottom;
}
.form-element .field {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 12px;
  width: 100%;
  *width: 95%;
  display: block;
  background: #ffffff;
  border: 1px solid #d0d0d1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  color: #666;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -ms-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -o-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: linear-gradient(top, #ffffff, #f8f8f8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
}
.form-element .field:focus {
  border-color: #87898b;
  color: #333;
}
.form-element .field[disabled='disabled'] {
  opacity: .6;
}
.form-element .field.medium {
  height: 200px;
}
.form-element .field.large {
  height: 300px;
}
.form-element .field.xlarge {
  height: 450px;
}
.radioset label {
  font-size: 13.5px;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: normal;
}
.radioset label input {
  float: left;
  margin-right: 8px;
}
.optset input {
  float: left;
  margin-right: 8px;
  font-size: 16px;
  /* makes webkit browsers use slightly larger checkbox UI */

  vertical-align: bottom;
  margin-top: 3px;
}
.optset label {
  padding-left: 22.5px;
  font-size: 15px;
  vertical-align: top;
  margin-bottom: 0;
  font-weight: normal;
}
.input-list {
  margin: 0;
}
.input-list li {
  list-style: none;
}
/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
.faux-select-container {
  position: relative;
  height: 35px;
}
.faux-select-container select {
  cursor: pointer;
  padding: 0;
  position: absolute;
  z-index: 3;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  font-size: 14px;
  -webkit-appearance: none;
  width: 100%;
  /* firefox needs this */

  height: 100%;
  /* IE needs this */

}
@media screen and (max-width: 767px) {
  .faux-select-container select {
    font-size: 50px;
  }
}
.faux-select-container .faux-select {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -ms-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: -o-linear-gradient(top, #ffffff, #f8f8f8);
  background-image: linear-gradient(top, #ffffff, #f8f8f8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
  font-size: 14px;
  border: 1px solid #d0d0d1;
  padding: 7px 12px;
  line-height: 1.35;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.faux-select-container .faux-select:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border: 4.5px solid transparent;
  border-top: 6px solid #87898b;
  position: absolute;
  z-index: auto;
  top: 50%;
  right: 13.5px;
  bottom: auto;
  left: auto;
  margin-top: -3px;
}
/* Errors
================================================== */
.form-element.invalid .field,
.form-element.invalid .faux-select {
  background: #f7e7ea;
  border-color: #dea4ac;
}
.form-element.invalid .error-text {
  float: right;
  color: #ce7783;
  font-size: 13px;
  line-height: 2;
  font-weight: 600;
}
.alert {
  font-size: 15px;
  padding: 8px 35px 8px 14px;
  margin-bottom: 1.7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert .close {
  float: right;
  position: relative;
  top: -7px;
  right: -21px;
  line-height: 1.7;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger strong,
.alert-error strong {
  color: #953b39;
}
.alert-danger h4,
.alert-error h4 {
  color: #953b39;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 1.7;
}
.table th,
.table td {
  padding: 8px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-spacious th,
.table-spacious td {
  padding: 20px 16px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
/*
.table td,
.table th {
  &.span1     { .tableColumns(1); }
  &.span2     { .tableColumns(2); }
  &.span3     { .tableColumns(3); }
  &.span4     { .tableColumns(4); }
  &.span5     { .tableColumns(5); }
  &.span6     { .tableColumns(6); }
  &.span7     { .tableColumns(7); }
  &.span8     { .tableColumns(8); }
  &.span9     { .tableColumns(9); }
  &.span10    { .tableColumns(10); }
  &.span11    { .tableColumns(11); }
  &.span12    { .tableColumns(12); }
}
*/
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
/* Buttons
================================================== */
.btn {
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 16px;
  border: 1px solid #769b41;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #90b55a;
  background-image: -moz-linear-gradient(top, #9cc068, #7ea645);
  background-image: -ms-linear-gradient(top, #9cc068, #7ea645);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9cc068), to(#7ea645));
  background-image: -webkit-linear-gradient(top, #9cc068, #7ea645);
  background-image: -o-linear-gradient(top, #9cc068, #7ea645);
  background-image: linear-gradient(top, #9cc068, #7ea645);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc068', endColorstr='#7ea645', GradientType=0);
}
.btn.btn-mini {
  padding: 4px 12px;
  font-size: 13px;
}
.btn.btn-small {
  padding: 5px 14px;
  font-size: 14px;
}
.btn.btn-large {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
}
.btn.btn-jumbo {
  padding: 12px 50px;
  font-size: 17px;
  font-weight: 400;
}
.btn.btn-flat {
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #9cc068;
}
.btn.btn-flat.btn-small {
  padding: 5px 14px;
}
.btn.btn-flat.btn-mini {
  padding: 4px 12px;
}
.btn.btn-flat.btn-large {
  padding: 10px 30px;
}
.btn.btn-flat:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #769b41;
}
.btn.btn-text {
  font-weight: 600;
  background: none !important;
  border: none;
  text-shadow: none;
  padding-left: 4px;
  padding-right: 4px;
  color: #7ba244;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  background-color: #8bae57;
  background-image: -moz-linear-gradient(top, #9cc068, #70943e);
  background-image: -ms-linear-gradient(top, #9cc068, #70943e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9cc068), to(#70943e));
  background-image: -webkit-linear-gradient(top, #9cc068, #70943e);
  background-image: -o-linear-gradient(top, #9cc068, #70943e);
  background-image: linear-gradient(top, #9cc068, #70943e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc068', endColorstr='#70943e', GradientType=0);
}
.btn.btn-secondary {
  background-color: #7b7d7f;
  background-image: -moz-linear-gradient(top, #87898b, #696a6c);
  background-image: -ms-linear-gradient(top, #87898b, #696a6c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87898b), to(#696a6c));
  background-image: -webkit-linear-gradient(top, #87898b, #696a6c);
  background-image: -o-linear-gradient(top, #87898b, #696a6c);
  background-image: linear-gradient(top, #87898b, #696a6c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87898b', endColorstr='#696a6c', GradientType=0);
  border-color: #5a5b5d;
}
.btn:active {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset;
}
.btn-cluster {
  *zoom: 1;
}
.btn-cluster:before,
.btn-cluster:after {
  display: table;
  content: "";
}
.btn-cluster:after {
  clear: both;
}
.btn-cluster .btn {
  float: left;
  margin-right: 10px;
}
/* Boxes & Containers
--------------------------- */
.button-panel {
  clear: both;
  *zoom: 1;
  background: #f4f4f4;
  border: 2px solid #eaeaea;
  padding: 12px 20px;
}
.button-panel:before,
.button-panel:after {
  display: table;
  content: "";
}
.button-panel:after {
  clear: both;
}
.button-panel.upper {
  border-width: 0 0 2px 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.button-panel.lower {
  border-width: 2px 0 0 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.button-panel .btn-group {
  margin-bottom: 0;
}
/* Boxes & Containers
================================================== */
.left {
  float: left;
}
.right {
  float: right;
}
.fluid-image {
  width: 100%;
  max-width: 100%;
}
.padded-block {
  padding: 22.5px;
}
.chunk-inverse {
  padding: 67.5px 0;
}
ul.navigation li {
  list-style: none;
}
ul.navigation li a {
  display: block;
  font-size: 16.5px;
  padding: 8px 10px;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.navigation li.selected a {
  background: #87898b;
  color: #ffffff;
  font-weight: 600;
}
.disable {
  opacity: .5;
}
.immobilize {
  opacity: .5;
  position: relative;
}
.immobilize:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* @group Frame Visual Effects */.float-set {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.float-set:before,
.float-set:after {
  display: table;
  content: "";
}
.float-set:after {
  clear: both;
}
.frame-container {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.frame {
  margin-bottom: 22.5px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.frame object,
.frame embed,
.frame iframe,
.frame img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.frame img {
  display: block;
  z-index: -1;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.bordered {
  padding: 4px;
  border: 1px solid #d0d0d1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bordered object,
.bordered embed,
.bordered iframe,
.bordered img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.centered-media {
  text-align: center;
}
.inset {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) inset;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) inset;
}
.inset img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.outset {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 4px rgba(0, 0, 0, 0.5);
}
.outset img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.frame-container .frame .bottom,
.frame-container .frame .top {
  position: absolute;
  left: 50%;
  float: left;
}
.frame-container .frame .bottom a,
.frame-container .frame .top a {
  float: left;
  position: relative;
  left: -50%;
}
.frame-container .frame .bottom {
  bottom: 10px;
}
.frame-container .frame .top {
  top: 10px;
}
/*
	Site-wide components written in mixin format
	============================================
*/
/* Quick Grid
---------------------------
Corresponds with  variables 
found in variables.less */
.row {
  *zoom: 1;
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
.row.omega {
  margin-bottom: 0;
}
*[class*='qg'] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2.89999%;
  display: block;
}
*[class*='qg'].omega {
  margin-right: 0;
}
*[class*='qg'].qg-center {
  margin-right: auto;
  margin-left: auto !important;
  float: none;
}
.qg1 {
  width: 5.58474%;
}
.qg2 {
  width: 14.069469999999999%;
}
.qg3 {
  width: 22.5542%;
}
.qg4 {
  width: 31.03893%;
}
.qg5 {
  width: 39.52366%;
}
.qg6 {
  width: 48.00839%;
}
.qg7 {
  width: 56.493120000000005%;
}
.qg8 {
  width: 64.97785%;
}
.qg9 {
  width: 73.46258%;
}
.qg10 {
  width: 81.94731%;
}
.qg11 {
  width: 90.43204%;
}
.qg12 {
  width: 67.01688%;
}
.no-gutter > *[class*='qg'] {
  margin: 0;
}
.no-gutter > .qg1 {
  width: 8.3333333333%;
}
.no-gutter > .qg2 {
  width: 16.6666666666%;
}
.no-gutter > .qg3 {
  width: 24.9999999999%;
}
.no-gutter > .qg4 {
  width: 33.3333333332%;
}
.no-gutter > .qg5 {
  width: 41.66666666650001%;
}
.no-gutter > .qg6 {
  width: 49.9999999998%;
}
.no-gutter > .qg7 {
  width: 58.3333333331%;
}
.no-gutter > .qg8 {
  width: 66.6666666664%;
}
.no-gutter > .qg9 {
  width: 74.99999999970001%;
}
.no-gutter > .qg10 {
  width: 83.33333333300001%;
}
.no-gutter > .qg11 {
  width: 91.6666666663%;
}
.no-gutter > .qg12 {
  width: 99.9999999996%;
}
@media screen and (max-width: 767px) {
  .fold-handheld {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 979px) {
  .fold-tablet {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* Boxes
--------------------------- */
.box {
  *zoom: 1;
  background: ;
  padding: 29.25px;
  margin-bottom: 22.5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d0d0d1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
.box:before,
.box:after {
  display: table;
  content: "";
}
.box:after {
  clear: both;
}
.box .box-header {
  *zoom: 1;
  margin: -22.5px -22.5px 18px -22.5px;
  padding: 17.5px 22.5px;
  border-bottom: 1px solid rgba(135, 137, 139, 0.4);
}
.box .box-header:before,
.box .box-header:after {
  display: table;
  content: "";
}
.box .box-header:after {
  clear: both;
}
.box .box-header * {
  margin-bottom: 0;
  margin-top: 0;
}
.box .box-section {
  border: 0;
  border-bottom: 1px solid #d0d0d1;
  padding: 0 22.5px 22.5px;
  margin: 29.25px -29.25px;
}
.box .box-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.box .box-section :last-child {
  margin-bottom: 0;
}
.box :last-child {
  margin-bottom: 0;
}
.box :first-child {
  margin-top: 0;
}
.box.simple {
  background: #f7f7f7;
  background: rgba(135, 137, 139, 0.09999999999999998);
}
/* Pills
--------------------------- */
.pill {
  display: block;
  padding: 6px 0;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #bbbcbd;
  color: white;
  font-weight: 600;
}
.pill.negative {
  background: #ce7783;
}
.pill.positive {
  background: #9fc865;
}
@media screen and (min-width: 768px) {
  .pill {
    margin: 0 0 0 15%;
  }
}
@media screen and (max-width: 767px) {
  .pill {
    margin-top: 22.5px;
  }
}
/* Responsive utilities
--------------------------- */
@media screen and (max-width: 767px) {
  .tabletAndUp {
    display: none;
  }
}
/* fluid video */
/*
.fluid-video {
	position: relative;
	padding-bottom: 50.5%;
	padding-top: 25px;
	height: 0;
	margin-bottom: @baseMargin;
}
.fluid-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

*/
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
body {
  margin: 0;
  padding: 0;
  background: #EAEAEA;
}
body #site {
  background: white;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  body #site {
    width: 1400px;
    -webkit-box-shadow: 0 0 4px #cccccc;
    -moz-box-shadow: 0 0 4px #cccccc;
    box-shadow: 0 0 4px #cccccc;
  }
}
img {
  border: 0;
}
.container {
  margin: 0 auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  .container {
    width: 85%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .container {
    width: 94%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 90%;
  }
}
@media screen and (min-width: 980px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
section {
  padding: 75px 0;
  border-bottom: 2px solid #f4f4f4;
}
section.tight {
  padding: 28.125px 0;
}
section:last-child {
  border: 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 95px 0;
  }
}
@media screen and (min-width: 980px) {
  section {
    padding: 120px 0;
  }
}
header {
  padding: 0;
  background: #5f5e5e;
  position: relative;
  overflow: hidden;
}
header:after {
  content: " ";
  display: block;
  position: absolute;
  background: cyan;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  left: 50%;
  margin-left: -50px;
  bottom: -100px;
  z-index: 3;
  -webkit-transform: scale(35, 1);
  -moz-transform: scale(35, 1);
  transform: scale(35, 1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
header .container {
  position: relative;
  padding: 26px 0;
}
header .container .logo {
  margin: 0;
}
header .container .logo a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 62px;
  background: url(/lib/img/logo-combined.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  header .container .logo a {
    background: url(/lib/img/logo-combined.png) no-repeat left;
    background-size: 214px 42px;
  }
}
header .container nav {
  float: right;
  display: block;
}
header .container nav a {
  color: #bbbcbd;
  text-transform: uppercase;
  float: left;
  display: block;
  padding: 12px 20px;
  font-size: 18px;
}
header .container nav a:hover {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  header .container {
    width: auto;
    padding: 14px;
  }
}
.tip {
  padding: 33.75px;
  position: fixed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
  top: 30%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -70px;
  background: white;
}
.tip strong {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 3px;
}
.tip p {
  font-size: 14px;
}
.tip .btn-cluster,
.tip .btn {
  margin-bottom: 0;
}
#price-chart .col {
  overflow: hidden;
  margin-bottom: 30px !important;
}
#price-chart .col h4 {
  margin-bottom: 4px;
  font-size: 19px;
}
#price-chart .col p {
  color: #87898b;
}
#price-chart .col .price-card {
  background: #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 12px 0;
  color: #3f5323;
  margin: 0 8px 10px;
}
#price-chart .col .price-card strong {
  color: #9cc068;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 2px;
  line-height: 1;
  font-size: 30px;
}
@media screen and (min-width: 980px) {
  #price-chart .col .price-card strong {
    font-size: 37.5px;
  }
}
#price-chart .col .price-card em {
  text-align: center;
  display: block;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  font-size: 13px;
}
#pricing {
  border: 0;
}
@media screen and (max-width: 767px) {
  
}
#pricing a.join-button div {
  margin: 0 8px 10px;
  background: #9cc068;
  padding: 15px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#pricing a.join-button div h4 {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
#pricing a.join-button:hover h4 {
  color: #ffffff;
}
#intro {
  padding: 30px 0 75px;
}
#mission {
  border: 0;
}
#mission p,
#mission blockquote,
#mission cite {
  font-family: "adelle", Georgia, "Times New Roman", Times, serif;
}
@media screen and (max-width: 767px) {
  #mission p {
    font-size: 12px;
  }
}
#about {
  background-color: #f4f4f4;
}
#about .logo {
  height: 3.5rem;
  width: 100%;
  margin-bottom: 1rem;
}
#about .logo img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
#location {
  position: relative;
  overflow: hidden;
  border: 0;
  padding-top: 67.5px;
  margin-bottom: 0;
}
#location:before {
  content: " ";
  display: block;
  position: absolute;
  background: cyan;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  left: 50%;
  margin-left: -50px;
  top: -100px;
  z-index: 1;
  -webkit-transform: scale(25, 1);
  -moz-transform: scale(25, 1);
  transform: scale(25, 1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#location:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(232, 223, 205, 0.6);
  background-image: -moz-linear-gradient(top, #e8dfcd, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, #e8dfcd, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8dfcd), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #e8dfcd, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, #e8dfcd, rgba(255, 255, 255, 0));
  background-image: linear-gradient(top, #e8dfcd, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8dfcd', endColorstr='rgba(255, 255, 255, 0)', GradientType=0);
  background: -moz-linear-gradient(top, #e8dfcd 0%, rgba(232, 223, 205, 0) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8dfcd), color-stop(100%, rgba(232, 223, 205, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #e8dfcd 0%, rgba(232, 223, 205, 0) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #e8dfcd 0%, rgba(232, 223, 205, 0) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #e8dfcd 0%, rgba(232, 223, 205, 0) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #e8dfcd 0%, rgba(232, 223, 205, 0) 100%);
  /* W3C */

}
#location .container {
  position: relative;
  z-index: 1;
}
#location h2 {
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  color: #87898b;
}
#location p {
  color: #333;
}
#location .bubble {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  *zoom: 1;
  /* position: absolute; */

}
#location .bubble:before,
#location .bubble:after {
  display: table;
  content: "";
}
#location .bubble:after {
  clear: both;
}
#location .bubble p {
  font-size: 15px;
  float: left;
}
#location .bubble p a {
  background: #9cc068;
  display: block;
  float: left;
  padding: 4px 16px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
#location .bubble .cycle-slideshow img {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#location .bubble:after {
  display: none;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -20px;
  bottom: auto;
  left: auto;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  #location {
    background: #e8dfcd url("/lib/img/map2.png") -150px -100px;
    height: auto;
  }
  #location p {
    text-align: left;
    font-size: 18px;
  }
  #location .bubble {
    top: 300px;
    position: static;
  }
  #location .bubble p {
    text-align: left;
    float: none;
  }
  #location .cycle-slideshow {
    margin-bottom: 22.5px;
  }
}
@media screen and (min-width: 768px) {
  #location {
    background: #e8dfcd url("/lib/img/map2.png") -50px 0px;
    /*     height: 600px; */
  
  }
  #location p {
    font-size: 15px;
    /*       width: 550px; */
  
  }
  #location h2 {
    font-size: 60px;
    text-align: left;
  }
  #location .bubble {
    top: 300px;
    width: 500px;
  }
  #location .bubble .cycle-slideshow {
    margin-right: 6%;
    float: left;
    width: 50%;
  }
  #location .bubble p {
    width: 40%;
  }
}
@media screen and (min-width: 980px) {
  #location .bubble {
    top: 300px;
  }
}
footer {
  background: #3b3d3e;
  position: relative;
  overflow: hidden;
}
footer:after {
  content: " ";
  display: block;
  position: absolute;
  background: cyan;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  left: 50%;
  margin-left: -50px;
  top: -100px;
  z-index: 3;
  -webkit-transform: scale(25, 1);
  -moz-transform: scale(25, 1);
  transform: scale(25, 1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
footer ul {
  margin: 0;
  *zoom: 1;
}
footer ul:before,
footer ul:after {
  display: table;
  content: "";
}
footer ul:after {
  clear: both;
}
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li a {
  width: 60px;
  height: 60px;
  display: block;
  background: red;
  text-indent: -9999px;
}
footer ul li.twitter a {
  background: #598dca url(/lib/img/twitter.png) 50% 50% no-repeat;
}
footer ul li.meetup a {
  background: #e41937 url(/lib/img/meetup.png) 50% 50% no-repeat;
}
footer ul li.facebook a {
  background: #3a579b url(/lib/img/facebook.png) 50% 50% no-repeat;
}
footer ul li.sbn a {
  background: #648034 url(/lib/img/sbn.png) 50% 50% no-repeat;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0;
    position: relative;
  }
  footer .container {
    width: 100%;
  }
  footer .buttons {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
  }
  footer .buttons ul {
    padding: 20px 0;
    list-style: none;
    left: 50%;
    float: right;
    position: relative;
  }
  footer .buttons ul li {
    position: relative;
    float: left;
    margin-right: 10px !important;
  }
  footer .buttons ul li a {
    float: left;
  }
  footer p {
    clear: both;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 50px 0;
  }
  footer .buttons {
    float: left;
  }
  footer .buttons ul li {
    float: left;
    margin-right: 20px;
  }
  footer .buttons ul li a {
    display: block;
    width: 70px;
    height: 70px;
  }
  footer p {
    float: right;
    clear: none;
    margin-top: 26px;
  }
}
@media screen and (min-width: 980px) {
  
}
blockquote {
  font-family: adelle, georgia;
  border: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  color: #444;
  padding: 0;
  margin: 0;
  padding-top: 90px;
  position: relative;
}
blockquote:before {
  content: "~";
  width: 80px;
  margin-left: -45px;
  position: absolute;
  display: block;
  top: -20%;
  left: 50%;
  font-size: 90px;
  color: #eee;
}
blockquote cite {
  display: block;
  color: #bbb;
  font-size: 18.75px;
  margin-top: 7.5px;
}
blockquote cite:before {
  content: "\2014";
}
#hero {
  background: url("http://d.pr/BBGN+") 50% bottom;
  color: white;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-background-size: 150% 150%;
  -moz-background-size: 150% 150%;
  -o-background-size: 150% 150%;
  background-size: 150% 150%;
  transition: all .75s;
  -moz-transition: all .75s;
  -webkit-transition: all .75s;
  -o-transition: all .75s;
}
#hero:before {
  content: " ";
  display: block;
  background: #fc7923;
  opacity: .8;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hero:after {
  content: " ";
  display: block;
  position: absolute;
  background: cyan;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  left: 50%;
  margin-left: -50px;
  bottom: -100px;
  z-index: 3;
  -webkit-transform: scale(35, 1);
  -moz-transform: scale(35, 1);
  transform: scale(35, 1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#hero h2 {
  font-weight: 100;
  color: white;
  margin: 0;
  z-index: 2;
  position: relative;
  font-size: 36px;
  padding: 40px 0;
  transition: all .75s;
  -moz-transition: all .75s;
  -webkit-transition: all .75s;
  -o-transition: all .75s;
}
@media screen and (min-width: 768px) {
  #hero h2 {
    font-size: 42px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 980px) {
  #hero h2 {
    font-size: 60px;
    padding: 130px 0;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    height: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #hero {
    height: 220px;
  }
}
@media screen and (min-width: 980px) {
  #hero {
    height: 350px;
  }
}
#hero h2 {
  position: absolute;
  width: 100%;
}
#hero h2:nth-child(1) {
  left: 0;
  /*
			-webkit-animation-name: hero_1;
			-webkit-animation-duration: 10s;
			-webkit-animation-timing-function: ease;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-direction: normal;
			-webkit-animation-delay: 0;
			-webkit-animation-play-state: paused;
			-webkit-animation-fill-mode: forwards;
*/

}
#hero h2:nth-child(2) {
  left: 100%;
  /*
			-webkit-animation-name: hero_2;
			-webkit-animation-duration: 10s;
			-webkit-animation-timing-function: ease;
			-webkit-animation-iteration-count: 1;	
			-webkit-animation-direction: normal;
			-webkit-animation-delay: 0;
			-webkit-animation-play-state: paused;
			-webkit-animation-fill-mode: forwards;
*/

}
#hero h2:nth-child(3) {
  left: 200%;
  /*
			-webkit-animation-name: hero_3;
			-webkit-animation-duration: 10s;
			-webkit-animation-timing-function: ease;
			-webkit-animation-iteration-count: 1;	
			-webkit-animation-direction: normal;
			-webkit-animation-delay: 0;
			-webkit-animation-play-state: paused;
			-webkit-animation-fill-mode: forwards;
*/

}
#hero.state_1 {
  background-position: left bottom;
}
#hero.state_1 h2:nth-child(1) {
  left: 0;
}
#hero.state_1 h2:nth-child(2) {
  left: 100%;
}
#hero.state_1 h2:nth-child(3) {
  left: 200%;
}
#hero.state_2 {
  background-position: center bottom;
}
#hero.state_2 h2:nth-child(1) {
  left: -100%;
}
#hero.state_2 h2:nth-child(2) {
  left: 0;
}
#hero.state_2 h2:nth-child(3) {
  left: 100%;
}
#hero.state_3 {
  background-position: right bottom;
}
#hero.state_3 h2:nth-child(1) {
  left: -200%;
}
#hero.state_3 h2:nth-child(2) {
  left: -100%;
}
#hero.state_3 h2:nth-child(3) {
  left: 0;
}
@-webkit-keyframes hero_1 {
  0% {
    left: 0;
  }
  33% {
    left: -100%;
  }
  66% {
    left: -200%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes hero_2 {
  0% {
    left: 100%;
  }
  33% {
    left: 0;
  }
  66% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes hero_3 {
  0% {
    left: 200%;
  }
  33% {
    left: 100%;
  }
  66% {
    left: 0%;
  }
  100% {
    left: 200%;
  }
}
