/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9/10/2014, 12:10:35 AM
    Author     : john
*/

@font-face {
    font-family: 'LatoBlack';
    src: url('../../fonts/Lato/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lato/Lato-Black.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/Lato/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoBold';
    src: url('../../fonts/Lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'LatoRegular';
    src: url('../../fonts/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('../../fonts/DroidSerif/DroidSerif-BoldItalic-webfont.eot');
    src: url('../../fonts/DroidSerif/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/DroidSerif/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('../../fonts/DroidSerif/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('../../fonts/DroidSerif/DroidSerif-BoldItalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerifBold';
    src: url('../../fonts/DroidSerif/DroidSerif-Bold-webfont.eot');
    src: url('../../fonts/DroidSerif/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/DroidSerif/DroidSerif-Bold-webfont.woff') format('woff'),
         url('../../fonts/DroidSerif/DroidSerif-Bold-webfont.ttf') format('truetype'),
         url('../../fonts/DroidSerif/DroidSerif-Bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerifItalic';
    src: url('../../fonts/DroidSerif/DroidSerif-Italic-webfont.eot');
    src: url('../../fonts/DroidSerif/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/DroidSerif/DroidSerif-Italic-webfont.woff') format('woff'),
         url('../../fonts/DroidSerif/DroidSerif-Italic-webfont.ttf') format('truetype'),
         url('../../fonts/DroidSerif/DroidSerif-Italic-webfont.svg#droid_serif_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerif';
    src: url('../../fonts/DroidSerif/DroidSerif-Regular-webfont.eot');
    src: url('../../fonts/DroidSerif/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/DroidSerif/DroidSerif-Regular-webfont.woff') format('woff'),
         url('../../fonts/DroidSerif/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('../../fonts/DroidSerif/DroidSerif-Regular-webfont.svg#droid_serif') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 18px;
	background-color: white;
	color: black;
	font-family: 'LatoRegular';
}

#header {
	height: auto;
	display: none;
}

#header, #footer {
	background-color: #1a659f;
	font-family: 'FilsonSoftRegular';
}

.banner-image {
	position: relative;
}

.navbar-default.navbar-none .navbar-nav > li > a:hover, 
.navbar-default.navbar-none .navbar-nav > li > a:active, 
#footer .footer-menu a:hover {
	color: white;
}

#header .navbar-default.navbar-none .navbar-nav > li > a:hover, 
#header .navbar-default.navbar-none .navbar-nav > li > a:active {
	background-color: #1a659f;
}

.title-container {
	background-color: #1a659f;
	padding-top: 20px;
	/* padding-bottom: 25px; */
	text-align: center;
}
.title-container.compact{
	padding-top: 0px
}

.title-container h1 {
	font-size: 28pt;
	font-family: 'DroidSerifItalic';
	color: white;
	line-height: 1.5;
	margin-bottom: 20px;
}

.title-container.compact h1 {
	margin-bottom: 0px;
}

.info-overlay {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}

.info-overlay p {
	font-size: 16px;
}

.info-overlay .image {
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
}

.info-overlay h2
{
	font-size: 52px;
	line-height: 1.4;
	margin-top: 350px;
	color: #1a659f;
	font-family: 'DroidSerifItalic';
	margin-bottom: 30px;
}
h2.thank-you
{
	font-size: 52px;
	line-height: 1.4;
	color: #1a659f;
	font-family: 'DroidSerifItalic';
}
.charity-about-container {
	background-color: #D1E0ED;
}

.charity-about-top {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 18pt;
}

.charity-about {
	margin-bottom: 50px;
}
.charity-about.compact{
	margin-bottom: 10px;
}

.charity-about p {
	padding-bottom: 10px;
}

.btn-donatenow {
	font-size: 32px;
	border-radius: 20px;
	border: 2px solid white;
	width: 80%;
	margin-bottom: 40px;
	margin-top: 15px;
	padding-top: 18px;
    padding-bottom: 18px;
	font-family: 'DroidSerifItalic';
	background-color: #1a659f;
	color: white;
}

.btn-donatenow:hover, .btn-donatenow:active, .btn-donatenow:focus {
	background-color: white;
	color: #1a659f;
}

.btn-donate {
	font-size: 32px;
	border-radius: 20px;
	border: 2px solid white;
	width: 80%;
	margin-bottom: 40px;
	margin-top: 15px;
	padding-top: 18px;
    padding-bottom: 18px;
	font-family: 'DroidSerifItalic';
	background-color: #1a659f;
	color: white;
}

.btn-donate:hover, .btn-donate:active, .btn-donate:focus {
	background-color: white;
	color: #1a659f;
}

.top-logo, .btn-donate-top {
	display: none;
}

.btn-donate-top {
	font-size: 20px;
	border-radius: 2px;
	border-color: white;
	font-family: 'DroidSerifBoldItalic';
	background-color: white;
	color: #1a659f !important;
	margin-right: 20px;
	margin-top: 10px;
}

.mission-container {
	padding-top: 50px;
}

.mission-statement {
	color: #1a659f;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
	font-size: 30px;
	line-height: 1.4;
	font-family: 'DroidSerifItalic';
}

.regular-img-frame {
	padding-left: 90px;
	padding-right: 90px;
}

.wish-statement .mission-statement {
	margin-bottom: 0;
}

.regular-container, .call-container {
	background-color: #1a659f;
	overflow: hidden;
	color: white;
}

.regular-container {
	text-align: center;
}

.regular-right {
	padding-right: 150px;
}

.regular-container div.img-wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
}

.regular-right h3 {
	margin-bottom: 30px;
}

.regular-right p {
	margin-bottom: 30px;
}

.why-container {
	background-color: #FFEA89;
	padding-bottom: 120px;
}

.why-container .image-right {
	position: absolute;
	right: 0;
}

.story-why {
	color: #1a659f;
	line-height: 1.6;
}

.story-why h1 {
	font-size: 28pt;
	font-family: 'DroidSerifItalic';
	color: #ed6a5e;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top: 40px;
}

.story-why h1 span {
	font-family: 'DroidSerifBoldItalic';
	color: #1a659f;
	text-shadow: none;
}

.paragraph-1, .paragraph-2, .paragraph-3, .paragraph-4 {
	width: 67%;
}

.paragraph-5, .paragraph-6 {
	width: 80%;
}

.paragraph-bottom {
	width: 90%;
}

.journey-container {
	background-color: #FDE5DE;
}

.journey-story {
	padding-top: 35px;
	padding-bottom: 35px;
}

.journey-story h1 {
	font-size: 28pt;
	font-family: 'DroidSerifItalic';
	color: #ed6a5e;
	line-height: 1.5;
	margin-bottom: 30px;
	text-shadow: none;
	text-align: center;
}

.bottom-right {
	position: absolute;
	margin-top: -200px;
	text-align: center;
	width: 100%;
}

.bottom-right p {
	font-family: 'DroidSerifItalic';
	color: #1a659f;
}

.storygrid-container {
}

.storygrid-container h2 {
	text-align: center;
	font-family: 'DroidSerifItalic';
	color: #1a659f;
	font-size: 35px;
	margin-top: 50px;
	margin-bottom: 40px;
}

#Alex {
	background-image: url('../../images/maw/story/stars-alex.png');
	background-repeat: no-repeat;
}

#Danielle {
	background-image: url('../../images/maw/story/stars-danielle.png');
	background-repeat: no-repeat;
}

#Frankie {
	background-image: url('../../images/maw/story/stars-frankie.png');
	background-repeat: no-repeat;
}

