@import url('https://www.miamidade.gov/resources/global-components/boilerplate.css');


/* ------------------------------------------------*/
/* -------------->>>CONTENT COMPONENT<<------------*/
/* ------------------------------------------------*/

.mdc-custom__content__sub-title:after{
    content: '';
	display: block;
	width: 90px;
	height: 4px;
	background-color: #F9BB3B;
	margin-top:.3em;
	margin-bottom: .6em;
}

h3.mdc-custom__content__sub-title:after{
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background-color: #2d4895;
  margin-top:.3em;
  margin-bottom: .6em;
}

.mdc-custom__content__title{
    border-bottom: none;
}

h1.mdc-custom__content__title{
   margin-top: 50px;
}


/* ------------------------------------------------*/
/* ------------->>>MULTI COLUMN CARDS<<------------*/
/* ------------------------------------------------*/

/*.mdc-custom__multi-container */
.multicolumn-home {
  margin-bottom: 75px;
}

.mdc-custom__multi-container { 
  margin-bottom: 75px;
}

.mdc-custom__multi-item__img img {
   height: 190px;
   background-size: auto;
   border-radius: 10px 10px 0 0;
}

.mdc-custom__multi-item {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius:10px;
}


.mdc-custom__multi-item__title{
	padding:25px 25px 0 25px;
}

.mdc-custom__multi-item__description{
	padding:25px 25px 0 25px;
}

/*.multicolumn-home .mdc-custom__multi {
height:600px;
}*/


.mdc-custom__multi-item__description {
    padding: 15px 25px 20px 25px;
}

.mdc-custom__multi-item__btn-container {
       display: flex;
       justify-content: center;
       margin-bottom: 40px;
}

.mdc-custom__multi-item__btn-container {
       display: flex;
       justify-content: center;
       margin-bottom: 40px;
}


.mdc-custom__multi-item__btn{
	border-radius: 8px;
}

.fc-spacing {
	margin-bottom: 75px;
}


/* ------------------------------------------------*/
/* ------------>>> SECTION TITLE <<<---------------*/
/* ------------------------------------------------*/


.section-title {
  margin-block: 2.25rem 1rem;
}



.section-title__title:after{
    content: '';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #F9BB3B;
	margin-top:.3em;
	margin-bottom: .6em;
}

 .section-title__button {
  display: block;
	padding:0.575rem 1.75rem;
	border-radius: 7px;

  &:is(:hover, :focus) {
    text-decoration: none;
  }
}

.section-title-wrapper {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: space-between;


}

/* ------------------------------------------------*/
/* ------------>>> GLOBAL NAVIGATION<<<------------*/
/* ------------------------------------------------*/

.mdc-custom__header-container {
  padding-top: 1rem;
}

.mdc-custom__global-nav__list > li > :is(button, a), .mdc-custom__mega-container__title {
text-transform:capitalize;
font-family: inherit;
}

.mdc-custom__global-nav__list > li > :is(.mdc-custom__mega-container__link, .mdc-custom__single-container__link, a), .mdc-custom__global-nav__home-icon-link{
letter-spacing: normal;	
}

.mdc-custom__header-secondary {
	/*height: 74px;*/
	display: flex;
	align-items: center;
}

.mdc-custom__header-secondary, .mdc-custom__header-secondary__list a {
	font-size: 0.85rem;
}

.mdc-custom__header-layout__logo {
	width: 250px;
}

.btn{
padding:0.75rem .75rem!important;
}


/* ------------------------------------------------*/
/* -------------->>>FEATURED CONTENT<<-------------*/
/* ------------------------------------------------*/

.mdc-custom__featured-image {
   height: 200px;
   background-size: auto;
   border-radius:10px;
}

.mdc-custom__featured-description {
	display: flex;
	align-items: center;
}

.mdc-custom__featured__sub-title:after{
    content: '';
	display: block;
	width: 90px;
	height: 4px;
	background-color: #F9BB3B;
	margin-top:.3em;
	margin-bottom: .6em;
}

.mdc-custom__featured__background {
	background-color: #EDF0F0;
	padding:30px 20px 30px 0;
}

.figure {
	margin:0!important;
}

