.newsletter-section{
	background-color: #f7cf62;
	padding: 50px 0;
}
.newsletter-section .signup-btn .btn-type2{
	min-width: 180px;
	text-align: center;
}
.newsletter-head{
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 0.72px;
	color: #003643;
	font-family: 'Oswald', 'Arial Narrow', 'Helvetica Neue', sans-serif;
	font-weight: 600;
	padding-left: 10px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
/* .newsletter-head:hover,
.newsletter-head:focus{ color: #ffffff; } */
.newsletter-head > img {
	position: absolute;
	left: 0px;top:46%;
	transform:translateY(-50%);
}
.newsletter-head .news-txt{
	font-size:12px;
	line-height:20px;
	color:#ffffff;
	display:block;
	text-transform:lowercase;
	display:none;
}
.newsletter-head .news-expand{
	background:url(https://d1hirb55zrpywb.cloudfront.net/images/theme/nav-dd-icon-mobile.svg) no-repeat;
	width:17px; height:14px;
	display:inline-block;
	background-size: contain;
    margin-left: 10px;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	position: relative;
    top:0px;
}
.newsletter-head.active .news-expand{
	transform:rotate(180deg);
	-moz-animation:none;
	-webkit-animation:none;
	animation:none;
	vertical-align:top;
	margin-top:2px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.newsletter-box{
	margin-top: 20px;
}
/* .newsletter-box .btn-type4{position: relative;z-index: 1;}
.newsletter-box .btn-type4:hover {
	background-color:transparent;
	color:#ffffff;
	border-color: #ffffff;
} */
.form-label{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
}
.interested-info{ margin-top: 30px; }
.interested-info .interestedactivity{margin-bottom:3px;}
.interested-info .form-label{ margin-bottom:20px; }
.interested-checklist .interested-checkbox{ display: inline-block; vertical-align: top; margin-right: 8px; margin-bottom: 20px; width: 123px;}
.interested-checkbox .cus-chkbox{ margin-bottom: 10px; cursor: pointer; position: relative; }
.interested-checkbox .cus-chkbox input[type="checkbox"] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.interested-checkbox .cus-chkbox span {
	position: relative;
	display: inline-block;
	height: 123px; width: 123px;
	border-radius: 50%;
	border: 1px solid #ffffff;
}
.interested-checkbox .cus-chkbox input[type="checkbox"]:checked + span {
	background-color: #58a5bf;
	border: 1px solid #58a5bf;
}
.interested-checkbox .cus-chkbox input[type="checkbox"]:checked + span:after {
    content: "";
    background: url(https://d1hirb55zrpywb.cloudfront.net/images/theme/newsletter-check.svg) no-repeat #ffffff;
    position: absolute;
    top: -15px;  left: 50%;
    margin-left: -15px;
    display: inline-block;
    width: 28px; height: 28px;
    border-radius: 50%;
}
.checkbox-name{
	font-size: 11px;
	font-weight: bold;
	line-height: 1.41;
	letter-spacing: 0.1px;
	color: #ffffff;height: 32px;
	display: flex;
	width: 80%;text-align: center;
	align-items: center;
    justify-content: center;
    margin: 0px auto;
    text-transform: uppercase;
}
.row .social-icons-url {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}
.interestedIn{margin-top:10px;}
.interestedIn .interestedin-head .head-text {
	display:inline-block;
	cursor:pointer;
	margin-bottom:20px;
	position:relative;
	font-size: 18px;
	color:#65b48d;
	line-height:1.1;
	font-weight:bold;
	font-family:'Oswald';
	border-radius: 4px;
  border: solid 1px #66b48e;
  padding:10px 50px 10px 10px;
	}
.interestedin-head .head-text .news-expand {
    background: url(https://d1hirb55zrpywb.cloudfront.net/images/theme/nav-dd-icon-mobile.svg) no-repeat;
    width: 17px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    margin-left: 10px;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    position:absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.interestedin-head .head-text.active .news-expand{
	-moz-animation:none;
	-webkit-animation:none;
	animation:none;
	vertical-align:top;
	margin-top:0px;
	top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.newsletter-boxinput{display: flex;align-items: center;}
.newsletter-boxinput .newsletter-boxinput-inner{
	flex: 0 0 350px;
	margin-right:25px;
}
.newsletter-boxinput .newsletter-boxinput-inner:last-child{margin-right:0px;}
.newsletter-box .form-type2 .form-control{ margin-bottom: 25px; }
.popoverEmailFocusNL + .popover{
	z-index: 1;
}
@media( max-width: 1199px){
	.newsletter-head{font-size:35px;line-height:40px;letter-spacing:0.5px;}
	.newsletter-boxinput .newsletter-boxinput-inner{flex: 0 0 250px;}
}
@media( max-width: 992px){
	.newsletter-section{ border-top: 1px solid #ffffff; }
	.newsletter-head{font-size:30px;line-height:35px;}
	.interestedIn .interestedin-head .head-text{
		 font-size: 14px;
		 line-height: 1.41;
	}
	.newsletter-boxinput {flex-wrap: wrap;}
	.newsletter-boxinput .newsletter-boxinput-inner{flex: 0 0 180px;margin-right:15px;}
}
@media( max-width: 767px){
	.newsletter-head{ text-align: center; display: block; }
	.interested-checklist .interested-checkbox { width: 31%; text-align: center;}
	.newsletter-head > img { position: static; display: block; margin: 0px auto 20px; }
	.newsletter-head { padding: 0 50px; display: block; text-align: center; }
	.interestedIn .interestedin-head .head-text{width: 100%;}
		.newsletter-boxinput .newsletter-boxinput-inner{flex: 0 0 100%;}
}
@media( max-width: 480px){
	.interested-checkbox .cus-chkbox span{ height: 100px; width: 100px; }
	.german-content .newsletter-head { padding: 0 25px;}
	.interested-checklist .interested-checkbox{ max-width: 30%; text-align: center; }
}
@media( max-width: 320px){
.newsletter-head{ font-size:24px;}
}
.newsletter-section .middle-content a{
	color: #003643;
	display: inline-block;
	transition: all 0.3s;
}
.newsletter-section .middle-content a:hover{
	color: #ffffff;
}