@import url('https://fonts.googleapis.com/css?family=Oswald:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
@import url('search-custom.css');
@import url('https://www.miamidade.gov/resources/custom-sites/css/accordion.css');

/* ------------------------------------------------

Table of Contents

1. BOOTSTRAP OVERWRITES
2. GLOBAL STYLES
3. HEADER
4. FEATURED STORY
5. ARTICLE
6. FOOTER
7. COMPONENT CONTENT
8. COMPONENT SIDE NAV
9. COMPONENT ACCORDION
10. COMOPONENT ARTICLE
11. MOBILE

------------------------------------------------*/

/* ------------------------------------------------*/
/* ---------->>> BOOTSTRAP OVERWRITES <<<----------*/
/* ------------------------------------------------*/

dl, ol, ul {
    margin-bottom: 0;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary {
  background-color: #137cbe;
  border: none;
}

.btn-primary:hover {
  background-color: #0f6394;
}

.btn {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.mdc-custom__content__button {
  font-size: 1.6rem;
  padding: 0.7em;
  text-transform: uppercase;
}

.list-group-flush .list-group-item:first-child {
  border-top: 0;
}

.btn-secondary,
.search__item button.btn-custom--blue {
  background-color: #648f26;
  border-color: #648f26;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.search__item button.btn-custom--blue:hover {
  background-color: #4d6e1e;
  border-color: #4d6e1e;
}


/* ------------------------------------------------*/
/* ------------->>> GLOBAL STYLES <<<--------------*/
/* ------------------------------------------------*/


html {
	font-size: 62.5%;
}
 body {
    margin: 0;
    font-size: 1.5rem;
	top:0!important;
 }

a {
  color: #137cbe;
}

 h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2.00rem;
  font-family: 'Raleway', sans-serif;
}

h1 {
  margin-top: 0;
  font-size: 3.052em;
}

h2 {font-size: 1.8em;}

h3 {font-size: 1.953em;}

h4 {font-size: 1.563em;}

h5 {font-size: 1.25em;}

.mdc-custom__main-content {
  min-height: 200px;
}

.mdc-custom__main-content .container .container {
  padding: 0;
/*  max-width: 100% !important;*/
}

.mdc-custom__main-content img{
	width: 100%;
}

.mdc-custom__spacing {
  margin: 2.5rem 0;
}

.mdc-custom__breadcrumbs {
  margin: 20px auto 10px auto;
}

.right-nav {
	word-break: break-word;
	background-color: #efefef;
}

.right-nav .oig-banner__button{
	width: 100%!important;
}

.right-content h2{
	font-size: 2.2rem;
	background-color: #efefef;
	min-height: 200px;
	padding: 2rem;
}

.right-content .mdc-custom__content__sub-title:after{
	width: 5.5rem;
}

:focus {
    outline-offset: 4px !important;
    outline: 3px dotted #3BD1FF !important;
}
 

/* ------------------------------------------------*/
/* ----------------->>> HEADER <<<-----------------*/
/* ------------------------------------------------*/

#goog-gt-tt, .skiptranslate {
    display: none !important;
}

.mdc-custom__header {
/*  padding: 2.5rem 0 0 0;*/
  border-top: 15px solid #7a9b4e;
}

.mdc-custom__header--border-color {
  margin-bottom: 4.0rem;
}

.mdc-custom__header__nav.navbar-light .navbar-nav .nav-link {
  color:#212529;
  font-weight: bold;
}

.mdc-custom__header__nav.navbar-light .navbar-nav .nav-link:hover {
  color: #137cbe;
}

.mdc-custom__header__nav__search,
.mdc-custom__header__nav__search .btn {
  font-size: inherit;
}

imput.form-control{
	font-size: 1.3rem!important;
}

.mdc-custom__header .navbar-light .navbar-toggler {
  color: #212529;
  border-color: rgba(0,0,0,.2);
  font-size: 1.6rem;
}

.dropdown-menu{
	font-size: 1.3rem;
}

/*----SITE BANNER (PART OF THE HEADER)----*/

.mdc-custom__header__banner {
  position: relative;
  min-height:280px;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mdc-custom__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mdc-custom__links a,
.mdc-custom__links .btn-link {
  color: #333;
}

.mdc-custom__links .btn-link {
  font-size: 13px;
}

.mdc-custom__header .alert p:last-child {
  margin-bottom: 0;
}

.alert a {
  font-weight: bold;
}

.alert-danger a {
  color: #721c24;
}

.alert-warning a {
  color: #856404;
}

/*--Global Navigation--*/
.mdc-custom__mega-container__child--feature,
.mdc-custom__global-nav {
  background-color: #0d65a5;
}

.mdc-custom__global-nav nav {
  position: relative;
}

.mdc-custom__global-nav__list {
  overflow: visible;
  z-index: 3;
}

.mdc-custom__global-nav__list li {
  list-style: none;
}

.mdc-custom__global-nav__list > li .mdc-custom__mega-container__link,
.mdc-custom__mega-container__title {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

.mdc-custom__global-nav__list > li .mdc-custom__mega-container__link,
.mdc-custom__global-nav__home-icon-link {
  display: block;
  font-size: 1.22rem;
  line-height: 64px;
  padding: 0 1.7rem;
  letter-spacing: 1px;
  text-decoration: none;
}

.mdc-custom__mega-container__link:hover {
  text-decoration: none;
}

.mdc-custom__mega-container__link.btn-link {
  color: #fff;
}

.mdc-custom__global-nav__list,
.mdc-custom__global-nav__list a,
.mdc-custom__global-nav__list h2,
.mdc-custom__mega-container__item__title {
  color: #fff;
}

a.mdc-custom__mega-container__button {
  color: #000;
}

.mdc-custom__global-nav__list > li:hover,
.mdc-custom__global-nav__list > li button[aria-expanded="true"],
.mdc-custom__mega-container > ul {
  background-color: #106ea4;
}

.mdc-custom__mega-container > ul {
  top: 100%;
  left: 0;
  padding: 10px 20px;
  overflow: hidden;
  z-index: 4000;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.16);
}

.mdc-custom__mega-container__child {
  margin: 10px 25px 10px 0;
  display: flex;
  flex-direction: column;
}

.mdc-custom__mega-container__child:last-child {
  margin-right: 0;
}

.mdc-custom__global-nav__list,
.mdc-custom__mega-container__child ul {
  padding-left: 0;
}

.mdc-custom__mega-container__title {
  font-size: 2.4rem;
  font-weight: normal;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #0f6191;
}

.mdc-custom__mega-container__item__title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

.mdc-custom__mega-container__item--half > li {
  width: 45%;
}

.mdc-custom__mega-container__title,
.mdc-custom__mega-container__description {
  margin-bottom: 1.5rem;
}

.mdc-custom__mega-container__item {
  margin-bottom: 2.5rem;
}

.mdc-custom__mega-container__child--feature {
  background-color: #0f6191;
  border-radius: 5px;
  padding: 3rem;
}

.mdc-custom__mega-container__child--feature .btn {
  color: #212529;
}

.mdc-custom__mega-container__child--feature .mdc-custom__mega-container__title{
  border: 0;
  padding: 0;
}

.navbar-light .navbar-toggler {
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-color: rgb(255, 255, 255);
}

.mdc-custom__global-nav__home-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 1.4rem;
}

  .mdc-custom__global-header {
	padding: 4.5rem 0;
  }

/*--/Global Navigation--*/

.mdc-custom__search__icon {
  width: 15px;
  margin-top: -1px;
}

.mdc-custom__search .form-control {
  min-height: 35px;
  font-size: 1.4rem;
}

.mdc-custom__search .btn-secondary {
  padding: 0 1.5rem;
}



/* -------------------------------------------*/
/* ----------->>> Featured Story <<<----------*/
/* -------------------------------------------*/	
	

.ht-featured-story{
	margin-bottom: 6.0rem;
}

.imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
    background-color: rgb(255 255 255 / 75%);
    bottom: 0px;
    color: black;
    font-size: 0.8em;
    left: 0px;
    padding: 0.5rem 6rem 0.5rem 6rem;
    position: absolute;
    transition: 0.5s padding;
    text-align: center;
    width: 100%;
}

