/* CSS Document */

:root {
  --animate-delay: 0.5s;

  --topbarBackground: #707014; /* #BBBB00 #FF8500;} */
  --topbarColor: #ffffff; /*  #012A61 */
}

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Outfit:wght@100..900&display=swap');


.font-extralight {  font-family: "Bricolage Grotesque", sans-serif;  font-weight: 200;  font-style: normal; }
.font-light {  font-family: "Bricolage Grotesque", sans-serif;  font-weight: 300;  font-style: normal;}
.font-regular {  font-family: "Bricolage Grotesque", sans-serif;  font-weight: 400;  font-style: normal;}
.font-medium {  font-family: "Bricolage Grotesque", sans-serif;  font-weight: 500;  font-style: normal;}
.font-semibold {  font-family: "Bricolage Grotesque", sans-serif;  font-weight: 600;  font-style: normal;}
.font-bold {  font-family: "Bricolage Grotesque", sans-serif;  font-weight: 700;  font-style: normal;}
.font-extrabold {  font-family: "Bricolage Grotesque", sans-serif;  font-weight: 800;  font-style: normal;}
.font-black {  font-family: "Bricolage Grotesque", sans-serif;  font-weight: 900;  font-style: normal;}

/* Glyph Icons 
@font-face{
  font-family:'Glyphicons Halflings';
  src:url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src:url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg")
}*/

html {
  scroll-behavior: smooth;
}

/* mouse scroll icon */
.mouse-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.mouse {
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
}

.wheel {
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-wheel 2s infinite;
}

