/* ==========================================================================
 All browsers ( except IE8 and below )
 ========================================================================== */
/* 
 * Colours
 */
/* 
 * Font
 */
/* don't remove, this is being used as default font size for SR16 */
/* 
 * Size
 */
/* 
 * Spacing
 */
/* 
 * Rounded corners
 */
/*
 * Button
 *
 * Parameters
 * $button[1] = name
 * $button[2] = background-color
 * $button[3] = background-color for hover & focus
 * $button[4] = text color
 * $button[5] = ghost border color
 * $button[6] = ghost text color for hover and focus
 */
/*
 * Text-link
 *
 * Parameters
 * $textLink[1] = name
 * $textLink[2] = text-link-color
 * $textLink[3] = text-link-color for hover
 */
/* 
 * Icon Font
 */
/**
 * Parameters
 * $button[1] = name
 * $button[2] = background-color
 * $button[3] = background-color for hover & focus
 * $button[4] = text color
 * $button[5] = ghost border color
 * $button[6] = ghost text color for hover and focus
 */
/**
 * Icon Font Mapping
 */
/**
 * Background Color
 */
/**
 * Typography Color
 */
/*
 * Text-link
 *
 * Parameters
 * $textLink[1] = name
 * $textLink[2] = text-link-color
 * $textLink[3] = text-link-color for hover
 */
/* new clearfix */
.clearfix:after, .layout-wrap:after, .container:after, .large-wrap:after, .grid-row:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

* html .clearfix, * html .layout-wrap, * html .container, * html .large-wrap, * html .grid-row {
  zoom: 1; }

*:first-child + html .clearfix, *:first-child + html .layout-wrap, *:first-child + html .container, *:first-child + html .large-wrap, *:first-child + html .grid-row {
  zoom: 1; }

.clear {
  clear: both;
  display: block; }

.left {
  float: left; }

.right {
  float: right; }

.hide {
  display: none; }

p.hint {
  display: none; }

.hide-text {
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  line-height: 0;
  min-height: 0; }

.nowrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.uppercase {
  text-transform: uppercase; }
/* Remove this */
#window-resizer-tooltip {
  bottom: 30px; }

.bg-facebook {
  background-color:  !important; }

.bg-facebook:hover {
  background-color:  !important; }

.bg-twitter {
  background-color:  !important; }

.bg-twitter:hover {
  background-color:  !important; }

.bg-linkedin {
  background-color:  !important; }

.bg-linkedin:hover {
  background-color:  !important; }

.bg-googleplus {
  background-color:  !important; }

.bg-googleplus:hover {
  background-color:  !important; }

*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
/**
 * Breakpoints
 *
 * For usage, please refer to:
 * http://wiki.comicrelief.com/wiki/CR_Layout_V2#Breakpoints_and_SASS_Usage
 * More on the breakpoint mixin usage:
 * https://github.com/Team-Sass/breakpoint/wiki
 *
 * Single query breakpoint:
 * @include bp(sm) { ... }
 *
 * Single custom breakpoint:
 * @include bp(100px) { ... }
 * 
 * Min and max query breakpoint:
 * @include bp(100px, 200px) { ... }
 *
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

html, body, .page {
  min-width: 320px; }

body {
  margin: 0; }

body > .page {
  width: 100%; }

.wrapper {
  width: 100%; }

body > .footer {
  clear: both;
  position: relative; }

.layout-wrap, .container {
  margin: 0 auto;
  max-width: 960px;
  width: 100%; }

.large-wrap {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 992px) {
  .large-wrap {
    max-width: 1170px;
    padding: 0 20px;
    box-sizing: border-box; } }

.content.no-padding-top {
  padding-top: 0px !important; }
  .content.no-padding-bottom {
    padding-bottom: 0px !important; }

section {
  padding: 0 15px; }
  @media (min-width: 992px) {
  section {
    padding: 0; } }

@media (min-width: 768px) {
 }
  /* Sub Content */

.sub-content section .inner-wrap {
  margin: 0 auto 10px; }

.sub-content .sub-1 .inner-wrap {
  margin-left: 0; }
/* Form */
form .content > .layout-wrap > .main-content > .inner {
  padding: 0; }

@media (min-width: 768px) {
      .sidebar .content {
        float: left;
        width: 66%; } }
  .lt-ie9 .sidebar .content {
    float: left;
    width: 66%; }
  @media (min-width: 768px) {
      .sidebar.pre-payment .content {
        float: none;
        width: 100%; } }
    .lt-ie9 .sidebar.pre-payment .content {
      float: none;
      width: 100%; }

.hidden {
  display: none; }

.hidden-xs {
  display: none; }
  @media (min-width: 768px) {
  .hidden-xs {
    display: inherit; } }
  .lt-ie9 .hidden-xs {
    display: inherit; }

.hidden-sm {
  display: none; }
  @media (min-width: 992px) {
  .hidden-sm {
    display: inherit; } }

@media (min-width: 768px) {
    .display-sm {
      display: none !important; } }
  .lt-ie9 .display-sm {
    display: none !important; }

@media (min-width: 992px) {
    .exclude-desktop {
      display: none; } }

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.text-left {
  text-align: left; }

.clear-padding-top {
  padding-top: 0px; }

@media (min-width: 768px) {
    .gutter-left-15px {
      padding-left: 15px; } }
  .lt-ie9 .gutter-left-15px {
    padding-left: 15px; }

@media (min-width: 768px) {
    .gutter-right-15px {
      padding-right: 15px; } }
  .lt-ie9 .gutter-right-15px {
    padding-right: 15px; }

.gutter-xs {
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 768px) {
  .gutter-xs {
    padding: 0px; } }
  .lt-ie9 .gutter-xs {
    padding: 0px; }

.with-gutters {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 768px) {
  .with-gutters {
    padding: 0 15px; } }
  .lt-ie9 .with-gutters {
    padding: 0 15px; }

.col-xs-1, .col-sm-1, .section-giving-page-leaderboard .rank, .col-md-1, .col-lg-1, .col-xs-2, .section-giving-page-leaderboard .rank, .col-sm-2, .section-giving-page-leaderboard .portrait, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .section-giving-page-leaderboard .portrait, .col-sm-4, .section-giving-page-leaderboard .total, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .section-giving-page-leaderboard .name, .col-md-5, .col-lg-5, .col-xs-6, .section-giving-page-leaderboard .name, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px; }

