﻿.puffList {
}

    .puffList > div:last-child {
        margin: 0;
    }

    .puffList > div.fullWidth:last-child .puff:last-child {
        margin: auto;
    }

    .puffList a {
        text-decoration: none;
    }

    .puffList h3.blockHeader {
        font-size: 38px;
        margin: 0 0 90px 0;
        text-align: center;
    }

    .puffList .fullWidth .puff.smallMargin,
    .puffList .leftRight .puff.smallMargin {
        margin: 0 auto 40px auto;
    }

    .puffList .puff .text .readMore {
        margin: 10px 0 0 0;
        background: #085e4e;
        cursor: pointer;
        color: #fff;
        padding: 10px 15px;
        display: inline;
        height: auto;
        font-size: 13px;
        display: inline-block;
    }

    .puffList .leftRight .puff {
        margin: 0 0 200px 0;
    }

        .puffList .leftRight .puff .innerPuff {
            margin: 0px 0;
            display: flex;
            justify-content: space-between;
            text-decoration: none;
            -ms-flex-direction: row-reverse;
            -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

        .puffList .leftRight .puff.bg .innerPuff {
            justify-content: center;
        }

        .puffList .leftRight .puff:nth-child(even) .innerPuff {
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
        }

        .puffList .leftRight .puff .image {
            overflow: hidden;
            width: 43%;
        }

            .puffList .leftRight .puff .image img {
                width: 100%;
                display: block;
            }

.puffTypeSubHeader {
    font-size: 16px;    
    margin: 0 !important;
    font-weight: 600;
}


.puffList .leftRight .puff .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 43%;
    box-sizing: border-box;
}

.puffList .leftRight .puff.bg .text {
    background: #fff;
    padding: 40px;
}

.puffList .leftRight .puff .text h3 {
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 28px;
}

.puffList .leftRight .puff .text img {
    max-width: 100%;
}

.puffList .leftRight .puff.center .text {
    justify-content: center;
    align-items: center;
}

    .puffList .leftRight .puff.center .text p {
        text-align: center;
    }

.puffList .fullWidth {
    width: 100%;
}

    .puffList .fullWidth .puff {
        margin: 0 auto 200px auto;
        max-width: 980px;
        box-sizing: border-box;
    }

        .puffList .fullWidth .puff.bg {
            background: #fff;
            padding: 80px 40px;
        }

        .puffList .fullWidth .puff img {
            max-width: 100%;
            height: auto !important;
        }

    .puffList .fullWidth h1 {
        text-align: center;
    }

    .puffList .fullWidth h3 {
        font-size: 32px;
        margin: 0 0 25px 0;
        text-align: center;
    }

    .puffList .fullWidth p {
        max-width: none;
        text-align: center;
    }

.puffList .columnPuffs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 200px 0;
}

    .puffList .columnPuffs .puff.bg {
        background: #fff;
    }

    .puffList .columnPuffs.two-columns .puff {
        width: 49%;
        margin: 0 2% 2% 0;
    }

    .puffList .columnPuffs.slider .puff {
        margin: 0 15px;
    }

    .puffList .columnPuffs.two-columns .puff:nth-child(even) {
        margin: 0 0 2% 0;
    }

    .puffList .columnPuffs.three-columns .puff {
        width: 32%;
        margin: 0 2% 2% 0;
    }

        .puffList .columnPuffs.three-columns .puff:nth-child(3n) {
            margin: 0 0 2% 0;
        }

    .puffList .columnPuffs.four-columns .puff {
        width: 23.5%;
        margin: 0 2% 2% 0;
    }

        .puffList .columnPuffs.four-columns .puff:nth-child(4n) {
            margin: 0 0 2% 0;
        }

    .puffList .columnPuffs .puff .image,
    .puffList .slider .puff .image {
        width: 100%;
    }

        .puffList .columnPuffs .puff .image img,
        .puffList .slider .puff .image img {
            width: 100%;
        }

    .puffList .columnPuffs .puff .text,
    .puffList .slider .puff .text {
        padding: 20px;
    }

        .puffList .columnPuffs .puff .text.center,
        .puffList .slider .puff .text.center {
            text-align: center;
        }

        .puffList .columnPuffs .puff .text h3,
        .puffList .slider .puff .text h3 {
            margin: 0 0 25px 0;
        }

        .puffList .columnPuffs .puff .text p,
        .puffList .slider .puff .text p {
            font-size: 16px;
        }

        .puffList .columnPuffs .puff .text h1.center,
        .puffList .columnPuffs .puff .text h3.center,
        .puffList .slider .puff .text h1.center,
        .puffList .slider .puff .text h3.center {
            text-align: center;
            margin: 0;
        }


.puffList .readMoreText {
    display: none;
}

    .puffList .readMoreText p {
        margin: 0 0 20px 0;
    }



@media screen and (max-width: 1110px) {
}

@media screen and (max-width: 850px) {
    .puffList h3.blockHeader {
        font-size: 32px;
        margin: 0 0 50px 0;
    }

    .puffList .leftRight .puff,
    .puffList .fullWidth .puff,
    .puffList .columnPuffs
    {
        margin: 0 0 100px 0;
    }

        .puffList .leftRight .puff .innerPuff {
            display: block;
        }

        .puffList .leftRight .puff .image {
            width: 100%;
            min-height: auto;
        }

        .puffList .leftRight .puff .text {
            width: 100%;
            margin: 20px 0 0 0;
        }

        .puffList .leftRight .puff.bg .text {
            margin: 0;
        }

        .puffList .leftRight .puff .text h3 {
            font-size: 28px;
        }

        .puffList .leftRight .puff.bg .text p {
            font-size: 16px;
            padding: 0 0 10px 0;
        }

    .puffList .fullWidth h3 {
        font-size: 26px;
        margin: 0 0 15px 0;
    }

    .puffList .columnPuffs .puff .text h3 {
        margin: 0 0 15px 0;
    }

    .puffList .columnPuffs .puff .text p {
        font-size: 14px;
    }

    .puffList .columnPuffs.three-columns .puff,
    .puffList .columnPuffs.three-columns .puff:nth-child(even) {
        width: 100%;
        margin: 0 0 25px 0 !important;
    }

    .puffList .columnPuffs.four-columns .puff {
        width: 49%;
    }

        .puffList .columnPuffs.four-columns .puff:nth-child(even) {
            margin: 0 0 2% 0;
        }
}


@media screen and (max-width: 750px) {
    
}

@media screen and (max-width: 600px) {
    .puffList h3.blockHeader {
        font-size: 26px;
        margin: 0 0 40px 0;
    }

    .puffList .leftRight .puff,
    .puffList .fullWidth .puff,
    .puffList .columnPuffs
    {
        margin: 0 0 50px 0;
    }

        .puffList .leftRight .puff .text h3 {
            font-size: 26px;
            margin: 0px 10px 20px 10px;
            line-height: 1em;
        }

        .puffList .leftRight .puff.bg .text p {
            font-size: 14px;
        }

    .puffList .fullWidth h3 {
        font-size: 22px;
    }

    .puffList .columnPuffs.two-columns .puff,
    .puffList .columnPuffs.two-columns .puff:nth-child(even) {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .puffList .fullWidth .puff.bg {
        padding: 40px 20px;
    }
        
    .puffList .puff .text .readMore {
        margin: 10px 0 0 0;
    }

    .puffList .columnPuffs.four-columns .puff {
        width: 100%;
        margin: 0 0 25px 0;
    }

        .puffList .columnPuffs.four-columns .puff:nth-child(even) {
            margin: 0 0 25px 0 !important;
        }

}

@media screen and (max-width: 415px) {
    
}
