/* Liz's CSS - imported on 5/11/17 */

/* srm2 10/23/2017 */
.ui-accordion h4.ui-accordion-header {
    font-size: 1.8rem;
    line-height: .8;
    font-weight: 300;
    padding-left:.5em;
    color:#b65300;
    font-family: "Lato", sans-serif;
    text-rendering: optimizeLegibility;
    text-transform:none;
}
.ui-widget-content a {
    color:#b65300 !important;
    text-decoration:none;
}
/* end srm2 */


.alpha.title {
    color: #b65300;
}
.alpha {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
}
a.button.brick {
    background: #933621;
    
}
a.button {
    background: #0c4301;
    color: #fff;
    padding: 8px;
    padding: 0.5rem;
    text-decoration: none;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.icon-menu i {
    position: relative;
    background: #b65300;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
}

/* end of Liz's CSS */

/* responsive image code from Matt - Bruce, 5/10/17 */

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


/* Button code from Matt - Bruce, 5/12/17 */

.btn-hsu {
    background: #5c8021;
    color: #fff;
    padding: 16px;
    padding: .5rem;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    font-size: 1.25rem;
    font-weight: 300;
}

.btn-hsu-brick {
    background: #933621;
    color: #fff;
    padding: 16px;
    padding: .5rem;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    font-size: 1.25rem;
    font-weight: 300;
}


.btn-hsu i {
    padding-top: .75rem;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    width: 2rem;
    background: #87a625;
}

/* Hide FontAwesome icons on main topic pages when display is not 2-column - Bruce, 5/5/17 */

@media all and (max-width: 992px) {
.fontawesomehide {
  display: none; }
}

@media all and (min-width: 993px) {
.fontawesomeshow {
  display: none; }
}

@media all and (max-width: 992px) {
.headerhide {
  display: none; }
}


/* Alignment for Font Awesome icons - Bruce, 5/11/17 */

/*
.fa-2x {
  vertical-align: top;
  line-height: 62px;
}
*/

/* Margin and border adjustments for main topic pages - Bruce, 5/5/17 */

.panel-body h1 {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.panel-body h2 {
  margin-top: 15px;
  margin-bottom: 20px;
  margin-right: 2px;
  margin-left: 2px;
}

.panel-body h3 {
  margin-top: -3px;
  margin-bottom: 7px;
  margin-right: -3px;
  margin-left: -3px;
}


.panel-body h4 {
  margin-top: -3px;
  margin-bottom: -3px;
  margin-right: -3px;
  margin-left: -3px;
}



.col-md-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.panel-primary {
  margin-top: 20px;
  margin-bottom: 8px;
  margin-right: 2.5px;
  margin-left: 2.5px;
  border-style: solid;
  border-width: 2px;
}

/* Removing bullets and left margin on main menu links which are repeated at the bottom of each page - Bruce, 5/8/17 */

.bottom-menu-formatting ul.menu.clearfix {
  list-style: none inside none;
  background-image: none;
  margin-left: -35px;
  text-decoration: none;
}

#bottom-menu-formatting-id li {
  background-color: #ffffff;
  color: white;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: auto;
  margin-top: 5px;
  font-size: 16.4px;
  border: 2px solid;
  border-color: #25551b;
} 

/* Responsive bottom menu for mobile devices - Bruce 5/8/17 */

/* For phones */
@media all and (max-width: 720px) {
#bottom-menu-formatting-id li {
  background-color: #ffffff;
  color: white;
  padding: 12px 15px;
  text-align: left;
  text-decoration: none;
  display: block;
  margin: auto;
  margin-top: 5px;
  font-size: 18.4px;
  border: 2px solid;
  border-color: #25551b;
} 
}

/* For iPads */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#bottom-menu-formatting-id li {
  background-color: #ffffff;
  color: white;
  padding: 12px 15px;
  text-align: left;
  text-decoration: none;
  display: block;
  margin: auto;
  margin-top: 5px;
  font-size: 18.4px;
  border: 2px solid;
  border-color: #25551b;
} 
}

@media all and (min-width: 1025px) {
#bottom-menu-formatting-id li {
  background-color: #ffffff;
  color: white;
  padding: 12px 16px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: auto;
  margin-top: 5px;
  font-size: 16px;
  border: 2px solid;
  border-color: #25551b;
} 
}

/* Remove underline from list links - Bruce, 5/9/17 */

li a {
  text-decoration: none;
  }

/* Margin adjustment for Service Template - Bruce, 5/9/17 */

.panel-primary h3 {
  margin-top: 2px;
}

/* Remove author from software list autocomplete - Bruce, 5/11/17 */
.search-info {
	display: none;
}

/* responsive front page Google map - Bruce 5/17/2017 */

@media all and (min-width : 500px) and (max-width : 3000px) {
.googlemaphide {
  display: none; }
}

@media all and (min-width : 1px) and (max-width : 499px) {
.googlemapshow {
  display: none; }
}


/* responsive show/hide text for front page buttons - Bruce, 5-18-17 */

@media all and (min-width : 500px) and (max-width : 3000px) {
.buttonhide {
  display: none; }
}

@media all and (min-width : 1px) and (max-width : 499px) {
.buttonshow {
  display: none; }
}


@media all and (min-width : 724px) and (max-width : 1000px) {
.buttonhide-midrange {
  display: none; }
}

/* Fontawesome drop shadows */
