@font-face {
    font-family: Constantia;
    src: url(../fonts/Constantia.woff2) format("woff2"), url(../fonts/Constantia.woff) format("woff");
    font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: "FuturaPT";
	src: url(../fonts/futura-pt_book.woff2) format("woff2"), url(../fonts/futura-pt_book.woff) format("woff");
	font-weight: 400;
	font-display: swap
}
@font-face {
	font-family: "FuturaPT";
	src: url(../fonts/futura-pt_medium.woff2) format("woff2"), url(../fonts/futura-pt_medium.woff) format("woff");
	font-weight: 500;
	font-display: swap
}
@font-face {
	font-family: "FuturaPT";
	src: url(../fonts/futura-pt_demi.woff2) format("woff2"), url(../fonts/futura-pt_demi.woff) format("woff");
	font-weight: 600 700;
	font-display: swap
}
@font-face {
	font-family: "FuturaPT";
	src: url(../fonts/futura-pt_bold.woff2) format("woff2"), url(../fonts/futura-pt_bold.woff) format("woff");
	font-weight: 900;
	font-display: swap
}
body {
	background: #202020;
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: FuturaPT, Calibri, 'Trebuchet MS', sans-serif;
	width: 100%;
	position: relative;
	min-height: 100vh;
	min-width: 320px;
	font-weight: 400
}

* {
	font-optical-sizing: auto;
}
strong * {
	font-weight: 600 !important;
}

input,
textarea {
	font-family: FuturaPT, Calibri, 'Trebuchet MS', sans-serif;
	-webkit-appearance: none;
	border: none;
	outline: 0;
	background: 0 0;
	border-radius: 0;
	font-weight: 500
}

input[type="password"],
input[placeholder="Username*"] {
	font-family: FuturaPT, Calibri, 'Trebuchet MS', -apple-system, BlinkMacSystemFont, sans-serif;
}

button {
	font-family: FuturaPT, Calibri, 'Trebuchet MS', sans-serif;
	-webkit-appearance: none;
	border: none;
	outline: 0;
	background: 0 0;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	font-weight: 700
}

.popup_login_error_top {
	position: relative;
	background: #f2dede;
	color: #b15755;
	max-width: 540px;
	margin: 0 auto 15px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: .258em;
	padding: 10px 30px 10px 60px;
	display: none;
}

.popup_login_error_close {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 24px;
	top: 50%;
	margin-top: -5px;
	cursor: pointer;
}

.forgot-login {
	margin-top: 30px;
}

