* {
  margin: 0;
  padding: 0;
}
#wrapper{
  display:inline-block;
  position: relative;
  top: 2px;
}
#mainContent > :first-child .row{
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
html {
  height:100%;
}
a:visited{
  color:#98A4AE;
}
body {
  height: 100%;
  position:relative;
}
#mainContent {
  position:relative;
}
.header {
background-color: #005587;
margin: 0px 0px 0px;
width: 100%;
position: relative;
overflow:hidden;
}   
#logo a img {
  border: none;
  position: relative;
  z-index: 1;
}
#wrapper {
  min-height: 610px;
}
#skirt{
  height:25%;
  background-color:#005587;
  text-align:center;
}
#footer {
  background-color: #00617F;
  padding: 10px 0;
  margin: 0 0 0 0;
  width: 100%;
}

.brand {
  color:#fff !important; 
  font-family:Share, cursive; 
}
.brand:hover {
  color:#08C !important;
} 

/*_______ TOP MENU ______________________________________*/

.top_menu ul.menu {
    float: left;
    margin: 0 0 25px 0;
}

.top_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.top_menu ul.menu li:last-child {
    border-right: none;
}

.top_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

/*_______ DROPDOWN MEIN MENU ______________________________________*/

.main_menu ul.menu > li ul {
  display: none;
}

.main_menu ul.menu li.parent:hover > ul {
  display: block;
}

.main_menu ul.menu {
    float: left;
    margin: 10px 0 0;
}

.main_menu ul.menu li {
    float: left;
    position: relative;
    list-style: none;
}

.main_menu ul.menu > li > a {
    font-size: 14px;
    margin: 0 10px;
    padding: 0 15px 30px;
    position: relative;
    text-transform: uppercase;
}

.main_menu ul.menu li a {
  white-space: nowrap;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

.main_menu ul.menu > li > a {
/*    border-bottom: 0px solid transparent;*/
}

.main_menu ul.menu > li > a:hover {
   /* border-bottom: 0px solid #12ABFF;*/
}

.main_menu ul.menu > li.active > a {
    background-color: transparent;
    border-bottom: 2px solid #12ABFF;
    box-shadow: none;
    color: #000;
}

.main_menu ul.menu > li.active > a:hover {
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

.main_menu ul.menu > li a {
   display: block;
}

.main_menu ul.menu > li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    height: 20px;
    right: -5px;
    position: absolute;
    width: 20px;
}

.main_menu ul.menu li ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
    height: 15px;
    position: absolute;
    top: 7px;
    width: 30px;
}

.main_menu ul.menu li.parent ul,
.main_menu ul.menu li ul li.parent ul {
     background: #fff;
     border-left: 1px solid #d5d5d5;
     list-style: none;
     position: absolute; 
     float: left;
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
     min-width: 200px;
     z-index: 99;
}

.main_menu ul.menu li.parent ul {
    left: 9px; 
    top:50px;
    border-top: 2px solid #12ABFF;
}

.main_menu ul.menu li ul li.parent ul {
    left: 100%; 
    top: -2px;
}

.main_menu ul.menu li.parent ul li {
    margin: 0; 
    padding: 0;
 -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
   -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-bottom: 1px solid #EAEAEA;
    clear: both;
    width: 100%;
}

.main_menu ul.menu li.parent ul li.lastChild {
    border-bottom: none; 
}

.main_menu ul.menu li.parent ul li a {
  font-size: 14px;
    float: left;
    padding: 7px 10px 7px 0;
    margin: 0 15px 0 0;
    text-indent: 10px;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    width: 100%;
}

/*_______ FOOTER MENU ______________________________________*/

.footer_menu ul.menu {
    float: left;
    margin: 0 0 15px 0;
}

.footer_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.footer_menu ul.menu li:last-child {
    border-right: none;
}

.footer_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

/*_______ TOP MENU ______________________________________*/

