.navbar_ h1.brand a {
	margin: 5px 0px 0px 0px;
	width: 350px;
	height: 77px;
}

#double, #triple, #quad {
	width:95%;
	margin:10px 0px 10px 0px;
	overflow:hidden;
}

#double li, #triple li, #quad li {
	line-height:2em;
	float:left;
	display:inline;
}

#double li  { width:45%;} 
#triple li  { width:33.333%; }
#quad li    { width:25%; } 
#six li     { width:16.666%; } 

.search-form { margin-top: 23px; }
.search-form input { height: 41px; width: 50%; padding: 11px 10px 13px 10px; line-height: 17px !important; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; float: left; }
.search-form label { min-height: 61px; position: relative; overflow: hidden; display: block; }
.search-form .error, .search-form .empty { display: none; position: relative; font-size: 11px; line-height: 14px; color: #FAA732; float: left; margin: 2px 0 4px 10px; min-width: 160px; }
.search-form .success { display: none; color: #1c2129; padding-bottom: 5px; }
.search-form textarea { width: 100%; height: 223px; padding: 8px 0 0 10px; resize: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.search-form input, .search-form textarea { -webkit-box-shadow: 0 1px 3px #E3E3E3; -moz-box-shadow: 0 1px 3px #E3E3E3; box-shadow: 0 1px 3px #E3E3E3; }
.search-form input:focus, .search-form textarea:focus { box-shadow: none; }
.search-form .btn { margin: 0px 0 0 20px; }
.search-form input[type="submit"] { width:auto;}

.clear input {height:auto;}


@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {

}

@media (max-width: 480px) {
.text-widget {
    margin: 0px 0px 0px -20px;
    padding: 2px;
	width:336px;
}
.navbar_ h1.brand {
    margin: 0 0 0 -18px;
}





}
@media (max-width: 979px) {

}
@media (min-width: 980px) {
	
}

.office-hours ul li {
    width: 100%;
    font-weight: 600;
    color: #888;
    margin: 2px 0;
    transition: 0.2s;
    cursor: default;
}

.office-hours ul li span {
    float: right;
    font-weight: 400;
}


 @media (min-width: 576px) {
        .rmn_cta a img {
          display: none;
        }
        .rmn_cta a span {
          display: block;
        }
      }

      .rmn_cta {
        box-sizing: border-box;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 80px;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
        background-color: #ffff;
        background: linear-gradient(180deg, #ffffff 0%, #f6f8fA 89.02%, #d5d5d5 100%);
        box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
        border-top: 1px solid #ccc;
        font: 700 20px/1.2 'Lato', helvetica, arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        color: #000;
        text-transform: uppercase;
      }
      .rmn_cta > span {

      }
      .rmn_cta a {
        margin: 0 0 0 20px;
        text-decoration: none;
        color: #fff;
      }
      .rmn_cta a:hover,
      .rmn_cta a:focus,
      .rmn_cta a:active {
        text-decoration: none;
      }
      .rmn_cta a img {
        display: block;
      }
      .rmn_cta a span {
        display: none;
        background-color: #000;
        background: linear-gradient(180deg, #484848 0%, #000000 100%);
        padding: 7px 10px;
        border-radius: 4px;
        letter-spacing: .5px;
        font-size: 12px;
        box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
      }