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

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 1px;
	color: #231f20;
}

a,
a:visited {
	color: #eb6e1f;
}

a:hover,
a:active {
	color: #eb6e1f;
}


:focus,
a:focus {
	outline: 0;
	outline-offset: 0;
}

strong {
	font-weight: 500;
}

h1 {
	font-size: 40px;
	font-weight: 500;
	line-height: 44px;
	margin-bottom: 50px;
}

h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 50px;
}

h3 {
	font-size: 23px;
	font-weight: 300;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 40px;
}

h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #eb6e1f;
}

h5 {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 30px;
}

h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 30px;
}

p {
	font-size: 17px;
	font-weight: 300;
	line-height: 23px;
}

small {
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin-top: 3px;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.mt-46 {
	margin-top: 46px;

}

.mb-20 {
	margin-bottom: 20px;
}

.mb-46 {
	margin-bottom: 46px;
}


#campaign-landing h1 {
	font-size: 38px;
	font-weight: 500;
	line-height: 42px;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
	color: #000000;
}

#campaign-landing h2 {
	font-size: 32px;
	font-weight: 500;
	line-height:42px;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
}

#campaign-landing h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 10px;
}

#campaign-landing h4 {
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: center;
}


#campaign-landing .lead {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

#campaign-landing .lead strong {
	font-weight: 600;
}

#campaign-landing .hero-overlay {
	background-image:url(../images/hero-overlay.png);
	opacity: 1;

}

#campaign-landing .hero-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 38px;
	margin-bottom: 30px;
	color: #231f20;
}

#campaign-landing  .box-inner {
    font-size: 13px;
    line-height: 1.5;
    padding: 40px;
}

/********** STRUCTURE **********/
.container {
    position: relative;
    margin: 0 auto;
    /*padding: 0;*/
}

@media only screen and (max-width: 852px) {
  .navbar-collapse.collapse:not(.in) ul {
    display: none !important;
  }

  .home-icon {
    margin-right: 30px;
  }

  .home-icon:before {
    left: 15px;
  }

  .navbar-toggle {
    margin-right: 0 !important;
  }

  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent !important;
  }

  .container .navbar-header {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }

  .container .navbar-header .navbar-brand {
    float: left !important;
  }


  .container .navbar-header button,
  .container .navbar-header a.btn {
    display: block !important;
    float: right;
    margin-top: 20px;
  }

  .container .navbar-header button {
    border: 0;
    margin-top: 26px;
  }

  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0 !important;
  }

  .navbar .container {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000 !important;
  }
}

@media only screen and (max-width: 992px) {


  .container {
    width: 90% !important;
  }

}


.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.content {
	padding-top: 100px;
}

.section {
	float: left;
	padding: 70px 0;
	width: 100%;
}

.section.light-grey {
	background-color: #f1f1ef;
}

.section.grey {
	background-color: #efedec;
}

.section.pt-0 {
	padding-top: 0;
}

.section.pb-0 {
	padding-bottom: 0;
}

header,
main,
footer {
	float: left;
	width: 100%;
}

/********** BREADCRUMBS **********/
#breadcrumbs.section {
	background-color: #efedec;
	padding: 0;
}

.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 11px 0;
	border-radius: 0;
}

.breadcrumb>li {
	font-size: 13px;
	color: #000;
}

.breadcrumb>li>a {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}

.breadcrumb>li>a:hover,
.breadcrumb>li>a:active {
	text-decoration: none;
}

.breadcrumb>li+li:before {
	content: "\f105";
	font-family: Font Awesome\ 5 Pro;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #000;
}

/********** CIRCLE IMAGE HOVER (ie. Our People) **********/
figure.hover-item {
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	border-radius: 50%;
	height: 300px;
	background: #fff;
	text-align: center;
	cursor: pointer;
	width: 300px;
}

figure.hover-item img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

figure.hover-item figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.hover-item figcaption::before,
figure.hover-item figcaption::after {
	pointer-events: none;
}

figure.hover-item figcaption,
figure.hover-item figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.hover-item figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure.hover-item:hover {
	 background: #ec6d20;
	 border-radius: 50%;
}

figure.hover-item img {
	opacity: 1;
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
	border-radius: 50%;
}

figure.hover-item figcaption {
	text-align: center;
}

figure.hover-item figcaption > div {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 2em;
	width: 100%;
	height: auto;
	transform:translateY(-50%);
}

figure.hover-item h4,
figure.hover-item p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.hover-item h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}


figure.hover-item h4,
figure.hover-item p {
	color: rgba(255,255,255,1);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	text-align: center;
}

figure.hover-item:hover img {
	opacity: 0.2;
}

figure.hover-item:hover p,
figure.hover-item:hover h4 {
	opacity: 1;
}

figure.hover-item:hover img,
figure.hover-item:hover h4,
figure.hover-item:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.hover-item:hover h4,
figure.hover-item:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/********** GRAYSCALE IMAGE HOVER (ie. Our Corporate Champions) **********/
figure.grayscale {
	/*background-color: #fafaf9;*/
	height: 217px;
	border: 1px solid #d9d4d2;
	margin: 15px 0;
	width: 100%;
}

figure.grayscale a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index:3;
}

figure.grayscale img {
	height: auto;
	max-width: 160px;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(#greyscale);
	filter: gray;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 2;
}

figure.grayscale:hover img {
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: inherit;
	filter: inherit;

}

.section.light-grey figure.grayscale {
	background-color: #fff;
	border: 1px solid #cbcbcb;
	height: 117px;
	margin: 15px 0;
	width: 100%;
}


/********** CIRCLE ICONS **********/
.icon-circle .icon {
	background-color: #fff;
	border: 6px solid #f0efee;
	border-radius: 50%;
	height:124px;
	margin: 10px auto 20px;
	width:124px;
	text-align: center;
}

.icon-circle .icon img {
	margin: 11px auto;
	height: auto;
}

.icon-circle span {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 81%;
}

.icon-circle span strong {
	font-size: 17px;
	font-weight: 500;
}


/********** ANIMATED BOXES **********/
.animated-boxes {
	margin-top: 44px;
	display: block;
	position: relative;
	/*cursor:pointer;*/
	z-index: 1;
}

.box-icon {
	display: block;
	width: 100%;
}

	.box-icon img {
		height: auto;
		display: block;
		margin: 0 auto;
		width: 77px;
	}

.box-title {
	font-size: 23px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 15px;
	text-align: center;
}

.box-caption{
	position: absolute;
	top:50%;
	left: 0;
	padding: 0 15px;
	color: #fff;
	width: 100%;
	transform:translateY(-50%);
	z-index: 2;
	transition: opacity 0.3s;
}

.box-image {
	width: 100%;
	height: auto;
}

.animated-boxes:hover .box-desc {
	background-color: rgba(0,0,0,0.6);
	opacity: 1;
}

.animated-boxes:hover .box-caption {
	opacity: 0;
}

.box-desc {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 0.3s ease-in-out;
	transition-delay: 0.1s;
}
.blur .box-desc {
	background-color: rgba(255, 255, 255, 0.6);
	opacity: 1;
}

.box-desc .box-inner{
	transition: opacity 0.3s;

}
.blur .box-desc .box-inner {
	opacity: 0;
}


.box-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 60px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	line-height: 1.7;
}


/********** FORMS **********/
.form-control {
	font-size: 16px;
    border: 1px solid #b2b1b0;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    letter-spacing: 0.05em;
    color: #444;
}

input.form-control, textarea.form-control {
	-webkit-appearance:none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-control  {
	border-radius: 0px;
  	border: none;
    outline: 1px solid #b2b1b0;
    outline-offset: -1px;
}

label,
.control-label {
	font-size: 15px;
	font-weight: 400;
}

label>span,
.control-label>span {
	margin-left: 3px;
	color: #dd1515;
}

.input-group-addon {
	border-radius: 0;
    border: 1px solid #b2b1b0;
}

#subscribe .form-group {
	max-width: 100%;
	width: 100%;
}

.wpcf7-response-output.alert-warning {
	background-color: transparent;
	margin: 0;
	padding-bottom: 0;
}

.form-inline .form-control {
	font-size: 17px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: 50px;
	letter-spacing: 0.04em;
	width: 100%;
}

#subscribe input[type="submit"] {
	padding: 13px 12px;
	border-radius: 100px !important;
}

.form-inline input[type="submit"] {
	letter-spacing: 0.2em;
	width: 100%;
}

.input-group-btn .btn {
	background-color: #eb6e1f;
	color: #ffffff;
}

.form-group .col-sm-6 {
	margin-bottom: 15px;
}

/********** BUTTONS **********/
.btn {
	font-weight: 500;
	display:inline-block;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.2em;
	cursor: pointer;
}

.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
	outline-offset: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn i {
	margin-right: 8px;
}

.btn-sm {
	font-size: 10px;
    line-height: 12px;
    height: 32px;
    padding: 11px 15px;
    border-radius: 20px;
    letter-spacing: 0.3em;
}

