

/********************** DEFAULT STYLES **********************/

* { margin:0; padding:0; }

.carousel-control-prev-icon {
	background-image: url('../images/arrowLeft.svg') !important;
}

.carousel-control-next-icon {
	background-image: url('../images/arrowRight.svg') !important;
}

.historyBox .closed {
    background-color: #999999 !important;
    border: 0px !important;
    background-image: url('../images/icon_plus.svg') !important;
    background-repeat: no-repeat;
}

.historyBox .closedBlack {
    background-color: #000 !important;
    border: 0px !important;
    background-image: url('../images/icon_plus.svg') !important;
    background-repeat: no-repeat;
}

.historyBox .open {
    background-color: #0468B0 !important;
    border: 0px !important;
    background-image: url('../images/icon_minus.svg') !important;
    background-repeat: no-repeat;
}

.open02 {
    background-color: #0468B0 !important;
    border: 0px !important;
    background-image: url('../images/icon_minus.svg') !important;
    background-repeat: no-repeat;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 50%;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
		}

		.bannerImage {
			display: none;
		}

		.mainHeading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2.75em;
			text-transform: uppercase;
			letter-spacing: 1px;
			line-height: 0.8em;
			padding: 1px 0 1px 20px;
			margin: 10px 0 20px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
		}

			#mainHeading02 {
				font-size: 1.5em !important;
			}

		.container-01 h2 {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2em;
			line-height: 0.85em;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin: 12px 0 20px 0px;
			width: auto;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: 0px auto auto auto;
		}

			.presentedBy p {
				text-align: center;
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				text-transform: uppercase;
				font-size: 0.6em;
				margin: auto auto 10px auto;
			}

			.presentedBy img {
				width: 100px;
				height: auto;
				margin: auto;
			}

			.leftcolumn {
				width: 100%;
				height: auto;
				float: none;
			}

				.textcontent {
					width: 100%;
					height: auto;
				}

					.textcontent h2 {
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1.5em;
						line-height: 0.9em;
						margin: 0px 0 12px 0;
					}

					.textcontent h3 {
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1.5em;
						line-height: 0.9em;
						margin: 12px 0 12px 0;
					}

					.textcontent p {
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						font-size: 0.85em;
						line-height: 1.5em;
						margin: auto auto 10px auto;
					}

					.textcontent ul {
						margin: 0;
					}

					.textcontent li {
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						font-size: 0.8em;
						line-height: 1.125em;
						margin: auto auto 10px 18px;
					}

					.textcontent a {
						color: #0468B0;
					}

					.textcontent img {
						width: 100%;
						height: auto;
						margin: 0 0 12px 0;
					}

			.rightcolumn {
				width: 100%;
				height: auto;
				float: none;
			}

				.addressBox {
					width: 100%;
					height: auto;
					padding: 24px;
					background-image: url('../images/slideBG_logo_grey.jpg');
					background-size: 100% auto;
					background-position: 100% 100%;
					font-family: 'Lato', sans-serif;
					margin-bottom: 12px;
				}

					.addressBox h2 {
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1.125em;
						margin: 0px 0px 6px 0px;
					}

					.addressBox p {
						font-weight: 500 !important;
						margin:0;
						font-size: 0.85em;
					}

				.featuresbox {
					width: 100%;
					height: auto;
					padding: 24px !important;
					background-color: lightgrey;
					margin: 0px 0px 36px 0px;
					float: none;
					border-left: 10px solid #0468B0;
				}

					.featuresbox img {
						width: 100%;
						height: auto;
					}

					.featuresbox h4 {
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1.2em;
						line-height: 1.125em;
						margin: auto auto 10px auto;
					}

					.featuresbox ul {
						margin: 0;
					}

					.featuresbox li {
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						font-size: 0.85em;
						line-height: 1.125em;
						margin: auto auto 10px 18px;
					}

					.featuresbox p {
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						font-size: 0.85em;
						line-height: 1.125em;
						margin: 10px auto 10px auto;
					}

					.featuresbox a {
						color: #0468B0;
					}

					.CTA {
						display: inline-block;
						padding: 5px 10px;
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						text-transform: uppercase;
						font-size: 0.8em;
						line-height: 1.125em;
						color: #fff !important;
						background-color: #0468B0;
						border: 0;
						border-radius: 3px;
						letter-spacing: 1px;
						margin-bottom: 24px;
					}

				.historyBox {
					width: 100%;
					height: auto;
				}

					.historyBox ul {
						margin: 0;
					}

					.historyBox li {
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						font-size: 0.85em;
						line-height: 1.5em;
						margin: auto auto 10px 18px;
					}

					.historyBox button {
						width: 100%;
						height: auto;
						padding: 10px 5px 10px 30px;
						border-radius: 0 !important;
						background-size: auto 55%;
						background-position: 2% 50%;
						margin-bottom: 10px;
					}

						.historyBox button h3 {
							font-size: 0.65em;
							margin: 0 !important;
							text-align: left !important;
							font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
						}

					.historyBox h1 {
						display: inline-block;
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 2em;
						text-transform: uppercase;
						letter-spacing: 1px;
						padding: 1px 0 1px 20px;
						margin: 10px 0 30px 0px;
						border-left: 10px solid #0468B0;
						width: 100%;
					}

					.historyImage {
						width: 100%;
						height: auto;
					}

					.imageCaption {
						font-size: 0.65em;
						font-family: 'Lato', sans-serif;
						font-weight: 700;
						margin: 5px auto 15px auto;
					}

	.callout {
		padding: 18px;
		width: 100%;
		height: auto;
		background-color: #ebebeb;
		text-align: center;
		margin-bottom: 12px;
		line-height: 1em;
		background-image: url('../images/slideBG_logo_grey.jpg');
		background-size: 100% auto;
		background-position: 100% 100%;
		background-repeat: no-repeat;
	}

		.callout h3 {
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 1.25em;
			color: #0468B0;
		}

		.callout h4 {
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 1em;
		}

	.imagebox {
		width: 100%;
		height: 200px;
		margin: 12px 0px;
	}

		#imagebox01 {
			background-image: url('../images_collection/services_image01.jpg');
			background-size: auto 100%;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}

		#imagebox02 {
			background-image: url('../images_collection/services_image02.jpg');
			background-size: auto 100%;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}

		#imagebox03 {
			background-image: url('../images_collection/services_image03.jpg');
			background-size: auto 100%;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}

		#imagebox04 {
			background-image: url('../images_collection/services_image04.jpg');
			background-size: auto 100%;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}

	h3 {
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		font-size: 1.5em;
		line-height: 0.9em;
		margin: 12px 0 12px 0;
	}

	/*p {
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		font-size: 0.85em;
		line-height: 1.5em;
		margin: auto auto 10px auto;
	}*/

	ul {
		margin: 0;
	}

	/*li {
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		font-size: 0.85em;
		line-height: 1.125em;
		margin: auto auto 10px 18px;
	}*/

	table {
		margin-bottom: 18px;
	}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.historyBox h1 {
		font-size: 2em;
		margin: 20px 0 30px 0px;
		border-left: 10px solid #0468B0;
		width: 100%;
	}

	.historyBox button {
		padding: 12px 5px 12px 40px;
		background-size: auto 55%;
		background-position: 3% 50%;
	}

		.historyBox button h3 {
			font-size: 0.8em;
		}

		.historyBox ul {
			margin: 0;
		}

		.historyBox li {
			margin: auto auto 10px 18px;
		}

		.featuresbox h4 {
			font-size: 1.75em;
			line-height: 1.25em;
			margin: auto auto 12px auto;
		}

		.textcontent p {
			margin: auto auto 10px auto;
		}

		.CTA {
			font-size: 0.9em;
			line-height: 1.125em;
			margin-bottom: 24px;
		}


		/*p {
			font-size: 0.9em;
			line-height: 1.5em;
			margin: auto auto 10px auto;
		}*/

	.callout {
		padding: 24px;
		background-size: 100% auto;
		background-position: 100% 100%;
		background-repeat: no-repeat;
	}

		.callout h3 {
			font-size: 1.25em;
			color: #0468B0;
		}

		.callout h4 {
			font-size: 1em;
		}

	.imagebox {
		width: 100%;
		height: 220px;
		margin: 12px 0px;
	}
}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