.enhance__section {
  margin: 2.5em 0;
  background-color: #EDF0F0;
  padding:30px 20px 30px 0;
}

.enhance-section-title--center h1,
.enhance-section-title--center h2,
.enhance-section-title--center h3,
.enhance-section-title--center h4,
.enhance-section-title--center h5,
.enhance-section-title--center h6 {
  text-align: center;
}

.enhance-section-title--center h1::after,
.enhance-section-title--center h2::after,
.enhance-section-title--center h3::after,
.enhance-section-title--center h4::after,
.enhance-section-title--center h5::after,
.enhance-section-title--center h6::after {
  content: none;
}

.enhance {
  display: flex;
  flex-direction: column;
}

.enhance--flip-order > .enhance-item:last-child {
  order: 1;
}

.enhance--flip-order > .enhance-item:first-child {
  order: 2;
}


.enhance-item {
  flex-grow: 1;
  flex-basis: 0;
}

.enhance__section > .container > a:last-child,
.enhance:not(.enhance--flip-order) .enhance-item:not(:first-child){
  margin-top: 1.5em;
} 

.enhance-description p:last-child {
  margin: 0;
}

/*.enhance-title {
  font-size: 1.5rem;
  font-weight: bold;
}*/

.enhance-title{
 font-size: 2.5rem;
 font-weight:bold;
}


.enhance-title::after {
/*  content: '';
  display: block;

  background-color: #027abb;
  height: 2px;
  width: 75px;
  margin: 0.5em 0;*/
    content: '';
	display: block;
	width: 90px;
	height: 4px;
	background-color: #F9BB3B;
	margin-top:.3em;
	margin-bottom: .6em;
}

.enhance-item-button {
  margin-top: 1.5em;
}

.enhance-item .btn {
  margin-top: 1.5em;
}


/*--iFrame--*/
.enhance-iFrame {
  min-height: 315px;
  width: 100%;
}

/**************
    Image
**************/

.enhance-img-caption {
  color: #757575;
  font-size: 0.9rem;
  margin-top: 0.5em;
}

/*-- Image Graphic--*/

.enhance-img-graphic {
  position: relative;
  padding: 2em;
  height: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enhance-img img {
  border-radius:10px;
}

.enhance-img {
  margin:0!important;
}


.enhance-img-info {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}

.enhance-img-info__title {
  font-family: 'Bebas Neue', cursive;
  font-size: 5rem;
  line-height: 1;
}


.enhance-img-tint {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4); 
}

@media (min-width:767px) {
  .enhance {
    flex-direction: row;
  }

  .enhance:not(.enhance--flip-order) .enhance-item:not(:first-child){
    margin-top: 0;
    margin-left: 2.5em;
  } 

  .enhance--flip-order > .enhance-item:first-child {
    margin-left: 2.5em;
  }

  .enhance-item--grow-2 {
    flex-grow: 2;
  }

  .enhance-img-graphic--small-text .enhance-img-info__title {
    font-size: 3rem;
  }  
}


@media (max-width:767px) {
.enhance-img-caption {
  margin-bottom: 1.5rem
}
}




/* ------------------------------------------------*/
/* ------------>>>    ACCORDIONS  <<<--------------*/
/* ------------------------------------------------*/

/*.hook .mdc-custom__accordion .mdc-custom__accordion-container {
	--min-column-size: 18rem!important;
    display: grid!important;
    gap: 2.5rem!important;
    grid-template-columns: repeat!important(auto-fit, minmax(min(var(--min-column-size), 100%), 1fr));
}*/

.pm-columns .mdc-custom__accordion-container {
	--min-column-size: 18rem;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(min(var(--min-column-size), 100%), 1fr));
  }


.mdc-custom__accordion__title button {
	border:none;
  background-color: #f7f7f7;
}

.mdc-custom__accordion__header:first-child {
	border:1px solid #eee!important;
}

.mdc-custom__accordion .card-body {
	border:1px solid #eee!important;
}

/*.mdc-custom__accordion__body {
	border:1px solid #333!important;
}*/

/* ------------------------------------------------*/
/* -------------->>> FEATURED VIDEO  <<------------*/
/* ------------------------------------------------*/


/*.video-backgnd {
 width: 100%;
 height: 750px;
}*/

