/*
Theme Name: FAIR Theme 
Theme URI: http://www.motherearthnewsfair.com

Author: Justin Garner
Modified by: Tom DeHart;
*/
/**
 * Reset
 * Justin's in-house reset
 * @version 0.1
 */
html {
  width: 100%; }

html, body {
  overflow-x: hidden; }

abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  background: 0 0;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

audio, canvas, progress, video {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: baseline; }

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

nav ul {
  list-style: none;
  margin: 0; }

*, ::after, ::before {
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none; }

html {
  height: 101%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  color: #424242;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 1; }

button, input[type=button], input[type=reset], input[type=submit], label {
  cursor: pointer; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button:active, button:focus, input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
  border: none;
  outline: 0; }

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

textarea {
  resize: none; }

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

td, th {
  padding: .25em .5em; }

code {
  background: #eee;
  border: 1px solid #e0e0e0;
  padding: 0 .5em;
  white-space: nowrap; }

pre {
  background: #eee;
  border: 1px solid #e0e0e0;
  color: #666;
  display: block;
  font-family: Consolas,monospace,serif;
  font-size: 13px;
  line-height: 1;
  margin: 1.5em auto;
  max-width: 90%;
  overflow: hidden;
  padding: .75em .5em;
  -moz-tab-size: 4;
  tab-size: 4;
  text-align: left;
  white-space: pre-wrap; }

pre code, pre p {
  background: 0 0;
  border: 0;
  color: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-shadow: none;
  white-space: pre-wrap; }

b, dt, strong, th {
  font-weight: 700; }

em, i {
  font-style: italic; }

img {
  border: 0;
  display: inline-block;
  height: auto !important;
  max-width: 100% !important;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

blockquote, q {
  quotes: none; }

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
  padding: .125em .5em;
  text-decoration: none; }

del {
  text-decoration: line-through; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b0bec5;
  margin: 1em 0;
  padding: 0; }

sub {
  font-size: 75%;
  vertical-align: sub; }

sup {
  font-size: 75%;
  vertical-align: super; }

dl, ol, ul {
  line-height: 1.4;
  margin-bottom: 1em;
  margin-top: 1em; }

dd {
  margin-left: 1em; }

ul {
  list-style-position: inside;
  list-style-type: square; }

ol {
  list-style-position: inside;
  list-style-type: decimal-leading-zero; }

ol li ul, ul li ul {
  margin-bottom: 0;
  margin-left: 1rem;
  margin-top: 0;
  font-size: inherit; }

ol li ul li, ul li ul li {
  list-style-type: circle; }

@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important; }

  footer, header {
    display: none; }

  body, html {
    background: 0 0;
    color: #212121;
    font-size: 12pt;
    width: 100%; } }
/**
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/font-awesome/fontawesome-webfont.eot");
  src: url("fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-glass::before {
  content: "\f000"; }

.fa-music::before {
  content: "\f001"; }

.fa-search::before {
  content: "\f002"; }

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

.fa-heart::before {
  content: "\f004"; }

.fa-star::before {
  content: "\f005"; }

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

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

.fa-film::before {
  content: "\f008"; }

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

.fa-th::before {
  content: "\f00a"; }

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

.fa-check::before {
  content: "\f00c"; }

.fa-remove::before, .fa-close::before, .fa-times::before {
  content: "\f00d"; }

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

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

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

.fa-signal::before {
  content: "\f012"; }

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

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

.fa-home::before {
  content: "\f015"; }

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

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

.fa-road::before {
  content: "\f018"; }

.fa-download::before {
  content: "\f019"; }

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

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

.fa-inbox::before {
  content: "\f01c"; }

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

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

.fa-refresh::before {
  content: "\f021"; }

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

.fa-lock::before {
  content: "\f023"; }

.fa-flag::before {
  content: "\f024"; }

.fa-headphones::before {
  content: "\f025"; }

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

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

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

.fa-qrcode::before {
  content: "\f029"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-book::before {
  content: "\f02d"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-print::before {
  content: "\f02f"; }

.fa-camera::before {
  content: "\f030"; }

.fa-font::before {
  content: "\f031"; }

.fa-bold::before {
  content: "\f032"; }

.fa-italic::before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list::before {
  content: "\f03a"; }

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

.fa-indent::before {
  content: "\f03c"; }

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

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

.fa-pencil::before {
  content: "\f040"; }

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

.fa-adjust::before {
  content: "\f042"; }

.fa-tint::before {
  content: "\f043"; }

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

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

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

.fa-arrows::before {
  content: "\f047"; }

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

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

.fa-backward::before {
  content: "\f04a"; }

.fa-play::before {
  content: "\f04b"; }

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

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

.fa-forward::before {
  content: "\f04e"; }

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

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

.fa-eject::before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs::before {
  content: "\f05b"; }

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

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

.fa-ban::before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand::before {
  content: "\f065"; }

.fa-compress::before {
  content: "\f066"; }

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

.fa-minus::before {
  content: "\f068"; }

.fa-asterisk::before {
  content: "\f069"; }

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

.fa-gift::before {
  content: "\f06b"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-eye::before {
  content: "\f06e"; }

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

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

.fa-plane::before {
  content: "\f072"; }

.fa-calendar::before {
  content: "\f073"; }

.fa-random::before {
  content: "\f074"; }

.fa-comment::before {
  content: "\f075"; }

.fa-magnet::before {
  content: "\f076"; }

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

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

.fa-retweet::before {
  content: "\f079"; }

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

.fa-folder::before {
  content: "\f07b"; }

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

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

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

.fa-bar-chart-o::before, .fa-bar-chart::before {
  content: "\f080"; }

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

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

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

.fa-key::before {
  content: "\f084"; }

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

.fa-comments::before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy::before {
  content: "\f091"; }

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

.fa-upload::before {
  content: "\f093"; }

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

.fa-phone::before {
  content: "\f095"; }

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

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

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

.fa-twitter::before {
  content: "\f099"; }

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

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

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

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

.fa-rss::before {
  content: "\f09e"; }

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

.fa-bullhorn::before {
  content: "\f0a1"; }

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

.fa-certificate::before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe::before {
  content: "\f0ac"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-briefcase::before {
  content: "\f0b1"; }

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

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

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

.fa-cloud::before {
  content: "\f0c2"; }

.fa-flask::before {
  content: "\f0c3"; }

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

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

.fa-paperclip::before {
  content: "\f0c6"; }

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

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

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

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

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

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-truck::before {
  content: "\f0d1"; }

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

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

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

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

.fa-money::before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns::before {
  content: "\f0db"; }

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

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

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

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

.fa-linkedin::before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-umbrella::before {
  content: "\f0e9"; }

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

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

.fa-exchange::before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-suitcase::before {
  content: "\f0f2"; }

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

.fa-coffee::before {
  content: "\f0f4"; }

.fa-cutlery::before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-medkit::before {
  content: "\f0fa"; }

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

.fa-beer::before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop::before {
  content: "\f108"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-tablet::before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner::before {
  content: "\f110"; }

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

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

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

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

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

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

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

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

.fa-gamepad::before {
  content: "\f11b"; }

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

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

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

.fa-terminal::before {
  content: "\f120"; }

.fa-code::before {
  content: "\f121"; }

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

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

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

.fa-crop::before {
  content: "\f125"; }

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

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

.fa-question::before {
  content: "\f128"; }

.fa-info::before {
  content: "\f129"; }

.fa-exclamation::before {
  content: "\f12a"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-eraser::before {
  content: "\f12d"; }

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

.fa-microphone::before {
  content: "\f130"; }

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

.fa-shield::before {
  content: "\f132"; }

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

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

.fa-rocket::before {
  content: "\f135"; }

.fa-maxcdn::before {
  content: "\f136"; }

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

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

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

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

.fa-html5::before {
  content: "\f13b"; }

.fa-css3::before {
  content: "\f13c"; }

.fa-anchor::before {
  content: "\f13d"; }

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

.fa-bullseye::before {
  content: "\f140"; }

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

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

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

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

.fa-ticket::before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass::before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp::before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file::before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube::before {
  content: "\f167"; }

.fa-xing::before {
  content: "\f168"; }

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

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

.fa-dropbox::before {
  content: "\f16b"; }

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

.fa-instagram::before {
  content: "\f16d"; }

.fa-flickr::before {
  content: "\f16e"; }

.fa-adn::before {
  content: "\f170"; }

.fa-bitbucket::before {
  content: "\f171"; }

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

.fa-tumblr::before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple::before {
  content: "\f179"; }

.fa-windows::before {
  content: "\f17a"; }

.fa-android::before {
  content: "\f17b"; }

.fa-linux::before {
  content: "\f17c"; }

.fa-dribbble::before {
  content: "\f17d"; }

.fa-skype::before {
  content: "\f17e"; }

.fa-foursquare::before {
  content: "\f180"; }

.fa-trello::before {
  content: "\f181"; }

.fa-female::before {
  content: "\f182"; }

.fa-male::before {
  content: "\f183"; }

.fa-gittip::before {
  content: "\f184"; }

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

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

.fa-archive::before {
  content: "\f187"; }

.fa-bug::before {
  content: "\f188"; }

.fa-vk::before {
  content: "\f189"; }

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

.fa-renren::before {
  content: "\f18b"; }

.fa-pagelines::before {
  content: "\f18c"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Grid
 * Based off of Zurb's Foundation Grid
 * @version 0.1
 */
.row {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0; }
  .row::before, .row::after {
    content: "\0020";
    display: table; }
  .row::after {
    clear: both; }

.column,
.columns {
  width: 100%;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

/**
 * Standard column widths; will maintain size
 * until overridden by media queries.
 */
.sm-1 {
  width: 8.33333%; }

.sm-2 {
  width: 16.66667%; }

.sm-3 {
  width: 25%; }

.sm-4 {
  width: 33.33333%; }

.sm-5 {
  width: 41.66667%; }

.sm-6 {
  width: 50%; }

.sm-7 {
  width: 58.33333%; }

.sm-8 {
  width: 66.66667%; }

.sm-9 {
  width: 75%; }

.sm-10 {
  width: 83.33333%; }

.sm-11 {
  width: 91.66667%; }

.sm-12 {
  width: 100%; }

.sm-hide {
  display: none; }

@media only screen and (min-width: 36.0625em) {
  .md-1 {
    width: 8.33333%; }

  .md-2 {
    width: 16.66667%; }

  .md-3 {
    width: 25%; }

  .md-4 {
    width: 33.33333%; }

  .md-5 {
    width: 41.66667%; }

  .md-6 {
    width: 50%; }

  .md-7 {
    width: 58.33333%; }

  .md-8 {
    width: 66.66667%; }

  .md-9 {
    width: 75%; }

  .md-10 {
    width: 83.33333%; }

  .md-11 {
    width: 91.66667%; }

  .md-12 {
    width: 100%; }

  .sm-hide {
    display: block; }

  .md-20 {
    width: 20%; }

  .md-hide {
    display: none; }

  .md-up-hide {
    display: none; } }
@media only screen and (min-width: 62.5em) {
  .lg-1 {
    width: 8.33333%; }

  .lg-2 {
    width: 16.66667%; }

  .lg-3 {
    width: 25%; }

  .lg-4 {
    width: 33.33333%; }

  .lg-5 {
    width: 41.66667%; }

  .lg-6 {
    width: 50%; }

  .lg-7 {
    width: 58.33333%; }

  .lg-8 {
    width: 66.66667%; }

  .lg-9 {
    width: 75%; }

  .lg-10 {
    width: 83.33333%; }

  .lg-11 {
    width: 91.66667%; }

  .lg-12 {
    width: 100%; }

  .md-hide {
    display: block; }

  .lg-hide {
    display: none; } }
@media only screen and (min-width: 80em) {
  .xl-1 {
    width: 8.33333%; }

  .xl-2 {
    width: 16.66667%; }

  .xl-3 {
    width: 25%; }

  .xl-4 {
    width: 33.33333%; }

  .xl-5 {
    width: 41.66667%; }

  .xl-6 {
    width: 50%; }

  .xl-7 {
    width: 58.33333%; }

  .xl-8 {
    width: 66.66667%; }

  .xl-9 {
    width: 75%; }

  .xl-10 {
    width: 83.33333%; }

  .xl-11 {
    width: 91.66667%; }

  .xl-12 {
    width: 100%; }

  .lg-hide {
    display: block; }

  .xl-hide {
    display: none; } }
@media only screen and (min-width: 90em) {
  .xxl-1 {
    width: 8.33333%; }

  .xxl-2 {
    width: 16.66667%; }

  .xxl-3 {
    width: 25%; }

  .xxl-4 {
    width: 33.33333%; }

  .xxl-5 {
    width: 41.66667%; }

  .xxl-6 {
    width: 50%; }

  .xxl-7 {
    width: 58.33333%; }

  .xxl-8 {
    width: 66.66667%; }

  .xxl-9 {
    width: 75%; }

  .xxl-10 {
    width: 83.33333%; }

  .xxl-11 {
    width: 91.66667%; }

  .xxl-12 {
    width: 100%; }

  .xl-hide {
    display: block; }

  .xxl-hide {
    display: none; } }
@media only screen and (min-width: 120em) {
  .huge-1 {
    width: 8.33333%; }

  .huge-2 {
    width: 16.66667%; }

  .huge-3 {
    width: 25%; }

  .huge-4 {
    width: 33.33333%; }

  .huge-5 {
    width: 41.66667%; }

  .huge-6 {
    width: 50%; }

  .huge-7 {
    width: 58.33333%; }

  .huge-8 {
    width: 66.66667%; }

  .huge-9 {
    width: 75%; }

  .huge-10 {
    width: 83.33333%; }

  .huge-11 {
    width: 91.66667%; }

  .huge-12 {
    width: 100%; }

  .xxl-hide {
    display: block; }

  .huge-hide {
    display: none; } }
/**
 * Typography
 * @version 0.1
 */
@font-face {
  font-family: 'Roboto Regular';
  src: url("/fonts/roboto/Roboto-Regular.eot");
  src: url("/fonts/roboto/Roboto-Regular.eot#iefix") format("embedded-opentype"), url("/fonts/roboto/Roboto-Regular.woff") format("woff"), url("/fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("/fonts/roboto/Roboto-Regular.svg#roboto_slabregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Light';
  src: url("fonts/roboto/Roboto-Light.eot");
  src: url("fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Light.woff") format("woff"), url("fonts/roboto/Roboto-Light.ttf") format("truetype"), url("fonts/roboto/Roboto-Light.svg#roboto_slablight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Bold';
  src: url("fonts/roboto/Roboto-Bold.eot");
  src: url("fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/Roboto-Bold.woff") format("woff"), url("fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("fonts/roboto/Roboto-Bold.svg#roboto_slabbold") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  white-space: normal;
  word-wrap: normal; }

::-webkit-selection {
  background-color: #60ae3f;
  color: #fff; }

::-moz-selection {
  background-color: #60ae3f;
  color: #fff; }

::selection {
  background-color: #60ae3f;
  color: #fff; }

h1 {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 2.5rem;
  font-weight: 400; }

h2 {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 2rem;
  font-weight: 400; }

h3 {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1.75rem;
  font-weight: 400; }

h4 {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: 400; }

h5 {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1.25rem;
  font-weight: 400; }

h6 {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1.125rem;
  font-weight: 400; }

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5; }
  p.lede {
    font-size: 1.25rem; }

a {
  color: #326114;
  -webkit-transition: color 0.25s linear, text-decoration 0.25s linear;
  -moz-transition: color 0.25s linear, text-decoration 0.25s linear;
  -ms-transition: color 0.25s linear, text-decoration 0.25s linear;
  -o-transition: color 0.25s linear, text-decoration 0.25s linear;
  transition: color 0.25s linear, text-decoration 0.25s linear; }
  a:hover {
    color: #60ae3f; }

/**
 * Toggles
 * @version 0.1
 */
.toggle-text {
  color: #3b2314;
  display: block;
  font-size: 1.25rem;
  padding: 0.5rem; }

.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.625rem;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1.625rem;
  background: transparent; }

.tcon > * {
  display: block; }

.tcon:focus {
  outline: none; }

.tcon-menu__lines {
  display: inline-block;
  height: 0.25rem;
  width: 1.625rem;
  border-radius: 0.125rem;
  transition: 0.3s;
  background: #60ae3f;
  position: relative; }

.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 0.25rem;
  width: 1.625rem;
  border-radius: 0.125rem;
  transition: 0.3s;
  background: #60ae3f;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 0.125rem center;
  transform-origin: 0.125rem center;
  width: 100%; }

.tcon-menu__lines::before {
  top: 0.5rem; }

.tcon-menu__lines::after {
  top: -0.5rem; }

.tcon-transform .tcon-menu__lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xbutterfly {
  display: inline-block;
  width: auto; }

.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease; }

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent; }

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  width: 1.625rem; }

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem; }

.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.tcon-plus {
  height: 1.5rem;
  position: relative;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  width: 1.5rem; }

.tcon-plus::before, .tcon-plus::after {
  content: "";
  border-radius: 0.125rem;
  display: block;
  width: 1.5rem;
  height: 0.375rem;
  margin: -0.3125rem 0 0 -1.0625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  background: #fbfaf8; }

.tcon-plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.tcon-plus--minus.tcon-transform::before {
  -webkit-transform: rotate(180deg) translate(0px, 0);
  transform: rotate(180deg) translate(0px, 0);
  width: 1rem; }

.tcon-plus--minus.tcon-transform::after {
  -webkit-transform: rotate(-180deg) translate(-10.3125rem, 0);
  transform: rotate(-180deg) translate(-10.3125rem, 0);
  width: 1rem; }

/**
 * Forms
 * @version 0.1
 */
/* Search Form */
#searchform {
  display: table;
  margin-bottom: 0.625rem; }

#search-input {
  border: 1px solid #ccc;
  border-right: none;
  background-color: #fff;
  color: #757575;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 0.5rem 0.25rem;
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
  vertical-align: middle;
  width: 14rem; }
  #search-input:active, #search-input:focus {
    color: #424242; }

