@charset "UTF-8";
/* line 2, ../scss/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'oswaldregular';
  src: url("../fonts/oswald_emdash/oswald-regular-emdash-webfont.eot");
  src: url("../fonts/oswald_emdash/oswald-regular-emdash-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald_emdash/oswald-regular-emdash-webfont.woff") format("woff"), url("../fonts/oswald_emdash/oswald-regular-emdash-webfont.ttf") format("truetype"), url("../fonts/oswald_emdash/oswald-regular-emdash-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt-serif';
  src: url("../fonts/pt-serif/pt_serif-web-regular-webfont.woff2") format("woff2"), url("../fonts/pt-serif/pt_serif-web-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt-serif-bold';
  src: url("../fonts/pt-serif/pt_serif-web-bold-webfont.woff2") format("woff2"), url("../fonts/pt-serif/pt_serif-web-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt-serif-italic';
  src: url("../fonts/pt-serif/pt_serif-web-italic-webfont.woff2") format("woff2"), url("../fonts/pt-serif/pt_serif-web-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 101, ../scss/placeholders/_story.scss */
.story__container .story__content p a, .story__container .story__content > ol li a, .story__container .story__content > ul li a, .portal__main-column .static__content a {
  color: #0098d8;
  font-weight: 700;
}
/* line 105, ../scss/placeholders/_story.scss */
.story__container .story__content p a:hover, .story__container .story__content > ol li a:hover, .story__container .story__content > ul li a:hover, .portal__main-column .static__content a:hover {
  color: #fc3b40;
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
/* line 2, ../scss/partials/base/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, #buddypress #members-list li .item-title, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 12, ../scss/partials/base/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 16, ../scss/partials/base/_reset.scss */
body {
  line-height: 1;
}

/* line 20, ../scss/partials/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../scss/partials/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 28, ../scss/partials/base/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 33, ../scss/partials/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../scss/partials/base/_grid.scss */
#page-wrapper {
  position: relative;
}

/* line 5, ../scss/partials/base/_grid.scss */
.container, #buddypress {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
.container:after, #buddypress:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, ../scss/partials/base/_structure.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../scss/partials/base/_structure.scss */
html, body {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 13, ../scss/partials/base/_structure.scss */
html {
  font-size: 8px;
  overflow-y: scroll;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* line 13, ../scss/partials/base/_structure.scss */
  html {
    font-size: 5px;
  }
}
@media screen and (min-width: 768px) {
  /* line 13, ../scss/partials/base/_structure.scss */
  html {
    font-size: 10px;
  }
}

/* line 29, ../scss/partials/base/_structure.scss */
body {
  background-color: #fff;
  font-size: 1.6rem;
}

/* line 34, ../scss/partials/base/_structure.scss */
#page-wrapper {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 44, ../scss/partials/base/_structure.scss */
#page-content {
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

/* line 51, ../scss/partials/base/_structure.scss */
.container, #buddypress {
  position: relative;
}

/* line 55, ../scss/partials/base/_structure.scss */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}

/* line 1, ../scss/partials/base/_utility.scss */
.fl {
  float: left;
}

/* line 2, ../scss/partials/base/_utility.scss */
.fr {
  float: right;
}

/* line 4, ../scss/partials/base/_utility.scss */
.tl {
  text-align: left;
}

/* line 5, ../scss/partials/base/_utility.scss */
.tc {
  text-align: center;
}

/* line 6, ../scss/partials/base/_utility.scss */
.tr {
  text-align: right;
}

/* line 8, ../scss/partials/base/_utility.scss */
.z1 {
  z-indeX: 1;
}

/* line 9, ../scss/partials/base/_utility.scss */
.z2 {
  z-index: 2;
}

/* line 10, ../scss/partials/base/_utility.scss */
.z3 {
  z-index: 3;
}

/* line 11, ../scss/partials/base/_utility.scss */
.z4 {
  z-index: 4;
}

/* line 12, ../scss/partials/base/_utility.scss */
.z5 {
  z-index: 5;
}

/* http://www.css-101.org/articles/clearfix/latest-new-clearfix-so-far.php */
/* line 15, ../scss/partials/base/_utility.scss */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* line 21, ../scss/partials/base/_utility.scss */
.link-wrapper {
  outline: 0px;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  display: block;
}

/* line 28, ../scss/partials/base/_utility.scss */
.v-align {
  display: table;
  position: absolute;
}

/* line 33, ../scss/partials/base/_utility.scss */
.v-align__inner {
  display: table-cell;
  text-align: center;
}
/* line 37, ../scss/partials/base/_utility.scss */
.v-align__inner.v-align__inner--bottom {
  vertical-align: bottom;
}
/* line 41, ../scss/partials/base/_utility.scss */
.v-align__inner.v-align__inner--center {
  vertical-align: middle;
}

/* line 46, ../scss/partials/base/_utility.scss */
.stuck {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 51, ../scss/partials/base/_utility.scss */
.hide {
  display: none;
}

/* line 55, ../scss/partials/base/_utility.scss */
.show {
  display: block;
}

/* line 59, ../scss/partials/base/_utility.scss */
.fb_iframe_widget {
  overflow: hidden;
}

/* line 1, ../scss/partials/base/_ads.scss */
#top-leaderboard {
  background-color: #002130;
  padding: 1.8rem 0;
  position: relative;
  z-index: 1;
}

/* line 8, ../scss/partials/base/_ads.scss */
#top-billboard {
  background-color: #dbdbdb;
}