.featured-video-container {
  position: relative; /* Important for absolute positioning of overlay */
  width: 100%; /* Or desired width */
  height: 750px; /* Or desired height */
  overflow: hidden; /* Optional: to prevent overflow */
  display: flex;
  align-items: flex-end;
}

.featured-background-video {
    position: absolute; /* Or fixed, depending on desired behavior */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Or contain, depending on desired scaling */
    z-index: -1; /* Ensure video is behind the overlay */
}

.featured-video-content {
/*	display: flex;*/
    --min-column-size: 18rem;
    display: grid;
    grid-gap:1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(min(var(--min-column-size), 100%), 1fr));
	margin-bottom: 50px;
  	z-index: 1; /* Ensure video is behind the overlay */
}

.featured-video_box {
	display: flex;
    flex-direction: column;
	padding:1.5rem 2rem 1.5rem 2rem;
	background-color: hsl(0deg 0% 91.34% / 95%);
	/*margin-right: 20px;*/
	border-radius: 10px;
/*	max-width: 550px;*/
justify-content: space-between;
}

.featured-video_box h3  {
margin:0;
}

.featured-video_description {
	/*margin:20px 0 10px 0;*/
}

.featured-video_description.btn-primary {
width: 100%;
padding: .75rem .75rem;
}

.featured-video__button-container {
    display: flex;
    justify-content: center;
/*    margin-bottom: 40px;*/
}

.featured-box-title {
	font-size: var(--font-size-lg);
	font-weight: 700;

}

/* ------------------------------------------------*/
/* ------------>>> TOP NAVIGATION <<<--------------*/
/* ------------------------------------------------*/

.mdc-custom__header-layout--inline {
	grid-template-areas: 'logo logo nav nav nav nav nav nav nav nav nav nav';
}

.mdc-custom__header-secondary .row > div {
	align-self: center;
}

.mdc-custom__header-secondary .mdc-custom__header-search {
	background-color: #fff;
}

.mdc-custom__header-secondary__list a {
	color:#eee!important;
}

.mdc-custom__header-logo{
	max-width: 90%!important;
}

.mdc-custom__mega-container__list {
	--min-column-size: 18rem;
    display: grid;
    gap: .5rem 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(min(var(--min-column-size), 100%), 1fr));
}

.mdc-custom__main-content {
  margin-block:0;
}

:is(.mdc-custom__header-layout--inline, .mdc-custom__header-layout--logoMiddle) nav :is(button, a) {
  color: var(--primary-color);
}

.mdc-custom__mega-container__title {
  font-weight: 500;
}

.mdc-custom__mega-container__item__title {
  margin: 0;
}

.mdc-custom__header-secondary__translate-search {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}