#search-button {
  background-color: #60ae3f;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  margin-left: -0.25rem;
  padding: 0.375rem 0.375rem .625rem;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  vertical-align: middle;
  width: 2.25rem; }
  #search-button:hover {
    background-color: #326114; }

@media screen and (min-width: 62.5rem) {
  #searchform {
    border-bottom: 0.25rem solid #fff;
    border-top: 0.25rem solid #fff;
    display: table-cell;
    margin: 0;
    padding: 0 0.25rem;
    text-align: right; }

  #search-input {
    padding: 0.25rem;
    width: 68%; }

  #search-button {
    font-size: 0.875rem;
    padding: 0.4375rem 0 0.5rem;
    width: 12%; } }
/* Newsletter Form */
#newsletter .nl-img-wrapper {
  display: block;
  margin: 0 auto 1rem;
  text-align: center; }
  #newsletter .nl-img-wrapper img {
    border: 0.125rem solid #e8e3d8; }
#newsletter .sidebar-subhead {
  text-align: center; }
#newsletter p {
  color: #424242;
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 auto .625rem; }

#nl-submit {
  background-color: #4c822a;
  border-radius: 0.25rem;
  box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1.25rem;
  margin: 0 auto;
  padding: .5rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  width: 100%; }
  #nl-submit i {
    display: block;
    float: right;
    margin: 0.3125rem 0.5rem 0 0;
    text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1); }
  #nl-submit:hover {
    background-color: #326114; }

/**
 * Contact Forms
 */
.page .page-content .card .contact-option-wrapper .sm-12.md-2.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.contact-page-card-wrapper .contact-head {
  color: #4c822a;
  margin-top: 3rem;
  text-align: left; }

.contact-page-card-wrapper .contact-subhead {
  color: #424242;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0.5rem auto 0;
  text-align: left; }

.contact-option-wrapper {
  margin: 3rem auto; }
  .contact-option-wrapper::before, .contact-option-wrapper::after {
    content: "\0020";
    display: table; }
  .contact-option-wrapper::after {
    clear: both; }

.contact-opt {
  display: inline-block;
  float: left;
  margin: 0 0.5rem 1rem 0; }

label.active {
  font-weight: bold; }

