/*.Fonts */



.row.contact-details {
	margin-bottom:3rem;
}




@font-face {
    font-family: 'elephantmedium';
    src: url('../webfonts/elephant-medium-webfont.woff2') format('woff2'),
         url('../webfonts/elephant-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gt_super_displaybold';
    src: url('../webfonts/gt-super-display-bold-webfont.woff2') format('woff2'),
         url('../webfonts/gt-super-display-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



.main-content .container a {
	font-weight: bold;
}



body, button, input, textarea, div.number p, .main-content h2,  .home-content h1, .button, .quote h4  {
	/* font-family: 'Brandon Grotesque regular',Helvetica,Arial,Lucida,sans-serif; */
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}


.main-content.home-content h2.heading, .main-content.home-content a.button, footer h5, div.number, .acknowledgement h4, .home h3, .header ul,  .main-content h1, #counter span.counter-value, #counter span:nth-child(2),  .contact-template.main-content h2, .gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title, body #gform_wrapper_2 .gfield_radio li label, .main-content .our-team h2  { 
	/* font-family: 'Elephant',Helvetica,Arial,Lucida,sans-serif; */
	/* font-family: 'Ropa Sans', sans-serif; */
	font-family: 'elephantmedium';
	font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}



  .home-content h1 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;	  
  }



.supporters h5, .main-content .our-team h3  {
	/* font-family: 'GT Super Display',Helvetica,Arial,Lucida,sans-serif; */
	/* font-family: 'Vidaloka', serif; */
	font-family: 'gt_super_displaybold';
}


.main-content .options h2 {
	margin-bottom:2rem;
}



.options img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	border-radius: 100%;
	
}


/* General Styles */



.main-content .our-team h2 {
	font-size: 1.227rem;
}

.main-content .our-team h3 {
	color:#4c5482;
	text-transform: none;
	font-size: 1.136rem;
}


.our-team .col-sm-4 {
	margin-bottom:3rem;
}



html {	
	font-size: 16px;
	background-color: #efefef;
}
	
body, button, input, textarea {
	color:#333333;
	line-height: 1.5;
	font-size:100%;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance:none;
	appeerance:none;
}

.container {

}

a, .button {
	transition: all 150ms ease;
	-webkit-backface-visibility: hidden;
	cursor: pointer;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

p {
	margin-bottom:1em;
}

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

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.flex {
	display: flex;
}

#wrapper {
	overflow-x: hidden;
	margin:auto;

}

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


.padding {
	padding-top:6rem;
	padding-bottom:6rem;
}

.padding-top {
	padding-top:6rem;
}

.padding-bottom {
	padding-bottom:6rem;	
}



h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom:1rem;
	line-height: 1.2;
	width: 100%;
	text-transform: uppercase;
}


h1 {
	font-size: 2rem;
	color:#4c5482;
	text-transform: none;

}

h2 {
	font-size: 1.955rem;
	margin-bottom:0;

}





.home-content p {
	max-width: 600px;
	margin: auto;
}

.home h3 {
	font-size: 1.955rem;
}

.home-content h2.heading {
    font-size: 4.091rem;
    color: #b75237;
    background: #000;
    padding: 0.5rem 1.25rem;
    margin-bottom: 1rem;
    width: auto;
    display: inline-block;
    line-height: 1;

}

.main-content.home-content h2.heading {
	font-weight: 400;
}

h3 {
	font-size:1rem;
}

.button {
	display: inline-block;
	color:#000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding:0 1em;
	background: transparent;
	font-size:1rem;
	margin-top:2rem;

	position: relative;
}

.button:hover {
	opacity: 1;
}



.button:after {
	content: '';
    position: absolute;
    bottom: -10px;
    height: 6px;
    background: #b75237;
    width: 100%;
    left: 0;
    transition: all 250ms ease;
}


.button.solid:after, .gform_footer .button.clear:after {
	display: none;
}


.button:hover:after {
	bottom: -16px;
	height: 12px;
}



.button.solid, .gform_footer .button {
	border:2px solid #b75237;
	color:#b75237;
	margin-top:1rem;
	font-size: 0.813rem;
	letter-spacing: 1px;
	padding:5px 20px;
}


.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	color:#000;
}


.gform_footer .button.clear {
	border:0;
	padding:0.25rem 2rem;
	font-size: 1.409rem;
}

