/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   RESET CSS
*/

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/************ My CSS *************/

html,
body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  color: #fff;
}

html,
.bannerSize {
  width:970px;
  height: 250px;
}

span {
  display: inline-block;
}

.textC {
  text-align: center;
}

#banner {
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #515151;
  box-sizing: border-box;
}

.w100 {
  width: 100%;
  height: 100%;
}

.hide {
  opacity: 0;
}

.posAbsolute {
  position: absolute;
}

.logoC {
    bottom: 98px;
    left: 843px;
    width: 89px;
}

.shapeBox {
    width: 448px;
    height: auto;
    top: 20px;
    left: -278px;
}

.BoxCopy1_1{
    top: 20px;
    left: 25px;
    width: 86px;
    height: auto;
}

.BoxCopy1_2{
    top: 83px;
    width: 157px;
    height: auto;
    left: 26px;
}

.BoxCopy1_3{
    top: 112px;
    width: 164px;
    height: auto;
    left: 26px;
}

.BoxCopy1_4{
    top: 144px;
    width: 189px;
    height: auto;
    left: 27px;
}

.BoxCopy1_5{
    top: 176px;
    width: 233px;
    height: auto;
    left: 27px;
}

.BoxCopy2_1{
    width: 259px;
    height: auto;
    top: 103px;
    left: 36px;

}

.BoxCopy3_1{
    top: 105px;
    width: 240px;
    height: auto;
    left: 26px;
}

.BoxCopy4_1{
    top: 81px;
    width: 324px;
    height: auto;
    left: 46px;
}

.BoxCopy4_2{
    top: 115px;
    width: 230px;
    height: auto;
    left: 46px;
}

.BoxCopy4_3{
    top: 147px;
    width: 295px;
    height: auto;
    left: 45px;
}

.BoxCTA{
    top: 115px;
    width: 140px;
    height: auto;
    left: 620px;
}

.BoxCTAarrow{
    top: 118px;
    width: 8px;
    height: auto;
    left: 771px;
}