/* line 5, ../../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 36, ../sass/_global.scss */
a {
  color: white;
}

/* line 41, ../sass/_global.scss */
.cf:before, .content-container:before,
.cf:after,
.content-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 47, ../sass/_global.scss */
.cf:after, .content-container:after {
  clear: both;
}

/* line 53, ../sass/_global.scss */
button, input[type=submit], input[type=reset], .button {
  background-color: rgba(218, 199, 146, 0.8);
  color: white;
  border: none;
  margin: 20px;
  cursor: pointer;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-decoration: none;
}

/* line 71, ../sass/_global.scss */
strong {
  font-weight: bold;
}

/* line 77, ../sass/_global.scss */
.tablet-item {
  display: none;
}
@media screen and (max-width: 990px) {
  /* line 77, ../sass/_global.scss */
  .tablet-item {
    display: block;
  }
}

/* line 85, ../sass/_global.scss */
.desktop-item {
  display: block;
}
@media screen and (max-width: 990px) {
  /* line 85, ../sass/_global.scss */
  .desktop-item {
    display: none;
  }
}

/* line 1, ../sass/_wrapper.scss */
html {
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}

/* line 11, ../sass/_wrapper.scss */
body {
  background-color: #999;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: "franklin-gothic-urw";
  color: white;
}