.col-xs-1, .col-xs-2, .section-giving-page-leaderboard .rank, .col-xs-3, .col-xs-4, .section-giving-page-leaderboard .portrait, .col-xs-5, .col-xs-6, .section-giving-page-leaderboard .name, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-6, .section-giving-page-leaderboard .name {
  width: 50%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-4, .section-giving-page-leaderboard .portrait {
  width: 33.33333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2, .section-giving-page-leaderboard .rank {
  width: 16.66667%; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .section-giving-page-leaderboard .rank, .col-sm-2, .section-giving-page-leaderboard .portrait, .col-sm-3, .col-sm-4, .section-giving-page-leaderboard .total, .col-sm-5, .section-giving-page-leaderboard .name, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5, .section-giving-page-leaderboard .name {
    width: 41.66667%; }

  .col-sm-4, .section-giving-page-leaderboard .total {
    width: 33.33333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2, .section-giving-page-leaderboard .portrait {
    width: 16.66667%; }

  .col-sm-1, .section-giving-page-leaderboard .rank {
    width: 8.33333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1150px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }

body, input {
  font-family: "sofia-pro", "Verdana", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.31; }

h2, h4, h5 {
  font-family: "sofia-pro", "Verdana", Arial, sans-serif;
  font-style: normal;
  font-weight: 600; }

h3 {
  font-family: "sofia-pro", "Verdana", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: 500; }

h1 {
  font-family: 'Knockout 47 A', 'Knockout 47 B', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 4em;
  line-height: 0.78; }
  @media (min-width: 768px) {
  h1 {
    font-size: 5.125em; } }
  .lt-ie9 h1 {
    font-size: 5.125em; }
  @media (min-width: 992px) {
  h1 {
    font-size: 5.8125em;
    line-height: 0.77; } }

h2 {
  font-size: 1.6875em;
  line-height: 1.14;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
  h2 {
    font-size: 1.875em;
    line-height: 1.2; } }

h3 {
  font-size: 1.4375em;
  line-height: 1.217;
  margin-bottom: 20px; }

h4, h5 {
  font-size: 1.3125em;
  line-height: 1.19; }

p {
  margin-bottom: 10px; }

a:link, a:visited, a:hover, a:active {
  cursor: pointer; }

li {
  list-style-type: none; }

a {
  text-decoration: underline; }

hr {
  height: 1px;
  margin: 40px 0;
  background-color: #ddd;
  border: 0; }

.no-underline {
  text-decoration: none; }
  .no-underline:hover {
    text-decoration: underline; }

.type--xl {
  font-size: 25px; }

.type--lg {
  font-size: 20px; }

.type--md {
  font-size: 18px; }

.type--sm {
  font-size: 14px; }

.type--xs {
  font-size: 12px; }

.type--default {
  font-size: 16px; }

.type--semibold {
  font-family: "sofia-pro", "Verdana", Arial, sans-serif;
  font-style: normal;
  font-weight: 600; }

.type--light {
  font-family: "sofia-pro", "Verdana", Arial, sans-serif;
  font-style: normal;
  font-weight: 300; }

.border--top {
  border-top: 1px solid #ddd; }

.border--bottom {
  border-bottom: 1px solid #ddd; }

.border--bottom-dark {
  border-bottom: 1px solid #303030; }

.border--bottom-triangle {
  position: relative;
  border-bottom: 4px solid #f0f0f0; }
  .border--bottom-triangle:before, .border--bottom-triangle:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0; }
  .border--bottom-triangle:before {
    bottom: -22px;
    left: 50%;
    margin-left: -22px;
    border-top-color: #f0f0f0;
    border-width: 22px; }
  .border--bottom-triangle:after {
    bottom: -16px;
    left: 50%;
    margin-left: -22px;
    border-top-color: #fff;
    border-width: 22px; }

.border--bottom-triangle-grey {
  position: relative;
  border-bottom: 4px solid #f0f0f0; }
  .border--bottom-triangle-grey:before, .border--bottom-triangle-grey:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0; }
  .border--bottom-triangle-grey:before {
    bottom: -41px;
    left: 50%;
    margin-left: -22px;
    border-top-color: #f0f0f0;
    border-width: 37px; }
/*
 * Font color
 */
.type--purple {
  color: #a25eb5; }

.type--red {
  color: #f0544a; }

.type--blue {
  color: #00c2df; }

.type--green {
  color: #a3d55f; }

.type--berry {
  color: #e63f52; }

.type--coral {
  color: #f9a567; }

.type--aqua {
  color: #75e1c2; }

.type--teal {
  color: #00a9b0; }

.type--black {
  color: #1e1e1e; }

.type--dark-grey {
  color: #333; }

.type--jasper-grey {
  color: #666; }

.type--greyboy-grey {
  color: #999; }

.type--gainsboro-grey {
  color: #ccc; }

.type--light-grey {
  color: #ddd; }

.type--smoke-grey {
  color: #fafafa; }

.type--darker-smoke-grey {
  color: #f5f5f5; }

.type--white {
  color: #fff; }

.type--blue-fb {
  color: #4d67a3; }

.type--blue-twitter {
  color: #55acee; }
/*
 * ==========================================================
 * Menu styles
 * ==========================================================
 */
.header {
  background-color: #282828;
  color: #fff;
  height: 78px;
  position: relative; }
  @media (min-width: 992px) {
  .header {
    height: 117px; }
    .header section {
      position: relative; } }
  .header a {
    font-family: "sofia-pro", "Verdana", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    text-decoration: none; }
  .header li {
    padding: 13px 0; }
  .header .header-logo {
    background: url(/assets/layouts/SR16/images/logo-mobile.png) left top no-repeat;
    float: left;
    height: 47px;
    position: relative;
    top: 17px;
    display: block;
    width: 154px; }
  @media (min-width: 992px) {
    .header .header-logo {
      background-image: url(/assets/layouts/SR16/images/logo-desktop.png);
      height: 132px;
      top: 0;
      position: absolute;
      width: 97px;
      z-index: 100; } }
  .header .sainsburys-logo {
    background-image: url(/assets/layouts/SR16/images/ui/nav/desktop/sponsored-by-sains.png);
    height: 34px;
    width: 211px;
    position: absolute;
    right: 0;
    top: 20px;
    display: none; }
  @media (min-width: 992px) {
    .header .sainsburys-logo {
      display: block; } }
  .header .menu-wrap {
    display: none;
    position: absolute;
    top: 78px;
    left: 0px;
    max-height: 700px;
    overflow: hidden;
    width: 100%;
    background-color: #282828;
    text-align: center;
    padding: 35px 0 0px 0;
    z-index: 100; }
  .header .menu-wrap ul {
    background: url(/assets/layouts/SR16/images/ui/nav/mobile/sains-logo-footer.png) center bottom no-repeat;
    padding-bottom: 90px;
    background-color: #282828;
    margin-bottom: 40px;
    min-width: 320px; }
  @media (min-width: 992px) {
    .header .menu-wrap {
      background-color: transparent;
      display: block !important;
      max-height: initial;
      padding: 0;
      position: relative;
      top: 70px;
      z-index: 1; }
      .header .menu-wrap ul {
        padding-bottom: 0;
        background-color: transparent;
        background-image: none; }
        .header .menu-wrap ul li {
          float: left;
          margin-right: 30px; }
          .header .menu-wrap ul li.first {
            margin-left: 152px; }
          .header .menu-wrap ul li.log-out {
            float: right;
            margin-right: 0; }
          .header .menu-wrap ul li a {
            color: #fff; }
            .header .menu-wrap ul li a:active, .header .menu-wrap ul li a:hover {
              text-decoration: underline; } }
  .header .menu-primary-wrapper {
    display: none;
    width: 100%;
    height: 100%; }
  @media (min-width: 992px) {
    .header .menu-primary-wrapper {
      display: block !important; } }
  .header .menu-primary {
    position: absolute;
    top: 78px;
    background-color: #282828;
    text-align: center;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%; }
  @media (min-width: 992px) {
    .header .menu-primary {
      margin-left: 0px;
      margin-right: 0px;
      top: 0px; } }
  .header .menu-primary li {
    padding: 0px; }
  .header .menu-btn-wrapper {
    background-color: #2e2c2d;
    padding: 0px;
    height: 80px; }
  @media (min-width: 992px) {
    .header .menu-btn-wrapper {
      background-color: transparent;
      height: 50px; } }
  .header .menu-btn {
    height: 80px;
    position: absolute;
    padding-left: 50%;
    margin-left: -70px; }
  @media (min-width: 992px) {
    .header .menu-btn {
      height: 50px;
      width: 100px;
      top: 0;
      right: 130px; } }
  .header .menu-btn .menu-btn__list {
    width: 70px;
    height: 80px;
    float: left;
    padding: 0px; }
    @media (min-width: 992px) {
    .header .menu-btn .menu-btn__list {
      width: 50px;
      height: 50px;
      float: right; } }
  .header .menu-btn .menu-btn__link {
    position: relative;
    display: block; }
    @media (min-width: 992px) {
      .header .menu-btn .menu-btn__link:hover .menu-btn__icon {
        display: none; }
        .header .menu-btn .menu-btn__link:hover .menu-btn__text {
          display: block; } }
  .header .menu-btn .menu-btn__icon, .header .menu-btn .menu-btn__text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 80px;
    line-height: 80px; }
    .header .menu-btn .menu-btn__icon:before, .header .menu-btn .menu-btn__text:before {
      line-height: 80px; }
    @media (min-width: 992px) {
    .header .menu-btn .menu-btn__icon, .header .menu-btn .menu-btn__text {
      width: 50px;
      height: 50px;
      line-height: 50px; }
      .header .menu-btn .menu-btn__icon:before, .header .menu-btn .menu-btn__text:before {
        line-height: 50px; } }
  .header .menu-btn .menu-btn__text {
    font-size: 12px;
    display: none; }
  .header .menu-btn .menu-btn__list--login .menu-btn__icon:before {
    font-size: 42px; }
  .header .menu-btn .menu-btn__list--search .menu-btn__icon:before {
    font-size: 34px; }
  .header .menu-nav {
    font-size: 18px;
    background: url(/assets/layouts/SR16/images/ui/nav/mobile/sains-logo-footer.png) center bottom no-repeat;
    padding-bottom: 75px;
    margin-bottom: 25px; }
  @media (min-width: 992px) {
    .header .menu-nav {
      background-image: none;
      padding: 0px; } }
  .header .menu-nav li {
    padding: 20px 0px;
    cursor: pointer;
    overflow: hidden; }
    .header .menu-nav li:hover {
      background-color: #acaaa9; }
      .header .menu-nav li:hover a {
        border-color: #fff; }
    @media (min-width: 992px) {
    .header .menu-nav li {
      float: left;
      margin-left: 4%;
      font-size: 16px;
      padding: 0px; }
      .header .menu-nav li:hover {
        background-color: transparent; }

      .header .menu-nav li.first {
        margin-left: 12%; } }
    @media (min-width: 1150px) {
    .header .menu-nav li {
      margin-left: 6%; }
      .header .menu-nav li.first {
        margin-left: 14%; } }
  .header .menu-more-wrapper {
    background-color: #1e1e1e; }
  @media (min-width: 992px) {
    .header .menu-more-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      height: 50px;
      background-image: none;
      background-color: #2e2c2d;
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      text-align: center; } }
  .header .menu-more-wrapper .menu-more__link {
    background: url(/assets/layouts/SR16/images/ui/nav/mobile/burger-nav.png) 70px center no-repeat transparent;
    background-color: #2e2c2d;
    margin: 0;
    width: 116px;
    height: 50px;
    text-indent: 0;
    display: none;
    padding: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    top: 0px;
    right: 0px; }
    @media (min-width: 992px) {
    .header .menu-more-wrapper .menu-more__link {
      display: block; } }
    .header .menu-more-wrapper .menu-more__link > span {
      padding-top: 15px;
      font-size: 15px;
      padding-right: 40px;
      color: #dadada;
      border-bottom: none;
      display: block; }
  .header .menu-more {
    background-color: #2e2c2d; }
  @media (min-width: 992px) {
    .header .menu-more {
      width: 270px;
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background-color: transparent;
      position: absolute;
      right: 0px;
      top: 0px;
      display: none; } }
  .header .menu-more li {
    width: 50%;
    float: left;
    padding: 14px 0px 18px 0px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2e2c2d; }
    @media (min-width: 992px) {
    .header .menu-more li {
      width: 100%;
      float: none;
      text-align: right;
      font-size: 14px;
      line-height: 16px;
      padding: 12px 25px 12px;
      display: block;
      clear: both; }
      .header .menu-more li.last {
        padding: 0px;
        width: auto;
        background: transparent;
        float: right; }
        .header .menu-more li.last span {
          padding-right: 60px; } }
  .header .menu-toggle {
    float: right;
    position: relative;
    top: 0px;
    padding: 28px 20px;
    background-color: #2e2c2d;
    margin-right: -15px; }
  @media (min-width: 992px) {
    .header .menu-toggle {
      display: none; } }
  .header .menu-toggle a {
    width: 100%;
    display: block;
    float: right; }
    .header .menu-toggle a .icon {
      background: url(/assets/layouts/SR16/images/ui/nav/mobile/burger-nav.png) left top no-repeat transparent;
      float: right;
      width: 34px;
      margin-left: 15px;
      height: 22px; }
  .header .log-out a {
    background: url(/assets/layouts/SR16/images/ui/nav/mobile/login-icon.png) left 1px no-repeat;
    margin-right: 0;
    padding-left: 35px;
    padding-top: 1px;
    position: relative;
    top: -1px; }
  .header .back-to-home {
    position: relative;
    float: right;
    text-decoration: underline;
    top: 28px; }
  @media (min-width: 992px) {
    .header .back-to-home {
      top: 74px; } }

.log-out-stand-alone, .section-search-giving-pages .log-out, .non-event-fundraiser-registration .log-out, .corporate-hub .log-out {
  background: url(/assets/layouts/SR16/images/ui/nav/mobile/login-icon.png) left 1px no-repeat;
  padding: 1px 0 0 35px;
  position: relative;
  top: 28px;
  float: right; }
  @media (min-width: 992px) {
  .log-out-stand-alone, .section-search-giving-pages .log-out, .non-event-fundraiser-registration .log-out, .corporate-hub .log-out {
    top: 75px; } }
  .log-out-stand-alone:hover, .section-search-giving-pages .log-out:hover, .non-event-fundraiser-registration .log-out:hover, .corporate-hub .log-out:hover {
    text-decoration: underline; }

.page-search-event-index .sainsburys-logo, .page-search-event-results .sainsburys-logo {
  right: 245px;
  top: 13px;
  z-index: 1; }

.page-search-event-result .menu-primary, .section-registration-workflow .menu-primary, .page-registration-payment-complete .menu-primary, .section-user-login .menu-primary, .module-giving-page.logged-out .menu-primary, .page-search-event-result .menu-wrap ul, .section-registration-workflow .menu-wrap ul, .page-registration-payment-complete .menu-wrap ul, .section-user-login .menu-wrap ul, .module-giving-page.logged-out .menu-wrap ul, .page-search-event-result .menu-toggle, .section-registration-workflow .menu-toggle, .page-registration-payment-complete .menu-toggle, .section-user-login .menu-toggle, .module-giving-page.logged-out .menu-toggle {
  display: none; }

.page-giving-page-donate-index .menu-toggle, .corporate-hub-index .menu-toggle {
  display: none; }

.page-giving-page-create-team .menu-toggle, .givingpage-individual .menu-toggle {
  display: block; }
  @media (min-width: 992px) {
    .page-giving-page-create-team .menu-toggle, .givingpage-individual .menu-toggle {
      display: none; } }
  .page-giving-page-create-team .menu-wrap ul, .givingpage-individual .menu-wrap ul {
    display: block; }

.non-event-fundraiser .menu-wrap ul {
  background: none;
  padding-bottom: 0; }

.mobile-only {
  display: block !important;
  visibility: visible !important; }

.desktop-only {
  display: none !important;
  visibility: hidden !important; }

#ZFDebug, #ZFDebug_offset {
  display: block; }

.footer {
  padding-bottom: 20px;
  background-color: #1e1e1e;
  text-align: center;
  color: #fff; }
  .footer a {
    -webkit-transition: color 180ms;
    -moz-transition: color 180ms;
    -o-transition: color 180ms;
    -ms-transition: color 180ms;
    transition: color 180ms; }
  .footer ul {
    padding: 0;
    clear: both; }
  .footer ul li a {
    color: inherit;
    text-decoration: none; }
  .footer .footer--menu {
    font-size: 0;
    padding: 30px 0px 15px 0px; }
  .footer .footer--menu li {
    line-height: 30px;
    font-size: 15px;
    display: inline-block; }
    .footer .footer--menu li a {
      -webkit-transition: color 180ms;
      -moz-transition: color 180ms;
      -o-transition: color 180ms;
      -ms-transition: color 180ms;
      transition: color 180ms; }
      .footer .footer--menu li a.active {
        color: #ddd; }
      .footer .footer--menu li a:hover {
        color: #ddd; }
      .footer .footer--menu li a:after {
        padding: 0 6px 0 8px;
        content: "|";
        color: #fff; }
    .footer .footer--menu li.last a:after {
      display: none; }
  .footer .footer--copyright p {
    font-size: 12px;
    line-height: 15px;
    color: #999; }
  .footer .footer--social {
    overflow: hidden;
    padding: 35px 0 20px 0;
    background-color: #282828; }
  .footer .footer--social ul {
    width: 270px;
    margin: 10px auto; }
    .footer .footer--social ul li {
      float: left; }
      .footer .footer--social ul li a {
        height: 54px;
        width: 54px;
        display: block;
        position: relative;
        text-decoration: none; }
        .footer .footer--social ul li a:hover {
          color: #ddd; }
        .footer .footer--social ul li a span {
          line-height: 0;
          text-indent: -999em;
          display: block; }
  .footer .footer--branding {
    width: 65px;
    margin: 20px auto 0px auto; }
  .footer .footer--branding a {
    height: 65px;
    width: 65px;
    display: block;
    text-decoration: none; }
    .footer .footer--branding a span {
      background-image: url(/assets/layouts/SR16/images/ui/logo/cr_logo.png);
      background-repeat: no-repeat;
      background-color: transparent;
      background-size: 65px 65px;
      display: block;
      height: 65px;
      width: 65px;
      text-indent: -9999px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .footer .footer--branding a span {
      background-image: url(/assets/layouts/SR16/images/ui/logo/cr_logo@2x.png); } }
/* Please don't use the gradient mixins in any other file to avoid css bloat.
 You can either:
 - use a grad-xxx class within the markup or
 - add selectors here as needed.
 -------------------------------------------------------------------------- */
header {
  background-color: #333;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#333));
  background-image: -webkit-linear-gradient(left, #444, #333);
  background-image: -moz-linear-gradient(right, #333, #444);
  background-image: -ms-linear-gradient(left, #444, #333);
  background-image: -o-linear-gradient(left, #444, #333);
  background-image: linear-gradient(top, #444, #333);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#444', EndColorStr='#333'); }

.pod-standard, .pod-grey, .pod-dark {
  margin-bottom: 30px; }
  .pod-standard h3, .pod-grey h3, .pod-dark h3 {
    font-weight: bold; }
  .pod-standard > .pod-inner, .pod-grey > .pod-inner, .pod-dark > .pod-inner {
    border: 1px solid #ddd;
    box-shadow: 0 8px 6px -6px #f5f5f5; }
  .pod-standard .pod-inner, .pod-grey .pod-inner, .pod-dark .pod-inner {
    zoom: 1;
    text-align: center;
    -moz-box-sizing: 'border-box';
    -webkit-box-sizing: 'border-box';
    box-sizing: 'border-box';
    display: block;
    padding: 15px; }
  .pod-standard .pod-inner:after, .pod-grey .pod-inner:after, .pod-dark .pod-inner:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  @media (min-width: 768px) {
    .pod-standard .pod-inner, .pod-grey .pod-inner, .pod-dark .pod-inner {
      text-align: left; } }
  .lt-ie9 .pod-standard .pod-inner, .lt-ie9 .pod-grey .pod-inner, .lt-ie9 .pod-dark .pod-inner {
    text-align: left; }
  @media (min-width: 768px) {
    .pod-standard .pod-inner, .pod-grey .pod-inner, .pod-dark .pod-inner {
      padding: 30px; } }
  .lt-ie9 .pod-standard .pod-inner, .lt-ie9 .pod-grey .pod-inner, .lt-ie9 .pod-dark .pod-inner {
    padding: 30px; }
  .pod-standard .pod, .pod-grey .pod, .pod-dark .pod {
    margin-bottom: 0; }

.pod-grey {
  background-color: #f5f5f5; }

.pod-dark {
  background-color: #1e1e1e; }

.search-fields-wrap {
  position: relative; }
  .search-fields-wrap #search_query {
    font-size: 25px;
    height: 72px; }
  @media (min-width: 768px) {
    .search-fields-wrap #search_query {
      width: 100%; } }
  .lt-ie9 .search-fields-wrap #search_query {
    width: 100%; }
  @media (min-width: 992px) {
    .search-fields-wrap #search_query {
      width: 320px; } }
  .search-fields-wrap #search_query::-ms-clear {
    display: none; }
  .search-fields-wrap #btnSubmit {
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 0px;
    height: 72px;
    background: url(/assets/layouts/base/images/ui/transparent.gif);
    background-color: transparent;
    border: none;
    border-left: 1px solid #ddd;
    text-indent: -999px;
    width: 75px; }
  @media (min-width: 992px) {
    .search-fields-wrap #btnSubmit {
      right: auto;
      left: 244px; } }
  .search-fields-wrap span {
    font-size: 50px;
    position: absolute;
    top: 10px;
    right: 60px;
    font-weight: bold;
    width: 0px;
    height: 0px; }
  @media (min-width: 992px) {
    .search-fields-wrap span {
      right: auto;
      left: 256px; } }

.search .search-fields-wrap {
  position: relative;
  margin: 20px auto 0px auto;
  width: 100%; }
  @media (min-width: 768px) {
    .search .search-fields-wrap {
      width: 290px; } }
  .lt-ie9 .search .search-fields-wrap {
    width: 290px; }
  .search .search-fields-wrap label {
    margin: 0px; }
  .search .search-fields-wrap #submit {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0px;
    width: 50px;
    -webkit-border-radius: 0px 50px 50px 0px;
    -moz-border-radius: 0px 50px 50px 0px;
    border-radius: 0px 50px 50px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #a25eb5 url(/assets/layouts/SR16/images/ui/zoom.png) center center no-repeat; }
    .search .search-fields-wrap #submit:hover {
      background-color: #e63f52; }
  .search .search-fields-wrap span {
    z-index: 10;
    position: absolute;
    left: 280px;
    top: 5px;
    color: #fff;
    font-size: 40px; }
  .search .form-input, .search #search_query {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
    width: 100%; }
  .search #search_query {
    font-size: inherit;
    padding-left: 20px; }
  .search #team_search, .search #submit, .search #search_query {
    height: 50px; }

.search-event-field .search-fields-wrap {
  margin: 0; }
  @media (min-width: 768px) {
    .search-event-field .search-fields-wrap {
      width: auto; } }
  .lt-ie9 .search-event-field .search-fields-wrap {
    width: auto; }
  .search-event-field .search-fields-wrap #search_query {
    border-radius: 0;
    font-size: 20px;
    height: 72px; }
    @media (min-width: 992px) {
    .search-event-field .search-fields-wrap #search_query {
      font-size: 25px;
      width: 320px; } }
  .search-event-field .search-fields-wrap span {
    z-index: auto;
    font-size: 50px;
    top: 10px;
    right: 60px;
    left: auto;
    color: #1e1e1e; }
    @media (min-width: 992px) {
    .search-event-field .search-fields-wrap span {
      right: auto;
      left: 256px; } }

.gp-search {
  word-wrap: break-word;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
  .gp-search {
    margin-left: 0px;
    margin-right: 0px; } }
  .lt-ie9 .gp-search {
    margin-left: 0px;
    margin-right: 0px; }
  .gp-search .grid-row {
    min-height: 75px;
    display: block;
    padding: 20px 15px; }
  @media (min-width: 768px) {
    .gp-search .grid-row {
      padding: 20px 0px; } }
  .lt-ie9 .gp-search .grid-row {
    padding: 20px 0px; }
  @media (min-width: 992px) {
    .gp-search .grid-row {
      padding: 10px 0px; } }
  @media (min-width: 768px) {
      .gp-search .grid-col.name-team, .gp-search .grid-col .sponsor-me {
        padding-top: 5px; } }
    .lt-ie9 .gp-search .grid-col.name-team, .lt-ie9 .gp-search .grid-col .sponsor-me {
      padding-top: 5px; }
    @media (min-width: 992px) {
    .gp-search .grid-col.name-team, .gp-search .grid-col .sponsor-me {
      padding-top: 20px; } }
  @media (min-width: 992px) {
      .gp-search .grid-col .button, .gp-search .grid-col .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .gp-search .grid-col label, .gp-search .grid-col .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .gp-search .grid-col label, .gp-search .grid-col .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .gp-search .grid-col label, .gp-search .grid-col .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .gp-search .grid-col label, .gp-search .grid-col .section-page-options .tab-nav a, .section-page-options .tab-nav .gp-search .grid-col a {
        margin-top: 10px; } }
  .gp-search .result .grid-row {
    border-top: 1px solid #ddd; }
    .gp-search .result .grid-row:first-of-type {
      border-top: 0px; }
  .gp-search .result .gutter-xs {
    padding: 0 2.54%; }
    @media (min-width: 992px) {
    .gp-search .result .gutter-xs {
      padding: 0 15px; } }
  .gp-search .head, .gp-search .name-team {
    text-align: left; }
  .gp-search .name-team {
    font-family: "sofia-pro", "Verdana", Arial, sans-serif;
    font-style: normal;
    font-weight: 300; }
  .gp-search .sponsor-me {
    text-align: left; }
  @media (min-width: 768px) {
    .gp-search .sponsor-me {
      text-align: center; } }
  .lt-ie9 .gp-search .sponsor-me {
    text-align: center; }
  .gp-search img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0px auto;
    height: 70px;
    width: 70px; }
  .gp-search input[type='submit'] {
    margin-top: 0px; }

.table-gp-search .table, .table-gp-search .row, .table-gp-search .cell {
  display: block;
  table-layout: fixed; }

.table-gp-search .head {
  display: none; }

.table-gp-search .row {
  padding: 8px; }

.table-gp-search .row:nth-child( even) {
  background-color: #f2f2f2; }

.table-gp-search .cell {
  text-align: left; }

.table-gp-search h6 {
  color: #999;
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap; }

.table-gp-search p {
  font-size: 16px;
  margin: 0; }

.table-gp-search img {
  display: block; }

.table-gp-search a {
  text-decoration: none; }

.table-gp-search .img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #fff;
  display: block;
  float: left;
  margin-right: 8px; }

.table-gp-search a.img:hover {
  border-color: #f0544a; }

.table-gp-search .button, .table-gp-search .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .table-gp-search label, .table-gp-search .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .table-gp-search label, .table-gp-search .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .table-gp-search label, .table-gp-search .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .table-gp-search label, .table-gp-search .section-page-options .tab-nav a, .section-page-options .tab-nav .table-gp-search a {
  margin: 0;
  width: auto;
  display: block; }

.table-gp-search .col-portrait {
  float: left; }

.table-gp-search .col-sponsor-me {
  clear: left;
  padding-top: 8px;
  float: left;
  width: 50%; }

.table-gp-search .col-sponsor-me .button, .table-gp-search .col-sponsor-me .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .table-gp-search .col-sponsor-me label, .table-gp-search .col-sponsor-me .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .table-gp-search .col-sponsor-me label, .table-gp-search .col-sponsor-me .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .table-gp-search .col-sponsor-me label, .table-gp-search .col-sponsor-me .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .table-gp-search .col-sponsor-me label, .table-gp-search .col-sponsor-me .section-page-options .tab-nav a, .section-page-options .tab-nav .table-gp-search .col-sponsor-me a {
  margin-right: 4px; }

.table-gp-search .col-sponsor-team {
  padding-top: 8px;
  float: left;
  width: 50%; }

.table-gp-search .col-sponsor-team .button, .table-gp-search .col-sponsor-team .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .table-gp-search .col-sponsor-team label, .table-gp-search .col-sponsor-team .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .table-gp-search .col-sponsor-team label, .table-gp-search .col-sponsor-team .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .table-gp-search .col-sponsor-team label, .table-gp-search .col-sponsor-team .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .table-gp-search .col-sponsor-team label, .table-gp-search .col-sponsor-team .section-page-options .tab-nav a, .section-page-options .tab-nav .table-gp-search .col-sponsor-team a {
  margin-left: 4px; }

.button, .page-search-event-results input[type='radio'] + label, .page-search-event-index input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + label, .section-page-options .tab-nav a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s ease-in-out background-color;
  -moz-transition: 0.3s ease-in-out background-color;
  -o-transition: 0.3s ease-in-out background-color;
  -ms-transition: 0.3s ease-in-out background-color;
  transition: 0.3s ease-in-out background-color;
  background-color: #f0544a;
  border: 0;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  padding: 0px 35px;
  text-align: center;
  text-decoration: none;
  margin: 20px 0px 0px 0px;
  width: 100%;
  display: inline-block;
  height: 50px; }
  .button:hover, .page-search-event-results input[type='radio'] + label:hover, .page-search-event-index input[type='radio'] + label:hover, .page-search-event-result .event-distance input[type='radio'] + label:hover, .page-search-event-result .event-time input[type='radio'] + label:hover, .section-page-options .tab-nav a:hover {
    background-color: #f89963;
    -webkit-transition: 0.6s ease-in-out background-color;
    -moz-transition: 0.6s ease-in-out background-color;
    -o-transition: 0.6s ease-in-out background-color;
    -ms-transition: 0.6s ease-in-out background-color;
    transition: 0.6s ease-in-out background-color; }
  .button.button--ghost, .page-search-event-results input[type='radio'] + label.button--ghost, .page-search-event-index input[type='radio'] + label.button--ghost, .page-search-event-result .event-distance input[type='radio'] + label.button--ghost, .page-search-event-result .event-time input[type='radio'] + label.button--ghost, .section-page-options .tab-nav a.button--ghost {
    -webkit-transition: 0s liner background-color;
    -moz-transition: 0s liner background-color;
    -o-transition: 0s liner background-color;
    -ms-transition: 0s liner background-color;
    transition: 0s liner background-color;
    background-color: transparent;
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    line-height: 45px; }
  .button.button--ghost:hover, .page-search-event-results input[type='radio'] + label.button--ghost:hover, .page-search-event-index input[type='radio'] + label.button--ghost:hover, .page-search-event-result .event-distance input[type='radio'] + label.button--ghost:hover, .page-search-event-result .event-time input[type='radio'] + label.button--ghost:hover, .section-page-options .tab-nav a.button--ghost:hover {
    background-color: #1e1e1e;
    color: #fff;
    border: 0px;
    padding: 2px 37px; }
  .button.button--ghost:active, .page-search-event-results input[type='radio'] + label.button--ghost:active, .page-search-event-index input[type='radio'] + label.button--ghost:active, .page-search-event-result .event-distance input[type='radio'] + label.button--ghost:active, .page-search-event-result .event-time input[type='radio'] + label.button--ghost:active, .section-page-options .tab-nav a.button--ghost:active {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7; }
  @media (min-width: 768px) {
  .button, .page-search-event-results input[type='radio'] + label, .page-search-event-index input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + label, .section-page-options .tab-nav a {
    width: auto; } }
  .lt-ie9 .button, .lt-ie9 .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .lt-ie9 label, .lt-ie9 .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .lt-ie9 label, .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .lt-ie9 label, .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .lt-ie9 label, .lt-ie9 .section-page-options .tab-nav a, .section-page-options .tab-nav .lt-ie9 a {
    width: auto; }

.button-edit {
  background: transparent;
  border: 1px solid #666;
  color: #666;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  padding-top: 14px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center; }
/* 
 * Process $buttonList colour variations through our button-variation mixin.
 */
.button--red, .reg-event-type-run .button--event, .button--run, .page-event-type-run .event-distance input[type='radio']:checked + label, .page-event-type-run .event-time input[type='radio']:checked + label, input[type="button"].button--red, .reg-event-type-run input.button--event[type="button"], input.button--run[type="button"], .page-event-type-run .event-distance input[type='radio']:checked + input[type="button"], .page-event-type-run .event-time input[type='radio']:checked + input[type="button"] {
  background-color: #f0544a;
  color: #fff; }
  .button--red:hover, .reg-event-type-run .button--event:hover, .button--run:hover, .page-event-type-run .event-distance input[type='radio']:checked + label:hover, .page-event-type-run .event-time input[type='radio']:checked + label:hover, input[type="button"].button--red:hover, .reg-event-type-run input.button--event[type="button"]:hover, input.button--run[type="button"]:hover, .page-event-type-run .event-distance input[type='radio']:checked + input[type="button"]:hover, .page-event-type-run .event-time input[type='radio']:checked + input[type="button"]:hover, .button--red:focus, .reg-event-type-run .button--event:focus, .button--run:focus, .page-event-type-run .event-distance input[type='radio']:checked + label:focus, .page-event-type-run .event-time input[type='radio']:checked + label:focus, input[type="button"].button--red:focus, .reg-event-type-run input.button--event[type="button"]:focus, input.button--run[type="button"]:focus, .page-event-type-run .event-distance input[type='radio']:checked + input[type="button"]:focus, .page-event-type-run .event-time input[type='radio']:checked + input[type="button"]:focus {
    outline: none;
    background-color: #f89963;
    color: #fff; }
  .button--red.button--ghost, .reg-event-type-run .button--event.button--ghost, .button--run.button--ghost, .page-event-type-run .event-distance input[type='radio']:checked + label.button--ghost, .page-event-type-run .event-time input[type='radio']:checked + label.button--ghost, input[type="button"].button--red.button--ghost, .reg-event-type-run input.button--event[type="button"].button--ghost, input.button--run[type="button"].button--ghost, .page-event-type-run .event-distance input[type='radio']:checked + input[type="button"].button--ghost, .page-event-type-run .event-time input[type='radio']:checked + input[type="button"].button--ghost {
    border: 2px solid #f0544a;
    background-color: transparent;
    color: #fff; }
  .button--red.button--ghost:hover, .reg-event-type-run .button--event.button--ghost:hover, .button--run.button--ghost:hover, .page-event-type-run .event-distance input[type='radio']:checked + label.button--ghost:hover, .page-event-type-run .event-time input[type='radio']:checked + label.button--ghost:hover, input[type="button"].button--red.button--ghost:hover, .reg-event-type-run input.button--event[type="button"].button--ghost:hover, input.button--run[type="button"].button--ghost:hover, .page-event-type-run .event-distance input[type='radio']:checked + input[type="button"].button--ghost:hover, .page-event-type-run .event-time input[type='radio']:checked + input[type="button"].button--ghost:hover {
    background-color: #f0544a;
    color: #fff; }

.button--purple, .section-page-options .tab-nav .active a, input[type="button"].button--purple, .section-page-options .tab-nav .active input[type="button"] {
  background-color: #a25eb5;
  color: #fff; }
  .button--purple:hover, .section-page-options .tab-nav .active a:hover, input[type="button"].button--purple:hover, .section-page-options .tab-nav .active input[type="button"]:hover, .button--purple:focus, .section-page-options .tab-nav .active a:focus, input[type="button"].button--purple:focus, .section-page-options .tab-nav .active input[type="button"]:focus {
    outline: none;
    background-color: #e63f52;
    color: #fff; }
  .button--purple.button--ghost, .section-page-options .tab-nav .active a.button--ghost, input[type="button"].button--purple.button--ghost, .section-page-options .tab-nav .active input[type="button"].button--ghost {
    border: 2px solid #a25eb5;
    background-color: transparent;
    color: #fff; }
  .button--purple.button--ghost:hover, .section-page-options .tab-nav .active a.button--ghost:hover, input[type="button"].button--purple.button--ghost:hover, .section-page-options .tab-nav .active input[type="button"].button--ghost:hover {
    background-color: #a25eb5;
    color: #fff; }

.button--blue, .reg-event-type-swim .button--event, .button--swim, .page-event-type-defaultswim .event-distance input[type='radio']:checked + label, .page-event-type-simplyswim .event-distance input[type='radio']:checked + label, .page-event-type-defaultswim .event-time input[type='radio']:checked + label, .page-event-type-simplyswim .event-time input[type='radio']:checked + label, .reg-event-type-swim .or, input[type="button"].button--blue, .reg-event-type-swim input.button--event[type="button"], input.button--swim[type="button"], .page-event-type-defaultswim .event-distance input[type='radio']:checked + input[type="button"], .page-event-type-simplyswim .event-distance input[type='radio']:checked + input[type="button"], .page-event-type-defaultswim .event-time input[type='radio']:checked + input[type="button"], .page-event-type-simplyswim .event-time input[type='radio']:checked + input[type="button"], .reg-event-type-swim input.or[type="button"] {
  background-color: #00c2df;
  color: #1e1e1e; }
  .button--blue:hover, .reg-event-type-swim .button--event:hover, .button--swim:hover, .page-event-type-defaultswim .event-distance input[type='radio']:checked + label:hover, .page-event-type-simplyswim .event-distance input[type='radio']:checked + label:hover, .page-event-type-defaultswim .event-time input[type='radio']:checked + label:hover, .page-event-type-simplyswim .event-time input[type='radio']:checked + label:hover, .reg-event-type-swim .or:hover, input[type="button"].button--blue:hover, .reg-event-type-swim input.button--event[type="button"]:hover, input.button--swim[type="button"]:hover, .page-event-type-defaultswim .event-distance input[type='radio']:checked + input[type="button"]:hover, .page-event-type-simplyswim .event-distance input[type='radio']:checked + input[type="button"]:hover, .page-event-type-defaultswim .event-time input[type='radio']:checked + input[type="button"]:hover, .page-event-type-simplyswim .event-time input[type='radio']:checked + input[type="button"]:hover, .reg-event-type-swim input.or[type="button"]:hover, .button--blue:focus, .reg-event-type-swim .button--event:focus, .button--swim:focus, .page-event-type-defaultswim .event-distance input[type='radio']:checked + label:focus, .page-event-type-simplyswim .event-distance input[type='radio']:checked + label:focus, .page-event-type-defaultswim .event-time input[type='radio']:checked + label:focus, .page-event-type-simplyswim .event-time input[type='radio']:checked + label:focus, .reg-event-type-swim .or:focus, input[type="button"].button--blue:focus, .reg-event-type-swim input.button--event[type="button"]:focus, input.button--swim[type="button"]:focus, .page-event-type-defaultswim .event-distance input[type='radio']:checked + input[type="button"]:focus, .page-event-type-simplyswim .event-distance input[type='radio']:checked + input[type="button"]:focus, .page-event-type-defaultswim .event-time input[type='radio']:checked + input[type="button"]:focus, .page-event-type-simplyswim .event-time input[type='radio']:checked + input[type="button"]:focus, .reg-event-type-swim input.or[type="button"]:focus {
    outline: none;
    background-color: #75e1c2;
    color: #1e1e1e; }
  .button--blue.button--ghost, .reg-event-type-swim .button--event.button--ghost, .button--swim.button--ghost, .page-event-type-defaultswim .event-distance input[type='radio']:checked + label.button--ghost, .page-event-type-simplyswim .event-distance input[type='radio']:checked + label.button--ghost, .page-event-type-defaultswim .event-time input[type='radio']:checked + label.button--ghost, .page-event-type-simplyswim .event-time input[type='radio']:checked + label.button--ghost, .reg-event-type-swim .or.button--ghost, input[type="button"].button--blue.button--ghost, .reg-event-type-swim input.button--event[type="button"].button--ghost, input.button--swim[type="button"].button--ghost, .page-event-type-defaultswim .event-distance input[type='radio']:checked + input[type="button"].button--ghost, .page-event-type-simplyswim .event-distance input[type='radio']:checked + input[type="button"].button--ghost, .page-event-type-defaultswim .event-time input[type='radio']:checked + input[type="button"].button--ghost, .page-event-type-simplyswim .event-time input[type='radio']:checked + input[type="button"].button--ghost, .reg-event-type-swim input.or[type="button"].button--ghost {
    border: 2px solid #00c2df;
    background-color: transparent;
    color: #1e1e1e; }
  .button--blue.button--ghost:hover, .reg-event-type-swim .button--event.button--ghost:hover, .button--swim.button--ghost:hover, .page-event-type-defaultswim .event-distance input[type='radio']:checked + label.button--ghost:hover, .page-event-type-simplyswim .event-distance input[type='radio']:checked + label.button--ghost:hover, .page-event-type-defaultswim .event-time input[type='radio']:checked + label.button--ghost:hover, .page-event-type-simplyswim .event-time input[type='radio']:checked + label.button--ghost:hover, .reg-event-type-swim .or.button--ghost:hover, input[type="button"].button--blue.button--ghost:hover, .reg-event-type-swim input.button--event[type="button"].button--ghost:hover, input.button--swim[type="button"].button--ghost:hover, .page-event-type-defaultswim .event-distance input[type='radio']:checked + input[type="button"].button--ghost:hover, .page-event-type-simplyswim .event-distance input[type='radio']:checked + input[type="button"].button--ghost:hover, .page-event-type-defaultswim .event-time input[type='radio']:checked + input[type="button"].button--ghost:hover, .page-event-type-simplyswim .event-time input[type='radio']:checked + input[type="button"].button--ghost:hover, .reg-event-type-swim input.or[type="button"].button--ghost:hover {
    background-color: #00c2df;
    color: #fff; }

.button--green, .reg-event-type-cycle .button--event, .button--cycle, .page-event-type-cycle .event-distance input[type='radio']:checked + label, .page-event-type-cycle .event-time input[type='radio']:checked + label, .reg-event-type-cycle .or, input[type="button"].button--green, .reg-event-type-cycle input.button--event[type="button"], input.button--cycle[type="button"], .page-event-type-cycle .event-distance input[type='radio']:checked + input[type="button"], .page-event-type-cycle .event-time input[type='radio']:checked + input[type="button"], .reg-event-type-cycle input.or[type="button"] {
  background-color: #a3d55f;
  color: #1e1e1e; }
  .button--green:hover, .reg-event-type-cycle .button--event:hover, .button--cycle:hover, .page-event-type-cycle .event-distance input[type='radio']:checked + label:hover, .page-event-type-cycle .event-time input[type='radio']:checked + label:hover, .reg-event-type-cycle .or:hover, input[type="button"].button--green:hover, .reg-event-type-cycle input.button--event[type="button"]:hover, input.button--cycle[type="button"]:hover, .page-event-type-cycle .event-distance input[type='radio']:checked + input[type="button"]:hover, .page-event-type-cycle .event-time input[type='radio']:checked + input[type="button"]:hover, .reg-event-type-cycle input.or[type="button"]:hover, .button--green:focus, .reg-event-type-cycle .button--event:focus, .button--cycle:focus, .page-event-type-cycle .event-distance input[type='radio']:checked + label:focus, .page-event-type-cycle .event-time input[type='radio']:checked + label:focus, .reg-event-type-cycle .or:focus, input[type="button"].button--green:focus, .reg-event-type-cycle input.button--event[type="button"]:focus, input.button--cycle[type="button"]:focus, .page-event-type-cycle .event-distance input[type='radio']:checked + input[type="button"]:focus, .page-event-type-cycle .event-time input[type='radio']:checked + input[type="button"]:focus, .reg-event-type-cycle input.or[type="button"]:focus {
    outline: none;
    background-color: #3fba91;
    color: #1e1e1e; }
  .button--green.button--ghost, .reg-event-type-cycle .button--event.button--ghost, .button--cycle.button--ghost, .page-event-type-cycle .event-distance input[type='radio']:checked + label.button--ghost, .page-event-type-cycle .event-time input[type='radio']:checked + label.button--ghost, .reg-event-type-cycle .or.button--ghost, input[type="button"].button--green.button--ghost, .reg-event-type-cycle input.button--event[type="button"].button--ghost, input.button--cycle[type="button"].button--ghost, .page-event-type-cycle .event-distance input[type='radio']:checked + input[type="button"].button--ghost, .page-event-type-cycle .event-time input[type='radio']:checked + input[type="button"].button--ghost, .reg-event-type-cycle input.or[type="button"].button--ghost {
    border: 2px solid #a3d55f;
    background-color: transparent;
    color: #1e1e1e; }
  .button--green.button--ghost:hover, .reg-event-type-cycle .button--event.button--ghost:hover, .button--cycle.button--ghost:hover, .page-event-type-cycle .event-distance input[type='radio']:checked + label.button--ghost:hover, .page-event-type-cycle .event-time input[type='radio']:checked + label.button--ghost:hover, .reg-event-type-cycle .or.button--ghost:hover, input[type="button"].button--green.button--ghost:hover, .reg-event-type-cycle input.button--event[type="button"].button--ghost:hover, input.button--cycle[type="button"].button--ghost:hover, .page-event-type-cycle .event-distance input[type='radio']:checked + input[type="button"].button--ghost:hover, .page-event-type-cycle .event-time input[type='radio']:checked + input[type="button"].button--ghost:hover, .reg-event-type-cycle input.or[type="button"].button--ghost:hover {
    background-color: #a3d55f;
    color: #1e1e1e; }

.button--black, input[type="button"].button--black {
  background-color: #1e1e1e;
  color: #fff; }
  .button--black:hover, input[type="button"].button--black:hover, .button--black:focus, input[type="button"].button--black:focus {
    outline: none;
    background-color: #666;
    color: #fff; }
  .button--black.button--ghost, input[type="button"].button--black.button--ghost {
    border: 2px solid #1e1e1e;
    background-color: transparent;
    color: #fff; }
  .button--black.button--ghost:hover, input[type="button"].button--black.button--ghost:hover {
    background-color: #1e1e1e;
    color: #fff; }

.button--grey, input[type="button"].button--grey {
  background-color: #ddd;
  color: #666; }
  .button--grey:hover, input[type="button"].button--grey:hover, .button--grey:focus, input[type="button"].button--grey:focus {
    outline: none;
    background-color: #999;
    color: #666; }
  .button--grey.button--ghost, input[type="button"].button--grey.button--ghost {
    border: 2px solid #ddd;
    background-color: transparent;
    color: #666; }
  .button--grey.button--ghost:hover, input[type="button"].button--grey.button--ghost:hover {
    background-color: #ddd;
    color: #fff; }

.button--jasper-grey, .offline-donations .selected, input[type="button"].button--jasper-grey, .offline-donations input.selected[type="button"] {
  background-color: #666;
  color: #fff; }
  .button--jasper-grey:hover, .offline-donations .selected:hover, input[type="button"].button--jasper-grey:hover, .offline-donations input.selected[type="button"]:hover, .button--jasper-grey:focus, .offline-donations .selected:focus, input[type="button"].button--jasper-grey:focus, .offline-donations input.selected[type="button"]:focus {
    outline: none;
    background-color: #1e1e1e;
    color: #fff; }
  .button--jasper-grey.button--ghost, .offline-donations .selected.button--ghost, input[type="button"].button--jasper-grey.button--ghost, .offline-donations input.selected[type="button"].button--ghost {
    border: 2px solid #666;
    background-color: transparent;
    color: #fff; }
  .button--jasper-grey.button--ghost:hover, .offline-donations .selected.button--ghost:hover, input[type="button"].button--jasper-grey.button--ghost:hover, .offline-donations input.selected[type="button"].button--ghost:hover {
    background-color: #666;
    color: #fff; }

.button--light-grey, input[type="button"].button--light-grey {
  background-color: #fff;
  color: #999; }
  .button--light-grey:hover, input[type="button"].button--light-grey:hover, .button--light-grey:focus, input[type="button"].button--light-grey:focus {
    outline: none;
    background-color: #ddd;
    color: #999; }
  .button--light-grey.button--ghost, input[type="button"].button--light-grey.button--ghost {
    border: 2px solid #ddd;
    background-color: transparent;
    color: #999; }
  .button--light-grey.button--ghost:hover, input[type="button"].button--light-grey.button--ghost:hover {
    background-color: #ddd;
    color: #1e1e1e; }

.button--blue-fb, input[type="button"].button--blue-fb {
  background-color: #4d67a3;
  color: #fff; }
  .button--blue-fb:hover, input[type="button"].button--blue-fb:hover, .button--blue-fb:focus, input[type="button"].button--blue-fb:focus {
    outline: none;
    background-color: #3e5282;
    color: #fff; }
  .button--blue-fb.button--ghost, input[type="button"].button--blue-fb.button--ghost {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff; }
  .button--blue-fb.button--ghost:hover, input[type="button"].button--blue-fb.button--ghost:hover {
    background-color: #fff;
    color: ; }

.button--blue-twitter, input[type="button"].button--blue-twitter {
  background-color: #55acee;
  color: #fff; }
  .button--blue-twitter:hover, input[type="button"].button--blue-twitter:hover, .button--blue-twitter:focus, input[type="button"].button--blue-twitter:focus {
    outline: none;
    background-color: #448abe;
    color: #fff; }
  .button--blue-twitter.button--ghost, input[type="button"].button--blue-twitter.button--ghost {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff; }
  .button--blue-twitter.button--ghost:hover, input[type="button"].button--blue-twitter.button--ghost:hover {
    background-color: #fff;
    color: ; }

.button--white, input[type="button"].button--white {
  background-color: #fff;
  color: #1e1e1e; }
  .button--white:hover, input[type="button"].button--white:hover, .button--white:focus, input[type="button"].button--white:focus {
    outline: none;
    background-color: #fafafa;
    color: #1e1e1e; }
  .button--white.button--ghost, input[type="button"].button--white.button--ghost {
    border: 2px solid #1e1e1e;
    background-color: transparent;
    color: #1e1e1e; }
  .button--white.button--ghost:hover, input[type="button"].button--white.button--ghost:hover {
    background-color: #1e1e1e;
    color: #1e1e1e; }

@media (min-width: 768px) {
    .button + .button, .page-search-event-results input[type='radio'] + label + .button, .page-search-event-results input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-search-event-results input[type='radio'] + label + label, .page-search-event-results input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-search-event-results input[type='radio'] + label + label, .page-search-event-results input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-search-event-results input[type='radio'] + label + label, .page-search-event-results input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-search-event-results input[type='radio'] + label + label, .page-search-event-results input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .page-search-event-results input[type='radio'] + label + a, .page-search-event-index input[type='radio'] + label + .button, .page-search-event-index input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-search-event-index input[type='radio'] + label + label, .page-search-event-index input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-search-event-index input[type='radio'] + label + label, .page-search-event-index input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-search-event-index input[type='radio'] + label + label, .page-search-event-index input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-search-event-index input[type='radio'] + label + label, .page-search-event-index input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .page-search-event-index input[type='radio'] + label + a, .page-search-event-result .event-distance input[type='radio'] + label + .button, .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-search-event-result .event-distance input[type='radio'] + label + label, .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-search-event-result .event-distance input[type='radio'] + label + label, .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-search-event-result .event-distance input[type='radio'] + label + label, .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-search-event-result .event-distance input[type='radio'] + label + label, .page-search-event-result .event-distance input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .page-search-event-result .event-distance input[type='radio'] + label + a, .page-search-event-result .event-time input[type='radio'] + label + .button, .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-search-event-result .event-time input[type='radio'] + label + label, .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-search-event-result .event-time input[type='radio'] + label + label, .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-search-event-result .event-time input[type='radio'] + label + label, .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-search-event-result .event-time input[type='radio'] + label + label, .page-search-event-result .event-time input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .page-search-event-result .event-time input[type='radio'] + label + a, .section-page-options .tab-nav a + .button, .section-page-options .tab-nav a + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .section-page-options .tab-nav a + label, .section-page-options .tab-nav a + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .section-page-options .tab-nav a + label, .section-page-options .tab-nav a + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .section-page-options .tab-nav a + label, .section-page-options .tab-nav a + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .section-page-options .tab-nav a + label, .section-page-options .tab-nav a + .section-page-options .tab-nav a, .section-page-options .tab-nav .section-page-options .tab-nav a + a, .button + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .button + label, .button + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .button + label, .button + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .button + label, .button + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .button + label, .button + .section-page-options .tab-nav a, .section-page-options .tab-nav .button + a {
      margin-left: 20px; } }
  .lt-ie9 .button + .button, .lt-ie9 .page-search-event-results input[type='radio'] + label + .button, .lt-ie9 .page-search-event-results input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .lt-ie9 .page-search-event-results input[type='radio'] + label + label, .lt-ie9 .page-search-event-results input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .lt-ie9 .page-search-event-results input[type='radio'] + label + label, .lt-ie9 .page-search-event-results input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .lt-ie9 .page-search-event-results input[type='radio'] + label + label, .lt-ie9 .page-search-event-results input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .lt-ie9 .page-search-event-results input[type='radio'] + label + label, .lt-ie9 .page-search-event-results input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .lt-ie9 .page-search-event-results input[type='radio'] + label + a, .page-search-event-results input[type='radio'] + .lt-ie9 label + .button, .lt-ie9 .page-search-event-index input[type='radio'] + label + .button, .lt-ie9 .page-search-event-index input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .lt-ie9 .page-search-event-index input[type='radio'] + label + label, .lt-ie9 .page-search-event-index input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .lt-ie9 .page-search-event-index input[type='radio'] + label + label, .lt-ie9 .page-search-event-index input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .lt-ie9 .page-search-event-index input[type='radio'] + label + label, .lt-ie9 .page-search-event-index input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .lt-ie9 .page-search-event-index input[type='radio'] + label + label, .lt-ie9 .page-search-event-index input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .lt-ie9 .page-search-event-index input[type='radio'] + label + a, .page-search-event-index input[type='radio'] + .lt-ie9 label + .button, .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + .button, .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + label, .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + label, .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + label, .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + label, .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label + a, .page-search-event-result .event-distance input[type='radio'] + .lt-ie9 label + .button, .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + .button, .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + label, .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + label, .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + label, .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + label, .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .lt-ie9 .page-search-event-result .event-time input[type='radio'] + label + a, .page-search-event-result .event-time input[type='radio'] + .lt-ie9 label + .button, .lt-ie9 .section-page-options .tab-nav a + .button, .lt-ie9 .section-page-options .tab-nav a + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .lt-ie9 .section-page-options .tab-nav a + label, .lt-ie9 .section-page-options .tab-nav a + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .lt-ie9 .section-page-options .tab-nav a + label, .lt-ie9 .section-page-options .tab-nav a + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .lt-ie9 .section-page-options .tab-nav a + label, .lt-ie9 .section-page-options .tab-nav a + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .lt-ie9 .section-page-options .tab-nav a + label, .lt-ie9 .section-page-options .tab-nav a + .section-page-options .tab-nav a, .section-page-options .tab-nav .lt-ie9 .section-page-options .tab-nav a + a, .section-page-options .tab-nav .lt-ie9 a + .button, .lt-ie9 .button + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .lt-ie9 .button + label, .lt-ie9 .button + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .lt-ie9 .button + label, .lt-ie9 .button + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .lt-ie9 .button + label, .lt-ie9 .button + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .lt-ie9 .button + label, .lt-ie9 .button + .section-page-options .tab-nav a, .section-page-options .tab-nav .lt-ie9 .button + a {
    margin-left: 20px; }

@media (min-width: 768px) {
    .button--fixwidth {
      width: 290px; } }
  .lt-ie9 .button--fixwidth {
    width: 290px; }

.button--large {
  height: 70px;
  font-size: 25px; }

.button--fitwidth {
  width: 100%; }

.button--clear-spacing {
  padding: 0px;
  width: 100%; }
  @media (min-width: 768px) {
  .button--clear-spacing {
    margin-top: 0px; } }
  .lt-ie9 .button--clear-spacing {
    margin-top: 0px; }

.reg-event-type-swim .button--event, .button--swim, .page-event-type-defaultswim .event-distance input[type='radio']:checked + label, .page-event-type-simplyswim .event-distance input[type='radio']:checked + label, .page-event-type-defaultswim .event-time input[type='radio']:checked + label, .page-event-type-simplyswim .event-time input[type='radio']:checked + label, .reg-event-type-swim .or {
  background-image: none;
  padding: 0px 35px;
  color: #024954; }

.reg-event-type-run .button--event, .button--run, .page-event-type-run .event-distance input[type='radio']:checked + label, .page-event-type-run .event-time input[type='radio']:checked + label {
  background-image: none;
  padding: 0px 35px; }

.reg-event-type-cycle .button--event, .button--cycle, .page-event-type-cycle .event-distance input[type='radio']:checked + label, .page-event-type-cycle .event-time input[type='radio']:checked + label, .reg-event-type-cycle .or {
  background-image: none;
  padding: 0px 35px; }

.button--moneybuy {
  background-color: #1e1e1e;
  border: 2px solid #75e1c2;
  color: #75e1c2;
  padding: 0; }
  @media (min-width: 768px) {
  .button--moneybuy {
    padding: 0px 20px; } }
  .lt-ie9 .button--moneybuy {
    padding: 0px 20px; }
  .button--moneybuy:hover, .button--moneybuy.active {
    background-color: #75e1c2;
    border: 0px;
    color: #1e1e1e;
    padding: 2px 0; }
  @media (min-width: 768px) {
    .button--moneybuy:hover, .button--moneybuy.active {
      padding: 2px 22px; } }
  .lt-ie9 .button--moneybuy:hover, .lt-ie9 .button--moneybuy.active {
    padding: 2px 22px; }
  .button--moneybuy span {
    position: relative;
    top: -2px; }
  @media (min-width: 768px) {
    .button--moneybuy span {
      top: -4px;
      font-size: 26px; } }
  .lt-ie9 .button--moneybuy span {
    top: -4px;
    font-size: 26px; }

input.button--inline {
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer; }
  input.button--inline:hover {
    color: #e42932; }

.button--facebook {
  position: relative; }
  .button--facebook input, .button--facebook input a {
    color: #fff;
    background-color: transparent;
    border: 0px;
    width: auto;
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -3px; }
  .button--facebook input:hover, .button--facebook input a:hover {
    border: 0px; }
  .button--facebook span {
    font-size: 24px;
    line-height: 50px; }
  @media (min-width: 768px) {
    .button--facebook span {
      width: auto; } }
  .lt-ie9 .button--facebook span {
    width: auto; }

.button--paypal input {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent url(/assets/layouts/SR14/images/content/donate/paypal_button.png) no-repeat 50% 50%;
  color: transparent; }

.button--paypal input:hover {
  color: transparent; }

.button--pay {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font: 700 16px;
  padding: 10px 15px;
  background-color: #e33038;
  border: none;
  cursor: pointer; }
  .button--pay:hover {
    background-color: #d1252d; }
  .button--pay.make-payment {
    margin-bottom: 20px;
    width: 100%; }

.text-link, .top-info-messages #notification.notifications .close-message, #gp_cta_faqs a, #gp_cta_inappropriate_content a, .section-giving-page-index .my-team-info .my-team-copy h3 a, .show-more a, .autopost #gp_cta_view_settings a:first-child, .group-members .group-member .col-member h5 a, .team-members .group-member .col-member h5 a, .group-members .team-member .col-member h5 a, .team-members .team-member .col-member h5 a, .gp-event .event-info .event-name a, .gp-event-wrap .resources .copy a, .section-top-tips .content a {
  color: #1e1e1e;
  border-bottom: 2px solid #1e1e1e;
  text-decoration: none; }
  .text-link:hover, .top-info-messages #notification.notifications .close-message:hover, #gp_cta_faqs a:hover, #gp_cta_inappropriate_content a:hover, .section-giving-page-index .my-team-info .my-team-copy h3 a:hover, .show-more a:hover, .autopost #gp_cta_view_settings a:first-child:hover, .group-members .group-member .col-member h5 a:hover, .team-members .group-member .col-member h5 a:hover, .group-members .team-member .col-member h5 a:hover, .team-members .team-member .col-member h5 a:hover, .gp-event .event-info .event-name a:hover, .gp-event-wrap .resources .copy a:hover, .section-top-tips .content a:hover {
    border-color: #999;
    cursor: pointer; }

.button--inline-input {
  width: auto;
  background-color: transparent;
  padding: 0;
  border-width: 0 0 2px; }
/*
 * Text link color
 */
.text-link--red {
  color: #f0544a;
  border-color: #f0544a; }
  .text-link--red:hover {
    border-color: #f9a567; }

.text-link--purple {
  color: #a25eb5;
  border-color: #a25eb5; }
  .text-link--purple:hover {
    border-color: #e63f52; }

.text-link--blue {
  color: #00c2df;
  border-color: #00c2df; }
  .text-link--blue:hover {
    border-color: #75e1c2; }

.text-link--green {
  color: #a3d55f;
  border-color: #a3d55f; }
  .text-link--green:hover {
    border-color: #00a9b0; }

.text-link--white {
  color: #fff;
  border-color: #fff; }
  .text-link--white:hover {
    border-color: #282828; }

.text-link--v-dark-grey {
  color: #282828;
  border-color: #282828; }
  .text-link--v-dark-grey:hover {
    border-color: #fff; }

form h2 {
  font-weight: 500;
  margin-bottom: 10px; }
  form h3 {
    margin-bottom: 20px; }
  form p {
    margin-bottom: 10px; }
  form .fieldset--border-top, form .border-top {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 32px; }
  @media (min-width: 768px) {
    form .fieldset--border-top, form .border-top {
      margin-top: 60px;
      padding-top: 52px; } }
  .lt-ie9 form .fieldset--border-top, .lt-ie9 form .border-top {
    margin-top: 60px;
    padding-top: 52px; }
  form a {
    color: #1e1e1e; }

.form-item-wrapper {
  position: relative;
  word-break: break-word; }

.has-frstip {
  overflow: hidden; }
  .has-frstip h2 {
    float: left; }
  .has-frstip .tip-target {
    position: relative;
    left: 10px; }

label {
  display: block;
  font-weight: normal;
  margin: 0 0 10px; }
  label p {
    margin-left: 49px;
    margin-top: -20px; }
  label.indent {
    padding-left: 44px; }

input {
  background-color: #fafafa;
  border: 1px solid #ddd;
  color: #494949;
  padding: 13px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input.form-input {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    input.form-input {
      width: 290px; } }
  .lt-ie9 input.form-input {
    width: 290px; }
  input.form-error {
    border-color: #f0544a; }
  input.form-error:hover {
    border-color: #f89963; }

.form-input[disabled='disabled'] {
  color: #999; }

.placeholder {
  color: #a8a8a8; }

textarea {
  min-height: 50px;
  max-width: 292px;
  width: 292px; }

input[type='radio'] {
  position: absolute;
  left: -9999px; }
  input[type='radio'] + label span {
    border: 1px solid #666;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 22px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px; }
  input[type='radio'] + label span:hover {
    border-width: 2px;
    width: 18px;
    height: 18px; }
  input[type='radio']:checked + label span {
    border: 5px solid #494949;
    height: 12px;
    width: 12px; }

input[type='checkbox'] {
  float: left;
  opacity: 0;
  width: 18px; }

input[type='checkbox'] + label, .form-check-field-long .check-field {
  clear: none;
  cursor: pointer;
  margin: 0 0 5px 0;
  min-height: 30px;
  padding: 0px 0 5px 50px; }

input[type='checkbox'] + label, .form-check-field-long .check-field {
  background-image: url(/assets/layouts/SR16/images/ui/forms/form_sprite.png);
  background-position: -11px -320px;
  background-repeat: no-repeat; }

input[type='checkbox']:checked + label, input[type='checkbox']:checked + .form-check-field-long .check-field {
  background-position: -9px -448px; }

input[type='checkbox'] + .form-check-field-long {
  background: none;
  position: relative; }
  input[type='checkbox'] + .form-check-field-long span {
    display: block; }
  input[type='checkbox'] + .form-check-field-long .check-field {
    top: 0;
    left: 0;
    position: absolute; }

.form-nav {
  margin-top: 8px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
  .form-nav {
    margin-top: 60px;
    margin-bottom: 80px; } }
  .lt-ie9 .form-nav {
    margin-top: 60px;
    margin-bottom: 80px; }
  @media (min-width: 992px) {
    .form-nav .forward {
      float: right; } }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  left: -1px;
  top: 100%;
  margin-top: 1px; }

.dk-select-open-up .dk-select-options {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  left: -1px;
  margin-bottom: 1px; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  list-style: none;
  margin: 0;
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: auto;
  z-index: 100; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 10px 10px;
  text-align: left; }

.dk-select-options li:hover {
  background-color: #ebebeb; }

.dk-select-options li:first-child {
  border-top: none; }

.dk-select-options li:last-child {
  border-bottom: none; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none; }

select[data-dkcacheid] {
  display: none; }

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  background: #fafafa url(/assets/layouts/SR16/images/ui/forms/form_sprite.png) 100% -51px no-repeat;
  height: 50px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  font-family: "sofia-pro", "Verdana", Arial, sans-serif;
  cursor: pointer;
  outline: 0 none;
  padding: 12px 50px 14px 10px;
  text-decoration: none; }
  .form-select.dk-select-open-down, .form-select.dk-select-open-up {
    background-position: 100% 0; }
  @media (min-width: 768px) {
  .form-select {
    width: 290px; } }
  .lt-ie9 .form-select {
    width: 290px; }

.form-readonly .form-input {
  background-color: transparent;
  border: 0;
  font-weight: bold;
  padding: 0; }

.pc-search {
  position: relative; }
  .pc-search .form-item-wrapper {
    float: left;
    margin: 0;
    position: relative;
    width: 100%; }
  .pc-search .form-item-wrapper .postcode {
    margin-bottom: 0px; }
  .pc-search .form-item-wrapper #search, .pc-search .form-item-wrapper #fm-school-search {
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 56px;
    height: 49px;
    background-color: transparent;
    background: url(/assets/layouts/base/images/ui/transparent.gif);
    border: none;
    border-left: 1px solid #ddd;
    text-indent: -999px; }
    @media (min-width: 768px) {
    .pc-search .form-item-wrapper #search, .pc-search .form-item-wrapper #fm-school-search {
      right: auto;
      left: 233px; } }
    .lt-ie9 .pc-search .form-item-wrapper #search, .lt-ie9 .pc-search .form-item-wrapper #fm-school-search {
      right: auto;
      left: 233px; }
  .pc-search .form-item-wrapper span {
    font-size: 30px;
    position: absolute;
    top: 12px;
    right: 43px;
    font-weight: bold;
    width: 0px;
    height: 0px; }
    @media (min-width: 768px) {
    .pc-search .form-item-wrapper span {
      right: auto;
      left: 247px; } }
    .lt-ie9 .pc-search .form-item-wrapper span {
      right: auto;
      left: 247px; }

.lt-ie8 .pc-search .form-input {
  width: 126px; }

.pc-search .throbber {
  position: absolute;
  right: 10px;
  top: 10px; }

.pc-results {
  position: relative; }

.address-list {
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  width: auto !important;
  z-index: 100;
  border: 1px solid #ddd;
  border-top: 0px;
  top: -21px; }

.address-list li {
  list-style: none;
  margin: 0; }

.address-list li a {
  color: #666;
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
  white-space: nowrap;
  border-top: 1px solid #ddd; }

.address-list li.active a, .address-list li a:hover {
  background-color: #ebebeb; }

.dk_options ul::-webkit-scrollbar, .address-list::-webkit-scrollbar {
  height: 16px;
  width: 8px; }

.dk_options ul::-webkit-scrollbar-thumb, .address-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2); }

.dk_options ul::-webkit-scrollbar-button, .address-list::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0; }

.dk_options ul::-webkit-scrollbar-corner .address-list::-webkit-scrollbar-corner {
  background-color: transparent; }

#overlay.inactive {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 0.5;
  /* fx, safari, opera */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.form-password-checker {
  background-color: #fafafa;
  border: 1px solid #ddd;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
  .form-password-checker {
    margin-bottom: 0;
    max-width: 290px; } }
  .lt-ie9 .form-password-checker {
    margin-bottom: 0;
    max-width: 290px; }

.form-password-checker .progress-completed {
  background-color: #c5e86c;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4d55f), to(#c5e86c));
  background-image: -webkit-linear-gradient(left, #a4d55f, #c5e86c);
  background-image: -moz-linear-gradient(right, #c5e86c, #a4d55f);
  background-image: -ms-linear-gradient(left, #a4d55f, #c5e86c);
  background-image: -o-linear-gradient(left, #a4d55f, #c5e86c);
  background-image: linear-gradient(top, #a4d55f, #c5e86c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#a4d55f', EndColorStr='#c5e86c');
  border-right: 1px solid #ddd;
  height: 20px;
  width: 0; }

.error p, .error-messages p {
  margin-bottom: 5px; }

.error, .error-messages {
  color: #f0544a;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left; }
  .error.error-inline, .error-messages.error-inline {
    font-weight: normal; }

.error-messages .pod {
  padding-bottom: 0; }

.error-messages li {
  background: url(/assets/layouts/SR16/images/ui/forms/form_sprite.png) no-repeat -14px -1618px;
  list-style: none;
  padding: 1px 0 1px 20px; }

.validate-no input, .validate-no textarea, .validate-no .form-select {
  background-image: url(/assets/layouts/SR16/images/ui/forms/form_sprite.png);
  background-position: right -1705px;
  background-repeat: no-repeat;
  border: 1px solid #f0544a; }

.throbber {
  background: url(/assets/layouts/SR14/images/ui/ajax_loader.gif) no-repeat 0 0;
  height: 24px;
  width: 24px; }
/*
 * Giving page url change
 */
.change-link div {
  margin-bottom: 20px;
  word-wrap: break-word; }
  .change-link div p {
    margin-top: 20px; }
  .change-link div input {
    margin-top: 0px;
    margin-bottom: 0px; }
  .change-link .link-wrapper {
    font-weight: bold;
    border-bottom: 2px solid #1e1e1e; }

@media (min-width: 768px) {
      .birthdate .form-item-wrapper {
        display: inline;
        float: left;
        margin-right: 20px; } }
  .lt-ie9 .birthdate .form-item-wrapper {
    display: inline;
    float: left;
    margin-right: 20px; }
  @media (min-width: 768px) {
    .birthdate .form-select {
      width: 150px; } }
  .lt-ie9 .birthdate .form-select {
    width: 150px; }

.reg-event-type-run .swim-only, .reg-event-type-cycle .swim-only {
  display: none; }

.textarea {
  border: 1px solid #ddd;
  color: #494949;
  font-size: 1em;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #fafafa;
  width: 100%;
  font-family: "sofia-pro", "Verdana", Arial, sans-serif;
  font-style: normal; }

.tip-target {
  background: #000 url(/assets/layouts/SR16/images/ui/forms/form_sprite.png) no-repeat -12px -1971px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  height: 22px;
  position: relative;
  text-indent: -9999em;
  width: 22px; }

h3 .tip-target {
  margin-left: 10px; }

.lt-ie8 .tip-target {
  display: inline;
  zoom: 1; }

.tt-content {
  position: relative;
  max-width: 300px; }

.tt-content .pod {
  background-color: #fafafa;
  border: 1px solid #ddd;
  margin: 0 0 25px; }

.tt-content .pod .pod-inner {
  padding: 18px 18px 2px; }

.tt-content.right .tri {
  left: 74%; }
  .tt-content .tri {
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    bottom: 18px;
    display: block;
    height: 14px;
    left: 47%;
    position: absolute;
    width: 14px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }

.tt-content.bottom .pod {
  margin: 25px 0 0 0; }

.tt-content.bottom .tri {
  background-color: #fafafa;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: none;
  border-right: none;
  top: 18px;
  background-color: #fafafa; }

.form-item-wrapper .tip-target {
  display: inline-block; }

.has-frstip label {
  margin-right: 30px; }
  .has-frstip p {
    display: inline-block; }

.pro-frstip {
  margin-top: 20px; }
  .pro-frstip.create-gp-name {
    max-width: 80%; }
  @media (min-width: 768px) {
  .pro-frstip {
    max-width: 100%; } }
  .lt-ie9 .pro-frstip {
    max-width: 100%; }
  .pro-frstip .has-frstip {
    overflow: visible; }

table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%; }

.row {
  display: table-row; }

.cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
  word-wrap: break-word; }

.lt-ie8 .table {
  display: block; }

.lt-ie8 .row {
  display: block; }

.lt-ie8 .cell {
  display: block;
  float: left; }

.tbl-thick {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f2f2f2;
  border-collapse: separate;
  border-spacing: 10px;
  margin-bottom: 18px;
  padding: 5px; }

.tbl-thick .cell h5 {
  font-size: 13px;
  font-weight: bold;
  margin: 5px;
  padding: 10px; }

.tbl-thick .cell p {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f9f9f9;
  color: #666;
  margin: 5px;
  padding: 10px; }

.tbl-thick th, .tbl-thick .th .cell {
  background-color: transparent;
  color: #444;
  font-weight: bold;
  padding: 0; }

.table-2col-aside {
  table-layout: fixed; }

.table-2col-aside .cell {
  border-left: 1px solid #3b3b3b;
  padding: 4px; }

.table-2col-aside .cell:first-child {
  border-left: 0;
  border-right: 1px solid #000; }

.table-2col-aside h5 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0; }

.table-2col-aside p {
  margin: 0; }

.tbl-od {
  table-layout: fixed; }

.tbl-od .cell {
  background-color: #f2f2f2;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff; }

.tbl-od .head .cell {
  background-color: #fff; }

.tbl-od .cell.first {
  border-left: 0; }

.tbl-od .head .cell {
  border-top: 0; }

.progress-bar {
  position: relative; }
  @media (min-width: 768px) {
  .progress-bar {
    margin-bottom: 79px; } }
  .lt-ie9 .progress-bar {
    margin-bottom: 79px; }
  .progress-bar .back-link {
    background: transparent url('/assets/layouts/SR16/images/ui/navbar-sprite.png') left -77px no-repeat;
    position: absolute;
    top: 27px;
    left: 10px;
    text-indent: -9999px;
    height: 20px;
    width: 40px; }
  @media (min-width: 768px) {
    .progress-bar .back-link {
      display: none; } }
  .lt-ie9 .progress-bar .back-link {
    display: none; }
  .progress-bar ul {
    overflow: hidden; }
  .progress-bar li {
    display: none; }
  .progress-bar li.active, .progress-bar li.done {
    display: block; }
    @media (min-width: 768px) {
      .progress-bar li.active .title, .progress-bar li.done .title {
        background: transparent url('/assets/layouts/SR16/images/ui/navbar-sprite.png') right 5px no-repeat;
        margin-left: 25px;
        padding-right: 25px; } }
      .lt-ie9 .progress-bar li.active .title, .lt-ie9 .progress-bar li.done .title {
        background: transparent url('/assets/layouts/SR16/images/ui/navbar-sprite.png') right 5px no-repeat;
        margin-left: 25px;
        padding-right: 25px; }
  .progress-bar li.done {
    display: none; }
    @media (min-width: 768px) {
    .progress-bar li.done {
      display: block; } }
    .lt-ie9 .progress-bar li.done {
      display: block; }
  @media (min-width: 768px) {
    .progress-bar li {
      display: block;
      float: left; } }
  .lt-ie9 .progress-bar li {
    display: block;
    float: left; }
  .progress-bar li .step-link {
    color: #fff;
    display: block;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    text-decoration: none;
    width: 100%; }
  @media (min-width: 768px) {
      .progress-bar li .step {
        display: none; } }
    .lt-ie9 .progress-bar li .step {
      display: none; }

@media (min-width: 768px) {
  .steps-1 li {
    width: 100%; }
    .steps-2 li {
      width: 50%; }
    .steps-3 li {
      width: 33.3%; }
    .steps-4 li {
      width: 25%; }
    .steps-5 li {
      width: 20%; } }

.lt-ie9  .steps-1 li {
  width: 100%; }
  .lt-ie9  .steps-2 li {
    width: 50%; }
  .lt-ie9  .steps-3 li {
    width: 33.3%; }
  .lt-ie9  .steps-4 li {
    width: 25%; }
  .lt-ie9  .steps-5 li {
    width: 20%; }

.progress-bar {
  background-color: #f9a567;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0544a), to(#f9a567));
  background-image: -webkit-linear-gradient(left, #f0544a, #f9a567);
  background-image: -moz-linear-gradient(right, #f9a567, #f0544a);
  background-image: -ms-linear-gradient(left, #f0544a, #f9a567);
  background-image: -o-linear-gradient(left, #f0544a, #f9a567);
  background-image: linear-gradient(top, #f0544a, #f9a567);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#f0544a', EndColorStr='#f9a567'); }
  @media (min-width: 768px) {
    .progress-bar .active {
      background: #333;
      background: rgba(51, 51, 51, 0.25); } }
  .lt-ie9 .progress-bar .active {
    background: #333;
    background: rgba(51, 51, 51, 0.25); }

.reg-event-type-run .progress-bar {
  background-color: #f9a567;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0544a), to(#f9a567));
  background-image: -webkit-linear-gradient(left, #f0544a, #f9a567);
  background-image: -moz-linear-gradient(right, #f9a567, #f0544a);
  background-image: -ms-linear-gradient(left, #f0544a, #f9a567);
  background-image: -o-linear-gradient(left, #f0544a, #f9a567);
  background-image: linear-gradient(top, #f0544a, #f9a567);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#f0544a', EndColorStr='#f9a567'); }

.reg-event-type-cycle .progress-bar {
  background-color: #00a9b0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3d55f), to(#00a9b0));
  background-image: -webkit-linear-gradient(left, #a3d55f, #00a9b0);
  background-image: -moz-linear-gradient(right, #00a9b0, #a3d55f);
  background-image: -ms-linear-gradient(left, #a3d55f, #00a9b0);
  background-image: -o-linear-gradient(left, #a3d55f, #00a9b0);
  background-image: linear-gradient(top, #a3d55f, #00a9b0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#a3d55f', EndColorStr='#00a9b0'); }

.reg-event-type-swim .progress-bar {
  background-color: #75e1c2;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00c2df), to(#75e1c2));
  background-image: -webkit-linear-gradient(left, #00c2df, #75e1c2);
  background-image: -moz-linear-gradient(right, #75e1c2, #00c2df);
  background-image: -ms-linear-gradient(left, #00c2df, #75e1c2);
  background-image: -o-linear-gradient(left, #00c2df, #75e1c2);
  background-image: linear-gradient(top, #00c2df, #75e1c2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00c2df', EndColorStr='#75e1c2'); }

.tab-nav {
  display: table;
  width: 100%; }

.tab-nav ul {
  display: table-row;
  margin-bottom: 0; }

.tab-nav li {
  display: table-cell; }

.tab-nav .active a {
  background-color: #fff; }

.tab-nav a {
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #d6d4d0;
  color: #333;
  display: block;
  font-size: 15px;
  margin: 0 5px;
  padding: 16px 0;
  text-align: center;
  text-decoration: none; }

.tab-nav .first a {
  margin-left: 0; }

.tab-nav .last a {
  margin-right: 0; }

.tab-nav.tabs-2 li {
  width: 50%; }

.tab-nav.tabs-3 li {
  width: 33.333%; }

.tab-nav.tabs-4 li {
  width: 25%; }

.lt-ie8 .tab-nav.tabs-3 li {
  width: 33%; }

.lt-ie8 .tab-nav.tabs-4 li {
  width: 24.8%; }

.tabs-dot {
  text-align: center; }

.tabs-dot ul {
  display: inline-block; }

.tabs-dot li {
  display: inline-block;
  height: 15px;
  margin: 0 4px;
  position: relative;
  width: 15px;
  line-height: 18px; }

.lt-ie8 .tabs-dot li {
  display: inline;
  zoom: 1; }

.tabs-dot li a {
  border-bottom: 0;
  height: 15px;
  text-align: center;
  width: 15px;
  text-decoration: none;
  font-size: 1px; }

.tabs-dot li span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e1e1e1;
  height: 0;
  padding-top: 15px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 15px; }

.page-event-type-run .tabs-dot li.active span {
  background-color: #f0544a; }

.page-event-type-cycle .tabs-dot li.active span {
  background-color: #d3de43; }

.page-event-type-swim .tabs-dot li.active span {
  background-color: #0f9fcf; }

.pointer {
  font-weight: normal; }

.pointer a {
  color: #333;
  border: 0;
  text-decoration: none; }

.pointer span {
  background: url(/assets/layouts/SR14/images/ui/sprite.png) no-repeat -414px -52px;
  height: 15px;
  margin-left: 10px;
  padding-right: 6px;
  width: 10px; }

.pointer:hover span {
  background-position: -413px -52px; }

.pointer.button, .page-search-event-results input[type='radio'] + label.pointer, .page-search-event-index input[type='radio'] + label.pointer, .page-search-event-result .event-distance input[type='radio'] + label.pointer, .page-search-event-result .event-time input[type='radio'] + label.pointer, .section-page-options .tab-nav a.pointer {
  font-weight: normal;
  padding: 0 20px 0 28px; }

.pointer.button span, .page-search-event-results input[type='radio'] + label.pointer span, .page-search-event-index input[type='radio'] + label.pointer span, .page-search-event-result .event-distance input[type='radio'] + label.pointer span, .page-search-event-result .event-time input[type='radio'] + label.pointer span, .section-page-options .tab-nav a.pointer span {
  background-position: -402px -50px; }

.pointer.button--cycle span, .page-event-type-cycle .event-distance input[type='radio']:checked + label.pointer span, .page-event-type-cycle .event-time input[type='radio']:checked + label.pointer span {
  background-position: -390px -50px; }

.pointer.button:hover span, .page-search-event-results input[type='radio'] + label.pointer:hover span, .page-search-event-index input[type='radio'] + label.pointer:hover span, .page-search-event-result .event-distance input[type='radio'] + label.pointer:hover span, .page-search-event-result .event-time input[type='radio'] + label.pointer:hover span, .section-page-options .tab-nav a.pointer:hover span {
  background-position: -401px -50px; }

.pointer.button--cycle:hover span, .page-event-type-cycle .event-distance input[type='radio']:checked + label.pointer:hover span, .page-event-type-cycle .event-time input[type='radio']:checked + label.pointer:hover span {
  background-position: -389px -50px; }

.event-type-run .pointer span {
  background-position: -366px -52px; }

.event-type-cycle .pointer span {
  background-position: -390px -52px; }

.event-type-swim .pointer span {
  background-position: -378px -52px; }

.event-type-run .pointer:hover span {
  background-position: -365px -52px; }

.event-type-cycle .pointer:hover span {
  background-position: -389px -52px; }

.event-type-swim .pointer:hover span {
  background-position: -377px -52px; }

.pointer.blue span {
  background-position: -378px -52px; }

.pointer.blue:hover a {
  color: #00c2df; }

.pointer.blue:hover span {
  background-position: -377px -52px; }

.read-less a, .read-more a {
  color: #333;
  border: 0;
  text-decoration: none;
  color: #333;
  font-weight: bold; }

.read-less a span, .read-more a span {
  background-image: none;
  font-size: 24px;
  margin: 0;
  line-height: 16px;
  height: 15px; }

.read-more a:hover, .read-more a:hover span {
  color: #f0544a; }

.icon-list {
  margin: 20px auto;
  list-style: none; }
  .icon-list li {
    margin-left: 0; }
  .icon-list p {
    /*
     margin: 5px 0 5px 40px; 
     padding: 8px 0 8px 6px; 
     font-weight: normal; 
     */ }
  .icon-list a {
    color: #1e1e1e; }
  .icon-list span {
    margin: 0px auto; }
  @media (min-width: 768px) {
  .icon-list .icon {
    float: left; } }
  .lt-ie9 .icon-list .icon {
    float: left; }

.icon {
  background-image: url(/assets/layouts/SR14/images/icons/icons_sprite.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 46px; }

.page-event-type-run .icon {
  background-position: 0 50%; }

.page-event-type-cycle .icon {
  background-position: -160px 50%; }

.page-event-type-swim .icon {
  background-position: -320px 50%; }

.page-event-type-run .icon-bus {
  background-position: 0 0; }

.page-event-type-run .icon-car {
  background-position: -80px 0; }

.page-event-type-run .icon-train {
  background-position: -40px 0; }

.page-event-type-run .icon-meetingpoint {
  background-position: -120px 0; }

.page-event-type-cycle .icon-bus {
  background-position: 0 -52px; }

.page-event-type-cycle .icon-car {
  background-position: -80px -52px; }

.page-event-type-cycle .icon-train {
  background-position: -40px -52px; }

.page-event-type-cycle .icon-meetingpoint {
  background-position: -120px -52px; }

.page-event-type-swim .icon-bus {
  background-position: 0 -102px; }

.page-event-type-swim .icon-car {
  background-position: -80px -102px; }

.page-event-type-swim .icon-train {
  background-position: -40px -102px; }

.page-event-type-swim .icon-meetingpoint {
  background-position: -120px -102px; }

.page-event-type-run .changing_facilities {
  background-position: -160px 0; }

.page-event-type-run .carparking, .page-event-type-run .roadside_carparking {
  background-position: -390px 0; }

.page-event-type-run .disabled_carparking {
  background-position: -433px 0;
  width: 44px; }

.page-event-type-run .dogs {
  background-position: -200px 0; }

.page-event-type-run .toilets {
  background-position: -300px 0;
  width: 50px; }

.page-event-type-run .disabled_toilets {
  background-position: -241px 0;
  width: 58px; }

.page-event-type-run .wheelchair {
  background-position: -350px 0; }

.page-event-type-run .baggage {
  background-position: -480px 0;
  width: 50px; }

.page-event-type-cycle .changing_facilities {
  background-position: -160px -50px; }

.page-event-type-cycle .carparking, .page-event-type-cycle .roadside_carparking {
  background-position: -390px -50px; }

.page-event-type-cycle .disabled_carparking {
  background-position: -433px -50px;
  width: 44px; }

.page-event-type-cycle .dogs {
  background-position: -200px -50px; }

.page-event-type-cycle .toilets {
  background-position: -300px -50px;
  width: 50px; }

.page-event-type-cycle .disabled_toilets {
  background-position: -241px -50px;
  width: 58px; }

.page-event-type-cycle .wheelchair {
  background-position: -350px -50px; }

.page-event-type-cycle .baggage {
  background-position: -480px -50px;
  width: 50px; }

.page-event-type-swim .changing_facilities {
  background-position: -160px -100px; }

.page-event-type-swim .carparking, .page-event-type-swim .roadside_carparking {
  background-position: -390px -100px; }

.page-event-type-swim .disabled_carparking {
  background-position: -433px -100px;
  width: 44px; }

.page-event-type-swim .dogs {
  background-position: -200px -100px; }

.page-event-type-swim .toilets {
  background-position: -300px -100px;
  width: 50px; }

.page-event-type-swim .disabled_toilets {
  background-position: -241px -100px;
  width: 58px; }

.page-event-type-swim .wheelchair {
  background-position: -350px -100px; }

.page-event-type-swim .baggage {
  background-position: -480px -100px;
  width: 50px; }

.icon-previous, .icon-next {
  background: url(/assets/layouts/SR16/images/ui/arrow.jpg) no-repeat;
  width: 8px;
  height: 15px;
  display: block;
  border: none;
  cursor: pointer;
  padding: 0px;
  text-indent: -999em;
  margin: 10px;
  outline: none; }

.icon-previous {
  background-position: 0px -15px; }

.icon-next {
  background-position: 0px 0px; }

@font-face {
  font-family: 'icons';
  src: url('/assets/layouts/base/fonts/icons.eot');
  src: url('/assets/layouts/base/fonts/icons.eot?#iefix') format('embedded-opentype'), url('/assets/layouts/base/fonts/icons.ttf') format('truetype'), url('/assets/layouts/base/fonts/icons.woff') format('woff'), url('/assets/layouts/base/fonts/icons.svg?-tk9t7o#icons') format('svg');
  font-weight: normal;
  font-style: normal; }

.icons {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }
  .icons:before {
    line-height: 0px;
    position: relative; }
  .icons.icons-left {
    margin-left: -15px; }
  .icons.icons-right {
    margin-right: -15px; }

.icons-large:before {
  font-size: 50px;
  top: 15px; }

.icons-medium:before {
  font-size: 25px; }

.icons-line {
  display: inline; }

.icons-badge {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  color: #fff;
  margin: 0px auto; }
  .icons-badge.icons-badge--large {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 45px;
    margin-bottom: 20px; }
  .icons-badge.icons-badge--small {
    width: 27px;
    height: 27px;
    line-height: 28px;
    font-size: 18px; }
/* 
 * Process $iconlist variations through our iconfont mixin.
 */
.icons-facebook-filled:before {
  content: "\e600"; }

.icons-twitter-filled:before {
  content: "\e601"; }

.icons-google-plus-filled:before {
  content: "\e602"; }

.icons-youtube-filled:before {
  content: "\e603"; }

.icons-instagram-filled:before {
  content: "\e604"; }

.icons-tumblr-filled:before {
  content: "\e605"; }

.icons-zoom-filled:before {
  content: "\e606"; }

.icons-zoomin-filled:before {
  content: "\e607"; }

.icons-circle-filled:before {
  content: "\e608"; }

.icons-search-filled:before {
  content: "\e609"; }

.icons-user-filled:before {
  content: "\e60a"; }

.icons-basket-filled:before {
  content: "\e60b"; }

.icons-sound-off-filled:before {
  content: "\e60c"; }

.icons-sound-on-filled:before {
  content: "\e60d"; }

.icons-pause-large-filled:before {
  content: "\e60e"; }

.icons-play-large-filled:before {
  content: "\e60f"; }

.icons-stop-large-filled:before {
  content: "\e610"; }

.icons-pause-filled:before {
  content: "\e611"; }

.icons-play-filled:before {
  content: "\e612"; }

.icons-stop-filled:before {
  content: "\e613"; }

.icons-facebook:before {
  content: "\e614"; }

.icons-twitter:before {
  content: "\e615"; }

.icons-google-plus:before {
  content: "\e616"; }

.icons-youtube:before {
  content: "\e617"; }

.icons-instagram:before {
  content: "\e618"; }

.icons-tumblr:before {
  content: "\e619"; }

.icons-arrow-left:before {
  content: "\e61a"; }

.icons-arrow-right:before {
  content: "\e61b"; }

.icons-arrow-up:before {
  content: "\e61c"; }

.icons-arrow-down:before {
  content: "\e61d"; }

.icons-minus:before {
  content: "\e61e"; }

.icons-plus:before {
  content: "\e61f"; }

.icons-cross:before {
  content: "\e620"; }

.icons-tick:before {
  content: "\e621"; }

.icons-zoom:before {
  content: "\e622"; }

.icons-zoomin:before {
  content: "\e623"; }

.icons-pen:before {
  content: "\e624"; }

.icons-return:before {
  content: "\e625"; }

.icons-circle-selected:before {
  content: "\e626"; }

.icons-help:before {
  content: "\e627"; }

.icons-circle:before {
  content: "\e628"; }

.icons-edit:before {
  content: "\e629"; }

.icons-more:before {
  content: "\e62a"; }

.icons-less:before {
  content: "\e62b"; }

.icons-scroll-down:before {
  content: "\e62c"; }

.icons-scroll-up:before {
  content: "\e62d"; }

.icons-search:before {
  content: "\e62e"; }

.icons-user:before {
  content: "\e62f"; }

.icons-email:before {
  content: "\e630"; }

.icons-mobile-nav:before {
  content: "\e631"; }

.icons-basket:before {
  content: "\e632"; }

.icons-sound-off:before {
  content: "\e633"; }

.icons-sound-on:before {
  content: "\e634"; }

.icons-fullscreen:before {
  content: "\e635"; }

.icons-fit-to-screen:before {
  content: "\e636"; }

.icons-pause-large:before {
  content: "\e637"; }

.icons-play-large:before {
  content: "\e638"; }

.icons-stop-large:before {
  content: "\e639"; }

.icons-pause:before {
  content: "\e63a"; }

.icons-play:before {
  content: "\e63b"; }

.icons-stop:before {
  content: "\e63c"; }

#basket-container {
  margin-bottom: 40px;
  width: 100%; }
  @media (min-width: 768px) {
  #basket-container {
    float: right;
    max-width: 210px;
    box-sizing: border-box;
    position: relative;
    top: auto;
    padding-bottom: 10px;
    right: 15px; } }
  .lt-ie9 #basket-container {
    float: right;
    max-width: 210px;
    box-sizing: border-box;
    position: relative;
    top: auto;
    padding-bottom: 10px;
    right: 15px; }
  @media (min-width: 992px) {
  #basket-container {
    max-width: 290px;
    right: 0; } }
  #basket-container #basket {
    background-color: #1e1e1e;
    color: #a8a8a8;
    overflow: hidden;
    padding: 0;
    background: #1e1e1e url(/assets/layouts/base/images/content/registration/event/basket-footer.png) repeat-x 0 bottom; }
  @media (min-width: 768px) {
    #basket-container #basket {
      width: 170px;
      padding: 30px 20px; } }
  .lt-ie9 #basket-container #basket {
    width: 170px;
    padding: 30px 20px; }
  @media (min-width: 992px) {
    #basket-container #basket {
      width: 230px;
      padding: 45px 30px; } }
  #basket-container #basket #basket-button {
    float: right;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 50px;
    width: 50px;
    margin-top: 10px; }
    #basket-container #basket #basket-button a {
      text-align: center;
      text-decoration: none;
      color: #fff;
      font-size: 0.85em;
      padding: 15px 5px 10px;
      display: block; }
    @media (min-width: 768px) {
    #basket-container #basket #basket-button {
      display: none; } }
    .lt-ie9 #basket-container #basket #basket-button {
      display: none; }
  #basket-container #basket .basket-total {
    color: #fff; }
    #basket-container #basket .basket-total.empty {
      border-top: 1px solid #303030;
      padding-top: 20px; }
      @media (min-width: 768px) {
    #basket-container #basket .basket-total.empty {
      display: block;
      margin-top: 30px; } }
      .lt-ie9 #basket-container #basket .basket-total.empty {
        display: block;
        margin-top: 30px; }
  #basket-container #basket h3 {
    color: #fff;
    margin-bottom: 5px; }
  #basket-container #basket > div {
    margin: 20px 15px; }
    @media (min-width: 768px) {
    #basket-container #basket > div {
      margin: 0; } }
    .lt-ie9 #basket-container #basket > div {
      margin: 0; }
  #basket-container #basket li {
    text-align: left; }
    #basket-container #basket li span {
      float: right; }
  #basket-container #basket #basket-items-container {
    display: none; }
    @media (min-width: 768px) {
    #basket-container #basket #basket-items-container {
      display: block !important; } }
    .lt-ie9 #basket-container #basket #basket-items-container {
      display: block !important; }
  #basket-container #basket #basket-items {
    border-top: 1px solid #303030;
    padding-top: 20px;
    border-bottom: 1px solid #303030;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
    #basket-container #basket #basket-items {
      display: block;
      margin-top: 30px; } }
    .lt-ie9 #basket-container #basket #basket-items {
      display: block;
      margin-top: 30px; }
  @media (min-width: 768px) {
      #basket-container #basket .mobile {
        display: none; } }
    .lt-ie9 #basket-container #basket .mobile {
      display: none; }
  #basket-container #basket .not-mobile {
    display: none; }
    @media (min-width: 768px) {
    #basket-container #basket .not-mobile {
      display: block; } }
    .lt-ie9 #basket-container #basket .not-mobile {
      display: block; }
  #basket-container #basket .basket-swimathon-logo img {
    display: none; }
  #basket-container #basket .basket-sponsor-logo {
    display: none; }
    #basket-container #basket .basket-sponsor-logo p {
      color: #fff; }
    @media (min-width: 768px) {
    #basket-container #basket .basket-sponsor-logo {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid #303030; } }
    .lt-ie9 #basket-container #basket .basket-sponsor-logo {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid #303030; }
  #basket-container #basket .basket-additional-info {
    margin-top: 10px; }

.pre-payment .container {
  max-width: 100%; }
  .pre-payment .container section.main-content {
    padding: 0px; }
    .pre-payment .container section.main-content .error-messages .pod-inner {
      margin: 0px auto;
      max-width: 960px; }
  .pre-payment .container .content-wrapper fieldset {
    margin: 0px auto;
    max-width: 960px;
    padding: 0px 15px; }
  .pre-payment .container .pre-title {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
    .pre-payment .container .pre-title {
      margin-top: -20px;
      padding-bottom: 65px;
      margin-bottom: 0px; } }
    .lt-ie9 .pre-payment .container .pre-title {
      margin-top: -20px;
      padding-bottom: 65px;
      margin-bottom: 0px; }
  @media (min-width: 768px) {
      .pre-payment .container .payment-trail {
        width: 66%; } }
    .lt-ie9 .pre-payment .container .payment-trail {
      width: 66%; }
  .pre-payment #basket-container {
    float: none;
    max-width: 100%;
    width: 100%; }
  @media (min-width: 768px) {
    .pre-payment #basket-container {
      right: 0px; } }
  .lt-ie9 .pre-payment #basket-container {
    right: 0px; }
  @media (min-width: 768px) {
      .pre-payment #basket-container #basket {
        box-sizing: border-box;
        width: 100%; } }
    .lt-ie9 .pre-payment #basket-container #basket {
      box-sizing: border-box;
      width: 100%; }
    @media (min-width: 992px) {
    .pre-payment #basket-container #basket {
      box-sizing: border-box;
      margin-right: 0px;
      width: 100%; } }
    .pre-payment #basket-container #basket #basket-button {
      display: none; }
    .pre-payment #basket-container #basket .basket-total {
      font-family: "sofia-pro", "Verdana", Arial, sans-serif;
      font-style: normal;
      font-weight: 600;
      color: #fff; }
    @media (min-width: 992px) {
      .pre-payment #basket-container #basket div {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px; } }
    .pre-payment #basket-container #basket .mobile {
      display: none; }
    .pre-payment #basket-container #basket .not-mobile {
      display: block; }
    .pre-payment #basket-container #basket #basket-items-container {
      display: block; }
    .pre-payment #basket-container #basket .basket-sponsor-logo {
      padding-top: 20px;
      border-top: 1px solid #303030; }
  .pre-payment .backet-total {
    background-color: #ddd;
    margin-top: 60px;
    padding: 25px 0px;
    background: #ddd url(/assets/layouts/base/images/content/registration/event/basket-total-footer.jpg) repeat-x 0 bottom; }

.reg-event-type-run #basket p {
  color: #f0544a; }

.reg-event-type-cycle #basket p {
  color: #a3d55f; }

.reg-event-type-swim #basket-container #basket .basket-total {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
        .reg-event-type-swim #basket-container #basket .basket-total {
          margin: 0px; } }
  .lt-ie9 .reg-event-type-swim #basket-container #basket .basket-total {
    margin: 0px; }
  .reg-event-type-swim #basket-container #basket .exclude-swim {
    display: none; }
  .reg-event-type-swim #basket-container #basket .basket-swimathon-logo {
    max-width: 300px; }
  .reg-event-type-swim #basket-container #basket .basket-swimathon-logo img {
    display: block; }
  .reg-event-type-swim #basket-container #basket .basket-sponsor-logo {
    display: block; }
  .reg-event-type-swim #basket-container #basket .basket-additional-info p {
    color: #00c2df; }

.combined-team-giving-page .basket-additional-info, .combined-group-giving-page .basket-additional-info, .pre-payment .basket-additional-info {
  display: none !important; }

.dialog-wrap {
  padding: 10px; }

.dialog-wrap .dialog-close {
  float: right;
  margin-bottom: 40px; }

.dialog .content .address-list {
  position: relative; }

.share-page {
  overflow: hidden;
  margin: 30px 0 18px; }

.share-page p {
  float: left;
  font-weight: bold;
  line-height: 27px;
  margin: 0 8px 0 0; }

.share-page ul {
  float: left;
  list-style: none;
  margin-top: 3px; }

.share-page li {
  float: left;
  height: 0;
  list-style: none;
  margin: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  width: 27px;
  padding-top: 27px; }

.share-page a {
  text-decoration: none; }

.share-page a span {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.1s linear background-color;
  -moz-transition: 0.1s linear background-color;
  -o-transition: 0.1s linear background-color;
  -ms-transition: 0.1s linear background-color;
  transition: 0.1s linear background-color;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 26px;
  line-height: 27px;
  padding: 0 0 0 5px;
  width: 22px;
  left: 0;
  position: absolute;
  top: 0; }

.share-page .share-facebook span {
  background-color: #4d67a3; }

.share-page .share-twitter span {
  background-color: #55acee; }

.share-page .share-linkedin span {
  background-color: ; }

.share-page .share-googleplus span {
  background-color: #d74936; }

.user-junior .share-page {
  float: left; }

.user-junior .share-page ul {
  margin-right: 10px; }

.pagination-wrap {
  margin-top: 45px;
  position: relative;
  left: -21px; }
  @media (min-width: 768px) {
  .pagination-wrap {
    margin-top: 65px;
    margin-bottom: 45px; } }
  .lt-ie9 .pagination-wrap {
    margin-top: 65px;
    margin-bottom: 45px; }

.pagination-control ul {
  margin: 0;
  overflow: hidden;
  position: relative; }
  .pagination-control ul li {
    float: left;
    font-size: 21px;
    list-style: none;
    margin: 0 8px; }
  .pagination-control ul li.inactive {
    opacity: 0.2; }
  .pagination-control ul li span {
    color: #1e1e1e;
    font-size: 35px;
    height: auto;
    position: relative;
    top: -2px; }
  .pagination-control ul li input {
    position: relative;
    top: 4px;
    display: inline-block; }

.centered .pagination-wrap {
  margin-left: auto;
  margin-right: auto;
  left: 0px; }
  .centered .pagination-wrap li {
    float: none;
    display: inline-block; }
  .centered .pagination-wrap li span {
    top: 9px; }

#fnd-target {
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
  #fnd-target {
    text-align: left; } }
  .lt-ie9 #fnd-target {
    text-align: left; }

#target_nav {
  position: absolute;
  top: 180px;
  z-index: 99;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0; }
  @media (min-width: 768px) {
  #target_nav {
    top: 30px; } }
  .lt-ie9 #target_nav {
    top: 30px; }
  #target_nav li {
    float: left;
    width: 31.333%; }
  @media (min-width: 768px) {
    #target_nav li {
      width: auto; } }
  .lt-ie9 #target_nav li {
    width: auto; }
  #target_nav .target-2 {
    margin: 0px 3%; }

#mbs {
  margin-bottom: 10px; }
  #mbs .mb {
    color: #fff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    height: 440px;
    background-repeat: no-repeat;
    background-position: bottom; }
  @media (min-width: 768px) {
    #mbs .mb {
      height: 270px; } }
  .lt-ie9 #mbs .mb {
    height: 270px; }
  @media (min-width: 992px) {
    #mbs .mb {
      height: 300px; } }
  #mbs .mb a {
    display: none; }
  #mbs .mb h2 {
    margin-bottom: 0;
    padding-top: 30px; }
  @media (min-width: 768px) {
      #mbs .mb h2 {
        padding: 135px 30px 0 30px; } }
  .lt-ie9 #mbs .mb h2 {
    padding: 135px 30px 0 30px; }
  #mbs .mb p {
    padding: 0 30px; }
  @media (min-width: 768px) {
      #mbs .mb p {
        max-width: 295px; } }
  .lt-ie9 #mbs .mb p {
    max-width: 295px; }

.page-giving-page #target_nav {
  padding: 0;
  position: relative;
  width: 100%;
  top: 180px;
  text-align: center; }
  .page-giving-page #target_nav ul {
    position: absolute;
    width: 270px;
    left: 50%;
    margin-left: -135px; }
  .page-giving-page #target_nav ul li {
    display: inline-block;
    float: none; }
  .page-giving-page #target_nav span {
    font-size: 18px;
    font-weight: normal; }
  .page-giving-page #mb-slideshow {
    height: 395px;
    position: relative;
    color: #fff;
    text-align: center; }
  @media (min-width: 768px) {
    .page-giving-page #mb-slideshow {
      margin: 2.54% 2.54% 0; } }
  .lt-ie9 .page-giving-page #mb-slideshow {
    margin: 2.54% 2.54% 0; }
  @media (min-width: 992px) {
    .page-giving-page #mb-slideshow {
      margin: 0; } }
  .page-giving-page #mb-slideshow .mb {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom;
    height: 395px;
    width: 100%; }
  .page-giving-page #mb-slideshow .mb h4 {
    margin-bottom: 7px;
    margin-top: 45px; }
  .page-giving-page #mb-slideshow .mb h4 span {
    font-size: 25px; }
  .page-giving-page #mb-slideshow .mb p {
    box-sizing: border-box;
    padding: 0 15px; }

.mile-cycle .mb1 {
  background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/mobile/200.jpg); }
  @media (min-width: 768px) {
    .mile-cycle .mb1 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/200.jpg); } }
  .lt-ie9 .mile-cycle .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/200.jpg); }
  .mile-cycle .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/mobile/500.jpg); }
  @media (min-width: 768px) {
    .mile-cycle .mb2 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/500.jpg); } }
  .lt-ie9 .mile-cycle .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/500.jpg); }
  .mile-cycle .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/mobile/1000.jpg); }
  @media (min-width: 768px) {
    .mile-cycle .mb3 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/1000.jpg); } }
  .lt-ie9 .mile-cycle .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/1000.jpg); }

.individual .mile-cycle .mb1 {
  background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/mobile/50.jpg); }
  @media (min-width: 768px) {
    .individual .mile-cycle .mb1 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/desktop/50.jpg); } }
  .lt-ie9 .individual .mile-cycle .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/desktop/50.jpg); }
  .individual .mile-cycle .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/mobile/100.jpg); }
  @media (min-width: 768px) {
    .individual .mile-cycle .mb2 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/desktop/100.jpg); } }
  .lt-ie9 .individual .mile-cycle .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/desktop/100.jpg); }
  .individual .mile-cycle .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/mobile/250.jpg); }
  @media (min-width: 768px) {
    .individual .mile-cycle .mb3 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/desktop/250.jpg); } }
  .lt-ie9 .individual .mile-cycle .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/desktop/250.jpg); }

.swim-pro-cycle .mb1 {
  background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/mobile/100.jpg); }
  @media (min-width: 768px) {
    .swim-pro-cycle .mb1 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/100.jpg); } }
  .lt-ie9 .swim-pro-cycle .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/100.jpg); }
  .swim-pro-cycle .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/mobile/300.jpg); }
  @media (min-width: 768px) {
    .swim-pro-cycle .mb2 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/300.jpg); } }
  .lt-ie9 .swim-pro-cycle .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/300.jpg); }
  .swim-pro-cycle .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/mobile/500.jpg); }
  @media (min-width: 768px) {
    .swim-pro-cycle .mb3 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/500.jpg); } }
  .lt-ie9 .swim-pro-cycle .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/500.jpg); }