.btn-md {
	font-size: 14px;
    line-height: 16px;
    height: 40px;
    padding: 10px 25px;
    border-radius: 20px;
    letter-spacing: 0.3em;
}

.btn-lg {
	font-size: 15px;
	height: 52px;
	padding: 16px 30px;
	border-radius: 26px;
}

.btn-primary,
.btn-primary:visited {
	background-color: #eb6e1f;
	border: 2px solid #eb6e1f;

	color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #be5310;
	border: 2px solid #be5310;
	color: #fff;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.navbar-inverse .navbar-nav>li>a.btn-primary:hover,
.navbar-inverse .navbar-nav>li>a.btn-primary:focus {
	background-color: #be5310;
	border: 2px solid #be5310;
	color: #fff;
}


.btn-default,
.btn-default:visited {
	background-color: transparent;
	border: 2px solid #eb6e1f;
	color: #000;
}


.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	background-color: #eb6e1f;
	color: #fff;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	background-color: #fff;
	border: 2px solid #fff;
	color: #eb6e1f;
}

/********** MODAL **********/
.modal-backdrop.in {
	background-color: #000;
	opacity: 1;
    filter: alpha(opacity=100);
}


.modal iframe {
	display: block;
	margin: 0 auto;
}

.modal.dark .modal-content {
	background-color: transparent;
	border-radius: 0;
	border: none;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding: 20px 0;
}

.modal.dark .close {
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 2;
	opacity: 1;
	color: #fff;
}

#our-impact-vid .modal-dialog {
	top: 50%;
	transform: translateY(-50%);
}

/********** HEADER **********/
.navbar-collapse {
	border-top: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-inverse .navbar-collapse {
	padding: 22px 0 0;
}

.navbar-inverse .navbar-nav>li>a.btn {
	font-weight: 500;
	margin-left: 15px;
	padding: 8px 12px;
	color: #fff;
}

.navbar-right {
	margin-top: 4px;
}

header .navbar-brand {
	background-image:url(../images/soap-aid-logo.png);
  background-position: 5px 20px;
  background-repeat: no-repeat;
  background-size: 124px auto;
  height: 90px;
  display: block;
  margin-right: 30px;
  width: 130px;
  text-indent: -9999px;
}


header > .navbar-inverse {
	background-color: #fff;
	border-color: transparent;
	border: none;
	padding: 5px 0 10px;
    -webkit-transition: background-color 300ms ease-out 100ms;
    -moz-transition: background-color 300ms ease-out 100ms;
    -o-transition: background-color 300ms ease-out 100ms;
    transition: background-color 300ms ease-out 100ms;
}

header .navbar-inverse .navbar-nav>li>a {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}

header .navbar-inverse .navbar-nav >li.active >a {
	color: #000;
	background-color: transparent;
}

header .navbar-inverse .navbar-nav.navbar-left > li.active > a:after {
	content: "";
	background-color: #000;
	height: 1px;
	width: 100%;
	display: block;
	margin-top: 3px;
}

header .navbar-inverse .navbar-nav.navbar-left>li>a:hover,
header .navbar-inverse .navbar-nav.navbar-left>li>a:active,
header .navbar-inverse .navbar-nav.navbar-left>li>a:focus {
	background-color: transparent;
	color: #000;
}

header .navbar-inverse .navbar-nav.navbar-left>li>a:hover:after,
header .navbar-inverse .navbar-nav.navbar-left>li>a:active:after,
header .navbar-inverse .navbar-nav.navbar-left>li>a:focus:after {
	content: "";
    background-color: #000;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 3px;
}

header .navbar-inverse .navbar-nav>li>a.btn-default,
header .navbar-inverse .navbar-nav>li>a.btn-default:visited {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

header  .navbar-inverse .navbar-nav>li>a.btn-default:hover  {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

/* Dropdown */
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
 	border-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
     border-radius: 0;
     border: none;
}

.dropdown-menu>li>a {
    font-weight: 300;
    padding: 5px 15px;
}

.current-menu-parent > a {
	color: #000;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}


/* Home Header */
header.home-header > .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	padding: 15px 0;
}

header.home-header .navbar-brand {
	background-image:url(../images/soap-aid-logo-rev.png);
	background-size: 136px auto;
	height: 100px;
	width: 170px;
}


header.home-header .navbar-inverse .navbar-nav>li>a {
	color: #fff;
}


header.home-header .navbar-inverse .navbar-nav>li>a.btn-default,
header.home-header .navbar-inverse .navbar-nav>li>a.btn-default:visited {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

header.home-header .navbar-inverse .navbar-nav>li>a.btn-default:hover  {
	background-color: #fff;
	border: 2px solid #fff;
	color: #eb6e1f;
}

header.home-header  .navbar-inverse .navbar-nav.navbar-left>li>a:hover,
header.home-header  .navbar-inverse .navbar-nav.navbar-left>li>a:active,
header.home-header  .navbar-inverse .navbar-nav.navbar-left>li>a:focus {
	color: #fff;
}

header.home-header .navbar-inverse .navbar-nav.navbar-left>li>a:hover:after,
header.home-header .navbar-inverse .navbar-nav.navbar-left>li>a:active:after,
header.home-header .navbar-inverse .navbar-nav.navbar-left>li>a:focus:after {
    background-color: #fff;
}


/* Shrunken Header appear after scrolling 80px */
header.shrink .navbar-inverse .navbar-nav>li>a.btn-default,
header.shrink.home-header .navbar-inverse .navbar-nav>li>a.btn-default {
	border: 2px solid #000;
	color: #000;
}

header.shrink .navbar-inverse .navbar-nav>li>a.btn-default:hover,
header.shrink .navbar-inverse .navbar-nav>li>a.btn-default:active,
header.shrink .navbar-inverse .navbar-nav>li>a.btn-default:focus,
header.shrink.home-header .navbar-inverse .navbar-nav>li>a.btn-default:hover,
header.shrink.home-header .navbar-inverse .navbar-nav>li>a.btn-default:active,
header.shrink.home-header .navbar-inverse .navbar-nav>li>a.btn-default:focus {
	background-color: #000;
	color: #fff;
}

header.shrink > .navbar-inverse {
	background-color: #fff;
}


header.shrink .navbar-brand {
	background-image:url(../images/soap-aid-logo.png);
	background-size: 95px auto;
	height: 75px;
	width: 130px;
}

header.shrink .navbar-inverse .navbar-nav.navbar-left>li>a {
	color: #000;
}

header.shrink .navbar-inverse {
	padding: 8px 0;
}

header.shrink .navbar-inverse .navbar-collapse {
	padding: 0;
}

header.shrink .navbar-left {
	margin: 20px 0;
}

header.home-header.shrink .navbar-inverse .navbar-nav.navbar-left>li>a:hover,
header.home-header.shrink .navbar-inverse .navbar-nav.navbar-left>li>a:active,
header.home-header.shrink .navbar-inverse .navbar-nav.navbar-left>li>a:focus {
	color: #eb6e1f;
}

header.home-header.shrink .navbar-inverse .navbar-nav.navbar-left>li>a:hover:after,
header.home-header.shrink .navbar-inverse .navbar-nav.navbar-left>li>a:active:after,
header.home-header.shrink .navbar-inverse .navbar-nav.navbar-left>li>a:focus:after {
    display: none;
 }


header.shrink .navbar-right {
	margin-top: 18px;
	margin-bottom: 18px;
}


/********** HERO IMAGE **********/
#hero {
	position: relative;
	float:left;
	height: 515px;
	width: 100%;
	z-index: 1;
}

.hero-image {
	/*background-image:url(../images/adult-woman-holding-bar-of-soap.jpg);*/
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 515px;
}

#hero-image-caption {
	float: left;
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	transform:translateY(-40%);
	z-index: 3;
}

#hero-image-caption img {
	height: auto;
	margin-bottom: 20px;
	width: 380px;
}

.hero-title {
	font-size: 37px;
	font-weight: 400;
	line-height: 43px;
	margin-bottom: 30px;
	color: #fff;
}

.hero-overlay {
	background-image:url(../images/hero-overlay-dark.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	display: block;
	height: 515px;
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	opacity: 0.3;
	z-index: 2;
}

#hero.home-hero {
	background-color: #000;
	height: 794px;
}

.home-hero .hero-title {
	font-size: 48px;
	font-weight: 400;
	line-height: 55px;
	margin-bottom: 20px;
	color: #fff;
}


.home-hero .hero-subtitle {
	font-size: 21px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 30px;
	color: #fff;
}
#hero.home-hero .hero-image {
	/*background-image:url(../images/boys-washing-hands.jpg);*/
	background-position: center bottom;
	height: 794px;
	opacity: 0.9;
}

#hero.home-hero #hero-image-caption {
	top: 50%;
	transform:translateY(-50%);
}

#hero.home-hero .hero-overlay {
	background-image:url(../images/home-hero-overlay.png);
	background-repeat: repeat-x;
	background-size: inherit;
	height: 232px;
	width: inherit;
}

/********** INTRO **********/
#intro {
	float: left;
	width: 100%;
}

#intro h3 {
	text-align: center;
}