#Lachlan {
	background-image: url('../../images/maw/story/stars-lachlan.png');
	background-repeat: no-repeat;
}

#Serenity {
	background-image: url('../../images/maw/story/stars-serenity.png');
	background-repeat: no-repeat;
}

#FirstWish {
	background-image: url('../../images/maw/story/stars-first.png');
	background-repeat: no-repeat;
}

.btn-read-story {
	font-family: 'DroidSerifItalic';
	font-size: 19px;
	background-color: #1a659f;
	border-radius: 0;
	color: white;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
}

.btn-read-story:hover {
	color: white;
}

.story {
	background-color: #D1E0ED;
	margin-right: 0;
}

.story-panel {
	cursor: pointer;
	padding: 15px;
}

.wish-text {
	color: #1a659f;
	font-family: 'DroidSerifItalic';
	margin-top: 10px;
	margin-bottom: 20px;
}

.wish-name {
	color: #6a6d71;
	font-size: 16px;
}

.story-container {
	padding: 0;
}

.success-image {
	padding: 5px;
}

.success-bottom {
	margin-top: 30px;
}

.call-container {
	padding-top: 25px;
	padding-bottom: 25px;
}

.call-container .btn-donate {
	border: none;
	font-family: 'DroidSerifItalic';	
	font-size: 40px;
	width: initial;
    padding-left: 70px;
    padding-right: 70px;
	padding-top: 10px;
	padding-bottom: 11px;
	margin-top: 90px;
	margin-bottom: 20px;
	border-radius: 20px;
	background-color: #2CB0AD;
	color: white;
}

