@import url('https://fonts.googleapis.com/css?family=Montserrat:600');

body,
div,
img,
a,
canvas,
video {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}


.container {
    position: relative;
    overflow: hidden;
    display: none;
    background-color: #000000;
}

.container div,
.container img,
.container video,
.container canvas,
.container a {
    position: absolute;
}

.container,
.exit-btn,
.white_bg,
.backOpacity {
    width: 160px;
    height: 600px;
}

.exit-btn {
    background-color: white;
    opacity: 0;
    cursor: pointer;
}

.backOpacity {
    background: #000000;
    opacity: 0.5;
}

.white_bg {
    background: white;
    opacity: 0;
}

#borderBottom {
    position: absolute;
    border-bottom: 1px solid #000;
    width: 100%;
    bottom: 0px;
    height: 2px;
    z-index: 500;
}

#borderTop {
    position: absolute;
    border-top: 1px solid #000;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 2px;
    z-index: 500;
}

#borderLeft {
    position: absolute;
    border-left: 1px solid #000;
    height: 100%;
    width: 2px;
    top: 0px;
    left: 0px;
    z-index: 500;
}

#borderRight {
    position: absolute;
    border-right: 1px solid #000;
    height: 100%;
    width: 2px;
    top: 0px;
    right: 0px;
    z-index: 500;
}

/**** Custom CSS ****/
.copy2txt1,
.copy2txt2,
.copy2txt3,
.copy2txt4,
.copy2plus1,
.copy2plus2,
.copy2plus3,
.copy2plus4,
.legal,
.cta,
.copy3,
.copy4,
.copy4a,
.logo,
.content_blue_container,
.logo_white,
.logo_blue,
.backOpacity {
    left: 0;
    top: 0;
}

.copy1 {
    left: 0px;
    top: 0;
}

.blue_container {
    width: 160px;
    height: 117px;
    left: 0px;
    top: 176px;
    background: #002c5f;
}

.left_border {
    width: 9px;
    height: 600px;
    background: rgba(246, 243, 242, 0.85);
    left: 0px;
    top: 0px;
}

/* .top_border {
    width: 161px;
    height: 15px;
    background: rgba(246, 243, 242, 0.85);
    left: 0px;
    top: 0;
} */

.bottom_border {
    width: 142px;
    height: 85px;
    background: rgba(246, 243, 242, 0.85);
    left: 9px;
    top: 515px;
}

.right_border {
    width: 9px;
    height: 600px;
    background: rgba(246, 243, 242, 0.85);
    right: 0px;
    top: 0px;
}

.bg1,
.bg2,
.bg4 {
    left: 0px;
    top: -100px
}

.logo1 {
    left: -950px;
    top: 100px;
}

/* .ctapos {
    top: 25px;
    left: -7px
} */

.arrow {
    top: 150px;
}

.copy5 {
    font-size: 12px;
    color: #000000;
   top: 400px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    display: block;
}

.copy5 p.dec {
    margin-bottom: 10px;
    color: #002C5F;
}

.copy5 p.tel {
    margin-top: 10px;
}

.copy5 p {
    margin: 0px;
}