.gform_footer .button.clear:hover {
	background: #000;
	color:#fff;
}

.button.solid:hover, .gform_footer .button {
	background: #b75237;
	color:#000;
	opacity: 1;
}


.button.clear {
	border:2px solid #fff;
	padding:0.75rem 1rem;
}

.button.clear:hover {
	opacity: 1;
	background: #fff;
}


body .gform_wrapper .gform_footer {
	margin-top:0;
}


.gform_footer .button {
	margin-top:0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin:0;
  background: transparent;
  position: relative;
  zoom: 1;
  width:100%;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
  display: none;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  width:40px;
  height:40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin-top:-20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color:#33B7EB;
  background: #A1E1F5;
}
.flex-direction-nav a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
  font-weight: 300;


}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;

}
/*.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -20px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}*/
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
	width: auto;
    position: relative;
    z-index: 2;
    margin-top: 1rem;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  background: #33B7EB;
  cursor: pointer;
  text-indent: -9999px;

}
.flex-control-paging li a:hover {
  background: #414658;
}
.flex-control-paging li a.flex-active {
  background: #414658;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



.flexslider ul.slides img, .cta img {
	border-radius:10px;
}

/* Custom Framework Styles*/


.container {
	width:95%;
	
}

.title-bar {
    height: 40px;
    background: #000;
    width: 100%;
    font-size: 0.6rem;
    font-weight: 900;
    color: #aca716;
}

.title-bar .container, .header .container  {
	max-width:100%;
}

.title-bar img {
	float:left;
	max-width: 170px;
}


.title-bar a {
	color:#fff;
	line-height: 40px;
	padding:0 10px;
}


.header {
	background:#b75237;
	line-height: 0;
	padding:20px 0;
	font-size: 0.818rem;
	position: relative;
	z-index: 99;
}


.header ul {
	line-height: 1;
}

.header ul li {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	margin-left:1rem;
	position: relative;
	padding:20px 0;
}


.header ul li a {
	color:#fff;
}

.header ul li:hover a, .header ul li.current-menu-item a, .single-projects .header ul li.menu-item-object-projects a {
	opacity: 1;
	color:#000;
	border-bottom:2px solid #000;
}


.image-holder-archive img {
		border:13px solid #dedede;
			-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius:100%;
	border-radius: 100%;
	position: relative;
	z-index: 2;
	transition: border-color 150ms linear;
}


.image-holder-archive {
    max-width: 276px;
    margin: auto;
    line-height: 0;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
    margin-top: 1rem;
	
}

.image-holder-archive:hover img {
	border-color:#ccc;
}



.page-id-224 .image-holder-archive:hover img {
	border-color:#dedede;
}







.image-holder-archive:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 2%;
    left: 20%;
    position: absolute;
    background-image: url(../images/bg_team-images.png);
    background-size: contain;
    background-repeat: no-repeat;
}



.who-made-this {
	background-color:#171717;
	color:#fff;
	font-weight: bold;

	padding-top:2rem;
	padding-bottom:2rem;
}

.made-by {
	display: flex;
	margin-right:2rem;
	flex-wrap: wrap;
	width:auto;
	float:left;
	mar
	
}




.who-made-this img {
	max-height: 45px;
	width:auto;
	display: inline-block;
}

.who-made-this p {
	display: inline-block;
	font-size: 0.5rem;
	margin-right:1rem;
}


.header li:hover a {
	opacity: 1;
}


.header ul li:hover .sub-menu a {
	border-bottom:0;
	margin:10px 0;

}

.header ul li:hover .sub-menu li a {
	border-bottom:2px solid transparent;
}


.header ul li:hover .sub-menu li a:hover {
	border-bottom:2px solid #000;
}

.header ul li .sub-menu {
    position: absolute;
    display: none;
    width: 100%;
    padding: 40px 20px 20px 20px;
    top: 50px;
    background: #b75237;
    min-width: 330px;
    left: 0;
    text-align: left;

}


.header ul li:hover > .sub-menu {
	display: block;
}

.header ul li .sub-menu li {
	text-align: left;
	margin-left:0;
	font-size: 0.7rem;
	padding:10px 0;
	float:left;
	width:100%;
	display: block;
	
}



.header img {
	width: 239px;
	height:50px;
}



.background-image {
	display: flex;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}