/* line 24, ../sass/_wrapper.scss */
.image-background {
  position: fixed;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 69, ../sass/_wrapper.scss */
.temp-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* line 78, ../sass/_wrapper.scss */
.left-sidebar, .right-sidebar, .content-container, .heart-background {
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

/* line 83, ../sass/_wrapper.scss */
.move-bottom {
  -moz-transform: translateY(2000px);
  -ms-transform: translateY(2000px);
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
}

/* line 90, ../sass/_wrapper.scss */
.move-top {
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

/* line 95, ../sass/_wrapper.scss */
.move-left {
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

/* line 99, ../sass/_wrapper.scss */
.move-right {
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

/* line 104, ../sass/_wrapper.scss */
.sat-background {
  position: fixed;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  -moz-transition: all, 0.5s, linear 1s;
  -o-transition: all, 0.5s, linear 1s;
  -webkit-transition: all, 0.5s, linear 1s;
  transition: all 0.5s linear 1s;
  opacity: 0;
}

/* line 1, ../sass/_footer.scss */
.footer-menu-bar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 100;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 3%;
  width: 100%;
  background-color: rgba(218, 199, 146, 0.8);
}

/* line 18, ../sass/_footer.scss */
.footer-menu .menu-item {
  float: left;
  line-height: 25px;
  font-family: "franklin-gothic-urw";
  padding-left: 5px;
}
/* line 24, ../sass/_footer.scss */
.footer-menu .menu-item a {
  color: white;
  text-decoration: none;
  text-transform: lowercase;
}
/* line 30, ../sass/_footer.scss */
.footer-menu .menu-item:after {
  content: " |";
}
/* line 35, ../sass/_footer.scss */
.footer-menu .menu-item:last-child:after {
  content: "";
}
/* line 39, ../sass/_footer.scss */
.footer-menu .menu-item:before {
  content: " ";
}

/* line 47, ../sass/_footer.scss */
#magic-button {
  background-image: url(../images/heart3.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 28px;
  position: fixed;
  right: 20px;
  bottom: 2px;
  z-index: 100;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-left: 40px;
  padding-top: 4px;
  cursor: pointer;
  font-size: 12px;
}

/* line 66, ../sass/_footer.scss */
.social-icon {
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

/* line 76, ../sass/_footer.scss */
.facebook {
  background: url(../images/icon_facebook.png);
}

/* line 80, ../sass/_footer.scss */
.twitter {
  background: url(../images/icon_twitter.png);
}

/* line 12, ../sass/screen.scss */
#mc_display_rewards {
  font-size: 0.75em;
}

/* line 16, ../sass/screen.scss */
a img {
  border: none;
  max-width: 100%;
}

/* line 23, ../sass/screen.scss */
.categories {
  float: left;
}

/* line 30, ../sass/screen.scss */
.page-title {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 38, ../sass/screen.scss */
.post-time {
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 43, ../sass/screen.scss */
.post-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 48, ../sass/screen.scss */
.post-title a {
  text-decoration: none;
}
/* line 52, ../sass/screen.scss */
.post-title:hover {
  text-decoration: underline;
}

/* line 57, ../sass/screen.scss */
.awards-container {
  position: absolute;
  left: 50%;
  width: 150px;
  margin-top: 36px;
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 57, ../sass/screen.scss */
  .awards-container {
    display: none;
  }
}

/* line 74, ../sass/screen.scss */
.trailer-container {
  position: relative;
  display: block;
  width: 80%;
  margin-left: 10%;
  padding-bottom: 10px;
}
/* line 83, ../sass/screen.scss */
.trailer-container img {
  width: 100%;
}

/* line 88, ../sass/screen.scss */
.trailer-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 94, ../sass/screen.scss */
.trailer-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 102, ../sass/screen.scss */
.textwidget {
  line-height: 1.5em;
}

/* line 106, ../sass/screen.scss */
.review_link {
  text-decoration: none;
}

/* line 1, ../sass/_content.scss */
.content-container {
  margin-left: 22%;
  padding-bottom: 100px;
  width: 56%;
  padding-top: 50px;
  min-height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0.75);
  font-family: "franklin-gothic-urw";
  color: white;
  text-shadow: 1px 1px 1px #000;
}
@media screen and (max-width: 990px) {
  /* line 1, ../sass/_content.scss */
  .content-container {
    width: 80%;
    margin-left: 20%;
  }
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 1, ../sass/_content.scss */
  .content-container {
    margin-left: 0;
    width: 100%;
  }
}
/* line 32, ../sass/_content.scss */
.content-container p {
  margin-bottom: 10px;
  line-height: 1.3em;
}

/* line 42, ../sass/_content.scss */
.content {
  float: left;
  width: 100%;
  padding-bottom: 100px;
}

/* line 51, ../sass/_content.scss */
.categories-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 57, ../sass/_content.scss */
.categories-list::after {
  content: " ";
  display: table;
  clear: both;
}

/* line 64, ../sass/_content.scss */
.cat-item {
  margin-bottom: 5px;
  list-style: none;
}
/* line 67, ../sass/_content.scss */
.cat-item a {
  text-decoration: none;
}
/* line 71, ../sass/_content.scss */
.cat-item.current-cat {
  font-weight: bold;
}

/* line 75, ../sass/_content.scss */
.post {
  margin-bottom: 50px;
}

/* line 82, ../sass/_content.scss */
.widget-title {
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 90, ../sass/_content.scss */
.sponsor-table td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 100, ../sass/_content.scss */
.post img {
  max-width: 100%;
  height: auto;
}

/* line 105, ../sass/_content.scss */
.btt {
  display: block;
  text-align: center;
  padding-top:12px;
  padding-bottom:12px;
}

/* line 109, ../sass/_content.scss */
.post-nav-links {
  text-align: center;
}

/* line 112, ../sass/_content.scss */
.comment-respond {
  margin-left: 20px;
}

/* line 115, ../sass/_content.scss */
.comment-reply-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 119, ../sass/_content.scss */
.comments-area, .post-related-articles {
  margin-top: 50px;
  margin-bottom: 40px;
}
/* line 123, ../sass/_content.scss */
.comments-area label, .post-related-articles label {
  display: block;
}
/* line 128, ../sass/_content.scss */
.comments-area #submit, .post-related-articles #submit {
  margin-left: 220px;
}

/* line 133, ../sass/_content.scss */
.comment {
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid white;
}

/* line 143, ../sass/_content.scss */
.comments-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 157, ../sass/_content.scss */
.comment-time {
  color: white;
  font-size: 12px;
}

/* line 162, ../sass/_content.scss */
.author-name-container {
  margin-bottom: 5px;
}

/* line 166, ../sass/_content.scss */
.author-name {
  display: inline-block;
  text-transform: uppercase;
}

/* line 173, ../sass/_content.scss */
.comment-help-text {
  font-size: 12px;
}

/* line 179, ../sass/_content.scss */
.pagination-container {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 179, ../sass/_content.scss */
  .pagination-container {
    width: 80%;
  }
}
/* line 191, ../sass/_content.scss */
.pagination-container .prev {
  padding-right: 10px;
}
/* line 195, ../sass/_content.scss */
.pagination-container .next {
  padding-left: 10px;
}

/* line 200, ../sass/_content.scss */
.heart-sep {
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
  clear: both;
  color:red;
}

/* line 2, ../sass/_events.scss */
.event-category-link, .cat-item {
  display: block;
  float: left;
  padding: 5px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(218, 199, 146, 0.8);
  text-decoration: none;
}

/* line 13, ../sass/_events.scss */
#tribe-bar-form {
  color: white;
  background-color: rgba(218, 199, 146, 0.8);
}

/* line 18, ../sass/_events.scss */
.tribe-events-notices {
  background: transparent;
  border: 1px solid white;
  color: white;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: none;
}

/* line 29, ../sass/_events.scss */
.tribe-bar-views-inner {
  background-color: rgba(218, 199, 146, 1);
}

/* line 33, ../sass/_events.scss */
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background-color: transparent;
  color: white;
}

/* line 37, ../sass/_events.scss */
.tribe-events-list-separator-month {
  background-color: rgba(218, 199, 146, 0.8);
}

/* line 41, ../sass/_events.scss */
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover {
  background-color: transparent;
}

/* line 45, ../sass/_events.scss */
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option:hover, #tribe-bar-views li.tribe-bar-views-option:hover {
  background-color: transparent;
}

/* line 49, ../sass/_events.scss */
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background-color: transparent;
  color: #444;
}

/* line 54, ../sass/_events.scss */
#tribe-bar-collapse-toggle {
  background-color: rgba(218, 199, 146, 0.8);
}

