.newsletter-block {
	background-color: #DBD7D1;
    padding: 30px;
	
	.container {
		@media (min-width: 576px) {
			max-width: 100%;    
			padding-left:20px;
			padding-right:20px;
		}

		@media (min-width: 768px) {
			max-width: 100%;
			padding-left:20px;
			padding-right:20px;
		}

		@media (min-width: 1180px) {
			max-width: 1140px;
			padding-left:0;
			padding-right:0;
		}
	}
	
	.mc4wp-form-fields input[type=email] {
		/* width: 450px; */
		width: 100%;
		max-width: 100%;
		height: auto;
		min-height: 44px;
		text-shadow: none;
		background: #fff;
		border-radius: 2px;
		outline: 0;
		padding: 5px 13px !important;
		border: 2px solid grey !important;
	}

	.mc4wp-form-fields{
		display: flex;
		flex-wrap: nowrap;
		margin-top:30px;
		gap:15px;
		flex-direction: column;

		@media (min-width: 991px) {
			margin-top:50px;
			flex-direction: row;
		}

		label{
			width:100%;
			display: block;
		}
	}
	
	
    .mc4wp-form-fields p {
        display: inline-flex;
		margin-bottom:5px;
    }

	.mc4wp-form-fields p:first-child {
        width:100%;
    }
	
	.mc4wp-form-fields input[type=submit] {
		color: #6BB8C3 !important;
		width: 180px !important;
		margin-left: 0;
		padding: 10px 15px !important;
		color: #fff !important;
		font-size:14px;
		line-height: 24px;
        height: 44px;

		@media (min-width: 991px) {
			margin-left: 10px;
		}
	}

	.mc4wp-form-fields input[type=submit]:hover {
		background-color: #012646;
		border-color: #012646;
	}

	.mc4wp-form-theme-light input[type=submit]:hover {		
		background-color: #012646 !important;
		border: 1px solid  #012646 !important;;
	}

	h3{
		margin-bottom: 20px;
	}

	.mc4wp-form{
		display: flex;
		flex-direction: column-reverse;
		@media (min-width: 991px) {
			display: block;
		}
	}

	.mc4wp-notice p{
		font-size: 17px;
		line-height: 24px;
		margin-top: 15px;
		margin-bottom:0;

		@media (min-width: 991px) {
			margin-top: 0;
			margin-bottom:0
		}
	}

	.mc4wp-alert.mc4wp-notice p{
		font-size: 17px;
		line-height: 24px;
		color: #158fa1;
	}

	.mc4wp-success.mc4wp-notice p{
		font-size: 17px;
		color: #12723A;
	}
}

#scrollToTopBtn{
	width:43px;
	height: 43px;
	
	-webkit-border-radius:50% !important;
		-moz-border-radius:50% !important;
			border-radius:50% !important;
	
}

footer .nav li{
	font-size: 13px;
	line-height: 24px;
	margin-bottom:0;
}