/*******************************************************************************
* Page post types
* some elements may apply to other post types as well
*******************************************************************************/
#container {
  margin-top: 86px;
}

#content {
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 30px;
}

#content .main-content {
  float: left;
  padding-right: 15px;
  width: 67%;
}

#content .main-content.row {
  padding-right: 0;
  width: 100%;
}

#content .sidebar-content {
  float: left;
  padding-left: 15px;
  width: 33%;
}

#content.no-sidebar .main-content {
  width: 100%;
}

#content.fullwidth {
  padding-top: 0;
}

#content.fullwidth .main-content {
  padding-right: 0;
  width: 100%;
}

.entry-content h3 {
  margin: 30px 0 8px 0;
}

.entry-content ul {
  margin-left: 25px;
  list-style-image: url(../images/list-arrow.png);
}

.entry-content ul.dots {
  list-style: disc;
}

.entry-content ul li {
  font-size: 19px;
  line-height: 1.6;
  padding-left: 0;
  position: relative;
}

.entry-content p {
  margin-bottom: 20px;
}

.entry-content em {
  font-style: italic;
}

.entry-content b {
  font-weight: bold;
}

.entry-content u {
  text-decoration: underline;
}

.entry-title {
  border-bottom: 1px solid #a6a7af;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.post-thumbnail {
  max-width: 100%;
}

.share-links {
  float: right;
  font-size: 18px;
}

.share-links span {
  color: #919191;
  font-weight: bold;
  font-style: italic;
}

.share-links a {
  color: #f36d21;
  margin-left: 15px;
}

.page-section {
  overflow: hidden;
}

.header-link {
  float: right;
}

@media all and (max-width: 980px) {
  #container {
    margin-top: 40px;
  }
}

@media all and (max-width: 769px) {
  #content .main-content,
  #content .sidebar-content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/*******************************************************************************
* Filters
*******************************************************************************/
.filter-tab-target {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.filter-tab-target.on {
  max-height: 500px;
}

.filters-search[type="text"] {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #55575c;
  font-size: 32px;
  padding-left: 0;
  width: 100%;
}

.filters-search[type="text"]:focus {
  outline: none;
}

/*******************************************************************************
* News & Research
*******************************************************************************/
.collection-list {
  margin-bottom: 25px;
  overflow: hidden;
}

.collection-list .collection-link {
  float: left;
  margin-right: 3.2%;
  width: 14%;
}

.collection-list .collection-link:last-child {
  margin-right: 0;
}

#news-top-links {
  margin-bottom: 40px;
}

#news-top-links a {
  border-right: 2px solid #dedede;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}

#news-top-links a:last-child {
  border-right: 0;
}

#news-top-links a.current {
  color: #55575c;
}

#news-top-links a.current span {
  border-bottom: 2px solid #55575c;
}

#content.news-article.no-sidebar .main-content {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 66%;
}

#content.news-article .entry-title {
  margin-top: 30px;
}

