@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	color: #103646;
	font-family: semplicitapro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-optical-sizing: auto;
}

#community {
	padding: 100px 5%;
	text-align: center;
}
.cause-logo {
	width: 70%;
	height: auto;
	margin: 30px auto 15px auto;
}
.cause-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (min-width: 768px) {
#community {
	padding: 100px 10%;
}
.cause-logo {
	width: 50%;
	margin: 30px auto 15px auto;
}
}
@media (min-width: 992px) {
#community {
	padding: 100px 15%;
}
.cause-logo {
	width: 300px;
	margin: 30px auto 15px auto;
}
}

/** Colourbar **/
.colourbar {
	margin: 30px 0;
	width: 100%;
	background: url("../images/colourbarback_07.jpg");
	background-size: cover;
	background-position: left -200px top 0;
	background-repeat: no-repeat;
	padding: 60px 5% 60px 5%;
	color: #fff;
}
.colourbar h2 {
	color: #fff;
}
@media (min-width: 768px) {
.colourbar {
	background-position: left -100px top 0;
	background-repeat: no-repeat;
	padding: 100px 5% 80px 5%;
}
}
@media (min-width: 992px) {
.colourbar {
	background-position: left -50px top 0;
	background-repeat: no-repeat;
	padding: 150px 5% 120px 5%;
	text-align: left;
}
}
@media (min-width: 1200px) {
.colourbar {
	background-position: left 0 top 0;
	background-repeat: no-repeat;
	padding: 150px 5% 120px 5%;
	text-align: left;
}
}