.imagebox:hover img {
  opacity: 0.7;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 2%;
}

.featuredStoryLink {
    font-size: 1em;
    text-decoration: underline;
    color: #000;
    margin: 0.5em;
}

.featuredStoryLink a {
	color: #000!important;
}

h2.oig-banner__title {
  margin-top: 0.2em;
  margin-bottom: 0.3em;
}

.ht-hl-section__story h3 {
	color: #7f702d!important;
    text-align: center;
    font-size: 1.7rem;
    margin-top: 15px;
}
	
/* -------------------------------------------*/
/* --------------->>> Article <<<-------------*/
/* -------------------------------------------*/

.blockquote-footer::before {
  height: 45px;
  float: left;
	display: none;
}

.blockquote-footer cite {
  display: block;
}

.cg__spacing {
  margin-top: 50px;
}

.cg__article-body {
  margin-top: 30px;
}

.cg__title {
  text-align: center;
  margin-top: 30px;
}

.cg__title--gold {
  color: #242021;
}

.cg__intro p {
  font-size: 1.6rem;
}

.cg__featured-image {
  max-height: 600px;
  width: 100%;
}

.cg__social-media__icons {
  display: inline-block;
}

.cg__social-media__icons:not(:last-child) {
  margin-right: 5px;
}

.cg__quote__full-width,
.cg__quote__framed {
  margin: 50px 0;
}

