/*--STYLES - USING LESS --*/
/*--google fonts--
font-family: 'Open Sans', sans-serif;
green color: #1eab4e;
darder green color: #179943;
blue color: #006eb4;
darker blue color: #065e95
*/
.validation-buttons {
  text-align: center;
  margin-top: 20px;
}
.validation-buttons a:link {
  color: white;
}
.validation-buttons a:visited {
  color: white;
}
.validation-buttons a:hover {
  color: white !important;
}
.validation-buttons a:active {
  color: white;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
a:link {
  color: #006eb4!important;
  text-decoration: none;
}
a:visited {
  color: #006eb4!important;
  text-decoration: none;
}
a:hover {
  color: #1aab4d!important;
  text-decoration: none;
}
a:active {
  color: #006eb4!important;
  text-decoration: none;
}



p {
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 15px;
}
h5 {
  color: #1aab4d;
  padding-top: 10px;
  padding-bottom: 0px;
}
.small-h5 {
  font-size: 0.8em;
}
h6 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  margin-top: 30px;
}
input[type=text],
select {
  background-color: #f2f2f2;
}
input[type=email],
select {
  background-color: #f2f2f2;
}
textarea.form-control {
  background-color: #f2f2f2;
}
input[type=*] {
  margin: 10px;
}

.col-lg-12  {
  margin-top: 20px;
}

/*----- Home page nav -----*/

.nav-link:link  {
  color: silver!important;
}
.nav-link:visited {
  color: silver!important;
  text-decoration: none;
}
.nav-link:hover {
  color: #1aab4d!important;
  text-decoration: none;
}
.nav-link:active {
  color: silver!important;
  text-decoration: none;
}

.navbar-nav {
  margin-left: 8%;
  margin-top: 0;
}
.navbar-nav li {
  margin-right: 20px;
}
.logo {
  width: 90% !important;
}
@media only screen and (max-width: 1040px) {
  .navbar-nav {
    margin-left: 5%;
    margin-top: 0;
  }
  .navbar-nav li {
    margin-right: 12px;
  }
  .logo {
    width: 90% !important;
  }
}


@media only screen and (max-width: 768px) {
  .logo {
    margin-left: 20px;
    width: 140px !important;
  }
}
/*-----CAROUSEL-------*/
/*#carouselExampleIndicators {
  border-top: 4px solid green;
  border-bottom: 4px solid green;
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
}
.carousel-item p {
  text-align: center;
}*/

.heading-anniversary {
  font-style: italic;
  color: blue;
}

/*-----EMBEDDED VIDEO-----*/
.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
width: 100%;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width: 768px)  {
.youtube-responsive-container {
  width: 100%!important;
  height: auto;
}
.youtube-responsive-container iframe  {
  width: 100%;
  height: auto;
}
}

/*--NEW VIDEO 2--*/
.youtube-responsive-container-2, .embed-youtube-new {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px)  {
  .youtube-responsive-container-2, .embed-youtube-new {
    margin-bottom: 80px;
}
}


.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.row-logos img  {
  max-width: 75%;
}
@media screen and (max-width: 768px)  {
.row-logos img  {
  max-width: 68%;
}
}

.logo-container  {
  padding: 0;
}
.logo-container article  {
  background-color:#f3f3f3;
  padding: 0;
}
.logo-container article h3  {
  padding: 10px 0;
  margin: 0;
}
@media screen and (max-width: 768px)  {
.logo-container article h3  {
  font-size: 1.3em;
}
}

/*#home .container article .row-economic-impact .col img  {
  max-width: 100%!;
}*/

