﻿/* Content styles start */


/* Home styles start */

/* Home Hero styles  */

#home-hero-container {
	max-width: 100%; 
	min-height: 600px; 
	background-color: #5cc9bd; 
	margin-bottom: 60px; 
	display: flex; 
	flex-direction: row; 
	align-items: stretch;
}

#home-hero-column-1 {
	width:50%;
	margin: 0px 0px 0px 5%;
	padding: 80px 0px 100px 0px; 
}

#home-hero-column-1 h1{ 
	padding: 0px; 
	margin: 0px 0px 50px 0px; 
	font-size: 56px;
}
	
#home-hero-column-1 p { 
	padding: 0px 0px 0px 0px; 
	margin: 25px 0px 0px 0px; 
	font-size: 20px; 
	line-height: 1.4;
}

#home-hero-column-2 { 
	width: 53%; 
	background-image: url("/site-elements/images/structural-images/home-hero-background-image.png");
	background-position: right bottom; 
	background-repeat: no-repeat;
}


/* Home Section 1 styles */

#home-section-1-container { 
	max-width: 90%; 
	margin: auto; 
	min-height: 600px; 
	background-color: #fcefe6; 
	margin-bottom: 60px; 
	display: flex; 
	flex-direction: row; 
	align-items: stretch; 
	justify-content: center;  
	border-radius: 60px; 
	background-image: url(/site-elements/images/structural-imagesswirly-pattern-1-image.png), url(/site-elements/images/structural-images/swirly-pattern-2-image.png); 
	background-position: top left, bottom right; 
	background-repeat: no-repeat, no-repeat;
}

#home-section-1-column-1 { 
	width: 70%; 
	padding: 80px 0px 130px 0px;
}

#home-section-1-column-1 h2 { 
	color: #004650; 
	font-size: 48px; 
	margin: 0px 0px 40px 0px; 
	text-align: center; 
}

#home-section-1-column-1 h3 { 
	color: #000000; 
	font-size: 24px; 
	font-weight: 400; 
	margin: 20px 0px 0px 0px; 
	text-align: center; 
}

#home-section-1-column-1 p { 
	line-height: 1.4; 
	color: #000000; 
	font-size: 18px; 
	margin: 20px 0px 0px 0px; 
	text-align: center; 
}

#home-section-1-column-1-button-container { 
	margin: 20px 0px 50px 0px; 
	text-align: center; 
}

#home-section-1-column-1-button-container a { 
	text-decoration: none; 
}

#home-section-1-column-1-button { 
	font-weight: 700; 
	width: 28%; 
	color: #000000; 
	font-size: 24px; 
	margin: 20px 20px 20px 20px; 
	padding: 40px 60px 40px 60px; 
	text-align: center; 
	background-color :#5cc9bd; 
	display: inline-block; 
	border-radius: 15px;
}

#home-section-1-column-1-button:hover { 
	color: #ffffff !important; 
	background-color :#004650; 
    transition: 0.3s;
}

#home-section-1-column-1-treatment-container { 
	margin: 20px 0px 0px 0px; 
	text-align: center; 
}

#home-section-1-column-1-treatment-container-button { 
	color: #000000; 
	font-size: 16px; 
	margin: 10px 2px 0px 2px; 
	padding: 2px 7px 2px 7px; 
	text-align: center; 
	background-color :#e0f4f2; 
	display: inline-block; 
	border-radius: 20px; 
}

#home-section-1-column-1-treatment-container-button p { 
	margin: 5px;
	font-size: 14px;
}


/* Home Section 2 styles */

#home-section-2-container { 
	max-width: 90%; 
	margin: auto; 
	min-height: 600px; 
	background-color: #86cbc4; 
	margin-bottom: 60px; 
	display: flex; 
	flex-direction: row; 
	align-items: stretch; 
	border-radius: 60px; 
	background-image: url("/site-elements/images/structural-images/swirly-pattern-3-image.png"); 
	background-position: left 95%; 
	background-repeat: no-repeat;
}

#home-section-2-column-1 { 
	width: 50%; 
	margin: 40px 0px 0px 60px;
}

#home-section-2-column-1 h2 { 
	color: #004650;
	font-size: 48px;
}

#home-section-2-column-1 p { 
	font-size: 18px; 
	line-height: 1.8;
}

#home-section-2-column-2 { 
	width: 50%; 
	background-image: url("/site-elements/images/structural-images/home-section-2-background-image.png"); 
	background-position: right bottom; 
	background-repeat: no-repeat;
}


/* Home Section 3 styles */

