﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?zd1vw6");
  src: url("../fonts/icomoon.eot?zd1vw6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?zd1vw6") format("truetype"), url("../fonts/icomoon.woff?zd1vw6") format("woff"), url("../fonts/icomoon.svg?zd1vw6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-next:before {
  content: "\e900"; }

.icon-arrow-prev:before {
  content: "\e901"; }

.icon-arrow-down:before {
  content: "\e902"; }

.icon-arrow-up:before {
  content: "\e903"; }

.icon-call:before {
  content: "\e904"; }

.icon-login:before {
  content: "\e905"; }

.icon-search:before {
  content: "\e906"; }

.icon-locked:before {
  content: "\e907"; }

.icon-share:before {
  content: "\e908"; }

.icon-heart:before {
  content: "\e909"; }

.icon-download:before {
  content: "\e90a"; }

.icon-tag:before {
  content: "\e90b"; }

.icon-camera:before {
  content: "\e90f"; }

.icon-file-empty:before {
  content: "\e924"; }

.icon-location:before {
  content: "\e947"; }

.icon-location2:before {
  content: "\e948"; }

.icon-play2:before {
  content: "\ea15"; }

.icon-play3:before {
  content: "\ea1c"; }

.icon-volume-high2:before {
  content: "\ea2b"; }

.icon-checkbox-checked:before {
  content: "\ea52"; }

.icon-checkbox-unchecked:before {
  content: "\ea53"; }

.icon-google-plus:before {
  content: "\ea8b"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-vimeo:before {
  content: "\eaa0"; }

.icon-linkedin2:before {
  content: "\eaca"; }

.icon-phone:before {
  content: "\e942"; }

.icon-calendar:before {
  content: "\e953"; }

.icon-spinner3:before {
  content: "\e97c"; }

.icon-lock:before {
  content: "\e98f"; }

.icon-cancel-circle:before {
  content: "\ea0d"; }

.icon-volume-high:before {
  content: "\ea26"; }

.icon-volume-medium:before {
  content: "\ea27"; }

.icon-volume-low:before {
  content: "\ea28"; }

.icon-volume-mute:before {
  content: "\ea29"; }

.icon-volume-mute2:before {
  content: "\ea2a"; }

.icon-loop2:before {
  content: "\ea2e"; }

.icon-mail2:before {
  content: "\ea84"; }

.r-block ul, #nav ul, .icon-list, .tags, .tabset, .donate-form .rdo-wrap, .breadcrumbs ul, .accordion, .donate-amt-form .input-wrp, .tabbed-slider .input-wrp, .social .social-links, .payment-detail-form .info, .row .input-sect .s-code, .footer-nav, .social-networks {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container-wrap:after, .info-form .input-wrap:after, .two-cols:after, .two-cols .location-form:after, .title-block:after, .heading:after, .three-cols .btn-wrap:after, .content-holder:after, .heading-wrap:after, .step-donate-form:after, .step-donate-form .js-btn-holder:after, .payment-detail-form .header-wrap:after, .payment-detail-form .radio-wrap:after, .payment-detail-form .payment-optn:after, .payment-detail-form .block-wrap:after, .row .input-sect:after, .row .input-wrp:after, .form-wrap .register-form .btn-wrap:after, .form-wrap .password-form .btn-wrap:after,
.form-wrap .login-form .btn-wrap:after, #footer .button:after, .footer-wrap:after {
  content: '';
  display: block;
  clear: both; }

.search-form input[type='submit'], .info-form .jcf-select .jcf-select-opener, .content-loader .spinner, .vacancies.older .accordion li a.opener, .event-banner .event-opener, .events.older .accordion li a.opener {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 14px/1.33 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 600;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 26px;
  font-weight: 400; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  transition: background, 0.3s, color, 0.3s, border, 0.3s;
  color: #828c9e;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1; }

a:focus,
input:focus,
button:focus {
  outline: none; }

select {
  -webkit-border-radius: 0;
  border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer; }

#header {
  transition: all 0.3s;
  padding-top: 33px;
  text-align: center;
  background: #262b81;
  position: relative;
  z-index: 10; }
  @media (max-width: 979px) {
    #header {
      border-bottom: 4px solid #262b81;
      padding-left: 6px;
      background: #fff;
      padding-top: 21px;
      text-align: left;
      right: 0;
      left: 0;
      top: 0; } }
  @media (max-width: 767px) {
    #header {
      border: none;
      padding-left: 0;
      padding-top: 10px; } }
  .fixed-position #header {
    background: #fff;
    padding: 21px 0 0;
    position: fixed;
    min-width: 320px;
    right: 0;
    left: 0;
    top: 0; }
    @media (max-width: 979px) {
      .fixed-position #header {
        padding-left: 6px; } }
    @media (max-width: 767px) {
      .fixed-position #header {
        padding-top: 10px;
        padding-left: 0; } }
  #header .container-wrap {
    position: relative;
    padding-bottom: 18px;
    z-index: 30; }
    @media (max-width: 767px) {
      .fixed-position #header .container-wrap {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      #header .container-wrap {
        padding-bottom: 0; } }
  #header .helpline {
    position: relative;
    left: -27px; }
    @media (max-width: 979px) {
      #header .helpline {
        left: 0; } }
    @media (max-width: 767px) {
      #header .helpline {
        float: right;
        left: 0 !important; } }
  @media (max-width: 767px) {
    #header .tel {
      display: none; } }
  @media (max-width: 767px) {
    #header .text {
      display: none; } }

.header-frame {
  float: left;
  width: 61.6%; }
  @media (max-width: 979px) {
    .header-frame {
      width: 50.1%; } }
  @media (max-width: 767px) {
    .header-frame {
      float: left;
      width: 100%; } }
  .fixed-position .header-frame {
    width: 44.3%; }
    @media (max-width: 979px) {
      .fixed-position .header-frame {
        width: 50.1%; } }
    @media (max-width: 767px) {
      .fixed-position .header-frame {
        width: 100%; } }
  .header-frame .helpline {
    float: right; }
    .fixed-position #header .header-frame .helpline {
      font-size: 12px;
      padding-top: 6px; }
      @media (max-width: 979px) {
        .fixed-position #header .header-frame .helpline {
          padding-top: 0; } }

.logo {
  transition: width 0.3s;
  float: left;
  width: 184px; }
  @media (max-width: 979px) {
    .logo {
      width: 140px; } }
  @media (max-width: 767px) {
    .logo {
      width: 84px;
      margin: 0 0 5px -2px; } }
  .fixed-position .logo {
    width: 140px; }
    @media (max-width: 767px) {
      .fixed-position .logo {
        width: 84px; } }

.helpline {
  display: inline-block;
  vertical-align: top;
  margin: -6px 0 0;
  text-align: left;
  color: #262b81;
  font-size: 16px;
  line-height: 1.2;
  max-width: 210px; }
  @media (max-width: 979px) {
    .helpline {
      margin: 0 0 0 -1px;
      font-size: 12px; } }
  @media (max-width: 979px) {
    .helpline .text {
      margin-left: -4px; } }
  .fixed-position #header .helpline .text {
    margin-left: -4px; }
  .helpline a[href^=tel] {
    color: #262b81;
    font-size: 30px;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
    display: table; }
    @media (max-width: 979px) {
      .helpline a[href^=tel] {
        font-size: 22px; } }
    .fixed-position #header .helpline a[href^=tel] {
      font-size: 22px; }
    .helpline a[href^=tel]:hover {
      color: #828c9e; }
    .helpline a[href^=tel] .icon {
      position: absolute;
      margin-right: 11px;
      font-size: 26px;
      line-height: 1;
      right: 100%;
      top: 7px; }
      @media (max-width: 979px) {
        .helpline a[href^=tel] .icon {
          font-size: 34px;
          margin-right: 7px;
          top: 4px; } }
      @media (max-width: 767px) {
        .helpline a[href^=tel] .icon {
          font-size: 26px;
          top: 0;
          margin-right: 9px; } }
      .fixed-position #header .helpline a[href^=tel] .icon {
        font-size: 34px;
        margin-right: 7px;
        top: 4px; }
        @media (max-width: 767px) {
          .fixed-position #header .helpline a[href^=tel] .icon {
            font-size: 26px;
            top: 0;
            margin-right: 9px; } }

.r-block {
  float: right;
  padding-top: 2px;
  text-transform: uppercase; }
  @media (max-width: 979px) {
    .r-block {
      padding-top: 0;
      padding-right: 59px;
      max-width: 49.5%; } }
  @media (max-width: 767px) {
    .r-block {
      margin: 0;
      z-index: 1;
      margin-left: -10px;
      max-width: none;
      position: relative;
      padding-right: 68px;
      width: calc(100% + 10px); } }
  @media (max-width: 767px) {
    .r-block:before {
      position: absolute;
      content: '';
      top: 0;
      bottom: 0;
      z-index: -1;
      left: -999px;
      right: -999px;
      background: #262b81; } }
  .r-block.loggedin {
    position: relative; }
    .r-block.loggedin li:first-child a {
      color: #009eae; }
    .r-block.loggedin li:first-child .text {
      color: #009eae; }
    .r-block.loggedin .logout {
      position: relative; }
      .r-block.loggedin .logout.hover .loggedinMenu {
        visibility: visible;
        opacity: 1;
        transform: translate(-50%, -50%); }
    .r-block.loggedin .loggedinMenu {
      position: absolute;
      top: 58px;
      left: 51%;
      transform: translate(-50%, 0%);
      z-index: 4;
      background: #009eae;
      border-radius: 5px;
      vertical-align: middle;
      visibility: hidden;
      opacity: 0;
      transition: transform 0.3s linear, opacity 0.3s linear;
      height: auto !important;
      width: 100px; }
      .fixed-position .r-block.loggedin .loggedinMenu {
        top: 60px; }
      @media (max-width: 979px) {
        .r-block.loggedin .loggedinMenu {
          top: 64px; } }
      .r-block.loggedin .loggedinMenu:before {
        top: 1px;
        left: 39%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 7px;
        border-color: #009eae #009eae transparent transparent;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        @media (max-width: 979px) {
          .r-block.loggedin .loggedinMenu:before {
            top: 2px; } }
      .r-block.loggedin .loggedinMenu ul {
        color: #fff;
        padding: 10px;
        margin: 0; }
        @media (max-width: 979px) {
          .r-block.loggedin .loggedinMenu ul {
            padding: 12px 10px; } }
        .r-block.loggedin .loggedinMenu ul li {
          display: block;
          font-size: 14px;
          padding-bottom: 5px; }
          .fixed-position .r-block.loggedin .loggedinMenu ul li {
            text-align: center; }
          @media (max-width: 979px) {
            .r-block.loggedin .loggedinMenu ul li {
              text-align: center;
              padding-bottom: 10px; } }
          .r-block.loggedin .loggedinMenu ul li:last-child {
            padding-bottom: 0; }
          .r-block.loggedin .loggedinMenu ul li a {
            color: #fff; }
            .r-block.loggedin .loggedinMenu ul li a:hover {
              text-decoration: underline; }
  .r-block .js-login-opener .loggedinMenu {
    display: none; }
  .fixed-position .r-block {
    padding-top: 0; }
    @media (max-width: 979px) {
      .fixed-position .r-block {
        padding-right: 59px; } }
    @media (max-width: 767px) {
      .fixed-position .r-block {
        margin: 0;
        padding-right: 68px; } }
    .fixed-position .r-block .btn-pink:before {
      border-radius: 0; }
  .r-block ul {
    line-height: 0;
    font-size: 0;
    text-align: right;
    margin-bottom: 13px; }
    @media (max-width: 979px) {
      .r-block ul {
        float: right;
        margin-bottom: 1px;
        padding: 12px 0 0 28px; } }
    @media (max-width: 767px) {
      .r-block ul {
        padding: 9px 0 0 28px; } }
    .fixed-position .r-block ul {
      float: right;
      margin-bottom: 1px;
      padding: 12px 0 0 28px; }
      @media (max-width: 767px) {
        .fixed-position .r-block ul {
          padding: 9px 0 0 28px; } }
    .r-block ul li {
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 1; }
      @media (max-width: 979px) {
        .r-block ul li {
          text-align: right; } }
      .fixed-position .r-block ul li {
        text-align: right; }
    .r-block ul .text {
      transition: visibility 0.3s, position 0.3s, width 0.3s, opacity 0.3s;
      display: block;
      font-size: 12px;
      line-height: 1.2;
      color: #969cac; }
      @media (max-width: 979px) {
        .r-block ul .text {
          visibility: hidden;
          position: absolute;
          opacity: 0; } }
      .fixed-position .r-block ul .text {
        visibility: hidden;
        position: absolute;
        opacity: 0; }
    .r-block ul a {
      color: #969cac;
      text-decoration: none;
      display: block; }
      @media (max-width: 767px) {
        .r-block ul a {
          color: #fff; } }
      .r-block ul a:hover {
        color: #cccccc; }
        .r-block ul a:hover .text {
          color: #cccccc; }
  @media (max-width: 767px) {
    .r-block .js-login-opener {
      position: relative; } }
  @media (max-width: 767px) {
    .r-block .js-login-opener:before {
      transition: opacity 0.3s, visibility 0.3s;
      position: absolute;
      content: '';
      top: 100%;
      left: 50%;
      width: 0;
      height: 0;
      opacity: 0;
      visibility: hidden;
      margin: -1px 0 0 -24px;
      border-style: solid;
      border-width: 22px 24px 0;
      border-color: #252285 transparent transparent; }
      .js-login-active .r-block .js-login-opener:before {
        opacity: 1;
        visibility: visible; } }
  .r-block .icon {
    margin-bottom: 7px;
    display: inline-block;
    vertical-align: top;
    font-size: 21px; }
    @media (max-width: 767px) {
      .r-block .icon {
        margin-bottom: 0;
        font-size: 26px; } }
  .r-block .btn {
    transition: width 0.3s, height 0.3s;
    font-size: 19px;
    font-weight: 700;
    min-width: 169px;
    padding: 4px 10px;
    float: right; }
    @media (max-width: 979px) {
      .r-block .btn {
        float: right;
        min-width: 0;
        font-size: 14px;
        padding: 9px 14px;
        letter-spacing: -1px;
        width: 84px; } }
    @media (max-width: 767px) {
      .r-block .btn {
        padding: 11px 6px;
        letter-spacing: 0;
        border-radius: 0;
        float: left;
        width: auto; } }
    .fixed-position .r-block .btn {
      float: left;
      min-width: 0;
      font-size: 14px;
      border-radius: 0;
      padding: 9px 14px;
      letter-spacing: -1px; }
      @media (max-width: 767px) {
        .fixed-position .r-block .btn {
          padding: 11px 6px;
          letter-spacing: 0;
          border-radius: 0; } }
    .r-block .btn:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media (max-width: 767px) {
        .r-block .btn:before {
          border-radius: 0; } }

.search-form {
  transition: width 0.3s, margin 0.3s;
  margin-left: 27px;
  /*overflow: hidden;*/
  position: relative; }
  @media (max-width: 979px) {
    .search-form {
      margin-left: 17px; } }
  @media (max-width: 767px) {
    .search-form {
      margin-left: 41px;
      overflow: visible;
      position: static; } }
  .search-active .search-form .input-wrap {
    max-width: 147px;
    left: 0; }
    @media (max-width: 979px) {
      .search-active .search-form .input-wrap {
        margin-bottom: 0;
        max-width: 115px; } }
    @media (max-width: 767px) {
      .search-active .search-form .input-wrap {
        max-width: none;
        height: 44px; } }
    .search-active .search-form .input-wrap:after {
      right: -39px;
      z-index: 99; }
  .search-active .search-form .search-opener {
    margin-bottom: 14px; }
    @media (max-width: 979px) {
      .search-active .search-form .search-opener {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .search-active .search-form .search-opener:before {
        visibility: visible;
        opacity: 1; } }
  .search-active .search-form .text {
    visibility: hidden;
    position: relative;
    z-index: -9;
    opacity: 0;
    height: 0; }
    @media (max-width: 979px) {
      .search-active .search-form .text {
        display: none; } }
  .fixed-position .search-form {
    margin-left: 17px; }
    @media (max-width: 767px) {
      .fixed-position .search-form {
        margin-left: 41px; } }
    .fixed-position .search-form .search-opener {
      margin-bottom: 0; }
  .search-form .input-wrap {
    transition: left 0.3s, max-width 0.3s, height 0.3s;
    position: relative;
    max-width: 0;
    left: 100%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .search-form .input-wrap {
        background: #009eae;
        position: absolute;
        overflow: hidden;
        top: 100%;
        z-index: 2;
        height: 0;
        max-width: none;
        left: 0;
        right: -10px; } }
    .search-form .input-wrap:after {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      top: 100%;
      height: 2px;
      background: #969cac; }
      @media (max-width: 767px) {
        .search-form .input-wrap:after {
          display: none; } }
  .search-form input[type='search'] {
    color: #969cac;
    padding: 0 0 2px 1px;
    font-size: 16px;
    line-height: 1.2;
    height: 23px;
    border: none;
    width: 100%;
    margin: 0; }
    @media (max-width: 767px) {
      .search-form input[type='search'] {
        background: transparent;
        font-size: 14px;
        color: #fff;
        padding: 10px 20px;
        height: 44px; } }
    .search-form input[type='search']::-webkit-input-placeholder {
      color: #969cac; }
      @media (max-width: 767px) {
        .search-form input[type='search']::-webkit-input-placeholder {
          color: #fff; } }
    .search-form input[type='search']::-moz-placeholder {
      opacity: 1;
      color: #969cac; }
      @media (max-width: 767px) {
        .search-form input[type='search']::-moz-placeholder {
          color: #fff; } }
    .search-form input[type='search']:-moz-placeholder {
      color: #969cac; }
      @media (max-width: 767px) {
        .search-form input[type='search']:-moz-placeholder {
          color: #fff; } }
    .search-form input[type='search']:-ms-input-placeholder {
      color: #969cac; }
      @media (max-width: 767px) {
        .search-form input[type='search']:-ms-input-placeholder {
          color: #fff; } }
    .search-form input[type='search'].placeholder {
      color: #969cac; }
      @media (max-width: 767px) {
        .search-form input[type='search'].placeholder {
          color: #fff; } }
  .search-form input[type='submit'] {
    transition: color 0.3s, opacity 0.3s;
    width: 24px;
    height: auto;
    margin: 0 auto 7px;
    padding: 0;
    border: none;
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    color: #969cac;
    background: transparent; }
    @media (max-width: 767px) {
      .search-form input[type='submit'] {
        margin-bottom: 0;
        font-size: 26px;
        width: auto;
        color: #fff;
        background: transparent;
        height: 27px; } }
    @media (max-width: 767px) {
      .search-form input[type='submit']:hover {
        opacity: 0.7; } }
  .search-form .search-opener {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: relative;
    z-index: 9; }
    @media (max-width: 767px) {
      .search-form .search-opener {
        background: transparent; } }
    .search-form .search-opener:hover input[type='submit'] {
      color: #cccccc; }
    .search-form .search-opener:hover .text {
      color: #cccccc; }
    @media (max-width: 767px) {
      .search-form .search-opener:before {
        transition: visibility 0.3s, opacity 0.3s;
        position: absolute;
        content: '';
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        margin: -1px 0 0 -22px;
        border-style: solid;
        border-width: 22px 24px 0;
        border-color: #252285 transparent transparent; } }

#nav {
  background: #262b81;
  position: relative;
  z-index: 20; }
  @media (max-width: 979px) {
    #nav {
      transition: all 0.3s;
      max-height: calc(100% - 91px);
      transform-origin: top center;
      box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25);
      transform: scale(1.4);
      visibility: hidden;
      background: #fff;
      border: none;
      min-width: 320px;
      overflow-x: hidden;
      visibility: hidden;
      overflow-y: auto;
      position: fixed;
      opacity: 0;
      top: 91px;
      right: 0;
      left: 0; } }
  @media (min-width: 980px) {
    #nav .js-height {
      min-height: 359px;
      height: auto !important; } }
  @media (max-width: 979px) {
    #nav .js-height {
      min-height: 0 !important; } }
  @media (max-width: 767px) {
    #nav {
      max-height: calc(100% - 84px);
      top: 84px; } }
  @media (max-width: 979px) {
    .nav-active #nav {
      visibility: visible;
      transform: scale(1);
      opacity: 1; } }
  #nav:before {
    transition: border-radius .2s;
    content: '';
    bottom: 100%;
    height: 500px;
    left: -170px;
    right: -60px;
    margin-bottom: -2px;
    position: absolute;
    background: #fff;
    border-radius: 759px / 150px 69px; }
    .fixed-position #nav:before {
      border-radius: 0;
      margin-bottom: 0; }
    @media (max-width: 979px) {
      #nav:before {
        border-radius: 0;
        margin-bottom: 0; } }
  #nav ul {
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    max-width: 980px; }
    @media (min-width: 980px) {
      #nav ul {
        text-align: center; } }
  #nav > ul {
    padding: 8px 0; }
    @media (min-width: 980px) {
      #nav > ul {
        padding: 0; } }
    #nav > ul > li {
      padding: 11px 0;
      line-height: 1.2; }
      @media (min-width: 980px) {
        #nav > ul > li {
          padding: 0; } }
      #nav > ul > li > a {
        transition-property: background, color, border;
        transition-duration: 0.2s;
        color: #363893;
        font-size: 14px;
        font-weight: 400;
        display: block;
        text-decoration: none; }
        @media (min-width: 980px) {
          #nav > ul > li > a {
            padding: 13px 16px 12px;
            color: #fff; } }
        @media (min-width: 1100px) {
          #nav > ul > li > a {
            padding: 13px 19px 12px; } }
        #nav > ul > li > a:hover {
          font-weight: 700; }
          @media (min-width: 980px) {
            #nav > ul > li > a:hover {
              background: #fff;
              color: #262b81;
              font-weight: 400; } }
          #nav > ul > li > a:hover:before {
            opacity: 1;
            visibility: visible; }
      @media (min-width: 980px) {
        #nav > ul > li.hover:not(.hide-nav-drop) .nav-drop, #nav > ul > li.active:not(.hide-nav-drop) .nav-drop {
          right: 0;
          opacity: 1;
          height: auto;
          visibility: visible;
          transform: rotateX(0deg);
          box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.3); } }
      @media (min-width: 980px) {
        #nav > ul > li.hover:not(.hide-nav-drop) > a, #nav > ul > li.active:not(.hide-nav-drop) > a {
          background: #fff;
          color: #262b81; } }
  #nav li {
    padding: 0;
    position: relative; }
    @media (min-width: 980px) {
      #nav li {
        font-size: 14px;
        line-height: 1.2;
        position: static;
        display: inline-block;
        vertical-align: top; } }
    @media (max-width: 979px) {
      #nav li {
        display: block; } }
    #nav li.active > a {
      font-weight: 700; }
      @media (min-width: 980px) {
        #nav li.active > a {
          font-weight: 400;
          background: #fff; } }
      #nav li.active > a.has-drop-down-a:before {
        transform: rotate(-180deg); }
  @media (max-width: 979px) {
    #nav a {
      padding: 0 50px 0 21px; } }
  #nav a.has-drop-down-a:before {
    transition: transform 0.3s;
    top: 13px;
    right: 21px;
    margin-left: 15px;
    position: absolute;
    content: "\e902";
    font: 14px/1 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 980px) {
      #nav a.has-drop-down-a:before {
        display: none; } }
  #nav .nav-drop {
    background: #fff; }
    @media (min-width: 980px) {
      #nav .nav-drop {
        transition: all 0.3s;
        transform-origin: top center;
        transform: rotateX(90deg);
        visibility: hidden;
        position: absolute;
        top: 100% !important;
        background: #d6d7df;
        left: 0 !important;
        z-index: -999;
        height: auto !important;
        width: 100% !important;
        opacity: 0;
        right: 0; } }
  #nav .submenu {
    color: #000;
    position: relative;
    margin-top: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.6);
    background: #dfe0e6; }
    @media (min-width: 980px) {
      #nav .submenu {
        float: left;
        width: 25%;
        margin: 0;
        padding: 33px 0;
        box-shadow: none;
        background: none;
        background: #fff; } }
    #nav .submenu:before {
      top: 0;
      bottom: 0;
      right: 100%;
      content: '';
      left: -9999px;
      position: absolute;
      background: #fff;
      margin-right: -1px;
      display: none; }
      @media (min-width: 980px) {
        #nav .submenu:before {
          display: block; } }
    #nav .submenu li {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 14px;
      line-height: 1.2; }
      #nav .submenu li.active > a {
        font-weight: 700;
        margin-bottom: 2px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4); }
        @media (min-width: 980px) {
          #nav .submenu li.active > a {
            margin-bottom: 0;
            box-shadow: none;
            background: #ecedf0; } }
      @media (min-width: 980px) {
        #nav .submenu li.active > .submenu-02 {
          visibility: visible;
          opacity: 1; } }
      @media (min-width: 980px) {
        #nav .submenu li:hover > a {
          background: #ecedf0;
          font-weight: 700; } }
      @media (min-width: 980px) {
        #nav .submenu li:hover > .submenu-02 {
          left: 100% !important;
          width: 100%;
          top: 0 !important;
          visibility: visible;
          opacity: 1; } }
      @media (max-width: 979px) {
        #nav .submenu li .submenu-03,
        #nav .submenu li .submenu-02 {
          position: static; } }
      @media (min-width: 980px) {
        #nav .submenu li .submenu-03,
        #nav .submenu li .submenu-02 {
          position: absolute;
          width: 100% !important;
          left: 100% !important;
          top: 0 !important;
          height: auto !important;
          opacity: 0;
          visibility: hidden; } }
      @media (min-width: 980px) {
        #nav .submenu li .submenu-03 ul,
        #nav .submenu li .submenu-02 ul {
          padding: 33px 0; } }
      #nav .submenu li .submenu-03 a,
      #nav .submenu li .submenu-02 a {
        padding-left: 66px; }
        @media (min-width: 375px) {
          #nav .submenu li .submenu-03 a,
          #nav .submenu li .submenu-02 a {
            padding-left: 76px; } }
      #nav .submenu li .submenu-02 {
        background: #ecedf0; }
        @media (min-width: 980px) {
          #nav .submenu li .submenu-02 {
            background: #ecedf0; } }
        @media (min-width: 980px) {
          #nav .submenu li .submenu-02 li.active > .submenu-03, #nav .submenu li .submenu-02 li:hover > .submenu-03 {
            left: 100% !important;
            top: 0 !important;
            visibility: visible;
            width: 100%;
            opacity: 1; } }
        @media (min-width: 980px) {
          #nav .submenu li .submenu-02 li.active > a, #nav .submenu li .submenu-02 li:hover > a {
            background: #dfe1e5; } }
      #nav .submenu li .submenu-03 {
        background: #fafbfb; }
        @media (min-width: 980px) {
          #nav .submenu li .submenu-03 {
            background: #dfe1e5; } }
        @media (min-width: 480px) {
          #nav .submenu li .submenu-03 li a {
            padding-left: 105px; } }
        @media (min-width: 980px) {
          #nav .submenu li .submenu-03 li:hover > a, #nav .submenu li .submenu-03 li.active > a {
            background: #d6d7df; } }
        #nav .submenu li .submenu-03 a {
          padding-left: 90px; }
          @media (min-width: 375px) {
            #nav .submenu li .submenu-03 a {
              padding-left: 105px; } }
    #nav .submenu a {
      transition-property: background, color;
      transition-duration: 0.3s;
      padding: 12px 50px 12px 48px;
      text-decoration: none;
      color: #3a4090;
      display: block;
      margin: 0; }
      @media (min-width: 980px) {
        #nav .submenu a {
          padding: 11px 9px 12px !important; } }
      #nav .submenu a:hover {
        font-weight: 700; }
  #nav .popular {
    float: right;
    width: 25%;
    padding: 31px 11px;
    text-align: left; }
    @media (max-width: 979px) {
      #nav .popular {
        display: none; } }
    #nav .popular li {
      text-align: left;
      margin-bottom: 23px;
      display: block; }
    #nav .popular a {
      transition: none;
      color: #3a4090;
      text-decoration: none; }
      #nav .popular a:hover {
        font-weight: 700; }
  #nav .h2 {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #3a4090;
    padding: 8px 0 12px;
    text-transform: uppercase;
    border-bottom: 2px solid #23a7b6;
    margin: 0 0 20px;
    padding-top: 8px; }
  #nav .container-wrap {
    padding: 0 23px;
    width: 100%; }
    @media (max-width: 979px) {
      #nav .container-wrap {
        padding: 0; } }
  #nav .nav-close {
    position: absolute !important;
    z-index: 99;
    height: 27px;
    padding: 0;
    right: 20px;
    top: 37px;
    width: 29px; }
    @media (min-width: 1100px) {
      #nav .nav-close {
        right: 42px; } }
    @media (max-width: 979px) {
      #nav .nav-close {
        display: none; } }
    #nav .nav-close:before, #nav .nav-close:after {
      left: 2px;
      top: 10px;
      content: '';
      width: 32px;
      height: 1px;
      position: absolute;
      background: #3e438e;
      transition: transform .5s ease;
      transform: rotate(135deg); }
    #nav .nav-close:after {
      transform-origin: center;
      transform: rotate(225deg); }
    #nav .nav-close:hover {
      background: transparent; }
      #nav .nav-close:hover:after {
        transform: rotate(0); }
      #nav .nav-close:hover:before {
        transform: rotate(0); }

.nav-opener {
  position: absolute;
  width: 30px;
  height: 20px;
  display: none;
  right: 15px;
  top: 30px;
  z-index: 999; }
  @media (max-width: 979px) {
    .nav-opener {
      display: block; } }
  @media (max-width: 767px) {
    .nav-opener {
      top: 52px;
      right: 12px;
      width: 33px; } }
  .nav-opener span {
    width: 30px;
    height: 5px;
    background: #828c9f;
    transition: 0.6s;
    position: absolute;
    font-size: 0;
    line-height: 0;
    top: 50%;
    left: 0; }
    @media (max-width: 767px) {
      .nav-opener span {
        width: 33px; } }
    @media (max-width: 767px) {
      .nav-opener span {
        background: #fff; } }
    .nav-active .nav-opener span {
      width: 0; }
    .nav-opener span:before {
      content: '';
      width: 30px;
      height: 5px;
      left: 0;
      background: #828c9f;
      position: absolute;
      transform: translateY(-10px);
      transition: 0.6s; }
      @media (max-width: 767px) {
        .nav-opener span:before {
          background: #fff;
          width: 33px; } }
      .nav-active .nav-opener span:before {
        transform: rotate(45deg) translate(0px); }
    .nav-opener span:after {
      left: 0;
      content: '';
      width: 30px;
      height: 5px;
      background: #828c9f;
      position: absolute;
      transform: translateY(10px);
      transition: 0.6s; }
      @media (max-width: 767px) {
        .nav-opener span:after {
          background: #fff;
          width: 33px; } }
      .nav-active .nav-opener span:after {
        transform: rotate(-45deg) translate(0px); }

.help-line {
  transition: padding 0.3s;
  display: none;
  font-size: 14px;
  line-height: 1.2;
  color: #969cad;
  text-align: left;
  padding: 8px 10px 9px 21px; }
  @media (max-width: 767px) {
    .help-line {
      display: block;
      padding: 8px 10px 9px; } }
  @media (max-width: 374px) {
    .help-line {
      padding: 8px 6px 9px 11px;
      font-size: 13px; } }
  .search-active .help-line {
    padding-top: 52px; }
  .help-line a {
    font-size: 20px;
    color: #969cad;
    text-decoration: none;
    margin-left: 5px; }
    @media (max-width: 374px) {
      .help-line a {
        font-size: 17px;
        line-height: 1.2; } }
    .help-line a:hover {
      color: #61687c; }

@media (max-width: 979px) {
  body.nav-active {
    overflow: hidden;
    height: 100%; } }

body {
  background: #262b81; }

.hidden {
  display: none !important; }

@media (min-width: 768px) {
  .visible-mobile {
    display: none !important; } }

#wrapper {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%; }
  #wrapper.fixed-position {
    padding-top: 127px; }
    @media (max-width: 979px) {
      #wrapper.fixed-position {
        padding-top: 93px; } }
    #wrapper.fixed-position #nav {
      -webkit-box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.3); }

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important; } }

.container-wrap {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 963px;
  position: relative; }
  .container-wrap #content.nopadding {
    padding-right: 0; }