/********** LANDING PAGE **********/

/* Stats */
#stats h3 {
	margin-top: 0;
	text-align: center;
}

/* Our Support */
#our-support {
	text-align: center;
}

#our-support .icon-circle {
	margin-bottom: 30px;
}

#our-support .btn {
	margin-top: 10px;
}

/*Process*/
.tile {
	height: 260px;
	margin-bottom: 30px;
	padding: 35px 20px;
	width: 100%;
}

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

.tile.grey {
	background-color: #e2dddd;
}

.tile.black {
	background-color: #303030;
	color: #fff;
}

.tile.orange {
	background-color: #eb6e1f;
}

.tile.orange .step {
	background-image:url(../images/icon-repeat-white.png);
}
.tile.black .step {
	color: #fff;
}

.tile.white .step,
.tile.black .step,
.tile.grey .step {
	background-image:url(../images/icon-repeat-orange.png);
}

.tile .step {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 73px 70px;
	font-size: 40px;
	font-weight: 500;
	line-height: 42px;
	height: 70px;
	margin: 0 auto 20px;
	padding: 14px 0;
	width: 73px;
	color: #000;
	text-align: center;
}

.tile .step-desc {
	font-size: 13px;
	letter-spacing: 0.05em;
	text-align: center;
}

/********* HOME **********/
.icon-stat {
	float: left;
	width: 100%;
}
.icon-stat .stat-totals {
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	display: block;
	float: left;
	width: 60%;
	text-transform: uppercase;
}

.icon-stat .stat-totals strong,
.icon-stat .stat-totals .odometer{
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	font-weight: 700;
	line-height: 29px;
	margin-bottom: 5px;
}

.icon-stat .stat-totals .odometer1,
.icon-stat .stat-totals .odometer2,
.icon-stat .stat-totals .odometer3 {
	top: 0 !important;
	/*margin-bottom: 3px;*/
}
.icon-stat .icon {
	float: left;
	width: 40%;
}

	.icon-stat .icon > img {
		height: auto;
	}

.home .vid-image {
	/*background-image:url(../images/boy-holding-soap-bar.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 420px;
	display: block;
	position: relative;
	width: 100%;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.vid-image .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.vid-image:hover {
 opacity: 0.95;
}

.vid-image:hover .play {
	opacity: 0.5;
}

.home .vid-desc {
	background-color: #fff;
	padding: 67px 72px;
	height: 100%;
	text-align: center;
}

.home .vid-desc h3 {
	font-size: 27px;
	font-weight: 500;
	margin-bottom: 20px;
}

.home .vid-desc p {
	font-size: 17px;
}

.home .vid-desc a.btn {
	margin-top: 10px;
}


#get-involved.section h3 {
	letter-spacing: 0.1em;
	text-align: center;
}

#get-involved.section .intro-text p {
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 40px;
	letter-spacing: 0.1em;
	text-align: center;
}

/********** CHAMPION PAGES **********/
#champion .form-group.row {
	margin-bottom: 0;
}

#champion .col-md-6 {
	margin-bottom: 15px;
}

/********** FLIP BOX **********/
.flip-container {
	-webkit-perspective: revert;
	-moz-perspective: revert;
	-o-perspective: revert;
 	perspective: revert;
	display: block;
	margin-top: 30px;
	cursor: pointer;
}

.flip-container:hover .flipper,
  .flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	height: 225px;
	width: 99.5%;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	border: 1px solid #c6c3c1;
	padding: 15px;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	border: 1px solid #c6c3c1;
	padding: 20px 30px;
	background: #f7f7f7;
}

.back p {
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 25px;
	transform:translateY(-50%);
	width: 100%;
	text-align: center;
	color: #000;
}

.flip-container .icon {
	height: 96px;
	width: 96px;
}

.flip-container .icon-circle span {
	color: #000;
	width: 100%;
}

.flip-container .icon-circle span strong {
	font-size: 15px;
	display: block;
}


/********** NEWS **********/

#news .post-list-item {
	margin-bottom: 40px;
}

#news .post-list-item h5 {
	margin-bottom: 10px;
}

#news .post-list-item small {
	margin-bottom: 20px;
}

#news.content .post-list-item h5 a {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 30px;
	color: #000;
	word-break: normal;
}

#news .post-thumbnail {
	margin-bottom: 20px;
}


/********** WHAT WE DO **********/

#whatwedo .back {
	padding: 30px;
}

#whatwedo .back p {
	font-size: 16px;
	line-height: 21px;
	color: #fff;
}

#whatwedo .icon-circle .icon {
	background-color: #ec6d20;
	border: 4px solid #f0efee;
	height: 72px;
	width: 72px;
}

#whatwedo .flip-container .icon-circle span {
    color: #fff;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
}

/********** DONATE **********/
#donate #intro {
	text-align: center;
}
/********** PREFOOTER **********/
#prefooter {
	float: left;
	border-top: 1px solid #c6c3c1;
	border-bottom: 1px solid #c6c3c1;
	/*margin-top: 20px;*/
	width: 100%;
}

#prefooter .col-sm-3 {
	padding-left: 0;
	padding-right: 0;
}
#prefooter a {
	background-color: #e6e1e1;
	font-size: 20px;
	font-weight: 500;
	display: block;
	height: 134px;
	border-left: 1px solid #c6c3c1;
	text-align: center;
	position: relative;
	color: #e96d1f;
}

#prefooter a:hover,
#prefooter a:active,
#prefooter a:focus {
	background-color: #c7c3c1;
	color: #fff;
}

#prefooter a span {
	position: absolute;
	top: 50%;
	left: 0;
	transform:translateY(-50%);
	text-align: center;
	width: 100%;
}

#prefooter .col-sm-3:first-of-type {
	border-left: none;
}

/********** FOOTER **********/
#footer-top {
	padding-top: 60px;
	padding-bottom: 60px;
}

footer .btn-sm {
	margin: 0 10px;
	letter-spacing: 0.15em;
}

.credit {
	font-size: 11px;
	margin: 15px 0;
	color: #6a6a6a;
}

.social {
	margin: 0;
	padding: 0;
}

.social>li {
	float: left;
	list-style-type: none;
	margin-right: 15px;
}

.social>li>a,
.social>li>a:visited {
	font-size: 17px;
	color: #000;
}

.social>li>a:hover,
.social>li>a:active,
.social>li>a:focus {
	color: #EB6E22;
}

.footer-links {
	margin: 0;
	padding: 0;
}

.footer-links>li {
	list-style-type: none;
}

.footer-links>li>a {
	font-size: 11px;
	text-decoration: none;
	color: #6a6a6a;
}

.footer-links>li>a>strong {
	font-size: 13px;
	color: #000;
}

.footer-links>li>a:hover,
.footer-links>li>a:active,
.footer-links>li>a:focus,
.footer-links>li>a:hover>strong,
.footer-links>li>a:active>strong,
.footer-links>li>a:focus>strong {
	text-decoration: none;
	color: #EB6E22;
}

.footer-logo {
	float: right;
	display: block;
	text-align: right;
}

#footer-bottom {
	font-size: 12px;
	padding: 20px 0;
	border-top: 1px solid #c6c3c1;
	color: #6a6a6a;
}

#footer-bottom .credits {
	font-size: 12px;
	color: #6a6a6a;
}

#footer-bottom .credits a,
#footer-bottom .credits a:visited {
	text-decoration: none;
	color: #000;
}


#footer-bottom .credits a:hover,
#footer-bottom .credits a:active,
#footer-bottom .credits a:focus {
	text-decoration: none;
	color: #EB6E22;
}

#footer-bottom .credits a.backtotop i {
	font-size: 11px;
	margin-left: 3px;
}
#footer-bottom .credits a.backtotop,
#footer-bottom .credits a.backtotop:visited {
	margin-left: 20px;
	text-decoration: underline;
}

#footer-bottom .credits a.backtotop:hover,
#footer-bottom .credits a.backtotop:active,
#footer-bottom .credits a.backtotop:focus {
	text-decoration: none;
}

/*Stripe*/
.StripeElement {
	background-color: white;
	padding: 8px 12px;
	border-radius: 4px;
	border: 1px solid #d8d8d8;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

/*Block UI*/
body.ui-blocked {
	overflow: hidden;
}

.blockUI h1 {
	font-size: 22px;
	font-weight: 300;
	line-height: 70px;
}

/*Registration Form*/
.second-step {
	display: none;
}

#confirmPayment[disabled]:hover {
	opacity: 1 !important;
	background-color: #eb6e1f !important;
	border: 2px solid #eb6e1f !important;
}

/*Login Form*/
.login-wrapper  {
	margin-top: 20px;
	margin-bottom: 20px;
}



.form-signin, .upgrade-account-form {
	max-width: 420px;
	padding: 30px 38px 66px;
	margin: 0 auto;
	background-color: #f7f7f7;
	border: 1px solid #c6c3c1;
}

.upgrade-account-form {
	padding: 30px 38px 30px;
}


.form-signin-heading {
	text-align:center;
	margin-bottom: 30px;
}

