 
@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('search-custom.css');
@import url('header.css');
@import url('https://www.miamidade.gov/resources/custom-sites/css/accordion.css');
@import url('https://www.miamidade.gov/resources/global-components/content-tabs/css/content-tabs.css');

/*--Slider--*/
@import url('https://www.miamidade.gov/resources/global-components/slider/css/accessible-slick-theme.min.css');
@import url('https://www.miamidade.gov/resources/global-components/slider/css/slick.min.css');
@import url('https://www.miamidade.gov/resources/global-components/slider/css/slider.css');

/* ------------------------------------------------

Table of Contents

01. BOOTSTRAP OVERWRITES
02. GLOBAL STYLES
03. HEADER
04. FOOTER
     a. Copyright
05. COMPONENT CONTENT
06. COMPONENT BANNER
07. COMPONENT SIDE NAV
08. COMPONENT ACCORDION CUSTOM
09. COMPONENT MULTI COLUMN
10. COMPONENT RELATED
11. COMPONENT FEATURED
12. COMPONENT NEWS ANNOUNCEMENTS
13. COMPONENT SEARCH CITUATIONS
14. COMPONENT TAPS
15. 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 {
  border: none;
}

.mdc-custom__news-accouncements__date,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary {
	background-color: #105d8b;
}

.btn-primary:hover {
  background-color: #105d8b;
}

.btn {
  font-size: 1.3rem;
  text-transform: uppercase;
}

.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;
}

.mdc-custom__content__button {
  padding: 0.7em 2rem;
  text-transform: uppercase;
}

.list-group-flush .list-group-item:first-child {
  border-top: 0;
}

.dropdown-menu {
  font-size: 1.3rem;
}

.dropdown-item {
  padding: 0.5rem 1.5em;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0f6191;
}

.alert-info {
	color:#000;
	background-color:#d1ecf1;
	border-color: #bee5eb;
  border-width: 1px 0;
}

.alert-danger {
    color: #fff;
    background-color: rgb(181 0 0);
    border-color: #f5c6cb;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 768px) {
  .col-md-1--custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 1.333333%;
    max-width: 1.333333%;
  }
}

/* ------------------------------------------------*/
/* ------------->>> GLOBAL STYLES <<<--------------*/
/* ------------------------------------------------*/

:focus {
  outline-offset: 4px !important;
  outline: 3px dotted #3BD1FF !important;
}

body {
  font-family: 'Roboto', sans-serif;
  top: 0!important;
}

.lang-en:hover {
  cursor: pointer;
}

#goog-gt-tt, .skiptranslate {
  display: none !important;
}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
  font-family: 'Bebas Neue Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Regular'), url('/resources-clerk/fonts/BebasNeue Regular.woff') format('woff');
}

@font-face {
  font-family: 'Bebas Neue Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Regular'), url('/resources-clerk/fonts/BebasNeue.woff') format('woff');
}

@font-face {
  font-family: 'Bebas Neue Book';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Book'), url('/resources-clerk/fonts/BebasNeue Book.woff') format('woff');
}


@font-face {
  font-family: 'Bebas Neue Thin';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Thin'), url('/resources-clerk/fonts/BebasNeue Thin.woff') format('woff');
}

@font-face {
  font-family: 'Bebas Neue Light';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Light'), url('/resources-clerk/fonts/BebasNeue Light.woff') format('woff');
}

@font-face {
  font-family: 'Bebas Neue Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Bebas Neue Bold'), url('/resources-clerk/fonts/BebasNeue Bold.woff') format('woff');
}

html {
	font-size: 62.5%;
}

 body,
 .form-control {
  font-size: 1.3rem;
 }

 body {
  margin: 0;
 }

a,
a:hover,
a.mdc-custom__news-accouncements__featured__link .mdc-custom__news-accouncements__featured__sub-title,
.mdc-custom__news-accouncements__list > li > a:hover {
  color: #105d8b;
}

.mdc-custom__main-content a {
  text-decoration: underline;
}

.mdc-custom__main-content a.mdc-custom__content__button {
  text-decoration: none;
}

.mdc-custom__side-nav a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2.0rem;
}

h1 {
  margin-top: 0;
  font-size: 3.052em;
}

h2 {font-size: 2.441em;}

h3 {font-size: 1.953em;}

h4 {font-size: 1.563em;}

h5 {font-size: 1.25em;}


a[href$=".pdf"]:after {
  /* PDF file */
  width:17px;
  height:17px;
  margin-left: 5px;
  background:url('/resources-clerk/images/adobe_logo.gif');
  display:inline-block;
  content:'PDF';
  text-indent: -9999px;
  vertical-align: top;
}

