/*
 Theme Name: Fealgood
 Theme URI: https://yourwebsite.com
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: fealgood
 Description: Child theme for Fealgood
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
 */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: 'futura_bk_btbook';
    src: url('88543212-webfont.woff2') format('woff2'),
         url('88543212-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.pull-left .logo
{
	position:absolute;
	z-index:10000;
	padding-top:2px;
}
.navbar-brand
{
	padding:0px !Important;
}

.pull-right .top1
{
	width:100%;
	overflow:hidden;
	padding-top:10px;
}
.pull-right .top1 .top-links
{
	
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#b11b21;
	padding-bottom:30px;
	overflow:hidden;
	float:right;
}
.pull-right .top1 .top-links a
{
	color:#b11b21;
	font-weight:600;
	padding:0px 10px;
	font-family: 'Montserrat', sans-serif;
}
.pull-right .top1 .top-links a:hover
{
	text-decoration:none;
}
.pull-right .top1 ul
{
	float:right;
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-left:18px;
}
.pull-right .top1 ul li
{
	float:left;
}
.pull-right .top1 ul li.fb a
{
	background-image:url(images/fb-normal.png);
	background-repeat:no-repeat;
	width:10px;
	height:20px;
	display:block;
	font-size:0px;
	margin-right:15px;
}
.pull-right .top1 ul li.fb a:hover
{
	background-image:url(images/fb-active.png);
}
.pull-right .top1 ul li.tw a
{
	background-image:url(images/tw-normal.png);
	background-repeat:no-repeat;
	width:20px;
	height:17px;
	display:block;
	font-size:0px;
	margin-right:15px;
}
.pull-right .top1 ul li.tw a:hover
{
	background-image:url(images/tw-active.png);
}
.pull-right .top1 ul li.gplus a
{
	background-image:url(images/gplus-normal.png);
	background-repeat:no-repeat;
	width:22px;
	height:18px;
	display:block;
	font-size:0px;
}
.pull-right .top1 ul li.gplus a:hover
{
	background-image:url(images/gplus-active.png);
}

.pull-right #phone
{
	background-image:url(images/call-icon.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:35px;
	margin-right:28px;
	float:left;
	font-family: 'futura_bk_btbook';
	font-size:15px;
	font-weight:bold;
	color:#302f2e;
	line-height:18px;
}
.pull-right #phone a, .pull-right #email a
{
	color:#5c5956;
	font-weight:normal;
}
.pull-right #phone a:hover, .pull-right #email a:hover
{
	text-decoration:none;
}
.pull-right .strip
{
	background-image:url(images/strip.jpg);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	width:2px;
	height:41px;
	margin-right:23px;
}

.pull-right #email
{
	background-image:url(images/email-icon.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:35px;
	margin-right:28px;
	float:left;
	width:auto;
	font-family: 'futura_bk_btbook';
	font-size:15px;
	font-weight:bold;
	color:#302f2e;
	line-height:18px;
}
.pull-right #donate
{
	float:left;
}
.pull-right #donate a
{
	-moz-box-shadow:inset 0px 1px 0px 0px #00b4ff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #00b4ff;
	box-shadow:inset 0px 1px 0px 0px #00b4ff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #067eb2), color-stop(1, #067fb2));
	background:-moz-linear-gradient(top, #067eb2 5%, #067fb2 100%);
	background:-webkit-linear-gradient(top, #067eb2 5%, #067fb2 100%);
	background:-o-linear-gradient(top, #067eb2 5%, #067fb2 100%);
	background:-ms-linear-gradient(top, #067eb2 5%, #067fb2 100%);
	background:linear-gradient(to bottom, #067eb2 5%, #067fb2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#067eb2', endColorstr='#067fb2',GradientType=0);
	background-color:#067eb2;
	-moz-border-radius:20px !important;
	-webkit-border-radius:20px !important;
	border-radius:20px !important;
	border:1px solid #00b3ff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: futura_bk_btbook;
	font-size:16px;
	padding:9px 29px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.pull-right #donate a i
{
	margin-right:6px;
}
.pull-right #donate a:hover
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #100b4f), color-stop(1, #067eb2));
	background:-moz-linear-gradient(top, #100b4f 5%, #067eb2 100%);
	background:-webkit-linear-gradient(top, #100b4f 5%, #067eb2 100%);
	background:-o-linear-gradient(top, #100b4f 5%, #067eb2 100%);
	background:-ms-linear-gradient(top, #100b4f 5%, #067eb2 100%);
	background:linear-gradient(to bottom, #100b4f 5%, #067eb2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#100b4f', endColorstr='#067eb2',GradientType=0);
	background-color:#100b4f;
}
.navbar-right
{
	margin-top:0px !Important;
	padding-top:10px;
}
.navbar-default
{
	background-color:transparent !important;
}
.navbar-nav > li
{
	
	margin-right:20px;
}
.navbar-nav li:first-child a
{
	font-size:25px !important;
}
.navbar-nav > li.active, .navbar-nav > li:hover{
    float: left;
    background-image: url(images/arrow.png);   
	background-repeat: no-repeat;
    background-position: center bottom;
}
.navbar-default .navbar-nav > li > a {
    color: #777777;
	border-bottom:3px solid transparent;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFF;
    padding: 12px 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color:transparent!important;
    border-bottom: 3px solid #00b4ff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color:transparent!important;
    border-bottom: 3px solid #00b4ff;
}
.fgf-board
{
	overflow:hidden;
}
.fgf-board .left
{
	float:left;
	width:125px;
}
.fgf-board .left img
{
	width:90%;
}
.fgf-board .right
{
	float:left;
	width:1050px;
}
#fgf-responders
{
	background:#f3f3f3;
	padding-bottom:50px;
}
.noresponders .col-centered
{
	text-align:center;
}
.noresponders .col-centered section.crsl-item
{
	padding:8px;
	text-align:center;
	background:#FFFFFF;
	min-height:350px !important;
	font-family: 'futura_bk_btbook';
	box-shadow:0px 0px 1px 0px #666666;
}
.noresponders .col-centered section.crsl-item .caption-box h4 a, .noresponders .col-centered section.crsl-item .caption-box p
{
	font-family: 'futura_bk_btbook';
}
.noresponders .col-centered .crsl-nav
{
	margin-top:20px;
}
.noresponders .col-centered .crsl-nav a
{
	margin:10px;
	color:#999999;
}
.responders .carousel-inner .item
{
	padding-bottom:0px;
	padding-top:20px;
}
.responders .control-box .left, .responders .control-box .right
{
	float:none !important;
	display:inline-block;
	cursor:pointer;
	width:auto;
}
.templatemo-line-header span {
   font-size: 25px; 
   margin-top: 10px;
   font-family: 'Raleway', sans-serif;
   font-weight: bold;
   color:#1b5681;
   text-align:center !Important;
   float:none !Important;
   padding:0px 12px;
}
#fgf-galleries
{	
	background-color:#FFFFFF;
}
#fgf-updates
{
	background-color:#FFFFFF;
	padding-top:30px;
}
.project-updates
{
	list-style-type:none;
	margin:0px 0px 45px 0px;
	padding:10px 0px 45px 0px;
	border-bottom:2px solid #a09e9e;
	overflow:hidden;
}
.project-updates li:first-child
{
	width:350px;
	float:left;
	font-weight:bold;
}
.project-updates li:first-child .day
{
	float: left;
    font-size: 85px;
    color: #a09e9e;
    font-family: futura_bk_btbook;
    line-height: 60px;
    width: auto;
}
.project-updates li:first-child .myear
{
	float: left;
    font-family: futura_bk_btbook;
    font-size: 31px;
    color: #a09e9e;
    line-height: 30px;
    padding-left: 24px;
}
.project-updates li:nth-child(2)
{
	width:640px;
	float:left;
	font-family: futura_bk_btbook;
	text-align:left;
	font-size:17px;
	font-weight:normal;
	color:#635f5f;
	padding-right:150px;
	line-height:22px;
}
.project-updates li h3, .project-updates li p
{
	margin-top:0px;
	font-family: futura_bk_btbook;
}
.project-updates li:nth-child(2) h3
{
	font-size:17px;
	font-weight:bold;
}
.project-updates li:nth-child(2) h3 a
{
	color:#1f2020;
	text-decoration:none;
}
.project-updates li:nth-child(2) h3 a:hover
{
	color:#b32126;
}
.project-updates li:nth-child(2) p
{
	margin:0px;
	padding:0px;
}
.project-updates li:nth-child(2) p a
{
	color:#297ab5;
	text-decoration:underline;
}
.project-updates li:last-child
{
	width:160px;
	float:left;
}
.project-updates li:last-child a
{
	width: 130px;
    height: 48px;
    background-color: #f2f2f2;
    font-family: futura_bk_btbook;
    text-align: center;
    font-size: 17px;
    border: 1px solid #706e6e;
    border-radius: 25px !important;
    display: table-cell;
    vertical-align: middle;
    color: #635f5f;
    font-weight: bold;
    text-decoration: none !important;
}
.project-updates li:last-child a:hover
{
	background-color:#297ab5;
	color:#FFFFFF;
}
.more-updates
{
	width:140px;
	height:40px;
	margin:0px auto 0px;
}
.more-updates a
{
	width:140px;
	height:40px;
	display:table-cell;
	margin:0px auto;
	background-color:#b42328;
	border-radius:5px !Important;
	color:#FFFFFF;
	vertical-align:middle;
	font-family: futura_bk_btbook;
	font-size:17px;
	font-weight:bold;
	text-decoration:none !Important;
}
.templatemo-bottom
{
	background:#141414;
	padding:30px 0px 25px;
	border-bottom:4px solid #2a2a2a; 
}
.templatemo-bottom .footer-nav-links
{
	float:left;
}
.templatemo-bottom .footer-nav-links ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.templatemo-bottom .footer-nav-links ul li
{
	float:left;
	margin-right:25px;
}
.templatemo-bottom .footer-nav-links ul li a
{
	color:#FFFFFF;
	font-family: futura_bk_btbook;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.templatemo-bottom .footer-nav-links ul li:last-child
{
	margin-right:0px;
}
.templatemo-bottom .footer_copy
{
	float:right;
	color:#FFFFFF;
	font-family: futura_bk_btbook;
	font-size:15px;
	letter-spacing:0.5px;
}

.fgf-about
{
	background-image:url(images/slider.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:220px 0px;
	text-align:center;
	font-size:57px;
	font-family: 'Montserrat', sans-serif;
}
.fgf-about h1
{
	color:#00ffa8;
	font-size:57px;
	font-weight:bold;
	line-height:30px;
	padding-bottom:20px;
	text-shadow:5px 0px 5px #000;
	font-family: 'Montserrat', sans-serif;
}
.fgf-about h1 span {
    background-image: url(images/feal-logo.png);
    background-repeat: no-repeat;
    width: 101px;
    height: 45px;
    background-position: center center;
    display: inline-block;
    margin: -2px 13px;
}
.fgf-about h2
{
	font-size:43px;
	color:#00ffa8;
	font-family: 'Montserrat', sans-serif;
	line-height:30px;
	color:#ffffff;
	letter-spacing:7px;
	font-weight:normal;
}

#fgf-highlights
{
	width:100%;
	overflow:hidden;
	background-color:#FFFFFF;
	padding:30px 0px;
}
#fgf-highlights .col-left
{
	width:50%;
	margin-right:5%;
	float:left;
}
#fgf-highlights .col-left .row.carousel.slide
{
	margin:0px;
}
#fgf-highlights .col-right
{
	width:45%;
	float:left;
}
#fgf-highlights .col-left h2
{
	font-family: 'Raleway', sans-serif;
	font-size:25px;
	color:#1b5681;
	margin-top:0px;
	font-weight:bold;
	position:relative;
	background-image:url(images/strip1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:8px;
	margin-bottom:15px;
}
#fgf-highlights .col-left h2:after
{
	left:0px;
	content:"";
	bottom:0px;
	height:3px;
	width:100px;
	position:absolute;
	background:#b42227;
}
.box-highlights .crsl-items figure.crsl-item
{
	padding:15px;
	border:1px solid #aca7a7;
    box-shadow:1px 3px 4px rgba(140, 140, 135, .5);
	-moz-box-shadow:1px 3px 4px rgba(140, 140, 135,0.5);
    -webkit-box-shadow:1px 3px 4px rgba(140, 140, 135, .5);
}
.box-highlights .control-box
{
	padding-top:20px;
}
.box-highlights .pagination
{
	display:none;
}
.box-highlights .row
{
	padding-bottom:20px;
}
.box-highlights .row h3
{
	font-family: futura_bk_btbook;
	font-size:15px;
	color:#b5252a;
	margin:0px;
	padding:0px 0px 20px 15px;
	font-weight:bold;
}
.box-highlights .crsl-items figure.crsl-item .row .left
{
	float:left;
	width:auto;
	margin-right:0px;
	padding-left:0px;
	text-align:center;
}
.box-highlights .crsl-items figure.crsl-item .row .right
{
    float: left;
    width: 305px;
    margin-left: 20px;
	height:auto;
}
.box-highlights .crsl-items figure.crsl-item .row .right h5
{
	font-family: futura_bk_btbook;
	font-size:15px;
	color:#635f5f;
	font-weight:bold;
}
.box-highlights .crsl-items figure.crsl-item .row .right p, .box-highlights .crsl-items figure.crsl-item .row .right
{
	font-family: futura_bk_btbook;
	font-size:14px;
	color:#635f5f;
}
.box-highlights .crsl-nav
{
	text-align:right;
}
.box-highlights .crsl-nav a
{
	border:1px solid #d4d3d3;
	background:#f3f3f3;
	padding:3px 5px;
	color:#333333;
}


.important-videos
{
    -webkit-box-shadow:1px 3px 4px rgba(140, 140, 135, .5);
	-moz-box-shadow:1px 3px 4px rgba(140, 140, 135,0.5);
    box-shadow:1px 3px 4px rgba(140, 140, 135, .5);
	border:1px solid #aca7a7;
	position:relative;
	overflow:hidden;
	padding:15px;
}
.important-videos iframe.visa
{
	width:100% !important;
}
.important-videos .carousel-indicators
{
	left:32%;
}
.carousel-inner .item
{
	padding:0px !important;
}
#myCarouse2
{
	width:482px;
}
.important-videos .slides_container .row
{	
	margin-left:20px;
}
#fgf-highlights .col-right h2
{
	font-family: 'Raleway', sans-serif;
	font-size:25px;
	color:#1b5681;
	margin-top:0px;
	font-weight:bold;
	position:relative;
	background-image:url(images/strip1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:8px;
	margin-bottom:15px;
	overflow:hidden;
}
#fgf-highlights .col-right h2:after
{
	left:0px;
	content:"";
	bottom:0px;
	height:3px;
	width:100px;
	position:absolute;
	background:#b42227;
}
.important-videos .pagination
{
	margin-top: -190px;
    position: absolute;
    margin-left: 660px;
	display:block !important;
}
.important-videos .pagination li a
{
	float: none !important;
    display: block;
	background-image:url(images/dot.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	display:block;
	text-indent:-10000px;
	background-color:transparent;
	border:0px;
	margin-bottom:15px;
}
.important-videos .pagination li.current a
{
	background-image:url(images/dot-active.jpg);
}
.carousel-control.right
{
	background-image:none !Important;
}
.responders .carousel-inner .item ul
{
	list-style-type:none;
	padding-bottom:10px;
	overflow:hidden;
}
em
{
	font-style:normal !Important;
}
.right, .left {
     float: auto !important; 
}
.responders .carousel-inner .item ul li
{
	border:1px solid #ccc7c7;
	background-color:#FFFFFF;
	padding:10px;
	margin-right:50px;
	width:350px;
}
.responders .carousel-inner .item ul li:last-child
{
	margin-right:0px;
}
.responders .carousel-inner .item ul li .thumbnail
{
	border:0px;
	width:100%;
	margin-bottom:0px;
}
.responders .carousel-inner .item ul li .caption-box h4
{
	min-height:40px;
	text-align:center;
	font-family: futura_bk_btbook;
	margin:0px;
	padding:0px;
}
.responders .carousel-inner .item ul li .caption-box h4 a {
    font-family: futura_bk_btbook;
    font-size: 15px;
    color: #1b5681;
    text-decoration: none;
    font-style: normal !important;
    font-weight: bold;
}
.responders .carousel-inner .item ul li .caption-box h4 a:hover
{
	color:#b32126;
}
.responders .carousel-inner .item ul li .caption-box p
{
	color:#635f5f;
	font-size:15px;
	font-family: futura_bk_btbook;
	min-height:90px;
	text-align:center;
}
.responders  .control-box
{
	text-align:center;
	margin-bottom:15px;
}


#fgf-news
{
	background-image:url(images/news-bg.jpg);
	background-repeat:repeat-y;
	background-size:cover;
	min-height:330px;
	overflow:hidden;
	width:100%;
}
#fgf-news .news 
{
	
	position:absolute;
	z-index:1;
	margin-top:-60px;
}
#fgf-news .news ul
{
	display:inline-block;
	list-style-type:none;
	margin-bottom:41px;
}
#fgf-news .news ul li
{	
	float:left;
	width:250px;
	padding:0px;
	height:260px;
	margin-right:50px;
	position:relative;
}
#fgf-news .news ul li:last-child
{
	margin-right:0px;
}
#fgf-news .news ul li .thumbnail
{
	border:0px;
	padding:0px;
	display:none;
}
#fgf-news .news ul li:hover .thumbnail
{
	display:block;
}
#fgf-news .news ul li .caption-box
{
	box-shadow:0px 1px 10px 0px #bfbebe;
	background-color:#ffffff;
	text-align:center;
	padding:0px 15px;
	min-height:300px;
	overflow:hidden;
	width:100%;
}
#fgf-news .news ul li:hover .caption-box
{
	position:absolute;
	margin-top:-278px;
	z-index:1000;
	width:100%;
	opacity:1;
	background-color: rgba(10, 64, 104, 0.8);
	min-height:259px;
}
#fgf-news .news ul li .caption-box h4
{
	padding:0px;
	margin:54px 0px 50px 0px;
	color:#b21f24;
	font-family: futura_bk_btbook;
	font-size:19px;
	cursor:pointer;
}
#fgf-news .news ul li:hover .caption-box h4
{
	color:#7cffd2;
}
#fgf-news .news ul li .caption-box h5
{
	min-height:115px;
	padding:100px 0px;
	margin:0px;
	font-family: futura_bk_btbook;
	font-size:16px;
	line-height:20px;
}
#fgf-news .news ul li .caption-box h5 a
{
	color:#1b5681;
	text-decoration:none;
}
#fgf-news .news ul li .caption-box h5 a:hover, #fgf-news .news ul li:hover .caption-box h5 a
{
	color:#ffffff;
}
#fgf-news .news .more-news
{
	padding:15px 0px 50px 0px;
	margin:0px 0px 41px 0px;
	text-align:center;
	overflow:hidden;
}
#fgf-news .news .more-news a
{
	padding:12px 18px;
	background-color:#b42227;
	font-family: futura_bk_btbook;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border-radius:5px !Important;
	text-decoration:none;
}
#fgf-news .news .more-news a:hover
{
	background-color:#1b5681;
}
.fgf-events
{
	background-color:#FFFFFF;
}
.fgf-events .row
{
	margin:0px;
}
.fgf-events .row .crsl-nav
{
	text-align:right;
	margin-right:20%;
	margin-bottom:20px;
}
.fgf-events .row .crsl-nav a
{
	background:#1b5681;
	color:#FFFFFF;
	padding:8px;
}
.fgf-events .row .crsl-items figcaption
{
	background:url(images/hover-img.png) repeat;
	font-family:futura_bk_btbook;
	position:absolute;
	color:#FFFFFF;
	padding:8px;
	width:100%;
	bottom:0px;
}
.fgf-events .row .crsl-items figcaption h4 a
{
	width:100%;
	color:#FFFFFF;
	font-family:futura_bk_btbook;
}
.fgf-events .row .crsl-items figcaption .date
{
	width:auto;
	float:right;
	font-family:futura_bk_btbook;
}
.events .carousel.slide
{
	margin:0px;
}
.events .carousel.slide .carousel-inner .item
{
	padding-top:20px;
}
.events .carousel-inner .item ul
{
	list-style-type:none;
	padding-bottom:10px;
	overflow:hidden;
}
.events .carousel-inner .item ul li
{
	position:relative;
	margin-right:1%;
	padding:0px;
	width:24%;
}
.events .carousel-inner .item ul li:last-child
{
	margin-right:0px;
}
.events .carousel-inner .item ul li .thumbnail
{
	border:0px;
	width:100%;
	margin-bottom:0px;
	padding:0px;
}
.events .carousel-inner .item ul li .thumbnail img
{
	width:100%;
}
.events .carousel-inner .item ul li .caption-box
{
	background-image:url(images/caption-bg.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:absolute;
	width:100%;
	bottom:0px;
	z-index:1;
}
.events .carousel-inner .item ul li .caption-box h4
{
	min-height:35px;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
}
.events .carousel-inner .item ul li .caption-box h4 a
{
	font-family: futura_bk_btbook;
	font-size:15px;
	color:#ffffff;
	text-decoration:none;
}
.events .carousel-inner .item ul li .caption-box h4 a:hover
{
	color:#7cffd2;
}
.events .carousel-inner .item ul li .caption-box .date
{
	float:right;
	padding-right:20px;
	background-image:url(images/date-icon.png);
	background-repeat:no-repeat;
	padding-left:25px;
	font-family: futura_bk_btbook;
	font-size:15px;
	color:#ffffff;
	padding-bottom:7px;
}
.events .control-box
{
	width:90%;
	text-align:right;
	margin-bottom:15px;
}
.events .control-box .left, .events .control-box .right
{
	float:right !important;
	opacity:1 !important;
	background:#1b5681;
	margin-left:10px;
	color:#FFFFFF;
	width:auto;
}
.contactform form
{	
	width:100%;
	margin-bottom:30px;
	display:inline-block;
}
.contactform form input[type="text"], .contactform form input[type="email"] 
{
	border:0px;
	padding:10px;
	outline:none;
	box-shadow:none;
	background:#f6f6f6;
	font-family: futura_bk_btbook;
}
.contactform form textarea
{
	border:0px;
	height:150px;
	padding:10px;
	outline:none;
	box-shadow:none;
	background:#f6f6f6;
	font-family: futura_bk_btbook;
}
.contactform form input[type="submit"]
{
	width:auto;
    border:0px;
    float:left;
    outline:none;
    box-shadow:none;
    line-height:20px;
    padding:10px 50px;
    text-transform:uppercase;
	font-family: futura_bk_btbook;
    background:#717171 !important;
}
.meld
{
	width:100%;
	display:inline-block;
	font-family: futura_bk_btbook;
}
.meld .col-sm-3
{
	width:21%;
}
.meld .col-sm-3:nth-child(3)
{
	width:24%;
}
.meld .col-sm-3:last-child
{
	width:32%;
}
.meld .cnt h3
{
	color:#b42328;
	font-size:16px;
	font-weight:600;
	font-family:futura_bk_btbook;
}
.meld .cnt p
{
	font-family:futura_bk_btbook;
}
.meld .cnt
{
	font-size:14px;
	display:inline-block;
	word-break:break-word;
	font-family: futura_bk_btbook;
}
.meld .cnt .scrollcnt
{
	font-family: futura_bk_btbook;
	background:#1b5681;
	font-size:12px;
	color:#FFFFFF;
	padding:10px;
}
.missionpage
{
	font-family: futura_bk_btbook;
}
.missionpage .page-title, .fgf-board .page-title
{
	width:100%;
	text-align:center;
	display:inline-block;
}
.missionpage .page-title h2, .fgf-board .page-title h2
{
	font-size:25px;
    margin:20px 0px;
    font-weight:bold;
    color:#1b5681;
    text-align:center !Important;
    float:none !Important;
}
.missionpage .page-title h2 span, .fgf-board .page-title h2 span
{
    font-weight:bold;
	padding:0px 10px;
    color:#1b5681;
}
.missionpage .content h2
{
	color:#b42328;
}
.missionpage .content .featurette
{
	background:url(images/shadow.jpg) no-repeat;
	background-position:bottom center;
	font-family:futura_bk_btbook;
	padding-bottom:60px;
	margin-bottom:60px;
}
.missionpage .content .featurette .sub .s1
{
    color:#1b5681;
	font-weight:600;
	font-family:futura_bk_btbook;
}
.missionpage .content .featurette ul
{
	list-style:none;
	font-family:futura_bk_btbook;
}
.missionpage .content .featurette li
{
	font-weight:600;
	list-style:none;
	padding-left:25px;
	position:relative;
	font-family:futura_bk_btbook;
}
.missionpage .content .featurette li:before
{
	background:url(images/tick.jpg) no-repeat;
	background-position:top left;
	font-family:futura_bk_btbook;
	position:absolute;
	height:12px;
	width:17px;
	content:"";
	left:0px;
	top:7px;
}
.fgf-board .content
{
	text-align:justify;
}
.fgf-board .content img
{
	float:left;
	margin-right:10px;
}
.fgf-board .content .hone
{
	font-size:30px;
	color:#b42227;
	display:block;
}
.fgf-board .content .htwo
{
	font-size:24px;
	color:#1b5681;
	display:block;
}
.fgf-board .content .hthree
{
	margin-bottom:20px;
	font-size:18px;
	color:#000000;
	display:block;
}
.fgf-board .content strong
{
	padding:20px 0px;
	display:block;
	color:#1b5681;
	width:100%;
}
.fgf-board .content .address
{
	color:#000000;
	padding:20px 0px;
}
.fgf-board .content em
{
	font-style:italic !important;
	color:#b42227;
}
.fgf-board .content .shadow
{
	padding-top:40px;
	padding-bottom:40px;
}
.page-id-18 h2.featurette-heading
{
	font-family:'Raleway', sans-serif;
	position:relative;
	text-align:center;
    font-weight:bold;
    margin:20px auto;
	font-size:25px;
    color:#1b5681;
	width:110px;
}
.page-id-18 h2.featurette-heading:before
{
	background:url(images/left-strip.jpg) no-repeat;
	background-position:left;
	position:absolute;
	height:33px;
	content:"";
	width:8px;
	left:0px;
}
.page-id-18 h2.featurette-heading:after
{
	background:url(images/right-strip.jpg) no-repeat;
	background-position:right;
	position:absolute;
	height:33px;
	content:"";
	width:8px;
	right:0px;
}
.page-id-18 hr.featurette-divider
{
	display:none;
}
.page-id-18 .col-sm-12 p
{
	font-weight:bold;
	font-family: futura_bk_btbook;
}
.page-id-18 ul.linklisting li a
{
    background:#e1e1e1 url(img/link.png) no-repeat 5px 13px;
	font-family: futura_bk_btbook;
    padding:10px 6px 10px 25px;
    margin-bottom:4px;
    font-size:13px;
    color:#0c76c8;
    display:block;
    font-size:14px;
}
.single-updates
{
}
.single-updates .page-title
{
	width:100%;
	text-align:center;
	display:inline-block;
}
.single-updates .page-title h2
{
	font-size:25px;
    margin:20px 0px;
    font-weight:bold;
    color:#1b5681;
    text-align:center !Important;
    float:none !Important;
}
.single-updates .page-title h2 span
{
    font-weight:bold;
	padding:0px 10px;
    color:#1b5681;
}
.single-updates .itsred
{
	color:#b42328;
	font-size:25px;
}
.single-updates a
{
    color:#1b5681;
    font-weight:600;
	text-decoration:underline;
}
.single-updates a span
{
    color:#b42328;
    font-weight:600;
	text-decoration:none;
}
.single-updates .poston
{
	text-align:right;
	font-weight:600;
	display:block;
	color:#000000;
}
.single-updates .poston a
{
	color:#000000;
	text-decoration:none;
}
.single-updates .controlor li:first-child
{
	margin-right:10px;
}
.single-updates .controlor li a
{
	text-decoration:none;
	font-weight:600;
	font-size:14px;
}
.single-updates .shadow
{
	padding-top:50px;	
}


		.col-centered {
    float: none;
    margin: 0px !important;
    padding: 0px !important;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right
{
	cursor:pointer;
}
/*.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}*/
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 0px; 
    float: left;
 }
 
 .carousel-col .rblock
 {
 	padding:10px;
	border:1px solid #CCC;
 }
 
 .carousel-col .caption-box   
 {
 	position: absolute;
	background-color:rgba(26,86,129,0.8);
    height: 100px;
    margin-top: -100px;
    width: 100%;
 }
 
 .carousel-col .caption-box  h4
 {
 	font-family: futura_bk_btbook;
	font-size:18px;
	color:#ffffff;
	padding:10px 15px 0px;
 }
 .carousel-col .caption-box  h4 a
 {
	color:#ffffff;
 }
 
 .carousel-col .caption-box .date
 {
 	float:right;
	padding-right:20px;
	background-image:url(images/date-icon.png);
	background-repeat:no-repeat;
	padding-left:25px;
	font-family: futura_bk_btbook;
	font-size:15px;
	color:#ffffff;
	padding-bottom:7px;
 }

 #ecarousel .arrows
 {
 	z-index: 1000000 !important;
    position: relative;
    top: -54px;
    left: 150px;
 }
 .active > div { display:none; }
 .active > div:first-child { display:block; }



/** page structure **/
#w {
  display: block;
  max-width:100%;
  min-width:100%;
  margin: 0 auto;
  padding: 2px 3px;
}


/** posts slider widget **/
#w .crsl-items {
  display: block;
  padding: 5px;
}

#w .crsl-item {
  background: #fff;
  padding: 8px;
  /*-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);*/
}

#w .crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom:0px;
  cursor: pointer;
}
#w .crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#w .crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

#w .crsl-item h3 {
  font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 1.95em;
  line-height: 1.25em;
  margin-bottom: 12px;
}
#w .crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
#w .crsl-item h3 a:hover {
  text-decoration: underline;
}

#w .crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width:100%;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background:url(images/caption-bg.png) repeat;;
}
#w .crsl-item .postdate .txt
{
	width:100%;
	display:block;
	font-size:16px;
	padding-left:10px;
	font-weight:normal;
}
#w .crsl-item .postdate .dt
{
	width:100%;
	display:block;
	font-size:16px;
	text-align:right;
	font-weight:normal;
	padding-right:10px;
}
#w .crsl-item p {
  font-size: 1.2em;
  line-height: 1.55em;
  margin-bottom: 5px;
}

#w .crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#w .crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}


/** posts slider nav **/
#w .slidernav {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
#w .slidernav .clearfix
{
	display:block !important;
	text-align:right;
	width:90%;
}
#w .slidernav a {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 8px;
  font-size: 1.4em;
  background: #1b5681;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
#w .slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}
/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }
  
  .crsl-item h3 { font-size: 1.65em; }
}
/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                {border: 0px solid #ccc7c7;
    background-color: #FFFFFF;
    width: 23.05%;}
	 .carousel-col:last-child
	 {
	 	margin-right:0px;
	 }
	 #fgf-responders .carousel-col
	{
	border: 0px solid #ccc7c7;
    background-color: #FFFFFF;
    width:31%;
	}
	#fgf-responders .carousel-col:last-child
	{
		margin-right:0px;
	}  
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block {
	width: 100%;
	height: 315px;
}
@media only screen and (max-width:1800px)
{
}
@media only screen and (max-width:1250px)
{
#fgf-news .row, #fgf-highlights .row, #fgf-responders .row, #fgf-updates .row, #fgf-galleries .row, #fgf-contact .row
{
    margin-right:0px;
    margin-left:0px;
} 
.box-highlights .left
{
	padding-left:0px !important;
	width:auto !important;
} 
.box-highlights .right
{
}
.important-videos #myCarouse2
{
	width:auto;
}
}
@media only screen and (max-width:1190px)
{
.templatemo-top-menu.stuckMenu .navbar-collapse
{
	padding:0px;
}
.navbar-nav li:last-child
{
    margin-right:0px;
}
.container
{
	width:98%;
}
#fgf-news .news ul li
{
	width:21%;
}
.responders .carousel-inner .item ul li
{
	margin-right:2%;
	width:32%;
}
.slides_control .row .left, .slides_control .row .right
{
	width:45% !important;
}
.project-updates li:first-child
{
	width:auto;
	float:none;
	margin-right:1%;
	padding-right:0px;
	display:inline-block;
}
.project-updates li:nth-child(2)
{
	width:60%;
	float:none;
	margin-right:1%;
	padding-right:0px;
	word-break:break-all;
	display:inline-block;
}
.project-updates li:last-child
{
	width:auto;
	float:none;
	display:inline-block;
}
.project-overlay
{
	left:0px;
	width:100%;
	height:100%;
}
.events .carousel-inner .item ul li .caption-box
{
	text-align:center;
}
.events .carousel-inner .item ul li .caption-box h4
{
    text-align:center;
    min-height:auto;
    margin:5px 0px;
    padding:0px;
}
.events .carousel-inner .item ul li .caption-box .date
{
	float:none;
	width:auto;
	display:inline-block;
}
}
@media only screen and (max-width:1090px)
{
.box-highlights .crsl-items figure.crsl-item
{
	text-align:center;
	margin-bottom:0px;
}
.box-highlights .crsl-items figure.crsl-item .row .left
{
	float:none;
}
.box-highlights .crsl-items figure.crsl-item .row .right
{
	width:100%;
	margin-left:0px;
}
.fgf-events .row .crsl-items figcaption
{
	text-align:center;
}
.fgf-events .row .crsl-items figcaption h4
{
	margin-bottom:0px;
}
.fgf-events .row .crsl-items figcaption h4 a
{
	font-size:16px;
}
.fgf-events .row .crsl-items figcaption .date
{
	float:none;
}
.contactform form input[type="text"], .contactform form input[type="email"]
{
	width:100%;
}
.contactform form textarea
{
	width:100%;
}
}
@media only screen and (max-width:1030px)
{
.navbar-nav > li
{
    margin-right:10px;
}
#fgf-news .news ul li
{
    width:23%;
    margin-right:2%;
}
#fgf-news .news ul li:hover .thumbnail
{
	height:100%;
}
.thumbnail a > img, .thumbnail > img
{
    height:100% !important;
}
}
@media only screen and (max-width:990px)
{
.navbar-nav > li a
{
	padding-left:0px !important;
	padding-right:0px !important;
}
.project-updates
{
	text-align:center;
}
.project-updates li:nth-child(2)
{
    width:100%;
    margin:2% 0px;
    text-align:center;
}
.navbar.navbar-default .container
{
	padding:0px;
	margin:0px;
}
}
@media only screen and (max-width:950px)
{
.fgf-about h1
{
	font-size:6vw;
}
.fgf-about h2
{
	font-size:4.6vw;
}
}
@media only screen and (max-width:930px)
{
.templatemo-top-menu
{
	min-height:100px;
}
.navbar
{
	margin-top:40px;
}
.navbar .navbar-nav
{
	float:none !important;
}
.isStuck .navbar
{
	margin-top:0px;
}
.isStuck .navbar ul li
{
	margin-bottom:0px;
}
}
@media only screen and (max-width:900px)
{
#fgf-news .news
{
    position:relative;
    margin-top:60px;
}
#fgf-news .news ul li
{
    width:48%;
    margin-right:2%;
    margin-bottom:10%;
}
.thumbnail a > img, .thumbnail > img
{
    width:100%;
}
}
@media only screen and (max-width:820px)
{
.templatemo-bottom .footer-nav-links
{
    float:none;
    display:inline-block;
}
.templatemo-bottom .footer_copy
{
    float:none;
}
#fgf-highlights .col-left, #fgf-highlights .col-right
{
	width:100%;
	float:none;
	margin-left:0px;
}
.item .row .right
{
    display:inline;
    width:auto;
	float:none;
}
}
@media only screen and (max-width:775px)
{
.navbar-nav > li
{
    margin-right:8px;
}
}
@media only screen and (max-width:767px)
{
.templatemo-top-menu
{
	min-height:57px;
}
.navbar
{
	margin-top:0px;
}
.navbar-default .navbar-toggle
{
    margin-top:10px;
}
.navbar .navbar-nav
{
    float:left !important;
	margin-left:0px;
    width:100%;
}
.navbar-nav > li
{
    margin-right: 0px;
    clear: both;
    float: left;
    width: auto;
    text-align: left;
}
.responders .carousel-inner .item ul li, .events .carousel-inner .item ul li, .templatemo-project-gallery li
{
    float:left;
}
.meld .col-sm-3
{
	float:left;
	min-height:150px;
	width:50% !important;
}
}
@media only screen and (max-width:685px)
{
.templatemo-top-bar
{
    padding-bottom:0px !Important;
}
.pull-left .logo img
{
	width:120px;
}
.pull-right #phone
{
	float:right;
	margin-right:0px;
}
.pull-right .strip
{
	float:right;
	margin-right:10px;
}
.pull-right #email
{
	float:right;
	margin-right:10px;
}
.pull-right #donate
{
	float:right;
	margin-right:10px;
}
.pull-right #donate a
{
	width:auto;
	font-size:11px;
	padding:5px 10px;
}
.box-highlights
{
	width:101%;
}
}
@media only screen and (max-width:600px)
{
.fgf-about
{
	padding:100px 0px;
}
.pull-right .top1 ul
{
	margin-left:8px;
}
.pull-right .top1 ul li.tw a, .pull-right .top1 ul li.fb a
{
	margin-right:8px;
}
.pull-right .top1 .top-links
{
	font-size:12px;
}
.pull-right .top1 .top-links a
{
	font-size:12px;
	padding:0px 8px;
}
}
@media only screen and (max-width:570px)
{
.meld .col-sm-3
{
    min-height:inherit;
    width:100% !important;
}
.templatemo-bottom .footer-nav-links ul li
{
    float:none;
    margin-right:10px;
    display:inline-block;
}
}
@media only screen and (max-width:550px)
{
.fgf-about h1
{
    font-size:4.5vw;
}
.fgf-about h1
{
    font-size:4vw;
}
.subheader .pull-left
{
	width:100%;
	height:100px;
	text-align:center;
	float:none !important
}
.subheader .pull-right
{
	display:none;
}
.pull-left .logo
{
    left:0px;
    right:0px;
    width:130px;
    margin:0 auto;
}
}
@media only screen and (max-width:470px)
{
#fgf-news .news ul li
{
	margin-right:0px;
	width:100%;
}
}