@keyframes scroll-wheel {
  0% { opacity: 1; transform: translateX(-50%) translateY(0); }
  50% { opacity: 0.5; transform: translateX(-50%) translateY(10px); }
  100% { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.scroll-text {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}


body {font-family: "Outfit", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 300; line-height: 1.8; color: rgb(44, 54, 67);}

/* HEADER STYLES  */
.topbar { color: #fff;

  ul { list-style: none; margin: 0; padding: 0;  }

  .contact-info {
    li {  margin: 0 25px 0 0; }
  }
  .contact-info span { font-size:14px; }

  .social-media {
      li { margin: 0 0 0 15px; }
  }

  a { color: var(--topbarColor); text-decoration: none; transition: opacity 0.3s linear;

    &:hover { opacity: 0.7; }
  }
}
.topbar-info { background: var(--topbarBackground) }

strong {font-weight: 600; }

h1 {color:#151515; margin-top: 0px; margin-bottom: 24px; font-family: "Bricolage Grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 36px; font-weight: 400; line-height: 1.8; }
h2 {color:#151515; margin-top: 0px; margin-bottom: 24px; font-family: "Bricolage Grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 30px; font-weight: 400; line-height: 1.4; }
h3 {color:#151515; margin-top: 0px; margin-bottom: 12px; font-family: "Bricolage Grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.4rem; font-weight: 600; line-height: 1.4; }
h4 {font-size: 1.2rem}

/* headlines with lines */
.decorated{
     overflow: hidden;
     text-align: center;
     display: block;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 3vw;
    margin: 0 50px;
    color:#6AB0F4;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}

.accred-image { max-width:320px; }


/* Navbar Styles */
#mainNav .dropdown-menu { background-color: #1559B4; } 
#mainNav .dropdown-item {font-size: 14px; font-weight:500;}
#mainNav .nav-link {font-size: 14px !important;}
#mainNav .dropdown-item:focus, #mainNav .dropdown-item:hover {
    background-color: #476788;
}

.navbar { padding-top: 20px; padding-bottom: 20px }
.fixed-top .navbar-brand { width:220px; height:50px; background:url("../images/logo-nav.svg") no-repeat; background-size: contain; }

.fixed-top {margin: 0px; } /*border-bottom:1px solid rgba(255,255,255,0.20);}*/
/*.fixed-top.scrolled { margin:0; padding: 20px 36px; background-color: #002A61 !important; transition: background-color 200ms linear; }
.fixed-top.scrolled .navbar-brand { width:400px; height:45px; background:url("../images/logo-nav.png") no-repeat; background-size: contain;  }
*/
.navbar { font-size: 14px; font-weight: 500; text-transform: capitalize; }
.nav-inner { margin:0;  padding: 20px 36px; background-color: #FBFAF9  !important; transition: background-color 200ms linear;}
.navbar-brand { width:400px; height:45px; background:url("../images/logo-nav.png") no-repeat; background-size: contain;  }
.navbar-dark .navbar-nav .nav-link {
    color: #151515;
    text-align: center;
    font-weight: 400;
}

main {padding-top:164px;}

section.request-a-quote {
    background: #012A61;
    height: 134px;
}

.btn { border-radius: 15px !important; }

.btn-nav { font-size: 14px !important; background-color:#FF8500; margin-left: 85px; color: #11396B !important; }
.btn-nav:hover { background-color:#FFA924; color:#fff; }
.btn-quote {backdrop-filter: blur(5px);
    background-color: transparent;
    border: 1px solid #ff8500 !important;
    color: #fff !important;}

.btn-quote:hover { backdrop-filter: blur(10px); color:#fff; }

#carouselContainer { padding: 80px 0; position:relative; }
#carouselTestimonial .text-muted { float:left !important; }
#carouselTestimonial .carousel-control.left { margin-left: -25px; }
#carouselTestimonial .carousel-control.right { margin-right: -25px; }
#carouselTestimonial .carousel-indicators, #carouselTestimonial .carousel-indicators  { bottom: -60px; }

#accreditationContainer { min-height:200px; background-color: #BBBB00; }

.areas-we-cover { padding-top: 135px; background: black; }
#map_canvas { background-image: url("/images/map-placeholder.webp"); background-repeat: no-repeat; background-position: center; background-size: cover; }

/* Plant Hire Listing */
.product { background-color:#FAFDFF; border: 1px solid #C2DFFA; border-radius: 15px; overflow: hidden; }
.product .col-md-5 { border-right: 1px solid #C2DFFA; }
.product h3 { text-decoration:underline; text-decoration-color: #1559B4; text-underline-offset: 8px; }
.product h4 { color: #1559B4;}

.productWrapper .productList {background: #f5f5f5; margin-bottom:5px}
.productWrapper .productList:nth-child(even) {background: #eff3ff;}
.productList h3 { font-size: 1.0rem; font-weight: 400; margin-bottom:0; padding:5px 0}
.productList h3 span { color: #1559B4;}


.product p.card-text {font-size:80%; color:#103267; }
ul.downloads {margin-bottom:10px}
ul.downloads li:nth-child(odd) { background-color:#DFF3FF; }
ul.downloads li { background-color:#ECF8FF; margin-bottom:2px; border-radius: 15px; padding: 0 15px !important;}
ul.downloads li a { font-size:0.7em !important; text-decoration:none !important; line-height:3em }

/* Product Listin */

.productCard { border-radius: 20px;
    border: 1px solid #002A61;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4); }
.btn-product { background-color:#002A61; display:block; width:100%; color:#fff !important; border-radius: 0 !important }
.btn-product i {color:#FF8500;}

.display-3 {
font-size: 4.5rem;
font-weight: 700;
line-height: 1.2;
}
.text-shadow { text-shadow: 2px 4px 3px rgba(0,0,0,0.5);}

a {color: #1559B4;}
a:hover {color:#162112}

.btn {color:#153C6D; font-weight:500; border: 0; border-radius: 0; cursor: pointer; display: inline-block; text-decoration: none; -webkit-transition: color .4s,border .4s,background-color .4s; transition: color .4s,border  4s,background-color .4s; vertical-align: middle; white-space: nowrap;}
.btn-lg { text-align: center; padding: 10px 30px;/*  margin: 1rem 0;*/}

.btn-primary {background-color: #FF8500; color: rgb(44, 54, 67); }
.btn-find-a-home { color:rgb(22, 34, 18); background-color: #FFBA15; padding: 15px 80px } 
.btn-home-outline { color:rgb(22, 34, 18); background-color: #FFF; border: 1px solid #FF8500; padding: 15px 80px }

.btn-primary:hover, .btn-home-outline:hover, .btn-find-a-home:hover { color: #fff; background-color: rgb(22, 34, 18); border-color: #09254A;}

.btn-warning { color: #09254A; background-color: #FF8500;  border-color: #FF8500; }
.btn-warning:hover { color: #09254A; background-color: #FFA924;  border-color: #FF8500; }

hr {margin-top: 2rem; margin-bottom: 2rem;}

label, legend {font-weight: 600; }

.jumbotron {background-size: cover; border-radius:0; margin-right: 0; background-position: center top; background-color:#e9f3ee; position:relative; }
.jumbotron-home {background-image:url("../images/bg-header-home.jpg");  padding-top:220px !important; padding-bottom:200px; position:relative; }

@media (min-width: 1400px) { 
   .jumbotron {min-height: 860px; }
   .jumbotron {padding-top:400px !important; }
}

.pageBanner { background-color:#002A61 }

.homepod {min-height: 460px;}
 .homepodBG1 {background:url('/images/bg-homepod-1.jpg') no-repeat; background-size: cover;}
 .homepodBG2 {background:url('/images/bg-homepod-2.jpg') no-repeat; background-size: cover;}
 .homepodBG3 {background:url('/images/bg-homepod-3.jpg') no-repeat; background-size: cover;}


.context-dark, .bg-gray-dark, .bg-primary { color: #151515;}
.mainBG {background-color:#F5F5F5;}
.mainWhite {background-color: #FFF}

/* Map Styles */
#map_canvas { width: 100%; padding: 0; margin: 0; overflow: hidden; }
.map_canvas {height: 480px;}
.map_canvas_scheme {height: 400px;}
.map_canvas_previous_schemes { width: 100%; height: 280px; }

@media (max-width: 768px) {
.map_canvas { height: 480px }
}
}

@media (max-width: 992px) {
.map_canvas { height: 680px }
}
}

.infobox-wrapper { display: none; }
.infoBox { background-image: url(../images/map/arrow.png); background-repeat: no-repeat; background-position: 0px 0px; }
.boxText { margin: 0 0 30px 0; color: #000; font-family: Arial, Helvetica, sans-serif !important; font-size: 12px !important; text-transform: uppercase; padding: 0; -webkit-box-shadow: 0 0 4px #000; box-shadow: 0 0 4px #000; background-repeat: repeat-x; /*background-image: url(../images/common/map_infoBg.png);*/ background-color: #595900; width: 175px !important; }
.mapInfoContent { padding: 10px; line-height: 14px }
.mapTitleStrip { width: 100%; background-color:#8C8C00;/* background: url(../images/map/bg_dk.png) repeat; */  padding: 10px; color: #000; font-size: 11px; font-weight: bold; line-height: 14px; ; }
.mapTitleStrip span { color: #FFF; font-size: 18px; font-weight: 400; line-height: 22px; ; }
.mapMoreInfo { width: 100%; float: left; padding: 10px 15px; font-size: 12px; color: #FFFFFF; text-align: right;  }
.mapMoreInfo a { text-decoration: none; color: #FFF }
.mapMoreInfo a:hover { text-decoration: underline }

.boxText > .available { background-color:#BBBB00; font-weight: 400; color: #FFFFFF; font-size: 14px; } 
.boxText > .coming-soon { background-color:#BC7400; font-weight: 400; color: #FFFFFF; font-size: 14px; } 
.boxText > .previous { background-color:#DE5500; font-weight: 700; color: #FFFFFF; font-size: 14px; } 

.mapIcon {float:right !important}



/* End Map Styles */

footer { background-color:#2F2F00; padding-top:40px; font-size: 14px}
footer h5 {color:#FF8500 !important; font-weight:400; position: relative; display: block;}
footer h5:after {
    background: none repeat scroll 0 0 #FF8500;
    bottom: -4px;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 60px;
}

.footerLower {background-color:#2F2F00; font-size: 12px}

.footer-classic a, .footer-classic p, .footer-classic a:focus, .footer-classic a:active {
  color: #ffffff; text-decoration:none;
}

.footerPipe { color:#BBBB00; }
.tel { display: inline-block; }
.email { display: inline-block; }
.www { display: inline-block; }
.contactTel a { text-decoration: none; }
.contactEmail a { text-decoration: none; }

.nav-list li { padding-top: 0px; padding-bottom: 0px; }
.nav-list li a:hover:before { margin-left: 0; opacity: 1; visibility: visible;}
ul, ol { list-style: none; padding: 0; margin: 0;}

.footer-address p {margin-bottom:0px;}
.nav-Footer { display:inline; padding:0 8px; text-transform: capitalize; border-right:1px solid #cccccc;}
.nav-Footer:last-child { border-right:none; }
.nav-Footer a { color:#DDDB00; }
.nav-Footer a:hover { color:#cccccc; }

.container .col-md-8 ul { list-style: disc; padding-left:30px}

.social-icons a {padding:0 10px;}
.social-inner { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 23px; font: 900 13px/1 "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); }
.social-container .col { border: 1px solid rgba(255, 255, 255, 0.1); }

 #sidebar a { padding: 5px 0; }
 #sidebar a, #sidebar a:hover, #sidebar a:focus { color: inherit; text-decoration: none; transition: all 0.3s; }

/*.navbar {padding: 15px 10px;background: #fff; border: none; border-radius: 0; margin-bottom: 40px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);}

.navbar-btn { box-shadow: none; outline: none !important; border: none;}*/

.line { width: 100%; height: 1px; border-bottom: 1px dashed #ddd; margin: 40px 0;}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar { width: 100%; z-index: 999;  color: #151515; transition: all 0.3s; border-radius: 15px;}
#sidebar.active { margin-left: -250px;}
#sidebar ul p { color: #fff; padding: 10px;}

#sidebar ul li a { padding: 10px 15px; font-size: 1em; display: block; text-transform: capitalize; }

#sidebar ul li:first-child a { border-top:none;}
#sidebar ul li:last-child.active > a { border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; }
#sidebar ul li a:hover { color: #333; background: #f5f5f5;}

#sidebar ul li.active > a { color: #002B61; background: #FF8500;}

#sidebar a[data-toggle="collapse"] { position: relative;}
#sidebar a[aria-expanded="false"]::before { content: '\e259'; display: block; position: absolute; right: 20px; font-family: 'Glyphicons Halflings';
    font-size: 0.6em;}
#sidebar a[aria-expanded="true"]::before { content: '\e260';}

#sidebar ul ul a { font-size: 0.9em !important; padding-left: 30px !important; background: #ccc; color:#002B61;}
#sidebar ul ul ul a { font-size: 0.9em !important; padding-left: 45px !important; background: #adabab;}
#sidebar ul.CTAs { padding: 20px;}
#sidebar ul.CTAs a {  text-align: center; font-size: 0.9em !important; display: block; border-radius: 5px; margin-bottom: 5px;}
#sidebar a.download {
    background: #BBBB00;
    color: #333;
}
#sidebar a.article, a.article:hover { background: #333 !important; color: #fff !important;}


/* Footer Menus */
.footerMenu>ul>li { margin-top:0px; margin-bottom:10px; }
.footerMenu ul li a { text-transform: capitalize; margin-top:0px; }

.footerMenu>ul>li>a {
   color:#FF8500 !important; font-size: 20px; 
}

.footerMenu>ul>li>a:after {
    background: none repeat scroll 0 0 #FF8500;
    bottom: 4px;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 60px;
    margin
}
.footerMenu>ul>li>ul.submenuFooter {margin-top:10px;}
.footerMenu ul li ul.submenuFooter li a {
   color:#fff !important; font-size: 14px;
}

/* ---------------------------------------------------
    NEWS CARD STYLE
----------------------------------------------------- */

/* Accordian */

#accordion .accordion-body { background: #a9a900; }
.accordion-item {
    border: 0;
}

#accordion .bg-primary {
    --bs-bg-opacity: 1;
    background-color: #DDDB00 !important;
    color:#151515;
}
#accordion .accordion-button:not(.collapsed) {
    color: #151515;
    background-color: rgba(169, 169, 0, 0.2);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

#accordion .accordion-button:not(.collapsed)::after {
    background-image: url('../images/accordian-button.svg') !important;
    transform: rotate(-180deg);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*
#accordion .panel{
    margin-top:27px;
    border-radius: 0;
    box-shadow: none;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 0;
    background: #fff;
}
#accordion .panel-title{
    overflow: hidden;
}
#accordion .panel-title a{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #1559B4;
    text-transform: capitalize;
    padding: 17px 17px 17px 60px;
    position: relative;
    transition: all 0.30s linear 0s;
}
#accordion .panel-title a.collapsed{
    background: #fff;
    color: #333;
}
#accordion .panel-title a.collapsed:hover{
    color: #2F88CC;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: #69B0F4;
    transition: all 0.30s linear 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    color: #333;
}
#accordion .panel-body{
    border-top: none;
    color: #888;
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}
*/
.getNews {display: block}

.newsItem {
  display: none;
}

.news-card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    box-shadow: none;
     
}
.news_card {
    font-size: 1em;
    overflow: hidden;
    border: none;
    border-radius: 15px;
    box-shadow: 0 1px 1px 0 #002A61, 0 0 0 1px #002A61;
    margin-top:20px;
    background-color:#E4F1FD;
}
.news_card .card-img-top { border-bottom:1px solid #002A61;}

.masonary-item img { border-radius: 15px; }

/* END CARD STYLE */

.partner {border-top:1px solid #f5f5f5; }

.quick-links { background-color:#0B1824; margin-top: -150px	; border-radius: 10px; }
.quick-links-inner { color:#FFF; padding: 50px 30px 30px; font-size: 14px } 
.quick-links-inner h2 { color:#fff; font-size: 18px; font-weight: bold } 


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content { width: calc(100% - 250px); padding: 40px; min-height: 100vh; transition: all 0.3s; position: absolute; top: 0; right: 0;}
#content.active { width: 100%;}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 768px) {
    .footerPipe { display:none; }
    .tel { display: block; }
    .email { display: block; }
    .www { display: block; }

	.product .col-md-5 { border-right: none; }
	/*
    .fixed-top .navbar-brand { width:141px; height:45px; background:url("../images/logo-nav-no-text.png") no-repeat; background-size: contain; }
    */
    .fixed-top .navbar-brand { width: 220px; height: 50px; background: url(../images/logo-nav.svg) no-repeat; background-size: contain;}
    .fixed-top .navbar-nav { background-color: #EBECC8 !important; }
	.fixed-top.scrolled { margin:0;	padding: 20px 36px; background-color: #162112 !important; transition: background-color 200ms linear; }
	.fixed-top.scrolled .navbar-brand { width:141px; height:45px; background:url("../images/logo-nav-no-text.png") no-repeat; background-size: contain;  }
	
    .display-3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    }
    .homepod, .hometxt {margin:30px 0;}
    
	.navbar-collapse {  text-align: center;padding-top: 20px;}
	.navbar-nav {border-top: 1px solid rgba(255,255,255,0.25); margin-top: 20px; padding-top: 20px	}
	
    ..nav-inner { padding: 0px !important }

    /*#sidebar { margin-left: -250px; }*/
    #sidebar.active { margin-left: 0; }
    #content { width: 100%; }
    #content.active { width: calc(100% - 250px); }
    #sidebarCollapse span { display: none; }
    
    .btn-home-outline { padding:15px;}
}


/* newsCarousel */
#newsCarousel .carousel-control-prev i { color:#1559B4; }
#newsCarousel .carousel-control-next i { color:#1559B4; }
#newsCarousel .carousel-control-prev span {padding:5px 10px; background-color: rgba(255,255,255,0.6); border-radius: 5px;}
#newsCarousel .carousel-control-next span {padding:5px 10px; background-color: rgba(255,255,255,0.6); border-radius: 5px;}
#newsCarousel .carousel-control-prev { width:10%; }
#newsCarousel .carousel-control-next { width:10%; }


@media (max-width: 767px) {
main {padding-top:154px;}
  #newsCarousel .carousel-inner .carousel-item > div {
      display: none;
  }
  #newsCarousel .carousel-inner .carousel-item > div:first-child {
      display: block;
  }

#newsCarousel .carousel-control-prev { width:20%; }
#newsCarousel .carousel-control-next { width:20%; }

}

#newsCarousel .carousel-inner .carousel-item.active,
#newsCarousel .carousel-inner .carousel-item-next,
#newsCarousel .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    #newsCarousel .carousel-inner .carousel-item-end.active,
    #newsCarousel .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }
  
  #newsCarousel .carousel-inner .carousel-item-start.active, 
  #newsCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

#newsCarousel .carousel-inner .carousel-item-end,
#newsCarousel .carousel-inner .carousel-item-start { 
transform: translateX(0);
}

/*********************************************************************/
/* Bootstrap 4 Multiple Item Carousel */
/*********************************************************************/
/*.carousel-control-prev, .carousel-control-next { color:#666;}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover  {color:#000;}*/
/* medium - display 2  */
/*
@media (min-width: 768px) {

    #pageCarousel .carousel-inner .carousel-item-right.active,
    #pageCarousel .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    #pageCarousel .carousel-inner .carousel-item-left.active,
    #pageCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}
*/
/* large - display 3 */
/*@media (min-width: 992px) {

    #pageCarousel .carousel-inner .carousel-item-right.active,
    #pageCarousel .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    #pageCarousel .carousel-inner .carousel-item-left.active,
    #pageCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    #pageCarousel .carousel-inner .carousel-item>div {
        display: none;
    }

    #pageCarousel .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

#pageCarousel .carousel-inner .carousel-item.active,
#pageCarousel .carousel-inner .carousel-item-next,
#pageCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

#pageCarousel .carousel-inner .carousel-item-right,
#pageCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}
/*

/* Box Sizing Override 
.selector-for-some-widget {
  box-sizing: content-box;
}
*/
/* Fix last dropdown  */
li.dropdown:last-child .dropdown-menu {
  right: 0;
  left: auto;
}

/* Cookie Banner Styles */
.glowCookies__banner__1>h3 {
    font-size: 16px !important;
}
.glowCookies__banner__1>p {
    font-size: 12px !important;
}
.glowCookies__banner .accept__btn__styles {
    padding: 10px 10px !important;
    font-size: 12px !important;
}
.glowCookies__banner .settings__btn__styles {
    padding: 10px 10px !important;
    font-size: 12px !important;
}
.prebanner {
    font-size: 12px !important;
    min-width:auto !important;
    bottom: 3px !important;
}
#prebannerBtn svg {margin-right:0px !important;}
