ma/* NB: body ID = #cars */

:root {
  --green: #335424;
  --darkGreen: #263d3e;
  --aqua: #2c919b;
  --test-white-hex: #ffffff;
} 
 
body {
    line-height: 1.4;
}

/*h1, h2, h3, h4, h5 { 
	font-family: 'EB Garamond', serif;
}*/
 
/*Website Fonts
.green-title = headline - 48px
.text-blue + text-large = Sub-head - 30px 


*/

.green-title, .csnews h2, .news-page h1, .locations-title, 
#jmap_sitemap h1, #g-intro h3, #cscontact h2, h3.locations-heading {
	color: #335424; 
	font-size: 3rem; 
	font-weight: 700; 
	line-height: 120%; 
	text-transform: capitalize; 
	font-family: 'Open Sans', sans-serif;
}

.text-blue, #g-above h3, .itemid-211 .below-content h3 {
  color: #2c919b;
}

.text-large, #g-above h3, .itemid-211 .below-content h3 {
  font-size: 1.875rem;
  font-weight: 700;
}

 
/* -------------------- LOGO - NAV - MENU -------------------- */

#cslogo .g-content { margin:0; }

#csmenu, #navbutton { 
    margin-top: 4%; 
    
}

/*#cars #csmenu { 
    font-family: 'EB Garamond', serif; 
}*/

span.g-menu-item-title { 
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem; 
    font-weight: 700; 
    
}

li.g-dropdown-column span.g-menu-item-title { 
    font-size: initial; 
    font-weight: 400; 
}

#cars #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator { 
    vertical-align: middle; 
}

#cars #g-navigation .g-main-nav .g-dropdown { 
    background: #263d3e; 
}

div.g-menu-item-container:hover { 
    color:yellow; 
    
}

.navButtonWrap { 
    width: fit-content; 
    padding: 10px; 
    border-radius: 10px; 
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; 
    background-color: #2c919b;
    font-weight: 700;
    font-size: 1rem; 
} 

#g-navigation .g-main-nav .g-toplevel > li { 
    padding-right: 10%; 
    
}

.g-menu-item-title:active, .g-menu-item-title:hover, .g-menu-item-title:target, .g-menu-item-title li:active, .g-menu-item-content:active, li:active {
    color: #2c919b !important;
}

#g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container, 
#g-navigation .g-main-nav .g-sublevel > li.current > .g-menu-item-container,
li.g-dropdown-column span.g-menu-item-title:current{
     color: #2c919b !important;
}
#navbutton a { color:white; } 

#cars #g-header { 
    margin:0; 
    padding:0; 
    background-color: white;
}

#g-header .g-container { 
    width: 100%; 
    background-color: white; 
    
}

#g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
    border:none;
}

#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    box-shadow: none;
}

/* -------------------- HOME BANNER -------------------- */

body.itemid-101 #g-container-main { 
	display:none; 
}

#homeTop { 
	padding-left: 3%; 
	background: linear-gradient(0deg, rgba(51, 84, 36, 0.4), rgba(51, 84, 36, 0.4)), url(../../../images/locations/AUS8-high-quality-min.jpeg);
	background-size: cover; 
	min-height: 600px;     
	background-position: center center;  
}

#homeTop h1 { 
    font-family: 'Open Sans', sans-serif;
	font-size: 700%; 
	line-height: 100%; 
	font-weight: 500; 
	color: white; 
	margin-top:0;
}

#homeTop h2 { 
    font-family: 'Open Sans', sans-serif;
    font-size: 250%; 
	color: white; 
}

#homeTop a {
	color: white;
}

.chevron::before {
	border-style: solid;
	border-width: 0.7em 0.7em 0 0;
	content: '';
	display: inline-block;
	height: 4.45em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
  width: 4.45em;
  margin-left: 45%;
	margin-top: 120px;
		
} 
.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

/* -------------------- HOME ABOUT SECTION -------------------- */

#g-intro {
	background: linear-gradient(0deg, rgba(255,255,255, 0.85), rgba(255,255,255, 0.85)), url(/images/home/bg-about-cut.jpg), url(/images/home/bg-about2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: bottom, 0 15%;
}

