/*Global Stuff */

.container-fluid, .row-fluid {
    max-width : 90%;
    margin    : 0 auto;
}

body {
    font-family : "Source Sans Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size   : 100%;
}

a {
    color : #AD0000;
}

#content-main {
    margin : 15px auto 30px;
}
#lowerbar { max-width: 1185px; max-height: 95px; margin: 0 auto; }

.hiddenStructure {
    display    : block;

    overflow   : hidden;
    height     : 0.1em;
    width      : 1px;
    margin     : -0.1em 0 0 -0.1em;
    padding    : 0;

    background : none repeat scroll 0 0 transparent;
    border     : medium none;
}

.search input[type=text], .search input[type=search] {
    font-style : italic;
}
/* Updates added 08/13/19 */
.sectionheader {
  background-color: rgba(0,0,0,0) !important;
}
.item h3 span a {
  padding-left: 20px;
}
.event_group .item, .place_group .item {
  padding: 20px; !important;
}
#content-main > div.grid_8.alpha > div:nth-child(3) > div {
  padding-bottom: 20px; !important;
}
.form_box .filter_list ul .selected {
  color: #000 !important;
}
#groups_results .item {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: 1px solid #e1eaf0;
}
#groups_results .item:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: 1px solid #e1eaf0;
}
#event_results .item {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: 1px solid #e1eaf0;
}
#event_results .item:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: 1px solid #e1eaf0;
}
/*End of updates*/

@media (max-width: 768px) {
    body {
        padding: 0;
    }

    .container-fluid {
        padding-right : 10px;
        padding-left  : 10px;
    }


}