.team-giving-page .mb1 {
  background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/mobile/200.jpg); }
  @media (min-width: 768px) {
    .team-giving-page .mb1 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/200.jpg); } }
  .lt-ie9 .team-giving-page .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/200.jpg); }
  .team-giving-page .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/mobile/500.jpg); }
  @media (min-width: 768px) {
    .team-giving-page .mb2 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/500.jpg); } }
  .lt-ie9 .team-giving-page .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/500.jpg); }
  .team-giving-page .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/mobile/1000.jpg); }
  @media (min-width: 768px) {
    .team-giving-page .mb3 {
      background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/1000.jpg); } }
  .lt-ie9 .team-giving-page .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/1000.jpg); }

#mb-slideshow .o16 .mb1 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/o16/mobile/15.jpg); }
  @media (min-width: 992px) {
      #mb-slideshow .o16 .mb1 {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/o16/desktop/15.jpg); } }
  #mb-slideshow .o16 .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/o16/mobile/25.jpg); }
  @media (min-width: 992px) {
      #mb-slideshow .o16 .mb2 {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/o16/desktop/25.jpg); } }
  #mb-slideshow .o16 .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/o16/mobile/50.jpg); }
  @media (min-width: 992px) {
      #mb-slideshow .o16 .mb3 {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/o16/desktop/50.jpg); } }
  #mb-slideshow .u16 .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/u16/mobile/10.jpg); }
  @media (min-width: 992px) {
      #mb-slideshow .u16 .mb1 {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/u16/desktop/10.jpg); } }
  #mb-slideshow .u16 .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/u16/mobile/20.jpg); }
  @media (min-width: 992px) {
      #mb-slideshow .u16 .mb2 {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/u16/desktop/20.jpg); } }
  #mb-slideshow .u16 .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/u16/mobile/40.jpg); }
  @media (min-width: 992px) {
      #mb-slideshow .u16 .mb3 {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/u16/desktop/40.jpg); } }
  #mb-slideshow .team .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/team/mobile/20.jpg); }
  @media (min-width: 992px) {
      #mb-slideshow .team .mb1 {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/team/desktop/20.jpg); } }
  #mb-slideshow .team .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/team/mobile/30.jpg); }
  @media (min-width: 992px) {
      #mb-slideshow .team .mb2 {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/team/desktop/30.jpg); } }
  #mb-slideshow .team .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/team/mobile/50.jpg); }
  @media (min-width: 992px) {
      #mb-slideshow .team .mb3 {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/moneybuys/team/desktop/50.jpg); } }

.non-event-fundraiser-registration .ft-adults .mb1 {
  background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/mobile/100.jpg); }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .ft-adults .mb1 {
        background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/desktop/100.jpg); } }
  .lt-ie9 .non-event-fundraiser-registration .ft-adults .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/desktop/100.jpg); }
  .non-event-fundraiser-registration .ft-adults .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/mobile/250.jpg); }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .ft-adults .mb2 {
        background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/desktop/250.jpg); } }
  .lt-ie9 .non-event-fundraiser-registration .ft-adults .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/mile_and_family/desktop/250.jpg); }
  .non-event-fundraiser-registration .ft-adults .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/mobile/500.jpg); }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .ft-adults .mb3 {
        background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/500.jpg); } }
  .lt-ie9 .non-event-fundraiser-registration .ft-adults .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/500.jpg); }
  .non-event-fundraiser-registration .ft-juniors .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/mobile/50.jpg); }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .ft-juniors .mb1 {
        background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/desktop/50.jpg); } }
  .lt-ie9 .non-event-fundraiser-registration .ft-juniors .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/desktop/50.jpg); }
  .non-event-fundraiser-registration .ft-juniors .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/mobile/100.jpg); }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .ft-juniors .mb2 {
        background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/desktop/100.jpg); } }
  .lt-ie9 .non-event-fundraiser-registration .ft-juniors .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/desktop/100.jpg); }
  .non-event-fundraiser-registration .ft-juniors .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/mobile/150.jpg); }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .ft-juniors .mb3 {
        background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/desktop/150.jpg); } }
  .lt-ie9 .non-event-fundraiser-registration .ft-juniors .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/desktop/150.jpg); }
  .non-event-fundraiser-registration .ft-group .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/mobile/300.jpg); }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .ft-group .mb1 {
        background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/desktop/300.jpg); } }
  .lt-ie9 .non-event-fundraiser-registration .ft-group .mb1 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/non-event/desktop/300.jpg); }
  .non-event-fundraiser-registration .ft-group .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/mobile/500.jpg); }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .ft-group .mb2 {
        background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/500.jpg); } }
  .lt-ie9 .non-event-fundraiser-registration .ft-group .mb2 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/swim_and_procycle/desktop/500.jpg); }
  .non-event-fundraiser-registration .ft-group .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/mobile/1000.jpg); }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .ft-group .mb3 {
        background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/1000.jpg); } }
  .lt-ie9 .non-event-fundraiser-registration .ft-group .mb3 {
    background-image: url(/assets/layouts/SR16/images/content/moneybuys/team_giving_page/desktop/1000.jpg); }

