html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1.5;
	font-family:Lato, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Light", "Lato Medium", "Lato Thin", "Lato Semibold";
}




ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
    overflow-y: scroll; /* Ensures the scrollbar is always visible */
}
body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}
	

	body {
	background:no-repeat, #D4D9DD url("images/bg03.jpg");
	color: #444444;
	font-size: 16pt;
	font-family:Source Sans Pro, "Source Sans Pro Semibold";			
	line-height: 1.5em;
	font-weight:normal;
	}


	input, textarea, select {
		color: #fff;
		font-size: 12pt;
		font-family:Lato, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Light", "Lato Medium", "Lato Thin", "Lato Semibold";
		line-height: 1.85em;
		font-weight: 400;
	}

	ul, ol, p, dl {
		margin: 0 0 1em 0;
	}

	a {
		text-decoration: none;
		cursor:pointer;
	}

		a:hover {
			text-decoration: none;
		}

	section > :last-child,
	section:last-child,
	.last-child {
		margin-bottom: 0 !important;
	}

/* different p text class /* Adjust the size as needed */

.small-text {
    font-size: 0.9em; 
	line-height:1.25em;
	color:#036;
	
}


/* toggle link color and decoration */

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1200px;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 1200px;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: calc(100% - 40px);
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: calc(100% - 50px);
			}
																
		}

		@media screen and (max-width: 736px) {

			.container {
				width: calc(100% - 40px);
			}

		}
		
		

/* Row */

	.row {
		display: flex;
		flex-wrap: no-wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			background-color:#E9E9E9;
			width: 25%;
			margin-left:15px;
			margin-right:5px;
			margin-bottom:15px;
			padding:20px 20px 20px 20px;
			box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -6.25px;
			margin-left: -6.25px;
		}

			.row.gtr-25 > * {
				padding: 6.25px 0 0 6.25px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -6.25px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 6.25px;
				}

		.row.gtr-50 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-50 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row {
			  margin-top: -25px;
			margin-left: -25px;
		}

			.row > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-uniform > * {
					padding-top: 25px;
				}

		.row.gtr-150 {
			margin-top: -37.5px;
			margin-left: -37.5px;
		}

			.row.gtr-150 > * {
				padding: 37.5px 0 0 37.5px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -37.5px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 37.5px;
				}

		.row.gtr-200 {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row.gtr-200 > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 50px;
				}

		@media screen and (max-width: 1680px) {

/* Row */
			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 1280px) {

/* Row */

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 980px) {
.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}
			

