#content-wrap, #content-wrap-inner, #content, #content-inner {
    padding: 0 !important;
}

#top {
    border-bottom: 2px solid #807e81;
    background: #333;
}

#top img {
    display: block;
}

.slide-overlay {
    max-width: 390px;
    position: absolute;
    top: 90px;
    left: 90px;
    z-index: 99;
}

.slide-overlay h3 {
  color: #fff;
  letter-spacing: -1px;
  font-size: 38px;
  line-height: 39px;
  font-weight: 700;
  margin: 0 0 24px;
  text-shadow: 1px 1px 2px #000;
}

.slide-overlay h3 span.light-blue {color: #ceeffe;}

.slide-text {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  font-style: italic;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #eee;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}

.slide-link a {
  color: #fff !important;
  font-family: "Josefin Slab",serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
}

.owl-controls {
  position: absolute;
  bottom: 30px;
  right: 60px;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #4d305b;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 5px;
    opacity: 0.76;
    padding: 0;
    font-weight: 700;
    width: 40px;
    height: 40px;
}

#bottom-left, #bottom-right {
  float: left;
  padding: 36px 3%;
  width: 44%;
}

#bottom-left {
    background: #f6f6f6 url(../../images/home-left-bg.gif) 100% 0 repeat-y;
}

#bottom-left h1 {
    text-align: center;
    font-size: 25px;
    color: #4d2b5c;
}

#bottom-left h1 span {
    font-weight: 700;
}

#bottom-left .field-name-field-image-with-link,
#bottom-left .field-name-field-youtube-video {
    margin-bottom: 30px;
}

#bottom-left .field-name-field-image-with-link img {
  display: block;
}

#bottom-left .field-name-field-text-blocks .field-item {
  float: left;
  /*
  margin-right: 3.5%;
  width: 31%;*/
  width: 100%;
}

#bottom-left .field-name-field-text-blocks .field-item:nth-of-type(3n) {
    margin-right: 0;
}

#bottom-left .field-name-field-text-blocks h2 {
    font-size: 18px;
    /*min-height: 42px;*/
    margin: 0 0 9px 0;
    font-weight: 700;
}

#bottom-left .block-text p {
    font-size: 13px;
    line-height: 18px;
}

#bottom-left .field-name-action-buttons {
    padding-top: 76px;
    background: url(../../images/big-squiggly.gif) 50% 20px no-repeat;
    text-align: center;
}

#bottom-right h3 {
    color: #191919;
    font-size: 27px;
    font-weight: 700;
}

#bottom-right a.button {
    text-transform: uppercase;
    border-radius: 1px;
}

.home-news {
    margin-bottom: 60px;
}

.home-news .views-row {
  float: left;
  width: 48.5%;
  margin: 0 3% 30px 0;
}
.home-news .views-row.views-row-last {
  margin-right: 0;
}

.home-news .views-field-field-image img {
    display: block;
    margin-bottom: 12px;
}

.home-news .views-field-title a {
    color: #69467a;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.home-news .views-field-title a:hover {
    text-decoration: underline;
}

.home-upcoming .views-row {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 24px;
}

.home-upcoming .event-date {
    float: left;
    width: 60px;
    height: 51px;
    padding-top: 6px;
    background: #69467a;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0 18px 0 0;
}

.home-upcoming .event-month {
    color: #cac8c8;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
}

.home-upcoming .event-day {
  font-size: 27px;
  line-height: 27px;
}

.home-upcoming .views-field-title a {
    color: #191919;
    font-size: 17px;
    text-decoration: none;
}

.home-upcoming .views-field-body {
    font-size: 13px;
    color: #666;
    overflow: hidden;
}

.home-upcoming .view-footer, .home-news .view-footer {
    clear: both;
}

@media all and (max-width: 768px) {
    .slide-overlay {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        max-width: none;
        background: #333;
        padding: 18px 30px;
    }
    
    .slide-overlay h3, .slide-text {
        margin-bottom: 18px;
    }
    
    .slide-text {
        background: none;
        border: none;
        padding: 0;
    }
    
    .owl-controls {
        display: none !important;
    }
    
    #bottom-left, #bottom-right {
        width: 94%;
        clear: both;
    }
    
    #bottom-left {
        background: #f6f6f6;
        border-bottom: 6px solid #eee;
    }
    
}

@media all and (max-width: 767px) {
    .slide-overlay h3 {
        font-size: 20px;
        line-height: 21px;
        margin: 0 0 9px 0;
    }
    
    .slide-text {
        font-size: 14px;
        margin-bottom: 9px;
    }
    
    #bottom-left .field-name-field-text-blocks .field-item {
        margin: 0 0 6px 0;
        width: 100%;
    }
    
    #bottom-left .field-name-field-text-blocks h2 {
        min-height: 0;
        margin: 0 0 3px;
    }
    
}

@media all and (max-width: 480px) {
    .home-news .views-row {
        width: 100%;
        margin: 0 0 30px 0;
    }
}