@media screen and (min-width: 414px)  {

	.container-01 {
		padding: 25px 15px 15px 15px;
	}

		.breadcrumbNav {
			width: 60%;
		}

	.historyBox h1 {
		font-size: 2em;
		margin: 20px 0 30px 0px;
		border-left: 10px solid #0468B0;
		width: 100%;
	}

	.historyBox button {
		padding: 12px 5px 12px 40px;
		background-size: auto 55%;
		background-position: 3% 50%;
	}

		.historyBox button h3 {
			font-size: 0.88em;
		}

		.historyBox ul {
			margin: 0;
		}

		.historyBox li {
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 10px 18px;
		}

		.textcontent p {
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 10px auto;
		}

		.featuresbox {
			margin: 0px 0px 48px 0px;
			border-left: 10px solid #0468B0;
		}

		.featuresbox h4 {
			font-size: 1.75em;
			line-height: 1.25em;
			margin: auto auto 12px auto;
		}

		p {
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 10px auto;
		}

	.callout {
		padding: 24px;
		background-size: 100% auto;
		background-position: 100% 100%;
	}

		.callout h3 {
			font-size: 1.25em;
			color: #0468B0;
		}

		.callout h4 {
			font-size: 1em;
		}

	.imagebox {
		width: 100%;
		height: 220px;
		margin: 12px 0px;
	}

}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 10px;
	}

		.breadcrumbNav {
			margin: auto 10px;
			width: 100%;
		}

		.mainHeading {
			margin: 20px 0 30px 10px;
			width: 60%;
		}

		.presentedBy {
			margin: 0px 10px auto auto;
		}

		.contentcontainer {
			padding: 0 10px;
			margin-top: 12px;
		}

		.leftColumn {
			width: 45%;
			height: auto;
			float: left;
		}

			.addressBox {
				width: 100%;
				height: auto;
				padding: 13px 18px 18px 18px;
				background-color: lightgrey;
				font-family: 'Lato', sans-serif;
				margin-bottom: 12px;
			}

				.addressBox h2 {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					font-size: 1em;
					margin: 0px 0px 6px 0px;
				}

				.addressBox p {
					font-weight: 500 !important;
					margin: 0;
					font-size: 0.75em;
				}

		.rightColumn {
			width: 55%;
			height: auto;
			float: right;
			padding: 0 25px;
		}

	.historyBox button {
		padding: 12px 5px 12px 45px;
		background-size: auto 55%;
		background-position: 2% 50%;
	}

		.historyBox button h3 {
			font-size: 1em;
		}

		.historyText {
			font-size: 1em;
		}

		.historyBox ul {
			margin: 0;
		}

		.historyBox li {
			margin: auto auto 8px 24px;
		}

	.callout {
		width: 49%;
		padding: 24px;
		float: left;
		background-size: 150% auto;
		background-position: 100% 100%;
		margin: 0px 1% 18px 1%;
	}

		.callout h3 {
			font-size: 1.25em;
			color: #0468B0;
		}

		.callout h4 {
			font-size: 1em;
		}

	.imagebox {
		width: 49%;
		height: 200px;
		margin: 12px 0px;
		float: left;
		margin: 0px 1% 18px 1%;
	}

}