#gform_wrapper_3,
#gform_wrapper_4,
.contact-form-wrapper {
  display: block;
  position: relative;
  width: 100%; }
  #gform_wrapper_3::before, #gform_wrapper_3::after,
  #gform_wrapper_4::before,
  #gform_wrapper_4::after,
  .contact-form-wrapper::before,
  .contact-form-wrapper::after {
    content: "\0020";
    display: table; }
  #gform_wrapper_3::after,
  #gform_wrapper_4::after,
  .contact-form-wrapper::after {
    clear: both; }
  #gform_wrapper_3 .gform_title,
  #gform_wrapper_4 .gform_title,
  .contact-form-wrapper .gform_title {
    font-size: 1.5rem;
    font-weight: 400; }
  #gform_wrapper_3 .gform_fields,
  #gform_wrapper_4 .gform_fields,
  .contact-form-wrapper .gform_fields {
    list-style: none; }
  #gform_wrapper_3 .gfield,
  #gform_wrapper_4 .gfield,
  .contact-form-wrapper .gfield {
    margin: 0 auto 1rem;
    position: relative; }
  #gform_wrapper_3 .gfield_checkbox,
  #gform_wrapper_3 .gfield_radio,
  #gform_wrapper_4 .gfield_checkbox,
  #gform_wrapper_4 .gfield_radio,
  .contact-form-wrapper .gfield_checkbox,
  .contact-form-wrapper .gfield_radio {
    list-style: none;
    margin: 0;
    padding: 0; }
    #gform_wrapper_3 .gfield_checkbox li,
    #gform_wrapper_3 .gfield_radio li,
    #gform_wrapper_4 .gfield_checkbox li,
    #gform_wrapper_4 .gfield_radio li,
    .contact-form-wrapper .gfield_checkbox li,
    .contact-form-wrapper .gfield_radio li {
      display: table-cell;
      list-style-type: none;
      vertical-align: middle; }
      #gform_wrapper_3 .gfield_checkbox li input,
      #gform_wrapper_3 .gfield_radio li input,
      #gform_wrapper_4 .gfield_checkbox li input,
      #gform_wrapper_4 .gfield_radio li input,
      .contact-form-wrapper .gfield_checkbox li input,
      .contact-form-wrapper .gfield_radio li input {
        cursor: pointer;
        display: inline-block;
        margin: 0.625rem 0.25rem 1rem 0; }
        #gform_wrapper_3 .gfield_checkbox li input:checked + label,
        #gform_wrapper_3 .gfield_radio li input:checked + label,
        #gform_wrapper_4 .gfield_checkbox li input:checked + label,
        #gform_wrapper_4 .gfield_radio li input:checked + label,
        .contact-form-wrapper .gfield_checkbox li input:checked + label,
        .contact-form-wrapper .gfield_radio li input:checked + label {
          color: #60ae3f;
          font-weight: bold; }
      #gform_wrapper_3 .gfield_checkbox li label,
      #gform_wrapper_3 .gfield_radio li label,
      #gform_wrapper_4 .gfield_checkbox li label,
      #gform_wrapper_4 .gfield_radio li label,
      .contact-form-wrapper .gfield_checkbox li label,
      .contact-form-wrapper .gfield_radio li label {
        color: #424242;
        padding-right: 15px;
        -webkit-transition: color 0.25s linear, font-weight 0.25s linear;
        -moz-transition: color 0.25s linear, font-weight 0.25s linear;
        -ms-transition: color 0.25s linear, font-weight 0.25s linear;
        -o-transition: color 0.25s linear, font-weight 0.25s linear;
        transition: color 0.25s linear, font-weight 0.25s linear; }
        #gform_wrapper_3 .gfield_checkbox li label:hover,
        #gform_wrapper_3 .gfield_radio li label:hover,
        #gform_wrapper_4 .gfield_checkbox li label:hover,
        #gform_wrapper_4 .gfield_radio li label:hover,
        .contact-form-wrapper .gfield_checkbox li label:hover,
        .contact-form-wrapper .gfield_radio li label:hover {
          color: #4c822a; }
  #gform_wrapper_3 #input_1_1,
  #gform_wrapper_3 #input_2_1,
  #gform_wrapper_3 #input_3_1,
  #gform_wrapper_3 #input_4_1,
  #gform_wrapper_3 #input_5_1,
  #gform_wrapper_3 #input_6_1,
  #gform_wrapper_3 #input_7_1,
  #gform_wrapper_4 #input_1_1,
  #gform_wrapper_4 #input_2_1,
  #gform_wrapper_4 #input_3_1,
  #gform_wrapper_4 #input_4_1,
  #gform_wrapper_4 #input_5_1,
  #gform_wrapper_4 #input_6_1,
  #gform_wrapper_4 #input_7_1,
  .contact-form-wrapper #input_1_1,
  .contact-form-wrapper #input_2_1,
  .contact-form-wrapper #input_3_1,
  .contact-form-wrapper #input_4_1,
  .contact-form-wrapper #input_5_1,
  .contact-form-wrapper #input_6_1,
  .contact-form-wrapper #input_7_1 {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 1rem; }
    #gform_wrapper_3 #input_1_1::before, #gform_wrapper_3 #input_1_1::after,
    #gform_wrapper_3 #input_2_1::before,
    #gform_wrapper_3 #input_2_1::after,
    #gform_wrapper_3 #input_3_1::before,
    #gform_wrapper_3 #input_3_1::after,
    #gform_wrapper_3 #input_4_1::before,
    #gform_wrapper_3 #input_4_1::after,
    #gform_wrapper_3 #input_5_1::before,
    #gform_wrapper_3 #input_5_1::after,
    #gform_wrapper_3 #input_6_1::before,
    #gform_wrapper_3 #input_6_1::after,
    #gform_wrapper_3 #input_7_1::before,
    #gform_wrapper_3 #input_7_1::after,
    #gform_wrapper_4 #input_1_1::before,
    #gform_wrapper_4 #input_1_1::after,
    #gform_wrapper_4 #input_2_1::before,
    #gform_wrapper_4 #input_2_1::after,
    #gform_wrapper_4 #input_3_1::before,
    #gform_wrapper_4 #input_3_1::after,
    #gform_wrapper_4 #input_4_1::before,
    #gform_wrapper_4 #input_4_1::after,
    #gform_wrapper_4 #input_5_1::before,
    #gform_wrapper_4 #input_5_1::after,
    #gform_wrapper_4 #input_6_1::before,
    #gform_wrapper_4 #input_6_1::after,
    #gform_wrapper_4 #input_7_1::before,
    #gform_wrapper_4 #input_7_1::after,
    .contact-form-wrapper #input_1_1::before,
    .contact-form-wrapper #input_1_1::after,
    .contact-form-wrapper #input_2_1::before,
    .contact-form-wrapper #input_2_1::after,
    .contact-form-wrapper #input_3_1::before,
    .contact-form-wrapper #input_3_1::after,
    .contact-form-wrapper #input_4_1::before,
    .contact-form-wrapper #input_4_1::after,
    .contact-form-wrapper #input_5_1::before,
    .contact-form-wrapper #input_5_1::after,
    .contact-form-wrapper #input_6_1::before,
    .contact-form-wrapper #input_6_1::after,
    .contact-form-wrapper #input_7_1::before,
    .contact-form-wrapper #input_7_1::after {
      content: "\0020";
      display: table; }
    #gform_wrapper_3 #input_1_1::after,
    #gform_wrapper_3 #input_2_1::after,
    #gform_wrapper_3 #input_3_1::after,
    #gform_wrapper_3 #input_4_1::after,
    #gform_wrapper_3 #input_5_1::after,
    #gform_wrapper_3 #input_6_1::after,
    #gform_wrapper_3 #input_7_1::after,
    #gform_wrapper_4 #input_1_1::after,
    #gform_wrapper_4 #input_2_1::after,
    #gform_wrapper_4 #input_3_1::after,
    #gform_wrapper_4 #input_4_1::after,
    #gform_wrapper_4 #input_5_1::after,
    #gform_wrapper_4 #input_6_1::after,
    #gform_wrapper_4 #input_7_1::after,
    .contact-form-wrapper #input_1_1::after,
    .contact-form-wrapper #input_2_1::after,
    .contact-form-wrapper #input_3_1::after,
    .contact-form-wrapper #input_4_1::after,
    .contact-form-wrapper #input_5_1::after,
    .contact-form-wrapper #input_6_1::after,
    .contact-form-wrapper #input_7_1::after {
      clear: both; }
    #gform_wrapper_3 #input_1_1 li,
    #gform_wrapper_3 #input_2_1 li,
    #gform_wrapper_3 #input_3_1 li,
    #gform_wrapper_3 #input_4_1 li,
    #gform_wrapper_3 #input_5_1 li,
    #gform_wrapper_3 #input_6_1 li,
    #gform_wrapper_3 #input_7_1 li,
    #gform_wrapper_4 #input_1_1 li,
    #gform_wrapper_4 #input_2_1 li,
    #gform_wrapper_4 #input_3_1 li,
    #gform_wrapper_4 #input_4_1 li,
    #gform_wrapper_4 #input_5_1 li,
    #gform_wrapper_4 #input_6_1 li,
    #gform_wrapper_4 #input_7_1 li,
    .contact-form-wrapper #input_1_1 li,
    .contact-form-wrapper #input_2_1 li,
    .contact-form-wrapper #input_3_1 li,
    .contact-form-wrapper #input_4_1 li,
    .contact-form-wrapper #input_5_1 li,
    .contact-form-wrapper #input_6_1 li,
    .contact-form-wrapper #input_7_1 li {
      cursor: pointer;
      display: block;
      float: left;
      margin: 0 auto 0.625rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      position: relative;
      width: 33.33333%; }
      #gform_wrapper_3 #input_1_1 li input,
      #gform_wrapper_3 #input_2_1 li input,
      #gform_wrapper_3 #input_3_1 li input,
      #gform_wrapper_3 #input_4_1 li input,
      #gform_wrapper_3 #input_5_1 li input,
      #gform_wrapper_3 #input_6_1 li input,
      #gform_wrapper_3 #input_7_1 li input,
      #gform_wrapper_4 #input_1_1 li input,
      #gform_wrapper_4 #input_2_1 li input,
      #gform_wrapper_4 #input_3_1 li input,
      #gform_wrapper_4 #input_4_1 li input,
      #gform_wrapper_4 #input_5_1 li input,
      #gform_wrapper_4 #input_6_1 li input,
      #gform_wrapper_4 #input_7_1 li input,
      .contact-form-wrapper #input_1_1 li input,
      .contact-form-wrapper #input_2_1 li input,
      .contact-form-wrapper #input_3_1 li input,
      .contact-form-wrapper #input_4_1 li input,
      .contact-form-wrapper #input_5_1 li input,
      .contact-form-wrapper #input_6_1 li input,
      .contact-form-wrapper #input_7_1 li input {
        cursor: pointer; }
      #gform_wrapper_3 #input_1_1 li input:hover + label,
      #gform_wrapper_3 #input_2_1 li input:hover + label,
      #gform_wrapper_3 #input_3_1 li input:hover + label,
      #gform_wrapper_3 #input_4_1 li input:hover + label,
      #gform_wrapper_3 #input_5_1 li input:hover + label,
      #gform_wrapper_3 #input_6_1 li input:hover + label,
      #gform_wrapper_3 #input_7_1 li input:hover + label,
      #gform_wrapper_4 #input_1_1 li input:hover + label,
      #gform_wrapper_4 #input_2_1 li input:hover + label,
      #gform_wrapper_4 #input_3_1 li input:hover + label,
      #gform_wrapper_4 #input_4_1 li input:hover + label,
      #gform_wrapper_4 #input_5_1 li input:hover + label,
      #gform_wrapper_4 #input_6_1 li input:hover + label,
      #gform_wrapper_4 #input_7_1 li input:hover + label,
      .contact-form-wrapper #input_1_1 li input:hover + label,
      .contact-form-wrapper #input_2_1 li input:hover + label,
      .contact-form-wrapper #input_3_1 li input:hover + label,
      .contact-form-wrapper #input_4_1 li input:hover + label,
      .contact-form-wrapper #input_5_1 li input:hover + label,
      .contact-form-wrapper #input_6_1 li input:hover + label,
      .contact-form-wrapper #input_7_1 li input:hover + label {
        color: #60ae3f; }
  #gform_wrapper_3 .gfield_label,
  #gform_wrapper_4 .gfield_label,
  .contact-form-wrapper .gfield_label {
    font-size: 1rem;
    color: #60ae3f; }
  #gform_wrapper_3 .gfield_description,
  #gform_wrapper_3 .ginput_complex label,
  #gform_wrapper_4 .gfield_description,
  #gform_wrapper_4 .ginput_complex label,
  .contact-form-wrapper .gfield_description,
  .contact-form-wrapper .ginput_complex label {
    color: #757575;
    font-size: 0.875rem;
    font-style: italic; }
  #gform_wrapper_3 .gfield_required,
  #gform_wrapper_4 .gfield_required,
  .contact-form-wrapper .gfield_required {
    color: #4c822a; }
  #gform_wrapper_3 input[type="text"],
  #gform_wrapper_3 input[type="tel"],
  #gform_wrapper_3 input[type="url"],
  #gform_wrapper_3 input[type="email"],
  #gform_wrapper_4 input[type="text"],
  #gform_wrapper_4 input[type="tel"],
  #gform_wrapper_4 input[type="url"],
  #gform_wrapper_4 input[type="email"],
  .contact-form-wrapper input[type="text"],
  .contact-form-wrapper input[type="tel"],
  .contact-form-wrapper input[type="url"],
  .contact-form-wrapper input[type="email"] {
    border-bottom: 0.125rem solid #e8e3d8;
    color: #757575;
    display: block;
    margin: .625rem auto 0;
    padding: .125rem 0 .125rem .125rem;
    -webkit-transition: border-bottom 0.25s linear, color 0.25s linear;
    -moz-transition: border-bottom 0.25s linear, color 0.25s linear;
    -ms-transition: border-bottom 0.25s linear, color 0.25s linear;
    -o-transition: border-bottom 0.25s linear, color 0.25s linear;
    transition: border-bottom 0.25s linear, color 0.25s linear;
    width: 100%; }
    #gform_wrapper_3 input[type="text"]:active, #gform_wrapper_3 input[type="text"]:hover, #gform_wrapper_3 input[type="text"]:focus,
    #gform_wrapper_3 input[type="tel"]:active,
    #gform_wrapper_3 input[type="tel"]:hover,
    #gform_wrapper_3 input[type="tel"]:focus,
    #gform_wrapper_3 input[type="url"]:active,
    #gform_wrapper_3 input[type="url"]:hover,
    #gform_wrapper_3 input[type="url"]:focus,
    #gform_wrapper_3 input[type="email"]:active,
    #gform_wrapper_3 input[type="email"]:hover,
    #gform_wrapper_3 input[type="email"]:focus,
    #gform_wrapper_4 input[type="text"]:active,
    #gform_wrapper_4 input[type="text"]:hover,
    #gform_wrapper_4 input[type="text"]:focus,
    #gform_wrapper_4 input[type="tel"]:active,
    #gform_wrapper_4 input[type="tel"]:hover,
    #gform_wrapper_4 input[type="tel"]:focus,
    #gform_wrapper_4 input[type="url"]:active,
    #gform_wrapper_4 input[type="url"]:hover,
    #gform_wrapper_4 input[type="url"]:focus,
    #gform_wrapper_4 input[type="email"]:active,
    #gform_wrapper_4 input[type="email"]:hover,
    #gform_wrapper_4 input[type="email"]:focus,
    .contact-form-wrapper input[type="text"]:active,
    .contact-form-wrapper input[type="text"]:hover,
    .contact-form-wrapper input[type="text"]:focus,
    .contact-form-wrapper input[type="tel"]:active,
    .contact-form-wrapper input[type="tel"]:hover,
    .contact-form-wrapper input[type="tel"]:focus,
    .contact-form-wrapper input[type="url"]:active,
    .contact-form-wrapper input[type="url"]:hover,
    .contact-form-wrapper input[type="url"]:focus,
    .contact-form-wrapper input[type="email"]:active,
    .contact-form-wrapper input[type="email"]:hover,
    .contact-form-wrapper input[type="email"]:focus {
      border-bottom: 0.125rem solid #4c822a;
      color: #424242; }
  #gform_wrapper_3 .ginput_container textarea,
  #gform_wrapper_3 .ginput_container select,
  #gform_wrapper_4 .ginput_container textarea,
  #gform_wrapper_4 .ginput_container select,
  .contact-form-wrapper .ginput_container textarea,
  .contact-form-wrapper .ginput_container select {
    border: 0.125rem solid #e8e3d8;
    color: #757575;
    display: block;
    margin: .625rem auto 0;
    padding: .125rem 0 .125rem .125rem;
    -webkit-transition: border 0.25s linear, color 0.25s linear;
    -moz-transition: border 0.25s linear, color 0.25s linear;
    -ms-transition: border 0.25s linear, color 0.25s linear;
    -o-transition: border 0.25s linear, color 0.25s linear;
    transition: border 0.25s linear, color 0.25s linear;
    width: 100%; }
    #gform_wrapper_3 .ginput_container textarea:active, #gform_wrapper_3 .ginput_container textarea:hover, #gform_wrapper_3 .ginput_container textarea:focus,
    #gform_wrapper_3 .ginput_container select:active,
    #gform_wrapper_3 .ginput_container select:hover,
    #gform_wrapper_3 .ginput_container select:focus,
    #gform_wrapper_4 .ginput_container textarea:active,
    #gform_wrapper_4 .ginput_container textarea:hover,
    #gform_wrapper_4 .ginput_container textarea:focus,
    #gform_wrapper_4 .ginput_container select:active,
    #gform_wrapper_4 .ginput_container select:hover,
    #gform_wrapper_4 .ginput_container select:focus,
    .contact-form-wrapper .ginput_container textarea:active,
    .contact-form-wrapper .ginput_container textarea:hover,
    .contact-form-wrapper .ginput_container textarea:focus,
    .contact-form-wrapper .ginput_container select:active,
    .contact-form-wrapper .ginput_container select:hover,
    .contact-form-wrapper .ginput_container select:focus {
      border: 0.125rem solid #60ae3f;
      color: #424242; }
  #gform_wrapper_3 .gform_button,
  #gform_wrapper_4 .gform_button,
  .contact-form-wrapper .gform_button {
    background-color: #60ae3f;
    box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    color: #fff;
    display: block;
    float: right;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    margin-top: 1.125rem;
    padding: 1rem 5rem;
    position: relative;
    text-align: center;
    text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    -webkit-transition: background-color 0.25s linear;
    -moz-transition: background-color 0.25s linear;
    -ms-transition: background-color 0.25s linear;
    -o-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    width: auto; }
    #gform_wrapper_3 .gform_button:hover,
    #gform_wrapper_4 .gform_button:hover,
    .contact-form-wrapper .gform_button:hover {
      background-color: #326114; }
  #gform_wrapper_3 .gforms_confirmation_message,
  #gform_wrapper_4 .gforms_confirmation_message,
  .contact-form-wrapper .gforms_confirmation_message {
    border: 0.125rem solid #e8e3d8;
    box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    color: #424242;
    display: block;
    font-size: 1.25rem;
    margin: 0 auto 3rem;
    padding: 2rem;
    text-align: center; }
  #gform_wrapper_3 .gfield.gfield_error,
  #gform_wrapper_4 .gfield.gfield_error,
  .contact-form-wrapper .gfield.gfield_error {
    border: 0.0625rem solid #4c822a;
    padding: 0.5rem;
    margin-top: 1.75rem; }
    #gform_wrapper_3 .gfield.gfield_error .validation_message,
    #gform_wrapper_4 .gfield.gfield_error .validation_message,
    .contact-form-wrapper .gfield.gfield_error .validation_message {
      background-color: #4c822a;
      color: #fff;
      display: inline-block;
      font-size: 0.75rem;
      left: -0.0625rem;
      padding: 0.25rem;
      position: absolute;
      text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
      top: -1.5rem; }
      #gform_wrapper_3 .gfield.gfield_error .validation_message.instruction,
      #gform_wrapper_4 .gfield.gfield_error .validation_message.instruction,
      .contact-form-wrapper .gfield.gfield_error .validation_message.instruction {
        left: initial;
        right: -0.0625rem; }

input[value="belton"],
input[value="asheville"],
input[value="albany"],
input[value="west-bend"],
input[value="seven-springs"],
input[value="topeka"] {
  float: left;
  margin: 0.625rem 0.5rem 1rem 0; }

#input_1_10 li {
  display: block; }

a.button {
  background-color: #60ae3f;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  clear: both;
  color: #fff;
  display: block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  margin: 0.625rem auto;
  padding: .5rem;
  position: relative;
  text-align: left;
  -webkit-transition: background-color 0.125s linear, color 0.125s linear 0.125s;
  -moz-transition: background-color 0.125s linear, color 0.125s linear 0.125s;
  -ms-transition: background-color 0.125s linear, color 0.125s linear 0.125s;
  -o-transition: background-color 0.125s linear, color 0.125s linear 0.125s;
  transition: background-color 0.125s linear, color 0.125s linear 0.125s;
  width: 100%; }
  a.button::before, a.button::after {
    content: "\0020";
    display: table; }
  a.button::after {
    clear: both; }
  a.button:active, a.button:focus, a.button:hover {
    background-color: #326114;
    color: #fff; }
  a.button .fa {
    display: none; }
  a.button.order-button {
    display: block;
    font-size: 1.125rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  a.button.cta-button {
    background: #4c822a;
    background: -moz-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4c822a), color-stop(50%, #60ae3f), color-stop(100%, #4c822a));
    background: -webkit-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
    background: -o-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
    background: -ms-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
    background: linear-gradient(to right, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color1',GradientType=1 );
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.125;
    padding: 0.5rem; }
    a.button.cta-button:hover {
      background: #4c822a;
      background: -moz-linear-gradient(top, #4c822a 0%, #326114 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c822a), color-stop(100%, #326114));
      background: -webkit-linear-gradient(top, #4c822a 0%, #326114 100%);
      background: -o-linear-gradient(top, #4c822a 0%, #326114 100%);
      background: -ms-linear-gradient(top, #4c822a 0%, #326114 100%);
      background: linear-gradient(to bottom, #4c822a 0%, #326114 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 ); }
  a.button.aligncenter {
    margin: 0 auto; }

.reveal-modal .order-button {
  margin-top: 5rem; }

@media screen and (min-width: 62.5rem) {
  a.button {
    display: inline-block;
    width: auto; }
    a.button .fa {
      color: inherit;
      display: inline-block;
      font-size: inherit;
      font-weight: normal;
      line-height: 0;
      margin-left: 0.5rem;
      vertical-align: middle; } }
.exhibit-cta-button,
.sponsor-cta-button {
  display: block;
  float: right;
  max-width: 18.75rem; }
  .exhibit-cta-button .small,
  .sponsor-cta-button .small {
    display: block;
    font-size: 75%; }

.sponsor-cta-button {
  font-size: 1.125rem !important; }

/**
 * Header
 * The header...
 * @version 0.1
 */
header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 4; }

.header-toggle {
  color: #60ae3f;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 0.125rem 0.25rem 0.25rem 0.9375rem;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  width: 100%; }
  .header-toggle.header-white-bg, .header-toggle.open {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }

.header-toggle span {
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: middle; }

#menu-text {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  margin-left: 0.5rem; }

.header-toggle .fa {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
  vertical-align: middle; }

/**
* Hero
*/
#footer-fair {
  background-color: #e4dcaf;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  position: relative;
  text-align: center;
  z-index: 1; }

/*
#footer-fair::before {
  background-image: url('img/burst.svg');
  background-position: center -6rem;
  background-repeat: no-repeat;
  background-size: 150%;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
*/
/**
 * Footer
 */
footer {
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase; }

#location + footer {
  margin-bottom: 3.25rem; }

#footer-fair div:not(.footer-silo) {
  z-index: 3; }

#footer-fair {
  background-color: #e4dcaf;
  border-top: .25rem solid #bab6ad; }

/*
#footer-fair::before {
  background-image: url('img/footer-burst.svg');
  background-size: 155%;
  background-position: 50% 15%;
}
*/
.footer-silo {
  background-image: url("img/footer-silo.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 101%;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: absolute;
  right: 0;
  z-index: 2; }

/**
 * Copyright
 */
#copyright-wrapper {
  clear: both;
  margin: 1rem auto; }

.copyright {
  clear: both;
  color: #4d4d4d;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: -0.03125rem;
  line-height: 1rem;
  text-align: center; }

/**
 * Footer Nav
 */
#footer-nav {
  margin: 2rem auto 0;
  text-align: center; }

.footer-link {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: -0.03125rem;
  margin: 1rem .25rem 0;
  padding: 0 .25rem; }
  .footer-link a {
    border-bottom: 0.0625rem solid transparent;
    color: #724831;
    display: block;
    -webkit-transition: border-bottom 0.25s ease, color 0.25s ease;
    -moz-transition: border-bottom 0.25s ease, color 0.25s ease;
    -ms-transition: border-bottom 0.25s ease, color 0.25s ease;
    -o-transition: border-bottom 0.25s ease, color 0.25s ease;
    transition: border-bottom 0.25s ease, color 0.25s ease; }
    .footer-link a:hover {
      color: #3b2314;
      border-bottom: 0.0625rem solid; }

.footer-social {
  display: inline-block;
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
  -webkit-transition: text-shadow 0.25s ease, color 0.25s ease;
  -moz-transition: text-shadow 0.25s ease, color 0.25s ease;
  -ms-transition: text-shadow 0.25s ease, color 0.25s ease;
  -o-transition: text-shadow 0.25s ease, color 0.25s ease;
  transition: text-shadow 0.25s ease, color 0.25s ease;
  width: 3.875rem; }

#footer-fb {
  color: #326114; }

#footer-fb:hover {
  color: #60ae3f; }

#footer-tw {
  color: #326114; }

#footer-tw:hover {
  color: #60ae3f; }

#footer-fl {
  color: #326114; }

#footer-fl:hover {
  color: #60ae3f; }

#footer-yt {
  color: #326114; }

#footer-yt:hover {
  color: #60ae3f; }

/**
 * Sponsors
 */
#footer-sponsors {
  background-color: #fff;
  padding-bottom: 1rem;
  text-align: center; }

#title-sponsors .sponsor-title {
  border-top: .25rem solid #bab6ad;
  font-size: 1.5rem;
  margin-bottom: .5rem;
  padding-top: 1rem; }

.sponsor-wrap {
  height: 6.25rem;
  position: relative;
  text-align: center; }
  .sponsor-wrap div {
    display: block;
    margin: 0 auto; }

.sponsor-title {
  font-size: 1rem;
  margin-bottom: .5rem;
  padding-top: 1rem;
  text-align: center; }

#additional-sponsors .sponsor-title {
  font-size: 0.875rem; }

.sponsor-link {
  display: block;
  height: 6.25rem;
  position: relative;
  width: 100%; }

.sponsor-logo {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%; }

#additional-sponsors .sponsor-block:last-child {
  float: left; }

@media screen and (max-width: 30rem) {
  #additional-sponsors .sponsor-block {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
#cont-sponsor-wrap {
  margin: 0 auto;
  text-align: center; }
  #cont-sponsor-wrap .cont-sponsor {
    display: inline-block;
    margin: 0 0.875rem 0.875rem;
    padding: 0.3125rem 2rem;
    vertical-align: middle; }

/**
 * Off Canvas
 * A.K.A. The main menu
 * @version 0.1
 */
#main-menu {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; }

/*
.off-canvas {
  @include white-bg;
  display: block;
  position: absolute;
  top: 4.5rem;
  width: 19rem;
  z-index: 2;
}
*/
#main-nav {
  left: 0; }

#main-nav.off {
  left: -100%; }

.off-canvas-menu {
  background-color: #fff;
  bottom: 0;
  display: block;
  overflow: scroll;
  padding: 0.625rem;
  position: fixed;
  top: 2rem;
  width: 100%;
  z-index: 4; }
  .off-canvas-menu a {
    background-color: #fff;
    border-bottom: 0.0625rem dotted #bab6ad;
    color: #60ae3f;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    letter-spacing: -0.03125rem;
    line-height: 0.875rem;
    padding: 0.625rem 0;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    -moz-transition: background-color 0.25s ease, color 0.25s ease;
    -ms-transition: background-color 0.25s ease, color 0.25s ease;
    -o-transition: background-color 0.25s ease, color 0.25s ease;
    transition: background-color 0.25s ease, color 0.25s ease; }
    .off-canvas-menu a:last-of-type {
      border-bottom: none; }
    .off-canvas-menu a:hover {
      background-color: #60ae3f;
      color: #fff; }

@media screen and (min-width: 36.0625em) {
  .off-canvas-menu {
    width: 20rem; } }
.fa-star {
  color: #f8ef22; }

.off-left {
  left: -100%;
  -webkit-transition: left 0.75s ease;
  -moz-transition: left 0.75s ease;
  -ms-transition: left 0.75s ease;
  -o-transition: left 0.75s ease;
  transition: left 0.75s ease; }

.off-right {
  right: -20rem;
  -webkit-transition: right 0.75s ease;
  -moz-transition: right 0.75s ease;
  -ms-transition: right 0.75s ease;
  -o-transition: right 0.75s ease;
  transition: right 0.75s ease; }

.off-left.open {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.25);
  left: 0;
  -webkit-transition: left 0.75s ease;
  -moz-transition: left 0.75s ease;
  -ms-transition: left 0.75s ease;
  -o-transition: left 0.75s ease;
  transition: left 0.75s ease; }

.off-right.open {
  right: 0;
  -webkit-transition: right 0.75s ease;
  -moz-transition: right 0.75s ease;
  -ms-transition: right 0.75s ease;
  -o-transition: right 0.75s ease;
  transition: right 0.75s ease; }

@media screen and (min-width: 62.5em) {
  #main-header {
    display: none; }

  #main-menu {
    background-color: #fff;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
    display: table;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10; }
    #main-menu li {
      display: table-cell;
      vertical-align: middle;
      width: auto; }
      #main-menu li a {
        background-color: transparent;
        border-bottom: 0.25rem solid #fff;
        border-right: 0.0625rem solid #bdbdbd;
        border-top: 0.25rem solid #fff;
        color: #60ae3f;
        cursor: pointer;
        display: block;
        padding: 0.25rem 0.5rem;
        text-align: center;
        -webkit-transition: background-color 0.25s ease, border-bottom 0.25s ease, border-right 0.25s ease, border-top 0.25s ease, color 0.25s ease;
        -moz-transition: background-color 0.25s ease, border-bottom 0.25s ease, border-right 0.25s ease, border-top 0.25s ease, color 0.25s ease;
        -ms-transition: background-color 0.25s ease, border-bottom 0.25s ease, border-right 0.25s ease, border-top 0.25s ease, color 0.25s ease;
        -o-transition: background-color 0.25s ease, border-bottom 0.25s ease, border-right 0.25s ease, border-top 0.25s ease, color 0.25s ease;
        transition: background-color 0.25s ease, border-bottom 0.25s ease, border-right 0.25s ease, border-top 0.25s ease, color 0.25s ease; }
        #main-menu li a:last-of-type {
          border-right: none; }
        #main-menu li a:hover {
          background-color: #60ae3f;
          border-bottom: 0.25rem solid #60ae3f;
          border-right: 0.0625rem solid #60ae3f;
          border-top: 0.25rem solid #60ae3f;
          color: #fff; } }