/* line 58, ../sass/_events.scss */
.tribe-events-list-separator-month span {
  background-color: transparent;
}

/* line 62, ../sass/_events.scss */
.tribe-events-list-separator-month:after {
  border: none;
}

/* line 66, ../sass/_events.scss */
h2.tribe-events-page-title a {
  font-size: 20px;
  color: white;
}

/* line 71, ../sass/_events.scss */
h2.tribe-events-page-title {
  font-size: 20px;
  font-weight: bold;
}

/* line 1, ../sass/_homepage.scss */
.homepage-menu {
  width: 22%;
  max-width: 300px;
  position: absolute;
  z-index: 100;
  right: 0;
  height: 100%;
  /*overflow: scroll;*/
  font-weight:bold;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 1, ../sass/_homepage.scss */
  .homepage-menu {
    left: 0;
    width: 100%;
    max-width: 100%;
    position: absolute;
    padding-bottom: 100px;
  }
}

/* line 27, ../sass/_homepage.scss */
.homepage-quote-container {
  position: fixed;
  z-index: 100;
  width: 30%;
  font-size: 32px;
  font-style: italic;
  -moz-transition: all, 0.5s, linear 1s;
  -o-transition: all, 0.5s, linear 1s;
  -webkit-transition: all, 0.5s, linear 1s;
  transition: all 0.5s linear 1s;
  text-shadow: 2px 2px 2px #333;
}
@media screen and (max-width: 990px) {
  /* line 27, ../sass/_homepage.scss */
  .homepage-quote-container {
    font-size: 24px;
  }
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 27, ../sass/_homepage.scss */
  .homepage-quote-container {
    display: none;
  }
}

/* line 46, ../sass/_homepage.scss */
.homepage-quote {
  font-size: 64px;
  line-height: 36px;
  vertical-align: middle;
}

/* line 53, ../sass/_homepage.scss */
.homepage-trailer {
  position: fixed;
  left: 10%;
  bottom: 10%;
  display: block;
}
/* line 58, ../sass/_homepage.scss */
.homepage-trailer img {
  width: 100%;
}

/* line 63, ../sass/_homepage.scss */
.homepage-fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  -moz-transition: all, 0.5s, linear 1s;
  -o-transition: all, 0.5s, linear 1s;
  -webkit-transition: all, 0.5s, linear 1s;
  transition: all 0.5s linear 1s;
}

/* line 74, ../sass/_homepage.scss */
.homepage-logo-container {
  width: 20%;
  margin-right: 40px;
  z-index: 100;
}