/* line 12, ../scss/partials/base/_ads.scss */
.ad {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
/* line 18, ../scss/partials/base/_ads.scss */
.ad.ad--300 {
  display: block;
  margin-bottom: 7.4rem;
  width: 32rem;
}
/* line 23, ../scss/partials/base/_ads.scss */
.ad.ad--300:after {
  color: #7e7e7e;
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  font-size: 1.4rem;
  content: 'Advertisement';
  margin-top: 2rem;
  text-transform: uppercase;
}
/* line 33, ../scss/partials/base/_ads.scss */
.ad.ad--300 .ad__container {
  background-color: #eeeeee;
  padding: 1rem;
}
/* line 39, ../scss/partials/base/_ads.scss */
.ad .ad__container {
  display: block;
  position: relative;
  text-align: center;
}
/* line 44, ../scss/partials/base/_ads.scss */
.ad .ad__container > img {
  display: block;
  margin: 0 auto;
}
/* line 50, ../scss/partials/base/_ads.scss */
.ad.ad--pull {
  float: right;
  margin: -37.6rem;
}

/* line 1, ../scss/partials/base/_headings.scss */
.hd-a {
  color: #fff;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 9, ../scss/partials/base/_headings.scss */
.hd-b {
  color: #fff;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 17, ../scss/partials/base/_headings.scss */
.hd-c {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

/* line 25, ../scss/partials/base/_headings.scss */
.hd-d {
  color: #003046;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 33, ../scss/partials/base/_headings.scss */
.hd-e {
  color: #fff;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* line 42, ../scss/partials/base/_headings.scss */
.hd-f {
  background-color: rgba(0, 0, 0, 0.86);
  color: #fff;
  display: inline;
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

/* line 52, ../scss/partials/base/_headings.scss */
.hd-g {
  color: #0098d8;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* line 61, ../scss/partials/base/_headings.scss */
.hd-h {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

/* line 69, ../scss/partials/base/_headings.scss */
.hd-i {
  color: #fff;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 77, ../scss/partials/base/_headings.scss */
.hd-j {
  color: #2d2d2d;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

/* line 85, ../scss/partials/base/_headings.scss */
.hd-k {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

/* line 93, ../scss/partials/base/_headings.scss */
.hd-l {
  color: #2d2d2d;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 100, ../scss/partials/base/_headings.scss */
.hd-m {
  background-color: #fc3b40;
  color: #fff;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding: 1rem 1.6rem;
}

/* line 110, ../scss/partials/base/_headings.scss */
.hd-n {
  color: #003046;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 117, ../scss/partials/base/_headings.scss */
.hd-o {
  color: #003046;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* line 125, ../scss/partials/base/_headings.scss */
.hd-p {
  color: #003046;
  font-family: "Noto Serif", Georgia, serif;
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}

/* line 133, ../scss/partials/base/_headings.scss */
.hd-q {
  color: #003046;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
}

/* line 139, ../scss/partials/base/_headings.scss */
.hd-r {
  color: #fc3b40;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* line 147, ../scss/partials/base/_headings.scss */
.hd-s {
  color: #fff;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* line 155, ../scss/partials/base/_headings.scss */
.hd-t {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

/* line 163, ../scss/partials/base/_headings.scss */
.hd-u {
  color: #003046;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 8, ../scss/partials/base/_typography.scss */
a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 14, ../scss/partials/base/_typography.scss */
a:hover {
  color: #0098d8;
}
/* line 18, ../scss/partials/base/_typography.scss */
a:hover, a:active, a:focus {
  outline: 0;
}

/* line 26, ../scss/partials/base/_typography.scss */
small a {
  text-decoration: underline;
  color: inherit;
}

/* line 32, ../scss/partials/base/_typography.scss */
.caption {
  color: #333333;
  font-family: "Gudea", Arial, sans-serif;
}

/* line 37, ../scss/partials/base/_typography.scss */
.credit,
.byline {
  color: #7e7e7e;
  font-family: "Gudea", Arial, sans-serif;
}

/* line 43, ../scss/partials/base/_typography.scss */
.source {
  color: #7e7e7e;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
}
/* line 48, ../scss/partials/base/_typography.scss */
.source:before {
  content: '';
  display: inline-block;
  position: relative;
}
/* line 54, ../scss/partials/base/_typography.scss */
.source.source--nyt:before {
  content: url(../img/src_nyt.jpg);
}
/* line 58, ../scss/partials/base/_typography.scss */
.source.source--npr:before {
  content: url(../img/src_npr.jpg);
}
/* line 62, ../scss/partials/base/_typography.scss */
.source.source--time:before {
  content: url(../img/src_time.jpg);
}
/* line 66, ../scss/partials/base/_typography.scss */
.source.source--mashable:before {
  content: url(../img/src_mashable.jpg);
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 22, ../scss/partials/base/_icons.scss */
.icon, #buddypress .profile-view .left ul > li,
#buddypress .profile-view .right ul > li, #buddypress .activity-list .activity-item .activity-content .activity-meta a {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 41, ../scss/partials/base/_icons.scss */
.icon_alert:before {
  content: "\f101";
}

/* line 46, ../scss/partials/base/_icons.scss */
.icon_arrow-circle-left:before {
  content: "\f102";
}

/* line 51, ../scss/partials/base/_icons.scss */
.icon_arrow-circle-right:before {
  content: "\f103";
}

/* line 56, ../scss/partials/base/_icons.scss */
.icon_arrow-down:before {
  content: "\f104";
}

/* line 61, ../scss/partials/base/_icons.scss */
.icon_arrow-left:before {
  content: "\f105";
}

/* line 66, ../scss/partials/base/_icons.scss */
.icon_arrow-right:before {
  content: "\f106";
}

/* line 71, ../scss/partials/base/_icons.scss */
.icon_audio:before {
  content: "\f107";
}

/* line 76, ../scss/partials/base/_icons.scss */
.icon_audio_stream:before {
  content: "\f108";
}

/* line 81, ../scss/partials/base/_icons.scss */
.icon_bridge:before, #buddypress .profile-view .left ul > li.bridging-the-opportunity-divide:before,
#buddypress .profile-view .right ul > li.bridging-the-opportunity-divide:before {
  content: "\f109";
}

/* line 86, ../scss/partials/base/_icons.scss */
.icon_briefcase:before {
  content: "\f10a";
}

/* line 91, ../scss/partials/base/_icons.scss */
.icon_calendar:before {
  content: "\f10b";
}

/* line 96, ../scss/partials/base/_icons.scss */
.icon_caret-up:before {
  content: "\f10c";
}

/* line 101, ../scss/partials/base/_icons.scss */
.icon_cart:before {
  content: "\f10d";
}

/* line 106, ../scss/partials/base/_icons.scss */
.icon_chat-bubble:before, #buddypress .ns-messages .messages-nav ul li#compose-personal-li a:before {
  content: "\f10e";
}

/* line 111, ../scss/partials/base/_icons.scss */
.icon_chrome:before {
  content: "\f10f";
}

/* line 116, ../scss/partials/base/_icons.scss */
.icon_circle_alpha_stream:before {
  content: "\f110";
}

/* line 121, ../scss/partials/base/_icons.scss */
.icon_close:before {
  content: "\f111";
}

/* line 126, ../scss/partials/base/_icons.scss */
.icon_comment:before {
  content: "\f112";
}

/* line 131, ../scss/partials/base/_icons.scss */
.icon_comments:before {
  content: "\f113";
}

/* line 136, ../scss/partials/base/_icons.scss */
.icon_contact:before, #buddypress .ns-messages .messages-nav ul li#notices-personal-li a:before {
  content: "\f114";
}

/* line 141, ../scss/partials/base/_icons.scss */
.icon_crest:before, #buddypress .profile-view .left ul > li.advancing-national-service:before,
#buddypress .profile-view .right ul > li.advancing-national-service:before {
  content: "\f115";
}

/* line 146, ../scss/partials/base/_icons.scss */
.icon_cta-signup:before {
  content: "\f116";
}

/* line 151, ../scss/partials/base/_icons.scss */
.icon_cta-speak-out-chat:before {
  content: "\f117";
}

/* line 156, ../scss/partials/base/_icons.scss */
.icon_cta-speak-out:before {
  content: "\f118";
}

/* line 161, ../scss/partials/base/_icons.scss */
.icon_donate:before {
  content: "\f119";
}

/* line 166, ../scss/partials/base/_icons.scss */
.icon_email:before {
  content: "\f11a";
}

/* line 171, ../scss/partials/base/_icons.scss */
.icon_envelope-empty:before {
  content: "\f11b";
}

/* line 176, ../scss/partials/base/_icons.scss */
.icon_envelope:before {
  content: "\f11c";
}

/* line 181, ../scss/partials/base/_icons.scss */
.icon_environment:before, #buddypress .profile-view .left ul > li.preserving-our-environment:before,
#buddypress .profile-view .right ul > li.preserving-our-environment:before {
  content: "\f11d";
}

/* line 186, ../scss/partials/base/_icons.scss */
.icon_explorer:before {
  content: "\f11e";
}

/* line 191, ../scss/partials/base/_icons.scss */
.icon_external:before {
  content: "\f11f";
}

/* line 196, ../scss/partials/base/_icons.scss */
.icon_facebook:before {
  content: "\f120";
}

/* line 201, ../scss/partials/base/_icons.scss */
.icon_firefox:before {
  content: "\f121";
}

/* line 206, ../scss/partials/base/_icons.scss */
.icon_frown:before {
  content: "\f122";
}

/* line 211, ../scss/partials/base/_icons.scss */
.icon_fullscreen:before {
  content: "\f123";
}

/* line 216, ../scss/partials/base/_icons.scss */
.icon_get_involved:before {
  content: "\f124";
}

/* line 221, ../scss/partials/base/_icons.scss */
.icon_google-plus:before {
  content: "\f125";
}

/* line 226, ../scss/partials/base/_icons.scss */
.icon_government:before, #buddypress .profile-view .left ul > li.making-government-work:before,
#buddypress .profile-view .right ul > li.making-government-work:before {
  content: "\f126";
}

/* line 231, ../scss/partials/base/_icons.scss */
.icon_hamburger:before {
  content: "\f127";
}

/* line 236, ../scss/partials/base/_icons.scss */
.icon_heart:before {
  content: "\f128";
}

/* line 241, ../scss/partials/base/_icons.scss */
.icon_inbox:before, #buddypress .ns-messages .messages-nav ul li#inbox-personal-li a:before {
  content: "\f129";
}

/* line 246, ../scss/partials/base/_icons.scss */
.icon_information-button:before {
  content: "\f12a";
}

/* line 251, ../scss/partials/base/_icons.scss */
.icon_information:before {
  content: "\f12b";
}

/* line 256, ../scss/partials/base/_icons.scss */
.icon_instagram:before {
  content: "\f12c";
}

/* line 261, ../scss/partials/base/_icons.scss */
.icon_link:before {
  content: "\f12d";
}

/* line 266, ../scss/partials/base/_icons.scss */
.icon_linkedin:before {
  content: "\f12e";
}

/* line 271, ../scss/partials/base/_icons.scss */
.icon_listcicle_stream:before {
  content: "\f12f";
}

/* line 276, ../scss/partials/base/_icons.scss */
.icon_listory:before {
  content: "\f130";
}

/* line 281, ../scss/partials/base/_icons.scss */
.icon_load-more:before {
  content: "\f131";
}

/* line 286, ../scss/partials/base/_icons.scss */
.icon_logout:before {
  content: "\f132";
}

/* line 291, ../scss/partials/base/_icons.scss */
.icon_marker:before {
  content: "\f133";
}

/* line 296, ../scss/partials/base/_icons.scss */
.icon_nationswell-flag:before {
  content: "\f134";
}

/* line 301, ../scss/partials/base/_icons.scss */
.icon_opportunity:before {
  content: "\f135";
}

/* line 306, ../scss/partials/base/_icons.scss */
.icon_people:before {
  content: "\f136";
}

/* line 311, ../scss/partials/base/_icons.scss */
.icon_photo:before {
  content: "\f137";
}

/* line 316, ../scss/partials/base/_icons.scss */
.icon_photo_stream-01:before {
  content: "\f138";
}

/* line 321, ../scss/partials/base/_icons.scss */
.icon_photo_stream:before {
  content: "\f139";
}

/* line 326, ../scss/partials/base/_icons.scss */
.icon_play:before {
  content: "\f13a";
}

/* line 331, ../scss/partials/base/_icons.scss */
.icon_question:before {
  content: "\f13b";
}

/* line 336, ../scss/partials/base/_icons.scss */
.icon_quote:before, .static__container.buddy blockquote:before {
  content: "\f13c";
}

/* line 341, ../scss/partials/base/_icons.scss */
.icon_read:before {
  content: "\f13d";
}

/* line 346, ../scss/partials/base/_icons.scss */
.icon_reply:before, #buddypress .activity-list .activity-item .activity-content .activity-meta a.acomment-reply:before {
  content: "\f13e";
}

/* line 351, ../scss/partials/base/_icons.scss */
.icon_search:before {
  content: "\f13f";
}

/* line 356, ../scss/partials/base/_icons.scss */
.icon_sent:before, #buddypress .ns-messages .messages-nav ul li#sentbox-personal-li a:before {
  content: "\f140";
}

/* line 361, ../scss/partials/base/_icons.scss */
.icon_separator:before {
  content: "\f141";
}

/* line 366, ../scss/partials/base/_icons.scss */
.icon_series:before {
  content: "\f142";
}

/* line 371, ../scss/partials/base/_icons.scss */
.icon_series_stream:before {
  content: "\f143";
}

/* line 376, ../scss/partials/base/_icons.scss */
.icon_settings:before {
  content: "\f144";
}

/* line 381, ../scss/partials/base/_icons.scss */
.icon_speak_out:before {
  content: "\f145";
}

/* line 386, ../scss/partials/base/_icons.scss */
.icon_star-hollow:before {
  content: "\f146";
}

/* line 391, ../scss/partials/base/_icons.scss */
.icon_star:before, .static__container.buddy ul li:before, #buddypress .ns-messages .messages-nav ul li#starred-personal-li a:before, #buddypress .profile-view .left ul > li:before,
#buddypress .profile-view .right ul > li:before {
  content: "\f100";
}

/* line 396, ../scss/partials/base/_icons.scss */
.icon_story:before {
  content: "\f147";
}

/* line 401, ../scss/partials/base/_icons.scss */
.icon_story_stream_01:before {
  content: "\f148";
}

/* line 406, ../scss/partials/base/_icons.scss */
.icon_story_stream_02:before {
  content: "\f149";
}

/* line 411, ../scss/partials/base/_icons.scss */
.icon_story_stream_03:before {
  content: "\f14a";
}

/* line 416, ../scss/partials/base/_icons.scss */
.icon_thumbsup-empty:before, #buddypress .activity-list .activity-item .activity-content .activity-meta a.fav:before {
  content: "\f14b";
}

/* line 421, ../scss/partials/base/_icons.scss */
.icon_thumbsup-filled:before, #buddypress .activity-list .activity-item .activity-content .activity-meta a.unfav:before {
  content: "\f14c";
}

/* line 426, ../scss/partials/base/_icons.scss */
.icon_trash:before, #buddypress .activity-list .activity-item .activity-content .activity-meta a.delete-activity:before {
  content: "\f14d";
}

/* line 431, ../scss/partials/base/_icons.scss */
.icon_tumblr:before {
  content: "\f14e";
}

/* line 436, ../scss/partials/base/_icons.scss */
.icon_twitter:before {
  content: "\f14f";
}

/* line 441, ../scss/partials/base/_icons.scss */
.icon_unread:before {
  content: "\f150";
}

/* line 446, ../scss/partials/base/_icons.scss */
.icon_video:before {
  content: "\f151";
}

/* line 451, ../scss/partials/base/_icons.scss */
.icon_video_stream:before {
  content: "\f152";
}

/* line 456, ../scss/partials/base/_icons.scss */
.icon_volume:before {
  content: "\f153";
}

/* line 461, ../scss/partials/base/_icons.scss */
.icon_widescreen:before {
  content: "\f154";
}

/* line 466, ../scss/partials/base/_icons.scss */
.icon_write:before {
  content: "\f155";
}

/* line 471, ../scss/partials/base/_icons.scss */
.icon_youtube:before {
  content: "\f156";
}

/* line 1, ../scss/partials/base/_buttons.scss */
.btn-container {
  clear: both;
  display: block;
  position: relative;
  text-align: center;
}

/* line 8, ../scss/partials/base/_buttons.scss */
.btn {
  cursor: pointer;
  border-radius: 0;
  text-rendering: optimizeLegibility;
  outline: 0;
  -webkit-font-smoothing: antialiased;
}
/* line 15, ../scss/partials/base/_buttons.scss */
.btn.btn--solid {
  background-color: #fc3b40;
  color: #fff;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.34;
  -webkit-font-smoothing: antialiased;
}
/* line 25, ../scss/partials/base/_buttons.scss */
.btn.btn--solid:hover {
  background-color: #0098d8;
}
/* line 30, ../scss/partials/base/_buttons.scss */
.btn.btn--view-all {
  background-color: #061822;
  color: #0098d8;
  display: inline-block;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  position: relative;
}
/* line 38, ../scss/partials/base/_buttons.scss */
.btn.btn--view-all:before {
  font-family: 'icons';
  position: absolute;
}
/* line 43, ../scss/partials/base/_buttons.scss */
.btn.btn--view-all:hover {
  background-color: #0098d8;
  color: #fff;
}
/* line 49, ../scss/partials/base/_buttons.scss */
.btn.btn--bar {
  color: #fff;
  display: block;
  font-family: "oswaldregular", Arial, sans-serif;
  position: relative;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 58, ../scss/partials/base/_buttons.scss */
.btn.btn--bar:before {
  font-family: 'icons';
  vertical-align: text-bottom;
}
/* line 63, ../scss/partials/base/_buttons.scss */
.btn.btn--bar:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
/* line 72, ../scss/partials/base/_buttons.scss */
.btn.btn--nav {
  color: #fff;
  display: block;
  font-family: "oswaldregular", Arial, sans-serif;
  position: relative;
  text-align: center;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 81, ../scss/partials/base/_buttons.scss */
.btn.btn--nav:before {
  font-family: 'icons';
  vertical-align: middle;
}
/* line 86, ../scss/partials/base/_buttons.scss */
.btn.btn--nav:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
/* line 95, ../scss/partials/base/_buttons.scss */
.btn.btn--rectangle {
  color: #fff;
  display: block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: .5rem 2rem 0 1.3rem;
  margin-bottom: .7rem;
}
/* line 109, ../scss/partials/base/_buttons.scss */
.btn.btn--rectangle:before {
  font-family: 'icons';
  font-size: 2.8rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.4rem 0 0;
}
/* line 119, ../scss/partials/base/_buttons.scss */
.btn.btn--square {
  color: #fff;
  display: block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
/* line 129, ../scss/partials/base/_buttons.scss */
.btn.btn--square:after {
  content: '';
  display: block;
  height: 0.35rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 141, ../scss/partials/base/_buttons.scss */
.btn.btn--square:before {
  display: block;
  font-family: 'icons';
}
/* line 147, ../scss/partials/base/_buttons.scss */
.btn.btn--circle {
  color: #fff;
  display: block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  position: relative;
}
/* line 156, ../scss/partials/base/_buttons.scss */
.btn.btn--circle:before {
  font-family: "icons";
  display: block;
}
/* line 163, ../scss/partials/base/_buttons.scss */
.btn.btn--facebook {
  background-color: #5973aa;
}
/* line 166, ../scss/partials/base/_buttons.scss */
.btn.btn--facebook:after {
  background-color: #2e5381;
}
/* line 171, ../scss/partials/base/_buttons.scss */
.btn.btn--facebook2 {
  background-color: #5973aa;
  margin-bottom: 15px !important;
}
/* line 175, ../scss/partials/base/_buttons.scss */
.btn.btn--facebook2:hover {
  background-color: #6983ba;
}
/* line 180, ../scss/partials/base/_buttons.scss */
.btn.btn--twitter {
  background-color: #2fb8ed;
}
/* line 183, ../scss/partials/base/_buttons.scss */
.btn.btn--twitter:after {
  background-color: #209bcb;
}
/* line 188, ../scss/partials/base/_buttons.scss */
.btn.btn--twitter2 {
  background-color: #2fb8ed;
}
/* line 191, ../scss/partials/base/_buttons.scss */
.btn.btn--twitter2:hover {
  background-color: #3fc8fd;
}
/* line 196, ../scss/partials/base/_buttons.scss */
.btn.btn--youtube.btn--youtube {
  background-color: #cd201f;
}
/* line 199, ../scss/partials/base/_buttons.scss */
.btn.btn--youtube.btn--youtube:before {
  line-height: 3rem;
}
/* line 203, ../scss/partials/base/_buttons.scss */
.btn.btn--youtube.btn--youtube:after {
  background-color: #b31217;
}
/* line 208, ../scss/partials/base/_buttons.scss */
.btn.btn--blue {
  background-color: #0098d8;
}
/* line 212, ../scss/partials/base/_buttons.scss */
.btn.btn--load-more {
  background-color: transparent;
  color: #fc3b40;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 223, ../scss/partials/base/_buttons.scss */
.btn.btn--load-more:before {
  color: #0098d8;
  font-family: 'icons';
  font-weight: 400;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 233, ../scss/partials/base/_buttons.scss */
.btn.btn--take-action {
  background-color: #fc3b40;
  color: #fff;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 246, ../scss/partials/base/_buttons.scss */
.btn.btn--take-action:after {
  background-color: #dd322c;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
/* line 257, ../scss/partials/base/_buttons.scss */
.btn.btn--external:before {
  display: inline-block;
  font-family: 'icons';
  margin-right: 1rem;
  font-size: 3.4rem;
  position: relative;
  line-height: 0;
  vertical-align: middle;
}

/* line 269, ../scss/partials/base/_buttons.scss */
button,
input[type="submit"] {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 277, ../scss/partials/base/_buttons.scss */
button:-moz-focus-inner,
input[type="submit"]:-moz-focus-inner {
  border: 0;
}

/* line 1, ../scss/partials/base/_forms.scss */
.button, .wpcf7 input[type="submit"], .member-login-forms .content-wrapper .login-form .login-submit input[type="submit"], .member-login-forms .content-wrapper .lostpassword-button, #buddypress .ns-messages .messages input[type="submit"], #buddypress .member-row .form-row input[type="submit"], #buddypress .member-row .profile-callout-block .item-block-button-go,
#buddypress .member-row .callout-block .item-block-button-go, #buddypress .profile-edit-form-bio input[type="submit"],
#buddypress .profile-edit-form input[type="submit"], #buddypress .tab-content .nsc-item-listing .item-info .item-details .rsvp a.action, #buddypress #whats-new-form #aw-whats-new-submit, #buddypress #members-dir-search input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  text-rendering: optimizeLegibility;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  text-transform: uppercase;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #fd6464;
  color: #fd6464;
}
/* line 18, ../scss/partials/base/_forms.scss */
.button:hover, .wpcf7 input[type="submit"]:hover, .member-login-forms .content-wrapper .login-form .login-submit input[type="submit"]:hover, .member-login-forms .content-wrapper .lostpassword-button:hover, #buddypress .ns-messages .messages input[type="submit"]:hover, #buddypress .member-row .form-row input[type="submit"]:hover, #buddypress .member-row .profile-callout-block .item-block-button-go:hover,
#buddypress .member-row .callout-block .item-block-button-go:hover, #buddypress .profile-edit-form-bio input[type="submit"]:hover,
#buddypress .profile-edit-form input[type="submit"]:hover, #buddypress .tab-content .nsc-item-listing .item-info .item-details .rsvp a.action:hover, #buddypress #whats-new-form #aw-whats-new-submit:hover, #buddypress #members-dir-search input[type="submit"]:hover {
  border: 1px solid #0098d8;
  color: #0098d8;
}
/* line 22, ../scss/partials/base/_forms.scss */
.button:active, .wpcf7 input[type="submit"]:active, .member-login-forms .content-wrapper .login-form .login-submit input[type="submit"]:active, .member-login-forms .content-wrapper .lostpassword-button:active, #buddypress .ns-messages .messages input[type="submit"]:active, #buddypress .member-row .form-row input[type="submit"]:active, #buddypress .member-row .profile-callout-block .item-block-button-go:active,
#buddypress .member-row .callout-block .item-block-button-go:active, #buddypress .profile-edit-form-bio input[type="submit"]:active,
#buddypress .profile-edit-form input[type="submit"]:active, #buddypress .tab-content .nsc-item-listing .item-info .item-details .rsvp a.action:active, #buddypress #whats-new-form #aw-whats-new-submit:active, #buddypress #members-dir-search input[type="submit"]:active, .button:focus, .wpcf7 input[type="submit"]:focus, .member-login-forms .content-wrapper .login-form .login-submit input[type="submit"]:focus, .member-login-forms .content-wrapper .lostpassword-button:focus, #buddypress .ns-messages .messages input[type="submit"]:focus, #buddypress .member-row .form-row input[type="submit"]:focus, #buddypress .member-row .profile-callout-block .item-block-button-go:focus,
#buddypress .member-row .callout-block .item-block-button-go:focus, #buddypress .profile-edit-form-bio input[type="submit"]:focus,
#buddypress .profile-edit-form input[type="submit"]:focus, #buddypress .tab-content .nsc-item-listing .item-info .item-details .rsvp a.action:focus, #buddypress #whats-new-form #aw-whats-new-submit:focus, #buddypress #members-dir-search input[type="submit"]:focus {
  border: 1px solid #003046;
  color: #003046;
}

/* line 28, ../scss/partials/base/_forms.scss */
.member-form-input, .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select, .wpcf7 textarea, .member-login-forms .content-wrapper .login-form form input[type="text"], .member-login-forms .content-wrapper .login-form form input[type="password"], #buddypress #object-nav .object-nav-select select, #buddypress .ns-messages .messages input[type="text"], #buddypress .ns-messages .messages textarea, #buddypress .ns-messages .messages .messages-options-nav select, #buddypress .member-row .form-row .settings-input, #buddypress .profile-edit-form-bio input[type="text"], #buddypress .profile-edit-form-bio select, #buddypress .profile-edit-form-bio textarea,
#buddypress .profile-edit-form input[type="text"],
#buddypress .profile-edit-form select,
#buddypress .profile-edit-form textarea, #buddypress .activity-list .activity-item .activity-comments form .ac-reply-content textarea, #buddypress #members-dir-search input[type="text"], #buddypress #members-dir-search #council_branch,
#buddypress #members-dir-search #industry,
#buddypress #members-dir-search #nationswell_topics,
#buddypress #members-dir-search #interested_in {
  font-family: "Gudea", Arial, sans-serif;
  font-size: 2rem;
  padding: 1.1rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 0.2rem;
  box-shadow: inset 0 0.2rem 0.7rem rgba(0, 0, 0, 0.08);
  outline: none;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* line 28, ../scss/partials/base/_forms.scss */
  .member-form-input, .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 select, .wpcf7 textarea, .member-login-forms .content-wrapper .login-form form input[type="text"], .member-login-forms .content-wrapper .login-form form input[type="password"], #buddypress #object-nav .object-nav-select select, #buddypress .ns-messages .messages input[type="text"], #buddypress .ns-messages .messages textarea, #buddypress .ns-messages .messages .messages-options-nav select, #buddypress .member-row .form-row .settings-input, #buddypress .profile-edit-form-bio input[type="text"], #buddypress .profile-edit-form-bio select, #buddypress .profile-edit-form-bio textarea,
  #buddypress .profile-edit-form input[type="text"],
  #buddypress .profile-edit-form select,
  #buddypress .profile-edit-form textarea, #buddypress .activity-list .activity-item .activity-comments form .ac-reply-content textarea, #buddypress #members-dir-search input[type="text"], #buddypress #members-dir-search #council_branch,
  #buddypress #members-dir-search #industry,
  #buddypress #members-dir-search #nationswell_topics,
  #buddypress #members-dir-search #interested_in {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 28, ../scss/partials/base/_forms.scss */
  .member-form-input, .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 select, .wpcf7 textarea, .member-login-forms .content-wrapper .login-form form input[type="text"], .member-login-forms .content-wrapper .login-form form input[type="password"], #buddypress #object-nav .object-nav-select select, #buddypress .ns-messages .messages input[type="text"], #buddypress .ns-messages .messages textarea, #buddypress .ns-messages .messages .messages-options-nav select, #buddypress .member-row .form-row .settings-input, #buddypress .profile-edit-form-bio input[type="text"], #buddypress .profile-edit-form-bio select, #buddypress .profile-edit-form-bio textarea,
  #buddypress .profile-edit-form input[type="text"],
  #buddypress .profile-edit-form select,
  #buddypress .profile-edit-form textarea, #buddypress .activity-list .activity-item .activity-comments form .ac-reply-content textarea, #buddypress #members-dir-search input[type="text"], #buddypress #members-dir-search #council_branch,
  #buddypress #members-dir-search #industry,
  #buddypress #members-dir-search #nationswell_topics,
  #buddypress #members-dir-search #interested_in {
    font-size: 1.5rem;
  }
}
/* line 54, ../scss/partials/base/_forms.scss */
.member-form-input.short, .wpcf7 input.short[type="text"],
.wpcf7 input.short[type="email"],
.wpcf7 select.short, .wpcf7 textarea.short, .member-login-forms .content-wrapper .login-form form input.short[type="text"], .member-login-forms .content-wrapper .login-form form input.short[type="password"], #buddypress #object-nav .object-nav-select select.short, #buddypress .ns-messages .messages input.short[type="text"], #buddypress .ns-messages .messages textarea.short, #buddypress .ns-messages .messages .messages-options-nav select.short, #buddypress .member-row .form-row .short.settings-input, #buddypress .profile-edit-form-bio input.short[type="text"], #buddypress .profile-edit-form-bio select.short, #buddypress .profile-edit-form-bio textarea.short,
#buddypress .profile-edit-form input.short[type="text"],
#buddypress .profile-edit-form select.short,
#buddypress .profile-edit-form textarea.short, #buddypress .activity-list .activity-item .activity-comments form .ac-reply-content textarea.short, #buddypress #members-dir-search input.short[type="text"], #buddypress #members-dir-search .short#council_branch,
#buddypress #members-dir-search .short#industry,
#buddypress #members-dir-search .short#nationswell_topics,
#buddypress #members-dir-search .short#interested_in {
  width: 33%;
}

/* line 58, ../scss/partials/base/_forms.scss */
.member-form-select, .wpcf7 select, #buddypress #object-nav .object-nav-select select, #buddypress .ns-messages .messages .messages-options-nav select, #buddypress .profile-edit-form-bio select,
#buddypress .profile-edit-form select, #buddypress #members-dir-search #council_branch,
#buddypress #members-dir-search #industry,
#buddypress #members-dir-search #nationswell_topics,
#buddypress #members-dir-search #interested_in {
  background-image: url(../icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 30px;
  min-width: 130px;
  padding-right: 55px;
}

/* line 69, ../scss/partials/base/_forms.scss */
.password-form .password-btn {
  background-color: #fd6464;
  color: #fff;
  margin: 0;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  float: right;
}
/* line 77, ../scss/partials/base/_forms.scss */
.password-form .password-btn:hover {
  background-color: #0098d8;
}

/* line 82, ../scss/partials/base/_forms.scss */
.password-form {
  width: 40rem;
  margin: 5rem auto;
  overflow: hidden;
}
/* line 89, ../scss/partials/base/_forms.scss */
.password-form .password-form-copy p {
  font-family: "Gudea", Arial, sans-serif;
  font-size: 2.0rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}
/* line 98, ../scss/partials/base/_forms.scss */
.password-form .form-element label {
  font-size: 1.8rem;
  margin-left: 0;
}
/* line 104, ../scss/partials/base/_forms.scss */
.password-form .password-box {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2 0 0;
  -moz-flex: 2 0 0;
  -ms-flex: 2 0 0;
  flex: 2 0 0;
}
/* line 108, ../scss/partials/base/_forms.scss */
.password-form .password-btn {
  font-size: 1.8rem;
  text-transform: uppercase;
  -webkit-box-flex: 0.75;
  -moz-box-flex: 0.75;
  box-flex: 0.75;
  -webkit-flex: 0.75 0 0;
  -moz-flex: 0.75 0 0;
  -ms-flex: 0.75 0 0;
  flex: 0.75 0 0;
}

/* line 116, ../scss/partials/base/_forms.scss */
.form-element {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
}
/* line 122, ../scss/partials/base/_forms.scss */
.form-element.form-element--one-third {
  width: 32%;
}
/* line 126, ../scss/partials/base/_forms.scss */
.form-element.form-element--two-third {
  width: 66%;
}
/* line 130, ../scss/partials/base/_forms.scss */
.form-element.form-element--one-third, .form-element.form-element--two-third, .form-element.form-element--half {
  margin-right: 2%;
}
/* line 136, ../scss/partials/base/_forms.scss */
.form-element.form-element--right {
  clear: right;
  float: right;
}
/* line 141, ../scss/partials/base/_forms.scss */
.form-element.form-element--omega {
  margin-right: 0;
}
/* line 145, ../scss/partials/base/_forms.scss */
.form-element label {
  display: block;
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 153, ../scss/partials/base/_forms.scss */
.form-element .text-input,
.form-element .text-area {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.2rem;
  box-shadow: inset 0 0.2rem 0.7rem rgba(0, 0, 0, 0.08);
  font-family: "Gudea", Arial, sans-serif;
  outline: none;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/* line 168, ../scss/partials/base/_forms.scss */
.form-element select {
  width: 100%;
}
/* line 172, ../scss/partials/base/_forms.scss */
.form-element .error {
  margin-top: 0.6rem;
  color: #fc3b40;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 400;
}

/* line 181, ../scss/partials/base/_forms.scss */
.join-us__email {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-right-width: 0px;
  position: relative;
  width: 100%;
}
/* line 188, ../scss/partials/base/_forms.scss */
.join-us__email input[type="email"] {
  border: 0 none;
  box-shadow: none;
  outline: none;
  padding: 1.2rem 0 0 0;
  line-height: 1.2;
  width: 70%;
  -webkit-user-select: auto;
}
/* line 200, ../scss/partials/base/_forms.scss */
.join-us__email:before {
  font-family: 'icons';
  color: #eeeeee;
  display: block;
  position: absolute;
}

/* line 208, ../scss/partials/base/_forms.scss */
.form-errors {
  clear: both;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
  color: #dd322c;
}

/* line 1, ../scss/partials/base/_nav.scss */
#page-header {
  background-color: #003046;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* line 8, ../scss/partials/base/_nav.scss */
.full-header {
  z-index: 8;
  width: 100%;
}

/* logo and slogan */
/* line 14, ../scss/partials/base/_nav.scss */
.site-logo {
  text-decoration: none;
}
/* line 17, ../scss/partials/base/_nav.scss */
.site-logo .slogan {
  color: #fff;
  display: block;
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

/* line 29, ../scss/partials/base/_nav.scss */
.site-logo--dark {
  display: none;
}

/* more stories toggle */
/* line 34, ../scss/partials/base/_nav.scss */
.more-stories-toggle {
  color: #fff;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
/* line 40, ../scss/partials/base/_nav.scss */
.more-stories-toggle.is-toggled {
  -webkit-transform: rotate(90deg) scale(0.6, 1.4);
  -moz-transform: rotate(90deg) scale(0.6, 1.4);
  -ms-transform: rotate(90deg) scale(0.6, 1.4);
  -o-transform: rotate(90deg) scale(0.6, 1.4);
  transform: rotate(90deg) scale(0.6, 1.4);
  -webkit-transform-origin: 54% 60%;
  -moz-transform-origin: 54% 60%;
  -ms-transform-origin: 54% 60%;
  -o-transform-origin: 54% 60%;
  transform-origin: 54% 60%;
}

/* social links */
/* line 47, ../scss/partials/base/_nav.scss */
.social-links {
  border-right: 2px solid #002130;
  display: block;
  position: relative;
}
/* line 52, ../scss/partials/base/_nav.scss */
.social-links li {
  display: inline-block;
}

/* line 57, ../scss/partials/base/_nav.scss */
.social-links__link {
  display: block;
  color: #fff;
  position: relative;
  vertical-align: middle;
}

/* search */
/* line 65, ../scss/partials/base/_nav.scss */
.expand-field {
  position: relative;
}
/* line 68, ../scss/partials/base/_nav.scss */
.expand-field label {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 80, ../scss/partials/base/_nav.scss */
.expand-field label:active, .expand-field label:focus {
  outline: 0 none;
}
/* line 85, ../scss/partials/base/_nav.scss */
.expand-field label:hover {
  color: #0098d8;
}
/* line 90, ../scss/partials/base/_nav.scss */
.expand-field input {
  background-color: transparent;
  border: 0 none;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
  font-weight: 300;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/* line 4, ../scss/bourbon/css3/_placeholder.scss */
.expand-field input::-webkit-input-placeholder {
  color: #9aacb5;
}
/* line 4, ../scss/bourbon/css3/_placeholder.scss */
.expand-field input::-moz-placeholder {
  color: #9aacb5;
}
/* line 4, ../scss/bourbon/css3/_placeholder.scss */
.expand-field input:-moz-placeholder {
  color: #9aacb5;
}
/* line 4, ../scss/bourbon/css3/_placeholder.scss */
.expand-field input:-ms-input-placeholder {
  color: #9aacb5;
}
/* line 107, ../scss/partials/base/_nav.scss */
.expand-field input:focus, .expand-field input:active {
  outline: 0 none;
}
/* line 112, ../scss/partials/base/_nav.scss */
.expand-field input.is-open {
  opacity: 1;
  outline: 0 none;
}

/* trending topics & member nav items */
/* line 122, ../scss/partials/base/_nav.scss */
.full-header .trending-topics,
.full-header .member-nav {
  background-color: #002130;
  padding: 0.8rem 0;
}

/* line 129, ../scss/partials/base/_nav.scss */
.member-nav-boxshadow, .member-nav, .popup.counter {
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}

/* line 133, ../scss/partials/base/_nav.scss */
.member-nav {
  background-color: #f6f6f6;
  padding: 0;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
.member-nav .container:after, .member-nav #buddypress:after {
  content: "";
  display: table;
  clear: both;
}
/* line 140, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__list {
  float: left;
}
/* line 142, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__list li {
  margin-top: 4px;
}
/* line 144, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__list li .member-nav__item {
  padding: 0.8rem 0;
  display: inline-block;
}
/* line 147, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__list li .member-nav__item.current {
  border-bottom: 3px solid #002130;
}
/* line 153, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__icons {
  float: right;
  position: relative;
  margin-right: 3.4rem;
}
/* line 157, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__icons li {
  display: inline;
}
/* line 159, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__icons li a {
  font-size: 2.5rem;
  margin-right: 1rem;
  position: relative;
  padding: 0.6rem 0;
  display: inline-block;
}
/* line 166, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__icons li a.icon_alert span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px;
  background: #fd6464;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 5px;
  right: -8px;
}
/* line 183, ../scss/partials/base/_nav.scss */
.member-nav .member-nav__icons li a.icon_logout {
  margin-right: 0;
}

/* line 191, ../scss/partials/base/_nav.scss */
.popup.counter {
  position: absolute;
  z-index: 500;
  background: #f6f6f6;
  padding: 15px;
  line-height: 2rem;
  font-size: 1.2rem;
  margin-top: 10px;
  right: 0;
}
/* line 202, ../scss/partials/base/_nav.scss */
.popup.counter .icon_caret-up {
  position: absolute;
  top: -8px;
  right: 67px;
  color: #f6f6f6;
}

/* line 210, ../scss/partials/base/_nav.scss */
.trending-topics__heading,
.popup.counter .popup__list {
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 217, ../scss/partials/base/_nav.scss */
.popup.counter .popup__list a {
  text-decoration: underline;
}
/* line 219, ../scss/partials/base/_nav.scss */
.popup.counter .popup__list a:link, .popup.counter .popup__list a:visited {
  color: #fd6464;
}
/* line 223, ../scss/partials/base/_nav.scss */
.popup.counter .popup__list a:hover {
  color: #1fade0;
}
/* line 226, ../scss/partials/base/_nav.scss */
.popup.counter .popup__list a:active {
  color: #003046;
}

/* line 231, ../scss/partials/base/_nav.scss */
.trending-topics__list,
.member-nav__list {
  display: inline-block;
}
/* line 235, ../scss/partials/base/_nav.scss */
.trending-topics__list li,
.member-nav__list li {
  display: inline-block;
}

/* line 239, ../scss/partials/base/_nav.scss */
.member-nav__list {
  margin: 0 3.4rem 0 2.2rem;
}

/* line 243, ../scss/partials/base/_nav.scss */
.trending-topics__topic,
.member-nav__list {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  /*.trending-topics__list li:nth-child(-n+4) & {
      font-weight: 700;
  }*/
}

/* line 257, ../scss/partials/base/_nav.scss */
.member-nav__item {
  color: #002130;
}

/* line 261, ../scss/partials/base/_nav.scss */
.btn-nav-subscribe {
  background-color: #0098d8;
  color: #fff;
  text-transform: uppercase;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  padding: .4rem 0;
  position: relative;
  top: .5rem;
  right: 1rem;
  width: 0;
  display: none;
}

/* line 277, ../scss/partials/base/_nav.scss */
.expand-field#page-subscribe input.is-open + .btn-nav-subscribe {
  width: auto;
  padding: .4rem .7rem;
  display: inline-block;
}

/* line 1, ../scss/partials/base/_more-stories.scss */
#more-stories {
  background-color: #002130;
  position: absolute;
  width: 100%;
  /* combined height of trending topics and hero unit */
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 11, ../scss/partials/base/_more-stories.scss */
#more-stories.panel--is-open {
  min-height: 46rem;
  height: auto;
}
/* line 17, ../scss/partials/base/_more-stories.scss */
#more-stories .container:before, #more-stories #buddypress:before, #more-stories .container:after, #more-stories #buddypress:after {
  display: table;
  content: '';
}
/* line 23, ../scss/partials/base/_more-stories.scss */
#more-stories .container:after, #more-stories #buddypress:after {
  clear: both;
}
/* line 28, ../scss/partials/base/_more-stories.scss */
#more-stories .category-list {
  background-color: #003046;
  position: relative;
  min-height: 46rem;
  height: auto;
  display: block;
  border-top: 2px solid #002130;
  padding: 2rem 0;
}
/* line 37, ../scss/partials/base/_more-stories.scss */
#more-stories .category-list li {
  display: block;
  margin-bottom: 0.2rem;
}
/* line 46, ../scss/partials/base/_more-stories.scss */
#more-stories .category-list__category {
  color: #fff;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 1.5rem 1.5rem 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 57, ../scss/partials/base/_more-stories.scss */
#more-stories .category-list__category:hover, #more-stories .category-list__category.active {
  color: #0098d8;
}
/* line 62, ../scss/partials/base/_more-stories.scss */
#more-stories .category-list__category.active {
  background-color: #002130;
}
/* line 67, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular {
  padding-top: 5rem;
  padding-left: 2.2rem;
}
/* line 72, ../scss/partials/base/_more-stories.scss */
#more-stories header {
  margin-bottom: 1rem;
}
/* line 76, ../scss/partials/base/_more-stories.scss */
#more-stories .more-stories__heading {
  /* aligning vertically with view all button */
  line-height: 4rem;
}
/* line 81, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 84, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list li {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 5%;
  width: 28%;
}
/* line 93, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list li:last-child {
  margin-right: 0;
}
/* line 98, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list .story--tease {
  width: 100%;
  margin-bottom: 0;
}
/* line 103, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list .story__feature {
  margin-bottom: 1.8rem;
}
/* line 107, ../scss/partials/base/_more-stories.scss */
#more-stories .most-popular-list .story__dek {
  color: #ccd6da;
}

/* line 1, ../scss/partials/base/_footer.scss */
#page-content {
  min-height: 100%;
  height: auto;
}

/* line 6, ../scss/partials/base/_footer.scss */
#page-footer,
#page-footer .container,
#page-footer #buddypress {
  background-color: #002130;
}

/* line 11, ../scss/partials/base/_footer.scss */
.site-logo--footer {
  display: block;
}

/* line 15, ../scss/partials/base/_footer.scss */
.copyright {
  color: #a7a7a7;
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  position: relative;
}

/* line 22, ../scss/partials/base/_footer.scss */
.footer-links__link {
  font-family: "Gudea", Arial, sans-serif;
}

/* hero */
/* line 2, ../scss/partials/base/_components.scss */
.hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 8, ../scss/partials/base/_components.scss */
.hero .link-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* rubric */
/* line 17, ../scss/partials/base/_components.scss */
.rubric {
  background-color: #fc3b40;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
}

/* line 24, ../scss/partials/base/_components.scss */
.rubric--original {
  background-color: #0098d8;
  margin-left: 3rem;
  position: relative;
}
/* line 29, ../scss/partials/base/_components.scss */
.rubric--original:before {
  font-family: 'icons';
  font-size: 1.7rem;
  color: #FFF;
  content: "";
  background-color: #fc3b40;
  position: absolute;
  left: -3rem;
  top: 0;
  width: 3rem;
  height: 100%;
  line-height: 1.7;
  text-align: center;
}

/* line 45, ../scss/partials/base/_components.scss */
.story--tease {
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 52, ../scss/partials/base/_components.scss */
.story--tease:hover .story__hed {
  color: #0098d8;
}
/* line 57, ../scss/partials/base/_components.scss */
.story--tease .support-cause {
  background-color: rgba(6, 24, 34, 0.4);
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  transition: color 0.25s ease;
  will-change: color;
}
/* line 62, ../scss/partials/base/_components.scss */
.story--tease .support-cause:hover {
  background-color: #0098d8;
}
/* line 67, ../scss/partials/base/_components.scss */
.story--tease .link-wrapper {
  height: auto;
  color: #2d2d2d;
}
/* line 72, ../scss/partials/base/_components.scss */
.story--tease .story__feature {
  max-width: 100%;
}
/* line 75, ../scss/partials/base/_components.scss */
.story--tease .story__feature img {
  display: block;
  max-width: 100%;
}
/* line 81, ../scss/partials/base/_components.scss */
.story--tease .story__hed {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 85, ../scss/partials/base/_components.scss */
.story--tease .story__dek {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  overflow: hidden;
}

/* support cause */
/* line 93, ../scss/partials/base/_components.scss */
.support-cause {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(6, 24, 34, 0.6);
  height: 4.2rem;
  border-top-right-radius: 2.1rem;
  border-bottom-right-radius: 2.1rem;
  white-space: nowrap;
  max-width: 100%;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  will-change: background-color;
}
/* line 108, ../scss/partials/base/_components.scss */
.support-cause:hover {
  background-color: #0098d8;
}
/* line 114, ../scss/partials/base/_components.scss */
.support-cause .indicator.indicator--module {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  vertical-align: middle;
  position: relative;
  margin-left: -2.1rem;
}
/* line 122, ../scss/partials/base/_components.scss */
.support-cause .indicator.indicator--module:before {
  font-size: 3.4rem;
}
/* line 128, ../scss/partials/base/_components.scss */
.support-cause span {
  vertical-align: bottom;
}
/* line 132, ../scss/partials/base/_components.scss */
.support-cause .support-cause__link {
  display: inline-block;
}
/* line 136, ../scss/partials/base/_components.scss */
.support-cause .support-cause__content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 9px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-width: calc( 100% - 3rem );
}
/* line 149, ../scss/partials/base/_components.scss */
.support-cause .support-cause__heading {
  color: #fc3b40;
}
/* line 153, ../scss/partials/base/_components.scss */
.support-cause .support-cause__data {
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1.5;
  vertical-align: middle;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    /*&.support-cause__data--red {
      color: $ns_red;
    }

    &.support-cause__data--blue {
      color: $ns_blue1;
    }*/
}
/* line 169, ../scss/partials/base/_components.scss */
.support-cause .support-cause__data .super {
  font-weight: 400;
  position: relative;
}
/* line 175, ../scss/partials/base/_components.scss */
.support-cause .support-cause__label {
  color: #2d2d2d;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 300;
  position: relative;
  margin-right: 2.1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* line 187, ../scss/partials/base/_components.scss */
.support-cause .support-cause__separator {
  color: #dbdbdb;
  display: inline-block;
  vertical-align: bottom;
}
/* line 193, ../scss/partials/base/_components.scss */
.support-cause .support-cause__message {
  color: #2d2d2d;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 300;
  margin-right: 2.1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* sponsor */
/* line 206, ../scss/partials/base/_components.scss */
.sponsor {
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 211, ../scss/partials/base/_components.scss */
.sponsor .sponsor__logo {
  display: inline-block;
  vertical-align: middle;
}

/* indicator */
/* line 218, ../scss/partials/base/_components.scss */
.indicator {
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  text-align: center;
}
/* line 224, ../scss/partials/base/_components.scss */
.indicator:before {
  color: #fff;
}
/* line 228, ../scss/partials/base/_components.scss */
.indicator.indicator--blue {
  background-color: #0098d8;
}
/* line 232, ../scss/partials/base/_components.scss */
.indicator.indicator--red {
  background-color: #fc3b40;
}
/* line 236, ../scss/partials/base/_components.scss */
.indicator.indicator--title {
  position: relative;
}
/* line 240, ../scss/partials/base/_components.scss */
.indicator.indicator--title.indicator--text .indicator__heading {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}
/* line 246, ../scss/partials/base/_components.scss */
.indicator.indicator--title.indicator--text .indicator__subheading {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
}
/* line 254, ../scss/partials/base/_components.scss */
.indicator.indicator--take-action {
  position: relative;
  margin: 0 auto;
}

/* type indicator */
/* line 261, ../scss/partials/base/_components.scss */
.type-indicator-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 261, ../scss/partials/base/_components.scss */
  .type-indicator-container {
    display: block;
  }
}

/* line 273, ../scss/partials/base/_components.scss */
.type-indicator {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
}
/* line 279, ../scss/partials/base/_components.scss */
.type-indicator:before {
  color: #fff;
}
/* line 283, ../scss/partials/base/_components.scss */
.type-indicator.icon_video:before {
  line-height: 1.4;
}
/* line 287, ../scss/partials/base/_components.scss */
.type-indicator.icon_audio:before {
  line-height: 1.6;
}
/* line 291, ../scss/partials/base/_components.scss */
.type-indicator.icon_photo:before {
  line-height: 1.56;
}
/* line 295, ../scss/partials/base/_components.scss */
.type-indicator.icon_listory:before {
  line-height: 1.68;
}

/* line 300, ../scss/partials/base/_components.scss */
.widget_youtube_responsive .widgettitle, .google_top_posts .widgettitle {
  color: #0098d8;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  display: block;
  border-bottom: 3px solid #2d2d2d;
  padding-bottom: 1.2rem;
  font-size: 2.4rem;
}

/* line 314, ../scss/partials/base/_components.scss */
.widget_youtube_responsive {
  margin-bottom: 7.6rem;
}
/* line 315, ../scss/partials/base/_components.scss */
.widget_youtube_responsive .widgettitle {
  max-width: 32rem;
  display: inline-block;
  margin-bottom: 3rem;
  width: 100%;
  text-align: left;
}

/* line 328, ../scss/partials/base/_components.scss */
.google_top_posts {
  width: 32rem;
  margin: 0 auto;
  margin-bottom: 7.6rem;
  position: relative;
}
/* line 335, ../scss/partials/base/_components.scss */
.google_top_posts:after {
  background-color: #eeeeee;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  height: 0.7rem;
  bottom: -0.7rem;
}
/* line 351, ../scss/partials/base/_components.scss */
.google_top_posts li {
  padding: 1.8rem 0;
  border-bottom: 1px solid #eeeeee;
}
/* line 355, ../scss/partials/base/_components.scss */
.google_top_posts li a {
  display: block;
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  font-size: 1.8rem;
}
/* line 365, ../scss/partials/base/_components.scss */
.google_top_posts li a:hover {
  color: #0098d8;
}

/* module */
/* line 375, ../scss/partials/base/_components.scss */
.module {
  display: block;
  position: relative;
  width: auto;
  /* join us module */
  /* subscribe module */
  /* Partner message widget */
}
/* line 380, ../scss/partials/base/_components.scss */
.module.module--sidebar {
  margin: 0 auto;
}
/* line 384, ../scss/partials/base/_components.scss */
.module.module--story-signup {
  width: 100%;
  display: block;
  margin: 2rem 0;
}
/* line 390, ../scss/partials/base/_components.scss */
.module.module--bg {
  background-color: #eeeeee;
}
/* line 393, ../scss/partials/base/_components.scss */
.module.module--bg:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 402, ../scss/partials/base/_components.scss */
.module.module--bg header {
  position: relative;
  text-align: center;
}
/* line 407, ../scss/partials/base/_components.scss */
.module.module--bg .module__heading {
  display: inline-block;
  position: relative;
}
/* line 411, ../scss/partials/base/_components.scss */
.module.module--bg .module__heading:before, .module.module--bg .module__heading:after {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  speak: none;
  font-family: 'icons';
  /* check is correct character after icon font additions */
  content: "";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 427, ../scss/partials/base/_components.scss */
.module.module--bg p {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/* line 434, ../scss/partials/base/_components.scss */
.module.module--bg.module--blue:before,
.module.module--bg.module--blue .indicator {
  background-color: #0098d8;
}
/* line 439, ../scss/partials/base/_components.scss */
.module.module--bg.module--blue .module__heading {
  background-color: #002130;
  box-shadow: 0 2px 0 #eeeeee, 0 5px 0 #002130;
}
/* line 446, ../scss/partials/base/_components.scss */
.module.module--bg.module--red:before,
.module.module--bg.module--red .indicator {
  background-color: #fc3b40;
}
/* line 451, ../scss/partials/base/_components.scss */
.module.module--bg.module--red .module__heading {
  background-color: #832f2d;
}
/* line 458, ../scss/partials/base/_components.scss */
.module.module--list:after {
  background-color: #eeeeee;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
/* line 467, ../scss/partials/base/_components.scss */
.module.module--list .module__heading {
  display: block;
  border-bottom: 3px solid #2d2d2d;
}
/* line 473, ../scss/partials/base/_components.scss */
.module.module--list .story-list li {
  border-bottom: 1px solid #eeeeee;
}
/* line 476, ../scss/partials/base/_components.scss */
.module.module--list .story-list li:last-child {
  border-bottom: 0 none;
}
/* line 481, ../scss/partials/base/_components.scss */
.module.module--list .story-list .story__feature img {
  width: 100%;
  height: auto;
}
/* line 488, ../scss/partials/base/_components.scss */
.module.module--list .story--link .story__hed {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
/* line 494, ../scss/partials/base/_components.scss */
.module.module--list .story--link:hover .story__hed {
  color: #0098d8;
}
/* line 502, ../scss/partials/base/_components.scss */
.module.module--list.module--horizontal .story-list li {
  display: inline-block;
  border-bottom: 0 none;
  margin-right: 4.2%;
  vertical-align: top;
}
/* line 508, ../scss/partials/base/_components.scss */
.module.module--list.module--horizontal .story-list li:last-child {
  margin-right: 0;
}
/* line 516, ../scss/partials/base/_components.scss */
.module.module--image-overlay {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
/* line 522, ../scss/partials/base/_components.scss */
.module.module--image-overlay .story {
  background-color: rgba(6, 24, 34, 0.6);
  display: block;
  float: none;
  margin: 0;
}
/* line 530, ../scss/partials/base/_components.scss */
.module.module--image-overlay .story__hed {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 534, ../scss/partials/base/_components.scss */
.module.module--image-overlay .story__hed,
.module.module--image-overlay .story__dek {
  color: #fff;
}
/* line 539, ../scss/partials/base/_components.scss */
.module.module--image-overlay .sponsor {
  color: #fff;
  display: block;
}
/* line 545, ../scss/partials/base/_components.scss */
.module.module--image-overlay:hover .story__hed {
  color: #95d6ef;
}
/* line 553, ../scss/partials/base/_components.scss */
.module .join-us .btn--bar {
  width: auto;
}
/* line 564, ../scss/partials/base/_components.scss */
.module.module--partners {
  background-color: #355a6b;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$ns_navy3+0,013147+100 */
  background: #355a6b;
  /* Old browsers */
  background: -moz-linear-gradient(#355a6b 0%, #003046 100%);
  background: -webkit-linear-gradient(#355a6b 0%, #003046 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#355a6b), to(#003046));
  background: -o-linear-gradient(#355a6b 0%, #003046 100%);
  background: linear-gradient(#355a6b 0%, #003046 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$ns_navy3', endColorstr='$ns_navy2',GradientType=0 );
  /* IE6-9 */
}
/* line 576, ../scss/partials/base/_components.scss */
.module.module--partners header {
  margin-top: 0 !important;
}
/* line 578, ../scss/partials/base/_components.scss */
.module.module--partners header img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
/* line 584, ../scss/partials/base/_components.scss */
.module.module--partners p {
  color: #FFF;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 0;
}

/* line 592, ../scss/partials/base/_components.scss */
.story-signup {
  position: relative;
  padding: 2rem;
  background-color: #eeeeee;
  width: 100%;
  display: block;
  margin: 6rem 0;
}
/* line 600, ../scss/partials/base/_components.scss */
.story-signup:before,
.story-signup .indicator {
  background-color: #5ec2e8;
}
/* line 605, ../scss/partials/base/_components.scss */
.story-signup:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.7rem;
}
/* line 615, ../scss/partials/base/_components.scss */
.story-signup header {
  position: relative;
  text-align: center;
  margin-top: -5.5rem;
  margin-bottom: 1.05rem;
}
/* line 621, ../scss/partials/base/_components.scss */
.story-signup header .indicator-story-signup {
  width: 7.6rem;
  height: 7.6rem;
}
/* line 625, ../scss/partials/base/_components.scss */
.story-signup header .indicator-story-signup:before {
  font-size: 4rem;
  line-height: 2.2;
}
/* line 632, ../scss/partials/base/_components.scss */
.story-signup p {
  text-align: center;
  font-size: 2rem;
  color: #7e7e7e;
}
/* line 638, ../scss/partials/base/_components.scss */
.story-signup .form-fields {
  width: 100%;
  position: relative;
}
/* line 642, ../scss/partials/base/_components.scss */
.story-signup .form-fields input[type="email"] {
  margin-bottom: 1.2rem;
  padding: 1.48rem;
  width: 100%;
  position: relative;
  border: none;
  font-size: 1.5rem;
}
/* line 651, ../scss/partials/base/_components.scss */
.story-signup .form-fields .btn--solid {
  background-color: #5ec2e8;
  float: right;
  position: absolute;
  right: -.2rem;
  top: 0;
  padding: 1.08rem;
}
/* line 659, ../scss/partials/base/_components.scss */
.story-signup .form-fields .btn--solid:hover {
  background-color: #fc3b40;
}

/* sidebar */
/* line 669, ../scss/partials/base/_components.scss */
.sidebar li {
  list-style: none;
}
/* line 673, ../scss/partials/base/_components.scss */
.sidebar .widget.story {
  margin-bottom: 30px;
}
/* line 677, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image {
  text-align: center;
  max-width: 100% !important;
  margin: 0 auto 30px auto !important;
  border: 1px solid #eeeeee;
}
@media screen and (min-width: 768px) {
  /* line 677, ../scss/partials/base/_components.scss */
  .sidebar .widget_sp_image {
    max-width: 32rem !important;
  }
}
/* line 688, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-image-link img {
  padding: 20px !important;
  height: auto;
}
/* line 694, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 3.2rem !important;
  line-height: 4rem !important;
  padding: 0 15px 0 !important;
  color: #003046;
}
@media screen and (min-width: 768px) {
  /* line 694, ../scss/partials/base/_components.scss */
  .sidebar .widget_sp_image .widget_sp_image-description {
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
  }
}
/* line 704, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description p {
  display: block;
  padding: 15px;
}
/* line 708, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description a {
  text-decoration: underline;
}
/* line 710, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description a.button, .sidebar .widget_sp_image .widget_sp_image-description .member-login-forms .content-wrapper a.lostpassword-button, .member-login-forms .content-wrapper .sidebar .widget_sp_image .widget_sp_image-description a.lostpassword-button, .sidebar .widget_sp_image .widget_sp_image-description #buddypress .member-row .profile-callout-block a.item-block-button-go, #buddypress .member-row .profile-callout-block .sidebar .widget_sp_image .widget_sp_image-description a.item-block-button-go,
.sidebar .widget_sp_image .widget_sp_image-description #buddypress .member-row .callout-block a.item-block-button-go,
#buddypress .member-row .callout-block .sidebar .widget_sp_image .widget_sp_image-description a.item-block-button-go, .sidebar .widget_sp_image .widget_sp_image-description #buddypress .tab-content .nsc-item-listing .item-info .item-details .rsvp a.action, #buddypress .tab-content .nsc-item-listing .item-info .item-details .rsvp .sidebar .widget_sp_image .widget_sp_image-description a.action, .sidebar .widget_sp_image .widget_sp_image-description #buddypress #whats-new-form a#aw-whats-new-submit, #buddypress #whats-new-form .sidebar .widget_sp_image .widget_sp_image-description a#aw-whats-new-submit {
  text-decoration: none;
}
/* line 713, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description a:link, .sidebar .widget_sp_image .widget_sp_image-description a:visited {
  color: #fd6464;
}
/* line 717, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description a:hover {
  color: #1fade0;
}
/* line 720, ../scss/partials/base/_components.scss */
.sidebar .widget_sp_image .widget_sp_image-description a:active {
  color: #003046;
}
/* line 727, ../scss/partials/base/_components.scss */
.sidebar .widget_text {
  margin-bottom: 7.6rem;
  text-align: center;
}
/* line 732, ../scss/partials/base/_components.scss */
.sidebar .widget_youtube_responsive {
  text-align: center;
}

/* pullquote */
/* line 739, ../scss/partials/base/_components.scss */
.pullquote {
  position: relative;
}
/* line 742, ../scss/partials/base/_components.scss */
.pullquote:before {
  background-color: #fc3b40;
  font-family: 'icons';
  color: #fff;
  display: block;
  border-radius: 50%;
  text-align: center;
}
/* line 751, ../scss/partials/base/_components.scss */
.pullquote .pullquote__attribution {
  color: #fc3b40;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* tags */
/* line 761, ../scss/partials/base/_components.scss */
.tag-tag {
  background-color: #fc3b40;
  color: #fff;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
}
/* line 767, ../scss/partials/base/_components.scss */
.tag-tag:hover {
  background-color: #0098d8;
  color: #fff;
}

/* author */
/* line 774, ../scss/partials/base/_components.scss */
.author-box {
  background-color: #f6f6f6;
}

/* line 778, ../scss/partials/base/_components.scss */
.author__portrait {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

/* line 784, ../scss/partials/base/_components.scss */
.author__url {
  color: #0098d8;
  display: block;
  text-align: center;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
/* line 792, ../scss/partials/base/_components.scss */
.author__url:hover {
  color: #fc3b40;
}

/* line 797, ../scss/partials/base/_components.scss */
.social {
  margin: 1.2rem auto 0;
  display: block;
  text-align: center;
}
/* line 802, ../scss/partials/base/_components.scss */
.social li {
  display: inline-block;
}
/* line 805, ../scss/partials/base/_components.scss */
.social li:first-child {
  margin-left: 0;
}
/* line 810, ../scss/partials/base/_components.scss */
.social .icon, .social #buddypress .profile-view .left ul > li, #buddypress .profile-view .left .social ul > li,
.social #buddypress .profile-view .right ul > li,
#buddypress .profile-view .right .social ul > li, .social #buddypress .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .social a {
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
/* line 815, ../scss/partials/base/_components.scss */
.social .icon.icon_facebook, .social #buddypress .profile-view .left ul > li.icon_facebook, #buddypress .profile-view .left .social ul > li.icon_facebook,
.social #buddypress .profile-view .right ul > li.icon_facebook,
#buddypress .profile-view .right .social ul > li.icon_facebook, .social #buddypress .activity-list .activity-item .activity-content .activity-meta a.icon_facebook, #buddypress .activity-list .activity-item .activity-content .activity-meta .social a.icon_facebook {
  background-color: #5973aa;
}
/* line 816, ../scss/partials/base/_components.scss */
.social .icon.icon_twitter, .social #buddypress .profile-view .left ul > li.icon_twitter, #buddypress .profile-view .left .social ul > li.icon_twitter,
.social #buddypress .profile-view .right ul > li.icon_twitter,
#buddypress .profile-view .right .social ul > li.icon_twitter, .social #buddypress .activity-list .activity-item .activity-content .activity-meta a.icon_twitter, #buddypress .activity-list .activity-item .activity-content .activity-meta .social a.icon_twitter {
  background-color: #2fb8ed;
}
/* line 817, ../scss/partials/base/_components.scss */
.social .icon.icon_google-plus, .social #buddypress .profile-view .left ul > li.icon_google-plus, #buddypress .profile-view .left .social ul > li.icon_google-plus,
.social #buddypress .profile-view .right ul > li.icon_google-plus,
#buddypress .profile-view .right .social ul > li.icon_google-plus, .social #buddypress .activity-list .activity-item .activity-content .activity-meta a.icon_google-plus, #buddypress .activity-list .activity-item .activity-content .activity-meta .social a.icon_google-plus {
  background-color: #d34836;
}
/* line 818, ../scss/partials/base/_components.scss */
.social .icon.icon_instagram, .social #buddypress .profile-view .left ul > li.icon_instagram, #buddypress .profile-view .left .social ul > li.icon_instagram,
.social #buddypress .profile-view .right ul > li.icon_instagram,
#buddypress .profile-view .right .social ul > li.icon_instagram, .social #buddypress .activity-list .activity-item .activity-content .activity-meta a.icon_instagram, #buddypress .activity-list .activity-item .activity-content .activity-meta .social a.icon_instagram {
  background-color: #37668d;
}
/* line 819, ../scss/partials/base/_components.scss */
.social .icon.icon_tumblr, .social #buddypress .profile-view .left ul > li.icon_tumblr, #buddypress .profile-view .left .social ul > li.icon_tumblr,
.social #buddypress .profile-view .right ul > li.icon_tumblr,
#buddypress .profile-view .right .social ul > li.icon_tumblr, .social #buddypress .activity-list .activity-item .activity-content .activity-meta a.icon_tumblr, #buddypress .activity-list .activity-item .activity-content .activity-meta .social a.icon_tumblr {
  background-color: #2c4762;
}
/* line 820, ../scss/partials/base/_components.scss */
.social .icon.icon_linkedin, .social #buddypress .profile-view .left ul > li.icon_linkedin, #buddypress .profile-view .left .social ul > li.icon_linkedin,
.social #buddypress .profile-view .right ul > li.icon_linkedin,
#buddypress .profile-view .right .social ul > li.icon_linkedin, .social #buddypress .activity-list .activity-item .activity-content .activity-meta a.icon_linkedin, #buddypress .activity-list .activity-item .activity-content .activity-meta .social a.icon_linkedin {
  background-color: #017bb6;
}
/* line 821, ../scss/partials/base/_components.scss */
.social .icon.icon_envelope, .social #buddypress .profile-view .left ul > li.icon_envelope, #buddypress .profile-view .left .social ul > li.icon_envelope,
.social #buddypress .profile-view .right ul > li.icon_envelope,
#buddypress .profile-view .right .social ul > li.icon_envelope, .social #buddypress .activity-list .activity-item .activity-content .activity-meta a.icon_envelope, #buddypress .activity-list .activity-item .activity-content .activity-meta .social a.icon_envelope {
  background-color: #46b525;
}
/* line 825, ../scss/partials/base/_components.scss */
.social.author__social .icon, .social.author__social #buddypress .profile-view .left ul > li, #buddypress .profile-view .left .social.author__social ul > li,
.social.author__social #buddypress .profile-view .right ul > li,
#buddypress .profile-view .right .social.author__social ul > li, .social.author__social #buddypress .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .social.author__social a {
  line-height: 1.4;
}
/* line 830, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon, .social.author__social.author__social--page #buddypress .profile-view .left ul > li, #buddypress .profile-view .left .social.author__social.author__social--page ul > li,
.social.author__social.author__social--page #buddypress .profile-view .right ul > li,
#buddypress .profile-view .right .social.author__social.author__social--page ul > li, .social.author__social.author__social--page #buddypress .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .social.author__social.author__social--page a {
  background-color: #dbdbdb;
}
/* line 834, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_facebook, .social.author__social.author__social--page #buddypress .profile-view .left ul > li:hover.icon_facebook, #buddypress .profile-view .left .social.author__social.author__social--page ul > li:hover.icon_facebook,
.social.author__social.author__social--page #buddypress .profile-view .right ul > li:hover.icon_facebook,
#buddypress .profile-view .right .social.author__social.author__social--page ul > li:hover.icon_facebook, .social.author__social.author__social--page #buddypress .activity-list .activity-item .activity-content .activity-meta a:hover.icon_facebook, #buddypress .activity-list .activity-item .activity-content .activity-meta .social.author__social.author__social--page a:hover.icon_facebook {
  background-color: #5973aa;
}
/* line 835, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_twitter, .social.author__social.author__social--page #buddypress .profile-view .left ul > li:hover.icon_twitter, #buddypress .profile-view .left .social.author__social.author__social--page ul > li:hover.icon_twitter,
.social.author__social.author__social--page #buddypress .profile-view .right ul > li:hover.icon_twitter,
#buddypress .profile-view .right .social.author__social.author__social--page ul > li:hover.icon_twitter, .social.author__social.author__social--page #buddypress .activity-list .activity-item .activity-content .activity-meta a:hover.icon_twitter, #buddypress .activity-list .activity-item .activity-content .activity-meta .social.author__social.author__social--page a:hover.icon_twitter {
  background-color: #2fb8ed;
}
/* line 836, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_google-plus, .social.author__social.author__social--page #buddypress .profile-view .left ul > li:hover.icon_google-plus, #buddypress .profile-view .left .social.author__social.author__social--page ul > li:hover.icon_google-plus,
.social.author__social.author__social--page #buddypress .profile-view .right ul > li:hover.icon_google-plus,
#buddypress .profile-view .right .social.author__social.author__social--page ul > li:hover.icon_google-plus, .social.author__social.author__social--page #buddypress .activity-list .activity-item .activity-content .activity-meta a:hover.icon_google-plus, #buddypress .activity-list .activity-item .activity-content .activity-meta .social.author__social.author__social--page a:hover.icon_google-plus {
  background-color: #d34836;
}
/* line 837, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_instagram, .social.author__social.author__social--page #buddypress .profile-view .left ul > li:hover.icon_instagram, #buddypress .profile-view .left .social.author__social.author__social--page ul > li:hover.icon_instagram,
.social.author__social.author__social--page #buddypress .profile-view .right ul > li:hover.icon_instagram,
#buddypress .profile-view .right .social.author__social.author__social--page ul > li:hover.icon_instagram, .social.author__social.author__social--page #buddypress .activity-list .activity-item .activity-content .activity-meta a:hover.icon_instagram, #buddypress .activity-list .activity-item .activity-content .activity-meta .social.author__social.author__social--page a:hover.icon_instagram {
  background-color: #37668d;
}
/* line 838, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_tumblr, .social.author__social.author__social--page #buddypress .profile-view .left ul > li:hover.icon_tumblr, #buddypress .profile-view .left .social.author__social.author__social--page ul > li:hover.icon_tumblr,
.social.author__social.author__social--page #buddypress .profile-view .right ul > li:hover.icon_tumblr,
#buddypress .profile-view .right .social.author__social.author__social--page ul > li:hover.icon_tumblr, .social.author__social.author__social--page #buddypress .activity-list .activity-item .activity-content .activity-meta a:hover.icon_tumblr, #buddypress .activity-list .activity-item .activity-content .activity-meta .social.author__social.author__social--page a:hover.icon_tumblr {
  background-color: #2c4762;
}
/* line 839, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_linkedin, .social.author__social.author__social--page #buddypress .profile-view .left ul > li:hover.icon_linkedin, #buddypress .profile-view .left .social.author__social.author__social--page ul > li:hover.icon_linkedin,
.social.author__social.author__social--page #buddypress .profile-view .right ul > li:hover.icon_linkedin,
#buddypress .profile-view .right .social.author__social.author__social--page ul > li:hover.icon_linkedin, .social.author__social.author__social--page #buddypress .activity-list .activity-item .activity-content .activity-meta a:hover.icon_linkedin, #buddypress .activity-list .activity-item .activity-content .activity-meta .social.author__social.author__social--page a:hover.icon_linkedin {
  background-color: #017bb6;
}
/* line 840, ../scss/partials/base/_components.scss */
.social.author__social.author__social--page .icon:hover.icon_envelope, .social.author__social.author__social--page #buddypress .profile-view .left ul > li:hover.icon_envelope, #buddypress .profile-view .left .social.author__social.author__social--page ul > li:hover.icon_envelope,
.social.author__social.author__social--page #buddypress .profile-view .right ul > li:hover.icon_envelope,
#buddypress .profile-view .right .social.author__social.author__social--page ul > li:hover.icon_envelope, .social.author__social.author__social--page #buddypress .activity-list .activity-item .activity-content .activity-meta a:hover.icon_envelope, #buddypress .activity-list .activity-item .activity-content .activity-meta .social.author__social.author__social--page a:hover.icon_envelope {
  background-color: #46b525;
}
/* line 847, ../scss/partials/base/_components.scss */
.social.take-action__social .icon, .social.take-action__social #buddypress .profile-view .left ul > li, #buddypress .profile-view .left .social.take-action__social ul > li,
.social.take-action__social #buddypress .profile-view .right ul > li,
#buddypress .profile-view .right .social.take-action__social ul > li, .social.take-action__social #buddypress .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .social.take-action__social a {
  line-height: 1.6;
}

/* line 854, ../scss/partials/base/_components.scss */
.author__byline a {
  color: inherit;
}
/* line 858, ../scss/partials/base/_components.scss */
.author__byline .author__byline__prefix {
  color: #fc3b40;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

/* line 866, ../scss/partials/base/_components.scss */
.author__bio {
  font-family: "Gudea", Arial, sans-serif;
}

/* prev/next */
/* line 871, ../scss/partials/base/_components.scss */
.prev-next {
  border-top: 7px solid #000;
}
/* line 875, ../scss/partials/base/_components.scss */
.prev-next li:last-child {
  text-align: right;
}
/* line 881, ../scss/partials/base/_components.scss */
.prev-next .story--link .story__hed {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 886, ../scss/partials/base/_components.scss */
.prev-next .story--link:hover .story__hed {
  color: #0098d8;
}
/* line 892, ../scss/partials/base/_components.scss */
.prev-next .prev-next__link {
  color: #0098d8;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
/* line 898, ../scss/partials/base/_components.scss */
.prev-next .prev-next__link .icon, .prev-next .prev-next__link #buddypress .profile-view .left ul > li, #buddypress .profile-view .left .prev-next .prev-next__link ul > li,
.prev-next .prev-next__link #buddypress .profile-view .right ul > li,
#buddypress .profile-view .right .prev-next .prev-next__link ul > li, .prev-next .prev-next__link #buddypress .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .prev-next .prev-next__link a {
  -webkit-font-smoothing: subpixel-antialiased;
}

/* read next */
/* line 906, ../scss/partials/base/_components.scss */
.read-next .read-next__heading {
  display: block;
  border-bottom: 3px solid #2d2d2d;
}
/* line 912, ../scss/partials/base/_components.scss */
.read-next li:first-child {
  padding-left: 0;
}
/* line 916, ../scss/partials/base/_components.scss */
.read-next li:last-child {
  padding-right: 0;
}

/* subscribe status */
/* line 923, ../scss/partials/base/_components.scss */
.module.mc-email-status {
  line-height: 1;
  padding: .5rem 0 0 0;
  display: block;
  clear: both;
}
/* line 929, ../scss/partials/base/_components.scss */
.module.mc-email-status.valid {
  color: #46b525;
}
/* line 933, ../scss/partials/base/_components.scss */
.module.mc-email-status.error {
  color: #fc3b40;
}

/* hrs */
/* line 939, ../scss/partials/base/_components.scss */
hr {
  border-style: none;
  border: 0 none;
  height: 2px;
  background-color: #dbdbdb;
  margin: 2rem 0 1.4rem;
}

/* read more */
/* line 948, ../scss/partials/base/_components.scss */
.read-more {
  color: #0098d8;
  font-weight: 500;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* line 1, ../scss/partials/base/_carousels.scss */
.carousel {
  position: relative;
  overflow: hidden;
}

/* line 6, ../scss/partials/base/_carousels.scss */
.carousel__items {
  display: block;
}

/* line 10, ../scss/partials/base/_carousels.scss */
.carousel-item {
  display: block;
  float: left;
  position: relative;
  text-align: center;
}
/* line 17, ../scss/partials/base/_carousels.scss */
.carousel-item:hover .carousel-item__title {
  color: #95d6ef;
}
/* line 22, ../scss/partials/base/_carousels.scss */
.carousel-item .v-align__inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 30, ../scss/partials/base/_carousels.scss */
.carousel-item.active .v-align__inner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/* line 40, ../scss/partials/base/_carousels.scss */
.carousel-item__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 18%;
  width: 100%;
  height: 100%;
}

/* line 53, ../scss/partials/base/_carousels.scss */
.carousel-item__title {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 57, ../scss/partials/base/_carousels.scss */
.carousel__control {
  cursor: pointer;
  position: absolute;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
/* line 62, ../scss/partials/base/_carousels.scss */
.carousel__control .icon, .carousel__control #buddypress .profile-view .left ul > li, #buddypress .profile-view .left .carousel__control ul > li,
.carousel__control #buddypress .profile-view .right ul > li,
#buddypress .profile-view .right .carousel__control ul > li, .carousel__control #buddypress .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .carousel__control a {
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 67, ../scss/partials/base/_carousels.scss */
.carousel__control .icon:hover, .carousel__control #buddypress .profile-view .left ul > li:hover, #buddypress .profile-view .left .carousel__control ul > li:hover,
.carousel__control #buddypress .profile-view .right ul > li:hover,
#buddypress .profile-view .right .carousel__control ul > li:hover, .carousel__control #buddypress .activity-list .activity-item .activity-content .activity-meta a:hover, #buddypress .activity-list .activity-item .activity-content .activity-meta .carousel__control a:hover {
  color: #95d6ef;
}

/* line 74, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__images {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 80, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 87, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image:after {
  content: '';
  background-image: url("../img/overlay_mesh.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  pointer-events: none;
}
/* line 100, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image:first-child {
  box-shadow: inset -2px 0 0 #fff;
}
/* line 103, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image:first-child:after {
  margin-right: 2px;
}
/* line 108, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image:last-child {
  box-shadow: inset 2px 0 0 #fff;
}
/* line 111, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__image:last-child:after {
  margin-left: 2px;
}
/* line 117, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__images--1 .carousel--series__image {
  width: 100%;
}
/* line 121, ../scss/partials/base/_carousels.scss */
.carousel--series .carousel--series__images--2 .carousel--series__image {
  width: 50%;
}

/* line 128, ../scss/partials/base/_carousels.scss */
.carousel--peek .carousel-item {
  box-shadow: -2px 0 0 #fff;
  pointer-events: none;
}
/* line 132, ../scss/partials/base/_carousels.scss */
.carousel--peek .carousel-item.active {
  pointer-events: all;
}
/* line 135, ../scss/partials/base/_carousels.scss */
.carousel--peek .carousel-item.active .carousel-item__overlay {
  background-color: transparent;
  pointer-events: none;
}
/* line 142, ../scss/partials/base/_carousels.scss */
.carousel--peek .carousel--peek__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 148, ../scss/partials/base/_carousels.scss */
.carousel--peek .carousel-item__overlay {
  background-color: rgba(6, 24, 34, 0.6);
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* line 1, ../scss/partials/base/_modal.scss */
.modal {
  position: fixed;
  left: 50%;
  min-width: 30rem;
  width: 80%;
  height: auto;
  z-index: 9;
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 13, ../scss/partials/base/_modal.scss */
.modal.is-visible {
  visibility: visible;
}

/* line 18, ../scss/partials/base/_modal.scss */
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: none;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  background: rgba(0, 48, 70, 0.8);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 33, ../scss/partials/base/_modal.scss */
.modal.is-visible ~ .modal-overlay {
  opacity: 1;
  visibility: visible;
  display: block;
}

/* line 39, ../scss/partials/base/_modal.scss */
.modal__content {
  opacity: 0;
  background-color: #fff;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 47, ../scss/partials/base/_modal.scss */
.modal.is-visible .modal__content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 53, ../scss/partials/base/_modal.scss */
.modal__heading {
  text-align: center;
}

/* line 57, ../scss/partials/base/_modal.scss */
.modal__close {
  background-color: transparent;
  color: #fff;
  position: absolute;
  outline: none;
}

/* line 68, ../scss/partials/base/_modal.scss */
.modal--join-us .modal--join-us__opt-out {
  color: #fff;
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}
/* line 77, ../scss/partials/base/_modal.scss */
.modal--join-us .modal--join-us__opt-out a {
  color: #0098d8;
  font-weight: 700;
}
/* line 81, ../scss/partials/base/_modal.scss */
.modal--join-us .modal--join-us__opt-out a:hover {
  color: #fc3b40;
}

/* hero */
/* line 4, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry {
  background-color: #355a6b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  float: left;
}
/* line 15, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry:hover .story__hed {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
/* line 21, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry .story__hed {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 26, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry .story__hed a {
  color: inherit;
}
/* line 31, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry:before {
  content: '';
  background-image: url("../img/overlay_mesh.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
/* line 43, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry:after {
  content: '';
  background-image: url("../img/hero-gradient.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 55, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry .story--hero {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 60, ../scss/partials/base/_homepage.scss */
.hero--homepage.hero--grid .hero__entry .story--hero .story_dek {
  font-family: "Gudea", Arial, sans-serif;
  color: #fff;
  line-height: 1.4;
}

/* line 70, ../scss/partials/base/_homepage.scss */
.support-cause--hero {
  display: inline-block;
}
/* line 73, ../scss/partials/base/_homepage.scss */
.support-cause--hero .support-cause__heading {
  color: #fff;
}
/* line 77, ../scss/partials/base/_homepage.scss */
.support-cause--hero .support-cause__data {
  color: #fff;
}
/* line 81, ../scss/partials/base/_homepage.scss */
.support-cause--hero .support-cause__label {
  color: #fff;
}
/* line 85, ../scss/partials/base/_homepage.scss */
.support-cause--hero .support-cause__message {
  color: #fff;
}
/* line 89, ../scss/partials/base/_homepage.scss */
.support-cause--hero .support-cause__separator {
  color: #fff;
  margin: 0;
}

/* river */
/* line 99, ../scss/partials/base/_homepage.scss */
.river--one-col .story-teases .story--tease:hover {
  background-color: #f6f6f6;
  box-shadow: 2rem 0 0 #f6f6f6, -2rem 0 0 #f6f6f6;
}
/* line 104, ../scss/partials/base/_homepage.scss */
.river--one-col .story-teases .story--tease .sponsor {
  background-color: #0098d8;
  color: #ddedf8;
  position: absolute;
  text-align: left;
  display: inline-block;
}
/* line 113, ../scss/partials/base/_homepage.scss */
.river--one-col .story-teases .story__feature {
  position: relative;
}
/* line 116, ../scss/partials/base/_homepage.scss */
.river--one-col .story-teases .story__feature img {
  display: block;
}
/* line 122, ../scss/partials/base/_homepage.scss */
.river--one-col .story-teases .story__header {
  overflow: hidden;
}

/* line 1, ../scss/partials/base/_story.scss */
.hero--story {
  position: relative;
}
/* line 4, ../scss/partials/base/_story.scss */
.hero--story.hero--cover {
  height: 100vh;
  max-height: none;
  margin-top: -10.4rem;
  padding-top: 10.4rem;
  padding-bottom: 0;
  background-origin: content-box;
}
/* line 12, ../scss/partials/base/_story.scss */
.hero--story.hero--cover .container, .hero--story.hero--cover #buddypress {
  max-width: none;
}
/* line 16, ../scss/partials/base/_story.scss */
.hero--story.hero--cover .container .hero--video__container, .hero--story.hero--cover #buddypress .hero--video__container {
  width: 100%;
  height: 100%;
}
/* line 20, ../scss/partials/base/_story.scss */
.hero--story.hero--cover .container .hero--video__container.video-container iframe, .hero--story.hero--cover #buddypress .hero--video__container.video-container iframe, .hero--story.hero--cover .container .hero--video__container.video-container object, .hero--story.hero--cover #buddypress .hero--video__container.video-container object, .hero--story.hero--cover .container .hero--video__container.video-container embed, .hero--story.hero--cover #buddypress .hero--video__container.video-container embed {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-top: -104px;
  padding-top: 104px;
}
/* line 36, ../scss/partials/base/_story.scss */
.hero--story.hero--cover.hero--image, .hero--story.hero--cover.hero-widescreen-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}
/* line 43, ../scss/partials/base/_story.scss */
.hero--story.hero--cover.hero--image .hero-read, .hero--story.hero--cover.hero-widescreen-image .hero-read {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
/* line 50, ../scss/partials/base/_story.scss */
.hero--story.hero--cover.hero--image .hero-read .hero-read-link, .hero--story.hero--cover.hero-widescreen-image .hero-read .hero-read-link {
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-size: 2.0rem;
  color: #fff;
  background: #dd322c;
  text-transform: uppercase;
  padding: 1.0rem 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: padding 0.25s ease-out;
  -moz-transition: padding 0.25s ease-out;
  transition: padding 0.25s ease-out;
}
/* line 65, ../scss/partials/base/_story.scss */
.hero--story.hero--cover.hero--image .hero-read .hero-read-link:hover, .hero--story.hero--cover.hero-widescreen-image .hero-read .hero-read-link:hover {
  padding: 1.5rem 1.5rem;
}
/* line 69, ../scss/partials/base/_story.scss */
.hero--story.hero--cover.hero--image .hero-read .hero-read-link:after, .hero--story.hero--cover.hero-widescreen-image .hero-read .hero-read-link:after {
  content: "\25be";
  position: relative;
  top: -2px;
  margin-left: 1rem;
}
/* line 81, ../scss/partials/base/_story.scss */
.story__main-column .hero--story.hero--cover {
  padding-bottom: 0;
  max-height: none;
}
/* line 85, ../scss/partials/base/_story.scss */
.story__main-column .hero--story.hero--cover img {
  max-width: 100%;
  display: block;
}
/* line 92, ../scss/partials/base/_story.scss */
.widescreen__main-column .hero--story.hero--cover {
  padding-bottom: 0;
  height: auto;
  max-height: none;
}
/* line 97, ../scss/partials/base/_story.scss */
.widescreen__main-column .hero--story.hero--cover img {
  max-width: 100%;
  display: block;
}
/* line 107, ../scss/partials/base/_story.scss */
.hero--story.hero--carousel .carousel-item {
  position: relative;
  margin: 0 auto;
  box-shadow: none;
}
/* line 113, ../scss/partials/base/_story.scss */
.hero--story.hero--carousel .carousel-item.active .carousel--peek__image {
  opacity: 1;
}
/* line 119, ../scss/partials/base/_story.scss */
.hero--story.hero--carousel .carousel--peek__image {
  background-size: contain;
  opacity: 0.4;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 128, ../scss/partials/base/_story.scss */
.hero--story.hero--video .hero--video__container {
  display: block;
  margin: 0 auto;
  position: relative;
}
/* line 133, ../scss/partials/base/_story.scss */
.story__main-column .hero--story.hero--video .hero--video__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 56.25%;
}
/* line 140, ../scss/partials/base/_story.scss */
.widescreen__main-column .hero--story.hero--video .hero--video__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 56.25%;
}

/* line 152, ../scss/partials/base/_story.scss */
.hero-information {
  background-color: #061822;
  position: absolute;
  bottom: -2.7rem;
  left: 0;
  right: 0;
  overflow: hidden;
  min-height: 2.8rem;
  max-height: 2.8rem;
  padding: 0.3rem 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 165, ../scss/partials/base/_story.scss */
.hero-information.is-long {
  cursor: pointer;
  max-height: none !important;
}
/* line 169, ../scss/partials/base/_story.scss */
.hero-information.is-long:hover {
  background-color: #003046;
  padding: 1.2rem 0;
}
/* line 174, ../scss/partials/base/_story.scss */
.hero-information.is-long .hero-information__caption,
.hero-information.is-long .hero-information__credit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 181, ../scss/partials/base/_story.scss */
.hero-information.is-long .widescreen-hero-information__caption {
  display: none;
}
/* line 184, ../scss/partials/base/_story.scss */
.hero-information.is-long .widescreen-hero-information__credit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 190, ../scss/partials/base/_story.scss */
.hero-information.is-long.is-open {
  background-color: #003046;
  padding: 1.6rem 0;
}
/* line 194, ../scss/partials/base/_story.scss */
.hero-information.is-long.is-open .hero-information__caption,
.hero-information.is-long.is-open .hero-information__credit {
  text-overflow: auto;
  white-space: normal;
}
/* line 202, ../scss/partials/base/_story.scss */
.hero-information .hero-information__outer {
  position: relative;
}
/* line 206, ../scss/partials/base/_story.scss */
.hero-information .hero-information__toggle {
  display: none;
  position: absolute;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
/* line 213, ../scss/partials/base/_story.scss */
.hero-information .hero-information__toggle:before {
  color: #0098d8;
  content: '\2303';
  font-size: 1.6rem;
}
/* line 220, ../scss/partials/base/_story.scss */
.hero-information .hero-information__content {
  position: relative;
}
/* line 224, ../scss/partials/base/_story.scss */
.hero-information .hero-information__caption {
  color: #fff;
  font-family: "Gudea", Arial, sans-serif;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
/* line 231, ../scss/partials/base/_story.scss */
.hero-information .hero-information__credit {
  color: #9aacb5;
  font-family: "Gudea", Arial, sans-serif;
  text-align: right;
}
/* line 241, ../scss/partials/base/_story.scss */
.hero-information .widescreen-hero-information__credit {
  color: #9aacb5;
  font-family: "Gudea", Arial, sans-serif;
  text-align: right;
}

/* line 252, ../scss/partials/base/_story.scss */
.story__container {
  position: relative;
}
/* line 255, ../scss/partials/base/_story.scss */
.story__container .story__meta {
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  margin-bottom: 1.6rem;
}
/* line 260, ../scss/partials/base/_story.scss */
.story__container .story__meta li {
  color: #9d9d9d;
  display: inline-block;
  line-height: 1.5;
}
/* line 266, ../scss/partials/base/_story.scss */
.story__container .story__meta li:first-child:after {
  content: '\a0\b7\a0';
  display: inline-block;
}
/* line 273, ../scss/partials/base/_story.scss */
.story__container .story__meta a {
  color: #7e7e7e;
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 0.1rem;
}
/* line 278, ../scss/partials/base/_story.scss */
.story__container .story__meta a:hover {
  border-color: #fc3b40;
  color: #fc3b40;
}
/* line 287, ../scss/partials/base/_story.scss */
.story__container .story__content img[class*='wp-image'] {
  max-width: 100%;
}
/* line 291, ../scss/partials/base/_story.scss */
.story__container .story__content em, .story__container .story__content i {
  font-style: italic;
}
/* line 295, ../scss/partials/base/_story.scss */
.story__container .story__content strong, .story__container .story__content b {
  font-weight: 700;
}
/* line 299, ../scss/partials/base/_story.scss */
.story__container .story__content p {
  font-family: "Gudea", Arial, sans-serif;
  /* drop cap */
}
/* line 303, ../scss/partials/base/_story.scss */
.story__container .story__content p:first-child:first-letter {
  float: left;
  font-family: "oswaldregular", Arial, sans-serif;
  line-height: 1;
}
/* line 314, ../scss/partials/base/_story.scss */
.story__container .story__content iframe {
  width: 100%;
}
/* line 318, ../scss/partials/base/_story.scss */
.story__container .story__content > h1 {
  color: #5ec2e8;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  border-bottom: 3px solid lightgray;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 328, ../scss/partials/base/_story.scss */
.story__container .story__content > h2, .story__container #buddypress #members-list li .story__content > .item-title, #buddypress #members-list li .story__container .story__content > .item-title {
  color: #1fade0;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 336, ../scss/partials/base/_story.scss */
.story__container .story__content > h3 {
  color: #fc3b40;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 343, ../scss/partials/base/_story.scss */
.story__container .story__content > h4 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 351, ../scss/partials/base/_story.scss */
.story__container .story__content > h5 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 358, ../scss/partials/base/_story.scss */
.story__container .story__content > h6 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 365, ../scss/partials/base/_story.scss */
.story__container .story__content > ol {
  counter-reset: li;
}
/* line 368, ../scss/partials/base/_story.scss */
.story__container .story__content > ol li {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
}
/* line 373, ../scss/partials/base/_story.scss */
.story__container .story__content > ol li:before {
  background-color: #fc3b40;
  counter-increment: li;
  content: counter(li,decimal-leading-zero);
  color: #fff;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  text-align: center;
}
/* line 392, ../scss/partials/base/_story.scss */
.story__container .story__content > ul li {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.2;
  position: relative;
}
/* line 398, ../scss/partials/base/_story.scss */
.story__container .story__content > ul li:before {
  color: #0098d8;
  font-family: 'icons';
  content: "";
  position: absolute;
}
/* line 411, ../scss/partials/base/_story.scss */
.story__container .story__content .twitter-tweet-rendered {
  margin: 3.4rem 0;
}

/* multimedia */
/* line 419, ../scss/partials/base/_story.scss */
.multimedia .multimedia__content {
  display: block;
}
/* line 423, ../scss/partials/base/_story.scss */
.multimedia .credit {
  text-align: right;
}
/* line 428, ../scss/partials/base/_story.scss */
.multimedia.multimedia--image img {
  display: block;
  max-width: 100%;
}
/* line 435, ../scss/partials/base/_story.scss */
.multimedia.multimedia--audio .multimedia__content {
  border-bottom: 1px solid #eeeeee;
}

/* line 441, ../scss/partials/base/_story.scss */
.list-item {
  margin: 0 0 6rem;
}
/* line 444, ../scss/partials/base/_story.scss */
.list-item .multimedia {
  margin: 0;
}
/* line 448, ../scss/partials/base/_story.scss */
.list-item .list-item-heading {
  margin: 0 0 1.5rem;
  display: table;
}
/* line 452, ../scss/partials/base/_story.scss */
.list-item .list-item-heading .list-item-heading-number {
  display: table-cell;
}
/* line 456, ../scss/partials/base/_story.scss */
.list-item .list-item-heading .list-item-heading-text {
  display: table-cell;
  padding-left: 10px;
}
/* line 462, ../scss/partials/base/_story.scss */
.list-item .list-item-rank {
  display: inline-block;
  background: #fc3b40;
  min-width: 5.2rem;
  width: auto;
  text-align: center;
  margin: 0 .5rem 0 0;
}

/* Elastic video */
/* line 473, ../scss/partials/base/_story.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 480, ../scss/partials/base/_story.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* sticky */
/* line 492, ../scss/partials/base/_story.scss */
.story__sticky {
  display: block;
}

/* line 496, ../scss/partials/base/_story.scss */
.sticky-take-action {
  background-color: #003046;
  /* pragmatic, for z-index and reasonable vert-centering */
  background-image: url(../img/take-action-flag.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
}

/* line 506, ../scss/partials/base/_story.scss */
.sticky-take-action__heading {
  position: relative;
}

/* line 510, ../scss/partials/base/_story.scss */
.sticky-take-action__action {
  position: relative;
  color: #fff;
  font-family: "Gudea", Arial, sans-serif;
  line-height: 1.25;
}

/* tags */
/* line 518, ../scss/partials/base/_story.scss */
.story__tags {
  border-bottom: 3px solid #eeeeee;
}
/* line 522, ../scss/partials/base/_story.scss */
.story__tags .tags-list:before {
  content: 'View more NationSwell stories in:';
  color: #7e7e7e;
  font-family: "Gudea", Arial, sans-serif;
  vertical-align: middle;
}
/* line 529, ../scss/partials/base/_story.scss */
.story__tags .tags-list li {
  display: inline-block;
}

/* line 536, ../scss/partials/base/_story.scss */
.story__social {
  display: block;
}

/* line 542, ../scss/partials/base/_story.scss */
.take-action__social_back {
  font-family: "Gudea", Arial, sans-serif;
}

/* line 546, ../scss/partials/base/_story.scss */
.module.take-action {
  /* tweet politician take action */
}
/* line 547, ../scss/partials/base/_story.scss */
.module.take-action .take-action__heading {
  text-align: center;
}
/* line 551, ../scss/partials/base/_story.scss */
.module.take-action a {
  color: #0098d8;
  font-weight: 700;
}
/* line 555, ../scss/partials/base/_story.scss */
.module.take-action a:before {
  color: #fff;
}
/* line 559, ../scss/partials/base/_story.scss */
.module.take-action a:hover {
  color: #fc3b40;
}
/* line 564, ../scss/partials/base/_story.scss */
.module.take-action .btn.btn--solid {
  color: #fff;
}
/* line 568, ../scss/partials/base/_story.scss */
.module.take-action .take-action__inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 1.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 577, ../scss/partials/base/_story.scss */
.module.take-action .take-action__full {
  width: 100%;
}
/* line 581, ../scss/partials/base/_story.scss */
.module.take-action .take-action__tab {
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 587, ../scss/partials/base/_story.scss */
.module.take-action .take-action__tab.is-hidden {
  opacity: 0;
}
/* line 593, ../scss/partials/base/_story.scss */
.module.take-action .take-action__thank-you p {
  text-align: center;
}
/* line 598, ../scss/partials/base/_story.scss */
.module.take-action .take-action__img {
  display: block;
  width: 100%;
  max-width: 38rem;
  height: auto;
}
/* line 605, ../scss/partials/base/_story.scss */
.module.take-action .take-action__rally {
  width: auto;
  max-width: 100%;
}
/* line 610, ../scss/partials/base/_story.scss */
.module.take-action p {
  color: #2d2d2d;
}
/* line 614, ../scss/partials/base/_story.scss */
.module.take-action small {
  color: #7e7e7e;
  display: block;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
  overflow: hidden;
  line-height: 1.56;
}
/* line 623, ../scss/partials/base/_story.scss */
.module.take-action strong {
  font-weight: 700;
}
/* line 627, ../scss/partials/base/_story.scss */
.module.take-action em {
  color: #7e7e7e;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.56;
}
/* line 635, ../scss/partials/base/_story.scss */
.module.take-action .btn-container {
  background-color: #dbdbdb;
  padding-bottom: 1.8rem;
  margin-top: 2.8rem;
}
/* line 643, ../scss/partials/base/_story.scss */
.module.take-action #tweet-a-politician-container {
  display: none;
}
/* line 648, ../scss/partials/base/_story.scss */
.module.take-action .tweet-politician__politicians .btn--twitter {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* line 658, ../scss/partials/base/_story.scss */
.module.take-action .tweet-politician__message {
  text-align: center;
  font-family: "Gudea", Arial, sans-serif;
  font-style: italic;
  border: 1px solid #dedede;
  padding: 1rem;
  background-color: #f7f7f7;
  color: #444;
  margin-bottom: 2.2rem;
  display: block;
  width: 100%;
}
/* line 670, ../scss/partials/base/_story.scss */
.module.take-action .tweet-politician__message:before {
  color: #2fb8ed;
  font-family: 'icons';
  line-height: 0;
  vertical-align: middle;
  margin-right: 1.2rem;
}
/* line 679, ../scss/partials/base/_story.scss */
.module.take-action .politician {
  clear: both;
  margin: 0 3rem 4.4rem;
}
/* line 683, ../scss/partials/base/_story.scss */
.module.take-action .politician:first-child {
  margin-top: 3.4rem;
}
/* line 688, ../scss/partials/base/_story.scss */
.module.take-action .politician__photo {
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  display: inline-block;
}
/* line 695, ../scss/partials/base/_story.scss */
.module.take-action .politician__information {
  display: inline-block;
}
/* line 702, ../scss/partials/base/_story.scss */
.module.take-action .politician__office {
  display: block;
  font-family: "Gudea", Arial, sans-serif;
}

/* facebook comments */
/* line 709, ../scss/partials/base/_story.scss */
.fb-comments {
  display: block;
  margin-bottom: 7.2rem;
}

/* line 714, ../scss/partials/base/_story.scss */
.fb-comments,
.fb-comments span,
.fb-comments iframe[style] {
  width: 100% !important;
}

/* line 720, ../scss/partials/base/_story.scss */
.sponsorship {
  text-transform: uppercase;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 600;
  color: #000;
}
/* line 726, ../scss/partials/base/_story.scss */
.sponsorship a {
  text-decoration: underline;
  color: inherit;
}
/* line 731, ../scss/partials/base/_story.scss */
.sponsorship p {
  display: inline-block;
}
/* line 735, ../scss/partials/base/_story.scss */
.sponsorship img {
  display: inline-block;
  vertical-align: bottom;
}
/* line 740, ../scss/partials/base/_story.scss */
.story--tease .sponsorship, .hero__entry .sponsorship {
  position: absolute;
  top: 10%;
  right: 0;
  background: #FFF;
  padding: .5rem;
}
/* line 749, ../scss/partials/base/_story.scss */
.story--tease .sponsorship p, .hero__entry .sponsorship p {
  display: inline-block;
  vertical-align: middle;
}
/* line 754, ../scss/partials/base/_story.scss */
.story--tease .sponsorship img, .hero__entry .sponsorship img {
  display: inline-block;
  vertical-align: middle;
  max-width: none;
}

/* line 1, ../scss/partials/base/_static.scss */
.static__container {
  /* new styles for static template v 2.0 added by cloudred with classname 'buddy' since this is part of the buddypress integration work. */
}
/* line 3, ../scss/partials/base/_static.scss */
.static__container .static__main-column header {
  position: relative;
  margin-bottom: 3.4rem;
}
/* line 7, ../scss/partials/base/_static.scss */
.static__container .static__main-column header:after {
  background-color: #dbdbdb;
  content: '';
  display: block;
  width: 20%;
  height: 0.7rem;
}
/* line 15, ../scss/partials/base/_static.scss */
.static__container .static__main-column header .static__last-updated {
  color: #2d2d2d;
  font-family: "Gudea", Arial, sans-serif;
  font-weight: 400;
}
/* line 23, ../scss/partials/base/_static.scss */
.static__container .static__content {
  font-family: "Gudea", Arial, sans-serif;
}
/* line 26, ../scss/partials/base/_static.scss */
.static__container .static__content img {
  max-width: 100%;
  height: auto;
}
/* line 31, ../scss/partials/base/_static.scss */
.static__container .static__content a {
  color: #0098d8;
  font-weight: 700;
}
/* line 35, ../scss/partials/base/_static.scss */
.static__container .static__content a:hover {
  color: #fc3b40;
}
/* line 40, ../scss/partials/base/_static.scss */
.static__container .static__content em, .static__container .static__content i {
  font-style: italic;
}
/* line 44, ../scss/partials/base/_static.scss */
.static__container .static__content strong, .static__container .static__content b {
  font-weight: 700;
}
/* line 48, ../scss/partials/base/_static.scss */
.static__container .static__content > h1 {
  color: #5ec2e8;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  border-bottom: 3px solid lightgray;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 58, ../scss/partials/base/_static.scss */
.static__container .static__content > h2, .static__container #buddypress #members-list li .static__content > .item-title, #buddypress #members-list li .static__container .static__content > .item-title {
  color: #1fade0;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 66, ../scss/partials/base/_static.scss */
.static__container .static__content > h3 {
  color: #fc3b40;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 73, ../scss/partials/base/_static.scss */
.static__container .static__content > h4 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 81, ../scss/partials/base/_static.scss */
.static__container .static__content > h5 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 88, ../scss/partials/base/_static.scss */
.static__container .static__content > h6 {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
}
/* line 95, ../scss/partials/base/_static.scss */
.static__container .static__content hr {
  border: 0;
  height: 0.3rem;
  background-color: #dbdbdb;
  width: 100%;
  display: block;
}
/* line 103, ../scss/partials/base/_static.scss */
.static__container .static__content > ol {
  counter-reset: li;
}
/* line 106, ../scss/partials/base/_static.scss */
.static__container .static__content > ol li {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
}
/* line 111, ../scss/partials/base/_static.scss */
.static__container .static__content > ol li:before {
  background-color: #fc3b40;
  counter-increment: li;
  content: counter(li,decimal-leading-zero);
  color: #fff;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  text-align: center;
}
/* line 126, ../scss/partials/base/_static.scss */
.static__container .static__content > ul li {
  color: #2d2d2d;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.2;
  position: relative;
}
/* line 132, ../scss/partials/base/_static.scss */
.static__container .static__content > ul li:before {
  color: #0098d8;
  font-family: 'icons';
  content: "";
  position: absolute;
}
/* line 143, ../scss/partials/base/_static.scss */
.static__container.buddy {
  /* set up new list styles */
}
/* line 146, ../scss/partials/base/_static.scss */
.static__container.buddy ul {
  margin-bottom: 1rem;
  padding-left: 8rem;
}
@media screen and (min-width: 768px) {
  /* line 146, ../scss/partials/base/_static.scss */
  .static__container.buddy ul {
    padding-left: 4rem;
  }
}
/* line 152, ../scss/partials/base/_static.scss */
.static__container.buddy ul li {
  position: relative;
  padding-bottom: 1rem;
}
/* line 155, ../scss/partials/base/_static.scss */
.static__container.buddy ul li:before {
  font-family: "icons";
  position: absolute;
  color: #fd6464;
  top: 2px;
  padding-right: 4rem;
  left: -4rem;
}
@media screen and (min-width: 768px) {
  /* line 155, ../scss/partials/base/_static.scss */
  .static__container.buddy ul li:before {
    padding-right: 2rem;
    left: -2rem;
  }
}
/* line 170, ../scss/partials/base/_static.scss */
.static__container.buddy ul li ul {
  margin-top: 2rem;
  margin-bottom: 0;
}
/* line 173, ../scss/partials/base/_static.scss */
.static__container.buddy ul li ul li:before {
  color: #1fade0;
}
/* line 180, ../scss/partials/base/_static.scss */
.static__container.buddy ol {
  counter-reset: item;
  margin-bottom: 1rem;
  padding-left: 8rem;
}
@media screen and (min-width: 768px) {
  /* line 180, ../scss/partials/base/_static.scss */
  .static__container.buddy ol {
    padding-left: 4rem;
  }
}
/* line 187, ../scss/partials/base/_static.scss */
.static__container.buddy ol li {
  display: block;
  position: relative;
  padding-bottom: 1rem;
}
/* line 191, ../scss/partials/base/_static.scss */
.static__container.buddy ol li:before {
  font-weight: 700;
  content: counter(item) ". ";
  counter-increment: item;
  color: #fd6464;
  position: absolute;
  top: 0;
  left: -4rem;
}
@media screen and (min-width: 768px) {
  /* line 191, ../scss/partials/base/_static.scss */
  .static__container.buddy ol li:before {
    left: -2rem;
  }
}
/* line 204, ../scss/partials/base/_static.scss */
.static__container.buddy ol li ol {
  margin-top: 2rem;
  margin-bottom: 0;
}
/* line 207, ../scss/partials/base/_static.scss */
.static__container.buddy ol li ol li:before {
  color: #1fade0;
}
/* line 214, ../scss/partials/base/_static.scss */
.static__container.buddy h1, .static__container.buddy h2, .static__container.buddy #buddypress #members-list li .item-title, #buddypress #members-list li .static__container.buddy .item-title, .static__container.buddy h3, .static__container.buddy h4, .static__container.buddy h5, .static__container.buddy h6 {
  font-family: "pt-serif-bold", Georgia, serif;
  margin: 0 0 20px 0;
}
/* line 218, ../scss/partials/base/_static.scss */
.static__container.buddy h1 {
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  /* line 218, ../scss/partials/base/_static.scss */
  .static__container.buddy h1 {
    font-size: 3.5rem;
  }
}
/* line 224, ../scss/partials/base/_static.scss */
.static__container.buddy h2, .static__container.buddy #buddypress #members-list li .item-title, #buddypress #members-list li .static__container.buddy .item-title {
  font-size: 4rem;
  color: #fd6464;
}
@media screen and (min-width: 768px) {
  /* line 224, ../scss/partials/base/_static.scss */
  .static__container.buddy h2, .static__container.buddy #buddypress #members-list li .item-title, #buddypress #members-list li .static__container.buddy .item-title {
    font-size: 3rem;
  }
}
/* line 231, ../scss/partials/base/_static.scss */
.static__container.buddy h3 {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  /* line 231, ../scss/partials/base/_static.scss */
  .static__container.buddy h3 {
    font-size: 2rem;
  }
}
/* line 238, ../scss/partials/base/_static.scss */
.static__container.buddy a {
  font-weight: normal;
}
/* line 242, ../scss/partials/base/_static.scss */
.static__container.buddy blockquote {
  font-family: "pt-serif", Georgia, serif;
  position: relative;
  padding-left: 4.5rem;
}
/* line 246, ../scss/partials/base/_static.scss */
.static__container.buddy blockquote:before {
  font-family: "icons";
  font-size: 3.5rem;
  color: #fd6464;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 255, ../scss/partials/base/_static.scss */
.static__container.buddy blockquote p {
  padding-top: .5rem;
  display: block;
}
/* line 262, ../scss/partials/base/_static.scss */
.static__container.buddy main {
  margin: 0 2.2rem;
}
/* line 264, ../scss/partials/base/_static.scss */
.static__container.buddy main .static__content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
.static__container.buddy main .static__content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 266, ../scss/partials/base/_static.scss */
  .static__container.buddy main .static__content .static__left,
  .static__container.buddy main .static__content .static__right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  .static__container.buddy main .static__content .static__left:last-child,
  .static__container.buddy main .static__content .static__right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 272, ../scss/partials/base/_static.scss */
  .static__container.buddy main .static__content .static__main {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  .static__container.buddy main .static__content .static__main:last-child {
    margin-right: 0;
  }
}

/* line 1, ../scss/partials/base/_archive.scss */
.hero--archive {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 6, ../scss/partials/base/_archive.scss */
.hero--archive .sponsor {
  background-color: #fff;
  color: #002130;
  display: inline-block;
  padding: 0.6rem 3rem;
}
/* line 13, ../scss/partials/base/_archive.scss */
.hero--archive.hero--series {
  text-align: center;
}
/* line 17, ../scss/partials/base/_archive.scss */
.hero--archive.hero--category {
  text-align: center;
}
/* line 20, ../scss/partials/base/_archive.scss */
.hero--archive.hero--category .container, .hero--archive.hero--category #buddypress {
  padding: 2rem 5%;
}
/* line 24, ../scss/partials/base/_archive.scss */
.hero--archive.hero--category .hero--category__count {
  color: #fff;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 33, ../scss/partials/base/_archive.scss */
.hero--archive.hero--category:after {
  content: '';
  background-image: url("../img/overlay_mesh.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
/* line 47, ../scss/partials/base/_archive.scss */
.hero--archive.hero--author {
  background-color: transparent;
}
/* line 50, ../scss/partials/base/_archive.scss */
.hero--archive.hero--author .container, .hero--archive.hero--author #buddypress {
  border-bottom: 0.7rem solid #eeeeee;
}
/* line 54, ../scss/partials/base/_archive.scss */
.hero--archive.hero--author .author__count {
  color: #fc3b40;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

/* line 62, ../scss/partials/base/_archive.scss */
.archive-intro {
  border-bottom: 6px solid #eeeeee;
  overflow: hidden;
}
/* line 66, ../scss/partials/base/_archive.scss */
.archive-intro .archive-share {
  float: left;
}
/* line 70, ../scss/partials/base/_archive.scss */
.archive-intro .archive-description-copy {
  font-family: "Gudea", Arial, sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2.4rem;
  color: #0098d8;
  width: 60%;
  margin: 0 auto 3rem;
}

/* line 85, ../scss/partials/base/_archive.scss */
body.category-whats-possible .hero--archive.hero--category:after {
  background-image: none;
}
/* line 88, ../scss/partials/base/_archive.scss */
body.category-whats-possible .hero--archive.hero--category .hero--category__title {
  display: none;
}
/* line 91, ../scss/partials/base/_archive.scss */
body.category-whats-possible .hero--archive.hero--category .hero--category__count {
  display: none;
}
/* line 99, ../scss/partials/base/_archive.scss */
body.category-whats-possible .sidebar .widget_partners .module--partners:before {
  display: none;
}

/* line 1, ../scss/partials/base/_nscportal.scss */
.portal__main-column {
  position: relative;
  width: 90%;
  height: auto;
  margin-top: 5rem;
  font-family: "Gudea", Arial, sans-serif;
  color: #7e7e7e;
}
/* line 9, ../scss/partials/base/_nscportal.scss */
.portal__main-column .static__content {
  background-image: url("http://nationswell.com/wp-content/uploads/2014/11/Nov_12_Vanessa_crowd-e1416603082101.jpg");
  background-size: cover;
  background-position: right center;
}
/* line 19, ../scss/partials/base/_nscportal.scss */
.portal__main-column .static__content p, .portal__main-column .static__content ul {
  color: #fff;
  background-color: rgba(77, 171, 224, 0.6);
}
/* line 24, ../scss/partials/base/_nscportal.scss */
.portal__main-column .static__content ul {
  list-style-type: disc;
  list-style-position: inside;
}
/* line 29, ../scss/partials/base/_nscportal.scss */
.portal__main-column .static__content em {
  font-style: italic;
}

/* line 35, ../scss/partials/base/_nscportal.scss */
#portal-nav {
  display: block;
  padding: 1rem 0 6rem;
}
/* line 38, ../scss/partials/base/_nscportal.scss */
#portal-nav .logo-container {
  width: 40%;
  max-width: 250px;
  display: inline-block;
}
/* line 42, ../scss/partials/base/_nscportal.scss */
#portal-nav .logo-container .council-logo {
  width: 100%;
}
/* line 47, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs {
  float: right;
  display: inline-block;
  font-family: "oswaldregular", Arial, sans-serif;
  font-size: 3rem;
}
/* line 52, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs a {
  color: #003046;
  border-bottom: 0.25rem solid #003046;
}
/* line 56, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs a:hover {
  color: #fc3b40;
}
/* line 60, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs .active a {
  color: #0098d8;
  border-bottom: 0.25rem solid #fc3b40;
}
/* line 65, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs ul {
  display: block;
}
/* line 67, ../scss/partials/base/_nscportal.scss */
#portal-nav .portal-tabs ul li {
  display: inline-block;
  padding: 0 1rem;
}

/* line 76, ../scss/partials/base/_nscportal.scss */
.loader {
  width: 30px;
  height: 30px;
  margin: auto;
  padding: 5rem;
}

/* line 83, ../scss/partials/base/_nscportal.scss */
.member-title {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 280px;
}
/* line 89, ../scss/partials/base/_nscportal.scss */
.member-title h1 {
  font-size: 4rem;
  line-height: 1.3;
  color: #2d2d2d;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 100, ../scss/partials/base/_nscportal.scss */
#directory-nav {
  display: table;
  width: 100%;
}
/* line 105, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 0 0;
}
/* line 110, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs ul {
  display: block;
  width: 100%;
}
/* line 113, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs ul li {
  display: inline-block;
  text-align: center;
  width: 15%;
}
/* line 118, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs ul a {
  color: #061822;
}
/* line 120, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs ul a:hover {
  color: #0098d8;
}
/* line 125, ../scss/partials/base/_nscportal.scss */
#directory-nav #directory-tabs ul .active a {
  color: #0098d8;
  border-bottom: 0.25rem solid #fc3b40;
}

/* line 132, ../scss/partials/base/_nscportal.scss */
.contacts {
  padding-top: 3rem;
}
/* line 135, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info {
  display: block;
  padding: 3rem 0;
  width: 100%;
}
/* line 140, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .contact-image {
  display: inline-block;
  vertical-align: top;
}
/* line 143, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .contact-image .contact__portrait {
  border-radius: 50%;
  margin: 0;
}
/* line 149, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact {
  display: inline-block;
  text-align: left;
}
/* line 153, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .hd-n {
  display: inline-block;
}
/* line 157, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .bio-content {
  padding: 1rem 0;
  line-height: 1.4;
}
/* line 162, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-interests {
  color: #0098d8;
}
/* line 166, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social {
  display: inline-block;
  text-align: center;
  top: -.6rem;
  position: relative;
  margin-left: 1rem;
}
/* line 173, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .icon, .contacts .contact-info .about-contact .contact-social #buddypress .profile-view .left ul > li, #buddypress .profile-view .left .contacts .contact-info .about-contact .contact-social ul > li,
.contacts .contact-info .about-contact .contact-social #buddypress .profile-view .right ul > li,
#buddypress .profile-view .right .contacts .contact-info .about-contact .contact-social ul > li, .contacts .contact-info .about-contact .contact-social #buddypress .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .contacts .contact-info .about-contact .contact-social a {
  line-height: 2.5;
  margin-right: 0.75rem;
}
/* line 176, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .icon:before, .contacts .contact-info .about-contact .contact-social #buddypress .profile-view .left ul > li:before, #buddypress .profile-view .left .contacts .contact-info .about-contact .contact-social ul > li:before,
.contacts .contact-info .about-contact .contact-social #buddypress .profile-view .right ul > li:before,
#buddypress .profile-view .right .contacts .contact-info .about-contact .contact-social ul > li:before, .contacts .contact-info .about-contact .contact-social #buddypress .activity-list .activity-item .activity-content .activity-meta a:before, #buddypress .activity-list .activity-item .activity-content .activity-meta .contacts .contact-info .about-contact .contact-social a:before {
  padding: 0.6rem 0.7rem;
  color: #fff;
  margin: .5rem 1rem 0 0;
  height: 1rem;
}
/* line 184, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .contact-phone:before {
  font-family: "Gudea", Arial, sans-serif;
  background-color: #061822;
  content: "\0023";
  font-weight: 700;
  padding: 0.35rem .9rem .2rem;
}
/* line 194, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .contact-email {
  color: #7e7e7e;
}
/* line 197, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .contact-email:before {
  background-color: #fc3b40;
  padding: 0.6rem .6rem .3rem;
}
/* line 204, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .contact-linkedin:before {
  background-color: #333333;
  padding: 0.6rem .8rem .3rem;
}
/* line 211, ../scss/partials/base/_nscportal.scss */
.contacts .contact-info .about-contact .contact-social .contact-twitter:before {
  background-color: #5ec2e8;
  padding: 0.6rem .8rem .3rem;
}

/* line 222, ../scss/partials/base/_nscportal.scss */
.events ul {
  padding: 3rem 0;
}
/* line 226, ../scss/partials/base/_nscportal.scss */
.events .event-info {
  display: block;
  padding: 3rem 0 4.5rem;
  width: 100%;
}
/* line 231, ../scss/partials/base/_nscportal.scss */
.events .event-info .event-date {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin-left: 2%;
  font-size: 3rem;
  color: #fff;
  width: 12rem;
  height: 12rem;
}
/* line 241, ../scss/partials/base/_nscportal.scss */
.events .event-info .event-date ul {
  padding: 3rem 2.5rem 1rem;
}
/* line 243, ../scss/partials/base/_nscportal.scss */
.events .event-info .event-date ul li {
  text-align: center;
  font-weight: 600;
}
/* line 250, ../scss/partials/base/_nscportal.scss */
.events .event-info .upcoming {
  background-color: #fc3b40;
}
/* line 253, ../scss/partials/base/_nscportal.scss */
.events .event-info .past {
  background-color: #0098d8;
}
/* line 257, ../scss/partials/base/_nscportal.scss */
.events .event-info .about-event {
  display: inline-block;
  text-align: left;
  width: 70%;
  padding-left: 5%;
}
/* line 263, ../scss/partials/base/_nscportal.scss */
.events .event-info .about-event .event-description {
  padding: 1rem 0;
  line-height: 1.4;
}
/* line 268, ../scss/partials/base/_nscportal.scss */
.events .event-info .about-event .event-details {
  padding-top: 1rem;
  color: #003046;
  font-weight: 600;
}
/* line 274, ../scss/partials/base/_nscportal.scss */
.events .event-info .about-event .event-link a {
  color: #0098d8;
}
/* line 276, ../scss/partials/base/_nscportal.scss */
.events .event-info .about-event .event-link a:hover {
  color: #fc3b40;
}

/* line 286, ../scss/partials/base/_nscportal.scss */
#nsc-updates .story__feature {
  width: 302px;
  height: 178px;
  overflow: hidden;
}
/* line 291, ../scss/partials/base/_nscportal.scss */
#nsc-updates .rubric {
  background: transparent;
}

/* line 15, ../scss/partials/base/_buddypress.scss */
body.notifications #object-nav,
body.notifications #subnav,
body.settings #object-nav,
body.settings #subnav,
body.xprofile #object-nav,
body.xprofile #subnav {
  display: none;
}

/* line 21, ../scss/partials/base/_buddypress.scss */
#sitewide-notice {
  display: none;
}

/* line 24, ../scss/partials/base/_buddypress.scss */
#buddypress #sitewide-notice {
  display: block;
}

/* line 27, ../scss/partials/base/_buddypress.scss */
.box-margin, .box, #buddypress #whats-new-form, #buddypress #message, #buddypress #object-nav, #buddypress .ns-messages, #buddypress .member-row, #buddypress .notifications-menu, #buddypress .notifications-list, #buddypress .profile-view, #buddypress .activity-list, #buddypress .intro-text.announcements, #buddypress .tab-content, #buddypress #members-dir-search, #buddypress #members-directory-form {
  margin: 3.4rem 2.2rem !important;
}

/* line 30, ../scss/partials/base/_buddypress.scss */
.box-padding, .box, #buddypress #whats-new-form, #buddypress .member-row .member-info-card, #buddypress .member-row .member-notifications, #buddypress .member-row .member-settings,
#buddypress .member-row .member-change-avatar, #buddypress .member-row .profile-callout-block,
#buddypress .member-row .callout-block, #buddypress .profile-view .left,
#buddypress .profile-view .right, #buddypress .profile-edit-form form {
  padding: 15px 15px 15px 15px;
}

/* line 33, ../scss/partials/base/_buddypress.scss */
.box-shadow, .member-login-forms .content-wrapper .login-form, #buddypress .ns-messages .messages-nav ul, #buddypress .ns-messages .messages .message-header-wrapper, #buddypress .member-row .member-info-card, #buddypress .member-row .member-notifications, #buddypress .member-row .member-settings,
#buddypress .member-row .member-change-avatar, #buddypress .member-row .profile-callout-block,
#buddypress .member-row .callout-block, #buddypress .notifications-list table th, #buddypress .profile-view .left,
#buddypress .profile-view .right, #buddypress .profile-edit-form form, #buddypress #popup-bio-info, #buddypress #whats-new-form, #buddypress #members-list li {
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 37, ../scss/partials/base/_buddypress.scss */
.box, #buddypress #whats-new-form {
  background: #f6f6f6;
}

/* line 43, ../scss/partials/base/_buddypress.scss */
.bp-header, .member-login-forms .content-wrapper h1, .member-login-forms .content-wrapper h2, .member-login-forms .content-wrapper h3, #buddypress h1, #buddypress h2, #buddypress #members-list li .item-title, #buddypress h3, #buddypress h4 {
  color: #000;
  font-family: "pt-serif-bold", Georgia, serif;
}

/* line 49, ../scss/partials/base/_buddypress.scss */
a.clear-value {
  display: none !important;
}

/* line 52, ../scss/partials/base/_buddypress.scss */
.chosen-container {
  width: 100% !important;
}
/* line 55, ../scss/partials/base/_buddypress.scss */
.chosen-container.chosen-container-multi .chosen-choices {
  padding-bottom: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 0.2rem;
}
/* line 59, ../scss/partials/base/_buddypress.scss */
.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  font-size: 16px;
  line-height: 20px;
  padding: 3px 20px 3px 10px;
  margin: 5px 5px 5px 0;
}
/* line 64, ../scss/partials/base/_buddypress.scss */
.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url("images/chosen-sprite.png") -42px 1px no-repeat;
  top: 8px;
}
/* line 70, ../scss/partials/base/_buddypress.scss */
.chosen-container.chosen-container-multi .chosen-choices li.search-field input {
  box-shadow: none !important;
  padding-top: 19px !important;
}

/* LOAD MORE AJAX BUTTON */
/* line 81, ../scss/partials/base/_buddypress.scss */
.load-more {
  text-align: center;
  padding: 30px 0;
}
/* line 84, ../scss/partials/base/_buddypress.scss */
.load-more a {
  color: #b7b7b7 !important;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}

/* //END */
/* ELASTIC VIDEO EMBEDS */
/* line 94, ../scss/partials/base/_buddypress.scss */
.elastic {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 101, ../scss/partials/base/_buddypress.scss */
.elastic iframe,
.elastic object,
.elastic embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* //END */
/* line 116, ../scss/partials/base/_buddypress.scss */
.bp-screen-reader-text, #buddypress .ns-messages .messages .message-search form label, #buddypress .profile-edit-form-bio .bp-required-field-label,
#buddypress .profile-edit-form .bp-required-field-label, #buddypress table.notification-settings th.title,
#buddypress table.profile-settings th.title {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
}

/* line 144, ../scss/partials/base/_buddypress.scss */
.wpcf7 div.wpcf7-response-output {
  margin: 0;
}
/* line 147, ../scss/partials/base/_buddypress.scss */
.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-validation-errors {
  border-width: 1px;
}

/* line 155, ../scss/partials/base/_buddypress.scss */
.member-login-forms {
  background-image: url(../img/nsc-header9.jpg);
  background-size: cover;
  background-position: center;
}
/* line 162, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper {
  padding: 30px 30px 0 30px;
  color: #003046;
  font-family: "pt-serif", Georgia, serif;
  max-width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  /* line 162, ../scss/partials/base/_buddypress.scss */
  .member-login-forms .content-wrapper {
    max-width: 50%;
  }
}
/* line 186, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper a {
  text-decoration: underline;
}
/* line 188, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper a:link, .member-login-forms .content-wrapper a:visited {
  color: #fd6464;
}
/* line 192, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper a:hover {
  color: #1fade0;
}
/* line 195, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper a:active {
  color: #003046;
}
/* line 200, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .intro {
  display: block;
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}
/* line 201, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .intro p {
  display: block;
  padding: 20px 0;
  font-family: "pt-serif-italic", Georgia, serif;
}
/* line 216, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form {
  background: #fff;
  text-align: left;
  font-style: normal;
}
/* line 221, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form h2, .member-login-forms .content-wrapper .login-form #buddypress #members-list li .item-title, #buddypress #members-list li .member-login-forms .content-wrapper .login-form .item-title {
  color: #000;
  font-size: 130%;
  margin: 15px 0;
  text-align: center;
}
/* line 228, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form form label, .member-login-forms .content-wrapper .login-form form input[type="text"], .member-login-forms .content-wrapper .login-form form input[type="password"] {
  display: block;
  font-style: normal;
}
/* line 236, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form p {
  margin-bottom: 15px;
}
/* line 239, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form .login-remember, .member-login-forms .content-wrapper .login-form .login-submit {
  line-height: 1 !important;
  margin: 5px 0 !important;
  font-size: 16px !important;
}
/* line 244, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form .login-remember {
  float: left;
  padding-top: 8px;
}
/* line 249, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form .login-submit input[type="submit"] {
  float: right;
}
/* line 255, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form .login-error {
  color: #dd322c;
}
/* line 258, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form .login-error-field {
  border-color: #dd322c;
}
/* line 260, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form .login-error-field:focus {
  border-color: #dbdbdb;
}
/* line 265, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form-inputs {
  padding: 15px 30px 70px 30px;
}
/* line 268, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .login-form-bottom {
  background: #eeeeee;
  padding: 30px;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
.member-login-forms .content-wrapper .lostpassword-form .form-row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 280, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .lostpassword-form .login-remember {
  float: left;
}
/* line 283, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .lostpassword-form .lostpassword-submit {
  float: right;
}
/* line 289, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .link-more {
  width: 100%;
  padding-top: 30px;
}
/* line 293, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .learn-more {
  text-align: center;
  color: #b7b7b7 !important;
  text-decoration: none !important;
  font-family: "PT Sans";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 100%;
  text-transform: uppercase;
  z-index: 3;
  position: relative;
  display: block;
}
/* line 307, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .learn-more.hover {
  color: #003046;
}
/* line 311, ../scss/partials/base/_buddypress.scss */
.member-login-forms .content-wrapper .learn-more:after {
  width: 36px;
  height: 13px;
  background: url(../img/icon-down.png) no-repeat center center;
  background-size: 100% auto;
  content: '';
  position: absolute;
  bottom: -20px;
  right: 48%;
}

/* line 331, ../scss/partials/base/_buddypress.scss */
#buddypress {
  font-size: 2rem;
  line-height: 130%;
  font-family: "Gudea", Arial, sans-serif;
  /* GRADIENT DIVIDER */
  /* //END GRADIENT DIVIDER */
  /*******************************************/
  /* MESSAGES */
  /* END MESSAGES */
  /*******************************/
  /* Member info row at top of most pages */
  /* NOTIFICATIONS */
  /****************************/
  /****** PROFLE VIEW ************/
  /**** //END VIEW *************/
  /****************************/
  /****** PROFLE EDIT ************/
}
/* line 339, ../scss/partials/base/_buddypress.scss */
#buddypress h1 {
  font-size: 24px;
}
/* line 342, ../scss/partials/base/_buddypress.scss */
#buddypress h2, #buddypress #members-list li .item-title {
  font-size: 20px;
}
/* line 345, ../scss/partials/base/_buddypress.scss */
#buddypress h3 {
  font-size: 16px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* line 331, ../scss/partials/base/_buddypress.scss */
  #buddypress {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 331, ../scss/partials/base/_buddypress.scss */
  #buddypress {
    font-size: 1.6rem;
  }
}
/* line 360, ../scss/partials/base/_buddypress.scss */
#buddypress a:link, #buddypress a:visited {
  color: #fd6464;
  text-decoration: none;
}
/* line 364, ../scss/partials/base/_buddypress.scss */
#buddypress a:hover {
  color: #0098d8;
}
/* line 367, ../scss/partials/base/_buddypress.scss */
#buddypress a:active {
  color: #003046;
}
/* line 375, ../scss/partials/base/_buddypress.scss */
#buddypress img.avatar {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
/* line 387, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit div#message {
  display: none;
}
/* line 392, ../scss/partials/base/_buddypress.scss */
#buddypress #pass-strength-result {
  background-color: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  display: none;
  margin: 0 0 20px 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}