.banner {
	/*background-image: url(../images/bg_home_video.jpg);*/
	background-image: url(../images/bg_main_pattern.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding:50px;
	position: relative;
	height:calc(100vh - 130px);
}


.banner .row {
	
}

.banner .container, .banner .container .row, .banner .container .col-xs-12, .banner .background-image {
	height:100%;
	position: relative;
}


.banner img.logo-large {
    z-index: 2;
    width: 100%;
    max-width: 600px;
    height: auto;
}

.banner .container {
	width:100%;
}


.video-link {
    position: absolute;
    bottom: 100px;
    right: 0;
    padding: 10px 30px;
    background: #000;
}


.video-link a {
color: #b75237;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 52px;
}

.video-link a i {
	color:#fff;
	margin-right:0.5rem;
}

.video-link a:hover {
	opacity: 1;
	color: #fff;
}

.main-content {
	background-image: url(../images/bg_main_pattern.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding:50px;
}



.main-content h2 {
	color:#4c5482;
	text-transform: none;
	font-size: 1.818rem;
	margin-bottom:1rem;
}


.main-content .our-team h2 {
	margin-bottom:10px;
}

.post-type-archive-projects .main-content h2 {
	font-size: 1.38rem;
}

.main-content h1 {
	font-size: 4.091rem;
	color:#000;
	line-height: 1.2;
}


.main-content .container {
	  width: 100%;
	  background: #fff;

}

.single-projects .main-content .container {
	position: relative;
}


.main-content .container.project-banner:before {
	content:'';
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:450px;
	background-image:url(../images/bg_projects.png);
	background-size:cover;
	background-repeat:no-repeat;
}

.main-content .container.alt {
	background: #ededed;
    width: 100%;
    margin-bottom:-1px;


}

/*

.main-content p {
	max-width: 600px;
	margin: auto;
}
*/

.main-content .content-holder p {
	max-width: 100%;
}


.main-content .container.alt:after {
    content: '';
    display: block;
    width: 100%;
    background-image: url(../images/bg_section_divider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 360px;
	
}


.main-content .container.alt-top {
		background: #ededed;
    width: 100%;
    margin-top:-1px;
}


.main-content .container.alt-top:before {
  	content: '';
    display: block;
    width: 100%;
    background-image: url(../images/bg_section_divider-top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 360px;
}




.home-content h1 {

	color:#4c5482;
	font-size: 1.818rem;
	text-transform: none;
	margin: 1rem 0 2rem 0;
    letter-spacing: 0.1rem;

}




div.number span.number {
    font-size: 4.091rem;
    border-bottom: 2px solid #b75237;
    /* padding-right: 6rem; */
    display: inline-block;
    transform: rotate(-20deg);
    color: #4c5482;
    line-height: 1;
    margin-left: -40px;
    min-width: 350px;
    margin-bottom: 1rem;
    padding-left: 30px;
    
}



.reverse div.number span.number {
    font-size: 4.091rem;
    border-bottom: 2px solid #b75237;
    /* padding-right: 6rem; */
    display: inline-block;
    transform: rotate(20deg);
    color: #4c5482;
    line-height: 1;
    margin-left: 0;
    margin-right:-40px;
    min-width: 350px;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right:30px;
    
}

.reverse div.number {

	text-align: right;
}



div.number span.title {
    clear: both;
    font-weight: normal;
    font-size: 3.182rem;
    display: block;
    margin-top: 0;
	color: #b75237;
} 


div.number p {
	font-weight: 400;
	text-transform: none;
}



.image-holder-animated {
	position: relative;

}




.image-holder-animated img {
		border-radius: 100%;
	overflow: hidden;
}

.image-holder-animated.small {
	max-width: 80%;
	margin:auto;
	margin-top:-15%;
}

.image-holder-animated .main-image { 
    line-height: 0;
    position: relative;
    z-index: 2;
    border-radius: 100%;
    box-shadow: 0 30px 30px rgba(0,0,0,0.5);
    margin:30px;	
    border-radius:100%;
    overflow: hidden;
}


.image-holder-animated .pattern-image { 
	position: absolute;
    z-index: 1;
    bottom: -30%;
    width: 75%;
    right: 0;
    line-height: 0;
}



.supporters h5 {
	color:#4c5482;
	margin-top:3rem;
	text-transform: none;
}


.quote h4 {
	font-size: 2.273rem;
	text-transform: none;
	color:#4c5482;
}

.quote h4:after {
	content: '';
	background-image: url(../images/pattern_4.png);
	display: block;
	background-size: cover;
	width:300px;
	height:30px;
	margin:20px auto 30px auto;
}

.quote h6 {
	color:#4c5482;
	font-weight: 300;
}

.acknowledgement {
	background-color:#000;

	background-size:cover;
	background-attachment: fixed;
	background-position:bottom;
}


.acknowledgement h4 {
	padding-top:200px;
	padding-bottom:200px;
	color:#fff;
	text-transform: none;
	margin-bottom:0;
}


.video_placeholder {
	position: relative;
}

.video_placeholder img {
	position: absolute;
	z-index: 99;
	top:0;
	left:0;
	cursor: pointer;
}

.video_placeholder img.hide {
	display: none;
}


/* About Page Styles */



#counter span {
	display: block;
	line-height: 1;
	width:100%;
}

#counter span.counter-value {
	font-size: 3.273rem;
	font-weight: 800;
	color:#000;

}

#counter span:nth-child(2) {
	font-weight: 600;
	font-size: 1.364rem;
	line-height: 1;
	color:#4c5482;
	text-transform: none;			
}

#counter .col-xs-6:last-child span.counter-value:after {
	content:'%';
}




