

/********************** DEFAULT STYLES **********************/

*, body {
    margin: 0;
    padding: 0;
   /* overflow-x: hidden;*/
   font-family: 'Montserrat', sans-serif;
}

.clear {
    clear: both;

}


/* --------------- sectionA --------------- */

.sectionA {
    width: 100%;
    height: auto;
    background-image: url(../images/compEdge_10_BG.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
    .containerA {
    }
        .leadimage {
            background-image: url(../images/TennisWall_main01.jpg);
            background-position: 50% 100%;
        }
        .leadinfo {
/*            color: #306ed5;*/
        }
            .leadinfo h1 {
                color: #fff;
                font-weight: 400;
            }
            .leadinfo h2 {
                color: #fff;
                font-weight: 400;
            }
            .leadinfo h3 {
                color: #fff;
                font-weight: 400;
            }
        .leadquote {
            width: 100%;
            /*background-color: #242d2f;*/
            color: #fff;
            text-align: center;
        }
            .leadquote h4 {
                font-weight: 300;
                margin-bottom: 0px;
            }

            iframe {
        width: 100%;
        height: 500px;
        margin: 0px auto 20px auto !important;
    }

/* --------------- sectionB --------------- */

.sectionB {
    width: 100%;
    height: auto;
    background-color: #fff;
}
    .containerB {
    }
        .wideimagecontainer {
            width: 100%;
            height: auto;
        }  
            .wideimagecontainer .largeimage {
                width: 100%;
                height: auto;
                padding-top: 56.25%;
            }
            #wideimg01 {
                background-image: url(../images/TennisWall_large01.jpg);
            }
            #wideimg02 {
                background-image: url(../images/TennisWall_large02.jpg);
            }
            .largeimagecaption p {
                margin-bottom: 0px;
            }
        .textcontainer p a {
            color: #035684;
            text-decoration: none;
            transition: 0.3s;
        }
            .textcontainer p a:hover {
                color: #a9b032;
            }
        .authorblurb {
            width: 100%;
            height: auto;
            display: block;
            background-color: #e1e1e1;
        }
            .authorblurb p {
                margin-bottom: 0px;
                width: 100% !important;
            }
        .editorsnote {
            font-style: italic;
            margin: 48px 0;
        }

        .authorinfo {
            background-image: url('../images/funkylines.jpg');
            width: 100%;
            height: auto;
            padding: 24px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }

        .authorinfo img {
            width: 30%;
            height: auto;
            margin: 0 12px 0px 0;
            float: left;
        }
        .compedgebox {
            width: 100%;
            height: auto;
            font-weight: 500;
            padding: 24px;
            background-color: #EAEA3B;
            margin-bottom: 36px;
        }

            .compedgebox p:last-child {
              margin-bottom: 0px;
            }

            iframe {
        width: 100%;
        height: 500px;
        margin: 0px auto 20px auto !important;
    }

/* --------------- sectionC --------------- */

.sectionC {
    width: 100%;
    height: auto;
    background-color: #fff;
}
    .containerC {
        text-align: center;
    }
        .adSection {
            padding: 0 !important;
        }
        .adBox a {
            display: block;
            width: 100%;
            height: 100%;
        }
        .disclosure {
            color: lightgrey;
            text-align: center;
        }

        .recommendedBox {
            width: 100%;
        }
            .addthis_relatedposts_inline {
                height: auto;
                margin: auto;
            }
            iframe {
        width: 100%;
        height: 500px;
        margin: 0px auto 20px auto !important;
    }


/************************************************************/