.flag-title {
  background: #fd6d27;
  color: #fff;
  display: inline-block;
  padding: 10px 10px 7px 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.flag-title.is-force-page {
  opacity: 0;
}

.single-news .link-wrapper.hide,
.single-single-article .link-wrapper.hide,
.single-press-release .link-wrapper.hide {
  display: none;
}

.single-news .entry-content a,
.single-single-article .entry-content a,
.single-press-release .entry-content a {
  color: #000;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}

.single-news .entry-content a:hover,
.single-single-article .entry-content a:hover,
.single-press-release .entry-content a:hover {
  color: #f36d21;
}

.single-news .entry-content a.button.orange,
.single-single-article .entry-content a.button.orange,
.single-press-release .entry-content a.button.orange {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.single-news .entry-content a.button.orange:hover,
.single-single-article .entry-content a.button.orange:hover,
.single-press-release .entry-content a.button.orange:hover {
  color: #000;
  transition: all 0.5s ease-in-out;
}

@media all and (max-width: 980px) {
  #content.news-article.no-sidebar .main-content {
    width: 100%;
  }
  #news-top-links {
    margin-bottom: 15px;
  }
  #news-top-links a {
    border-right: 0;
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}

/*******************************************************************************
* Filters
*******************************************************************************/
.filters-wrapper {
  background: #55575c;
}

.filters-wrapper .filters-nav {
  width: 100%;
}

.filters-wrapper .filters-nav ul {
  margin: 0;
}

.filters-wrapper .filters-nav li {
  color: #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  list-style: none;
  margin-bottom: 0;
  padding: 0 14px;
  position: relative;
  text-transform: uppercase;
}

.filters-wrapper .filters-nav li.on {
  color: #fff;
}

.filters-wrapper .filters-nav li.on::after {
  border: 10px solid transparent;
  border-top: 10px solid #55575c;
  content: '';
  display: block;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 36px;
}

.filters-wrapper .filters-content {
  background: #ebebeb;
  width: 100%;
}

.filters-wrapper .filters-content h2 {
  margin-top: 7px;
  position: relative;
}

.filters-wrapper .filters-content h2::after {
  border-bottom: 2px solid #dedede;
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  width: 100%;
  z-index: 9;
}

.filters-wrapper .filters-content h2 span {
  background: #ebebeb;
  padding-right: 15px;
  position: relative;
  z-index: 10;
}

.filters-wrapper .filters-content ul {
  margin: 0;
  overflow: hidden;
}

.filters-wrapper .filters-content li {
  color: #333;
  cursor: pointer;
  background: #dadada;
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0 1% 1% 0;
  padding: 6px 5px 6px 30px;
  position: relative;
  width: 19%;
}

.filters-wrapper .filters-content li.on {
  background: #66cccc;
  color: #fff;
}

.filters-wrapper .filters-content li.on .filters-checkbox i {
  display: block;
}

.filters-wrapper .filters-content li[data-term-slug='oia-press-room'] {
  display: none;
}

.filters-wrapper .filters-content .filters-checkbox {
  background: #fff;
  height: 12px;
  left: 7px;
  position: absolute;
  top: 10px;
  width: 12px;
}

.filters-wrapper .filters-content .filters-checkbox i {
  color: #333;
  display: none;
  font-size: 12px;
}

.filters-wrapper .filters-content .filter-tab-target > div {
  margin: 14px;
}

@media all and (max-width: 980px) {
  .filters-wrapper .filters-content li {
    width: 32%;
  }
  .filter-tab-target.on {
    max-height: 1000px;
  }
}

@media all and (max-width: 640px) {
  .filters-wrapper .filters-content li {
    width: 49%;
  }
}

@media all and (max-width: 420px) {
  .filters-wrapper .filters-content li {
    width: 100%;
    margin-right: 0;
  }
}

/*******************************************************************************
* Ajax post list area
* used on collections, news and resources
*******************************************************************************/
#ajax-post-list-content,
.search-results {
  min-height: 500px;
}

#ajax-post-list-content .pagination,
.search-results .pagination {
  margin: 30px 0 20px 0;
}

#ajax-post-list-content .pagination .page-list,
.search-results .pagination .page-list {
  float: right;
}

#ajax-post-list-content .pagination .page-link,
.search-results .pagination .page-link {
  font-size: 18px;
  margin: 0 4px;
}

#ajax-post-list-content .pagination .page-link.on,
.search-results .pagination .page-link.on {
  color: #55575c;
}

#ajax-post-list-content .pagination i,
.search-results .pagination i {
  font-size: 18px;
  margin-left: 7px;
}

#ajax-post-list-content .post-listing,
.search-results .post-listing {
  border-top: 1px solid #a5a5a5;
  overflow: hidden;
  padding: 20px 0 40px 0;
}

#ajax-post-list-content .post-listing .content,
.search-results .post-listing .content {
  overflow: hidden;
}

#ajax-post-list-content .post-listing h2,
.search-results .post-listing h2 {
  line-height: 1.2;
  margin-bottom: 5px;
}

#ajax-post-list-content .post-listing h2 i,
.search-results .post-listing h2 i {
  margin-right: 10px;
}

#ajax-post-list-content .post-listing .article-excerpt,
#ajax-post-list-content .post-listing .article-excerpt p,
.search-results .post-listing .article-excerpt,
.search-results .post-listing .article-excerpt p {
  font-size: 18px;
  line-height: 1.1;
  margin-top: 25px;
}

#ajax-post-list-content .post-listing .topics,
.search-results .post-listing .topics {
  margin-top: 25px;
}

#ajax-post-list-content .post-listing .topics .taxonomy,
.search-results .post-listing .topics .taxonomy {
  font-weight: bold;
  text-transform: uppercase;
}

#ajax-post-list-content .post-listing .meta,
.search-results .post-listing .meta {
  font-weight: bold;
}

#ajax-post-list-content .post-listing .post-image,
.search-results .post-listing .post-image {
  float: left;
  margin-right: 28px;
}

@media all and (max-width: 620px) {
  #ajax-post-list-content .post-listing .post-image {
    display: none;
  }
  #ajax-post-list-content .post-listing .post-content {
    width: 100%;
  }
}

