/***********************************************************************************************/
/* Custom Styles */
/***********************************************************************************************/
body {
  /*background:url(../img/custom/bg.jpg) repeat-x #EAEBBB;*/
    background:#fdf7f7;
    font-family: Tahoma, Geneva, sans-serif;
}

p {
  margin:20px 0;
  line-height:25px;
}f

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.btn-primary {
  background-color: #01454F;
  *background-color: #01343b;
  background-image: -moz-linear-gradient(top, #01454F, #01343b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#01454F), to(#01343b));
  background-image: -webkit-linear-gradient(top, #01454F, #01343b);
  background-image: -o-linear-gradient(top, #01454F, #01343b);
  background-image: linear-gradient(to bottom, #01454F, #01343b);
  background-repeat: repeat-x;
  border-color: #01343b #01343b #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff01454F', endColorstr='#ff01343b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #01343b;
  /* *background-color: #01343b; */
}

.nav_bg {
	background:url(../img/custom/nav-bg.jpg) repeat-x;
}

.navbar {
  margin-bottom: 0;
}

.navbar-inverse .navbar-inner {
  background-color: #FCBD30;
  background-image: -moz-linear-gradient(top, #FCBD30, #FCBD30);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FCBD30), to(#FCBD30));
  background-image: -webkit-linear-gradient(top,#FCBD30, #FCBD30);
  background-image: -o-linear-gradient(top, #FCBD30,#FCBD30);
  background-image: linear-gradient(to bottom, #FCBD30, #FCBD30);
  background-repeat: repeat-x;
  border-color: #FCBD30;
  border-left:0;
  border-right:0;
  border:none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff01454F', endColorstr='#ff012328', GradientType=0);
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #FCBD30;
  border-color: #FCBD30;
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .nav > li > a {
	color: #ffffff;
}

.navbar-inverse .nav > li > a:hover {
	color: #f89406;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #f89406;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
color: #f89406;
background-color: #FCBD30;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #003D4D;
  text-decoration: none;
  background-color: #eaebbb;
  background-image: -moz-linear-gradient(top, #eaebbb, #eaebbb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eaebbb), to(#eaebbb));
  background-image: -webkit-linear-gradient(top, #eaebbb, #eaebbb);
  background-image: -o-linear-gradient(top, #eaebbb, #eaebbb);
  background-image: linear-gradient(to bottom, #eaebbb, #eaebbb);
  background-repeat: repeat-x;
}
.navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
  
  color: #003D4D;
}
/* mobile menu background of selected */
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {

  background-color: white ; 
}
/* moible menu dropdown of slected */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  /* color: #f89406; */
  background-color: white;
}
.slider_bg {
	/*background:url(../img/custom/slider-bg.jpg) repeat-x #f6f6f6;*/
}

.carousel {
	margin-bottom:0;
}

a {
  color: #01454F;
  text-decoration: none;
}

.modal a {
    color:#1A98AB;
}

a:hover,
a:focus {
  color: #f89406;
  text-decoration: underline;
}

.yellowBreak {
	margin: 0;
	 border-bottom: 4px solid #e6d88a;
}

hr {
  border-top: 0;
  border-bottom: 2px solid #e6d88a;
}

.hero-unit2 {
  padding: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #494949;
  background-color: #FFF;
  border-left: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
   border-right: 1px solid #CCC;
  -webkit-border-radius:0 0 6px 6px !important;
     -moz-border-radius:0 0 6px 6px !important;
          border-radius:0 0 6px 6px !important;
}

.c-cta {
  margin: 2em 0;
}
#testimonials {
  position: relative;
}
.carousel-control {
  color: #ffffff;
  background: transparent;
}
#testimonials .carousel-indicators {
  top: -30px;
}
#testimonials .carousel-indicators li {
  background-color: #ccc;
}
#testimonials .carousel-indicators li.active {
  background-color: black;
}
.c-product-showcase {
  margin-bottom: 2em;
}
.c-product-showcase .span4 {
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .c-product-cta .btn-group {
    float: none;
  }
  .c-product-cta .span6 {
    margin-bottom: 2em;
  }
}

.pageTitle {
	text-transform:uppercase;
	text-align:center;
	color:#0f454f;
	font-weight:bold;
	font-size:60px;
	margin-bottom:20px;
}
.colorChange {
	color:#f9b738;
}
.pageTitle_hr {
	margin: 0;
	 border-bottom: 3px solid #f9b738;
}

.footerLeft {
	border-right: 2px solid #f9b738;
	padding-right:15px;
}
.footerNotice{
	color:#003D4D;
	margin-top:10px;
	font-size:12px;
}
.footerContact{
	color:#003D4D;
	font-size:12px;
}
.footerContact{
	color:#003D4D;
	font-size:12px;
}

.footerContact a {
  color: #003D4D;
  text-decoration: none;
}

.footerContact a:hover,
.footerContact a:focus {
  color: #003D4D;
  text-decoration: underline;
}
.contactsocial section
{
 
     text-align: left; 

}

.contentPage a:not(.btn) {
  color: #f9b738;
  text-decoration: none;
}

.contentPage .alert a {
  color: #000000;
}

.contentPage .alert a:hover,
.contentPage .alert a:focus {
  color: #000000;
  text-decoration: underline;
}

.contentPage a:hover:not(.btn),
.contentPage a:focus:not(.btn) {
  color: #f89406;
  text-decoration: underline;
}


h2 {
	color:#f9b738;
}

a.buttonLink {
	text-decoration:none;
}

.help-block, .help-inline {
  font-size: 12px;
  line-height: 18px;
}


.help-error, label.error {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  padding-left: 5px;
  color: #FF0000;
  font-style: italic;
}

.income-row + .income-row {
  margin-top:10px;
}

.header-logo img {
    margin:0 auto;
    display:block;
    width:100%;
    max-width: 340px;
}

label.elig img {
    margin:0 auto;
    display:block;
    max-width: 160px;
    opacity: 0.7;
    border: solid 3px transparent;
}

label.elig:hover img {
  border: solid 3px #00A000;
}

label.elig.selected img {
    opacity: 1;
    border: solid 3px #008000;
}

.learnmore-thumb{
    max-width:200px; display:block; margin: 0 auto 10px;
}


.table tr.expired > td, .table tr.expired:nth-child(odd) > td {
    color:#999;
}


.table tbody tr.status-0 > td {
  background-color: #E4E4E4;
}
.table tbody tr.status-1 > td {
  background-color: #f2dede;
}
.table tbody tr.status-2 > td {
  background-color:#fcf8e3;
}
.table tbody tr.status-3 > td {
  background-color:#fcf8e3;
}
.table tbody tr.status-4 > td {
  background-color: #d9edf7;
}
.table tbody tr.status-5 > td {
  background-color: #dff0d8;
}

.table tbody tr.status-0:hover > td {
  background-color: #C4C4C4;
}
.table tbody tr.status-1:hover > td {
  background-color: #D2BeBe;
}
.table tbody tr.status-2:hover > td {
  background-color:#DcD8C3;
}
.table tbody tr.status-3:hover > td {
  background-color:#DcD8C3;
}
.table tbody tr.status-4:hover > td {
  background-color: #B9CdD7;
}
.table tbody tr.status-5:hover > td {
  background-color: #BfD0B8;
}

.btn-donate {
    width:200px; text-align:center;
}

.donate-tax-credit{
    position:absolute; top:60px; right:100px;
}

#status-single{
    position:relative; width:380px;
}

#status-joint{
    position:relative; width:380px; display:none;
}

.faq p {
    margin-bottom: 30px;
    margin-top: 10px;

}

.faq h5 {
    color: #0f454f;
}


@media only screen and (max-width: 500px) {
    .donate-tax-credit h4 {
        font-size: 32px;
        white-space: nowrap;
        position:relative;
        top:-13px;
    }
    body {
        padding-left:10px;
        padding-right:10px;
    }

    .pageTitle {
        font-size:36px;
        line-height:40px;
        margin-bottom:10px;
    }
    .hero-unit2.contentPage {
        padding: 10px 20px;
    }
    .btn-donate {
        width: auto;
        display:block;
    }

    .controls.controls-row input {
        width:100%;
        clear:both;
        box-sizing:border-box;
        height:30px;
        line-height:30px;
    }

    .controls-row:before, .controls-row:after {
        display: none;
        line-height: 0;
        content: "";
    }
    .form-horizontal .control-group:before, .form-horizontal .control-group:after
    {
        display:none;
    }

    .donate-tax-credit {
        position: absolute; transform: scale(0.45); top: 0px; left: 117px;
    }

    select[name='taxyear'] + .help-inline {
        display:block;
        width:120px;
        font-size:10px;
        padding:5px 0 0;
        line-height:14px;
    }

    label.error {
        margin-bottom: 10px;
        font-size: 11px;
    }

    #status-joint {
        top:10px;
    }
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 375px) {
    .donate-tax-credit h4 {
        font-size: 32px;
        white-space: nowrap;
        position:relative;
        top:-13px;
    }
    .donate-tax-credit {
        position: absolute; transform: scale(0.44); top: 15px; left: 100px;
    }
}

@media only screen and (max-width: 360px) {
    .donate-tax-credit {
        transform: scale(0.41); left:105px;
    }
}

@media only screen and (max-width: 320px) {
    .donate-tax-credit h4 {
        font-size: 32px;
        white-space: nowrap;
        position:relative;
        top:-13px;
    }
    .donate-tax-credit {
        position: absolute; transform: scale(0.31); top: 0px; left: 100px;
    }
}