#home-section-3-container { 
	max-width: 90%; 
	margin: auto; 
	min-height: 600px; 
	background-color: #fad5c3; 
	margin-bottom: 60px; 
	display: flex; 
	flex-direction: row; 
	align-items: stretch; 
	border-radius: 60px; 
	background-image: url("/site-elements/images/structural-images/swirly-pattern-4-image.png"); 
	background-position: right 95%; 
	background-repeat: no-repeat;
}

#home-section-3-column-1 { 
	width: 50%; 
	background-image: url("/site-elements/images/structural-images/home-section-3-background-image.png"); 
	background-position: left bottom; 
	background-repeat: no-repeat;
}

#home-section-3-column-2 { 
	width: 50%; 
	margin: 40px 60px 0px 0px;
}

#home-section-3-column-2 h2 { 
	color: #004650; 
	font-size: 48px;
}

#home-section-3-column-2 p { 
	font-size: 18px; 
	line-height: 1.8;
}


/* Home Section 4 styles */

#home-section-4-container {
	max-width: 90%; 
	margin: auto; 
	min-height: 600px; 
	background-color: #86cbc4; 
	margin-bottom: 60px; 
	display: flex; 
	flex-direction: row; 
	align-items: stretch; 
	border-radius: 60px; 
	background-image: url("/site-elements/images/structural-images/swirly-pattern-3-image.png"); 
	background-position: left 95%; 
	background-repeat: no-repeat;
}

#home-section-4-column-1 { 
	width: 50%; 
	margin: 40px 0px 0px 60px;
}

#home-section-4-column-1 h2 { 
	color: #004650; 
	font-size: 48px;
}

#home-section-4-column-1 p { 
	font-size: 18px; 
	line-height: 1.8;
}

#home-section-4-column-2 { 
	width: 50%; 
	background-image: url("/site-elements/images/structural-images/home-section-4-background-image.png"); 
	background-position: right bottom; 
	background-repeat: no-repeat;
}


/* Home Section 5 styles */

#home-section-5-container { 
	max-width: 90%; 
	margin: auto; 
	min-height: 600px; 
	background-color: #fad5c3; 
	margin-bottom: 60px; 
	display: flex; 
	flex-direction: row; 
	align-items: stretch; 
	border-radius: 60px; 
	background-image: url("/site-elements/images/structual-images/swirly-pattern-4-image.png"); 
	background-position: right 95%; 
	background-repeat: no-repeat;
}

#home-section-5-column-1 { 
	width: 50%; 
	background-image: url("/site-elements/images/structural-images/home-section-5-background-image.png"); 
	background-position: left bottom; 
	background-repeat: no-repeat;
}

#home-section-5-column-2 { 
	width: 50%; 
	margin: 40px 60px 0px 0px;
}

#home-section-5-column-2 h2 { 
	color: #004650; 
	font-size: 48px;
}

#home-section-5-column-2 p { 
	font-size: 18px; 
	line-height: 1.8;
}

/* Responsive styles for home */

@media all and (max-width: 1400px) {
	
    #home-section-1-container { 
        background-image: none;

    }
	
}

@media all and (max-width: 1300px) {

    #home-section-2-container { 
		flex-direction: column;
	}

	#home-section-2-column-1 { 
		width: 85%; 
		margin: 40px auto 0px auto;
	}

	#home-section-2-column-2 { 
		width: 100%; 
		min-height: 550px; 
	}

    #home-section-3-container { 
		flex-direction: column;
        flex-direction: column-reverse;
	}

	#home-section-3-column-2 { 
		width: 85%; 
		margin: 40px auto 0px auto;
	}

	#home-section-3-column-1 { 
		width: 100%; 
		min-height: 550px; 
	}

    #home-section-4-container { 
		flex-direction: column;
	}

	#home-section-4-column-1 { 
		width: 85%; 
		margin: 40px auto 0px auto;
	}

	#home-section-4-column-2 { 
		width: 100%; 
		min-height: 550px; 
	}

    #home-section-5-container { 
		flex-direction: column;
        flex-direction: column-reverse;
	}

	#home-section-5-column-2 { 
		width: 85%; 
		margin: 40px auto 0px auto;
	}

	#home-section-5-column-1 { 
		width: 100%; 
		min-height: 550px; 
	}

}

@media all and (max-width: 1200px) {
	
	#home-hero-container {
		width: 100%; 
		min-height: 600px; 
		background-color: #5cc9bd; 
		margin-bottom: 60px; 
		display: flex; 
		flex-direction: column; 
		align-items: stretch;
	}

	#home-hero-column-1 { 
		width: 90%; 
		padding: 50px 0px 20px 0px; 
		margin: auto;
	}
	
	#home-hero-column-2 { 
		width: 100%; 
		min-height:600px; 
	}

    #home-section-1-column-1-button {
        width: 40%;
		font-size: 20px;
    }

    #home-section-1-column-1-button:hover {
        width: 40%;
    }
	
}

