body {
	padding-top: 50px;
	padding-bottom: 100px;
    background-color: #e3e3e3;
    /* bg position */
    background-position: 0px 80px; 
    background-repeat: repeat-y;
}

.my-divider {
    background-color: darkgray;
    height: 1px;
}

#firegallery .col-xs-6 {
    padding: 0px;
    margin: 0px;
}

#firegallery {
    margin: 0px;
    padding: 0px;
}

h1, h3, h5, h6 {
    font-variant: small-caps;
    color: #1b3d7e;
}

h2, h4 {
    font-variant: small-caps;
    color: firebrick;
}

.red {
    color: firebrick;
}

h4 {
    color: firebrick;
    font-size: 1.5em;
}

h5 {
    font-weight: bold;
    font-size: 1.2em;
}

#page-bc {
    margin-bottom: 0px;
}

#my-page-content .page-header {
    margin-top: 0px;
}

@media (max-width: 600px) {
    #smallbanner {
        display:none;
    }
    #blue-buttons-ul {
        padding-top: 20px;
    }
}

@media (max-width: 800px) {
    #recruit_side_b {
        display: none;
    }
}

#carousel-example-generic .carousel-caption {
    background-color: rgba(45, 45, 45, 0.8);
}

#carousel-example-generic.carousel .carousel-indicators {
    bottom: -10px;
}

#carousel-example-generic.carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    box-shadow: 2px 2px 5px #000000;
}

@media (max-width: 1000px) {
    #carousel-example-generic.carousel .carousel-indicators {
        bottom: -5px;
    }
}

#carousel-fire-truck {
    background-color: rgba(0,0,0,0.9);
    opacity: 1;
    position:absolute;
    bottom: autopx;
    top: auto;
    left: 10%;
    right: auto;
    width: auto;
    height: auto;
    padding: 20px;
}

@media (max-width: 600px){
    #carousel-example-generic {
        display: none;
    }
}

#job-pic:hover {
    transform: scale(1.1);
}

#job-pic {
    transition: all 0.4s ease 0s;
}

#carousel-example-generic {
    max-width: 1260px;
}

/* my buttons blue */
.mybuttons-blue ul {
    list-style: none;
    
    background: #2e416e; /* Old browsers */
    background: -moz-linear-gradient(top,  #5982b2 0%, #1f3b77 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5982b2), color-stop(100%,#1f3b77)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5982b2 0%,#1f3b77 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5982b2 0%,#1f3b77 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5982b2 0%,#1f3b77 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5982b2 0%,#1f3b77 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5982b2', endColorstr='#1f3b77',GradientType=0 ); /* IE6-9 */

    text-align: center;
    padding: 0px;
    margin: 0;
    font-variant: small-caps;
    width: 1260;
}

.mybuttons-blue li {
  font-family: sans-serif;
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #8990b5;
}
 
.mybuttons-blue a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 1.2em;
    transition: .5s background-color;
}
 
.mybuttons-blue a:hover {
  background-color: #5e6c84;
}
 
.mybuttons-blue a.active {
  background-color: #5e6c84;
  color: #fff;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .mybuttons-blue li {
    width: 20%;
    border-right:1px solid #8990b5;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
    display: inline-block;
  }
 
  /* Option 1 - Display Inline */
  .mybuttons-blue li {
    margin-right: -4px;
  }
    
    #facil {
        font-size: 1em;
    }

}

