/* CSS Document */

@font-face {
font-family:"frank-new";
src:url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;
}

@font-face {
font-family:"frank-new";
src:url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"frank-new";
src:url("https://use.typekit.net/af/76347c/00000000000000003b9ae440/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/76347c/00000000000000003b9ae440/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/76347c/00000000000000003b9ae440/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
font-family:"frank-new";
src:url("https://use.typekit.net/af/7dd6c8/00000000000000003b9ae442/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/7dd6c8/00000000000000003b9ae442/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/7dd6c8/00000000000000003b9ae442/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}

.lds-facebook {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
}
.lds-facebook div {
	display: inline-block;
	position: absolute;
	left: 4px;
	width: 8px;
	background: rgba(17, 25, 59, 1);
	animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
	left: 4px;
	animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
	left: 16px;
	animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
	left: 28px;
	animation-delay: 0;
}
@keyframes lds-facebook {
	0% {
	top: 4px;
	height: 32px;
	}
	50%, 100% {
	top: 12px;
	height: 16px;
	}
}

body {
	margin: 0;
	font-family: 'frank-new';
	font-style: normal;
	font-weight: 300;
}

header {
	width: calc(100% - 20px);
	height: 50px;
	background: rgba(0, 0, 37, 1);

	display: flex;
	align-items: center;

	padding-left: 20px;
}

header img.logo {
	width: auto;
	height: 24px;
	position: relative;
	top: 2px;
}

nav {
	position: absolute;
	height: calc(100% - 50px);
	width: 260px;
	background: rgba(17, 25, 59, 1);
	color: #fff;
	margin: 0;
	padding: 0 0 0 12px;
}

nav ul {
	list-style: none;
	padding: 0;
}

nav ul li {
	font-weight: 700;
	line-height: 30px;

}

nav ul li a {
	padding: 4px 8px;
	color: rgba(255, 212, 0, 1);
	text-decoration: none;
}

nav ul li a:hover {
	padding: 4px 8px;
}
nav ul li a:hover {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
}

nav ul li ul li {
	font-weight: 500;
	color: #fff;
	margin-left: 20px;
}

nav ul li ul li a {
	color: #fff;
}

nav ul li ul li ul li {
	font-weight: 300;
	color: #fff;
}

nav ul li ul li ul li a {
	text-decoration: none;
	color: #fff;
}

nav ul li ul li ul li:last-child a {
	color: rgba(255, 255, 255, 0.5);
}

nav ul li ul li ul li:last-child a:hover {
	color: #fff;
}

#main {
	margin: 20px 0 0 300px;
	width: calc(100% - 330px);
	position: relative;
}

#loader {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 1800px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
}

.form_field {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}

.form_field label {
	font-size: 13px;
	font-weight: 400;
	position: relative;
	top: -7px;
	color: #777;
	left: 2px;
}

.form_field input {
	font-family: 'frank-new';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	border: none;
	width: 100%;
}

.form_field input:focus {
	outline: none;
}