/*Headers for mobile*/
h1 {
    font-size: 2.25em;
    line-height: 1.277777777777778;
}
h2{
    font-size: 1.75em;
    line-height: 1.285714285714286;
}
/* Header */
.cp-header {
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #e1dfe1;
  position: relative;
}
.cp-header .cp-top-header{
  display: none;
  float: right;
}
.cp-header .cp-top-header .cp-header-links{
  display: block;
}
.cp-header .cp-header-links li{
  display: block;
  padding: 0px 15px;
  color: #7f6a71;
  font-weight: 600;
  font-size: 0.8571428571428571em;
  margin: 0;
}
.cp-header .cp-header-links li a{
  color: inherit;
  display: inline-block;
}
/*
.cp-header .cp-header-links .cp-country{
  position: relative;
}
.cp-header .cp-header-links .cp-country:after{
  content: '\e603';
  font-family: 'icomoon';
  color: inherit;
  font-size: 20px;
  line-height: 26px;
  padding-left: 5px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.cp-header .cp-header-links .cp-country select{
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  height: auto;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
*/

.cp-header .cp-header-links .cp-country{
  position: relative;
}
.cp-header .cp-header-links .cp-country .cp-dropdown-trigger:after{
  content: '\e603';
  font-family: 'icomoon';
  color: inherit;
  display: inline-block;
  float: right;
  font-size: 20px;
  line-height: 26px;
  padding-left: 5px;
}
.cp-header .cp-header-links .cp-country .cp-dropdown-trigger:hover{
    text-decoration: underline;
}
.cp-header .cp-header-links .cp-country .cp-dropdown-trigger:hover ::after{
    text-decoration: none !important;
}
.cp-header .cp-header-links .cp-country ul{
  /*position: absolute;
  left: -9999em;
  opacity: 0;
  z-index: 999;
  -webkit-transition: opacity 0.2s, left 0s 0.2s;
  -moz-transition: opacity 0.2s, left 0s 0.2s;
  -o-transition: opacity 0.2s, left 0s 0.2s;
  transition: opacity 0.2s, left 0s 0.2s;*/
  position: relative;
  left: 0px;
  display: none;
  margin: 0;
}
/*.cp-header .cp-header-links .cp-country.open ul {
    left: 0px;
    opacity: 1;
}*/
.cp-header .cp-header-links .cp-country ul li{
  display: block;
  font-size: 1em;
}
/*.cp-header .cp-header-links .cp-country ul li a{
  color: #fff;
}*/
.cp-header .cp-search{
  display: inline-block;
  position: relative;
}
.cp-header .cp-search input[type=text]{
  margin: 0;
  padding-right: 25px;
  border-radius: 3px;
  max-width: 144px;
  font-size: 0.8571428571428571em;
  font-weight: 600;
}
.cp-header .cp-search input[type=text]::-webkit-input-placeholder{
  color: #7f6a71;
}
.cp-header .cp-search input[type=text]:-moz-placeholder{
  color: #7f6a71;
}
.cp-header .cp-search input[type=text]::-moz-placeholder{
  color: #7f6a71;
}
.cp-header .cp-search input[type=text]:-ms-input-placeholder{
  color: #7f6a71;
}
.cp-header .cp-search .button{
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
  height: 39px;
}
.cp-header .cp-search .button:after{
  content: '\e802';
  font-family: 'icomoon';
  color: #7f6a71;
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: 6px;
  font-weight: bold;
  z-index: 0
}
.cp-header .cp-search .button input[type=submit]{
  background-color: transparent;
  display: block;
  width: 30px;
  height: 39px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: 2
}

.cp-header .cp-main-header{
  text-align: right;
  padding-bottom: 10px;
}
.cp-header .cp-main-header .cp-logo {
  float: left;
  padding: 5px 0 0 0;
  box-sizing: border-box;
  max-width: 110px;
}
.cp-header .cp-main-header .cp-main-header-inner{
  float: right;
  padding-top: 24px;
}
.cp-header .cp-main-header nav{
  display: block;
  clear: both;
}
.cp-header .cp-main-header .cp-donate{
  float: right;
  /*display: inline-block;*/
}
.cp-header .cp-main-header .cp-donate .cp-btn{
  margin-bottom: 0;
}

/* Main nav */
.cp-main-nav-wrap {
  display: none;
  position: absolute;
  top: 116px;
  left: 0px;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.cp-main-nav {
  font-size: 0.875em;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cp-main-nav li {
  margin: 0;
  display: block;
}
.cp-main-nav li a {
  color: #650360;
  font-size: 1.1428571428571428em;
  font-weight: 600;
  padding: 10px 15px 15px 15px;
  display: block;
  border-bottom: 1px solid #eee;
}
.cp-main-nav >li> a:hover {
  text-decoration: none;
}
.cp-main-nav li ul li{
  display: block;
}
.cp-main-nav li ul{
  display: none;
}
.cp-main-nav li ul{
  position: relative;
  background-color: #E72974;
  margin: 0;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  width: auto;
  min-width: 170px;
  -webkit-transition: opacity 0.2s, left 0s 0.2s;
  -moz-transition: opacity 0.2s, left 0s 0.2s;
  -o-transition: opacity 0.2s, left 0s 0.2s;
  transition: opacity 0.2s, left 0s 0.2s;
}
.cp-main-nav li ul:before{
  content: '';
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #E72974;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -15px;
}
.cp-main-nav li.has-child{
  position: relative;
}
.cp-main-nav li ul li a{
  display: block;
  color: #fff;
  font-size: 1em;
  padding: 5px 15px;
  border: none;
}
.cp-main-nav .cp-secondarylevel-trigger-wrapper{
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    height: 53px;
    border-left: 1px solid #eee;
}
.cp-main-nav .cp-secondarylevel-trigger{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #e72975;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.cp-main-nav .cp-secondarylevel-trigger-open{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 5px 10px 5px;
    border-color: transparent transparent #e72975 transparent;
}
.cp-header .cp-main-header .cp-main-nav-wrap .cp-search{
  width: 100%;
  padding: 0 16px 10px 16px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.cp-header .cp-main-header .cp-main-nav-wrap .cp-search input[type=text]{
  max-width: 100%;
}
.cp-header .cp-main-header .cp-main-nav-wrap .cp-search .button{
  right: 16px;
}
.cp-header .cp-main-header .cp-main-nav-wrap .cp-header-links li{
  padding: 10px 15px;
}

/* Hamburger */
.cp-menu-btn {
  float: right;
  position: relative;
  top: 5px;
  /*display: inline-block;
  margin-left: -4px;*/
}
.toggle {
  visibility: hidden;
  position: absolute;
  left: -9999px; 
}
.hamburger {
    float: right;
    margin: -5px -16px 0 0;
    display: block;
    width: 25px;
    height: 12px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    border: 16px solid transparent;
    padding: 0;
}
.hamburger i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 2px;
  background-color: #650360;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transition: .3s;
          transition: .3s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  cursor: pointer; 
}
.hamburger:after, .hamburger:before {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  border-bottom: 2px solid #650360;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top; 
}
.hamburger:after {
  top: 100%;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
      transform-origin: left bottom; 
}
.toggle:checked + .hamburger {
  translate: transform3d(2px, 0, 0); 
}
.toggle:checked + .hamburger i {
  opacity: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0; 
}
.toggle:checked + .hamburger:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 4px, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 4px, 0); 
}
.toggle:checked + .hamburger:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(0, -4px, 0);
  -ms-transform: rotate3d(0, 0, 1, 45deg) translate3d(0, -4px, 0); 
  transform: rotate3d(0, 0, 1, 45deg) translate3d(0, -4px, 0); 
}

/* Left hand navigation */
.cp-side-nav{
  float: none;
  width: 230px;
  color: #E72974;
  margin: 10px auto 11px auto;
  position: relative;
}

.cp-side-nav .cp-dropdown-trigger{
  background-color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 6px 15px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
}
.cp-side-nav .cp-dropdown-trigger:after{
  content: '\e603';
  font-family: 'icomoon';
  color: inherit;
  display: inline-block;
  float: right;
  font-size: 24px;
  line-height: 26px;
}
.cp-side-nav .cp-dropdown-trigger:hover{
  text-decoration: none;
}
.cp-side-nav .cp-dropdown-trigger.open{
  color: #000;
}
.cp-side-nav .cp-dropdown-trigger.open:after{
  content: '\e606';
}
.cp-side-nav .cp-dropdown-nav{
  display: none;
  position: absolute;
  top: 33px;
  left: 0px;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.65);
  box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.65);
}
.cp-side-nav .cp-dropdown-nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cp-side-nav .cp-dropdown-nav li {
  margin: 0;
}
.cp-side-nav .cp-dropdown-nav a,
.cp-side-nav .cp-dropdown-nav strong{
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}
.cp-side-nav .cp-dropdown-nav strong{
  color: #000;
}
.cp-side-nav .cp-dropdown-nav>ul{
  border-top: 1px solid #DCDCDC;
  padding-top: 10px;
}
.cp-side-nav .cp-dropdown-nav>ul>li>a{
  color: #650360;
  font-weight: 800;
  font-size: 16px;
}
.cp-side-nav .cp-dropdown-nav ul ul{
  padding-left: 15px;
}
.cp-side-nav .cp-dropdown-nav>ul>li>ul{
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 13px;
  padding-bottom: 5px;
}
.cp-side-nav .cp-dropdown-nav>ul>li:last-child >ul{
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.side-nav-open main:before{
  opacity: 1;
  height: 100%;
  top: 56px;
  background-color: rgba(0,0,0,0.4);
}
/* Side Nav 
.cp-side-nav {
  font-family: "Lato", "helvetica neue", sans-serif;
}
.cp-side-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cp-side-nav ul ul {
  margin: 16px 0;
}
.cp-side-nav ul ul ul {
  padding-left: 20px;
}
.cp-side-nav li {
  margin: 0;
}
.cp-side-nav a,
.cp-side-nav strong {
  display: block;
  margin-bottom: 12px;
}*/


/* Breadcrumb */

.cp-breadcrumb-wrap{
  background-color: #650360;
}
.cp-breadcrumb-wrap .col-xs-12{
  min-height: 0px;
}
.cp-breadcrumb {
  background-color: #650360;
  color: #fff;
  font-size: 0.75em;
  margin: 0;
  padding: 18px 0px;
  float: none;
  text-align: center;
  display: none;
}
.cp-breadcrumb .rm{
  position: relative;
  left: 0px;
  color: #fff;
  display: inline-block;
  margin: 0;
  line-height: 1;
  padding-right: 5px;
}
.cp-breadcrumb ol,
.cp-breadcrumb li {
  margin: 0;
}
.cp-breadcrumb ol{
  display: inline-block;
}
.cp-breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 4px;
}
.cp-breadcrumb li:after {
  font-family: 'icomoon';
  content: '\e605';
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.3;
}
.cp-breadcrumb li:last-child:after {
  content: none;
}
.cp-breadcrumb a {
  color: #fff;
  font-weight: bold;
}
.cp-breadcrumb a,
.cp-breadcrumb span {
  display: block;
}
.cp-breadcrumb .updated{
  position: absolute;
  left: -9999em;
}

