h1 {
	font-size:36px;
	font-weight:400;
	padding:0;
	margin:0;
	margin-bottom:60px;
	line-height:1.2;
	color:#666666;
}
.myButton {
	background-color: #5F769B;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	padding: 11px 20px;
	text-decoration: none;
	margin-bottom: 30px;
	text-align: center;
	line-height:1.2;
	width: 100%;
}
.myButton:hover {
	color: #ffffff;
	background-color:#495773;
}
.myButton:active {
	position:relative;
	top:1px;
}
.secondcol h1{
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:20px;
	color:#666666;
}
.secondcol p{
	font-size:14px;
	color: #666666;
	line-height:1.3;
}
.blah{
	border: 1px solid #d7d8d6;
	margin-right:20px;
	margin-bottom:20px;
	padding:20px;
	min-height:510px
}
.chrome {
	width: 20px;
	vertical-align: text-bottom;
	background-color: #ddd;
	box-sizing: border-box;
	padding: 4px;
}
.safari {
	width: 16px;
	vertical-align: text-bottom;
}
ol {
	padding-left: 30px;
}
.notes{
	display:none;
	position:relative;
	width:cacl(100% - 0);
	width:100%;
}
.addhomescreennotice{
	position:relative;
	display:block;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
.init{
	padding-right:40px;
}
.init i {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-20px);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	color: #636363;
	background-color: #eeeeee;
}
.closeadd {
	position: absolute;
	right: 0px;
	display:inline-block;
}
.circlebg {
	width: 260px;
	height: 260px;
	position: absolute;
	right: -80px;
	bottom: -60px;
	z-index: 0;
	border-radius: 160px;
	background-color: #EDEDED;
}
.header-words {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    background-color: rgb(255 255 255 / 70%);
}
.header-words .header-ffb {
    color: #333;
    font-size: 30px;
    font-style: italic;
    line-height: 1;
}
.header-words .header-line {
    background-color: #E2001A;
    width: 164px;
    height: 6px;
    max-width: 170px;
    box-sizing: border-box;
    margin: 30px 0px;
}
.header-words h1 {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid #ccc;
	-webkit-text-fill-color: #666666;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}
.bg-innerwrap {
	overflow:hidden;
	border-top:129px solid transparent;
}
.noticemodal{
	display:none;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:8;
	background-color:#ffffff;
	border:1px solid #eeeeee;
}
.modal-register,
.modal-forgot{
	display:none;
	padding:60px 30px;
}
.modal-close {
	position: absolute;
	right: 20px;
	top: 20px;
	border: none;
	fill: #007858;
}
.modal-close:hover{
	fill: #00A3A0;
}
.noticemodal p{
	margin-bottom:30px;
}
.home-content{
	padding-bottom:30px;
}
@keyframes w70 {
	from { width: 0%; }
	to { width: 100%; }
}
.w70 {
	animation:w70 ease-out 1s;
	animation-fill-mode:forwards;
	animation-duration:1s;
	animation-delay:1s;
}
@media (max-width:1190px){
	.hidelogo{
		display:none;
	}
}
@media (max-width:60em){
	.bg-innerwrap {
		border-top: 54px solid white;
		min-height: calc(100vh - 0px);
	}
	.boxer{
		display:none;
	}
	.page-body__container {
		margin: 0;
	}
	.header-content {
		height: 389px;
	}
	.header-words {
		padding: 10px;
	}
	.header-content img {
		height: 389px;
		width: auto;
		position: absolute;
		left: -140px;
		top: 50%;
		z-index: 0;
		transform: translateY(-50%);
	}
	.header-words .header-line {
		max-width: 220px;
	}
}
@media (max-width: 767px){
	.blah{
		display:none;
	}
}
@media (max-width:35.5em){
	.circlebg,
	br{
		display:none;
	}
	.home-content{
		padding-bottom:0px;
	}
	.header-content{
		height: 260px;
	}
	.header-content img {
		left: -320px;
		top: unset;
		bottom: -60px;
		height: 340px;
		transform: unset;
	}
	.header-words {
		display:none;
	}
	.header-words .header-ffb,
	.header-words h1 {
		font-size: 28px;
	}
	.mainlogin .mainform {
		padding: 20px;
	}
	.mainlogin .mainhow {
		padding: 20px;
		padding-top: 0px;
	}
	.loginerror {
		left: 0;
		right: 0;
		top: 0;
		height: 63px;
		display: flex;
		z-index: 2;
		background-color: #fce5e9;
		line-height: 1;
		padding: 10px;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width:480px){
	.header-words .header-ffb,
	.header-words h1 {
		font-size: 20px;
	}
	.header-words .header-line {
		max-width: 110px;
	}
	.header-words {
		justify-content:flex-end;
	}
	.header-content img {
		left: -410px;
	}
}
@media (max-width:338px){
	#login .inputbtn .keeplogged {
		position: unset;
		display:block;
		margin-top:10px;
		text-align:left;
	}
	#login input[type="submit"] {
		width:100%;
		display:block;
	}
}