.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  min-width: 163px;
  padding: 5px 10px;
  position: relative;
  border-radius: 20px;
  text-decoration: none;
  transform: translateZ(0);
  white-space: normal;
  border: 2px solid #000;
  text-transform: uppercase;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.3s ease-out;
  /* CHORUS CUSTOM */
  /* CHROUS CUSTOM */
  /* CHORUS CUSTOM */
  /* CHORUS CUSTOM */ }
  .btn.btn-lg {
    font-size: 16px;
    width: 100%;
    padding: 8px 0; }
  .btn.btn-xl {
    height: 35px;
    font-size: 22px; }
  .btn:before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    content: '';
    position: absolute;
    background: #000;
    transform: scale(0);
    border-radius: 20px;
    background-clip: padding-box;
    transition: transform 0.3s ease-out; }
  .btn.btn-sky-blue {
    display: block;
    min-width: 0;
    color: #009eae;
    border-color: #009eae; }
    .btn.btn-sky-blue:before {
      background: #009eae; }
  .btn.btn-white-t {
    background: transparent;
    border-color: #fff;
    color: #fff; }
    .btn.btn-white-t:before {
      background: #fff; }
    .btn.btn-white-t:hover {
      color: #000; }
  .btn.btn-black-t {
    background: transparent; }
  .btn.btn-pink {
    background: #d3306d;
    border-color: #d3306d;
    color: #fff; }
    .btn.btn-pink:before {
      background: #fff;
      border: solid 1px #d52c6c; }
    .btn.btn-pink:hover {
      color: #d3306d; }
  .btn.btn-pink-t {
    background: transparent;
    border-color: #c2487c;
    color: #c2487c; }
    .btn.btn-pink-t:before {
      background: #c2487c; }
    .btn.btn-pink-t:hover {
      color: #fff; }
  .btn.btn-member {
    background: #e4bb27 !important;
    border-color: #e4bb27 !important;
    color: #fff !important; }
    .btn.btn-member:before {
      background: #fff !important;
      border: solid 1px #e4bb27 !important; }
    .btn.btn-member:hover {
      color: #e4bb27 !important; }
  .btn.btn-member-t {
    background: transparent;
    border-color: #e4bb27 !important;
    color: #e4bb27 !important; }
    .btn.btn-member-t:before {
      background: #e4bb27 !important; }
    .btn.btn-member-t:hover {
      color: #fff !important; }
  .btn.btn-red {
    background: #f00;
    border-color: #f00;
    color: #fff; }
    .btn.btn-red:before {
      background: #fff;
      border: solid 1px #f00; }
    .btn.btn-red:hover {
      color: #f00; }
  .btn.btn-yellow {
    background: #e4bb27 !important;
    border-color: #e4bb27 !important;
    color: #fff !important; }
    .btn.btn-yellow:before {
      background: #fff !important;
      border: solid 1px #e4bb27 !important; }
    .btn.btn-yellow:hover {
      color: #e4bb27 !important; }
  .btn.btn-whiteblu {
    background: transparent;
    border: solid 2px #009eae;
    color: #009eae; }
    .btn.btn-whiteblu:before {
      background: #009eae;
      border: solid 2px #009eae; }
    .btn.btn-whiteblu:hover {
      color: #fff; }
  .btn.btn-blue {
    background: #009eae;
    border-color: #009eae;
    color: #fff; }
    .btn.btn-blue:before {
      background: #fff;
      border: solid 1px #009eae; }
    .btn.btn-blue:hover {
      color: #009eae; }
  .btn.btn-dark {
    background: #282829;
    color: #fff;
    padding: 8px 10px 7px; }
    .btn.btn-dark:before {
      background: #fff; }
    .btn.btn-dark:hover {
      color: #282829; }
  .btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #d3306d; }
    .btn.btn-white:before {
      background: #d3306d; }
    .btn.btn-white:hover {
      color: #fff; }
  .btn.btn-grey {
    background: #fff;
    border-color: #fff;
    color: #747d99; }
    .btn.btn-grey:before {
      background: #747d99; }
    .btn.btn-grey:hover {
      color: #fff; }
  .btn:hover {
    color: #fff; }
    .btn:hover:before {
      transform: scale(1); }

/* CHORUS CUSTOM */
h5.underline {
  padding-bottom: 10px;
  margin-bottom: 25px; }

.underline {
  border-bottom: #009eae solid 1px;
  padding-bottom: 20px;
  display: block; }

.info-box {
  margin-bottom: 29px;
  background: #097fa2;
  padding: 32px 0 13px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 979px) {
    .info-box {
      padding: 29px 0 26px;
      margin-bottom: 2px; } }
  @media (max-width: 767px) {
    .info-box {
      padding: 23px 0 35px;
      margin-bottom: 0; } }
  .info-box:before {
    bottom: 20px;
    left: -51px;
    right: 70px;
    bottom: 30px;
    height: 440px;
    content: '';
    border-radius: 50%;
    position: absolute;
    background: #009eae; }
    @media (max-width: 767px) {
      .info-box:before {
        left: -751px;
        right: -220px; } }

.info-form {
  color: #fff;
  position: relative;
  padding: 0 0 0 30px; }
  @media (max-width: 979px) {
    .info-form {
      padding-left: 5px; } }
  @media (max-width: 767px) {
    .info-form {
      padding-left: 8px; } }
  .info-form .input-wrap {
    margin-bottom: 19px; }
  .info-form .radio-wrap {
    font-size: 0;
    line-height: 0;
    margin-bottom: 9px; }
    @media (max-width: 979px) {
      .info-form .radio-wrap {
        margin-bottom: 0;
        margin-right: -5px; } }
    @media (max-width: 767px) {
      .info-form .radio-wrap {
        margin-bottom: 0;
        margin-right: 0; } }
  .info-form .title {
    font-size: 24px;
    line-height: 1.2;
    width: 80px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px; }
    @media (max-width: 979px) {
      .info-form .title {
        width: 77px; } }
    @media (max-width: 767px) {
      .info-form .title {
        font-size: 20px;
        width: 81px; } }
  .info-form label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 38px;
    margin-bottom: 6px; }
    @media (max-width: 979px) {
      .info-form label {
        margin-right: 2.1%; } }
    @media (max-width: 767px) {
      .info-form label {
        margin-bottom: 29px;
        margin-right: 6.6%; } }
  .info-form [type="radio"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .info-form [type="radio"]:checked + .fake-input {
      color: #5eabba; }
      .info-form [type="radio"]:checked + .fake-input:before {
        background: #fff;
        transform: scale(1); }
  .info-form .fake-input {
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    padding: 7px 23px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fff;
    transform: translateZ(0);
    text-transform: uppercase;
    backface-visibility: hidden;
    transition: color 0.3s ease-out;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 979px) {
      .info-form .fake-input {
        font-size: 15px;
        padding: 8px 20px; } }
    @media (max-width: 767px) {
      .info-form .fake-input {
        font-size: 14px;
        line-height: 1.2;
        padding: 5px 11px;
        margin-top: -2px;
        min-width: 88px; } }
    .info-form .fake-input:hover:before {
      transform: scale(1); }
    .info-form .fake-input:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      background: rgba(255, 255, 255, 0.5);
      transform: scale(0);
      border-radius: 20px;
      transition: transform 0.3s ease-out; }
  .info-form .btn-wrap {
    padding: 9px 3px 0 0;
    float: right;
    max-width: 27%; }
    @media (max-width: 979px) {
      .info-form .btn-wrap {
        padding: 3px 13px 0 0; } }
    @media (max-width: 767px) {
      .info-form .btn-wrap {
        float: left;
        max-width: none;
        padding-top: 15px; } }
  .info-form button[type='submit'] {
    margin: 0;
    background: none;
    padding: 7px 21px;
    color: #fff;
    min-width: 100px;
    float: right;
    border-color: #fff; }
    @media (max-width: 767px) {
      .info-form button[type='submit'] {
        padding: 5px 14px;
        font-size: 14px;
        line-height: 1.2;
        min-width: 0; } }
    .info-form button[type='submit']:before {
      background: #fff; }
    .info-form button[type='submit']:hover {
      color: #5eabba; }

.location-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative; }
  .location-form [type='text'] {
    border: 2px solid #fff;
    padding: 5px 15px 5px 18px;
    border-radius: 20px;
    background: #fff;
    font-size: 16px;
    min-width: 0;
    line-height: 1.2;
    display: block;
    color: #343441;
    height: 37px;
    width: 100%;
    margin: 0; }
    @media (max-width: 479px) {
      .location-form [type='text'] {
        margin-bottom: 10px; } }

.box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 2px;
  align-items: flex-start; }
  @media (max-width: 979px) {
    .box-wrap {
      margin: 0; } }
  @media (max-width: 767px) {
    .box-wrap .js-height {
      min-height: 0 !important; } }
  .box-wrap.box-wrap-2 {
    margin-bottom: 26px; }
    @media (max-width: 979px) {
      .box-wrap.box-wrap-2 {
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .box-wrap.box-wrap-2 {
        margin-bottom: 35px; } }
    @media (max-width: 979px) {
      .box-wrap.box-wrap-2.clear-box {
        margin-bottom: 25px; } }
    .box-wrap.box-wrap-2.clear-box.box-wrap .box-frame {
      border-top: 0;
      background: none;
      color: #000;
      padding: 0;
      display: flex; }
      @media (max-width: 979px) {
        .box-wrap.box-wrap-2.clear-box.box-wrap .box-frame {
          margin-top: 25px; } }
      .box-wrap.box-wrap-2.clear-box.box-wrap .box-frame .box-img {
        min-width: 185px; }
        @media (max-width: 979px) {
          .box-wrap.box-wrap-2.clear-box.box-wrap .box-frame .box-img {
            min-width: 130px; } }
        @media (max-width: 479px) {
          .box-wrap.box-wrap-2.clear-box.box-wrap .box-frame .box-img {
            display: none; } }
      .box-wrap.box-wrap-2.clear-box.box-wrap .box-frame .box-txt {
        padding-left: 20px; }
        @media (max-width: 479px) {
          .box-wrap.box-wrap-2.clear-box.box-wrap .box-frame .box-txt {
            padding-left: 0; } }
    .box-wrap.box-wrap-2.clear-box.box-wrap h2 {
      margin-bottom: 20px; }
      @media (max-width: 479px) {
        .box-wrap.box-wrap-2.clear-box.box-wrap h2 {
          margin-bottom: 15px; } }
    .box-wrap.box-wrap-2.clear-box .box:first-child {
      position: relative; }
      .box-wrap.box-wrap-2.clear-box .box:first-child:after {
        content: '';
        border-right: solid 1px #009eae;
        display: block;
        height: 100px;
        position: absolute;
        top: 0;
        right: 0%;
        height: 100%; }
        @media (max-width: 979px) {
          .box-wrap.box-wrap-2.clear-box .box:first-child:after {
            border-right: 0; } }
  .box-wrap .box {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 18px;
    /* CUSTOM CHORUS CSS */
    /* CUSTOM CHORUS CSS */ }
    @media (max-width: 979px) {
      .box-wrap .box {
        padding: 0 1px;
        margin-bottom: 2px; } }
    @media (max-width: 767px) {
      .box-wrap .box {
        width: 100%;
        margin-bottom: 0; } }
    .box-wrap .box.img-box .box-frame {
      border-color: #fdac7a;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 979px) {
        .box-wrap .box.img-box .box-frame {
          background-position: 100% 50%; } }
      .box-wrap .box.img-box .box-frame:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        background: #8a8a8a;
        opacity: 0.6; }
    .box-wrap .box.img-box .txt {
      width: 255px;
      position: relative; }
      @media (max-width: 767px) {
        .box-wrap .box.img-box .txt {
          width: 270px; } }
    .box-wrap .box.yellow-box .box-frame {
      padding: 15px 44px 35px 30px;
      border-color: #c9da95;
      background: #b6ce7a;
      color: #343441; }
      @media (max-width: 979px) {
        .box-wrap .box.yellow-box .box-frame {
          padding: 17px 18px 20px 22px; } }
      @media (max-width: 767px) {
        .box-wrap .box.yellow-box .box-frame {
          padding: 14px 11px 53px 22px; } }
      .box-wrap .box.yellow-box .box-frame:before {
        transition: background 0.3s;
        background: #c9da95;
        position: absolute;
        content: '';
        right: 100%;
        border-radius: 50%;
        bottom: 100%;
        height: 1800px;
        width: 2180px;
        margin: 0 -752px -267px 0; }
        @media (max-width: 767px) {
          .box-wrap .box.yellow-box .box-frame:before {
            height: 1800px;
            margin: 0 -992px -274px 0;
            width: 2770px; } }
    .box-wrap .box.yellow-box h2 {
      margin-bottom: 16px; }
      @media (max-width: 979px) {
        .box-wrap .box.yellow-box h2 {
          margin-bottom: 22px; } }
      @media (max-width: 767px) {
        .box-wrap .box.yellow-box h2 {
          margin-bottom: 15px; } }
    .box-wrap .box.gray-box .box-frame {
      border-color: #c0c5ce;
      padding: 21px 44px 35px 31px; }
      @media (max-width: 979px) {
        .box-wrap .box.gray-box .box-frame {
          padding: 15px 24px 20px; } }
      @media (max-width: 767px) {
        .box-wrap .box.gray-box .box-frame {
          padding: 31px 26px 44px; } }
      .box-wrap .box.gray-box .box-frame:before {
        transition: background 0.3s;
        background: #828c9e;
        position: absolute;
        content: '';
        right: 100%;
        border-radius: 50%;
        bottom: 100%;
        height: 1800px;
        width: 2180px;
        margin: 0 -752px -267px 0; }
        @media (max-width: 767px) {
          .box-wrap .box.gray-box .box-frame:before {
            height: 1800px;
            margin: 0 -992px -274px 0;
            width: 2770px; } }
    .box-wrap .box.gray-box a {
      text-decoration: none; }
    .box-wrap .box.gray-box h2 {
      margin-bottom: 34px; }
      @media (max-width: 979px) {
        .box-wrap .box.gray-box h2 {
          margin-bottom: 13px; } }
      @media (max-width: 767px) {
        .box-wrap .box.gray-box h2 {
          margin-bottom: 32px; } }
    @media (max-width: 979px) {
      .box-wrap .box.gray-box .btn {
        min-width: 200px; } }
    @media (max-width: 767px) {
      .box-wrap .box.gray-box .btn {
        min-width: 180px; } }
    .box-wrap .box.blue-box .box-frame {
      padding: 0 20px 30px;
      background: #ceecef;
      border-top: none; }
      @media (max-width: 979px) {
        .box-wrap .box.blue-box .box-frame {
          padding: 15px 24px 20px; } }
      @media (max-width: 767px) {
        .box-wrap .box.blue-box .box-frame {
          padding: 31px 26px 44px; } }
      .box-wrap .box.blue-box .box-frame:before {
        transition: background 0.3s;
        background: #e5f5f7;
        position: absolute;
        content: '';
        right: 65%;
        border-radius: 50%;
        bottom: 100%;
        height: 1800px;
        width: 1500px;
        margin: 0 -746px -164px 0; }
        @media (max-width: 767px) {
          .box-wrap .box.blue-box .box-frame:before {
            height: 1800px;
            margin: 0 -992px -274px 0;
            width: 2770px; } }
    .box-wrap .box.blue-box a {
      text-decoration: none; }
      .box-wrap .box.blue-box a:hover .box-frame {
        border-color: #a3abb8;
        background: #a8dde2; }
        .box-wrap .box.blue-box a:hover .box-frame:before {
          background: #4591a0; }
    .box-wrap .box.blue-box h2 {
      margin-bottom: 15px; }
      @media (max-width: 979px) {
        .box-wrap .box.blue-box h2 {
          margin-bottom: 13px; } }
      @media (max-width: 767px) {
        .box-wrap .box.blue-box h2 {
          margin-bottom: 32px; } }
    @media (max-width: 979px) {
      .box-wrap .box.blue-box .btn {
        min-width: 200px; } }
    @media (max-width: 767px) {
      .box-wrap .box.blue-box .btn {
        min-width: 180px; } }
    .box-wrap .box.blue-box .text-box, .box-wrap .box.blue-box .image-box {
      position: relative;
      z-index: 2;
      color: #000; }
    .box-wrap .box.blue-box p {
      display: -webkit-box;
      margin: 0 auto 25px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 2.6em;
      /* Fallback for non-webkit */ }
    .box-wrap .box.yellowbox {
      background: #fff; }
      .box-wrap .box.yellowbox .box-frame {
        background: #faf1d4;
        padding: 21px 44px 35px 31px;
        border-color: #e4bb27;
        color: #242431; }
        @media (max-width: 979px) {
          .box-wrap .box.yellowbox .box-frame {
            padding: 19px 27px 34px 32px; } }
        @media (max-width: 767px) {
          .box-wrap .box.yellowbox .box-frame {
            padding: 24px 27px 34px 21px; } }
        .box-wrap .box.yellowbox .box-frame:before {
          content: '';
          position: absolute;
          background: #fff;
          border-radius: 50%;
          top: -190px;
          bottom: 23px;
          left: -410px;
          right: -280px; }
          @media (max-width: 767px) {
            .box-wrap .box.yellowbox .box-frame:before {
              left: -540px;
              right: -180px; } }
      .box-wrap .box.yellowbox .h2 {
        text-transform: uppercase;
        margin-bottom: 14px;
        display: block; }
        @media (max-width: 979px) {
          .box-wrap .box.yellowbox .h2 {
            margin-bottom: 17px; } }
        @media (max-width: 767px) {
          .box-wrap .box.yellowbox .h2 {
            margin-bottom: 20px; } }
      .box-wrap .box.yellowbox h2 {
        margin-bottom: 34px; }
        @media (max-width: 979px) {
          .box-wrap .box.yellowbox h2 {
            margin-bottom: 43px; } }
        @media (max-width: 767px) {
          .box-wrap .box.yellowbox h2 {
            font-size: 20px;
            line-height: 27px;
            letter-spacing: 0;
            margin-bottom: 32px; } }
      .box-wrap .box.yellowbox .btn {
        min-width: 171px; }
    .box-wrap .box.greenbox .box-frame {
      background: rgba(182, 206, 122, 0.5);
      padding: 21px 44px 35px 31px;
      border-color: #c9da95;
      color: #242431; }
      @media (max-width: 979px) {
        .box-wrap .box.greenbox .box-frame {
          padding: 19px 27px 34px 32px; } }
      @media (max-width: 767px) {
        .box-wrap .box.greenbox .box-frame {
          padding: 24px 27px 34px 21px; } }
      .box-wrap .box.greenbox .box-frame:before {
        content: '';
        position: absolute;
        background: #fff;
        border-radius: 50%;
        top: -190px;
        bottom: 23px;
        left: -410px;
        right: -280px; }
        @media (max-width: 767px) {
          .box-wrap .box.greenbox .box-frame:before {
            left: -540px;
            right: -180px; } }
    .box-wrap .box.greenbox .h2 {
      text-transform: uppercase;
      margin-bottom: 14px;
      display: block; }
      @media (max-width: 979px) {
        .box-wrap .box.greenbox .h2 {
          margin-bottom: 17px; } }
      @media (max-width: 767px) {
        .box-wrap .box.greenbox .h2 {
          margin-bottom: 20px; } }
    .box-wrap .box.greenbox h2 {
      margin-bottom: 34px; }
      @media (max-width: 979px) {
        .box-wrap .box.greenbox h2 {
          margin-bottom: 43px; } }
      @media (max-width: 767px) {
        .box-wrap .box.greenbox h2 {
          font-size: 20px;
          line-height: 27px;
          letter-spacing: 0;
          margin-bottom: 32px; } }
    .box-wrap .box.greenbox .btn {
      min-width: 171px; }
    .box-wrap .box.fundraise {
      background: #fff; }
      .box-wrap .box.fundraise .box-frame {
        background: #f7d5e2;
        padding: 21px 44px 35px 31px;
        border-color: #d52c6c;
        color: #242431; }
        @media (max-width: 979px) {
          .box-wrap .box.fundraise .box-frame {
            padding: 19px 27px 34px 32px; } }
        @media (max-width: 767px) {
          .box-wrap .box.fundraise .box-frame {
            padding: 24px 27px 34px 21px; } }
        .box-wrap .box.fundraise .box-frame:before {
          content: '';
          position: absolute;
          background: #fff;
          border-radius: 50%;
          top: -190px;
          bottom: 23px;
          left: -410px;
          right: -280px; }
          @media (max-width: 767px) {
            .box-wrap .box.fundraise .box-frame:before {
              left: -540px;
              right: -180px; } }
      .box-wrap .box.fundraise .h2 {
        text-transform: uppercase;
        margin-bottom: 14px;
        display: block; }
        @media (max-width: 979px) {
          .box-wrap .box.fundraise .h2 {
            margin-bottom: 17px; } }
        @media (max-width: 767px) {
          .box-wrap .box.fundraise .h2 {
            margin-bottom: 20px; } }
      .box-wrap .box.fundraise h2 {
        margin-bottom: 34px; }
        @media (max-width: 979px) {
          .box-wrap .box.fundraise h2 {
            margin-bottom: 43px; } }
        @media (max-width: 767px) {
          .box-wrap .box.fundraise h2 {
            font-size: 20px;
            line-height: 27px;
            letter-spacing: 0;
            margin-bottom: 32px; } }
      .box-wrap .box.fundraise .btn {
        min-width: 171px; }
  .box-wrap .box-frame {
    transition: background 0.3s, border 0.3s;
    overflow: hidden;
    height: 100%;
    color: #fff;
    background: #747d99;
    position: relative;
    z-index: 1;
    padding: 9px 30px 29px;
    border-top: 17px solid #fdac7a; }
    @media (max-width: 979px) {
      .box-wrap .box-frame {
        padding: 17px 24px 22px; } }
    @media (max-width: 767px) {
      .box-wrap .box-frame {
        padding: 17px 24px 33px; } }
    .box-wrap .box-frame .txt {
      position: relative;
      z-index: 2; }
  .box-wrap p {
    margin-bottom: 25px;
    /*font-size: 16px;*/ }
    @media (max-width: 979px) {
      .box-wrap p {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .box-wrap p {
        margin: 0 4px 35px 4px; } }
  .box-wrap h2 {
    display: block;
    margin: 0 0 30px;
    line-height: 1.38; }
    @media (max-width: 979px) {
      .box-wrap h2 {
        line-height: 1.269;
        letter-spacing: -1px;
        margin-bottom: 44px; } }
    @media (max-width: 767px) {
      .box-wrap h2 {
        margin-bottom: 31px; } }
  .box-wrap .btn {
    padding: 7px 18px; }
    @media (max-width: 979px) {
      .box-wrap .btn {
        min-width: 183px; } }
    @media (max-width: 767px) {
      .box-wrap .btn {
        min-width: 172px; } }
    .box-wrap .btn.btn-white {
      color: #000; }
      .box-wrap .btn.btn-white:hover {
        color: #fff; }
      .box-wrap .btn.btn-white:before {
        background: #000; }

.two-cols {
  background: #b6ce7a;
  position: relative;
  margin-bottom: 44px;
  border-top: 16px solid #94b13e; }
  @media (max-width: 979px) {
    .two-cols {
      margin: 0 -10px 2px; } }
  @media (max-width: 767px) {
    .two-cols {
      margin-bottom: 0; } }
  .two-cols:before {
    background: #c9da95;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: url("../images/overlay.png") no-repeat 50% 100%/943px auto; }
    @media (max-width: 979px) {
      .two-cols:before {
        right: -190px; } }
    @media (max-width: 767px) {
      .two-cols:before {
        right: 0;
        background-position: 100% 100%;
        background-size: 1123px auto; } }
  .two-cols input[type='text'] {
    border: 2px solid #fff;
    padding: 5px 15px 5px 18px;
    border-radius: 20px;
    background: #fff;
    font-size: 16px;
    min-width: 0;
    line-height: 1.2;
    display: block;
    color: #343441;
    height: 37px;
    width: 100%;
    margin: 0; }
    .two-cols input[type='text']::-webkit-input-placeholder {
      color: #343441; }
    .two-cols input[type='text']::-moz-placeholder {
      opacity: 1;
      color: #343441; }
    .two-cols input[type='text']:-moz-placeholder {
      color: #343441; }
    .two-cols input[type='text']:-ms-input-placeholder {
      color: #343441; }
    .two-cols input[type='text'].placeholder {
      color: #343441; }
    @media (max-width: 767px) {
      .two-cols input[type='text'] {
        padding: 4px 15px 5px 20px; } }
  .two-cols .img-wrap {
    position: absolute;
    width: 48.9%;
    top: 0;
    left: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 979px) {
      .two-cols .img-wrap {
        width: 50%;
        background-position: 100% 50%; } }
    @media (max-width: 767px) {
      .two-cols .img-wrap {
        width: 100%;
        height: 286px;
        position: static;
        background-position: 50% 50%; } }
  .two-cols .img {
    width: 100%;
    height: auto; }
  .two-cols .btn {
    background: none;
    border-color: #343441;
    color: #343441;
    padding: 7px 19px;
    min-width: 100px; }
    @media (max-width: 979px) {
      .two-cols .btn {
        min-width: 169px; } }
    .two-cols .btn:hover {
      color: #fff; }
    .two-cols .btn:before {
      background: #343441; }
  .two-cols h2 {
    display: block;
    margin: 0 0 26px;
    line-height: 1.38; }
    @media (max-width: 979px) {
      .two-cols h2 {
        line-height: 1.375;
        font-size: 24px;
        margin-bottom: 16px; } }
    @media (max-width: 767px) {
      .two-cols h2 {
        margin-bottom: 21px; } }
  .two-cols .description {
    float: right;
    width: 51.1%;
    z-index: 1;
    position: relative;
    overflow: hidden;
    color: #252431;
    padding: 18px 28px 24px 21px; }
    @media (max-width: 979px) {
      .two-cols .description {
        width: 50%;
        padding: 20px 11px 15px 21px; } }
    @media (max-width: 767px) {
      .two-cols .description {
        width: 100%;
        padding: 20px 31px 33px 34px; } }
  .two-cols .input-wrap {
    float: left;
    width: 51.1%;
    margin-right: 10px; }
    @media (max-width: 979px) {
      .two-cols .input-wrap {
        float: none;
        width: 223px;
        margin: 0 0 17px; } }
    @media (max-width: 767px) {
      .two-cols .input-wrap {
        margin-bottom: 23px; } }
  .two-cols .btn-wrap {
    overflow: hidden;
    text-align: right; }
    @media (max-width: 979px) {
      .two-cols .btn-wrap {
        text-align: left; } }

.research {
  overflow: hidden;
  min-height: 341px;
  position: relative;
  margin-bottom: 44px; }
  @media (max-width: 979px) {
    .research {
      margin-bottom: 2px;
      background-position: 43.6% 50%; } }
  @media (max-width: 767px) {
    .research {
      margin-bottom: 0;
      background: #434789; } }
  .research .img-wrap {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; 
  z-index:1;
  }
    @media (max-width: 979px) {
      .research .img-wrap {
        background-position: 43.6% 50%; } }
    @media (max-width: 767px) {
      .research .img-wrap {
        position: static;
        height: 300px;
        width: 100%;
        background-position: 25% 50%; } }
    @media (max-width: 479px) {
      .research .img-wrap {
        background-position: 73.6% 50%; } }
  .research h1 {
    font-weight: 400;
    margin-bottom: 36px;
    line-height: 1.278; }
    @media (max-width: 979px) {
      .research h1 {
        line-height: 1.361; } }
    @media (max-width: 767px) {
      .research h1 {
        margin-bottom: 38px; } }
  .research .btn {
    padding: 7px 23px;
    min-width: 100px; }
    @media (max-width: 979px) {
      .research .btn {
        font-size: 18px;
        min-width: 152px;
        padding: 5px 23px; } }
    @media (max-width: 767px) {
      .research .btn {
        font-size: 16px;
        min-width: 141px;
        padding: 7px 23px; } }
  .research .title-text {
    z-index: 1;
    width: 380px;
    color: #fff;
    margin-left: auto;
    min-height: 341px;
    position: relative;
    padding: 30px 40px 20px 22px;
    display: flex;
    align-items: center;
    flex-flow: row wrap; }
    @media (max-width: 979px) {
      .research .title-text {
        width: 372px;
        padding: 22px 40px 20px 22px; } }
    @media (max-width: 767px) {
      .research .title-text {
        padding: 35px 70px 58px 17px;
        min-height: 0;
        /*width: auto;*/ } }
    .research .title-text h1 {
      font-weight: 600;
      margin-bottom: 20px;
      width: 100%; }
    .research .title-text:before {
      top: 0;
      left: -90px;
      content: '';
      z-index: -1;
      right: -9999px;
      bottom: -166px;
      border-radius: 50%;
      position: absolute;
      border-radius: 0 0 0 500px;
      background: rgba(38, 43, 129, 0.8); }
      @media (max-width: 979px) {
        .research .title-text:before {
          left: -75px; } }
      @media (max-width: 767px) {
        .research .title-text:before {
          display: none; } }
  .research .title-text-alt {
    z-index: 1;
    width: 480px;
    color: #000;
    margin-left: 0;
    min-height: 341px;
    position: relative;
    padding: 30px 55px 20px 22px;
    display: flex;
    align-items: center;
    flex-flow: row wrap; }
    @media (max-width: 979px) {
      .research .title-text-alt {
        width: 480px;
        padding: 22px 40px 20px 22px; } }
    @media (max-width: 767px) {
      .research .title-text-alt {
        padding: 35px 70px 58px 17px;
        min-height: 0;
        /*width: auto;*/ } }
    @media (max-width: 479px) {
      .research .title-text-alt {
        width: auto;
        padding: 20px 5px;
        min-height: 0; } }
    .research .title-text-alt h1 {
      font-weight: 600;
      margin-bottom: 20px;
      width: 100%; }
    .research .title-text-alt h2 {
      padding-bottom: 0;
      margin-bottom: 20px;
      font-weight: 200; }
    .research .title-text-alt:before {
      top: 0;
      right: -35%;
      content: '';
      z-index: -1;
      left: -9999px;
      bottom: 0;
      border-radius: 50%;
      position: absolute;
      border-radius: 500px 0 500px 0;
      background: rgba(201, 218, 149, 0.8); }
    .research .title-text-alt.purple {
      color: #fff; }
      .research .title-text-alt.purple:before {
        background: rgba(38, 43, 129, 0.8); }
    .research .title-text-alt.white:before {
      background: rgba(255, 255, 255, 0.8); }
    .research .title-text-alt .location-form .input-wrap {
      float: left;
      width: 51.1%;
      margin-right: 10px; }
      @media (max-width: 479px) {
        .research .title-text-alt .location-form .input-wrap {
          margin-bottom: 10px;
          width: auto; } }
    .research .title-text-alt .location-form [type='text'] {
      border: 2px solid #fff;
      padding: 5px 15px 5px 18px;
      border-radius: 20px;
      background: #fff;
      font-size: 14px;
      min-width: 0;
      line-height: 1.2;
      display: block;
      color: #343441;
      height: 35px;
      width: 100%;
      margin: 0; }
    .research .title-text-alt .location-form .btn-wrap {
      overflow: hidden;
      text-align: right; }
      @media (max-width: 479px) {
        .research .title-text-alt .location-form .btn-wrap {
          text-align: left;
          clear: both; } }

.donate-step {
  margin: 0 -10px; }

.icon-list {
  float: right;
  width: 30%;
  font-size: 0;
  line-height: 0;
  text-align: right;
  padding-left: 10px; }
  @media (max-width: 374px) {
    .icon-list {
      width: 40%; } }
  .icon-list li {
    font-size: 19px;
    line-height: 1;
    display: inline-block;
    vertical-align: top; }
  .icon-list .icon-download {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
  @media (min-width: 769px) {
    .icon-list .icon-download:hover .print-download {
      visibility: visible;
      opacity: 1; } }
  .icon-list .print-download {
    position: absolute;
    background: #262b81;
    color: #fff;
    top: 25px;
    left: 50%;
    transform: translateX(-51%);
    box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.3);
    padding: 5px 9px 8px;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    width: 200px;
    text-align: center;
    font: 14px/1.33 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    opacity: 0.9;
    z-index: 10; }
    @media (max-width: 479px) {
      .icon-list .print-download {
        top: 130px;
        white-space: nowrap; } }
    .icon-list .print-download.active {
      visibility: visible;
      opacity: 1; }
  .icon-list .print-download:after {
    top: 8px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 7px;
    border-color: transparent transparent #262b81 #262b81;
    transform-origin: 0 0;
    transform: rotate(-224deg) translateX(-50%);
    opacity: .9; }
  .icon-list a {
    color: #929aab;
    text-decoration: none; }
    .icon-list a:hover {
      color: #bdc2cc; }

.title-block {
  margin-bottom: 20px;
  margin-top: 13px; }
  @media (max-width: 979px) {
    .title-block {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .title-block {
      display: none; } }
  @media (max-width: 979px) {
    .title-block .icon-list {
      display: none; } }

.heading {
  border-bottom: 1px solid #d3306d;
  margin-bottom: 47px; }
  @media (max-width: 979px) {
    .heading {
      padding: 0 13px 0 16px;
      margin-bottom: 5px; } }
  @media (max-width: 767px) {
    .heading {
      padding: 0 0 0 2px;
      margin: 0 17px 0; } }
  @media (max-width: 767px) {
    .heading.heading-2 {
      margin-bottom: 20px; } }
  .heading h2 {
    color: #252431;
    margin-bottom: 8px;
    text-transform: uppercase; }
    @media (max-width: 979px) {
      .heading h2 {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 12px;
        float: left;
        width: 65%; } }
    @media (max-width: 374px) {
      .heading h2 {
        width: 60%; } }
  .heading .icon-list {
    display: none; }
    @media (max-width: 979px) {
      .heading .icon-list {
        display: block; } }
    @media (max-width: 979px) {
      .heading .icon-list li {
        margin-left: 10px; } }
    @media (max-width: 767px) {
      .heading .icon-list li {
        margin: 0 0 0 23px; } }
    @media (max-width: 374px) {
      .heading .icon-list li {
        margin: 0 0 7px 16px; } }
    @media (max-width: 979px) {
      .heading .icon-list .icon-download {
        font-size: 20px; } }

.thank-you-message {
  padding: 35px 0 0;
  max-width: 477px; }
  @media (max-width: 979px) {
    .thank-you-message {
      padding: 17px 10px 0 15px;
      max-width: none; } }
  @media (max-width: 767px) {
    .thank-you-message {
      padding: 29px 10px 0 19px;
      margin-bottom: 19px; } }
  .thank-you-message h2 {
    max-width: 310px;
    line-height: 1.385;
    margin-bottom: 117px; }
    @media (max-width: 979px) {
      .thank-you-message h2 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 186px; } }
    @media (max-width: 767px) {
      .thank-you-message h2 {
        font-size: 18px;
        margin-bottom: 45px; } }
  .thank-you-message .h3 {
    font-size: 18px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .thank-you-message .h3 {
        display: block; } }

.soc-share .title {
  display: block;
  font-size: 14px;
  padding-bottom: 13px;
  margin-bottom: 19px;
  border-bottom: 1px solid #009eae; }
  @media (max-width: 979px) {
    .soc-share .title {
      border-color: #d3306d; } }

.soc-share .social-networks {
  margin-bottom: 81px; }
  @media (max-width: 767px) {
    .soc-share .social-networks {
      margin-bottom: 56px; } }
  @media (max-width: 979px) {
    .soc-share .social-networks li {
      margin: 0 6px 5px 1px; } }

.three-cols {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  color: #fff;
  margin: 0 -7px 60px; }
  @media (max-width: 979px) {
    .three-cols {
      padding-top: 35px;
      margin: 0 -2px 3px; } }
  @media (max-width: 767px) {
    .three-cols {
      display: block;
      padding-top: 0;
      margin-bottom: 2px; } }
  @media (max-width: 767px) {
    .three-cols .js-height-col {
      height: auto !important; } }
  @media (max-width: 767px) {
    .three-cols .js-height {
      min-height: auto !important; } }
  .three-cols .img-bg {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    position: relative;
    border-top: 0 !important; }
    .three-cols .img-bg .block {
      margin-top: 16px; }
  .three-cols .col {
    padding: 0 8px;
    width: 33.33%; }
    @media (max-width: 979px) {
      .three-cols .col {
        padding: 0 2px; } }
    @media (max-width: 767px) {
      .three-cols .col {
        width: 100%;
        float: none; } }
    @media (max-width: 479px) {
      .three-cols .col {
        margin-bottom: 13px; } }
    .three-cols .col.yellow-box .txt {
      background: #e3bb27;
      border-color: #f4e4a9; }
    .three-cols .col.yellow-box .btn:hover {
      color: #e3bb27; }
    .three-cols .col.red-bar .txt {
      border-color: #d3306d; }
  .three-cols .txt {
    border-top: 16px solid #828c9e;
    background: #828c9e;
    padding: 0 21px 21px;
    overflow: hidden;
    height: 100%; }
    @media (max-width: 979px) {
      .three-cols .txt {
        padding: 0 14px 15px 21px; } }
    @media (max-width: 767px) {
      .three-cols .txt {
        padding: 0 18px 23px 21px; } }
    @media (max-width: 979px) {
      .three-cols .txt > .btn {
        margin-top: 12px; } }
    @media (max-width: 767px) {
      .three-cols .txt > .btn {
        margin-top: -1px;
        margin-left: auto;
        display: table; } }
    .three-cols .txt.img-cover {
      background-position: 50% 50% !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      color: #fff;
      position: relative; }
      .three-cols .txt.img-cover > div {
        position: relative; }
      .three-cols .txt.img-cover:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        background: #8a8a8a;
        opacity: 0.6; }
  .three-cols h2 {
    max-width: 240px;
    line-height: 1.385; }
  .three-cols h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 -2px; }
    @media (max-width: 979px) {
      .three-cols h3 {
        margin: 0 -3px; } }
    @media (max-width: 767px) {
      .three-cols h3 {
        margin: 0 -3px 14px; } }
  .three-cols .img-wrap {
    margin: 0 -21px;
    height: 131px;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 979px) {
      .three-cols .img-wrap {
        margin: 0 -14px 0 -21px; } }
    @media (max-width: 767px) {
      .three-cols .img-wrap {
        margin: 0 -18px 0 -21px; } }
  .three-cols .block {
    padding-bottom: 13px; }
    @media (max-width: 979px) {
      .three-cols .block {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .three-cols .block {
        padding-bottom: 17px; } }
    @media (max-width: 979px) {
      .three-cols .block.block-2 {
        margin-bottom: 0;
        padding-bottom: 0; } }
  .three-cols .btn-wrap {
    font-size: 0;
    line-height: 0; }
    .three-cols .btn-wrap .btn {
      display: inline-block;
      vertical-align: middle;
      min-width: 0;
      width: 62%; }
      @media (max-width: 979px) {
        .three-cols .btn-wrap .btn {
          width: auto; } }
      @media (max-width: 767px) {
        .three-cols .btn-wrap .btn {
          max-width: 62%;
          float: right; } }
  .three-cols .icon-list {
    padding: 10px 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    float: none;
    width: 38%; }
    @media (max-width: 979px) {
      .three-cols .icon-list {
        width: 100%;
        padding-bottom: 15px; } }
    @media (max-width: 767px) {
      .three-cols .icon-list {
        width: 38%;
        padding-bottom: 0; } }
    .three-cols .icon-list li {
      margin: 0 0 5px;
      font-size: 16px;
      width: 50%; }
      @media (max-width: 979px) {
        .three-cols .icon-list li {
          width: auto;
          font-size: 17px;
          margin-right: 20px; } }
      @media (max-width: 767px) {
        .three-cols .icon-list li {
          margin-right: 28px; } }
    .three-cols .icon-list a {
      color: #fff; }
      .three-cols .icon-list a:hover {
        opacity: 0.6; }
  .three-cols .btn {
    display: block;
    padding: 7px 10px; }
    @media (max-width: 979px) {
      .three-cols .btn {
        margin-left: -5px;
        min-width: 0;
        width: auto;
        display: inline-block;
        vertical-align: top;
        padding: 7px 22px; } }
  .three-cols .faq {
    color: #000; }

.tags {
  padding-top: 20px;
  line-height: 0;
  font-size: 0;
  margin-bottom: 14px; }
  .tags.tags-2 {
    padding-top: 15px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .tags.tags-2 {
        padding-top: 13px; } }
  .tags em {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px; }
  .tags a {
    display: inline-block;
    vertical-align: top; }
  .tags li {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase; }
    .tags li + li {
      margin-left: 34px; }
  .tags .icon {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-right: 6px;
    display: inline-block;
    vertical-align: top; }
  .tags a {
    color: #fff;
    text-decoration: none; }
    .tags a:hover {
      opacity: 0.7; }

@media (max-width: 979px) {
  .donate.thank-msg {
    margin: 0 -10px; } }

.back-to-top {
  background: rgba(88, 157, 172, 0.8);
  text-decoration: none;
  text-align: center;
  position: fixed;
  color: #fff;
  height: 69px;
  width: 67px;
  z-index: 9;
  bottom: 0;
  right: 0;
  display: none; }
  .back-to-top .icon {
    line-height: 1;
    font-size: 32px;
    display: table-cell;
    vertical-align: middle; }
  .back-to-top:hover {
    color: #fff;
    background: #589dac; }

.slideshow {
  position: relative; }
  .slideshow .slideset {
    width: 100%;
    position: relative; }
  .slideshow .slide {
    position: absolute;
    min-height: 200px;
    overflow: hidden;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 979px) {
      .slideshow .slide {
        background-position: 44% 50%; } }
    @media (max-width: 767px) {
      .slideshow .slide {
        min-height: 100px;
        background-position: 54% 50%; } }
  .slideshow .slide.active.active {
    z-index: 2; }
  .slideshow.not-enough-slides a.btn-next, .slideshow.not-enough-slides a.btn-prev {
    visibility: hidden; }
  .slideshow .btn-prev,
  .slideshow .btn-next {
    transition: background 0.3s, color 0.3s;
    top: 50%;
    z-index: 2;
    left: -56px;
    width: 112px;
    height: 112px;
    color: #fff;
    display: table;
    border-radius: 50%;
    position: absolute;
    margin-top: -56px;
    background: #f3590b;
    text-decoration: none;
    overflow: hidden; }
    @media (max-width: 1099px) {
      .slideshow .btn-prev,
      .slideshow .btn-next {
        width: 90px;
        height: 90px; } }
    @media (max-width: 979px) {
      .slideshow .btn-prev,
      .slideshow .btn-next {
        display: none; } }
    .slideshow .btn-prev .icon,
    .slideshow .btn-next .icon {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding-left: 50px;
      font-size: 36px;
      line-height: 1; }
      @media (max-width: 1099px) {
        .slideshow .btn-prev .icon,
        .slideshow .btn-next .icon {
          font-size: 22px;
          padding-left: 45px; } }
    .slideshow .btn-prev:hover,
    .slideshow .btn-next:hover {
      background: rgba(243, 89, 11, 0.6); }
  .slideshow .btn-next {
    left: auto;
    right: -56px; }
    .slideshow .btn-next .icon {
      padding: 0 50px 0 0; }
      @media (max-width: 1099px) {
        .slideshow .btn-next .icon {
          padding: 0 45px 0 0; } }
  .slideshow h1 {
    line-height: 1.39;
    margin-bottom: 10px; }
    @media (max-width: 979px) {
      .slideshow h1 {
        font-weight: 400;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .slideshow h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.35;
        margin-bottom: 15px; } }
  .slideshow .btn {
    padding: 8px 10px 7px;
    max-width: 270px; }
    @media (max-width: 374px) {
      .slideshow .btn {
        max-width: 140px;
        min-width: 0; } }
  .slideshow .description {
    z-index: 1;
    width: 500px;
    font-size: 26px;
    line-height: 1.38;
    position: relative;
    padding: 18px 30px 35px 29px; }
    @media (max-width: 979px) {
      .slideshow .description {
        padding: 34px 30px 25px 14px;
        width: 463px; } }
    @media (max-width: 767px) {
      .slideshow .description {
        padding: 16px 0 28px 9px;
        width: 72%; } }
    .slideshow .description:before {
      left: -9999px;
      content: '';
      right: -62px;
      z-index: -1;
      top: -70px;
      z-index: -1;
      bottom: -42px;
      position: absolute;
      border-radius: 420px / 460px 0;
      background: rgba(255, 255, 255, 0.8); }
      @media (max-width: 979px) {
        .slideshow .description:before {
          border-radius: 379px / 436px 0;
          bottom: -8px;
          right: -62px;
          top: -27px; } }
      @media (max-width: 767px) {
        .slideshow .description:before {
          bottom: -22px;
          right: -42px; } }
  .slideshow p {
    margin-bottom: 31px; }
    @media (max-width: 979px) {
      .slideshow p {
        margin-bottom: 21px; } }
    @media (max-width: 767px) {
      .slideshow p {
        display: none; } }

.newsletter {
  background: #b35132;
  overflow: hidden;
  position: relative; }
  .newsletter:before {
    content: '';
    bottom: 100%;
    border-radius: 50%;
    position: absolute;
    background: #f3590d;
    height: 390px;
    left: 50%;
    transform: translatex(-50%);
    margin: 0 0 -72px -130px;
    width: 1118px; }
    @media (max-width: 979px) {
      .newsletter:before {
        margin: 0 0 -71px -6px; } }
    @media (max-width: 767px) {
      .newsletter:before {
        height: 400px;
        margin: 0 0 -101px -225px; } }

.newsletter-form {
  position: relative;
  display: table;
  width: 100%;
  color: #fff;
  font-size: 0;
  line-height: 0;
  padding: 27px 0 0 32px; }
  @media (max-width: 979px) {
    .newsletter-form {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .newsletter-form {
      text-align: center;
      padding: 16px 11px 0; } }
  .newsletter-form.active .btn-wrap {
    bottom: 21px; }
    @media (max-width: 979px) {
      .newsletter-form.active .btn-wrap {
        visibility: visible;
        padding-right: 6px;
        opacity: 1; } }
    @media (max-width: 767px) {
      .newsletter-form.active .btn-wrap {
        left: 10px;
        right: auto;
        bottom: 23px; } }
  .newsletter-form .input-wrap {
    margin-bottom: 25px; }
    @media (max-width: 979px) {
      .newsletter-form .input-wrap {
        padding-left: 59px; } }
    @media (max-width: 767px) {
      .newsletter-form .input-wrap {
        padding: 0;
        margin-bottom: 32px; } }
  .newsletter-form .col {
    display: inline-block;
    vertical-align: top;
    width: 26.1%;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 10px 0 28px; }
    @media (max-width: 979px) {
      .newsletter-form .col {
        font-size: 13px;
        padding-left: 20px;
        width: 27%; } }
    @media (max-width: 767px) {
      .newsletter-form .col {
        display: block;
        text-align: left;
        width: 100%;
        padding: 0 0 0 26px;
        font-size: 14px;
        margin-bottom: 19px; } }
  .newsletter-form .text {
    display: block;
    padding-top: 3px; }
    @media (max-width: 767px) {
      .newsletter-form .text {
        padding-top: 2px; } }
  .newsletter-form label {
    display: table;
    margin-bottom: 1px; }
  .newsletter-form [type="radio"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .newsletter-form [type="radio"]:checked + .fake-input {
      background: #fff; }
  .newsletter-form [type="checkbox"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .newsletter-form [type="checkbox"]:checked + .fake-input {
      background: #fff; }
  .newsletter-form .fake-input {
    width: 14px;
    height: 14px;
    float: left;
    margin: 3px 11px 0 0;
    border: 1px solid #fff;
    background: transparent;
    position: relative;
    margin: 2px 0 0 -26px; }
    @media (max-width: 979px) {
      .newsletter-form .fake-input {
        margin-right: 5px;
        margin-top: 1px;
        margin-left: -21px; } }
    @media (max-width: 767px) {
      .newsletter-form .fake-input {
        margin: 1px 0 0 -26px;
        border-width: 2px; } }
  .newsletter-form .fake-label {
    font-weight: 700;
    overflow: hidden; }
    @media (max-width: 767px) {
      .newsletter-form .fake-label {
        font-weight: 800;
        margin-bottom: 3px;
        display: inline-block;
        vertical-align: top; } }
  .newsletter-form .h3 {
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 1.2;
    margin: 0 2px 27px;
    text-align: left; }
    @media (max-width: 767px) {
      .newsletter-form .h3 {
        margin: 0 2px 29px; } }
  .newsletter-form input[type='email'] {
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    background: #fff;
    font-size: 18px;
    line-height: 1.2;
    color: #242431;
    height: 36px;
    width: 44.9%;
    min-width: auto;
    padding: 5px 25px;
    margin: 0; }
    @media (max-width: 979px) {
      .newsletter-form input[type='email'] {
        width: 49.6%;
        height: 38px; } }
    @media (max-width: 767px) {
      .newsletter-form input[type='email'] {
        display: block;
        width: 100%;
        height: 30px;
        padding: 3px 15px; } }
  .newsletter-form .h2 {
    width: 34.1%;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase; }
    @media (max-width: 979px) {
      .newsletter-form .h2 {
        width: 49.4%; } }
    @media (max-width: 767px) {
      .newsletter-form .h2 {
        width: 100%;
        display: block;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .newsletter-form .h2 {
        padding: 0;
        margin: 0 0 21px; } }
  .newsletter-form .btn-wrap {
    transition: all 0.3s;
    width: 20%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    bottom: 24px;
    right: 2px;
    padding-left: 10px; }
    @media (max-width: 979px) {
      .newsletter-form .btn-wrap {
        visibility: hidden;
        opacity: 0;
        width: 18%;
        bottom: 20px; } }
    @media (max-width: 767px) {
      .newsletter-form .btn-wrap {
        padding-left: 0;
        text-align: left;
        width: 100%;
        left: 20px;
        right: auto; } }
  .newsletter-form .btn {
    font-size: 20px;
    min-width: 132px;
    padding: 4px 20px 5px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 979px) {
      .newsletter-form .btn {
        min-width: 0; } }
    @media (max-width: 767px) {
      .newsletter-form .btn {
        font-size: 14px;
        line-height: 1.2;
        padding: 5px 21px 4px;
        min-width: 0; } }
    .newsletter-form .btn:hover {
      color: #b04929; }
  .newsletter-form .drop-wrap {
    padding: 14px 9999px 24px;
    margin: 0 -9999px; }
    @media (max-width: 767px) {
      .newsletter-form .drop-wrap {
        padding: 16px 9999px 68px; } }

.donate.accordion .postcode [type='text'] {
  display: inline-block; }
  @media (min-width: 980px) {
    .donate.accordion .postcode [type='text'] {
      width: 50%; } }

.donate.accordion .postcode .btn {
  font-size: 14px;
  display: inline-block; }
  @media (max-width: 979px) {
    .donate.accordion .postcode .btn {
      margin-top: 15px; } }

.donate.accordion .note a {
  color: #000;
  text-decoration: underline; }

.donate.accordion .findaddress, .donate.accordion .manualaddress {
  display: none; }
  .donate.accordion .findaddress.active, .donate.accordion .manualaddress.active {
    display: block; }

.donate.accordion .jcf-select-text {
  border: 1px solid #9a9a9a;
  background: #fff;
  display: block;
  color: #000;
  width: 100%;
  padding: 5px;
  margin: 0;
  height: 100%;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: none; }

.box .donate {
  height: 100%;
  position: relative;
  border-color: #d52c6c; }
  .box .donate.sidebar {
    margin-bottom: 42px; }
  .box .donate .tab-content {
    height: 100%; }
    .box .donate .tab-content > div {
      transition: background 0.3s, border 0.3s;
      padding: 77px 38px 18px;
      border: 2px solid #d52c6c;
      background: #f7d5e2;
      position: relative;
      overflow: hidden;
      height: 100%; }
      @media (max-width: 979px) {
        .box .donate .tab-content > div {
          padding: 79px 10px 18px 22px; } }
      @media (max-width: 767px) {
        .box .donate .tab-content > div {
          padding: 76px 6px 25px 20px; } }
      .box .donate .tab-content > div:before {
        position: absolute;
        background: #fff;
        content: '';
        border-radius: 50%;
        bottom: 52px;
        left: -790px;
        right: -190px;
        top: -930px; }
        @media (max-width: 979px) {
          .box .donate .tab-content > div:before {
            bottom: 61px;
            left: -740px;
            right: -290px;
            top: -1050px; } }
        @media (max-width: 767px) {
          .box .donate .tab-content > div:before {
            bottom: 37px;
            left: -778px;
            right: -281px; } }
      .box .donate .tab-content > div#join.active, .box .donate .tab-content > div#join-01.active {
        border-color: #e4bb27;
        background: #faf1d4; }
        .box .donate .tab-content > div#join.active .price-wrap [type="radio"]:checked + .fake-input, .box .donate .tab-content > div#join-01.active .price-wrap [type="radio"]:checked + .fake-input {
          color: #000;
          border-color: #e4bb27;
          background: #fff; }
        .box .donate .tab-content > div#join.active .price-wrap .fake-input, .box .donate .tab-content > div#join-01.active .price-wrap .fake-input {
          border-color: #e4bb27;
          background: #e4bb27; }
          .box .donate .tab-content > div#join.active .price-wrap .fake-input:hover, .box .donate .tab-content > div#join-01.active .price-wrap .fake-input:hover {
            color: #000; }

.tabset {
  justify-content: space-between;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  top: 0;
  left: 36px;
  right: 39px; }
  @media (max-width: 979px) {
    .tabset {
      left: 18px;
      right: 19px; } }
  @media (max-width: 767px) {
    .tabset {
      left: 16px;
      right: 17px; } }
  @media (max-width: 374px) {
    .tabset {
      left: 10px;
      right: 10px; } }
  .tabset li {
    display: inline-block;
    vertical-align: top;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 0 4px;
    text-transform: uppercase;
    max-width: 50%;
    /* sm */ }
    @media (max-width: 767px) {
      .tabset li {
        font-size: 16px; } }
    .tabset li.active a {
      color: #fff;
      background: #d52c6c; }
    .tabset li.donate.active a {
      border-color: #d52c6c;
      color: #fff;
      background: #d52c6c; }
      .tabset li.donate.active a:hover {
        border-color: #d52c6c;
        color: #fff;
        background: #d52c6c; }
    .tabset li.donate a {
      color: #e4bb27;
      border-color: #e4bb27; }
      .tabset li.donate a:hover {
        color: #fff;
        background: #848b9b;
        border-color: #848b9b; }
    .tabset li.join.active a {
      border-color: #e4bb27;
      background: #e4bb27; }
      .tabset li.join.active a:hover {
        border-color: #e4bb27;
        background: #e4bb27; }
  .tabset a {
    transition: background 0.3s, border 0.3s, color 0.3s;
    display: block;
    padding: 9px 10px 8px;
    color: #c14b7d;
    min-width: 154px;
    text-decoration: none;
    border: 2px solid #d52c6c;
    border-radius: 0 0 20px 20px; }
    @media (max-width: 767px) {
      .tabset a {
        padding: 7px 10px 8px; } }
    @media (max-width: 374px) {
      .tabset a {
        min-width: 138px; } }
    .tabset a:hover {
      color: #fff;
      background: #848b9b;
      border-color: #848b9b; }

.sidebar .tabset {
  left: 5px;
  right: 5px;
  /* sm */ }
  @media (min-width: 768px) {
    .sidebar .tabset {
      left: 0;
      right: 0; } }
  .sidebar .tabset a {
    min-width: 135px;
    /* sm */ }

@media (min-width: 481px) and (max-width: 979px) {
  .sidebar .tabset a {
    min-width: 110px; } }

.donate-form {
  position: relative; }
  .donate-form p {
    font-size: 16px;
    margin-bottom: 25px; }
    @media (max-width: 979px) {
      .donate-form p {
        margin-bottom: 28px; } }
    @media (max-width: 767px) {
      .donate-form p {
        margin: 0 11px 36px; } }
    @media (max-width: 374px) {
      .donate-form p {
        margin: 0 0 35px; } }
  .donate-form label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .donate-form [type="radio"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .donate-form [type="radio"]:checked + .fake-input {
      color: #d52c6c;
      border-color: #d52c6c;
      background: #fff; }
  .donate-form .rdo-wrap {
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px; }
    @media (max-width: 979px) {
      .donate-form .rdo-wrap {
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .donate-form .rdo-wrap {
        margin-bottom: 14px; } }
    .donate-form .rdo-wrap li {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 25px 33px;
      width: 50%; }
      @media (max-width: 374px) {
        .donate-form .rdo-wrap li {
          width: 100%;
          padding-bottom: 10px; } }
    .donate-form .rdo-wrap label {
      margin: 0;
      width: 50%;
      font-size: 18px;
      line-height: 1.33;
      display: inline; }
    .donate-form .rdo-wrap .fake-lable {
      display: inline-block;
      vertical-align: middle; }
    .donate-form .rdo-wrap .text {
      display: block;
      font-size: 14px; }
      .donate-form .rdo-wrap .text .price {
        color: #969cac; }
    .donate-form .rdo-wrap .fake-input {
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #31313f;
      vertical-align: middle;
      position: relative;
      margin: 0 7px 0 -34px; }
    .donate-form .rdo-wrap [type="radio"]:checked + .fake-input {
      color: #c14b7d;
      border-color: #31313f;
      border-width: 2px;
      background-color: transparent; }
      .donate-form .rdo-wrap [type="radio"]:checked + .fake-input ~ .fake-lable {
        font-weight: 600; }
      .donate-form .rdo-wrap [type="radio"]:checked + .fake-input:before {
        background: #31313f; }
    .donate-form .rdo-wrap [type="radio"] + .fake-input {
      border-radius: 100%; }
      .donate-form .rdo-wrap [type="radio"] + .fake-input:before {
        transition: background 0.3s;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        content: '';
        display: block;
        position: absolute;
        border-radius: 50%; }
  .donate-form .price-wrap {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; }
    .donate-form .price-wrap label {
      margin: 0 12px 12px 0; }
      @media (max-width: 979px) {
        .donate-form .price-wrap label {
          margin-right: 8px; } }
      @media (max-width: 374px) {
        .donate-form .price-wrap label {
          margin-right: 8px; } }
    .donate-form .price-wrap .fake-input {
      transition: background 0.3s, color 0.3s;
      cursor: pointer;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.2;
      position: relative;
      padding: 6px 17px;
      border-radius: 20px;
      text-align: center;
      min-width: 66px;
      background: #d52c6c;
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      border: 1px solid #d52c6c; }
      .donate-form .price-wrap .fake-input:hover {
        color: #d52c6c; }
      @media (min-width: 768px) {
        .donate-form .price-wrap .fake-input {
          padding: 6px 20px 6px 19px; } }
      @media (max-width: 374px) {
        .donate-form .price-wrap .fake-input {
          padding: 6px 9px;
          min-width: 55px; } }

.sidebar .donate-form .rdo-wrap {
  margin-bottom: 0; }
  .sidebar .donate-form .rdo-wrap li {
    width: 100%; }

.sidebar .donate-form p {
  margin-bottom: 15px; }

.sidebar .donate-form .price-wrap label {
  margin: 0 0 12px 0;
  min-width: 50%; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

#payment-address .postcode input, #donate-address .postcode input, #giftaid-address .postcode input {
  float: left; }
  @media (max-width: 979px) {
    #payment-address .postcode input, #donate-address .postcode input, #giftaid-address .postcode input {
      float: none; } }

#payment-address .note, #donate-address .note, #giftaid-address .note {
  clear: both; }

#payment-address .input, #donate-address .input, #giftaid-address .input {
  margin-bottom: 17px; }

#payment-address .input .btn, #donate-address .input .btn, #giftaid-address .input .btn {
  float: left; }
  @media (max-width: 979px) {
    #payment-address .input .btn, #donate-address .input .btn, #giftaid-address .input .btn {
      float: none; } }

#payment-address .jcf-select, #donate-address .jcf-select, #giftaid-address .jcf-select {
  width: 46.5%;
  margin-top: 12px; }

#payment-address input[type='text'],
#payment-address input[type='email'],
#payment-address input[type='text'], #donate-address input[type='text'],
#donate-address input[type='email'],
#donate-address input[type='text'], #giftaid-address input[type='text'],
#giftaid-address input[type='email'],
#giftaid-address input[type='text'] {
  border: 1px solid #9a9a9a;
  display: block;
  color: #000;
  width: 46.5%;
  padding: 3px 5px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    #payment-address input[type='text'],
    #payment-address input[type='email'],
    #payment-address input[type='text'], #donate-address input[type='text'],
    #donate-address input[type='email'],
    #donate-address input[type='text'], #giftaid-address input[type='text'],
    #giftaid-address input[type='email'],
    #giftaid-address input[type='text'] {
      width: 100%; } }

#giftaid-address .input {
  margin-bottom: 5px; }

#payment-address {
  margin-bottom: 20px; }
  #payment-address .input {
    margin-bottom: 10px; }

.banner {
  white-space: nowrap;
  padding: 69px 0;
  background: #131850;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.34;
  min-height: 358px;
  color: #fff;
  z-index: 1; }
  .banner:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .banner > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-right: -5px; }
  @media (max-width: 979px) {
    .banner.hideTabletDown {
      display: none; } }
  .banner.green {
    background: #b6ce7a;
    color: #000; }
    .banner.green:before {
      border-radius: 0 0 52% 43%;
      background: #c9da95;
      position: absolute;
      content: '';
      bottom: 50px;
      left: -580px;
      right: -440px;
      top: -200px;
      z-index: -1; }
  @media (max-width: 979px) {
    .banner {
      font-size: 20px;
      min-height: 241px;
      background: #23277a;
      padding: 43px 0; } }
  @media (max-width: 767px) {
    .banner {
      background: #383789;
      padding: 22px 0;
      min-height: 178px;
      font-size: 18px; } }
  .banner.image-wrp {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0; }
  .banner p {
    max-width: 500px; }
    @media (max-width: 979px) {
      .banner p {
        max-width: 360px; } }
  .banner.banner-2 {
    min-height: 358px;
    padding: 64px 0 144px; }
    @media (max-width: 979px) {
      .banner.banner-2 {
        padding: 0;
        min-height: 241px; } }
    @media (max-width: 767px) {
      .banner.banner-2 {
        min-height: 178px;
        padding: 21px 0;
        display: block; } }
    .banner.banner-2 .container-wrap {
      padding: 48px 34px 0;
      margin: 0 auto; }
      @media (max-width: 979px) {
        .banner.banner-2 .container-wrap {
          padding: 42px 64px 0; } }
      @media (max-width: 767px) {
        .banner.banner-2 .container-wrap {
          padding: 0 20px; } }
  .banner:before {
    border-radius: 0 0 52% 43%;
    background: #262b81;
    position: absolute;
    content: '';
    bottom: 50px;
    left: -580px;
    right: -440px;
    top: -200px;
    z-index: -1; }
    @media (max-width: 979px) {
      .banner:before {
        bottom: 35px; } }
    @media (max-width: 767px) {
      .banner:before {
        border-radius: 0 0 51% 50%;
        position: absolute;
        left: -170px;
        right: -80px;
        top: -250px;
        z-index: -1; } }
  .banner .container-wrap {
    padding: 0 30px;
    width: 100%; }
    @media (max-width: 979px) {
      .banner .container-wrap {
        padding: 0 64px; } }
    @media (max-width: 767px) {
      .banner .container-wrap {
        padding: 0 20px; } }
  .banner h1 {
    margin-bottom: 10px;
    font-weight: 400; }
    @media (max-width: 979px) {
      .banner h1 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .banner h1 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 7px; } }

.banner-mini {
  height: 174px;
  background-color: #d3306d;
  color: #fff; }
  @media (max-width: 479px) {
    .banner-mini {
      margin-bottom: 13px; } }
  .banner-mini.grey {
    background-color: #969cac;
    position: relative; }
    .banner-mini.grey:before {
      bottom: 20px;
      left: -51px;
      right: 70px;
      bottom: 30px;
      height: 440px;
      content: '';
      border-radius: 50%;
      position: absolute;
      background: #828c9f; }
      @media (max-width: 767px) {
        .banner-mini.grey:before {
          left: -751px;
          right: -220px; } }
  .banner-mini .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex-wrap: nowrap; }
    @media (max-width: 767px) {
      .banner-mini .flex-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0 15px 15px; } }
  .banner-mini .thanks {
    text-transform: uppercase;
    font-weight: 600; }

.breadcrumbs {
  float: left;
  width: 70%; }
  @media (max-width: 979px) {
    .breadcrumbs {
      padding: 0 14px; } }
  @media (max-width: 767px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs ul {
    font-size: 0;
    line-height: 0; }
    .breadcrumbs ul li {
      color: #5d5d5d;
      font-size: 14px;
      line-height: 1.2;
      display: inline-block;
      vertical-align: top;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 979px) {
        .breadcrumbs ul li {
          font-size: 10px;
          line-height: 1.2; } }
      .breadcrumbs ul li + li:before {
        content: '>';
        display: inline-block;
        vertical-align: top;
        margin: 0 4px; }
        @media (max-width: 979px) {
          .breadcrumbs ul li + li:before {
            margin: 0 3px; } }
      .breadcrumbs ul li a {
        font-weight: 400;
        text-decoration: none; }
        .breadcrumbs ul li a:hover {
          opacity: 0.8; }

#theCanvas {
  opacity: 0.8; }

#theVideo {
  position: absolute;
  /*display: none;*/
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%); }

.fullsize {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.accordion {
  background: #fbeaf0; }
  @media (max-width: 767px) {
    .accordion {
      margin-bottom: 27px; } }
  .accordion.alt {
    background: #fff; }
    .accordion.alt li + li .opener {
      background: #009eae;
      text-align: center;
      color: #fff; }
    .accordion.alt li + li + li .opener {
      background: #009eae;
      text-align: center;
      color: #fff; }
    .accordion.alt .opener {
      color: #fff;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      display: block;
      padding: 9px 42px;
      background: #009eae;
      text-transform: uppercase;
      text-decoration: none; }
      @media (max-width: 979px) {
        .accordion.alt .opener {
          font-size: 14px;
          padding: 14px 13px 9px; } }
      @media (max-width: 767px) {
        .accordion.alt .opener {
          font-size: 18px;
          padding: 9px 19px; } }
  .accordion li + li .opener {
    background: #f3c5d6; }
  .accordion li + li + li .opener {
    background: #efb1c9; }
  .accordion .opener {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 9px 42px;
    background: #f7d7e3;
    text-transform: uppercase;
    text-decoration: none; }
    @media (max-width: 979px) {
      .accordion .opener {
        font-size: 14px;
        padding: 14px 13px 9px; } }
    @media (max-width: 767px) {
      .accordion .opener {
        font-size: 18px;
        padding: 9px 19px; } }
  .accordion .slide {
    padding: 24px 42px; }
    @media (max-width: 979px) {
      .accordion .slide {
        padding: 0; } }
    .accordion .slide.detail {
      padding: 35px 22px 20px 40px; }
      @media (max-width: 979px) {
        .accordion .slide.detail {
          padding: 25px 14px 10px; } }
      @media (max-width: 767px) {
        .accordion .slide.detail {
          padding: 22px 20px 10px; } }
      .accordion .slide.detail .title-text {
        font-size: 14px;
        font-weight: 700;
        padding: 1px 3px 11px; }
        .accordion .slide.detail .title-text .error-message {
          color: #F00; }
        @media (max-width: 979px) {
          .accordion .slide.detail .title-text {
            font-size: 16px;
            font-weight: 400;
            padding: 0 5px 0 0;
            width: 75.7%; } }
        @media (max-width: 767px) {
          .accordion .slide.detail .title-text {
            margin-bottom: 17px;
            padding-right: 20px;
            line-height: 1.42;
            font-size: 18px;
            width: 100%; } }
    .accordion .slide .title-text {
      font-size: 18px;
      display: block;
      padding: 0 6px 23px; }
      @media (max-width: 979px) {
        .accordion .slide .title-text {
          font-size: 16px;
          padding: 13px 7px 11px; } }
      @media (max-width: 767px) {
        .accordion .slide .title-text {
          padding: 16px 19px 17px;
          font-size: 18px;
          line-height: 1.25; } }

.content-holder {
  margin-bottom: 43px; }
  @media (max-width: 979px) {
    .content-holder {
      margin-bottom: 3px; } }

#content {
  float: left;
  width: 65%;
  padding-right: 25px; }
  @media (max-width: 979px) {
    #content {
      width: 65.7%;
      padding-right: 4px; } }
  @media (max-width: 767px) {
    #content {
      width: 100%;
      float: none;
      padding-right: 0; } }
  #content.colwidth3 {
    padding-right: 0; }

@media (min-width: 481px) and (max-width: 979px) {
  #content.colwidth3 .box-wrap .box:first-child {
    padding: 0 8px 0 0; } }
    #content.colwidth3 .box {
      margin-bottom: 18px; }
    #content.colwidth3 .side-block {
      padding: 19px 20px 25px; }
    #content.colwidth3 .xl-text {
      font-size: 26px;
      line-height: 36px;
      font-weight: normal;
      margin: 10px 0 2em 0;
      position: relative;
      z-index: 2; }

@media (min-width: 481px) and (max-width: 979px) {
  #content.colwidth3 .xl-text {
    margin: 10px 0 1em 0; } }
    #content.colwidth3 span {
      display: block;
      font-size: 14px; }
      #content.colwidth3 span:last-of-type {
        margin-bottom: 15px; }

.step-tabs {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .step-tabs dt {
    float: left;
    height: 2em;
    border: 1px solid #e8f0f5;
    position: relative;
    display: block;
    cursor: pointer; }
  .step-tabs dd {
    display: none;
    float: right;
    width: 100%;
    margin: 2em 0 0 -100%;
    z-index: 2; }
    .step-tabs dd.active {
      display: block; }

.donate-amt-form {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .donate-amt-form {
      padding: 0 20px 10px; } }
  .donate-amt-form .block-wrap {
    background: #f7d7e3;
    overflow: hidden;
    padding: 20px 27px 10px;
    margin-bottom: 35px; }
    @media (max-width: 979px) {
      .donate-amt-form .block-wrap {
        padding: 26px 15px 17px 29px;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .donate-amt-form .block-wrap {
        padding: 33px 14px 5px 18px; } }
  .donate-amt-form .content {
    float: right;
    width: 100%;
    display: none;
    margin: 58px 2px 0 -100%; }
    @media (max-width: 767px) {
      .donate-amt-form .content {
        margin: 0;
        float: none; } }
    .donate-amt-form .content.active {
      display: block; }
  .donate-amt-form.membership-form .canicontribute {
    position: relative; }
    .donate-amt-form.membership-form .canicontribute:after {
      color: #d3306d;
      font-size: 14px;
      position: absolute;
      top: -20px;
      left: 30px; }
    .donate-amt-form.membership-form .canicontribute:before {
      content: '£';
      position: absolute;
      top: 7px;
      left: 10px;
      font-size: 16px;
      font-weight: 600; }
  .donate-amt-form.membership-form li:after {
    display: none; }
  .donate-amt-form .membership-alt [type="radio"] {
    position: relative;
    z-index: 1;
    opacity: 1;
    left: 0;
    top: 0; }
  .donate-amt-form [type="radio"] {
    position: fixed;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0; }
    @media (min-width: 768px) {
      .donate-amt-form [type="radio"]:checked + .fake-input {
        background: #f7d7e3 !important; } }
    @media (max-width: 767px) {
      .donate-amt-form [type="radio"]:checked + .fake-input {
        background: #ebc6d6; } }
    @media (max-width: 767px) {
      .donate-amt-form [type="radio"]:checked ~ .fake-icon {
        border-width: 2px;
        width: 16px;
        height: 16px;
        background: #fff;
        left: 11px; } }
    @media (max-width: 767px) {
      .donate-amt-form [type="radio"]:checked ~ .fake-icon:before {
        background: #d3306d; } }
  .donate-amt-form .radio-wrap .wrap {
    display: inline; }
    @media (max-width: 767px) {
      .donate-amt-form .radio-wrap .wrap {
        display: table;
        width: 100%;
        margin-bottom: 8px; } }
    .donate-amt-form .radio-wrap .wrap + .wrap > label .fake-input {
      background: #f4c6d7; }
    .donate-amt-form .radio-wrap .wrap + .wrap + .wrap > label .fake-input {
      background: #eea8c1; }
    @media (min-width: 980px) {
      .donate-amt-form .radio-wrap .wrap.active > [type="radio"] + .fake-input {
        background: #f7d7e3 !important; } }
    @media (max-width: 767px) {
      .donate-amt-form .radio-wrap .wrap.active > [type="radio"] + .fake-input {
        background: #ebc6d6; } }
    @media (max-width: 767px) {
      .donate-amt-form .radio-wrap .wrap.active > [type="radio"] ~ .fake-icon {
        border-width: 2px;
        width: 16px;
        height: 16px;
        background: #fff;
        left: 11px; } }
    @media (max-width: 767px) {
      .donate-amt-form .radio-wrap .wrap.active > [type="radio"] ~ .fake-icon:before {
        background: #d3306d; } }
    .donate-amt-form .radio-wrap .wrap > label {
      float: left;
      height: 58px;
      width: 33.33%;
      position: relative;
      cursor: pointer;
      display: table; }
      @media (max-width: 767px) {
        .donate-amt-form .radio-wrap .wrap > label {
          height: auto;
          width: 100%;
          float: none;
          display: block; } }
  @media (max-width: 767px) {
    .donate-amt-form .radio-wrap {
      display: block; } }
  .donate-amt-form .radio-wrap label {
    width: 33.33%;
    margin-right: -1px; }
    @media (max-width: 767px) {
      .donate-amt-form .radio-wrap label {
        position: relative;
        margin-right: 0;
        width: 100%; } }
  .donate-amt-form .radio-wrap .fake-input {
    transition: color 0.3s, background 0.3s;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding: 7px 10px 8px;
    text-align: center;
    min-width: 66px;
    background: #eea8c1;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    border-bottom: none; }
    @media (max-width: 979px) {
      .donate-amt-form .radio-wrap .fake-input {
        font-size: 12px;
        padding: 24px 10px 19px; } }
    @media (max-width: 767px) {
      .donate-amt-form .radio-wrap .fake-input {
        padding: 12px 38px 13px;
        text-align: left;
        font-size: 14px;
        line-height: 1.2;
        background: #f7d7e3;
        display: block; } }
  .donate-amt-form .radio-wrap .fake-icon {
    display: none; }
    @media (max-width: 767px) {
      .donate-amt-form .radio-wrap .fake-icon {
        transition: border 0.3s, background 0.3s;
        top: 50%;
        left: 8px;
        content: '';
        width: 18px;
        height: 18px;
        display: block;
        border-radius: 50%;
        margin-top: 1px;
        position: absolute;
        transform: translatey(-50%);
        border: 1px solid #d3306d; } }
    @media (max-width: 767px) {
      .donate-amt-form .radio-wrap .fake-icon:before {
        transition: border 0.3s, background 0.3s;
        position: absolute;
        content: '';
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        border-radius: 50%;
        background: transparent; } }
  .donate-amt-form .radio-wrap .price-wrap {
    margin-bottom: 36px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding-right: 53px;
    margin-top: 10px; }
    @media (max-width: 979px) {
      .donate-amt-form .radio-wrap .price-wrap {
        margin-bottom: 36px;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .donate-amt-form .radio-wrap .price-wrap {
        margin: 0 -16px 26px -20px; } }
    @media (max-width: 374px) {
      .donate-amt-form .radio-wrap .price-wrap {
        margin: 0 -10px 23px -15px; } }
    .donate-amt-form .radio-wrap .price-wrap [type="radio"]:checked + .fake-input {
      color: #b7306a;
      background: #f7d7e3;
      border: solid 1px #d3306d; }
      @media (max-width: 979px) {
        .donate-amt-form .radio-wrap .price-wrap [type="radio"]:checked + .fake-input {
          background: #fff;
          color: #d52c6c; } }
      @media (max-width: 767px) {
        .donate-amt-form .radio-wrap .price-wrap [type="radio"]:checked + .fake-input {
          color: #db8fa4; } }
    .donate-amt-form .radio-wrap .price-wrap label {
      width: auto;
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 0 16px; }
      @media (max-width: 767px) {
        .donate-amt-form .radio-wrap .price-wrap label {
          margin: 0 6px 5px; } }
      @media (max-width: 374px) {
        .donate-amt-form .radio-wrap .price-wrap label {
          margin: 0 5px 10px; } }
    .donate-amt-form .radio-wrap .price-wrap .fake-input {
      transition: color 0.3s, background 0.3s;
      cursor: pointer;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.2;
      position: relative;
      padding: 7px 18px;
      border-radius: 20px;
      text-align: center;
      min-width: 66px;
      background: #d52c6c;
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      border: solid 1px #d3306d; }
      @media (max-width: 979px) {
        .donate-amt-form .radio-wrap .price-wrap .fake-input {
          border: 2px solid #d52c6c;
          color: #fff;
          padding: 5px 17px;
          border: solid 1px #d3306d; } }
      @media (max-width: 374px) {
        .donate-amt-form .radio-wrap .price-wrap .fake-input {
          padding: 7px 10px;
          font-size: 16px;
          min-width: 55px; } }
  .donate-amt-form input[type='text'] {
    margin: 0 0 0 90px;
    width: 150px;
    color: #242431;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px 4px 20px;
    vertical-align: top;
    display: inline-block;
    text-transform: uppercase; }
    @media (max-width: 979px) {
      .donate-amt-form input[type='text'] {
        margin: 0 0 0 117px; } }
    @media (max-width: 767px) {
      .donate-amt-form input[type='text'] {
        width: 170px; } }
    @media (max-width: 479px) {
      .donate-amt-form input[type='text'] {
        margin: 0; } }
    .donate-amt-form input[type='text']::-webkit-input-placeholder {
      color: #d3306d;
      text-align: left; }
  .donate-amt-form .input-wrp {
    font-size: 0;
    line-height: 0;
    margin-bottom: 14px;
    text-align: center;
    position: relative; }
    @media (max-width: 979px) {
      .donate-amt-form .input-wrp {
        padding-bottom: 24px;
        background: #f7d7e3;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .donate-amt-form .input-wrp {
        padding: 0 17px 20px; } }
    .donate-amt-form .input-wrp li {
      display: inline-block;
      vertical-align: top;
      padding-left: 18px;
      width: 50%; }
      @media (max-width: 979px) {
        .donate-amt-form .input-wrp li {
          text-align: left;
          padding-left: 20px; } }
      @media (max-width: 767px) {
        .donate-amt-form .input-wrp li {
          padding-left: 0;
          display: block;
          width: 100%;
          margin-bottom: 21px; } }
      .donate-amt-form .input-wrp li + li {
        padding-left: 0; }
        @media (max-width: 979px) {
          .donate-amt-form .input-wrp li + li {
            padding-left: 44px; } }
        @media (max-width: 767px) {
          .donate-amt-form .input-wrp li + li {
            padding: 0;
            margin-bottom: 0; } }
      .donate-amt-form .input-wrp li:before {
        content: '£';
        position: absolute;
        top: 17px;
        left: 118px;
        font-size: 16px;
        font-weight: 600; }
        @media (max-width: 979px) {
          .donate-amt-form .input-wrp li:before {
            left: 144px; } }
        @media (max-width: 479px) {
          .donate-amt-form .input-wrp li:before {
            left: 25px; } }
      .donate-amt-form .input-wrp li:after {
        content: 'Or, surprise us!';
        font-size: 14px;
        position: absolute;
        top: 17px;
        left: 2px; }
        @media (max-width: 979px) {
          .donate-amt-form .input-wrp li:after {
            left: 30px; } }
        @media (max-width: 479px) {
          .donate-amt-form .input-wrp li:after {
            left: 20px;
            top: -12px; } }
      .donate-amt-form .input-wrp li.surprise-message {
        display: none;
        font-size: 14px;
        line-height: initial;
        position: relative;
        left: 0;
        top: 8px;
        width: 100%;
        text-align: center;
        padding-left: 0; }
        .donate-amt-form .input-wrp li.surprise-message:before, .donate-amt-form .input-wrp li.surprise-message:after {
          display: none; }
    .donate-amt-form .input-wrp .btn {
      padding: 6px 10px;
      min-width: 168px; }
      @media (max-width: 767px) {
        .donate-amt-form .input-wrp .btn {
          padding: 7px 10px;
          min-width: 117px; } }
      .donate-amt-form .input-wrp .btn:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .donate-amt-form strong.txt {
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 979px) {
      .donate-amt-form strong.txt {
        margin-bottom: 22px; } }
    @media (max-width: 767px) {
      .donate-amt-form strong.txt {
        margin-bottom: 12px; } }
  .donate-amt-form p {
    margin-bottom: 35px; }

/* GENERIC */
.tabbed-slider {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* radio-wrap */ }
  .tabbed-slider .block-wrap {
    overflow: hidden;
    padding: 0 27px 10px;
    margin-bottom: 35px; }
    @media (max-width: 979px) {
      .tabbed-slider .block-wrap {
        padding: 26px 15px 17px 29px;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .tabbed-slider .block-wrap {
        padding: 0; } }
  .tabbed-slider .content {
    float: right;
    width: 100%;
    display: none;
    margin: 20px 2px 0 -100%; }
    @media (max-width: 767px) {
      .tabbed-slider .content {
        margin: 0;
        float: none; } }
    .tabbed-slider .content.active {
      display: block; }
  .tabbed-slider [type="radio"] {
    position: fixed;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0; }
    @media (max-width: 767px) {
      .tabbed-slider [type="radio"]:checked + .fake-input {
        background: #009eae;
        color: #fff;
        text-align: left;
        padding: 25px 38px 13px 21px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .tabbed-slider [type="radio"]:checked ~ .fake-icon {
        border-width: 2px;
        width: 16px;
        height: 16px;
        background: #fff;
        left: 11px;
        display: none; } }
  .tabbed-slider .radio-wrap .wrap {
    display: inline; }
    @media (max-width: 767px) {
      .tabbed-slider .radio-wrap .wrap {
        display: table;
        width: 100%;
        margin-bottom: 8px; } }
    .tabbed-slider .radio-wrap .wrap + .wrap > label .fake-input {
      color: #009eae; }
      @media (max-width: 767px) {
        .tabbed-slider .radio-wrap .wrap + .wrap > label .fake-input {
          color: #fff; } }
    @media (min-width: 980px) {
      .tabbed-slider .radio-wrap .wrap.active > [type="radio"] + .fake-input {
        background: #009eae !important; } }
    @media (max-width: 767px) {
      .tabbed-slider .radio-wrap .wrap.active > [type="radio"] + .fake-input {
        background: #e5f5f7; } }
    @media (max-width: 767px) {
      .tabbed-slider .radio-wrap .wrap.active > [type="radio"] ~ .fake-icon {
        border-width: 2px;
        width: 16px;
        height: 16px;
        background: #fff;
        left: 11px; } }
    .tabbed-slider .radio-wrap .wrap.active > label .fake-input {
      background: #009eae;
      color: #e5f5f7; }
      @media (max-width: 479px) {
        .tabbed-slider .radio-wrap .wrap.active > label .fake-input {
          background: #e5f5f7;
          color: #009eae; } }
    .tabbed-slider .radio-wrap .wrap > label {
      float: left;
      width: 33.33%;
      position: relative;
      cursor: pointer;
      display: table; }
      @media (max-width: 767px) {
        .tabbed-slider .radio-wrap .wrap > label {
          height: auto;
          width: 100%;
          float: none;
          display: block; } }
  @media (max-width: 767px) {
    .tabbed-slider .radio-wrap {
      display: block; } }
  .tabbed-slider .radio-wrap label {
    width: 33.33%;
    margin-right: -1px; }
    @media (max-width: 767px) {
      .tabbed-slider .radio-wrap label {
        position: relative;
        margin-right: 0;
        width: 100%; } }
  .tabbed-slider .radio-wrap .fake-input {
    transition: color 0.3s, background 0.3s;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding: 7px 10px 8px;
    text-align: center;
    min-width: 66px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    border-bottom: none; }
    @media (min-width: 768px) {
      .tabbed-slider .radio-wrap .fake-input {
        border-radius: 20px 20px 0 0;
        border-width: 2px 2px 0 2px;
        border-color: #009eae;
        border-style: solid;
        color: #009eae; } }
    @media (max-width: 767px) {
      .tabbed-slider .radio-wrap .fake-input {
        padding: 12px 38px 13px;
        font-size: 14px;
        line-height: 1.2;
        background: #009eae;
        display: block; } }
  .tabbed-slider .radio-wrap .fake-icon {
    display: none; }
    @media (max-width: 767px) {
      .tabbed-slider .radio-wrap .fake-icon {
        transition: border 0.3s, background 0.3s;
        top: 50%;
        left: 8px;
        content: '';
        width: 18px;
        height: 18px;
        border-radius: 50%;
        margin-top: 1px;
        position: absolute;
        transform: translatey(-50%);
        border: 1px solid #d3306d; } }
    @media (max-width: 767px) {
      .tabbed-slider .radio-wrap .fake-icon:before {
        transition: border 0.3s, background 0.3s;
        position: absolute;
        content: '';
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        border-radius: 50%;
        background: transparent; } }
  .tabbed-slider .radio-wrap .price-wrap {
    margin-bottom: 36px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding-right: 53px; }
    @media (max-width: 979px) {
      .tabbed-slider .radio-wrap .price-wrap {
        margin-bottom: 36px;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .tabbed-slider .radio-wrap .price-wrap {
        margin: 0 -16px 26px -20px; } }
    @media (max-width: 374px) {
      .tabbed-slider .radio-wrap .price-wrap {
        margin: 0 -10px 23px -15px; } }
    .tabbed-slider .radio-wrap .price-wrap [type="radio"]:checked + .fake-input {
      color: #b7306a;
      background: #f7d7e3; }
      @media (max-width: 979px) {
        .tabbed-slider .radio-wrap .price-wrap [type="radio"]:checked + .fake-input {
          background: #fff;
          color: #d52c6c; } }
      @media (max-width: 767px) {
        .tabbed-slider .radio-wrap .price-wrap [type="radio"]:checked + .fake-input {
          color: #db8fa4; } }
    .tabbed-slider .radio-wrap .price-wrap label {
      width: auto;
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 0 16px; }
      @media (max-width: 767px) {
        .tabbed-slider .radio-wrap .price-wrap label {
          margin: 0 6px 5px; } }
      @media (max-width: 374px) {
        .tabbed-slider .radio-wrap .price-wrap label {
          margin: 0 5px 5px; } }
    .tabbed-slider .radio-wrap .price-wrap .fake-input {
      transition: color 0.3s, background 0.3s;
      cursor: pointer;
      color: #fff;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.2;
      position: relative;
      padding: 7px 18px;
      border-radius: 20px;
      text-align: center;
      min-width: 66px;
      background: #d52c6c;
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase; }
      @media (max-width: 979px) {
        .tabbed-slider .radio-wrap .price-wrap .fake-input {
          border: 2px solid #d52c6c;
          color: #fff;
          padding: 5px 17px; } }
      @media (max-width: 374px) {
        .tabbed-slider .radio-wrap .price-wrap .fake-input {
          padding: 7px 10px;
          font-size: 16px;
          min-width: 55px; } }
  .tabbed-slider input[type='text'] {
    margin: 0;
    height: 37px;
    width: 187px;
    color: #242431;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px 4px;
    text-align: center;
    border-radius: 20px;
    vertical-align: top;
    display: inline-block;
    border: 2px solid #242431;
    background: transparent;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .tabbed-slider input[type='text'] {
        width: 170px; } }
  .tabbed-slider .input-wrp {
    font-size: 0;
    line-height: 0;
    margin-bottom: 14px;
    text-align: center; }
    @media (max-width: 979px) {
      .tabbed-slider .input-wrp {
        padding-bottom: 24px;
        background: #f7d7e3;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .tabbed-slider .input-wrp {
        padding: 0 17px 20px; } }
    .tabbed-slider .input-wrp li {
      display: inline-block;
      vertical-align: top;
      padding-left: 18px;
      width: 50%; }
      @media (max-width: 979px) {
        .tabbed-slider .input-wrp li {
          text-align: left;
          padding-left: 20px; } }
      @media (max-width: 767px) {
        .tabbed-slider .input-wrp li {
          padding-left: 0;
          display: block;
          width: 100%;
          margin-bottom: 21px; } }
      .tabbed-slider .input-wrp li + li {
        padding-left: 0; }
        @media (max-width: 979px) {
          .tabbed-slider .input-wrp li + li {
            padding-left: 44px; } }
        @media (max-width: 767px) {
          .tabbed-slider .input-wrp li + li {
            padding: 0;
            margin-bottom: 0; } }
    .tabbed-slider .input-wrp .btn {
      padding: 6px 10px;
      min-width: 168px; }
      @media (max-width: 767px) {
        .tabbed-slider .input-wrp .btn {
          padding: 7px 10px;
          min-width: 117px; } }
      .tabbed-slider .input-wrp .btn:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .tabbed-slider strong.txt {
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 979px) {
      .tabbed-slider strong.txt {
        margin-bottom: 22px; } }
    @media (max-width: 767px) {
      .tabbed-slider strong.txt {
        margin-bottom: 12px; } }
  .tabbed-slider p {
    margin-bottom: 19px; }

.heading-wrap {
  margin-bottom: 35px; }
  @media (max-width: 979px) {
    .heading-wrap {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .heading-wrap {
      margin-bottom: 49px; } }
  .heading-wrap .title-text {
    width: 65%;
    float: left;
    font-size: 16px;
    line-height: 1.2;
    display: block;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .heading-wrap .title-text {
        width: 100%;
        float: none; } }
  .heading-wrap .btn {
    float: right;
    max-width: 33%;
    font-size: 14px;
    line-height: 1.2;
    margin-top: -5px;
    padding: 4px 21px; }
    @media (max-width: 979px) {
      .heading-wrap .btn {
        padding: 0;
        min-width: 0;
        border: none;
        font-weight: 400;
        font-size: 12px;
        max-width: 24%;
        float: left;
        margin-top: 2px;
        text-decoration: underline;
        text-transform: capitalize; } }
    @media (max-width: 767px) {
      .heading-wrap .btn {
        width: auto;
        float: none;
        max-width: none;
        color: #c2487c;
        font-size: 14px;
        font-weight: 700;
        padding: 4px 15px;
        min-width: 180px;
        text-transform: uppercase;
        border: 2px solid #c2487c;
        text-decoration: none; }
        .heading-wrap .btn:before {
          background: #c2487c; } }
    @media (max-width: 979px) {
      .heading-wrap .btn:before {
        display: none; } }
    @media (max-width: 767px) {
      .heading-wrap .btn:before {
        display: block; } }
    @media (max-width: 979px) {
      .heading-wrap .btn:hover {
        text-decoration: none;
        color: #c2487c; } }
    @media (max-width: 767px) {
      .heading-wrap .btn:hover {
        color: #fff; } }

.step-donate-form {
  margin-bottom: 25px; }
  @media (max-width: 979px) {
    .step-donate-form {
      margin-bottom: 14px; } }
  @media (max-width: 767px) {
    .step-donate-form {
      margin-bottom: 41px; } }
  .step-donate-form .title {
    font-size: 14px;
    margin: 0 -10px 27px 2px;
    display: block; }
    @media (max-width: 979px) {
      .step-donate-form .title {
        font-size: 12px;
        margin: 0 0 21px; } }
    @media (max-width: 767px) {
      .step-donate-form .title {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 24px; } }
  .step-donate-form .js-btn-holder {
    text-align: center;
    padding-top: 10px;
    clear: both;
    padding-left: 34.4%;
    margin-bottom: 43px; }
    @media (max-width: 979px) {
      .step-donate-form .js-btn-holder {
        padding-left: 41.9%;
        margin-bottom: 23px; } }
    @media (max-width: 767px) {
      .step-donate-form .js-btn-holder {
        padding: 0; } }
    .step-donate-form .js-btn-holder .btn {
      padding: 5px 25px;
      font-size: 14px;
      float: left; }
      @media (max-width: 767px) {
        .step-donate-form .js-btn-holder .btn {
          float: none; } }
      .step-donate-form .js-btn-holder .btn:before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }

.social {
  float: left;
  width: 28.6%; }
  @media (max-width: 979px) {
    .social {
      padding-top: 2px;
      width: 35.3%; } }
  @media (max-width: 767px) {
    .social {
      float: none;
      width: 100%;
      margin-bottom: 42px; } }
  .social .social-links li {
    font-size: 12px;
    line-height: 1.417;
    position: relative;
    margin-bottom: 12px; }
    @media (max-width: 979px) {
      .social .social-links li {
        font-size: 10px;
        margin-bottom: 9px; } }
    @media (max-width: 767px) {
      .social .social-links li {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 14px; } }
  @media (max-width: 979px) {
    .social .social-links br {
      display: none; } }
  .social .social-links a {
    transition: background 0.3s;
    padding: 1px 30px 3px 61px;
    text-decoration: none;
    color: #fff;
    display: block; }
    @media (max-width: 979px) {
      .social .social-links a {
        padding: 9px 12px 9px 46px; } }
    @media (max-width: 767px) {
      .social .social-links a {
        border: none !important;
        padding: 9px 12px 11px 60px; } }
    .social .social-links a:before {
      position: absolute;
      content: '';
      width: 1px;
      top: 4px;
      bottom: 4px;
      left: 43px;
      background: #fff; }
      @media (max-width: 979px) {
        .social .social-links a:before {
          left: 33px; } }
      @media (max-width: 767px) {
        .social .social-links a:before {
          background: #fff !important;
          left: 43px; } }
  .social .social-links .icon {
    left: 4px;
    top: 50%;
    width: 35px;
    font-size: 29px;
    position: absolute;
    text-align: center;
    transform: translatey(-50%); }
    @media (max-width: 979px) {
      .social .social-links .icon {
        width: 27px;
        font-size: 18px;
        border-bottom: 2px solid transparent; } }
    @media (max-width: 767px) {
      .social .social-links .icon {
        font-size: 32px;
        width: 35px; } }
  .social .social-links .google {
    background: #ff5437; }
    @media (max-width: 979px) {
      .social .social-links .google {
        border-bottom: 2px solid #ef3d25; } }
    .social .social-links .google:hover {
      background: #ea2200; }
  .social .social-links .twitter {
    background: #00a9ff; }
    @media (max-width: 979px) {
      .social .social-links .twitter {
        border-bottom: 2px solid #008cdc; } }
    .social .social-links .twitter:hover {
      background: #0076b3; }
  .social .social-links .facebook {
    background: #23599b; }
    @media (max-width: 979px) {
      .social .social-links .facebook {
        border-bottom: 2px solid #1c5192; } }
    .social .social-links .facebook:hover {
      background: #15355d; }
  .social .social-links .linkedin {
    background: #0077B5; }
    @media (max-width: 979px) {
      .social .social-links .linkedin {
        border-bottom: 2px solid #1c5192; } }
    .social .social-links .linkedin:hover {
      background: #004569; }

.input-frame {
  float: right;
  width: 65.6%;
  padding-right: 3px; }
  @media (max-width: 979px) {
    .input-frame {
      margin: -1px -8px 0 0;
      width: 59.3%;
      padding: 0;
      position: relative; } }
  @media (max-width: 767px) {
    .input-frame {
      float: none;
      width: 100%;
      margin: 0; } }
  .input-frame.searchbox {
    padding-right: 0;
    margin: 0; }
    @media (max-width: 979px) {
      .input-frame.searchbox {
        width: auto;
        clear: both;
        margin-bottom: 10px; } }
    .input-frame.searchbox:before {
      display: none; }
  @media (max-width: 979px) {
    .input-frame:before {
      position: absolute;
      content: '';
      width: 2px;
      bottom: -3px;
      left: -18px;
      top: -4px; } }
  @media (max-width: 767px) {
    .input-frame:before {
      display: none; } }
  .input-frame input[type='text'],
  .input-frame input[type='email'] {
    border: 1px solid #9a9a9a;
    display: block;
    color: #000;
    width: 100%;
    padding: 3px 5px;
    margin: 0;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    height: 25px; }
    @media (max-width: 979px) {
      .input-frame input[type='text'],
      .input-frame input[type='email'],
      .input-frame input[type='text'] {
        padding: 3px; } }
    @media (max-width: 767px) {
      .input-frame input[type='text'],
      .input-frame input[type='email'],
      .input-frame input[type='text'] {
        width: 100%;
        height: 24px;
        padding: 3px 6px; } }
  .input-frame input[type='email'] {
    text-transform: none; }
  .input-frame input[type='text'] {
    /*@include media('<desktop') {
			width: 165px;
		}*/ }
    @media (max-width: 767px) {
      .input-frame input[type='text'] {
        width: 100%; } }
  @media (max-width: 979px) {
    .input-frame .title {
      display: none; } }
  @media (max-width: 767px) {
    .input-frame .title {
      display: block;
      margin-bottom: 26px; } }
  .input-frame .input {
    margin-bottom: 17px; }
    @media (max-width: 979px) {
      .input-frame .input {
        margin-bottom: 7px; } }
    @media (max-width: 767px) {
      .input-frame .input {
        margin-bottom: 18px; } }
  .input-frame .note {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    margin: 0px 8px 20px; }
    @media (max-width: 979px) {
      .input-frame .note {
        margin: -2px 0 10px;
        font-size: 10px; } }
    @media (max-width: 767px) {
      .input-frame .note {
        font-size: 12px;
        margin: -8px 6px 33px; } }
  .input-frame .jcf-select {
    height: 25px;
    width: 100%; }
    @media (max-width: 979px) {
      .input-frame .jcf-select {
        height: 24px;
        background: red;
        min-width: 165px;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .input-frame .jcf-select {
        width: 100%; } }
    .input-frame .jcf-select .jcf-select-text {
      border: 1px solid #9a9a9a;
      background: #fff;
      display: block;
      color: #000;
      width: 100%;
      padding: 5px;
      margin: 0;
      height: 100%;
      color: #000;
      font-size: 12px;
      font-weight: 700;
      text-transform: none; }

.jcf-select.jcf-select-donate-select {
  border: none;
  background: #fff;
  overflow: hidden; }
  .jcf-select.jcf-select-donate-select .jcf-select-text {
    padding: 5px 34px 5px 6px; }
    @media (max-width: 979px) {
      .jcf-select.jcf-select-donate-select .jcf-select-text {
        padding: 3px 27px 3px 3px; } }
    @media (max-width: 767px) {
      .jcf-select.jcf-select-donate-select .jcf-select-text {
        padding-left: 5px; } }
  .jcf-select.jcf-select-donate-select .jcf-list {
    font-size: 12px;
    font-weight: 700;
    background: #b4b4b4;
    border: 1px solid #9a9a9a; }
    .jcf-select.jcf-select-donate-select .jcf-list li + li {
      border-top: 1px solid #fff; }

.jcf-select.jcf-select-search-select {
  border: none;
  background: #fff;
  overflow: hidden; }
  .jcf-select.jcf-select-search-select .jcf-select-text {
    padding: 5px 34px 5px 6px; }
    @media (max-width: 979px) {
      .jcf-select.jcf-select-search-select .jcf-select-text {
        padding: 3px 27px 3px 3px; } }
    @media (max-width: 767px) {
      .jcf-select.jcf-select-search-select .jcf-select-text {
        padding-left: 5px; } }
  .jcf-select.jcf-select-search-select .jcf-list {
    font-size: 12px;
    font-weight: 700;
    background: #b4b4b4;
    border: 1px solid #9a9a9a; }
    .jcf-select.jcf-select-search-select .jcf-list li + li {
      border-top: 1px solid #fff; }

.jcf-select-drop.jcf-select-donate-select {
  border: none;
  background: #fff; }
  .jcf-select-drop.jcf-select-donate-select .jcf-list {
    font-size: 12px;
    font-weight: 700;
    background: #f2c0d3;
    border: 1px solid #9a9a9a;
    border-radius: 0; }
    .jcf-select-drop.jcf-select-donate-select .jcf-list li + li {
      border-top: 1px solid #fff; }
    @media (max-width: 979px) {
      .jcf-select-drop.jcf-select-donate-select .jcf-list .jcf-option {
        padding: 4px 3px; } }

.jcf-select-drop.jcf-select-search-select {
  border: none;
  background: #fff; }
  .jcf-select-drop.jcf-select-search-select .jcf-list {
    font-size: 12px;
    font-weight: 700;
    background: rgba(0, 158, 174, 0.4);
    border: 1px solid #9a9a9a;
    border-radius: 0; }
    .jcf-select-drop.jcf-select-search-select .jcf-list li + li {
      border-top: 1px solid #fff; }
    @media (max-width: 979px) {
      .jcf-select-drop.jcf-select-search-select .jcf-list .jcf-option {
        padding: 4px 3px; } }

.payment-detail-form {
  /*padding-top: 28px;*/
  margin-bottom: 32px; }
  @media (max-width: 979px) {
    .payment-detail-form {
      padding: 17px 15px 0; } }
  @media (max-width: 767px) {
    .payment-detail-form {
      padding: 29px 20px 15px;
      margin-bottom: 0; } }
  .payment-detail-form .header-wrap {
    margin-bottom: 25px; }
    @media (max-width: 979px) {
      .payment-detail-form .header-wrap {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .payment-detail-form .header-wrap {
        margin-bottom: 34px; } }
    .payment-detail-form .header-wrap .h2 {
      float: left;
      width: 270px;
      font-weight: 700;
      font-size: 14px; }
      @media (max-width: 979px) {
        .payment-detail-form .header-wrap .h2 {
          float: none;
          width: 100%;
          display: block; } }
      @media (max-width: 767px) {
        .payment-detail-form .header-wrap .h2 {
          margin-bottom: 22px;
          line-height: 1.4; } }
    .payment-detail-form .header-wrap .logo-wrap {
      overflow: hidden;
      text-align: right;
      padding-right: 47px; }
      @media (max-width: 979px) {
        .payment-detail-form .header-wrap .logo-wrap {
          display: none; } }
      @media (max-width: 767px) {
        .payment-detail-form .header-wrap .logo-wrap {
          display: block;
          padding: 0;
          text-align: left; } }
    .payment-detail-form .header-wrap img {
      max-width: 180px; }
  .payment-detail-form .note {
    display: block;
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 24px;
    padding: 0 10px; }
    @media (max-width: 979px) {
      .payment-detail-form .note {
        padding: 0 3px;
        line-height: 14px;
        margin-bottom: 22px; } }
    @media (max-width: 767px) {
      .payment-detail-form .note {
        padding: 0 0 0 10px;
        margin-bottom: 52px; } }
  .payment-detail-form .radio-wrap {
    padding-left: 34px;
    margin-bottom: 16px; }
    @media (max-width: 979px) {
      .payment-detail-form .radio-wrap {
        padding-left: 40px;
        margin-bottom: 28px; } }
    @media (max-width: 767px) {
      .payment-detail-form .radio-wrap {
        padding-left: 32px;
        margin-bottom: 35px; } }
    .payment-detail-form .radio-wrap .logo-wrap {
      display: none;
      float: right;
      width: 48.7%; }
      @media (max-width: 979px) {
        .payment-detail-form .radio-wrap .logo-wrap {
          display: block;
          padding-top: 3px; } }
      @media (max-width: 767px) {
        .payment-detail-form .radio-wrap .logo-wrap {
          display: none; } }
    .payment-detail-form .radio-wrap .rdo {
      float: left;
      width: 51.3%;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .payment-detail-form .radio-wrap .rdo {
          float: none;
          width: 100%; } }
    .payment-detail-form .radio-wrap label {
      font-size: 14px;
      line-height: 1.33; }
      @media (max-width: 979px) {
        .payment-detail-form .radio-wrap label {
          font-size: 12px; } }
    .payment-detail-form .radio-wrap .radio {
      margin-bottom: 19px; }
      @media (max-width: 979px) {
        .payment-detail-form .radio-wrap .radio {
          margin-bottom: 4px; } }
      @media (max-width: 767px) {
        .payment-detail-form .radio-wrap .radio {
          margin-bottom: 17px; } }
    .payment-detail-form .radio-wrap .fake-label {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .payment-detail-form .radio-wrap .fake-label {
          font-size: 14px; } }
    .payment-detail-form .radio-wrap .fake-input {
      width: 14px;
      height: 14px;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #d52c6c;
      vertical-align: middle;
      position: relative;
      margin: 0 7px 0 -32px; }
      @media (max-width: 979px) {
        .payment-detail-form .radio-wrap .fake-input {
          border-width: 2px;
          width: 15px;
          height: 15px;
          margin-top: -1px; } }
      @media (max-width: 767px) {
        .payment-detail-form .radio-wrap .fake-input {
          margin: 1px 4px 0 -32px;
          width: 18px;
          height: 18px; } }
    .payment-detail-form .radio-wrap [type="radio"] {
      position: fixed;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1; }
      .payment-detail-form .radio-wrap [type="radio"]:checked + .fake-input {
        width: 14px;
        height: 14px;
        color: #c14b7d;
        margin-right: 5px;
        background: #d3306d;
        border: #fff; }
        .payment-detail-form .radio-wrap [type="radio"]:checked + .fake-input + .fake-label {
          font-weight: 700; }
        @media (max-width: 979px) {
          .payment-detail-form .radio-wrap [type="radio"]:checked + .fake-input {
            width: 14px;
            height: 14px;
            margin-right: 7px; } }
        @media (max-width: 767px) {
          .payment-detail-form .radio-wrap [type="radio"]:checked + .fake-input {
            width: 15px;
            height: 15px;
            margin: 2px 6px 0 -31px;
            border-width: 2px; } }
        .payment-detail-form .radio-wrap [type="radio"]:checked + .fake-input:before {
          background: #fff; }
      .payment-detail-form .radio-wrap [type="radio"] + .fake-input {
        border-radius: 100%; }
        @media (max-width: 979px) {
          .payment-detail-form .radio-wrap [type="radio"] + .fake-input {
            border: 1px solid #d3306d; } }
        @media (max-width: 767px) {
          .payment-detail-form .radio-wrap [type="radio"] + .fake-input {
            border-width: 1px; } }
        .payment-detail-form .radio-wrap [type="radio"] + .fake-input:before {
          transition: background 0.3s;
          top: 4px;
          left: 4px;
          right: 4px;
          bottom: 4px;
          content: '';
          display: block;
          position: absolute;
          border-radius: 50%; }
          @media (max-width: 979px) {
            .payment-detail-form .radio-wrap [type="radio"] + .fake-input:before {
              top: 2px;
              left: 2px;
              right: 2px;
              bottom: 2px;
              background: #fff; } }
  .payment-detail-form .payment-optn {
    background: #f0b6cb; }
    @media (max-width: 979px) {
      .payment-detail-form .payment-optn {
        margin: 0 -15px; } }
    @media (max-width: 767px) {
      .payment-detail-form .payment-optn {
        margin: 0 -1px 0 0; } }
    .payment-detail-form .payment-optn .wrap {
      display: inline; }
    .payment-detail-form .payment-optn [type="radio"] {
      position: fixed;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1; }
      .payment-detail-form .payment-optn [type="radio"]:checked + .fake-input {
        background: transparent; }
      @media (max-width: 767px) {
        .payment-detail-form .payment-optn [type="radio"]:checked ~ .fake-icon {
          border-width: 2px;
          width: 16px;
          height: 16px;
          background: #fff;
          left: 11px; } }
      @media (max-width: 767px) {
        .payment-detail-form .payment-optn [type="radio"]:checked ~ .fake-icon:before {
          background: #d3306d; } }
    .payment-detail-form .payment-optn label {
      width: 33.33%;
      float: left;
      height: 41px; }
      @media (max-width: 767px) {
        .payment-detail-form .payment-optn label {
          width: 100%;
          float: none;
          height: auto;
          display: block;
          position: relative; } }
    .payment-detail-form .payment-optn label.half-width {
      width: 50%; }
      @media (max-width: 767px) {
        .payment-detail-form .payment-optn label.half-width {
          width: 100%; } }
    .payment-detail-form .payment-optn .fake-input {
      transition: background 0.3s, color 0.3s;
      cursor: pointer;
      color: #000;
      width: 100%;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.2;
      position: relative;
      padding: 12px;
      text-align: center;
      background: #f3c5d6;
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      @media (max-width: 979px) {
        .payment-detail-form .payment-optn .fake-input {
          font-size: 12px;
          padding: 21px 12px; } }
      @media (max-width: 767px) {
        .payment-detail-form .payment-optn .fake-input {
          font-size: 14px;
          text-align: left;
          padding: 13px 37px; } }
    .payment-detail-form .payment-optn .fake-icon {
      display: none; }
      @media (max-width: 767px) {
        .payment-detail-form .payment-optn .fake-icon {
          transition: background 0.3s, border 0.3s;
          top: 50%;
          left: 8px;
          content: '';
          width: 18px;
          height: 18px;
          display: block;
          border-radius: 50%;
          position: absolute;
          transform: translatey(-50%);
          border: 1px solid #d3306d; } }
      @media (max-width: 767px) {
        .payment-detail-form .payment-optn .fake-icon:before {
          transition: background 0.3s, border 0.3s;
          position: absolute;
          content: '';
          top: 2px;
          left: 2px;
          right: 2px;
          bottom: 2px;
          border-radius: 50%;
          background: transparent; } }
  .payment-detail-form .block-wrap {
    margin-bottom: 42px;
    padding: 26px 9px 0; }
    @media (max-width: 979px) {
      .payment-detail-form .block-wrap {
        display: none;
        padding: 1px 3px 0 23px; } }
    @media (max-width: 767px) {
      .payment-detail-form .block-wrap {
        display: block;
        margin-bottom: 52px;
        padding: 16px 0 0 3px; } }
    .payment-detail-form .block-wrap .logo-wrap {
      float: left;
      padding-top: 7px;
      margin-right: 17px; }
  .payment-detail-form .pmt {
    float: right;
    width: 100%;
    display: none;
    margin: 45px 0 0 -100%;
    padding: 33px 24px 48px; }
    @media (max-width: 979px) {
      .payment-detail-form .pmt {
        padding: 30px 10px 27px; } }
    @media (max-width: 767px) {
      .payment-detail-form .pmt {
        float: none;
        margin: 0;
        padding: 30px 10px 20px;
        border-bottom: 9px solid #fbeaf0; } }
    @media (max-width: 479px) {
      .payment-detail-form .pmt {
        padding: 15px 10px 20px; } }
    .payment-detail-form .pmt.active {
      display: block; }
  .payment-detail-form .info {
    font-size: 10px;
    line-height: 1.2;
    overflow: hidden; }
    .payment-detail-form .info li {
      margin-bottom: 2px; }
  .payment-detail-form .btn {
    font-size: 19px;
    padding: 4px 10px;
    margin-left: 6px; }
    @media (max-width: 979px) {
      .payment-detail-form .btn {
        min-width: 0;
        background: #d3306d;
        border-color: #d3306d;
        color: #fff;
        margin: 5px 3px;
        border-width: 3px;
        padding: 4px 20px 5px; } }
    @media (max-width: 767px) {
      .payment-detail-form .btn {
        color: #fff;
        background: #d3306d;
        min-width: 162px;
        padding: 3px 20px;
        margin: 0; } }
    @media (max-width: 979px) {
      .payment-detail-form .btn:hover {
        color: #fff; } }
    @media (max-width: 767px) {
      .payment-detail-form .btn:hover {
        color: #d3306d; } }
    .payment-detail-form .btn:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media (max-width: 979px) {
        .payment-detail-form .btn:before {
          background: #d3306d; } }
      @media (max-width: 767px) {
        .payment-detail-form .btn:before {
          background: #fff; } }

.row input[type='text'],
.row input[type='email'],
.row input[type='text'] {
  border: 1px solid #9a9a9a;
  background: #fff;
  padding: 3px 5px;
  font-weight: 200;
  font-size: 12px;
  color: #000;
  width: 46.5%;
  float: left;
  height: 24px;
  margin: 0; }
  @media (max-width: 979px) {
    .row input[type='text'],
    .row input[type='email'],
    .row input[type='text'] {
      padding: 3px; } }
  @media (max-width: 767px) {
    .row input[type='text'],
    .row input[type='email'],
    .row input[type='text'] {
      width: 100%;
      float: none; } }

.row .input-sect {
  /*.scode {
			@include media('<desktop') {
				display: none;
			}
		}*/ }
  .row .input-sect .block-wrap {
    display: none; }
    @media (max-width: 979px) {
      .row .input-sect .block-wrap {
        display: block;
        overflow: hidden; } }
    @media (max-width: 767px) {
      .row .input-sect .block-wrap {
        display: none; } }
  .row .input-sect .leftcol {
    float: left;
    width: 50%;
    padding-right: 8px; }
    @media (max-width: 479px) {
      .row .input-sect .leftcol {
        width: 100%;
        padding-right: 0; } }
  .row .input-sect .rightcol {
    float: left;
    width: 50%;
    padding-left: 8px; }
    @media (max-width: 479px) {
      .row .input-sect .rightcol {
        width: 100%;
        padding-left: 0; } }
  .row .input-sect .fullcol {
    clear: both;
    width: 100%; }
  .row .input-sect .input {
    float: left;
    width: 46.5%; }
    @media (max-width: 767px) {
      .row .input-sect .input {
        width: 100%; } }
  .row .input-sect .acceptedcards label {
    width: auto; }
    @media (max-width: 479px) {
      .row .input-sect .acceptedcards label {
        float: left;
        margin-bottom: 10px; } }
  .row .input-sect .acceptedcards .radio:last-of-type .fake-label {
    padding-right: 0; }
  .row .input-sect .sec-code input {
    margin-top: 2px;
    width: 115px; }
  .row .input-sect .expire-holder {
    line-height: 24px;
    font-weight: 700; }
    .row .input-sect .expire-holder input {
      width: 50px;
      text-align: center;
      float: none; }
    .row .input-sect .expire-holder .expiresep {
      font-weight: 700;
      font-size: 16px; }
    .row .input-sect .expire-holder label {
      width: auto;
      margin-right: 5px; }
      @media (max-width: 479px) {
        .row .input-sect .expire-holder label {
          display: inline-block; } }
  .row .input-sect p {
    clear: both; }
  .row .input-sect .fake-label {
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px; }
    @media (max-width: 767px) {
      .row .input-sect .fake-label {
        font-size: 14px; } }
  .row .input-sect .fake-input {
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d52c6c;
    vertical-align: middle;
    position: relative;
    margin: 2px 7px 0 0; }
    @media (max-width: 979px) {
      .row .input-sect .fake-input {
        border-width: 2px;
        width: 15px;
        height: 15px;
        margin-top: -1px;
        padding: 0; } }
    @media (max-width: 767px) {
      .row .input-sect .fake-input {
        margin: 1px 4px 0 0px;
        width: 18px;
        height: 18px; } }
  .row .input-sect [type="radio"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .row .input-sect [type="radio"]:checked + .fake-input {
      width: 13px;
      height: 13px;
      color: #c14b7d;
      margin-right: 5px;
      background: #d3306d; }
      @media (max-width: 979px) {
        .row .input-sect [type="radio"]:checked + .fake-input {
          width: 14px;
          height: 14px;
          margin-right: 7px;
          background: transparent; } }
      @media (max-width: 767px) {
        .row .input-sect [type="radio"]:checked + .fake-input {
          width: 15px;
          height: 15px;
          margin: 2px 6px 0 0px;
          border-width: 2px; } }
      .row .input-sect [type="radio"]:checked + .fake-input:before {
        background: #fff; }
        @media (max-width: 979px) {
          .row .input-sect [type="radio"]:checked + .fake-input:before {
            background: #d3306d; } }
      .row .input-sect [type="radio"]:checked + .fake-input + .fake-label {
        font-weight: 700; }
    .row .input-sect [type="radio"] + .fake-input {
      border-radius: 100%; }
      @media (max-width: 979px) {
        .row .input-sect [type="radio"] + .fake-input {
          border: 1px solid #d3306d; } }
      @media (max-width: 767px) {
        .row .input-sect [type="radio"] + .fake-input {
          border-width: 1px; } }
      .row .input-sect [type="radio"] + .fake-input:before {
        transition: background 0.3s;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        content: '';
        display: block;
        position: absolute;
        border-radius: 50%; }
        @media (max-width: 979px) {
          .row .input-sect [type="radio"] + .fake-input:before {
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            background: #fff; } }
  .row .input-sect input {
    width: 100%; }
  .row .input-sect .s-code {
    font-size: 0;
    line-height: 0;
    display: none;
    margin-right: -3px; }
    @media (max-width: 979px) {
      .row .input-sect .s-code {
        display: block; } }
    .row .input-sect .s-code input {
      width: 42px; }
    .row .input-sect .s-code strong {
      display: block;
      width: 60px;
      padding: 0 0 0 2px; }
    .row .input-sect .s-code li {
      font-size: 12px;
      line-height: 1.2;
      display: inline-block;
      vertical-align: middle; }
      .row .input-sect .s-code li + li {
        padding-left: 10px; }
        @media (max-width: 767px) {
          .row .input-sect .s-code li + li {
            padding-left: 13px; } }
        .row .input-sect .s-code li + li + li {
          position: relative; }
          .row .input-sect .s-code li + li + li:before {
            position: absolute;
            content: '';
            width: 4px;
            height: 2px;
            top: 50%;
            left: 3px;
            margin-top: -1px;
            background: #000; }
            @media (max-width: 767px) {
              .row .input-sect .s-code li + li + li:before {
                left: 5px; } }

.row .input-wrp {
  margin-bottom: 17px; }
  @media (max-width: 767px) {
    .row .input-wrp {
      margin-bottom: 14px; } }
  .row .input-wrp.error input {
    color: #f00;
    border-color: #f00; }
    .row .input-wrp.error input::-webkit-input-placeholder {
      color: #f00; }
    .row .input-wrp.error input::-moz-placeholder {
      opacity: 1;
      color: #f00; }
    .row .input-wrp.error input:-moz-placeholder {
      color: #f00; }
    .row .input-wrp.error input:-ms-input-placeholder {
      color: #f00; }
    .row .input-wrp.error input.placeholder {
      color: #f00; }

.row .text {
  overflow: hidden;
  display: block;
  font-size: 10px;
  line-height: 1.24;
  padding: 10px 0 5px 19px; }
  @media (max-width: 767px) {
    .row .text {
      padding: 15px 55px 0 2px;
      line-height: 1.35;
      overflow: visible; } }

#sidebar {
  float: right;
  width: 35%;
  margin-bottom: 10px;
  padding-left: 20px; }
  @media (max-width: 979px) {
    #sidebar {
      width: 33.333333%;
      padding-left: 0; } }
  @media (max-width: 767px) {
    #sidebar {
      width: 100%;
      float: none;
      margin-bottom: 36px;
      padding-left: 0; } }
  #sidebar section {
    margin-bottom: 18px; }

.progress-block {
  border-top: 16px solid #009eae;
  padding: 19px 20px 34px;
  background: #e5f5f7;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 42px; }
  @media (max-width: 979px) {
    .progress-block {
      padding: 18px 9px 23px 27px;
      margin-bottom: 19px; } }
  @media (max-width: 767px) {
    .progress-block {
      padding: 20px 20px 27px;
      margin-bottom: 29px; } }
  .progress-block .h2 {
    color: #252431;
    display: block;
    margin-bottom: 21px;
    line-height: 1.2; }
    @media (max-width: 979px) {
      .progress-block .h2 {
        font-size: 20px;
        margin: 0 -4px 29px; } }
    @media (max-width: 767px) {
      .progress-block .h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 19px; } }
  .progress-block .progress {
    text-align: center;
    display: table;
    margin: 0 auto 21px;
    position: relative; }
    .progress-block .progress .progress-text {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: 104px;
      color: #252431;
      padding: 10px;
      font-size: 26px;
      line-height: 1.2;
      transform: translatey(-50%); }
  .progress-block p {
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .progress-block p {
        margin-bottom: 16px; } }
  .progress-block .btn {
    margin-right: 10px;
    padding: 7px 15px; }
    @media (max-width: 767px) {
      .progress-block .btn {
        display: table;
        margin: 0 auto;
        min-width: 220px; } }

/* CHORUS CUSTOM */
.faq-block {
  border-top: 16px solid #009eae;
  padding: 19px 20px 34px;
  background: #e5f5f7;
  font-size: 14px;
  line-height: 19px; }
  @media (max-width: 979px) {
    .faq-block {
      margin-bottom: 19px; } }
  @media (max-width: 767px) {
    .faq-block {
      padding: 20px 20px 27px;
      margin-bottom: 29px;
      margin: 0 -11px 0; } }
  .faq-block .h2 {
    color: #252431;
    display: block;
    margin-bottom: 21px;
    line-height: 1.2; }
    @media (max-width: 979px) {
      .faq-block .h2 {
        font-size: 20px;
        margin: 0 -4px 29px; } }
    @media (max-width: 767px) {
      .faq-block .h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 19px; } }
  .faq-block .faq {
    display: table;
    margin: 0 auto 21px;
    position: relative; }
    .faq-block .faq .faq-text {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: 104px;
      color: #252431;
      padding: 10px;
      font-size: 26px;
      line-height: 1.2;
      transform: translatey(-50%); }
  .faq-block p {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .faq-block p {
        margin-bottom: 16px; } }
  .faq-block .btn {
    margin-right: 10px;
    padding: 7px 15px; }
    @media (max-width: 767px) {
      .faq-block .btn {
        display: table;
        margin: 0 auto;
        min-width: 220px; } }

.side-block {
  border-top: 16px solid #009eae;
  padding: 19px 20px 34px;
  background: #e5f5f7;
  position: relative;
  overflow: hidden; }
  .side-block.grey {
    border-top: 16px solid #c0c5ce;
    background: #747d99;
    color: #fff; }
  .side-block.grey-lt {
    border-top: 16px solid #747d99;
    background: rgba(192, 197, 206, 0.4);
    color: #000; }
    .side-block.grey-lt [type="email"] {
      border-radius: 20px;
      width: 100%;
      margin: 20px 0;
      border: 2px solid #fff;
      padding: 5px 15px 5px 18px;
      font-size: 16px;
      line-height: 1.2;
      display: block;
      color: #343441;
      height: 37px; }
  .side-block.orange {
    border-top: 16px solid #faaa7e;
    background: #f3590b;
    color: #fff; }
    .side-block.orange h2 {
      font-weight: 600; }
    .side-block.orange .underline {
      border-bottom: #faaa7e solid 1px; }
  .side-block.orange-lt {
    border-top: 16px solid #f3590b;
    background: rgba(250, 170, 126, 0.4);
    color: #000; }
    .side-block.orange-lt h2 {
      font-weight: 600; }
    .side-block.orange-lt .helpnum {
      font-size: 26px;
      font-weight: 800; }
    .side-block.orange-lt .underline {
      border-bottom: #f3590b solid 1px; }
  .side-block.green {
    border-top: solid 18px #94b13e;
    background: #b6ce7a;
    padding: 15px;
    color: #343441; }
    .side-block.green:before {
      transition: background 0.3s;
      background: #c9da95;
      position: absolute;
      content: '';
      right: 100%;
      border-radius: 50%;
      bottom: 100%;
      height: 1800px;
      width: 2180px;
      margin: 0 -752px -267px 0; }
      @media (max-width: 767px) {
        .side-block.green:before {
          height: 1800px;
          margin: 0 -992px -274px 0;
          width: 2770px; } }
  .side-block.green-lt {
    border-top: solid 18px #c9da95;
    background: rgba(233, 244, 200, 0.3);
    padding: 15px; }
  .side-block.resources {
    border-color: #c9da95;
    background: rgba(233, 244, 200, 0.3); }
  .side-block.clear-left {
    border-top: none;
    background: none;
    color: #000;
    border-left: solid 1px #009eae; }
  .side-block .section-head {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    display: block;
    padding-bottom: 5px;
    margin: 10px 0 0;
    text-align: left; }
  .side-block .sectionimg-name {
    display: block;
    background-color: #009eae;
    padding: 3px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center; }
  .side-block blockquote {
    font-size: 18px;
    margin: 10px 0 0;
    width: 100%;
    padding: 0 20px; }
    @media (max-width: 979px) {
      .side-block blockquote {
        font-size: 14px; } }
    .side-block blockquote:before {
      left: 0; }
  @media (max-width: 979px) {
    .side-block {
      margin-bottom: 19px; } }
  @media (max-width: 767px) {
    .side-block {
      padding: 20px 20px 27px;
      margin-bottom: 29px;
      margin: 0 -11px 0; } }
  .side-block h2 {
    display: block;
    margin-bottom: 21px;
    line-height: 1.2; }
    @media (max-width: 979px) {
      .side-block h2 {
        font-size: 20px;
        /*margin: 0 -4px 29px;*/ } }
    @media (max-width: 767px) {
      .side-block h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 19px; } }
  .side-block p {
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .side-block p {
        margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .side-block .btn {
      display: table;
      margin: 0 auto;
      min-width: 220px; } }

.help {
  max-width: 190px;
  margin-bottom: 20px; }
  @media (max-width: 979px) {
    .help {
      padding-left: 13px;
      max-width: 198px;
      margin-right: 10px;
      margin-bottom: 13px; } }
  @media (max-width: 767px) {
    .help {
      padding-left: 20px;
      max-width: 215px;
      margin-bottom: 20px; } }
  .help h2 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    display: block;
    margin-bottom: 7px; }

.call {
  font-size: 14px;
  display: block; }
  .call span {
    font-weight: 300; }
  .call a {
    color: #000;
    text-decoration: none; }
    .call a:hover {
      color: #687285; }

.ssl {
  position: relative;
  padding-left: 34px;
  max-width: 220px;
  color: #000;
  max-width: 210px; }
  @media (max-width: 979px) {
    .ssl {
      margin: 0 11px;
      max-width: none; } }
  @media (max-width: 767px) {
    .ssl {
      max-width: 252px;
      margin-left: 20px; } }
  .ssl strong {
    display: block;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.19; }
    @media (max-width: 979px) {
      .ssl strong {
        font-size: 14px;
        line-height: 1.29; } }
    @media (max-width: 767px) {
      .ssl strong {
        font-size: 17px;
        line-height: 1.2; } }
  .ssl .icon {
    transition: color 0.3s;
    position: absolute;
    font-size: 29px;
    line-height: 1;
    color: #818b9e;
    margin-top: -2px;
    transform: translatey(-50%);
    left: -3px;
    top: 50%; }

.in-this .section-head p {
  margin-bottom: 0.5em; }

@media (min-width: 768px) {
  .form-frame {
    padding: 25px 92px 38px;
    text-align: center; } }

.form-frame .social {
  margin: 0;
  padding: 0;
  float: none; }
  .form-frame .social .social-links-wrap {
    display: none;
    display: block;
    position: relative;
    width: 325px; }
    .form-frame .social .social-links-wrap a {
      position: relative;
      float: left;
      padding: 3px 0 3px 60px;
      width: 150px;
      margin: 0 10px 10px 0;
      font-size: 10px;
      text-align: left;
      display: none; }

.js-login-openclose.js-login-active:before {
  opacity: 1;
  visibility: visible; }

.js-login-openclose:before {
  transition: opacity 0.4s, visibility 0.4s;
  visibility: hidden;
  position: absolute;
  content: '';
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.7); }
  @media (max-width: 767px) {
    .js-login-openclose:before {
      display: none; } }

@media (min-width: 768px) {
  .form-wrap {
    transition: transform 0.3s linear, opacity 0.3s linear;
    opacity: 0;
    position: fixed !important;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
    width: 496px;
    left: 0;
    right: 0;
    top: 40%;
    margin: 0 auto;
    z-index: 9999;
    color: #fff;
    background: #262b81;
    transform: translatey(-50%) translatey(-50px);
    height: auto !important; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .js-login-active .form-wrap {
      transform: translatey(-50%) translatey(0);
      opacity: 1;
      top: 50%; } }

.form-wrap .already-member-label {
  margin: 10px 0; }

.form-wrap .register-form, .form-wrap .password-form,
.form-wrap .login-form {
  transition: height, 0.3s, ease-in-out, opacity, 0.3s, ease-in-out, visibility, 0.3s, ease-in-out;
  padding: 0;
  margin-bottom: 1px; }
  @media (min-width: 768px) {
    .form-wrap .register-form, .form-wrap .password-form,
    .form-wrap .login-form {
      margin-bottom: 2px; } }
  .form-wrap .register-form .input-wrap, .form-wrap .password-form .input-wrap,
  .form-wrap .login-form .input-wrap {
    margin-bottom: 1px; }
    @media (min-width: 768px) {
      .form-wrap .register-form .input-wrap, .form-wrap .password-form .input-wrap,
      .form-wrap .login-form .input-wrap {
        margin-bottom: 15px; } }
  .form-wrap .register-form input, .form-wrap .password-form input,
  .form-wrap .login-form input {
    color: #fff;
    border-radius: 0;
    background: #828c9d;
    font-size: 14px;
    height: 43px;
    padding: 10px 21px;
    display: block;
    border: none;
    width: 100%;
    margin: 0; }
    @media (min-width: 768px) {
      .form-wrap .register-form input, .form-wrap .password-form input,
      .form-wrap .login-form input {
        font-size: 16px;
        background: #fff;
        border-radius: 20px;
        color: #969cac;
        height: 35px;
        padding: 6px 22px; } }
    .form-wrap .register-form input::-webkit-input-placeholder, .form-wrap .password-form input::-webkit-input-placeholder,
    .form-wrap .login-form input::-webkit-input-placeholder {
      color: #fff; }
      @media (min-width: 768px) {
        .form-wrap .register-form input::-webkit-input-placeholder, .form-wrap .password-form input::-webkit-input-placeholder,
        .form-wrap .login-form input::-webkit-input-placeholder {
          color: #969cac; } }
    .form-wrap .register-form input::-moz-placeholder, .form-wrap .password-form input::-moz-placeholder,
    .form-wrap .login-form input::-moz-placeholder {
      opacity: 1;
      color: #fff; }
      @media (min-width: 768px) {
        .form-wrap .register-form input::-moz-placeholder, .form-wrap .password-form input::-moz-placeholder,
        .form-wrap .login-form input::-moz-placeholder {
          color: #969cac; } }
    .form-wrap .register-form input:-moz-placeholder, .form-wrap .password-form input:-moz-placeholder,
    .form-wrap .login-form input:-moz-placeholder {
      color: #fff; }
      @media (min-width: 768px) {
        .form-wrap .register-form input:-moz-placeholder, .form-wrap .password-form input:-moz-placeholder,
        .form-wrap .login-form input:-moz-placeholder {
          color: #969cac; } }
    .form-wrap .register-form input:-ms-input-placeholder, .form-wrap .password-form input:-ms-input-placeholder,
    .form-wrap .login-form input:-ms-input-placeholder {
      color: #fff; }
      @media (min-width: 768px) {
        .form-wrap .register-form input:-ms-input-placeholder, .form-wrap .password-form input:-ms-input-placeholder,
        .form-wrap .login-form input:-ms-input-placeholder {
          color: #969cac; } }
    .form-wrap .register-form input.placeholder, .form-wrap .password-form input.placeholder,
    .form-wrap .login-form input.placeholder {
      color: #fff; }
      @media (min-width: 768px) {
        .form-wrap .register-form input.placeholder, .form-wrap .password-form input.placeholder,
        .form-wrap .login-form input.placeholder {
          color: #969cac; } }
  .form-wrap .register-form .btn-wrap, .form-wrap .password-form .btn-wrap,
  .form-wrap .login-form .btn-wrap {
    display: block;
    background: #009eae;
    padding: 5px 10px 6px; }
    @media (min-width: 375px) {
      .form-wrap .register-form .btn-wrap, .form-wrap .password-form .btn-wrap,
      .form-wrap .login-form .btn-wrap {
        padding: 5px 19px 6px; } }
    @media (min-width: 768px) {
      .form-wrap .register-form .btn-wrap.btn-wrap-02, .form-wrap .password-form .btn-wrap.btn-wrap-02,
      .form-wrap .login-form .btn-wrap.btn-wrap-02 {
        margin-top: 0; } }
    .form-wrap .register-form .btn-wrap.btn-wrap-02 .btn, .form-wrap .password-form .btn-wrap.btn-wrap-02 .btn,
    .form-wrap .login-form .btn-wrap.btn-wrap-02 .btn {
      display: block; }
      @media (min-width: 768px) {
        .form-wrap .register-form .btn-wrap.btn-wrap-02 .btn, .form-wrap .password-form .btn-wrap.btn-wrap-02 .btn,
        .form-wrap .login-form .btn-wrap.btn-wrap-02 .btn {
          padding: 7px 8px;
          width: 100%; } }
    @media (min-width: 768px) {
      .form-wrap .register-form .btn-wrap, .form-wrap .password-form .btn-wrap,
      .form-wrap .login-form .btn-wrap {
        position: relative;
        overflow: hidden;
        background: none;
        margin: 26px 0 0;
        padding: 0; } }
    @media (min-width: 768px) {
      .form-wrap .register-form .btn-wrap .txt-login, .form-wrap .password-form .btn-wrap .txt-login,
      .form-wrap .login-form .btn-wrap .txt-login {
        display: none; } }
    @media (max-width: 767px) {
      .form-wrap .register-form .btn-wrap .txt-signin, .form-wrap .password-form .btn-wrap .txt-signin,
      .form-wrap .login-form .btn-wrap .txt-signin {
        display: none; } }
    .form-wrap .register-form .btn-wrap .btn, .form-wrap .password-form .btn-wrap .btn,
    .form-wrap .login-form .btn-wrap .btn {
      color: #fff; }
      @media (min-width: 768px) {
        .form-wrap .register-form .btn-wrap .btn, .form-wrap .password-form .btn-wrap .btn,
        .form-wrap .login-form .btn-wrap .btn {
          width: 50%;
          width: 50%;
          float: left;
          height: 36px;
          color: #fff;
          min-width: 50px;
          font-size: 16px;
          max-width: none;
          overflow: hidden;
          line-height: 1.2;
          position: relative;
          background: #009eae;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding: 6px 26px 4px 8px;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
          border-color: #009eae; } }
      .form-wrap .register-form .btn-wrap .btn:hover, .form-wrap .password-form .btn-wrap .btn:hover,
      .form-wrap .login-form .btn-wrap .btn:hover {
        color: #969cac; }
      .form-wrap .register-form .btn-wrap .btn:before, .form-wrap .password-form .btn-wrap .btn:before,
      .form-wrap .login-form .btn-wrap .btn:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff; }
    .form-wrap .register-form .btn-wrap .btn-register, .form-wrap .password-form .btn-wrap .btn-register,
    .form-wrap .login-form .btn-wrap .btn-register {
      border: none;
      padding: 0;
      margin: 8px 0 4px;
      float: left;
      max-width: 46%; }
      @media (min-width: 768px) {
        .form-wrap .register-form .btn-wrap .btn-register, .form-wrap .password-form .btn-wrap .btn-register,
        .form-wrap .login-form .btn-wrap .btn-register {
          margin: 0;
          color: #fff;
          float: right;
          max-width: none;
          background: #009eae;
          padding: 8px 15px 6px 29px;
          border-color: #4cbbc6;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); } }
      .form-wrap .register-form .btn-wrap .btn-register:before, .form-wrap .password-form .btn-wrap .btn-register:before,
      .form-wrap .login-form .btn-wrap .btn-register:before {
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px; }
        @media (max-width: 767px) {
          .form-wrap .register-form .btn-wrap .btn-register:before, .form-wrap .password-form .btn-wrap .btn-register:before,
          .form-wrap .login-form .btn-wrap .btn-register:before {
            display: none; } }
      @media (min-width: 480px) {
        .form-wrap .register-form .btn-wrap .btn-register.mobpassword, .form-wrap .password-form .btn-wrap .btn-register.mobpassword,
        .form-wrap .login-form .btn-wrap .btn-register.mobpassword {
          display: none; } }
  .form-wrap .register-form .back, .form-wrap .password-form .back,
  .form-wrap .login-form .back {
    border: none;
    padding: 0;
    float: left;
    color: #fff;
    margin: 5px 0;
    max-width: 45%;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase; }
    @media (min-width: 375px) {
      .form-wrap .register-form .back, .form-wrap .password-form .back,
      .form-wrap .login-form .back {
        margin: 5px 4px; } }
    @media (min-width: 768px) {
      .form-wrap .register-form .back, .form-wrap .password-form .back,
      .form-wrap .login-form .back {
        font-size: 14px;
        font-weight: 400;
        padding-top: 19px;
        color: #fff;
        max-width: none;
        margin: 0;
        float: none;
        display: inline-block;
        vertical-align: top;
        text-transform: none; } }
    @media (min-width: 768px) {
      .form-wrap .register-form .back:hover, .form-wrap .password-form .back:hover,
      .form-wrap .login-form .back:hover {
        color: #969cac; } }
    .form-wrap .register-form .back:before, .form-wrap .password-form .back:before,
    .form-wrap .login-form .back:before {
      display: none; }
  .form-wrap .register-form .btn, .form-wrap .password-form .btn,
  .form-wrap .login-form .btn {
    background: transparent;
    text-shadow: none;
    border-color: #fff;
    min-width: 0;
    width: auto; }
  .form-wrap .register-form button.btn, .form-wrap .password-form button.btn,
  .form-wrap .login-form button.btn {
    font-size: 14px;
    line-height: 1.2;
    float: right;
    max-width: 54%;
    min-width: 87px;
    padding: 6px 14px; }
    @media (max-width: 374px) {
      .form-wrap .register-form button.btn, .form-wrap .password-form button.btn,
      .form-wrap .login-form button.btn {
        padding: 6px 8px 5px; } }

.form-wrap .or {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  top: 50%;
  bottom: 0;
  z-index: 1;
  display: table;
  border-radius: 50%;
  text-align: center;
  background: #262b81;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .form-wrap .or {
      display: none; } }
  .form-wrap .or em {
    display: table-cell;
    vertical-align: middle;
    font-style: normal; }

.form-wrap > .btn {
  padding: 6px 10px 7px;
  display: block;
  width: 100%; }

.form-wrap .link-wrap {
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding-top: 19px; }
  @media (max-width: 767px) {
    .form-wrap .link-wrap {
      display: none; } }
  .form-wrap .link-wrap a {
    color: #fff;
    text-decoration: underline; }
    .form-wrap .link-wrap a:hover {
      color: #969cac; }

.js-login-opener.close {
  position: absolute;
  display: none;
  right: 13px;
  z-index: 9;
  top: 14px; }
  @media (min-width: 768px) {
    .js-login-opener.close {
      display: block;
      width: 23px;
      height: 23px; } }
  .js-login-opener.close:before, .js-login-opener.close:after {
    left: -5px;
    top: 11px;
    content: '';
    width: 32px;
    height: 1px;
    position: absolute;
    background: #fff;
    transition: transform .5s ease;
    transform: rotate(135deg); }
  .js-login-opener.close:after {
    transform-origin: center;
    transform: rotate(225deg); }
  .js-login-opener.close:hover {
    background: transparent; }
    .js-login-opener.close:hover:after {
      transform: rotate(0); }
    .js-login-opener.close:hover:before {
      transform: rotate(0); }

/* progress circle styles */
.progressbar {
  max-width: 104px;
  margin: 0 auto; }
  .progressbar svg {
    overflow: visible !important;
    display: block;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    transform: rotate(-20deg); }
  .progressbar .progressbar-circle,
  .progressbar .progressbar-background {
    fill: none;
    stroke: #05ACBC;
    stroke-width: 14;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    position: relative;
    z-index: 10; }
  .progressbar .progressbar-background {
    stroke: #96CDD7;
    stroke-width: 6;
    z-index: 0; }

/* step styles */
.js-steps-list .step .slide {
  display: none; }

/* validation styles */
.input-error input,
.input-error .jcf-select-text,
.input-error select {
  border-color: #f00 !important;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+) no-repeat;
  background-position: right 5px top 0;
  background-color: #fff; }

.input-error.rdo label {
  color: #f00; }

.input-error input::-webkit-input-placeholder {
  color: #F00; }

.input-error input::-moz-placeholder {
  opacity: 1;
  color: #F00; }

.input-error input:-moz-placeholder {
  color: #F00; }

.input-error input:-ms-input-placeholder {
  color: #F00; }

.input-error input.placeholder {
  color: #F00; }

#footer {
  background: #262b81;
  padding: 29px 0;
  color: #fff; }
  @media (max-width: 979px) {
    #footer {
      padding: 33px 0 36px; } }
  @media (max-width: 767px) {
    #footer {
      padding: 29px 0 36px; } }
  #footer .helpline {
    color: #fff;
    max-width: 45%;
    float: left;
    font-size: 14px;
    line-height: 1.2;
    padding-left: 57px;
    margin: 0; }
    @media (max-width: 979px) {
      #footer .helpline {
        max-width: 50%;
        max-width: none;
        text-align: left; } }
    @media (max-width: 767px) {
      #footer .helpline {
        padding-left: 63px;
        margin-bottom: 25px; } }
    @media (max-width: 374px) {
      #footer .helpline {
        padding-left: 47px; } }
    #footer .helpline a[href^="tel"] {
      color: #fff;
      font-size: 38px;
      display: block;
      margin-bottom: 4px; }
      @media (max-width: 979px) {
        #footer .helpline a[href^="tel"] {
          margin-bottom: 2px; } }
      @media (max-width: 374px) {
        #footer .helpline a[href^="tel"] {
          font-size: 30px; } }
      #footer .helpline a[href^="tel"]:hover {
        color: #828c9e; }
    #footer .helpline .icon {
      font-size: 46px;
      margin: 2px 11px 0 0; }
      @media (max-width: 767px) {
        #footer .helpline .icon {
          margin-top: 7px; } }
      @media (max-width: 374px) {
        #footer .helpline .icon {
          font-size: 38px; } }
    #footer .helpline .text {
      margin-left: -2px; }
      @media (max-width: 979px) {
        #footer .helpline .text {
          margin-left: 2px; } }
  #footer .button {
    padding-top: 10px; }
    @media (max-width: 979px) {
      #footer .button {
        float: right;
        max-width: 45%;
        padding-top: 8px; } }
    @media (max-width: 767px) {
      #footer .button {
        width: 100%;
        float: left;
        max-width: none;
        padding: 4px 4px 0; } }
  #footer .btn {
    float: right;
    padding: 10px;
    max-width: 45%;
    font-size: 22px;
    line-height: 1.2;
    min-width: 281px;
    border-radius: 25px;
    border-width: 2px; }
    @media (max-width: 767px) {
      #footer .btn {
        float: none;
        font-size: 18px;
        display: block;
        max-width: 335px;
        padding: 3px 10px; } }
    #footer .btn:before {
      border-radius: 25px;
      max-width: none;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }

.footer-wrap {
  padding-left: 30px;
  margin-bottom: 35px; }
  @media (max-width: 979px) {
    .footer-wrap {
      padding: 0 16px 0 45px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .footer-wrap {
      padding: 0 6px;
      margin-bottom: 29px; } }
  .footer-wrap + .footer-wrap {
    margin-bottom: 22px; }
    @media (max-width: 979px) {
      .footer-wrap + .footer-wrap {
        margin-bottom: 17px; } }

.footer-nav {
  line-height: 0;
  font-size: 0;
  margin: 0 0 29px 3px; }
  @media (max-width: 767px) {
    .footer-nav {
      max-width: 290px;
      margin-bottom: 12px; } }
  .footer-nav li {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    position: relative;
    margin-right: 15px; }
    @media (max-width: 979px) {
      .footer-nav li {
        margin-right: 14px; } }
    @media (max-width: 767px) {
      .footer-nav li {
        margin-bottom: 8px; } }
    .footer-nav li:before {
      position: absolute;
      background: #fff;
      content: '';
      width: 2px;
      height: 15px;
      right: -8px;
      top: 1px; }
      @media (max-width: 979px) {
        .footer-nav li:before {
          top: 2px;
          width: 1px; } }
    .footer-nav li:last-child {
      margin-right: 0; }
      .footer-nav li:last-child:before {
        display: none; }
    .footer-nav li.active a {
      font-weight: 700; }
      .footer-nav li.active a:hover {
        opacity: 1; }
  .footer-nav a {
    color: #fff;
    text-decoration: none; }
    .footer-nav a:hover {
      opacity: 0.7; }

.copy {
  font-size: 12px;
  line-height: 1.2;
  margin-left: 3px; }
  .copy a {
    color: #fff;
    text-decoration: none; }
    .copy a:hover {
      opacity: 0.7; }
  .copy p {
    margin-bottom: 3px; }

address {
  display: block;
  font-style: normal;
  margin-bottom: 12px; }

.social-networks {
  font-size: 0;
  line-height: 0;
  margin-bottom: 19px; }
  @media (max-width: 767px) {
    .social-networks {
      margin-bottom: 21px; } }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 5px 3px; }
    @media (max-width: 979px) {
      .social-networks li {
        margin: 0 4px 5px 3px; } }
    @media (max-width: 767px) {
      .social-networks li {
        margin: 0 3px 5px; } }
  .social-networks a {
    transition: background 0.3s;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url("../images/social.png") no-repeat -9999px -9999px;
    border-radius: 50%;
    display: block;
    width: 37px;
    height: 36px; }
  .social-networks .facebook {
    background-position: -91px 0; }
    .social-networks .facebook:hover {
      background-position: -91px -45px; }
  .social-networks .twitter {
    background-position: -45px 0; }
    .social-networks .twitter:hover {
      background-position: -45px -45px; }
  .social-networks .linkedin {
    background-position: 0 -1px; }
    .social-networks .linkedin:hover {
      background-position: 0 -46px; }
  .social-networks .youtube {
    background-position: -139px 0; }
    .social-networks .youtube:hover {
      background-position: -139px -45px; }

.info-form .jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid #fff;
  border-width: 0 0 2px;
  background: none;
  width: 71.1%;
  height: 46px; }
  @media (max-width: 979px) {
    .info-form .jcf-select {
      margin-left: 0;
      width: 76.9%;
      height: 37px; } }
  @media (max-width: 767px) {
    .info-form .jcf-select {
      width: 100%;
      height: 34px; } }
  .info-form .jcf-select.jcf-drop-active .jcf-select-text,
  .info-form .jcf-select.jcf-drop-active .jcf-select-opener {
    color: #687285; }
  .info-form .jcf-select:hover .jcf-select-text,
  .info-form .jcf-select:hover .jcf-select-opener {
    color: #687285; }
  .info-form .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .info-form .jcf-select .jcf-select-text {
    transition: color 0.3s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 35px 15px 0; }
    @media (max-width: 979px) {
      .info-form .jcf-select .jcf-select-text {
        font-size: 20px;
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .info-form .jcf-select .jcf-select-text {
        font-size: 18px; } }
  .info-form .jcf-select .jcf-select-opener {
    transition: color 0.3s;
    transform: translatey(-50%);
    font-size: 21px;
    position: absolute;
    text-align: center;
    color: #fff;
    width: 26px;
    bottom: 0;
    margin-top: -2px;
    right: -2px;
    top: 50%;
    border-left: none; }
    @media (max-width: 979px) {
      .info-form .jcf-select .jcf-select-opener {
        right: 0; } }
    @media (max-width: 767px) {
      .info-form .jcf-select .jcf-select-opener {
        font-size: 14px; } }
    .info-form .jcf-select .jcf-select-opener:before {
      content: "\e902";
      cursor: default; }
    .info-form .jcf-select .jcf-select-opener:after {
      display: none; }
  .info-form .jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px; }
  .info-form .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid #fff;
  border-width: 0 0 2px;
  background: none;
  width: 71.1%;
  height: 46px; }
  @media (max-width: 979px) {
    .jcf-select {
      margin-left: 0;
      width: 76.9%;
      height: 37px; } }
  @media (max-width: 767px) {
    .jcf-select {
      width: 100%;
      height: 34px; } }
  .jcf-select.jcf-drop-active .jcf-select-text,
  .jcf-select.jcf-drop-active .jcf-select-opener {
    color: #687285; }
  .jcf-select:hover .jcf-select-text,
  .jcf-select:hover .jcf-select-opener {
    color: #687285; }
  .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .jcf-select .jcf-select-text {
    transition: color 0.3s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    color: #000;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 35px 15px 0; }
    @media (max-width: 979px) {
      .jcf-select .jcf-select-text {
        font-size: 20px;
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .jcf-select .jcf-select-text {
        font-size: 18px; } }
  .jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px; }
  .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }

.jcf-select-drop .jcf-hover {
  background: #fff;
  color: #747d99 !important; }

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }
  .jcf-list-box .jcf-selected {
    background: #fff;
    color: #747d99; }

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #009eae;
  border: 2px solid #009eae;
  line-height: 1.2;
  font-size: 22px;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 3px 3px; }
  .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .jcf-list ul li {
      overflow: hidden;
      display: block; }
  .jcf-list .jcf-overflow {
    overflow: auto; }
  .jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #fff;
    height: 1%; }
  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }
  .jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000; }
  .jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px; }

.jcf-disabled {
  background: #ddd !important; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }
  body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0; }

@media print {
  /* All your print styles go here */
  #header, #footer, .banner, .donate-bottom, .newsletter {
    display: none !important; } }

#main > .research {
  margin-bottom: 0; }
  #main > .research .title-text-alt p {
    font-size: 28px; }

#whole-page-loader {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  display: none; }

.page-loader {
  font-weight: 600;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #000; }
  .page-loader .spinner {
    display: inline-block;
    font-size: 42px;
    -webkit-animation: anim-rotate 2s infinite linear;
    animation: anim-rotate 2s infinite linear;
    color: #009eae;
    vertical-align: middle; }
    .page-loader .spinner:before {
      content: "\e97c";
      display: block; }
  .page-loader .page-loader .spinner--steps {
    -webkit-animation: anim-rotate 1s infinite steps(12);
    animation: anim-rotate 1s infinite steps(12); }

ul.bullet-blue {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.bullet-blue li {
    font-size: 16px;
    margin-bottom: 10px; }
    ul.bullet-blue li:before {
      padding-right: 8px;
      content: ' ';
      border-radius: 100%;
      background: #009eae;
      width: 12px;
      height: 12px;
      position: relative;
      display: inline-block;
      margin-right: 8px; }

blockquote {
  font-size: 20px;
  position: relative; }
  blockquote:before {
    content: '“';
    color: #009eae;
    font-size: 45px;
    position: absolute;
    left: -29px;
    top: -25px; }
  blockquote:after {
    content: '”';
    color: #009eae;
    font-size: 45px;
    position: absolute;
    bottom: -32px;
    right: 8%; }

@keyframes anim-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.content-loader {
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px; }
  .content-loader .spinner {
    display: inline-block;
    font-size: 36px;
    animation: anim-rotate 2s infinite linear;
    color: #009eae;
    vertical-align: middle; }
    .content-loader .spinner:before {
      content: "\e97c";
      display: block; }
  .content-loader .spinner--steps {
    animation: anim-rotate 1s infinite steps(12); }

.box .progress-block {
  border-top: 16px solid #009eae;
  padding: 19px 20px 34px;
  background: #e5f5f7;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .box .progress-block {
      margin-bottom: 20px; } }
  .box .progress-block .h2 {
    color: #252431;
    display: block;
    margin: 15px 0 21px;
    line-height: 1.2; }
  .box .progress-block .progress {
    text-align: center;
    display: table;
    margin: 0 auto 21px;
    position: relative;
    float: right;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .box .progress-block .progress {
        padding-right: 0;
        float: none; } }
    .box .progress-block .progress .progress-text {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: 104px;
      color: #252431;
      padding: 10px;
      font-size: 26px;
      line-height: 1.2;
      transform: translatey(-50%); }
  .box .progress-block p {
    margin-bottom: 28px;
    clear: none;
    max-width: 300px; }
    @media (max-width: 767px) {
      .box .progress-block p {
        max-width: none;
        margin: 0 4px 35px 4px; } }
  .box .progress-block .btn {
    margin-right: 10px;
    padding: 7px 15px;
    max-width: 200px; }
    @media (max-width: 767px) {
      .box .progress-block .btn {
        width: 100%;
        max-width: none; } }

.box-effect {
  z-index: 1; }
  @media (max-width: 979px) {
    .box-effect {
      padding: 15px 24px 20px; } }
  @media (max-width: 767px) {
    .box-effect {
      padding: 31px 26px 44px; } }
  .box-effect:before {
    transition: background 0.3s;
    background: #828c9e;
    position: absolute;
    content: '';
    right: 100%;
    border-radius: 50%;
    bottom: 100%;
    height: 1800px;
    width: 2180px;
    margin: 0 -752px -267px 0; }
    @media (max-width: 767px) {
      .box-effect:before {
        height: 1800px;
        margin: 0 -992px -274px 0;
        width: 2770px; } }

.checklist ul {
  list-style: none;
  padding: 0; }
  .checklist ul li {
    padding-left: 20px;
    margin-bottom: 8px; }
    .checklist ul li:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      margin: 3px 0 0 -20px;
      position: absolute;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAAXNSR0IArs4c6QAAAQtJREFUKBVjZFiwIY+BDMDC8O/fRKC+SSTqBVo2b91/EjWB9TARrWnRTjGGBeuVYeqJ07honSbDn6/XGZhYfhOvcdV/Zoa/jIsZGBkqGOJ8HxGv8evGcgaG/+8YEoNmwzSBaFSnLtqigyzJsGCTNlBTEcN/pmQUcQyNf34tZ5i3IRysaP9+Fob/fxYBnVjOkBTwGF0jC4oAI2soA8OfncDQ02e4/+EbAyPja4aEwLkoaqAcVI2JvjcYFq4zYvjHeB5o038GbnYTbJpAYqh+BInEB71lUBBQYmD+78EQ5vUaJIQNoNoIU+Ho+AfIvA7jYqMhGuevz8cmiVPs/38GFmAAgBK5Ik5F2CSAegAR2kfg2iysYAAAAABJRU5ErkJggg==") no-repeat; }

.no-top-border {
  border-top: 0 !important; }

@media (max-width: 979px) {
  .hideTabletDown {
    display: none !important; } }

/* SINGLE CONTENT BOX */
.single-col {
  margin-bottom: 18px; }
  @media (max-width: 479px) {
    .single-col {
      margin: 0 -11px 0; } }
  .single-col .inner-box-wrap {
    border-top: 16px solid #828c9e;
    background: #828c9e;
    padding: 0 21px 21px;
    height: 100%; }
    .single-col .inner-box-wrap.img-bg {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      min-height: 300px;
      position: relative; }
      .single-col .inner-box-wrap.img-bg:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        background: #8a8a8a;
        opacity: 0.6; }
    .single-col .inner-box-wrap.advert .ad-text {
      font-size: 30px;
      line-height: 36px;
      font-weight: normal;
      margin: 150px 0 2em 0;
      position: relative;
      z-index: 2; }
    .single-col .inner-box-wrap.advert .btn {
      float: right; }
    .single-col .inner-box-wrap.get-involved {
      position: relative;
      min-height: 400px; }
      .single-col .inner-box-wrap.get-involved .get-text {
        font-size: 30px;
        line-height: 36px;
        font-weight: normal;
        margin: 60px 0 2em 0;
        position: relative;
        z-index: 2; }
      .single-col .inner-box-wrap.get-involved .btn-wrap {
        position: absolute;
        bottom: 35px;
        width: 92%; }
        .single-col .inner-box-wrap.get-involved .btn-wrap .btn {
          max-width: 168px; }
        .single-col .inner-box-wrap.get-involved .btn-wrap .icon-list {
          width: 50%;
          margin-top: 10px; }
        .single-col .inner-box-wrap.get-involved .btn-wrap .social-box {
          color: #fff; }
          .single-col .inner-box-wrap.get-involved .btn-wrap .social-box span:last-of-type {
            margin-bottom: 0; }
        .single-col .inner-box-wrap.get-involved .btn-wrap .social-info ul {
          padding: 0; }
          .single-col .inner-box-wrap.get-involved .btn-wrap .social-info ul li {
            font-size: 14px; }
            .single-col .inner-box-wrap.get-involved .btn-wrap .social-info ul li .icon {
              font-size: 14px; }
            .single-col .inner-box-wrap.get-involved .btn-wrap .social-info ul li .socials-add .icon {
              font-size: 37px; }
    .single-col .inner-box-wrap .block {
      padding-bottom: 13px; }
    .single-col .inner-box-wrap .btn-wrap {
      font-size: 0;
      line-height: 0; }
      .single-col .inner-box-wrap .btn-wrap .btn {
        display: inline-block;
        vertical-align: middle;
        min-width: 0;
        width: 62%; }

.xl-text {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600; }

.lg-text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400; }

/* NEED TO ADD MEDIA QUERY */
@media (max-width: 767px) {
  .hide-below-tablet {
    display: none !important; } }

/* NEED TO ADD MEDIA QUERY */
.heading {
  border-bottom: 0;
  margin-bottom: 0; }

.container-img {
  margin: 25px 0 35px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden; }
  .container-img .blogimg {
    width: 50%;
    padding: 5px; }
    @media (max-width: 479px) {
      .container-img .blogimg {
        width: 100%; } }

.sidebar-wrap {
  margin-top: 30px;
  font-size: 14px; }

/* -- BOOKMARK TAGS -- */
ul.search-categories {
  list-style: none;
  color: #009eae;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: block;
  overflow: hidden;
  margin: 15px 0;
  padding: 0; }
  ul.search-categories .icon {
    padding-right: 10px;
    top: 0;
    vertical-align: middle; }
    ul.search-categories .icon.icon-tag {
      color: #009eae;
      font-size: 16px; }
  ul.search-categories li {
    float: left;
    line-height: 2em;
    word-wrap: normal;
    margin-right: 15px; }
    ul.search-categories li a {
      color: #009eae; }
      ul.search-categories li a:hover {
        text-decoration: none; }
      ul.search-categories li a:last-child {
        margin-left: 0; }

/* -------------------- SubTabs -------------------- */
.subtabs {
  width: 220px;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }
  @media (max-width: 479px) {
    .subtabs {
      margin: 5px 0; } }
  .subtabs ul {
    list-style: none;
    padding: 0;
    font-size: 13px;
    font-weight: 600; }
    .subtabs ul li {
      display: inline-block;
      margin-right: 15px; }
      .subtabs ul li:last-child {
        margin-left: 0; }
      .subtabs ul li span {
        padding-right: 5px;
        top: 4px; }
      .subtabs ul li a {
        color: #009eae; }
        .subtabs ul li a:hover {
          text-decoration: none; }
    .subtabs ul .icon {
      padding-right: 10px;
      top: 0;
      vertical-align: middle; }
      .subtabs ul .icon.icon-tag {
        color: #009eae;
        font-size: 16px; }

/* -------------------- END SubTabs -------------------- */
@media (min-width: 480px) {
  .hide-tablet-up {
    display: none; } }

.mobsearch {
  padding: 15px; }

.mobile-repeat .custom-title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  display: block;
  width: 100%;
  margin: 5px 0;
  height: 45px;
  line-height: 45px;
  background-color: #009eae;
  position: relative;
  clear: both;
  padding-left: 10px; }
  .mobile-repeat .custom-title:after {
    width: 12px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    right: 15px;
    content: " ";
    top: 14px;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.mobile-repeat.active .custom-title:after {
  transform: rotate(224deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 20px; }

/* -- SEARCH / FILTER-- */
.filter-search {
  border-top: solid 18px #c9da95;
  background: rgba(233, 244, 200, 0.3);
  overflow: hidden; }
  @media (min-width: 768px) {
    .filter-search {
      padding: 15px; } }
  .filter-search .box.block {
    display: block;
    float: left;
    min-width: 50%;
    clear: none;
    margin-bottom: 8px; }
  .filter-search .resource-search-options {
    clear: both; }
    .filter-search .resource-search-options .small-title {
      border-bottom: #009eae solid 1px;
      display: block;
      width: 100%;
      padding: 10px 0;
      margin: 10px 0;
      font-size: 13px;
      clear: both; }
  .filter-search .area-search-options {
    clear: both; }
    .filter-search .area-search-options .small-title {
      border-bottom: #009eae solid 1px;
      display: block;
      width: 100%;
      padding: 10px 0;
      margin: 10px 0;
      font-size: 13px;
      clear: both; }
  .filter-search .bottom-position {
    clear: both;
    padding-top: 15px; }
    .filter-search .bottom-position .small-title {
      padding-bottom: 10px;
      margin: 10px 0;
      clear: both;
      font-size: 13px; }
  .filter-search input[type="text"] {
    border: 1px solid #828c9f;
    padding: 5px 15px 5px 35px;
    border-radius: 20px;
    background: #fff;
    font-size: 16px;
    min-width: 0;
    line-height: 1.2;
    display: block;
    color: rgba(52, 52, 65, 0.9);
    height: 37px;
    width: 100%;
    margin: 0; }
    .filter-search input[type="text"]::-moz-placeholder {
      color: rgba(52, 52, 65, 0.5); }
    .filter-search input[type="text"]::-webkit-input-placeholder {
      color: rgba(52, 52, 65, 0.5); }
  .filter-search .search-term-holder {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px; }
  .filter-search .icon.icon-search {
    position: absolute;
    top: 7px;
    left: 9px;
    font-size: 23px;
    color: rgba(52, 52, 65, 0.81); }
  .filter-search .search-buttons {
    float: left;
    margin-bottom: 20px;
    width: 100%; }
  .filter-search .btn.btn-whiteblu, .filter-search .btn.btn-blue {
    min-width: 100px; }
  .filter-search .btn.btn-whiteblu {
    float: left; }
  .filter-search .btn.btn-blue {
    float: right; }
  .filter-search .bottom-bar {
    margin-top: 20px; }
  .filter-search [type="checkbox"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .filter-search [type="checkbox"]:checked + .fake-input {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAAXNSR0IArs4c6QAAAQtJREFUKBVjZFiwIY+BDMDC8O/fRKC+SSTqBVo2b91/EjWB9TARrWnRTjGGBeuVYeqJ07honSbDn6/XGZhYfhOvcdV/Zoa/jIsZGBkqGOJ8HxGv8evGcgaG/+8YEoNmwzSBaFSnLtqigyzJsGCTNlBTEcN/pmQUcQyNf34tZ5i3IRysaP9+Fob/fxYBnVjOkBTwGF0jC4oAI2soA8OfncDQ02e4/+EbAyPja4aEwLkoaqAcVI2JvjcYFq4zYvjHeB5o038GbnYTbJpAYqh+BInEB71lUBBQYmD+78EQ5vUaJIQNoNoIU+Ho+AfIvA7jYqMhGuevz8cmiVPs/38GFmAAgBK5Ik5F2CSAegAR2kfg2iysYAAAAABJRU5ErkJggg==") no-repeat; }
  .filter-search .fake-input {
    width: 16px;
    height: 16px;
    float: left;
    background: transparent;
    position: relative;
    margin: 2px 5px 0 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAAXNSR0IArs4c6QAAAE5JREFUKBVjZFiwIY+BDMDC8O/fRKC+SSTqBVo2b91/EjWB9TCRrAmqYVQjnpAbCYHDAvb//PX5eMIBU+r/fwYWBkZGUCJXxJTFIwLUAwAJvg8Fk5oUWAAAAABJRU5ErkJggg==") no-repeat; }
    .filter-search .fake-input:hover {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAAXNSR0IArs4c6QAAAQtJREFUKBVjZFiwIY+BDMDC8O/fRKC+SSTqBVo2b91/EjWB9TARrWnRTjGGBeuVYeqJ07honSbDn6/XGZhYfhOvcdV/Zoa/jIsZGBkqGOJ8HxGv8evGcgaG/+8YEoNmwzSBaFSnLtqigyzJsGCTNlBTEcN/pmQUcQyNf34tZ5i3IRysaP9+Fob/fxYBnVjOkBTwGF0jC4oAI2soA8OfncDQ02e4/+EbAyPja4aEwLkoaqAcVI2JvjcYFq4zYvjHeB5o038GbnYTbJpAYqh+BInEB71lUBBQYmD+78EQ5vUaJIQNoNoIU+Ho+AfIvA7jYqMhGuevz8cmiVPs/38GFmAAgBK5Ik5F2CSAegAR2kfg2iysYAAAAABJRU5ErkJggg==") no-repeat; }

/* -- SEARCH / FILTER-- */
/* -- SIDEBAR TOP PICKS / RELATED -- */
.sidebar-toppicks, .sidebar-related {
  margin-top: 40px;
  padding-bottom: 30px; }
  .sidebar-toppicks .underline, .sidebar-related .underline {
    padding-bottom: 10px;
    border-bottom: #9CD2C6 solid 1px; }

.sidebar-related {
  /*&:before {
    content: '';
    bottom: 100%;
    border-radius: 50%;
    position: absolute;
    background: #5eabba;
    height: 390px;
    left: 50%;
    transform: translatex(-50%);
    margin: 0 0 -72px -130px;
    width: 500px;
  }*/ }
  .sidebar-related .underline {
    text-transform: uppercase; }
  .sidebar-related .box-wrap .box {
    margin-top: 15px;
    margin-bottom: 15px; }

.sidebar-toppicks {
  margin-top: 40px;
  padding-bottom: 20px; }
  .sidebar-toppicks .btn {
    font-size: 14px;
    padding: 6px 15px;
    margin-bottom: 20px; }
  .sidebar-toppicks .topic {
    border-bottom: #9CD2C6 solid 1px;
    margin-top: 20px; }
    .sidebar-toppicks .topic img {
      margin-bottom: 1em; }
    .sidebar-toppicks .topic ul {
      margin-top: 0; }

.sidetab ul {
  list-style: none;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }
  .sidetab ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 2px;
    margin-top: 5px; }
    .sidetab ul li a {
      color: #009eae; }
    .sidetab ul li .icon {
      padding-right: 10px;
      top: 0;
      vertical-align: middle; }
      .sidetab ul li .icon.icon-tag {
        color: #009eae;
        font-size: 16px; }

/* FAQ */
.faq ul {
  list-style: none;
  padding: 0;
  margin-left: 20px;
  width: 250px; }

@media (min-width: 481px) and (max-width: 979px) {
  .faq ul {
    width: 185px; } }
  @media (max-width: 479px) {
    .faq ul {
      width: 300px; } }
  .faq ul li {
    position: relative;
    float: left;
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
    width: 100%; }
    .faq ul li .faqtext {
      margin-top: 10px; }
    .faq ul li:before, .faq ul li:after {
      left: -20px;
      top: 10px;
      content: '';
      width: 12px;
      height: 2px;
      position: absolute;
      background: #009eae;
      transition: transform .5s ease;
      transform: rotate(0); }
    .faq ul li:after {
      transform-origin: center;
      transform: rotate(90deg); }
    .faq ul li:hover {
      background: transparent; }
      .faq ul li:hover:after {
        transform: rotate(0); }
      .faq ul li:hover:before {
        transform: rotate(0); }
    .faq ul li.active:before, .faq ul li.active:after {
      transform: rotate(0); }

.nav-faq {
  position: absolute !important;
  z-index: 99;
  height: 27px;
  padding: 0;
  right: 20px;
  top: 37px;
  width: 29px; }
  .nav-faq:before, .nav-faq:after {
    left: 2px;
    top: 10px;
    content: '';
    width: 32px;
    height: 1px;
    position: absolute;
    background: #3e438e;
    transition: transform .5s ease;
    transform: rotate(135deg); }
  .nav-faq:after {
    transform-origin: center;
    transform: rotate(225deg); }
  .nav-faq:hover {
    background: transparent; }
    .nav-faq:hover:after {
      transform: rotate(0); }
    .nav-faq:hover:before {
      transform: rotate(0); }

/* CUSTOM MAP STYLING */
.custom-iw .gm-style-iw,
.custom-iw-blue .gm-style-iw {
  top: 15px !important;
  left: 0 !important;
  border-radius: 2px;
  font-size: 12px; }

.custom-iw > div:first-child > div:nth-child(2),
.custom-iw-blue > div:first-child > div:nth-child(2) {
  display: none; }

.custom-iw .gm-style-iw,
.custom-iw-blue .gm-style-iw,
.custom-iw .gm-style-iw > div,
.custom-iw-blue .gm-style-iw > div,
.custom-iw .gm-style-iw > div > div,
.custom-iw-blue .gm-style-iw > div > div {
  width: 100% !important; }

/** set here the width **/
.custom-iw,
.custom-iw-blue,
.custom-iw > div:first-child > div:last-child,
.custom-iw-blue > div:first-child > div:last-child {
  max-width: 270px !important; }

.custom-iw > div:first-child > div:last-child,
.custom-iw-blue > div:first-child > div:last-child {
  left: 0 !important;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
  z-index: -1 !important; }

/** default background-color **/
#div-main-infoWindow,
.custom-iw > div:first-child > div:nth-child(n-1) > div > div,
.custom-iw > div > div:last-child,
.custom-iw .gm-style-iw,
.custom-iw .gm-style-iw > div,
.custom-iw .gm-style-iw > div > div {
  background-color: #c9da95 !important; }

/** blue background-color **/
#div-main-infoWindowVBlue,
.custom-iw-blue > div:first-child > div:nth-child(n-1) > div > div,
.custom-iw-blue > div > div:last-child,
.custom-iw-blue .gm-style-iw,
.custom-iw-blue .gm-style-iw > div,
.custom-iw-blue .gm-style-iw > div > div {
  background-color: #262b81 !important; }

/** close-button **/
.custom-iw > div:last-child,
.custom-iw-blue > div:last-child {
  top: 1px !important;
  right: 0 !important; }

/** padding of the content **/
#div-main-infoWindow,
#div-main-infoWindowBlue {
  padding: 0 20px 20px; }

/* ------------ END GLOBALLY USED STYLING ------------ */
/*--------------------------------- BELOW PLAIN CSS NEEDS SASS ---------------------------------*/
/*--------------------------------- BELOW PLAIN CSS NEEDS SASS ---------------------------------*/
/*--------------------------------- BELOW PLAIN CSS NEEDS SASS ---------------------------------*/
/*--------------------------------- BELOW PLAIN CSS NEEDS SASS ---------------------------------*/
/*--------------------------------- TOP PICKS - SIDEBAR ---------------------------------*/
@media (max-width: 767px) {
  #content .content-inner {
    margin-bottom: 19px;
    padding-right: 0; }
  .media-object .image-box {
    padding-right: 40% !important; }
  .mobile-repeat {
    z-index: 1;
    position: relative;
    margin: 5px 0; }
    .mobile-repeat .filter-search {
      border-top: 0; }
  .mobile-repeat a {
    color: #fff; } }

.clip-circle {
  border-radius: 50%;
  width: 80%; }

@media (max-width: 979px) {
  .title-block .icon-list {
    display: block; } }
  @media (max-width: 979px) and (max-width: 979px) {
    .title-block .icon-list .social-box {
      margin-right: 20px; } }

@media (max-width: 979px) {
  .heading .icon-list {
    display: none; } }

@media screen and (max-width: 1023px) {
  .open-menu-aside {
    padding-right: 0; } }

@media screen and (min-width: 768px) {
  .big-intro-post .text-box {
    max-width: 395px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff; }
  .big-intro-post .image-holder {
    padding-top: 16px; }
  .big-intro-post .top-bar {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .big-intro-post .top-bar .tag-list {
    display: table-header-group; }
  .comments-holder .slide-holder {
    display: block !important;
    position: static !important;
    height: auto !important; }
  /* -------------------- SIDEBAR -------------------- */ }

@media screen and (min-width: 768px) {
  .comments-opener {
    pointer-events: none;
    margin-bottom: 10px; } }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .filter-form .opener .icon-arrow-bottom {
    display: inline-block; } }

@media screen and (min-width: 1024px) {
  .filter-form .opener {
    pointer-events: none; }
  .filter-form .slide {
    display: block !important;
    position: static !important;
    height: auto !important; }
  .filter-form .bottom-position .jcf-select {
    margin-bottom: 24px; } }

@media screen and (max-width: 768px) {
  .container h2 {
    margin-top: 0; } }

/* END Custom styling */
/* Search Tabs */
.search-categories {
  line-height: 1.2;
  margin: 30px 0 50px;
  padding: 0; }

ul.search-categories {
  list-style: none;
  color: #009eae;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: block;
  overflow: hidden;
  margin: 25px 0; }

ul.search-categories li {
  float: left;
  line-height: 2em;
  word-wrap: normal;
  margin-right: 15px; }

ul.search-categories li a {
  color: #009eae; }

ul.search-categories li a:hover {
  text-decoration: none; }

ul.search-categories li:last-child {
  margin-left: 0; }

/* -------------------- END Search Tabs -------------------- */
/* NOT SURE IF USED EVERYWHERE */
.center-box {
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  background: #ddd; }

.search-results {
  position: relative; }
  @media (max-width: 979px) {
    .search-results {
      padding-bottom: 20px; } }

/* fixes an issue left padding */
ul.load-more-holder.resource-holder {
  padding: 0; }

/* NOT SURE IF USED EVERYWHERE */
.media-object {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 14px;
  list-style: none;
  position: relative;
  clear: both;
  /*overflow: hidden;*/
  border-top: solid 1px #009eae;
  padding-top: 45px;
  float: left; }

.media-object .social-info {
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 1; }

.media-object .image-box {
  float: left;
  position: relative;
  padding-right: 20px;
  overflow: hidden;
  max-width: 42%;
  max-height: 130px; }
  @media (max-width: 479px) {
    .media-object .image-box {
      max-width: none;
      width: 100%;
      padding-right: 0; } }

.media-object .image-box img {
  width: 100%; }

.media-object .text-box {
  float: left;
  width: 58%; }
  @media (max-width: 479px) {
    .media-object .text-box {
      padding-top: 8px;
      width: 100%; } }

.media-object .text-box:only-child {
  width: 100%; }

.media-object .doc-thumbnail {
  position: absolute;
  top: 0;
  left: 5px; }

.doc-thumbnail {
  min-width: 60px;
  background: #009eae;
  color: #fff;
  text-align: center;
  line-height: normal;
  padding: 5px 0 4px 0;
  font-size: 12px; }

.video-thumbnail {
  position: relative;
  display: block; }
  .video-thumbnail.alt span {
    position: relative;
    display: block; }
    .video-thumbnail.alt span i {
      transform: translate(-50%, 20%); }
      @media (max-width: 479px) {
        .video-thumbnail.alt span i {
          transform: translate(-50%, 40%); } }

.video-thumbnail .icon {
  font-size: 200%;
  position: absolute;
  left: 50%;
  top: 65px;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #009eae;
  border-radius: 50%;
  padding: 20px;
  transition: all 0.5s;
  cursor: pointer;
  pointer-events: none; }
  @media (min-width: 768px) {
    .video-thumbnail .icon {
      font-size: 140%; } }
  .video-thumbnail .icon:hover {
    opacity: 1; }

.media-object img {
  vertical-align: top; }

.media-object .media-title {
  margin: 0 0 28px;
  clear: both; }

.media-object p {
  margin: 0 0 20px;
  clear: both; }

/*.media-object .social-info {
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 1;
}*/
.media-object .tag-list {
  float: left;
  width: 50%; }

.title-1 {
  display: block;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  clear: both;
  float: left; }

.title-1 a {
  color: inherit; }

/* -------------------- SOCIAL ICONS ------------------- */
.social-box {
  color: #828c9f; }
  .social-box > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
    position: relative; }
    .social-box > li:last-child {
      margin-right: 0; }
  .social-box .social-item {
    color: inherit;
    text-decoration: none;
    cursor: pointer; }
    @media (max-width: 979px) {
      .social-box .social-item {
        font-size: 16px; } }
    .social-box .social-item:hover .caption {
      opacity: .8; }
    .social-box .social-item > [class*="icon-"] {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.1;
      margin-right: 7px; }
      @media (max-width: 979px) {
        .social-box .social-item > [class*="icon-"] {
          font-size: 18px; } }
  .social-box .caption {
    display: inline-block;
    vertical-align: middle;
    color: #000; }

.social-box > li.hover .socials-add,
.social-box > li:hover .socials-add {
  opacity: 1;
  visibility: visible; }

.socials-add {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.3); }
  .socials-add li {
    display: inline-block;
    vertical-align: top;
    font-size: 37px;
    line-height: 1; }
  .socials-add a {
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    line-height: 0; }
  .socials-add [class*="icon-"] {
    display: block;
    -webkit-transition: color .5s;
    transition: color .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.8;
    padding: 5px; }
    .socials-add [class*="icon-"].icon-facebook {
      color: #fff;
      background: #3b5998; }
    .socials-add [class*="icon-"].icon-twitter {
      color: #fff;
      background: #2baee9; }
    .socials-add [class*="icon-"].icon-google-plus {
      color: #fff;
      background: #de462e; }
    .socials-add [class*="icon-"].icon-linkedin {
      color: #fff;
      background: #007db4; }
    .socials-add [class*="icon-"]:hover {
      opacity: 1; }
  .socials-add.popup-state {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
    white-space: nowrap;
    visibility: hidden;
    z-index: 20;
    opacity: 0; }
    @media (max-width: 979px) {
      .socials-add.popup-state {
        left: -70%; } }
    .socials-add.popup-state:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 45%;
      margin: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-style: solid;
      border-width: 14px 0 0 14px;
      -webkit-transition: color .5s;
      transition: color .5s;
      opacity: 0.6;
      border-color: transparent transparent #2baee9 #2baee9;
      transform-origin: 0 0;
      transform: rotate(-45deg);
      box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2); }
    .socials-add.popup-state:after {
      content: "";
      position: absolute;
      top: 100%;
      height: 17px;
      width: 100%;
      left: 0;
      z-index: 1; }
    .socials-add.popup-state li {
      padding-top: 0;
      margin-right: 0; }

/* -------------------- SOCIAL ICONS ------------------- */
.banner .container-wrap {
  position: relative; }

.author-follow {
  background-color: #828c9e;
  max-width: 250px;
  text-align: center;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50px; }
  @media (max-width: 767px) {
    .author-follow {
      display: none; } }
  .author-follow img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 14px 0; }
  .author-follow p {
    font-size: 14px;
    margin: 0;
    padding: 0; }
  .author-follow a {
    margin: 20px 0 5px; }
  .author-follow .details {
    color: #fff; }

.article-author {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-top: 35px; }
  @media (max-width: 767px) {
    .article-author {
      flex-flow: column wrap; } }
  .article-author .auth-info {
    flex: 1; }
    .article-author .auth-info img {
      vertical-align: bottom; }
  .article-author .auth-social {
    flex: 1;
    text-align: right;
    font-size: 14px; }
    @media (max-width: 767px) {
      .article-author .auth-social {
        text-align: left; } }
  .article-author .social-info ul {
    padding: 0; }

.comments .comment-item {
  border-bottom: solid 1px #007db4;
  padding-bottom: 10px;
  margin-top: 35px; }
  .comments .comment-item h4 {
    font-weight: 700; }
  .comments .comment-item img {
    max-width: 5%;
    vertical-align: bottom; }
  .comments .comment-item .name {
    margin-bottom: 6px; }
    .comments .comment-item .name strong {
      padding-left: 4px; }
  .comments .comment-item p {
    margin-bottom: 30px; }
  .comments .comment-item a {
    font-size: 12px; }
    .comments .comment-item a .icon {
      font-size: 14px;
      padding-right: 5px; }

.comment-add {
  padding-top: 25px;
  padding-bottom: 30px; }
  .comment-add p:first-child {
    margin-bottom: 30px; }
  .comment-add .comment-form p {
    margin: 20px 0 35px; }
  .comment-add .comment-form input[type='text'],
  .comment-add .comment-form input[type='email'],
  .comment-add .comment-form input[type='password'] {
    border: 1px solid #9a9a9a;
    display: block;
    width: 100%;
    padding: 3px 5px;
    margin: 0 0 35px 0;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    text-transform: capitalize; }
    @media (max-width: 979px) {
      .comment-add .comment-form input[type='text'],
      .comment-add .comment-form input[type='email'],
      .comment-add .comment-form input[type='password'] {
        padding: 3px;
        width: 224px; } }
    @media (max-width: 767px) {
      .comment-add .comment-form input[type='text'],
      .comment-add .comment-form input[type='email'],
      .comment-add .comment-form input[type='password'] {
        width: 100%;
        height: 24px;
        padding: 3px 6px; } }
  .comment-add .comment-form textarea {
    min-height: 110px;
    border: 1px solid #9a9a9a;
    display: block;
    width: 100%;
    padding: 3px 5px;
    margin: 0;
    color: #000;
    font-size: 12px;
    font-weight: 700; }
  .comment-add .submitter {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .comment-add .submitter {
        display: block; } }
    .comment-add .submitter .noaccount {
      text-align: right;
      color: #000;
      text-decoration: underline;
      position: relative;
      font-size: 14px;
      width: 100%;
      margin-top: 10px;
      margin-right: 9px; }
      @media (max-width: 767px) {
        .comment-add .submitter .noaccount {
          text-align: left; } }
    .comment-add .submitter .socialise {
      flex: 1;
      border-right: solid 1px #007db4;
      padding-right: 25px; }
      .comment-add .submitter .socialise a {
        color: #fff;
        text-decoration: none; }
      @media (max-width: 767px) {
        .comment-add .submitter .socialise {
          border-right: none;
          padding-right: 0; } }
      .comment-add .submitter .socialise span {
        padding: 4px;
        display: block;
        margin-bottom: 15px;
        color: #fff; }
        .comment-add .submitter .socialise span:last-child {
          margin-bottom: 0; }
      .comment-add .submitter .socialise .google-btn i, .comment-add .submitter .socialise .twitter-btn i, .comment-add .submitter .socialise .facebook-btn i {
        border-right: solid 1px #fff;
        font-size: 35px;
        padding: 0 8px;
        vertical-align: middle;
        margin-right: 4px; }
      .comment-add .submitter .socialise .google-btn {
        background-color: #de462e;
        font-size: 16px; }
      .comment-add .submitter .socialise .twitter-btn {
        background-color: #2baee9;
        font-size: 16px; }
      .comment-add .submitter .socialise .facebook-btn {
        background-color: #3b5998;
        font-size: 16px; }
        @media (max-width: 979px) {
          .comment-add .submitter .socialise .facebook-btn {
            font-size: 14px; } }
    .comment-add .submitter .bform {
      flex: 1;
      padding-left: 25px; }
      @media (max-width: 767px) {
        .comment-add .submitter .bform {
          padding-left: 0;
          margin-top: 20px; } }

.banner.banner-error {
  background: #747d99;
  margin-bottom: 0;
  display: flex;
  align-items: center; }
  .banner.banner-error .btn-lg {
    font-size: 18px;
    margin-top: 2%; }
  .banner.banner-error .btn {
    font-size: 16px;
    padding: 7px 23px;
    margin-top: 50px; }
  .banner.banner-error h1 {
    font-size: 40px;
    max-width: 65%; }
    @media (max-width: 479px) {
      .banner.banner-error h1 {
        font-size: 32px;
        max-width: 100%; } }
  .banner.banner-error p {
    max-width: 65%; }
    @media (max-width: 479px) {
      .banner.banner-error p {
        max-width: 100%; } }
  .banner.banner-error:before {
    background: #828c9e; }

.profile-block {
  border-top: solid 18px #c9da95;
  background: #dfeac0;
  padding: 15px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 42px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .profile-block {
      padding: 8px; } }
  .profile-block:before {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #f8fde8;
    position: absolute;
    content: '';
    right: 50%;
    border-radius: 50%;
    bottom: 100%;
    height: 1550px;
    width: 1615px;
    margin: 0 -746px -331px 0; }
  .profile-block [type='text'], .profile-block textarea {
    border: none;
    padding: 0.4em 0.7em;
    background: gainsboro;
    width: 100%;
    min-height: 45px; }
  .profile-block form {
    position: relative; }
  .profile-block .h2 {
    color: #252431;
    display: block;
    margin-bottom: 21px;
    line-height: 1.2; }
  .profile-block .twocol {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 15px; }
    .profile-block .twocol .profile-image {
      flex: 1;
      position: relative; }
      .profile-block .twocol .profile-image img {
        margin: 0 0 40px;
        border-radius: 50%;
        display: block;
        min-width: 186px;
        min-height: 186px; }
        @media (max-width: 479px) {
          .profile-block .twocol .profile-image img {
            min-width: 150px;
            min-height: 150px; } }
      @media (min-width: 769px) {
        .profile-block .twocol .profile-image .editprofile:hover .edit-image {
          visibility: visible;
          opacity: 1; } }
      .profile-block .twocol .profile-image .camera {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 172px;
        border-radius: 50%;
        background-color: #969cac;
        border: solid 3px #fff;
        padding: 0;
        margin: 0; }
        @media (max-width: 479px) {
          .profile-block .twocol .profile-image .camera {
            top: 170px; } }
        .profile-block .twocol .profile-image .camera:hover {
          background-color: rgba(204, 204, 204, 0.9); }
      .profile-block .twocol .profile-image .icon-camera {
        color: #fff;
        font-size: 20px; }
        .profile-block .twocol .profile-image .icon-camera:before {
          text-align: center;
          display: block;
          width: 32px;
          height: 32px;
          padding-top: 4px; }
      .profile-block .twocol .profile-image .edit-image {
        position: absolute;
        background: #262b81;
        color: #fff;
        top: 124px;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.3);
        padding: 4px 9px 5px;
        visibility: hidden;
        opacity: 0;
        font-size: 14px; }
        @media (max-width: 479px) {
          .profile-block .twocol .profile-image .edit-image {
            top: 130px;
            white-space: nowrap; } }
        .profile-block .twocol .profile-image .edit-image.active {
          visibility: visible;
          opacity: 1; }
        .profile-block .twocol .profile-image .edit-image:hover {
          text-decoration: underline; }
      .profile-block .twocol .profile-image .edit-image:after {
        top: 100%;
        left: 38%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 7px;
        border-color: transparent transparent #262b81 #262b81;
        transform-origin: 0 0;
        transform: rotate(-45deg);
        box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2); }
    .profile-block .twocol .textarea {
      flex: 2;
      margin-left: 20px; }
      @media (max-width: 479px) {
        .profile-block .twocol .textarea {
          flex: 1; } }
      .profile-block .twocol .textarea textarea {
        min-height: 200px; }
  .profile-block .faq {
    display: table;
    margin: 0 auto 21px;
    position: relative; }
    .profile-block .faq .faq-text {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      width: 104px;
      color: #252431;
      padding: 10px;
      font-size: 26px;
      line-height: 1.2;
      transform: translatey(-50%); }
  .profile-block p {
    margin-bottom: 15px; }
  .profile-block .btn {
    margin-left: 8px;
    padding: 7px 15px; }

.searchresults .title-block {
  margin-bottom: 25px; }

.searchresults .load-holder h3, .searchresults .load-holder h4, .searchresults .load-holder h5 {
  color: #009eae;
  text-transform: uppercase;
  clear: both; }

.searchresults .load-holder ul.docs-media {
  list-style: none;
  padding: 0; }
  .searchresults .load-holder ul.docs-media a {
    color: #000; }
  .searchresults .load-holder ul.docs-media li {
    margin-bottom: 8px; }
    .searchresults .load-holder ul.docs-media li:before {
      content: "\e924";
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #009eae;
      padding-right: 5px; }

.searchresults .load-holder .faqs p {
  display: block;
  float: left; }

.searchresults .load-holder .faqs .title-1 {
  font-size: 18px; }

.searchresults .load-holder .feedback {
  clear: both;
  font-size: 12px;
  font-weight: 600; }
  .searchresults .load-holder .feedback form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 479px) {
      .searchresults .load-holder .feedback form {
        display: block; } }
  .searchresults .load-holder .feedback .question {
    flex: 1;
    white-space: nowrap;
    cursor: pointer; }
  .searchresults .load-holder .feedback .answer {
    flex: 2;
    text-align: right; }
    @media (max-width: 479px) {
      .searchresults .load-holder .feedback .answer {
        text-align: left;
        flex: 2;
        clear: both; } }
    .searchresults .load-holder .feedback .answer span {
      color: #009eae; }
  .searchresults .load-holder .feedback [type="checkbox"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1; }
    .searchresults .load-holder .feedback [type="checkbox"]:checked + .fake-input {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAAXNSR0IArs4c6QAAAQtJREFUKBVjZFiwIY+BDMDC8O/fRKC+SSTqBVo2b91/EjWB9TARrWnRTjGGBeuVYeqJ07honSbDn6/XGZhYfhOvcdV/Zoa/jIsZGBkqGOJ8HxGv8evGcgaG/+8YEoNmwzSBaFSnLtqigyzJsGCTNlBTEcN/pmQUcQyNf34tZ5i3IRysaP9+Fob/fxYBnVjOkBTwGF0jC4oAI2soA8OfncDQ02e4/+EbAyPja4aEwLkoaqAcVI2JvjcYFq4zYvjHeB5o038GbnYTbJpAYqh+BInEB71lUBBQYmD+78EQ5vUaJIQNoNoIU+Ho+AfIvA7jYqMhGuevz8cmiVPs/38GFmAAgBK5Ik5F2CSAegAR2kfg2iysYAAAAABJRU5ErkJggg==") no-repeat; }
  .searchresults .load-holder .feedback .fake-input {
    width: 16px;
    height: 16px;
    float: left;
    background: transparent;
    position: relative;
    margin: 2px 5px 0 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAAXNSR0IArs4c6QAAAE5JREFUKBVjZFiwIY+BDMDC8O/fRKC+SSTqBVo2b91/EjWB9TCRrAmqYVQjnpAbCYHDAvb//PX5eMIBU+r/fwYWBkZGUCJXxJTFIwLUAwAJvg8Fk5oUWAAAAABJRU5ErkJggg==") no-repeat; }
    .searchresults .load-holder .feedback .fake-input:hover {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAAXNSR0IArs4c6QAAAQtJREFUKBVjZFiwIY+BDMDC8O/fRKC+SSTqBVo2b91/EjWB9TARrWnRTjGGBeuVYeqJ07honSbDn6/XGZhYfhOvcdV/Zoa/jIsZGBkqGOJ8HxGv8evGcgaG/+8YEoNmwzSBaFSnLtqigyzJsGCTNlBTEcN/pmQUcQyNf34tZ5i3IRysaP9+Fob/fxYBnVjOkBTwGF0jC4oAI2soA8OfncDQ02e4/+EbAyPja4aEwLkoaqAcVI2JvjcYFq4zYvjHeB5o038GbnYTbJpAYqh+BInEB71lUBBQYmD+78EQ5vUaJIQNoNoIU+Ho+AfIvA7jYqMhGuevz8cmiVPs/38GFmAAgBK5Ik5F2CSAegAR2kfg2iysYAAAAABJRU5ErkJggg==") no-repeat; }

.searchresults .media-object {
  padding-top: 0; }
  .searchresults .media-object .media-title {
    margin: 5px 0;
    float: left; }
  .searchresults .media-object .title-1 {
    margin: 12px 0 5px 0; }

.searchresults .videos {
  margin: 20px 0 55px 0;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
  .searchresults .videos .image-box {
    width: 33%; }
    @media (max-width: 479px) {
      .searchresults .videos .image-box {
        width: 100%; } }
    .searchresults .videos .image-box a {
      padding: 5px;
      color: #000; }
    .searchresults .videos .image-box p {
      margin-top: 4px; }
  .searchresults .videos .video-thumbnail .glyphicon {
    top: 10%;
    margin-top: 0; }

.flex-container .thanks {
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d3306d;
  z-index: 5; }

.flex-container .run {
  background: url("../images/run.png") no-repeat;
  background-position: left 0; }

.flex-container .thumb {
  background: url("../images/thumbs.png") no-repeat;
  background-position: left 0; }

.flex-container p {
  flex: 1;
  margin-right: 12px;
  margin-bottom: 0;
  min-height: 25px;
  padding: 4px 0 0 30px;
  padding-top: 4px; }

.banner-mini.pink {
  height: 110px; }
  @media (max-width: 479px) {
    .banner-mini.pink {
      display: none; } }
  @media (max-width: 479px) {
    .banner-mini.pink {
      height: 195px; } }

.container-wrap .content p {
  clear: both; }

.mainhead {
  font-size: 16px;
  margin-bottom: 20px; }

.sidebar-green {
  border-top: solid 18px #c9da95;
  background: rgba(233, 244, 200, 0.3);
  padding: 15px; }
  .sidebar-green .section-head {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    border-bottom: #007db4 solid 1px;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin: 10px 0 20px;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .sidebar-green {
      margin: 0 -11px 25px; } }

.section-links {
  font-size: 20px; }
  .section-links ul {
    list-style: none;
    padding: 0; }
    .section-links ul li {
      margin-bottom: 25px;
      position: relative; }
      .section-links ul li a {
        color: #000;
        width: 100%;
        display: block; }
      .section-links ul li:after {
        content: "\e900";
        font-family: 'icomoon' !important;
        color: #009eae;
        position: absolute;
        top: 0;
        right: 0; }

/* box class overright */
.box-nowrap {
  width: 100% !important;
  height: 100%; }
  .box-nowrap .btn {
    font-size: 14px;
    padding: 6px 15px; }

.foot-icons {
  margin: 50px 0;
  overflow: hidden; }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%; }

.ticker {
  display: inline-block;
  white-space: nowrap;
  padding-right: 600px;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 20s;
  animation-duration: 20s; }
  .ticker__item {
    display: inline-block; }
  .ticker:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused; }

.eventinfo {
  flex: 1;
  font-weight: 600;
  z-index: 5; }

@media (max-width: 479px) {
  .banner-mini {
    height: 160px; }
    .banner-mini .eventaction {
      margin-top: 12px; } }

.banner-mini .btn {
  font-size: 16px;
  padding: 8px 13px; }

.banner-mini.grey {
  height: 145px; }
  @media (max-width: 479px) {
    .banner-mini.grey {
      height: 195px; } }

.side-block.grey {
  position: relative; }
  .side-block.grey .underline {
    border-bottom: solid 1px #c0c5ce;
    position: relative; }
  .side-block.grey .checklist {
    font-size: 22px; }
    .side-block.grey .checklist ul {
      position: relative; }
      .side-block.grey .checklist ul li:before {
        margin: 9px 0 0 -20px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAALZJREFUKBWdkTEKAkEMRSeyWCpWnsLKK1haWYidyF7EymtY2XoCj2BtoycQPMPsixiYzaAOM/DI/J/8zbIrkRNqTk1QM4OaZZopCrKggSMsbFFRkOE9TETkYsHAU35+HNpzeMLUQtxjL4gWa2pFD+EGG+dnwRNDYxvifoCzaat4sTHxqXfqFX9JHUELM8iPplMXuYMXPGCd9uyO33/VpLGitzXt69egH/Rag6X/0WeDvNdm9n+jA1thitqGpS0uAAAAAElFTkSuQmCC") no-repeat; }
  .side-block.grey .btn {
    margin-top: 20px;
    font-size: 18px;
    width: 80%; }
  .side-block.grey:before {
    position: absolute;
    background: #969cac;
    content: '';
    border-radius: 50%;
    bottom: 52px;
    left: -790px;
    right: -190px;
    top: -930px; }

.speakers h2 {
  margin-bottom: 30px; }

.speakers ul {
  list-style: none;
  padding: 0; }
  .speakers ul.speaker-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 -10px 0; }
    @media (max-width: 479px) {
      .speakers ul.speaker-list {
        margin: 0 -15px 0; } }
  .speakers ul li {
    width: 25%;
    padding: 0 10px 10px 10px;
    overflow: hidden; }
    @media (max-width: 479px) {
      .speakers ul li {
        width: 50%;
        padding: 5px; } }
    .speakers ul li .speaker {
      background-color: #e5f5f7; }
      .speakers ul li .speaker .bio {
        display: block;
        padding: 14px; }
        .speakers ul li .speaker .bio strong {
          display: block;
          color: #009eae;
          font-weight: 700;
          margin-bottom: 4px; }

.programme {
  position: relative; }
  @media (max-width: 479px) {
    .programme {
      margin: 0 -10px 0 -10px; } }
  .programme .tabset {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    justify-content: flex-start; }
    @media (max-width: 479px) {
      .programme .tabset {
        flex-direction: column; } }
    .programme .tabset li {
      width: 33%;
      padding: 0; }
      @media (max-width: 479px) {
        .programme .tabset li {
          width: 100%;
          max-width: none; } }
      .programme .tabset li.active a {
        background: #009eae;
        color: #fff; }
      .programme .tabset li a {
        color: #009eae;
        border-color: #009eae;
        border-width: 2px 2px 0 2px;
        padding: 2px 10px 2px;
        border-radius: 20px 20px 0 0;
        padding: 0; }
        @media (max-width: 479px) {
          .programme .tabset li a {
            border-radius: 0; } }
        .programme .tabset li a:hover {
          background: #009eae;
          color: #fff; }
  .programme table {
    margin-top: 25px;
    font-size: 16px; }
    @media (max-width: 479px) {
      .programme table {
        background-color: #e5f5f7;
        margin-top: 0; } }
    .programme table tr {
      border-bottom: solid 1px #009eae;
      height: 60px; }
      .programme table tr td {
        padding: 30px 0; }
        .programme table tr td:first-child {
          font-weight: bold;
          padding: 0 30px 0 20px;
          width: 10%; }
        .programme table tr td strong {
          display: block; }
        .programme table tr td p {
          margin-bottom: 4px; }
        .programme table tr td p:first-of-type {
          margin-top: 10px; }
        .programme table tr td[rowspan] {
          border-left: solid 1px #009eae;
          border-top: solid 1px #009eae;
          padding-left: 20px;
          vertical-align: top; }
  .programme .umb-grid .details {
    min-height: 60px;
    padding: 30px 0;
    border-bottom: solid 1px #009eae; }
    .programme .umb-grid .details.plus {
      border-left: solid 1px #009eae;
      padding: 30px 10px;
      /*p {
          min-height: 125px;
        }*/ }
    .programme .umb-grid .details .date {
      width: 80px;
      float: left;
      min-height: 60px;
      font-weight: 700; }
  .programme .umb-grid .col-md-8 {
    padding-right: 0; }
  .programme .umb-grid .col-md-4 {
    padding-left: 0; }

.exhibitors {
  background-color: #e8f5f7;
  padding: 30px 0 45px;
  margin-bottom: 43px; }
  .exhibitors h2 {
    margin-bottom: 30px; }
  .exhibitors ul {
    list-style: none;
    padding: 0; }
    .exhibitors ul.exhibitor-list {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: stretch;
      justify-content: flex-start;
      margin: 0 -10px 0; }
      @media (max-width: 479px) {
        .exhibitors ul.exhibitor-list {
          margin: 0 -5px 0; } }
    .exhibitors ul li {
      width: 16.6%;
      padding: 10px;
      overflow: hidden; }
      @media (max-width: 479px) {
        .exhibitors ul li {
          width: 50%;
          padding: 5px; } }

/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control {
  color: #ccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 25px; }

.control div.vidbtn {
  width: 45px;
  height: 45px;
  cursor: pointer;
  margin-bottom: 15px; }

.control div.btnPlay {
  background: url(../images/replay-icon.png) no-repeat 0 0;
  opacity: 0.7; }
  .control div.btnPlay:hover {
    opacity: 0.9; }

.control div.sound2 {
  background: url(../images/speaker-icon.png) no-repeat 0 0;
  opacity: 0.7; }
  .control div.sound2:hover {
    opacity: 0.9; }

.bufferBar {
  z-index: 5;
  width: 0;
  background: #fff;
  background: -moz-linear-gradient(top, #999, #666);
  background: -webkit-linear-gradient(top, #999, #666);
  background: -o-linear-gradient(top, #999, #666);
  box-shadow: 2px 0 5px #333;
  -moz-box-shadow: 2px 0 5px #333;
  -webkit-box-shadow: 2px 0 5px #333; }

/* VOLUME BAR CSS */
/* volume bar */
.volume {
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 10px;
  float: right;
  margin-top: 10px;
  margin-right: 10px; }

.volumeBar {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  z-index: 10; }

/* OTHERS CSS */
/* video screen cover */
.loading, #init {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/loading.gif) no-repeat 50% 50%;
  z-index: 2;
  display: none; }

#init {
  background: url(../images/bigplay.png) no-repeat 50% 50% !important;
  cursor: pointer; }

.banner-contact {
  padding-right: 55%;
  display: block; }
  @media (max-width: 479px) {
    .banner-contact {
      display: block; } }

.map {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  overflow: hidden;
  width: 50%; }

.content-map {
  color: #000; }

@media (max-width: 479px) {
  .headoffice {
    padding-top: 20px; } }

.headoffice strong {
  margin-bottom: 6px; }

.headoffice p {
  margin-bottom: 5px; }

.headoffice .address {
  margin-top: 30px; }

.headoffice .enquiries {
  margin-top: 30px; }

.headoffice .open {
  margin-top: 20px; }

.otheroffice {
  margin-top: 40px; }
  .otheroffice strong {
    margin-bottom: 6px;
    display: block; }
  .otheroffice p {
    margin-bottom: 0; }
  .otheroffice ul {
    list-style: none;
    padding: 0; }
    .otheroffice ul.contacts-list {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: stretch;
      justify-content: flex-start; }
    .otheroffice ul li {
      width: 33%;
      margin-bottom: 30px; }
      @media (max-width: 479px) {
        .otheroffice ul li {
          width: 100%; } }
      .otheroffice ul li p, .otheroffice ul li span {
        display: block; }

.contactemail {
  background: url("../images/email.png") no-repeat;
  background-size: 16px;
  background-position: 2px 1px;
  padding-left: 25px;
  display: block;
  padding-bottom: 5px; }
  .contactemail a[href^="mailto:"] {
    color: #000; }

.contacttel {
  background: url("../images/phone.png") no-repeat;
  background-size: 16px;
  background-position: 2px 1px;
  padding-left: 25px;
  display: block; }
  .contacttel a[href^="tel:"] {
    color: #000; }

.green .banner-aboutus {
  padding-right: 55%;
  display: block; }
  .green .banner-aboutus span {
    font-size: 14px; }
    .green .banner-aboutus span.contactemail, .green .banner-aboutus span.contacttel {
      color: #000;
      display: inline-block;
      padding-right: 15px;
      word-wrap: break-word; }
      @media (max-width: 479px) {
        .green .banner-aboutus span.contactemail, .green .banner-aboutus span.contacttel {
          word-wrap: break-word;
          width: 170px;
          line-height: 1; } }
    .green .banner-aboutus span.contacttel {
      margin-bottom: 15px; }
    .green .banner-aboutus span.opening {
      display: inline-block; }

@media (max-width: 479px) {
  .aboutus {
    padding-top: 20px; } }

.aboutus .side-block.co-ordinator .clip-circle {
  display: block;
  margin: 0 auto; }

.aboutus .side-block p {
  text-align: left; }
  .aboutus .side-block p:last-of-type {
    margin-bottom: 0; }

/* -------------- VACANCIES -------------- */
@media (max-width: 479px) {
  .vacancies h2 {
    margin-top: 20px; } }

.vacancies .vacancy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding: 10px 30px 20px; }
  @media (max-width: 979px) {
    .vacancies .vacancy {
      padding: 5px 10px; } }
  .vacancies .vacancy strong {
    margin: 0 0 0.5em;
    display: block; }
  .vacancies .vacancy .jobtitle {
    color: #009eae;
    font-size: 22px;
    margin-bottom: 15px; }
  .vacancies .vacancy .social-info {
    position: absolute;
    top: -20px;
    right: 8px; }
    @media (max-width: 479px) {
      .vacancies .vacancy .social-info {
        position: relative;
        top: 0;
        right: 0; }
        .vacancies .vacancy .social-info ul {
          padding: 0; } }
    .vacancies .vacancy .social-info .social-item {
      font-size: 14px; }
      .vacancies .vacancy .social-info .social-item a {
        font-size: 14px; }
      .vacancies .vacancy .social-info .social-item .icon {
        font-size: 14px; }
  .vacancies .vacancy #sidebar {
    text-align: right;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 479px) {
      .vacancies .vacancy #sidebar {
        text-align: left; } }
    .vacancies .vacancy #sidebar .deadline {
      font-weight: 700;
      margin-top: 20px; }
      @media (max-width: 479px) {
        .vacancies .vacancy #sidebar .deadline {
          margin-top: 0; } }

.vacancies.older {
  margin-bottom: 25px; }
  .vacancies.older .social-info {
    top: 20px;
    right: 30px; }
    @media (max-width: 479px) {
      .vacancies.older .social-info {
        position: relative;
        top: 0;
        right: 0; }
        .vacancies.older .social-info ul {
          padding: 0; } }
  .vacancies.older .accordion .social-item {
    font-size: 14px; }
    .vacancies.older .accordion .social-item a {
      font-size: 14px; }
    .vacancies.older .accordion .social-item .icon {
      font-size: 14px; }
  .vacancies.older .accordion li {
    position: relative; }
    .vacancies.older .accordion li a.opener {
      display: block;
      color: #fff;
      height: 40px; }
      .vacancies.older .accordion li a.opener:after {
        width: 12px;
        height: 12px;
        position: absolute;
        content: " ";
        top: 14px;
        content: "\e902";
        cursor: default; }
  .vacancies.older .accordion .active a.opener:after {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 18px; }

.applyonline, .exhibitors {
  background-color: #e8f5f7;
  padding: 30px 0 45px;
  margin-bottom: 43px;
  /* UMBRACO STYLING */
  position: relative;
  width: 99.427vw;
  left: calc(-50vw + 50%); }
  .applyonline .application-form, .exhibitors .application-form {
    max-width: 963px;
    margin: 0 auto;
    padding: 10px 30px 20px; }
  .applyonline h2, .exhibitors h2 {
    margin-bottom: 30px; }
  .applyonline ul, .exhibitors ul {
    list-style: none;
    padding: 0; }
    .applyonline ul.exhibitor-list, .exhibitors ul.exhibitor-list {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: stretch;
      justify-content: flex-start;
      margin: 0 -10px 0; }
      @media (max-width: 479px) {
        .applyonline ul.exhibitor-list, .exhibitors ul.exhibitor-list {
          margin: 0 -5px 0; } }
    .applyonline ul li, .exhibitors ul li {
      width: 16.6%;
      padding: 10px;
      overflow: hidden; }
      @media (max-width: 479px) {
        .applyonline ul li, .exhibitors ul li {
          width: 50%;
          padding: 5px; } }
  .applyonline .twocol, .exhibitors .twocol {
    float: none;
    width: 100%; }
    .applyonline .twocol .leftcol, .applyonline .twocol .rightcol, .exhibitors .twocol .leftcol, .exhibitors .twocol .rightcol {
      width: 50%;
      float: left; }
      @media (max-width: 479px) {
        .applyonline .twocol .leftcol, .applyonline .twocol .rightcol, .exhibitors .twocol .leftcol, .exhibitors .twocol .rightcol {
          width: 100%; } }
      .applyonline .twocol .leftcol [type="text"], .applyonline .twocol .leftcol [type="email"], .applyonline .twocol .leftcol .jcf-select, .applyonline .twocol .rightcol [type="text"], .applyonline .twocol .rightcol [type="email"], .applyonline .twocol .rightcol .jcf-select, .exhibitors .twocol .leftcol [type="text"], .exhibitors .twocol .leftcol [type="email"], .exhibitors .twocol .leftcol .jcf-select, .exhibitors .twocol .rightcol [type="text"], .exhibitors .twocol .rightcol [type="email"], .exhibitors .twocol .rightcol .jcf-select {
        width: 50%; }
        @media (max-width: 479px) {
          .applyonline .twocol .leftcol [type="text"], .applyonline .twocol .leftcol [type="email"], .applyonline .twocol .leftcol .jcf-select, .applyonline .twocol .rightcol [type="text"], .applyonline .twocol .rightcol [type="email"], .applyonline .twocol .rightcol .jcf-select, .exhibitors .twocol .leftcol [type="text"], .exhibitors .twocol .leftcol [type="email"], .exhibitors .twocol .leftcol .jcf-select, .exhibitors .twocol .rightcol [type="text"], .exhibitors .twocol .rightcol [type="email"], .exhibitors .twocol .rightcol .jcf-select {
            width: 100%; } }
      .applyonline .twocol .leftcol textarea, .applyonline .twocol .rightcol textarea, .exhibitors .twocol .leftcol textarea, .exhibitors .twocol .rightcol textarea {
        border: 1px solid #9a9a9a;
        background: #fff;
        display: block;
        color: #000;
        padding: 3px 5px;
        margin: 0;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        height: 80px;
        text-transform: capitalize;
        width: 70%; }
        @media (max-width: 479px) {
          .applyonline .twocol .leftcol textarea, .applyonline .twocol .rightcol textarea, .exhibitors .twocol .leftcol textarea, .exhibitors .twocol .rightcol textarea {
            width: 100%; } }
      .applyonline .twocol .leftcol p, .applyonline .twocol .rightcol p, .exhibitors .twocol .leftcol p, .exhibitors .twocol .rightcol p {
        font-size: 12px;
        color: #009eae;
        font-weight: 700; }
        .applyonline .twocol .leftcol p .icon, .applyonline .twocol .rightcol p .icon, .exhibitors .twocol .leftcol p .icon, .exhibitors .twocol .rightcol p .icon {
          margin-right: 10px; }
  .applyonline .js-btn-holder, .exhibitors .js-btn-holder {
    text-align: right; }
    @media (max-width: 479px) {
      .applyonline .js-btn-holder, .exhibitors .js-btn-holder {
        text-align: left; } }
  .applyonline .inputfile, .exhibitors .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .applyonline .inputfile + label, .exhibitors .inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-transform: uppercase; }

.banner-findagroup {
  padding-right: 55%;
  display: block; }
  @media (max-width: 479px) {
    .banner-findagroup {
      padding-right: 0; } }
  .banner-findagroup .locator-text {
    background: url("../images/location-icon.png") no-repeat;
    background-size: 35px;
    font-size: 18px;
    line-height: 2;
    padding-left: 50px; }
  .banner-findagroup .btn {
    font-size: 16px; }
  .banner-findagroup a {
    color: #000; }
  .banner-findagroup [type="text"] {
    border-radius: 20px;
    border: none;
    margin: 0 0 20px;
    border: 2px solid #fff;
    padding: 5px 15px 5px 18px;
    background: #fff;
    font-size: 16px;
    line-height: 1.2;
    display: block;
    color: #343441;
    height: 37px;
    width: 220px; }
    @media (max-width: 479px) {
      .banner-findagroup [type="text"] {
        width: 100%; } }

@media (max-width: 479px) {
  .findagroup {
    margin-top: 15px; } }

.findagroup .group {
  background-color: rgba(233, 244, 200, 0.3);
  padding: 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 37px; }
  .findagroup .group .social-info {
    position: absolute;
    top: 5px;
    right: 32px; }
    .findagroup .group .social-info .social-item {
      font-size: 12px; }
      .findagroup .group .social-info .social-item a {
        font-size: 12px; }
      .findagroup .group .social-info .social-item .icon {
        font-size: 14px; }
  .findagroup .group .group-box {
    overflow: hidden;
    margin-bottom: 20px; }
    @media (max-width: 479px) {
      .findagroup .group .group-box {
        margin-top: 50px; } }
  .findagroup .group .minimap {
    float: left;
    width: 135px; }
    @media (max-width: 479px) {
      .findagroup .group .minimap {
        display: none; } }
  .findagroup .group .group-contact .name {
    font-size: 28px;
    display: inline-block;
    margin-bottom: 5px; }
  .findagroup .group .group-contact .place {
    display: inherit; }
    .findagroup .group .group-contact .place .icon-location {
      float: left;
      font-size: 40px;
      color: #929aab; }
    .findagroup .group .group-contact .place span {
      font-size: 14px;
      display: inherit; }
  .findagroup .group .group-info {
    margin-top: 45px; }
    .findagroup .group .group-info .contactemail {
      display: inline-block;
      margin-right: 30px; }
    .findagroup .group .group-info .contacttel {
      margin-top: 10px; }

.findagroup .clear-left {
  margin-top: 35px;
  padding-bottom: 0;
  padding-top: 0; }
  @media (max-width: 479px) {
    .findagroup .clear-left {
      border-left: none; } }
  .findagroup .clear-left p {
    margin-bottom: 18px; }
    .findagroup .clear-left p:last-of-type {
      margin-bottom: 35px; }

.mapclosebtn {
  height: 17px !important;
  width: 17px !important; }
  .mapclosebtn img {
    display: none; }
  .mapclosebtn:before, .mapclosebtn:after {
    right: 0px;
    top: 6px;
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    background: #000;
    transition: transform .5s ease;
    transform: rotate(0); }
  .mapclosebtn:after {
    transform-origin: center;
    transform: rotate(90deg); }
  .mapclosebtn:hover {
    background: transparent; }
    .mapclosebtn:hover:after {
      transform: rotate(0); }
    .mapclosebtn:hover:before {
      transform: rotate(0); }

@media (max-width: 479px) {
  .findagroupmap {
    display: none; } }

.custom-iw {
  background: #c9da95;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(85, 103, 33, 0.8);
  -moz-box-shadow: 0px 3px 4px 0px rgba(85, 103, 33, 0.8);
  box-shadow: 0px 3px 4px 0px rgba(85, 103, 33, 0.8); }
  .custom-iw:after {
    top: 99%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 15px;
    margin-left: 0;
    border-color: transparent transparent #c9da95 #c9da95;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(85, 103, 33, 0.8); }

.jcf-select-drop.jcf-select-member-select .jcf-list {
  font-size: 12px;
  font-weight: 700;
  background: #f5e6af;
  border: 1px solid #9a9a9a;
  border-radius: 0;
  color: #000; }

.jcf-select-drop.jcf-select-member-select .jcf-list .jcf-option {
  color: #000; }

.jcf-select.jcf-select-member-select {
  border: none;
  background: #fff;
  overflow: hidden; }

.jcf-select-drop.jcf-select-member-select .jcf-list li + li {
  border-top: 1px solid #fff; }

.membership.accordion {
  background: #fcf8e9;
  /*[type='text'], [type='email'], select {

            @include media('<desktop') {
                width: 100%;
            }
        }*/ }
  .membership.accordion li + li .opener {
    background: #f5e6af; }
  .membership.accordion .opener {
    background: #f7ecc2; }
  .membership.accordion .postcode [type='text'] {
    display: inline-block; }
    @media (min-width: 980px) {
      .membership.accordion .postcode [type='text'] {
        width: 50%; } }
  .membership.accordion .postcode .btn {
    font-size: 14px;
    display: inline-block; }
    @media (max-width: 979px) {
      .membership.accordion .postcode .btn {
        margin-top: 15px; } }
  .membership.accordion .note a {
    color: #000;
    text-decoration: underline; }
  .membership.accordion .findaddress, .membership.accordion .manualaddress {
    display: none; }
    .membership.accordion .findaddress.active, .membership.accordion .manualaddress.active {
      display: block; }
  .membership.accordion .payment-detail-form .payment-optn {
    background: #f8ecc4; }
  .membership.accordion .payment-detail-form .payment-optn .fake-input {
    background: #faf2d5; }
  .membership.accordion .payment-detail-form .payment-optn [type="radio"]:checked + .fake-input {
    background: #f8ecc4; }
  .membership.accordion .payment-detail-form .radio-wrap .fake-input {
    border: 1px solid #e4bb27; }
  .membership.accordion .payment-detail-form .radio-wrap [type="radio"]:checked + .fake-input {
    background: #fff;
    color: #f5e6af; }
    .membership.accordion .payment-detail-form .radio-wrap [type="radio"]:checked + .fake-input:before {
      background: #e4bb27; }
  .membership.accordion .payment-optn [type="radio"]:checked ~ .fake-icon:before {
    background: #e4bb27; }
  .membership.accordion .payment-optn .fake-icon {
    display: none; }
    @media (max-width: 767px) {
      .membership.accordion .payment-optn .fake-icon {
        transition: background 0.3s, border 0.3s;
        top: 50%;
        left: 8px;
        content: '';
        width: 18px;
        height: 18px;
        display: block;
        border-radius: 50%;
        position: absolute;
        transform: translatey(-50%);
        border: 1px solid #e4bb27; } }
    @media (max-width: 767px) {
      .membership.accordion .payment-optn .fake-icon:before {
        transition: background 0.3s, border 0.3s;
        position: absolute;
        content: '';
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        border-radius: 50%;
        background: transparent; } }

.membership .membership-form .tab-content {
  padding-bottom: 20px; }

@media (max-width: 479px) {
  .membership .membership-form .fake-icon {
    border-color: #e4bb27; } }

.membership .membership-form .wrap > label {
  height: auto;
  width: 100%;
  float: none;
  display: block;
  position: relative;
  cursor: pointer; }

.membership .membership-form .wrap .fake-icon {
  transition: border 0.3s, background 0.3s;
  top: 50%;
  left: 8px;
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  margin-top: 1px;
  position: absolute;
  transform: translatey(-50%);
  border: 2px solid #e4bb27;
  background: #fff; }
  .membership .membership-form .wrap .fake-icon:before {
    transition: border 0.3s, background 0.3s;
    position: absolute;
    content: '';
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: transparent; }

.membership .membership-form .wrap .fake-input {
  padding: 12px 38px 13px;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  background: #f7ecc2 !important;
  display: block; }

.membership .membership-form .wrap [type="radio"]:checked ~ .fake-icon {
  border-width: 2px;
  width: 16px;
  height: 16px;
  background: #e4bb27;
  border-color: #fff; }

.membership .membership-form .wrap .input-wrp {
  text-align: left; }
  @media (max-width: 979px) {
    .membership .membership-form .wrap .input-wrp {
      background: transparent;
      padding: 0; } }
  @media (max-width: 479px) {
    .membership .membership-form .wrap .input-wrp {
      background: none; } }
  .membership .membership-form .wrap .input-wrp li {
    padding-left: 0;
    width: auto; }

.membership .membership-form .wrap .individual {
  display: flex; }

.membership .membership-form .wrap .individual {
  display: flex;
  flex-flow: row wrap; }
  @media (max-width: 479px) {
    .membership .membership-form .wrap .individual {
      flex-direction: column; } }
  .membership .membership-form .wrap .individual .info {
    flex: 1;
    padding-right: 45px; }
  .membership .membership-form .wrap .individual .individual-amount {
    flex: 1; }
    .membership .membership-form .wrap .individual .individual-amount [type=text] {
      text-align: left;
      margin: 0 0 20px 0;
      width: 167px;
      margin-bottom: 20px; }
    .membership .membership-form .wrap .individual .individual-amount .text-label {
      margin-bottom: 5px; }

.membership .membership-form .block-wrap {
  background: #faf2d5; }

.membership.side-block .section-head {
  font-size: 22px;
  margin: 10px 0 0; }

.membership.side-block .sectionimg-name {
  background-color: #e4bb27;
  font-size: 15px; }

.membership.side-block .clip-circle {
  display: block;
  margin: 0 auto; }

.membership.side-block blockquote:before, .membership.side-block blockquote:after {
  color: #e4bb27; }

.event-banner {
  background: linear-gradient(to bottom, #262b81 0%, #262b81 37px, #747d99 38px, #747d99 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  overflow: hidden;
  line-height: 1.34;
  min-height: 358px;
  color: #fff;
  z-index: 9;
  position: relative; }
  @media (max-width: 479px) {
    .event-banner {
      min-height: 38px; } }
  .event-banner .event-opener {
    display: none;
    color: #fff;
    height: 40px; }
    @media (max-width: 479px) {
      .event-banner .event-opener {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px; } }
    .event-banner .event-opener:after {
      width: 12px;
      height: 12px;
      position: absolute;
      content: " ";
      top: 2px;
      right: 10px;
      content: "\e902";
      cursor: default; }
  .event-banner.active .event-opener:after {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 4px; }
  .event-banner .map:before {
    box-shadow: inset 2px 0px 2px 0px rgba(0, 0, 0, 0.3);
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  @media (max-width: 479px) {
    .event-banner .map {
      display: none; } }
  .event-banner #search [type="text"] {
    border: 2px solid #fff;
    padding: 5px 15px 5px 18px;
    border-radius: 20px;
    background: #fff;
    font-size: 16px;
    min-width: 0;
    line-height: 1.2;
    display: block;
    color: #343441;
    height: 37px;
    width: 100%;
    margin: 0; }
  .event-banner .container-wrap {
    position: relative; }
  .event-banner .tabset {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    z-index: 2;
    top: -2px;
    left: 0;
    right: 39px;
    width: 50%; }
    @media (max-width: 479px) {
      .event-banner .tabset {
        width: 310px; } }
    .event-banner .tabset li {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      padding: 0;
      text-transform: capitalize; }
      @media (min-width: 981px) {
        .event-banner .tabset li {
          min-width: 210px; } }
      @media (max-width: 979px) {
        .event-banner .tabset li {
          min-width: 190px; } }
      @media (max-width: 479px) {
        .event-banner .tabset li {
          min-width: 150px; } }
      .event-banner .tabset li a {
        transition: background 0.3s, border 0.3s, color 0.3s;
        display: block;
        padding: 9px 10px 8px;
        color: #fff;
        min-width: 154px;
        text-decoration: none;
        background: #262b81;
        border: none;
        border-radius: 0; }
      .event-banner .tabset li.active {
        position: relative; }
        .event-banner .tabset li.active a {
          background: #009eae;
          box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.3); }
        .event-banner .tabset li.active:before {
          transition: opacity 0.3s, visibility 0.3s;
          position: absolute;
          content: '';
          top: 100%;
          left: 58%;
          width: 0;
          height: 0;
          margin: -1px 0 0 -24px;
          border-style: solid;
          border-width: 14px 0 0 14px;
          border-color: transparent transparent #009eae #009eae;
          transform-origin: 0 0;
          transform: rotate(-45deg);
          box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2); }
  .event-banner .tab-content {
    width: 50%;
    padding-top: 60px;
    padding-right: 15px; }
    @media (max-width: 479px) {
      .event-banner .tab-content {
        width: 100%;
        padding-right: 0; } }
    .event-banner .tab-content #search .leftcol {
      padding-right: 40px; }
      @media (max-width: 479px) {
        .event-banner .tab-content #search .leftcol {
          width: 100%;
          padding: 10px; } }
      .event-banner .tab-content #search .leftcol:after {
        content: '';
        width: 1px;
        background: #fff;
        height: 224px;
        position: absolute;
        top: 20px;
        left: 45%; }
        @media (max-width: 479px) {
          .event-banner .tab-content #search .leftcol:after {
            display: none; } }
    @media (max-width: 479px) {
      .event-banner .tab-content #search .rightcol {
        width: 100%; } }
    .event-banner .tab-content .twocol {
      position: relative;
      font-size: 16px; }
      .event-banner .tab-content .twocol .leftcol {
        width: 50%;
        float: left; }
        .event-banner .tab-content .twocol .leftcol .ranges {
          margin-top: 30px;
          font-size: 13px; }
        .event-banner .tab-content .twocol .leftcol .range-row {
          margin-bottom: 40px;
          font-size: 12px; }
          .event-banner .tab-content .twocol .leftcol .range-row:last-child {
            margin-bottom: 0; }
          .event-banner .tab-content .twocol .leftcol .range-row label {
            margin-bottom: 5px;
            display: block;
            font-weight: 600; }
            .event-banner .tab-content .twocol .leftcol .range-row label span {
              float: right;
              font-weight: lighter; }
          .event-banner .tab-content .twocol .leftcol .range-row [type=range] {
            width: 100%;
            -webkit-appearance: none; }
      .event-banner .tab-content .twocol .rightcol {
        width: 50%;
        float: left; }
        .event-banner .tab-content .twocol .rightcol .small-title {
          display: block;
          margin-bottom: 10px; }
        .event-banner .tab-content .twocol .rightcol .event-filter-search {
          margin-top: 30px; }
        .event-banner .tab-content .twocol .rightcol .box.block {
          font-size: 12px;
          display: block;
          float: left;
          min-width: 50%;
          clear: none;
          margin-bottom: 8px; }
        .event-banner .tab-content .twocol .rightcol [type="checkbox"] {
          position: fixed;
          left: 0;
          top: 0;
          opacity: 0;
          z-index: -1; }
          .event-banner .tab-content .twocol .rightcol [type="checkbox"]:checked + .fake-input {
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAALZJREFUKBWdkTEKAkEMRSeyWCpWnsLKK1haWYidyF7EymtY2XoCj2BtoycQPMPsixiYzaAOM/DI/J/8zbIrkRNqTk1QM4OaZZopCrKggSMsbFFRkOE9TETkYsHAU35+HNpzeMLUQtxjL4gWa2pFD+EGG+dnwRNDYxvifoCzaat4sTHxqXfqFX9JHUELM8iPplMXuYMXPGCd9uyO33/VpLGitzXt69egH/Rag6X/0WeDvNdm9n+jA1thitqGpS0uAAAAAElFTkSuQmCC") no-repeat; }
        .event-banner .tab-content .twocol .rightcol .fake-input {
          width: 16px;
          height: 16px;
          float: left;
          background: transparent;
          position: relative;
          margin: 2px 5px 0 0;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAChJREFUKBVj/A8EDOQAcjSC9DCRYxlIz6hGPCE3Gjh4AoeRnLQKMg8Ak0AQCRITjOIAAAAASUVORK5CYII=") no-repeat;
          cursor: pointer; }
          .event-banner .tab-content .twocol .rightcol .fake-input:hover {
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAALZJREFUKBWdkTEKAkEMRSeyWCpWnsLKK1haWYidyF7EymtY2XoCj2BtoycQPMPsixiYzaAOM/DI/J/8zbIrkRNqTk1QM4OaZZopCrKggSMsbFFRkOE9TETkYsHAU35+HNpzeMLUQtxjL4gWa2pFD+EGG+dnwRNDYxvifoCzaat4sTHxqXfqFX9JHUELM8iPplMXuYMXPGCd9uyO33/VpLGitzXt69egH/Rag6X/0WeDvNdm9n+jA1thitqGpS0uAAAAAElFTkSuQmCC") no-repeat; }
        .event-banner .tab-content .twocol .rightcol .search-buttons {
          float: left;
          margin: 20px 0;
          width: 100%; }
          .event-banner .tab-content .twocol .rightcol .search-buttons .btn-white-t {
            float: left;
            font-size: 14px; }
            @media (min-width: 481px) {
              .event-banner .tab-content .twocol .rightcol .search-buttons .btn-white-t {
                min-width: 80px; } }
          .event-banner .tab-content .twocol .rightcol .search-buttons .btn-grey {
            float: right;
            font-size: 14px; }
            @media (min-width: 481px) {
              .event-banner .tab-content .twocol .rightcol .search-buttons .btn-grey {
                min-width: 80px; } }
        .event-banner .tab-content .twocol .rightcol .suggest {
          font-size: 12px;
          clear: both; }
          @media (max-width: 479px) {
            .event-banner .tab-content .twocol .rightcol .suggest {
              margin-bottom: 12px; } }
          .event-banner .tab-content .twocol .rightcol .suggest a {
            float: right;
            color: #fff;
            text-decoration: underline;
            text-transform: uppercase;
            margin-bottom: 5px; }

@media (min-width: 481px) and (max-width: 979px) {
  .event-banner .tab-content #upcoming {
    font-size: 2vw; }
    .event-banner .tab-content #upcoming .btn {
      font-size: 14px; } }
    .event-banner .tab-content #upcoming .twocol {
      position: relative;
      font-size: 16px;
      width: 100%; }
      .event-banner .tab-content #upcoming .twocol .leftcol {
        width: 60%;
        float: left; }
      .event-banner .tab-content #upcoming .twocol .rightcol {
        width: 40%;
        float: left; }
        .event-banner .tab-content #upcoming .twocol .rightcol .btn {
          display: table; }
    .event-banner .tab-content #upcoming .previous {
      float: left;
      margin-top: 10px; }
      @media (max-width: 979px) {
        .event-banner .tab-content #upcoming .previous {
          margin-top: 0; } }
      .event-banner .tab-content #upcoming .previous ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        @media (max-width: 479px) {
          .event-banner .tab-content #upcoming .previous ul {
            margin: 0 0 10px 0; } }
        .event-banner .tab-content #upcoming .previous ul li {
          padding: 10px 0;
          height: 45px;
          line-height: 30px; }
          @media (max-width: 479px) {
            .event-banner .tab-content #upcoming .previous ul li {
              height: auto; } }
          .event-banner .tab-content #upcoming .previous ul li .btn {
            margin-left: 20px; }
            @media (max-width: 979px) {
              .event-banner .tab-content #upcoming .previous ul li .btn {
                margin-left: 5px;
                min-width: 122px; } }
    .event-banner .tab-content #upcoming .upcoming {
      float: left;
      margin-top: 20px;
      width: 100%; }
      .event-banner .tab-content #upcoming .upcoming ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        @media (max-width: 479px) {
          .event-banner .tab-content #upcoming .upcoming ul {
            margin: 0 0 10px 0; } }
        .event-banner .tab-content #upcoming .upcoming ul li {
          padding: 10px 0;
          height: 45px;
          line-height: 30px; }
          @media (max-width: 479px) {
            .event-banner .tab-content #upcoming .upcoming ul li {
              height: auto; } }
          .event-banner .tab-content #upcoming .upcoming ul li .btn {
            margin-left: 20px;
            float: right; }
            @media (max-width: 979px) {
              .event-banner .tab-content #upcoming .upcoming ul li .btn {
                margin-left: 5px;
                min-width: 122px; } }

.events h2 {
  margin-bottom: 10px;
  font-weight: 600; }

.events > h2 {
  margin-bottom: 0; }
  @media (max-width: 479px) {
    .events > h2 {
      margin-top: 20px; } }

.events .event-info {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  @media (max-width: 479px) {
    .events .event-info {
      flex-direction: column; } }
  .events .event-info .event-img {
    flex: 1;
    max-width: 150px;
    padding-right: 20px; }
    @media (max-width: 479px) {
      .events .event-info .event-img img {
        display: none; } }
    .events .event-info .event-img p {
      margin-top: 10px; }
  .events .event-info .event-short {
    width: 74%; }
    .events .event-info .event-short p strong {
      font-size: 12px; }
    @media (max-width: 479px) {
      .events .event-info .event-short {
        width: 100%; } }

.events .event {
  background-color: #e8f5f7;
  padding: 20px;
  position: relative; }
  .events .event .event-main-image {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    overflow: hidden; }
    .events .event .event-main-image img {
      width: 100%; }
  .events .event .event-location {
    display: flex;
    flex-flow: row wrap; }
    @media (max-width: 479px) {
      .events .event .event-location {
        margin-top: 40px; } }
    .events .event .event-location .location {
      flex: 1;
      max-width: 140px; }
      .events .event .event-location .location p {
        font-size: 16px; }
      .events .event .event-location .location .where {
        border-bottom: #009eae solid 1px;
        border-width: 70%;
        padding-bottom: 5px; }
    .events .event .event-location .event-map {
      flex: 1;
      margin-left: 15px;
      height: 195px; }
  .events .event .event-details {
    border-top: #009eae solid 1px;
    padding-top: 30px;
    overflow: hidden;
    width: 100%;
    display: none; }
    .events .event .event-details #content {
      width: 60%; }
      @media (max-width: 479px) {
        .events .event .event-details #content {
          width: 100%;
          padding-right: 0; } }

@media (min-width: 481px) and (max-width: 979px) {
  .events .event .event-details #content {
    padding-right: 15px; } }
      .events .event .event-details #content p:first-of-type {
        margin-top: 20px; }
      .events .event .event-details #content p:last-of-type {
        margin-bottom: 20px; }
    .events .event .event-details #sidebar {
      width: 40%; }
      @media (max-width: 479px) {
        .events .event .event-details #sidebar {
          width: 100%; } }
  .events .event .social-info {
    position: absolute;
    top: 0px;
    right: 25px; }
    @media (max-width: 479px) {
      .events .event .social-info {
        position: relative;
        top: 0;
        right: 0; }
        .events .event .social-info ul {
          padding: 0; } }
    .events .event .social-info .social-item {
      font-size: 14px; }
      .events .event .social-info .social-item a {
        font-size: 14px; }
      .events .event .social-info .social-item .icon {
        font-size: 14px; }

.events .whosatt {
  position: relative; }
  .events .whosatt .btn-wrp {
    text-align: right; }
  .events .whosatt ul.whoimgs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 20px; }
    @media (max-width: 479px) {
      .events .whosatt ul.whoimgs {
        margin: 0 0 30px 0; } }
    .events .whosatt ul.whoimgs li {
      padding: 0;
      flex: 1 1 30px;
      margin: 2px; }
    .events .whosatt ul.whoimgs .btn {
      position: absolute;
      right: 15px;
      bottom: 20px; }

.events.older {
  margin-bottom: 25px; }
  .events.older .whosatt {
    width: 100%; }
    @media (max-width: 479px) {
      .events.older .whosatt {
        margin-top: 20px; } }
    .events.older .whosatt > p {
      display: block; }
    .events.older .whosatt ul.whoimgs {
      max-width: 95%; }
      @media (max-width: 479px) {
        .events.older .whosatt ul.whoimgs {
          max-width: 100%; } }
      @media (max-width: 979px) {
        .events.older .whosatt ul.whoimgs li {
          flex: 1 1 20px; } }
  .events.older .event {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 30px 20px 0px;
    background: transparent; }
    @media (max-width: 479px) {
      .events.older .event {
        padding: 20px 15px 20px 0px; } }
    .events.older .event h2 {
      font-size: 22px; }
    .events.older .event.active {
      padding: 20px 30px 20px 30px;
      background-color: #E5F6F7; }
      @media (max-width: 479px) {
        .events.older .event.active {
          padding: 20px 15px 20px 30px; } }
  .events.older .social-info {
    top: 20px;
    right: 30px; }
    @media (max-width: 479px) {
      .events.older .social-info {
        position: relative;
        top: 0;
        right: 0; }
        .events.older .social-info ul {
          padding: 0; } }
  .events.older .accordion .social-item {
    font-size: 14px; }
    .events.older .accordion .social-item a {
      font-size: 14px; }
    .events.older .accordion .social-item .icon {
      font-size: 14px; }
  .events.older .accordion li {
    position: relative; }
    .events.older .accordion li a.opener {
      display: block;
      color: #fff;
      height: 40px;
      cursor: pointer; }
      .events.older .accordion li a.opener:after {
        width: 12px;
        height: 12px;
        content: " ";
        /*top: 14px;*/
        content: "\e902"; }
      .events.older .accordion li a.opener.active:after {
        content: "\e903"; }
  .events.older .accordion .active a.opener:after {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 18px; }
  .events.older .event-img {
    width: 15%;
    padding-right: 20px;
    min-width: auto; }
    @media (max-width: 479px) {
      .events.older .event-img {
        width: 100%; } }
  .events.older .event-short {
    width: 75%; }
    @media (max-width: 479px) {
      .events.older .event-short {
        width: 100%; } }