footer {
	color:#fff;
	font-size:0.85rem;
	background: #000;
}

footer h5 {

    text-transform: uppercase;
    font-size: 1.125rem;
    color: #4c5482;
    letter-spacing: 4px;
}

footer ul li {
	display: block;
	border-bottom:1px solid #2b2b2b;
	list-style: none;
	padding-bottom:0.5rem;
	margin-bottom:0.5rem;
	text-transform: uppercase;
}

footer ul li a {
	color:#fff;
}


footer .social {
	margin-bottom:1rem;
}

footer form ul li {
	width: 50%;
    padding-right: 1rem;
    float: left;
	border:none;
	
}

footer form button {
	float:right;
	margin-right:1rem;
}

footer form ul li:last-child {
	width:100%;
	padding-bottom:0;
	margin-bottom:0;
}


footer form ul li input {
	width:100%;
	padding:0;
	background: transparent;
	border:none;
	border-bottom:2px solid #b75237;
	color:#fff;
}

footer ul.social li {
	padding:0;
	margin-right:5px;
	display: inline-block;
	border:none;
}

footer ul.social li a {
	display: block;
	background: #b75237;
	width:35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 4px;

}




/* Forms Styles */


body .gform_wrapper ul.gform_fields li.gfield.no_label label {
	display: none;
}


body .gform_wrapper ul.gform_fields li input {
    width: 100%;
    padding: 0;
    font-size: 1rem;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    color: #fff;
    color:#000;
    font-weight: normal;
}

body .gform_wrapper select {
	-webkit-appearance: none;
	appearance:none;
	    width: 100%;
    padding: 5px 4px;
    text-transform: none;

    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    color: #fff;
    color: #000;
    font-weight: normal;
    border-radius: 0;
}



body .gform_wrapper ul.gform_fields textarea {
    border:none;
    border-bottom: 1px solid #000;
    background: transparent;
	height:44px;
   margin-top:0;

}

body .gform_wrapper label.gfield_label, body .gform_wrapper legend.gfield_label {
	font-weight: normal;
}

body .gform_wrapper .ginput_complex.ginput_container_address .ginput_left, body .gform_wrapper .ginput_complex .ginput_left {
	margin-right:8px;
	padding-right:8px;
}


body .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	padding-right:24px;
}

body .gform_wrapper .ginput_complex.ginput_container_address .ginput_right.address_country {
	padding-right:8px;
}


body .gform_wrapper .ginput_complex .ginput_left, body .gform_wrapper .ginput_complex .ginput_right {
	width:25%;
}


body .gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-weight: normal;
  text-transform: none;
}

body .gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-weight: normal;
  text-transform: none;
}

body .gform_wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-weight: normal;
  text-transform: none;
}

body .gform_wrapper :-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-weight: normal;
  text-transform: none;
}





.remodal {
	padding:0!important;
	max-width: 1160px;
}


.remodal-cancel {
    min-width: auto;
    z-index: 99;
    left: auto;
    right: -3rem;
    top: -3rem;
    position: fixed;
}