/*******************************************************************************
* Breadcrumbs
*******************************************************************************/
.breadcrumbs {
  margin: 15px 0 20px 0;
  overflow: hidden;
}

.breadcrumb {
  float: left;
  margin-bottom: 0;
}

.breadcrumb::after {
  border: 6px solid transparent;
  border-left: 6px solid #a5a5a5;
  content: '';
  display: inline-block;
  margin: 0 10px;
}

.breadcrumb:last-child::after {
  display: none;
}

/*******************************************************************************
* Sidebar
*******************************************************************************/
.widget-area .xoxo {
  list-style-image: none;
  margin: 0;
}

.sidebar-nav {
  background: #f2f2f2;
  padding-bottom: 10px;
}

.sidebar-nav ul {
  margin: 0;
}

.sidebar-nav li {
  margin: 10px 0 5px 0;
  padding: 0;
}

.sidebar-nav li a {
  color: #4d505f;
  display: block;
  padding: 8px 30px;
}

.sidebar-nav .top-level {
  background: #e6e6e6;
  display: block;
  font-weight: bold;
  padding: 15px 30px 12px 30px;
  text-transform: uppercase;
  width: 100%;
}

.sidebar-nav .top-level h3 {
  color: #2a3147;
  font-size: 20px;
  margin-bottom: 0;
}

.sidebar-nav .top-level.current_page_item {
  background: #6acdcb;
  position: relative;
}

.sidebar-nav .top-level.current_page_item::before {
  border: 25px solid transparent;
  border-right: 19px solid #6acdcb;
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
}

.sidebar-nav .top-level.current_page_item h3 {
  color: #fff;
}

.sidebar-nav .top-level.current_page_item:hover {
  background: #6acdcb;
}

.sidebar-nav .top-level.current_page_item:hover h3 {
  color: #fff;
}

.sidebar-nav .top-level:hover {
  background: #e6e6e6;
}

.sidebar-nav .children {
  display: none;
}

.sidebar-nav .current_page_item > a {
  background: #6acdcb;
  color: #fff;
  position: relative;
}

.sidebar-nav .current_page_item > a::before {
  border: 19px solid transparent;
  border-right: 19px solid #6acdcb;
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
}

.sidebar-nav .current_page_item .children {
  display: block;
  font-weight: lighter;
  margin-left: 15px;
}

.sidebar-nav .current_page_parent .children,
.sidebar-nav .current_page_ancestor .children {
  display: block;
  font-weight: lighter;
  margin-left: 15px;
}

.sidebar-nav > ul > li {
  font-weight: bold;
}

