html {
height:100%;
width:100%;
}
body {
margin:0;
padding:0;
height:100%;
width:100%;
font-family:'Helvetica World W01', Arial, sans-serif;
color: #666666;
font-size:14px;
line-height:28px;
}
a {
 color:#007cdb;
}
img {
 margin: 0;
 padding: 0;
 border: 0;
}
table { border-collapse:collapse; border-spacing:0;}
b {
 font-family:'HelveticaWorldW01-Bold';
 font-weight:400;
}
p {
  margin-top:0px;
  margin-bottom:20px;
}
#outermost {
 margin: 0 auto;
 height:100%;
 width:100%;
 padding: 0;
 z-index: 9001
}
#content {
 width:100%;
 height:100%;
 display:table;
}
.mainCenter {
 margin: 0 auto;
 width:1200px;
}
.bodyBG {
 background-color: #f3f4f5;
}
#topRow {
 display:table-row;
}
#header {
 width:100%;
 display:table-cell;
 position:relative;
}
#headerLogo {
 display:table-cell;
 vertical-align:middle;
 width:152px;
}
#headerUserNav {
 display:table-cell;
 vertical-align:bottom;
 width:896px;
}
#headerUser {
 width:100%;
}
#headerUserInfo {
 width:896px;
}
#headerGoogleSec {
 display:table-cell;
 width:152px;
}
#headerGoogle {
 width:152px;
 font-size: 9px;
 line-height: 9px;
 height: 18px;
 padding-top:4px;
}
#headerGoogleLogin {
 padding-top:5px;
 text-align:right;
}
#headerGoogleLogin  {
 padding-top:10px;
 line-height:15px;
 color:#0f5196;
 text-decoration:none;
}

#headerNav {
 height:58px;
 width:100%;
}
#headerNav ul {
 margin:0px;
 padding:0px;
 float:right;
}
#headerNav li {
 display:inline-block;
 height:43px;
 margin:0px 12px 0px 12px;
 border-bottom:solid 2px white;
 padding-top:15px;
}
#headerNav li:last-child {
 margin-right:112px;
}
#headerNav a{
 text-decoration:none;
 font-size:16px;
 color:#333333;
 font-family:'HelveticaWorldW01-Bold';
}

#headerNav a.activate, #headerNav a:hover {
 color:#0f5196;
}
#headerNav li:hover {
 border-bottom:solid 2px #0f5196;
}
#headerNav li.join {
 background-color:#dc3545;
 border-radius: 6px;
 margin-left:0px;
 padding-right: 16px;
 padding-left: 16px;
 border-bottom:solid 2px white;
}
#headerNav a.join,#headerNav a.join:hover {
 color:white;
}

#bodyRow {
 height:100%;
 display:table-row;
}
#bodyBanner {
 margin: 0px auto;
 height: 76px;
}
#bodyCell {
 width:100%;
 display:table-cell;
}
#leftCol {
 float:left;
 width:350px;
 height:100%;
 background-color:#0f5196;
}
#leftCol ul {
 list-style-type: none;
 margin:0px;
 padding:0px;
 border-top: 1px solid #245c96;
}
#leftCol li {
 font-family:'Helvetica LT W01 Light';
 color:white;
 font-size:16px;
 line-height:50px;
 height: 50px;
 border-bottom: 1px solid #245c96;
}
#leftCol li:hover {
 background:#0a4b8f;
}
#leftCol li img {
 padding-left:49px;
 padding-right:10px;
}
#leftCol a {
 text-decoration:none;
 color:white;
}
#leftCol .bubble {
 margin: 50px 32px;
 background-color:#185ca3;
 box-shadow: 0px 7px 50px 12px rgb( 0, 0, 0,.2 );
 border-radius:4px;
}
#leftCol .bubble .header {
 background-color:#c8e3ff;
 text-align:center;
 border-radius:4px 4px 0px 0px;
 font-size:18px;
 font-family:'HelveticaWorldW01-Bold';
 line-height:50px;
 padding-bottom:0px;
}
.leftBubbleHeaderArrow {
 margin:0px auto;
 width:27px;
 height:5px;
 background: url(../images/leftBubbleHeaderArrow.jpg) center no-repeat;
}
#liBody {
 position:relative;
 float:left;
 width:850px;
 height:100%;
 padding-bottom:35px;
}
#recentUser li {
 height:40px;
 border-bottom: 1px solid #2d66a1;
 line-height:40px;
 font-family:'Helvetica LT W01 Light';
 color:white;
 font-size:14px;
}
#recentUser li:last-child {
 border-bottom: none;
}
#recentUser li img {
 padding:0px;
}
.recentFlag {
 float:left;
 padding-left:10px;
}

