/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */

meta.foundation-version {
	font-family: "/5.2.3/";
}
meta.foundation-mq-small {
	font-family: "/only screen/";
	width: 0em;
}
meta.foundation-mq-medium {
	font-family: "/only screen and (min-width:40.063em)/";
	width: 40.063em;
}
meta.foundation-mq-large {
	font-family: "/only screen and (min-width:64.063em)/";
	width: 64.063em;
}
meta.foundation-mq-xlarge {
	font-family: "/only screen and (min-width:90.063em)/";
	width: 90.063em;
}
meta.foundation-mq-xxlarge {
	font-family: "/only screen and (min-width:120.063em)/";
	width: 120.063em;
}
meta.foundation-data-attribute-namespace {
	font-family: false;
}
html, body {
	height: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-size: 100%;
}
body {
	background: #ffffff;
	color: #444444;
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	line-height: 1;
	position: relative;
	cursor: default;
}
a:hover {
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
	max-width: none !important;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.hide {
	display: none;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	display: inline-block;
	vertical-align: middle;
}
textarea {
	height: auto;
	min-height: 50px;
}
select {
	width: 100%;
}
ul.pagination {
	display: block;
	min-height: 1.5rem;
	margin-left: -0.3125rem;
}
ul.pagination li {
	height: 1.5rem;
	color: #222222;
	font-size: 0.875rem;
	margin-left: 0.3125rem;
}
ul.pagination li a {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: #999999;
	border-radius: 3px;
}
ul.pagination li:hover a, ul.pagination li a:focus {
	background: #e6e6e6;
}
ul.pagination li.unavailable a {
	cursor: default;
	color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
	background: transparent;
}
ul.pagination li.current a {
	background: #008cba;
	color: white;
	font-weight: bold;
	cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
	background: #008cba;
}
ul.pagination li {
	float: left;
	display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
	clear: both;
	padding: 1rem 0 0;
	text-align: center;
}
.pagination-centered ul.pagination li {
	float: none;
	display: inline-block;
}

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
}
figure {
	margin: 0;
	padding: 0;
}
img.alignright {
	float: right;
	margin: 0 0 18px 18px;
}
img.alignleft {
	float: left;
	margin: 0 18px 18px 0;
}
img.aligncenter {
	display: block;
	margin: 18px auto;
}
.gallery dt, .gallery dl {
	display: inline-block;
}
.gallery dl {
	margin-left: 0.5625rem;
	margin-right: 0.5625rem;
}
figure.figure {
	margin: 0 auto;
	display: table;
}
figure.figure figcaption {
	font-size: 0.875rem;
	line-height: 1.4;
	font-style: italic;
	padding: 8px 10px;
	color: #999;
	margin-bottom: 1.25rem;
	display: table-caption;
	caption-side: bottom;
}
figure.alignright.figure {
	float: right;
	margin: 0 0 18px 18px;
}
figure.alignleft.figure {
	float: left;
	margin: 0 18px 18px 0;
}
blockquote, blockquote p {
	background: #ffefc4;
	clear: both;
	font-style: italic;
	padding: 0.75rem 1rem 1px;
}
blockquote p::before {
	content: url("../img/quote-bg.png");
	margin-right: 1rem;
}
p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}
.about li {
	list-style-type: none;
}
.about li:before {
	content: url("../img/about-li.png");
	display: inline-block;
	left: -10px;
	position: relative;
	top: -1px;
}
.whatson-button {
	bottom: 15px;
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0px;
	text-align: center;
	width: 118px;
}
.whatson-button a {
	background: url(../img/button-small.png);
	color: #fff;
	font-weight: 400;
	padding: 7px 25px;
}
body > header.contain-to-grid {
	margin-bottom: 0;
	max-width: 100%;
	padding-bottom: 0;
}
.tp-leftarrow.default {
	background: url('../img/prev.png') !important;
	height: 61px !important;
	left: 0px !important;
	width: 30px !important;
}
.tp-rightarrow.default {
	background: url('../img/next.png') !important;
	height: 61px !important;
	right: 0px !important;
	width: 29px !important;
}
.slide-nav-control {
	display: inline-block;
	margin-top: 0px;
}
.news-slider div {
	background: transparent;
	border: none;
	margin: 0;
	text-align: center !important;
}
.news-slider div {
	text-align: center;
}
.top-orange {
	background: #eb6c1c;
	min-height: 40px;
}
.top-orange .row {
	max-width: 71.25rem;
}
.slider {
	margin-top: 40px;
}
.donate1 {
	margin-left: 1rem;
}
.fa {
	color: #ffffff;
	font-size: 20px !important;
	margin: 8px 5px;
}
.news-slider {
	background: url('../img/news-slide-bg.jpg') no-repeat 0 0 / 100% 100%;
	border-top: solid 1px #ffffff;
	padding: 40px 12.31%;
}
.supporter {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.whatson {
	margin-top: 1rem;
	margin-bottom: 1rem;
	max-height: 420px;
}
.causes img, .supporter img, .whatson img {
	width: 100%;
}
.disease, .supporter-info, .whatson-info {
	border: solid 1px #c2c2c2;
	border-top: none;
	font-size: 0.75rem;
	font-weight: 100;
}
.disease p, .supporter-info p, .whatson-info p {
	font-size: 0.75rem;
	font-weight: 100;
}
.disease {
	border-bottom: solid 5px #ffa600;
	padding:15px 20px 55px;
	position:relative;
}
.disease p {
	font-size:14px;
	margin-bottom:10px;
}
.supporter-info, .whatson-info {
	padding: 10px 20px 0;
}
a.donate-button {
	background: url(../img/button-small.png) repeat-x left top;
	color: #fff;
	display:inline-block;
	font-weight: 400;
	line-height:normal;
	padding: 6px 25px;
	text-align: center;
	position:absolute;
	left:25%;
	bottom:20px;
}
img.nomargin {
	margin: 0 auto;
}
.ngg-gallery-thumbnail-box {
	display: inline-table;
	margin-right: 0 !important;
	width: 25%;
}
.ngg-gallery-thumbnail, .ngg-gallery-thumbnail img {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
.row {
	max-width: 1360px;
}
#home-content {
	background-color: #fff;
	border: none;
	padding: 0;
}
#content article {
	padding: 1rem;
}
.article {
	margin: auto;
	max-width: 875px;
	padding: 0 0 4rem;
}
.article .wp-post-image {
	padding: 1rem 0;
}
.article a.readmore {
	color: #000;
	display: block;
	margin: 1rem 0px 1.5rem;
	text-decoration: underline;
}
.article a.readmore:hover {
	text-decoration: none;
}
.social-button {
	display: inline !important;
	margin: 0 0.5rem 0 0;
}
.sections {
	margin: 100px 0 50px;
}
.most-common {
	padding: 0.9375rem !important;
}
.testimonial {
	background: url('../img/donation-bg.jpg') no-repeat 0 0 / 100% 100%;
	color: #fff;
	margin: 0 !important;
}
.testimonials {
	padding: 1rem;
}
.testimonial h1, .testimonial h2, 
.testimonial h3, .testimonial h4, 
.testimonial h5, .testimonial p, 
.testimonial a {
	color: #fff;
	font-weight: 200;
}
.stats .ezcol-last h1, .stats .ezcol-last h2, 
.stats .ezcol-last h3, .stats .ezcol-last h4, 
.stats .ezcol-last h5, .stats .ezcol-last p, 
.stats .ezcol-last a {
	margin: 0;
	line-height: 1;
}
.people {
	border: solid 5px #de722e;
	border-radius: 50%;
}
.donation-state {
	background: url('../img/donation-state-bg.png') no-repeat 0 0 / 100% 100%;
	clear: both;
	margin: 0 !important;
	padding: 25px 50px;
}
.donation-state > div {
	padding: 0;
}
.sponsor {
	margin: 0 !important;
}
.sponsor-img {
	margin: 0 !important;
}
.sponsor img {
	border: solid 1px #dcdcdc;
	margin: 5px;
}
.cta {
	background: url('../img/cta_bg.jpg') no-repeat 0 0 / 100% 100%;
	clear: both;
	color: #ffffff;
	/*margin: 100px 0 0px !important;*/
	margin: 0 !important;
	padding: 60px 0px 60px;
}
.cta .columns {
	height: 56px;
	vertical-align: middle;
}
.cta h1, .cta h2, .cta h3, .cta h4, .cta h5, .cta p, .cta a {
	color: #ffffff;
}
.cta h5 {
	font-size: 20px;
	margin-top: 15px;
}
.trns-button, .trns-button2 {
	display: inline-block;
}
.trns-button a {
	border-radius: 6px;
	border: 1px solid;
	font-size: 13px;
	padding: 8px 16px;
}
.trns-button2 a {
	border-radius: 6px;
	border: 1px solid;
	font-size: 13px;
	margin: 0 10px;
	padding: 8px 30px;
}
.index-card {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.meta-line img {
	display: inline-block;
	margin-right: 1rem;
	position: relative;
	top: -4px;
}
.meta-line {
	font-family: 'Times New Roman';
	font-style: italic;
}
span.author, time {
	font-size: 0.9375rem;
	color: #999;
}
span.author a, time a {
	color: #999;
	font-weight: bold;
}
span.author a:hover, span.author a:focus, time a:hover, time a:focus {
	color: #444444;
}
.entry-author {
	background-color: #fbfbfb;
	border: none;
	padding: 3.125rem 5rem;
	margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
	margin-right: 2.5rem;
	margin-bottom: 1.5rem;
}
.entry-author h4 a {
	color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
	color: #444444;
}
.entry-author p {
	color: #bbb;
}
.post header, .page header {
	margin-bottom: 1.25rem;
}
.entry-tags {
	color: #999;
	font-size: 0.9375rem;
}
.entry-tags a {
	color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
	color: #444444;
}
.page-numbers {
	color: #999;
	display: block;
	min-height: 1.5rem;
	margin-left: -0.3125rem;
}
.page-numbers li {
	height: 1.5rem;
	color: #222222;
	font-size: 0.875rem;
	margin-left: 0.3125rem;
}
.page-numbers li a {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: #999999;
	border-radius: 3px;
}
.page-numbers li:hover a, .page-numbers li a:focus {
	background: #e6e6e6;
}
.page-numbers li.unavailable a {
	cursor: default;
	color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
	background: transparent;
}
.page-numbers li.current a {
	background: #008cba;
	color: white;
	font-weight: bold;
	cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
	background: #008cba;
}
.page-numbers li {
	float: left;
	display: block;
}
.pagination-centered ul.page-numbers li {
	float: none;
	display: inline-block;
}
.page-numbers li span.current {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.page-numbers li {
	margin-left: 0.5rem;
}
.page-numbers li span:hover a, .page-numbers li span a:focus {
	background: #e6e6e6;
}
.page-numbers li span.current {
	background: #008cba;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: white;
	font-weight: bold;
	cursor: default;
}
.avatar {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
}
ol.commentlist {
	margin-left: 0;
	margin-top: 2em;
}
ol.commentlist p {
	font-size: 0.9375rem;
	line-height: 1.5;
}
ol.commentlist ul.children {
	margin-left: 4rem;
}
ol.commentlist li {
	list-style: none;
	margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
	float: left;
	margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
	display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
	font-style: normal;
	font-weight: 600;
	margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
	color: #ccc;
	font-size: 0.875rem;
	margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
	color: #bbb;
	font-size: 0.875rem;
}
ol.commentlist li section.comment {
	margin-left: 4rem;
	margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
	font-size: 0.875rem;
	font-weight: 600;
	color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
	color: #444444;
}
#sidebar {
	margin-top: 1.25rem;
}
#sidebar .panel, .footer-widget .panel {
	border: none;
	background-color: #eee;
	padding: 1.5rem 1.875rem;
}
#sidebar .panel a, .footer-widget .panel a {
	color: #999;
	font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
	color: #444444;
}
#sidebar ul, .footer-widget ul {
	list-style-type: none;
	margin-left: 0;
}
#sidebar .widget h4 {
	text-transform: uppercase;
	font-size: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	color: #888;
	font-weight: 600;
}
footer.full-width {
	background-color: #fff;
}
footer.full-width p {
	font-size: 0.875rem;
}
footer.full-width a {
	color: #666;
	font-size: 0.9375rem;
}
footer.full-width a:hover, footer.full-width a:focus {
	color: #444444;
}
footer.full-width .love-reverie {
	border-top: 1px solid #ccc;
	padding-top: 1.5rem;
}
.admin-bar > .fixed {
	margin-top: 2rem;
}
footer.row.footer {
	background: url('../img/footer-bg.jpg') no-repeat;
	background-size: 100% 100%;
	padding: 50px 10px 0;
}
.credit {
	border-top: 1px solid #000;
	margin: 0 !important;
	padding: 30px 5px;
}
.credit .columns:first-child {
	padding-left: 0;
}
.credit .columns:last-child {
	padding-right: 0;
}
.footer-widget {
	margin: 0px 0 60px !important;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer p, footer a {
	color: #fff;
}
footer p {
	font-weight: 200;
	font-size: 0.9375rem;
}
footer h5 {
	font-weight: 600;
}
.footer-quote {
	background: #F68500;
	padding: 3.5rem 0 2rem;
}
.footer-quote p {
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
#emailSub-form input[type="submit"] {
	background: url("../img/button-small.png") no-repeat;
	background-size: 100% 100%;
	border: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 8px 21px;
	text-transform: capitalize;
}
#emailSub-email {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0% 0%;
	border: 1px solid rgb(44, 44, 44);
}
#emailSub-email:focus {
	color: #fff;
}
.bottom-social-link .fa {
	font-size: 25px !important;
}
.f-topbar-fixed > .container {
	margin-top: 2rem;
}
#text-2, .form-group label {
	color: #fff;
}
.wpcf7-submit {
	border: medium none;
	background: transparent url("../img/button-small.png") no-repeat 0 0 / 100% 100%;
	color: #fff;
	font-weight: bold;
	padding: 0.5rem;
	text-transform: uppercase;
}
.rounded {
	border-radius: 50%;
	border: solid 5px #de722e;
}
table.tb-patients {
	margin: 1rem auto 2rem;
}
table.tb-patients th, table.tb-patients td {}
table.tb-patients p {
	margin: 0;
}
.patient-details {
	margin: auto !important;
	max-width: 800px !important;
	padding: 1rem !important;
}
.patient-details .wp-post-image {
	margin-bottom: 1rem;
}
table.tb-patient-detail tr {
	vertical-align: text-top;
}
@media only screen {
	.entry-author .avatar {
		margin-bottom: 1.25rem;
	}
}
@media only screen and (min-width: 40.063em) {
	.entry-author {
		margin: 3.125rem -3.125rem;
	}
	.contain-to-grid,  .contain-to-grid .top-bar {
		background: #fff;
	}
	section.top-bar-section {
		*display: inline-block;
	}
	.top-bar-section ul {
		display: inline;
		height: auto !important;
		padding-top: 15px;
		width: auto;
		position:relative;
		z-index:999;
	}
	.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
		background: transparent;
		color: #000000;
		font-size: 0.875rem;
		font-weight: 100;
	}
	.top-bar-section ul li:hover:not(.has-form) > a {
		text-decoration: underline;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button) {
		font-weight: bold;
		background: transparent;
		color: #000000;
	}
	.top-bar-section ul li:hover:not(.has-form) > a {
		background: transparent;
		color: #000000;
	}
	.top-bar-section li:not(.has-form) a:hover:not(.button),  .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
		background: transparent;
		color: #000000;
	}
	.top-bar-section .dropdown li.active a {
		font-weight: bold !important;
	}
	.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
		background: #fff;
		font-weight: normal;
		color: #000000;
	}
	.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
		background: #fff;
		color: #000000;
	}
	 .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	 display: none;
	 border-color: #fff;
	 height: 10px;
	 margin-top: 20px;
	}
	.top-bar-section > ul > .divider:first-child {
		display: none;
	}
	.top-bar-section .has-dropdown > a::after {
		border-color: rgba(0, 0, 0, 0.4) transparent transparent;
	}
	.sicon {
		text-align: right;
	}
	.contact-form {
		max-width: 600px;
	}
}
@media only screen and (min-width: 64.063em) {
	.logo {
		position: absolute;
		z-index: 100;
	}
	#sidebar {
		padding-left: 1.875rem;
		padding-right: 0;
		margin-top: 0;
	}
	#contents {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	img.full-img {
		width: 100%;
	}
	.testimonials {
		padding: 100px;
	}
	.footer-widget .columns:first-child {
		padding-left: 0;
	}
	.footer-widget .columns:last-child {
		padding-right: 0;
	}
	footer.row.footer {
		padding: 50px 90px 0;
	}
	.contact-form {
		margin: 1rem auto;
	}
}

@media only screen and (max-width: 64.063em) {
	.top-orange .left {
		float: none !important;
		padding: 1rem 0;
		text-align: center;
	}
	.social-link {
		display: none;
	}
	.sicon, .sicon-right {
		text-align: center;
	}
	.ngg-gallery-thumbnail-box {
		width: 50%;
	}
	.credit {
		text-align: center;
	}
	.bottom-social-link {
		float: none !important;
		text-align: center;
	}
}