.call-container .btn-donate:hover {
	border: 1px solid white;
	color: white;
	background-color: #1a659f;
}

.call-container img {
	padding: 50px;
}

.call-container p {
	color: white;
}

.bequest-container {
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
	background-color: #E3F1F1;
}

.bequest-container h2 {
	font-family: 'DroidSerifItalic';	
	font-size: 30px;
	color: #1a659f;
	margin-bottom: 30px;
}

.bequest-link, .bequest-link:active {
	color: #1a659f;
	font-weight: bold;
}

.contact {
	background-color: white;
	color: #58595b;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	font-family: 'FilsonSoftRegular';
/*	background-image: url('../../images/maw/contact-stars.png');
	background-repeat: no-repeat;
	background-size: cover;*/
}

.contact p {
	text-align: center;
	width: 100%;
	font-size: 18px;
	line-height: 2em;
}

.contact p.contact-us {
	font-size: 25px;
}

.contact a, .contact a:hover, .contact:hover {
	color: #58595b;
}



.payment-statement {
	font-family: 'DroidSerifBoldItalic';
	color: #1a659f;
	text-align: center;
	font-size: 30px;
	background-color: white;
	padding-top: 50px;
	padding-bottom: 20px;
}

.unsubscribe-outcome {
	text-align: center;
	line-height: 2;
	margin-top: 20px;
	padding-bottom: 20px;
}

.payment-outcome {
	text-align: center;
	line-height: 2;
	margin-top: 50px;
	padding-bottom: 20px;
}

.payment-outcome h2 {
	font-size: 20px;
	font-family: 'LatoBlack';
	letter-spacing: 2px;	
}

.donate-jumbo.outcome {
	margin-bottom: 0px;
}

div.outcome-overlay {
	position: relative;
	width: 100%;
	color: black;
}

span.outcome-label {
	font-size: 20pt;
	font-family: supria-sans, sans-serif;
	font-weight: 900;
	font-style: normal;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.try-again .btn-donate {
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.denied-list {
	list-style: none;
    font-family: 'FilsonSoftMedium';
	padding-left: 0;
}

.frequency {
	padding-top: 0;
}

.frequency > div {
	padding-top: 30px;
	padding-left: 80px;
	padding-right: 80px;
}

.frequency > div:first-child {
	padding-right: 50px;
	padding-left: 110px;
}

.frequency > div:last-child {
	padding-right: 110px;
	padding-left: 50px;
}

.frequency h2 {
	font-size: 22px;
	color: #1a659f;
	text-align: center;
	height: 80px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.3;
	font-family: 'FilsonSoftMedium';
}

.frequency button {
	width: 100%;
	height: 120px;
	padding-top: 10px;
	background-color: #1a659f;
	color: white;
	border: 0;
	font-size: 35px;
	font-family: 'DroidSerifBoldItalic';
}

.frequency button:hover {
	background-color: #fff699;
	color: #1a659f;
}

.frequency .box {
	background-color: #f4f4f4;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
	color: #58595b;
	text-align: justify;
	height: 280px;
}

#donation h2 {
	margin-bottom: 35px;
	margin-top: 0;
	padding-top: 0;
	color: #1a659f;
	font-family: 'DroidSerifBoldItalic';
	font-size: 24px;
}
 
#donation input {
	padding-left: 20px;
    font-size: 17px;
    height: 40px;
}

