/* Minification failed. Returning unminified contents.
(3806,26): run-time error CSS1039: Token not allowed after unary operator: '-primary-colors-white'
(3807,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-colors-bosfed-blue'
 */
/*
//-----------------------------------------------------------------------
// <copyright file="carousel.less" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the carousel.less file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */
.carousel-control.right,
.carousel-control.left {
  background-image: none !important;
}
.carousel-date {
  background-color: #6ba2b9;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  opacity: .8;
  padding: 5px 15px;
}
.carousel-img-column {
  padding-right: 0;
}
.carousel-outer-container-column {
  overflow: hidden;
}
.carousel-row-wrapper {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  margin: 0 3px 4px;
}
.carousel-subtitle {
  color: #000000;
  font-weight: 300;
  line-height: 20px;
}
.carousel-text-column {
  /*background-image: url(/~/media/FRB/Articles/pattern2xpng.png);*/
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 50% auto;
  text-align: left;
}
.carousel-text-column .call-to-action {
  border-radius: 0px;
  background-color: #1262B2;
  float: left;
  font-style: normal;
  font-weight: 400;
  padding: 5px 10px;
}
.carousel-text-column .call-to-action a {
  color: #fff;
}
.carousel-text-column h2 {
  color: #1262B2;
  font-weight: 400;
  font-family: 'Merriweather', 'Open Sans', sans-serif;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 21px;
}
.carousel-text-column h4 {
  clear: both;
  color: #1262B2;
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
}
.carousel-text-column h4 a,
.carousel-text-column h2 a,
.carousel-subtitle a {
  color: #1262B2;
}
.carousel-text-column,
.carousel-img-column {
  padding-left: 3px;
  padding-right: 3px;
}
.carousel-text-column-inner,
.carousel-img-column-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  /*margin-right: -3px;*/
}
.xsmall-carousel-img-column {
  padding: 0;
}
.small-carousel-large-section-row {
  margin-bottom: 20px;
}
.small-carousel-small-section-row .carousel-text-column {
  background-image: none;
  position: relative;
}
.small-carousel-small-section-row .carousel-text-column .carousel-date {
  position: absolute;
  right: 0;
  top: 0;
}
.small-carousel-small-section-row .small-carousel-text-column h2 {
  margin-top: 0;
}
a.video span {
  background: url("/-/media/FRB/Icons/SimpleLink_svg.svg") no-repeat;
  background-position: 50% 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}
