/**************** Table of Content *************/

/****************1/ Global styles *****************/

/****************2/ Navigation Menu Style *************/

/****************3/ Footer Style ***********/

/*********** 4/ Homepage Jumbotron Style ***********/

/**********  5/ Press Release and Events Calendar ****/

/********** 6/ Article Page Stylings ************/








/******************** Global styles *****************/
body {
	font-family: "Circular-Book","Roboto", sans-serif;
	font-weight: 400;
	line-height: 1.6;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	background-color: black;
    color: white;
}

h1, .h1 {
	font-size: 2.5rem;
}

h2, .h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
	text-transform: uppercase;
}

.h3 {
	font-size: 1.5rem;
}

h4, .h4 {
	font-size: 1.25rem;
}

.bg-black {
	background-color: black!important;
}

.bg-white {
	background-color: white!important;
}

.bg-yellow, .bg-primary {
	background-color: #FBC043!important;
}

.bg-light-gray {
	background-color: #EDEDED!important;
}

.bg-red {
	background-color: #CC0813!important;
}

.text-black {
	color: black!important;
}

.text-yellow {
	color: #FBC043!important;
}

b, strong {
	font-weight: 700;
}

img {
  max-width:100%;
  height:auto;
}

.btn {
    box-shadow: none!important;
    border: 1px solid lightgray;
}

.btn-article {
    text-transform: inherit;
	font-size: 1.1rem;
	border: 1px solid black;
}

.btn-article:hover {
	background-color: black;
	color: white;
	text-decoration: underline;
}

.cat-children .btn-article,
.content-category .btn-article {
    min-height: 100px;
}

.modal-backdrop {
    background-color: rgba(0,0,0,.5)!important;
}

.breezingforms_iframe_plg {
		border: none!important;
}

.breadcrumb-item.active {
    color: black;
    font-weight: bold;
}

.breadcrumb-item.active a {
    text-decoration-color: #ededed;
}

table.table a:hover {
	background-color: black;
    color: white;
}
.btn-group.float-sm-right {
    float: none!important;
}

.hover-yellow {
	background-color: white;
	color: black;
	display: block;
}

.hover-yellow:hover, .hover-yellow:focus-visible {
	background-color: #FBC043;
	color: black;
	text-decoration: underline;
}

.hover-black {
	background-color: white;
	color:black;
	display: block;
}

.hover-black:hover, .hover-black:focus-visible {
	background-color: black;
	color:white;
	text-decoration: underline;
}

.hover-white {
	background-color: #FBC043;
	color: black;
	display: block;
}

.hover-white:hover, .hover-white:focus-visible {
	background-color: white;
	color: black;
	text-decoration: underline;
}

.hover-black-white {
	background-color: black;
	color: white;
	display: block;
}

.hover-black-white:hover, .hover-black-white:focus-visible {
	background-color: white;
	color: black;
	text-decoration: underline;
}

.top-alert {
	background-color: #a70609; 
	margin-top: 4.5rem;
}

.top-alert a {
	background-color: #a70609;
	color: white;
}

.top-alert a:hover, .top-alert a:focus-visible {
	background-color: white ;
	color: #a70609;
}
	


.bfQuickMode a {
    color: black!important;
	background-color: white!important;
    text-decoration: underline!important;
}
	
.bfQuickMode a:hover {
    color: white!important;
	background-color: black!important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 2px;
}

.btn:focus-visible {
    outline: -webkit-focus-ring-color auto 2px;
	outline-offset: 4px;
}

button:focus-visible {
    outline: -webkit-focus-ring-color auto 2px !important;
}

/**************** Navigation Menu Style *************/
a.skip-to-main-content-link {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

a.skip-to-main-content-link:focus, a.skip-to-main-content-link:active {
    color: #a70609;
    background-color: white;
    left: 2rem;
    top: 0;
    width: 20%;
    height: auto;
    overflow: auto;
    margin-top: 9rem;
    border: 4px solid #a70609;
    text-align: center;
    font-size: 1.2em;
    z-index: 1999;
}

#sidebar .toc {
	display: none;
}

.navbar.scrolling-navbar .navbar-nav>li {
	padding: 0 1rem;
}

.navbar .nav-item .nav-link {
    text-decoration: none;
}

