content,
content div,
content li,
content p {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}


section .target {
transform: translateX(0) !important;
opacity: 1 !important;
}

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

.clearleft {
float: none;
clear: left;
}

.clearright {
float: none;
clear: right;
}

.clearBoth {
clear: both;
}

.floatLeft,
.floatleft {
float: left !important;
}


.floatRight,
.floatright {
float: right;
}

.inlineBlock {
display: inline-block;
}

.posr {
position: relative;
}

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

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left:32px;
    padding-top:22px;
    padding-bottom:22px;
    padding-right:20px;
    margin-right: 0px;
    margin-left: 0px;
}

.brackets:before {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 14px solid #f88508;
    border-left: 14px solid #f88508;
}

.brackets:after {
    width: 39px;
    height: 39px;
    content: '';
    position: absolute;
    bottom:0;
    right:0;
    border-bottom: 14px solid #f88508;
    border-right: 14px solid #f88508;
}

.greyBg {
    background: #f5f5f5;
}

.flexAligner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.va {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.section-hero {
    background: url("../image/s1-bg.jpg") no-repeat center top;
    background-size: cover;
    min-height: 528px;
}

.section-hero .row {
    position: relative;
}

.section-hero .logos {
    position: absolute;
    top: 0;
    right: 0;
}

.section-hero .row,
.section-hero {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-hero .brackets:before,
.section-hero .brackets:after {
    color: #fff;
    border-color: #fff;
}

.section-hero .brackets:before {
    box-shadow: -4px -6px 4px #00000033;
}

.section-hero .brackets:after {
    box-shadow: 4px 6px 4px #00000033;
}

.section-hero h1,
.section-hero .brackets p {
    color:#fff;
    text-shadow: 0px 3px 6px #00000099;
}

.section-hero h1 {
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 8px;
    padding: 0;
}

.section-hero .brackets p {
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    padding: 0;
}

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

.section-frame {
    background: #83B41B;
    color: #fff;
    text-align: center;
}

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

.section-greyheading {
    background: #F2F2F2;
    padding: 40px 0;
    text-align: center;
}

.section-greyheading h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 48px;
    font-weight: 800;
}

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

.section-channels .channelList {
    padding: 32px 0 16px;
    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.section-channels .channel {
    width: 192px;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    border:2px solid #CFCFCF;
    text-decoration: none;
    color: #3B3B3B;
    background: #F2F2F2;
    margin: 0 0 16px;
    text-align: left;
}

.section-channels .channel.empty {
    visibility: hidden;
    display: inline-block;
    border:0;
    min-height: auto;
    height: 0;
    overflow: hidden;
}

.section-channels .channel .logo {
    display: block;
    background: #fff;
    flex: 0 0 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-channels .channel .logo img {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 60px;
    max-height: 60px;
}

.section-channels .channel .info {
    display: block;
    background: #F2F2F2;
    height: 100%;
    padding-left: 10px;
}

.section-channels .channel:hover,
.section-channels .channel:focus {
    border: 2px solid #AFD954;
}

.section-channels .channel .pos_heading {
    font-size: 8px;
}

.section-channels .channel .pos {
    font-size: 14px;
    line-height: 21px;
}

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

.section-programs {
    padding: 30px 0;
}

.section-programs .programs {
    position: relative;
    outline: none;

}

.section-programs .programs .slick-track,
.section-programs .programs .slick-list,
.section-programs .programs .slick-slider,
.section-programs .programs .slick-slide {
    outline: none;
}

.section-programs .programs .slick-slide.slick-active {
    opacity: 1 !important;
}

.section-programs .program {
    width: 176px;
    padding: 6px;
    margin: 0 auto;
}

.section-programs .program img {
    display: block;
    margin: 0 auto;
}

.section-programs .program.empty {
    height: 0;
    min-width: 182px;
}

.section-programs .slick-dots li button::before {
    font-size: 16px;
}

.section-programs .slick-dots li.slick-active button::before {
    color:#F39200;
    opacity: 1;
}

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

.section-onthego {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 31px;
    padding-bottom: 31px;
    background: #F2F2F2;
    color: #000;
}

.section-onthego p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 20px;
}

.section-onthego a {
    background: #F39200;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    font-weight: 500;
    position: relative;
}

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

.section-cpgo {
    margin-bottom: 40px;
}

.section-cpgo h2 {
    font-size: 28px;
    margin: 0 0 8px;
    padding: 0;
    line-height: 34px;
    color:#F39200;
}

.section-cpgo h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #F39200;
}

.section-cpgo p {
    font-size: 16px;
    line-height:19px;
}

.section-cpgo .pDevices {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    font-weight: bold;
}

.section-cpgo .pDevices img {
    float: left;
    padding-right:24px;
}

.section-cpgo .pDevices span {
    display: block;
    padding-left: 80px;
}

.section-cpgo .stores {
    margin-bottom: 0;
}

.section-cpgo .stores img {
    margin-right: 10px;
    margin-bottom: 10px;
    max-height: 50px;
}

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

.section-legal {
    margin-bottom: 40px;
}

.section-legal .legal {
    font-size: 12px;
    line-height: 15px;
}

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

@media screen and (max-width: 768px) {
    .section-hero {
        flex-direction: row;
        text-align: center;
        margin: 0 auto;
        background-size: cover;
    }

    .section-hero img {
        margin-top: 30px;
    }

    .section-hero .brackets {
        margin-bottom: 30px;
    }

    .section-greyheading h2 {
        font-size: 28px;
        line-height: 42px;
    }

    .section-hero h1 {
        font-size: 28px;
        line-height: 42px;
    }

    .section-hero .brackets p {
        font-size: 24px;
        line-height: 36px;
    }

    .section-hero .logos {
        display: none;
    }

    .section-hero .row {
        display: block;
    }

    .brackets {
        margin: 30px 0 0;
        padding: 0;
    }

    .brackets:before,
    .brackets:after {
        display: none;
    }
}