/* Carousel */

.cp-homepage-carousel{
  position: relative;
}
.cp-homepage-carousel .cp-image{
  position: relative;
  width: 100%;
  height: 100%;
}
.cp-homepage-carousel .cp-image img{
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.cp-homepage-carousel .cp-content{
  position: relative;
  padding: 20px 0 35px 0;
}
.cp-homepage-carousel .cp-content h1{
  font-size: 1.875em;
  padding-bottom: 10px;
}


.cp-carousel .owl-controls .owl-buttons{
  display: none;
}
.cp-carousel .owl-controls .owl-buttons>div{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(32, 32, 32, 0.50);
  -moz-box-shadow: 0px 0px 5px 0px rgba(32, 32, 32, 0.50);
  box-shadow: 0px 0px 5px 0px rgba(32, 32, 32, 0.50);
}
.cp-carousel .owl-controls .owl-buttons>div:after{
  font-family: 'icomoon';
  font-size: 28px;
  line-height: 40px;
  display: block;
  color: #E72974;
  text-align: center;
}
.cp-carousel .owl-controls .owl-buttons .owl-prev{
  left: 0px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cp-carousel .owl-controls .owl-buttons .owl-prev:after{
  content: '\e604';
}
.cp-carousel .owl-controls .owl-buttons .owl-next{
  right: 0px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.cp-carousel .owl-controls .owl-buttons .owl-next:after{
  content: '\e605';
}

.cp-carousel .owl-controls .owl-pagination{
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px;
}
.cp-carousel .owl-controls .owl-pagination .owl-page{
  display: inline-block;
}
.cp-carousel .owl-controls .owl-pagination .owl-page span{
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #650360;
  background-color: #fff;
}
.cp-carousel .owl-controls .owl-pagination .owl-page.active span{
    background-color: #650360;
}




/* Main Content */
main{
  position: relative;
}
main:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  z-index: 99;
  -webkit-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out;
}
.menu-open main:before{
  opacity: 1;
  height: 100%;
}
.cp-main-content {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
}


/* Layout */
.cp-section {
  padding: 20px 16px;
  border-top: 1px solid #f2f2f2;
  margin: 0 -16px;
}
/* Form Elements */
.scfForm {
  /*overflow: hidden;*//* hidden causes required asterisk to disappear */
}
fieldset,
body .scfSectionBorderAsFieldSet {
  display: block;
  width: 100%;
  margin-bottom: 24px; 
  padding: 0;
  margin: 0;
  border: none;
    min-width: 0px;
}
fieldset p {
    line-height: 1.2;
}
legend,
body .scfSectionLegend {
  padding: 0;
  margin: 0 0 16px;
  font-size: 0.875em;
}
.scfForm td {
  padding: 0;
}
.scfForm table {
  margin: 24px 0;
}
.scfIntroBorder,
.scfFooterBorder {
    margin-bottom: 16px;
}
.scfIntroBorder *:last-child,
.scfFooterBorder *:last-child {
    margin-bottom: 0;
}
.scfForm table,
.scfForm tbody,
.scfForm thead,
.scfForm tr,
.scfForm td,
.cpForm table,
.cpForm tbody,
.cpForm thead,
.cpForm tr,
.cpForm td {
  border: none;
} 
body .scfDropListBorder, 
body .scfEmailBorder, 
body .scfMultipleLineTextBorder, 
body .scfSingleLineTextBorder, 
body .scfPasswordBorder, 
body .scfNumberBorder, 
body .scfDatePickerBorder, 
body .scfDateBorder, 
body .scfRadioButtonListBorder, 
body .scfListBoxBorder, 
body .scfCheckBoxListBorder, 
body .scfFileUploadBorder, 
body .scfDateSelectorBorder, 
body .scfCreditCardBorder, 
body .scfConfirmPasswordBorder, 
body .scfCaptchaBorder, 
body .scfTelephoneBorder, 
body .scfSmsTelephoneBorder,
.cpform div {
  margin: 0 0 20px;
  position: relative;
}

.cp-footer .scfDropListBorder, 
.cp-footer .scfEmailBorder, 
.cp-footer .scfMultipleLineTextBorder, 
.cp-footer .scfSingleLineTextBorder, 
.cp-footer .scfPasswordBorder, 
.cp-footer .scfNumberBorder, 
.cp-footer .scfDatePickerBorder, 
.cp-footer .scfDateBorder, 
.cp-footer .scfRadioButtonListBorder, 
.cp-footer .scfListBoxBorder, 
.cp-footer .scfCheckBoxListBorder, 
.cp-footer .scfFileUploadBorder, 
.cp-footer .scfDateSelectorBorder, 
.cp-footer .scfCreditCardBorder, 
.cp-footer .scfConfirmPasswordBorder, 
.cp-footer .scfCaptchaBorder, 
.cp-footer .scfTelephoneBorder, 
.cp-footer .scfSmsTelephoneBorder,
.cp-footer .cpform div {
  margin: 0 0 10px;
  position: relative;
}
body .scfDropListBorder select, 
body .scfEmailBorder input, 
body .scfMultipleLineTextBorder textarea, 
body .scfSingleLineTextBorder input, 
body .scfPasswordBorder input, 
body .scfNumberBorder input, 
body .scfDatePickerBorder input, 
body .scfDateBorder input, 
body .scfRadioButtonListBorder input, 
body .scfListBoxBorder input, 
body .scfCheckBoxListBorder input, 
body .scfFileUploadBorder input, 
body .scfDateSelectorBorder input, 
body .scfCreditCardBorder input, 
body .scfConfirmPasswordBorder input, 
body .scfCaptchaBorder input, 
body .scfTelephoneBorder input, 
body .scfSmsTelephoneBorder input,

.cpform div input,

.cpform div select {
  margin-bottom: 0;
}
body .scfListBoxGeneralPanel, 
body .scfDropListGeneralPanel,
body .scfEmailGeneralPanel, 
body .scfMultipleLineGeneralPanel, 
body .scfSingleLineGeneralPanel, 
body .scfPasswordGeneralPanel, 
body .scfNumberGeneralPanel, 
body .scfDatePickerGeneralPanel, 
body .scfDateGeneralPanel, 
body .scfRadioButtonListGeneralPanel, 
body .scfCheckBoxListGeneralPanel, 
body .scfFileUploadGeneralPanel, 
body .scfDateSelectorGeneralPanel, 
body .scfCreditCardGeneralPanel, 
body .scfConfirmPasswordGeneralPanel, 
body .scfCaptchaGeneralPanel, 
body .scfTelephoneGeneralPanel, 
body .scfSmsTelephoneGeneralPanel {
  width: auto;
  float: none;
}

body .scfDropListLabel, 
body .scfEmailLabel, 
body .scfMultipleLineTextLabel, 
body .scfSingleLineTextLabel, 
body .scfPasswordLabel, 
body .scfNumberLabel, 
body .scfDatePickerLabel, 
body .scfDateLabel, 
body .scfListBoxLabel, 
body .scfFileUploadLabel, 
body .scfDateSelectorLabel, 
body .scfCreditCardLabel, 
body .scfConfirmPasswordLabel, 
body .scfCaptchaLabel, 
body .scfTelephoneLabel, 
body .scfSmsTelephoneLabel,
body .scfRadioButtonListLabel, 
body .scfCheckBoxListLabel,
label {
  display: inline-block;
  width: auto;
  float: none;
  font-size: 0.875em;
  margin-bottom: 8px;
  /*line-height: 1;*/
  padding: 0;
    padding-left: 13px;
}
.cpform div span,
.cp-required,
.scfRequired {
    color: #E72974;
    font-size: .85em;
    position: absolute;
    top: 3px;
    left: 0;
}
.scfRequired {
  position: absolute;
  top: -6px;
  left: -12px;
}
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #e1dfe1;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: "Open Sans", "helvetica neue", sans-serif; 
  box-sizing: border-box; 
  -webkit-transition: border-color .3s;
          transition: border-color .3s;
  display: block;
}

select {
  width: 100%;
  border: 1px solid #e1dfe1;
  height: 44px;
  font-family: "Lato", "helvetica neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  background: transparent;
  border-radius: 0; 
  padding: 10px
}
select[size] {
    height: auto;
}

.username-info{
    position: absolute !important;
    width: 100%;
    bottom: 3px !important;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 8px 0 0;
  vertical-align: -1px;
}

input[type=radio]+label,
input[type=checkbox]+label {
  font-size: 1em;
  cursor: pointer;
}
input[type=radio] + label:after,
input[type=checkbox] + label:after {
    content: '';
    display: block;
}
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="number"]:focus, 
textarea:focus {
  outline: none;
  border: 1px solid #97048f; 
}