.recentName {
 float:left;
 padding-left:10px;
}
.recentDate {
 float:right;
 padding-right:10px;
}
#leftCol .movieButton {
 margin: 50px 32px;
 background: white url(../images/leftColMovieButtonBG.jpg) center no-repeat;
 box-shadow: 0px 7px 50px 12px rgb( 0, 0, 0,.2 );
 border-radius:4px;
 border: 3px solid #70aff1;
 text-align:center;
 color:#0e3660;
 font-size:26px;
 line-height:40px;
}
.movieButton .topLine {
 text-decoration: underline;
 color:#980a0a;
}
#breadCrumbs {
 width:100%;
 font-size:12px;
 line-height:24px;
 color:#0f5196;
 font-family:'HelveticaWorldW01-Bold';
 height:24px;
 padding-bottom:20px;
 text-align:right;
}
.bcArrow {
 font-size:17px;
 color:#333333;
}
.breadCrumbName {
 position:relative;
 display:inline-block;
 height:24px;
 margin-right:10px;
}

#breadCrumbs a{
 font-family:'Helvetica World W01', Arial, sans-serif;
 color:#333333;
 text-decoration:none;
}
.liBodyContent {
 padding: 0px 20px 20px 20px;
}
#footerRow {
 display:table-row;
}
#footer {
 position:relative;
 display:table-cell;
 width:100%;
}
#footerCenter {
 margin:0px auto;
 width:1200px;
 background: #eeeff1 url(../images/corp/footerBGrepeat.gif) top left repeat-x;
 text-align:center;
}
#footerCopy {
 margin:0px auto;
 width: 80%;
 color:white;
 border-top:1px solid #4378af;
 text-align:center;
 line-height:30px;
 font-size:13px;
 padding:10px 0px;
}
#footerLinks {
 padding-top:20px;
 padding-bottom:15px;
}
#footerLinks ul{
 margin:0px;
 padding:0px;
}
#footerLinks li{
 display:inline-block;
 margin-right:30px;
 color:#ffffff;
}
#footerLinks li a{
 color:#ffffff;
 text-decoration:none;
}
.blue {
 color: #0f5196;
}
.black {
 color: black;
}
.lightBlue {
 color: #458cd7;
}
.dirtyBlue {
 color: #415c78;
}
.red {
 color: #980a0a;
}
.darkGray {
 color: #323232;
}
.header, .bigHeader {
 color: #0f5196;
 font-family:'Helvetica Inserat LT W01 Rg';
 font-size:38px;
 line-height:44px;
 padding-bottom:15px;
}
.smallHeader {
 font-size:14px;
 font-family:'HelveticaWorldW01-Bold';
}
.subHeader {
 color: #0f5196;
 font-family:'Helvetica Inserat LT W01 Rg';
 font-size:20px;
 line-height:25px;
}
.headerMedium,.thinHeader {
 font-size:27px;
 line-height:38px;
 color:#666666;
 margin:20px 0px;
}
.headerSubMedium,h6 {
 font-size:20px;
 line-height:26px;
 color:#666666;
 margin:20px 0px;
}
.clickHeader {
 color:#0f5196;
 font-size:18px;
 line-height:24px;
 font-family:'HelveticaWorldW01-BdIt';
 margin:10px 0px;
}
.clickHeader a {
 color: #980a0a;
}
.emphasize {
 font-family:'HelveticaWorldW01-BdIt';
}
.greyBar {
 text-align:center;
 padding: 30px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebeb+0,ffffff+58,ffffff+60,ebebeb+100 */
background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 58%, #ffffff 60%, #ebebeb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 58%,#ffffff 60%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 58%,#ffffff 60%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */

}
.greyBarArrow {
 margin:0px auto;
 height:18px;
 width:115px;
 background: url(../images/corp/greyBarArrow.png) top center no-repeat;
 margin-bottom:20px;
}
.payPlanHeader,.productsHeader {
 font-size:26px;
 color:#458cd7;
 font-family:'HelveticaWorldW01-Bold';
 line-height:45px;
}