.sidebar-module {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.sidebar-module .sidebar-heading {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  font-size: 24px;
  line-height: 1;
  padding: 12px 30px;
}

.sidebar-module .module-content {
  padding: 30px;
}

.sidebar-module.no-padding .module-content {
  padding: 0 0 10px 0;
}

/*******************************************************************************
* Sustainability
*******************************************************************************/
.sustainability-topic {
  float: left;
  margin: 2% 0 0 0;
  position: relative;
  text-align: center;
  width: 49%;
}

.sustainability-topic:nth-child(odd) {
  margin-right: 2%;
}

.sustainability-topic .background-image img {
  width: 100%;
}

.sustainability-topic .heading {
  background: rgba(1, 1, 1, 0.8);
  bottom: 0;
  padding: 20px 6% 10px;
  position: absolute;
  text-align: center;
}

.sustainability-topic .heading h3,
.sustainability-topic .heading p {
  color: #fff;
  margin: 0 15px;
}

.sustainability-topic .heading h3 {
  border-bottom: 0;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}

.sustainability-topic .heading h3 a {
  color: #fff;
  text-decoration: none;
}

.sustainability-topic p {
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 1s linear;
}

.sustainability-topic:hover p {
  max-height: 1000px;
}

.additional-block {
  border-top: 1px solid #82858f;
  float: left;
  margin-top: 2%;
  padding-top: 2%;
  position: relative;
  width: 100%;
}

.additional-block .gutter {
  width: 2%;
}

.additional-block .block {
  background: #f1f1f1;
  float: left;
  margin-bottom: 2%;
  width: 49%;
}

.additional-block .block .header {
  background: #e6e6e6;
  color: #000;
  padding: 25px 25px 25px 95px;
  position: relative;
}

.additional-block .block .header i {
  color: #fd6d27;
  font-size: 45px;
  left: 25px;
  margin-top: -23.5px;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.additional-block .block .header h3 {
  border-bottom: 0;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.additional-block .block .header p {
  margin-bottom: 0;
}

.additional-block .block .content {
  padding: 15px 25px;
}

/*******************************************************************************
* Videos
*******************************************************************************/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wistia-list {
  overflow: hidden;
}

.wistia-list br {
  display: none;
}

.wistia-list a {
  display: block;
}

.wistia-list div {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.wistia-list .wistia-img {
  float: left;
  margin-right: 15px;
  max-width: 125px;
  overflow: hidden;
}

.wistia-list .wistia-title {
  overflow: hidden;
}

.wistia-list .wistia-title h3 {
  margin: 0;
}

/*******************************************************************************
* Image Wrappers
*******************************************************************************/
.image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}

.image-wrapper img {
  float: left;
  height: auto;
}

.image-wrapper.image-2 img {
  width: 49%;
}

.image-wrapper.image-2 img:first-child {
  margin-right: 2%;
}

/*******************************************************************************
* Resrouces
*******************************************************************************/
.single-resource #content {
  padding-top: 0;
}

.single-resource .resource-header {
  margin-bottom: 40px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.single-resource .resource-header img {
  width: 100%;
}

.single-resource .header-info-wrapper {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.single-resource .header-info {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 30px 20px 30px;
}

.single-resource .header-info h1 {
  color: #fff;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 10px !important;
}

.single-resource .header-info .date,
.single-resource .header-info .share-links {
  color: #fff;
  font-style: italic;
}

.single-resource .header-info .share-links {
  float: right;
}

.single-resource .header-info .share-links a {
  color: #ff6d10;
  margin-left: 10px;
}

.single-resource .sidebar {
  background: #f2f2f2;
  padding: 30px;
}

.single-resource .sidebar img {
  margin-bottom: 35px;
  width: 100%;
}

.single-resource .sidebar .resource-prices {
  color: #a4a4a4;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.single-resource .sidebar .resource-prices > div {
  margin-bottom: 50px;
}

.single-resource .sidebar .resource-prices .active-price {
  color: #333;
}

.single-resource .sidebar .resource-prices .price {
  font-size: 30px;
}

.single-resource .sidebar .btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-top: 20px;
  padding: 12px 0;
  width: 175px;
}

.single-resource .resource-topics {
  font-style: italic;
}

.single-resource .taxonomy {
  color: #333;
}

#content .sidebar-content.resource-sidebar {
  background: #f2f2f2;
  float: right;
  padding: 30px;
  text-align: center;
  width: 25%;
}

#content .sidebar-content.resource-sidebar #resource-image {
  margin-bottom: 30px;
}

#content .sidebar-content.resource-sidebar .price-wrapper {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#content .sidebar-content.resource-sidebar .price-wrapper.grey {
  color: #a4a4a4;
}

#content .sidebar-content.resource-sidebar .price-wrapper.black {
  color: #333;
}

#content .sidebar-content.resource-sidebar .price-wrapper .price {
  font-size: 30px;
}

