/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
a {color: #29c0cf;}
a:hover {color:#000000;}
div.header-lined h1 {color:#404040;}
.btn-primary {background-color: #000000;border-color:#404040;}
.navbar-toggle {background-color:#fff;}
section#header {background-color:#000;}
.home-shortcuts {
  background: #21C8D6!important;
}
section#main-menu {background-color:#666;}
.navbar-main {background-color:#666;}
.home-shortcuts li:first-child {border-left: 1px solid #37CDDA;}
.home-shortcuts li {border-right: 1px solid #37CDDA;}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {background-color:#21C8D6;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {border-color:#37CDDA;}
section#footer p {border-top: 20px solid #000000;}
.input-group .form-control {z-index:4;}
.note {
  background-color: rgba(255, 251, 204, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 15px;
  padding: 10px 30px;	
}
.anchorslinks {
    background: #f9fdf8;
    border: 1px solid #caeabc;
    border-radius: 4px;
    padding: 30px;
}
.btn-success {
    color: #fff;
    background-color: #29c0cf;
    border-color: #29c0cf;
}
#Primary_Navbar-Contact_Us {
    display: none;
}