/*--Quote--*/
.cg__quote__framed,
.cg__content-highlight__highlight__quote {
  border-top: 3px #7a9a4e solid;
  border-bottom: 3px #7a9a4e solid;
}

.cg__quote__framed {
  padding: 30px 0;
  text-align: center;
}

.cg__content-highlight__highlight__quote {
  padding: 15px 0;
}

.cg__quote__full-width {
  width: 100vw;
  position: relative;
  padding: 50px 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color:#2f4050;
  color: #fff;
}

.cg__quote__full-width .cg__quote__title,
.cg__quote__full-width p,
.cg__quote__full-width .blockquote-footer {
  color: #fff;
}

.cg__quote__full-width p,
.cg__quote__framed p {
  font-size: 1.6rem;
}
/*--/Quote--*/

/*--Content Images--*/
.cg__content-image__image-title,
.cg__content-highlight__image-title {
  font-style: italic;
  display: table-caption;
  caption-side: bottom;
  background: #e9e9e9;
  padding: 10px;
  font-size:1.1rem;
}

.img-width {
 min-width: 100%!important;
 margin-bottom:10px!important;
}

.cg__content-image--top {
  margin: 1rem 0;
}

.cg__content-image__sub-title,
.cg__content__sub-title{
  margin-top: 30px;
}

.cg__content-image {
  overflow: auto;
  display:inline-table;
  width: 100%;
}

.cg__content-highlight__image{
	display:inline-table;
}

/*--/Content Images--*/

/*--Content Highlight--*/

.cg__content-highlight__textarea {
  overflow: auto;
}

.cg__content-highlight__highlight {
  background-color: #e9e9e9;
  padding: 20px;
}

.cg__content-highlight__highlight__image + [class*='cg__content-highlight__highlight__'] {
  margin-top: 15px;
}


/* ------------------------------------------------*/
/* ----------------->>> FOOTER <<<-----------------*/
/* ------------------------------------------------*/

