/* Editor styles for the PSRC News Listing block. */

.editor-styles-wrapper .cf::after {
    clear: both;
}
.editor-styles-wrapper .cf::before, .editor-styles-wrapper .cf::after {
    content: " ";
    display: table;
}

.editor-styles-wrapper .news-article {
    margin-bottom: 20px;
}

.editor-styles-wrapper .col1 {
    width: 15%;
    margin-right: 0%;
    float: left;
}

.editor-styles-wrapper .news-date::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 2px solid inherit;
}

.editor-styles-wrapper .news-date {
    width: 105px;
    height: 105px;
    background-color: #F3F3F3;
    position: relative;
    float: left;
    margin-right: 3%;
}

.editor-styles-wrapper .news-date p {
    line-height: 24px;
}

.editor-styles-wrapper .news-date p {
    font-size: inherit;
    line-height: inherit;
    margin-top: 4px;
    margin-bottom: 4px;
}

.editor-styles-wrapper .full-date {
    display: none;
}

.editor-styles-wrapper .col2 {
    width: 85%;
    float: left;
}

.editor-styles-wrapper .audio-video .av-block {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.editor-styles-wrapper .audio-video .av-block:nth-of-type(2n) {
    margin-right: 0%;
}

.editor-styles-wrapper .audio-video .av-block .embed-container {
	background-color: #F3F3F3;
}

.editor-styles-wrapper .news-link {
    position: relative;
    transition: all .2s linear;
    width: 33%;
    float: left;
}

.editor-styles-wrapper .news-block {
    position: relative;
    width: 100%;
    float: left;
}

.editor-styles-wrapper .news-snippet {
    width: 100%;
    z-index: 2;
    /*position: relative;*/
    top: 0px;
    float: left;
    opacity: 0;
    transition: all .2s linear;
    position: absolute;
}

.editor-styles-wrapper .news-snippet > .content {
    position: absolute;
    top: 35px;
    bottom: 0;
}

.editor-styles-wrapper .news-info {
    margin: 0px auto;
    width: 70%;
}

.editor-styles-wrapper .news-date p {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: inherit;
    margin: 0px 0px 15px;
}

.editor-styles-wrapper .news-title p {
    font-family: "Lusitana", sans-serif;
    font-size: 24px;
    margin: 0px;
    line-height: 28px;
}

.editor-styles-wrapper .mh-container {
    margin-bottom: 40px;
}

.editor-styles-wrapper .mh-container .mh-video {
    width: 30%;
    margin-right: 4%;
    float: left;
}

.editor-styles-wrapper .mh-container .mh-inner {
    width: 66%;
    float: left;
}

.editor-styles-wrapper .mh-container .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}


/* Front End Styles - Barebones Only */

.news-row .news-link::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 0%;
}
.news-link {
    position: relative;
    transition: all .2s linear;
    width: 33%;
    float: left;
}

.news-block {
    position: relative;
    width: 100%;
    float: left;
}

.news-snippet .content  p {
    margin: 0px auto;
    width: 70%;
    font-size: 16px;
    line-height: 20px;
}

.news-row:nth-of-type(3n+2) .news-link:nth-of-type(3) .news-snippet,
.news-row:nth-of-type(3n+1) .news-link:nth-of-type(2) .news-snippet {
    background-color: rgb(27, 123, 152, 0.9) !important;
}

.news-snippet > .content {
    position: absolute;
    top: 35px;
    bottom: 0;
}

.news-info {
    margin: 0px auto;
    width: 70%;
}

.news-link .news-date::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: none;
}

.news-info .news-date {
    width: 100%;
    height: auto;
    background-color: inherit;
    position: relative;
    float: none;
    margin-right: 0;
}

.news-info .news-date p {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    margin: 0px 0px 15px;
}

.editor-styles-wrapper .news-info .news-date p {
    color: inherit;
}

.news-block .news-title {
    background-color: transparent;
    padding: 0 0;
    width: 100%;
}