a.joinButton {
 font-family:'HelveticaWorldW01-Bold';
 color:white;
 font-size:16.5px;
 line-height:21px;
 padding: 15px 25px;
 border-radius: 3px;
 text-decoration:none;
 text-transform:uppercase;
 margin:10px 0px;
 display:inline-block;
 background: #980a0a url(../images/corp/redButtonBG.gif);
 border:none;
}

a.joinButtonSmall {
 font-family:'HelveticaWorldW01-Bold';
 color:white;
 font-size:14.5px;
 line-height:21px;
 padding: 10px 20px;
 border-radius: 3px;
 text-decoration:none;
 margin:10px 0px;
 display:inline-block;
 background: #980a0a url(../images/corp/redButtonBG.gif);
 border:none;
}
button.joinButton {
 font-family:'HelveticaWorldW01-Bold';
 color:white;
 font-size:22.5px;
 line-height:21px;
 padding: 20px 30px;
 border-radius: 5px;
 text-decoration:none;
 margin:10px 0px;
 display:inline-block;
 background: #980a0a url(../images/corp/redButtonBG.gif);
 border:none;
}
a.redButton {
 font-family:'HelveticaWorldW01-Bold';
 color:white;
 font-size:12.5px;
 line-height:21px;
 padding: 10px 20px;
 border-radius: 3px;
 text-decoration:none;
 margin:10px 0px;
 display:inline-block;
 background: #980a0a url(../images/corp/redButtonBG.gif);
}
h1 {
 color:#0f5196;
 font-family:'HelveticaWorldW01-Bold';
 font-size:30px;
 line-height:39px;
}
.titleBar {
 color:#0f5196;
 font-family:'HelveticaWorldW01-Bold';
 font-size:30px;
 line-height:39px;
 padding: 10px 10px 10px 22px;
 background-color:#eff7ff;
 border-top: 1px solid #c8e3fe;
 border-bottom: 1px solid #c8e3fe;
}
.rankBubble {
 color:#000000;
 margin:30px 0px;
 padding: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eff7ff+0,ffffff+58,ffffff+60,eff7ff+100 */
background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 58%, #ffffff 60%, #ebebeb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 58%,#ffffff 60%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 58%,#ffffff 60%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
box-shadow: 0px 0px 10px 3px rgba(68, 157, 251, 0.1);
-moz-box-shadow: 0px 0px 10px 3px rgba(68, 157, 251, 0.1);
-webkit-box-shadow: 0px 0px 10px 3px rgba(68, 157, 251, 0.1);
}
.rankBubble h1 {
 color:#449dfb;
}
.rankBubble p {
 margin-left:30px;
}
.downArrowDiv {
 margin:30px auto;
 height:35px;
 width:100%;
 background: url(../images/corp/downArrowDiv.png) top center no-repeat;
 margin-top:40px;
}
.horDiv {
 margin:30px auto;
 height:37px;
 width:100%;
 background: url(../images/corp/horDiv.png) top center no-repeat;
}
.joinStep {
 height:40px;
 border-bottom: solid 2px #f1f1f1;
 margin-bottom:20px;
 font-family:'HelveticaWorldW01-Bold';
 color:#980a0a;
 font-size: 16px;
}
.joinStep2 {
 color: #0f5196;
 font-family:'Helvetica Inserat LT W01 Rg'; 
}
.numberCircle {
 font-family:'HelveticaWorldW01-Bold';
 color:white;
 background: #980a0a;
 border-radius: 0.9em;
 -moz-border-radius: 0.9em;
 -webkit-border-radius: 0.9em;
 display: inline-block;
 line-height: 1.8em;
 margin-right: 5px;
 text-align: center;
 width: 1.8em; 
}
.myinput {
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 217, 222, 225 );
  border-radius: 3px;
  height: 50px;
  font-size:15px;
  width:100%;
  margin-top: 15px;
  text-indent:15px;
}
.myjoininput {
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 217, 222, 225 );
  border-radius: 3px;
  height: 40px;
  font-size:15px;
  width:355px;
  margin-top: 15px;
  text-indent:15px;
  margin-right:18px;
}
.myjoinshortinput {
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 217, 222, 225 );
  border-radius: 3px;
  height: 40px;
  font-family:Arial,sans-serif;
  font-size:15px;
  width:90px;
  margin-top: 15px;
}