@media (max-width: 768px) {
  .main_menu ul.menu > li ul {
    display: block;
  }

  .top_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .top_menu ul.menu li {
      list-style: none outside none;
      position: relative;
      border-right: medium none;
      float: none;
  }
  .top_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .top_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .top_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }

  /*_______ DROPDOWN ACCORDION MENU ________________________________*/

  .main_menu ul.menu > li ul {
    display: block;
  }
  .main_menu ul.menu {
      float: none;
      margin: 10px 0 0;
  }
  .main_menu ul.menu li {
      float: none;
      position: relative;
      list-style: none;
  }
  .main_menu ul.menu > li > a {
      font-size: 12px;
      margin: 0;
      padding: 7px 10px;
      position: relative;
      text-transform: uppercase;
  }
  .main_menu ul.menu li a {
    white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          display: block;
          width: 100%;
  }
  .main_menu ul.menu > li > a {
      border-bottom: 2px solid transparent;
  }
  .main_menu ul.menu > li > a:hover {
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 17px;
  }
  .main_menu ul.menu li {
    border-top: 1px solid #E6E6E6;
}
  .main_menu ul.menu > li.active > a {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: none;
    color: #000000;
  }
  .main_menu ul.menu > li.active > a:hover {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
  }
  .main_menu ul.menu > li a {
     display: block;
  }
  .main_menu ul.menu > li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
      height: 20px;
      right: -5px;
      display: none;
      position: absolute;
      width: 20px;
  }
  .main_menu ul.menu li ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
      height: 15px;
      position: absolute;
      display: none;
      top: 7px;
      width: 30px;
  }
  .main_menu ul.menu li.parent ul,
  .main_menu ul.menu li ul li.parent ul {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: medium none;
    box-shadow: 0 0 0 transparent;
    float: none;
    position: relative;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul {
      left: 0; 
      top: 0;
  }
  .main_menu ul.menu li ul li.parent ul {
      left: 0 !important;
      top: 0 !important;
  }
  .main_menu ul.menu li.parent ul li {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul li.lastChild {
      border-bottom: none; 
  }
  .main_menu ul.menu li ul li.parent ul > li > a {
    padding: 7px 10px 7px 30px;
  }
  .main_menu ul.menu li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }
  .main_menu ul.menu li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }
  .main_menu ul.menu li.parent ul li a {
      float: none;
      margin: 0 15px 0 0;
      padding: 7px 10px 7px 15px;
      text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
      width: 100%;
  }


/*_______ FOOTER MENU ______________________________________*/

  .footer_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .footer_menu ul.menu li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .footer_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .footer_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .footer_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }

}

table.category tr th,
table.category tr td {
    border: 1px solid #E6E6E6;
    padding: 4px 16px;
}

form#adminForm ul.category li {
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    list-style: none outside none;
    margin: 4px 0;
    padding: 5px 10px;
}

/*_______ END MENU ______________________________________*/
.modal-dialog {
  width: 600px;
  margin: auto;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
}
img{
  max-width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}

#copyrights p{
  text-align:center;
}

.copyrights {
    margin: 7px 0 0;
}

.filter-search select {
    float: left;
    margin: 0 5px;
    width: 200px;
}

.filter-search,
.filters .alert-info {
    background-color: transparent;
    border: medium none;
    height: auto;
}

body.error {
    background:#f2f2f2;
}

.errorbox {
    margin: 15% 0 0;
    width: 50%;
}

.errorbox h1 {
    color: #333;
    font-size: 100px;
    line-height: 70px;
}

.errorbox h3 {
    color: #787878;
}

.errorbox a {
    cursor: pointer;
    color: #0088CC;
}

input.invalid {
    border-color: #FF0000 !important;
}

/*__________________________social icons_________________________*/

.soc_icons_box {
    text-align:center;
}
.soc_icons_box ul {
    display:-moz-inline-stack;
    display:inline-block;
}
.soc_icons_box li {
    float:left;
    list-style:none;
    padding:0;
}

.soc_icons li a {
  font-size: 18px;
  margin: 7px;
}

.soc_icons a {
-webkit-transition: all 0.1s;
   -moz-transition: all 0.1s;
     -o-transition: all 0.1s;
        transition: all 0.1s;
}

.iconsrow .fa-hover {
    float: left;
    font-size: 14px;
    padding: 3px 0 3px 9px;
    width: 225px;
}