#content .sidebar-content.resource-sidebar a {
  margin-bottom: 30px;
}

@media all and (max-width: 769px) {
  #content .sidebar-content.resource-sidebar {
    width: 100%;
  }
}

/*******************************************************************************
* List of links
*******************************************************************************/
#top-links {
  border-bottom: 1px solid #dedede;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 50px 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#top-links li {
  border-right: 2px solid #333333;
  display: inline-block;
  line-height: 1;
}

#top-links li:last-child {
  border-right: 0;
}

#top-links li a {
  color: #333333;
  font-weight: bold;
  padding: 0 35px;
}

/*******************************************************************************
* Content resource wrapper
*******************************************************************************/
.content-resource-wrapper {
  background: #f2f2f2;
  box-shadow: none;
  margin: 30px 0;
}

.content-resource-wrapper p:empty {
  display: none;
}

.content-resource-wrapper .header {
  background: #e6e6e6;
  color: #000;
  padding: 25px 30px;
  position: relative;
}

.content-resource-wrapper .header i {
  color: #fd6d27;
  font-size: 45px;
  left: 30px;
  line-height: 1;
  position: absolute;
}

.content-resource-wrapper .header h3 {
  line-height: 45px;
  margin-bottom: 0;
  margin-top: 0;
}

.content-resource-wrapper .header h3,
.content-resource-wrapper .header h4 {
  margin-left: 60px;
}

.content-resource-wrapper .content {
  padding: 20px 30px;
}

.content-resource-wrapper .content a {
  color: #000;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}

.content-resource-wrapper .content a:hover {
  color: #f36d21;
}

.content-resource-wrapper .content a.button {
  color: #fff;
  text-decoration: none;
}

.content-resource-wrapper .content a.button:hover {
  color: #f36d21;
}

.content-resource-wrapper .content a.button.hollow {
  color: #000;
}

.content-resource-wrapper .content ul {
  margin-left: 0;
}

.content-resource-wrapper .link-list li {
  margin-bottom: 20px;
}

/*******************************************************************************
* Press Releases
*******************************************************************************/
ul.wpuf-form li .wpuf-label {
  font-size: 16px;
  width: 100%;
}

ul.wpuf-form .wpuf-submit input[type="submit"] {
  background: #f36d21;
  border: 1px solid #f36d21;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Akzidenz Grotesk', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 12px 9px 12px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  width: auto;
}

.press-release-dashboard-wrapper {
  width: 100%;
}

.press-release-dashboard-wrapper .table-row .date {
  font-size: 18px;
  width: 15%;
}

.press-release-dashboard-wrapper .table-row .title {
  font-size: 24px;
  width: 60%;
}

.press-release-dashboard-wrapper .table-row .links {
  width: 25%;
}

.press-release-dashboard-wrapper .scheduled {
  font-size: 14px;
  margin-top: 15px;
}

.table-row {
  border-bottom: 1px solid #a5a5a5;
  overflow: hidden;
  width: 100%;
}

.table-row > div {
  display: inline-block;
  float: left;
  padding: 20px 15px;
}

.table-row .table-header {
  background: #ccc;
}

.single-press-release .header .social {
  overflow: hidden;
  width: 100%;
}

.single-press-release .header .button {
  margin: 25px 0;
}

/* icons */
div.icon {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 92px;
  background-repeat: no-repeat;
  background-image: url(../images/icon-sprite.png);
}

div.icon.dollar-sign {
  background-position: 0 0;
}

/*******************************************************************************
* ConsumerVue
*******************************************************************************/
#consumervue-landing-form h4 {
  font-size: 23px;
  text-transform: none;
}

#consumervue-landing-form label {
  color: #4d4d4d;
  display: inline-block;
  font-size: 14px;
  width: 100%;
}

#consumervue-landing-form input {
  height: 37px;
  font-size: 14px;
  width: 100%;
}

#consumervue-landing-form input,
#consumervue-landing-form select {
  margin-bottom: 16px;
}

#consumervue-landing-form input[type="submit"] {
  background: #ff6d10 !important;
  border: 0;
  bottom: 0;
  cursor: pointer;
  color: #fff;
  font-family: 'Akzidenz Grotesk Black', sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: 60px;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
}