/* line 403, ../scss/partials/base/_buddypress.scss */
#buddypress #pass-strength-result.error, #buddypress #pass-strength-result.bad {
  background-color: #ffb78c;
  border-color: #ff853c !important;
  display: block;
}
/* line 408, ../scss/partials/base/_buddypress.scss */
#buddypress #pass-strength-result.good {
  background-color: #ffec8b;
  border-color: #fc0 !important;
  display: block;
}
/* line 414, ../scss/partials/base/_buddypress.scss */
#buddypress #pass-strength-result.short {
  background-color: #ffa0a0;
  border-color: #f04040 !important;
  display: block;
}
/* line 420, ../scss/partials/base/_buddypress.scss */
#buddypress #pass-strength-result .strong {
  background-color: #c3ff88;
  border-color: #8dff1c !important;
  display: block;
}
/* line 428, ../scss/partials/base/_buddypress.scss */
#buddypress .divider {
  background-color: #dbdbdb;
  -webkit-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
  height: 1px;
  width: 100%;
  display: block;
  margin: 30px 0;
}
/* line 443, ../scss/partials/base/_buddypress.scss */
#buddypress .bot-left, #buddypress #object-nav ul {
  position: relative;
}
/* line 446, ../scss/partials/base/_buddypress.scss */
#buddypress .bot-left:after, #buddypress #object-nav ul:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
}
/* line 454, ../scss/partials/base/_buddypress.scss */
#buddypress .bot-left:after, #buddypress #object-nav ul:after {
  right: -1px;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#5ec2e8), to(transparent));
  background-image: -webkit-linear-gradient(left, #5ec2e8, transparent);
  background-image: -moz-linear-gradient(left, #5ec2e8, transparent);
  background-image: -o-linear-gradient(left, #5ec2e8, transparent);
}
/* line 477, ../scss/partials/base/_buddypress.scss */
#buddypress #object-nav ul li {
  display: inline;
  border-right: 1px solid #fff;
}
/* line 480, ../scss/partials/base/_buddypress.scss */
#buddypress #object-nav ul li a {
  padding: 10px 20px;
  background-color: #f6f6f6;
  color: #b7b7b7;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  /* line 480, ../scss/partials/base/_buddypress.scss */
  #buddypress #object-nav ul li a {
    font-size: 20px;
  }
}
/* line 492, ../scss/partials/base/_buddypress.scss */
#buddypress #object-nav ul li a span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 8px;
  background: #fd6464;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "oswaldregular", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: -8px;
  z-index: 100;
}
/* line 513, ../scss/partials/base/_buddypress.scss */
#buddypress #object-nav ul li.current a {
  background-color: #5ec2e8;
  color: #fff;
}
/* line 525, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  /* legacy styles */
  /*end legacy*/
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .ns-messages:after {
  content: "";
  display: table;
  clear: both;
}
/* line 530, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages table#message-threads tr.unread td {
  background: #fff9db;
  border-top: 1px solid #ffe8c4;
  border-bottom: 1px solid #ffe8c4;
  font-weight: bold;
}
/* line 536, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages a.message-action-star,
#buddypress .ns-messages a.message-action-unstar {
  border-bottom: 0;
  text-decoration: none;
  outline: none;
}
/* line 542, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages a.message-action-star {
  opacity: .7;
}
/* line 545, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages a.message-action-star:hover {
  opacity: 1;
}
/* line 548, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .message-action-star span.icon:before,
#buddypress .ns-messages .message-action-unstar span.icon:before {
  font-family: dashicons;
  font-size: 24px;
}
/* line 553, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .message-action-star span.icon:before {
  color: #fd6464;
  content: "\f154";
}
/* line 557, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .message-action-unstar span.icon:before {
  color: #fd6464;
  content: "\f155";
}
@media screen and (min-width: 580px) {
  /* line 563, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages-nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .ns-messages .messages-nav:last-child {
    margin-right: 0;
  }
}
/* line 568, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages-nav ul {
  background-color: #f6f6f6;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 580px) {
  /* line 568, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages-nav ul {
    box-shadow: none;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
/* line 581, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages-nav ul li {
  width: 25%;
  border-right: 1px solid #dbdbdb;
  border-bottom: none;
  padding: 30px 0;
}
/* line 588, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages-nav ul li:last-child {
  border-right: none;
}
@media screen and (min-width: 580px) {
  /* line 581, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages-nav ul li {
    border-bottom: 1px solid #dbdbdb;
    border-right: none;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    padding: 30px 20px;
    width: 100%;
  }
}
/* line 603, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages-nav ul li a {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  height: 25px;
  display: block;
  font-size: 18px;
}
/* line 4, ../scss/bourbon/addons/_hide-text.scss */
#buddypress .ns-messages .messages-nav ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media screen and (min-width: 992px) {
  /* line 603, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages-nav ul li a {
    text-align: left;
    margin: 0;
    height: auto;
  }
}
/* line 616, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages-nav ul li a:before {
  font-family: "icons";
  font-size: 24px;
  padding: 0;
  margin: 0 auto;
  display: table;
  vertical-align: text-top;
  text-align: center;
}
@media screen and (min-width: 580px) {
  /* line 616, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages-nav ul li a:before {
    padding-right: 15px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  /* line 616, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages-nav ul li a:before {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  /* line 616, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages-nav ul li a:before {
    text-align: left;
    margin: 0;
    display: inline;
  }
}
/* line 640, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages-nav ul li.current a {
  color: #1fade0;
}
/* line 653, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages-nav ul li#starred-personal-li a:before {
  font-size: 30px;
  position: relative;
  top: 4px;
}
/* line 665, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages-nav ul li#compose-personal-li {
  /*background-color:$ns_red2;*/
}
/* line 667, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages-nav ul li#compose-personal-li a {
  /*color:$white;*/
  padding-top: 3px;
}
/* line 683, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages {
  position: relative;
  /* STARRED / SENT MESSAGES */
}
@media screen and (min-width: 580px) {
  /* line 683, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .ns-messages .messages:last-child {
    margin-right: 0;
  }
}
/* line 689, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages img.avatar {
  vertical-align: top;
  margin-top: -2px;
}
/* line 694, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages label {
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
}
/* line 699, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages input[type="text"], #buddypress .ns-messages .messages textarea {
  display: block;
  margin-bottom: 15px;
}
/* line 707, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .message-search {
  padding: 15px 20px;
  position: relative;
  z-index: 80;
}
/* line 711, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .message-search form {
  position: relative;
}
/* line 716, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .message-search form input#messages_search {
  margin-bottom: 0;
}
/* line 720, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .message-search form input[type="submit"] {
  border: none;
  text-indent: -9999px;
  background-image: url(../icons/search.svg);
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  height: 44px;
  width: 50px;
  padding: 0;
  background-size: 30px;
}
/* line 722, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .message-search form input[type="submit"]:hover {
  border: none;
}
/* line 742, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .messages-options-nav {
  /*position:absolute;
  top:20px;
  left:20px;*/
  padding: 0 20px;
  display: none;
}
@media screen and (min-width: 580px) {
  /* line 742, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages .messages-options-nav {
    display: block;
  }
}
/* line 751, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .messages-options-nav select {
  width: 170px;
  background-position: 128px 7px;
  background-size: 30px;
}
/* line 762, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages table#message-threads {
  /*thead,
  .bulk-select-check,
  .thread-options {
  	display:none;
  }
  .thread-from,
  .thread-info {
  	display:table-row;
  	padding:20px;
  }
  @include media($medium) {
  	thead,
  	.bulk-select-check,
  	.thread-options,
  	.thread-from,
  	.thread-info {
  		display:inherit;	
  	}
  }*/
}
/* line 785, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages #send_message_form {
  margin-top: 15px;
  display: block;
}
/* line 789, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages #send_message_form .friend-tab img.avatar {
  margin-top: 0;
  margin-right: 6px;
  vertical-align: initial;
}
/* line 799, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .message-header-wrapper {
  background-color: #eeeeee;
  position: relative;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .ns-messages .messages .message-header-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 807, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .single {
  background-color: #f6f6f6;
}
/* line 810, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .single .content-padding {
  padding: 20px;
}
/* line 813, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .single .single-header {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .ns-messages .messages .single .single-header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 815, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .single .single-header .message-recipients {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress .ns-messages .messages .single .single-header .message-recipients:last-child {
  margin-right: 0;
}
/* line 818, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .single .single-header .single-actions {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  text-align: right;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress .ns-messages .messages .single .single-header .single-actions:last-child {
  margin-right: 0;
}
/* line 821, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .single .single-header .single-actions .icon, #buddypress .ns-messages .messages .single .single-header .single-actions .profile-view .left ul > li, #buddypress .profile-view .left .ns-messages .messages .single .single-header .single-actions ul > li,
#buddypress .ns-messages .messages .single .single-header .single-actions .profile-view .right ul > li,
#buddypress .profile-view .right .ns-messages .messages .single .single-header .single-actions ul > li, #buddypress .ns-messages .messages .single .single-header .single-actions .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .ns-messages .messages .single .single-header .single-actions a {
  font-size: 24px;
}
/* line 827, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .single .single-message .message-data {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .ns-messages .messages .single .single-message .message-data:after {
  content: "";
  display: table;
  clear: both;
}
/* line 830, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .single .single-message .message-data .message-avatar {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 580px) {
  /* line 830, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages .single .single-message .message-data .message-avatar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    text-align: left;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .ns-messages .messages .single .single-message .message-data .message-avatar:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 580px) {
  /* line 838, ../scss/partials/base/_buddypress.scss */
  #buddypress .ns-messages .messages .single .single-message .message-data .message-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-right: 0;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .ns-messages .messages .single .single-message .message-data .message-content:last-child {
    margin-right: 0;
  }
}
/* line 844, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .single .single-message .message-data .message-content h3 {
  padding-bottom: 10px;
}
/* line 853, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop {
  background-color: #f6f6f6;
}
/* line 855, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop .pagination.top {
  margin-bottom: 15px;
}
/* line 858, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table {
  width: 100%;
}
/* line 860, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table th {
  font-weight: 700;
  text-transform: uppercase;
}
/* line 864, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table th, #buddypress .ns-messages .messages .loop table td {
  padding: 20px;
  text-align: left;
}
/* line 868, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table td.messages-divider {
  padding: 0;
}
/* line 870, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table td.messages-divider .divider {
  margin: 0;
}
/* line 874, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table td.thread-from {
  max-width: 100px;
}
/* line 876, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table td.thread-from .avatar {
  display: block;
}
/* line 880, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table td.thread-info {
  max-width: 300px;
}
/* line 882, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table td.thread-info p.subject {
  font-weight: 700;
}
/* line 886, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table td.thread-options {
  text-align: center;
}
/* line 888, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .messages .loop table td.thread-options .icon, #buddypress .ns-messages .messages .loop table td.thread-options .profile-view .left ul > li, #buddypress .profile-view .left .ns-messages .messages .loop table td.thread-options ul > li,
#buddypress .ns-messages .messages .loop table td.thread-options .profile-view .right ul > li,
#buddypress .profile-view .right .ns-messages .messages .loop table td.thread-options ul > li, #buddypress .ns-messages .messages .loop table td.thread-options .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .ns-messages .messages .loop table td.thread-options a {
  font-size: 24px;
  display: inline-block;
  margin: 0 5px;
}
/* line 900, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .info {
  text-align: center;
  padding: 50px 0;
}
/* line 905, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-messages .info.bad-news .icon, #buddypress .ns-messages .info.bad-news .profile-view .left ul > li, #buddypress .profile-view .left .ns-messages .info.bad-news ul > li,
#buddypress .ns-messages .info.bad-news .profile-view .right ul > li,
#buddypress .profile-view .right .ns-messages .info.bad-news ul > li, #buddypress .ns-messages .info.bad-news .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .ns-messages .info.bad-news a {
  font-size: 100px;
  color: #832f2d;
}
/* line 919, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .member-row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 52, ../scss/neat/grid/_omega.scss */
#buddypress .member-row:nth-child(3n) {
  margin-right: 0;
}
/* line 57, ../scss/neat/grid/_omega.scss */
#buddypress .member-row:nth-child(3n+1) {
  clear: left;
}
/* line 926, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .left-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress .member-row .left-wrapper:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  /* line 926, ../scss/partials/base/_buddypress.scss */
  #buddypress .member-row .left-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .member-row .left-wrapper:last-child {
    margin-right: 0;
  }
}
/* line 934, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-info-card {
  min-height: 200px;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
/* line 947, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-info-card .member-header-avatar {
  width: 15%;
  margin-right: 5%;
  min-width: 120px;
}
/* line 951, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-info-card .member-header-avatar img.avatar {
  width: 100% !important;
  height: auto !important;
}
/* line 956, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-info-card .member-meta-bio {
  width: 80%;
}
/* line 959, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-info-card .member-meta-bio .item-block-content {
  margin-top: 20px;
}
/* line 962, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-info-card .member-meta-bio .item-block-content .icon, #buddypress .member-row .member-info-card .member-meta-bio .item-block-content .profile-view .left ul > li, #buddypress .profile-view .left .member-row .member-info-card .member-meta-bio .item-block-content ul > li,
#buddypress .member-row .member-info-card .member-meta-bio .item-block-content .profile-view .right ul > li,
#buddypress .profile-view .right .member-row .member-info-card .member-meta-bio .item-block-content ul > li, #buddypress .member-row .member-info-card .member-meta-bio .item-block-content .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .member-row .member-info-card .member-meta-bio .item-block-content a {
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  width: 50px;
  height: 50px;
  font-size: 28px;
  padding-top: 12px;
}
/* line 972, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-info-card .member-meta-bio .item-block-content .item-subblock {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  /* line 972, ../scss/partials/base/_buddypress.scss */
  #buddypress .member-row .member-info-card .member-meta-bio .item-block-content .item-subblock {
    margin-bottom: 0;
  }
}
/* line 984, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-notifications {
  background-color: #f6f6f6;
  margin-top: 15px;
}
/* line 987, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-notifications h3 {
  margin-bottom: 30px;
}
/* line 993, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-notifications .prompt {
  font-weight: 700;
}
/* line 998, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-settings,
#buddypress .member-row .member-change-avatar {
  background-color: #f6f6f6;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 15px;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress .member-row .member-settings:last-child,
#buddypress .member-row .member-change-avatar:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  /* line 998, ../scss/partials/base/_buddypress.scss */
  #buddypress .member-row .member-settings,
  #buddypress .member-row .member-change-avatar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-top: 0;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .member-row .member-settings:last-child,
  #buddypress .member-row .member-change-avatar:last-child {
    margin-right: 0;
  }
}
/* line 1007, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-settings h3,
#buddypress .member-row .member-change-avatar h3 {
  margin-bottom: 30px;
}
/* line 1013, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-settings a.button.edit, #buddypress .member-row .member-settings .member-login-forms .content-wrapper a.edit.lostpassword-button, .member-login-forms .content-wrapper #buddypress .member-row .member-settings a.edit.lostpassword-button, #buddypress .member-row .member-settings .profile-callout-block a.edit.item-block-button-go, #buddypress .member-row .profile-callout-block .member-settings a.edit.item-block-button-go,
#buddypress .member-row .member-settings .callout-block a.edit.item-block-button-go,
#buddypress .member-row .callout-block .member-settings a.edit.item-block-button-go, #buddypress .member-row .member-settings .tab-content .nsc-item-listing .item-info .item-details .rsvp a.edit.action, #buddypress .tab-content .nsc-item-listing .item-info .item-details .rsvp .member-row .member-settings a.edit.action, #buddypress .member-row .member-settings #whats-new-form a.edit#aw-whats-new-submit, #buddypress #whats-new-form .member-row .member-settings a.edit#aw-whats-new-submit,
#buddypress .member-row .member-change-avatar a.button.edit,
#buddypress .member-row .member-change-avatar .member-login-forms .content-wrapper a.edit.lostpassword-button,
.member-login-forms .content-wrapper #buddypress .member-row .member-change-avatar a.edit.lostpassword-button,
#buddypress .member-row .member-change-avatar .profile-callout-block a.edit.item-block-button-go,
#buddypress .member-row .profile-callout-block .member-change-avatar a.edit.item-block-button-go,
#buddypress .member-row .member-change-avatar .callout-block a.edit.item-block-button-go,
#buddypress .member-row .callout-block .member-change-avatar a.edit.item-block-button-go,
#buddypress .member-row .member-change-avatar .tab-content .nsc-item-listing .item-info .item-details .rsvp a.edit.action,
#buddypress .tab-content .nsc-item-listing .item-info .item-details .rsvp .member-row .member-change-avatar a.edit.action,
#buddypress .member-row .member-change-avatar #whats-new-form a.edit#aw-whats-new-submit,
#buddypress #whats-new-form .member-row .member-change-avatar a.edit#aw-whats-new-submit {
  margin: 30px 0;
}
/* line 1016, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .member-settings .bp-progress,
#buddypress .member-row .member-change-avatar .bp-progress {
  margin: 0;
}
/* line 1026, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .form-row label {
  font-weight: 700;
}
/* line 1029, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .form-row .settings-input {
  margin-top: 15px;
  display: block;
}
/* line 1039, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block,
#buddypress .member-row .callout-block {
  text-align: center;
  background-color: #f6f6f6;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 15px;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress .member-row .profile-callout-block:last-child,
#buddypress .member-row .callout-block:last-child {
  margin-right: 0;
}
@media screen and (min-width: 580px) {
  /* line 1039, ../scss/partials/base/_buddypress.scss */
  #buddypress .member-row .profile-callout-block,
  #buddypress .member-row .callout-block {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-top: 0;
    min-height: 200px;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .member-row .profile-callout-block:last-child,
  #buddypress .member-row .callout-block:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 1039, ../scss/partials/base/_buddypress.scss */
  #buddypress .member-row .profile-callout-block,
  #buddypress .member-row .callout-block {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-top: 0;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .member-row .profile-callout-block:last-child,
  #buddypress .member-row .callout-block:last-child {
    margin-right: 0;
  }
}
/* line 1058, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block h2, #buddypress .member-row .profile-callout-block #members-list li .item-title, #buddypress #members-list li .member-row .profile-callout-block .item-title,
#buddypress .member-row .callout-block h2,
#buddypress .member-row .callout-block #members-list li .item-title,
#buddypress #members-list li .member-row .callout-block .item-title {
  color: #fd6464;
  margin-bottom: 10px;
}
/* line 1061, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block h2 .icon, #buddypress .member-row .profile-callout-block #members-list li .item-title .icon, #buddypress #members-list li .member-row .profile-callout-block .item-title .icon, #buddypress .member-row .profile-callout-block h2 .profile-view .left ul > li, #buddypress .profile-view .left .member-row .profile-callout-block h2 ul > li, #buddypress .member-row .profile-callout-block #members-list li .item-title .profile-view .left ul > li, #buddypress .profile-view .left .member-row .profile-callout-block #members-list li .item-title ul > li, #buddypress #members-list li .member-row .profile-callout-block .item-title .profile-view .left ul > li, #buddypress .profile-view .left #members-list li .member-row .profile-callout-block .item-title ul > li,
#buddypress .member-row .profile-callout-block h2 .profile-view .right ul > li,
#buddypress .profile-view .right .member-row .profile-callout-block h2 ul > li,
#buddypress .member-row .profile-callout-block #members-list li .item-title .profile-view .right ul > li,
#buddypress .profile-view .right .member-row .profile-callout-block #members-list li .item-title ul > li,
#buddypress #members-list li .member-row .profile-callout-block .item-title .profile-view .right ul > li,
#buddypress .profile-view .right #members-list li .member-row .profile-callout-block .item-title ul > li, #buddypress .member-row .profile-callout-block h2 .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .member-row .profile-callout-block h2 a, #buddypress .member-row .profile-callout-block #members-list li .item-title .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .member-row .profile-callout-block #members-list li .item-title a, #buddypress #members-list li .member-row .profile-callout-block .item-title .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta #members-list li .member-row .profile-callout-block .item-title a,
#buddypress .member-row .callout-block h2 .icon,
#buddypress .member-row .callout-block #members-list li .item-title .icon,
#buddypress #members-list li .member-row .callout-block .item-title .icon,
#buddypress .member-row .callout-block h2 .profile-view .left ul > li,
#buddypress .profile-view .left .member-row .callout-block h2 ul > li,
#buddypress .member-row .callout-block #members-list li .item-title .profile-view .left ul > li,
#buddypress .profile-view .left .member-row .callout-block #members-list li .item-title ul > li,
#buddypress #members-list li .member-row .callout-block .item-title .profile-view .left ul > li,
#buddypress .profile-view .left #members-list li .member-row .callout-block .item-title ul > li,
#buddypress .member-row .callout-block h2 .profile-view .right ul > li,
#buddypress .profile-view .right .member-row .callout-block h2 ul > li,
#buddypress .member-row .callout-block #members-list li .item-title .profile-view .right ul > li,
#buddypress .profile-view .right .member-row .callout-block #members-list li .item-title ul > li,
#buddypress #members-list li .member-row .callout-block .item-title .profile-view .right ul > li,
#buddypress .profile-view .right #members-list li .member-row .callout-block .item-title ul > li,
#buddypress .member-row .callout-block h2 .activity-list .activity-item .activity-content .activity-meta a,
#buddypress .activity-list .activity-item .activity-content .activity-meta .member-row .callout-block h2 a,
#buddypress .member-row .callout-block #members-list li .item-title .activity-list .activity-item .activity-content .activity-meta a,
#buddypress .activity-list .activity-item .activity-content .activity-meta .member-row .callout-block #members-list li .item-title a,
#buddypress #members-list li .member-row .callout-block .item-title .activity-list .activity-item .activity-content .activity-meta a,
#buddypress .activity-list .activity-item .activity-content .activity-meta #members-list li .member-row .callout-block .item-title a {
  font-size: 80%;
  display: block;
  margin-bottom: 10px;
}
/* line 1067, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block .item-block-content,
#buddypress .member-row .callout-block .item-block-content {
  color: #9d9d9d;
  margin-bottom: 10px;
}
/* line 1075, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 30px;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress .member-row .profile-callout-block:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  /* line 1075, ../scss/partials/base/_buddypress.scss */
  #buddypress .member-row .profile-callout-block {
    margin-top: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .member-row .profile-callout-block:last-child {
    margin-right: 0;
  }
}
/* line 1083, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block .profile-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
}
@media screen and (min-width: 580px) {
  /* line 1083, ../scss/partials/base/_buddypress.scss */
  #buddypress .member-row .profile-callout-block .profile-info {
    padding-top: 15px;
  }
}
/* line 1099, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block .profile-info .industry,
#buddypress .member-row .profile-callout-block .profile-info .member-status {
  margin-top: 15px;
}
/* line 1103, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block .profile-info .headline {
  color: #9d9d9d;
  text-align: center;
}
@media screen and (min-width: 580px) {
  /* line 1103, ../scss/partials/base/_buddypress.scss */
  #buddypress .member-row .profile-callout-block .profile-info .headline {
    text-align: left;
  }
}
/* line 1111, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block .profile-info .headline .icon, #buddypress .member-row .profile-callout-block .profile-info .headline .profile-view .left ul > li, #buddypress .profile-view .left .member-row .profile-callout-block .profile-info .headline ul > li,
#buddypress .member-row .profile-callout-block .profile-info .headline .profile-view .right ul > li,
#buddypress .profile-view .right .member-row .profile-callout-block .profile-info .headline ul > li, #buddypress .member-row .profile-callout-block .profile-info .headline .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .member-row .profile-callout-block .profile-info .headline a {
  font-size: 33px;
  text-align: top;
  width: 100%;
  display: block;
}
@media screen and (min-width: 580px) {
  /* line 1111, ../scss/partials/base/_buddypress.scss */
  #buddypress .member-row .profile-callout-block .profile-info .headline .icon, #buddypress .member-row .profile-callout-block .profile-info .headline .profile-view .left ul > li, #buddypress .profile-view .left .member-row .profile-callout-block .profile-info .headline ul > li,
  #buddypress .member-row .profile-callout-block .profile-info .headline .profile-view .right ul > li,
  #buddypress .profile-view .right .member-row .profile-callout-block .profile-info .headline ul > li, #buddypress .member-row .profile-callout-block .profile-info .headline .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .member-row .profile-callout-block .profile-info .headline a {
    width: 45px;
    display: inline-block;
  }
}
/* line 1121, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block .profile-info .headline .icon.icon_marker:before, #buddypress .member-row .profile-callout-block .profile-info .headline .profile-view .left ul > li.icon_marker:before, #buddypress .profile-view .left .member-row .profile-callout-block .profile-info .headline ul > li.icon_marker:before,
#buddypress .member-row .profile-callout-block .profile-info .headline .profile-view .right ul > li.icon_marker:before,
#buddypress .profile-view .right .member-row .profile-callout-block .profile-info .headline ul > li.icon_marker:before, #buddypress .member-row .profile-callout-block .profile-info .headline .activity-list .activity-item .activity-content .activity-meta a.icon_marker:before, #buddypress .activity-list .activity-item .activity-content .activity-meta .member-row .profile-callout-block .profile-info .headline a.icon_marker:before {
  margin-left: 5px;
}
/* line 1127, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block .profile-info .border {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
/* line 1132, ../scss/partials/base/_buddypress.scss */
#buddypress .member-row .profile-callout-block .profile-info .item-block-content {
  color: #000;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 580px) {
  /* line 1132, ../scss/partials/base/_buddypress.scss */
  #buddypress .member-row .profile-callout-block .profile-info .item-block-content {
    font-size: 120%;
    padding-left: 45px;
    margin: -5px 10px 0 0;
  }
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .notifications-menu ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1153, ../scss/partials/base/_buddypress.scss */
#buddypress .notifications-menu ul li {
  float: left;
  margin-right: 20px;
}
/* line 1156, ../scss/partials/base/_buddypress.scss */
#buddypress .notifications-menu ul li.filters-title {
  font-weight: 700;
}
/* line 1159, ../scss/partials/base/_buddypress.scss */
#buddypress .notifications-menu ul li.last {
  float: right;
  margin-right: 0;
}
/* line 1168, ../scss/partials/base/_buddypress.scss */
#buddypress .notifications-list table {
  width: 100%;
}
/* line 1170, ../scss/partials/base/_buddypress.scss */
#buddypress .notifications-list table th {
  font-weight: 700;
  text-transform: capitalize;
  background-color: #eeeeee;
}
/* line 1176, ../scss/partials/base/_buddypress.scss */
#buddypress .notifications-list table th, #buddypress .notifications-list table td {
  padding: 10px;
  text-align: left;
}
/* line 1185, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-view {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .profile-view:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1189, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-view .left,
#buddypress .profile-view .right {
  background: #f6f6f6;
}
/* line 1194, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-view .left h3,
#buddypress .profile-view .right h3 {
  padding-bottom: 20px;
}
/* line 1198, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-view .left ul > li,
#buddypress .profile-view .right ul > li {
  padding-bottom: 10px;
  position: relative;
  display: block;
}
/* line 1204, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-view .left ul > li:before,
#buddypress .profile-view .right ul > li:before {
  color: #0098d8;
  padding-right: 10px;
  vertical-align: middle;
  font-size: 24px;
  position: absolute;
  top: 1px;
}
/* line 1213, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-view .left ul > li.advancing-national-service,
#buddypress .profile-view .right ul > li.advancing-national-service {
  left: 2px;
}
/* line 1221, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-view .left ul > li.making-government-work,
#buddypress .profile-view .right ul > li.making-government-work {
  left: 2px;
}
/* line 1225, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-view .left ul > li.preserving-our-environment,
#buddypress .profile-view .right ul > li.preserving-our-environment {
  left: 1px;
}
/* line 1230, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-view .left ul > li span,
#buddypress .profile-view .right ul > li span {
  font-family: "Gudea", Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  padding-left: 38px;
  padding-bottom: 10px;
  padding-top: 4px;
}
@media screen and (min-width: 992px) {
  /* line 1240, ../scss/partials/base/_buddypress.scss */
  #buddypress .profile-view .left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .profile-view .left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 1245, ../scss/partials/base/_buddypress.scss */
  #buddypress .profile-view .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .profile-view .right:last-child {
    margin-right: 0;
  }
}
/* line 1249, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-view .right .interests {
  margin-top: 30px;
}
/* line 1261, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-forms {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0 !important;
  margin-top: 30px;
  /*@include display(flex);
  @include justify-content(space-between);
  @include align-items(flex-start);
  @include flex-wrap(wrap);
  @include flex-direction(column);
  @include media($medium) {
  	@include flex-direction(row);
  }*/
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress .profile-edit-forms:last-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  /* line 1261, ../scss/partials/base/_buddypress.scss */
  #buddypress .profile-edit-forms {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-top: 0;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .profile-edit-forms:last-child {
    margin-right: 0;
  }
}
/* line 1282, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form .button-nav li {
  margin: 0 5px 0 0;
}
/* line 1284, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form .button-nav li a {
  border: none;
  background-color: #f6f6f6;
}
/* line 1287, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form .button-nav li a:hover {
  border: none;
}
/* line 1292, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form .button-nav li.current a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbbbbb+0,f6f6f6+100 */
  background: #b7b7b7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b7b7b7 0%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b7b7b7 0%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b7b7b7 0%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gray4', endColorstr='$gray7',GradientType=0 );
  /* IE6-9 */
  border: none;
}
/* line 1305, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form form {
  background: #f6f6f6;
  /*&:last-child {
  	margin-top:30px;
  	
  	@include media($medium) {
  		margin-top:0;
  	}
  	
  	@include media($large) {
  		//margin-top:-234px;
  	}
  }*/
}
/* line 1325, ../scss/partials/base/_buddypress.scss */
#buddypress #popup-bio-info {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2000;
  background: #fff;
  padding: 30px;
}
/* line 1333, ../scss/partials/base/_buddypress.scss */
#buddypress #popup-bio-info ul {
  list-style-type: circle;
  padding-left: 30px;
  margin: 10px 0 20px 0;
}
/* line 1346, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio .editfield,
#buddypress .profile-edit-form .editfield {
  margin-bottom: 20px;
}
/* line 1350, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio h3,
#buddypress .profile-edit-form h3 {
  padding-bottom: 20px;
  color: #000;
}
/* line 1353, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio h3 span,
#buddypress .profile-edit-form h3 span {
  font-size: 12px;
}
/* line 1357, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio input[type="text"], #buddypress .profile-edit-form-bio select, #buddypress .profile-edit-form-bio textarea,
#buddypress .profile-edit-form input[type="text"],
#buddypress .profile-edit-form select,
#buddypress .profile-edit-form textarea {
  max-width: 100%;
}
/* line 1364, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio select[multiple],
#buddypress .profile-edit-form select[multiple] {
  background-image: none;
}
/* line 1367, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio .datebox select,
#buddypress .profile-edit-form .datebox select {
  width: 32.7%;
  padding-right: inherit;
}
/* line 1374, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio label,
#buddypress .profile-edit-form label {
  font-weight: 700;
  padding: 0 0 5px 0;
  display: block;
}
/* line 1380, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio .checkbox label,
#buddypress .profile-edit-form .checkbox label {
  font-weight: normal;
}
/* line 1381, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio .checkbox label:first-child,
#buddypress .profile-edit-form .checkbox label:first-child {
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 1386, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio .checkbox label:last-child span,
#buddypress .profile-edit-form .checkbox label:last-child span {
  display: none;
}
/* line 1392, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio .checkbox input,
#buddypress .profile-edit-form .checkbox input {
  margin-right: 10px;
  vertical-align: top;
}
/* line 1397, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio p.description, #buddypress .profile-edit-form-bio span.optional,
#buddypress .profile-edit-form p.description,
#buddypress .profile-edit-form span.optional {
  font-style: italic;
  font-weight: 700;
  color: #b7b7b7;
}
/* line 1405, ../scss/partials/base/_buddypress.scss */
#buddypress .profile-edit-form-bio .field_birthday-month,
#buddypress .profile-edit-form-bio .field_birthday-day,
#buddypress .profile-edit-form .field_birthday-month,
#buddypress .profile-edit-form .field_birthday-day {
  width: 49%;
  display: inline-block;
}
/* line 1413, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-flag-overlay {
  position: relative;
}
/* line 1416, ../scss/partials/base/_buddypress.scss */
#buddypress .ns-flag-overlay span {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #dd322c;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  font-size: 24px;
  bottom: 10px;
  right: 0;
}
/* line 1437, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item {
  padding: 50px 0 15px 0;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .activity-list .activity-item:after {
  content: "";
  display: table;
  clear: both;
}
/* line 52, ../scss/neat/grid/_omega.scss */
#buddypress .activity-list .activity-item:nth-child(2n) {
  margin-right: 0;
}
/* line 57, ../scss/neat/grid/_omega.scss */
#buddypress .activity-list .activity-item:nth-child(2n+1) {
  clear: left;
}
/* line 1444, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item:first-child {
  padding-top: 0;
}
/* line 1448, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-avatar {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 580px) {
  /* line 1448, ../scss/partials/base/_buddypress.scss */
  #buddypress .activity-list .activity-item .activity-avatar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    text-align: left;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .activity-list .activity-item .activity-avatar:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 580px) {
  /* line 1458, ../scss/partials/base/_buddypress.scss */
  #buddypress .activity-list .activity-item .activity-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-right: 0;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .activity-list .activity-item .activity-content:last-child {
    margin-right: 0;
  }
}
/* line 1464, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-header {
  color: #7e7e7e;
}
/* line 1466, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-header a {
  font-weight: 700;
}
/* line 1469, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-header a.activity-time-since {
  display: none;
}
/* line 1474, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-meta {
  margin: 15px 0 0 0;
}
/* line 1476, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-meta a {
  overflow: hidden;
  font-size: 36px;
  height: 36px;
  width: 36px;
  padding: 0 10px 0 0;
  color: #b7b7b7;
}
/* line 4, ../scss/bourbon/addons/_hide-text.scss */
#buddypress .activity-list .activity-item .activity-content .activity-meta a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/* line 1486, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-meta a.loading {
  border: none;
  -webkit-animation: none;
  -moz-animation: none;
  border-color: transparent;
  width: 60px;
  background-image: url(../img/ring.gif);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px 24px;
}
/* line 1497, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-meta a:visited {
  color: #b7b7b7;
}
/* line 1500, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-meta a:hover {
  color: #1fade0;
}
/* line 1503, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-meta a:active {
  color: #003046;
}
/* line 1513, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-meta a.unfav {
  color: #fd6464;
}
/* line 1517, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-meta a.delete-activity {
  font-size: 30px;
  border: none;
  padding-top: 2px;
}
/* line 1522, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-content .activity-meta a.delete-activity:hover {
  border: none;
}
/* line 1529, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-comments {
  clear: both;
  padding: 15px 0;
}
@media screen and (min-width: 580px) {
  /* line 1533, ../scss/partials/base/_buddypress.scss */
  #buddypress .activity-list .activity-item .activity-comments ul {
    margin-left: 17.05961%;
  }
}
/* line 1537, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-comments ul li {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  position: relative;
  margin-bottom: 30px;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .activity-list .activity-item .activity-comments ul li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1543, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-comments ul li .acomment-avatar {
  float: left;
  margin-right: 30px;
}
/* line 1547, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-comments ul li .acomment-content {
  padding-top: 15px;
}
/* line 1550, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-comments ul li .activity-time-since,
#buddypress .activity-list .activity-item .activity-comments ul li .acomment-reply {
  display: none;
}
/* line 1554, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-comments ul li .acomment-options {
  float: right;
  position: absolute;
  right: 0;
  top: 10px;
}
/* line 1563, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-comments form {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .activity-list .activity-item .activity-comments form:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1565, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-comments form .ac-reply-avatar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress .activity-list .activity-item .activity-comments form .ac-reply-avatar:last-child {
  margin-right: 0;
}
/* line 1568, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-comments form .ac-reply-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-right: 0;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress .activity-list .activity-item .activity-comments form .ac-reply-content:last-child {
  margin-right: 0;
}
/* line 1572, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-comments form .ac-reply-content textarea {
  margin-bottom: 10px;
}
/* line 1581, ../scss/partials/base/_buddypress.scss */
#buddypress .activity-list .activity-item .activity-inner {
  margin: 10px 0 5px 0;
}
/* line 1592, ../scss/partials/base/_buddypress.scss */
#buddypress .intro-text {
  font-family: "pt-serif-italic", Georgia, serif;
  color: #003046;
  padding-bottom: 15px;
  font-size: 4rem;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  /* line 1592, ../scss/partials/base/_buddypress.scss */
  #buddypress .intro-text {
    font-size: 2rem;
  }
}
/* line 1613, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .search-filter {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  /* line 1615, ../scss/partials/base/_buddypress.scss */
  #buddypress .tab-content .nsc-item-listing .search-filter form {
    margin-left: 17.05961%;
  }
}
/* line 1619, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .search-filter form label {
  font-weight: 700;
  color: #a7a7a7;
  padding-right: 20px;
  display: block;
}
@media screen and (min-width: 580px) {
  /* line 1619, ../scss/partials/base/_buddypress.scss */
  #buddypress .tab-content .nsc-item-listing .search-filter form label {
    display: inline;
  }
}
/* line 1628, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .search-filter form select {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 580px) {
  /* line 1628, ../scss/partials/base/_buddypress.scss */
  #buddypress .tab-content .nsc-item-listing .search-filter form select {
    width: 33%;
  }
}
/* line 1638, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .item-info {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin: 30px 0;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .tab-content .nsc-item-listing .item-info:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1641, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .item-info .item-icon {
  margin-bottom: 20px;
}
/* line 1643, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .item-info .item-icon .icon, #buddypress .tab-content .nsc-item-listing .item-info .item-icon .profile-view .left ul > li, #buddypress .profile-view .left .tab-content .nsc-item-listing .item-info .item-icon ul > li,
#buddypress .tab-content .nsc-item-listing .item-info .item-icon .profile-view .right ul > li,
#buddypress .profile-view .right .tab-content .nsc-item-listing .item-info .item-icon ul > li, #buddypress .tab-content .nsc-item-listing .item-info .item-icon .activity-list .activity-item .activity-content .activity-meta a, #buddypress .activity-list .activity-item .activity-content .activity-meta .tab-content .nsc-item-listing .item-info .item-icon a {
  color: #fd6464;
  font-size: 50px;
  border-radius: 50%;
  border: 1px solid #fd6464;
  width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  padding-top: 22px;
  padding-left: 3px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  /* line 1641, ../scss/partials/base/_buddypress.scss */
  #buddypress .tab-content .nsc-item-listing .item-info .item-icon {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .tab-content .nsc-item-listing .item-info .item-icon:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 1661, ../scss/partials/base/_buddypress.scss */
  #buddypress .tab-content .nsc-item-listing .item-info .item-details {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress .tab-content .nsc-item-listing .item-info .item-details:last-child {
    margin-right: 0;
  }
}
/* line 1665, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .item-info .item-details a.item-title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
/* line 1672, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .item-info .item-details .date-location {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin: 30px 0;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress .tab-content .nsc-item-listing .item-info .item-details .date-location:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1676, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .item-info .item-details .date-location .date-time,
#buddypress .tab-content .nsc-item-listing .item-info .item-details .date-location .location {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 20px;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress .tab-content .nsc-item-listing .item-info .item-details .date-location .date-time:last-child,
#buddypress .tab-content .nsc-item-listing .item-info .item-details .date-location .location:last-child {
  margin-right: 0;
}
/* line 1681, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .item-info .item-details .date-location .date-time:before,
#buddypress .tab-content .nsc-item-listing .item-info .item-details .date-location .location:before {
  position: absolute;
  margin-left: -20px;
  font-size: 28px;
}
/* line 1686, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .item-info .item-details .date-location .date-time span,
#buddypress .tab-content .nsc-item-listing .item-info .item-details .date-location .location span {
  font-family: "Gudea", Arial, sans-serif;
  display: block;
  padding-left: 20px;
}
/* line 1699, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .item-info .item-details .rsvp span {
  font-size: 2rem;
  vertical-align: text-top;
  display: inline-block;
  color: #fd6464;
  margin: 0 20px;
}
/* line 1709, ../scss/partials/base/_buddypress.scss */
#buddypress .tab-content .nsc-item-listing .no-items {
  text-align: center;
  padding: 30px 0;
}
/* line 1722, ../scss/partials/base/_buddypress.scss */
#buddypress .bp-avatar .drag-drop-buttons label {
  display: none;
}
/* line 1732, ../scss/partials/base/_buddypress.scss */
#buddypress #whats-new-form p.activity-greeting {
  font-size: 2rem;
  display: inline-block;
  vertical-align: top;
  padding: 1.5rem;
}
/* line 1738, ../scss/partials/base/_buddypress.scss */
#buddypress #whats-new-form #whats-new-avatar,
#buddypress #whats-new-form p.activity-greeting {
  display: inline-block;
}
/* line 1742, ../scss/partials/base/_buddypress.scss */
#buddypress #whats-new-form #whats-new-textarea {
  margin-top: 15px;
  float: none;
  clear: both;
}
/* line 1755, ../scss/partials/base/_buddypress.scss */
#buddypress #members-dir-search .page-header,
#buddypress #members-dir-search .member-search-filter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress #members-dir-search .page-header:last-child,
#buddypress #members-dir-search .member-search-filter:last-child {
  margin-right: 0;
}
/* line 1759, ../scss/partials/base/_buddypress.scss */
#buddypress #members-dir-search .member-search-filter {
  text-align: right;
}
/* line 1762, ../scss/partials/base/_buddypress.scss */
#buddypress #members-dir-search input[type="text"] {
  margin: 30px 0;
}
/* line 1766, ../scss/partials/base/_buddypress.scss */
#buddypress #members-dir-search #council_branch,
#buddypress #members-dir-search #industry,
#buddypress #members-dir-search #nationswell_topics,
#buddypress #members-dir-search #interested_in {
  margin-bottom: 10px;
}
@media screen and (min-width: 580px) {
  /* line 1766, ../scss/partials/base/_buddypress.scss */
  #buddypress #members-dir-search #council_branch,
  #buddypress #members-dir-search #industry,
  #buddypress #members-dir-search #nationswell_topics,
  #buddypress #members-dir-search #interested_in {
    width: 23%;
    margin-right: 2.66666%;
    margin-bottom: 0;
  }
}
/* line 1779, ../scss/partials/base/_buddypress.scss */
#buddypress #members-dir-search #interested_in {
  margin-right: 0;
}
/* line 1782, ../scss/partials/base/_buddypress.scss */
#buddypress #members-dir-search input[type="submit"] {
  margin-top: 30px;
  display: inline-block;
}
/* line 1787, ../scss/partials/base/_buddypress.scss */
#buddypress #members-dir-search .reset {
  margin-left: 20px;
  border-left: 1px solid #b7b7b7;
  padding: 10px 20px;
  vertical-align: baseline;
  display: inline-block;
}
/* line 1799, ../scss/partials/base/_buddypress.scss */
#buddypress #pag-top {
  display: none;
}
/* line 1802, ../scss/partials/base/_buddypress.scss */
#buddypress #members-list {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
/* line 15, ../scss/bourbon/addons/_clearfix.scss */
#buddypress #members-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1804, ../scss/partials/base/_buddypress.scss */
#buddypress #members-list li {
  background: #f6f6f6;
  margin-bottom: 2rem;
  padding: 15px;
  min-height: 125px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