@media screen and (min-width: 71.25em) {
  #main-menu a {
    font-size: 0.75rem; } }
/**
 * Hero
 * @version 0.1
 */
#hero {
  background-color: #e4dcaf;
  padding-top: 2rem;
  position: relative;
  text-align: center;
  z-index: 1; }

.silo {
  background-image: url("img/silo-sm.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120%;
  bottom: 0;
  display: block;
  left: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  right: 0;
  top: 0;
  z-index: 2; }

/*
#hero::before {
  background-image: url('img/burst.svg');
  background-position: center -6rem;
  background-repeat: no-repeat;
  background-size: 150%;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
*/
#passes-burst {
  bottom: 0.5rem;
  display: inline-block;
  height: auto;
  max-height: 8.375rem;
  position: absolute;
  right: 1rem;
  top: 0;
  vertical-align: top;
  width: 25%; }

#logo {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 12.5rem;
  z-index: 3; }

#subhead {
  color: #326114;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 3; }

@media all and (min-width: 37.5em) {
  /*
  #hero::before {
    background-position: center -25rem;
    background-size: 85%;
  }
  */
  #logo {
    width: 25rem; }

  #subhead {
    font-size: 1.5rem;
    margin-top: .25rem; }

  #passes-burst {
    width: 15%; } }
@media all and (min-width: 62.5em) {
  #passes-burst {
    top: .45rem; }

  .silo {
    background-image: url("img/silo.svg");
    background-size: initial; } }
/**
 * Location Menu
 * @version 0.1
 */
#location-menu {
  background: #60ae3f;
  background: -moz-linear-gradient(top, #60ae3f 0%, #326114 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60ae3f), color-stop(100%, #326114));
  background: -webkit-linear-gradient(top, #60ae3f 0%, #326114 100%);
  background: -o-linear-gradient(top, #60ae3f 0%, #326114 100%);
  background: -ms-linear-gradient(top, #60ae3f 0%, #326114 100%);
  background: linear-gradient(to bottom, #60ae3f 0%, #326114 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  line-height: 1.25;
  text-transform: uppercase; }
  #location-menu a {
    text-align: center;
    text-decoration: none; }
    #location-menu a:hover {
      color: #fff; }
    #location-menu a:last-of-type {
      border-right: none; }

.location-menu-button {
  display: block;
  list-style: none;
  text-align: center; }

.location-menu-button a {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .location-menu-button a .location {
    border-bottom: 0.125rem solid #f8ef22;
    display: inline-block;
    margin: 0 auto 0.0625rem;
    padding: 0 0 0.0625rem;
    vertical-align: middle; }
    .location-menu-button a .location .fa-star {
      display: inline-block;
      font-size: 0.75em;
      vertical-align: middle; }
  .location-menu-button a .date {
    display: block;
    margin: 0.0625rem auto 0;
    padding: 0.0625rem 0 0; }
  .location-menu-button a:first-of-type {
    border-top: 0.125rem solid rgba(0, 0, 0, 0.15); }
  .location-menu-button a:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  .location-menu-button a.current-menu-item {
    background-color: #326114;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.25), 10px 0 10px rgba(0, 0, 0, 0.25); }

#location-toggle {
  position: relative; }
  #location-toggle .toggle-text {
    color: #fff; }

@media all and (min-width: 62.5rem) {
  #location-toggle {
    display: none; } }
#location-icon {
  color: #fff;
  position: absolute;
  right: 0.5rem;
  top: 0.625rem; }

@media only screen and (min-width: 36.0625em) {
  .location-menu-button a {
    font-size: 0.875rem;
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (min-width: 62.5em) {
  .location-menu-button a {
    border-right: 2px solid rgba(0, 0, 0, 0.15);
    display: block;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: center; }
    .location-menu-button a .location {
      font-size: 0.9375rem; }
    .location-menu-button a .date {
      font-size: 0.875rem; } }
/**
 * Cards
 * @version 0.1
 */
.card-wrapper {
  padding-top: .75rem;
  position: relative; }
  .card-wrapper.sidebar-card-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .card-wrapper::before, .card-wrapper::after {
    border-style: solid;
    border-width: 0.703125rem;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 3.8rem;
    width: 0;
    z-index: 0; }
  .card-wrapper::before {
    border-color: transparent #e8e3d8 transparent transparent;
    left: -0.45rem; }
  .card-wrapper::after {
    border-color: transparent transparent transparent #e8e3d8;
    right: -0.45rem; }
  .card-wrapper.no-ribbon::before {
    border: none; }
  .card-wrapper.no-ribbon::after {
    border: none; }
  .card-wrapper.blue-ribbon::before {
    border-color: transparent #e8e3d8 transparent transparent;
    left: -0.6875rem; }
  .card-wrapper.blue-ribbon::after {
    border-color: transparent transparent transparent #e8e3d8;
    right: -0.6875rem; }
  .card-wrapper.orange-ribbon::before {
    border-color: transparent #e8e3d8 transparent transparent;
    left: -1.4375rem; }
  .card-wrapper.orange-ribbon::after {
    border-color: transparent transparent transparent #e8e3d8;
    right: -1.4375rem; }
  .card-wrapper.red-ribbon::before {
    border-color: transparent #e8e3d8 transparent transparent;
    left: -1.4375rem; }
  .card-wrapper.red-ribbon::after {
    border-color: transparent transparent transparent #e8e3d8;
    right: -1.4375rem; }

#newsletter-wrapper::before {
  border-width: 0.703125rem;
  left: -0.45rem;
  top: 3.675rem; }

#newsletter-wrapper::after {
  border-width: 0.703125rem;
  right: -0.45rem;
  top: 3.675rem; }

.about-page-card-wrapper .page-content .card {
  padding-top: 3rem; }

@media screen and (min-width: 62.5rem) {
  .about-page-card-wrapper .page-content .card {
    padding-top: 5rem; } }
@media screen and (min-width: 62.5rem) {
  .card-wrapper {
    padding-top: .75rem;
    position: relative; }
    .card-wrapper.sidebar-card-wrapper {
      padding-left: 0.6875rem;
      padding-right: 0.6875rem; }
    .card-wrapper::before, .card-wrapper::after {
      border-style: solid;
      border-width: 0.6875rem;
      content: '';
      display: block;
      height: 0;
      position: absolute;
      top: 3.6875rem;
      width: 0;
      z-index: 0; }
    .card-wrapper::before {
      border-color: transparent #326114 transparent transparent;
      left: -0.4375rem; }
    .card-wrapper::after {
      border-color: transparent transparent transparent #326114;
      right: -0.4375rem; }
    .card-wrapper.no-ribbon::before {
      border: none; }
    .card-wrapper.no-ribbon::after {
      border: none; }
    .card-wrapper.blue-ribbon::before {
      border-color: transparent #326114 transparent transparent;
      left: -0.6875rem; }
    .card-wrapper.blue-ribbon::after {
      border-color: transparent transparent transparent #326114;
      right: -0.6875rem; }
    .card-wrapper.orange-ribbon::before {
      border-color: transparent #777675 transparent transparent;
      left: -1.4375rem; }
    .card-wrapper.orange-ribbon::after {
      border-color: transparent transparent transparent #777675;
      right: -1.4375rem; }
    .card-wrapper.red-ribbon::before {
      border-color: transparent #326114 transparent transparent;
      left: -1.4375rem; }
    .card-wrapper.red-ribbon::after {
      border-color: transparent transparent transparent #326114;
      right: -1.4375rem; }

  #about-home-wrapper::before,
  #newsletter-wrapper::before,
  #quick-links::before {
    border-width: 0.6875rem;
    left: -0.6875rem;
    top: 3.6875rem; }

  #about-home-wrapper::after,
  #newsletter-wrapper::after,
  #quick-links::after {
    border-width: 0.6875rem;
    right: -0.6875rem;
    top: 3.6875rem; } }
.ad-card-wrapper::before, .ad-card-wrapper::after {
  display: none; }

.card,
.textwidget {
  background-color: #fff;
  border-radius: .3125rem;
  box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  padding-bottom: .25rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  padding-top: 4.5rem;
  margin: 0 auto 1rem; }

/**
 * Location page titles
 */