@media all and (max-width: 900px) {

    #home-hero-column-1 { 
		width: 85%; 
		padding: 30px 0px 10px 0px; 
		margin: auto;
	}

    #home-hero-column-1 h1{ 
        padding: 0px; 
        margin: 0px 0px 40px 0px; 
        font-size: 36px;
    }

    #home-hero-column-1 p{ 
        font-size: 20px;
    }

    #home-section-1-container {
        max-width: 90%;
    }    

    #home-section-1-column-1 {
        width: 80%;
        padding: 40px 0px 40px 0px;
    }

    #home-section-1-column-1 h2 {
        font-size: 36px; 
    }

    #home-section-1-column-1 h3 {
        font-size: 20px; 
    }

    #home-section-2-column-1 h2 {
        font-size: 36px;
        margin: 0px 0px 30px 0px;
    }

    #home-section-3-column-2 h2 {
        font-size: 36px;
        margin: 0px 0px 30px 0px;
    }

    #home-section-4-column-1 h2 {
        font-size: 36px;
        margin: 0px 0px 30px 0px;
    }

    #home-section-5-column-2 h2 {
        font-size: 36px;
        margin: 0px 0px 30px 0px;
    }

	.news-article-item-image-container-left {
    display: none;
}

}

@media all and (max-width: 600px) {

    #home-section-2-column-2 {
		width: 100%;
		min-height: 550px;
		background-position: center bottom;
	}

    #home-section-3-column-1 {
		width: 100%;
		min-height: 550px;
		background-position: center bottom;
	}

    #home-section-4-column-2 {
		width: 100%;
		min-height: 550px;
		background-position: center bottom;
	}

    #home-section-5-column-1 {
		width: 100%;
		min-height: 550px;
		background-position: center bottom;
	}

	#home-section-1-column-1-button-container {
		margin: 20px 0px 20px 0px;
    }

	#home-section-1-column-1-button {
		font-size: 18px;
		width: 50%;
    }
	
	#home-section-1-column-1-button:hover {
		width: 50%;
    }

}

/* Home styles finish */

/* Other page styles start */

/* Content hero styles start */

#content-hero-container {
    max-width: 100%;
    min-height: 155px;
    background-color: #5cc9bd;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#content-hero-breadcrumbs-container {
    width: 90%;
    margin: 30px auto 0px auto;
}

#content-hero-breadcrumbs-container p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#content-hero-breadcrumbs-container p a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #000000;
}

#content-hero-breadcrumbs-container p a:hover {
    text-decoration: underline;
}

#content-hero-title-container {
    width: 90%;
    margin: 15px auto 0px auto;
}

#content-hero-title-container h1 {
    margin: 0px 0px 20px -3px;
    padding: 0px 0px 0px 0px;
    font-size: 52px;
}

.content-introduction-container {
    max-width: 90%;
    margin: auto;
    min-height: 100px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 60px;
    line-height: 1.8;
}

.content-introduction-container-light-green {
	background-color: #e0f4f2;
}

.content-introduction-container-light-orange {
	background-color: #f7c2a6;
}

.content-introduction-content {
    width: 90%;
    padding: 40px 0px 40px 0px;
    margin: 0px auto 0px auto;
}

.content-introduction-content p {
    color: #003840;
    font-size: 18px;
	margin: 0px 0px 25px 0px;
}

.content-introduction-content p a {
    color: #003840;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
}

/* Introduction placeholder/content spacing fix */
.content-introduction-content .introduction-placeholder {
    display: block;
    width: 100%;
}

.content-introduction-content p:last-child {
    margin-bottom: 0;
}

/* Child page links image right */

.content-child-page-list-container-image-right {
	max-width: 90%;
    margin: auto;
    min-height: 600px;
    background-color: #ffffff;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 60px;
}

.content-child-page-list-image-right-column-1 {
	width: 45%;
    margin: 0px 5% 0px 0px;
}

.content-child-page-list-image-right-column-1 h2 {
    color: #004650;
    font-size: 48px;
    width: 100%;
    margin-top: 10px;
	margin-bottom: 30px;
}

.content-child-page-list-image-right-column-1 h3 { 
	color: #004650;
	font-size: 32px;
	width:100%;
	margin-top: 10px;
	margin-bottom: 30px;
}

.content-child-page-list-image-right-column-1 p { 
	font-size: 16px; 
	line-height: 1.8;
	width:100%;
}

