html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

body {
    padding: 0;
    margin: 0;
    background-color: #222;
    font-family: 'Comfortaa'
}

#cpm-container {
    display: block;
    padding: 0
}

#content {
    margin-top: 0;
    margin-right: 70px;
    margin-left: 70px;
    margin-bottom: 0;
    transition-timing-function: ease-in-out;
    transition-duration: .5s
}

#page-content {
    width: 100%;
    min-height: 100vh
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    min-height: 150px;
    margin: -75px 0 0 -75px;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #2693c1;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#mobile-nav,
.mobile-footer {
    display: none
}

.side-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: -300px;
    width: 360px;
    transition-timing-function: ease-in-out;
    transition-duration: .5s
}

.side-menu {
    width: 300px;
    background-color: #fff
}

.menu-toggle,
.mobile-menu-toggle {
    width: 60px;
    height: 60px;
    background-size: 90%;
    background-image: url("../images/MenuButtonOpen.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    position: relative;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .4s
}

.menu-top {
    height: 150px;
    padding: 20px 0 0;
    text-align: center
}

#mobile-cp-logo {
    background: url("../images/HomeIcon-light.svg") no-repeat center;
    height: 45px;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-left: -30px
}

#cp-logo {
    height: 120px;
    max-width: 175px;
    display: block;
    margin: 0 auto 20px;
    background: url("../images/HomeIcon-dark.svg") no-repeat center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .4s
}

#pt-container {
    padding: 15px 0;
    background-color: #ccc;
    text-align: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    width: 100%
}

#prod-title,
#digi-title,
#event-title {
    background-color: #ccc;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid #2693c1;
    border-bottom: 1px solid #2693c1;
    padding: 10px 0;
    width: 66.66667%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 300;
    display: none
}

.side-menu ul {
    list-style: none
}

.side-ul ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.side-ul li a {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 30px 0;
    background: linear-gradient(#444 0, #1c1c1c 100%);
    font-weight: 700;
    font-size: 18px;
    text-transform: lowercase;
    text-decoration: none
}

.side-ul li a::after,
.top-ul li a::after {
    float: right;
    content: url("../images/arrow-right.svg");
    padding-right: 20px;
    padding-left: 0
}

.side-ul li a:focus::before,
.top-ul li a:focus::before {
    float: left;
    content: url("../images/arrow-left.svg");
    padding-right: 0;
    padding-left: 20px
}

.side-sub-ul ul,
.side-footer ul,
.mobile-sub-ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%
}

.side-sub-ul li,
.side-footer li,
.mobile-sub-ul li {
    float: left;
    width: 33.333333%
}

.side-sub-ul li a,
.side-footer li a,
.mobile-sub-ul li a {
    display: block;
    text-align: center;
    text-transform: lowercase;
    text-decoration: none;
    width: 100%
}

.side-sub-ul li a,
.mobile-sub-ul li a {
    color: #606060;
    background-color: #ccc;
    font-size: 13px;
    padding: 18px 0;
    margin: 7px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.side-sub-ul li,
.mobile-sub-ul li {
    background-color: #ccc;
    list-style-type: none
}

.side-footer li a {
    color: #273658;
    font-size: 8px;
    padding: 5px 0;
    background-color: #fff;
    width: 100%
}

.show {
    display: initial
}

.hide {
    display: none
}

.menu-item-tablet {
    display: none !important
}

.wes-hi {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important
}

.social {
    position: fixed;
    width: 60px;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.social a {
    display: block;
    text-align: center;
    padding: 9px 0
}

.mobile-footer a {
    color: #fff;
    font-size: 8px;
    text-decoration: none;
    padding: 0 5px
}

.mobile-footer li {
    display: inline-block
}

#totop-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    cursor: pointer;
    padding: 1px 14px 7px 15px;
    font-size: 30px;
    border-radius: 0;
    transform: rotate(-90deg)
}

#totop-btn:hover {
    color: #2693c1
}

#bg {
    position: fixed;
    top: 0;
    min-height: 100vh;
    min-width: 100vw;
    overflow: hidden;
    z-index: -9;
    background: url("../images/full-bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

@media only screen and (max-width:992px) {
    .menu-item {
        display: none !important
    }

    .menu-item-tablet {
        display: block !important
    }

    #content {
        margin-right: 0
    }

    .social {
        width: 100%;
        bottom: 0;
        transform: none;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        top: auto;
        position: absolute
    }

    .social a {
        display: inline-block;
        padding: 5px
    }

    .social a img {
        transform: scale(0.75)
    }

    .mobile-footer {
        display: inline-block;
        vertical-align: 95%
    }

    #totop-btn {
        bottom: 50px
    }

    .side-footer {
        display: none
    }
}

@media only screen and (max-width:359px),
(orientation:landscape) and (max-width:600px) {
    

    #cpm-container {
        display: block;
        width: 100%
    }

    #content {
        margin-left: 0;
        margin-top: 0;
        padding-top: 0
    }

    #page-content {
        min-height: calc(100vh - 138px);
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .side-nav {
        display: none;
        position: absolute;
        visibility: hidden;
        z-index: -99999
    }

    #mobile-nav {
        top: 0;
        width: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px 0 4px;
        height: 55px;
        overflow: hidden;
        transition-timing-function: ease-in-out;
        transition-duration: .5s
    }

    .mobile-menu-toggle {
        height: 55px
    }

    .top-ul li a {
        display: block;
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 20px 0;
        background: linear-gradient(#444 0, #1c1c1c 100%);
        font-weight: 700;
        font-size: 14px;
        text-transform: lowercase;
        text-decoration: none
    }

    .mobile-footer {
        padding-bottom: 3px
    }

    .social {
        height: 63px
    }

    .social a {
        padding: 4px 10px 0
    }

    .side-sub-ul li a,
    .mobile-sub-ul li a {
        padding: 15px 0;
        margin: 7px 0
    }
}