/* BANNER */
#banner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 294px;
}

#banner_video {
  position: absolute;
  margin-top: -186px;
  z-index: -200;
}

.video-overlay {
  z-index: -150;
  margin-top: -184px;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
}

#banner_overlay {
  max-width: 1010px;
  margin: 0 auto;
}

#banner_overlay_left {
  position: relative;
  width: 60%;
  top: 120px;
  float: left;
  padding-left: 18px;
}

#banner_overlay_left h1 {
  color: #faf9f9;
  padding-bottom: 26px;
}

#banner_overlay_left p {
  color: #fefefe;
  font-weight: 200;
  line-height: 1.8rem;
}

#banner_overlay_right {
  clear: both;
  width: 312px;
  float: right;
  margin-top: 30px;
}

#banner_overlay_right a.btn {
  padding: 8px 0 12px 18px;
  background: #fefefe;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
  color: #001e61;
  font-size: 15px;
  display:block;
}

#banner_overlay_right .white-button img {
  width: 20px;
  vertical-align: bottom;
  position: relative;
  right: 8px;
}

#banner_overlay_right a.white-button:hover {
  background: #e4e4e4;
}

.banner-shadow {
  height: 5px;
  background: url(/images/homepage/banner-gradient.png) repeat-x;
}

/* BLOG POSTS */
#blogs {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
  min-height: 646px;
  clear: both;
}

