.vp-banner-widget-1 {
	padding-top: 120px;
 }
 .vp-banner-widget-2 {
	padding-top: 60px;
 }
.vp-overlap-wrapper {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    margin-bottom: -30px;
    top: -40px;
    font-size: 15px;
    position: relative;
    padding: 40px 60px;
    text-align: center;
}
.vp-generic-wrapper {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
	color: rgb(36, 36, 53);
	/*padding: 34px;
	background-color: #FFF;
	box-shadow: 0 0 0 1px #dadce0;
	-webkit-box-shadow: 0 0 0 1px #dadce0;
    border-radius: 8px;
	-webkit-border-radius: 8px;*/
}
.vp-main-header {
	margin-top: 0;
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 1.375;
    font-weight: 600;
    color: rgb(36, 36, 53);
    letter-spacing: 0.16rem;
}
.vp-main-para {
    font-size: 18px;
    line-height: 1.575;
    color: #474956;
}
.vp-main-para p:last-child {
    margin-bottom: 0;
}
.vp-read-more.btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1 !important;
}
.vp-read-more.btn {
	padding: 0;
    height: auto;
    border: none;
	color: #FFF;
    font-size: 0.875em;
    font-weight: 500;
	text-transform: uppercase;
	padding: 0.55em 1em;
    letter-spacing: 0.15em;
}
.vp-read-more-icn {
	fill: #fff;
    height: 24px;
    width: 24px;
    margin-right: 6px;
}
.vp-card-generic-info {
    display: table;
    width: 80%;
    margin: auto;
}
.vp-card-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}
.vp-card-title {
	margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.375;
	letter-spacing: 0.12rem;
}
.vp-card-para {
	font-size: 15px;
    line-height: 1.675;
	color: rgb(72,72,72);
}
.vp-card-para p:last-of-type {
    margin-bottom: 0;
}
/*.vp-card-1 {
    background-color: #f4f4f4;
}*/
/*------------------------------------------------------------*/
.vp-card-1 {
	margin-top: 60px;
    /*padding-top: 40px;
    border-top: 1px solid;
	border-color: rgba(0,0,0,.1);
	*/
}
/*.vp-card-1:first-of-type,.vp-card-2:first-of-type {
	margin-top: 50px;
    padding-top: 0;
    border-top: none;
	border-color: none;
}
.vp-card-1:last-of-type,.vp-card-2:last-of-type {
	margin-bottom: 60px;
}
.vp-card-1-wrap {
    padding: 40px 10px;
}*/
.vp-card-1-lt,.vp-card-1-rt {
    width: 50%;
    float: left;
}
/*.vp-card-1-lt .item-image {
    border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
}
.vp-card-1:last-of-type .vp-card-1-wrap {
    padding: 30px 10px 60px;
}
.vp-card-1:nth-child(2n) {
    background-color: #fff;
}*/
.vp-card-1:nth-child(2n) .vp-card-1-lt {
    float: right;
}
/*------------------------------------------------------------*/
.vp-card-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sideline .vp-card-2 {
	-webkit-box-align: unset;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
}
.vp-card-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover!important;
    background-position: center!important;
}
.vp-card-pic {
	position: relative;
    overflow: hidden;
	width: 50%;
    min-height: 360px;
	height: 75vh;
}
.vp-card-2-info {
    -webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	/*padding: 24px 0;*/
}
.sideline .vp-card-2 {
	margin-top: 60px;
}
.sidestep .vp-card-2:first-of-type {
	margin-top: 60px;
}
.vp-card-2:nth-child(2n) .vp-card-pic {
    order: 2;
}
/*------------------------------------------------------------*/
.vp-card-3-wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.vp-card-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.vp-card-3 {
    width: 100%;
    max-width: 47.5%;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
    overflow: hidden;
    background-color: transparent;
}
.vp-card-generic-info.card-v3 {
	margin: 15px 0 0;
}
.vp-card-3 .item-image.rounded {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
/*------------------------------------------------------------*/
.newsfill-subscribe {
	border-top: 1px solid #d3d3d3;
}
.newsfill-wrapper {
	max-width: 661px;
    margin: 0 auto;
    padding: 50px 50px 0;
}
.newsfill-body {
	text-align: center;
}
.newsfill-inputs {
	margin-top: 15px;
}
.newsfill-wrapper h3 {
    font-size: 3.2rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
.newsfill-body :is(h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child) {
    margin-top: 0;
}
/*.newsfill-wrapper h4 {
    font-size: 1.8rem;
    line-height: 1.275;
}*/
.newsfill-inputs .input-append {
    -webkit-border-radius: 24px 0 0 24px;
    -moz-border-radius: 24px 0 0 24px;
    border-radius: 24px 0 0 24px;
}
.newsfill-inputs label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.newsfill-inputs .newsfill-btn {
   height: 48px;
   min-width: 150px;
   -webkit-border-radius: 0 24px 24px 0;
    -moz-border-radius: 0 24px 24px 0;
    border-radius: 0 24px 24px 0;
}
.newsfill-checker {
	margin-top: 10px;
	font-size: 1.34rem;
	line-height: 1.375;
	text-align: left;
}
.form-submit-newsfill {
	display: block;
	margin: 10px 0;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #008234;
	text-align: center;
}
/*------------------------------------------------------------*/
@media only screen and (max-width: 991.98px) {
/*.welcome-sch__wrapper {
    background-color: #f5f5f5;
}*/
.vp-banner-widget-1, .vp-banner-widget-2 {
	padding-top: 40px;
}
.vp-card-1, .vp-card-2 {
	margin-top: 40px !important;
}
/*.vp-generic-wrapper {
	padding: 0;
	background-color: none;
	box-shadow: none;
	-webkit-box-shadow: none;
    border-radius: unset;
	-webkit-border-radius: unset;
}*/
}
@media only screen and (max-width: 767.98px) {
.vp-overlap-wrapper {
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #fff;
	top: auto;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0 30px;
}
.vp-generic-wrapper {
    max-width: 100%;
}
/*.vp-card-1:last-of-type .vp-card-1-wrap {
	padding: 30px 10px 50px;
}*/
.vp-card-1-lt, .vp-card-1-rt {
	width: 100%;
	float: none !important;
}
.vp-card-generic-info {
	width: 100%;
	margin-top: 15px;
}
.vp-card-2 {
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.vp-card-pic {
	width: 100%;
	height: 233px;
}
.vp-card-2:nth-child(2n) .vp-card-pic {
    order: unset;
}
.vp-card-2-info {
    width: 100%;
    padding: 0;
}
.vp-card-3-wrapper {
	display: block;
}
.vp-card-3 {
    max-width: 100%;
}
.vp-card-3 .item-image.rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
}
@media (min-width: 1200px) {
.vp-generic-wrapper {
    max-width: 868px;
}
}