.news-link .news-title p {
    font-family: "Lusitana", sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin: 0px;
    line-height: 28px;
}

.editor-styles-wrapper .news-link .news-title p {
	color: inherit;
}

.news-row .news-snippet::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.news-row .news-link .news-snippet {
    width: 100%;
    z-index: 2;
    /*position: relative;*/
    top: 0px;
    float: left;
    opacity: 0;
    transition: all .2s linear;
    position: absolute;
}

.news-link a:hover .news-snippet {
    opacity: 1;
}

.news-block .content:hover .news-title, .news-block .content:hover .news-date {
	opacity: .25;
}

/* Vimeo Only */
.embed-container.vimeo-thumbnail iframe, .embed-container.vimeo-thumbnail object, .embed-container.vimeo-thumbnail embed {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 100%;
  transition: all ease-in 150ms;
}

.vimeo-container {
	position: relative;
	padding-top:56.25%;
}

.vimeo-container iframe {
	margin: 0;
}


/* Responsive Styles */

@media screen and (max-width: 1000px) {

.news-link {
    width: 50%;
  }

.news-date p {
    font-size: 18px;
  }
  
.news-title p {
    font-size: 24px;
    line-height: 28px;
  }
  
 .news-snippet p {
    font-size: 16px;
    line-height: 20px;
  }
  
  .news-video-block .news-video {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .news-video-block .news-snippet {
    width: 100%;
    float: none;
  }

}

@media screen and (max-width: 900px) {
  .two-thirds .col1 {
    margin-right: 4%;
  }

  .two-thirds .col2 {
    width: 81%;
  }

  .news-video-block .news-video {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
  .news-video-block .news-snippet {
    width: 48%;
    float: left;
  }
}
@media screen and (max-width: 880px) {
   .col1 {
    margin-right: 4%;
  }

  .col2 {
    width: 81%;
  }
}
@media screen and (max-width: 850px) {
  .style-guide .col1 {
    margin-right: 10%;
  }

  .style-guide .col2 {
    width: 75%;
  }

  .news-title, .style-guide .news-title {
    padding: 22px 6%;
  }

  .news-list .news-title {
    padding: 22px 6%;
  }
}
@media screen and (max-width: 800px) {
  .news-date p {
    font-size: 14px;
  }

  .news-title p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 700px) {
  .theme-1 .col1, .theme-1 .col2, .theme-2 .two-thirds .col1, .theme-2 .two-thirds .col2, .style-guide .col1, .style-guide .col2, .theme-2 .col1, .theme-2 .col2 {
    width: 100%;
    margin-right: 0%;
  }

  .theme-2.committee .news-title, .theme-2.pasengop .news-title {
    padding: 22px 6%;
  }

  .theme-2 .news-date {
    width: 100%;
    height: auto;
    margin-right: 0%;
  }
  .theme-2 .news-date::before {
    display: none;
  }

  .theme-2.committee .news-date, .theme-2.pasengop .news-date {
    width: 100%;
    height: auto;
    margin-right: 0%;
  }
  .theme-2.committee .news-date::before, .theme-2.pasengop .news-date::before {
    display: none;
  }

  .month, .day, .year {
    display: none;
  }

  .full-date {
    display: block;
    font-style: italic;
    color: #ffffff !important;
    margin: 15px 6%;
  }

  .news-list .news-date {
    width: 100%;
    height: auto;
    margin-right: 0%;
  }
  .news-list .news-date::before {
    display: none;
  }
  .news-list .news-date .full-date {
    display: block;
    font-style: italic;
    color: #ffffff !important;
    margin: 15px 6%;
    text-transform: none;
    font-size: 18px;
  }

  .news-video-block .news-video {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .news-video-block .news-snippet {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 680px) {
  .news-link {
    width: 100%;
    max-width: 350px;
  }

  .news-date p {
    font-size: 18px;
  }

  .news-title p {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 400px) {
  .news-date p {
    font-size: 14px;
  }

  .news-title p {
    font-size: 20px;
    line-height: 24px;
  }
}