.location-ribbon {
  background: #4c822a;
  background: -moz-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4c822a), color-stop(50%, #60ae3f), color-stop(100%, #4c822a));
  background: -webkit-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
  background: -o-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
  background: -ms-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
  background: linear-gradient(to right, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color1',GradientType=1 );
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  left: .234375rem;
  padding: 1rem .5rem;
  position: absolute;
  right: .234375rem;
  text-align: left;
  top: 1.125rem;
  z-index: 2;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1); }
  .location-ribbon h1 {
    color: #fff;
    font-size: 1.375rem;
    text-transform: uppercase; }
    .location-ribbon h1 a {
      color: #fff; }
    .location-ribbon h1::after {
      background: #fff;
      background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #f8ef22 100%);
      background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fff), color-stop(100%, #f8ef22));
      background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #f8ef22 100%);
      background: -o-radial-gradient(center, ellipse cover, #fff 0%, #f8ef22 100%);
      background: -ms-radial-gradient(center, ellipse cover, #fff 0%, #f8ef22 100%);
      background: radial-gradient(ellipse at center, #fff 0%, #f8ef22 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
      border-radius: 50%;
      box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
      color: #4c822a;
      content: attr(data-date);
      display: block;
      font-size: 1.25rem;
      height: 4rem;
      letter-spacing: -0.0625rem;
      overflow: hidden;
      padding: 0.875rem 0.5rem 0.5rem 0.375rem;
      padding-top: 0.75rem;
      position: absolute;
      right: .25rem;
      text-align: center;
      text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
      top: -.5rem;
      width: 4rem;
      z-index: 2; }

.press-page .location-ribbon h1::after {
  display: none !important; }

#location-content.card-wrapper::before,
#location-content.card-wrapper::after {
  top: 4.05rem; }

@media screen and (min-width: 47.625rem) {
  .location-ribbon h1 {
    font-size: 2rem; }
    .location-ribbon h1::after {
      font-size: 1.375rem;
      height: 5rem;
      padding-top: 1.25rem;
      top: -0.875rem;
      width: 5rem; } }
@media screen and (min-width: 62.5rem) {
  .location-ribbon h1 {
    font-size: 1.625rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem; }
    .location-ribbon h1::after {
      top: -0.375rem; }

  #location-content.card-wrapper .card,
  #search-results-content.card-wrapper .card,
  .home-location .card {
    padding-top: 5.5rem; }
  #location-content.card-wrapper::before, #location-content.card-wrapper::after,
  #search-results-content.card-wrapper::before,
  #search-results-content.card-wrapper::after,
  .home-location::before,
  .home-location::after {
    top: 4.675rem; } }
.non-article-ribbon {
  background: #777675;
  background: -moz-linear-gradient(top, #777675 0%, #777675 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777675), color-stop(100%, #777675));
  background: -webkit-linear-gradient(top, #777675 0%, #777675 100%);
  background: -o-linear-gradient(top, #777675 0%, #777675 100%);
  background: -ms-linear-gradient(top, #777675 0%, #777675 100%);
  background: linear-gradient(to bottom, #777675 0%, #777675 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  left: 0.234375rem;
  padding: 1rem .5rem;
  position: absolute;
  right: 0.234375rem;
  text-align: left;
  top: 1.125rem;
  z-index: 2;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1); }
  .non-article-ribbon h1,
  .non-article-ribbon h1 a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase; }
    .non-article-ribbon h1 i,
    .non-article-ribbon h1 a i {
      font-size: 1.75rem;
      position: absolute;
      right: .75rem;
      top: .75rem; }

@media screen and (min-width: 62.5rem) {
  .non-article-ribbon {
    background: #777675;
    background: -moz-linear-gradient(top, #777675 0%, #777675 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777675), color-stop(100%, #777675));
    background: -webkit-linear-gradient(top, #777675 0%, #777675 100%);
    background: -o-linear-gradient(top, #777675 0%, #777675 100%);
    background: -ms-linear-gradient(top, #777675 0%, #777675 100%);
    background: linear-gradient(to bottom, #777675 0%, #777675 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    left: 0;
    padding: 1rem .5rem;
    position: absolute;
    right: 0rem;
    text-align: left;
    top: 1.125rem;
    z-index: 2;
    text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1); }
    .non-article-ribbon h1,
    .non-article-ribbon h1 a {
      color: #fff;
      font-size: 1.125rem;
      font-weight: 300;
      padding-bottom: 0.0625rem;
      padding-top: 0.0625rem;
      text-transform: uppercase; }
      .non-article-ribbon h1 i,
      .non-article-ribbon h1 a i {
        font-size: 1.75rem;
        position: absolute;
        right: .75rem;
        top: .75rem; }
      .non-article-ribbon h1 .title-icon,
      .non-article-ribbon h1 a .title-icon {
        height: 1.75rem;
        position: absolute;
        right: .75rem;
        top: .75rem;
        width: 1.75rem; } }
.ad-card {
  padding: 1rem;
  text-align: center; }
  .ad-card p {
    color: #757575;
    font-size: 0.75rem;
    margin-bottom: 0.875rem; }
  .ad-card .ad-wrapper {
    margin: 0 auto;
    width: 18.75rem; }

.card .row {
  margin-top: 1rem; }

.orange-ribbon .non-article-ribbon {
  background: #4c4a48;
  background: -moz-linear-gradient(top, #4c4a48 0%, #4c4a48 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4a48), color-stop(100%, #4c4a48));
  background: -webkit-linear-gradient(top, #4c4a48 0%, #4c4a48 100%);
  background: -o-linear-gradient(top, #4c4a48 0%, #4c4a48 100%);
  background: -ms-linear-gradient(top, #4c4a48 0%, #4c4a48 100%);
  background: linear-gradient(to bottom, #4c4a48 0%, #4c4a48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 ); }

.red-ribbon .non-article-ribbon {
  background: #4c4a48;
  background: -moz-linear-gradient(top, #4c4a48 0%, #4c4a48 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4a48), color-stop(100%, #4c4a48));
  background: -webkit-linear-gradient(top, #4c4a48 0%, #4c4a48 100%);
  background: -o-linear-gradient(top, #4c4a48 0%, #4c4a48 100%);
  background: -ms-linear-gradient(top, #4c4a48 0%, #4c4a48 100%);
  background: linear-gradient(to bottom, #4c4a48 0%, #4c4a48 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 ); }

.sidebar-subhead {
  color: #60ae3f;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 auto 0.625rem; }

@media screen and (max-width: 62.5rem) {
  .page-content.about-page-card-wrapper .card,
  .page-content.exhibit-page-card-wrapper .card,
  .page-content.sponsorship-page-card-wrapper .card {
    padding-top: 3rem; }

  .exhibit-sidebar .card-wrapper.blue-ribbon::before,
  .sponsorship-sidebar .card-wrapper.blue-ribbon::before {
    left: -0.45rem; }

  .exhibit-sidebar .card-wrapper.blue-ribbon::after,
  .sponsorship-sidebar .card-wrapper.blue-ribbon::after {
    right: -0.45rem; } }
/**
 * Search page title
 */
.search-page-title {
  background: #4c822a;
  background: -moz-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4c822a), color-stop(50%, #60ae3f), color-stop(100%, #4c822a));
  background: -webkit-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
  background: -o-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
  background: -ms-linear-gradient(left, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
  background: linear-gradient(to right, #4c822a 0%, #60ae3f 50%, #4c822a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color1',GradientType=1 );
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  left: .234375rem;
  padding: 1rem .5rem;
  position: absolute;
  right: .234375rem;
  text-align: left;
  top: 1.125rem;
  z-index: 2;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1); }
  .search-page-title h1 {
    color: #fff;
    font-size: 1.375rem;
    text-transform: uppercase; }
    .search-page-title h1 a {
      color: #fff; }

@media screen and (min-width: 47.625rem) {
  .search-page-title h1 {
    font-size: 2rem; } }
@media screen and (min-width: 62.5rem) {
  .search-page-title h1 {
    font-size: 3rem; } }
#press {
  padding-top: 5.5rem; }

#location-content .card::before, #location-content .card::after {
  content: "\0020";
  display: table; }
#location-content .card::after {
  clear: both; }

#about-home-wrapper .non-article-ribbon h1 {
  text-align: center; }

#location-info .non-article-ribbon h1 {
  text-align: center; }

.exhibit-sidebar .card-wrapper.blue-ribbon.sidebar-card-wrapper::before,
.sponsorship-sidebar .card-wrapper.blue-ribbon.sidebar-card-wrapper::before {
  left: -0.6875rem; }

.exhibit-sidebar .card-wrapper.blue-ribbon.sidebar-card-wrapper::after,
.sponsorship-sidebar .card-wrapper.blue-ribbon.sidebar-card-wrapper::after {
  right: -0.6875rem; }

.card-wrapper.single-template::before,
.card-wrapper.single-template::after {
  top: 4.6875rem; }

/**
 * Listings
 * @version 0.1
 */
.listing-page-title {
  color: #3b2314;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 1rem auto 2rem;
  text-align: center;
  text-transform: uppercase; }

.feature .card::before, .feature .card::after {
  content: "\0020";
  display: table; }
.feature .card::after {
  clear: both; }

.listing {
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .listing a {
    color: #fff;
    display: block;
    height: 100%;
    position: relative;
    width: 100%; }
    .listing a h1 {
      background: #3b2314;
      background: -moz-linear-gradient(top, #60ae3f 0%, #326114 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60ae3f), color-stop(100%, #326114));
      background: -webkit-linear-gradient(top, #60ae3f 0%, #326114 100%);
      background: -o-linear-gradient(top, #60ae3f 0%, #326114 100%);
      background: -ms-linear-gradient(top, #60ae3f 0%, #326114 100%);
      background: linear-gradient(to bottom, #60ae3f 0%, #326114 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
      color: #fff;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 2rem;
      margin: 0.5rem auto;
      padding: 1rem;
      text-align: center; }
    .listing a img {
      max-height: 250px; }
  .listing .button {
    text-align: center; }

@media only screen and (min-width: 62.5em) {
  .listing:first-of-type {
    padding-right: 0.9375rem; }

  .listing:last-of-type {
    padding-left: 0.9375rem; } }
.listing-wrapper {
  padding-left: 0.6825rem;
  padding-right: 0.6825rem;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1); }
  .listing-wrapper .listing-image {
    border: 0.125rem solid #e8e3d8;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.2);
    float: left;
    height: auto;
    margin: 0 1rem 1rem 0;
    max-width: 8rem; }
  .listing-wrapper p {
    margin: 1rem auto; }
  .listing-wrapper .listing-desc {
    border-top: 1px solid #e8e3d8;
    clear: both;
    font-size: 1rem;
    margin: 3rem auto 1rem;
    padding-top: 1rem;
    text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2); }
    .listing-wrapper .listing-desc .listing-desc-title {
      display: block;
      font-size: 1.25rem;
      margin: 0 auto; }
    .listing-wrapper .listing-desc .listing-desc-pres {
      display: block; }
    .listing-wrapper .listing-desc .speaker-bio-title {
      display: block;
      font-size: 1rem;
      margin: 2.5rem auto .25rem; }

.toggle-wrap {
  display: block;
  margin: 0 auto 1rem;
  text-align: center; }

#location-content .card h1.listing-title {
  font-size: 1.625rem;
  line-height: 1.875rem; }

#location-content .card h2.listing-byline {
  font-size: 1rem;
  margin-top: 0.25rem; }

.view-desc {
  background-color: #184c8b;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  margin: .75rem auto 0;
  padding: .5rem 1rem;
  text-align: center;
  width: auto; }
  .view-desc:hover {
    background-color: #326114; }

#location-content .card h1.modal-title {
  color: #3b2314;
  font-weight: 300;
  line-height: 3rem; }

#location-content .card h2.modal-byline {
  color: #3b2314;
  font-size: 1.5rem;
  margin-top: 0.25rem; }

/**
 * Category Toggle
 */
.sort-title {
  text-align: center; }

.cat-toggle-wrap {
  display: none;
  margin: 0 auto;
  text-align: center; }

.cat-toggle {
  background-color: #777675;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear; }
  .cat-toggle:hover, .cat-toggle.active {
    background-color: #60ae3f;
    color: #fff; }
  .cat-toggle.inactive {
    display: none; }

@media screen and (min-width: 62.5rem) {
  .arrow-down {
    display: none; }

  .cat-toggle-wrap {
    display: block; }

  .cat-toggle {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0.5%;
    min-height: 3rem;
    width: 19%; }

  .cat-toggle:last-of-type {
    float: left !important; } }
/**
 * Alphabetical Toggle
 */
.alpha-toggle {
  background-color: #777675;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0.25rem;
  outline: none;
  padding: 0.5rem;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  min-height: 2.25rem;
  min-width: 2.25rem; }
  .alpha-toggle:hover {
    background-color: #326114;
    border: none;
    color: #fff;
    outline: none; }
  .alpha-toggle.active {
    background-color: #326114;
    border: none;
    color: #fff;
    outline: none; }
  .alpha-toggle.hidden {
    display: none; }

/**
 * Listings Toggles
 */
.ex-toggle-wrap {
  margin: 0 auto;
  max-width: 40rem;
  text-align: center; }
  .ex-toggle-wrap #show-all {
    display: inline-block;
    height: 2.75rem;
    margin: 0 0.125rem 0.5rem;
    width: 6rem; }

.ex-cat-toggle {
  background-color: #60ae3f;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 2.75rem;
  line-height: 2.75rem;
  margin: 0 .125rem .5rem;
  padding: 0;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  width: 2.75rem; }
  .ex-cat-toggle:hover, .ex-cat-toggle.active {
    background-color: #326114;
    color: #fff; }
  .ex-cat-toggle.inactive {
    display: none; }

@media screen and (min-width: 37.5rem) {
  .ex-cat-toggle {
    height: auto;
    line-height: 1;
    margin: 0 .5rem .5rem;
    padding: .5rem;
    width: auto; }

  .ex-toggle-wrap #show-all {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 20rem;
    text-align: center; } }
/**
 * Workshop, Exhibitor, and Sponsor Listings
 */
.ex-listing-wrapper,
.ws-listing-wrapper {
  cursor: pointer; }

.ex-listing,
.ws-listing {
  border: 0.125rem solid #e8e3d8;
  border-radius: 0.25rem;
  margin: 0 auto;
  padding: 0.625rem;
  position: relative;
  width: 100%; }

.ws-listing-heading {
  display: block;
  width: 100%; }

#location-content .card h1.ex-listing-title,
#location-content .card h1.ws-listing-title,
.ws-listing-title {
  color: #3b2314;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0; }

#location-content .card h2.ex-listing-byline,
#location-content .card h2.ws-listing-byline,
.ws-listing-byline {
  color: #424242;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 0; }

.ws-view-desc {
  background-color: #e8e3d8;
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0.625rem auto 0;
  padding: 0.625rem 0.3125rem;
  position: relative;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0; }

.reveal-modal.ws-modal {
  bottom: 0.5rem;
  left: 0.5rem;
  overflow-y: scroll;
  right: 0.5rem;
  top: 0.5rem; }
  .reveal-modal.ws-modal .close-reveal-modal {
    color: #326114;
    display: block;
    font-size: 2rem;
    font-weight: 400;
    padding: 0.25rem;
    position: fixed;
    right: 1.625rem;
    top: 1rem; }

#location-content .card h1.ws-modal-title,
.ws-modal-title {
  color: #3b2314;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0.5rem auto 1rem; }

@media all and (min-width: 62.5rem) {
  #location-content .card h1.ws-modal-title,
  .ws-modal-title {
    font-size: 2rem; } }
.ws-listing-image,
.ws-modal-image {
  border: 0.25rem solid #e8e3d8;
  border-radius: 50%;
  display: inline-block;
  height: auto;
  overflow: hidden;
  max-width: 10rem;
  vertical-align: middle;
  width: 35%; }

.ws-listing-image {
  display: block;
  margin: 0 auto;
  width: 50%; }

@media all and (min-width: 62.5rem) {
  .ws-listing-image,
  .ws-modal-image {
    width: 20%; }

  .ws-listing-image {
    display: inline-block; } }
#location-content .card h2.ws-modal-byline,
.ws-modal-byline {
  color: #424242;
  display: inline-block;
  font-size: 1.25rem;
  margin-left: 3%;
  vertical-align: middle;
  width: 60%; }
  #location-content .card h2.ws-modal-byline .ws-modal-byline-small,
  .ws-modal-byline .ws-modal-byline-small {
    display: block;
    font-size: 0.875rem;
    line-height: 1; }

@media all and (min-width: 62.5rem) {
  #location-content .card h2.ws-modal-byline,
  .ws-modal-byline {
    width: 70%; } }
#location-content .card p.ex-listing-desc,
#location-content .card p.ws-modal-desc,
.ws-modal-desc {
  border-top: 0.0625rem solid #e8e3d8;
  font-size: 1.0625rem;
  line-height: 1.4;
  padding-top: 0.5rem;
  margin-top: 0.5rem; }

#location-content .ws-modal-presentation,
.ws-modal-presentation {
  color: #184c8b;
  display: block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  margin: 1rem auto 0; }

#location-content .ws-modal-booksigning,
.ws-modal-booksigning {
  display: block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  margin: 1rem auto 0; }

#location-content .ws-modal-bio-title,
.ws-modal-bio-title {
  display: block;
  margin: 0.625rem 0; }

.ex-toggle-wrap,
.os-toggle-wrap,
.ws-toggle-wrap {
  margin-top: 1.5rem; }

@media screen and (min-width: 37.5rem) {
  .reveal-modal.ws-modal {
    left: 10%;
    right: 10%; }
    .reveal-modal.ws-modal .close-reveal-modal {
      right: 11%; } }
@media screen and (min-width: 62.5rem) {
  .reveal-modal.ws-modal {
    left: 20%;
    right: 20%; }
    .reveal-modal.ws-modal .close-reveal-modal {
      right: 21%; }

  #location-content .card h1.ex-listing-title,
  #location-content .card h1.ws-listing-title,
  .ws-listing-title {
    font-size: 1.25rem; }

  #location-content .card h2.ex-listing-byline,
  #location-content .card h2.ws-listing-byline,
  .ws-listing-byline {
    font-size: 1rem; }

  .ws-listing-header {
    display: inline-block;
    vertical-align: middle;
    max-width: 75%; }

  #location-content .page-title h1 {
    font-size: 1.75rem; }

  .exhibitors-wrapper .card-wrapper.blue-ribbon::after,
  .exhibitors-wrapper .card-wrapper.blue-ribbon::before,
  .workshops-wrapper .card-wrapper.blue-ribbon::after,
  .workshops-wrapper .card-wrapper.blue-ribbon::before {
    border-width: 0.448125rem;
    top: 3.95rem; }

  .exhibitors-wrapper .card-wrapper.blue-ribbon::after,
  .workshops-wrapper .card-wrapper.blue-ribbon::after {
    right: -0.17525rem; }

  .exhibitors-wrapper .card-wrapper.blue-ribbon::before,
  .workshops-wrapper .card-wrapper.blue-ribbon::before {
    left: -0.17525rem; }

  .ws-toggle-wrap {
    text-align: center;
    width: 100%; }
    .ws-toggle-wrap #show-all {
      display: block;
      vertical-align: middle;
      width: 100%; } }
.location-card-subhead {
  color: #3b2314;
  font-size: 1.25rem; }

/**
 * Sponsors & Partners Page
 */
.sp-listing {
  border: 0.125rem solid #e8e3d8;
  border-radius: 0.25rem;
  margin: 0 auto;
  padding: 0.625rem;
  position: relative;
  width: 100%; }
  .sp-listing .sp-image {
    display: table-cell;
    margin-right: 1rem;
    vertical-align: middle;
    width: 15.625%;
    max-width: 7.5rem; }
  .sp-listing .sp-head {
    display: table-cell;
    padding-left: 1rem;
    vertical-align: middle;
    width: 84.375%; }
    .sp-listing .sp-head .sp-comp {
      font-size: 1.75rem;
      font-weight: 400;
      line-height: 1.2; }
      .sp-listing .sp-head .sp-comp a {
        color: #326114; }
        .sp-listing .sp-head .sp-comp a:hover {
          color: #8a0e13; }
    .sp-listing .sp-head .sp-role {
      font-size: 1.125rem;
      font-weight: 400; }
  .sp-listing .sp-text {
    line-height: 1.5;
    margin: 1rem auto; }

main {
  display: block;
  background: #faf9f2;
  background: -moz-radial-gradient(center, ellipse cover, #faf9f2 0%, #f4f1df 60%, #e4dcaf 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fef8e4), color-stop(60%, #f4f1df), color-stop(100%, #e4dcaf));
  background: -webkit-radial-gradient(center, ellipse cover, #faf9f2 0%, #f4f1df 60%, #e4dcaf 100%);
  background: -o-radial-gradient(center, ellipse cover, #faf9f2 0%, #f4f1df 60%, #e4dcaf 100%);
  background: -ms-radial-gradient(center, ellipse cover, #faf9f2 0%, #f4f1df 60%, #e4dcaf 100%);
  background: radial-gradient(ellipse at center, #faf9f2 0%, #f4f1df 60%, #e4dcaf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8e4', endColorstr='#fdd87c',GradientType=1 ); }

@media screen and (max-width: 62.49rem) {
  #about-home-wrapper::before, #about-home-wrapper::after {
    top: 4.95rem; }
  #about-home-wrapper::before {
    left: -0.45rem; }
  #about-home-wrapper::after {
    right: -0.45rem; }
  #about-home-wrapper .card {
    padding-top: 5.5rem; } }
#about-home-wrapper p + p {
  margin-top: 1rem; }

.coming-soon p {
  margin: 1rem auto; }

.coming-soon #nl-submit {
  display: inline-block;
  margin-top: 0;
  width: 15rem; }
  .coming-soon #nl-submit i {
    margin-top: 0; }

/**
 * Location Page Masthead
 */
#masthead {
  margin-bottom: 2.5rem;
  position: relative; }
  #masthead .columns {
    padding-left: 0;
    padding-right: 0; }
  #masthead .location-title {
    background: #f8ef22;
    background: -moz-linear-gradient(left, #f8ef22 0%, #fff 50%, #f8ef22 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8ef22), color-stop(50%, #fff), color-stop(100%, #f8ef22));
    background: -webkit-linear-gradient(left, #f8ef22 0%, #fff 50%, #f8ef22 100%);
    background: -o-linear-gradient(left, #f8ef22 0%, #fff 50%, #f8ef22 100%);
    background: -ms-linear-gradient(left, #f8ef22 0%, #fff 50%, #f8ef22 100%);
    background: linear-gradient(to right, #f8ef22 0%, #fff 50%, #f8ef22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color1',GradientType=1 );
    bottom: -2rem;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    left: 0;
    padding: 0.75rem 0 .75rem .25rem;
    position: absolute;
    right: 0; }
    #masthead .location-title h1 {
      color: #fff;
      font-size: 1.5rem;
      letter-spacing: -0.0625rem;
      text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
      text-transform: uppercase; }
      #masthead .location-title h1 a {
        color: #fff;
        text-decoration: none; }
        #masthead .location-title h1 a:hover {
          color: #fff; }
      #masthead .location-title h1::after {
        background: #fff;
        background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #f0c781 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fff), color-stop(100%, #f0c781));
        background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #f0c781 100%);
        background: -o-radial-gradient(center, ellipse cover, #fff 0%, #f0c781 100%);
        background: -ms-radial-gradient(center, ellipse cover, #fff 0%, #f0c781 100%);
        background: radial-gradient(ellipse at center, #fff 0%, #f0c781 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=1 );
        border-radius: 50%;
        box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
        color: #326114;
        content: attr(data-date);
        display: block;
        font-size: 1rem;
        height: 4rem;
        letter-spacing: -0.0625rem;
        overflow: hidden;
        padding: .5rem;
        padding-top: 1rem;
        position: absolute;
        right: 0.25rem;
        text-align: center;
        text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
        top: -0.5rem;
        width: 4rem;
        z-index: 2; }

@media only screen and (min-width: 62.5em) {
  #masthead {
    margin-bottom: 4rem; }
    #masthead .location-title {
      padding: 0.75rem 0 0.75rem 0.75rem; }
      #masthead .location-title h1 {
        font-size: 3.5rem; }
        #masthead .location-title h1::after {
          font-size: 2.5rem;
          height: 10rem;
          padding: 1rem;
          padding-top: 2.5rem;
          right: 1rem;
          top: -3rem;
          width: 10rem; } }
/**
 * Location Page Stuff
 */
.location-info img {
  height: auto;
  max-width: 16rem;
  width: 100%; }

article.row:last-of-type {
  margin-bottom: 0.75rem; }

.location-workshop-listing {
  margin-bottom: 0.75rem;
  text-align: center; }

.location-workshop-pic {
  margin-bottom: 0.625rem; }

.location-workshop-link,
.location-workshop-link-image {
  cursor: pointer; }

.location-workshop-link {
  display: block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3; }
  .location-workshop-link + .location-workshop-link {
    font-size: 0.75rem;
    font-weight: 400; }

.action.inline {
  display: inline-block;
  margin: 0 0 0.5rem;
  max-width: 100%;
  width: auto; }
  .action.inline .fa {
    margin-left: 2rem; }

.alignright.no-bottom-margin {
  margin-bottom: 0; }

#location-content .location-ribbon h1 {
  color: #fff;
  font-size: 1.635rem;
  font-weight: 400; }
  #location-content .location-ribbon h1 a {
    color: #fff; }
    #location-content .location-ribbon h1 a:hover {
      color: #fff; }
#location-content .card h1 {
  color: #3b2314;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem auto;
  text-align: left;
  text-transform: uppercase; }
  #location-content .card h1 a {
    color: #3b2314; }
    #location-content .card h1 a:hover {
      color: #724831; }
#location-content .card h2 {
  color: #3b2314;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 auto 1rem; }
#location-content .card p {
  color: #424242;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 auto 1rem;
  text-align: left; }
#location-content .card .keynote-rotator,
#location-content .card .featured-rotator {
  margin: 0 auto 1rem;
  padding: 0 1rem;
  width: 100%; }
#location-content .card a.button {
  margin: 1rem auto; }

/**
 * Location Page Sidebar
 */
.no-ribbon .card {
  padding-bottom: 1rem;
  padding-top: 1rem; }

.sidebar-location-head,
.location-section-title {
  color: #3b2314;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase; }
  .sidebar-location-head a,
  .location-section-title a {
    color: #3b2314; }
    .sidebar-location-head a:hover,
    .location-section-title a:hover {
      color: #724831; }

.sidebar-location-subhead {
  color: #60ae3f;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 1rem auto;
  text-align: left; }

h3.sidebar-location-subhead {
  font-size: 1.125rem;
  margin: 1rem auto;
  text-align: center; }

.sidebar-location-content,
.location-section-copy {
  color: #424242;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
  text-align: left; }

.small-text {
  font-size: 0.75rem;
  margin: 1rem auto; }

.location-section-copy {
  margin-bottom: 1.75rem; }

.sidebar-quick-link {
  background-color: transparent;
  color: #60ae3f;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5rem 0;
  text-align: left;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear; }

.no-bottom-margin + .location-section-title {
  margin-top: 1rem; }

@media all and (max-width: 999px) {
  #location-content .card .sidebar-card .textwidget {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 1.25rem 0 0; }
    #location-content .card .sidebar-card .textwidget p {
      color: #424242;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.5;
      margin: 0 auto 1rem;
      text-align: left; }
      #location-content .card .sidebar-card .textwidget p:first-of-type {
        text-align: center; }
      #location-content .card .sidebar-card .textwidget p sup {
        display: block;
        font-size: 0.75rem;
        margin: 0; }
    #location-content .card .sidebar-card .textwidget h2 {
      color: #3b2314;
      font-size: 1.5rem;
      font-weight: 700;
      text-align: left;
      text-transform: uppercase; }
    #location-content .card .sidebar-card .textwidget h3 {
      color: #60ae3f;
      font-size: 1.25rem;
      font-weight: normal;
      margin: 1rem auto;
      text-align: left; } }
/**
 * Content
 * @version 0.1
 */
#content,
#sidebar {
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 62.5rem) {
  #content,
  #sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }
hr {
  border-top: 0.0625rem solid #e8e3d8; }

.alignright,
.alignleft,
.aligncenter {
  display: block;
  float: none;
  margin: 0 auto; }

.page-title {
  background: #326114;
  background: -moz-linear-gradient(left, #326114 0%, #60ae3f 50%, #326114 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #326114), color-stop(50%, #60ae3f), color-stop(100%, #326114));
  background: -webkit-linear-gradient(left, #326114 0%, #60ae3f 50%, #326114 100%);
  background: -o-linear-gradient(left, #326114 0%, #60ae3f 50%, #326114 100%);
  background: -ms-linear-gradient(left, #326114 0%, #60ae3f 50%, #326114 100%);
  background: linear-gradient(to right, #326114 0%, #60ae3f 50%, #326114 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color1',GradientType=1 );
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  padding: 0.325rem 0 .5rem .25rem; }
  .page-title h1 {
    color: #fff;
    font-size: 1.635rem;
    font-weight: 400;
    letter-spacing: -0.0625rem;
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
    text-transform: uppercase; }

@media screen and (min-width: 62.5rem) {
  .page-title {
    padding: 1.0625rem 0 1.0625rem .25rem; }
    .page-title h1 {
      padding-bottom: 0.25rem;
      padding-top: 0.25rem; } }
.card-wrapper.page-content::before {
  left: -1.375rem;
  top: 4.4375rem; }

.card-wrapper.page-content::after {
  right: -1.375rem;
  top: 4.4375rem; }

.page .page-content .card .sm-12.columns {
  padding-left: 0;
  padding-right: 0; }

.page-content .card {
  padding-top: 5rem; }

.page-content h3 {
  color: #3b2314;
  font-size: 2rem;
  font-weight: 700;
  margin: 1.5rem auto;
  text-align: center; }

.page-content .loc-city {
  color: #3b2314;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 auto;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1); }

.page-content .loc-heading {
  color: #424242;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin: .5rem auto;
  text-align: left;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1); }

.page-content p {
  margin: 0 auto 1rem; }

.wp-caption img {
  display: block;
  margin: 0 auto .5rem; }

.wp-caption figcaption {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1); }
  .wp-caption figcaption h4 {
    font-size: 1.25rem;
    line-height: 1.5rem; }

@media only screen and (min-width: 36.0625em) {
  .alignright {
    clear: right;
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 0;
    margin-top: 0; }

  .alignleft {
    clear: left;
    float: left;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 1rem;
    margin-top: 0; }

  .aligncenter {
    clear: both;
    float: none;
    margin: 1rem; } }
.back-to-top {
  background-color: #f26721;
  bottom: .25rem;
  box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  opacity: 0;
  padding: .375rem .5rem .5rem;
  position: fixed;
  right: .25rem;
  text-align: center;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 99999999999; }
  .back-to-top:hover {
    background-color: #c2521a;
    color: #fff;
    opacity: 1; }
  .back-to-top i {
    font-size: 1.5rem;
    line-height: 1; }

.back-to-top.back-to-top-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 37.5rem) {
  .back-to-top {
    bottom: 2.25rem;
    right: 2.25rem; } }
.card-wrapper.two-lines {
  padding-top: 2rem; }

.card-wrapper.page-content.about-page-card-wrapper,
.card-wrapper.page-content.contact-page-card-wrapper,
.card-wrapper.page-content.exhibit-page-card-wrapper,
.card-wrapper.page-content.sponsor-page-card-wrapper,
.card-wrapper.page-content.sponsorship-page-card-wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .card-wrapper.page-content.about-page-card-wrapper::before,
  .card-wrapper.page-content.contact-page-card-wrapper::before,
  .card-wrapper.page-content.exhibit-page-card-wrapper::before,
  .card-wrapper.page-content.sponsor-page-card-wrapper::before,
  .card-wrapper.page-content.sponsorship-page-card-wrapper::before {
    border-width: 0.6875rem;
    left: -0.45rem;
    top: 3rem; }
  .card-wrapper.page-content.about-page-card-wrapper::after,
  .card-wrapper.page-content.contact-page-card-wrapper::after,
  .card-wrapper.page-content.exhibit-page-card-wrapper::after,
  .card-wrapper.page-content.sponsor-page-card-wrapper::after,
  .card-wrapper.page-content.sponsorship-page-card-wrapper::after {
    border-width: 0.6875rem;
    right: -0.45rem;
    top: 3rem; }

.card-wrapper.page-content.about-page-card-wrapper.two-lines::before,
.card-wrapper.page-content.contact-page-card-wrapper.two-lines::before,
.card-wrapper.page-content.exhibit-page-card-wrapper.two-lines::before,
.card-wrapper.page-content.sponsor-page-card-wrapper.two-lines::before,
.card-wrapper.page-content.sponsorship-page-card-wrapper.two-lines::before {
  top: 5.125rem; }
.card-wrapper.page-content.about-page-card-wrapper.two-lines::after,
.card-wrapper.page-content.contact-page-card-wrapper.two-lines::after,
.card-wrapper.page-content.exhibit-page-card-wrapper.two-lines::after,
.card-wrapper.page-content.sponsor-page-card-wrapper.two-lines::after,
.card-wrapper.page-content.sponsorship-page-card-wrapper.two-lines::after {
  top: 5.125rem; }

@media screen and (min-width: 62.5rem) {
  .card-wrapper.page-content.about-page-card-wrapper::before,
  .card-wrapper.page-content.contact-page-card-wrapper::before,
  .card-wrapper.page-content.exhibit-page-card-wrapper::before,
  .card-wrapper.page-content.sponsor-page-card-wrapper::before,
  .card-wrapper.page-content.sponsorship-page-card-wrapper::before {
    border-width: 0.9375rem;
    left: -0.9375rem;
    top: 4.5rem; }
  .card-wrapper.page-content.about-page-card-wrapper::after,
  .card-wrapper.page-content.contact-page-card-wrapper::after,
  .card-wrapper.page-content.exhibit-page-card-wrapper::after,
  .card-wrapper.page-content.sponsor-page-card-wrapper::after,
  .card-wrapper.page-content.sponsorship-page-card-wrapper::after {
    border-width: 0.9375rem;
    right: -0.9375rem;
    top: 4.5rem; } }
.generated p,
.lodging-info {
  font-size: 0.875rem;
  margin: 0.625rem auto; }

/**
 * Sponsorship Opportunities Page
 */
.sponsorship-callout {
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .sponsorship-callout h2 {
    font-size: 1.625rem; }
  .sponsorship-callout .copy {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem auto;
    width: 100%;
    max-width: 30rem; }
  .sponsorship-callout .sponsorship-callout-button {
    background-color: #60ae3f;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    color: #fff;
    display: block;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1.15rem;
    line-height: 1.25;
    margin: 1rem auto;
    padding: 0.625rem 1rem;
    text-align: center;
    width: 100%;
    max-width: 30rem; }
    .sponsorship-callout .sponsorship-callout-button:hover {
      background-color: #326114;
      color: #fff; }

.sponsor-resource {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  text-align: center; }
  .sponsor-resource .sponsor-resource-image {
    display: block;
    height: auto;
    margin: 0 auto 0.625rem;
    max-width: 6.25rem; }
  .sponsor-resource .sponsor-resource-text {
    font-size: 0.875rem; }

.map-opt {
  cursor: pointer; }

#map-options,
#program-guide-options {
  bottom: auto;
  left: 25%;
  right: auto;
  top: 25%;
  width: 100%;
  max-width: 30rem; }
  #map-options .map-modal-title,
  #program-guide-options .map-modal-title {
    color: #326114;
    font-size: 1.75rem;
    font-weight: 400;
    text-align: center;
    margin: 0.5rem auto 1rem; }
  #map-options .map-modal-opt,
  #program-guide-options .map-modal-opt {
    font-size: 1.125rem;
    margin: 0.5rem auto;
    text-align: center; }
    #map-options .map-modal-opt a,
    #program-guide-options .map-modal-opt a {
      color: #184c8b; }

/**
 * Maps & Program Guides Pages
 */
.maps-page .card h1,
.guides-page .card h1 {
  color: #3b2314;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 auto 2rem;
  text-align: left; }
.maps-page .card h2,
.guides-page .card h2 {
  font-size: 1.125rem;
  margin: 0.5rem 0;
  text-align: left; }
  .maps-page .card h2 a,
  .guides-page .card h2 a {
    color: #60ae3f; }
    .maps-page .card h2 a:hover,
    .guides-page .card h2 a:hover {
      color: #326114; }

/**
 * Social Sharing
 */
.sharedaddy::before, .sharedaddy::after {
  content: "\0020";
  display: table; }
.sharedaddy::after {
  clear: both; }
.sharedaddy .sd-sharing .sd-title {
  color: #326114;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.625rem;
  text-align: center; }
  .sharedaddy .sd-sharing .sd-title::before {
    display: none; }
.sharedaddy .sd-sharing .sd-content {
  text-align: center; }
  .sharedaddy .sd-sharing .sd-content ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .sharedaddy .sd-sharing .sd-content ul li {
      display: inline-block;
      margin: 0 0.25rem;
      padding: 0; }
      .sharedaddy .sd-sharing .sd-content ul li .share-icon {
        background: #eeeeee;
        border: 0.0625rem solid #757575;
        border-radius: 0.1875rem;
        box-shadow: none;
        color: #757575;
        display: inline-block;
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 0.75rem;
        line-height: 1.625rem;
        margin: 0 0.3125rem 0.3125rem 0;
        padding: 0 0.5rem;
        text-decoration: none;
        text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
        vertical-align: middle; }
        .sharedaddy .sd-sharing .sd-content ul li .share-icon .share-count {
          background: #326114;
          border-radius: 10px;
          color: #fff;
          display: inline-block;
          font-size: 0.625rem;
          line-height: 1;
          margin: 0 0 0 0.375rem;
          padding: 0.125rem 0.125rem 0.125rem 0.25rem;
          text-align: center; }
        .sharedaddy .sd-sharing .sd-content ul li .share-icon:before {
          display: inline-block;
          font-family: "FontAwesome";
          font-size: 1rem;
          line-height: 1;
          padding: 0.125rem 0 0;
          position: static;
          text-align: center;
          vertical-align: baseline;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .sharedaddy .sd-sharing .sd-content ul li .share-icon span {
          margin-left: 0.375rem; }
      .sharedaddy .sd-sharing .sd-content ul li.share-facebook a:before {
        content: '\f09a';
        position: relative;
        top: 0.0625rem; }
      .sharedaddy .sd-sharing .sd-content ul li.share-facebook a:hover {
        background-color: #3b5998;
        border: 0.0625rem solid #23355b;
        color: #fff; }
      .sharedaddy .sd-sharing .sd-content ul li.share-twitter a:before {
        content: '\f099';
        font-size: 1.125rem;
        position: relative;
        top: 0.125rem; }
      .sharedaddy .sd-sharing .sd-content ul li.share-twitter a:hover {
        background-color: #00aced;
        border: 0.0625rem solid #006e98;
        color: #fff; }
      .sharedaddy .sd-sharing .sd-content ul li.share-pinterest a:before {
        content: '\f0d2';
        font-size: 1.25rem;
        line-height: 0;
        position: relative;
        top: 0.2rem; }
      .sharedaddy .sd-sharing .sd-content ul li.share-pinterest a:hover {
        background-color: #cb2027;
        border: 0.0625rem solid #821419;
        color: #fff; }
      .sharedaddy .sd-sharing .sd-content ul li.share-google-plus-1 a:before {
        content: '\f0d5';
        position: relative;
        top: 0.125rem; }
      .sharedaddy .sd-sharing .sd-content ul li.share-google-plus-1 a:hover {
        background-color: #dd4b39;
        border: 0.0625rem solid #a52b1c;
        color: #fff; }
      .sharedaddy .sd-sharing .sd-content ul li.share-linkedin a:before {
        content: '\f0e1'; }
      .sharedaddy .sd-sharing .sd-content ul li.share-linkedin a:hover {
        background-color: #007bb6;
        border: 0.0625rem solid #004261;
        color: #fff; }
      .sharedaddy .sd-sharing .sd-content ul li.share-email a:before {
        content: '\f003';
        position: relative;
        top: 0.0625rem; }
      .sharedaddy .sd-sharing .sd-content ul li.share-email a:hover {
        background-color: #60ae3f;
        border: 0.0625rem solid #326114;
        color: #fff; }
      .sharedaddy .sd-sharing .sd-content ul li.share-print a:before {
        content: '\f02f';
        position: relative;
        top: 0.0625rem; }
      .sharedaddy .sd-sharing .sd-content ul li.share-print a:hover {
        background-color: #60ae3f;
        border: 0.0625rem solid #326114;
        color: #fff; }

.page-content h3.faq-q {
  color: #3b2314;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  margin: .5rem 0 1rem;
  text-align: left;
  -webkit-transition: color 0.3s linear, text-decoration 0.3s linear;
  -moz-transition: color 0.3s linear, text-decoration 0.3s linear;
  -ms-transition: color 0.3s linear, text-decoration 0.3s linear;
  -o-transition: color 0.3s linear, text-decoration 0.3s linear;
  transition: color 0.3s linear, text-decoration 0.3s linear; }
  .page-content h3.faq-q:hover {
    color: #724831;
    text-decoration: underline; }

.page-content p.faq-a {
  display: none;
  text-align: left; }

/**
 * Speaker Spotlight Page
 */
#spotlight {
  padding-top: 6rem; }
  #spotlight .spotlight-head {
    margin: 1rem auto; }
    #spotlight .spotlight-head::before, #spotlight .spotlight-head::after {
      content: "\0020";
      display: table; }
    #spotlight .spotlight-head::after {
      clear: both; }
    #spotlight .spotlight-head .spotlight-title {
      color: #326114;
      display: inline-block;
      font-size: 3rem;
      font-weight: 400;
      text-align: left;
      vertical-align: middle;
      width: 75%; }
      #spotlight .spotlight-head .spotlight-title .spotlight-org {
        color: #424242;
        display: block;
        font-size: 0.5em; }
    #spotlight .spotlight-head img {
      border: 0.25rem solid #e8e3d8;
      border-radius: 50%;
      display: inline-block;
      height: auto;
      margin-right: 1rem;
      overflow: hidden;
      vertical-align: middle;
      width: 20%;
      max-width: 10rem; }
  #spotlight h3:not(.sd-title) {
    color: #3b2314;
    font-size: 1.5rem;
    margin: 0 0 1rem; }
  #spotlight h4 {
    color: #3b2314;
    font-size: 1.125rem;
    margin: 0 0 0.75rem; }
  #spotlight figure {
    display: inline-block;
    margin: 0 1rem 1rem 0;
    vertical-align: top; }

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  background: #eee no-repeat -200px -80px;
  box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  left: 1rem;
  margin-left: 0;
  padding: 2rem;
  position: fixed;
  right: 1rem;
  top: 2rem;
  visibility: hidden;
  z-index: 101; }

.reveal-modal.small {
  width: 200px;
  margin-left: -140px; }

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px; }

.reveal-modal.large {
  width: 600px;
  margin-left: -340px; }

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px; }

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer; }

/*
	
NOTES

Close button entity is &#215;

Example markup

<div id="myModal" class="reveal-modal">
	<h2>Awesome. I have it.</h2>
	<p class="lead">Your couch.  I it's mine.</p>
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
	<a class="close-reveal-modal">&#215;</a>
</div>

*/
/**
 * Body & Main elements
 */
body.marketplace main {
  background: #fff;
  margin-top: 3.75rem; }

@media screen and (min-width: 62.5rem) {
  body.marketplace main {
    margin-top: 6rem; } }
/**
 * FAIR Header
 */
.marketplace-header {
  background-color: #fff;
  border-bottom: 1px solid #e8e3d8;
  height: 2.75rem;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem; }
  .marketplace-header #marketplace-logo {
    display: block; }
    .marketplace-header #marketplace-logo a {
      display: block;
      height: 100%;
      width: 100%; }
      .marketplace-header #marketplace-logo a img {
        display: block;
        max-height: 2.5rem;
        width: auto; }
  .marketplace-header #marketplace-search-wrapper {
    padding-top: 1.125rem; }
    .marketplace-header #marketplace-search-wrapper #searchform {
      margin-bottom: 0; }

@media screen and (min-width: 62.5rem) {
  .marketplace-header {
    height: 5rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem; }
    .marketplace-header #marketplace-logo {
      display: block; }
      .marketplace-header #marketplace-logo a {
        display: block;
        height: 100%;
        width: 100%; }
        .marketplace-header #marketplace-logo a img {
          display: block;
          max-height: 4.5rem;
          width: auto; } }
/**
 * Search page
 * @version 0.1
 */
.search .ws-listing,
.search .ex-listing {
  position: relative;
  z-index: 5; }
  .search .ws-listing::after,
  .search .ex-listing::after {
    border-color: transparent transparent transparent #930f14;
    border-style: solid;
    border-width: 0.375rem;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 1.7875rem;
    right: -0.875rem;
    width: 0;
    z-index: 0; }
  .search .ws-listing .ws-listing-title,
  .search .ws-listing .ex-listing-title,
  .search .ex-listing .ws-listing-title,
  .search .ex-listing .ex-listing-title {
    padding-right: 7rem; }

.search-toggle-wrap {
  text-align: center; }

.search-page-toggle {
  background-color: #777675;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  color: #fff;
  display: inline-block;
  margin: 0 .5rem 1rem;
  padding: .5rem 1rem;
  text-decoration: none;
  -webkit-transition: background-color 0.25s linear, color 0.25s linear;
  -moz-transition: background-color 0.25s linear, color 0.25s linear;
  -ms-transition: background-color 0.25s linear, color 0.25s linear;
  -o-transition: background-color 0.25s linear, color 0.25s linear;
  transition: background-color 0.25s linear, color 0.25s linear;
  width: auto; }
  .search-page-toggle:hover, .search-page-toggle.active {
    background-color: #60ae3f;
    color: #fff;
    text-decoration: none; }

.search-location-ribbon {
  background-color: #777675;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 0.875rem;
  padding: .5rem;
  position: absolute;
  right: -0.5rem;
  top: 0.25rem;
  z-index: 5; }

.search-page-toggle-head {
  color: #757575;
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding: .5rem 0;
  margin: 0 auto; }

.no-search-results {
  color: #424242;
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  padding: .5rem 0;
  margin: 1rem auto; }

.search-page-subhead {
  color: #3b2314;
  display: block;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid #e8e3d8;
  border-bottom: 1px solid #e8e3d8;
  padding: .5rem 0;
  margin: 2rem auto; }

#search-results-content .ws-listing-image {
  max-width: 150px !important; }

#search-results-content .card #search-exhibitors-wrapper .ex-listing-wrapper .ex-listing .ex-listing-title {
  color: #3b2314;
  font-size: 1.25rem; }
#search-results-content .card #search-exhibitors-wrapper .ex-listing-wrapper .ex-listing .ex-listing-byline {
  font-size: 1rem; }

#search-again #searchform {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 600px; }
  #search-again #searchform #search-input {
    width: 88%;
    max-width: 560px; }
  #search-again #searchform #search-button {
    width: 12%;
    max-width: 40px; }

/**
 * Schedule
 * @version 0.1
 */
.schedule-page-title {
  color: #60ae3f;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 1rem auto 2rem;
  text-align: left;
  text-transform: none; }

#print-button {
  background: #60ae3f;
  border: 0.0625rem solid #326114;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  margin: 1rem 0;
  padding: 0.25rem 0.75rem;
  width: auto; }

