body {margin: 0px;font-family: Lato;}

div.global-top-nav
{
	padding: 0px;
	margin: 0px;
	background: rgba(230, 232, 234, 1);
	box-shadow: 0px 1px 4px lightgrey;
	user-select: none;
	position: fixed;
	width: 100%;
}

div.global-top-nav > div.global-top-nav-container
{
	position: relative;
}

div.global-section-variant-3
{
	background: rgb(251, 253, 255);
	padding: 30px 40px;
	display: block;
	flex: 1;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: calc(100% - 80px);
}

.ahref_s1
{
	color: black;
	display: inline-block;
	margin: 10px 0px;
	cursor: pointer;
	text-decoration: none;
	pointer-events: auto;
}

.ahref_s1:hover
{
	text-decoration: underline;
}

button.btn-1
{
	background: #eb4444;
	color: white;
	border: none;
	border-radius: 15pt;
	padding: 7px 15px 9px 15px;
	font-family: Lato;
	user-select: none;
	cursor: pointer;
	font-size:11pt;
	font-weight: normal;
}

button.btn-1:hover
{
	background: #eb2222;
}

button.btn-1:active
{
	background: #d90404;
}

button.btn-2
{
	background: rgb(230,233,238);
	color: black;
	border: 1px solid rgb(210,213,218);
	border-radius: 15pt;
	padding: 7px 15px 9px 15px;
	font-family: Lato;
	user-select: none;
	cursor: pointer;
	font-size:11pt;
	font-weight: normal;
}

button.btn-2:hover
{
	background: rgb(220,223,228);
}

button.btn-2:active
{
	background: rgb(210,213,218);
}

div.global-section-variant-4
{
	background: rgb(251, 253, 255);
	padding: 30px 40px;
	display: block;
	width: 100%;
}

div.global-section-variant-5
{
	background: rgb(254, 255, 255);
	padding: 30px 0px;
	display: table;
	text-align: center;
	width: 100%;
}

div.global-section-variant-5 > div.global-section-variant-5-item
{
	background: rgb(244, 245, 245);
	border: 1px solid rgb(220, 222, 224);
	padding: 10px 20px;
	display: inline-block;
	border-radius: 2px;
	user-select: none;
	cursor: pointer;
	text-align: center;
	width:200px;
	border-bottom: 5px solid #eb0000;
	margin: 10px 10px;
	vertical-align: top;
}

div.global-section-variant-5:hover > div.global-section-variant-5-item:hover
{
	box-shadow: 0px 0px 4px 1px lightgrey;
}

div.global-section-variant-5:hover > div.global-section-variant-5-item:active
{
	background: rgb(234, 235, 235);
	box-shadow: 0px 0px 4px 1px lightgrey;
}

.global-section-variant-4-coll {
	font-family: Montserrat;
	background-color: #f0f0f0;
	color: black;
	cursor: pointer;
	padding: 12px 15px;
	width: calc(100% - 80px);
	border: 1px solid #d9d9d9;
	text-align: left;
	outline: none;
	font-size: 16px;
	user-select: none;
	font-weight: bold;
}

.global-section-variant-4-active, .global-section-variant-4-coll:hover {
	background-color: #d9d9d9;
}

.global-section-variant-4-coll:after {
	content: '\002B';
	color: black;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.global-section-variant-4-active:after {
	content: "\2212";
}

.global-section-variant-4-coll-content {
	padding: 0 15px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f1f1f1;
	width: calc(100% - 110px);
}

ul.global-breadcrumb-0 {
	padding: 5px 16px;
	list-style: none;
	background-color: transparent;
	border-radius:5pt;
	width: calc(100% - 30px);
	text-align: center;
}
ul.global-breadcrumb-0 li {
	display: inline;
	font-size: 16px;
}
ul.global-breadcrumb-0 li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}
ul.global-breadcrumb-0 li a {
	color: #0275d8;
	text-decoration: none;
}
ul.global-breadcrumb-0 li a:hover {
	color: #01447e;
	text-decoration: underline;
}

div#privacypolicy, div#termsofservice
{
	display: none;
}

div#privacypolicy:not(:target), div#termsofservice:not(:target)
{
	display: none;
}

div#privacypolicy:target, div#termsofservice:target
{
	display: block;
}



