@font-face {
	font-family:'MessinaSans_Web_Black';
	src: url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_black/fff-black_gdi.eot');
	src: url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_black/fff-black_gdi.eot?#iefix') format('embedded-opentype'),
		 url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_black/fff-black_gdi.woff') format('woff'),
		 url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_black/fff-black_gdi.svg#fff-black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
}

@font-face {
	font-family:'MessinaSans_Web_Bold';
	src: url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_bold/fff-bold_gdi.eot');
	src: url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_bold/fff-bold_gdi.eot?#iefix') format('embedded-opentype'),
		 url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_bold/fff-bold_gdi.woff') format('woff'),
		 url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_bold/fff-bold_gdi.svg#fff-bold') format('svg');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
}

@font-face {
	font-family:'MessinaSans_Web_Regular';
	src: url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_regular/fff-regular_gdi.eot');
	src: url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_regular/fff-regular_gdi.eot?#iefix') format('embedded-opentype'),
		 url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_regular/fff-regular_gdi.woff') format('woff'),
		 url('/static/media/theme/theme2016/fonts/fonts/messinasans_web_regular/fff-regular_gdi.svg#fff-Regular') format('svg');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
}

@font-face {
	font-family:'MessinaSerif_Web_Regular';
	src: url('/static/media/theme/theme2016/fonts/fonts/messinaserif_web_regular/ggg-regular_gdi.eot');
	src: url('/static/media/theme/theme2016/fonts/fonts/messinaserif_web_regular/ggg-regular_gdi.eot?#iefix') format('embedded-opentype'),
		 url('/static/media/theme/theme2016/fonts/fonts/messinaserif_web_regular/ggg-regular_gdi.woff') format('woff'),
		 url('/static/media/theme/theme2016/fonts/fonts/messinaserif_web_regular/ggg-regular_gdi.svg#ggg-regular') format('svg');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB04;
}

html, body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-family: "MessinaSerif_Web_Regular", Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	overflow-x: hidden;
}

	.cart-page {
		font-family: "MessinaSans_Web_Regular", Arial, sans-serif;
	}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #24408e;
}

	a:hover {
		color: #24408e;
	}

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

h1, .orders-table .form-label label {
	font-family: 'MessinaSans_Web_Bold', Arial, sans-serif;
}

h2, h3, h4, h5, h6 {
	font-family: 'MessinaSans_Web_Regular', Arial, sans-serif;
}

h1 { font-size: 300%; line-height: 85%; }
h2 { font-size: 200%; line-height: 110%; }
h3 { font-size: 175%; line-height: 120%; }
h4 { font-size: 150%; line-height: 120%; }
h5 { font-size: 125%; line-height: 130%; }
h6 { font-size: 100%; line-height: 150%; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: inherit;
}

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

th, th {
	vertical-align: middle;
}

.chosen-container {
	font-size: inherit;
}

.chosen-container-single .chosen-single {
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 10px;
	border: 0;
	border-radius: 0;
	background: #f5f5f5 url("/static/media/theme/theme2016/img/select-arrow.png") center right no-repeat;
	box-shadow: none;
}

.tooltip-bubble {
    position: absolute;
    left: 400px;
    top: 500px;
    background: #fff;
    z-index: 200;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .1s .25s;
    -o-transition: opacity .1s .25s;
    -moz-transition: opacity .1s .25s;
    -ms-transition: opacity .1s .25s;
    transition: opacity .1s .25s;
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 300px;
    margin: -150px 0 0 -210px;
    z-index: 9001;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9000;
    background: rgba(0,0,0,.55);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.grid {
	margin: 50px auto 75px auto;
}

.grid:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	clear: both;
}

.cms h1 {
	font-size: 350%; line-height: 110%;
	color: #4bbca9;
}

	.cms q {
		font-size: 250%;
		display: block;
		margin: 50px;
		line-height: 150%;
	}

#ui-error, .ui-message {
	margin-bottom: 50px;
}

.ui_error, .ui-notice {
	display: inline-block;
	padding: 3px 7px;
	margin-bottom: 10px;
	color: #ffffff;
	border-radius: 5px;
	font-size: 12px;
}

	.ui_error {
		background: #ff0000;
	}

	.ui-notice {
		background: #24408e;
	}

