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
}

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
}

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
}

.hide {
	display: none;	
}
u {
	text-decoration: underline;
}
.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 {
	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 {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	margin: 220px auto;
	width: 600px;
}
.modal-content {
	position: relative;
	outline: 0;
	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);
}
.modal-content .popup_title {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.modal-content .prior_popup_close {
	width: 12px;
	height: 12px;
	background: url(../../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
}

.modal-content .prior_popup_close:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.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;
}


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
}

h2 {
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400
}

h2.border_white {
	position: relative;
	text-align: center;
	padding-bottom: 32px
}

h2.border_white:after {
	content: '';
	display: block;
	width: 24px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -12px
}

@media (max-width:1023px) {
	h2.border_white {
		padding-bottom: 32px
	}
}

@media (max-width:759px) {
	h2 {
		font-size: 26px;
		line-height: 32px
	}

	h2.border_white {
		padding-bottom: 23px
	}
}

h4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px
}

@media (max-width:759px) {
	h4 {
		font-size: 20px;
		line-height: 26px
	}
}

p {
	font-size: 18px;
	line-height: 26px
}

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

.wrapper.wrapper1200 {
	padding-left: 120px;
	padding-right: 120px
}

@media (max-width:1439px) {
	.wrapper.wrapper1200 {
		padding-left: 80px;
		padding-right: 80px
	}
}

.button {
	display: inline-block;
	vertical-align: middle;
	height: 80px;
	line-height: 80px;
	white-space: nowrap;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: center;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 240px;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase
}

.button-login {
	border-bottom: 1px solid #1b1b1b;
	font-size: 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	min-height: 65px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 20px;
	min-width: 480px;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase
}

.button_yellow {
	background: #f9dd90;
	color: #202020
}

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

.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
}

.socials li {
	margin: 0 15px
}

.socials a {
	display: block
}

.socials a.fb {
	width: 9px;
	height: 18px;
	background: url(../../images/v14422/icon_facebook2.svg)
}

.socials a.tw {
	width: 17px;
	height: 14px;
	background: url(../../images/v14422/icon_twitter2.svg)
}

.socials a.in {
	width: 15px;
	height: 14px;
	background: url(../../images/v14422/icon_linkedin.svg)
}

.socials a.insta {
	width: 14px;
	height: 14px;
	background: url(../../images/v14422/icon_instagram2.svg)
}

.socials a:hover {
	opacity: .6
}

section {
	overflow: hidden
}

.header_main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

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

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

	.header {
		padding-top: 21px;
		padding-bottom: 22px
	}
}

@media (max-width:759px) {
	p {
		font-weight: 500;
		font-size: 20px;
		line-height: 26px
	}

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

	.button-login {
		font-size: 12px;
		width: 100%;
		min-width: 220px;
	}
	
	.button {
		height: 40px;
		line-height: 40px
	}

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

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

	.header {
		position: relative;
		display: block;
		padding-top: 18px;
		padding-bottom: 11px
	}

	.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(../../images/v14422/logo_white.png) left center/contain no-repeat
}

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

@media (max-width:759px) {
	.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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	white-space: nowrap
}

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

.header_login {
	margin-right: 36px
}

.header__login {
	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;
	font-size: 16px;
	line-height: 24px
}

.header__login i {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../../images/v14422/icon_userwhite.svg) center/contain no-repeat;
	margin-right: 12px
}

.header_menuopener {
	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
}