.iconsrow i {
    font-size: 16px;
    width: 25px;
}
.iconsrow .fa-hover:hover {
    background-color: #fff;
    padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover:hover i {
    color: #0088cc;
    font-size: 18px;
}

.registration .controls{
  margin-top: 20px;
}


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

@media (max-width: 1024px) {
  
  .main_menu ul.menu li.lastChild ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
      height: 15px;
      position: absolute;
      top: 9px;
      width: 20px;
  }
  .main_menu ul.menu li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%; 
    top: -2px;
    }
}
 
@media (max-width: 980px) {
  
}

.nav{
  background-color:#98A4AE;
  width:80%;
  margin-top:-3px;
}
.nav li{
  border-right: 2px solid white;
}
.nav li:nth-last-child(1){
    border-right: 0px solid white;
}
.nav li a{
  color:white;
  font-size:18px;
}
.nav li a:hover{
  background-color:#616971;
}
.lhours{
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#leftBar{
  float:left;
  width:100%;
  padding-left:15px;
  padding-right:15px;
}
#search{
position: relative;
float: right;
right: 60px;
top: 20px;
}
#search input{
  height: 30px;
  width: 160px;
}
#search button {
  height: 30px;
}
#search a{
  color: white;
}
#search p{
  display: inline-block;
  padding-right: 20px;
  margin-left: 0px;
  position: relative;
  left: 128px;
}
#news{
display: inline-block; 
width: 30%; 
margin: 1.5%;  
border-bottom: solid;
border-width: 2px;
}
#articletitle{
  font-weight:bold;
  font-size:20px;
}
#articleimg{
height: 100px; 
overflow: hidden;
}
#articleimg img{
width: 100%;  
}
#logoimg{
  height: 120px;
  background-color: #00617F;
}
#logoimg img{
  float:left;
}
#topLayer{
height: 100%;
position: absolute;
z-index: 0;
width: 100%;
margin-top: -10px;
background-color: rgba(0, 85, 135, 0.8);
}
#headerImg{
width: 100%;
margin-top: -10px;}
#wrapper{
  width: 80%;
  margin-right: initial;
}
#subnav{
  background-color:#7A9A01;
  width:80%;
  color:white;
  text-align:center;
  font-size:0px;
}
.subnavItem{
  display: inline-block;
  width: 25%;
  text-align:center;
  font-size: 20px;
  font-weight:bold;
}
.subnavItem:nth-child(2){
  border-left:solid 1px;
  border-right:solid 1px;
}
.subnavItem:nth-child(3){
  border-right:solid 1px;
}
.subnavContent{
  display:none;
  text-align: left;
  font-weight: normal;
  width: 100%;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-top: solid 1px;
  padding-top: 16px;
}
.subnavContent p{
  text-decoration: underline;
}
.subnavContent ul{
  padding-left:15px;
}
.subnavContent a{
  color: white;
}
.subnavContent a:hover{
  color: white;
  text-decoration: underline;
}
.subnavItem:hover{
  background-color:#586F01;
}
.linkBox {
    background-color:#00617F;
    font-size: 2em;
    color: white;
    text-align: center;
    border-radius: 25px;
    box-shadow: 2px 2px 4px black;
    position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    background-position: center;
    background-size: cover;
    height:100%
  }