#fundraiser-journey {
  background-color: #1e1e1e;
  color: #fff;
  overflow: hidden;
  padding: 115px 0 100px 0; }
  #fundraiser-journey h2 {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    #fundraiser-journey h2 {
      text-align: center; } }
  .lt-ie9 #fundraiser-journey h2 {
    text-align: center; }
  #fundraiser-journey h2 span {
    color: #75e1c2; }
  @media (min-width: 768px) {
    #fundraiser-journey .copy {
      float: left;
      width: 45%; } }
  .lt-ie9 #fundraiser-journey .copy {
    float: left;
    width: 45%; }
  #fundraiser-journey img {
    width: 100%; }
  @media (min-width: 768px) {
    #fundraiser-journey img {
      float: right;
      width: 50%; } }
  .lt-ie9 #fundraiser-journey img {
    float: right;
    width: 50%; }

.give-with-confidence {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-top: none;
  padding-bottom: 60px; }
  .give-with-confidence .caf {
    background: url(/assets/layouts/SR16/images/content/sponsorship/caf.png) center top no-repeat;
    margin-top: 45px;
    padding-top: 50px; }
  .give-with-confidence .caf a {
    margin-top: 30px; }
  .give-with-confidence .logos {
    padding-top: 60px;
    float: none;
    margin: auto;
    overflow: hidden; }
  @media (min-width: 768px) {
    .give-with-confidence .logos {
      width: 391px; } }
  .lt-ie9 .give-with-confidence .logos {
    width: 391px; }
  .give-with-confidence .frsb {
    background: url(/assets/layouts/SR16/images/content/sponsorship/frsb.png) center right no-repeat;
    height: 53px;
    width: 48%;
    float: left; }
  @media (min-width: 768px) {
    .give-with-confidence .frsb {
      margin-right: 40px;
      width: 116px; } }
  .lt-ie9 .give-with-confidence .frsb {
    margin-right: 40px;
    width: 116px; }
  .give-with-confidence .worldpay {
    background: url(/assets/layouts/SR16/images/content/sponsorship/worldpay.png) left 12px no-repeat;
    height: 53px;
    margin-bottom: 20px;
    width: 48%;
    float: right; }
  @media (min-width: 768px) {
    .give-with-confidence .worldpay {
      float: left;
      margin-right: 40px;
      width: 114px; } }
  .lt-ie9 .give-with-confidence .worldpay {
    float: left;
    margin-right: 40px;
    width: 114px; }
  .give-with-confidence .digicert {
    background: url(/assets/layouts/SR16/images/content/sponsorship/digicert.png) center top no-repeat;
    clear: both;
    height: 53px;
    width: 100%; }
  @media (min-width: 768px) {
    .give-with-confidence .digicert {
      clear: none;
      float: left;
      width: 81px; } }
  .lt-ie9 .give-with-confidence .digicert {
    clear: none;
    float: left;
    width: 81px; }

.notifications.pod .pod-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 18px; }

.notifications .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  padding-top: 16px;
  height: 0;
  overflow: hidden;
  display: block; }

.notifications .close span {
  background: transparent url(/assets/layouts/SR14/images/ui/sprite.png) no-repeat -556px -30px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px; }

.notifications.success .icon {
  background: transparent url(/assets/layouts/SR14/images/ui/sprite.png) no-repeat -166px -117px;
  margin-right: 15px;
  width: 36px;
  height: 36px;
  float: left;
  position: relative; }

.notifications.success p {
  overflow: hidden;
  margin: 0; }
  .notifications.success p:nth-of-type(1) {
    padding-top: 5px; }

.top-info-messages {
  background-color: #fafafa;
  text-align: center; }
  @media (min-width: 768px) {
  .top-info-messages {
    text-align: left; } }
  .lt-ie9 .top-info-messages {
    text-align: left; }
  .top-info-messages .notifications {
    margin-bottom: 0; }

.top-info-messages #notification:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }
  .top-info-messages #notification.notifications {
    padding: 25px 15px 15px; }
  @media (min-width: 768px) {
    .top-info-messages #notification.notifications {
      margin-bottom: 0;
      padding: 30px; } }
  .lt-ie9 .top-info-messages #notification.notifications {
    margin-bottom: 0;
    padding: 30px; }
  .top-info-messages #notification.notifications p:first-child {
    margin-bottom: 20px;
    color: #666; }
  .top-info-messages #notification.notifications .button, .top-info-messages #notification.notifications .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .top-info-messages #notification.notifications label, .top-info-messages #notification.notifications .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .top-info-messages #notification.notifications label, .top-info-messages #notification.notifications .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .top-info-messages #notification.notifications label, .top-info-messages #notification.notifications .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .top-info-messages #notification.notifications label, .top-info-messages #notification.notifications .section-page-options .tab-nav a, .section-page-options .tab-nav .top-info-messages #notification.notifications a {
    margin: 0 0 20px; }
  @media (min-width: 768px) {
      .top-info-messages #notification.notifications .button, .top-info-messages #notification.notifications .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .top-info-messages #notification.notifications label, .top-info-messages #notification.notifications .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .top-info-messages #notification.notifications label, .top-info-messages #notification.notifications .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .top-info-messages #notification.notifications label, .top-info-messages #notification.notifications .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .top-info-messages #notification.notifications label, .top-info-messages #notification.notifications .section-page-options .tab-nav a, .section-page-options .tab-nav .top-info-messages #notification.notifications a {
        margin: 0 25px 0 0; } }
  .lt-ie9 .top-info-messages #notification.notifications .button, .lt-ie9 .top-info-messages #notification.notifications .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .lt-ie9 .top-info-messages #notification.notifications label, .lt-ie9 .top-info-messages #notification.notifications .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .lt-ie9 .top-info-messages #notification.notifications label, .lt-ie9 .top-info-messages #notification.notifications .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .lt-ie9 .top-info-messages #notification.notifications label, .lt-ie9 .top-info-messages #notification.notifications .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .lt-ie9 .top-info-messages #notification.notifications label, .lt-ie9 .top-info-messages #notification.notifications .section-page-options .tab-nav a, .section-page-options .tab-nav .lt-ie9 .top-info-messages #notification.notifications a {
    margin: 0 25px 0 0; }
  .top-info-messages #notification.notifications .close-message {
    font-weight: bold; }
  .top-info-messages #notification.notifications .has-image-container {
    width: 100%;
    max-height: 160px;
    overflow: hidden;
    clear: both;
    float: none;
    padding: 0 0 10px; }
  @media (min-width: 768px) {
      .top-info-messages #notification.notifications .has-image-container {
        width: 160px;
        float: left;
        margin: 23px 25px 0 0;
        clear: none; } }
  .lt-ie9 .top-info-messages #notification.notifications .has-image-container {
    width: 160px;
    float: left;
    margin: 23px 25px 0 0;
    clear: none; }
  @media (min-width: 768px) {
        .top-info-messages #notification.notifications .has-image-container + .copy {
          margin-left: 185px; } }
  .lt-ie9 .top-info-messages #notification.notifications .has-image-container + .copy {
    margin-left: 185px; }
  .top-info-messages #notification.notifications .has-image-container img {
    width: 160px;
    display: inline-block; }

.notifications.marketing {
  position: relative;
  padding-bottom: 10px; }

.send-bulk-email .contacts .form-item-wrapper textarea {
  max-width: 100%;
  min-height: 32px;
  font-size: 14px;
  line-height: 18px; }

.send-bulk-email .message textarea {
  max-width: 100%; }

.bg-color--purple {
  background-color: #a25eb5; }

.bg-color--red {
  background-color: #f0544a; }

.bg-color--blue {
  background-color: #00c2df; }

.bg-color--green {
  background-color: #a3d55f; }

.bg-color--berry {
  background-color: #e63f52; }

.bg-color--coral {
  background-color: #f9a567; }

.bg-color--aqua {
  background-color: #75e1c2; }

.bg-color--teal {
  background-color: #00a9b0; }

.bg-color--black {
  background-color: #1e1e1e; }

.bg-color--dark-grey {
  background-color: #333; }

.bg-color--jasper-grey {
  background-color: #666; }

.bg-color--greyboy-grey {
  background-color: #999; }

.bg-color--gainsboro-grey {
  background-color: #ccc; }

.bg-color--light-grey {
  background-color: #ddd; }

.bg-color--smoke-grey {
  background-color: #fafafa; }

.bg-color--darker-smoke-grey {
  background-color: #f5f5f5; }

.bg-color--white {
  background-color: #fff; }

.bg-color--blue-fb {
  background-color: #4d67a3; }

.bg-color--blue-twitter {
  background-color: #55acee; }
/* ==========================================================================
 Oldie, applies to IE 9
 ========================================================================== */
.lt-ie10 .sponsors-slideshow {
  height: auto; }
  .lt-ie10 .sponsors-slideshow .slide {
    padding-left: 0;
    height: auto;
    position: inherit;
    width: auto; }
  .lt-ie10 .sponsors-slideshow .slide .sponsor {
    float: none; }
  .lt-ie10 .non-event-fundraiser-team-option .tip-target {
    margin-left: 0;
    top: 5px; }
/*
 .page-journey-choice .pod.graba-grownup .pod-inner:first-child { border-bottom: 1px solid #ebebeb; }
 .page-journey-choice .pod.graba-grownup input { @include opacity( 0 ); left: 50%; position: absolute; }
 */
.page-journey-choice h2 {
  font-size: 26px; }
  @media (min-width: 768px) {
    .page-journey-choice h2 {
      font-size: 30px; } }
  .lt-ie9 .page-journey-choice h2 {
    font-size: 30px; }
  .page-journey-choice #age_check {
    background-color: #fafafa;
    padding: 30px 0; }
  .page-journey-choice .container {
    max-width: 100%; }
  .page-journey-choice.reg-event-type-run #tab-nav li .active {
    background-color: #f0544a; }
  .page-journey-choice .content {
    text-align: center; }
  .page-journey-choice .content #toggle_junior label {
    margin-bottom: 10px; }
  .page-journey-choice .content #toggle_junior .pod-inner {
    padding: 0px 15px; }
  .page-journey-choice #basket-container {
    display: none; }

#age_choice {
  width: 250px;
  margin: 0 auto;
  background: none; }
  #age_choice .form-item-wrapper {
    width: 50%;
    float: left; }
  #age_choice input[type="radio"] + label {
    height: 70px;
    font-size: 20px;
    margin-top: 18px;
    position: relative; }
  #age_choice input[type="radio"] + label span {
    margin: 0;
    left: 50px;
    position: absolute;
    top: 35px; }

#pre-footer {
  background-color: #fafafa;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 60px;
  overflow: hidden; }
  #pre-footer .return {
    padding: 0 15px; }

.footnote {
  padding: 0px 15px;
  margin: 20px auto; }
  @media (min-width: 768px) {
  .footnote {
    margin: 0 auto;
    max-width: 768px; } }
  .lt-ie9 .footnote {
    margin: 0 auto;
    max-width: 768px; }

#choice_options {
  position: relative;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (min-width: 768px) {
  #choice_options {
    padding-top: 75px; } }
  .lt-ie9 #choice_options {
    padding-top: 75px; }
  @media (min-width: 768px) {
  #choice_options {
    padding-top: 75px; } }
  .lt-ie9 #choice_options {
    padding-top: 75px; }
  #choice_options .sub-content {
    margin-top: 30px; }
  #choice_options .sub {
    position: absolute;
    padding: 0 15px;
    display: none;
    left: 50%;
    margin-left: -145px;
    max-width: 960px;
    min-width: 290px;
    text-align: center;
    width: 290px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 768px) {
    #choice_options .sub {
      left: 0;
      margin: 0 3%;
      width: 27%;
      min-width: 0;
      display: block;
      position: relative;
      float: left;
      padding: 0; } }
  .lt-ie9 #choice_options .sub {
    left: 0;
    margin: 0 3%;
    width: 27%;
    min-width: 0;
    display: block;
    position: relative;
    float: left;
    padding: 0; }
  #choice_options .sub.active {
    display: block; }
  #choice_options .sub img {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
      #choice_options .sub img {
        margin-bottom: 25px; } }
  .lt-ie9 #choice_options .sub img {
    margin-bottom: 25px; }
  #choice_options .sub h2 {
    margin-bottom: 5px;
    font-size: 23px; }
  #choice_options .sub p {
    font-size: 16px; }
  #choice_options .subs-2 .sub {
    margin-left: 0px;
    width: 100%;
    left: 0px; }
  @media (min-width: 768px) {
      #choice_options .subs-2 .sub {
        width: 50%;
        margin: 0px; } }
  .lt-ie9 #choice_options .subs-2 .sub {
    width: 50%;
    margin: 0px; }
  #choice_options .subs-2 .sub h3 {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }
  #choice_options .footnote {
    padding: 0 15px;
    font-size: 16px; }
  @media all {
    #choice_options .footnote {
      font-size: 18px; } }
  #choice_options.disabled {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3; }
  #choice_options.disabled #tab-nav li, #choice_options.disabled .button, #choice_options.disabled .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + #choice_options.disabled label, #choice_options.disabled .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + #choice_options.disabled label, #choice_options.disabled .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + #choice_options.disabled label, #choice_options.disabled .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + #choice_options.disabled label, #choice_options.disabled .section-page-options .tab-nav a, .section-page-options .tab-nav #choice_options.disabled a {
    cursor: default; }
  @media (min-width: 768px) {
  #choice_options {
    border: 0; } }
  .lt-ie9 #choice_options {
    border: 0; }

#toggle_adult {
  position: relative;
  height: 450px; }
  @media (min-width: 768px) {
  #toggle_adult {
    height: 100%; } }
  .lt-ie9 #toggle_adult {
    height: 100%; }

#toggle_junior {
  display: none;
  background: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/adult_bg.png) repeat 0 0; }
  #toggle_junior .pod-inner, #toggle_junior .inner {
    padding: 40px 15px;
    margin: 0 auto;
    max-width: 780px; }
  #toggle_junior .pod-inner h2, #toggle_junior .inner h2 {
    margin-top: 40px;
    font-size: 23px; }
  #toggle_junior .pod-inner h3, #toggle_junior .inner h3 {
    margin-top: 40px; }
  #toggle_junior .pod-inner .adult_warning, #toggle_junior .inner .adult_warning {
    font-size: 18px; }
  @media (min-width: 768px) {
    #toggle_junior .pod-inner, #toggle_junior .inner {
      padding: 60px 40px; } }
  .lt-ie9 #toggle_junior .pod-inner, .lt-ie9 #toggle_junior .inner {
    padding: 60px 40px; }
  #toggle_junior .adult_check {
    margin-bottom: 20px; }

#tab-nav {
  max-width: 100%;
  min-width: 320px;
  overflow: hidden;
  border-left: 1px solid #ccc;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 768px) {
  #tab-nav {
    margin-bottom: 0; } }
  .lt-ie9 #tab-nav {
    margin-bottom: 0; }
  #tab-nav li {
    float: left;
    border: 1px solid #ccc;
    border-left: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    background: #e9e9e9;
    font-size: 16px;
    cursor: pointer; }
  #tab-nav li.last {
    width: 33.3%; }
  #tab-nav li.active {
    color: #fff; }
  @media (min-width: 768px) {
  #tab-nav {
    display: none; } }
  .lt-ie9 #tab-nav {
    display: none; }

.reg-event-type-run #choice_options.child-only #tab-nav li, .reg-event-type-cycle #choice_options.child-only #tab-nav li {
  width: 50%; }
  @media (min-width: 768px) {
        .reg-event-type-run #choice_options.child-only .sub, .reg-event-type-cycle #choice_options.child-only .sub {
          box-sizing: border-box;
          padding: 0px 90px;
          width: 44%; } }
  .lt-ie9 .reg-event-type-run #choice_options.child-only .sub, .lt-ie9 .reg-event-type-cycle #choice_options.child-only .sub {
    box-sizing: border-box;
    padding: 0px 90px;
    width: 44%; }
  .reg-event-type-run #choice_options.child-only #sub-1, .reg-event-type-cycle #choice_options.child-only #sub-1, .reg-event-type-run #choice_options.child-only #tab-1, .reg-event-type-cycle #choice_options.child-only #tab-1 {
    display: none; }
  @media (min-width: 768px) {
        .reg-event-type-run #choice_options.child-only #sub-2, .reg-event-type-cycle #choice_options.child-only #sub-2 {
          left: 62px; } }
  .lt-ie9 .reg-event-type-run #choice_options.child-only #sub-2, .lt-ie9 .reg-event-type-cycle #choice_options.child-only #sub-2 {
    left: 62px; }
  @media (min-width: 768px) {
        .reg-event-type-run #choice_options.child-only #sub-3, .reg-event-type-cycle #choice_options.child-only #sub-3 {
          left: -63px; } }
  .lt-ie9 .reg-event-type-run #choice_options.child-only #sub-3, .lt-ie9 .reg-event-type-cycle #choice_options.child-only #sub-3 {
    left: -63px; }

.reg-event-type-run #tab-nav li.active {
  background-color: #f0544a; }

.reg-event-type-cycle #tab-nav li.active {
  background-color: #a3d55f; }

.reg-event-type-swim #tab-nav li.active {
  background-color: #00c2df; }

.tt-medical-conditions {
  max-width: 250px; }
  @media (min-width: 768px) {
  .tt-medical-conditions {
    max-width: 300px; } }
  .lt-ie9 .tt-medical-conditions {
    max-width: 300px; }

.social-auth {
  position: relative; }

.name-details h3 {
  margin-bottom: 8px; }
  .name-details p {
    margin-bottom: 28px; }

.contact-prefs .kit-option-inner {
  overflow: hidden;
  padding-top: 10px; }

.contact-prefs .kit-lbl {
  font-weight: normal; }

.reg-event-type-cycle .contact-prefs .reg-email {
  background-position: -370px 0; }

.reg-event-type-cycle .contact-prefs .reg-post {
  background-position: -294px 4px; }

.reg-event-type-swim .contact-prefs .reg-email {
  background-position: -220px 0; }

.reg-event-type-swim .contact-prefs .reg-post {
  background-position: -146px 0; }

.reg-event-type-swim .contact-prefs .reg-email-swim {
  background-position: -220px 0; }

.marketing-campaigns {
  clear: both; }

.affiliates-container .dk-select-options {
  max-height: 285px; }

#consent-container label {
  clear: both; }

.non-event-fundraiser .ft-juniors .mb1 {
  background-image: url(/assets/layouts/SR14/images/content/fundraising-target/ft_9.jpg); }
  .non-event-fundraiser .ft-juniors .mb2 {
    background-image: url(/assets/layouts/SR14/images/content/fundraising-target/ft_2.jpg); }
  .non-event-fundraiser .ft-juniors .mb3 {
    background-image: url(/assets/layouts/SR14/images/content/fundraising-target/ft_10.jpg); }
  .non-event-fundraiser .ft-adults .mb1 {
    background-image: url(/assets/layouts/SR14/images/content/fundraising-target/ft_4.jpg); }
  .non-event-fundraiser .ft-adults .mb2 {
    background-image: url(/assets/layouts/SR14/images/content/fundraising-target/ft_2.jpg); }
  .non-event-fundraiser .ft-adults .mb3 {
    background-image: url(/assets/layouts/SR14/images/content/fundraising-target/ft_7.jpg); }
  .non-event-fundraiser .ft-teams-groups .mb1 {
    background-image: url(/assets/layouts/SR14/images/content/fundraising-target/ft_3.jpg); }
  .non-event-fundraiser .ft-teams-groups .mb2 {
    background-image: url(/assets/layouts/SR14/images/content/fundraising-target/ft_5.jpg); }
  .non-event-fundraiser .ft-teams-groups .mb3 {
    background-image: url(/assets/layouts/SR14/images/content/fundraising-target/ft_6.jpg); }

.currency-wrap {
  display: block;
  font-size: 45px;
  position: relative;
  height: 100px;
  max-height: 100px; }
  .currency-wrap input, .currency-wrap textarea, .currency-wrap .dk_toggle {
    background-position: right -1695px; }
  .currency-wrap input {
    font-size: 45px;
    padding: 3px 10px 10px 50px; }
  .currency-wrap span {
    left: 16px;
    position: absolute;
    top: 8px; }

.currency-wrap--sm {
  height: 48px;
  margin-bottom: 20px;
  font-size: 16px; }
  .currency-wrap--sm span {
    font-size: 30px;
    top: 2px; }
  .currency-wrap--sm input {
    font-size: 30px;
    padding: 0px 13px 7px 40px;
    background-position: right -1705px; }

.giftaid h3 {
  height: 56px;
  overflow: hidden;
  position: relative;
  width: 158px; }

.giftaid h3 span {
  background: url(/assets/layouts/base/images/logos/logo_giftaid.png) no-repeat 0 0;
  height: 56px;
  left: 0;
  position: absolute;
  top: 0;
  width: 158px; }

.giftaid label {
  margin-bottom: 10px; }

.page-registration-payment-complete .wrapper, .page-payment-error .wrapper {
  padding-bottom: 40px; }
  .page-registration-payment-complete .intro, .page-payment-error .intro {
    margin-bottom: 40px; }
  .page-registration-payment-complete h2, .page-payment-error h2 {
    font-weight: normal; }

.page-payment-error .content.introl-panel {
  padding: 0; }

.label-new-address #new-address[type='checkbox']:checked + span {
  background-position: -9px -448px; }
  .label-new-address #new-address[type='checkbox'] + span {
    background-image: url(/assets/layouts/SR16/images/ui/forms/form_sprite.png);
    background-repeat: no-repeat;
    background-position: -11px -320px;
    cursor: pointer;
    margin: 0 0 5px;
    min-height: 30px;
    padding: 0 0 5px 50px;
    display: block;
    z-index: 100;
    position: relative; }

.page-user-login-index label {
  color: #666; }
  .page-user-login-index .social {
    border-bottom-color: #ddd;
    padding-top: 60px; }
  .page-user-login-index .social:before {
    border-top-color: #ddd; }
  .page-user-login-index .social .or {
    margin-top: 22px;
    margin-bottom: 30px; }
  .page-user-login-index .login {
    background-color: #fafafa;
    padding: 60px 0px;
    text-align: left; }
  .page-user-login-index .login p {
    color: #666; }
  @media (min-width: 768px) {
      .page-user-login-index .login .email {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px; } }
  .lt-ie9 .page-user-login-index .login .email {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px; }
  @media (min-width: 768px) {
        .page-user-login-index .login .email label {
          width: 290px;
          float: right; } }
  .lt-ie9 .page-user-login-index .login .email label {
    width: 290px;
    float: right; }
  .page-user-login-index .login .email input {
    word-break: normal; }
  @media (min-width: 768px) {
        .page-user-login-index .login .email input {
          float: right; } }
  .lt-ie9 .page-user-login-index .login .email input {
    float: right; }
  .page-user-login-index .login .email p {
    margin-top: -15px; }
  @media (min-width: 768px) {
        .page-user-login-index .login .email p {
          clear: both;
          width: 290px;
          float: right; } }
  .lt-ie9 .page-user-login-index .login .email p {
    clear: both;
    width: 290px;
    float: right; }
  @media (min-width: 768px) {
      .page-user-login-index .login .password {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px; } }
  .lt-ie9 .page-user-login-index .login .password {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px; }
  .page-user-login-index .login input {
    word-break: normal; }
  .page-user-login-index .login #lnk_forgotten_password {
    margin-top: 20px; }
  .page-user-login-index .links {
    padding: 60px 0px; }
  .page-user-login-index .links #setup_giving_page {
    font-weight: lighter; }

.page-user-forgotten-password-index form, .page-user-forgotten-password-reset form {
  max-width: 570px;
  padding: 0;
  margin: 0 auto; }

.section-user-forgotten-password .content .button, .section-user-forgotten-password .content .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .section-user-forgotten-password .content label, .section-user-forgotten-password .content .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .section-user-forgotten-password .content label, .section-user-forgotten-password .content .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .section-user-forgotten-password .content label, .section-user-forgotten-password .content .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .section-user-forgotten-password .content label, .section-user-forgotten-password .content .section-page-options .tab-nav a, .section-page-options .tab-nav .section-user-forgotten-password .content a, .section-user-forgotten-password .content input.form-input {
  min-width: 290px;
  margin: 25px auto 0; }
  .section-user-forgotten-password h2 {
    font-weight: 500; }
  .section-user-forgotten-password #errorMessages {
    margin-bottom: 30px; }

.page-user-forgotten-password-reset fieldset {
  text-align: left; }
  .page-user-forgotten-password-reset .content input.form-input {
    margin: 0 0 20px; }
  .page-user-forgotten-password-reset form {
    max-width: 290px; }

.section-user-forgotten-password .content, .section-user-forgotten-password .intro {
  margin-bottom: 40px; }
  .section-user-forgotten-password h2 {
    margin-bottom: 30px; }
  .section-user-forgotten-password label {
    color: #666; }

.page-search-event-results .page .content, .page-search-event-index .page .content {
  text-align: left; }
  .page-search-event-results .intro, .page-search-event-index .intro {
    text-align: center; }
  .page-search-event-results #map, .page-search-event-index #map {
    display: none; }
  @media (min-width: 768px) {
    .page-search-event-results #map, .page-search-event-index #map {
      display: block;
      float: right; } }
  .lt-ie9 .page-search-event-results #map, .lt-ie9 .page-search-event-index #map {
    display: block;
    float: right; }
  .page-search-event-results #map #map-canvas, .page-search-event-index #map #map-canvas {
    height: 517px !important;
    width: 480px !important; }
  .page-search-event-results .index-filter, .page-search-event-index .index-filter {
    width: 100%; }
  @media (min-width: 768px) {
    .page-search-event-results .index-filter, .page-search-event-index .index-filter {
      width: 399px; } }
  .lt-ie9 .page-search-event-results .index-filter, .lt-ie9 .page-search-event-index .index-filter {
    width: 399px; }
  @media (min-width: 768px) {
    .page-search-event-results .search-eventtype, .page-search-event-index .search-eventtype {
      float: left;
      width: 399px; } }
  .lt-ie9 .page-search-event-results .search-eventtype, .lt-ie9 .page-search-event-index .search-eventtype {
    float: left;
    width: 399px; }
  @media (min-width: 768px) {
    .page-search-event-results .event-type-filter, .page-search-event-index .event-type-filter {
      float: left;
      width: 34%; } }
  .lt-ie9 .page-search-event-results .event-type-filter, .lt-ie9 .page-search-event-index .event-type-filter {
    float: left;
    width: 34%; }
  @media (min-width: 992px) {
    .page-search-event-results .event-type-filter, .page-search-event-index .event-type-filter {
      width: 399px; } }
  @media (min-width: 768px) {
      .page-search-event-results .event-type-filter.index-filter, .page-search-event-index .event-type-filter.index-filter {
        float: none;
        margin-bottom: 39px; } }
  .lt-ie9 .page-search-event-results .event-type-filter.index-filter, .lt-ie9 .page-search-event-index .event-type-filter.index-filter {
    float: none;
    margin-bottom: 39px; }
  .page-search-event-results .event-type-filter.index-filter .border--bottom, .page-search-event-index .event-type-filter.index-filter .border--bottom {
    border-bottom: none; }
  @media (min-width: 992px) {
      .page-search-event-results .event-type-filter .event-type:first-child, .page-search-event-index .event-type-filter .event-type:first-child {
        width: 15%; } }
  .page-search-event-results .event-type-filter .event-type, .page-search-event-index .event-type-filter .event-type {
    width: 46%;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px; }
  @media (min-width: 992px) {
      .page-search-event-results .event-type-filter .event-type, .page-search-event-index .event-type-filter .event-type {
        width: 25.8%;
        padding-right: 5px; } }
  .page-search-event-results .event-type-filter .event-type:last-of-type, .page-search-event-index .event-type-filter .event-type:last-of-type {
    padding-right: 0px; }
  .page-search-event-results input[type='radio'] + label, .page-search-event-index input[type='radio'] + label, .page-search-event-results input[type='radio']:checked + label, .page-search-event-index input[type='radio']:checked + label {
    color: #1e1e1e;
    padding: 0px;
    width: 100%; }
  .page-search-event-results input[type='radio'] + label span, .page-search-event-index input[type='radio'] + label span, .page-search-event-results input[type='radio']:checked + label span, .page-search-event-index input[type='radio']:checked + label span {
    border: 0px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    top: -3px;
    width: 100%; }
  .page-search-event-results input[type='radio'] + label, .page-search-event-index input[type='radio'] + label {
    background-color: transparent;
    border: 2px solid #999;
    color: #999;
    margin-top: 0; }
  .page-search-event-results input[type='radio'] + label:hover, .page-search-event-index input[type='radio'] + label:hover {
    background-color: #1e1e1e;
    color: #fff;
    border: 0px;
    padding: 2px; }
  .page-search-event-results input[type='radio'] + label:active, .page-search-event-index input[type='radio'] + label:active {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7; }
  .page-search-event-results input[type='radio']:checked + label, .page-search-event-index input[type='radio']:checked + label {
    background-color: #1e1e1e;
    color: #fff;
    border: 0px;
    padding: 2px; }
  .page-search-event-results input[type='radio']:checked + label span, .page-search-event-index input[type='radio']:checked + label span {
    padding-left: 2px;
    padding-right: 2px;
    left: -2px; }
  .page-search-event-results h3, .page-search-event-index h3 {
    padding-top: 25px;
    font-size: 20px; }
  .page-search-event-results .more-results, .page-search-event-index .more-results {
    padding-bottom: 20px; }
  .page-search-event-results #event-results h5, .page-search-event-index #event-results h5 {
    background-color: #ddd;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-weight: lighter;
    padding: 15px 15px 15px 20px;
    text-align: left;
    font-size: 18px; }
  .page-search-event-results #event-results .event-result, .page-search-event-index #event-results .event-result {
    border-bottom: 1px solid #ddd;
    padding: 20px 0; }
  .page-search-event-results #event-results .event-result a, .page-search-event-index #event-results .event-result a {
    color: #1e1e1e;
    font-weight: 400; }
  .page-search-event-results #event-results .event-result h4 a, .page-search-event-index #event-results .event-result h4 a {
    text-decoration: none; }
    .page-search-event-results #event-results .event-result h4 a:hover, .page-search-event-index #event-results .event-result h4 a:hover {
      text-decoration: underline; }
  .page-search-event-results #event-results .event-result .distance-copy, .page-search-event-index #event-results .event-result .distance-copy {
    color: #999; }
  .page-search-event-results #event-results .event-result .find-out-more, .page-search-event-index #event-results .event-result .find-out-more {
    background: transparent url('/assets/layouts/SR16/images/ui/event-pointers.png') no-repeat left top;
    height: 30px;
    padding-left: 35px;
    padding-top: 10px; }
  .page-search-event-results #event-results .event-result.event-type-swim .find-out-more, .page-search-event-index #event-results .event-result.event-type-swim .find-out-more {
    background-position: 0 -75px; }
  .page-search-event-results #event-results .event-result.event-type-run .find-out-more, .page-search-event-index #event-results .event-result.event-type-run .find-out-more {
    background-position: 0 -150px; }
  .page-search-event-results #event-results .featured, .page-search-event-index #event-results .featured {
    background-color: #f0f0f0;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 20px; }
  .page-search-event-results .content, .page-search-event-index .content {
    text-align: left; }
  .page-search-event-results .simply, .page-search-event-index .simply {
    margin-bottom: 40px; }
  @media (min-width: 768px) {
      .page-search-event-results .simply p, .page-search-event-index .simply p {
        max-width: 370px; } }
  .lt-ie9 .page-search-event-results .simply p, .lt-ie9 .page-search-event-index .simply p {
    max-width: 370px; }

.page-search-event-index .simply {
  margin-top: 40px; }

.infowindow {
  color: #fff;
  text-align: center;
  width: 300px; }
  .infowindow h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    display: block; }
  .infowindow p {
    font-size: 14px;
    margin: 0;
    text-transform: capitalize; }
  .infowindow .enter {
    margin-top: 10px; }
  .infowindow .button, .infowindow .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .infowindow label, .infowindow .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .infowindow label, .infowindow .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .infowindow label, .infowindow .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .infowindow label, .infowindow .section-page-options .tab-nav a, .section-page-options .tab-nav .infowindow a {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700; }

.search-again {
  font-size: 14px;
  color: #666;
  margin: 18px 30px 0 30px; }
  .search-again a {
    color: #666; }

.page-search-event-results .intro {
  padding-top: 40px;
  background-color: transparent;
  text-align: center; }
  @media (min-width: 768px) {
    .page-search-event-results .intro {
      padding-top: 60px; } }
  .lt-ie9 .page-search-event-results .intro {
    padding-top: 60px; }
  @media (min-width: 992px) {
    .page-search-event-results .intro {
      padding-top: 80px; } }
  .page-search-event-results .intro h1 {
    font-size: 70px; }
  .page-search-event-results .intro p {
    font-size: 18px;
    max-width: 100%; }
  @media (min-width: 768px) {
      .page-search-event-results .intro .event-type-filter {
        width: 745px;
        margin: 0px auto; } }
  .lt-ie9 .page-search-event-results .intro .event-type-filter {
    width: 745px;
    margin: 0px auto; }
  @media (min-width: 992px) {
      .page-search-event-results .intro .event-type-filter {
        float: none; } }
  @media (min-width: 768px) {
      .page-search-event-results .intro #search {
        width: 320px;
        float: left; } }
  .lt-ie9 .page-search-event-results .intro #search {
    width: 320px;
    float: left; }
  .page-search-event-results .intro .maineventtype-handler {
    margin-top: 20px; }
  @media (min-width: 768px) {
      .page-search-event-results .intro .event-type:first-child {
        width: 15%;
        margin-left: 10px; } }
  .lt-ie9 .page-search-event-results .intro .event-type:first-child {
    width: 15%;
    margin-left: 10px; }
  .page-search-event-results .intro .event-type {
    width: 46%;
    float: left;
    padding-right: 10px;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
      .page-search-event-results .intro .event-type {
        width: 25.8%;
        padding-right: 5px;
        margin-top: 10px;
        margin-bottom: 60px; } }
  .lt-ie9 .page-search-event-results .intro .event-type {
    width: 25.8%;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 60px; }
  .page-search-event-results .layout-wrap.results {
    position: relative; }
  .page-search-event-results .map-container {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    max-width: 480px; }
  @media (min-width: 768px) {
    .page-search-event-results .map-container {
      left: 36%; } }
  .lt-ie9 .page-search-event-results .map-container {
    left: 36%; }
  @media (min-width: 992px) {
    .page-search-event-results .map-container {
      left: 480px; } }
  .page-search-event-results .results {
    margin-bottom: 40px; }
  .page-search-event-results .results #map {
    max-height: 517px; }
  @media (min-width: 768px) {
      .page-search-event-results .results #map {
        float: none; } }
  .lt-ie9 .page-search-event-results .results #map {
    float: none; }
  .page-search-event-results .all-results {
    padding-top: 0px; }
  @media (min-width: 992px) {
    .page-search-event-results .search-event-field .search-fields-wrap {
      width: 290px; } }
  @media (min-width: 768px) {
    .page-search-event-results .event-type-results {
      width: 32%; } }
  .lt-ie9 .page-search-event-results .event-type-results {
    width: 32%; }
  @media (min-width: 992px) {
    .page-search-event-results .event-type-results {
      width: 46%; } }

