.c-featured__page-title {font-size: 1.25rem;line-height: 1.3125rem;}
.featured-h1 {color: #FFF; font-size: 3rem; line-height: 3.2rem;font-family:"Linotype Tetria", Helvetica, Arial, sans-serif;}

.img-full-country {
    width: 100%;
}
 
@supports (object-fit: cover) {
    @media (max-width: 45.5rem) {
        .img-full-country {
            height: 200px;
            object-fit: cover;
            object-position: center;
        }
    }
}

@media only screen and (max-width: 999px) {
.featured-h1 {font-size: 2rem; line-height: 2.2rem;}
}

@media only screen and (max-width: 727px) {
.featured-h1 {font-size: 2rem; font-weight: 700;line-height: 2rem;color: #333;}
}

.img-right-btm { margin: 0 0 20px 20px; width: 400px; }
@media screen and (max-width: 652px) { .img-right-btm { width: 100%; } }
.img-left-btm {margin:0 20px 20px 0;width:400px;}
@media screen and (max-width: 652px) { .img-left-btm {width: 100%;} }
blockquote { font-family: "Linotype Tetria"; color: #00a3c7; text-align: center; line-height: 2em; padding: 1em 3em; font-size: 1.3em; }

.resp-container {
    position: relative;
    overflow: hidden;
padding-top: 56.25%;
margin-bottom:40px;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.left-float {float:left;max-width:48%;box-sizing: border-box;}
.right-float {float:right;max-width:50%;box-sizing: border-box;}

@media only screen and (max-width: 727px) {
.left-float {float: none; max-width:100%;}
.right-float {float: none; max-width:100%;}
}

.center {
    text-align: center;
}

.list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.list-items .paragraph {
    flex-direction: column;
    text-align: center;
    width: 320px;
    padding: 15px;
}

.list-items .paragraph span.h4 {
    font-size: 1.2em;
}

.list-items .paragraph .left {
    float: none;
    margin: 0;
}

.list-items .paragraph .image-holder {
    border: none;
    padding: 0;
    background: none;
}

.rule-right { border-right: #333 solid 1px; padding-right: 30px; }

@media only screen and (max-width:768px) {
.rule-right {border-right: none; padding-right: 0;}

     .yui3-u-1-2 {
         flex: 1 0 100%;
     }

}