.home-about-section {
		height: auto;
    padding: 0 0 40px;
    z-index: 2;
    position: relative;
}

.sector:first-child {
	padding-top: 200px;
}

.sector {
	padding: 140px 0;
	position: relative;
} 

.inner {
	width: 92%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
}

.text-right {
    text-align: right;
    padding-right: 7%;
}
/*
.bg-about {
	position: absolute;
  top: 500px;
  left: -200px;
  width: 150%;
  height: 635px;
  background-image: linear-gradient(0deg, rgba(255,255,255, 0.85), rgba(255,255,255, 0.85)), url(/images/home/bg-about-cut.jpg);
  background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

.bg-about2 {
	position: absolute;
  top: 2000px;
	left: -200px;
  width: 150%;
  height: 635px;
  background-image: linear-gradient(0deg, rgba(255,255,255, 0.85), rgba(255,255,255, 0.85)), url(/images/home/bg-about2.jpg);
  background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}*/

.hideDesktop {
	display: none !important;
}

#about-cs img, #cs-operators img, #project-delivery img, #cs-capital img {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	margin-right: 3%;
	z-index: 10;
	position: relative;
}

.text-box {
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	position: relative;
	z-index: 11;
}

.text-box p {
	padding-bottom: 40px;
}

#custom-2876-particle .box40 p   {
	margin-bottom: 100px;
}

.homeBoxLinks { 
	padding: 10px 15px; 
	border: 1px solid #335424; 
	border-radius: 10px;
	font-weight: 700;
}

.homeBoxLinks:hover { 
	background: #335424; 
	color:whitesmoke; 
}

/* -------------------- MAP -------------------- */
#g-footer .g-container { width: 100%; }

#g-footer {
	padding: 0 !important;
}

#csmap { 
	border-bottom: 1px solid white;
}

#custom-5601-particle {
	 padding: 0;
	 margin: 0 !important;
}

.home-map-section {
	display: flex;
	flex-flow: row nowrap;
}

.interactive-map {
	width: 80%;
}

.home-map-right{
	width: 20%;
}

.home-map-text {
	color: black;
	padding: 0 40px 0 40px;
}

.home-map-text figure{
	display: flex;
	justify-content: center;
	margin: 0;
	width: 100%;
}

.home-map-text figure img{
	width: 70%;
}

.home-map-text h4 {
	font-weight: 700;
}

/* -------------------- MAP MODULE --------------------

ro1 and row0 --> are the right hand list of locations*/ 

#show-alert, .result-count, .row1 .field-value4, .row0 .field-value4, #locationlocator, 
span.myaddress > span > span.field-value.field-value7 /*phone & email field from the pop up box*/, 
address > span.mytool > a:nth-child(4), .detailsicon /*details field and icon from the locations on the right*/,
a.mymap.mymap-inverse.resultmymap /*details field in the pop up box*/

{
    display:none !important;
}

/*Pop up box airpot title name*/
.gm-style-iw-d span.location-title, .gm-style-iw-d span.location-title a  {
    color: rgba(44, 88, 44, 0.95);
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: normal;
}

/*icon that appears next to the "details" button*/
.mymap-icon {
    width: 100%;
    height: auto;
    max-height: none !important;
    padding-bottom: 10%;
}

#locationlocator {
    background : #335424;
}

.field-4 p:nth-child(1) {
    margin-top:0;
}

/*phone and email custom field on right hand locations*/
.field-7 p {
    margin-top: 0;
}

/*icon in the sidebar where the address is .sidebar-icon .mCS_img_loaded*/
address > a > img {
    margin-right: 15px !important;
}

/*text in the description box so its all aligned*/

#locationresult .resultbar .locationaddress {
    margin-left: 75px;
}

/* -------------------- LEADERSHIP -------------------- */

#leadership {
	padding: 0 5%;
	background: linear-gradient(0deg, rgba(255,255,255, 0.85), rgba(255,255,255, 0.85)), url(/images/home/bg-leadership.jpg), url(/images/home/bg-leadership2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 75%, top;
}

#leadership h3, #g-features h3 {
	 font-size: 358%; 
	 color: #335424; 
	 font-weight: 700; 
	 line-height: 120%; 
	 text-transform: capitalize;
	}

