.align-center {
    text-align: center;
}

.floatleft {
    float: left !important;
}

.floatright {
    float: right !important;
}

.brackets {
    position: relative;
    padding:18px 30px;

}

.brackets:before,
.brackets:after {
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;    
}

.brackets:before {
    top: 0px;
    left: 0px;
    border-top: 17px solid #fff;
    border-left: 17px solid #fff;
}

.brackets:after {
    bottom: 0px;
    right: 0px;
    border-bottom: 17px solid #fff;
    border-right: 17px solid #fff;
}

body content h2 {
    margin: 0;
}

body content {
    font-family: 'Montserrat',Arial,sans-serif;
}


content .cta-button {
    display: block;
    background: #000;
    color:#fff;
    width:100%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

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

.section-1 {
    background: #000 url("../image/s1-bg.jpg") no-repeat center top;
    height: 497px;
}

.section-1 .brackets {
    margin-top: 150px;
}

.section-1 h2,
.section-1 p {
    color:#fff;
}

.section-1 h2 {
    font-size: 42px;
    margin-bottom: 0;
    font-weight: 800;
}

.section-1 p {
    font-size: 20px;
    margin: 0;
}

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

.section-2 {
    background: #f88508;
    color:#000;
    padding:50px 0;
}

.section-2 p {
    margin: 10px 0;
}

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

.section-3 {
    padding:0 0 50px;
}
.section-3 .ribbonContainer {
    background: #005bc1 url("../image/s3-triangle.png") no-repeat center bottom;
    background-size: 100%;
    color:#fff;
    padding-top:100px;
    padding-left:10%;
    padding-right:10%;
    padding-bottom: 10%;
    text-align: center;
}

.section-3 .ribbon {
    position: relative;
    top:-25px;
}

.section-3 .ytVideo {
    position: relative;
    margin-top:7%;
    margin-bottom: 6%;
    width:100%;
}

.section-3 .ytVideo iframe {
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
}

.section-3 .ytVideo img {
    position: relative;
    width:100%;
}

.section-3 .ytVideo iframe {
    width: 100%;
    display: block;
    width:92.5%;
    height:84.5%;
    padding-left:7%;
}

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

.section-4 {
    padding: 50px 0;
    background: #f5f5f5;
}

.section-4 h2 {
    text-align: center;
    font-size: 28px;
    color:#f88508;
    padding-bottom:50px;
}

.section-4 .tabList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-4 .tabList .tab .tabHeader {
    padding:45px 0 0;
    height: 110px;
    background: #fff;
    margin-bottom:3px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}


.section-4 .tabList .tab .epName {
    display: none;
}

.section-4 .tabList .tab:hover .tabHeader,
.section-4 .tabList .tab:focus .tabHeader,
.section-4 .tabList .tab.selected .tabHeader {
    background: #f7941e;
    color:#fff;
    padding-top:30px;
}


.section-4 .tabList .tab:hover .tabHeader .epName,
.section-4 .tabList .tab:focus .tabHeader .epName,
.section-4 .tabList .tab.selected .tabHeader .epName {
    display: block;
    font-weight: normal;
}

.section-4 .tabList div.episode {
    display: none;
    padding-top: 30px;
    padding-bottom:20px;
}

.section-4 .tabList div.episode img {
    width:100%;
}

/*.section-4 .tabList .tab.selected div.episode {
    display: block;
}
*/
.section-4 .tabContent h3 {
    text-align: left;
    color:#000;
    text-transform: uppercase;
}

.section-4 .tabContent .episode {
    display: none;
    margin-left:80px;
    padding-left:23px;
    position: relative;
}

.section-4 .tabContent .episode.selected {
    display: block;
    height: 665px;
}

.section-4 .tabContent .episode .blueBar {
    width:3px;
    background: #005bc1;
    height: 200px;
    position: absolute;
    top:0;
    left:0;
}

.section-4 .tabContent .episode#episode1 .blueBar {
    height:113px;
}

.section-4 .tabContent .episode#episode2 .blueBar {
    height:226px;
}

.section-4 .tabContent .episode#episode3 .blueBar {
    height:339px;
}

.section-4 .tabContent .episode#episode4 .blueBar {
    height:452px;
}

.section-4 .tabContent .episode#episode5 .blueBar {
    height:563px;
}

.section-4 .tabContent .episode#episode6 .blueBar {
    height:676px;
}

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

.section-5 {
    background: #005bc1;
    color:#fff;
    padding:50px 0;
}

.section-5 p {
    margin: 10px 0;
}


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

.section-6 {
    padding: 50px 0;
}

.section-6 h2 {
    color:#f88508;
    font-size: 32px;
}


.section-6 .channels {
    margin-top:30px;
}

.section-6 .channels p {
    margin: 0;
}

.section-6 .appLinks {
    margin:30px 0;
}

.section-6 .appLinks a {
    margin-right:10px;
}

.section-6 p.legal {
    font-size: 10px;
}

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

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

    .section-1 {}

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

    .section-2 {}

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

    .section-3 {}

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

    .section-4 {}

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

    .section-5 {}

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

    .section-6 {}

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

}