.error-field {
	border: 1px solid #ff0000 !important;
}

::-webkit-input-placeholder {
   font-family: 'MessinaSans_Web_Bold', Arial, sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
   font-family: 'MessinaSans_Web_Bold', Arial, sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family: 'MessinaSans_Web_Bold', Arial, sans-serif;
}

:-ms-input-placeholder {
   font-family: 'MessinaSans_Web_Bold', Arial, sans-serif;
}

button, .button {
  display: inline-block;
  width: auto;
  height: 45px;
  line-height: 45px;
  background: #00aeef;
  color: #ffffff;
  text-align: center;
  border: 0;
  border-radius: none;
  transition: all 0.25s;
  min-width: 100px;
  padding: 0 10px;
}

button:hover, .button:hover {
	background: #24408e;
	color: #FFFFFF;
}

input[type=text], input[type=email], input[type=tel], input[type=password],
select, textarea {
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
  color: #090909;
  font-weight: 600;
  height: 45px;
  width: 100%;
  padding: 10px;
  line-height: auto;

  box-shadow: none;
  -webkit-box-shadow: none;
}


.form-row {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.login-table .form-field {
	max-width: 250px;
}

.login-links {
	margin-top: 50px;
}

.login-links a {
	display: block;
}

.login-links a:first-of-type {
	display: block;
	margin: 0 0 15px 0;
}

@media (min-width: 0) and (max-width: 767px) {
	.onmobile-hide {
		display: none;
	}

	.onmobile-show {
		display: block;
	}

	#recent-orders, #recent-orders tbody {
		display: block;
		width: 100%;
		text-align: left;
	}



	button, .button {
		width: auto !important;
		min-width: 100px !important;
		margin: 0 auto 0 0 !important;
	}

	#recent-orders button, #recent-orders .button {
		padding: 0 10px;
	}
}