textarea {
  min-height: 80px; 
}
select:focus {
  outline: none; 
}
.cp-btn,
input[type=submit],
input[type=button],
button {
  background-color: #E72974;
  color: #fff;
  padding: 14px 30px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .25px;
  font-size: 1em;
  line-height: 18px;
  display: inline-block;
  border: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 700; 
  font-family: "Lato", "helvetica neue", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cp-btn.cp-btn-arrow,
input[type=submit].cp-btn-arrow,
input[type=button].cp-btn-arrow,
button.cp-btn-arrow {
  padding-right: 46px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDZweCIgaGVpZ2h0PSI0NnB4IiB2aWV3Qm94PSIwLjAzMSAtNi42NDEgNDYgNDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMC4wMzEgLTYuNjQxIDQ2IDQ2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMywxNi45NmwtMy4xNDEtMy40MmMtMC4yNjgtMC4yNzEtMC4yNjgtMC43MDcsMC0wLjk3OHMwLjcwMi0wLjI3MSwwLjk2OSwwbDMuODMsMy45MDcNCgljMC4yNjgsMC4yNzEsMC4yNjgsMC43MDksMCwwLjk3OWwtMy44MywzLjkwOGMtMC4yNjgsMC4yNzItMC43MDEsMC4yNzEtMC45NjksMGMtMC4yNjgtMC4yNy0wLjI2OC0wLjcwNywwLTAuOTc4TDEzLDE2Ljk2eiIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-position: top right;
}
input[type=submit]:disabled,
input[type=button]:disabled,
input[type=submit]:disabled:hover,
input[type=button]:disabled:hover {
  opacity: 0.5;
}

.cp-btn:hover,
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #b41453;
}
.cp-btn:disabled:hover,
input[type=submit]:disabled:hover,
input[type=button]:disabled:hover,
button:disabled:hover {
  background-color: #E72974;
}


.cp-btn-secondary,
input[type=submit].cp-btn-secondary,
input[type=button].cp-btn-secondary,
.formControls input[type=submit] {
  background-color: transparent;
  color: #E72974;
  padding: 8px 22px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  border: 1px solid #E72974;
  font-size: 0.875em;
  text-transform: none;
  }

.cp-btn-secondary.cp-btn-arrow,
input[type=submit].cp-btn-secondary.cp-btn-arrow,
input[type=button].cp-btn-secondary.cp-btn-arrow {
  padding-right: 34px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzRweCIgaGVpZ2h0PSI2OHB4IiB2aWV3Qm94PSIwIC02LjU3OCAzNCA2OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIC02LjU3OCAzNCA2OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjRTcyOTc0IiBkPSJNMTEsMTFMNy44NTksNy41OGMtMC4yNjgtMC4yNy0wLjI2OC0wLjcwNywwLTAuOTc4YzAuMjY4LTAuMjcsMC43MDEtMC4yNywwLjk2OSwwbDMuODMsMy45MDgNCgljMC4yNjgsMC4yNzEsMC4yNjgsMC43MDksMCwwLjk3OWwtMy44MywzLjkwOGMtMC4yNjcsMC4yNzItMC43MDEsMC4yNzEtMC45NjksMGMtMC4yNjgtMC4yNy0wLjI2OC0wLjcwNywwLTAuOTc4TDExLDExeiIvPg0KPHBhdGggZmlsbD0iI0I0MTQ1MyIgZD0iTTExLDQ0LjgyMWwtMy4xNDEtMy40MmMtMC4yNjgtMC4yNy0wLjI2OC0wLjcwNywwLTAuOTc5YzAuMjY4LTAuMjcsMC43MDEtMC4yNywwLjk2OSwwbDMuODMsMy45MDgNCgljMC4yNjgsMC4yNzEsMC4yNjgsMC43MDksMCwwLjk3OWwtMy44MywzLjkwOGMtMC4yNjcsMC4yNzItMC43MDEsMC4yNzEtMC45NjksMGMtMC4yNjgtMC4yNy0wLjI2OC0wLjcwNywwLTAuOTc4TDExLDQ0LjgyMXoiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-position: top right;
}
.cp-btn-secondary:hover,
input[type=submit].cp-btn-secondary:hover,
input[type=button].cp-btn-secondary:hover,
.formControls input[type=submit]:hover {
  text-decoration: none;
  color: #b41453;
  border: 1px solid #b41453;
  background-color: #fff;
  background-position: bottom right;
}
.formControls {
  overflow: hidden;
}
.cp-btn-back-to-top {
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    padding: 8px 15px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    z-index: 20;
    text-transform: none;
}

.cp-btn-load {
  display: block;
  text-align: center;
  margin: 30px auto;
  color: #706971;
  border-color: #706971;
  width: 180px;
}
.cp-link {
  display: inline-block; 
  font-family: "Lato", "helvetica neue", sans-serif;
  font-weight: 700;
  position: relative;
  line-height: 1.3125;
  padding-right: 18px;
}
.cp-link:after {
  content: '\e605';
  font-family: 'icomoon';
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: -1px;
  right: 0;
}
.cp-link:hover {
  text-decoration: none;
}
.cp-link:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
select,
input,
textarea,
button,
.cp-btn {
  margin-bottom: 20px;
}
/*.cpform > div {
  overflow: hidden;
}*/

.formControls input[type=submit],
.scfForm input[type=submit],
fieldset input[type=submit] {
  float: right;
}

.cpform .cp-address-wrapper>div>span{
    position: relative;
    display: block;
    top: auto;
    margin-bottom: 10px;
}
.cpform .cp-address-wrapper>div>p{
    margin: 5px 0 16px 0;
}

.cp-address-wrap input[type="submit"]{
    margin: 10px 0;
}
.cpform .cp-select-address{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.cpform .cp-select-address select{
    margin-bottom: 10px;
}

/* Footer */
.cp-footer {
  background-color: #23232B;
  color: #fff;
  padding: 40px 0;
}

.cp-footer input[type="text"], 
.cp-footer input[type="email"], 
.cp-footer input[type="password"], 
.cp-footer input[type="number"], 
.cp-footer textarea {
  padding: 4px 10px;
  font-size: 0.75em;
}
.cp-footer input[type="text"]:focus, 
.cp-footer input[type="email"]:focus, 
.cp-footer input[type="password"]:focus, 
.cp-footer input[type="number"]:focus, 
.cp-footer textarea:focus {
  border-color: #fff;
}
.cp-footer input.cp-btn,
.cp-footer button.cp-btn,
.cp-footer .cp-btn {
  margin-bottom: 0;
}
.cp-footer input.cp-btn-secondary,
.cp-footer button.cp-btn-secondary,
.cp-footer .cp-btn-secondary {
  color: #fff;
  border-color: #fff;
}
.cp-footer input.cp-btn-secondary:hover,
.cp-footer button.cp-btn-secondary:hover,
.cp-footer .cp-btn-secondary:hover {
  background-color: #fff;
  color: #23232B;
}

.cp-footer .scfForm{
  display: inline-block;
  width: 100%;
}
.cp-footer .scfForm .scfIntroBorder{
  margin: 0;
}
.cp-footer .scfForm input[type=submit]{
  float: left;
  background-color: #23232B;
  border: 1px solid #fff;
  text-transform: capitalize;
  padding: 10px 28px;
}
.cp-footer .scfForm input[type=submit]:hover{
  background-color: #fff;
  color: #23232B;
}
.cp-footer .scfForm .scfValidationSummary{
  margin-left: 0px;
  padding-bottom: 5px;
}
.cp-footer .scfForm .scfValidationSummary li{
  padding-bottom: 0px;
}
.cp-footer .scfForm .scfValidatorRequired{
  position: absolute;
  top: 2px;
  left: -10px;
}

.cp-footer a,
.cp-footer p {
  color: inherit;
}
.cp-footer a:hover {
  color: inherit;
}
.cp-footer ul {
  list-style-type: none;
  margin: 0;
}
.cp-footer li {
  margin: 0;
  padding-bottom: 10px;
}
.cp-footer li,
.cp-footer address,
.cp-footer dl,
.cp-footer label,
.cp-footer p {
  font-size: 0.75em;
}
.cp-footer .scfForm p{
    clear: both;
}
.cp-footer .scfForm h1{
    display: none;
}
.cp-footer h4 {
  text-transform: none;
  margin: 0;
  color: inherit;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.cp-footer-primary {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#sitemapToggle {
  margin-bottom: 10px;
}
#sitemapToggle a {
  margin-right: 20px;
}
#footerWrapOne {
  display: none;
}