ol,
ul {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ol li,
p,
ul,
ul li {
	margin: 0;
	padding: 0
}

*,
:focus,
:hover,
:visited {
	text-decoration: none;
	outline: 0
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

img {
	max-width: 100%;
	display: block
}

svg {
	display: block;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

a {
	color: inherit;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0
}

h1 {
	font-size: 34px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: .08em
}
#asc-chapter-id > h1 {
	color: #d7c4a5;
	font-family: Constantia, Georgia, 'Times New Roman', serif;
}

.wrapper {
	max-width: 672px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.above720 {
	display: block;
}
.below720 {
	display: none;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.text-underline {
	text-decoration: underline;
}

@media (max-width:1023px) {
	.wrapper {
		max-width: 768px;
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (max-width:719px) {
	h1 {
		font-size: 22px;
		line-height: 31px
	}

	.wrapper {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:359px) {
	.wrapper {
		padding-left: 10px;
		padding-right: 10px
	}
}

.button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 68px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	padding: 10px 20px;
	min-width: 192px;
	font-weight: 500;
	letter-spacing: .25em;
	text-transform: uppercase
}

@media (max-width:719px) {
	.button {
		min-height: 48px;
		font-size: 14px;
		line-height: 22px
	}
}

.button_brown {
	background: #b4a58d;
	color: #000
}

.button_brown:hover {
	background: #202020;
	color: #fff
}

.button_blue {
	background: #3d5c95;
	color: #fff
}

.button_blue:hover {
	background: #202020;
	color: #fff
}

.button_black {
    background: #101010;
    color: #fff;
}

.button_black:hover {
    background: #202020; 
    color: #fff;
}

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 11
}

.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 40px;
	min-height: 160px;
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

@media (max-width:1023px) {
	.header {
		min-height: 80px
	}
}

@media (max-width:479px) {
	.button {
		width: 100%
	}

	.header {
		min-height: 40px
	}

	.header_logo {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

.header_logo {
	display: block;
	width: 320px;
	height: 50px;
	background: url(/army/staticassets/images/v14422/logo.png) left center/contain no-repeat
}

@media (max-width:1023px) {
	.header_logo {
		width: 240px;
		height: 38px
	}
}

@media (max-width:719px) {
	.header {
		padding: 8px 20px
	}

	.header_logo {
		width: 122px;
		height: 19px
	}
}

.header_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:479px) {
	.header_right {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}
}

.header_menuopener {
	margin-left: 38px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase
}

.header_menuopener a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header_menuopener span {
	margin-right: 5px
}

.icon_burger {
	display: block;
	width: 39px;
	height: 11px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff
}

@media (max-width:479px) {
	.header_menuopener span {
		display: none
	}

	.icon_burger {
		width: 28px;
		height: 8px;
		border-width: 2px
	}
}

.header_login {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap
}

.header_login a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header_login span {
	margin-left: 12px
}
.header_SignUp span {
		background-color: #fedd84;
		color: #4a4a4a;
		padding: 18px 35px 18px 35px;
}

@media (max-width: 1023px) {
		.header_SignUp span {
		padding: 15px 25px 15px 25px;
	}
}
@media (max-width: 719px) {
		.header_SignUp span {
		padding: 10px 25px 10px 25px;
	}
}
@media (max-width:479px) {
	.header_SignUp span {
		padding: 5px 25px 5px 25px;
		font-size: 10px;
		text-align: right;
		display: flex;
	}
}
@media (max-width:479px) {
	.header_SignUp {
		width: 100%;
  		display: flex;
  		justify-content: flex-end;
	}
}

.header_SignUp:Hover {
	opacity: 0.9;
}
.icon_login {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/army/staticassets/images/v14422/icon_login.svg) center/contain no-repeat
}

.join_section {
	padding-top: 234px;
	padding-bottom: 120px;
	background: center top/100% auto no-repeat;
	text-align: center
}
.join_section.portal-bootcamp .wrapper {
	max-width: 690px;
}
.join_section.portal-bootcamp .wrapper .login_main {
	max-width: 672px;
	margin-left: auto;
	margin-right: auto;
}
.portal-header-text {
	font-size: 40px;
	margin-bottom:13px;
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	
}
.join_toptext p {
	font-size: 22px;
	line-height: 27px;
	letter-spacing: .25em;
	text-transform: uppercase
}

.join_toptext p+p {
	margin-top: 27px
}

@media (max-width:1023px) {
	.portal-header-text {
		font-size: 33px;
		margin-bottom:13px;
		font-family: Constantia, Georgia, 'Times New Roman', serif;
	}
	
	.join_section {
		padding-bottom: 50px;
		padding-top: 155px
	}

	.join_toptext p {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: .1em
	}

	.join_toptext p+p {
		margin-top: 22px
	}
}

@media (max-width:719px) {
	.portal-header-text {
		font-size: 22px;
		margin-bottom:13px;
		font-family: Constantia, Georgia, 'Times New Roman', serif;
	}
	
	.join_section {
		background-size: auto 160.625vw;
		background-position: left top
	}

	.join_toptext p {
		font-size: 12px;
		line-height: 16px
	}

	.join_toptext p+p {
		margin-top: 16px
	}
}

.login_main {
	background: url(/army/staticassets/images/v14422/login_bg.png) center 116px/100% auto no-repeat #f1f2f2;
	color: #000;
	position: relative;
	margin-top: 90px
}

@media (max-width:1023px) {
	.login_main {
		margin-top: 97px
	}
}

@media (max-width:479px) {
	.header_login span {
		display: none
	}

	.icon_login {
		position: relative
	}

	.icon_login:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 6px solid #fff;
		position: absolute;
		left: 100%;
		margin-left: 6px;
		top: 7px
	}

	.join_section {
		padding-top: 76px
	}

	.login_main {
		margin-top: 64px
	}
}

.login_flag {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 183px;
	height: 287px;
	background: url(/army/staticassets/images/v14422/flag.png) left top/contain no-repeat
}

@media (max-width:1023px) {
	.login_flag {
		width: 162px
	}
}

@media (max-width:479px) {
	.login_flag {
		width: 90px
	}
}

.login_content {
	position: relative;
	z-index: 2;
	padding: 83px 48px 55px
}

@media (max-width:1023px) {
	.login_content {
		padding-left: 40px;
		padding-right: 40px
	}
}

.login_branch {
	display: block;
	width: 120px;
	height: 120px;
	background: center/contain no-repeat;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -60px;
	-webkit-filter: drop-shadow(0 4px 13px rgba(0, 0, 0, .6));
	filter: drop-shadow(0 4px 13px rgba(0, 0, 0, .6))
}
.login_branch.left {
	-webkit-transform: translateX(-103%);
	-ms-transform: translateX(-103%);
	transform: translateX(-103%);
}
.login_branch.right {
	-webkit-transform: translateX(3%);
	-ms-transform: translateX(3%);
	transform: translateX(3%);
}

@media (max-width:719px) {
	.login_content {
		padding: 52px 30px 36px
	}

	.login_branch {
		width: 80px;
		height: 80px;
		top: -40px
	}
}

.login_link {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 500;
	color: #4a4a4a
}

.login_link a {
	color: #000;
	text-decoration: underline
}

.login_link a:hover {
	text-decoration: none
}

h1+.login_link {
	margin-top: 20px
}

@media (max-width:479px) {
	.login_link {
		font-size: 12px;
		line-height: 16px
	}

	.login_link+.login_link {
		margin-top: 16px
	}

	h1+.login_link {
		margin-top: 13px
	}
}

.login_form {
	display: block;
	width: 100%
}

.login_link+.login_form {
	margin-top: 21px
}

h1+.login_form {
	margin-top: 41px
}

@media (max-width:479px) {
	.login_link+.login_form {
		margin-top: 13px
	}

	h1+.login_form {
		margin-top: 33px
	}
}

.login_form_row+.login_form_row {
	margin-top: 20px
}

.login_input {
	display: block;
	width: 100%;
	height: 68px;
	background: #fff;
	border: 1px solid #d6d6d6;
	text-align: center;
	font-size: 18px;
	padding: 0 20px;
	font-weight: 500;
	color: #4a4a4a;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.login_input::-webkit-input-placeholder {
	color: #4a4a4a;
	opacity: 1
}

.login_input::-moz-placeholder {
	color: #4a4a4a;
	opacity: 1
}

.login_input:-ms-input-placeholder {
	color: #4a4a4a;
	opacity: 1
}

.login_input::-ms-input-placeholder {
	color: #4a4a4a;
	opacity: 1
}

.login_input::placeholder {
	color: #4a4a4a;
	opacity: 1
}

.login_input:focus {
	border: 2px solid #b4a58d
}

.login_form_buttons {
	margin-top: 30px
}

.login_form_buttons .button {
	width: 100%
}

.login_form_buttons .button+.button {
	margin-top: 20px
}

@media (max-width:719px) {
	.login_input {
		font-size: 14px;
		height: 40px
	}

	.login_form_buttons {
		margin-top: 20px
	}

	.login_form_buttons .button+.button {
		margin-top: 10px
	}
}

.login_already {
	margin-top: 47px
}

@media (max-width:479px) {
	.login_already {
		margin-top: 26px
	}
}

.login_already_link {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500
}

.login_already_link a:hover {
	color: #b4a58d
}

.login_already_tip {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	color: #838383;
	margin-top: 4px
}

.footer_copyright {
	background: #181818;
	text-align: center;
	color: rgba(255, 255, 255, .3);
	padding: 20px 40px;
	min-height: 188px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer_copyright p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600
}

@media (max-width:1023px) {
	.footer_copyright {
		min-height: 100px
	}

	.footer_copyright p {
		font-size: 16px;
		line-height: 26px;
		font-weight: 500;
		max-width: 644px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:719px) {
	.footer_copyright {
		padding: 31px 20px 28px
	}
}

.footer_main {
	background: url(/army/staticassets/images/v14422/footer_bg.png) center/cover no-repeat;
	padding-top: 120px;
	padding-bottom: 120px
}

@media (max-width:1279px) {
	.footer_main {
		padding-top: 39px;
		padding-bottom: 34px
	}
}

@media (max-width:479px) {
	.login_already_tip {
		line-height: 16px;
		margin-top: 3px
	}

	.footer_main {
		padding-top: 29px
	}
}

.login_socials {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 75px
}

.login_socials li {
	margin-left: 18px;
	margin-right: 18px
}

.login_socials a {
	display: block;
	height: 20px;
	background: center/contain no-repeat
}

.login_socials a.icon_facebook {
	width: 11px;
	background-image: url(/army/staticassets/images/v14422/icon_facebook.svg)
}

.login_socials a.icon_instagramm {
	width: 20px;
	background-image: url(/army/staticassets/images/v14422/icon_instagramm.svg)
}

.login_socials a.icon_twitter {
	width: 24px;
	background-image: url(/army/staticassets/images/v14422/icon_twitter.svg)
}

.login_socials a.icon_youtube {
	width: 27px;
	background-image: url(/army/staticassets/images/v14422/icon_youtube.svg)
}

.login_socials a.icon_pinterest {
	width: 15px;
	background-image: url(/army/staticassets/images/v14422/icon_pinterest.svg)
}

@media (max-width:1023px) {
	.login_socials {
		margin-bottom: 59px
	}

	.login_socials a {
		height: 14px
	}
}

.footer_logo {
	display: block;
	width: 320px;
	height: 50px;
	background: url(/army/staticassets/images/v14422/logo.png) center/contain no-repeat;
	margin-left: auto;
	margin-right: auto
}

.login_about {
	text-align: center;
	margin-bottom: 57px
}

.login_about h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 25px;
	font-weight: 400
}

.login_about p {
	font-size: 12px;
	line-height: 14px;
	color: #909090
}

.login_about p+p {
	margin-top: 14px
}

@media (max-width:1023px) {
	.login_about {
		margin-left: -20px;
		margin-right: -20px
	}
}

@media (max-width:719px) {
	.footer_logo {
		width: 240px;
		height: 38px
	}

	.login_about {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:359px) {
	.login_about {
		padding-left: 10px;
		padding-right: 10px
	}
}

.login_select {
	position: relative
}

.login_select select {
	display: none
}

.login_select:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 24px;
	width: 12px;
	height: 26px;
	margin-top: -13px;
	background: url(/army/staticassets/images/v14422/select.svg) center/contain no-repeat
}

.select-selected {
	padding: 10px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	width: 100%;
	height: 68px;
	background: #fff;
	border: 1px solid #d6d6d6;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #4a4a4a
}

.select-selected[disabled="disabled"] {
	color: rgb(131, 131, 131, 0.5);
}

.select-items div {
	padding: 10px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	width: 100%;
	min-height: 40px;
	background: #fff;
	border-top: 1px solid #d6d6d6;
	font-size: 18px;
	font-weight: 500;
	color: #4a4a4a;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: left
}

.select-items div:first-child {
	border-top: none
}

.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 1px solid #d6d6d6;
	background: #fff;
	margin-top: -1px
}

.select-hide {
	display: none
}

.same-as-selected,
.select-items div:hover {
	background-color: #b4a58d;
	color: #fff
}

.login_toptext p {
	font-size: 24px;
	line-height: 31px;
	letter-spacing: .25em;
	text-transform: uppercase
}

.login_toptext p+p {
	margin-top: 31px
}

.login_section {
	padding-top: 264px;
	padding-bottom: 120px;
	background: center top/100% auto no-repeat;
	text-align: center
}

@media (max-width:1023px) {
	.login_toptext p {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: .1em
	}

	.login_toptext p+p {
		margin-top: 22px
	}

	.login_section {
		padding-bottom: 50px;
		padding-top: 155px
	}
}

@media (max-width:719px) {
	.select-selected {
		height: 40px;
		font-size: 14px
	}

	.login_toptext p {
		font-size: 12px;
		line-height: 16px
	}

	.login_toptext p+p {
		margin-top: 16px
	}

	.login_section {
		background-size: auto 160.625vw;
		background-position: left top
	}
}

@media (max-width:479px) {
	.login_section {
		padding-top: 76px
	}
}

.login_prior {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: .08em;
	margin-top: -3px;
	margin-bottom: 20px
}

.login_prior a {
	font-weight: 500;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.login_prior a:hover {
	text-decoration: none
}

.prior_popup {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(/army/staticassets/images/v14422/flag.png) left top/74px auto no-repeat #fff;
	z-index: 100;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
	color: #000;
	width: 100%;
	max-width: 600px;
	display: none
}

@media (max-width:639px) {
	.prior_popup {
		width: calc(100% - 40px);
		left: 20px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

.prior_popup_close {
	width: 12px;
	height: 12px;
	background: url(/army/staticassets/images/v14422/close.svg) center/contain no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.prior_popup_close:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.prior_content {
	padding: 34px 40px 35px
}

.prior_content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #838383
}

.prior_content p strong {
	color: #000;
	white-space: nowrap
}

.prior_content p a {
	color: #000;
	text-decoration: underline;
	word-break: break-all
}

.prior_content p+p {
	margin-top: 6px
}

@media (max-width:719px) {
	.prior_content {
		padding-left: 20px;
		padding-right: 20px
	}
}

.prior_title {
	text-align: center;
	max-width: 342px;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: .08em;
	margin: 0 auto 29px
}

.prior_bottom {
	background: #dfdfdf;
	padding: 19px 40px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #3d5c95
}

.prior_bottom a {
	text-decoration: underline;
	white-space: nowrap
}

.prior_bottom a:hover {
	text-decoration: none
}

.scrolltop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
	z-index: 9;
	animation: fadeIn 0.3s;
	transition: opacity 0.4s;
}

.scrolltop a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(/army/staticassets/images/scrolltop.png) center/contain no-repeat;
	opacity: .6;
}

.scrolltop a:hover,
.scrolltop a:active {
	opacity: 1;
}

@media (max-width:719px) {
	.prior_bottom {
		padding-left: 20px;
		padding-right: 20px
	}

	.scrolltop {
		right: 20px;
		bottom: 20px
	}
}


.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	color: #000;
}
.modal.fade .modal-dialog {
	transform: translate3d(0, -25%, 0);
	-webkit-transform: translate3d(0, -25%, 0);
	-moz-transform: translate3d(0, -25%, 0);
	-ms-transform: translate3d(0, -25%, 0);
	-o-transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}



/*------------------------------------------------------------------
	Media Queries MAX-WIDTH - Wide to Small -- Mobile and Landscape
-------------------------------------------------------------------*/
@media (max-width:719px) {
	.select-selected {
		padding: 10px 45px;
	}
	body > section > .wrapper {
		padding: 0;
	}
	body > section > .wrapper > .join_toptext {
		padding-left: 20px;
		padding-right: 20px;
	}
	.above720 {
		display: none !important;
	}
	.below720 {
		display: block;
	}
	.wrapper .below720 {
		margin-top: 26px;
	}
}

@media (max-width:410px) {
	.login_select:after {
		right: 13px;
		height: 23px;
		margin-top: -11px;
	}
	.select-selected {
		padding: 10px 24px;
		justify-content: flex-start;
	}
}
@font-face {
	font-family: "pincode-input-mask";
	src: url(data:font/woff;charset:utf-8;base64,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) format("woff");
}
.pincode-input-text-masked {
	font-family: "pincode-input-mask";
}

.pincode-input-container {
	display: inline-flex;
	width: 100%;
}
.pincode-input-container input.first {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pincode-input-container input.mid {
	border-radius: 0;
	border-left-width: 0;
}
.pincode-input-container input.last {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0;
}

.pincode-input-text, .pincode-input-text.form-control {
	text-align: center;
	flex-grow: 1;
}
.pincode-input-text .filled {
	caret-color: transparent;
}

.pincode-input-error {
	clear: both;
}

.pincode-input-container.touch .pincode-input-text:focus, .pincode-input-container.touch .pincode-input-text:focus.form-control {
	outline: none;
	border: 0;
	box-shadow: none;
}
.pincode-input-container.touch .touchwrapper {
	position: relative;
	height: 100%;
	flex-grow: 1;
}
.pincode-input-container.touch .touchwrapper .pincode-input-text {
	display: block;
	background: transparent;
	text-align: initial;
	border: 0;
	padding-left: 0;
	overflow: visible;
	box-shadow: none;
	transition: none;
}
.pincode-input-container.touch .touchwrapper .pincode-input-text.noletterspacing {
	letter-spacing: 0 !important;
	visibility: hidden;
}
.pincode-input-container.touch .touch-flex {
	display: flex;
	align-items: stretch;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.pincode-input-container.touch .touch-flex-cell {
	flex-grow: 1;
	border: 1px solid #ced4da;
}
.modal-dialog .pincode-input-container.touch .pincode-input-text {
	z-index: 1042;
}
.modal-dialog .pincode-input-container.touch .touch-flex {
	z-index: 1041;
	pointer-events: none;
}


/*------------------------------------------------------------------
		SMS Verification Code 
-------------------------------------------------------------------*/
.forgotPass.v2 .forgot-password .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.forgotPass.v2 #modal-mobile{
	display: none;
}

.forgotPass.v2 .verify-code .row{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.forgotPass.v2 #form_verify_code .pincode-input-container input {
    border:none;
    box-shadow:none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    margin:3px;
}

.forgotPass #form_verify_code .pin-code-clear,
.forgotPass #form_verify_code .pin-code-verify{
	display:none;
}

.forgotPass #form_verify_code .pin-code-clear {
	outline: none;
    width: 25px;
    height: 25px;
    border-radius: 0;
    background-color: transparent;
    position: absolute;
    z-index: 100;
    opacity: 1;
    border: none;
    cursor: pointer;
    
}
.forgotPass #form_verify_code .pin-code-clear {
    top: 20px;
    right: -40px; 
}
.forgotPass.v2 #form_verify_code .pin-code-clear {
    top: 16px;
    right: 35px; 
}
.forgotPass.v2 #form_verify_code.touch .pin-code-clear {
    top: 16px;
    right: -30px; 
}