.mdc-custom__main-content {
  min-height: 200px;
  padding-top: 1.5rem;
}

.mdc-custom__main-content .container .container {
  padding: 0;
  max-width: 100% !important;
}

.mdc-custom__spacing {
  margin-bottom: 2.5rem;
}

.mdc-custom__breadcrumbs {
  margin: 20px auto 10px auto;
}

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

.mdc-custom__global-header {
  padding: 1rem 0;
}


.mdc-custom__header .alert {
  margin: 0;
}

.mdc-custom__application-navigation {
  background-color: #fff;
}

.mdc-custom__home-icon:before {
  background-color: #027abb;
  border-radius: 50%;
  color: #fff;
  content: "\f015";
  display: inline-block;
  font: normal normal 13px/30px  FontAwesome;
  margin-right: 10px;
  text-align: center;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
   width: 30px; height: 30px;
}


.mdc-custom__global-header__mdc-custom__logo {
 /* max-width: 140px; before request */
  max-width: 112px;
}

.mdc-custom__global-header__mdc-custom__logo-mobile {
  max-width: 70px;  
}

.mdc-custom__application-navigation a.nav-link {
  border-right: 1px solid #eee;
  color: #333;
  padding: 0 1rem;
}

.mdc-custom__application-navigation a.nav-link:first-child {
  border-left: 1px solid #eee;
}

.mdc-custom__application-navigation .navbar-light .navbar-nav .active > .nav-link:hover,
.mdc-custom__application-navigation .navbar-light .navbar-nav .active > .nav-link:focus,
.mdc-custom__application-navigation .navbar-light .navbar-nav .nav-link.active:hover,
.mdc-custom__application-navigation .navbar-light .navbar-nav .nav-link.active:focus,
.mdc-custom__application-navigation .navbar-light .navbar-nav .nav-link.show:hover,
.mdc-custom__application-navigation .navbar-light .navbar-nav .nav-link.show:focus,
.mdc-custom__application-navigation .navbar-light .navbar-nav .show > .nav-link:hover,
.mdc-custom__application-navigation .navbar-light .navbar-nav .show > .nav-link:focus,
.mdc-custom__application-navigation .navbar-light .navbar-nav .nav-link:focus,
.mdc-custom__application-navigation .navbar-light .navbar-nav .nav-link:hover {
  color: #027abb;
}

.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;
  font-size: 1.7rem;
}

.alert a {
  font-weight: bold;
}

.alert-danger a {
  color: #fff;
}

.alert-warning a {
  color: #856404;
}

/*--Global Navigation--*/
.mdc-custom__mega-container__child--feature,
.mdc-custom__global-nav {
  background-color: #0f6191;
}

.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: 'Bebas Neue Bold';
  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.8rem;
  line-height: 64px;
  padding: 0 1.5rem;
  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;
}

/*--/Global Navigation--*/

.mdc-custom__search__icon {
  width: 15px;
  margin-top: -1px;
}

.mdc-custom__search .form-control {
  min-height: 35px;
}

.mdc-custom__search .btn-secondary {
  padding: 0 1.5rem;
}

.alert-custom-orange {
    background-color: #BF360C;
    color: #ffffff;
	position: relative!important;
    padding: .75rem 1.25rem!important;
    margin-bottom: 1rem!important;
    border: 1px solid transparent!important;
    border-radius: .25rem!important;
	text-align: center;
}

.alert-custom-orange a {
	color: #ffffff;
	font-weight:bold;
}

.alert-custom-orange p {
	margin-bottom:0rem!important;
}


/* -------------------------------------*/
/* ---------->>> HEADINGS <<<-----------*/
/* -------------------------------------*/

.mdc-custom__logo {
  margin-right:16px;
}

.mdc-custom__page-title {
  border-bottom: 5px solid #0f6191;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 1em 0 0.5em 0;
  padding-bottom: 0.2em;
  text-transform: uppercase;
}

.mdc-custom__subtitle {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0.5em 0;
  text-transform: uppercase;
}

h3 {
  font-size: 1.9rem;
}

h4, h5, h6 {
  font-size: 1.6rem;
}

.mdc-custom__header-line01,
.mdc-custom__header-line02,
.mdc-custom__header-line03 {
  line-height: 1;
}

.mdc-custom__header-line01 {
  color: #212121;
  font-family: 'Bebas Neue Bold';
  font-size: 3.4rem;
  text-transform: uppercase;
  
}