div.carousel-bottom-column {
  border-right: 1px solid #dfe4e9;
  border-top: 1px solid #dfe4e9;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  min-height: 50px;
}
div.carousel-bottom-column.active {
  background-color: #1262B2;
  border: 0;
  color: #fff;
}
div.carousel-bottom-column.active:hover {
  background-color: #0D4680;
}
div.carousel-bottom-column:hover {
  background-color: transparent;
  cursor: pointer;
}
div.carousel-bottom-column:last-child {
  border-right: 0;
}
.carousel-subtitle {
  font-size: 17px;
}
.carousel-text-column .call-to-action {
  font-size: 13px;
  margin-top: 0;
}
.carousel-text-column-inner {
  padding: 25px 25px 10px;
}
.small-carousel-small-section-row .carousel-text-column {
  padding: 35px 25px 25px;
}
a.video span {
  background-size: 10%;
}
.small-carousel-large-section-row > div img,
.small-carousel-img-column > div img {
  position: static;
  max-width: 100%;
  min-height: 0;
}
.small-carousel-large-section-row .carousel-img-column-inner,
.small-carousel-large-section-row .carousel-inner,
.small-carousel-large-section-row .carousel-inner > div {
  height: 100%;
}
.small-carousel-img-column {
  padding: 0;
}
.small-carousel-small-section-row {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  margin-left: -3px;
  margin-right: -3px;
}
/* Media queries */
@media (min-width: 640px) {
  .carousel-text-column-inner {
    padding: 35px 150px 25px 35px;
  }
  .small-carousel-small-section-row .carousel-text-column {
    padding: 45px 35px 10px;
  }
  a.video span {
    background-size: 12%;
  }
  div.carousel-bottom-column {
    padding: 25px 40px;
  }
}
@media (min-width: 768px) {
  .crop-left-20-percent {
    left: -20%;
  }
  .crop-left-40-percent {
    left: -40%;
  }
  .square-img-container {
    height: 267px;
    overflow: hidden;
    position: relative;
    width: 267px;
  }
  .small-carousel-img-column > div img {
    position: absolute;
    max-width: none;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .carousel-subtitle {
    font-size: 17px;
  }
  .carousel-text-column {
    padding: 25px 35px 5px;
  }
  .carousel-text-column .call-to-action {
    font-size: 13px;
    margin-top: 0;
  }
  .square-img-container {
    height: auto;
    width: auto;
  }
  a.video span {
    background-size: 15%;
  }
  div.carousel-bottom-column {
    padding: 25px 40px;
  }
  div.carousel-img-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -11px;
  }
  .carousel-img-container {
    height: 355px;
  }
}
@media (min-width: 1200px) {
  .carousel-subtitle {
    font-size: 20px;
  }
  .carousel-text-column {
    padding: 100px 35px 10px;
  }
  .carousel-text-column .call-to-action {
    font-size: 14px;
    margin-top: 10px;
  }
  div.carousel-bottom-column {
    padding: 25px 40px;
  }
  div.carousel-img-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -15px;
    margin-right: -15px;
  }
  .carousel-img-container {
    height: 427px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (min-width: 992px) {
  /*Add your IE10+ specific styles here*/
  a.video span {
    background-size: 10%;
  }
}
@media (max-width: 1200px) {
  .carousel-text-column h4 {
    font-size: 13px;
  }
  .carousel-text-column h2 {
    font-size: 18px;
    line-height: 21px;
  }
  .carousel-subtitle {
    font-size: 15px;
    line-height: 17px;
  }
  .div.carousel-bottom-column {
    font-size: 13px;
    line-height: 17px;
  }
}
/*
//-----------------------------------------------------------------------
// <copyright file="footer-social-graphics.less" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the footer-social-graphics file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */
li.shared img {
  margin-left: 5px;
}
li.shared:focus {
  background-color: #6BA2B9;
}
li.shared:hover {
  background-color: #6BA2B9;
}
li.shared:active {
  background-color: #6BA2B9;
}
li.shared:focus img {
  display: none;
}
li.shared:hover img {
  display: none;
}
li.shared:active img {
  display: none;
}
li.shared span {
  font-weight: 600;
  font-size: 11px;
  display: none;
}
li.shared:focus span {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  display: inline;
}
li.shared:hover span {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  display: inline;
}
li.shared:active span {
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  display: inline;
}
/*
//-----------------------------------------------------------------------
// <copyright file="cards.less" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the cards.less file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */
.card-item {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

a > .card-item {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); 
}

a > .card-item:hover{
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #F6F6F7;
}


.featured-card-img-wrapper {
    overflow: hidden;
    height: auto;
    padding: 0;
    background-size: cover;
}

@media(min-width:1200px) {
    .card-item.xs-dblwide,
    .card-item.sm-dblwide,
    .card-item.md-dblwide {
        display: block;
    }

    .card-item.lg-dblwide {
        display: table;
    }
}
@media(max-width:1200px) {
    .card-item.lg-dblwide,
    .card-item.sm-dblwide,
    .card-item.xs-dblwide {
        display: block;
    }

    .card-item.md-dblwide {
        display: table;
    }
}
@media(max-width:992px) {
    .card-item.lg-dblwide,
    .card-item.md-dblwide,
    .card-item.xs-dblwide {
        display: block;
    }

    .card-item.sm-dblwide {
        display: table;
    }
}
@media(max-width:768px) {
    .card-item.lg-dblwide,
    .card-item.md-dblwide,
    .card-item.sm-dblwide {
        display: block;
    }
    
    .card-item.sm-dblwide .card-summary{
        display: block;
    }

    .card-item.xs-dblwide {
        display: table;
    }
}

.card-item .cards-date {
    position: absolute;
    z-index: 999;
    margin-top: 0;
    right: 0;
}

.card-item .highlight-label {
    background-color: #003a5d;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 12px;
    white-space: nowrap;
    text-align: center;
}

.card-item .caption {
  color: #003a5d;
  line-height: 21px;
  padding: 30px;
}

.card-item .caption-link {
  color: #6ba2b9;
  font-size: 15px;
  font-weight: 400;
}

.card-title {
    line-height: 21px;
}

.card-title a {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #003A5D;
}

.card-summary {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #3F4041;
}

.card-item .caption {
    padding-top: 0;
}

.double-wide {
    overflow: hidden;
}

.card img {
    height: auto;
    max-width: 100%;
    visibility: visible;
}

.card-item img {
    max-width: 100%;
}

.card-item .card-summary {
    display: none;
}

.featured-card-img-wrapper a {
    display: block;
}

.card-item .caption {
    padding: 20px 25px;
}




@media (min-width: 480px) {
    .card-item .caption {
        padding: 30px;
    }
}
@media (min-width: 768px) {
    .sm-dblwide .caption,
    .sm-dblwide .featured-card-img-wrapper {
        display: table-cell;
        vertical-align: middle;
    }
    .sm-dblwide .caption {
        width: 60%;
    }
    .sm-dblwide .card-summary {
        display: block;
    }

    .sm-dblwide .featured-card-img-wrapper {
        width: 40%;
        height: 300px;
    }
    .sm-dblwide .featured-card-img-wrapper picture{
        min-height: 300px!important;
    }

     .featured-card-img-wrapper picture {
        padding-top: 56%; /* intrinsic ratio 16x9 of the image container */
    }
}

@media (min-width: 992px) {
    .sm-dblwide .caption,
    .sm-dblwide .featured-card-img-wrapper {
        display: block;
        width: auto;
    }
    .sm-dblwide .featured-card-img-wrapper picture {
        height: 100%!important;
    }
    
    .md-dblwide .caption,
    .md-dblwide .featured-card-img-wrapper {
        display: table-cell;
        vertical-align: middle;
    }
    .md-dblwide .caption {
        width: 60%;
    }
    .md-dblwide .featured-card-img-wrapper {
        width: 40%;
    }
    .md-dblwide .card-summary {
        display: block;
    }

    .md-dblwide .featured-card-img-wrapper {
        height: 300px;
    }
    .md-dblwide .featured-card-img-wrapper picture {
        height: 300px!important;
    }
}
@media (min-width: 1200px) {
    .md-dblwide .caption,
    .md-dblwide .featured-card-img-wrapper {
        display: block;
    }
    .md-dblwide .caption {
        width: 100%;
    }
    .md-dblwide .featured-card-img-wrapper {
        height: auto;
        width: 100%;
    }
    .md-dblwide .featured-card-img-wrapper picture {
        height: 100%!important;
    }
    .md-dblwide .card-summary {
        display: none;
    }

    .lg-dblwide .caption,
    .lg-dblwide .featured-card-img-wrapper {
        display: table-cell;
        vertical-align: middle;
    }
    .lg-dblwide .caption {
        width: 60%;
    }
    .lg-dblwide .card-summary {
        display: block;
    }
    
    
    .lg-dblwide .featured-card-img-wrapper {
        width: 40%;
        height: 350px;
    }
    .lg-dblwide .featured-card-img-wrapper picture {
        height: 350px!important;
    }
}

.card-item .caption {
    padding-top: 0;
}

@media(max-width:767px) {
    .featured-card-img-wrapper {
        height: auto;
    }
    .featured-card-img-wrapper .focuspoint img {
        position: static;
        max-width: 100%;
        min-height: 0;
    }
}
.cards-outer-container {
    margin-top: 50px;
}
.cards-title-container,
.cards-title-container h1{
  color: #003A5D;
  font-size: 36px;
  font-weight: 300;
}
.cards-title-container {
  padding: 30px;
  padding-top: 50px;
}
@media (min-width: 320px) {
  .card-container-column {
    margin-bottom: 20px;
  }
  .cards-container,
  .cards-outer-container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .cards-outer-container-column {
    padding: 0;
  }
}
@media (min-width: 480px) {
  .card-container-column {
    margin-bottom: 25px;
  }
  .cards-outer-container,
  .cards-container {
    margin-left: auto;
    margin-right: auto;
    width: 78%;
  }
}
@media (min-width: 768px) {
  .card-container-column {
    margin-bottom: 25px;
  }
  .cards-outer-container,
  .cards-container {
    margin-left: auto;
    margin-right: auto;
    width: 88%;
  }
}
@media (min-width: 1200px) {
  .cards-outer-container,
  .cards-container {
    margin-left: auto;
    margin-right: auto;
    width: 78%;
  }
}
.featured-cards-section-container .clearfix:after,
.featured-cards-section-container .clearfix:before {
    content: none;
}

.columns-grid-root {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 320px) {
    .columns-grid-root .see-more-bttn-enabled .main-column:nth-child(n + 6) {
        display: none;
    }
}
@media (min-width: 768px) {
    .columns-grid-root .see-more-bttn-enabled .main-column:nth-child(n + 6) {
        display: block;
    }

    .columns-grid-root .button-4 {
        display: none;
    }
}


.cardArrow{
    margin-top:35px;
}

.card-arrow {
    position:absolute;
    bottom:0;
    z-index: 10;
}

.placeholder-card-item-container {
  background-color: #fff;
  position: relative;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

.placeholderCardImage {
    -ms-background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
    height: 100%; 
    overflow:hidden;
}

.placeholderCardImage img {
    -ms-opacity: 0.5;
    opacity: 0.5;
    -moz-filter: alpha(opacity=50);
    -o-filter: alpha(opacity=50);
    filter: alpha(opacity=50); /* For IE 8 & 9 (more valid) */
}

.overlay {
    height: 100%;
    width: 100%;
    -ms-opacity: .7;
    opacity: .7;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay.card {
    background: rgba(244,244,244,0.90);
}

.overlay.program-initiative {
    background: rgba(107,162,185,.8);
}

.featuredCardImg {
    width:100%;
    height:auto;
    -ms-background-size:cover;
    background-size:cover;
    overflow:hidden;
    padding:0;
    margin:0;
}

.pubSeriesTag{
    margin-bottom:5px;
    font-weight:400;
    font-size: 14px;
    color: #3F4041;
    line-height: 16px;
}

.dataText{
    font-weight: 600;
    font-size: 14px;
    color: #3F4041;
    line-height:15px;
}

.highlightCardDataText{
    color: #FFFFFF;
}

.featuredCardTitle{
    color:white;
    font-weight:600;
    font-size: 23px;
}

.pub-card-include-data-featured {
    border: 1px solid #FFFFFF;
    padding: 5px 15px;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.pub-card-include-data {
    border: 1px solid #3F4041;
    padding: 5px 15px;
    font-weight: 600;
    color: #3F4041;
    font-size: 14px;
}

.pubCardText, .pubCardText *{
    font-size: 18px;
    color: #F7F7F8;
    line-height:24px;
    margin-top:15px;
}

.pubCardSubtitle{
    font-size: 18px;
    color: #3f4041;
    line-height:24px;
    margin-top:15px;
}

.pubCardTitle {
    font-size: 23px;
    color: #6BA2B9;
    line-height: 29px;
    font-weight: 400;
}


.featuredTag{
    font-weight:600;
    background-color: #518FA9;
    font-size: 14px;
    letter-spacing: .5px;
    color: white;
    line-height: 16px;
    display:block;
    width:100px;
    padding: 8px 15px;
}

.featuredTag-2{
    font-weight:600;
    background-color: #518FA9;
    font-size: 14px;
    letter-spacing: .5px;
    color: white;
    line-height: 16px;
    position:absolute;
    width:100px;
    padding: 8px 15px;
    z-index: 1000;
}

.highlight-featured{
    font-weight:600;
    background-color: #003a5d;
    font-size: 14px;
    letter-spacing: .5px;
    color: white;
    line-height: 16px;
    position:absolute;
    width:100%;
    padding: 8px 15px;
    z-index: 1000;
}


.upcoming-card-container {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  
    background-color: #003A5D;
    height: 100%;
}

.upcoming-card-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-opacity: 0;
    opacity: 0;
}

.upcoming-card-container:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #002E4A;
}

.featured-card-container {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  
    background-color: #6BA2B9;
    height:100%;
}

.featured-card-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-opacity: 0;
    opacity: 0;
}

.featured-card-container:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  background-color: #3F7D97;
}