.myjoinmediuminput {
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 217, 222, 225 );
  border-radius: 3px;
  height: 40px;
  font-family:Arial,sans-serif;
  font-size:15px;
  width:150px;
  margin-top: 15px;
  text-indent:15px;
  margin-right:18px;
}
.myselect {
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 217, 222, 225 );
  border-radius: 3px;
  width: 98px;
  height: 50px;
  font-size: 15px;
  margin-top: 15px;
  text-indent:15px;
}
.myinput2 {
 width:100%;
}
input[type=submit],input[type=button],button,.buttonLink  {
 font-family:'HelveticaWorldW01-Bold';
 color: #0f5196;
 border: 1px solid #0f5196;
 padding: 10px 35px;
 border-radius: 7px;
 text-decoration:none;
box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
-moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
}

input[type=submit]:hover ,input[type=button]:hover,button:hover,.buttonLink:hover {
 color:white;
 background: #980a0a url(../images/corp/redButtonBG.gif);
 border: 1px solid #980a0a;
}
button.momentum {
 font-family:'HelveticaWorldW01-Bold';
 color: #0f5196;
 border: 1px solid #0f5196;
 border-radius: 7px;
padding:.8em 1.5em;font-size:44px;text-decoration:none;
box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
-moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
cursor:pointer;cursor:hand;
}
button.momentum:hover {
 background:none;
}
.indexLabel {
color: #666666;
font-size: 20px;
line-height: 40px;
}
.myinputLogin {
 font-size:20px;
}
.homeBox2 {
 border-radius:4px;
 box-shadow: 0px 3px 5px 0px rgba( 0, 0, 0,.3 );
 background: white;
 font-size:13px;
 margin-bottom:25px;
 text-decoration:none;
}
.homeBox {
 width:100%;
 border-radius:4px;
 box-shadow: 0px 3px 5px 0px rgba( 0, 0, 0,.3 );
 background: white;
 font-size:13px;
 margin-bottom:25px;
 text-decoration:none;
}