#consumervue-landing-form input[type="submit"]:hover {
  background: #ff6d10 !important;
}

@media only screen and (max-width: 450px) {
  #consumervue-landing-form {
    height: 350px;
  }
}

/*******************************************************************************
* Contact
*******************************************************************************/
.contact-social {
  margin: 50px 0 30px 0;
}

.contact-social a {
  background: #58B7B3;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  line-height: 50px;
  margin-right: 30px;
  transition: background 0.5s ease-in-out;
  width: 50px;
}

.contact-social a:hover {
  background: #f36d21;
}

/*******************************************************************************
* Collections
*******************************************************************************/
.single-collections .header {
  margin-bottom: 30px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
}

.single-collections .header img {
  display: block;
  width: 100%;
}

.single-collections .header .link-wrapper {
  position: absolute;
  top: 30px;
  width: 100%;
}

.single-collections .header .link-wrapper.hide {
  display: none;
}

.single-collections .header .heading-wrapper {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 40px 0 25px 0;
}

.single-collections .header .entry-title {
  border-bottom: 0;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}

/*******************************************************************************
* Contact modal
*******************************************************************************/
#contact-modal {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(88, 183, 179, 0.85);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
}

#contact-modal h2,
#contact-modal p {
  color: #fff;
}

#contact-modal h2 {
  font-size: 42px;
  margin-bottom: 5px;
}

#contact-modal p {
  margin-bottom: 50px;
}

#contact-modal span {
  cursor: pointer;
}

#contact-modal .content {
  padding: 30px;
  position: relative;
  text-align: center;
}

#contact-modal .modal-close {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  top: -30px;
  width: 30px;
}

#contact-modal .modal-close::before, #contact-modal .modal-close::after {
  border-top: 2px solid #fff;
  content: '';
  display: block;
  position: relative;
  width: 100%;
}

#contact-modal .modal-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
}

#contact-modal .modal-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*******************************************************************************
* Staff
*******************************************************************************/
.staff-member .staff-social a {
  font-size: 22px;
  margin-right: 7px;
}

/*******************************************************************************
* News
*******************************************************************************/
.featured-news {
  margin: 30px 0;
  overflow: hidden;
}

.featured-news .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.featured-news .flag {
  background: #ff6d10;
  color: #fff;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
}

.featured-news .featured-article {
  display: inline-block;
  position: relative;
  width: 100%;
}

.featured-news img {
  display: block;
  width: 100%;
}

.featured-news.count-1 h2 {
  background: #e2e2e2;
  color: #303030;
  margin: 0;
  padding: 15px 20px 12px 20px;
}

.featured-news.count-1 .title {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  font-weight: bold;
  left: 0;
  letter-spacing: 1px;
  margin: 0;
  padding: 25px 20px 20px 20px;
  position: absolute;
  width: 100%;
}

.featured-news.count-1 .flag {
  bottom: 60px;
  font-size: 16px;
  font-weight: bold;
  left: 10px;
  padding: 10px;
}

.featured-news.count-2 {
  background: #f0f0f0;
  padding: 10px;
}

.featured-news.count-2 h2 {
  background: #e2e2e2;
  color: #303030;
  margin: 0;
  padding: 15px 20px 12px 20px;
}

.featured-news.count-2 .featured-article {
  float: left;
  width: 49%;
}

.featured-news.count-2 .featured-article:last-child {
  margin-left: 2%;
}

.featured-news.count-2 .flag {
  padding: 7px;
  top: 0;
  width: 100%;
}

.featured-news.count-2 .title {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  margin: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}

.featured-news.count-3 {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 30px 0;
}

.featured-news.count-3 .featured-article {
  float: left;
  width: 30%;
}

.featured-news.count-3 .featured-article:nth-child(3) {
  margin: 0 5%;
}