/************************************************************/

@media screen and (min-width: 667px) {

	

}

/************************************************************/

@media screen and (min-width: 736px)  {

	.callout {
		padding: 24px;
		background-size: 100% auto;
		background-position: 100% 100%;
	}

		.callout h3 {
			font-size: 1.25em;
			color: #0468B0;
			padding: 0px 50px;
		}

		.callout h4 {
			font-size: 1em;
		}

	.imagebox {
		width: 49%;
		height: 220px;
		margin: 12px 0px;
		float: left;
		margin: 0px 1% 18px 1%;
	}

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 25px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images_collection/services_topBanner.jpg');
			background-size: 100% auto;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
			width: 60%;
		}

			#mainHeading02 {
				font-size: 3em !important;
			}

			#firstHeading {
				margin-top: 24px !important;
				margin-bottom: 24px !important;
			}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 15px;
		}

		.contentcontainer {
			padding: 0;
		}

		.leftcolumn {
			width: 55%;
			float: left;
			padding-right: 24px;
		}

			.textcontent {
				width: 100%;
				height: auto;
			}

				.textcontent h3 {
					font-size: 1.5em;
					line-height: 0.9em;
					margin: 0px 0 12px 0;
				}

				.textcontent p {
					font-size: 1em;
					line-height: 1.5em;
					margin: auto auto 10px auto;
				}

				.textcontent img {
					width: 100%;
					height: auto;
					margin: 0 0 12px 0;
				}

		.rightcolumn {
			width: 45%;
			float: right;
		}

			.featuresbox h4 {
				font-size: 1.25em;
				line-height: 1.125em;
				margin: auto auto 10px auto;
			}

		.historyBox button {
			padding: 12px 5px 12px 45px;
			background-size: auto 45%;
			background-position: 1.75% 50%;
		}

			.historyBox button h3 {
				font-size: 1em;
			}

			.historyText {
				font-size: 1em;
			}

			.historyBox ul {
				margin: 0;
			}

			.historyBox li {
				margin: auto auto 8px 24px;
			}

	h3 {
		font-size: 1.5em;
		line-height: 0.9em;
		margin: 0px 0 12px 0;
	}

	/*p {
		margin: auto auto 10px auto;
	}*/

	img {
		width: 100%;
		height: auto;
		margin: 0 0 12px 0;
	}

	.imagebox {
		height: 125px;
	}

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

    .container-01 {
		padding: 25px;
	}

		.bannerImage {
			display: inline-block;
			background-size: 100% auto;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

	.mainHeading {
		margin: 0px 0px 12px 0;
		width: 60%;
	}

		#firstHeading {
		}

		.leftcolumn {
			width: 65%;
			float: left;
			padding-right: 24px;
		}

			.textcontent {
				width: 100%;
				height: auto;
			}

				.textcontent p {
					margin: auto auto 10px auto;
				}

				.textcontent img {
					width: 100%;
					height: auto;
					margin: 0 0 12px 0;
				}

		.rightcolumn {
			width: 35%;
			float: right;
		}

	/*p {
		margin: auto auto 10px auto;
	}*/

	img {
		width: 100%;
		height: auto;
		margin: 0 0 12px 0;
	}

	.callout {
		padding: 24px;
		background-size: 100% auto;
		background-position: 100% 100%;
	}

		.callout h3 {
			font-size: 1.25em;
			color: #0468B0;
			padding: 0px 50px;
		}

		.callout h4 {
			font-size: 1em;
		}

	.imagebox {
		width: 49%;
		height: 200px;
		margin: 12px 0px;
		float: left;
		margin: 0px 1% 18px 1%;
	}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 40px 40px; 
	}

}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {

	.container-01 {
		width: 1280px;
		margin: auto;
	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 60px 0 30px 0;
		}

			#mainHeading02 {
				font-size: 4em !important;
			}

			#firstHeading {
				margin-top: 24px !important;
				margin-bottom: 24px !important;
			}

		.presentedBy img {
			width: 130px;
		}

	.historyBox button {
		padding: 12px 5px 12px 55px;
		background-size: auto 45%;
		background-position: 1.5% 50%;
	}

		.historyBox button h3 {
			font-size: 1em;
		}

		.imageCaption {
			font-size: 0.75em;
			margin: 5px auto 15px auto;
		}

		.historyText {
			font-size: 1em;
		}

		.promoText ul {
			margin: 0;
		}

		.promoText li {
			font-size: 1em;
			line-height: 1em;
			margin: auto auto 8px 24px;
		}

	.callout {
		padding: 24px;
		background-size: 100% auto;
		background-position: 100% 100%;
	}

		.callout h3 {
			font-size: 1.25em;
			color: #0468B0;
			padding: 0px 50px;
		}

		.callout h4 {
			font-size: 1em;
		}

	.imagebox {
		width: 49%;
		height: 195px;
		margin: 12px 0px;
		float: left;
		margin: 0px 1% 18px 1%;
		background-size: auto 100%;
	}

		#imagebox01 {
			background-size: 100% auto;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}

		#imagebox02 {
			background-size: 100% auto;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}

		#imagebox03 {
			background-size: 100% auto;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}

		#imagebox04 {
			background-size: 100% auto;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














