.f1902-v1-orbis-r1-wrapper{
	width: 100%;
	margin-bottom: 10px;
}
.f1902-v1-orbis-r1-wrapper .block-title{}
.f1902-v1-orbis-r1-wrapper .newsletter-form-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #062819;
}
.f1902-v1-orbis-r1-wrapper .newsletter-form-description{
    margin: 10px 0 20px;
    color:#062819;
}
.f1902-v1-orbis-r1-wrapper .newsletter-form-elements{
	margin-top: 10px;
}
.f1902-v1-orbis-r1-wrapper .newsletter-form-row-outer{}
.f1902-v1-orbis-r1-wrapper .newsletter-form-row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.f1902-v1-orbis-r1-wrapper .newsletter-form-col{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.f1902-v1-orbis-r1-wrapper .newsletter-form-row label{
	color:#062819;
	font-size: 12px;
}
.f1902-v1-orbis-r1-wrapper .newsletter-form-col:not(:last-child){
	margin-bottom: 5px;
}
.f1902-v1-orbis-r1-wrapper .newsletter-form-input{height: 30px;}
.f1902-v1-orbis-r1-wrapper .newsletter-form-button-container{
	margin-top: 15px;
}
.f1902-v1-orbis-r1-wrapper .newsletter-form-button{
	float:right;
}
.f1902-v1-orbis-r1-wrapper .alert {
	display:none;
	margin-top:10px;
	padding:10px;
	font-size:12px;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	.f1902-v1-orbis-r1-wrapper .newsletter-form-col {
		flex-direction: column;
    	align-items: flex-start;
	}
	.f1902-v1-orbis-r1-wrapper .newsletter-form-input {
		width:100%;
	}
}
@media only screen and (max-width: 767px){
}
