/*
0C8DD7		Lake
80CC28		Lime
003393		Navy
000080		Dk Navy
B3D3F3		Sky
3A3A3A		Gray
D5E7F8	Ice
E1E1E1		Lt Gray
70C6F7		Aqua
*/

*
{
	margin: 0;
	box-sizing: border-box;
}

body
{
	font-family: Verdana, Geneva, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
	color: #003393;								/* Navy */
	position: relative;
}

h1
{
	font-size: 32px;
}

h2, h3
{
	line-height: 30px;
	font-size: 20px;
}

h3
{
	padding-bottom: 10px;
}

@font-face 
{
    font-family: 'flux';
    src: url('fonts/flux_architect_regular.woff2') format('woff2'), url('fonts/flux_architect_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'RobotoSlabBold';
    src: url('fonts/RobotoSlabBold.eot');
    src: url('fonts/RobotoSlabBold.eot') format('embedded-opentype'),
         url('fonts/RobotoSlabBold.woff2') format('woff2'),
         url('fonts/RobotoSlabBold.woff') format('woff'),
         url('fonts/RobotoSlabBold.ttf') format('truetype'),
         url('fonts/RobotoSlabBold.svg#RobotoSlabBold') format('svg');
}

@font-face 
{
	font-family: 'stix';
	src: url('fonts/stixgeneral-regular-webfont.woff2') format('woff2'), url('fonts/stixgeneral-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.cflux
{
	font-family: flux, Geneva, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
}

.crobotoslab
{
	font-family: 'RobotoSlabBold', Arial, Helmet, Freesans, sans-serif;
}

.cstix
{
	font-family: stix, 'Bookman Old Style', Bookman, 'URW Bookman L', serif;
}

.cverdana
{
	font-family: Verdana, Geneva, 'Bitstream Vera Sans', 'DejaVu Sans', sans-serif;
}

.cbasictext
{
	color: #003393;
}

.cerrortext
{
	color: #D40000;
}

.canounder
{
	text-decoration: none;
	color: inherit;
	font: inherit;
}

.cindent100
{
	padding-left: 100px;
}

.cnavy
{
	color: #003393;
}

.cwhitebk
{
	background-color: #FFFFFF;
}

.climebk
{
	background-color: #80CC28;
}

.cicebk
{
	background-color: #D5E7F8;
}

.cltgraybk
{
	background-color: #E1E1E1;
}

.cdkgraybk
{
	background-color: #C1C1C1;
}

.clakebar
{
	width: 100%;
	background-color: #0C8DD7;
	line-height: 10px;
}

#iheaderland
{
	display: block;
	width: 100%;
}

#iheaderport
{
	display: none;
}
	
#inavlandscape
{
	display: block;
	padding: 1% 0;
}

#inavportrait
{
	display: none;
}

#inavlandscape a:hover, #inavportrait a:hover
{
	background-color: #003393;		/* Navy */
}

.cnavlandgrid
{
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 4%;
}

.cnavlandgrid1
{
	width: 80%;
}

.cnavlandgrid2
{
	width: 90%;
	margin-top: 1%;
}

.cnavlandgrid > div		/* immediate children only */
{
	position: relative;
}

.cnavlandgrid a
{
	position: relative;
	text-decoration: none;
	background-color: #0C8DD7;		/* Lake */
	color: #FFFFFF;
	font-size: 25px;
	padding: 2px 30px 5px 30px;
	/* box-shadow: 4px 1px 6px 0px rgba(0,0,0,0.2); old codes
	border: solid rgba(0, 0, 0, 1) 0px; */
	box-shadow: 4px 1px 6px 0px rgba(0 0 0 / 20%);
	border: solid rgba(0 0 0 / 100%) 0px;
	z-index: 10;
}

.cshadow
{
	position: absolute;
	width: 180px;
	top: 35px;
	right: 60px;
	z-index: 0;
}

#ititle
{
	font-size: 300%;
}

.ccontents
{
	width: 95%;
	text-align: left;
	padding-bottom: 2%;
}

#icontentsgrid
{
	display: grid;
	grid-template-columns: 33% auto;
	grid-column-gap: 2%;
}

#icontentsgrid > div
{
	padding: 20px;
}

.chighlight
{
	background-color: #70C6F7;
	padding: 2px 10px;
}

.cprocessgrid1
{
	display: grid;
	grid-template-columns: 66% auto;
	grid-column-gap: 2%;
}

.cprocessgrid2
{
	display: grid;
	grid-template-columns: 22% auto;
	grid-column-gap: 2%;
}

.cprocessimg
{
	margin-top: 50px;
}

#ifooterlandgrid
{
	display: block;
	background-color: #80CC28;		/* Lime */
	color: #000080;								/* Dk Navy */
	padding: 1% 0;
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: auto 1% auto;
	grid-column-gap: 2%;
	font-size: 90%;
}

#ifooterport
{
	display: none;
	background-color: #80CC28;		/* Lime */
	color: #000080;								/* Dk Navy */
	padding: 1% 0;
	font-size: 80%;
	line-height: 30px;
}

#iflagimg
{
	width: 50px;
	vertical-align: middle;
}

#icslbimg
{
	width: 40px;
	vertical-align: middle;
	margin: 0 2% 0 5%;
}

#isubh2
{
	margin-bottom: 2%; 
	padding: 1%; 
	font-weight: normal;
}

#isubpara
{
	margin-top: 2%; 
	padding: 1%; 
}

.cbox
{
	border: 2px solid #003393;
	margin-top: 2%;
	padding: 2%;
}

#igallerygrid
{
	display: grid;
	grid-template-columns: 30% auto;
	grid-column-gap: 4%;
}

#igallerythumbsdiv
{
	text-align: right;
}

#igallerylargediv
{
	text-align: left;
}

#igallerylargeimg
{
	width: 95%;
}

.cthumbimg
{
	width: 48%;
}

#icontacttable input
{
	margin-bottom: 20px;
}

#isendimg
{
	width: 90px;
}

@media screen and (max-width: 1500px) 
{
	#inavlandscape
	{
		padding: 1% 0 2% 0;
	}
	
	.cnavlandgrid a
	{
		font-size: 20px;
	}
	
	.cnavlandgrid > div
	{
		padding: 10px 0;
	}
	
	.cshadow
	{
		width: 150px;
		top: 26px;
		right: 40px;
	}
}

@media screen and (max-width: 1175px) 
{
	h1
	{
		font-size: 28px;
	}
	
	h2, h3
	{
		line-height: 25px;
		font-size: 16px;
	}

	.cnavlandgrid a
	{
		font-size: 18px;
	}
	
	.cshadow
	{
		right: 10px;
	}
	
	#ifooterlandgrid
	{
		line-height: 30px;
	}
	
	#ifooterlandgrid a, #ifooterport a
	{
		padding: 15px 0;
	}
	
	#isendimg
	{
		width: 75px;
	}
}

@media screen and (max-width: 900px) 
{
	
	h1
	{
		font-size: 25px;
	}
	
	h2, h3
	{
		line-height: 20px;
		font-size: 14px;
	}

	.cnavlandgrid a
	{
		font-size: 15px;
		padding: 5px 20px 8px 20px;
	}
	
	.cshadow
	{
		width: 120px;
		top: 27px;
	}
	
	#ifootergrid
	{
		font-size: 80%;
		line-height: 20px;
	}
	
	#iflagimg
	{
		width: 40px;
	}
	
	#icslbimg
	{
		width: 30px;
	}
	
	#isubh2
	{
		padding: 2%; 
	}
}

@media screen and (max-width: 850px) 
{
	#icontentsgrid
	{
		display: block;
	}
	
	#igroundprocessdiv
	{
		margin-top: 3%;
	}
}

@media screen and (max-width: 700px) 
{
	#iheaderport
	{
		display: block;
		width: 100%;
	}
	
	#iheaderland
	{
		display: none;
	}
	
	#inavlandscape
	{
		padding: 3% 0 5% 0;
	}
	
	.cnavlandgrid1
	{
		margin-bottom: 4%;
	}
	
	.cnavlandgrid a
	{
		font-size: 12px;
		padding: 15px;
	}
	
	.cshadow
	{
		width: 90px;
		right: 5px;
	}
	
	#ifooterlandgrid
	{
		display: none;
	}
	
	#ifooterport
	{
		display: block;
		padding: 2% 0;
	}
	
	#iflagimg
	{
		width: 30px;
	}
	
	#icslbimg
	{
		width: 30px;
		margin: 0;
	}
	
	#isendimg
	{
		width: 65px;
	}
}

@media screen and (max-width: 575px) 
{
	body
	{
		font-size: 90%;
		line-height: 25px;
	}
	
	h1
	{
		font-size: 18px;
	}
	
	h2, h3
	{
		font-size: 12px;
	}
	
	#inavportrait
	{
		display: block;
		padding: 3% 0 7% 0;
	}
	
	#inavlandscape
	{
		display: none;
	}
	
	.cnavportgrid
	{
		width: 80%;
		display: grid;
		grid-template-columns: auto auto;
		grid-column-gap: 4%;
		grid-row-gap: 35px;
	}
	
	.cnavportgrid > div		/* immediate children only */
	{
		position: relative;
	}

	.cnavportgrid a
	{
		position: relative;
		text-decoration: none;
		background-color: #0C8DD7;		/* Lake */
		color: #FFFFFF;
		font-size: 15px;
		padding: 5px 30px 8px 30px;
		/* box-shadow: 4px 1px 6px 0px rgba(0,0,0,0.2); old codes
		border: solid rgba(0, 0, 0, 1) 0px; */
		box-shadow: 4px 1px 6px 0px rgba(0 0 0 0 / 20%);
		border: solid rgba(0 0 0 / 100%) 0px;
		z-index: 10;
	}
	
	.cshadow
	{
		width: 100px;
		right: 15%;
	}
	
	#ititle
	{
		font-size: 250%;
	}
	
	.clakebar
	{
		line-height: 5px;
	}
	
	#igallerygrid
	{
		display: block;
	}
	
	.cthumbimg
	{
		width: 18%;
	}
	
	#igallerythumbsdiv, #igallerylargediv
	{
		text-align: center;
	}
}

@media screen and (max-width: 475px) 
{
	#inavportrait
	{
		padding-bottom: 10%;
	}
	
	.cnavportgrid
	{
		grid-row-gap: 40px;
	}
	
	.cnavportgrid a
	{
		font-size: 12px;
		padding: 8px 20px 12px 20px;
	}
	
	.cshadow
	{
		top: 30px;
	}
	
	.ccontents
	{
		width: 100%;
	}
	
	.cprocessgrid1, .cprocessgrid2
	{
		display: block;
	}
	
	.cprocessimg
	{
		margin-top: 0;
	}
	
	#ifooterport
	{
		font-size: 70%;
	}
}

@media screen and (max-width: 425px) 
{
	#inavportrait
	{
		padding-bottom: 12%;
	}
	
	.cnavportgrid
	{
		width: 95%;
	}
	
	.cshadow
	{
		width: 90px;
	}
	
	.cbox
	{
		border: none;
		padding: 0;
	}
}