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-1 {
    border-bottom: 3px solid #F39200;
    padding: 55px 0;
}

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

.section-1 .brackets h2 {
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 800;
}

.section-1 .brackets p {
    font-size: 28px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

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

.grey_bg {
    background: #F2F2F2;
    padding: 30px 0;
}

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


.section-2 {}

.section-2 .frame {
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.section-2 .frame h3 {
    font-size: 18px;
    color: #F39200;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.section-2 .frame p {
    font-size: 18px;
    margin: 20px 0 0;
    padding: 0;
}

.section-2 .channel-table .heading {
    background: #141B4D;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

.section-2 .channel-table .heading h3 {
    margin: 0;
    padding: 0;
}

.section-2 .channel-table table {
    width: 100%;
}

.section-2 .channel-table tr th,
.section-2 .channel-table tr td {
    text-align: center;
    padding: 20px;
    border: 1px solid #F2F2F2;
}

.section-2 .channel-table tr th {
    background: #F39200;
    color: #fff;
    border-top: 2px solid #f2f2f2;
}

.section-2 .channel-table tr:first-child td {
    border-top: 0;
  }

.section-2 .channel-tabletr td:first-child,
.section-2 .channel-tabletr th:first-child {
    border-left: 0;
}

.section-2 .channel-table tr:last-child td,
.section-2 .channel-table tr:first-child th {
    border-bottom: 0;
}

.section-2 .channel-table tr td:last-child,
.section-2 .channel-table tr th:last-child {
    border-right: 0;
}

.section-2 .channel-table tr td {
    background: #fff;
}

.section-2 .pics img {
    display: block;
    text-align: center;
    margin: 0 auto 24px;
}

.section-2 .legal {
    margin-top: 30px;
    text-align: right;
}

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

@media screen and (max-width: 768px) {
    .section-1 .brackets {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .section-1 .brackets h2 {
        font-size: 32px;
    }
    
    .section-1 .brackets p {
        font-size: 24px;
    }

    .section-1 .brackets:before,
    .section-1 .brackets:after {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .section-2 .pics {
        margin-top: 30px;
    }
}
