@font-face {
	font-family: "franklin-gothic-urw";
	src: url("fonts/light.woff2") format("woff2");
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: "franklin-gothic-urw";
	src: url("fonts/book.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "franklin-gothic-urw";
	src: url("fonts/medium.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "franklin-gothic-urw";
	src: url("fonts/demi.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
}

html,
body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #fff;
	letter-spacing: 0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

#Banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
	z-index: 1;
	overflow: hidden;
	background-color: #FFF;
	cursor: pointer;
}

#BannerBorder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 298px;
	height: 598px;
	display: block;
	border: solid 1px black;
	pointer-events: none;
	z-index: 100;
}

#Background {
	position: absolute;
	top: 0px;
	left: -200px;
	transform-origin: center;
	width: 700px;
}


/* Transition */
#TransitionOne {
	position: absolute;
	left: -300px;
	top: 0px;
	width: 300px;
	height: 600px;
	background-color: #003d6d;
}

#TransitionTwo {
	position: absolute;
	left: -300px;
	top: 0px;
	width: 300px;
	height: 600px;

	background-color: #33648b;
	transform-origin: center;
	transform: scaleX(0);
}

#TransitionThree {
	position: absolute;
	left: -300px;
	top: 0px;
	width: 300px;
	height: 600px;
	background-color: #4c7799;
	transform-origin: center;
	transform: scaleX(0);
}

#TransitionFour {
	position: absolute;
	left: -300px;
	top: 0px;
	width: 300px;
	height: 600px;
	background-color: #668ba8;
	transform-origin: center;
	transform: scaleX(0);
}

#TextOne,#TextTwo,#TextThree {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 600px;
	padding-top: 198px;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
	color: #009fdf;
	overflow: hidden;
    text-transform: uppercase;
}

#TextOne span,
#TextTwo span,
#TextThree span {
  font-size: 25px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #FFF;
}

.inner-text {
	position: relative;
	top: 0px;
	left: 0px;
    opacity:0;
	width: 300px;
}

#TextFour {
	position: absolute;
	left: 29px;
	top: 167px;
	width: 0px;
	height: 600px;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #ffffff;
	overflow: hidden;
}

#TextFive {
	position: absolute;
	left: 25px;
	top: 174px;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	color: #fff;
	overflow: hidden;
	opacity: 0;
}

#TextFive span {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
}

#Footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 300px;
	height: 155px;
	background-color: #FFF;
}

#Logo {
	position: absolute;
	top: 454px;
	left: 34.7px;
	width: 231px;
}

#CTA {
	position: absolute;
	width: 199px;
	top: 537px;
	left: 53px;
	z-index: 3;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	color: #FFF;
	background-color: #009fdf;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-o-user-select: none;
}

#ForProfessional {
	position: absolute;
	top: 452px;
	right: 10px;
	width: 160px;
	height: 8px;
	margin: 1px 0 76px 110px;
	font-size: 8px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #003d6d;
	text-align: right;
}

#YourCapital {
	position: absolute;
	bottom: 8px;
	left: 10px;
	width: 75px;
	height: 8px;
	margin: 18px 110px 0 0;
	font-size: 8px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #003d6d;
}

#DisclaimerButton {
	position: absolute;
	bottom: 7px;
	right: 10px;
	font-size: 8px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #003d6d;
	text-decoration: underline;
	cursor: pointer;
}

#Disclaimer {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 600px;
	z-index: 10;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #003d6d;
}

#DisclaimerBackground {
	position: absolute;
	width: 300px;
	height: 600px;
	background-color: #fff;
	top: 0px;
	left: 0px;
}

#DisclaimerText {
	position: absolute;
	margin-top: 43px;
	margin-left: 15px;
	margin-right: 15px;
}

#CloseButton {
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 8px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #003d6d;
	text-decoration: underline;
	cursor: pointer;
	pointer-events: all;
}

/* UTILS */
.light {
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.book {
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.medium {
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.demi {
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.inline {
	display: inline-block;
}

sup {
	font-size: 18px;
	line-height: 0;
}


.hidden {
	opacity: 0;
}

.none {
	display: block;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: block;
}

.blue {
	color: #003D6D;
}

.bluecopy {
	color: #009fdf;
	opacity: 0;
}