.content-child-page-list-image-right-column-1 a { 
	color: #004650;
}

.content-child-page-list-image-right-column-1 a:hover { 
	color: #000000;
}

.content-child-page-list-image-right-column-1 ul {
    margin-top: 20px;
}

.content-child-page-list-image-right-column-1 ul li {
    line-height: 1.8;
    margin-bottom: 10px;
}

.content-child-page-list-image-right-column-1-button {
	display: inline-block;
	border-radius: 20px;
    background-color: #5cc9bd;
    padding: 20px 30px 20px 30px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: bold;
	margin-top: 20px;
}

.content-child-page-list-image-right-column-1-button:hover {
	background-color: #004650; 
	color: #ffffff !important; 
	transition: 0.3s;
}


.content-child-page-list-image-right-column-2 {
	border-radius: 60px;
    width: 50%;
	height: 500px;
} 

.content-child-page-list-image-right-column-2-content {
	border-radius: 60px;
    max-width: 800px;
    min-height: 500px;
    margin: 11% 11% 11% 11%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

/* Child page links image left */

.content-child-page-list-container-image-left {
	max-width: 90%;
    margin: auto;
    min-height: 600px;
    background-color: #ffffff;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 60px;
}

.content-child-page-list-image-left-column-1 {
	border-radius: 60px;
    width: 50%;
    height: 500px;
}

.content-child-page-list-image-left-column-1-content {
	border-radius: 60px;
    max-width: 800px;
    min-height: 500px;
    margin: 11% 11% 11% 11%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.content-child-page-list-image-left-column-2 {
	width: 45%;
    margin: 0px 0px 0px 5%;
}

.content-child-page-list-image-left-column-2 h2 {
    color: #004650;
    font-size: 48px;
    width: 100%;
    margin-top: 10px;
	margin-bottom: 30px;
}

.content-child-page-list-image-left-column-2 h3 { 
	color: #004650;
	font-size: 32px;
	width:100%;
	margin-top: 40px;
	margin-bottom: 30px;
}

.content-child-page-list-image-left-column-2 p { 
	font-size: 16px; 
	line-height: 1.8;
	width:100%;
}

.content-child-page-list-image-left-column-2 a { 
	color: #004650;
}

.content-child-page-list-image-left-column-2 a:hover { 
	color: #000000;
}

.content-child-page-list-image-left-column-2 ul {
    margin-top: 20px;
}

.content-child-page-list-image-left-column-2 ul li {
    line-height: 1.8;
    margin-bottom: 10px;
}

.content-child-page-list-image-right-column-2-button {
	display: inline-block;
	border-radius: 20px;
    background-color: #5cc9bd;
    padding: 20px 30px 20px 30px;
    text-decoration: none;
    color: #000000 !important;
    margin-top: 20px;
    font-weight: bold;
}

.content-child-page-list-image-right-column-2-button:hover {
	background-color: #004650; 
	color: #ffffff !important;
	transition: 0.3s;
}

/* Child page links colour schemes  */

.content-child-page-list-image-light-green {
	background-size: auto, auto;
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
	background-color: #5cc9bd;
    background-image: url("/site-elements/images/structural-images/child-page-list-decoration-left-light-green.png"), url("/site-elements/images/structural-images/child-page-list-decoration-right-light-green.png");

}

.content-child-page-list-image-dark-green {
	background-size: auto, auto;
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
	background-color: #003840;
    background-image: url("/site-elements/images/structural-images/child-page-list-decoration-left-dark-green.png"), url("/site-elements/images/structural-imageschild-page-list-decoration-right-dark-green.png");

}

/* Child page links image  */

.content-child-page-list-image-1 {
	background-image: url("/site-elements/images/structural-images/content-child-page-list-image-1.png");
}

.content-child-page-list-image-2 {
	background-image: url("/site-elements/images/structural-images/content-child-page-list-image-2.png");
}

/* Responsive styles for others */

@media (max-width: 1200px) {

	.content-child-page-list-container-image-right {
		flex-direction: column;
	}

	.content-child-page-list-image-right-column-1 {
		width: 90%;
		margin: 0px auto 50px auto;
	}

	.content-child-page-list-image-right-column-2 {
		width: 80%;
		min-height: 500px;
		margin: auto;
	}

	.content-child-page-list-container-image-right {
		margin-bottom: 140px;
	}

	.content-child-page-list-image-right-column-2-content {
		min-height: 500px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
		margin: 11% 11% 11% 11%;
	}

	.content-child-page-list-container-image-left {
		flex-direction: column-reverse;
	}

	.content-child-page-list-image-left-column-1 {
		width: 80%;
		min-height: 500px;
		margin: auto;
	}

	.content-child-page-list-image-left-column-2 {
		width: 90%;
		margin: 0px auto 50px auto;
	}

	.content-child-page-list-container-image-left {
		margin-bottom: 140px;
	}

	.content-child-page-list-image-left-column-1-content {
		min-height: 500px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto;
		margin: 11% 11% 11% 11%;
	}

}	

@media (max-width: 900px) {

	#content-hero-container {
    	min-height: 135px;
		margin-bottom: 30px;
	}

    #content-hero-title-container h1  {
        font-size: 36px;
		margin: 0px 0px 20px -3px;
    }

	#content-introduction-content {
    	width: 80%
	}

	.content-child-page-list-image-right-column-2 {
		width: 95%;
	}	

	.content-child-page-list-image-right-column-2-content {
		max-width: 800px;
	}

	.content-child-page-list-image-right-column-1 h2 {
		font-size: 36px;
	}

	.content-child-page-list-image-right-column-1 h3 {
		font-size: 26px;
	}

	.content-child-page-list-image-right-column-1-button {		
		display: block;
		float: none;
		margin: 40px auto 0;
		width: fit-content;
	}

	.content-child-page-list-image-left-column-1 {
		width: 95%;
	}	

	.content-child-page-list-image-left-column-1-content {
		max-width: 800px;
	}

	.content-child-page-list-image-left-column-2 h2 {
		font-size: 36px;
	}

	.content-child-page-list-image-left-column-2 h3 {
		font-size: 24px;
	}

	.content-child-page-list-image-right-column-2-button {
		display: block;
		float: none;
		margin: 40px auto 0;
		width: fit-content;
	}

}	