.featured-card-content-wrapper{
    padding:30px;
}

.basic-card-container {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);  
    background-color: white;
    height:100%;
}

.basic-card-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-opacity: 0;
    opacity: 0;
}

a > .basic-card-container:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #F6F6F7;
}

.basic-card-content-wrapper{
    padding:30px;
}

.basic-card-container .card-image-container {
    height: 100%;
    margin-right: 20px;
    float: left;
}

 .basic-card-container .card-image-container .circle-image {
    height: 100px;
    width: 100px;
    overflow: hidden;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 100;
 }

.basic-card-container .content-container {
    float: left;
    width: 82%;
}

.basic-card-container .content-container-noimage {
    float: left;
    width: 90%;
}


.basic-card-container .card-image-container > .top-aligned,
.basic-card-container .content-container > .top-aligned {
    vertical-align: top;
}

 .basic-group-container{
    height:100%;
}

.basic-group-container::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-opacity: 0;
    opacity: 0;
}

a > .basic-group-container:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    background-color: #F6F6F7;
}

.basic-group-content-wrapper{
    margin-bottom: 15px;
}

.basic-group-container .card-image-container {
    height: 100%;
    margin-right: 20px;
    float: left;
}

 .basic-group-container .card-image-container .circle-image {
    height: 100px;
    width: 100px;
    overflow: hidden;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 100;
 }

.basic-group-container .content-container {
    float: left;
    width: 82%;
}

.basic-group-container .content-container-noimage {
    width: 90%;
}


.basic-group-container .card-image-container .top-aligned,
.basic-group-container .content-container .top-aligned {
    vertical-align: top;
}


.pubCardAuthor{
    font-weight:400;
    font-size: 18px;
    color: #003A5D;
    line-height: 22px;
    margin-top:15px;
}


.dataTagContainer{
    display:inline-block;
    border: 1px solid #3F4041;
    white-space: nowrap;
    width:auto;
    padding: 5px 10px;
}

.highlightCardDataTagContainer{
    border: 1px solid white;
}

.card-see-more {
    font-size: 15px;
    color: #6BA2B9;
    line-height: 18px;
}

.basic-card-container .main-arrow {
    float: right;
    width: 5%;
    margin-top: 50px;
}

.featuredPubSeriesTag{
    color: white;
}

.pubCardTitle a {
    text-decoration: none;
    -ms-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
   -webkit-transition: color 0.5s linear;
   -moz-transition: color 0.5s linear;
    color: #6ba2b9;
}

.pubCardTitle:hover a
{
    color: #003A5D;
}