@media screen and (min-width: 768px)  {
.card-eco-impact  {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
}


/*----- Universal -----*/
.container h3 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #1aab4d;
}
.container h5 {
  text-align: center;
  text-transform: uppercase;
}
.container h6 {
  text-align: center;
  padding-top: 0px;
}
.top-deck {
  margin-bottom: 40px;
}
.bottom-deck {
  margin-top: 40px;
  margin-bottom: 40px;
}
.top-row {
  margin-top: 0;
}
.top-col {
  margin-top: 30px;
}
.card {
  text-align: center;
}
.card-text {
  text-align: center;
}
.text-muted {
  text-align: center;
}
/*-----Left and Right padding for all pages except History and Membership-----*/
#about,
#management,
#home,
#links,
#events,
#maps,
#contactus,
#grants,
#riversweep {
  padding-left: 10% !important;
  padding-right: 10% !important;
  margin: 0 !important;
}
#history,
#membership,
#recreation {
  padding-left: 9% !important;
  padding-right: 9% !important;
  margin: 0px !important;
}
@media only screen and (max-width: 768px) {
  #about,
  #management,
  #home,
  #links,
  #events,
  #maps,
  #contactus {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #history,
  #membership,
  #recreation {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0;
  }
}

.container-economic-impact .row .col img  {
  width: 100%;
}

.eco-plan-link i  {
  margin-right: 10px;
}



/*-----End Left and Right padding for all pages except History, Membership-----*/

