@import 'appGallery.css';
@import 'tileQuilt.css';

/*** GENERAL STYLE ***/
html, body {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
}

.wrapper {
	width: 100%;
	display: block;
}

.wrapper .container {
	width: 1440px !important;
	max-width: 1440px !important;
	margin: 0 auto;
}

.learn-more {
	font-size: 18px;
	font-family: "Poppins-Bold";
	line-height: 38px;
	color: #1d1349;
	text-decoration: none;
	transition: all 0.3s ease;
}

.learn-more:hover {
	text-decoration: none;
	color: #0076CF;
}

.learn-more i {
	margin-left: 10px;
}

.button {
	font-family: "Poppins-Bold";
	font-size: 18px;	
	background: #1d1349;
	color: #fff;
	border-radius: 5px;
	border: none;
	padding:15px 30px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.button:hover {
	background: #0076CF;
}

h1 {
	font-family: "RubikMonoOne-Regular";
	font-size: 75px;
	color: #1d1349;
	line-height: 75px;
	margin: 0;
}

h2 {
	font-family: "Poppins-Bold";
	font-size: 32px;
	color: #1d1349;
	line-height: 42px;
	margin: 0;
}

h3 {
	font-family: "Poppins-Regular";
	font-size: 24px;
	color: #000;
	line-height: 38px;
	margin: 0;
}

h4 {
	font-family: "Poppins-Bold";
	font-size: 18px;
	color: #000;
	line-height: 26px;
	margin: 0;	
}

p, ul li, ol li, span {
	font-family: "Poppins-Regular";
	font-size: 18px;
	color: #000;
	line-height: 30px;	
}

p a, 
p a:hover,
li a, 
li a:hover,
span a,
span a:hover
{
	color: #0076cf;
	text-decoration: none;
}

p strong, 
p b 
{
	font-family: 'Poppins-Bold';
}

p em, 
p i
{
	font-family: 'Poppins-Italic';
}

.module-padding {
	padding: 80px 0;
}
/*** GENERAL STYLE END ***/

/*** BACKGROUND ICON STYLING ***/
.background-styled-icon {
	background-size:490px;
	background-repeat:no-repeat;
}
.background-styled-icon.left {
	background-position:left -70px center;
}
.background-styled-icon.right {
	background-position:right -70px center;
}
/*.background-styled-icon.green-oval {*/
/*	background-image:url('../img/green-oval.png');*/
/*}*/
.background-styled-icon.pink-rect {
	background-image:url('../img/pink-rect.png');
}
.background-styled-icon.orange-rect {
	background-image:url('../img/rounded-rectangle_orange@1x.png');
}
.background-styled-icon.green-oval {
	background-image:url('../img/oval_green@1x.png');
}
/*** BACKGROUND ICON STYLING END ***/

/*** HEADER STYLE ***/
header {
	width: 100%;
	padding: 30px;
	background: #fff;
}

header .logo {
	width: 336px;
	margin-top: 3px;
}

header .web-menu {
	display:inline-block;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: right;	
}

header .web-menu li {
	display: inline-block;
	margin: 0 30px 0 0;
	position: relative;
}

header .web-menu li:hover,
header .web-menu li.current-menu-item {
	border-bottom: solid 4px #0076cf;
}

header .web-menu li a {
	text-decoration: none;
	color: #2a2a2a;
	font-size: 18px;
	font-family: "Poppins-Regular";
	line-height: 30px;
	padding-bottom: 33px;
}

header .web-menu li .sub-menu {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	/*right: -50%;*/
	background: #fff;
	box-shadow: 0 0px 15px rgba(0,0,0,0.2);
	border-radius: 8px;
	z-index: 2;
	padding: 10px;
	margin: 0;
	transition: all 0.3s ease;
	width: 251px;
	display: none;
}

header .web-menu li .sub-menu li {
	display: block;
	margin: 5px 0;
	text-align: center;	
}

header .web-menu li .sub-menu li:hover,
header .web-menu li .sub-menu li.current-menu-item {
	border: none;
	color: #0076cf;
}

header .web-menu li .sub-menu li a:hover,
header .web-menu li .sub-menu li.current-menu-item a {
	font-family: 'Poppins-Bold';
}

header .mobile-menu {
	display: none;
	margin:	0;
	position: absolute;
	top: -800px;
	left: 0;
	background: #fff;
	z-index: 20;
	padding: 20px;
	width: 100%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}

header .mobile-menu li {
	margin:	10px 0;
}

header .mobile-menu li a {
	color: #1D1349;
	text-decoration: none;
}

header .mobile-menu li a:hover {
	color: #0076CF;
}

header .mobile-menu li.current-menu-item a {
	color: #0076CF;	
}

header .mobile-menu li .sub-menu {
	padding-left: 20px;
}

header .mobile-menu li .sub-menu li {
	display: block;
}

header .mobile-menu.visible {
	top: 16px;
}

header .donate {
	font-size: 16px;
	font-family: "RubikMonoOne-Regular";
	color: #fff;
	text-decoration: none;
	background: #0076cf;	
	border-radius: 6px;
	padding: 6px 24px;
	display:inline-block;
}

header .hamburger {
	display: none;	
	font-size: 20px;
	color: #1D1349;
    width: 37px;
}

/*** HEADER STYLE END ***/





/*** FOOTER STYLE ***/
footer {
	background: #fff;
	width: 100%;
	padding:50px 0 40px 0;
}

footer .container .logo {	
	margin-bottom: 30px;
	width: 345px;
}

footer .container p {
	font-size: 12px;
	font-family: "Poppins-Regular";
	color:#707070;
	line-height: 24px;
}

footer .container .social a {
	font-size: 20px;
	color: #707070;
	margin-right: 15px;
	transition: all 0.3s ease;
}

footer .container .social a:hover {
	color: #0076CF;
}

footer .container a.web-menu {
	margin-bottom: 17px;
	display: block;
	text-decoration: none;	
	font-size: 18px;
	font-family: "Poppins-Regular";
	color: #000;
}

footer .container .mobile-menu {
	display: none;
	margin-bottom: 30px;
}

footer .container .mobile-menu li {
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
}

footer .container .mobile-menu li a {
	font-size: 16px;
	font-family: 'Poppins-Regular';
	color: #000;
}
/*** FOOTER STYLE END ***/





/*** CONTACT FORM ***/
.contact-form {
	padding: 80px 0;
	background: #1d1349 url("../img/contact-circles.png") no-repeat scroll bottom right / auto;
}

.contact-form h1 {
	color: #fff;
	margin-bottom: 20px
}

.contact-form p {
	color: #fff;	
	font-family: "Poppins-Regular";
	font-size: 18px;
	line-height: 30px;
}

.contact-form .gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper .gfield_required {
	color: #ff0000 !important;
	display: inline-block !important;
}

.contact-form .gform_wrapper .gform_body li.gfield {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	display: none !important;
}

.contact-form .gform_wrapper .gform_body li.gfield input {
	border: none !important;
	background: none !important;
	border-bottom: solid 4px #fff !important;
	border-radius: 0;
	width: 100%;
	color: #fff;
	outline: none;
	margin: 0 0 35px 0 !important;
	padding: 0 !important;
	font-size: 18px;
	font-family: "Poppins-Regular";
}

.contact-form .gform_wrapper .gform_body li.gfield_error input {
	border: none !important;
	background: none !important;
	border-bottom: solid 4px #ff0000 !important;
	border-radius: 0;
	width: 100%;
	color: #fff;
	outline: none;
	margin: 0 0 35px 0 !important;
	padding: 0 !important;
	font-size: 18px;
	font-family: "Poppins-Regular";
}

.contact-form .gform_wrapper .gform_body li.gfield input::placeholder {
	color: #fff !important;
}

.contact-form .gform_wrapper .gform_body li.gfield_error input::placeholder {
	color: #ff0000 !important;
}

.contact-form .gform_wrapper .gform_body li.gfield textarea {
	height: 208px;
	width: 100%;
	color: #fff;
	outline: none;
	margin: 15px 0 0 0 !important;
	font-size: 18px;
	font-family: "Poppins-Regular";
	border: solid 4px #fff;
	background: #1d1349;
	padding: 20px !important;
	resize: none;
}

.contact-form .gform_wrapper .gform_body li.gfield_error textarea {
	height: 208px;
	width: 100%;
	color: #fff;
	outline: none;
	margin: 15px 0 0 0 !important;
	font-size: 18px;
	font-family: "Poppins-Regular";
	border: solid 4px #ff0000;
	background: #1d1349;
	padding: 20px !important;
	resize: none;
}

.contact-form .gform_wrapper .gform_body li.gfield textarea::placeholder {
	color: #fff;
}

.contact-form .gform_wrapper .gform_body li.gfield_error textarea::placeholder {
	color: #ff0000;
}

.contact-form .gform_wrapper .gform_body li.gfield input[type=checkbox] {
	width: auto;
	margin:	0 !important;
}

.contact-form .gform_wrapper .gform_body li.gfield .gfield_consent_label {
	font-family: 'Poppins-Regular';
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	margin:	0;
}

.contact-form .gform_wrapper .gform_body li.gfield .gfield_consent_label a {
	text-decoration: underline;
	color: #fff;
}

.contact-form .gform_wrapper .gform_body li.gfield_error .gfield_consent_label {
	color: #ff0000;
}
.contact-form .gform_wrapper .gform_body li.gfield_error .gfield_consent_label a {
	text-decoration: underline;
	color: #ff0000;
}

.contact-form .gform_wrapper .gform_footer {
	margin: 0;
}

.contact-form .gform_wrapper.gf_browser_ie .gform_footer input[type=submit],
.contact-form .gform_wrapper .gform_footer input[type=submit] {
	font-family: "Poppins-Bold";
	font-size: 18px;	
	color: #1d1349;
	border-radius: 5px;
	border: none;
	padding:15px 30px;
	cursor: pointer;
	background: #fff;
    margin-left: 0 !important;
}

.contact-form .gform_wrapper.gf_browser_ie .gform_footer input[type=submit]:hover,
.contact-form .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #0076CF;
	color:#fff;
}

