@charset "UTF-8";
/*
transition between values based on min-max width
*/
/*** =======================
 *** Base
 *** ======================= */
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/proximanova/regular/ProximaNova-Reg-webfont.woff") format("woff"), url("../fonts/proximanova/regular/ProximaNova-Reg-webfont.ttf") format("truetype"), url("../fonts/proximanova/regular/ProximaNova-Reg-webfont.svg#ProximaNova") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/proximanova/italic/ProximaNova-RegIt-webfont.woff") format("woff"), url("../fonts/proximanova/italic/ProximaNova-RegIt-webfont.ttf") format("truetype"), url("../fonts/proximanova/italic/ProximaNova-RegIt-webfont.svg#ProximaNova") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/proximanova/bold/ProximaNova-Bold-webfont.woff") format("woff"), url("../fonts/proximanova/bold/ProximaNova-Bold-webfont.ttf") format("truetype"), url("../fonts/proximanova/bold/ProximaNova-Bold-webfont.svg#ProximaNova") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/proximanova/bolditalic/ProximaNova-BoldIt-webfont.woff") format("woff"), url("../fonts/proximanova/bolditalic/ProximaNova-BoldIt-webfont.ttf") format("truetype"), url("../fonts/proximanova/bolditalic/ProximaNova-BoldIt-webfont.svg#ProximaNova") format("svg");
  font-weight: bold;
  font-style: italic; }
/*
Change Log:

The grid does not rely on 'omega' anymore, which means you can have more cells than cols and they will wrap and stay on-grid

Changed most of the class names with a grid_ prefix to avoid conflicts with drupal classes (row, container)


width = 1170columns = 12column_width = 70gutter_width = 30*/
.grid_section {
  width: 100%;
  clear: both; }

.grid_container {
  width: 90%;
  max-width: 1170px;
  margin: auto; }

.grid_row {
  float: left;
  display: block;
  width: 105.128205128%;
  margin-left: -2.5641025641%; }

.grid_rowspace {
  margin-top: 10px;
  margin-bottom: 10px; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  margin: 0 0 0 2.43902439024%;
  float: left;
  display: block; }

.grid_1 {
  width: 5.69105691057%; }

.grid_2 {
  width: 13.8211382114%; }

.grid_3 {
  width: 21.9512195122%; }

.grid_4 {
  width: 30.081300813%; }

.grid_5 {
  width: 38.2113821138%; }

.grid_6 {
  width: 46.3414634146%; }

.grid_7 {
  width: 54.4715447154%; }

.grid_8 {
  width: 62.6016260163%; }

.grid_9 {
  width: 70.7317073171%; }

.grid_10 {
  width: 78.8617886179%; }

.grid_11 {
  width: 86.9918699187%; }

.grid_12 {
  width: 95.1219512195%; }

.grid_offset_1 {
  margin-left: 10.5691056911%; }

.grid_offset_2 {
  margin-left: 18.6991869919%; }

.grid_offset_3 {
  margin-left: 26.8292682927%; }

.grid_offset_4 {
  margin-left: 34.9593495935%; }

.grid_offset_5 {
  margin-left: 43.0894308943%; }

.grid_offset_6 {
  margin-left: 51.2195121951%; }

.grid_offset_7 {
  margin-left: 59.3495934959%; }

.grid_offset_8 {
  margin-left: 67.4796747967%; }

.grid_offset_9 {
  margin-left: 75.6097560976%; }

.grid_offset_10 {
  margin-left: 83.7398373984%; }

.grid_offset_11 {
  margin-left: 91.8699186992%; }

.grid_row_reverse .grid_1,
.grid_row_reverse .grid_2,
.grid_row_reverse .grid_3,
.grid_row_reverse .grid_4,
.grid_row_reverse .grid_5,
.grid_row_reverse .grid_6,
.grid_row_reverse .grid_7,
.grid_row_reverse .grid_8,
.grid_row_reverse .grid_9,
.grid_row_reverse .grid_10,
.grid_row_reverse .grid_11,
.grid_row_reverse .grid_12 {
  margin: 0 2.43902439024% 0 0;
  float: right;
  display: block; }

.grid_row_reverse .grid_1 {
  width: 5.69105691057%; }

.grid_row_reverse .grid_2 {
  width: 13.8211382114%; }

.grid_row_reverse .grid_3 {
  width: 21.9512195122%; }

.grid_row_reverse .grid_4 {
  width: 30.081300813%; }

.grid_row_reverse .grid_5 {
  width: 38.2113821138%; }

.grid_row_reverse .grid_6 {
  width: 46.3414634146%; }

.grid_row_reverse .grid_7 {
  width: 54.4715447154%; }

.grid_row_reverse .grid_8 {
  width: 62.6016260163%; }

.grid_row_reverse .grid_9 {
  width: 70.7317073171%; }

.grid_row_reverse .grid_10 {
  width: 78.8617886179%; }

.grid_row_reverse .grid_11 {
  width: 86.9918699187%; }

.grid_row_reverse .grid_12 {
  width: 95.1219512195%; }

.grid_row_reverse .grid_offset_1 {
  margin-right: 10.5691056911%; }

.grid_row_reverse .grid_offset_2 {
  margin-right: 18.6991869919%; }

.grid_row_reverse .grid_offset_3 {
  margin-right: 26.8292682927%; }

.grid_row_reverse .grid_offset_4 {
  margin-right: 34.9593495935%; }

.grid_row_reverse .grid_offset_5 {
  margin-right: 43.0894308943%; }

.grid_row_reverse .grid_offset_6 {
  margin-right: 51.2195121951%; }

.grid_row_reverse .grid_offset_7 {
  margin-right: 59.3495934959%; }

.grid_row_reverse .grid_offset_8 {
  margin-right: 67.4796747967%; }

.grid_row_reverse .grid_offset_9 {
  margin-right: 75.6097560976%; }

.grid_row_reverse .grid_offset_10 {
  margin-right: 83.7398373984%; }

.grid_row_reverse .grid_offset_11 {
  margin-right: 91.8699186992%; }

img {
  display: block; }

img, object, embed {
  max-width: 100%; }

img {
  height: auto; }

/* Mobile */
@media (max-width: 767px) {
  body {
    font-size: 1.1em;
    -webkit-text-size-adjust: none; }

  .grid_row {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

  .grid_rowspace {
    margin-top: 0px;
    margin-bottom: 0px; }

  .grid_1, .grid_row_reverse .grid_1,
  .grid_2, .grid_row_reverse .grid_2,
  .grid_3, .grid_row_reverse .grid_3,
  .grid_4, .grid_row_reverse .grid_4,
  .grid_5, .grid_row_reverse .grid_5,
  .grid_6, .grid_row_reverse .grid_6,
  .grid_7, .grid_row_reverse .grid_7,
  .grid_8, .grid_row_reverse .grid_8,
  .grid_9, .grid_row_reverse .grid_9,
  .grid_10, .grid_row_reverse .grid_10,
  .grid_11, .grid_row_reverse .grid_11,
  .grid_12, .grid_row_reverse .grid_12 {
    width: 100%;
    margin: 10px 0; } }
/* Cross-Site Styles */
* {
  outline: 0px none !important;
  -moz-outline-style: none !important; }

html,
body {
  height: 100%;
  margin: 0 !important; }

body, input, textarea {
  -webkit-font-smoothing: antialiased; }

img {
  line-height: 0;
  max-width: 100%;
  display: block;
  border: 0;
  outline: 0; }

table {
  width: 100%;
  margin: 10px 0;
  padding: 0; }

td,
th {
  padding: 5px 10px; }

p {
  padding: 0px;
  margin: 0; }

ul, .block ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style: none; }

li, ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none none;
  list-style-image: none;
  background: none; }

body,
html,
input,
textarea,
select,
button {
  font-family: "Source Sans Pro", ProximaNova, Arial, san-serif; }

h1, h2, h3, h4, h5, h6, button {
  font-family: "Source Sans Pro", ProximaNova, Arial, san-serif; }

body {
  background: #4b1c63;
  font-size: 1em;
  color: #333333;
  font-style: normal;
  font-weight: 400; }

.main-wrapper,
.main-header,
.main-footer {
  min-width: 320px; }