.mdc-custom__mega-container__child ul.mdc-custom__mega-container__list {
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.mdc-custom__mega-container__item {
  margin-bottom: 0;
}

.mdc-custom__mega-container__button:is(:hover, :focus) {
  color: #fff !important;
}

/* If the breadcrumbs do not contain at least two children then hide it.*/
.mdc-custom__breadcrumbs:not(:has(:nth-child(2))) {
  display: none;
}

.mdc-custom__header-secondary-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ------------------------------------------------*/
/* ------------->>> PRESS RELEASE <<<--------------*/
/* ------------------------------------------------*/

.pages {
  display: flex !important;
  flex-wrap: wrap;

  list-style: none;

  & a {
    display: inline-block;
  }
}

mdc-index-filter {

  & .search__filter-container,
  & .mobile-filter,
  & .secondary-filters__selected {
    display: none !important;
  }

  & .search__input {
    width: 100%;
  }

  & .search__button, & .search__button:is(:hover, :focus) {
    color: #fff;
  }

  & .search__button {
    padding-inline: 1.5em !important;
  }

}

mdc-index-pagination {

  & .btn {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  }
}


/* ------------------------------------------------*/
/* -------------->>>CONTENT STATS<<<---------------*/
/* ------------------------------------------------*/

/*--If the Content Stats Component is the last one within the body remove the margin-bottom of the "main" tag to make it flush with the footer.--*/
.mdc-custom__main-content:has( > div > .iw_component:last-child .content-stats) {
	margin-bottom: 0;
}

.content-stats {
	display: 	grid;
	grid-template-columns: 	1fr;
	grid-template-rows: 1fr;
	position: 	relative;
	background-size: cover;
	background-position: 	center;
	color: #fff;
	text-align: 	center;


	& .content-stats-title {
			color: 	#fff;
	}


	& .container {
	/*	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
	}


}

.content-stats > * {
	grid-row: 1;
	grid-column: 1;
}

.content-stats-tint {
	background-color: rgba(0, 0, 0, 0.5);
}

.content-stats-content {
	padding-block: 8rem;
	max-width: 	120ch;
}


.content-stats__numbers {
	--min-column-size: 12rem;
	display: 	grid;
  gap: 1.5rem;
   grid-template-columns: repeat(auto-fit, minmax(min(var(--min-column-size), 100%), 1fr));
}


.content-stats__numbers-title, .content-stats__numbers-text {
	display: 	block;
}

.content-stats__numbers-title {
	font-family: 	var(--title-font-family);
	font-size: var(--font-size-xxl);
	font-weight: 	bold;
}


#translate-dropdown {
	background-color: #2d4895!important;
    border: 10px solid #2d4895!important;
    color: #ffffff!important;
}



.footer-logo {
	max-width: 40%;
}

.footer-text {
	text-align: right;
}

.footer-copyright {
	text-align: right;
	margin-bottom:20px;
}

.footer-sm {
	text-align:end;
}

.footer-sm {
	text-align: right;
}

.footer-sm-icons img {
	width: 12%;
	margin-left:1.5rem;
}

.footer-disclaimer {
	font-size: .75rem;
	text-align: right;
}


.mdc-custom__footer__item ul {
	line-height: 40px;
}

.mdc-custom__footer__item ul li a {
	text-decoration: none;
}

.mdc-custom__footer__item ul li a:hover {
  text-decoration: underline;
}

.mdc-custom__footer__main {
  margin-top:5rem;
}



/* ------------------------------------------------*/
/* -------------->>>Media Queries<<<---------------*/
/* ------------------------------------------------*/




@media (max-width:1200px) {

.mdc-custom__header-layout--inline {
  display: flex;
  justify-content: space-between;
  z-index: 2;
 }

 .mdc-custom__header-layout__navigation {
  order: -1;
 }

 .mdc-custom__header-search path {
  fill: #fff;
 }

 .mdc-custom__header-container:has(.mdc-custom__header-layout--inline) {
  padding-bottom: 0;
 }

 .mdc-custom__header-container {
  padding-top: 0;
 }


}


@media (max-width:992px) {


.mdc-custom__footer__container {
--min-column-size:none;
}


.footer-text{
 text-align:center;
/* margin-top: 66px;*/
}

.footer-copyright{
 text-align:center;
}

.footer-sm{
 text-align:center;
 margin-left:-20px;
}

.footer-disclaimer{
 text-align:center;
 margin-bottom: 40px;
}

.footer-logo {
  max-width: 30%;
}

.footer-sm-icons img {
  width: 7%;
}

.mdc-custom__footer__item {
  /*margin-bottom: -66px;*/
}

.footer-sm-icons img {
  margin-right:unset;
}


}

@media (max-width:768px) {
.mdc-custom__button--auto {
  flex-direction:column;
}

.oig-banner__image {
  display: flex;
  justify-content: space-around;
} 

.mdc-custom__featured-image {
  height: unset;
  margin-bottom:30px;
}

.mdc-custom__featured__background {
  padding: 30px 10px;
}

.enhance-title {
  line-height: normal;
}

.mdc-custom__header-secondary__list {
  justify-content: center;
}

.mdc-custom__header-secondary .mdc-custom__header-search {
  margin-bottom:  5px;
}

}

@media (max-width:576px) {
.featured-video_box {
 margin: 0px 20px;
}

.featured-video-container {
  background-image: url(/resources-port/images/cargo-tile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 600px;
}

}


@media (max-width:530px) {
.mdc-custom__featured__title {
  max-width: 170px;
}

.mdc-custom__featured__button.btn.btn-primary {
  padding:0.375rem .75rem!important;
}

}