.mdc-custom__footer {
  background-color: #0d65a5;
  padding: 1rem 0;
}

.mdc-custom__footer,
.mdc-custom__footer a {
  color: #fff;
}

.mdc-custom__footer a {
  font-weight: bold;
}
.mdc-custom__footer > .container {
  margin: 4.0rem auto;
}

.mdc-custom__footer h2 {
  font-size: 1.8rem;
  margin-bottom: 2em;
}

.mdc-custom__footer__links {
  list-style: none;
  padding-left: 0;
}

.mdc-custom__footer__links > li {
  margin-bottom: 1.5rem;
}

.mdc-custom__footer__links__two-column {
  display: flex;
  flex-wrap: wrap;
}

.mdc-custom__footer__content:not(:last-child) {
  margin-bottom: 2.0rem;
}

.mdc-custom__footer__content p:last-child {
  margin-bottom: 0;
}

.mdc-custom__copyright {
  margin-top: 1.5rem;
}

.mdc-custom__copyright img {
vertical-align: bottom!important;
}

.footer-disclaimer{
  font-size: 1.3rem;
  margin-top:15px;
}

/* ------------------------------------------------*/
/* ----------->>> COMPONENT CONTENT <<<------------*/
/* ------------------------------------------------*/

.mdc-custom__content__page-title{
	font-size: 3.7rem;
}

.mdc-custom__content__page-title:after,
.mdc-custom__content__sub-title:after {
  content: " ";
  display: block;
  width: 100%;
  margin: 1.5rem 0;
}

.mdc-custom__content__page-title:after {
  background-color:#7A9A4E;
  height: 6px;
}

.mdc-custom__content__sub-title:after {
  background-color: #7A9A4E;
  height: 3px;
/*  margin-top: 30px!important; */
}

.right-nav, mdc-custom__content__sub-title:after{
	margin-top:15px!important;
}

.mdc-custom__content__general-titles {
  text-transform: uppercase;
}

.mdc-custom__content__description,
.mdc-custom__content__items:not(:last-child) {
  margin-bottom: 2.5rem;
  font-size:1.5rem;
  line-height: 2.4rem;
}

.img-section {
 margin-bottom: 2.5rem;
}

/* ------------------------------------------------*/
/* ------>>> COMPONENT BANNER FULL WIDTH <<<-------*/
/* ------------------------------------------------*/

.oig-banner{
padding: 7.0rem;
}

.oig-spacing {
	margin-bottom: 4.0rem;
}

.oig-banner__button{
	padding:1.5rem 4.0rem;
	margin-top:20px;
}

.oig-banner--background-image{
color:white;
}

.mdc-custom__banner {
  padding: 5.0rem 0;
  position: relative;
}

.mdc-custom__banner,
.mdc-custom__banner a {
  color: #fff;
}

.mdc-custom__banner a {
  font-weight: bold;
}

.mdc-custom__banner--background-image {
  background-color: #333;
  background-size: cover;
}

.mdc-custom__banner__text {
  color: #fff;
  z-index: 2;
  position: relative;
}

.mdc-custom__banner__tint {
  background-color: #333;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}

.mdc-custom__banner__tint--default {
  opacity: 0.5;
}

.mdc-custom__banner__image img {
  border: 10px solid #fff;
  border-radius: 3px;
}

.mdc-custom__banner__description {
  margin-bottom: 2.5rem;
}

a.mdc-custom__banner__button {
  font-weight: normal;
  padding: 0.7em 1.5em; 
}

/* ------------------------------------------------*/
/* ----------->>> COMPONENT SIDE NAV <<<-----------*/
/* ------------------------------------------------*/

.mdc-custom__side-nav h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-bottom: 1.7rem; 
  border-bottom: solid 1px #ddd;
  position: relative;
  margin: 0;
}