.noticeBox {
 border-radius:4px;
 box-shadow: 0px 3px 5px 0px rgba( 15, 81, 150,.4 );
 background: white;
 font-size:13px;
 line-height: 20px;
 margin: 0px 20px 25px 20px;
 text-decoration:none;
 padding:15px;
}
a.huge {
 font-size:30px;
 line-height:35px;
}
a.homeBox {
 text-decoration:none;
}
.homeBoxHeader2 {
 line-height:40px;
 box-shadow: 0px 4px 9px 0px rgba( 0, 0, 0,.1 );
 font-size:20px;
 text-indent:22px;
 color:#0f5196;
 font-family:'HelveticaWorldW01-Bold';
}
.homeBoxHeader {
 line-height:40px;
 box-shadow: 0px 4px 9px 0px rgba( 0, 0, 0,.1 );
}
.homeBoxHeaderIcon {
 float:left;
 padding: 5px 10px 0px 22px;
} 
.homeBoxHeader {
 color:#0f5196;
 font-family:'HelveticaWorldW01-Bold';
 text-decoration:none;
}
.homeBoxContent {
 padding:22px;
 line-height:20px;
 color:#999999;
}
.joinBoxContent {
 padding:22px;
 line-height:20px;
 color:#666666;
}
.resourceMainBox {
 display:table;
 width:100%;
 border-radius:4px;
 box-shadow: 0px 3px 5px 0px rgba( 0, 0, 0,.3 );
 background: white url(../images/logoWaterMark.png) bottom left no-repeat;
 font-size:13px;
 margin-bottom:25px;
 text-decoration:none;
}
.resourceMainBoxContent {
 margin:22px;
}
.resourceMainBox a.resourceLink {
 text-decoration:none;
 color:#12549a;
}
.resourceMainBox ol {
 padding-left:22px;
}
.resourceMainBox .resourceNotLink {
 color: #666666;
}
.resourceMainBoxHeader {
 display:inline-block;
 color:white;
 padding: 10px 20px 10px 25px;
 border-radius:4px;
 font-family:'HelveticaWorldW01-Bold';
 font-size:16px;
 line-height:16px;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f5196+0,286eb7+50,0f5196+100 */
background: #0f5196; /* Old browsers */
background: -moz-linear-gradient(top,  #0f5196 0%, #286eb7 50%, #0f5196 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0f5196 0%,#286eb7 50%,#0f5196 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0f5196 0%,#286eb7 50%,#0f5196 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5196', endColorstr='#0f5196',GradientType=0 ); /* IE6-9 */

}
.resourceTable {
 display:table;
 width:100%;
}
.resourceColumn {
 display:table-cell;
 width:50%;
}

.resourceBox {
 width:100%;
 border-radius:4px;
 box-shadow: 0px 3px 5px 0px rgba( 0, 0, 0,.3 );
 background: white;
 font-size:13px;
 margin-bottom:25px;
 text-decoration:none;
}
.resourceMainBox b,.resourceBox b {
 color:#12549a;
}
.resourceBoxContent {
 padding:22px;
 font-size:14px;
 line-height:24px;
 color:#666666;
}

.resourceBoxHeader {
 height:66px;
 box-shadow: 0px 4px 9px 0px rgba( 0, 0, 0,.1 );
 position:relative;
}
.resourceBoxHeaderImg {
 margin-left:12px;
 padding-top:5px;
}
.resourceBoxHeaderNum {
 position:absolute;
 left:65px;
 top:15px;
 font-family:'HelveticaWorldW01-Bold';
 font-size:16px;
 height:36px;
 width:36px;
 line-height:36px;
 color:white;
 text-align:center;
 border-radius:50%;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f5196+0,286eb7+50,0f5196+100 */
background: #0f5196; /* Old browsers */
background: -moz-linear-gradient(top,  #0f5196 0%, #286eb7 50%, #0f5196 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0f5196 0%,#286eb7 50%,#0f5196 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0f5196 0%,#286eb7 50%,#0f5196 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5196', endColorstr='#0f5196',GradientType=0 ); /* IE6-9 */
 border: 3px solid white;
}
.resourceBoxHeaderBubble {
 position:absolute;
 left:90px;
 top:18px;
 color:white;
 padding: 10px 20px 10px 25px;
 border-radius:4px; 
 font-family:'HelveticaWorldW01-Bold';
 font-size:16px;
 line-height:16px;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f5196+0,286eb7+50,0f5196+100 */
background: #0f5196; /* Old browsers */
background: -moz-linear-gradient(top,  #0f5196 0%, #286eb7 50%, #0f5196 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0f5196 0%,#286eb7 50%,#0f5196 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0f5196 0%,#286eb7 50%,#0f5196 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5196', endColorstr='#0f5196',GradientType=0 ); /* IE6-9 */

}
.resourceBoxHeaderNumNoImg {
 position:absolute;
 left:15px;
 top:15px;
 font-family:'HelveticaWorldW01-Bold';
 font-size:16px;
 height:36px;
 width:36px;
 line-height:36px;
 color:white;
 text-align:center;
 border-radius:50%;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f5196+0,286eb7+50,0f5196+100 */
background: #0f5196; /* Old browsers */
background: -moz-linear-gradient(top,  #0f5196 0%, #286eb7 50%, #0f5196 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0f5196 0%,#286eb7 50%,#0f5196 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0f5196 0%,#286eb7 50%,#0f5196 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5196', endColorstr='#0f5196',GradientType=0 ); /* IE6-9 */
 border: 3px solid white;
}
.resourceBoxHeaderBubbleNoImg {
 position:absolute;
 left:40px;
 top:18px;
 color:white;
 padding: 10px 20px 10px 25px;
 border-radius:4px;
 font-family:'HelveticaWorldW01-Bold';
 font-size:16px;
 line-height:16px;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f5196+0,286eb7+50,0f5196+100 */
background: #0f5196; /* Old browsers */
background: -moz-linear-gradient(top,  #0f5196 0%, #286eb7 50%, #0f5196 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0f5196 0%,#286eb7 50%,#0f5196 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0f5196 0%,#286eb7 50%,#0f5196 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5196', endColorstr='#0f5196',GradientType=0 ); /* IE6-9 */

}

.homeBoxSubHeader {
 font-size:16px;
}
#memTop {
 height:272px;
 width:848px;
 background: url(../images/memHomeTop.jpg) top center no-repeat;
 margin-bottom:25px;
}
#memTop .sub1 {
 font-family:'Helvetica Inserat LT W01 Rg';
 color:#749ac2;
 font-size:21px;
 line-height:28px;
}
#memTop .sub2 {
 font-family:'Helvetica Inserat LT W01 Rg';
 color:#0f5196;
 font-size:54px;
 line-height:80px;
 text-shadow: 1.5px 2.598px 8px rgba( 17, 63, 110,.5 );
}
#memTop .sub3 {
 color:#6b839c;
 font-size:14px;
 line-height:21px;
}
.memTopContent b {
 color: black;
}
.memTopContent {
 padding-left:33px;
 height:272px;
 width:419px;
 display:table-cell;
 vertical-align:middle;
}

#preTop {
 height:306px;
 width:100%;
 background: url(../images/preHomeTop.jpg) top center no-repeat;
 vertical-align: middle;
 color:#56789c;
 font-size:21px;
 line-height:32px;
 font-family:'Helvetica Inserat LT W01 Rg'; 
 padding-bottom:25px;
 text-align:center;
 margin:0px auto;
 background-size:cover;
}
#preTop .sub1 {
 font-size:27px;
 line-height:38px;
 text-shadow: 1.5px 2.598px 8px rgba( 17, 63, 110,.6 );
}
.styledTable {
 width:100%;
}
.styledTable tr:nth-child(odd) {
 background-color:#ffffff;
}
.styledTable tr:nth-child(even) {
 background-color:#eff7ff;
}
.styledTable {
 color:#313032;
}
.styledTable td{
 text-align:center;
 font-size:15px;
 padding:10px 10px;
 border:1px solid #efefef;
}

