.page-title {

    max-width: 8400px;

}

.input-large label {

    top: 26px;
    left: 30.24px;

}

.selection {
	position: relative;
}

.selection-current {
	padding: 24px 48px 24px;
	background-color: transparent;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	height: 75px !important;
	padding-left: 32px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #F7B92B;
	cursor: pointer;
}

.selection-current:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-bottom: 1px solid #F7B92B;
	border-right: 1px solid #F7B92B;
	position: absolute;
	right: 16px;
	top: calc(50% - 12px);
	transform: rotate(45deg)
}

.selection-list {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	border-radius: 10px;
	background-color: #FFFFFF;
	border: 1px solid #F7B92B;
	width: 100%;
	max-height: 400px;
	overflow-y: auto;
	z-index: 5;
}

.selection-list div {
	padding: 10px 32px;
	cursor: pointer;
	font-size: 18px;
}

.selection-list div:hover {
	background-color: rgba(0,0,0,.05)
}