#leadership p, #leadership a {
	color: black;
}

#csMP_more { 
	display: none; 
} 

.leader-bio {
	display: flex;
}

.bio-photo {
	margin-bottom: 0;
  margin-top: 1rem;
	width: 30%;
	position: relative;
  display: inline-block;
}

.img-bottom {
	display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.bio-photo:hover .img-bottom{
	display: inline;
}

.bio-name {
	font-weight: 700;
}
.bio-text {
	margin-top: 0;
	padding-left: 2%;
	width: 80%;
}

#csMP_myBtn {
	background: transparent;
}


/* -------------------- NEWS HOMEPAGE -------------------- */

.csnews {
	background: linear-gradient(0deg, rgba(255,255,255, 0.85), rgba(255,255,255, 0.85)), url(/images/home/bg-news.jpg);
	background-position: center;
  background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5%; 
}

.csnews h2 {
  	margin-left: 5%;
}

.csnews h3 a {
	color: black; 
	font-weight: 700; 
}

.csnews .g-content-array {
	color: black; 
	margin: 0 10% 0 16%;
}

.news-button {
	background-color: transparent;
	border-radius: 10px;
	border: 1px solid #335424; 
	color: #335424;
	font-size: 1rem;
	padding: 10px 15px; 
	font-weight: 700;
}

.extend{
	content: "";
	background: linear-gradient(0deg, rgba(255,255,255, 0.85), rgba(255,255,255, 0.85)), url(/images/home/bg-news.jpg);
	background-position: center;
  background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	margin-left: -145px;
}

.extend h2 {
	padding-top: 5%;
}

.extend .g-content-array {
	padding-bottom: 10%;
}

.g-grid.csnews.extend>div, .moduletable.csnews.extend .text-blue {
    margin-left: 10%;
}

.csnews .g-item-title {
    font-family: 'Open Sans', sans-serif;
    
}

#see-more-news-button {
	height: 0;
}

#see-more-news-button a {
	background-color: #253845;
	color: white;
	font-weight: 700;
	padding: 10px 15px;
	border: 1px solid black;
	border-radius: 10px;
	float: right;
	margin: -10% 5% 3% 0;
}

.page-header h2 {
   
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
}

.page-header h2 a{
    color: black;
}

.span6 p {
    font-size: 1rem;
    font-weight: 400;
}

p.readmore > a{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem !important;
}

p.readmore .btn{
    border-radius: 10px;
    font-weight: 700;
    padding: 10px 15px;
}

p.readmore .btn .icon-chevron-right {
    display:none !important;
}



/* -------------------- CONTACT FORM ON HOMEPAGE -------------------- */
#cscontact {
	background: linear-gradient(0deg, rgba(51, 84, 36, 0.4), rgba(51, 84, 36, 0.4)), url(../../../images/home/contact-background.jpg);
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 8%;
}

#cscontact h2 {
	color: white;
	margin-top: 2%;
}

#cscontact .formControlLabel {
	color: white;
	font-size: 1rem;
	font-weight: 700;
	width: 15%;
}

#cscontact #FileUpload {
	color: white;
}

#cscontact .formControls {
	margin-left: 18%;
	width: 30%;
}

#cscontact .rsform-input-box {
	height: 48px;
}

#Message, #Request {
	width: 100%;
}

#cscontact .formRequired {
	display: none; 
}

#Send {
	background-color: #2c919b;
	color: white;
	border-radius: 10px;
	font-weight: 700;
	font-size: 1rem;
	padding: 10px 15px;
	text-transform: uppercase;
	border: none;
	text-shadow: none;
	box-shadow: none
}

#cscontact #Send {
    float:none;
}


/* -------------------- FOOTER -------------------- */

#bottomlogo, .bottomlinks, .cssocial-div {
	padding-top: 72px;
}

#bottomlogo img { 
	margin-left: 30%;
	width: 35%; 
}

#custom-7570-particle  {
	float: right;
}

.bottomlinks { 
	font-weight:bold; 
}

.bottomlinks ul { 
	margin-top: 0;
}

.bottomlinks li { 
	display:block; 
}