@media(max-width:992px) {
    .filler-item {
        display: none;
    }

    .basic-card-container .content-container {
        width: 72%;
    }

    .basic-card-container .content-container-noimage {
        width: 100%;
    }

    .basic-group-container .content-container-noimage {
        width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .basic-card-container .content-container {
        width: 78%;
    }

    .basic-card-container .content-container-noimage {
        width: 90%;
    }

    .basic-group-container .content-container-noimage {
        width: 90%;
    }

}

@media(max-width: 767px) and (min-width: 470px) {
    .basic-card-container .content-container {
        width: 60%;
    }
     .basic-card-container .content-container-noimage {
        width: 85%;
    }

     .basic-group-container .content-container-noimage {
        width: 85%;
    }
}

@media (max-width: 469px) {
    .basic-card-container .main-arrow {
        float: none;
        margin-top: 15px;
        width: auto;
        display: inline-block;
    }

    .basic-card-container .content-container {
        width: 100%;
    }

    .basic-group-container .content-container-noimage {
        width: 100%;
    }

    .basic-group-container .content-container-noimage {
        width: 100%;
    }


    .basic-card-container .card-image-container {
        float: none;
        margin-bottom: 20px;
        margin-right: 0;
    }
}

.person-profile-card-container h3 {
    margin-bottom: 15px;
    
}

.person-profile-card-container .person-name {
    font-size: 20px;
    font-weight: 400;
    color: #003A5D;
    line-height: 23px;
    padding-bottom: 5px;
}

.person-profile-card-container .person-title,
.person-profile-card-container .person-department
 {
    font-size: 18px;
    color: #003A5D;
    line-height: 21px;
    padding-bottom: 5px;
}

.person-profile-card-container .person-name a,
.person-profile-card-container .person-title a,
.person-profile-card-container .person-department a
 {
    color: #003A5D;
}

.person-profile-card-container .person-profile-card-img-container {
    padding-bottom: 15px;
}

.person-profile-card-container .person-profile-card-img-container img {
    max-height: 180px;
    z-index: 10;
}


.person-profile-card-container .circular-rect-img {
    height:180px;
    width:180px;
    overflow:hidden;
    -ms-border-radius:50%;
    border-radius:50%;
    text-align: center;
    margin: 0 auto;
}
.person-publications .heading-2-2 {
    margin-bottom: 20px;
}

.person-publications ul + .heading-2-2 {
    margin-top: 35px;
}

.hero-focal-img-outer-container
{
    overflow: hidden;
}

.hero-focal-img-container
{
    -ms-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 450px;
    display: table;
}

.hero-short {
    height:200px !important;
    min-height: 200px;
}

.hero-overlay
{
    display: table-cell;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.hero-overlay img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #6ba2b9;
    -ms-opacity: 0.6;
    opacity: 0.6;
    height: auto;
}

.hero-overlay h1
{
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.hero-overlay p
{
    font-weight: 300;
    font-size: 34px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    position: relative;
    z-index: 2;
}

.hero-overlay a
{
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 40px;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.hero-overlay a:focus, .hero-overlay a:hover
{
    background-color: #ddd;
}

.hero-link
{
    -ms-opacity: 1;
    opacity: 1;
}

@media (max-width: 768px)
{
    .hero-focal-img-container
    {
        height: 360px;
    }

    p.hero-summary
    {
        font-size: 18px;
        line-height: 24px;
    }

    .hero-overlay img
    {
        height: 360px;
    }
}

.smart-anchors-menu-container .anchors-menu-list {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    display: table;
    position: absolute;
}
.smart-anchors-menu-container .anchors-menu-list .anchor-link {
    text-align: center;
    white-space: nowrap;
    padding-right: 30px;
    display: table-cell;
}

.smart-anchors-menu-container .drop-down-menu-section {
    position: relative;
    float: right;
    margin-top: 3px;
    z-index: 9998;
}

.smart-anchors-menu-container .up-arrow,
.smart-anchors-menu-container .down-arrow {
    display: none;
}

.smart-anchors-menu-container .open .up-arrow {
    display: inline !important;
}
.smart-anchors-menu-container .open .down-arrow {
    display: none !important;
}

.smart-anchors-menu-container .dropdown-menu > li {
    display: none;
}

.smart-anchors-menu-container .wrapper {
    position: relative;
    min-height: 30px;
}
.org-card-container {
    text-align: center;
}

.org-card-container h3 {
    margin-bottom: 15px;
}

.org-card-img-container img {
    height: 180px;
}
/*
// <copyright file="related-contributing-business-areas" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the related-contributing-business-areas file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */

.related-contributing-business-areas
{
    /*margin-top: 50px;*/
}

.related-contributing-business-areas .list-inline
{
    /*margin-left: 5px;*/
}

.related-contributing-business-areas .link-title
{
    color: #305a83;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
}

.related-contributing-business-areas .link-item {
    padding-left: 0;
    padding-right: 20px;
}

.related-contributing-business-areas .link-item > a
{
    font-size: 16px !important;
    font-weight: 400;
    color: #003A5D;
    line-height: 19px;
    margin-bottom: 20px;
}

.related-content-ul
{
    margin-left: 5px;
}

.working-paper-bottom-section-container .side-column
{
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.working-paper-bottom-section-container .side-column
{
    padding-left: 0;
    padding-right: 0;
}

/*
// <copyright file="tagbox" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the tagbox file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */
.shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  height: 100%;
  margin-bottom: 0;
  padding: 35px;
}
.shadow .tag-box {
  padding: 10px;
}

.tag-box-none::before {
  right: 0;
}
.tag-box-none::after {
  left: 0;
}
.tag-box-none::before,
.tag-box-none::after {
  border-width: 0;
  border-bottom-style: none;
  border-top-style: none;
  content: none;
  position: relative;
  width: auto;
}
.tag-box-chevron-after-title img {
  display: inline-block !important;
}
.tag-box-single-solid::before,
.tag-box-single-dash::before,
.tag-box-single-dot::before,
.tag-box-double-solid::before,
.tag-box-double-dash::before,
.tag-box-double-dot::before {
  right: 100%;
}
.tag-box-single-solid::after,
.tag-box-single-dash::after,
.tag-box-single-dot::after,
.tag-box-double-solid::after,
.tag-box-double-dash::after,
.tag-box-double-dot::after {
  left: 100%;
}
.tag-box-single-solid::before,
.tag-box-single-solid::after {
  border-width: 1px;
  clear: both;
  content: " ";
  display: inline-block;
  margin-bottom: .325em;
  margin-left: .714em;
  margin-right: .714em;
  width: 2.142em;
  border-bottom-style: solid;
}
.tag-box-single-dash::before,
.tag-box-single-dash::after {
  border-width: 1px;
  clear: both;
  content: " ";
  display: inline-block;
  margin-bottom: .325em;
  margin-left: .714em;
  margin-right: .714em;
  width: 2.142em;
  border-bottom-style: dashed;
}
.tag-box-single-dot::before,
.tag-box-single-dash::after {
  border-width: 1px;
  clear: both;
  content: " ";
  display: inline-block;
  margin-bottom: .325em;
  margin-left: .714em;
  margin-right: .714em;
  width: 2.142em;
  border-bottom-style: dotted;
}
.tag-box-double-solid::before,
.tag-box-double-solid::after {
  height: .2em;
  border-width: 1px;
  clear: both;
  content: " ";
  display: inline-block;
  margin-bottom: .25em;
  margin-left: .714em;
  margin-right: .714em;
  width: 2.142em;
  border-top-style: solid;
  border-bottom-style: solid;
}
.tag-box-double-dash::before,
.tag-box-double-dash::after {
  height: .2em;
  border-width: 1px;
  clear: both;
  content: " ";
  display: inline-block;
  margin-bottom: .25em;
  margin-left: .714em;
  margin-right: .714em;
  width: 2.142em;
  border-top-style: dashed;
  border-bottom-style: dashed;
}
.tag-box-double-dot::before,
.tag-box-double-dot::after {
  height: .2em;
  border-width: 1px;
  clear: both;
  content: " ";
  display: inline-block;
  margin-bottom: .25em;
  margin-left: .714em;
  margin-right: .714em;
  width: 2.142em;
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.tag-box-heading-arrow {
    display: none;
}

.tag-box-heading-arrow-visible {
    display: inline;
}

.tag-box-container h1,
.tag-box-container h2,
.tag-box-container h3,
.tag-box-container h4,
.tag-box-container h5 {
    margin-top: 0;
}


.tag-box-content {
    color: #3F4041;
}

.tag-box-content a,
.tag-box-content a:hover {
    color: #6ba2b9;
}

.tag-box-content h1,
.tag-box-content h2,
.tag-box-content h3,
.tag-box-content h4,
.tag-box-content h5 {
    margin-top: 20px;
}

.tag-box-content ul,
.tag-box-content ol 
{
    line-height: 26px;
    margin-left: 5px;
    font-size: 18px;
}

.tag-box-content ul li,
.tag-box-content ol li
{
    padding: 8px;
}

.tag-box-content h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 31px;
    color: #003A5D;
}

.tag-box-content h2 {
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    color: #003A5D;
}

.tag-box-content h3 {
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    color: #003A5D;
}

.tag-box-content h4 {
    font-weight: 400;
    font-size: 17px;
    color: #003A5D;
    line-height: 20px;
}

.tag-box-content h5 {
    font-weight: 400;
    font-size: 16px;
    color: #003A5D;
    line-height: 19px;
}

.person-card-2-container h3 {
  margin-bottom: 15px;
}
.person-card-2-container .row > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #6BA2B9;
  text-align: center;
}
.person-card-2-container .person-name {
  font-size: 20px;
  font-weight: 400;
  color: #003A5D;
  line-height: 23px;
  padding-bottom: 5px;
}
.person-card-2-container .person-title {
  font-size: 18px;
  color: #003A5D;
  line-height: 21px;
  padding-bottom: 5px;
}
.person-card-2-container .person-card-2-img-container {
  padding-bottom: 15px;
}
.person-card-2-container .person-card-2-img-container img {
  height: 180px;
}
/*
// <copyright file="related-content" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the related-content file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */

.related-links {
    text-align: left;
}

.related-links .resource-link-list > li {
    margin: 10px 0;
    padding-left: 25px;
    text-align: left;
}

.related-links .heading-2-2 {
    font-size: 20px;
    line-height: 21px;
    text-align: left;
    color: #6BA2B9;
}

.related-links .link-group-caption {
    
    text-align: left;
}

.related-links .resource-link {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
}

.related-links .relatedLink {
    font-size: 18px;
    font-weight: 400;
    line-height:22px;
     margin-top:7px;
}

.related-links .relatedLink a{
    color: #6BA2B9;
    transition: all 0.3s ease 0s;
}

.related-links .relatedLink a:hover{
    color: #003A5D;
}


.related-links .bodyh1 {
        font-size: 23px;
        font-weight: 400;
        color: #003A5D;
        line-height: 26px;
        margin-top: 20px;
    }

.related-links .cardSummaryText{
    font-size: 16px;
    color: #3F4041;
    font-weight: 400;
    line-height:22px;
    margin-top:7px;
    display:inline-block;
    
}

.related-links .relatedLink img span {
        vertical-align: baseline;
    }

.scheduled-tagbox .darkblue {
    background: #003A5D;
    padding: 35px;
}

.scheduled-tagbox .darkblue h1 {
    color: white;
}

.scheduled-tagbox .darkblue p {
    color: white;
}

.scheduled-tagbox .darkblue a {
    color: #6DA7BE;
}
/*
// <copyright file="topic-card-with-model" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the topic-card-with-model file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/

/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */

.topic-card
{
    height: 100%;
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
}

.topic-card-img-container,
.topic-card-body
{
    display: table-cell;
    vertical-align: middle;
}
.topic-card-img-container {
    width: 100px;
}
.topic-card-img-container.top-aligned,
.topic-card-body.top-aligned {
    vertical-align: top;
}
.topic-card-body {
    padding-left: 20px;
}

.topic-card-img-container img {
    max-height: 100px;
}

.topic-card .circular-rect-img{
    height:100px;
    width:100px;
    overflow:hidden;
    -ms-border-radius:50%;
    border-radius:50%;
    text-align: center; /* image needs to be centered */
    position: relative;
    z-index: 100;
}
.circular-rect-img img{
    /*-webkit-transform:translate(-50%);*/ /* focal-x point in the middle */
}

.topic-card h1 {
    margin: 0;
}

.topic-card ul {
    margin-top: 15px;
}

.topic-card-links
{
    margin-top: 14px;
}

.topic-card-links li {
    margin-right: 35px;
}

.topic-card .list-inline a
{
    color: #003A5D;
    font-size: 16px;
}


@media (max-width: 768px)
{
    .topic-card-img-container
    {
        display: none;
    }
}




.carousel-wrapper {
    overflow: hidden;
    position: relative;
}

.carousel-wrapper.full-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: black;

    display: table; 
    width: 100%; 
    height:100%;
}

.carousel-wrapper.full-screen .carousel-wrapper-2 {
    margin: 0 auto;
    display: table-cell; 
    vertical-align: middle;
}


.carousel-wrapper .carousel-control {
    height: auto;
    background-size: cover;
    width: 40px;
    opacity: 1;
}
.carousel-wrapper.full-screen .carousel-control {
    display: none;
}
.carousel-wrapper .carousel-control:hover {
    opacity: .8;
}
.carousel-control .gallery-control-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #313131;
    opacity: .6;
}
.carousel-control .gallery-control-arrow{
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    background-color: transparent; 
    opacity: 1; 
    background-position: center; 
    background-size: 30px;
    background-repeat: no-repeat;
}
.carousel-control .gallery-control-arrow.left {
   background-image: url('/~/media/FRB/Components/gallery/gallery-left_arrow.svg');
}
.carousel-control .gallery-control-arrow.right {
   background-image: url('/~/media/FRB/Components/gallery/gallery-right_arrow.svg');
}