/* my buttons gray */
.mybuttons-gray ul {
    list-style: none;
    font-variant: small-caps;
    
    background: #9c9c9c; /* Old browsers */
    background: -moz-linear-gradient(top,  #b5b5b5 0%, #727272 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b5), color-stop(100%,#727272)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b5b5b5 0%,#727272 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b5b5b5 0%,#727272 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b5b5b5 0%,#727272 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b5b5b5 0%,#727272 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#727272',GradientType=0 ); /* IE6-9 */

    text-align: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.mybuttons-gray li {
  font-family: sans-serif;
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #afafaf;
}
 
.mybuttons-gray a {
  text-decoration: none;
    font-size: 1.2em;
  color: #fff;
  display: block;
  transition: .5s background-color;
}
 
.mybuttons-gray a:hover {
  background-color: #a8a8a8;
}
 
.mybuttons-gray a.active {
  background-color: #a8a8a8;
  color: #ffffff;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
    .mybuttons-gray li {
    width: 33.333333333333%;
    border-bottom: none;
    border-right: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
  }
 
  /* Option 1 - Display Inline */
    .mybuttons-gray li {
    display: inline-block;
    margin-right: -4px;
  }
}

#indexheader .page-header {
    margin-top: 20px;
    margin-bottom: 8px;
}

/* blue drop down */
.bluedropdown li {
    font-family: sans-serif;
    font-size: 0.8em;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #8990b5;
    display: block;
    background-color: #ffffff;
    width: 100%;
    text-align: left;
}

    .bluedropdown li a {
        text-decoration: none;
        color: #393939;
        transition: .5s;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
    }

        .bluedropdown li a:hover {
          background-color: #cbc3aa;    
        }

@media (min-width: 980px){
.mybuttons-blue .dropdown:hover .dropdown-menu {
    display: block;
    width: 100%;
    animation-name: slidenavAnimation;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration:.7s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration:.7s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
}

.dropdown-menu {
    min-width: 0px !important;
}

/* side-nav */
#side-nav ul {
    list-style: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-variant: small-caps;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: -3px 3px 5px #525252;

}

    #side-nav ul li {
        font-family: sans-serif;
        line-height: 40px;
        height: 40px;
        color: white;
        cursor:pointer;
        padding-left: 20px;
        border-bottom: 1px solid #8d93b1;
        
        background-image: -webkit-gradient(
	       linear,
	       right top,
	       left top,
	       color-stop(0, #5982B2),
	       color-stop(1, #1F3B77)
        );
        background-image: -o-linear-gradient(left, #5982B2 0%, #1F3B77 100%);
        background-image: -moz-linear-gradient(left, #5982B2 0%, #1F3B77 100%);
        background-image: -webkit-linear-gradient(left, #5982B2 0%, #1F3B77 100%);
        background-image: -ms-linear-gradient(left, #5982B2 0%, #1F3B77 100%);
        background-image: linear-gradient(to left, #5982B2 0%, #1F3B77 100%);
        
    }

        #side-nav ul li:hover {
            color: #bfbc8f;
            text-decoration: none;
        }

        #side-nav ul li a {
            color: white;
            display: block;
        }

            #side-nav ul li a:hover {
                text-decoration: none;
                color: #bfbc8f;
            }

#page-hfd {
    font-size: 1.7em;
    font-variant: small-caps;
    color: #ed0000;
    text-decoration: none;
    font-weight: bold;
    -webkit-text-stroke: 1px #625e5e;
    text-shadow: 3px 3px 5px #777777;
}

#left-nav {
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    #left-nav {
        display: none;
    }
}

/* footer stuff */
#footer {
    position:absolute;
    bottom: 0p;
    width: 100%;
    height: 350px;   /* Height of the footer */
    background-color: #3c3c3c;
    margin-top: 20px;
}

@media (max-width: 600px) {
    #footer {
        height: 370px;
    }
}

#footer p {
    color: #deddd3;
}

#footer h3 {
    color: #deddd3;
    border-bottom-color: #587aa7;
    border-bottom-style: solid;
    border-bottom-width: thin;    
    margin-bottom: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
}

#footer li {
    color: #deddd3;
    list-style:square;
}

#footer li a {
    color: #deddd3;
    list-style: none;
}

#footer li a:hover {
    color: #c4c397;
    list-style: none;
    text-decoration: none;
}
/* end of footer stuff */

#side-nav #operations-collapse, #side-nav #community-collapse, #side-nav #ems-collapse {
    color: white;
    width: 100%;
    margin-left: 0px;
}

    #side-nav #operations-collapse a, #side-nav #community-collapse a, #side-nav #ems-collapse a {
        margin-left: 40px;
    }

    #side-nav #operations-collapse li, #side-nav #community-collapse li, #side-nav #ems-collapse li {
        list-style: square;
        list-style-position: inside;
}

#side-nav .active a {
    text-decoration: underline;
    color: #d9bc3e;
}

#stripe1 {
    background-color: #576290;
    height: 4px;
    width: 100%;
}

#stripe2 {
    background-color: #afab8e;
    height: 4px;
    width: 100%;
}

@media (max-width: 768px) {
    #test {
        margin-top: 7px;
    }
}

#emerg911 {
    color: red;
    font-size: 2em;
}

.contact-colors {
    color: #3a70b9;
    font-size: 1.5em;
    border-bottom: 1px solid #727272;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

/* google search stuff */
.gsc-input-box {
    background: none !important;
    border: none !important;
    height: auto !important;
}

.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
  border: none !important;
}

.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
  border: none !important;
}

.gsc-result .gs-title {
     line-height: 1.5em !important;
}

input.gsc-input {
    border: 1px solid #d9d9d9 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 28px !important;
    height: 26px !important;
    padding: 4px !important;
    min-width: 28px !important;
    margin-top: 10px !important;
}

/* gallery stuff */
      #gallery ul {
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
      #gallery ul li {
          list-style:none;
          margin-bottom:25px;
      }
      #gallery ul li img {
          cursor: pointer;
          border: 3px solid white;
      }

.mycontainer {
    padding-left: 30px;
    padding-right: 30px;
}

.white-row {
    background-color: white;
    margin-top: 10px;
}

.white-row2 {
    background-color: white;
}

.mypage {
    background-color: white;
}

.news_img {
    margin-bottom: 10px;
}

#mission {
    margin-top: -20px;
}

.btn-blue-rec {
    max-width: 1170px;
}

.rt-border {
    border-right: 1px solid gray;
}

.rec-pic1 {
    margin-bottom: px;
    margin-right: 5px;
}

.carousel-white {
    color: white;
}

.black_border {
    border: 1px solid black;
}

.news {
    padding-bottom: 20px;
    padding-right: 20px;
    overflow: auto;
}

.news_img {
    margin-right: 20px;
    margin-bottom: 20px;
}

.news_img2 {
    margin-left: 10px;
    margin-right: 10px;
}

.rec {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}