@charset "utf-8";
/* CSS Document */
/* CSS Reset & HTML5 display-role reset for older browsers */
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; outline:none; vertical-align: top }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }
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 }
a, img, object, ul, ol { border:none; outline:none; margin:0; padding:0 }
body { margin:0; text-align:left }
/* reset end */
html, body, iframe { margin:0; padding:0; }
html, body {
	font-size:1vw;
}


body {
	margin:0; padding:0;
	font-family: brother-1816, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:black;
	line-height:1.5;
	background-color:#FBFBFB;
	background-color:#eaeaea;
}
h1, h2, h3, h4, h5, h6 {
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	color:#224063;
}
h1 {
	text-transform:uppercase;
	font-size:1.4rem;
	margin-bottom:0;
	color:#224063;
}
h2 {
	font-size:1.2rem;
	margin-bottom:3rem;
	color:#224063;
}
h3 {
	font-size:1.1rem;
	margin-bottom:0;
}
p {
	margin-bottom:1.5rem;
}
/*ul li {
	padding-left: 0.5rem;
    list-style: none;
}
ul li::before {
	content: "";
    display: inline-block;
    background-color: #0098db;
    width: 3px;
    height: 3px;
    margin: 0 0.5rem 0 -0.5rem;
    transform: translateY(-0.2rem);
}*/
ul {
	margin:0 0 2rem;
}
ul li {
	padding-left: 0rem;
    list-style: none;
    position:relative;
	line-height:3;
   }
/*ul li::before {
	
}*/
strong {
	font-family: brother-1816, sans-serif;
	font-weight: 500;
	font-style: normal;
}
a {
	color:#00538A;
	text-decoration:none;
	transition:all .3s ease-in-out;
	border-bottom:1px solid #eaeaea;
}
a:hover {
	color:#00659b;
	/*border-bottom-color:#0098db;*/
}
ul.contact li span {
	display:inline-block;
	position:relative;
}
/*ul.contact li a {
	position:relative;
}*/
ul.contact li a::before {
	content: "";
    display: inline-block;
    background-color: #00538A;
    width: 4rem;
    height: 1px;
    /*margin: 0 0.5rem 0 -0.5rem;*/
    left:0;
    bottom:0;
    position:absolute;
    transition:all .3s ease-in-out;
}
ul.contact li a:hover::before {
	width:100%;
}

a.btnStyle {
	display:inline-block;
	margin-right:.5rem;
	color:white;
	line-height:2.2rem;
	padding:0 1rem;
	text-transform:uppercase;
	background-color:#0087cc;
}
a.btnStyle:hover {
	background-color:#00659b;
}
.center_content {
	position:relative;
	margin:4rem auto;
	padding-bottom:4rem;
	width:50vw;
}
.logo_main {
	width:15rem;
	margin-bottom:4rem;
}
img {
	width:100%;
	height:auto; display:block;
}

.center_content .login {
	margin:40px 0;
}
.footer {
	position:fixed;
	bottom:0;
	left:0; right:0;
	background:white;
	padding:1rem 2rem;
}
div.footer-top {
	position:absolute;
	left:0; right:0; top:-.4rem;
	height:.4rem;
	background-color: #67c9eb;
    box-shadow: 0 0 0.3rem rgba(0,0,0,.1);
}
.footer a {
	color:white;
	border-color:rgba(0, 135, 204,0);
	/*border-bottom:none;*/
}
.footer a:hover {
	border-color:white;
}
.center_footer {
	width:50vw;
	margin:0 auto;
	position:relative;
}
.center_footer > div { 
	display:inline-block;
}
.center_footer div.logo_small {
	/*width:80px;*/
	height: 2.4rem;
    margin-right: 1rem;
}
.center_footer div.logo_small img {
	height:100%;
	width:auto;
	display:block;
}
.address {
	color:white;
	font-size:.85rem;
}

.gradient {
	background:url(../images/gradient.png) no-repeat left center;
	background-size:cover;
	/*background-image:url(../images/gradient.png);*/
}
/*.ie .gradient {
}*/


div.devMode {
	position:absolute;
	right:2em;
	top:2em;
	padding:0 1em;
	font-size:1.2em;
	line-height:2em;
	text-align:center;
	text-transform:uppercase;
	border:1px solid white;
	color:white;
	border-radius:3px;
}
.tb-visible {
	display:none;
}

@media only screen and (max-width: 1270px) {
	html, body {
		font-size:1.5vw;
	}
	.center_content {
		width:80vw;
		margin:3rem auto;
		padding-bottom:4rem;
	}
	.center_footer {
		width:80vw;
	}
}

@media only screen and (max-width: 768px) {
	html, body {
		font-size:4vw;
	}
	.center_content {
		width:90vw;
		margin:3rem auto;
		padding:2rem 0 7rem;
	}
	.center_footer {
		width:90vw;
	}

	div.devMode {
		position:absolute;
		right:1em;
		top:1em;
	}

	.center_footer div.logo_small {
		height: 2.4rem;
    	margin-right: 1rem;
	}
	.center_footer div.address {
		width:80%;
	}
	.tb-invisible {
		display:none;
	}
	.tb-visible {
		display:inline;
	}
}
