@charset "UTF-8";
/* CSS Document */
/************************************************
JUNE 4 2025 CODE PUSH FIXES
*************************************************/
/**** regulate content type and date size and colors *****/
.press-titles-only-list a.content-type-text, .press-titles-only-list figcaption time, .press-titles-only-list .separator, .dashboard-2024-spotlights .content-type {
  font-size: 16px !important;
  color: #717171 !important;
}
/**** banner image safe image border radius ***/
.image-wrap-wrap {
  border-radius: 4px;
}
/*** Stories padding *****/
.dashboard-2024-news-dynamic {
  padding: 2rem 15px 4rem;
}
.dashboard-2024-news-dynamic .dgov-container-wide {
  max-width: 1425px;
}
/***stories titles slightly smaller ***/
.dashboard-2024-news-dynamic .grid-wrapper figure figcaption h2.title {
  font-size: 1.3rem;
}
/*** equalize spacing top and bottom of spotlight **/
.dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-5 {
  padding: 0 15px 15px;
}
/**center spotlight arrows on desktop ***/
.dashboard-2024-spotlights .fa-chevron-right, .dashboard-2024-spotlights .fa-chevron-left {
  top: 45%;
}
/*** all spotlights button help bottom  align with left stories ***/
.next-spotlight-button .btn {
  margin-top: unset;
}
/** spotlight arrow box border radius added ****/
.dashboard-2024-spotlights .fa-chevron-right, .dashboard-2024-spotlights .fa-chevron-left {
    
    border-radius: 3px;
}
.next-spotlight-button .slide-item .next-card {
  margin-bottom: 28px !important;
}
/**** Add fading hover effect to Spotlight underlines to match other timed transitions on page***/
.dashboard-2024-spotlights .info h3 a {
  text-decoration: underline 0.1em rgba(255, 255, 255, 0);
  transition: text-decoration-color .15s linear;
}
.dashboard-2024-spotlights .info h3 a:hover {
  text-decoration-color: #355e93;
}
/***adjust top padding on PP and FTS slice to visually match ***/
#content-pane-wrap-66 {
  margin: 3.5rem auto 4rem !important;
}
/** adjust spacing under PP title to match spacing under FTS title ***/
.press-titles-only-list {
  margin-top: -20px;
}
/**** FTS external icon positioning ***/
.dgov2-fts-slider .fade-slider .slider-item h3 i.fas {
  top: -1px;
  position: relative;
}
/*** add hover transition to FTS video button ***/
.dgov2-fts-slider .fts-video-icon {
  transition: .25s all;
  background-color: rgba(255, 255, 255, 1, .8);
}
.dgov2-fts-slider .fade-slider .slider-item:hover .fts-video-icon {
  background-color: rgba(255, 255, 255, .9);
  color: #254267;
}
/*** add hover transition to FTS nav buttons ***/
.dgov2-fts-slider .dots-wrapper .slick-dots li {
  transition: .25s all;
}
/*** hide background color of edit pencil which is showing live as a circle ***/
.dgov2-fts-slider .fade-slider .edit-article-link {
  background-color: transparent;
  border: none;
}
/*** rounding corners on exprience slice labels and buttons ***/
.dgov-2024-experience-slider .category, .dgov-2024-experience-slider .slick-dots li {
  border-radius: 2px;
}
/** visually center experience category  text in box ****/
.dgov-2024-experience-slider .category {

    padding: 2px 16px 3px;
}
/**** adjust padding between text and photo on experience slice **/
.dgov-2024-experience-slider .slick-slide.even .dgov-grid .dgov-col-md-6:first-child {
  padding-left: 30px;
}
/*** add border radius to experience image ****/
.dgov-2024-experience-slider .img-grid img {
  border-radius: 4px;
}
/*** adjust line height title experience slider ****/
.dgov-2024-experience-slider h3.title {
  margin: 0 0 .8rem;
  line-height: 1.1;
}
/** change slick nav dots height to REM so it scales ***/
.dgov-2024-experience-slider .slick-dots li {
   
    height: .8rem;
    border-radius: 2px !important;
}
/*** match arrow size to spotlight slice **/
.dgov-2024-experience-slider .carousel-next, .dgov-2024-experience-slider .carousel-previous {
 
    font-size: 1.6rem;
  
}