/* line 52, ../scss/neat/grid/_omega.scss */
#buddypress #members-list li:nth-child(1n) {
  margin-right: 0;
}
/* line 57, ../scss/neat/grid/_omega.scss */
#buddypress #members-list li:nth-child(1n+1) {
  clear: left;
}
/* line 38, ../scss/neat/grid/_span-columns.scss */
#buddypress #members-list li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 580px) {
  /* line 1804, ../scss/partials/base/_buddypress.scss */
  #buddypress #members-list li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress #members-list li:last-child {
    margin-right: 0;
  }
  /* line 7, ../scss/partials/base/_buddypress.scss */
  #buddypress #members-list li:nth-child(1n) {
    margin-right: 2.35765%;
  }
  /* line 9, ../scss/partials/base/_buddypress.scss */
  #buddypress #members-list li:nth-child(1n+1) {
    clear: none;
  }
  /* line 52, ../scss/neat/grid/_omega.scss */
  #buddypress #members-list li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 57, ../scss/neat/grid/_omega.scss */
  #buddypress #members-list li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 992px) {
  /* line 1804, ../scss/partials/base/_buddypress.scss */
  #buddypress #members-list li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  /* line 38, ../scss/neat/grid/_span-columns.scss */
  #buddypress #members-list li:last-child {
    margin-right: 0;
  }
  /* line 7, ../scss/partials/base/_buddypress.scss */
  #buddypress #members-list li:nth-child(2n) {
    margin-right: 2.35765%;
  }
  /* line 9, ../scss/partials/base/_buddypress.scss */
  #buddypress #members-list li:nth-child(2n+1) {
    clear: none;
  }
  /* line 52, ../scss/neat/grid/_omega.scss */
  #buddypress #members-list li:nth-child(3n) {
    margin-right: 0;
  }
  /* line 57, ../scss/neat/grid/_omega.scss */
  #buddypress #members-list li:nth-child(3n+1) {
    clear: left;
  }
}
/* line 1839, ../scss/partials/base/_buddypress.scss */
#buddypress #members-list li .item-avatar,
#buddypress #members-list li .item {
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 580px) {
  /* line 1839, ../scss/partials/base/_buddypress.scss */
  #buddypress #members-list li .item-avatar,
  #buddypress #members-list li .item {
    text-align: left;
  }
}
/* line 1847, ../scss/partials/base/_buddypress.scss */
#buddypress #members-list li .item-avatar {
  width: 20%;
  margin-right: 5%;
}
/* line 1850, ../scss/partials/base/_buddypress.scss */
#buddypress #members-list li .item-avatar span {
  width: 16px;
  height: 16px;
  padding-top: 3px;
  font-size: 14px;
  bottom: 20px;
  right: 7px;
}
/* line 1860, ../scss/partials/base/_buddypress.scss */
#buddypress #members-list li .item {
  width: 75%;
}
/* line 1863, ../scss/partials/base/_buddypress.scss */
#buddypress #members-list li .item-title {
  margin-bottom: 2px;
}
/* line 1866, ../scss/partials/base/_buddypress.scss */
#buddypress #members-list li .item-title a {
  color: #000;
}
/* line 1874, ../scss/partials/base/_buddypress.scss */
#buddypress .pagination .pag-count,
#buddypress .pagination .pagination-links {
  padding-bottom: 10px;
  text-align: center;
}