.featured-news.count-3 .title {
  bottom: 0;
  font-size: 16px;
  height: 14px;
  line-height: 1;
  margin-bottom: 0;
  max-width: 100%;
  overflow: hidden;
  padding-left: 70px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.featured-news.count-3 .flag {
  height: 24px;
  font-size: 14px;
  left: 70px;
  line-height: 18px;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}

.featured-news.count-3 img {
  max-width: 60px;
}

/*******************************************************************************
* Misc
*******************************************************************************/
.announcement {
  background: #e6e6e6;
  margin-bottom: 15px;
  padding: 25px;
  text-align: center;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  cursor: pointer;
}

.wp-caption-text {
  font-size: 15px;
  font-style: italic;
}

blockquote {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #58B7B3;
  float: left;
  margin: 20px 0;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

/*******************************************************************************
* FYL Shortcode
*******************************************************************************/
#state-page-legislator-lookup.shortcode {
  padding: 0;
}

#state-page-legislator-lookup.shortcode #engage-plugin-252303 {
  margin: 0;
}

/*******************************************************************************
* Congressional District Data
*******************************************************************************/
#cdd-lookup-wrapper {
  border: thin solid #ccc;
  padding: 20px;
  position: relative;
  text-align: center;
}

#cdd-lookup-wrapper .main-form {
  display: inline-block;
  width: 95%;
}

#cdd-lookup-wrapper .main-form h3 {
  color: #4d4d4d;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 16px;
  margin-top: 5px;
  text-align: left;
  text-rendering: optimizeLegibility;
}

#cdd-lookup-wrapper .main-form p {
  line-height: 18px;
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}

#cdd-lookup-wrapper .district-lookup-button {
  color: #f36d21;
  cursor: pointer;
  font-weight: bold;
}

#cdd-lookup select {
  display: inline-block;
  margin-bottom: 20px;
  width: 49%;
  height: 52px;
}

#cdd-lookup select#select-state {
  float: left;
}

#cdd-lookup select#select-district {
  float: right;
}

#cdd-lookup a#cdd-pdf-download {
  cursor: pointer;
  opacity: .5;
  float: right;
}

#cdd-lookup a#cdd-pdf-download.off {
  cursor: default;
}

#cdd-lookup a#cdd-pdf-download.off:hover {
  background: #f36d21;
  color: #fff;
}

#cdd-lookup a#cdd-pdf-pardot-form {
  float: right;
  cursor: pointer;
}

.cdd-form-container {
  background-color: #f36d21;
  display: none;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}

.cdd-form-container h2 {
  color: #fff !important;
  margin-bottom: 15px;
  text-align: left;
}

.cdd-form-container .name-email-container input,
.cdd-form-container .title-company-container input {
  height: 52px;
  margin-bottom: 15px;
  padding-left: 20px;
  width: 100%;
}

.cdd-form-container #cdd-submit-button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
}

.cdd-form-container .fa.fa-times {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  top: 12px;
  right: 20px;
}

#district-lookup-action {
  display: none;
}

#district-lookup-action input {
  height: 37px;
  width: calc(100% - 190px);
}

#district-lookup-action .button {
  float: right;
  margin-left: 15px;
}

#district-lookup-action #district-lookup-results {
  color: #f36d21;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
}

/*******************************************************************************
* Combo Tabs - FYL + CDD
*******************************************************************************/
.anchor {
  display: block;
  height: 86px;
  /*same height as header*/
  margin-top: -86px;
  /*same height as header*/
  visibility: hidden;
}

.tab {
  background: #ebebeb;
  border: thin solid #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: -1px;
  padding: 15px;
  position: relative;
  z-index: 10;
}

.tab:nth-of-type(2) {
  border-left: none;
}

.tab.selected {
  background: transparent;
  border-bottom: 2px solid #fff;
  cursor: default;
}

.tab-target {
  clear: both;
  margin-bottom: 30px;
}

.tab-target.fyl {
  border: 1px solid #ccc;
  min-height: 255px;
}

/* remove border from engage form */
#fyl-cdd-combo div#engage-plugin-252303 {
  border: none;
}

/*******************************************************************************
* Responsive - FYL + CDD
*******************************************************************************/
@media only screen and (min-width: 768px) {
  .cdd-form-container {
    height: 100%;
  }
  .cdd-form-container .name-email-container,
  .cdd-form-container .title-company-container {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
  }
  .cdd-form-container .name-email-container input,
  .cdd-form-container .title-company-container input {
    margin-bottom: 0;
    width: 32.5%;
  }
}