/* line 89, ../sass/_homepage.scss */
.home .widget_mailchimpsf_widget {
  float: right;
  list-style: none;
}
/* line 92, ../sass/_homepage.scss */
.home .widget_mailchimpsf_widget br {
  display: none;
}
/* line 97, ../sass/_homepage.scss */
.home #mc_signup, .home #mc_signup div, .home #mc_mv_EMAIL, .home .mc_header_email, .home #mc_signup_submit {
  display: inline;
}
/* line 105, ../sass/_homepage.scss */
.home #mc_mv_EMAIL {
  width: auto;
}
/* line 109, ../sass/_homepage.scss */
.home #mc_signup_submit {
  width: auto;
  margin: 0;
  margin-right: 5px;
  border: 1px solid white;
  background-color: #444;
}

/* line 120, ../sass/_homepage.scss */
.home div#mc_subheader, .home #mc_signup div.mergeRow {
  display: none;
}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 125, ../sass/_homepage.scss */
  .home .widget_mailchimpsf_widget {
    display: none;
  }
}

/* line 2, ../sass/_sidebars.scss */
.horizontal-logo {
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 11, ../sass/_sidebars.scss */
.horizontal-logo .logo-image {
  width: auto;
  height: 30px;
  margin-top: 5px;
}

/* line 17, ../sass/_sidebars.scss */
.opennav {
  background: url(../images/bars.png);
  position: absolute;
  top: 5px;
  width: 34px;
  height: 34px;
}

/* line 24, ../sass/_sidebars.scss */
.mobile-nav {
  position: relative;
  cursor: pointer;
  display: none;
  height: 40px;
  width: 100%;
  background-color: rgba(218, 199, 146, 0.8);
  z-index: 1000;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 24, ../sass/_sidebars.scss */
  .mobile-nav {
    display: block;
    position: fixed;
  }
}

/* line 39, ../sass/_sidebars.scss */
.left-sidebar {
  position: absolute;
  max-width: 290px;
  width: 20%;
  z-index: 1;
}
/* line 47, ../sass/_sidebars.scss */
.left-sidebar.pulltab-animation {
  -moz-transition: all, 100ms, linear 1s;
  -o-transition: all, 100ms, linear 1s;
  -webkit-transition: all, 100ms, linear 1s;
  transition: all 100ms linear 1s;
}
@media screen and (max-width: 990px) {
  /* line 39, ../sass/_sidebars.scss */
  .left-sidebar {
    position: absolute;
  }
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 39, ../sass/_sidebars.scss */
  .left-sidebar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    max-width: 290px;
    position: fixed;
    top: 40px;
    width: 100%;
    max-height: 100%;
    overflow: scroll;
    padding-bottom: 65px;
    -moz-transition: all, 150ms, linear 1s;
    -o-transition: all, 150ms, linear 1s;
    -webkit-transition: all, 150ms, linear 1s;
    transition: all 150ms linear 1s;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 70, ../sass/_sidebars.scss */
.left-sidebar.open {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* line 76, ../sass/_sidebars.scss */
.left-menu-items {
  padding-top: 60px;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 76, ../sass/_sidebars.scss */
  .left-menu-items {
    padding-top: 0;
  }
}

/* line 86, ../sass/_sidebars.scss */
.right-sidebar {
  position: fixed;
  z-index: 100;
  top: 0;
  max-width: 290px;
  width: 20%;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  /* line 86, ../sass/_sidebars.scss */
  .right-sidebar {
    display: none;
  }
}
/* line 101, ../sass/_sidebars.scss */
.right-sidebar .widget {
  text-shadow: 2px 2px 2px #333;
  margin-left: 10%;
  width: 80%;
  list-style: none;
}
/* line 107, ../sass/_sidebars.scss */
.right-sidebar .widget h2 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

/* line 115, ../sass/_sidebars.scss */
.logo-image {
  width: 90%;
  margin-top: 18px;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 115, ../sass/_sidebars.scss */
  .logo-image {
    width: 60%;
  }
}

/* line 126, ../sass/_sidebars.scss */
.tablet-logo {
  display: none;
}
@media screen and (max-width: 990px) {
  /* line 126, ../sass/_sidebars.scss */
  .tablet-logo {
    display: block;
  }
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 126, ../sass/_sidebars.scss */
  .tablet-logo {
    display: none;
  }
}
/* line 137, ../sass/_sidebars.scss */
.tablet-logo .logo-image {
  margin-top: 0;
}

/* line 143, ../sass/_sidebars.scss */
.side-menu-title {
  margin-bottom: 5px;
  background-color: rgba(218, 199, 146, 0.8);
  text-indent: 15%;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw";
  font-size: 20px;
  color: #444;
  font-weight: bold;
}
/* line 156, ../sass/_sidebars.scss */
.side-menu-title a {
  color: #444;
  text-decoration: none;
}

/* line 162, ../sass/_sidebars.scss */
.awards-pull-tab {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  height: 49px;
  padding-top: 5px;
  line-height: 40px;
  font-size: 1em;
  background: url(../images/pulltab_gold.png);
  text-align: center;
  font-weight: bold;
  color: #444;
  cursor: pointer;
}

/* line 177, ../sass/_sidebars.scss */
.side-menu {
  margin-left: 15%;
  margin-bottom: 10px;
}
/* line 184, ../sass/_sidebars.scss */
.side-menu .current-menu-item > a, .side-menu .current_page_parent > a {
  font-weight: bold;
}
/* line 190, ../sass/_sidebars.scss */
.side-menu .menu-item {
  text-shadow: 2px 2px 1px #000;
  margin-bottom: 4px;
  margin-right: 5px;
  line-height: 22px;
  font-family: "franklin-gothic-urw";
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
/* line 200, ../sass/_sidebars.scss */
.side-menu .menu-item a {
  color: white;
  text-decoration: none;
}
/* line 208, ../sass/_sidebars.scss */
.side-menu .current_page_parent .sub-menu, .side-menu .current-menu-item .sub-menu, .side-menu .current-menu-parent .sub-menu {
  display: block;
}
/* line 213, ../sass/_sidebars.scss */
.side-menu .sub-menu {
  display: none;
  margin-left: 15px;
}

/* line 219, ../sass/_sidebars.scss */
.award-slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(218, 199, 146, 0.8);
  position: relative;
  text-align: center;
}
/* line 224, ../sass/_sidebars.scss */
.award-slide a {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}
/* line 230, ../sass/_sidebars.scss */
.award-slide img {
  display: block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* line 238, ../sass/_sidebars.scss */
.award-slide:first-child {
  padding-top: 30px;
}

/* line 118, ../sass/screen.scss */
.mergeRow {
  display: none;
}

/* line 122, ../sass/screen.scss */
.right-sidebar .mc_merge_var {
  margin-bottom: 0.2em;
}

/* line 126, ../sass/screen.scss */
#mc-indicates-required {
  font-size: 10px;
}

/* line 129, ../sass/screen.scss */
.tribe-events-list .tribe-events-event-cost span {
  background: transparent;
}

/* line 134, ../sass/screen.scss */
.gallery-slider {
  overflow: hidden;
}
/* line 138, ../sass/screen.scss */
.gallery-slider.flexslider {
  margin-bottom: 10px;
}
/* line 142, ../sass/screen.scss */
.gallery-slider .slides img {
  width: 100%;
}

/* line 147, ../sass/screen.scss */
.flexslider.thumbnail-slider {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 20px;
  background: none;
  border: 0;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 147, ../sass/screen.scss */
  .flexslider.thumbnail-slider {
    margin-bottom: 20px;
    float: none;
    width: 90%;
    margin-right: 0;
  }
}
/* line 162, ../sass/screen.scss */
.flexslider.thumbnail-slider .slides > li {
  margin-right: 5px;
}

/* line 167, ../sass/screen.scss */
.caption-holder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 30px;
  font-size: 1.2em;
}
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 700px) {
  /* line 167, ../sass/screen.scss */
  .caption-holder {
    width: 100%;
  }
}
/* line 179, ../sass/screen.scss */
.caption-holder .flexslider .slides > li {
  position: relative;
}

/* line 185, ../sass/screen.scss */
.gallery-slide-name {
  position: absolute;
  color: white;
  bottom: 15px;
  left: 15px;
  font-size: 2.4em;
  font-weight: bold;
  text-shadow: 2px 2px 2px #333;
}

/* line 198, ../sass/screen.scss */
.gallery-square {
  float: left;
  width: 25%;
  position: relative;
  margin-bottom: 20px;
}
/* line 203, ../sass/screen.scss */
.gallery-square img {
  display: block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid white;
}

/* line 221, ../sass/screen.scss */
.supporter {
  color: black;
  background-color: #F9F7CA;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: rotate(.5deg);
  -ms-transform: rotate(.5deg);
  -webkit-transform: rotate(.5deg);
  transform: rotate(.5deg);
  text-shadow: none;
}
/* line 238, ../sass/screen.scss */
.supporter.alt {
  -moz-transform: rotate(-.5deg);
  -ms-transform: rotate(-.5deg);
  -webkit-transform: rotate(-.5deg);
  transform: rotate(-.5deg);
}
/* line 242, ../sass/screen.scss */
.supporter .supporter-name {
  text-align: right;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
}

/* line 258, ../sass/screen.scss */
.thumbnail-slider.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: -30px;
}
/* line 259, ../sass/screen.scss */
.thumbnail-slider.flexslider:hover .flex-next {
  opacity: 0.7;
  right: -30px;
}