/**** improve legibility on hover Multimedia titles *****/
.container-multi-2 .item:hover h3 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 0.45rem rgba(0, 0, 0, 1));
}
.container-multi-2 .item:hover {
  background-color: rgba(21, 38, 59, 0.3);
}
/**********************************************************/
/**************** RESPONSIVE ******************************/
/**********************************************************/
@media screen and (min-width: 1620px) {
  /*** news top padding adjustment ****/
  .dashboard-2024-news-dynamic {
    padding: 2.5rem 15px 4rem;
  }
  /*** left alighn top image of spotlights with logo ******/
  .dashboard-2024-spotlights .dgov-container-wide {
    padding: 0;
  }
  .related-articles {
    padding: 0 20px;
  }
  .dashboard-2024-spotlights .next-spotlight-button {
    padding: 15px 0;
  }
  /** spotlight related story heights on large screens ****/
  .dashboard-2024-spotlights .dgov-container-wide {
    padding: 0;
    max-width: 1520px;
  }
  /**spotlight container align image with logo ***/
  .dashboard-2024-spotlights .dgov-container-wide {
    padding: 0;
    max-width: 1500px;
  }
  /** Left align press products with logo ****/
  #content-pane-wrap-66 {
    max-width: 1425px !important;
    padding: 0 !important;
  }
  /***wider PP & FTS****/
  #content-pane-wrap-66 .container {
    max-width: 1600px;
    padding: 0;
  }
  /**** align experience arrows with spotlight arrows ****/
  .dgov-2024-experience-slider .carousel-previous {
    left: calc(50% - 850px);
  }
  .dgov-2024-experience-slider .carousel-next {
    right: calc(50% - 850px);
  }
  /*** wider experience content ****/
  #module-8919, v#module-8919 {
    padding: 0;
  }
  .dgov-2024-experience-slider .img-grid img {
    max-height: unset;
  }
  .dgov-2024-experience-slider .dgov-container-wide {
    padding: 0px 35px;
  }
}
@media only screen and (min-width: 1440px) {
  /** adjust spotlight stories to align with buttons when stories are short on large screens **/
  .dashboard-2024-spotlights .info {
    min-height: 185px;
  }
}
@media screen and (max-width: 1449px) and (min-width: 1200px) {
  /** news gutters **/
  .dashboard-2024-news-dynamic {
    padding: 2rem 30px 4rem;
  }
  /** PP gutters ***/
  #content-pane-wrap-66 .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  /*** news top bottom padding **/
	.dashboard-2024-news-dynamic {
    padding: 2rem 15px 3rem;
}
	/**center Spotlight arrows on  small desktop ***/
  .dashboard-2024-spotlights .fa-chevron-right, .dashboard-2024-spotlights .fa-chevron-left {
    top: 35%;
  } /*** spacing tweaks spotight stories ***/
  .dashboard-2024-spotlights .info {
    margin-right: -8px;
  }
  .featured-spotlight-slide.slick-initialized.slick-slider {
    margin-bottom: 8px;
  }
  /***spotlight arrow position ***/
  .dashboard-2024-spotlights .fa-chevron-left {
    left: -5px;
  }
  /***spotlight featured box width ***/
  .dashboard-2024-spotlights .featured-spotlight-slide .dgov-grid {
    margin: 0 25px;
  }
	
	/*** PP FTS top bottom ***/
	#content-pane-wrap-66 {
    margin: 3rem auto 4rem !important;
}
  /*** FTS seals not to exceed image height ***/
  .dgov2-fts-slider .dots-wrapper .slick-dots li {
    height: 90px;
    width: 90px;
  }
	/*** PP gutters ***/
	#content-pane-wrap-66 #ContentPane66 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}
  /**PP right gutter remove ***/
  #press {
    padding-right: 0;
  }
/*** widen exp content ***/
.dgov-2024-experience-slider .dgov-container-wide {
    padding: 0px 55px;
}
	/*** exp top bottom ***/
	