td.styledTableTop {
background: #666666; /* Old browsers */
color:#ffffff;
 font-family:'HelveticaWorldW01-Bold';
border:1px solid #efefef;
}

.noStyleTable table,.noStyleTable td, .noStyleTable tr,.noStyleTable tr:nth-child(odd),.noStyleTable tr:nth-child(even) {
background:none;
border:none;
}

.styledTablePL {
 width:100%;
}
.styledTablePL tr:nth-child(odd) {
 background-color:#ffffff;
}
.styledTablePL tr:nth-child(even) {
 background-color:#eff7ff;
}
.styledTablePL {
 color:#313032;
}
.styledTablePL td{
 text-align:center;
 font-size:13px;
 border:1px solid #efefef;
 line-height:18px;
}
.styledTablePL input[type=text] {
 text-align:center;
}

td.styledTablePLTop {
background: #666666; /* Old browsers */
color:#ffffff;
font-family:'HelveticaWorldW01-Bold';
border:1px solid #efefef;
font-size:11px;
}

.styledTablePL button  {
 font-family:'HelveticaWorldW01-Bold';
 color: #0f5196;
 border: 1px solid #0f5196;
 padding: 5px 10px;
 border-radius: 7px;
 text-decoration:none;
box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
-moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
}

.styledTablePL button:hover {
 color:white;
 background: #980a0a url(../images/corp/redButtonBG.gif);
 border: 1px solid #980a0a;
}

.noStyleTableDate table,.noStyleTableDate td, .noStyleTableDate tr,.noStyleTableDate tr:nth-child(odd),.noStyleTableDate tr:nth-child(even) {
background:none;
border:none;
}
.tableformsGen{
        width:600px;
}
.tableformsGen td{
        padding-bottom:10px;
        padding-right: 8px;
}
.textL td {
  text-align:left;
  height:35px;
}
.textR td {
  text-align:right;
  height:35px;
}
.yellowStripe {
   background-color: #F6F7AB;
}
.purpleStripe {
   background-color: #F1BCF4;
}
.memberStripe { background-color:#F8C400; color:black;}
.orderSuccessStripe {
   background-color: #66FF66;
}

.autoPendingStripe {
   background-color: yellow;
}

.autoFailStripe {
   background-color: #F7B942;
}

.autoInactiveStripe {
   background-color: #FB8495;
}

.stripeKey {
   background-color: #efefef;
   width:20px;
   height:20px;
   line-height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.orderSuccessKey {
   background-color: #66FF66;
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.autoPendingKey{
   background-color: yellow;
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}
.autoFailKey{
   background-color: #F7B942;
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.autoInactiveKey{
   background-color: #FB8495;
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}
.mout { background-color:#efefef; }

.Rank_6 {
   color: #000000;
   background: #f59139 !important; /* Old browsers */
}

.Rank_7 {
   color: #000000;
   background: #dcdcdc !important; /* Old browsers */
}

.Rank_9 {
   color: #000000;
   background: #F2FE04 !important; /* Old browsers */
}

.Rank_10 {
   color: #000000;
   background: #05A40C !important; /* Old browsers */
}

.Rank_8 {
   color: #000000;
   background: #ede428 !important; /* Old browsers */
}

.Rank_5 {
   color: #000000;
   background: #ff69b4 !important; /* Old browsers */
}
.Rank_4 {
   color: white;
   background: #d323a7 !important; /* Old browsers */
}
.Rank_3 {
   color: #000000;
   background: #ffc28f !important; /* Old browsers */
}
.Rank_2 {
   color: #000000;
   background: #b9da60 !important; /* Old browsers */
}
.Rank_0 a, .Rank_1 a, .Rank_2 a, .Rank_3 a, .Rank_4 a, .Rank_5 a, .Rank_6 a, .Rank_7 a, .Rank_8 a {
 color: black;
}

.Rank_1 {
   color: #000000;
   background: #37c4f8 !important; /* Old browsers */
}
.Rank_0 {
   color: #000000;
   background: #F8C400 !important; /* Old browsers */
}
.rankLedgendLabel {
 display:inline-block;
 vertical-align:top;
 line-height:20px;
 padding-left:5px;
 padding-right:15px;
}
.grayTable td {
   padding:10px;
}

.Key_6 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f59139+0,c27427+100 */
   background: #f59139; /* Old browsers */
}


.Key_7 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   background: #dcdcdc; /* Old browsers */
}

.Key_8 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   background: #ede428; /* Old browsers */
}

.Key_9 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   background: #F2FE04; /* Old browsers */
}


.Key_10 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   background: #05A40C; /* Old browsers */
}

