





/*Para Width*/
.paraWidth {
    max-width:900px;
}
.paraWidth2 {
    max-width:1200px;
}


/* ACCORDION */
.topLeftRightRadius {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.bottomLeftRightRadius {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.accordBody {
    position: relative;
    width:100%;
    padding:3% 6%;
   
}
.accordBodyInside {
    position: relative;
    width:100%;
    max-width:1800px;
    margin:0 auto;
    padding:0px 100px 0px 100px;
}
@media (max-width: 1200px) {
    .accordBody {
        position: relative;
        width:100%;
        padding:3% 4%;

    }
    .accordBodyInside {
        position: relative;
        width:100%;
        max-width:1800px;
        margin:0 auto;
        padding:0px 0px 0px 0px;
    }
}
/* ACCORDION */


/* VIDEO EMBED YOUTUBE */
.vidOuter {
    position: relative;
    margin:0 auto;
    max-width:700px;
}


.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
    max-width: 100%;
    width: 100%;
} 
.embed-container iframe, 
.embed-container object,
.embed-container embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}




@media (max-width: 1600px) {
    
}

@media (max-width: 1200px) {

}

@media (max-width: 1000px) {

}

@media (max-width: 800px) {

}