@media screen and (min-width: 280px)  {

/* --------------- sectionA --------------- */

.sectionA {
    background-size: auto 100%;
}
    .containerA {
        padding: 24px 12px;
    }
        .leadimage {
            width: 100%;
            height: 40vh;
            background-size: auto 120%;
            background-position: 50%;
            border-radius: 5px;
            margin-bottom: 24px;
            display: flex;
              justify-content: flex-end;
              align-items: flex-end;
        }
            .seriesbadge {
                width: 100px;
                height: auto;
                margin: 12px;
            }
        .leadinfo {
            color: #fff;
        }
            .leadinfo h1 {
                font-size: 2.125em;
            }
            .leadinfo h2 {
                font-size: 1em;
                margin-bottom: 12px;
            }
            .leadinfo h3 {
                font-size: 0.7em;
            }
        .leadquote {
            padding: 24px 12px;
        }
            .leadquote h4 {
                font-size: 1em;
            }

/* --------------- sectionB --------------- */
    
.sectionB {
}
    .containerB {
        padding-top: 24px;
    }
        .textcontainer {
            padding: 0 12px;
        }
            .textcontainer p {
                font-size: 1em;
            }
                .leadparagraph {
                    font-weight: 500;
                    font-size: 1em;
                }
                .subheading {
                    font-weight: 500;
                    font-size: 1.75em !important;
                    margin-top: 48px;
                    line-height: 1em;
                }
                .subsubheading {
                    color: #176fc1;
                    font-weight: 700;
                    font-size: 1.5em !important;
                    margin-top: 36px;
                    margin-bottom: 12px;
                    line-height: 1em;
                }
            .articleimage {
                width: 100%;
                height: auto;
                margin: 24px 0;
            }
                .articleimage img {
                    width: 100%;
                    height: auto;
                }
                .caption {
                    display: inline-block;
                    background-color: #e4e4e4;
                    padding: 8px 12px;
                    text-align: center;
                    font-size: 0.7em;
                    width: 100%;
                }
            .pullquote {
                padding: 24px;
                text-align: center;
                margin: 24px auto;
            }
                .pullquote h3 {
                    font-weight: 300;
                    font-size: 1.5em;
                } 
                .pullquote h4 {
                    font-weight: 300;
                    font-size: 0.9em;
                    margin-bottom: 0px;
                } 

        .wideimagecontainer {
            width: 100%;
            height: auto;
            margin: 24px 0;
        }  
            #wideimg01, #wideimg02 {
                background-size: auto 100%;
                background-position: 50%;
            }
            .largeimagecaption {
                padding: 24px 12px;
                text-align: center;
                font-weight: 300;
            }
        .authorblurb {
            padding: 12px;
            font-size: 0.8em;
            margin-top: 48px;
        }
        .sidestory {
            padding: 12px;
            margin-top: 48px;
        }
            .sidestory p {
                width: 100% !important;
                font-size: 0.9em;
            }
            /*.sidestory img {
                width: 100%;
                height: auto;
                margin-bottom: 12px;
            }*/

/* --------------- sectionC --------------- */

.sectionC {
}

.containerC {
    padding: 36px 12px;
}
    .adSection {
        margin-left: auto;
        margin-right: auto;
        margin-top: 36px;
        margin-bottom: 36px;
        padding: 0 !important;
    }
    .disclosure {
        font-size: 0.7em;
        margin: 5px 0 5px 0;
        padding: 0;
    }
    .adBox {
        width: 256px;
        height: 230px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .at4-recommended-item {
        width: 100% !important;
        margin-right: 0px !important;
        overflow-x: hidden !important;
    }

}

/************************************************************/

@media screen and (min-width: 320px)  {

/* --------------- sectionC --------------- */

.sectionC {
}
.containerC {
}
    .adBox {
        width: 290px;
        height: 260px;
    }

    .at4-recommended-item {
        width: 47.5% !important;
        margin-right: 5% !important;
        overflow-x: scroll !important;
    }
        .at4-recommended-container, .at4-recommended-horizontal {
            height: 300px !important;
            max-height: 250px !important;
        }
        .at4-recommended-item {
            height: auto !important;
        }
            .at4-recommended-item:nth-of-type(2) {
                margin-right: 0px !important;
            }
        .at4-recommended-item-caption {
            height: 60px !important;
        }
        .at-recommendedTitle {
            font-size: 0.8em !important;
        }
        .at-h4 {
            overflow: visible !important;
            height: auto !important;
        }
        iframe {
        width: 100%;
        height: 200px;
        margin: 0px auto 20px auto;
    }


}