@media only screen and (max-width: 480px) {
  .tab {
    float: left;
    text-align: center;
    width: 50%;
  }
  #cdd-lookup-wrapper {
    height: auto;
  }
  #cdd-lookup-wrapper .main-form {
    width: 100%;
    position: initial;
    padding: 20px 0;
    top: initial;
    left: initial;
    -webkit-transform: none;
    transform: none;
  }
  #cdd-lookup-wrapper a#cdd-pdf-download {
    width: 100%;
  }
  #cdd-lookup select {
    float: none;
    display: block;
    width: 100%;
  }
  #district-lookup-action input {
    display: block;
    width: 100%;
    padding-left: 0;
    text-indent: 10px;
  }
  #district-lookup-action span.button {
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
}

/*******************************************************************************
* Downloadable Resource Form
*******************************************************************************/
.download-lead-capture-form-container {
  background-color: #f36d21;
  bottom: 0;
  padding: 40px;
  position: fixed;
  right: 0;
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .download-lead-capture-form-container {
    padding: 20px;
    width: 100%;
  }
}

.download-lead-capture-form-heading {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}

.download-lead-capture-form-field-container {
  font-size: 0;
}

.download-lead-capture-form-field {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 15px;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .download-lead-capture-form-field {
    width: 49%;
  }
  .download-lead-capture-form-field:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 769px) {
  .download-lead-capture-form-field {
    width: 32%;
  }
  .download-lead-capture-form-field:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.download-lead-capture-form-button-container {
  text-align: right;
}

.download-lead-capture-form-required-message {
  color: #fff;
  font-size: 14px;
  float: left;
  margin-bottom: 10px;
}

.download-lead-capture-form-button {
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  padding: 15px 20px;
}

/* Category page */
.post-type-archive-news #content {
  padding: 50px;
}

.post-type-archive-news .type-news {
  margin-bottom: 50px;
}

/* Homepage header */
.icon-header.row h2 {
  font-size: 30px;
}

.post-slider-wrapper .post-slider h4 {
  font-size: 18px;
}

.homepage-carousel a.button.orange.action {
  display: none;
}

.homepage-carousel .icon-header.row h2 {
  padding-left: 0px;
}

@media only screen and (max-width: 500px) {
  .flag-image .flag {
    font-size: 10px;
    padding: 4px 7px;
  }
  .flag-image .caption {
    padding: 12px 10px;
  }
  .flag-image .caption h3 {
    font-size: 10px;
  }
  .location-block {
    padding-top: 50px;
  }
  .post-type-archive-news #content {
    padding: 20px;
  }
  /* Article Page mobile edits */
  #content.news-article .entry-title {
    margin-top: 30px;
    padding-right: 5px;
  }
  .entry-title {
    font-size: 40px;
  }
  .share-links {
    float: none;
    margin-top: 15px;
  }
  .share-links span {
    font-size: 14px;
  }
  .advocacy-page .post-slider-wrapper .post-slider .slick-dots li button {
    font-size: 11px;
    padding: 0px;
  }
  .advocacy-page .icon-header.row h2 .icon {
    top: -65px;
  }
}

@media only screen and (max-width: 450px) {
  .thrive-image {
    margin-top: 10px;
  }
  .post-slider-wrapper .slick-dots li button:before,
  .post-slider .slick-dots li button:before {
    display: none;
  }
  .icon-header.row {
    margin-top: 60px;
    overflow: unset;
  }
  .icon-header.row h2 {
    padding-top: 50px;
  }
  #content.news-article .entry-title {
    font-size: 40px;
    padding-right: 5px;
  }
  .share-links {
    float: none;
    margin-top: 20px;
  }
  .share-links a {
    margin-left: 6px;
  }
  #ajax-post-list-content .pagination .page-list {
    float: unset;
    margin-top: 15px;
    text-align: right;
  }
  .advocacy-page .button.large {
    font-size: 16px;
  }
  .cv2020-lp-break:after,
  #header {
    z-index: 100;
  }
  .cv2020-lp-slider-container {
    z-index: 99;
  }
  .community-city-block {
    padding-top: 30px;
  }
}

/*# sourceMappingURL=page.css.map */