/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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;
}

html {
  line-height: 1; 
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; 
}

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; 
}

a img {
  border: none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; 
}

body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-width: 970px;
}
.container {
  width: 970px;
  max-width: none !important;
}

/*--nav--*/
.navbar {
  margin-bottom: 0;
}
.navbar-inner {
  padding-top: 20px;
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
  border: none;
}
.brand {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;  
  font-weight: 700;
  font-size: 44px;
  line-height: 29px;
  width: 176px;
  color: #333;
  display: block;
  text-transform: lowercase;
}
.brand:hover {
  text-decoration: none;
  color: #333;
}
#main-menu.nav {
  padding-top: 47px;
  float: right;
  display: inline;
}
.nav-collapse {
  position: relative;
  height: 85px;
}
.nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 15px;
}
.nav li.current-menu-item a,
.nav li.current-menu-parent a,
.blog .nav li.current_page_parent.menu-item-178 a,
.uncategorized .nav li.current_page_parent.menu-item-178 a {
  border-bottom: 4px solid #333; 
}
.nav li.current-menu-item a:hover,
.nav li.current-menu-parent a:hover,
.blog .nav li.current_page_parent.menu-item-178 a:hover,
.uncategorized .nav li.current_page_parent.menu-item-178 a:hover {
  border-bottom: 4px solid #666;
  color: #666; 
}
.nav li a {
  color: #333;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.03em;
  padding: 4px 0;
  border-bottom: 4px solid transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  border-bottom: 4px solid #666;
  color: #666;
}

.bold-link {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.03em;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  text-transform: uppercase;
  text-decoration: none !important;
}
.bold-link:hover {
  text-decoration: none;
  color: #666;
}
.bold-link.white {
  border-bottom-color: #fff;
  color: #fff;
  padding-bottom: 3px;
}
.bold-link.transparent {
  border-bottom-color: transparent;
}
.bold-link.transparent:hover {
  color: #666;
}
.bold-link.green {
  border-bottom-color: #7ACC95;
  color: #000;
}
.bold-link.green:hover {
  color: #666;
}

.homepage-supportive-copy .bold-link.white:hover {
  color: #20BAFF;
  border-bottom-color: #20BAFF;
}