@media screen and (max-width:1024px){
	.navbar .dropdown-menu {	
		position: static!important;
	}
}

.navbar .dropdown.nav-item .dropdown-menu .submenu {
  position: relative;
}

.navbar .dropdown.nav-item .dropdown-menu .submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 8px;
}

.submenu .dropdown-toggle::after {
    transform: rotate(270deg);
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    background-color: #000;
	box-shadow: none;
	border-radius: 0;
}

.tc-search-box button {
    background-color: #FBC043 !important;
	border: 2px solid #000000 !important;
	border-bottom-width: 0 !important;
	border-right-width: 0 !important;
	border-top-width: 0 !important;
	border-radius: 4px;
    color: #000000 !important;
}

.tc-search-box button:hover, .tc-search-box button:focus, .tc-search-box button:active {
    background-color: #ffffff !important;
	border: 2px solid #000000 !important;
	border-bottom-width: 0 !important;
	border-right-width: 0 !important;
	border-top-width: 0 !important;
	border-radius: 4px;
    color: #000000 !important;
}

.tc-search-form .input-group-append button {
    margin: 0;
    padding: .375rem .75rem;
}

.gsc-control-cse {
    min-width: 200px;
	padding: 0!important;
}
	
.gsc-input-box {
	display: block;
    width: 100%;
    padding: .375rem .5rem;
    font-size: 1em;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    color: black;
}

.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
    color: white;
    background-color: black;
}

button.gsc-search-button.gsc-search-button-v2 {
    border: 1px solid white;
    padding: 10px;
    background: inherit;
    border-radius: .25rem;
	background-color: black;
}

button.gsc-search-button.gsc-search-button-v2 svg {
	width: 20px!important;
	height: 20px!important;
}

form.gsc-search-box {
	margin-bottom: 0;
}

img.goog-te-gadget-icon,
.goog-te-menu-value img {
    display: none;
}

.goog-te-gadget-simple {
	border: none!important;
    background-color: #000!important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
	border: none!important;
	color: white!important;
    font-size: 16px;
}

.goog-te-gadget-simple .goog-te-menu-value span:first-of-type{
    display: none;
}

.form-inline.google-translate {
    padding: 6px 12px;
    border-radius: .25em;
    margin-left: 1em;
	margin-bottom: 1px;
	border: 1px solid white;
	max-width: 150px;
}

.dropdown .dropdown-menu .dropdown-item, 
.dropup .dropdown-menu .dropdown-item, 
.dropleft .dropdown-menu .dropdown-item, 
.dropright .dropdown-menu .dropdown-item {
	font-size: 1.1rem;
	text-decoration: none;
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
	font-size: 1.1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	border: 0 solid transparent;
}

.nav-item.item-101{ display: none;}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, 
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover,
.nav-item.parent.dropdown.show .nav-{
	background-color: rgba(255,255,255,1);
	color: black;
	font-weight: bold;
}
	