@media (min-width: 0) {

	.wrapper {
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
	}

		.wrapper.header {
			margin-top: 25px;
		}

	#menu-main {
		display: none;
	}

	.top-mobile {
    width: 100%;
    padding: 0px 5%;
    display: table;
	}

		.top-mobile-logo, .navigation-mobile-holder {
			display: table-cell;
			vertical-align: middle;
		}

		.top-mobile-logo {
			padding-right: 20px;
		}

			.top-mobile-logo p {
				margin: 0;
				line-height: 41px;
			}

				.top-mobile-logo a {
					display: block;
					width: 100%;
					height: 100%;
				}

					.top-mobile-logo img {
						display: inline-block;
						vertical-align: middle;
						max-width: 314px;
						width: 100%;
						height: auto;
					}

			.navigation-mobile-toggler {
				display: block;
				float: right;
				width: 47px;
				height: 41px;
				background: transparent url("/static/media/theme/theme2016/img/mobile-navigation-toggler.jpg") no-repeat center center;
			}

				.navigation-mobile-toggler a {
					display: block;
					width: 100%;
					height: 100%;
				}

			.navigation-mobile {
				display: none;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: #ffffff;
				text-align: center;
				z-index: 9999;
			}

				.navigation-mobile-close {
					display: block;
					width: 47px;
					height: 47px;
					background: url("/static/media/theme/theme2016/img/mobile-navigation-close.jpg") center center no-repeat;
					position: absolute;
					top: 20px;
					right: 5%;
				}

					.navigation-mobile-close a {
						display: block;
						width: 100%;
						height: 100%;
					}

				.navigation-mobile ul {
					text-align: center;
					list-style: outside none none;
					padding: 0px;
					margin: 0px;
					font-family:'MessinaSans_Web_Regular';
					font-size: 16px;
					text-transform: uppercase;
				}

					.navigation-mobile ul li:not(.top-icon) {
						border-top: 1px solid #acacac;
					}

					.navigation-mobile ul li.last {
						border-bottom: 1px solid #acacac;
					}

						.navigation-mobile ul li a {
							display: block;
							padding: 20px 0;
							color: #434343;
						}






	.banner {
		width: 100%;
		text-align: center;
		background: #f8f8f8;
	}

		.banner img {
			display: block;
			margin: 0 auto;
			max-width: 100%;
			width: auto;
			height: auto;
		}

	.frontpage-intro {
		margin: 50px 0 75px 0;
	}

		.frontpage-intro h1 {
			margin-top: 0;
			font-weight: 600;
		}

		.frontpage-intro p {
			font-family:'MessinaSans_Web_Regular';
			font-size: 150%;
			line-height: 150%;
		}

		.frontpage-intro p:last-of-type {
			margin-bottom: 0;
		}

	.donation-form {
		width: 100%;
		background: #24408e;
		color: #FFFFFF;
		padding: 30px;
		margin: 25px auto 25px auto;
	}

		/*.donation-form h4 {
			font-family: 'Bitter';
		}*/

		.donation-form form {
			display: block;
			width: 100%;
		}

			.donation-left, .donation-middle, .donation-right {
				display: block;
				text-align: center;
				width: 100%;
			}

				.donation-left img {
					margin: 0 auto;
					max-width: 100%;
					width: auto;
				}

				.donation-middle h1 {
					margin: 50px 0;
				}

				.donation-middle h4 {
					font-family:'MessinaSerif_Web_Regular';
					margin-bottom: 50px;
				}

				.donation-right {
					font-family: 'MessinaSans_Web_Bold';
				}

				.donation-right label {
					display: block;
					font-weight: 600;
					margin-bottom: 15px;
				}

				.donation-amount-wrapper {
					display: block;
					margin: 0;
					text-align: center;
				}

					.donation-amount {
						display: table;
						background: #FFFFFF;
						width: auto;
						margin: 0 auto;
					}

						.donation-amount .amount-change, .donation-amount .input-holder {
							display: table-cell;
							vertical-align: middle;
						}

						.donation-amount .amount-change {
							width: 60px;
							height: 60px;
							background-color: #FFFFFF;
							background-position: center center;
							background-repeat: no-repeat;
							color: #24408e;
						}

							.donation-amount .amount-change.minus-value {
								background-image: url("/static/media/theme/theme2016/img/donate-less.jpg");
							}

							.donation-amount .amount-change.plus-value {
								background-image: url("/static/media/theme/theme2016/img/donate-more.jpg");
							}

						.donation-amount #amount-id {
							width: 90px;
							height: 60px;
							line-height: 60px;
							text-align: center;
							color: #757575;
							background: #FFFFFF;
							border: 0;
							padding: 0;
						}

						.donation-amount .input-holder {
							position: relative;
						}

							.donation-amount .input-holder span {
								position: absolute;
								height: 60px;
								right: 30px;
								line-height: 60px;
								color: #000000;
							}

				.donation-button {
					display: block;
					text-align: center;
					width: 100%;
					max-width: 210px;
					margin: 15px auto 0 auto;
				}

					.donation-button .button {
						height: 60px;
						width: 100% !important;
						line-height: 60px;

						border: 1px solid #00aeef;
					}

						.donation-button .button:hover {
							border: 1px solid #00aeef;
						}

	.frontpage-facts {
		text-align: center;
		font-weight: 600;
		padding: 0 30px;
		margin: 0;
		font-family: "MessinaSans_Web_Bold", Arial, sans-serif;
	}

		.frontpage-facts img {
			margin: 0 auto 20px auto;
		}

	.frontpage-success-stories img {
		margin: 0 auto 20px auto;
	}

	/*.frontpage-success-stories {
		font-family: "MessinaSerif_Web_Regular", Arial, sans-serif;
	}*/

		.frontpage-success-stories h2 {
			margin: 20px 0;
			font-family: "MessinaSerif_Web_Bold", Arial, sans-serif;
		}

		.frontpage-success-stories p {
			font-family: "MessinaSerif_Web_Regular", Arial, sans-serif;
			margin: 0;
			padding: 0 20px 0 0;
		}

			.frontpage-success-stories p > a {
				color: #24408e;
			}

		.frontpage-success-stories p:last-of-type a, .cms-content-left p:last-of-type a {
			color: #24408e;
			font-weight: 600;
			display: block;
			margin-top: 30px;
			font-size: 120%;
			font-family: "MessinaSans_Web_Bold", Arial, sans-serif;
			text-align: center;
			padding: 20px;
		}

			.cms-content-left p:last-of-type {
				margin-bottom: 0;
			}


	.footer {
		clear: both;
		width: 100%;
		background: #24408e;
		color: #FFFFFF;
		font-family: "MessinaSans_Web_Regular", Arial, sans-serif;
	}

		.footer-top-img img, .footer-top-stairs img {
			display: block;
			margin: 0 auto;
			max-width: 100%;
			width: auto;
			max-height: 100%;
			height: auto;
		}

		.footer-top-stairs {
			max-width: 1500px;
			width: 100%;
			height: 100%;
			display: table;
			text-align: center;
			/*background: url('/static/media/theme/theme2016/img/portaat2.jpg');*/
			background-size: cover;
			background-repeat: no-repeat;
			margin: 0 auto;
			position: relative;
		}

			.footer-top-stairs-heightfix {
				position: relative;
				visibility: hidden;
				top: 0px;
				left: 0px;
				padding: 0px;
			}

			.footer-top-stairs .text-holder {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				display: table;
				width: 100%;
				height: 100%;
			}

				.footer-top-stairs .text-holder .text-content {
					display: table-cell;
					width: 100%;
					height: 100%;
					vertical-align: middle;
					padding: 0 5%;
				}

				.footer-top-stairs .text-holder h1 {
					font-size: 18px;
					text-shadow: 1px 3px 5px rgba(0,0,0,0.5);
				}

					.footer-top-stairs .text-holder h1:first-of-type {
						margin-top: 0;
					}

					.footer-top-stairs .text-holder h1:last-of-type {
						margin-bottom: 0;
					}

		.footer-content {
			display: block;
			width: 100%;
			padding: 30px 0;
		}

			.footer-left, .footer-right {
				display: block;
				text-align: center;
				width: 100%;
			}

				.footer-left, .footer-contact, .footer-navigation {
					margin-bottom: 50px;
				}

					.footer-left a {
						display: block;
						width: 100%;
						height: 100%;
					}

				.footer-right p:first-of-type {
					margin-top: 0;
				}

				.footer-right .disclaimer {
					display: none;
				}

		.footer-info {
			width: 100%;
			display: block;
			/*margin-top: 30px;*/
			/*text-transform: uppercase;*/
			line-height: 200%;
			font-size: 13px;
		}



			.footer-contact, .footer-navigation, .footer-some {
				display: block;
				text-align: center;
				width: 100%;
			}

				.footer-contact p {
					margin-top: 0;
					margin-bottom: 5px;
				}

			.footer-info ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				.footer-info ul a {
					color: #FFFFFF;
				}

			.footer-navigation ul li {
				margin-bottom: 5px;
			}

			.footer-navigation ul li.empty {
				margin-bottom: 0;
			}

				.footer-some ul {
					display: table;
					width: 100%;
					margin: 0 auto;
					padding: 0;
				}

					.footer-some ul li {
						display: table-cell;
						vertical-align: middle;
						width: 33.33333%;
						text-align: center;
					}

						.footer-some ul li span:last-of-type {
							display: none;
						}


	.cms-content {
		display: block;
		width: 100%;
	}

	.cms-content-left, .cms-content-right {
		display: block;
		width: 100%;
	}

		.cms-content-right {
			text-align: center;
		}

		.cms-content-right * {
			font-family: "MessinaSans_Web_Bold", Arial, sans-serif;
		}

			.cms-content-right a {
				display: block;
				color: #000000;
			}

				.cms-content-right a:hover {
					color: #24408e;
				}

			.cms-content-right .cms-read-more-item {
				margin-bottom: 75px;
			}

				.cms-content-right .cms-read-more-item h3 {
					margin-bottom: 0;
				}

		.cms .share {
			width: 100%;
			padding: 50px 0;
			margin: 100px 0 0 0;
			border-top: 1px solid #bcbdc0;
		}

			.cms .share ul {
				display: table;
				width: auto;
				margin: 0;
				padding: 0;
				list-style: none;
			}

				.cms .share ul li {
					display: table-cell;
					width: auto;
					text-align: left;
				}

					.cms .share ul li a {
						display: inline-block;
						width: 40px;
						height: 40px;
						vertical-align: middle;
						transition: all 0.3s;
						border-bottom: 2px solid #ffffff;
					}

					.cms .share ul li.facebook a {
						background: url("/static/media/theme/theme2016/img/cms-share-facebook.jpg") center center no-repeat;
					}

					.cms .share ul li.twitter a {
						background: url("/static/media/theme/theme2016/img/cms-share-twitter.jpg") center center no-repeat;
					}

					.cms .share ul li.linkedin a {
						background: url("/static/media/theme/theme2016/img/cms-share-linkedin.jpg") center center no-repeat;
					}

					.cms .share ul li a:hover {
						border-bottom: 2px solid #444444;
					}


				.cms .share ul li .share-count {
					display: inline-block;
					vertical-align: middle;
					margin-right: 20px;
					padding: 5px;
					border: 2px solid #212224;
					width: 75px;
					text-align: center;
				}

	.profile-pages {
		margin-top: 50px !important;
	}

	.profile-page-left, .profile-page-right {
		margin-bottom: 50px;
	}

		.profile-menu {
			margin: 0;
			padding: 0;
			list-style: none;
		}

			.profile-menu h3 {
				margin: 0;
			}

			.profile-menu ul {
				margin: 25px 0px 0px;
				list-style: outside none disc;
				padding: 0px 0px 0px 30px;
			}

	#profile-form input[type=text], #profile-form input[type=email], #profile-form input[type=password],
	#profile-form select, #profile-form textarea {
	  border: 0;
	  background: #f5f5f5;
	  color: #090909;
	  font-weight: 600;
	  height: 45px;
	  width: 100%;
	  padding: 10px;
	  line-height: 45px;
	}

	#profile-form .form-row, .orders-table .form-row {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

		#profile-form .form-label, #profile-form .form-field,
		.orders-table .form-label, .orders-table .form-field {
			display: block;
			width: 100%;
		}

		#profile-form .form-label, .orders-table .form-label {
			margin-bottom: 10px;
		}

			#profile-form .form-row.submit-row .form-label {
				display: none;
			}

			#profile-form .form-row.submit-row {
				margin-bottom: 50px;
			}

		#profile-form .form-field button, #profile-form .form-field .button {
				width: auto;
				min-width: 100px;
				padding: 0 10px;
			}



		.order-history-single {
			padding: 30px;
			margin-bottom: 20px;
			border: 1px solid #d8d8d8;
		}

			.order-history-single p {
				margin: 0 0 20px 0;
			}

			.order-history-single p strong {
				font-family: 'MessinaSans_Web_Bold', Arial, sans-serif;
			}
}