/* line 1889, ../scss/partials/base/_buddypress.scss */
#tooltip {
  text-align: center;
  color: #fff;
  background: #2d2d2d;
  position: absolute;
  z-index: 100;
  padding: 15px 15px 20px 15px;
  font-family: "Gudea", Arial, sans-serif;
  line-height: 125%;
}
/* line 1898, ../scss/partials/base/_buddypress.scss */
#tooltip em {
  font-family: "pt-serif-italic", Georgia, serif;
}

/* line 1903, ../scss/partials/base/_buddypress.scss */
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2d2d2d;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

/* line 1917, ../scss/partials/base/_buddypress.scss */
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #2d2d2d;
  top: -20px;
  bottom: auto;
}

/* line 1924, ../scss/partials/base/_buddypress.scss */
#tooltip.left:after {
  left: 10px;
  margin: 0;
}

/* line 1929, ../scss/partials/base/_buddypress.scss */
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

/* line 1939, ../scss/partials/base/_buddypress.scss */
#buddypress table.notifications tr.alt td,
#buddypress table.notifications-settings tr.alt td,
#buddypress table.profile-settings tr.alt td,
#buddypress table.profile-fields tr.alt td,
#buddypress table.wp-profile-fields tr.alt td,
#buddypress table.messages-notices tr.alt td,
#buddypress table.forum tr.alt td {
  background: #f5f5f5;
}