@media (max-width: 1199px) {
    .navbar-collapse {
        position: fixed;
        top: 70px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: 100%!important;
		overflow: auto;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}

.navbar .dropdown.nav-item .dropdown-menu .submenu .dropdown-menu {
    max-height: 90vh;
    overflow: auto;
	border-radius: 0;
}

table.gsc-search-box th, table.gsc-search-box td{
	border:none!important;
	padding:0!important;
}

.banner-search .gsc-input-box {
    padding: 12px;
}

.gsc-input table {
		margin-bottom: 0;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-of-type::before {
	font-family: "Circular-Book","Roboto", sans-serif;
    content: "Translate";
    padding: 0 0.3125rem 0 0;
    vertical-align: top !important;
}

.dropdown-menu {
	border-radius: 0;
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link,
.navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color: rgba(255,255,255,1);
    color: black;
}

@media (min-width: 1200px) {
	.navbar-nav .dropdown-menu .dropdown-menu {
		top: 0;
		left: 100%;
		right: auto;
		margin-top: 0;
	}

	.navbar-nav .dropdown-menu .dropdown-menu.open-left {
		left: auto;
		right: 100%;
	}
}

/*********** Footer Style ***********/
.footer .footer-link {
	color:white;
}

.footer .footer-link:hover {
	color: black;
	background-color:white;
}

.social-media-icons i {
	font-size: 2em;
	color: white;
	margin-right: 1em;
}
.social-media-icons i:hover {
	color:#FBC043;
}

.social-media-icons svg.svg-inline--fa {
	font-size: 2em;
	color: white;
	margin-right: 1em;
}

.social-media-icons svg.svg-inline--fa:hover {
	color:#FBC043;
}

.footer-copyright {
	background-color: rgba(255,255,255,.2);
	color:white;
}



/*********** Homepage Jumbotron Style ***********/
	
.homepage-banner .streak.streak-photo {
    height: 35vh;
}

@media screen and (min-width:768px) {
	.homepage-banner .streak.streak-photo {
    	height: 65vh;
	}
}


.banner-search div#___gcse_1{
    width: 100%;
}
.search-container{
		position: absolute;
		bottom: 0;
}

.banner-search .gsc-input-box{
    border: none;
    border-radius: 0;
	padding: 9px;
}

.banner-search input {
	padding-left: 1em;
    font-size: 2em;
    font-weight: bold;
    border: none;
    border-radius: 0;
	background: none!important;
}

@media screen and (max-width:1199px){
	.banner-search input{
		font-size: 1.25em;
	}		
}

.banner-search .gsc-control-cse.gsc-control-cse-en {
    border: none;
}
.banner-search form.gsc-search-box,
.banner-search table.gsc-search-box {
    margin-bottom: 0;
}

.banner-search table.gsc-search-box td.gsc-input {
	padding-right: 0;
}

.banner-search .gsc-search-button {
    margin-left: 0;
}

.banner-search button.gsc-search-button.gsc-search-button-v2 {
    border: none;
    border-radius: 0;
	background-color: black;
	/*padding: 10px 20px;*/
}

.banner-search button.gsc-search-button.gsc-search-button-v2 svg {
    width: 40px!important;
    height: 40px!important;
}

#gsc-i-id2::-webkit-input-placeholder { 
	color: black;
	font-size: 100%;
}

#gsc-i-id2:-ms-input-placeholder { 
	color: black;
	font-size: 200%;
}

#gsc-i-id2::placeholder {
	color: black;
	font-size: 100%;
}

#gsc-i-id2:focus::-webkit-input-placeholder { 
	color: transparent;
}

#gsc-i-id2:focus:-ms-input-placeholder { 
	color: transparent;
}

#gsc-i-id2:focus::placeholder {
	color: transparent;
}

#gs_st50{
	display: none;
}

.navbar .gsc-search-button {
    margin-left: 0;
}

.navbar table.gsc-search-box td.gsc-input {
    padding-right: 0;
}

.navbar .gsc-input-box#gsc-iw-id1 {
	width: 160px;
    padding: 8px;
    border: none;
    border-radius: .25rem;
}

input#gsc-i-id1 {
    background: none!important;
	font-family: "Circular-Book","Roboto", sans-serif;
	font-weight: 400;
}

td.gsib_b {
    display: none;
}

.gsib_a {
    background: none !important;
}

.n2-section-smartslider[tabindex]:focus-visible {
    outline: -webkit-focus-ring-color auto 2px;
	outline-offset: 4px;
}

.n2-section-smartslider[tabindex]:focus-visible:after {
    content: "📌";
    display: block;
    color: white;
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    left: 2rem;
    font-weight: 900;
    text-shadow: -2px 2px black, 2px 2px black, 2px -2px black, -2px -2px black;
}

.breadcrumb {
    background-color: #ededed;
}