#donation textarea {
	font-size: 17px;
}

#donation .form-group {
	margin-bottom: 10px;
}

#donation div.receipt-info {
	font-size: 15px;
	font-style: italic;
	padding-top: 5px;
	margin-bottom: 35px;
	padding-bottom: 5px;
	color: #1a659f;
	display: inline-block;
}

#donation div.nomargin {
	margin: 0;
}

#donation label {
	font-family: 'FilsonSoftMedium';
	color: #1a659f;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 7px;
}

#donation .form-group.message {
	margin-top: 30px;
}

#donation .not-required {
	margin-right: 32px;
}

#donation .dollar-addon {
	font-size: 18px;
}

.payment-authorisation {
    font-size: 17px;
    color: white;
    padding-top: 20px;
	display: inline-block;
	width: 100%;
}

.payment-logo {
	margin-top: 30px;
}

#donation input.amount {
	padding-left: 10px;
	padding-top: 8px;
}

#donation .frequency {
	padding-bottom: 0;
}

#donation .detail-frequency {
	font-family: 'DroidSerifBoldItalic';
	color: #1a659f;
	text-align: center;
	font-size: 24px;
}

.frequency-options {
	background-color: #1a659f;
}

.btn-frequency, #donation .btn-donate-inactive:hover, #donation .btn-donate-active:hover {
	border: 1px solid #2CB0AD;
	font-family: 'DroidSerifItalic';	
	font-size: 30px;
	width: initial;
    padding-left: 70px;
    padding-right: 70px;
	padding-top: 10px;
	padding-bottom: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	background-color: #2CB0AD;
	color: white;
}

.btn-frequency:hover {
	border: 1px solid white;
	color: white;
	background-color: #1a659f;
}

#donation .oneoff label, #donation .regular label, #donation .amount-other label {
	font-family: 'FilsonSoftMedium';
	color: white;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 7px;
}

#donation div.amounts label, #donation div.regular-amounts label {
    font-family: 'LatoBold';
	color: white;
	padding-bottom: 0;
	font-size: 18px;
}

#donation div.amounts input, #donation div.regular-amounts input, #donation .amount-other input[type=radio] {
    height: initial;
}

.radio-other {
    display: inline-block;
}

.other-wrapper {
/*	display: inline-block;
	width: 40%;
    vertical-align: middle;*/
	padding-left: 20px;
}

#oneoff {
	margin-right: 30px;
}

#donation .btn-proceed {
	font-size: 28px;
    font-family: 'DroidSerifItalic';
	background-color: white;
	border: 1px solid white;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 20px;
	height: 70px;
	color: #1a659f;
	width: 50%;
}

#donation .btn-proceed:hover, #donation .btn-donate-inactive {
	background-color: #1a659f;
	color: white;
}

#donation .btn-proceed:focus {
	
}

#donation #AlternateName {
	height: auto;
}

.ref-provided-message {
	color: #1a659f;
	font-family: 'LatoBold';
	margin-top: 20px;
	padding-bottom: 30px;
}

.ref-provided-message p {
	padding-left: 40px;
	padding-right: 40px;
}

#donation .donation-warning .message {
	padding-top: 5px;
	margin-bottom: 25px;
	font-family: 'LatoBold';
	color: white;
	font-size: 14px;
}

.story-body {
	padding-bottom: 40px;
	padding-top: 60px;
	padding-left: 75px;
	padding-right: 75px;
	line-height: 1.5;
	text-align: justify;
	color: #58595b;
}