/* line 1948, ../scss/partials/base/_buddypress.scss */
#buddypress table.notification-settings {
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

/* line 1953, ../scss/partials/base/_buddypress.scss */
#buddypress #groups-notification-settings {
  margin-bottom: 0;
}

/* line 1956, ../scss/partials/base/_buddypress.scss */
#buddypress table.notifications th.icon,
#buddypress table.notifications td:first-child,
#buddypress table.notification-settings th.icon,
#buddypress table.notification-settings td:first-child {
  display: none;
}

/* line 1962, ../scss/partials/base/_buddypress.scss */
#buddypress table.notification-settings td {
  padding: 15px 0;
}

/* line 1965, ../scss/partials/base/_buddypress.scss */
#buddypress table.notification-settings th.title,
#buddypress table.profile-settings th.title {
  width: 80%;
}

/* line 1970, ../scss/partials/base/_buddypress.scss */
#buddypress table.notification-settings .yes,
#buddypress table.notification-settings .no {
  text-align: center;
  width: 40px;
}

/*--------------------------------------------------------------
LEGACY STYLES CARRIED OVER FROM DEFAULT CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Ajax Loading
--------------------------------------------------------------*/
/* line 1992, ../scss/partials/base/_buddypress.scss */
#buddypress a.loading,
#buddypress input.loading {
  -webkit-animation: loader-pulsate .5s infinite ease-in-out alternate;
  -moz-animation: loader-pulsate .5s infinite ease-in-out alternate;
  border-color: #aaa;
}

