
h1 {
    color: #f17712;
    font-family: 'us101';
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
}


h2
 {
    color: #58595b;
    font-size: 18px;
	font-weight:bold;
}

.mobileBloglogo{
	display:none;
}


#home #top-gradient
 {
    height: 182px;
    /*background-color: #edf7f6;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(190, 216, 215, 1) 40%);*/
}

#top-gradient
 {
    height: 182px;
	/*background: rgba(255, 255, 255, 0);
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(190, 216, 215, 0.8) 52%);*/
}


#pre-content-box .section-title-and-nav {
    z-index: 200;
}



/* Base layout */
.Mobile-site-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

/* Hide hamburger by default (desktop) */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: #000;
    display: block;
}


.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px; /* hidden off-screen */
    width: 300px;
    /*height: 100vh;*/
	background: #FFFFFF;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(190, 216, 215, 1) 40%);
    box-shadow: -4px 0 12px rgba(0,0,0,0.15);
    padding: 60px 20px;
    transition: right 0.3s ease;
    z-index: 9999;
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu li {
    margin: 20px 0;
}

.mobile-menu a {
    text-decoration: none;
    font-size: 1.0rem;
    color: #333;
}

.close-btn {
    background: none;
    border: none;
    font-size: 2rem;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}




/* Hide all submenus by default */
.mobile-nav ul {
    display: none;
    padding-left: 20px;
}

/* When expanded */
.mobile-nav li.open > ul {
    display: block;
}

/* Parent items with children */
.mobile-nav li.has-children {
    position: relative;
}

/* Chevron toggle button */
.submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    border: none;
    cursor: pointer;
	background-color:#49917e;
	border-radius:8px;
}

/* Chevron icon */
.submenu-toggle::after {
    content: "▸"; /* right-pointing arrow */
    font-size: 1.2rem;
    color: #fff;
    transition: transform 0.2s ease;
}

/* Rotate when open */
.mobile-nav li.open > .submenu-toggle::after {
    transform: rotate(90deg);
	content: "▾"; /* downarrow */
	
}


.mobileSubitems a {
	font-size:.8rem;
}

.mobileSubitems li {
	margin: 6px 0;
}

.greenButton{
	border: 0 solid #49917e;
    border-right: 4px solid #49917e;
    margin-top: 8px;
    padding: 5px 10px 5px 5px;
    display: inline-block;
    background-color: #49917e;   
    color: #fff !important;
    font-size: 14px;
    font-family: us101;
    cursor: pointer;
    text-decoration: none;
}


.social-nav-mobile{
	padding-top:30px;
}

.black-icon {
  filter: brightness(20%); 
}





#main-nav ul{
	margin-bottom:0rem !important;
}




/*meet the team listing*/

.row.meetTheTeam{
	padding:40px 0px;
}




#pre-content-box .section-title-and-nav {

    min-width: auto; 

}

.picture{
	text-align:center;
}
.picture img{
	max-width:100%;
	height:auto;
}


#Bloglogo {
	position: absolute;
	top: 10px;
	height: 130px;
	width: 100%;
	background: url(/RTO7/media/BannerImages2026/rto7BlogTitle.png) 0 0 no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0px;
	background-position-y: 0px;
	background-position: center;
	background-color: #e57527;
}



/* Trigger mobile mode at max-width: 1200px */
@media (max-width: 1200px) {
    .hamburger {
        display: flex;
    }
	.Mobile-site-header{
        display: flex;
    }


}






#mobileLogo{
	display:none;
}


#footer {
    margin: auto;
}

#footer .nav {
    position: static; 
	justify-content: center;
	padding-top:30px;

}

#footer .copyright {
     position: static; 
}


#footer .Canada {
	position: static; 
}
#footer .ontario {
	position: static; 
}

#footer .RainbowRegistered {
	position: static; 
}

#footer .greenStepLogo {
	position: static; 
}

#footer image{
	max-width:150px;
}


#footer .footerlogos{
	padding-top:30px;
	display: flex;
    justify-content: center; /*space-between; or space-around / center */
    align-items: center;
    gap: 20px; 
    flex-wrap: wrap;  
}

#footer .footerlogos img{
	max-height: 40px; /* normalize height */
    width: auto;      /* keep proportions */
    object-fit: contain;


}


.center-box {
    margin: auto; 
    width: auto;
}


#main-box {
    margin: auto;
    width: auto; 
    min-height: 100%; 
}



.three-columns-49-24-24pc > .wide-box {
    width: auto;
}


#full-page-slider-content {
    position: static;
    bottom: 32px;
    padding: 0 15px;
}


#pre-content-box .picture {
    overflow: hidden;
}

#pre-content-box img {
    margin-left: 0px;
}


@media (max-width: 1200px) {
  .social-nav {display:none;}
  #top-search {display:none;}
  #helper-nav {display:none;}
  #main-nav {display:none;}
  
	#logo{
		display:none;
	}
	
	#Bloglogo{
		display:none !important;
	}
	
	#blog-top-search{
		display:none;
	}
	
	.logo img{
		width:350px;
	}
	
	
	#header {
		height: auto;
		padding:10px 0px;
	}	
	
	#footer .nav li:before {
     position: absolute; 
     top: 0px; 
     left: 0px; 
     border-left: 0px solid #797979; 
     height: 14px; 
     content: ''; 
	}  
	
	#pre-content-box{
		margin-top:20px !important;
	}
  
}

@media (max-width: 1200px) {
		
	#footer .nav li:first-child {
		margin-left: 17px;
	}
	
}

.narrowFB{
	display:none;
}

@media (max-width: 516px) {
	.narrowFB{
		display:block;
		overflow: hidden;
	}
	.wideFB{
		display:none;
	}	
}


	
	

	
	#footer ul{
		padding-left: .3rem;
	}
	
}




@media (min-width: 1400px) {

#pre-content-box img {
    margin-left:62px;
	
}
	
}


@media (min-width: 1200px) {
   /* .h2, h2 {
        font-size: 1.7rem;
    }*/
}



@media (max-width: 990px) {

	.meetTheTeam img{
		max-width:250px;
	}
	
	
	.picture{
		height:220px;
	}	
	
}



@media (max-width: 500px) {


	.logo img{
		width:200px;
	}
	
	
	#mobileLogo{
		display:block;
		text-align:center;
	}
	
	#mobileLogo img{
		width:70%;
		margin-top:10px;
	}
	
	#header {
		height: auto;
		padding:10px 0px;
	}
	
	#pre-content-box .section-title-and-nav .title{
		font-size:1em;
	}
	
	.picture{
		height:100px;
	}	
	


