@charset "UTF-8";
/*------------------------------------------------------------------

    [Roy&Co Static Website Builder]

    Lets keep our CSS neat & tidy
        - four (4) space indents, no tabs
        - 80 character wide columns

    Meaningful Whitespace
        - One (1) empty line between closely related rulesets.
        - Two (2) empty lines between loosely related rulesets.
        - Five (5) empty lines between entirely new sections.

    Sass Architecture Structure Rules:
    https://gist.github.com/AdamMarsden/7b85e8d5bdb5bef969a0

    CSS Declaration order:
    https://gist.github.com/AdamMarsden/fd9ec5f21016328cb6fe

-------------------------------------------------------------------*/
/**
 * CONTENTS
 *
 * SASS-UTILS/
 *     COLOR.SCSS
 *     Colors....................Colors used through-out the site.
 *
 *     MIXINS.SCSS
 *     Mixins....................Helpful Mixins.
 *
 * VENDORS/
 *     VENDORS.SCSS
 *     Placeholder..........Remove when needed
 *
 * BASE/
 *     TYPE.SCSS
 *     Type Defaults.............Which font to use.
 *     Font Sizes................Font size settings.
 *     Links.....................Link settings.
 *     Text align................Which way to align text.
 *
 * LAYOUT/
 *     GRID.SCSS
 *     Responsive Classes........All classes needed for responsive layout.
 *
 *     HEADER.SCSS
 *     Desktop Header............Desktop header styles.
 *     Mobile Header.............Mobile header styles.
 *     Login & Sister Sites......Styles for login & sister sites.
 *
 *     FOOTER.SCSS
 *     Contact Details...........Contact detail layout
 *     More Navigation...........Other option .e.g T&C's
 *     Social Media..............Social media links
 *
 *     FORMS.SCSS
 *     Form styles...............formhack.io.
 *     Modifications.............Changes made to fit
 *
 *     TEXT-CONTENT.SCSS
 *     Image Align...............Top, Middle, Bottom.
 *
 *     TABLE-LAYOUT.SCSS
 *     General Table Layout......What is says on the tin.
 *
 * COMPONENTS/
 *     BUTTONS.SCSS
 *     CTA.......................CTA Styles
 *     Arrow Anchors.............Up, down, left & right arrows
 *
 *     BREADCRUMBS.SCSS
 *     Breadcrumbs...............Breadcrumbs Styles
 *
 *     PAGE-HEADERS.SCSS
 *     Plain Page Headers........Primary site colour and title of page.
 *
 *     SIDEBAR.SCSS
 *     General Sidebar...........Default sidebar styles.
 *
 *     SLIDER.SCSS
 *     Default Styles............Default Slider styles.
 *
 *     THREE-BLOCK-LAYOUT.SCSS
 *     News......................This layout is used on news page.
 *
 *     PAGINATION.SCSS
 *     Pagination................Pagination styles.
 *
 *     EVENTS.SCSS
 *     Events....................Event stylings.
 *
 *     SELECT2.SCSS
 *     Select 2..................Styled searchable select menus.
 *
 * PAGES/
 *     HOME-PAGE.SCSS
 *     Feature Section...........First section with CTAs
 *     Find & Search Events......Styling for this section
 *     Top Charity Events........Hovers & vertical align
 *     Counters..................Styling for counters
 *     Quick Links...............Styling for this section
 *
 *     CHARITIES-STEPS.SCSS
 *     Charity Quickview.........
 *
 *     EVENTS-OVERVIEW.SCSS
 *     CTA button................Go to calendar
 *
 *     NEWS-LAYOUT.SCSS
 *     Styles....................What is says on the tin.
 *
 */
/*------------------------------------*\
    #Brand Colors
\*------------------------------------*/
/**
 * Text Color Variables
 *
 * 1) Specific colors for when backgrounds are of a brand color.
 *
 * 2) General text colors to use across the site.
 *
 */