@media (min-width: 1200px){
	.article-page.container-xl{
		max-width: 1300px;
	}
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link:hover {
    color: black;
}

@media screen and (max-width: 768px){
	.popular-services .fa-3x {
		font-size: 1.5em;
	}
	.popular-services h4 {
		font-size: 1.2rem;
	}
}
/**********  5/ Press Release and Events Calendar ****/
.carousel-control-next, .carousel-control-prev{
	width: 8%;
}

@media screen and (min-width:992px){
	.carousel-control-next, .carousel-control-prev {
		width: 5%;
	}
}

.pressRelease-link{
	text-decoration: none;
}

.pressRelease-link .item-title {
    text-decoration: underline;
}

.pressRelease-link .pressRelease-box {
    color: black;
    background-color: white;
}

.pressRelease-link:hover .pressRelease-box {
	background-color:#FBC043!important;
	color: black;
}

.pressRelease-box {
	position: relative;
}

.pressRelease-rightArrow {
	position: absolute;
	right: 1.5rem;
	top: 50%;
	margin-top: -.5em;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.pressRelease-link:hover .pressRelease-rightArrow,
.hover-white:hover .pressRelease-rightArrow,
.pressRelease-link:focus-visible .pressRelease-rightArrow,
.hover-white:focus-visible .pressRelease-rightArrow {
	right: 1rem;
}

.pressRelease-box .item-readmore {
	font-weight: bold;
	font-size: 1.2em;
}
	
@media screen and (min-width:1200px){
	.pressRelease-box .item-readmore {
    	position: absolute;
    	bottom: 0;
	}
}

.pressRelease-box .item-readmore a {
	color:black;
}

.ic-event-cancelled.badge {
	color: #fff !important;
	background-color: #A70609 !important;
	font-size: 1rem;
	font-weight: 500;
	box-shadow: none;
	text-transform: uppercase;
}

.pressRelease-box.featured {
    min-height: 342px;
}

main .counter {
	background-color: #A70509;
}

.ic-period-starttime, .ic-period-endtime, .ic-single-starttime, .ic-single-endtime, .ic-datetime-separator {
    font-size: 1em;
}

.homepage-main .ic-event-div {
    min-height: 164px;
}

main a.ic-title-cat-btn {
	color: #ffffff;
}

main a.ic-title-cat-btn:hover, main a.ic-title-cat-btn:focus {
	color: #000000 !important;
	background-color: #FBC043 !important;
}

main .btn-primary, main .mat-flat-button.mat-primary, 
main .pagination .page-item.active .page-link, 
main .btn.btn-info:hover, main .btn.btn-info:focus,
main .btn-secondary:hover, main .btn-secondary:focus {
	color: #ffffff !important;
	background-color: #000000 !important;
}

main .btn-primary:hover, main .btn-primary:focus, 
main .mat-flat-button.mat-primary:hover, main .mat-flat-button.mat-primary:focus,
main .pagination .page-item.active .page-link:hover, main .pagination .page-item.active .page-link:focus,
main .btn.btn-info, main .btn-secondary {
	color: #000000 !important;
	background-color: #FBC043 !important;
}

/*** Inforgraphic ***/
@media (max-width: 736px){
	.homepage-main .streak.streak-md{
    	height: 100vh;
	}
}

.homepage-main .ic-event-div{
    min-height: 160px;
}

/*** Article Page Stylings ***/
#scrollspy .nav-pills.default-pills .nav-item{
	width:100%;
}
#scrollspy .nav-pills.default-pills .nav-item a{
	color:black;
}
#scrollspy .nav-pills.default-pills .nav-item a.active {
	background-color: black;
    color: white;
    border-left: none;
}
#scrollspy .nav-pills.default-pills .nav-item a:hover {
	background-color: black;
	color: white;
	border-left:none;
}

.related-links.nav-pills.default-pills .nav-item a {
	color:black;
}
.related-links.nav-pills.default-pills .nav-item a:hover {
	color:white;
	background-color: black;
	border-left:none;
}

.cat-children h3:first-of-type,
.content-category h3:first-of-type {
	display: none;
}

.content {
    min-height: 300px;
}

.large-icon {
    font-size: 13em !important;
}

.contact .contact-address {
    padding: 0 1.5rem;
}

.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}

.lang-inline {
    list-style: outside none none;
    margin: 0;
}

.lang-inline > li {
    display: inline;
    margin-left: 8px;
}

.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}

.tags.inline {
    padding-left: 0;
}

.tags.inline li {
    display: inline;
}

.item-image {
    margin-bottom: 20px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}



.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}



.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}



.autocomplete-suggestion.active, .autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/*Fixxing Google Translate Styling*/
.VIpgJd-ZVi9od-xl07Ob-lTBxed span:first-child{
    display: none!important;
}

/*Hide the expired message */
span.label.label-warning.badge.badge-warning{
  display:none;
}

/*Gtranslate stylings*/
select.gt_selector {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 5px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
  .gtranslate_wrapper {
    width: 100%;
    max-width: 120px;
    margin-left: 1em;
}