/*--slashes--*/
.slash {
  display: block;
}
.inline-slash {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

/*--homepage hero image --*/
.homepage-hero-image {
  padding: 30px 0;
  min-height: 860px;
  position: relative;
  margin-bottom: 60px;
}
.more-about-kara {
  position: absolute;
  bottom: 30px;
}
.more-about-kara p {
  color: #fff;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: lowercase;
  font-size: 11px;
  margin-bottom: 15px;
}

/*--homepage pro advice --*/
.pro-advice-home,
.your-stories-home {
  padding: 20px 0 80px 0;
}

/*--homepage section headings --*/
.large-section-heading {
  color: #fff;
  font-size: 131px;
  letter-spacing: -0.03em;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: lowercase;
  line-height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.homepage-supportive-copy {
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  margin-top: 50px;
}
.homepage-supportive-copy p {
  margin-bottom: 30px; 
}

/*--image links to site pages --*/
.image-links-to-site-pages {
  margin-bottom: 60px;
  position: relative;
}
.image-links-to-site-pages p {
  text-align: right;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: lowercase;
  font-size: 11px;
  margin: 10px 0 0 0; 
}
.box-link-overlay {
  display: block;
  color: #221F1F;
  text-decoration: none;
}
.box-link-overlay:hover {
  color: #0083D7;
  text-decoration: none;
}
.box-link-overlay:hover:after {
  content: "text";
  position: absolute;
  top: 0;
  left: 15px;
  padding: 50px 0;
  width: 120px;
  background: rgba(255,255,255,0.7);
  color: #6C6D70;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.08em;
}
.box-link-overlay.about-page-link:hover:after {
  content: "about";
}
.box-link-overlay.stats-page-link:hover:after {
  content: "stats";
}
.box-link-overlay.sponsors-page-link:hover:after {
  content: "sponsors";
}
.box-link-overlay.gallery-page-link:hover:after {
  content: "gallery";
}
.box-link-overlay.blog-page-link:hover:after {
  content: "blog";
}

.heading-general {
  color: #333;
  font-size: 115px;
  letter-spacing: -0.03em;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: lowercase;
  line-height: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.heading-general.archives {
  margin-bottom: 0;
}
.heading-archives {
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 50px;
}
.heading-general.generic {
  font-size: 78px;
  line-height: 71px;
  font-family: 'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  border-bottom: 1px solid #000;
  text-transform: lowercase;
  padding-right: 250px;
  padding-bottom: 50px;
}

/*--about hero image --*/
.about-hero-image {
  padding: 30px 0;
  min-height: 479px;
  position: relative;
  margin-bottom: 15px;
}

/*--about page headings--*/

.about-sub-heading-general {
  color: #333;
  font-size: 100px;
  letter-spacing: -0.03em;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: lowercase; 
  line-height: 100px;
  padding-top: 50px;
}
.about-sub-heading-general .slash {
  margin-bottom: 20px;
}

/*--about body copy--*/
.about-body-text {
  padding-bottom: 100px;
  padding-top: 164px;
}
.about-body-text p {
  color: #333;
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
.section-divider {
  border-bottom: 1px solid #333;
}
.about-row:last-child .section-divider {
  border-bottom: none;
}

/*--stats--*/
.panel-group.generic-panel .panel {
  border-radius: 0;
  border: none;
  border-top: 1px solid #333;
  box-shadow: none;
}
.panel-group.generic-panel .panel-default > .panel-heading {
  background: none;
  border: none;
}
.panel-group.generic-panel .panel-heading+.panel-collapse > .panel-body {
  border: none;
}
.panel-group.generic-panel .panel-title > a,
.panel-group.generic-panel .panel-title {
  display: block;
  position: relative;
  font-size: 68px;
  line-height: 67px;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}
.panel-title.top-align {
  margin-top: 30px;
}
.panel-group.generic-panel .panel-title > a:hover {
  text-decoration: none;
}

.panel-group.generic-panel a.collapsed .accordian-cta-collapsed {
 display: block; 
}
.panel-group.generic-panel a.collapsed .accordian-cta-expanded {
  display: none;
}
.panel-group.generic-panel a .accordian-cta-expanded {
  display: block;
}
.panel-group.generic-panel a .accordian-cta-collapsed {
  display: none;
}
.panel-content p,
.panel-content ul {
  font-size: 14px;
  line-height: 16px;
}
.panel-content p a {
  color: #000;
  text-decoration: underline;
}
.panel-content p a:hover {
  color: #0083D7;
}
.accordian-cta-collapsed,
.accordian-cta-expanded {
  display: block;
  text-align: right;
  font-size: 10px;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #333;
}
.accordian-cta-collapsed i,
.accordian-cta-expanded i {
  font-size: 33px;
  vertical-align: middle;
  margin-left: 10px;
  color: #333;
}
.panel-title .highlights-panel {
  color: #AE1E61;
}
.panel-title .pro-panel {
  color: #5BBD7D;
}
.panel-title .collegiate-panel {
  color: #707273;
}
.panel-title .bests-panel {
  color: #F05927;
}

.asterisk {
  text-align: center;
  color: #D1D2D4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 50px;
}
.highlights-panel-content .row {
  margin-bottom: 30px;
}
.highlights-panel-content p {
  line-height: 16px;
  font-size: 14px;
}

.panel-table-content th {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
}
.panel-table-content td {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.panel-table-content td b {
  font-weight: bold;
}
.panel-table-content h5 {
  color: #A6A9AB;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 27px;
  padding-left: 5px;
  margin-bottom: 20px;
}
.outdoor-table {
  margin-bottom: 50px;
}

/*--advice--*/
.advice-hero-image {
  padding: 30px 0;
  min-height: 479px;
  position: relative;
  margin-bottom: 15px;
}
.advice .panel-body {
  padding: 15px 15px 50px 15px;
}
.expand-with-text {
  display: block;
  margin-bottom: 20px;
}
.panel-group.generic-panel .panel.panel-border-bottom {
  border-top: none;
}
.panel-group.generic-panel .panel.panel-border-bottom .panel-heading {
  padding-bottom: 30px;
}
.panel-content {
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
.panel-content strong {
  font-weight: bold;
}
.panel-content ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.panel-content ul {
  margin-left: 20px;
  list-style-type: disc;
}
.panel-content ul li,
.panel-content ol li {
  margin-bottom: 20px;
  font-size: 14px;
}
.advice-supportive-image img {
  margin-bottom: 20px;
}
.advice-supportive-image p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.advice-supportive-image p a {
  text-decoration: underline;
  color: #333;
  font-weight: bold;
}
.advice-supportive-image p a:hover {
  color: #0083D7;
}

/*--sponsors--*/
.sponsor-list .sponsor-row:last-child {
  border-bottom: none;
}
.sponsor-row {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000000;
}
.sponsor-name {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 68px;
  text-transform: lowercase;
}
.sponsor-logo {
  margin-bottom: 40px;
}
.sponsor-row p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}
.sponsor-url {
  text-transform: uppercase;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-size: 11px;
  text-decoration: none;
  color: #333;
  border-bottom: 4px solid transparent;
  padding-bottom: 3px;
}
.sponsor-url:hover {
  text-decoration: none;
  border-bottom: 4px solid #333;
  color: #333;
}

/*--gallery--*/
.container .gallery-row:first-child {
  margin-top: 70px;
}
.full-width-gallery {
  margin: 0 auto;
}
.gallery-row {
  margin-bottom: 70px;
}

/*--generic page--*/
.generic-page-wrapper img {
  width: 100%;
}
.alignleft,
.alignright {
  width: auto;
}
.alignleft {
  float: left;
  display: inline;
  padding-right: 20px;
}
.alignright {
  float: right;
  display: inline;
  padding-left: 20px;
}

/*--blog--*/
.blog-landing .blog-excerpt-row:nth-child(4n+1) h2 a {
  color: #A6A9AB;
}
.blog-landing .blog-excerpt-row:nth-child(4n+2) h2 a {
  color: #AE1E61;
}
.blog-landing .blog-excerpt-row:nth-child(4n+3) h2 a {
  color: #5BBD7D;
}
.blog-landing .blog-excerpt-row:nth-child(4n+4) h2 a {
  color: #F05927;
}
.bordered-heading {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}

.single-entry-heading {
  margin-bottom: 10px;
}
.blog-meta-date {
  width: 95px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px; 
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
}
.blog-data {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.blog-data h2 {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 35px;
  line-height: 36px;
}
.blog-data h2 a {
  text-decoration: none;
  color: #333;
}
.blog-data h2 a:hover {
  text-decoration: none;
  color: #666;
}
.single-entry-wrapper {
  margin-top: 50px;
}
.single-entry {
  border: none;
  margin-bottom: 0;
}
.single-entry h2 {
  margin-bottom: 50px;
}
.single-entry p,
.generic-page-wrapper p {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}
.generic-page-wrapper p.wp-caption-text {
  margin-bottom: 5px;
}
.single-entry img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.single-entry a,
.generic-page-wrapper a {
  text-decoration: underline;
  color: #333;
}
.single-entry a:hover,
.generic-page-wrapper a:hover {
  color: #0083D7;
}
.blog-data-excerpt p {
  font-size: 14px;
  line-height: 16px;
}
.generic-page-wrapper em {
  font-style: italic;
}

/* for excerpts*/
.single-entry .continue-reading-link {
  text-decoration: none;
}
.single-entry .continue-reading-link:hover {
  color: #666;
}
.generic-page-wrapper h3 {
  color: #A6A9AB;
  font-size: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}
.continue-reading-link,
.gform_button {
  margin-top: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  color: #333;
  border-color: #7ACC95;
  display: block;
  width: 77px;
}
#gform_submit_button_1 {
  width: auto;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.03em;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  text-transform: uppercase;
  text-decoration: none !important;
}
#gform_submit_button_1:hover {
  color: #666;
}
.more-posts {
  margin-bottom: 90px;
}
.more-posts .pager {
  margin: 0;
  text-align: left;
}
.pager .next > a,
.pager .next > span,
.pager .previous > a,
.pager .previous > span {
  float: none;
  border: none;
  border-radius: 0;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-color: #7ACC95;
  color: #333; 
  padding: 0 0 3px 0;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  text-decoration: none;
  float: left;
  display: inline;
  margin-right: 20px;
}
.pager li > a:hover {
  background-color: transparent;
  color: #666;
}
.more-posts .pager .next > a .meta-nav,
.more-posts .pager .previous > a .meta-nav {
  display: none;
}
.blog-list-archive h4 {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.blog-list-archive .blog-year-group {
  margin-bottom: 20px;
}
.blog-list-archive .blog-year {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 23px;
  display: block;
}
.archive-sub-menu {
  margin: 5px 0;
}
.archive-sub-menu li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 18px;
}
.archive-sub-menu li a {
  color: #333;
  text-decoration: none;
}
.archive-sub-menu li a:hover {
  color: #333;
  text-decoration: underline;
}
.all-caps-heading {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
  border-bottom: 4px solid transparent;
  padding-bottom: 3px;
}
a.all-caps-heading {
  color: #000;
  text-decoration: none;
}
a.all-caps-heading:hover {
  color: #666;
  text-decoration: none;
}
.link-back-to-blog:hover {
  text-decoration: none;
  border-bottom: 4px solid #000;
  color: #000;
}
.social-butterfly-container {
  padding-bottom: 50px;
}
.comments-wrapper {
  padding-top: 50px;
  border-top: 1px solid #000;
}
.comments-section-title {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
}
#comments,
.your-stories-submission {
  background: #F1F2F2;
  padding-top: 20px;
  padding-bottom: 50px;
}
.comment-reply-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 3px;
}
.comment-notes {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #999;
  margin-bottom: 20px;
}
.commentlist li {
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  padding-top: 50px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
}
.commentlist li:last-child {
  border: none;
}
.commentlist li footer {
  margin-bottom: 15px;
}
.commentlist li cite {
  font-weight: bold;
  text-transform: uppercase;
}
.form-allowed-tags {
  display: none;
}
.comment-form label {
  display: block;
}
.required-comment-info,
.comment-form-comment {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.required-comment-info {
  width: 240px;
  margin-right: 60px;
}
.required-comment-info p {
  margin-bottom: 30px; 
}
.comment-form-comment {
  width: 315px;
}
.comment-form input[type="text"],
.comment-form textarea {
  border: none; 
  padding: 5px;
}
.comment-form-comment textarea {
  width: 100%;
  margin-bottom: 20px;
}
.required-comment-info label,
.comment-form-comment label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  padding-bottom: 6px;
}
.form-submit {
  margin-left: 305px;
}
.form-submit input {
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: transparent;
  border-bottom: 10px solid #58BF7B;
  padding: 0 0 3px;
}

/*--your stories & some general text styles--*/
.featured-entry-wrapper {
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
  margin-bottom: 10px;
}
.blog-data.featured-my-stories-entry {
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-data strong,
.generic-page-wrapper strong {
  font-weight: bold;
}
.blog-data em {
  font-style: italic;
}
.blog-data ol,
.generic-page-wrapper ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 15px;
  font-size: 14px;
}
.blog-data ul,
.generic-page-wrapper ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 15px;
  font-size: 14px;
}
.blog-data blockquote,
.generic-page-wrapper blockquote {
  border-left: solid 5px #AE1E61;
  margin-bottom: 15px;
}
.blog-data blockquote p,
.generic-page-wrapper blockquote p {
  padding-left: 10px;
}
.featured-my-stories-entry img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.your-stories-framing-statement {
  margin-top: 50px;
}
.your-stories-framing-statement p {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.more-stories-heading {
  margin-bottom: 40px;
}
#mceu_2,
#mceu_5,
#mceu_6,
#mceu_7,
#mceu_8,
#mceu_9,
#mceu_12,
#mceu_13,
#mceu_14,
#mceu_31,
#input_1_2-html,
#input_1_2-tmce {
  display: none;
}
.your-stories-submission div.mce-toolbar-grp {
  background: transparent;
}
.your-stories-submission .gform_wrapper {
  max-width: 100%;
}
.your-stories-submission .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.your-stories-submission .gform_wrapper .top_label .gfield_label {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
}
.your-stories-submission .gform_wrapper input[type=text],
.your-stories-submission .gform_wrapper input[type=email] {
  border: none;
  padding: 7px 2px 7px 2px;
}
.gform_wrapper ul li.gfield {
  margin-bottom: 10px;
}
.gform_wrapper h3.gform_title {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 26px;
}
#gform_1 {
  width: 800px;
  margin: 0 auto;
}
.side-by-side-inputs {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 30px;
}
.gform_wrapper .top_label .side-by-side-inputs input.medium {
  width: 240px;
}
.gform_confirmation_message_1 {
  text-align: center;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
}

/*--sharing--*/
.social-sharing {
  padding: 30px 0;
}
.social-sharing:before {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
  content: "SHARE";
  padding-right: 15px;
}
.social-sharing a {
  margin-right: 10px;
}
.social-sharing .button-facebook:before {
  font-family: FontAwesome;
  content: "\f09a";
  text-align: center;
  font-size: 14px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  background: #000;
  color: #fff;
  line-height: 29px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.social-sharing .button-twitter:before {
  font-family: FontAwesome;
  content: "\f099";
  text-align: center;
  font-size: 14px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  background: #000;
  color: #fff;
  line-height: 29px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/*--instagram--*/
.instagram-feed {
  margin-top: 30px;
  margin-bottom: 60px;
}
.wpinstagram-shortcode-item {
  width: 22.375%;
  margin-right: 2.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.wpinstagram .wpinstagram-shortcode-item:last-child {
  margin-right: 0;
}
.wpinstagram-shortcode-item img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0;
}
.instagram-heading {
  text-transform: uppercase;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 11px;
}

.footer {
  background: #676768;
  padding: 40px 0;
  text-align: center;
}
.footer a,
.footer b {
  color: #fff;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-size: 11px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.footer-link:hover {
  color: #999;
  text-decoration: none;
}
.footer a.social {
  text-align: center;
  font-size: 20px;
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
  border-radius: 38px;
  width: 38px;
  height: 38px;
  padding: 8px;
  background: #fff;
  color: #676768;
  line-height: 23px;
}
.footer a.social:hover {
  background: #999;
}

/*--404--*/
.error404 .footer {
  margin-top: 200px;
}
.bordered-heading h2 i {
  font-size: 76px;
}
h5 {
  font-family:'Neue Helvetica W01', "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 48px;
  color: #797979;
  margin-bottom: 60px;
}