.forgotPass #form_verify_code .pin-code-clear:before {
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    top: 19px;
    left: 6px;
    background-color: #a94442;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.forgotPass #form_verify_code .pin-code-clear:after {
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    top: 19px;
    left: 6px;
    background-color: #a94442;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.forgotPass.v2 #form_verify_code #pincode-callback button{
	outline: none;
}

.forgotPass.v2 #form_verify_code #pincode-callback{
	margin-top: 20px;
}

/* .forgotPass.v2 #form_verify_code .pincode-input-error {
	margin-bottom: 20px;
} */

.forgotPass.v2 #form-verify .notif {
	margin-top: 20px;
}

.forgotPass #form_verify_code .pin-code-verify{
	color: #28a745;
}

/* .forgotPass.v2 #modal-mobile .resend_sms{display:none;} */
.forgotPass.v2 #modal-mobile .resend_sms .resend_code,
.forgotPass.v2 #modal-mobile .btn.btn-link.reset_option{color: #507b9d;text-decoration:underline;outline:none;}
.forgotPass.v2 #modal-mobile .resend_sms .resend_code:hover{color: #507b9d;opacity:0.8}
.forgotPass.v2 .text-center.or{
	margin-top:30px;
}

.forgotPass #modal-mobile .notif.cursor-default .resend_sms .resend_code {
	cursor: default;
}