.burger_title {
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 5px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

@media (max-width:479px) {
	.header__login span {
		font-size: 0;
		display: block;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 6px solid #fff
	}

	.header__login i {
		margin-right: 6px
	}

	.burger_title {
		display: none
	}
}

.burger {
	display: block;
	height: 12px;
	width: 40px;
	position: relative
}

.burger span {
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.burger span:first-child {
	top: 0
}

.burger span:last-child {
	bottom: 0
}

@media (max-width:479px) {
	.burger {
		width: 28px;
		height: 8px
	}

	.burger span {
		height: 2px
	}
}

.header_menuopener:hover .burger span:first-child {
	top: 3px
}

.header_menuopener:hover .burger span:last-child {
	bottom: 3px
}

.header {
	position: relative
}

.header_center {
	display: block;
	height: 100%;
	width: 240px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-left: 1px solid rgba(255, 255, 255, .5);
	border-right: 1px solid rgba(255, 255, 255, .5)
}

@media (max-width:1023px) {
	.header_center {
		width: 120px
	}
}

.header_menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 160px;
	z-index: 100;
	background: #1d1d1d;
	color: #fff;
	padding: 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	display: none
}

.header_menu a:hover {
	color: #f9dd90
}

@media (max-width:759px) {
	.header_center {
		display: none
	}

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

.header_menu_links {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-auto-flow: column;
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
	font-weight: 500;
	width: 100%;
	grid-gap: 6px 20px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1279px) {
	.header_menu_links {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(3, 1fr)
	}
}

@media (max-width:759px) {
	.header_menu_links {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(5, 1fr)
	}
}

.header_menu_close {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../../images/v14422/close2.svg) center/contain no-repeat;
	position: absolute;
	right: 50px;
	top: 70px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer
}

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

@media (max-width:1023px) {
	.header_menu_close {
		top: 29px
	}
}

@media (max-width:759px) {
	.header_menu_close {
		right: 30px;
		top: 23px
	}
}

.footer {
	background: url(../../images/v14422/footer_bg.jpg);
	text-align: center
}

.footer_title {
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 25px;
	text-transform: uppercase
}

.footer_text {
	color: #fff
}

.footer_text p {
	font-size: 16px;
	line-height: 24px
}

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

.footer_bottom {
	background: #181818;
	min-height: 100px;
	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;
	padding-top: 24px;
	padding-bottom: 24px
}

.footer_bottom p {
	color: #909090;
	font-weight: 500;
	font-size: 16px
}

.footer_bottom p br {
	display: none
}

@media (max-width:479px) {
	.header_menu_links {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: none;
		grid-auto-flow: row;
		text-align: center;
		grid-gap: 20px
	}

	.header_menu_close {
		top: 18px;
		right: 24px
	}

	.footer_bottom {
		padding-top: 32px;
		padding-bottom: 28px
	}
}

.footer_main {
	padding-top: 64px;
	padding-bottom: 48px;
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.footer_social {
	margin-top: 79px;
	margin-bottom: 42px
}

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

	.footer_social {
		margin-top: 57px;
		margin-bottom: 55px
	}
}

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

.mainscreen_section {
	padding-top: 160px;
	background: url(../../images/v14422/mainscreen_bg.jpg) center/cover no-repeat
}
.page_landing_portal.from_org .mainscreen_section {
	background-image: url(../../images/v14422/mainscreen_honor.jpg);
}
.page_landing_portal.from_net .mainscreen_section {
	background-image: url(../../images/v14422/mainscreen_remember.jpg);
}
.mainscreen_section.buddylink {
	background-image: url(../../images/v14422/mainscreen_buddy.jpg);
}

@media (max-width:1023px) {
	.mainscreen_section {
		padding-top: 80px
	}
}

@media (max-width:759px) {
	.mainscreen_section.buddylink {
		background-position: 25% center
	}
}

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

	.mainscreen_section {
		padding-top: 40px
	}
	
	.mainscreen_section.buddylink {
		padding-top: 120px
	}
}

.mainscreen {
	min-height: 560px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-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;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 48px;
	position: relative
}

.buddylink .mainscreen {
	min-height: 560px;
	padding-top: 72px;
	padding-bottom: 80px;
}

@media (max-width:1023px) {
	.mainscreen {
		min-height: 0;
		padding-bottom: 80px;
		padding-top: 127px;
		display: block
	}
	.buddylink .mainscreen {
		min-height: 0;
		padding-bottom: 80px;
		padding-top: 96px;
		display: block
	}
}