#schedule p {
  color: #757575;
  font-size: 0.875rem;
  line-height: 1.4; }
#schedule h2 {
  color: #60ae3f;
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0.625rem 0; }
#schedule table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem; }
#schedule strong. {
  color: #4c822a; }
#schedule .schedule th {
  border-left: 0.0625rem solid #bab6ad;
  border-right: 0.0625rem solid #bab6ad;
  padding: 0.625rem 0;
  vertical-align: middle; }
#schedule .schedule td {
  border-left: 0.0625rem solid #bab6ad;
  border-right: 0.0625rem solid #bab6ad;
  font-size: 0.75rem;
  padding: 0.625rem;
  vertical-align: top; }
#schedule #sunday {
  margin-bottom: 1.25rem; }
#schedule #saturday td {
  width: 14.167%; }
#schedule #friday td {
  width: 21.25%; }
#schedule #sunday td {
  width: 17%; }
#schedule #friday td:first-of-type,
#schedule #saturday td:first-of-type,
#schedule #sunday td:first-of-type {
  width: 15%; }
#schedule .schedule td:first-of-type {
  border-left: none;
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle; }
#schedule .schedule th:first-of-type {
  border-left: none; }
#schedule .schedule th:last-of-type,
#schedule .schedule td:last-of-type {
  border-right: none; }