.linkBox:hover{
  background-color:#014B62; 
}
.linkBox:hover .linkBoxText{
  background-color:rgba(0,0,0,1); 
}
.linkBoxContainer{
    text-align:center;
    position: relative;
	width: 30%;	
    margin:1%;
    display:inline-block;
}
.linkBoxContainer:before{
  content:"";
  display: block;
  padding-top: 75%;
}
.item-page{
  width: 80%;
  padding: 1%;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #98A4AE;
  margin-top:5px;
  overflow: hidden;
}
.hoursBlock{
  display:inline-block;
  padding-right: 5px;
}
#boxLinks{
  text-align:center;
}
.linkBox .linkBoxText{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color:rgba(0,0,0,.8);
  font-family: Abel, Helvetica, Arial, sans-serif;
  width:100.2%
}
ul{
  padding-left: 15px;
}
.twentyp {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    margin-bottom: 1%;
}
.fiftyp {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 1%;
}
.thirtyp {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-bottom: 1%;
}
.twentyFivep{
	display: inline-block;
    width: 23%;
    vertical-align: top;
    margin-right: 1%;
    margin-bottom: 1%;
}
.content-category {
  width:70%;
}
.item-page .databaseItem{
  width: 100%;
}
.databaseItem {
    width: 100%;
    background-color: #00617F;
    margin-top: 15px;
    border-radius: 25px;
    padding: 15px;
    color: white;
    box-shadow: 2px 2px 4px black;
}
.databaseItem h2 {
    margin-top: 0px;
}
.databaseInfo {
    display: inline-block;
    width: 80%;
    padding: 15px;
}
.databaseInfo a{
  color:#4eadff;
}
.databaseInfo a:visited{
  color:#4eadff;
}
.databaseIcon {
    display: inline-block;
    vertical-align:top;
    height: 100%;
    width: 19%;
    padding: 15px;
}
.databaseIcon img {
  width:100%;
  border-radius:17%;
}
.databaseInfo button {
    background-color: #7A9A01;
    padding-left: 5px;
    border-radius: 10px;
    padding-right: 5px;
    color:white;
}
.formSection {
    padding: 10px;
}
.formSection label {
    padding-right: 10px;
}
.formGroup .formSection{
    display: inline-block;
    width: 45%;
	vertical-align: top;
}
#lnav{
  padding-top:15px;
}
.lnavButton {
    width: 100%;
    background-color: #00617F;
    color: white;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lnavButton:hover{
  background-color:#014B62; 
}
#imgGal{
	width:100%;
    overflow: hidden;
    white-space: nowrap;
}
#imgGal .rotator {
    display:inline-block;
	position:relative;
	width:100%;
    line-height:0px;
    vertical-align: top;
}
#imgGal img {
    width:80%;
}
.blurb{
    position: absolute;
    height: 100%;
    width: 20%;
    bottom: 0%;
    color: white;
    right: 0%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    white-space: normal;
    line-height: 1.42857143;
    overflow:auto;
}
.blurb h3{
    margin-top: 0px;
}
#cButtons{
 display: inline-block;
}
#cButtons span {
  cursor:pointer;
}
#jobContainer {
    font-family: Rockwell,Arial;
}
#jobHeader {
    width: 100%;
    background-color: #00617F;
    height: auto;
    color: white;
    font-size: 48px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#jobHeader p {
    position: relative;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}
#jobPicture {
    background-image: url(/images/jobCenter/jobGirl.jpg);
    background-size: cover;
    height: 360px;
}
#jobEyeCatch {
    color: #FFF;
    height: 80px;
    width: 236px;
    font-size: 28px;
    background-color: #00617F;
    padding-bottom: 10px;
    padding-left: 25px;
    float: right;
    position: relative;
    right: 0px;
    bottom: 340px;
}
#jobFoot {
    width: 100%;
    background-color: #00617F;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: white;
}
#jobFoot p {
    position: relative;
    top: 4px;
}
#jobLinks {
    width: auto;
    display: inline-block;
    text-align: center;
    border-right: solid 5px;
    border-color: #EE8334;
    padding-right: 10px;
    margin-left: 10px;
}
#jobFoot a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}
#jobLinksEnd {
    width: auto;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}
button {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 7px;
    color: white;
    background-color: rgb(0, 97, 127);
}
#donate{
  float: right;
  width: 33%;
  padding: 0px 15px 15px;
  margin: 0px 15px 15px;
  background-color: rgb(0, 97, 127);
  color: white;
  border-radius: 15px;
  box-shadow: 1px 1px 4px black;
}
.ui-accordion .ui-accordion-content{
  max-height:400px;
}
#socialStuff{
  text-align: center;
}
.socialMediaStuff{
  margin:1%;
  text-align:left;
  display:inline-block;
  width:47%;
}
table td{
  padding-left:15px;
}
.innerContent {
    background-color: #f8f8f8;
    padding: 1%;
    border-width: 1px;
    border-color: #98A4AE;
    border-style: solid;
}
.innerContent h3 {
    margin-top: 0px;
}
#alert{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  z-index: 1000;
}
#alertBox{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: white;
    border-radius: 15px;
    text-align: center;
    height: 30%;
}
#alertBox button{
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0px;
}
#alertTitle{
  width: 100%;
  background-color: rgb(153, 0, 0);
  color: white;
  vertical-align: top;
  font-size: 2em;
}
#alertMessage{
  font-weight: bold;
  margin-top: 1%;
}
.blogs{
  width: 47%;
  margin: 1%;
  display: inline-block;
  vertical-align: top;
  background-color: rgb(248, 248, 248);
  padding: 15px;
  border-radius: 15px;
  border-style: solid;
  border-color: rgb(152, 164, 174);
  border-width: 1px;
}
.blogs img{
  width:100%;
}
.blogs p{
  margin-top: 20px;
  font-size:1.2em;
}
.blog{
  width: 80%;
  padding: 1%;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #98A4AE;
  margin-top: 5px;
}
.blogBanner{
    width:80%;
  }