@media (max-width:759px) {
	.mainscreen {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.buddylink .mainscreen {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.mainscreen_title {
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	font-size: 40px;
	line-height: 52px;
	position: relative;
	padding-bottom: 26px;
	margin-bottom: 21px;
	font-weight: 400
}

.mainscreen_title:after {
	content: '';
	display: block;
	width: 160px;
	height: 2px;
	background: #939393;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	bottom: 0
}

.buddylink .mainscreen_title strong {
	font-size: 48px;
	line-height: 1;
	font-weight: 400;
}

@media (max-width:1023px) {
	.mainscreen_title {
		margin-bottom: 25px
	}
}

@media (max-width:759px) {
	.mainscreen_title {
		font-size: 26px;
		line-height: 36px;
		padding-bottom: 24px;
		margin-bottom: 27px
	}

	.mainscreen_title:after {
		width: 80px;
		margin-left: -40px
	}
	
	.buddylink .mainscreen_title strong {
		font-size: 32px
	}
}

.mainscreen_title_small {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 17px
}

@media (max-width:759px) {
	.mainscreen_title_small {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 14px
	}
}

.mainscreen_p {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: .02em;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.main-screen__text {
	font-size: 24px;
	line-height: 1.083333;
	max-width: 654px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: .01em
}

.text-reset {
	margin: 0;
	padding: 0
}

.button-yellow {
	background: #f9dd90;
	color: #202020
}

.button-yellow-fff1c9:hover,
.button-yellow:hover {
	background: #fff;
	color: #202020
}

.button-yellow-fff1c9 {
	background: #fff1c9;
	color: #202020
}

.mainscreen_button {
	margin-top: 51px
}

.mainscreen_button .button {
	min-width: 480px
}

.buddylink .mainscreen_button {
	margin-top: 50px;
	position: relative
}

.buddylink .mainscreen_button .button {
	min-width: 480px;
	font-size: 18px
}

.buddylink .button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	min-height: 80px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 20px;
	min-width: 240px;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase
}

@media (max-width: 759px) {
	.buddylink .button {
		min-height: 40px;
		padding: 27px 20px;
	}
}

.button-opener-container {
	display: none;
	position: absolute;
	left: 0;
	bottom: 100%;
	right: 0;
	padding-bottom: 5px
}

.button-opener-container .button+.button {
	margin-top: 5px
}

.button-block.opened .button-opener-container {
	display: block
}

.button-block.opened .button-opener {
	background: #fff;
	color: #121212;
	border-color: #fff
}

.tws-member_button-opener-container.opened {
	display: block;
	height: auto;
}

.tws-member_button-opener-container {
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 50%;
}

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

.mainscreen_branch {
	position: absolute;
	top: -120px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 157px
}

.mainscreen_branch img {
	width: 100%;
	-webkit-filter: drop-shadow(0 4px 13px rgba(0, 0, 0, .6));
	filter: drop-shadow(0 4px 13px rgba(0, 0, 0, .6))
}

@media (max-width:1023px) {
	.mainscreen_button {
		margin-top: 49px
	}

	.mainscreen_branch {
		width: 78px;
		top: -60px
	}
}

@media (max-width:759px) {
	.mainscreen_p {
		font-size: 16px
	}
	
	.main-screen__text {
		font-weight: 500;
		font-size: 16px
	}
	
	.buddylink .mainscreen_button {
        max-width: 320px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px
    }

    .buddylink .mainscreen_button .button {
        width: 100%;
        min-width: 0
    }

	.mainscreen_button {
		margin-top: 45px
	}

	.mainscreen_button .button {
		min-width: 240px
	}

	.mainscreen_branch {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0 auto 12px;
		width: 60px
	}
}

@media (max-width:479px) {
	.buddylink .mainscreen_button .button {
		width: 100%;
		font-size: 16px
	}
}

.branches_section {
	background: #272725
}

.branches_title {
	font-weight: 500;
	color: #b9b09e;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	padding-top: 26px;
	padding-bottom: 23px;
	border-bottom: 1px solid rgba(186, 176, 159, .3)
}

@media (max-width:1023px) {
	.branches_title {
		padding-top: 25px;
		padding-bottom: 25px
	}
}

.branches {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:759px) {
	.branches_title {
		font-size: 16px;
		line-height: 24px;
		padding-top: 16px;
		padding-bottom: 16px
	}

	.branches {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

.branches_slider {
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

.branches_slider .swiper-slide:last-child .branch {
	border-right: 1px solid rgba(186, 176, 159, .3)
}

.branch {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	-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;
	height: 240px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	color: #b9b09e;
	border-left: 1px solid rgba(186, 176, 159, .3)
}

.branch img {
	height: 120px;
	margin-bottom: 24px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	border-radius: 50%
}

@media (max-width:1023px) {
	.branch {
		height: 170px;
		font-size: 14px;
		padding-bottom: 10px
	}

	.branch img {
		height: 100px;
		margin-bottom: 12px
	}
}

.branch a:hover {
	color: #fff
}

.branch a:hover img {
	-webkit-box-shadow: 0 0 54px #debe8a;
	box-shadow: 0 0 54px #debe8a
}

.branches_slider .swiper-scrollbar {
	bottom: 3px;
	background: 0 0
}

.branches_slider .swiper-scrollbar-drag {
	background: rgba(186, 176, 159, .6)
}

.branches_next {
	border: 2px solid rgba(186, 176, 159, .6);
	right: 20px
}

.branches_next.swiper-button-disabled {
	opacity: 0
}

.branches_next:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: ''
}

.branches_next,
.branches_prev {
	display: block;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: absolute;
	top: 50%;
	margin-top: -34px;
	border: 2px solid rgba(186, 176, 159, .6);
	z-index: 10
}

.branches_next.swiper-button-disabled,
.branches_prev.swiper-button-disabled {
	opacity: 0
}

.branches_next:after,
.branches_prev:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -3px;
	margin-top: -7px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.branches_prev {
	left: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.text_block {
	text-align: center;
	max-width: 480px;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	z-index: 2
}

.text_block h2 {
	margin-bottom: 25px
}

.text_block h4 {
	margin-bottom: 26px
}

.text_star {
	display: block;
	height: 40px;
	background: url(../../images/v14422/star_white.svg) center/contain no-repeat;
	margin-bottom: 48px
}

.text_button {
	margin-top: 48px
}

@media (max-width:1023px) {
	.text_block {
		padding-top: 0;
		padding-bottom: 80px
	}

	.text_block h2 {
		margin-bottom: 28px
	}

	.text_button {
		margin-top: 40px
	}
}

@media (max-width:759px) {
	.branch {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 136px;
		-ms-flex: 0 0 136px;
		flex: 0 0 136px
	}

	.text_block {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 40px
	}

	.text_block h2 {
		margin-bottom: 15px
	}

	.text_block h4 {
		margin-bottom: 26px
	}

	.text_star {
		height: 30px;
		margin-bottom: 14px
	}

	.text_button {
		margin-top: 36px
	}
}

.text_row {
	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;
	min-height: 720px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.veteranlocator_section {
	position: relative;
	background: url(../../images/v14422/veteranlocator.jpg) center/cover no-repeat;
	overflow: hidden;
	width: 100%
}
.page_landing_portal.from_org .veteranlocator_section,
.page_landing_portal.from_net .veteranlocator_section {
	background-image: url(../../images/v14422/honor_bg.jpg);
}

.veteranlocator_section .text_block {
	padding-top: 98px
}

@media (max-width:1023px) {
	.text_row {
		display: block;
		min-height: 0
	}

	.veteranlocator_section .text_block {
		padding-top: 39px;
		max-width: 320px
	}

	.directory_section .text_block {
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:759px) {
	.veteranlocator_section .text_block {
		padding-top: 50px
	}
}

.veteranlocator_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/v14422/veteranlocator_image.png) right center/auto 100% no-repeat
}
.page_landing_portal.from_org .veteranlocator_image,
.page_landing_portal.from_net .veteranlocator_image {
	background-image: url(../../images/v14422/honor_paper.png);
	background-position: calc(100% + 162px) 100%;
	height: calc(100% - 80px);
	top: 80px;
}
.page_landing_portal.from_org .veteranlocator_image:after,
.page_landing_portal.from_net .veteranlocator_image:after {
	height: 100vh;
	top: auto;
	bottom: 0;
}
@media (max-width:1599px) and (min-width:1024px) {
	.page_landing_portal.from_org .veteranlocator_image,
	.page_landing_portal.from_net .veteranlocator_image {
		background-size: 62% auto
	}
}

@media (max-width:1279px) {
	.footer_bottom p br {
		display: inline
	}

	.veteranlocator_image {
		right: -262px;
		width: calc(100% + 262px)
	}
	
	.veteranlocator_image:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		z-index: 1;
		position: absolute;
		left: 0;
		top: 0;
		background: #202020;
		opacity: .3
	}
}

@media (max-width:1023px) {
	.text_row {
		display: block;
		min-height: 0
	}

	.veteranlocator_section .text_block {
		padding-top: 39px;
		max-width: 320px
	}
	.page_landing_portal.from_org .veteranlocator_section .text_block,
	.page_landing_portal.from_net .veteranlocator_section .text_block {
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 77px;
		padding-bottom: 138px
	}
	.page_landing_portal.from_org .veteranlocator_section .text_block h4,
	.page_landing_portal.from_net .veteranlocator_section .text_block h4 {
		margin-bottom: 35px;
	}
	.page_landing_portal.from_org .veteranlocator_image,
	.page_landing_portal.from_net .veteranlocator_image {
		right: 0;
		width: 100%;
		top: auto;
		bottom: 0;
		height: 380px;
		background-size: auto 511px;
		background-position: calc(100% + 63px) 0;
	}

	.directory_section .text_block {
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:767px) {
	.page_landing_portal.from_org .veteranlocator_image,
	.page_landing_portal.from_net .veteranlocator_image {
		height: 198px;
		background-size: auto 315px;
		background-position: 28% 0;
	}
	.page_landing_portal.from_org .veteranlocator_section .text_block,
	.page_landing_portal.from_net .veteranlocator_section .text_block {
		padding-top: 44px;
		padding-bottom: 20px;
	}
}

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

	.veteranlocator_image {
		right: auto;
		left: 0;
		width: 100%;
		background-position: left center
	}
}

@media (min-width:1280px) {
	.page_landing_portal.from_org .plaque_section .text_img img,
	.page_landing_portal.from_net .plaque_section .text_img img {
		margin-left: -16px;
	}
}

@media (max-width:479px) {
	.page_landing_portal.from_org .plaque_section .text_img img,
	.page_landing_portal.from_net .plaque_section .text_img img {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.page_landing_portal.from_org .plaque_section .text_img,
	.page_landing_portal.from_net .plaque_section .text_img {
		padding-left: 0;
	}
}

.page_landing_portal.from_org .text_img_slider,
.page_landing_portal.from_net .text_img_slider {
	position: relative;
}

.page_landing_portal.from_org .text_img_slider .text_img.img1,
.page_landing_portal.from_net .text_img_slider .text_img.img1 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	-webkit-animation: 10s infinite FadeIn;
	animation: 10s infinite FadeIn;
	opacity: 0;
	width: 100%;
}

.page_landing_portal.from_org .text_img_slider .text_img.img1 img.center,
.page_landing_portal.from_net .text_img_slider .text_img.img1 img.center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page_landing_portal.from_org .text_img_slider .text_img.img2,
.page_landing_portal.from_net .text_img_slider .text_img.img2 {
	-webkit-animation: 10s infinite FadeOut;
	animation: 10s infinite FadeOut;
}

@-webkit-keyframes FadeOut {
	0%,
	100%,
	75% {
		opacity: 1;
	}

	25%,
	50% {
		opacity: 0;
	}
}

@keyframes FadeOut {
	0%,
	100%,
	75% {
		opacity: 1;
	}

	25%,
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes FadeIn {
	0%,
	100%,
	75% {
		opacity: 0;
	}

	25%,
	50% {
		opacity: 1;
	}
}

@keyframes FadeIn {
	0%,
	100%,
	75% {
		opacity: 0;
	}

	25%,
	50% {
		opacity: 1;
	}
}

.remember_section {
	background: url(../../images/v14422/remember_bg.jpg) center/cover no-repeat;
	color: #202020;
	overflow: hidden
}

.remember_section .text_row {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.remember_section .text_block h2 {
	margin-left: -40px;
	margin-right: -40px
}

.remember_section .text_img {
	padding-bottom: 109px
}

.remember_section .text_img img {
	margin-left: -70px;
	max-width: none
}

@media (max-width:1439px) {
	.remember_section .text_img img {
		max-width: calc(100% + 40px);
		margin-left: -40px
	}
}

@media (max-width:1279px) {
	.remember_section {
		padding-top: 80px
	}

	.remember_section .text_row {
		display: block
	}

	.remember_section .text_img {
		padding: 0 40px
	}

	.remember_section .text_img img {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto
	}

	.remember_section .text_block {
		margin-left: auto;
		margin-right: auto;
		padding-top: 44px;
		max-width: 500px
	}

	.remember_section .text_block h2 {
		margin-left: auto;
		margin-right: auto
	}

	.remember_section .text_button {
		margin-top: 72px
	}
}

@media (max-width:759px) {
	.remember_section {
		padding-top: 42px
	}

	.remember_section .text_button {
		margin-top: 36px
	}

	.remember_section .text_img {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (max-width:479px) {
	.remember_section .text_img {
		padding-left: 10px;
		padding-right: 0
	}
}

.plaque_section {
	background: url(../../images/v14422/plaque_bg.jpg) center/cover no-repeat;
	overflow: hidden
}

.plaque_section .text_img img {
	margin-left: -58px;
	max-width: none;
	-webkit-filter: drop-shadow(0 4px 80px rgba(0, 0, 0, .9));
	filter: drop-shadow(0 4px 80px rgba(0, 0, 0, .9))
}

@media (max-width:1439px) {
	.plaque_section .text_img img {
		max-width: 100%;
		margin-left: -40px
	}
}

@media (max-width:1279px) {
	.plaque_section {
		padding-top: 78px
	}

	.plaque_section .text_row {
		display: block
	}

	.plaque_section .text_img {
		padding: 0 40px
	}

	.plaque_section .text_img img {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto
	}

	.plaque_section .text_block {
		margin-left: auto;
		margin-right: auto;
		padding-top: 44px;
		max-width: 500px
	}

	.plaque_section .text_block h2 {
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:759px) {
	.plaque_section {
		padding-top: 44px
	}

	.plaque_section .text_img {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (max-width:479px) {
	.plaque_section .text_img {
		padding-left: 0;
		padding-right: 0
	}

	.plaque_section .text_img img {
		max-width: 100%;
	}

	.plaque_section .text_block {
		padding-top: 44px
	}
}

.directory_section {
	background: url(../../images/v14422/directory_bg.jpg) center/cover no-repeat
}

.directory_section .text_block {
	padding-top: 80px
}

.find_section {
	background: url(../../images/v14422/find_section.jpg) center/cover no-repeat
}

.photos_section {
	background: url(../../images/v14422/photos_bg.jpg) center/cover no-repeat;
	padding-top: 80px;
	padding-bottom: 120px;
	color: #202020;
	text-align: center
}

.photos_section h2 {
	position: relative;
	text-align: center;
	padding-bottom: 27px;
	margin-bottom: 39px
}

.photos_section h2:after {
	content: '';
	display: block;
	width: 24px;
	height: 4px;
	background: #202020;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -12px
}

@media (max-width:1023px) {
	.find_section {
		padding-top: 80px
	}

	.find_section .text_block {
		max-width: 320px
	}

	.photos_section {
		padding-bottom: 80px
	}

	.photos_section h2 {
		max-width: 448px;
		margin-left: auto;
		margin-right: auto
	}
}

.black_star {
	display: block;
	height: 40px;
	background: url(../../images/v14422/star_black.svg) center/contain no-repeat;
	margin-bottom: 51px
}

@media (max-width:759px) {
	.directory_section .text_block {
		padding-top: 46px
	}

	.photos_section {
		padding-top: 46px;
		padding-bottom: 40px
	}

	.photos_section h2 {
		margin-bottom: 17px
	}

	.black_star {
		height: 30px;
		margin-bottom: 14px
	}
}

.photos {
	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;
	padding: 0 35px;
	overflow: hidden;
	margin-bottom: 75px
}

@media (max-width:1690px) {
	.photos {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (max-width:1023px) {
	.photos {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

@media (max-width:479px) {
	.photos {
		display: block;
		padding-left: 15px;
		padding-right: 15px
	}
}

.photo {
	padding: 5px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.photo img {
	height: 400px;
	width: auto;
	max-width: none
}

@media (max-width:1023px) {
	.photo img {
		height: 438px
	}

	.photo.photo3,
	.photo.photo4 {
		display: none
	}
}

.roh_section {
	background: url(../../images/v14422/roh_bg.jpg) center bottom/cover no-repeat;
	padding-top: 120px;
	padding-bottom: 120px;
	text-align: center
}

.roh_section h2 {
	margin-bottom: 30px
}

@media (min-width:1440px) {
	.roh_section {
		min-height: 58.333333vw;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:1023px) {
	.roh_section {
		background-position: 16.5% bottom;
		padding-top: 80px;
		padding-bottom: 80px
	}
}

.roh_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px
}

@media (max-width:1023px) {
	.roh_list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 32px
	}
}

@media (max-width:479px) {
	.photo.photo1 {
		display: none
	}

	.photo.photo3 {
		display: block
	}

	.photo img {
		height: auto;
		width: 100%
	}

	.photos_button .button {
		width: 100%
	}

	.roh_section {
		padding-top: 48px
	}

	.roh_section h2 {
		margin-bottom: 10px
	}

	.roh_list {
		display: block;
		margin-top: 36px
	}

	.roh_item {
		display: none
	}

	.roh_item:first-child {
		display: block;
		padding: 0
	}
}

.roh_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	font-size: 21px;
	line-height: 29px;
	padding: 0 10px
}

.roh_item img {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	margin: 0 auto 18px
}

.roh_button {
	margin-top: 73px
}

@media (max-width:1023px) {
	.roh_item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 36px 20px
	}

	.roh_button {
		margin-top: 40px
	}

	.rohtext_section {
		padding-bottom: 80px
	}
}

@media (max-width:479px) {
	.roh_button {
		margin-top: 50px
	}
}

.rohtext_section {
	width: 100%;
	overflow: hidden
}

.rohtext_row {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 40px;
	padding-right: 40px
}

@media (max-width:1023px) {
	.rohtext_row+.rohtext_row {
		margin-top: 80px
	}
}

@media (max-width:759px) {
	.photos {
		margin-bottom: 10px
	}

	.roh_section {
		background-position: 25% bottom
	}

	.rohtext_section {
		padding-bottom: 40px
	}

	.rohtext_row {
		display: block;
		padding-left: 0;
		padding-right: 0
	}

	.rohtext_row+.rohtext_row {
		margin-top: 0
	}
}

.rohtext {
	max-width: 480px;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	z-index: 2
}

.rohtext .text_star {
	width: 40px;
	margin-bottom: 48px
}

.rohtext .h2border {
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 31px
}

.rohtext .h2border:after {
	content: '';
	display: block;
	width: 24px;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: 0
}

.rohtext h4 {
	margin-bottom: 26px
}

.rohtext_button {
	margin-top: 34px
}

.rohtext_left_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -48px;
	background: url(../../images/v14422/rohtext_left.png) right center/auto 474px no-repeat
}

@media (max-width:1439px) {
	.rohtext_left_img {
		right: -80px
	}
}

@media (max-width:1279px) {
	.rohtext_left_img {
		right: -120px
	}
}

@media (max-width:1023px) {
	.rohtext {
		max-width: 298px;
		padding-top: 0;
		padding-bottom: 0
	}

	.rohtext_left_img {
		background-size: auto 400px;
		right: -160px
	}
}

@media (max-width:759px) {
	.rohtext {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}

	.rohtext .text_star {
		width: 30px;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px
	}

	.rohtext .h2border {
		padding-bottom: 27px;
		margin-bottom: 15px
	}

	.rohtext p {
		font-size: 20px
	}

	.rohtext_left_img {
		right: -20px;
		width: calc(100% + 40px);
		background-position: center top;
		background-size: auto 240px
	}
}

.rohtext_right_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -48px;
	background: url(../../images/v14422/rohtext_right.png) left center/auto 730px no-repeat
}

@media (max-width:1439px) {
	.rohtext_right_img {
		left: -80px
	}
}

@media (max-width:1279px) {
	.rohtext_right_img {
		left: -120px
	}
}

@media (max-width:1023px) {
	.rohtext_right_img {
		background-size: auto 480px;
		left: -24px
	}
}

.rohtext_left .h2border:after {
	left: 0
}

.rohtext_right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right
}

.rohtext_right .text_star {
	margin-left: auto
}

.rohtext_right .h2border:after {
	right: 0
}

.branch {
	display: block
}

.branch 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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%
}

.branch.active a {
	background: #181818
}

.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(../../images/scrolltop.png) center/contain no-repeat;
	opacity: .6;
}

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

@media (max-width:759px) {
	.rohtext_right_img {
		left: -20px;
		width: calc(100% + 40px);
		background-position: center top;
		background-size: auto 391px
	}

	.rohtext_left .h2border:after {
		left: 50%;
		margin-left: -12px
	}

	.rohtext_left .rohtext {
		padding-top: 120px
	}

	.rohtext_right .h2border:after {
		right: 50%;
		margin-right: -12px
	}

	.rohtext_right .rohtext {
		padding-top: 200px
	}

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