.login-wrapper input[type="text"] {
	margin-bottom: 10px;
}

.login-wrapper input[type="password"] {
	margin-bottom: 20px;
}

.colorgraph {
	height: 7px;
	border-top: 0;
	background: #eb6e1f;
	border-radius: 5px;
}

#dashboard-container {
	padding-top: 0;
}

#dashboard-container .list-group-item {
	padding: 13px 15px;
	border: 1px solid #c6c3c1;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

#dashboard-container .panel.panel-default {
	box-shadow: none;
	border-radius: 0;
}

#dashboard-container .panel-default>.panel-heading {
	border-color: #c6c3c1;
}

#dashboard .page-header {
	margin-top: 10px;
	margin-bottom: 0px;
	border: none;
}

#dashboard .page-header h4 {
	margin-top: 5px;
}

#dashboard .page-header h5 {
	margin-top: 10px;
}

.contribution-box {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.boxed.contribution.stats {
  border: 0;
  padding: 0;
}

.boxed.contribution.stats > .row {
  margin: 0;

}

.boxed.contribution,
.boxed.pickupdate {
	border: 1px solid #c6c3c1;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	min-height: 113px;
}

.boxed.contribution ul {
	padding: 0;
	list-style: none;
}

.boxed.contribution ul li {
	display: inline;
	padding: 0 8px;
}

.boxed.contribution ul li img,
.boxed.contribution .soapbar {
	max-width: 60px;
	width: 100%;
}

.boxed.contribution table {
	min-height: 60px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.boxed.contribution table {
		margin-left: 15px;
	}
}

.boxed.contribution .row div[class^='col-']{
	padding: 0;
}

.contribution-table td:first-of-type {
	text-align: center;
	min-width: 80px;
}

.boxed.contribution td {
	padding-left: 7px;
	padding-right: 7px;
}

.boxed.contribution ul li div{
	display: inline-block;
	vertical-align: middle;
}

.boxed.contribution span,
.boxed.pickupdate span{
	display: block;
}

.boxed.contribution span#kilos,
.boxed.contribution span#bars {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

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

.boxed.pickupdate span:first-of-type {
	color: #000;
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
}

.boxed.pickupdate span:last-of-type {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 1px;
}

.boxed.contribution span#makes {
	color: #e9933e;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#dashboard-container .list-group a {
	color: #231f20;
}

#dashboard-container .list-group a:hover {
	color: #e96d1f;
	text-decoration: none;
}

#dashboard-container .list-group a:focus {
	color: #231f20;
}

.wetTemplate, .wetDGTemplate, .wetInsertionPoint {
	display: none;
}

.consignment-root table.table input[type="radio"],
.consignment-root table.table input[type="checkbox"] {
	margin: 11px 6px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	color: #171411;
	border: #171411 2px solid;
	height: auto;
	-webkit-appearance: checkbox;
}

/*Change Password*/

.changePassword-wrapper  {
	margin-bottom: 20px;
}

.changePassword {
	max-width: 420px;
}

.changePassword-wrapper  .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
}

.changePassword-wrapper  #newPassword {
	margin-bottom: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
}

.changePassword-wrapper  #currentPassword {
	margin-bottom: 20px;
}