.cssocial a span{ 
	font-size: 300%; 
}

.copyright-div .size-25 {
	display: flex !important;
	align-items: flex-end !important;
}

#copyright-2460-particle {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.fa-linkedin-square #social-1024-particle div a span {
	font-size: 200%;
}

/* -------------------- CS PROJECT DELIVERY, OPERATIONS AND CAPITAL -------------------- */



#csdelivery-carrousel {
	margin: 0;
	padding: 0;
}

#csdelivery-carrousel div {
	margin: 0;
	padding: 0;
}

.g-owlcarousel-item-content-wrapper {
	align-items: flex-start !important;
}

.g-owlcarousel-item-desc {
	background-color: rgba(0, 0, 0, 0.70);
	color: white !important;
	line-height: 1.3 !important;
	padding: 3%;
	margin-top: 5% !important;
	margin-left: 10%;
	text-align: left;
	width: 50%;
}

#g-features {
	background: linear-gradient(0deg, rgba(255,255,255, 0.85),rgba(255,255,255, 0.85)), url(/images/home/bg-about-cut.jpg);
	background-size: cover;
  background-repeat: no-repeat;
	background-position: center;
	padding-top: 5%;
	padding-bottom: 5%;
}

#g-features a, .blue-link {
	color: #2c919b;
	text-decoration: underline;
}

.safety-sheet a, .rsform-block-privacypolicylink a {
	color: #2c919b;
}

#g-features a:hover, .blue-link:hover, .safety-sheet a:hover, .rsform-block-privacypolicylink a:hover {
	color: #335424;
}

.project-delivery-text .g-content {
	
	margin: 0;
	padding: 0;
}

.project-delivery-text .wrapper {
	display: flex;
	flex-flow: row wrap;
}

.main-text {
	width: 60%;
}

.sidebar {
	padding-left: 10%;
	width: 40%;
}

#g-above {
	background-color: white;
	padding-top: 0;
}

#g-above h4{
	padding-bottom: 15%;
	text-align: center;
}

#g-above .locations-container p{
	display: none;
}

#projects-delivery-page, .css-capital-projects {
    padding-top: 5% !important;
}
/* Removed with ticket 7122 
#projects-delivery-page .size-33:nth-of-type(4) {
	margin-left: 10%;
	margin-right: 10%;
}*/

.g-owlcarousel-item-desc {
		font-size: 1.3rem !important;
}

/* -------------------- CAM -------------------- */
.text-area {
	display: flex;
	flex-flow: row wrap;
}

.text-area figure {
	margin-bottom: 0;
}

.left-section, .right-section {
	width: 50%;
}

.underline {
	text-decoration: underline;
}

.red-color {
	color: #8B0000;
}

.short-section {
	width: 40%;
}

.left-figure {
	margin-left: 0;
	margin-top: 5%;
	width: 100%;
}

.right-figure {
	margin-right: 0;
}

.wide-section {
	width: 60%;

}

#cam figure {
	margin-bottom: 0;
	width: 100%;
}
 
/* -------------------- ABOUT PAGE -------------------- */ 

.wrapper figure {
	float: left;
	width: 50%;
}

/* -------------------- CONTACT / SERVICE REQUESTS PAGE -------------------- */ 

.itemid-158 .page-header h2 {
	font-size: 358%;
}

.formControlLabel {
	padding-top: 2px !important;
	text-align: left !important;
}

.rsform-input-box {
	height: 28px !important;
}

.anchor {
	display: block; position: relative; top: -250px; visibility: hidden;
}

.rsform-block-privacypolicylink {
	margin-left: 22%;
}


/* -------------------- SPOTLIGHT AWARDS PAGE -------------------- */ 

.itemid-172 .formControls {
	margin-left: 3% !important;
	width: 30%;
}

.itemid-172 .formControlLabel {
	width: 1% !important;
}

/* -------------------- NEWARK LOCATION PAGE -------------------- */ 

.project-team {
	text-align: center;
	padding: 3% 5%;
}

.items-line-height {
    line-height: 1.3;
}


/* -------------------- ALL LOCATIONS -------------------- */ 

.locations-title {
    padding-bottom: 5%;
}