/* Multi-use */

	.link-list li {
		padding: 0.2em 0 0.2em 0;
	}

		.link-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.link-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

	.quote-list li {
		padding: 1em 0 1em 0;
		overflow: hidden;
	}

		.quote-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.quote-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		.quote-list li img {
			float: left;
		}

		.quote-list li p {
			margin: 0 0 0 90px;
			font-size: .9em;
			font-style: italic;
		}

		.quote-list li span {
			display: block;
			margin-left: 100px;
			line-height: 1.5em;
			font-size: 0.7em;
			font-weight: 400;
		}

	.check-list li {
		padding: 0.7em 0 0.7em 45px;
		font-size: 1em;
		background: url("images/icon-checkmark.png") 0px 1.05em no-repeat;
	}

		.check-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
			background-position: 0 0.3em;
		}

		.check-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

	.feature-image {
		display: block;
		margin: 0 0 2em 0;
		outline: 0;
	}

		.feature-image img {
			display: block;
			width: 100%;
		}

	.bordered-feature-image {
		display: block;
		background: #fff url("images/bg04.png");
		padding: 10px;
		box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		margin: 0 0 1.5em 0;
		outline: 0;
	}

		.bordered-feature-image img {
			display: block;
			width: 100%;
		}

	.button-large {
		background-image: -moz-linear-gradient(top, #000, #000);
		background-image: -webkit-linear-gradient(top, #000, #000);
		background-image: -ms-linear-gradient(top, #000, #000);
		background-image: linear-gradient(top, #000, #000);
		display: inline-block;
		background-color:#000;
		color: #fff;
		text-decoration: none;
		font-size: 1em;
		height: 2em;
		line-height: 2em;
		font-weight: 400;
		padding: 0 30px;
		outline: 0;
		border-radius: 10px;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0), inset 0px 2px 0px 0px rgba(255, 192, 192, 0), inset 0px 0px 0px 2px rgba(255, 96, 96, 0), 3px 3px 3px 1px rgba(0, 0, 0, 0);
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
	}

		.button-large:hover {
			background-image: -moz-linear-gradient(top, #006698, #006698);
			background-image: -webkit-linear-gradient(top, #006633, #006633);
			background-image: -ms-linear-gradient(top, #006633, #006633);
			background-image: linear-gradient(top, #006633, #006633);
			background-color:#006633;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0), inset 0px 2px 0px 0px rgba(255, 192, 192, 0), inset 0px 0px 0px 2px rgba(255, 96, 96, 0), 3px 3px 3px 1px rgba(0, 0, 0, 0);
		}

		.button-large:active {
			background-image: -moz-linear-gradient(top, #093, #063);
			background-image: -webkit-linear-gradient(top, #093, #063);
			background-image: -ms-linear-gradient(top, #093, #063);
			background-image: linear-gradient(top, #093, #063);
			background-color: #ce1a00;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0), inset 0px 2px 0px 0px rgba(255, 192, 192, 0), inset 0px 0px 0px 2px rgba(255, 96, 96, 0), 3px 3px 3px 1px rgba(0, 0, 0, 0);
		}

/* Header */

	#header {
		position: relative;
		background: #3B4346 url("images/bg01a.jpg");
		box-shadow: inset 0px -1px 0px 0px #51575a;
		font:Aptos,"Aptos Black";
	}

		#header > .container {
			position: relative;
			padding-top:0px;
			padding-bottom:5px;
			min-height: 0px;
		}



		#body {
  			background: url url(../../images/mccannlogo.png)
		}

			#header h1 a {
				color: #fff;
				text-decoration: none;
			}

/* Container for the dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Content */

	#content {
		background: #f7f7f7 url("images/bg04.png");
		border-top: solid 1px #fff;
		padding: 20px 45px 30px 0px;
		line-height:1.5em; 
	}

		#content section {
			background: #fff;
			padding: 20px 35px 45px 35px;
			box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
			margin: 0 0 25px 0;
		}

		#content h2 {
			font-family:Source Sans Pro, "Source Sans Pro Black", "Source Sans Pro Semibold";			
			font-size: 1.75em;
			line-height:1.15em; 
			color:#006698;
			font-weight:500;
		}

		#content h3 {
			font-family:Source Sans Pro, "Source Sans Pro Black", "Source Sans Pro Semibold";			
			color: #333333;
			font-size: 1.25em;
			font-weight: 500;
			padding-bottom:10px;
		}


		#content h4 {
			font-family:Source Sans Pro, "Source Sans Pro Black", "Source Sans Pro Semibold";			
			color: #036;
			font-size: 1.1em;
			font-weight: 600;
			padding-bottom:5px;
			padding-top:5px;
		}



		#content h5 {
			font-family:Source Sans Pro, "Source Sans Pro Black", "Source Sans Pro Semibold";			
			color:#333;			font-size: 1em;
			font-weight: 800;
			line-height:1.25em;
			padding-bottom:5px;
			padding-bottom:10px;
		}
		
		#content h6 {
	font-family:IBM Plex Sans Medium;
	color: #333;
	font-size: 1.1em;
	font-weight: 450;
	font-style:oblique;
	padding-bottom:25px;
		}





		#content a {
	color: #039;
		}

		#content header {
			margin: 0 0 2em 0;
		}

		#content .quote-list li {
			border-bottom: solid 1px #e2e6e8;
		}

		#content .link-list li {
			border-bottom: solid 1px #e2e6e8;
		}

		#content .check-list li {
			border-bottom: solid 1px #e2e6e8;
		}


	.check-listx li {
		padding: 0.2em 1.0em 0.2em 50px;
		font-size: 1em;
		background: url("images/icon-checkmarkx.png") 0px 1.05em no-repeat;
		padding-left:40px;
		list-style-type: none;
		background-position: 0.1em 0.3em;
	}

		.check-listx li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.check-listx li:last-child {
			padding-bottom: 10px !important;
			border-bottom: 0 !important;
			background-position: 0.1em 0.3em;
		}


		#content .check-listx li {
			border-bottom: solid 0px #e2e6e8;
		}

		
	.listx li {
		margin-left:40px;
		font-size: 1em;
		padding-left:10px;
		padding-bottom:5px;
		list-style:square;
		background-position: 0.1em 0.3em;
	}

	.listnum li {
		margin-left:40px;
		font-size: 1em;
		padding-left:10px;
		padding-bottom:10px;
		list-style-type:decimal;
		background-position: 0.1em 0.3em;
	}