@-webkit-keyframes loader-pulsate {
  from {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
  }
  to {
    border-color: #ccc;
    -webkit-box-shadow: 0 0 6px #f8f8f8;
    box-shadow: 0 0 6px #f8f8f8;
  }
}
@-moz-keyframes loader-pulsate {
  from {
    border-color: #aaa;
    -moz-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
  }
  to {
    border-color: #ccc;
    -moz-box-shadow: 0 0 6px #f8f8f8;
    box-shadow: 0 0 6px #f8f8f8;
  }
}
/* line 2023, ../scss/partials/base/_buddypress.scss */
#buddypress a.loading:hover,
#buddypress input.loading:hover {
  color: #767676;
}

/* line 2027, ../scss/partials/base/_buddypress.scss */
#buddypress input[type="submit"].pending,
#buddypress input[type="button"].pending,
#buddypress input[type="reset"].pending,
#buddypress input[type="submit"].disabled,
#buddypress input[type="button"].disabled,
#buddypress input[type="reset"].disabled,
#buddypress input[type="submit"][disabled=disabled],
#buddypress button.pending,
#buddypress button.disabled,
#buddypress div.pending a,
#buddypress a.disabled {
  border-color: #eee;
  color: #bbb;
  cursor: default;
}

/* line 2042, ../scss/partials/base/_buddypress.scss */
#buddypress input[type="submit"]:hover.pending,
#buddypress input[type="button"]:hover.pending,
#buddypress input[type="reset"]:hover.pending,
#buddypress input[type="submit"]:hover.disabled,
#buddypress input[type="button"]:hover.disabled,
#buddypress input[type="reset"]:hover.disabled,
#buddypress button.pending:hover,
#buddypress button.disabled:hover,
#buddypress div.pending a:hover,
#buddypress a.disabled:hover {
  border-color: #eee;
  color: #bbb;
}