.Key_4 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   background: #d323a7; /* Old browsers */

}

.Key_5 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   background: #ff69b4; /* Old browsers */

}
.Key_3 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   background: #ffc28f; /* Old browsers */

}
.Key_2 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   background: #b9da60; /* Old browsers */

}
.Key_1 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   background: #37c4f8; /* Old browsers */
}
.Key_0 {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   background: #F8C400; /* Old browsers */
}
.Key_Waiting {
   width:20px;
   height:20px;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

.stripeLight {
   background-color: #fafafa;
}
.cutOff {
 color:white;
 text-align:center;
}
.bubble .subTitle {
 font-family:'HelveticaWorldW01-Bold';
 font-size:18px;
 padding: 10px 0px;
 border-top: 1px solid #2d66a1;
}
.bubble .subTitle2 {
 font-family:'HelveticaWorldW01-Bold';
 padding: 10px 0px;

}
#countdown {
 width:100%;
 text-align:center;
 margin-bottom:10px;
}
#countdown .day {
 font-family:'Helvetica LT W01 Bold Cond';
 background:#121C24;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#121c24+0,293c4e+47,666666+50,293c4e+53,121c24+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#121c24+0,293c4e+43,293c4e+57,121c24+100 */
background: #121c24; /* Old browsers */
background: -moz-linear-gradient(top,  #121c24 0%, #293c4e 43%, #293c4e 57%, #121c24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #121c24 0%,#293c4e 43%,#293c4e 57%,#121c24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #121c24 0%,#293c4e 43%,#293c4e 57%,#121c24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121c24', endColorstr='#121c24',GradientType=0 ); /* IE6-9 */

 font-size:52px;
 line-height:52px;
 color:white;
 padding: 13px 8px;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}
#countdown .day_txt {
 font-family:'Helvetica LT W01 Bold Cond';
 font-size:12px;
 padding-bottom:3px;
 color:#0f5196;
}
#countdown .countdownCell {
 display:inline-block;
 list-style:none;
 margin-right:20px;
 text-align:center;
}
#preBoxes {
 margin: 30px;
}
#preBoxes a {
 text-decoration:none;
}
.preBox {
 display:inline-block;
 position:relative;
 height:155px;
 width:232px;
 margin-right:20px;
box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.55);
-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.55);
-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.55);
 border-radius:5px;
}
.preBox1 {
 background: #3f74ab url(../images/preBox1.png) top left no-repeat;
}
.preBox2 {
 background: #3f74ab url(../images/preBox2.png) top left no-repeat;
}
.preBox3 {
 background: #3f74ab url(../images/preBox3.png) top left no-repeat;
 margin-right:0px;
}
.preBoxContent {
 position:absolute;
 bottom:7px;
 left:9px;
 font-family:'HelveticaWorldW01-Bold';
 color:white;
 font-size:11px;
 line-height:15px;
 text-align:left;
 width:190px;
 height:30px;
 text-shadow: 1.5px 2.598px 8px rgba( 17, 63, 110,.7 );
}
.preBoxContent2 {
 text-decoration:underline;
 color:#79d4fe;
}
#preLaunch {
 padding:22px;
 line-height:26px;
}
.moviePage {
width:100%;
min-height:100%;
background: rgba(0,0,0,.3);
z-index: 9002;
position:absolute;
}
.movie {
position:absolute;
padding-top:3px;padding-left: 10px;padding-right:10px;padding-bottom:10px;z-index: 9003;background-color:#efefef;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-box-shadow: 1px 1px 2px #000;
        -moz-box-shadow: 1px 1px 2px #000;
        box-shadow: 1px 1px 2px #000;
        border: 1px solid #FFF;
}
.resourceDisclaimer {
 margin-top:300px;
}
.resourceLink .resourceLinkComingSoon {
    visibility: hidden;
    width: 120px;
    background-color: #0f5196;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}
.resourceLink:hover .resourceLinkComingSoon {
    visibility: visible;
}

.tableCell {
 display: table-cell;
 vertical-align:middle;
}
.earningsBold {
 font-family:'HelveticaWorldW01-Bold';
        font-size: 18px;
        color: #000000;
        text-align: center;
}
#footerPowered {
  text-align: right;
  color:white;
  padding-right:10px;
  font-size:8px;
}
#microProfit img {
 text-align:center;
 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