.dgov-2024-experience-slider .dgov-template-slide {
    padding: 3rem 0 5rem !important;
}
  /***wrap interactive experiences title on mobile ***/
  span.mobile-hide {
    display: block;
    line-height: .9;
  }
}
@media only screen and (min-width: 992px) {
.dashboard-2024-spotlights .info {
    min-height: 183px;
}
}
@media only screen and (max-width: 992px) {
  /***Spotlight stories font tweaks ****/
  .press-titles-only-list h3, .dashboard-2024-spotlights .info h3 {
    font-size: 20px !important;
    line-height: 1;
  }
  /*** spacing tweaks spotight button ***/
  .next-spotlight-button .slide-item .next-card {
    margin-bottom: 12px !important;
  }
  .dashboard-2024-spotlights .info {
    min-height: 215px;
  }
}
@media only screen and (max-width: 991px) {
 
	
	/** news titles **/
	.dashboard-2024-news-dynamic .grid-wrapper figure figcaption h2.title {
    font-size: 1.7rem;
}

 

	/*** spotlight related mobile display changes **/
	
	.dashboard-2024-spotlights .featured-spotlight-slide .dgov-col-md-5 {
    padding: 0 15px 0;
}
	.featured-spotlight-slide.slick-initialized.slick-slider {
    margin-bottom: 0;
}
.dashboard-2024-spotlights .featured-spotlight-related .dgov-col-md-3 {
    margin: 0 40px;
    padding: 0;
}
.dashboard-2024-spotlights .info {
    padding: 15px 25px;
    margin: 0;
	border-radius: 0px;
	 border-top: 1px solid #e5e5e5;
	min-height: unset;
}

.dashboard-2024-spotlights .item {
    margin: -15px 0;
    border-radius: 0;
}
	 /***press prod gutters ****/
  #content-pane-wrap-66 {
    margin: 3rem auto !important;
  }
  #press {
    padding-right: 0;
  }
	#ContentPane66 .col-lg-6 {
    padding: 0!important;
}
  /*** PP button spacing ***/
  #press .btn {
    margin-top: 25px !important;
  }
  /** FTS match title padding with PP ****/
  .dgov2-fts-slider {
    padding: 20px 0 0;
  }
	/*** FTS external link icon placement *****/
	
	.dgov2-fts-slider .fade-slider .slider-item h3 i.fas {
    top: -2px;
   
}
	 /*** match experience arrows to spotlight arrow size ***/
	.dgov-2024-experience-slider .carousel-next, .dgov-2024-experience-slider .carousel-previous {
    
    font-size: 40px;
   
}
	/*** keep arrows from jumping around ***/
	.dashboard-2024-spotlights .fa-chevron-right, .dashboard-2024-spotlights .fa-chevron-left {
    top: 300px;
}
  /*** experience slice padding  ****/
  .dgov-2024-experience-slider .dgov-template-slide {
    padding: 4rem 0 0 !important;
  }
  .dgov-2024-experience-slider {
    padding-bottom: 2rem;
  }
  .dgov-2024-experience-slider .slick-dots {
    bottom: 0;
}
	.dashboard-2024-spotlights .dgov-grid .dgov-col-12:last-child .info {
    border-radius: 0 0 4px 4px;
}
	
	/** PP gutters ***/
	#ContentPane66 .col-lg-6 {
    padding: 0;
}
	/***FTS gutters **/
	.dgov2-fts-slider .dots-wrapper {
  
    width: 100px;
    flex-basis: 100px;
}
}
@media only screen and (max-width: 768px) {
  /**banner minimal safe gutters ****/
  .dgov-banner-minimal-safe .dgov-grid {
    padding: 0;
  }
	
	/*** news gutters **/
	.dashboard-2024-news-dynamic {
    padding: 2.5rem 15px 3rem;
}
	
	/** week in photos gutters**/
	#week-in-photos .content {
    margin: 30px;
}
  /***spotlight gutters ***/
  .dashboard-2024-spotlights .featured-spotlight-slide .dgov-grid {
    margin: 0 15px;
  }
	.dashboard-2024-spotlights .featured-spotlight-related .dgov-col-md-3 {
    margin: 0 30px;
    padding: 0;
}
	.dashboard-2024-spotlights .related-container {
   
    margin-top: -3px;
}
  
	/**spotlight arrows position - no jumping **/
	.dashboard-2024-spotlights .fa-chevron-right, .dashboard-2024-spotlights .fa-chevron-left {
    top: 200px!important;
}
	
	/*** spotlight top bottom **/
	.dashboard-2024-spotlights {
    padding: 4rem 0 0!important;
}
  /***experience gutters***/
  .dgov-2024-experience-slider .dgov-container-wide {
    padding: 0px 15px;
  }
  /**press product gutters **/
  #dnn_ContentPane6X {
    margin-bottom: 0;
  }
  #ContentPane66 .col-lg-6 {
    padding: 0 15px !Important;
  }
	#content-pane-wrap-66 #ContentPane66 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}
}