footer form  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: normal;
  text-transform: none;
}

footer form  ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-weight: normal;
  text-transform: none;
}

footer form  :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-weight: normal;
  text-transform: none;
}

footer form  :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-weight: normal;
  




/* Contact Page Styles */

.contact-template h2 {
	font-size: 3.182rem;
	color:#000;
	text-transform: uppercase;
	line-height: 1;
}


.contact-template h3 {
	font-size: 1.409rem;
	text-transform: none;
	margin-bottom:0;
}

.contact-template h4 {
	font-size: 1rem;
    color: #4c5482;
    margin: 0.25rem 0;
}

.contact-template .contact-details p {
	color:#4c5482;
}


.contact-template .address-details h4 {
	margin-top:2rem;
	font-size: 1.409rem;
	text-transform: none;
	color:#000;
}



/* Project Styles */


.project-banner {
	line-height: 0;
	position: relative;
}

.project-banner:before {
	content:'';
	position: absolute;
	bottom:0;
	height:100%;	
	left:0;
	width:100%;
	background-image:url(../images/project_overlay.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}

.project-banner img {
	position: relative;
	z-index: 1;
}

.videoWrapper {
	margin-bottom:4rem;
}

.single-projects .quote p {
	color:#4c5482;
	text-transform: uppercase;
	font-size: 0.727rem;
}

.single-projects .quote h4 {
	color:#4c5482;
	font-size: 1.409rem;
}


.single-projects .quote h4:after {
	background-size: contain;
    margin: 40px auto 30px auto;
    background-repeat: no-repeat;
}


/* Donate Style */

body .address_country {
	position: relative;
}

body .address_country:after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content:'\f078';
	right: 12px;
    bottom: 3px;
}

body .gform_wrapper ul li.gfield { 
	margin-top: 0!important;
}

body .gform_wrapper ul li.gfield input, body .gform_wrapper ul li.gfield select {
	margin-top: 20px;
}


body .gform_wrapper ul li.gfield input[type=checkbox], body .gform_wrapper ul li.gfield input[type=radio] {
	margin-top:0;
}

#field_2_14 input, #field_2_11 input {
	margin-top:0!important;
}


#field_2_14 label, #field_2_11 label, #field_2_13 label {
	margin-top: 20px!important;
    font-size: 0.8rem!important;
    	font-weight: bold;
}

#field_2_13 label {
	margin-top: 2rem!important;
}

body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
	font-size: 0.65rem;
}

body .gform_wrapper li.gfield.field_description_below+li.gsection {
	margin:2rem 0 0 0!important;
	padding:0;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top:0!important;
}

body .gform_wrapper .gsection, body gform_wrapper .gsection {
    margin: 0;
    border-bottom: none;
    padding: o;
    }

.menu-trigger {
	display: none;
}

body #gform_wrapper_2 input[type="checkbox"] + label, body #gform_wrapper_2 input[type="radio"] + label {
	max-width: 100%;
}

body #gform_wrapper_2 .gfield_radio li {
    display: inline-block;
    width: auto;
    margin-right: 1%;
    margin-bottom:0;

}

body .gform_wrapper ul.gfield_radio {
	margin:0;
}

body #gform_wrapper_2 li#field_2_10 {
	margin-top:1rem!important;
}

body #gform_wrapper_2 .gfield_radio li label {
	background: #fff;
    color: #000;
    padding: 10px 15px;
    cursor: pointer;
    border: 2px solid #000;
    font-weight: bold;
}

body #gform_wrapper_2 ul.gfield_radio li input[type=radio]:checked+label {
    background: #b75237;
    color: #000;
    border-color:#b75237;
}

body #gform_wrapper_2 .gfield_radio input {
    display: none;
}


body #gform_wrapper_2 .gform_wrapper textarea, body .gform_wrapper textarea {
	padding-left:4px;
	padding-right:4px;
}

body #gform_wrapper_1 .gfield_label {
	font-size: 0.6rem;
    font-weight: bold;
    margin-top: 10px;
}

body #gform_wrapper_1 ul.gfield_checkbox {
	margin-top:-5px;
}

body .gform_wrapper .gform_footer {
	margin-top:2rem;
	margin-bottom:4rem;
}

.footer .copyright-text a {
	color:#F4897D;
	text-decoration: none;
}

.copyright-text {
	font-size: 12px;
}



