/*-----------------------------------------------------------------------------------*/
/* Home Teaser */
/*-----------------------------------------------------------------------------------*/
.home-teaser-header {
  position: relative;
}
.home-teaser-header-img {
  display: block;
  width:100%;
  height:auto;
  max-width: 100%;
}
h3.home-teaser-heading {
  position: absolute;
  top:0;
  left:0;
  right:0;
  background-color: rgba(29,156,215,0.8);
  color: #ffffff;
  font-size: 25px;
  padding:8px 15px;
  margin:0;
  font-weight: 400;
}
div.home-teaser-body {
  padding-top:20px;
}
div.home-teaser-body-text {
  color:#808184;
}
div.home-teaser-links {
  margin-top:20px;
}
div.home-teaser-links a {
  display: inline-block;
  border:1px solid #808184;
  font-weight: 600;
  color:#273726;
  padding:5px 25px 5px 8px;
  margin-right:10px;
  background: url(../../images/blue_arrow.png) no-repeat right center;
}
div.home-teaser-links a:hover {
  text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/* Responsive Image */
/*-----------------------------------------------------------------------------------*/
div.responsive-image-container img {
  display: block;
  width:100%;
  height: auto;
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/* Testimonial Carousel */
/*-----------------------------------------------------------------------------------*/
.testimonial-carousel-item-excerpt {
  padding:10px 10px 25px 10px;
  border:1px solid #bbbdbf;
  border-bottom:none;
}
.testimonial-carousel-item-excerpt p {
  margin-top:0;
}
.testimonial-carousel-item-author-meta {
  background-color: #e6e7e8;
  padding:10px 10px 10px 10px;
  border:1px solid #bbbdbf;
  border-top:none;
  color:#1d9cd7;
  font-weight: 100;
}
.testimonial-carousel-item-author-name {
  font-weight: 600;
}
.testimonial-carousel-read-more {
  display: block;
  color:#1d9cd7;
}

/*-----------------------------------------------------------------------------------*/
/* News List */
/*-----------------------------------------------------------------------------------*/
.news-list-item-date-container {
  width:55px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.news-list-item {
  margin-bottom: 20px;
}
.news-list-item-date {
  font-size:25px;
  font-weight: 600;
  color:#808184;
  background: #e6e7e8;
}
.news-list-item-year {
  background-color: #1d9cd7;
  color:#ffffff;
  text-transform: uppercase;
}
.news-list-item-main-container {
  width:220px;
  float:left;
}
h3.news-list-item-title {
  margin-top:0;
  margin-bottom:10px;
  color: #808184;
}

/*-----------------------------------------------------------------------------------*/
/* link button */
/*-----------------------------------------------------------------------------------*/
.full-width.link-button-container a {
  width:100%;
}
.link-button-container a {
  margin:10px 10px 10px 0;
  display: inline-block;
  border:1px solid #bbbdbf;
  padding:12px 35px 12px 12px;
  color:#273762;
  font-weight: 600;
  line-height: 1 !important;
  font-size: 14px !important;
  background: url(../../images/blue_arrow.png) no-repeat right center;
}
.link-button-container a:hover {
  text-decoration: none;
}
.white.link-button-container a {
  background: url(../../images/white-arrow.png) no-repeat right center;
  border:1px solid #ffffff;
  color:#ffffff;
}

/*-----------------------------------------------------------------------------------*/
/* Toggle */
/*-----------------------------------------------------------------------------------*/
.toggle-container {
  margin-bottom:30px;
}
.toggle-heading {
  border:1px solid #bbbdbf;
  padding:8px 10px;
  color:#273762;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.toggle-body {
  padding:10px 20px 20px 20px;
  border:1px solid #bbbdbf;
  border-top:none;
  display: none;
}
.toggle-heading  .toggle-arrow {
  position: absolute;
  right:10px;
  top:50%;
  margin-top:-5px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.toggle-heading.up .toggle-arrow {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);

  transform-origin: center center;
}