@media only screen and (max-width: 500px)
{
	img.img_resize_template_0
	{
		height:225px;
	}
} 

@media only screen and (min-width: 501px)
{
	img.img_resize_template_0
	{
		height:300px;
	}
} 

@media only screen and (max-width: 900px) 
{
	/* mobile (under 600px width) */
	
	div.global-top-nav > div.global-top-nav-container > div.global-top-nav-leftmargin
	{
		float: left;
		background-image: url('sm_ico.png');
		background-repeat: no-repeat;
		background-size: 40px;
		padding: 10px 30px 30px 10px;
		margin: 0px 10px;
		cursor: pointer;
	}
	
	div.global-top-nav > div.global-top-nav-container > div.global-top-nav-rightmargin
	{
		right: 0px;
		position: fixed;
		background-image: url('3_bar.png');
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: center;
		padding: 20px 25px;
		margin: 0px;
		cursor: pointer;
		width:0px;
	}
	
	div.global-top-nav > div.global-top-nav-container > div.global-top-nav-itemcontainer
	{
		position: fixed;
		background: rgba(200,200,200,1);
		width: 100%;
		top: 40px;
		left: 0px;
		height: auto;
		display: none;
	}
	
	div.global-top-nav > div.global-top-nav-container > div.global-top-nav-itemcontainer > div.global-top-nav-rightbtncontainer
	{
		position: relative;
		margin: 5px 10px;
	}
	
	button.global-top-nav-btn-0a
	{
		border: 1px solid #eb0000;
		background-color: #eb5555;
		color: white;
		font-family: Montserrat;
		font-size: 11pt;
		padding: 8px 15px;
		cursor: pointer;
		user-select: none;
	}
	
	button.global-top-nav-btn-0b
	{
		border: 1px solid rgb(220,223,228);
		background-color: rgb(230,233,238);
		color: black;
		font-family: Montserrat;
		font-size: 11pt;
		padding: 8px 15px;
		cursor: pointer;
		user-select: none;
	}
	
	button.global-top-nav-btn-0a:hover
	{
		background-color: #eb0000;
	}
	
	button.global-top-nav-btn-0b:hover
	{
		background-color: rgb(220,223,228);
	}
	
	div.global-top-nav > div.global-top-nav-container > div.global-top-nav-itemcontainer > div.global-top-nav-item
	{
		background: rgba(220, 222, 224, 1);
		padding: 15px 20px 15px 20px;
		cursor: pointer;
		width: 100%;
		font-family: Montserrat;
	}

	div.global-top-nav:hover > div.global-top-nav-container:hover > div.global-top-nav-itemcontainer:hover > div.global-top-nav-item:hover
	{
		background: rgba(201, 202, 204, 1);
	}
	
	div.global-section-variant-0
	{
		background-image: url('bgx_2.png');
		background-repeat: no-repeat;
		background-size: cover;
		padding: 20px 25px;
		display: block;
		justify-content: space-around;
	}

	div.global-section-variant-0 > div.global-section-variant-0-left
	{
		width: 100%;
		padding: 10px 15px;
	}

	div.global-section-variant-0 > div.global-section-variant-0-right
	{
		padding: 10px 15px;
		width: 100%;
	}
	
	div.global-section-variant-1
	{
		background: rgb(251, 253, 255);
		padding: 30px 40px;
		display: block;
	}

	div.global-section-variant-1 > div.global-section-variant-1-left
	{
		width: 100%;
		padding: 10px 15px;
	}

	div.global-section-variant-1 > div.global-section-variant-1-right
	{
		padding: 10px 15px;
		width: 100%;
	}
	
	div.global-section-variant-2
	{
		background: rgb(251, 253, 255);
		padding: 30px 40px;
		display: block;
	}
	
	div.global-section-variant-2 > div.global-section-variant-2-item
	{
		background: transparent;
		border-top: 0px solid #d9d9d9;
		border-bottom: 2px solid #d9d9d9;
		border-radius: 0px;
		margin: 0px 0px;
		padding: 10px 15px;
		width: calc(100% - 35px);
	}
	
	footer.global-footer
	{
		background: rgb(220,220,222);
		padding: 20px 40px;
		display: block;
		border-top: 8px solid lightgrey;
	}
	
	footer.global-footer > div
	{
		padding: 10px 15px;
	}
	
}