@media only screen and (max-width: 600px) {
  .jumbotron h1 {
    font-size: 2.5em;
  }
  .section {
    width: 100%;
    padding-top: 60px;
  }
  .row {
    padding-top: 30px;
  }
  footer {
    margin-top: 20px;
  }
  .top-image img {
    min-height: 70px;
    width: auto;
  }
}
/*---SMOOTH SCROLL BEHAVIOR---*/
html {
  scroll-behavior: smooth;
}
/*---END SMOOTH SCROLL---*/
/*---TOP OF PAGE BUTTON---*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #1aab4d;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  opacity: 0.8;
}
#myBtn:hover {
  background-color: #006eb4;
}
/*---END TOP OF PAGE BUTTON---*/
/*----- MAIN SECTION -----*/
/*----- About Us page -----*/
/*----- blue -----*/
/*===== mixins =====*/
.blue-text {
  color: #006eb4;
}
.blue-bkgd {
  background-color: #006eb4;
}
/*----- green -----*/
.green-text {
  color: #1aab4d;
}
.green-bkgd {
  background-color: #1aab4d;
}
/*===== end mixins =====*/
.section {
  padding-top: 60px;
}
.row {
  padding-top: 20px;
}
.underline {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}
.blue {
  background-color: #1aab4d;
}
/*----- About Us page image -----*/
.about-top-image {
  max-width: 100%;
  height: 150px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-image: url("../images/abouttop-thin.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.bod-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bod-list > .blue {
  background-color: #006eb4 !important;
  margin-top: 30px;
  font-weight: 600;
}
.about-list {
  margin-top: 0;
  padding-top: 0;
}
.about-list li {
  padding-bottom: 10px;
  padding-top: 0;
}
@media only screen and (max-width: 600px) {
  .about-top-image {
    background-image: url("../images/abouttop.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .bod-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bod-list ion-icon, .links-list ion-icon {
  font-size: 24px;
  padding: 0;
  margin: 0;
  margin-bottom: -3px;
}
.bod-list > li, .links-list > li {
  padding: 10px !important;
}
span {
  padding-right: 20px;
}
/*----- History page -----*/
.card-footer-sm {
  margin-top: -37px;
}
/*----- Membership page -----*/
.membership {
  text-align: center;
}
.table {
  margin-bottom: 80px;
}
#membership {
  margin-top: 50px !important;
}
#donors {
  margin-top: 60px;
}
.membership th {
  width: 33%;
}
#donors ul {
  margin-top: 0;
}
.toprow th {
  background-color: #dcdcdc;
  color: black;
}
/*----- Management Plan page -----*/
#plan {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#plan ion-icon {
  padding: 0 10px 0 0;
  margin: 0;
  color: red;
}
/*----- Links -----*/
.links-row {
  margin: 0 0 40px 0;
}
.links-row h6 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .links-row .h6-top {
    margin-top: -30px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .links-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .bod-list, .links-list  {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.links-row ul {
  margin-top: 20px;
}
.links-top-image {
  max-width: 100%;
  height: 150px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-image: url("../images/linkstop-thin.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
@media only screen and (max-width: 500px) {
  .links-top-image {
    background-image: url("../images/linkstop.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/*----- Map -----*/
.detail-map {
  margin-top: 60px;
}
.map-button {
  padding-top: 30px;
}
.map-heading {
  padding-bottom: 0px;
}

.btn-map:link  {
  color: white!important;
}
.btn-map:visited  {
  color: white!important;
}
.btn-map:hover  {
  color: white!important;
  opacity: 0.8!important;
}
.btn-map:active  {
  color: white!important;
}


.map-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.trail-map {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  text-align: center;
}
.trail-map img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid black;
  box-shadow: 3px 7px 10px #c0c0c0;
}
.trail-map h6 {
  margin-top: 60px;
}
.map-key {
  width: 100%;
  padding: 0;
}
.col-list {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
  list-style-position: inside;
}
.col-list2 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
  list-style-position: inside;
}
.mapkey-row {
  /*width: 100%;*/
  padding-top: 20px;
}
.ordered li {
  display: list-item;
}
.mapkey h6 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mapkey-row {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .col-list {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .col-list2 {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
  }
  .map-col {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0px;
  }
}
/*-----end mobile-----*/
.trail-key {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.icon ion-icon {
  margin-right: 10px;
  font-size: 5em;
}
.bod-list, .links-list li {
  margin: 0;
  padding: 0;
}
.bod-list .list-group-item:nth-child(odd), .links-list .list-group-item:nth-child(odd) {
  background-color: #d3f8e0;
}
.tooltip {
  pointer-events: none !important;
}
.trail-map a:link {
  color: white;
}
.trail-map a:visited {
  color: white;
}
.trail-map a:hover {
  color: white !important;
  text-decoration: none;
}
.trail-map a:active {
  color: white;
}
/*----- Events -----*/
.events-top-image {
  max-width: 100%;
  height: 150px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-image: url("../images/eventstop-thin.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
@media only screen and (max-width: 600px) {
  .events-top-image {
    background-image: url("../images/eventstop.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .media-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .panel-body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .media-body {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.media-body {
  margin-left: 20px;
  margin-right: 20px;
}
.panel.date {
  margin: 5px;
  width: 60px;
  text-align: center;
}
.panel.date .month {
  padding: 2px 0px;
  font-weight: 700;
  text-transform: uppercase;
}
.panel.date .day {
  padding: 3px 0px;
  font-weight: 700;
  font-size: 1.5em;
}
.panel-heading h3 {
  padding-bottom: 20px;
  padding-top: 0px;
}
.media-list li:nth-child(odd) {
  background-color: #d3f8e0;
}
.media-list {
  padding: 25px 0 0px 0px;
}
.media-list li {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.events-container {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}
.panel-title {
  text-align: center;
  padding-right: 10px;
}
.media-heading {
  font-size: 1.2em;
}
.media {
  padding: 10px !important;
  margin: 0 !important;
}
.panel-body {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .panel-body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#events .row  {
  padding: 45px;
}
@media only screen and (max-width: 768px) {
  #events .row  {
    padding: 15px;
  }
}

/*----- Contact Page -----*/
.contactus-top-image {
  max-width: 100%;
  height: 150px;
  margin-top: 40px;
  margin-bottom: 20px;
  background-image: url("../images/contactustop-thin.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}

#contactus .contact-details li  {
  padding-bottom: 10px!important;
}

/*----- Contact Form -----*/
#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}
#contact .form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}
#contact .form button[type="submit"]:hover {
  background: #13a456;
}
@media only screen and (max-width: 500px) {
  .contactus-top-image {
    background-image: url("../images/contactustop.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

   .col-lg-6, .col-lg-12, .col-12   {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
#contactpage {
  padding-left: 0;
  text-align: left !important;
}
.contact-list {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
/*--FORM BUTTON STYLE START--*/
.btn-block {
  width: 33% !important;
  margin-left: auto;
  margin-right: auto;
  color: white !important;
}
.btn-block:hover {
  width: 33% !important;
  margin-left: auto;
  margin-right: auto;
  color: white !important;
}
@media only screen and (max-width: 768px) {
  .btn-block {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-block:hover {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
/*--FORM BUTTON STYLE END--*/
/*----- End Contact -----*/

/*----- Riversweep -----*/
/*.jumbotron a:link {
  color: white;
}
.jumbotron a:visited {
  color: white;
}
.jumbotron a:hover {
  color: white;
}
.jumbotron a:active {
  color: white;
}*/

/*#riversweep {
  padding-left: 25px;
  padding-right: 25px;
}*/

#riversweep .jumbotron  {
  padding-left: 160px!important;
  padding-right: 160px!important;
}

@media screen and (max-width: 768px)  {
#riversweep .jumbotron  {
  padding-left: 20px!important;
  padding-right: 20px!important;
}
}

#riversweep h1 {
  color: #1aab4d !important;
  padding-bottom: 20px;
}

.card .river-sweep-icon  {
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .card .river-sweep-icon  {
    width: 50px;
  }
}

@media only screen and (max-width: 600px) {
  #riversweep h1 {
    font-size: 2em;
  }
  #riversweep ion-icon {
    font-size: 1em;
  }
  .card .river-sweep-icon  {
    font-size: 1em!important;
  }
}

#riversweep .new-locations h6  {
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 768px)  {
#riversweep .new-locations h6  {

  margin-bottom: 10px;
  margin-top: 20px;
  padding-top: 0;
}
}

#riversweep ol li  {
  padding-bottom: 10px;
}

#riversweep ul li  {
  list-style-type: disc;
}

.container-vol-spotlight  {
  width: 60%;
  margin-left: 11%;
  margin-right: auto;
}
.container-vol-spotlight .card img  {
  width: 100%;
}

@media screen and (max-width: 768px)  {
.container-vol-spotlight  {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
}

.list-group-vol .list-group-item  {
  text-align: left!important;
}




li i  {
  font-size: 32px;
  color: #006eb4;
  margin-left: 10px;
  margin-top: 5px;
}
li i:hover  {
  opacity: .7;
  transition: 0.2s
}

.jumbotron .lead-1 {
  /*color: #006eb4;*/
}
/*.jumbotron a:link {
  color: white !important;
}*/
.jumbotron {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 600px) {
  #reg-begins {
    padding: 40px 20px !important;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .reg-begins {
    padding: 0px;
    margin: 0;
  }
  #locations {
    width: 100% !important;
  }
  #locations ul  {
    padding-left: 10px!important;
  }
}
#locations {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#locations ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#locations li {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.cecil-col2  {
  padding-top: 60px;
}

@media screen and (max-width: 600px) {
.cecil-col2  {
  padding-top: 0px;
}
}


/*-----Registration page-----*/
.riversweep-thanks > h1 {
  margin-top: 100px !important;
  text-align: center !important;
}
.riversweep-thanks > p {
  margin-top: 10px !important;
  text-align: center !important;
  margin-bottom: 300px;
}
.riversweep-error > h1 {
  margin-top: 100px !important;
  text-align: center !important;
}
.riversweep-error > p {
  margin-top: 10px !important;
  text-align: center !important;
  margin-bottom: 300px;
}
#riversweep legend {
  font-size: 1em;
  text-transform: uppercase;
  color: #1aab4d;
}
.instructions {
  width: 100%;
  margin-top: 20px;
  padding: 0 !important;
}
#reg-begins {
  padding: 40px 20px;
  background-color: #d9d9d9;
}
#registration {
  width: 100%;
  padding: 0;
  margin: 0;
}
#registration > .registration-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.form-instructions {
  width: 100%;
}
#registration > .form-container {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

/*-----REGCLOSED-----*/
@media only screen and (max-width: 600px) {
.btn-regclosed  {
  margin-bottom: 10px!important;
}
}

.display-4 ion-icon {
  color: #006eb4;
}
@media only screen and (max-width: 768px) {
.display-4 ion-icon {
  color: #006eb4;
  font-size: 28px!important;
}
}

#event-info {
  margin-top: 30px;
}
.radio-inline {
  padding-left: 20px;
}
#alone-group {
  margin-top: 20px;
}
/*----- recreation -----*/
#recreation iframe {
  width: 100%;
  padding: 0;
  margin: 0;
}
.video-col {
  margin-top: 20px;
}
#recreation h6 {
  margin-bottom: 15px;
}
/*span ion-icon  {
  font-size: 3.5em;
  color: white;
}*/
figcaption {
  text-align: center;
  font-size: 0.8em;
}
/*----- projects -----*/
/*----- footer -----*/
footer {
  padding: 15px 15px 5px 15px;
  background-color: #2f4f4f;
  color: white;
  text-align: center;
  font-size: 0.8em;
  margin-top: 50px;
}
footer a:link {
  color: #d3d3d3!important;
}
footer a:visited {
  color: #d3d3d3!important;
}
footer a:hover {
  color: white!important;
}
footer a:active {
  color: #d3d3d3!important;
}