/* Footer */

	#footer {
		padding: 45px 0 45px 0;
		text-shadow: 1px 1px 1px white;
		color: #546b76;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	}

		#footer h2 {
			font-size: 1.25em;
			color: #212f35;
			margin: 0 0 1em 0;
		}

		#footer a {
			color: #546b76;
		}

		#footer .quote-list li {
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}

		#footer .link-list li {
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}

		#footer .check-list li {
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}

/* Copyright */

	#copyright {
		border-top: solid 1px #b5bec3;
		box-shadow: inset 0px 1px 0px 0px #e0e4e7;
		text-align: center;
		padding: 45px 0 80px 0;
		color: #8d9ca3;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	}

		#copyright a {
			color: #8d9ca3;
		}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Multi-use */

			.check-list li {
				font-size: 1em;
				line-height: 2em;
			}

			.quote-list li {
				padding: 1em 0 1em 0;
			}

				.quote-list li img {
					width: 60px;
				}

				.quote-list li p {
					margin: 0 0 0 80px;
					font-size: 1em;
					font-style: italic;
					line-height: 1.8em;
				}

				.quote-list li span {
					display: block;
					margin-left: 80px;
					font-size: 0.8em;
					font-weight: 400;
					line-height: 1.8em;
				}

			.feature-image {
				margin: 0 0 1em 0;
			}

			.button-large {
				font-size: 1.5em;
			}

		/* Banner */

			#banner p {
				font-size: 1.75em;
			}

		/* Header */

			#header h1 {
				font-size: 3em;
			}

			#header nav a {
				font-size: 1.1em;
			}

		/* Content */

			#content h2 {
				font-size: 3em;
			}

			#content h3 {
				font-size: 1.1em;
			}

			#content header {
				margin: 0 0 1.25em 0;
			}

	}

/* Medium */


	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}


		/* Content */

			#content {
				padding: 25px 0;
			}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}



	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 13pt;
				line-height: 1.4em;
			}

		/* Multi-use */

			.link-list li {
				padding: 0.75em 0 0.75em 0;
			}

			.quote-list li p {
				margin-bottom: 0.5em;
			}

			.check-list li {
				font-size: 1em;
			}

			.button-large {
				width: 100%;
			}

		/* Banner */

			#banner p {
				font-size: 1.25em;
				font-weight: 200;
				line-height: 1.25em;
				margin: 0 0 1em 0;
			}

		/* Content */

			#content section {
				padding: 30px 20px;
			}

			#content h2 {
				font-size: 2.25em;
			}

			#content h3 {
				font-size: 1em;
			}


			#content h4 {
				font-size: 1em;
			}


			#content header {
				margin: 0 0 1.25em 0;
			}

		/* Footer */

			#footer .link-list {
				margin: 0 0 10px 0 !important;
			}

		/* Copyright */

			#copyright {
				padding: 20px 30px;
			}

	}

	#badges {
		background:#fff;
		text-align:center;
		font:Aptos;
		font-size: .85em;
		line-height: 1.5em;
		padding: 45px 0 25px 0;
		color: #000;
	}

		#badges h2 {
			font-size: .95em;
			text-align:center;
			font:Aptos;
			line-height: 1.25em;
			font-weight:800;
			color: #000;
			margin: 0 0 0.25em 0px;
		}

		#badges a {
			color: #000;
		}

		#badges strong {
			color: #000;
		}

/* badge images */

	.badge-image {
		display: block;
		margin: 0 0 1em 0;
		padding:20px;
		outline: 0;
		box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
}


	.bordered-badge-image {
		display: block;
		background: #fff url("images/bg04.png");
		padding: 10px;
		box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		margin: 0 0 1.5em 0;
		outline: 0;
	}

		.bordered-badge-image img {
			display: block;
		}


	.badge-container {
		text-align: center;
	}


.badge-image img {
    display: block;
    margin: 0 auto;
    max-width: 70%; /* or 100%, or set a fixed width if needed */
    height: auto;
		
}