.changePassword-wrapper input[type="password"] {
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*Donations*/
.switch-light span span,
.switch-toggle a {
	display: none
}

@media only screen and (-webkit-min-device-pixel-ratio:0) {
	.switch-light input:focus+label,
	.switch-light input:focus~span a {
		outline-color: transparent;
		outline-style: none
	}
}

@media only screen {
	.switch-light *,
	.switch-light:after,
	.switch-light:before,
	.switch-toggle *,
	.switch-toggle:after,
	.switch-toggle:before {
		box-sizing: border-box
	}
	.switch-light label,
	.switch-light>span,
	.switch-toggle label,
	.switch-toggle>span {
		line-height: 2em;
		vertical-align: middle
	}
	.switch-light a,
	.switch-toggle a {
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		height: 100%
	}
	.switch-light {
		position: relative;
		display: block
	}
	.switch-light input:focus+label,
	.switch-light input:focus~span a {
		outline-color: transparent;
		outline-style: none
	}
	.switch-light input {
		position: absolute;
		opacity: 0;
		z-index: 3
	}
	.switch-light input:checked~span a {
		right: 0
	}
	.switch-light strong {
		font-weight: inherit
	}
	.switch-light>span {
		position: relative;
		overflow: hidden;
		display: block;
		min-height: 40px;
		padding: 3px 0;
		text-align: left
	}
	.switch-light span span {
		position: relative;
		z-index: 2;
		line-height: 3;
		display: block;
		float: left;
		width: 50%;
		font-size: 13px;
		letter-spacing: 1px;
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.switch-light span span:not(.active) {
		color: #000000 !important;
		text-shadow: none !important
	}

	.switch-light a {
		transition: 0.3s !important;
		position: absolute;
		top: 0;
		z-index: 1;
		display: block;
		width: 50%;
		padding: 0;
		outline: 0
	}
	.switch-light span.payment-switch.active.single-payment-switch,
	.switch-light span.payment-switch.active.single-payment-switch + a {
		width: 100%;
	}

	.switch-light span[data-payment-type="0"].payment-switch.active.single-payment-switch + a {
		right: 0%;
	}

	.switch-light span[data-payment-type="1"].payment-switch.active + a {
		right: 0%;
	}

	.switch-light span[data-payment-type="0"].payment-switch.active + a {
		right: 50%;
	}

	.switch-toggle {
		position: relative;
		display: block;
		padding: 0!important
	}
	.switch-toggle::after {
		clear: both;
		content: "";
		display: table
	}
	.switch-toggle input:focus+label,
	.switch-toggle input:focus~span a {
		outline-color: transparent;
		outline-style: none
	}
	.switch-material.switch-light,
	.switch-toggle.switch-material {
		overflow: visible
	}
	.switch-toggle input {
		position: absolute;
		left: 0;
		opacity: 0
	}
	.switch-toggle input+label {
		position: relative;
		z-index: 2;
		display: block;
		float: left;
		padding: 0 .5em;
		margin: 0;
		text-align: center
	}
	.switch-toggle a {
		display: block;
		transition: all .2s ease-out;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 1;
		width: 10px
	}
	.switch-toggle label:nth-child(2):nth-last-child(4),
	.switch-toggle label:nth-child(2):nth-last-child(4)~a,
	.switch-toggle label:nth-child(2):nth-last-child(4)~label {
		width: 50%
	}
	.switch-toggle label:nth-child(2):nth-last-child(4)~input:checked:nth-child(3)+label~a {
		left: 50%
	}
	.switch-toggle label:nth-child(2):nth-last-child(6),
	.switch-toggle label:nth-child(2):nth-last-child(6)~a,
	.switch-toggle label:nth-child(2):nth-last-child(6)~label {
		width: 33.33%
	}
	.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~a {
		left: 33.33%
	}
	.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~a {
		left: 66.66%
	}
	.switch-toggle label:nth-child(2):nth-last-child(8),
	.switch-toggle label:nth-child(2):nth-last-child(8)~a,
	.switch-toggle label:nth-child(2):nth-last-child(8)~label {
		width: 25%
	}
	.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(3)+label~a {
		left: 25%
	}
	.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(5)+label~a {
		left: 50%
	}
	.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(7)+label~a {
		left: 75%
	}
	.switch-toggle label:nth-child(2):nth-last-child(10),
	.switch-toggle label:nth-child(2):nth-last-child(10)~a,
	.switch-toggle label:nth-child(2):nth-last-child(10)~label {
		width: 20%
	}
	.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(3)+label~a {
		left: 20%
	}
	.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(5)+label~a {
		left: 40%
	}
	.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(7)+label~a {
		left: 60%
	}
	.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(9)+label~a {
		left: 80%
	}
	.switch-toggle label:nth-child(2):nth-last-child(12),
	.switch-toggle label:nth-child(2):nth-last-child(12)~a,
	.switch-toggle label:nth-child(2):nth-last-child(12)~label {
		width: 16.6%
	}
	.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(3)+label~a {
		left: 16.6%
	}
	.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(5)+label~a {
		left: 33.2%
	}
	.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(7)+label~a {
		left: 49.8%
	}
	.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(9)+label~a {
		left: 66.4%
	}
	.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(11)+label~a {
		left: 83%
	}
	.switch-light.switch-candy>span,
	.switch-toggle.switch-candy {
		background-color: #efedec;
		border-radius: 100px;
	}
	.switch-light.switch-candy input:checked~span span:first-child,
	.switch-light.switch-candy span span,
	.switch-toggle.switch-candy label {
		color: #fff;
		font-weight: 400;
		text-align: center;
	}
	.switch-candy input:checked+label,
	.switch-light.switch-candy input:checked~span span:nth-child(2),
	.switch-light.switch-candy input~span span:first-child {
		text-shadow: none
	}
	.switch-candy a {
		border: 0;
		color: #fff!important;
		background-color: #eb6e1f;
		border-radius: 100px;
	}
	.switch-candy-blue a {
		background-color: #38a3d4
	}
	.switch-candy-yellow a {
		background-color: #f5e560
	}
	.switch-ios.switch-light span span {
		color: #888b92
	}
	.switch-ios.switch-light a {
		left: 0;
		top: 0;
		width: 2em;
		height: 2em;
		background-color: #fff;
		border-radius: 100%;
		border: .25em solid #D8D9DB;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		transition: all .2s ease-out
	}
	.switch-ios.switch-light>span {
		display: block;
		width: 100%;
		height: 2em;
		background-color: #D8D9DB;
		border-radius: 1.75em;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		transition: all .4s ease-out
	}
	.switch-material.switch-light::after,
	.switch-toggle.switch-material::after {
		clear: both;
		content: "";
		display: table
	}
	.switch-ios.switch-light>span span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		line-height: 1.875em;
		vertical-align: middle;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		transition: all .2s ease-out
	}
	.switch-ios.switch-light>span span:first-of-type {
		opacity: 1;
		padding-left: 1.875em
	}
	.switch-ios.switch-light>span span:last-of-type {
		padding-right: 1.875em
	}
	.switch-ios.switch-light input:checked~span a {
		left: 100%;
		border-color: #4BD865;
		margin-left: -2em
	}
	.switch-ios.switch-light input:checked~span {
		border-color: #4BD865;
		box-shadow: inset 0 0 0 30px #4BD865
	}
	.switch-ios.switch-light input:checked~span span:first-of-type {
		opacity: 0
	}
	.switch-ios.switch-light input:checked~span span:last-of-type {
		opacity: 1;
		color: #fff
	}
	.switch-ios.switch-toggle {
		background-color: #D8D9DB;
		border-radius: 30px;
		box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0
	}
	.switch-ios.switch-toggle a {
		background-color: #4BD865;
		border: .125em solid #D8D9DB;
		border-radius: 1.75em;
		-webkit-transition: all .12s ease-out;
		-moz-transition: all .12s ease-out;
		transition: all .12s ease-out
	}
	.switch-ios.switch-toggle label {
		height: 2.4em;
		color: #888b92;
		line-height: 2.4em;
		vertical-align: middle
	}
	.switch-ios input:checked+label {
		color: #3e4043
	}
	.switch-light.switch-holo>span,
	.switch-toggle.switch-holo {
		background-color: #464747;
		border-radius: 1px;
		box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
		color: #fff;
		text-transform: uppercase
	}
	.switch-holo label {
		color: #fff
	}
	.switch-holo>span span {
		opacity: 0;
		-webkit-transition: all .1s;
		-moz-transition: all .1s;
		transition: all .1s
	}
	.switch-holo>span span:first-of-type {
		opacity: 1
	}
	.switch-holo label,
	.switch-holo>span span {
		font-size: 85%;
		line-height: 2.15625em
	}
	.switch-holo a {
		background-color: #666;
		border-radius: 1px;
		box-shadow: inset rgba(255, 255, 255, .2) 0 1px 0, inset rgba(0, 0, 0, .3) 0 -1px 0
	}
	.switch-holo.switch-light input:checked~span a {
		background-color: #0E88B1
	}
	.switch-holo.switch-light input:checked~span span:first-of-type {
		opacity: 0
	}
	.switch-holo.switch-light input:checked~span span:last-of-type {
		opacity: 1
	}
	.switch-light.switch-material a {
		top: -.1875em;
		width: 1.75em;
		height: 1.75em;
		border-radius: 50%;
		background: #fafafa;
		box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .14), 0 .1875em .125em -.125em rgba(0, 0, 0, .2), 0 .125em .25em 0 rgba(0, 0, 0, .12);
		-webkit-transition: right .28s cubic-bezier(.4, 0, .2, 1);
		-moz-transition: right .28s cubic-bezier(.4, 0, .2, 1);
		transition: right .28s cubic-bezier(.4, 0, .2, 1)
	}
	.switch-material.switch-light>span {
		overflow: visible;
		position: relative;
		top: .1875em;
		width: 3.25em;
		height: 1.5em;
		min-height: auto;
		border-radius: 1em;
		background: rgba(0, 0, 0, .26)
	}
	.switch-material.switch-light span span {
		position: absolute;
		clip: rect(0 0 0 0)
	}
	.switch-material.switch-light input:checked~span a {
		right: 0;
		background: #3f51b5;
		box-shadow: 0 .1875em .25em 0 rgba(0, 0, 0, .14), 0 .1875em .1875em -.125em rgba(0, 0, 0, .2), 0 .0625em .375em 0 rgba(0, 0, 0, .12)
	}
	.switch-material.switch-light input:checked~span {
		background: rgba(63, 81, 181, .5)
	}
	.switch-toggle.switch-material a {
		top: 48%;
		width: .375em!important;
		height: .375em;
		margin-left: .25em;
		background: #3f51b5;
		border-radius: 100%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: -webkit-transform .4s ease-in;
		-moz-transition: -moz-transform .4s ease-in;
		transition: transform .4s ease-in
	}
	.switch-toggle.switch-material label {
		color: rgba(0, 0, 0, .54);
		font-size: 1em
	}
	.switch-toggle.switch-material label:before {
		content: '';
		position: absolute;
		top: 48%;
		left: 0;
		display: block;
		width: .875em;
		height: .875em;
		border-radius: 100%;
		border: .125em solid rgba(0, 0, 0, .54);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.switch-toggle.switch-material input:checked+label:before {
		border-color: #3f51b5
	}
	.switch-light.switch-material>span:after,
	.switch-light.switch-material>span:before,
	.switch-toggle.switch-material label:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		display: block;
		width: 4em;
		height: 4em;
		border-radius: 100%;
		background: #3f51b5;
		opacity: .4;
		margin-left: -1.25em;
		margin-top: -1.25em;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		-webkit-transition: opacity .4s ease-in;
		-moz-transition: opacity .4s ease-in;
		transition: opacity .4s ease-in
	}
	.switch-light.switch-material>span:after {
		left: auto;
		right: 0;
		margin-left: 0;
		margin-right: -1.25em
	}
	.switch-toggle.switch-material label:after {
		width: 3.25em;
		height: 3.25em;
		margin-top: -.75em
	}
	@-webkit-keyframes materialRipple {
		0% {
			-webkit-transform: scale(0)
		}
		20% {
			-webkit-transform: scale(1)
		}
		100% {
			opacity: 0;
			-webkit-transform: scale(1)
		}
	}
	@-moz-keyframes materialRipple {
		0% {
			-moz-transform: scale(0)
		}
		20% {
			-moz-transform: scale(1)
		}
		100% {
			opacity: 0;
			-moz-transform: scale(1)
		}
	}
	@keyframes materialRipple {
		0% {
			-webkit-transform: scale(0);
			-moz-transform: scale(0);
			-ms-transform: scale(0);
			-o-transform: scale(0);
			transform: scale(0)
		}
		20% {
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1)
		}
		100% {
			opacity: 0;
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1)
		}
	}
	.switch-material.switch-light input:checked~span:before,
	.switch-material.switch-light input:not(:checked)~span:after,
	.switch-toggle.switch-material input:checked+label:after {
		-webkit-animation: materialRipple .4s ease-in;
		-moz-animation: materialRipple .4s ease-in;
		animation: materialRipple .4s ease-in
	}
	.switch-light.switch-material.switch-light input~span:after,
	.switch-light.switch-material.switch-light input~span:before,
	.switch-material.switch-toggle input+label:after {
		visibility: hidden
	}
	.switch-light.switch-material.switch-light input:focus:checked~span:before,
	.switch-light.switch-material.switch-light input:focus:not(:checked)~span:after,
	.switch-material.switch-toggle input:focus:checked+label:after {
		visibility: visible
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:0) {
	.switch-toggle input:focus+label,
	.switch-toggle input:focus~span a {
		outline-color: transparent;
		outline-style: none
	}
}

@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em) {
	.switch-light,
	.switch-toggle {
		-webkit-animation: webkitSiblingBugfix infinite 1s
	}
}

@-webkit-keyframes webkitSiblingBugfix {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0)
	}
}

.pricing-table-biz .pricing-table-header, .pricing-table-donation .pricing-table-header {
	background: 0 0;
}

.pricing-table-donation img {
	width: 100%;
}

.pricing-table.pricing-table-donation {
	padding: 0 8px;
	width: 30.5%;
}