.carousel-wrapper .carousel-inner {
    overflow: hidden;
}

.carousel-wrapper .slides-without-controls {
    position: relative;
    padding: 0 50px;
}

.carousel-wrapper .carousel-caption-2 {
    display: none;
}
.carousel-caption-2 {
    text-align: center;
    margin: 15px auto;
}
.carousel-caption-2 .media-title {
    margin-top: 0;
}

.carousel-wrapper .my-caption-container {
    position: relative;
    text-align: center;
}

.carousel-wrapper .caption-item {
    float: left;
    width: 100%;
}
.carousel-wrapper .caption-item-2,
.carousel-caption-2 {
    width: 80%!important;
}
.carousel-wrapper .caption-item-2 {
    margin: 0 auto;
}

.img-wrapper .img-slide {
    min-width: 100%;
    display: block;
    margin: 0 auto;
    /*max-height: 75vh;*/
}
.full-screen .img-wrapper .img-slide {
    min-width: 0;
    max-height: 75vh;
}

.carousel-wrapper .gallery-slide-indicator {
    margin-top: 15px;
}

.gallery-small-outer {
    position:relative;
    text-align: center;
}

.gallery-small-inner {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color: #6ba2b9;    
  opacity: .6
}
.gallery-small-inner2{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.gallery-small-inner2_1{
  height:100%;
  width:100%;
  display:table;
}
.gallery-small-inner2_2{
  display:table-cell;
  vertical-align: middle;
    color: white;
}
.gallery-small-inner2_2 a,
.gallery-small-inner2_2 p{
    color: white;
}
.gallery-small-inner2_3{
  display:inline-block;
    padding: 20px 10%;
  border:3px solid white;
}
.gallery-small-inner2_3 h3{
  margin:0;
}

.gallery-small-inner2_3 {
    margin-bottom: 12px;
}
.gallery-small-inner2_3 img {
    margin-right: 10px;
}
.gallery-label {
    border: 2px solid black;
    padding: 5px;
}
.gallery-title {
font-weight: 400;
font-size: 23px;
color: #003A5D;
line-height: 26px;
}
.full-screen .gallery-title {
    color: #EDEDED;
}

.gallery-subtitle {
font-weight: 400;
font-size: 19px;
color: #3F4041;
line-height: 19px;
}
.full-screen .gallery-subtitle {
    color: #B0B4B9;
}

.gallery-slide-indicator {
font-weight: 400;
font-size: 13px;
line-height: 16px;
color: #3F4041;
}
.full-screen .gallery-slide-indicator {
    color: white;
}

.media-title {
font-size: 18px;
color: #003A5D;
line-height: 21px;

    margin-top: 10px;
}
.full-screen .media-title {
    color: #EDEDED;
}

.media-subtitle {
font-size: 16px;
color: #3F4041;
line-height: 19px;
}
.full-screen .media-subtitle {
    color: #B0B4B9;
}

.media-caption {
font-weight: 400;
font-size: 14px;
color: #3F4041;
line-height: 18px;
}
.full-screen .media-caption {
    color: white;
}

.media-credit {
    font-weight: 400;
    font-size: 12px;
    color: #3f4041;
    
}
.full-screen .media-credit {
    color: white;
}

.img-wrapper {
    text-align: center;
}

.carousel-wrapper .gallery-full-screen-control {
    display: none;
}
.carousel-wrapper.full-screen .gallery-full-screen-control {
    display: table-cell;
    width: 20%;
    color: white;
    vertical-align: middle;
    text-align: center;
}
.carousel-wrapper.full-screen .gallery-full-screen-control img {
    width: 30px;
}



.full-screen .gallery-full-screen-close,
.gallery-full-screen-open,
.image-slide-download {
    display: block;
    position: absolute; 
    top:0; 
    right:0; 
    margin:20px;
    cursor: pointer;
}
.gallery-full-screen-close {
    width: 35px;
}
.image-slide-download {
    left: 0;
    right: auto;
    padding: 5px;
}
.image-slide-download svg {
    width: 30px;
    height: 30px;
}
.image-slide-download path{
   fill: gray;  
}

.full-screen .image-slide-download {
    display: none;
}

.gallery-full-screen-open,
.image-slide-download {
    z-index: 102;
    margin: 10px;
}
.gallery-full-screen-open img,
.image-slide-download img{
    margin: 10px;
}

.full-screen .gallery-full-screen-open {
    display: none;
}

.gallery-full-screen-close {
    display: none;
}

/* Single Image Slide */
/* Used as Static Image */

.single-image-slide.full-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-color: black;

    display: table; 
    width: 100%; 
    height:100%;

    max-width: none;
}

.single-image-slide.full-screen  .single-image-slide-inner-1 {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    padding: 0 0;
}

.single-image-slide.full-screen .gallery-full-screen-close {
    display: block;
}

.image-slide-list .item {
    padding-bottom: 55px;
}

/* added for compatibility with bootstrap 4 */
.image-slide-list .carousel-item {
  display: block !important;
  margin-bottom: 55px;
}

.single-image-slide {
    z-index: 100;
}

/* Aside Image - Standalone image that can be expanded to full width */

.aside-image {
  margin-top: 50px;
  margin-right: 1rem;
}

.resize-btn.expand-full-width {
  background-color: #3db5e6;
  position: absolute;
  top: 5px;
  right: 5px;
}

.resize-btn.expand-lightbox {
  display: none;
  background-color: #3db5e6;
  position: absolute;
  top: 5px;
  right: 5px;
}

.resize-btn.minimize-aside {
  display: none;
  background-color: #3db5e6;
  position: absolute;
  top: 5px;
  right: 5px;
}

.resize-btn {
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  height: 45px;
  width: 45px;
}

.aside-image-caption {
  margin-top: 1rem;
  text-align: center;
  width: 80%;
  margin: 0px auto;
}

.aside-image-caption .media-caption {
  font-size: 18px;
  color: #003a5d;
}

.aside-image-caption .media-subcaption {
  font-size: 16px;
  color: #3f4041;
  display: none;
}

