html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* General Styles */

#Container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    display: none;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid grey;
    cursor: pointer !important;
    background-color: white;
}

#Container > a > * {
    position: absolute;
}

.preload {
    display: none;
}

.mask {
    overflow: hidden;
}

/* Custom Styles */

#bg1,
#bg2,
#copy1,
#copy2,
#copy3,
#logo,
#CTAOff,
#CTAOn{
    top: -1px;
    left: -1px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 970px;
    height: 250px;
}

#bg2 {
    background-image: url('bg2.jpg');
}

.pos1{
    clip: rect(113px 403px 136px 377px);
}

.pos2{
    clip: rect(24px 970px 250px 26px);
}

#borderGreen,
#borderBlue{
    opacity: 0.64;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;  
}

#borderBlue {
    bottom: 0;
    left: 0;
    width: 402px;
    height: 136px;
    border-top: 8px solid #00a6e9;
    border-right: 8px solid #00a6e9;
}

#borderGreen {
    top: 0;
    right: 0;
    width: 592px;
    height: 135px;
    border-bottom: 8px solid #00b1ac;
    border-left: 8px solid #00b1ac;
}

/*Copy*/
#copy1 {background-image: url('copy1.png');}
#copy2 {background-image: url('copy2.png');}
#copy3 {background-image: url('copy3.png');}

/*Logos */
#logo{background-image: url('logo.png');}

#CTAOff {background-image: url('CTAOff.png');}
#CTAOn {
    background-image: url('CTAOn.png');
    opacity: 0;
}