.pricing-table .pricing-table-list {
	background-color: #eb6e1f;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}

.donation-type-container {
	margin-bottom: 45px;
}

.pricing-table.pricing-table-donation .pricing-table-list {
	text-align: center;
	padding: 20px 30px 50px 30px;
	min-height: 110px;
}

.pricing-table.pricing-table-donation .pricing-container,
.pricing-table.pricing-table-donation .pricing-table-list {
	background-color: #efedec;
}

.pricing-table.pricing-table-donation.donation-selected .pricing-container,
.pricing-table.pricing-table-donation.donation-selected .pricing-table-list {
	 background-color: #eb6e1f;
}

.pricing-table.pricing-table-donation.donation-selected .pricing-table-list {
	padding: 20px 30px 70px 30px;
}

.pricing-table.pricing-table-donation .pricing-table-list li {
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.pricing-table.pricing-table-donation.donation-selected .pricing-table-list li {
	color: #fff;
}

.pricing-table-donation .pricing-container h2{
	margin-bottom: 0 !important;
	margin-top: -40px !important;
	background-color: #fff;
	display: table;
	margin: 0 auto;
	z-index: 10;
	padding: 40px;
	border-radius: 100%;
	height: 80px;
	width: 80px;
	position: relative;
	border: 4px solid #e4e2e1;
}

.pricing-table-header h2 span {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	color: #eb6e1f;
	font-size: 25px;
}

input, textarea {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#donations-desktop .row {
	display: flex;
	justify-content: center;
}

#donation-input .donation-label {
	font-size: 17px;
	font-weight: 500;
	color: #000;
	text-align: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 25px;
	line-height: 1.5;
}

#donation-input input{
	border: 1px solid #9c9b9a;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding: 24px 7px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	-moz-box-shadow: none !important;
	-webkit-box-shadow:none !important;
	box-shadow: none !important;
}

#donation-input .input-group-addon {
	background-color: #ffffff;
	color: #000;
	border-radius: 0;
	border-color: #9c9b9a;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

#donation-input .input-group-addon:first-of-type {
	padding: 15px 0 15px 12px;
}

#donation-input .input-group-addon:last-of-type {
	padding: 15px 12px 15px 12px;
}

#donation-input .enter-amount {
	font-weight: 400;
}

#donation-input .form-group {
	margin-bottom: 0;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}

#make-donation {
	margin-top: 30px;
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.donation-conditions {
	margin-top: 60px;
}

.donation-mobile-descriptions {
	background-color: #efedec;
	transition: .3s;
	outline: 0!important;
	line-height: 1.3;
	padding: 20px 30px 20px;
}

.donation-mobile-descriptions, .donations-mobile-header {
	pointer-events: none!important;
	text-align: center;
}

.donations-mobile-container {
	background-color: #efedec;
}

.donations-mobile-header {
	width: 100%;
	height: 100%!important;
	z-index: 1;
	display: table;
}

.donations-mobile-header img {
	width: 100%;
}

.donation-mobile-donations {
	background-color: #efedec;
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.donation-mobile-donations ul {
	margin: 0;
	width: 100%;
	padding: 0;
}

.donation-mobile-donations li {
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left;
}

.donation-mobile-donations a {
	display: block;
	padding: 10px 0;
	margin: 0;
	background-color: #fff;
	border: none;
	color: #000000;
	font-size: 23px;
	letter-spacing: 0;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}

.donation-mobile-donations .donation-selected a {
	background-color: #eb6e1f;
	text-decoration: none;
	color: #fff;
}

.donation-mobile-donations a:hover,
.donation-mobile-donations .donation-selected a:hover {
	text-decoration: none;
}

.pricing-table-donation, .donation-item {
	transition: 0.3s;
}

.pricing-table-donation:hover, .donation-item:hover {
	transform: scale(1.05);
}

/********** ABOUT US **********/
#about-us .hero-overlay {
	background-image:url(../images/hero-overlay-dark.png);
}

#hotels-grid {
	margin-bottom: 40px;
}

#hotels-list {
	padding: 30px 0 0;
}

#hotels-list .col-md-4 {
	padding-bottom: 10px;
}

#hotels-list a,
#hotels-list a:visited{
	font-size: 15px;
	text-decoration: underline;
}

#hotels-list a:hover,
#hotels-list a:active,
#hotels-list a:focus {
	text-decoration: none;
}
/********** CHAMPION **********/
#champion-form input[type="submit"]{
	padding: 8px 30px;
	margin-top: 30px;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
}


/*What we do*/
.page-template-whatwedo .vid-image {
	/*background-image: url(../images/hands-soap.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 420px;
	display: block;
	position: relative;
	width: 100%;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.flip-container.flip-step .front,
.flip-container.flip-step .back {
	background-repeat: no-repeat;
	background-size: cover;
}

.flip-container.flip-step .icon span {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}


.flip-container.flip-step .icon {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	margin: 0;
}

.people-details h1 {
	margin-bottom: 5px;
	margin-top: 0;
}

.people-image img {
	max-width: 270px;
	margin-bottom: 40px;
}

/*CONTACT*/
.acf-map {
	width: 100%;
	height: 515px;
	border: 0;
	margin: 0;
}

#contact h4 {
	margin-top: 0;
}

#contact-form .btn {
	font-size: 15px;
	line-height: 15px;
	height: 52px;
	padding: 16px 30px;
	border-radius: 26px !important;
}

#contact .fa-map-marker,
#contact .fa-envelope {
	color: #eb6e1f;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

.dashboard-template .content {
	padding-top: 140px;
}

#reportsTable_wrapper select{
	height: 40px;
}

#reportsTable_wrapper input[type="search"]{

	border: 1px solid #ddd;
	height: 40px;
	margin-right: 3px;
}

.page-template-reports .table-responsive {
	margin-top: 30px;
}

#reportsTableFilters {
	margin-bottom: 10px;
	text-align: right;
}

#reportsTableFilters td {
	padding: 0;
	border: 0;
}

div.dataTables_wrapper div.dataTables_info {
	word-wrap: inherit !important;
}

#reportrange {
	max-width: 290px;
	float: right;
	margin-left: 15px;
}

#reportrange .btn {
	padding: 9px 14px;
}
#reportrange .btn i {
	margin-right: 0px;
}
#reportsTable thead tr,
#reportsTable tfoot tr{
	background-color: #f9f9f9;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}