/* line 267, ../sass/screen.scss */
#mc_message {
  margin-bottom: 5px;
}

/* line 272, ../sass/screen.scss */
.mc_success_msg {
  color: white;
  margin-bottom: 1.0em;
}

input#mc_signup_submit {
width:95%;
}

div.display_archive {
font-size:1.2em;
line-height: 1.2em;
}




#tribe-events-header .tribe-events-sub-nav{
	
	display: none;
}


.tribe-events-list-separator-month {
  text-transform: none;
  font-size: 24px;
  margin: 1.25em auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tribe-bar-views-list{
	  background-color: rgba(218, 199, 146, 1);
}



#tribe-bar-views .tribe-bar-views-list {
  width: 94%;
  float: left;
}

#tribe-bar-views .tribe-bar-views-list {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1px;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 99;
  border-radius: 0 0 3px 3px;
  margin-left: 5px;
}

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 11px;
  padding: 3px 6px 6px;
  font-weight: 400;
  text-shadow: none;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
  padding: 6px 9px;
  line-height: 1.2;
  text-shadow: none;
}

@media (max-width: 768px){
	.tribe-events-loop .tribe-events-event-meta{
		background-color: transparent;		
	}
	
	.single-tribe_events .tribe-events-schedule {


	  background: transparent;
	  border: 1px solid #eee;
	}

}