.aside-image-caption .media-credit {
  font-weight: 400;
  font-size: 14px;
  color: #3f4041;
  line-height: 8px;
  display: none;
}

  .aside-image-caption .media-summary {
    font-size: 16px;
    margin-top: 15px;
    display: none;
  }

/* Full Width Image */

.full-width .aside-image {
  margin-right: 0px;
  margin-top: 25px;
}

.full-width .resize-btn.expand-lightbox {
  display: block;
}

.full-width .resize-btn.expand-full-width {
  display: none;
}

.full-width .resize-btn.minimize-aside {
  display: block;
  right: 55px;
}

.full-width .aside-image-caption .media-subcaption {
  display: block;
}

.full-width .aside-image-caption .media-credit {
  display: block;
}

.full-width .aside-image-caption .media-summary {
  display: block;
}

/* Lightbox Active */

.full-screen .aside-image picture {
  width: 80%;
  margin: auto;
}

.full-screen .aside-image.img-wrapper .img-slide {
  min-width: unset;
  max-height: unset;
}

.full-screen .resize-btn.expand-lightbox,
.full-screen .resize-btn.expand-full-width,
.full-screen .resize-btn.minimize-aside {
  display: none;
}

.full-screen .aside-image-caption .media-caption,
.full-screen .aside-image-caption .media-subcaption,
.full-screen .aside-image-caption .media-credit,
.full-screen .aside-image-caption .media-summary {
  color: white;
}


/* Aside Disabled (Image is last in BodyTextList) */
.aside-disabled .resize-btn.expand-lightbox,
.aside-disabled .resize-btn.expand-full-width,
.aside-disabled .resize-btn.minimize-aside {
  display: none;
}


.event-box img {
    height:35px;
    margin-bottom: 10px;
}
.event-box .time-from {
    margin-bottom: 10px;
}
.event-box a {
    margin-top: 10px;
    display: block;
}
.agenda-session-day {
    margin-top: 35px;
    margin-bottom: 0;
}

.agenda-session {
    padding: 35px 0;
    font-size: 21px;
    color: #3F4041;
}

.agenda-session + .text-center {
    margin-top: 50px;
}

.agenda-session h3 {
    margin:0;
}
.agenda-session p {
    margin: 0;
}
.agenda-session .session-title {
    font-size: 18px;
    color: #003A5D;
    font-weight: 600;
    margin-top: 5px;
}
.agenda-session .session-time {
    font-size: 14px;
    color: #3f4041;
    font-weight: 600;
    line-height: 17px;
}
.agenda-session .speaker-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #6BA2B9;
    margin: 25px 0 5px 0;
}
.agenda-session .session-video {
    margin-top: 35px;
}
.agenda-session .carousel-caption-2 {
    margin-top: 15px;
}
.agenda-session .session-subtitle {
    margin-top: 10px;
}
.agenda-session .session-description {
    margin-top: 20px;
}
.agenda-session .download-button-1 {
    margin-top: 10px;
    display: block;
}
.agenda-session .download-button-1:first-of-type {
    margin-top: 25px;
}
.action-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #6BA2B9;
}
/*
//-----------------------------------------------------------------------
// <copyright file="download-button.css" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the download-button file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/

/* ReSharper disable CssBrowserCompatibility */



.download-button,
.download-button:active,
.download-button:focus {
    background: #6BA2B9 url('/~/media/FRB/Components/DownloadButton/download_icon_svg.svg') no-repeat 25px center;
    padding: 10px 25px 10px 50px;
    transition: 0.3s;
}
 .download-button:hover {
        background: #4D7E96 url('/~/media/FRB/Components/DownloadButton/download_icon_svg.svg') no-repeat 25px center;
        padding: 10px 25px 10px 50px;
        transition: 0.3s;
    }

 .btn-group .button-1:not(.main-segment) {
        background-color: #6298AE;
    }

    .btn-group .button-1:not(.main-segment):hover {
        background-color: #4D7E96;
        transition: 0.3s;
    }


.download-file-extension
{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #ACCEDC;
}

.main-segment.temp,
.more-segment.temp
{
    float: none;
    clear: left;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle).btn.main-segment.temp
{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group > .btn.more-segment.temp
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    clear: both;
}

.download-link {
    padding-left: 20px;
    background: transparent url('/~/media/FRB/Components/DownloadButton/download_icon-2.svg') no-repeat 0 center;
    color: #003A5D;
    font-size: 16px;
    line-height: 21px;
}
.download-link .download-file-extension {
    color: #B0B4B9;
    font-size: 16px;
}