/*-----Protected Phone Number-----*/
span.protectedNumber:before {
    content: "" attr(title);
      }


/*-----Grants------*/
#grants .grants-heading  {
  margin-bottom: 20px;
}

.grantapp hr  {
  border-color: green;
}

#grants .btn-primary, #grants .btn-primary:hover  {
  color: white!important;
  margin-bottom: 20px;
}

.form-top  {
  padding: 0px;
  margin: 0px;
}
.form-top h5  {
  margin-bottom: 30px;
}

.form-top .form-par  {
  padding: 0px;
  margin-bottom: 10px;
  text-align: left;
}

/*--temp--*/
.form-top .form-par2  {
  padding: 0px;
  margin-bottom: 10px;
  text-align: center;
}

#guidelines, #grantform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
#guidelines h6, #grantform h6  {
  text-align: center;
}
}

#guidelines h6 ion-icon, #grantform h6 ion-icon {
  padding: 0 10px 0 0;
  margin: 0;
  color: red;
}
@media screen and (max-width: 768px)  {
  #guidelines ion-icon, #grantform ion-icon {
  padding: 0 10px 0 0;
}
}

#grantform  {
  margin-top: 0;
}

#grantapp  {
  background-color: #f2f2f2;

}

#grantapp .input-group  {
margin-bottom: 15px!important;
}