.mdc-custom__header-line02,
.mdc-custom__header-line03 {
  color: #234981;
  font-family: 'Bebas Neue Bold';
  font-size: 2.4rem;
  text-transform: uppercase;
}

.mdc-custom__header-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mdc-custom__logo-heading {
  display: flex;
}


.mdc-custom__user-basket {
  position: relative;
}

.mdc-custom__user-basket:hover {
  text-decoration: none;
}


.mdc-custom__user-basket__text {
  text-indent: -99999px;
}

.mdc-custom__user-basket__counter {
  position: absolute;
  top: -0.5em;
  right: -1em;

  font-size: 14px;
  height: 25px; width: 25px;
  background-color: #648f26;
  border-radius: 50%;
  color: #fff;
  transition: all .3s ease-out;

  display: flex;
  align-items: center;
  justify-content: center;
}

.mdc-custom__user-basket__counter:hover {
  background-color: #7aae31;
}


/* ------------------------------------------------*/
/* ----------------->>> FOOTER <<<-----------------*/
/* ------------------------------------------------*/

.mdc-custom__footer {
  background-color: #0f6191;
  padding: 1rem 0;
  margin-top: 4.0rem;
}

.mdc-custom__footer,
.mdc-custom__footer a {
  color: #fff;
}

.mdc-custom__footer > .container {
  margin: 4.0rem auto;
}

.mdc-custom__footer h2 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.mdc-custom__footer__logo{
  max-width: 112px;
}

.mdc-custom__footer__link {
  display: block;
  margin-bottom: 1.5rem;
}

.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__footer__sm {
  width: 6%;
  margin-right: 4px;
}

.mdc-custom__footer__sm2 {
  width: 5%;
  margin-right:4px;
}

/*--Copyright--*/

.mdc-custom__copyright {
  background-color: #fff;
  margin: 1.0rem 0;
}

.mdc-custom__copyright p {
  margin-bottom: 0.2rem;
}

.mdc-custom__copyright__logo {
  max-width: 48px;
  margin: 0 0 0 5px;
  vertical-align: bottom;
}

.mdc-custom__copyright {
    position: fixed;
    bottom: -12px;
    right: 0;
    left: 0;
    padding: 10px;
    z-index: 10;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 82%)
}

.copyright-text {
margin-top:10px
}


.footer-disclaimer {
  font-size:1.3rem;
  margin-top:40px;
}



/* ------------------------------------------------*/
/* ----------->>> COMPONENT CONTENT <<<------------*/
/* ------------------------------------------------*/

.mdc-custom__content__page-title,
.mdc-custom__content__general-titles,
.mdc-custom__main-content h2 {
  font-family:'Bebas Neue Bold';
  font-weight: normal;
  text-transform: uppercase;
}

.mdc-custom__content__page-title {
  border-bottom: 9px solid #0f6191;
  font-size: 3.8rem;
  margin: 0 0 0.5em 0;
  padding-bottom: 0.2em;
}

.mdc-custom__main-content h2,
.mdc-custom__content__general-titles {
  font-size: 2.8rem;
  margin: 0.5em 0;
}

.mdc-custom__content__description,
.mdc-custom__content__items:not(:last-child) {
  margin-bottom: 2.5rem;
}

.mdc-custom__content__description ul {
 margin-top: 10px;
}

.mdc-custom__content__description li {
 margin-bottom: 10px;
}

/* ------------------------------------------------*/
/* ------------>>> COMPONENT BANNER <<<------------*/
/* ------------------------------------------------*/
.mdc-custom__banner {
  padding: 5.0rem 0 0 0;
  position: relative;
}

.mdc-custom__banner__clerk-name {
  margin-bottom: 5.0rem
}

h1.mdc-custom__banner__title {
  border-bottom: 9px solid #fff;
  padding-bottom: 0.5em;
}

.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;
/*  min-height: 350px;*/
 
}

.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__description,
.mdc-custom__banner__clerk-name {
  font-size: 2.2rem;
  font-style: italic;
}

.mdc-custom__banner__image {
  text-align: center;
}

.mdc-custom__banner__description {
  margin-bottom: 2.5rem;
}

.mdc-custom__banner__image > img {
/*  height: 365px;*/
	height: auto;
  pointer-events: none;
}

cite.mdc-custom__banner__clerk-name.text-right {
   
    display: block;
    margin-top: 24px;
}

/* ------------------------------------------------*/
/* ----------->>> COMPONENT SIDE NAV <<<-----------*/
/* ------------------------------------------------*/

.mdc-custom__side-nav > a {
  display: block;
  position: relative;
  z-index: 2;
}