.page-search-event-result {
  text-align: center; }
  @media (min-width: 992px) {
      .page-search-event-result .intro h1 {
        font-size: 92px; } }
  .page-search-event-result .intro h3 {
    font-size: 18px;
    letter-spacing: 1px; }
  .page-search-event-result .intro p {
    font-size: 16px;
    max-width: 720px;
    margin-bottom: 15px; }
  .page-search-event-result .intro .bar {
    width: 36px;
    height: 5px;
    display: block;
    border-top: 2px solid #fff;
    margin: 0px 10px;
    display: inline-block; }
  .page-search-event-result .nav-hot-link {
    margin: 0px auto;
    max-width: 460px; }
  .page-search-event-result .nav-hot-link a {
    color: #fff;
    display: block;
    padding: 15px;
    float: left;
    text-decoration: none; }
  .page-search-event-result .nav-hot-link a:hover {
    text-decoration: underline; }
  .page-search-event-result .event-result-map {
    display: none; }
  @media (min-width: 768px) {
    .page-search-event-result .event-result-map {
      display: block; } }
  .lt-ie9 .page-search-event-result .event-result-map {
    display: block; }
  .page-search-event-result .event-result-map #map-canvas {
    height: 285px !important; }
  .page-search-event-result .icon-list {
    max-width: 670px;
    margin: 20px auto;
    overflow: hidden; }
  .page-search-event-result .icon-list li {
    float: left;
    width: 33.33%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 768px) {
      .page-search-event-result .icon-list p {
        text-align: left;
        margin-left: 50px; } }
  .lt-ie9 .page-search-event-result .icon-list p {
    text-align: left;
    margin-left: 50px; }
  .page-search-event-result input[type='radio'] + label span {
    margin: 0px; }
  .page-search-event-result .disabled-step {
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2; }
  .page-search-event-result .disabled-step input[type='radio'] {
    cursor: default; }
  .page-search-event-result .disabled-step input[type='radio'] + label span:hover {
    cursor: default;
    border-width: 1px;
    width: 20px;
    height: 20px; }
  .page-search-event-result .disabled-step .pro-frstip {
    z-index: -1; }
  .page-search-event-result .disabled-step .event-time-placeholder {
    display: block; }
  .page-search-event-result .event-time-placeholder {
    display: none; }
  .page-search-event-result .event-time-placeholder .placeholder {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 20px 0px 0px 0px;
    width: 135px;
    height: 50px;
    display: inline-block;
    border: 2px solid #ddd; }
  .page-search-event-result .event-time-placeholder .placeholder.placeholder-hidden-xs {
    display: none; }
  @media (min-width: 768px) {
        .page-search-event-result .event-time-placeholder .placeholder.placeholder-hidden-xs {
          display: inline-block; } }
  .lt-ie9 .page-search-event-result .event-time-placeholder .placeholder.placeholder-hidden-xs {
    display: inline-block; }
  .page-search-event-result .event-icon {
    height: 33px;
    width: 33px;
    display: inline-block;
    margin-right: 10px;
    background: url(/assets/layouts/SR16/images/ui/sprite-event-icons.png) left top no-repeat;
    position: relative;
    top: 3px; }
  .page-search-event-result .event-icon-time {
    background-position: 0px -33px;
    height: 36px;
    top: 5px; }
  .page-search-event-result .event-icon-option {
    background-position: 0px -69px;
    height: 31px;
    top: 5px; }
  .page-search-event-result .event-icon-fee {
    background-position: 0px -100px;
    top: 7px; }
  .page-search-event-result .event-step {
    margin-bottom: 20px; }
  .page-search-event-result .event-distances-all {
    max-width: 510px;
    margin: 0px auto; }
  .page-search-event-result .event-distances-all.total-2 .event-distance:first-of-type {
    margin-left: 17%; }
  .page-search-event-result .event-distances-all.total-3 .event-distance:first-of-type {
    margin-left: 0px; }
  .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio']:checked + label, .page-search-event-result .event-time input[type='radio']:checked + label {
    color: #1e1e1e;
    padding: 0px;
    margin-bottom: 20px; }
  .page-search-event-result .event-distance input[type='radio'] + label.full, .page-search-event-result .event-time input[type='radio'] + label.full, .page-search-event-result .event-distance input[type='radio']:checked + label.full, .page-search-event-result .event-time input[type='radio']:checked + label.full {
    background-color: #ddd;
    border: 0px;
    padding: 2px; }
  .page-search-event-result .event-distance input[type='radio'] + label.full:hover, .page-search-event-result .event-time input[type='radio'] + label.full:hover, .page-search-event-result .event-distance input[type='radio']:checked + label.full:hover, .page-search-event-result .event-time input[type='radio']:checked + label.full:hover {
    background-color: #ddd; }
  .page-search-event-result .event-distance input[type='radio'] + label.full span, .page-search-event-result .event-time input[type='radio'] + label.full span, .page-search-event-result .event-distance input[type='radio']:checked + label.full span, .page-search-event-result .event-time input[type='radio']:checked + label.full span {
    text-decoration: line-through;
    top: -2px;
    left: -2px; }
  .page-search-event-result .event-distance input[type='radio'] + label.live:hover, .page-search-event-result .event-time input[type='radio'] + label.live:hover, .page-search-event-result .event-distance input[type='radio']:checked + label.live:hover, .page-search-event-result .event-time input[type='radio']:checked + label.live:hover {
    padding: 2px; }
  .page-search-event-result .event-distance input[type='radio'] + label.live span, .page-search-event-result .event-time input[type='radio'] + label.live span, .page-search-event-result .event-distance input[type='radio']:checked + label.live span, .page-search-event-result .event-time input[type='radio']:checked + label.live span {
    top: -2px;
    left: -2px; }
  .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + label {
    background-color: transparent;
    border: 2px solid #ddd; }
  .page-search-event-result .event-distance input[type='radio'] + label:hover, .page-search-event-result .event-time input[type='radio'] + label:hover {
    border: 0px;
    padding: 2px; }
  .page-search-event-result .event-distance input[type='radio'] + label span, .page-search-event-result .event-time input[type='radio'] + label span {
    border: 0px;
    top: -2px;
    left: -2px; }
  .page-search-event-result .event-distance input[type='radio']:checked + label, .page-search-event-result .event-time input[type='radio']:checked + label {
    border: 0px; }
  .page-search-event-result .event-distance input[type='radio']:checked + label:hover, .page-search-event-result .event-time input[type='radio']:checked + label:hover {
    padding: 0px; }
  .page-search-event-result .event-distance input[type='radio']:checked + label.live, .page-search-event-result .event-time input[type='radio']:checked + label.live {
    padding: 2px; }
  .page-search-event-result .event-distance input[type='radio']:checked + label span, .page-search-event-result .event-time input[type='radio']:checked + label span {
    top: 0px;
    left: 0px; }
  .page-search-event-result .event-distance {
    width: 33.33%;
    float: left;
    padding: 0px 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 768px) {
    .page-search-event-result .event-distance {
      max-width: 150px;
      margin: 10px;
      padding: 0px; } }
  .lt-ie9 .page-search-event-result .event-distance {
    max-width: 150px;
    margin: 10px;
    padding: 0px; }
  .page-search-event-result .event-distance p {
    max-width: 125px;
    margin: auto; }
  .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio']:checked + label {
    height: 70px; }
  @media (min-width: 768px) {
      .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio']:checked + label {
        width: 150px; } }
  .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label, .lt-ie9 .page-search-event-result .event-distance input[type='radio']:checked + label {
    width: 150px; }
  .page-search-event-result .event-distance input[type='radio'] + label span, .page-search-event-result .event-distance input[type='radio']:checked + label span {
    height: 70px;
    width: 100%;
    font-size: 30px;
    line-height: 65px; }
  @media (min-width: 768px) {
        .page-search-event-result .event-distance input[type='radio'] + label span, .page-search-event-result .event-distance input[type='radio']:checked + label span {
          width: 150px; } }
  .lt-ie9 .page-search-event-result .event-distance input[type='radio'] + label span, .lt-ie9 .page-search-event-result .event-distance input[type='radio']:checked + label span {
    width: 150px; }
  .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio']:checked + label {
    height: 50px; }
  .page-search-event-result .event-time input[type='radio'] + label span, .page-search-event-result .event-time input[type='radio']:checked + label span {
    height: 50px; }
  .page-search-event-result .event-speed div {
    float: left;
    width: 50%;
    height: 80px;
    display: block; }
  @media (min-width: 768px) {
      .page-search-event-result .event-speed div {
        width: 25%; } }
  .lt-ie9 .page-search-event-result .event-speed div {
    width: 25%; }
  .page-search-event-result .event-speed label span {
    text-indent: -9999em; }
  .page-search-event-result .event-price {
    position: relative; }
  .page-search-event-result .event-price h3 {
    margin-bottom: 10px; }
  .page-search-event-result .event-price h2 {
    margin-bottom: 5px; }
  .page-search-event-result .event-price label span {
    text-indent: -9999em; }
  .page-search-event-result .event-prices-names {
    position: relative; }
  .page-search-event-result .event-prices-names .pro-frstip {
    position: absolute;
    width: 50px;
    top: -20px; }
  .page-search-event-result .event-prices, .page-search-event-result .event-prices-names {
    margin: auto; }
  .page-search-event-result .event-prices div, .page-search-event-result .event-prices-names div {
    width: 130px;
    float: left; }
  @media (min-width: 768px) {
      .page-search-event-result .event-prices div + div, .page-search-event-result .event-prices-names div + div {
        margin-left: 30px; } }
  .lt-ie9 .page-search-event-result .event-prices div + div, .lt-ie9 .page-search-event-result .event-prices-names div + div {
    margin-left: 30px; }
  .page-search-event-result .event-submit label {
    text-indent: -9999em; }

.page-event-type-defaultswim .nav-hot-link, .page-event-type-simplyswim .nav-hot-link {
  max-width: 590px; }
  .page-event-type-defaultswim .event-solo-team, .page-event-type-simplyswim .event-solo-team {
    margin: 30px auto 0px; }
  @media (min-width: 768px) {
    .page-event-type-defaultswim .event-solo-team, .page-event-type-simplyswim .event-solo-team {
      width: 50%; } }
  .lt-ie9 .page-event-type-defaultswim .event-solo-team, .lt-ie9 .page-event-type-simplyswim .event-solo-team {
    width: 50%; }
  .page-event-type-defaultswim .event-solo-team div, .page-event-type-simplyswim .event-solo-team div {
    width: 50%;
    float: left; }
  .page-event-type-defaultswim .event-solo-team label span, .page-event-type-simplyswim .event-solo-team label span {
    text-indent: -9999em; }
  .page-event-type-defaultswim .event-distance input[type='radio'] + label:hover, .page-event-type-simplyswim .event-distance input[type='radio'] + label:hover, .page-event-type-defaultswim .event-time input[type='radio'] + label:hover, .page-event-type-simplyswim .event-time input[type='radio'] + label:hover {
    background-color: #00c2df; }
  .page-event-type-defaultswim .event-time input[type='radio'] + label, .page-event-type-simplyswim .event-time input[type='radio'] + label, .page-event-type-defaultswim .event-time input[type='radio']:checked + label, .page-event-type-simplyswim .event-time input[type='radio']:checked + label {
    width: 220px; }
  .page-event-type-defaultswim .event-time input[type='radio'] + label span, .page-event-type-simplyswim .event-time input[type='radio'] + label span, .page-event-type-defaultswim .event-time input[type='radio']:checked + label span, .page-event-type-simplyswim .event-time input[type='radio']:checked + label span {
    width: 220px; }
  @media (min-width: 768px) {
      .page-event-type-defaultswim .event-speed div, .page-event-type-simplyswim .event-speed div {
        width: 25%; } }
  .lt-ie9 .page-event-type-defaultswim .event-speed div, .lt-ie9 .page-event-type-simplyswim .event-speed div {
    width: 25%; }
  .page-event-type-defaultswim .event-price .two-line, .page-event-type-simplyswim .event-price .two-line {
    height: 54px; }
  .page-event-type-defaultswim .event-prices-names .pro-frstip, .page-event-type-simplyswim .event-prices-names .pro-frstip {
    right: -25px; }
  .page-event-type-defaultswim .event-prices, .page-event-type-simplyswim .event-prices, .page-event-type-defaultswim .event-prices-names, .page-event-type-simplyswim .event-prices-names {
    width: 290px; }

.page-event-type-run .run-route {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px; }
  @media (min-width: 992px) {
    .page-event-type-run .run-route {
      padding: 0px; } }
  .page-event-type-run .run-route .route-map, .page-event-type-run .run-route .route-copy {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 768px) {
      .page-event-type-run .run-route .route-map, .page-event-type-run .run-route .route-copy {
        float: left;
        width: 50%; } }
  .lt-ie9 .page-event-type-run .run-route .route-map, .lt-ie9 .page-event-type-run .run-route .route-copy {
    float: left;
    width: 50%; }
  .page-event-type-run .run-route .route-copy {
    padding: 15px 0px;
    text-align: left; }
  @media (min-width: 768px) {
      .page-event-type-run .run-route .route-copy {
        padding: 0px 15px; } }
  .lt-ie9 .page-event-type-run .run-route .route-copy {
    padding: 0px 15px; }
  .page-event-type-run .event-distance input[type='radio'] + label span, .page-event-type-run .event-distance input[type='radio']:checked + label span {
    font-size: 20px;
    line-height: 65px; }
  @media (min-width: 768px) {
        .page-event-type-run .event-distance input[type='radio'] + label span, .page-event-type-run .event-distance input[type='radio']:checked + label span {
          font-size: 30px; } }
  .lt-ie9 .page-event-type-run .event-distance input[type='radio'] + label span, .lt-ie9 .page-event-type-run .event-distance input[type='radio']:checked + label span {
    font-size: 30px; }
  .page-event-type-run .event-distance input[type='radio'] + label:hover, .page-event-type-run .event-time input[type='radio'] + label:hover {
    color: #fff;
    background-color: ; }
  .page-event-type-run .event-distance input[type='radio']:checked + label, .page-event-type-run .event-time input[type='radio']:checked + label {
    color: #fff; }
  .page-event-type-run .event-time input[type='radio'] + label, .page-event-type-run .event-time input[type='radio']:checked + label {
    width: 135px; }
  .page-event-type-run .event-time input[type='radio'] + label span, .page-event-type-run .event-time input[type='radio']:checked + label span {
    width: 135px; }
  @media (min-width: 768px) {
      .page-event-type-run .event-speed div {
        width: 33.33%; } }
  .lt-ie9 .page-event-type-run .event-speed div {
    width: 33.33%; }
  .page-event-type-run .event-prices-names .pro-frstip {
    left: 65%; }
  .page-event-type-run .event-prices-names .event-price--child .pro-frstip {
    left: 55%; }
  .page-event-type-run .event-prices-names {
    width: 100%; }
  @media (min-width: 768px) {
    .page-event-type-run .event-prices-names {
      width: 450px; } }
  .lt-ie9 .page-event-type-run .event-prices-names {
    width: 450px; }
  .page-event-type-run .event-prices-names div {
    width: 33.33%; }
  @media (min-width: 768px) {
      .page-event-type-run .event-prices-names div {
        width: 130px; } }
  .lt-ie9 .page-event-type-run .event-prices-names div {
    width: 130px; }
  .page-event-type-run .event-prices, .page-event-type-run .event-prices-names {
    position: relative; }

.page-event-type-cycle .event-distance input[type='radio'] + label:hover, .page-event-type-cycle .event-time input[type='radio'] + label:hover {
  background-color: #00a9b0; }
  .page-event-type-cycle .event-distance input[type='radio']:checked + label, .page-event-type-cycle .event-time input[type='radio']:checked + label {
    color: #fff; }
  .page-event-type-cycle .event-time input[type='radio'] + label, .page-event-type-cycle .event-time input[type='radio']:checked + label {
    width: 135px; }
  .page-event-type-cycle .event-time input[type='radio'] + label span, .page-event-type-cycle .event-time input[type='radio']:checked + label span {
    width: 135px; }
  .page-event-type-cycle .event-prices-names .pro-frstip {
    left: 65%; }
  .page-event-type-cycle .event-prices-names .event-price--child .pro-frstip {
    left: 55%; }
  .page-event-type-cycle .event-prices-names {
    width: 100%; }
  @media (min-width: 768px) {
    .page-event-type-cycle .event-prices-names {
      width: 450px; } }
  .lt-ie9 .page-event-type-cycle .event-prices-names {
    width: 450px; }
  .page-event-type-cycle .event-prices-names div {
    width: 33.33%; }
  @media (min-width: 768px) {
      .page-event-type-cycle .event-prices-names div {
        width: 130px; } }
  .lt-ie9 .page-event-type-cycle .event-prices-names div {
    width: 130px; }
  .page-event-type-cycle .event-prices, .page-event-type-cycle .event-prices-names {
    position: relative; }

.page-event-type-cycleamateur .event-distance {
  margin: 0px auto;
  float: none;
  width: 135px; }

.page-event-type-cyclepro .event-distances-all .event-distance {
  width: 50%; }
  @media (min-width: 768px) {
      .page-event-type-cyclepro .event-distances-all .event-distance {
        width: 33.33%; } }
  .lt-ie9 .page-event-type-cyclepro .event-distances-all .event-distance {
    width: 33.33%; }
  @media (min-width: 768px) {
      .page-event-type-cyclepro .event-distances-all .event-distance:first-of-type {
        margin-left: 17%; } }
  .lt-ie9 .page-event-type-cyclepro .event-distances-all .event-distance:first-of-type {
    margin-left: 17%; }
  .page-event-type-cyclepro .event-prices-names div {
    margin: 0px auto;
    float: none; }

.page-event-type-simplycycle .event-distance {
  width: 50%; }
  .page-event-type-simplycycle .event-prices-names {
    width: 290px; }
  .page-event-type-simplycycle .event-prices-names div {
    width: 50%; }
  @media (min-width: 768px) {
      .page-event-type-simplycycle .event-prices-names div {
        width: 130px; } }
  .lt-ie9 .page-event-type-simplycycle .event-prices-names div {
    width: 130px; }
  .page-event-type-simplycycle .event-prices-names .event-price p {
    width: 100%;
    left: 0;
    margin-left: 0;
    font-size: 15px;
    top: 24px; }
  .page-event-type-simplycycle .event-distances-all {
    max-width: 710px; }
  .page-event-type-simplycycle .distance-other {
    display: none; }
  .page-event-type-simplycycle .distance-other label {
    color: #666;
    font-weight: lighter; }
  @media (min-width: 768px) {
      .page-event-type-simplycycle .distance-other label {
        max-width: 290px;
        margin: 0 auto 5px auto;
        text-align: left; } }
  .lt-ie9 .page-event-type-simplycycle .distance-other label {
    max-width: 290px;
    margin: 0 auto 5px auto;
    text-align: left; }
  .page-event-type-simplycycle .distance-other input {
    background-color: #fff; }

.page-event-type-simplyswim .event-distances-all {
  max-width: 710px; }
  .page-event-type-simplyswim .event-distances-all.total-3 {
    max-width: 510px; }
  .page-event-type-simplyswim .event-distance {
    width: 50%; }
  .page-event-type-simplyswim .event-distance-detail .distance-other {
    display: none; }
  .page-event-type-simplyswim .event-distance-detail label {
    color: #666;
    font-weight: lighter; }
  @media (min-width: 768px) {
      .page-event-type-simplyswim .event-distance-detail label {
        max-width: 290px;
        margin: 0 auto 5px auto;
        text-align: left; } }
  .lt-ie9 .page-event-type-simplyswim .event-distance-detail label {
    max-width: 290px;
    margin: 0 auto 5px auto;
    text-align: left; }
  .page-event-type-simplyswim .event-distance-detail input {
    background-color: #fff; }

.facility {
  float: left;
  width: 33.333%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 80px; }
  .facility p {
    margin-top: 10px; }
  @media (min-width: 768px) {
    .facility p {
      text-align: left;
      margin-left: 60px; } }
  .lt-ie9 .facility p {
    text-align: left;
    margin-left: 60px; }
  .facility span {
    display: block;
    height: 50px;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .facility span {
      float: left; } }
  .lt-ie9 .facility span {
    float: left; }
  .facility:nth-child(2) div {
    position: relative;
    z-index: 1; }
  .facility:nth-child(2) div:before {
    content: ' ';
    display: block;
    min-height: 100%;
    position: absolute;
    width: 100%; }

.payment-methods {
  margin-bottom: 30px; }
  .payment-methods p {
    position: relative;
    overflow: hidden;
    margin: 30px 45px 0px 0px;
    height: 85px;
    width: 60px;
    float: left;
    text-indent: -9999em; }
  .payment-methods p label {
    background: url(/assets/layouts/base/images/logos/payment_method_icons_sprite.png) no-repeat 0 0;
    display: block;
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0px; }
  .payment-methods p label span {
    position: absolute;
    top: 61px;
    left: 7px; }

.payment-methods-options {
  margin-top: 30px; }

.payment-methods .payment-method-amex label {
  background-position: -81px -2px; }

.payment-methods .payment-method-jcb label {
  background-position: -186px -2px; }

.payment-methods .payment-method-mscd label {
  background-position: -290px 0px; }

.payment-methods .payment-method-dmc label {
  background-position: -396px -2px; }

.payment-methods .payment-method-maes label {
  background-position: -502px 0px; }

.payment-methods .payment-method-visa label {
  background-position: -610px 0px; }

.payment-methods .payment-method-visd label {
  background-position: -716px -1px; }

.payment-methods .payment-method-vied label {
  background-position: -822px -1px; }

.payment-methods .payment-method-paypal label {
  background-position: -3px 0px; }

.error-pod {
  margin-left: 25px; }
  .error-pod h1 {
    font-size: 400%; }
  .error-pod .error-pod-image .error-image {
    width: 100%;
    height: 612px;
    float: right;
    background: url('/assets/layouts/SR14/images/content/error/bg_404.jpg') no-repeat 50% top;
    background-size: 100%; }

.banner-swimathon {
  border: 1px solid #1e1e1e; }

.section-giving-page-index .pod {
  background-color: #f5f5f5;
  margin-bottom: 30px; }
  .section-giving-page-index .pod h3 {
    font-weight: bold; }
  .section-giving-page-index .pod > .pod-inner {
    border: 1px solid #ddd;
    box-shadow: 0 8px 6px -6px #f5f5f5; }
  .section-giving-page-index .pod .pod-inner {
    text-align: center;
    -moz-box-sizing: 'border-box';
    -webkit-box-sizing: 'border-box';
    box-sizing: 'border-box';
    display: block;
    padding: 15px;
    zoom: 1; }
  .section-giving-page-index .pod .pod-inner:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  @media (min-width: 768px) {
      .section-giving-page-index .pod .pod-inner {
        text-align: left; } }
  .lt-ie9 .section-giving-page-index .pod .pod-inner {
    text-align: left; }
  @media (min-width: 768px) {
      .section-giving-page-index .pod .pod-inner {
        padding: 30px; } }
  .lt-ie9 .section-giving-page-index .pod .pod-inner {
    padding: 30px; }
  .section-giving-page-index .pod .pod {
    margin-bottom: 0; }
  .section-giving-page-index .pagination-wrap {
    margin: 25px 0 0; }

@media (min-width: 992px) {
      .section-giving-page-index .primary {
        float: left;
        width: 66%;
        min-height: 700px;
        margin-bottom: 50px; } }
  @media (min-width: 768px) {
      .section-giving-page-index .primary > .pod {
        margin: 2.54%; } }
  .lt-ie9 .section-giving-page-index .primary > .pod {
    margin: 2.54%; }
  @media (min-width: 992px) {
      .section-giving-page-index .primary > .pod {
        margin: 0 0 30px; } }

.page-giving-page.logged-out .header-section-wrapper .menu-toggle {
  display: none !important; }
  .page-giving-page.logged-out .header-second-zone .home {
    margin-top: 30px; }

@media (min-width: 992px) {
      .page-giving-page .profile {
        float: left;
        width: 66%; } }
  .page-giving-page .intro {
    max-width: none;
    text-align: left; }
  .page-giving-page .intro .user-profile {
    position: relative; }

.error-messages .messages ul {
  margin-bottom: 18px; }

@media (min-width: 992px) {
      .primary .totalizer-wrapper, .primary .additional-content {
        display: none; } }
  @media (min-width: 768px) {
      .primary .totalizer-wrapper #gp_cta_faqs, .primary .additional-content #gp_cta_faqs, .primary .totalizer-wrapper #gp_cta_inappropriate_content, .primary .additional-content #gp_cta_inappropriate_content {
        margin: 0 2.54% 2.54%;
        padding-left: 0; } }
  .lt-ie9 .primary .totalizer-wrapper #gp_cta_faqs, .lt-ie9 .primary .additional-content #gp_cta_faqs, .lt-ie9 .primary .totalizer-wrapper #gp_cta_inappropriate_content, .lt-ie9 .primary .additional-content #gp_cta_inappropriate_content {
    margin: 0 2.54% 2.54%;
    padding-left: 0; }
  .primary .totalizer-wrapper {
    margin-bottom: 30px; }
  @media (min-width: 992px) {
    .primary .totalizer-wrapper {
      margin-bottom: 0; } }

#gp_cta_faqs, #gp_cta_inappropriate_content {
  padding: 10px; }
  aside .sidebar-content {
    display: none; }
  @media (min-width: 992px) {
  aside .sidebar-content {
    width: 290px;
    display: block;
    position: absolute;
    top: 60px;
    right: 0; } }
  @media (min-width: 992px) {
    aside .sidebar-content .totalizer-wrapper {
      display: block; }
      aside .sidebar-content .totalizer-wrapper .pod-inner {
        padding-top: 1px; }
      aside .sidebar-content .totalizer-wrapper .sponsors-list .pod-inner {
        padding: 10px 20px 20px; } }
  aside .sidebar-content #gp_cta_faqs, aside .sidebar-content #gp_cta_inappropriate_content {
    text-align: center; }

.gp-add-more-members .entrants-added:first-child {
  border: none;
  padding-top: 0; }
  .gp-add-more-members.pre-payment h3.sub-heading {
    display: none; }

.section-giving-page-index .intro {
  min-height: 300px; }
  @media (min-width: 992px) {
    .section-giving-page-index .intro {
      margin-bottom: 35px; } }
  .section-giving-page-index .intro:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .section-giving-page-index .intro p {
    font-size: 16px;
    margin: 0; }
  .section-giving-page-index .intro .profile {
    word-wrap: break-word;
    padding-top: 30px; }
  @media (min-width: 768px) {
      .section-giving-page-index .intro .profile {
        padding-top: 60px; } }
  .lt-ie9 .section-giving-page-index .intro .profile {
    padding-top: 60px; }
  .section-giving-page-index .intro .profile h1 {
    font-family: "sofia-pro", "Verdana", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.4375em;
    line-height: 1.217;
    margin-bottom: 5px;
    text-transform: none; }
  .section-giving-page-index .intro .profile .inner-wrap {
    position: relative; }
  .section-giving-page-index .intro .profile h5 {
    margin: 0; }
  .section-giving-page-index .intro .profile h3 {
    font-weight: bold;
    font-size: 4em;
    font-family: 'Knockout 47 A', 'Knockout 47 B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase; }
  .section-giving-page-index .intro .profile .profile-head {
    margin-bottom: 20px; }
  .section-giving-page-index .intro .profile .profile-head h5 {
    font-weight: normal; }
  .section-giving-page-index .intro .profile .profile-head h3 {
    margin-bottom: 0; }
  .section-giving-page-index .profile-head, .section-giving-page-index .profile-copy {
    text-align: center; }
  @media (min-width: 768px) {
    .section-giving-page-index .profile-head, .section-giving-page-index .profile-copy {
      text-align: left;
      margin-left: 185px; } }
  .lt-ie9 .section-giving-page-index .profile-head, .lt-ie9 .section-giving-page-index .profile-copy {
    text-align: left;
    margin-left: 185px; }

.section-giving-page-index .profile-head h3 {
  line-height: 0.85em; }

.section-giving-page-index .profile-pic {
  margin: 0 auto;
  width: 180px;
  text-align: center; }
  @media (min-width: 768px) {
  .section-giving-page-index .profile-pic {
    left: 0;
    position: absolute;
    top: 0;
    width: 160px; } }
  .lt-ie9 .section-giving-page-index .profile-pic {
    left: 0;
    position: absolute;
    top: 0;
    width: 160px; }
  .section-giving-page-index .profile-pic .inner {
    position: relative;
    width: 160px;
    margin: 0 auto; }
  .section-giving-page-index .profile-pic img {
    border-radius: 100px;
    display: block;
    height: 160px;
    margin: 0 auto;
    width: 160px; }
  .section-giving-page-index .profile-pic .button, .section-giving-page-index .profile-pic .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .section-giving-page-index .profile-pic label, .section-giving-page-index .profile-pic .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .section-giving-page-index .profile-pic label, .section-giving-page-index .profile-pic .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .section-giving-page-index .profile-pic label, .section-giving-page-index .profile-pic .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .section-giving-page-index .profile-pic label, .section-giving-page-index .profile-pic .section-page-options .tab-nav a, .section-page-options .tab-nav .section-giving-page-index .profile-pic a {
    padding: 0 25px;
    position: absolute;
    left: 0; }
  @media (min-width: 768px) {
    .section-giving-page-index .profile-pic .button, .section-giving-page-index .profile-pic .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .section-giving-page-index .profile-pic label, .section-giving-page-index .profile-pic .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .section-giving-page-index .profile-pic label, .section-giving-page-index .profile-pic .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .section-giving-page-index .profile-pic label, .section-giving-page-index .profile-pic .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .section-giving-page-index .profile-pic label, .section-giving-page-index .profile-pic .section-page-options .tab-nav a, .section-page-options .tab-nav .section-giving-page-index .profile-pic a {
      position: static; } }
  .lt-ie9 .section-giving-page-index .profile-pic .button, .lt-ie9 .section-giving-page-index .profile-pic .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .lt-ie9 .section-giving-page-index .profile-pic label, .lt-ie9 .section-giving-page-index .profile-pic .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .lt-ie9 .section-giving-page-index .profile-pic label, .lt-ie9 .section-giving-page-index .profile-pic .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .lt-ie9 .section-giving-page-index .profile-pic label, .lt-ie9 .section-giving-page-index .profile-pic .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .lt-ie9 .section-giving-page-index .profile-pic label, .lt-ie9 .section-giving-page-index .profile-pic .section-page-options .tab-nav a, .section-page-options .tab-nav .lt-ie9 .section-giving-page-index .profile-pic a {
    position: static; }
  .section-giving-page-index .profile-pic .share-page {
    padding: 0;
    margin-top: 90px; }
  @media (min-width: 768px) {
    .section-giving-page-index .profile-pic .share-page {
      margin-top: 20px; } }
  .lt-ie9 .section-giving-page-index .profile-pic .share-page {
    margin-top: 20px; }
  .section-giving-page-index .profile-pic .share-page > p {
    margin-top: 5px; }
  @media (min-width: 768px) {
      .section-giving-page-index .profile-pic .share-page > p {
        margin-top: 0; } }
  .lt-ie9 .section-giving-page-index .profile-pic .share-page > p {
    margin-top: 0; }
  .section-giving-page-index .profile-pic .share-page li {
    margin-left: 5px;
    padding-top: 35px;
    width: 40px; }
  @media (min-width: 768px) {
      .section-giving-page-index .profile-pic .share-page li {
        width: 27px; } }
  .lt-ie9 .section-giving-page-index .profile-pic .share-page li {
    width: 27px; }
  .section-giving-page-index .profile-pic .share-page li a span {
    height: 35px;
    line-height: 35px;
    width: 30px;
    font-size: 25px; }
  @media (min-width: 768px) {
        .section-giving-page-index .profile-pic .share-page li a span {
          height: 27px;
          line-height: 27px;
          width: 23px;
          font-size: 18px;
          padding-left: 3px; } }
  .lt-ie9 .section-giving-page-index .profile-pic .share-page li a span {
    height: 27px;
    line-height: 27px;
    width: 23px;
    font-size: 18px;
    padding-left: 3px; }
  .section-giving-page-index .profile-pic .share-page + .tip-target {
    margin: 90px 0 18px 5px;
    float: left;
    top: 10px; }
  @media (min-width: 768px) {
      .section-giving-page-index .profile-pic .share-page + .tip-target {
        margin-top: 20px;
        top: 5px;
        left: -5px; } }
  .lt-ie9 .section-giving-page-index .profile-pic .share-page + .tip-target {
    margin-top: 20px;
    top: 5px;
    left: -5px; }
  .section-giving-page-index .profile-pic .edit-photo {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    margin: 0;
    height: 50px;
    text-align: left; }
  .section-giving-page-index .profile-pic .edit-photo a {
    color: #1e1e1e;
    position: relative;
    top: -2px;
    left: 0;
    z-index: 11;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    margin: 6px 10px;
    display: block;
    line-height: 32px; }
  .section-giving-page-index .profile-pic .edit-photo a span {
    left: 15px;
    top: 1px;
    float: left;
    padding-right: 15px; }
  .section-giving-page-index .profile-pic .bg {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/edit-profile-pic-copacity.png);
    background-repeat: no-repeat;
    background-position: 6px 0;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%; }

.edit-photo a span, .edit-message a span {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 30px;
  width: 25px; }
  @media (min-width: 768px) {
    .edit-photo a span, .edit-message a span {
      float: left; } }
  .lt-ie9 .edit-photo a span, .lt-ie9 .edit-message a span {
    float: left; }

p#social-description {
  margin-bottom: 0; }

.my-url .url-box p {
  word-wrap: break-word;
  margin-right: 20px; }

.section-giving-page-index .profile-copy {
  clear: both; }
  .section-giving-page-index .profile-copy br {
    display: block;
    margin: 0 0 8px; }

.section-giving-page-index .intro .edit-message {
  margin: 20px 0 0;
  font-size: 16px;
  word-wrap: normal; }
  .section-giving-page-index .intro .edit-message a {
    text-decoration: none;
    color: #fff;
    font-size: 14px; }
  .section-giving-page-index .intro .edit-message a span {
    top: 8px;
    left: -5px; }
  @media (min-width: 768px) {
      .section-giving-page-index .intro .edit-message a span {
        top: -3px; } }
  .lt-ie9 .section-giving-page-index .intro .edit-message a span {
    top: -3px; }

.page-giving-page-index-index .tt-content {
  max-width: 250px; }
  @media (min-width: 768px) {
      .page-giving-page-index-index .tt-content.tt-profile-pic {
        max-width: 200px; } }
  .lt-ie9 .page-giving-page-index-index .tt-content.tt-profile-pic {
    max-width: 200px; }
  @media (min-width: 992px) {
    .page-giving-page-index-index .tt-content {
      max-width: 300px; } }
  .page-giving-page-index-index .tt-content .pod-inner {
    padding: 15px; }

.page-giving-page-index-index.user-junior .profile-pic {
  width: 160px; }
  .page-giving-page-index-index.user-junior .profile-pic li {
    width: 27px;
    overflow: visible; }

.edit-message-inline textarea {
  font-size: 14px;
  width: 100%;
  max-width: none;
  min-height: 156px; }

.edit-message-inline .char-limit {
  float: left; }

.edit-message-inline .button-wrapper {
  float: right; }

.edit-message-inline .button, .edit-message-inline .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .edit-message-inline label, .edit-message-inline .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .edit-message-inline label, .edit-message-inline .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .edit-message-inline label, .edit-message-inline .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .edit-message-inline label, .edit-message-inline .section-page-options .tab-nav a, .section-page-options .tab-nav .edit-message-inline a {
  float: left;
  margin-bottom: 0; }

.team-info .profile-copy .table {
  margin-bottom: 18px; }

.team-info .profile-copy .table p {
  font-size: 16px;
  margin: 0; }

.section-giving-page-index .my-team-info {
  text-align: center; }
  .section-giving-page-index .my-team-info .my-team-pic {
    position: relative; }
  .section-giving-page-index .my-team-info .my-team-pic img {
    border-radius: 100px;
    display: block;
    height: 122px;
    width: 122px;
    margin: 0 auto 20px; }
  @media (min-width: 768px) {
        .section-giving-page-index .my-team-info .my-team-pic img {
          position: absolute;
          left: 0;
          top: 0; } }
  .lt-ie9 .section-giving-page-index .my-team-info .my-team-pic img {
    position: absolute;
    left: 0;
    top: 0; }
  @media (min-width: 768px) {
      .section-giving-page-index .my-team-info .my-team-copy {
        margin-left: 150px; } }
  .lt-ie9 .section-giving-page-index .my-team-info .my-team-copy {
    margin-left: 150px; }
  .section-giving-page-index .my-team-info .my-team-copy .table p:nth-of-type(1) {
    font-size: 18px; }
    @media (min-width: 768px) {
        .section-giving-page-index .my-team-info .my-team-copy .table p {
          float: left;
          width: 47%; }
          .section-giving-page-index .my-team-info .my-team-copy .table p:nth-of-type(1) {
            width: 100%; } }
    .lt-ie9 .section-giving-page-index .my-team-info .my-team-copy .table p {
      float: left;
      width: 47%; }
      .lt-ie9 .section-giving-page-index .my-team-info .my-team-copy .table p:nth-of-type(1) {
        width: 100%; }
  .section-giving-page-index .my-team-info .my-team-copy h3 {
    font-weight: normal;
    word-wrap: break-word; }
  .message-feed-update {
    position: relative; }

.message-feed-update label {
  color: #444;
  font-size: 14px; }

.message-feed-update .form-input {
  font-size: 14px;
  height: 50px; }

.message-feed-update .button, .message-feed-update .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .message-feed-update label, .message-feed-update .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .message-feed-update label, .message-feed-update .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .message-feed-update label, .message-feed-update .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .message-feed-update label, .message-feed-update .section-page-options .tab-nav a, .section-page-options .tab-nav .message-feed-update a {
  margin: 0; }

.message-feed-update .throbber {
  display: inline-block;
  line-height: 30px;
  margin-left: 10px; }

.upload {
  position: relative;
  margin-bottom: 18px; }

.upload .sr-icon {
  display: block;
  float: left;
  font-size: 24px;
  line-height: 40px;
  margin: 0 2px 0 6px;
  width: 24px; }

.upload .fake-upload {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.1s linear background-color;
  -moz-transition: 0.1s linear background-color;
  -o-transition: 0.1s linear background-color;
  -ms-transition: 0.1s linear background-color;
  transition: 0.1s linear background-color;
  background-color: #ddd;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  padding: 0 14px 0 12px;
  position: relative;
  text-align: center;
  float: left;
  z-index: 10; }

.upload .fake-upload:hover {
  background-color: #666;
  color: #fff;
  cursor: pointer; }

.upload .file-path {
  float: left; }

.upload .file-text {
  display: block;
  padding-top: 12px;
  width: 100%;
  padding-left: 32px; }

.upload .upload-input {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  cursor: pointer;
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0;
  z-index: 100; }

.upload .upload-input input {
  height: 40px;
  width: 110px;
  cursor: pointer; }

.lt-ie10 .upload .fake-upload {
  width: 82px;
  font-size: 12px;
  padding: 0; }

.lt-ie10 .upload .upload-input input {
  width: 82px; }

.wall-post {
  background-color: #fff;
  padding: 30px 20px; }
  .wall-post .copy {
    overflow: hidden; }
  .wall-post .icon {
    background-image: url(/assets/layouts/SR14/images/ui/sprite.png);
    background-repeat: no-repeat;
    width: 64px;
    float: left; }
  .wall-post .post-date {
    color: #666; }
  .wall-post .post-donations {
    background-position: -420px -148px;
    height: 48px; }
  .wall-post .post-targets {
    background-position: -350px -148px;
    height: 48px; }
  .wall-post .post-milestone {
    background-position: -484px -149px;
    height: 58px; }
  .wall-post .post-image {
    float: left; }
  .wall-post .post-image img {
    display: block; }

.nojs .wall-post {
  margin-bottom: 22px; }

.post-options a:hover {
  color: #f0544a; }

.post-options a span {
  margin-bottom: -2px;
  margin-right: 4px; }

.nojs .post-options {
  display: none; }

.tt-content-wall .pod {
  margin: 0 0 18px; }

.tt-content-wall .pod .pod-inner {
  padding: 10px; }

.section-giving-page-index .tt-content .tri {
  bottom: 23px; }

.section-giving-page-index .tt-content-wall .tri {
  bottom: 11px;
  left: 41%; }

.tt-content-wall li {
  float: left;
  list-style: none;
  overflow: hidden;
  position: relative;
  height: 27px;
  width: 27px;
  margin: 0 0 0 10px; }

.tt-content-wall li:first-child {
  margin: 0; }

.tt-content-wall a {
  text-decoration: none;
  color: #fff; }

.tt-content-wall a span {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.1s linear background-color;
  -moz-transition: 0.1s linear background-color;
  -o-transition: 0.1s linear background-color;
  -ms-transition: 0.1s linear background-color;
  transition: 0.1s linear background-color;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 26px;
  left: 0;
  line-height: 27px;
  padding: 0 0 0 5px;
  position: absolute;
  top: 0;
  width: 22px; }

.tt-content-wall .share-facebook span {
  background-color: #4d67a3; }

.tt-content-wall .share-twitter span {
  background-color: #55acee; }

.show-more {
  margin: 20px 0 0; }
  .message-feed-wall.pod .pod-inner {
    text-align: left; }
  .message-feed-wall #messages {
    margin-top: 20px; }
  .message-feed-wall .post-an-update input.form-input {
    width: 100%; }
  .message-feed-wall .wall-post {
    margin-bottom: 2px; }
  .message-feed-wall .wall-post .post-options a {
    color: #666;
    text-decoration: none;
    margin-right: 20px;
    display: block;
    float: left;
    padding-top: 2px; }
  .message-feed-wall .wall-post .post-options span {
    background-image: url(/assets/layouts/SR16/images/ui/sprite-small-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 30px;
    position: relative;
    top: -2px; }
  .message-feed-wall .wall-post .post-options span.icon-icons_semi-cirlce {
    background-position: 0 -38px; }
  .message-feed-wall .wall-post .post-options span.icon-cross {
    background-position: 0 0; }

.autopost {
  position: relative; }
  .autopost:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .autopost .form-item-wrapper {
    position: relative;
    float: left;
    height: 40px;
    margin: 0 8px 10px 0;
    width: 137px; }
  .autopost .autopost-settings:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .autopost .autopost-settings p {
    float: left;
    padding-right: 20px; }
  .autopost #gp_cta_view_settings {
    float: none;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 2px; }
  @media (min-width: 768px) {
    .autopost #gp_cta_view_settings {
      margin-top: 8px;
      float: left;
      clear: none;
      padding-right: 10px;
      margin-left: 10px; } }
  .lt-ie9 .autopost #gp_cta_view_settings {
    margin-top: 8px;
    float: left;
    clear: none;
    padding-right: 10px;
    margin-left: 10px; }
  .autopost input[type='checkbox'] + label {
    background-image: url(/assets/layouts/SR14/images/ui/forms/social_autopost.png);
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    height: 40px;
    width: 137px;
    position: absolute;
    top: 0;
    left: 0; }

.autopost-facebook input[type='checkbox'] + label {
  background-position: 0 0; }

.autopost-facebook input[type='checkbox']:checked + label {
  background-position: 0 -50px; }

.autopost-twitter input[type='checkbox'] + label {
  background-position: -148px 0; }

.autopost-twitter input[type='checkbox']:checked + label {
  background-position: -148px -50px; }

.autopost-linkedin input[type='checkbox'] + label {
  background-position: -296px 0; }

.autopost-linkedin input[type='checkbox']:checked + label {
  background-position: -296px -50px; }

.has-totalizer .totalizer-wrapper {
  background-color: #1e1e1e;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    .has-totalizer .totalizer-wrapper {
      margin-bottom: 0; } }
  .has-totalizer .totalizer-wrapper .pod-inner {
    text-align: center; }
  .has-totalizer .totalizer-wrapper #totalizer_title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal; }
  .has-totalizer .totalizer-wrapper #totalizer_fundraising_target {
    margin-bottom: 0; }
  .has-totalizer .totalizer-wrapper .edit {
    margin-top: 5px; }
  .has-totalizer .totalizer-wrapper .edit a {
    color: #fff;
    text-decoration: none; }
  .has-totalizer .totalizer-wrapper .edit a:hover {
    text-decoration: underline; }
  .has-totalizer .totalizer-wrapper .edit #totalizer_edit_target {
    position: relative; }
  .has-totalizer .totalizer-wrapper .edit #totalizer_edit_target span {
    font-size: 30px;
    position: absolute;
    top: -3px; }
  .has-totalizer .totalizer-wrapper #totalizer_total {
    display: none; }
  .has-totalizer .totalizer-wrapper .button, .has-totalizer .totalizer-wrapper .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .has-totalizer .totalizer-wrapper label, .has-totalizer .totalizer-wrapper .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .has-totalizer .totalizer-wrapper label, .has-totalizer .totalizer-wrapper .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .has-totalizer .totalizer-wrapper label, .has-totalizer .totalizer-wrapper .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .has-totalizer .totalizer-wrapper label, .has-totalizer .totalizer-wrapper .section-page-options .tab-nav a, .section-page-options .tab-nav .has-totalizer .totalizer-wrapper a {
    margin-bottom: 30px; }
  .has-totalizer .totalizer-wrapper .sponsors {
    margin: 20px 0; }
  .has-totalizer .totalizer-wrapper .totalizer-pay-in-money {
    border: solid #303030;
    border-width: 1px 0;
    padding-bottom: 25px;
    margin-bottom: 20px; }
  .has-totalizer .totalizer-wrapper .totalizer-pay-in-money p {
    font-size: 0.9em; }
  .has-totalizer .totalizer-wrapper .totalizer-pay-in-money p:nth-of-type(1) {
    margin: 25px 0 10px; }
  .has-totalizer .totalizer-wrapper .totalizer-pay-in-money p:nth-of-type(2) {
    margin-bottom: 0; }
  .has-totalizer .totalizer-wrapper .totalizer-pay-in-money p.corporate_match {
    margin-bottom: 10px; }
  .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash .button, .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash label, .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash label, .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash label, .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash label, .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash .section-page-options .tab-nav a, .section-page-options .tab-nav .has-totalizer .totalizer-wrapper .totalizer-pay-in-money .add-cash a {
    margin-bottom: 5px; }