/*Jess Responsive Styles*/
@media screen and (min-width: 1200px) {
    .container {
        width: 990px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tile {
        height: 260px;
    }
    .navbar-right {
        margin-right: 0;
    }
    .box-title {
        font-size: 20px;
        line-height: 23px;
    }
    .box-icon img {
        width: 56px;
    }
    .box-inner {
        font-size: 16px;
        line-height: 1.5;
    }
    figure.hover-item {
        height: 293px;
        width: 293px;
    }
    figure.grayscale {
        height: 212px;
    }
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        min-width: 100%;
        width: 100%;
    }
    .modal-dialog iframe {
        margin: 0 auto;
        width: 90%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 19px;
        line-height: 27px;
    }
    #campaign-landing h1 {
        font-size: 36px;
        line-height: 38px;
    }
    #campaign-landing h2 {
        font-size: 28px;
        line-height: 38px;
    }
    #campaign-landing h3 {
        font-size: 20px;
        line-height: 24px;
    }
    #campaign-landing #hero {
        background-color: #fff;
    }
    #campaign-landing .hero-image {
        opacity: 0.3;
    }
    .content {
        padding-top: 90px;
    }
    .form-inline .form-control {
        font-size: 14px;
    }
    .nav > li > a {
        padding: 10px;
    }
    .navbar-right {
        margin-top: 0;
    }
    header .navbar-inverse .navbar-nav > li > a {
        font-size: 11px;
        padding: 11px 10px;
    }
    .navbar-inverse .navbar-nav > li > a.btn {
        line-height: 22px;
        padding: 8px 15px;
        margin-left: 8px;
    }
    header .navbar-brand {
        background-size: 100px auto;
        height: 80px;
        margin-right: 0;
        width: 130px;
    }
    #hero,
    .acf-map,
    .hero-image {
        height: 400px;
    }
    #hero {
        background-color: #000;
    }
    .hero-image {
        background-position: center center;
        opacity: 0.65;
    }
    .hero-overlay {
        display: none;
    }
    #hero-image-caption {
        top: 50%;
        width: 100%;
        text-align: center;
    }
    .hero-title > img {
        width: 300px;
    }
    .hero-subtitle {
        font-size: 27px;
        line-height: 34px;
    }
    #hero.home-hero,
    #hero.home-hero .hero-image {
        height: 554px;
    }
    body.page-template-landing #hero.home-hero,
    body.page-template-landing #hero.home-hero .hero-image {
        height: 680px;
    }
    .home-hero .hero-title {
        font-size: 40px;
        line-height: 48px;
    }
    .home-hero .hero-subtitle {
        font-size: 22px;
        font-weight: 300;
        line-height: 32px;
    }
    .box-title {
        font-size: 19px;
        line-height: 22px;
    }
    .box-icon img {
        width: 56px;
    }
    .box-desc .box-inner {
        font-size: 13px;
        line-height: 1.4;
        padding: 25px;
    }
    .icon-circle .icon {
        height: 120px;
        width: 120px;
    }
    .icon-circle .icon img {
        margin: 18px auto;
        width: 73px;
    }
    .back,
    .flip-container,
    .front {
        height: 215px;
    }
    .front {
        padding: 15px 10px;
    }
    .back {
        padding: 20px 12px;
    }
    .back p {
        font-size: 11px;
        line-height: 15px;
    }
    .flip-container .icon-circle .icon {
        height: 100px;
        width: 100px;
    }
    .flip-container .icon-circle span {
        font-size: 11px;
        line-height: 14px;
    }
    .flip-container .icon-circle .icon img {
        width: 53px;
    }
    .flip-container .icon-circle span strong {
        font-size: 12px;
    }
    .tile {
        height: 222px;
    }
    figure.hover-item {
        height: 220px;
        width: 220px;
    }
    figure.hover-item h4 {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 5px;
    }
    figure.hover-item p {
        font-size: 12px;
        line-height: 14px;
    }
    figure.grayscale {
        height: 150px;
    }
    figure.grayscale img {
        width: 110px;
    }
    #intro.section,
    #stats.section {
        padding-bottom: 30px;
    }
    .icon-stat .icon > img {
        width: 70px;
    }
    .icon-stat .stat-totals {
        font-size: 10px;
        line-height: 13px;
    }
    .icon-stat .stat-totals .odometer,
    .icon-stat .stat-totals strong {
        font-size: 20px;
        line-height: 30px;
    }
    .home .vid-image {
        height: 468px;
    }
    .home .vid-desc {
        padding: 67px 52px;
    }
    .home .vid-desc h3 {
        font-size: 19px;
        line-height: 27px;
    }
    .home .vid-desc p {
        font-size: 15px;
        line-height: 22px;
    }
    #get-involved.section .intro-text p,
    #intro h3 {
        font-size: 19px;
        line-height: 27px;
    }
    #news.content .post-list-item h5,
    #news.content .post-list-item h5 a {
        font-size: 15px;
        line-height: 19px;
        display: block;
        margin-bottom: 0;
    }
    #news .post-list-item p {
        font-size: 14px;
        line-height: 20px;
    }
    #news .post-list-item .read-more {
        font-size: 14px;
    }
    #prefooter a {
        font-size: 16px;
        height: 90px;
    }
}
@media only screen and (max-width: 767px) {
    #footer-bottom .credits,
    #hero-image-caption,
    .credit,
    .footer-links > li,
    .social,
    .social > li {
        text-align: center;
    }
    h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .form-group div[class*="col-"] {
        margin-bottom: 15px;
    }
    #campaign-landing h1 {
        font-size: 32px;
        line-height: 35px;
    }
    #campaign-landing h2 {
        font-size: 24px;
        line-height: 34px;
    }
    #campaign-landing h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .modal-dialog {
        min-width: 100%;
        width: 100%;
        margin: 0;
    }
    .modal-dialog iframe {
        margin: 0 auto;
        width: 90%;
    }
    .section {
        padding: 50px 0;
    }
    .row-eq-height {
        display: block;
    }
    .hero-overlay,
    header .navbar-inverse .navbar-nav.navbar-left > li > a:active:after,
    header .navbar-inverse .navbar-nav.navbar-left > li > a:focus:after,
    header .navbar-inverse .navbar-nav.navbar-left > li > a:hover:after {
        display: none;
    }
    .content {
        padding-top: 80px;
    }
    .form-inline .form-control {
        margin-bottom: 15px;
    }
    .navbar,
    .navbar-toggle {
        margin-bottom: 0;
    }
    header .navbar-brand {
        background-image: url(../images/soap-aid-logo.png);
        background-size: 100px auto;
        height: 75px;
        width: 135px;
      background-position: 5px 14px;
    }
    .navbar-toggle {
        border: none;
        margin-top: 25px;
        padding: 5px;
    }
    .container > .navbar-header {
        background-color: #fff;
        padding: 3px 0;
    }
    header > .navbar-inverse {
        padding: 0;
    }
    header .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-inverse .navbar-toggle {
        border: none;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }
	header .navbar-brand {
		    margin: 0;
    padding-right: 0;
    width: 110px;
	}
	.champions-filter {
		flex-direction: column;
	}
	.champions-filter .state-filter {
		width: 100% !important;
		max-width: 100% !important;
	}
	.state-filter {
    	margin-left: 0 !important;
		margin-top: 10px;
	}
	.champions-container {
		margin-top: 20px;
	}
    .navbar-inverse .btn-primary,
    .navbar-inverse .btn-primary:visited {
        font-size: 12px;
        float: right;
        margin: 18px 9px;
        padding: 8px 15px;
        height: 35px;
        text-align: center;
    }
    header.shrink .container > .navbar-header,
    header.shrink .navbar-inverse {
        padding: 0;
    }
    header.shrink .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
    }
    header.shrink .navbar-brand {
        background-size: 90px auto;
        height: 72px;
        width: 120px;
    }
    .navbar-inverse .navbar-collapse {
        padding: 15px;
        background-color: #f7f7f7;
    }
    header .navbar-inverse .navbar-nav > li > a {
        color: #000;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #5d5d5d;
    }
    .navbar-inverse .navbar-nav > li > a.btn-default,
    .navbar-inverse .navbar-nav > li > a.btn-default:visited {
        border: 2px solid #000;
        color: #000;
    }
    .navbar-inverse .navbar-nav > li > a.btn-primary {
        color: #fff;
    }
    .navbar-inverse .navbar-nav > li > a.btn {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .navbar-right,
    header.home-header .navbar-right,
    header.home-header.shrink .navbar-right,
    header.shrink .navbar-right {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 20px 15px 0;
        border-top: 1px solid #c7c3c1;
    }
    header .navbar-inverse .navbar-nav > li > a,
    header.home-header .navbar-inverse .navbar-nav > li > a,
    header.home-header.shrink .navbar-inverse .navbar-nav > li > a,
    header.shrink .navbar-inverse .navbar-nav.navbar-left > li > a {
        color: #000;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    header .navbar-inverse .navbar-nav.navbar-left > li > a:active,
    header .navbar-inverse .navbar-nav.navbar-left > li > a:focus,
    header .navbar-inverse .navbar-nav.navbar-left > li > a:hover,
    header.home-header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active,
    header.home-header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    header.home-header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    header.home-header .navbar-inverse .navbar-nav.navbar-left > li > a:active,
    header.home-header .navbar-inverse .navbar-nav.navbar-left > li > a:focus,
    header.home-header .navbar-inverse .navbar-nav.navbar-left > li > a:hover,
    header.home-header.shrink .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active,
    header.home-header.shrink .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    header.home-header.shrink .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    header.home-header.shrink .navbar-inverse .navbar-nav.navbar-left > li > a:active,
    header.home-header.shrink .navbar-inverse .navbar-nav.navbar-left > li > a:focus,
    header.home-header.shrink .navbar-inverse .navbar-nav.navbar-left > li > a:hover,
    header.shrink .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active,
    header.shrink .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    header.shrink .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    header.shrink .navbar-inverse .navbar-nav.navbar-left > li > a:active,
    header.shrink .navbar-inverse .navbar-nav.navbar-left > li > a:focus,
    header.shrink .navbar-inverse .navbar-nav.navbar-left > li > a:hover {
        color: #eb6e1f;
    }
    header.home-header > .navbar-inverse {
        padding: 0;
    }
    header.home-header .navbar-brand {
        background-image: url(../images/soap-aid-logo.png);
        background-size: 100px auto;
        height: 75px;
        width: 135px;
    }
    header.shrink.home-header .navbar-brand {
        background-size: 90px auto;
        height: 72px;
        width: 120px;
    }
    #hero,
    .acf-map,
    .hero-image {
        height: 265px;
    }
    header.home-header .navbar-inverse .navbar-nav > li > a.btn-default,
    header.home-header .navbar-inverse .navbar-nav > li > a.btn-default:visited {
        border: 2px solid #000;
        color: #000;
    }
    #campaign-landing #hero {
        background-color: #fff;
    }
    #campaign-landing .hero-image {
        opacity: 0.3;
    }
    #hero {
        background-color: #000;
    }
    .hero-image {
        background-position: center center;
        opacity: 0.7;
    }
    #hero-image-caption {
        top: 50%;
        transform: translateY(-50%);
    }
    .hero-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .hero-title > img {
        width: 260px;
    }
    .hero-subtitle {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    #hero-image-caption img {
        width: 70%;
        max-width: 320px;
    }
    #hero.home-hero .hero-image {
        height: 600px;
    }
    #hero.home-hero,
    #hero.home-hero .hero-image {
        height: 460px;
    }

    .donate-cta {
      margin: 0 auto;
      display: table;
    }

    .page-template-landing .home-hero .hero-title {
        font-size: 17px;
    }
    body.page-template-landing .home-hero #hero-image-caption {
        margin-top: 15px;
    }
    #region-select li {
        margin-bottom: 15px;
    }
    .home-hero #hero-image-caption {
        margin-top: 40px;
    }
    .home-hero .hero-title {
        font-size: 36px;
        line-height: 42px;
    }
    .home-hero .hero-subtitle {
        font-size: 15px;
        line-height: 20px;
    }
    .box-title {
        width: 80%;
        margin: 15px auto;
    }
    .animated-boxes {
        margin-top: 0;
    }
    #whatwedo .back {
        padding: 45px;
    }
    #whatwedo .back p {
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
        color: #fff;
    }
    .tile {
        height: auto;
    }
    figure.hover-item {
        float: none;
        height: 260px;
        margin: 15px auto;
        width: 260px;
    }
    figure.hover-item figcaption,
    figure.hover-item figcaption > a {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 260px;
        height: 260px;
        transform: translate(-50%, -50%);
    }
    figure.grayscale {
        height: 240px;
    }
    .icon-stat {
        margin: 10px 0;
    }
    .icon-stat .icon > img {
        width: 80px;
    }
    #get-involved.section .intro-text p,
    #intro h3 {
        font-size: 18px;
        line-height: 24px;
    }
    #prefooter a {
        font-size: 18px;
        border-left: none;
        border-bottom: 1px solid #c6c3c1;
        height: 100px;
    }
    #prefooter .col-sm-3:last-of-type a {
        border-bottom: none;
    }
    .footer-brand {
        display: block;
        margin: 0 auto;
    }
    .social {
        float: left;
        display: block;
        width: 100%;
    }
    .social > li {
        float: none;
        display: inline-block;
    }
    #footer-top .col-sm-3,
    .footer-links {
        float: left;
        width: 100%;
    }
    .footer-links {
        margin: 20px 0;
    }
    .footer-logo {
        float: none;
        height: auto;
        margin: 0 auto;
        width: 100px;
    }
    #footer-bottom .credits {
        margin: 10px 0;
    }
    #footer-bottom .credits .pull-right {
        float: none !important;
        margin-bottom: 5px;
        display: block;
    }
}
@media only screen and (max-width: 340px) {
    #landing-logo img {
        max-width: 160px;
    }
    body.page-template-landing #hero.home-hero,
    body.page-template-landing #hero.home-hero .hero-image {
        height: 540px;
    }
}