@media only screen and (min-width: 901px) 
{
	/* desktop/tablet (above 601px width) */
	
	div.global-top-nav > div.global-top-nav-container > div.global-top-nav-leftmargin
	{
		float: left;
		background-image: url('lg_ico.png');
		background-repeat: no-repeat;
		background-size: 110px;
		padding: 10px 30px 15px 80px;
		margin: 7px 20px;
		cursor: pointer;
	}
	
	div.global-top-nav > div.global-top-nav-container > div.global-top-nav-itemcontainer
	{
		position: static;
		display: block;
	}
	
	div.global-top-nav > div.global-top-nav-container > div.global-top-nav-itemcontainer > div.global-top-nav-rightbtncontainer
	{
		position: static;
		margin: 3px 15px 0px;
		float: right;
	}
	
	button.global-top-nav-btn-0a
	{
		border: none;
		border-radius: 10pt;
		background-color: #eb4444;
		color: white;
		font-family: Lato;
		font-size: 10.95pt;
		padding: 5px 12px 6px 12px;
		margin: 2px 2px 2px 2px;
		cursor: pointer;
		user-select: none;
	}
	
	button.global-top-nav-btn-0b
	{
		border: 1px solid rgb(210,213,218);
		border-radius: 10pt;
		background-color: rgb(220,223,228);
		color: black;
		font-family: Lato;
		font-size: 10.95pt;
		padding: 5px 12px 6px 12px;
		margin: 2px 2px 2px 2px;
		cursor: pointer;
		user-select: none;
	}
	
	button.global-top-nav-btn-0a:hover
	{
		background-color: #eb0000;
	}
	
	button.global-top-nav-btn-0b:hover
	{
		background-color: rgb(210,213,218);
	}
	
	button.global-top-nav-btn-0a:active
	{
		background-color: #d60404;
	}
	
	button.global-top-nav-btn-0b:active
	{
		background-color: rgb(200,203,208);
	}
	
	div.global-top-nav > div.global-top-nav-container > div.global-top-nav-itemcontainer > div.global-top-nav-item
	{
		float: left;
		background: rgba(0, 0, 0, 0.0);
		padding: 5px 10px 5px 10px;
		cursor: pointer;
		margin: 5px 7px;
		font-family: Lato;
		font-size: 11pt;
		border-radius: 10pt;
	}

	div.global-top-nav:hover > div.global-top-nav-container:hover > div.global-top-nav-itemcontainer:hover > div.global-top-nav-item:hover
	{
		background: rgba(201, 202, 204, 1);
	}
	
	div.global-top-nav:hover > div.global-top-nav-container:hover > div.global-top-nav-itemcontainer:hover > div.global-top-nav-item:active
	{
		background: rgba(191, 192, 194, 1);
	}
	
	div.global-section-variant-0
	{
		background-image: url('bgx_2.png');
		background-repeat: no-repeat;
		background-size: cover;
		padding: 20px 25px;
		display: flex;
		flex: 2;
		justify-content: space-around;
	}

	div.global-section-variant-0 > div.global-section-variant-0-left
	{
		
	}

	div.global-section-variant-0 > div.global-section-variant-0-right
	{
		
	}
	
	div.global-section-variant-1
	{
		background: rgb(251, 253, 255);
		padding: 20px 25px;
		display: flex;
		flex: 2;
		justify-content: space-around;
	}

	div.global-section-variant-1 > div.global-section-variant-1-left
	{
		
	}

	div.global-section-variant-1 > div.global-section-variant-1-right
	{
		
	}
	
	div.global-section-variant-2
	{
		background: rgb(251, 253, 255);
		padding: 30px 40px;
		display: flex;
		justify-content: space-around;
	}
	
	div.global-section-variant-2 > div.global-section-variant-2-item
	{
		background: rgba(245,245,248, 0.0);
		border-radius: 5px;
		margin: 15px 20px;
		padding: 10px 45px;
		text-align: center;
	}
	
	footer.global-footer
	{
		background: rgb(220,220,222);
		padding: 20px 40px;
		display: flex;
		flex: 4;
		justify-content: space-between;
		border-top: 8px solid lightgrey;
	}
}