.main-page-container {
  background: #ffffff; }

.hidden {
  display: none; }

.hidden-iframe {
  width: 0;
  height: 0;
  display: none; }

a {
  color: #333333;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:active {
    color: #4b1c63;
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.3em;
  color: #4b1c63; }

h1 {
  font-size: 3em;
  margin: 20px 0px; }

h2 {
  font-size: 2em;
  margin: 10px 0px; }

h3 {
  font-size: 1.6em;
  margin: 10px 0px; }

h4 {
  font-size: 1.3em;
  margin: 10px 0px; }

h1.pageheading {
  color: #333333;
  margin-bottom: 0px;
  line-height: 1.3em;
  display: inline; }

.strong {
  font-weight: 700; }

.section {
  width: 100%;
  clear: both; }

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=tel],
textarea {
  display: inline-block;
  width: 196px;
  height: 38px;
  padding: 3px 10px;
  margin-right: 8px;
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  font-size: 0.842em;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea {
  height: auto; }

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0px 0px 10px #9ecaed; }
input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=date].error,
input[type=tel].error,
input[type=checkbox].error,
input[type=radio].error,
textarea.error,
select.error {
  border: 2px solid red;
  color: #8c2e0b; }

/*** =======================
 *** Components
 *** ======================= */
body .social {
  float: right; }
body .addthis_toolbox {
  display: inline-block; }
  body .addthis_toolbox a {
    margin-right: -4px; }
body .addthis_native_counter_parent {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 10px;
  margin: 0px;
  text-align: center; }
  body .addthis_native_counter_parent:before {
    content: '';
    display: block;
    margin: 0px auto; }
body .addthis_counter_facebook {
  background-color: #3B5998; }
  body .addthis_counter_facebook:before {
    background-image: url(../images/sprite.png);
    background-image: url(../images/sprite.svg), none;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 13px;
    height: 27px;
    background-position: 0px -82px; }
body .addthis_counter_twitter {
  background-color: #55ACEE; }
  body .addthis_counter_twitter:before {
    background-image: url(../images/sprite.png);
    background-image: url(../images/sprite.svg), none;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 33px;
    height: 27px;
    background-position: -14px -82px; }
body .addthis_counter_pinterest_share {
  background-color: #C92228; }
  body .addthis_counter_pinterest_share:before {
    background-image: url(../images/sprite.png);
    background-image: url(../images/sprite.svg), none;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 21px;
    height: 27px;
    background-position: -48px -82px; }
body .addthis_32x32_style .addthis_counter.addthis_bubble_style {
  display: none !important; }
body .addthis_32x32_style .at-icon-wrapper {
  display: none; }

/*** =======================
 *** Layout
 *** ======================= */
.main-wrapper {
  padding-top: 56px; }
  @media (max-width: 939px) {
    .main-wrapper {
      padding-top: 66px; } }

header.page-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  height: 34px;
  padding: 10px;
  padding-left: 160px;
  background: #190038;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  font-size: 14px; }
  header.page-header:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden; }
  header.page-header a {
    color: #ffffff;
    text-decoration: none; }
  header.page-header .logo {
    position: absolute;
    top: 10px;
    left: 35.5px; }
  header.page-header .mobile-menu-toggle {
    display: none; }
  header.page-header .language {
    float: right; }
    header.page-header .language a {
      float: left;
      height: 34px;
      padding: 0px 10px;
      line-height: 34px;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
      filter: alpha(opacity=50); }
      header.page-header .language a:hover, header.page-header .language a:active, header.page-header .language a.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
        filter: alpha(opacity=100); }
  header.page-header nav {
    float: left; }
    header.page-header nav li {
      float: left; }
      header.page-header nav li a {
        display: block;
        height: 34px;
        padding: 10px 20px;
        margin: -10px 0px;
        line-height: 34px;
        font-size: 16px; }
        header.page-header nav li a:hover, header.page-header nav li a:active {
          background: #4b1c63; }
        header.page-header nav li a.active-trail {
          background: #ffffff;
          color: #4b1c63; }
  @media (max-width: 939px) {
    header.page-header {
      padding: 15px;
      height: auto; }
      header.page-header .logo {
        top: 15px;
        left: 15px; }
      header.page-header .mobile-menu-toggle {
        display: block;
        float: right;
        display: inline-block;
        width: 40px;
        height: 4px;
        border-top: 4px solid #ffffff;
        border-bottom: 4px solid #ffffff;
        padding: 11px 0px;
        vertical-align: middle;
        margin-left: 15px; }
        header.page-header .mobile-menu-toggle:before {
          content: '';
          display: block;
          width: 100%;
          height: 4px;
          background: #ffffff; }
      header.page-header nav {
        display: none;
        float: none;
        clear: both;
        margin: 0px -15px -15px;
        padding-top: 15px; }
        header.page-header nav ul {
          overflow: hidden;
          position: relative; }
          header.page-header nav ul:after {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            height: 1.5em;
            padding: 12px 0px;
            border-top: 1px solid #ffffff;
            z-index: -1; }
        header.page-header nav li {
          float: left;
          width: 33.33333%;
          border-top: 1px solid #ffffff; }
          header.page-header nav li a {
            margin: 0px;
            height: auto;
            line-height: 1.5em;
            padding: 12px 15px; }
      header.page-header.menu-expanded nav {
        display: block; } }
  header.page-header .swoty-logo {
    display: none; }
  @media (max-width: 599px) {
    header.page-header nav li {
      width: 50%; } }
  @media (max-width: 479px) {
    header.page-header .language {
      display: none;
      float: none;
      clear: both;
      padding: 15px 15px;
      margin: 0px -15px -15px;
      border-top: 1px solid #ffffff; }
    header.page-header.menu-expanded .mobile-menu-toggle {
      margin-bottom: 15px; }
    header.page-header.menu-expanded .language {
      display: block; } }

.admin header.page-header {
  top: 20px; }

footer.page-footer {
  position: relative;
  background: #fff;
  border-top: 2px solid #4b1c63;
  height: 47px;
  overflow: hidden; }
  footer.page-footer:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden; }
  footer.page-footer .text {
    float: right;
    text-align: right;
    margin-top: 3px;
    margin-right: 20px; }
    footer.page-footer .text .donation-message {
      display: block; }
    footer.page-footer .text .terms {
      margin-left: 15px; }
    footer.page-footer .text .corporate-link {
      margin-left: 15px; }
  footer.page-footer .partners {
    float: left;
    margin-top: 4px; }
    footer.page-footer .partners .partner {
      float: left;
      margin-left: 20px; }
      footer.page-footer .partners .partner img {
        display: block;
        width: auto;
        height: auto;
        max-width: auto;
        max-height: auto; }
  @media (max-width: 1219px) {
    footer.page-footer .partners {
      display: none; }
    footer.page-footer .text {
      float: left;
      text-align: left;
      margin-left: 20px;
      margin-top: 0px;
      line-height: 47px; }
      footer.page-footer .text .donation-message {
        display: inline; } }
  @media (max-width: 949px) {
    footer.page-footer .text {
      line-height: inherit;
      margin-top: 3px; }
      footer.page-footer .text .donation-message {
        display: block; } }

.sticky-header-footer {
  padding-bottom: 49px; }
  .sticky-header-footer footer.page-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 200; }

.field-type-text-long {
  padding: 0px;
  color: #333333;
  line-height: 1.5em; }
  .field-type-text-long *:first-child {
    margin-top: 0px !important; }
  .field-type-text-long *:last-child {
    margin-bottom: 0px !important; }
  .field-type-text-long p, .field-type-text-long ul, .field-type-text-long ol, .field-type-text-long blockquote, .field-type-text-long img, .field-type-text-long table {
    margin: 1.5em 0px; }
  .field-type-text-long ul li, .field-type-text-long ol li {
    margin-bottom: 0.8em;
    margin-left: 18px; }
  .field-type-text-long ul li {
    list-style: square outside; }
  .field-type-text-long ol li {
    list-style: decimal outside; }
  .field-type-text-long li > ul, .field-type-text-long li > ol {
    margin-top: 1em !important; }
  .field-type-text-long a {
    color: #4b1c63; }
  .field-type-text-long h2, .field-type-text-long h3, .field-type-text-long h4, .field-type-text-long h5, .field-type-text-long h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid #4b1c63; }
  .field-type-text-long h2 {
    font-size: 24px; }
  .field-type-text-long h3 {
    font-size: 22px; }
  .field-type-text-long h4 {
    font-size: 20px; }
  .field-type-text-long h5 {
    font-size: 18px; }
  .field-type-text-long h6 {
    font-size: 16px;
    font-weight: bold; }
  .field-type-text-long blockquote {
    text-align: left;
    padding: 20px 40px 20px 50px;
    color: #888888;
    border-left: 2px solid #4b1c63;
    position: relative; }
    .field-type-text-long blockquote:before, .field-type-text-long blockquote:after {
      position: absolute;
      font-size: 40px;
      line-height: 1em;
      font-weight: bold;
      color: #4b1c63; }
    .field-type-text-long blockquote:before {
      content: '\201C';
      left: 20px;
      top: 20px; }
    .field-type-text-long blockquote:after {
      content: '\201D';
      right: 20px;
      bottom: 0px; }
  .field-type-text-long img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .field-type-text-long table {
    width: 100%; }
    .field-type-text-long table td, .field-type-text-long table th {
      padding: 5px 10px; }
      .field-type-text-long table td:first-child, .field-type-text-long table th:first-child {
        padding-left: 0px; }
      .field-type-text-long table td:last-child, .field-type-text-long table th:last-child {
        padding-right: 0px; }
    .field-type-text-long table thead {
      font-weight: bold;
      border-bottom: 1px solid #DBDBDB; }
      .field-type-text-long table thead tr:last-child td, .field-type-text-long table thead tr:last-child th {
        padding-bottom: 10px; }
    .field-type-text-long table tbody tr:first-child td, .field-type-text-long table tbody tr:first-child th {
      padding-top: 10px; }
  .field-type-text-long .text-tiny {
    font-size: 0.6em; }
  .field-type-text-long .text-small {
    font-size: 0.8em; }
  .field-type-text-long .text-large {
    color: #000000;
    font-family: "Source Sans Pro", ProximaNova, Arial, san-serif;
    font-size: 1.2em; }
  .field-type-text-long .text-huge {
    color: #000000;
    font-family: "Source Sans Pro", ProximaNova, Arial, san-serif;
    font-size: 1.5em; }

.node-basic-page-v2 .page-body {
  max-width: 800px;
  margin: 0 auto; }

.edit-line .button {
  margin: 20px 0; }

/*clearfix*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.clear {
  clear: both; }

/* close commented backslash hack */
/* site styles */
.webform-client-form {
  text-align: center; }

.webform-client-form input[type=text],
.webform-client-form input[type=email],
.webform-client-form input[type=password],
.webform-client-form input[type=date],
.webform-client-form input[type=tel],
.webform-client-form textarea {
  width: 95%;
  padding: 3px 2%;
  margin-bottom: 20px; }

.webform-client-form textarea {
  padding-top: 10px;
  width: 100%;
  resize: none;
  height: 246px; }

.webform-client-form .grippie {
  display: none; }

.webform-client-form .form-required {
  display: none; }

.field-collection-view-links {
  overflow: hidden; }
  .field-collection-view-links li {
    float: left;
    margin-right: 5px; }
  .node-basic-page-v2 .field-collection-view-links {
    display: none; }

.action-links-field-collection-add {
  display: none; }

input[type=button],
input[type=submit],
.main-wrapper .button,
.field-collection-view-links a,
.action-links-field-collection-add a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  background-color: #4b1c63;
  border: 3px solid #4b1c63;
  color: #ffffff;
  padding: 0px 13px;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none; }
  input[type=button]:focus,
  input[type=submit]:focus,
  .main-wrapper .button:focus,
  .field-collection-view-links a:focus,
  .action-links-field-collection-add a:focus {
    box-shadow: 0 0 10px #9ecaed; }
  input[type=button]:hover, input[type=button]:active,
  input[type=submit]:hover,
  input[type=submit]:active,
  .main-wrapper .button:hover,
  .main-wrapper .button:active,
  .field-collection-view-links a:hover,
  .field-collection-view-links a:active,
  .action-links-field-collection-add a:hover,
  .action-links-field-collection-add a:active {
    background: #ffffff;
    color: #4b1c63; }

.main-wrapper .button span {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle; }

.field-collection-view-links a,
.action-links-field-collection-add a {
  text-transform: uppercase; }

button.disabled,
button.disabled:hover,
.main-wrapper .button.disabled,
.main-wrapper .button.disabled:hover,
input[type=button][disabled],
input[type=submit][disabled] {
  background-color: #434343 !important;
  border-color: #434343 !important;
  color: #ffffff !important;
  cursor: default !important;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
  filter: alpha(opacity=50); }

.divider {
  float: left;
  display: inline;
  width: 100%;
  clear: both;
  height: 1px;
  margin: 0.4em 0; }

.divider-line {
  border-top: 1px solid #F2F2F2;
  margin: 0.8em 0; }

.standard-space {
  margin: 1em 0; }

/*navigation */
/* page container */
.main-page-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.main-page {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  position: relative;
  margin-right: -100%;
  left: 0%; }

/* footer */
.main-footer {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  font-size: 0.6em;
  line-height: 1.5em;
  background-color: #ffffff;
  border-top: 1px solid #FFFFFF;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 199; }

.sticky-header-footer .main-footer {
  position: fixed;
  bottom: 0;
  left: 0; }

.main-footer a {
  text-decoration: none; }

.main-footer .like {
  margin-top: 13px;
  float: right;
  margin-right: 20px;
  overflow: hidden;
  width: 55px; }

.main-footer .like iframe {
  float: right;
  width: 53px !important;
  margin: 0; }

.main-footer .footer-text {
  margin-top: 10px;
  float: right;
  margin-right: 20px; }

.main-footer .footer-text a {
  color: #4b1c63; }

.main-footer .footer-text .copyright {
  display: inline;
  float: left; }

.main-footer .footer-text .footer-menu {
  float: left;
  display: inline-block;
  margin-left: 20px; }

.main-footer .footer-text .footer-menu li {
  display: inline;
  margin-right: 15px; }

.main-footer .region-partners-footer {
  margin-top: 5px;
  float: left;
  display: inline;
  margin-left: 20px;
  height: 40px; }

.main-footer .region-partners-footer .views-row {
  float: left;
  display: inline;
  margin-right: 20px; }

.main-footer .region-partners-footer .field-content a {
  float: left;
  display: inline;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
  filter: alpha(opacity=80); }

.main-footer .region-partners-footer .field-content a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
  filter: alpha(opacity=100); }

.main-footer .region-partners-footer .field-content img {
  height: 40px; }

.main-footer .region-partners-footer .partners .partner {
  display: inline-block;
  margin-right: 20px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
  filter: alpha(opacity=80);
  transition: opacity 0.2s; }
  .main-footer .region-partners-footer .partners .partner:hover, .main-footer .region-partners-footer .partners .partner:active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
    filter: alpha(opacity=100); }
  .main-footer .region-partners-footer .partners .partner img {
    display: block;
    width: auto;
    height: 40px; }

/* drupal / admin */
.section-messages {
  margin-bottom: 60px; }
  .section-messages .messages {
    float: left;
    position: relative;
    background: #4b1c63;
    border: 0 !important;
    padding: 15px 20px;
    color: #FFFFFF;
    display: block;
    float: none;
    margin: 0px 0px 20px; }
    .section-messages .messages:last-child {
      margin-bottom: 0px; }
    .section-messages .messages.error {
      background: #190038; }
    .section-messages .messages a {
      color: #FFFFFF;
      text-decoration: underline; }

.main-wrapper ul.tabs {
  float: right;
  font-size: 0.736842em;
  margin: 10px 0; }

.main-wrapper ul.primary li a {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 4px 16px;
  background: #4b1c63;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  height: 47px;
  line-height: 47px; }

.main-wrapper ul.primary li a:hover,
.main-wrapper ul.primary li.active a {
  background: #4b1c63;
  color: #FFFFFF; }

/* iconimate */
.iconimate-wrapper {
  /* set icon width on this element */
  width: 10%;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.iconimate-container {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative; }

.iconimate-background {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  height: expression( this.parentElement.offsetHeight+'px' ); }

.iconimate {
  position: absolute;
  overflow: hidden;
  top: 7%;
  left: 7%;
  width: 86%;
  width: expression( this.parentElement.offsetHeight*0.86+'px' );
  /* width is required to prevent the animation from getting out of line */
  height: 86%;
  height: expression( this.parentElement.offsetHeight*0.86+'px' ); }

.iconimate img {
  width: 900% !important;
  max-width: 900% !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.iconimate .spritesheet {
  z-index: 1; }

.iconimate-mobile img {
  left: -100%; }

.iconimate-graph img {
  left: -200%; }

.iconimate-lightbulb img {
  left: -300%; }

.iconimate-pencil img {
  left: -400%; }

.iconimate-tools img {
  left: -500%; }

.iconimate-speed img {
  left: -600%; }

.iconimate-cloud img {
  left: -700%; }

.iconimate-arrow img {
  left: -800%; }

/* pager */
.pager a,
.item-list .pager li.pager-current {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  *line-height: 30px;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  background: #4b1c63;
  border: none;
  font-size: 0.895em;
  margin: 0 0.5em; }

.pager a:hover {
  background: #190038;
  text-decoration: none; }

.pager a:active {
  background: #190038;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.item-list .pager li.pager-current {
  background: #4b1c63; }

/* corners */
.corner-top-left {
  position: absolute;
  top: 0;
  left: 0;
  background-position: top left; }

.corner-top-right {
  position: absolute;
  top: 0;
  right: 0;
  background-position: top right; }

.corner-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: bottom left; }

.corner-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: bottom right; }

.edge-top {
  position: absolute;
  top: 0;
  left: 0;
  background-position: top left; }

.edge-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: bottom left; }

.edge-left {
  position: absolute;
  top: 0;
  left: 0;
  background-position: top left; }

.edge-right {
  position: absolute;
  top: 0;
  right: 0;
  background-position: top right; }

/* lead section */
.lead-section-spacer {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 20%;
  padding-bottom: expression( this.offsetWidth < 1200 ? "300px" : "auto" );
  overflow: hidden; }

.lead-section {
  float: left;
  display: inline;
  width: 100%;
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #000000; }
  .lead-section .lead-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    max-width: none; }
  @media screen and (max-width: 1200px) {
    .lead-section {
      height: 300px; }
      .lead-section .lead-image {
        height: 100%;
        width: auto;
        left: 50%;
        margin-left: -600px; }
      .page-node-1106 .lead-section {
        height: auto;
        background: transparent; }
        .page-node-1106 .lead-section .lead-image {
          max-height: 300px; }
        .page-node-1106 .lead-section .lead-section-spacer {
          padding-bottom: 220px; }
        .page-node-1106 .lead-section .lead-section-bottom {
          position: static; } }
  @media screen and (max-width: 935px) {
    .page-node-1106 .lead-section .lead-image {
      left: auto;
      margin-left: 0px;
      max-height: 250px;
      right: -70px; }
    .page-node-1106 .lead-section .lead-section-spacer {
      padding-bottom: 190px; } }
  @media screen and (max-width: 865px) {
    .page-node-239 .lead-section .lead-image {
      left: auto;
      right: -160px;
      margin-left: 0px; }
    .page-node-1106 .lead-section .lead-image {
      max-height: 230px; } }
  @media screen and (max-width: 790px) {
    .page-node-1106 .lead-section .lead-image {
      max-height: 250px;
      height: 250px;
      /* Max height doesn't work on iphone for some reason :s */
      clip: rect(auto 530px auto auto);
      right: -440px; } }

@media (max-width: 849px) {
  .page-enter .lead-section .lead-image {
    margin-left: -680px; } }
@media (max-width: 639px) {
  .page-enter .lead-section .lead-image {
    margin-left: -830px; } }
.lead-section .grid_container {
  position: relative;
  z-index: 5;
  height: 0; }

.lead-section .logo-container {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
  width: 37%;
  max-width: 200px; }

.lead-section .enter-link-container {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 5; }

.lead-section-bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff; }

.lead-section-bottom .page-title {
  float: left;
  width: 100%;
  margin-bottom: 0;
  margin: 20px auto 0 auto; }

.node-subsection .grid_row {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.node-subsection .grid_6 {
  width: 50%;
  margin-left: 0;
  margin-right: 0; }

.field-name-field-country-sub-section .field-item {
  margin-bottom: 50px; }
  .field-name-field-country-sub-section .field-item:last-child {
    margin-bottom: 0px; }

.view-display-id-block_1 .subsection-layout-right .field-type-text-long {
  padding: 0 0 0 10%;
  margin-top: -3px; }

.view-display-id-block_1 .subsection-layout-left .field-type-text-long {
  padding: 0 10% 0 0;
  margin-top: -3px; }

/* subsections */
.main-page-container {
  padding-bottom: 60px; }

.main-page-container .main-page {
  padding-top: 50px; }

.subsection-images-grid-narrow .subsection-image {
  float: left;
  width: 50%; }

.subsection-images-grid-wide .subsection-image {
  float: left;
  width: 12.5%; }

@media screen and (max-width: 700px) {
  .subsection-images-grid-wide .subsection-image {
    width: 50%; } }
@media screen and (max-width: 700px) {
  .node-subsection .grid_row {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .node-subsection .grid_6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .view-display-id-block_1 .subsection-layout-left .field-type-text-long,
  .view-display-id-block_1 .subsection-layout-right .field-type-text-long {
    padding: 0; } }
.subsection-images-grid-narrow .subsection-image-large {
  float: left;
  width: 100% !important; }

/* complete */
.section-share {
  text-align: center; }

.lead-section-bottom h1.page-title {
  background: #ffffff;
  text-align: center;
  padding: 20px;
  line-height: 1.5em;
  font-size: 2em;
  float: none;
  width: auto;
  color: #4b1c63; }
  @media (max-width: 767px) {
    .lead-section-bottom h1.page-title {
      font-size: 28px; } }
  @media (max-width: 479px) {
    .lead-section-bottom h1.page-title {
      font-size: 24px; } }

.main-wrapper .button-facebook {
  background-color: #3B5998;
  background-image: url(../images/button_icon_facebook.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 55px; }

.main-wrapper .button-facebook:hover {
  background-color: #4B67A1; }

.main-wrapper .button-facebook img {
  display: inline;
  vertical-align: middle;
  margin-left: 10px; }

.main-wrapper .button-upload {
  background-image: url(../images/button_icon_upload.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 58px; }

.main-wrapper .button-webcam {
  background-image: url(../images/button_icon_webcam.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 58px; }

.facebook-connect {
  margin: 3em 0px; }

#edit-fields {
  width: 100%;
  /*max-width: 780px;*/ }

.flash-container {
  width: 100%;
  margin: -1px;
  border: 1px solid black;
  background: black;
  height: 40px;
  margin-top: -20px;
  margin-bottom: 20px;
  overflow: hidden; }

.flash-progress {
  width: 0%;
  height: 100%;
  background: white; }

.share-panel {
  padding: 30px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 100px; }
  .share-panel h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #FFFFFF; }
  .share-panel .fb-like iframe {
    position: relative !important;
    margin: 0 auto; }

.complete-spacer {
  display: block;
  width: 100%;
  height: 230px; }

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* Responsive */
@media (max-width: 479px) {
  .main-wrapper {
    display: block; }

  .lead-section .grid_container {
    margin: 0 1em;
    padding: 0; } }
/* amount raised on page content type */
.total-amount-raised {
  display: none;
  background-color: #ffffff;
  height: 140px;
  border: 1px solid #4b1c63;
  font-family: "Source Sans Pro", ProximaNova, Arial, san-serif;
  margin-bottom: 40px; }
  .total-amount-raised h2 {
    text-align: center;
    font-size: 25px;
    margin: 15px 0px; }
  .total-amount-raised .total-amount-raised-value {
    text-align: center;
    display: block;
    font-size: 35px;
    letter-spacing: 20px;
    margin: 20px 0px; }
    .total-amount-raised .total-amount-raised-value .raised-character {
      padding: 7px 0px; }
    .total-amount-raised .total-amount-raised-value .raised-number {
      font-weight: bold;
      background: transparent url(../images/counterback.png) no-repeat 0px 2px;
      padding-left: 11px; }
    @media (max-width: 479px) {
      .total-amount-raised .total-amount-raised-value {
        text-align: center;
        display: block;
        font-size: 35px;
        letter-spacing: 11px;
        margin: 20px 0; } }

body .button-fb, body .button-twitter {
  background: #4b1c63;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2em;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  -webkit-transition: background-color linear 1s;
  -moz-transition: background-color linear 1s;
  -o-transition: background-color linear 1s;
  transition: background-color linear 1s; }
  body .button-fb:hover, body .button-twitter:hover {
    background: #000000;
    -webkit-transition: background-color linear 0.5s;
    -moz-transition: background-color linear 0.5s;
    -o-transition: background-color linear 0.5s;
    transition: background-color linear 0.5s; }
  body .button-fb:before, body .button-twitter:before {
    content: '';
    display: inline-block;
    margin-right: 15px;
    width: 26px;
    background: transparent url(../images/sprite-old.png) no-repeat;
    vertical-align: middle; }
body .button-fb:before {
  background-position: 0px 0px;
  height: 24px; }
body .button-twitter:before {
  background-position: 0px -25px;
  height: 21px; }

@media screen and (max-width: 470px) {
  .donate-text {
    display: none; } }
.total-amount-raised .total-amount-raised-value .raised-character {
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: left center !important; }

.grippie {
  display: none; }

.section.image-intro {
  position: relative;
  width: 100%;
  margin-top: -121px;
  padding: 30px 0 30px 0;
  background-color: #FFFFFF; }
  .section.image-intro img {
    margin: auto;
    width: auto;
    height: 170px; }

/* Internal Server Error 500 Static Page */
.error-page {
  color: #FFFFFF;
  background-color: #4B1C63;
  font-family: ProximaNova, Arial, san-serif; }
  @media (min-width: 1200px) {
    .error-page .content {
      font-size: 3em; } }
  @media (max-width: 1199px) {
    .error-page .content {
      font-size: 2.5em; } }
  @media (max-width: 900px) {
    .error-page .content {
      font-size: 2em; } }
  @media (max-width: 600px) {
    .error-page .content {
      font-size: 1em; } }
  .error-page .content {
    text-align: center;
    width: 40%;
    margin: 200px auto;
    font-size: 4vw; }
    .error-page .content img {
      width: 100%;
      margin: 0 auto 10%; }

/*** =======================
 *** Pages
 *** ======================= */
/* specific */
#infscr-loading {
  display: none !important; }

.main-grid {
  width: 100.01%;
  margin-right: -1%; }

.brick-entry {
  cursor: pointer; }

.main-grid-container {
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  background: #190037; }
  .main-grid-container .brick {
    float: left;
    display: inline;
    width: 20%;
    position: relative;
    background: #4b1c63; }
    @media screen and (max-width: 3000px) {
      .main-grid-container .brick {
        width: 10%; } }
    @media screen and (max-width: 2700px) {
      .main-grid-container .brick {
        width: 11.11%; } }
    @media screen and (max-width: 2400px) {
      .main-grid-container .brick {
        width: 12.5%; } }
    @media screen and (max-width: 2100px) {
      .main-grid-container .brick {
        width: 14.28%; } }
    @media screen and (max-width: 1800px) {
      .main-grid-container .brick {
        width: 16.66%; } }
    @media screen and (max-width: 1500px) {
      .main-grid-container .brick {
        width: 20%; } }
    @media screen and (max-width: 1200px) {
      .main-grid-container .brick {
        width: 25%; } }
    @media screen and (max-width: 900px) {
      .main-grid-container .brick {
        width: 33.33%; } }
    @media screen and (max-width: 600px) {
      .main-grid-container .brick {
        width: 50%; } }
    .main-grid-container .brick .brick-inner {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 100%; }
      .main-grid-container .brick .brick-inner .face {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0; }
      .main-grid-container .brick .brick-inner .face-large {
        z-index: 1; }
      .main-grid-container .brick .brick-inner .brick-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        .main-grid-container .brick .brick-inner .brick-overlay .view {
          display: block;
          background-position: center center;
          background-repeat: no-repeat;
          background-image: url(../images/view-link.png);
          /* IE8 fix - make overlay transparent instead of transparent background colour */
          background-color: #000000;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
          opacity: 1;
          /* ---------------------------- */
          background-color: rgba(0, 0, 0, 0.65);
          position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;
          bottom: 0px;
          z-index: 2; }
        .main-grid-container .brick .brick-inner .brick-overlay .close {
          display: block;
          width: 20px;
          height: 20px;
          background: url(../images/icons-expander.png) -23px -1px no-repeat;
          position: absolute;
          top: 10px;
          right: 10px;
          text-indent: -9999em;
          text-align: left;
          z-index: 3; }
          .main-grid-container .brick .brick-inner .brick-overlay .close:hover, .main-grid-container .brick .brick-inner .brick-overlay .close:active {
            background-position: -23px -23px; }
        .main-grid-container .brick .brick-inner .brick-overlay .addthis_toolbox {
          position: absolute;
          top: auto;
          bottom: 0px;
          left: 0px;
          z-index: 3;
          width: 54px;
          height: 216px; }
        .main-grid-container .brick .brick-inner .brick-overlay .vote {
          position: absolute;
          bottom: 10px;
          left: 10px;
          display: block;
          color: #FFFFFF;
          z-index: 4;
          text-decoration: none; }
          .main-grid-container .brick .brick-inner .brick-overlay .vote .icon {
            display: block;
            width: 23px;
            height: 20px;
            float: left;
            margin-right: 10px;
            text-indent: -1000px;
            background: url(../images/icon-heart.png) left center no-repeat; }
          .main-grid-container .brick .brick-inner .brick-overlay .vote:hover {
            color: #FF6699; }
            .main-grid-container .brick .brick-inner .brick-overlay .vote:hover .icon {
              background: url(../images/icon-heart.png) right center no-repeat; }
    .main-grid-container .brick a {
      color: #fff; }
    .main-grid-container .brick.brick-entry.brick-large .brick-inner .brick-overlay {
      opacity: 1; }
  .main-grid-container .grid-tiles.col-width-150 .brick-wide {
    font-size: 26px; }
  .main-grid-container .grid-tiles.col-width-170 .brick-wide {
    font-size: 30px; }
  .main-grid-container .enter-block {
    background: #4b1c63;
    color: #FFFFFF;
    font-size: 25px;
    font-family: "Source Sans Pro", ProximaNova, Arial, san-serif; }
    .main-grid-container .enter-block .inner {
      padding: 20px; }
    .main-grid-container .enter-block h1 {
      margin: 0px 0px 15px;
      font-size: 36px;
      line-height: 1em;
      font-weight: bold;
      font-family: "Source Sans Pro", ProximaNova, Arial, san-serif;
      color: #ffffff; }
    .main-grid-container .enter-block p {
      color: inherit;
      margin: 0px 0px 10px; }
      .main-grid-container .enter-block p:last-child {
        margin-bottom: 0px; }
    .main-grid-container .enter-block .button {
      position: absolute;
      bottom: 20px;
      right: 20px;
      text-decoration: none;
      background: #03954e;
      color: #FFFFFF;
      -webkit-transition: all linear 0s;
      -moz-transition: all linear 0s;
      -o-transition: all linear 0s;
      transition: all linear 0s;
      margin: 0px; }
      .main-grid-container .enter-block .button:hover, .main-grid-container .enter-block .button:active {
        color: #000000;
        background: #FFFFFF; }
      .main-grid-container .enter-block .button.edit {
        top: 0px;
        right: 0px;
        bottom: auto;
        line-height: 1.5em;
        height: auto;
        padding: 10px;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
        filter: alpha(opacity=60); }
        .main-grid-container .enter-block .button.edit:hover, .main-grid-container .enter-block .button.edit:active {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
          filter: alpha(opacity=100); }
  .main-grid-container .grid-tiles.col-width-140 .enter-block h1 {
    margin-bottom: 20px;
    font-size: 28px; }
  .main-grid-container .grid-tiles.col-width-140 .enter-block p {
    margin-bottom: 1em; }
  .main-grid-container .grid-tiles.col-width-150 .enter-block .inner {
    padding: 30px; }
  .main-grid-container .grid-tiles.col-width-150 .enter-block .button {
    bottom: 30px;
    right: 30px; }
  .main-grid-container .grid-tiles.col-width-160 .enter-block h1 {
    margin-bottom: 30px;
    font-size: 32px; }
  .main-grid-container .grid-tiles.col-width-170 .enter-block {
    font-size: 30px; }
    .main-grid-container .grid-tiles.col-width-170 .enter-block h1 {
      font-size: 36px; }

.load-more-row {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 40; }
  .load-more-row .load-more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: #009C4C;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 200px;
    text-decoration: none; }
    .load-more-row .load-more .center {
      position: absolute;
      line-height: 1em;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: -10px; }
      .load-more-row .load-more .center:after {
        content: '>';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif;
        position: relative;
        top: 1px; }

.enter-step {
  margin-bottom: 60px; }
  .enter-step p:last-child {
    margin-bottom: 0px; }
  .enter-step .page-body,
  .enter-step .total-amount-raised {
    margin-bottom: 30px; }
    .enter-step .page-body:last-child,
    .enter-step .total-amount-raised:last-child {
      margin-bottom: 0px; }

/*** Not used? ***/
.entry-form .crop-section .preview-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative; }

.entry-form .crop-section img {
  max-width: none; }

/*** ======== ***/
.select-photo-wrapper {
  height: 0px;
  overflow: hidden;
  position: relative; }
  .select-photo-wrapper.store {
    display: block !Important; }
  .select-photo-wrapper .select-photo-container {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #4b1c63;
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    text-align: center; }
    .select-photo-wrapper .select-photo-container .select-photo-inner {
      padding: 30px; }
      @media (max-width: 479px) {
        .select-photo-wrapper .select-photo-container .select-photo-inner {
          padding: 20px; } }
      .select-photo-wrapper .select-photo-container .select-photo-inner .file-type {
        margin-bottom: 10px; }
      .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .album {
        margin-bottom: 30px; }
        .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .album:last-child {
          margin-bottom: 0px; }
      .select-photo-wrapper .select-photo-container .select-photo-inner .gallery h3 {
        font-size: 20px;
        line-height: 1.5em;
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid #ffffff;
        margin-bottom: 20px; }
      .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images:after {
        content: '';
        display: block;
        clear: both;
        width: 100%;
        height: 0px;
        overflow: hidden; }
      .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb {
        float: left;
        width: 14.52991%;
        margin-left: 2.5641%;
        margin-top: 2.5641%;
        clear: none; }
        .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:first-child {
          margin-left: 0px; }
        @media (min-width: 989px) {
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(6n-5) {
            margin-left: 0px;
            clear: left; }
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(1) {
            margin-top: 0px; }
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(2) {
            margin-top: 0px; }
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(3) {
            margin-top: 0px; }
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(4) {
            margin-top: 0px; }
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(5) {
            margin-top: 0px; }
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(6) {
            margin-top: 0px; } }
        @media (min-width: 767px) and (max-width: 988px) {
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb {
            width: 17.94872%; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:first-child, .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(5n-4) {
              margin-left: 0px;
              clear: both; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(1) {
              margin-top: 0px; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(2) {
              margin-top: 0px; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(3) {
              margin-top: 0px; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(4) {
              margin-top: 0px; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(5) {
              margin-top: 0px; } }
        @media (min-width: 599px) and (max-width: 766px) {
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb {
            width: 23.07692%; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:first-child, .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(4n-3) {
              margin-left: 0px;
              clear: both; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(1) {
              margin-top: 0px; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(2) {
              margin-top: 0px; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(3) {
              margin-top: 0px; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(4) {
              margin-top: 0px; } }
        @media (min-width: 479px) and (max-width: 598px) {
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb {
            width: 31.62393%; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:first-child, .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(3n-2) {
              margin-left: 0px;
              clear: both; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(1) {
              margin-top: 0px; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(2) {
              margin-top: 0px; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(3) {
              margin-top: 0px; } }
        @media (min-width: 0px) and (max-width: 478px) {
          .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb {
            width: 48.71795%; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:first-child, .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(2n-1) {
              margin-left: 0px;
              clear: both; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(1) {
              margin-top: 0px; }
            .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb:nth-child(2) {
              margin-top: 0px; } }
        .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .images .thumb img {
          display: block;
          width: 100%;
          height: auto; }
      .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .more {
        display: block;
        background: #3E1752;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        margin-top: 20px;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .more:hover, .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .more:active {
          background: #2D103B; }
        .select-photo-wrapper .select-photo-container .select-photo-inner .gallery .more.loading {
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
          filter: alpha(opacity=50); }
      .select-photo-wrapper .select-photo-container .select-photo-inner form {
        left: 0 !important;
        width: 100% !important; }
        .select-photo-wrapper .select-photo-container .select-photo-inner form input {
          font-size: 1000px !important;
          /* forces large button */ }
  .select-photo-wrapper.store {
    height: auto; }
    .select-photo-wrapper.store .select-photo-container {
      position: static; }

.loading-container {
  text-align: center;
  background: #4b1c63;
  padding: 20px; }

.facebook-albums .image {
  position: relative;
  margin-bottom: 1em; }
  .facebook-albums .image .dummy {
    width: 100%;
    height: auto; }
  .facebook-albums .image .fb-thumb {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    cursor: pointer; }

#dropArea {
  width: 100%;
  height: 250px;
  line-height: 250px;
  border: 1px dashed #FFFFFF;
  color: #FFFFFF;
  background: #000000;
  text-align: center;
  margin-bottom: 1em; }

#crop_wrapper {
  padding: 30px;
  background: #4b1c63;
  display: none; }
  @media (max-width: 479px) {
    #crop_wrapper {
      padding: 20px; } }
  #crop_wrapper, #crop_wrapper p {
    color: #FFFFFF; }
  #crop_wrapper .select-photo {
    text-align: center;
    font-size: 20px;
    line-height: 1em;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
    filter: alpha(opacity=20);
    text-transform: uppercase;
    margin: 30px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #crop_wrapper .uploading img {
    display: block;
    margin: 0px auto; }
  #crop_wrapper .preview-row {
    margin-bottom: 0px; }
  #crop_wrapper .preview-container-wrapper {
    max-width: 600px; }
    #crop_wrapper .preview-container-wrapper .preview-container {
      overflow: hidden;
      position: relative;
      padding-top: 100%; }
      #crop_wrapper .preview-container-wrapper .preview-container img {
        position: absolute;
        max-width: none; }
  #crop_wrapper .button {
    display: block;
    border: none;
    margin-top: 10px;
    text-align: center; }
    #crop_wrapper .button.photo-approve:before {
      content: ' ';
      display: inline-block;
      position: relative;
      top: 10px;
      margin-top: -10px;
      margin-right: 10px;
      background-image: url(../images/sprite.png);
      background-image: url(../images/sprite.svg), none;
      background-repeat: no-repeat;
      overflow: hidden;
      width: 35px;
      height: 35px;
      background-position: -36px -111px; }
    #crop_wrapper .button.photo-approve:after {
      display: none; }
    #crop_wrapper .button.photo-unapprove {
      position: relative; }
      #crop_wrapper .button.photo-unapprove:before {
        content: ' ';
        display: inline-block;
        position: relative;
        top: 10px;
        margin-top: -10px;
        margin-right: 10px;
        background-image: url(../images/sprite.png);
        background-image: url(../images/sprite.svg), none;
        background-repeat: no-repeat;
        overflow: hidden;
        width: 35px;
        height: 35px;
        background-position: 0px -111px; }
      #crop_wrapper .button.photo-unapprove:after {
        display: none; }
    #crop_wrapper .button.photo-cancel:before {
      content: ' ';
      display: inline-block;
      position: relative;
      top: 10px;
      margin-top: -10px;
      margin-right: 10px;
      background-image: url(../images/sprite.png);
      background-image: url(../images/sprite.svg), none;
      background-repeat: no-repeat;
      overflow: hidden;
      width: 35px;
      height: 35px;
      background-position: 0px -111px; }
    #crop_wrapper .button.photo-cancel:after {
      display: none; }
  #crop_wrapper .crop-preview-container-grid-approved {
    width: 100%;
    margin: 0 auto !important;
    max-width: 600px;
    float: none; }
  @media screen and (max-width: 767px) {
    #crop_wrapper .preview-row {
      display: block;
      float: none;
      clear: both;
      margin: 0px; }
    #crop_wrapper .grid_8,
    #crop_wrapper .grid_4 {
      display: block;
      float: none;
      width: auto;
      margin: 0px; }
    #crop_wrapper .image-container {
      margin-bottom: 30px; }
      #crop_wrapper .image-container .jcrop-holder {
        margin: 0px auto; }
    #crop_wrapper .preview-container-wrapper {
      margin: 0px auto; } }
  @media (max-width: 479px) {
    #crop_wrapper .image-container {
      margin-bottom: 20px; } }

.jcrop-holder div .jcrop-tracker {
  background: transparent url(../images/face-outline.png) no-repeat center center;
  background-size: cover; }

.select-photo-navigation {
  padding-top: 1em;
  clear: both; }

.select-photo-navigation form {
  float: right; }

.confirm-entry .field {
  margin-bottom: 1em;
  word-wrap: break-word; }

.confirm-entry .field label {
  margin-bottom: 5px; }

.confirm-entry .field .value {
  color: #4b1c63; }

.page-entry-form fieldset {
  margin-bottom: 60px; }
  .page-entry-form fieldset:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden; }
  .page-entry-form fieldset legend {
    display: block;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 2px solid #4b1c63;
    margin-bottom: 30px; }
    .page-entry-form fieldset legend h2 {
      margin: 0px;
      font-size: 1.8em; }
      .page-entry-form fieldset legend h2 strong {
        background-color: #4b1c63;
        color: #fff;
        width: 42px;
        padding-top: 2px;
        display: inline-block;
        text-align: center;
        line-height: 42px;
        margin-right: 10px; }
  .page-entry-form fieldset .fieldset-wrapper .form-item {
    margin-bottom: 1em; }
    .page-entry-form fieldset .fieldset-wrapper .form-item:last-child {
      margin-bottom: 0px; }
  .page-entry-form fieldset#edit-select-photo {
    margin-bottom: 30px; }
    .page-entry-form fieldset#edit-select-photo legend {
      margin-bottom: 20px; }
  .page-entry-form fieldset#edit-crop {
    margin-bottom: 0; }
    .page-entry-form fieldset#edit-crop .fieldset-wrapper {
      display: block;
      margin-bottom: 50px; }
.page-entry-form h3 {
  text-decoration: none;
  font-weight: normal;
  border-bottom: none; }
.page-entry-form .grid_row {
  margin-bottom: 1em; }
  .page-entry-form .grid_row:last-child {
    margin-bottom: 0px; }
.page-entry-form label {
  margin-bottom: 5px; }
.page-entry-form input[type=text],
.page-entry-form input[type=email],
.page-entry-form input[type=tel] {
  padding: 16px 3%;
  width: 94%;
  height: 16px;
  line-height: 16px; }
.page-entry-form select {
  width: 100%;
  padding: 15px 3%;
  height: 48px;
  line-height: 48px;
  font-size: 0.84em;
  border: 1px solid #DBDBDB; }
  .page-entry-form select.error {
    border: 2px solid red; }
  .page-entry-form select option {
    line-height: 48px; }
.page-entry-form .date .field-wrapper .form-item {
  width: 30%;
  margin-left: 5%;
  float: left;
  margin-bottom: 0px; }
  .page-entry-form .date .field-wrapper .form-item:first-child {
    margin-left: 0px; }
.page-entry-form .date .field-wrapper .form-item-dob-year {
  margin-right: -100px; }
.page-entry-form .form-required {
  color: #4b1c63; }
.page-entry-form input[type=submit] {
  margin-top: 30px; }
.page-entry-form .form-type-checkbox {
  position: relative;
  padding-left: 25px; }
  .page-entry-form .form-type-checkbox .form-checkbox {
    position: absolute;
    top: 4px;
    left: 0px; }
  .page-entry-form .form-type-checkbox label {
    line-height: 1.4em;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px; }
.page-entry-form #edit-conditions {
  border-bottom: 1px solid #4b1c63;
  margin-bottom: 25px;
  padding-bottom: 30px; }
.page-entry-form .share-panels {
  overflow: hidden; }
  .page-entry-form .share-panels .share-panel {
    color: #ffffff;
    height: auto;
    padding: 20px 30px 30px 30px;
    margin-top: 20px;
    margin-bottom: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative; }
    .page-entry-form .share-panels .share-panel:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0px;
      right: 0px;
      width: 100%;
      height: 9999px; }
    .page-entry-form .share-panels .share-panel h4 {
      color: #ffffff;
      margin: 0px 0px 18px;
      text-align: center; }
      .page-entry-form .share-panels .share-panel h4:before {
        content: ' ';
        display: inline-block;
        position: relative;
        top: 5px;
        left: -16px; }
    .page-entry-form .share-panels .share-panel .button.connect {
      text-align: center;
      display: block;
      border-width: 1px;
      margin: 0 10px;
      padding: 7px;
      font-weight: bold; }
    .page-entry-form .share-panels .share-panel.facebook {
      background-color: #3B5998; }
      .page-entry-form .share-panels .share-panel.facebook .button {
        background-color: #3B5998;
        border-color: #fff; }
        .page-entry-form .share-panels .share-panel.facebook .button:hover {
          background-color: #ffffff;
          color: #3B5998; }
      .page-entry-form .share-panels .share-panel.facebook h4:before {
        background-image: url(../images/sprite.png);
        background-image: url(../images/sprite.svg), none;
        background-repeat: no-repeat;
        overflow: hidden;
        width: 13px;
        height: 27px;
        background-position: 0px -82px; }
    .page-entry-form .share-panels .share-panel.twitter {
      background-color: #55ACEE; }
      .page-entry-form .share-panels .share-panel.twitter .button {
        background-color: #55ACEE;
        border-color: #fff; }
        .page-entry-form .share-panels .share-panel.twitter .button:hover {
          background-color: #ffffff;
          color: #55ACEE; }
      .page-entry-form .share-panels .share-panel.twitter h4:before {
        background-image: url(../images/sprite.png);
        background-image: url(../images/sprite.svg), none;
        background-repeat: no-repeat;
        overflow: hidden;
        width: 33px;
        height: 27px;
        background-position: -14px -82px; }
    .page-entry-form .share-panels .share-panel .form-type-checkbox {
      margin-top: 40px; }
    .page-entry-form .share-panels .share-panel textarea {
      padding: 10px;
      height: 150px;
      font-size: 16px;
      color: #333333;
      resize: vertical; }
    @media (max-width: 767px) {
      .page-entry-form .share-panels .share-panel {
        margin-bottom: 30px; }
        .page-entry-form .share-panels .share-panel:after {
          content: none;
          display: none; }
        .page-entry-form .share-panels .share-panel:last-child {
          margin-bottom: 0px; } }
    @media (max-width: 479px) {
      .page-entry-form .share-panels .share-panel {
        padding: 20px; } }

@media (max-width: 479px) {
  #indulge-custom-enter-form .grid_row {
    margin-bottom: 0em; }

  .subsection-graphics {
    margin-bottom: 30px; } }
.photo-upload-container .tab-bar, .photo-upload-container .select-photo-wrapper {
  margin-top: 20px; }
  .photo-upload-container .tab-bar:first-child, .photo-upload-container .select-photo-wrapper:first-child {
    margin-top: 0px; }
.photo-upload-container .tab-bar:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden; }
.photo-upload-container .tab-bar .button {
  height: auto;
  min-height: 60px;
  line-height: 60px;
  padding: 0px 20px 0px 60px;
  margin: 0px;
  position: relative; }
  .photo-upload-container .tab-bar .button:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 10px;
    bottom: 0px;
    margin: auto 0px; }
  .photo-upload-container .tab-bar .button span {
    line-height: 1.5em;
    margin: 10px 0px; }
  .photo-upload-container .tab-bar .button.upload:before {
    background-image: url(../images/sprite.png);
    background-image: url(../images/sprite.svg), none;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 40px;
    height: 30px;
    background-position: 0px 0px; }
  .photo-upload-container .tab-bar .button.webcam:before {
    background-image: url(../images/sprite.png);
    background-image: url(../images/sprite.svg), none;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-position: -41px 0px; }
  .photo-upload-container .tab-bar .button.facebook:before {
    background-image: url(../images/sprite.png);
    background-image: url(../images/sprite.svg), none;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 40px;
    height: 37px;
    background-position: -82px 0px;
    left: 0px; }
  .photo-upload-container .tab-bar .button.instagram:before {
    background-image: url(../images/sprite.png);
    background-image: url(../images/sprite.svg), none;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-position: -123px 0px; }
  .photo-upload-container .tab-bar .button.facebook {
    background: #3B5998;
    border-color: #3B5998; }
  .photo-upload-container .tab-bar .button.instagram {
    background: #77483E;
    border-color: #77483E; }
  .photo-upload-container .tab-bar .button:hover, .photo-upload-container .tab-bar .button:active {
    background: #ffffff; }
    .photo-upload-container .tab-bar .button:hover.facebook, .photo-upload-container .tab-bar .button:active.facebook {
      color: #3B5998; }
    .photo-upload-container .tab-bar .button:hover.instagram, .photo-upload-container .tab-bar .button:active.instagram {
      color: #77483E; }
    .photo-upload-container .tab-bar .button:hover.upload:before, .photo-upload-container .tab-bar .button:active.upload:before {
      background-image: url(../images/sprite.png);
      background-image: url(../images/sprite.svg), none;
      background-repeat: no-repeat;
      overflow: hidden;
      width: 40px;
      height: 30px;
      background-position: 0px -41px; }
    .photo-upload-container .tab-bar .button:hover.webcam:before, .photo-upload-container .tab-bar .button:active.webcam:before {
      background-image: url(../images/sprite.png);
      background-image: url(../images/sprite.svg), none;
      background-repeat: no-repeat;
      overflow: hidden;
      width: 40px;
      height: 40px;
      background-position: -41px -41px; }
    .photo-upload-container .tab-bar .button:hover.webcam.disabled:before, .photo-upload-container .tab-bar .button:active.webcam.disabled:before {
      background-image: url(../images/sprite.png);
      background-image: url(../images/sprite.svg), none;
      background-repeat: no-repeat;
      overflow: hidden;
      width: 40px;
      height: 40px;
      background-position: -41px 0px; }
    .photo-upload-container .tab-bar .button:hover.facebook:before, .photo-upload-container .tab-bar .button:active.facebook:before {
      background-image: url(../images/sprite.png);
      background-image: url(../images/sprite.svg), none;
      background-repeat: no-repeat;
      overflow: hidden;
      width: 40px;
      height: 37px;
      background-position: -82px -41px; }
    .photo-upload-container .tab-bar .button:hover.instagram:before, .photo-upload-container .tab-bar .button:active.instagram:before {
      background-image: url(../images/sprite.png);
      background-image: url(../images/sprite.svg), none;
      background-repeat: no-repeat;
      overflow: hidden;
      width: 40px;
      height: 40px;
      background-position: -123px -41px; }
  @media (max-width: 799px) {
    .photo-upload-container .tab-bar .button {
      float: left;
      width: 48.71795%;
      margin-left: 2.5641%;
      margin-top: 2.5641%;
      clear: none;
      box-sizing: border-box; }
      .photo-upload-container .tab-bar .button:first-child {
        margin-left: 0px; } }
  @media (max-width: 799px) and (min-width: 480px) {
    .photo-upload-container .tab-bar .button:nth-child(2n-1) {
      margin-left: 0px;
      clear: left; }
    .photo-upload-container .tab-bar .button:nth-child(1) {
      margin-top: 0px; }
    .photo-upload-container .tab-bar .button:nth-child(2) {
      margin-top: 0px; } }
  @media (max-width: 799px) and (min-width: 0px) and (max-width: 479px) {
    .photo-upload-container .tab-bar .button {
      width: 100%; }
      .photo-upload-container .tab-bar .button:first-child, .photo-upload-container .tab-bar .button:nth-child(1n-0) {
        margin-left: 0px;
        clear: both; }
      .photo-upload-container .tab-bar .button:nth-child(1) {
        margin-top: 0px; } }

  @media (max-width: 479px) {
    .photo-upload-container .tab-bar .button br {
      display: none; } }

/*.page-enter-complete {
  .twitter {
    .twitter-share-button {
      background-image: url(/sites/all/themes/swoty/images/sprite.svg), none;
      background-repeat: no-repeat;
      overflow: hidden;
      width: 33px;
      height: 27px;
      background-position: -14px -82px;
      display: block;
      margin: 0 auto;
    }
  }
}*/
.page-enter-complete .field-type-text-long {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px; }

.view-display-id-block_1 .grid_row,
#block-indulge-custom-1 .grid_row {
  margin: 0px; }
.view-display-id-block_1 .grid_6,
#block-indulge-custom-1 .grid_6 {
  margin-bottom: 60px; }
.view-display-id-block_1 .partner-image-container,
#block-indulge-custom-1 .partner-image-container {
  position: relative;
  padding-top: 20%;
  margin-bottom: 20px; }
  .view-display-id-block_1 .partner-image-container img,
  #block-indulge-custom-1 .partner-image-container img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    max-width: 90%;
    height: auto;
    max-height: 100%; }
.view-display-id-block_1 .partner-body,
#block-indulge-custom-1 .partner-body {
  margin-bottom: 30px; }
.view-display-id-block_1 .button,
#block-indulge-custom-1 .button {
  position: relative;
  min-width: 145px;
  padding-right: 40px; }
  .view-display-id-block_1 .button:after,
  #block-indulge-custom-1 .button:after {
    content: '›';
    position: absolute;
    top: 0px;
    right: 15px;
    bottom: 0px;
    font-size: 30px; }
@media (max-width: 767px) {
  .view-display-id-block_1 .partner-image-container,
  #block-indulge-custom-1 .partner-image-container {
    padding-top: 0px; }
    .view-display-id-block_1 .partner-image-container img,
    #block-indulge-custom-1 .partner-image-container img {
      position: static;
      max-width: 100%; } }

.node-type-entry {
  background-color: #fff; }
  .node-type-entry .logo-entry-container {
    width: 37%;
    max-width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999; }
  .node-type-entry .entry-image-large {
    max-width: 826px; }
    @media (min-width: 969px) {
      .node-type-entry .entry-image-large .image-wrapper {
        min-height: 500px; } }
    @media (max-width: 969px) {
      .node-type-entry .entry-image-large .image-wrapper {
        min-height: 250px; } }
  .node-type-entry .navigation-wrapper {
    background-color: #190038;
    text-align: center;
    position: relative;
    padding: 20px 0px 15px 0; }
    .node-type-entry .navigation-wrapper .entry-navigation {
      position: absolute; }
      .node-type-entry .navigation-wrapper .entry-navigation.entry-navigation-previous {
        left: 20px;
        top: 20px; }
      .node-type-entry .navigation-wrapper .entry-navigation.entry-navigation-next {
        right: 20px;
        top: 20px; }
      .node-type-entry .navigation-wrapper .entry-navigation a {
        color: #fff; }
    .node-type-entry .navigation-wrapper .entry-addthis {
      display: inline-block; }
      @media (max-width: 849px) {
        .node-type-entry .navigation-wrapper .entry-addthis {
          margin: 6px 0 10px 0; } }
    .node-type-entry .navigation-wrapper .vote {
      display: inline-block;
      float: right;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      width: auto;
      padding: 9px 12px 7px 12px;
      border: 1px solid #fff;
      margin-left: 10px; }
      @media (max-width: 767px) {
        .node-type-entry .navigation-wrapper .vote {
          display: block;
          width: 150px;
          margin: 0 auto 15px auto;
          float: none; } }
      .node-type-entry .navigation-wrapper .vote .text {
        position: relative;
        top: -5px; }
        .node-type-entry .navigation-wrapper .vote .text .vote-heart {
          position: relative;
          top: 8px;
          margin: 7px; }
          .node-type-entry .navigation-wrapper .vote .text .vote-heart:before {
            content: '';
            display: inline-block;
            margin: 0px auto;
            background-image: url(../images/sprite.png);
            background-image: url(../images/sprite.svg), none;
            background-repeat: no-repeat;
            overflow: hidden;
            width: 30px;
            height: 27px;
            background-position: -70px -82px; }
          .node-type-entry .navigation-wrapper .vote .text .vote-heart:hover, .node-type-entry .navigation-wrapper .vote .text .vote-heart:active {
            color: #FF6699; }
            .node-type-entry .navigation-wrapper .vote .text .vote-heart:hover:before, .node-type-entry .navigation-wrapper .vote .text .vote-heart:active:before {
              background-image: url(../images/sprite.png);
              background-image: url(../images/sprite.svg), none;
              background-repeat: no-repeat;
              overflow: hidden;
              width: 30px;
              height: 27px;
              background-position: -101px -82px; }
    @media (max-width: 767px) {
      .node-type-entry .navigation-wrapper {
        padding: 15px 0px 10px 0; } }

/*** =======================
 *** Redesign
 *** ======================= */
.main-wrapper.redesign.sticky-header-footer header.page-header {
  position: fixed;
  top: 0; }
  body.admin .main-wrapper.redesign.sticky-header-footer header.page-header {
    top: 20px; }
.main-wrapper.redesign header.page-header {
  position: relative;
  border-bottom: none;
  padding: 0px 30px;
  height: auto;
  top: auto; }
  .main-wrapper.redesign header.page-header > .row {
    position: relative; }
  .main-wrapper.redesign header.page-header a.logo {
    position: absolute;
    left: 30px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 40px; }
    @media (max-width: 370px) {
      .main-wrapper.redesign header.page-header a.logo {
        left: 10px; } }
  .main-wrapper.redesign header.page-header nav {
    display: block;
    float: none;
    margin: 0px 0px 0px 210px;
    padding: 0px; }
    .main-wrapper.redesign header.page-header nav ul {
      display: table; }
      .main-wrapper.redesign header.page-header nav ul li {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: auto;
        border-top: none; }
        .main-wrapper.redesign header.page-header nav ul li a {
          line-height: 60px;
          height: auto;
          padding: 0px 25px;
          margin: 0px; }
          @media (max-width: 939px) {
            .main-wrapper.redesign header.page-header nav ul li a {
              padding: 0px 15px; } }
      .main-wrapper.redesign header.page-header nav ul:after {
        display: none !important; }
  .main-wrapper.redesign header.page-header .language {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    height: 34px;
    margin: auto; }
  .main-wrapper.redesign header.page-header .mobile-menu-toggle {
    display: none; }
  .main-wrapper.redesign header.page-header .swoty-logo {
    display: none; }
  @media screen and (max-width: 849px) {
    .main-wrapper.redesign header.page-header > .row {
      position: static; }
    .main-wrapper.redesign header.page-header nav {
      margin-left: 150px; } }
  @media screen and (max-width: 699px) {
    .main-wrapper.redesign header.page-header .language {
      right: 60px;
      display: block; }
    .main-wrapper.redesign header.page-header > .row {
      height: 60px; }
    .main-wrapper.redesign header.page-header a.logo {
      width: 90px; }
    .main-wrapper.redesign header.page-header .mobile-menu-toggle {
      display: block;
      position: absolute;
      right: 20px;
      top: 15px;
      bottom: 0;
      margin: 0;
      padding: 0;
      border: 0;
      width: 35px;
      height: 30px; }
      .main-wrapper.redesign header.page-header .mobile-menu-toggle .inner {
        display: block;
        background: white;
        width: 35px;
        height: 4px;
        position: absolute;
        top: 13px;
        left: 0;
        transition: width 0.2s, left 0.2s; }
      .main-wrapper.redesign header.page-header .mobile-menu-toggle:before {
        content: "";
        display: block;
        background: white;
        width: 35px;
        height: 4px;
        position: absolute;
        top: 0;
        left: 0;
        transition: top 0.2s, transform 0.2s; }
      .main-wrapper.redesign header.page-header .mobile-menu-toggle:after {
        content: "";
        display: block;
        background: white;
        width: 35px;
        height: 4px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: bottom 0.2s, transform 0.2s; }
    .main-wrapper.redesign header.page-header nav {
      display: none; }
    .main-wrapper.redesign header.page-header.menu-expanded .mobile-menu-toggle:before {
      -ms-transform-origin: 50% 50%;
      /* IE 9 */
      -webkit-transform-origin: 50% 50%;
      /* Chrome, Safari, Opera */
      transform-origin: 50% 50%;
      -ms-transform: rotate(225deg);
      /* IE 9 */
      -webkit-transform: rotate(225deg);
      /* Chrome, Safari, Opera */
      transform: rotate(225deg);
      top: 13px; }
    .main-wrapper.redesign header.page-header.menu-expanded .mobile-menu-toggle:after {
      -ms-transform-origin: 50% 50%;
      /* IE 9 */
      -webkit-transform-origin: 50% 50%;
      /* Chrome, Safari, Opera */
      transform-origin: 50% 50%;
      -ms-transform: rotate(-225deg);
      /* IE 9 */
      -webkit-transform: rotate(-225deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-225deg);
      bottom: 13px; }
    .main-wrapper.redesign header.page-header.menu-expanded .mobile-menu-toggle .inner {
      width: 0;
      left: 17.5px; }
    .main-wrapper.redesign header.page-header.menu-expanded nav {
      display: block;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      background: #190038; }
      .main-wrapper.redesign header.page-header.menu-expanded nav ul, .main-wrapper.redesign header.page-header.menu-expanded nav li {
        display: block;
        margin: 0;
        padding: 0; }
      .main-wrapper.redesign header.page-header.menu-expanded nav ul li a {
        display: block;
        text-align: right;
        font-size: 16px;
        padding: 0px 20px;
        line-height: 43px;
        border-top: 1px solid #422F58; }
    .main-wrapper.redesign header.page-header.menu-expanded .swoty-logo {
      display: block;
      position: absolute;
      top: 60px;
      left: 0;
      z-index: 21;
      width: 108px;
      height: 108px; } }

@media screen and (max-width: 699px) {
  body.mobile-menu-expanded .main-wrapper.redesign {
    position: relative;
    max-height: 100.1vh;
    height: 100.1vh;
    overflow: hidden;
    background: black; }
    body.mobile-menu-expanded .main-wrapper.redesign #content-wrapper, body.mobile-menu-expanded .main-wrapper.redesign .donation-row, body.mobile-menu-expanded .main-wrapper.redesign .page-footer {
      opacity: 0.15; } }
footer.page-footer {
  min-height: 120px;
  background-color: #190038;
  color: #FFFFFF;
  padding: 40px 0px 0px;
  height: auto;
  z-index: 200;
  margin-bottom: -20px;
  border-top: 0px; }
  footer.page-footer a {
    color: #FFFFFF; }
  footer.page-footer .text {
    float: left;
    text-align: left;
    margin-left: 0px !important;
    line-height: 1em !important; }
    footer.page-footer .text .terms {
      margin-left: 0px; }
    footer.page-footer .text .copyright {
      display: block;
      margin-top: 15px;
      line-height: 1em; }
  footer.page-footer .social {
    margin-top: -10px; }
    footer.page-footer .social .social-title {
      font-weight: 600;
      display: block;
      margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    footer.page-footer {
      padding-bottom: 30px; }
      footer.page-footer .text {
        float: none; }
      footer.page-footer .social {
        float: none;
        margin-top: 40px; } }

@font-face {
  font-family: "SohoGothicSpecsavers";
  src: url("../redesigns/SohoGothicSpecsavers/regular/sohogothicspecsavers-regular.woff") format("woff"), url("../redesigns/SohoGothicSpecsavers/regular/sohogothicspecsavers-regular.ttf") format("truetype"), url("../redesigns/SohoGothicSpecsavers/regular/sohogothicspecsavers-regular.svg#SohoGothicSpecsavers") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SohoGothicSpecsavers";
  src: url("../redesigns/SohoGothicSpecsavers/bold/sohogothicspecsavers-bold.woff") format("woff"), url("../redesigns/SohoGothicSpecsavers/bold/sohogothicspecsavers-bold.ttf") format("truetype"), url("../redesigns/SohoGothicSpecsavers/bold/sohogothicspecsavers-bold.svg#SohoGothicSpecsavers") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "SohoGothicSpecsaversMedium";
  src: url("../redesigns/SohoGothicSpecsavers/medium/sohogothicspecsavers-medium.woff") format("woff"), url("../redesigns/SohoGothicSpecsavers/medium/sohogothicspecsavers-medium.ttf") format("truetype"), url("../redesigns/SohoGothicSpecsavers/medium/sohogothicspecsavers-medium.svg#SohoGothicSpecsaversMedium") format("svg");
  font-weight: normal;
  font-style: normal; }
.krumo-root {
  color: black !important; }
  .krumo-root a {
    color: black !important; }

body {
  background-color: #190038; }

.main-wrapper.redesign {
  padding-top: 0px;
  overflow: hidden; }
  .page-enter .main-wrapper.redesign .section-messages {
    margin-top: 25px; }
  .page-navigation404 .main-wrapper.redesign .content {
    margin-bottom: 25px;
    text-align: center;
    margin-top: 10px; }
  .main-wrapper.redesign a.button:not(.instagram):not(.facebook):not(.upload):not(.connect),
  .main-wrapper.redesign button,
  .main-wrapper.redesign input[type="submit"] {
    padding: 15px 50px 15px 25px;
    background-color: #009C4C;
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    height: auto;
    position: relative;
    border: none;
    cursor: pointer; }
    .main-wrapper.redesign a.button:not(.instagram):not(.facebook):not(.upload):not(.connect):after,
    .main-wrapper.redesign button:after,
    .main-wrapper.redesign input[type="submit"]:after {
      right: 25px;
      font-weight: bold;
      line-height: 28px;
      content: '>';
      position: absolute;
      height: 26px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .main-wrapper.redesign a.button:not(.instagram):not(.facebook):not(.upload):not(.connect):hover,
    .main-wrapper.redesign button:hover,
    .main-wrapper.redesign input[type="submit"]:hover {
      background-color: #00b356; }
    .main-wrapper.redesign a.button:not(.instagram):not(.facebook):not(.upload):not(.connect).entry-navigation-link,
    .main-wrapper.redesign button.entry-navigation-link,
    .main-wrapper.redesign input[type="submit"].entry-navigation-link {
      padding: 14px 35px 14px 35px; }
      .main-wrapper.redesign a.button:not(.instagram):not(.facebook):not(.upload):not(.connect).entry-navigation-link:after,
      .main-wrapper.redesign button.entry-navigation-link:after,
      .main-wrapper.redesign input[type="submit"].entry-navigation-link:after {
        display: none; }
      @media (max-width: 849px) {
        .main-wrapper.redesign a.button:not(.instagram):not(.facebook):not(.upload):not(.connect).entry-navigation-link,
        .main-wrapper.redesign button.entry-navigation-link,
        .main-wrapper.redesign input[type="submit"].entry-navigation-link {
          padding: 14px 30px;
          overflow: hidden;
          text-indent: -10000px; }
          .main-wrapper.redesign a.button:not(.instagram):not(.facebook):not(.upload):not(.connect).entry-navigation-link:before,
          .main-wrapper.redesign button.entry-navigation-link:before,
          .main-wrapper.redesign input[type="submit"].entry-navigation-link:before {
            font-size: 40px;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            text-indent: 0;
            margin: -13px 0 0 -10px; } }
  @media (max-width: 849px) {
    .main-wrapper.redesign .entry-navigation-next a:before {
      content: '>'; }
    .main-wrapper.redesign .entry-navigation-previous a:before {
      content: '<'; } }
  .main-wrapper.redesign.sticky-header-footer #content-wrapper {
    margin-top: 60px; }
    body.admin .main-wrapper.redesign.sticky-header-footer #content-wrapper {
      margin-top: 80px; }
  .main-wrapper.redesign .main-page-container {
    padding: 0px; }
    .node-type-entry .main-wrapper.redesign .main-page-container {
      overflow: visible; }
    .main-wrapper.redesign .main-page-container .main-page {
      padding: 0px; }
  .main-wrapper.redesign section {
    padding: 0px 30px;
    box-sizing: border-box; }
  .main-wrapper.redesign .field-collection-description {
    display: none; }
  .main-wrapper.redesign .row {
    width: 100%;
    max-width: 1200px;
    margin: auto; }
    .main-wrapper.redesign .row .column {
      width: 48.5%;
      float: left; }
      .main-wrapper.redesign .row .column:last-child {
        margin-left: 3%; }
      .main-wrapper.redesign .row .column.right {
        float: right; }
      .main-wrapper.redesign .row .column.left {
        margin-left: 0px; }
    .main-wrapper.redesign .row:after {
      content: '';
      display: table;
      clear: both; }
    .main-wrapper.redesign .row.margined {
      margin-top: 25px;
      margin-bottom: 25px; }
  .main-wrapper.redesign h1, .main-wrapper.redesign h2, .main-wrapper.redesign h3, .main-wrapper.redesign h4, .main-wrapper.redesign h5, .main-wrapper.redesign h6 {
    font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif; }
  .main-wrapper.redesign p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px; }
    .main-wrapper.redesign p a.action-link {
      text-decoration: none;
      display: inline-block;
      margin-top: 10px;
      font-size: 18px;
      position: relative;
      padding-right: 20px;
      font-weight: 500;
      font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif; }
      .main-wrapper.redesign p a.action-link:after {
        content: '>';
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 20px; }
    .main-wrapper.redesign p a.button {
      text-decoration: none;
      display: inline-block;
      margin-top: 10px;
      position: relative;
      font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif;
      padding: 15px 50px 15px 25px;
      background-color: #009C4C;
      color: white;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      height: auto; }
      .main-wrapper.redesign p a.button:after {
        content: '>';
        position: absolute;
        right: 25px;
        top: 3px;
        font-size: 20px;
        font-weight: bold;
        line-height: 28px; }
      .main-wrapper.redesign p a.button:hover {
        background-color: #00b356; }
    .main-wrapper.redesign p a.feather-iframe {
      padding: 0; }
      .main-wrapper.redesign p a.feather-iframe:after {
        display: none; }
    .main-wrapper.redesign p.large {
      font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif;
      font-size: 30px;
      line-height: 40px; }
    .main-wrapper.redesign p.large-white {
      color: #ffffff;
      font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif;
      font-size: 30px;
      line-height: 40px; }
    .main-wrapper.redesign p.large-purple {
      color: #333333;
      font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif;
      font-size: 30px;
      line-height: 40px; }
    .main-wrapper.redesign p.extra-large {
      font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif;
      font-size: 130px;
      line-height: 130px;
      font-weight: bold;
      color: #4C1864;
      letter-spacing: -3px; }
  .main-wrapper.redesign .row.middle-text {
    display: table; }
    .main-wrapper.redesign .row.middle-text .column {
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      min-height: 250px;
      position: relative; }
      .main-wrapper.redesign .row.middle-text .column .text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 520px; }
  @media screen and (max-width: 849px) {
    .main-wrapper.redesign p a {
      margin-top: 20px; }
    .main-wrapper.redesign p.extra-large {
      font-size: 70px;
      line-height: 70px;
      margin-top: 20px; } }
  @media screen and (max-width: 479px) {
    .main-wrapper.redesign p.extra-large {
      font-size: 100px;
      line-height: 100px; }
    .main-wrapper.redesign .row.middle-text {
      display: block; }
      .main-wrapper.redesign .row.middle-text .column {
        display: block;
        width: 100%;
        min-height: initial;
        height: auto; }
        .main-wrapper.redesign .row.middle-text .column .text {
          position: relative;
          top: auto;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          max-width: none; } }

.main-wrapper.redesign .intro-row {
  background: #4C1864 url("../redesigns/images/lead-overlay.jpg");
  background-position: bottom right;
  background-repeat-y: no-repeat;
  display: table;
  width: 100%;
  position: relative; }
  .main-wrapper.redesign .intro-row .row {
    position: relative; }
  .main-wrapper.redesign .intro-row p {
    color: white;
    margin-bottom: 20px; }
    .main-wrapper.redesign .intro-row p b {
      font-size: 32px;
      line-height: 42px; }
    .main-wrapper.redesign .intro-row p a.button {
      margin-bottom: 25px; }
  .main-wrapper.redesign .intro-row .left {
    position: absolute;
    top: 0;
    right: 374px;
    height: 100%;
    width: 100%;
    background-position: top right;
    z-index: 0;
    vertical-align: top; }
    .main-wrapper.redesign .intro-row .left img {
      margin-left: 374px; }
    .main-wrapper.redesign .intro-row .left .intro-bg {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: url(../redesigns/images/intro-large.png);
      z-index: -1;
      background-position: top center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1260px) {
        .main-wrapper.redesign .intro-row .left .intro-bg {
          left: 344px; } }
    .main-wrapper.redesign .intro-row .left .overlay-text {
      position: absolute;
      left: 374px;
      bottom: 126px;
      padding-right: 30px;
      font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif; }
      .main-wrapper.redesign .intro-row .left .overlay-text p {
        font-size: 50px;
        font-weight: bold;
        line-height: 56px; }
        @media screen and (max-width: 900px) {
          .main-wrapper.redesign .intro-row .left .overlay-text p {
            font-size: 46px; } }
      .page-enter .main-wrapper.redesign .intro-row .left .overlay-text, .page-stores .main-wrapper.redesign .intro-row .left .overlay-text {
        bottom: 0; }
  .main-wrapper.redesign .intro-row .right {
    float: right;
    width: 284px;
    text-align: center;
    padding: 45px;
    vertical-align: top; }
    .main-wrapper.redesign .intro-row .right br {
      /* the text area converts \n to <br/> */
      display: none; }
    .main-wrapper.redesign .intro-row .right .intro-text {
      width: 284px; }
      .main-wrapper.redesign .intro-row .right .intro-text b {
        font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif; }
      .main-wrapper.redesign .intro-row .right .intro-text a.button {
        margin-top: 0px; }
      .main-wrapper.redesign .intro-row .right .intro-text.hidden-circle + .date, .main-wrapper.redesign .intro-row .right .intro-text.hidden-circle + .date-wrapper {
        visibility: hidden; }
    .main-wrapper.redesign .intro-row .right .date {
      background-color: white;
      border-radius: 50%;
      display: inline-block;
      width: 170px;
      height: 170px;
      position: relative; }
      .main-wrapper.redesign .intro-row .right .date .date-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .main-wrapper.redesign .intro-row .right .date .date-content span {
          display: block;
          margin: auto;
          color: #4C1864;
          text-align: center; }
          .main-wrapper.redesign .intro-row .right .date .date-content span.day {
            font-weight: bold;
            font-size: 58px;
            line-height: 58px;
            font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif; }
          .main-wrapper.redesign .intro-row .right .date .date-content span.month {
            font-weight: bold;
            font-size: 18px;
            line-height: 27px; }
          .main-wrapper.redesign .intro-row .right .date .date-content span.closes {
            font-size: 16px; }
    .main-wrapper.redesign .intro-row .right .video-button {
      text-decoration: none;
      color: white; }
      .main-wrapper.redesign .intro-row .right .video-button:after {
        content: "";
        background-image: url(../images/sprite.png);
        background-image: url(../images/sprite.svg), none;
        background-repeat: no-repeat;
        overflow: hidden;
        width: 47px;
        height: 46px;
        background-position: -72px -111px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px; }
  .main-wrapper.redesign .intro-row.entry-view {
    background: none;
    z-index: 0; }
    .main-wrapper.redesign .intro-row.entry-view .node {
      width: 100%;
      display: inline-block; }
      .main-wrapper.redesign .intro-row.entry-view .node .content {
        padding-right: 344px; }
        .main-wrapper.redesign .intro-row.entry-view .node .content .entry-image-large {
          position: relative; }
          @media screen and (min-width: 850px) {
            .main-wrapper.redesign .intro-row.entry-view .node .content .entry-image-large {
              margin-bottom: 100px; } }
    .main-wrapper.redesign .intro-row.entry-view .right {
      background: #4C1864 url("../redesigns/images/lead-overlay.jpg");
      background-position: bottom right;
      background-repeat-y: no-repeat;
      display: inline-block;
      width: 10000px;
      position: absolute;
      left: 100%;
      top: 0; }
      .main-wrapper.redesign .intro-row.entry-view .right .date-wrapper {
        width: 284px; }
    @media screen and (max-width: 969px) {
      .main-wrapper.redesign .intro-row.entry-view .node {
        width: 100%; }
        .main-wrapper.redesign .intro-row.entry-view .node .content {
          padding-right: 0px; }
          .main-wrapper.redesign .intro-row.entry-view .node .content .entry-image-large {
            max-width: none; }
            .main-wrapper.redesign .intro-row.entry-view .node .content .entry-image-large img {
              width: 100%; }
      .main-wrapper.redesign .intro-row.entry-view .right {
        position: relative;
        display: block;
        width: 100%;
        left: auto;
        padding-left: 30px !important;
        padding-right: 30px !important;
        box-sizing: border-box; }
        .main-wrapper.redesign .intro-row.entry-view .right .date {
          right: 30px !important; }
      .main-wrapper.redesign .intro-row.entry-view img.logo {
        margin-left: 0px; }
      .main-wrapper.redesign .intro-row.entry-view .right {
        display: block;
        float: none;
        width: auto;
        padding: 50px 0px;
        position: relative; }
        .main-wrapper.redesign .intro-row.entry-view .right .intro-text {
          width: auto;
          text-align: left;
          padding-right: 170px;
          max-width: 400px; }
          .main-wrapper.redesign .intro-row.entry-view .right .intro-text p b {
            font-size: 28px;
            line-height: 38px; }
          .main-wrapper.redesign .intro-row.entry-view .right .intro-text p:last-child {
            margin-bottom: 0px; }
          .main-wrapper.redesign .intro-row.entry-view .right .intro-text a.button {
            margin: 0px; }
          .main-wrapper.redesign .intro-row.entry-view .right .intro-text.hidden-circle + .date, .main-wrapper.redesign .intro-row.entry-view .right .intro-text.hidden-circle + .date-wrapper {
            visibility: hidden; }
        .main-wrapper.redesign .intro-row.entry-view .right .date {
          position: absolute;
          right: 0;
          top: 50px;
          width: 140px;
          height: 140px; }
          .main-wrapper.redesign .intro-row.entry-view .right .date span.day {
            line-height: 44px; } }
    @media screen and (max-width: 479px) {
      .main-wrapper.redesign .intro-row.entry-view .right {
        padding: 30px 0px;
        max-width: none; }
        .main-wrapper.redesign .intro-row.entry-view .right .intro-text {
          padding-right: 0px;
          padding-bottom: 120px; }
          .page-enter .main-wrapper.redesign .intro-row.entry-view .right .intro-text, .page-stores .main-wrapper.redesign .intro-row.entry-view .right .intro-text {
            padding-bottom: 0px; }
          .main-wrapper.redesign .intro-row.entry-view .right .intro-text p a.button {
            position: absolute !important;
            bottom: 60px; }
          .main-wrapper.redesign .intro-row.entry-view .right .intro-text.hidden-circle {
            padding-bottom: 0px; }
          .main-wrapper.redesign .intro-row.entry-view .right .intro-text.hidden-circle + .date, .main-wrapper.redesign .intro-row.entry-view .right .intro-text.hidden-circle + .date-wrapper {
            visibility: hidden; }
        .main-wrapper.redesign .intro-row.entry-view .right .date {
          top: auto;
          width: 120px;
          height: 120px;
          bottom: 30px; }
          .main-wrapper.redesign .intro-row.entry-view .right .date .date-content span.day {
            font-size: 50px;
            line-height: 44px; }
          .main-wrapper.redesign .intro-row.entry-view .right .date .date-content span.month {
            font-size: 16px;
            line-height: 16px; } }
  @media screen and (max-width: 849px) {
    .main-wrapper.redesign .intro-row .left {
      position: relative;
      float: none;
      display: block;
      right: 0;
      left: 0;
      min-height: 400px; }
      .main-wrapper.redesign .intro-row .left .intro-bg {
        left: -30px;
        right: -30px;
        margin-right: 0;
        background-size: cover; }
      .main-wrapper.redesign .intro-row .left .overlay-text {
        bottom: 0;
        left: 0; }
        .main-wrapper.redesign .intro-row .left .overlay-text p {
          font-size: 38px;
          line-height: 48px; }
    .main-wrapper.redesign .intro-row .right {
      display: block;
      float: none;
      width: auto;
      padding: 50px 0px;
      position: relative; }
      .main-wrapper.redesign .intro-row .right .intro-text {
        width: auto;
        text-align: left;
        padding-right: 170px;
        max-width: 400px; }
        .main-wrapper.redesign .intro-row .right .intro-text p b {
          font-size: 28px;
          line-height: 38px; }
        .main-wrapper.redesign .intro-row .right .intro-text p:last-child {
          margin-bottom: 0px; }
        .main-wrapper.redesign .intro-row .right .intro-text a.button {
          margin: 0px; }
        .main-wrapper.redesign .intro-row .right .intro-text.hidden-circle + .date, .main-wrapper.redesign .intro-row .right .intro-text.hidden-circle + .date-wrapper {
          visibility: hidden; }
      .main-wrapper.redesign .intro-row .right .date {
        position: absolute;
        right: 0;
        top: 50px;
        width: 140px;
        height: 140px; }
        .main-wrapper.redesign .intro-row .right .date span.day {
          line-height: 44px; }
    .main-wrapper.redesign .intro-row img.logo {
      margin-left: -30px; } }
  @media screen and (max-width: 479px) {
    .main-wrapper.redesign .intro-row .left {
      min-height: 300px; }
      .main-wrapper.redesign .intro-row .left .intro-bg {
        background-size: 170%; }
      .main-wrapper.redesign .intro-row .left .overlay-text p {
        font-size: 30px;
        line-height: 38px; }
    .main-wrapper.redesign .intro-row .right {
      padding: 30px 0px;
      max-width: none; }
      .main-wrapper.redesign .intro-row .right .intro-text {
        padding-right: 0px;
        padding-bottom: 120px; }
        .page-enter .main-wrapper.redesign .intro-row .right .intro-text, .page-stores .main-wrapper.redesign .intro-row .right .intro-text {
          padding-bottom: 0px; }
        .main-wrapper.redesign .intro-row .right .intro-text p a.button {
          position: absolute !important;
          bottom: 60px; }
        .main-wrapper.redesign .intro-row .right .intro-text.hidden-circle {
          padding-bottom: 0px; }
        .main-wrapper.redesign .intro-row .right .intro-text.hidden-circle + .date, .main-wrapper.redesign .intro-row .right .intro-text.hidden-circle + .date-wrapper {
          visibility: hidden; }
      .main-wrapper.redesign .intro-row .right .date {
        top: auto;
        width: 120px;
        height: 120px;
        bottom: 30px; }
        .main-wrapper.redesign .intro-row .right .date .date-content span.day {
          font-size: 50px;
          line-height: 44px; }
        .main-wrapper.redesign .intro-row .right .date .date-content span.month {
          font-size: 16px;
          line-height: 16px; }
    .main-wrapper.redesign .intro-row img.logo {
      width: 110px; } }

.main-wrapper.redesign section.charity-row {
  background-color: white;
  padding: 50px 30px; }
  .main-wrapper.redesign section.charity-row .column:last-child {
    margin-left: 0px; }
  .main-wrapper.redesign section.charity-row .charity-image {
    float: right;
    margin-left: 3%; }
    .main-wrapper.redesign section.charity-row .charity-image img {
      margin: auto; }
  @media screen and (max-width: 849px) {
    .main-wrapper.redesign section.charity-row {
      padding-bottom: 50px; }
      .main-wrapper.redesign section.charity-row p.large {
        font-size: 20px;
        line-height: 30px; } }
  @media screen and (max-width: 479px) {
    .main-wrapper.redesign section.charity-row {
      padding-top: 25px;
      padding-bottom: 25px; }
      .main-wrapper.redesign section.charity-row .charity-image {
        float: none;
        margin: 0px;
        margin-bottom: 30px; } }

.main-wrapper.redesign section.donation-row {
  background-color: #009C4C;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 45px;
  text-align: center; }
  .main-wrapper.redesign section.donation-row img {
    display: inline-block;
    vertical-align: middle; }
  .main-wrapper.redesign section.donation-row span {
    font-size: 32px;
    color: #FFFFFF;
    vertical-align: middle; }
  @media screen and (max-width: 849px) {
    .main-wrapper.redesign section.donation-row {
      text-align: left;
      padding-top: 20px;
      padding-bottom: 20px; }
      .main-wrapper.redesign section.donation-row img {
        position: absolute;
        margin-bottom: 20px; }
      .main-wrapper.redesign section.donation-row span {
        padding-left: 130px;
        display: block;
        font-size: 26px;
        line-height: 34px; } }
  @media screen and (max-width: 479px) {
    .main-wrapper.redesign section.donation-row {
      padding-top: 25px;
      padding-bottom: 25px; }
      .main-wrapper.redesign section.donation-row img {
        position: relative; }
      .main-wrapper.redesign section.donation-row span {
        padding-left: 0px; } }

.main-wrapper.redesign section.dual-text-row {
  background-color: white;
  padding: 50px 30px 70px;
  z-index: 1;
  position: relative; }
  body.node-type-v3-basic-page .main-wrapper.redesign section.dual-text-row .left.column p:first-child .image-container:first-child {
    margin-top: -160px; }
  body.node-type-v3-basic-page .main-wrapper.redesign section.dual-text-row .left.column p:first-child, body.node-type-v3-basic-page .main-wrapper.redesign section.dual-text-row .left.column p:nth-child(2) {
    /* note, p:first-child should always be an image so the first text paragraph is p:nth-child(2) */
    font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif;
    font-size: 30px;
    line-height: 44px;
    color: #4b1c63;
    margin-bottom: 40px; }
  .main-wrapper.redesign section.dual-text-row img {
    margin-bottom: 20px;
    display: block; }
  @media screen and (max-width: 849px) {
    .main-wrapper.redesign section.dual-text-row {
      padding: 30px; }
      .main-wrapper.redesign section.dual-text-row p.large {
        font-size: 20px;
        line-height: 30px; }
      body.node-type-v3-basic-page .main-wrapper.redesign section.dual-text-row .left.column p:first-child .image-container:first-child {
        margin-top: 0px; } }
  @media screen and (max-width: 479px) {
    .main-wrapper.redesign section.dual-text-row .iframe-container {
      margin: 0px -30px; }
    .main-wrapper.redesign section.dual-text-row .image-container {
      margin: 0px -30px; }
    .main-wrapper.redesign section.dual-text-row .right {
      float: none;
      width: 100%; }
    .main-wrapper.redesign section.dual-text-row .left.column {
      width: auto; } }

.main-wrapper.redesign section.image-copy-row {
  background-color: #4b1c63; }
  .main-wrapper.redesign section.image-copy-row .text p {
    color: #FFFFFF; }
    .main-wrapper.redesign section.image-copy-row .text p a {
      color: white; }
  .main-wrapper.redesign section.image-copy-row .image.column {
    display: table-cell;
    float: none;
    width: 48.5%;
    position: relative; }
    .main-wrapper.redesign section.image-copy-row .image.column img {
      float: none;
      position: absolute;
      right: 0px;
      top: 0px;
      height: 100%;
      width: auto;
      max-width: none; }
  .main-wrapper.redesign section.image-copy-row .column {
    display: table-cell;
    margin: 0px;
    float: none;
    padding-left: 3%; }
    .main-wrapper.redesign section.image-copy-row .column .text {
      max-width: none;
      vertical-align: middle;
      top: auto;
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial;
      padding: 30px 0px; }
  .main-wrapper.redesign section.image-copy-row .row.middle-text {
    display: block;
    position: relative; }
    .main-wrapper.redesign section.image-copy-row .row.middle-text .column {
      display: block;
      float: left; }
      .main-wrapper.redesign section.image-copy-row .row.middle-text .column:nth-child(2) {
        float: right;
        margin-left: 0;
        padding-left: 0; }
      .main-wrapper.redesign section.image-copy-row .row.middle-text .column.image {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 50%;
        margin: 0 15px 0 0;
        padding: 0; }
      .main-wrapper.redesign section.image-copy-row .row.middle-text .column .text-wrapper {
        display: table;
        min-height: 440px; }
        .main-wrapper.redesign section.image-copy-row .row.middle-text .column .text-wrapper .text {
          display: table-cell;
          vertical-align: midde;
          position: relative;
          top: 0;
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%); }
  @media screen and (min-width: 850px) and (max-width: 1049px) {
    .main-wrapper.redesign section.image-copy-row .image.column {
      width: 60% !important; } }
  @media screen and (max-width: 849px) {
    .main-wrapper.redesign section.image-copy-row {
      padding: 0px; }
      .main-wrapper.redesign section.image-copy-row .row .column {
        display: block;
        float: none;
        height: auto;
        margin: 0px;
        min-height: initial;
        width: auto;
        padding: 0px; }
        .main-wrapper.redesign section.image-copy-row .row .column img {
          float: none;
          max-width: 100%;
          position: relative;
          height: auto; }
        .main-wrapper.redesign section.image-copy-row .row .column .text {
          position: relative;
          -webkit-transform: initial;
          -ms-transform: initial;
          transform: initial;
          max-width: none;
          padding: 30px; }
      .main-wrapper.redesign section.image-copy-row .row.middle-text {
        height: auto;
        display: block; }
        .main-wrapper.redesign section.image-copy-row .row.middle-text .column {
          display: block;
          float: none; }
          .main-wrapper.redesign section.image-copy-row .row.middle-text .column:nth-child(2) {
            float: right;
            float: none; }
          .main-wrapper.redesign section.image-copy-row .row.middle-text .column.image {
            position: relative;
            right: 0;
            margin: 0;
            padding: 0; }
          .main-wrapper.redesign section.image-copy-row .row.middle-text .column .text-wrapper {
            display: block;
            min-height: 0; }
            .main-wrapper.redesign section.image-copy-row .row.middle-text .column .text-wrapper .text {
              display: block; } }

.main-wrapper.redesign section.copy-row {
  background: #190038;
  background-size: cover;
  padding: 50px 30px 70px;
  text-align: center; }
  .main-wrapper.redesign section.copy-row .copy-row-inner {
    box-sizing: border-box;
    display: inline-block;
    background: white;
    padding: 60px 40px;
    text-align: center;
    width: 95%;
    max-width: 993px; }
    @media (max-width: 479px) {
      .main-wrapper.redesign section.copy-row .copy-row-inner {
        padding: 40px 20px; } }
    .main-wrapper.redesign section.copy-row .copy-row-inner h1, .main-wrapper.redesign section.copy-row .copy-row-inner h2 {
      font-weight: bold;
      font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif;
      font-size: 50px;
      line-height: 1.25em; }
    .main-wrapper.redesign section.copy-row .copy-row-inner h3 {
      font-size: 30px;
      font-weight: normal;
      font-family: "SohoGothicSpecsavers", "ProximaNova", Arial, san-serif; }
    .main-wrapper.redesign section.copy-row .copy-row-inner p {
      font-size: 18px; }
    .main-wrapper.redesign section.copy-row .copy-row-inner .total-amount-raised-value {
      text-align: center;
      display: block;
      font-size: 35px;
      letter-spacing: 20px;
      margin: 20px 0px; }
      .main-wrapper.redesign section.copy-row .copy-row-inner .total-amount-raised-value .raised-character {
        padding: 7px 0px;
        width: 37px;
        display: inline-block; }
      .main-wrapper.redesign section.copy-row .copy-row-inner .total-amount-raised-value .raised-number {
        font-weight: bold;
        background: transparent url(../images/counterback.png) no-repeat 0px 2px;
        padding-left: 11px; }

/*** =======================
 *** Themes
 *** ======================= */
header.page-header .language .flag {
  width: 68px;
  height: 34px;
  padding: 0px;
  background-image: url(../images/flags.png);
  background-image: url(../images/flags.svg), none;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  text-align: left; }
  header.page-header .language .flag.uk {
    background-position: 0px -35px; }
  header.page-header .language .flag.roi {
    background-position: 0px 0px; }

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