/** Services List */
.list {
	margin: 0 0 30px 0;
	padding: 0 5%;
	position: relative;
}
.list-left {
	text-align: center;
	padding: 0;
}
.list-right {
	margin: 0 0 20px 0;
	text-align: center
}
.list-right hr {
	margin: 40px auto;	
}
.list-right h3 {
	font-size: 1.5em;
}
.list-right p {
	font-size: 1em;
	line-height: 1.4em;
}
.list-icon {
	width: 80px;
	height: 80px;
	background: #f58220;
	margin: 20px auto;
	border-radius: 20px;
	padding: 10px;
}
.list-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (min-width: 768px) {
.list-left {
	text-align: right;
	padding: 0;
}
.list-right {
	margin: 0 0 20px 20px;
	text-align: left
}
.list-icon {
	width: 80px;
	height: 80px;
	margin: 0 0 10px 0;
	padding: 10px;
}
.list-right hr {
	margin: 20px 0;	
}
}
@media (min-width: 1200px) {
.list {
	margin: 150px 0 50px 0;
	padding: 0 12%;
}
.list-left {
	padding: 0 20px 0 0;
}
.list-right {
	margin: 0 0 20px 20px;
	text-align: left
}
.list-icon {
	width: 120px;
	height: 120px;
	margin: 0 0 20px 0;
	padding: 10px;
}
.list-right hr {
	margin: 40px 0;	
}
.list-right h3 {
	font-size: 1.75em;
}
.list-right p {
	font-size: 1.15em;
	line-height: 1.4em;
}
.list-watermark {
	position: absolute;
	top: 30%;
	left: 20%;
	height: 600px;
	width: 600px;
	background: url("../images/watermark.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
}
}



/** Footer **/
.footer {
	border-top: .5px solid rgba(44,61,77,0.5);
	margin: 0;
	padding: 30px 0;
	text-align: center;
}
.footer-logo {
	width: 70%;
	height: auto;
	margin: 0 auto 0 auto;
}
.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer ul {
	margin-left: -35px;
}
.footer ul li {
	list-style: none;
	font-size: 1em;
	line-height: 1.5em;
}
.footer p {
	font-size: 1em;
}
.footer a {
	text-transform: none;
}
@media (min-width: 768px) {
.footer {
	padding: 30px 10%;
}
.footer-logo {
	width: 200px;
	height: auto;
}
.footer p {
	font-size: 1.1em;
}
.footer ul li {
	font-size: 1.1em;
}
}


/** Header **/
.header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.logo {
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.contact {
	width: 100%;
	height: 0;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 0.5px;
	font-weight: 300;
}
.navigation {
	width: 100%;
}
@media (min-width: 992px) {
.header {
	padding: 20px 8%;
}
.logo {
	width: 250px;
	height: auto;
	margin: 0;
}
.contact {
	width: 100%;
	height: 50px;
	text-align: right;
	color: #fff;
	font-size: 2em;
	letter-spacing: 0.5px;
}
}

/** Links **/
a {
	color: #f58220;
	text-decoration: underline;
}
a:hover {
	color: #f58220;
	text-decoration: underline;
	opacity: 0.6
}


.banner {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 0;
	background: url("../images/banner.jpg");
	background-size: cover;
	background-position: left 0 top 0;
	background-repeat: no-repeat;
	border-bottom: 20px solid #103646;
	padding: 350px 20px 0 20px;
}
.banner-contact {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 0;
	background: url("../images/banner.jpg");
	background-size: cover;
	background-position: left 0 top 0;
	background-repeat: no-repeat;
	border-bottom: 20px solid #103646;
	padding-top: 330px;
}
.banner-text {
	background: rgba(16,54,70,0.9);
	width: 100%;
	padding: 30px 20px 20px 20px;
	margin: 0 0 40px 0;
	color: #fff;
}
.banner-text-contact {
	width: 90%;
	padding: 30px 20px 20px 20px;
	margin: 0 auto 40px auto;
	text-align: center;
	color: #fff;
}
.banner-text h1, .banner-text-contact h1 {
	text-transform: uppercase;
	font-size: 2.25em;
	font-weight: 400;
	line-height: 1.1em;
	color: #fff;
	margin: 0 0 20px 0;
}
.banner-text p {
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}
@media (min-width: 420px) {
.banner-text h1, .banner-text-contact h1 {
	font-size: 3em;
}
.banner-text p {
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}
}
@media (min-width: 576px) {
.banner-text {
	width: 80%;
	padding: 30px;
}
}
@media (min-width: 768px) {
.banner-text {
	width: 80%;
	padding: 30px;
}
.banner-text h1, .banner-text-contact h1 {
	font-size: 3em;
}
.banner-text p {
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}
}
@media (min-width: 992px) {
.banner {
	padding: 250px 8% 0 8%;
}
.banner-text {
	width: 800px;
	padding: 40px;
	top: 220px;
}
.banner-text h1, .banner-text-contact h1 {
	font-size: 4em;
}
.banner-text p {
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}
}
@media (min-width: 1600px) {
.banner {
	margin: 0 0 30px 0;
}
.banner-text {
	width: 950px;
	padding: 30px 40px 60px 40px;
	text-align: left;
	margin: 50px 0 100px 0;
	top: 240px;
}
.banner-text h1, .banner-text-contact h1 {
	font-size: 5em;
}
.banner-text p {
	font-size: 1.75em;
	line-height: 1.3em;
	letter-spacing: 0.5px;
}
.banner-text p a {
	font-size: .9em;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}
}

.banner-contact {
	width: 100%;
	position: relative;
	top: 0;
	z-index: 0;
	background: url("../images/banner.jpg");
	background-size: cover;
	background-position: left 0 top 0;
	background-repeat: no-repeat;
	border-bottom: none;
	padding-top: 210px;
}
.banner-text-contact {
	width: 90%;
	padding: 30px 20px 20px 20px;
	margin: 0 auto 40px auto;
	text-align: center;
	color: #fff;
}
.contact-form {
	padding: 100px 0 0 0;
}
.contact-form-text {
	text-align: center;
}
.center {
	text-align: center;
}
label {
	font-size: 1.2em;
}
@media (min-width: 992px) {
.banner-contact {
	padding-top: 146px;
}
.contact-form {
	padding: 100px 20% 0 20%;
}
.contact-form-text {
	text-align: right;
}
}


/** Content **/
.content {
	padding: 30px 0 20px 0;
}
.content ul {
	margin: 20px 0 20px -20px;
}
.content ul li {
	font-size: 1.25em;
	font-weight: 300;
	margin: 10px 0;
	list-style-position: outside;
}
@media (min-width: 768px) {
.content ul li {
	list-style-position: outside;
}
}

/** Intro **/
.intro {
	padding: 0 5%;
	text-align: center;
}
@media (min-width: 992px) {
.intro {
	padding: 0 20%;
}
}

/** Text **/
.sectionhead {
	color: #f58220;
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.orangetxt {
	color: #f58220;
}
h1 {
	color: #103646;
	font-size: 3.5em;
	margin: 0 0 20px 0;
	line-height: 1.3em;
}
h1+p {
	font-size: 1.25em;
	font-weight: 500;
}
h2 {
	color: #103646;
	font-size: 2em;
	margin: 0 0 30px 0;
	line-height: 1.3em;
}	
p {
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
strong {
	font-weight: 900;
}
@media (min-width: 992px) {
h1+p {
	font-size: 1.5em;
}
}
@media (min-width: 1200px) {
.sectionhead {
	font-size: 1.5em;
}
h2 {
	font-size: 3em;
	margin: 0 0 40px 0;
	line-height: 1.2em;
}	
p {
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
}
@media (min-width: 1400px) {
h2 {
	font-size: 3.5em;
	margin: 0 0 40px 0;
	line-height: 1.2em;
}	
p {
	font-size: 1.35em;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 1.4em;
}
}
@media (min-width: 1600px) {
h1 {
	color: #103646;
	font-size: 4.5em;
	margin: 0 0 40px 0;
	line-height: 1.1em;
}
h2 {
	font-size: 3.5em;
	margin: 0 0 40px 0;
	line-height: 1.2em;
}	
p {
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.4em;
}
}


/** Rules & Dividers **/
hr {
	border-top: .5px solid rgba(44,61,77,0.5);
	margin: 30px auto;
	width: 70%;
}
.symbol {
	width: 80px;
	height: auto;
	margin: 20px auto 20px auto;
}
.symbol img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.symbol-divider-margbottom {
	width: 80%;
	margin: 0 auto 100px auto;
	border-bottom: .5px solid rgba(44,61,77,0.5);
	position: relative;
}
.symbol-divider-margtop {
	width: 80%;
	margin: 100px auto 0 auto;
	border-bottom: .5px solid rgba(44,61,77,0.5);
	position: relative;
}
.symbol-divider-symbol {
	width: 100px;
	height: auto;
	margin: 0 auto;
	position: relative;
	bottom: -40px;
}
.symbol-divider-symbol img  {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 768px) {
.symbol {
	width: 100px;
	height: auto;
	margin: 40px auto 20px auto;
}
}
@media (min-width: 992px) {
.symbol {
	width: 300px;
	height: auto;
	margin: 60px auto 20px auto;
}
.symbol-divider-margbottom {
	width: 70%;
	margin: 0 auto 100px auto;
}
.symbol-divider-margtop {
	width: 70%;
	margin: 100px auto 0 auto;
}
}


/* Services */
.section {
	margin: 30px 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.section-pic-left {
	display: none;
	width: 100%;
	height: 100%;
}
.section-pic-right {
	display: none;
	width: 100%;
	height: 100%;
	margin-right: -50px;
}
.section-pic-left img, .section-pic-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-text-left, .section-text-right  {
	padding: 20px 0 20px 20px;	
}
.section-text-left-indent {
	padding: 30px 30px 30px 30px;	
}
.section-text-center {
	padding: 20px 0;
	text-align: center;
}
@media (min-width: 768px) {
.section-pic-left, .section-pic-right {
	display: block;
}
.section-text-left {
	padding: 30px 30px 30px 0;
	text-align: left;
}
.section-text-right {
	padding: 30px 0 30px 30px;
	text-align: right;
}
}
@media (min-width: 992px) {
.section-text-left, .section-text-right {
	padding: 20px;	
}
}
@media (min-width: 1200px) {
.section-left, .section-right {
	margin: 50px 0;
}
.section-text-left-indent {
	padding: 30px 60px 30px 60px;	
}
.section-text-left, .section-text-right {
	padding: 40px;	
}
}
@media (min-width: 1600px) {
.section-text-left {
	padding: 30px 150px 30px 60px;	
}
.section-text-left-indent {
	padding: 30px 60px 30px 150px;	
}
.section-text-right {
	padding: 60px 60px 60px 150px;	
}
.section-pic-left, .section-pic-right {
	height: 600px;
}
}