/*collapse-o-matic*/
.trigclass {
color:white;
}
.colomat-hover {
color: yellow;
}

/* Educational Page */

blockquote{
  display:block;
  background:none;
  padding: 5px 10% 0 8%;
  margin: 0 0 0 0;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-family: "franklin-gothic-urw";
  font-weight: bold;
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.25;
  color: #eee;
  text-align: left;
  letter-spacing: 1px;
  
  /*Borders - (Optional)
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;*/
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 0px 0px 0px #ccc;
  -webkit-box-shadow: 0px 0px 0px #ccc;
  box-shadow: 0px 0px 0px #ccc;
  /* -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;*/
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 68px;
  font-weight: bold;
  color: #900;
  
  /*Positioning*/
  position: absolute;
  left: 2%;
  top:0px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: none;
  cursor: pointer;
  padding: 0 3px;
  color: #dedede;
}

blockquote a:hover{
 color: #c00;
}

blockquote em{
  font-style: italic;
}

blockquote .student-odd {
background-color:#161616;
color:#eee;
padding:10px;
margin-bottom:10px;
font-size:.85em;
font-weight: normal;
line-height:1.15em;
}
blockquote .student-even {
background-color:#eee;
color:#000;
padding:10px;
text-shadow:none;
margin-bottom:6px;
font-size:.8em;
font-weight: normal;
line-height:1.1em;
}

body.single-tribe_events .recurringinfo {
display: none;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring {
display: none;
}