.mdc-custom__side-nav h2:after {
  content: " ";
  display: block;
  height: 3px;
  width: 42px;
  position: absolute;
  bottom: -2px;
  z-index: 2;
  background-color: #7A9A4E;
}

.mdc-custom__side-nav .list-group-item {
  padding: 1.2rem 2.0rem;
}

.mdc-custom__side-nav:not(:last-child) {
  margin-bottom: 2.5rem;
}

/* ------------------------------------------------*/
/* ----------->>> COMPONENT ACCORDION <<<----------*/
/* ------------------------------------------------*/



/* ------------------------------------------------*/
/* ----------->>> COMPONENT ARTICLE   <<<----------*/
/* ------------------------------------------------*/

.archiveTitle {
	font-size: 1.2em;
	margin: 8px 0 5px 0;
}

.archiveIndex{
	margin-bottom: 3em;
}

/* ------------------------------------------------*/
/* ------------------>>> MODAL <<<-----------------*/
/* ------------------------------------------------*/

.dialog {
  position: fixed;
  inset: 0;
  z-index: 10;
}

:is(.dialog__overlay, .dialog__content) {
  position: absolute;
}

:is(.dialog__overlay) {
  inset: 0;
}

.dialog__overlay {
  background-color: hsla(0deg, 0%, 0%, 0.5);
}

.modal-button--link {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #137cbe;
}

.modal-button--link:is(:hover, :focus) {
  text-decoration: underline;
}

.dialog__content {
  top: 50%;
  left: 50%;
  padding: 1.5em;
  margin-inline: auto;
  width: 80%;
  max-width: 450px;
  height: max-content;
  max-height: 80vh;
  transform: translate(-50%, -50%);
  background-color: whitesmoke;
  border-radius: 2px;
  overflow-y: auto;
}




/* ------------------------------------------------*/
/* ----------------->>> MOBILE <<<-----------------*/
/* ------------------------------------------------*/


@media (min-width: 1200px ) {

  .mdc-custom__mega-container > ul {
    position: absolute;
  }

  .mdc-custom__global-nav__list > li {
    float: left;
  }

  .mdc-custom__mega-container > ul.collapse.show {
    display: flex;
  }
	
   .cd__container--article {
     max-width: 950px;
  }

}

@media (max-width: 1199px ) {

  .mdc-custom__mega-container__item--half > li {
    width: 100%;
  }

  .mdc-custom__global-nav {
    padding: 1.5rem 0;
  }

  .mdc-custom__global-nav__list > li .mdc-custom__mega-container__link {
    width: 100%;
    text-align: left;
  }

  .mdc-custom__mega-container > ul {
    margin: 0;
  }

}


@media (min-width: 991px) {

  .mdc-custom__header .bg-light {
    background-color: transparent !important;
  }

  .mdc-custom__header__nav {
    padding-left: 0;
    padding-right: 0;
  }

  .mdc-custom__header__nav .navbar-nav > li:not(:last-child) {
    margin-right: 2.5rem;
  }

  .mdc-custom__footer__links__two-column > li {
    width: 50%;
    padding-right: 1.5rem;
  }

  .mdc-custom__header--border-color {
    border-bottom: 30px solid #516a76;
  }

  .mdc-custom__header__logo {
    margin-bottom: -2.0rem;
    position: relative;
    z-index: 2;
  }

  .mdc-custom__header__logo > img {
    min-width: 120%;
    margin-bottom: -3rem;
  }

  .mdc-custom__header__title-nav {
    margin: 1.5rem 0 0 1.5rem;
  }

  .mdc-custom__header__title > h2 {
    margin-bottom: 1.5rem;
  }

  .mdc-custom__header__nav .navbar-collapse {
    margin-bottom: 1rem;
  }

  .mdc-custom__search {
    width: 70%;
  }
	
}