.cp-footer fieldset {
  margin-bottom: 30px;
}
.cp-copyright {
  font-family: "Lato", "helvetica neue", sans-serif;
  padding: 16px 0 0;
}
.cp-copyright-title {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.cp-copyright-title.cp-footer-left{
    color: #E72974;
}
.cp-copyright-content {
  font-size: 0.6875em;
  line-height: 1.2;
  clear: both;
  text-align: center;
}
.cp-footer-lower {
  background-color: #fff;
}

/* Article */
article 
article img {
  margin-bottom: 16px;
}
.cp-article-header {
    text-align: center;
}

/* iframes */
.cp-iframe {
  height: 0;
  position: relative;
  margin-bottom: 30px;
}
.cp-video-4-3 {
  padding-bottom: 75%;
}
.cp-video-16-9 {
  padding-bottom: 56.25%;
}
.cp-iframe iframe,
.cp-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cp-carousel .cp-iframe iframe,
.cp-carousel .cp-iframe embed{
    height: 100%;
    top: 50%;
    left: 50%;
    max-width: 1920px;
}
/* Sticky Aside */
@media (max-width: 992px){
  .is_stuck {
    position: static !important;
  }
  .is_stuck+div {
      height: auto !important;
      width: auto !important;
  }
}
/* Donation Control */
.donationOverviewLeftCol ul,
.donationRegularOverviewLeftCol ul,
.greenUiTabs {
  list-style-type: none;
  padding: 0;
}
.donationOverviewLeftCol li:before,
.greenUiTabs li:before {
  content: none;
}
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
}
th,td {
  padding: 8px;
}
td {
  vertical-align: top;
}
th {
  text-align: left;
}
/* Basket */
.basketBlock .nav {
  text-align: right;
}
.basketBlock .nav input[type=submit],
.basketBlock .basketSummary input[type=submit] {
  margin-left: 12px;
}
.basketBread .highlightme {
  font-weight: bold;
}
.basketSummary,
.basketSummary .section {
  margin-bottom: 16px;
}
.basketBread li {
  display: inline-block;
  margin: 0 10px;
}
.basketTable {
  overflow-x: auto;
}
.basketTable input[type="submit"]{
    background-color: transparent;
    color: #E72974;
    padding: 8px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E72974;
    font-size: 0.875em;
    text-transform: none;
}

.basketTable input[type="submit"]:hover{
    text-decoration: none;
    color: #b41453;
    border: 1px solid #b41453;
    background-color: #fff;
    background-position: bottom right;
}
.basketTable .a img {
  float: left;
  max-width: 96px;
}
.basketTable .b b {
  display: block;
  padding: 10px 0 0;
}
.basketTable .d {
  text-align: right !important;
}
.basketTable .d .buttoncenter a {
  display: block;
  padding: 9px 0;
}
.basketBread {
  text-align: center;
}
.basketSummary {
  text-align: right;
}
.basketBread span {
    position: relative;
}
.basketBread span:after {
    content: '\e605';
    font-family: 'icomoon';
    position: absolute;
    right: -20px;
    top: -1px;
    font-weight: normal;
}
.basketBread li:last-child span:after{
  content: '';
}

/* Nivo Slider */
body .homespot {
  float: none;
}