@media (max-width: 600px) {

    .content-child-page-list-image-right-column-2 {
        min-height: 250px;
		height: 300px;
    }

	.content-child-page-list-image-right-column-2-content {
        min-height: 300px;		
    }

	.content-child-page-list-image-left-column-1 {
        min-height: 250px;
		height: 300px;
    }

	.content-child-page-list-image-left-column-1-content {
        min-height: 300px;		
    }

	.content-child-page-list-image-2 {
	    background-size: cover !important;
	}

	.content-child-page-list-image-1 {
	    background-size: cover !important;
	}

}

/* Contact the service styles */

.content-contact-container {
	min-width: 60%;
	max-width: 70%;
    margin: auto;
    min-height: 380px;
    background-color: #5cc9bd;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    border-radius: 60px;
}

.content-contact-content {
	width: 80%;
    padding: 60px 0px 80px 0px;
}

.content-contact-content h2 {
    color: #004650;
    font-size: 48px;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.content-contact-content h3 {
	color: #004650;
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.content-contact-content p {
    line-height: 1.4;
    color: #004650;
    font-size: 16px;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.content-contact-content a {
	text-decoration: none;
}

.content-contact-icon {
	width: 80px;
    height: 80px;
    margin: 0px 20px -20px 0px;
}

.content-contact-button-container {
	margin: 20px 0px 0px 0px;
    text-align: center;
}

.content-contact-button-button {
	font-weight: 700;
    width: 35%;
    color: #000000;
    font-size: 20px;
    margin: 20px 20px 20px 20px;
    padding: 20px 30px 20px 30px;
    text-align: center;
    background-color: #f7c2a6;
    display: inline-block;
    border-radius: 15px;
}

.content-contact-button-button:hover {
	color: #000000 !important; 
	background-color :#f9e1d4; 
	transition: 0.3s;
}

@media (max-width: 960px) {

	.content-contact-container {
		max-width:90%;
	}

	.content-contact-content {
		width: 80%;
		padding: 40px 0px 40px 0px;
	}

	.content-contact-content h2 {
    	font-size: 24px;
		width:100%;
		 text-align: center;
	}

	.content-contact-content h3 {
    	font-size: 18px;
	}

	.content-contact-button-button {
		font-size: 16px;
		width: 40%;
	}

}	

/* Content content start */

.content-body-container {
	max-width: 90%;
    margin: auto;
    min-height: 500px;
    background-color: #ffffff;
    margin-bottom: 100px;
    border-radius: 60px;
	/*display: flex;*/
    /*flex-direction: row;*/
    /*align-items: stretch;*/
}

.content-body-container h2 {
	color: #004650;
    font-size: 32px;
    width: 100%;
    margin-top: 50px;
	margin-bottom: 20px;
}

.content-body-container h3 {
	color: #004650;
    font-size: 26px;
    width: 100%;
    margin-top: 50px;
	margin-bottom: 20px;
}

.content-body-container p {
	font-size: 16px;
    line-height: 1.8;
    width: 100%;
	margin-bottom: 20px;
}

.content-body-container a {
	color: #004650;
}

.content-body-container ul {
	margin-top: 20px;
	margin-bottom: 50px;
}

.content-body-container ul li {
	line-height: 1.8;
    margin-bottom: 10px;
}

.content-body-image-container-right {
	float: right; 
	margin: 0px 0px 100px 100px;
	border-radius: 60px;
    height: 480px;
	width: 600px;	
	background-size: auto, auto;
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;	
}

.content-body-image-container-left {
	float: left; 
	margin: 0px 100px 100px 0px;
	border-radius: 60px;
    height: 480px;
	width: 600px;
	background-size: auto, auto;
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;	
}

.content-body-image-light-green {
	background-color: #5cc9bd;
    background-image: url("/site-elements/images/structural-images/child-page-list-decoration-left-light-green.png"), url("/site-elements/images/structural-images/child-page-list-decoration-right-light-green.png");
}

.content-body-image-dark-green {
	background-color: #003840;
    background-image: url("/site-elements/images/structural-images/child-page-list-decoration-left-dark-green.png"), url("/site-elements/images/structural-images/child-page-list-decoration-right-dark-green.png");
}

.content-body-image-image {
	border-radius: 60px;
	height: 480px;
	width: 480px;
	margin: 9% 9% 9% 9%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}



@media (max-width: 1200px) {

	.content-body-image-container-right {
		height: 350px;
		width: 420px;
		margin: 0px 0px 50px 60px;
	}

	.content-body-image-container-left {
		height: 380px;
		width: 420px;
		margin: 0px 60px 50px 0px;
	}

	.content-body-image-image {	
		height: 350px;
		width: 350px;
		margin: 8% 8% 8% 8%;	
	}

}

@media (max-width: 900px) {

	.content-body-image-container-right {
		display:none;
	}

	.content-body-image-container-left {
		display:none;
	}

	.content-body-image-image {	
		display:none;	
	}

}

/* News styles start */

/* News listing styles */

.news-article-list-container {
	max-width: 90%;
    margin: auto;
    min-height: 500px;
    background-color: #ffffff;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    border-radius: 60px;
	gap: 4rem;
}

.news-article-list-item {
	border-radius: 60px;
    background-color: #f7c2a6;
    min-width: 47.25%;
    min-height: 50px;
    padding-bottom: 40px;
}

.news-article-list-item-image {
	border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    max-width: 700px;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
	/* background-image: url(../images/news-images/news-listing-images/news-listing-image-1.png); */
    margin-bottom: 30px;
}

.news-article-list-item p {
    margin-left: 10%;
}

.news-article-list-item h3 {
    margin-left: 10%;
    font-size: 24px;
}

.news-article-list-item-button {
	display: inline-block;
	border-radius: 20px;
    background-color: #5cc9bd;
    padding: 20px 30px 20px 30px;
    text-decoration: none;
    color: #000000 !important;
    font-weight: bold;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10%;
}

.news-article-list-item-button:hover {
	background-color: #004650; 
	color: #ffffff !important; 
	transition: 0.3s;
}

@media (max-width: 1320px) {

	.news-article-list-container {
		max-width: 90%;
		margin: auto;
		min-height: 500px;
		flex-direction: column;
		margin-bottom: 100px;
	}

	.news-article-list-item {
		width: 60%;
        min-height: 550px;
        margin: auto auto 0px auto;	
	}

}	

@media (max-width: 850px) {

	.news-article-list-container {
		margin-bottom: 70px;
	}

	.news-article-list-item {
		width: 90%;
	}
}


/* News article styles */

.news-article-item-container {
	max-width: 90%;
    margin: auto;
    min-height: 700px;
    background-color: #ffffff;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 60px;
    padding-bottom: 50px;
}

.news-article-item-content {
	border-radius: 60px;
    background-color: #f7c2a6;
    width: 100%;
    min-height: 540px;
	padding-bottom: 50px;
}

.news-article-item-main-image {
	border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    max-width: 100%;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
	/* background-image: url(../images/news-images/news-article-images/news-article-1-main-image.png); */
    margin-bottom: 60px;
}

.news-article-item-content h2 {
	color: #004650;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 32px;
	margin-top: 50px;
    margin-bottom: 20px;
}

.news-article-item-content h3 {
	color: #004650;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 26px;
	margin-top: 50px;
    margin-bottom: 20px;
}

.news-article-item-content p {
	margin-left: 5%;
    margin-right: 5%;
    font-size: 16px;
    line-height: 1.8;
	margin-bottom: 20px;
}

.news-article-item-content a {
	color: #000000;
}

.news-article-item-content ul {
	margin-top: 20px;
    margin-bottom: 50px;
}

.news-article-item-content ul li {
	font-size: 16px; 
    line-height: 1.8;
    margin-left: 5%;
	margin-right: 5%;

}

.news-article-item-content-video {
	margin-left: 5%;
    margin-right: 5%;
	border-radius: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-article-item-image-container-right {
	float: right; 
	margin: 30px 65px 100px 65px;
	border-radius: 60px;
    height: 400px;
	width: 500px;	
	background-size: auto, auto;
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;	
}

.news-article-item-image-white {
	background-color: #ffffff;
    background-image: url("/site-elements/images/structural-images/child-page-list-decoration-left-light-green.png"), url("/site-elements/images/structural-imageschild-page-list-decoration-right-light-green.png");
}

.news-article-item-image {
	border-radius: 60px;
	height: 400px;
	width: 400px;
	margin: 9% 10% 9% 10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

@media (max-width: 1200px) {

	.news-article-item-image-container-right {
		height: 300px;
		width: 400px;
		margin: 30px 65px 100px 80px;
	}

	.news-article-item-image {	
		height: 300px;
		width: 300px;
		margin: 12% 12% 12% 12%;	
	}

}

@media (max-width: 900px) {

	.news-article-item-image-container-right {
		display:none;
	}

	.news-article-item-image {	
		display:none;	
	}

}


/* Other page styles finish */

/* Content styles end */


/* Dev Tweaks */

/* Homepage contact buttons */

#home-section-1-column-1-button > a { 
	font-weight: 700; 
	color: #000000; 
	font-size: 24px;  
}

#home-section-1-column-1-button:hover > a { 
	color: #ffffff !important; 
}

/* Breadcrumb bar
#content-hero-breadcrumbs-container > p,
#content-hero-title-container > h1 { 
    text-transform: capitalize;
} */
/* Breadcrumb bar */
#content-hero-breadcrumbs-container > p::first-letter,
#content-hero-title-container > h1::first-letter { 
    text-transform: uppercase;
}

/* contact us links */
.content-contact-button-button > a {
	font-weight: 700;
    color: #000000;
    font-size: 20px;
}

.content-contact-button-button:hover > a{
	color: #000000 !important; 
}

/* Image for the News articles */
.news-article-list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-article-list-item-image {
    overflow: hidden;
}

/* Image left news articles */

.news-article-item-image-container-left {
	float: left; 
	margin: 30px 65px 100px 65px;
	border-radius: 60px;
    height: 400px;
	width: 500px;	
	background-size: auto, auto;
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;	
}

.news-article-item-image-container-left {
    height: 300px;
    width: 400px;
    margin: 30px 80px 100px 65px;
}

/* Header image for news article */
.news-article-item-main-image {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    max-width: 100%;
    height: 600px;
    margin-bottom: 60px;
    overflow: hidden;
    background-image: none;
}

.news-article-item-main-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

/* News card tweaks */
.news-article-list-item-image {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    max-width: 700px;
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-article-list-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* Pagination on the news page */

.news-pagination > ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
	margin-bottom: 45px; 
}

.news-pagination > ul > li {
    margin: 0;
}

.news-pagination > ul > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.25rem 0.75rem;

    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;

    color: #004650;
    background: transparent;
    border: 2px solid #5cc9bd;
    border-radius: 0.8rem;

    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.news-pagination > ul > li > a:hover,
.news-pagination > ul > li > a:focus {
    background: #004650;
    color: #ffffff;
    border-color: #004650;
    text-decoration: none;
}

.news-pagination > ul > li > a:focus-visible {
    outline: 3px solid #5cc9bd;
    outline-offset: 3px;
}

.news-pagination > ul > li.news-pagination-active > a {
    background: #5cc9bd;
    color: #004650;
    border-color: #5cc9bd;
}

.news-pagination > ul > li.news-pagination-active > a:hover,
.news-pagination > ul > li.news-pagination-active > a:focus {
    background: #004650;
    color: #ffffff;
    border-color: #004650;
    text-decoration: none;
}


/* Editor-added images inside image left/right content blocks */
.content-child-page-list-image-right-column-2-content img,
.content-child-page-list-image-left-column-1-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
	border-radius: 60px; 
}

/* Content body floated image fixes */

.content-body-container::after {
    content: "";
    display: table;
    clear: both;
}

.content-body-container h2,
.content-body-container h3,
.content-body-container p {
    width: auto;
}

.content-body-image-container-right {
    float: right;
    margin: 0px 0px 60px 80px;
}

.content-body-image-container-left {
    float: left;
    margin: 0px 80px 60px 0px;
}

.content-body-image-image {
    display: block;
    object-fit: cover;
}

/* Image overlap fix */

/* Responsive fix for image left / image right landing page blocks */

@media all and (max-width: 1200px) {

    .content-child-page-list-container-image-left,
    .content-child-page-list-container-image-right {
        flex-direction: column;
        min-height: auto;
        margin-bottom: 60px;
    }

    .content-child-page-list-container-image-right {
        flex-direction: column-reverse;
    }

    .content-child-page-list-image-left-column-1,
    .content-child-page-list-image-right-column-2 {
        width: 90%;
        height: auto;
        min-height: 420px;
        margin: 0 auto 90px auto;
        border-radius: 60px;
        position: relative;
    }

    .content-child-page-list-image-left-column-1-content,
    .content-child-page-list-image-right-column-2-content {
        width: 78%;
        max-width: 800px;
        min-height: auto;
        margin: 0 auto;
        position: relative;
        top: 80px;
        border-radius: 60px;
        overflow: hidden;
    }

    .content-child-page-list-image-left-column-1-content img,
    .content-child-page-list-image-right-column-2-content img {
        display: block;
        width: 100%;
        height: auto;
        max-width: none;
        border-radius: 60px;
    }

    .content-child-page-list-image-left-column-2,
    .content-child-page-list-image-right-column-1 {
        width: 90%;
        margin: 0 auto;
    }
}

@media all and (max-width: 700px) {

    .content-child-page-list-image-left-column-1,
    .content-child-page-list-image-right-column-2 {
        width: 90%;
        min-height: 260px;
        margin-bottom: 70px;
        border-radius: 40px;
    }

    .content-child-page-list-image-left-column-1-content,
    .content-child-page-list-image-right-column-2-content {
        width: 82%;
        top: 50px;
        border-radius: 40px;
    }

    .content-child-page-list-image-left-column-1-content img,
    .content-child-page-list-image-right-column-2-content img {
        border-radius: 40px;
    }

    .content-child-page-list-image-left-column-2 h2,
    .content-child-page-list-image-right-column-1 h2 {
        font-size: 36px;
    }

    .content-child-page-list-image-left-column-2 h3,
    .content-child-page-list-image-right-column-1 h3 {
        font-size: 26px;
    }
}

.news-article-list-item h3::first-letter {
    text-transform: uppercase;
}

.content-body-image-container-right, .content-body-image-dark-green { 
	margin-bottom: 100px;
}

/* Homepage button fix */

#home-section-1-column-1-button-container { 
    margin: 20px 0px 50px 0px; 
    text-align: center; 
}