#grantapp .btn-success  {
  margin-bottom: 20px;
  color: white;
}
#grantapp .btn-success:hover  {
  margin-bottom: 20px;
  color: white!important;
}

@media screen and (max-width: 768px)  {
  #grantapp .btn-success  {
  margin-bottom: 0px;
  margin-top: 20px;
}
}

.grantapp  {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 20px 10px;
}

.col-lg-4, .col-lg-3  {
  padding: 10px;
}

@media screen and (max-width: 768px)  {
.grantapp  {
  width: 90%;
}
.col-lg-4, .col-lg-3  {
  padding: 0px;
}
}



@media screen and (max-width: 768px) {
  #grantapp .col-lg-12  {
  margin-bottom: 20px!important;
}
  #grantapp .input-group  {
  margin-bottom: 20px!important;
  }
}

.grant-radio  {
  margin-bottom: 20px;
  margin-left: 5%;
}

input[type="radio"] {
  margin-right: 10px;
}
input[type="checkbox"] {
  padding-left: 5px;
  margin-right: 5px;
}
.form-group .form-check-label  {
  margin-left: 20px;
}

/*.grants-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
.grants-footer {
  position: relative;
}
}*/

.bottom-space  {
  height: 200px;
}
@media screen and (max-width: 768px)  {
.bottom-space  {
  height: 0px;
}
}