/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/
/* line 2062, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form textarea,
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form input[type=password],
#buddypress .dir-search input[type=search],
#buddypress .dir-search input[type=text],
#buddypress .groups-members-search input[type=search],
#buddypress .groups-members-search input[type=text] {
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #767676;
  font: inherit;
  font-size: 100%;
  padding: 6px;
}

/* line 2092, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form select {
  padding: 3px;
}

/* line 2095, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form input[type=password] {
  margin-bottom: 5px;
}

/* line 2098, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form label,
#buddypress .standard-form span.label {
  display: block;
  font-weight: bold;
  margin: 15px 0 5px 0;
  width: auto;
}

/* line 2105, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form p label,
#buddypress .standard-form #invite-list label {
  font-weight: normal;
  margin: auto;
}

/* line 2110, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form div.checkbox label:nth-child(n+2),
#buddypress .standard-form div.radio div label {
  color: #767676;
  font-size: 100%;
  font-weight: normal;
  margin: 5px 0 0 0;
}

/* line 2117, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form#sidebar-login-form label {
  margin-top: 5px;
}

/* line 2120, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form input[type=text] {
  width: 75%;
}

/* line 2123, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form#sidebar-login-form input[type=text],
#buddypress .standard-form#sidebar-login-form input[type=password] {
  padding: 4px;
  width: 95%;
}

/* line 2128, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form #basic-details-section input[type=password],
#buddypress .standard-form #blog-details-section input#signup_blog_url {
  width: 35%;
}

/* line 2132, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form#signup_form input[type=text],
#buddypress .standard-form#signup_form textarea,
#buddypress .form-allowed-tags,
#buddypress #commentform input[type=text],
#buddypress #commentform textarea {
  width: 90%;
}

/* line 2139, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form#signup_form div.submit {
  float: right;
}

/* line 2142, ../scss/partials/base/_buddypress.scss */
#buddypress div#signup-avatar img {
  margin: 0 15px 10px 0;
}

/* line 2145, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form textarea {
  width: 75%;
  height: 120px;
}

/* line 2149, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form textarea#message_content {
  height: 200px;
}

/* line 2152, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form#send-reply textarea {
  width: 97.5%;
}

/* line 2155, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form p.description {
  color: #767676;
  font-size: 80%;
  margin: 5px 0;
}

/* line 2160, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form div.submit {
  clear: both;
  padding: 15px 0 0 0;
}

/* line 2164, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form p.submit {
  margin-bottom: 0;
  padding: 15px 0 0 0;
}

/* line 2168, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form div.submit input {
  margin-right: 15px;
}

/* line 2171, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form div.radio ul {
  margin: 10px 0 15px 38px;
  list-style: disc;
}

/* line 2175, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form div.radio ul li {
  margin-bottom: 5px;
}

/* line 2178, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form a.clear-value {
  display: block;
  margin-top: 5px;
  outline: none;
}

/* line 2183, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form #basic-details-section,
#buddypress .standard-form #blog-details-section,
#buddypress .standard-form #profile-details-section {
  float: left;
  width: 48%;
}

/* line 2189, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form #profile-details-section {
  float: right;
}

/* line 2192, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form #blog-details-section,
#buddypress #notifications-bulk-management {
  clear: left;
}

/* line 2196, ../scss/partials/base/_buddypress.scss */
body.no-js #buddypress #notifications-bulk-management #select-all-notifications,
body.no-js #buddypress label[for="message-type-select"],
body.no-js #buddypress #message-type-select,
body.no-js #buddypress #delete_inbox_messages,
body.no-js #buddypress #delete_sentbox_messages,
body.no-js #buddypress #messages-bulk-management #select-all-messages {
  display: none;
}

/* line 2204, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form input:focus,
#buddypress .standard-form textarea:focus,
#buddypress .standard-form select:focus {
  background: #fafafa;
  color: #555;
}

/* line 2210, ../scss/partials/base/_buddypress.scss */
#buddypress form#send-invite-form {
  margin-top: 20px;
}

/* line 2213, ../scss/partials/base/_buddypress.scss */
#buddypress div#invite-list {
  background: #f5f5f5;
  height: 400px;
  margin: 0 0 10px;
  overflow: auto;
  padding: 5px;
  width: 160px;
}

/* line 2222, ../scss/partials/base/_buddypress.scss */
#buddypress input[type=submit],
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress ul.button-nav li a,
#buddypress .generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
  background: #fff;
  /* Old browsers */
  border: 1px solid #ccc;
  color: #767676;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
}

/* line 2240, ../scss/partials/base/_buddypress.scss */
#buddypress input[type=submit]:hover,
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}

/* line 2254, ../scss/partials/base/_buddypress.scss */
#buddypress form.standard-form .left-menu {
  float: left;
}

/* line 2258, ../scss/partials/base/_buddypress.scss */
#buddypress form.standard-form .left-menu #invite-list ul {
  margin: 1%;
  list-style: none;
}

/* line 2263, ../scss/partials/base/_buddypress.scss */
#buddypress form.standard-form .left-menu #invite-list ul li {
  margin: 0 0 0 1%;
}

/* line 2267, ../scss/partials/base/_buddypress.scss */
#buddypress form.standard-form .main-column {
  margin-left: 190px;
}

/* line 2271, ../scss/partials/base/_buddypress.scss */
#buddypress form.standard-form .main-column ul#friend-list {
  clear: none;
  float: left;
}

/* line 2276, ../scss/partials/base/_buddypress.scss */
#buddypress form.standard-form .main-column ul#friend-list h4 {
  clear: none;
}

/* Overrides for embedded WP editors */
/* line 2281, ../scss/partials/base/_buddypress.scss */
#buddypress .wp-editor-wrap a.button, #buddypress .wp-editor-wrap .member-login-forms .content-wrapper a.lostpassword-button, .member-login-forms .content-wrapper #buddypress .wp-editor-wrap a.lostpassword-button, #buddypress .wp-editor-wrap .member-row .profile-callout-block a.item-block-button-go, #buddypress .member-row .profile-callout-block .wp-editor-wrap a.item-block-button-go,
#buddypress .wp-editor-wrap .member-row .callout-block a.item-block-button-go,
#buddypress .member-row .callout-block .wp-editor-wrap a.item-block-button-go, #buddypress .wp-editor-wrap .tab-content .nsc-item-listing .item-info .item-details .rsvp a.action, #buddypress .tab-content .nsc-item-listing .item-info .item-details .rsvp .wp-editor-wrap a.action, #buddypress .wp-editor-wrap #whats-new-form a#aw-whats-new-submit, #buddypress #whats-new-form .wp-editor-wrap a#aw-whats-new-submit,
#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap input[type=submit],
#buddypress .wp-editor-wrap input[type=button],
#buddypress .wp-editor-wrap input[type=reset] {
  padding: 0 8px 1px;
}

/* Form classes & generic attr styling */
/* line 2290, ../scss/partials/base/_buddypress.scss */
#buddypress form *[disabled="disabled"] {
  cursor: default;
  opacity: .4;
}

/* line 2295, ../scss/partials/base/_buddypress.scss */
.bp-screen-reader-text, #buddypress .ns-messages .messages .message-search form label, #buddypress .profile-edit-form-bio .bp-required-field-label,
#buddypress .profile-edit-form .bp-required-field-label, #buddypress table.notification-settings th.title,
#buddypress table.profile-settings th.title {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
}

/*--------------------------------------------------------------
3.4 - Errors / Success Messages
--------------------------------------------------------------*/
/* line 2309, ../scss/partials/base/_buddypress.scss */
#buddypress div#message {
  margin: 0 0 15px;
}

/* line 2312, ../scss/partials/base/_buddypress.scss */
#buddypress #message.info {
  margin-bottom: 0;
}

/* line 2315, ../scss/partials/base/_buddypress.scss */
#buddypress div#message.updated {
  clear: both;
  /*display: block;*/
}

/* line 2319, ../scss/partials/base/_buddypress.scss */
#buddypress div#message p,
#sitewide-notice p {
  font-size: 90%;
  display: block;
  padding: 10px 15px;
}

/* line 2325, ../scss/partials/base/_buddypress.scss */
#buddypress div#message.notice p {
  background-color: #fff9db;
  border: 1px solid #e9e0b0;
  clear: left;
  color: #2d2d2d;
  position: relative;
}
/* line 2331, ../scss/partials/base/_buddypress.scss */
#buddypress div#message.notice p strong {
  font-weight: 700;
  font-size: 2rem;
}
/* line 2335, ../scss/partials/base/_buddypress.scss */
#buddypress div#message.notice p a#close-notice {
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 2343, ../scss/partials/base/_buddypress.scss */
#buddypress div#message.error p {
  background-color: #fdc;
  border: 1px solid #a00;
  clear: left;
  color: #800;
}

/* line 2349, ../scss/partials/base/_buddypress.scss */
#buddypress div#message.warning p {
  background-color: #ffe0af;
  border: 1px solid #ffd087;
  clear: left;
  color: #800;
}

/* line 2355, ../scss/partials/base/_buddypress.scss */
#buddypress div#message.updated p {
  background-color: #efc;
  border: 1px solid #591;
  color: #250;
}

/* line 2360, ../scss/partials/base/_buddypress.scss */
#buddypress #pass-strength-result {
  background-color: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  display: none;
  margin: 5px 5px 5px 0;
  padding: 5px;
  text-align: center;
  width: 150px;
}

/* line 2371, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form #basic-details-section #pass-strength-result {
  width: 35%;
}

/* line 2374, ../scss/partials/base/_buddypress.scss */
#buddypress #pass-strength-result.error,
#buddypress #pass-strength-result.bad {
  background-color: #ffb78c;
  border-color: #ff853c !important;
  display: block;
}

/* line 2380, ../scss/partials/base/_buddypress.scss */
#buddypress #pass-strength-result.good {
  background-color: #ffec8b;
  border-color: #fc0 !important;
  display: block;
}

/* line 2385, ../scss/partials/base/_buddypress.scss */
#buddypress #pass-strength-result.short {
  background-color: #ffa0a0;
  border-color: #f04040 !important;
  display: block;
}

/* line 2390, ../scss/partials/base/_buddypress.scss */
#buddypress #pass-strength-result.strong {
  background-color: #c3ff88;
  border-color: #8dff1c !important;
  display: block;
}

/* line 2395, ../scss/partials/base/_buddypress.scss */
#buddypress .standard-form#signup_form div div.error {
  background: #faa;
  color: #a00;
  margin: 0 0 10px 0;
  padding: 6px;
  width: 90%;
}

/* line 2402, ../scss/partials/base/_buddypress.scss */
#buddypress div.accept,
#buddypress div.reject {
  float: left;
  margin-left: 10px;
}

/* line 2407, ../scss/partials/base/_buddypress.scss */
#buddypress ul.button-nav li {
  float: left;
  margin: 0 10px 10px 0;
  list-style: none;
}

/* line 2412, ../scss/partials/base/_buddypress.scss */
#buddypress ul.button-nav li.current a {
  font-weight: bold;
}

/* line 2415, ../scss/partials/base/_buddypress.scss */
#sitewide-notice #message {
  left: 2%;
  position: fixed;
  top: 1em;
  width: 96%;
  z-index: 9999;
}

/* line 2422, ../scss/partials/base/_buddypress.scss */
#sitewide-notice.admin-bar-on #message {
  top: 3.3em;
}

/* line 2425, ../scss/partials/base/_buddypress.scss */
#sitewide-notice strong {
  display: block;
  margin-bottom: -1em;
}

/* Table */
/* line 2435, ../scss/partials/base/_buddypress.scss */
ul.tabletolist {
  /*border-bottom: 2px solid #eee;margin:0 0 20px 0;*/
}

/* Image */
/* line 2439, ../scss/partials/base/_buddypress.scss */
ul.tabletolist img {
  max-width: 100%;
}

/* Table with no row headers */
/* line 2443, ../scss/partials/base/_buddypress.scss */
ul.tabletolist.nrh {
  /*border-bottom: 2px solid #ddd;*/
}

/* Table with no row headers columns */
/* line 2447, ../scss/partials/base/_buddypress.scss */
ul.tabletolist.nrh li:first-child,
ul.tabletolist.nrh li ul li:last-child,
ul.tabletolist.nrh li ul li:first-child {
  display: none;
}

/* line 2453, ../scss/partials/base/_buddypress.scss */
ul.tabletolist.nrh > li {
  /*border-top: 2px solid #ddd;*/
}

/* Table defaults */
/* line 2457, ../scss/partials/base/_buddypress.scss */
ul.tabletolist, ul.tabletolist > li > ul {
  padding: 0 !important;
  list-style: none !important;
}

/* Inner list */
/* line 2461, ../scss/partials/base/_buddypress.scss */
ul.tabletolist > li > ul {
  margin: 0 !important;
}

/* Table titles */
/* line 2465, ../scss/partials/base/_buddypress.scss */
ul.tabletolist > li .titles {
  /*background-color: #bbb;*/
  display: block;
  color: #fff;
  padding: 10px;
}

/* Table rows */
/* line 2470, ../scss/partials/base/_buddypress.scss */
ul.tabletolist > li > ul > li {
  /* border-bottom:1px solid #eee;*/
  padding: 10px;
}

/* Table rows hover 
ul.tabletolist > li > ul > li:hover {
    background-color: #efefef
}*/
/* Table last child row */
/* line 2479, ../scss/partials/base/_buddypress.scss */
ul.tabletolist > li > ul > li:last-child {
  border-bottom: none;
}

/* Table row header */
/* line 2483, ../scss/partials/base/_buddypress.scss */
ul.tabletolist ul > li .row_headers {
  /*font-size:12px;max-width: 100%;float:none;margin-right: 3%;*/
  display: none;
}

/* Table row data */
/* line 2488, ../scss/partials/base/_buddypress.scss */
ul.tabletolist ul > li .row_data {
  float: none;
  max-width: 100%;
}
/* line 2490, ../scss/partials/base/_buddypress.scss */
ul.tabletolist ul > li .row_data p.subject {
  font-weight: bold;
}

/* Clearfix */
/* line 2495, ../scss/partials/base/_buddypress.scss */
ul.tabletolist > li > ul > li {
  *zoom: 1;
}

/* line 2496, ../scss/partials/base/_buddypress.scss */
ul.tabletolist > li > ul > li:before, ul.tabletolist > li > ul > li:after {
  content: " ";
  display: table;
}

/* line 2497, ../scss/partials/base/_buddypress.scss */
ul.tabletolist > li > ul > li:after {
  clear: both;
}

/* Html table row data */
/* line 2501, ../scss/partials/base/_buddypress.scss */
ul.tabletolist ul > li .row_data.html ul {
  list-style-type: disc;
}

/*# sourceMappingURL=buddypress.css.map */
