/* WCAG-2 COMPLIANT */
.sr-only{
  color:black;
  background:white;
}
.text-muted{
  color: #767676;
}
#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* PAGE UTILITY */
p {
  overflow: hidden;
}
.column-admin-edit {
  float: right;
}
.visible-xs.btn-group {
    margin-bottom: 10px;
}
.breadcrumb-wrapper {
  background-color: #f5f5f5;
  border-radius: 4px;  

}
.breadcrumb a, .breadcrumb a:focus, .breadcrumb a:hover {
    color: white;
}
.breadcrumb>.active {
    color: #55b5ec;
}
ol.breadcrumb {
    margin-top: 10px;
    background: #184165;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
}
.side-nav {
    margin-top: 25px;
    border-radius: 4px;
    padding: 0 15px;
}
div#banner_collapse {     
  width: 100%;     
  margin: 0; 
}
.jumbotron { 
  /* remove space between menu and top of jumbotron 
     also add some space below in case the breadcrumb is there. give that a bit of space*/
  margin:-20px 0 0 0;
}
/* Make images 100% on smaller devices. */
.content img {
  max-width: 100%;
  height: auto;
}

/* So the frame doesn't extend past the page. */
iframe, object, embed{
  max-width: 100%;
}
/* Remove bullets from list for sitemap */
#sitemap li.sub{
  list-style-type: none;
}

/**** TESTIMONIALS/QUOTES ****/
#pageQuotes {
  background: url(/images/quotePNG.png) top left no-repeat; 
  padding-left: 55px; 
  padding-top: 45px;
  margin-top: 20px;
  min-height:200px;
  line-height: 18px; 
  color: #575757;
  margin-left: 2%;
}
#pageQuotes .quote {
    display: none;
}
#pageQuotes .quote p {
  padding-right: 35px; 
  line-height: 18px; 
  padding-bottom: 15px; 
  color: #333; 
  font-size: 18px;
}
#pageQuotes .quote .quote-author {
  float:right;
}
#pageQuotes .quote .quote-author p {
  font-size:15px;
  color:black;
}
button.btn.btn-info.pull-right.refresh {
    margin-right: 35px;
    background-color: black;
    border-color: black;
    transition:.3s;
    margin-bottom: 30px;
}
button.btn.btn-info.pull-right.refresh:hover, 
button.btn.btn-info.pull-right.refresh:focus {
    background-color: #5e7980;
    transition: .3s;
}

/* EDITOR CSS*/
#brick_html {
  color: #000;
}
.well.well-lg {
  background: transparent;
  border: 2px solid #e0e0e0;
}
.edit-help a {
  font-weight: bold;
  font-style: italic;
  color: #337ab7;
}
.edit-help {
    text-align: left;
}
.edit-help img {
  vertical-align: top;
  height: 18px !important;
  width: auto;
  border-radius: 4px;
}

.column img {
  max-width: 100%;
  height: auto;
}

/* FOOTER */
.ft {
  padding: 15px;
}
.ft ul.nav li {
  float: right;
}
.ft ul.nav > li > a  {
  padding: 0 15px;
}
.ft ul.nav > li > a:hover, .ft ul.nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}

@media (min-width: 768px) {  
  /* Add minimum height for pages with minimal content. */
 .content { min-height: 500px; }
 .pull-subpages .content { min-height: 0; }

  /* ADMIN/EDIT BUTTONS CSS & COLUMN CSS*/
  .editable-section {
    position: relative;
  }
  .editable-section:hover, .hover-select {
    opacity:0.5;
  }
  .admin-div:hover .admin-edit {
    display: inline;
  }
  .admin-edit {
    display: none;
    margin: 5px 30px;
    right: 30px;
    position: absolute;
    z-index: 10000;
    text-transform: uppercase;
  }
  .admin-edit a {
    padding: 5px 15px;
  }
  .column-edit {
    margin: 30px 0 !important;
    left: 15px;
  }

  /* Float main menu on right */
  .navbar-nav {
    margin: 0;
  }
}