#home-section-1-column-1-button-container a { 
    text-decoration: none; 
}

.home-section-1-column-1-button { 
    font-weight: 700; 
    width: 28%; 
    color: #000000 !important; 
    font-size: 24px; 
    margin: 20px 20px 20px 20px; 
    padding: 40px 60px 40px 60px; 
    text-align: center; 
    background-color: #5cc9bd; 
    display: inline-block; 
    border-radius: 15px;
    transition: 0.3s;
}

.home-section-1-column-1-button:hover,
.home-section-1-column-1-button:focus { 
    color: #ffffff !important; 
    background-color: #004650; 
    text-decoration: none;
}

@media all and (max-width: 1200px) {
    .home-section-1-column-1-button {
        width: 40%;
        font-size: 20px;
    }
}

@media all and (max-width: 600px) {
    .home-section-1-column-1-button {
        font-size: 18px;
        width: 50%;
    }
}

/* Contact button fixes */
.content-contact-button-container {
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.content-contact-button-button {
    font-weight: 700;
    width: 35%;
    color: #000000 !important;
    font-size: 20px;
    margin: 20px 20px 20px 20px;
    padding: 20px 30px 20px 30px;
    text-align: center;
    background-color: #f7c2a6;
    display: inline-block;
    border-radius: 15px;
    text-decoration: none !important;
    transition: 0.3s;
}

.content-contact-button-button:hover,
.content-contact-button-button:focus {
    color: #000000 !important;
    background-color: #f9e1d4;
    text-decoration: none !important;
}

@media (max-width: 960px) {
    .content-contact-button-button {
        font-size: 16px;
        width: 40%;
    }
}

@media (max-width: 600px) {
    .content-contact-button-button {
        display: block;
        width: 70%;
        margin: 20px auto;
    }
}