/** overriding existing styles that are interfering ***/
@media screen and (max-width: 700px) {
	.dashboard-2024-spotlights .dgov-container-wide {
    padding: 0 15px!important;
}
	.dashboard-2024-spotlights .featured-spotlight-related.slick-initialized.slick-slider {
    margin: 0;
}
}
@media only screen and (max-width: 500px) {
  /**minimal safe banner gutters ***/
  .dgov-banner-minimal-safe .dgov-grid {
    padding: 0;
  }
  .dgov-banner .title {
    margin: 5px 0 0;
  }
  /****news section gutters ***/
 .dashboard-2024-news-dynamic {
    padding: 2rem 0 3rem;
}
	
	/** spotlight top bottom to accomodate for size changes***/
	.dashboard-2024-spotlights {
    padding: 4rem 0 4rem!important;
}
	/** spotlight gutters ***/
	.dashboard-2024-spotlights .dgov-container-wide {
    padding: 0!important;
}
	
	/*** fix spoltight arrow jumping ***/
	.dashboard-2024-spotlights .fa-chevron-right, .dashboard-2024-spotlights .fa-chevron-left {
    top: 175px!important;
}
	/** spotlight title smaller ***/.press-titles-only-list h3, .dashboard-2024-spotlights .info h3 {

    font-size: 20px !important;
    line-height: 1;
}
	/** hider related container - heights vary too wildly and it causes there to need to be crazy long uneven spacing to accomodae***/
	.dashboard-2024-spotlights .related-container {
   
    display: none;
}
	/*** return border radius to top item since removing related ****/
	.dashboard-2024-spotlights .item {
 
    border-radius: 0 0 4px 4px;
}
	/*** PP gutters ***/
	#content-pane-wrap-66 #ContentPane66 {
    margin: 0!important;
}
	/** PP match FTS title spacing with PP title spacing ***/
	.dgov2-fts-slider {
    padding: 0!important;
}
	/**exprience gutters ***/
	.dgov-2024-experience-slider .dgov-container-wide {
    padding: 0;
}
	.dgov-2024-experience-slider .slick-slide.even .dgov-grid .dgov-col-md-6:first-child {
    padding: 15px;
}
	/*** help position experience arrows **/
	.dgov-2024-experience-slider .carousel-next, .dgov-2024-experience-slider .carousel-previous {
    top: calc(40% - 25px)!important;
}
	/** exp top botton **/
	
	.dgov-2024-experience-slider .dgov-template-slide {
    padding: 2.5rem 0 0 !important;
}
	.dgov-2024-experience-slider .slick-dots {
 
    display: none!important;
}
	.dashboard-2024-spotlights .fa-chevron-right {
    right: 0px;
}
}
/******************************************/
/**************** FTS FIXES ***************/
/******************************************/
/** fixes FTS nav buttons too much transparency **/
.dgov2-fts-slider .dots-wrapper .slick-dots li button img {
  opacity: .9;
}
@media only screen and (max-width: 1200px) {
  /*.dgov2-fts-slider .fade-slider .slider-item {
		max-width: 90%;
	} */
}
@media only screen and (max-width: 1150px) {
  .dgov2-fts-slider .dots-wrapper .slick-dots li {
    height: 80px;
    width: 80px;
  }
 
}
@media only screen and (max-width: 991px) {
  
	
	.dgov2-fts-slider .slick-dots {
    max-width: 100%;
    margin-right: 10px;
  }
 .dgov2-fts-slider .fade-slider {
  
    width: calc(100% - 90px);
}
	.dgov2-fts-slider .slider-progress {
    left: 90px;
    width: calc(100% - 90px);
}
	 /** FTS match title padding with PP ****/
  .dgov2-fts-slider {
    padding: 20px 0 0;
  }
	
}