/************************************************************/

@media screen and (min-width: 375px)  {

/* --------------- sectionB --------------- */
    
.sectionB {
}
    .containerB {
    }

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

@media screen and (min-width: 414px)  {

/* --------------- sectionA --------------- */

.containerA {
    padding: 24px 18px;
}
    .leadinfo h1 {
        font-size: 2.125em;
    }
    .leadinfo h2 {
        font-size: 1.25em;
    }
    .leadinfo h3 {
        font-size: 0.8em;
    }
    .leadquote {
        padding: 24px 18px;
    }
        .leadquote h4 {
            font-size: 1.125em;
    }
        iframe {
        width: 100%;
        height: 250px;
        margin: 0px auto 15px auto;
    }
        
}

/************************************************************/

@media screen and (min-width: 480px)  {

}

/************************************************************/

@media screen and (min-width: 568px) {

/* --------------- sectionA --------------- */

.sectionA {
    background-size: 100% auto;
}
    .containerA {
    }
        .leadimage {
            float: right;
            width: 40vw;
            height: 40vw;
            margin-bottom: 0px;
            margin-left: 18px;
        }
        .leadinfo {
            width: 52vw;
            margin-top: 24px;
        }
        .leadquote {
            padding: 24px;
        }
            .leadquote h4 {
                font-size: 1em;
       }
        iframe {
        width: 100%;
        height: 295px;
        margin: 0px auto 20px auto;
        }
    }

/* --------------- sectionB --------------- */
    
.sectionB {
}
    .containerB {
        /*padding: 36px 6px;*/
    }

    .authorinfo img {
        width: 100px;
        height: auto;
        margin: 0 12px 0px 0;
        float: left;
    }

/* --------------- sectionC --------------- */

.sectionC {
}
.containerC {
}
    .adBox {
        width: 518px;
        height: 203px;
        margin-bottom: 20px;
        background-size: 100% auto;
    }
    .at4-recommended-item {
        width: 32% !important;
        margin-right: 2% !important;
    }
            .at4-recommended-item:nth-of-type(2) {
                margin-right: 2% !important;
            }
            .at4-recommended-item:nth-of-type(3) {
                margin-right: 0px !important;
            }

}

/************************************************************/

@media screen and (min-width: 667px) {

/* --------------- sectionA --------------- */

.sectionA {
}
    .containerA {
        padding: 24px;
    }
        .leadimage {
            width: 50vw;
            height: 40vw;
            margin-bottom: 0px;
            margin-left: 18px;
        }
        .leadinfo {
            width: 42vw;
            margin-top: 30px;
        }
        .leadquote {
            padding: 24px;
        }
            .leadquote h4 {
                font-size: 1em;
            }

/* --------------- sectionB --------------- */

/*.sidestory img {
    width: 300px;
    height: auto;
    float: right;
}*/

/* --------------- sectionC --------------- */

.sectionC {
}
.containerC {
}
    .adBox {
        width: 617px;
        height: 242px;
    }

        iframe {
        width: 100%;
        height: 330px;
        margin: 0px auto 20px auto;
    }

}

/************************************************************/

@media screen and (min-width: 736px)  {


}

/************************************************************/