.blogs-listing {
  width: 1010px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.red-blog {
  float: left;
  width: 500px;
  margin: 0 auto;
  height: 550px;
  margin-bottom: 10px;
}

.red-blog .blog-title {
  float: right;
  width: 219px;
  height: 45px;
  background: #d2437d;
  text-transform: uppercase;
  color: #fefefe;
  margin: 0 auto;
  text-align: center;
  padding-top: 13px;
  font-weight: 100;
}

.red-blog .blog-img {
  height: 261px;
  width: 162px;
  float: left;
  clear: right;
}

.red-blog .blog-current {
  position: relative;
  width: 338px;
  height: 261px;
  float: right;
  background: #8b2550;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8b2550), color-stop(53%, #8b2550), color-stop(100%, #5c2355));
  background: -webkit-linear-gradient(top, #8b2550 0%, #8b2550 53%, #5c2355 100%);
  background: linear-gradient(to bottom, #8b2550 0%, #8b2550 53%, #5c2355 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b2550', endColorstr='#5c2355', GradientType=0 );
}

.red-blog .blog-current-title {
  color: #fefefe;
  font-size: 19px;
  width: 90%;
  margin: 0 auto;
  padding: 38px 0 10px 0;
  border-bottom: 1px solid #9d3560;
  line-height: 22px;
  width: 278px;
}

.red-blog .blog-current-meta {
  color: #cf618f;
  font-size: 13px;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
  padding-top: 2px;
  width: 278px;
}

.red-blog .blog-current-teaser {
  color: #fff;
  width: 88%;
  margin: 0 auto;
  padding-top: 20px;
  font-weight: 100;
  font-size: 14px;
  line-height: 21px;
  height: 102px;
  width: 278px;
}

.red-blog .read-more-btn {
  position: absolute;
  padding: 9px 15px;
  background: #fefefe;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
  color: #001e61;
  font-size: 15px;
  line-height: 18px;
  bottom: 32px;
  left: 30px;
}

.red-blog a.read-more-btn:hover {
  background: #e4e4e4;
}

.red-blog .white-button img {
  width: 20px;
  vertical-align: bottom;
}

.red-blog .blog-titles {
  clear: both;
  height: 230px;
  border: 1px solid #ccc;
}

.red-blog .red-view-blog {
  background: #8b254f;
  color: #fefefe;
}

.red-blog .blog-past {
  clear: both;
  padding: 20px 20px 0px 25px;
  list-style: none;
}

.blog-past li:first-child, .blog-past li:nth-child(2)  {
    display:none;
}

.blog-past li:nth-child(3) {
    border-top:none;
}

.blog-past .blog-past-title:first-child {
    display:none;
}

.red-blog .blog-past-meta {
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #6a6a6a;
  border-top: 1px solid #d9d9d9;
  padding-top: 12px;
}

.red-blog li.blog-past-meta:first-child {
  border-top: none;
  padding-top: 0;
}

.red-blog .blog-past-title {
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  color: #001e61;
  font-weight: 600;
}

.red-blog .blog-past-title a {
  text-decoration: none;
  color: #001e61;
}

.red-blog .blog-past-title a:visited {
  color: #001e61;
}

.red-blog .red-view-blog-btn {
  padding: 12px 23px;
  background: #8b254f;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
  color: #FEFEFE;
  margin-left: 174px;
  margin-top: -22px;
  position: absolute;
  font-size: 14.49px;
}

.red-blog .red-view-blog-btn img {
  vertical-align: bottom;
  width: 16px;
  position: relative;
  left: 6px;
}

.red-blog .red-view-blog-btn:hover {
  background: #a03561;
}

/* Text Resizer Red Blog */
body.small .red-blog .blog-current-title {
  font-size: 18px;
  line-height: 20px;
}

body.large .red-blog .blog-current-title {
  font-size: 20px;
  line-height: 20px;
}

body.small .red-blog .blog-current-meta {
  font-size: 13px;
  line-height: 15px;
}

body.large .red-blog .blog-current-meta {
  font-size: 15px;
  line-height: 18px;
}

body.small .red-blog .blog-current-teaser {
  font-size: 12px;
  line-height: 14px;
}

body.large .red-blog .blog-current-teaser {
  font-size: 16px;
  line-height: 22px;
}

body.small .red-blog .blog-past-meta {
  font-size: 12px;
  line-height: 14px;
}

body.large .red-blog .blog-past-meta {
  font-size: 16px;
  line-height: 22px;
}

body.small .red-blog .blog-past-title {
  font-size: 16px;
  line-height: 22px;
}

body.large .red-blog .blog-past-title {
  font-size: 18px;
  line-height: 20px;
}

.blue-blog {
  float: right;
  width: 500px;
  margin: 0 auto;
  height: 550px;
  margin-bottom: 10px;
}

.blue-blog .blog-title {
  float: right;
  width: 219px;
  height: 45px;
  background: #3357aa;
  text-transform: uppercase;
  color: #fefefe;
  margin: 0 auto;
  text-align: center;
  padding-top: 13px;
  font-weight: 100;
}

.blue-blog .blog-img {
  height: 261px;
  width: 162px;
  float: left;
  clear: right;
}

.blue-blog .blog-current {
  position: relative;
  width: 338px;
  height: 261px;
  float: right;
  background: #001f61;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #001f61), color-stop(100%, #532256));
  background: -webkit-linear-gradient(top, #001f61 0%, #532256 100%);
  background: linear-gradient(to bottom, #001f61 0%, #532256 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f61', endColorstr='#532256', GradientType=0 );
}

.blue-blog .blog-current-title {
  color: #fefefe;
  font-size: 19px;
  width: 90%;
  margin: 0 auto;
  padding: 38px 0 10px 0;
  border-bottom: 1px solid #1f3c7e;
  line-height: 22px;
  width: 278px;
}

.blue-blog .blog-current-meta {
  color: #4e68a1;
  font-size: 13px;
  line-height: 18px;
  width: 90%;
  margin: 0 auto;
  padding-top: 2px;
  width: 278px;
}

.blue-blog .blog-current-teaser {
  color: #fff;
  width: 88%;
  margin: 0 auto;
  padding-top: 20px;
  font-weight: 100;
  font-size: 14px;
  line-height: 21px;
  height: 102px;
  width: 278px;
}

.blue-blog .read-more-btn {
  position: absolute;
  padding: 9px 15px;
  background: #fefefe;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
  color: #001e61;
  font-size: 15px;
  line-height: 18px;
  bottom: 32px;
  left: 30px;
}

.blue-blog a.read-more-btn:hover {
  background: #e4e4e4;
}

.blue-blog .white-button img {
  width: 20px;
  vertical-align: bottom;
}

.blue-blog .blog-titles {
  clear: both;
  height: 230px;
  border: 1px solid #ccc;
}

.blue-blog .blue-view-blog {
  background: #8b254f;
  color: #fefefe;
}

.blue-blog .blog-past {
  clear: both;
  padding: 20px 20px 0px 25px;
  list-style: none;
}

.blue-blog .blog-past-meta {
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #6a6a6a;
  border-top: 1px solid #d9d9d9;
  padding-top: 12px;
}

.blue-blog li.blog-past-meta:first-child {
  border-top: none;
  padding-top: 0;
}

.blue-blog .blog-past-title {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #001e61;
  font-weight: 600;
}

.blue-blog .blog-past-title a {
  text-decoration: none;
  color: #001e61;
}

.blue-blog .blog-past-title a:visited {
  color: #001e61;
}

.blue-blog .blue-view-blog-btn {
  padding: 12px 23px;
  background: #001e61;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
  color: #FEFEFE;
  margin-left: 174px;
  margin-top: -22px;
  position: absolute;
  font-size: 14.49px;
}

.blue-blog .blue-view-blog-btn img {
  vertical-align: bottom;
  width: 16px;
  position: relative;
  left: 6px;
}

.blue-blog .blue-view-blog-btn:hover {
  background: #133787;
}

.blue-blog .blue-view-blog-btn img {
  vertical-align: bottom;
  width: 16px;
}

/* Text Resizer Blue Blog */
body.small .blue-blog .blog-current-title {
  font-size: 18px;
  line-height: 20px;
}

body.large .blue-blog .blog-current-title {
  font-size: 20px;
  line-height: 20px;
}

body.small .blue-blog .blog-current-meta {
  font-size: 13px;
  line-height: 15px;
}

body.large .blue-blog .blog-current-meta {
  font-size: 15px;
  line-height: 18px;
}

body.small .blue-blog .blog-current-teaser {
  font-size: 12px;
  line-height: 14px;
}

body.large .blue-blog .blog-current-teaser {
  font-size: 16px;
  line-height: 22px;
}

body.small .blue-blog .blog-past-meta {
  font-size: 12px;
  line-height: 14px;
}

body.large .blue-blog .blog-past-meta {
  font-size: 16px;
  line-height: 22px;
}

body.small .blue-blog .blog-past-meta-two {
  font-size: 13px;
  line-height: 15px;
}

body.large .blue-blog .blog-past-meta-two {
  font-size: 16px;
  line-height: 22px;
}

body.small .blue-blog .blog-past-title {
  font-size: 16px;
  line-height: 22px;
}

body.large .blue-blog .blog-past-title {
  font-size: 18px;
  line-height: 20px;
}

body.small .blue-blog .blog-past-title-two {
  font-size: 16px;
  line-height: 22px;
}

body.large .blue-blog .blog-past-title-two {
  font-size: 18px;
  line-height: 20px;
}

/* CALENDAR OF EVENTS */
#events {
  clear: both;
  max-width: 1600px;
  height: 472px;
  margin: 0 auto;
  background: url(/images/homepage/calendar-bg.jpg) no-repeat;
}

.events-content {
  width: 1010px;
  margin: 0 auto;
}

.events-header {
  text-align: center;
  padding: 40px 0 40px 0;
}

.events-header .title {
  margin: 0 auto;
  font-size: 30px;
  color: #001e61;
  padding-left: 20px;
}

.events-header img {
  display: inline;
  vertical-align: sub;
}

.events-row {
  overflow: auto;
  width: 1024px;
}

.event-blue:nth-child(odd) {
  background: url(/images/homepage/event-tile-blue.png) no-repeat;
  height: 264px;
  width: 244px;
  float: left;
  margin-right: 10px;
}

.event-blue:nth-child(even) {
  background: url(/images/homepage/event-tile-red.png) no-repeat;
  height: 264px;
  width: 244px;
  float: left;
  margin-right: 10px;
}

.event-blue .event-month {
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 16px;
}

.event-blue .event-date {
  width: 100%;
  font-size: 47px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 74px;
}

.event-blue .event-title {
  font-size: 15px;
  color: #fff;
  line-height: 19px;
  width: 100%;
  position: relative;
  top: 105px;
  padding: 0 20px 0px 20px;
  text-align: center;
  height: 64px;
}

.event-blue .view-event-btn {
  width: 110px;
  padding: 10px;
  background: #fff;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  margin: 0 auto;
  top: 110px;
}

.event-blue .view-event-btn a {
  text-decoration: none;
  color: #001e61;
}

.event-blue .view-event-btn:hover {
  background: #e4e4e4;
}

.event-red {
  background: url(/images/homepage/event-tile-red.png) no-repeat;
  height: 264px;
  width: 244px;
  float: left;
}

.event-red .event-month {
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 16px;
}

.event-red .event-date {
  width: 100%;
  font-size: 47px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 74px;
}

.event-red .event-title {
  font-size: 15px;
  color: #fff;
  line-height: 19px;
  width: 100%;
  position: relative;
  top: 105px;
  padding: 0 20px 0px 18px;
  text-align: center;
  height: 64px;
}

.event-red .view-event-btn {
  width: 110px;
  padding: 10px;
  background: #fff;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  margin: 0 auto;
  top: 110px;
}

.event-red .view-event-btn a {
  text-decoration: none;
  color: #8a244e;
}

.event-red .view-event-btn:hover {
  background: #e4e4e4;
}

.events-footer {
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
}

.events-footer .view-full-cal-btn {
  padding: 10px 20px;
  background: #001e61;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  position: relative;
  bottom: -84px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  text-decoration:none;
}

.events-footer .view-full-cal-btn a {
  text-decoration: none;
  color: #fff;
}

.events-footer .view-full-cal-btn img {
  vertical-align: bottom;
  width: 16px;
  margin-left: 6px;
}

.events-footer .view-full-cal-btn:hover {
  background: #133787;
}

.events-footer a {
    text-decoration:none;
}

/* CONNECT AND LEARN */
#connect {
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
}

.connect-content {
  max-width: 1010px;
  margin: 0 auto;
}

.connect-header {
  text-align: center;
  padding: 60px 0 60px 0;
}

.connect-header .title {
  margin: 0 auto;
  font-size: 30px;
  color: #001e61;
  padding-left: 20px;
  display: inline-block;
  position: relative;
  top: -9px;
}

.connect-header img {
  vertical-align: sub;
}

.connect-row {
  width: 100%;
  background: #fff;
  height: 420px;
}

.connect-row .connect-col-1 {
  width: 33%;
  float: left;
  margin-right: 5px;
}

.connect-row .connect-col-2 {
  width: 33%;
  float: left;
  margin-right: 4px;
}

.connect-row .connect-col-3 {
  width: 33%;
  float: left;
  margin-bottom: 60px;
}

.twitter-feed {
  border: 1px solid #e8e8e8;
  width: 330px;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 16px;
}

.twitter-feed .timeline-header {
  font-weight: 700;
}

.twitter-feed .follow-btn {
  float: right;
  margin-top: -4px;
  margin-bottom: 8px;
}

.learn-more {
  width: 330px;
  height: 360px;
}

.learn-more .learn-more-footer {
  margin-top: -51px;
}

.learn-more .learn-more-title {
  margin-top: -150px;
  color: #fff;
  font-size: 24px;
  padding-left: 24px;
}

.learn-more .learn-more-blurb {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 24px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.learn-more .learn-more-btn {
  width: 110px;
  padding: 10px;
  background: #fff;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  margin-left: 200px;
  color: #8a244e;
}

.learn-more .learn-more-btn:hover {
  background: #e4e4e4;
}

.banners {
  height: 360px;
}

.banners .banner1 {
  padding-bottom: 12px;
}

.banners .banner2 {
  padding-bottom: 13px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1024px) {
  /*Only when browser window is narrower than 1000px*/
  .video-overlay {
    display: none;
  }
  .video-overlay img {
    display: none;
  }
  #banner {
    margin: 0 auto;
  }
  .banner-shadow {
    display: none;
  }
  #banner_overlay {
    background: #8b224e;
  }
  #banner_overlay_right {
    text-align: center;
    position: relative;
    margin: 0 auto;
    bottom: 16px;
    float: none;
  }
  #banner_overlay_right a.btn {
    border: 1px solid #ccc;
  }
  #banner_overlay_left {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    top: 40px;
    background-color: #8b224e;
  }
  #banner_video {
    display: none;
  }
  .blogs-listing {
    width: auto;
  }
  .red-blog {
    float: none;
    margin-bottom:30px;
  }
  .blue-blog {
    clear: both;
    float: none;
  }
  .blue-blog, .red-blog {
      height:auto;
  }
  #events {
    clear: both;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    height: 766px;
    background: url(/images/homepage/calendar-bg.jpg);
    background-size: cover;
  }
  .events-content {
    width: auto;
  }
  .events-row {
    text-align: center;
    margin: 0 auto;
    width: 510px;
  }
  .event-blue:nth-child(odd) {
    background: url(/images/homepage/event-tile-blue.png) no-repeat;
    height: 264px;
    width: 244px;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 40px;
  }
  .events-row .row-one {
    display: inline-block;
    min-height: 300px;
    padding-left: 8px;
  }
  .events-row .row-two {
    display: inline-block;
  }
  .events-footer {
    position: relative;
    top: 26px;
  }
  .view-full-cal-btn {
    position: relative;
    top: 8px;
  }
  .connect-row {
    width: 100%;
    background: #fff;
    height: auto;
  }
  .connect-row .connect-col-1 {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .connect-row .connect-col-1 .twitter-feed {
    margin: 0 auto;
  }
  .connect-row .connect-col-2 {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .connect-row .connect-col-2 .learn-more {
    margin: 0 auto;
  }
  .connect-row .connect-col-3 {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .connect-row .connect-col-3 .banners {
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  /*Only when browser window is narrower than 550px*/
  .blogs-listing {
      padding-bottom:17px;
  }
  #blogs {
    padding-top: 20px;
  }
  #blogs .blogs-listing .red-blog {
    float: none;
    width: auto;
  }
  .red-blog .blog-title {
      width:90%;
      float:none;
  }
  .red-blog .blog-current, .blue-blog .blog-current {
      height:auto;
      padding-bottom:20px;
  }
  .red-blog .blog-titles, .blue-blog .blog-titles {
      height:auto;
      padding-bottom:40px;
  }
  #blogs .blogs-listing .red-blog .blog-img {
    display: none;
  }
  #blogs .blogs-listing .red-blog .blog-current {
    position: relative;
    margin: 0 auto;
    width: 90%;
    float: none;
  }
  #blogs .blogs-listing .red-blog .blog-current .blog-current-title {
    width: 84%;
  }
  #blogs .blogs-listing .red-blog .blog-current .blog-current-meta {
    width: 84%;
  }
  #blogs .blogs-listing .red-blog .blog-current .blog-current-teaser {
    width: 84%;
  }
  #blogs .blogs-listing .red-blog .blog-current .read-more-btn {
    font-size: 14px;
    position: relative;
    bottom: 16px;
  }
  #blogs .blogs-listing .red-blog .blog-titles {
    margin: 0 auto;
    width: 90%;
  }
  #blogs .blogs-listing .red-blog .blog-btn {
    margin-top: 0 auto;
  }
  #blogs .blogs-listing .blue-blog {
    float: none;
    width: auto;
  }
  #blogs .blogs-listing .blue-blog .blog-title {
    float:none;
    width:90%;
    margin-top:30px;
  }
  #blogs .blogs-listing .blue-blog .blog-img {
    display: none;
  }
  #blogs .blogs-listing .blue-blog .blog-current {
    margin: 0 auto;
    width: 90%;
    float: none;
  }
    .blue-blog .blue-view-blog-btn,  .red-blog .red-view-blog-btn {
        margin:0 auto;
        position: static;
        font-size: 14px;
        width:90%;
        display:block;
        border-radius:0;
        text-align:center;
    }

  #blogs .blogs-listing .blue-blog .blog-current .blog-current-title {
    width: 84%;
  }
  #blogs .blogs-listing .blue-blog .blog-current .blog-current-meta {
    width: 84%;
  }
  #blogs .blogs-listing .blue-blog .blog-current .blog-current-teaser {
    width: 84%;
  }
  #blogs .blogs-listing .blue-blog .blog-current .read-more-btn {
    font-size: 14px;
    position: relative;
    bottom: 16px;
  }
  #blogs .blogs-listing .blue-blog .blog-titles {
    margin: 0 auto;
    width: 90%;
  }
  #blogs .blogs-listing .blue-blog .blog-btn {
    position: relative;
    margin-top: 0 auto;
    left: 0;
  }
  #events {
    background-image: none !important;
    background-color: #fff !important;
    height: auto !important;
  }
  #events .events-row {
    position: relative;
    width: 246px;
    margin: 0 auto;
  }
    .event-blue:nth-child(odd) {
    background: url(/images/homepage/event-tile-blue.png) no-repeat;
    height: 264px;
    width: 244px;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 10px;
  }
    .event-blue:nth-child(even) {
    background: url(/images/homepage/event-tile-red.png) no-repeat;
    height: 264px;
    width: 244px;
    float: left;
    margin-right: 10px;
    clear: both;
    margin-bottom: 10px;
  }
  .view-full-cal-btn {
    position: relative;
    top: 47px;
  }
  #events .events-row .row-one {
    padding-left: 0;
  }
  #events .events-row .row-one .event-blue {
    position: relative;
    bottom: 10px;
  }
  #events .events-row .row-one .event-red {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #events .events-row .row-two .event-blue {
    margin-bottom: 10px;
  }
  #events .events-row .row-two .event-red {
    margin-bottom: 10px;
  }
  #events .events-footer {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 376px) {
    .blue-blog .blog-past-title, .red-blog .blog-past-title {
        font-size:14px;
    }
    .blogs-listing {
        padding-bottom:17px;
    }
  /*Only when browser window is narrower than 376px*/
  #banner_overlay_right a.btn {
      margin-right:0px;
  }
  #blogs {
    height: auto;
  }
  #blogs .blogs-listing {
    padding-top: 0px;
    width: 100%;
  }
  #blogs .blogs-listing .red-blog {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    top: 20px;
  }
    #blogs .blogs-listing .blue-blog {
        margin-top:45px;
    }
  #blogs .blogs-listing .red-blog .blog-img {
    display: none;
  }
  #blogs .blogs-listing .red-blog .blog-current .blog-current-title {
    font-size: 16px;
    line-height: 18px;
  }
  #blogs .blogs-listing .red-blog .blog-current .blog-current-teaser {
    font-size: 14px;
    line-height: 16px;
  }
  #blogs .blogs-listing .red-blog .blog-current .read-more-btn {
    font-size: 13px;
    bottom: 4px;
  }

  #blogs .blogs-listing .red-blog .blog-titles .blog-past-one {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
  }
  #blogs .blogs-listing .red-blog .blog-titles .blog-past-one .blog-past-meta-one {
    font-size: 12px;
    line-height: 14px;
  }
  #blogs .blogs-listing .red-blog .blog-titles .blog-past-one .blog-past-meta-two {
    font-size: 12px;
    line-height: 14px;
  }
  #blogs .blogs-listing .red-blog .blog-titles .blog-past-one .blog-past-title-one {
    font-size: 14px;
    line-height: 18px;
  }
  #blogs .blogs-listing .red-blog .blog-titles .blog-past-one .blog-past-title-two {
    font-size: 14px;
    line-height: 18px;
  }


  #blogs .blogs-listing .blue-blog .blog-img {
    display: none;
  }

  #blogs .blogs-listing .blue-blog .blog-current .blog-current-title {
    font-size: 16px;
    line-height: 18px;
  }
  #blogs .blogs-listing .blue-blog .blog-current .blog-current-teaser {
    font-size: 14px;
    line-height: 16px;
  }
  #blogs .blogs-listing .blue-blog .blog-current .read-more-btn {
    font-size: 13px;
    bottom: 2px;
  }
  #blogs .blogs-listing .blue-blog .blog-titles .blog-past-two {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
  }
  #blogs .blogs-listing .blue-blog .blog-titles .blog-past-two .blog-past-meta-one {
    font-size: 12px;
    line-height: 14px;
  }
  #blogs .blogs-listing .blue-blog .blog-titles .blog-past-two .blog-past-meta-two {
    font-size: 12px;
    line-height: 14px;
  }
  #blogs .blogs-listing .blue-blog .blog-titles .blog-past-two .blog-past-title-one {
    font-size: 14px;
    line-height: 18px;
  }
  #blogs .blogs-listing .blue-blog .blog-titles .blog-past-two .blog-past-title-two {
    font-size: 14px;
    line-height: 18px;
  }
  #blogs .blogs-listing .blue-blog .blog-btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    right: 74px;
    bottom: 10px;
  }
  
  #events .events-content .events-header img {
    height: 30px;
  }
  #events .events-content .title {
    font-size: 21px;
  }
  #connect .connect-content .content-header img {
    height: 40px;
  }
  #connect .connect-content .title {
    font-size: 21px;
  }
  #banner_overlay_right {
      width:93%;
  }
  .learn-more {
      background-color:#9d3560;
      width:100%;
      height:auto;
      padding-bottom: 30px;
  }
  .learn-more-image img {
      width:100%;
  }
  .learn-more .learn-more-footer {
      display:none;
  }
  .learn-more .learn-more-title {
      margin-top:0;
      padding-top: 25px;
  }
  .learn-more .learn-more-blurb {
      padding-bottom:20px;
  }
  .learn-more .learn-more-btn {
        margin:0 auto;
        display: block;
        position: static;
  }
  .learn-more a {
      text-decoration:none;
  }
}
@media screen and (max-width: 320px) {
    #banner_overlay_right a.btn {
        font-size:13px;
    }
    #banner_overlay_left {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 28px;
    }
    #connect .connect-content .title {
        font-size:21px;
    }
    .twitter-feed {
        width:310px;
    }
    .learn-more {
        width:100%;
    }
    .banners {
        height:auto;
        width:100%;
    }
    .banners img {
        width:100%;
    }
}