/* Landing page popup */
#raamModal img {
	max-width: 200px;
	margin: auto;
}
@media screen and (min-width: 768px) {

	.page-template-landing .h3 {
		margin-top: 0;
	}
	.page-template-landing .modal-dialog {
		width: 600px;
		min-width: auto;
	}
	.page-template-landing .modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
	.page-template-landing .modal {
		text-align: center;
	}
}
.page-template-landing .modal-dialog .btn-primary {
	border-radius: 100px;
}
.page-template-landing .modal-header {
	padding-bottom: 0;
	border: 0;
}
.page-template-landing .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.page-template-landing .modal-backdrop.in {
	opacity: 0.5;
}

/*International Landing Page*/
#landing-logo img {
	width: 100%;
	max-width: 200px;
	margin-bottom: 10%;
}

.page-template-landing .home-hero .hero-title {
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
	color: #fff;
}

.page-template-landing .home-hero .hero-subtitle {
	text-align: center;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;

	font-size: 1.3em;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 30px;
	color: #fff;
}
#region-select {
	margin-bottom: 7%;
}
#region-select ul {
	padding: 0;
	display: block;
	width: 100%;
	overflow: auto;
	margin: 0 auto;
	max-width: 700px;
}
#region-select h3{
	text-align: center;
	color: #fff;
	font-weight: 400;
}
#region-select li {
	display: inline-block;
}
#region-select .btn{
	background-color: #fff;
	color: #eb6e1f;
	padding: 15px 30px;
	border-radius: 100px !important;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: bold;
	min-width: auto;
	margin: 0px 10px;
	transition: all 0.3s ease;
}

#region-select ul a:hover,
#region-select ul a:focus,
#region-select ul a:visited {
	transform: scale(1.09);
}

.page-template-landing #intro h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 20px;
	line-height: 1;
}

.page-template-landing #intro p {
	font-weight: 500;
	font-size: 1.3em;
	width: 100%;
	max-width: 55%;
	margin: 0 auto;
}

.page-template-landing .icon-stat-container {
	position: relative;
}

.page-template-landing .icon-stat {
	display: table;
	margin: 0 auto;
	float: none;
	max-width: 295px;
	width: auto;
}

.page-template-landing .icon-stat .icon > img {
	padding-right: 5px;
}
.page-template-landing .icon-stat .icon {
	width: 35%;
}
.page-template-landing .icon-stat .stat-totals {
	width: 65%;
}

.page-template-landing .icon-stat .stat-totals strong {
	margin-bottom: 0px;
	display: block;
}

@media (max-width:780px){

	.page-template-landing #intro p {
		max-width: 100%;
	}

	.page-template-landing .icon-stat-container {
		margin-bottom: 15px;
	}

	.page-template-landing #hero {
		background-color: #000;
		height: 794px;
	}

	.page-template-landing #hero .hero-image{
		background-position: center bottom;
		height: 794px;
		opacity: 0.9;
	}

}

.top-header {
	background-color: #fff;
	border-bottom: 1px solid #c6c3c1;
}
.top-header ul {

}
.top-header li {
	float: left;
	list-style-type: none;
	margin-right: 15px;
}

.top-header li a {
	font-size: 13px;
	color: #000;
	font-weight: 700;
}

.top-header li a i {
	margin-right: 4px;
}

.top-header li:last-child {
	margin-right: 0;
}

.error-block:not(.show-error) {
	display: none;
}

.error-block.show-error {
	color: red;
	font-weight: 500;
	text-decoration: underline;
}

.upgrade-info:not(.ready) .update-step {
	display:none;
}

[x-cloak] { display: none !important; }

.champions-filter-heading {
	margin-top: 3rem;
	display: block;
}

.champions-filter {
	display: flex;
    margin-top: 1rem;
	margin-bottom: 30px;
}

.champions-filter .filter-container {
	display: flex;
	border: 1px solid #d9d4d2;
	background: white;
	position: relative;
}

.state-filter {
	margin-left: 15px;
}

.champions-filter-heading {
	font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}

.champions-filter .caret {
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	z-index: 1;
}

.champions-filter button {
	font-weight: 400;
    margin-left: 5px;
    padding: 4px 13px;
    color: #fff;
    position: relative;
    display: block;
    background-color: #eb6e1f;
    border: 2px solid #eb6e1f;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.button-clear {
	padding-top:6px;
}

.champions-filter button:hover {
	background-color: #be5310;
    border: 2px solid #be5310;
}

.champions-filter select {
	appearance: none;
	background-color: transparent;
	font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
	line-height: 20px;
	position: relative;
    display: block;
    padding: 10px 15px;
	border: none;
	z-index: 3;
	width: 100%;
	margin-right: 13px;
}

.champions-filter .state-filter-container {
	padding-right: 15px;
}

.champions-filter .state-filter {
	max-width: 200px;
}

.champion-item {
	border: 1px solid #d9d4d2;
    min-height: 90px;
    padding: 10px 13px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.champion-item:hover {
	text-decoration: none;
}

.hotel-name p {
	font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px !important;
    line-height: 1.4;
	color: #231f20;
}
.hotel-name p:hover {
	text-decoration: none;
}
.hotel-location {
	font-size: 13px;
	color: #231f20;
}
.hotel-location:hover {
	text-decoration: none;
}

.champions-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.champions-container [class^='col'] {
	margin-bottom: 20px;
}

#our-people .hover-item {
	position: relative;
}

#select_saved_address {
  margin-bottom: 15px;
}
.home-icon {
  position: relative;
}
.home-icon:before {
  display: inline-flex;
  content: '';
  background-image: url("/app/themes/soapaid/images/home.png");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-icon a:hover:after {
  display: none !important;
}
.home-icon a {
  text-indent: -3000px;
}

.navbar-header button.navbar-toggle:hover {
  background-color: transparent;
}

.donate-cta {
  color: #fff;
}

.donate-cta .cta {
  display: table;
  background: #eb6e1f;
  border: 2px solid #eb6e1f;
  color: #FFF;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  transition: background-color 700ms ease;
}

.donate-cta .cta:hover {
  background: #ffffff;
  border: 2px solid #000;
  color: #000;
}

.donate-cta .cta svg {
  max-width: 20px;
}

.donate-cta .cta-container .text {
  display: table;
}

.donate-cta .cta-container a,
.donate-cta .cta-container .text{
  margin-left: auto;
  margin-right: auto;
}
.donate-cta .cta-container a:hover {
  text-decoration: none;
}

.donate-cta .smaller-cta {
  text-transform: uppercase;
  color: #fff;
  margin-top: 5px;
  display: table;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
  text-shadow: 0 1px 10px #000000;
}

.donate-cta .smaller-cta:hover {
  text-decoration: underline !important;
}

.donate-cta .cta-container {
  display: table;
}

.contribution .caption {
  border: 1px solid #c6c3c1;
  min-height: 105px;
}

.contribution .thumbnail {
  border: 0;
  margin-bottom: 10px;
}

.contribution .caption h1 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.1;
  margin-top: 10px;
}

.contribution .caption h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0;
}

.inline-block {
  display: inline-block;
  font-size: 16px;
}

.contribution .caption p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 5px;
}

.impact {
 font-weight: 300;
	text-transform: uppercase;
}

#shipmentDetails h5,
.pickupform th h5 {
  margin: 0;
  font-weight: bold;
}

.pickupform th {
  font-size: 1.5rem;
}