h2 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.5em; /* Optional: tweak size for consistency */
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* Banner */

	#banner {
		background-image:url(../../images/pic09.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;

		box-shadow: inset 0px 1px 0px 0px #3e484a;
		padding: 35px 0 35px 0;
		color: #000;
	}

		#banner .bordered-feature-image {
			margin-bottom: 0;
		}

		#banner p {
			font:Roboto, "Roboto Bk", "Roboto Cn", "Roboto Lt", "Roboto Th";
			font-size: 1.1em;
			font-weight: 600;
			color: #000;
			line-height: 1.25em;
			padding-top: 0spx;
			padding-right: 40px;
			margin: 0em 0 1em 0;
		}

		#banner h2 {
  			font-family:Roboto;
			text-wrap:none; 
			font-size: 1.6em;
			font-weight: 800;
			color: #036;
			padding-top: 20px;
			margin: 0 0 .5em 0;
		}


/* Features */

	#features {
		background:#fff;
		font:Lato, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Light", "Lato Medium", "Lato Thin", "Lato Semibold";
		font-size: .87em;
		line-height: 1.5em;
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
		padding: 40px 0 25px 0;
		color: #000;
	}

		#features h2 {
			font-size: 1.25em;
			font:Montserrat, "Montserrat Black", "Montserrat ExtraBold", "Montserrat ExtraLight", "Montserrat Light", "Montserrat Medium", "Montserrat SemiBold", "Montserrat Thin", Roboto, "Roboto Bk", "Roboto Cn", "Roboto Lt", "Roboto Th";
			line-height: 30px;
			font-weight:800;
			color: #000;
			margin: 0 0 0.5em 0px;
		}

		#features a {
			color: #03F;
		}

		#features strong {
			color: #000;
		}


/* Header CTA button and phone */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0px 0;
}

.logo-block img {
  height: 100px;
  width: auto;
  max-width: 100%;
}

.logo-block {
  position: relative;
  margin-left:-10px;
  margin-top: -80px;
  top: 130px; /* or however far down you want it */
}


.header-cta {
  text-align: right;
  padding-bottom:20px;
  padding-right:20px;
}

.cta-phone {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 8px;
}

.cta-phone a {
  color: #ED391B;
  text-decoration: none;
}

.btn-cta {
  background-color: #ED391B;
  color: white;
  padding: 6px 15px;
  font-size: 0.9em;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-cta:hover {
  background-color: #C72C10; /* darker navy hover */
  color: white;
  text-decoration: none;
}
.btn-cta {
  cursor: pointer;
}



#nav.show {
  display: flex;
}
/* Adjust the size as needed */
   .branding {
      display: flex;
      align-items: center;
      gap: 0px;
    }

    .branding img {
      height: 80px;
      width: auto;
      max-width: 100%;
    }

    .branding-text {
      font-family:Roboto;
      font-size: 2.2 em;
	  text-align:left;
	  font-weight:600;
      color: #006698;
      white-space: nowrap;
    }




/* Hide nav links initially on mobile */

/* ============================
   DEFAULT DESKTOP STYLES
   ============================ */

/* ========================
   Top-level nav and child links
   ======================== */

/* Top-level links */


/* Child links inside dropdowns */
.child-link {
  font-family: Roboto, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  color: #333;
  text-align: left;
  text-decoration: none;
  display: block;
}

.child-link:hover {
  background-color: #ddd;
  color: #333;
  font-weight: 600;
}
/* Hamburger hidden on desktop */
#mobile-nav-toggle {
  display: none;
}


#nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#nav .nav-link {
  font-weight: 500;
  font-size: 0.95em;
  color: #333;
  padding-right: 20px;
  text-decoration: none;
}

#nav .nav-link:hover {
	color: #006698;
}


/* Nav links visible on desktop */

/* Dropdown links styling */
.dropdown-content a {
  display: block;
  padding: 5px 5px;
  color: #333;
  font-weight:600;
  text-decoration: none;
}

.dropdown-content a:hover {
  	color:#006698;
	background-color: #cffafe;
}

/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown content hidden initially */
.dropdown-content {
  	display: none;
  	position: absolute;
	font-size:.9em;
  	background-color: #fff;
  	padding: 5px 5px;
  	z-index: 999;
  	min-width: 340px;
}


/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
  display: block;
}


/* Desktop dropdown hover link glow */
.dropdown:hover .dropdown-toggle {
	border-radius: 5px;
	background-color: #cffafe;
	transition: background-color 0.3s ease;
}
  
  .header-cta {
  z-index: 10;
  position: relative;
}


.menu-label {
  display: none; /* hide by default */
}



.image-float-left {
  float: left;
  margin: 0 0 0 1em;
  max-width: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.image-float-left img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}


.image-float-right {
  float: right;
  margin: 0 0 0 1em;
  max-width: 200px;
  border-radius: 0px;
  overflow: hidden;
}