.contact-form .gform_wrapper div.validation_error {
	border: none;
	color: #ff0000;
	font-family: 'Poppins-Regular';
	font-size: 16px;
	line-height: 18px;
	text-align: left;
}


/*** Reference for checkbox style ***/
.contact-form .gform_wrapper .gform_body li.gfield input[type=checkbox] {
	opacity: 0;
}
.contact-from .gform_wrapper .top_label li.gfield .custom-checbox,
.contact-form .gform_wrapper  li.gfield .custom-checbox {
	/*background: #1d1349;*/
	border: solid 2px #fff !important; 
	border-top-left-radius: 4px; 
	border-bottom-right-radius: 4px; 
	height: 15px; 
	width: 15px; 
	font-size: 10px; 
	line-height: 8px;
	margin-right: -13px;
	display: inline-block;
	position: relative;
	top: 3px;
}

.contact-form li.gfield_error .custom-checbox {
	border: solid 2px #ff0000; 
}

.contact-form .gform_wrapper .top_label li.gfield .custom-checbox.checked {
	background: #fff !important; 
}

.contact-form .gform_wrapper .top_label li.gfield .custom-checbox.unchecked {
	background: #1d1349; 
}
/*** Reference for checkbox style ***/

/*** CONTACT FORM END ***/





/*** TYPOGRAPHY ***/
@font-face {
	font-family: 'Poppins-Black';
  	src:  url('../fonts/poppins/Poppins-Black.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-Black.otf') format('opentype'),
		url('../fonts/poppins/Poppins-Black.woff') format('woff'),
		url('../fonts/poppins/Poppins-Black.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-Black.svg#Poppins-Black') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-BlackItalic';
  	src:  url('../fonts/poppins/Poppins-BlackItalic.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-BlackItalic.otf') format('opentype'),
		url('../fonts/poppins/Poppins-BlackItalic.woff') format('woff'),
		url('../fonts/poppins/Poppins-BlackItalic.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-BlackItalic.svg#Poppins-BlackItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-Bold';
  	src:  url('../fonts/poppins/Poppins-Bold.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-Bold.otf') format('opentype'),
		url('../fonts/poppins/Poppins-Bold.woff') format('woff'),
		url('../fonts/poppins/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-BoldItalic';
  	src:  url('../fonts/poppins/Poppins-BoldItalic.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-BoldItalic.otf') format('opentype'),
		url('../fonts/poppins/Poppins-BoldItalic.woff') format('woff'),
		url('../fonts/poppins/Poppins-BoldItalic.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-BoldItalic.svg#Poppins-BoldItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-ExtraBold';
  	src:  url('../fonts/poppins/Poppins-ExtraBold.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-ExtraBold.otf') format('opentype'),
		url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff'),
		url('../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-ExtraBoldItalic';
  	src:  url('../fonts/poppins/Poppins-ExtraBoldItalic.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-ExtraBoldItalic.otf') format('opentype'),
		url('../fonts/poppins/Poppins-ExtraBoldItalic.woff') format('woff'),
		url('../fonts/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-ExtraBoldItalic.svg#Poppins-ExtraBoldItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-ExtraLight';
  	src:  url('../fonts/poppins/Poppins-ExtraLight.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-ExtraLight.otf') format('opentype'),
		url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff'),
		url('../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-ExtraLightItalic';
  	src:  url('../fonts/poppins/Poppins-ExtraLightItalic.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-ExtraLightItalic.otf') format('opentype'),
		url('../fonts/poppins/Poppins-ExtraLightItalic.woff') format('woff'),
		url('../fonts/poppins/Poppins-ExtraLightItalic.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-ExtraLightItalic.svg#Poppins-ExtraLightItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-Italic';
  	src:  url('../fonts/poppins/Poppins-Italic.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-Italic.otf') format('opentype'),
		url('../fonts/poppins/Poppins-Italic.woff') format('woff'),
		url('../fonts/poppins/Poppins-Italic.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-Italic.svg#Poppins-Italic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-Light';
  	src:  url('../fonts/poppins/Poppins-Light.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-Light.otf') format('opentype'),
		url('../fonts/poppins/Poppins-Light.woff') format('woff'),
		url('../fonts/poppins/Poppins-Light.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-Light.svg#Poppins-Light') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-LightItalic';
  	src:  url('../fonts/poppins/Poppins-LightItalic.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-LightItalic.otf') format('opentype'),
		url('../fonts/poppins/Poppins-LightItalic.woff') format('woff'),
		url('../fonts/poppins/Poppins-LightItalic.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-LightItalic.svg#Poppins-LightItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-Medium';
  	src:  url('../fonts/poppins/Poppins-Medium.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-Medium.otf') format('opentype'),
		url('../fonts/poppins/Poppins-Medium.woff') format('woff'),
		url('../fonts/poppins/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-MediumItalic';
  	src:  url('../fonts/poppins/Poppins-MediumItalic.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-MediumItalic.otf') format('opentype'),
		url('../fonts/poppins/Poppins-MediumItalic.woff') format('woff'),
		url('../fonts/poppins/Poppins-MediumItalic.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-MediumItalic.svg#Poppins-MediumItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-MediumItalic';
  	src:  url('../fonts/poppins/Poppins-MediumItalic.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-MediumItalic.otf') format('opentype'),
		url('../fonts/poppins/Poppins-MediumItalic.woff') format('woff'),
		url('../fonts/poppins/Poppins-MediumItalic.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-MediumItalic.svg#Poppins-MediumItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-Regular';
  	src:  url('../fonts/poppins/Poppins-Regular.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-Regular.otf') format('opentype'),
		url('../fonts/poppins/Poppins-Regular.woff') format('woff'),
		url('../fonts/poppins/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-SemiBold';
  	src:  url('../fonts/poppins/Poppins-SemiBold.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-SemiBold.otf') format('opentype'),
		url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-SemiBoldItalic';
  	src:  url('../fonts/poppins/Poppins-SemiBoldItalic.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-SemiBoldItalic.otf') format('opentype'),
		url('../fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff'),
		url('../fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-SemiBoldItalic.svg#Poppins-SemiBoldItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-Thin';
  	src:  url('../fonts/poppins/Poppins-Thin.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-Thin.otf') format('opentype'),
		url('../fonts/poppins/Poppins-Thin.woff') format('woff'),
		url('../fonts/poppins/Poppins-Thin.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-Thin.svg#Poppins-Thin') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Poppins-ThinItalic';
  	src:  url('../fonts/poppins/Poppins-Thin.eot');
  	src:  local('0'),
    	url('../fonts/poppins/Poppins-ThinItalic.otf') format('opentype'),
		url('../fonts/poppins/Poppins-ThinItalic.woff') format('woff'),
		url('../fonts/poppins/Poppins-ThinItalic.ttf') format('truetype'),
		url('../fonts/poppins/Poppins-ThinItalic.svg#Poppins-ThinItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto-Black';
  	src:  url('../fonts/roboto/Roboto-Black.eot');
  	src:  local('0'),
    	url('../fonts/roboto/Roboto-Black.otf') format('opentype'),
		url('../fonts/roboto/Roboto-Black.woff') format('woff'),
		url('../fonts/roboto/Roboto-Black.ttf') format('truetype'),
		url('../fonts/roboto/Roboto-Black.svg#Roboto-Black') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto-BlackItalic';
  	src:  url('../fonts/roboto/Roboto-BlackItalic.eot');
  	src:  local('0'),
    	url('../fonts/roboto/Roboto-BlackItalic.otf') format('opentype'),
		url('../fonts/roboto/Roboto-BlackItalic.woff') format('woff'),
		url('../fonts/roboto/Roboto-BlackItalic.ttf') format('truetype'),
		url('../fonts/roboto/Roboto-BlackItalic.svg#Roboto-BlackItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto-Italic';
  	src:  url('../fonts/roboto/Roboto-Italic.eot');
  	src:  local('0'),
    	url('../fonts/roboto/Roboto-Italic.otf') format('opentype'),
		url('../fonts/roboto/Roboto-Italic.woff') format('woff'),
		url('../fonts/roboto/Roboto-Italic.ttf') format('truetype'),
		url('../fonts/roboto/Roboto-Italic.svg#Roboto-Italic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto-Light';
  	src:  url('../fonts/roboto/Roboto-Light.eot');
  	src:  local('0'),
    	url('../fonts/roboto/Roboto-Light.otf') format('opentype'),
		url('../fonts/roboto/Roboto-Light.woff') format('woff'),
		url('../fonts/roboto/Roboto-Light.ttf') format('truetype'),
		url('../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto-LightItalic';
  	src:  url('../fonts/roboto/Roboto-LightItalic.eot');
  	src:  local('0'),
    	url('../fonts/roboto/Roboto-LightItalic.otf') format('opentype'),
		url('../fonts/roboto/Roboto-LightItalic.woff') format('woff'),
		url('../fonts/roboto/Roboto-LightItalic.ttf') format('truetype'),
		url('../fonts/roboto/Roboto-LightItalic.svg#Roboto-LightItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'Roboto-Medium';
  	src:  url('../fonts/roboto/Roboto-Medium.eot');
  	src:  local('0'),
    	url('../fonts/roboto/Roboto-Medium.otf') format('opentype'),
		url('../fonts/roboto/Roboto-Medium.woff') format('woff'),
		url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'),
		url('../fonts/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto-MediumItalic';
  	src:  url('../fonts/roboto/Roboto-MediumItalic.eot');
  	src:  local('0'),
    	url('../fonts/roboto/Roboto-MediumItalic.otf') format('opentype'),
		url('../fonts/roboto/Roboto-MediumItalic.woff') format('woff'),
		url('../fonts/roboto/Roboto-MediumItalic.ttf') format('truetype'),
		url('../fonts/roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto-Regular';
  	src:  url('../fonts/roboto/Roboto-Regular.eot');
  	src:  local('0'),
    	url('../fonts/roboto/Roboto-Regular.otf') format('opentype'),
		url('../fonts/roboto/Roboto-Regular.woff') format('woff'),
		url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto-Thin';
  	src:  url('../fonts/roboto/Roboto-Thin.eot');
  	src:  local('0'),
    	url('../fonts/roboto/Roboto-Thin.otf') format('opentype'),
		url('../fonts/roboto/Roboto-Thin.woff') format('woff'),
		url('../fonts/roboto/Roboto-Thin.ttf') format('truetype'),
		url('../fonts/roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Roboto-ThinItalic';
  	src:  url('../fonts/roboto/Roboto-ThinItalic.eot');
  	src:  local('0'),
    	url('../fonts/roboto/Roboto-ThinItalic.otf') format('opentype'),
		url('../fonts/roboto/Roboto-ThinItalic.woff') format('woff'),
		url('../fonts/roboto/Roboto-ThinItalic.ttf') format('truetype'),
		url('../fonts/roboto/Roboto-ThinItalic.svg#Roboto-ThinItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Regular';
  	src:  url('../fonts/roboto/RobotoCondensed-Regular.eot');
  	src:  local('0'),
    	url('../fonts/roboto/RobotoCondensed-Regular.otf') format('opentype'),
		url('../fonts/roboto/RobotoCondensed-Regular.woff') format('woff'),
		url('../fonts/roboto/RobotoCondensed-Regular.ttf') format('truetype'),
		url('../fonts/roboto/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Light';
  	src:  url('../fonts/roboto/RobotoCondensed-Light.eot');
  	src:  local('0'),
    	url('../fonts/roboto/RobotoCondensed-Light.otf') format('opentype'),
		url('../fonts/roboto/RobotoCondensed-Light.woff') format('woff'),
		url('../fonts/roboto/RobotoCondensed-Light.ttf') format('truetype'),
		url('../fonts/roboto/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-Italic';
  	src:  url('../fonts/roboto/RobotoCondensed-LightItalic.eot');
  	src:  local('0'),
    	url('../fonts/roboto/RobotoCondensed-Italic.otf') format('opentype'),
		url('../fonts/roboto/RobotoCondensed-Italic.woff') format('woff'),
		url('../fonts/roboto/RobotoCondensed-Italic.ttf') format('truetype'),
		url('../fonts/roboto/RobotoCondensed-Italic.svg#RobotoCondensed-Italic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensed-LightItalic';
  	src:  url('../fonts/roboto/RobotoCondensed-LightItalic.eot');
  	src:  local('0'),
    	url('../fonts/roboto/RobotoCondensed-LightItalic.otf') format('opentype'),
		url('../fonts/roboto/RobotoCondensed-LightItalic.woff') format('woff'),
		url('../fonts/roboto/RobotoCondensed-LightItalic.ttf') format('truetype'),
		url('../fonts/roboto/RobotoCondensed-LightItalic.svg#RobotoCondensed-LightItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'RobotoCondensed-Bold';
  	src:  url('../fonts/roboto/RobotoCondensed-Bold.eot');
  	src:  local('0'),
    	url('../fonts/roboto/RobotoCondensed-Bold.otf') format('opentype'),
		url('../fonts/roboto/RobotoCondensed-Bold.woff') format('woff'),
		url('../fonts/roboto/RobotoCondensed-Bold.ttf') format('truetype'),
		url('../fonts/roboto/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
	font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'RobotoCondensed-BoldItalic';
  	src:  url('../fonts/roboto/RobotoCondensed-BoldItalic.eot');
  	src:  local('0'),
    	url('../fonts/roboto/RobotoCondensed-BoldItalic.otf') format('opentype'),
		url('../fonts/roboto/RobotoCondensed-BoldItalic.woff') format('woff'),
		url('../fonts/roboto/RobotoCondensed-BoldItalic.ttf') format('truetype'),
		url('../fonts/roboto/RobotoCondensed-BoldItalic.svg#RobotoCondensed-BoldItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'RubikMonoOne-Regular';
  	src:  url('../fonts/rubikmonoone/RubikMonoOne-Regular.eot');
  	src:  local('0'),
    	url('../fonts/rubikmonoone/RubikMonoOne-Regular.otf') format('opentype'),
		url('../fonts/rubikmonoone/RubikMonoOne-Regular.woff') format('woff'),
		url('../fonts/rubikmonoone/RubikMonoOne-Regular.ttf') format('truetype'),
		url('../fonts/rubikmonoone/RubikMonoOne-Regular.svg#RubikMonoOne-Regular') format('svg');
	font-weight: normal;
    font-style: normal;
}
/*** TYPOGRAPHY END ***/





/*** HOMEPAGE TEMPLATE ***/
.homepage .banner-overlap {
	overflow:hidden;
}

.homepage .carousel-control-next, 
.homepage .carousel-control-prev {
	opacity: 1;
}

.homepage .banner-overlap .carousel-inner {
	overflow: visible;
}

.homepage .banner-overlap .carousel-item { 
	height: 538px; 
	width: 100%; 
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.homepage .banner-overlap .carousel-item .circle {
	position: absolute; 
	bottom: -100px; 
	left: -30px;
	height: 561px; 
	width: 561px; 
	border-radius: 50%; 
	background: rgba(255, 184, 28, 0.9);
	z-index:0;
}

.homepage .banner-overlap .carousel-item .circle-wrap {
	height: 320px;
	width: 420px;
	position: absolute;
	bottom: 0;
	left: 70px;
	z-index:1;
	color: #1d1349;
	display: table;
}

.homepage .banner-overlap .carousel-item .circle-wrap .cell { 
	display: table-cell;
	vertical-align: middle;
}

.homepage .banner-overlap .carousel-item .circle-wrap .quote {
	margin-bottom: 30px;
    max-height: 42px;
}

.homepage .banner-overlap .carousel-item .circle-wrap h1 {
	font-size: 24px;
	font-family: "Poppins-Regular";
	line-height: 38px;
	margin: 0 0 15px 0;
}

.homepage .banner-overlap .carousel-item .circle-wrap p {
	font-size: 18px;
	font-family: "Poppins-Regular";
	line-height: 30px;
	margin: 0 0 10px 0;
}

.homepage .banner-overlap .latest-section {
	/*height: 672px;*/
	height: auto;
	width: 100%;
	background-image: url("../img/stripes-blue.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: center -150px;
	overflow: visible;
	padding-top: 180px;
	/*margin-bottom: 180px;*/
}

.homepage .banner-overlap .latest-section .left-panel h2 {
	margin-bottom:20px;
}

.homepage .banner-overlap .latest-section .left-panel {
	padding-right:30px;
}

.homepage .banner-overlap .latest-section .left-panel p {
	font-family: "Poppins-Regular";
	font-size: 24px;
	line-height: 38px;
	color: #1d1349;
}

.homepage .banner-overlap .latest-section .right-panel {
	padding-left:30px;
}

.homepage .banner-overlap .latest-section .right-panel .panel-header {
	font-family: "Poppins-Bold";
	font-size: 18px;
	color: #1d1349;
}

.homepage .banner-overlap .latest-section .right-panel .box {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 430px;
	margin-bottom: 25px;
	box-shadow: 0 0px 15px rgba(0,0,0,0.2);
}

.homepage .banner-overlap .latest-section .right-panel .box span {
	font-family: "Poppins-Bold";
	font-size: 18px;
	color: #d0006f;
}

.homepage .banner-overlap .latest-section .right-panel .box p {
	font-family: "Poppins-Regular";
	font-size: 18px;
	color: #000;
}

.homepage .programs {
	padding: 80px 0;
	background-repeat: no-repeat;;
	background-attachment: scroll;	
	background-size: auto;
}

.homepage .program-right-bg {
	background-image: url("../img/green-oval.png");	
	background-position: right top;
	background-size: 430px;
}

.homepage .program-right-bg .mobile {
	display: none;
}

.homepage .program-left-bg {
	background-image: url("../img/pink-rect.png");
	background-position: left top;
	background-size: 520px;
	padding: 120px 0 80px 0;
}

.homepage .programs h1 {
	margin-bottom:80px;
}

.homepage .programs img {
	width: 340px;	
}

.homepage .program-right-bg img {
	margin: 0 0 30px 0;
}

.homepage .program-left-bg img {
	margin: 50px 0 30px 0;
}

.homepage .programs p {
	font-family: "Poppins-Regular";
	font-size: 24px;
	line-height: 38px;
	color: 000;
}

.homepage .programs .rounded-image-corner {
	height: 459px;
	width: 458px;
	/*box-shadow: 0 2px 4px rgba(0,0,0,0.5); */
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 10px;	
}

.homepage .program-left-bg .rounded-image-corner {
	float: left;
}

.homepage .program-right-bg .rounded-image-corner {
	float: right;
}

.homepage .program-box {
	height: auto;
	width: 430px;
	padding: 20px;
    box-shadow: 0 0px 15px rgba(0,0,0,0.2);
	border-radius: 10px;
	margin-bottom: 100px;
}

.homepage .program-box p {
	font-family: "Poppins-Bold";
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

.homepage .full-width-module h1 {
	bottom: unset;
	top: 100px;
}

.homepage .two-column-with-media {
	padding: 80px 0;
	background: #fff;
}

.homepage .two-column-with-media h1, .homepage .two-column-with-media h2 {
	margin-bottom: 20px;
}

.homepage .two-column-with-media p {
	font-family: "Poppins-Regular";
	font-size: 24px;
	line-height: 38px;
	color: #1d1349;
}

.homepage .two-column-with-media img {
	width: 100%;
	border-radius: 10px;
}

.homepage .statistics-module {
	padding: 80px 0;
}

.homepage .statistics-module .circle-border h2 {
	color: #1d1349;
}

.homepage .statistics-module p {
	color: #1d1349;
}

.homepage .two-column-box {
	padding: 0 0 80px 0;	
}

.homepage .two-column-box .box {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 25px;
    box-shadow: 0 0px 15px rgba(0,0,0,0.2);
}

.homepage .two-column-box .box h2 {
	margin-bottom: 20px;
}

.homepage .two-column-box .box p {
	font-family: "Poppins-Regular";
	font-size: 18px;
	line-height: 30px;
	color: #000;
}

.homepage .carousel-module .carousel-inner {
	height: 490px;
}

.homepage .carousel-module .carousel-indicators {
	top: 40px;
}
/*** HOMEPAGE TEMPLATE END ***/





/*** NEWS & EVENTS TEMPLATE ***/
.news-and-events-page .banner {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.news-and-events-page .banner {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.news-and-events-page .banner h1 {
	color: #fff;
}

.news-and-events-page .filters {
	padding: 80px 0;
}

.news-and-events-page .filters label {
	margin-right: 15px;
}

.news-and-events-page .filters select {
	border: solid 4px #ff7500;
	padding: 6px 20% 6px 6px;	
	width: 250px;
	outline: none;
	font-family: "Poppins-Regular", Arial;
	font-size: 18px;
	margin-bottom: 8px;
	color: #000;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #fff url("../img/dropdown-arrow.png") no-repeat scroll 95% center / 20px;
    border-radius: 0;
}

.styled-filter label {
	margin-right: 15px;
}

.news-and-events-page .filters select::-ms-expand {
	display: none;
}

.news-and-events-page h3 {
	margin-bottom: 30px;
}

.pagination {
	display: block !important;
	text-align: center;
	margin: 40px 0;
}

.pagination a {
	font-family: 'Poppins-Regular';
	font-size: 18px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	outline: none;
	margin: 0 10px;
}

.pagination a:hover {
	color: #000;
}

.pagination span {
	font-family: 'Poppins-Regular';
	font-size: 18px;
	line-height: 30px;
	color: #0076cf;
	text-decoration: none;
	outline: none;
	margin: 0 10px;
}

.news-and-events-page .as-seen {
	background: #f3f3f3;
}

.news-and-events-page .events .topic,
.news-and-events-page .events .date,
.news-and-events-page .events .time {
	font-family: 'Poppins-Regular';
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 14px;
}

.news-and-events-page .events .topic strong,
.news-and-events-page .events .date strong,
.news-and-events-page .events .time strong{
	font-family: 'Poppins-Bold';
}

.news-and-events-page .events .overview,
.news-and-events-page .events .overview p,
.news-and-events-page .events .overview li,
.news-and-events-page .events .overview span,
.news-and-events-page .events .overview p li,
.news-and-events-page .events .overview p span
 {
	font-size: 14px;
	line-height: 18px;
}
/*** NEWS & EVENTS TEMPLATE END ***/





/*** BLOGS TEMPLATE ***/
.blogs-page .banner {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.blogs-page .blog-banner {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.blogs-page .blog-banner .banner-overlay {
	/*
	padding: 80px 0;
	display: block;
	height: 100%;
	width: 100%;
	*/
	min-height:455px;
    height: auto;
    width:100%;
    padding: 80px 0;
    display:table;
}

.blogs-page .blog-banner .banner-overlay .table {
	display: table-cell;
    vertical-align: bottom;
    margin: 0;
}

.blogs-page .blog-banner .banner-overlay h1 {
	color: #fff;
	font-family: "Poppins-Bold";
    font-size: 32px;
    line-height: 42px;
    margin: 0;
}

.blogs-page .banner h1,
.blogs-page .blog-banner h1 {
	color: #fff;
}

.blogs-page .filters {
	padding: 80px 0
}

.blogs-page .filters label {
	margin-right: 15px;
}

.blogs-page .filters .filter-title {
	font-family: "Poppins-Regular";
	font-size: 18px;
	margin-bottom: 8px;
	color: #000;
}

.blogs-page .filters select {
	border: solid 4px #ff7500;
	padding: 6px 20% 6px 6px;	
	width: 250px;
	outline: none;
	font-family: "Poppins-Regular", Arial;
	font-size: 18px;
	margin-bottom: 8px;
	color: #000;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #fff url("../img/dropdown-arrow.png") no-repeat scroll 95% center / 20px;
    border-radius: 0;
}

.blogs-page .filters select::-ms-expand {
	display: none;
}

.blogs-page .blogs .category-details {
	margin-bottom: 40px;
}

.blogs-page .blogs .tile-module {
	padding-top: 0;
}

.blogs-page .blogs .pagination {
	display: block !important;
	text-align: center;
}

.blogs-page .blogs .pagination a {
	font-family: 'Poppins-Regular';
	font-size: 18px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	outline: none;
	margin: 0 10px;
}

.blogs-page .blogs .pagination a:hover {
	color: #000;
}

.blogs-page .blogs .pagination span {
	font-family: 'Poppins-Regular';
	font-size: 18px;
	line-height: 30px;
	color: #0076cf;
	text-decoration: none;
	outline: none;
	margin: 0 10px;
}
/*** BLOGS TEMPLATE END ***/





/*** DONATE TEMPLATE ***/
.donate-page {

}
.donate-page .donations .text-module h1 {
    color: #1d1349;
}
.donate-page .text-module p,
.donate-page .text-module h3 {
    width: 40%;
}
.donate-page .donations .text-module.donations-header .container {
    padding-left: 0;
    padding-right: 0;
}
.donate-page .donations .card {
    height: 100%;
    padding-bottom: 70px;
    border-radius: 50px 10px 10px 10px;
    box-shadow: 0 0px 15px rgba(0,0,0,0.2);
    background: #fff;
    border: none;
}
.donate-page .donations .col-md-6 {
    padding-bottom: 105px;
}
.donate-page .donations .card .card-img-top {
    width:90%;
    height: 378px;
    border-radius: 50px 0 90px 0;
}
.donate-page .donations .card .card-body {
    width: 88%;
    color: #000000;

}

.donate-page .donations .card .card-body h3 {
    font-family: "Poppins-Bold";
    font-size: 32px;
    line-height: 42px;
}

.donate-page .donations .card .card-body p strong {
    font-family: "Poppins-Regular";
    font-size: 24px;
    line-height: 38px;
}
.donate-page .donations .card .card-text {
    font-family: "Poppins-Regular";
    font-size: 18px;
    line-height: 30px;
}

.donate-page .donations .btn-cta {
    position: absolute;
    bottom: 30px;
    height: 51px;
    min-width: 180px;
    border-radius: 5px;
    background-color: #1d1349;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-family: "Poppins-Bold";
    text-align: center;
    padding: 15px;
}

.donate-page .donations .btn-cta:hover {
	background: #0076CF;
	transition: all 0.3s ease;
}

.donate-page .donate-box {
    background-color: #d6f0f9;
    padding: 80px 0;
}
.gf_left_half,
.donate-page .donate-box .gf_left_half {
    float: left !important;
    clear: none !important;
    width: 50%;
}
.gf_right_half,
.donate-page .donate-box .gf_right_half {
    float: right !important;
    clear: none !important;
    width: 50%;
}
.gf_creditcard,
.donate-page .donate-box .gf_creditcard {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
}
.gf_left_clear,
.donate-page .donate-box .gf_left_clear {
    clear: left !important;
}
.gform_wrapper .gform_body .gfield_label,
.gform_body .gfield_label .gfield_required,
.donate-page .donate-box .gform_body .gfield_label .gfield_required,
.donate-page .donate-box .gform_body .gfield_label {
    font-family: "Poppins-Bold";
    font-size: 32px;
    line-height: 42px;
    color: #000000 !important;
    
}
.gfield_radio li input[type="radio"],
.donate-page .donate-box .gform_body .gfield_radio li input[type="radio"] {
    border-radius:8px;
}
.gfield_radio li label,
.donate-page .donate-box .gform_body .gfield_radio li label {
    font-size: 18px;
    color: #000000;
    font-family: "Poppins-Regular";
}
.gform_wrapper textarea,
.gform_body  input[type="text"] ,
.donate-page .donate-box .gform_body  input[type="text"]   {
    border: 4px solid #FFBB1C;
    line-height: 32px;
    font-size: 18px !important;
    font-family: "Poppins-Regular !important";
   padding-top: 8px !important;
   padding-bottom: 8px !important;
   height: 56px;
   border-radius: 0;
}
.gform_body textarea::placeholder,
.gform_body  input[type="text"]::placeholder ,
.donate-page .donate-box .gform_body  input[type="text"]::placeholder   {
    color: #000000;
}
.gform_body select,
 .donate-page .donate-box .gform_body select {
    border: 4px solid #FFBB1C;
    line-height: 32px !important;
    font-size: 18px !important;
    font-family: "Poppins-Regular", Arial !important;
	padding-top: 8px !important;
	padding-bottom:8px !important;
    border-radius: 0;
    margin-top:0 !important;
    height: 56px;
 }
.gform_body select::-ms-expand,
.donate-page .donate-box .gform_body select::-ms-expand {
	display: none;
}
.gform_wrapper .gform_body span.ginput_total,
.donate-page .donate-box .gform_body .ginput_total {
    font-family: "Poppins-Bold";
    font-size: 18px;
    line-height: 24px;
    color:  #1d1349;
}

.donate-page .donate-box .gform_wrapper.gf_browser_ie .gform_footer input[type=submit],
.donate-page .donate-box .gform_footer  input[type="submit"],
.text-module .gform_wrapper .two-column .gform_footer  input[type=submit],
.text-module .gform_wrapper.gf_browser_ie .two-column .gform_footer  input[type=submit] {
    margin-left: 50% !important;
    padding: 15px 30px !important;
}

.text-module .gform_wrapper .two-column .gform_footer,
.text-module .gform_wrapper.gf_browser_ie .two-column .gform_footer {
	text-align: left;
}

.text-module .gform_wrapper .gform_footer,
.text-module .gform_wrapper.gf_browser_ie .gform_footer {
	text-align: right;
}

.gform_footer input[type="submit"],
.gform_wrapper.gf_browser_ie .gform_footer input[type=submit] {
    padding: 15px 30px !important;
}

.gform_wrapper .top_label li.gfield
.donate-page .donate-box .gform_wrapper .top_label li.gfield {
    padding-right: 0px;
}
.gform_wrapper .top_label li.gfield.gf_right_half,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_right_half {
    clear: right !important;
    max-width: 50% !important;
    padding-right: 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield div.ginput_container_name span.name_last ,
.donate-box .gform_wrapper ul.gform_fields li.gfield div.ginput_container_name span.name_last {
    padding-right:0 !important;
    padding-left:8px;
}
.gform_wrapper ul.gform_fields li.gfield div.ginput_container_name span.name_first,
.donate-box .gform_wrapper ul.gform_fields li.gfield div.ginput_container_name span.name_first {
    padding-left:0 !important;
    padding-right:8px;
}
.gform_wrapper .top_label li.gfield .gform_card_icon_container,
.gform_wrapper .top_label li.gfield .gfield_creditcard_warning_message,
.gform_wrapper .top_label li.gfield.billingemail label,
.gform_wrapper .top_label li.gfield span label, 
.donate-page .donate-box .gform_wrapper .top_label li.gfield .gform_card_icon_container,
.donate-page .donate-box .gform_wrapper .top_label li.gfield .gfield_creditcard_warning_message,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.billingemail label,
.donate-page .donate-box .gform_wrapper .top_label li.gfield span label 
{
    display: none;
}
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras,
.gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras {
    padding-bottom: 30px;
}

.gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_left label,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_left label,
.gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_right label,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_right label {
    display: block;
}
.gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_right label,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_right label {
    position: relative;
    left: -100000px;
}

/* .gform_wrapper .top_label li.gfield.gf_creditcard label,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard label {
    display: block;
} */
.gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_left,
.gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_right,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_left,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_right {
    width: 50%;
}
.gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_field,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_field {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_field select,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_field select {
    width: 96%!important;
}
.gform_wrapper .top_label li.gfield.gf_creditcard.field_sublabel_above .ginput_cardextras input[type=text],
.gform_wrapper .top_label li.gf_creditcard.field_sublabel_above .ginput_cardextras input[type=text]
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras input[type=text] {
    width: 100%;
    max-width: 100% !important;
    margin-top: 39px !important;
    margin-top: 0px !important;
}
.gform_wrapper .top_label li.gfield.gf_creditcard .ginput_cardextras input[type=text] {
    margin-top: 1px !important;
    width: 100%;
    max-width: 100% !important;
}

 .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_card_security_code_icon,
.donate-page .donate-box .gform_wrapper .top_label li.gfield.gf_creditcard .ginput_card_security_code_icon {
    display:none;
}
/*** Reference for checkbox style ***/
.gform_wrapper .gform_body li.gfield input[type=radio],
.gform_wrapper .gform_body li.gfield input[type=checkbox],
    .donate-page .donate-box .gform_wrapper .gform_body li.gfield input[type=radio] {
        opacity: 0;
    }
.gform_wrapper .top_label li.gfield .custom-checbox,
    .donate-page .donate-box .gform_wrapper .top_label li.gfield .custom-checbox {
        background: #FFFFFF; 
        border: solid 3px #FFBB1C; 
        border-top-left-radius: 4px; 
        border-bottom-right-radius: 4px; 
        height: 15px !important; 
        width: 15px !important; 
        font-size: 10px; 
        line-height: 8px;
        margin-right: -13px;
        display: inline-block;
        position: relative;
        top: 4px;
    }

.gform_wrapper .top_label li.gfield_error .custom-checbox,
.donate-page .donate-box .gform_wrapper .top_label li.gfield_error .custom-checbox {
    border-color: #FF0000;
}
li.gfield_error .custom-checbox,
.donate-page .donate-box li.gfield_error .custom-checbox {
	border: solid 2px #ff0000; 
}
.gform_wrapper .top_label li:nth-child(4),
.donate-page .donate-box .gform_wrapper .top_label li:nth-child(4) {
    clear: left !important;
}
li.gfield .custom-checbox i,
.donate-page .donate-box li.gfield .custom-checbox i {
	margin-left: 1px;
}
.gform_wrapper .top_label li.gfield .custom-checbox.checked,
li.gfield .custom-checbox.bg-red,
.donate-page .donate-box li.gfield .custom-checbox.bg-red {
	background-color: #D0006f !important;
}
li.gfield .custom-checbox.bg-white,
.donate-page .donate-box li.gfield .custom-checbox.bg-white {
	background-color: #fff ;
}
.gform_wrapper div.validation_error,
.donate-page .donate-box .gform_wrapper div.validation_error {
    border: none;
    color: #ff0000;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 18px;
    text-align: left;
}
.gform_wrapper .gfield_error ,
.donate-page .donate-box .gform_wrapper .gfield_error {
    background-color: transparent;
    border: none;
}
.gform_wrapper input[type="text"],
.donate-page .donate-box .gform_wrapper input[type="text"] {
    margin-top: 2px !important;
    font-family: "Poppins-Regular";
    font-size: 18px;
}
.gform_wrapper select,
.donate-page .donate-box .gform_wrapper select {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: #fff url("../img/dropdown-arrow-yellow.png") no-repeat scroll 95% center / 20px;
    font-family: "Poppins-Regular", Arial;
    font-size: 18px;
    padding: 6px 20% 6px 6px;
}
.gform_wrapper select::-ms-expand,
.donate-page .donate-box .gform_wrapper select::-ms-expand {
	display: none;
}
 .gform_wrapper .gfield_error select,
.donate-page .donate-box .gform_wrapper .gfield_error select {
    background: #fff url("../img/dropdown-arrow-red.png") no-repeat scroll 95% center / 20px;
}
.gform_wrapper .gfield_error select::-ms-expand,
.donate-page .donate-box .gform_wrapper .gfield_error select::-ms-expand {
	display: none;
}
.gform_wrapper .gfield_error  select,  .gform_wrapper .gfield_error input[type="text"],
.donate-page .donate-box .gform_wrapper .gfield_error  select,.donate-page .donate-box .gform_wrapper .gfield_error input[type="text"] {
    border: 4px solid #FF0000 !important;
}
.gform_wrapper ul.gform_fields li.gfield_error .ginput_container_name input.notempty ,
.donate-box .gform_wrapper ul.gform_fields li.gfield_error .ginput_container_name input.notempty {
	border: solid 4px #FFBB1C !important; 
}
.gform_heading,
.gform_title {
    display: none;
}

.gform_wrapper .gform_body li.gfield .gfield_consent_label,
.gform_wrapper .gform_body li.gfield_error .gfield_consent_label {
	font-size: 14px;
}
/*** Reference for checkbox style ***/



/*** DONATE TEMPLATE END ***/




/*** BACKGROUND COLORS ***/

.bg-light-blue {
    background-color: #ADE0F3;
}
.bg-aqua-blue {
    background-color: #5BC2E7;
}
.bg-medium-blue {
    background-color: #7FBAE7;
}
.bg-regular-blue {
    background-color: #0076CF
}
.bg-dark-blue {
    background-color: #1D1349;
}
.bg-gray-blue {
    background-color: #8E89A3;
}
.bg-light-green {
    background-color: #A1D794;
}
.bg-regular-green {
    background-color: #43B02A;
}
.bg-light-pink {
    background-color: #E77FB6;
}
.bg-regular-pink {
    background-color: #D0006F;
}
.bg-light-orange {
    background-color: #FF7500;
}
.bg-regular-orange {
    background-color: #FF7500;
}
.bg-light-yellow {
    background-color: #FFDB8D;
}
.bg-regular-yellow {
    background-color: #FFB81C;
}
/*** BACKGROUND COLOR END ***/





/** BORDER COLORS ***/
.bc-light-blue {
    border-color: #ADE0F3;
}
.bc-aqua-blue {
    border-color: #5BC2E7;
}
.bc-medium-blue {
    border-color: #7FBAE7;
}
.bc-regular-blue {
    border-color: #0076CF
}
.bc-dark-blue {
    border-color: #1D1349;
}
.bc-gray-blue {
    border-color: #8E89A3;
}
.bc-light-green {
    border-color: #A1D794;
}
.bc-regular-green {
    border-color: #43B02A;
}
.bc-light-pink {
    border-color: #E77FB6;
}
.bc-regular-pink {
    border-color: #D0006F;
}
.bc-light-orange {
    border-color: #FF7500;
}
.bc-regular-orange {
    border-color: #FF7500;
}
.bc-light-yellow {
    border-color: #FFDB8D;
}
.bc-regular-yellow {
    border-color: #FFB81C;
}
/*** BORDER COLOR END ***/

/*** PAGE JUMP LINKS ***/
.jump_link_action {
	opacity:0;
}
.jumpLinksNav {
	background:#C3E9F9;
	padding:0;
}
.jumpLinksNav a {
	color:#333;
	padding:1em;
}
.jumpLinksNav li.active a {
	border-bottom:4px solid #0076CF;
	color:#0076CF;
}
/*** PAGE JUMP LINKS END ***/

.noDisplay {
	display:none;
}

.activeSelect {
	background-color:#ff7500 !important;
	border:2px solid #ff7500 !important;
	background-image:none !important;
	/*background: #ff7500 url("../img/dropdown-arrow.png") no-repeat scroll 1% center / 20px;*/
	color:white !important;
}

.styled-filter-search {
	border: solid 4px #ccc;
	outline: none;
	padding-left:40px;
	font-family: "Poppins-Regular", Arial;
	font-size: 18px;
	margin-bottom: 8px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background: #fff url("../img/icon-search.svg") no-repeat scroll 1% center / 20px;
	border-radius: 0;
}
.styled-filter-search:focus, .styled-filter-select:focus {
	outline:none;
	border:solid 4px #ccc;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.styled-filter-select {
	border: solid 2px #ccc;
	outline: none;
	font-family: "Poppins-Regular", Arial;
	font-size: 18px;
	margin-bottom: 8px;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background: #fff url("../img/icon-dropdown.png") no-repeat scroll 93% center / 16px;
	border-radius: 0;
}

.search-block {
	position:relative;
}

.reset-input-selected {
	color:#ccc;
	font-size:16px;
	position:absolute;
	top:5px;
	right:7px;
	cursor:pointer;
}
