/*ARTICLE STYLING*/
.group-art-container.field-group-div.col-xs-12 {
  padding: 0px 0px 15px 0px;
}

.col-xs-12.col-sm-6 {
  padding: 0px 15px 0px 0px;
}

.view-event-list{
  background: #eee;
  padding: 15px;
}
.view-event-list .views-row-last .node-teaser{
  margin-bottom: 0;
}
.node-teaser{
  padding: 2%;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px #ccc;
  background: #fff;
}
.node-teaser h2{
  padding: 5px 0px;
  color:#407EC9;
  margin-bottom: 10px;
}
.node-teaser h2 a{
  color:inherit;
  font-size:inherit;
  font-weight: 400;
}
.group-cal-details{
  font-size: 16px;
  color: #385988;
}
.group-cal-card{
  display:flex;
}
.group-cal-container{
  flex-grow: 1;
}
.group-cal-details span.date-display-single{
  font-size: inherit;
}
.event-location  > span:not(.glyphicon) , .event-date > span:not(.glyphicon){
  margin-left: 10px;
}
.group-cal-details, .group-cal-more{
  margin-top:15px;
  padding-top: 15px;
  border-top:1px solid;
}

/*create [item class="button"] in editor around a link for a button link */
.button a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 10px;
}
.button {
  background-color: #385988;
  color: #FFF;
  border-radius: 3px;
  float: right;
  margin: 0px 5px;
}

/*FEATURED STYLING*/

div#views-bootstrap-carousel-1 {
    padding-bottom: 17%;
}

ol.carousel-indicators {
    display: none;
}

a.carousel-control.right {
    background: none;
}

a.carousel-control.left {
    background-image: none;
}

span.icon-prev {
    background: #3c7ccb;
    border-radius: 50px;
    color: #fff;
}

span.icon-next {
    background: #3c7ccb;
    border-radius: 50px;
    color: #fff;
}

/.group-art-card.field-group-div.group-featured {
    position: relative;
    max-width: 630px;
    margin: 0 auto;
}

.featured-h2 {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff !important;
    padding: 5px 10px 8% 10px;
    height: 43%;
    align-self: center;
}

.featured-h2 a {
    display: block;
    color: white;
    font-weight: 300;
    font-size: xx-large;
    line-height: normal;
}

.col-xs-12.featured-photo {
    padding: unset;
}

.slick-arrow::before {
    color: #407EC9;
}

.group-art-card.field-group-div.group-featured {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
}

@media (max-width: 750px) {
div#block-views-front-page-articles-block-2 {
    display:none
}
}

.head-logo {
    padding: unset;
}

.navbar.container {
    margin-top: unset;
    padding: unset;
}

#header_wrapper {
    background: linear-gradient(#0143ad 76.1%, #048f33 0px);
    padding-top: unset;
}

.logo {
    margin: unset;
}

.logo img {
    height: unset;
    max-width: unset;
}

.featured-photo img {
    height: 100%;
    width: 100%;
}

.carousel-inner {
	height: 400;
	margin-bottom: unset;

}

#block-views-front-page-articles-block-2 {
  max-width: 100%;
  max-height: 443px;
}

.carousel-control .icon-prev, .carousel-control .icon-next{
    top: 40%;
}

    .featured-h2 { 
	 position: absolute;
  	 background: rgba(0, 0, 0, 0.5);
  	 color: #ffffff !important;
  	 padding: 5px 10px 8% 10px;
  	 height: 30%;
  	 width: 100%;
  	 align-self: center;
    }