.mdc-custom__side-nav h2 {
  text-transform: uppercase;
  font-size: 2.4rem;
  padding-bottom: 1.0rem; 
  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: #0f6191;
}

.mdc-custom__side-nav .list-group-item {
  padding: 1.2rem 2.0rem;
}

.mdc-custom__side-nav:not(:last-child) {
  margin-bottom: 2.5rem;
}


.mdc-custom__side-nav .list-group-item a:hover:before,
.mdc-custom__side-nav .list-group-item a.active:before {
  content: '';
  background: url(/resources-clerk/images/icons/chevron-circle-right--blue.svg) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 -19px;
}


/* -------------------------------------------------------*/
/* ----------->>> COMPONENT ACCORDION CUSTOM <<<----------*/
/* -------------------------------------------------------*/

/* ------------------------------------------------*/
/* --------->>> COMPONENT MULTI COLUMN <<<---------*/
/* ------------------------------------------------*/

.mdc-custom__multi-column__media {
  text-align: center;
}

.mdc-custom__multi-column__title,
.mdc-custom__multi-column__button,
.mdc-custom__news-accouncements__more {
  font-family:'Roboto',sans-serif;
  font-size: 1.8rem;
}

.mdc-custom__multi-column__button,
.mdc-custom__news-accouncements__more {
  text-align: right;
}

.mdc-custom__multi-column__title {
  font-weight: normal;
}

.mdc-custom__multi-column__icon {
  width: 40px;
  margin-bottom: 1rem;
}

a .mdc-custom__multi-column__description {
  color: initial;
}

a.mdc-custom__multi-column__link,
a.mdc-custom__multi-column__link:hover {
  text-decoration: none;
}

a.mdc-custom__multi-column__link:hover .mdc-custom__multi-column__title {
  text-decoration: underline;
}

/* ------------------------------------------------*/
/* ----------->>> COMPONENT RELATED <<<------------*/
/* ------------------------------------------------*/
.mdc-custom__featured,
.mdc-custom__related {
  background-color: #fff;
  padding: 2em;
}

h2.mdc-custom__featured__title,
h2.mdc-custom__related__title {
  margin-top: 0;
}

.mdc-custom__featured__description,
.mdc-custom__related__description {
  margin-bottom: 1.5rem;
}

.mdc-custom__related__list > ul {
  list-style: none;
}

.mdc-custom__related__list > ul > li {
  margin-bottom: 0.5em;
}

.mdc-custom__related__list > ul > li:before {
  content: '';
  background: url(/resources-clerk/images/icons/chevron-circle-right--green.svg) no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: -30px;
  margin-right: 15px;
}

/* ------------------------------------------------*/
/* ----------->>> COMPONENT FEATURED <<<-----------*/
/* ------------------------------------------------*/

.mdc-custom__featured {
  text-align: center;
}

a.mdc-custom__featured__button {
  padding: 1rem 3.5rem;
  text-transform: uppercase;
  text-decoration: none;
}

/* ------------------------------------------------*/
/* ------>>> COMPONENT NEWS ANNOUNCEMENTS <<<------*/
/* ------------------------------------------------*/

a.mdc-custom__news-accouncements__featured__link {
  color: initial;
}

a.mdc-custom__news-accouncements__featured__link,
a.mdc-custom__news-accouncements__featured__link:hover,
.mdc-custom__news-accouncements__list a {
  text-decoration: none;
}

a.mdc-custom__news-accouncements__featured__link:hover .mdc-custom__news-accouncements__featured__sub-title,
.mdc-custom__news-accouncements__list a:hover{
  text-decoration: underline;
}

.mdc-custom__news-accouncements__featured {
  position: relative;
  margin-bottom: 1.5rem;
}

.mdc-custom__news-accouncements__image {
  width: 100%;
  height: auto;
}

.mdc-custom__news-accouncements__date {
  color: #fff;
  display: inline-block;
  font-family:'Bebas Neue Bold';
  font-size: 3.4rem;
  padding: 0.2rem 1.5rem;
  text-transform: uppercase;

  position: absolute;
  bottom: 0;
  right: 0;
}

h2.mdc-custom__news-accouncements__title {
  margin-bottom: 2.5rem;
}

.mdc-custom__news-accouncements__title {
	font-size: 1.5rem;
	line-height: 3rem;
}

.mdc-custom__news-accouncements__title {
	color:#105D8B;
	display: inline;
}

.mdc-custom__news-accouncements__title a:hover {
	text-decoration: underline!important;
}