.jmm-counter {
    padding-bottom: 7%;
}

.photo-gallery {
    padding: 5% 0 3% 0; 
}

.video-button {
	background-color: #335424;
	border-radius: 10px;
	border: 1px solid #335424; 
	color: white;
	font-size: 1rem;
	padding: 10px 15px; 
	font-weight: 700;
	text-transform: uppercase;
}

.video-button:hover {
    background: transparent; 
	color:#335424; 
}

.live-camera {
    padding-top: 15%; 
    padding-left: 10%; 
    text-align: center;
}

/* -------------------- SMALLER DESKTOP VIEW -------------------- */
@media only screen and (max-width: 1199px) { 
    
    #navbutton { 
        margin-top: 3%; 
    }
    
	#cslogo {
		display: flex;
        align-items: center;
	}

	#csmenu {
		display: flex;
		align-items: center;
		margin-top: 0;
	}

	#csmenu .g-menu-item {
		padding-right: 0 !important;
	}

	#navbutton #custom-8833-particle {
		margin: 0;
		padding: 0;
	}

	.g-menu-item-container {
		font-size: 14px !important;
	}

	.extend {
		margin-left: -55px;
	}
}


/* -------------------- TABLET VIEW -------------------- */
@media only screen and (max-width: 768px) {
    
    #navbutton { 
        margin-top: 0; 
    }

	.bio-photo {
		width: 45%;
	}

	#cscontact .formControlLabel {
		font-size: 120%;
		padding-top: 0;
	}

	#g-features {
		padding-left: 3%;
	}

	#g-features .wrapper {
		padding-right: 5%;
	}

	.g-owlcarousel-item-desc {
		font-size: 1.1rem !important;
		width: 75%;
	}

	#see-more-news-button a {
		margin-top: -15%;
	}

	.itemid-163 figure {
	margin: 0;
	padding-left: 2%;
	}

	.itemid-172 .formControls {
		margin-left: 5% !important;
	}
	
	.itemid-172 .formControlLabel {
		width: 5% !important;
	}

	.extend {
		margin-left: -26px;
	}
	
}

/* -------------------- MOBILE VIEW -------------------- */
@media only screen and (max-width: 500px) {
    
    #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
    background: #253946; 
    }
    
  #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
      background: #2c919b;
  }
  
  #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    border: 1px solid #2c919b;
    background: #2c919b;
  }
    
	#csmenu {
		display: none;
	}
	
	.hideMobile {
		display: none !important;
	}

	.hideDesktop {
		display: block !important;
	}

	#cslogo img{
		margin-left: 31%;
		width: 50%;
	}

	#navbutton {
		display: flex;
		justify-content: center;
		margin-top: 0;
		margin-bottom: 2%;
	}

	#homeTop h1 {
		font-size: 550% !important;
	}

	.chevron::before {
		height: 3.45em;
		width: 3.45em;
	}

	#g-intro {
		padding-bottom: 0;
	}

	.sector {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.sector:first-child {
		padding-top: 0;
	}

	.inner {
		flex-flow: column wrap;
	}

	.inner img, .text-box {
		text-align: center;
		width: 100% !important;
	}
	
	.text-right {
        text-align: center;
    }

	.leader-bio {
		flex-flow: row wrap;
		margin-top: 15%;
	}
	.bio-photo, .bio-text {
		width: 100%;
	}
	
	.bio-text {
		text-align: left;
	}

	#cscontact .formControls {
		margin-left: 0;
		width: 90%;
	}

	.wrapper figure {
		width: 80%;
	}
	
	.g-owlcarousel-item-content {
		background: rgba(0, 0, 0, 0.70);
		padding: 0 5% !important;
	}
	.g-owlcarousel-item-desc { 
		background-color: transparent;
		display: inline !important;
		font-size: 0.85rem !important;
		margin-left: 0;
		width: 100%;
	}
	
	.owl-prev, .owl-next {
	    display: none !important;
	}

	.main-text  {
		width: 100%;
		padding: 0 5%;
	}

	.sidebar {
		padding-left: 5%;
    width: 100%;
	}

    #leadership h3, #g-features h3 {
	    font-size: 300%; 
    }

	#g-features h3 {
		padding-left: 5%;
	}	

	.left-section, .right-section {
		width: 100%;
	}

	.right-section figure, .right-figure {
		margin-left: 0;
	}

	.wide-section, .short-section {
		width: 100%;
	}

	.csnews {
		padding-bottom: 15%;
	}

	#see-more-news-button a {
		margin-top: -25%;
	}

	#bottomlogo img { 
		margin-left: 25%;
		width: 60%; 
	}

	.bottomlinks, .cssocial {
		padding-top: 0;
		text-align: center;
	}

	.bottomlinks ul {
		margin: 0;
	}

	.bottomlinks .g-content {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 0;
		padding-bottom: 0;
	}

	.cssocial-div {
		padding-top: 0;
	}

	.itemid-163 figure {
		margin: 0;
	}

	.itemid-172 .formControls {
		float: left !important;
	}
	.itemid-172 .formControls {
		float: right;
    padding-top: 2%;
		width: 70%;
	}

	.rsform-block-privacypolicylink {
		margin-left: 0;
	}
	
	.g-owlcarousel-item-desc {
	padding: 0;

    }
    .itemid-108 #g-mainbar .g-grid:first-child{
       display:none;
    }
    
    #projects-delivery-page .size-33:nth-of-type(4) {
	margin-left: 0;
	margin-right: 0;
    }
    
    .short-section figure {
        margin-left: 1%;
        margin-bottom: 8% !important;
    }
    
    .live-camera {
        padding-top: 5%;
        padding-left: 0; 
    }
}