.socialicons{
    text-align:left;
}
.socialicons img{
    width:29px;
}
.tag-category{
  width: 80%;
  padding: 2%;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #98A4AE;
  margin-top: 5px;
}
.bookChoice h2 {
  margin-top:0px;
}
.bookChoice a {
  color:#2a6496;
}
.bookChoice img{
  padding-bottom:15px;
}
.bookChoice {
    width: 21%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #98A4AE;
}
.icons {
    padding-right: 30px;
    display: inline-block;
}
.material-icons {
    cursor: pointer;
    vertical-align: bottom;
}
#playPause {
    display: inline-block;
}
#adminForm ul{
  list-style:none;
}
@media screen and (max-width: 1200px) and (min-width:769px) {
  .hoursBlock{
    font-size:.8em;
    padding-right:0px;
  }
  #imgGal img {
    width:100%;
  }
  .blurb{
    width:100%;
    position:static;
  }
  .database{
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-4, .col-md-4, .col-lg-4, .col-xs-12{
    padding-left: 0px;
}
  #logoimg {
    height: 175px;
  }
  #search {
    position: static;
    float:none;
    margin-left:15px;
    width:400px;
  }
  #search button {
    height: 40px;
  }
  #search p a{
    display:none;
  }
  .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
    width: 100%;
  }
  .row{
    width: 100% !important;
    margin-left:0px;
  }
  #lhours {
    font-size: 1.2em;
  }
  #lhours a {
    font-size: 1.2em;
  }
  .lnavButton {
    width: 100%;
    text-align: left;
    font-size: 1.5em;
    padding-left: 15px;
    border-radius:0px;
    margin-top:0px;
   }
   #wrapper {
    width: 100%;
  }
   .nav {
    width: 100%;
    display:block;
   }
  .nav li {
    width: 100%;
    border: none;
    border: solid;
    border-width: 0px 0px 2px 0px;
    border-color: white;
  }
  .nav li a {
    color: white;
    font-size: 1.5em;
  }
  .nav.navbar-nav.menu {
    margin-left:0px;
    margin-right:0px;
  }
  #subnav {
    width: 100%;
    font-size: 16px;

  }
  .subnavItem{
    display: block;
    width:100%;
    border-left:none;
    border-right:none;
    font-size: 1.5em;
    border: solid;
    border-width: 0px 0px 2px 0px;
    border-color: white;
    
  }
  .subnavItem:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
  .subnavItem:nth-child(3) {
    border-right: 0;
  }
  .item-page {
    width: 100%;
  }
  #imgGal img {
    width:100%;
  }
  .linkBoxContainer{
    width:47%;
  }
  .linkBox .linkBoxText{
    font-size:.8em;
  }
  .blurb{
    width:100%;
    position:static;
  }
  #cButtons {
    font-size: 3em;
  }
  #cButtons span {
    background-color: #7A9A01;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
  }
  .socialMediaStuff {
    display: block;
    width: 100%;
  }
  .twentyFivep{
    width: 47%;
  }
  .blogs{
    width:97%;
  }
  .blog{
    width:100%;
  }
  .blogBanner{
    width:100%;
  }
  .databaseInfo{
    width: 100%;
  }
  .databaseIcon{
    width: 50%;
  }
  .bookChoice {
    width:98%;
  }
  #donate{
    width:98%;
  }
  .material-icons{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3em;
  }
}