@media (max-width: 990px) {

	
  .mdc-custom__header .navbar {
    padding: 1.5rem;
  }

  .mdc-custom__header__title {
    text-align: center;
  }

  .mdc-custom__header__nav__search .form-control {
    font-size: 16px;
  }

  .mdc-custom__header__logo {
    text-align: center;
  }

  .mdc-custom__header__logo img{
    width: 100px;

  }

  .mdc-custom__banner__logo {
    margin-bottom: 1.5rem;
  }

  .mdc-custom__logo-heading {
    flex-direction: column;
    align-items: center;
	  display: flex;
  }

  .mdc-custom__links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mdc-custom__global-header__mdc-custom__logo {
    max-width: 100%;
	margin-bottom: 20px;
  }
	

  .mdc-custom__header-box {
    text-align: center;
    margin: 0.5rem 0;
  }

  .mdc-custom__header-title {
    font-size: 2.6rem;
    margin-top: 0;
  }

  .mdc-custom__header-subtitle {
    font-size: 2.4rem;
  }

  .mdc-custom__logo {
    margin: 0;
  }

  .mdc-custom__search {
    display: flex;
    justify-content: center;
  }

  .mdc-custom__search form {
	width: 100%
	}
	
  .mdc-custom__global-header {
    padding-bottom: 2rem;
  }

  .mdc-custom__banner {
    text-align: center;
  }

  .mdc-custom__copyright {
	text-align: center;
  }
	
  .oig-banner__title, .oig-banner__description{
		text-align: center;
	}
	
   .oig-banner__description {
		border-bottom: 1px dotted #B0B0B0;
		padding-bottom: 15px;
	}
	
  .oig-banner__button{
	   display: flex;
       justify-content: center;
	}
	
	.item-number-name {
    text-align: center;
	}
	
	.timer, .count-number, .count-title{
		display: flex;
		justify-content: center;
	}
	
	.imagebox .imagebox-desc {
    background-color:none; 
    bottom: 0px;
    color: #000000; 
    font-size: 1.2em;
    left: 0px;
    padding:0;
    position: relative;
    transition: 0.5s padding;

}
    .imagebox {
	 background: none;
	 
}
	
  .imagebox img {
    margin-bottom: 20px; 
}
	
	.imagebox:hover img {
    opacity:100;
}
	
		
  .imagebox:hover a {
	text-decoration: none;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 5%;
}
	
.oig-banner--background-image {
  background-size: cover;	
}
	
}

@media (max-width: 767px) {


  .sr-only-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
  }

  h1 {
    font-size: 2.4em
  }

  h2 {
    font-size: 1.8em
  }

  h3 {font-size: 1.5em;}

  h4 {font-size: 1.3em;}

  h5 {font-size: 1.2em;}


  .mdc-custom__footer {
    text-align: center;
  }

  .mdc-custom__footer__links__two-column {
    flex-direction: column;
  }
/* JC changes */
  .mdc-custom__footer .row .col-md {
    margin-bottom: 3em;
}

.mdc-custom__footer h2 {
 
    margin-bottom: .75rem;
}

.mdc-custom__footer__links > li {
    margin-bottom: 10px;
}

	
.featuredStoryLink {
    color: #0f65a5!important;
}

.ht-featured-story {
    margin-bottom: 3.5rem;
	}
	
.archiveIndex {
    margin-bottom: 1.5em;
  }

}


@media (max-width: 575px) {

  .mdc-custom__page-title {
    font-size: 1.5rem;
  }

  .mdc-custom__subtitle {
    font-size: 1.2rem;
  }


  h3, h4, h5, h6 {
    font-size: 1rem;
  }

  .fa-shopping-cart {
    margin-top: 0.5rem;
  }

  .form-control {
    font-size: 16px;
  }

}


@media (min-width: 320px) {
  .mdc-custom__links > *:not(:last-child) {
    padding-right: 0.5rem;
  } 
}

@media (min-width: 576px) {

  .mdc-custom__links > *:not(:last-child) {
    padding-right: 2rem;
  }

}