.sponsors-slideshow {
  height: 30px;
  margin-top: -10px;
  position: relative;
  overflow: hidden; }
  .sponsors-slideshow .sponsor {
    color: #75e1c2;
    float: left;
    margin-right: 20px;
    text-transform: capitalize; }
  .sponsors-slideshow .sponsor .amount {
    font-weight: bold; }
  .sponsors-slideshow .slide {
    padding-left: 300px;
    white-space: nowrap;
    display: block;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1500px;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -webkit-animation: moveSlideshow 18s linear infinite;
    -moz-animation: moveSlideshow 18s linear infinite;
    animation: moveSlideshow 18s linear infinite; }
  @media (min-width: 768px) {
    .sponsors-slideshow .slide {
      padding-left: 800px; } }
  .lt-ie9 .sponsors-slideshow .slide {
    padding-left: 800px; }
  @media (min-width: 992px) {
    .sponsors-slideshow .slide {
      animation-duration: 20s; } }

@-webkit-keyframes moveSlideshow {
  0% {
    left: 0; }

  100% {
    left: -1800px; } }

@-moz-keyframes moveSlideshow {
  0% {
    left: 0; }

  100% {
    left: -1800px; } }

@-o-keyframes moveSlideshow {
  0% {
    left: 0; }

  100% {
    left: -1800px; } }

@keyframes moveSlideshow {
  0% {
    left: 0; }

  100% {
    left: -1800px; } }

.gauge-wrapper {
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
  .gauge-wrapper .gauge {
    position: absolute;
    left: 50%; }
  .gauge-wrapper .gauge .gauge-container {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_00.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 240px;
    left: -110px;
    position: absolute;
    top: 0;
    width: 240px; }

.has-totalizer .totalizer .target-progress {
  margin-top: 84px;
  position: relative;
  z-index: 10; }
  .has-totalizer .totalizer .percent {
    position: relative;
    top: 30px;
    left: -10px; }
  .has-totalizer .totalizer canvas {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1; }

#totalizer_btn_get_sponsors, #totalizer_btn_sponsor_me {
  margin-top: 0; }

.has-totalizer aside .mb-ss {
  border-top: 1px solid #303030; }

.no-canvas .total {
  visibility: visible; }

.no-canvas .totalizer .segment-1 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_05.png); }

.no-canvas .totalizer .segment-2 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_10.png); }

.no-canvas .totalizer .segment-3 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_15.png); }

.no-canvas .totalizer .segment-4 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_20.png); }

.no-canvas .totalizer .segment-5 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_25.png); }

.no-canvas .totalizer .segment-6 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_30.png); }

.no-canvas .totalizer .segment-7 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_35.png); }

.no-canvas .totalizer .segment-8 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_40.png); }

.no-canvas .totalizer .segment-9 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_45.png); }

.no-canvas .totalizer .segment-10 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_50.png); }

.no-canvas .totalizer .segment-11 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_55.png); }

.no-canvas .totalizer .segment-12 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_60.png); }

.no-canvas .totalizer .segment-13 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_65.png); }

.no-canvas .totalizer .segment-14 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_70.png); }

.no-canvas .totalizer .segment-15 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_75.png); }

.no-canvas .totalizer .segment-16 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_80.png); }

.no-canvas .totalizer .segment-17 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_85.png); }

.no-canvas .totalizer .segment-18 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_90.png); }

.no-canvas .totalizer .segment-19 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_95.png); }

.no-canvas .totalizer .segment-20 {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_100.png); }

.add-person-details #lastname {
  margin-bottom: 20px !important; }

.entrants-added {
  border-top: 1px solid #ddd;
  margin-top: 28px;
  overflow: hidden;
  padding-top: 28px; }
  .entrants-added .col-name {
    float: left; }
  .entrants-added .col-edit {
    float: right; }
  .entrants-added .col-edit input:hover {
    font-weight: bold; }
  .entrants-added .col-edit input:first-child {
    margin-right: 20px; }

.additional-entrants-team-section h4 {
  float: left;
  margin-top: 10px;
  margin-right: 23px; }
  .additional-entrants-team-section h5 {
    margin-top: 45px; }
  .additional-entrants-team-section .team-list {
    padding: 20px 0px; }
  .additional-entrants-team-section .team-list p.name {
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 1.4375em;
    line-height: 1.217;
    color: #666; }
  .additional-entrants-team-section .team-list .team-row.first {
    padding-top: 0px; }
  .additional-entrants-team-section .team-list input[type='checkbox'] + label {
    margin-top: 0px; }

.top-team-members {
  margin: 30px auto 0;
  width: 230px; }
  .top-team-members:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  @media (min-width: 768px) {
  .top-team-members {
    width: auto; } }
  .lt-ie9 .top-team-members {
    width: auto; }
  .top-team-members .member {
    width: 100px;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
    float: left; }
  .top-team-members .member:nth-of-type(odd) {
    margin-right: 25px; }
  @media (min-width: 768px) {
    .top-team-members .member {
      margin-right: 25px;
      margin-bottom: 0; }
      .top-team-members .member:last-child {
        margin-right: 0; } }
  @media (min-width: 768px) and (min-width: 992px) {
        .top-team-members .member {
          width: auto; } }
  .lt-ie9 .top-team-members .member {
    margin-right: 25px;
    margin-bottom: 0; }
  .lt-ie9 .top-team-members .member:last-child {
    margin-right: 0; }
  @media (min-width: 992px) {
      .lt-ie9 .top-team-members .member {
        width: auto; } }
  .top-team-members .member h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px; }
  .top-team-members .member img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .top-team-members .member a {
    text-decoration: none;
    color: #1e1e1e; }
  .top-team-members .member a:visited {
    color: #1e1e1e; }
  .top-team-members .member a:hover {
    color: #999; }

#gp_team_members .col-portrait img {
  width: 59px;
  height: 59px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.top-team-members .member-1 .medal, .top-team-members .member-2 .medal, .top-team-members .member-3 .medal, .top-team-members .member-4 .medal, .top-team-members .member-5 .medal {
  background-image: url(/assets/layouts/SR16/images/ui/sprite-medals.png);
  height: 61px;
  left: -4px;
  position: absolute;
  top: -8px;
  width: 40px; }

.top-team-members .member-1 .medal {
  background-position: 0 0; }

.top-team-members .member-2 .medal {
  background-position: -49px 0; }

.top-team-members .member-3 .medal {
  background-position: -98px 0; }

.top-team-members .member-4 .medal {
  background-position: -147px 0; }

.top-team-members .member-5 .medal {
  background-position: -196px 0; }

.group-members .group-member, .team-members .group-member, .group-members .team-member, .team-members .team-member {
  background: #fff;
  margin-bottom: 2px;
  padding: 20px; }
  .group-members .group-member:after, .team-members .group-member:after, .group-members .team-member:after, .team-members .team-member:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .group-members .group-member .col:after, .team-members .group-member .col:after, .group-members .team-member .col:after, .team-members .team-member .col:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  @media (min-width: 768px) {
      .group-members .group-member .col, .team-members .group-member .col, .group-members .team-member .col, .team-members .team-member .col {
        float: left; } }
  .lt-ie9 .group-members .group-member .col, .lt-ie9 .team-members .group-member .col, .lt-ie9 .group-members .team-member .col, .lt-ie9 .team-members .team-member .col {
    float: left; }
  @media (min-width: 768px) {
      .group-members .group-member .col-distance, .team-members .group-member .col-distance, .group-members .team-member .col-distance, .team-members .team-member .col-distance, .group-members .group-member .col-portrait, .team-members .group-member .col-portrait, .group-members .team-member .col-portrait, .team-members .team-member .col-portrait {
        width: 15%; } }
  .lt-ie9 .group-members .group-member .col-distance, .lt-ie9 .team-members .group-member .col-distance, .lt-ie9 .group-members .team-member .col-distance, .lt-ie9 .team-members .team-member .col-distance, .lt-ie9 .group-members .group-member .col-portrait, .lt-ie9 .team-members .group-member .col-portrait, .lt-ie9 .group-members .team-member .col-portrait, .lt-ie9 .team-members .team-member .col-portrait {
    width: 15%; }
  .group-members .group-member .col-distance p, .team-members .group-member .col-distance p, .group-members .team-member .col-distance p, .team-members .team-member .col-distance p {
    overflow: hidden;
    height: 0;
    padding-top: 63px;
    width: 63px;
    background-image: url(/assets/layouts/SR16/images/ui/event-sprite.png);
    background-repeat: no-repeat; }
  .group-members .group-member .col-member, .team-members .group-member .col-member, .group-members .team-member .col-member, .team-members .team-member .col-member {
    padding-top: 3px; }
  @media (min-width: 768px) {
      .group-members .group-member .col-member, .team-members .group-member .col-member, .group-members .team-member .col-member, .team-members .team-member .col-member {
        width: 85%; } }
  .lt-ie9 .group-members .group-member .col-member, .lt-ie9 .team-members .group-member .col-member, .lt-ie9 .group-members .team-member .col-member, .lt-ie9 .team-members .team-member .col-member {
    width: 85%; }
  .group-members .group-member .col-member h5, .team-members .group-member .col-member h5, .group-members .team-member .col-member h5, .team-members .team-member .col-member h5 {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px; }
  .group-members .group-member p, .team-members .group-member p, .group-members .team-member p, .team-members .team-member p {
    margin: 0 auto; }
  @media (min-width: 768px) {
      .group-members .group-member p, .team-members .group-member p, .group-members .team-member p, .team-members .team-member p {
        float: left;
        margin: 0; }
        .group-members .group-member p:nth-of-type(2), .team-members .group-member p:nth-of-type(2), .group-members .team-member p:nth-of-type(2), .team-members .team-member p:nth-of-type(2) {
          margin-left: 20px; } }
  .lt-ie9 .group-members .group-member p, .lt-ie9 .team-members .group-member p, .lt-ie9 .group-members .team-member p, .lt-ie9 .team-members .team-member p {
    float: left;
    margin: 0; }
  .lt-ie9 .group-members .group-member p:nth-of-type(2), .lt-ie9 .team-members .group-member p:nth-of-type(2), .lt-ie9 .group-members .team-member p:nth-of-type(2), .lt-ie9 .team-members .team-member p:nth-of-type(2) {
    margin-left: 20px; }

.group-members .local_1mile p, .group-members .flagship_1mile p {
  background-position: -921px -130px; }

.group-members .local_3mile p, .group-members .flagship_3mile p {
  background-position: -1052px -130px; }

.group-members .local_6mile p, .group-members .flagship_6mile p {
  background-position: -1185px -130px; }

.group-members .amateur_3mile p {
  background-position: -657px -130px; }

.group-members .pro_25mile p {
  background-position: -525px -130px; }

.group-members .pro_50mile p {
  background-position: -525px -130px; }

.group-members .family-cycle p {
  background-position: -657px -130px; }

.group-members .cycle-simplycycle p {
  background-position: -790px -130px; }

.group-members .cycle-pro p {
  background-position: -526px -130px; }

.group-members .solo_1_5km p, .group-members .relay_1_5km p {
  background-position: 0 -130px; }

.group-members .solo_2_5km p, .group-members .relay_2_5km p {
  background-position: -131px -130px; }

.group-members .solo_5km p, .group-members .relay_5km p {
  background-position: -264px -130px; }

.group-members .solo_other p, .group-members .relay_other p, .group-members .swim-simplyswim p {
  background-position: -395px -130px; }

.non-event-fundraiser .group-members h5 {
  font-size: 16px; }
  .non-event-fundraiser #group-members-fields {
    margin-top: 40px; }
  .non-event-fundraiser #group-members-fields h3 {
    margin-bottom: 10px; }
  .non-event-fundraiser #group-members-fields .form-input {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
      .non-event-fundraiser #group-members-fields .form-input {
        width: 270px; } }
  .non-event-fundraiser #group-members-fields .error-messages .pod-inner {
    border: none;
    box-shadow: none;
    text-align: left;
    padding: 0 0 30px; }

.gp-event {
  margin: 0;
  position: relative; }
  .gp-event:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .gp-event .distance {
    padding: 10px 0 0; }
  @media (min-width: 768px) {
    .gp-event .distance {
      float: left;
      left: auto;
      margin-right: 30px;
      position: relative;
      top: auto; } }
  .lt-ie9 .gp-event .distance {
    float: left;
    left: auto;
    margin-right: 30px;
    position: relative;
    top: auto; }
  .gp-event .distance p {
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 122px;
    height: 122px;
    position: relative;
    padding-top: 10px;
    color: transparent; }
  .gp-event .distance span {
    background-image: url(/assets/layouts/SR16/images/ui/event-sprite.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 122px;
    width: 122px; }
  @media (min-width: 768px) {
    .gp-event .event-info {
      float: left;
      width: 62%; } }
  .lt-ie9 .gp-event .event-info {
    float: left;
    width: 62%; }
  .gp-event .event-info .event-name {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.4375em; }
  .gp-event.swim .distance span, .gp-event.cycle .distance span {
    top: -2px; }

.gp-event .local_1mile span, .gp-event .flagship_1mile span {
  background-position: -922px 0; }

.gp-event .local_3mile span, .gp-event .flagship_3mile span {
  background-position: -1053px 0; }

.gp-event .local_6mile span, .gp-event .flagship_6mile span {
  background-position: -1186px 0; }

.gp-event .amateur_3mile span {
  background-position: -658px 0; }

.gp-event .pro_25mile span {
  background-position: -526px 0; }

.gp-event .pro_50mile span {
  background-position: -526px 0; }

.gp-event .family-cycle span {
  background-position: -658px 0; }

.gp-event.cycle-simplycycle .distance span {
  background-position: -791px 0; }

.gp-event .solo_1_5km span, .gp-event .relay_1_5km span {
  background-position: 0 0; }

.gp-event .solo_2_5km span, .gp-event .relay_2_5km span {
  background-position: -132px 0; }

.gp-event .solo_5km span, .gp-event .relay_5km span {
  background-position: -265px 0; }

.gp-event.swim-simplyswim .distance span {
  background-position: -396px 0; }

.gp-event .logo {
  display: none; }

.gp-event.swim .logo {
  background: url(/assets/layouts/SR16/images/content/giving-page/swimathon_gp.png) no-repeat 50% 0;
  margin: 0 auto 6px;
  display: block;
  padding: 0;
  height: 15px; }
  .gp-event.swim .logo a {
    display: block;
    text-decoration: none;
    width: 111px;
    height: 15px; }

a {
  outline: 0; }

.gp-my-event {
  clear: both;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 768px) {
  .gp-my-event {
    text-align: left; } }
  .lt-ie9 .gp-my-event {
    text-align: left; }
  .gp-my-event .event-text {
    margin: 0 0 10px; }
  @media (min-width: 768px) {
    .gp-my-event .event-text {
      margin: 0;
      padding: 16px 20px 0 0; } }
  .lt-ie9 .gp-my-event .event-text {
    margin: 0;
    padding: 16px 20px 0 0; }

.gp-my-event .join-my-event {
  overflow: hidden;
  margin-bottom: 10px; }
  .gp-my-event .join-my-event span {
    display: inline-block; }
  @media (min-width: 768px) {
    .gp-my-event .join-my-event span {
      display: block;
      float: left; } }
  .lt-ie9 .gp-my-event .join-my-event span {
    display: block;
    float: left; }
  .gp-my-event .join-my-event a {
    margin: 5px 0 10px 0;
    display: block; }
  @media (min-width: 768px) {
    .gp-my-event .join-my-event a {
      float: left; } }
  .lt-ie9 .gp-my-event .join-my-event a {
    float: left; }

.gp-my-event.run #btnSubmit {
  background-color: #f0544a; }
  .gp-my-event.swim #btnSubmit {
    background-color: #00c2df; }
  .gp-my-event.cycle #btnSubmit {
    background-color: #a3d55f; }

.gp-my-event .gp-search-nearest-event .search {
  margin: 0;
  max-width: none; }
  .gp-my-event .gp-search-nearest-event label {
    display: block;
    font-size: 1em;
    margin-bottom: 20px;
    text-align: center; }
  @media (min-width: 768px) {
    .gp-my-event .gp-search-nearest-event label {
      float: left;
      margin-right: 20px;
      padding: 16px 10px 0 0; } }
  .lt-ie9 .gp-my-event .gp-search-nearest-event label {
    float: left;
    margin-right: 20px;
    padding: 16px 10px 0 0; }
  .gp-my-event .gp-search-nearest-event.pod .pod-inner {
    padding: 0;
    border: none; }
  .gp-my-event .gp-search-nearest-event fieldset {
    max-width: none; }
  .gp-my-event .gp-search-nearest-event .search-fields-wrap {
    width: 100%;
    float: left;
    margin: 0; }
  @media (min-width: 768px) {
    .gp-my-event .gp-search-nearest-event .search-fields-wrap {
      margin: 0;
      max-width: 290px; } }
  .lt-ie9 .gp-my-event .gp-search-nearest-event .search-fields-wrap {
    margin: 0;
    max-width: 290px; }
  .gp-my-event .gp-search-nearest-event .search-fields-wrap #search_query {
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-left: 13px;
    float: left;
    height: 50px;
    font-size: 16px;
    margin-bottom: 0;
    width: 92%; }
  @media (min-width: 768px) {
      .gp-my-event .gp-search-nearest-event .search-fields-wrap #search_query {
        max-width: 260px; } }
  .lt-ie9 .gp-my-event .gp-search-nearest-event .search-fields-wrap #search_query {
    max-width: 260px; }
  .gp-my-event .gp-search-nearest-event .search-fields-wrap #btnSubmit {
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 60px;
    font-family: "icons";
    font-size: 38px;
    text-indent: 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    right: 0;
    left: auto;
    top: 0; }

.gp-event-wrap .resources {
  text-align: center; }
  .gp-event-wrap .resources p {
    font-size: 18px; }
  .gp-event-wrap .resources .logo-swimathon {
    background: url(/assets/layouts/SR16/images/content/giving-page/swimathon_medium_gp.png) no-repeat 50% 0;
    height: 0;
    padding-top: 32px;
    width: 218px;
    overflow: hidden;
    display: block;
    margin: 0 auto; }
  .gp-event-wrap .resources .copy {
    margin-top: 20px;
    display: block; }
  @media (min-width: 768px) {
      .gp-event-wrap .resources .copy {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px; } }
  .lt-ie9 .gp-event-wrap .resources .copy {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px; }
  .gp-event-wrap .resources .copy a {
    padding-right: 4px;
    display: inline-block;
    padding-top: 2px; }
  .gp-event-wrap .resources .copy a:first-child {
    border: none; }
  .gp-event-wrap .resources .copy span {
    background-image: url(/assets/layouts/SR16/images/ui/sprite-small-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 30px;
    position: relative;
    top: -2px; }
  .gp-event-wrap .resources .copy span.icon-tips {
    background-position: 0 -76px; }
  .gp-event-wrap .resources .copy span.icon-download {
    background-position: 0 -113px; }
  .gp-event-wrap .resources .copy span.icon-result {
    background-position: 0 -150px; }

.page-giving-page-options-promote .sub-content .pod-inner {
  padding-bottom: 2px;
  text-align: center;
  position: relative; }
  .page-giving-page-options-promote .sr-icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: 0.1s linear background-color;
    -moz-transition: 0.1s linear background-color;
    -o-transition: 0.1s linear background-color;
    -ms-transition: 0.1s linear background-color;
    transition: 0.1s linear background-color;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 26px;
    line-height: 27px;
    padding: 0 0 0 5px;
    width: 22px;
    margin-right: 0.35em;
    display: inline-block;
    vertical-align: baseline; }
  .page-giving-page-options-promote .linked {
    color: #00c2df;
    font-size: 18px;
    font-weight: 700; }
  .page-giving-page-options-promote #gp_facebook .sr-icon {
    background-color: ; }
  .page-giving-page-options-promote #gp_twitter .sr-icon {
    background-color: ; }
  .page-giving-page-options-promote #gp_linkedin .sr-icon {
    background-color: ; }

.page-giving-page-donate-index .errors {
  background-color: #f5f5f5; }
  .page-giving-page-donate-index .intro {
    padding-top: 55px; }
  .page-giving-page-donate-index .intro .layout-wrap {
    position: relative; }
  .page-giving-page-donate-index .intro .intro-content {
    text-align: center; }
  @media (min-width: 768px) {
      .page-giving-page-donate-index .intro .intro-content {
        text-align: left; } }
  .lt-ie9 .page-giving-page-donate-index .intro .intro-content {
    text-align: left; }
  @media (min-width: 768px) {
        .page-giving-page-donate-index .intro .intro-content.info {
          margin-left: 320px; } }
  .lt-ie9 .page-giving-page-donate-index .intro .intro-content.info {
    margin-left: 320px; }
  .page-giving-page-donate-index .intro .intro-content.sponsor-image {
    margin-top: 16px;
    text-align: right;
    padding-right: 20px;
    left: -14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 768px) {
        .page-giving-page-donate-index .intro .intro-content.sponsor-image {
          left: 0;
          margin-top: 0;
          position: absolute;
          top: 0px;
          text-align: left; } }
  .lt-ie9 .page-giving-page-donate-index .intro .intro-content.sponsor-image {
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0px;
    text-align: left; }
  .page-giving-page-donate-index .intro .intro-content.sponsor-image img {
    height: 135px;
    width: 135px; }
  .page-giving-page-donate-index .intro .intro-content.totaliser {
    text-align: left;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 768px) {
        .page-giving-page-donate-index .intro .intro-content.totaliser {
          padding-left: 0px;
          position: absolute;
          top: -14px;
          left: 187px; } }
  .lt-ie9 .page-giving-page-donate-index .intro .intro-content.totaliser {
    padding-left: 0px;
    position: absolute;
    top: -14px;
    left: 187px; }
  .page-giving-page-donate-index .intro .intro-content.totaliser .gauge-wrapper {
    width: 165px;
    height: auto;
    margin-bottom: 0; }
    .page-giving-page-donate-index .intro .intro-content.totaliser .gauge-wrapper .gauge-container {
      background-image: url(/assets/layouts/SR16/images/content/sponsorship/totaliser/totalizer_00.png); }
      .page-giving-page-donate-index .intro .intro-content.totaliser .gauge-wrapper .gauge-container .target-progress {
        position: absolute;
        top: 90px;
        font-size: 12px;
        left: 46px; }
  .page-giving-page-donate-index .intro .intro-content h1 {
    font-family: 'Knockout 27 A', 'Knockout 27 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 3.8em; }
  .page-giving-page-donate-index .intro .sponsor-image img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .page-giving-page-donate-index .intro p {
    font-weight: 300;
    margin: 0; }
  .page-giving-page-donate-index .layout-wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px; }
  .page-giving-page-donate-index .message {
    padding-top: 70px; }
  .page-giving-page-donate-index .message h2 {
    font-weight: bold;
    margin-bottom: 40px; }
  .page-giving-page-donate-index .picker-wrap {
    background-color: #f5f5f5;
    border-bottom-color: #f5f5f5;
    padding-top: 41px;
    padding-bottom: 55px; }
  .page-giving-page-donate-index .picker-wrap:before {
    border-top-color: #f5f5f5; }
  .page-giving-page-donate-index .click-donation-amounts {
    margin-bottom: 25px; }
  .page-giving-page-donate-index .click-donation-amounts .button, .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label, .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a, .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts a {
    margin-right: 0;
    margin-left: 0;
    width: 45%; }
  @media (min-width: 992px) {
      .page-giving-page-donate-index .click-donation-amounts .button, .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label, .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a, .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts a {
        width: 14.5%; } }
  .page-giving-page-donate-index .click-donation-amounts .button + .button, .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + .button, .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label + a, .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label + .button, .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + .button, .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label + a, .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label + .button, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + .button, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label + a, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label + .button, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + .button, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + label, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + .section-page-options .tab-nav a, .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label + a, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label + .button, .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + .button, .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + label, .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + label, .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + label, .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + label, .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + .section-page-options .tab-nav a, .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a + a, .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts a + .button, .page-giving-page-donate-index .click-donation-amounts .button + .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .button + label, .page-giving-page-donate-index .click-donation-amounts .button + .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .button + label, .page-giving-page-donate-index .click-donation-amounts .button + .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .button + label, .page-giving-page-donate-index .click-donation-amounts .button + .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts .button + label, .page-giving-page-donate-index .click-donation-amounts .button + .section-page-options .tab-nav a, .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts .button + a {
    margin-right: 0;
    margin-left: 0; }
  .page-giving-page-donate-index .click-donation-amounts .button:nth-child(odd), .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label:nth-child(odd), .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(odd), .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label:nth-child(odd), .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(odd), .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label:nth-child(odd), .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(odd), .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label:nth-child(odd), .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(odd), .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a:nth-child(odd), .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts a:nth-child(odd) {
    margin-right: 8%; }
  @media (min-width: 992px) {
      .page-giving-page-donate-index .click-donation-amounts .button:nth-child(odd), .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label:nth-child(odd), .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(odd), .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label:nth-child(odd), .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(odd), .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label:nth-child(odd), .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(odd), .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label:nth-child(odd), .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(odd), .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a:nth-child(odd), .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts a:nth-child(odd) {
        margin-right: 20px; } }
  @media (min-width: 992px) {
      .page-giving-page-donate-index .click-donation-amounts .button:nth-child(even), .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label:nth-child(even), .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(even), .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label:nth-child(even), .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(even), .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label:nth-child(even), .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(even), .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label:nth-child(even), .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:nth-child(even), .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a:nth-child(even), .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts a:nth-child(even) {
        margin-right: 20px; } }
  .page-giving-page-donate-index .click-donation-amounts .button:last-child, .page-giving-page-donate-index .click-donation-amounts .page-search-event-results input[type='radio'] + label:last-child, .page-search-event-results input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:last-child, .page-giving-page-donate-index .click-donation-amounts .page-search-event-index input[type='radio'] + label:last-child, .page-search-event-index input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:last-child, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-distance input[type='radio'] + label:last-child, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:last-child, .page-giving-page-donate-index .click-donation-amounts .page-search-event-result .event-time input[type='radio'] + label:last-child, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-donate-index .click-donation-amounts label:last-child, .page-giving-page-donate-index .click-donation-amounts .section-page-options .tab-nav a:last-child, .section-page-options .tab-nav .page-giving-page-donate-index .click-donation-amounts a:last-child {
    margin-right: 0; }
  .page-giving-page-donate-index .donation-banner {
    overflow: hidden;
    margin-bottom: 30px; }
  .page-giving-page-donate-index .donation-banner h2 {
    font-weight: bold; }
  @media (min-width: 768px) {
      .page-giving-page-donate-index .donation-banner h2 {
        margin-bottom: 60px; } }
  .lt-ie9 .page-giving-page-donate-index .donation-banner h2 {
    margin-bottom: 60px; }
  .page-giving-page-donate-index .donation-banner .donation-container {
    background-color: #fff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    height: 345px;
    position: relative; }
  .page-giving-page-donate-index .donation-banner .donation-container .banner-amount {
    position: absolute;
    border-radius: 100%;
    background-color: #f0544a;
    color: #fff;
    margin-left: -30px;
    min-width: 37px;
    top: 139px;
    font-size: 22px;
    padding: 11px 7px;
    border: 5px solid #fff;
    z-index: 10;
    left: 50%; }
  .page-giving-page-donate-index .donation-banner .donation-container p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: -10px;
    height: 175px;
    background-color: #fff;
    padding: 35px 20px 0 20px; }
  .page-giving-page-donate-index .donation-banner .donation-container p span {
    color: #f0544a; }
  .page-giving-page-donate-index .donation-banner .donation-banner-1 .donation-container {
    display: none; }
  @media (min-width: 768px) {
        .page-giving-page-donate-index .donation-banner .donation-banner-1 .donation-container {
          background-image: url(/assets/layouts/SR16/images/content/sponsorship/moneybuys/desktop/15.png);
          display: block; } }
  .lt-ie9 .page-giving-page-donate-index .donation-banner .donation-banner-1 .donation-container {
    background-image: url(/assets/layouts/SR16/images/content/sponsorship/moneybuys/desktop/15.png);
    display: block; }
  .page-giving-page-donate-index .donation-banner .donation-banner-2 .donation-container {
    background-image: url(/assets/layouts/SR16/images/content/sponsorship/moneybuys/desktop/25.png); }
  @media (min-width: 768px) {
      .page-giving-page-donate-index .donation-banner .donation-banner-2 .donation-container {
        margin-right: 8px;
        margin-left: 8px; } }
  .lt-ie9 .page-giving-page-donate-index .donation-banner .donation-banner-2 .donation-container {
    margin-right: 8px;
    margin-left: 8px; }
  .page-giving-page-donate-index .donation-banner .donation-banner-3 .donation-container {
    display: none; }
  @media (min-width: 768px) {
        .page-giving-page-donate-index .donation-banner .donation-banner-3 .donation-container {
          background-image: url(/assets/layouts/SR16/images/content/sponsorship/moneybuys/desktop/50.png);
          display: block; } }
  .lt-ie9 .page-giving-page-donate-index .donation-banner .donation-banner-3 .donation-container {
    background-image: url(/assets/layouts/SR16/images/content/sponsorship/moneybuys/desktop/50.png);
    display: block; }
  @media (min-width: 768px) {
    .page-giving-page-donate-index .gutter-right {
      margin-right: 15px; } }
  .lt-ie9 .page-giving-page-donate-index .gutter-right {
    margin-right: 15px; }
  @media (min-width: 768px) {
    .page-giving-page-donate-index .gutter-left {
      margin-left: 15px; } }
  .lt-ie9 .page-giving-page-donate-index .gutter-left {
    margin-left: 15px; }
  .page-giving-page-donate-index .giftaid {
    background-color: #303030;
    color: #fff;
    overflow: hidden;
    padding: 55px 0 40px 0; }
  @media (min-width: 768px) {
    .page-giving-page-donate-index .giftaid {
      padding: 115px 0 100px 0; } }
  .lt-ie9 .page-giving-page-donate-index .giftaid {
    padding: 115px 0 100px 0; }
  .page-giving-page-donate-index .giftaid .giftaid-logo {
    background: url(/assets/layouts/SR16/images/content/sponsorship/giftaid.png) center top no-repeat;
    height: 81px;
    margin-bottom: 30px; }
  .page-giving-page-donate-index .giftaid .white-box {
    background-color: #fff;
    color: #303030;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    overflow: hidden; }
  @media (min-width: 768px) {
      .page-giving-page-donate-index .giftaid .white-box {
        padding: 30px 30px 20px 30px; } }
  .lt-ie9 .page-giving-page-donate-index .giftaid .white-box {
    padding: 30px 30px 20px 30px; }
  .page-giving-page-donate-index .giftaid .white-box span {
    color: #f0544a;
    font-weight: bold; }
  .page-giving-page-donate-index .giftaid .white-box p.type--xs, .page-giving-page-donate-index .giftaid .white-box p a {
    color: #666; }
  .page-giving-page-donate-index .message label, .page-giving-page-donate-index .message p {
    color: #666; }
  .page-giving-page-donate-index .message textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    height: 128px;
    border: 1px solid #ddd;
    color: #494949;
    font-size: 1em;
    padding: 13px;
    box-sizing: border-box;
    background-color: #fafafa; }
  @media (min-width: 768px) {
      .page-giving-page-donate-index .message textarea {
        max-width: 560px;
        width: 560px; } }
  .lt-ie9 .page-giving-page-donate-index .message textarea {
    max-width: 560px;
    width: 560px; }
  .page-giving-page-donate-index .billing h2 {
    font-weight: bold; }
  .page-giving-page-donate-index .billing label {
    color: #666; }
  .page-giving-page-donate-index .keep-posted h2 {
    font-weight: bold; }
  .page-giving-page-donate-index .validate-no #amount {
    background-position: right -1696px; }
  .page-giving-page-donate-index #errorMessages {
    padding-top: 30px; }

.enter-own-donation {
  position: relative; }
  .enter-own-donation .gbp {
    color: #494949;
    font-size: 44px;
    position: absolute;
    left: 20px;
    top: 3px; }
  @media (min-width: 992px) {
    .enter-own-donation .gbp {
      left: 50px; } }
  .enter-own-donation input {
    font-size: 46px;
    padding: 0px 25px 8px 50px;
    height: 70px; }
  .enter-own-donation input:before {
    position: relative;
    top: -30px; }
  @media (min-width: 768px) {
    .enter-own-donation input {
      width: 257px; } }
  .lt-ie9 .enter-own-donation input {
    width: 257px; }

.page-giving-page-donate-index .donation-details .select-currency p {
  margin-bottom: 5px;
  font-weight: 700; }
  .page-giving-page-donate-index .donation-details .gift-aid {
    margin-top: 20px; }

.card-or-paypal {
  clear: both;
  overflow: hidden; }
  .card-or-paypal .pay-by-paypal .or {
    display: none; }
  .card-or-paypal .pay-by-card h3 span {
    display: inline-block; }
  .card-or-paypal .hr {
    display: block;
    margin: 20px 0 10px; }
  .card-or-paypal .pay-by-paypal, .card-or-paypal .pay-by-card {
    clear: both; }
  .card-or-paypal .paypal-donate .paypal-logo {
    float: left;
    position: relative;
    padding-top: 9px;
    width: 170px; }
  .card-or-paypal .paypal-donate .paypal-logo span {
    background: url(/assets/layouts/SR14/images/logos/payment_method_icons_sprite.png) 0 -16px no-repeat;
    height: 0;
    padding-top: 25px;
    width: 80px;
    display: inline-block;
    position: absolute;
    overflow: hidden; }
  .card-or-paypal .pay-by-paypal.no-borders {
    border: none; }
  .card-or-paypal .pay-by-paypal.no-borders .paypal-donate {
    padding-bottom: 10px; }

@media (min-width: 992px) {
      .page-giving-page-donate-index.corporate-hub .intro h1 {
        font-size: 5.8125em; } }
  .page-giving-page-donate-index.corporate-hub .donation-details {
    padding-top: 41px;
    text-align: center; }
  .page-giving-page-donate-index.corporate-hub .donation-details .gbp, .page-giving-page-donate-index.corporate-hub .donation-details #amount {
    display: inline-block;
    top: 6px; }
  .page-giving-page-donate-index.corporate-hub .donation-details .enter-own-donation {
    margin-top: 20px; }
  .page-giving-page-donate-index.corporate-hub .donation-details .gbp {
    left: 25px;
    z-index: 100; }
  @media (min-width: 768px) {
      .page-giving-page-donate-index.corporate-hub .donation-details .gbp {
        left: 50px; } }
  .lt-ie9 .page-giving-page-donate-index.corporate-hub .donation-details .gbp {
    left: 50px; }
  .page-giving-page-donate-index.corporate-hub .donation-details #amount {
    padding: 2.54% 2.54% 2.54% 55px; }
  .page-giving-page-donate-index.corporate-hub #message {
    min-height: 200px;
    margin-top: 20px;
    padding: 15px;
    width: 100%;
    max-width: none;
    font-size: 16px;
    box-sizing: border-box;
    font-family: "sofia-pro", "Verdana", Arial, sans-serif;
    font-style: normal;
    font-weight: 300; }
  @media (min-width: 768px) {
    .page-giving-page-donate-index.corporate-hub #message {
      width: 640px;
      max-width: 640px; } }
  .lt-ie9 .page-giving-page-donate-index.corporate-hub #message {
    width: 640px;
    max-width: 640px; }
  .page-giving-page-donate-index.corporate-hub .give-with-confidence {
    margin-top: 60px;
    padding-top: 52px; }

.page-giving-page-donate-complete .content {
  margin-bottom: 40px; }
  .page-giving-page-donate-complete .intro {
    padding-top: 60px;
    margin-bottom: 40px; }
  .page-giving-page-donate-complete .intro h1 {
    font-size: 3em; }
  @media (min-width: 768px) {
      .page-giving-page-donate-complete .intro h1 {
        font-size: 5.125em; } }
  .lt-ie9 .page-giving-page-donate-complete .intro h1 {
    font-size: 5.125em; }
  @media (min-width: 992px) {
      .page-giving-page-donate-complete .intro h1 {
        font-size: 5.8125em; } }
  .page-giving-page-donate-complete #sponsorship_cta_see_my_sponsorship {
    margin-top: 0; }