.image-float-right img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
}

.iso-family h2 {
  cursor: pointer;
  font-family:IBM Plex Sans;
  font-size: .95em;
  font-weight:500;
	color:color:#006698;
	font-weight:700;
	line-height:1em; 
	border-radius: 6px;
  	padding-left: 40px;
  	padding-top:5px;
  	margin-bottom:5px;
}

.iso-item h3 {
  cursor: pointer;
  font-family:IBM Plex Sans;
  font-weight:400;
  color:#093;
  border-radius: 6px;
  font-size: .92em;
  padding-left: 45px;
  padding-top: 5px;
}

.iso-desc {
  display: none;
  font-size:.95em;
  line-height:1.25em;
  color:#333;
  padding: 5px 0px 0px 50px;
}



/* ============================
   MOBILE STYLES - Max Width 768px
   ============================ */


@media (max-width: 768px) {
 /* Center logo */


.logo-block {
    display: flex;
    justify-content: center;
  }



  .logo-block img {
    max-height: 150px;
    height: auto;
	margin-top:30px;
  }
  .logo-block {
  position: relative;
  margin-top: -20px;
  top: 30px; /* or however far down you want it */
}

  /* Hamburger + CTA row */
  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
  }

  #mobile-nav-toggle {
    display: block;
    font-size: 2.5em;
    background: none;
	margin-top:30px;
    border: none;
    color: #069;
    cursor: pointer;
    z-index: 10000;
  }

  .header-cta {
    text-align: right;
	padding-top:50px;
    font-size: 0.9em;
  }

  .cta-phone a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }

  .btn-cta {
    background-color: #006699;
    color: white;
    padding: 5px 14px;
    font-size: 0.85em;
    text-decoration: none;
  }

  .btn-cta:hover {
  background-color: #c43210;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn-cta {
  cursor: pointer;
}
  

  /* Navigation menu hidden initially */
  #nav {
    display: none;
    flex-direction: column;
	align-items: flex-start;
    width: 100%;
    background-color: #006698;   /* Dropdown Main screen Background */
    padding: 10px 20px;
  }

  #nav.show {
    display: flex;
  }
  
  
  
  

  /* Top nav links */
@media (max-width: 768px) {
  #nav .nav-link {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    padding-left: 20px;
    color: white;
  }

  #nav .nav-link:hover {
    background-color: #fff;
    color: #006698;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

  #nav .dropdown {
    width: 100%;
    margin-top: 5px; /* <--- ADD THIS */
    margin-bottom: 5px; /* <--- ADD THIS */
  }


  /* Dropdown content */
  .dropdown-content {
    display: none;
    flex-direction: column;
	font-size:.9em;
	width: 100%;
    overflow: hidden;
    background-color: #fff;
    max-height: 0;
    transition: max-height 0.3s ease-out;
  }

  .dropdown-content.show {
    display: flex;
    max-height: 400px;
  }

#nav .dropdown:not(:last-child) {
  margin-bottom: 10px;
}

  .dropdown-content a {
	margin: 5px 5px 5px 5px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
  }

  /* Gives the link an inset look */

  .dropdown-content a:hover {
    background-color: #006698;
	color: #fff;
  }

  /* Fix parent container */
  .header-nav {
    width: 100%;
  }

  .header-cta {
    flex: 1;
  }

#infosec-maturity h2, #infosec-maturity h3 {
  font-family: Roboto, sans-serif;
  margin-top: 10px;
}

#infosec-maturity ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style-type: disc;
}

#infosec-maturity li {
  margin-bottom: 5px;
}


  .image-float-right {
    float: none;
    display: block;
    margin: 0 auto 1em auto;
    max-width: 100%;
  }


  .image-float-left {
    float: none;
    display: block;
    margin: 0 auto 1em auto;
    max-width: 100%;
  }












.iso-family h2 {
	cursor: pointer;
	color:#006;
	font-size: .95em;
	font-weight:700;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-top:5px;
  	margin-bottom:5px;
}

.iso-item h3 {
	cursor: pointer;
	font-size: .8em;
  	font-weight:500;
	color:#093;
	padding-left: 0px;
	line-height:1.2em;
  	padding-top:10px;
  	margin-bottom:0px;
}

.iso-desc {
  display: none;
  font-size:.85em;
  line-height:1.25em;
  color:#000;
  font-weight:500;
  padding-left:5px;
  padding-top:5px;
  padding-bottom:10px;
}



}


