/* = import
-------------------------------------------------------------- */
.fleft {
  float: left;
}
.fright {
  float: right;
}
.contentHead {
  height: 125px;
}
.contentHead.blog {
  height: 123px;
}
.contentHead .breadcrumbs {
  color: #a6a6a6;
  font-size: 12px;
  margin: 8px 0 15px;
}
.contentHead .breadcrumbs a {
  color: #a6a6a6;
}
.contentHead .breadcrumbs a:hover {
  color: #a50b34;
}
.contentHead h1 {
  font-family: "atrament-web-n3", "atrament-web", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
  width: 720px;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 35px 0;
  line-height: 40px;
  color: #000000;
}
.contentHead .searchBox {
  width: 232px;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  height: 85px;
  padding: 25px 0 0 0;
}
.contentHead .searchBox.blog {
  padding: 20px 0 0 0;
  color: #bfbfbf;
}
.contentHead .searchBox.blog .searchField {
  margin-bottom: 10px;
}
.contentHead .searchBox.blog .searchField input {
  border: none;
  font-size: 12px;
  width: 152px;
  height: 18px;
}
.contentHead .searchBox.blog .searchField .icon-search {
  margin: 9px 5px 0 0;
  width: 13px;
  height: 13px;
}
.contentHead .searchBox .searchField {
  text-align: center;
  width: 182px;
  height: 30px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bbb9b4;
  overflow: hidden;
  margin: 10px auto 0;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
}
.contentHead .searchBox .searchField:hover {
  background-color: #f0f0ef;
}
.contentHead .searchBox .searchField input.field {
  width: 152px;
  height: 18px;
  border: none;
  font-size: 12px;
  background: none;
}
.contentHead .searchBox .searchField .icon-search {
  margin: 9px 5px 0 0;
  width: 13px;
  height: 13px;
}
.contentHead .blog-header {
  width: 645px;
  height: 110px;
  float: left;
  margin: 2px 0 0 0;
  position: absolute;
}
.contentHead .blog-header-stretch {
  width: 45%;
  height: 110px;
  background: url(../images/bg-blog-header.png) repeat-x #a30c35;
  position: absolute;
  text-align: center;
  left: 0;
  top: 12px;
  margin: 0 auto;
}
.contentBody .leftNav {
  width: 152px;
}
.contentBody .leftNav ul {
  margin: 0 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.contentBody .leftNav ul li {
  border-bottom: 2px solid #fff;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 10px 0 10px 15px;
  margin: 0;
  background: url(../images/grey-arrow.png) no-repeat 0 1.1em;
  line-height: 20px;
}
.contentBody .leftNav ul li.nav-header {
  background: #595959;
}
.contentBody .leftNav ul li a {
  color: #000000;
}
.contentBody .leftNav ul li a:hover {
  color: #a50b34;
}
.contentBody .leftNav ul li.last {
  border: none;
}
.contentBody .leftNav ul li.active,
.contentBody .leftNav ul li.active a {
  font-weight: normal;
  color: #a50b34;
}
.contentBody .leftNav ul li.activeAncestor > a {
  color: #f0f;
}
.contentBody .leftNav ul li:first-child {
  padding-top: 0;
  background-position: 0 .4em;
}
.contentBody .leftNav ul li .tier-2 {
  list-style-type: square;
  margin: 10px 0 0px 18px;
}
.contentBody .leftNav ul li .tier-2 li {
  background: none;
  margin: 0 0 10px 0;
  padding: 0;
  color: #808080;
  border: none;
}
.contentBody .leftNav ul li .tier-2 li a {
  color: #808080;
}
.contentBody .leftNav ul li .tier-2 li a:hover {
  color: #a50b34;
}
.contentBody .leftNav ul li .tier-2 li.active a {
  color: #a50b34;
}
.contentBody .body {
  width: 568px;
  margin: 0 8px 0 0px;
}
.contentBody .body .headImage {
  width: 100%;
  height: 220px;
  background-image: url(http://placekitten.com/g/600/150);
  background-repeat: no-repeat;
}
.contentBody .body .mainContent {
  margin: 40px 30px;
  font-size: 14px;
}
.contentBody .body .mainContent h2 {
  color: #a30c35;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 34px;
  margin: 15px 0 20px 0;
}
.contentBody .body .mainContent .post-info {
  font-size: 10px;
  text-transform: uppercase;
  color: #808080;
  letter-spacing: 1px;
  line-height: 18px;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  margin: 0 0 0px 0;
  display: inline-block;
}
.contentBody .body .mainContent ul,
.contentBody .body .mainContent ol {
  margin: 10px 0 20px 22px;
}
.contentBody .body .mainContent td {
  vertical-align: top;
}
.contentBody .body .bottomContent {
  background-color: #D8D6D0;
  padding: 35px 30px;
  font-size: 12px;
}
.contentBody .body-bg,
.contentBody .blog-post {
  background-color: #fff;
}
.contentBody .body-bg .mainContent,
.contentBody .blog-post .mainContent {
  margin-top: 0;
  margin-bottom: 0;
}
.contentBody .body-bg .mainContent h2,
.contentBody .blog-post .mainContent h2 {
  margin-bottom: 7px;
}
.contentBody .body-bg .mainContent .hentry,
.contentBody .blog-post .mainContent .hentry {
  margin-bottom: 0 !important;
}
.contentBody .body-bg .entry-content,
.contentBody .blog-post .entry-content {
  margin-top: 0;
  padding: 20px 0;
}
.contentBody .body-bg .entry-content p,
.contentBody .blog-post .entry-content p {
  margin-bottom: .5em;
  margin-top: .5em;
}
.contentBody .body-bg .entry-content .entry-content,
.contentBody .blog-post .entry-content .entry-content {
  padding: 0;
}
.contentBody .body-bg.full,
.contentBody .blog-post.full {
  width: 716px;
}
.contentBody hr {
  background: #d9d9d9;
  border-top: none;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
.contentBody .rightSidebar {
  width: 232px;
}
.contentBody .rightSidebar .headImage {
  width: 100%;
  height: 110px;
  background: url(../images/pic-sidebar-events.jpg) no-repeat;
}
.contentBody .rightSidebar .headImage a {
  color: #ffffff;
}
.contentBody .rightSidebar .headImage a:hover {
  color: #d9d9d9;
}
.contentBody .rightSidebar .headImage.col-title {
  height: 110px;
  text-align: center;
  line-height: 110px;
  font-family: "atrament-web-n3", "atrament-web", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
.contentBody .rightSidebar .headImage.col-title small {
  font-size: 18px;
  vertical-align: top;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.contentBody .rightSidebar ul.events {
  padding: 30px 25px;
  margin: 0;
  list-style: none;
  background: #D8D6D0;
}
.contentBody .rightSidebar ul.events li {
  border-bottom: 1px solid #a3a099;
  border-top: 1px solid #d3d2cf;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 15px 0;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.contentBody .rightSidebar ul.events li h4 {
  font-size: 14px;
  line-height: 18px;
}
.contentBody .rightSidebar ul.events li h4 a {
  color: #000000;
}
.contentBody .rightSidebar ul.events li h4 a:hover {
  color: #a50b34;
}
.contentBody .rightSidebar ul.events li:first-child {
  padding-top: 0;
  border-top: none;
}
.contentBody .rightSidebar ul.events li .location,
.contentBody .rightSidebar ul.events li .date {
  text-transform: uppercase;
  font-size: 10px;
}
.contentBody .rightSidebar ul.events li.last {
  border: none;
  border-top: 1px solid #d3d2cf;
}
.contentBody .rightSidebar .join {
  display: inline-block;
  width: 228px;
  height: 85px;
  line-height: 85px;
  color: #ffffff;
  font-family: "atrament-web-n3", "atrament-web", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  background-color: #e33843;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e33843), to(#960c2f));
  background-image: -webkit-linear-gradient(top, #e33843, #960c2f);
  background-image: -moz-linear-gradient(top, #e33843, #960c2f);
  background-image: -o-linear-gradient(top, #e33843, #960c2f);
  background-image: -ms-linear-gradient(top, #e33843, #960c2f);
  background-image: linear-gradient(top, #e33843, #960c2f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e33843', EndColorStr='#960c2f');
  border: 2px solid #91092D;
  -webkit-box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  margin: 10px 0;
  letter-spacing: 2px;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
}
.contentBody .rightSidebar .join:hover {
  background: #730926;
}
.contentBody .rightSidebar .widget {
  margin: 0;
}
.contentBody .rightSidebar .email-subscribe {
  width: 100%;
  height: 110px;
  background: url(../images/bg-email-subscribe.png) no-repeat;
}
.contentBody .rightSidebar .logo-sidebar {
  width: 100%;
  background: #ffffff;
  margin: 10px 0;
  text-align: center;
  padding: 0;
}
.contentBody .rightSidebar .logo-sidebar .logo-content {
  padding: 25px;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.contentBody .rightSidebar .logo-sidebar .logo-content hr {
  background: #bfbfbf;
}
.contentBody .rightSidebar .logo-sidebar .logo {
  padding: 20px 0;
  border-bottom: 1px dashed #bfbfbf;
  vertical-align: middle;
  line-height: 22px;
}
.contentBody .rightSidebar .logo-sidebar .logo:last-child {
  border-bottom: none;
}
/* Events
-------------------------------------------- */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table,
.events-table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.table th,
.table td,
.events-table th,
.events-table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th,
.events-table th {
  font-weight: bold;
}
.table thead th,
.events-table thead th {
  vertical-align: bottom;
}
.merch-table td {
  padding: 15px 8px !important;
  vertical-align: middle !important;
}
.wrap label {
  display: block;
  margin-bottom: 5px;
  margin-right: 8px;
}
.wrap select,
.wrap textarea,
.wrap input[type="text"],
.wrap input[type="password"],
.wrap input[type="datetime"],
.wrap input[type="datetime-local"],
.wrap input[type="date"],
.wrap input[type="month"],
.wrap input[type="time"],
.wrap input[type="week"],
.wrap input[type="number"],
.wrap input[type="email"],
.wrap input[type="url"],
.wrap input[type="search"],
.wrap input[type="tel"],
.wrap input[type="color"],
.wrap .uneditable-input {
  display: inline-block;
  height: 25px;
  padding: 4px 6px;
  margin-bottom: 9px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 25px;
  color: #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.inside {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}
.em-location-map-container {
  background: #f7f7f7;
}
table.em-location-data {
  width: 100% !important;
}
.event-form-image #event-image {
  margin: 0 0 15px 0;
}
.event-cateogries select {
  height: 100px;
}
.em-events-search .em-events-search-text {
  width: 475px;
}
.em-events-search .em-date-range {
  display: inline-block;
  margin: 10px 0;
}
.em-events-search .em-events-search-submit {
  margin: 15px 0 10px;
  height: 40px;
  padding: 0 10px;
}
/* Blog Specific Styles
-------------------------------------------- */
.leftNav-blog {
  width: 152px;
}
.leftNav-blog ul {
  margin: 0 0px 10px 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
.leftNav-blog ul li {
  padding: 10px 0 10px 15px;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.leftNav-blog ul li.nav-header {
  background: url(../images/arrow-nav-header.png) no-repeat 12px 50% #595959;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 25px;
}
.leftNav-blog ul li.nav-header.active {
  background: url(../images/arrow-nav-header-selected.png) no-repeat 12px 50% #595959;
}
.leftNav-blog ul ul {
  margin: 0 10px 20px;
  color: #ffffff;
}
.leftNav-blog ul ul li {
  border-bottom: 2px solid #595959;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 10px 0 10px 0px;
  margin: 0;
  line-height: 20px;
}
.leftNav-blog ul ul li a {
  color: #ffffff;
}
.leftNav-blog ul ul li a:hover {
  color: #bfbfbf;
}
.leftNav-blog ul ul li.last {
  border: none;
}
.leftNav-blog ul ul li.active {
  font-weight: bold;
}
.leftNav-blog ul ul li.activeAncestor > a {
  color: #f0f;
}
.subscribe-box {
  width: 232px;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  height: 85px;
  padding: 15px 0 0 0;
  color: #ffffff;
}
.subscribe-box .input {
  text-align: left;
  width: 182px;
  height: 30px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bbb9b4;
  overflow: hidden;
  margin: 7px auto 7px;
  padding: 0;
  line-height: 30px;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
}
.subscribe-box .input:hover {
  background-color: #f0f0ef;
}
.subscribe-box .input input {
  width: 145px;
  height: 15px;
  border: none;
  font-size: 12px;
  background: none;
  margin: 5px 0 0 0;
  vertical-align: top;
  padding-left: 5px;
}
.subscribe-box .input .icon-search {
  margin: 5px 5px 0 0;
}
.subscribe-box .copy {
  text-transform: none;
}
.paging-navigation,
.post-navigation {
  margin: 15px 0;
}
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
}
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
}
.paging-navigation a,
.post-navigation a {
  color: #ffffff;
}
.paging-navigation a:hover,
.post-navigation a:hover {
  color: #bfbfbf;
}
/* Comments
-------------------------------------------- */
.comments-area {
  color: #cccccc;
  border-top: 1px solid #4d4d4d;
  padding: 20px 0;
  font-size: 12px;
}
.comments-area h3 {
  color: #808080;
}
.comments-area label {
  margin: 0 10px 0 0;
}
.comments-area textarea {
  margin: 10px 0 0 0;
}
.comments-area .commentlist {
  margin: 0;
  padding: 0 0 0 0;
}
.comments-area .commentlist li {
  border-bottom: 1px solid #4d4d4d;
  margin: 0 0 20px 0;
  padding: 0 0 15px 10px;
  font-size: 18px;
  color: #808080;
}
.comments-area .commentlist li article {
  font-size: 12px;
  color: #b3b3b3;
}
.comments-area .comments-title {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.comments-area .avatar {
  margin: 0 10px 0 0;
}
.comments-area a {
  color: #ffffff;
}
.comments-area a:hover {
  color: #bfbfbf;
}
/* = Author Info
----------------------------------------------------------------------------- */
#entry-author-info {
  margin: 40px 0 10px;
}
#entry-author-info h2 {
  display: inline-block;
  float: left;
  margin: 0 0 10px 0;
}
#entry-author-info table {
  margin-bottom: 0px;
}
#author-avatar {
  margin: 10px 20px 0 0;
}
#author-link {
  margin-top: 10px;
}
/* =Variables
-------------------------------------------------------------- */
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.box-width {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
/* =Header
-------------------------------------------------------------- */
.header {
  width: 100%;
  height: 133px;
  background: url(../images/bg-header.png) repeat-x;
}
.header .left-col {
  width: 392px;
  float: left;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
}
.header .left-col .top {
  color: #a30c35;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: left;
}
.header .left-col .bot {
  height: 90px;
  text-align: left;
}
.header .mid-col {
  width: 176px;
  height: 133px;
  float: left;
}
.header .mid-col a {
  height: 133px;
  margin: 0;
  padding: 0;
}
.header .right-col {
  width: 392px;
  float: left;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
}
.header .right-col .top {
  text-align: right;
  height: 40px;
  line-height: 40px;
}
.header .right-col .bot {
  height: 90px;
  text-align: right;
}
.util-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.util-nav li {
  float: right;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 0 0 10px;
  font-weight: 400;
  letter-spacing: 1px;
}
.util-nav li a {
  color: #000000;
}
.util-nav li a:hover {
  color: #a50b34;
}
.top-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 92px;
  position: relative;
  z-index: 50;
}
.top-nav.right {
  float: right;
}
.top-nav.right li {
  margin-left: 30px;
}
.top-nav.right li ul {
  left: -110px;
}
.top-nav.right li ul li {
  margin: 0;
}
.top-nav li {
  float: left;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 0 12px;
  padding: 48px 0 0 0;
  font-weight: 400;
  letter-spacing: 1px;
  height: 45px;
  position: relative;
}
.top-nav li.section-events {
  margin-left: 11px;
}
.top-nav li:first-child {
  margin: 0;
}
.top-nav li a {
  color: #000000;
}
.top-nav li a:hover {
  color: #a50b34;
}
.top-nav li:hover {
  background: url(../images/bg-top-nav-over.png) no-repeat bottom center;
}
.top-nav ul {
  background: #D8D6D0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  list-style: none;
  margin: 0;
  padding: 0 0 0px 0;
  width: 220px;
  position: absolute;
  top: 93px;
  left: -1px;
  display: none;
  /* border-radius: 0 0 5px 5px; */

}
.top-nav ul.last {
  left: -60px;
}
.top-nav ul li {
  margin: 0;
  padding: 0px 0 0 0px;
  width: 220px;
  height: 35px;
  background: url(../images/snav-arrow.png) no-repeat 15px 50%;
  /* background-color: #D8D6D0; */

  font-size: 11px;
  color: #808080;
  text-shadow: none;
  line-height: 35px;
  /* border-bottom: 1px solid @grayLight; */

  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
}
.top-nav ul li a {
  width: 175px;
  height: 35px;
  display: block;
  margin: 0 15px;
  padding: 0 0 0 15px;
  border-top: 1px solid #c1beb4;
  -webkit-box-shadow: 0 1px 0 #e6e6e6;
  -moz-box-shadow: 0 1px 0 #e6e6e6;
  box-shadow: 0 1px 0 #e6e6e6;
}
.top-nav ul li a:hover {
  border-top: none;
  line-height: 36px;
}
.top-nav ul li:first-child a {
  border-top: none;
  -webkit-box-shadow: 0 2px 0 #e6e6e6;
  -moz-box-shadow: 0 2px 0 #e6e6e6;
  box-shadow: 0 2px 0 #e6e6e6;
  line-height: 35px;
}
.top-nav ul li:last-child {
  border-bottom: none;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.top-nav ul li:hover {
  /* background-color: lighten(#D8D6D0, 10%); */

  background: url(../images/snav-arrow-active.png) no-repeat 15px 50% #efeeec;
}
.header .top-nav .current-page-ancestor,
.header .top-nav .current-menu-item {
  background: url(../images/bg-top-nav.png) no-repeat bottom center;
  height: 45px;
  color: #a50b34;
  font-weight: 500;
}
.header .top-nav .current-page-ancestor:hover,
.header .top-nav .current-menu-item:hover {
  background: url(../images/bg-top-nav-over.png) no-repeat bottom center;
}
.header .top-nav .current-page-ancestor a,
.header .top-nav .current-menu-item a {
  color: #a50b34;
}
.header .top-nav .current-page-ancestor.section-blog,
.header .top-nav .current-menu-item.section-blog {
  background: url(../images/bg-top-nav-blog.jpg) no-repeat bottom center;
}
.header .top-nav .current-page-ancestor ul li,
.header .top-nav .current-menu-item ul li {
  color: #000000;
  background: url(../images/snav-arrow.png) no-repeat 15px 50%;
}
.header .top-nav .current-page-ancestor ul li.current-page-ancestor,
.header .top-nav .current-menu-item ul li.current-page-ancestor {
  height: 35px;
  color: #a50b34;
  background: url(../images/snav-arrow-active.png) no-repeat 15px 50%;
}
.header .top-nav .current-page-ancestor ul li.current-page-ancestor a,
.header .top-nav .current-menu-item ul li.current-page-ancestor a {
  color: #a50b34;
}
.header .top-nav .current-page-ancestor ul li a,
.header .top-nav .current-menu-item ul li a {
  color: #000000;
}
.header .top-nav .current-page-ancestor ul li a:hover,
.header .top-nav .current-menu-item ul li a:hover {
  color: #a50b34;
}
.header .top-nav .current-page-ancestor ul li:hover,
.header .top-nav .current-menu-item ul li:hover {
  /* background-color: lighten(#D8D6D0, 10%); */

  background: url(../images/snav-arrow-active.png) no-repeat 15px 50% #efeeec;
}
/* =Content - Home Page
-------------------------------------------------------------- */
.content {
  width: 100%;
  background: #EBEAE8;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  position: relative;
  float: left;
}
.content.blog {
  background: #333333;
}
.content.blog hr {
  background: #4d4d4d;
  border-top: none;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}
.slideshow {
  width: 960px;
  height: 440px;
  position: relative;
  text-align: center;
  float: left;
  display: block;
}
.slideshow .slide {
  position: absolute;
  width: 960px;
  height: 440px;
  display: block;
  left: 0;
  top: 0;
}
.slideshow .slide.hidden {
  display: none;
}
.slideshow .slide-h1 {
  font-family: "atrament-web-n3", "atrament-web", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 140px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  letter-spacing: 2px;
  left: 90px;
  top: 100px;
}
.slideshow .slide-nav {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 20px;
  height: 440px;
}
.slideshow .slide-nav a {
  border: 1px solid #808080;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  position: absolute;
  display: block;
}
.slideshow .slide-nav a:hover {
  background: #750825;
  border: 1px solid #750825;
}
.slideshow .slide-nav a.active {
  background: #a50b34;
  border: 1px solid #a50b34;
}
.slideshow .slide-nav a.one {
  bottom: 0;
}
.slideshow .slide-nav a.two {
  bottom: 20px;
}
.slideshow .slide-nav a.three {
  bottom: 40px;
}
.slideshow .slide-nav a.four {
  bottom: 60px;
}
.slideshow .slide-nav a.five {
  bottom: 80px;
}
.slideshow .slide-nav a.six {
  bottom: 100px;
}
.slideshow .slide-nav a.seven {
  bottom: 120px;
}
.slideshow .slide-nav a.eight {
  bottom: 140px;
}
.slideshow .slide-nav a.nine {
  bottom: 160px;
}
.slideshow .slide-nav a.ten {
  bottom: 180px;
}
.learn-col {
  width: 717px;
  height: 110px;
  margin: 10px 10px 0 0;
  background: #a30c35;
  float: left;
  color: #ffffff;
  text-align: center;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
}
.learn-col .left-col {
  width: 565px;
  padding: 0px 0 0 30px;
  float: left;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.learn-col .left-col table td {
  height: 110px;
  vertical-align: middle;
}
.learn-col .left-col h3 {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}
.learn-col .right-col {
  width: 117px;
  padding: 27px 0 0 0;
  float: right;
}
.learn-col .right-col .btn-learn-more {
  width: 57px;
  height: 57px;
  text-indent: -9999px;
  line-height: 0px;
  font-size: 0px;
  background: url(../images/btn-learn-more.png) no-repeat;
  display: inline-block;
}
.learn-col .right-col .btn-learn-more:hover {
  background-position: 0 -60px;
}
.learn-col a {
  color: #ffffff;
}
.learn-col a:hover {
  color: #ffffff;
}
.learn-col:hover {
  background: #7d0929;
}
.join-col {
  width: 233px;
  height: 110px;
  margin: 10px 0 0 0;
  text-align: center;
  line-height: 110px;
  font-family: "atrament-web-n3", "atrament-web", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  float: right;
  background: url(../images/pic-home-join-today.jpg) no-repeat;
}
.join-col small {
  font-size: 18px;
  vertical-align: top;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.join-col a {
  color: #ffffff;
  width: 233px;
  height: 110px;
  display: block;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.join-col a:hover {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  -webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.8);
}
.col-title {
  height: 110px;
  text-align: center;
  line-height: 110px;
  font-family: "atrament-web-n3", "atrament-web", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
.col-title.about,
.col-title.blog {
  width: 233px;
}
.col-title.about {
  background: url(../images/pic-home-about.jpg) no-repeat;
}
.col-title.about a {
  color: #ffffff;
}
.col-title.about a:hover {
  color: #d9d9d9;
}
.col-title.blog {
  background: url(../images/pic-home-blog.jpg) no-repeat;
}
.col-title.blog > a {
  color: #ffffff;
}
.col-title.blog > a:hover {
  color: #d9d9d9;
}
.col-title.event {
  background: url(../images/pic-home-events.jpg) no-repeat;
}
.col-title.event a {
  color: #ffffff;
}
.col-title.event a:hover {
  color: #d9d9d9;
}
.col-title small {
  font-size: 18px;
  vertical-align: top;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.about-col {
  width: 233px;
  height: 440px;
  float: left;
  margin: 10px 10px 0 0;
  background: #FFFFFF;
  text-align: center;
}
.about-col .col-content {
  padding: 25px 25px 0 25px;
  font-size: 15px;
  text-align: left;
}
.about-col .ride-guide {
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;
}
.blog-feed-col {
  width: 233px;
  height: 440px;
  float: left;
  margin: 10px 10px 0 0;
  background: #D8D6D0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.blog-feed-col dl {
  margin: 25px;
}
.blog-feed-col dl a {
  color: #000000;
}
.blog-feed-col dl dt {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  text-align: left;
  color: #000000;
  letter-spacing: 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.blog-feed-col dl dt a {
  color: #000000;
}
.blog-feed-col dl dt a:hover {
  color: #a50b34;
}
.blog-feed-col dl dd {
  margin: 0 0 10px 0;
  font-size: 10px;
  line-height: 18px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
  border-bottom: 1px solid #b3b3b3;
  padding: 0 0 10px 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.blog-feed-col dl dd:last-child {
  border-bottom: none;
}
.upcoming-events-col {
  width: 474px;
  height: 440px;
  float: right;
  margin: 10px 0px 0 0;
  background: #C0C0BB;
  font-family: Arial, Helvetica, sans-serif;
}
.upcoming-events-col table {
  margin: 25px;
  width: 420px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.upcoming-events-col table td {
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #e6e6e6;
  padding: 10px 25px 10px 0;
  line-height: 18px;
}
.upcoming-events-col table td img {
  border: 2px solid #ffffff;
}
.upcoming-events-col table td.first {
  border-top: none;
  padding-top: 0;
}
.upcoming-events-col table td.last {
  border-bottom: none;
}
.upcoming-events-col table td:first-child {
  width: 116px;
  line-height: 0;
}
.upcoming-events-col a {
  color: #000000;
}
.upcoming-events-col a:hover {
  color: #000000;
}
.upcoming-events-col h3 {
  font-size: 15px;
}
.upcoming-events-col h3:hover {
  color: #a50b34;
}
.upcoming-events-col .meta {
  font-size: 10px;
  text-transform: uppercase;
}
/* =General
-------------------------------------------------------------- */
.div-line {
  border-top: 1px solid #bfbfbf;
  margin: 20px 0;
}
ul li {
  margin-bottom: 5px;
}
hr {
  background: #d9d9d9;
  border-top: none;
  height: 2px;
  width: 100%;
}
.dashed-rule {
  border-top: 1px dashed #bfbfbf;
  margin: 20px 0 20px;
}
/* =button
---------------------------------------------- */
.button {
  display: inline-block;
  zoom: 1;
  /* zoom and *display = ie7 hack for display:inline-block */

  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .62em 1em .56em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .4em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:hover {
  text-decoration: none;
}
.button:active {
  position: relative;
  top: 1px;
}
.bigrounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.medium {
  font-size: 12px;
  padding: .4em 1.5em .42em;
}
.small {
  font-size: 11px;
  padding: .2em 1em .275em;
}
/* red */
.red {
  color: #fff;
  background-color: #e33843;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e33843), to(#960c2f));
  background-image: -webkit-linear-gradient(top, #e33843, #960c2f);
  background-image: -moz-linear-gradient(top, #e33843, #960c2f);
  background-image: -o-linear-gradient(top, #e33843, #960c2f);
  background-image: -ms-linear-gradient(top, #e33843, #960c2f);
  background-image: linear-gradient(top, #e33843, #960c2f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e33843', EndColorStr='#960c2f');
  border: 2px solid #91092D;
  -webkit-box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
}
.red:hover {
  background-color: #690919;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#690919), to(#a00c34));
  background-image: -webkit-linear-gradient(top, #690919, #a00c34);
  background-image: -moz-linear-gradient(top, #690919, #a00c34);
  background-image: -o-linear-gradient(top, #690919, #a00c34);
  background-image: -ms-linear-gradient(top, #690919, #a00c34);
  background-image: linear-gradient(top, #690919, #a00c34);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#690919', EndColorStr='#a00c34');
  -webkit-box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}
.red:active {
  color: #de898c;
}
/* = footer
-------------------------------------------------------------- */
.footer {
  width: 100%;
  height: 100px;
  padding: 30px 0 0 0;
  font-family: "facitweb", Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.footer .left-col {
  width: 50%;
  float: left;
  color: #808080;
}
.footer .left-col .col1 {
  width: 75px;
}
.footer .left-col .col2 {
  width: 195px;
}
.footer .right-col {
  width: 50%;
  float: right;
  text-transform: uppercase;
  line-height: 22px;
}
.footer .right-col .col1 {
  width: 175px;
}
.footer .right-col .col2 {
  width: 140px;
}
.footer .right-col a {
  color: #000000;
}
.footer .right-col a:hover {
  color: #a50b34;
}
.footer table td {
  vertical-align: middle;
  text-align: left;
}
.footer table td.va-top {
  vertical-align: top;
}
.btn-facebook,
.btn-youtube {
  background: url(../images/btns-social.png) no-repeat;
}
.btn-facebook {
  width: 28px;
  height: 28px;
  float: left;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
.btn-facebook:hover {
  background-position: 0 -28px;
}
.btn-youtube {
  width: 30px;
  height: 28px;
  float: left;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  background-position: -28px 0px;
}
.btn-youtube:hover {
  background-position: -28px -28px;
}
/* = general
-------------------------------------------------------------- */
a {
  color: #a50b34;
  text-decoration: none;
  transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
}
a:hover {
  color: #d50e43;
}
h3 {
  font-size: 21px;
  color: #000000;
}
h4 {
  font-size: 17px;
  color: #000000;
}
h5 {
  font-size: 15px;
  color: #262626;
}
.staff-pic-left {
  float: left;
  margin: 5px 15px 10px 0;
  width: 150px !important;
}
.staff-pic-right,
.pic-right {
  float: right;
  margin: 5px 0 10px 15px;
}
.staff-pics {
  margin-top: 15px;
}
.staff-pics td {
  vertical-align: top;
}
.staff-pics td.left {
  width: 170px;
}
.bordered {
  border: 2px solid #bfbfbf;
}
/* =mixins
-------------------------------------------------------------- */
/* =debug
-------------------------------------------------------------- */

/*=========================================
=            Saris Gala Styles            =
=========================================*/

.sg__container__outer {
  width: 100%;
  background: white;
  margin: 40px auto 40px;

}
.sg__header {
  display: block;
  margin: auto;
  max-width: 960px;
  max-height: 440px;
}
.sg__inner {
  padding: 20px 40px;
  font-size: 14px;
  width: 920px;
  position: relative;
  box-sizing: border-box;
}
.sg__inner h2,h3 {
  font-family: facitweb, Arial, Helvetica, sans-serif;
}

.sg__inner h2 {
  font-size: 25px;
}
.sg__inner h3 {
  margin-bottom: 16px;
}
.sg__tix__btn {
  width: 306px;
  margin: 16px auto 16px;
  display: block;

}
.sg__sponsors {
  width: 920px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}
.sg__sponsors .sg__sponsors__title {
  font-family: facitweb, Arial, Helvetica, san-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 12px;
}
.sg__sponsors .sg__sponsors__img {
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  max-width: 120px;
  position: relative;
}
.sg__inner::after {
  content: "";
  display: table;
  clear: both;
}
.sg__inner img.sg__gary-fisher {
  float: left;
  display: inline;
  max-width: 220px;
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 50%;
}
.sg__subhead {
  text-align: center;
}
.sg__subhead--inner {
  font-family: facitweb, Arial, Helvetica, san-serif;
  font-size: 16px;
  font-weight: normal;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 16px;
}
/* Auction Cards */
.sg__ac__container {
  width: 80%;
  margin: 48px auto;
}
.sg__ac__container::after {
  content: "";
  display: table;
  clear: both;
}
.sg__ac__card {
  border: 1px solid #999999;
  border-radius: 5px;
  width: 240px;
  float: left;
  margin-left: 18px;
}
.sg__back {
  font-size: 12px;
  font-family: facitweb, Arial, Helvetica, san-serif;
  display: block;
  margin: 24px auto;
  width: 220px;
  text-align: center;
}
.sg__back a {
    color: #555 !important;
}
.sg__blog-advert {
  transition: opacity 0.5s;
}
.sg__blog-advert:hover,
.sg__blog-advert--bg:hover {
  opacity: 0.8;
}
.sg__blog-advert--bg {
  background: url('http://static.wisconsinbikefed.org/g15/give2015-blog-footer-568x420-01.png') no-repeat center center;
  background-size: 506px;
  width: 506px;
  height: 420px;
  transition: 300ms;

}
/*.sg__blog-advert--bg::after {
  content: url('http://static.wisconsinbikefed.org/wbs15/wbs15_blog_advert_find_out_more_btn.png');
  position: relative;
  display: block;
  width: 160px;
  height: 52px;
  top: 318px;
  left: 320px;
  transition: opacity 0.3s;
}*/
.sg__blog-advert--bg:hover::after {
  opacity: 0.8;
}
.sg15_gary-fisher-hero {
  width: 600px;
  height: 1040px;
  position: relative;
  display: block;
  margin: auto;
  background: url('http://static.wisconsinbikefed.org/sg15/sg15-gary-fisher-vip-ride-website-graphic-bg-lg.png') no-repeat center center;
}
.sg15_gary-fisher-hero::after {
  content: url('http://static.wisconsinbikefed.org/sg15/sg15-gary-btn.png');
  position: relative;
  display: block;
  margin: 0 auto;
  width: 265px;
  height: 48px;
  top: 656px;
  left: 24px;
  transition: opacity 0.3s;
}
.sg15_gary-fisher-hero:hover::after {
  opacity: 0.8;
}

/* HEADER TOPPER */
.topper {
  width: 100%;
  height: 90px;
  display: block;
  background-image: url('http://static.wisconsinbikefed.org/store/topper-pattern.png');
  background-color: #97172e;
  text-align: center;
  font-size: 14px;
  color: white;
  line-height: 76px;
  font-family: 'facitweb', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.topper a {
  color: white;
  text-decoration: none;
  transition: 300ms;
}
.topper a:hover {
  opacity: 0.8;
}

/* PAGE: GIVE 2015 */
.g15__wrapper {
  width: 960px;
}
.g15__wrapper__inner {
  clear: both;
  position: relative;
  padding-top: 48px;
}
.g15__clear {
  clear: left;
}
.g15__left,
.g15__right {
  width: 50%;
}
.g15__left {
  float: left;
}
.g15__right {
  float: right;
}
.g15__img {
  padding: 48px;
  width: 40%;
}

/* Give 2015 - Modal */
/* Outer */
.popup__wrapper {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 90;
    background:rgba(0,0,0,0.75);
}

/* Inner */
.popup__inner {
    max-width:600px;
/*    width:90%;*/
    padding-bottom:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
    z-index: 99;
}

/* Close Button */
.popup__close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}

.popup__close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}
.popup__inner img {
  margin-bottom: 16px;
}
.popup__nothanks {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  color: #555;
}
