.section-policy {
    height: auto!important;
    align-items: normal!important;
    padding-top: 10%!important;
}
.navigation.post-navigation {
	display: none;
}
.entry-title {
    padding: 10px;
}
@media screen and (max-width: 1600px) {
	.entry-title {
		font-size: 28px!important;
	}
}
.wp-show-posts-entry-title {
	font-size: 16px;
    font-weight: 600;
}
.wp-show-posts-entry-title a{
    color: #194075;
	font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.section-footer .form-info .submit:before {
    content: "";
    position: absolute;
    right: 0;
    width: 40px;
    top: 65%!important;
    height: 2px!important;
    background: #ffffff!important;
    transition: all ease 0.4s;
}
.section-footer .form-info .submit {
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    padding: 15px 50px 5px 0!important;
    position: relative;
    color: #ffffff!important;
    transition: all ease 0.4s;
    font-weight: bold;
}
.section-footer .form-info .submit:hover:before {
    width: 50px!important;
}
@media screen and (max-width: 450px) {
.section.section-master-plan .master-plan-content {
    height: auto!important;
}
}

.common-image-slider-container .nav-icon-container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 60px;
	line-height: 1;
	outline: none;
	color: #254d7e;
}
.common-image-slider-container .common-image-slider-prev {
	left: -30px;
	z-index: 999;
}
.common-image-slider-container .common-image-slider-next {
	right: -30px;
	z-index: 999;
}
.common-image-slider-container img {
	width: 100%;
	height: auto;
	padding: 20px;
}
@media screen and (max-width: 767px) {
.section-master-plan.page-master-plan {
    padding-top: 0!important;
}
}

.section-footer .form-info .submit {
    border: 1px solid #fff!important;
    padding: 8px 20px!important;
    border-radius: 4px!important;
    margin-top: 5px!important;
}

.section-footer .form-info .input-area{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
    width: 100%;
}