@charset "utf-8";
/*----------intial declartaion of css----------*/
* { padding: 0; margin: 0; list-style: none; }

.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf { *zoom:1;
}
/* For IE 6/7 (trigger hasLayout) */
::selection { background: #0D833E; color: #fff; }
::-moz-selection {background: #0D833E;color: #fff;}

body { font-family: Quicksand,sans-serif;font-weight:400;background:#FDFCDD;font-size: 22px; line-height: 1;}


/*--------sticky footer or vertical footer------------*/
h1, h2, h3, h4, h5, h6 { font-family: filson-soft,sans-serif; margin-top: 0; font-weight:700;}
h1{font-size:28px;color:#01460C;margin-bottom:20px;line-height:1.4}
h2{font-size:48px;color:#01460C;margin-bottom:20px;line-height:1.4}
h3{font-size:30px;color:#01460C;margin-bottom:20px;line-height:1.4}
h4{font-size:24px;color:#01460C;margin-bottom:20px;line-height:1.4}
h5{font-size:20px;color:#01460C;margin-bottom:15px;line-height:1.4}
h6{font-size:18px;color:#01460C;margin-bottom:15px;line-height:1.2}

legend { border:0; }

@media (min-width: 768px) { 
    .our-activity-section, .promos-section, .box-section { margin-left:0px; margin-right:0px; }
}

.shopcredit { float:right; margin-top:-25px; background:#fff; border-radius: 0 0 25px 25px; padding:5px 10px 10px; width:150px; border:1px solid #E9DFBB; border-top:0; }
@media (min-width: 1200px) {
    .shopcredit { margin-top:-30px; }
}
#content .shopcredit h4 { margin:0; line-height: 1.4; text-transform: uppercase; font-size:14px;}
#content .shopcredit h4 a { color: #000; }
.shopcredit h4 span { display:none; }
#content .shopcredit img { width:100%; border-radius: 0; }

/* open close */
#content h4.reveal { border-bottom: 3px solid #0D833E; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
#content h4.reveal:after { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
#content h4.reveal.closed:after { content: "\2295"; color: #0D833E; float: right; font-size: 30px; font-weight: 500; line-height: 1; }
#content h4.reveal.open:after { content: "\2296"; color: #0D833E; float: right; font-size: 30px; font-weight: 500; line-height: 1; }
#content h4.reveal:hover, #content h4.reveal:hover:after { color: #0D833E; }
#content h4.reveal.closed + .expandable { display: none; }
.expandable { padding: 5px 0; border: 0; }

h5{font-size:24px;color:#0D833E;margin-bottom:20px;font-family: Quicksand,sans-serif;font-weight:500;line-height:0.8}
a { outline: none !important; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; color: #0D833E }
a:hover, a:focus { color: #0D833E; text-decoration: none; }
a:focus { outline: none; outline: none; outline-offset: 0; }
img { max-width: 100% }
span { color: #333333; font-size: 22px; line-height: 28px; font-weight: 400 }
p { color: #333333; font-size: 22px; line-height: 28px; margin-bottom: 20px; font-weight: 400 }

.btn{padding:0;box-shadow:none !important}
.btn a{white-space:nowrap; position: relative; background-color: #01460C; color: #ffffff; border: 0;padding: 8px 30px 10px; line-height:normal;font-family: Quicksand,sans-serif;font-weight:500; -webkit-border-radius: 20px 20px 20px 20px;border-radius: 20px 20px 20px 20px;font-size:22px;display:inline-block;}
.btn a:hover { background-color: #0D833E; }
#content .btn a{white-space:nowrap; position: relative; background-color: #01460C; color: #ffffff; border: 0;padding: 9px 35px 10px; line-height:normal;font-family: Quicksand,sans-serif;font-weight:500; -webkit-border-radius: 20px 20px 20px 20px;border-radius: 20px 20px 20px 20px;font-size:22px;}
#content .btn a:hover { background-color: #0D833E; }

.newsletter-section input[type="text"], .newsletter-section input[type="email"]{
    background:#fff;-webkit-border-radius: 10px 10px 10px 10px;border-radius: 10px 10px 10px 10px;font-size:18px;color:#000;padding:8px 15px;height:35px;transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;border:none;font-family: Quicksand,sans-serif;font-weight:500;
    }

.donate-section input[type="text"], .donate-section input[type="email"],
.newsletter-section input[type="text"], .newsletter-section input[type="email"]{
    width:100%;
}

.feild input[type="text"] {background:#fff;-webkit-border-radius: 10px 10px 10px 10px;border-radius: 10px 10px 10px 10px;font-size:18px;color:#000;padding:8px 15px;height:35px;width:100%;transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;border:none;font-family: Quicksand,sans-serif;font-weight:500;}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus{ outline: none; }

.newsletter-section textarea{background:#88b7cc;-webkit-border-radius: 10px 10px 10px 10px;border-radius: 10px 10px 10px 10px;font-size:24px;color:#000;padding:5px 15px;width:100%;transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;border:none;font-family: Quicksand,sans-serif;font-weight:500;resize:none}

input[type="submit"]{-webkit-border-radius: 10px 10px 10px 10px;border-radius: 10px 10px 10px 10px;border:none;font-size:24px;color:#3a4265;text-align:center;min-height:35px;background:#0D833E;transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;outline:none !important;font-family: Quicksand,sans-serif;font-weight:500;padding:0px 17px 5px;}

input[type="submit"]:hover, input[type="submit"]:focus{background:#3a4265;color:#fff;}

form .feild{margin-bottom:10px;width:100%;text-align:center}
form .feild.half-feild{width:49%;margin-right:0%;margin-right:2%;float:left}
form .feild.half-feild:nth-of-type(2n){margin-right:0;}

input::-webkit-input-placeholder {color:#ccc;opacity:1}
input::-moz-placeholder {color:#ccc;opacity:1}
input:-ms-input-placeholder {color:#ccc;opacity:1}
input:-moz-placeholder {color:#ccc;opacity:1}

.alert { background:#0D833E; color:white; padding:16px 15px 14px; margin:0; }
.alert h2 { text-align: center; text-transform: uppercase; margin:0; line-height: 1; font-size: 20px; text-align: center; }
.alert h2 a { color:white; }

.input-block{width:100%;}
.input-block .custom-chk{display:inline-block;vertical-align:top;margin-right:1%;width:17%;}
.input-block form .feild-wrap {text-align:left}
.input-block form .feild-wrap .feild{display:inline-block;vertical-align:top;width:42%;text-align:left;position:relative}
.input-block form .feild-wrap .feild input[type="text"]{font-size:18px;background:#db7b80;min-height:35px;padding:5px 15px 5px 28px}
.input-block form .feild-wrap .feild label{position:absolute;margin:0;left:12px;top:5px;font-size:24px;line-height:1;color:#000;font-family: Quicksand,sans-serif;font-weight:500;}

.input-block form{text-align:center}
form .feild-wrap{margin-bottom:25px;}

.custom-radio, .custom-chk { position: relative; display: inline-block; }
.custom-radio [type="radio"], .custom-chk [type="checkbox"] { position: absolute; left: -9999px; opacity: 0; }
.custom-radio label, .custom-chk label { display: inline-block; vertical-align: top; cursor: pointer; margin-left: 0; padding-left: 0; line-height: 22px; font-size:24px;font-family: Quicksand,sans-serif;font-weight:500; color:#fff;position:relative;z-index:999;margin:0;min-width:52px;padding:5px;min-height:35px;text-align:center; z-index: 12; }
.custom-radio label::before, .custom-chk label::before, .custom-radio label::after, .custom-chk label::after { content: ""; position: absolute; left: 0; top: 0; margin-top: 0; width: 52px; height: 35px; -webkit-border-radius: 8px 8px 8px 8px;border-radius: 8px 8px 8px 8px;text-align: center; color: #fff;background:#3a4265; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; z-index:-1}
.custom-radio label::before, .custom-chk label::before { }
.custom-chk label::after {width: 52px; height: 35px; background-color: #5a95af; top: 0; left: 0; }
.custom-radio label::after { width: 12px; height: 12px; background-color: #AAA; top: 5px; left: 5px; }
.custom-radio label::before, .custom-radio label::after { border-radius: 50%; }
.custom-radio [type="radio"]:not(:checked) + label::after, .custom-chk [type="checkbox"]:not(:checked) + label::after { opacity: 0; transform: scale(0); }
.custom-radio [type="radio"]:checked + label::after, .custom-chk [type="checkbox"]:checked + label::after { opacity: 1; transform: scale(1); }
.custom-radio [type="radio"]:disabled + label::before, .custom-chk [type="checkbox"]:disabled + label::before { background-color: #9e0039; box-shadow: inset 0 0 8px 0 #640024; }
.custom-radio [type="radio"]:focus + label::before, .custom-chk [type="checkbox"]:focus + label::before { border-color: #555 !important; }
/*-----------header section styles goes here---------------*/
#header-main{ width: 100%; z-index: 999;background:#fff;padding:4px 0 10px;}
#header-main .logo{margin:20px 0 10px 20px;}
#header-main .logo img{height:auto; max-width:300px; width:100%; }
#header-main .logo a{display:block; }
/*@media (min-width: 768px) { #header-main .logo { text-align: left; } }
@media (min-width: 992px) { #header-main .logo { margin-top:15%; } }
@media (min-width: 1130px) { #header-main .logo { margin-top:10%; } }
@media (min-width: 1300px) { #header-main .logo { margin-top:8%; } }
@media (min-width: 1430px) { #header-main .logo { margin-top:5%; } }
@media (min-width: 1550px) { #header-main .logo { margin-top:3%; } }
@media (min-width: 1750px) { #header-main .logo { margin-top:10px; } }*/


/*Default menu styles*/
.main-navigation{background:#0D833E;position:relative}
.menu-icon { display: none; width: 50px; height: 25px; padding:0 5px; position: absolute; right:10px; top:50%; cursor: pointer; transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.menu-icon .menu-box span { width: 100%; height: 4px; margin-bottom: 6px; background: #fff; display: block; border-radius: 2px; transition: all 0.5s; -webkit-transition: all 0.5s; }
.menu-icon.active span:nth-child(1) { transform: rotate(45deg) translateY(8px) translateX(8px); -webkit-transform: rotate(45deg) translateY(8px) translateX(8px); }
.menu-icon.active span:nth-child(2) { opacity: 0; }
.menu-icon.active span:nth-child(3) { transform: rotate(-45deg) translateY(-7px) translateX(6px); -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px); }
.enumenu_ul .caret { color: #fff; margin-left: 7px; }
.enumenu_ul { padding: 0px; list-style: none; margin:0 auto; text-align: center;}
.enumenu_container {margin: 0 auto;}
.enumenu_ul > li { display: inline-block; vertical-align: middle; position: relative; z-index: 999;margin-right:28px;}
.enumenu_ul li a { font-size: 22px; color: #fff; padding: 16px 1px 18px; display: inline-block; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; font-family: filson-soft,sans-serif;font-weight:700;line-height:1.2; /*text-transform: lowercase;*/}
.enumenu_ul > li:hover > a, .enumenu_ul > li > a.active {color: #e8ffc8}
.enumenu_ul > li ul { display: none; }
.enumenu_ul ul li { width: 100%; margin: 0; list-style: none; position: relative;}
.enumenu_ul.desk ul { top:100%; z-index: -1; list-style: none; left: -20px; background:#01460C; position: absolute; min-width: 100%; padding: 10px 0; -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.35);box-shadow: 0 3px 7px 0 rgba(0,0,0,0.35);min-width:250px; border-radius: 0 0 10px 10px;}
.enumenu_ul.desk ul li ul { border-radius:0 0 10px 0; }
.enumenu_ul > li:nth-last-child(-n+2) .sb-menu .sb-menu { border-radius:0 0 0 10px; }
.enumenu_ul li.sb-menu-li a { }
.enumenu_ul li.sb-menu-li.active > a {}
.enumenu_ul li.sb-menu-li.active.hover > a { }
.enumenu_ul .fa-home:after { content: " Home"; font-family: filson-soft,sans-serif;font-weight:700;line-height:1}
/*Sub menu styles*/
.menu.submenu-ul-level1 li a { background: rgba(31,26,107,0.8); color: #fff; padding-left: 90px; }
.enumenu_ul.desk li:hover > ul { display: block; opacity: 1; }
.enumenu_ul.desk .sb-menu .sb-menu { left: 100%; top: -10px;}
.enumenu_ul.desk ul li { }
.enumenu_ul.desk ul li a { display: block; color: #fff; font-size: 16px; text-align: left; padding: 4px 20px 4px 20px; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; line-height:1.2}
.enumenu_ul.desk ul li:hover > a {background:#0D833E;color: #fff}
.enumenu_ul .arrow { position: absolute; right: 7px; top: 4px; }
.enumenu_ul .arrow:before { position: absolute; cursor: pointer; z-index: 999; content: "\f067"; font-size: 28px; color: #fff; font-family: 'FontAwesome'; right:10px; top:4px; }
.enumenu_ul .arrow.up:before { position: absolute; cursor: pointer; z-index: 999; content: "\f068"; font-size: 28px; color: #fff; font-family: 'FontAwesome'; }
.enumenu_ul li a span { border-color: #fff transparent transparent; border-style: solid; border-width: 5px 4px 0; height: 0; vertical-align: middle; width: 0;display:inline-block;position:relative;right:-1px;top:-2px;}
.enumenu_ul.desk .sb-menu span{width: 0;height: 0;border-style: solid;border-width: 4px 0 4px 6px;border-color: transparent transparent transparent #fff; position: absolute;
right: 15px;top: 50%;transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.enumenu_ul.desk li.last .sb-menu { left: auto; right: 100% }

.enumenu_ul > li:nth-last-child(-n+2) .sb-menu .sb-menu{ left: auto; right: 100%;overflow:hidden}
.enumenu_ul.desk > li:nth-last-child(-n+2) .sb-menu li a span{left:7px;border-width: 4px 6px 4px 0;border-color: transparent #fff transparent transparent;margin-top:-1px}

#header-main .header-top{margin-bottom:0;}
#header-main .social{display:inline-block;vertical-align:middle;margin-right:0;margin-bottom:12px;}
#header-main .social ul{margin:0 8px 0 0;padding:0; float:left;}
@media (max-width: 767px) {
	#header-main .social ul{margin:2px 15px 0 0;}
}
#header-main .social ul li{display:inline-block;vertical-align:middle;margin:0 8px 0 0;line-height:normal}
#header-main .social ul li a{font-size:36px;color:#0D833E;}
#header-main .social ul li a:hover{color:#4E2B95}
#header-main .member-login{display:inline-block; float:left; margin-top:9px;}
#header-main .member-login img {width:26px; height:26px;}
#header-main .member-login a{font-size:16px;padding-top:14px; text-transform: capitalize; font-family: Quicksand,sans-serif;font-weight:bold;line-height:normal; color:black; }
#header-main .member-login a i{margin-right:6px;}

#header-main .member-detail {
                                 display: inline-block;
                                 vertical-align: middle;
                                 position: relative;
                                 top: -5px;
                             }
#header-main .welcome { font-size:24px;font-family: Quicksand,sans-serif; }

#header-main .search-section{display:inline-block;vertical-align:middle;margin-right:0; margin-bottom:30px;}
#header-main .search-form{position:relative;width:100%;}
#header-main .search-form input[type="search"]{background-color:#E8E8E8;font-size:18px;color:#000;padding:6px 30px 6px 15px;line-height:normal;display:inline-block;vertical-align:middle; -webkit-appearance: none; appearance: none;border:none;font-family: Quicksand,sans-serif;font-weight:500;-webkit-border-radius: 50px;border-radius: 50px;margin-right:0;width:270px; outline: none; }
#header-main .search-form button[type="submit"]{background-color:transparent;appearance:none;-webkit-appearance:none;position:absolute; right:10px; top:6px; border:none;border-radius:0;display:inline-block;vertical-align:middle; margin-left:-25px;}

#header-main .search-form button i{display:inline-block;width:24px;height:24px;background-size:100%; color: #0D833E;}

#header-main .text-right { padding-right:60px; padding-top:15px; }
@media (max-width: 767px) {
	#header-main .text-right { padding-right:15px; }
}

.donatebutton { margin:30px 0 10px; }
.donatebutton a { background-color:#01460C; border-radius: 8px; padding:7px 15px 7px 40px; color:#fff; background-image:url('/images/heart-icon-pink.svg'); background-repeat: no-repeat; background-size:20px; background-position:12px 8px;font-family: Quicksand,sans-serif;font-weight:500; font-size: 16px; }
.donatebutton a:hover { background-color:#0D833E; }

#header-main .latest-tweet{display:inline-block;text-align:left; max-width: 380px; margin-left:5%; margin-top:5%; }
#header-main .latest-tweet p{font-size:16px;color:#000;line-height:22px;margin-bottom:4px; font-weight: 500;font-family: Quicksand,sans-serif;}
#header-main .latest-tweet p a{font-weight: 700;}
#header-main .latest-tweet p i.fa-twitter{color:#EB148A;}
#header-main .latest-tweet i{margin-right:5px}
#header-main .latest-tweet li{font-size:14px;font-weight:500;color:#0D833E;list-style:none;display:inline-block;vertical-align:middle;position:relative;padding-right:8px}
#header-main .latest-tweet li:first-of-type:after { content:"|"; padding-left:8px; }
#header-main .latest-tweet li a{color:#0D833E;}
#header-main .latest-tweet li a:hover{color:#b9c737}
#header-main .latest-tweet li:last-child{padding-right:0}
#header-main .latest-tweet li:last-child:after{display:none;}
.twitterBlock {  }
@media (max-width:991px){
	.twitterBlock { display:none; }
}

.main-navigation.stick{position:fixed;left:0;top:0;width:100%;z-index:9999;animation: stickyheaderDown 0.4s;-webkit-animation: stickyheaderDown 0.4s;-ms-animation: stickyheaderDown 0.4s;-moz-animation: stickyheaderDown 0.4s;}
@keyframes stickyheaderDown {
    0%{
        transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
    } 100%{
        transform: translateY(0);
		-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
    }
}
.header-top-wrap{display:inline-block;vertical-align:middle;}

#google_translate_element{display:inline-block;vertical-align:middle;margin-right:0 ; border:2px solid #DCDADA; border-radius: 30px; padding:0 8px; }
#google_translate_element span, .goog-te-menu-value, .goog-te-menu-value span{font-size:12px;line-height:1}
#google_translate_element .goog-te-gadget-simple { border:0; border-top:1px solid #fff; border-bottom:1px solid #fff; }
/*-----------header section styles ends here---------------*/

/*-----------About section styles goes here---------------*/
.about-section{padding:15px 0 10px; width:100%;}
.about-section .about-content{margin-top:33px; margin-bottom:30px;}
.about-section h1{font-size:36px; margin:0 0 10px;}
.about-section h2{font-size:28px; margin:20px 0 5px;}
.about-section p{font-size:21px; line-height: 1.4; margin-bottom:12px;}
.about-section p a{font-weight: 500;}
.about-section .support-section{width:100%; }
@media (min-width: 768px) {
    .about-section .about-content{margin-left:20px;}
	.about-section .support-section{margin-right:20px; margin-top:50px;}
}
.about-section .support-section a{background:#94C84A;padding:65px 20px 0;text-align:center;font-family: filson-soft,sans-serif;font-weight:700;line-height:1.2;font-size:28px;display:inline-block;color:#fff;-webkit-border-radius:50%;border-radius: 50%;width:230px; height:230px;}
.about-section .support-section a:hover{background:#0D833E;color:#fff;width:230px; height:230px; }
.about-section .support-section img { max-width:60px; width:100%; margin-top:20px; }
/*-----------About section styles ends here---------------*/


.our-activity-section{margin-bottom:25px;}
/*-----------Latest Story section styles goes here---------------*/
.latest-story-section{background:#0D833E;width:100%;min-height:354px;background-repeat:no-repeat;background-position:center center;background-size:cover;margin-bottom:30px; border-radius: 25px;}
.latest-story-section .caption-wrap{display:table;width:50%;height:354px; float:left;}
.latest-story-section .caption{width:50%;padding:20px 30px 0;background:#0D833E;height:100%;display:table-cell;height:100%;vertical-align:top; border-radius: 25px;}
.latest-story-section .caption h2 {color:#fff; margin:10px 0 20px; line-height: 1;}
.latest-story-image { float:right; width:50%;min-height:354px;background-repeat:no-repeat;background-position:center center;background-size:cover; border-radius:0 25px 25px 0; }
.caption h2{color:#fff;margin-bottom:20px;}
.caption h2 i{margin-right:7px;display:inline-block;vertical-align:middle}
.caption h2 i img{display:block}
.latest-story-section .caption p{font-size:20px;font-family: Quicksand,sans-serif;font-weight:500;color:#fff;line-height:30px;margin-bottom:15px;}
.caption p{color:#fff;line-height:24px; margin:20px 0;}
.caption .btns{display:inline-block;}
.caption .btns i{margin-right:8px;display:inline-block;vertical-align:middle}
.caption .btns i img{display:block;}
.caption .btns i img.bubble{width:36px;}
.caption .btns a{display:inline-block;padding:10px 20px 8px 16px;background:#fff;font-size:20px;color:#000;margin-top:12px;-webkit-border-radius: 20px 20px 20px 20px;border-radius: 20px 20px 20px 20px;height:53px;font-family: filson-soft,sans-serif;font-weight:500;vertical-align:top}
.caption .btns a.btn1 { padding:15px 20px 8px 16px; }
.caption .btns a:hover{background:#d7ff9e;}

.caption .btns a.btn2 i img{width:28px;}
.caption .btns a.btn2 { padding:12px 20px 8px 16px; position: absolute; bottom:30px; left:30px;}

.caption .btns a.btn3 i img{width:32px;}
.caption .btns a.btn3 { padding:12px 20px 8px 16px; position: absolute; bottom:30px; left:30px;}
.equal-height { position:relative; }
	/*.latest-story-section .btns a {display:none;}*/
	.latest-story-section .btns a.btn1 {display:inline-block;}
@media (max-width: 1199px) {
	.latest-story-section .caption h2 {margin:0 0 5px;}
	.latest-story-section .caption p{margin:5px 0;}
	.caption .btns a{padding:7px 12px 8px 12px;font-size:16px;margin-top:5px;-webkit-border-radius: 10px;border-radius: 10px;height:35px;}
	.caption .btns a.btn1 { padding:9px 12px 8px 12px; }
	.caption .btns i{width:26px;}
	.caption .btns a.btn2 i img{width:28px; margin-top:-4px;}
	.caption .btns a.btn2 { padding:7px 12px 8px 12px; }
	.caption .btns a.btn3 i img{width:26px; margin-top:-2px;}
	.caption .btns a.btn3 { padding:7px 12px 8px 12px; }
}
@media (max-width: 991px) {
	.latest-story-image { float:none; width:100%;min-height:250px; border-radius: 0 0 25px 25px; }
	.latest-story-section .caption-wrap{display:block;width:100%;height:auto; float:none;}
}

.newsletter-section form .feild {text-align: left;}
.newsletter-section .feild input[type="submit"] { display:inline-block;padding:8px 25px 10px 65px;background-color:#fff;font-size:20px;color:#000;margin-top:12px;-webkit-border-radius: 20px;border-radius: 20px;height:53px;font-family: filson-soft,sans-serif;font-weight:500;vertical-align:top; background-image: url('/images/heart-icon-pinkdarker.svg'); background-size:32px; background-position: 18px 12px; background-repeat: no-repeat; }
.newsletter-section form .feild input[type="submit"]:hover{background-color:#d7ff9e;}
@media (max-width: 1199px) {
	.newsletter-section .feild input[type="submit"] {padding:8px 12px 7px 48px;font-size:16px;margin-top:5px;-webkit-border-radius: 10px;border-radius: 10px;height:35px;background-size:26px; background-position: 12px 5px;}
}

.caption ul{margin:0;padding:0;display:inline-block;width:100%}
.caption ul li{display:inline-block;font-size:20px;line-height:1.2;color:#fff;position:relative; margin:5px 0 10px;padding-left:90px;font-family: filson-soft,sans-serif;font-weight:500;min-height:70px;width:100%}
.caption ul li a{color:#fff; padding-top:6px; display: inline-block;}
.caption ul li a:hover{color:#d7ff9e}

.caption ul li span{position:absolute;left:-30px;top:0;color:#000;font-size:18px;line-height:1.1;display:inline-block;font-family: filson-soft,sans-serif;font-weight:500;background:#fff; max-width:100px; min-width: 100px; padding:10px 15px;text-align:center;-webkit-border-radius: 0 10px 10px 0;border-radius: 0 10px 10px 0;}
/*-----------Latest Story section styles goes here---------------*/

.row.display-flex {
  display: flex;
}
@media (max-width: 767px) { .row.display-flex { display: block; } }
.events-section {
	min-height: 100%;
}

.video-section .videoWrapper{padding-bottom:100%;margin:0;height:100%;position:relative;overflow:hidden; border-radius: 25px;}
.video-section .videoWrapper iframe{width:100%;}
iframe{width:100%;}

.news-section{width:100%;background:#92B562; padding:20px 30px;position:relative;overflow:hidden; border-radius: 25px; font-family: filson-soft,sans-serif;}
.news-section a .ribbons, .events-section a .ribbons { background:#0D833E; display:block; right: -72px;top: -15px;padding: 32px 0;width: 195px;height: 80px;font-size:18px;color:#fff;font-family: filson-soft,sans-serif;font-weight:500;line-height:1.1;-webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s;}
.events-section a .ribbons { background:#0D833E;z-index: 10; }

.ribbons{position:absolute;right:-64px;top:-11px;padding:20px 0;text-align:center;transform: rotate(44deg);-moz-transform: rotate(44deg);-ms-transform: rotate(44deg);-webkit-transform: rotate(44deg); width:190px;height:72px;-webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s;}
.news-section a:hover .ribbons { background:#fff; color:#0D833E; }
.events-section a:hover .ribbons { background:#fff; color:#0D833E; }
.events-section .caption{}
.events-section .caption a { z-index: 10; }

.ribbons a{}
.ribbons a:hover{}

.events-section{width:100%;background:#01460C; position:relative;overflow:hidden; border-radius: 25px;font-family: filson-soft,sans-serif;}
.events-section .events-image{width: 260px; height:260px; background-repeat:no-repeat;background-position:center center;background-size:cover;-webkit-border-radius: 50%; border-radius: 50%;position: relative; z-index: 1; margin:-10px auto 0;}
@media (max-width:1199px) {
	.events-section .events-image{ width: 220px; height:220px;}
}
@media (max-width: 991px) {
	.events-section .events-image{ margin:-20px auto 0;}
}
.events-section .events-thumb{width:100%;min-height:345px; position:relative}
.events-section .events-thumb .caption{padding:20px 25px 0; }
.events-section h2{margin-bottom: 0; z-index:1; position: relative;padding:20px 25px 0; }
.events-section .ribbons{background:#0D833E}
.events-section .events-thumb .events-details{background:#92B562;padding:80px 30px 20px 80px; position:absolute;left:0; bottom:0; width: 100%}
.events-section .events-thumb .events-details::after{ content: url("/images/heart-icon-white.png"); left: 24px; top: 20px; position: absolute; }
.events-section .events-thumb .events-details ul li{display:block;font-size:20px;line-height:1.2;color:#fff;position:relative;padding-left:20px;font-family: Quicksand,sans-serif;font-weight:500;}
.events-section .events-thumb .events-details ul li span{position:absolute;left:-90px;top:-7px; color:#fff;font-size:18px;line-height:1.1;display:inline-block;font-family: filson-soft,sans-serif;font-weight:500;max-width:120px;width:120px;padding:10px 10px;text-align:center;-webkit-border-radius: 0 10px 10px 0;border-radius: 0 10px 10px 0;}
.events-section .events-thumb .events-details ul li a{color:#fff;}
.events-section .events-thumb .events-details ul li a:hover{color:#d7ff9e}

.events-section .activities-listing{padding:25px 25px 30px;}
.events-section .activities-listing .title{margin-bottom:25px;}
.events-section .activities-listing .title i{display:inline-block;vertical-align:middle;margin-right:8px;}
.events-section .activities-listing .title small{color:#fff;font-size:24px;font-family: filson-soft,sans-serif;font-weight:500;display:inline-block;vertical-align:middle;transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;}
.events-section .activities-listing .title a{color:#fff;background:#0D833E;padding:13px 15px;-webkit-border-radius: 20px 20px 20px 20px;border-radius: 20px 20px 20px 20px;display:inline-block;width:100%;}
.events-section .activities-listing .title a:hover{background:#9d2f4d;}
.events-section .caption ul li span { background:#fff;}

.events-section .activities-listing ul li a{color:#fff;}
.events-section .activities-listing ul li a:hover{color:#d7ff9e}

.promos-section{width:100%;margin-bottom:30px;}
.promos-section ul{margin:0;padding:0;text-align:center}
.promos-section ul li{list-style:none;vertical-align:middle;float:left;width:33.33%;padding: 0 15px;}
.promos-section ul li a{display:inline-block;vertical-align:middle;padding:20px 40px 20px 0;text-align:left; width: 100%; }
.promos-section ul li a span{color:#777;font-size:36px;font-family: filson-soft,sans-serif;font-weight:500;width:72%;display:inline-block;vertical-align:middle;line-height:1.1;}
.promos-section ul li a i{display:inline-block;vertical-align:middle;width:23%; margin-right:3%; border-radius: 100%; background:#01460C; padding:0;-webkit-transition: all 0.6s ease-out 0s; -moz-transition: all 0.6s ease-out 0s; -o-transition: all 0.6s ease-out 0s; transition: all 0.6s ease-out 0s;}
.promos-section ul li:first-child a i{background:#0D833E;}
.promos-section ul li:last-child a i{background:#94C84A;}
.promos-section .owl-carousel .owl-item img{display:block;width:100%; }
.promos-section ul li a:hover i{background:#039f1c;}
.promos-section ul li:first-child a:hover i{background:#19c962;}
.promos-section ul li:last-child a:hover i{background:#a3e14c;}


.promos-section .owl-carousel .owl-stage-outer{z-index:99}
.promos-section ul.owl-carousel li{width:100%;padding:0;}
.promos-section .owl-nav .owl-prev, .promos-section .owl-nav .owl-next{-webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s;}

.box-section{width:100%;}
.donate-section{margin-bottom:40px;background:#94C84A;padding:20px 30px; border-radius: 25px;}
.donate-section h2{margin-bottom:25px;}
.donate-section p{font-size:20px;font-family: Quicksand,sans-serif;font-weight:400;}
.donate-section .donate-content{}
.donate-section .donate-thumb{}

.banner-sec{margin-bottom:40px;background-color:#0D833E;padding:20px 30px; background-size: cover; background-position: center center; border-radius: 25px; position: relative; min-height: 420px; }
@media (max-width: 767px) {
	.banner-sec{ min-height: 300px; }
}
.banner-sec h2{margin-bottom:25px; /*text-transform: lowercase;*/ color: #fff; z-index: 1; position: relative; }
.banner-sec p{font-size:24px;font-family: Quicksand,sans-serif;font-weight:400; color: #fff; z-index: 1; position: relative; }
.banner-sec:before { position:absolute; content:""; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,0.20); border-radius: 25px; }

.newsletter-section{width:100%;background:#0D833E; position:relative;padding:20px 30px;margin-bottom:40px; border-radius: 25px;}
.newsletter-section .caption p{margin-bottom:13px;font-size:20px;font-family: Quicksand,sans-serif;font-weight:400; line-height: 1.4;}
.newsletter-section form p{font-size:14px;font-family: Quicksand,sans-serif;font-weight:400; color: #fff; line-height: 1.4; margin-bottom: 13px;}

.shope-section{width:100%;background:#fff; border:3px solid #3a4265;-webkit-border-radius: 25px 25px 25px 25px;border-radius: 25px 25px 25px 25px;padding:10px 25px 80px;position:relative;overflow:hidden;margin-bottom:40px;}
.shope-section .ribbons{background:#a2ba7c}
.shope-section .caption h2{color:#3a4265;}
.shope-section figure{text-align:center;margin:12px 0 30px;display:inline-block;width:100%;}


.shope-section .info-caption{background:#3a4265;-webkit-border-radius: 0 0 25px 25px;border-radius: 0 0 25px 25px;padding:25px 30px;position:absolute;left:-1%;bottom:0;width:102%;}
.shope-section .info-caption h3{margin:0;color:#fff;}
.shope-section .info-caption h3 span{float:right;color:#fff;font-family: Quicksand,sans-serif;font-weight:400;line-height:0.8;font-size:30px;}
.shope-section .ribbons a:hover {color:#0D833E}

.shope-category-section{width:100%;background:#0D833E; border:3px solid #0D833E;-webkit-border-radius: 25px 25px 25px 25px;border-radius: 25px 25px 25px 25px;padding:10px 20px 30px;position:relative;overflow:hidden;margin-bottom:30px;}
.shope-category-section .ribbons{background:#0D833E}
.shope-category-section .caption h2{color:#0D833E; margin-bottom:0;}
.shope-category-section .caption h2 span{color: #fff; padding-left: 10%; font-size: 26px;}

.shope-category-section figure img{-webkit-border-radius: 0 0 0 0 ;  border-radius: 0 0 0 0 ; min-height:180px; max-height:280px;}
@media (max-width: 991px) {
    .shope-category-section figure img{max-height:200px;}
}
@media (max-width: 767px) {
    .shope-category-section ul li:nth-of-type(2), .shope-category-section ul li:nth-of-type(3), .shope-category-section .caption h2 span { display:none; }
}
.shope-category-section figure .info-caption{width:100%;left:0;}
.shope-category-section figure{text-align:center;margin:12px 0 30px;display:inline-block;width:100%;-webkit-border-radius: 25px;  border-radius: 25px; position:relative; background:#f1e1a5;  padding-top:0;}
.shope-category-section .list-group-item{border:none;background: transparent;}
.shope-category-section a,.shope-category-section a:hover{color:#fff;}

.shope-category-section .info-caption{background:#0D833E;padding:10px 30px 15px;position:absolute;bottom:0;margin-bottom: -35px;width:100%;-webkit-border-radius: 0 0 25px 25px;  border-radius: 0 0 25px 25px;}
.shope-category-section .info-caption h3{margin:0;color:#fff; font-size: 24px;}
.shope-category-section .info-caption h3 span{float:right;color:#fff;font-family: Quicksand,sans-serif;font-weight:400;line-height:0.8;font-size:30px;}
.shope-category-section .ribbons a:hover {color:#fff;}

/*-----------footer section styles goes here---------------*/
#footer-main {background: #0D833E; }
.contact-us-section{padding:25px 0 25px;width:100%; text-align:center;}
.contact-us-section .title {display:inline-block;vertical-align:middle;margin-right:40px;}
.contact-us-section .title span{font-size:48px;color:#fff;line-height:normal;font-family: Quicksand,sans-serif;font-weight:500;line-height:0.8;}
#footer-main .contact-us-section ul{display:inline-block;vertical-align:middle;margin-top:12px}
.contact-us-section ul li{display:inline-block;vertical-align:middle;margin-right:40px;}
.contact-us-section ul li a, .contact-us-section ul li span{font-size:24px;font-family: filson-soft,sans-serif;font-weight:700;color:#fff;margin-right:2px;/*text-transform:lowercase*/}
#footer-main .contact-us-section ul li a:hover{color:#d5ff99}
#footer-main .footer-logo-section {width:100%;background:#fff;padding:5px 0;text-align:center}
#footer-main .footer-logo-section ul{margin:0;padding:0} 
#footer-main .footer-logo-section ul li{display:inline-block;vertical-align:middle;margin:20px 15px; max-height:100px;}
#footer-main .footer-logo-section ul li img{max-height:100px;}
#footer-main ul { margin: 0 }
#footer-main .copyright-section{padding:15px 0 80px; background: #94C84A; }
#footer-main .copyright-section ul li { display: inline-block; color: #000; font-size: 14px; line-height: 18px; font-weight: 500; margin-right: 4px; padding-right: 9px; line-height: 14px; vertical-align: middle; position: relative; }
#footer-main .copyright-section ul li::after{ content: ""; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 1px; height: 14px; background: #FFFFFF; }
#footer-main .copyright-section ul li:last-child { margin-right: 0; padding-right: 0; border: none }
#footer-main .copyright-section ul li:last-child::after{ display: none; }
#footer-main .copyright-section ul li a{ color: #000; font-weight: 500; text-decoration: underline;}
#footer-main .copyright-section ul li a:hover{ opacity: 0.6; }
#footer-main p { margin: 0; color: #fff;font-size:14px;line-height:18px; text-decoration: underline;}
#footer-main p a:hover{color:#faffcd}
#footer-main .copyright-section a{color:#000;text-decoration: underline;}
#footer-main .copyright-section a:hover{color:#000!important;opacity: 0.5;}
#footer-main a{color:#fff;text-decoration: underline;}
#footer-main a:hover{opacity: 0.6;}

/*-----------footer section styles ends here---------------*/

.preload { display: none }
/*-----------Inner banner section styles goes here---------------*/
.mid-section { padding: 40px 0; }
.inner-banner { background-size: cover; width: 100%; min-height: 305px; background-repeat: no-repeat; z-index: 9; position: relative; }
.inner-banner:after { background: rgba(0,0,0,0.40); content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1 }
/*-----------Inner banner section styles ends here---------------*/


/*-----------Map section styles goes here---------------*/
.map { width: 100% }
.map iframe { border: 1px solid #bfbfbf; height: 394px; width: 100%; display: block }

/* embedded video aspect ratio adjustment */
.videoWrapper, .videoWrapper4by3, .videoWrapper3by1, .videoWrapper1by1, .videoWrapperfixed { position:relative; height:0; margin:0 0 20px; border:0; }
.videoWrapper { padding-bottom:56.25%; }
.videoWrapper4by3 { padding-bottom:75%; }
.videoWrapper3by1 { padding-bottom:33.33%; }
.videoWrapper1by1 { padding-bottom:100%; }
.videoWrapperfixed { padding-bottom:300px; }
.videoWrapper iframe, .videoWrapper4by3 iframe, .videoWrapper3by1 iframe, .videoWrapper1by1 iframe, .videoWrapperfixed iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
/*-----------Map section styles ends here---------------*/


/*--------All Inner Page styles ends here------------*/
#mid-container .container { background:white; padding:0 0 0 0; margin-bottom:100px; }
#mid-container h1 { width:100%; background:#94C94A; color:white; margin:0; padding:10px 20px 10px 40px; font-size:46px;}
.pageimageholder { background-color:#94C94A; background-size:cover; background-repeat:no-repeat; background-position:center center; height:500px; }
.left-wrapper{width:100%;background:#94C94A;padding:10px 30px 20px 30px;margin-bottom:40px;position:relative; border-bottom-left-radius: 25px;}
.undermenu img { border-radius:50%; background:white; border:3px solid #94C94A; width:270px; height:270px; margin-bottom:-155px; margin-left:20px; }
#content{padding:30px 0 40px 40px;}

@media (max-width: 1199px) {
	#mid-container .container { width:100%; margin-bottom:0px; }
	.undermenu img { width:160px; height:160px; margin-bottom:-100px; margin-left:0; }
}
@media (max-width: 991px) {
	#content{padding:30px 40px 40px 40px;}
}
@media (max-width: 767px) {
	#content{padding:30px 15px 30px 15px;}
	#mid-container h1 { padding:15px 15px 15px 15px; font-size:40px; line-height: 1.1;}
	.pageimageholder { height:300px; }
}
@media (min-width: 992px) {
	.fullscr #content { padding: 30px 40px 40px 40px; }
}


/*.left-wrapper:before {background-color:#9bbc6a;bottom: 0;content: "";position: absolute;right: 25%;top: 0;width: 1000%;z-index:-1}*/
.left-wrapper h2{color:#94C84A;font-size:32px;margin-bottom:10px;}
.left-wrapper h2 a{color:#94C84A;}
.left-wrapper .aside-listing{width:100%;margin-bottom:20px;position:relative;}
.left-wrapper .aside-listing ul {margin:0;padding:0;position:relative}
.left-wrapper .aside-listing ul li{list-style:none;}
.left-wrapper .aside-listing ul li a{padding:8px 0 10px;color:#000;display:inline-block;width:100%;font-size:24px;font-family: filson-soft,sans-serif;font-weight:700; line-height:1.2;}
.left-wrapper .aside-listing > ul > li:hover > a, .left-wrapper .aside-listing > ul > li.active > a{color:#fff;}
.left-wrapper .aside-listing ul ul{border:none;position:relative}
.left-wrapper .aside-listing ul ul:before{/*content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:#2c2d3a;*/}
.left-wrapper .aside-listing ul li ul li{border:none;}
.left-wrapper .aside-listing ul li ul li a{color:#fff;padding:8px 0 10px;font-size:18px;}
.left-wrapper .aside-listing ul li ul li:hover a, .left-wrapper .aside-listing ul li ul li.active a{color:#fff;}

.left-wrapper .about-thumb{text-align:center}
.left-wrapper .about-thumb img{display:block;margin:0 auto; padding:0 5%;}

/*--------All Inner Page styles ends here------------*/

.main-navigation.stick {position: fixed;top: 0;left: 0;right: 0;z-index: 999;}


.owl-nav{ width: 110%; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; margin-left: -5%; }
.owl-nav .owl-prev{ width: 40px; height: 40px; background: #FFFFFF; border-radius: 50%; float: left; position: relative; text-indent:-3px}
.owl-nav .owl-next{ width: 40px; height: 40px; background: #FFFFFF; border-radius: 50%; float: right; position: relative; text-indent:3px}
.owl-nav .owl-next i, .owl-nav .owl-prev i{ font-size: 20px; line-height: normal; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; color: #0D833E; text-align: center; }
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover{ background: #a2ba7c; }
.owl-nav .owl-next:hover i, .owl-nav .owl-prev:hover i{ color: #FFFFFF; }


.basketMessage { display: none}
.basketProcessing { display: none}

#templates { display: none }
#ticket-holders, #ticket-edit { background-color: #eaf9ff; margin: auto; width: 400px; padding:20px; border-radius: 10px}

.cs-ticket-details .ticket-detail { border: 1px solid #ccc; padding: 0 20px 10px; background-color: #dfeaec; margin-bottom: 10px; border-radius: 10px }
.ticket-outer { border: 1px solid #ccc;  background-color: rgba(255,255,255,0.65); margin-bottom: 6px; padding: 10px; border-radius: 10px }
.cs-validity-visible :invalid { outline: 1px solid #0D833E; }


/* list and single views */
input[type=submit].formsubmit:disabled { background:#aaa; pointer-events:none; }
.calendarwrap { background:#80A5B2; padding:20px 20px 10px; margin-bottom:30px; }
h4.listsubtitle { text-transform:uppercase; color:#088AA2; margin:5px 0; font-size:16px; }
h2.listlargetitle { margin:0 0 4px; }
.listitem { margin:25px 0; padding-bottom:15px; border-bottom:3px solid #ddd; }
.listitem:last-of-type { border-bottom:0; }
.listitemleftholder { width:0; float:left; position:relative; margin-bottom:10px; /* border-right:1px solid #C9C9C9;*/ }
.listitemleftfeatured { background:url(/images/tab-featured.png); width:105px; height:105px; position:absolute; top:0; left:0; z-index:1; }
.listitemleft { background-size:cover; width:100%; height:100%; background-position:center center; position:absolute; left:0; top:0; border-radius:10px
    /* border-radius:10px 0 0 10px; */}
.listitemright { padding:15px 20px; position:relative; }
.listitemfull { padding:15px 20px 5px; position:relative; }
#content .listitemsummary { margin-bottom:5px; }
#content .listitemright p {  }
#content .listitem h3, .listitem p { margin-bottom:6px; }
#content .listitem h3 a, #content .listitemtype h3 a { text-decoration:none; }
/*.listwrapper .col-sm-6 { margin-left:-15px; margin-right:-15px; } */
#content .listwrapper img { border:none; box-shadow:none; padding:0; }
.listitemtype { margin:10px 0 20px; }
@media \0screen { .listitemtype { min-height:340px; height:340px; overflow:hidden; margin:10px 0; } }
.listitemimagewrapper { position:relative; background-size:cover; background-position:center center; padding-bottom:80%; height:0; border-radius:10px 10px 0 10px; }
.listitemimagewrapper h4 { position:absolute; background:rgba(0,0,0,0.40); display:block; width:100%; bottom:0; left:0; margin:0; padding:8px 15px 12px; color:#fff;  border-radius:0 0 0 11px; }
.listitemimagewrappervideo { padding-bottom:55.5%; }
.listitemtype h2 { margin:10px 0 0; line-height:1.2; }
#content .listitemtype p.listsummary { margin:8px 0 0; font-size:14px; }
#content .listitemtype p.csbutton { float:right; margin:0 0 0 10px; text-align:right; }
#content .listitemtypevideo p.csbutton { float:none; }
#content .listitemtype p.csbutton a { margin:0 0 5px; border-top-left-radius:0; border-top-right-radius:0; }
#content .listitemtype p.csbutton a:hover { margin:0; padding-top:10px; }
#content .listitemtype h3 { margin:0 0 5px; }
.listitemsimple { margin:10px 0 30px; }
#content .listitemsimple h3 a { text-decoration:none; }
#content .listitemsimple h3, #content .listitemsimple p { margin:0; }
#content p.listitemdate { margin:0; font-family:Inter, sans-serif; font-weight:500; font-size: 18px }
#content .listitemsimple p { line-height:1.4; }
#content .listitemsimple p.csbutton { margin:0; }
.singleitemcontent { margin:0 0 20px; }
.singleitemcontent .videoWrapper { margin-top:5px; }
.singleitemcontent h3 { margin-top:20px; }
#content .singleitemcontent img.right { width:100%; }
.socialmediafloat:before { content:"Share this on:"; font-size:13px; color:#444; display:block; }
.socialmediafloat { clear:both; margin:20px 0 5px 10px; }
#content .socialmediafloat img { display:inline-block; float:left; border:none; box-shadow:none; float:none; margin:0; padding:0; box-shadow:0; width:auto; border-radius:4px; }
@media (max-width:767px) {
    .listitem {  }
	.listitemright { padding:0; }
}
@media (min-width:768px) {
    .listitemleftholder { width:120px; height:200px; }
    .listitemright { padding:0 20px 0 140px; }
    .content-below .listitemright, .content-below .listitemleftholder { height:145px; }
    .listwrapper .col-sm-6 { margin-left:0; margin-right:0; }
    .listwrapper .col-sm-6:nth-of-type(2n+1) { padding-left:0; clear:both; }
    .listwrapper .col-sm-6:nth-of-type(2n+2) { padding-right:0; }
    #content .singleitemcontent img.right { width:50%; }
}
@media (min-width:992px) {
    .listitemleftholder { width:200px; height:200px; }
    .listitemright { padding:0 20px 0 220px; }
    .content-below .listitemright, .content-below .listitemleftholder { height:135px; }
    .listwrapper .col-sm-6:nth-of-type(2n+1) { clear:none; }
    .listwrapper .col-sm-6:nth-of-type(2n+2) { padding-right:10px; }
    .listwrapper .col-md-4:nth-of-type(3n+1) { padding-left:0; padding-right:14px; clear:both; }
    .listwrapper .col-md-4:nth-of-type(3n+2) { padding-left:7px; padding-right:7px; }
    .listwrapper .col-md-4:nth-of-type(3n+3) { padding-left:14px; padding-right:0; }
}


/*.donationForm input, .donationForm textarea, .donationForm select { border: 2px solid #bbbbbb; background: rgba(240, 140, 18, 0.09);  padding: 3px 6px; font-size: 16px; margin: 0 0 5px 0;}
.donationForm select {-webkit-appearance: none;} */
.donationForm input.parsley-error, .donationForm textarea.parsley-error, .donationForm select.parsley-error { border: 2px solid #ddaaaa;}

/*
.donationForm select { padding: 0px 6px 1px; }
.donationForm input[type='checkbox'], .donationForm input[type='radio'] { width: auto; margin-right: 5px;     vertical-align: top;  }
.donationForm textarea { border-bottom-right-radius: 0; width: 100%; height: 100px; }
.donationForm input[type='file'] { width: 220px; border: 0; }
.donationForm input[type='radio'] { float: left; margin-right: 0; }
.donationForm .radiovalue { float: left; padding-right: 3px; }
.donationForm .radiovalueset { display: inline-block; width: 40px; }
.donationForm input::-webkit-input-placeholder { color:#777; }
.donationForm input::-moz-placeholder { color:#777; }
.donationForm input:-ms-input-placeholder { color:#777; }
.donationForm input:-moz-placeholder { color:#777; }
.donationForm textarea::-webkit-input-placeholder { color:#777; }
.donationForm textarea::-moz-placeholder { color:#777; }
.donationForm textarea:-ms-input-placeholder { color:#777; }
.donationForm textarea:-moz-placeholder { color:#777; }
.donationForm .form-block h3 { margin-top: 20px; }*/
.donationForm input[type=checkbox] + label.sublabel, .donationForm input[type=radio] + label.sublabel { line-height: 18px; height: auto; min-height:21px; }
/*.donationForm .cs-form-row .cs-form-label-right { display: table-cell; width: 200px}
.donationForm .cs-form-row .cs-form-field-rhs { display: table-cell; width: calc(100% - 205px) }
@media (max-width: 767px) { .donationForm .cs-form-row .cs-form-label-right { display: inherit;} }
.donationForm .cs-form-row .cs-checkbox-label { width: calc(100% - 25px)}
#content .donationForm ul.parsley-errors-list { list-style: none; margin: 0;     display: inline;  }
#content .donationForm ul.parsley-errors-list li { margin: 0 0 6px; color: #f08c12; font-family: "open-sans",sans-serif; font-size: 100%;     display: inline;  }*/
.donationForm .cs-giftaid-section { display: none}


/* shop product single */
.shopproductinfo .content-inner { padding-left:0; }
.singleproducth1 { margin-bottom:4px; }
.singleproducth3 { margin-top:0; padding-top:4px; }
.addproductbox { clear:both; }
#content a.quanityamount { cursor:pointer; display:inline-block; padding:1px 4px 2px; line-height:1; font-size:32px; text-align:center; font-weight:500; background:#0D833E; color:#fff; min-width:30px; }
a.quantityamount-minus { border-radius:10px 0 0 10px; margin-right:1px; }
a.quantityamount-plus { border-radius:0 10px 10px 0; }
#content a.quanityamount:hover, #content a.quanityamount:focus { background:#0D833E; color:#fff; }
.quanityamount-field { display:inline-block; padding:7px 0 8px; width:42px; font-size:20px; text-align:center; line-height:1; border:1px solid #C9C9C9; border-radius:10px; font-family:filson-soft, sans-serif; font-weight:500; }
#content .quanityamountaddbutton a { float:right; margin:0; display:block; color:#fff; padding:6px 10px 6px;  white-space:nowrap; background:#0D833E; font-family:filson-soft, sans-serif; font-weight:500; text-align:center; border-radius:10px; }
#content .quanityamountaddbutton a:hover { background:#0D833E; color:#fff; }
#content p.stockcontrol { text-align:center; border:1px solid #C9C9C9; border-radius:10px; padding:4px 0; font-weight:500; }
@media (min-width:768px) {
    .quanityamount-field { width:36px; }
}
@media (min-width:992px) {
    .quanityamount-field { width:42px; }
}


/* pagination */
#content .pagination-block, .pagination-block { width: 100%; position:relative; }
#content .pagination-block ul, .pagination-block ul { padding: 0 147px 0 147px; margin: 0; width: 100%; display: inline-block; text-align: center; vertical-align: middle; }
@media (max-width: 640px) { #content .pagination-block ul, .pagination-block ul { padding: 0 30px 0 30px; } }
#content .pagination-block ul li, .pagination-block ul li { display: inline-block; margin:0; background-image:none; padding:0; }
#content .pagination-block ul li a, .pagination-block ul li a { font-weight: 500; padding: 0 3px; display: inline-block; color: #0D833E; font-size: 24px; margin: 0 5px; border:0; background:transparent; border-bottom: 2px solid transparent; }

#content .pagination-block ul li a:hover, .pagination-block ul li a:hover { color: #0D833E; }
#content .pagination-block ul li.active a,
#content .pagination-block ul li.pageNumber:hover a,
#content .pagination-block ul li.pageNumber.active:hover a
{ z-index:1; border-bottom: 2px solid #0D833E; background:transparent; color: #0D833E; }
.pagination-block ul li.active a, .pagination-block ul li:hover a, .pagination-block ul li.active:hover a  { z-index:1; border-bottom: 2px solid #0D833E; background:transparent; color: #0D833E; }
.pagination-block ul li.disabled a, .pagination-block ul li.disabled:hover a { background:transparent; border:0; }
.pagination-block ul li.prev-nav { position: absolute; left: 0; top: 0; }
.pagination-block ul li.prev-nav a { font-size: 24px; color: #0D833E; border:0; }
.pagination-block ul li.prev-nav a:hover { opacity: 0.6; border:0; }
.pagination-block ul li.prev-nav a strong { margin-left: 16px; font-weight: 500; }
@media (max-width: 767px) { .pagination-block ul li.prev-nav a strong { display: none; } }
.pagination-block ul li.prev-nav a span { width: 28px; height: 28px; display: inline-block; background-repeat: no-repeat; background-size: cover; background-position: center center; vertical-align: middle; background-image: url(/images/icon/left-arrow.png); }
.pagination-block ul li.next-nav { position: absolute; right: 0; top: 0; }
.pagination-block ul li.next-nav a { font-size: 24px; color: #0D833E; border:0; }
.pagination-block ul li.next-nav a:hover { opacity: 0.6; border:0; }
.pagination-block ul li.next-nav a strong { margin-right: 24px; font-weight: normal; }
@media (max-width: 767px) { .pagination-block ul li.next-nav a strong { display: none; } }
.pagination-block ul li.next-nav a span { width: 28px; height: 28px; display: inline-block; background-repeat: no-repeat; background-size: cover; background-position: center center; vertical-align: middle; background-image: url(/images/icon/right-arrow.png); }
.pagination-block ul li.disabled.next-nav a:hover, .pagination-block ul li.disabled.prev-nav a:hover, .pagination-block ul li.disabled.next-nav a, .pagination-block ul li.disabled.prev-nav a, #content .pagination-block ul li.disabled.next-nav a:hover, #content .pagination-block ul li.disabled.prev-nav a:hover, #content .pagination-block ul li.disabled.next-nav a, #content .pagination-block ul li.disabled.prev-nav a { color: #888; opacity:1; cursor:not-allowed; }
.pagination-block ul li.disabled.prev-nav a span { background-image: url(/images/icon/left-arrow-disabled.png); }
.pagination-block ul li.disabled.next-nav a span { background-image: url(/images/icon/right-arrow-disabled.png); }



.paginatedItem {
    display: none;
}
.paginatedItem.onPage.hasCat {
    display: block;
}


#map-canvas {
	border:3px solid #0D833E;
	border-radius: 25px;
    width: 100%;
    height: 300px;
}
div.phpdebugbar span { font-size: 14px }

.ticket-message { display: none }
.ticket-message.messageVisible { display: block }

/* profile list */
#content ul.profileslist { list-style:none; margin:0; padding:0; }
#content .profileslist p, #content .profileslist h4 { margin:0; }
#content p.large.subheadsingle { color:#000; font-size:20px; }
#content .profilelistitem { margin:10px 0 20px 0; }
#content .profilelistitem p.prepro { margin:0; }
#content .profilelistitem p.prepro:first-of-type { margin:6px 0 0; }
#content .profilelistitem p.prepro:last-of-type { margin:0 0 10px; }
#content .profilelistitemleft { float:left; width:160px; height:160px; margin:0; border:3px solid #0D833E; background-size: cover; background-position: center center; border-radius: 50%; }
#content .tab-content .profilelistitem h2 { margin:10px 0 5px; font-size:30px; color:#39487C; }
#content .tab-content .profilelistitem h3 { margin:10px 0 0; border-bottom:0; font-size:24px; }
#content .profilelistitem p { margin:6px 0 10px; }
#content .profilelistitemright .csbutton {  }
#content .profilelistitemright .csbutton a {  }
#content .profilelistitem p {  }
.profilelistitemright { padding-left:120px; }
@media screen and (min-width:450px) { .profilelistitemright {  } #content .tab-content .profilelistitem h2 { margin:0; } }
@media screen and (min-width:768px) { .profilelistitemleft {  } .profilelistitemright { width:63%; float:right; padding-left:0; } }
@media screen and (min-width:992px) { .profilelistitemleft {  } .profilelistitemright { width:75%; } }
@media screen and (min-width:1200px) { .profilelistitemleft {  } .profilelistitemright { width:75%; } }

/* tab nav */
#content ul.nav-tabs { margin:0; border-bottom:none; }
#content ul.nav-tabs li { margin:4px 0 0; background:0; padding:0; }
#content ul.nav-tabs li a { text-decoration:none; background:#01460C; color:#fff; font-size:17px;font-family: Quicksand,sans-serif;font-weight:500; }
#content ul.nav-tabs li a:hover { background:#0D833E; }
#content ul.nav-tabs li.active a { background:#0D833E; color:#fff; }
.nav-tabs > li { margin-bottom:-1px; }
.nav-tabs > li > a { margin-right:4px; line-height:1.4; border:none; border-radius:0 0 0 0; background-color:#ddd; padding:8px 10px 7px; }
.nav-tabs > li > a:hover { color:#fff; background-color:#39487C; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color:#efbd4c; background-color:#FF7E00; border:none; cursor:default; text-decoration:none; }
.nav-tabs-markers > li.active > a, .nav-tabs-markers > li.active > a:hover, .nav-tabs-markers > li.active > a:focus { color:#FF7E00; background-color:#ddd; }
.nav-tabs-markers > li > a:hover { background-color:#ddd; color:#FF7E00; /*pointer-events:none;*/ }
.nav-tabs-markers > li > a, .nav-tabs-markers > li > a:hover, .nav-tabs-markers > li > a:focus { background-color:#eee; color:#aaa; }
.tab-content { margin:10px 0; }
#content .tab-content h3:first-of-type { margin-top:0; }
#content .tab-content h3 { border-bottom:3px solid #0D833E; margin:20px 0; }
#content .tab-content h4 { color:#333; border-bottom:3px solid #0D833E; margin:20px 0 }
.tab-content-form { margin:0; }
@media (min-width:768px) {
#content ul.nav-tabs { border-bottom:3px solid #0D833E; }
#content ul.nav-tabs-markers { border-bottom:3px solid #0D833E; }
.nav-tabs > li > a { border-radius:10px 10px 0 0; }
}

.form_section_tab.child { display: none }

.inline_gallery { margin:10px 0 20px; }
.gallerycontentwrap { margin:0 0 2px; border:2px solid #0D833E; background:#39487C; padding:12px 15px; }
.inline_gallery h2, .inline_gallery p { margin:0; color:#fff; }
.slickimage { margin-right:6px; border:2px solid #0D833E; }

.basketBlock { background:#0D833E; border-radius: 25px; padding:4px 10px 10px; }
.basketBlock ul { margin:0; }
.basketBlock p { border-bottom:1px solid #000; margin:10px 0; line-height: 1; text-align: center; }
.basketBlock p, .basketBlock li { font-weight: 500; color:#000; font-size: 20px; }
.basketBlock li { text-align: left; margin:0; }
.basketBlock a { color:#0D833E; }
.basketBlock a:hover { color:#0D833E; }
.basketItem a { background:#0D833E; display: block; border-radius: 15px; color:#fff; text-align: center; padding:7px 10px; margin-top:6px; font-size: 20px; font-weight: 500; }
.basketItem a:hover { background:#0D833E; color: #fff; }
.basketItem img { width:22px; margin-top:-6px; }
@media (max-width: 991px) {
	.notmobile {display: none;}
}
@media (max-width: 767px) {
	.basketBlock { padding:2px; border-radius: 15px; }
	.notMobileBasket {display: none;}
	.basketItem a { margin:0; }
}

/* shop product basket */
#content table.baskettable tr, #content table.baskettable tr:nth-of-type(2n+1) { background: transparent; }
#content table tr { background: #eee; }
#content table.baskettable button.csbutton, #paypalform .formsubmit { margin-right:0;margin-top:10px; }
#content table.baskettable td { padding:2px 0; }
#content table.baskettable h3 { margin:5px 0 0; padding-bottom:10px;}
#content table.baskettable td { border: 0;}
#content tr.basketbottomtr { border-bottom:3px solid #0D833E; }
#content table.baskettable input[type=text] { border:3px solid #0D833E; padding:4px 3px; text-align:center; border-radius:9px; }
#content table.baskettable td {  }
#content table.baskettable input[type=submit]:hover, #content input[type=button].buttonback:hover { background:#39818E; color:#fff; transition:all 0.2s linear; }
#content table.baskettable td p.small { margin-top:5px; }
#content table.baskettable p.csbutton a { width:100%; text-align:center; }
.customer-details-title { color:#0D833E; }
.customer-details-data {  }
td.trtitle { color:#0D833E; font-weight:500; }
#VAT_territory, #dt, select[name=billing_country], select[name=delivery_country] { max-width:215px; }
@media (min-width:768px) {
#content table.baskettable td {  }
#content table.baskettable p.csbutton a { width:auto; }
#VAT_territory, #dt, select[name=billing_country], select[name=delivery_country] { max-width:none; }
}
.basketAddDonation input { border: 3px solid #A17197; background:#fff; border-radius: 10px; padding: 6px 6px; margin: 3px 0 5px 2px; width:65px; }
.basketAddDonation input[type=radio] { margin: 3px 0 5px 20px; width:auto; }
.basketAddDonation label, #content p.giftaidp { font-weight:500; margin:10px 0 4px; }

/* event extras */
.listitem select { border:3px solid #0D833E; padding:4px 3px; text-align:center; border-radius:9px; }
#ticket-holders h2, .mfp-content .ticket-type h4 { margin-bottom:0; }
.mfp-content p.small { line-height:1; }

/* shop extras */
#content .listitemimagewrapper img { width:100%; }


/* start advanced forms css */
.no_image, .image_checkbox{ padding: 10px 10px; border: 2px solid #ccc; text-align: center; margin-bottom: 15px; }
#form-table .image_checkbox input[type='radio'], #form-table .image_checkbox input[type='textbox'] { float: none; }
.image_checkbox img{ margin-bottom:5px; margin-top:5px; width: 100%; }
.original-style .no_image,.original-style .image_checkbox{ padding: 0px 0px; border: none; text-align: left; margin-bottom: 0px; }
.image_checkbox { background:#eee; }
.tab-content-form .image_checkbox { background:#fff; }
.cs-form-field-rhs.row .col-sm-6, .cs-form-field-rhs.row .col-sm-3, .cs-form-field-rhs.row .col-sm-4, .cs-form-field-rhs.row .col-sm-12 { padding-right:0; }
.responsesSidebox h2 { display:none; }
.responsesSidebox:first-of-type h2 { display:block; }
#content .responsesSidebox h3 { color:#222; line-height:24px; margin:30px 0 10px; font-size:20px; text-transform: none; font-family: "Inter", sans-serif; letter-spacing: normal; font-weight: 500; }
.responsesSidebox ul { font-size:12px; line-height:14px; list-style:none; margin:8px 0 10px; padding:0; }
.responsesSidebox ul li { clear:both; color:#fff; display:block; text-decoration:none; padding:6px; margin-top:2px; background:rgba(255, 255, 255, 0.2); }
.responsesSidebox ul li .pollOption { margin:0 5px 1px 1px; float:left; }
.responsesSidebox ul li .pollpoint { float:left; display:block; width:85%; padding-right:6px; font-size:14px; color:#222; }
.pollresponseouter { width:100%; padding:8px 0 0; }
.pollresponsetitle { width:100%; background:rgba(255, 255, 255, 0.2); text-align:left; color:#222; font-size:14px; line-height:16px; padding:2px 6px 1px 0; -webkit-background-clip:padding-box; -moz-background-clip:padding; background-clip:padding-box; }
.pollresponseresultouter { width:100%; background:rgba(0, 0, 0, 0.6); -webkit-background-clip:padding-box; -moz-background-clip:padding; background-clip:padding-box; overflow:hidden; height:30px; }
.pollresponseresult { height:30px; background-color:#8DC63F; font-size:12px; line-height:30px; text-indent:5px; }
.pollresponseresultnumber { color:#fff; display:block; padding:0 0 0 4px; }
p.responsetext { display:none; }
/* end advanced forms css */

/* Civic overrides */
#ccc-close{display:none!important}
#ccc-button-holder{max-width:300px}
#ccc .ccc-notify-button.ccc-accept-button{flex-wrap:wrap!important}
#ccc .ccc-content--dark .ccc-notify-button.ccc-accept-button{background:#0d7410!important}
#ccc .ccc-content--light .ccc-notify-button.ccc-accept-button{background:#b0d3b1!important}
#ccc .ccc-notify-button.ccc-reject-button{padding:4px 8px!important;font-size:0.7em!important;flex-wrap:wrap!important}
#ccc .ccc-content--dark .ccc-notify-button.ccc-reject-button {border-color:#ffffffb3!important}
#ccc .ccc-content--light .ccc-notify-button.ccc-reject-button {border-color:#00000080!important}
#ccc .ccc-content--dark .ccc-notify-button.ccc-reject-button span{color:#ffffffb3!important}
#ccc .ccc-content--light .ccc-notify-button.ccc-reject-button span{color:#000000a3!important}

#ccc button{fill:#0D833E!important;}