.page-giving-page-donate-complete .transaction-id {
  margin-bottom: 30px; }
  .page-giving-page-donate-complete .social-share {
    font-size: 23px; }
  @media (min-width: 992px) {
    .page-giving-page-donate-complete .social-share {
      margin: 0px auto;
      width: 80%; } }
  .page-giving-page-donate-complete #social {
    margin-top: 30px;
    list-style: none; }
  @media (min-width: 992px) {
      .page-giving-page-donate-complete #social li {
        display: inline-block;
        margin-right: 20px; }
        .page-giving-page-donate-complete #social li:last-child {
          margin-right: 0; } }
  .page-giving-page-donate-complete #social input {
    vertical-align: top;
    margin: 0 -6px 20px;
    width: 250px;
    height: 50px;
    padding: 0 20px 0 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  @media (min-width: 768px) {
      .page-giving-page-donate-complete #social input {
        width: 210px; } }
  .lt-ie9 .page-giving-page-donate-complete #social input {
    width: 210px; }
  @media (min-width: 992px) {
      .page-giving-page-donate-complete #social input {
        margin-bottom: 0; } }
  .page-giving-page-donate-complete #social input.facebook {
    background-color: #4d67a3; }
  .page-giving-page-donate-complete #social input.twitter {
    background-color: #55acee; }
  .page-giving-page-donate-complete #social input.linkedin {
    background-color: #0076b8; }
  .page-giving-page-donate-complete #social .icons {
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    height: 38px;
    width: 22px;
    font-size: 28px;
    padding: 12px 0 0 25px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .page-giving-page-donate-complete #social .icons-facebook-filled {
    background-color: #4d67a3; }
  .page-giving-page-donate-complete #social .icons-twitter-filled {
    background-color: #55acee; }
  .page-giving-page-donate-complete #social .icons-img-linkedin {
    background: #0076b8 url(/assets/layouts/SR16/images/ui/icons/linkedin.png) 24px 14px no-repeat; }
  .page-giving-page-donate-complete #sponsorship_cta_see_my_sponsorship {
    max-width: 295px;
    margin-left: 5px; }
  @media (min-width: 768px) {
    .page-giving-page-donate-complete #sponsorship_cta_see_my_sponsorship {
      max-width: none;
      min-width: 255px;
      margin-left: 0; } }
  .lt-ie9 .page-giving-page-donate-complete #sponsorship_cta_see_my_sponsorship {
    max-width: none;
    min-width: 255px;
    margin-left: 0; }

.accepted-currencies p {
  font-size: 18px; }
  .accepted-currencies div {
    overflow: hidden; }
  .accepted-currencies ul {
    padding: 0;
    margin: 0; }
  .accepted-currencies ul li {
    float: left;
    list-style: none;
    background: #4f4a4a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px 3px;
    margin: 0 9px 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .accepted-currencies ul li:last-child {
    margin: 0; }

.give-with-confidence .partners .logo h3 {
  background-image: url(/assets/layouts/SR14/images/content/donate/donate_sprite.png);
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden; }
  .give-with-confidence .partners .logo.caf h3 {
    background-position: 0 0;
    width: 166px;
    padding-top: 29px; }
  .give-with-confidence .partners .logo.frsb h3 {
    background-position: -186px 0;
    width: 147px;
    padding-top: 75px; }
  .give-with-confidence .partners .logo.worldpay h3 {
    background-position: -353px 0;
    width: 100px;
    padding-top: 29px; }
  .give-with-confidence .partners .logo.digicert h3 {
    background-position: -473px 0;
    width: 104px;
    padding-top: 75px; }
  .give-with-confidence .partners .logo:last-child h3 {
    margin-bottom: 10px; }

.offline-donations .selected {
  padding: 0px 25px; }
  .offline-donations .grid-row {
    border-bottom: 2px solid #fff;
    background-color: #f5f5f5; }
  @media (min-width: 768px) {
    .offline-donations .grid-row {
      border-bottom: 0px;
      background-color: transparent; } }
  .lt-ie9 .offline-donations .grid-row {
    border-bottom: 0px;
    background-color: transparent; }
  @media (min-width: 768px) {
      .offline-donations .grid-row .grid-col {
        display: block;
        /* fallback */
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-line-pack: center;
        -webkit-align-items: center;
        align-items: center;
        min-height: 75px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #fff; } }
  .lt-ie9 .offline-donations .grid-row .grid-col {
    display: block;
    /* fallback */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff; }
  @media (min-width: 768px) {
      .offline-donations .grid-row .grid-col-left {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-flex-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
  .lt-ie9 .offline-donations .grid-row .grid-col-left {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .offline-donations .grid-row .col-remove {
    display: none; }
  @media (min-width: 768px) {
      .offline-donations .grid-row .col-remove {
        display: block;
        /* fallback */
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-line-pack: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-flex-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
  .lt-ie9 .offline-donations .grid-row .col-remove {
    display: block;
    /* fallback */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .offline-donations .grid-row .col-remove-mob {
    display: block;
    /* fallback */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    align-items: center; }
  @media (min-width: 768px) {
      .offline-donations .grid-row .col-remove-mob {
        display: none; } }
  .lt-ie9 .offline-donations .grid-row .col-remove-mob {
    display: none; }
  @media (min-width: 768px) {
      .offline-donations .grid-row .col-paymentinfo {
        min-height: 75px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #fff; } }
  .lt-ie9 .offline-donations .grid-row .col-paymentinfo {
    min-height: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff; }
  .offline-donations .grid-row .col-paymentinfo p {
    margin-bottom: 0px; }
  .offline-donations input[type="button"] {
    margin: 0px auto; }
  .offline-donations .listing, .offline-donations .total {
    padding: 15px 0px; }
  @media (min-width: 768px) {
    .offline-donations .listing, .offline-donations .total {
      padding: 0px; } }
  .lt-ie9 .offline-donations .listing, .lt-ie9 .offline-donations .total {
    padding: 0px; }
  .offline-donations .total, .offline-donations .total-pending {
    background-color: #f5f5f5; }
  .offline-donations .select-all {
    background-color: transparent; }
  .offline-donations .select-all, .offline-donations .total, .offline-donations .total-pending {
    margin: 15px 0px; }
  .offline-donations .total {
    text-align: center; }
  @media (min-width: 768px) {
    .offline-donations .total {
      margin: 0px; } }
  .lt-ie9 .offline-donations .total {
    margin: 0px; }
  .offline-donations .total-pending {
    text-align: center;
    padding: 20px 0px 15px; }
  @media (min-width: 768px) {
    .offline-donations .total-pending {
      text-align: right; } }
  .lt-ie9 .offline-donations .total-pending {
    text-align: right; }

.page-giving-page-index-team-options .has-frstip {
  overflow: visible; }
  .page-giving-page-index-team-options .pro-frstip {
    margin-top: 0px; }
  .page-giving-page-index-team-options .pro-frstip .tip-target {
    position: absolute;
    left: 75%;
    top: -50px; }
  @media (min-width: 768px) {
      .page-giving-page-index-team-options .pro-frstip .tip-target {
        top: initial; } }
  .lt-ie9 .page-giving-page-index-team-options .pro-frstip .tip-target {
    top: initial; }
  .page-giving-page-index-team-options .article + .article {
    margin-top: 20px; }
  @media (min-width: 768px) {
      .page-giving-page-index-team-options .article + .article {
        margin-top: 0px; } }
  .lt-ie9 .page-giving-page-index-team-options .article + .article {
    margin-top: 0px; }
  .page-giving-page-index-team-options .article img {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
      .page-giving-page-index-team-options .content:nth-of-type(2) {
        padding-top: 10px; } }
  @media (min-width: 768px) {
      .page-giving-page-index-team-options .content:nth-of-type(3) {
        padding-top: 35px; } }
  .lt-ie9 .page-giving-page-index-team-options .content:nth-of-type(3) {
    padding-top: 35px; }
  .page-giving-page-index-team-options #fm-set-up-team, .page-giving-page-index-team-options .search-fields-wrap {
    margin-top: 10px; }

.page-giving-page-options-manage-team .col-portrait img {
  width: 70px;
  height: 70px; }
  .page-giving-page-options-manage-team .col-member a, .page-giving-page-options-manage-team .col-member p {
    display: block;
    /* fallback */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-line-pack: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 70px; }
  .page-giving-page-options-manage-team .col-members {
    padding: 15px 0px;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .page-giving-page-options-manage-team .col-members {
      min-height: 130px;
      margin-bottom: 20px; } }
  .lt-ie9 .page-giving-page-options-manage-team .col-members {
    min-height: 130px;
    margin-bottom: 20px; }
  .page-giving-page-options-manage-team input {
    margin-top: 0px; }

.user-junior.non-event-fundraiser-join-team .search .tip-target {
  top: 6px;
  left: 5px; }

.page-get-sponsors .intro {
  margin-bottom: 0px;
  min-height: initial; }
  .page-get-sponsors .intro p {
    margin-left: auto;
    margin-right: auto; }
  .page-get-sponsors .sponsor-choices > div {
    padding: 40px 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #ddd; }
  @media (min-width: 768px) {
      .page-get-sponsors .sponsor-choices > div {
        margin-left: 0px;
        margin-right: 0px;
        border: 0px; } }
  .lt-ie9 .page-get-sponsors .sponsor-choices > div {
    margin-left: 0px;
    margin-right: 0px;
    border: 0px; }
  @media (min-width: 992px) {
      .page-get-sponsors .sponsor-choices > div {
        padding: 0px; } }
  .page-get-sponsors .sponsor-choices .copy {
    width: 100%;
    display: block; }
  @media (min-width: 768px) {
      .page-get-sponsors .sponsor-choices .copy {
        height: 130px;
        min-height: 130px; } }
  .lt-ie9 .page-get-sponsors .sponsor-choices .copy {
    height: 130px;
    min-height: 130px; }
  @media (min-width: 992px) {
      .page-get-sponsors .sponsor-choices .copy {
        height: 195px;
        min-height: 195px; } }
  .page-get-sponsors .sponsor-choices a, .page-get-sponsors .sponsor-choices p {
    font-family: "sofia-pro", "Verdana", Arial, sans-serif;
    font-style: normal;
    font-weight: 300; }
  .page-get-sponsors .sponsor-choices a + a {
    margin-left: 0px;
    padding: 0px; }
  .page-get-sponsors .sponsor-choices p {
    color: #666; }
  .page-get-sponsors .sponsor-choices .image {
    height: 100px; }
  @media (min-width: 992px) {
      .page-get-sponsors .sponsor-choices .image {
        height: 140px; } }
  .page-get-sponsors .sponsor-choices .sponsor-email .image {
    background-position: 25px 0px; }
  .page-get-sponsors .sponsor-choices .sponsor-social .image {
    background-position: -135px 0px; }
  .page-get-sponsors .sponsor-choices .sponsor-promote-page .image {
    background-position: -310px 0px;
    min-height: 125px; }
  .page-get-sponsors .sponsor-choices .sponsor-cash .image {
    background-position: -480px 0px;
    min-height: 125px;
    width: 100px; }
  .page-get-sponsors .sponsor-choices .sponsor-cash {
    border: 0px; }
  .page-get-sponsors.user-junior .sponsor-social .image {
    background-position: -135px -143px; }
  .page-get-sponsors.user-junior .sponsor-promote-page .image {
    background-position: -310px -143px; }
  @media (min-width: 768px) {
        .page-get-sponsors.user-junior .sponsor-choices .copy, .page-get-sponsors.team-member .sponsor-choices .copy {
          height: 150px;
          min-height: 150px; } }
  .lt-ie9 .page-get-sponsors.user-junior .sponsor-choices .copy, .lt-ie9 .page-get-sponsors.team-member .sponsor-choices .copy {
    height: 150px;
    min-height: 150px; }
  @media (min-width: 992px) {
        .page-get-sponsors.user-junior .sponsor-choices .copy, .page-get-sponsors.team-member .sponsor-choices .copy {
          height: 250px;
          min-height: 250px; } }

.page-promote-page .social-options > div {
  border-bottom: 2px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0px -15px; }
  @media (min-width: 768px) {
      .page-promote-page .social-options > div {
        border: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 0px; } }
  .lt-ie9 .page-promote-page .social-options > div {
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px; }
  .page-promote-page .social-options > div.last {
    border: 0px; }
  .page-promote-page.user-junior .social-options > div {
    border: 0px; }

.get-sponsors-image, .page-get-sponsors .sponsor-choices .image, .page-giving-page-index-get-sponsors-email aside .send-reminder-email .img {
  display: block;
  width: 160px;
  margin: 0px auto;
  background-image: url(/assets/layouts/SR16/images/ui/sprite-get-sponsors.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.page-set-autoposts .autopost-options {
  border-bottom: 3px solid #ddd;
  margin: 0px -15px 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .page-set-autoposts .autopost-options {
      border: 0px;
      margin: 0px;
      padding-bottom: 0px; } }
  .lt-ie9 .page-set-autoposts .autopost-options {
    border: 0px;
    margin: 0px;
    padding-bottom: 0px; }
  .page-set-autoposts .autopost-options.last {
    border: 0px; }
  .page-set-autoposts .autopost-options .pod {
    border-top: 3px solid #ddd; }
  .page-set-autoposts .autopost-options .pod div {
    border-top: 1px solid #ddd;
    padding: 40px 30px; }
  .page-set-autoposts .autopost-options #overlay.inactive {
    background-color: #fafafa; }
  .page-set-autoposts.user-junior .autopost-options {
    border: 0px; }
  .page-set-autoposts input[type='checkbox'] + label {
    padding: 0px 0px 0px 50px; }

.page-giving-page-index-get-sponsors-email *[class^="col-"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .page-giving-page-index-get-sponsors-email .intro {
    margin-bottom: 40px; }
  .page-giving-page-index-get-sponsors-email .intro p {
    margin: 0 auto; }
  .page-giving-page-index-get-sponsors-email .grid-row {
    text-align: left; }
  .page-giving-page-index-get-sponsors-email .add-contacts {
    margin-bottom: 20px; }
  .page-giving-page-index-get-sponsors-email .add-contacts:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .page-giving-page-index-get-sponsors-email .add-contacts a {
    margin-top: 0;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
      .page-giving-page-index-get-sponsors-email .add-contacts a {
        width: 200px; } }
  .lt-ie9 .page-giving-page-index-get-sponsors-email .add-contacts a {
    width: 200px; }
  @media (min-width: 992px) {
      .page-giving-page-index-get-sponsors-email .add-contacts a {
        min-width: 290px; } }
  .page-giving-page-index-get-sponsors-email .add-contacts textarea {
    width: 100%;
    height: 50px;
    max-width: none;
    min-height: none; }
  .page-giving-page-index-get-sponsors-email .message {
    margin: 30px 0 40px;
    text-align: left; }
  .page-giving-page-index-get-sponsors-email .message #fm-gp-message {
    min-height: 330px;
    color: #666;
    margin: 10px 0 20px;
    background-color: #fff; }
  .page-giving-page-index-get-sponsors-email .message h3 {
    font-weight: normal; }
  .page-giving-page-index-get-sponsors-email .pod-grey {
    margin-top: 20px; }
  .page-giving-page-index-get-sponsors-email .pod-grey .button, .page-giving-page-index-get-sponsors-email .pod-grey .page-search-event-results input[type='radio'] + label, .page-search-event-results input[type='radio'] + .page-giving-page-index-get-sponsors-email .pod-grey label, .page-giving-page-index-get-sponsors-email .pod-grey .page-search-event-index input[type='radio'] + label, .page-search-event-index input[type='radio'] + .page-giving-page-index-get-sponsors-email .pod-grey label, .page-giving-page-index-get-sponsors-email .pod-grey .page-search-event-result .event-distance input[type='radio'] + label, .page-search-event-result .event-distance input[type='radio'] + .page-giving-page-index-get-sponsors-email .pod-grey label, .page-giving-page-index-get-sponsors-email .pod-grey .page-search-event-result .event-time input[type='radio'] + label, .page-search-event-result .event-time input[type='radio'] + .page-giving-page-index-get-sponsors-email .pod-grey label, .page-giving-page-index-get-sponsors-email .pod-grey .section-page-options .tab-nav a, .section-page-options .tab-nav .page-giving-page-index-get-sponsors-email .pod-grey a {
    min-width: 230px; }
  .page-giving-page-index-get-sponsors-email .subject {
    font-size: 23px;
    text-align: left; }
  .page-giving-page-index-get-sponsors-email .team-name {
    word-wrap: break-word; }
  .page-giving-page-index-get-sponsors-email .cr-message {
    margin-top: 30px; }
  .page-giving-page-index-get-sponsors-email #get_sponsors_cancel {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .page-giving-page-index-get-sponsors-email #get_sponsors_cancel, .page-giving-page-index-get-sponsors-email #get_sponsors_send_email {
      min-width: 180px;
      width: 180px;
      padding: 0 20px; } }
  .lt-ie9 .page-giving-page-index-get-sponsors-email #get_sponsors_cancel, .lt-ie9 .page-giving-page-index-get-sponsors-email #get_sponsors_send_email {
    min-width: 180px;
    width: 180px;
    padding: 0 20px; }
  @media (min-width: 992px) {
    .page-giving-page-index-get-sponsors-email #get_sponsors_cancel, .page-giving-page-index-get-sponsors-email #get_sponsors_send_email {
      min-width: 230px;
      max-width: 290px;
      padding: 0 35px; } }

.page-giving-page-index-get-sponsors-email aside {
  text-align: center;
  color: #fff; }
  .page-giving-page-index-get-sponsors-email aside .send-reminder-email {
    padding: 15px;
    border-bottom: 1px solid #303030;
    margin-bottom: 20px;
    padding-bottom: 30px; }
  .page-giving-page-index-get-sponsors-email aside .send-reminder-email h3 {
    font-weight: normal; }
  .page-giving-page-index-get-sponsors-email aside .send-reminder-email .img {
    margin: 35px auto 20px;
    background-position: 25px 0;
    height: 85px; }
  @media (min-width: 768px) {
      .page-giving-page-index-get-sponsors-email aside .send-reminder-email a {
        padding: 0 20px;
        font-size: 16px; } }
  .lt-ie9 .page-giving-page-index-get-sponsors-email aside .send-reminder-email a {
    padding: 0 20px;
    font-size: 16px; }
  @media (min-width: 992px) {
      .page-giving-page-index-get-sponsors-email aside .send-reminder-email a {
        padding: 0 35px;
        font-size: 18px; } }
  .page-giving-page-index-get-sponsors-email aside .sponsors-slideshow {
    padding-bottom: 15px; }
  .page-giving-page-index-get-sponsors-email aside #gp_cta_faqs {
    color: #1e1e1e;
    padding-top: 0;
    font-weight: bold; }

.section-top-tips h2 {
  font-weight: 500;
  margin: 40px 0 60px; }
  .section-top-tips .content a {
    font-weight: bold; }
  .section-top-tips .grid-row {
    padding: 60px 0; }
  .section-top-tips .grid-row:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .section-top-tips .grid-row .layout-wrap > div {
    padding-bottom: 43px;
    margin-bottom: 40px;
    border-bottom: 2px solid #ddd; }
  .section-top-tips .grid-row .layout-wrap > div:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
      .section-top-tips .grid-row .layout-wrap > div {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; } }
  .lt-ie9 .section-top-tips .grid-row .layout-wrap > div {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .section-top-tips .grid-row + .grid-row {
    padding-top: 0;
    background-color: #fafafa; }
  @media (min-width: 768px) {
      .section-top-tips .grid-row + .grid-row {
        background-color: #fff;
        margin-bottom: 40px;
        padding-top: 60px; } }
  .lt-ie9 .section-top-tips .grid-row + .grid-row {
    background-color: #fff;
    margin-bottom: 40px;
    padding-top: 60px; }
  .section-top-tips .grid-row + .grid-row .layout-wrap > div:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .section-top-tips .copy {
    padding: 0 15px; }
  @media (min-width: 768px) {
    .section-top-tips .copy {
      padding: 0; } }
  .lt-ie9 .section-top-tips .copy {
    padding: 0; }
  .section-top-tips .copy p {
    color: #666;
    margin-bottom: 15px; }
  .section-top-tips .copy a {
    line-height: 1.5; }

.top-tips-image {
  display: block;
  background-image: url(/assets/layouts/SR16/images/ui/sprite-top-tips.png);
  background-repeat: no-repeat;
  margin: 0 auto 20px;
  height: 112px; }

.handy-guide .top-tips-image {
  background-position: 0 0;
  width: 72px; }

.show-sponsors .top-tips-image {
  background-position: -92px 0;
  width: 93px; }

.get-sponsors .top-tips-image {
  background-position: -205px 0;
  width: 98px; }

.most-generous .top-tips-image {
  background-position: -323px 0;
  width: 63px; }

.social-networks .top-tips-image {
  background-position: -403px 0;
  width: 160px; }

.friends-family .top-tips-image {
  background-position: -580px 0;
  width: 95px; }

.parent-guardian .top-tips-image {
  background-position: -695px 0;
  width: 121px; }

.fundraising-beaver .top-tips-image {
  background-position: -835px 0;
  width: 91px; }

.intro h1 {
  font-size: 4.5em;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .intro h1 {
      font-size: 5.8125em;
      margin-top: -7px; } }
  .lt-ie9 .intro h1 {
    font-size: 5.8125em;
    margin-top: -7px; }
  @media (min-width: 992px) {
    .intro h1 {
      font-size: 92px;
      margin-top: -8px; } }
  .intro h1.normalize {
    font-size: 4em;
    line-height: 0.78; }
  @media (min-width: 768px) {
      .intro h1.normalize {
        font-size: 5.125em; } }
  .lt-ie9 .intro h1.normalize {
    font-size: 5.125em; }
  @media (min-width: 992px) {
      .intro h1.normalize {
        font-size: 5.8125em;
        line-height: 0.77; } }
  @media (min-width: 768px) {
    .intro p {
      font-size: 1.3125em;
      margin: auto;
      max-width: 500px; } }
  .lt-ie9 .intro p {
    font-size: 1.3125em;
    margin: auto;
    max-width: 500px; }

.page-search-event-index .intro, .page-search-event-result .intro, .page-journey-choice .intro, .page-event-type-simplycycle .intro, .page-registration-payment-complete .intro, .section-page-options .intro, .section-team-options .intro, .section-giving-page-donate .intro, .section-get-sponsors .intro, .section-my-team .intro, .module-user .intro, .page-giving-page-index-get-sponsors-email .intro, .section-search-giving-pages .intro, .section-giving-page-donate-offline .intro, .section-top-tips .intro, .non-event-fundraiser-join-team .intro, .page-payment-error .intro {
  padding-bottom: 80px;
  color: #fff;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .page-search-event-index .intro a, .page-search-event-result .intro a, .page-journey-choice .intro a, .page-event-type-simplycycle .intro a, .page-registration-payment-complete .intro a, .section-page-options .intro a, .section-team-options .intro a, .section-giving-page-donate .intro a, .section-get-sponsors .intro a, .section-my-team .intro a, .module-user .intro a, .page-giving-page-index-get-sponsors-email .intro a, .section-search-giving-pages .intro a, .section-giving-page-donate-offline .intro a, .section-top-tips .intro a, .non-event-fundraiser-join-team .intro a, .page-payment-error .intro a {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none; }
  .page-search-event-index .intro a:hover, .page-search-event-result .intro a:hover, .page-journey-choice .intro a:hover, .page-event-type-simplycycle .intro a:hover, .page-registration-payment-complete .intro a:hover, .section-page-options .intro a:hover, .section-team-options .intro a:hover, .section-giving-page-donate .intro a:hover, .section-get-sponsors .intro a:hover, .section-my-team .intro a:hover, .module-user .intro a:hover, .page-giving-page-index-get-sponsors-email .intro a:hover, .section-search-giving-pages .intro a:hover, .section-giving-page-donate-offline .intro a:hover, .section-top-tips .intro a:hover, .non-event-fundraiser-join-team .intro a:hover, .page-payment-error .intro a:hover {
    border-bottom: 0px; }
  .page-search-event-index .container, .page-search-event-result .container, .page-journey-choice .container, .page-event-type-simplycycle .container, .page-registration-payment-complete .container, .section-page-options .container, .section-team-options .container, .section-giving-page-donate .container, .section-get-sponsors .container, .section-my-team .container, .module-user .container, .page-giving-page-index-get-sponsors-email .container, .section-search-giving-pages .container, .section-giving-page-donate-offline .container, .section-top-tips .container, .non-event-fundraiser-join-team .container, .page-payment-error .container {
    max-width: 100%; }
  .page-search-event-index .content, .page-search-event-result .content, .page-journey-choice .content, .page-event-type-simplycycle .content, .page-registration-payment-complete .content, .section-page-options .content, .section-team-options .content, .section-giving-page-donate .content, .section-get-sponsors .content, .section-my-team .content, .module-user .content, .page-giving-page-index-get-sponsors-email .content, .section-search-giving-pages .content, .section-giving-page-donate-offline .content, .section-top-tips .content, .non-event-fundraiser-join-team .content, .page-payment-error .content {
    text-align: center; }

.page-search-event-result .intro, .page-search-event-index .intro, .non-event-fundraiser-registration .intro {
  min-height: 290px; }
  .page-search-event-result .intro .inner, .page-search-event-index .intro .inner, .non-event-fundraiser-registration .intro .inner {
    padding-top: 20px; }
  @media (min-width: 768px) {
      .page-search-event-result .intro .inner, .page-search-event-index .intro .inner, .non-event-fundraiser-registration .intro .inner {
        padding-top: 60px; } }
  .lt-ie9 .page-search-event-result .intro .inner, .lt-ie9 .page-search-event-index .intro .inner, .lt-ie9 .non-event-fundraiser-registration .intro .inner {
    padding-top: 60px; }

.page-journey-choice .intro, .page-registration-payment-complete .intro, .section-page-options .intro, .section-team-options .intro, .page-giving-page-donate-complete .intro, .section-get-sponsors .intro, .section-my-team .intro, .module-user .intro, .page-giving-page-index-get-sponsors-email .intro, .section-search-giving-pages .intro, .section-giving-page-donate-offline .intro, .section-top-tips .intro, .non-event-fundraiser-join-team .intro, .page-payment-error .intro {
  height: 290px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .page-journey-choice .intro .inner, .page-registration-payment-complete .intro .inner, .section-page-options .intro .inner, .section-team-options .intro .inner, .page-giving-page-donate-complete .intro .inner, .section-get-sponsors .intro .inner, .section-my-team .intro .inner, .module-user .intro .inner, .page-giving-page-index-get-sponsors-email .intro .inner, .section-search-giving-pages .intro .inner, .section-giving-page-donate-offline .intro .inner, .section-top-tips .intro .inner, .non-event-fundraiser-join-team .intro .inner, .page-payment-error .intro .inner {
    padding-top: 75px; }

.page-giving-page-index-index .intro, .page-giving-page-donate-index .intro, .section-non-event-fundraiser .intro {
  padding-bottom: 80px;
  color: #fff;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .page-giving-page-index-index.page-giving-page-donate-index .intro, .page-giving-page-donate-index.page-giving-page-donate-index .intro, .section-non-event-fundraiser.page-giving-page-donate-index .intro {
    background-image: url(/assets/layouts/SR16/images/content/sponsorship/banners/mobile-lo-res.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .page-giving-page-index-index.page-giving-page-donate-index .intro, .page-giving-page-donate-index.page-giving-page-donate-index .intro, .section-non-event-fundraiser.page-giving-page-donate-index .intro {
        background-image: url(/assets/layouts/SR16/images/content/sponsorship/banners/mobile-hi-res.jpg); } }
  @media (min-width: 768px) {
      .page-giving-page-index-index.page-giving-page-donate-index .intro, .page-giving-page-donate-index.page-giving-page-donate-index .intro, .section-non-event-fundraiser.page-giving-page-donate-index .intro {
        background-image: url(/assets/layouts/SR16/images/content/sponsorship/banners/desktop-lo-res.jpg); } }
    @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-giving-page-index-index.page-giving-page-donate-index .intro, .page-giving-page-donate-index.page-giving-page-donate-index .intro, .section-non-event-fundraiser.page-giving-page-donate-index .intro {
          background-image: url(/assets/layouts/SR16/images/content/sponsorship/banners/desktop-hi-res.jpg); } }
  .lt-ie9 .page-giving-page-index-index.page-giving-page-donate-index .intro, .lt-ie9 .page-giving-page-donate-index.page-giving-page-donate-index .intro, .lt-ie9 .section-non-event-fundraiser.page-giving-page-donate-index .intro {
    background-image: url(/assets/layouts/SR16/images/content/sponsorship/banners/desktop-lo-res.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .lt-ie9 .page-giving-page-index-index.page-giving-page-donate-index .intro, .lt-ie9 .page-giving-page-donate-index.page-giving-page-donate-index .intro, .lt-ie9 .section-non-event-fundraiser.page-giving-page-donate-index .intro {
          background-image: url(/assets/layouts/SR16/images/content/sponsorship/banners/desktop-hi-res.jpg); } }
  .page-giving-page-index-index.page-giving-page-donate-index.corporate-hub .intro, .page-giving-page-donate-index.page-giving-page-donate-index.corporate-hub .intro, .section-non-event-fundraiser.page-giving-page-donate-index.corporate-hub .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/giving_page_bg_white.jpg); }
  .page-giving-page-index-index.section-giving-page-index .intro, .page-giving-page-donate-index.section-giving-page-index .intro, .section-non-event-fundraiser.section-giving-page-index .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/giving_page_bg_black_mob.jpg); }
  @media (min-width: 768px) {
      .page-giving-page-index-index.section-giving-page-index .intro, .page-giving-page-donate-index.section-giving-page-index .intro, .section-non-event-fundraiser.section-giving-page-index .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/giving_page_bg_black.jpg); } }
  .lt-ie9 .page-giving-page-index-index.section-giving-page-index .intro, .lt-ie9 .page-giving-page-donate-index.section-giving-page-index .intro, .lt-ie9 .section-non-event-fundraiser.section-giving-page-index .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/giving_page_bg_black.jpg); }
  @media (min-width: 992px) {
      .page-giving-page-index-index.section-giving-page-index .intro, .page-giving-page-donate-index.section-giving-page-index .intro, .section-non-event-fundraiser.section-giving-page-index .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/giving_page_bg_white.jpg); } }

.page-get-sponsors .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-get-sponsors .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-get-sponsors .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-get-sponsors .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_bg@2x.jpg); } }
  .lt-ie9 .page-get-sponsors .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-get-sponsors .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_bg@2x.jpg); } }

.page-get-sponsors-email .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_send_email_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-get-sponsors-email .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_send_email_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-get-sponsors-email .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_send_email_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-get-sponsors-email .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_send_email_bg@2x.jpg); } }
  .lt-ie9 .page-get-sponsors-email .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_send_email_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-get-sponsors-email .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/get_sponsors_send_email_bg@2x.jpg); } }

.page-set-autoposts .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/set_autopost_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-set-autoposts .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/set_autopost_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-set-autoposts .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/set_autopost_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-set-autoposts .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/set_autopost_bg@2x.jpg); } }
  .lt-ie9 .page-set-autoposts .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/set_autopost_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-set-autoposts .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/set_autopost_bg@2x.jpg); } }

.page-promote-page .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/post_update_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-promote-page .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/post_update_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-promote-page .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/post_update_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-promote-page .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/post_update_bg@2x.jpg); } }
  .lt-ie9 .page-promote-page .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/post_update_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-promote-page .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/post_update_bg@2x.jpg); } }

.page-journey-choice .run-default .intro, .page-registration-payment-complete .run-default .intro, .page-journey-choice.reg-event-type-run .intro, .page-registration-payment-complete.reg-event-type-run .intro {
  background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .page-journey-choice .run-default .intro, .page-registration-payment-complete .run-default .intro, .page-journey-choice.reg-event-type-run .intro, .page-registration-payment-complete.reg-event-type-run .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
      .page-journey-choice .run-default .intro, .page-registration-payment-complete .run-default .intro, .page-journey-choice.reg-event-type-run .intro, .page-registration-payment-complete.reg-event-type-run .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg.jpg); } }
    @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-journey-choice .run-default .intro, .page-registration-payment-complete .run-default .intro, .page-journey-choice.reg-event-type-run .intro, .page-registration-payment-complete.reg-event-type-run .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg@2x.jpg); } }
  .lt-ie9 .page-journey-choice .run-default .intro, .lt-ie9 .page-registration-payment-complete .run-default .intro, .lt-ie9 .page-journey-choice.reg-event-type-run .intro, .lt-ie9 .page-registration-payment-complete.reg-event-type-run .intro {
    background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .lt-ie9 .page-journey-choice .run-default .intro, .lt-ie9 .page-registration-payment-complete .run-default .intro, .lt-ie9 .page-journey-choice.reg-event-type-run .intro, .lt-ie9 .page-registration-payment-complete.reg-event-type-run .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg@2x.jpg); } }
  .page-journey-choice.reg-event-type-cycle .intro, .page-registration-payment-complete.reg-event-type-cycle .intro, .page-journey-choice .cycle-amateur .intro, .page-registration-payment-complete .cycle-amateur .intro {
    background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_family_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .page-journey-choice.reg-event-type-cycle .intro, .page-registration-payment-complete.reg-event-type-cycle .intro, .page-journey-choice .cycle-amateur .intro, .page-registration-payment-complete .cycle-amateur .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_family_mob@2x.jpg); } }
  @media (min-width: 768px) {
      .page-journey-choice.reg-event-type-cycle .intro, .page-registration-payment-complete.reg-event-type-cycle .intro, .page-journey-choice .cycle-amateur .intro, .page-registration-payment-complete .cycle-amateur .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_family.jpg); } }
    @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-journey-choice.reg-event-type-cycle .intro, .page-registration-payment-complete.reg-event-type-cycle .intro, .page-journey-choice .cycle-amateur .intro, .page-registration-payment-complete .cycle-amateur .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_family@2x.jpg); } }
  .lt-ie9 .page-journey-choice.reg-event-type-cycle .intro, .lt-ie9 .page-registration-payment-complete.reg-event-type-cycle .intro, .lt-ie9 .page-journey-choice .cycle-amateur .intro, .lt-ie9 .page-registration-payment-complete .cycle-amateur .intro {
    background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_family.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .lt-ie9 .page-journey-choice.reg-event-type-cycle .intro, .lt-ie9 .page-registration-payment-complete.reg-event-type-cycle .intro, .lt-ie9 .page-journey-choice .cycle-amateur .intro, .lt-ie9 .page-registration-payment-complete .cycle-amateur .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_family@2x.jpg); } }
  .page-journey-choice.page-event-type-cycle .intro, .page-registration-payment-complete.page-event-type-cycle .intro, .page-journey-choice .cycle-pro .intro, .page-registration-payment-complete .cycle-pro .intro {
    background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .page-journey-choice.page-event-type-cycle .intro, .page-registration-payment-complete.page-event-type-cycle .intro, .page-journey-choice .cycle-pro .intro, .page-registration-payment-complete .cycle-pro .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro_mob@2x.jpg); } }
  @media (min-width: 768px) {
      .page-journey-choice.page-event-type-cycle .intro, .page-registration-payment-complete.page-event-type-cycle .intro, .page-journey-choice .cycle-pro .intro, .page-registration-payment-complete .cycle-pro .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro.jpg); } }
    @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-journey-choice.page-event-type-cycle .intro, .page-registration-payment-complete.page-event-type-cycle .intro, .page-journey-choice .cycle-pro .intro, .page-registration-payment-complete .cycle-pro .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro@2x.jpg); } }
  .lt-ie9 .page-journey-choice.page-event-type-cycle .intro, .lt-ie9 .page-registration-payment-complete.page-event-type-cycle .intro, .lt-ie9 .page-journey-choice .cycle-pro .intro, .lt-ie9 .page-registration-payment-complete .cycle-pro .intro {
    background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .lt-ie9 .page-journey-choice.page-event-type-cycle .intro, .lt-ie9 .page-registration-payment-complete.page-event-type-cycle .intro, .lt-ie9 .page-journey-choice .cycle-pro .intro, .lt-ie9 .page-registration-payment-complete .cycle-pro .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro@2x.jpg); } }
  .page-journey-choice.reg-event-type-swim .intro, .page-registration-payment-complete.reg-event-type-swim .intro, .page-journey-choice .swim-default .intro, .page-registration-payment-complete .swim-default .intro {
    background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_swim_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .page-journey-choice.reg-event-type-swim .intro, .page-registration-payment-complete.reg-event-type-swim .intro, .page-journey-choice .swim-default .intro, .page-registration-payment-complete .swim-default .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_swim_mob@2x.jpg); } }
  @media (min-width: 768px) {
      .page-journey-choice.reg-event-type-swim .intro, .page-registration-payment-complete.reg-event-type-swim .intro, .page-journey-choice .swim-default .intro, .page-registration-payment-complete .swim-default .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_swim.jpg); } }
    @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-journey-choice.reg-event-type-swim .intro, .page-registration-payment-complete.reg-event-type-swim .intro, .page-journey-choice .swim-default .intro, .page-registration-payment-complete .swim-default .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_swim@2x.jpg); } }
  .lt-ie9 .page-journey-choice.reg-event-type-swim .intro, .lt-ie9 .page-registration-payment-complete.reg-event-type-swim .intro, .lt-ie9 .page-journey-choice .swim-default .intro, .lt-ie9 .page-registration-payment-complete .swim-default .intro {
    background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_swim.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .lt-ie9 .page-journey-choice.reg-event-type-swim .intro, .lt-ie9 .page-registration-payment-complete.reg-event-type-swim .intro, .lt-ie9 .page-journey-choice .swim-default .intro, .lt-ie9 .page-registration-payment-complete .swim-default .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_swim@2x.jpg); } }

.page-event-type-simplycycle .intro {
  background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-event-type-simplycycle .intro {
      background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-event-type-simplycycle .intro {
      background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-event-type-simplycycle .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro@2x.jpg); } }
  .lt-ie9 .page-event-type-simplycycle .intro {
    background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-event-type-simplycycle .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/event/journey_choice/journey_bg_cycle_pro@2x.jpg); } }