/* [1] */
/* [1] */
/* [1] */
/* [1] */
/* [1] */
/* [1] */
/* [1] */
/* [2] */
/* [2] */
/* [2] */
/* [2] */
/* [2] */
p {
  color: #a7a7a7;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

.primary_text_color {
  color: #3fa9f5;
}
.primary_text_color p {
  color: #3fa9f5;
}
.primary_text_color h1, .primary_text_color h2, .primary_text_color h3, .primary_text_color h4, .primary_text_color h5, .primary_text_color h6 {
  color: #3fa9f5;
}
.primary_text_color a {
  color: #3fa9f5;
}

.paragraph_text_color {
  color: #a7a7a7;
}
.paragraph_text_color p {
  color: #a7a7a7;
}
.paragraph_text_color h1, .paragraph_text_color h2, .paragraph_text_color h3, .paragraph_text_color h4, .paragraph_text_color h5, .paragraph_text_color h6 {
  color: #a7a7a7;
}
.paragraph_text_color a {
  color: #a7a7a7;
}

.dark_text_color {
  color: #000000;
}
.dark_text_color p {
  color: #000000;
}
.dark_text_color h1, .dark_text_color h2, .dark_text_color h3, .dark_text_color h4, .dark_text_color h5, .dark_text_color h6 {
  color: #000000;
}
.dark_text_color a {
  color: #000000;
}

.light_dark_text_color {
  color: #8d8d8d;
}
.light_dark_text_color p {
  color: #8d8d8d;
}
.light_dark_text_color h1, .light_dark_text_color h2, .light_dark_text_color h3, .light_dark_text_color h4, .light_dark_text_color h5, .light_dark_text_color h6 {
  color: #8d8d8d;
}
.light_dark_text_color a {
  color: #8d8d8d;
}

.dark_light_text_color {
  color: #a0a0a0;
}
.dark_light_text_color p {
  color: #a0a0a0;
}
.dark_light_text_color h1, .dark_light_text_color h2, .dark_light_text_color h3, .dark_light_text_color h4, .dark_light_text_color h5, .dark_light_text_color h6 {
  color: #a0a0a0;
}
.dark_light_text_color a {
  color: #a0a0a0;
}

.light_text_color {
  color: #ffffff;
}
.light_text_color p {
  color: #ffffff;
}
.light_text_color h1, .light_text_color h2, .light_text_color h3, .light_text_color h4, .light_text_color h5, .light_text_color h6 {
  color: #ffffff;
}
.light_text_color a {
  color: #ffffff;
}

.primary_bg_color {
  background-color: #3fa9f5;
}

.primary_bg_color--opacity {
  background-color: #3fa9f5;
  background-color: rgba(63, 169, 245, 0.5);
}

.primary_dark_bg_color {
  background-color: #279ef4;
}

.secondary_bg_color {
  background-color: #000000;
}

.tertiary_bg_color {
  background-color: #272727;
}

.sidebar_bg_color {
  background-color: #444444;
}

.sidebar_donate_bg_color {
  background-color: #4cb748;
}

.breadcrumb_bg_color {
  background-color: #eeeeee;
}

.primary_text_color_hover:hover {
  color: #3fa9f5;
}
.primary_text_color_hover p:hover {
  color: #3fa9f5;
}
.primary_text_color_hover h1:hover, .primary_text_color_hover h2:hover, .primary_text_color_hover h3:hover, .primary_text_color_hover h4:hover, .primary_text_color_hover h5:hover, .primary_text_color_hover h6:hover {
  color: #3fa9f5;
}
.primary_text_color_hover a:hover {
  color: #3fa9f5;
}

.hover_fancy.primary_hover a:after {
  background-color: #3fa9f5;
}
.hover_fancy.secondary_hover a:after {
  background-color: #000000;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

/*------------------------------------*\
    #Color
\*------------------------------------*/
/*------------------------------------*\
    #Mixins
\*------------------------------------*/
/*------------------------------------*\
    #Vendors
\*------------------------------------*/
/*------------------------------------*\
    #Type styles
\*------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.2em;
}

p {
  font-size: 100%;
  line-height: 1.5em;
}

.light {
  font-weight: 300;
}

.normal {
  font-family: 400;
}

.strong {
  font-weight: 600;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

a {
  text-decoration: none;
  color: inherit;
}

.hover_fancy.white_hover a:after {
  background-color: #ffffff;
}
.hover_fancy.dark_grey_hover a:after {
  background-color: #8d8d8d;
}
.hover_fancy a {
  position: relative;
}
.hover_fancy a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  display: block;
  content: '';
  transition: 0.3s;
}
@media (min-width: 768px) {
  .hover_fancy a:hover {
    text-decoration: none !important;
  }
  .hover_fancy a:hover:after {
    left: 0;
    width: 100%;
  }
}

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

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

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

.inline_list li {
  display: inline-block;
}

ul.normal_list {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 35px;
}
ul.normal_list li {
  margin-top: 10px;
}
ul.normal_list li:first-child {
  margin-top: 0;
}

.pull-right {
  float: right;
}

/*------------------------------------*\
    #Grid System & Layout
\*------------------------------------*/
@viewport {
  width: device-width;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1097px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.clear {
  *zoom: 1;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

img {
  max-width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(http://wiltshire.website.dev/css/hacks/boxsizing.htc);
}

section, .clearfix, .container, .row {
  *zoom: 1;
}
section:before, section:after, .clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
  content: "";
  display: table;
}
section:after, .clearfix:after, .container:after, .row:after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7,
.col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-4-half,
.col-md-5, .col-md-5-half, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11,
.col-md-12, .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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8,
.col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

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

.col-xs-2 {
  width: 16.666666666666664%;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-2 {
    width: 16.666666666666664%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-4-half, .col-md-5, .col-md-5-half, .col-md-6, .col-md-7,
  .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }

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

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

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

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

  .col-md-4-half {
    width: 37.5%;
  }

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

  .col-md-5-half {
    width: 45.83333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}

/*------------------------------------*\
    #Header
\*------------------------------------*/
header {
  padding: 15px 0;
  height: 74px;
}
header nav {
  display: none;
}
@media (min-width: 768px) {
  header nav {
    position: relative;
    top: -10px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  header li {
    margin-left: 35px;
  }
}
header .cta_container {
  display: none;
  float: right;
}
@media (min-width: 940px) {
  header .cta_container {
    display: inline-block;
  }
}
header .main_logo {
  display: inline-block;
  width: 156px;
}
header a {
  position: relative;
  z-index: 1;
}
header a img {
  height: 38px;
}

.header_logo {
  display: inline-block;
  width: 156px;
  height: 38px;
  text-indent: -9999px;
  background: url(../custom/img/logo.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.has_sub_nav {
  position: relative;
}
.has_sub_nav:after {
  content: "▾";
  font-family: initial;
  font-size: 12px;
  position: absolute;
  left: 150px;
  top: 2px;
}
.has_sub_nav:hover .sub_nav {
  display: block;
}
@media (min-width: 768px) {
  .has_sub_nav:after {
    content: "▾";
    font-family: initial;
    font-size: 12px;
    right: -15px;
    top: 3px;
    position: absolute;
    left: inherit;
  }
  .has_sub_nav:before {
    content: " ";
    position: absolute;
    bottom: -30px;
    height: 74px;
    width: 200%;
    left: -30px;
    z-index: 1;
  }
}

.sub_nav {
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .sub_nav {
    float: left;
    min-width: 150px;
    position: absolute;
    margin-top: 28px;
    left: 0;
    z-index: 999;
    left: 50%;
    margin-left: -75px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sub_nav li:last-child {
    border-bottom: none;
  }
}
.sub_nav li {
  display: block;
  margin: 0;
  border-top: 1px solid rgba(229, 229, 229, 0.15);
}
.sub_nav li:last-child {
  border-bottom: none;
}
.sub_nav a {
  display: block;
  padding: 10px;
}

.login_sister_sites {
  padding: 5px 0;
  font-size: 14px;
  display: none;
}
.login_sister_sites li {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}
@media (min-width: 768px) {
  .login_sister_sites {
    display: block;
  }
}

.login_list {
  display: inline-block;
}
.login_list li + li:before {
  content: "•";
  margin: 0 10px 0 5px;
}

.sister_sites_list {
  float: right;
  display: none;
}
.sister_sites_list li {
  margin-left: 5px;
}
.sister_sites_list img {
  width: 65px;
}
@media (min-width: 440px) {
  .sister_sites_list {
    display: inline-block;
  }
}

.cd-nav-trigger {
  position: relative;
  display: inline-block;
  top: 0px;
  right: 0;
  height: 44px;
  width: 44px;
  z-index: 5;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  float: right;
}

.cd-nav-trigger .cd-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #ffffff;
  z-index: 10;
}

.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
  /* upper and lower lines of the menu icon */
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* apply transition to transform property */
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
  content: " ";
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}

.cd-nav-trigger .cd-icon::after {
  content: " ";
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

.cd-nav-trigger::before, .cd-nav-trigger::after {
  /* 2 rounded colored backgrounds for the menu icon */
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}

.cd-nav-trigger::before {
  content: " ";
  background-color: black;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cd-nav-trigger::after {
  content: " ";
  background-color: black;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
  content: " ";
  /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
  content: " ";
  /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
  /* user clicks on the .cd-nav-trigger element - transform the icon */
  background-color: rgba(255, 255, 255, 0);
}

.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
  content: " ";
  background-color: white;
}

.cd-nav-trigger.close-nav .cd-icon::before {
  content: " ";
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
  content: " ";
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.cd-primary-nav {
  /* by default it's hidden */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0px;
  z-index: 3;
  background-color: black;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .cd-primary-nav.fade-in {
    display: none;
  }
}

.cd-overlay-nav, .cd-overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  position: absolute;
  top: 15px;
  right: 15px;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span, .cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
  /* main rounded colored bg 1 */
  z-index: 2;
}

.cd-overlay-nav span {
  background-color: black;
}

.cd-overlay-content {
  /* main rounded colored bg 2 */
  z-index: 4;
}

.cd-overlay-content span {
  background-color: #cc7e2e;
}

.cd-overlay-nav, .cd-nav-trigger {
  display: inline-block;
}
@media (min-width: 768px) {
  .cd-overlay-nav, .cd-nav-trigger {
    display: none;
  }
}

.cd-primary-nav nav {
  font-size: 16px;
  margin: 0 0 40px 0;
  padding: 0 30px;
}
.cd-primary-nav nav a {
  -webkit-text-size-adjust: none;
}
.cd-primary-nav nav li {
  text-align: left;
  padding: 10px 0;
  border-top: 1px solid #333333;
}
.cd-primary-nav nav li:first-child {
  border-top: none;
}
.cd-primary-nav nav li.has_sub_nav:hover {
  padding-bottom: 0;
}
.cd-primary-nav nav li.has_sub_nav:hover:after {
  content: "−";
}
.cd-primary-nav nav li.has_sub_nav:after {
  content: "+";
  font-family: initial;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
}
.cd-primary-nav nav .has_sub_nav ul {
  margin: 10px 0 0 0;
}
.cd-primary-nav nav .has_sub_nav ul li {
  border-top: 1px solid #333333;
}
.cd-primary-nav nav .sub_nav {
  margin: 15px 0;
}
.cd-primary-nav nav .sub_nav li {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background-color: #1a1a1a;
}

.fixed_logins {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #272727;
}
.fixed_logins li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px;
}
.fixed_logins li:first-child {
  border-right: 1px solid #000000;
}

.quick_links_header {
  margin: 90px 0 10px 0;
}
.quick_links_header {
  *zoom: 1;
}
.quick_links_header:before, .quick_links_header:after {
  content: "";
  display: table;
}
.quick_links_header:after {
  clear: both;
}
.quick_links_header li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 10px;
}
.quick_links_header li img {
  margin-bottom: 10px;
}
.quick_links_header li:first-child {
  border-right: 1px solid #333333;
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
footer {
  margin: 40px 0 0 0;
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  footer {
    margin: 80px 0 0 0;
    padding: 80px 0 75px 0;
    text-align: left;
  }
}
footer nav li {
  width: 49%;
}
footer li {
  margin-bottom: 10px;
}
footer p {
  margin-top: 30px;
}
footer p:first-child {
  margin-top: 0;
}
footer .col-md-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  footer .col-md-3.bigger_padding {
    padding-left: 50px;
    padding-right: 50px;
    width: 30%;
  }
  footer .col-md-3.bigger_padding_right {
    padding-right: 50px;
  }
  footer .col-md-3.float_right_desktop {
    width: 15%;
  }
  footer .col-md-3.float_right_desktop ul {
    float: right;
  }
}
footer .col-md-3 + .col-md-3 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
footer img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  footer img {
    margin: 0;
  }
}

.lower_footer {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color: white;
}
.lower_footer .built_by {
  text-align: center;
  color: #999;
  font-size: 12px;
}
.lower_footer .built_by a {
  background: url(../img/royandco.svg) no-repeat top left;
  background-size: auto 12px;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  width: 94px;
  text-align: left;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .lower_footer .built_by {
    text-align: right;
    margin-top: 0px;
  }
}
.lower_footer .under_logo_links {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .lower_footer .under_logo_links {
    margin: 0;
  }
}
.lower_footer .under_logo_links li {
  display: block;
  text-align: center;
  padding-right: 0px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .lower_footer .under_logo_links li {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    padding-right: 5px;
  }
}
.lower_footer .under_logo_links .seperator {
  display: none;
  color: #3fa9f5;
}
@media (min-width: 768px) {
  .lower_footer .under_logo_links .seperator {
    display: inline-block;
  }
}

.social_footer {
  position: relative;
  padding: 0 0 0 25px;
}
.social_footer:before {
  content: " ";
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0px;
}

.facebook:before {
  background: url(../img/footer/facebook.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.twitter:before {
  background: url(../img/footer/twitter.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/footer/twitter.png', sizingMethod='scale');
}

.instagram:before {
  background: url(../img/footer/instagram.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/footer/instagram.png', sizingMethod='scale');
}

.google:before {
  background: url(../img/footer/google.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/footer/google.png', sizingMethod='scale');
}

.pinterest:before {
  background: url(../img/footer/pinterest.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/footer/pinterest.png', sizingMethod='scale');
}

/* FormHack v1.0.0 (formhack.io) */
/* Global Reset Styles ------------------ */
input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
  box-sizing: border-box;
  outline: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  color: #282828;
  vertical-align: top;
  display: block;
  margin: 10px 0;
}

datalist {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
}

label {
  display: block;
  margin: 10px 0;
}

/* Input & Textarea ------------------ */
/* Fields with standard width */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list],
input[type="file"],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #c8c8c8;
  box-shadow: inset 1px 1.732px 3px 0px rgba(2, 2, 2, 0.18);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Fields with standard height */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list] {
  height: 50px;
  -webkit-appearance: none;
}

/* Other */
textarea {
  -webkit-appearance: none;
  overflow: auto;
  padding-top: 20px;
}

input[type="range"] {
  height: 50px;
  width: 100%;
  max-width: 100%;
}

input[type="file"] {
  min-height: 50px;
}

input[type="search"] {
  height: 50px;
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

label {
  cursor: pointer;
}

.checkbox_container label {
  display: block;
  cursor: pointer;
}
.checkbox_container input[type="checkbox"] {
  float: right;
  display: none;
}
.checkbox_container .checkit {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/forms/unchecked.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: right;
}
.checkbox_container input:checked + .checkit {
  background: url(../custom/img/forms/checked.jpg) no-repeat center center;
}
.checkbox_container.fancy label {
  height: initial;
  position: relative;
  padding-right: 30px;
}
.checkbox_container.fancy input[type="checkbox"] {
  display: initial;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
}
.checkbox_container.fancy .checkit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  right: 0;
  margin-right: 0;
}
.checkbox_container.fancy p a {
  color: #3fa9f5;
}

/* Select ------------------ */
.select_container {
  position: relative;
}
.select_container:after {
  content: "▾";
  position: absolute;
  right: 10px;
  top: 12px;
  color: #000000;
}

.select {
  height: 50px;
  box-shadow: 1px 1.732px 3px 0px rgba(2, 2, 2, 0.1);
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
}
.select::-ms-expand {
  display: none;
}

.select[multiple] {
  height: auto;
  min-height: 50px;
  padding: 0;
}
.select[multiple] option {
  margin: 0;
  padding: 10px;
}

/* Fieldset ------------------ */
fieldset {
  padding: 10px 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #c8c8c8;
}

legend {
  padding: 0 5px;
  font-weight: 700;
}

/* Buttons, Input Type Submit/Reset ------------------ */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"] {
  border: none;
  cursor: pointer;
}

input[type="image"] {
  text-align: center;
  padding: 10px;
}

/* States ------------------ */
input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
  cursor: not-allowed;
}

input:focus,
textarea:focus,
select:focus,
option:focus {
  box-shadow: inset 1px 1.732px 3px 0px rgba(2, 2, 2, 0);
  border-color: #c8c8c8;
}

form .valid {
  color: green !important;
  border-color: green !important;
}

form .error {
  color: red !important;
  border-color: red !important;
}

.label .required {
  color: red;
}
.label .forgot {
  float: right;
}

.cant-find-charity, .know-my-charity {
  float: right;
}

/*------------------------------------*\
    #Text Content
\*------------------------------------*/
.content {
  word-wrap: break-word;
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #333;
}
.content h5 {
  font-size: 16px;
  line-height: 20px;
}
.content .addthis_native_toolbox {
  margin-bottom: 20px;
}
.content p {
  margin-bottom: 10px;
  color: #7a7a7a;
}
.content p.img_push img {
  margin-right: 20px;
}
.content p.label {
  margin-bottom: 5px;
}
.content li a, .content p a {
  color: #3fa9f5;
}
.content li a:hover, .content p a:hover {
  text-decoration: underline;
}
.content ul {
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 18px;
}
.content ul li {
  color: #7a7a7a;
  line-height: 20px;
}
.content ol {
  margin-bottom: 20px;
  list-style: decimal;
  padding-left: 18px;
}
.content ol li {
  color: #7a7a7a;
  line-height: 20px;
}
.content .date {
  font-size: 24px;
  margin-top: 35px;
  font-weight: bold;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 60px 0;
}

.list_images {
  list-style: none !important;
}
.list_images img {
  position: absolute;
  top: 50%;
  left: 0;
  height: 38px;
  margin-top: -19px;
}
.list_images li {
  position: relative;
  margin-bottom: 30px;
  min-height: 24px;
  padding-left: 60px;
}
.list_images li {
  *zoom: 1;
}
.list_images li:before, .list_images li:after {
  content: "";
  display: table;
}
.list_images li:after {
  clear: both;
}
.list_images li:last-child {
  margin-bottom: 0;
}
.list_images li p {
  float: left;
  width: 80%;
  color: black;
  margin: 0;
}

.list_image_left {
  float: left;
  width: 38px;
}

.list_text_right {
  float: left;
}

.img_top {
  vertical-align: text-top;
}

.img_middle {
  vertical-align: middle;
}

.img_bottom {
  vertical-align: bottom;
}

.img_block {
  display: block;
}

/*------------------------------------*\
    #Table Layout
\*------------------------------------*/
.table-container {
  width: 100%;
  overflow-y: auto;
}

table {
  width: 100%;
  font-size: 14px;
}

table.text-center th, table.text-center td {
  text-align: center;
}

table.no-wrap th, table.no-wrap td {
  white-space: nowrap;
}

table, th, td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100% !important;
  table-layout: initial !important;
}

th, td {
  padding: 10px;
  width: 10px !important;
}
th a:hover, td a:hover {
  color: #3fa9f5;
  text-decoration: underline;
}

th {
  font-weight: bold;
  background-color: #3fa9f5;
  color: white;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

/*------------------------------------*\
    #Buttons
\*------------------------------------*/
.cta {
  position: relative;
  font-weight: bold;
  padding: 13px 50px 15px 15px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
}
.cta:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  padding: 10px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../img/cta/arrow_cta.svg);
  background-repeat: no-repeat;
  background-position: center right 17px;
  background-size: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta.-white_bg {
  background-color: #ffffff;
  color: #000000;
}
.cta.-white_bg:after {
  background-image: url(../img/cta/arrow_cta-black.png);
  background-image: url(../img/cta/arrow_cta-black.svg);
}
.cta.-black_bg {
  background-color: #353535;
  color: #ffffff;
}
@media (min-width: 768px) {
  .cta:hover:after {
    width: 100%;
  }
}

.full_width_cta {
  display: block;
  width: 100%;
  font-size: 18px;
}

.prev_arrow {
  position: relative;
  margin-left: 10px;
}
.prev_arrow:after {
  content: " ";
  position: absolute;
  left: -10px;
  bottom: 5px;
  background: url(../img/arrows/grey-arrow-left.png) no-repeat center center;
  background: url(../img/arrows/grey-arrow-left.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 5px;
  height: 11px;
}

.next_arrow {
  position: relative;
  margin-right: 10px;
}
.next_arrow:after {
  content: " ";
  position: absolute;
  right: -10px;
  bottom: 5px;
  background: url(../img/arrows/grey-arrow-right.png) no-repeat center center;
  background: url(../img/arrows/grey-arrow-right.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 5px;
  height: 11px;
}

.back_to_top {
  position: relative;
  margin-right: 10px;
}
.back_to_top:after {
  content: " ";
  position: absolute;
  right: -20px;
  bottom: 7px;
  background: url(../img/arrows/grey-arrow-up.png) no-repeat center center;
  background: url(../img/arrows/grey-arrow-up.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 11px;
  height: 5px;
}

.red_arrow_right {
  position: relative;
  margin-right: 10px;
}
.red_arrow_right:after {
  content: " ";
  position: absolute;
  right: -10px;
  bottom: 5px;
  background: url(../custom/img/arrows/primary-color-arrow-right.png) no-repeat center center;
  background: url(../custom/img/arrows/primary-color-arrow-right.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 5px;
  height: 11px;
}

.export_cal {
  position: relative;
  margin-right: 20px;
}
.export_cal:after {
  content: " ";
  position: absolute;
  right: -20px;
  bottom: 5px;
  background: url(../custom/img/arrows/primary-color-calendar.png) no-repeat center center;
  background: url(../custom/img/arrows/primary-color-calendar.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 17px;
  height: 15px;
}

/*------------------------------------*\
    #Breadcrumbs
\*------------------------------------*/
.breadcrumbs {
  padding: 10px 0;
  font-size: 14px;
}
.breadcrumbs li {
  margin-left: 13px;
  position: relative;
}
.breadcrumbs li:after {
  content: "•";
  position: absolute;
  right: -10px;
  top: 0;
}
.breadcrumbs li:first-child {
  margin-left: 0px;
}
.breadcrumbs li:last-child {
  color: initial;
}
.breadcrumbs li:last-child:after {
  content: "";
}

.breadcrumbs_home {
  display: inline-block;
  text-indent: -9999px;
  background: url(../img/breadcrumbs/home.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 13px;
  height: 13px;
}

/*------------------------------------*\
    #Page Headers
\*------------------------------------*/
.plain_page_header {
  padding: 30px 0;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .plain_page_header {
    padding: 60px 0;
    margin-bottom: 80px;
  }
}
.plain_page_header h1, .plain_page_header h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bolder;
  font-style: italic;
}
.plain_page_header p {
  max-width: 470px;
  padding: 0 15px;
  margin: 30px auto 0 auto;
}

.events_overview_header {
  background: url(../img/header-img/events-overview.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top_100_fundraising {
  background: url(../custom/img/header-img/top-100-header.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 30px;
}
.top_100_fundraising h3 {
  font-size: 35px;
  margin: 20px 0;
  font-weight: normal;
}
.top_100_fundraising p {
  margin: 0;
}
.top_100_fundraising img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .top_100_fundraising img {
    margin: 0;
  }
}

.news_layout_2_header {
  padding: 60px 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .news_layout_2_header {
    padding: 160px 0;
  }
}

/*------------------------------------*\
    #Sidebar
\*------------------------------------*/
.sidebar {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sidebar {
    margin-top: 0;
    padding: 40px;
  }
}
.sidebar hr {
  margin: 40px 0;
}
.sidebar ul {
  margin-top: 40px;
}
.sidebar li {
  margin-bottom: 5px;
}
.sidebar li:hover {
  font-weight: bold;
}
.sidebar p {
  margin: 20px 0;
}
.sidebar p.label {
  margin-bottom: 0px;
}
.sidebar p.label a {
  color: #3fa9f5;
}
.sidebar p.label a:hover {
  text-decoration: underline;
}
.sidebar h3 {
  font-size: 18px;
  margin-left: 10px;
  display: inline-block;
}
.sidebar iframe {
  margin-top: 25px;
}

.sidebar_single_charity {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .sidebar_single_charity {
    margin-top: 0;
  }
}
.sidebar_single_charity h3 {
  margin-left: 0px;
  margin-top: 30px;
}
.sidebar_single_charity .cta {
  margin-top: 20px;
}

.charity_img {
  width: 100%;
  height: 150px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-size: contain;
}
@media (min-width: 768px) {
  .charity_img {
    margin-top: -90px;
  }
}

.filter_sidebar h3 {
  margin: 0 0 10px 0;
}
.filter_sidebar h3.filter-location {
  padding-top: 30px;
}

.checkbox_container {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}
.checkbox_container:first-of-type {
  border: none;
}
.checkbox_container label {
  height: 20px;
}
.checkbox_container p {
  display: inline-block;
  margin: 0;
  position: relative;
  top: -4px;
  font-weight: bold;
}
.checkbox_container span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.sign_up_sidebar h3 {
  margin: 0 0 20px 0;
}

.radio_sex p {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 0 0 10px;
}
.radio_sex input[type="radio"] {
  float: right;
  display: none;
}
.radio_sex .radioit {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/forms/unchecked.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  top: 8px;
}
.radio_sex input:checked + .radioit {
  background: url(../custom/img/forms/checkedradio.jpg) no-repeat center center;
}

.find_us iframe {
  margin: 30px 0;
}

/*------------------------------------*\
    #Slider
\*------------------------------------*/
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
  z-index: 10;
}

li.bjqs-slide {
  position: absolute;
  display: none;
}

ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
  position: absolute;
  z-index: 11;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}

ol.bjqs-markers {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 40%;
  z-index: 11;
  bottom: 35px;
  left: 30px;
}

ol.bjqs-markers.h-centered {
  text-align: center;
}

ol.bjqs-markers li {
  display: inline;
}

ol.bjqs-markers li a {
  border-radius: 50%;
  margin: 0 10px 0 0;
  display: inline-block;
  background-color: white;
  width: 10px;
  height: 10px;
  text-indent: -99999px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0.5 ")";
  zoom: 1;
}

ol.bjqs-markers li.active-marker a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 1 ")";
  zoom: 1;
}

p.bjqs-caption {
  display: block;
  margin: 0;
  padding: 2%;
  position: absolute;
  right: 90px;
  bottom: 13px;
  z-index: 11;
  color: white;
}

ul.bjqs-controls {
  width: 35px;
  right: 40px;
  bottom: 45px;
  position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  top: 0 !important;
  right: 0;
  background: url(../img/arrows/white-arrow-right.png) no-repeat center center;
  background: url(../img/arrows/white-arrow-right.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 8px;
  height: 16px;
  text-indent: -9999999px;
  display: inline-block;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
  top: 0 !important;
  left: 0;
  background: url(../img/arrows/white-arrow-left.png) no-repeat center center;
  background: url(../img/arrows/white-arrow-left.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 8px;
  height: 16px;
  text-indent: -9999999px;
  display: inline-block;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}

/*------------------------------------*\
    #Three Block Layout
\*------------------------------------*/
.top_story {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 80px 0;
  display: block;
}
.top_story:hover {
  background-size: 101%;
}
.top_story h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bolder;
  font-style: italic;
  margin-bottom: 20px;
}

.three_block_layout .col-md-4 {
  display: block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .three_block_layout .col-md-4 {
    margin-top: 40px;
  }
}
.three_block_layout .col-md-4:hover {
  cursor: pointer;
}
.three_block_layout .col-md-4:hover .post_img div {
  height: 205px;
}
.three_block_layout .post_img {
  background-color: #ebebeb;
  height: 200px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.three_block_layout .post_img div {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.three_block_layout .post_content {
  padding: 40px 30px;
}
.three_block_layout .post_content h3 {
  margin-bottom: 15px;
}

/*------------------------------------*\
    #Pagination
\*------------------------------------*/
.pagination {
  margin-top: 30px;
}
.pagination ul {
  text-align: center;
}
.pagination li {
  margin: 0 10px;
}
.pagination li.current_page {
  font-weight: bold;
}

/*------------------------------------*\
    #Events
\*------------------------------------*/
.filter-months {
  display: none;
}
@media (min-width: 768px) {
  .filter-months {
    display: block;
  }
}

.date_selector {
  margin-bottom: 20px;
}
.date_selector {
  *zoom: 1;
}
.date_selector:before, .date_selector:after {
  content: "";
  display: table;
}
.date_selector:after {
  clear: both;
}
.date_selector a {
  position: relative;
  top: 20px;
}
@media (min-width: 768px) {
  .date_selector a {
    top: 30px;
  }
}

.filter-next-month, .filter-previous-month {
  cursor: pointer;
}
.filter-next-month i, .filter-next-month span, .filter-previous-month i, .filter-previous-month span {
  color: #8d8d8d;
}
.filter-next-month span, .filter-previous-month span {
  display: inline-block;
  min-width: 0%;
}

.all_events_date {
  margin-top: 40px;
}
.all_events_date {
  *zoom: 1;
}
.all_events_date:before, .all_events_date:after {
  content: "";
  display: table;
}
.all_events_date:after {
  clear: both;
}
.all_events_date:first-child {
  margin-top: 0;
}

.event_holder {
  padding: 0;
}
.event_holder h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.single_event {
  padding: 20px;
  border-top: 1px solid #ffffff;
}
.single_event:first-child {
  border: none;
}
.single_event span {
  font-size: 14px;
  position: relative;
  top: -7px;
}
@media (min-width: 768px) {
  .single_event {
    padding: 30px;
  }
}

.event_date {
  padding: 0;
  top: 1px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
}
.event_date sup {
  font-size: 14px;
}
.event_date span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.event_date p {
  line-height: 16px;
}

.time_event {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .time_event {
    text-align: right;
  }
}

.has_bg_img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.has_bg_img .row {
  position: relative;
  z-index: 2;
}
.has_bg_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.has_bg_img.marathon_event:after {
  background: rgba(223, 16, 0, 0.7);
}
.has_bg_img.half_marathon_event:after {
  background: rgba(228, 100, 38, 0.7);
}
.has_bg_img.distance_5k10k_event:after {
  background: rgba(0, 42, 223, 0.7);
}
.has_bg_img.obstacle_races_event:after {
  background: rgba(255, 162, 0, 0.7);
}
.has_bg_img.intermediate_event:after {
  background: rgba(189, 26, 133, 0.7);
}
.has_bg_img.fun_begginers_event:after {
  background: rgba(0, 184, 223, 0.7);
}

.partner_wrap {
  padding-top: 35px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .partner_wrap {
    padding-top: 30px;
  }
}
.partner_wrap:hover .partnered-event {
  right: 0;
}
.partner_wrap:hover .partnered-event span {
  opacity: 1;
}

.partnered-event {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 13;
  font-weight: bold;
  padding: 10px;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .partnered-event {
    right: -92px;
  }
}
.partnered-event span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0px;
}
@media (min-width: 768px) {
  .partnered-event span {
    opacity: 0;
  }
}
.partnered-event:before {
  content: "";
  background: url(../../img/events-overview/star-icon.svg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 1;
}

.partnered-event-single {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
.partnered-event-single:before {
  content: "";
  background: url(../../img/events-overview/star-icon-red.svg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0px;
  top: -1px;
  opacity: 1;
}

.marathon_event {
  background-color: #df1000;
}

.half_marathon_event {
  background-color: #e46426;
}

.distance_5k10k_event {
  background-color: #002adf;
}

.obstacle_races_event {
  background-color: #ffa200;
}

.intermediate_event {
  background-color: #bd1a85;
}

.fun_begginers_event {
  background-color: #00b8df;
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px;
}

div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px;
}

div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  left: auto;
  position: static;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px;
}

div.pp_default a.pp_arrow_next {
  background-position: -82px -3px;
  left: 52px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  position: relative;
  width: 110px;
}

div.pp_default .pp_nav .currentTextHolder {
  color: #999;
  font-family: Georgia;
  font-size: 11px;
  font-style: italic;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}

div.dark_rounded .pp_description {
  color: #fff;
  margin-right: 85px;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 75px;
}

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  height: 22px;
  width: 22px;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  overflow: hidden;
  width: 55px;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  display: block;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: 0;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: transparent;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

/* prettyPhoto styling for small screens */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .pp_pic_holder {
    width: 100% !important;
    height: auto !important;
    left: 19px !important;
  }

  .pp_hoverContainer {
    width: 90% !important;
  }

  .pp_content {
    width: 100% !important;
    height: 200px !important;
  }

  #pp_full_res iframe {
    width: 90% !important;
    height: 230px !important;
  }
}
.charity-search, .month-filter {
  margin: 10px 0;
}

.signup-form .select2-container, #validateForm .select2-container {
  margin: 10px 0;
}

.select2 {
  width: 100% !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
}

.select2-selection--single {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  height: 50px;
  box-shadow: 1px 1.732px 3px 0px rgba(2, 2, 2, 0.1);
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  line-height: 50px;
  outline: 0;
}
.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered {
  color: #282828;
  line-height: 48px;
}
.select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-selection--single .select2-selection__arrow {
  height: 48px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 48px;
}
.select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}
.select2-results .select2-results__options {
  max-height: 190px;
  overflow-y: auto;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 6px;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #c8c8c8;
  background: rgba(0, 0, 0, 0.05);
}
.select2-search--dropdown input {
  margin: 0;
}
.select2-search--dropdown .select2-search__field {
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/*------------------------------------*\
    #Home Page
\*------------------------------------*/
.feature {
  background: #000000 url(/custom/img/home-page/feature.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 45px 0;
}
@media (min-width: 768px) {
  .feature {
    padding: 95px 0;
  }
}
.feature h3 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 40px;
}
@media (min-width: 768px) {
  .feature h3 {
    font-size: 60px;
  }
}
.feature p {
  font-size: 18px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .feature p {
    max-width: 320px;
  }
}
.feature .cta {
  margin-right: 30px;
}
.feature .cta:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .feature .cta {
    display: inline-block;
    margin-bottom: 20px;
  }
}

.feature_text {
  max-width: 500px;
}

.find_search {
  padding: 45px 0 35px 0;
}
@media (min-width: 768px) {
  .find_search {
    padding: 90px 0 80px 0;
  }
}
@media (min-width: 768px) {
  .find_search img {
    width: 100%;
  }
}
.find_search p {
  margin-bottom: 20px;
}

.or_separator {
  text-align: center;
  display: table;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .or_separator {
    height: 120px;
    margin: 0;
  }
}
.or_separator div {
  display: table-cell;
  vertical-align: middle;
}
.or_separator p {
  position: relative;
  color: #cacaca;
  margin: 0;
}
.or_separator p:before {
  content: " ";
  width: 40%;
  height: 1px;
  background-color: #cacaca;
  position: absolute;
  left: 0;
  top: 10px;
}
.or_separator p:after {
  content: " ";
  width: 40%;
  height: 1px;
  background-color: #cacaca;
  position: absolute;
  right: 0;
  top: 10px;
}
@media (min-width: 768px) {
  .or_separator p {
    width: 100%;
  }
  .or_separator p:before {
    height: 50px;
    width: 1px;
    top: -50px;
    left: 50%;
  }
  .or_separator p:after {
    content: " ";
    height: 50px;
    background-color: #cacaca;
    width: 1px;
    position: absolute;
    top: 25px;
    left: 50%;
  }
}

.top_events_box {
  height: 0px;
  min-height: 300px;
  display: table;
}
.top_events_box p {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .top_events_box {
    padding: 0 50px;
  }
}

.top_event_images--overlay, .goto_all_events {
  display: table-cell;
  vertical-align: middle;
}
.top_event_images--overlay img, .goto_all_events img {
  display: block;
  margin: 0 auto;
}

.top_event_images--overlay {
  padding: 20px;
}
@media (min-width: 768px) {
  .top_event_images--overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    zoom: 1;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

.top_event_images {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.top_event_images:hover .top_event_images--overlay, .top_event_images:focus .top_event_images--overlay, .top_event_images:active .top_event_images--overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 1 ")";
  zoom: 1;
  visibility: visible;
}

.counters {
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .counters {
    padding: 80px 0;
  }
}
.counters h2 {
  font-size: 60px;
  font-weight: normal;
}
.counters .col-md-4 {
  margin-top: 30px;
}
.counters .col-md-4:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .counters .col-md-4 {
    margin-top: 0;
  }
}

.quick_links {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .quick_links {
    margin-bottom: 80px;
  }
}

.quick_link_box {
  position: relative;
  padding: 20px 15px;
  min-height: 150px;
}
.quick_link_box p {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .content_bottom {
    position: absolute;
    right: 30px;
    left: 30px;
    bottom: 30px;
  }
}

.latest_news {
  background: #03dfb0 url(/img/home-page/quick-links/latest-news.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .latest_news {
    min-height: 599px;
  }
}

.lastest_video {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-align: center;
  background: #03dfb0 url(/img/home-page/quick-links/videos.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: table;
}
.lastest_video:hover {
  background-size: 105%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .lastest_video {
    padding: 115px 0;
  }
}
.lastest_video img {
  margin-bottom: 20px;
}
.lastest_video .middle_table {
  vertical-align: middle;
  display: table-cell;
}

.quick_link_ideas {
  background: #03dfb0 url(/img/home-page/quick-links/ideas.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .quick_link_ideas {
    min-height: 300px;
  }
}

@media (min-width: 768px) {
  .social_quicklink {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.twitter_color, .facebook_color {
  height: 50%;
  display: table;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.twitter_color a, .facebook_color a {
  vertical-align: middle;
  display: table-cell;
  font-size: 20px;
  font-weight: bold;
}

.twitter_color {
  background-color: #55acee;
}
.twitter_color:hover {
  background-color: #2795e9;
}

.twitter_follow_white {
  position: relative;
  display: inline-block;
}

.facebook_color {
  background-color: #3b5998;
}
.facebook_color:hover {
  background-color: #2d4373;
}

.facebook_follow_white {
  position: relative;
  display: inline-block;
}
.facebook_follow_white img {
  position: relative;
  top: 4px;
}

@media (min-width: 768px) {
  .display_flex {
    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+ */
  }
}

/*------------------------------------*\
    #Charities Steps
\*------------------------------------*/
.charity_quickview {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}
.charity_quickview:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.charity_quickview img {
  margin: 0 auto;
  display: block;
}
.charity_quickview h4 {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .charity_quickview h4 {
    margin-top: 0;
  }
}
.charity_quickview p {
  margin-bottom: 25px;
}

.move_down {
  position: relative;
}
.move_down:after {
  content: " ";
  position: absolute;
  right: -20px;
  bottom: 7px;
  background: url(../custom/img/arrows/primary-color-arrow-down.png) no-repeat center center;
  background: url(../custom/img/arrows/primary-color-arrow-down.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 11px;
  height: 5px;
}

.step_2_social a {
  display: inline-block;
  text-indent: -99999px;
  width: 13px;
  height: 13px;
}
.step_2_social li {
  margin: 15px 8px 0 0;
}

.facebook_grey {
  background: url(../img/social/facebook-grey.png) no-repeat center center;
  background: url(../img/social/facebook-grey.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.facebook_grey:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0.5 ")";
  zoom: 1;
}

.twitter_grey {
  background: url(../img/social/twitter-grey.png) no-repeat center center;
  background: url(../img/social/twitter-grey.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.twitter_grey:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0.5 ")";
  zoom: 1;
}

.instagram_grey {
  background: url(../img/social/instagram-grey.png) no-repeat center center;
  background: url(../img/social/instagram-grey.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.instagram_grey:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0.5 ")";
  zoom: 1;
}

.step_3_social {
  text-align: center;
  margin: 30px 0 !important;
}
.step_3_social a {
  display: inline-block;
  text-indent: -99999px;
  width: 18px;
  height: 18px;
}
.step_3_social li {
  margin: 0px 10px 0 0;
}

.facebook_white {
  background: url(../img/social/facebook-white.png) no-repeat center center;
  background: url(../img/social/facebook-white.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.facebook_white:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0.5 ")";
  zoom: 1;
}

.twitter_white {
  background: url(../img/social/twitter-white.png) no-repeat center center;
  background: url(../img/social/twitter-white.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.twitter_white:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0.5 ")";
  zoom: 1;
}

.instagram_white {
  background: url(../img/social/instagram-white.png) no-repeat center center;
  background: url(../img/social/instagram-white.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.instagram_white:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0.5 ")";
  zoom: 1;
}

.single_charity_threebox {
  margin-top: 35px;
}
.single_charity_threebox .col-md-6, .single_charity_threebox .col-md-12 {
  padding: 0;
}
.single_charity_threebox .video_play {
  text-align: center;
  padding: 12% 0;
  background: #03dfb0 url(../img/home-page/quick-links/videos.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.single_charity_threebox .video_play a {
  margin: 0;
  text-align: center;
}
.single_charity_threebox .video_play a h3 {
  margin: 10px 0 0 0;
  color: white;
}
.single_charity_threebox .twitter_section {
  background-color: #3fa9f5;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .single_charity_threebox .twitter_section {
    padding: 50px;
  }
}
.single_charity_threebox .twitter_section p {
  margin: 0 0 0 70px;
  color: white !important;
}
.single_charity_threebox .twitter_section:before {
  content: " ";
  background: url(../img/social/twitter-white.png) no-repeat center center;
  background: url(../img/social/twitter-white.svg) no-repeat center center, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 40px;
}

.running_events h3.next_to_img {
  margin-left: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
}

/*------------------------------------*\
    #Events Overview
\*------------------------------------*/
.upcoming_events_container {
  margin: 60px 0;
}

.feature_star {
  position: absolute;
  top: 0;
  right: 0;
}

.event_calendar_cta {
  padding: 20px;
  margin: 20px 0;
}
@media (min-width: 960px) {
  .event_calendar_cta {
    padding: 40px;
    margin: 40px 0;
  }
}
.event_calendar_cta h3 {
  margin: 0;
  color: white;
}
@media (min-width: 960px) {
  .event_calendar_cta h3 {
    display: inline-block;
  }
}
.event_calendar_cta .cta {
  margin-top: 10px;
}
@media (min-width: 960px) {
  .event_calendar_cta .cta {
    float: right;
    margin-top: -10px;
  }
}

table .event_calendar_cta {
  margin: 0;
}

.margin_top_links {
  margin-top: 40px;
}
.margin_top_links {
  *zoom: 1;
}
.margin_top_links:before, .margin_top_links:after {
  content: "";
  display: table;
}
.margin_top_links:after {
  clear: both;
}

.events_choose {
  text-align: center;
  margin-top: 60px;
}

.go_to_events {
  height: 0px;
  display: table;
  min-height: 170px;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .go_to_events {
    min-height: 270px;
  }
}
.go_to_events .primary_bg_color--opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  zoom: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.go_to_events:hover .primary_bg_color--opacity {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0.5 ")";
  zoom: 1;
}
.go_to_events h4 {
  text-transform: uppercase;
  font-weight: bolder;
  font-style: italic;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.bg_all_events {
  background: url(../img/events-overview/all-events.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg_fun_begginers {
  background: url(../img/events-overview/bg-fun-begginers.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg_obstacle {
  background: url(../img/events-overview/bg_obstacle.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg_marathon {
  background: url(../img/events-overview/bg_marathon.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg_5k10k {
  background: url(../img/events-overview/bg_5k10k.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg_intermediate {
  background: url(../img/events-overview/bg_intermediate.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*------------------------------------*\
    #News Layout 1
\*------------------------------------*/
.video_news_layout {
  padding: 100px 0;
  text-align: center;
  background: url(../img/news-layout-1/video-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .video_news_layout {
    padding: 150px;
  }
}

.addthis_native_toolbox {
  margin-top: 25px;
}

.news_layout_2_content .image_slider {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .news_layout_2_content .image_slider {
    margin-top: 0px;
  }
}

.view_website {
  font-weight: bold;
  text-decoration: underline;
  margin-left: 20px;
  position: relative;
  top: -15px;
}

.charity-primary {
  background: #3fa9f5;
}

.fc-white {
  color: #fff;
}

.helper-fc-black {
  color: #000000 !important;
}

.charity-header {
  position: relative;
  z-index: 10;
  height: 50px;
  margin-bottom: -50px;
  background: rgba(0, 0, 0, 0.35);
}
.charity-header .col-md-12 {
  position: relative;
}
.charity-header .logo {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  padding: 10px;
  height: 80px;
  width: 80px;
}
.charity-header .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.charity-header .right ul, .charity-header .right .name {
  float: right;
}
.charity-header .name {
  display: none;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  padding-top: 16px;
}
.charity-header .name .bullet {
  padding-left: 10px;
  opacity: 0.5;
  font-size: 22px;
  line-height: 16px;
}
.charity-header .social-links {
  padding-top: 17px;
}
.charity-header .social-links li {
  float: left;
}
.charity-header .social-links a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 10px;
}
@media (min-width: 520px) {
  .charity-header .name {
    display: block;
  }
}
@media (min-width: 768px) {
  .charity-header {
    height: 80px;
    margin-bottom: -80px;
  }
  .charity-header .logo {
    height: 150px;
    width: 150px;
  }
  .charity-header .name {
    font-size: 16px;
    padding-top: 31px;
  }
  .charity-header .name .bullet {
    padding-left: 20px;
  }
  .charity-header .social-links {
    padding-top: 32px;
  }
  .charity-header .social-links a {
    margin-left: 20px;
  }
}

.top-section.has-charity-header {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .top-section.has-charity-header {
    padding-top: 120px;
  }
}

.top-section .intro {
  padding-top: 50px;
}
.top-section .intro.fc-black .fc-white {
  color: #272727;
}
.top-section .intro.fc-black h1.fc-white {
  color: #000000;
}
.top-section .intro.fc-black .teaser p {
  color: #272727;
}
.top-section .intro.fc-black span.complete, .top-section .intro.fc-black span.more, .top-section .intro.fc-black span.less {
  color: #272727;
}
.top-section .intro.fc-black p {
  color: #272727;
}
.top-section .intro.fc-black p.calendar {
  background-image: url("/img/events/calendar-black.svg");
}
.top-section .intro.fc-black p.map-pin {
  background-image: url("/img/events/pin-black.svg");
}
.top-section .intro h1 {
  margin-bottom: 10px;
}
.top-section .intro p {
  color: #fff;
  margin-bottom: 15px;
}
.top-section .intro p.calendar, .top-section .intro p.map-pin {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  background-position: left top 3px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.top-section .intro p.calendar {
  background-image: url("/img/events/calendar-white.svg");
}
.top-section .intro p.map-pin {
  background-image: url("/img/events/pin-white.svg");
}
.top-section .intro .icon-before {
  padding-left: 30px;
}
.top-section .image {
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  height: 240px;
}
.top-section .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .top-section .intro {
    padding-top: 90px;
    margin-bottom: 75px;
  }
  .top-section .intro h1 {
    margin-bottom: 10px;
    font-size: 2.75em;
  }
  .top-section .intro p {
    margin-bottom: 15px;
  }
  .top-section .intro p.calendar, .top-section .intro p.map-pin {
    margin-bottom: 10px;
    font-size: 22px;
    background-position: left top 5px;
  }
  .top-section .intro p.map-pin {
    margin-bottom: 20px;
  }
  .top-section .image {
    margin-top: 130px;
    margin-bottom: 90px;
  }
}

.helper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.helper h1 {
  margin-bottom: 15px;
}
.helper .fundraising-target {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}
.helper .fundraising-target .top {
  padding: 30px 15px;
}
.helper .fundraising-target .top h3 {
  margin-bottom: 10px;
}
.helper .fundraising-target .top .target {
  font-size: 70px;
  font-weight: 600;
}
.helper .fundraising-target .top .target:before {
  content: "£";
  font-size: 26px;
  font-weight: 600;
}
.helper .fundraising-target .bottom {
  padding: 15px;
}
.helper .fundraising-target .logo {
  position: absolute;
  bottom: -65px;
  left: 50%;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  transform: translate(-50%, 0);
  height: 150px;
  width: 150px;
}
.helper .fundraising-target .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.helper .has-logo .fundraising-target {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .helper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .helper .fundraising-target {
    margin-top: 0;
    margin-bottom: 0;
  }
  .helper .fundraising-target .logo {
    height: 150px;
    width: 150px;
  }
  .helper .fundraising-target .bottom {
    padding: 30px;
  }
  .helper .has-logo {
    margin-bottom: -60px;
  }
  .helper .has-logo .fundraising-target {
    padding-bottom: 40px;
  }
}

.form-section {
  margin-bottom: -40px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.form-section h1, .form-section .intro-text {
  margin-bottom: 10px;
}
.form-section .terms-wrapper {
  padding-top: 15px;
}
.form-section .checkbox_container {
  border: 0;
}
.form-section .checkbox_container.fancy label {
  margin: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .form-section {
    margin-bottom: -80px;
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .form-section h1, .form-section .intro-text {
    margin-bottom: 15px;
  }
}

.charity-intro {
  padding-bottom: 20px;
}

.event-page-calendar {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .event-page-calendar {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.event-page-select {
  height: 50px;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #c8c8c8;
  box-shadow: inset 1px 1.732px 3px 0px rgba(2, 2, 2, 0.18);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.process-block {
  padding: 15px 0;
}

.process-block li {
  margin: 5px 0;
}

span.more, span.less {
  display: block;
  padding-bottom: 20px;
  cursor: pointer;
  text-decoration: underline;
}

p.alert-danger {
  color: red;
}

.steps {
  padding: 40px 0 20px 0;
  text-align: center;
}
.steps .row > div {
  margin-bottom: 20px;
}
.steps .number {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.steps .text {
  max-width: 240px;
  margin: 0 auto;
  color: #272727;
}

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