.mdc-custom__news-accouncements__featured__sub-title,
.mdc-custom__news-accouncements__sub-title {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.mdc-custom__news-accouncements__featured__sub-title {
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
}

.mdc-custom__news-accouncements__list {
  list-style: none;
  padding-left: 0;
}

.mdc-custom__news-accouncements__list a {
/*  color: #000000;*/
}


.mdc-custom__news-accouncements__list > li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 4px solid #e0e0e0;
}

/*.mdc-custom__links a {
  border-right: 2px solid #585858;
  margin-right: 2rem;
}*/

/* ------------------------------------------------*/
/* ------->>> COMPONENT SEARCH CITUATIONS <<<------*/
/* ------------------------------------------------*/

.mdc-custom__cituations input,
.mdc-custom__cituations button {
  height: 50px;
}

app-audit-item h3.results__title {
 margin-top: 20px;
 margin-bottom: 18px;
 font-size: 21px !important;
}

app-audit-item > h3:first-of-type {
  margin-top: 0;
}


app-audit-item h3.results__title a {
 text-decoration: none;
}

mdc-filter-item-list-container h2.search-filters__sub-titles {
 font-size: 15pt !important; 
}

mdc-filter-item-list-container div.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

mdc-search-box button.search__filter {
 width: 145px; 
 font-size: 15px;
}


[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}


[type="checkbox"].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}


input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}


[type=checkbox].filled-in[_ngcontent-ng-c955966697]:checked + label[_ngcontent-ng-c955966697]:after {
    background-color: #03a9f4;
    border: 2px solid #03a9f4;
}

[type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after {
  
    top: 0;
    left: 1px;
    width: 16px;
    height: 16px;
  
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}


[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}


[type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}


[type="checkbox"].filled-in+label:before, [type="checkbox"].filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #BDBDBD;
}


[type=checkbox].filled-in[_ngcontent-ng-c955966697]:not(:checked) + label[_ngcontent-ng-c955966697]:after {
    background-color: #e6e6e6;
    border: 2px solid #e6e6e6;
}



/* ------------------------------------------------*/
/* -------------->>> CUSTOM SLIEDR <<<-------------*/
/* ------------------------------------------------*/

.mdc-custom__slider-overlay--color {
    background-color: rgb(15 97 145 / 90%);/*rgba(0, 57, 96, 0.9);*/
    color: #fff;
}

.mdc-custom__slider-overlay {
    width: 35%;
}


h2.mdc-custom__slider-title {
  font-size: 4.5rem;
}

.mdc-custom__slider-overlay > div {
  font-size: 1.8rem;
}


.mdc-custom__slider-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: .75rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s linear;
    border: 1px solid #eee;
}

/*.mdc-custom__main-content a {
  text-decoration: none;
}*/


a.mdc-custom__slider-btn{
  text-decoration: none;
}

a.mdc-custom__slider-btn:is(:hover, :focus) {
    background-color: #0e4e74;
    text-decoration: none;
  }

/* ------------------------------------------------*/
/* --------------->>> 14. TAPS <<<---------------*/
/* ------------------------------------------------*/

.content-tabs { --min-column-size: 224px; }

.content-tabs-button { 
  font-size: 1.8rem;
  padding: 0.5em 1em;
}


/* ------------------------------------------------*/
/* --------------->>> 15. 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;
  }
	 

}

@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__slider-overlay {
    width: 100%!important;
}

h2.mdc-custom__slider-title {
  font-size: 3.8rem;
}


  .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;
  }

  .mdc-custom__links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mdc-custom__global-header__mdc-custom__logo {
    max-width: 75px;
  }

  .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__global-header {
    padding-bottom: 2rem;
  }

  .mdc-custom__banner {
    text-align: center;
  }

  .mdc-custom__copyright {
  position: relative;
  bottom: 0;
  box-shadow: none;
  }

  .mdc-custom__banner__image > img {
    width: 48%;
  }

}



@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;
  }

  .mdc-custom__banner {
    padding: 2rem 0 0 0;
  }

  .mdc-custom__banner__description {
    margin-bottom: 0rem;
  }


  .mdc-custom__banner__description,
  .mdc-custom__banner__clerk-name {
    font-size: 1.5rem;
  }

  h1.mdc-custom__banner__title {
    border-bottom: 3px solid #fff;
  }
}




@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: 1.5rem;
  } 
}

@media (min-width: 576px) {

  .mdc-custom__links > *:not(:last-child) {
    padding-right: 2rem;
  }

}

@media (max-width: 767px) {

  .mdc-custom__footer__sm {
    width: 10%;
  }

}