.story-body p {
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.story-body h2 {
	color: #1a659f;
	font-size: 30px;
	margin-bottom: 25px;
}

.story-body h3 {
	color: #1a659f;
	font-size: 22px;
	margin-bottom: 30px;
}

.i-wish {
	font-size: 26px;
	font-family: 'DroidSerifBoldItalic';
	color: #1a659f;
}

button.dialog-close {
	color: black;
	font-family: 'FilsonSoftRegular';
}

.copyright {
	position: absolute;
	bottom: 0;
	right: 0;
}

.copyright div {
	padding-bottom: 10px;
}

.accepted {
	color: black;
}

.payment-footer-container {
	padding-bottom: 50px;
}

.image-menu {
	text-align: right;
	font-family: 'DroidSerifItalic';
	font-size: 20px;
}

.image-menu img {
	height: 60px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.image-menu li {
	display: inline-block;
	list-style: none;
	padding-right: 50px;
	padding-top: 9px;
	padding-bottom: 7px;
}

.image-menu a, .image-menu a:active, .image-menu a:focus {
	color: #1a659f;
}

.image-menu a:hover {
	text-decoration: none;
}

#AddressSearchList {
	color: #1a659f;
}

.select-address:hover {
    background-color: #1a659f;
	color: white;
}

.address-not-found {
	background-color: #1a659f;
	color: white;
}

.address-not-found a {
	color: white;
}

.address-instruction {
	font-size: 11pt;
	color: #1a659f;
}

/* Inline adjustments for the alternative frequency selection */

.tab-frequency-option {
	
}

.tab-frequency-options > li {
	font-family: DroidSerifBoldItalic;
}

.tab-frequency-options > li.active > a, 
.tab-frequency-options > li.active > a:focus, 
.tab-frequency-options > li.active > a:active {
	background-color: #1a659f;
	color: white;
	border: 0;
}

.tab-frequency-options.nav-justified > li.active > a, 
.tab-frequency-options.nav-justified > li.active > a:hover, 
.tab-frequency-options.nav-justified > li.active > a:active,
.tab-frequency-options.nav-justified > li.active > a:focus {
	border: 0;
	background-color: #1a659f;
	color: white;
}

.top-tab-spacing {
	margin-top: -1px;
}

.tab-pane.frequency-selection {
	background-color: #1a659f;
	color: white;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}


.frequency-padding {
	padding: 7px;
}

.frequency-container {
	display: flex;
}

.frequency-selection {
	background-color: #1a659f;
	color: white;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
}

.frequency-select-option select {
	color: #1a659f;
}

#donation .frequency-selection h2, #donation .frequency-selection label {
	color: white;
}

#donation .frequency-selection h2 {
	font-family: DroidSerifBoldItalic;
	font-size: 25px;
}

.donate-box-space {
	margin-bottom: 40px;
}

#donation .tab-pane.frequency-selection > label {
	color: white;
}

.regular-amounts-alt button, .single-amounts-alt button, .btn.btn-other {
	background-color: white;
	color: #1a659f;
	font-family: DroidSerifBoldItalic;
	font-size: 18px;
	width: 100px;
}

#donation .custom-amount input {
	background-color: white;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	width: 150px;
}

.custom-amount .input-group-addon {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	font-family: DroidSerifBoldItalic;
	font-size: 18px;
	color: #1a659f;
}

.other-block {
	width: 110px;
	float: left;
}

.donation-button {
	margin-top: 20px;
}

.btn-toggle-pre {
	border: 2px solid #1a659f;
	font-size: 22px;
	padding: 2px 8px;
	color: #1a659f;
	width: 42px;
}

.file-ref {
	padding-left: 8px;
}

.send-existing {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 20px;
	color: black;
	font-weight: bold;
}

.btn-amount.active, .btn-other.active, 
.btn-amount.active:active, .btn-other.active:active, 
.btn-amount.active:focus, .btn-other.active:focus, 
.btn-amount.active:hover, .btn-other.active:hover {
	background-color: #2CB0AD;
	color: white;
}

.alternative-payments h2 {
	font-family: LatoBLack;
}

.alternative-payments ul {
	margin-bottom: 100px;
}

