a:hover {
	text-decoration: none !important;
} 

.email-newsletter {
      /** font-family: 'Helvetica Neue', 'Segoe UI', sans-serif-regular, Helvetica, Arial; **/
      font-size: 16px;
      margin: 20px; /** 0px **/
      /** padding:0px; **/
      font-style: normal;
      color: #333;
      border-radius: 5px;
      box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
      height: 400px;
      width: 300px;
}

.email-newsletter img {
      width: 100%;
      /** max-width: 190px; 
      margin:0px; **/
      border-radius: 5px 5px 0 0; /** 3px **/
      max-height: 210px;
}

.email-newsletter .title1 {
	font-size: 18px;
      line-height: 1.1;
	padding-top:20px;
      padding-left: 20px;
      padding-right: 20px;	
}
.email-newsletter .title2 {
	font-size: 20px;
      line-height: 1.1;
	padding-top: 10px;;
      padding-left: 20px;
      padding-right: 20px;	
}
.email-newsletter .date {
	font-size: 16px;
      line-height: 1.1;
      padding-left: 20px;
      padding-right: 20px;
      position:absolute;
      bottom: 50px;
	color: #666666;
}

.email-newsletter .contentItem {
	width: 100%;
	padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 20px;
      min-height: 9vw;
	border-width: 1px;
	border-color: #d6dfe6;
	border-style: solid;
	border-top: none;
      border-radius: 0 0 5px 5px;
}

@media (max-width: 1199px) {
	.email-newsletter {
            width: 90%;
 }
}

@media (max-width: 768px) {
      .email-newsletter .date {
            display: none;
      }
}
#background-color-blue > .scs-container-styles > .scs-component-content {
    background-attachment: scroll;
    background-color: #d5e9f8;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
}