html{
	border:0;
	font-family:arial;
	background-color:white;
	margin:0;
	padding:0;
	width:100%;
}
body {
	background-color:white;
	border:0;
	color:#212121;
	font-size:18px;
	display:block;
	height:auto;
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
h1{
	font-size:2.25em;
	font-weight:bold;
	color:white;
	padding:0;
	margin:0;
}
h1 img{
	height:1em;
	width:auto;
}
h2{
	font-size:2em;
	color:#0d47a1;
	padding:0;
	margin:0;
}
h3{
	font-size:1.7em;
	padding:0;
	margin:0;
	color:black;
}
h4{
	font-size:1.3em;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#0d47a1;
}
h5{
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:.5em;
	margin:0;
	color:white;
	text-decoration:underline;
}
header{
	width:100%;
	height:auto;
	display:block;
	font-size:.75em;
	background-color:white;
	padding-bottom:1em;
	padding-top:1em;
}
section{
	width:100%;
	height:auto;
}
article{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	height:auto;
	margin:0 auto;
}
ul{
	padding-left:2em;
}
p{
	width:100%;
	height:auto;
	display:block;
}
b{
	color:#1C2331;
}
a{
	color:#4285f4;
	text-decoration:none;
}
a:hover{
	color:#607D8B;
	text-decoration:none;
}
footer{
	width:100%;
	margin:0 auto;
	margin-top:2em;
	height:auto;
	color:white;
	background-color:#3F48CC;
	font-size:.75em;
}
footer a{
	color:white;
}
form{
	margin-bottom:1em;
}
input[type=email] {
	font-size:1.5em;
	width:100%;
	padding: 12px 20px;
	box-sizing: border-box;
}
input[type=email2] {
	font-size:1.25em;
	width:100%;
	padding: 5px 15px;
	box-sizing: border-box;
	color:white;
	background-color:#3f48cc;
	border:1px solid white;
}
input[type=email2]::placeholder {
	color:white;
}
input[type=submit2] {
	font-size:1.25em;
	width: 100%;
	padding: 5px 15px;
	box-sizing: border-box;
}
input[type=email3] {
	font-size:1.25em;
	width:100%;
	padding: 5px 15px;
	box-sizing: border-box;
	color:white;
	margin-bottom:1em;
}
input[type=submit] {
	font-size:1em;
}
input[type=text] {
	font-size:1.25em;
	width:100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
}
input[type=textarea] {
	font-size:1.5em;
	height:6em;
	width:100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	margin-right:.5em;
}
.content{
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
}
.col{
	margin-top:1em;
	display:flex;
	flex-direction:column;
}
.row{
	margin-top:1em;
	display:flex;
	flex-direction:column;
}
.head{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.head .text{
	width:auto;
	height:auto;
}
.head .icon{
	width:auto;
	height:2.5em;
	margin-right:.5em;
}
.bottom{
	margin-bottom:3em;
}
​.mobile{
	display: block;
	visibility: visible;
}
.desktop{
	display: none;
	visibility:hidden;
}
.landscape{
	display: none;
	visibility:hidden;
}
.logo{
	width:100%;
	padding-bottom:1em;
}
.foot_logo{
	width:calc(100% - 2em);
	margin:1em;
}
.sm{
	width:auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin:1em;
}
.main{
	background-image: url("/images/bg_main2.png");
	margin-bottom:4em;
}
.service{
	background-image: url("/images/bg_services.png");
	margin-bottom:4em;
}
.about{
	background-image: url("/images/bg_about.png");
	margin-bottom:4em;
}
.contact{
	background-image: url("/images/bg_contact.png");
	margin-bottom:4em;
	background-position: left;
}
.career{
	background-image: url("/images/bg_careers.png");
	margin-bottom:4em;
}
.privacy{
	background-image: url("/images/bg_privacy.png");
	margin-bottom:4em;
}
.sitemap{
	background-image: url("/images/bg_sitemap.png");
	margin-bottom:4em;
}
.button {
	background-color: #303F9F;
	border: 1px solid silver;
	border-radius: 4px;
	color: white;
	padding: .75em;
	text-align: center;
	text-decoration: none;
	display:inline-block;
	font-size: 1em;
	cursor: pointer;
}
#bottom {
	position: absolute;
	bottom: 0;
	right: 0;
}
.mobile_menu {
	position: relative;
	z-index:9000;
}
.mobile_menu_content {
	display: none;
	position:absolute;
	right:0;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
	font-size:2em;
	text-align:left;
	line-height:2.5em;
}
.mobile_menu:hover .mobile_menu_content {
	display: block;
}
.mobile_menu_content a {
	text-decoration:none;
	color:#637384;
}
.mobile_menu .select a {
	text-decoration:underline;
	color:#2f3d4d;
}
.statement{
	height:auto;
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	min-height:70vh;
}
.statement_text{
	color:silver;
	width:100%;
	height:auto;
	display:block;
	padding:1em;
}
.statement_head{
	width:auto;
	height:auto;
	margin:0 auto;
	display:flex;
	flex-direction:row;
}
.statement_text p{
	color:white;
	width:100%;
	height:auto;
	font-weight: 300;
}
.statement_head img{
	width:auto;
	height:2em;
	margin-right:1em;
}
.bar{
	width:100%;
	height:auto;
	min-height:5em;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	border-bottom:2px solid white;
}
.foot{
	width:calc(100% - 2em);
	margin:1em;
	height:auto;
	display:flex;
	flex-direction:column;
	align-items:center;
	line-height:1.5em;
}
.foot_sub{
	width:calc(100% - 2em);
	display:block;
	margin-left:1em;
	margin-right:1em;
}
.third{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:column;
	margin-bottom:5em;
	position:relative;
}
.art_head{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	margin-bottom:2em;
}
.art_head img{
	height:2em;
	width:auto;
	margin-right:1em;
}
.art_head h2{
	font-size:2em;
}
.team{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:4em;
}
.bio{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:3em;
}
.bio_head{
	display:flex;
	flex-direction:column;
	justify-content:center
}
.bio_pic{
	width:75%;
	height:auto;
	margin:0 auto;
	margin-bottom:.5em;
}
.bio_name{
	width:100%;
	text-align:center;
}
.third{
	width:100%;
	height:auto;
	display:block;
	padding-bottom:1em;
	margin-bottom:3em;
	position:relative;
}
.item_head{
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.item_icon{
	width:auto;
	height:2.5em;
	margin:0 auto;
	margin-bottom:.5em;
}
.item_name{
	width:100%;
	text-align:center;
}
.third .button{
	position: absolute;
	bottom: 0;
	right: 0;
}
.contact_items{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.contact_block{
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:2em;
}
.map{
	width:100%;
	height:auto;
	text-align:center;
}
@media only screen and (min-width: 480px){
	.foot_sub{
	width:48%;
	}
}
@media only screen and (min-width: 600px){
	body {
	font-size:17px;
	}
	h2{
	font-size:1.2em;
	}
	.row{
	flex-direction:row;
	justify-content:space-between;
	}
	.bar{
	flex-direction:row;
	}
	.foot_logo{
	height:auto;
	width:30%;
	}
	.bar .sm{
	height:auto;
	width:30%;
	}
	input[type=email2] {
	width:15em;
	}
	input[type=submit2] {
	width:15em;
	}
	.foot_head{
	flex-direction: row;
	}
	.foot{
	width:auto;
	}
	.foot_bar{
	widht:100%;
	text-align:center;
	height:5em;
	line-height:5em;
	}
	.logo{
	height:3em;
	width:auto;
	}
	.statement_text{
	color:silver;
	width:40%;
	height:auto;
	display:block;
	padding:1em;
	}
	.item_head{
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	}
	.item_icon{
	margin-left:0;
	margin-right:.5em;
	}
	.item_name{
	width:auto;
	text-align:left;
	}
	.third{
	width:30%
}
	.art_head{
	justify-content:flex-start;
	}
	.team{
	width:75%;
	}
	.bio{
	width:48%;
	}
	.bio_head{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	}
	.bio_pic{
	width:30%;
	margin-right:1em;
	margin-left:0;
	margin-bottom:0;
	}
	.bio_name{
	width:70%;
	text-align:left;
	}
	.contact_block{
	text-align:left;
	margin-bottom:2em;
	}
}
@media only screen and (min-width:768px){
	.third{
	width:30%;
	}
	.foot_sub{
	width:25%;
	}
	.contact_items{
	width:30%;
	}
	.contact_email{
	width:60%;
	}
}
@media (min-width: 992px) {
	.mobile{
	visibility: hidden;
	display:none;
	}
	.desktop{
	display:block;
	visibility: visible;
	}
	.landscape{
	display: none;
	visibility:hidden;
	}
	nav{
	width:100%;
	height:auto;
	}
	.nav_bar {
	margin:0 auto;
	height:2em;
	line-height:2em;
	font-size:1.5em;
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	gap: 2em;
	}
	.nav_bar a {
	text-decoration:none;
	width:auto;
	display: block;
	color:#303f9f;
	font-weight:300;
	}
	.nav_bar a:hover {
	color: #3f48cc;
	}
	.nav_bar .select a {
	text-decoration:underline;
	font-weight: bold;
	width:auto;
	display: block;
	color:#2f3d4d;
	}
	.nav_bar .select a:hover {
	color:#46576A;
	}
}
@media screen and (min-width: 480px) and (max-width: 1200px) and (orientation:landscape) {
	input[type=email2] {
	width:75%;
	padding: 5px 15px;
	box-sizing: border-box;
	}
	h2{
	font-size:1.3em;
	}
	p{
	font-size:1.1em;
	}
	.mobile_menu_content {
	font-size:1.5em;
	line-height:2em;
	padding: 16px 12px;
	}
	.mobile{
	visibility: hidden;
	display:none;
	}
	.desktop{
	visibility: hidden;
	display:none;
	}
	.landscape{
	display: block;
	visibility: visible;
	}
	.logo{
	width:50%;
	}
	.content{
	width:80%;
	}
	.statement_text{
	width:60%;
	}
	.foot_sub{
	width:47%;
	}
	.third{
	width:49%;
	}
	.foot_logo{
	height:auto;
	width:40%;
	}
	.foot_sub{
	width:100%;
	}
	.foot{
	width:auto%;
	margin:0;
	align-items:flex-start;
	}
	.art_head{
	justify-content:flex-start;
	}
	.bio{
	width:48%;
	}
	.bio_head{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	}
	.bio_pic{
	width:25%;
	margin-left:0;
	margin-bottom:0;
	}
	.bio_name{
	width:70%;
	text-align:left;
	}
	.contact_items{
	width:100%;
	}
	.contact_block{
	width:50%;
	text-align:left;
	}
	.contact_email{
	width:100%;
	}
	.third{
	width:100%;
	}
	.item_head{
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	}
	.item_icon{
	margin-left:0;
	margin-right:.5em;
	}
	.item_name{
	width:auto;
	text-align:left;
	}
}
@media (min-width: 1200px) {
	body{
	font-size:1.1em;
	}
}