@media screen and (min-width: 768px)  {

/* --------------- sectionA --------------- */

.sectionA {
}
    .containerA {
        padding: 24px 36px;
    }
        .leadimage {
            width: 55vw;
            height: 40vw;
            margin-bottom: 0px;
            margin-left: 18px;
        }
        .leadinfo {
            width: 38vw;
            margin-top: 24px;
        }
            .leadinfo h1 {
                font-size: 1.9em;
            }
        .leadquote {
            padding: 24px;
        }
            .leadquote h4 {
                font-size: 1em;
            }
        .seriesbadge {
            width: 150px;
            height: auto;
            margin: 12px;
        }

/* --------------- sectionB --------------- */
    
.sectionB {
}
    .containerB {
        padding: 0px;
    }
        .textcontainer {
            padding: 36px;
        }
            .textcontainer p {
                width: 80%;
            }
            .compedgebox {
                width: 80%;
                padding: 36px;
            }
                .compedgebox p {
                    width: 100%;
                }

            .articleimage {
                float: right;
                width: 300px;
                height: auto;
                margin: 6px 12px;
            }
                .articleimage img {
                }
                .caption {
                    width: 100%;
                    font-size: 0.7em;
                }
            .pullquote {
                float: right;
                width: 300px;
                height: auto;
                padding: 24px;
                margin: 6px 12px;
            }
                .pullquote h3 {
                    font-size: 1.25em;
                } 
                .pullquote h4 {
                    font-size: 0.9em;
                } 
        .wideimagecontainer {
            margin: 48px 0;
        }  
            #wideimg01 {
            }
            .largeimagecaption {
                padding: 36px;
                text-align: center;
                font-weight: 300;
            }
        .authorblurb {
            width: 80%;
            padding: 24px;
            font-size: 0.7em;
            margin-top: 48px;
        }
        .authorinfo {
            width: 80%;
        }
        .sidestory {
            width: 80%;
            padding: 24px;
            margin-top: 48px;
        }
            .sidestory p {
                width: 100%;
                font-size: 0.8em;
            }
            /*.sidestory img {
                width: 250px;
                margin-left: 12px;
            }*/

/* --------------- sectionC --------------- */

.sectionC {
}
.containerC {
}
    .adBox {
        width: 518px;
        height: 203px;
    }

    .recommendedBox {
        width: 696px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}

/************************************************************/