.cp-teaser {
    position: relative;
    min-height: 0 !important;
    padding: 0;
    background-color: #fff;
    margin-bottom: 20px;
}
/*.cp-teaser-content p {
    font-weight: 600;
}*/
.cp-teaser-image {
    margin: 0;
}
.cp-teaser-content p:last-child {
    margin-bottom: 0
}
.cp-teaser-footer {
    padding:  18px 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cp-has-local-services .cp-local-services-content .formControls,
.cp-layout-grid .cp-local-services-content .formControls {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:  18px 0;
}
.cp-twitter-block {
    padding: 10px 16px 0 16px;
}
.cp-teaser-semi .cp-teaser-content {
    background-color: #fff;
}
.cp-teaser-semi .cp-teaser-content,
.cp-spotlight-topic .cp-teaser-content {
    padding: 18px 16px;
}

.cp-teaser-semi .cp-teaser-footer,
.cp-teaser-listing .cp-teaser-footer,
.cp-teaser-social .cp-teaser-footer {
    position: relative;
}
.cp-teaser-link .cp-teaser-footer {
    padding: 0;
}
.cp-teaser-listing .cp-teaser-content ul,
.cp-teaser-listing .cp-teaser-content li {
    margin: 0;
}
.cp-teaser-listing .cp-teaser-content li a {
    color: #000;
    box-shadow: inset 0px -1px 0px 0px #eee;
    padding: 13px 16px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cp-teaser-listing .cp-teaser-content li:nth-child(odd) a {
    background-color: #fafafa;
}
.cp-teaser-listing h3{
  font-size: 16px;
  color: #650360;
  font-weight: 600;
  padding: 14px 17px;
  border-bottom: 1px solid #eee;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
/*cp related content block*/
.cp-related-content{
    position: relative;
}
.cp-related-content .cp-related-content-inner{
    padding: 20px 10px 0 10px;
}
.cp-related-content h3{
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0;
    color: #650360;
    font-size: 20px;
    font-size: 1.25rem;
}
.cp-related-content-list ul{
    margin: 0;
    padding: 0;
}
.cp-related-content-list ul li{
    max-width: none;
    display: block;
    margin: 0;
    float: none;
    border-bottom: 1px solid #e1dfe1;
    padding: 20px 0;
    padding-left: 10px;
    height: auto;
    margin-left: 0 !important;
    background-color: #fff;
}
.cp-related-content-list ul li:last-child{
    border: none;
}
.cp-related-content-list ul li a:hover{
    text-decoration: none;
    color: #b41453;
}
.cp-twitter-block .timePosted {
    text-align: right;
}
.cp-twitter-block .user {
    position: absolute;
    bottom: 0;
}
/* Spotlights */
.cp-spotlight {
  background-color: #E72974;
  padding: 0 0 10px;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  margin-bottom: 20px;
  /*border-top: 2px solid #fff;*/
  position: relative;
  min-height: 315px;
}
.cp-spotlight a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cp-spotlight:hover {
  background-color: #b41453;
  border-color: #b41453;
}
.cp-spotlight a,
.cp-spotlight a:hover {
  color: #fff;
  text-decoration: none;
}
.cp-spotlight-image {
  overflow: hidden;
}
.cp-cta-spotlight-white .cp-spotlight-image,
.cp-cta-spotlight-pink .cp-spotlight-image {
    margin: -10px -16px 18px;
  max-height: 235px;
}

.cp-spotlight-image img {
  width: 100%;
}
.cp-spotlight-title {
  font-size: 1.25em;
  margin-top: 3px;
  color: #fff;
}
.cp-cta-spotlight .cp-spotlight-content {
  height: 69px;
  padding: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp-spotlight-content {
  margin-bottom: 40px;
  overflow: hidden;
}
.cp-spotlight-footer {
  font-size: 0.75em;
  font-family: "Lato", "helvetica neue", sans-serif;
  color: #fff;
  margin: 5px 0;
  padding-top: 10px;
  border-top: 1px solid #fff;
  line-height: 1;
  display: block;
  font-weight: bold;
}
.cp-spotlight-topic {
  background-color: #fff;
  /*border-bottom: 2px solid #650360;*/
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
}
.cp-spotlight-topic:hover {
  background-color: #fcfcfc;
  border-color: #b41453;
}
.cp-spotlight-topic a,
.cp-spotlight-topic a:hover {
  color: inherit;
  text-decoration: none;
}
.cp-spotlight-topic .cp-spotlight-title {
  font-size: 1.5em;
  margin: 3px 0 6px;
  color: #97048F;
}
.cp-spotlight-topic .cp-spotlight-content {
  margin-bottom: 0;
}
/* Spotlight */
/*.cp-spotlight {
  background-color: #fff;
  color: #97048F;
  padding: 10px 16px;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  margin-bottom: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #650360;
  position: relative;
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
}
.cp-spotlight a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cp-spotlight:hover {
  background-color: #fcfcfc;
  border-color: #b41453;
}
.cp-spotlight a,
.cp-spotlight a:hover {
  color: inherit;
  text-decoration: none;
}
.cp-spotlight-image {
  margin: -10px -16px 0;
}
.cp-spotlight-image img {
  width: 100%;
  display: block;
}
.cp-spotlight-title {
  font-size: 1.5em;
  margin: 3px 0 6px;
  color: #97048F;
}
.cp-spotlight-content {
  margin-bottom: 40px;
  padding-top: 15px;
  color: #23232B;
}
.cp-spotlight-footer {
  display: none;
  font-size: 0.75em;
  font-family: "Lato", "helvetica neue", sans-serif;
  color: #fff;
  margin: 5px 0;
  padding-top: 10px;
  border-top: 1px solid #fff;
  line-height: 1;
  font-weight: bold;
}*/

.cp-spotlight-homepage{
  margin-bottom: 25px;
  overflow: hidden;
  border: 1px solid #eee;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
}
.cp-spotlight-homepage img{
  display: block;
}
.cp-spotlight-homepage.image-link a{
  background-color: #E72974;
  color: #fff;
  display: block;
  padding: 12px 15px;
  font-weight: 600;
}
.cp-spotlight-homepage.image-link a:after{
  content: '\e605';
  font-family: 'icomoon';
  color: #fff;
  font-size: 22px;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.cp-spotlight-homepage.image-link a:hover{
  text-decoration: none;
  background-color: #b41453;
}


.cp-spotlight-homepage.image-text .cp-content p{
  font-weight: 600;
}
.cp-spotlight-homepage.image-text .cp-content a,
.cp-spotlight-homepage.events .cp-btn-secondary{
  margin-top: 5px;
  text-transform: uppercase;
  display: inline-block;
  background-position: 100% 3px;
}
.cp-spotlight-homepage.image-text .cp-content a:hover,
.cp-spotlight-homepage.events .cp-btn-secondary:hover{
  background-position: 100% -31px;
}

.cp-spotlight-homepage.facebook{
  background-color: #3b5999;
  color: #fff;
}
.cp-spotlight-homepage.facebook h3,
.cp-spotlight-homepage.twitter h3{
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 14px 17px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.cp-spotlight-homepage.facebook a{
  margin-top: 10px;
}
.cp-spotlight-homepage.facebook .cp-content,
.cp-spotlight-homepage.twitter .cp-content{
  padding: 0px 17px 20px 17px;
}
.cp-spotlight-homepage.twitter{
  background-color: #4d9cd7;
  color: #fff;
}

.cp-spotlight-button{
    border: 1px solid #e1dfe1;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}
.cp-spotlight-button img{
  display: block;
}
.cp-spotlight-button .cp-content a{
    margin-top: 5px;
    text-transform: uppercase;
    display: inline-block;
    background-position: 100% 3px;
    background-color: #ffffff;
}

.cp-local-services-block-wrapper{
    box-shadow: inset 0px 0px 0px 1px #23232b;
}
.cp-local-services-block-wrapper .cp-local-services-content{
  float: left;
  padding: 26px 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 272px;
}
.cp-local-services-block-wrapper h2{
  font-size: 1em;
  font-weight: bold;
  padding: 20px 24px;
  color: #ffffff;
  margin: 0;
  background-color: #23232b;
}
.cp-local-services-block-wrapper .cp-local-services-content label{
  color: #23232b;
  margin: 0 0 7px 0;
}
.cp-local-services-block-wrapper .cp-local-services-content input[type="text"]{
  margin: 0 0 26px 0;
}
.cp-local-services-block-wrapper .cp-local-services-content p{
  margin: 0;
}
.cp-local-services-block-wrapper .cp-local-services-image{
  float: left;
  width: 50%;
  display: none;
}
.cp-local-services-block-wrapper .cp-local-services-image img{
  display: block;
}
.cp-local-services-block-wrapper .cp-local-services-content .formControls input{
  float: left;
  background-color: #E72974;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

/*no image specific*/
.cp-local-services-image {
    display: none;
    overflow: hidden;
}
/*.cp-has-local-services .cp-local-services-block-wrapper .cp-local-services-content,
.cp-layout-cell .cp-local-services-block-wrapper .cp-local-services-content {
    width: 100%;
}*/

/*Content call to action*/
.cp-content-cta {
    background-color: #E72974;
    padding: 20px 16px 6px 16px;
    clear: both;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 20px 0;
}
.cp-content-cta p{
    color: #ffffff;
    font-weight: bold;
    margin: 8px 0 20px 0;
    padding: 0;
    float: left;
}
.cp-content-cta-cta{
    color: #ffffff;
    float: right;
}
.cp-content-cta-cta a {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 15px 8px 22px;
  display: inline-block;
  font-size: 0.875em;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  text-transform: uppercase;
}
.cp-content-cta-cta a:after{
  content: '\e605';
  font-family: 'icomoon';
  color: inherit;
  font-size: 20px;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.cp-content-cta-cta a:hover{
    background-color: #fff;
    color: #3b5999;
    text-decoration: none;
}

.cp-cta-spotlight{
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.cp-cta-spotlight:hover{
  border-color: #ffffff;
}
.cp-cta-spotlight p{
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 75px;
}
.cp-cta-spotlight-link{
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 91.01123595505618%;
}
.cp-cta-spotlight .cp-cta-spotlight-link a{
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 12px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cp-cta-spotlight .cp-cta-spotlight-link a:hover{
  padding-left: 12px;
}
.cp-cta-spotlight.cp-cta-spotlight-pink{
  background-color: #E72974;
  color: #fff;
}
.cp-cta-spotlight.cp-cta-spotlight-pink p{
  color: #fff;
}
.cp-cta-spotlight.cp-cta-spotlight-pink .cp-cta-spotlight-link{
  border-top: 1px solid #fff;
}
.cp-cta-spotlight.cp-cta-spotlight-pink .cp-cta-spotlight-link a{
  color: #fff;
}
.cp-cta-spotlight.cp-cta-spotlight-white{
  background-color: #fff;
  border: 1px solid #e1dfe2;
}
.cp-cta-spotlight.cp-cta-spotlight-white p{
  color: #E72974;
}
.cp-cta-spotlight.cp-cta-spotlight-white .cp-cta-spotlight-link{
  border-top: 1px solid #e1dfe2;
}
.cp-cta-spotlight.cp-cta-spotlight-white .cp-cta-spotlight-link a{
  color: #7e6970;
}
.cp-title-centred{
  font-size: 2em;
  color: #640360;
  padding: 65px 0 42px 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #f2f2f2;
  font-weight: 600;
  margin: 0;
}
.cp-btn-social{
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 15px 8px 22px;
  display: inline-block;
  font-size: 0.875em;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;
  text-transform: uppercase;
}
.cp-btn-social:after{
  content: '\e605';
  font-family: 'icomoon';
  color: inherit;
  font-size: 20px;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.cp-btn-social:hover{
  background-color: #fff;
  color: #3b5999;
  text-decoration: none;
}

/* 20px style */
.listStyleFour img {
    margin-right: 8px;
    vertical-align: top;
    float: left;
}
.tabBody {
  border: 1px solid #e1dfe1;
  padding: 20px 10px 0;
  margin-bottom: 20px;
}
.tabBody li {
  border-top: 1px solid #e1dfe1;
  margin: 0;
  padding: 20px 0;
}
.listStyleFour .date {
  display: block;
}

/* Slider */
.nivo-html-caption,
.nivoSlider > a {
  display: none;
}

.nivo-html-caption:first-child,
.nivoSlider > a:first-child {
  display: block;
}
/* Load more */
.cp-page {
  display: none;
}
.loaded {
  display: block;
}
.cp-fully-loaded .cp-btn-load {
  display: none;
}
/* Calender */
.eventWrapper li {
  margin: 0;
  padding-bottom: 20px;
  display: inline-block;
  font-size: 0.8125em;
  line-height: 1.230769230769231;
}
.eventWrapper li:last-child {
  padding: 0;
}
.eventWrapper ul {
  margin: 0;
}
.calendarBlock {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.calendarDetails {
  display: none !important;
  position: absolute;
  right: 8px;
  left: 8px;
  max-width: 780px;
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
  margin-top: 20px;
  font-size: 1rem;
}
.calendarDetailsInner {
  padding: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.eventWrapper li:hover .calendarDetails {
  display: block !important;
  opacity: 1 !important;
}
.calendarSelectedDate {
  background-color: rgba(237,96,152,0.15);
}
.switchColumns {
  background-color: #650360;
  padding-top: 10px;
}
.switchColumns,
.switchColumns a,
.switchColumns a:hover {
  color: #fff;
}
.switchColumns li {
    float: left;
    margin: 0;
}

.switchColumns ul {
    margin: 0;
}

.switchColumns a,
.calendarSelected strong {
  display: block;
  padding: 10px 10px;
}
.calendarSelected strong {
  background-color: #fff;
  color: #000;
  border-radius: 3px 3px 0 0;
}
.switchColumns .formItem {
  display: none;
}
.calendarControls {
  text-align: center;
}
.calendarControls .controlOne {
  left: 0;
  top: 0;
  position: absolute;
  padding: 10px 0;
}
.calendarControls .controlTwo {
  right: 0;
  top: 0;
  position: absolute;
  padding: 10px 0;
}
.calendarControls ul {
  margin: 0;
  overflow: hidden;
}
.calendarControls {
  position: relative;
}
.calendarControls h2,
#sideWrapTwo h2 {
  margin: 0 0 18px;
}
.calendarControls h2 {
  padding: 0 62px;
}
.contentWrapThree,
#sideWrapTwo {
  margin-top: 20px;
}
.formItem label {
  display: block;
  line-height: 1;
  margin: 10px 0 16px;
}
.formItem input[type=checkbox] {
  float: left;
}
.formItem .eventType {
  padding: 0;
}
.formControls input[type=submit] {
  background-color: #fff;
  color: #E72974;
  padding: 8px 28px 8px 22px;
  border-radius: 3px;
  border: 1px solid #E72974;
  font-size: 0.875em;
  text-transform: none;
}
.formControls input[type=submit]:hover {
  text-decoration: none;
  color: #b41453;
  border: 1px solid #b41453;
  background-color: #fff;
}
/* A-Z list */
#resources .columnOne ul,
.AZListPage ul,
#directoryAtoZ ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -4.5px;
}
#resources .columnOne li,
.AZListPage li,
#directoryAtoZ li {
  margin: 0;
  display: inline-block;
}
#resources .columnOne li span,
#resources .columnOne li a,
.AZListPage li span,
.AZListPage li a,
#directoryAtoZ a {
  display: block;
  padding: 0px 4.5px;

}
#resources .columnOne li:before,
.AZListPage li:before,
#directoryAtoZ li:before {
  content: none;
}

/* Floating images */
.cp-image-left, 
.cp-image-right {
    display: block;
    margin-bottom: 16px;
}
 /* Donation Details */
body .donationDetails .blockBody .blockContent FIELDSET.typeOfDonation UL LI {
  background-color: transparent;
  height: auto;
}

/* Ratings */
#pageRatingWrap label {
  display: inline;
}

/* Custom Tables */
.cp-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cp-table-listing {
  border: none;
}
.cp-table-listing td,
.cp-table-listing tbody td,
.cp-table-listing tbody th {
  border-left: none;
  vertical-align: top;
}

/* Banner */
.cp-banner {
  margin-top: -40px;
}
.cp-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cp-banner-image {
  order: 1;
  width: 100%;
}
.cp-banner-content {
  order: 2;
}
.cp-banner-image img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.cp-banner .landingFeaturedImage {
  margin: 0 -16px;
}


/* Accordion */
.cp-accordion {
  margin-bottom: 12px;
}
.cp-accordion-title {
  position: relative;
  cursor: pointer;
}
.cp-accordion-title:after {
  content: '\e603';
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
}
.cp-accordion.active .cp-accordion-title:after {
  content: '\e606';
}
.cp-accordion-inner {
  display: none;
}
.cp-accordion.active .cp-accordion-inner {
  display: block;
}

/* Tabs */
.cp-tabs {
    margin-bottom: 16px;
}
.greenUiTabs,
.ui-tabs {
  clear: both;
}
.greenUiTabs .levelwrap a,
.ui-tabs-nav a {
  display: block;
  padding: 13px 16px;
  outline: none;
  border-right: 1px solid #fff;
  border-top: 1px solid #000;
  float: left;
  color: #fff;
  background-color: #000;
}
.greenUiTabs .levelwrap a,
.ui-tabs-nav a,
.ui-tabs-nav a:hover {
  color: #fff;
  text-decoration: none;
}
.greenUiTabs .levelwrap,
.ui-tabs-nav  {
  overflow: hidden;
  font-family: 'Lato';
  font-size: 0.875em;
  border-left: 1px solid #000;
  list-style-type: none;
  margin: 0 0 -1px 0;
  padding: 0;
  font-weight: 700;
}
.greenUiTabs .levelwrap li,
.ui-tabs-nav li {
  margin: 0;
}
.greenUiTabs .levelwrap li:last-child a,
.ui-tabs-nav li:last-child a {
  border-right: 1px solid #000;
}
.greenUiTabs .levelwrap li:before,
.ui-tabs-nav li:before {
  content: none;
}
.greenUiTabs .cpTabContentRAD,
.ui-tabs-panel {
  border: 1px solid #000;
}
.greenUiTabs .levelwrap a.selected,
.ui-tabs-active a,
.ui-tabs-active a:hover {
  background-color: #fff;
  color: #000;
}
.greenUiTabs .cpTabContentRAD,
.ui-tabs-panel {
  padding: 20px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Donation Page */
.supportingStory .hideOnJavascript {
  display: none;
}
.supportingStory .hideOnJavascript {
  display: none;
}

/* Products */
.product {
  overflow: hidden;
}
.product:first-child {
  border-top: none;
  padding-top: 0;
}
.product {
  border-top: 1px solid #ddd;
  padding: 20px 0 15px;
}
.product img {
  float: left;
  max-width: 85px;
  margin: 0 16px 0;
}
.product > div {
  overflow: hidden;
}
.product > div span {
  display: block;
  font-size: 0.875em;
}
.product-title {
  margin-bottom: 12px;
}

/* Product Overview */
.productOverviewBlock .productOverview {
  overflow: hidden;
  clear: both;
}
.productOverviewBlock .productImage img {
  margin-bottom: 0;
  float: left;
  margin-right: 16px;
  max-width: 160px;
}
.productOverviewBlock .alsoAvailable {
  clear: both;
}
.productImage,
.productOverview {
  margin-bottom: 20px;
}

/* Social */
.cp-social {
  text-align: right;
  margin-bottom: 16px;
  border: 1px solid #e1dfe1;
  padding: 20px;
  background-color: #fff;
}
.cp-social .cp-social-title {
  text-transform: none;
  font-weight: normal;
  font-size: 0.875em;
  float: left;
  margin: 0 5px 0 0;
}
.cp-social ul {
  margin: 0;
  padding: 0;
  display: table;
}
.cp-social li {
  float: left;
  margin: 0;
  padding: 0 2px;
  line-height: 17px;
  display: table-cell;
}
.cp-social * {
  vertical-align: middle !important;
}
.cp-social li a {
  vertical-align: bottom !important;
}
/* Lightbox */
.lightbox-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  transition: opacity 0.5s, height 0.5s 0.5s;
  z-index: 1000;
  overflow: hidden;
}
.lightbox-wrap iframe {
  display: block;
  width: 100%;
}
.lightbox-wrap.active {
  opacity: 1;
  height: 100%;
  transition: opacity 0.5s;
}
.lightbox-wrap.lightbox-video .lightbox {
  max-width: 800px;
}
.lightbox-wrap.lightbox-video .lightbox-video-16-9,
.lightbox-wrap.lightbox-video .lightbox-video-4-3 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lightbox-wrap.lightbox-video .lightbox-video-16-9 iframe,
.lightbox-wrap.lightbox-video .lightbox-video-4-3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

}
.lightbox-wrap.lightbox-video .lightbox-video-4-3 {
  padding-bottom: 75%;
}
.lightbox-wrap.lightbox-gallery .lightbox-title {
  display: block;
}
.lightbox-wrap .lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 100%;
  max-width: 820px;
}
.lightbox-wrap .lightbox-content {
  position: relative;
  background-color: #fff;
}
.lightbox-wrap .lightbox img {
  display: block !important;
  width: auto;
  margin: 0 auto;
}
.lightbox-wrap .lightbox-nav {
  display: none;
}
.lightbox-wrap .lightbox-nav div {
  position: absolute;
  top: 50%;
  padding: 30px;
  margin-top: -15px;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  background-color: #000;
  cursor: pointer;
}
.lightbox-wrap .lightbox-nav div:hover {
  background-color: #333;
}
.lightbox-wrap .lightbox-nav div:after {
  font-family: 'icomoon';
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.lightbox-wrap .lightbox-nav-left {
  left: -8px;
  border-radius: 0 5px 5px 0;
}
.lightbox-wrap .lightbox-nav-left:after {
  content: '\e600';
}
.lightbox-wrap .lightbox-nav-right {
  right: -8px;
  margin-top: -15px;
  border-radius: 5px 0 0 5px;
}
.lightbox-wrap .lightbox-nav-right:after {
  content: '\e601';
}
.lightbox-wrap .lightbox-close {
  position: absolute;
  top: -28px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  color: rgba(255,255,255,0);
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.lightbox-wrap .lightbox-close:after {
  content: '\e800';
  font-family: 'icomoon';
  padding: 0px;
  color: #fff;
  width: 100%;
  line-height: 26px;
  font-size: 30px;
  text-align: center;
  margin-left: 10px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
/*.lightbox-wrap .lightbox-close:hover {
  color: #fff;
}*/
.lightbox-wrap .lightbox-close:hover:after {
  background-color: #E72974;
}
.lightbox-wrap .lightbox.research-form-lightbox,
.lightbox-wrap .lightbox.research-redirect-lightbox {
  border: none;
  min-width: 40%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.lightbox-wrap .lightbox.research-form-lightbox .lightbox-content,
.lightbox-wrap .lightbox.research-redirect-lightbox .lightbox-content {
  background-color: #fff;
  padding: 40px;
  min-height: 200px;
}
.lightbox-wrap .lightbox.research-form-lightbox .lightbox-close,
.lightbox-wrap .lightbox.research-redirect-lightbox .lightbox-close {
  top: 0px;
  right: -1px;
}
.lightbox-wrap .lightbox-title {
  display: none;
  position: absolute;
  top: -45px;
  right: -8px;
  background-color: #000;
  font-size: 18px;
  color: #fff;
  padding: 10px 16px;
}
.lightbox-wrap .owl-carousel {
  margin-bottom: 0;
}
.lightbox-wrap .owl-carousel .owl-controls .owl-buttons {
  position: static;
  padding: 0;
}
.lightbox-wrap .owl-carousel .owl-controls .owl-buttons div {
  background-color: #000;
  display: block;
  text-align: center;
  width: 60px;
  height: 50px;
  margin-left: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.lightbox-wrap .owl-carousel .owl-controls .owl-buttons div:before {
  line-height: 50px;
}
.lightbox-wrap .owl-carousel .owl-controls .owl-buttons div.disabled {
  display: none;
}
.lightbox-wrap .owl-carousel .owl-controls .owl-buttons div:hover {
  background-color: #b71234;
}
.lightbox-wrap .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: -8px;
  border-radius: 4px 0 0 4px;
}
.lightbox-wrap .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -8px;
  border-radius: 0 4px 4px 0;
}
.lightbox-wrap .owl-carousel .owl-item {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: auto;
}
.lightbox-wrap .owl-carousel .owl-item.loading {
  opacity: 0;
  height: 0;
}
body.popupPage {
    padding: 20px;
}
body.popupPage blockquote {
    margin-left: 0 !important;
}
body.popupPage blockquote p {
    background: none !important;
}

@media screen and (max-width: 390px) {
  /*.cp-header .cp-main-header .cp-logo,
  .cp-header .cp-main-header .cp-main-header-inner{
    display: block;
    margin: 0 auto;
    float: none;
  }
  .cp-header .cp-main-header{
    text-align: center;
  }
  .cp-main-nav-wrap{
    top: 182px;
  }*/
  .cp-header .cp-main-header .cp-logo{
    max-width: 90px;
  }
  .cp-header .cp-main-header .cp-donate .cp-btn{
    padding: 10px 25px 10px 20px;
    font-size: 14px;
    background-position: 77px -4px;
  }
  .cp-header .cp-main-header .cp-main-header-inner{
    padding-top: 22px;
  }
  .cp-main-nav-wrap{
    top: 101px;
  }
  .cp-menu-btn{
    top: 1px;
  }
}
.otherWaysToDonateWrapper{
    margin-top: 40px;
}
.Areyouataxpayer strong{
  display: block;
  margin-top: 20px;
  color: #650360;
  font-family: "Lato", "helvetica neue", sans-serif;
  font-size: 2em;
  line-height: 1.125;
  font-weight: 400;
  margin-top: 30px;
  letter-spacing: -0.03em;
}
.Areyouataxpayer ul{
    margin-top: 0;
}
.Areyouataxpayer ul li{
  margin-bottom: 16px;
  overflow: hidden;
}
.Areyouataxpayer ul li input{
  float: left;
}
.Areyouataxpayer ul li label{
  float: left;
  width: 90%;
  line-height: 1.5;
  margin-top: -5px
}
.donationDetailsWrap .cl{
  display: none;
}
.dedicationTextBox label{
  clear: both;
  display: block;
  width: 100%;
}
.dedicationTextBoxEventRadio{
  margin-top: 40px;
  margin-bottom: 16px;
}
.dedicationTextBoxEventRadio label{
  clear: none;
  display: inline;
  width: auto !important;
}
.donationOverviewLeftCol{
  overflow: hidden;
}
.forgotPass{
    float: left;
    margin-right: 20px !important;
}
.otherRegularAmountWrap,
.otherAmountWrap {
    position: relative;
}
.otherRegularAmountWrap:before,
.otherAmountWrap:before {
    content: '\00a3';
    position: absolute;
    left: -24px;
    top: 1px;
    color: #650360;
    font-size: 26px;
}
.forgotPass input{
  background-color: transparent;
  color: #E72974;
  padding: 8px 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #E72974;
  font-size: 0.875em;
  text-transform: none;
}
.RegBlock.SignIn .RememberMe label{
  width: auto !important;
  float: none;
}
.cpform.registerForm input[type="submit"]{
    margin-top: 20px;
}
.cpform.registerForm .Registration input[type="submit"]{
  margin-top: 0;
}
.statement{
  overflow: hidden;
  clear: both;
}
.statement:last-child{
  margin-bottom: 0;
}
.statement input[type=checkbox] {
    float: left;
    width: 3%;
    margin-top: 6px;
}
.statement input[type=checkbox]+label {
    width: 90%;
    float: left;
}
.statement div.checkbox-help{
    clear: both;
}
.signInBlock{
    margin-bottom: 0 !important;
}
.pullUp{
    margin-top: -10px !important;
}
.community-alias-name span{
    display: block;
    margin-top: 5px;
    position: relative !important;
    color: #000000 !important;
}
/*Social feeds*/
.cp-social-block{
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.cp-twitter-block-wrapper{
    background-color: #4d9cd7;
}
.cp-twitter-block-wrapper h2{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAIAAADUsmlHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNDQzUyMzMyODg1RDExRTVCQkVDRjMxNkQ3M0U3NEJBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNDQzUyMzMzODg1RDExRTVCQkVDRjMxNkQ3M0U3NEJBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0NDNTIzMzA4ODVEMTFFNUJCRUNGMzE2RDczRTc0QkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0NDNTIzMzE4ODVEMTFFNUJCRUNGMzE2RDczRTc0QkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4vH/pPAAAClElEQVR42nxTS08UQRCurumdXWYHVlgRlDAQBR8HOJhg9AJ6UUkk/AL/ASdvHkyUgzcST8ZEL95MjIkHox6MwYiPGFQSdTnwcF0wLsI+DOzOLPNoq3vWhQW1ksl0V1d99dWLjdyZBQgAEOgTEDBQhyBgdRoSxpgQAqB2FZyeIzqvuMF2O4EaCIHK8mBSv3i89UhrvOQFH5aLd6eLru+d6mycy1W4QDYxYt14mZ3/uUkUCJuBRjhCQrD+duPa+U5ESc0EHD6290TnnojO0jl36mkak4ZmNcfGz3UNWFFy0IABkxASIAjGBltD+qDgQEDS5DpixfVOH0pg2SVUMKPsytmuS4P7m+I8TMhn2J6ItpkxqOaJlJNQecW4SK2Wn8/94k4l+LRS7mszSHumt3GoJ/F+aWNyobhU2DQ4hnXaKpIqre3Cg5k8XXlEx1tTK+PDFvEXgIQ/YBkDlik5bpW2JkjKDTsIG4ERBhOj3QhCAVct/jQDVBfrhJRrFBpka3C94i+uOs0Gh78L7lZ9yZZU7eiNsZtvfuRtrxpEwH9F2kwvl0KaSIlm8t7VJ5m3mZL0ZDtN6zPHxTU7lbXDQqJPfUXRdyB+0opTh3dzZvVw9z7mq1NII0iR6fcolX+Vtum6m/i2eQ5eLGy8+7YuB0lZaodHx9TEw+v0+teCQ5G6Evr2cPJVHdK5yvVn310FJlRGEoDGUMKAaGng/R0NdUSVH3nPZsuXH2ccjyzlCjElvCfZMNTb1NGkH90XM6Oa4kl10GozZbvB/Zncw89rXnXpsLZ8fD5nFx13tC/Z3RI1ozJDxjS1A2Ih70wtlifn88WSG673zoG5cDvFGfiy5JAweLOBnGOh5BfKTuBHfHAJ619N/y3AABQeKChrfsRYAAAAAElFTkSuQmCC');
    background-position: 95% 19px;
    background-repeat: no-repeat;
}
.cp-facebook-block-wrapper h2{
    background-position: 95% 19px;
    background-repeat: no-repeat;
}
.cp-facebook-block-wrapper{
    background-color: #3b5999;
}
.cp-social-block h2{
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 20px;
    line-height: 1;
    border-bottom: 1px solid #ffffff;
}
.cp-twitter-block{
  position: relative;
}
.cp-facebook-block{
    padding: 20px 16px 100px 16px;
    position: relative;
}
.cp-facebook-block .author-title{
    font-weight: bold;
}
.cp-facebook-block .posted-on{
    font-size: 0.75em;
    float: right;
}
.cp-twitter-block p,
.cp-facebook-block p{
  color: #ffffff;
}
.cp-twitter-block p.tweet{
    height: 110px;
    overflow: hidden;
}
.cp-twitter-block p.tweet a{
  color: #ffffff;
  text-decoration: underline;
}
.cp-twitter-block .user img,
.cp-twitter-block .user span{
  display: none;
}
.cp-twitter-block .user span:last-child{
  display: inline-block;
  color: #ffffff;
}

.cp-twitter-block .timePosted a{
  color: #ffffff;
  font-style: italic;
  font-size: 0.875em;
}
.cp-twitter-block .interact{
    display: none;
}
.cp-social-block .cp-social-cta a{
  display: inline-block;
  border-radius: 3px;
  background-color: transparent;
  color: #ffffff;
  padding: 8px 18px 8px 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  font-size: 0.875em;
  text-transform: uppercase;
}
.cp-social-block .cp-social-cta a:after {
    content: '\e605';
    font-family: 'icomoon';
    color: #fff;
    font-size: 22px;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
.cp-social-block .cp-social-cta a:hover{
    background-color: rgba(255,255,255,0.3);
    text-decoration: none;
}
.blockBody{
    clear: both; 
}
.cp-article-intro{
    font-size: 20px;
    font-size: 1.25rem;
    color: #706971;
    margin-bottom: 24px;
    line-height: 170%;
    font-weight: 400;
}
.tooltipPopup{
    background-color: #ffffff !important;
}
.cpform.registerForm>div:nth-child(2) label{
    float: left;
}
.cpform.registerForm>div:nth-child(2) input[type="text"]{
    clear: both;
    width: 45%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.cpform.registerForm>div:nth-child(2) input[type="submit"]{
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    color: #E72974;
    padding: 8px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E72974;
    font-size: 0.875em;
    text-transform: none;
}
.RegConf input[type="submit"]{
    background-color: transparent;
    color: #E72974;
    padding: 8px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E72974;
    font-size: 0.875em;
    text-transform: none;
}
.cpform.registerForm .help{
    clear: both;
}
.cp-account-row{
    clear: both;
    margin-bottom: 50px !important;
}
.cp-account-cell{
    float: left;
    margin-right: 20px !important;
    margin-bottom: 0 !important;
}
.cp-account-cell-info{
    min-width: 350px;
}
.cp-account-cell-button input[type="submit"]{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent;
    color: #E72974;
    padding: 8px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E72974;
    font-size: 0.875em;
    text-transform: none;
}
/*.cpmyaccount input[type="submit"]{
    background-color: transparent;
    color: #E72974;
    padding: 8px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E72974;
    font-size: 0.875em;
    text-transform: none;
}*/
.cp-account-cell-label{
    width: 150px;
}
.youtube-message{
    max-width: 320px;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -160px;
}
.youtube-message p{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
}
.cp-account-cell-label label{
    font-size: 1em;
    line-height: 1.5 !important;
}
.cp-account-cell div{
    margin-bottom: 0 !important;
}
.contactPref legend,
.MyAccProf legend{
    font-size: 1.5em;
    margin: 3px 0 6px;
    color: #97048F;
}
.contactPref .statement p{
    clear: both;
}
.contactPref .statement{
    margin-bottom: 0 !important;
}
.MyAccProf input[type="submit"]{
    background-color: transparent;
    color: #E72974;
    padding: 8px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E72974;
    font-size: 0.875em;
    text-transform: none;
    margin: 10px 0 !important;
}
.MyAccProf .change-password .cp-btn {
    margin: 0 !important;
}
.update-btn-wrap {
    margin-top: 40px;
}
.MyAccProf .Submit input[type="submit"]{
    background-color: #E72974 !important;
    color: #fff !important;
    padding: 14px 30px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    letter-spacing: .25px !important;
    font-size: 1em !important;
    line-height: 18px !important;
    display: inline-block !important;
    border: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s, color 0.2s !important;
    font-weight: 700 !important;
    font-family: "Lato", "helvetica neue", sans-serif !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.avatarHelpText p{
    float: left;
}
.cp-label-wrapper,
.cp-input-wrapper,
.cp-personal-details-block{
    margin-bottom: 0 !important;
}

.cp-input-wrapper input[type="text"],
.cp-input-wrapper input[type="email"],
.cp-input-wrapper input[type="password"]{
    width: 100% !important;
}

.cp-deats-margin-address,
.cp-input-wrapper-address{
    margin-bottom: 0 !important;
}
.cp-personal-details-block-address{
    margin-bottom: 20px !important;
}

.cp-postcode .cp-address-wrap,
.cp-postcode .cp-address-wrap>div,
.cp-postcode .cp-address-wrap .cp-personal-details-block-address{
    margin-bottom: 0px !important;
}
.cp-postcode .cp-block-address{
    margin-bottom: 20px;
}
.cp-postcode .cp-block-address .cp-label-wrapper-address{
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 13px;
    font-size: 14px;
}
.cp-postcode input[type="submit"]{
    margin: 0 !important;
}
.cp-postcode .cpform div span{
    position: static;
    display: block;
    margin-bottom: 10px;
}
.cp-postcode .cp-select-address{
    margin: 20px 0 0 0;
}
.cp-postcode .cp-select-address select{
    margin-bottom: 18px;
}
.radAvatarWrap img{
    float: left;
    margin-right: 30px;
    border: 1px solid #e1dfe1 !important;
}

.cp-com-alias{
    margin-top: 40px !important;
}

.cp-btn-secondary-wrapper{
    clear: both;
    overflow: hidden;
}

.ImageBoxNetwork{
    float: left;
    margin: 0 10px 10px 0 !important;
}

.UploaderTextBoxArea{
    clear:both;
}
body .RadUpload, 
body .RadUploadProgressArea {
    width: auto;
}
/*Flex used to align the the button beside the input*/
body .RadUpload .ruFileWrap {
    white-space: normal;
    display: block;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
}
.ruFileWrap.ruStyled input[type="button"]{
    padding: 0 !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.cpform.community .cp-label-wrapper span{
    display: inline-block;
    width: auto;
    float: none;
    font-size: 0.875em;
    margin-bottom: 8px;
    line-height: 1;
    padding: 0;
    padding-left: 13px;
    color: #000000;
    position: relative;
    left: auto;
    top: auto;
}
.cpform.community .cp-label-wrapper span.asterisk{
    padding-left: 0 !important;
}
.cpform.community .cp-btn-secondary-wrapper input[type="submit"],
.cpform.interests .cp-btn-secondary-wrapper input[type="submit"],
.cp-btn-secondary-wrapper input[type="submit"],
.MyAccProf .Submit.cp-btn-secondary-wrapper input[type="submit"]{
    background-color: transparent !important;
    color: #E72974 !important;
    padding: 8px 22px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 1px solid #E72974 !important;
    font-size: 0.875em !important;
    text-transform: none !important;
}
.cpform.community .networkARadios label{
    margin-right: 40px;
}
.interests-list li{
    margin-bottom: 0;
}

.hiddenButton{
    display: none;
}

.cp-top-tips-block h4{
    color: #650360;
    text-transform: none;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.cp-top-tips-block p{
    color: #e21f5c; 
}

.cp-btn-secondary-wrapper a{
    background-color: #E72974 !important;
    color: #fff !important;
    padding: 14px 30px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    letter-spacing: .25px !important;
    font-size: 1em !important;
    line-height: 18px !important;
    display: inline-block !important;
    border: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s, color 0.2s !important;
    font-weight: 700 !important;
    font-family: "Lato", "helvetica neue", sans-serif !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    color: #E72974 !important;
    padding: 8px 22px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 1px solid #E72974 !important;
    font-size: 0.875em !important;
    text-transform: none !important;
    float: right;
}
.cp-btn-secondary-wrapper a:hover{
    text-decoration: none;
}

/* button styles for snippets */
.button-solid-with-arrow{
    background-color: #E72974;
    color: #fff;
    padding: 14px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-size: 1em;
    line-height: 18px;
    display: inline-block;
    border: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    font-weight: 700;
    font-family: "Lato", "helvetica neue", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
      padding-right: 46px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDZweCIgaGVpZ2h0PSI0NnB4IiB2aWV3Qm94PSIwLjAzMSAtNi42NDEgNDYgNDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMC4wMzEgLTYuNjQxIDQ2IDQ2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMywxNi45NmwtMy4xNDEtMy40MmMtMC4yNjgtMC4yNzEtMC4yNjgtMC43MDcsMC0wLjk3OHMwLjcwMi0wLjI3MSwwLjk2OSwwbDMuODMsMy45MDcNCgljMC4yNjgsMC4yNzEsMC4yNjgsMC43MDksMCwwLjk3OWwtMy44MywzLjkwOGMtMC4yNjgsMC4yNzItMC43MDEsMC4yNzEtMC45NjksMGMtMC4yNjgtMC4yNy0wLjI2OC0wLjcwNywwLTAuOTc4TDEzLDE2Ljk2eiIvPg0KPC9zdmc+DQo=);
      background-repeat: no-repeat;
      background-position: top right;
}
.button-solid-with-arrow:hover{
    text-decoration: none;
    color: #fff;
    background-color: #b41453;
}
.button-outline-with-arrow{
    background-color: transparent;
    color: #E72974;
    border: 1px solid #E72974;
    font-size: 0.875em;
    text-transform: none;
    padding: 8px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .25px;
    line-height: 18px;
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    font-weight: 700;
    font-family: "Lato", "helvetica neue", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
      padding-right: 34px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzRweCIgaGVpZ2h0PSI2OHB4IiB2aWV3Qm94PSIwIC02LjU3OCAzNCA2OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIC02LjU3OCAzNCA2OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjRTcyOTc0IiBkPSJNMTEsMTFMNy44NTksNy41OGMtMC4yNjgtMC4yNy0wLjI2OC0wLjcwNywwLTAuOTc4YzAuMjY4LTAuMjcsMC43MDEtMC4yNywwLjk2OSwwbDMuODMsMy45MDgNCgljMC4yNjgsMC4yNzEsMC4yNjgsMC43MDksMCwwLjk3OWwtMy44MywzLjkwOGMtMC4yNjcsMC4yNzItMC43MDEsMC4yNzEtMC45NjksMGMtMC4yNjgtMC4yNy0wLjI2OC0wLjcwNywwLTAuOTc4TDExLDExeiIvPg0KPHBhdGggZmlsbD0iI0I0MTQ1MyIgZD0iTTExLDQ0LjgyMWwtMy4xNDEtMy40MmMtMC4yNjgtMC4yNy0wLjI2OC0wLjcwNywwLTAuOTc5YzAuMjY4LTAuMjcsMC43MDEtMC4yNywwLjk2OSwwbDMuODMsMy45MDgNCgljMC4yNjgsMC4yNzEsMC4yNjgsMC43MDksMCwwLjk3OWwtMy44MywzLjkwOGMtMC4yNjcsMC4yNzItMC43MDEsMC4yNzEtMC45NjksMGMtMC4yNjgtMC4yNy0wLjI2OC0wLjcwNywwLTAuOTc4TDExLDQ0LjgyMXoiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
      background-position: 100% 0px;
}
.button-outline-with-arrow:hover{
    text-decoration: none;
    color: #b41453;
    border: 1px solid #b41453;
    background-color: #fff;
    background-position: 100% -34px;
}
.button-solid{
    background-color: #E72974;
    color: #fff;
    padding: 14px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-size: 1em;
    line-height: 18px;
    display: inline-block;
    border: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    font-weight: 700;
    font-family: "Lato", "helvetica neue", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button-solid:hover{
    text-decoration: none;
    color: #fff;
    background-color: #b41453;
}
.button-outline{
    letter-spacing: .25px;
    font-size: 1em;
    line-height: 18px;
    display: inline-block;
    border: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    font-weight: 700;
    font-family: "Lato", "helvetica neue", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    color: #E72974;
    padding: 8px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #E72974;
    font-size: 0.875em;
    text-transform: none;
}
.button-outline:hover{
    text-decoration: none;
    color: #fff;
    background-color: #b41453;
}


/* Hotfix 11/04/16 - Ian Jackson*/
.donationDetailsWrap .cpformSignIn .cpform div span {
    position: static;
    padding-left: 35%;
    clear: both;
    display: block;
}
.donationDetailsWrap .cpformSignIn .cpform .signInBlock.pullUp,
.donationDetailsWrap .cpformSignIn .cpform .RememberMe.pullUp {
    margin: 0 !important;
}
.donationDetailsWrap .cpformSignIn .cpform .RememberMe.pullUp {
    padding-left: 35%;
}
@media (max-width: 768px) {
    .donationDetailsWrap .cpformSignIn .cpform div span,
    .donationDetailsWrap .cpformSignIn .cpform .RememberMe.pullUp {
        padding-left: 0;
    }
}
