/*
.content-images7 figure {display:flex;}
.content-images7 figure figcaption {padding:20px;}
.content-images7 figure figcaption > *:not(:last-child) {margin-bottom:10px;}
.content-images7 figure figcaption h3 {margin-top:0;}

.content-images7 figure > *:not(figcaption) {width:30%;display: flex;align-items: center;}
.content-images7 figure img {width:100%;height:auto;}
.content-images7 figure:nth-child(2n+1) {background:#f1f1f1;}
.content-images7 figure:nth-child(2n+2) {background:#fff;flex-direction:row-reverse;}
.content-images7 figure:nth-child(2n+2) figcaption {padding-left:0;}

@media screen and (max-width: 440px){
.content-images7 figure, .content-images7 figure:nth-child(2n+2) {flex-direction:column;}
.content-images7 figure > *:not(figcaption) {width:100%;}
.content-images7 figure:nth-child(2n+2) figcaption {padding-left:20px;}
}
*/

/*.CI7-item{width:100%;overflow:hidden;background:#f1f1f1;clear:both;}
.CI7-item{width:100%;overflow:hidden;clear:both;}
.CI7-item:nth-child(2n+2){background:none;}


.CI7-item:nth-child(2n+1) .CI7-img{width:30%;}
.CI7-item:nth-child(2n+2) .CI7-img{width:30%;float:right;padding-left:10px;}
.CI7-item .CI7-img img{width:100%;height:auto;}

.CI7-item .ImagesWords{padding:10px 20px;box-sizing:border-box;} 


.CI7-item .ImagesWords{padding-top: 20px; padding-bottom: 20px; box-sizing:border-box;}

.CI7-item .ImagesWords .figcaption-title, .CI7-item .ImagesWords .figcaption-text{text-align:left;}
.CI7item .ImagesWords.fullWidth{width:100%;}



.CI7-item .IWText p {font-weight: 400; font-size:18px; margin-top:25px; color:#666;}*/
.CI7-item .IWText p {font-weight: 400; font-size: 1.3rem; margin-top:25px;}
.CI7-item .figcaption-title h3 a, .CI7-item .figcaption-title h3 {color:#333;}



.CI7-item .figcaption-title{text-decoration:none;}
.CI7-item  a .figcaption-title{text-decoration:none;}

.CI7-item  a.external-link {text-decoration:underline;}
.CI7-item  a.external-link:hover {text-decoration:none;}





@media screen and (max-width: 1200px){
.CI7-item .figcaption-text p {font-size:16px;}
} 

@media screen and (max-width: 800px){
.CI7-item .figcaption-text p {font-size:14px;}
.CI7-item img {padding:10px;}
.CI7-item:nth-child(2n+2) {padding-right:0;}
.CI7-item h3 {font-size:2rem;margin-top:0;
.CI7-item .ImagesWords {width:inherit !important;float:none !important;}
} 


@media screen and (max-width: 440px){
.CI7-item .ImagesWords {clear:both;}
.CI7-item .figcaption-title, .CI7-item .figcaption-text {text-align:center !important;}
.CI7-item .figcaption-text p {font-size:12px;}
.CI7-item .CI7-img, .CI7-item .ImagesWords {width:100% !important;}

}

*/