@media screen and (min-width: 820px)  {

/* --------------- sectionA --------------- */

.sectionA {
    background-size: 100% auto;
}
    .containerA {
    }

        .leadinfo {
/*            margin-top: 20px;*/
        }


/* --------------- sectionB --------------- */
    
.sectionB {
}
    .containerB {
    }


/* --------------- sectionC --------------- */

.sectionC {
}
.containerC {
}
    .adBox {
        width: 518px;
        height: 203px;
    }

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

/*ipad air portrait*/
@media only screen 
    and (min-device-width: 820px) 
    and (max-device-width: 1180px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {

/* --------------- sectionA --------------- */

.sectionA {
}
    .containerA {
    }
        .leadimage {
        }
        .leadinfo {
            margin-top: 48px;
        }
        .leadquote {
        }
            .leadquote h4 {
            }


}

/************************************************************/

@media screen and (min-width: 992px)  {

/* --------------- sectionA --------------- */

.sectionA {
    margin-top: 120px;
}
    .containerA {
        padding: 36px 60px;
    }
        .leadimage {
            width: 50vw;
            height: 40vw;
            margin-bottom: 0px;
            margin-left: 18px;
        }
        .leadinfo {
            width: 360px;
            margin-top: 60px;
        }
            .leadinfo h1 {
                font-size: 2.5em;
                margin-bottom: 18px;
            }
            .leadinfo h2 {
                margin-bottom: 18px;
            }
        .leadquote {
            padding: 24px;
        }
            .leadquote h4 {
                display: block;
                margin:  auto;
                width: 750px;
            }
            iframe {
        width: 100%;
        height: 500px;
        margin: 0px auto 20px auto !important;
    }


/* --------------- sectionB --------------- */
    
.sectionB {
}
    .containerB {
    }
        .textcontainer {
            padding: 48px 60px;
        }
            .subheading {
                font-size: 2.5em !important;
            }
            .textcontainer p {
                width: 75%;
                font-size: 0.9em;
            }
            .compedgebox {
                width: 100%;
                padding: 36px;
            }
                .compedgebox p {
                    width: 100%;
                }
            .largeimagecaption p {
                display: inline-block;
                margin: auto;
                width: 90%;
            }
        .wideimagecontainer {
        }  
            #wideimg01 {
                
            }
            .largeimagecaption {
                padding: 36px;
            }
        .authorblurb {
            width: 75%;
            padding: 24px;
            font-size: 0.7em;
            margin-top: 48px;
        }
        .authorinfo {
            width: 75%;
        }
        .sidestory {
            width: 75%;
            padding: 24px;
            margin-top: 48px;
        }
            .sidestory p {
                width: 100%;
            }
            iframe {
        width: 100%;
        height: 500px;
        margin: 0px auto 20px auto !important;
    }
            /*.sidestory img {
                width: 300px;
                height: auto;
                float: right;
            }*/


/* --------------- sectionC --------------- */

.containerC {
}
    .adBox {
        width: 664px;
        height: 260px;
    }
    iframe {
        width: 100%;
        height: 500px;
        margin: 0px auto 20px auto !important;
    }

}

/************************************************************/

@media screen and (min-width: 1024px)  {

/* --------------- sectionA --------------- */

.sectionA {
}
    .containerA {
    }
        .leadimage {
        }
        .leadinfo {
        }
            .leadinfo h1 {
                font-size: 2.5em;
            }
        .seriesbadge {
            width: 180px;
            height: auto;
            margin: 12px;
        }
        iframe {
        width: 100%;
        height: 450px;
        margin: 0px auto 20px auto;
    }

}

/************************************************************/

/*ipad pro portrait*/
@media only screen 
    and (min-device-width: 1024px) 
    and (max-device-width: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {


}

/************************************************************/

@media screen and (min-width: 1180px)  {

    .leadinfo {
        width: 400px;
        margin-top: 80px;
    }
    .leadinfo h1 {
        font-size: 2.75em;
    }

    .seriesbadge {
        width: 180px;
    }
    iframe {
        width: 100%;
        height: 500px;
        margin: 0px auto 20px auto !important;
    }
				
}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {

/* --------------- sectionA --------------- */

.sectionA {
}
    .containerA {
        margin: auto;
        width: 1280px;
        padding: 48px 96px;
    }
        .leadimage {
            width: 625px;
            height: 475px;
        }
        .leadinfo {
            width: 425px;
            margin-top: 60px;
        }
            .leadinfo h1 {
                font-size: 3em;
                margin-bottom: 18px;
            }
            .leadinfo h2 {
                margin-bottom: 18px;
            }
        .leadquote {
            padding: 24px;
        }
            .leadquote h4 {
                font-size: 1.25em;
                width: 950px;
            }
            iframe {
        width: 100%;
        height: 500px;
        margin: 0px auto 20px auto !important;
    }

/* --------------- sectionB --------------- */
    
.sectionB {
}
    .containerB {
    }
        .textcontainer {
            margin:  auto;
            width: 1280px;
            padding: 36px 144px;
        }
        .textcontainer p {
            width: 75%;
            font-size: 1em;
        }
            .compedgebox {
                width: 100%;
                padding: 60px;
            }
                .compedgebox p {
                    width: 100%;
                }
            .articleimage {
                width: 400px;
                margin: 6px 12px;
            }
                .articleimage img {
                }
                .caption {
                    width: 100%;
                    font-size: 0.7em;
                }
            .pullquote {
                width: 400px;
                padding: 24px;
                margin: 6px 12px;
            }
                .pullquote h3 {
                    font-size: 1.5em;
                } 
                .pullquote h4 {
                    font-size: 1em;
                }
                iframe {
        width: 100%;
        height: 500px;
        margin: 0px auto 20px auto !important;
    }

/* --------------- sectionC --------------- */


}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