/* -------------------- MOBILE VIEW -------------------- */
@media only screen and (max-width: 375px) {
    .g-owlcarousel-item-content {
		padding: 0 2% !important;
	}
	.g-owlcarousel-item-desc { 
		font-size: 0.65rem !important;
	
	}
}

/* -------------------- Contact Us button in Menu ticket 6564 -------------------- */
#custom-3261-particle, #custom-2054-particle {
    display: flex;
    align-items: center;
}

.contactusbutton {
    background: #253845;
    margin-left: 5%;
}

@media only screen and (max-width: 768px) {
    .contactusbutton {
    margin-left: 0 !important;
    margin-top: 5%;
    }
    
    #custom-3261-particle, #custom-2054-particle {
    flex-flow: column;
    }
}

/* -------------------- From the CEO section ticket 7208 -------------------- */
.date-read {
	color: #b4b4b4;
}

.fromtheceo {
	background: rgb(248, 249, 250);
	padding: 4rem 3rem !important;
}

	@media only screen and (min-width: 768px) { 
		.from-the-ceo-div-image {
			padding-right: 4rem;
		}
	}


.from-the-ceo-image {
	width: 650px; max-height: 275px; object-fit: cover; object-position: 100% 0;
}

address {
	font-style: normal;
}

.itemid-114 .pagination__wrapper {
	display: flex;
  justify-content: center;
}

.itemid-114 .pagination__wrapper ul li a{
	color: var(--green);
}

.itemid-114 .page-item.active .page-link {
	color: white;
	background-color: #335424;
	border-color: #335424;
}

/*Temporary hide , from reno location*/

#location_18 > address:nth-child(1) > span:nth-child(4) {
	display: none;
}

/*Logos in Reno press release and page*/
.meridiam-logos a{
	padding-right: 20px;
}

#g-testimonials,
#g-testimonials:before {
	background: none;
}

/* Ticket #8946 */
#Footer-Green {
    background-color: #052F26;
}

#Footer-Green > div {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    text-rendering: optimizespeed;
}

#Footer-Green > div > div.size-34 {
    display: flex;
    align-items: center;
}

#logo-green-footer-logo-particle img {
    margin-left: 30%;
    width: 35%;
}

#custom-green-footer-text-particle p {
    color: white;
    margin-left: 1.5rem;
}

#custom-green-footer-text-particle a {
    color: #2c919b;
}

body.itemid-114 .com-content-category-blog__item img {
    /* Hide icons on news page */
    display: none;
}

.project-partners-9352 {
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .menu-hidden-on-desktop {
        display: none !important;
    }
}