.page-search-event-index .intro {
  padding-top: 60px;
  margin-bottom: 40px;
  background-image: url(/assets/layouts/SR16/images/content/search/results/results-bg-mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-search-event-index .intro {
      background-image: url(/assets/layouts/SR16/images/content/search/results/results-bg-mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-search-event-index .intro {
      background-image: url(/assets/layouts/SR16/images/content/search/results/results-bg-desktop.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-search-event-index .intro {
          background-image: url(/assets/layouts/SR16/images/content/search/results/results-bg-desktop@2x.jpg); } }
  .lt-ie9 .page-search-event-index .intro {
    background-image: url(/assets/layouts/SR16/images/content/search/results/results-bg-desktop.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-search-event-index .intro {
        background-image: url(/assets/layouts/SR16/images/content/search/results/results-bg-desktop@2x.jpg); } }

.page-event-type-simplyswim .intro, .page-event-type-defaultswim .intro {
  background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_swim_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-event-type-simplyswim .intro, .page-event-type-defaultswim .intro {
      background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_swim_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-event-type-simplyswim .intro, .page-event-type-defaultswim .intro {
      background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_swim.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-event-type-simplyswim .intro, .page-event-type-defaultswim .intro {
          background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_swim@2x.jpg); } }
  .lt-ie9 .page-event-type-simplyswim .intro, .lt-ie9 .page-event-type-defaultswim .intro {
    background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_swim.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-event-type-simplyswim .intro, .lt-ie9 .page-event-type-defaultswim .intro {
        background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_swim@2x.jpg); } }

.page-event-type-run .intro {
  background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_run_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-event-type-run .intro {
      background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_run_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-event-type-run .intro {
      background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_run.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-event-type-run .intro {
          background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_run@2x.jpg); } }
  .lt-ie9 .page-event-type-run .intro {
    background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_run.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-event-type-run .intro {
        background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_run@2x.jpg); } }

.page-event-type-cycleamateur .intro {
  background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-event-type-cycleamateur .intro {
      background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-event-type-cycleamateur .intro {
      background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-event-type-cycleamateur .intro {
          background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle@2x.jpg); } }
  .lt-ie9 .page-event-type-cycleamateur .intro {
    background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-event-type-cycleamateur .intro {
        background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle@2x.jpg); } }

.page-event-type-cyclepro .intro {
  background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle_pro_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-event-type-cyclepro .intro {
      background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle_pro_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-event-type-cyclepro .intro {
      background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle_pro.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-event-type-cyclepro .intro {
          background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle_pro@2x.jpg); } }
  .lt-ie9 .page-event-type-cyclepro .intro {
    background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle_pro.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-event-type-cyclepro .intro {
        background-image: url(/assets/layouts/SR16/images/content/search/result/search_bg_cycle_pro@2x.jpg); } }

.page-giving-page-donate-complete .intro, .page-giving-page-donate-payment-error .intro, .section-giving-page-donate-offline.page-payment-error .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/sponsor_thank_you_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-giving-page-donate-complete .intro, .page-giving-page-donate-payment-error .intro, .section-giving-page-donate-offline.page-payment-error .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/sponsor_thank_you_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-giving-page-donate-complete .intro, .page-giving-page-donate-payment-error .intro, .section-giving-page-donate-offline.page-payment-error .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/sponsor_thank_you.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-giving-page-donate-complete .intro, .page-giving-page-donate-payment-error .intro, .section-giving-page-donate-offline.page-payment-error .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/sponsor_thank_you@2x.jpg); } }
  .lt-ie9 .page-giving-page-donate-complete .intro, .lt-ie9 .page-giving-page-donate-payment-error .intro, .lt-ie9 .section-giving-page-donate-offline.page-payment-error .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/sponsor_thank_you.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-giving-page-donate-complete .intro, .lt-ie9 .page-giving-page-donate-payment-error .intro, .lt-ie9 .section-giving-page-donate-offline.page-payment-error .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/sponsor_thank_you@2x.jpg); } }

.page-giving-page-options-page .intro, .page-giving-page-options-account .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/options_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-giving-page-options-page .intro, .page-giving-page-options-account .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/options_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-giving-page-options-page .intro, .page-giving-page-options-account .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/options_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-giving-page-options-page .intro, .page-giving-page-options-account .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/options_bg@2x.jpg); } }
  .lt-ie9 .page-giving-page-options-page .intro, .lt-ie9 .page-giving-page-options-account .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/options_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-giving-page-options-page .intro, .lt-ie9 .page-giving-page-options-account .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/options_bg@2x.jpg); } }

.page-giving-page-index-team-options .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/options_team_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-giving-page-index-team-options .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/options_team_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-giving-page-index-team-options .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/options_team_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-giving-page-index-team-options .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/options_team_bg@2x.jpg); } }
  .lt-ie9 .page-giving-page-index-team-options .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/options_team_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-giving-page-index-team-options .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/options_team_bg@2x.jpg); } }

.page-giving-page-create-team .intro, .non-event-fundraiser-team-option .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/create_team_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-giving-page-create-team .intro, .non-event-fundraiser-team-option .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/create_team_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-giving-page-create-team .intro, .non-event-fundraiser-team-option .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/create_team_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-giving-page-create-team .intro, .non-event-fundraiser-team-option .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/create_team_bg@2x.jpg); } }
  .lt-ie9 .page-giving-page-create-team .intro, .lt-ie9 .non-event-fundraiser-team-option .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/create_team_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-giving-page-create-team .intro, .lt-ie9 .non-event-fundraiser-team-option .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/create_team_bg@2x.jpg); } }

.page-giving-page-join-team .intro, .section-search-giving-pages .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/search_team_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-giving-page-join-team .intro, .section-search-giving-pages .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/search_team_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-giving-page-join-team .intro, .section-search-giving-pages .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/search_team_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-giving-page-join-team .intro, .section-search-giving-pages .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/search_team_bg@2x.jpg); } }
  .lt-ie9 .page-giving-page-join-team .intro, .lt-ie9 .section-search-giving-pages .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/search_team_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-giving-page-join-team .intro, .lt-ie9 .section-search-giving-pages .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/search_team_bg@2x.jpg); } }

.page-giving-page-options-manage-team .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/my_team_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .page-giving-page-options-manage-team .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/my_team_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .page-giving-page-options-manage-team .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/my_team_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .page-giving-page-options-manage-team .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/my_team_bg@2x.jpg); } }
  .lt-ie9 .page-giving-page-options-manage-team .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/my_team_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .page-giving-page-options-manage-team .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/my_team_bg@2x.jpg); } }

.section-giving-page-donate-offline .intro {
  background-image: url(/assets/layouts/SR16/images/content/giving-page/payin_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .section-giving-page-donate-offline .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/payin_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .section-giving-page-donate-offline .intro {
      background-image: url(/assets/layouts/SR16/images/content/giving-page/payin_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .section-giving-page-donate-offline .intro {
          background-image: url(/assets/layouts/SR16/images/content/giving-page/payin_bg@2x.jpg); } }
  .lt-ie9 .section-giving-page-donate-offline .intro {
    background-image: url(/assets/layouts/SR16/images/content/giving-page/payin_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .section-giving-page-donate-offline .intro {
        background-image: url(/assets/layouts/SR16/images/content/giving-page/payin_bg@2x.jpg); } }

.non-event-fundraiser-registration .intro {
  background-image: url(/assets/layouts/SR16/images/content/registration/non-event/non_event_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .non-event-fundraiser-registration .intro {
      background-image: url(/assets/layouts/SR16/images/content/registration/non-event/non_event_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .non-event-fundraiser-registration .intro {
      background-image: url(/assets/layouts/SR16/images/content/registration/non-event/non_event_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .non-event-fundraiser-registration .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/non-event/non_event_bg@2x.jpg); } }
  .lt-ie9 .non-event-fundraiser-registration .intro {
    background-image: url(/assets/layouts/SR16/images/content/registration/non-event/non_event_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .non-event-fundraiser-registration .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/non-event/non_event_bg@2x.jpg); } }

.non-event-fundraiser-join-team .intro {
  background-image: url(/assets/layouts/SR16/images/content/registration/non-event/join_team_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .non-event-fundraiser-join-team .intro {
      background-image: url(/assets/layouts/SR16/images/content/registration/non-event/join_team_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .non-event-fundraiser-join-team .intro {
      background-image: url(/assets/layouts/SR16/images/content/registration/non-event/join_team_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .non-event-fundraiser-join-team .intro {
          background-image: url(/assets/layouts/SR16/images/content/registration/non-event/join_team_bg@2x.jpg); } }
  .lt-ie9 .non-event-fundraiser-join-team .intro {
    background-image: url(/assets/layouts/SR16/images/content/registration/non-event/join_team_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .non-event-fundraiser-join-team .intro {
        background-image: url(/assets/layouts/SR16/images/content/registration/non-event/join_team_bg@2x.jpg); } }

.section-user-forgotten-password .intro, .section-user-login .intro, .page-giving-page-index-top-tips .intro {
  background-image: url(/assets/layouts/SR16/images/content/user/user_login_flow_bg_mob.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .section-user-forgotten-password .intro, .section-user-login .intro, .page-giving-page-index-top-tips .intro {
      background-image: url(/assets/layouts/SR16/images/content/user/user_login_flow_bg_mob@2x.jpg); } }
  @media (min-width: 768px) {
    .section-user-forgotten-password .intro, .section-user-login .intro, .page-giving-page-index-top-tips .intro {
      background-image: url(/assets/layouts/SR16/images/content/user/user_login_flow_bg.jpg); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
        .section-user-forgotten-password .intro, .section-user-login .intro, .page-giving-page-index-top-tips .intro {
          background-image: url(/assets/layouts/SR16/images/content/user/user_login_flow_bg@2x.jpg); } }
  .lt-ie9 .section-user-forgotten-password .intro, .lt-ie9 .section-user-login .intro, .lt-ie9 .page-giving-page-index-top-tips .intro {
    background-image: url(/assets/layouts/SR16/images/content/user/user_login_flow_bg.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .lt-ie9 .section-user-forgotten-password .intro, .lt-ie9 .section-user-login .intro, .lt-ie9 .page-giving-page-index-top-tips .intro {
        background-image: url(/assets/layouts/SR16/images/content/user/user_login_flow_bg@2x.jpg); } }

.page-search-event-result .content, .section-get-sponsors .content, .section-page-options .content, .section-team-options .content, .page-giving-page-options-manage-team .content, .section-search-giving-pages .content, .section-giving-page-donate-offline .content, .non-event-fundraiser-join-team .content, .corporate-hub-index .content, .section-route-toggle-index .content {
  padding-bottom: 32px;
  padding: 32px 0px; }
  @media (min-width: 768px) {
    .page-search-event-result .content, .section-get-sponsors .content, .section-page-options .content, .section-team-options .content, .page-giving-page-options-manage-team .content, .section-search-giving-pages .content, .section-giving-page-donate-offline .content, .non-event-fundraiser-join-team .content, .corporate-hub-index .content, .section-route-toggle-index .content {
      padding: 52px 0px; } }
  .lt-ie9 .page-search-event-result .content, .lt-ie9 .section-get-sponsors .content, .lt-ie9 .section-page-options .content, .lt-ie9 .section-team-options .content, .lt-ie9 .page-giving-page-options-manage-team .content, .lt-ie9 .section-search-giving-pages .content, .lt-ie9 .section-giving-page-donate-offline .content, .lt-ie9 .non-event-fundraiser-join-team .content, .lt-ie9 .corporate-hub-index .content, .lt-ie9 .section-route-toggle-index .content {
    padding: 52px 0px; }
  .page-search-event-result .layout-wrap, .section-get-sponsors .layout-wrap, .section-page-options .layout-wrap, .section-team-options .layout-wrap, .page-giving-page-options-manage-team .layout-wrap, .section-search-giving-pages .layout-wrap, .section-giving-page-donate-offline .layout-wrap, .non-event-fundraiser-join-team .layout-wrap, .corporate-hub-index .layout-wrap, .section-route-toggle-index .layout-wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 15px; }
  @media (min-width: 768px) {
    .page-search-event-result .layout-wrap, .section-get-sponsors .layout-wrap, .section-page-options .layout-wrap, .section-team-options .layout-wrap, .page-giving-page-options-manage-team .layout-wrap, .section-search-giving-pages .layout-wrap, .section-giving-page-donate-offline .layout-wrap, .non-event-fundraiser-join-team .layout-wrap, .corporate-hub-index .layout-wrap, .section-route-toggle-index .layout-wrap {
      padding: 0px; } }
  .lt-ie9 .page-search-event-result .layout-wrap, .lt-ie9 .section-get-sponsors .layout-wrap, .lt-ie9 .section-page-options .layout-wrap, .lt-ie9 .section-team-options .layout-wrap, .lt-ie9 .page-giving-page-options-manage-team .layout-wrap, .lt-ie9 .section-search-giving-pages .layout-wrap, .lt-ie9 .section-giving-page-donate-offline .layout-wrap, .lt-ie9 .non-event-fundraiser-join-team .layout-wrap, .lt-ie9 .corporate-hub-index .layout-wrap, .lt-ie9 .section-route-toggle-index .layout-wrap {
    padding: 0px; }

.section-page-options .content {
  text-align: left; }
  .section-page-options .tab-nav li {
    width: 100%;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px; }
  @media (min-width: 768px) {
        .section-page-options .tab-nav.tabs-2 li {
          width: 50%; } }
  .lt-ie9 .section-page-options .tab-nav.tabs-2 li {
    width: 50%; }
  @media (min-width: 768px) {
        .section-page-options .tab-nav.tabs-3 li {
          width: 50%; } }
  .lt-ie9 .section-page-options .tab-nav.tabs-3 li {
    width: 50%; }
  @media (min-width: 992px) {
        .section-page-options .tab-nav.tabs-3 li {
          width: 33.33%; } }
  .section-page-options .tab-nav a {
    width: 100%;
    color: #1e1e1e;
    border: 2px solid #ddd;
    background-color: #fff; }
  .section-page-options .tab-nav a:hover {
    color: #fff;
    background-color: #e63f52;
    border: 0px;
    padding: 2px 37px; }
  .section-page-options .tab-nav .active a {
    border: 0px;
    padding: 2px 37px; }
  .section-page-options .tab-nav .active a:hover {
    background-color: #e63f52; }
  .section-page-options .profile-pic {
    text-align: center;
    margin-bottom: 20px; }
  .section-page-options .profile-pic img {
    width: 190px;
    height: 190px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .section-page-options .profile-copy {
    text-align: center; }
  @media (min-width: 768px) {
    .section-page-options .profile-copy {
      text-align: left; } }
  .lt-ie9 .section-page-options .profile-copy {
    text-align: left; }
  .section-page-options .upload {
    margin-top: 20px;
    margin-bottom: 0px; }
  .section-page-options .upload input {
    margin-top: 20px; }
  @media (min-width: 768px) {
      .section-page-options .upload input {
        margin: 0px 0px 0px 15px; } }
  .lt-ie9 .section-page-options .upload input {
    margin: 0px 0px 0px 15px; }
  .section-page-options .upload .upload-input, .section-page-options .upload .upload-input input {
    height: 50px;
    display: block;
    width: 100%; }
  @media (min-width: 768px) {
      .section-page-options .upload .upload-input, .section-page-options .upload .upload-input input {
        width: 160px; } }
  .lt-ie9 .section-page-options .upload .upload-input, .lt-ie9 .section-page-options .upload .upload-input input {
    width: 160px; }
  .section-page-options .upload .upload-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    float: left;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  .section-page-options .upload .upload-input:hover {
    color: #fff; }
  .section-page-options .upload .upload-input input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }
  .section-page-options .upload .file-path {
    float: none; }
  .section-page-options .upload .file-text {
    display: initial;
    padding: 0px; }
  .section-page-options .upload #filepath span {
    display: inline; }
  .section-page-options .upload #filepath span.icons {
    vertical-align: text-bottom; }
  .section-page-options .upload #filepath span.file-text {
    margin-left: -6px; }
  .section-page-options .currency-wrap {
    height: 50px;
    max-height: 50px;
    font-size: 30px;
    margin-bottom: 20px; }
  .section-page-options .currency-wrap input {
    padding: 0px 13px 5px 40px;
    font-size: 30px; }
  .section-page-options .currency-wrap span {
    top: 3px; }
  .section-page-options textarea {
    max-width: 100%;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #ddd;
    color: #494949;
    padding: 20px;
    font-size: 16px;
    line-height: 1.31;
    min-height: 185px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .section-page-options .disabled {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3; }

.page-giving-page-options-account .pro-frstip {
  margin-top: 0px; }

.non-event-fundraiser .header .header-logo, .non-event-fundraiser-registration .header .header-logo {
  top: 10px;
  background-image: url(/assets/layouts/SR16/images/ui/logo/sr_logo_dated_mobile.png);
  height: 58px;
  width: 58px; }
  @media (min-width: 992px) {
    .non-event-fundraiser .header .header-logo, .non-event-fundraiser-registration .header .header-logo {
      background-image: url(/assets/layouts/SR16/images/ui/logo/sr_logo_dated.png);
      height: 82px;
      width: 82px; } }
  .non-event-fundraiser #aff-select fieldset, .non-event-fundraiser-registration #aff-select fieldset {
    margin-top: 10px; }
  .non-event-fundraiser #aff-select fieldset label p, .non-event-fundraiser-registration #aff-select fieldset label p {
    margin-top: -24px; }
  @media (min-width: 768px) {
        .non-event-fundraiser #aff-select fieldset .corporate-partners, .non-event-fundraiser-registration #aff-select fieldset .corporate-partners, .non-event-fundraiser #aff-select fieldset .work-place, .non-event-fundraiser-registration #aff-select fieldset .work-place, .non-event-fundraiser #aff-select fieldset .schools, .non-event-fundraiser-registration #aff-select fieldset .schools {
          margin-left: 48px; } }
  .lt-ie9 .non-event-fundraiser #aff-select fieldset .corporate-partners, .lt-ie9 .non-event-fundraiser-registration #aff-select fieldset .corporate-partners, .lt-ie9 .non-event-fundraiser #aff-select fieldset .work-place, .lt-ie9 .non-event-fundraiser-registration #aff-select fieldset .work-place, .lt-ie9 .non-event-fundraiser #aff-select fieldset .schools, .lt-ie9 .non-event-fundraiser-registration #aff-select fieldset .schools {
    margin-left: 48px; }

.non-event-fundraiser-registration #basket-container {
  display: none; }
  .non-event-fundraiser-registration .intro {
    text-align: center; }
  .non-event-fundraiser-registration .intro p {
    max-width: 100%; }
  .non-event-fundraiser-registration #age_check {
    background-color: #fafafa;
    padding: 30px 0; }
  @media (min-width: 768px) {
    .non-event-fundraiser-registration #age_check {
      padding-top: 40px; } }
  .lt-ie9 .non-event-fundraiser-registration #age_check {
    padding-top: 40px; }
  .non-event-fundraiser-registration #choice_options {
    text-align: center;
    padding-top: 50px; }
  .non-event-fundraiser-registration #choice_options h2 {
    margin-bottom: 35px; }
  .non-event-fundraiser-registration #choice_options h3 {
    text-align: center;
    margin: 20px auto;
    width: 95%; }
  @media (min-width: 992px) {
      .non-event-fundraiser-registration #choice_options h3 {
        width: 75%; } }
  .non-event-fundraiser-registration #choice_options h3.has-frstip {
    overflow: visible; }
  .non-event-fundraiser-registration #choice_options p {
    color: #666;
    font-family: "sofia-pro", "Verdana", Arial, sans-serif;
    font-style: normal;
    font-weight: 300; }
  .non-event-fundraiser-registration #choice_options input {
    margin-top: 10px; }
  .non-event-fundraiser-registration #choice_options input#fm-set-up-team, .non-event-fundraiser-registration #choice_options input#fm-on-my-own {
    padding: 0 25px; }
  @media (min-width: 992px) {
        .non-event-fundraiser-registration #choice_options input#fm-set-up-team, .non-event-fundraiser-registration #choice_options input#fm-on-my-own {
          padding: 0 35px; } }
  .non-event-fundraiser-registration #choice_options section {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration #choice_options section {
        margin-bottom: 0; } }
  .lt-ie9 .non-event-fundraiser-registration #choice_options section {
    margin-bottom: 0; }
  .non-event-fundraiser-registration .search {
    margin-top: 10px; }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .search .search-fields-wrap {
        width: 100%; } }
  .lt-ie9 .non-event-fundraiser-registration .search .search-fields-wrap {
    width: 100%; }
  .non-event-fundraiser-registration .search #fm-search-teams {
    margin-top: 0; }
  .non-event-fundraiser-registration .search .form-input {
    border-radius: 50px;
    height: 50px; }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration .search .form-input {
        width: 220px;
        font-size: 14px; } }
  .lt-ie9 .non-event-fundraiser-registration .search .form-input {
    width: 220px;
    font-size: 14px; }
  @media (min-width: 992px) {
      .non-event-fundraiser-registration .search .form-input {
        width: 290px;
        font-size: 16px; } }
  .non-event-fundraiser-registration .search #submit {
    background: #a25eb5 url("/assets/layouts/SR16/images/ui/zoom.png") no-repeat scroll center center;
    border-radius: 0 50px 50px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px; }
  .non-event-fundraiser-registration .search #submit:hover {
    background-color: #e63f52; }
  .non-event-fundraiser-registration .pro-frstip {
    max-width: 83%; }
  .non-event-fundraiser-registration .parents-email {
    max-width: 90%; }
  @media (min-width: 768px) {
    .non-event-fundraiser-registration .parents-email {
      max-width: 100%; } }
  .lt-ie9 .non-event-fundraiser-registration .parents-email {
    max-width: 100%; }
  .non-event-fundraiser-registration .tip-target {
    margin-left: -10px;
    top: 5px; }
  .non-event-fundraiser-registration p .tip-target, .non-event-fundraiser-registration .corporate-partners .tip-target {
    top: 0; }
  .non-event-fundraiser-registration .tt-content {
    max-width: 230px;
    word-wrap: break-word; }
  @media (min-width: 768px) {
    .non-event-fundraiser-registration .tt-content {
      max-width: 300px; } }
  .lt-ie9 .non-event-fundraiser-registration .tt-content {
    max-width: 300px; }
  .non-event-fundraiser-registration #errorMessages {
    margin-bottom: 20px; }
  .non-event-fundraiser-registration .toggle-mandatory {
    display: none; }

@media (min-width: 992px) {
    .tt-long-text.tt-content {
      max-width: 500px; } }

.non-event-fundraiser-registration .progress-bar {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .non-event-fundraiser-registration .progress-bar {
      margin-bottom: 79px; } }
  .lt-ie9 .non-event-fundraiser-registration .progress-bar {
    margin-bottom: 79px; }
  .non-event-fundraiser-registration .progress-bar + .content .intro {
    background: transparent none;
    color: #1e1e1e;
    text-align: left;
    padding-bottom: 0;
    min-height: 0; }
  .non-event-fundraiser-registration .progress-bar + .content .intro .inner {
    padding-top: 0; }
  @media (min-width: 992px) {
    .non-event-fundraiser-registration .primary {
      width: 66%; } }

.section-giving-page-options.non-event-fundraiser .affiliates {
  border: none;
  margin-top: 0;
  padding-top: 0; }

.non-event-fundraiser-registration .user-junior label .tip-target {
  top: 0; }

.non-event-fundraiser-registration .set-up-group-gp {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
      .non-event-fundraiser-registration.set-up-a-team .terms-and-conditions {
        width: 66%; } }
  .non-event-fundraiser-registration.set-up-a-team .pro-frstip {
    line-height: 1.5; }
  .non-event-fundraiser-registration .terms-and-conditions .form-checkbox-long .terms {
    margin-left: 50px; }
  .non-event-fundraiser-registration .affiliates h2 {
    padding-bottom: 2px; }

@media (min-width: 992px) {
      .non-event-fundraiser .primary {
        min-height: 740px; } }
  @media (min-width: 992px) {
      .non-event-fundraiser.user-junior .primary {
        min-height: 820px; } }
  @media (min-width: 992px) {
      .non-event-fundraiser.logged-out .primary {
        min-height: 700px; } }

.non-event-fundraiser-team-option .page-journey-choice h3 {
  width: 95%; }
  @media (min-width: 768px) {
    .non-event-fundraiser-team-option .page-journey-choice h3 {
      width: 100%; } }
  .lt-ie9 .non-event-fundraiser-team-option .page-journey-choice h3 {
    width: 100%; }
  .non-event-fundraiser-team-option .tip-target {
    margin-left: 0;
    top: 5px; }
  .non-event-fundraiser-team-option .tt-content {
    max-width: 230px;
    word-wrap: break-word; }
  @media (min-width: 768px) {
    .non-event-fundraiser-team-option .tt-content {
      max-width: 300px; } }
  .lt-ie9 .non-event-fundraiser-team-option .tt-content {
    max-width: 300px; }

@media (min-width: 768px) {
      .non-event-fundraiser-join-team .layout-wrap, .section-team-options .layout-wrap {
        padding: 0 15px; } }
  .lt-ie9 .non-event-fundraiser-join-team .layout-wrap, .lt-ie9 .section-team-options .layout-wrap {
    padding: 0 15px; }

@media (min-width: 768px) {
      .non-event-fundraiser-join-team .search .search-fields-wrap {
        width: 290px; } }
  .lt-ie9 .non-event-fundraiser-join-team .search .search-fields-wrap {
    width: 290px; }
  @media (min-width: 768px) {
    .non-event-fundraiser-join-team.search-results {
      padding: 0; } }
  .lt-ie9 .non-event-fundraiser-join-team.search-results {
    padding: 0; }

.non-event-fundraiser-registration.interim .intro {
  min-height: 0; }
  @media (min-width: 768px) {
      .non-event-fundraiser-registration.interim .intro .layout-wrap {
        padding-bottom: 50px; } }
  .lt-ie9 .non-event-fundraiser-registration.interim .intro .layout-wrap {
    padding-bottom: 50px; }
  .non-event-fundraiser-registration.interim .centered {
    padding: 40px 0 60px; }
  .non-event-fundraiser-registration.interim .centered input {
    white-space: normal; }
  .non-event-fundraiser-registration.interim .centered #fm-set-up-team-schools {
    padding: 10px 35px;
    height: auto;
    line-height: normal; }
  .non-event-fundraiser-registration.interim .centered #fm-set-up-team-schools:hover {
    padding: 12px 37px; }

.school-search-error {
  margin-bottom: 20px; }

#school-address-fields {
  margin-top: 30px; }
  #school-address-fields .form-item-wrapper {
    word-break: normal; }

#school-pc ul {
  white-space: normal; }
  @media (min-width: 768px) {
    #school-pc ul {
      max-height: 285px; } }
  .lt-ie9 #school-pc ul {
    max-height: 285px; }
  @media (min-width: 992px) {
    #school-pc ul {
      white-space: nowrap; } }
  #school-pc ul li a {
    white-space: normal; }
  @media (min-width: 992px) {
      #school-pc ul li a {
        white-space: nowrap; } }

.non-event-fundraiser-registration.sr-shop .intro {
  background: none;
  color: #1e1e1e;
  padding: 0;
  min-height: 0; }
  @media (min-width: 768px) {
    .non-event-fundraiser-registration.sr-shop .intro {
      text-align: left; } }
  .lt-ie9 .non-event-fundraiser-registration.sr-shop .intro {
    text-align: left; }
  .non-event-fundraiser-registration.sr-shop .intro h2 {
    font-weight: normal; }
  .non-event-fundraiser-registration.sr-shop .kit-number {
    margin-top: 30px; }
  .non-event-fundraiser-registration.sr-shop #errorMessages {
    padding-top: 30px; }
  .non-event-fundraiser-registration.sr-shop .mandatory {
    display: block;
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .non-event-fundraiser-registration.sr-shop .form-nav .forward {
      float: left; } }
  .non-event-fundraiser-registration.sr-shop .primary form .fieldset--border-top:first-of-type {
    margin-top: 30px;
    padding-top: 26px; }

.section-giving-page-leaderboard .results {
  margin: 30px -15px; }
  @media (min-width: 768px) {
    .section-giving-page-leaderboard .results {
      margin-left: 0px;
      margin-right: 0px; } }
  .lt-ie9 .section-giving-page-leaderboard .results {
    margin-left: 0px;
    margin-right: 0px; }
  .section-giving-page-leaderboard .each-result {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    word-wrap: break-word; }
  .section-giving-page-leaderboard .individual {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .section-giving-page-leaderboard .individual {
      margin-bottom: 0px; } }
  .lt-ie9 .section-giving-page-leaderboard .individual {
    margin-bottom: 0px; }
  .section-giving-page-leaderboard img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .section-giving-page-leaderboard .rank, .section-giving-page-leaderboard .portrait, .section-giving-page-leaderboard .name, .section-giving-page-leaderboard .total {
    float: left; }
  .section-giving-page-leaderboard .portrait {
    position: relative; }
  .section-giving-page-leaderboard .total {
    margin-left: 50%; }
  @media (min-width: 768px) {
    .section-giving-page-leaderboard .total {
      margin-left: 0px; } }
  .lt-ie9 .section-giving-page-leaderboard .total {
    margin-left: 0px; }
  .section-giving-page-leaderboard .name, .section-giving-page-leaderboard .total {
    text-align: left; }
  @media (min-width: 768px) {
    .section-giving-page-leaderboard .name, .section-giving-page-leaderboard .total {
      text-align: center; } }
  .lt-ie9 .section-giving-page-leaderboard .name, .lt-ie9 .section-giving-page-leaderboard .total {
    text-align: center; }
  .section-giving-page-leaderboard .rank1, .section-giving-page-leaderboard .rank2, .section-giving-page-leaderboard .rank3 {
    width: 33%;
    float: left;
    margin: 20px auto 10px auto;
    background-color: transparent;
    border-top: 0px;
    text-align: center; }
  .section-giving-page-leaderboard .rank1 .rank, .section-giving-page-leaderboard .rank2 .rank, .section-giving-page-leaderboard .rank3 .rank, .section-giving-page-leaderboard .rank1 .portrait, .section-giving-page-leaderboard .rank2 .portrait, .section-giving-page-leaderboard .rank3 .portrait, .section-giving-page-leaderboard .rank1 .name, .section-giving-page-leaderboard .rank2 .name, .section-giving-page-leaderboard .rank3 .name, .section-giving-page-leaderboard .rank1 .total, .section-giving-page-leaderboard .rank2 .total, .section-giving-page-leaderboard .rank3 .total {
    float: none;
    width: 100%; }
  .section-giving-page-leaderboard .rank1 .rank, .section-giving-page-leaderboard .rank2 .rank, .section-giving-page-leaderboard .rank3 .rank {
    display: none; }
  .section-giving-page-leaderboard .rank1 .total, .section-giving-page-leaderboard .rank2 .total, .section-giving-page-leaderboard .rank3 .total {
    margin-left: 0px; }
  .section-giving-page-leaderboard .rank1 .name, .section-giving-page-leaderboard .rank2 .name, .section-giving-page-leaderboard .rank3 .name, .section-giving-page-leaderboard .rank1 .total, .section-giving-page-leaderboard .rank2 .total, .section-giving-page-leaderboard .rank3 .total {
    text-align: center; }
  .section-giving-page-leaderboard .rank1 img, .section-giving-page-leaderboard .rank2 img, .section-giving-page-leaderboard .rank3 img {
    width: 90px;
    height: 90px; }
  @media (min-width: 768px) {
      .section-giving-page-leaderboard .rank1 img, .section-giving-page-leaderboard .rank2 img, .section-giving-page-leaderboard .rank3 img {
        width: 119px;
        height: 119px; } }
  .lt-ie9 .section-giving-page-leaderboard .rank1 img, .lt-ie9 .section-giving-page-leaderboard .rank2 img, .lt-ie9 .section-giving-page-leaderboard .rank3 img {
    width: 119px;
    height: 119px; }
  .section-giving-page-leaderboard .rank1 .medal, .section-giving-page-leaderboard .rank2 .medal, .section-giving-page-leaderboard .rank3 .medal {
    width: 48px;
    height: 75px;
    display: block;
    background-image: url(/assets/layouts/SR16/images/ui/sprite-medals-md.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    margin: -25px auto 0px auto; }
  .section-giving-page-leaderboard .rank2 .medal {
    background-position: -48px center; }
  .section-giving-page-leaderboard .rank3 .medal {
    background-position: -96px center; }
  .section-giving-page-leaderboard .rank4 {
    clear: both;
    border-top: 5px solid #ddd; }

.corporate-hub #corporate-logo {
  width: 100%; }
  @media (min-width: 768px) {
    .corporate-hub #corporate-logo {
      width: auto; } }
  .lt-ie9 .corporate-hub #corporate-logo {
    width: auto; }
  .corporate-hub .description-container span {
    font-size: 16px !important;
    font-family: "sofia-pro", "Verdana", Arial, sans-serif !important; }
  .corporate-hub .corporate-image-wrapper {
    position: relative; }
  .corporate-hub .corporate-image-wrapper .corporate-image-brush {
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0px;
    background-image: url(/assets/layouts/SR16/images/content/giving-page/corporate/corporate_hub_banner_brush.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .corporate-hub .section-corporate-image {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .corporate-hub .section-giving-page-guide {
    background-color: #e63f52;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#46274b), to(#e63f52));
    background-image: -webkit-linear-gradient(left, #46274b, #e63f52);
    background-image: -moz-linear-gradient(right, #e63f52, #46274b);
    background-image: -ms-linear-gradient(left, #46274b, #e63f52);
    background-image: -o-linear-gradient(left, #46274b, #e63f52);
    background-image: linear-gradient(top, #46274b, #e63f52);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#46274b', EndColorStr='#e63f52'); }
  .corporate-hub .gbp {
    font-size: 57px;
    line-height: 90px;
    position: relative; }
  .corporate-hub .totalizer {
    margin-bottom: 20px;
    height: 200px; }
  .corporate-hub .totalizer .total {
    position: absolute;
    display: none; }
  .corporate-hub .pod-content {
    margin-bottom: 10px; }

.nojs .corporate-hub .totalizer {
  background: url(/assets/layouts/SR16/images/content/giving-page/totaliser/totalizer_cvs.png) 34px -1px no-repeat; }
  .nojs .corporate-hub .totalizer .total {
    display: block; }

.online-grand-total {
  position: relative;
  width: 140px;
  height: 54px;
  margin: 30px auto 0px;
  background-color: #a25eb5;
  background-color: #e63f52;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a25eb5), to(#e63f52));
  background-image: -webkit-linear-gradient(left, #a25eb5, #e63f52);
  background-image: -moz-linear-gradient(right, #e63f52, #a25eb5);
  background-image: -ms-linear-gradient(left, #a25eb5, #e63f52);
  background-image: -o-linear-gradient(left, #a25eb5, #e63f52);
  background-image: linear-gradient(top, #a25eb5, #e63f52);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#a25eb5', EndColorStr='#e63f52'); }
  @media (min-width: 768px) {
  .online-grand-total {
    height: 90px; } }
  .lt-ie9 .online-grand-total {
    height: 90px; }
  .online-grand-total .online-grand-total-overlay {
    position: absolute;
    height: 26px;
    width: 100%;
    display: block;
    top: 0px;
    background-color: #ce3848;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9557a7), to(#ce3848));
    background-image: -webkit-linear-gradient(left, #9557a7, #ce3848);
    background-image: -moz-linear-gradient(right, #ce3848, #9557a7);
    background-image: -ms-linear-gradient(left, #9557a7, #ce3848);
    background-image: -o-linear-gradient(left, #9557a7, #ce3848);
    background-image: linear-gradient(top, #9557a7, #ce3848);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#9557a7', EndColorStr='#ce3848');
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8; }
  @media (min-width: 768px) {
    .online-grand-total .online-grand-total-overlay {
      height: 45px; } }
  .lt-ie9 .online-grand-total .online-grand-total-overlay {
    height: 45px; }
  .online-grand-total .digit, .online-grand-total .non-digit {
    font-size: 30px;
    line-height: 50px;
    width: 24px;
    height: 54px;
    display: block;
    border-right: 2px solid #1e1e1e;
    float: left;
    position: relative;
    z-index: 1; }
  @media (min-width: 768px) {
    .online-grand-total .digit, .online-grand-total .non-digit {
      font-size: 57px;
      width: 63px;
      line-height: 82px;
      height: 90px; } }
  .lt-ie9 .online-grand-total .digit, .lt-ie9 .online-grand-total .non-digit {
    font-size: 57px;
    width: 63px;
    line-height: 82px;
    height: 90px; }
  @media (min-width: 992px) {
    .online-grand-total .digit, .online-grand-total .non-digit {
      font-size: 57px;
      width: 70px; } }
  .online-grand-total .non-digit {
    width: 10px;
    background-color: #1e1e1e;
    border: 0px; }
  @media (min-width: 768px) {
    .online-grand-total .non-digit {
      width: 20px; } }
  .lt-ie9 .online-grand-total .non-digit {
    width: 20px; }

.flag-disabled .intro {
  padding-top: 30px; }
  .flag-disabled .btn-donate {
    margin-right: 20px; }
  .flag-disabled .button--grey {
    margin-left: 0; }

#event-now-closed .event-distance-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #event-now-closed .event-distance-wrap {
      float: left; } }
  .lt-ie9 #event-now-closed .event-distance-wrap {
    float: left; }
  @media (min-width: 768px) {
    #event-now-closed .event-distances-total-1 {
      width: 150px; } }
  .lt-ie9 #event-now-closed .event-distances-total-1 {
    width: 150px; }
  #event-now-closed .event-distances-total-1 .event-distance-wrap {
    width: 100%; }
  @media (min-width: 768px) {
    #event-now-closed .event-distances-total-2 {
      width: 300px; } }
  .lt-ie9 #event-now-closed .event-distances-total-2 {
    width: 300px; }
  @media (min-width: 768px) {
      #event-now-closed .event-distances-total-2 .event-distance-wrap {
        width: 50%; } }
  .lt-ie9 #event-now-closed .event-distances-total-2 .event-distance-wrap {
    width: 50%; }
  @media (min-width: 768px) {
    #event-now-closed .event-distances-total-3 {
      width: 450px; } }
  .lt-ie9 #event-now-closed .event-distances-total-3 {
    width: 450px; }
  @media (min-width: 768px) {
      #event-now-closed .event-distances-total-3 .event-distance-wrap {
        width: 33%; } }
  .lt-ie9 #event-now-closed .event-distances-total-3 .event-distance-wrap {
    width: 33%; }

.page-registration-workflow-additional-entrant-giving-page .intro {
  margin-top: 75px; }
  @media (min-width: 992px) {
    .page-registration-workflow-additional-entrant-giving-page .primary {
      width: 66%; } }
  .page-registration-workflow-additional-entrant-giving-page fieldset {
    width: 100%; }
  .page-registration-workflow-additional-entrant-giving-page .fnd-target {
    margin-top: 25px; }
  .page-registration-workflow-additional-entrant-giving-page .fnd-target #mbs {
    margin-bottom: 25px; }
  .page-registration-workflow-additional-entrant-giving-page #btn_bottom .forward {
    float: none; }
  @media (min-width: 768px) {
      .page-registration-workflow-additional-entrant-giving-page #btn_bottom .forward {
        display: inline-block; } }
  .lt-ie9 .page-registration-workflow-additional-entrant-giving-page #btn_bottom .forward {
    display: inline-block; }
  .page-registration-workflow-additional-entrant-giving-page #btn_bottom .back {
    display: none; }
  .page-registration-workflow-additional-entrant-giving-page .pro-frstip {
    max-width: 83%; }
  @media (min-width: 768px) {
    .page-registration-workflow-additional-entrant-giving-page .pro-frstip {
      max-width: 100%; } }
  .lt-ie9 .page-registration-workflow-additional-entrant-giving-page .pro-frstip {
    max-width: 100%; }
  .page-registration-workflow-additional-entrant-giving-page .tt-content {
    max-width: 250px;
    word-wrap: break-word; }
  @media (min-width: 768px) {
    .page-registration-workflow-additional-entrant-giving-page .tt-content {
      max-width: 300px; } }
  .lt-ie9 .page-registration-workflow-additional-entrant-giving-page .tt-content {
    max-width: 300px; }
