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: 60px;
}

.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-1 {
    background: url("../image/s1-bg.png") no-repeat center top;
    min-height: 400px;
}

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

.section-1 .logos {
    position: absolute;
    top: 30px;
    right: 0;
}

.section-1 .logos img {
    margin-left: 10px;
}

.section-1 h1,
.section-1 h2 {
    color:#F27C00;
}

.section-1 h1 {
    font-size: 48px;
    text-align: left;
    font-weight: 800;
    margin: 0;
    padding: 0;
    line-height: 58px;
}

.section-1 h2 {
    font-size: 28px;
    margin: 20px 0 0;
    padding: 0;
    line-height: 34px;
}

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

.section-2 {
    padding-top: 40px;
}

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

.section-2 p a {
    color:#000;
    font-weight: bold;
}

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

.section-3 h2 {
    margin: 0;
    padding: 0;
}

.section-3 .channels {
    margin-top: 40px;
    margin-bottom: 35px;
}

.section-3 .channel {
    width: 80px;
    height: 70px;
    display: block;
    border:1px solid #707070;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.section-3 .channel img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:block;
    margin:auto;
}

.section-3 .channel span {
    font-size: 12px;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #F19124;
    color: white;
    opacity: 0;
}

.section-3 .channel span em {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.section-3 .channel:hover span,
.section-3 .channel:active span,
.section-3 .channel:focus span {
    opacity: 1;
}

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

.section-4 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 31px;
    padding-bottom: 31px;
    background: #F27C00;
    color:#fff;
}

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

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

.section-4 a .arrow {
    position: absolute;
    right: 20px;
}

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

.section-5 .heading {
    background: #000;
    color:#fff;
    margin-bottom: 20px;
    padding-left: .5rem;
    padding-right: .5rem;
}

.section-5 .heading h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-5 .channelList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-5 .channelList a {
    display: flex;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    height: 68px;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    background: #CFCFCF;
    border-top: 3px solid #CFCFCF;
    color:#000;
    text-decoration: none;
}

.section-5 .hiddenChannelContainers {
    display: none;
}

.section-5 .channelList a span {

}

.section-5 .channelList .selected a {
    border-top: 3px solid #000;
    background: #F27C00;
    color:#fff;
}

.section-5 .showContainer {
    border-top: 3px solid #000;
    background: #F2F2F2;
    padding:20px;
}

.section-5 .tabContainers .showContainer,
.section-5 .tabs .showContainer {
    display: none;
}

.section-5 .showContainer.selected,
.section-5 .tabs .selected .showContainer {
    display: block;
}

.section-5 .channelContainer {
    border-top: 3px solid #000;
    background: #F2F2F2;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    margin-left: .5rem;
    margin-right: .5rem;
    clear: both;
}

.section-5 .showInfo {
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.section-5 .showPic {
    width: 100%;
    margin-bottom: 30px;
}

.section-5 .showInfo p {
    line-height: 19px;
}

.section-5 .showInfo:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.section-5 .showInfo h3 {
    color:#F27C00;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0 30px;
}

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

.section-6 {
    background: #F27C00;
    color:#fff;
    text-align: center;
    padding:43px 0;
    margin: 40px 0;
}

.section-6 p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 700px) {
    .section-1 {
        background: url("../image/s1-bg-mobile.png") no-repeat center top;
        -webkit-background-size: contain;
        background-size: contain;
        min-height: auto;
    }

    .section-1 .getDown {
        padding-top: 38%;
    }

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

    .section-1 h2 {
        font-size: 16px;
        line-height: 1;
    }

    .section-1 .cpgoLogo {
        position: static;
        margin-top: 30px;
    }

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

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


@media screen and (min-width: 701px) and (max-width: 768px) {
    .section-1 .getDown {
        padding-top:25rem;
    }

    .section-4 p {
        text-align: center;
        margin-bottom: 40px;
    }
}

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

@media screen and (max-width: 768px) {
    .section-5 .channelContainer {
        margin-left: 0;
        margin-right: 0;
    }
}