 
@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');

/* ------------------------------------------------

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
09. COMPONENT MULTI COLUMN
10. COMPONENT RELATED
11. COMPONENT FEATURED
12. COMPONENT NEWS ANNOUNCEMENTS
13. COMPONENT SEARCH CITUATIONS
14. 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;
}

@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: 120px;
}

.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;
}

.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: #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-title {
  color: #212121;
  display: block;
  font-family: 'Bebas Neue Bold';
  font-size: 32px;
  margin-top:24px;
  text-transform: uppercase;
  
}

.mdc-custom__header-subtitle {
  color: #137bb8;
  font-family: 'Bebas Neue Bold';
  font-size: 26px;
  line-height: 0.5;
  text-transform: uppercase;
}

.mdc-custom__header-box {
  display: inline-block;
}

.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.8rem;
  margin-bottom: 1em;
}

.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;
}

/*--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: baseline;
}

/* ------------------------------------------------*/
/* ----------->>> 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;
}

.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__description {
  margin-bottom: 2.5rem;
}

.mdc-custom__banner__image {
  text-align: center;
}

.mdc-custom__banner__image > img {
/*  height: 365px;*/
	height: auto;
}

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 <<<----------*/
/* ------------------------------------------------*/


.card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
  font-size: 1.6rem;
  font-family: inherit;
}

.mdc-custom__accordion__header .mdc-custom__accordion__title {
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: bold;
}

.mdc-custom__accordion .card {
  border: none;
}

.mdc-custom__accordion .card:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mdc-custom__accordion__header {
  background-color: transparent;
  border: 1px solid rgba(0,0,0,.125);
  padding: 1.5rem 6.0rem 1.5rem 2.0rem;
}

.mdc-custom__accordion__header .btn-link {
  color: inherit;
  text-transform: initial;

  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  white-space: normal;
}

.mdc-custom__accordion__icon {
  position: absolute;
  margin-top: 16px;
  right: 45px;
  top: 10px;
}

.mdc-custom__accordion__icon:before, .mdc-custom__accordion__icon:after {
  content: "";
  position: absolute;
  background-color: #444;
  transition: all 0.25s ease-in-out;
}


.mdc-custom__accordion__header button[aria-expanded="false"] .mdc-custom__accordion__icon:before {
  transform: rotate(0deg);
  right: -12px;
  width: 6px;
  height: 18px;
  top: 0;
}

.mdc-custom__accordion__icon:before {
  transform: rotate(90deg);
  right: -12px;
  width: 6px;
  height: 18px;
  top: 0;
}

.mdc-custom__accordion__icon:after {
  top: 6px;
  width: 18px;
  height: 6px;
}

/* ------------------------------------------------*/
/* --------->>> 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: #eee;
  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;
}

/* ------------------------------------------------*/
/* ------->>> COMPONENT SEARCH CITUATIONS <<<------*/
/* ------------------------------------------------*/

.mdc-custom__cituations input,
.mdc-custom__cituations button {
  height: 50px;
}

/* ------------------------------------------------*/
/* ----------------->>> 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__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;
  }


}



@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;
}

/* END JC changes */
}


@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;
  }

}