.video-wallpaper-outer {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #aaa;
}
.video-wallpaper-outer.isInEditingMode {
    height: 35vh;
}
.video-wallpaper-inner {
    position: absolute;
}
.video-wallapper-video {
    width: 100%;
    height: 100%;
}
.video-wallpaper-title {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 1;
}
.video-wallpaper-title .title-large {
    color: white;
    margin-left: auto;
    margin-right: auto;
    /*x-max-width: 72%;*/
    margin-top: 0;
    margin-bottom: 0;
}
.video-downarrow {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.hero-square-link,
.hero-square-link:hover,
.hero-square-link:active,
.hero-square-link:focus
{
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 40px;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}
/*
//-----------------------------------------------------------------------
// <copyright file="date.less" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the date.less file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */

.cards-date {
  -moz-opacity: .9;
  background-color: #6BA2B9;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  opacity: .9;
  padding: 3px 12px;
    white-space: nowrap;
  float: right;
}

.event-card {
    margin-bottom: 0;
    height: 100%;
}

.event-card .event-card-body2 {
    padding: 0 0 0 25px;
}

.event-card .card-title a{
    font-weight: 400;
    font-size: 18px;
    color: #003A5D;
    margin-right: 10px;
}

.event-card .card-summary {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #3F4041;
    clear: left;
}

.event-card .pub-card-authors {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.event-card2 {
    display: table;
    width: 100%;
}
.event-card-img-container,
.event-card-body2 {
    display: table-cell;
    vertical-align: middle;
}
.event-card-img-container {
    width: 157px;
}

.event-card-img-container a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.event-card-body  .cards-date {
    float: none;
}

.event-title-image-container {
    overflow: hidden;
}

.event-card-img-container2 {
    overflow: hidden;
}

.pubcard-series-label {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 17px;
    font-size: 13px;
    line-height: 16px;
}

.pub-card-authors a {
    color: #003A5D;
}

.data-tool-lbl,
.includes-data-lbl {
    padding: 5px 15px;
    background-color: #6ba2b9;
    font-weight: 600;
    color: white;
    margin-right: 10px;
    font-size: 14px;
}
.includes-data-lbl {
    margin-right: 0;
    white-space: nowrap;
}

.with-data {
    margin-right: 10px;
}


.card-title.data-tool,
.card-title.with-data,
.card-title.with-date{
    line-height: 25px;
}

.event-title-and-image {
    clear: both;
}

.event-card-img-container-small {
    height:90px; 
    width:90px; 
    float:right; 
    margin-left: 20px;
    margin-top: 7px;
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    .pubcard-series-label {
        text-align: left;
    }
    .event-card .event-card-body2 {
        padding-left: 0;
    }

    .event-card-img-container {
        display: none;
    }

    .event-card-img-container2 {
        height: 90px;
        width: 90px;
    }
    
    .event-card-img-container>.img-wrapper {
        display: none;
        width: 90px;
        overflow: hidden;
    }
 
}

@media(min-width: 768px) {
    
    .event-card-img-container-small {
        display: none;
    }

    .event-card-img-container>.img-wrapper {
        height: 157px;
        width: 157px;
        overflow: hidden;
    }

}





.event-list .event-list-item {
    margin-bottom: 15px;
    /*border-top: 1px solid #DFE4E9;*/
}
.event-list .event-card {
    border-bottom: 1px solid #DFE4E9;
    padding-bottom: 15px;
}
.event-list .event-list-item:last-child {
    margin-bottom: 0;
}

.event-list .event-list-title > a {
    font-size: 28px;
    color: #003a5d;
    line-height: 31px;
    font-weight:400;
    text-decoration: none;
}

.event-list .event-list-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.event-list .event-list-title-container {
    margin-bottom: 20px;
}

div.simple-link {
    padding: 15px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}
div.multi-step-item {
    text-align: center;
}

div.multi-step-container {
    background: #F7F7F8;
    border-radius: 10px;
    padding: 30px;
}

div.multi-step-container p {
    text-align: left;
}

div.multi-step-badge-no-image + div.multi-step-container {
    margin-top: -24px;
}

div.multi-step-badge-no-image div.multi-step-badge {
    top: 0;
}

div.multi-step-badge {
    background: #6BA2B9;
    color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
    display: inline-block;
    position: relative;
    top: 24px;
    font-size: 23px;
}

.multi-step-connector {
    height: 50px;
    background: linear-gradient(#6BA2B9, #6BA2B9) no-repeat center/3px 100%;
}

.multi-step-title, .multi-step-text, .multi-step-link {
    text-align: left;
}

.multi-step-title {
    margin-top: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
}

.multi-step-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.multi-step-link a {
    color: #6BA2B9;
    font-size: 15px;
}

    .multi-step-image img.img-responsive.img-slide {
        max-width: 340px;
        min-width: 340px;
        width: 340px;
    }

.multi-step-image picture {
    display: inline-block !important;
    margin-bottom: -5px;
}

.multi-step-badge-container-image {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
}

.bullet {
    background: #6BA2B9;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    position: relative;
    top: 42px;
    font-size: 18px;
}

.bullet-margin {
    margin-left: 0;
}

.bullet-new-margin {
    margin-left: 50px !important;
}

.bullet-positioning {
    margin-top: -10px;
}

@media only screen and (min-width: 470px) {
    .bullet-margin {
        margin-left: 50px;
    }

    .bullet-positioning {
        margin-top: 42px;
    }
}

/* close button */
.close-button {
    /*display: inline-block;*/
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 26px;
    height: 26px;
    position: relative;
    border: none;
    -webkit-border-radius: 1em;
    -ms-border-radius: 1em;
    border-radius: 1em;
    font: normal 8em/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    -moz-text-overflow: clip;
    text-overflow: clip;
    background: #A5B7C4;
}

.close-button::before {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 15px;
    height: 3px;
    position: absolute;
    content: "";
    top: 12px;
    left: 6px;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    -moz-text-overflow: clip;
    text-overflow: clip;
    background: #ffffff;
    -ms-text-shadow: none;
    text-shadow: none;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.close-button::after {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 15px;
    height: 3px;
    position: absolute;
    content: "";
    top: 12px;
    left: 6px;
    border: none;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    -moz-text-overflow: clip;
    text-overflow: clip;
    background: #ffffff;
    -ms-text-shadow: none;
    text-shadow: none;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.close-button.sm {
cursor: pointer;
width: 21px;
height:21px;
}
.close-button.sm:before,
.close-button.sm:after {
    top: 9px;
    left: 4px;
    width: 13px;
}
/*
// <copyright file="site-search" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the site-search file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */

.site-search
{
    display: none;
}

.site-search b
{
    color: #6ba2b9;
}

.site-search .results-summary
{
    font-weight: bold;
}

.site-search .clear-btn
{
    border-left: 0;
}

.site-search .btn-default:hover, .btn-default:active, .btn-default:focus
{
    border-color: #ccc;
}

.site-search button, .site-search input
{
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.site-search .input-group
{
    border: 1px solid #ccc;
    border-radius: 4px;
}

.site-search .input-group .input-group-btn:first-child > .btn
{
    padding: 7px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.site-search .loading
{
    border-color: orange;
}

.site-search .meta
{
    font-size: 14px;
}

.site-search .see-more-container
{
    margin:20px;
    font-size: 14px;
}

.frb .panel {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

/* all links in accordians will be this color */
.panel a {
    color: #003A5D;
}

.panel-group.frb .panel-heading+.panel-collapse>.list-group, .panel-group.frb .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.frb .panel-default>.panel-heading {
    background-color: transparent;
    padding-left: 0;
}

.accordion-buttons-container {
    float: right;
    margin: 15px 0;
}
.accordion-buttons-container img {
    margin-right: 5px;
}

.panel-title {
    cursor: pointer;
}

.panel-title img {
    float: right;
    margin-top: 10px;
}

.panel-title.collapsed .up,
.panel-title:not(.collapsed) .down {
    display: none;
}
.panel-title.collapsed .down,
.panel-title:not(.collapsed) .up {
    display: inline;
}


.tab-controller {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #6BA2B9;

    margin: 0 15px;
}

.frb .panel-body {
    padding-left: 0;
    padding-top: 5px;
}

.panel-body p:last-of-type {
    margin-bottom: 0;
}

.resource-link-list > li {
    margin: 10px 0;
    padding-left: 25px;
}

.resource-link {
    font-size: 16px;
    line-height: 21px;
}


.link-subtitle {
    display: block;
    font-size: 16px;
    padding-left: 21px;
}

.link-group-title.heading-2-2 {
    margin-bottom: 0;
}

.link-group-caption {
    font-size: 16px;
}

.accordion-and-categories-container {
    margin-top: 50px;
}

.working-paper-container-inner {
    margin-top: 50px;
}


.parallax {
    /* turn off parallax scrolling for phones and tablets */
    position: absolute;
    z-index: -1;
    height: 0;
}



/* Turn on parallax scrolling for desktop. Increase the pixels if needed */
@media (min-width: 992px) {
    .parallax {
        background: linear-gradient(rgba(0, 130, 153, 0.76), rgba(0, 130, 153, 0.76)), url('/images/frbb-brand-nov2025-building-hero-photo-fhd-asset.jpg');
        height: 600px;
        width: 100%;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        margin-top: -270px;
        margin-bottom: -385px;
    }
}
.issue-card {
    background-size:cover; 
    overflow: hidden; 
    position: relative;    
}

.issue-card .hidden-text {
    visibility: hidden;
}

.issue-card-text-overlay,
.issue-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.issue-card-text-overlay {
    display: table;
}

.issue-card-text-overlay:visited,
.issue-card-text-overlay:hover,
.issue-card-text-overlay:active {
    color: #ffffff;
    text-decoration: none;
}

.issue-card-text-overlay span {
    display: table-cell; vertical-align: middle;
}

.issue-card-overlay {
    opacity: .6;
    background-color: #6ba2b9;
}

.issue-card,
.issue-card-text-overlay {
    padding: 35px;
    color: white;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    height: 100%;
    width: 100%;
}

/*
//-----------------------------------------------------------------------
// <copyright file="subscribe-card.css" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the subscribe-card.css file.
//          used with Featured-card.css 
//</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */

.subscribe-card {
    height: 140px;
}

.subscribe-card .subscribe-card-title {
    color: #003a5d;
    margin-top:0px;
}

.subscribe-card .subscribe-card-summary {
    color: #6ba2b9;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 7px;
}

    .subscribe-card .subscribe-card-caption {
        padding: 30px 15px 10px 0px;
        display: table-cell;
    }

.subscribe-card .subscribe-card-img-wrapper {
    width: 100px;
    height: 140px;
    text-align: center;
    z-index: 100;
    display: table-cell;
    vertical-align: middle;
}


@media (min-width: 320px) {
    /* Extra-small Screen Styles */
}

@media (min-width: 768px) {
    /* Small Screen Styles */
}

@media (min-width: 992px) {
    /* Medium Screen Styles */
}
@media (min-width: 1200px) {
    /* Large Screen Styles */
}



/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */
/* 
    'Article-List' Rendering
    - Controller: Componentcontroller
    - Model: ArticleListModel
    - View:  ArticleListWithModel.cshtml 
*/
.article-list-container {
  margin-bottom: 20px;
}

  .article-list-container .row {
    padding-left: 15px;
    padding-right: 15px;
    -ms-word-break: keep-all;
    word-break: keep-all;
  }

  .article-list-container .heading1-left {
    font-weight: 400;
    font-size: 28px;
    line-height: 31px;
    color: #003A5D;
  }

    .article-list-container .heading1-left a {
      font-weight: 400;
      font-size: 28px;
      line-height: 31px;
      color: #003A5D;
      text-align: left;
      margin-bottom: 20px;
    }

  .article-list-container .card-title {
    line-height: 21px;
    margin-bottom: 5px;
  }

    .article-list-container .card-title a {
      font-weight: 600;
      font-size: 18px;
      color: #6BA2B9;
    }

  .article-list-container .speaker a {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #003A5D;
    line-height: 18px;
  }

  .article-list-container .event-text,
  .article-list-container .host-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #354041;
    line-height: 18px;
  }

  .article-list-container a:hover, a:focus, a:active {
    text-decoration: none;
  }

  .article-list-container .date-and-location {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #003A5D;
    text-align: left;
  }

/* fix for offset margin in 2 column article-list */
#speeches .two-col-article-list-col-1 {
  padding-left: 0px;
}

/*
// <copyright file="breadcrumb" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the breadcrumb css file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/

.hero-section-container {
    position: relative;
}

.breadcrumb {
    background: none;
    border: none;
    position: absolute;
    margin: 0;
    top: 20px;
    left: 20px;
    padding: 0;
}
.breadcrumb li {font-size: 16px;}
.breadcrumb a {
    color: white;
}

.breadcrumb li img {
    vertical-align: top;
    top: 2px;
    position: relative;
}

.breadcrumb a:hover {
    color: white;
}
.breadcrumb>.active {
    color: white;
}
.breadcrumb>li+li:before {
    color: white; 
    content: "\007C";
}

/*
//-----------------------------------------------------------------------
// <copyright file="president-card.css" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the president-card.css file.
//          used with Featured-card.css 
//</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */

.president-card {
    height: 140px;
}

.president-card .president-card-caption {
    padding: 25px 15px 10px;
    display: inline-block;
}

.president-card .president-card-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #003a5d;
    margin-top: 25px; 
}

.president-card .president-card-summary {
    color: #6ba2b9;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 7px;
}



.president-card .president-card-img-wrapper {
    height: 140px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 33%;
}

.president-card .president-card-img-wrapper .focuspoint img {
    position: absolute;
    max-width: none;
    min-height: 100%;
}

@media (min-width: 320px) {
    .president-card .president-card-img-wrapper {
        height: 100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        width: 33%;
    }
}

@media (min-width: 768px) {
    .president-card .president-card-img-wrapper {
        height: 100%; 
        display: inline-block;
        overflow: hidden;
        position: relative;
        width: 33%;
        float: left;
    }
    .president-card .president-card-caption.col-md-8 {
        position: absolute;
    }
}

@media (min-width: 992px) {
    .president-card .president-card-img-wrapper {
        height: 100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        width: 33%;
        float: left;
    }

    .president-card .president-card-caption.col-md-8 {
        position: relative;
    }
}
@media (min-width: 1200px) {
    .president-card .president-card-img-wrapper {
        height: 100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        width: 33%;
    }
}



/*
//-----------------------------------------------------------------------
// <copyright file="mslp-card.css" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the mslp-card.css file.
//          used with Featured-card.css 
//</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */

.mslp-card {
    height: 140px;
    font-weight: 400;
}

.mslp-card .mslp-card-caption {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    height: 100%;
}

.mslp-card .mslp-card-content-wrapper {
    max-width: 100%;
}

.mslp-card .mslp-card-title {
    color: #003a5d;
    font-size: 18px;
    line-height: 26px;
}

.mslp-card .mslp-card-summary {
    color: #6ba2b9;
    font-size: 15px;
    line-height: 21px;
    margin-top: 7px;
}

.mslp-card .mslp-card-img-wrapper {
    height: 140px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 33%;
}

 .mslp-card .mslp-card-img-wrapper .focuspoint img {
        position: absolute;
        max-width: none;
        min-height: 100%;
    }

/* breakpoints */
@media (min-width: 320px) {
    .mslp-card .mslp-card-img-wrapper {
        height: 100%;
        display: inline-block;
        overflow: hidden;
        position: relative;
        width: 33%;
    }

}

@media (min-width: 768px) {
    .mslp-card .mslp-card-img-wrapper {
        float: left;
    }

    .mslp-card-caption.col-md-8 {
        position: absolute;
    }

}

@media (min-width: 992px) {
    .mslp-card-caption.col-md-8 {
        position: relative;
    }
}

@media (min-width: 1200px) {
    /* Large Desktop Styles */
}

/*
//-----------------------------------------------------------------------
// <copyright file="social-card.less" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the social-card.less file.
//          used with Featured-card.css 
//</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */


.social-card .social-card-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #003a5d;
    margin-top: 0px; 
}

.social-card .social-card-summary {
    color: #6ba2b9;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 7px;
}

.social-card .social-card-caption {
    padding: 30px 15px 30px 15px;
    /*  display: inline-block;*/
}
.social-card .social-icon:hover {
    background-color: #4D7E96;
}

.social-card {
    height: 140px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.social-card .social-card-caption.col-md-8 {
        position: relative;
}

.social-card .social-icon {
    margin-left: 7px;
    margin-right: 7px;
    height: 40px;
    width: 40px;
    background-color: #6BA2B9;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
}
.social-card .social-image {
    /* margin-top: 5px;*/
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.social-card .social-card-img-wrapper .focuspoint img {
    position: absolute;
    max-width: none;
    min-height: 100%;
}






.wp-initiative-label > a {
    font-size: 18px;
    font-weight: 600;
    color: #003a5d;
    line-height: 24px;
}


/*
  Base styles for Feedback Form
*/

#openModalButton, #surveyModal {
  z-index: 999;
}

#openModalButton {
  position: fixed;
  padding: 6px 34px;
  right: -57px;
  bottom: 90px;
  background-color: #003A5D;
  transform: rotate(270deg);
  margin: 1px;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid var(--primary-colors-white, #FFF);
  background: var(--primary-colors-bosfed-blue, #003A5D);
  border-bottom-color: #003A5D;
}

#openModalButton:hover {
  transition: 0.2s ease-in-out;
  background-color: #4D86A0;
}

#openModalButtonText {
  position: relative;
  background: none;
  border: 1px;
  padding: 2px;
  color: white;
  font-size: 1.2em;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}

#buttonText span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #877875;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  padding-top: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #877875;
}

#surveyModal.hidden {
  display: none;
}

#surveyContent {
  position: fixed;
  right: 12px;
  bottom: 48px;
  width: 450px;
  height: 620px;
  overflow-y: scroll;
  border-radius: 4px;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
  z-index: 1000;
  padding-top: 60px
}


.frb-surveymonkey-close {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-banner {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  height: 40px;
  width: 100%;
}


/*
    Overrides for surveymonkey content
*/

.smcx-embed {
  max-width: 100%;
  border: none;
}

/* Maximize scroll area of iframe to height of container modal */
#surveyContent .smcx-embed,
#surveyContent .smcx-iframe-container {
  height: 560px !important;
}
/* Hide Scrollbar */
#surveyContent::-webkit-scrollbar {
  width: 0px;
}

#surveyContent::-webkit-scrollbar-track {
  display: none;
}


#patas.survey-body .survey-submit-actions {
  text-align: left !important;
}

#patas.survey-body button[type="submit"] {
  max-width: fit-content;
}

@media only screen and (max-width: 780px) {
  #surveyContent {
    width: calc(100% - 10px);
    margin: 5px;
    right: 0px;
    bottom: 0px;
  }

}

