@charset "UTF-8";
/* Print CSS file */
.color-primary-1 {
  background-color: #009BC9;
  color: #FFFFFF; }

.color-primary-2 {
  background-color: #025C76;
  color: #FFFFFF; }

.color-secondary-1 {
  background-color: #BC2279;
  color: #FFFFFF; }

.color-secondary-2 {
  background-color: #E0004D;
  color: #FFFFFF; }

.color-secondary-3 {
  background-color: #D64309;
  color: #FFFFFF; }

.color-secondary-4 {
  background-color: #ED2768;
  color: #FFFFFF; }

.color-secondary-5 {
  background-color: #FFB001;
  color: #FFFFFF; }

.color-gray-1 {
  background-color: #101215;
  color: #FFFFFF; }

.color-gray-2 {
  background-color: #E4DFDB; }

.color-gray-3 {
  background-color: #D7D7D7; }

.color-gray-4 {
  background-color: #E4E4E4; }

.color-gray-5 {
  background-color: #F2F2F2; }

.offScreen, .cr48-newsItem .sfcommentsForm .sfTxtLbl, .breadcrumb h5, .skipTo a, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .m-dynamicTitle {
  position: absolute;
  left: -888%;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden; }

.placeholder-content {
  border: 2px dashed grey;
  background: #ffc;
  margin: 10px 5px;
  height: 70vh;
  text-align: center; }

.placeholder-text {
  margin-top: 35vh;
  font-size: 28px;
  color: grey; }

.placeholder-content-short {
  height: 20vh; }
  .placeholder-content-short .placeholder-text {
    margin-top: 8vh; }

.placeholder-content-xmedium {
  height: 35vh; }
  .placeholder-content-xmedium .placeholder-text {
    margin-top: 16vh; }

.placeholder-content-medium {
  height: 50vh; }
  .placeholder-content-medium .placeholder-text {
    margin-top: 23vh; }

.placeholder-content-xshort {
  height: 10vh; }
  .placeholder-content-xshort .placeholder-text {
    margin-top: 4vh; }

.screenReaderHide {
  position: absolute;
  left: -100%;
  width: 0;
  height: 0;
  font-size: 0; }

.pull-right-sm {
  float: right !important; }

.visible-sm-md-block {
  display: none !important; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/App_Themes/fontAwesome.4.1/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("/App_Themes/fontAwesome.4.1/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("/App_Themes/fontAwesome.4.1/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("/App_Themes/fontAwesome.4.1/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("/App_Themes/fontAwesome.4.1/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.ff-base, .wsbtn-arrow:after, .cr52-storiesListRotator > .pull-right .read-more:after, .cr50-latestNews .buttonAlt:after, .cr55-profile-short .js_Close:after, .cr205-feature-box-1 .button:after, .cr56-quicklinks[data-varient="d"] .separatedList a:after, .cr33-fullWidthBanner .button:after, .divHomepageSlider.cr63-landing .slideContent .button:after, .cr10-callToAction .button.withArrow:after, .cr39-infoResources li .linkText:after, .cr38 li > a .linkText:after, .CR02_GetInvolvedCarousel .button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):after,
.beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):after,
.beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):after,
.beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:not(input):after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:after,
.beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:after,
.beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:after,
.beyondBlue .forgotPassword .ruFileWrap .ruBrowse:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:after, :not(.lt-ie10) .fancy-radio-alone .checkbox-icon:before, .m-event.event--next .event__title:before, .js-cr13-normal .accordion__item > a:after, .js-cr13-alternate .accordion__item > a:after, .bannerWithAside .socialConnect .sprite-self:before, .fundraiser .sprite-self:before, .fundraising .sprite-self:before, .rss.events .highContrast:before, .cr05a-askQuesionDetail .highContrast:before, .photoGallery .thumbnailControls a.prev .hc-img:before,
.photoGallery .thumbnailControls a.next .hc-img:before,
.photoGallery .mainImage .prev a .hc-img:before,
.photoGallery .mainImage .next a .hc-img:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
  border-radius: 0; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

#body .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

#body .container {
  max-width: 1200px;
  width: 100%; }

#body .container-fluid, #body .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

#body .row, #body .cr02-ambassadorsList {
  margin-left: -15px;
  margin-right: -15px;
  width: intial;
  width: auto; }

#body .col-xs-1, #body .col-sm-1, #body .col-md-1, #body .col-lg-1, #body .col-xs-2, #body .col-sm-2, #body .col-md-2, #body .col-lg-2, #body .col-xs-3, #body .col-sm-3, #body .col-md-3, #body .col-lg-3, #body .col-xs-4, #body .col-sm-4, #body .col-md-4, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article, #body .col-lg-4, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article, #body .col-xs-5, #body .col-sm-5, #body .col-md-5, #body .col-lg-5, #body .col-xs-6, #body .col-sm-6, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article, #body .col-md-6, #body .col-lg-6, #body .col-xs-7, #body .col-sm-7, #body .col-md-7, #body .col-lg-7, #body .col-xs-8, #body .col-sm-8, #body .col-md-8, #body .col-lg-8, #body .col-xs-9, #body .col-sm-9, #body .col-md-9, #body .col-lg-9, #body .col-xs-10, #body .col-sm-10, #body .col-md-10, #body .col-lg-10, #body .col-xs-11, #body .col-sm-11, #body .col-md-11, #body .col-lg-11, #body .col-xs-12, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article, #body .col-sm-12, #body .col-md-12, #body .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

#body .col-xs-1, #body .col-xs-2, #body .col-xs-3, #body .col-xs-4, #body .col-xs-5, #body .col-xs-6, #body .col-xs-7, #body .col-xs-8, #body .col-xs-9, #body .col-xs-10, #body .col-xs-11, #body .col-xs-12, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article {
  float: left; }

#body .col-xs-12, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article {
  width: 100% !important; }

#body .col-xs-11 {
  width: 91.66666667% !important; }

#body .col-xs-10 {
  width: 83.33333333% !important; }

#body .col-xs-9 {
  width: 75% !important; }

#body .col-xs-8 {
  width: 66.66666667% !important; }

#body .col-xs-7 {
  width: 58.33333333% !important; }

#body .col-xs-6 {
  width: 50% !important; }

#body .col-xs-5 {
  width: 41.66666667% !important; }

#body .col-xs-4 {
  width: 33.33333333% !important; }

#body .col-xs-3 {
  width: 25% !important; }

#body .col-xs-2 {
  width: 16.66666667% !important; }

#body .col-xs-1 {
  width: 8.33333333% !important; }

#body .col-xs-pull-12 {
  right: 100%; }

#body .col-xs-pull-11 {
  right: 91.66667%; }

#body .col-xs-pull-10 {
  right: 83.33333%; }

#body .col-xs-pull-9 {
  right: 75%; }

#body .col-xs-pull-8 {
  right: 66.66667%; }

#body .col-xs-pull-7 {
  right: 58.33333%; }

#body .col-xs-pull-6 {
  right: 50%; }

#body .col-xs-pull-5 {
  right: 41.66667%; }

#body .col-xs-pull-4 {
  right: 33.33333%; }

#body .col-xs-pull-3 {
  right: 25%; }

#body .col-xs-pull-2 {
  right: 16.66667%; }

#body .col-xs-pull-1 {
  right: 8.33333%; }

#body .col-xs-pull-0 {
  right: auto; }

#body .col-xs-push-12 {
  left: 100%; }

#body .col-xs-push-11 {
  left: 91.66667%; }

#body .col-xs-push-10 {
  left: 83.33333%; }

#body .col-xs-push-9 {
  left: 75%; }

#body .col-xs-push-8 {
  left: 66.66667%; }

#body .col-xs-push-7 {
  left: 58.33333%; }

#body .col-xs-push-6 {
  left: 50%; }

#body .col-xs-push-5 {
  left: 41.66667%; }

#body .col-xs-push-4 {
  left: 33.33333%; }

#body .col-xs-push-3 {
  left: 25%; }

#body .col-xs-push-2 {
  left: 16.66667%; }

#body .col-xs-push-1 {
  left: 8.33333%; }

#body .col-xs-push-0 {
  left: auto; }

#body .col-xs-offset-12 {
  margin-left: 100%; }

#body .col-xs-offset-11 {
  margin-left: 91.66667%; }

#body .col-xs-offset-10 {
  margin-left: 83.33333%; }

#body .col-xs-offset-9 {
  margin-left: 75%; }

#body .col-xs-offset-8 {
  margin-left: 66.66667%; }

#body .col-xs-offset-7 {
  margin-left: 58.33333%; }

#body .col-xs-offset-6 {
  margin-left: 50%; }

#body .col-xs-offset-5 {
  margin-left: 41.66667%; }

#body .col-xs-offset-4 {
  margin-left: 33.33333%; }

#body .col-xs-offset-3 {
  margin-left: 25%; }

#body .col-xs-offset-2 {
  margin-left: 16.66667%; }

#body .col-xs-offset-1 {
  margin-left: 8.33333%; }

#body .col-xs-offset-0 {
  margin-left: 0; }

#body .col-sm-1, #body .col-sm-2, #body .col-sm-3, #body .col-sm-4, #body .col-sm-5, #body .col-sm-6, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article, #body .col-sm-7, #body .col-sm-8, #body .col-sm-9, #body .col-sm-10, #body .col-sm-11, #body .col-sm-12 {
  float: left; }

#body .col-sm-12 {
  width: 100% !important; }

#body .col-sm-11 {
  width: 91.66666667% !important; }

#body .col-sm-10 {
  width: 83.33333333% !important; }

#body .col-sm-9 {
  width: 75% !important; }

#body .col-sm-8 {
  width: 66.66666667% !important; }

#body .col-sm-7 {
  width: 58.33333333% !important; }

#body .col-sm-6, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article {
  width: 50% !important; }

#body .col-sm-5 {
  width: 41.66666667% !important; }

#body .col-sm-4 {
  width: 33.33333333% !important; }

#body .col-sm-3 {
  width: 25% !important; }

#body .col-sm-2 {
  width: 16.66666667% !important; }

#body .col-sm-1 {
  width: 8.33333333% !important; }

#body .col-sm-pull-12 {
  right: 100%; }

#body .col-sm-pull-11 {
  right: 91.66667%; }

#body .col-sm-pull-10 {
  right: 83.33333%; }

#body .col-sm-pull-9 {
  right: 75%; }

#body .col-sm-pull-8 {
  right: 66.66667%; }

#body .col-sm-pull-7 {
  right: 58.33333%; }

#body .col-sm-pull-6 {
  right: 50%; }

#body .col-sm-pull-5 {
  right: 41.66667%; }

#body .col-sm-pull-4 {
  right: 33.33333%; }

#body .col-sm-pull-3 {
  right: 25%; }

#body .col-sm-pull-2 {
  right: 16.66667%; }

#body .col-sm-pull-1 {
  right: 8.33333%; }

#body .col-sm-pull-0 {
  right: auto; }

#body .col-sm-push-12 {
  left: 100%; }

#body .col-sm-push-11 {
  left: 91.66667%; }

#body .col-sm-push-10 {
  left: 83.33333%; }

#body .col-sm-push-9 {
  left: 75%; }

#body .col-sm-push-8 {
  left: 66.66667%; }

#body .col-sm-push-7 {
  left: 58.33333%; }

#body .col-sm-push-6 {
  left: 50%; }

#body .col-sm-push-5 {
  left: 41.66667%; }

#body .col-sm-push-4 {
  left: 33.33333%; }

#body .col-sm-push-3 {
  left: 25%; }

#body .col-sm-push-2 {
  left: 16.66667%; }

#body .col-sm-push-1 {
  left: 8.33333%; }

#body .col-sm-push-0 {
  left: auto; }

#body .col-sm-offset-12 {
  margin-left: 100%; }

#body .col-sm-offset-11 {
  margin-left: 91.66667%; }

#body .col-sm-offset-10 {
  margin-left: 83.33333%; }

#body .col-sm-offset-9 {
  margin-left: 75%; }

#body .col-sm-offset-8 {
  margin-left: 66.66667%; }

#body .col-sm-offset-7 {
  margin-left: 58.33333%; }

#body .col-sm-offset-6 {
  margin-left: 50%; }

#body .col-sm-offset-5 {
  margin-left: 41.66667%; }

#body .col-sm-offset-4 {
  margin-left: 33.33333%; }

#body .col-sm-offset-3 {
  margin-left: 25%; }

#body .col-sm-offset-2 {
  margin-left: 16.66667%; }

#body .col-sm-offset-1 {
  margin-left: 8.33333%; }

#body .col-sm-offset-0 {
  margin-left: 0; }

#body .col-md-1, #body .col-md-2, #body .col-md-3, #body .col-md-4, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article, #body .col-md-5, #body .col-md-6, #body .col-md-7, #body .col-md-8, #body .col-md-9, #body .col-md-10, #body .col-md-11, #body .col-md-12 {
  float: left; }

#body .col-md-12 {
  width: 100% !important; }

#body .col-md-11 {
  width: 91.66666667% !important; }

#body .col-md-10 {
  width: 83.33333333% !important; }

#body .col-md-9 {
  width: 75% !important; }

#body .col-md-8 {
  width: 66.66666667% !important; }

#body .col-md-7 {
  width: 58.33333333% !important; }

#body .col-md-6 {
  width: 50% !important; }

#body .col-md-5 {
  width: 41.66666667% !important; }

#body .col-md-4, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article {
  width: 33.33333333% !important; }

#body .col-md-3 {
  width: 25% !important; }

#body .col-md-2 {
  width: 16.66666667% !important; }

#body .col-md-1 {
  width: 8.33333333% !important; }

#body .col-md-pull-12 {
  right: 100%; }

#body .col-md-pull-11 {
  right: 91.66667%; }

#body .col-md-pull-10 {
  right: 83.33333%; }

#body .col-md-pull-9 {
  right: 75%; }

#body .col-md-pull-8 {
  right: 66.66667%; }

#body .col-md-pull-7 {
  right: 58.33333%; }

#body .col-md-pull-6 {
  right: 50%; }

#body .col-md-pull-5 {
  right: 41.66667%; }

#body .col-md-pull-4 {
  right: 33.33333%; }

#body .col-md-pull-3 {
  right: 25%; }

#body .col-md-pull-2 {
  right: 16.66667%; }

#body .col-md-pull-1 {
  right: 8.33333%; }

#body .col-md-pull-0 {
  right: auto; }

#body .col-md-push-12 {
  left: 100%; }

#body .col-md-push-11 {
  left: 91.66667%; }

#body .col-md-push-10 {
  left: 83.33333%; }

#body .col-md-push-9 {
  left: 75%; }

#body .col-md-push-8 {
  left: 66.66667%; }

#body .col-md-push-7 {
  left: 58.33333%; }

#body .col-md-push-6 {
  left: 50%; }

#body .col-md-push-5 {
  left: 41.66667%; }

#body .col-md-push-4 {
  left: 33.33333%; }

#body .col-md-push-3 {
  left: 25%; }

#body .col-md-push-2 {
  left: 16.66667%; }

#body .col-md-push-1 {
  left: 8.33333%; }

#body .col-md-push-0 {
  left: auto; }

#body .col-md-offset-12 {
  margin-left: 100%; }

#body .col-md-offset-11 {
  margin-left: 91.66667%; }

#body .col-md-offset-10 {
  margin-left: 83.33333%; }

#body .col-md-offset-9 {
  margin-left: 75%; }

#body .col-md-offset-8 {
  margin-left: 66.66667%; }

#body .col-md-offset-7 {
  margin-left: 58.33333%; }

#body .col-md-offset-6 {
  margin-left: 50%; }

#body .col-md-offset-5 {
  margin-left: 41.66667%; }

#body .col-md-offset-4 {
  margin-left: 33.33333%; }

#body .col-md-offset-3 {
  margin-left: 25%; }

#body .col-md-offset-2 {
  margin-left: 16.66667%; }

#body .col-md-offset-1 {
  margin-left: 8.33333%; }

#body .col-md-offset-0 {
  margin-left: 0; }

#body .col-lg-1, #body .col-lg-2, #body .col-lg-3, #body .col-lg-4, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article, #body .col-lg-5, #body .col-lg-6, #body .col-lg-7, #body .col-lg-8, #body .col-lg-9, #body .col-lg-10, #body .col-lg-11, #body .col-lg-12 {
  float: left; }

#body .col-lg-12 {
  width: 100% !important; }

#body .col-lg-11 {
  width: 91.66666667% !important; }

#body .col-lg-10 {
  width: 83.33333333% !important; }

#body .col-lg-9 {
  width: 75% !important; }

#body .col-lg-8 {
  width: 66.66666667% !important; }

#body .col-lg-7 {
  width: 58.33333333% !important; }

#body .col-lg-6 {
  width: 50% !important; }

#body .col-lg-5 {
  width: 41.66666667% !important; }

#body .col-lg-4, #body .cr02-ambassadorsList article, .cr02-ambassadorsList #body article {
  width: 33.33333333% !important; }

#body .col-lg-3 {
  width: 25% !important; }

#body .col-lg-2 {
  width: 16.66666667% !important; }

#body .col-lg-1 {
  width: 8.33333333% !important; }

#body .col-lg-pull-12 {
  right: 100%; }

#body .col-lg-pull-11 {
  right: 91.66667%; }

#body .col-lg-pull-10 {
  right: 83.33333%; }

#body .col-lg-pull-9 {
  right: 75%; }

#body .col-lg-pull-8 {
  right: 66.66667%; }

#body .col-lg-pull-7 {
  right: 58.33333%; }

#body .col-lg-pull-6 {
  right: 50%; }

#body .col-lg-pull-5 {
  right: 41.66667%; }

#body .col-lg-pull-4 {
  right: 33.33333%; }

#body .col-lg-pull-3 {
  right: 25%; }

#body .col-lg-pull-2 {
  right: 16.66667%; }

#body .col-lg-pull-1 {
  right: 8.33333%; }

#body .col-lg-pull-0 {
  right: auto; }

#body .col-lg-push-12 {
  left: 100%; }

#body .col-lg-push-11 {
  left: 91.66667%; }

#body .col-lg-push-10 {
  left: 83.33333%; }

#body .col-lg-push-9 {
  left: 75%; }

#body .col-lg-push-8 {
  left: 66.66667%; }

#body .col-lg-push-7 {
  left: 58.33333%; }

#body .col-lg-push-6 {
  left: 50%; }

#body .col-lg-push-5 {
  left: 41.66667%; }

#body .col-lg-push-4 {
  left: 33.33333%; }

#body .col-lg-push-3 {
  left: 25%; }

#body .col-lg-push-2 {
  left: 16.66667%; }

#body .col-lg-push-1 {
  left: 8.33333%; }

#body .col-lg-push-0 {
  left: auto; }

#body .col-lg-offset-12 {
  margin-left: 100%; }

#body .col-lg-offset-11 {
  margin-left: 91.66667%; }

#body .col-lg-offset-10 {
  margin-left: 83.33333%; }

#body .col-lg-offset-9 {
  margin-left: 75%; }

#body .col-lg-offset-8 {
  margin-left: 66.66667%; }

#body .col-lg-offset-7 {
  margin-left: 58.33333%; }

#body .col-lg-offset-6 {
  margin-left: 50%; }

#body .col-lg-offset-5 {
  margin-left: 41.66667%; }

#body .col-lg-offset-4 {
  margin-left: 33.33333%; }

#body .col-lg-offset-3 {
  margin-left: 25%; }

#body .col-lg-offset-2 {
  margin-left: 16.66667%; }

#body .col-lg-offset-1 {
  margin-left: 8.33333%; }

#body .col-lg-offset-0 {
  margin-left: 0; }

.clearfix:before, #bd .RadDataPager:before,
[id*="wsPager_myPager"]:before,
[id*="wsPagerTop_myPager"]:before, .cr02-ambassadorsList:before, .cr02-ambassadorsList article a:before, .clearfix:after, #bd .RadDataPager:after,
[id*="wsPager_myPager"]:after,
[id*="wsPagerTop_myPager"]:after, .cr02-ambassadorsList:after, .cr02-ambassadorsList article a:after, .container:before, .container.sf_cols:before, .container:after, .container.sf_cols:after, .container-fluid:before, .container-fluid:after, .row:before, .cr02-ambassadorsList:before, .row:after, .cr02-ambassadorsList:after {
  content: " ";
  display: table; }

.clearfix:after, #bd .RadDataPager:after,
[id*="wsPager_myPager"]:after,
[id*="wsPagerTop_myPager"]:after, .cr02-ambassadorsList:after, .cr02-ambassadorsList article a:after, .container:after, .container.sf_cols:after, .container-fluid:after, .row:after, .cr02-ambassadorsList:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: "OthersBold"; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-family: "OthersBook";
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-family: "OthersBook";
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.form-inline .form-control-static {
  display: inline-block; }

.form-inline .input-group {
  display: inline-table;
  vertical-align: middle; }

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto; }

.form-inline .input-group > .form-control {
  width: 100%; }

.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0; }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  position: relative;
  margin-left: 0; }

.form-inline .has-feedback .form-control-feedback {
  top: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

.form-horizontal .form-group-lg .control-label {
  padding-top: 14.333333px; }

.form-horizontal .form-group-sm .control-label {
  padding-top: 6px; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-lg > .input-group-btn > .sfEditBtn,
.sfforumPostReplyContainer .input-group-lg > .input-group-btn > .sfSubmitBtn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls select.input-group-lg > .input-group-btn > .sfEditBtn,
.sfforumPostReplyContainer select.input-group-lg > .input-group-btn > .sfSubmitBtn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls textarea.input-group-lg > .input-group-btn > .sfEditBtn,
.sfforumPostReplyContainer textarea.input-group-lg > .input-group-btn > .sfSubmitBtn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls select[multiple].input-group-lg > .input-group-btn > .sfEditBtn,
.sfforumPostReplyContainer select[multiple].input-group-lg > .input-group-btn > .sfSubmitBtn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-sm > .input-group-btn > .sfEditBtn,
.sfforumPostReplyContainer .input-group-sm > .input-group-btn > .sfSubmitBtn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls select.input-group-sm > .input-group-btn > .sfEditBtn,
.sfforumPostReplyContainer select.input-group-sm > .input-group-btn > .sfSubmitBtn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls textarea.input-group-sm > .input-group-btn > .sfEditBtn,
.sfforumPostReplyContainer textarea.input-group-sm > .input-group-btn > .sfSubmitBtn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls select[multiple].input-group-sm > .input-group-btn > .sfEditBtn,
.sfforumPostReplyContainer select[multiple].input-group-sm > .input-group-btn > .sfSubmitBtn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  font-family: "OthersBook";
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn:first-child > .sfEditBtn,
.sfforumPostReplyContainer .input-group-btn:first-child > .sfSubmitBtn,
.input-group-btn:first-child > .btn-group > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn:first-child > .btn-group > .sfEditBtn,
.sfforumPostReplyContainer .input-group-btn:first-child > .btn-group > .sfSubmitBtn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn:last-child > .sfEditBtn:not(:last-child):not(.dropdown-toggle),
.sfforumPostReplyContainer .input-group-btn:last-child > .sfSubmitBtn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn:last-child > .btn-group:not(:last-child) > .sfEditBtn,
.sfforumPostReplyContainer .input-group-btn:last-child > .btn-group:not(:last-child) > .sfSubmitBtn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn:last-child > .sfEditBtn,
.sfforumPostReplyContainer .input-group-btn:last-child > .sfSubmitBtn,
.input-group-btn:last-child > .btn-group > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn:last-child > .btn-group > .sfEditBtn,
.sfforumPostReplyContainer .input-group-btn:last-child > .btn-group > .sfSubmitBtn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn:first-child > .sfEditBtn:not(:first-child),
.sfforumPostReplyContainer .input-group-btn:first-child > .sfSubmitBtn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn:first-child > .btn-group:not(:first-child) > .sfEditBtn,
.sfforumPostReplyContainer .input-group-btn:first-child > .btn-group:not(:first-child) > .sfSubmitBtn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn > .sfEditBtn, .sfforumPostReplyContainer .input-group-btn > .sfSubmitBtn {
  position: relative; }

.input-group-btn > .btn + .btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn > .sfEditBtn + .btn, .sfforumPostReplyContainer .input-group-btn > .sfSubmitBtn + .btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn > .btn + .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn > .sfEditBtn + .sfEditBtn, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn > .sfSubmitBtn + .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumPostReplyContainer .input-group-btn > .sfSubmitBtn + .sfEditBtn, .sfforumPostReplyContainer .input-group-btn > .btn + .sfSubmitBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumPostReplyContainer .input-group-btn > .sfEditBtn + .sfSubmitBtn, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn > .sfEditBtn + .sfSubmitBtn, .sfforumPostReplyContainer .input-group-btn > .sfSubmitBtn + .sfSubmitBtn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn > .sfEditBtn:hover, .sfforumPostReplyContainer .input-group-btn > .sfSubmitBtn:hover,
.input-group-btn > .btn:focus,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn > .sfEditBtn:focus,
.sfforumPostReplyContainer .input-group-btn > .sfSubmitBtn:focus,
.input-group-btn > .btn:active,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn > .sfEditBtn:active,
.sfforumPostReplyContainer .input-group-btn > .sfSubmitBtn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn:first-child > .sfEditBtn, .sfforumPostReplyContainer .input-group-btn:first-child > .sfSubmitBtn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .input-group-btn:last-child > .sfEditBtn, .sfforumPostReplyContainer .input-group-btn:last-child > .sfSubmitBtn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.clearfix:before, #bd .RadDataPager:before,
[id*="wsPager_myPager"]:before,
[id*="wsPagerTop_myPager"]:before, .cr02-ambassadorsList:before, .cr02-ambassadorsList article a:before,
.clearfix:after,
#bd .RadDataPager:after,
[id*="wsPager_myPager"]:after,
[id*="wsPagerTop_myPager"]:after,
.cr02-ambassadorsList:after,
.cr02-ambassadorsList article a:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after, #bd .RadDataPager:after,
[id*="wsPager_myPager"]:after,
[id*="wsPagerTop_myPager"]:after, .cr02-ambassadorsList:after, .cr02-ambassadorsList article a:after,
.form-horizontal .form-group:after {
  clear: both; }

#body .sf_2cols_2_75 .sf_2cols_2in_75 {
  margin-left: 0; }

#body .sf_2cols_2_67 .sf_2cols_2in_67 {
  margin-left: 0; }

#body .sf_2cols_2_50 .sf_2cols_2in_50 {
  margin-left: 0; }

#body .sf_2cols_2_33 .sf_2cols_2in_33 {
  margin-left: 0; }

#body .sf_2cols_2_25 .sf_2cols_2in_25 {
  margin-left: 0; }

#body .sf_3cols_2_34 .sf_3cols_2in_34, #body .sf_3cols_3_33 .sf_3cols_3in_33 {
  margin-left: 0; }

#body .sf_3cols_2_50 .sf_3cols_2in_50, #body .sf_3cols_3_25 .sf_3cols_3in_25 {
  margin-left: 0; }

#body .sf_4cols_2_25 .sf_4cols_2in_25, #body .sf_4cols_3_25 .sf_4cols_3in_25, #body .sf_4cols_4_25 .sf_4cols_4in_25 {
  margin-left: 0; }

#body .sf_5cols_2_20 .sf_5cols_2in_20, #body .sf_5cols_3_20 .sf_5cols_3in_20, #body .sf_5cols_4_20 .sf_5cols_4in_20, #body .sf_5cols_5_20 .sf_5cols_5in_20 {
  margin-left: 0; }

#body .container-fluid .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1200px;
  width: 100%;
  width: auto;
  width: initial; }

.col-vcenter {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 1.5em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'FFDINWebItalic';
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_0_0.eot");
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_0_0.eot?#iefix") format("embedded-opentype"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_0_0.woff2") format("woff2"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_0_0.woff") format("woff"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FFDINWebBold';
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_1_0.eot");
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_1_0.eot?#iefix") format("embedded-opentype"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_1_0.woff2") format("woff2"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_1_0.woff") format("woff"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FFDINWebMedium';
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_2_0.eot");
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_2_0.eot?#iefix") format("embedded-opentype"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_2_0.woff2") format("woff2"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_2_0.woff") format("woff"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FFDINWeb';
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_3_0.eot");
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_3_0.eot?#iefix") format("embedded-opentype"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_3_0.woff2") format("woff2"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_3_0.woff") format("woff"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_3_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FFDINWebBoldItalic';
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_4_0.eot");
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_4_0.eot?#iefix") format("embedded-opentype"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_4_0.woff2") format("woff2"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_4_0.woff") format("woff"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_4_0.ttf") format("truetype"); }
@font-face {
  font-family: 'FFDINWebMediumItalic';
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_5_0.eot");
  src: url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_5_0.eot?#iefix") format("embedded-opentype"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_5_0.woff2") format("woff2"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_5_0.woff") format("woff"), url("/App_Themes/reskin/fonts/FFDINWEB/2D7CFD_5_0.ttf") format("truetype"); }
html body {
  min-width: auto;
  min-width: inherit; }

body {
  font-family: "FFDINWeb", sans-serif;
  font-size: 18px;
  color: #333; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.greek-base, .alpha, .sfContentBlock h1,
.sfreContentArea h1,
.reContentArea h1, .cr207 h3, .cr55-profile-short h3, .cr33-fullWidthBanner .fauxHeadingText,
.fauxH1,
h1.m-dynamicTitle, .beta, .sfContentBlock h2,
.sfreContentArea h2,
.reContentArea h2, .cr52-storiesListRotator h2, .cr48-newsItem .sfnewsTitle, .cr48-newsItem .sfcommentsTitle, .cr09b-roadshowEventList .event__search .search__title,
.cr65-searchSelector .event__search .search__title, .cr01-activitiesList h1.heading2, .cr85-mahpRegistrationForm fieldset h2, .cr58a-fundraiserItem .subHeading, .cr69-storiesDetail .cr71-storiesList .media--img, .sfforumPostTitle, .cr27-forumsList .forumDescription .sfforumGroupTitle, .m-event.event--next h2, .m-searchBanner h2.search__title, .cr18-eventItem h1, .cr05a-askQuesionDetail h1, .beyondBlue #sfLoginWidgetWrp h2,
.beyondBlue .sfprofileChangePasswordFormWrp h2,
.beyondBlue .sfprofileEditFormWrp h2,
.beyondBlue .forgotPassword h2, .beyondBlue .sfprofileAvatar h2, .gamma, .sfContentBlock h3,
.sfreContentArea h3,
.reContentArea h3, .sfFormTitle, .tile-type-2 h3, .cr51-newsList article h3 a, .cr01-activitiesList h2.extraPadding, .cr85-mahpRegistrationForm fieldset h3, .cr205-feature-box-1 .header, .cr84-resourcesForMe h3, .cr56-quicklinks h3, .js-cr13-normal .accordion__item > a, .js-cr13-alternate .accordion__item > a, .bannerWithAside h3, .cr20-eventList article h3 a, .cr10-callToAction h3, .lightbox.update-dob .welcome, div.cr65-searchSelector > h2, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body h3, .delta, .sfContentBlock h4,
.sfreContentArea h4,
.reContentArea h4, .cr55-profile-short .popup h4, .cr55-profile-short .media h4, .cr04-collectionFilter .filterHeading {
  font-family: "FFDINWebBold", sans-serif;
  font-weight: normal; }
  .greek-base[href]:hover, [href].alpha:hover, .sfContentBlock h1[href]:hover,
  .sfreContentArea h1[href]:hover,
  .reContentArea h1[href]:hover, .cr207 h3[href]:hover, .cr55-profile-short h3[href]:hover, .cr33-fullWidthBanner [href].fauxHeadingText:hover,
  [href].fauxH1:hover,
  h1[href].m-dynamicTitle:hover, [href].beta:hover, .sfContentBlock h2[href]:hover,
  .sfreContentArea h2[href]:hover,
  .reContentArea h2[href]:hover, .cr52-storiesListRotator h2[href]:hover, .cr48-newsItem [href].sfnewsTitle:hover, .cr48-newsItem [href].sfcommentsTitle:hover, .cr09b-roadshowEventList .event__search [href].search__title:hover,
  .cr65-searchSelector .event__search [href].search__title:hover, .cr01-activitiesList h1[href].heading2:hover, .cr85-mahpRegistrationForm fieldset h2[href]:hover, .cr58a-fundraiserItem [href].subHeading:hover, .cr69-storiesDetail .cr71-storiesList [href].media--img:hover, [href].sfforumPostTitle:hover, .cr27-forumsList .forumDescription [href].sfforumGroupTitle:hover, .m-event.event--next h2[href]:hover, .m-searchBanner h2[href].search__title:hover, .cr18-eventItem h1[href]:hover, .cr05a-askQuesionDetail h1[href]:hover, .beyondBlue #sfLoginWidgetWrp h2[href]:hover,
  .beyondBlue .sfprofileChangePasswordFormWrp h2[href]:hover,
  .beyondBlue .sfprofileEditFormWrp h2[href]:hover,
  .beyondBlue .forgotPassword h2[href]:hover, .beyondBlue .sfprofileAvatar h2[href]:hover, [href].gamma:hover, .sfContentBlock h3[href]:hover,
  .sfreContentArea h3[href]:hover,
  .reContentArea h3[href]:hover, [href].sfFormTitle:hover, .tile-type-2 h3[href]:hover, .cr51-newsList article h3 a[href]:hover, .cr01-activitiesList h2[href].extraPadding:hover, .cr85-mahpRegistrationForm fieldset h3[href]:hover, .cr205-feature-box-1 [href].header:hover, .cr84-resourcesForMe h3[href]:hover, .cr56-quicklinks h3[href]:hover, .js-cr13-normal .accordion__item > a[href]:hover, .js-cr13-alternate .accordion__item > a[href]:hover, .bannerWithAside h3[href]:hover, .cr20-eventList article h3 a[href]:hover, .cr10-callToAction h3[href]:hover, .lightbox.update-dob [href].welcome:hover, div.cr65-searchSelector > h2[href]:hover, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body h3[href]:hover, [href].delta:hover, .sfContentBlock h4[href]:hover,
  .sfreContentArea h4[href]:hover,
  .reContentArea h4[href]:hover, .cr55-profile-short .popup h4[href]:hover, .cr55-profile-short .media h4[href]:hover, .cr04-collectionFilter [href].filterHeading:hover, .greek-base[href]:focus, [href].alpha:focus, .sfContentBlock h1[href]:focus,
  .sfreContentArea h1[href]:focus,
  .reContentArea h1[href]:focus, .cr207 h3[href]:focus, .cr55-profile-short h3[href]:focus, .cr33-fullWidthBanner [href].fauxHeadingText:focus,
  [href].fauxH1:focus,
  h1[href].m-dynamicTitle:focus, [href].beta:focus, .sfContentBlock h2[href]:focus,
  .sfreContentArea h2[href]:focus,
  .reContentArea h2[href]:focus, .cr52-storiesListRotator h2[href]:focus, .cr48-newsItem [href].sfnewsTitle:focus, .cr48-newsItem [href].sfcommentsTitle:focus, .cr09b-roadshowEventList .event__search [href].search__title:focus,
  .cr65-searchSelector .event__search [href].search__title:focus, .cr01-activitiesList h1[href].heading2:focus, .cr85-mahpRegistrationForm fieldset h2[href]:focus, .cr58a-fundraiserItem [href].subHeading:focus, .cr69-storiesDetail .cr71-storiesList [href].media--img:focus, [href].sfforumPostTitle:focus, .cr27-forumsList .forumDescription [href].sfforumGroupTitle:focus, .m-event.event--next h2[href]:focus, .m-searchBanner h2[href].search__title:focus, .cr18-eventItem h1[href]:focus, .cr05a-askQuesionDetail h1[href]:focus, .beyondBlue #sfLoginWidgetWrp h2[href]:focus,
  .beyondBlue .sfprofileChangePasswordFormWrp h2[href]:focus,
  .beyondBlue .sfprofileEditFormWrp h2[href]:focus,
  .beyondBlue .forgotPassword h2[href]:focus, .beyondBlue .sfprofileAvatar h2[href]:focus, [href].gamma:focus, .sfContentBlock h3[href]:focus,
  .sfreContentArea h3[href]:focus,
  .reContentArea h3[href]:focus, [href].sfFormTitle:focus, .tile-type-2 h3[href]:focus, .cr51-newsList article h3 a[href]:focus, .cr01-activitiesList h2[href].extraPadding:focus, .cr85-mahpRegistrationForm fieldset h3[href]:focus, .cr205-feature-box-1 [href].header:focus, .cr84-resourcesForMe h3[href]:focus, .cr56-quicklinks h3[href]:focus, .js-cr13-normal .accordion__item > a[href]:focus, .js-cr13-alternate .accordion__item > a[href]:focus, .bannerWithAside h3[href]:focus, .cr20-eventList article h3 a[href]:focus, .cr10-callToAction h3[href]:focus, .lightbox.update-dob [href].welcome:focus, div.cr65-searchSelector > h2[href]:focus, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body h3[href]:focus, [href].delta:focus, .sfContentBlock h4[href]:focus,
  .sfreContentArea h4[href]:focus,
  .reContentArea h4[href]:focus, .cr55-profile-short .popup h4[href]:focus, .cr55-profile-short .media h4[href]:focus, .cr04-collectionFilter [href].filterHeading:focus {
    color: #BC2279; }
  .background-blue-1 .greek-base, .background-blue-1 .alpha, .background-blue-1 .sfContentBlock h1, .sfContentBlock .background-blue-1 h1,
  .background-blue-1 .sfreContentArea h1,
  .sfreContentArea .background-blue-1 h1,
  .background-blue-1 .reContentArea h1,
  .reContentArea .background-blue-1 h1, .background-blue-1 .cr207 h3, .cr207 .background-blue-1 h3, .background-blue-1 .cr55-profile-short h3, .cr55-profile-short .background-blue-1 h3, .background-blue-1 .cr33-fullWidthBanner .fauxHeadingText, .cr33-fullWidthBanner .background-blue-1 .fauxHeadingText,
  .background-blue-1 .fauxH1,
  .background-blue-1 h1.m-dynamicTitle, .background-blue-1 .beta, .background-blue-1 .sfContentBlock h2, .sfContentBlock .background-blue-1 h2,
  .background-blue-1 .sfreContentArea h2,
  .sfreContentArea .background-blue-1 h2,
  .background-blue-1 .reContentArea h2,
  .reContentArea .background-blue-1 h2, .background-blue-1 .cr52-storiesListRotator h2, .cr52-storiesListRotator .background-blue-1 h2, .background-blue-1 .cr48-newsItem .sfnewsTitle, .cr48-newsItem .background-blue-1 .sfnewsTitle, .background-blue-1 .cr48-newsItem .sfcommentsTitle, .cr48-newsItem .background-blue-1 .sfcommentsTitle, .background-blue-1 .cr09b-roadshowEventList .event__search .search__title, .cr09b-roadshowEventList .event__search .background-blue-1 .search__title,
  .background-blue-1 .cr65-searchSelector .event__search .search__title,
  .cr65-searchSelector .event__search .background-blue-1 .search__title, .background-blue-1 .cr01-activitiesList h1.heading2, .cr01-activitiesList .background-blue-1 h1.heading2, .background-blue-1 .cr85-mahpRegistrationForm fieldset h2, .cr85-mahpRegistrationForm fieldset .background-blue-1 h2, .background-blue-1 .cr58a-fundraiserItem .subHeading, .cr58a-fundraiserItem .background-blue-1 .subHeading, .background-blue-1 .cr69-storiesDetail .cr71-storiesList .media--img, .cr69-storiesDetail .cr71-storiesList .background-blue-1 .media--img, .background-blue-1 .sfforumPostTitle, .background-blue-1 .cr27-forumsList .forumDescription .sfforumGroupTitle, .cr27-forumsList .forumDescription .background-blue-1 .sfforumGroupTitle, .background-blue-1 .m-event.event--next h2, .m-event.event--next .background-blue-1 h2, .background-blue-1 .m-searchBanner h2.search__title, .m-searchBanner .background-blue-1 h2.search__title, .background-blue-1 .cr18-eventItem h1, .cr18-eventItem .background-blue-1 h1, .background-blue-1 .cr05a-askQuesionDetail h1, .cr05a-askQuesionDetail .background-blue-1 h1, .background-blue-1 .beyondBlue #sfLoginWidgetWrp h2, .beyondBlue #sfLoginWidgetWrp .background-blue-1 h2,
  .background-blue-1 .beyondBlue .sfprofileChangePasswordFormWrp h2,
  .beyondBlue .sfprofileChangePasswordFormWrp .background-blue-1 h2,
  .background-blue-1 .beyondBlue .sfprofileEditFormWrp h2,
  .beyondBlue .sfprofileEditFormWrp .background-blue-1 h2,
  .background-blue-1 .beyondBlue .forgotPassword h2,
  .beyondBlue .forgotPassword .background-blue-1 h2, .background-blue-1 .beyondBlue .sfprofileAvatar h2, .beyondBlue .sfprofileAvatar .background-blue-1 h2, .background-blue-1 .gamma, .background-blue-1 .sfContentBlock h3, .sfContentBlock .background-blue-1 h3,
  .background-blue-1 .sfreContentArea h3,
  .sfreContentArea .background-blue-1 h3,
  .background-blue-1 .reContentArea h3,
  .reContentArea .background-blue-1 h3, .background-blue-1 .sfFormTitle, .background-blue-1 .tile-type-2 h3, .tile-type-2 .background-blue-1 h3, .background-blue-1 .cr51-newsList article h3 a, .cr51-newsList article h3 .background-blue-1 a, .background-blue-1 .cr01-activitiesList h2.extraPadding, .cr01-activitiesList .background-blue-1 h2.extraPadding, .background-blue-1 .cr85-mahpRegistrationForm fieldset h3, .cr85-mahpRegistrationForm fieldset .background-blue-1 h3, .background-blue-1 .cr205-feature-box-1 .header, .cr205-feature-box-1 .background-blue-1 .header, .background-blue-1 .cr84-resourcesForMe h3, .cr84-resourcesForMe .background-blue-1 h3, .background-blue-1 .cr56-quicklinks h3, .cr56-quicklinks .background-blue-1 h3, .background-blue-1 .js-cr13-normal .accordion__item > a, .js-cr13-normal .background-blue-1 .accordion__item > a, .background-blue-1 .js-cr13-alternate .accordion__item > a, .js-cr13-alternate .background-blue-1 .accordion__item > a, .background-blue-1 .bannerWithAside h3, .bannerWithAside .background-blue-1 h3, .background-blue-1 .cr20-eventList article h3 a, .cr20-eventList article h3 .background-blue-1 a, .background-blue-1 .cr10-callToAction h3, .cr10-callToAction .background-blue-1 h3, .background-blue-1 .lightbox.update-dob .welcome, .lightbox.update-dob .background-blue-1 .welcome, .background-blue-1 div.cr65-searchSelector > h2, .background-blue-1 .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body h3, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body .background-blue-1 h3, .background-blue-1 .delta, .background-blue-1 .sfContentBlock h4, .sfContentBlock .background-blue-1 h4,
  .background-blue-1 .sfreContentArea h4,
  .sfreContentArea .background-blue-1 h4,
  .background-blue-1 .reContentArea h4,
  .reContentArea .background-blue-1 h4, .background-blue-1 .cr55-profile-short .popup h4, .cr55-profile-short .popup .background-blue-1 h4, .background-blue-1 .cr55-profile-short .media h4, .cr55-profile-short .media .background-blue-1 h4, .background-blue-1 .cr04-collectionFilter .filterHeading, .cr04-collectionFilter .background-blue-1 .filterHeading {
    color: #fff; }

.alpha, .sfContentBlock h1,
.sfreContentArea h1,
.reContentArea h1, .cr207 h3, .cr55-profile-short h3, .cr33-fullWidthBanner .fauxHeadingText,
.fauxH1,
h1.m-dynamicTitle {
  font-size: 40px;
  line-height: 1em;
  color: #009BC9;
  margin: 0 0 10px; }
  .alpha em, .sfContentBlock h1 em,
  .sfreContentArea h1 em,
  .reContentArea h1 em, .cr207 h3 em, .cr55-profile-short h3 em, .cr33-fullWidthBanner .fauxHeadingText em,
  .fauxH1 em,
  h1.m-dynamicTitle em {
    font-family: "FFDINWebBoldItalic", sans-serif;
    font-style: normal; }

.beta, .sfContentBlock h2,
.sfreContentArea h2,
.reContentArea h2, .cr52-storiesListRotator h2, .cr48-newsItem .sfnewsTitle, .cr48-newsItem .sfcommentsTitle, .cr09b-roadshowEventList .event__search .search__title,
.cr65-searchSelector .event__search .search__title, .cr01-activitiesList h1.heading2, .cr85-mahpRegistrationForm fieldset h2, .cr58a-fundraiserItem .subHeading, .cr69-storiesDetail .cr71-storiesList .media--img, .sfforumPostTitle, .cr27-forumsList .forumDescription .sfforumGroupTitle, .m-event.event--next h2, .m-searchBanner h2.search__title, .cr18-eventItem h1, .cr05a-askQuesionDetail h1, .beyondBlue #sfLoginWidgetWrp h2,
.beyondBlue .sfprofileChangePasswordFormWrp h2,
.beyondBlue .sfprofileEditFormWrp h2,
.beyondBlue .forgotPassword h2, .beyondBlue .sfprofileAvatar h2 {
  font-size: 30px;
  line-height: 34px;
  color: #009BC9;
  font-family: "FFDINWebBold", sans-serif;
  margin: 0 0 10px; }
  .beta em, .sfContentBlock h2 em,
  .sfreContentArea h2 em,
  .reContentArea h2 em, .cr52-storiesListRotator h2 em, .cr48-newsItem .sfnewsTitle em, .cr48-newsItem .sfcommentsTitle em, .cr09b-roadshowEventList .event__search .search__title em,
  .cr65-searchSelector .event__search .search__title em, .cr01-activitiesList h1.heading2 em, .cr85-mahpRegistrationForm fieldset h2 em, .cr58a-fundraiserItem .subHeading em, .cr69-storiesDetail .cr71-storiesList .media--img em, .sfforumPostTitle em, .cr27-forumsList .forumDescription .sfforumGroupTitle em, .m-event.event--next h2 em, .m-searchBanner h2.search__title em, .cr18-eventItem h1 em, .cr05a-askQuesionDetail h1 em, .beyondBlue #sfLoginWidgetWrp h2 em,
  .beyondBlue .sfprofileChangePasswordFormWrp h2 em,
  .beyondBlue .sfprofileEditFormWrp h2 em,
  .beyondBlue .forgotPassword h2 em, .beyondBlue .sfprofileAvatar h2 em {
    font-family: "FFDINWebBoldItalic", sans-serif;
    font-style: normal; }

.gamma, .sfContentBlock h3,
.sfreContentArea h3,
.reContentArea h3, .sfFormTitle, .tile-type-2 h3, .cr51-newsList article h3 a, .cr01-activitiesList h2.extraPadding, .cr85-mahpRegistrationForm fieldset h3, .cr205-feature-box-1 .header, .cr84-resourcesForMe h3, .cr56-quicklinks h3, .js-cr13-normal .accordion__item > a, .js-cr13-alternate .accordion__item > a, .bannerWithAside h3, .cr20-eventList article h3 a, .cr10-callToAction h3, .lightbox.update-dob .welcome, div.cr65-searchSelector > h2, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body h3 {
  font-size: 22px;
  line-height: 24px;
  color: #009BC9;
  font-family: "FFDINWebBold", sans-serif;
  margin: 0 0 10px; }
  .gamma em, .sfContentBlock h3 em,
  .sfreContentArea h3 em,
  .reContentArea h3 em, .sfFormTitle em, .tile-type-2 h3 em, .cr51-newsList article h3 a em, .cr01-activitiesList h2.extraPadding em, .cr85-mahpRegistrationForm fieldset h3 em, .cr205-feature-box-1 .header em, .cr84-resourcesForMe h3 em, .cr56-quicklinks h3 em, .js-cr13-normal .accordion__item > a em, .js-cr13-alternate .accordion__item > a em, .bannerWithAside h3 em, .cr20-eventList article h3 a em, .cr10-callToAction h3 em, .lightbox.update-dob .welcome em, div.cr65-searchSelector > h2 em, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body h3 em {
    font-family: "FFDINWebBoldItalic", sans-serif;
    font-style: normal; }

.delta, .sfContentBlock h4,
.sfreContentArea h4,
.reContentArea h4, .cr55-profile-short .popup h4, .cr55-profile-short .media h4, .cr04-collectionFilter .filterHeading {
  font-size: 18px;
  line-height: 20px;
  color: #009BC9;
  font-family: "FFDINWebBold", sans-serif;
  margin: 0 0 10px; }
  .delta em, .sfContentBlock h4 em,
  .sfreContentArea h4 em,
  .reContentArea h4 em, .cr55-profile-short .popup h4 em, .cr55-profile-short .media h4 em, .cr04-collectionFilter .filterHeading em {
    font-family: "FFDINWebBoldItalic", sans-serif;
    font-style: normal; }

.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews .cr68-socialMedia,
.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews .buttonAlt,
.link,
table a,
label a,
.cr51-newsList article h3 a,
.cr45-mediaReleaseList section ol li .media--content .headlineText,
.cr45-mediaReleaseList section ol li .media--content .fileIcons a,
.cr24-mahpResults .info1 a,
.cr55-profile-short .popup a,
.cr47-forumActivity .separatedList li a,
.sfforumNewThreadWrp .sfCancel,
.cr29-forumPosts .sfforumThreadPostContentWrp a,
.cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.btn,
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReportBtn.sfEditBtn,
.cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfforumReportBtn.sfSubmitBtn,
.sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.sfSubmitBtn,
.sfforumReplyPostWrp .oldestNewest .orderReply,
.cr18-eventItem .meta a,
.lightbox.update-dob .why,
.cr05a-askQuesionDetail .meta a,
.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 a,
.sfsearchReultTitleSnippetUrl .sfsearchResultTitle a,
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl a,
.beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField a,
.beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField a,
.beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField a,
.beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField a,
.beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField a,
.beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField a,
.beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField a,
.beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField a,
.beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField a,
.beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField a,
.beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField a,
.beyondBlue .forgotPassword .boxout .sfregisterField a,
.facetedResults .sfsearchResultUrl a {
  color: #E0004D;
  text-decoration: none; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews .cr68-socialMedia:hover,
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews .buttonAlt:hover, .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews .cr68-socialMedia:focus,
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews .buttonAlt:focus,
  .link:hover,
  table a:hover,
  label a:hover,
  .cr51-newsList article h3 a:hover,
  .cr45-mediaReleaseList section ol li .media--content .headlineText:hover,
  .cr45-mediaReleaseList section ol li .media--content .fileIcons a:hover,
  .cr24-mahpResults .info1 a:hover,
  .cr55-profile-short .popup a:hover,
  .cr47-forumActivity .separatedList li a:hover,
  .sfforumNewThreadWrp .sfCancel:hover,
  .cr29-forumPosts .sfforumThreadPostContentWrp a:hover,
  .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.btn:hover,
  .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReportBtn.sfEditBtn:hover,
  .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfforumReportBtn.sfSubmitBtn:hover,
  .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.sfSubmitBtn:hover,
  .sfforumReplyPostWrp .oldestNewest .orderReply:hover,
  .cr18-eventItem .meta a:hover,
  .lightbox.update-dob .why:hover,
  .cr05a-askQuesionDetail .meta a:hover,
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 a:hover,
  .sfsearchReultTitleSnippetUrl .sfsearchResultTitle a:hover,
  .sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:hover,
  .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField a:hover,
  .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField a:hover,
  .beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField a:hover,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField a:hover,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField a:hover,
  .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField a:hover,
  .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField a:hover,
  .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField a:hover,
  .beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField a:hover,
  .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField a:hover,
  .beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField a:hover,
  .beyondBlue .forgotPassword .boxout .sfregisterField a:hover,
  .facetedResults .sfsearchResultUrl a:hover,
  .link:focus,
  table a:focus,
  label a:focus,
  .cr51-newsList article h3 a:focus,
  .cr45-mediaReleaseList section ol li .media--content .headlineText:focus,
  .cr45-mediaReleaseList section ol li .media--content .fileIcons a:focus,
  .cr24-mahpResults .info1 a:focus,
  .cr55-profile-short .popup a:focus,
  .cr47-forumActivity .separatedList li a:focus,
  .sfforumNewThreadWrp .sfCancel:focus,
  .cr29-forumPosts .sfforumThreadPostContentWrp a:focus,
  .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.btn:focus,
  .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReportBtn.sfEditBtn:focus,
  .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfforumReportBtn.sfSubmitBtn:focus,
  .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.sfSubmitBtn:focus,
  .sfforumReplyPostWrp .oldestNewest .orderReply:focus,
  .cr18-eventItem .meta a:focus,
  .lightbox.update-dob .why:focus,
  .cr05a-askQuesionDetail .meta a:focus,
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 a:focus,
  .sfsearchReultTitleSnippetUrl .sfsearchResultTitle a:focus,
  .sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:focus,
  .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField a:focus,
  .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField a:focus,
  .beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField a:focus,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField a:focus,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField a:focus,
  .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField a:focus,
  .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField a:focus,
  .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField a:focus,
  .beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField a:focus,
  .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField a:focus,
  .beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField a:focus,
  .beyondBlue .forgotPassword .boxout .sfregisterField a:focus,
  .facetedResults .sfsearchResultUrl a:focus {
    text-decoration: underline;
    color: #009BC9 !important; }

ol li {
  list-style: none; }

p {
  margin-bottom: 1em; }
  p span {
    font-size: 1em !important; }

.alpha a, .sfContentBlock h1 a,
.sfreContentArea h1 a,
.reContentArea h1 a, .cr207 h3 a, .cr55-profile-short h3 a, .cr33-fullWidthBanner .fauxHeadingText a, .alpha .linkText, .sfContentBlock h1 .linkText,
.sfreContentArea h1 .linkText,
.reContentArea h1 .linkText, .cr207 h3 .linkText, .cr55-profile-short h3 .linkText, .cr33-fullWidthBanner .fauxHeadingText .linkText, .beta a, .sfContentBlock h2 a,
.sfreContentArea h2 a,
.reContentArea h2 a, .cr52-storiesListRotator h2 a, .cr48-newsItem .sfnewsTitle a, .cr48-newsItem .sfcommentsTitle a, .cr09b-roadshowEventList .event__search .search__title a,
.cr65-searchSelector .event__search .search__title a, .cr01-activitiesList h1.heading2 a, .cr85-mahpRegistrationForm fieldset h2 a, .cr58a-fundraiserItem .subHeading a, .cr69-storiesDetail .cr71-storiesList .media--img a, .sfforumPostTitle a, .cr27-forumsList .forumDescription .sfforumGroupTitle a, .m-event.event--next h2 a, .m-searchBanner h2.search__title a, .cr18-eventItem h1 a, .cr05a-askQuesionDetail h1 a, .beyondBlue #sfLoginWidgetWrp h2 a,
.beyondBlue .sfprofileChangePasswordFormWrp h2 a,
.beyondBlue .sfprofileEditFormWrp h2 a,
.beyondBlue .forgotPassword h2 a, .beyondBlue .sfprofileAvatar h2 a, .beta .linkText, .sfContentBlock h2 .linkText,
.sfreContentArea h2 .linkText,
.reContentArea h2 .linkText, .cr52-storiesListRotator h2 .linkText, .cr48-newsItem .sfnewsTitle .linkText, .cr48-newsItem .sfcommentsTitle .linkText, .cr09b-roadshowEventList .event__search .search__title .linkText,
.cr65-searchSelector .event__search .search__title .linkText, .cr01-activitiesList h1.heading2 .linkText, .cr85-mahpRegistrationForm fieldset h2 .linkText, .cr58a-fundraiserItem .subHeading .linkText, .cr69-storiesDetail .cr71-storiesList .media--img .linkText, .sfforumPostTitle .linkText, .cr27-forumsList .forumDescription .sfforumGroupTitle .linkText, .m-event.event--next h2 .linkText, .m-searchBanner h2.search__title .linkText, .cr18-eventItem h1 .linkText, .cr05a-askQuesionDetail h1 .linkText, .beyondBlue #sfLoginWidgetWrp h2 .linkText,
.beyondBlue .sfprofileChangePasswordFormWrp h2 .linkText,
.beyondBlue .sfprofileEditFormWrp h2 .linkText,
.beyondBlue .forgotPassword h2 .linkText, .beyondBlue .sfprofileAvatar h2 .linkText, .gamma a, .sfContentBlock h3 a,
.sfreContentArea h3 a,
.reContentArea h3 a, .sfFormTitle a, .tile-type-2 h3 a, .cr51-newsList article h3 a a, .cr01-activitiesList h2.extraPadding a, .cr85-mahpRegistrationForm fieldset h3 a, .cr205-feature-box-1 .header a, .cr84-resourcesForMe h3 a, .cr56-quicklinks h3 a, .js-cr13-normal .accordion__item > a a, .js-cr13-alternate .accordion__item > a a, .bannerWithAside h3 a, .cr20-eventList article h3 a a, .cr10-callToAction h3 a, .lightbox.update-dob .welcome a, div.cr65-searchSelector > h2 a, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body h3 a, .gamma .linkText, .sfContentBlock h3 .linkText,
.sfreContentArea h3 .linkText,
.reContentArea h3 .linkText, .sfFormTitle .linkText, .tile-type-2 h3 .linkText, .cr51-newsList article h3 a .linkText, .cr01-activitiesList h2.extraPadding .linkText, .cr85-mahpRegistrationForm fieldset h3 .linkText, .cr205-feature-box-1 .header .linkText, .cr84-resourcesForMe h3 .linkText, .cr56-quicklinks h3 .linkText, .js-cr13-normal .accordion__item > a .linkText, .js-cr13-alternate .accordion__item > a .linkText, .bannerWithAside h3 .linkText, .cr20-eventList article h3 a .linkText, .cr10-callToAction h3 .linkText, .lightbox.update-dob .welcome .linkText, div.cr65-searchSelector > h2 .linkText, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body h3 .linkText, .delta a, .sfContentBlock h4 a,
.sfreContentArea h4 a,
.reContentArea h4 a, .cr55-profile-short .popup h4 a, .cr55-profile-short .media h4 a, .cr04-collectionFilter .filterHeading a, .delta .linkText, .sfContentBlock h4 .linkText,
.sfreContentArea h4 .linkText,
.reContentArea h4 .linkText, .cr55-profile-short .popup h4 .linkText, .cr55-profile-short .media h4 .linkText, .cr04-collectionFilter .filterHeading .linkText,
h1 a,
h1 .linkText, h2 a, h2 .linkText, h3 a, h3 .linkText, h4 a, h4 .linkText, h5 a, h5 .linkText, h6 a, h6 .linkText,
.h1 a,
.h1 .linkText, .h2 a, .h2 .linkText, .h3 a, .h3 .linkText, .h4 a, .h4 .linkText, .h5 a, .h5 .linkText, .h6 a, .h6 .linkText {
  display: block; }
.alpha a, .sfContentBlock h1 a,
.sfreContentArea h1 a,
.reContentArea h1 a, .cr207 h3 a, .cr55-profile-short h3 a, .cr33-fullWidthBanner .fauxHeadingText a, .beta a, .sfContentBlock h2 a,
.sfreContentArea h2 a,
.reContentArea h2 a, .cr52-storiesListRotator h2 a, .cr48-newsItem .sfnewsTitle a, .cr48-newsItem .sfcommentsTitle a, .cr09b-roadshowEventList .event__search .search__title a,
.cr65-searchSelector .event__search .search__title a, .cr01-activitiesList h1.heading2 a, .cr85-mahpRegistrationForm fieldset h2 a, .cr58a-fundraiserItem .subHeading a, .cr69-storiesDetail .cr71-storiesList .media--img a, .sfforumPostTitle a, .cr27-forumsList .forumDescription .sfforumGroupTitle a, .m-event.event--next h2 a, .m-searchBanner h2.search__title a, .cr18-eventItem h1 a, .cr05a-askQuesionDetail h1 a, .beyondBlue #sfLoginWidgetWrp h2 a,
.beyondBlue .sfprofileChangePasswordFormWrp h2 a,
.beyondBlue .sfprofileEditFormWrp h2 a,
.beyondBlue .forgotPassword h2 a, .beyondBlue .sfprofileAvatar h2 a, .gamma a, .sfContentBlock h3 a,
.sfreContentArea h3 a,
.reContentArea h3 a, .sfFormTitle a, .tile-type-2 h3 a, .cr51-newsList article h3 a a, .cr01-activitiesList h2.extraPadding a, .cr85-mahpRegistrationForm fieldset h3 a, .cr205-feature-box-1 .header a, .cr84-resourcesForMe h3 a, .cr56-quicklinks h3 a, .js-cr13-normal .accordion__item > a a, .js-cr13-alternate .accordion__item > a a, .bannerWithAside h3 a, .cr20-eventList article h3 a a, .cr10-callToAction h3 a, .lightbox.update-dob .welcome a, div.cr65-searchSelector > h2 a, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body h3 a, .delta a, .sfContentBlock h4 a,
.sfreContentArea h4 a,
.reContentArea h4 a, .cr55-profile-short .popup h4 a, .cr55-profile-short .media h4 a, .cr04-collectionFilter .filterHeading a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  margin: 0; }

.tableResponsive {
  overflow-x: auto; }

.sfContentBlock,
.sfreContentArea,
.reContentArea {
  word-break: break-word;
  color: #333;
  line-height: 26px; }
  .sfContentBlock em,
  .sfreContentArea em,
  .reContentArea em {
    font-family: "FFDINWebItalic", sans-serif;
    font-style: normal; }
    .sfContentBlock em strong,
    .sfreContentArea em strong,
    .reContentArea em strong {
      font-family: "FFDINWebBoldItalic", sans-serif;
      font-weight: normal;
      font-style: normal; }
  .sfContentBlock strong,
  .sfreContentArea strong,
  .reContentArea strong {
    font-family: "FFDINWebBold", sans-serif;
    font-weight: normal; }
    .sfContentBlock strong em,
    .sfreContentArea strong em,
    .reContentArea strong em {
      font-family: "FFDINWebBoldItalic", sans-serif;
      font-style: normal; }
  .sfContentBlock:before, .sfContentBlock:after,
  .sfreContentArea:before,
  .sfreContentArea:after,
  .reContentArea:before,
  .reContentArea:after {
    content: "";
    display: table;
    overflow: hidden; }
  .lt-ie9 .sfContentBlock, .lt-ie9
  .sfreContentArea, .lt-ie9
  .reContentArea {
    overflow: hidden; }
  .sfContentBlock .contentImgWrap,
  .sfreContentArea .contentImgWrap,
  .reContentArea .contentImgWrap {
    position: relative;
    display: block;
    max-width: 100%; }
    .sfContentBlock .contentImgWrap a,
    .sfreContentArea .contentImgWrap a,
    .reContentArea .contentImgWrap a {
      display: inline-block; }
      .sfContentBlock .contentImgWrap a:hover, .sfContentBlock .contentImgWrap a:focus,
      .sfreContentArea .contentImgWrap a:hover,
      .sfreContentArea .contentImgWrap a:focus,
      .reContentArea .contentImgWrap a:hover,
      .reContentArea .contentImgWrap a:focus {
        filter: alpha(opacity="80");
        opacity: 0.8; }
    .sfContentBlock .contentImgWrap p,
    .sfreContentArea .contentImgWrap p,
    .reContentArea .contentImgWrap p {
      float: none; }
    .sfContentBlock .contentImgWrap img,
    .sfreContentArea .contentImgWrap img,
    .reContentArea .contentImgWrap img {
      display: block;
      clear: both;
      vertical-align: inherit;
      max-width: 100%; }
    .sfContentBlock .contentImgWrap.floatLeft,
    .sfreContentArea .contentImgWrap.floatLeft,
    .reContentArea .contentImgWrap.floatLeft {
      float: left;
      margin-right: 20px; }
    .sfContentBlock .contentImgWrap.floatRight,
    .sfreContentArea .contentImgWrap.floatRight,
    .reContentArea .contentImgWrap.floatRight {
      float: right;
      margin-left: 20px; }
    .sfContentBlock .contentImgWrap.floatMiddle,
    .sfreContentArea .contentImgWrap.floatMiddle,
    .reContentArea .contentImgWrap.floatMiddle {
      display: block;
      text-align: center; }
    .sfContentBlock .contentImgWrap.floatMiddle img,
    .sfreContentArea .contentImgWrap.floatMiddle img,
    .reContentArea .contentImgWrap.floatMiddle img {
      margin: auto;
      clear: both;
      overflow: auto; }
    .sfContentBlock .contentImgWrap.floatMiddle p,
    .sfreContentArea .contentImgWrap.floatMiddle p,
    .reContentArea .contentImgWrap.floatMiddle p {
      text-align: center;
      width: auto; }
  .sfContentBlock .intro,
  .sfreContentArea .intro,
  .reContentArea .intro {
    color: #363636;
    font-weight: bold; }
  .sfContentBlock a,
  .sfreContentArea a,
  .reContentArea a {
    text-decoration: none;
    color: #E0004D; }
    .sfContentBlock a:hover, .sfContentBlock a:focus,
    .sfreContentArea a:hover,
    .sfreContentArea a:focus,
    .reContentArea a:hover,
    .reContentArea a:focus {
      text-decoration: underline;
      color: #009BC9; }
  .sfContentBlock ul,
  .sfContentBlock ol,
  .sfreContentArea ul,
  .sfreContentArea ol,
  .reContentArea ul,
  .reContentArea ol {
    margin: 0.5em 0 1em 33px; }
    .sfContentBlock ul ul,
    .sfContentBlock ul ol,
    .sfContentBlock ol ul,
    .sfContentBlock ol ol,
    .sfreContentArea ul ul,
    .sfreContentArea ul ol,
    .sfreContentArea ol ul,
    .sfreContentArea ol ol,
    .reContentArea ul ul,
    .reContentArea ul ol,
    .reContentArea ol ul,
    .reContentArea ol ol {
      margin: 10px 0 0px 19px; }
      .sfContentBlock ul ul > li:before,
      .sfContentBlock ul ol > li:before,
      .sfContentBlock ol ul > li:before,
      .sfContentBlock ol ol > li:before,
      .sfreContentArea ul ul > li:before,
      .sfreContentArea ul ol > li:before,
      .sfreContentArea ol ul > li:before,
      .sfreContentArea ol ol > li:before,
      .reContentArea ul ul > li:before,
      .reContentArea ul ol > li:before,
      .reContentArea ol ul > li:before,
      .reContentArea ol ol > li:before {
        color: #009BC9; }
    .sfContentBlock ul > li,
    .sfContentBlock ol > li,
    .sfreContentArea ul > li,
    .sfreContentArea ol > li,
    .reContentArea ul > li,
    .reContentArea ol > li {
      margin-bottom: 10px;
      line-height: 1.4em;
      position: relative;
      list-style: none; }
      .sfContentBlock ul > li:before,
      .sfContentBlock ol > li:before,
      .sfreContentArea ul > li:before,
      .sfreContentArea ol > li:before,
      .reContentArea ul > li:before,
      .reContentArea ol > li:before {
        color: #009BC9;
        font-weight: bold;
        position: absolute; }
      .lt-ie8 .sfContentBlock ul > li, .no-generatedcontent .sfContentBlock ul > li, .lt-ie8
      .sfContentBlock ol > li, .no-generatedcontent
      .sfContentBlock ol > li, .lt-ie8
      .sfreContentArea ul > li, .no-generatedcontent
      .sfreContentArea ul > li, .lt-ie8
      .sfreContentArea ol > li, .no-generatedcontent
      .sfreContentArea ol > li, .lt-ie8
      .reContentArea ul > li, .no-generatedcontent
      .reContentArea ul > li, .lt-ie8
      .reContentArea ol > li, .no-generatedcontent
      .reContentArea ol > li {
        position: static; }
    .sfContentBlock ul ul > li:before,
    .sfContentBlock ol ul > li:before,
    .sfreContentArea ul ul > li:before,
    .sfreContentArea ol ul > li:before,
    .reContentArea ul ul > li:before,
    .reContentArea ol ul > li:before {
      content: "\2022";
      left: -15px; }
    .sfContentBlock ul ol > li,
    .sfContentBlock ol ol > li,
    .sfreContentArea ul ol > li,
    .sfreContentArea ol ol > li,
    .reContentArea ul ol > li,
    .reContentArea ol ol > li {
      counter-increment: letters; }
    .sfContentBlock ul ol > li:before,
    .sfContentBlock ol ol > li:before,
    .sfreContentArea ul ol > li:before,
    .sfreContentArea ol ol > li:before,
    .reContentArea ul ol > li:before,
    .reContentArea ol ol > li:before {
      content: counter(letters,lower-alpha) "."; }
  .sfContentBlock ul > li:before,
  .sfreContentArea ul > li:before,
  .reContentArea ul > li:before {
    left: -14px;
    top: 0px;
    content: "\2022";
    font-size: 17px;
    line-height: 1em, 19px; }
  .lt-ie8 .sfContentBlock ul > li, .no-generatedcontent .sfContentBlock ul > li, .lt-ie8
  .sfreContentArea ul > li, .no-generatedcontent
  .sfreContentArea ul > li, .lt-ie8
  .reContentArea ul > li, .no-generatedcontent
  .reContentArea ul > li {
    list-style: disc outside; }
  .sfContentBlock ol,
  .sfreContentArea ol,
  .reContentArea ol {
    counter-reset: numbers; }
    .sfContentBlock ol > li:before,
    .sfreContentArea ol > li:before,
    .reContentArea ol > li:before {
      position: absolute;
      left: -30px;
      top: 0px;
      content: counter(numbers) ".";
      counter-increment: numbers;
      width: 25px;
      text-align: right; }
    .lt-ie8 .sfContentBlock ol > li, .no-generatedcontent .sfContentBlock ol > li, .lt-ie8
    .sfreContentArea ol > li, .no-generatedcontent
    .sfreContentArea ol > li, .lt-ie8
    .reContentArea ol > li, .no-generatedcontent
    .reContentArea ol > li {
      list-style: lower-alpha outside; }
  .sfContentBlock .button,
  .sfreContentArea .button,
  .reContentArea .button {
    margin-bottom: 15px; }
  .sfContentBlock dt,
  .sfreContentArea dt,
  .reContentArea dt {
    margin-bottom: 10px;
    padding-bottom: 2px;
    font-size: 1.23077em; }
  .sfContentBlock dd,
  .sfreContentArea dd,
  .reContentArea dd {
    margin: 0 0 1em; }

.sfreContentArea {
  padding: 5px; }

.reContentArea:before,
.reContentArea:after {
  content: none;
  display: initial;
  clear: initial; }

/*.zebra {
	li:nth-child(odd),
	.item:nth-child(odd),
	tr:nth-child(odd) td { background: #ececec; }
}

.zebra--alt {
	li:nth-child(odd),
	tr:nth-child(odd) td { background: $color-primary-1; }
}*/
blockquote {
  color: #464647;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 26px; }
  blockquote:before, blockquote:after {
    color: #009BC9;
    font-size: 30px;
    vertical-align: top;
    line-height: 1;
    line-height: 22px;
    font-family: Arial, sans-serif; }
  blockquote:before {
    content: '\201C'; }
  blockquote:after {
    content: '\201D'; }
  blockquote:before, blockquote:after {
    line-height: 26px; }

.featured-text {
  font-size: 30px;
  font-family: "FFDINWebBold", sans-serif; }

.text-reduced {
  font-size: 16px;
  line-height: 20px; }

.minor-text {
  font-size: 14px;
  line-height: 18px; }

#bd .bullet-text-blue li:before {
  color: #009BC9; }

#bd .bullet-text-black li:before {
  color: #333; }

.text-primary-1 {
  color: #009BC9; }

.colour-swatch > div > div {
  text-align: center;
  padding: 50px 0;
  margin: 20px 0 40px; }

.imgWrap {
  text-align: center; }
  .imgWrap img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle; }

.table-responsive {
  overflow-x: auto; }

/*body {
  font-family: "FFDINWeb";
}

// Headings
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: $color-primary-1;
  font-family: "FFDINWebBold";
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
}
h1, .h1 {
  font-size: 40px;
  line-height: 40px;
}
h2, .h2 {
  font-size: 30px;
  line-height: 34px;
}
h3, .h3 {
  font-size: 22px;
  line-height: 24px;
}
h4, .h4 {
  font-size: 18px;
  line-height: 20px;
}
h5, .h5 {
  font-size: 18px;
  line-height: 20px;
}
h6, .h6 {
  font-size: 18px;
  line-height: 20px;
}

// Body copy
p {
  font-size: 20px;
  line-height: 24px;
}

// Lead body copy

// Blockquotes

// Lists - unordered
ul {
  li {
    font-size: 20px;
    line-height: 24px;
    list-style: none;
    position: relative;
    &:before {
      display: block;
      content: '\2022';
      font-size: 20px;
      line-height: 1em;
      position: absolute;
      left: -15px;
      width: 15px;
      top: 0;
    }
  }
  &.primary {
    li {
      &:before {
        color: $color-primary-1;
      }
    }
  }
}

// Lists - ordered
ol {
  counter-reset: item;
  li {
    font-size: 20px;
    line-height: 24px;
    list-style-type: none;
    position: relative;
    &:before {
      display: block;
      content: counter(item) ".";
      counter-increment: item;
      position: absolute;
      left: -2em;
      width: 1.5em;
      top: 0;
      text-align: right;
    }
  }
  &.primary {
    li {
      &:before {
        color: $color-primary-1;
      }
    }
  }
}

// Lists - description
dl {
  dt {
    color: $color-primary-1;
    font-size: 20px;
    line-height: 24px;
  }
  dd {
    font-size: 20px;
    line-height: 24px;
  }
}
*/
table tr:nth-child(even) td {
  background: #f2f2f2; }
table tr:nth-child(odd) td {
  background: #fff; }
table th,
table td {
  text-align: center;
  padding: 10px 15px; }
  table th:first-child,
  table td:first-child {
    text-align: left; }
table th {
  background: #5e9bd9;
  color: #fff;
  font-family: "FFDINWebBold", sans-serif;
  font-size: 18px; }
table td {
  font-family: "FFDINWeb", sans-serif;
  font-size: 18px; }
table th {
  padding: 19px 38px 18px; }
table td {
  padding: 12px 38px 11px; }
table a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px; }
  table a:hover, table a:focus {
    text-decoration: underline;
    color: #009BC9; }

.colors {
  margin: 0 -5px; }
  .colors:before, .colors:after {
    content: " ";
    display: table; }
  .colors:after {
    clear: both; }
  .colors .color {
    float: left !important;
    border-radius: 3px;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 5px; }

.background-blue-1 {
  background: #009BC9; }
  #bd .background-blue-1.container-fluid {
    padding-top: 17px;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    #bd .background-blue-1.container-fluid .sfContentBlock > h2 {
      text-align: center;
      margin-bottom: 25px; }
  #bd .background-blue-1.container-fluid {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 45px; }
  #bd .background-blue-1.container-fluid {
    padding-top: 55px;
    margin-bottom: 65px; }
    #bd .background-blue-1.container-fluid .sfContentBlock > h2 {
      margin-bottom: 35px; }

.background-lightBlue-1 {
  background: #e5ebfa; }
  #bd .background-lightBlue-1.container-fluid {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 24px; }
    #bd .background-lightBlue-1.container-fluid .sfContentBlock > h2 {
      text-align: center;
      margin-bottom: 25px; }
  #bd .background-lightBlue-1.container-fluid {
    padding-top: 58px;
    padding-bottom: 35px;
    margin-bottom: 72px; }

.sfimageWrp {
  max-width: 100%; }
  .sfimageWrp img {
    max-width: 100%; }

/* ADDED 20/5/2015 */
.sfContentBlock figure, .sfreContentArea figure, .reContentArea figure {
  counter-increment: figure-count; }

.sfContentBlock figure figcaption::before, .sfreContentArea figure figcaption::before, .reContentArea figure figcaption::before {
  content: "Fig " counter(figure-count,decimal) ": ";
  font-style: italic;
  font-weight: bold; }

.blue-text {
  color: #009BC9; }

em,
i {
  font-style: italic; }

.bg-aquaMarine {
  background: #013D4E; }

.lightbox.update-dob {
  border-bottom: 1px solid black;
  background: silver; }

.rainbow-bar, #hd:before, .header-navrow:after, #ft:before {
  display: block;
  margin: 0;
  padding: 0;
  height: 10px;
  width: 100%;
  background: #fff url(/App_Themes/reskin/images/rainbow-bar-full.png) center top no-repeat; }

#hd:before {
  content: ''; }

.searchForm--header {
  display: inline-block;
  float: right;
  width: 170px; }
  .searchForm--header input[type="text"] {
    background: #eee;
    border: 1px solid #eee;
    width: 135px;
    height: 35px;
    padding: 0 6px;
    outline: 0;
    line-height: 35px;
    border-radius: 0;
    float: left; }
    .searchForm--header input[type="text"]::-webkit-input-placeholder {
      color: #666; }
    .searchForm--header input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: #666; }
    .searchForm--header input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #666; }
    .searchForm--header input[type="text"]:-ms-input-placeholder {
      color: #666; }
  .searchForm--header .button.button-icon {
    height: 35px;
    width: 35px;
    float: right;
    border: 0;
    background: #025C76;
    color: white;
    padding: 0;
    outline: 0; }

.searchForm--header__outer .search-toggle {
  background: none;
  color: #fff;
  border: none;
  font-size: 20px;
  height: 35px;
  padding: 0 15px;
  line-height: 32px;
  outline: 0; }
.searchForm--header__outer .search-toggle {
  display: none; }
.searchForm--header__outer .searchForm--header {
  display: block !important; }

.cr06-talkTo {
  clear: both;
  float: right; }
  .cr06-talkTo .media {
    display: table; }
  .cr06-talkTo .media--img {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 45px;
    font-family: 'FFDINWebBold'; }
    .cr06-talkTo .media--img *[href^=tel] {
      color: inherit;
      text-decoration: inherit; }
    .cr06-talkTo .media--img .standout {
      font-size: 16px;
      text-align: right;
      line-height: 18px;
      color: #333;
      display: block; }
    .cr06-talkTo .media--img .header-phone {
      font-family: 'FFDINWebBold';
      font-size: 28px;
      color: #007A9F;
      text-align: right;
      line-height: 28px;
      padding-top: 8px;
      margin-right: -3px;
      display: block; }
      .cr06-talkTo .media--img .header-phone:before {
        display: inline-block;
        content: '\f095';
        color: #FFB001;
        font-family: 'FontAwesome';
        font-size: 25px;
        margin-right: 2px; }
  .cr06-talkTo .media--content {
    display: table-cell;
    width: 170px; }
    .cr06-talkTo .media--content a {
      font-family: 'FFDINWebBold';
      font-size: 15px;
      line-height: 18px;
      color: #333;
      text-decoration: none; }
      .cr06-talkTo .media--content a:hover, .cr06-talkTo .media--content a:focus {
        text-decoration: underline; }
    .cr06-talkTo .media--content .contactList {
      padding: 5px 20px;
      margin: 10px 0;
      border-left: 1px solid #333; }

#hd {
  position: relative; }

.loginSearchWrap {
  position: relative; }

.cr43-logIn {
  /*position: absolute;
  right: 0;
  bottom: 0;*/ }
  .cr43-logIn .login-my-account:after {
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 10px;
    margin-left: 5px; }
  .cr43-logIn.show-nav-myaccount .login-my-account:after {
    content: "\f077"; }

.loginWhole {
  display: none; }
  .show-nav-login .loginWhole {
    display: block !important; }

.globalNav .mobile-nav-clicked {
  background: pink; }

.header-navrow {
  background: #025C76; }
  .header-navrow:after {
    content: ''; }

.sfLoginFieldsWrp {
  max-width: 240px; }
  .sfLoginFieldsWrp li {
    list-style: none;
    margin: 0 0 15px; }
  .sfLoginFieldsWrp .sfCheckBoxWrapper label {
    width: auto; }
  .sfLoginFieldsWrp + .sfSubmitBtnWrp .sfError {
    display: block; }
  .sfLoginFieldsWrp .sfSubmitBtnWrp {
    float: left;
    margin-right: 10px; }
  .sfLoginFieldsWrp .sfCheckBoxWrapper {
    float: left;
    padding-top: 8px; }
    #body #hd .sfLoginFieldsWrp .sfCheckBoxWrapper {
      margin-bottom: 0; }
    .sfLoginFieldsWrp .sfCheckBoxWrapper input[type="checkbox"] {
      margin-top: 1px; }
    .sfLoginFieldsWrp .sfCheckBoxWrapper label {
      vertical-align: top; }
  @media screen and (max-width: 767px) {
    .sfLoginFieldsWrp .sfCheckBoxWrapper {
      padding-top: 18px; } }

.sfLostPassword--wrapper {
  margin-top: 10px;
  margin-bottom: 25px; }
  #bd .sfLostPassword--wrapper .sfLostPassword {
    margin-left: 0;
    font-size: 0.8em; }
  .sfLostPassword--wrapper a {
    font-size: 11px;
    color: #E0004D;
    border: none;
    text-decoration: none; }
    .sfLostPassword--wrapper a:hover, .sfLostPassword--wrapper a:focus {
      color: #009BC9;
      text-decoration: underline; }
  #hd .sfLostPassword--wrapper {
    margin-top: 0px;
    margin-bottom: 0px; }

.RadMenu.RadMenu_Default {
  width: 100%; }

#hd .rmRootGroup {
  width: 100%;
  display: table;
  border: none;
  background: none; }
  #hd .rmRootGroup .fa.fa-plus {
    display: none; }
  #hd .rmRootGroup > .rmItem {
    display: table-cell;
    width: initial;
    width: auto;
    float: none;
    padding: 0;
    border: 0;
    background: none;
    margin: 0; }
    #hd .rmRootGroup > .rmItem .rmSlide .rmItem + .rmItem {
      border-top: 1px solid #666666 !important; }
    #hd .rmRootGroup > .rmItem > .rmLink.rmSelected,
    #hd .rmRootGroup > .rmItem > .rmLink.rmFocused {
      background: #333; }
      #hd .rmRootGroup > .rmItem > .rmLink.rmSelected:hover, #hd .rmRootGroup > .rmItem > .rmLink.rmSelected:focus,
      #hd .rmRootGroup > .rmItem > .rmLink.rmFocused:hover,
      #hd .rmRootGroup > .rmItem > .rmLink.rmFocused:focus {
        background: #666; }
    #hd .rmRootGroup > .rmItem.rmLast {
      right: -2px;
      width: 170px; }
      #hd .rmRootGroup > .rmItem.rmLast .rmLink {
        background: #E91C60; }
        #hd .rmRootGroup > .rmItem.rmLast .rmLink:hover, #hd .rmRootGroup > .rmItem.rmLast .rmLink:focus {
          background: #5D99C9; }
    #hd .rmRootGroup > .rmItem.rmFirst {
      width: 50px;
      height: 50px; }
      #hd .rmRootGroup > .rmItem.rmFirst .rmLink {
        height: 50px;
        width: 50px;
        position: relative; }
        #hd .rmRootGroup > .rmItem.rmFirst .rmLink:before {
          font-family: "FontAwesome";
          color: #f7f7f7;
          font-size: 26px;
          position: absolute;
          content: "\f015";
          left: 13px;
          top: 1px; }
        #hd .rmRootGroup > .rmItem.rmFirst .rmLink span {
          position: absolute;
          width: 1px;
          height: 1px;
          margin: -1px;
          padding: 0;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; }
        #hd .rmRootGroup > .rmItem.rmFirst .rmLink:hover, #hd .rmRootGroup > .rmItem.rmFirst .rmLink:focus {
          background: #5D99C9; }
    #hd .rmRootGroup > .rmItem .rmRootLink .rmText {
      display: block;
      width: 100%;
      text-align: center; }
    #hd .rmRootGroup > .rmItem > a {
      padding: 0;
      background: none;
      line-height: 50px;
      width: 100%;
      margin: 0;
      font-family: 'FFDINWebBold';
      font-weight: normal;
      font-style: normal;
      font-size: 15px;
      color: #FFFFFF; }
      #hd .rmRootGroup > .rmItem > a.rmExpanded {
        background: #333; }
      #hd .rmRootGroup > .rmItem > a:hover, #hd .rmRootGroup > .rmItem > a:focus {
        background: #666666; }
    #hd .rmRootGroup > .rmItem .rmSlide {
      margin-top: 0px !important; }
      #hd .rmRootGroup > .rmItem .rmSlide .rmExpandRight:after {
        position: absolute;
        right: 12px;
        font-size: 16px;
        font-family: "FontAwesome";
        content: "\f105";
        color: white; }
  #hd .rmRootGroup .rmGroup .rmItem a {
    background: #333333;
    padding: 0 40px 0 30px;
    font-family: 'FFDINWebBold';
    font-size: 14px;
    line-height: 50px;
    color: white; }
    #hd .rmRootGroup .rmGroup .rmItem a:hover, #hd .rmRootGroup .rmGroup .rmItem a:focus {
      background: #666666; }
    #hd .rmRootGroup .rmGroup .rmItem a.rmSelected, #hd .rmRootGroup .rmGroup .rmItem a.rmFocused {
      background: #222; }
      #hd .rmRootGroup .rmGroup .rmItem a.rmSelected:hover, #hd .rmRootGroup .rmGroup .rmItem a.rmSelected:focus, #hd .rmRootGroup .rmGroup .rmItem a.rmFocused:hover, #hd .rmRootGroup .rmGroup .rmItem a.rmFocused:focus {
        background: #666; }
  #hd .rmRootGroup .rmLevel2 .rmItem a {
    background: #454545; }

.navmobile-helper {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  height: 44px;
  width: 100px;
  display: none; }
  .navmobile-helper .mobilenav-home {
    float: left;
    display: inline-block;
    position: relative;
    height: 44px;
    width: 50px;
    cursor: pointer; }
    .navmobile-helper .mobilenav-home span {
      position: relative;
      width: 50px;
      height: 44px;
      background: #333;
      display: inline-block;
      z-index: 1000; }
      .navmobile-helper .mobilenav-home span:hover, .navmobile-helper .mobilenav-home span:focus {
        background: #666666; }
      .navmobile-helper .mobilenav-home span:before {
        font-family: "FontAwesome";
        color: #f7f7f7;
        font-size: 30px;
        position: absolute;
        content: "\f015";
        left: 11px;
        top: 9px; }
  .navmobile-helper .mobilenav-toggle {
    float: left;
    display: inline-block;
    position: relative;
    height: 44px;
    width: 50px;
    cursor: pointer;
    border-left: 1px solid #666666; }
    .navmobile-helper .mobilenav-toggle span {
      position: relative;
      width: 50px;
      height: 44px;
      background: #333;
      display: inline-block;
      z-index: 1000; }
      .navmobile-helper .mobilenav-toggle span:hover, .navmobile-helper .mobilenav-toggle span:focus {
        background: #666666; }
      .navmobile-helper .mobilenav-toggle span:before {
        font-family: "FontAwesome";
        color: #f7f7f7;
        font-size: 24px;
        position: absolute;
        content: "\f0c9";
        left: 14px;
        top: 11px; }

.menuLogin .loginLink {
  display: none; }

.menuLogin .rmVertical > * {
  display: inline-block; }
.menuLogin .rmVertical .loginLink {
  display: none; }

.show-nav-login .text-login {
  background: #333333; }

.form-login-shell {
  width: 170px;
  padding: 9px 11px 10px;
  background: #d7d7d7;
  position: absolute;
  right: 15px;
  bottom: 0; }
  .form-login-shell .text-login {
    margin: -5px 5px;
    padding: 5px 5px; }
  .form-login-shell .text-register {
    margin: -5px 5px;
    padding: 5px 10px; }
  .form-login-shell .join-forum-header, .form-login-shell .username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding: 0 12px;
    font-family: 'FFDINWebBold';
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: 5px; }
    .form-login-shell .join-forum-header:hover, .form-login-shell .join-forum-header:focus, .form-login-shell .username:hover, .form-login-shell .username:focus {
      text-decoration: underline; }
  .form-login-shell .username:hover, .form-login-shell .username:focus {
    text-decoration: none !important; }

.show-nav-myaccount .loggedInContent {
  background: #333333 !important; }

.show-nav-myaccount .accountLinks {
  display: block !important; }

.beyondBlue .cr43-logIn .loggedOutContent, .beyondBlue .cr43-logIn .loggedInContent {
  padding: 6px 0;
  display: block;
  text-align: center;
  background: #025C76;
  position: relative;
  color: white;
  font-family: 'FFDINWebBold';
  font-size: 12px; }
  .beyondBlue .cr43-logIn .loggedOutContent a, .beyondBlue .cr43-logIn .loggedInContent a {
    color: white;
    text-decoration: none; }
    .beyondBlue .cr43-logIn .loggedOutContent a:hover, .beyondBlue .cr43-logIn .loggedOutContent a:focus, .beyondBlue .cr43-logIn .loggedInContent a:hover, .beyondBlue .cr43-logIn .loggedInContent a:focus {
      text-decoration: underline; }
.beyondBlue .cr43-logIn .accountLinks {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 80000; }
  .beyondBlue .cr43-logIn .accountLinks li a {
    background: #333333;
    padding: 0 40px 0 30px;
    font-family: 'FFDINWebBold';
    font-size: 14px;
    line-height: 50px;
    color: white;
    display: block;
    width: 260px;
    text-align: left; }
    .beyondBlue .cr43-logIn .accountLinks li a:hover, .beyondBlue .cr43-logIn .accountLinks li a:focus {
      background: #666666;
      text-decoration: none; }
  .beyondBlue .cr43-logIn .accountLinks li + li a {
    border-top: 1px solid #666666; }
.beyondBlue .cr43-logIn .loginWhole {
  display: none;
  position: absolute;
  top: 22px;
  right: 10px;
  z-index: 8888;
  text-align: left;
  padding: 20px 15px;
  width: 260px;
  background-color: #333333;
  color: #ffffff; }
  .beyondBlue .cr43-logIn .loginWhole #sfLoginWidgetWrp {
    margin-bottom: 0; }
    .beyondBlue .cr43-logIn .loginWhole #sfLoginWidgetWrp .sfLoginFieldsWrp .sfTxtLbl {
      padding: 0; }
    .beyondBlue .cr43-logIn .loginWhole #sfLoginWidgetWrp .sfLoginFieldsWrp .sfFieldWrp {
      margin-bottom: 0; }
    .beyondBlue .cr43-logIn .loginWhole #sfLoginWidgetWrp label {
      color: #fff;
      font-size: 14px !important;
      line-height: 14px; }
    .beyondBlue .cr43-logIn .loginWhole #sfLoginWidgetWrp ol li {
      margin: 0;
      margin-bottom: 15px;
      list-style: none; }
      .beyondBlue .cr43-logIn .loginWhole #sfLoginWidgetWrp ol li .sfSubmitBtn {
        background: #E0004D;
        font-size: em(12px);
        min-width: 0;
        padding-top: 7px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px; }
        .beyondBlue .cr43-logIn .loginWhole #sfLoginWidgetWrp ol li .sfSubmitBtn:before, .beyondBlue .cr43-logIn .loginWhole #sfLoginWidgetWrp ol li .sfSubmitBtn:after {
          display: none; }
      .beyondBlue .cr43-logIn .loginWhole #sfLoginWidgetWrp ol li .sfTxt {
        color: #333333;
        height: 23px;
        font-size: 14px;
        line-height: 1em;
        border-radius: 0; }
      .beyondBlue .cr43-logIn .loginWhole #sfLoginWidgetWrp ol li .sfError {
        color: #ed2768;
        font-family: "FFDINWebBold", sans-serif;
        font-weight: normal;
        font-size: 12px;
        line-height: 15px;
        margin-top: 0.25em; }
  .beyondBlue .cr43-logIn .loginWhole .sfLostPassword--wrapper .sfLostPassword {
    font-family: "FFDINWebBold", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px; }

#hd .logo a img {
  transition: 300ms; }
  #hd .logo a img:hover, #hd .logo a img:focus {
    background: aliceblue;
    transition: 300ms; }

.mobile-dropdown-close {
  float: right;
  margin: 0px;
  background: #666;
  color: white;
  padding: 3px 20px 4px;
  border: 0;
  margin: -2px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold; }

.wsbtn, .buttonLarge, .btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .sfforumPostReplyContainer .sfSubmitBtn, .button, .sfFormSubmit input[type="submit"], .cr52-storiesListRotator > .pull-right .read-more, .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr50-latestNews .buttonAlt, .cr01-activitiesList .underline_linkText > a, .cr55-profile-short .js_Close, .cr85-mahpRegistrationForm input[type="submit"], .cr205-feature-box-1 .button, .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .js-cr13-normal .accordion__item > a, .cr33-fullWidthBanner .button, .m-searchBanner .search__submit, .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .ferceberk a, .cr20-eventList .tabNav #a1, .cr11-collectionSearch .RadButton input[type="submit"], .cr10-callToAction .button, .lightbox.update-dob .buttonContainer a, .depressionChecklist .buttonWrap input[type="submit"], .quickSearchFieldsList ~ .buttonLarge, .cr65-searchSelector .accordian .js_accordianExpondo, .cr39-infoResources li .linkText, .cr38 li > a .linkText, .CR02_GetInvolvedCarousel .button__pink--large, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse,
.beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
.beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
.beyondBlue .forgotPassword .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt {
  color: #fff !important;
  font-family: "FFDINWebBold", sans-serif;
  display: inline-block;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 20px 10px;
  border: 0 none;
  text-align: left; }
  .sfContentBlock .wsbtn, .sfContentBlock .buttonLarge, .sfContentBlock .btn, .sfContentBlock .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfContentBlock .sfEditBtn, .sfContentBlock .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .sfContentBlock .sfSubmitBtn, .sfContentBlock .button, .sfContentBlock .sfFormSubmit input[type="submit"], .sfFormSubmit .sfContentBlock input[type="submit"], .sfContentBlock .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .sfContentBlock .read-more, .sfContentBlock .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .sfContentBlock .sfcommentsSubmitBtn, .sfContentBlock .cr50-latestNews .buttonAlt, .cr50-latestNews .sfContentBlock .buttonAlt, .sfContentBlock .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .sfContentBlock .underline_linkText > a, .sfContentBlock .cr55-profile-short .js_Close, .cr55-profile-short .sfContentBlock .js_Close, .sfContentBlock .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .sfContentBlock input[type="submit"], .sfContentBlock .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .sfContentBlock input[type="submit"], .sfContentBlock .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .sfContentBlock a, .sfContentBlock .js-cr13-normal .accordion__item > a, .js-cr13-normal .sfContentBlock .accordion__item > a, .sfContentBlock .m-searchBanner .search__submit, .m-searchBanner .sfContentBlock .search__submit, .sfContentBlock .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .sfContentBlock a, .sfContentBlock .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .sfContentBlock a, .sfContentBlock .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .sfContentBlock #a1, .sfContentBlock .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .sfContentBlock input[type="submit"], .sfContentBlock .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .sfContentBlock a, .sfContentBlock .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .sfContentBlock input[type="submit"], .sfContentBlock .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .sfContentBlock .js_accordianExpondo, .sfContentBlock .cr39-infoResources li .linkText, .cr39-infoResources li .sfContentBlock .linkText, .sfContentBlock .cr38 li > a .linkText, .cr38 li > a .sfContentBlock .linkText, .sfContentBlock .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .sfContentBlock .button__pink--large, .sfContentBlock .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfContentBlock .sfSubmitBtn,
  .sfContentBlock .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfContentBlock .sfSubmitBtn,
  .sfContentBlock .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfContentBlock .sfSubmitBtn,
  .sfContentBlock .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfContentBlock .sfSubmitBtn, .sfContentBlock .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfContentBlock .sfprofileSaveLnk,
  .sfContentBlock .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfContentBlock .sfprofileSaveLnk,
  .sfContentBlock .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfContentBlock .sfprofileSaveLnk,
  .sfContentBlock .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .sfContentBlock .sfprofileSaveLnk, .sfContentBlock .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfContentBlock .sfprofileCancelLnk,
  .sfContentBlock .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfContentBlock .sfprofileCancelLnk,
  .sfContentBlock .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfContentBlock .sfprofileCancelLnk,
  .sfContentBlock .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .sfContentBlock .sfprofileCancelLnk, .sfContentBlock .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .sfContentBlock .ruBrowse,
  .sfContentBlock .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .sfContentBlock .ruBrowse,
  .sfContentBlock .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .sfContentBlock .ruBrowse,
  .sfContentBlock .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .sfContentBlock .ruBrowse, .sfContentBlock .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .sfContentBlock .ruBrowse, .sfContentBlock .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfContentBlock .buttonAlt {
    margin-bottom: 20px; }
  .wsbtn:hover, .buttonLarge:hover, .btn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn:hover, .sfforumPostReplyContainer .sfSubmitBtn:hover, .button:hover, .sfFormSubmit input[type="submit"]:hover, .cr52-storiesListRotator > .pull-right .read-more:hover, .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn:hover, .cr50-latestNews .buttonAlt:hover, .cr01-activitiesList .underline_linkText > a:hover, .cr55-profile-short .js_Close:hover, .cr85-mahpRegistrationForm input[type="submit"]:hover, .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"]:hover, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a:hover, .js-cr13-normal .accordion__item > a:hover, .m-searchBanner .search__submit:hover, .bannerWithAside .socialConnect .twerter a:hover, .bannerWithAside .socialConnect .ferceberk a:hover, .cr20-eventList .tabNav #a1:hover, .cr11-collectionSearch .RadButton input[type="submit"]:hover, .lightbox.update-dob .buttonContainer a:hover, .depressionChecklist .buttonWrap input[type="submit"]:hover, .cr65-searchSelector .accordian .js_accordianExpondo:hover, .cr39-infoResources li .linkText:hover, .cr38 li > a .linkText:hover, .CR02_GetInvolvedCarousel .button__pink--large:hover, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:hover,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:hover,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:hover,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:hover, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk:hover,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:hover,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:hover,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk:hover, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk:hover,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:hover,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:hover,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk:hover, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:hover,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:hover,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:hover,
  .beyondBlue .forgotPassword .ruFileWrap .ruBrowse:hover, .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse:hover, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:hover, .wsbtn:focus, .buttonLarge:focus, .btn:focus, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn:focus, .sfforumPostReplyContainer .sfSubmitBtn:focus, .button:focus, .sfFormSubmit input[type="submit"]:focus, .cr52-storiesListRotator > .pull-right .read-more:focus, .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn:focus, .cr50-latestNews .buttonAlt:focus, .cr01-activitiesList .underline_linkText > a:focus, .cr55-profile-short .js_Close:focus, .cr85-mahpRegistrationForm input[type="submit"]:focus, .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"]:focus, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a:focus, .js-cr13-normal .accordion__item > a:focus, .m-searchBanner .search__submit:focus, .bannerWithAside .socialConnect .twerter a:focus, .bannerWithAside .socialConnect .ferceberk a:focus, .cr20-eventList .tabNav #a1:focus, .cr11-collectionSearch .RadButton input[type="submit"]:focus, .lightbox.update-dob .buttonContainer a:focus, .depressionChecklist .buttonWrap input[type="submit"]:focus, .cr65-searchSelector .accordian .js_accordianExpondo:focus, .cr39-infoResources li .linkText:focus, .cr38 li > a .linkText:focus, .CR02_GetInvolvedCarousel .button__pink--large:focus, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:focus,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:focus,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:focus,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:focus, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk:focus,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:focus,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:focus,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk:focus, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk:focus,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:focus,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:focus,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk:focus, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:focus,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:focus,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:focus,
  .beyondBlue .forgotPassword .ruFileWrap .ruBrowse:focus, .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse:focus, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:focus {
    opacity: 0.7; }
  .wsbtn > .wsbtn-vertical-center-inner, .buttonLarge > .wsbtn-vertical-center-inner, .btn > .wsbtn-vertical-center-inner, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn > .wsbtn-vertical-center-inner, .sfforumPostReplyContainer .sfSubmitBtn > .wsbtn-vertical-center-inner, .button > .wsbtn-vertical-center-inner, .sfFormSubmit input[type="submit"] > .wsbtn-vertical-center-inner, .cr52-storiesListRotator > .pull-right .read-more > .wsbtn-vertical-center-inner, .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn > .wsbtn-vertical-center-inner, .cr50-latestNews .buttonAlt > .wsbtn-vertical-center-inner, .cr01-activitiesList .underline_linkText > a > .wsbtn-vertical-center-inner, .cr55-profile-short .js_Close > .wsbtn-vertical-center-inner, .cr85-mahpRegistrationForm input[type="submit"] > .wsbtn-vertical-center-inner, .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"] > .wsbtn-vertical-center-inner, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a > .wsbtn-vertical-center-inner, .js-cr13-normal .accordion__item > a > .wsbtn-vertical-center-inner, .m-searchBanner .search__submit > .wsbtn-vertical-center-inner, .bannerWithAside .socialConnect .twerter a > .wsbtn-vertical-center-inner, .bannerWithAside .socialConnect .ferceberk a > .wsbtn-vertical-center-inner, .cr20-eventList .tabNav #a1 > .wsbtn-vertical-center-inner, .cr11-collectionSearch .RadButton input[type="submit"] > .wsbtn-vertical-center-inner, .lightbox.update-dob .buttonContainer a > .wsbtn-vertical-center-inner, .depressionChecklist .buttonWrap input[type="submit"] > .wsbtn-vertical-center-inner, .cr65-searchSelector .accordian .js_accordianExpondo > .wsbtn-vertical-center-inner, .cr39-infoResources li .linkText > .wsbtn-vertical-center-inner, .cr38 li > a .linkText > .wsbtn-vertical-center-inner, .CR02_GetInvolvedCarousel .button__pink--large > .wsbtn-vertical-center-inner, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn > .wsbtn-vertical-center-inner,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn > .wsbtn-vertical-center-inner,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn > .wsbtn-vertical-center-inner,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn > .wsbtn-vertical-center-inner, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk > .wsbtn-vertical-center-inner,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk > .wsbtn-vertical-center-inner,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk > .wsbtn-vertical-center-inner,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk > .wsbtn-vertical-center-inner, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk > .wsbtn-vertical-center-inner,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk > .wsbtn-vertical-center-inner,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk > .wsbtn-vertical-center-inner,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk > .wsbtn-vertical-center-inner, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse > .wsbtn-vertical-center-inner,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse > .wsbtn-vertical-center-inner,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse > .wsbtn-vertical-center-inner,
  .beyondBlue .forgotPassword .ruFileWrap .ruBrowse > .wsbtn-vertical-center-inner, .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse > .wsbtn-vertical-center-inner, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt > .wsbtn-vertical-center-inner {
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle; }

.wsbtn-md, .cr52-storiesListRotator > .pull-right .read-more, .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr50-latestNews .buttonAlt, .cr01-activitiesList .underline_linkText > a, .cr205-feature-box-1 .button, .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .cr33-fullWidthBanner .button, .divHomepageSlider.cr63-landing .slideContent .button, .cr65-searchSelector .accordian .js_accordianExpondo, .cr39-infoResources li .linkText, .cr38 li > a .linkText, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt {
  padding: 16px 30px 16px; }

.wsbtn-lg, .cr10-callToAction .button, .CR02_GetInvolvedCarousel .button__pink--large {
  padding: 22px 25px 20px; }

.wsbtn-text-lg {
  font-size: 20px;
  line-height: 24px; }

.wsbtn-block, .js-cr13-normal .accordion__item > a {
  width: 100%; }

.wsbtn-primary, .js-cr13-normal .accordion__item > a, .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .ferceberk a {
  background: #009BC9; }

.wsbtn-red, .sfFormSubmit input[type="submit"], .cr52-storiesListRotator > .pull-right .read-more, .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr50-latestNews .buttonAlt, .cr01-activitiesList .underline_linkText > a, .cr55-profile-short .js_Close, .cr205-feature-box-1 .button, .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .cr33-fullWidthBanner .button, .m-searchBanner .search__submit, .cr11-collectionSearch .RadButton input[type="submit"], .cr10-callToAction .button, .lightbox.update-dob .buttonContainer a, .cr39-infoResources li:nth-child(3) .linkText, .cr39-infoResources li:nth-child(4n+3) .linkText, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt {
  background: #E0004D; }

.wsbtn-blue, .buttonLarge, .cr85-mahpRegistrationForm input[type="submit"], .cr20-eventList .tabNav #a1, .depressionChecklist .buttonWrap input[type="submit"], .quickSearchFieldsList ~ .buttonLarge, .cr39-infoResources li .linkText, .cr38 li > a .linkText, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse,
.beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
.beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
.beyondBlue .forgotPassword .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse {
  background: #025C76; }

.wsbtn-lightblue, .cr56-quicklinks[data-varient="d"] .separatedList a {
  background: #009BC9; }

.wsbtn-purple, .cr39-infoResources li:nth-child(2) .linkText, .cr39-infoResources li:nth-child(4n+2) .linkText {
  background: #BC2279; }

.wsbtn-orange, .cr39-infoResources li:nth-child(4) .linkText, .cr39-infoResources li:nth-child(4n+4) .linkText {
  background: #D64309; }

.wsbtn-cancel, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk {
  background: #D7D7D7;
  text-align: center; }

.wsbtn-arrow, .cr52-storiesListRotator > .pull-right .read-more, .cr50-latestNews .buttonAlt, .cr55-profile-short .js_Close, .cr205-feature-box-1 .button, .cr56-quicklinks[data-varient="d"] .separatedList a, .cr33-fullWidthBanner .button, .divHomepageSlider.cr63-landing .slideContent .button, .cr10-callToAction .button.withArrow, .cr39-infoResources li .linkText, .cr38 li > a .linkText, .CR02_GetInvolvedCarousel .button__pink--large, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input),
.beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input),
.beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input),
.beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:not(input), .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse,
.beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
.beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
.beyondBlue .forgotPassword .ruFileWrap .ruBrowse, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt {
  position: relative;
  padding-right: 71px; }
  .wsbtn-arrow:before, .cr52-storiesListRotator > .pull-right .read-more:before, .cr50-latestNews .buttonAlt:before, .cr55-profile-short .js_Close:before, .cr205-feature-box-1 .button:before, .cr56-quicklinks[data-varient="d"] .separatedList a:before, .cr33-fullWidthBanner .button:before, .divHomepageSlider.cr63-landing .slideContent .button:before, .cr10-callToAction .button.withArrow:before, .cr39-infoResources li .linkText:before, .cr38 li > a .linkText:before, .CR02_GetInvolvedCarousel .button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):before,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):before,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):before,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:not(input):before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:before,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:before,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:before,
  .beyondBlue .forgotPassword .ruFileWrap .ruBrowse:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:before, .wsbtn-arrow:after, .cr52-storiesListRotator > .pull-right .read-more:after, .cr50-latestNews .buttonAlt:after, .cr55-profile-short .js_Close:after, .cr205-feature-box-1 .button:after, .cr56-quicklinks[data-varient="d"] .separatedList a:after, .cr33-fullWidthBanner .button:after, .divHomepageSlider.cr63-landing .slideContent .button:after, .cr10-callToAction .button.withArrow:after, .cr39-infoResources li .linkText:after, .cr38 li > a .linkText:after, .CR02_GetInvolvedCarousel .button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):after,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):after,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):after,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:not(input):after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:after,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:after,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:after,
  .beyondBlue .forgotPassword .ruFileWrap .ruBrowse:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:after {
    position: absolute;
    right: 0px; }
  .wsbtn-arrow:before, .cr52-storiesListRotator > .pull-right .read-more:before, .cr50-latestNews .buttonAlt:before, .cr55-profile-short .js_Close:before, .cr205-feature-box-1 .button:before, .cr56-quicklinks[data-varient="d"] .separatedList a:before, .cr33-fullWidthBanner .button:before, .divHomepageSlider.cr63-landing .slideContent .button:before, .cr10-callToAction .button.withArrow:before, .cr39-infoResources li .linkText:before, .cr38 li > a .linkText:before, .CR02_GetInvolvedCarousel .button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):before,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):before,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):before,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:not(input):before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:before,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:before,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:before,
  .beyondBlue .forgotPassword .ruFileWrap .ruBrowse:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:before {
    content: "";
    border-left: 1px solid #fff;
    width: 50px;
    top: 0px;
    bottom: 0px; }
  .wsbtn-arrow:after, .cr52-storiesListRotator > .pull-right .read-more:after, .cr50-latestNews .buttonAlt:after, .cr55-profile-short .js_Close:after, .cr205-feature-box-1 .button:after, .cr56-quicklinks[data-varient="d"] .separatedList a:after, .cr33-fullWidthBanner .button:after, .divHomepageSlider.cr63-landing .slideContent .button:after, .cr10-callToAction .button.withArrow:after, .cr39-infoResources li .linkText:after, .cr38 li > a .linkText:after, .CR02_GetInvolvedCarousel .button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):after,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):after,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:not(input):after,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:not(input):after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:after,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:after,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:after,
  .beyondBlue .forgotPassword .ruFileWrap .ruBrowse:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:after {
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .wsbtn-arrow.wsbtn-md, .cr52-storiesListRotator > .pull-right .read-more, .cr48-newsItem .sfcommentsForm .wsbtn-arrow.sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .cr52-storiesListRotator > .pull-right .sfcommentsSubmitBtn.read-more, .cr52-storiesListRotator > .pull-right .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.read-more, .cr48-newsItem .sfcommentsForm .cr50-latestNews .sfcommentsSubmitBtn.buttonAlt, .cr50-latestNews .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.buttonAlt, .cr48-newsItem .sfcommentsForm .cr55-profile-short .sfcommentsSubmitBtn.js_Close, .cr55-profile-short .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.js_Close, .cr48-newsItem .sfcommentsForm .cr205-feature-box-1 .sfcommentsSubmitBtn.button, .cr205-feature-box-1 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button, .cr48-newsItem .sfcommentsForm .cr56-quicklinks[data-varient="d"] .separatedList a.sfcommentsSubmitBtn, .cr56-quicklinks[data-varient="d"] .separatedList .cr48-newsItem .sfcommentsForm a.sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .cr33-fullWidthBanner .sfcommentsSubmitBtn.button, .cr33-fullWidthBanner .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button, .cr48-newsItem .sfcommentsForm .divHomepageSlider.cr63-landing .slideContent .sfcommentsSubmitBtn.button, .divHomepageSlider.cr63-landing .slideContent .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button, .cr48-newsItem .sfcommentsForm .cr10-callToAction .sfcommentsSubmitBtn.button.withArrow, .cr10-callToAction .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button.withArrow, .cr48-newsItem .sfcommentsForm .cr39-infoResources li .sfcommentsSubmitBtn.linkText, .cr39-infoResources li .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.linkText, .cr48-newsItem .sfcommentsForm .cr38 li > a .sfcommentsSubmitBtn.linkText, .cr38 li > a .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.linkText, .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .sfcommentsSubmitBtn.button__pink--large, .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button__pink--large, .cr48-newsItem .sfcommentsForm .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input),
  .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input),
  .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input),
  .cr48-newsItem .sfcommentsForm .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input), .cr48-newsItem .sfcommentsForm .beyondBlue #sfLoginWidgetWrp .ruFileWrap .sfcommentsSubmitBtn.ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse,
  .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .sfcommentsSubmitBtn.ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse,
  .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileEditFormWrp .ruFileWrap .sfcommentsSubmitBtn.ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse,
  .cr48-newsItem .sfcommentsForm .beyondBlue .forgotPassword .ruFileWrap .sfcommentsSubmitBtn.ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse, .cr48-newsItem .sfcommentsForm .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfcommentsSubmitBtn.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.buttonAlt, .cr50-latestNews .buttonAlt, .cr01-activitiesList .underline_linkText > a.wsbtn-arrow, .cr01-activitiesList .cr52-storiesListRotator > .pull-right .underline_linkText > a.read-more, .cr52-storiesListRotator > .pull-right .cr01-activitiesList .underline_linkText > a.read-more, .cr01-activitiesList .cr50-latestNews .underline_linkText > a.buttonAlt, .cr50-latestNews .cr01-activitiesList .underline_linkText > a.buttonAlt, .cr01-activitiesList .cr55-profile-short .underline_linkText > a.js_Close, .cr55-profile-short .cr01-activitiesList .underline_linkText > a.js_Close, .cr01-activitiesList .cr205-feature-box-1 .underline_linkText > a.button, .cr205-feature-box-1 .cr01-activitiesList .underline_linkText > a.button, .cr01-activitiesList .cr56-quicklinks[data-varient="d"] .separatedList .underline_linkText > a, .cr56-quicklinks[data-varient="d"] .separatedList .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .cr33-fullWidthBanner .underline_linkText > a.button, .cr33-fullWidthBanner .cr01-activitiesList .underline_linkText > a.button, .cr01-activitiesList .divHomepageSlider.cr63-landing .slideContent .underline_linkText > a.button, .divHomepageSlider.cr63-landing .slideContent .cr01-activitiesList .underline_linkText > a.button, .cr01-activitiesList .cr10-callToAction .underline_linkText > a.button.withArrow, .cr10-callToAction .cr01-activitiesList .underline_linkText > a.button.withArrow, .cr01-activitiesList .cr39-infoResources li .underline_linkText > a.linkText, .cr39-infoResources li .cr01-activitiesList .underline_linkText > a.linkText, .cr01-activitiesList .cr38 li > a .underline_linkText > a.linkText, .cr38 li > a .cr01-activitiesList .underline_linkText > a.linkText, .cr01-activitiesList .CR02_GetInvolvedCarousel .underline_linkText > a.button__pink--large, .CR02_GetInvolvedCarousel .cr01-activitiesList .underline_linkText > a.button__pink--large, .cr01-activitiesList .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input),
  .cr01-activitiesList .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input),
  .cr01-activitiesList .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input),
  .cr01-activitiesList .beyondBlue .forgotPassword .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input), .cr01-activitiesList .beyondBlue #sfLoginWidgetWrp .ruFileWrap .underline_linkText > a.ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse,
  .cr01-activitiesList .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .underline_linkText > a.ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse,
  .cr01-activitiesList .beyondBlue .sfprofileEditFormWrp .ruFileWrap .underline_linkText > a.ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse,
  .cr01-activitiesList .beyondBlue .forgotPassword .ruFileWrap .underline_linkText > a.ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse, .cr01-activitiesList .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .underline_linkText > a.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr01-activitiesList .underline_linkText > a.buttonAlt, .cr55-profile-short .wsbtn-md.js_Close, .cr55-profile-short .cr52-storiesListRotator > .pull-right .js_Close.read-more, .cr52-storiesListRotator > .pull-right .cr55-profile-short .js_Close.read-more, .cr55-profile-short .cr50-latestNews .js_Close.buttonAlt, .cr50-latestNews .cr55-profile-short .js_Close.buttonAlt, .cr55-profile-short .cr205-feature-box-1 .js_Close.button, .cr205-feature-box-1 .cr55-profile-short .js_Close.button, .cr55-profile-short .sfforumNewThreadWrp .sfSubmitBtnWrp input.js_Close[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .cr55-profile-short input.js_Close[type="submit"], .cr55-profile-short .cr33-fullWidthBanner .js_Close.button, .cr33-fullWidthBanner .cr55-profile-short .js_Close.button, .cr55-profile-short .divHomepageSlider.cr63-landing .slideContent .js_Close.button, .divHomepageSlider.cr63-landing .slideContent .cr55-profile-short .js_Close.button, .cr55-profile-short .cr65-searchSelector .accordian .js_Close.js_accordianExpondo, .cr65-searchSelector .accordian .cr55-profile-short .js_Close.js_accordianExpondo, .cr55-profile-short .cr39-infoResources li .js_Close.linkText, .cr39-infoResources li .cr55-profile-short .js_Close.linkText, .cr55-profile-short .cr38 li > a .js_Close.linkText, .cr38 li > a .cr55-profile-short .js_Close.linkText, .cr55-profile-short .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .js_Close.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr55-profile-short .js_Close.buttonAlt, .cr205-feature-box-1 .button, .sfforumNewThreadWrp .sfSubmitBtnWrp input.wsbtn-arrow[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right input[type="submit"].read-more, .cr52-storiesListRotator > .pull-right .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].read-more, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr50-latestNews input[type="submit"].buttonAlt, .cr50-latestNews .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].buttonAlt, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr205-feature-box-1 input[type="submit"].button, .cr205-feature-box-1 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr33-fullWidthBanner input[type="submit"].button, .cr33-fullWidthBanner .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button, .sfforumNewThreadWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent input[type="submit"].button, .divHomepageSlider.cr63-landing .slideContent .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction input[type="submit"].button.withArrow, .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button.withArrow, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr39-infoResources li input[type="submit"].linkText, .cr39-infoResources li .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].linkText, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr38 li > a input[type="submit"].linkText, .cr38 li > a .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].linkText, .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button__pink--large, .sfforumNewThreadWrp .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input), .beyondBlue #sfLoginWidgetWrp .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input),
  .sfforumNewThreadWrp .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input),
  .sfforumNewThreadWrp .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input),
  .sfforumNewThreadWrp .beyondBlue .forgotPassword .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input),
  .beyondBlue .forgotPassword .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input), .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue #sfLoginWidgetWrp .ruFileWrap input[type="submit"].ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse,
  .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap input[type="submit"].ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse,
  .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue .sfprofileEditFormWrp .ruFileWrap input[type="submit"].ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse,
  .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue .forgotPassword .ruFileWrap input[type="submit"].ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse, .sfforumNewThreadWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList input[type="submit"].buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].buttonAlt, .cr56-quicklinks[data-varient="d"] .separatedList a.wsbtn-md, .cr56-quicklinks[data-varient="d"] .separatedList .cr52-storiesListRotator > .pull-right a.read-more, .cr52-storiesListRotator > .pull-right .cr56-quicklinks[data-varient="d"] .separatedList a.read-more, .cr56-quicklinks[data-varient="d"] .separatedList .cr50-latestNews a.buttonAlt, .cr50-latestNews .cr56-quicklinks[data-varient="d"] .separatedList a.buttonAlt, .cr56-quicklinks[data-varient="d"] .separatedList .cr205-feature-box-1 a.button, .cr205-feature-box-1 .cr56-quicklinks[data-varient="d"] .separatedList a.button, .cr56-quicklinks[data-varient="d"] .separatedList .cr33-fullWidthBanner a.button, .cr33-fullWidthBanner .cr56-quicklinks[data-varient="d"] .separatedList a.button, .cr56-quicklinks[data-varient="d"] .separatedList .divHomepageSlider.cr63-landing .slideContent a.button, .divHomepageSlider.cr63-landing .slideContent .cr56-quicklinks[data-varient="d"] .separatedList a.button, .cr56-quicklinks[data-varient="d"] .separatedList .cr65-searchSelector .accordian a.js_accordianExpondo, .cr65-searchSelector .accordian .cr56-quicklinks[data-varient="d"] .separatedList a.js_accordianExpondo, .cr56-quicklinks[data-varient="d"] .separatedList .cr39-infoResources li a.linkText, .cr39-infoResources li .cr56-quicklinks[data-varient="d"] .separatedList a.linkText, .cr56-quicklinks[data-varient="d"] .separatedList .cr38 li > a a.linkText, .cr38 li > a .cr56-quicklinks[data-varient="d"] .separatedList a.linkText, .cr56-quicklinks[data-varient="d"] .separatedList .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList a.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr56-quicklinks[data-varient="d"] .separatedList a.buttonAlt, .cr33-fullWidthBanner .button, .divHomepageSlider.cr63-landing .slideContent .button, .cr10-callToAction .wsbtn-md.button.withArrow, .cr10-callToAction .cr52-storiesListRotator > .pull-right .button.withArrow.read-more, .cr52-storiesListRotator > .pull-right .cr10-callToAction .button.withArrow.read-more, .cr10-callToAction .cr50-latestNews .button.withArrow.buttonAlt, .cr50-latestNews .cr10-callToAction .button.withArrow.buttonAlt, .cr10-callToAction .cr205-feature-box-1 .button.withArrow, .cr205-feature-box-1 .cr10-callToAction .button.withArrow, .cr10-callToAction .cr33-fullWidthBanner .button.withArrow, .cr33-fullWidthBanner .cr10-callToAction .button.withArrow, .cr10-callToAction .divHomepageSlider.cr63-landing .slideContent .button.withArrow, .divHomepageSlider.cr63-landing .slideContent .cr10-callToAction .button.withArrow, .cr10-callToAction .cr65-searchSelector .accordian .button.withArrow.js_accordianExpondo, .cr65-searchSelector .accordian .cr10-callToAction .button.withArrow.js_accordianExpondo, .cr10-callToAction .cr39-infoResources li .button.withArrow.linkText, .cr39-infoResources li .cr10-callToAction .button.withArrow.linkText, .cr10-callToAction .cr38 li > a .button.withArrow.linkText, .cr38 li > a .cr10-callToAction .button.withArrow.linkText, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .button.withArrow.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .button.withArrow.buttonAlt, .cr65-searchSelector .accordian .wsbtn-arrow.js_accordianExpondo, .cr65-searchSelector .accordian .cr52-storiesListRotator > .pull-right .js_accordianExpondo.read-more, .cr52-storiesListRotator > .pull-right .cr65-searchSelector .accordian .js_accordianExpondo.read-more, .cr65-searchSelector .accordian .cr50-latestNews .js_accordianExpondo.buttonAlt, .cr50-latestNews .cr65-searchSelector .accordian .js_accordianExpondo.buttonAlt, .cr65-searchSelector .accordian .cr205-feature-box-1 .js_accordianExpondo.button, .cr205-feature-box-1 .cr65-searchSelector .accordian .js_accordianExpondo.button, .cr65-searchSelector .accordian .cr33-fullWidthBanner .js_accordianExpondo.button, .cr33-fullWidthBanner .cr65-searchSelector .accordian .js_accordianExpondo.button, .cr65-searchSelector .accordian .divHomepageSlider.cr63-landing .slideContent .js_accordianExpondo.button, .divHomepageSlider.cr63-landing .slideContent .cr65-searchSelector .accordian .js_accordianExpondo.button, .cr65-searchSelector .accordian .cr39-infoResources li .js_accordianExpondo.linkText, .cr39-infoResources li .cr65-searchSelector .accordian .js_accordianExpondo.linkText, .cr65-searchSelector .accordian .cr38 li > a .js_accordianExpondo.linkText, .cr38 li > a .cr65-searchSelector .accordian .js_accordianExpondo.linkText, .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .js_accordianExpondo.button__pink--large, .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .js_accordianExpondo.button__pink--large, .cr65-searchSelector .accordian .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input),
  .cr65-searchSelector .accordian .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input),
  .cr65-searchSelector .accordian .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input),
  .cr65-searchSelector .accordian .beyondBlue .forgotPassword .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input), .cr65-searchSelector .accordian .beyondBlue #sfLoginWidgetWrp .ruFileWrap .js_accordianExpondo.ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse,
  .cr65-searchSelector .accordian .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .js_accordianExpondo.ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse,
  .cr65-searchSelector .accordian .beyondBlue .sfprofileEditFormWrp .ruFileWrap .js_accordianExpondo.ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse,
  .cr65-searchSelector .accordian .beyondBlue .forgotPassword .ruFileWrap .js_accordianExpondo.ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse, .cr65-searchSelector .accordian .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .js_accordianExpondo.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr65-searchSelector .accordian .js_accordianExpondo.buttonAlt, .cr39-infoResources li .linkText, .cr38 li > a .linkText, .CR02_GetInvolvedCarousel .wsbtn-md.button__pink--large, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .button__pink--large.read-more, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .button__pink--large.read-more, .CR02_GetInvolvedCarousel .cr50-latestNews .button__pink--large.buttonAlt, .cr50-latestNews .CR02_GetInvolvedCarousel .button__pink--large.buttonAlt, .CR02_GetInvolvedCarousel .cr205-feature-box-1 .button__pink--large.button, .cr205-feature-box-1 .CR02_GetInvolvedCarousel .button__pink--large.button, .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .button__pink--large.button, .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .button__pink--large.button, .CR02_GetInvolvedCarousel .divHomepageSlider.cr63-landing .slideContent .button__pink--large.button, .divHomepageSlider.cr63-landing .slideContent .CR02_GetInvolvedCarousel .button__pink--large.button, .CR02_GetInvolvedCarousel .cr39-infoResources li .button__pink--large.linkText, .cr39-infoResources li .CR02_GetInvolvedCarousel .button__pink--large.linkText, .CR02_GetInvolvedCarousel .cr38 li > a .button__pink--large.linkText, .cr38 li > a .CR02_GetInvolvedCarousel .button__pink--large.linkText, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .button__pink--large.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .button__pink--large.buttonAlt, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input), .cr52-storiesListRotator > .pull-right .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input), .cr50-latestNews .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input), .cr205-feature-box-1 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input), .cr33-fullWidthBanner .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input), .divHomepageSlider.cr63-landing .slideContent .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input), .cr39-infoResources li .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input), .cr38 li > a .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input), .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input),
  .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input),
  .cr50-latestNews .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input),
  .cr205-feature-box-1 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input),
  .cr33-fullWidthBanner .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input),
  .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input),
  .cr39-infoResources li .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input),
  .cr38 li > a .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input),
  .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input),
  .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input),
  .cr50-latestNews .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input),
  .cr205-feature-box-1 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input),
  .cr33-fullWidthBanner .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input),
  .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input),
  .cr39-infoResources li .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input),
  .cr38 li > a .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input),
  .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input),
  .cr52-storiesListRotator > .pull-right .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input),
  .cr50-latestNews .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input),
  .cr205-feature-box-1 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input),
  .cr33-fullWidthBanner .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input),
  .divHomepageSlider.cr63-landing .slideContent .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input),
  .cr39-infoResources li .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input),
  .cr38 li > a .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input),
  .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input), .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-md.ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more, .cr52-storiesListRotator > .pull-right .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.read-more, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt, .cr50-latestNews .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.buttonAlt, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr205-feature-box-1 .ruBrowse.button, .cr205-feature-box-1 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button, .cr33-fullWidthBanner .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button, .divHomepageSlider.cr63-landing .slideContent .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr39-infoResources li .ruBrowse.linkText, .cr39-infoResources li .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.linkText, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr38 li > a .ruBrowse.linkText, .cr38 li > a .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.linkText, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.buttonAlt,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-md.ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more,
  .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.read-more,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt,
  .cr50-latestNews .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.buttonAlt,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr205-feature-box-1 .ruBrowse.button,
  .cr205-feature-box-1 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button,
  .cr33-fullWidthBanner .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button,
  .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr39-infoResources li .ruBrowse.linkText,
  .cr39-infoResources li .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.linkText,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr38 li > a .ruBrowse.linkText,
  .cr38 li > a .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.linkText,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt,
  .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.buttonAlt,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-md.ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more,
  .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.read-more,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt,
  .cr50-latestNews .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.buttonAlt,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr205-feature-box-1 .ruBrowse.button,
  .cr205-feature-box-1 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button,
  .cr33-fullWidthBanner .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button,
  .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr39-infoResources li .ruBrowse.linkText,
  .cr39-infoResources li .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.linkText,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr38 li > a .ruBrowse.linkText,
  .cr38 li > a .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.linkText,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt,
  .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.buttonAlt,
  .beyondBlue .forgotPassword .ruFileWrap .wsbtn-md.ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more,
  .cr52-storiesListRotator > .pull-right .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.read-more,
  .beyondBlue .forgotPassword .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt,
  .cr50-latestNews .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.buttonAlt,
  .beyondBlue .forgotPassword .ruFileWrap .cr205-feature-box-1 .ruBrowse.button,
  .cr205-feature-box-1 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button,
  .beyondBlue .forgotPassword .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button,
  .cr33-fullWidthBanner .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button,
  .beyondBlue .forgotPassword .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button,
  .divHomepageSlider.cr63-landing .slideContent .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button,
  .beyondBlue .forgotPassword .ruFileWrap .cr39-infoResources li .ruBrowse.linkText,
  .cr39-infoResources li .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.linkText,
  .beyondBlue .forgotPassword .ruFileWrap .cr38 li > a .ruBrowse.linkText,
  .cr38 li > a .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.linkText,
  .beyondBlue .forgotPassword .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt,
  .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt {
    padding-right: 75px; }
    .wsbtn-arrow.wsbtn-md:before, .cr52-storiesListRotator > .pull-right .read-more:before, .cr48-newsItem .sfcommentsForm .wsbtn-arrow.sfcommentsSubmitBtn:before, .cr48-newsItem .sfcommentsForm .cr52-storiesListRotator > .pull-right .sfcommentsSubmitBtn.read-more:before, .cr52-storiesListRotator > .pull-right .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.read-more:before, .cr48-newsItem .sfcommentsForm .cr50-latestNews .sfcommentsSubmitBtn.buttonAlt:before, .cr50-latestNews .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.buttonAlt:before, .cr48-newsItem .sfcommentsForm .cr55-profile-short .sfcommentsSubmitBtn.js_Close:before, .cr55-profile-short .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.js_Close:before, .cr48-newsItem .sfcommentsForm .cr205-feature-box-1 .sfcommentsSubmitBtn.button:before, .cr205-feature-box-1 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button:before, .cr48-newsItem .sfcommentsForm .cr56-quicklinks[data-varient="d"] .separatedList a.sfcommentsSubmitBtn:before, .cr56-quicklinks[data-varient="d"] .separatedList .cr48-newsItem .sfcommentsForm a.sfcommentsSubmitBtn:before, .cr48-newsItem .sfcommentsForm .cr33-fullWidthBanner .sfcommentsSubmitBtn.button:before, .cr33-fullWidthBanner .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button:before, .cr48-newsItem .sfcommentsForm .divHomepageSlider.cr63-landing .slideContent .sfcommentsSubmitBtn.button:before, .divHomepageSlider.cr63-landing .slideContent .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button:before, .cr48-newsItem .sfcommentsForm .cr10-callToAction .sfcommentsSubmitBtn.button.withArrow:before, .cr10-callToAction .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button.withArrow:before, .cr48-newsItem .sfcommentsForm .cr39-infoResources li .sfcommentsSubmitBtn.linkText:before, .cr39-infoResources li .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.linkText:before, .cr48-newsItem .sfcommentsForm .cr38 li > a .sfcommentsSubmitBtn.linkText:before, .cr38 li > a .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.linkText:before, .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .sfcommentsSubmitBtn.button__pink--large:before, .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button__pink--large:before, .cr48-newsItem .sfcommentsForm .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input):before,
    .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input):before,
    .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input):before,
    .cr48-newsItem .sfcommentsForm .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input):before, .cr48-newsItem .sfcommentsForm .beyondBlue #sfLoginWidgetWrp .ruFileWrap .sfcommentsSubmitBtn.ruBrowse:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse:before,
    .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .sfcommentsSubmitBtn.ruBrowse:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse:before,
    .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileEditFormWrp .ruFileWrap .sfcommentsSubmitBtn.ruBrowse:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse:before,
    .cr48-newsItem .sfcommentsForm .beyondBlue .forgotPassword .ruFileWrap .sfcommentsSubmitBtn.ruBrowse:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse:before, .cr48-newsItem .sfcommentsForm .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfcommentsSubmitBtn.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.buttonAlt:before, .cr50-latestNews .buttonAlt:before, .cr01-activitiesList .underline_linkText > a.wsbtn-arrow:before, .cr01-activitiesList .cr52-storiesListRotator > .pull-right .underline_linkText > a.read-more:before, .cr52-storiesListRotator > .pull-right .cr01-activitiesList .underline_linkText > a.read-more:before, .cr01-activitiesList .cr50-latestNews .underline_linkText > a.buttonAlt:before, .cr50-latestNews .cr01-activitiesList .underline_linkText > a.buttonAlt:before, .cr01-activitiesList .cr55-profile-short .underline_linkText > a.js_Close:before, .cr55-profile-short .cr01-activitiesList .underline_linkText > a.js_Close:before, .cr01-activitiesList .cr205-feature-box-1 .underline_linkText > a.button:before, .cr205-feature-box-1 .cr01-activitiesList .underline_linkText > a.button:before, .cr01-activitiesList .cr56-quicklinks[data-varient="d"] .separatedList .underline_linkText > a:before, .cr56-quicklinks[data-varient="d"] .separatedList .cr01-activitiesList .underline_linkText > a:before, .cr01-activitiesList .cr33-fullWidthBanner .underline_linkText > a.button:before, .cr33-fullWidthBanner .cr01-activitiesList .underline_linkText > a.button:before, .cr01-activitiesList .divHomepageSlider.cr63-landing .slideContent .underline_linkText > a.button:before, .divHomepageSlider.cr63-landing .slideContent .cr01-activitiesList .underline_linkText > a.button:before, .cr01-activitiesList .cr10-callToAction .underline_linkText > a.button.withArrow:before, .cr10-callToAction .cr01-activitiesList .underline_linkText > a.button.withArrow:before, .cr01-activitiesList .cr39-infoResources li .underline_linkText > a.linkText:before, .cr39-infoResources li .cr01-activitiesList .underline_linkText > a.linkText:before, .cr01-activitiesList .cr38 li > a .underline_linkText > a.linkText:before, .cr38 li > a .cr01-activitiesList .underline_linkText > a.linkText:before, .cr01-activitiesList .CR02_GetInvolvedCarousel .underline_linkText > a.button__pink--large:before, .CR02_GetInvolvedCarousel .cr01-activitiesList .underline_linkText > a.button__pink--large:before, .cr01-activitiesList .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input):before,
    .cr01-activitiesList .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input):before,
    .cr01-activitiesList .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input):before,
    .cr01-activitiesList .beyondBlue .forgotPassword .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input):before, .cr01-activitiesList .beyondBlue #sfLoginWidgetWrp .ruFileWrap .underline_linkText > a.ruBrowse:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse:before,
    .cr01-activitiesList .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .underline_linkText > a.ruBrowse:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse:before,
    .cr01-activitiesList .beyondBlue .sfprofileEditFormWrp .ruFileWrap .underline_linkText > a.ruBrowse:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse:before,
    .cr01-activitiesList .beyondBlue .forgotPassword .ruFileWrap .underline_linkText > a.ruBrowse:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse:before, .cr01-activitiesList .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .underline_linkText > a.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr01-activitiesList .underline_linkText > a.buttonAlt:before, .cr55-profile-short .wsbtn-md.js_Close:before, .cr55-profile-short .cr52-storiesListRotator > .pull-right .js_Close.read-more:before, .cr52-storiesListRotator > .pull-right .cr55-profile-short .js_Close.read-more:before, .cr55-profile-short .cr50-latestNews .js_Close.buttonAlt:before, .cr50-latestNews .cr55-profile-short .js_Close.buttonAlt:before, .cr55-profile-short .cr205-feature-box-1 .js_Close.button:before, .cr205-feature-box-1 .cr55-profile-short .js_Close.button:before, .cr55-profile-short .sfforumNewThreadWrp .sfSubmitBtnWrp input.js_Close[type="submit"]:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr55-profile-short input.js_Close[type="submit"]:before, .cr55-profile-short .cr33-fullWidthBanner .js_Close.button:before, .cr33-fullWidthBanner .cr55-profile-short .js_Close.button:before, .cr55-profile-short .divHomepageSlider.cr63-landing .slideContent .js_Close.button:before, .divHomepageSlider.cr63-landing .slideContent .cr55-profile-short .js_Close.button:before, .cr55-profile-short .cr65-searchSelector .accordian .js_Close.js_accordianExpondo:before, .cr65-searchSelector .accordian .cr55-profile-short .js_Close.js_accordianExpondo:before, .cr55-profile-short .cr39-infoResources li .js_Close.linkText:before, .cr39-infoResources li .cr55-profile-short .js_Close.linkText:before, .cr55-profile-short .cr38 li > a .js_Close.linkText:before, .cr38 li > a .cr55-profile-short .js_Close.linkText:before, .cr55-profile-short .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .js_Close.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr55-profile-short .js_Close.buttonAlt:before, .cr205-feature-box-1 .button:before, .sfforumNewThreadWrp .sfSubmitBtnWrp input.wsbtn-arrow[type="submit"]:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right input[type="submit"].read-more:before, .cr52-storiesListRotator > .pull-right .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].read-more:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr50-latestNews input[type="submit"].buttonAlt:before, .cr50-latestNews .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].buttonAlt:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr205-feature-box-1 input[type="submit"].button:before, .cr205-feature-box-1 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr33-fullWidthBanner input[type="submit"].button:before, .cr33-fullWidthBanner .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent input[type="submit"].button:before, .divHomepageSlider.cr63-landing .slideContent .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction input[type="submit"].button.withArrow:before, .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button.withArrow:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr39-infoResources li input[type="submit"].linkText:before, .cr39-infoResources li .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].linkText:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr38 li > a input[type="submit"].linkText:before, .cr38 li > a .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].linkText:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button__pink--large:before, .sfforumNewThreadWrp .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):before,
    .sfforumNewThreadWrp .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):before,
    .sfforumNewThreadWrp .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):before,
    .sfforumNewThreadWrp .beyondBlue .forgotPassword .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):before,
    .beyondBlue .forgotPassword .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):before, .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue #sfLoginWidgetWrp .ruFileWrap input[type="submit"].ruBrowse:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse:before,
    .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap input[type="submit"].ruBrowse:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse:before,
    .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue .sfprofileEditFormWrp .ruFileWrap input[type="submit"].ruBrowse:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse:before,
    .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue .forgotPassword .ruFileWrap input[type="submit"].ruBrowse:before,
    .beyondBlue .forgotPassword .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList input[type="submit"].buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].buttonAlt:before, .cr56-quicklinks[data-varient="d"] .separatedList a.wsbtn-md:before, .cr56-quicklinks[data-varient="d"] .separatedList .cr52-storiesListRotator > .pull-right a.read-more:before, .cr52-storiesListRotator > .pull-right .cr56-quicklinks[data-varient="d"] .separatedList a.read-more:before, .cr56-quicklinks[data-varient="d"] .separatedList .cr50-latestNews a.buttonAlt:before, .cr50-latestNews .cr56-quicklinks[data-varient="d"] .separatedList a.buttonAlt:before, .cr56-quicklinks[data-varient="d"] .separatedList .cr205-feature-box-1 a.button:before, .cr205-feature-box-1 .cr56-quicklinks[data-varient="d"] .separatedList a.button:before, .cr56-quicklinks[data-varient="d"] .separatedList .cr33-fullWidthBanner a.button:before, .cr33-fullWidthBanner .cr56-quicklinks[data-varient="d"] .separatedList a.button:before, .cr56-quicklinks[data-varient="d"] .separatedList .divHomepageSlider.cr63-landing .slideContent a.button:before, .divHomepageSlider.cr63-landing .slideContent .cr56-quicklinks[data-varient="d"] .separatedList a.button:before, .cr56-quicklinks[data-varient="d"] .separatedList .cr65-searchSelector .accordian a.js_accordianExpondo:before, .cr65-searchSelector .accordian .cr56-quicklinks[data-varient="d"] .separatedList a.js_accordianExpondo:before, .cr56-quicklinks[data-varient="d"] .separatedList .cr39-infoResources li a.linkText:before, .cr39-infoResources li .cr56-quicklinks[data-varient="d"] .separatedList a.linkText:before, .cr56-quicklinks[data-varient="d"] .separatedList .cr38 li > a a.linkText:before, .cr38 li > a .cr56-quicklinks[data-varient="d"] .separatedList a.linkText:before, .cr56-quicklinks[data-varient="d"] .separatedList .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList a.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr56-quicklinks[data-varient="d"] .separatedList a.buttonAlt:before, .cr33-fullWidthBanner .button:before, .divHomepageSlider.cr63-landing .slideContent .button:before, .cr10-callToAction .wsbtn-md.button.withArrow:before, .cr10-callToAction .cr52-storiesListRotator > .pull-right .button.withArrow.read-more:before, .cr52-storiesListRotator > .pull-right .cr10-callToAction .button.withArrow.read-more:before, .cr10-callToAction .cr50-latestNews .button.withArrow.buttonAlt:before, .cr50-latestNews .cr10-callToAction .button.withArrow.buttonAlt:before, .cr10-callToAction .cr205-feature-box-1 .button.withArrow:before, .cr205-feature-box-1 .cr10-callToAction .button.withArrow:before, .cr10-callToAction .cr33-fullWidthBanner .button.withArrow:before, .cr33-fullWidthBanner .cr10-callToAction .button.withArrow:before, .cr10-callToAction .divHomepageSlider.cr63-landing .slideContent .button.withArrow:before, .divHomepageSlider.cr63-landing .slideContent .cr10-callToAction .button.withArrow:before, .cr10-callToAction .cr65-searchSelector .accordian .button.withArrow.js_accordianExpondo:before, .cr65-searchSelector .accordian .cr10-callToAction .button.withArrow.js_accordianExpondo:before, .cr10-callToAction .cr39-infoResources li .button.withArrow.linkText:before, .cr39-infoResources li .cr10-callToAction .button.withArrow.linkText:before, .cr10-callToAction .cr38 li > a .button.withArrow.linkText:before, .cr38 li > a .cr10-callToAction .button.withArrow.linkText:before, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .button.withArrow.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .button.withArrow.buttonAlt:before, .cr65-searchSelector .accordian .wsbtn-arrow.js_accordianExpondo:before, .cr65-searchSelector .accordian .cr52-storiesListRotator > .pull-right .js_accordianExpondo.read-more:before, .cr52-storiesListRotator > .pull-right .cr65-searchSelector .accordian .js_accordianExpondo.read-more:before, .cr65-searchSelector .accordian .cr50-latestNews .js_accordianExpondo.buttonAlt:before, .cr50-latestNews .cr65-searchSelector .accordian .js_accordianExpondo.buttonAlt:before, .cr65-searchSelector .accordian .cr205-feature-box-1 .js_accordianExpondo.button:before, .cr205-feature-box-1 .cr65-searchSelector .accordian .js_accordianExpondo.button:before, .cr65-searchSelector .accordian .cr33-fullWidthBanner .js_accordianExpondo.button:before, .cr33-fullWidthBanner .cr65-searchSelector .accordian .js_accordianExpondo.button:before, .cr65-searchSelector .accordian .divHomepageSlider.cr63-landing .slideContent .js_accordianExpondo.button:before, .divHomepageSlider.cr63-landing .slideContent .cr65-searchSelector .accordian .js_accordianExpondo.button:before, .cr65-searchSelector .accordian .cr39-infoResources li .js_accordianExpondo.linkText:before, .cr39-infoResources li .cr65-searchSelector .accordian .js_accordianExpondo.linkText:before, .cr65-searchSelector .accordian .cr38 li > a .js_accordianExpondo.linkText:before, .cr38 li > a .cr65-searchSelector .accordian .js_accordianExpondo.linkText:before, .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .js_accordianExpondo.button__pink--large:before, .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .js_accordianExpondo.button__pink--large:before, .cr65-searchSelector .accordian .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input):before,
    .cr65-searchSelector .accordian .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input):before,
    .cr65-searchSelector .accordian .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input):before,
    .cr65-searchSelector .accordian .beyondBlue .forgotPassword .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input):before, .cr65-searchSelector .accordian .beyondBlue #sfLoginWidgetWrp .ruFileWrap .js_accordianExpondo.ruBrowse:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse:before,
    .cr65-searchSelector .accordian .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .js_accordianExpondo.ruBrowse:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse:before,
    .cr65-searchSelector .accordian .beyondBlue .sfprofileEditFormWrp .ruFileWrap .js_accordianExpondo.ruBrowse:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse:before,
    .cr65-searchSelector .accordian .beyondBlue .forgotPassword .ruFileWrap .js_accordianExpondo.ruBrowse:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse:before, .cr65-searchSelector .accordian .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .js_accordianExpondo.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr65-searchSelector .accordian .js_accordianExpondo.buttonAlt:before, .cr39-infoResources li .linkText:before, .cr38 li > a .linkText:before, .CR02_GetInvolvedCarousel .wsbtn-md.button__pink--large:before, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .button__pink--large.read-more:before, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .button__pink--large.read-more:before, .CR02_GetInvolvedCarousel .cr50-latestNews .button__pink--large.buttonAlt:before, .cr50-latestNews .CR02_GetInvolvedCarousel .button__pink--large.buttonAlt:before, .CR02_GetInvolvedCarousel .cr205-feature-box-1 .button__pink--large.button:before, .cr205-feature-box-1 .CR02_GetInvolvedCarousel .button__pink--large.button:before, .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .button__pink--large.button:before, .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .button__pink--large.button:before, .CR02_GetInvolvedCarousel .divHomepageSlider.cr63-landing .slideContent .button__pink--large.button:before, .divHomepageSlider.cr63-landing .slideContent .CR02_GetInvolvedCarousel .button__pink--large.button:before, .CR02_GetInvolvedCarousel .cr39-infoResources li .button__pink--large.linkText:before, .cr39-infoResources li .CR02_GetInvolvedCarousel .button__pink--large.linkText:before, .CR02_GetInvolvedCarousel .cr38 li > a .button__pink--large.linkText:before, .cr38 li > a .CR02_GetInvolvedCarousel .button__pink--large.linkText:before, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .button__pink--large.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .button__pink--large.buttonAlt:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input):before, .cr52-storiesListRotator > .pull-right .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input):before, .cr50-latestNews .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input):before, .cr205-feature-box-1 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input):before, .cr33-fullWidthBanner .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input):before, .divHomepageSlider.cr63-landing .slideContent .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input):before, .cr39-infoResources li .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input):before, .cr38 li > a .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input):before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input):before,
    .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input):before,
    .cr50-latestNews .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input):before,
    .cr205-feature-box-1 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input):before,
    .cr33-fullWidthBanner .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input):before,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input):before,
    .cr39-infoResources li .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input):before,
    .cr38 li > a .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input):before,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input):before,
    .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input):before,
    .cr50-latestNews .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input):before,
    .cr205-feature-box-1 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input):before,
    .cr33-fullWidthBanner .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input):before,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input):before,
    .cr39-infoResources li .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input):before,
    .cr38 li > a .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input):before,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input):before,
    .cr52-storiesListRotator > .pull-right .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input):before,
    .cr50-latestNews .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input):before,
    .cr205-feature-box-1 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input):before,
    .cr33-fullWidthBanner .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input):before,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input):before,
    .cr39-infoResources li .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input):before,
    .cr38 li > a .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input):before,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-md.ruBrowse:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more:before, .cr52-storiesListRotator > .pull-right .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.read-more:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt:before, .cr50-latestNews .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.buttonAlt:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr205-feature-box-1 .ruBrowse.button:before, .cr205-feature-box-1 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button:before, .cr33-fullWidthBanner .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button:before, .divHomepageSlider.cr63-landing .slideContent .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr39-infoResources li .ruBrowse.linkText:before, .cr39-infoResources li .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.linkText:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr38 li > a .ruBrowse.linkText:before, .cr38 li > a .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.linkText:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.buttonAlt:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-md.ruBrowse:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more:before,
    .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.read-more:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt:before,
    .cr50-latestNews .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.buttonAlt:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr205-feature-box-1 .ruBrowse.button:before,
    .cr205-feature-box-1 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button:before,
    .cr33-fullWidthBanner .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button:before,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr39-infoResources li .ruBrowse.linkText:before,
    .cr39-infoResources li .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.linkText:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr38 li > a .ruBrowse.linkText:before,
    .cr38 li > a .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.linkText:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt:before,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.buttonAlt:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-md.ruBrowse:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more:before,
    .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.read-more:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt:before,
    .cr50-latestNews .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.buttonAlt:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr205-feature-box-1 .ruBrowse.button:before,
    .cr205-feature-box-1 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button:before,
    .cr33-fullWidthBanner .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button:before,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr39-infoResources li .ruBrowse.linkText:before,
    .cr39-infoResources li .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.linkText:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr38 li > a .ruBrowse.linkText:before,
    .cr38 li > a .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.linkText:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt:before,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.buttonAlt:before,
    .beyondBlue .forgotPassword .ruFileWrap .wsbtn-md.ruBrowse:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more:before,
    .cr52-storiesListRotator > .pull-right .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.read-more:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt:before,
    .cr50-latestNews .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.buttonAlt:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr205-feature-box-1 .ruBrowse.button:before,
    .cr205-feature-box-1 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button:before,
    .cr33-fullWidthBanner .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button:before,
    .beyondBlue .forgotPassword .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button:before,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr39-infoResources li .ruBrowse.linkText:before,
    .cr39-infoResources li .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.linkText:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr38 li > a .ruBrowse.linkText:before,
    .cr38 li > a .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.linkText:before,
    .beyondBlue .forgotPassword .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt:before,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:before {
      width: 54px; }
    .wsbtn-arrow.wsbtn-md:after, .cr52-storiesListRotator > .pull-right .read-more:after, .cr48-newsItem .sfcommentsForm .wsbtn-arrow.sfcommentsSubmitBtn:after, .cr48-newsItem .sfcommentsForm .cr52-storiesListRotator > .pull-right .sfcommentsSubmitBtn.read-more:after, .cr52-storiesListRotator > .pull-right .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.read-more:after, .cr48-newsItem .sfcommentsForm .cr50-latestNews .sfcommentsSubmitBtn.buttonAlt:after, .cr50-latestNews .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.buttonAlt:after, .cr48-newsItem .sfcommentsForm .cr55-profile-short .sfcommentsSubmitBtn.js_Close:after, .cr55-profile-short .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.js_Close:after, .cr48-newsItem .sfcommentsForm .cr205-feature-box-1 .sfcommentsSubmitBtn.button:after, .cr205-feature-box-1 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button:after, .cr48-newsItem .sfcommentsForm .cr56-quicklinks[data-varient="d"] .separatedList a.sfcommentsSubmitBtn:after, .cr56-quicklinks[data-varient="d"] .separatedList .cr48-newsItem .sfcommentsForm a.sfcommentsSubmitBtn:after, .cr48-newsItem .sfcommentsForm .cr33-fullWidthBanner .sfcommentsSubmitBtn.button:after, .cr33-fullWidthBanner .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button:after, .cr48-newsItem .sfcommentsForm .divHomepageSlider.cr63-landing .slideContent .sfcommentsSubmitBtn.button:after, .divHomepageSlider.cr63-landing .slideContent .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button:after, .cr48-newsItem .sfcommentsForm .cr10-callToAction .sfcommentsSubmitBtn.button.withArrow:after, .cr10-callToAction .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button.withArrow:after, .cr48-newsItem .sfcommentsForm .cr39-infoResources li .sfcommentsSubmitBtn.linkText:after, .cr39-infoResources li .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.linkText:after, .cr48-newsItem .sfcommentsForm .cr38 li > a .sfcommentsSubmitBtn.linkText:after, .cr38 li > a .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.linkText:after, .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .sfcommentsSubmitBtn.button__pink--large:after, .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button__pink--large:after, .cr48-newsItem .sfcommentsForm .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input):after,
    .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input):after,
    .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input):after,
    .cr48-newsItem .sfcommentsForm .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfcommentsSubmitBtn.sfSubmitBtn:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.sfSubmitBtn:not(input):after, .cr48-newsItem .sfcommentsForm .beyondBlue #sfLoginWidgetWrp .ruFileWrap .sfcommentsSubmitBtn.ruBrowse:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse:after,
    .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .sfcommentsSubmitBtn.ruBrowse:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse:after,
    .cr48-newsItem .sfcommentsForm .beyondBlue .sfprofileEditFormWrp .ruFileWrap .sfcommentsSubmitBtn.ruBrowse:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse:after,
    .cr48-newsItem .sfcommentsForm .beyondBlue .forgotPassword .ruFileWrap .sfcommentsSubmitBtn.ruBrowse:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.ruBrowse:after, .cr48-newsItem .sfcommentsForm .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfcommentsSubmitBtn.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.buttonAlt:after, .cr50-latestNews .buttonAlt:after, .cr01-activitiesList .underline_linkText > a.wsbtn-arrow:after, .cr01-activitiesList .cr52-storiesListRotator > .pull-right .underline_linkText > a.read-more:after, .cr52-storiesListRotator > .pull-right .cr01-activitiesList .underline_linkText > a.read-more:after, .cr01-activitiesList .cr50-latestNews .underline_linkText > a.buttonAlt:after, .cr50-latestNews .cr01-activitiesList .underline_linkText > a.buttonAlt:after, .cr01-activitiesList .cr55-profile-short .underline_linkText > a.js_Close:after, .cr55-profile-short .cr01-activitiesList .underline_linkText > a.js_Close:after, .cr01-activitiesList .cr205-feature-box-1 .underline_linkText > a.button:after, .cr205-feature-box-1 .cr01-activitiesList .underline_linkText > a.button:after, .cr01-activitiesList .cr56-quicklinks[data-varient="d"] .separatedList .underline_linkText > a:after, .cr56-quicklinks[data-varient="d"] .separatedList .cr01-activitiesList .underline_linkText > a:after, .cr01-activitiesList .cr33-fullWidthBanner .underline_linkText > a.button:after, .cr33-fullWidthBanner .cr01-activitiesList .underline_linkText > a.button:after, .cr01-activitiesList .divHomepageSlider.cr63-landing .slideContent .underline_linkText > a.button:after, .divHomepageSlider.cr63-landing .slideContent .cr01-activitiesList .underline_linkText > a.button:after, .cr01-activitiesList .cr10-callToAction .underline_linkText > a.button.withArrow:after, .cr10-callToAction .cr01-activitiesList .underline_linkText > a.button.withArrow:after, .cr01-activitiesList .cr39-infoResources li .underline_linkText > a.linkText:after, .cr39-infoResources li .cr01-activitiesList .underline_linkText > a.linkText:after, .cr01-activitiesList .cr38 li > a .underline_linkText > a.linkText:after, .cr38 li > a .cr01-activitiesList .underline_linkText > a.linkText:after, .cr01-activitiesList .CR02_GetInvolvedCarousel .underline_linkText > a.button__pink--large:after, .CR02_GetInvolvedCarousel .cr01-activitiesList .underline_linkText > a.button__pink--large:after, .cr01-activitiesList .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input):after,
    .cr01-activitiesList .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input):after,
    .cr01-activitiesList .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input):after,
    .cr01-activitiesList .beyondBlue .forgotPassword .sfSubmitBtnWrp .underline_linkText > a.sfSubmitBtn:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr01-activitiesList .underline_linkText > a.sfSubmitBtn:not(input):after, .cr01-activitiesList .beyondBlue #sfLoginWidgetWrp .ruFileWrap .underline_linkText > a.ruBrowse:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse:after,
    .cr01-activitiesList .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .underline_linkText > a.ruBrowse:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse:after,
    .cr01-activitiesList .beyondBlue .sfprofileEditFormWrp .ruFileWrap .underline_linkText > a.ruBrowse:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse:after,
    .cr01-activitiesList .beyondBlue .forgotPassword .ruFileWrap .underline_linkText > a.ruBrowse:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr01-activitiesList .underline_linkText > a.ruBrowse:after, .cr01-activitiesList .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .underline_linkText > a.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr01-activitiesList .underline_linkText > a.buttonAlt:after, .cr55-profile-short .wsbtn-md.js_Close:after, .cr55-profile-short .cr52-storiesListRotator > .pull-right .js_Close.read-more:after, .cr52-storiesListRotator > .pull-right .cr55-profile-short .js_Close.read-more:after, .cr55-profile-short .cr50-latestNews .js_Close.buttonAlt:after, .cr50-latestNews .cr55-profile-short .js_Close.buttonAlt:after, .cr55-profile-short .cr205-feature-box-1 .js_Close.button:after, .cr205-feature-box-1 .cr55-profile-short .js_Close.button:after, .cr55-profile-short .sfforumNewThreadWrp .sfSubmitBtnWrp input.js_Close[type="submit"]:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr55-profile-short input.js_Close[type="submit"]:after, .cr55-profile-short .cr33-fullWidthBanner .js_Close.button:after, .cr33-fullWidthBanner .cr55-profile-short .js_Close.button:after, .cr55-profile-short .divHomepageSlider.cr63-landing .slideContent .js_Close.button:after, .divHomepageSlider.cr63-landing .slideContent .cr55-profile-short .js_Close.button:after, .cr55-profile-short .cr65-searchSelector .accordian .js_Close.js_accordianExpondo:after, .cr65-searchSelector .accordian .cr55-profile-short .js_Close.js_accordianExpondo:after, .cr55-profile-short .cr39-infoResources li .js_Close.linkText:after, .cr39-infoResources li .cr55-profile-short .js_Close.linkText:after, .cr55-profile-short .cr38 li > a .js_Close.linkText:after, .cr38 li > a .cr55-profile-short .js_Close.linkText:after, .cr55-profile-short .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .js_Close.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr55-profile-short .js_Close.buttonAlt:after, .cr205-feature-box-1 .button:after, .sfforumNewThreadWrp .sfSubmitBtnWrp input.wsbtn-arrow[type="submit"]:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right input[type="submit"].read-more:after, .cr52-storiesListRotator > .pull-right .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].read-more:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr50-latestNews input[type="submit"].buttonAlt:after, .cr50-latestNews .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].buttonAlt:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr205-feature-box-1 input[type="submit"].button:after, .cr205-feature-box-1 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr33-fullWidthBanner input[type="submit"].button:after, .cr33-fullWidthBanner .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent input[type="submit"].button:after, .divHomepageSlider.cr63-landing .slideContent .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction input[type="submit"].button.withArrow:after, .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button.withArrow:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr39-infoResources li input[type="submit"].linkText:after, .cr39-infoResources li .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].linkText:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr38 li > a input[type="submit"].linkText:after, .cr38 li > a .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].linkText:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button__pink--large:after, .sfforumNewThreadWrp .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):after,
    .sfforumNewThreadWrp .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):after,
    .sfforumNewThreadWrp .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):after,
    .sfforumNewThreadWrp .beyondBlue .forgotPassword .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):after,
    .beyondBlue .forgotPassword .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].sfSubmitBtn:not(input):after, .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue #sfLoginWidgetWrp .ruFileWrap input[type="submit"].ruBrowse:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse:after,
    .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap input[type="submit"].ruBrowse:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse:after,
    .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue .sfprofileEditFormWrp .ruFileWrap input[type="submit"].ruBrowse:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse:after,
    .sfforumNewThreadWrp .sfSubmitBtnWrp .beyondBlue .forgotPassword .ruFileWrap input[type="submit"].ruBrowse:after,
    .beyondBlue .forgotPassword .ruFileWrap .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].ruBrowse:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList input[type="submit"].buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].buttonAlt:after, .cr56-quicklinks[data-varient="d"] .separatedList a.wsbtn-md:after, .cr56-quicklinks[data-varient="d"] .separatedList .cr52-storiesListRotator > .pull-right a.read-more:after, .cr52-storiesListRotator > .pull-right .cr56-quicklinks[data-varient="d"] .separatedList a.read-more:after, .cr56-quicklinks[data-varient="d"] .separatedList .cr50-latestNews a.buttonAlt:after, .cr50-latestNews .cr56-quicklinks[data-varient="d"] .separatedList a.buttonAlt:after, .cr56-quicklinks[data-varient="d"] .separatedList .cr205-feature-box-1 a.button:after, .cr205-feature-box-1 .cr56-quicklinks[data-varient="d"] .separatedList a.button:after, .cr56-quicklinks[data-varient="d"] .separatedList .cr33-fullWidthBanner a.button:after, .cr33-fullWidthBanner .cr56-quicklinks[data-varient="d"] .separatedList a.button:after, .cr56-quicklinks[data-varient="d"] .separatedList .divHomepageSlider.cr63-landing .slideContent a.button:after, .divHomepageSlider.cr63-landing .slideContent .cr56-quicklinks[data-varient="d"] .separatedList a.button:after, .cr56-quicklinks[data-varient="d"] .separatedList .cr65-searchSelector .accordian a.js_accordianExpondo:after, .cr65-searchSelector .accordian .cr56-quicklinks[data-varient="d"] .separatedList a.js_accordianExpondo:after, .cr56-quicklinks[data-varient="d"] .separatedList .cr39-infoResources li a.linkText:after, .cr39-infoResources li .cr56-quicklinks[data-varient="d"] .separatedList a.linkText:after, .cr56-quicklinks[data-varient="d"] .separatedList .cr38 li > a a.linkText:after, .cr38 li > a .cr56-quicklinks[data-varient="d"] .separatedList a.linkText:after, .cr56-quicklinks[data-varient="d"] .separatedList .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList a.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr56-quicklinks[data-varient="d"] .separatedList a.buttonAlt:after, .cr33-fullWidthBanner .button:after, .divHomepageSlider.cr63-landing .slideContent .button:after, .cr10-callToAction .wsbtn-md.button.withArrow:after, .cr10-callToAction .cr52-storiesListRotator > .pull-right .button.withArrow.read-more:after, .cr52-storiesListRotator > .pull-right .cr10-callToAction .button.withArrow.read-more:after, .cr10-callToAction .cr50-latestNews .button.withArrow.buttonAlt:after, .cr50-latestNews .cr10-callToAction .button.withArrow.buttonAlt:after, .cr10-callToAction .cr205-feature-box-1 .button.withArrow:after, .cr205-feature-box-1 .cr10-callToAction .button.withArrow:after, .cr10-callToAction .cr33-fullWidthBanner .button.withArrow:after, .cr33-fullWidthBanner .cr10-callToAction .button.withArrow:after, .cr10-callToAction .divHomepageSlider.cr63-landing .slideContent .button.withArrow:after, .divHomepageSlider.cr63-landing .slideContent .cr10-callToAction .button.withArrow:after, .cr10-callToAction .cr65-searchSelector .accordian .button.withArrow.js_accordianExpondo:after, .cr65-searchSelector .accordian .cr10-callToAction .button.withArrow.js_accordianExpondo:after, .cr10-callToAction .cr39-infoResources li .button.withArrow.linkText:after, .cr39-infoResources li .cr10-callToAction .button.withArrow.linkText:after, .cr10-callToAction .cr38 li > a .button.withArrow.linkText:after, .cr38 li > a .cr10-callToAction .button.withArrow.linkText:after, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .button.withArrow.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .button.withArrow.buttonAlt:after, .cr65-searchSelector .accordian .wsbtn-arrow.js_accordianExpondo:after, .cr65-searchSelector .accordian .cr52-storiesListRotator > .pull-right .js_accordianExpondo.read-more:after, .cr52-storiesListRotator > .pull-right .cr65-searchSelector .accordian .js_accordianExpondo.read-more:after, .cr65-searchSelector .accordian .cr50-latestNews .js_accordianExpondo.buttonAlt:after, .cr50-latestNews .cr65-searchSelector .accordian .js_accordianExpondo.buttonAlt:after, .cr65-searchSelector .accordian .cr205-feature-box-1 .js_accordianExpondo.button:after, .cr205-feature-box-1 .cr65-searchSelector .accordian .js_accordianExpondo.button:after, .cr65-searchSelector .accordian .cr33-fullWidthBanner .js_accordianExpondo.button:after, .cr33-fullWidthBanner .cr65-searchSelector .accordian .js_accordianExpondo.button:after, .cr65-searchSelector .accordian .divHomepageSlider.cr63-landing .slideContent .js_accordianExpondo.button:after, .divHomepageSlider.cr63-landing .slideContent .cr65-searchSelector .accordian .js_accordianExpondo.button:after, .cr65-searchSelector .accordian .cr39-infoResources li .js_accordianExpondo.linkText:after, .cr39-infoResources li .cr65-searchSelector .accordian .js_accordianExpondo.linkText:after, .cr65-searchSelector .accordian .cr38 li > a .js_accordianExpondo.linkText:after, .cr38 li > a .cr65-searchSelector .accordian .js_accordianExpondo.linkText:after, .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .js_accordianExpondo.button__pink--large:after, .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .js_accordianExpondo.button__pink--large:after, .cr65-searchSelector .accordian .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input):after,
    .cr65-searchSelector .accordian .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input):after,
    .cr65-searchSelector .accordian .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input):after,
    .cr65-searchSelector .accordian .beyondBlue .forgotPassword .sfSubmitBtnWrp .js_accordianExpondo.sfSubmitBtn:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr65-searchSelector .accordian .js_accordianExpondo.sfSubmitBtn:not(input):after, .cr65-searchSelector .accordian .beyondBlue #sfLoginWidgetWrp .ruFileWrap .js_accordianExpondo.ruBrowse:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse:after,
    .cr65-searchSelector .accordian .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .js_accordianExpondo.ruBrowse:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse:after,
    .cr65-searchSelector .accordian .beyondBlue .sfprofileEditFormWrp .ruFileWrap .js_accordianExpondo.ruBrowse:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse:after,
    .cr65-searchSelector .accordian .beyondBlue .forgotPassword .ruFileWrap .js_accordianExpondo.ruBrowse:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr65-searchSelector .accordian .js_accordianExpondo.ruBrowse:after, .cr65-searchSelector .accordian .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .js_accordianExpondo.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr65-searchSelector .accordian .js_accordianExpondo.buttonAlt:after, .cr39-infoResources li .linkText:after, .cr38 li > a .linkText:after, .CR02_GetInvolvedCarousel .wsbtn-md.button__pink--large:after, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .button__pink--large.read-more:after, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .button__pink--large.read-more:after, .CR02_GetInvolvedCarousel .cr50-latestNews .button__pink--large.buttonAlt:after, .cr50-latestNews .CR02_GetInvolvedCarousel .button__pink--large.buttonAlt:after, .CR02_GetInvolvedCarousel .cr205-feature-box-1 .button__pink--large.button:after, .cr205-feature-box-1 .CR02_GetInvolvedCarousel .button__pink--large.button:after, .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .button__pink--large.button:after, .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .button__pink--large.button:after, .CR02_GetInvolvedCarousel .divHomepageSlider.cr63-landing .slideContent .button__pink--large.button:after, .divHomepageSlider.cr63-landing .slideContent .CR02_GetInvolvedCarousel .button__pink--large.button:after, .CR02_GetInvolvedCarousel .cr39-infoResources li .button__pink--large.linkText:after, .cr39-infoResources li .CR02_GetInvolvedCarousel .button__pink--large.linkText:after, .CR02_GetInvolvedCarousel .cr38 li > a .button__pink--large.linkText:after, .cr38 li > a .CR02_GetInvolvedCarousel .button__pink--large.linkText:after, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .button__pink--large.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .button__pink--large.buttonAlt:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input):after, .cr52-storiesListRotator > .pull-right .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input):after, .cr50-latestNews .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input):after, .cr205-feature-box-1 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input):after, .cr33-fullWidthBanner .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input):after, .divHomepageSlider.cr63-landing .slideContent .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input):after, .cr39-infoResources li .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input):after, .cr38 li > a .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input):after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input):after,
    .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input):after,
    .cr50-latestNews .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input):after,
    .cr205-feature-box-1 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input):after,
    .cr33-fullWidthBanner .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input):after,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input):after,
    .cr39-infoResources li .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input):after,
    .cr38 li > a .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input):after,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input):after,
    .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input):after,
    .cr50-latestNews .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input):after,
    .cr205-feature-box-1 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input):after,
    .cr33-fullWidthBanner .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input):after,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input):after,
    .cr39-infoResources li .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input):after,
    .cr38 li > a .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input):after,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-md.sfSubmitBtn:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr52-storiesListRotator > .pull-right .sfSubmitBtn.read-more:not(input):after,
    .cr52-storiesListRotator > .pull-right .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.read-more:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr50-latestNews .sfSubmitBtn.buttonAlt:not(input):after,
    .cr50-latestNews .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr205-feature-box-1 .sfSubmitBtn.button:not(input):after,
    .cr205-feature-box-1 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr33-fullWidthBanner .sfSubmitBtn.button:not(input):after,
    .cr33-fullWidthBanner .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .divHomepageSlider.cr63-landing .slideContent .sfSubmitBtn.button:not(input):after,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr39-infoResources li .sfSubmitBtn.linkText:not(input):after,
    .cr39-infoResources li .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn.linkText:not(input):after,
    .cr38 li > a .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.linkText:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sfSubmitBtn.buttonAlt:not(input):after,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.buttonAlt:not(input):after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-md.ruBrowse:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more:after, .cr52-storiesListRotator > .pull-right .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.read-more:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt:after, .cr50-latestNews .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.buttonAlt:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr205-feature-box-1 .ruBrowse.button:after, .cr205-feature-box-1 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button:after, .cr33-fullWidthBanner .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button:after, .divHomepageSlider.cr63-landing .slideContent .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr39-infoResources li .ruBrowse.linkText:after, .cr39-infoResources li .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.linkText:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr38 li > a .ruBrowse.linkText:after, .cr38 li > a .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.linkText:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.buttonAlt:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-md.ruBrowse:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more:after,
    .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.read-more:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt:after,
    .cr50-latestNews .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.buttonAlt:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr205-feature-box-1 .ruBrowse.button:after,
    .cr205-feature-box-1 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button:after,
    .cr33-fullWidthBanner .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button:after,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr39-infoResources li .ruBrowse.linkText:after,
    .cr39-infoResources li .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.linkText:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr38 li > a .ruBrowse.linkText:after,
    .cr38 li > a .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.linkText:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt:after,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.buttonAlt:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-md.ruBrowse:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more:after,
    .cr52-storiesListRotator > .pull-right .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.read-more:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt:after,
    .cr50-latestNews .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.buttonAlt:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr205-feature-box-1 .ruBrowse.button:after,
    .cr205-feature-box-1 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button:after,
    .cr33-fullWidthBanner .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button:after,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr39-infoResources li .ruBrowse.linkText:after,
    .cr39-infoResources li .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.linkText:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr38 li > a .ruBrowse.linkText:after,
    .cr38 li > a .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.linkText:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt:after,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.buttonAlt:after,
    .beyondBlue .forgotPassword .ruFileWrap .wsbtn-md.ruBrowse:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr52-storiesListRotator > .pull-right .ruBrowse.read-more:after,
    .cr52-storiesListRotator > .pull-right .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.read-more:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr50-latestNews .ruBrowse.buttonAlt:after,
    .cr50-latestNews .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.buttonAlt:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr205-feature-box-1 .ruBrowse.button:after,
    .cr205-feature-box-1 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr33-fullWidthBanner .ruBrowse.button:after,
    .cr33-fullWidthBanner .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button:after,
    .beyondBlue .forgotPassword .ruFileWrap .divHomepageSlider.cr63-landing .slideContent .ruBrowse.button:after,
    .divHomepageSlider.cr63-landing .slideContent .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr39-infoResources li .ruBrowse.linkText:after,
    .cr39-infoResources li .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.linkText:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr38 li > a .ruBrowse.linkText:after,
    .cr38 li > a .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.linkText:after,
    .beyondBlue .forgotPassword .ruFileWrap .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .ruBrowse.buttonAlt:after,
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:after {
      right: 21px; }
  .wsbtn-arrow.wsbtn-lg, .cr52-storiesListRotator > .pull-right .wsbtn-lg.read-more, .cr52-storiesListRotator > .pull-right .cr10-callToAction .read-more.button, .cr10-callToAction .cr52-storiesListRotator > .pull-right .read-more.button, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .read-more.button__pink--large, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .read-more.button__pink--large, .cr50-latestNews .wsbtn-lg.buttonAlt, .cr50-latestNews .cr10-callToAction .buttonAlt.button, .cr10-callToAction .cr50-latestNews .buttonAlt.button, .cr55-profile-short .wsbtn-lg.js_Close, .cr55-profile-short .cr10-callToAction .js_Close.button, .cr10-callToAction .cr55-profile-short .js_Close.button, .cr205-feature-box-1 .wsbtn-lg.button, .cr205-feature-box-1 .cr10-callToAction .button, .cr10-callToAction .cr205-feature-box-1 .button, .cr56-quicklinks[data-varient="d"] .separatedList a.wsbtn-lg, .cr56-quicklinks[data-varient="d"] .separatedList .cr10-callToAction a.button, .cr10-callToAction .cr56-quicklinks[data-varient="d"] .separatedList a.button, .cr56-quicklinks[data-varient="d"] .separatedList .CR02_GetInvolvedCarousel a.button__pink--large, .CR02_GetInvolvedCarousel .cr56-quicklinks[data-varient="d"] .separatedList a.button__pink--large, .cr33-fullWidthBanner .wsbtn-lg.button, .cr33-fullWidthBanner .cr10-callToAction .button, .cr10-callToAction .cr33-fullWidthBanner .button, .divHomepageSlider.cr63-landing .slideContent .wsbtn-lg.button, .divHomepageSlider.cr63-landing .slideContent .cr10-callToAction .button, .cr10-callToAction .divHomepageSlider.cr63-landing .slideContent .button, .divHomepageSlider.cr63-landing .slideContent .CR02_GetInvolvedCarousel .button.button__pink--large, .CR02_GetInvolvedCarousel .divHomepageSlider.cr63-landing .slideContent .button.button__pink--large, .cr10-callToAction .wsbtn-arrow.button, .cr10-callToAction .button.withArrow, .cr10-callToAction .cr39-infoResources li .button.linkText, .cr39-infoResources li .cr10-callToAction .button.linkText, .cr10-callToAction .cr38 li > a .button.linkText, .cr38 li > a .cr10-callToAction .button.linkText, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .button.sfSubmitBtn:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input),
  .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .button.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input),
  .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .button.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input),
  .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .button.sfSubmitBtn:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input), .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .button.ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .button.ruBrowse,
  .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .button.ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .button.ruBrowse,
  .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .button.ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .button.ruBrowse,
  .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .button.ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .button.ruBrowse, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .button.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .button.buttonAlt, .cr39-infoResources li .wsbtn-lg.linkText, .cr39-infoResources li .CR02_GetInvolvedCarousel .linkText.button__pink--large, .CR02_GetInvolvedCarousel .cr39-infoResources li .linkText.button__pink--large, .cr38 li > a .wsbtn-lg.linkText, .cr38 li > a .CR02_GetInvolvedCarousel .linkText.button__pink--large, .CR02_GetInvolvedCarousel .cr38 li > a .linkText.button__pink--large, .CR02_GetInvolvedCarousel .button__pink--large, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input), .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input), .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input),
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input),
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input),
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input),
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input),
  .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input), .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-lg.ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button__pink--large,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-lg.ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button__pink--large,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-lg.ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button__pink--large,
  .beyondBlue .forgotPassword .ruFileWrap .wsbtn-lg.ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button__pink--large, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .wsbtn-lg.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button__pink--large {
    padding-right: 86px; }
    .wsbtn-arrow.wsbtn-lg:before, .cr52-storiesListRotator > .pull-right .wsbtn-lg.read-more:before, .cr52-storiesListRotator > .pull-right .cr10-callToAction .read-more.button:before, .cr10-callToAction .cr52-storiesListRotator > .pull-right .read-more.button:before, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .read-more.button__pink--large:before, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .read-more.button__pink--large:before, .cr50-latestNews .wsbtn-lg.buttonAlt:before, .cr50-latestNews .cr10-callToAction .buttonAlt.button:before, .cr10-callToAction .cr50-latestNews .buttonAlt.button:before, .cr55-profile-short .wsbtn-lg.js_Close:before, .cr55-profile-short .cr10-callToAction .js_Close.button:before, .cr10-callToAction .cr55-profile-short .js_Close.button:before, .cr205-feature-box-1 .wsbtn-lg.button:before, .cr205-feature-box-1 .cr10-callToAction .button:before, .cr10-callToAction .cr205-feature-box-1 .button:before, .cr56-quicklinks[data-varient="d"] .separatedList a.wsbtn-lg:before, .cr56-quicklinks[data-varient="d"] .separatedList .cr10-callToAction a.button:before, .cr10-callToAction .cr56-quicklinks[data-varient="d"] .separatedList a.button:before, .cr56-quicklinks[data-varient="d"] .separatedList .CR02_GetInvolvedCarousel a.button__pink--large:before, .CR02_GetInvolvedCarousel .cr56-quicklinks[data-varient="d"] .separatedList a.button__pink--large:before, .cr33-fullWidthBanner .wsbtn-lg.button:before, .cr33-fullWidthBanner .cr10-callToAction .button:before, .cr10-callToAction .cr33-fullWidthBanner .button:before, .divHomepageSlider.cr63-landing .slideContent .wsbtn-lg.button:before, .divHomepageSlider.cr63-landing .slideContent .cr10-callToAction .button:before, .cr10-callToAction .divHomepageSlider.cr63-landing .slideContent .button:before, .divHomepageSlider.cr63-landing .slideContent .CR02_GetInvolvedCarousel .button.button__pink--large:before, .CR02_GetInvolvedCarousel .divHomepageSlider.cr63-landing .slideContent .button.button__pink--large:before, .cr10-callToAction .wsbtn-arrow.button:before, .cr10-callToAction .button.withArrow:before, .cr10-callToAction .cr39-infoResources li .button.linkText:before, .cr39-infoResources li .cr10-callToAction .button.linkText:before, .cr10-callToAction .cr38 li > a .button.linkText:before, .cr38 li > a .cr10-callToAction .button.linkText:before, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .button.sfSubmitBtn:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input):before,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .button.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input):before,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .button.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input):before,
    .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .button.sfSubmitBtn:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input):before, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .button.ruBrowse:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .button.ruBrowse:before,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .button.ruBrowse:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .button.ruBrowse:before,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .button.ruBrowse:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .button.ruBrowse:before,
    .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .button.ruBrowse:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .button.ruBrowse:before, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .button.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .button.buttonAlt:before, .cr39-infoResources li .wsbtn-lg.linkText:before, .cr38 li > a .wsbtn-lg.linkText:before, .cr38 li > a .CR02_GetInvolvedCarousel .linkText.button__pink--large:before, .CR02_GetInvolvedCarousel .cr38 li > a .linkText.button__pink--large:before, .CR02_GetInvolvedCarousel .button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input):before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input):before, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input):before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input):before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input):before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input):before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input):before,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input):before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-lg.ruBrowse:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button__pink--large:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button__pink--large:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button__pink--large:before,
    .beyondBlue .forgotPassword .ruFileWrap .wsbtn-lg.ruBrowse:before,
    .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button__pink--large:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .wsbtn-lg.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large:before, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button__pink--large:before {
      width: 46px; }
    .wsbtn-arrow.wsbtn-lg:after, .cr52-storiesListRotator > .pull-right .wsbtn-lg.read-more:after, .cr52-storiesListRotator > .pull-right .cr10-callToAction .read-more.button:after, .cr10-callToAction .cr52-storiesListRotator > .pull-right .read-more.button:after, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .read-more.button__pink--large:after, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .read-more.button__pink--large:after, .cr50-latestNews .wsbtn-lg.buttonAlt:after, .cr50-latestNews .cr10-callToAction .buttonAlt.button:after, .cr10-callToAction .cr50-latestNews .buttonAlt.button:after, .cr55-profile-short .wsbtn-lg.js_Close:after, .cr55-profile-short .cr10-callToAction .js_Close.button:after, .cr10-callToAction .cr55-profile-short .js_Close.button:after, .cr205-feature-box-1 .wsbtn-lg.button:after, .cr205-feature-box-1 .cr10-callToAction .button:after, .cr10-callToAction .cr205-feature-box-1 .button:after, .cr56-quicklinks[data-varient="d"] .separatedList a.wsbtn-lg:after, .cr56-quicklinks[data-varient="d"] .separatedList .cr10-callToAction a.button:after, .cr10-callToAction .cr56-quicklinks[data-varient="d"] .separatedList a.button:after, .cr56-quicklinks[data-varient="d"] .separatedList .CR02_GetInvolvedCarousel a.button__pink--large:after, .CR02_GetInvolvedCarousel .cr56-quicklinks[data-varient="d"] .separatedList a.button__pink--large:after, .cr33-fullWidthBanner .wsbtn-lg.button:after, .cr33-fullWidthBanner .cr10-callToAction .button:after, .cr10-callToAction .cr33-fullWidthBanner .button:after, .divHomepageSlider.cr63-landing .slideContent .wsbtn-lg.button:after, .divHomepageSlider.cr63-landing .slideContent .cr10-callToAction .button:after, .cr10-callToAction .divHomepageSlider.cr63-landing .slideContent .button:after, .divHomepageSlider.cr63-landing .slideContent .CR02_GetInvolvedCarousel .button.button__pink--large:after, .CR02_GetInvolvedCarousel .divHomepageSlider.cr63-landing .slideContent .button.button__pink--large:after, .cr10-callToAction .wsbtn-arrow.button:after, .cr10-callToAction .button.withArrow:after, .cr10-callToAction .cr39-infoResources li .button.linkText:after, .cr39-infoResources li .cr10-callToAction .button.linkText:after, .cr10-callToAction .cr38 li > a .button.linkText:after, .cr38 li > a .cr10-callToAction .button.linkText:after, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .button.sfSubmitBtn:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input):after,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .button.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input):after,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .button.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input):after,
    .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .button.sfSubmitBtn:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .button.sfSubmitBtn:not(input):after, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .button.ruBrowse:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .button.ruBrowse:after,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .button.ruBrowse:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .button.ruBrowse:after,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .button.ruBrowse:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .button.ruBrowse:after,
    .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .button.ruBrowse:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .button.ruBrowse:after, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .button.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .button.buttonAlt:after, .cr39-infoResources li .wsbtn-lg.linkText:after, .cr38 li > a .wsbtn-lg.linkText:after, .cr38 li > a .CR02_GetInvolvedCarousel .linkText.button__pink--large:after, .CR02_GetInvolvedCarousel .cr38 li > a .linkText.button__pink--large:after, .CR02_GetInvolvedCarousel .button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input):after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input):after, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input):after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input):after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input):after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:not(input):after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:not(input):after,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:not(input):after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-lg.ruBrowse:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button__pink--large:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button__pink--large:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button__pink--large:after,
    .beyondBlue .forgotPassword .ruFileWrap .wsbtn-lg.ruBrowse:after,
    .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button__pink--large:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .wsbtn-lg.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large:after, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button__pink--large:after {
      right: 14px; }

.wsbtn-vertical-center, .cr39-infoResources li .linkText, .cr38 li > a .linkText, .CR02_GetInvolvedCarousel .button__pink--large {
  line-height: 57px;
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0; }

input[type="button"] {
  text-align: center; }

.btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .sfforumPostReplyContainer .sfSubmitBtn, .button {
  background: #E0004D;
  text-align: center; }
  .btn.back, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .back.sfEditBtn, .sfforumPostReplyContainer .back.sfSubmitBtn, .button.back {
    background-color: #035B75; }

#bd .RadDataPager,
[id*="wsPager_myPager"],
[id*="wsPagerTop_myPager"] {
  padding: 0 0;
  min-height: 22px;
  margin: 0.5em 0 1em 0;
  float: right;
  border: 0;
  background: #fff;
  color: #009BC9; }
  #bd .RadDataPager .sf_pagerNumeric,
  [id*="wsPager_myPager"] .sf_pagerNumeric,
  [id*="wsPagerTop_myPager"] .sf_pagerNumeric {
    margin-top: 0; }
  #bd .RadDataPager [id*="cmdFirst"],
  #bd .RadDataPager [id*="cmdLast"],
  [id*="wsPager_myPager"] [id*="cmdFirst"],
  [id*="wsPager_myPager"] [id*="cmdLast"],
  [id*="wsPagerTop_myPager"] [id*="cmdFirst"],
  [id*="wsPagerTop_myPager"] [id*="cmdLast"] {
    float: none;
    margin: 0 1px;
    float: left;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    padding: 0 8px; }
    #bd .RadDataPager [id*="cmdFirst"]:hover, #bd .RadDataPager [id*="cmdFirst"]:focus,
    #bd .RadDataPager [id*="cmdLast"]:hover,
    #bd .RadDataPager [id*="cmdLast"]:focus,
    [id*="wsPager_myPager"] [id*="cmdFirst"]:hover,
    [id*="wsPager_myPager"] [id*="cmdFirst"]:focus,
    [id*="wsPager_myPager"] [id*="cmdLast"]:hover,
    [id*="wsPager_myPager"] [id*="cmdLast"]:focus,
    [id*="wsPagerTop_myPager"] [id*="cmdFirst"]:hover,
    [id*="wsPagerTop_myPager"] [id*="cmdFirst"]:focus,
    [id*="wsPagerTop_myPager"] [id*="cmdLast"]:hover,
    [id*="wsPagerTop_myPager"] [id*="cmdLast"]:focus {
      color: #009BC9;
      text-decoration: underline; }
  #bd .RadDataPager .rdpWrap,
  [id*="wsPager_myPager"] .rdpWrap,
  [id*="wsPagerTop_myPager"] .rdpWrap {
    float: left;
    font-size: 18px;
    line-height: 1em;
    padding: 0; }
    #bd .RadDataPager .rdpWrap a,
    [id*="wsPager_myPager"] .rdpWrap a,
    [id*="wsPagerTop_myPager"] .rdpWrap a {
      color: #009BC9;
      padding: 0 8px;
      margin: 0 1px;
      text-decoration: none; }
      #bd .RadDataPager .rdpWrap a:hover, #bd .RadDataPager .rdpWrap a:focus,
      [id*="wsPager_myPager"] .rdpWrap a:hover,
      [id*="wsPager_myPager"] .rdpWrap a:focus,
      [id*="wsPagerTop_myPager"] .rdpWrap a:hover,
      [id*="wsPagerTop_myPager"] .rdpWrap a:focus {
        color: #009BC9;
        text-decoration: underline; }
    #bd .RadDataPager .rdpWrap.rdpNumPart span,
    [id*="wsPager_myPager"] .rdpWrap.rdpNumPart span,
    [id*="wsPagerTop_myPager"] .rdpWrap.rdpNumPart span {
      padding: 0; }
    #bd .RadDataPager .rdpWrap.rdpNumPart a,
    [id*="wsPager_myPager"] .rdpWrap.rdpNumPart a,
    [id*="wsPagerTop_myPager"] .rdpWrap.rdpNumPart a {
      color: #009BC9;
      padding: 0 8px;
      margin: 0 1px;
      line-height: 1em; }
      #bd .RadDataPager .rdpWrap.rdpNumPart a:hover, #bd .RadDataPager .rdpWrap.rdpNumPart a:focus,
      [id*="wsPager_myPager"] .rdpWrap.rdpNumPart a:hover,
      [id*="wsPager_myPager"] .rdpWrap.rdpNumPart a:focus,
      [id*="wsPagerTop_myPager"] .rdpWrap.rdpNumPart a:hover,
      [id*="wsPagerTop_myPager"] .rdpWrap.rdpNumPart a:focus {
        background-image: none;
        text-decoration: underline; }
        #bd .RadDataPager .rdpWrap.rdpNumPart a:hover span, #bd .RadDataPager .rdpWrap.rdpNumPart a:focus span,
        [id*="wsPager_myPager"] .rdpWrap.rdpNumPart a:hover span,
        [id*="wsPager_myPager"] .rdpWrap.rdpNumPart a:focus span,
        [id*="wsPagerTop_myPager"] .rdpWrap.rdpNumPart a:hover span,
        [id*="wsPagerTop_myPager"] .rdpWrap.rdpNumPart a:focus span {
          background: none;
          text-decoration: underline; }
      #bd .RadDataPager .rdpWrap.rdpNumPart a.rdpCurrentPage,
      [id*="wsPager_myPager"] .rdpWrap.rdpNumPart a.rdpCurrentPage,
      [id*="wsPagerTop_myPager"] .rdpWrap.rdpNumPart a.rdpCurrentPage {
        background-image: none;
        pointer-events: none;
        color: #E0004D; }
        #bd .RadDataPager .rdpWrap.rdpNumPart a.rdpCurrentPage:hover, #bd .RadDataPager .rdpWrap.rdpNumPart a.rdpCurrentPage:focus,
        [id*="wsPager_myPager"] .rdpWrap.rdpNumPart a.rdpCurrentPage:hover,
        [id*="wsPager_myPager"] .rdpWrap.rdpNumPart a.rdpCurrentPage:focus,
        [id*="wsPagerTop_myPager"] .rdpWrap.rdpNumPart a.rdpCurrentPage:hover,
        [id*="wsPagerTop_myPager"] .rdpWrap.rdpNumPart a.rdpCurrentPage:focus {
          cursor: default;
          text-decoration: none; }
        #bd .RadDataPager .rdpWrap.rdpNumPart a.rdpCurrentPage span,
        [id*="wsPager_myPager"] .rdpWrap.rdpNumPart a.rdpCurrentPage span,
        [id*="wsPagerTop_myPager"] .rdpWrap.rdpNumPart a.rdpCurrentPage span {
          background: none; }
  #bd .RadDataPager [id*="cmdNext"],
  #bd .RadDataPager [id*="cmdPrev"],
  #bd .RadDataPager [id*="numeric"],
  [id*="wsPager_myPager"] [id*="cmdNext"],
  [id*="wsPager_myPager"] [id*="cmdPrev"],
  [id*="wsPager_myPager"] [id*="numeric"],
  [id*="wsPagerTop_myPager"] [id*="cmdNext"],
  [id*="wsPagerTop_myPager"] [id*="cmdPrev"],
  [id*="wsPagerTop_myPager"] [id*="numeric"] {
    float: left;
    font-size: 18px;
    line-height: 1em;
    padding: 0; }
  #bd .RadDataPager [id*="cmdNext"], #bd .RadDataPager [id*="cmdPrev"], #bd .RadDataPager [id*="numeric"] a,
  [id*="wsPager_myPager"] [id*="cmdNext"],
  [id*="wsPager_myPager"] [id*="cmdPrev"],
  [id*="wsPager_myPager"] [id*="numeric"] a,
  [id*="wsPagerTop_myPager"] [id*="cmdNext"],
  [id*="wsPagerTop_myPager"] [id*="cmdPrev"],
  [id*="wsPagerTop_myPager"] [id*="numeric"] a {
    color: #009BC9;
    padding: 0 8px;
    margin: 0 1px;
    text-decoration: none; }
    #bd .RadDataPager [id*="cmdNext"]:hover, #bd .RadDataPager [id*="cmdNext"]:focus, #bd .RadDataPager [id*="cmdPrev"]:hover, #bd .RadDataPager [id*="cmdPrev"]:focus, #bd .RadDataPager [id*="numeric"] a:hover, #bd .RadDataPager [id*="numeric"] a:focus,
    [id*="wsPager_myPager"] [id*="cmdNext"]:hover,
    [id*="wsPager_myPager"] [id*="cmdNext"]:focus,
    [id*="wsPager_myPager"] [id*="cmdPrev"]:hover,
    [id*="wsPager_myPager"] [id*="cmdPrev"]:focus,
    [id*="wsPager_myPager"] [id*="numeric"] a:hover,
    [id*="wsPager_myPager"] [id*="numeric"] a:focus,
    [id*="wsPagerTop_myPager"] [id*="cmdNext"]:hover,
    [id*="wsPagerTop_myPager"] [id*="cmdNext"]:focus,
    [id*="wsPagerTop_myPager"] [id*="cmdPrev"]:hover,
    [id*="wsPagerTop_myPager"] [id*="cmdPrev"]:focus,
    [id*="wsPagerTop_myPager"] [id*="numeric"] a:hover,
    [id*="wsPagerTop_myPager"] [id*="numeric"] a:focus {
      color: #009BC9;
      text-decoration: underline; }
    #bd .RadDataPager [id*="cmdNext"].sf_PagerCurrent, #bd .RadDataPager [id*="cmdPrev"].sf_PagerCurrent, #bd .RadDataPager [id*="numeric"] a.sf_PagerCurrent,
    [id*="wsPager_myPager"] [id*="cmdNext"].sf_PagerCurrent,
    [id*="wsPager_myPager"] [id*="cmdPrev"].sf_PagerCurrent,
    [id*="wsPager_myPager"] [id*="numeric"] a.sf_PagerCurrent,
    [id*="wsPagerTop_myPager"] [id*="cmdNext"].sf_PagerCurrent,
    [id*="wsPagerTop_myPager"] [id*="cmdPrev"].sf_PagerCurrent,
    [id*="wsPagerTop_myPager"] [id*="numeric"] a.sf_PagerCurrent {
      color: #E0004D;
      pointer-events: none; }
      #bd .RadDataPager [id*="cmdNext"].sf_PagerCurrent:hover, #bd .RadDataPager [id*="cmdNext"].sf_PagerCurrent:focus, #bd .RadDataPager [id*="cmdPrev"].sf_PagerCurrent:hover, #bd .RadDataPager [id*="cmdPrev"].sf_PagerCurrent:focus, #bd .RadDataPager [id*="numeric"] a.sf_PagerCurrent:hover, #bd .RadDataPager [id*="numeric"] a.sf_PagerCurrent:focus,
      [id*="wsPager_myPager"] [id*="cmdNext"].sf_PagerCurrent:hover,
      [id*="wsPager_myPager"] [id*="cmdNext"].sf_PagerCurrent:focus,
      [id*="wsPager_myPager"] [id*="cmdPrev"].sf_PagerCurrent:hover,
      [id*="wsPager_myPager"] [id*="cmdPrev"].sf_PagerCurrent:focus,
      [id*="wsPager_myPager"] [id*="numeric"] a.sf_PagerCurrent:hover,
      [id*="wsPager_myPager"] [id*="numeric"] a.sf_PagerCurrent:focus,
      [id*="wsPagerTop_myPager"] [id*="cmdNext"].sf_PagerCurrent:hover,
      [id*="wsPagerTop_myPager"] [id*="cmdNext"].sf_PagerCurrent:focus,
      [id*="wsPagerTop_myPager"] [id*="cmdPrev"].sf_PagerCurrent:hover,
      [id*="wsPagerTop_myPager"] [id*="cmdPrev"].sf_PagerCurrent:focus,
      [id*="wsPagerTop_myPager"] [id*="numeric"] a.sf_PagerCurrent:hover,
      [id*="wsPagerTop_myPager"] [id*="numeric"] a.sf_PagerCurrent:focus {
        cursor: default;
        text-decoration: none; }
  #bd .RadDataPager a,
  [id*="wsPager_myPager"] a,
  [id*="wsPagerTop_myPager"] a {
    float: left;
    display: block; }

.inlineItems {
  margin: 15px 0; }
  .inlineItems #bd .RadDataPager,
  .inlineItems [id*="wsPager_myPager"],
  .inlineItems [id*="wsPagerTop_myPager"] {
    margin: 0; }
  .inlineItems .sfforumSocialShareWrp {
    float: left; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select,
.riTextBox {
  border: 1px solid #ABADB3;
  padding: 2px 5px;
  font-family: "FFDINWeb", sans-serif;
  font-weight: normal;
  font-size: 1em; }

.riTextBox {
  border: 1px solid #ABADB3 !important;
  padding: 2px 5px !important;
  font-family: "FFDINWeb", sans-serif !important;
  font-weight: normal !important;
  font-size: 1em !important; }

.rcInputCell, .RadInput_Default {
  font-size: 1em !important; }

[style*="font-size"] {
  font-size: 1em !important; }

label {
  font-family: "FFDINWeb", sans-serif; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline; }
    input[type="checkbox"] + label:hover, input[type="checkbox"] + label:focus,
    input[type="radio"] + label:hover,
    input[type="radio"] + label:focus {
      text-decoration: underline; }
  input[type="checkbox"]:hover + label, input[type="checkbox"]:focus + label,
  input[type="radio"]:hover + label,
  input[type="radio"]:focus + label {
    text-decoration: underline; }

.sfFormBlock,
.sfFormBox,
.sfFormDropdown,
.sfFormFile,
.sfFormRadiolist,
.sfFormCheckboxlist {
  margin-bottom: 1.25em; }

.sfFormRadiolist:before, .sfFormRadiolist:after,
.sfFormCheckboxlist:before,
.sfFormCheckboxlist:after {
  content: " ";
  display: table; }
.sfFormRadiolist:after,
.sfFormCheckboxlist:after {
  clear: both; }
.sfFormRadiolist input[type="checkbox"],
.sfFormRadiolist input[type="radio"],
.sfFormCheckboxlist input[type="checkbox"],
.sfFormCheckboxlist input[type="radio"] {
  margin-bottom: 0.75em;
  margin-right: 0.5em;
  float: left; }
.sfFormRadiolist label,
.sfFormCheckboxlist label {
  line-height: 24px; }
.sfFormRadiolist br,
.sfFormCheckboxlist br {
  clear: both;
  padding-top: 3px; }
.sfFormRadiolist .sfFieldWrp:after,
.sfFormCheckboxlist .sfFieldWrp:after {
  content: "";
  clear: both;
  display: table; }

.sfFieldWrp, .fieldPair {
  margin-bottom: 0.5em;
  width: 100%; }
  .sfFieldWrp input[type="text"],
  .sfFieldWrp textarea, .fieldPair input[type="text"],
  .fieldPair textarea {
    width: 100%; }
  .sfFormDropdown .sfFieldWrp, .sfFormDropdown .fieldPair {
    display: block; }

.sfTxtLbl,
.fieldPair label {
  margin-bottom: 0.5em; }

.sfFormsEditor {
  margin-bottom: 1em; }
  .sfFormsEditor .sfContentBlock {
    margin-bottom: 0.5em;
    margin-top: 0.5em; }

:not(.lt-ie10) .fancy-radio-alone {
  display: inline-block;
  position: relative; }
  :not(.lt-ie10) .fancy-radio-alone input[type="radio"] {
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    position: relative;
    z-index: 2;
    outline: 0;
    outline-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */ }
    :not(.lt-ie10) .fancy-radio-alone input[type="radio"]:hover, :not(.lt-ie10) .fancy-radio-alone input[type="radio"]:focus {
      outline: 0;
      outline-width: 0; }
  :not(.lt-ie10) .fancy-radio-alone .checkbox-icon:before {
    content: "\f096";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1em; }
  :not(.lt-ie10) .fancy-radio-alone input[type="radio"]:checked + .checkbox-icon:before {
    content: "\f046";
    margin-left: 1px; }

.sfSuccess, .justPosted {
  color: #009BC9;
  line-height: 1.6em;
  margin-bottom: 1em; }

.sfError {
  color: #f00;
  line-height: 1.3; }

.sfErrorWrap,
.form__error {
  margin: 1em 0;
  color: #f00;
  font-family: "FFDINWebBold", sans-serif; }
  .sfErrorWrap ul,
  .form__error ul {
    font-family: "FFDINWeb", sans-serif;
    margin-top: 0.8em; }
    .sfErrorWrap ul li,
    .form__error ul li {
      margin-bottom: 5px; }
  .sfErrorWrap a,
  .form__error a {
    color: #f00;
    text-decoration: underline; }
    .sfErrorWrap a:hover, .sfErrorWrap a:focus,
    .form__error a:hover,
    .form__error a:focus {
      text-decoration: none; }

.sfFormTitle {
  display: block; }

.sfFormSubmit {
  margin-bottom: 0.8em; }

.sfFormInstructions {
  margin-bottom: 0.8em; }

.sfExample {
  font-size: 0.7em;
  line-height: 1.286em; }

/* phase 3 */
#divQuestionCount {
  color: #009bc9;
  font-family: "FFDINWebBold";
  font-style: normal;
  font-weight: normal;
  line-height: 34px;
  font-size: 20px; }

.divQuestionOuter {
  border: solid 1px #ddd; }

.divQuestionHeader {
  background: #f6f6f6;
  padding: 15px;
  border-bottom: solid 1px #ddd; }

.divQuestionBody {
  background: #fff;
  padding: 15px 15px 0 15px; }

.clsInfoMessage {
  color: #ed1262;
  font-family: "FFDINWeb";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  padding-left: 20px; }

.clsInfoMessageGreen {
  color: #39b504;
  padding-left: 0; }

.clsGreenTick {
  font-family: 'FontAwesome Regular', 'FontAwesome';
  padding-left: 5px;
  color: #39b504;
  font-size: 18px;
  line-height: 24px; }

#progressbar {
  border-radius: 0;
  height: 20px;
  margin: 0 !important;
  border: 0 !important;
  border: 1px solid #ddd !important; }

#progressbar > .ui-progressbar-value {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #009bc9 !important; }

.divRadioButton {
  margin-bottom: 5px !important; }

.clsDisabledLabel, .clsDisabledLabel:hover {
  text-decoration: none !important;
  color: #AAA;
  cursor: default; }

.clsDisabledLabelCorrent, .clsDisabledLabelCorrect:hover {
  text-decoration: none !important;
  color: #777;
  cursor: default; }

.tile-type-1 {
  margin-bottom: 35px;
  border: 1px solid #c9c9c9; }
  .tile-type-1 .tile-content {
    padding: 6px 17px 5px;
    overflow: hidden;
    border-bottom: 8px solid #5d99c9; }
  .tile-type-1 .date {
    font-family: arial, sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px; }
  .tile-type-1 .date:after {
    content: "";
    display: table;
    clear: both; }
  .tile-type-1 .media-content {
    overflow: hidden; }
  .tile-type-1 q {
    background: #e5ebfa;
    font-family: "FFDINWebBoldItalic", sans-serif;
    display: block;
    padding: 21px 20px;
    color: #009BC9;
    font-size: 18px;
    line-height: 18px;
    min-height: 86px;
    font-style: normal; }
  .tile-type-1 q:before,
  .tile-type-1 q:after {
    content: '"'; }
  .tile-type-1 a {
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #E0004D; }
    .tile-type-1 a:hover, .tile-type-1 a:focus {
      text-decoration: none; }
  .tile-type-1 .media {
    margin-bottom: 9px; }
  .tile-type-1:after {
    content: "";
    display: table;
    clear: both; }
  .tile-type-1 .media-image.imgWrap {
    float: left;
    width: 86px;
    height: 86px;
    line-height: 83px;
    margin-right: 28px; }

.tile-type-2 {
  margin-bottom: 35px;
  background: #5e9bd9;
  color: #fff;
  max-width: 370px; }
  .tile-type-2 .tile-content {
    padding: 13px 25px 11px; }
  .tile-type-2 h3 {
    color: #fff;
    margin-bottom: 8px; }
  .tile-type-2 p {
    font-size: 15px;
    margin-bottom: 0; }
  .tile-type-2 .imgWrap {
    height: 280px;
    line-height: 277px; }
  .tile-type-2 h3 {
    font-size: 20px; }

.tile-type-3, .cr38 li > a {
  margin-bottom: 35px;
  position: relative; }
  .tile-type-3 .wsbtn, .cr38 li > a .wsbtn, .tile-type-3 .buttonLarge, .cr38 li > a .buttonLarge, .tile-type-3 .btn, .cr38 li > a .btn, .tile-type-3 .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .tile-type-3 .sfEditBtn, .cr38 li > a .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr38 li > a .sfEditBtn, .tile-type-3 .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .tile-type-3 .sfSubmitBtn, .cr38 li > a .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .cr38 li > a .sfSubmitBtn, .tile-type-3 .button, .cr38 li > a .button, .tile-type-3 .sfFormSubmit input[type="submit"], .sfFormSubmit .tile-type-3 input[type="submit"], .cr38 li > a .sfFormSubmit input[type="submit"], .sfFormSubmit .cr38 li > a input[type="submit"], .tile-type-3 .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .tile-type-3 .read-more, .cr38 li > a .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .cr38 li > a .read-more, .tile-type-3 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .tile-type-3 .sfcommentsSubmitBtn, .cr38 li > a .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .cr38 li > a .sfcommentsSubmitBtn, .tile-type-3 .cr50-latestNews .buttonAlt, .cr50-latestNews .tile-type-3 .buttonAlt, .cr38 li > a .cr50-latestNews .buttonAlt, .cr50-latestNews .cr38 li > a .buttonAlt, .tile-type-3 .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .tile-type-3 .underline_linkText > a, .cr38 li > a .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .cr38 li > a .underline_linkText > a, .tile-type-3 .cr55-profile-short .js_Close, .cr55-profile-short .tile-type-3 .js_Close, .cr38 li > a .cr55-profile-short .js_Close, .cr55-profile-short .cr38 li > a .js_Close, .tile-type-3 .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .tile-type-3 input[type="submit"], .cr38 li > a .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .cr38 li > a input[type="submit"], .tile-type-3 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .tile-type-3 input[type="submit"], .cr38 li > a .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .cr38 li > a input[type="submit"], .tile-type-3 .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .tile-type-3 a, .cr38 li > a .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr38 li > a a, .tile-type-3 .js-cr13-normal .accordion__item > a, .js-cr13-normal .tile-type-3 .accordion__item > a, .cr38 li > a .js-cr13-normal .accordion__item > a, .js-cr13-normal .cr38 li > a .accordion__item > a, .tile-type-3 .m-searchBanner .search__submit, .m-searchBanner .tile-type-3 .search__submit, .cr38 li > a .m-searchBanner .search__submit, .m-searchBanner .cr38 li > a .search__submit, .tile-type-3 .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .tile-type-3 a, .cr38 li > a .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .cr38 li > a a, .tile-type-3 .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .tile-type-3 a, .cr38 li > a .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .cr38 li > a a, .tile-type-3 .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .tile-type-3 #a1, .cr38 li > a .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .cr38 li > a #a1, .tile-type-3 .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .tile-type-3 input[type="submit"], .cr38 li > a .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .cr38 li > a input[type="submit"], .tile-type-3 .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .tile-type-3 a, .cr38 li > a .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .cr38 li > a a, .tile-type-3 .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .tile-type-3 input[type="submit"], .cr38 li > a .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .cr38 li > a input[type="submit"], .tile-type-3 .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .tile-type-3 .js_accordianExpondo, .cr38 li > a .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .cr38 li > a .js_accordianExpondo, .tile-type-3 .cr39-infoResources li .linkText, .cr39-infoResources li .tile-type-3 .linkText, .cr38 li > a .linkText, .tile-type-3 .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .tile-type-3 .button__pink--large, .cr38 li > a .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .cr38 li > a .button__pink--large, .tile-type-3 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .tile-type-3 .sfSubmitBtn, .cr38 li > a .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn,
  .tile-type-3 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .tile-type-3 .sfSubmitBtn,
  .cr38 li > a .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn,
  .tile-type-3 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .tile-type-3 .sfSubmitBtn,
  .cr38 li > a .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn,
  .tile-type-3 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .tile-type-3 .sfSubmitBtn,
  .cr38 li > a .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr38 li > a .sfSubmitBtn, .tile-type-3 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .tile-type-3 .sfprofileSaveLnk, .cr38 li > a .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr38 li > a .sfprofileSaveLnk,
  .tile-type-3 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .tile-type-3 .sfprofileSaveLnk,
  .cr38 li > a .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr38 li > a .sfprofileSaveLnk,
  .tile-type-3 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .tile-type-3 .sfprofileSaveLnk,
  .cr38 li > a .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr38 li > a .sfprofileSaveLnk,
  .tile-type-3 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .tile-type-3 .sfprofileSaveLnk,
  .cr38 li > a .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr38 li > a .sfprofileSaveLnk, .tile-type-3 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .tile-type-3 .sfprofileCancelLnk, .cr38 li > a .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr38 li > a .sfprofileCancelLnk,
  .tile-type-3 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .tile-type-3 .sfprofileCancelLnk,
  .cr38 li > a .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr38 li > a .sfprofileCancelLnk,
  .tile-type-3 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .tile-type-3 .sfprofileCancelLnk,
  .cr38 li > a .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr38 li > a .sfprofileCancelLnk,
  .tile-type-3 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .tile-type-3 .sfprofileCancelLnk,
  .cr38 li > a .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr38 li > a .sfprofileCancelLnk, .tile-type-3 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .tile-type-3 .ruBrowse, .cr38 li > a .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr38 li > a .ruBrowse,
  .tile-type-3 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .tile-type-3 .ruBrowse,
  .cr38 li > a .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr38 li > a .ruBrowse,
  .tile-type-3 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .tile-type-3 .ruBrowse,
  .cr38 li > a .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr38 li > a .ruBrowse,
  .tile-type-3 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .tile-type-3 .ruBrowse,
  .cr38 li > a .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .cr38 li > a .ruBrowse, .tile-type-3 .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .tile-type-3 .ruBrowse, .cr38 li > a .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .cr38 li > a .ruBrowse, .tile-type-3 .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .tile-type-3 .buttonAlt, .cr38 li > a .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr38 li > a .buttonAlt {
    display: block;
    min-width: initial; }
  .tile-type-3 .imgWrap, .cr38 li > a .imgWrap {
    border: 1px solid #797979; }
  .tile-type-3 .imgWrap, .cr38 li > a .imgWrap {
    height: 117px;
    line-height: 114px; }

.tile-type-4 {
  margin-bottom: 35px;
  position: relative; }
  .tile-type-4 .imgWrap {
    margin-bottom: 6px; }
  .tile-type-4 .wsbtn, .tile-type-4 .buttonLarge, .tile-type-4 .btn, .tile-type-4 .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .tile-type-4 .sfEditBtn, .tile-type-4 .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .tile-type-4 .sfSubmitBtn, .tile-type-4 .button, .tile-type-4 .sfFormSubmit input[type="submit"], .sfFormSubmit .tile-type-4 input[type="submit"], .tile-type-4 .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .tile-type-4 .read-more, .tile-type-4 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .tile-type-4 .sfcommentsSubmitBtn, .tile-type-4 .cr50-latestNews .buttonAlt, .cr50-latestNews .tile-type-4 .buttonAlt, .tile-type-4 .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .tile-type-4 .underline_linkText > a, .tile-type-4 .cr55-profile-short .js_Close, .cr55-profile-short .tile-type-4 .js_Close, .tile-type-4 .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .tile-type-4 input[type="submit"], .tile-type-4 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .tile-type-4 input[type="submit"], .tile-type-4 .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .tile-type-4 a, .tile-type-4 .js-cr13-normal .accordion__item > a, .js-cr13-normal .tile-type-4 .accordion__item > a, .tile-type-4 .m-searchBanner .search__submit, .m-searchBanner .tile-type-4 .search__submit, .tile-type-4 .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .tile-type-4 a, .tile-type-4 .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .tile-type-4 a, .tile-type-4 .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .tile-type-4 #a1, .tile-type-4 .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .tile-type-4 input[type="submit"], .tile-type-4 .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .tile-type-4 a, .tile-type-4 .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .tile-type-4 input[type="submit"], .tile-type-4 .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .tile-type-4 .js_accordianExpondo, .tile-type-4 .cr39-infoResources li .linkText, .cr39-infoResources li .tile-type-4 .linkText, .tile-type-4 .cr38 li > a .linkText, .cr38 li > a .tile-type-4 .linkText, .tile-type-4 .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .tile-type-4 .button__pink--large, .tile-type-4 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .tile-type-4 .sfSubmitBtn,
  .tile-type-4 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .tile-type-4 .sfSubmitBtn,
  .tile-type-4 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .tile-type-4 .sfSubmitBtn,
  .tile-type-4 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .tile-type-4 .sfSubmitBtn, .tile-type-4 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .tile-type-4 .sfprofileSaveLnk,
  .tile-type-4 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .tile-type-4 .sfprofileSaveLnk,
  .tile-type-4 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .tile-type-4 .sfprofileSaveLnk,
  .tile-type-4 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .tile-type-4 .sfprofileSaveLnk, .tile-type-4 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .tile-type-4 .sfprofileCancelLnk,
  .tile-type-4 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .tile-type-4 .sfprofileCancelLnk,
  .tile-type-4 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .tile-type-4 .sfprofileCancelLnk,
  .tile-type-4 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .tile-type-4 .sfprofileCancelLnk, .tile-type-4 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .tile-type-4 .ruBrowse,
  .tile-type-4 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .tile-type-4 .ruBrowse,
  .tile-type-4 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .tile-type-4 .ruBrowse,
  .tile-type-4 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .tile-type-4 .ruBrowse, .tile-type-4 .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .tile-type-4 .ruBrowse, .tile-type-4 .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .tile-type-4 .buttonAlt {
    display: block;
    margin: 0 5px;
    min-width: initial; }
  .tile-type-4 .imgWrap {
    height: 117px;
    line-height: 114px; }

.tile-type-5, .CR02_GetInvolvedCarousel .slides li {
  margin-bottom: 35px; }
  .tile-type-5 .wsbtn, .CR02_GetInvolvedCarousel .slides li .wsbtn, .tile-type-5 .buttonLarge, .CR02_GetInvolvedCarousel .slides li .buttonLarge, .tile-type-5 .btn, .CR02_GetInvolvedCarousel .slides li .btn, .tile-type-5 .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .tile-type-5 .sfEditBtn, .CR02_GetInvolvedCarousel .slides li .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .slides li .sfEditBtn, .tile-type-5 .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .tile-type-5 .sfSubmitBtn, .CR02_GetInvolvedCarousel .slides li .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .slides li .sfSubmitBtn, .tile-type-5 .button, .CR02_GetInvolvedCarousel .slides li .button, .tile-type-5 .sfFormSubmit input[type="submit"], .sfFormSubmit .tile-type-5 input[type="submit"], .CR02_GetInvolvedCarousel .slides li .sfFormSubmit input[type="submit"], .sfFormSubmit .CR02_GetInvolvedCarousel .slides li input[type="submit"], .tile-type-5 .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .tile-type-5 .read-more, .CR02_GetInvolvedCarousel .slides li .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .slides li .read-more, .tile-type-5 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .tile-type-5 .sfcommentsSubmitBtn, .CR02_GetInvolvedCarousel .slides li .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .slides li .sfcommentsSubmitBtn, .tile-type-5 .cr50-latestNews .buttonAlt, .cr50-latestNews .tile-type-5 .buttonAlt, .CR02_GetInvolvedCarousel .slides li .cr50-latestNews .buttonAlt, .cr50-latestNews .CR02_GetInvolvedCarousel .slides li .buttonAlt, .tile-type-5 .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .tile-type-5 .underline_linkText > a, .CR02_GetInvolvedCarousel .slides li .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .CR02_GetInvolvedCarousel .slides li .underline_linkText > a, .tile-type-5 .cr55-profile-short .js_Close, .cr55-profile-short .tile-type-5 .js_Close, .CR02_GetInvolvedCarousel .slides li .cr55-profile-short .js_Close, .cr55-profile-short .CR02_GetInvolvedCarousel .slides li .js_Close, .tile-type-5 .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .tile-type-5 input[type="submit"], .CR02_GetInvolvedCarousel .slides li .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel .slides li input[type="submit"], .tile-type-5 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .tile-type-5 input[type="submit"], .CR02_GetInvolvedCarousel .slides li .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .slides li input[type="submit"], .tile-type-5 .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .tile-type-5 a, .CR02_GetInvolvedCarousel .slides li .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel .slides li a, .tile-type-5 .js-cr13-normal .accordion__item > a, .js-cr13-normal .tile-type-5 .accordion__item > a, .CR02_GetInvolvedCarousel .slides li .js-cr13-normal .accordion__item > a, .js-cr13-normal .CR02_GetInvolvedCarousel .slides li .accordion__item > a, .tile-type-5 .m-searchBanner .search__submit, .m-searchBanner .tile-type-5 .search__submit, .CR02_GetInvolvedCarousel .slides li .m-searchBanner .search__submit, .m-searchBanner .CR02_GetInvolvedCarousel .slides li .search__submit, .tile-type-5 .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .tile-type-5 a, .CR02_GetInvolvedCarousel .slides li .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel .slides li a, .tile-type-5 .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .tile-type-5 a, .CR02_GetInvolvedCarousel .slides li .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel .slides li a, .tile-type-5 .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .tile-type-5 #a1, .CR02_GetInvolvedCarousel .slides li .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .CR02_GetInvolvedCarousel .slides li #a1, .tile-type-5 .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .tile-type-5 input[type="submit"], .CR02_GetInvolvedCarousel .slides li .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel .slides li input[type="submit"], .tile-type-5 .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .tile-type-5 a, .CR02_GetInvolvedCarousel .slides li .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel .slides li a, .tile-type-5 .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .tile-type-5 input[type="submit"], .CR02_GetInvolvedCarousel .slides li .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel .slides li input[type="submit"], .tile-type-5 .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .tile-type-5 .js_accordianExpondo, .CR02_GetInvolvedCarousel .slides li .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .slides li .js_accordianExpondo, .tile-type-5 .cr39-infoResources li .linkText, .cr39-infoResources li .tile-type-5 .linkText, .CR02_GetInvolvedCarousel .slides .cr39-infoResources li .linkText, .cr39-infoResources .CR02_GetInvolvedCarousel .slides li .linkText, .tile-type-5 .cr38 li > a .linkText, .cr38 li > a .tile-type-5 .linkText, .CR02_GetInvolvedCarousel .slides .cr38 li > a .linkText, .cr38 .CR02_GetInvolvedCarousel .slides li > a .linkText, .tile-type-5 .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .tile-type-5 .button__pink--large, .CR02_GetInvolvedCarousel .slides li .button__pink--large, .tile-type-5 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .tile-type-5 .sfSubmitBtn, .CR02_GetInvolvedCarousel .slides li .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .slides li .sfSubmitBtn,
  .tile-type-5 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .tile-type-5 .sfSubmitBtn,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .slides li .sfSubmitBtn,
  .tile-type-5 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .tile-type-5 .sfSubmitBtn,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .slides li .sfSubmitBtn,
  .tile-type-5 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .tile-type-5 .sfSubmitBtn,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .slides li .sfSubmitBtn, .tile-type-5 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .tile-type-5 .sfprofileSaveLnk, .CR02_GetInvolvedCarousel .slides li .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .slides li .sfprofileSaveLnk,
  .tile-type-5 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .tile-type-5 .sfprofileSaveLnk,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .slides li .sfprofileSaveLnk,
  .tile-type-5 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .tile-type-5 .sfprofileSaveLnk,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .slides li .sfprofileSaveLnk,
  .tile-type-5 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .tile-type-5 .sfprofileSaveLnk,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .slides li .sfprofileSaveLnk, .tile-type-5 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .tile-type-5 .sfprofileCancelLnk, .CR02_GetInvolvedCarousel .slides li .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .slides li .sfprofileCancelLnk,
  .tile-type-5 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .tile-type-5 .sfprofileCancelLnk,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .slides li .sfprofileCancelLnk,
  .tile-type-5 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .tile-type-5 .sfprofileCancelLnk,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .slides li .sfprofileCancelLnk,
  .tile-type-5 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .tile-type-5 .sfprofileCancelLnk,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .slides li .sfprofileCancelLnk, .tile-type-5 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .tile-type-5 .ruBrowse, .CR02_GetInvolvedCarousel .slides li .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .slides li .ruBrowse,
  .tile-type-5 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .tile-type-5 .ruBrowse,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .slides li .ruBrowse,
  .tile-type-5 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .tile-type-5 .ruBrowse,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .slides li .ruBrowse,
  .tile-type-5 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .tile-type-5 .ruBrowse,
  .CR02_GetInvolvedCarousel .slides li .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .slides li .ruBrowse, .tile-type-5 .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .tile-type-5 .ruBrowse, .CR02_GetInvolvedCarousel .slides li .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .slides li .ruBrowse, .tile-type-5 .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .tile-type-5 .buttonAlt, .CR02_GetInvolvedCarousel .slides li .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .slides li .buttonAlt {
    display: block;
    min-width: initial; }
  .tile-type-5 .tile-content, .CR02_GetInvolvedCarousel .slides li .tile-content {
    padding: 17px 15px 23px;
    text-align: center;
    border: 1px solid #797979; }
    .tile-type-5 .tile-content p, .CR02_GetInvolvedCarousel .slides li .tile-content p {
      margin-bottom: 24px; }
  .tile-type-5 .imgWrap, .CR02_GetInvolvedCarousel .slides li .imgWrap {
    height: 117px;
    line-height: 114px; }

.cr201:before, .cr201:after {
  content: " ";
  display: table; }
.cr201:after {
  clear: both; }
.cr201 .circle {
  float: left !important;
  display: table;
  border-radius: 90px;
  text-align: center;
  height: 180px;
  width: 180px;
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 30px; }
  .cr201 .circle .circle-body {
    display: table-cell;
    vertical-align: middle; }
    .cr201 .circle .circle-body .heading {
      font-family: "FFDINWebBold";
      font-size: 24px;
      line-height: 1em; }
    .cr201 .circle .circle-body .description {
      font-family: "FFDINWebBold";
      font-size: 12px;
      line-height: 1em; }

.cr202:before, .cr202:after {
  content: " ";
  display: table; }
.cr202:after {
  clear: both; }
.cr202 .circle {
  float: left !important;
  display: table;
  border-radius: 90px;
  text-align: center;
  height: 180px;
  width: 180px;
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 30px; }
  .cr202 .circle .circle-body {
    display: table-cell;
    vertical-align: middle; }
    .cr202 .circle .circle-body .heading {
      font-family: "FFDINWebBold";
      font-size: 30px;
      line-height: 1em;
      text-transform: lowercase; }
    .cr202 .circle .circle-body .description {
      font-family: "FFDINWebBold";
      font-size: 12px;
      line-height: 1em; }

.cr203:before, .cr203:after {
  content: " ";
  display: table; }
.cr203:after {
  clear: both; }
.cr203 .circle {
  float: left !important;
  display: table;
  border-radius: 90px;
  text-align: center;
  height: 180px;
  width: 180px;
  margin-right: 20px;
  margin-bottom: 30px;
  padding: 30px; }
  .cr203 .circle .circle-body {
    display: table-cell;
    vertical-align: middle; }
    .cr203 .circle .circle-body .heading {
      font-family: "FFDINWebBold";
      font-size: 30px;
      line-height: 1em;
      text-transform: lowercase; }
    .cr203 .circle .circle-body .description {
      font-family: "FFDINWebBold";
      font-size: 12px;
      line-height: 1em; }

.cr70-storiesList {
  border-top: 1px solid #666666;
  display: block !important; }
  .cr70-storiesList li {
    border-bottom: 1px solid #666666; }
    .cr70-storiesList li .media {
      padding: 25px 0; }
      .cr70-storiesList li .media:before, .cr70-storiesList li .media:after {
        content: " ";
        display: table; }
      .cr70-storiesList li .media:after {
        clear: both; }
      .cr70-storiesList li .media .media-left {
        width: 25%;
        float: left; }
        @media screen and (max-width: 767px) {
          .cr70-storiesList li .media .media-left {
            width: 100%;
            display: block; } }
        .cr70-storiesList li .media .media-left .title {
          font-family: "FFDINWebBold";
          font-weight: 400;
          font-size: 22px;
          line-height: 1em;
          color: #009BC9; }
        .cr70-storiesList li .media .media-left .age {
          font-family: "FFDINWeb";
          font-weight: 400;
          font-size: 18px;
          line-height: 1em;
          color: #333;
          margin-bottom: 1em; }
      .cr70-storiesList li .media .media-body {
        width: 75%;
        float: left; }
        @media screen and (max-width: 767px) {
          .cr70-storiesList li .media .media-body {
            width: 100%;
            display: block; } }
        .cr70-storiesList li .media .media-body blockquote {
          border-left-width: 0;
          margin: 0;
          padding: 0;
          font-family: "FFDINWeb";
          font-weight: 400;
          font-size: 24px;
          color: #333333;
          margin-bottom: 1em; }
          .cr70-storiesList li .media .media-body blockquote:before, .cr70-storiesList li .media .media-body blockquote:after {
            font-family: "FFDINWebBold";
            font-weight: 400;
            line-height: 1em;
            color: #009BC9;
            vertical-align: top; }
          .cr70-storiesList li .media .media-body blockquote:before {
            content: '\201C'; }
          .cr70-storiesList li .media .media-body blockquote:after {
            content: '\201D'; }
        .cr70-storiesList li .media .media-body .read-more {
          font-family: "FFDINWeb";
          font-weight: 400;
          font-size: 16px;
          line-height: 1em;
          color: #E0004D; }
          .cr70-storiesList li .media .media-body .read-more:after {
            content: '>';
            padding-left: 0.25em; }

.cr70a-storiesFilter .heading {
  background-color: #025C76;
  color: #FFFFFF;
  font-family: "FFDINWebBold", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  text-align: left;
  margin: 0;
  padding: 20px 30px; }
.cr70a-storiesFilter ul {
  background-color: #E4E4E4;
  padding: 0 30px; }
  .cr70a-storiesFilter ul li {
    border-bottom: 1px dashed #666666;
    color: #333333;
    font-family: "FFDINWeb", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-align: left; }
    .cr70a-storiesFilter ul li:last-child {
      border-bottom-width: 0; }
    .cr70a-storiesFilter ul li a {
      color: inherit;
      display: block;
      padding: 20px 10px; }

.cr13-landingSummary .tile .tile-header img {
  width: 100%;
  height: auto; }
.cr13-landingSummary .tile .tile-header .wsbtn, .cr13-landingSummary .tile .tile-header .buttonLarge, .cr13-landingSummary .tile .tile-header .btn, .cr13-landingSummary .tile .tile-header .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr13-landingSummary .tile .tile-header .sfEditBtn, .cr13-landingSummary .tile .tile-header .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .cr13-landingSummary .tile .tile-header .sfSubmitBtn, .cr13-landingSummary .tile .tile-header .button, .cr13-landingSummary .tile .tile-header .sfFormSubmit input[type="submit"], .sfFormSubmit .cr13-landingSummary .tile .tile-header input[type="submit"], .cr13-landingSummary .tile .tile-header .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .cr13-landingSummary .tile .tile-header .read-more, .cr13-landingSummary .tile .tile-header .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .cr13-landingSummary .tile .tile-header .sfcommentsSubmitBtn, .cr13-landingSummary .tile .tile-header .cr50-latestNews .buttonAlt, .cr50-latestNews .cr13-landingSummary .tile .tile-header .buttonAlt, .cr13-landingSummary .tile .tile-header .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .cr13-landingSummary .tile .tile-header .underline_linkText > a, .cr13-landingSummary .tile .tile-header .cr55-profile-short .js_Close, .cr55-profile-short .cr13-landingSummary .tile .tile-header .js_Close, .cr13-landingSummary .tile .tile-header .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .cr13-landingSummary .tile .tile-header input[type="submit"], .cr13-landingSummary .tile .tile-header .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header input[type="submit"], .cr13-landingSummary .tile .tile-header .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr13-landingSummary .tile .tile-header a, .cr13-landingSummary .tile .tile-header .js-cr13-normal .accordion__item > a, .js-cr13-normal .cr13-landingSummary .tile .tile-header .accordion__item > a, .cr13-landingSummary .tile .tile-header .m-searchBanner .search__submit, .m-searchBanner .cr13-landingSummary .tile .tile-header .search__submit, .cr13-landingSummary .tile .tile-header .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .cr13-landingSummary .tile .tile-header a, .cr13-landingSummary .tile .tile-header .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .cr13-landingSummary .tile .tile-header a, .cr13-landingSummary .tile .tile-header .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .cr13-landingSummary .tile .tile-header #a1, .cr13-landingSummary .tile .tile-header .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .cr13-landingSummary .tile .tile-header input[type="submit"], .cr13-landingSummary .tile .tile-header .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .cr13-landingSummary .tile .tile-header a, .cr13-landingSummary .tile .tile-header .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .cr13-landingSummary .tile .tile-header input[type="submit"], .cr13-landingSummary .tile .tile-header .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .cr13-landingSummary .tile .tile-header .js_accordianExpondo, .cr13-landingSummary .tile .tile-header .cr39-infoResources li .linkText, .cr39-infoResources li .cr13-landingSummary .tile .tile-header .linkText, .cr13-landingSummary .tile .tile-header .cr38 li > a .linkText, .cr38 li > a .cr13-landingSummary .tile .tile-header .linkText, .cr13-landingSummary .tile .tile-header .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .cr13-landingSummary .tile .tile-header .button__pink--large, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn,
.cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn,
.cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn,
.cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .forgotPassword .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk,
.cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk,
.cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk,
.cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .forgotPassword .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk,
.cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk,
.cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk,
.cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .forgotPassword .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse,
.cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
.beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse,
.cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
.beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse,
.cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
.beyondBlue .forgotPassword .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse, .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse, .cr13-landingSummary .tile .tile-header .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr13-landingSummary .tile .tile-header .buttonAlt {
  font-family: "FFDINWebBold", sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 40px;
  padding-right: 146px; }
  .cr13-landingSummary .tile .tile-header .wsbtn:before, .cr13-landingSummary .tile .tile-header .buttonLarge:before, .cr13-landingSummary .tile .tile-header .btn:before, .cr13-landingSummary .tile .tile-header .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn:before, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr13-landingSummary .tile .tile-header .sfEditBtn:before, .cr13-landingSummary .tile .tile-header .sfforumPostReplyContainer .sfSubmitBtn:before, .sfforumPostReplyContainer .cr13-landingSummary .tile .tile-header .sfSubmitBtn:before, .cr13-landingSummary .tile .tile-header .button:before, .cr13-landingSummary .tile .tile-header .sfFormSubmit input[type="submit"]:before, .sfFormSubmit .cr13-landingSummary .tile .tile-header input[type="submit"]:before, .cr13-landingSummary .tile .tile-header .cr52-storiesListRotator > .pull-right .read-more:before, .cr52-storiesListRotator > .pull-right .cr13-landingSummary .tile .tile-header .read-more:before, .cr13-landingSummary .tile .tile-header .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn:before, .cr48-newsItem .sfcommentsForm .cr13-landingSummary .tile .tile-header .sfcommentsSubmitBtn:before, .cr13-landingSummary .tile .tile-header .cr50-latestNews .buttonAlt:before, .cr50-latestNews .cr13-landingSummary .tile .tile-header .buttonAlt:before, .cr13-landingSummary .tile .tile-header .cr01-activitiesList .underline_linkText > a:before, .cr01-activitiesList .cr13-landingSummary .tile .tile-header .underline_linkText > a:before, .cr13-landingSummary .tile .tile-header .cr55-profile-short .js_Close:before, .cr55-profile-short .cr13-landingSummary .tile .tile-header .js_Close:before, .cr13-landingSummary .tile .tile-header .cr85-mahpRegistrationForm input[type="submit"]:before, .cr85-mahpRegistrationForm .cr13-landingSummary .tile .tile-header input[type="submit"]:before, .cr13-landingSummary .tile .tile-header .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"]:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header input[type="submit"]:before, .cr13-landingSummary .tile .tile-header .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a:before, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr13-landingSummary .tile .tile-header a:before, .cr13-landingSummary .tile .tile-header .js-cr13-normal .accordion__item > a:before, .js-cr13-normal .cr13-landingSummary .tile .tile-header .accordion__item > a:before, .cr13-landingSummary .tile .tile-header .m-searchBanner .search__submit:before, .m-searchBanner .cr13-landingSummary .tile .tile-header .search__submit:before, .cr13-landingSummary .tile .tile-header .bannerWithAside .socialConnect .twerter a:before, .bannerWithAside .socialConnect .twerter .cr13-landingSummary .tile .tile-header a:before, .cr13-landingSummary .tile .tile-header .bannerWithAside .socialConnect .ferceberk a:before, .bannerWithAside .socialConnect .ferceberk .cr13-landingSummary .tile .tile-header a:before, .cr13-landingSummary .tile .tile-header .cr20-eventList .tabNav #a1:before, .cr20-eventList .tabNav .cr13-landingSummary .tile .tile-header #a1:before, .cr13-landingSummary .tile .tile-header .cr11-collectionSearch .RadButton input[type="submit"]:before, .cr11-collectionSearch .RadButton .cr13-landingSummary .tile .tile-header input[type="submit"]:before, .cr13-landingSummary .tile .tile-header .lightbox.update-dob .buttonContainer a:before, .lightbox.update-dob .buttonContainer .cr13-landingSummary .tile .tile-header a:before, .cr13-landingSummary .tile .tile-header .depressionChecklist .buttonWrap input[type="submit"]:before, .depressionChecklist .buttonWrap .cr13-landingSummary .tile .tile-header input[type="submit"]:before, .cr13-landingSummary .tile .tile-header .cr65-searchSelector .accordian .js_accordianExpondo:before, .cr65-searchSelector .accordian .cr13-landingSummary .tile .tile-header .js_accordianExpondo:before, .cr13-landingSummary .tile .tile-header .cr39-infoResources li .linkText:before, .cr39-infoResources li .cr13-landingSummary .tile .tile-header .linkText:before, .cr13-landingSummary .tile .tile-header .cr38 li > a .linkText:before, .cr38 li > a .cr13-landingSummary .tile .tile-header .linkText:before, .cr13-landingSummary .tile .tile-header .CR02_GetInvolvedCarousel .button__pink--large:before, .CR02_GetInvolvedCarousel .cr13-landingSummary .tile .tile-header .button__pink--large:before, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:before,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:before,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:before,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn:before, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:before,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:before,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk:before,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk:before, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:before,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:before,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk:before,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk:before, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:before,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:before,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse:before,
  .cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .ruFileWrap .ruBrowse:before,
  .beyondBlue .forgotPassword .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse:before, .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse:before, .beyondBlue .sfprofileAvatar .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse:before, .cr13-landingSummary .tile .tile-header .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr13-landingSummary .tile .tile-header .buttonAlt:before {
    width: 106px; }
  .cr13-landingSummary .tile .tile-header .wsbtn:after, .cr13-landingSummary .tile .tile-header .buttonLarge:after, .cr13-landingSummary .tile .tile-header .btn:after, .cr13-landingSummary .tile .tile-header .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn:after, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr13-landingSummary .tile .tile-header .sfEditBtn:after, .cr13-landingSummary .tile .tile-header .sfforumPostReplyContainer .sfSubmitBtn:after, .sfforumPostReplyContainer .cr13-landingSummary .tile .tile-header .sfSubmitBtn:after, .cr13-landingSummary .tile .tile-header .button:after, .cr13-landingSummary .tile .tile-header .sfFormSubmit input[type="submit"]:after, .sfFormSubmit .cr13-landingSummary .tile .tile-header input[type="submit"]:after, .cr13-landingSummary .tile .tile-header .cr52-storiesListRotator > .pull-right .read-more:after, .cr52-storiesListRotator > .pull-right .cr13-landingSummary .tile .tile-header .read-more:after, .cr13-landingSummary .tile .tile-header .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn:after, .cr48-newsItem .sfcommentsForm .cr13-landingSummary .tile .tile-header .sfcommentsSubmitBtn:after, .cr13-landingSummary .tile .tile-header .cr50-latestNews .buttonAlt:after, .cr50-latestNews .cr13-landingSummary .tile .tile-header .buttonAlt:after, .cr13-landingSummary .tile .tile-header .cr01-activitiesList .underline_linkText > a:after, .cr01-activitiesList .cr13-landingSummary .tile .tile-header .underline_linkText > a:after, .cr13-landingSummary .tile .tile-header .cr55-profile-short .js_Close:after, .cr55-profile-short .cr13-landingSummary .tile .tile-header .js_Close:after, .cr13-landingSummary .tile .tile-header .cr85-mahpRegistrationForm input[type="submit"]:after, .cr85-mahpRegistrationForm .cr13-landingSummary .tile .tile-header input[type="submit"]:after, .cr13-landingSummary .tile .tile-header .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"]:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header input[type="submit"]:after, .cr13-landingSummary .tile .tile-header .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a:after, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr13-landingSummary .tile .tile-header a:after, .cr13-landingSummary .tile .tile-header .js-cr13-normal .accordion__item > a:after, .js-cr13-normal .cr13-landingSummary .tile .tile-header .accordion__item > a:after, .cr13-landingSummary .tile .tile-header .m-searchBanner .search__submit:after, .m-searchBanner .cr13-landingSummary .tile .tile-header .search__submit:after, .cr13-landingSummary .tile .tile-header .bannerWithAside .socialConnect .twerter a:after, .bannerWithAside .socialConnect .twerter .cr13-landingSummary .tile .tile-header a:after, .cr13-landingSummary .tile .tile-header .bannerWithAside .socialConnect .ferceberk a:after, .bannerWithAside .socialConnect .ferceberk .cr13-landingSummary .tile .tile-header a:after, .cr13-landingSummary .tile .tile-header .cr20-eventList .tabNav #a1:after, .cr20-eventList .tabNav .cr13-landingSummary .tile .tile-header #a1:after, .cr13-landingSummary .tile .tile-header .cr11-collectionSearch .RadButton input[type="submit"]:after, .cr11-collectionSearch .RadButton .cr13-landingSummary .tile .tile-header input[type="submit"]:after, .cr13-landingSummary .tile .tile-header .lightbox.update-dob .buttonContainer a:after, .lightbox.update-dob .buttonContainer .cr13-landingSummary .tile .tile-header a:after, .cr13-landingSummary .tile .tile-header .depressionChecklist .buttonWrap input[type="submit"]:after, .depressionChecklist .buttonWrap .cr13-landingSummary .tile .tile-header input[type="submit"]:after, .cr13-landingSummary .tile .tile-header .cr65-searchSelector .accordian .js_accordianExpondo:after, .cr65-searchSelector .accordian .cr13-landingSummary .tile .tile-header .js_accordianExpondo:after, .cr13-landingSummary .tile .tile-header .cr39-infoResources li .linkText:after, .cr39-infoResources li .cr13-landingSummary .tile .tile-header .linkText:after, .cr13-landingSummary .tile .tile-header .cr38 li > a .linkText:after, .cr38 li > a .cr13-landingSummary .tile .tile-header .linkText:after, .cr13-landingSummary .tile .tile-header .CR02_GetInvolvedCarousel .button__pink--large:after, .CR02_GetInvolvedCarousel .cr13-landingSummary .tile .tile-header .button__pink--large:after, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:after,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:after,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:after,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr13-landingSummary .tile .tile-header .sfSubmitBtn:after, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:after,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:after,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk:after,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileSaveLnk:after, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:after,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:after,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk:after,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr13-landingSummary .tile .tile-header .sfprofileCancelLnk:after, .cr13-landingSummary .tile .tile-header .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:after,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:after,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse:after,
  .cr13-landingSummary .tile .tile-header .beyondBlue .forgotPassword .ruFileWrap .ruBrowse:after,
  .beyondBlue .forgotPassword .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse:after, .cr13-landingSummary .tile .tile-header .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse:after, .beyondBlue .sfprofileAvatar .ruFileWrap .cr13-landingSummary .tile .tile-header .ruBrowse:after, .cr13-landingSummary .tile .tile-header .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr13-landingSummary .tile .tile-header .buttonAlt:after {
    right: 46px; }
.cr13-landingSummary .tile .tile-body p {
  color: #333;
  font-family: "FFDINWeb", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1em; }

.cr05-askQuestionList .bottomSeparatedList {
  margin-bottom: 15px; }
.cr05-askQuestionList .questionItem {
  border-bottom: 1px solid #666666; }
  .cr05-askQuestionList .questionItem .media {
    padding: 25px 0; }
    .cr05-askQuestionList .questionItem .media .media-header .title {
      font-family: "FFDINWebBold";
      font-weight: 400;
      font-size: 22px;
      line-height: 1em;
      color: #009BC9; }
    .cr05-askQuestionList .questionItem .media .media-header .meta {
      font-family: "FFDINWeb";
      font-weight: 400;
      font-size: 18px;
      line-height: 1em;
      color: #333;
      margin-bottom: 1em; }
    .cr05-askQuestionList .questionItem .media .media-body .summary {
      margin-bottom: 1em;
      line-height: 18px; }
    .cr05-askQuestionList .questionItem .media .media-body .readMore {
      font-family: "FFDINWeb";
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5em;
      color: #E0004D;
      text-decoration: none; }
      .cr05-askQuestionList .questionItem .media .media-body .readMore:after {
        content: '>';
        padding-left: 0.25em; }
      .cr05-askQuestionList .questionItem .media .media-body .readMore:hover, .cr05-askQuestionList .questionItem .media .media-body .readMore:focus {
        text-decoration: underline;
        color: #009BC9; }
    .cr05-askQuestionList .questionItem .media .media-body .helpful {
      font-family: "FFDINWebBold";
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5em;
      color: #009DD9; }
.cr05-askQuestionList .questionItem .media .media-body .summary {
  line-height: 26px; }

.cr52-storiesListRotator {
  border-top: 1px solid #666666;
  padding: 40px 0; }
  .cr52-storiesListRotator:before, .cr52-storiesListRotator:after {
    content: " ";
    display: table; }
  .cr52-storiesListRotator:after {
    clear: both; }
  .cr52-storiesListRotator h2 {
    text-align: center; }
  .cr52-storiesListRotator .media .media-header .meta {
    border-bottom: 8px solid #009BC9;
    color: #333;
    font-family: "FFDINWebBold";
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0.5em; }
    .cr52-storiesListRotator .media .media-header .meta .title {
      display: block;
      float: left; }
      .cr52-storiesListRotator .media .media-header .meta .title:before {
        content: '-'; }
    .cr52-storiesListRotator .media .media-header .meta .age-state {
      display: block;
      float: left; }
  .cr52-storiesListRotator .media .media-header .read-more {
    font-family: "FFDINWeb";
    font-weight: 400;
    font-size: 16px;
    line-height: 1em;
    color: #E0004D;
    text-decoration: none; }
    .cr52-storiesListRotator .media .media-header .read-more:after {
      content: '>';
      padding-left: 0.25em; }
    .cr52-storiesListRotator .media .media-header .read-more:hover, .cr52-storiesListRotator .media .media-header .read-more:focus {
      text-decoration: underline;
      color: #009BC9; }
  .cr52-storiesListRotator .media .media-body {
    text-decoration: none;
    display: block; }
    .cr52-storiesListRotator .media .media-body blockquote {
      border-left-width: 0;
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      color: #333333;
      font-family: "FFDINWebItalic", sans-serif;
      margin-bottom: 20px; }
      .cr52-storiesListRotator .media .media-body blockquote:before, .cr52-storiesListRotator .media .media-body blockquote:after {
        color: #009BC9;
        font-size: 1.5em;
        line-height: 1em;
        text-decoration: none !important;
        font-family: arial, sans-serif;
        position: relative; }
      .cr52-storiesListRotator .media .media-body blockquote:before {
        margin-right: -2px; }
      .cr52-storiesListRotator .media .media-body blockquote:after {
        margin-left: -2px;
        color: #009BC9;
        vertical-align: top; }
      .cr52-storiesListRotator .media .media-body blockquote:before {
        content: '\201C'; }
      .cr52-storiesListRotator .media .media-body blockquote:after {
        content: '\201D'; }
  .cr52-storiesListRotator .read-more {
    font-family: "FFDINWeb";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    color: #E0004D;
    text-decoration: none; }
    .cr52-storiesListRotator .read-more:after {
      content: '>';
      padding-left: 0.25em; }
    .cr52-storiesListRotator .read-more:hover, .cr52-storiesListRotator .read-more:focus {
      text-decoration: underline; }
  .cr52-storiesListRotator .media .media-body blockquote {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px; }
  .cr52-storiesListRotator .media .media-body blockquote:before,
  .cr52-storiesListRotator .media .media-body blockquote:after {
    line-height: 24px; }

.cr31-forumThreadList {
  border-top: 1px solid #666666;
  padding: 40px 0;
  margin-bottom: 30px; }
  .cr31-forumThreadList.cr31-noborder {
    border-top: 0; }
  .cr31-forumThreadList:before, .cr31-forumThreadList:after {
    content: " ";
    display: table; }
  .cr31-forumThreadList:after {
    clear: both; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .cr31-forumThreadList {
    border: none;
    padding-top: 0; }
  .cr31-forumThreadList h2 {
    font-size: 30px;
    line-height: 34px;
    color: #009BC9;
    font-family: "FFDINWebBold",sans-serif;
    margin: 0px 0px 40px;
    text-align: center; }
  .cr31-forumThreadList article {
    border: 1px solid #c9c9c9;
    width: 100%;
    margin-bottom: 30px; }
    .cr31-forumThreadList article .wrapper {
      border-bottom: 8px solid #009bc9;
      width: 100%; }
    .cr31-forumThreadList article .meta {
      color: #666;
      font-size: 12px;
      font-style: italic;
      font-weight: 400;
      line-height: 15px;
      text-align: right;
      padding: 0.25em 15px; }
    .cr31-forumThreadList article .media {
      padding-left: 15px;
      padding-right: 15px; }
      .cr31-forumThreadList article .media:before, .cr31-forumThreadList article .media:after {
        content: " ";
        display: table; }
      .cr31-forumThreadList article .media:after {
        clear: both; }
      .cr31-forumThreadList article .media .media-left {
        float: left;
        width: 86px;
        margin-right: 30px; }
        .cr31-forumThreadList article .media .media-left img {
          height: 86px;
          width: 86px;
          display: block; }
      .cr31-forumThreadList article .media .media-body {
        background-color: #E2EBFA;
        margin-left: 116px;
        padding: 10px 15px;
        position: relative; }
        .cr31-forumThreadList article .media .media-body:after {
          right: 100%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(226, 235, 250, 0);
          border-right-color: #E2EBFA;
          border-width: 12px;
          margin-top: -12px; }
        .cr31-forumThreadList article .media .media-body h3 {
          margin: 0;
          padding: 0;
          color: #009BC9;
          font-family: "FFDINWebBoldItalic";
          font-size: 18px;
          font-weight: 400;
          line-height: 1em;
          min-height: 66px; }
          .cr31-forumThreadList article .media .media-body h3:before, .cr31-forumThreadList article .media .media-body h3:after {
            font-family: arial, sans-serif;
            font-weight: 400;
            line-height: 1em;
            color: #009BC9;
            vertical-align: top; }
          .cr31-forumThreadList article .media .media-body h3:before {
            content: '\201C'; }
          .cr31-forumThreadList article .media .media-body h3:after {
            content: '\201D'; }
    .cr31-forumThreadList article .read-more {
      display: block;
      font-family: "FFDINWeb";
      font-weight: 400;
      font-size: 16px;
      line-height: 1em;
      color: #E0004D;
      text-decoration: none;
      text-align: right;
      padding: 0.25em 15px; }
      .cr31-forumThreadList article .read-more:after {
        content: '>';
        padding-left: 0.25em; }
      .cr31-forumThreadList article .read-more:hover, .cr31-forumThreadList article .read-more:focus {
        text-decoration: underline;
        color: #009BC9; }
  .cr31-forumThreadList .row, .cr31-forumThreadList .cr02-ambassadorsList,
  .cr31-forumThreadList .row > [class*="col"],
  .cr31-forumThreadList .cr02-ambassadorsList > [class*="col"],
  .cr31-forumThreadList .row > [class*="col"] > article,
  .cr31-forumThreadList .cr02-ambassadorsList > [class*="col"] > article {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  #body .cr31-forumThreadList .col-sm-6, #body .cr31-forumThreadList .cr02-ambassadorsList article, .cr02-ambassadorsList #body .cr31-forumThreadList article {
    width: 49.9% !important; }
  #body .cr31-forumThreadList .col-md-4, #body .cr31-forumThreadList .cr02-ambassadorsList article, .cr02-ambassadorsList #body .cr31-forumThreadList article {
    width: 33.3% !important; }

.cr61-facetSearch .customSearchWrap {
  background-color: #009BC9;
  padding: 20px;
  margin-bottom: 15px; }
  .cr61-facetSearch .customSearchWrap label {
    font-family: "FFDINWebBold";
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    padding: 8px 0;
    margin: 0;
    margin-right: 20px;
    float: left; }
  .cr61-facetSearch .customSearchWrap input[type='text'] {
    padding: 5px 10px;
    font-size: 16px;
    line-height: initial;
    color: #333;
    width: 100%; }
  .cr61-facetSearch .customSearchWrap .rbSkinnedButton {
    background: transparent none;
    padding-left: 0;
    height: auto; }
  .cr61-facetSearch .customSearchWrap input[type='submit'] {
    background: #E0004D none;
    color: #FFF !important;
    font-family: "FFDINWebBold",sans-serif;
    display: inline-block;
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1em;
    border: 0px none;
    text-align: center;
    padding: 10px 20px 10px 20px;
    height: auto; }
.cr61-facetSearch .facet {
  margin-bottom: 15px; }
.cr61-facetSearch h3 {
  font-family: "FFDINWebBold";
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  margin: 0.5em 0; }
.cr61-facetSearch .resourceCategories li {
  margin: 0.5em 0; }
.cr61-facetSearch .resourceCategories label {
  font-family: "FFDINWeb";
  font-weight: normal;
  font-size: 16px;
  line-height: 18px; }
.cr61-facetSearch .input-group-btn img {
  display: none; }

#AjaxUpdatePanel {
  position: relative; }
  #AjaxUpdatePanel .loading:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: black;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10; }
  #AjaxUpdatePanel .loading img {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.cr62-resourcesResults .meta {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px; }
.cr62-resourcesResults ol li {
  border-bottom: 1px solid #666;
  padding-bottom: 32px;
  margin-bottom: 29px; }
  .cr62-resourcesResults ol li h4 .fileTitle-icons {
    color: #E0004D;
    margin-bottom: 0.5em; }
  .cr62-resourcesResults ol li h4 .fileIcons a {
                        /*color: inherit;
                        text-decoration: none;

                        &:hover, &:focus {
                            color: #BC2279;
                        }*/ }
  .cr62-resourcesResults ol li h4 a {
    font-family: "FFDINWebBold";
    font-size: 18px;
    line-height: 20px;
    color: #E0004D;
    text-decoration: none;
    overflow: hidden;
    margin-bottom: 0.5em; }
    .cr62-resourcesResults ol li h4 a:hover, .cr62-resourcesResults ol li h4 a:focus {
      color: #009BC9;
      text-decoration: underline; }
  .cr62-resourcesResults ol li .summary {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    clear: both; }
.cr62-resourcesResults .pdf, .cr62-resourcesResults .zip, .cr62-resourcesResults .rar {
  position: relative;
  padding-left: 25px; }
.cr62-resourcesResults .fileIcons a:before {
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }
.cr62-resourcesResults .pdf:before {
  content: "\f1c1"; }
.cr62-resourcesResults .zip:before, .cr62-resourcesResults .rar:before {
  content: "\f1c6"; }
.cr62-resourcesResults .doc:before, .cr62-resourcesResults .docx:before {
  content: "\f1c2"; }
.cr62-resourcesResults .jpg:before, .cr62-resourcesResults .jpeg:before, .cr62-resourcesResults .png:before, .cr62-resourcesResults .gif:before {
  content: "\f1c5"; }
.cr62-resourcesResults h4 .fileTitle-icons {
  float: left;
  margin-right: 10px; }
.cr62-resourcesResults h4 .fileIcons {
  overflow: hidden; }

.cr19-eventHeadlines .h2 {
  font-size: 30px;
  line-height: 34px;
  color: #009BC9;
  font-family: "FFDINWebBold";
  margin: 0px 0px 24px 0; }
.cr19-eventHeadlines li {
  border-bottom: 1px solid #666666;
  color: #333333;
  font-family: "FFDINWeb";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 0; }
  .cr19-eventHeadlines li:first-child {
    padding-top: 0; }
  .cr19-eventHeadlines li a {
    color: #009BC9;
    text-decoration: none; }
    .cr19-eventHeadlines li a:hover, .cr19-eventHeadlines li a:focus {
      text-decoration: underline; }

.cr18-eventItem .title {
  font-size: 30px;
  line-height: 34px;
  color: #009BC9;
  font-family: "FFDINWebBold", sans-serif;
  margin: 0px 0px 24px 0; }
.cr18-eventItem .eventDeets {
  margin-bottom: 1em; }
  .cr18-eventItem .eventDeets li {
    border-top: 1px solid #666666;
    font-family: "FFDINWeb", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0; }
    .cr18-eventItem .eventDeets li:first-child {
      border-top-width: 0; }
    .cr18-eventItem .eventDeets li strong {
      font-family: "FFDINWebBold", sans-serif;
      font-weight: 400; }
.cr18-eventItem .itemFooter .taxonomy {
  margin-bottom: 1em; }
  .cr18-eventItem .itemFooter .taxonomy a {
    color: #E0004D; }
    .cr18-eventItem .itemFooter .taxonomy a:hover, .cr18-eventItem .itemFooter .taxonomy a:focus {
      text-decoration: none; }
.cr18-eventItem .itemFooter .sharing {
  margin-top: 1em;
  margin-bottom: 1em; }
  .cr18-eventItem .itemFooter .sharing:before, .cr18-eventItem .itemFooter .sharing:after {
    content: " ";
    display: table; }
  .cr18-eventItem .itemFooter .sharing:after {
    clear: both; }
  .cr18-eventItem .itemFooter .sharing li {
    float: left;
    margin-right: 10px; }
    .cr18-eventItem .itemFooter .sharing li .buttonShare {
      color: #000;
      display: inline-block;
      background: linear-gradient(to bottom, #FDFDFD 0px, #DDD 100%) repeat scroll 0% 0% transparent;
      position: relative;
      margin: 0px;
      padding: 2px 5px 2px 25px;
      font-size: 11px;
      line-height: 16px;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
      border-radius: 4px;
      text-align: center;
      text-decoration: none; }
      .cr18-eventItem .itemFooter .sharing li .buttonShare .sprite-self {
        background-image: url("/App_Themes/standard/images/icons.png");
        display: block;
        position: absolute;
        top: 4px;
        left: 5px; }
      .cr18-eventItem .itemFooter .sharing li .buttonShare.email .sprite-self {
        background-position: -466px -100px;
        width: 17px;
        height: 11px; }
      .cr18-eventItem .itemFooter .sharing li .buttonShare.calendar .sprite-self {
        background-position: -450px -100px;
        width: 12px;
        height: 12px; }
    .cr18-eventItem .itemFooter .sharing li .fb-like {
      color: #000;
      font-size: 11px;
      line-height: 16px;
      display: inline-block; }
    .cr18-eventItem .itemFooter .sharing li .twitter-share-button {
      color: #000;
      font-size: 11px;
      line-height: 16px;
      display: inline-block;
      text-decoration: none; }

.cr40-jobDetail {
  margin-bottom: 30px; }
  .cr40-jobDetail fieldset {
    border: 0;
    padding: 0; }
  .cr40-jobDetail h2 {
    font-family: "FFDINWebBold";
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    color: #009BC9; }
  .cr40-jobDetail .mandatory-field {
    font-family: 'FFDINWeb';
    font-weight: normal;
    color: #333333;
    font-size: 16px;
    line-height: 20px; }
  .cr40-jobDetail .sfTxtLbl {
    font-family: "FFDINWebBold";
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.5em; }
  .cr40-jobDetail .sfTxt {
    font-family: "FFDINWeb";
    font-style: normal;
    font-size: 20px;
    line-height: 1em;
    padding: 5px 0.5em; }
  .cr40-jobDetail input[type="file"] {
    font-family: "FFDINWeb";
    font-style: normal;
    font-size: 16px;
    line-height: 20px; }
  .cr40-jobDetail .sfFormCheckboxlist {
    margin-bottom: 0; }
    .cr40-jobDetail .sfFormCheckboxlist label {
      font-family: "FFDINWeb";
      font-weight: normal;
      font-size: 14px;
      line-height: 20px; }
      .cr40-jobDetail .sfFormCheckboxlist label a {
        color: #009BC9; }
        .cr40-jobDetail .sfFormCheckboxlist label a:hover, .cr40-jobDetail .sfFormCheckboxlist label a:focus {
          text-decoration: none; }
  .cr40-jobDetail .sfFormSubmit input[type="submit"] {
    text-align: center; }

.cr79-jobSummaryList {
  margin-bottom: 30px; }
  .cr79-jobSummaryList h2 {
    font-family: "FFDINWebBold";
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    color: #009BC9;
    margin: 0px 0px 0.5em 0; }
  .cr79-jobSummaryList ul li {
    border-bottom: 1px dashed #333333;
    font-family: "FFDINWeb", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding: 1em 0; }
    .cr79-jobSummaryList ul li a {
      color: #E0004D;
      font-family: "FFDINWebBold", sans-serif;
      text-decoration: none;
      margin-bottom: 1em; }
      .cr79-jobSummaryList ul li a:hover, .cr79-jobSummaryList ul li a:focus {
        text-decoration: underline; }

.cr80-subLinks .wsbtn, .cr80-subLinks .buttonLarge, .cr80-subLinks .btn, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn, .cr80-subLinks .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn, .cr80-subLinks .button, .cr80-subLinks .sfFormSubmit input[type="submit"], .sfFormSubmit .cr80-subLinks input[type="submit"], .cr80-subLinks .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more, .cr80-subLinks .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn, .cr80-subLinks .cr50-latestNews .buttonAlt, .cr50-latestNews .cr80-subLinks .buttonAlt, .cr80-subLinks .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .cr80-subLinks .underline_linkText > a, .cr80-subLinks .cr55-profile-short .js_Close, .cr55-profile-short .cr80-subLinks .js_Close, .cr80-subLinks .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"], .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"], .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a, .cr80-subLinks .js-cr13-normal .accordion__item > a, .js-cr13-normal .cr80-subLinks .accordion__item > a, .cr80-subLinks .m-searchBanner .search__submit, .m-searchBanner .cr80-subLinks .search__submit, .cr80-subLinks .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .cr80-subLinks a, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a, .cr80-subLinks .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .cr80-subLinks #a1, .cr80-subLinks .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"], .cr80-subLinks .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .cr80-subLinks a, .cr80-subLinks .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"], .cr80-subLinks .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo, .cr80-subLinks .cr39-infoResources li .linkText, .cr39-infoResources li .cr80-subLinks .linkText, .cr80-subLinks .cr38 li > a .linkText, .cr38 li > a .cr80-subLinks .linkText, .cr80-subLinks .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .button__pink--large, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn,
.cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn,
.cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn,
.cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
.beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk,
.cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk,
.cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk,
.cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
.beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk,
.cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk,
.cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk,
.cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
.beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse,
.cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
.beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse,
.cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
.beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse,
.cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
.beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt {
  /*@extend .wsbtn-md;*/
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1em; }
  .cr80-subLinks .wsbtn.wsbtn-lg, .cr80-subLinks .wsbtn-lg.buttonLarge, .cr80-subLinks .cr10-callToAction .buttonLarge.button, .cr10-callToAction .cr80-subLinks .buttonLarge.button, .cr80-subLinks .CR02_GetInvolvedCarousel .buttonLarge.button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .buttonLarge.button__pink--large, .cr80-subLinks .wsbtn-lg.btn, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .wsbtn-lg.sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .wsbtn-lg.sfEditBtn, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .sfEditBtn.button, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .cr80-subLinks .sfEditBtn.button, .cr80-subLinks .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button, .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .sfEditBtn.button__pink--large, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .cr80-subLinks .sfEditBtn.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button__pink--large, .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button__pink--large, .cr80-subLinks .sfforumPostReplyContainer .wsbtn-lg.sfSubmitBtn, .sfforumPostReplyContainer .cr80-subLinks .wsbtn-lg.sfSubmitBtn, .cr80-subLinks .sfforumPostReplyContainer .cr10-callToAction .sfSubmitBtn.button, .sfforumPostReplyContainer .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfSubmitBtn.button, .cr10-callToAction .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button, .cr80-subLinks .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large, .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfSubmitBtn.button__pink--large, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button__pink--large, .cr80-subLinks .cr10-callToAction .btn.button, .cr10-callToAction .cr80-subLinks .btn.button, .cr80-subLinks .CR02_GetInvolvedCarousel .btn.button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .btn.button__pink--large, .cr80-subLinks .wsbtn-lg.button, .cr80-subLinks .cr10-callToAction .button, .cr10-callToAction .cr80-subLinks .button, .cr80-subLinks .CR02_GetInvolvedCarousel .button.button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large, .cr80-subLinks .sfFormSubmit input.wsbtn-lg[type="submit"], .sfFormSubmit .cr80-subLinks input.wsbtn-lg[type="submit"], .cr80-subLinks .sfFormSubmit .cr10-callToAction input[type="submit"].button, .sfFormSubmit .cr10-callToAction .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr10-callToAction .sfFormSubmit input[type="submit"].button, .cr10-callToAction .sfFormSubmit .cr80-subLinks input[type="submit"].button, .cr80-subLinks .sfFormSubmit .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .sfFormSubmit .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .sfFormSubmit input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .sfFormSubmit .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .cr52-storiesListRotator > .pull-right .wsbtn-lg.read-more, .cr52-storiesListRotator > .pull-right .cr80-subLinks .wsbtn-lg.read-more, .cr80-subLinks .cr52-storiesListRotator > .pull-right .cr10-callToAction .read-more.button, .cr52-storiesListRotator > .pull-right .cr10-callToAction .cr80-subLinks .read-more.button, .cr80-subLinks .cr10-callToAction .cr52-storiesListRotator > .pull-right .read-more.button, .cr10-callToAction .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button, .cr80-subLinks .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .read-more.button__pink--large, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .cr80-subLinks .read-more.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .read-more.button__pink--large, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button__pink--large, .cr80-subLinks .cr48-newsItem .sfcommentsForm .wsbtn-lg.sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .cr80-subLinks .wsbtn-lg.sfcommentsSubmitBtn, .cr80-subLinks .cr48-newsItem .sfcommentsForm .cr10-callToAction .sfcommentsSubmitBtn.button, .cr48-newsItem .sfcommentsForm .cr10-callToAction .cr80-subLinks .sfcommentsSubmitBtn.button, .cr80-subLinks .cr10-callToAction .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button, .cr10-callToAction .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button, .cr80-subLinks .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .sfcommentsSubmitBtn.button__pink--large, .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button__pink--large, .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large, .cr80-subLinks .cr50-latestNews .wsbtn-lg.buttonAlt, .cr50-latestNews .cr80-subLinks .wsbtn-lg.buttonAlt, .cr80-subLinks .cr50-latestNews .cr10-callToAction .buttonAlt.button, .cr50-latestNews .cr10-callToAction .cr80-subLinks .buttonAlt.button, .cr80-subLinks .cr10-callToAction .cr50-latestNews .buttonAlt.button, .cr10-callToAction .cr50-latestNews .cr80-subLinks .buttonAlt.button, .cr80-subLinks .cr50-latestNews .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large, .cr50-latestNews .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr50-latestNews .buttonAlt.button__pink--large, .CR02_GetInvolvedCarousel .cr50-latestNews .cr80-subLinks .buttonAlt.button__pink--large, .cr80-subLinks .cr01-activitiesList .underline_linkText > a.wsbtn-lg, .cr01-activitiesList .cr80-subLinks .underline_linkText > a.wsbtn-lg, .cr80-subLinks .cr01-activitiesList .cr10-callToAction .underline_linkText > a.button, .cr01-activitiesList .cr10-callToAction .cr80-subLinks .underline_linkText > a.button, .cr80-subLinks .cr10-callToAction .cr01-activitiesList .underline_linkText > a.button, .cr10-callToAction .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button, .cr80-subLinks .cr01-activitiesList .CR02_GetInvolvedCarousel .underline_linkText > a.button__pink--large, .cr01-activitiesList .CR02_GetInvolvedCarousel .cr80-subLinks .underline_linkText > a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr01-activitiesList .underline_linkText > a.button__pink--large, .CR02_GetInvolvedCarousel .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button__pink--large, .cr80-subLinks .cr55-profile-short .wsbtn-lg.js_Close, .cr55-profile-short .cr80-subLinks .wsbtn-lg.js_Close, .cr80-subLinks .cr55-profile-short .cr10-callToAction .js_Close.button, .cr55-profile-short .cr10-callToAction .cr80-subLinks .js_Close.button, .cr80-subLinks .cr10-callToAction .cr55-profile-short .js_Close.button, .cr10-callToAction .cr55-profile-short .cr80-subLinks .js_Close.button, .cr80-subLinks .cr55-profile-short .CR02_GetInvolvedCarousel .js_Close.button__pink--large, .cr55-profile-short .CR02_GetInvolvedCarousel .cr80-subLinks .js_Close.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr55-profile-short .js_Close.button__pink--large, .CR02_GetInvolvedCarousel .cr55-profile-short .cr80-subLinks .js_Close.button__pink--large, .cr80-subLinks .cr85-mahpRegistrationForm input.wsbtn-lg[type="submit"], .cr85-mahpRegistrationForm .cr80-subLinks input.wsbtn-lg[type="submit"], .cr80-subLinks .cr85-mahpRegistrationForm .cr10-callToAction input[type="submit"].button, .cr85-mahpRegistrationForm .cr10-callToAction .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr10-callToAction .cr85-mahpRegistrationForm input[type="submit"].button, .cr10-callToAction .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .cr205-feature-box-1 .wsbtn-lg.button, .cr205-feature-box-1 .cr80-subLinks .wsbtn-lg.button, .cr80-subLinks .cr205-feature-box-1 .cr10-callToAction .button, .cr205-feature-box-1 .cr10-callToAction .cr80-subLinks .button, .cr80-subLinks .cr10-callToAction .cr205-feature-box-1 .button, .cr10-callToAction .cr205-feature-box-1 .cr80-subLinks .button, .cr80-subLinks .cr205-feature-box-1 .CR02_GetInvolvedCarousel .button.button__pink--large, .cr205-feature-box-1 .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr205-feature-box-1 .button.button__pink--large, .CR02_GetInvolvedCarousel .cr205-feature-box-1 .cr80-subLinks .button.button__pink--large, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp input.wsbtn-lg[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input.wsbtn-lg[type="submit"], .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction input[type="submit"].button, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button, .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.wsbtn-lg, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.wsbtn-lg, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction a.button, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction .cr80-subLinks a.button, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button, .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel a.button__pink--large, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button__pink--large, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button__pink--large, .cr80-subLinks .js-cr13-normal .accordion__item > a.wsbtn-lg, .js-cr13-normal .cr80-subLinks .accordion__item > a.wsbtn-lg, .cr80-subLinks .js-cr13-normal .cr10-callToAction .accordion__item > a.button, .js-cr13-normal .cr10-callToAction .cr80-subLinks .accordion__item > a.button, .cr80-subLinks .cr10-callToAction .js-cr13-normal .accordion__item > a.button, .cr10-callToAction .js-cr13-normal .cr80-subLinks .accordion__item > a.button, .cr80-subLinks .js-cr13-normal .CR02_GetInvolvedCarousel .accordion__item > a.button__pink--large, .js-cr13-normal .CR02_GetInvolvedCarousel .cr80-subLinks .accordion__item > a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .js-cr13-normal .accordion__item > a.button__pink--large, .CR02_GetInvolvedCarousel .js-cr13-normal .cr80-subLinks .accordion__item > a.button__pink--large, .cr80-subLinks .cr33-fullWidthBanner .wsbtn-lg.button, .cr33-fullWidthBanner .cr80-subLinks .wsbtn-lg.button, .cr80-subLinks .cr33-fullWidthBanner .cr10-callToAction .button, .cr33-fullWidthBanner .cr10-callToAction .cr80-subLinks .button, .cr80-subLinks .cr10-callToAction .cr33-fullWidthBanner .button, .cr10-callToAction .cr33-fullWidthBanner .cr80-subLinks .button, .cr80-subLinks .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .button.button__pink--large, .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .button.button__pink--large, .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .cr80-subLinks .button.button__pink--large, .cr80-subLinks .m-searchBanner .wsbtn-lg.search__submit, .m-searchBanner .cr80-subLinks .wsbtn-lg.search__submit, .cr80-subLinks .m-searchBanner .cr10-callToAction .search__submit.button, .m-searchBanner .cr10-callToAction .cr80-subLinks .search__submit.button, .cr80-subLinks .cr10-callToAction .m-searchBanner .search__submit.button, .cr10-callToAction .m-searchBanner .cr80-subLinks .search__submit.button, .cr80-subLinks .m-searchBanner .CR02_GetInvolvedCarousel .search__submit.button__pink--large, .m-searchBanner .CR02_GetInvolvedCarousel .cr80-subLinks .search__submit.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .m-searchBanner .search__submit.button__pink--large, .CR02_GetInvolvedCarousel .m-searchBanner .cr80-subLinks .search__submit.button__pink--large, .cr80-subLinks .bannerWithAside .socialConnect .twerter a.wsbtn-lg, .bannerWithAside .socialConnect .twerter .cr80-subLinks a.wsbtn-lg, .cr80-subLinks .bannerWithAside .socialConnect .twerter .cr10-callToAction a.button, .bannerWithAside .socialConnect .twerter .cr10-callToAction .cr80-subLinks a.button, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .twerter a.button, .cr10-callToAction .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button, .cr80-subLinks .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel a.button__pink--large, .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter a.button__pink--large, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button__pink--large, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk a.wsbtn-lg, .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.wsbtn-lg, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .cr10-callToAction a.button, .bannerWithAside .socialConnect .ferceberk .cr10-callToAction .cr80-subLinks a.button, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .ferceberk a.button, .cr10-callToAction .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel a.button__pink--large, .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk a.button__pink--large, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button__pink--large, .cr80-subLinks .cr20-eventList .tabNav .wsbtn-lg#a1, .cr20-eventList .tabNav .cr80-subLinks .wsbtn-lg#a1, .cr80-subLinks .cr20-eventList .tabNav .cr10-callToAction #a1.button, .cr20-eventList .tabNav .cr10-callToAction .cr80-subLinks #a1.button, .cr80-subLinks .cr10-callToAction .cr20-eventList .tabNav #a1.button, .cr10-callToAction .cr20-eventList .tabNav .cr80-subLinks #a1.button, .cr80-subLinks .cr20-eventList .tabNav .CR02_GetInvolvedCarousel #a1.button__pink--large, .cr20-eventList .tabNav .CR02_GetInvolvedCarousel .cr80-subLinks #a1.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr20-eventList .tabNav #a1.button__pink--large, .CR02_GetInvolvedCarousel .cr20-eventList .tabNav .cr80-subLinks #a1.button__pink--large, .cr80-subLinks .cr11-collectionSearch .RadButton input.wsbtn-lg[type="submit"], .cr11-collectionSearch .RadButton .cr80-subLinks input.wsbtn-lg[type="submit"], .cr80-subLinks .cr11-collectionSearch .RadButton .cr10-callToAction input[type="submit"].button, .cr11-collectionSearch .RadButton .cr10-callToAction .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr10-callToAction .cr11-collectionSearch .RadButton input[type="submit"].button, .cr10-callToAction .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .lightbox.update-dob .buttonContainer a.wsbtn-lg, .lightbox.update-dob .buttonContainer .cr80-subLinks a.wsbtn-lg, .cr80-subLinks .lightbox.update-dob .buttonContainer .cr10-callToAction a.button, .lightbox.update-dob .buttonContainer .cr10-callToAction .cr80-subLinks a.button, .cr80-subLinks .cr10-callToAction .lightbox.update-dob .buttonContainer a.button, .cr10-callToAction .lightbox.update-dob .buttonContainer .cr80-subLinks a.button, .cr80-subLinks .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel a.button__pink--large, .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer a.button__pink--large, .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer .cr80-subLinks a.button__pink--large, .cr80-subLinks .depressionChecklist .buttonWrap input.wsbtn-lg[type="submit"], .depressionChecklist .buttonWrap .cr80-subLinks input.wsbtn-lg[type="submit"], .cr80-subLinks .depressionChecklist .buttonWrap .cr10-callToAction input[type="submit"].button, .depressionChecklist .buttonWrap .cr10-callToAction .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr10-callToAction .depressionChecklist .buttonWrap input[type="submit"].button, .cr10-callToAction .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button, .cr80-subLinks .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .quickSearchFieldsList ~ .wsbtn-lg.buttonLarge, .cr80-subLinks .cr10-callToAction .quickSearchFieldsList ~ .buttonLarge.button, .cr10-callToAction .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button, .cr80-subLinks .CR02_GetInvolvedCarousel .quickSearchFieldsList ~ .buttonLarge.button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button__pink--large, .cr80-subLinks .cr65-searchSelector .accordian .wsbtn-lg.js_accordianExpondo, .cr65-searchSelector .accordian .cr80-subLinks .wsbtn-lg.js_accordianExpondo, .cr80-subLinks .cr65-searchSelector .accordian .cr10-callToAction .js_accordianExpondo.button, .cr65-searchSelector .accordian .cr10-callToAction .cr80-subLinks .js_accordianExpondo.button, .cr80-subLinks .cr10-callToAction .cr65-searchSelector .accordian .js_accordianExpondo.button, .cr10-callToAction .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button, .cr80-subLinks .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .js_accordianExpondo.button__pink--large, .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .cr80-subLinks .js_accordianExpondo.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .js_accordianExpondo.button__pink--large, .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button__pink--large, .cr80-subLinks .cr39-infoResources li .wsbtn-lg.linkText, .cr39-infoResources li .cr80-subLinks .wsbtn-lg.linkText, .cr80-subLinks .cr39-infoResources li .cr10-callToAction .linkText.button, .cr39-infoResources li .cr10-callToAction .cr80-subLinks .linkText.button, .cr80-subLinks .cr10-callToAction .cr39-infoResources li .linkText.button, .cr10-callToAction .cr39-infoResources li .cr80-subLinks .linkText.button, .cr80-subLinks .cr39-infoResources li .CR02_GetInvolvedCarousel .linkText.button__pink--large, .cr39-infoResources li .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr39-infoResources li .linkText.button__pink--large, .CR02_GetInvolvedCarousel .cr39-infoResources li .cr80-subLinks .linkText.button__pink--large, .cr80-subLinks .cr38 li > a .wsbtn-lg.linkText, .cr38 li > a .cr80-subLinks .wsbtn-lg.linkText, .cr80-subLinks .cr38 li > a .cr10-callToAction .linkText.button, .cr38 li > a .cr10-callToAction .cr80-subLinks .linkText.button, .cr80-subLinks .cr10-callToAction .cr38 li > a .linkText.button, .cr10-callToAction .cr38 li > a .cr80-subLinks .linkText.button, .cr80-subLinks .cr38 li > a .CR02_GetInvolvedCarousel .linkText.button__pink--large, .cr38 li > a .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr38 li > a .linkText.button__pink--large, .CR02_GetInvolvedCarousel .cr38 li > a .cr80-subLinks .linkText.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .button__pink--large, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button,
  .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button,
  .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn,
  .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button,
  .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button,
  .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button,
  .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button,
  .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button,
  .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button,
  .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button,
  .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-lg.ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .ruBrowse.button, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-lg.ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button,
  .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-lg.ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button,
  .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .wsbtn-lg.ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse,
  .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .ruBrowse.button,
  .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button,
  .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large,
  .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .wsbtn-lg.ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .ruBrowse.button, .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button, .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button, .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large, .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .wsbtn-lg.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .wsbtn-lg.buttonAlt, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .buttonAlt.button, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .cr80-subLinks .buttonAlt.button, .cr80-subLinks .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button__pink--large, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button__pink--large {
    padding-top: 16px;
    padding-bottom: 16px; }
    .cr80-subLinks .wsbtn.wsbtn-lg:before, .cr80-subLinks .wsbtn-lg.buttonLarge:before, .cr80-subLinks .cr10-callToAction .buttonLarge.button:before, .cr10-callToAction .cr80-subLinks .buttonLarge.button:before, .cr80-subLinks .CR02_GetInvolvedCarousel .buttonLarge.button__pink--large:before, .CR02_GetInvolvedCarousel .cr80-subLinks .buttonLarge.button__pink--large:before, .cr80-subLinks .wsbtn-lg.btn:before, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .wsbtn-lg.sfEditBtn:before, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .wsbtn-lg.sfEditBtn:before, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .sfEditBtn.button:before, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .cr80-subLinks .sfEditBtn.button:before, .cr80-subLinks .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button:before, .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button:before, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .sfEditBtn.button__pink--large:before, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .cr80-subLinks .sfEditBtn.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button__pink--large:before, .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button__pink--large:before, .cr80-subLinks .sfforumPostReplyContainer .wsbtn-lg.sfSubmitBtn:before, .sfforumPostReplyContainer .cr80-subLinks .wsbtn-lg.sfSubmitBtn:before, .cr80-subLinks .sfforumPostReplyContainer .cr10-callToAction .sfSubmitBtn.button:before, .sfforumPostReplyContainer .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:before, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfSubmitBtn.button:before, .cr10-callToAction .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button:before, .cr80-subLinks .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:before, .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfSubmitBtn.button__pink--large:before, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button__pink--large:before, .cr80-subLinks .cr10-callToAction .btn.button:before, .cr10-callToAction .cr80-subLinks .btn.button:before, .cr80-subLinks .CR02_GetInvolvedCarousel .btn.button__pink--large:before, .CR02_GetInvolvedCarousel .cr80-subLinks .btn.button__pink--large:before, .cr80-subLinks .wsbtn-lg.button:before, .cr80-subLinks .cr10-callToAction .button:before, .cr10-callToAction .cr80-subLinks .button:before, .cr80-subLinks .CR02_GetInvolvedCarousel .button.button__pink--large:before, .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:before, .cr80-subLinks .sfFormSubmit input.wsbtn-lg[type="submit"]:before, .sfFormSubmit .cr80-subLinks input.wsbtn-lg[type="submit"]:before, .cr80-subLinks .sfFormSubmit .cr10-callToAction input[type="submit"].button:before, .sfFormSubmit .cr10-callToAction .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr10-callToAction .sfFormSubmit input[type="submit"].button:before, .cr10-callToAction .sfFormSubmit .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .sfFormSubmit .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .sfFormSubmit .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .sfFormSubmit input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .sfFormSubmit .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .cr52-storiesListRotator > .pull-right .wsbtn-lg.read-more:before, .cr52-storiesListRotator > .pull-right .cr80-subLinks .wsbtn-lg.read-more:before, .cr80-subLinks .cr52-storiesListRotator > .pull-right .cr10-callToAction .read-more.button:before, .cr52-storiesListRotator > .pull-right .cr10-callToAction .cr80-subLinks .read-more.button:before, .cr80-subLinks .cr10-callToAction .cr52-storiesListRotator > .pull-right .read-more.button:before, .cr10-callToAction .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button:before, .cr80-subLinks .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .read-more.button__pink--large:before, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .cr80-subLinks .read-more.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .read-more.button__pink--large:before, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button__pink--large:before, .cr80-subLinks .cr48-newsItem .sfcommentsForm .wsbtn-lg.sfcommentsSubmitBtn:before, .cr48-newsItem .sfcommentsForm .cr80-subLinks .wsbtn-lg.sfcommentsSubmitBtn:before, .cr80-subLinks .cr48-newsItem .sfcommentsForm .cr10-callToAction .sfcommentsSubmitBtn.button:before, .cr48-newsItem .sfcommentsForm .cr10-callToAction .cr80-subLinks .sfcommentsSubmitBtn.button:before, .cr80-subLinks .cr10-callToAction .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button:before, .cr10-callToAction .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button:before, .cr80-subLinks .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .sfcommentsSubmitBtn.button__pink--large:before, .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button__pink--large:before, .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large:before, .cr80-subLinks .cr50-latestNews .wsbtn-lg.buttonAlt:before, .cr50-latestNews .cr80-subLinks .wsbtn-lg.buttonAlt:before, .cr80-subLinks .cr50-latestNews .cr10-callToAction .buttonAlt.button:before, .cr50-latestNews .cr10-callToAction .cr80-subLinks .buttonAlt.button:before, .cr80-subLinks .cr10-callToAction .cr50-latestNews .buttonAlt.button:before, .cr10-callToAction .cr50-latestNews .cr80-subLinks .buttonAlt.button:before, .cr80-subLinks .cr50-latestNews .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large:before, .cr50-latestNews .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr50-latestNews .buttonAlt.button__pink--large:before, .CR02_GetInvolvedCarousel .cr50-latestNews .cr80-subLinks .buttonAlt.button__pink--large:before, .cr80-subLinks .cr01-activitiesList .underline_linkText > a.wsbtn-lg:before, .cr01-activitiesList .cr80-subLinks .underline_linkText > a.wsbtn-lg:before, .cr80-subLinks .cr01-activitiesList .cr10-callToAction .underline_linkText > a.button:before, .cr01-activitiesList .cr10-callToAction .cr80-subLinks .underline_linkText > a.button:before, .cr80-subLinks .cr10-callToAction .cr01-activitiesList .underline_linkText > a.button:before, .cr10-callToAction .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button:before, .cr80-subLinks .cr01-activitiesList .CR02_GetInvolvedCarousel .underline_linkText > a.button__pink--large:before, .cr01-activitiesList .CR02_GetInvolvedCarousel .cr80-subLinks .underline_linkText > a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr01-activitiesList .underline_linkText > a.button__pink--large:before, .CR02_GetInvolvedCarousel .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button__pink--large:before, .cr80-subLinks .cr55-profile-short .wsbtn-lg.js_Close:before, .cr55-profile-short .cr80-subLinks .wsbtn-lg.js_Close:before, .cr80-subLinks .cr55-profile-short .cr10-callToAction .js_Close.button:before, .cr55-profile-short .cr10-callToAction .cr80-subLinks .js_Close.button:before, .cr80-subLinks .cr10-callToAction .cr55-profile-short .js_Close.button:before, .cr10-callToAction .cr55-profile-short .cr80-subLinks .js_Close.button:before, .cr80-subLinks .cr55-profile-short .CR02_GetInvolvedCarousel .js_Close.button__pink--large:before, .cr55-profile-short .CR02_GetInvolvedCarousel .cr80-subLinks .js_Close.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr55-profile-short .js_Close.button__pink--large:before, .CR02_GetInvolvedCarousel .cr55-profile-short .cr80-subLinks .js_Close.button__pink--large:before, .cr80-subLinks .cr85-mahpRegistrationForm input.wsbtn-lg[type="submit"]:before, .cr85-mahpRegistrationForm .cr80-subLinks input.wsbtn-lg[type="submit"]:before, .cr80-subLinks .cr85-mahpRegistrationForm .cr10-callToAction input[type="submit"].button:before, .cr85-mahpRegistrationForm .cr10-callToAction .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr10-callToAction .cr85-mahpRegistrationForm input[type="submit"].button:before, .cr10-callToAction .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .cr205-feature-box-1 .wsbtn-lg.button:before, .cr205-feature-box-1 .cr80-subLinks .wsbtn-lg.button:before, .cr80-subLinks .cr205-feature-box-1 .cr10-callToAction .button:before, .cr205-feature-box-1 .cr10-callToAction .cr80-subLinks .button:before, .cr80-subLinks .cr10-callToAction .cr205-feature-box-1 .button:before, .cr10-callToAction .cr205-feature-box-1 .cr80-subLinks .button:before, .cr80-subLinks .cr205-feature-box-1 .CR02_GetInvolvedCarousel .button.button__pink--large:before, .cr205-feature-box-1 .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr205-feature-box-1 .button.button__pink--large:before, .CR02_GetInvolvedCarousel .cr205-feature-box-1 .cr80-subLinks .button.button__pink--large:before, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp input.wsbtn-lg[type="submit"]:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input.wsbtn-lg[type="submit"]:before, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction input[type="submit"].button:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button:before, .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.wsbtn-lg:before, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.wsbtn-lg:before, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction a.button:before, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction .cr80-subLinks a.button:before, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button:before, .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button:before, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel a.button__pink--large:before, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button__pink--large:before, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .js-cr13-normal .accordion__item > a.wsbtn-lg:before, .js-cr13-normal .cr80-subLinks .accordion__item > a.wsbtn-lg:before, .cr80-subLinks .js-cr13-normal .cr10-callToAction .accordion__item > a.button:before, .js-cr13-normal .cr10-callToAction .cr80-subLinks .accordion__item > a.button:before, .cr80-subLinks .cr10-callToAction .js-cr13-normal .accordion__item > a.button:before, .cr10-callToAction .js-cr13-normal .cr80-subLinks .accordion__item > a.button:before, .cr80-subLinks .js-cr13-normal .CR02_GetInvolvedCarousel .accordion__item > a.button__pink--large:before, .js-cr13-normal .CR02_GetInvolvedCarousel .cr80-subLinks .accordion__item > a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .js-cr13-normal .accordion__item > a.button__pink--large:before, .CR02_GetInvolvedCarousel .js-cr13-normal .cr80-subLinks .accordion__item > a.button__pink--large:before, .cr80-subLinks .cr33-fullWidthBanner .wsbtn-lg.button:before, .cr33-fullWidthBanner .cr80-subLinks .wsbtn-lg.button:before, .cr80-subLinks .cr33-fullWidthBanner .cr10-callToAction .button:before, .cr33-fullWidthBanner .cr10-callToAction .cr80-subLinks .button:before, .cr80-subLinks .cr10-callToAction .cr33-fullWidthBanner .button:before, .cr10-callToAction .cr33-fullWidthBanner .cr80-subLinks .button:before, .cr80-subLinks .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .button.button__pink--large:before, .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .button.button__pink--large:before, .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .cr80-subLinks .button.button__pink--large:before, .cr80-subLinks .m-searchBanner .wsbtn-lg.search__submit:before, .m-searchBanner .cr80-subLinks .wsbtn-lg.search__submit:before, .cr80-subLinks .m-searchBanner .cr10-callToAction .search__submit.button:before, .m-searchBanner .cr10-callToAction .cr80-subLinks .search__submit.button:before, .cr80-subLinks .cr10-callToAction .m-searchBanner .search__submit.button:before, .cr10-callToAction .m-searchBanner .cr80-subLinks .search__submit.button:before, .cr80-subLinks .m-searchBanner .CR02_GetInvolvedCarousel .search__submit.button__pink--large:before, .m-searchBanner .CR02_GetInvolvedCarousel .cr80-subLinks .search__submit.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .m-searchBanner .search__submit.button__pink--large:before, .CR02_GetInvolvedCarousel .m-searchBanner .cr80-subLinks .search__submit.button__pink--large:before, .cr80-subLinks .bannerWithAside .socialConnect .twerter a.wsbtn-lg:before, .bannerWithAside .socialConnect .twerter .cr80-subLinks a.wsbtn-lg:before, .cr80-subLinks .bannerWithAside .socialConnect .twerter .cr10-callToAction a.button:before, .bannerWithAside .socialConnect .twerter .cr10-callToAction .cr80-subLinks a.button:before, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .twerter a.button:before, .cr10-callToAction .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button:before, .cr80-subLinks .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel a.button__pink--large:before, .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter a.button__pink--large:before, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk a.wsbtn-lg:before, .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.wsbtn-lg:before, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .cr10-callToAction a.button:before, .bannerWithAside .socialConnect .ferceberk .cr10-callToAction .cr80-subLinks a.button:before, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .ferceberk a.button:before, .cr10-callToAction .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button:before, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel a.button__pink--large:before, .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk a.button__pink--large:before, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .cr20-eventList .tabNav .wsbtn-lg#a1:before, .cr20-eventList .tabNav .cr80-subLinks .wsbtn-lg#a1:before, .cr80-subLinks .cr20-eventList .tabNav .cr10-callToAction #a1.button:before, .cr20-eventList .tabNav .cr10-callToAction .cr80-subLinks #a1.button:before, .cr80-subLinks .cr10-callToAction .cr20-eventList .tabNav #a1.button:before, .cr10-callToAction .cr20-eventList .tabNav .cr80-subLinks #a1.button:before, .cr80-subLinks .cr20-eventList .tabNav .CR02_GetInvolvedCarousel #a1.button__pink--large:before, .cr20-eventList .tabNav .CR02_GetInvolvedCarousel .cr80-subLinks #a1.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr20-eventList .tabNav #a1.button__pink--large:before, .CR02_GetInvolvedCarousel .cr20-eventList .tabNav .cr80-subLinks #a1.button__pink--large:before, .cr80-subLinks .cr11-collectionSearch .RadButton input.wsbtn-lg[type="submit"]:before, .cr11-collectionSearch .RadButton .cr80-subLinks input.wsbtn-lg[type="submit"]:before, .cr80-subLinks .cr11-collectionSearch .RadButton .cr10-callToAction input[type="submit"].button:before, .cr11-collectionSearch .RadButton .cr10-callToAction .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr10-callToAction .cr11-collectionSearch .RadButton input[type="submit"].button:before, .cr10-callToAction .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .lightbox.update-dob .buttonContainer a.wsbtn-lg:before, .lightbox.update-dob .buttonContainer .cr80-subLinks a.wsbtn-lg:before, .cr80-subLinks .lightbox.update-dob .buttonContainer .cr10-callToAction a.button:before, .lightbox.update-dob .buttonContainer .cr10-callToAction .cr80-subLinks a.button:before, .cr80-subLinks .cr10-callToAction .lightbox.update-dob .buttonContainer a.button:before, .cr10-callToAction .lightbox.update-dob .buttonContainer .cr80-subLinks a.button:before, .cr80-subLinks .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel a.button__pink--large:before, .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer a.button__pink--large:before, .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .depressionChecklist .buttonWrap input.wsbtn-lg[type="submit"]:before, .depressionChecklist .buttonWrap .cr80-subLinks input.wsbtn-lg[type="submit"]:before, .cr80-subLinks .depressionChecklist .buttonWrap .cr10-callToAction input[type="submit"].button:before, .depressionChecklist .buttonWrap .cr10-callToAction .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr10-callToAction .depressionChecklist .buttonWrap input[type="submit"].button:before, .cr10-callToAction .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .quickSearchFieldsList ~ .wsbtn-lg.buttonLarge:before, .cr80-subLinks .cr10-callToAction .quickSearchFieldsList ~ .buttonLarge.button:before, .cr10-callToAction .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button:before, .cr80-subLinks .CR02_GetInvolvedCarousel .quickSearchFieldsList ~ .buttonLarge.button__pink--large:before, .CR02_GetInvolvedCarousel .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button__pink--large:before, .cr80-subLinks .cr65-searchSelector .accordian .wsbtn-lg.js_accordianExpondo:before, .cr65-searchSelector .accordian .cr80-subLinks .wsbtn-lg.js_accordianExpondo:before, .cr80-subLinks .cr65-searchSelector .accordian .cr10-callToAction .js_accordianExpondo.button:before, .cr65-searchSelector .accordian .cr10-callToAction .cr80-subLinks .js_accordianExpondo.button:before, .cr80-subLinks .cr10-callToAction .cr65-searchSelector .accordian .js_accordianExpondo.button:before, .cr10-callToAction .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button:before, .cr80-subLinks .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .js_accordianExpondo.button__pink--large:before, .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .cr80-subLinks .js_accordianExpondo.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .js_accordianExpondo.button__pink--large:before, .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button__pink--large:before, .cr80-subLinks .cr39-infoResources li .wsbtn-lg.linkText:before, .cr39-infoResources li .cr80-subLinks .wsbtn-lg.linkText:before, .cr80-subLinks .cr39-infoResources li .cr10-callToAction .linkText.button:before, .cr39-infoResources li .cr10-callToAction .cr80-subLinks .linkText.button:before, .cr80-subLinks .cr10-callToAction .cr39-infoResources li .linkText.button:before, .cr10-callToAction .cr39-infoResources li .cr80-subLinks .linkText.button:before, .cr80-subLinks .cr39-infoResources li .CR02_GetInvolvedCarousel .linkText.button__pink--large:before, .cr39-infoResources li .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr39-infoResources li .linkText.button__pink--large:before, .CR02_GetInvolvedCarousel .cr39-infoResources li .cr80-subLinks .linkText.button__pink--large:before, .cr80-subLinks .cr38 li > a .wsbtn-lg.linkText:before, .cr38 li > a .cr80-subLinks .wsbtn-lg.linkText:before, .cr80-subLinks .cr38 li > a .cr10-callToAction .linkText.button:before, .cr38 li > a .cr10-callToAction .cr80-subLinks .linkText.button:before, .cr80-subLinks .cr10-callToAction .cr38 li > a .linkText.button:before, .cr10-callToAction .cr38 li > a .cr80-subLinks .linkText.button:before, .cr80-subLinks .cr38 li > a .CR02_GetInvolvedCarousel .linkText.button__pink--large:before, .cr38 li > a .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr38 li > a .linkText.button__pink--large:before, .CR02_GetInvolvedCarousel .cr38 li > a .cr80-subLinks .linkText.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .button__pink--large:before, .CR02_GetInvolvedCarousel .cr80-subLinks .button__pink--large:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:before, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:before, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:before,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:before,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:before,
    .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:before, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:before, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:before,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:before,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button:before,
    .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:before, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:before, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:before,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:before,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button:before,
    .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-lg.ruBrowse:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:before, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button:before, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button:before,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button:before,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .wsbtn-lg.ruBrowse:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:before,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .ruBrowse.button:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button:before,
    .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before,
    .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:before, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .wsbtn-lg.ruBrowse:before, .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:before, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .ruBrowse.button:before, .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:before, .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button:before, .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button:before, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before, .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:before, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .wsbtn-lg.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .wsbtn-lg.buttonAlt:before, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .buttonAlt.button:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .cr80-subLinks .buttonAlt.button:before, .cr80-subLinks .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button:before, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button:before, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button__pink--large:before, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button__pink--large:before {
      width: 54px; }
    .cr80-subLinks .wsbtn.wsbtn-lg:after, .cr80-subLinks .wsbtn-lg.buttonLarge:after, .cr80-subLinks .cr10-callToAction .buttonLarge.button:after, .cr10-callToAction .cr80-subLinks .buttonLarge.button:after, .cr80-subLinks .CR02_GetInvolvedCarousel .buttonLarge.button__pink--large:after, .CR02_GetInvolvedCarousel .cr80-subLinks .buttonLarge.button__pink--large:after, .cr80-subLinks .wsbtn-lg.btn:after, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .wsbtn-lg.sfEditBtn:after, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .wsbtn-lg.sfEditBtn:after, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .sfEditBtn.button:after, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .cr80-subLinks .sfEditBtn.button:after, .cr80-subLinks .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button:after, .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button:after, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .sfEditBtn.button__pink--large:after, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .cr80-subLinks .sfEditBtn.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button__pink--large:after, .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button__pink--large:after, .cr80-subLinks .sfforumPostReplyContainer .wsbtn-lg.sfSubmitBtn:after, .sfforumPostReplyContainer .cr80-subLinks .wsbtn-lg.sfSubmitBtn:after, .cr80-subLinks .sfforumPostReplyContainer .cr10-callToAction .sfSubmitBtn.button:after, .sfforumPostReplyContainer .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:after, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfSubmitBtn.button:after, .cr10-callToAction .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button:after, .cr80-subLinks .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:after, .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfSubmitBtn.button__pink--large:after, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button__pink--large:after, .cr80-subLinks .cr10-callToAction .btn.button:after, .cr10-callToAction .cr80-subLinks .btn.button:after, .cr80-subLinks .CR02_GetInvolvedCarousel .btn.button__pink--large:after, .CR02_GetInvolvedCarousel .cr80-subLinks .btn.button__pink--large:after, .cr80-subLinks .wsbtn-lg.button:after, .cr80-subLinks .cr10-callToAction .button:after, .cr10-callToAction .cr80-subLinks .button:after, .cr80-subLinks .CR02_GetInvolvedCarousel .button.button__pink--large:after, .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:after, .cr80-subLinks .sfFormSubmit input.wsbtn-lg[type="submit"]:after, .sfFormSubmit .cr80-subLinks input.wsbtn-lg[type="submit"]:after, .cr80-subLinks .sfFormSubmit .cr10-callToAction input[type="submit"].button:after, .sfFormSubmit .cr10-callToAction .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr10-callToAction .sfFormSubmit input[type="submit"].button:after, .cr10-callToAction .sfFormSubmit .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .sfFormSubmit .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .sfFormSubmit .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .sfFormSubmit input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .sfFormSubmit .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .cr52-storiesListRotator > .pull-right .wsbtn-lg.read-more:after, .cr52-storiesListRotator > .pull-right .cr80-subLinks .wsbtn-lg.read-more:after, .cr80-subLinks .cr52-storiesListRotator > .pull-right .cr10-callToAction .read-more.button:after, .cr52-storiesListRotator > .pull-right .cr10-callToAction .cr80-subLinks .read-more.button:after, .cr80-subLinks .cr10-callToAction .cr52-storiesListRotator > .pull-right .read-more.button:after, .cr10-callToAction .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button:after, .cr80-subLinks .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .read-more.button__pink--large:after, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .cr80-subLinks .read-more.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .read-more.button__pink--large:after, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button__pink--large:after, .cr80-subLinks .cr48-newsItem .sfcommentsForm .wsbtn-lg.sfcommentsSubmitBtn:after, .cr48-newsItem .sfcommentsForm .cr80-subLinks .wsbtn-lg.sfcommentsSubmitBtn:after, .cr80-subLinks .cr48-newsItem .sfcommentsForm .cr10-callToAction .sfcommentsSubmitBtn.button:after, .cr48-newsItem .sfcommentsForm .cr10-callToAction .cr80-subLinks .sfcommentsSubmitBtn.button:after, .cr80-subLinks .cr10-callToAction .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button:after, .cr10-callToAction .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button:after, .cr80-subLinks .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .sfcommentsSubmitBtn.button__pink--large:after, .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button__pink--large:after, .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large:after, .cr80-subLinks .cr50-latestNews .wsbtn-lg.buttonAlt:after, .cr50-latestNews .cr80-subLinks .wsbtn-lg.buttonAlt:after, .cr80-subLinks .cr50-latestNews .cr10-callToAction .buttonAlt.button:after, .cr50-latestNews .cr10-callToAction .cr80-subLinks .buttonAlt.button:after, .cr80-subLinks .cr10-callToAction .cr50-latestNews .buttonAlt.button:after, .cr10-callToAction .cr50-latestNews .cr80-subLinks .buttonAlt.button:after, .cr80-subLinks .cr50-latestNews .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large:after, .cr50-latestNews .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr50-latestNews .buttonAlt.button__pink--large:after, .CR02_GetInvolvedCarousel .cr50-latestNews .cr80-subLinks .buttonAlt.button__pink--large:after, .cr80-subLinks .cr01-activitiesList .underline_linkText > a.wsbtn-lg:after, .cr01-activitiesList .cr80-subLinks .underline_linkText > a.wsbtn-lg:after, .cr80-subLinks .cr01-activitiesList .cr10-callToAction .underline_linkText > a.button:after, .cr01-activitiesList .cr10-callToAction .cr80-subLinks .underline_linkText > a.button:after, .cr80-subLinks .cr10-callToAction .cr01-activitiesList .underline_linkText > a.button:after, .cr10-callToAction .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button:after, .cr80-subLinks .cr01-activitiesList .CR02_GetInvolvedCarousel .underline_linkText > a.button__pink--large:after, .cr01-activitiesList .CR02_GetInvolvedCarousel .cr80-subLinks .underline_linkText > a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr01-activitiesList .underline_linkText > a.button__pink--large:after, .CR02_GetInvolvedCarousel .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button__pink--large:after, .cr80-subLinks .cr55-profile-short .wsbtn-lg.js_Close:after, .cr55-profile-short .cr80-subLinks .wsbtn-lg.js_Close:after, .cr80-subLinks .cr55-profile-short .cr10-callToAction .js_Close.button:after, .cr55-profile-short .cr10-callToAction .cr80-subLinks .js_Close.button:after, .cr80-subLinks .cr10-callToAction .cr55-profile-short .js_Close.button:after, .cr10-callToAction .cr55-profile-short .cr80-subLinks .js_Close.button:after, .cr80-subLinks .cr55-profile-short .CR02_GetInvolvedCarousel .js_Close.button__pink--large:after, .cr55-profile-short .CR02_GetInvolvedCarousel .cr80-subLinks .js_Close.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr55-profile-short .js_Close.button__pink--large:after, .CR02_GetInvolvedCarousel .cr55-profile-short .cr80-subLinks .js_Close.button__pink--large:after, .cr80-subLinks .cr85-mahpRegistrationForm input.wsbtn-lg[type="submit"]:after, .cr85-mahpRegistrationForm .cr80-subLinks input.wsbtn-lg[type="submit"]:after, .cr80-subLinks .cr85-mahpRegistrationForm .cr10-callToAction input[type="submit"].button:after, .cr85-mahpRegistrationForm .cr10-callToAction .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr10-callToAction .cr85-mahpRegistrationForm input[type="submit"].button:after, .cr10-callToAction .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .cr205-feature-box-1 .wsbtn-lg.button:after, .cr205-feature-box-1 .cr80-subLinks .wsbtn-lg.button:after, .cr80-subLinks .cr205-feature-box-1 .cr10-callToAction .button:after, .cr205-feature-box-1 .cr10-callToAction .cr80-subLinks .button:after, .cr80-subLinks .cr10-callToAction .cr205-feature-box-1 .button:after, .cr10-callToAction .cr205-feature-box-1 .cr80-subLinks .button:after, .cr80-subLinks .cr205-feature-box-1 .CR02_GetInvolvedCarousel .button.button__pink--large:after, .cr205-feature-box-1 .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr205-feature-box-1 .button.button__pink--large:after, .CR02_GetInvolvedCarousel .cr205-feature-box-1 .cr80-subLinks .button.button__pink--large:after, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp input.wsbtn-lg[type="submit"]:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input.wsbtn-lg[type="submit"]:after, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction input[type="submit"].button:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button:after, .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.wsbtn-lg:after, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.wsbtn-lg:after, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction a.button:after, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction .cr80-subLinks a.button:after, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button:after, .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button:after, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel a.button__pink--large:after, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button__pink--large:after, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .js-cr13-normal .accordion__item > a.wsbtn-lg:after, .js-cr13-normal .cr80-subLinks .accordion__item > a.wsbtn-lg:after, .cr80-subLinks .js-cr13-normal .cr10-callToAction .accordion__item > a.button:after, .js-cr13-normal .cr10-callToAction .cr80-subLinks .accordion__item > a.button:after, .cr80-subLinks .cr10-callToAction .js-cr13-normal .accordion__item > a.button:after, .cr10-callToAction .js-cr13-normal .cr80-subLinks .accordion__item > a.button:after, .cr80-subLinks .js-cr13-normal .CR02_GetInvolvedCarousel .accordion__item > a.button__pink--large:after, .js-cr13-normal .CR02_GetInvolvedCarousel .cr80-subLinks .accordion__item > a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .js-cr13-normal .accordion__item > a.button__pink--large:after, .CR02_GetInvolvedCarousel .js-cr13-normal .cr80-subLinks .accordion__item > a.button__pink--large:after, .cr80-subLinks .cr33-fullWidthBanner .wsbtn-lg.button:after, .cr33-fullWidthBanner .cr80-subLinks .wsbtn-lg.button:after, .cr80-subLinks .cr33-fullWidthBanner .cr10-callToAction .button:after, .cr33-fullWidthBanner .cr10-callToAction .cr80-subLinks .button:after, .cr80-subLinks .cr10-callToAction .cr33-fullWidthBanner .button:after, .cr10-callToAction .cr33-fullWidthBanner .cr80-subLinks .button:after, .cr80-subLinks .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .button.button__pink--large:after, .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .button.button__pink--large:after, .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .cr80-subLinks .button.button__pink--large:after, .cr80-subLinks .m-searchBanner .wsbtn-lg.search__submit:after, .m-searchBanner .cr80-subLinks .wsbtn-lg.search__submit:after, .cr80-subLinks .m-searchBanner .cr10-callToAction .search__submit.button:after, .m-searchBanner .cr10-callToAction .cr80-subLinks .search__submit.button:after, .cr80-subLinks .cr10-callToAction .m-searchBanner .search__submit.button:after, .cr10-callToAction .m-searchBanner .cr80-subLinks .search__submit.button:after, .cr80-subLinks .m-searchBanner .CR02_GetInvolvedCarousel .search__submit.button__pink--large:after, .m-searchBanner .CR02_GetInvolvedCarousel .cr80-subLinks .search__submit.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .m-searchBanner .search__submit.button__pink--large:after, .CR02_GetInvolvedCarousel .m-searchBanner .cr80-subLinks .search__submit.button__pink--large:after, .cr80-subLinks .bannerWithAside .socialConnect .twerter a.wsbtn-lg:after, .bannerWithAside .socialConnect .twerter .cr80-subLinks a.wsbtn-lg:after, .cr80-subLinks .bannerWithAside .socialConnect .twerter .cr10-callToAction a.button:after, .bannerWithAside .socialConnect .twerter .cr10-callToAction .cr80-subLinks a.button:after, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .twerter a.button:after, .cr10-callToAction .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button:after, .cr80-subLinks .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel a.button__pink--large:after, .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter a.button__pink--large:after, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk a.wsbtn-lg:after, .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.wsbtn-lg:after, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .cr10-callToAction a.button:after, .bannerWithAside .socialConnect .ferceberk .cr10-callToAction .cr80-subLinks a.button:after, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .ferceberk a.button:after, .cr10-callToAction .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button:after, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel a.button__pink--large:after, .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk a.button__pink--large:after, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .cr20-eventList .tabNav .wsbtn-lg#a1:after, .cr20-eventList .tabNav .cr80-subLinks .wsbtn-lg#a1:after, .cr80-subLinks .cr20-eventList .tabNav .cr10-callToAction #a1.button:after, .cr20-eventList .tabNav .cr10-callToAction .cr80-subLinks #a1.button:after, .cr80-subLinks .cr10-callToAction .cr20-eventList .tabNav #a1.button:after, .cr10-callToAction .cr20-eventList .tabNav .cr80-subLinks #a1.button:after, .cr80-subLinks .cr20-eventList .tabNav .CR02_GetInvolvedCarousel #a1.button__pink--large:after, .cr20-eventList .tabNav .CR02_GetInvolvedCarousel .cr80-subLinks #a1.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr20-eventList .tabNav #a1.button__pink--large:after, .CR02_GetInvolvedCarousel .cr20-eventList .tabNav .cr80-subLinks #a1.button__pink--large:after, .cr80-subLinks .cr11-collectionSearch .RadButton input.wsbtn-lg[type="submit"]:after, .cr11-collectionSearch .RadButton .cr80-subLinks input.wsbtn-lg[type="submit"]:after, .cr80-subLinks .cr11-collectionSearch .RadButton .cr10-callToAction input[type="submit"].button:after, .cr11-collectionSearch .RadButton .cr10-callToAction .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr10-callToAction .cr11-collectionSearch .RadButton input[type="submit"].button:after, .cr10-callToAction .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .lightbox.update-dob .buttonContainer a.wsbtn-lg:after, .lightbox.update-dob .buttonContainer .cr80-subLinks a.wsbtn-lg:after, .cr80-subLinks .lightbox.update-dob .buttonContainer .cr10-callToAction a.button:after, .lightbox.update-dob .buttonContainer .cr10-callToAction .cr80-subLinks a.button:after, .cr80-subLinks .cr10-callToAction .lightbox.update-dob .buttonContainer a.button:after, .cr10-callToAction .lightbox.update-dob .buttonContainer .cr80-subLinks a.button:after, .cr80-subLinks .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel a.button__pink--large:after, .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer a.button__pink--large:after, .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .depressionChecklist .buttonWrap input.wsbtn-lg[type="submit"]:after, .depressionChecklist .buttonWrap .cr80-subLinks input.wsbtn-lg[type="submit"]:after, .cr80-subLinks .depressionChecklist .buttonWrap .cr10-callToAction input[type="submit"].button:after, .depressionChecklist .buttonWrap .cr10-callToAction .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr10-callToAction .depressionChecklist .buttonWrap input[type="submit"].button:after, .cr10-callToAction .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .quickSearchFieldsList ~ .wsbtn-lg.buttonLarge:after, .cr80-subLinks .cr10-callToAction .quickSearchFieldsList ~ .buttonLarge.button:after, .cr10-callToAction .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button:after, .cr80-subLinks .CR02_GetInvolvedCarousel .quickSearchFieldsList ~ .buttonLarge.button__pink--large:after, .CR02_GetInvolvedCarousel .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button__pink--large:after, .cr80-subLinks .cr65-searchSelector .accordian .wsbtn-lg.js_accordianExpondo:after, .cr65-searchSelector .accordian .cr80-subLinks .wsbtn-lg.js_accordianExpondo:after, .cr80-subLinks .cr65-searchSelector .accordian .cr10-callToAction .js_accordianExpondo.button:after, .cr65-searchSelector .accordian .cr10-callToAction .cr80-subLinks .js_accordianExpondo.button:after, .cr80-subLinks .cr10-callToAction .cr65-searchSelector .accordian .js_accordianExpondo.button:after, .cr10-callToAction .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button:after, .cr80-subLinks .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .js_accordianExpondo.button__pink--large:after, .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .cr80-subLinks .js_accordianExpondo.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .js_accordianExpondo.button__pink--large:after, .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button__pink--large:after, .cr80-subLinks .cr39-infoResources li .wsbtn-lg.linkText:after, .cr39-infoResources li .cr80-subLinks .wsbtn-lg.linkText:after, .cr80-subLinks .cr39-infoResources li .cr10-callToAction .linkText.button:after, .cr39-infoResources li .cr10-callToAction .cr80-subLinks .linkText.button:after, .cr80-subLinks .cr10-callToAction .cr39-infoResources li .linkText.button:after, .cr10-callToAction .cr39-infoResources li .cr80-subLinks .linkText.button:after, .cr80-subLinks .cr39-infoResources li .CR02_GetInvolvedCarousel .linkText.button__pink--large:after, .cr39-infoResources li .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr39-infoResources li .linkText.button__pink--large:after, .CR02_GetInvolvedCarousel .cr39-infoResources li .cr80-subLinks .linkText.button__pink--large:after, .cr80-subLinks .cr38 li > a .wsbtn-lg.linkText:after, .cr38 li > a .cr80-subLinks .wsbtn-lg.linkText:after, .cr80-subLinks .cr38 li > a .cr10-callToAction .linkText.button:after, .cr38 li > a .cr10-callToAction .cr80-subLinks .linkText.button:after, .cr80-subLinks .cr10-callToAction .cr38 li > a .linkText.button:after, .cr10-callToAction .cr38 li > a .cr80-subLinks .linkText.button:after, .cr80-subLinks .cr38 li > a .CR02_GetInvolvedCarousel .linkText.button__pink--large:after, .cr38 li > a .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr38 li > a .linkText.button__pink--large:after, .CR02_GetInvolvedCarousel .cr38 li > a .cr80-subLinks .linkText.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .button__pink--large:after, .CR02_GetInvolvedCarousel .cr80-subLinks .button__pink--large:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:after, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:after, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:after,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:after,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:after,
    .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:after, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:after, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:after,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:after,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button:after,
    .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:after, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:after, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:after,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:after,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button:after,
    .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-lg.ruBrowse:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:after, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button:after, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button:after,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button:after,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .wsbtn-lg.ruBrowse:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:after,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .ruBrowse.button:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button:after,
    .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after,
    .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:after, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .wsbtn-lg.ruBrowse:after, .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:after, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .ruBrowse.button:after, .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:after, .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button:after, .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button:after, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after, .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:after, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .wsbtn-lg.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .wsbtn-lg.buttonAlt:after, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .buttonAlt.button:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .cr80-subLinks .buttonAlt.button:after, .cr80-subLinks .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button:after, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button:after, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button__pink--large:after, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button__pink--large:after {
      right: 18px; }
  .cr80-subLinks .wsbtn.wsbtn-lg, .cr80-subLinks .wsbtn-lg.buttonLarge, .cr80-subLinks .cr10-callToAction .buttonLarge.button, .cr10-callToAction .cr80-subLinks .buttonLarge.button, .cr80-subLinks .CR02_GetInvolvedCarousel .buttonLarge.button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .buttonLarge.button__pink--large, .cr80-subLinks .wsbtn-lg.btn, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .wsbtn-lg.sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .wsbtn-lg.sfEditBtn, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .sfEditBtn.button, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .cr80-subLinks .sfEditBtn.button, .cr80-subLinks .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button, .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .sfEditBtn.button__pink--large, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .cr80-subLinks .sfEditBtn.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button__pink--large, .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button__pink--large, .cr80-subLinks .sfforumPostReplyContainer .wsbtn-lg.sfSubmitBtn, .sfforumPostReplyContainer .cr80-subLinks .wsbtn-lg.sfSubmitBtn, .cr80-subLinks .sfforumPostReplyContainer .cr10-callToAction .sfSubmitBtn.button, .sfforumPostReplyContainer .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfSubmitBtn.button, .cr10-callToAction .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button, .cr80-subLinks .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large, .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfSubmitBtn.button__pink--large, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button__pink--large, .cr80-subLinks .cr10-callToAction .btn.button, .cr10-callToAction .cr80-subLinks .btn.button, .cr80-subLinks .CR02_GetInvolvedCarousel .btn.button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .btn.button__pink--large, .cr80-subLinks .wsbtn-lg.button, .cr80-subLinks .cr10-callToAction .button, .cr10-callToAction .cr80-subLinks .button, .cr80-subLinks .CR02_GetInvolvedCarousel .button.button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large, .cr80-subLinks .sfFormSubmit input.wsbtn-lg[type="submit"], .sfFormSubmit .cr80-subLinks input.wsbtn-lg[type="submit"], .cr80-subLinks .sfFormSubmit .cr10-callToAction input[type="submit"].button, .sfFormSubmit .cr10-callToAction .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr10-callToAction .sfFormSubmit input[type="submit"].button, .cr10-callToAction .sfFormSubmit .cr80-subLinks input[type="submit"].button, .cr80-subLinks .sfFormSubmit .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .sfFormSubmit .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .sfFormSubmit input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .sfFormSubmit .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .cr52-storiesListRotator > .pull-right .wsbtn-lg.read-more, .cr52-storiesListRotator > .pull-right .cr80-subLinks .wsbtn-lg.read-more, .cr80-subLinks .cr52-storiesListRotator > .pull-right .cr10-callToAction .read-more.button, .cr52-storiesListRotator > .pull-right .cr10-callToAction .cr80-subLinks .read-more.button, .cr80-subLinks .cr10-callToAction .cr52-storiesListRotator > .pull-right .read-more.button, .cr10-callToAction .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button, .cr80-subLinks .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .read-more.button__pink--large, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .cr80-subLinks .read-more.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .read-more.button__pink--large, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button__pink--large, .cr80-subLinks .cr48-newsItem .sfcommentsForm .wsbtn-lg.sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .cr80-subLinks .wsbtn-lg.sfcommentsSubmitBtn, .cr80-subLinks .cr48-newsItem .sfcommentsForm .cr10-callToAction .sfcommentsSubmitBtn.button, .cr48-newsItem .sfcommentsForm .cr10-callToAction .cr80-subLinks .sfcommentsSubmitBtn.button, .cr80-subLinks .cr10-callToAction .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button, .cr10-callToAction .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button, .cr80-subLinks .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .sfcommentsSubmitBtn.button__pink--large, .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button__pink--large, .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large, .cr80-subLinks .cr50-latestNews .wsbtn-lg.buttonAlt, .cr50-latestNews .cr80-subLinks .wsbtn-lg.buttonAlt, .cr80-subLinks .cr50-latestNews .cr10-callToAction .buttonAlt.button, .cr50-latestNews .cr10-callToAction .cr80-subLinks .buttonAlt.button, .cr80-subLinks .cr10-callToAction .cr50-latestNews .buttonAlt.button, .cr10-callToAction .cr50-latestNews .cr80-subLinks .buttonAlt.button, .cr80-subLinks .cr50-latestNews .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large, .cr50-latestNews .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr50-latestNews .buttonAlt.button__pink--large, .CR02_GetInvolvedCarousel .cr50-latestNews .cr80-subLinks .buttonAlt.button__pink--large, .cr80-subLinks .cr01-activitiesList .underline_linkText > a.wsbtn-lg, .cr01-activitiesList .cr80-subLinks .underline_linkText > a.wsbtn-lg, .cr80-subLinks .cr01-activitiesList .cr10-callToAction .underline_linkText > a.button, .cr01-activitiesList .cr10-callToAction .cr80-subLinks .underline_linkText > a.button, .cr80-subLinks .cr10-callToAction .cr01-activitiesList .underline_linkText > a.button, .cr10-callToAction .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button, .cr80-subLinks .cr01-activitiesList .CR02_GetInvolvedCarousel .underline_linkText > a.button__pink--large, .cr01-activitiesList .CR02_GetInvolvedCarousel .cr80-subLinks .underline_linkText > a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr01-activitiesList .underline_linkText > a.button__pink--large, .CR02_GetInvolvedCarousel .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button__pink--large, .cr80-subLinks .cr55-profile-short .wsbtn-lg.js_Close, .cr55-profile-short .cr80-subLinks .wsbtn-lg.js_Close, .cr80-subLinks .cr55-profile-short .cr10-callToAction .js_Close.button, .cr55-profile-short .cr10-callToAction .cr80-subLinks .js_Close.button, .cr80-subLinks .cr10-callToAction .cr55-profile-short .js_Close.button, .cr10-callToAction .cr55-profile-short .cr80-subLinks .js_Close.button, .cr80-subLinks .cr55-profile-short .CR02_GetInvolvedCarousel .js_Close.button__pink--large, .cr55-profile-short .CR02_GetInvolvedCarousel .cr80-subLinks .js_Close.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr55-profile-short .js_Close.button__pink--large, .CR02_GetInvolvedCarousel .cr55-profile-short .cr80-subLinks .js_Close.button__pink--large, .cr80-subLinks .cr85-mahpRegistrationForm input.wsbtn-lg[type="submit"], .cr85-mahpRegistrationForm .cr80-subLinks input.wsbtn-lg[type="submit"], .cr80-subLinks .cr85-mahpRegistrationForm .cr10-callToAction input[type="submit"].button, .cr85-mahpRegistrationForm .cr10-callToAction .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr10-callToAction .cr85-mahpRegistrationForm input[type="submit"].button, .cr10-callToAction .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .cr205-feature-box-1 .wsbtn-lg.button, .cr205-feature-box-1 .cr80-subLinks .wsbtn-lg.button, .cr80-subLinks .cr205-feature-box-1 .cr10-callToAction .button, .cr205-feature-box-1 .cr10-callToAction .cr80-subLinks .button, .cr80-subLinks .cr10-callToAction .cr205-feature-box-1 .button, .cr10-callToAction .cr205-feature-box-1 .cr80-subLinks .button, .cr80-subLinks .cr205-feature-box-1 .CR02_GetInvolvedCarousel .button.button__pink--large, .cr205-feature-box-1 .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr205-feature-box-1 .button.button__pink--large, .CR02_GetInvolvedCarousel .cr205-feature-box-1 .cr80-subLinks .button.button__pink--large, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp input.wsbtn-lg[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input.wsbtn-lg[type="submit"], .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction input[type="submit"].button, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button, .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.wsbtn-lg, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.wsbtn-lg, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction a.button, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction .cr80-subLinks a.button, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button, .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel a.button__pink--large, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button__pink--large, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button__pink--large, .cr80-subLinks .js-cr13-normal .accordion__item > a.wsbtn-lg, .js-cr13-normal .cr80-subLinks .accordion__item > a.wsbtn-lg, .cr80-subLinks .js-cr13-normal .cr10-callToAction .accordion__item > a.button, .js-cr13-normal .cr10-callToAction .cr80-subLinks .accordion__item > a.button, .cr80-subLinks .cr10-callToAction .js-cr13-normal .accordion__item > a.button, .cr10-callToAction .js-cr13-normal .cr80-subLinks .accordion__item > a.button, .cr80-subLinks .js-cr13-normal .CR02_GetInvolvedCarousel .accordion__item > a.button__pink--large, .js-cr13-normal .CR02_GetInvolvedCarousel .cr80-subLinks .accordion__item > a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .js-cr13-normal .accordion__item > a.button__pink--large, .CR02_GetInvolvedCarousel .js-cr13-normal .cr80-subLinks .accordion__item > a.button__pink--large, .cr80-subLinks .cr33-fullWidthBanner .wsbtn-lg.button, .cr33-fullWidthBanner .cr80-subLinks .wsbtn-lg.button, .cr80-subLinks .cr33-fullWidthBanner .cr10-callToAction .button, .cr33-fullWidthBanner .cr10-callToAction .cr80-subLinks .button, .cr80-subLinks .cr10-callToAction .cr33-fullWidthBanner .button, .cr10-callToAction .cr33-fullWidthBanner .cr80-subLinks .button, .cr80-subLinks .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .button.button__pink--large, .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .button.button__pink--large, .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .cr80-subLinks .button.button__pink--large, .cr80-subLinks .m-searchBanner .wsbtn-lg.search__submit, .m-searchBanner .cr80-subLinks .wsbtn-lg.search__submit, .cr80-subLinks .m-searchBanner .cr10-callToAction .search__submit.button, .m-searchBanner .cr10-callToAction .cr80-subLinks .search__submit.button, .cr80-subLinks .cr10-callToAction .m-searchBanner .search__submit.button, .cr10-callToAction .m-searchBanner .cr80-subLinks .search__submit.button, .cr80-subLinks .m-searchBanner .CR02_GetInvolvedCarousel .search__submit.button__pink--large, .m-searchBanner .CR02_GetInvolvedCarousel .cr80-subLinks .search__submit.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .m-searchBanner .search__submit.button__pink--large, .CR02_GetInvolvedCarousel .m-searchBanner .cr80-subLinks .search__submit.button__pink--large, .cr80-subLinks .bannerWithAside .socialConnect .twerter a.wsbtn-lg, .bannerWithAside .socialConnect .twerter .cr80-subLinks a.wsbtn-lg, .cr80-subLinks .bannerWithAside .socialConnect .twerter .cr10-callToAction a.button, .bannerWithAside .socialConnect .twerter .cr10-callToAction .cr80-subLinks a.button, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .twerter a.button, .cr10-callToAction .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button, .cr80-subLinks .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel a.button__pink--large, .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter a.button__pink--large, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button__pink--large, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk a.wsbtn-lg, .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.wsbtn-lg, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .cr10-callToAction a.button, .bannerWithAside .socialConnect .ferceberk .cr10-callToAction .cr80-subLinks a.button, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .ferceberk a.button, .cr10-callToAction .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel a.button__pink--large, .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk a.button__pink--large, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button__pink--large, .cr80-subLinks .cr20-eventList .tabNav .wsbtn-lg#a1, .cr20-eventList .tabNav .cr80-subLinks .wsbtn-lg#a1, .cr80-subLinks .cr20-eventList .tabNav .cr10-callToAction #a1.button, .cr20-eventList .tabNav .cr10-callToAction .cr80-subLinks #a1.button, .cr80-subLinks .cr10-callToAction .cr20-eventList .tabNav #a1.button, .cr10-callToAction .cr20-eventList .tabNav .cr80-subLinks #a1.button, .cr80-subLinks .cr20-eventList .tabNav .CR02_GetInvolvedCarousel #a1.button__pink--large, .cr20-eventList .tabNav .CR02_GetInvolvedCarousel .cr80-subLinks #a1.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr20-eventList .tabNav #a1.button__pink--large, .CR02_GetInvolvedCarousel .cr20-eventList .tabNav .cr80-subLinks #a1.button__pink--large, .cr80-subLinks .cr11-collectionSearch .RadButton input.wsbtn-lg[type="submit"], .cr11-collectionSearch .RadButton .cr80-subLinks input.wsbtn-lg[type="submit"], .cr80-subLinks .cr11-collectionSearch .RadButton .cr10-callToAction input[type="submit"].button, .cr11-collectionSearch .RadButton .cr10-callToAction .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr10-callToAction .cr11-collectionSearch .RadButton input[type="submit"].button, .cr10-callToAction .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .lightbox.update-dob .buttonContainer a.wsbtn-lg, .lightbox.update-dob .buttonContainer .cr80-subLinks a.wsbtn-lg, .cr80-subLinks .lightbox.update-dob .buttonContainer .cr10-callToAction a.button, .lightbox.update-dob .buttonContainer .cr10-callToAction .cr80-subLinks a.button, .cr80-subLinks .cr10-callToAction .lightbox.update-dob .buttonContainer a.button, .cr10-callToAction .lightbox.update-dob .buttonContainer .cr80-subLinks a.button, .cr80-subLinks .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel a.button__pink--large, .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer a.button__pink--large, .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer .cr80-subLinks a.button__pink--large, .cr80-subLinks .depressionChecklist .buttonWrap input.wsbtn-lg[type="submit"], .depressionChecklist .buttonWrap .cr80-subLinks input.wsbtn-lg[type="submit"], .cr80-subLinks .depressionChecklist .buttonWrap .cr10-callToAction input[type="submit"].button, .depressionChecklist .buttonWrap .cr10-callToAction .cr80-subLinks input[type="submit"].button, .cr80-subLinks .cr10-callToAction .depressionChecklist .buttonWrap input[type="submit"].button, .cr10-callToAction .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button, .cr80-subLinks .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large, .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap input[type="submit"].button__pink--large, .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button__pink--large, .cr80-subLinks .quickSearchFieldsList ~ .wsbtn-lg.buttonLarge, .cr80-subLinks .cr10-callToAction .quickSearchFieldsList ~ .buttonLarge.button, .cr10-callToAction .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button, .cr80-subLinks .CR02_GetInvolvedCarousel .quickSearchFieldsList ~ .buttonLarge.button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button__pink--large, .cr80-subLinks .cr65-searchSelector .accordian .wsbtn-lg.js_accordianExpondo, .cr65-searchSelector .accordian .cr80-subLinks .wsbtn-lg.js_accordianExpondo, .cr80-subLinks .cr65-searchSelector .accordian .cr10-callToAction .js_accordianExpondo.button, .cr65-searchSelector .accordian .cr10-callToAction .cr80-subLinks .js_accordianExpondo.button, .cr80-subLinks .cr10-callToAction .cr65-searchSelector .accordian .js_accordianExpondo.button, .cr10-callToAction .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button, .cr80-subLinks .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .js_accordianExpondo.button__pink--large, .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .cr80-subLinks .js_accordianExpondo.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .js_accordianExpondo.button__pink--large, .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button__pink--large, .cr80-subLinks .cr39-infoResources li .wsbtn-lg.linkText, .cr39-infoResources li .cr80-subLinks .wsbtn-lg.linkText, .cr80-subLinks .cr39-infoResources li .cr10-callToAction .linkText.button, .cr39-infoResources li .cr10-callToAction .cr80-subLinks .linkText.button, .cr80-subLinks .cr10-callToAction .cr39-infoResources li .linkText.button, .cr10-callToAction .cr39-infoResources li .cr80-subLinks .linkText.button, .cr80-subLinks .cr39-infoResources li .CR02_GetInvolvedCarousel .linkText.button__pink--large, .cr39-infoResources li .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr39-infoResources li .linkText.button__pink--large, .CR02_GetInvolvedCarousel .cr39-infoResources li .cr80-subLinks .linkText.button__pink--large, .cr80-subLinks .cr38 li > a .wsbtn-lg.linkText, .cr38 li > a .cr80-subLinks .wsbtn-lg.linkText, .cr80-subLinks .cr38 li > a .cr10-callToAction .linkText.button, .cr38 li > a .cr10-callToAction .cr80-subLinks .linkText.button, .cr80-subLinks .cr10-callToAction .cr38 li > a .linkText.button, .cr10-callToAction .cr38 li > a .cr80-subLinks .linkText.button, .cr80-subLinks .cr38 li > a .CR02_GetInvolvedCarousel .linkText.button__pink--large, .cr38 li > a .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .cr38 li > a .linkText.button__pink--large, .CR02_GetInvolvedCarousel .cr38 li > a .cr80-subLinks .linkText.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .cr80-subLinks .button__pink--large, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button,
  .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button,
  .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn,
  .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button,
  .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button,
  .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button,
  .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button,
  .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button,
  .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button,
  .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button,
  .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button,
  .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button,
  .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-lg.ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .ruBrowse.button, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-lg.ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button,
  .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-lg.ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button,
  .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .wsbtn-lg.ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse,
  .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .ruBrowse.button,
  .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button,
  .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button,
  .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large,
  .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large,
  .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button__pink--large,
  .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .wsbtn-lg.ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .ruBrowse.button, .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button, .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button, .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large, .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button__pink--large, .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .wsbtn-lg.buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .wsbtn-lg.buttonAlt, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .buttonAlt.button, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .cr80-subLinks .buttonAlt.button, .cr80-subLinks .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large, .cr80-subLinks .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button__pink--large, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button__pink--large {
    padding-top: 22px;
    padding-bottom: 22px; }
    .cr80-subLinks .wsbtn.wsbtn-lg:before, .cr80-subLinks .wsbtn-lg.buttonLarge:before, .cr80-subLinks .cr10-callToAction .buttonLarge.button:before, .cr10-callToAction .cr80-subLinks .buttonLarge.button:before, .cr80-subLinks .CR02_GetInvolvedCarousel .buttonLarge.button__pink--large:before, .CR02_GetInvolvedCarousel .cr80-subLinks .buttonLarge.button__pink--large:before, .cr80-subLinks .wsbtn-lg.btn:before, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .wsbtn-lg.sfEditBtn:before, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .wsbtn-lg.sfEditBtn:before, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .sfEditBtn.button:before, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .cr80-subLinks .sfEditBtn.button:before, .cr80-subLinks .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button:before, .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button:before, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .sfEditBtn.button__pink--large:before, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .cr80-subLinks .sfEditBtn.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button__pink--large:before, .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button__pink--large:before, .cr80-subLinks .sfforumPostReplyContainer .wsbtn-lg.sfSubmitBtn:before, .sfforumPostReplyContainer .cr80-subLinks .wsbtn-lg.sfSubmitBtn:before, .cr80-subLinks .sfforumPostReplyContainer .cr10-callToAction .sfSubmitBtn.button:before, .sfforumPostReplyContainer .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:before, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfSubmitBtn.button:before, .cr10-callToAction .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button:before, .cr80-subLinks .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:before, .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfSubmitBtn.button__pink--large:before, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button__pink--large:before, .cr80-subLinks .cr10-callToAction .btn.button:before, .cr10-callToAction .cr80-subLinks .btn.button:before, .cr80-subLinks .CR02_GetInvolvedCarousel .btn.button__pink--large:before, .CR02_GetInvolvedCarousel .cr80-subLinks .btn.button__pink--large:before, .cr80-subLinks .wsbtn-lg.button:before, .cr80-subLinks .cr10-callToAction .button:before, .cr10-callToAction .cr80-subLinks .button:before, .cr80-subLinks .CR02_GetInvolvedCarousel .button.button__pink--large:before, .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:before, .cr80-subLinks .sfFormSubmit input.wsbtn-lg[type="submit"]:before, .sfFormSubmit .cr80-subLinks input.wsbtn-lg[type="submit"]:before, .cr80-subLinks .sfFormSubmit .cr10-callToAction input[type="submit"].button:before, .sfFormSubmit .cr10-callToAction .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr10-callToAction .sfFormSubmit input[type="submit"].button:before, .cr10-callToAction .sfFormSubmit .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .sfFormSubmit .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .sfFormSubmit .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .sfFormSubmit input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .sfFormSubmit .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .cr52-storiesListRotator > .pull-right .wsbtn-lg.read-more:before, .cr52-storiesListRotator > .pull-right .cr80-subLinks .wsbtn-lg.read-more:before, .cr80-subLinks .cr52-storiesListRotator > .pull-right .cr10-callToAction .read-more.button:before, .cr52-storiesListRotator > .pull-right .cr10-callToAction .cr80-subLinks .read-more.button:before, .cr80-subLinks .cr10-callToAction .cr52-storiesListRotator > .pull-right .read-more.button:before, .cr10-callToAction .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button:before, .cr80-subLinks .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .read-more.button__pink--large:before, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .cr80-subLinks .read-more.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .read-more.button__pink--large:before, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button__pink--large:before, .cr80-subLinks .cr48-newsItem .sfcommentsForm .wsbtn-lg.sfcommentsSubmitBtn:before, .cr48-newsItem .sfcommentsForm .cr80-subLinks .wsbtn-lg.sfcommentsSubmitBtn:before, .cr80-subLinks .cr48-newsItem .sfcommentsForm .cr10-callToAction .sfcommentsSubmitBtn.button:before, .cr48-newsItem .sfcommentsForm .cr10-callToAction .cr80-subLinks .sfcommentsSubmitBtn.button:before, .cr80-subLinks .cr10-callToAction .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button:before, .cr10-callToAction .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button:before, .cr80-subLinks .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .sfcommentsSubmitBtn.button__pink--large:before, .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button__pink--large:before, .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large:before, .cr80-subLinks .cr50-latestNews .wsbtn-lg.buttonAlt:before, .cr50-latestNews .cr80-subLinks .wsbtn-lg.buttonAlt:before, .cr80-subLinks .cr50-latestNews .cr10-callToAction .buttonAlt.button:before, .cr50-latestNews .cr10-callToAction .cr80-subLinks .buttonAlt.button:before, .cr80-subLinks .cr10-callToAction .cr50-latestNews .buttonAlt.button:before, .cr10-callToAction .cr50-latestNews .cr80-subLinks .buttonAlt.button:before, .cr80-subLinks .cr50-latestNews .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large:before, .cr50-latestNews .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr50-latestNews .buttonAlt.button__pink--large:before, .CR02_GetInvolvedCarousel .cr50-latestNews .cr80-subLinks .buttonAlt.button__pink--large:before, .cr80-subLinks .cr01-activitiesList .underline_linkText > a.wsbtn-lg:before, .cr01-activitiesList .cr80-subLinks .underline_linkText > a.wsbtn-lg:before, .cr80-subLinks .cr01-activitiesList .cr10-callToAction .underline_linkText > a.button:before, .cr01-activitiesList .cr10-callToAction .cr80-subLinks .underline_linkText > a.button:before, .cr80-subLinks .cr10-callToAction .cr01-activitiesList .underline_linkText > a.button:before, .cr10-callToAction .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button:before, .cr80-subLinks .cr01-activitiesList .CR02_GetInvolvedCarousel .underline_linkText > a.button__pink--large:before, .cr01-activitiesList .CR02_GetInvolvedCarousel .cr80-subLinks .underline_linkText > a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr01-activitiesList .underline_linkText > a.button__pink--large:before, .CR02_GetInvolvedCarousel .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button__pink--large:before, .cr80-subLinks .cr55-profile-short .wsbtn-lg.js_Close:before, .cr55-profile-short .cr80-subLinks .wsbtn-lg.js_Close:before, .cr80-subLinks .cr55-profile-short .cr10-callToAction .js_Close.button:before, .cr55-profile-short .cr10-callToAction .cr80-subLinks .js_Close.button:before, .cr80-subLinks .cr10-callToAction .cr55-profile-short .js_Close.button:before, .cr10-callToAction .cr55-profile-short .cr80-subLinks .js_Close.button:before, .cr80-subLinks .cr55-profile-short .CR02_GetInvolvedCarousel .js_Close.button__pink--large:before, .cr55-profile-short .CR02_GetInvolvedCarousel .cr80-subLinks .js_Close.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr55-profile-short .js_Close.button__pink--large:before, .CR02_GetInvolvedCarousel .cr55-profile-short .cr80-subLinks .js_Close.button__pink--large:before, .cr80-subLinks .cr85-mahpRegistrationForm input.wsbtn-lg[type="submit"]:before, .cr85-mahpRegistrationForm .cr80-subLinks input.wsbtn-lg[type="submit"]:before, .cr80-subLinks .cr85-mahpRegistrationForm .cr10-callToAction input[type="submit"].button:before, .cr85-mahpRegistrationForm .cr10-callToAction .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr10-callToAction .cr85-mahpRegistrationForm input[type="submit"].button:before, .cr10-callToAction .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .cr205-feature-box-1 .wsbtn-lg.button:before, .cr205-feature-box-1 .cr80-subLinks .wsbtn-lg.button:before, .cr80-subLinks .cr205-feature-box-1 .cr10-callToAction .button:before, .cr205-feature-box-1 .cr10-callToAction .cr80-subLinks .button:before, .cr80-subLinks .cr10-callToAction .cr205-feature-box-1 .button:before, .cr10-callToAction .cr205-feature-box-1 .cr80-subLinks .button:before, .cr80-subLinks .cr205-feature-box-1 .CR02_GetInvolvedCarousel .button.button__pink--large:before, .cr205-feature-box-1 .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr205-feature-box-1 .button.button__pink--large:before, .CR02_GetInvolvedCarousel .cr205-feature-box-1 .cr80-subLinks .button.button__pink--large:before, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp input.wsbtn-lg[type="submit"]:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input.wsbtn-lg[type="submit"]:before, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction input[type="submit"].button:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button:before, .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.wsbtn-lg:before, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.wsbtn-lg:before, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction a.button:before, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction .cr80-subLinks a.button:before, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button:before, .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button:before, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel a.button__pink--large:before, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button__pink--large:before, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .js-cr13-normal .accordion__item > a.wsbtn-lg:before, .js-cr13-normal .cr80-subLinks .accordion__item > a.wsbtn-lg:before, .cr80-subLinks .js-cr13-normal .cr10-callToAction .accordion__item > a.button:before, .js-cr13-normal .cr10-callToAction .cr80-subLinks .accordion__item > a.button:before, .cr80-subLinks .cr10-callToAction .js-cr13-normal .accordion__item > a.button:before, .cr10-callToAction .js-cr13-normal .cr80-subLinks .accordion__item > a.button:before, .cr80-subLinks .js-cr13-normal .CR02_GetInvolvedCarousel .accordion__item > a.button__pink--large:before, .js-cr13-normal .CR02_GetInvolvedCarousel .cr80-subLinks .accordion__item > a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .js-cr13-normal .accordion__item > a.button__pink--large:before, .CR02_GetInvolvedCarousel .js-cr13-normal .cr80-subLinks .accordion__item > a.button__pink--large:before, .cr80-subLinks .cr33-fullWidthBanner .wsbtn-lg.button:before, .cr33-fullWidthBanner .cr80-subLinks .wsbtn-lg.button:before, .cr80-subLinks .cr33-fullWidthBanner .cr10-callToAction .button:before, .cr33-fullWidthBanner .cr10-callToAction .cr80-subLinks .button:before, .cr80-subLinks .cr10-callToAction .cr33-fullWidthBanner .button:before, .cr10-callToAction .cr33-fullWidthBanner .cr80-subLinks .button:before, .cr80-subLinks .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .button.button__pink--large:before, .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .button.button__pink--large:before, .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .cr80-subLinks .button.button__pink--large:before, .cr80-subLinks .m-searchBanner .wsbtn-lg.search__submit:before, .m-searchBanner .cr80-subLinks .wsbtn-lg.search__submit:before, .cr80-subLinks .m-searchBanner .cr10-callToAction .search__submit.button:before, .m-searchBanner .cr10-callToAction .cr80-subLinks .search__submit.button:before, .cr80-subLinks .cr10-callToAction .m-searchBanner .search__submit.button:before, .cr10-callToAction .m-searchBanner .cr80-subLinks .search__submit.button:before, .cr80-subLinks .m-searchBanner .CR02_GetInvolvedCarousel .search__submit.button__pink--large:before, .m-searchBanner .CR02_GetInvolvedCarousel .cr80-subLinks .search__submit.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .m-searchBanner .search__submit.button__pink--large:before, .CR02_GetInvolvedCarousel .m-searchBanner .cr80-subLinks .search__submit.button__pink--large:before, .cr80-subLinks .bannerWithAside .socialConnect .twerter a.wsbtn-lg:before, .bannerWithAside .socialConnect .twerter .cr80-subLinks a.wsbtn-lg:before, .cr80-subLinks .bannerWithAside .socialConnect .twerter .cr10-callToAction a.button:before, .bannerWithAside .socialConnect .twerter .cr10-callToAction .cr80-subLinks a.button:before, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .twerter a.button:before, .cr10-callToAction .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button:before, .cr80-subLinks .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel a.button__pink--large:before, .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter a.button__pink--large:before, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk a.wsbtn-lg:before, .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.wsbtn-lg:before, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .cr10-callToAction a.button:before, .bannerWithAside .socialConnect .ferceberk .cr10-callToAction .cr80-subLinks a.button:before, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .ferceberk a.button:before, .cr10-callToAction .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button:before, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel a.button__pink--large:before, .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk a.button__pink--large:before, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .cr20-eventList .tabNav .wsbtn-lg#a1:before, .cr20-eventList .tabNav .cr80-subLinks .wsbtn-lg#a1:before, .cr80-subLinks .cr20-eventList .tabNav .cr10-callToAction #a1.button:before, .cr20-eventList .tabNav .cr10-callToAction .cr80-subLinks #a1.button:before, .cr80-subLinks .cr10-callToAction .cr20-eventList .tabNav #a1.button:before, .cr10-callToAction .cr20-eventList .tabNav .cr80-subLinks #a1.button:before, .cr80-subLinks .cr20-eventList .tabNav .CR02_GetInvolvedCarousel #a1.button__pink--large:before, .cr20-eventList .tabNav .CR02_GetInvolvedCarousel .cr80-subLinks #a1.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr20-eventList .tabNav #a1.button__pink--large:before, .CR02_GetInvolvedCarousel .cr20-eventList .tabNav .cr80-subLinks #a1.button__pink--large:before, .cr80-subLinks .cr11-collectionSearch .RadButton input.wsbtn-lg[type="submit"]:before, .cr11-collectionSearch .RadButton .cr80-subLinks input.wsbtn-lg[type="submit"]:before, .cr80-subLinks .cr11-collectionSearch .RadButton .cr10-callToAction input[type="submit"].button:before, .cr11-collectionSearch .RadButton .cr10-callToAction .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr10-callToAction .cr11-collectionSearch .RadButton input[type="submit"].button:before, .cr10-callToAction .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .lightbox.update-dob .buttonContainer a.wsbtn-lg:before, .lightbox.update-dob .buttonContainer .cr80-subLinks a.wsbtn-lg:before, .cr80-subLinks .lightbox.update-dob .buttonContainer .cr10-callToAction a.button:before, .lightbox.update-dob .buttonContainer .cr10-callToAction .cr80-subLinks a.button:before, .cr80-subLinks .cr10-callToAction .lightbox.update-dob .buttonContainer a.button:before, .cr10-callToAction .lightbox.update-dob .buttonContainer .cr80-subLinks a.button:before, .cr80-subLinks .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel a.button__pink--large:before, .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer a.button__pink--large:before, .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer .cr80-subLinks a.button__pink--large:before, .cr80-subLinks .depressionChecklist .buttonWrap input.wsbtn-lg[type="submit"]:before, .depressionChecklist .buttonWrap .cr80-subLinks input.wsbtn-lg[type="submit"]:before, .cr80-subLinks .depressionChecklist .buttonWrap .cr10-callToAction input[type="submit"].button:before, .depressionChecklist .buttonWrap .cr10-callToAction .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .cr10-callToAction .depressionChecklist .buttonWrap input[type="submit"].button:before, .cr10-callToAction .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button:before, .cr80-subLinks .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:before, .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap input[type="submit"].button__pink--large:before, .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button__pink--large:before, .cr80-subLinks .quickSearchFieldsList ~ .wsbtn-lg.buttonLarge:before, .cr80-subLinks .cr10-callToAction .quickSearchFieldsList ~ .buttonLarge.button:before, .cr10-callToAction .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button:before, .cr80-subLinks .CR02_GetInvolvedCarousel .quickSearchFieldsList ~ .buttonLarge.button__pink--large:before, .CR02_GetInvolvedCarousel .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button__pink--large:before, .cr80-subLinks .cr65-searchSelector .accordian .wsbtn-lg.js_accordianExpondo:before, .cr65-searchSelector .accordian .cr80-subLinks .wsbtn-lg.js_accordianExpondo:before, .cr80-subLinks .cr65-searchSelector .accordian .cr10-callToAction .js_accordianExpondo.button:before, .cr65-searchSelector .accordian .cr10-callToAction .cr80-subLinks .js_accordianExpondo.button:before, .cr80-subLinks .cr10-callToAction .cr65-searchSelector .accordian .js_accordianExpondo.button:before, .cr10-callToAction .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button:before, .cr80-subLinks .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .js_accordianExpondo.button__pink--large:before, .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .cr80-subLinks .js_accordianExpondo.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .js_accordianExpondo.button__pink--large:before, .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button__pink--large:before, .cr80-subLinks .cr39-infoResources li .wsbtn-lg.linkText:before, .cr39-infoResources li .cr80-subLinks .wsbtn-lg.linkText:before, .cr80-subLinks .cr39-infoResources li .cr10-callToAction .linkText.button:before, .cr39-infoResources li .cr10-callToAction .cr80-subLinks .linkText.button:before, .cr80-subLinks .cr10-callToAction .cr39-infoResources li .linkText.button:before, .cr10-callToAction .cr39-infoResources li .cr80-subLinks .linkText.button:before, .cr80-subLinks .cr39-infoResources li .CR02_GetInvolvedCarousel .linkText.button__pink--large:before, .cr39-infoResources li .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr39-infoResources li .linkText.button__pink--large:before, .CR02_GetInvolvedCarousel .cr39-infoResources li .cr80-subLinks .linkText.button__pink--large:before, .cr80-subLinks .cr38 li > a .wsbtn-lg.linkText:before, .cr38 li > a .cr80-subLinks .wsbtn-lg.linkText:before, .cr80-subLinks .cr38 li > a .cr10-callToAction .linkText.button:before, .cr38 li > a .cr10-callToAction .cr80-subLinks .linkText.button:before, .cr80-subLinks .cr10-callToAction .cr38 li > a .linkText.button:before, .cr10-callToAction .cr38 li > a .cr80-subLinks .linkText.button:before, .cr80-subLinks .cr38 li > a .CR02_GetInvolvedCarousel .linkText.button__pink--large:before, .cr38 li > a .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .cr38 li > a .linkText.button__pink--large:before, .CR02_GetInvolvedCarousel .cr38 li > a .cr80-subLinks .linkText.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .button__pink--large:before, .CR02_GetInvolvedCarousel .cr80-subLinks .button__pink--large:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:before, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:before, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:before,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:before,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:before,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:before,
    .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:before,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:before, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:before, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:before,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:before,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button:before,
    .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:before, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:before, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:before,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:before,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:before,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button:before,
    .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:before,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:before,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-lg.ruBrowse:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:before, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button:before, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:before, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button:before,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button:before,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .wsbtn-lg.ruBrowse:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:before,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .ruBrowse.button:before,
    .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button:before,
    .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button:before,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before,
    .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:before,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button__pink--large:before,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:before, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .wsbtn-lg.ruBrowse:before, .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:before, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .ruBrowse.button:before, .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:before, .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button:before, .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button:before, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:before, .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button__pink--large:before, .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:before, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .wsbtn-lg.buttonAlt:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .wsbtn-lg.buttonAlt:before, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .buttonAlt.button:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .cr80-subLinks .buttonAlt.button:before, .cr80-subLinks .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button:before, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button:before, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large:before, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large:before, .cr80-subLinks .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button__pink--large:before, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button__pink--large:before {
      width: 73px; }
    .cr80-subLinks .wsbtn.wsbtn-lg:after, .cr80-subLinks .wsbtn-lg.buttonLarge:after, .cr80-subLinks .cr10-callToAction .buttonLarge.button:after, .cr10-callToAction .cr80-subLinks .buttonLarge.button:after, .cr80-subLinks .CR02_GetInvolvedCarousel .buttonLarge.button__pink--large:after, .CR02_GetInvolvedCarousel .cr80-subLinks .buttonLarge.button__pink--large:after, .cr80-subLinks .wsbtn-lg.btn:after, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .wsbtn-lg.sfEditBtn:after, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .wsbtn-lg.sfEditBtn:after, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .sfEditBtn.button:after, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr10-callToAction .cr80-subLinks .sfEditBtn.button:after, .cr80-subLinks .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button:after, .cr10-callToAction .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button:after, .cr80-subLinks .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .sfEditBtn.button__pink--large:after, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .CR02_GetInvolvedCarousel .cr80-subLinks .sfEditBtn.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn.button__pink--large:after, .CR02_GetInvolvedCarousel .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr80-subLinks .sfEditBtn.button__pink--large:after, .cr80-subLinks .sfforumPostReplyContainer .wsbtn-lg.sfSubmitBtn:after, .sfforumPostReplyContainer .cr80-subLinks .wsbtn-lg.sfSubmitBtn:after, .cr80-subLinks .sfforumPostReplyContainer .cr10-callToAction .sfSubmitBtn.button:after, .sfforumPostReplyContainer .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:after, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfSubmitBtn.button:after, .cr10-callToAction .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button:after, .cr80-subLinks .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:after, .sfforumPostReplyContainer .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfSubmitBtn.button__pink--large:after, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .cr80-subLinks .sfSubmitBtn.button__pink--large:after, .cr80-subLinks .cr10-callToAction .btn.button:after, .cr10-callToAction .cr80-subLinks .btn.button:after, .cr80-subLinks .CR02_GetInvolvedCarousel .btn.button__pink--large:after, .CR02_GetInvolvedCarousel .cr80-subLinks .btn.button__pink--large:after, .cr80-subLinks .wsbtn-lg.button:after, .cr80-subLinks .cr10-callToAction .button:after, .cr10-callToAction .cr80-subLinks .button:after, .cr80-subLinks .CR02_GetInvolvedCarousel .button.button__pink--large:after, .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:after, .cr80-subLinks .sfFormSubmit input.wsbtn-lg[type="submit"]:after, .sfFormSubmit .cr80-subLinks input.wsbtn-lg[type="submit"]:after, .cr80-subLinks .sfFormSubmit .cr10-callToAction input[type="submit"].button:after, .sfFormSubmit .cr10-callToAction .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr10-callToAction .sfFormSubmit input[type="submit"].button:after, .cr10-callToAction .sfFormSubmit .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .sfFormSubmit .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .sfFormSubmit .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .sfFormSubmit input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .sfFormSubmit .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .cr52-storiesListRotator > .pull-right .wsbtn-lg.read-more:after, .cr52-storiesListRotator > .pull-right .cr80-subLinks .wsbtn-lg.read-more:after, .cr80-subLinks .cr52-storiesListRotator > .pull-right .cr10-callToAction .read-more.button:after, .cr52-storiesListRotator > .pull-right .cr10-callToAction .cr80-subLinks .read-more.button:after, .cr80-subLinks .cr10-callToAction .cr52-storiesListRotator > .pull-right .read-more.button:after, .cr10-callToAction .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button:after, .cr80-subLinks .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .read-more.button__pink--large:after, .cr52-storiesListRotator > .pull-right .CR02_GetInvolvedCarousel .cr80-subLinks .read-more.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .read-more.button__pink--large:after, .CR02_GetInvolvedCarousel .cr52-storiesListRotator > .pull-right .cr80-subLinks .read-more.button__pink--large:after, .cr80-subLinks .cr48-newsItem .sfcommentsForm .wsbtn-lg.sfcommentsSubmitBtn:after, .cr48-newsItem .sfcommentsForm .cr80-subLinks .wsbtn-lg.sfcommentsSubmitBtn:after, .cr80-subLinks .cr48-newsItem .sfcommentsForm .cr10-callToAction .sfcommentsSubmitBtn.button:after, .cr48-newsItem .sfcommentsForm .cr10-callToAction .cr80-subLinks .sfcommentsSubmitBtn.button:after, .cr80-subLinks .cr10-callToAction .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button:after, .cr10-callToAction .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button:after, .cr80-subLinks .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .sfcommentsSubmitBtn.button__pink--large:after, .cr48-newsItem .sfcommentsForm .CR02_GetInvolvedCarousel .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn.button__pink--large:after, .CR02_GetInvolvedCarousel .cr48-newsItem .sfcommentsForm .cr80-subLinks .sfcommentsSubmitBtn.button__pink--large:after, .cr80-subLinks .cr50-latestNews .wsbtn-lg.buttonAlt:after, .cr50-latestNews .cr80-subLinks .wsbtn-lg.buttonAlt:after, .cr80-subLinks .cr50-latestNews .cr10-callToAction .buttonAlt.button:after, .cr50-latestNews .cr10-callToAction .cr80-subLinks .buttonAlt.button:after, .cr80-subLinks .cr10-callToAction .cr50-latestNews .buttonAlt.button:after, .cr10-callToAction .cr50-latestNews .cr80-subLinks .buttonAlt.button:after, .cr80-subLinks .cr50-latestNews .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large:after, .cr50-latestNews .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr50-latestNews .buttonAlt.button__pink--large:after, .CR02_GetInvolvedCarousel .cr50-latestNews .cr80-subLinks .buttonAlt.button__pink--large:after, .cr80-subLinks .cr01-activitiesList .underline_linkText > a.wsbtn-lg:after, .cr01-activitiesList .cr80-subLinks .underline_linkText > a.wsbtn-lg:after, .cr80-subLinks .cr01-activitiesList .cr10-callToAction .underline_linkText > a.button:after, .cr01-activitiesList .cr10-callToAction .cr80-subLinks .underline_linkText > a.button:after, .cr80-subLinks .cr10-callToAction .cr01-activitiesList .underline_linkText > a.button:after, .cr10-callToAction .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button:after, .cr80-subLinks .cr01-activitiesList .CR02_GetInvolvedCarousel .underline_linkText > a.button__pink--large:after, .cr01-activitiesList .CR02_GetInvolvedCarousel .cr80-subLinks .underline_linkText > a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr01-activitiesList .underline_linkText > a.button__pink--large:after, .CR02_GetInvolvedCarousel .cr01-activitiesList .cr80-subLinks .underline_linkText > a.button__pink--large:after, .cr80-subLinks .cr55-profile-short .wsbtn-lg.js_Close:after, .cr55-profile-short .cr80-subLinks .wsbtn-lg.js_Close:after, .cr80-subLinks .cr55-profile-short .cr10-callToAction .js_Close.button:after, .cr55-profile-short .cr10-callToAction .cr80-subLinks .js_Close.button:after, .cr80-subLinks .cr10-callToAction .cr55-profile-short .js_Close.button:after, .cr10-callToAction .cr55-profile-short .cr80-subLinks .js_Close.button:after, .cr80-subLinks .cr55-profile-short .CR02_GetInvolvedCarousel .js_Close.button__pink--large:after, .cr55-profile-short .CR02_GetInvolvedCarousel .cr80-subLinks .js_Close.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr55-profile-short .js_Close.button__pink--large:after, .CR02_GetInvolvedCarousel .cr55-profile-short .cr80-subLinks .js_Close.button__pink--large:after, .cr80-subLinks .cr85-mahpRegistrationForm input.wsbtn-lg[type="submit"]:after, .cr85-mahpRegistrationForm .cr80-subLinks input.wsbtn-lg[type="submit"]:after, .cr80-subLinks .cr85-mahpRegistrationForm .cr10-callToAction input[type="submit"].button:after, .cr85-mahpRegistrationForm .cr10-callToAction .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr10-callToAction .cr85-mahpRegistrationForm input[type="submit"].button:after, .cr10-callToAction .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .cr85-mahpRegistrationForm .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .cr85-mahpRegistrationForm .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .cr205-feature-box-1 .wsbtn-lg.button:after, .cr205-feature-box-1 .cr80-subLinks .wsbtn-lg.button:after, .cr80-subLinks .cr205-feature-box-1 .cr10-callToAction .button:after, .cr205-feature-box-1 .cr10-callToAction .cr80-subLinks .button:after, .cr80-subLinks .cr10-callToAction .cr205-feature-box-1 .button:after, .cr10-callToAction .cr205-feature-box-1 .cr80-subLinks .button:after, .cr80-subLinks .cr205-feature-box-1 .CR02_GetInvolvedCarousel .button.button__pink--large:after, .cr205-feature-box-1 .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr205-feature-box-1 .button.button__pink--large:after, .CR02_GetInvolvedCarousel .cr205-feature-box-1 .cr80-subLinks .button.button__pink--large:after, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp input.wsbtn-lg[type="submit"]:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input.wsbtn-lg[type="submit"]:after, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction input[type="submit"].button:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button:after, .cr10-callToAction .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .sfforumNewThreadWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .sfforumNewThreadWrp .sfSubmitBtnWrp .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.wsbtn-lg:after, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.wsbtn-lg:after, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction a.button:after, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr10-callToAction .cr80-subLinks a.button:after, .cr80-subLinks .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button:after, .cr10-callToAction .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button:after, .cr80-subLinks .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel a.button__pink--large:after, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a.button__pink--large:after, .CR02_GetInvolvedCarousel .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .js-cr13-normal .accordion__item > a.wsbtn-lg:after, .js-cr13-normal .cr80-subLinks .accordion__item > a.wsbtn-lg:after, .cr80-subLinks .js-cr13-normal .cr10-callToAction .accordion__item > a.button:after, .js-cr13-normal .cr10-callToAction .cr80-subLinks .accordion__item > a.button:after, .cr80-subLinks .cr10-callToAction .js-cr13-normal .accordion__item > a.button:after, .cr10-callToAction .js-cr13-normal .cr80-subLinks .accordion__item > a.button:after, .cr80-subLinks .js-cr13-normal .CR02_GetInvolvedCarousel .accordion__item > a.button__pink--large:after, .js-cr13-normal .CR02_GetInvolvedCarousel .cr80-subLinks .accordion__item > a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .js-cr13-normal .accordion__item > a.button__pink--large:after, .CR02_GetInvolvedCarousel .js-cr13-normal .cr80-subLinks .accordion__item > a.button__pink--large:after, .cr80-subLinks .cr33-fullWidthBanner .wsbtn-lg.button:after, .cr33-fullWidthBanner .cr80-subLinks .wsbtn-lg.button:after, .cr80-subLinks .cr33-fullWidthBanner .cr10-callToAction .button:after, .cr33-fullWidthBanner .cr10-callToAction .cr80-subLinks .button:after, .cr80-subLinks .cr10-callToAction .cr33-fullWidthBanner .button:after, .cr10-callToAction .cr33-fullWidthBanner .cr80-subLinks .button:after, .cr80-subLinks .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .button.button__pink--large:after, .cr33-fullWidthBanner .CR02_GetInvolvedCarousel .cr80-subLinks .button.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .button.button__pink--large:after, .CR02_GetInvolvedCarousel .cr33-fullWidthBanner .cr80-subLinks .button.button__pink--large:after, .cr80-subLinks .m-searchBanner .wsbtn-lg.search__submit:after, .m-searchBanner .cr80-subLinks .wsbtn-lg.search__submit:after, .cr80-subLinks .m-searchBanner .cr10-callToAction .search__submit.button:after, .m-searchBanner .cr10-callToAction .cr80-subLinks .search__submit.button:after, .cr80-subLinks .cr10-callToAction .m-searchBanner .search__submit.button:after, .cr10-callToAction .m-searchBanner .cr80-subLinks .search__submit.button:after, .cr80-subLinks .m-searchBanner .CR02_GetInvolvedCarousel .search__submit.button__pink--large:after, .m-searchBanner .CR02_GetInvolvedCarousel .cr80-subLinks .search__submit.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .m-searchBanner .search__submit.button__pink--large:after, .CR02_GetInvolvedCarousel .m-searchBanner .cr80-subLinks .search__submit.button__pink--large:after, .cr80-subLinks .bannerWithAside .socialConnect .twerter a.wsbtn-lg:after, .bannerWithAside .socialConnect .twerter .cr80-subLinks a.wsbtn-lg:after, .cr80-subLinks .bannerWithAside .socialConnect .twerter .cr10-callToAction a.button:after, .bannerWithAside .socialConnect .twerter .cr10-callToAction .cr80-subLinks a.button:after, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .twerter a.button:after, .cr10-callToAction .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button:after, .cr80-subLinks .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel a.button__pink--large:after, .bannerWithAside .socialConnect .twerter .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter a.button__pink--large:after, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .twerter .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk a.wsbtn-lg:after, .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.wsbtn-lg:after, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .cr10-callToAction a.button:after, .bannerWithAside .socialConnect .ferceberk .cr10-callToAction .cr80-subLinks a.button:after, .cr80-subLinks .cr10-callToAction .bannerWithAside .socialConnect .ferceberk a.button:after, .cr10-callToAction .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button:after, .cr80-subLinks .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel a.button__pink--large:after, .bannerWithAside .socialConnect .ferceberk .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk a.button__pink--large:after, .CR02_GetInvolvedCarousel .bannerWithAside .socialConnect .ferceberk .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .cr20-eventList .tabNav .wsbtn-lg#a1:after, .cr20-eventList .tabNav .cr80-subLinks .wsbtn-lg#a1:after, .cr80-subLinks .cr20-eventList .tabNav .cr10-callToAction #a1.button:after, .cr20-eventList .tabNav .cr10-callToAction .cr80-subLinks #a1.button:after, .cr80-subLinks .cr10-callToAction .cr20-eventList .tabNav #a1.button:after, .cr10-callToAction .cr20-eventList .tabNav .cr80-subLinks #a1.button:after, .cr80-subLinks .cr20-eventList .tabNav .CR02_GetInvolvedCarousel #a1.button__pink--large:after, .cr20-eventList .tabNav .CR02_GetInvolvedCarousel .cr80-subLinks #a1.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr20-eventList .tabNav #a1.button__pink--large:after, .CR02_GetInvolvedCarousel .cr20-eventList .tabNav .cr80-subLinks #a1.button__pink--large:after, .cr80-subLinks .cr11-collectionSearch .RadButton input.wsbtn-lg[type="submit"]:after, .cr11-collectionSearch .RadButton .cr80-subLinks input.wsbtn-lg[type="submit"]:after, .cr80-subLinks .cr11-collectionSearch .RadButton .cr10-callToAction input[type="submit"].button:after, .cr11-collectionSearch .RadButton .cr10-callToAction .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr10-callToAction .cr11-collectionSearch .RadButton input[type="submit"].button:after, .cr10-callToAction .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .cr11-collectionSearch .RadButton .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .cr11-collectionSearch .RadButton .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .lightbox.update-dob .buttonContainer a.wsbtn-lg:after, .lightbox.update-dob .buttonContainer .cr80-subLinks a.wsbtn-lg:after, .cr80-subLinks .lightbox.update-dob .buttonContainer .cr10-callToAction a.button:after, .lightbox.update-dob .buttonContainer .cr10-callToAction .cr80-subLinks a.button:after, .cr80-subLinks .cr10-callToAction .lightbox.update-dob .buttonContainer a.button:after, .cr10-callToAction .lightbox.update-dob .buttonContainer .cr80-subLinks a.button:after, .cr80-subLinks .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel a.button__pink--large:after, .lightbox.update-dob .buttonContainer .CR02_GetInvolvedCarousel .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer a.button__pink--large:after, .CR02_GetInvolvedCarousel .lightbox.update-dob .buttonContainer .cr80-subLinks a.button__pink--large:after, .cr80-subLinks .depressionChecklist .buttonWrap input.wsbtn-lg[type="submit"]:after, .depressionChecklist .buttonWrap .cr80-subLinks input.wsbtn-lg[type="submit"]:after, .cr80-subLinks .depressionChecklist .buttonWrap .cr10-callToAction input[type="submit"].button:after, .depressionChecklist .buttonWrap .cr10-callToAction .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .cr10-callToAction .depressionChecklist .buttonWrap input[type="submit"].button:after, .cr10-callToAction .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button:after, .cr80-subLinks .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel input[type="submit"].button__pink--large:after, .depressionChecklist .buttonWrap .CR02_GetInvolvedCarousel .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap input[type="submit"].button__pink--large:after, .CR02_GetInvolvedCarousel .depressionChecklist .buttonWrap .cr80-subLinks input[type="submit"].button__pink--large:after, .cr80-subLinks .quickSearchFieldsList ~ .wsbtn-lg.buttonLarge:after, .cr80-subLinks .cr10-callToAction .quickSearchFieldsList ~ .buttonLarge.button:after, .cr10-callToAction .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button:after, .cr80-subLinks .CR02_GetInvolvedCarousel .quickSearchFieldsList ~ .buttonLarge.button__pink--large:after, .CR02_GetInvolvedCarousel .cr80-subLinks .quickSearchFieldsList ~ .buttonLarge.button__pink--large:after, .cr80-subLinks .cr65-searchSelector .accordian .wsbtn-lg.js_accordianExpondo:after, .cr65-searchSelector .accordian .cr80-subLinks .wsbtn-lg.js_accordianExpondo:after, .cr80-subLinks .cr65-searchSelector .accordian .cr10-callToAction .js_accordianExpondo.button:after, .cr65-searchSelector .accordian .cr10-callToAction .cr80-subLinks .js_accordianExpondo.button:after, .cr80-subLinks .cr10-callToAction .cr65-searchSelector .accordian .js_accordianExpondo.button:after, .cr10-callToAction .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button:after, .cr80-subLinks .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .js_accordianExpondo.button__pink--large:after, .cr65-searchSelector .accordian .CR02_GetInvolvedCarousel .cr80-subLinks .js_accordianExpondo.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .js_accordianExpondo.button__pink--large:after, .CR02_GetInvolvedCarousel .cr65-searchSelector .accordian .cr80-subLinks .js_accordianExpondo.button__pink--large:after, .cr80-subLinks .cr39-infoResources li .wsbtn-lg.linkText:after, .cr39-infoResources li .cr80-subLinks .wsbtn-lg.linkText:after, .cr80-subLinks .cr39-infoResources li .cr10-callToAction .linkText.button:after, .cr39-infoResources li .cr10-callToAction .cr80-subLinks .linkText.button:after, .cr80-subLinks .cr10-callToAction .cr39-infoResources li .linkText.button:after, .cr10-callToAction .cr39-infoResources li .cr80-subLinks .linkText.button:after, .cr80-subLinks .cr39-infoResources li .CR02_GetInvolvedCarousel .linkText.button__pink--large:after, .cr39-infoResources li .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr39-infoResources li .linkText.button__pink--large:after, .CR02_GetInvolvedCarousel .cr39-infoResources li .cr80-subLinks .linkText.button__pink--large:after, .cr80-subLinks .cr38 li > a .wsbtn-lg.linkText:after, .cr38 li > a .cr80-subLinks .wsbtn-lg.linkText:after, .cr80-subLinks .cr38 li > a .cr10-callToAction .linkText.button:after, .cr38 li > a .cr10-callToAction .cr80-subLinks .linkText.button:after, .cr80-subLinks .cr10-callToAction .cr38 li > a .linkText.button:after, .cr10-callToAction .cr38 li > a .cr80-subLinks .linkText.button:after, .cr80-subLinks .cr38 li > a .CR02_GetInvolvedCarousel .linkText.button__pink--large:after, .cr38 li > a .CR02_GetInvolvedCarousel .cr80-subLinks .linkText.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .cr38 li > a .linkText.button__pink--large:after, .CR02_GetInvolvedCarousel .cr38 li > a .cr80-subLinks .linkText.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .button__pink--large:after, .CR02_GetInvolvedCarousel .cr80-subLinks .button__pink--large:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:after, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button:after, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:after,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button:after,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:after,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .wsbtn-lg.sfSubmitBtn:after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .wsbtn-lg.sfSubmitBtn:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .sfSubmitBtn.button:after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr10-callToAction .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button:after,
    .cr10-callToAction .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .sfSubmitBtn.button__pink--large:after,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfSubmitBtn.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr80-subLinks .sfSubmitBtn.button__pink--large:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:after, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:after, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:after,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button:after,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileSaveLnk:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileSaveLnk:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileSaveLnk.button:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button:after,
    .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileSaveLnk.button__pink--large:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileSaveLnk.button__pink--large:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:after, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:after, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:after,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button:after,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:after,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .wsbtn-lg.sfprofileCancelLnk:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .wsbtn-lg.sfprofileCancelLnk:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .sfprofileCancelLnk.button:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr10-callToAction .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button:after,
    .cr10-callToAction .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button:after,
    .cr80-subLinks .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .sfprofileCancelLnk.button__pink--large:after,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .CR02_GetInvolvedCarousel .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .sfprofileLnkWrp .cr80-subLinks .sfprofileCancelLnk.button__pink--large:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .wsbtn-lg.ruBrowse:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:after, .cr80-subLinks .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button:after, .cr10-callToAction .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:after, .cr80-subLinks .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button:after,
    .cr10-callToAction .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .wsbtn-lg.ruBrowse:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .ruBrowse.button:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button:after,
    .cr10-callToAction .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .wsbtn-lg.ruBrowse:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:after,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .ruBrowse.button:after,
    .beyondBlue .forgotPassword .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button:after,
    .cr10-callToAction .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button:after,
    .cr80-subLinks .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after,
    .beyondBlue .forgotPassword .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:after,
    .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .ruBrowse.button__pink--large:after,
    .CR02_GetInvolvedCarousel .beyondBlue .forgotPassword .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:after, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .wsbtn-lg.ruBrowse:after, .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .wsbtn-lg.ruBrowse:after, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .ruBrowse.button:after, .beyondBlue .sfprofileAvatar .ruFileWrap .cr10-callToAction .cr80-subLinks .ruBrowse.button:after, .cr80-subLinks .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button:after, .cr10-callToAction .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button:after, .cr80-subLinks .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .ruBrowse.button__pink--large:after, .beyondBlue .sfprofileAvatar .ruFileWrap .CR02_GetInvolvedCarousel .cr80-subLinks .ruBrowse.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse.button__pink--large:after, .CR02_GetInvolvedCarousel .beyondBlue .sfprofileAvatar .ruFileWrap .cr80-subLinks .ruBrowse.button__pink--large:after, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .wsbtn-lg.buttonAlt:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .wsbtn-lg.buttonAlt:after, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .buttonAlt.button:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr10-callToAction .cr80-subLinks .buttonAlt.button:after, .cr80-subLinks .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button:after, .cr10-callToAction .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button:after, .cr80-subLinks .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .buttonAlt.button__pink--large:after, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .CR02_GetInvolvedCarousel .cr80-subLinks .buttonAlt.button__pink--large:after, .cr80-subLinks .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt.button__pink--large:after, .CR02_GetInvolvedCarousel .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr80-subLinks .buttonAlt.button__pink--large:after {
      right: 26px; }

.cr51-newsList article {
  border-bottom: 1px solid #666;
  padding-bottom: 32px;
  margin-bottom: 29px;
  font-size: 18px;
  line-height: 24px;
  position: relative; }
  .cr51-newsList article .meta, .cr51-newsList article .summary {
    margin-bottom: 20px; }
  .cr51-newsList article .comments {
    color: #E0004D;
    text-decoration: none; }
    .cr51-newsList article .comments:hover, .cr51-newsList article .comments:focus {
      color: #009BC9;
      text-decoration: underline; }
  .cr51-newsList article.media:before, .cr51-newsList article.media:after {
    content: " ";
    display: table; }
  .cr51-newsList article.media:after {
    clear: both; }
  .cr51-newsList article.media .media-left {
    float: left;
    width: 116px; }
    @media screen and (max-width: 479px) {
      .cr51-newsList article.media .media-left {
        float: none;
        width: auto;
        margin-bottom: 15px; }
        .cr51-newsList article.media .media-left img {
          width: 100%;
          height: auto; } }
  .cr51-newsList article.media .media-body {
    padding-left: 130px; }
    @media screen and (max-width: 479px) {
      .cr51-newsList article.media .media-body {
        padding-left: 0; } }
  .cr51-newsList article h3 a {
    text-decoration: none; }
    .cr51-newsList article h3 a:hover, .cr51-newsList article h3 a:focus {
      color: #009BC9;
      text-decoration: underline; }

.CR49_YoutubeEmbed {
  margin: 25px 0; }
  .CR49_YoutubeEmbed .buttonHolder a {
    font-family: "FFDINWeb";
    font-weight: normal;
    font-size: 18px;
    color: #E0004D; }
  .CR49_YoutubeEmbed .videoContainment {
    margin-bottom: 10px; }

.cr48-newsItem .meta {
  margin-bottom: 1em; }
.cr48-newsItem .itemFooter .taxonomy {
  margin-bottom: 1em; }
  .cr48-newsItem .itemFooter .taxonomy a {
    color: #E0004D; }
    .cr48-newsItem .itemFooter .taxonomy a:hover, .cr48-newsItem .itemFooter .taxonomy a:focus {
      text-decoration: none; }
.cr48-newsItem .itemFooter .sharing:before, .cr48-newsItem .itemFooter .sharing:after {
  content: " ";
  display: table; }
.cr48-newsItem .itemFooter .sharing:after {
  clear: both; }
.cr48-newsItem .itemFooter .sharing li {
  float: left;
  margin-right: 10px; }
  .cr48-newsItem .itemFooter .sharing li .buttonShare {
    color: #000;
    display: inline-block;
    background: linear-gradient(to bottom, #FDFDFD 0px, #DDD 100%) repeat scroll 0% 0% transparent;
    position: relative;
    margin: 0px;
    padding: 2px 5px 2px 25px;
    font-size: 11px;
    line-height: 16px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    text-align: center;
    text-decoration: none; }
    .cr48-newsItem .itemFooter .sharing li .buttonShare .sprite-self {
      background-image: url("/App_Themes/standard/images/icons.png");
      display: block;
      position: absolute;
      top: 4px;
      left: 5px; }
    .cr48-newsItem .itemFooter .sharing li .buttonShare.email .sprite-self {
      background-position: -466px -100px;
      width: 17px;
      height: 11px; }
    .cr48-newsItem .itemFooter .sharing li .buttonShare.calendar .sprite-self {
      background-position: -450px -100px;
      width: 12px;
      height: 12px; }
.cr48-newsItem .sfcommentsTitle {
  margin-top: 0.5em; }
.cr48-newsItem .sfcommentsForm textarea {
  width: 100%;
  margin-bottom: 0.5em; }
.cr48-newsItem .sfcommentsForm .sfError {
  margin-bottom: 0.5em; }
.cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn {
  min-width: 0; }

.cr49-newsHeadlines .heading3 {
  font-size: 30px;
  line-height: 34px;
  color: #009BC9;
  font-family: "FFDINWebBold";
  margin: 0px 0px 24px 0; }
.cr49-newsHeadlines li {
  border-bottom: 1px solid #666666;
  color: #333333;
  font-family: "FFDINWeb";
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 0; }
  .cr49-newsHeadlines li:first-child {
    padding-top: 0; }
  .cr49-newsHeadlines li a {
    color: #009BC9;
    text-decoration: none; }
    .cr49-newsHeadlines li a:hover, .cr49-newsHeadlines li a:focus {
      text-decoration: underline; }

.cr04b-majorPartnerLink h2 {
  font-family: "FFDINWebBold";
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #009BC9;
  margin-bottom: 15px; }
.cr04b-majorPartnerLink .imgWrap {
  width: 153px;
  height: 134px;
  margin-bottom: 15px; }
.cr04b-majorPartnerLink .link, .cr04b-majorPartnerLink table a, table .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink label a, label .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .cr51-newsList article h3 a, .cr51-newsList article h3 .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .cr45-mediaReleaseList section ol li .media--content .headlineText, .cr45-mediaReleaseList section ol li .media--content .cr04b-majorPartnerLink .headlineText, .cr04b-majorPartnerLink .cr45-mediaReleaseList section ol li .media--content .fileIcons a, .cr45-mediaReleaseList section ol li .media--content .fileIcons .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .cr24-mahpResults .info1 a, .cr24-mahpResults .info1 .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .cr55-profile-short .popup a, .cr55-profile-short .popup .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .cr47-forumActivity .separatedList li a, .cr47-forumActivity .separatedList li .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .sfforumNewThreadWrp .sfCancel, .sfforumNewThreadWrp .cr04b-majorPartnerLink .sfCancel, .cr04b-majorPartnerLink .cr29-forumPosts .sfforumThreadPostContentWrp a, .cr29-forumPosts .sfforumThreadPostContentWrp .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.btn, .cr29-forumPosts .sfforumThreadPostContentWrp .cr04b-majorPartnerLink .sfforumReportBtn.btn, .cr04b-majorPartnerLink .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReportBtn.sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr04b-majorPartnerLink .sfforumReportBtn.sfEditBtn, .cr04b-majorPartnerLink .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfforumReportBtn.sfSubmitBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .cr04b-majorPartnerLink .sfforumReportBtn.sfSubmitBtn, .cr04b-majorPartnerLink .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.sfSubmitBtn, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .cr04b-majorPartnerLink .sfforumReportBtn.sfSubmitBtn, .cr04b-majorPartnerLink .sfforumReplyPostWrp .oldestNewest .orderReply, .sfforumReplyPostWrp .oldestNewest .cr04b-majorPartnerLink .orderReply, .cr04b-majorPartnerLink .cr18-eventItem .meta a, .cr18-eventItem .meta .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .lightbox.update-dob .why, .lightbox.update-dob .cr04b-majorPartnerLink .why, .cr04b-majorPartnerLink .cr05a-askQuesionDetail .meta a, .cr05a-askQuesionDetail .meta .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 a, .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .sfsearchReultTitleSnippetUrl .sfsearchResultTitle a, .sfsearchReultTitleSnippetUrl .sfsearchResultTitle .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .sfsearchReultTitleSnippetUrl .sfsearchResultUrl a, .sfsearchReultTitleSnippetUrl .sfsearchResultUrl .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField a, .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField a,
.beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField a,
.beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField a,
.beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField a,
.beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField a,
.beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField a,
.beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField a,
.beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField a,
.beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField a,
.beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField a,
.beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField .cr04b-majorPartnerLink a,
.cr04b-majorPartnerLink .beyondBlue .forgotPassword .boxout .sfregisterField a,
.beyondBlue .forgotPassword .boxout .sfregisterField .cr04b-majorPartnerLink a, .cr04b-majorPartnerLink .facetedResults .sfsearchResultUrl a, .facetedResults .sfsearchResultUrl .cr04b-majorPartnerLink a {
  font-family: "FFDINWeb";
  font-weight: normal;
  font-size: 18px;
  color: #009BC9;
  line-height: 24px; }

.twitter-follow-button {
  float: right; }

.cr09b-roadshowEventList,
.cr65-searchSelector {
  margin-bottom: 1em; }
  .cr09b-roadshowEventList .event__search,
  .cr65-searchSelector .event__search {
    background-color: #009BC9;
    padding: 2em;
    margin-bottom: 50px; }
    .cr09b-roadshowEventList .event__search .search__title,
    .cr65-searchSelector .event__search .search__title {
      color: #FFF; }
    .cr09b-roadshowEventList .event__search .sfFieldWrp,
    .cr65-searchSelector .event__search .sfFieldWrp {
      margin-bottom: 0; }
      .cr09b-roadshowEventList .event__search .sfFieldWrp .search__postcode,
      .cr65-searchSelector .event__search .sfFieldWrp .search__postcode {
        color: #333;
        font-size: 16px;
        line-height: initial;
        padding: 5px 10px;
        border: 0 solid #ffffff; }
      .cr09b-roadshowEventList .event__search .sfFieldWrp .search__submit,
      .cr65-searchSelector .event__search .sfFieldWrp .search__submit {
        padding-top: 9px;
        line-height: 1em; }
  .cr09b-roadshowEventList .tabNav,
  .cr65-searchSelector .tabNav {
    border: 1px solid #333333;
    border-bottom-width: 0; }
    .cr09b-roadshowEventList .tabNav:before, .cr09b-roadshowEventList .tabNav:after,
    .cr65-searchSelector .tabNav:before,
    .cr65-searchSelector .tabNav:after {
      content: " ";
      display: table; }
    .cr09b-roadshowEventList .tabNav:after,
    .cr65-searchSelector .tabNav:after {
      clear: both; }
    .cr09b-roadshowEventList .tabNav li,
    .cr65-searchSelector .tabNav li {
      background-color: #025C76;
      color: #FFFFFF;
      font-family: "FFDINWebBold";
      font-weight: normal;
      font-style: normal;
      font-size: 22px;
      text-align: center;
      line-height: 24px;
      float: left;
      width: 50%; }
      .cr09b-roadshowEventList .tabNav li.active,
      .cr65-searchSelector .tabNav li.active {
        background-color: transparent;
        color: #009DD9; }
      .cr09b-roadshowEventList .tabNav li a,
      .cr65-searchSelector .tabNav li a {
        color: inherit;
        text-decoration: none;
        display: block;
        padding: 23px 0; }
  .cr09b-roadshowEventList .tabContent,
  .cr65-searchSelector .tabContent {
    display: none;
    border: 1px solid #333333;
    border-top-width: 0;
    padding: 0 2em 2em 2em; }
    .cr09b-roadshowEventList .tabContent:before, .cr09b-roadshowEventList .tabContent:after,
    .cr65-searchSelector .tabContent:before,
    .cr65-searchSelector .tabContent:after {
      content: " ";
      display: table; }
    .cr09b-roadshowEventList .tabContent:after,
    .cr65-searchSelector .tabContent:after {
      clear: both; }
    .cr09b-roadshowEventList .tabContent.active,
    .cr65-searchSelector .tabContent.active {
      display: block; }
    .cr09b-roadshowEventList .tabContent .heading3,
    .cr65-searchSelector .tabContent .heading3 {
      font-family: "FFDINWebBold";
      font-weight: normal;
      font-size: 22px;
      color: #009DD9;
      line-height: 24px;
      margin: 1em 0; }
    .cr09b-roadshowEventList .tabContent .event__list,
    .cr65-searchSelector .tabContent .event__list {
      border-top: 1px solid #333333;
      margin-bottom: 1em; }
      .cr09b-roadshowEventList .tabContent .event__list li,
      .cr65-searchSelector .tabContent .event__list li {
        display: block;
        font-size: 16px;
        line-height: 18px;
        padding: 16px 0; }
        .cr09b-roadshowEventList .tabContent .event__list li:before, .cr09b-roadshowEventList .tabContent .event__list li:after,
        .cr65-searchSelector .tabContent .event__list li:before,
        .cr65-searchSelector .tabContent .event__list li:after {
          content: " ";
          display: table; }
        .cr09b-roadshowEventList .tabContent .event__list li:after,
        .cr65-searchSelector .tabContent .event__list li:after {
          clear: both; }
        .cr09b-roadshowEventList .tabContent .event__list li:nth-of-type(2n),
        .cr65-searchSelector .tabContent .event__list li:nth-of-type(2n) {
          background-color: #e2ebfa; }
        .cr09b-roadshowEventList .tabContent .event__list li .event__date,
        .cr65-searchSelector .tabContent .event__list li .event__date {
          font-family: "FFDINWeb";
          font-weight: normal;
          padding: 9px 25px;
          float: left;
          width: 50%; }
        .cr09b-roadshowEventList .tabContent .event__list li .event__location,
        .cr65-searchSelector .tabContent .event__list li .event__location {
          font-family: "FFDINWeb";
          font-weight: normal;
          color: #E0004D;
          padding: 9px 25px;
          float: left;
          width: 50%; }
          .cr09b-roadshowEventList .tabContent .event__list li .event__location a,
          .cr65-searchSelector .tabContent .event__list li .event__location a {
            color: inherit;
            display: block; }

.m-takeStep .callToAction {
  margin: 0 auto;
  max-width: 916px; }
.m-takeStep h2 {
  color: #FFF;
  font-family: "FFDINWebBold";
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  text-align: center; }
.m-takeStep .takeStep__list {
  margin: 0; }
  .m-takeStep .takeStep__list li {
    margin: 15px 0;
    max-width: 229px; }
    .m-takeStep .takeStep__list li a img {
      border: 2px solid #ffffff; }

.cr02-ambassadorsList {
  margin-top: 20px; }
  .cr02-ambassadorsList article blockquote {
    margin-top: 1.2em;
    font-family: 'FFDINWeb';
    font-size: 16px;
    line-height: 24px;
    height: 5em; }
    .cr02-ambassadorsList article blockquote:before, .cr02-ambassadorsList article blockquote:after {
      font-family: Arial;
      line-height: inherit !important; }
    .cr02-ambassadorsList article blockquote:before {
      margin-right: 2px; }
    .cr02-ambassadorsList article blockquote:after {
      margin-left: 2px; }
  .cr02-ambassadorsList article .imgWrap {
    overflow: hidden;
    height: 380px; }
  .cr02-ambassadorsList article .imgWrap img {
    width: 100%;
    height: auto; }
  .cr02-ambassadorsList article a {
    display: block;
    position: relative; }
    .cr02-ambassadorsList article a:hover header, .cr02-ambassadorsList article a:focus header {
      background: #00aff3; }
    .cr02-ambassadorsList article a header {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #009DD9;
      color: white;
      text-decoration: none;
      padding: 10px 20px;
      min-height: 81px; }
      .cr02-ambassadorsList article a header h3 {
        font-family: 'FFDINWebBold';
        font-weight: normal;
        font-style: normal;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px; }
      .cr02-ambassadorsList article a header .meta {
        font-family: 'FFDINWebBold';
        color: #FFFFFF;
        font-size: 15px; }
    .cr02-ambassadorsList article a.readMore {
      font-family: 'FFDINWeb';
      font-size: 16px;
      color: #E0004D;
      line-height: 20px;
      margin: 20px 0 40px; }
      .cr02-ambassadorsList article a.readMore:hover, .cr02-ambassadorsList article a.readMore:focus {
        text-decoration: none; }

.cr82-subscriptions ul {
  margin-bottom: 30px; }
  .cr82-subscriptions ul li {
    border-bottom: 1px solid #666666; }
    .cr82-subscriptions ul li:last-child {
      border-bottom-width: 0; }
    .cr82-subscriptions ul li label {
      font-family: "FFDINWebBold";
      font-weight: normal;
      font-size: 20px;
      line-height: 24px;
      color: #E0004D; }
      .cr82-subscriptions ul li label:hover, .cr82-subscriptions ul li label:focus {
        color: #009BC9; }
    .cr82-subscriptions ul li input[type="checkbox"]:hover + label, .cr82-subscriptions ul li input[type="checkbox"]:focus + label, .cr82-subscriptions ul li input[type="radio"]:hover + label, .cr82-subscriptions ul li input[type="radio"]:focus + label {
      color: #009BC9; }

.cr60-researchAccordian .accordian li {
  margin-bottom: 15px; }
  .cr60-researchAccordian .accordian li h3 {
    background-color: #009BC9;
    font-family: "FFDINWebBold";
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #FFF; }
    .cr60-researchAccordian .accordian li h3 a {
      color: inherit;
      display: block;
      text-decoration: none;
      padding: 7px 15px 7px 44px;
      position: relative; }
      .cr60-researchAccordian .accordian li h3 a:hover .linkText, .cr60-researchAccordian .accordian li h3 a:focus .linkText {
        text-decoration: underline; }
      .cr60-researchAccordian .accordian li h3 a .highContrast {
        position: absolute;
        left: 10px;
        font-size: 30px;
        line-height: 1em; }
        .cr60-researchAccordian .accordian li h3 a .highContrast:before {
          content: "";
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #ffffff;
          font-size: 30px;
          line-height: 1em; }
      .cr60-researchAccordian .accordian li h3 a .linkText {
        display: inline; }
  .cr60-researchAccordian .accordian li.active h3 a .highContrast:before {
    content: "\f146"; }
  .cr60-researchAccordian .accordian li .item {
    padding: 12px 15px; }
    .cr60-researchAccordian .accordian li .item:nth-child(2n+1) {
      background-color: #f2f2f2; }
    .cr60-researchAccordian .accordian li .item h4 {
      color: #333333;
      font-family: "FFDINWebBold";
      font-weight: normal;
      font-size: 16px;
      line-height: 20px; }
      .cr60-researchAccordian .accordian li .item h4 a {
        display: block;
        text-decoration: none;
        color: #E0004D; }
        .cr60-researchAccordian .accordian li .item h4 a:hover, .cr60-researchAccordian .accordian li .item h4 a:focus {
          text-decoration: underline;
          color: #009BC9; }
    .cr60-researchAccordian .accordian li .item .meta {
      color: #333333;
      font-family: "FFDINWeb", sans-serif;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 1em; }
    .cr60-researchAccordian .accordian li .item .summary {
      color: #333333;
      font-family: "FFDINWeb", sans-serif;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px; }

.cr45-mediaReleaseList section h2 {
  background-color: #009BC9;
  font-family: "FFDINWebBold";
  font-weight: normal;
  font-size: 18px;
  padding: 10px 15px;
  line-height: 30px;
  color: #FFF; }
.cr45-mediaReleaseList section ol li:nth-child(odd) {
  background: #F2F2F2; }
.cr45-mediaReleaseList section ol li {
  padding: 15px 15px 15px 0; }
  .cr45-mediaReleaseList section ol li .media--img {
    float: left;
    width: 100px;
    text-align: center; }
    .cr45-mediaReleaseList section ol li .media--img span {
      font-size: 2.4em;
      display: block; }
  .cr45-mediaReleaseList section ol li .media--content {
    overflow: hidden; }
    .cr45-mediaReleaseList section ol li .media--content .headlineText {
      font-weight: bold;
      padding-bottom: 10px;
      display: block;
      line-height: 1.25em;
      text-decoration: none; }
      .cr45-mediaReleaseList section ol li .media--content .headlineText:hover, .cr45-mediaReleaseList section ol li .media--content .headlineText:focus {
        text-decoration: underline; }
    .cr45-mediaReleaseList section ol li .media--content .fileIcons {
      margin-top: 10px; }
      .cr45-mediaReleaseList section ol li .media--content .fileIcons .pdf:before {
        display: inline-block;
        margin-right: 5px;
        content: "\f1c1";
        color: black;
        font-family: 'FontAwesome';
        text-decoration: none !important; }

.cr45b-mediaReleaseDetails .meta {
  margin-bottom: 10px;
  color: #666; }
.cr45b-mediaReleaseDetails .fileIcons {
  margin-top: 10px; }
  .cr45b-mediaReleaseDetails .fileIcons a {
    color: #E0004D;
    position: relative;
    padding-left: 1.25em; }
    .cr45b-mediaReleaseDetails .fileIcons a:hover, .cr45b-mediaReleaseDetails .fileIcons a:focus {
      text-decoration: none; }
  .cr45b-mediaReleaseDetails .fileIcons .pdf:before {
    display: inline-block;
    content: "\f1c1";
    color: black;
    font-family: 'FontAwesome';
    text-decoration: none !important;
    position: absolute;
    left: 0;
    top: 6px; }

.cr08b-roadshow-banner .imgWrap {
  position: relative;
  min-height: 273px;
  z-index: 1; }
  .cr08b-roadshow-banner .imgWrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .cr08b-roadshow-banner .imgWrap .bannerText {
    background-color: #009BC9;
    color: #ffffff;
    font-family: "FFDINWebBold";
    font-weight: normal;
    font-size: 30px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 25%;
    right: 25%;
    width: 50%;
    z-index: 3;
    text-align: center; }
    .cr08b-roadshow-banner .imgWrap .bannerText a {
      display: inline-block;
      color: inherit;
      font-size: 14px;
      font-family: "FFDINWebBold";
      font-weight: normal;
      margin-left: 0.5em; }
      .cr08b-roadshow-banner .imgWrap .bannerText a:hover, .cr08b-roadshow-banner .imgWrap .bannerText a:focus {
        text-decoration: none; }

.cr01b-roadshow-event-results h2 {
  font-family: "FFDINWebBold";
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  color: #009BC9;
  margin-bottom: 10px; }
.cr01b-roadshow-event-results .event__list li .heading3 {
  font-family: "FFDINWebBold";
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  color: #009BC9;
  margin-bottom: 10px; }
.cr01b-roadshow-event-results .event__list li .panel .panel__header {
  background-color: #009BC9;
  color: #ffffff;
  font-family: "FFDINWebBold";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 12px;
  margin-bottom: 10px; }
  .cr01b-roadshow-event-results .event__list li .panel .panel__header:before, .cr01b-roadshow-event-results .event__list li .panel .panel__header:after {
    content: " ";
    display: table; }
  .cr01b-roadshow-event-results .event__list li .panel .panel__header:after {
    clear: both; }
  .cr01b-roadshow-event-results .event__list li .panel .panel__header a {
    color: inherit;
    font-family: "FFDINWeb";
    font-weight: normal;
    font-size: 16px;
    text-decoration: underline; }
    .cr01b-roadshow-event-results .event__list li .panel .panel__header a:hover, .cr01b-roadshow-event-results .event__list li .panel .panel__header a:focus {
      text-decoration: none; }
  .cr01b-roadshow-event-results .event__list li .panel .panel__header .event__distance {
    float: right; }
.cr01b-roadshow-event-results .event__list li .panel .panel__body:before, .cr01b-roadshow-event-results .event__list li .panel .panel__body:after {
  content: " ";
  display: table; }
.cr01b-roadshow-event-results .event__list li .panel .panel__body:after {
  clear: both; }
.cr01b-roadshow-event-results .event__list li .panel .panel__body .event__date {
  float: left;
  color: #333333;
  font-family: "FFDINWeb";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1em; }
  .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__date .date__label {
    font-family: "FFDINWebBold";
    display: block; }
.cr01b-roadshow-event-results .event__list li .panel .panel__body .event__dropdown {
  float: right;
  margin-bottom: 1em;
  position: relative; }
  .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__dropdown .addthisevent-drop {
    position: absolute;
    right: 0;
    white-space: nowrap; }
    .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__dropdown .addthisevent-drop:hover, .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__dropdown .addthisevent-drop:focus {
      opacity: 1; }
    @media (max-width: 479px) {
      .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__dropdown .addthisevent-drop {
        width: 100%; } }
    .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__dropdown .addthisevent-drop .fa {
      margin-right: 0.5em; }
    .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__dropdown .addthisevent-drop .addthisevent_dropdown {
      display: none; }
      .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__dropdown .addthisevent-drop .addthisevent_dropdown span {
        font-family: "FFDINWeb";
        font-weight: normal;
        display: block;
        padding: 8px 0;
        color: #ffffff;
        text-align: center; }
        .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__dropdown .addthisevent-drop .addthisevent_dropdown span:hover, .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__dropdown .addthisevent-drop .addthisevent_dropdown span:focus {
          text-decoration: underline; }
.cr01b-roadshow-event-results .event__list li .panel .panel__body .event__summary {
  color: #333333;
  font-family: "FFDINWeb";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1.5em; }
  .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__summary a {
    text-decoration: underline;
    color: #E0004D;
    margin-left: 0.5em; }
    .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__summary a:hover, .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__summary a:focus {
      text-decoration: none; }
    .cr01b-roadshow-event-results .event__list li .panel .panel__body .event__summary a:after {
      content: " >"; }

body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion {
  border: 1px solid #666666;
  margin: 25px 0; }
  body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation {
    display: table;
    width: 100%; }
    body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation li {
      display: table-cell; }
      body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation li a {
        display: block;
        padding: 1em 1.5em;
        color: white;
        text-decoration: none;
        outline: 0;
        background: #025C76; }
        body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation li a .fa {
          float: left;
          font-size: 2.1em; }
        body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation li a .fa + div {
          overflow: hidden;
          padding-left: 15px; }
          body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation li a .fa + div strong {
            display: block; }
        body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation li a:hover, body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation li a:focus {
          background: #457599 !important; }
      body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation li.isCurrentTab a {
        background: none;
        color: #333; }
        body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation li.isCurrentTab a:hover, body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion > .accordion__navigation li.isCurrentTab a:focus {
          background: #f7f7f7 !important; }
  body:not(.pageID-5190e2a9-f371-61bc-846e-ff0000e9d3fc):not(.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d) .m-accordion .accordion__content .sfContentBlock {
    padding: 1.5em; }

.cr207 {
  margin: 25px auto !important;
  padding: 40px 0 30px;
  background: #355A76; }
  .cr207:before, .cr207:after {
    content: " ";
    display: table; }
  .cr207:after {
    clear: both; }
  .cr207 h3 {
    font-family: 'FFDINWebBold';
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
    white-space: normal;
    word-break: break-word;
    font-size: 46px; }
  .cr207 .sfContentBlock {
    color: white; }
  .cr207 .link-btn {
    white-space: nowrap;
    color: white;
    display: block;
    text-align: center;
    padding: 1em 0.5em;
    text-decoration: none; }
    .cr207 .link-btn:hover, .cr207 .link-btn:focus {
      opacity: 0.8; }
  .cr207 .link-title {
    white-space: normal;
    word-break: break-word; }
  .cr207 .link-text {
    margin-top: 5px;
    font-family: FFDINWebBold;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    white-space: nowrap;
    white-space: normal;
    word-break: break-word; }
  .cr207 .link1 {
    background: #E0004D; }
  .cr207 .link2 {
    background: #BC2279; }

.cr24-mahpResults:before, .cr24-mahpResults:after {
  content: " ";
  display: table; }
.cr24-mahpResults:after {
  clear: both; }
.cr24-mahpResults header {
  background: #5d99c9;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  padding: 20px 0 17px; }
  .cr24-mahpResults header .title {
    font-family: "FFDINWebBold", sans-serif;
    padding-left: 22px; }
    .cr24-mahpResults header .title + .title {
      padding-right: 22px; }
.cr24-mahpResults .accordian {
  font-size: 14px; }
  .cr24-mahpResults .accordian li {
    padding: 24px 15px 24px 48px;
    overflow: hidden; }
    .cr24-mahpResults .accordian li:nth-child(even) {
      background: #f2f2f2; }
  .cr24-mahpResults .accordian .js_accordianExpondo {
    font-family: "FFDINWebBold", sans-serif;
    color: #333;
    text-decoration: none;
    position: relative;
    outline: 0; }
    .cr24-mahpResults .accordian .js_accordianExpondo .highContrast {
      position: absolute;
      left: -37px;
      top: 3px; }
      .cr24-mahpResults .accordian .js_accordianExpondo .highContrast:before {
        content: "";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #009BC9;
        font-size: 30px; }
      .cr24-mahpResults .accordian .js_accordianExpondo .highContrast img {
        display: none; }
    .cr24-mahpResults .accordian .js_accordianExpondo:hover, .cr24-mahpResults .accordian .js_accordianExpondo:focus {
      color: #BC2279; }
      .cr24-mahpResults .accordian .js_accordianExpondo:hover .highContrast:before, .cr24-mahpResults .accordian .js_accordianExpondo:focus .highContrast:before {
        color: #BC2279; }
  .cr24-mahpResults .accordian .active .js_accordianExpondo .highContrast:before {
    content: "\f146"; }
.cr24-mahpResults .js_AccordianContent {
  clear: both; }
.cr24-mahpResults .info1,
.cr24-mahpResults .info2,
.cr24-mahpResults .media--content {
  padding-bottom: 15px; }
  .cr24-mahpResults .info1 strong,
  .cr24-mahpResults .info2 strong,
  .cr24-mahpResults .media--content strong {
    font-family: "FFDINWebBold", sans-serif;
    font-weight: normal; }
.cr24-mahpResults .info2 img {
  max-width: 100%; }
.cr24-mahpResults .media--img {
  padding-bottom: 15px; }
.cr24-mahpResults header .title {
  width: 55%;
  float: left; }
  .cr24-mahpResults header .title + .title {
    width: 45%;
    float: right;
    padding-left: 4%; }
.cr24-mahpResults .accordian {
  font-size: 16px; }
  .cr24-mahpResults .accordian li {
    padding: 24px 0 24px; }
.cr24-mahpResults .media--img,
.cr24-mahpResults .info1 {
  width: 55%;
  float: left;
  border-right: 1px solid transparent;
  padding-right: 4%;
  padding-left: 58px; }
.cr24-mahpResults .media--content,
.cr24-mahpResults .info2 {
  width: 45%;
  float: left;
  padding-bottom: 10px;
  padding-left: 4%;
  border-left: 1px solid transparent;
  margin-left: -1px;
  position: relative; }
.cr24-mahpResults .media--content {
  padding-bottom: 25px; }
.cr24-mahpResults .info1 dl {
  line-height: 22px; }
  .cr24-mahpResults .info1 dl dt,
  .cr24-mahpResults .info1 dl dd {
    float: left;
    margin-bottom: 5px;
    min-height: 22px; }
  .cr24-mahpResults .info1 dl dt {
    width: 45%;
    font-family: "FFDINWebBold", sans-serif; }
  .cr24-mahpResults .info1 dl dd {
    width: 55%; }
    .cr24-mahpResults .info1 dl dd:after {
      content: "";
      display: table;
      clear: both; }
.cr24-mahpResults .active .media--img,
.cr24-mahpResults .active .info1 {
  border-right: 1px solid #333; }
.cr24-mahpResults .active .media--content,
.cr24-mahpResults .active .info2 {
  border-left: 1px solid #333; }
.cr24-mahpResults header .title {
  width: 55%;
  float: left; }
  .cr24-mahpResults header .title + .title {
    width: 45%; }

.cr50-latestNews h3 a {
  color: inherit;
  text-decoration: none; }
  .cr50-latestNews h3 a:hover, .cr50-latestNews h3 a:focus {
    text-decoration: underline;
    color: #009BC9; }
.cr50-latestNews .meta {
  font-family: "FFDINWeb";
  font-weight: normal;
  color: #333; }
.cr50-latestNews .summary {
  margin-bottom: 0.5em; }
.cr50-latestNews h3,
.cr50-latestNews .summary {
  line-height: 26px; }

.cr83-eventListSummary h3 a {
  color: inherit;
  text-decoration: none; }
  .cr83-eventListSummary h3 a:hover, .cr83-eventListSummary h3 a:focus {
    text-decoration: underline; }
.cr83-eventListSummary .meta {
  font-family: "FFDINWeb";
  font-weight: normal;
  color: #333; }

/*!
	cr63 using: controlsWrap, slideIndicator
*/
/*.cr63-landing {
	position: relative; // holds all the things
	margin: 0 0; //no longer in holder

	.flexslider { overflow: hidden; }

	.homepageSliderSlides {

		border: 1px solid #fff;

		li {

			overflow: hidden;
			text-align: center;
			position: relative;
			//& + li { display: none; }

			img { max-width: 100%; max-height: 100%; display: inline-block; }
		}
	}

	.slideIndicator {  }

	//keep in mind this guy has AA ctrls in a <li>, <li> has class as well as prev/next <a>
	//too many jQ tied to the original classes of the slider, not wanting to change/override. use new classes for styles
	.controlsWrap {
		.prevSlide,
		.nextSlide {top: 145px; }
	}

	//heads up, no hook for the banner text per se, have to make this guy large then reset text and link
	.slideTxt {
		padding: 20px;
		background: blue;
		color: #fff;
		font-size: 40px;
		line-height: 1.4em;

		//now reset to 'normal'
		.bannerText,
		a { font-size: 18px; }

		.bannerText { display: block; line-height: 1.4em; }
	}
	@include only(xs) {
		.homepageSlideControls  { display: none!important; }

		.homepageSliderSlides li {

			.slideTxt { text-align: left; }
		}
	}

	@include only(x) {
		box-shadow: none;

		ul { overflow: hidden; background: #0B7FA2; }

		.homepageSliderSlides li {
			height: auto;
			line-height: inherit;



			img { max-height: 157px; }

			.slideTxt {
				background: none;

				.bannerText { font-size: 14px; line-height: 1.4em; font-weight: normal; }
			}

			.button { font-size: 13px; font-weight: bold; box-shadow: none; padding: 15px 28px; }
		}
	}

	@include only(sml) {
		.slideTxt { width: 306px; }
	}

	@include only(ml) {
		.slideTxt { max-width: 45%; }
	}
}

//------------------------------------------------------------------
//!controlsWrap and !slides
///used in home page and AA slider cr63

.slideIndicator,
.cr63-landing .flex-control-nav {

	text-align: center;//we can center the buttons as they are inline block, woo


	li { display: inline-block; line-height: 30px; margin: 0 3px; }

	a {

		display: block;
		background: #ccc;
		//getting picked up by default <a>, remove
		border-bottom: none;

		&:hover,
		&:focus { background: blue; }

		&.active,
		&.flex-active { background: red; }
	}

	//for home guy, there be different markup and jQ in the way
	.selected a { background: red; }

	@include only(x) {
		a {
			background: #999;

			&.active,
			&.flex-active { background: red; }
		}
	}
}//end .indicators
*/
.cr41-jobsListing {
  margin-bottom: 30px; }
  .cr41-jobsListing h2 {
    font-family: "FFDINWebBold";
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    color: #009BC9;
    margin: 0px 0px 0.5em 0; }
  .cr41-jobsListing article {
    border-bottom: 1px dashed #333333;
    font-family: "FFDINWeb", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding: 1em 0; }
    .cr41-jobsListing article p {
      margin-bottom: 0; }
    .cr41-jobsListing article a {
      color: #E0004D;
      font-family: "FFDINWebBold", sans-serif;
      text-decoration: none;
      margin-bottom: 1em; }
      .cr41-jobsListing article a:hover, .cr41-jobsListing article a:focus {
        text-decoration: underline; }

.cr22-factSheet {
  border-top: 1px solid #666;
  padding: 40px 0px; }
  .cr22-factSheet:before, .cr22-factSheet:after {
    content: " ";
    display: table; }
  .cr22-factSheet:after {
    clear: both; }
  .cr22-factSheet .heading2 {
    text-align: center;
    margin: 0px 0px 40px; }
  .cr22-factSheet .bottomSeparatedList .media {
    margin-bottom: 30px; }
    .cr22-factSheet .bottomSeparatedList .media .media--img {
      float: left;
      margin-right: 15px; }
      .cr22-factSheet .bottomSeparatedList .media .media--img .sprite-self {
        background-image: url("/App_Themes/standard/images/icons.png");
        display: block;
        background-position: 0 -301px;
        width: 44px;
        height: 46px; }
    .cr22-factSheet .bottomSeparatedList .media .media--content {
      color: #333333;
      font-family: "FFDINWeb", sans-serif;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      padding-left: 68px; }
      .cr22-factSheet .bottomSeparatedList .media .media--content a {
        color: inherit;
        text-decoration: none; }
        .cr22-factSheet .bottomSeparatedList .media .media--content a:hover, .cr22-factSheet .bottomSeparatedList .media .media--content a:focus {
          text-decoration: underline; }
  .cr22-factSheet .wsbtn, .cr22-factSheet .buttonLarge, .cr22-factSheet .btn, .cr22-factSheet .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr22-factSheet .sfEditBtn, .cr22-factSheet .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .cr22-factSheet .sfSubmitBtn, .cr22-factSheet .button, .cr22-factSheet .sfFormSubmit input[type="submit"], .sfFormSubmit .cr22-factSheet input[type="submit"], .cr22-factSheet .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .cr22-factSheet .read-more, .cr22-factSheet .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .cr22-factSheet .sfcommentsSubmitBtn, .cr22-factSheet .cr50-latestNews .buttonAlt, .cr50-latestNews .cr22-factSheet .buttonAlt, .cr22-factSheet .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .cr22-factSheet .underline_linkText > a, .cr22-factSheet .cr55-profile-short .js_Close, .cr55-profile-short .cr22-factSheet .js_Close, .cr22-factSheet .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .cr22-factSheet input[type="submit"], .cr22-factSheet .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .cr22-factSheet input[type="submit"], .cr22-factSheet .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr22-factSheet a, .cr22-factSheet .js-cr13-normal .accordion__item > a, .js-cr13-normal .cr22-factSheet .accordion__item > a, .cr22-factSheet .m-searchBanner .search__submit, .m-searchBanner .cr22-factSheet .search__submit, .cr22-factSheet .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .cr22-factSheet a, .cr22-factSheet .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .cr22-factSheet a, .cr22-factSheet .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .cr22-factSheet #a1, .cr22-factSheet .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .cr22-factSheet input[type="submit"], .cr22-factSheet .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .cr22-factSheet a, .cr22-factSheet .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .cr22-factSheet input[type="submit"], .cr22-factSheet .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .cr22-factSheet .js_accordianExpondo, .cr22-factSheet .cr39-infoResources li .linkText, .cr39-infoResources li .cr22-factSheet .linkText, .cr22-factSheet .cr38 li > a .linkText, .cr38 li > a .cr22-factSheet .linkText, .cr22-factSheet .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .cr22-factSheet .button__pink--large, .cr22-factSheet .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr22-factSheet .sfSubmitBtn,
  .cr22-factSheet .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr22-factSheet .sfSubmitBtn,
  .cr22-factSheet .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr22-factSheet .sfSubmitBtn,
  .cr22-factSheet .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr22-factSheet .sfSubmitBtn, .cr22-factSheet .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr22-factSheet .sfprofileSaveLnk,
  .cr22-factSheet .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr22-factSheet .sfprofileSaveLnk,
  .cr22-factSheet .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr22-factSheet .sfprofileSaveLnk,
  .cr22-factSheet .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr22-factSheet .sfprofileSaveLnk, .cr22-factSheet .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr22-factSheet .sfprofileCancelLnk,
  .cr22-factSheet .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr22-factSheet .sfprofileCancelLnk,
  .cr22-factSheet .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr22-factSheet .sfprofileCancelLnk,
  .cr22-factSheet .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr22-factSheet .sfprofileCancelLnk, .cr22-factSheet .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr22-factSheet .ruBrowse,
  .cr22-factSheet .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr22-factSheet .ruBrowse,
  .cr22-factSheet .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr22-factSheet .ruBrowse,
  .cr22-factSheet .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .cr22-factSheet .ruBrowse, .cr22-factSheet .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .cr22-factSheet .ruBrowse, .cr22-factSheet .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr22-factSheet .buttonAlt {
    float: right; }

.cr01-activitiesList {
  margin-bottom: 15px; }
  .cr01-activitiesList article h3 a {
    color: inherit;
    text-decoration: none; }
    .cr01-activitiesList article h3 a:hover, .cr01-activitiesList article h3 a:focus {
      color: #BC2279; }
  .cr01-activitiesList article dl dt {
    font-family: "FFDINWebBold", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    float: left;
    clear: left;
    margin-right: 0.5em; }
  .cr01-activitiesList article dl dd {
    font-family: "FFDINWeb", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px; }
  .cr01-activitiesList article p {
    font-family: "FFDINWeb", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px; }
  .cr01-activitiesList article .link, .cr01-activitiesList article table a, table .cr01-activitiesList article a, .cr01-activitiesList article label a, label .cr01-activitiesList article a, .cr01-activitiesList .cr51-newsList article h3 a, .cr51-newsList .cr01-activitiesList article h3 a, .cr01-activitiesList article .cr45-mediaReleaseList section ol li .media--content .headlineText, .cr45-mediaReleaseList section ol li .media--content .cr01-activitiesList article .headlineText, .cr01-activitiesList article .cr45-mediaReleaseList section ol li .media--content .fileIcons a, .cr45-mediaReleaseList section ol li .media--content .fileIcons .cr01-activitiesList article a, .cr01-activitiesList article .cr24-mahpResults .info1 a, .cr24-mahpResults .info1 .cr01-activitiesList article a, .cr01-activitiesList article .cr55-profile-short .popup a, .cr55-profile-short .popup .cr01-activitiesList article a, .cr01-activitiesList article .cr47-forumActivity .separatedList li a, .cr47-forumActivity .separatedList li .cr01-activitiesList article a, .cr01-activitiesList article .sfforumNewThreadWrp .sfCancel, .sfforumNewThreadWrp .cr01-activitiesList article .sfCancel, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp a, .cr29-forumPosts .sfforumThreadPostContentWrp .cr01-activitiesList article a, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.btn, .cr29-forumPosts .sfforumThreadPostContentWrp .cr01-activitiesList article .sfforumReportBtn.btn, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReportBtn.sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr01-activitiesList article .sfforumReportBtn.sfEditBtn, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfforumReportBtn.sfSubmitBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .cr01-activitiesList article .sfforumReportBtn.sfSubmitBtn, .cr01-activitiesList article .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.sfSubmitBtn, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .cr01-activitiesList article .sfforumReportBtn.sfSubmitBtn, .cr01-activitiesList article .sfforumReplyPostWrp .oldestNewest .orderReply, .sfforumReplyPostWrp .oldestNewest .cr01-activitiesList article .orderReply, .cr01-activitiesList article .cr18-eventItem .meta a, .cr18-eventItem .meta .cr01-activitiesList article a, .cr01-activitiesList article .lightbox.update-dob .why, .lightbox.update-dob .cr01-activitiesList article .why, .cr01-activitiesList article .cr05a-askQuesionDetail .meta a, .cr05a-askQuesionDetail .meta .cr01-activitiesList article a, .cr01-activitiesList article .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 a, .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 .cr01-activitiesList article a, .cr01-activitiesList article .sfsearchReultTitleSnippetUrl .sfsearchResultTitle a, .sfsearchReultTitleSnippetUrl .sfsearchResultTitle .cr01-activitiesList article a, .cr01-activitiesList article .sfsearchReultTitleSnippetUrl .sfsearchResultUrl a, .sfsearchReultTitleSnippetUrl .sfsearchResultUrl .cr01-activitiesList article a, .cr01-activitiesList article .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField a, .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField a,
  .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField a,
  .beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField a,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField a,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField a,
  .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField a,
  .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField a,
  .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField a,
  .beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField a,
  .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField a,
  .beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a,
  .cr01-activitiesList article .beyondBlue .forgotPassword .boxout .sfregisterField a,
  .beyondBlue .forgotPassword .boxout .sfregisterField .cr01-activitiesList article a, .cr01-activitiesList article .facetedResults .sfsearchResultUrl a, .facetedResults .sfsearchResultUrl .cr01-activitiesList article a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1em;
    text-decoration: none; }
    .cr01-activitiesList article .link:hover, .cr01-activitiesList article table a:hover, table .cr01-activitiesList article a:hover, .cr01-activitiesList article label a:hover, label .cr01-activitiesList article a:hover, .cr01-activitiesList .cr51-newsList article h3 a:hover, .cr51-newsList .cr01-activitiesList article h3 a:hover, .cr01-activitiesList article .cr45-mediaReleaseList section ol li .media--content .headlineText:hover, .cr45-mediaReleaseList section ol li .media--content .cr01-activitiesList article .headlineText:hover, .cr01-activitiesList article .cr45-mediaReleaseList section ol li .media--content .fileIcons a:hover, .cr45-mediaReleaseList section ol li .media--content .fileIcons .cr01-activitiesList article a:hover, .cr01-activitiesList article .cr24-mahpResults .info1 a:hover, .cr24-mahpResults .info1 .cr01-activitiesList article a:hover, .cr01-activitiesList article .cr55-profile-short .popup a:hover, .cr55-profile-short .popup .cr01-activitiesList article a:hover, .cr01-activitiesList article .cr47-forumActivity .separatedList li a:hover, .cr47-forumActivity .separatedList li .cr01-activitiesList article a:hover, .cr01-activitiesList article .sfforumNewThreadWrp .sfCancel:hover, .sfforumNewThreadWrp .cr01-activitiesList article .sfCancel:hover, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp a:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .cr01-activitiesList article a:hover, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.btn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .cr01-activitiesList article .sfforumReportBtn.btn:hover, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReportBtn.sfEditBtn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr01-activitiesList article .sfforumReportBtn.sfEditBtn:hover, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfforumReportBtn.sfSubmitBtn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .cr01-activitiesList article .sfforumReportBtn.sfSubmitBtn:hover, .cr01-activitiesList article .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.sfSubmitBtn:hover, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .cr01-activitiesList article .sfforumReportBtn.sfSubmitBtn:hover, .cr01-activitiesList article .sfforumReplyPostWrp .oldestNewest .orderReply:hover, .sfforumReplyPostWrp .oldestNewest .cr01-activitiesList article .orderReply:hover, .cr01-activitiesList article .cr18-eventItem .meta a:hover, .cr18-eventItem .meta .cr01-activitiesList article a:hover, .cr01-activitiesList article .lightbox.update-dob .why:hover, .lightbox.update-dob .cr01-activitiesList article .why:hover, .cr01-activitiesList article .cr05a-askQuesionDetail .meta a:hover, .cr05a-askQuesionDetail .meta .cr01-activitiesList article a:hover, .cr01-activitiesList article .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 a:hover, .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 .cr01-activitiesList article a:hover, .cr01-activitiesList article .sfsearchReultTitleSnippetUrl .sfsearchResultTitle a:hover, .sfsearchReultTitleSnippetUrl .sfsearchResultTitle .cr01-activitiesList article a:hover, .cr01-activitiesList article .sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:hover, .sfsearchReultTitleSnippetUrl .sfsearchResultUrl .cr01-activitiesList article a:hover, .cr01-activitiesList article .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField a:hover, .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField a:hover,
    .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField a:hover,
    .beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField a:hover,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField a:hover,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField a:hover,
    .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField a:hover,
    .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField a:hover,
    .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField a:hover,
    .beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField a:hover,
    .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField a:hover,
    .beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a:hover,
    .cr01-activitiesList article .beyondBlue .forgotPassword .boxout .sfregisterField a:hover,
    .beyondBlue .forgotPassword .boxout .sfregisterField .cr01-activitiesList article a:hover, .cr01-activitiesList article .facetedResults .sfsearchResultUrl a:hover, .facetedResults .sfsearchResultUrl .cr01-activitiesList article a:hover, .cr01-activitiesList article .link:focus, .cr01-activitiesList article table a:focus, table .cr01-activitiesList article a:focus, .cr01-activitiesList article label a:focus, label .cr01-activitiesList article a:focus, .cr01-activitiesList .cr51-newsList article h3 a:focus, .cr51-newsList .cr01-activitiesList article h3 a:focus, .cr01-activitiesList article .cr45-mediaReleaseList section ol li .media--content .headlineText:focus, .cr45-mediaReleaseList section ol li .media--content .cr01-activitiesList article .headlineText:focus, .cr01-activitiesList article .cr45-mediaReleaseList section ol li .media--content .fileIcons a:focus, .cr45-mediaReleaseList section ol li .media--content .fileIcons .cr01-activitiesList article a:focus, .cr01-activitiesList article .cr24-mahpResults .info1 a:focus, .cr24-mahpResults .info1 .cr01-activitiesList article a:focus, .cr01-activitiesList article .cr55-profile-short .popup a:focus, .cr55-profile-short .popup .cr01-activitiesList article a:focus, .cr01-activitiesList article .cr47-forumActivity .separatedList li a:focus, .cr47-forumActivity .separatedList li .cr01-activitiesList article a:focus, .cr01-activitiesList article .sfforumNewThreadWrp .sfCancel:focus, .sfforumNewThreadWrp .cr01-activitiesList article .sfCancel:focus, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp a:focus, .cr29-forumPosts .sfforumThreadPostContentWrp .cr01-activitiesList article a:focus, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.btn:focus, .cr29-forumPosts .sfforumThreadPostContentWrp .cr01-activitiesList article .sfforumReportBtn.btn:focus, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReportBtn.sfEditBtn:focus, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr01-activitiesList article .sfforumReportBtn.sfEditBtn:focus, .cr01-activitiesList article .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfforumReportBtn.sfSubmitBtn:focus, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .cr01-activitiesList article .sfforumReportBtn.sfSubmitBtn:focus, .cr01-activitiesList article .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.sfSubmitBtn:focus, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .cr01-activitiesList article .sfforumReportBtn.sfSubmitBtn:focus, .cr01-activitiesList article .sfforumReplyPostWrp .oldestNewest .orderReply:focus, .sfforumReplyPostWrp .oldestNewest .cr01-activitiesList article .orderReply:focus, .cr01-activitiesList article .cr18-eventItem .meta a:focus, .cr18-eventItem .meta .cr01-activitiesList article a:focus, .cr01-activitiesList article .lightbox.update-dob .why:focus, .lightbox.update-dob .cr01-activitiesList article .why:focus, .cr01-activitiesList article .cr05a-askQuesionDetail .meta a:focus, .cr05a-askQuesionDetail .meta .cr01-activitiesList article a:focus, .cr01-activitiesList article .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 a:focus, .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 .cr01-activitiesList article a:focus, .cr01-activitiesList article .sfsearchReultTitleSnippetUrl .sfsearchResultTitle a:focus, .sfsearchReultTitleSnippetUrl .sfsearchResultTitle .cr01-activitiesList article a:focus, .cr01-activitiesList article .sfsearchReultTitleSnippetUrl .sfsearchResultUrl a:focus, .sfsearchReultTitleSnippetUrl .sfsearchResultUrl .cr01-activitiesList article a:focus, .cr01-activitiesList article .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField a:focus, .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField a:focus,
    .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField a:focus,
    .beyondBlue #sfLoginWidgetWrp .boxout .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField a:focus,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField a:focus,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField a:focus,
    .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField a:focus,
    .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField a:focus,
    .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField a:focus,
    .beyondBlue .sfprofileEditFormWrp .boxout .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField a:focus,
    .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField a:focus,
    .beyondBlue .forgotPassword .sfprofileFieldsList .sfregisterField .cr01-activitiesList article a:focus,
    .cr01-activitiesList article .beyondBlue .forgotPassword .boxout .sfregisterField a:focus,
    .beyondBlue .forgotPassword .boxout .sfregisterField .cr01-activitiesList article a:focus, .cr01-activitiesList article .facetedResults .sfsearchResultUrl a:focus, .facetedResults .sfsearchResultUrl .cr01-activitiesList article a:focus {
      color: #009BC9;
      text-decoration: underline; }
  .cr01-activitiesList .bottomSeparatedList article {
    padding-top: 30px;
    border-bottom: 1px solid #666666; }
  .cr01-activitiesList .underline_linkText > a {
    min-width: 0;
    margin-bottom: 1em; }
  .cr01-activitiesList h2.extraPadding {
    margin-top: 0.5em; }

.cr55-profile-short {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  background: #009BC9;
  padding: 15px;
  margin-bottom: 30px; }
  .cr55-profile-short .popup {
    display: none;
    background: #f7f7f7;
    padding: 15px;
    clear: both;
    margin-left: 15px;
    width: 290px; }
  .cr55-profile-short:before, .cr55-profile-short:after {
    content: " ";
    display: table; }
  .cr55-profile-short:after {
    clear: both; }
  .cr55-profile-short h3 {
    color: #ffffff; }
  .cr55-profile-short .media {
    margin-left: auto; }
    .cr55-profile-short .media:before, .cr55-profile-short .media:after {
      content: " ";
      display: table; }
    .cr55-profile-short .media:after {
      clear: both; }
    .cr55-profile-short .media .media--img {
      float: left;
      margin-right: 30px; }
    .cr55-profile-short .media .media--content {
      float: left; }
    .cr55-profile-short .media h4 {
      line-height: 24px;
      color: #ffffff;
      margin-bottom: 0; }
    .cr55-profile-short .media .meta {
      color: #FFF;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
    .cr55-profile-short .media ul li {
      color: #FFF;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
      .cr55-profile-short .media ul li a {
        color: inherit; }
        .cr55-profile-short .media ul li a:hover, .cr55-profile-short .media ul li a:focus {
          text-decoration: none; }
  .cr55-profile-short .js_Close {
    margin-top: 15px; }

.cr85-mahpRegistrationForm fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  .cr85-mahpRegistrationForm fieldset h2 {
    margin-bottom: 0 !important; }
  .cr85-mahpRegistrationForm fieldset h3 {
    margin-bottom: 0 !important; }
  .cr85-mahpRegistrationForm fieldset .sfContentBlock {
    margin-bottom: 0.5em !important; }
  .cr85-mahpRegistrationForm fieldset .sfFieldWrp, .cr85-mahpRegistrationForm fieldset .fieldPair {
    max-width: 100%; }
    .cr85-mahpRegistrationForm fieldset .sfFieldWrp > div, .cr85-mahpRegistrationForm fieldset .fieldPair > div {
      font-size: 1em; }
    .cr85-mahpRegistrationForm fieldset .sfFieldWrp .sfExample, .cr85-mahpRegistrationForm fieldset .fieldPair .sfExample {
      padding: 0; }
    .cr85-mahpRegistrationForm fieldset .sfFieldWrp .sfTxtLbl, .cr85-mahpRegistrationForm fieldset .sfFieldWrp label, .cr85-mahpRegistrationForm fieldset .fieldPair .sfTxtLbl, .cr85-mahpRegistrationForm fieldset .fieldPair label {
      display: inline-block;
      font-family: "FFDINWeb", sans-serif;
      font-weight: normal;
      font-size: 1em;
      margin: 0;
      padding: 8px 0; }
    .cr85-mahpRegistrationForm fieldset .sfFieldWrp input[type="checkbox"], .cr85-mahpRegistrationForm fieldset .sfFieldWrp input[type="radio"], .cr85-mahpRegistrationForm fieldset .fieldPair input[type="checkbox"], .cr85-mahpRegistrationForm fieldset .fieldPair input[type="radio"] {
      display: inline; }
      .cr85-mahpRegistrationForm fieldset .sfFieldWrp input[type="checkbox"] + label, .cr85-mahpRegistrationForm fieldset .sfFieldWrp input[type="radio"] + label, .cr85-mahpRegistrationForm fieldset .fieldPair input[type="checkbox"] + label, .cr85-mahpRegistrationForm fieldset .fieldPair input[type="radio"] + label {
        display: inline; }
    .cr85-mahpRegistrationForm fieldset .sfFieldWrp input[type="text"], .cr85-mahpRegistrationForm fieldset .fieldPair input[type="text"] {
      display: block;
      width: 100%;
      padding: 2px 5px;
      border: 1px solid #ABADB3;
      font-family: "FFDINWeb", sans-serif;
      font-weight: normal;
      font-size: 1em; }
    .cr85-mahpRegistrationForm fieldset .sfFieldWrp .sfExample, .cr85-mahpRegistrationForm fieldset .fieldPair .sfExample {
      font-size: 0.7em;
      line-height: 1.286em; }
  .cr85-mahpRegistrationForm fieldset .checkboxList {
    margin-bottom: 0.8em; }
    .cr85-mahpRegistrationForm fieldset .checkboxList .sfTxtLbl, .cr85-mahpRegistrationForm fieldset .checkboxList label {
      display: inline;
      font-family: "FFDINWeb", sans-serif;
      font-weight: normal;
      font-size: 1em;
      margin: 0;
      padding: 0; }
.cr85-mahpRegistrationForm .sfError {
  display: inline-block; }
.cr85-mahpRegistrationForm .columns:before, .cr85-mahpRegistrationForm .columns:after {
  content: " ";
  display: table; }
.cr85-mahpRegistrationForm .columns:after {
  clear: both; }
.cr85-mahpRegistrationForm .columns .col {
  float: left;
  width: 50%; }

.cr81-memberProfile .media {
  margin-bottom: 30px; }
  .cr81-memberProfile .media:before, .cr81-memberProfile .media:after {
    content: " ";
    display: table; }
  .cr81-memberProfile .media:after {
    clear: both; }
  .cr81-memberProfile .media .media--img {
    float: left; }
    .cr81-memberProfile .media .media--img img {
      display: block;
      height: 100px;
      width: 100px; }
  .cr81-memberProfile .media .media--content {
    padding-left: 115px; }
    .cr81-memberProfile .media .media--content .username {
      margin-bottom: 0.5em; }
      .cr81-memberProfile .media .media--content .username .sfprofileFirstName {
        display: inline-block;
        margin-right: 0.5em; }
      .cr81-memberProfile .media .media--content .username .sfprofileLastName {
        display: inline-block; }
    .cr81-memberProfile .media .media--content .sfprofileNickName,
    .cr81-memberProfile .media .media--content .sfprofilePhoneNumber,
    .cr81-memberProfile .media .media--content .sfprofilePostcode {
      display: block;
      font-family: "FFDINWebBold";
      font-weight: normal;
      font-size: 16px;
      line-height: 24px; }
      .cr81-memberProfile .media .media--content .sfprofileNickName div,
      .cr81-memberProfile .media .media--content .sfprofilePhoneNumber div,
      .cr81-memberProfile .media .media--content .sfprofilePostcode div {
        display: inline-block;
        font-size: 1em; }
      .cr81-memberProfile .media .media--content .sfprofileNickName .sfTxtContent,
      .cr81-memberProfile .media .media--content .sfprofilePhoneNumber .sfTxtContent,
      .cr81-memberProfile .media .media--content .sfprofilePostcode .sfTxtContent {
        font-family: "FFDINWeb", sans-serif;
        font-weight: normal;
        margin-left: 0.5em; }
    .cr81-memberProfile .media .media--content .sfprofileNickName,
    .cr81-memberProfile .media .media--content .sfprofilePhoneNumber,
    .cr81-memberProfile .media .media--content .sfprofilePostcode,
    .cr81-memberProfile .media .media--content .sfprofileEmail,
    .cr81-memberProfile .media .media--content .sfprofileMemberSince,
    .cr81-memberProfile .media .media--content .sfprofileLastLoggedIn {
      margin-bottom: 0.5em; }
    .cr81-memberProfile .media .media--content .sfTxtLbl {
      font-family: "FFDINWebBold";
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      display: inline-block;
      margin-right: 0.5em;
      margin-bottom: 0; }
    .cr81-memberProfile .media .media--content .sfTxtContent {
      font-family: "FFDINWeb", sans-serif;
      font-weight: normal;
      display: inline-block;
      font-size: 16px;
      line-height: 24px; }
    .cr81-memberProfile .media .media--content .admin {
      margin-top: 1em; }
    .cr81-memberProfile .media .media--content .wsbtn, .cr81-memberProfile .media .media--content .buttonLarge, .cr81-memberProfile .media .media--content .btn, .cr81-memberProfile .media .media--content .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr81-memberProfile .media .media--content .sfEditBtn, .cr81-memberProfile .media .media--content .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .cr81-memberProfile .media .media--content .sfSubmitBtn, .cr81-memberProfile .media .media--content .button, .cr81-memberProfile .media .media--content .sfFormSubmit input[type="submit"], .sfFormSubmit .cr81-memberProfile .media .media--content input[type="submit"], .cr81-memberProfile .media .media--content .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .cr81-memberProfile .media .media--content .read-more, .cr81-memberProfile .media .media--content .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .cr81-memberProfile .media .media--content .sfcommentsSubmitBtn, .cr81-memberProfile .media .media--content .cr50-latestNews .buttonAlt, .cr50-latestNews .cr81-memberProfile .media .media--content .buttonAlt, .cr81-memberProfile .media .media--content .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .cr81-memberProfile .media .media--content .underline_linkText > a, .cr81-memberProfile .media .media--content .cr55-profile-short .js_Close, .cr55-profile-short .cr81-memberProfile .media .media--content .js_Close, .cr81-memberProfile .media .media--content .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .cr81-memberProfile .media .media--content input[type="submit"], .cr81-memberProfile .media .media--content .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .cr81-memberProfile .media .media--content input[type="submit"], .cr81-memberProfile .media .media--content .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr81-memberProfile .media .media--content a, .cr81-memberProfile .media .media--content .js-cr13-normal .accordion__item > a, .js-cr13-normal .cr81-memberProfile .media .media--content .accordion__item > a, .cr81-memberProfile .media .media--content .m-searchBanner .search__submit, .m-searchBanner .cr81-memberProfile .media .media--content .search__submit, .cr81-memberProfile .media .media--content .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .cr81-memberProfile .media .media--content a, .cr81-memberProfile .media .media--content .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .cr81-memberProfile .media .media--content a, .cr81-memberProfile .media .media--content .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .cr81-memberProfile .media .media--content #a1, .cr81-memberProfile .media .media--content .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .cr81-memberProfile .media .media--content input[type="submit"], .cr81-memberProfile .media .media--content .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .cr81-memberProfile .media .media--content a, .cr81-memberProfile .media .media--content .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .cr81-memberProfile .media .media--content input[type="submit"], .cr81-memberProfile .media .media--content .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .cr81-memberProfile .media .media--content .js_accordianExpondo, .cr81-memberProfile .media .media--content .cr39-infoResources li .linkText, .cr39-infoResources li .cr81-memberProfile .media .media--content .linkText, .cr81-memberProfile .media .media--content .cr38 li > a .linkText, .cr38 li > a .cr81-memberProfile .media .media--content .linkText, .cr81-memberProfile .media .media--content .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .cr81-memberProfile .media .media--content .button__pink--large, .cr81-memberProfile .media .media--content .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr81-memberProfile .media .media--content .sfSubmitBtn,
    .cr81-memberProfile .media .media--content .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr81-memberProfile .media .media--content .sfSubmitBtn,
    .cr81-memberProfile .media .media--content .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr81-memberProfile .media .media--content .sfSubmitBtn,
    .cr81-memberProfile .media .media--content .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr81-memberProfile .media .media--content .sfSubmitBtn, .cr81-memberProfile .media .media--content .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr81-memberProfile .media .media--content .sfprofileSaveLnk,
    .cr81-memberProfile .media .media--content .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr81-memberProfile .media .media--content .sfprofileSaveLnk,
    .cr81-memberProfile .media .media--content .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr81-memberProfile .media .media--content .sfprofileSaveLnk,
    .cr81-memberProfile .media .media--content .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr81-memberProfile .media .media--content .sfprofileSaveLnk, .cr81-memberProfile .media .media--content .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr81-memberProfile .media .media--content .sfprofileCancelLnk,
    .cr81-memberProfile .media .media--content .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr81-memberProfile .media .media--content .sfprofileCancelLnk,
    .cr81-memberProfile .media .media--content .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr81-memberProfile .media .media--content .sfprofileCancelLnk,
    .cr81-memberProfile .media .media--content .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr81-memberProfile .media .media--content .sfprofileCancelLnk, .cr81-memberProfile .media .media--content .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr81-memberProfile .media .media--content .ruBrowse,
    .cr81-memberProfile .media .media--content .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr81-memberProfile .media .media--content .ruBrowse,
    .cr81-memberProfile .media .media--content .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr81-memberProfile .media .media--content .ruBrowse,
    .cr81-memberProfile .media .media--content .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
    .beyondBlue .forgotPassword .ruFileWrap .cr81-memberProfile .media .media--content .ruBrowse, .cr81-memberProfile .media .media--content .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .cr81-memberProfile .media .media--content .ruBrowse, .cr81-memberProfile .media .media--content .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr81-memberProfile .media .media--content .buttonAlt {
      margin-bottom: 0.5em; }

.MyAccount_Notice {
  margin-bottom: 30px; }
  .MyAccount_Notice .Incomplete,
  .MyAccount_Notice .blueVoices {
    font-family: "FFDINWeb", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px; }

.cr47-forumActivity .separatedList li {
  margin-top: 1em;
  font-family: "FFDINWeb",sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #333; }
  .cr47-forumActivity .separatedList li .standout {
    font-family: "FFDINWebBold", sans-serif; }
  .cr47-forumActivity .separatedList li .replies {
    font-family: "FFDINWebBold", sans-serif;
    color: #009BC9; }
.cr47-forumActivity .NoData .ws_forumButton a {
  margin-left: 0; }

.cr78-stratos {
  position: relative;
  overflow: hidden; }
  .cr78-stratos:before, .cr78-stratos:after {
    content: " ";
    display: table; }
  .cr78-stratos:after {
    clear: both; }
  .cr78-stratos .cr78-stratos-inner {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: table;
    position: relative; }
  .cr78-stratos .bannerContent {
    position: absolute;
    padding: 15px;
    top: 50%;
    max-width: 50%;
    max-height: 90%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .cr78-stratos .bannerContent .bannerHeading {
      font-family: 'FFDINWebBold';
      line-height: 46px;
      font-size: 40px; }
    .cr78-stratos .bannerContent .bannerText {
      font-family: 'FFDINWeb';
      line-height: 36px;
      font-size: 30px; }
  .cr78-stratos .img-mobile {
    display: none; }
  .cr78-stratos .img-desktop img {
    max-width: 1170px;
    height: auto;
    width: 100%; }

.cr86-memberRegistartion {
  max-width: 100% !important; }
  .cr86-memberRegistartion .meta {
    font-family: "FFDINWeb", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0.5em; }
  .cr86-memberRegistartion .consentFields label {
    display: inline;
    font-size: 16px;
    line-height: 20px; }
  .cr86-memberRegistartion .consentFields .sfTxtLbl:hover + label, .cr86-memberRegistartion .consentFields .sfTxtLbl:focus + label {
    text-decoration: underline; }
  .cr86-memberRegistartion .consentFields .sfTxtLbl + label:hover, .cr86-memberRegistartion .consentFields .sfTxtLbl + label:focus {
    text-decoration: underline; }
  .cr86-memberRegistartion li.sfregisterField {
    margin-bottom: 25px; }

.cr71-storiesList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-bottom: 15px;
  position: relative; }
  .cr71-storiesList .media {
    padding-bottom: 61px; }
  .cr71-storiesList .media-header {
    bottom: 0;
    left: 15px;
    right: 15px;
    position: absolute; }

.cr205-feature-box-1 {
  margin-bottom: 20px; }
  .cr205-feature-box-1 .header {
    color: #ffffff;
    background-color: #009BC9;
    margin-bottom: 0;
    padding: 15px; }
  .cr205-feature-box-1 .body {
    border-width: 0 1px 1px 1px;
    border-color: #000000;
    border-style: solid;
    padding: 30px; }

.cr84-resourcesForMe {
  background: #5d99c9;
  color: #fff;
  padding: 25px 16px 13px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px; }
  .cr84-resourcesForMe h3 {
    color: #fff;
    margin-bottom: 15px; }
  .cr84-resourcesForMe p {
    margin-bottom: 21px; }

.cr58a-fundraiserItem .meta {
  margin-bottom: 1em; }
.cr58a-fundraiserItem .itemFooter .sharing:before, .cr58a-fundraiserItem .itemFooter .sharing:after {
  content: " ";
  display: table; }
.cr58a-fundraiserItem .itemFooter .sharing:after {
  clear: both; }
.cr58a-fundraiserItem .itemFooter .sharing li {
  float: left;
  margin-right: 10px; }
  .cr58a-fundraiserItem .itemFooter .sharing li .buttonShare {
    color: #000;
    display: inline-block;
    background: linear-gradient(to bottom, #FDFDFD 0px, #DDD 100%) repeat scroll 0% 0% transparent;
    position: relative;
    margin: 0px;
    padding: 2px 5px 2px 25px;
    font-size: 11px;
    line-height: 16px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    text-align: center;
    text-decoration: none; }
    .cr58a-fundraiserItem .itemFooter .sharing li .buttonShare .sprite-self {
      background-image: url("/App_Themes/standard/images/icons.png");
      display: block;
      position: absolute;
      top: 4px;
      left: 5px; }
    .cr58a-fundraiserItem .itemFooter .sharing li .buttonShare.email .sprite-self {
      background-position: -466px -100px;
      width: 17px;
      height: 11px; }

.cr12b-blog-items .blog__content table td {
  vertical-align: top;
  font-size: 1em; }
.cr12b-blog-items .blog__content.sfContentBlock .sfImageWrapper {
  display: block;
  overflow: hidden; }
.cr12b-blog-items .blog__content.sfContentBlock .sfImageWrapper .contentImgWrap {
  float: none;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px; }

.cr12b-blog-items .blog__content.sfContentBlock .sfImageWrapper .contentImgWrap {
  float: none;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

.cr12b-blog-items .blog__content.sfContentBlock .sfImageWrapper {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 10px; }

.cr206 {
  background-color: #E0004D;
  color: #ffffff;
  padding: 40px 0 30px 0; }
  .cr206 .link-title {
    text-align: center;
    white-space: normal;
    word-break: break-word; }
  .cr206 .link-text {
    white-space: normal;
    word-break: break-word;
    margin-top: 5px;
    font-family: 'FFDINWebBold';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    text-align: center; }

.cr69-storiesDetail h1 {
  display: none; }
.cr69-storiesDetail .meta a {
  color: #e0004d; }
.cr69-storiesDetail .cr71-storiesList {
  margin-bottom: 0; }
  .cr69-storiesDetail .cr71-storiesList .media--img {
    margin-bottom: 15px; }
  .cr69-storiesDetail .cr71-storiesList .media {
    padding-bottom: 0; }

.bvWizard .wizardStepIndicator .step.active {
  width: 29.9% !important; }
.bvWizard .stepDetail {
  padding-bottom: 20px !important; }

.siteMap {
  margin-bottom: 30px; }
  .siteMap .RadSiteMap_Default .rsmManyLevels .rsmItem {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 0.5em; }
    .siteMap .RadSiteMap_Default .rsmManyLevels .rsmItem .rsmLink {
      border-bottom: 1px solid #CCC;
      margin-bottom: 0;
      color: #009BC9; }
      .siteMap .RadSiteMap_Default .rsmManyLevels .rsmItem .rsmLink:hover, .siteMap .RadSiteMap_Default .rsmManyLevels .rsmItem .rsmLink:focus {
        background: transparent none;
        color: #E0004D;
        text-decoration: underline; }
    .siteMap .RadSiteMap_Default .rsmManyLevels .rsmItem .rsmLevel1 .rsmItem {
      font-size: 0.8em;
      margin-bottom: 0; }
      .siteMap .RadSiteMap_Default .rsmManyLevels .rsmItem .rsmLevel1 .rsmItem .rsmLevel2 .rsmItem {
        font-size: 0.8em; }
        .siteMap .RadSiteMap_Default .rsmManyLevels .rsmItem .rsmLevel1 .rsmItem .rsmLevel2 .rsmItem .rsmLevel3 .rsmItem {
          font-size: 1em; }
    .siteMap .RadSiteMap_Default .rsmManyLevels .rsmItem .rsmLevel1 .rsmLink {
      border-bottom: 1px dashed #CCC; }
    .siteMap .RadSiteMap_Default .rsmManyLevels .rsmItem .rsmLevel2 .rsmLink {
      border-bottom-width: 0; }

.sfforumPostTitle {
  margin-top: 0.5em; }

.wsForum th, .wsForum td {
  vertical-align: top; }

.cr27-forumsList {
  line-height: 18px;
  margin-bottom: 20px;
  line-height: 26px; }
  .cr27-forumsList .forumDescription {
    padding-left: 0; }
    .cr27-forumsList .forumDescription .sfforumGroupTitle {
      margin-top: 20px; }

.cr72-threadList {
  margin-bottom: 20px;
  line-height: 18px;
  line-height: 26px; }
  .cr72-threadList .sfforumThreadTitleAndAgeWrp.media--content {
    overflow: hidden; }
  .cr72-threadList td {
    vertical-align: top; }
    .cr72-threadList td.sfforumThreadPostsWrp {
      text-align: center; }
      .cr72-threadList td.sfforumThreadPostsWrp .lastPost {
        display: none; }

.sfforumThreadWrp .highContrast {
  float: left;
  margin: 5px 10px 5px 0; }
.sfforumThreadWrp .forum--locked {
  width: 22px;
  height: 25px; }
  .sfforumThreadWrp .forum--locked img {
    left: -275px;
    top: -275px; }
.sfforumThreadWrp .forum--announcement {
  width: 31px;
  height: 24px; }
  .sfforumThreadWrp .forum--announcement img {
    left: -275px;
    top: -225px; }
.sfforumThreadWrp .forum--sticky {
  width: 32px;
  height: 25px; }
  .sfforumThreadWrp .forum--sticky img {
    left: -275px;
    top: -250px; }
.sfforumThreadWrp .postedByMe {
  width: 12px;
  height: 12px;
  display: inline-block;
  float: none;
  margin: 0 8px 0 0; }
  .sfforumThreadWrp .postedByMe img {
    left: -308px;
    top: -225px; }
.sfforumThreadWrp .unreadPost {
  width: 26px;
  height: 28px; }
  .sfforumThreadWrp .unreadPost img {
    left: -325px;
    top: -225px; }
  .sfforumThreadWrp .unreadPost ~ .sfforumThreadTitleAndAgeWrp .sfforumThreadTitle {
    font-weight: bold; }

.highContrast {
  overflow: hidden;
  position: relative;
  display: inline-block; }
  .highContrast img {
    position: absolute;
    -webkit-user-drag: none; }

.wsForum + .sf_pagerNumeric {
  margin-top: 10px; }

.tabNav.tabNav--forum {
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #5E9BD9; }
  .tabNav.tabNav--forum:before, .tabNav.tabNav--forum:after {
    content: " ";
    display: table; }
  .tabNav.tabNav--forum:after {
    clear: both; }
  .tabNav.tabNav--forum li {
    display: inline-block;
    margin: 0 4px 0 0;
    float: left; }
    .tabNav.tabNav--forum li .tabNav__button {
      background: #dae8f6;
      border: 0;
      color: #666666;
      padding: 0.1em 1em; }
      .tabNav.tabNav--forum li .tabNav__button:hover, .tabNav.tabNav--forum li .tabNav__button:focus {
        background: #e2edf8; }
      .tabNav.tabNav--forum li .tabNav__button.active {
        background: #5E9BD9;
        color: white; }
        .tabNav.tabNav--forum li .tabNav__button.active:hover, .tabNav.tabNav--forum li .tabNav__button.active:focus {
          background: #87b5e3; }

.threadListInfo .sfforumNewThreadLnk {
  float: right;
  clear: both;
  margin: 10px 0; }
.threadListInfo .sfforumSubscribeWrp {
  float: right; }
  .threadListInfo .sfforumSubscribeWrp a {
    font-size: 0.9em;
    color: #E0004D;
    text-decoration: none; }
    .threadListInfo .sfforumSubscribeWrp a:after {
      font-family: "FontAwesome";
      content: "\f09e";
      font-size: 1.1em;
      margin-left: 6px; }
    .threadListInfo .sfforumSubscribeWrp a:hover, .threadListInfo .sfforumSubscribeWrp a:focus {
      color: blue; }
.threadListInfo + .sfforumTitle {
  min-height: 71px; }

.sfforumSocialShareWrp {
  margin-bottom: 10px; }

.sfforumThreadPost .sfContentBlock [style] {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  background: inherit !important;
  color: inherit !important;
  line-height: inherit !important; }

.justPosted {
  font-size: 18px;
  font-weight: bold; }

.sfforumNewThreadWrp {
  margin-bottom: 20px; }
  .sfforumNewThreadWrp .sfError {
    margin-bottom: 10px; }
  .sfforumNewThreadWrp .sfforumNewThreadName {
    margin-bottom: 15px; }
    .sfforumNewThreadWrp .sfforumNewThreadName .sfTxt {
      display: block;
      width: 100%; }
  .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"] {
    margin-right: 15px; }
  .sfforumNewThreadWrp .sfCancel {
    text-decoration: none; }
    .sfforumNewThreadWrp .sfCancel:hover, .sfforumNewThreadWrp .sfCancel:focus {
      text-decoration: underline;
      color: #009BC9; }

.sfEditorWrp #counter {
  display: block;
  margin-bottom: 5px; }

.reContentCell {
  text-align: left; }

.cr29-forumPosts .media {
  position: relative; }
  .cr29-forumPosts .media:before, .cr29-forumPosts .media:after {
    content: " ";
    display: table; }
  .cr29-forumPosts .media:after {
    clear: both; }
.cr29-forumPosts li:nth-child(odd) {
  background: #F2F2F2; }
.cr29-forumPosts .sfforumThreadPostUser {
  display: inline-block;
  float: left;
  padding: 15px;
  width: 215px; }
  .cr29-forumPosts .sfforumThreadPostUser .imgWrap.avatar {
    width: 120px; }
    .cr29-forumPosts .sfforumThreadPostUser .imgWrap.avatar.clonedImgWrap {
      display: none; }
  .cr29-forumPosts .sfforumThreadPostUser .sfforumUser {
    font-weight: bold; }
  .cr29-forumPosts .sfforumThreadPostUser .badgeList {
    display: block;
    margin-top: 15px; }
    .cr29-forumPosts .sfforumThreadPostUser .badgeList li {
      display: inline-block; }
  .cr29-forumPosts .sfforumThreadPostUser .imgWrap.avatar {
    margin: 15px 0; }
    .cr29-forumPosts .sfforumThreadPostUser .imgWrap.avatar img {
      width: 100%; }
.cr29-forumPosts .media--content {
  overflow: hidden;
  padding: 15px; }
  .cr29-forumPosts .media--content .sfforumPostAge {
    margin-bottom: 20px;
    padding-right: 85px; }
.cr29-forumPosts .sfforumThreadPostContentWrp a {
  /*color: #E0004D;
  &:hover, &:focus {
    color: #009BC9;
  }*/ }
.cr29-forumPosts .sfforumThreadPostContentWrp .btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfSubmitBtn {
  color: #fff !important;
  font-family: "FFDINWebBold", sans-serif;
  display: inline-block;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 18px;
  padding: 6px 20px 6px;
  border: 0 none;
  text-align: left; }
  .cr29-forumPosts .sfforumThreadPostContentWrp .btn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfSubmitBtn:hover, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfSubmitBtn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .btn:focus, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn:focus, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfSubmitBtn:focus, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfSubmitBtn:focus {
    opacity: 0.75; }
.cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReportBtn.sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfforumReportBtn.sfSubmitBtn, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.sfSubmitBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: none;
  color: #E0004D !important;
  font-family: 'FFDINWeb';
  line-height: 1em;
  font-size: 0.8em; }
  .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.btn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReportBtn.sfEditBtn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfforumReportBtn.sfSubmitBtn:hover, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.sfSubmitBtn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.btn:focus, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReportBtn.sfEditBtn:focus, .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumPostReplyContainer .sfforumReportBtn.sfSubmitBtn:focus, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .sfforumReportBtn.sfSubmitBtn:focus {
    color: #009BC9 !important;
    text-decoration: underline !important; }
.cr29-forumPosts .sfforumThreadPostContentWrp .postAndSig {
  margin-bottom: 70px; }
.cr29-forumPosts .sfforumThreadPostContentWrp .adminControls {
  display: block;
  position: absolute;
  left: 230px;
  right: 15px;
  bottom: 15px; }
  .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumReplyBtn {
    float: left;
    background: #E0004D;
    margin-bottom: 10px; }
  .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn {
    float: left;
    background: #E0004D;
    margin-bottom: 10px;
    margin-left: 10px; }
  .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .likesHolder {
    float: right; }
    .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .likesHolder .likesCountWrap {
      float: left;
      line-height: 29px;
      margin: 0 10px; }
  .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .like.btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .like.sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumPostReplyContainer .like.sfSubmitBtn, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .like.sfSubmitBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .unlike.btn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .unlike.sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumPostReplyContainer .unlike.sfSubmitBtn, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .unlike.sfSubmitBtn {
    padding: 4px 0px 4px 12px;
    line-height: 22px;
    float: right;
    background: #E0004D; }
    .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .like.btn .imgWrap, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .like.sfEditBtn .imgWrap, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumPostReplyContainer .like.sfSubmitBtn .imgWrap, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .like.sfSubmitBtn .imgWrap, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .unlike.btn .imgWrap, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .unlike.sfEditBtn .imgWrap, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumPostReplyContainer .unlike.sfSubmitBtn .imgWrap, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .unlike.sfSubmitBtn .imgWrap {
      display: inline-block;
      margin-right: 10px;
      height: 22px; }
    .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .like.btn span, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .like.sfEditBtn span, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumPostReplyContainer .like.sfSubmitBtn span, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .like.sfSubmitBtn span, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .unlike.btn span, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .unlike.sfEditBtn span, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfforumPostReplyContainer .unlike.sfSubmitBtn span, .sfforumPostReplyContainer .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .unlike.sfSubmitBtn span {
      padding-right: 12px; }

.sfforumReplyPostWrp .oldestNewest {
  margin: 20px 0; }
  .sfforumReplyPostWrp .oldestNewest .aspNetDisabled {
    color: #333;
    text-decoration: none; }
    .sfforumReplyPostWrp .oldestNewest .aspNetDisabled:hover, .sfforumReplyPostWrp .oldestNewest .aspNetDisabled:focus {
      color: #333; }
.sfforumReplyPostWrp .sfforumReplyBtn {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px; }

.sfforumPostReplyContainer {
  position: relative;
  background: #dae8f6;
  overflow-y: hidden;
  margin-bottom: 15px; }
  .sfforumPostReplyContainer[style*="height"] {
    height: auto !important; }
  .sfforumPostReplyContainer .sfClose {
    position: absolute;
    right: 15px;
    top: 15px; }
  .sfforumPostReplyContainer .sfQuote {
    margin: 0.25em 0;
    display: block; }
  .sfforumPostReplyContainer .sfforumUserAvatarWrp {
    margin: 15px 0; }
  .sfforumPostReplyContainer .reLayoutWrapper {
    margin: 15px 0; }
    .sfforumPostReplyContainer .reLayoutWrapper:before, .sfforumPostReplyContainer .reLayoutWrapper:after {
      content: " ";
      display: table; }
    .sfforumPostReplyContainer .reLayoutWrapper:after {
      clear: both; }
  .sfforumPostReplyContainer .sfforumThreadPostUser {
    display: inline-block;
    float: left;
    padding: 15px;
    width: 215px; }
  .sfforumPostReplyContainer .sfforumReplyThreadContent {
    overflow: hidden;
    padding: 15px; }
    .sfforumPostReplyContainer .sfforumReplyThreadContent .pagedList--item {
      margin-bottom: 15px; }
    .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode {
      text-align: left;
      display: block; }
    .sfforumPostReplyContainer .sfforumReplyThreadContent .galleryWrap {
      margin-bottom: 15px; }
      .sfforumPostReplyContainer .sfforumReplyThreadContent .galleryWrap .imgWrap {
        position: relative;
        vertical-align: top; }
        .sfforumPostReplyContainer .sfforumReplyThreadContent .galleryWrap .imgWrap .editmode {
          position: absolute;
          top: 0px;
          right: 0px;
          line-height: 1em; }
        .sfforumPostReplyContainer .sfforumReplyThreadContent .galleryWrap .imgWrap img {
          max-height: inherit; }
    .sfforumPostReplyContainer .sfforumReplyThreadContent .Default.RadEditor {
      margin-bottom: 20px; }
    .sfforumPostReplyContainer .sfforumReplyThreadContent .galleryWrap {
      margin-bottom: 15px; }
      .sfforumPostReplyContainer .sfforumReplyThreadContent .galleryWrap .imgWrap {
        width: 200px;
        max-height: 113px;
        margin: 0 15px 10px;
        display: inline-block; }
  .sfforumPostReplyContainer .sfClose, .sfforumPostReplyContainer .sfCancel, .sfforumPostReplyContainer .sfQuote {
    text-decoration: underline;
    color: #E0004D;
    font-family: 'FFDINWeb';
    line-height: 1em;
    font-size: 0.8em; }
    .sfforumPostReplyContainer .sfClose:hover, .sfforumPostReplyContainer .sfClose:focus, .sfforumPostReplyContainer .sfCancel:hover, .sfforumPostReplyContainer .sfCancel:focus, .sfforumPostReplyContainer .sfQuote:hover, .sfforumPostReplyContainer .sfQuote:focus {
      color: #5E9BD9; }
  .sfforumPostReplyContainer .sfCancel {
    margin-left: 10px; }
  .sfforumPostReplyContainer .sfSubmitBtn {
    margin-top: 5px; }
  .sfforumPostReplyContainer .sfQuote {
    line-height: 1.5em; }
  .sfforumPostReplyContainer table tr:nth-child(even) td {
    background: none; }
  .sfforumPostReplyContainer table tbody tr:first-child {
    display: none; }
  .sfforumPostReplyContainer .reContentArea.reContentAreaToggle {
    text-align: left; }

.sfforumPostReplyContainer {
  height: 0; }

.RadWindow {
  z-index: 100000 !important; }

.divSectionNav .navSectionNav,
.cr56-quicklinks[data-varient="b"],
.cr56-quicklinks[data-varient="c"],
.cr56-quicklinks[data-varient="e"],
.cr56-quicklinks[data-varient="f"] {
  background: #025C76;
  margin-bottom: 20px;
  margin-bottom: 30px; }
  .divSectionNav .navSectionNav a,
  .cr56-quicklinks[data-varient="b"] a,
  .cr56-quicklinks[data-varient="c"] a,
  .cr56-quicklinks[data-varient="e"] a,
  .cr56-quicklinks[data-varient="f"] a {
    display: block;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none; }
    .divSectionNav .navSectionNav a:hover, .divSectionNav .navSectionNav a:focus,
    .cr56-quicklinks[data-varient="b"] a:hover,
    .cr56-quicklinks[data-varient="b"] a:focus,
    .cr56-quicklinks[data-varient="c"] a:hover,
    .cr56-quicklinks[data-varient="c"] a:focus,
    .cr56-quicklinks[data-varient="e"] a:hover,
    .cr56-quicklinks[data-varient="e"] a:focus,
    .cr56-quicklinks[data-varient="f"] a:hover,
    .cr56-quicklinks[data-varient="f"] a:focus {
      background: #333 !important;
      color: #fff !important; }
  .divSectionNav .navSectionNav > ul > li,
  .cr56-quicklinks[data-varient="b"] > ul > li,
  .cr56-quicklinks[data-varient="c"] > ul > li,
  .cr56-quicklinks[data-varient="e"] > ul > li,
  .cr56-quicklinks[data-varient="f"] > ul > li {
    border-top: 1px dashed #fff; }
    .divSectionNav .navSectionNav > ul > li:first-child,
    .cr56-quicklinks[data-varient="b"] > ul > li:first-child,
    .cr56-quicklinks[data-varient="c"] > ul > li:first-child,
    .cr56-quicklinks[data-varient="e"] > ul > li:first-child,
    .cr56-quicklinks[data-varient="f"] > ul > li:first-child {
      border-top: 1px transparent; }
    .divSectionNav .navSectionNav > ul > li.current:not(.hasKids),
    .cr56-quicklinks[data-varient="b"] > ul > li.current:not(.hasKids),
    .cr56-quicklinks[data-varient="c"] > ul > li.current:not(.hasKids),
    .cr56-quicklinks[data-varient="e"] > ul > li.current:not(.hasKids),
    .cr56-quicklinks[data-varient="f"] > ul > li.current:not(.hasKids) {
      background: #009BC9; }
    .divSectionNav .navSectionNav > ul > li > a,
    .cr56-quicklinks[data-varient="b"] > ul > li > a,
    .cr56-quicklinks[data-varient="c"] > ul > li > a,
    .cr56-quicklinks[data-varient="e"] > ul > li > a,
    .cr56-quicklinks[data-varient="f"] > ul > li > a {
      color: #fff;
      position: static;
      font-family: "FFDINWebBold", sans-serif;
      padding: 15px 20px 15px; }
    .divSectionNav .navSectionNav > ul > li.expanded,
    .cr56-quicklinks[data-varient="b"] > ul > li.expanded,
    .cr56-quicklinks[data-varient="c"] > ul > li.expanded,
    .cr56-quicklinks[data-varient="e"] > ul > li.expanded,
    .cr56-quicklinks[data-varient="f"] > ul > li.expanded {
      border-top: 1px solid transparent; }
      .divSectionNav .navSectionNav > ul > li.expanded:first-child,
      .cr56-quicklinks[data-varient="b"] > ul > li.expanded:first-child,
      .cr56-quicklinks[data-varient="c"] > ul > li.expanded:first-child,
      .cr56-quicklinks[data-varient="e"] > ul > li.expanded:first-child,
      .cr56-quicklinks[data-varient="f"] > ul > li.expanded:first-child {
        border-top-width: 0; }
      .divSectionNav .navSectionNav > ul > li.expanded > a,
      .cr56-quicklinks[data-varient="b"] > ul > li.expanded > a,
      .cr56-quicklinks[data-varient="c"] > ul > li.expanded > a,
      .cr56-quicklinks[data-varient="e"] > ul > li.expanded > a,
      .cr56-quicklinks[data-varient="f"] > ul > li.expanded > a {
        background: #009BC9; }
      .divSectionNav .navSectionNav > ul > li.expanded + li,
      .cr56-quicklinks[data-varient="b"] > ul > li.expanded + li,
      .cr56-quicklinks[data-varient="c"] > ul > li.expanded + li,
      .cr56-quicklinks[data-varient="e"] > ul > li.expanded + li,
      .cr56-quicklinks[data-varient="f"] > ul > li.expanded + li {
        border-top: 1px solid transparent; }
    .divSectionNav .navSectionNav > ul > li:last-child,
    .cr56-quicklinks[data-varient="b"] > ul > li:last-child,
    .cr56-quicklinks[data-varient="c"] > ul > li:last-child,
    .cr56-quicklinks[data-varient="e"] > ul > li:last-child,
    .cr56-quicklinks[data-varient="f"] > ul > li:last-child {
      border-bottom: none; }
  .divSectionNav .navSectionNav .level1 > li:first-child a:after,
  .cr56-quicklinks[data-varient="b"] .level1 > li:first-child a:after,
  .cr56-quicklinks[data-varient="c"] .level1 > li:first-child a:after,
  .cr56-quicklinks[data-varient="e"] .level1 > li:first-child a:after,
  .cr56-quicklinks[data-varient="f"] .level1 > li:first-child a:after {
    content: none; }
  .divSectionNav .navSectionNav .level1 > li > a,
  .cr56-quicklinks[data-varient="b"] .level1 > li > a,
  .cr56-quicklinks[data-varient="c"] .level1 > li > a,
  .cr56-quicklinks[data-varient="e"] .level1 > li > a,
  .cr56-quicklinks[data-varient="f"] .level1 > li > a {
    background: #e4e4e4;
    color: #333;
    padding: 15px 20px 15px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    font-family: "FFDINWebMedium", sans-serif; }
    .divSectionNav .navSectionNav .level1 > li > a:after,
    .cr56-quicklinks[data-varient="b"] .level1 > li > a:after,
    .cr56-quicklinks[data-varient="c"] .level1 > li > a:after,
    .cr56-quicklinks[data-varient="e"] .level1 > li > a:after,
    .cr56-quicklinks[data-varient="f"] .level1 > li > a:after {
      content: "";
      border-bottom: 1px dashed #333;
      position: absolute;
      top: 0px;
      left: 20px;
      right: 20px; }
  .divSectionNav .navSectionNav .level1 .current a,
  .cr56-quicklinks[data-varient="b"] .level1 .current a,
  .cr56-quicklinks[data-varient="c"] .level1 .current a,
  .cr56-quicklinks[data-varient="e"] .level1 .current a,
  .cr56-quicklinks[data-varient="f"] .level1 .current a {
    background: #666;
    color: #fff; }
    .divSectionNav .navSectionNav .level1 .current a:after,
    .cr56-quicklinks[data-varient="b"] .level1 .current a:after,
    .cr56-quicklinks[data-varient="c"] .level1 .current a:after,
    .cr56-quicklinks[data-varient="e"] .level1 .current a:after,
    .cr56-quicklinks[data-varient="f"] .level1 .current a:after {
      display: none; }
  .divSectionNav .navSectionNav .level1 .current + li a:after,
  .cr56-quicklinks[data-varient="b"] .level1 .current + li a:after,
  .cr56-quicklinks[data-varient="c"] .level1 .current + li a:after,
  .cr56-quicklinks[data-varient="e"] .level1 .current + li a:after,
  .cr56-quicklinks[data-varient="f"] .level1 .current + li a:after {
    content: none; }
  .divSectionNav .navSectionNav > ul > li > a,
  .cr56-quicklinks[data-varient="b"] > ul > li > a,
  .cr56-quicklinks[data-varient="c"] > ul > li > a,
  .cr56-quicklinks[data-varient="e"] > ul > li > a,
  .cr56-quicklinks[data-varient="f"] > ul > li > a {
    padding: 20px 40px; }
  .divSectionNav .navSectionNav .level1 > li:hover + li a:after,
  .cr56-quicklinks[data-varient="b"] .level1 > li:hover + li a:after,
  .cr56-quicklinks[data-varient="c"] .level1 > li:hover + li a:after,
  .cr56-quicklinks[data-varient="e"] .level1 > li:hover + li a:after,
  .cr56-quicklinks[data-varient="f"] .level1 > li:hover + li a:after {
    content: none; }
  .divSectionNav .navSectionNav .level1 > li > a,
  .cr56-quicklinks[data-varient="b"] .level1 > li > a,
  .cr56-quicklinks[data-varient="c"] .level1 > li > a,
  .cr56-quicklinks[data-varient="e"] .level1 > li > a,
  .cr56-quicklinks[data-varient="f"] .level1 > li > a {
    padding: 21px 40px; }
    .divSectionNav .navSectionNav .level1 > li > a:after,
    .cr56-quicklinks[data-varient="b"] .level1 > li > a:after,
    .cr56-quicklinks[data-varient="c"] .level1 > li > a:after,
    .cr56-quicklinks[data-varient="e"] .level1 > li > a:after,
    .cr56-quicklinks[data-varient="f"] .level1 > li > a:after {
      left: 40px;
      right: 40px; }

.cr56-quicklinks h3 {
  background: #fff;
  padding-bottom: 15px;
  margin-bottom: 0; }

.cr56-quicklinks[data-varient="a"] ul {
  margin: 0.5em 0 1em 33px; }
  .cr56-quicklinks[data-varient="a"] ul ul {
    margin: 10px 0 0px 19px; }
    .cr56-quicklinks[data-varient="a"] ul ul > li:before {
      color: #009BC9; }
  .cr56-quicklinks[data-varient="a"] ul > li {
    margin-bottom: 10px;
    line-height: 1.4em;
    position: relative;
    list-style: none; }
    .cr56-quicklinks[data-varient="a"] ul > li:before {
      color: #009BC9;
      font-weight: bold;
      position: absolute; }
    .lt-ie8 .cr56-quicklinks[data-varient="a"] ul > li, .no-generatedcontent .cr56-quicklinks[data-varient="a"] ul > li {
      position: static; }
    .cr56-quicklinks[data-varient="a"] ul > li a {
      color: #E0004D;
      text-decoration: none; }
      .cr56-quicklinks[data-varient="a"] ul > li a:hover, .cr56-quicklinks[data-varient="a"] ul > li a:focus {
        color: #009BC9;
        text-decoration: underline; }
  .cr56-quicklinks[data-varient="a"] ul ul > li:before {
    content: "\2022";
    left: -15px; }
.cr56-quicklinks[data-varient="a"] ul > li:before {
  left: -14px;
  top: 0px;
  content: "\2022";
  font-size: 17px;
  line-height: 1em, 19px; }
.lt-ie8 .cr56-quicklinks[data-varient="a"] ul > li, .no-generatedcontent .cr56-quicklinks[data-varient="a"] ul > li {
  list-style: disc outside; }

.cr56-quicklinks[data-varient="d"] .separatedList li {
  margin-bottom: 20px; }
.cr56-quicklinks[data-varient="d"] .separatedList a {
  padding: 19px 90px 19px 50px;
  font-size: 22px;
  color: #fff;
  font-family: "FFDINWeb", sans-serif;
  display: block;
  text-decoration: none;
  background: #009BC9; }
  .cr56-quicklinks[data-varient="d"] .separatedList a:hover, .cr56-quicklinks[data-varient="d"] .separatedList a:focus {
    background: #E0004D; }
.cr56-quicklinks[data-varient="d"] .separatedList a:before {
  width: 70px; }
.cr56-quicklinks[data-varient="d"] .separatedList a:after {
  font-size: 16px;
  right: 27px; }

.breadcrumb {
  margin: 15px 0 9px;
  font-size: 12px;
  margin-bottom: 35px; }
  .breadcrumb li {
    display: inline-block;
    margin-bottom: 6px; }
    .breadcrumb li:after {
      content: ">";
      margin: 0 4px; }
  .breadcrumb li.current:after {
    content: none; }
  .breadcrumb a {
    text-decoration: none;
    color: #333; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      text-decoration: underline; }

.globalNav .mobile-dropdown-footer {
  background: #D7D7D7; }
  .globalNav .mobile-dropdown-footer:before, .globalNav .mobile-dropdown-footer:after {
    content: " ";
    display: table; }
  .globalNav .mobile-dropdown-footer:after {
    clear: both; }
  .globalNav .mobile-dropdown-footer .mf-join:before, .globalNav .mobile-dropdown-footer .mf-join:after {
    content: " ";
    display: table; }
  .globalNav .mobile-dropdown-footer .mf-join:after {
    clear: both; }
  .globalNav .mobile-dropdown-footer .mf-join > span {
    background: #D7D7D7;
    display: block;
    text-align: center;
    font-family: 'FFDINWebBold';
    font-size: 12px;
    text-transform: uppercase;
    padding: 9px 0 6px; }
  .globalNav .mobile-dropdown-footer .mf-donation {
    display: block;
    font-family: 'FFDINWebBold';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: left;
    line-height: 16px;
    padding: 15px 15px 15px 60px;
    float: none;
    background: #E91C60;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin: 10px 0; }
  .globalNav .mobile-dropdown-footer .mf-register, .globalNav .mobile-dropdown-footer .mf-login {
    display: inline-block;
    padding: 12px 0 11px;
    width: 50%;
    text-align: center;
    background: #025C76;
    color: white;
    font-family: 'FFDINWebBold';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    float: left;
    margin-bottom: 8px; }
  .globalNav .mobile-dropdown-footer .mf-chat, .globalNav .mobile-dropdown-footer .mf-email {
    display: inline-block;
    padding: 12px 0 11px;
    width: 50%;
    text-align: center;
    background: #009DD9;
    color: white;
    font-family: 'FFDINWebBold';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    float: left; }
  .globalNav .mobile-dropdown-footer .mf-chat-email {
    border-top: 1px solid #333;
    padding-top: 8px; }
    .globalNav .mobile-dropdown-footer .mf-chat-email:before, .globalNav .mobile-dropdown-footer .mf-chat-email:after {
      content: " ";
      display: table; }
    .globalNav .mobile-dropdown-footer .mf-chat-email:after {
      clear: both; }
  .globalNav .mobile-dropdown-footer .mf-register, .globalNav .mobile-dropdown-footer .mf-chat {
    border-right: 2px solid #d7d7d7; }

.mobile-user-login > li {
  position: relative; }
.mobile-user-login > li > a {
  background: #333;
  display: block;
  margin: 0;
  font-family: 'FFDINWebBold';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-decoration: none;
  color: #FFFFFF;
  text-align: left;
  line-height: 16px;
  padding: 15px 15px 15px 60px;
  float: none; }
.mobile-user-login > li > ul a {
  border-top: 1px solid #666666;
  display: none;
  margin: 0;
  font-family: 'FFDINWebBold';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-decoration: none;
  color: #FFFFFF;
  text-align: left;
  line-height: 16px;
  padding: 15px 15px 15px 60px;
  background: #454545;
  float: none; }
.mobile-user-login .fa.fa-plus {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 46px;
  color: white;
  font-size: 17px;
  padding-right: 18px;
  padding-left: 18px;
  border-right: 1px solid #454545;
  display: inline-block; }
.mobile-user-login .rmItem-expanded .fa-plus:before {
  content: "\f068"; }
.mobile-user-login > li.rmItem-expanded > ul a {
  display: block; }

#bd, #ft {
  position: relative; }

#bd:before {
  transition: 100ms;
  display: block;
  left: 0;
  top: 0;
  height: 1px;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  z-index: 4; }

.m-event.event--next {
  background: #bc334e;
  color: #fff;
  padding: 10px 20px 21px;
  margin-bottom: 20px;
  padding: 26px 40px 37px; }
  .m-event.event--next ul {
    margin-bottom: 27px; }
  .m-event.event--next li {
    border-bottom: 1px solid #fff;
    padding: 13px 0 16px 20px;
    position: relative;
    padding-left: 25px; }
    .m-event.event--next li:last-child {
      border-bottom: 0 none; }
  .m-event.event--next .event__title {
    color: #fff;
    font-family: "FFDINWebBold", sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 6px; }
    .m-event.event--next .event__title:before {
      content: "\f111";
      margin-right: 10px;
      position: absolute;
      left: 0px;
      top: 18px;
      font-size: 14px; }
    .m-event.event--next .event__title:hover:before, .m-event.event--next .event__title:focus:before {
      content: "\f192"; }
  .m-event.event--next h2 {
    color: #fff;
    margin-bottom: 13px; }
  .m-event.event--next .event__date {
    font-size: 18px; }
  .m-event.event--next .events__more {
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-left: 25px; }
    .m-event.event--next .events__more:after {
      content: " >"; }
    .m-event.event--next .events__more:hover, .m-event.event--next .events__more:focus {
      text-decoration: none; }

.event--detail .event__header:before, .event--detail .event__header:after {
  content: " ";
  display: table; }
.event--detail .event__header:after {
  clear: both; }
.event--detail .event__header h1 {
  font-family: "FFDINWebBold";
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  color: #009BC9;
  margin-bottom: 10px; }
.event--detail .event__header .event__location {
  background-color: #009BC9;
  color: #ffffff;
  font-family: "FFDINWebBold";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding: 8px 12px;
  margin-bottom: 10px; }
  .event--detail .event__header .event__location:before, .event--detail .event__header .event__location:after {
    content: " ";
    display: table; }
  .event--detail .event__header .event__location:after {
    clear: both; }
  .event--detail .event__header .event__location a {
    color: inherit;
    font-family: "FFDINWeb";
    font-weight: normal;
    font-size: 16px;
    text-decoration: underline;
    float: right; }
    .event--detail .event__header .event__location a:hover, .event--detail .event__header .event__location a:focus {
      text-decoration: none; }
.event--detail .event__header .event__date {
  float: left;
  color: #333333;
  font-family: "FFDINWeb";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1em; }
  .event--detail .event__header .event__date .date__label {
    font-family: "FFDINWebBold";
    display: block; }
.event--detail .event__header .event__dropdown {
  float: right;
  margin-bottom: 1em;
  position: relative; }
  .event--detail .event__header .event__dropdown .addthisevent-drop {
    white-space: nowrap; }
    .event--detail .event__header .event__dropdown .addthisevent-drop:hover, .event--detail .event__header .event__dropdown .addthisevent-drop:focus {
      opacity: 1; }
    @media (max-width: 479px) {
      .event--detail .event__header .event__dropdown .addthisevent-drop {
        width: 100%; } }
    .event--detail .event__header .event__dropdown .addthisevent-drop .fa {
      margin-right: 0.5em; }
    .event--detail .event__header .event__dropdown .addthisevent-drop .addthisevent_dropdown {
      display: none; }
      .event--detail .event__header .event__dropdown .addthisevent-drop .addthisevent_dropdown span {
        font-family: "FFDINWeb";
        font-weight: normal;
        display: block;
        padding: 8px 0;
        color: #ffffff;
        text-align: center; }
        .event--detail .event__header .event__dropdown .addthisevent-drop .addthisevent_dropdown span:hover, .event--detail .event__header .event__dropdown .addthisevent-drop .addthisevent_dropdown span:focus {
          text-decoration: underline; }
.event--detail .event__content a {
  text-decoration: underline;
  color: #E0004D;
  margin-left: 0.5em; }
  .event--detail .event__content a:hover, .event--detail .event__content a:focus {
    text-decoration: none; }
.event--detail .itemFooter .sharing {
  margin-top: 1em;
  margin-bottom: 1em; }
  .event--detail .itemFooter .sharing:before, .event--detail .itemFooter .sharing:after {
    content: " ";
    display: table; }
  .event--detail .itemFooter .sharing:after {
    clear: both; }
  .event--detail .itemFooter .sharing li {
    float: left;
    margin-right: 10px; }
    .event--detail .itemFooter .sharing li .buttonShare {
      color: #000;
      display: inline-block;
      background: linear-gradient(to bottom, #FDFDFD 0px, #DDD 100%) repeat scroll 0% 0% transparent;
      position: relative;
      margin: 0px;
      padding: 2px 5px 2px 25px;
      font-size: 11px;
      line-height: 16px;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
      border-radius: 4px;
      text-align: center;
      text-decoration: none; }
      .event--detail .itemFooter .sharing li .buttonShare .sprite-self {
        background-image: url("/App_Themes/standard/images/icons.png");
        display: block;
        position: absolute;
        top: 4px;
        left: 5px; }
      .event--detail .itemFooter .sharing li .buttonShare.email .sprite-self {
        background-position: -466px -100px;
        width: 17px;
        height: 11px; }
      .event--detail .itemFooter .sharing li .buttonShare.calendar .sprite-self {
        background-position: -450px -100px;
        width: 12px;
        height: 12px; }

.roadshowSubscribe {
  text-align: right;
  margin-bottom: 30px; }
  .roadshowSubscribe .sfnewsletterTitle {
    color: #009BC9;
    font-family: "FFDINWebBold";
    font-size: 30px;
    font-weight: 400;
    line-height: 48px; }
  .roadshowSubscribe .sfnewsletterDescription {
    font-family: "FFDINWeb";
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.5em; }
  .roadshowSubscribe .sfnewsletterField {
    display: none; }
    .roadshowSubscribe .sfnewsletterField:first-child {
      display: block; }
      .roadshowSubscribe .sfnewsletterField:first-child .sfTxtLbl {
        display: none; }
      .roadshowSubscribe .sfnewsletterField:first-child input[type="text"] {
        border: 0;
        font-weight: 400;
        font-size: 13px;
        line-height: 1em;
        padding: 10px 0.5em;
        color: #333;
        text-align: left;
        /*width: 285px;*/
        max-width: 285px;
        width: 100%;
        margin-bottom: 10px; }
  .roadshowSubscribe .sfnewsletterSubmitBtn {
    background: #e0004d none;
    border: 0;
    font-family: "FFDINWebBold";
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px; }
    .roadshowSubscribe .sfnewsletterSubmitBtn:hover, .roadshowSubscribe .sfnewsletterSubmitBtn:focus {
      filter: alpha(opacity="80");
      opacity: 0.8; }

.blog--mini .heading2, .blog--list .heading2 {
  font-family: "FFDINWebBold";
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #009BC9;
  margin-bottom: 1em; }
.blog--mini .blog__list .media, .blog--list .blog__list .media {
  border-bottom: 1px solid #666666;
  padding: 40px 0; }
  .blog--mini .blog__list .media:before, .blog--mini .blog__list .media:after, .blog--list .blog__list .media:before, .blog--list .blog__list .media:after {
    content: " ";
    display: table; }
  .blog--mini .blog__list .media:after, .blog--list .blog__list .media:after {
    clear: both; }
  .blog--mini .blog__list .media:first-child, .blog--list .blog__list .media:first-child {
    padding-top: 0; }
  .blog--mini .blog__list .media .media--img, .blog--list .blog__list .media .media--img {
    width: 100px;
    float: left;
    margin-right: 36px; }
    @media screen and (max-width: 767px) {
      .blog--mini .blog__list .media .media--img, .blog--list .blog__list .media .media--img {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 10px; } }
    .blog--mini .blog__list .media .media--img.blog__date, .blog--list .blog__list .media .media--img.blog__date {
      background-color: #009BC9;
      color: #ffffff;
      display: block;
      font-weight: normal;
      text-align: center;
      font-family: "FFDINWeb";
      font-size: 18px;
      line-height: 1em;
      padding: 8px; }
      .blog--mini .blog__list .media .media--img.blog__date .date__day, .blog--list .blog__list .media .media--img.blog__date .date__day {
        font-family: "FFDINWebBold";
        font-size: 50px;
        line-height: 1em;
        display: block; }
      .blog--mini .blog__list .media .media--img.blog__date .date__month, .blog--list .blog__list .media .media--img.blog__date .date__month {
        font-family: "FFDINWebBold";
        font-size: 22px;
        line-height: 1em;
        display: block; }
  .blog--mini .blog__list .media .media--content, .blog--list .blog__list .media .media--content {
    padding-left: 136px; }
    @media screen and (max-width: 767px) {
      .blog--mini .blog__list .media .media--content, .blog--list .blog__list .media .media--content {
        width: 100%;
        display: block;
        padding-left: 0; } }
    .blog--mini .blog__list .media .media--content a, .blog--list .blog__list .media .media--content a {
      display: block;
      font-family: "FFDINWebBold";
      font-weight: normal;
      font-size: 22px;
      line-height: 24px;
      color: #009BC9;
      text-decoration: none;
      margin-bottom: 0.5em; }
    .blog--mini .blog__list .media .media--content .blog__summary, .blog--list .blog__list .media .media--content .blog__summary {
      font-family: "FFDINWeb";
      font-weight: normal;
      font-size: 18px;
      line-height: 24px; }

.blog--detail .blog__header {
  margin-bottom: 1em;
  display: table; }
  .blog--detail .blog__header:before, .blog--detail .blog__header:after {
    content: " ";
    display: table; }
  .blog--detail .blog__header:after {
    clear: both; }
  .blog--detail .blog__header .blog__date {
    width: 100px;
    float: left;
    margin-right: 36px;
    background-color: #009BC9;
    color: #ffffff;
    display: block;
    font-weight: normal;
    text-align: center;
    font-family: "FFDINWeb";
    font-size: 18px;
    line-height: 1em;
    padding: 8px; }
    @media screen and (max-width: 767px) {
      .blog--detail .blog__header .blog__date {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 10px; } }
    .blog--detail .blog__header .blog__date .date__day {
      font-family: "FFDINWebBold";
      font-size: 50px;
      line-height: 1em;
      display: block; }
    .blog--detail .blog__header .blog__date .date__month {
      font-family: "FFDINWebBold";
      font-size: 22px;
      line-height: 1em;
      display: block; }
  .blog--detail .blog__header .blog__title {
    padding-left: 136px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    color: #009BC9;
    margin: 0 0 0.5em 0; }
    @media screen and (max-width: 767px) {
      .blog--detail .blog__header .blog__title {
        width: 100%;
        display: block;
        padding-left: 0; } }
.blog--detail .blog__content > table td {
  padding-left: 0;
  padding-right: 0; }
.blog--detail .blog__content > table p:nth-of-type(1) {
  display: none; }
.blog--detail .blog__content > table p:nth-of-type(2) {
  display: none; }
.blog--detail .blog__content > table p:nth-of-type(3) {
  padding-left: 40px; }
.blog--detail .itemFooter .sharing {
  margin-top: 1em;
  margin-bottom: 1em; }
  .blog--detail .itemFooter .sharing:before, .blog--detail .itemFooter .sharing:after {
    content: " ";
    display: table; }
  .blog--detail .itemFooter .sharing:after {
    clear: both; }
  .blog--detail .itemFooter .sharing li {
    float: left;
    margin-right: 10px; }
    .blog--detail .itemFooter .sharing li .buttonShare {
      color: #000;
      display: inline-block;
      background: linear-gradient(to bottom, #FDFDFD 0px, #DDD 100%) repeat scroll 0% 0% transparent;
      position: relative;
      margin: 0px;
      padding: 2px 5px 2px 25px;
      font-size: 11px;
      line-height: 16px;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
      border-radius: 4px;
      text-align: center;
      text-decoration: none; }
      .blog--detail .itemFooter .sharing li .buttonShare .sprite-self {
        background-image: url("/App_Themes/standard/images/icons.png");
        display: block;
        position: absolute;
        top: 4px;
        left: 5px; }
      .blog--detail .itemFooter .sharing li .buttonShare.email .sprite-self {
        background-position: -466px -100px;
        width: 17px;
        height: 11px; }
      .blog--detail .itemFooter .sharing li .buttonShare.calendar .sprite-self {
        background-position: -450px -100px;
        width: 12px;
        height: 12px; }

.js-cr13-normal {
  margin-top: 1em;
  margin-bottom: 1em;
  border: none !important; }
  .js-cr13-normal .accordion__content {
    padding: 0 2.2em 1.1em 2.2em; }
  .js-cr13-normal .accordion__item > a {
    position: relative;
    font-size: 1.1em;
    line-height: 1em;
    padding: 1.1em 1.25em 1em;
    position: relative;
    padding-right: 71px;
    margin-bottom: 3px; }
    .js-cr13-normal .accordion__item > a:after {
      position: absolute;
      right: 0px; }
    .js-cr13-normal .accordion__item > a:after {
      content: "\f054";
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .js-cr13-normal .accordion__item > a + .sf_colsIn > .accordion__content {
      margin-top: 17px; }
  .js-cr13-normal .accordion__item.isOpenAccordion > a:after {
    content: "\f078"; }
  .js-cr13-normal .accordion__item ul {
    margin-top: 0.5em; }
    .js-cr13-normal .accordion__item ul li {
      font-size: 1em;
      line-height: 1.8em; }
      .js-cr13-normal .accordion__item ul li a {
        color: #333333;
        text-decoration: underline; }
        .js-cr13-normal .accordion__item ul li a:hover, .js-cr13-normal .accordion__item ul li a:focus {
          color: #E0004D; }

.js-cr13-alternate {
  border: none !important; }
  .js-cr13-alternate .accordion__item {
    margin-bottom: 25px; }
    .js-cr13-alternate .accordion__item:last-child {
      margin-bottom: 0; }
    .js-cr13-alternate .accordion__item > a {
      color: #333;
      position: relative;
      display: inline-block;
      text-decoration: none;
      padding-left: 35px;
      outline: 0; }
      .js-cr13-alternate .accordion__item > a:after {
        content: "\f054";
        position: absolute;
        top: 1px;
        left: 2px;
        color: #009BC9; }
      .js-cr13-alternate .accordion__item > a + .sf_colsIn > .accordion__content {
        margin-top: 17px; }
      .js-cr13-alternate .accordion__item > a:hover:after, .js-cr13-alternate .accordion__item > a:focus:after {
        color: #BC2279; }
    .js-cr13-alternate .accordion__item.isOpenAccordion > a:after {
      content: "\f078"; }
  #bd .js-cr13-alternate .sfContentBlock {
    padding: 0 0 0 35px; }
  .js-cr13-alternate .nested_accordion {
    padding-left: 35px;
    margin-top: 13px !important; }
    .js-cr13-alternate .nested_accordion .accordion__item > a {
      font-size: 18px; }
  @media screen and (max-width: 767px) {
    .js-cr13-alternate .accordion__item {
      margin-bottom: 10px; }
      .js-cr13-alternate .accordion__item > a {
        padding-left: 25px; }
    #bd .js-cr13-alternate .sfContentBlock {
      padding: 0 0 0 25px; }
    .js-cr13-alternate .nested_accordion {
      margin-top: 10px !important;
      margin-bottom: 10px !important;
      padding-left: 25px; }
      .js-cr13-alternate .nested_accordion .accordion__item > a {
        font-size: 16px; } }

.js-cr16 .accordion__item > a {
  display: none; }

.pageID-5d90e2a9-f371-61bc-846e-ff0000e9d3fc td {
  vertical-align: top;
  font-size: 1em; }

.cr33-fullWidthBanner {
  position: relative;
  overflow: hidden; }
  .cr33-fullWidthBanner .imgWrap img {
    width: 100%;
    height: auto; }
  .cr33-fullWidthBanner .content {
    padding: 15px;
    color: #fff; }
  .cr33-fullWidthBanner .internalMaxWidth {
    max-width: 1170px;
    margin: 0 auto;
    position: relative; }
  .cr33-fullWidthBanner .content {
    text-align: left; }
  .cr33-fullWidthBanner .fauxHeadingText {
    color: #fff;
    margin-bottom: 12px;
    display: block; }
  .cr33-fullWidthBanner p {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 10px;
    color: #fff; }
  .cr33-fullWidthBanner .fauxHeadingText {
    color: #fff; }
  .cr33-fullWidthBanner .imgWrap {
    max-height: 420px; }
  .cr33-fullWidthBanner .content {
    width: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%; }
  .cr33-fullWidthBanner .img-mobile {
    display: none; }

.m-searchBanner {
  /*margin: 0 -15px 25px;*/
  margin: 0 0 25px;
  position: relative;
  background: #aeb4b3; }
  .m-searchBanner .event__search {
    background: #5d99c9;
    padding: 15px 15px;
    text-align: center; }
  .m-searchBanner h2.search__title {
    color: #fff;
    margin-bottom: 15px; }
  .m-searchBanner .sfFieldWrp {
    width: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .m-searchBanner .sfFieldWrp input[type="text"] {
      border: none;
      padding: 5px 10px;
      font-size: 16px;
      line-height: initial;
      height: 40px; }
      .m-searchBanner .sfFieldWrp input[type="text"]::-webkit-input-placeholder {
        color: #333; }
      .m-searchBanner .sfFieldWrp input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        color: #333; }
      .m-searchBanner .sfFieldWrp input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #333; }
      .m-searchBanner .sfFieldWrp input[type="text"]:-ms-input-placeholder {
        color: #333; }
  .m-searchBanner .imgWrap {
    max-width: 1170px;
    margin: 0 auto; }
    .m-searchBanner .imgWrap img {
      max-height: inherit; }
  .m-searchBanner .imgWrap {
    max-height: 420px; }
  .m-searchBanner .event__search {
    padding: 30px 15px;
    width: 649px; }
  .m-searchBanner .event__search {
    bottom: 38px; }
  .m-searchBanner .event__search {
    position: absolute;
    right: initial;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%; }
  .m-searchBanner .sfFieldWrp {
    display: inline-block; }
    .m-searchBanner .sfFieldWrp input[type="text"] {
      min-width: 369px; }

.CR01_HomeResponsiveRotator {
  overflow: hidden;
  background: #025C76;
  margin-bottom: 23px;
  margin-bottom: 81px; }
  .CR01_HomeResponsiveRotator .slides {
    overflow: hidden; }
  .CR01_HomeResponsiveRotator .thumbsWrap {
    z-index: 3; }

.CR01_HomeResponsiveRotator .carouselWrap {
  	/*.button__dark--responsive {
  		border: 3px solid #fff;
  		color: #fff;
  		text-decoration: none;
  		padding: 15px 65px 15px 15px;
  		font-size: 16px;
  		font-family: $DIN-bold;
  		display: inline-block;
  
  
  
  		@extend .wsbtn-arrow;
  
  		&:hover,
  		&:focus {
  			background: #fff; color: #333;
  
  			&:before { border-width: 3px; }
  
  
  		}
  	}*/
  margin: 0 auto; }
  .CR01_HomeResponsiveRotator .carouselWrap .slides > li {
    display: none;
    position: relative; }
    .CR01_HomeResponsiveRotator .carouselWrap .slides > li.flex-active-slide {
      display: block; }
    .CR01_HomeResponsiveRotator .carouselWrap .slides > li .backgroundImages {
      display: block; }
      .CR01_HomeResponsiveRotator .carouselWrap .slides > li .backgroundImages .desktop {
        height: 100%;
        width: 100%; }
      .CR01_HomeResponsiveRotator .carouselWrap .slides > li .backgroundImages:hover, .CR01_HomeResponsiveRotator .carouselWrap .slides > li .backgroundImages:focus {
        filter: alpha(opacity="80");
        opacity: 0.8; }
  .CR01_HomeResponsiveRotator .carouselWrap .YoutubeEmbed iframe {
    display: block;
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01); }
  .CR01_HomeResponsiveRotator .carouselWrap .imgWrap .mobile,
  .CR01_HomeResponsiveRotator .carouselWrap .imgWrap .tablet,
  .CR01_HomeResponsiveRotator .carouselWrap .imgWrap .desktop {
    display: none; }
  .CR01_HomeResponsiveRotator .carouselWrap .ytEmbed a {
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px; }
    .CR01_HomeResponsiveRotator .carouselWrap .ytEmbed a:hover, .CR01_HomeResponsiveRotator .carouselWrap .ytEmbed a:focus {
      text-decoration: underline; }
  .CR01_HomeResponsiveRotator .carouselWrap .ytEmbed a.White {
    color: #fff; }
  .CR01_HomeResponsiveRotator .carouselWrap .ytEmbed a.Black {
    color: #000; }
  .CR01_HomeResponsiveRotator .carouselWrap .ytEmbed.White {
    border: 1px solid #fff; }
  .CR01_HomeResponsiveRotator .carouselWrap .ytEmbed.Black {
    border: 1px solid #000; }
  .CR01_HomeResponsiveRotator .carouselWrap .ytEmbed a {
    position: absolute;
    right: 0px;
    top: 100%; }
  .CR01_HomeResponsiveRotator .carouselWrap .imgWrap {
    height: 345px;
    line-height: 342px; }
    .CR01_HomeResponsiveRotator .carouselWrap .imgWrap .desktop {
      display: inline-block !important; }
  .CR01_HomeResponsiveRotator .carouselWrap .YoutubeEmbed {
    margin-top: 15px; }
  .CR01_HomeResponsiveRotator .carouselWrap .YoutubeEmbed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .CR01_HomeResponsiveRotator .carouselWrap .YoutubeEmbed iframe,
  .CR01_HomeResponsiveRotator .carouselWrap .YoutubeEmbed object,
  .CR01_HomeResponsiveRotator .carouselWrap .YoutubeEmbed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .CR01_HomeResponsiveRotator .carouselWrap .button__dark--responsive {
    display: none; }
  .CR01_HomeResponsiveRotator .carouselWrap .imgWrap {
    width: 1170px;
    margin: 0 auto; }
  .CR01_HomeResponsiveRotator .carouselWrap .mainContentContainer {
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .CR01_HomeResponsiveRotator .carouselWrap .ytEmbed {
    position: absolute;
    top: 10px;
    right: 79px;
    text-align: right;
    width: 480px; }
  .CR01_HomeResponsiveRotator .carouselWrap .imgWrap,
  .CR01_HomeResponsiveRotator .carouselWrap .mainContentContainer {
    max-width: 1170px; }

.CR01_HomeResponsiveRotator .thumbsWrap {
  position: relative;
  width: 254px;
  margin: 0 auto;
  padding: 10px 0;
  width: 609.25px;
  padding: 8px 0;
  height: 92px;
  width: 1061px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .slides > li {
    margin-right: 10px;
    width: initial !important; }
  .CR01_HomeResponsiveRotator .thumbsWrap .slides a {
    border: 3px solid transparent;
    display: block; }
    .CR01_HomeResponsiveRotator .thumbsWrap .slides a:hover, .CR01_HomeResponsiveRotator .thumbsWrap .slides a:focus {
      border-color: #009BC9; }
  .CR01_HomeResponsiveRotator .thumbsWrap .slides .imgWrap {
    width: 72px;
    height: 42px;
    line-height: 39px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .slides .flex-active-slide {
    width: 123px !important; }
    .CR01_HomeResponsiveRotator .thumbsWrap .slides .flex-active-slide a {
      border-color: #fff; }
  .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav a {
    color: #fff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    font-size: 20px;
    line-height: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 8px 5px; }
    .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav a .flex-text {
      position: absolute;
      left: -999px;
      top: -300px; }
    .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav a:hover, .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav a:focus {
      color: #BC2279; }
  .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav .flex-prev {
    left: -25px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav .flex-next {
    right: -25px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav .flex-disabled,
  .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav .flex-disabled:hover,
  .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav .flex-disabled:focus {
    opacity: 0.5;
    color: #fff;
    cursor: default; }
  .CR01_HomeResponsiveRotator .thumbsWrap .slides > li {
    margin-right: 39px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .slides a {
    border-width: 4px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .slides .imgWrap {
    width: 115px;
    height: 68px;
    line-height: 65px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav .flex-prev {
    left: -50px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav .flex-next {
    right: -50px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav .flex-prev {
    left: -34px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .flex-direction-nav .flex-next {
    right: -34px; }
  .CR01_HomeResponsiveRotator .thumbsWrap .YoutubeEmbed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .CR01_HomeResponsiveRotator .thumbsWrap .slides > li {
    margin-right: 11px; }

.bannerWithAside {
  background: #f2f2f2;
  margin-bottom: 20px;
  overflow: hidden;
  margin-bottom: 40px; }
  .bannerWithAside .imgWrap img, .bannerWithAside .imgWrap .YoutubeEmbed {
    width: 100%;
    height: auto; }
  .bannerWithAside .media--img {
    background-color: #333333; }
  .bannerWithAside .media--content {
    padding: 20px 15px; }
  .bannerWithAside h3 {
    display: inline-block; }
    .bannerWithAside h3 > a {
      color: inherit;
      text-decoration: none; }
      .bannerWithAside h3 > a:hover, .bannerWithAside h3 > a:focus {
        text-decoration: underline; }
  .bannerWithAside .meta {
    font-family: "FFDINWebBold", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #009DD9;
    line-height: 26px;
    margin-top: -10px;
    margin-bottom: 20px; }
  .bannerWithAside blockquote {
    font-family: "FFDINWeb", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #033333;
    line-height: 26px;
    margin-bottom: 20px; }
    .bannerWithAside blockquote:before, .bannerWithAside blockquote:after {
      font-size: 30px;
      line-height: 1rem;
      font-family: Arial; }
  .bannerWithAside .videoTranscript {
    font-family: "FFDINWeb", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #E0004D;
    line-height: 26px; }
  .bannerWithAside .socialConnect {
    margin-bottom: 10px; }
    .bannerWithAside .socialConnect .sprite-self {
      width: auto;
      height: auto; }
      .bannerWithAside .socialConnect .sprite-self:before {
        margin-right: 0.5em;
        font-size: 25px;
        vertical-align: middle; }
    .bannerWithAside .socialConnect .twerter a {
      padding: 7px 10px 5px 10px;
      margin-bottom: 10px; }
      .bannerWithAside .socialConnect .twerter a .sprite-self:before {
        content: "\f081"; }
    .bannerWithAside .socialConnect .ferceberk a {
      padding: 7px 10px 5px 10px; }
      .bannerWithAside .socialConnect .ferceberk a .sprite-self:before {
        content: "\f082"; }
  .bannerWithAside .YoutubeEmbed {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    .bannerWithAside .YoutubeEmbed + .imgWrap {
      display: none; }
  .bannerWithAside .YoutubeEmbed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01); }
  .bannerWithAside .media--img {
    width: 50%;
    padding-top: 30%;
    position: relative;
    float: left; }
  .bannerWithAside .media--content {
    overflow: hidden;
    padding: 20px 25px; }
  .bannerWithAside .imgWrap {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px; }
  .bannerWithAside .sfContentBlock {
    font-size: 16px;
    line-height: 26px;
    color: #033333; }
  .bannerWithAside .media--img {
    width: 64%;
    padding-top: 38%; }
  .bannerWithAside .media--content {
    padding: 50px; }
  .bannerWithAside .imgWrap {
    line-height: 442px; }

.divHomepageSlider.cr63-landing {
  position: relative; }
  .divHomepageSlider.cr63-landing .slides {
    position: relative;
    overflow: hidden; }
    .divHomepageSlider.cr63-landing .slides > li {
      position: relative; }
  .divHomepageSlider.cr63-landing .slideTxt {
    color: #fff;
    line-height: 48px;
    font-size: 30px; }
  .divHomepageSlider.cr63-landing .bannerText {
    display: block; }
    .divHomepageSlider.cr63-landing .bannerText:before {
      content: '\201C'; }
    .divHomepageSlider.cr63-landing .bannerText:after {
      content: '\201D'; }
  .divHomepageSlider.cr63-landing .slideContent {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    background: #355A76; }
    .divHomepageSlider.cr63-landing .slideContent .button {
      margin-top: 15px; }
  .divHomepageSlider.cr63-landing .flex-direction-nav {
    z-index: 2; }
    .divHomepageSlider.cr63-landing .flex-direction-nav a {
      font-size: 20px;
      color: #fff;
      background: #ccc;
      background: rgba(255, 255, 255, 0.4);
      padding: 32px 15px;
      position: absolute;
      top: 50%;
      z-index: 100;
      display: block; }
      .divHomepageSlider.cr63-landing .flex-direction-nav a:hover, .divHomepageSlider.cr63-landing .flex-direction-nav a:focus {
        color: #009BC9;
        background: rgba(255, 255, 255, 0.4); }
    .divHomepageSlider.cr63-landing .flex-direction-nav .flex-disabled {
      display: none; }
    .divHomepageSlider.cr63-landing .flex-direction-nav .flex-prev {
      left: 0px; }
    .divHomepageSlider.cr63-landing .flex-direction-nav .flex-next {
      right: 0px; }
  .divHomepageSlider.cr63-landing .imgWrap img {
    width: 100%;
    height: 100%; }
  .divHomepageSlider.cr63-landing .flex-direction-nav {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .divHomepageSlider.cr63-landing .flex-direction-nav a {
      font-size: 36px; }
  .divHomepageSlider.cr63-landing .slideTxt {
    width: 330px;
    position: absolute;
    left: 168px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .divHomepageSlider.cr63-landing .flex-direction-nav {
    width: 1170px; }
    .divHomepageSlider.cr63-landing .flex-direction-nav a {
      -webkit-transform: translate(0, -70%);
      -ms-transform: translate(0, -70%);
      transform: translate(0, -70%); }
  .divHomepageSlider.cr63-landing .imgWrap {
    height: 420px;
    line-height: 417px; }

#body .cookieSetter {
  position: relative;
  width: 1170px;
  margin: 0 auto; }
  #body .cookieSetter .startPaused {
    background: #000;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22; }
  #body .cookieSetter input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -100%;
    margin-left: 15px; }
    #body .cookieSetter input[type="checkbox"]:focus {
      position: static;
      left: inherit; }
      #body .cookieSetter input[type="checkbox"]:focus + label {
        position: static;
        left: inherit;
        display: inline-block;
        line-height: 40px; }
  #body .cookieSetter label {
    position: absolute;
    left: -100%;
    top: 0;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 0; }

.skipTo {
  position: relative;
  margin-left: 150px; }
  .skipTo a {
    text-decoration: none; }
    .skipTo a:focus {
      left: 0;
      font-size: 16px;
      height: auto;
      width: auto;
      background: #025C76;
      color: #fff;
      display: inline-block;
      padding: 10px 15px; }
  .skipTo a + a:focus {
    background: #BC2279; }

.skipToTarget {
  outline: 0; }

.cr74-videoRotator {
  background: #009BC9;
  margin-bottom: 20px;
  position: relative;
  /*@include only(s) {
  	.mediaContent,
  	.flex-direction-nav {
  		padding: 0 30px 25px;
  	}
  }*/
  margin-bottom: 49px; }
  .cr74-videoRotator .slides {
    overflow: hidden; }
    .cr74-videoRotator .slides > li {
      filter: alpha(opacity="0");
      opacity: 0; }
  .cr74-videoRotator a {
    color: #fff;
    text-decoration: underline; }
    .cr74-videoRotator a:hover, .cr74-videoRotator a:focus {
      text-decoration: none;
      outline: 0; }
  .cr74-videoRotator .cr74-youtubeEmbed-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .cr74-videoRotator .cr74-youtubeEmbed-inner iframe,
  .cr74-videoRotator .cr74-youtubeEmbed-inner object,
  .cr74-videoRotator .cr74-youtubeEmbed-inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01); }
  .cr74-videoRotator .navViewport,
  .cr74-videoRotator .videoControlsWrap {
    display: none; }
  .cr74-videoRotator .updateRotator {
    text-decoration: none;
    display: block;
    /*
    &:hover,
    &:focus { text-decoration: underline; }
    */ }
    .cr74-videoRotator .updateRotator * {
      color: #fff; }
    .cr74-videoRotator .updateRotator .title {
      font-size: 20px;
      line-height: 26px;
      font-family: "FFDINWebBold", sans-serif;
      margin-bottom: 15px;
      display: block; }
    .cr74-videoRotator .updateRotator blockquote {
      font-size: 16px;
      line-height: 20px;
      font-family: "FFDINWebItalic", sans-serif;
      margin-bottom: 20px; }
      .cr74-videoRotator .updateRotator blockquote:before, .cr74-videoRotator .updateRotator blockquote:after {
        color: #fff;
        font-size: 1.5em;
        line-height: 1em;
        text-decoration: none !important;
        font-family: arial, sans-serif;
        position: relative; }
      .cr74-videoRotator .updateRotator blockquote:before {
        margin-right: -2px; }
      .cr74-videoRotator .updateRotator blockquote:after {
        margin-left: -2px; }
  .cr74-videoRotator .imgWrap-outer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px; }
    .cr74-videoRotator .imgWrap-outer .imgWrap {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      bottom: 0px; }
      .cr74-videoRotator .imgWrap-outer .imgWrap img {
        width: 100%;
        height: 100%;
        max-width: inherit;
        max-height: inherit; }
  .cr74-videoRotator .videoTranscript {
    font-size: 18px;
    float: right; }
  .cr74-videoRotator .flex-direction-nav {
    padding: 0 15px 25px;
    overflow: hidden; }
    .cr74-videoRotator .flex-direction-nav a {
      font-size: 18px;
      padding: 5px; }
    .cr74-videoRotator .flex-direction-nav .flex-prev {
      float: left; }
      .cr74-videoRotator .flex-direction-nav .flex-prev:before {
        content: "<"; }
    .cr74-videoRotator .flex-direction-nav .flex-next {
      float: right; }
      .cr74-videoRotator .flex-direction-nav .flex-next:after {
        content: ">"; }
  .cr74-videoRotator .cr74-youtubeEmbed {
    width: 65.7%; }
  .cr74-videoRotator .cr74-youtubeEmbed {
    float: left; }
  .cr74-videoRotator .mediaContent {
    overflow: hidden;
    padding: 20px 0 80px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 34.3%; }
  .cr74-videoRotator .mediaContent-overflow {
    overflow: auto;
    padding: 0 39px;
    position: absolute;
    top: 40px;
    bottom: 80px;
    right: 0px;
    left: 0px; }
  .cr74-videoRotator .flex-direction-nav {
    position: absolute;
    right: 0px;
    bottom: 45px;
    width: 34.3%;
    padding: 0 39px;
    z-index: 100;
    margin: 0; }
    .cr74-videoRotator .flex-direction-nav a {
      font-size: 18px; }
    .cr74-videoRotator .flex-direction-nav .flex-prev {
      float: left; }
    .cr74-videoRotator .flex-direction-nav .flex-next {
      float: right; }
  .cr74-videoRotator .mediaContent {
    padding: 40px 39px 100px; }
  .cr74-videoRotator .updateRotator .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 35px; }
  .cr74-videoRotator .updateRotator blockquote {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px; }
  .cr74-videoRotator .updateRotator blockquote:before,
  .cr74-videoRotator .updateRotator blockquote:after {
    line-height: 24px; }

#ft:before {
  content: ""; }

.cr06-talkTo-14-08-20 {
  padding-top: 12px; }
  .cr06-talkTo-14-08-20 h2 {
    color: #fff;
    font-size: 20px;
    font-family: "FFDINWebBold", sans-serif;
    margin-bottom: 10px; }
  .cr06-talkTo-14-08-20 ul {
    padding-bottom: 10px; }
  .cr06-talkTo-14-08-20 li {
    margin-bottom: 10px; }
  .cr06-talkTo-14-08-20 .wsbtn, .cr06-talkTo-14-08-20 .buttonLarge, .cr06-talkTo-14-08-20 .btn, .cr06-talkTo-14-08-20 .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr06-talkTo-14-08-20 .sfEditBtn, .cr06-talkTo-14-08-20 .sfforumPostReplyContainer .sfSubmitBtn, .sfforumPostReplyContainer .cr06-talkTo-14-08-20 .sfSubmitBtn, .cr06-talkTo-14-08-20 .button, .cr06-talkTo-14-08-20 .sfFormSubmit input[type="submit"], .sfFormSubmit .cr06-talkTo-14-08-20 input[type="submit"], .cr06-talkTo-14-08-20 .cr52-storiesListRotator > .pull-right .read-more, .cr52-storiesListRotator > .pull-right .cr06-talkTo-14-08-20 .read-more, .cr06-talkTo-14-08-20 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn, .cr48-newsItem .sfcommentsForm .cr06-talkTo-14-08-20 .sfcommentsSubmitBtn, .cr06-talkTo-14-08-20 .cr50-latestNews .buttonAlt, .cr50-latestNews .cr06-talkTo-14-08-20 .buttonAlt, .cr06-talkTo-14-08-20 .cr01-activitiesList .underline_linkText > a, .cr01-activitiesList .cr06-talkTo-14-08-20 .underline_linkText > a, .cr06-talkTo-14-08-20 .cr55-profile-short .js_Close, .cr55-profile-short .cr06-talkTo-14-08-20 .js_Close, .cr06-talkTo-14-08-20 .cr85-mahpRegistrationForm input[type="submit"], .cr85-mahpRegistrationForm .cr06-talkTo-14-08-20 input[type="submit"], .cr06-talkTo-14-08-20 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"], .sfforumNewThreadWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 input[type="submit"], .cr06-talkTo-14-08-20 .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr06-talkTo-14-08-20 a, .cr06-talkTo-14-08-20 .js-cr13-normal .accordion__item > a, .js-cr13-normal .cr06-talkTo-14-08-20 .accordion__item > a, .cr06-talkTo-14-08-20 .m-searchBanner .search__submit, .m-searchBanner .cr06-talkTo-14-08-20 .search__submit, .cr06-talkTo-14-08-20 .bannerWithAside .socialConnect .twerter a, .bannerWithAside .socialConnect .twerter .cr06-talkTo-14-08-20 a, .cr06-talkTo-14-08-20 .bannerWithAside .socialConnect .ferceberk a, .bannerWithAside .socialConnect .ferceberk .cr06-talkTo-14-08-20 a, .cr06-talkTo-14-08-20 .cr20-eventList .tabNav #a1, .cr20-eventList .tabNav .cr06-talkTo-14-08-20 #a1, .cr06-talkTo-14-08-20 .cr11-collectionSearch .RadButton input[type="submit"], .cr11-collectionSearch .RadButton .cr06-talkTo-14-08-20 input[type="submit"], .cr06-talkTo-14-08-20 .lightbox.update-dob .buttonContainer a, .lightbox.update-dob .buttonContainer .cr06-talkTo-14-08-20 a, .cr06-talkTo-14-08-20 .depressionChecklist .buttonWrap input[type="submit"], .depressionChecklist .buttonWrap .cr06-talkTo-14-08-20 input[type="submit"], .cr06-talkTo-14-08-20 .cr65-searchSelector .accordian .js_accordianExpondo, .cr65-searchSelector .accordian .cr06-talkTo-14-08-20 .js_accordianExpondo, .cr06-talkTo-14-08-20 .cr39-infoResources li .linkText, .cr39-infoResources li .cr06-talkTo-14-08-20 .linkText, .cr06-talkTo-14-08-20 .cr38 li > a .linkText, .cr38 li > a .cr06-talkTo-14-08-20 .linkText, .cr06-talkTo-14-08-20 .CR02_GetInvolvedCarousel .button__pink--large, .CR02_GetInvolvedCarousel .cr06-talkTo-14-08-20 .button__pink--large, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn,
  .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn,
  .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn,
  .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk,
  .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk,
  .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk,
  .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk,
  .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk,
  .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk,
  .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse,
  .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse,
  .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse,
  .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse,
  .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse,
  .beyondBlue .forgotPassword .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse, .cr06-talkTo-14-08-20 .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse, .beyondBlue .sfprofileAvatar .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse, .cr06-talkTo-14-08-20 .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr06-talkTo-14-08-20 .buttonAlt {
    display: block;
    position: relative;
    padding-left: 61px;
    font-family: "FFDINWeb", sans-serif; }
    .cr06-talkTo-14-08-20 .wsbtn .standout, .cr06-talkTo-14-08-20 .buttonLarge .standout, .cr06-talkTo-14-08-20 .btn .standout, .cr06-talkTo-14-08-20 .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn .standout, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr06-talkTo-14-08-20 .sfEditBtn .standout, .cr06-talkTo-14-08-20 .sfforumPostReplyContainer .sfSubmitBtn .standout, .sfforumPostReplyContainer .cr06-talkTo-14-08-20 .sfSubmitBtn .standout, .cr06-talkTo-14-08-20 .button .standout, .cr06-talkTo-14-08-20 .sfFormSubmit input[type="submit"] .standout, .sfFormSubmit .cr06-talkTo-14-08-20 input[type="submit"] .standout, .cr06-talkTo-14-08-20 .cr52-storiesListRotator > .pull-right .read-more .standout, .cr52-storiesListRotator > .pull-right .cr06-talkTo-14-08-20 .read-more .standout, .cr06-talkTo-14-08-20 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn .standout, .cr48-newsItem .sfcommentsForm .cr06-talkTo-14-08-20 .sfcommentsSubmitBtn .standout, .cr06-talkTo-14-08-20 .cr50-latestNews .buttonAlt .standout, .cr50-latestNews .cr06-talkTo-14-08-20 .buttonAlt .standout, .cr06-talkTo-14-08-20 .cr01-activitiesList .underline_linkText > a .standout, .cr01-activitiesList .cr06-talkTo-14-08-20 .underline_linkText > a .standout, .cr06-talkTo-14-08-20 .cr55-profile-short .js_Close .standout, .cr55-profile-short .cr06-talkTo-14-08-20 .js_Close .standout, .cr06-talkTo-14-08-20 .cr85-mahpRegistrationForm input[type="submit"] .standout, .cr85-mahpRegistrationForm .cr06-talkTo-14-08-20 input[type="submit"] .standout, .cr06-talkTo-14-08-20 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"] .standout, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 input[type="submit"] .standout, .cr06-talkTo-14-08-20 .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a .standout, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr06-talkTo-14-08-20 a .standout, .cr06-talkTo-14-08-20 .js-cr13-normal .accordion__item > a .standout, .js-cr13-normal .cr06-talkTo-14-08-20 .accordion__item > a .standout, .cr06-talkTo-14-08-20 .m-searchBanner .search__submit .standout, .m-searchBanner .cr06-talkTo-14-08-20 .search__submit .standout, .cr06-talkTo-14-08-20 .bannerWithAside .socialConnect .twerter a .standout, .bannerWithAside .socialConnect .twerter .cr06-talkTo-14-08-20 a .standout, .cr06-talkTo-14-08-20 .bannerWithAside .socialConnect .ferceberk a .standout, .bannerWithAside .socialConnect .ferceberk .cr06-talkTo-14-08-20 a .standout, .cr06-talkTo-14-08-20 .cr20-eventList .tabNav #a1 .standout, .cr20-eventList .tabNav .cr06-talkTo-14-08-20 #a1 .standout, .cr06-talkTo-14-08-20 .cr11-collectionSearch .RadButton input[type="submit"] .standout, .cr11-collectionSearch .RadButton .cr06-talkTo-14-08-20 input[type="submit"] .standout, .cr06-talkTo-14-08-20 .lightbox.update-dob .buttonContainer a .standout, .lightbox.update-dob .buttonContainer .cr06-talkTo-14-08-20 a .standout, .cr06-talkTo-14-08-20 .depressionChecklist .buttonWrap input[type="submit"] .standout, .depressionChecklist .buttonWrap .cr06-talkTo-14-08-20 input[type="submit"] .standout, .cr06-talkTo-14-08-20 .cr65-searchSelector .accordian .js_accordianExpondo .standout, .cr65-searchSelector .accordian .cr06-talkTo-14-08-20 .js_accordianExpondo .standout, .cr06-talkTo-14-08-20 .cr39-infoResources li .linkText .standout, .cr39-infoResources li .cr06-talkTo-14-08-20 .linkText .standout, .cr06-talkTo-14-08-20 .cr38 li > a .linkText .standout, .cr38 li > a .cr06-talkTo-14-08-20 .linkText .standout, .cr06-talkTo-14-08-20 .CR02_GetInvolvedCarousel .button__pink--large .standout, .CR02_GetInvolvedCarousel .cr06-talkTo-14-08-20 .button__pink--large .standout, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn .standout, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn .standout,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn .standout,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn .standout,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn .standout, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk .standout, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk .standout,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk .standout,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk .standout,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk .standout, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk .standout, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk .standout,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk .standout,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk .standout,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk .standout, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse .standout, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse .standout,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse .standout,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse .standout,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse .standout,
    .beyondBlue .forgotPassword .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse .standout, .cr06-talkTo-14-08-20 .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse .standout, .beyondBlue .sfprofileAvatar .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse .standout, .cr06-talkTo-14-08-20 .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt .standout, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr06-talkTo-14-08-20 .buttonAlt .standout {
      font-family: "FFDINWebBold", sans-serif;
      font-size: 18px; }
    .cr06-talkTo-14-08-20 .wsbtn .subText, .cr06-talkTo-14-08-20 .buttonLarge .subText, .cr06-talkTo-14-08-20 .btn .subText, .cr06-talkTo-14-08-20 .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn .subText, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr06-talkTo-14-08-20 .sfEditBtn .subText, .cr06-talkTo-14-08-20 .sfforumPostReplyContainer .sfSubmitBtn .subText, .sfforumPostReplyContainer .cr06-talkTo-14-08-20 .sfSubmitBtn .subText, .cr06-talkTo-14-08-20 .button .subText, .cr06-talkTo-14-08-20 .sfFormSubmit input[type="submit"] .subText, .sfFormSubmit .cr06-talkTo-14-08-20 input[type="submit"] .subText, .cr06-talkTo-14-08-20 .cr52-storiesListRotator > .pull-right .read-more .subText, .cr52-storiesListRotator > .pull-right .cr06-talkTo-14-08-20 .read-more .subText, .cr06-talkTo-14-08-20 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn .subText, .cr48-newsItem .sfcommentsForm .cr06-talkTo-14-08-20 .sfcommentsSubmitBtn .subText, .cr06-talkTo-14-08-20 .cr50-latestNews .buttonAlt .subText, .cr50-latestNews .cr06-talkTo-14-08-20 .buttonAlt .subText, .cr06-talkTo-14-08-20 .cr01-activitiesList .underline_linkText > a .subText, .cr01-activitiesList .cr06-talkTo-14-08-20 .underline_linkText > a .subText, .cr06-talkTo-14-08-20 .cr55-profile-short .js_Close .subText, .cr55-profile-short .cr06-talkTo-14-08-20 .js_Close .subText, .cr06-talkTo-14-08-20 .cr85-mahpRegistrationForm input[type="submit"] .subText, .cr85-mahpRegistrationForm .cr06-talkTo-14-08-20 input[type="submit"] .subText, .cr06-talkTo-14-08-20 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"] .subText, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 input[type="submit"] .subText, .cr06-talkTo-14-08-20 .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a .subText, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr06-talkTo-14-08-20 a .subText, .cr06-talkTo-14-08-20 .js-cr13-normal .accordion__item > a .subText, .js-cr13-normal .cr06-talkTo-14-08-20 .accordion__item > a .subText, .cr06-talkTo-14-08-20 .m-searchBanner .search__submit .subText, .m-searchBanner .cr06-talkTo-14-08-20 .search__submit .subText, .cr06-talkTo-14-08-20 .bannerWithAside .socialConnect .twerter a .subText, .bannerWithAside .socialConnect .twerter .cr06-talkTo-14-08-20 a .subText, .cr06-talkTo-14-08-20 .bannerWithAside .socialConnect .ferceberk a .subText, .bannerWithAside .socialConnect .ferceberk .cr06-talkTo-14-08-20 a .subText, .cr06-talkTo-14-08-20 .cr20-eventList .tabNav #a1 .subText, .cr20-eventList .tabNav .cr06-talkTo-14-08-20 #a1 .subText, .cr06-talkTo-14-08-20 .cr11-collectionSearch .RadButton input[type="submit"] .subText, .cr11-collectionSearch .RadButton .cr06-talkTo-14-08-20 input[type="submit"] .subText, .cr06-talkTo-14-08-20 .lightbox.update-dob .buttonContainer a .subText, .lightbox.update-dob .buttonContainer .cr06-talkTo-14-08-20 a .subText, .cr06-talkTo-14-08-20 .depressionChecklist .buttonWrap input[type="submit"] .subText, .depressionChecklist .buttonWrap .cr06-talkTo-14-08-20 input[type="submit"] .subText, .cr06-talkTo-14-08-20 .cr65-searchSelector .accordian .js_accordianExpondo .subText, .cr65-searchSelector .accordian .cr06-talkTo-14-08-20 .js_accordianExpondo .subText, .cr06-talkTo-14-08-20 .cr39-infoResources li .linkText .subText, .cr39-infoResources li .cr06-talkTo-14-08-20 .linkText .subText, .cr06-talkTo-14-08-20 .cr38 li > a .linkText .subText, .cr38 li > a .cr06-talkTo-14-08-20 .linkText .subText, .cr06-talkTo-14-08-20 .CR02_GetInvolvedCarousel .button__pink--large .subText, .CR02_GetInvolvedCarousel .cr06-talkTo-14-08-20 .button__pink--large .subText, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn .subText, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn .subText,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn .subText,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn .subText,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn .subText, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk .subText, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk .subText,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk .subText,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk .subText,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk .subText, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk .subText, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk .subText,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk .subText,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk .subText,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk .subText, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse .subText, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse .subText,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse .subText,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse .subText,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse .subText,
    .beyondBlue .forgotPassword .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse .subText, .cr06-talkTo-14-08-20 .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse .subText, .beyondBlue .sfprofileAvatar .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse .subText, .cr06-talkTo-14-08-20 .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt .subText, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr06-talkTo-14-08-20 .buttonAlt .subText {
      font-size: 14px; }
    .cr06-talkTo-14-08-20 .wsbtn:hover, .cr06-talkTo-14-08-20 .buttonLarge:hover, .cr06-talkTo-14-08-20 .btn:hover, .cr06-talkTo-14-08-20 .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn:hover, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr06-talkTo-14-08-20 .sfEditBtn:hover, .cr06-talkTo-14-08-20 .sfforumPostReplyContainer .sfSubmitBtn:hover, .sfforumPostReplyContainer .cr06-talkTo-14-08-20 .sfSubmitBtn:hover, .cr06-talkTo-14-08-20 .button:hover, .cr06-talkTo-14-08-20 .sfFormSubmit input[type="submit"]:hover, .sfFormSubmit .cr06-talkTo-14-08-20 input[type="submit"]:hover, .cr06-talkTo-14-08-20 .cr52-storiesListRotator > .pull-right .read-more:hover, .cr52-storiesListRotator > .pull-right .cr06-talkTo-14-08-20 .read-more:hover, .cr06-talkTo-14-08-20 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn:hover, .cr48-newsItem .sfcommentsForm .cr06-talkTo-14-08-20 .sfcommentsSubmitBtn:hover, .cr06-talkTo-14-08-20 .cr50-latestNews .buttonAlt:hover, .cr50-latestNews .cr06-talkTo-14-08-20 .buttonAlt:hover, .cr06-talkTo-14-08-20 .cr01-activitiesList .underline_linkText > a:hover, .cr01-activitiesList .cr06-talkTo-14-08-20 .underline_linkText > a:hover, .cr06-talkTo-14-08-20 .cr55-profile-short .js_Close:hover, .cr55-profile-short .cr06-talkTo-14-08-20 .js_Close:hover, .cr06-talkTo-14-08-20 .cr85-mahpRegistrationForm input[type="submit"]:hover, .cr85-mahpRegistrationForm .cr06-talkTo-14-08-20 input[type="submit"]:hover, .cr06-talkTo-14-08-20 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"]:hover, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 input[type="submit"]:hover, .cr06-talkTo-14-08-20 .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a:hover, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr06-talkTo-14-08-20 a:hover, .cr06-talkTo-14-08-20 .js-cr13-normal .accordion__item > a:hover, .js-cr13-normal .cr06-talkTo-14-08-20 .accordion__item > a:hover, .cr06-talkTo-14-08-20 .m-searchBanner .search__submit:hover, .m-searchBanner .cr06-talkTo-14-08-20 .search__submit:hover, .cr06-talkTo-14-08-20 .bannerWithAside .socialConnect .twerter a:hover, .bannerWithAside .socialConnect .twerter .cr06-talkTo-14-08-20 a:hover, .cr06-talkTo-14-08-20 .bannerWithAside .socialConnect .ferceberk a:hover, .bannerWithAside .socialConnect .ferceberk .cr06-talkTo-14-08-20 a:hover, .cr06-talkTo-14-08-20 .cr20-eventList .tabNav #a1:hover, .cr20-eventList .tabNav .cr06-talkTo-14-08-20 #a1:hover, .cr06-talkTo-14-08-20 .cr11-collectionSearch .RadButton input[type="submit"]:hover, .cr11-collectionSearch .RadButton .cr06-talkTo-14-08-20 input[type="submit"]:hover, .cr06-talkTo-14-08-20 .lightbox.update-dob .buttonContainer a:hover, .lightbox.update-dob .buttonContainer .cr06-talkTo-14-08-20 a:hover, .cr06-talkTo-14-08-20 .depressionChecklist .buttonWrap input[type="submit"]:hover, .depressionChecklist .buttonWrap .cr06-talkTo-14-08-20 input[type="submit"]:hover, .cr06-talkTo-14-08-20 .cr65-searchSelector .accordian .js_accordianExpondo:hover, .cr65-searchSelector .accordian .cr06-talkTo-14-08-20 .js_accordianExpondo:hover, .cr06-talkTo-14-08-20 .cr39-infoResources li .linkText:hover, .cr39-infoResources li .cr06-talkTo-14-08-20 .linkText:hover, .cr06-talkTo-14-08-20 .cr38 li > a .linkText:hover, .cr38 li > a .cr06-talkTo-14-08-20 .linkText:hover, .cr06-talkTo-14-08-20 .CR02_GetInvolvedCarousel .button__pink--large:hover, .CR02_GetInvolvedCarousel .cr06-talkTo-14-08-20 .button__pink--large:hover, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:hover, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:hover,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:hover,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:hover,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn:hover, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk:hover, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:hover,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:hover,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk:hover,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk:hover, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk:hover, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:hover,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:hover,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk:hover,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk:hover, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:hover, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:hover,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:hover,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse:hover,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse:hover,
    .beyondBlue .forgotPassword .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse:hover, .cr06-talkTo-14-08-20 .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse:hover, .beyondBlue .sfprofileAvatar .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse:hover, .cr06-talkTo-14-08-20 .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:hover, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr06-talkTo-14-08-20 .buttonAlt:hover, .cr06-talkTo-14-08-20 .wsbtn:focus, .cr06-talkTo-14-08-20 .buttonLarge:focus, .cr06-talkTo-14-08-20 .btn:focus, .cr06-talkTo-14-08-20 .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .sfEditBtn:focus, .cr29-forumPosts .sfforumThreadPostContentWrp .adminControls .cr06-talkTo-14-08-20 .sfEditBtn:focus, .cr06-talkTo-14-08-20 .sfforumPostReplyContainer .sfSubmitBtn:focus, .sfforumPostReplyContainer .cr06-talkTo-14-08-20 .sfSubmitBtn:focus, .cr06-talkTo-14-08-20 .button:focus, .cr06-talkTo-14-08-20 .sfFormSubmit input[type="submit"]:focus, .sfFormSubmit .cr06-talkTo-14-08-20 input[type="submit"]:focus, .cr06-talkTo-14-08-20 .cr52-storiesListRotator > .pull-right .read-more:focus, .cr52-storiesListRotator > .pull-right .cr06-talkTo-14-08-20 .read-more:focus, .cr06-talkTo-14-08-20 .cr48-newsItem .sfcommentsForm .sfcommentsSubmitBtn:focus, .cr48-newsItem .sfcommentsForm .cr06-talkTo-14-08-20 .sfcommentsSubmitBtn:focus, .cr06-talkTo-14-08-20 .cr50-latestNews .buttonAlt:focus, .cr50-latestNews .cr06-talkTo-14-08-20 .buttonAlt:focus, .cr06-talkTo-14-08-20 .cr01-activitiesList .underline_linkText > a:focus, .cr01-activitiesList .cr06-talkTo-14-08-20 .underline_linkText > a:focus, .cr06-talkTo-14-08-20 .cr55-profile-short .js_Close:focus, .cr55-profile-short .cr06-talkTo-14-08-20 .js_Close:focus, .cr06-talkTo-14-08-20 .cr85-mahpRegistrationForm input[type="submit"]:focus, .cr85-mahpRegistrationForm .cr06-talkTo-14-08-20 input[type="submit"]:focus, .cr06-talkTo-14-08-20 .sfforumNewThreadWrp .sfSubmitBtnWrp input[type="submit"]:focus, .sfforumNewThreadWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 input[type="submit"]:focus, .cr06-talkTo-14-08-20 .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode a:focus, .sfforumPostReplyContainer .sfforumReplyThreadContent .editmode .cr06-talkTo-14-08-20 a:focus, .cr06-talkTo-14-08-20 .js-cr13-normal .accordion__item > a:focus, .js-cr13-normal .cr06-talkTo-14-08-20 .accordion__item > a:focus, .cr06-talkTo-14-08-20 .m-searchBanner .search__submit:focus, .m-searchBanner .cr06-talkTo-14-08-20 .search__submit:focus, .cr06-talkTo-14-08-20 .bannerWithAside .socialConnect .twerter a:focus, .bannerWithAside .socialConnect .twerter .cr06-talkTo-14-08-20 a:focus, .cr06-talkTo-14-08-20 .bannerWithAside .socialConnect .ferceberk a:focus, .bannerWithAside .socialConnect .ferceberk .cr06-talkTo-14-08-20 a:focus, .cr06-talkTo-14-08-20 .cr20-eventList .tabNav #a1:focus, .cr20-eventList .tabNav .cr06-talkTo-14-08-20 #a1:focus, .cr06-talkTo-14-08-20 .cr11-collectionSearch .RadButton input[type="submit"]:focus, .cr11-collectionSearch .RadButton .cr06-talkTo-14-08-20 input[type="submit"]:focus, .cr06-talkTo-14-08-20 .lightbox.update-dob .buttonContainer a:focus, .lightbox.update-dob .buttonContainer .cr06-talkTo-14-08-20 a:focus, .cr06-talkTo-14-08-20 .depressionChecklist .buttonWrap input[type="submit"]:focus, .depressionChecklist .buttonWrap .cr06-talkTo-14-08-20 input[type="submit"]:focus, .cr06-talkTo-14-08-20 .cr65-searchSelector .accordian .js_accordianExpondo:focus, .cr65-searchSelector .accordian .cr06-talkTo-14-08-20 .js_accordianExpondo:focus, .cr06-talkTo-14-08-20 .cr39-infoResources li .linkText:focus, .cr39-infoResources li .cr06-talkTo-14-08-20 .linkText:focus, .cr06-talkTo-14-08-20 .cr38 li > a .linkText:focus, .cr38 li > a .cr06-talkTo-14-08-20 .linkText:focus, .cr06-talkTo-14-08-20 .CR02_GetInvolvedCarousel .button__pink--large:focus, .CR02_GetInvolvedCarousel .cr06-talkTo-14-08-20 .button__pink--large:focus, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn:focus, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn:focus,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn:focus,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn:focus,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .cr06-talkTo-14-08-20 .sfSubmitBtn:focus, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileSaveLnk:focus, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:focus,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileSaveLnk:focus,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileSaveLnk:focus,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileSaveLnk:focus, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk:focus, .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:focus,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk:focus,
    .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk:focus,
    .beyondBlue .forgotPassword .sfprofileLnkWrp .cr06-talkTo-14-08-20 .sfprofileCancelLnk:focus, .cr06-talkTo-14-08-20 .beyondBlue #sfLoginWidgetWrp .ruFileWrap .ruBrowse:focus, .beyondBlue #sfLoginWidgetWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .ruBrowse:focus,
    .beyondBlue .sfprofileChangePasswordFormWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .sfprofileEditFormWrp .ruFileWrap .ruBrowse:focus,
    .beyondBlue .sfprofileEditFormWrp .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse:focus,
    .cr06-talkTo-14-08-20 .beyondBlue .forgotPassword .ruFileWrap .ruBrowse:focus,
    .beyondBlue .forgotPassword .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse:focus, .cr06-talkTo-14-08-20 .beyondBlue .sfprofileAvatar .ruFileWrap .ruBrowse:focus, .beyondBlue .sfprofileAvatar .ruFileWrap .cr06-talkTo-14-08-20 .ruBrowse:focus, .cr06-talkTo-14-08-20 .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .buttonAlt:focus, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .cr06-talkTo-14-08-20 .buttonAlt:focus {
      opacity: 1;
      background: #009BC9; }
  .cr06-talkTo-14-08-20 .fa {
    position: absolute;
    left: 14px;
    top: 13px; }
  .cr06-talkTo-14-08-20 .fa-phone,
  .cr06-talkTo-14-08-20 .fa-comments {
    font-size: 34px; }
  .cr06-talkTo-14-08-20 .fa-envelope {
    font-size: 24px; }

.cr68-socialMedia {
  margin-bottom: 25px;
  margin-bottom: 34px; }
  .cr68-socialMedia li {
    display: inline-block;
    margin-right: 11px; }
  .cr68-socialMedia a {
    font-size: 30px; }
    .cr68-socialMedia a:hover em, .cr68-socialMedia a:focus em {
      transition: 300ms;
      transform: rotate(12deg);
      opacity: 0.85;
      transition: 300ms; }

.fatfooter-container {
  background: #025C76;
  font-size: 16px; }
  .fatfooter-container a {
    color: white;
    text-decoration: none; }

#body .fatfooter-container {
  padding: 37px 20px 0;
  padding: 37px 15px 0;
  padding: 42px 15px 0; }

.sf_cols.footerBar {
  padding: 11px 30px 12px;
  background: #013D4E;
  width: auto;
  color: #fff;
  font-size: 14px;
  padding: 11px 24px 12px;
  margin: 0 -15px; }
  .sf_cols.footerBar > .sf_colsOut {
    max-width: 1140px;
    margin: 0 auto; }
  .sf_cols.footerBar .absFooterLinks li,
  .sf_cols.footerBar .footerLinks li {
    display: inline-block; }
    .sf_cols.footerBar .absFooterLinks li a,
    .sf_cols.footerBar .footerLinks li a {
      color: #fff;
      text-decoration: none; }
      .sf_cols.footerBar .absFooterLinks li a:before,
      .sf_cols.footerBar .footerLinks li a:before {
        content: "|";
        display: inline-block;
        margin-right: 3px; }
      .sf_cols.footerBar .absFooterLinks li a:hover, .sf_cols.footerBar .absFooterLinks li a:focus,
      .sf_cols.footerBar .footerLinks li a:hover,
      .sf_cols.footerBar .footerLinks li a:focus {
        text-decoration: underline; }
    .sf_cols.footerBar .absFooterLinks li:first-child a:before,
    .sf_cols.footerBar .footerLinks li:first-child a:before {
      content: none; }
  .templateID-b06ceabb-8599-405c-ac83-3c027f6dab51 .sf_cols.footerBar, .templateID-4b597037-7d14-4f58-80b3-ce632219fc45 .sf_cols.footerBar {
    margin: 0;
    padding: 11px 15px 12px; }
  .sf_cols.footerBar .absFooterCopyright,
  .sf_cols.footerBar .copyright {
    float: left; }
  .sf_cols.footerBar .copyright.absBottomFooter {
    float: none; }
  .sf_cols.footerBar .absFooterLinks,
  .sf_cols.footerBar .footerLinks {
    float: right; }

.sf_cols.cr23-fatFooter > .sf_colsOut > .sf_colsIn {
  width: 254px !important; }

.CR23_MegaFooterLinks h4,
.CR23_MegaFooterLinks h5 {
  color: #fff;
  font-family: "FFDINWebBold", sans-serif;
  border-bottom: 5px solid #000;
  padding-bottom: 5px;
  margin-bottom: 19px; }
.CR23_MegaFooterLinks ul {
  margin-bottom: 36px; }
.CR23_MegaFooterLinks a {
  line-height: 25px;
  position: relative;
  padding-left: 15px;
  display: inline-block; }
  .CR23_MegaFooterLinks a:before {
    content: ">";
    color: #FCB131;
    position: absolute;
    left: 0px;
    top: 0px; }
  .CR23_MegaFooterLinks a:hover, .CR23_MegaFooterLinks a:focus {
    text-decoration: underline; }
.theming-green .CR23_MegaFooterLinks h4,
.theming-green .CR23_MegaFooterLinks h5 {
  border-color: #65a6a6; }
.theming-blue .CR23_MegaFooterLinks h4,
.theming-blue .CR23_MegaFooterLinks h5 {
  border-color: #5d99c9; }
.theming-purple .CR23_MegaFooterLinks h4,
.theming-purple .CR23_MegaFooterLinks h5 {
  border-color: #704598; }
.theming-yellow .CR23_MegaFooterLinks h4,
.theming-yellow .CR23_MegaFooterLinks h5 {
  border-color: #e7b433; }
.CR23_MegaFooterLinks ul {
  margin-bottom: 26px; }

@media screen and (min-height: 918px) and (min-width: 992px) {
  #bd {
    min-height: 682px; } }
.cr20-eventList .tabNav {
  margin-bottom: 15px; }
  .cr20-eventList .tabNav #a1 {
    text-align: center; }
.cr20-eventList article {
  border-bottom: 1px solid #666;
  padding-bottom: 32px;
  margin-bottom: 29px;
  font-size: 18px;
  line-height: 24px;
  position: relative; }
  .cr20-eventList article h3 a {
    text-decoration: none; }
  .cr20-eventList article h3 {
    max-width: 50%; }
.cr20-eventList .meta {
  margin-bottom: 21px; }
.cr20-eventList .eventType {
  color: #E0004D;
  margin-bottom: 0.5em;
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 50%; }

.fundraiser .sprite-self {
  width: auto;
  height: auto; }
  .fundraiser .sprite-self:before {
    content: "\f004";
    margin-right: 0.5em; }

.fundraising .sprite-self {
  width: auto;
  height: auto; }
  .fundraising .sprite-self:before {
    content: "\f0c0";
    margin-right: 0.5em; }

.TT01 .m-dynamicTitle {
  display: inline-block;
  margin-right: 10px; }
.TT01 .rss.events {
  display: inline-block; }

.rss.events {
  margin-bottom: 10px; }
  .rss.events .highContrast {
    width: auto;
    height: auto; }
    .rss.events .highContrast:before {
      content: "\f143";
      font-size: 25px; }
    .rss.events .highContrast img {
      display: none; }
  .rss.events a {
    color: #E0004D; }
    .rss.events a:hover, .rss.events a:focus {
      color: #009BC9; }

.cr11-collectionSearch {
  background: #5d99c9;
  color: #fff;
  padding: 23px 30px 19px;
  clear: both; }
  .cr11-collectionSearch .input-group {
    width: auto !important; }
  .cr11-collectionSearch:after {
    content: "";
    display: table;
    clear: both; }
  .cr11-collectionSearch > label {
    font-size: 20px;
    line-height: 36px;
    font-family: "FFDINWebBold", sans-serif;
    margin-right: 20px; }
  .cr11-collectionSearch input[type="text"] {
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    line-height: initial;
    color: #333;
    width: 100% !important; }
    .cr11-collectionSearch input[type="text"]::-webkit-input-placeholder {
      color: #333; }
    .cr11-collectionSearch input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: #333; }
    .cr11-collectionSearch input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #333; }
    .cr11-collectionSearch input[type="text"]:-ms-input-placeholder {
      color: #333; }
  .cr11-collectionSearch .RadButton {
    border: none;
    background: none !important;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    height: auto;
    padding-left: 0;
    position: relative; }
    .cr11-collectionSearch .RadButton input[type="submit"] {
      height: auto;
      padding: 9px 20px 8px;
      min-width: 140px;
      text-align: center; }
  .cr11-collectionSearch > label {
    float: left; }

.cr04-collectionFilter {
  border: 1px solid #333;
  padding: 28px 30px;
  margin-bottom: 20px;
  font-size: 14px; }
  .cr04-collectionFilter .filterHeading {
    margin-bottom: 21px; }
  .cr04-collectionFilter li {
    margin-bottom: 10px; }
  .cr04-collectionFilter select {
    min-width: 185px; }
  .cr04-collectionFilter ol li {
    display: inline-block;
    margin-right: 15px; }
  .cr04-collectionFilter .filterHeading {
    font-size: 20px; }

.cr18-eventItem .meta a {
  word-break: break-word; }
.cr18-eventItem .meta strong {
  min-width: 145px;
  position: absolute;
  left: 0px; }
.cr18-eventItem .meta li {
  padding-left: 145px;
  position: relative; }

.cr10-callToAction {
  background: #5d99c9;
  color: #fff;
  padding: 25px 16px 13px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px; }
  .cr10-callToAction h3 {
    color: #fff;
    margin-bottom: 15px; }
  .cr10-callToAction p {
    margin-bottom: 21px; }
  .cr10-callToAction .button {
    margin: 10px 0;
    display: block; }
  .cr10-callToAction h3 {
    font-size: 24px; }

.lightbox.update-dob {
  background: #e5ebfa;
  padding: 23px 30px; }
  .lightbox.update-dob .welcome {
    margin-bottom: 0;
    line-height: 1.1em; }
  .lightbox.update-dob .content {
    max-width: 1140px;
    margin: 0 auto; }
    .lightbox.update-dob .content > span {
      font-size: 16px;
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 10px; }
  .lightbox.update-dob .buttonContainer {
    display: inline-block; }
    .lightbox.update-dob .buttonContainer a {
      margin-right: 15px;
      min-width: inherit; }
  .lightbox.update-dob .why {
    font-size: 16px;
    display: inline-block; }

.featureTextBox {
  margin-bottom: 14px;
  /*strong { 
  	font-family: $DIN-bold-italic;
  	font-weight: normal;
  	color: $color-primary-1;
  }*/
  margin-bottom: 23px;
  line-height: 24px; }

.cr05a-askQuesionDetail h1 {
  margin-bottom: 20px; }
.cr05a-askQuesionDetail .highContrast {
  margin-right: 10px; }
  .cr05a-askQuesionDetail .highContrast:before {
    content: "\f164"; }
  .cr05a-askQuesionDetail .highContrast img {
    display: none; }
.cr05a-askQuesionDetail .summary {
  font-weight: bold;
  display: block;
  margin-bottom: 5px; }
.cr05a-askQuesionDetail .meta {
  margin-bottom: 15px; }

.depressionChecklist {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 25px; }
  .depressionChecklist .col1 {
    /*@extend .col-xs-12; 
    @extend .col-sm-2; */
    width: 33%;
    color: #009BC9; }
  .depressionChecklist .col2,
  .depressionChecklist .col3,
  .depressionChecklist .col4,
  .depressionChecklist .col5,
  .depressionChecklist .col6 {
    /*@extend .col-sm-2;*/
    width: 13.4%; }
  .depressionChecklist [class*="col"] {
    text-align: center;
    padding: 20px 10px !important; }
  .depressionChecklist header {
    background: #5d99c9;
    overflow: hidden; }
    .depressionChecklist header [class*="col"] {
      color: #fff;
      font-family: "FFDINWebBold", sans-serif;
      padding: 10px 10px !important; }
  .depressionChecklist ol {
    margin-bottom: 20px; }
    .depressionChecklist ol li {
      overflow: hidden; }
      .depressionChecklist ol li:nth-child(even) {
        background: #f2f2f2; }
  .depressionChecklist .col1 {
    text-align: left; }
  .depressionChecklist ol li,
  .depressionChecklist header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center; }

.display-mobile {
  display: none; }

.circle-links {
  margin: 0 auto 30px;
  margin: 0 -15px 35px;
  position: relative; }
  .circle-links li,
  .circle-links .circle-holder {
    display: inline-block;
    width: 30.2%;
    padding-top: 30.2%;
    position: relative;
    margin: 0 0.8% 15px;
    overflow: hidden; }
  .circle-links a {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-family: "FFDINWebBold", sans-serif;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    text-align: center;
    overflow: hidden; }
  .circle-links a:hover,
  .circle-links a:focus {
    filter: alpha(opacity="80");
    opacity: 0.8; }
  .circle-links a > span,
  .circle-links a > div {
    position: absolute;
    top: 50%;
    left: 9px;
    right: 9px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .circle-links a > div {
    overflow: hidden; }
    .circle-links a > div h2 {
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      font-family: "FFDINWebBold", sans-serif;
      border-radius: 100%;
      display: block;
      text-align: center;
      word-wrap: break-word; }
    .circle-links a > div span {
      font-size: 13px;
      margin-top: 10px;
      display: block;
      word-wrap: break-word; }
  .circle-links.fullCircle .circle-holder {
    width: 100%;
    padding-top: 100%; }
  .circle-links a > span,
  .circle-links a > div {
    left: 20px;
    right: 20px; }
    .circle-links a > span span,
    .circle-links a > div span {
      font-size: 14px; }
  .circle-links.fullCircle .circle-holder a {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px; }
  .circle-links li,
  .circle-links .circle-holder {
    width: 31%;
    padding-top: 31%;
    margin: 0 0.8% 15px; }
  .circle-links a > span,
  .circle-links a > div h2 {
    font-size: 25px;
    line-height: 24px; }

#body .circle3Cols .sf_colsOut {
  width: 33.3333% !important;
  padding: 10px; }

.headingContainer .alpha, .headingContainer .sfContentBlock h1, .sfContentBlock .headingContainer h1,
.headingContainer .sfreContentArea h1,
.sfreContentArea .headingContainer h1,
.headingContainer .reContentArea h1,
.reContentArea .headingContainer h1, .headingContainer .cr207 h3, .cr207 .headingContainer h3, .headingContainer .cr55-profile-short h3, .cr55-profile-short .headingContainer h3, .headingContainer .cr33-fullWidthBanner .fauxHeadingText, .cr33-fullWidthBanner .headingContainer .fauxHeadingText {
  font-size: 24px;
  line-height: 28px; }
.headingContainer .alpha, .headingContainer .sfContentBlock h1, .sfContentBlock .headingContainer h1,
.headingContainer .sfreContentArea h1,
.sfreContentArea .headingContainer h1,
.headingContainer .reContentArea h1,
.reContentArea .headingContainer h1, .headingContainer .cr207 h3, .cr207 .headingContainer h3, .headingContainer .cr55-profile-short h3, .cr55-profile-short .headingContainer h3, .headingContainer .cr33-fullWidthBanner .fauxHeadingText, .cr33-fullWidthBanner .headingContainer .fauxHeadingText {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 32px; }

.pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion {
  border: 1px solid #009BC9;
  margin: 0 auto 34px;
  max-width: 480px;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .accordion__navigation {
    overflow: hidden; }
    .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .accordion__navigation li {
      width: 50%;
      float: left; }
      .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .accordion__navigation li a {
        background: #009BC9;
        text-decoration: none;
        color: #fff;
        font-family: "FFDINWebBold", sans-serif;
        display: block;
        padding: 14px 13px 16px;
        text-align: center;
        font-size: 14px; }
      .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .accordion__navigation li a:hover,
      .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .accordion__navigation li a:focus {
        background: #00afe3; }
      .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .accordion__navigation li.isCurrentTab a {
        background: #fff;
        color: #009BC9; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .accordion__content {
    padding: 16px 13px; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .sfContentBlock hr {
    border-color: #f2f2f2;
    position: relative;
    margin: 1em -14px; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 {
    margin-bottom: 5px; }
    .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 a {
      text-decoration: none; }
      .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 a:hover, .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews h3 a:focus {
        text-decoration: underline;
        color: #009BC9; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews .meta {
    margin-bottom: 5px; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews article {
    position: relative;
    padding-bottom: 10px; }
    .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews article + article {
      padding-top: 10px; }
      .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews article + article:after {
        content: "";
        height: 1px;
        background: #f2f2f2;
        position: absolute;
        left: -14px;
        right: -14px;
        top: 0px; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews .cr68-socialMedia {
    display: none; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews .buttonAlt-signup {
    display: none; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews .cr68-socialMedia {
    display: none; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .accordion__navigation li a {
    font-size: 18px; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .accordion__content {
    padding: 16px 50px; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews article + article {
    padding-top: 15px; }
    .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .cr50-latestNews article + article:after {
      left: -51px;
      right: -51px; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .m-accordion .sfContentBlock hr {
    margin: 1em -51px; }

.roundRevealCircles {
  max-width: 600px;
  margin: 0 auto 30px; }
  .roundRevealCircles .slides {
    overflow: hidden; }
  .roundRevealCircles .circle-links > li {
    margin: 0 2.3%; }
  .roundRevealCircles .roundCarousel > ul > li {
    width: 31% !important;
    float: left;
    opacity: 1 !important;
    margin-right: 0 !important;
    position: relative; }
  .roundRevealCircles .roundCarousel .flex-active-slide a:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 5px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%; }
  .roundRevealCircles .roundCarousel--item > .slides {
    padding: 0 30px; }
  .roundRevealCircles .slidesRoundSlider {
    text-align: center; }
    .roundRevealCircles .slidesRoundSlider h3 {
      font-size: 14px;
      color: #666;
      font-family: "FFDINWebBold", sans-serif;
      font-weight: normal; }
    .roundRevealCircles .slidesRoundSlider p {
      color: #666;
      font-size: 14px;
      line-height: 16px; }
    .roundRevealCircles .slidesRoundSlider blockquote {
      color: #666;
      font-size: 12px;
      line-height: 14px;
      position: relative;
      display: inline-block;
      padding: 0 20px; }
      .roundRevealCircles .slidesRoundSlider blockquote:before, .roundRevealCircles .slidesRoundSlider blockquote:after {
        line-height: 14px;
        font-size: 50px;
        position: absolute;
        top: 0px;
        font-family: Arial, sans-serif; }
      .roundRevealCircles .slidesRoundSlider blockquote:before {
        left: 0px;
        line-height: 41px; }
      .roundRevealCircles .slidesRoundSlider blockquote:after {
        right: 0px;
        bottom: 0px;
        top: initial;
        line-height: 0;
        display: block;
        margin-bottom: -9px; }
  .roundRevealCircles .roundSlider {
    position: relative; }
    .roundRevealCircles .roundSlider .flex-prev,
    .roundRevealCircles .roundSlider .flex-next {
      position: absolute;
      top: 25px;
      font-size: 20px;
      color: #025C76; }
      .roundRevealCircles .roundSlider .flex-prev:hover, .roundRevealCircles .roundSlider .flex-prev:focus,
      .roundRevealCircles .roundSlider .flex-next:hover,
      .roundRevealCircles .roundSlider .flex-next:focus {
        color: #E0004D; }
    .roundRevealCircles .roundSlider .flex-prev {
      left: -20px; }
    .roundRevealCircles .roundSlider .flex-next {
      right: -20px; }
    .roundRevealCircles .roundSlider .flex-disabled {
      display: none; }
  .roundRevealCircles .slidesRoundSlider h3 {
    font-size: 20px;
    line-height: 24px; }
  .roundRevealCircles .slidesRoundSlider p {
    font-size: 20px;
    line-height: 24px; }
  .roundRevealCircles .slidesRoundSlider blockquote {
    font-size: 14px;
    line-height: 16px; }
    .roundRevealCircles .slidesRoundSlider blockquote:before, .roundRevealCircles .slidesRoundSlider blockquote:after {
      line-height: 16px;
      font-size: 60px; }
    .roundRevealCircles .slidesRoundSlider blockquote:before {
      line-height: 45px; }
    .roundRevealCircles .slidesRoundSlider blockquote:after {
      line-height: 0; }

div.cr65-searchSelector {
  margin-bottom: 20px;
  margin-bottom: 40px; }
  div.cr65-searchSelector .tabNav a {
    font-size: 18px;
    padding: 15px 0 16px; }
  div.cr65-searchSelector .tabNav .active a {
    color: #333; }
  div.cr65-searchSelector .tabContent {
    padding: 20px 15px; }
  div.cr65-searchSelector .tabContent {
    padding: 20px 50px; }
  div.cr65-searchSelector .tabContent {
    padding: 50px 95px; }

.quickSearchFieldsList {
  margin-bottom: 20px; }
  .quickSearchFieldsList li {
    margin-bottom: 10px; }
  .quickSearchFieldsList label {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 4px;
    font-weight: bold;
    font-family: arial, sans-serif; }
  .quickSearchFieldsList .sfFieldWrp input[type="text"],
  .quickSearchFieldsList .sfFieldWrp select,
  .quickSearchFieldsList .sfFieldWrp textarea {
    font-size: 14px;
    line-height: normal; }
  .quickSearchFieldsList ~ .buttonLarge {
    float: right; }
  .quickSearchFieldsList .checkbox label,
  .quickSearchFieldsList .radio label {
    padding: 0 20px;
    font-weight: normal;
    line-height: 1.2em; }
  .quickSearchFieldsList .checkbox input,
  .quickSearchFieldsList .radio input {
    margin-left: 0; }
  .quickSearchFieldsList li:after {
    content: "";
    display: table;
    clear: both; }
  .quickSearchFieldsList li:not(.checkbox) label {
    float: left;
    width: 50%;
    text-align: right;
    display: block;
    padding-right: 15px; }
  .quickSearchFieldsList li:not(.checkbox) .sfFieldWrp {
    float: left;
    width: 50%; }
    .quickSearchFieldsList li:not(.checkbox) .sfFieldWrp input[type="text"],
    .quickSearchFieldsList li:not(.checkbox) .sfFieldWrp select,
    .quickSearchFieldsList li:not(.checkbox) .sfFieldWrp textarea {
      width: 100%;
      line-height: normal;
      padding: 2px 5px; }
  .quickSearchFieldsList .checkbox,
  .quickSearchFieldsList .radio {
    text-align: center; }

.cr65-searchSelector .accordian {
  margin-bottom: 20px;
  margin-bottom: 30px; }
  .cr65-searchSelector .accordian > li {
    margin-bottom: 10px; }
  .cr65-searchSelector .accordian .js_accordianExpondo {
    background: #5d99c9;
    width: 100%;
    position: relative;
    padding-right: 40px;
    width: 100%; }
    .cr65-searchSelector .accordian .js_accordianExpondo:after {
      position: absolute;
      top: 50%;
      right: 15px;
      line-height: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      content: "";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .cr65-searchSelector .accordian .js_accordianExpondo .highContrast {
      display: none; }
  .cr65-searchSelector .accordian .js_AccordianContent {
    padding: 10px 15px 0; }
  .cr65-searchSelector .accordian .sfCheckListBox {
    margin-bottom: 10px; }
    .cr65-searchSelector .accordian .sfCheckListBox label {
      font-size: 14px; }
  .cr65-searchSelector .accordian .active .js_accordianExpondo:after {
    content: "\f078"; }

.cr39-infoResources {
  width: auto;
  margin: 0 auto 30px;
  overflow: hidden;
  margin: 0 -15px;
  position: relative; }
  .cr39-infoResources + a.singleLink {
    display: none; }
  .cr39-infoResources li {
    margin-bottom: 13px; }
    .cr39-infoResources li .linkText {
      width: 100%;
      border: 5px solid #fff;
      opacity: 1 !important; }
  .cr39-infoResources a:hover, .cr39-infoResources a:focus {
    opacity: 0.8; }
  .cr39-infoResources li {
    width: 40%;
    float: left;
    margin: 0 5% 20px; }
    .cr39-infoResources li > a {
      display: block;
      margin: 0 auto; }
  .cr39-infoResources .imgWrap {
    height: 117px;
    background: #fff; }
  .cr39-infoResources li {
    width: 21.25%;
    margin: 0 2.08% 20px; }
    .cr39-infoResources li:nth-child(1), .cr39-infoResources li:nth-child(4n+1) {
      margin-left: 1.25%; }
    .cr39-infoResources li:nth-child(4), .cr39-infoResources li:nth-child(4n+4) {
      margin-right: 1.25%; }

.cr38 {
  margin: 0 auto 20px;
  min-width: 1px;
  min-height: 1px;
  max-width: 1080px;
  overflow: hidden;
  margin: 0 auto 50px; }
  .cr38 h2 {
    margin-bottom: 35px; }
  .cr38 li > a {
    display: block;
    text-decoration: none; }
    .cr38 li > a .linkText {
      opacity: 1 !important; }
    .cr38 li > a:hover, .cr38 li > a:focus {
      filter: alpha(opacity="80");
      opacity: 0.8; }
  .cr38 li {
    width: 50%;
    float: left; }
    .cr38 li > a {
      margin-left: auto;
      margin-right: auto;
      width: 255px; }
  .cr38 li {
    width: 30.5%;
    margin: 0 1.4%; }
    .cr38 li a {
      margin-bottom: 40px; }

.text-center {
  text-align: center; }

.senseabilityForm {
  margin-bottom: 20px; }
  .senseabilityForm h2 {
    margin-top: 10px; }
  .senseabilityForm table th, .senseabilityForm table td {
    padding-right: 15px;
    padding-left: 15px;
    text-align: right; }
    .senseabilityForm table th:first-child, .senseabilityForm table td:first-child {
      text-align: left; }
  .senseabilityForm table .cost, .senseabilityForm table .quantity, .senseabilityForm table .subtotal {
    text-align: center;
    width: 110px; }
  .senseabilityForm table td input {
    width: 100%; }
  .senseabilityForm table td ul li {
    font-size: 14px;
    line-height: 18px; }
  .senseabilityForm table .total td, .senseabilityForm table .total th {
    font-family: "FFDINWebBold", sans-serif; }
  .senseabilityForm .fieldPair {
    margin-bottom: 15px; }
    .senseabilityForm .fieldPair label {
      width: 100%;
      display: block; }
    .senseabilityForm .fieldPair input[type="text"] {
      line-height: 32px; }
      .senseabilityForm .fieldPair input[type="text"].txt-postcode {
        width: 162px; }
    .senseabilityForm .fieldPair .ddl-state {
      height: 38px;
      width: 162px; }
    .senseabilityForm .fieldPair .checkboxList label {
      width: auto;
      display: inline-block; }

.epds_checklist ul > li::before {
  content: none !important; }

.footnotes, .footnotes + footer {
  font-size: 0.85em; }

.photoGallery {
  margin: 0 auto;
  width: 100% !important; }
  .photoGallery .gallery li {
    float: left;
    margin: 0 0 0 5px;
    list-style: none; }
    .photoGallery .gallery li, .photoGallery .gallery li img {
      width: 50px;
      height: 50px; }
  .photoGallery .gallery ol {
    position: absolute;
    clear: both;
    height: 50px; }
  .photoGallery .imgAndCaptionWrap {
    position: relative; }

.photoGallery .mainImage {
  margin-bottom: 1em; }

.photoGallery .caption {
  color: #363636;
  padding: 5px 10px;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 1em;
  min-height: 2em; }

.photoGallery .imgWrap {
  background-color: #000000;
  text-align: center; }
  .photoGallery .imgWrap img {
    vertical-align: middle;
    display: inline; }

.photoGallery .gallery .thumbnailList {
  position: relative;
  height: 50px;
  overflow: hidden; }

.photoGallery .gallery {
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px; }

.photoGallery .thumbnailControls {
  position: absolute;
  left: -20px;
  top: 0; }
  .photoGallery .thumbnailControls a {
    display: block;
    width: 22px;
    height: 25px;
    position: relative;
    border: none; }

.photoGallery .thumbnailControls a .hc-img {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 22px;
  height: 25px;
  overflow: hidden; }

.photoGallery .thumbnailControls a .hc-img img {
  display: none; }

.photoGallery .thumbnailControls a:hover,
.photoGallery .thumbnailControls a:focus {
  background: rgba(200, 200, 200, 0.8); }

.photoGallery .mainImage {
  position: relative; }

.photoGallery .mainImage .prev, .photoGallery .mainImage .next {
  position: absolute;
  top: 45%;
  width: 40px; }

.photoGallery .mainImage .prev {
  left: 0; }

.photoGallery .mainImage .next {
  right: 0; }

.photoGallery .mainImage a {
  display: block;
  height: 50px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border: none; }

.photoGallery .mainImage a .hc-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 26px;
  height: 36px;
  overflow: hidden; }

.photoGallery .mainImage a .hc-img img {
  display: none; }

.photoGallery .thumbnailControls a.prev .hc-img,
.photoGallery .thumbnailControls a.next .hc-img,
.photoGallery .mainImage .prev a .hc-img,
.photoGallery .mainImage .next a .hc-img {
  position: relative; }
  .photoGallery .thumbnailControls a.prev .hc-img:before,
  .photoGallery .thumbnailControls a.next .hc-img:before,
  .photoGallery .mainImage .prev a .hc-img:before,
  .photoGallery .mainImage .next a .hc-img:before {
    color: #0099C4;
    line-height: 1em;
    position: absolute; }

.photoGallery .thumbnailControls a.prev .hc-img:before {
  content: "\f077";
  top: 0;
  font-size: 22px; }

.photoGallery .thumbnailControls a.next .hc-img:before {
  content: "\f078";
  top: 0;
  font-size: 22px; }

.photoGallery .mainImage .prev a .hc-img:before {
  content: "\f053";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 36px; }

.photoGallery .mainImage .next a .hc-img:before {
  content: "\f054";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 36px; }

.photoGallery .mainImage a:hover,
.photoGallery .mainImage a:focus {
  background: #ccc;
  background: rgba(200, 200, 200, 0.8); }

.photoGallery .gallery .thumbnailList img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.photoGallery .gallery .thumbnailList a {
  display: block;
  border-bottom: none; }
.photoGallery .gallery .thumbnailList a:hover img,
.photoGallery .gallery .thumbnailList a:focus img,
.photoGallery .gallery .thumbnailList li.active img {
  opacity: 1;
  filter: alpha(opacity=100); }

.CR02_GetInvolvedCarousel {
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
  position: relative; }
  .CR02_GetInvolvedCarousel > h2 {
    color: #009BC9;
    font-size: 20px;
    font-family: "FFDINWebBold", sans-serif;
    margin-bottom: 10px; }
  .CR02_GetInvolvedCarousel > p {
    font-size: 16px;
    line-height: 24px; }
  .CR02_GetInvolvedCarousel .slides li {
    background: #fff;
    position: relative; }
  .CR02_GetInvolvedCarousel .tiles-content {
    padding: 10px 16px 24px;
    font-size: 16px;
    line-height: 20px; }
    .CR02_GetInvolvedCarousel .tiles-content .meta {
      margin-bottom: 20px; }
  .CR02_GetInvolvedCarousel .button__pink--large {
    font-size: 16px; }
  .CR02_GetInvolvedCarousel .flex-direction-nav a {
    display: block !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 26px;
    color: #0099C4;
    padding: 5px; }
  .CR02_GetInvolvedCarousel .flex-direction-nav a:hover,
  .CR02_GetInvolvedCarousel .flex-direction-nav a:focus {
    color: #BC2279; }
  .CR02_GetInvolvedCarousel .flex-direction-nav .flex-prev {
    left: -42px; }
  .CR02_GetInvolvedCarousel .flex-direction-nav .flex-next {
    right: -42px; }
  .CR02_GetInvolvedCarousel .flexslider {
    position: relative; }
  .CR02_GetInvolvedCarousel .imgWrap img {
    width: 100%;
    height: 100%; }
  .CR02_GetInvolvedCarousel > h2 {
    font-size: 26px;
    margin-bottom: 30px; }
  .CR02_GetInvolvedCarousel .slides li .imgWrap {
    height: 119px;
    line-height: 116px;
    margin-bottom: 7px; }
  .CR02_GetInvolvedCarousel .flex-direction-nav .flex-prev {
    left: -57px; }
  .CR02_GetInvolvedCarousel .flex-direction-nav .flex-next {
    right: -57px; }
  .CR02_GetInvolvedCarousel > p {
    font-size: 20px;
    line-height: 24px;
    max-width: 583px;
    margin-left: auto;
    margin-right: auto; }
  .CR02_GetInvolvedCarousel .slides li {
    margin-right: 47px; }
  .CR02_GetInvolvedCarousel .flex-direction-nav a {
    font-size: 36px; }
  .CR02_GetInvolvedCarousel .flex-direction-nav .flex-prev {
    left: -87px; }
  .CR02_GetInvolvedCarousel .flex-direction-nav .flex-next {
    right: -87px; }

.sfsearchResultStatistics {
  font-family: "FFDINWeb", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #333; }

.sfsearchReultTitleSnippetUrl .sfsearchResultTitle {
  margin-top: 30px;
  font-family: "FFDINWebBold", sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px; }
.sfsearchReultTitleSnippetUrl .sfsearchResultSnippet {
  margin-top: 0.25em;
  font-family: "FFDINWeb", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #333333; }
  .sfsearchReultTitleSnippetUrl .sfsearchResultSnippet p {
    font-size: 1em;
    margin-bottom: 0; }
.sfsearchReultTitleSnippetUrl .sfsearchResultUrl {
  margin-top: 0.25em;
  font-family: "FFDINWeb", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px; }
  .sfsearchReultTitleSnippetUrl .sfsearchResultUrl a {
    word-break: break-all; }
.sfsearchReultTitleSnippetUrl .sfsearchResultHighLighter {
  margin-top: 0.25em;
  font-family: "FFDINWeb", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #333333; }
.sfsearchReultTitleSnippetUrl a:hover,
.sfsearchReultTitleSnippetUrl a:focus {
  opacity: 0.7;
  text-decoration: none; }

.beyondBlue #sfLoginWidgetWrp,
.beyondBlue .sfprofileChangePasswordFormWrp,
.beyondBlue .sfprofileEditFormWrp,
.beyondBlue .forgotPassword {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 15px; }
  .beyondBlue #sfLoginWidgetWrp .privateInfo,
  .beyondBlue .sfprofileChangePasswordFormWrp .privateInfo,
  .beyondBlue .sfprofileEditFormWrp .privateInfo,
  .beyondBlue .forgotPassword .privateInfo {
    margin-bottom: 0.5em; }
  .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp,
  .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList,
  .beyondBlue #sfLoginWidgetWrp .boxout,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList,
  .beyondBlue .sfprofileChangePasswordFormWrp .boxout,
  .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp,
  .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList,
  .beyondBlue .sfprofileEditFormWrp .boxout,
  .beyondBlue .forgotPassword .sfLoginFieldsWrp,
  .beyondBlue .forgotPassword .sfprofileFieldsList,
  .beyondBlue .forgotPassword .boxout {
    max-width: 100%;
    float: none;
    margin: 0;
    padding: 0; }
    .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp li,
    .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList li,
    .beyondBlue #sfLoginWidgetWrp .boxout li,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp li,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList li,
    .beyondBlue .sfprofileChangePasswordFormWrp .boxout li,
    .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp li,
    .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList li,
    .beyondBlue .sfprofileEditFormWrp .boxout li,
    .beyondBlue .forgotPassword .sfLoginFieldsWrp li,
    .beyondBlue .forgotPassword .sfprofileFieldsList li,
    .beyondBlue .forgotPassword .boxout li {
      display: block; }
      .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp li p,
      .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList li p,
      .beyondBlue #sfLoginWidgetWrp .boxout li p,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp li p,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList li p,
      .beyondBlue .sfprofileChangePasswordFormWrp .boxout li p,
      .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp li p,
      .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList li p,
      .beyondBlue .sfprofileEditFormWrp .boxout li p,
      .beyondBlue .forgotPassword .sfLoginFieldsWrp li p,
      .beyondBlue .forgotPassword .sfprofileFieldsList li p,
      .beyondBlue .forgotPassword .boxout li p {
        margin-bottom: 0.5em; }
      .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp li .sfTxtLbl,
      .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList li .sfTxtLbl,
      .beyondBlue #sfLoginWidgetWrp .boxout li .sfTxtLbl,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp li .sfTxtLbl,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList li .sfTxtLbl,
      .beyondBlue .sfprofileChangePasswordFormWrp .boxout li .sfTxtLbl,
      .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp li .sfTxtLbl,
      .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList li .sfTxtLbl,
      .beyondBlue .sfprofileEditFormWrp .boxout li .sfTxtLbl,
      .beyondBlue .forgotPassword .sfLoginFieldsWrp li .sfTxtLbl,
      .beyondBlue .forgotPassword .sfprofileFieldsList li .sfTxtLbl,
      .beyondBlue .forgotPassword .boxout li .sfTxtLbl {
        display: inline-block;
        font-family: "FFDINWebBold", sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        margin: 0;
        padding: 8px 0; }
      .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp li .sfError,
      .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList li .sfError,
      .beyondBlue #sfLoginWidgetWrp .boxout li .sfError,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp li .sfError,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList li .sfError,
      .beyondBlue .sfprofileChangePasswordFormWrp .boxout li .sfError,
      .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp li .sfError,
      .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList li .sfError,
      .beyondBlue .sfprofileEditFormWrp .boxout li .sfError,
      .beyondBlue .forgotPassword .sfLoginFieldsWrp li .sfError,
      .beyondBlue .forgotPassword .sfprofileFieldsList li .sfError,
      .beyondBlue .forgotPassword .boxout li .sfError {
        display: inline-block; }
      .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp li .sfFieldWrp,
      .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList li .sfFieldWrp,
      .beyondBlue #sfLoginWidgetWrp .boxout li .sfFieldWrp,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp li .sfFieldWrp,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList li .sfFieldWrp,
      .beyondBlue .sfprofileChangePasswordFormWrp .boxout li .sfFieldWrp,
      .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp li .sfFieldWrp,
      .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList li .sfFieldWrp,
      .beyondBlue .sfprofileEditFormWrp .boxout li .sfFieldWrp,
      .beyondBlue .forgotPassword .sfLoginFieldsWrp li .sfFieldWrp,
      .beyondBlue .forgotPassword .sfprofileFieldsList li .sfFieldWrp,
      .beyondBlue .forgotPassword .boxout li .sfFieldWrp {
        max-width: 100%;
        margin-bottom: 15px; }
        .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp li .sfFieldWrp .sfTxt, .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp li .sfFieldWrp .riTextBox,
        .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList li .sfFieldWrp .sfTxt,
        .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList li .sfFieldWrp .riTextBox,
        .beyondBlue #sfLoginWidgetWrp .boxout li .sfFieldWrp .sfTxt,
        .beyondBlue #sfLoginWidgetWrp .boxout li .sfFieldWrp .riTextBox,
        .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp li .sfFieldWrp .sfTxt,
        .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp li .sfFieldWrp .riTextBox,
        .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList li .sfFieldWrp .sfTxt,
        .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList li .sfFieldWrp .riTextBox,
        .beyondBlue .sfprofileChangePasswordFormWrp .boxout li .sfFieldWrp .sfTxt,
        .beyondBlue .sfprofileChangePasswordFormWrp .boxout li .sfFieldWrp .riTextBox,
        .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp li .sfFieldWrp .sfTxt,
        .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp li .sfFieldWrp .riTextBox,
        .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList li .sfFieldWrp .sfTxt,
        .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList li .sfFieldWrp .riTextBox,
        .beyondBlue .sfprofileEditFormWrp .boxout li .sfFieldWrp .sfTxt,
        .beyondBlue .sfprofileEditFormWrp .boxout li .sfFieldWrp .riTextBox,
        .beyondBlue .forgotPassword .sfLoginFieldsWrp li .sfFieldWrp .sfTxt,
        .beyondBlue .forgotPassword .sfLoginFieldsWrp li .sfFieldWrp .riTextBox,
        .beyondBlue .forgotPassword .sfprofileFieldsList li .sfFieldWrp .sfTxt,
        .beyondBlue .forgotPassword .sfprofileFieldsList li .sfFieldWrp .riTextBox,
        .beyondBlue .forgotPassword .boxout li .sfFieldWrp .sfTxt,
        .beyondBlue .forgotPassword .boxout li .sfFieldWrp .riTextBox {
          display: block;
          width: 100%;
          border-color: 1px solid #F0F0F0;
          font-family: "FFDINWeb", sans-serif;
          font-weight: normal;
          font-size: 20px; }
        .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp li .sfFieldWrp .meta,
        .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList li .sfFieldWrp .meta,
        .beyondBlue #sfLoginWidgetWrp .boxout li .sfFieldWrp .meta,
        .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp li .sfFieldWrp .meta,
        .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList li .sfFieldWrp .meta,
        .beyondBlue .sfprofileChangePasswordFormWrp .boxout li .sfFieldWrp .meta,
        .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp li .sfFieldWrp .meta,
        .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList li .sfFieldWrp .meta,
        .beyondBlue .sfprofileEditFormWrp .boxout li .sfFieldWrp .meta,
        .beyondBlue .forgotPassword .sfLoginFieldsWrp li .sfFieldWrp .meta,
        .beyondBlue .forgotPassword .sfprofileFieldsList li .sfFieldWrp .meta,
        .beyondBlue .forgotPassword .boxout li .sfFieldWrp .meta {
          font-size: 14px;
          line-height: 18px;
          margin-top: 0.5em; }
      .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp li.sfCheckBoxWrapper,
      .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList li.sfCheckBoxWrapper,
      .beyondBlue #sfLoginWidgetWrp .boxout li.sfCheckBoxWrapper,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp li.sfCheckBoxWrapper,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList li.sfCheckBoxWrapper,
      .beyondBlue .sfprofileChangePasswordFormWrp .boxout li.sfCheckBoxWrapper,
      .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp li.sfCheckBoxWrapper,
      .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList li.sfCheckBoxWrapper,
      .beyondBlue .sfprofileEditFormWrp .boxout li.sfCheckBoxWrapper,
      .beyondBlue .forgotPassword .sfLoginFieldsWrp li.sfCheckBoxWrapper,
      .beyondBlue .forgotPassword .sfprofileFieldsList li.sfCheckBoxWrapper,
      .beyondBlue .forgotPassword .boxout li.sfCheckBoxWrapper {
        float: none; }
        .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp li.sfCheckBoxWrapper label,
        .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList li.sfCheckBoxWrapper label,
        .beyondBlue #sfLoginWidgetWrp .boxout li.sfCheckBoxWrapper label,
        .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp li.sfCheckBoxWrapper label,
        .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList li.sfCheckBoxWrapper label,
        .beyondBlue .sfprofileChangePasswordFormWrp .boxout li.sfCheckBoxWrapper label,
        .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp li.sfCheckBoxWrapper label,
        .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList li.sfCheckBoxWrapper label,
        .beyondBlue .sfprofileEditFormWrp .boxout li.sfCheckBoxWrapper label,
        .beyondBlue .forgotPassword .sfLoginFieldsWrp li.sfCheckBoxWrapper label,
        .beyondBlue .forgotPassword .sfprofileFieldsList li.sfCheckBoxWrapper label,
        .beyondBlue .forgotPassword .boxout li.sfCheckBoxWrapper label {
          font-family: "FFDINWeb", sans-serif;
          font-weight: normal;
          font-size: 18px;
          line-height: 18px;
          vertical-align: middle; }
    .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfprofileField,
    .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfprofileField,
    .beyondBlue #sfLoginWidgetWrp .boxout .sfprofileField,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfprofileField,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfprofileField,
    .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfprofileField,
    .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfprofileField,
    .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfprofileField,
    .beyondBlue .sfprofileEditFormWrp .boxout .sfprofileField,
    .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfprofileField,
    .beyondBlue .forgotPassword .sfprofileFieldsList .sfprofileField,
    .beyondBlue .forgotPassword .boxout .sfprofileField {
      margin-bottom: 15px; }
      .beyondBlue #sfLoginWidgetWrp .sfLoginFieldsWrp .sfprofileField .sfFieldWrp,
      .beyondBlue #sfLoginWidgetWrp .sfprofileFieldsList .sfprofileField .sfFieldWrp,
      .beyondBlue #sfLoginWidgetWrp .boxout .sfprofileField .sfFieldWrp,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfLoginFieldsWrp .sfprofileField .sfFieldWrp,
      .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileFieldsList .sfprofileField .sfFieldWrp,
      .beyondBlue .sfprofileChangePasswordFormWrp .boxout .sfprofileField .sfFieldWrp,
      .beyondBlue .sfprofileEditFormWrp .sfLoginFieldsWrp .sfprofileField .sfFieldWrp,
      .beyondBlue .sfprofileEditFormWrp .sfprofileFieldsList .sfprofileField .sfFieldWrp,
      .beyondBlue .sfprofileEditFormWrp .boxout .sfprofileField .sfFieldWrp,
      .beyondBlue .forgotPassword .sfLoginFieldsWrp .sfprofileField .sfFieldWrp,
      .beyondBlue .forgotPassword .sfprofileFieldsList .sfprofileField .sfFieldWrp,
      .beyondBlue .forgotPassword .boxout .sfprofileField .sfFieldWrp {
        margin-bottom: 0; }
  .beyondBlue #sfLoginWidgetWrp .boxout,
  .beyondBlue .sfprofileChangePasswordFormWrp .boxout,
  .beyondBlue .sfprofileEditFormWrp .boxout,
  .beyondBlue .forgotPassword .boxout {
    background-color: #E2EBFA;
    padding: 15px 15px 0 15px;
    margin-bottom: 15px; }
  .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfSubmitBtn,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfSubmitBtn {
    margin-right: 1em; }
  .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfLostPassword,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfLostPassword,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfLostPassword,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfLostPassword {
    font-family: "FFDINWeb", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #ED1262;
    line-height: 18px;
    vertical-align: middle;
    display: block;
    margin-top: 1em; }
    .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfLostPassword:hover, .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfLostPassword:focus,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfLostPassword:hover,
    .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfLostPassword:focus,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfLostPassword:hover,
    .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfLostPassword:focus,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfLostPassword:hover,
    .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfLostPassword:focus {
      text-decoration: none; }
  .beyondBlue #sfLoginWidgetWrp .sfSubmitBtnWrp .sfError,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfSubmitBtnWrp .sfError,
  .beyondBlue .sfprofileEditFormWrp .sfSubmitBtnWrp .sfError,
  .beyondBlue .forgotPassword .sfSubmitBtnWrp .sfError {
    margin-top: 15px; }
  .beyondBlue #sfLoginWidgetWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileChangePasswordFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .sfprofileEditFormWrp .sfprofileLnkWrp .sfprofileCancelLnk,
  .beyondBlue .forgotPassword .sfprofileLnkWrp .sfprofileCancelLnk {
    color: #333333 !important; }
.beyondBlue .forgotPassword,
.beyondBlue .changeEmail {
  margin-bottom: 15px; }
  .beyondBlue .forgotPassword .sfErrorWrap,
  .beyondBlue .changeEmail .sfErrorWrap {
    margin-bottom: 0; }
    .beyondBlue .forgotPassword .sfErrorWrap #valSummary,
    .beyondBlue .changeEmail .sfErrorWrap #valSummary {
      margin-bottom: 15px; }
  .beyondBlue .forgotPassword input[type="text"],
  .beyondBlue .changeEmail input[type="text"] {
    display: block;
    margin-bottom: 15px; }
  .beyondBlue .forgotPassword .sfError,
  .beyondBlue .changeEmail .sfError {
    display: inline-block; }
.beyondBlue .sfprofileAvatar {
  margin-bottom: 15px; }
.beyondBlue .loggedIn .button {
  margin: 0 0 0.5em 0; }

.pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .sfContentBlock {
  /*font-size: 18px;
  line-height: 24px;*/ }
.pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .cr31-forumThreadList {
  border-bottom: 1px solid #666666; }
.pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol {
  padding: 40px 0; }
  .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .sf_cols {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex; }
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .sf_cols h2 {
      margin-bottom: 15px; }
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .sf_cols .sf_colsOut {
      border-left: 1px solid #666666; }
      .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .sf_cols .sf_colsOut:first-child {
        border: 0; }
  .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr01-activitiesList {
    font-size: 18px;
    line-height: 24px; }
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr01-activitiesList > div > div {
      margin-bottom: 20px; }
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr01-activitiesList article {
      margin-bottom: 15px;
      border-bottom: 0;
      padding-top: 0; }
      .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr01-activitiesList article:last-child {
        margin-bottom: 0; }
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr01-activitiesList p {
      margin-bottom: 0; }
  .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article {
    border-bottom-width: 0;
    padding-bottom: 0; }
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-left {
      float: none;
      width: 100%;
      margin-bottom: 15px; }
      .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-left .imgWrap a, .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-left .imgWrap img {
        display: block; }
    .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList article.media .media-body {
      padding-left: 0; }
  .pageID-85a01452-d62e-44ee-b378-7f0d3eb79048 .bvBorderedThreeCol .cr51-newsList .sf_pagerNumeric {
    display: none; }

.CR15_ButtonLink {
  margin-bottom: 20px; }

.pageID-26731abd-ece2-41c6-8392-c8a4bea636a2 .cr01-activitiesList {
  margin-bottom: 30px; }

.pageID-0902c4a9-f371-61bc-846e-ff0000e9d3fc .button .sfFormTitle {
  font-size: 1em;
  line-height: 1em;
  color: inherit;
  font-family: inherit;
  margin: 0; }

.transcriptContent {
  margin-top: 50px; }

.sfNewsletter {
  padding: 30px 0;
  color: #fff;
  padding: 35px 0; }
  .sfNewsletter h2.title {
    font-family: "FFDINWebBold", sans-serif;
    font-size: 24px; }
  .sfNewsletter .form-field,
  .sfNewsletter .form-field-checkbox {
    margin-bottom: 11px; }
    .sfNewsletter .form-field label,
    .sfNewsletter .form-field-checkbox label {
      padding-top: 4px;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 4px; }
  .sfNewsletter .form-field-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: -1000%;
    top: 0; }
    .sfNewsletter .form-field-checkbox input[type="checkbox"] + span {
      display: none; }
  .sfNewsletter .form-field-checkbox label {
    position: relative;
    padding-left: 30px;
    display: inline-block; }
    .sfNewsletter .form-field-checkbox label:before, .sfNewsletter .form-field-checkbox label:after {
      position: absolute; }
    .sfNewsletter .form-field-checkbox label:before {
      content: "";
      background: #E0004D;
      top: 0px;
      left: 0px;
      width: 21px;
      height: 21px;
      border: 1px solid #fff; }
    .sfNewsletter .form-field-checkbox label:after {
      content: "\f00c";
      font-family: fontawesome;
      color: #fff;
      display: none;
      top: 3px;
      left: 3px;
      font-size: 16px; }
  .sfNewsletter .form-field-checkbox input[type="checkbox"]:checked ~ label:after,
  .sfNewsletter .form-field-checkbox input[type="checkbox"]:checked + span + label:after {
    display: block; }
  .sfNewsletter .sfError,
  .sfNewsletter .validationMessage {
    margin-top: 5px;
    color: #F080A6;
    display: block; }
  .sfNewsletter .form-input input {
    width: 100%;
    color: #222; }
  .sfNewsletter .form-input input[type="text"] {
    padding: 9px 10px;
    line-height: 28px;
    font-size: 13px; }
  .sfNewsletter .form-input input[disabled="disabled"] {
    background: #c2c2c2; }
  .sfNewsletter .form-container {
    position: relative; }
  .sfNewsletter .form-submit .button {
    padding: 16px 13px 16px;
    padding-right: 63px; }
  .col-md-2 .sfNewsletter, .col-md-3 .sfNewsletter, .col-md-4 .sfNewsletter, .cr02-ambassadorsList article .sfNewsletter, .col-md-5 .sfNewsletter, .col-md-6 .sfNewsletter, .col-md-8 .sfNewsletter, .col-md-9 .sfNewsletter {
    margin-bottom: 25px; }
  .sfNewsletter .success,
  .sfNewsletter .alreadySubscribed {
    padding-top: 20px; }
  .sfNewsletter .form-field label,
  .sfNewsletter .form-field-checkbox label {
    font-size: 16px; }
  .sfNewsletter .form-field {
    width: 33.3%;
    float: left;
    padding-right: 9px; }
  .sfNewsletter .form-field-checkbox {
    clear: both; }
  .sfNewsletter .form-input input[type="text"] {
    padding: 10px 10px;
    font-size: 16px; }
  .col-md-2 .sfNewsletter .form-submit, .col-md-3 .sfNewsletter .form-submit, .col-md-4 .sfNewsletter .form-submit, .cr02-ambassadorsList article .sfNewsletter .form-submit, .col-md-5 .sfNewsletter .form-submit, .col-md-6 .sfNewsletter .form-submit, .col-md-8 .sfNewsletter .form-submit, .col-md-9 .sfNewsletter .form-submit {
    position: static;
    right: initial;
    top: initial;
    width: 100%; }
    .col-md-2 .sfNewsletter .form-submit .button, .col-md-3 .sfNewsletter .form-submit .button, .col-md-4 .sfNewsletter .form-submit .button, .cr02-ambassadorsList article .sfNewsletter .form-submit .button, .col-md-5 .sfNewsletter .form-submit .button, .col-md-6 .sfNewsletter .form-submit .button, .col-md-8 .sfNewsletter .form-submit .button, .col-md-9 .sfNewsletter .form-submit .button {
      width: auto; }
  .sfNewsletter .form-submit {
    width: 19%;
    position: absolute;
    right: 0px;
    top: 24px; }
    .sfNewsletter .form-submit .button {
      width: 100%;
      text-align: left; }
  .sfNewsletter .form-field {
    width: 27%;
    float: left;
    padding-right: 9px; }
  .sfNewsletter .form-input input[type="text"] {
    font-size: 18px; }
  .sfNewsletter .form-submit .button {
    font-size: 18px;
    padding: 16px 20px 16px;
    padding-right: 71px; }
  .ws-content .sfNewsletter .form-submit .button {
    font-size: 16px;
    padding: 16px 15px 16px;
    padding-right: 66px; }
  .col-md-5 .sfNewsletter .form-field, .col-md-6 .sfNewsletter .form-field, .col-md-8 .sfNewsletter .form-field, .col-md-9 .sfNewsletter .form-field {
    width: 33.3%; }
  .col-md-5 .sfNewsletter .form-field:nth-child(3), .col-md-6 .sfNewsletter .form-field:nth-child(3), .col-md-8 .sfNewsletter .form-field:nth-child(3), .col-md-9 .sfNewsletter .form-field:nth-child(3) {
    padding-right: 0; }
  .col-md-2 .sfNewsletter .form-field, .col-md-3 .sfNewsletter .form-field, .col-md-4 .sfNewsletter .form-field, .cr02-ambassadorsList article .sfNewsletter .form-field {
    width: auto;
    float: none;
    padding-right: 0; }

.numberResults {
  margin-bottom: 29px;
  line-height: 18px; }

.searchBar {
  width: 100%;
  background-color: #009BC9;
  padding: 21px 30px;
  margin-top: 30px; }
  .searchBar label {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin-right: 8px; }

.sortBy {
  float: right; }
  .sortBy select {
    width: 220px;
    height: 35px; }

.facetedBtn {
  color: #fff;
  background-color: #E0004D;
  border: none;
  font-size: 16px;
  font-weight: 800;
  height: 35px;
  width: 130px;
  position: relative;
  right: 5px;
  bottom: 1px; }
  .facetedBtn:hover, .facetedBtn:focus {
    opacity: 0.7; }

.searchInput {
  height: 35px;
  width: 30%;
  vertical-align: middle; }

.search_input_bar {
  clear: none;
  display: inline; }

.facetedPager button {
  cursor: pointer;
  margin: 2px 0px 0px 9px;
  background: none;
  border: none;
  padding: 0;
  outline: 0; }
  .facetedPager button:hover, .facetedPager button:focus {
    text-decoration: underline; }
  .facetedPager button.active {
    color: #E0004D !important;
    font-weight: bold; }

.selected {
  color: #E0004D; }

.faceted_search ol > li:before {
  display: none; }

.filterMore {
  font-size: 15px;
  position: relative;
  top: 8px; }

.faceted_search {
  margin-top: 58px; }
  .faceted_search .refine {
    font-size: 22px;
    font-weight: 700;
    color: #009BC9; }
  .faceted_search em {
    font-size: 9px;
    padding-left: 5px;
    position: relative;
    bottom: 1px; }
  .faceted_search p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 26px; }
  .faceted_search ol li {
    padding: 7px 0px;
    font-size: 15px; }
    .faceted_search ol li span {
      line-height: 20px; }
    .faceted_search ol li input {
      margin: 0px 3px 0px 1px;
      float: left; }
    .faceted_search ol li .checkbox-label {
      overflow: hidden;
      display: block; }
    .faceted_search ol li label {
      line-height: 18px; }
  .faceted_search ol {
    margin-top: 8px; }
  .faceted_search hr {
    margin: 10px 0px 18px 0px !important; }
  .faceted_search label {
    margin-bottom: 0px; }

.topicsClick {
  margin-bottom: 0px !important; }

.moreColl, .moreCond, .moreStages, .moreSett {
  display: none; }

.clickMoreColl, .clickLessColl, .clickMoreCond, .clickLessCond, .clickMoreStages,
.clickLessStages, .clickMoreSett, .clickLessSett {
  cursor: pointer; }

.chevHide {
  display: none;
  font-size: 14px;
  padding-left: 5px;
  position: relative;
  color: #009BC9; }

.collectionCategories {
  margin: 0px; }

.facetedTags {
  font-size: 13px;
  line-height: 16px;
  margin: 15px 0px 35px 0px; }
  .facetedTags > span:first-child {
    float: left; }
  .facetedTags > div {
    overflow: hidden; }
  .facetedTags:after {
    content: "";
    clear: both;
    display: table; }

.comma-separated span.tag + span.tag:before {
  content: " | "; }

.facetedResults {
  margin-top: -18px;
  margin-bottom: 47px; }
  .facetedResults .sfsearchResultHighLighter {
    line-height: 22px;
    margin-bottom: 15px; }
  .facetedResults .sfsearchResultUrl {
    margin-bottom: 15px; }
    .facetedResults .sfsearchResultUrl a {
      font-size: 17px;
      word-break: break-all; }
  .facetedResults a {
    color: #E0004D;
    font-size: 22px;
    text-decoration: none;
    margin-bottom: 10px; }
  .facetedResults dt {
    margin-bottom: 10px; }
  .facetedResults dd + dt {
    margin-top: 35px; }
  .facetedResults .sfsearchResultTitle a:hover {
    text-decoration: underline;
    color: #009BC9; }
  .facetedResults hr {
    border-top: 1px solid #000; }

.resultsList {
  margin-bottom: 59px;
  margin-top: 21px; }

.faceted_search .refine {
  font-size: 22px;
  font-weight: 700;
  color: #009BC9;
  display: inline-block; }

.facetedPager {
  margin-top: 11px !important; }

.pageBottom {
  position: relative;
  bottom: 9px;
  margin-bottom: 21px; }

.accordion ol li label {
  line-height: 18px; }

.stagesCategories label, .placesCategories label, .professionalsCategories label, .topicsCategories label, .settingsCategories label, .affectsCategories label, .conditionsCategories label, .collectionCategories label {
  display: block !important; }
  .stagesCategories label input, .placesCategories label input, .professionalsCategories label input, .topicsCategories label input, .settingsCategories label input, .affectsCategories label input, .conditionsCategories label input, .collectionCategories label input {
    margin-right: 18px !important; }

.subAcc {
  display: inline; }

.titleMarginRemove {
  margin-bottom: -7px !important; }

.listMarginAdd {
  margin-bottom: 14px; }

@media (min-width: 768px) {
  .sortBy {
    display: block; } }
@media (max-width: 768px) {
  .faceted_search p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 26px;
    background-color: #fff;
    padding: 10px;
    margin: 1px 0px; }

  .clickMoreStages {
    margin-bottom: 14px; }

  .clickMoreSett {
    margin-bottom: 14px; }

  .clickMoreCond {
    margin-bottom: 14px; } }
@media (max-width: 991px) {
  .searchBar .customSearchWrap {
    float: left; }
  .searchBar label {
    display: block; }

  .search_input_bar {
    float: left;
    width: 101%; }
    .search_input_bar .facetedBtn {
      width: 18%; }
    .search_input_bar .searchInput {
      width: 81%;
      vertical-align: middle !important; }

  .faceted_search {
    margin-top: 53px; } }
.moreLess {
  padding: 0;
  background: none;
  border: none;
  outline: 0; }
  .moreLess:after {
    display: inline-block;
    margin-left: 10px;
    font-family: FontAwesome; }
  .moreLess.up:after {
    content: "\f077";
    font-size: 9px;
    position: relative;
    bottom: 1px;
    right: 5px; }
  .moreLess.down:after {
    content: "\f078";
    font-size: 9px;
    position: relative;
    bottom: 1px;
    right: 5px; }
  .moreLess:hover, .moreLess:focus {
    text-decoration: underline; }

.faceted-md-divider {
  display: none;
  padding-bottom: 20px; }

.faceted-loader {
  margin: 100px auto;
  width: 100%;
  text-align: center; }
  .faceted-loader > img {
    width: 220px;
    height: auto; }

.spinner {
  margin: 30px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.rss .highContrast {
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  height: auto; }
.rss a:hover img,
.rss a:focus img {
  left: -400px; }

.qt03-quicklinks {
  display: none; }

.sf_colsOut .ws-content, .sf_colsOut .ws-sidebar {
  margin-bottom: 15px; }

#body .roadshow-footer-a {
  background-color: #009BC9;
  padding-top: 42px;
  padding-bottom: 42px; }

#body .roadshow-footer-b {
  background-color: #E2EBFA;
  padding-top: 42px;
  padding-bottom: 42px; }

.lightbox.update-dob.maintenanceMessage {
  display: block !important; }
  .pageID-0847d232-4371-4795-a5de-a6d4dc7dda7d .lightbox.update-dob.maintenanceMessage, .pageID-69478fed-f42c-4faa-8005-d4f28e20c179 .lightbox.update-dob.maintenanceMessage {
    display: none !important; }

/* TODO MOVE ME papa */
.bvWizardContent {
  font-size: 16px !important; }

.cr86-memberRegistartion.bvWizard {
  margin: 2em 0; }
  .cr86-memberRegistartion.bvWizard .wizardStepIndicator .step .number, .cr86-memberRegistartion.bvWizard .wizardStepIndicator .step .text {
    font-size: 16px !important; }
  .cr86-memberRegistartion.bvWizard .wizardStepIndicator .step.active {
    width: 29.9% !important; }
  .cr86-memberRegistartion.bvWizard .stepDetail {
    padding: 15px !important; }
  .cr86-memberRegistartion.bvWizard div.sfError {
    font-size: 16px; }
  .cr86-memberRegistartion.bvWizard #errorWrapDiv {
    margin: 1em 0 2em; }
    .cr86-memberRegistartion.bvWizard #errorWrapDiv h2 {
      color: black;
      margin-bottom: 0.5em; }
    .cr86-memberRegistartion.bvWizard #errorWrapDiv ol li {
      font-family: FFDINWEB; }
  .cr86-memberRegistartion.bvWizard .form__error ol.error__list,
  .cr86-memberRegistartion.bvWizard .form__error div.error__list ul {
    color: #f00;
    font-size: 14px; }
  .cr86-memberRegistartion.bvWizard .form__error ol.error__list li,
  .cr86-memberRegistartion.bvWizard .form__error div.error__list ul li {
    margin-bottom: 5px; }
  .cr86-memberRegistartion.bvWizard .form__error ol.error__list li:before,
  .cr86-memberRegistartion.bvWizard .form__error div.error__list ul li:before {
    color: #f00; }
  .cr86-memberRegistartion.bvWizard .form__error ol.error__list a,
  .cr86-memberRegistartion.bvWizard .form__error div.error__list ul a {
    color: #f00;
    text-decoration: none; }
  .cr86-memberRegistartion.bvWizard .form__error ol.error__list a:hover, .cr86-memberRegistartion.bvWizard .form__error ol.error__list a:focus,
  .cr86-memberRegistartion.bvWizard .form__error div.error__list ul a:hover,
  .cr86-memberRegistartion.bvWizard .form__error div.error__list ul a:focus {
    text-decoration: underline; }
  .cr86-memberRegistartion.bvWizard .error__list {
    counter-reset: numbers;
    margin: 1em 0 2em 2em; }
  .cr86-memberRegistartion.bvWizard .error__list > li {
    list-style: none;
    position: relative; }
  .cr86-memberRegistartion.bvWizard .error__list > li:before {
    position: absolute;
    top: 0;
    left: -20px;
    content: counter(numbers) ".";
    counter-increment: numbers;
    display: inline-block;
    color: #bf202f;
    font-weight: normal; }

.bvWizard-error {
  border: 1px solid red;
  padding: 15px;
  margin-top: 15px;
  font-size: 16px !important;
  background: #ffdede; }
  .bvWizard-error a {
    color: #0098c6; }
    .bvWizard-error a:hover, .bvWizard-error a:focus {
      text-decoration: none; }

@media print {
  * {
    -webkit-print-color-adjust: exact; }

  @page {
    margin: 0.3cm; }
  body {
    width: 1170px !important; } }

/*# sourceMappingURL=print.css.map */