.alternative-payments .btn-donatenow {
	width: 260px;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.alternative-payments .btn-donatenow:hover, .alternative-payments .btn-donatenow:active, .alternative-payments .btn-donatenow:visited {
	border-color: #1a659f;
}

.donation-alternatives {
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: LatoBold;
	text-align: center;
}

.alternative-payments h2{
	text-align: center;
	font-size: 26px;
}

.col-xs-12.alternative-payments{
	font-size: 22px;
}

img.card-icons.mobile {
	display: none;
}

.mobile-additional {
	display: none;
}

.tablet-additional{
	display: none;
}

.image-menu li.wishes-link {
	display: inline-block;
}

.image-menu li.donate-link {
	display: none;
}

.mission-statement.tablet {
	display: none;
}

@media (min-width: 1920px) {
	.info-overlay h2 {
		margin-top: 550px;
	}
	.regular-container div.img-wrapper {
		padding-top: 150px;
	}
}
@media (min-width: 1300px) {
	#ReadMore{
		display: none;
	}
}

/* Small Devices, Phones */
@media only screen and (min-width : 360px) and (max-width: 660px) {

	.image-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background-color: white;
	}

	.info-overlay{
		display: none;
	}

	.story-body {
		padding-bottom: 20px;
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.story-body h3 {
		text-align: center;
	}


	body {
		padding-top: 60px;
	}

	.image-menu li.donate-link {
		display: inline-block;
	}

	.image-menu li.wishes-link {
		display: none;
	}

	.title-container h1 {
		font-size: 22px;
	}

	.donation-alternatives {
		margin-top: 30px;
		margin-bottom: 0px;
		font-size: 18px;
	}

	.detail-subheader {
		display: none;
	}

	.mission-container.detail, .storygrid-container.detail, .payment-logo {
		display: none;
	}

	.detail-container {
		width: 100%;
	}

	#donation .btn.btn-proceed {
		font-size: 18px; 
		width: 100%; 
		height: 50px;
	}

	img.card-icons.mobile {
		display: initial;
	}
	
	#donation .frequency-selection h2 {
		font-family: DroidSerifBoldItalic;
		font-size: 28px;
		margin: 0;
		margin-bottom: 10px;
	}

	.frequency-container {
		display: initial;
	}

	.regular-amounts-alt button, .single-amounts-alt button, .btn.btn-other {
		font-size: 20px;
		width: 100px;
		height: 50px;
		margin-bottom: 10px;
	}

	#donation .custom-amount input {
		height: 50px;
	}

	.donate-box-space {
		margin: 0;
	}

	#donation {
		margin: 0;
	}

	#FrequencySelection {
		height: 50px;
	}

	.payment-outcome h2 {
		font-size: 20px;
		font-family: DroidSerifBoldItalic;
		letter-spacing: 2px;
	}

	.try-again .btn-donate {
		width: 95%;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.try-again .btn-donate:hover {
		border: 1px solid #1a659f;
	}

	.contact {
		padding-top: 10px;
		padding-bottom: 0;
	}

	.contact p.contact-us {
		font-family: DroidSerifBold;
		font-size: 20px;
	}

	.ref-provided-message {
		font-size: 16px;
		text-align: center;
	}

	.ref-provided-message p {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.charity-about{
		margin-bottom: 0px;
		text-align: justify;
	}

	.why-container{
		padding-bottom: 20px;
	}
	.regular-right{
		width: 100%;
		padding-right: 10px;
	}
	.btn-donatenow {
		font-size: 26px;
	}

	.call-container .btn-donate{
		padding-left: 0px;
		padding-right: 0px;
		font-size: 26px;
		width: 80%;
	}
	.call-container img {
		padding: 25px;
	}

	.contact-us p{
		font-size: 26px;
	}
	.image-menu li {
		display: inline-block;
		list-style: none;
		padding-right: 25px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.title-container h1 {
		font-size: 16px;
		margin: 0;
	}
	.title-container{
		padding-bottom: 0px;
	}

	.mission-container {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.mission-statement {
		margin-bottom: 25px;
		margin-top: 25px;
	}
	.journey-story {
		padding-top: 10px;
		padding-bottom: 25px;
	} 

	.regular-container, .mission-container, .charity-about-top, .mission-statement, .bequest-container, 
	.full-header, .story-panel.lachlan, .story-panel.serenity, .story-panel.danielle {
		display: none;
	}
	.charity-about-top.compact{
		display: unset;
	}

	.mobile-additional {
		display: block;
	}

	.mobile-additional .btn-donatenow {
		
		font-size: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-bottom: 27px;
		width: 80%;
	}

	.mobile-additional p {
		text-align: justify; 
		padding-left: 15px;
		padding-right: 15px;
		color: black;
	}

	.title-container h1 {
		padding-bottom: 20px;
	}

	#ReadMore {
		visibility: visible;
		margin-bottom: 10px;
		font-size: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 80%;
			
	}

	#AdditionalContent {
		display: none;
	}

	.static-header-image-bg {
		height: 250px;
		background-image: url('/images/maw/HomepageHeader.png');
		background-repeat: no-repeat;
		background-size: 590px 371px;
		background-position: -0px -115px;
	}

	.static-header-image-bg1 {
		height: 250px;
		background-image: url('/images/maw/Waiting_Room2.jpg');
		background-repeat: no-repeat;
		background-size: 590px 371px;
		background-position: -0px -115px;
		background-position: center;
		
	}

	.charity-about-container {
		padding-top: 20px;
		margin-left: -15px;
		margin-right: -15px;	
	}

	.why-container .image-right {
		display: none;
	}

	.why-container {
		background-image: url('/images/maw/why-background.png');
		background-repeat: no-repeat;
		padding-bottom: 20px;
		background-position: -5px 0px;
		text-shadow: 1px 1px white;
	}

	.story-why h1 {
		font-size: 22px; 
		line-height: 1.3em; 
		font-family: DroidSerifItalic; 
		color: #ed6a5e; 
		line-height: 1.5;
		margin-top: 30px;
		text-align: justify;
	}

	.journey-story h1 {
		font-size: 22px;
	}

	.journey-story p {
		text-align: justify;
	}

	.call-container .btn-donate {
		margin-top: 0;
	}

	.payment-footer-container{
		display: none;
	}

	.tablet-additional{
		display: none;
	}

	.title-container.detail
	{
		display: none;
	}

	.detail-banner {
		display: initial;
	}
	
}

/* Medium Screens - Tablets */
@media only screen and (min-width : 768px) and (max-width: 1280px) {

	#ReadMore{
		display: none;
	}	

	.story-panel {
		width: 50%;
	}

	.info-overlay, .call-container {
		display: none;
	}

	.title-container.detail{
		display: none;
	}

	.detail-banner {
		display: initial;
	}

	.tablet-additional{
		display: initial;
	}

	.btn-donatenow {
		margin-bottom: 45px;
		font-size: 24px;
		margin-top: 15px;
	}

	.charity-about {
		margin-bottom: 0;
	}

	.charity-about-top {
		margin-bottom: 30px;
	}

	.charity-about p {
		text-align: justify;
	}

	.mission-statement.tablet {
		margin-top: 0;
		margin-top: 50px;
	}

	.mission-statement.desktop{
		display: none;
	}

	.regular-img-frame {
		padding-left: 40px;
		padding-right: 40px;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.why-container {
		text-shadow: 1px 1px white;
	}

	.story-why-right{
		padding-right: 90px;
	}

	.regular-right {
		padding-right: 20px;
	}

	.img-wrapper{
		display: none;
	}

	.regular-right h3 {
		margin-bottom: 15px;
		margin-top: 10px;
	}

	.regular-right p {
		margin-bottom: 10px;
	}

	.journey-story h1 {
		margin-top: 0;
	}

	.call-container .btn-donate {
		margin-top: 0;
	}

	.bequest-container {
		padding-bottom: 30px;
	}

	.mission-container {
		padding-top: 25px;
	}

	.btn-donatenow.middle{
		margin-bottom: 15px;
	}

	.donation-alternatives {
		margin-top: 20px;
	}
	
	.regular-amounts-alt button, .single-amounts-alt button{
		margin-bottom: 10px;
	}

	#donation {
		margin-top: 10px;
	}

	#donation .frequency-selection h2 {
		font-family: DroidSerifBoldItalic;
		font-size: 30px;
	}

}