/* this css belongs to iframe youtube video responsive */
.fve-video-wrapper {
  max-width: 500px;
}

.follows_header{
  width: 100%;
}
.wp-caption.alignnone{
  float: left;
  padding-right: 14px;
  margin-top: 10px;
  width: 50%!important;
}
.wp-caption.alignnone > img{
  width: 98%;
}
.wp-caption.alignnone:nth-child(2n-1){
  margin-top: 10px;
  text-align: right;
}
.wp-caption.alignnone .wp-caption-text{
  text-align: left;
  margin-top: 15px;
  font-style: italic;
  font-size: 13px;
  color: #a5a6a3;
  padding-right: 10px;
}
.wp-caption.alignnone:nth-child(2n-1) .wp-caption-text{
  padding-left: 10px;
}

hr{
  border-color: #d5d9ce;
}
@media (max-width: 767px) {
  .wp-caption.alignnone{
    width: 100% !important;
    float: none;
    margin: auto;
    margin-top: 30px;
    padding-right: 0;
    text-align: center;
  }
  .wp-caption.alignnone .wp-caption-text{
    padding-left: 10px;
  }
  .wp-caption.alignnone:nth-child(2n-1){
    text-align: center;
  }
}



.fancy-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: "Vollkorn",serif !important;
}
.fancy-title:before, .fancy-title:after {
    border-top: 4px solid #b5c5db;
    content: '\a0';
    flex-grow: 1;
    height: 1px;
}
.fancy-title:before {
    margin-right: 15px;
}
.fancy-title:after {
    margin-left: 15px;
}


/*
  Override the hero everywhere
*/
#banner .breadcrumb-wrapper {
  position: static;
  padding-top: 10px;
}

#banner .title-wrapper {
  display: none;
  visibility: hidden;
}


/*
  MPP Landing Styles
*/
#banner .video-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    z-index: 0;
}
video#vid {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 0;
   /* background: url(../img/yes_poster_2.jpg) no-repeat;*/
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px){
  #banner.mpp-landing {
    height: 275px;
  }
}
@media screen and (min-width: 992px){
  #banner.mpp-landing {
      height: 350px;
  }
}
@media screen and (min-width: 1200px){
  #banner.mpp-landing {
      height: 550px;
  }
}