.forgotPass #modal-mobile .notif.cursor-default,
.forgotPass #modal-mobile .notif.cursor-default .resend_sms .resend_code,
.forgotPass #modal-mobile .notif.cursor-default .resend_sms .resend_code:hover {
	color: #ccc;
	text-decoration: none;
}
.forgotPass #modal-mobile .notif.cursor-default .resend_sms .resend_code:focus {
	box-shadow: none;
}

.forgotPass.v2 #modal-reset-info{display:none;}

.forgotPass.v2 .popup_title {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: .08em;
	margin: 0 auto 29px;
	text-transform: uppercase;
}
.forgotPass.v2 form input.form-control {
	height: 34px;
	border: 1px solid #d6d6d6;
	font-size: 18px;
	/* padding: 0 10px; */
	font-weight: 500;
	color: #4a4a4a;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.forgotPass.v2 form .forgot-password input.form-control {
	width: 100%;
}
.forgotPass.v2 .modal-dialog {
	margin: 220px auto;
	width: 600px;
	color: #000;
}
.forgotPass.v2 .modal-content {
	background: url(../images/v14422/flag.png) left top/74px auto no-repeat #fff;
	padding: 34px 40px 35px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
}
.forgotPass.v2 .button {
	padding: 4px 12px;
	min-height: 30px;
	min-width: 100px;
}
.forgotPass #form_verify_code {
	position: relative;
	margin: 10px auto 0;
}
.forgotPass .pincode-input-container {
	display: flex;
	width: 65%;
	margin: auto;
}
.forgotPass .pincode-input-container.touch {
	display: inline-flex;
	width: 100%;
}
.text-center {
    text-align: center;
}
.text-danger {
	color: #dc3545 !important;
}
.btn-verify-dis {
	font-size: 16px !important;
	background: #28a745;
	color: #fff;
}
.btn-verify-dis:hover {
	background: #202020;
}
.forgotPass .pincode-input-text.form-control {
	margin-top: 0;
}