@media (min-width: 480px) {

	.footer-top-stairs .text-holder h1 {
			font-size: 24px;
		}
}


@media (min-width: 768px) {

	/*.frontpage-intro {
		width: 70%;
	}*/

	.donation-form {
		margin: 50px auto 0 auto;
	}

	.donation-form form {
		display: table;
		width: 100%;
	}

	.donation-left {
		display: none;
	}

		.donation-middle, .donation-right {
			display: table-cell;
			vertical-align: middle;
			width: 50%;
		}

		.donation-left, .donation-middle, .donation-right {
			text-align: left;
		}

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

		.donation-middle h1 {
			margin: 0;
		}

		.donation-middle h4 {
			margin-bottom: 0;
		}


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

		.donation-button {
			width: 210px;
		}

		.donation-amount-wrapper {
			float: right;
			width: 210px;
			font-size: 120%;
		}

		.footer-content {
			display: block;
			padding: 75px 0;
			width: 100%;
			margin: 0 ;
					}

						.footer-left, .footer-right {
							display: block;
							width: 100%;
						}

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

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



					.footer-info {
						display: table;
						margin-top: 75px;
					}

						.footer-contact, .footer-navigation, .footer-some {
							display: table-cell;
							vertical-align: top;
							width: 33.33333%;
							text-align: left;
						}

						.footer-navigation {
							padding-left: 2%;
						}

						.footer-some ul, .footer-some ul li {
							display: block;
						}

						.footer-some ul li {
							width: 100%;
							text-align: left;
							/*margin-bottom: 30px;*/
						}

							.footer-some ul li span {
								display: inline-block;
								vertical-align: middle;
								height: 30px;
								line-height: 30px;
								padding-right: 15px;
							}

								.footer-some ul li span:last-of-type {
									display: inline-block;
								}

		.profile-page-left, .profile-page-right {
			margin-bottom: 0;
		}

		.profile-page-left {
			width: 30%;
			float: left;
		}

		.profile-page-right {
			width: 70%;
			float: left;
		}

		.order-history-single button, .order-history-single .button {
			display: inline-block;
			width: auto;
			padding: 0 10px;
			min-width: 100px;
		}

		.cms-content {
			display: table;
			width: 100%;
			table-layout: fixed;
		}

		.cms-content-left, .cms-content-right {
			display: table-cell;
		}

		.cms-content-left {
			width: 70%;
			vertical-align: top;
		}

		.cms-content-right {
			width: 30%;
			padding-left: 50px;
			vertical-align: bottom;
			text-align: left;
		}

		.footer-top-stairs .text-holder h1 {
				font-size: 34px;
			}

}

