/*header newsletter*/
.image-newsletter {
    position: relative;
    margin-bottom: 24px;
	max-height: 386px;
	overflow:hidden;
}
.image-newsletter img {
	display: block;
	/*overflow:hidden;*/
  /*max-width:100%;
  max-height:386px;*/
  width: 100%;
  height: auto;
    /*width: 100%;*/
	/*width:auto;*/
min-width:380px;
/*	height:auto;*/
    /*max-height: 386px;*/
}
.image-newsletter:before {
    content: "";
    opacity: 0.15;
    background-image: linear-gradient(to bottom, #001322, rgba(0, 0, 0, 0));
    width: 100%;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
}
.image-newsletter:after {
    content: "";
    opacity: 0.25;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #001322);
    width: 100%;
    height: 116px;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*section list newsletter */
.section-list-newsletter .title-block-text {
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #001322;
    margin-bottom: 20px;
}
/*list newsletter*/
.list-newsletter-info h5 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    margin-bottom: 16px;
}
.list-newsletter-info h2 {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    margin-bottom: 32px;
}
.list-newsletter-info h3 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    margin-bottom: 32px;
}
.list-newsletter-info h4 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    margin-bottom: 32px;
}
.list-newsletter-info h6 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.list-newsletter-info p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    /*margin-bottom: 40px;*/
}
.text-link-newsletter {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    color: #003f6f;
    margin-right: 40px;
}
.text-link-newsletter {
	text-decoration:none!important;
}
.text-link-newsletter:last-child {
    margin-right: 0;
}
.list-newsletter-info {
    margin-bottom: 42px;
    float: left;
}
.list-newsletter-info h1 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.list-newsletter-info a
{
	color: #003f6f;
	
}
.list-newsletter-info a:hover
{

	text-decoration:underline!important;
}
/*.list-newsletter-info.notfull h1 {
    max-width: 411px;
    float: left;
}*/
/*.list-newsletter-info img {
    max-width: 411px;
    float: right;
    margin-left: 25px;
}
.list-newsletter-info.image-under-date img {
    margin-top: 36px;
}
.list-newsletter-info.full-width img {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 40px;
}*/
.bg-newsletter-webversion {
    background: #f2f5f8;
}
p.wp-caption-text
{
	padding-top:18px;
	margin-top:0px;
}