.pincode-input-container.touch .touch-flex-cell {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.3);
	margin: 3px;
}

/*------------------------------------------------------------------
		Media Queries MAX-WIDTH
-------------------------------------------------------------------*/
@media (max-width: 1024px) {
	.forgotPass.v2 .text-center.or{
		margin-top:10px;
		margin-bottom:10px;
	}
	.forgotPass.v2 .col-sm-5{
		width: 100% !important;
	}
	.forgotPass.v2 .col-sm-2{
		width: 100% !important;
	}
	.forgotPass .pincode-input-container.touch .touchwrapper .pincode-input-text {
	    top: -12px !important;
	    letter-spacing: 28px !important;
	    font-kerning: none;
	    font-size: 25px !important;
		border: none !important;
		margin: 3px auto 3px 15px !important;
    	width: 94% !important;
	}
	
	.forgotPass .pincode-input-container.touch .touchwrapper.touch6 {
    	width: 250px !important;
    	flex-grow: inherit;
	}
	
	/* .forgotPass.v2 #form_verify_code .pincode-input-container input {
	    height: 46px !important;
	} */
	
	.forgotPass table.touchtable {
	    border-collapse: separate !important;
	    border-spacing: 5px !important;
	}
	
	.forgotPass .pincode-input-container.touch .touchwrapper .touchtable td {
	    border-right: none !important;
	    border-bottom: 3px solid #ddd;
	}
	.forgotPass .pincode-input-container.touch .touchwrapper.touch6 {
	    margin: 0 auto;
	}
	.forgotPass.v2 #form_verify_code .pin-code-clear{
		top:28px;
	}
	.forgotPass.v2 .modal-open .modal.forgotPass.v2{
		position:fixed !important;
	}	
}

@media (max-width: 768px) {
	.forgotPass #form_verify_code .pin-code-clear {
	    top: 0;
	}
	.forgotPass.v2 #form_verify_code .pin-code-clear {
	    top: 16px;
	}
}

@media (max-width: 479px) {
	.forgotPass.v2 .modal-dialog {
		width: 100%;
	}
	#buttonCancel {
		margin-bottom: 20px;
	}
	.popup_login_error_top {
		padding: 10px 30px 10px 50px;
	}
	.popup_login_error_close {
		left: 20px;
	}
}