#schedule .disc {
  font-size: 1.125rem;
  font-style: italic;
  margin-bottom: 1.25rem; }

@media screen and (max-width: 37.5rem) {
  #schedule .schedule,
  #schedule .schedule tbody,
  #schedule .schedule tbody tr,
  #schedule #friday td,
  #schedule #saturday td,
  #schedule #sunday td,
  #schedule #friday td:first-of-type,
  #schedule #saturday td:first-of-type,
  #schedule #sunday td:first-of-type,
  #schedule .schedule td {
    border: none;
    display: block;
    width: 100%; }
  #schedule .schedule td:first-of-type {
    font-size: 1.25rem; }
  #schedule .schedule thead {
    display: none !important; }
  #schedule .stage-name {
    display: block;
    font-size: 18px; }
  #schedule .pres-cell {
    border: 0.125rem solid #e8e3d8 !important;
    border-radius: 0.25rem !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0.625rem auto !important;
    padding: 0.625rem !important;
    position: relative !important;
    width: 100% !important; }
  #schedule .pres-cell::before {
    color: #60ae3f;
    content: attr(data-time);
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0.25rem; }
  #schedule .workshop strong {
    display: block;
    font-size: 1rem;
    line-height: 1.25rem; }
  #schedule .workshop em {
    font-size: 0.75rem; }
  #schedule .workshop br {
    display: none; } }