max-width: 100%;
}
#microProfit b {
 color:#12549a;
}
#microProfit li {
 font-weight:bold;
 color:#12549a;
}
#microProfit .liText {
 font-weight:normal;
 color:#666666;
}
.checkMark li:before {
 content: "✓ ";
 color: #0a93bb;
}
.checkMark ul {
 list-style:none;
}
.checkMark li {
 padding-left:5px;
}

.bluelineBox {
  background-color:#f0f5f9;
  border: 2px solid #3cb6db;
  padding:10px;
  margin:10px;
  overflow:auto;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.35);
-moz-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.35);
-webkit-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.35);
}

.pinklineBox {
  background-color:#fde9f5;
  border: 2px solid #cc3091;
  padding:10px;
  margin:10px;
  overflow:auto;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.35);
-moz-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.35);
-webkit-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.35);
}
.greenlineBox {
  background-color:#dbebda;
  border: 2px solid #58c551;
  padding:10px;
  margin:10px;
  overflow:auto;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.35);
-moz-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.35);
-webkit-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.35);
}
.mediumHeader,.bigPink,.bigPinkNoMargin {
 font-family:'Avenir LT W01_55 Roman1475520';
 color:#383969;
 font-size:34px;
 line-height:48px;
}
.redDiscList li span {
 color: #999999;
}
.redDiscList ul {
  color: #980a0a;
}
.footerDisclaimer {
 color:white;
 padding: 0px 40px;
 font-size:11px;
 line-height:14px;
}

/*===== Video Popup ======*/
.video-popup {
        display: none;
        align-items: center;
        justify-content: center;
        position: fixed;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        height: 100vh;
        z-index: 9997;
        transition: all 300ms ease-in-out;
}

.video-popup-overlay {
        position: absolute;
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        background-color: black;
        opacity: 0.75;
        z-index: 9996;
}

.video-popup-content {
        position: absolute;
        margin: 0;
        padding: 30px;
        box-sizing: border-box;
        background-color: white;
        border-radius: 10px;
        text-align: center;
        z-index: 9999;
}

.close-video-popup-btn {
    border-width: 1px;
    border-style: solid;
    text-decoration: none!important;
    background-clip: padding-box;
    font-size: 16px;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    padding: 0;
    width: 1.75em;
    height: 1.75em;
    text-indent: -9999px;
    white-space: nowrap!important;
    font-weight: 400;
    border-radius: 1em;
    position: absolute;
    margin: 5px;
    z-index: 1005;
    right: -18px;
    top: -20px;
    color: #333;
    background-color: #fff;
    text-shadow: none;
    border-color: #979797;
}

close-video-popup-btn:hover {
    
}

.close-video-popup-btn:after {
    position: absolute;
    background-color: #007cdb;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
}

.close-video-popup-tbn:hover:after {
	background-color: #0a4b8f;
}

.video-popup-content h3 {
        font-size: 30px;
        color: #007cdb;
        margin: 0 0 20px 0;
        padding: 0;
}

.video-popup-content .video-container {
	margin-bottom: 20px;
}

.video-popup-content .sub-pop-btn {
        clear: both;
	font-family: 'HelveticaWorldW01-Bold';
    	color: #0f5196;
    	border: 1px solid #0f5196;
    	padding: 10px 35px;
    	border-radius: 7px;
    	text-decoration: none;
    	box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
    	-moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
    	-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
}

.video-popup-content .sub-pop-btn:hover {
    color: white;
    background: #980a0a url(../images/corp/redButtonBG.gif);
    border: 1px solid #980a0a;	
}   