@media screen and (max-width: 945px) and (min-width: 768px) {

.dgov2-fts-slider .dots-wrapper .slick-dots li {
    height: 65px;
    width: 65px;
}

.dgov2-fts-slider .dots-wrapper .slick-dots {
        column-gap: 5px;
    row-gap: 5px;

}

}
@media only screen and (max-width: 768px) {
  .dgov2-fts-slider .fade-slider {
    width: 100%;
}
	.dgov2-fts-slider .fade-slider .slider-item {
    max-width: 100%;
  }
  .dgov2-fts-slider .slider-progress {
    width: 100%;
    left: 0px;
  }
	.dgov2-fts-slider .dots-wrapper {
    width: unset;
    flex-basis: unset;
}
}
@media only screen and (max-width: 600px) {
  .dgov2-fts-slider .fade-slider .slider-item .identifier {
    position: absolute;
    top: 16px;
    left: 10px;
  }
  .dgov2-fts-slider .fade-slider .slider-item h3 {
    line-height: 1.8rem;
  }
}
/******************************************/
/***** BANNER IMAGE SAFE UPDATES *********/
/******************************************/
@media screen and (min-width: 1600px) {
  .dgov-banner-minimal-safe .dgov-container {
    max-width: 1400px;
  }
  .dgov-banner-minimal-safe .story-img-wrap {
    max-height: 600px;
  }
  .dgov-banner-minimal-safe.dgov-banner-singular .dgov-grid {
    padding: 0;
  }
  .dgov-banner-minimal-safe.dgov-banner-singular .dgov-container {
    padding: 0;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1450px) {
  .dgov-banner-minimal-safe .dgov-container {
    max-width: 1425px;
    padding: 0;
  }
  .dgov-banner-minimal-safe.dgov-banner-singular .dgov-grid {
    padding: 15px;
  }
  .dgov-banner-minimal-safe .story-img-wrap {
    max-height: 600px;
  }
}
@media screen and (max-width: 1449px) and (min-width: 1200px) {
  .dgov-banner-minimal-safe .story-img-wrap {
    max-height: 550px;
  }
  .dgov-banner-minimal-safe.dgov-banner-singular .dgov-grid {
    padding: 0 20px;
  }
  .dgov-banner-minimal-safe .dgov-container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .dgov-banner-minimal-safe .story-img-wrap {
    max-height: 480px;
  }
  .dgov-banner-minimal-safe .dgov-container {
    max-width: 1200px;
  }
	.dgov-banner-minimal-safe.dgov-banner-singular .dgov-container {
 
    padding: 0 45px;
}
}
@media screen and (min-width: 992px) {
  .dgov-banner-minimal-safe .screen {
    filter: drop-shadow(2px 4px 6px black);
  }
}


/****************************************************/
/******* Banner live events banner related fixes*******/
/***************************************************/

@media only screen and (max-width: 768px) {
/*** live events banner ***/
	.dgov-banner-live-event-promo {
    padding-top: 95px !important;
}
	.dgov-banner-live-event-promo .dgov-container {
    padding: 0!important;
    max-width: 100%!important;
    width: 100%;
}
	.dgov-banner-live-event-promo .inner-content {
    padding: 20px 30px 0 !important;
}
}


 /*****************************************/
/******SPOTLIGHT  STYLES NEW******/
/*****************************************/
.dgov-banner-spotlight .buttons a {
  box-shadow: 1px 1px 2px #00000075;
}
.dgov-banner-spotlight figure {
  max-width: 1920px;
  display: block;
  position: relative;
  margin: auto;
  max-height: 700px;
  padding: 0;
}
.dgov-banner-spotlight {
  padding-top: 95px;
}
.dgov-banner-spotlight .dgov-banner .image-wrap-wrap {
  padding-top: 35%;
}
.dgov-banner-spotlight .image-wrap-wrap .image-replacement {
  width: 56%;
}
.dgov-banner-spotlight .dgov-banner .title {
   
    margin: 5px 0 10px;
   
}
.dgov-banner-spotlight .summary {
    margin: 0 5px 20px;
}
@media (min-width: 2023px) {
  .dgov-banner-spotlight.dgov-banner .image-wrap-wrap {
    padding-top: 30%;
  }
}
@media (max-width: 2000px) {
  .dgov-banner-spotlight .dgov-banner .image-wrap-wrap {
    padding-top: 33%;
  }
}
@media (max-width: 1400px) {
  .dgov-banner-spotlight.dgov-banner .title {
    line-height: 1.1;
  }
  .dgov-banner-spotlight .summary {
    margin: 0 0 20px;
    line-height: 1.3;
  }
  .dgov-banner-spotlight.dgov-banner-singular figure figcaption {
    padding: 50px;
  }
}
@media (max-width: 1300px) {
  .dgov-banner-spotlight.dgov-banner .image-wrap-wrap {
    padding-top: 40%;
  }
  .dgov-banner-spotlight.dgov-banner-singular figure figcaption {
    padding:  50px;
  }
  .dgov-banner-spotlight .summary {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.3;
  }
  .dgov-banner-spotlight h2.title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .dgov-banner-spotlight .dgov-banner .image-wrap-wrap {
    padding-top: 33%;
  }
}
@media screen and (max-width: 1200px) {
  .dgov-banner-spotlight .dgov-banner .image-wrap-wrap {
    padding-top: 50%;
  }
  .dgov-banner-spotlight figure .caption-container figcaption {
    width: 50%;
  }
  .dgov-banner-spotlight.dgov-banner-singular figure figcaption {
    padding: 100px 45px;
  }
}
@media (max-width: 992px) {
  .dgov-banner-spotlight svg {
    display: unset;
  }
  .dgov-banner-spotlight figure > .screen {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .dgov-banner-spotlight svg {
    display: none;
  }
  .dgov-banner-spotlight figure .caption-container {
    height: 500px;
  }
 .dgov-banner-spotlight   .title {
    margin: 5px 0;
  }
  .dgov-banner-spotlight .summary {
    margin: 0 0 10px;
  }
  .dgov-banner-spotlight .image-wrap.story-img-wrap {
    width: 0;
    margin: 0;
  }
  .dgov-banner-spotlight .screen {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7490196078), transparent);
  }
  .dgov-banner-spotlight .blur {
    transform: scale(1);
  }
  .dgov-banner-spotlight.dgov-banner-singular figure figcaption {
    padding: 35px 30px;
    width: 100%;
  }
  .dgov-banner-spotlight .dgov-banner-minimal-safe .screen {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7490196078), transparent);
    z-index: 1;
  }
  .dgov-banner-spotlight .dgov-banner .slides .slide-item {
    display: flex !important;
    min-height: 600px;
  }
    

    .dgov-banner-spotlight .summary {
                max-width: 65ch;
        width: 85%;
    }

}
@media screen and (max-width: 768px) {
  .dgov-banner-spotlight.dgov-banner-singular figure figcaption {
    padding: 0 35px 30px;
  }
  .dgov-banner-spotlight .summary {
    max-width: 100%;
  }
	.dgov-banner .buttons {
    display: none;
}
}
@media screen and (max-width: 500px) {
.dgov-banner-spotlight .summary {
    max-width: 100%;
		width: 100%;
  }
	.dgov-banner-spotlight.dgov-banner-singular figure figcaption {
    padding: 0 20px 20px;
}
}
@media screen and (max-width: 430px) {
  .dgov-banner-spotlight figure .caption-container {
    height: 450px;
  }
	
  .dgov-banner-spotlight.dgov-banner-singular figure figcaption {
    padding: 0 15px 30px;
  }
}
@media screen and (max-width: 390px) {
  .dgov-banner-spotlight figure .caption-container {
    height: 380px;
  }
}
/***************************************************/
/***************NEWS IPAD NEW IDEA ****************/
/*************************************************
@media only screen and (max-width: 991px) {
.dashboard-2024-news-dynamic {
    padding: 2.5rem 30px;
}

.dashboard-2024-news-dynamic .grid-wrapper {
    display: flex;
    flex-direction: column;
}
	.dashboard-2024-news-dynamic .grid-wrapper figure {
    position: relative;
    margin: 0;
}
	.dashboard-2024-news-dynamic .grid-wrapper > .features figure > .feature-image {
    flex: 0 0 400px;
    width: 400px;
}
	.dashboard-2024-news-dynamic .grid-wrapper .features figure figcaption h2.title {
    font-size: 1.9rem;
    line-height: 1;
    max-width: 26ch;
}
	p.blurb {
    line-height: 1.4;
    font-size: 19px;
    padding-top: 10px;
}
	
	.sidebar {
    display: flex;
    justify-content: center;
    padding: 0;
}
	
.dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure {
    margin: 0;
    border-bottom: none;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: auto;
    aspect-ratio: auto;
    background-color: transparent;
    overflow: visible;
    flex-direction: column;
}
.dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure > .feature-image {
    flex: 0 0 175px;
    width: 215px;
}
	.dashboard-2024-news-dynamic .grid-wrapper > .sidebar figure figcaption {
    top: 5px;
    position: relative;
    flex: 1 0;
    padding: 0;
    bottom: auto;
}
	.dashboard-2024-news-dynamic .grid-wrapper figure figcaption h2.title {
    font-family: "Crimson Text", serif;
    font-weight: 100;
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 0;
    color: #355e93;
    transition: all 0.15s linear;
}
}
*/