@media print {
  @page {
    size: landscape; }
  header.row,
  #main-menu,
  #hero,
  #location-menu,
  #location-content::before,
  #location-content::after,
  .location-ribbon,
  .sharedaddy,
  #print-button,
  .back-to-top,
  footer.row {
    display: none !important; }

  body {
    background-color: transparent !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 756pt !important; }

  #schedule {
    width: 100% !important; }

  .schedule-page-title {
    color: #424242 !important;
    float: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14pt !important;
    font-weight: bold !important;
    line-height: 1.15 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important; }

  #schedule h2 {
    color: #424242 !important;
    float: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12pt !important;
    line-height: 1.15 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important; }

  #schedule table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    float: none !important;
    font-size: 8pt !important;
    font-family: 'Arial Narrow', Arial, sans-serif !important;
    line-height: 1.15 !important;
    margin-bottom: 10pt !important;
    page-break-inside: avoid !important;
    position: relative !important; }

  #schedule th {
    height: 16pt !important; }

  #schedule td {
    height: 34pt !important; }

  #schedule .schedule th {
    padding: 2pt 0 !important; }

  #schedule .schedule th,
  #schedule .schedule td {
    border-bottom: 1pt solid #424242 !important;
    border-left: 1pt solid #424242 !important;
    border-right: 1pt solid #424242 !important; }

  #schedule .schedule th:first-of-type,
  #schedule .schedule td:first-of-type {
    border-left: none !important; }

  #schedule .schedule th:last-of-type,
  #schedule .schedule td:last-of-type {
    border-right: none !important; }

  #schedule .schedule td:first-of-type {
    border-left: none !important;
    font-size: 8pt !important;
    font-weight: bold !important;
    vertical-align: middle !important; }

  #schedule .schedule td {
    font-size: 7pt !important;
    padding: 2pt !important; }

  #schedule p.disc {
    color: #424242 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12pt !important;
    font-style: italic !important;
    margin: 0 !important;
    text-align: center !important; }

  #schedule #friday.schedule + h2,
  #schedule #saturday.schedule + h2 {
    break-before: always !important;
    display: block !important;
    margin-top: 60pt !important;
    page-break-before: always !important;
    position: relative !important; }

  #schedule #friday.schedule,
  #schedule #saturday.schedule {
    display: block !important;
    margin-top: 20pt !important;
    page-break-after: always !important;
    break-after: always !important;
    position: relative !important; }

  #schedule #friday td {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 20% !important; }

  #schedule #saturday td {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 14.285714285714285714285714285714% !important; }

  #schedule #sunday td {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 16.666666666666666666666666666667% !important; }

  #print-page-break {
    page-break-before: always; }

  main {
    background: #fff !important;
    background-color: #fff !important; }

  .card {
    margin: 0 !important;
    padding: 0 !important; }

  .card-wrapper {
    padding: 0 !important; }

  .card .row {
    margin: 0 !important; }

  #sunday {
    margin-bottom: 10pt !important; } }
/**
 * Slick Slider
 * @version 0.1
 */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track::before,
.slick-track::after {
  display: table;
  content: ''; }

.slick-track::after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 0.5rem; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.rotator-slide-text {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: normal;
  left: 0;
  opacity: .75;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center; }

.rotator-slide-text a {
  color: #fff;
  display: block;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  width: 100%; }

.rotator-slide-text a:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  opacity: 1;
  outline: none; }

/* Previous/Next Arrows */
.slick-prev,
.slick-next {
  background: #777675;
  border: none;
  color: #fff;
  cursor: pointer;
  display: none !important;
  font-family: 'FontAwesome';
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2rem;
  margin-top: -3rem;
  opacity: .75;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (min-width: 60em) {
  .slick-prev,
  .slick-next {
    display: block !important; } }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  opacity: 1;
  outline: none; }

.slick-prev {
  left: -0.5rem;
  padding: 1rem 0.5rem 1rem 0.325rem; }

.slick-next {
  padding: 1rem 0.325rem 1rem 0.5rem;
  right: -0.5rem; }

.keynote-rotator,
.featured-rotator {
  padding: 0 1rem;
  width: 100%; }

.keynote-rotator .keynote-slide {
  cursor: pointer; }
.keynote-rotator .keynote-slide-image {
  border: 0.25rem solid #e8e3d8;
  border-radius: 50%;
  display: block;
  height: 13.625rem;
  margin: 0 auto 0.625rem;
  overflow: hidden;
  text-align: center;
  width: 13.625rem; }
.keynote-rotator .keynote-slide-title {
  display: block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center; }
.keynote-rotator .keynote-slide-sub {
  display: block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center; }

.featured-rotator .featured-slide {
  cursor: pointer; }
.featured-rotator .featured-slide-image {
  border: 0.25rem solid #e8e3d8;
  border-radius: 50%;
  display: block;
  height: 12.5rem;
  margin: 0 auto 0.625rem;
  overflow: hidden;
  text-align: center;
  width: 12.5rem; }
.featured-rotator .featured-slide-title {
  display: block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center; }
.featured-rotator .featured-slide-sub {
  display: block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center; }

.featured-slide-image {
  display: block;
  position: relative; }
  .featured-slide-image img {
    display: block;
    max-width: 100%;
    height: auto; }

.featured-slide-title {
  color: ;
  display: block;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 1.5rem;
  padding: 0.25rem 0;
  text-align: center; }
  .featured-slide-title:hover {
    color: ;
    text-decoration: ; }

.featured-slide-image img,
.keynote-slide-image img {
  height: auto;
  width: 100%; }

/**
 * Quick Links
 */
#quick-links .card {
  padding-bottom: 0.9375rem; }
#quick-links .sidebar-location-head {
  font-size: 1.25rem; }
#quick-links a.button.order-button {
  margin: 1.5rem auto; }

/**
 * Ads
 */
.card-wrapper.ad-card-wrapper.sidebar-card-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 18.875rem; }
  .card-wrapper.ad-card-wrapper.sidebar-card-wrapper .card.ad-card {
    padding-left: 0;
    padding-right: 0; }

@media screen and (min-width: 21.25rem) {
  .card-wrapper.ad-card-wrapper.sidebar-card-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%; } }
.jumbo .ad-wrapper {
  height: 15.625rem; }

.half-page .ad-wrapper {
  height: 37.5rem; }

.card-wrapper.blue-ribbon.sidebar-card-wrapper::before {
  left: -0.45rem;
  top: 3.675rem; }

.card-wrapper.blue-ribbon.sidebar-card-wrapper::after {
  right: -0.45rem;
  top: 3.675rem; }

#location-info.card-wrapper.sidebar-card-wrapper::before {
  left: -0.675rem; }

#location-info.card-wrapper.sidebar-card-wrapper::after {
  right: -0.675rem; }

/**
 * Location Sidebar Cards
 */
.dynamic-sidebar .sidebar-card {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  padding-top: 0.75rem;
  position: relative; }
  .dynamic-sidebar .sidebar-card::before, .dynamic-sidebar .sidebar-card::after {
    border-style: solid;
    border-width: 0.5rem;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 0; }
  .dynamic-sidebar .sidebar-card::before {
    border-color: transparent #133d6f transparent transparent;
    left: -0.25rem;
    top: 3.875rem; }
  .dynamic-sidebar .sidebar-card::after {
    border-color: transparent transparent transparent #133d6f;
    right: -0.25rem;
    top: 3.875rem; }
  .dynamic-sidebar .sidebar-card .non-article-ribbon h1 {
    text-align: center; }
  .dynamic-sidebar .sidebar-card .textwidget {
    background-color: #fff;
    border-radius: .3125rem;
    box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    padding-bottom: .25rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-top: 4.5rem;
    margin: 0 auto 1rem; }
    .dynamic-sidebar .sidebar-card .textwidget h2 {
      color: #3b2314;
      font-size: 1.5rem;
      font-weight: 700;
      text-align: left;
      text-transform: uppercase; }
    .dynamic-sidebar .sidebar-card .textwidget h3 {
      color: #60ae3f;
      font-size: 1.25rem;
      font-weight: normal;
      margin: 1rem auto;
      text-align: left; }
    .dynamic-sidebar .sidebar-card .textwidget p {
      color: #424242;
      font-size: 1rem;
      font-weight: normal;
      margin-bottom: 0.625rem;
      text-align: left; }
      .dynamic-sidebar .sidebar-card .textwidget p sup {
        display: block;
        font-size: 0.75rem;
        margin: 0; }
    .dynamic-sidebar .sidebar-card .textwidget figure {
      border-bottom: 0.0625rem solid #bdbdbd;
      margin: 0 auto 1.5rem;
      padding-bottom: 1.25rem;
      width: 100% !important; }
      .dynamic-sidebar .sidebar-card .textwidget figure:last-of-type {
        border-bottom: none;
        margin-bottom: 0; }
      .dynamic-sidebar .sidebar-card .textwidget figure h4 {
        color: #60ae3f;
        font-size: 1.125rem;
        margin: 0.625rem auto; }
      .dynamic-sidebar .sidebar-card .textwidget figure ul {
        margin: 0 auto; }
  .dynamic-sidebar .sidebar-card .menu-quick-links-container {
    background-color: #fff;
    border-radius: .3125rem;
    box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    padding-bottom: .25rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-top: 4.5rem;
    margin: 0 auto 1rem; }
    .dynamic-sidebar .sidebar-card .menu-quick-links-container h3 {
      color: #326114;
      font-size: 1.25rem;
      font-weight: 700;
      text-align: left;
      text-transform: uppercase; }
    .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu {
      list-style: none;
      margin: 0; }
      .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .sidebar-quick-link {
        background-color: transparent;
        display: block;
        font-size: 1rem;
        font-weight: normal;
        padding: 0.25rem 0;
        text-align: left; }
        .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .sidebar-quick-link a {
          color: #3b2314;
          display: block;
          -webkit-transition: color 0.25s linear;
          -moz-transition: color 0.25s linear;
          -ms-transition: color 0.25s linear;
          -o-transition: color 0.25s linear;
          transition: color 0.25s linear; }
          .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .sidebar-quick-link a::hover {
            color: #3b2314; }
      .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .button.order-button {
        display: block; }
        .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .button.order-button a {
          background-color: #60ae3f;
          border: none;
          border-radius: 0.25rem;
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          clear: both;
          color: #fff;
          display: block;
          font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
          font-size: 1.125rem;
          margin: 0.625rem auto;
          padding: .5rem;
          position: relative;
          text-align: center;
          text-transform: uppercase;
          -webkit-transition: background-color 0.125s linear, color 0.125s linear 0.125s;
          -moz-transition: background-color 0.125s linear, color 0.125s linear 0.125s;
          -ms-transition: background-color 0.125s linear, color 0.125s linear 0.125s;
          -o-transition: background-color 0.125s linear, color 0.125s linear 0.125s;
          transition: background-color 0.125s linear, color 0.125s linear 0.125s;
          width: 100%; }
          .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .button.order-button a::before, .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .button.order-button a::after {
            content: "\0020";
            display: table; }
          .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .button.order-button a::after {
            clear: both; }
          .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .button.order-button a:active, .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .button.order-button a:focus, .dynamic-sidebar .sidebar-card .menu-quick-links-container .menu .button.order-button a:hover {
            background-color: #326114;
            color: #fff; }
.dynamic-sidebar .ad-card {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem; }
  .dynamic-sidebar .ad-card .jumbo-ad {
    background-color: #fff;
    border-radius: .3125rem;
    box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    padding-bottom: 0.6875rem;
    padding-top: 0.6875rem;
    min-height: 17.625rem; }
    .dynamic-sidebar .ad-card .jumbo-ad .ad-wrapper {
      border: 0.0625rem solid #bdbdbd;
      margin: 0 auto;
      width: 18.875rem; }
  .dynamic-sidebar .ad-card .half-ad {
    background-color: #fff;
    border-radius: .3125rem;
    box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    padding-bottom: 0.6875rem;
    padding-top: 0.6875rem;
    min-height: 40.875rem; }
    .dynamic-sidebar .ad-card .half-ad .ad-wrapper {
      border: 0.0625rem solid #bdbdbd;
      margin: 0 auto;
      width: 18.875rem; }

@media only screen and (min-width: 62.5em) {
  .dynamic-sidebar .sidebar-card::before, .dynamic-sidebar .sidebar-card::after {
    border-width: 0.6875rem; }
  .dynamic-sidebar .sidebar-card::before {
    left: -0.6875rem;
    top: 3.675rem; }
  .dynamic-sidebar .sidebar-card::after {
    right: -0.6875rem;
    top: 3.675rem; } }
/**
 * Gallery
 */
.gallery:before,
.gallery:after {
  clear: both;
  content: '';
  display: table; }

.gallery-item {
  display: block;
  float: left;
  margin: 0 1.5% 1.5%;
  width: 30%; }

.gallery-caption {
  font-size: .75rem;
  line-height: 1.5;
  padding: .625rem 0;
  text-align: center; }

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