@media (min-width: 960px) {
	.donation-left, .donation-middle, .donation-right {
		display: table-cell;
		vertical-align: middle;
		width: auto;
	}

	.donation-middle {
		padding: 0 30px;
	}
}

@media (min-width: 1024px) {
	#menu-main {
		display: block;
	}

	.top-mobile {
		display: none;
	}

	.menu-main ul {
		display: table;
		width: 100%;
		font-family:'MessinaSans_Web_Regular';
		font-size: 16px;
		margin: 0 0 10px 0;
		padding: 0;
	}

		.menu-main ul li {
			display: table-cell;
			vertical-align: bottom;
			text-align: center;
		}

		.menu-main ul li.top-icon {
			width: 105px;
		}

		.menu-main ul li a {
			color: #4a4a4a;
			text-transform: uppercase;
		}

			.menu-main ul li a:hover {
				color: #000000;
			}

			#profile-form .form-row, .orders-table .form-row {
				display: inline-block;
				width: 100%;
				margin-bottom: 20px;
			}

				#profile-form .form-label, #profile-form .form-field,
				.orders-table .form-label, .orders-table .form-field {
					display: inline-block;
					vertical-align: middle;
				}

				#profile-form .form-label, .orders-table .form-label {
					width: 200px;
					padding-right: 20px;
					margin-bottom: 0;
				}

				#profile-form .form-row.submit-row .form-label {
					display: inline-block;
				}

				#profile-form .form-field, .orders-table .form-field {
					width: 400px;
				}

					#profile-form .form-field button, #profile-form .form-field .button {
						width: auto;
						min-width: 100px;
						padding: 0 10px;
					}
}

@media (min-width: 1100px) {
	.footer-content {
		display: table;
		padding: 75px 0;
		width: 90%;
		margin: 0 ;
				}

					.footer-left, .footer-right {
						display: table-cell;
						vertical-align: top;
						text-align: left;
						width: auto;
					}

					.footer-left {
						width: 25%;
					}

					.footer-right {
						width: 77%;
					}

					.footer-top-stairs .text-holder h1 {
							font-size: 48px;
						}

}

@media (min-width: 1350px) {
	.wrapper {
		width: 1350px;
		margin: 0 auto;
		padding: 0 2%;
	}

.frontpage-intro {
	margin: 75px 0;
}

.donation-form {
	padding: 50px;
}

				.frontpage-success-stories p:last-of-type a, .cms-content-left p:last-of-type a {
					margin-top: 50px;
					font-size: 120%;
					font-family: "MessinaSans_Web_Bold", Arial, sans-serif;
					text-align: left;
					padding: 0;
				}


}

.move-to-pay.disabled { 
	pointer-events:none;
	filter:grayscale(50%) opacity(50%);
}