/********* global elements *********/
body{
  font-family: "Arial", sans-serif; 
}
.black{  color:#000000;}
.gray{  color:#737171;}
.header-superscript{  font-size: 16px; margin-left: -10px;}
.copy-superscript{  font-size: 10px;}
#bottom-banner .copy-superscript{  font-size: 7px;}
#legal-area sup{  font-size: 6px;}
.arial{font-family: "Arial", sans-serif;}
.testBorder {border:1px solid red;}
h1{  font-size: 52px;  letter-spacing: -0.05em;  font-weight: normal;}
h2{  font-size: 46px;  letter-spacing: -0.05em;  font-weight: normal;}
h3{  font-size: 34px;  letter-spacing: -0.07em;  font-weight: normal;}
h4{  font-size: 28px;  letter-spacing: -0.05em;  font-weight: normal;}
h5{  font-size: 24px;  letter-spacing: -0.05em;  font-weight: normal;}
h6{  font-size: 18px;  letter-spacing: -0.05em;  font-weight: normal;}


/***************************************/
/*********    Landing CSS     **********/
/***************************************/
/********* top-banner elements *********/
.landing #top-banner,  
.student-landing #top-banner {  
  height: 111px;
  padding: 15px 0 3px;
  margin: 0 auto;
  width: 752px;
}
.landing #top-banner .image, 
.student-landing #top-banner .image{  
  text-align:right;
  width: 23%;
  height: 91px;
  float:left;
}
.landing #top-banner .copy,
.student-landing #top-banner .copy{
  float:right;
  width:77%;
}
/********* hero elements *********/
.landing #hero,
.student-landing #hero{
  padding: 0 20px 0 50px;
  float: left;
}
.landing #hero .image ,
.student-landing #hero .image {
  width: 62%;
  float: left;
}
.landing #hero .copy ,
.student-landing #hero .copy {
  padding: 35px 0 0 0;
  width:38%;
  float: left;
  line-height: 30px;
}
.landing #hero .copy h1,
.student-landing #hero .copy h1{
  padding-bottom:  25px;
  font-size: 50px;  
  letter-spacing: -0.05em;  
  font-weight: normal;
}
.landing #hero .cta .bb_ctas ,
.student-landing #hero .cta .bb_ctas {
  width: 250px;
}
.landing #hero .cta .fb,
.student-landing #hero .cta .fb{
  background: url('fb.png');
  display: block;
  position: absolute;
  top: 6px;
  right: 75px;
  width: 19px;
  height: 19px;
  line-height: 0;
  text-indent: 9999px;
  overflow: hidden;
}
.landing #hero .cta .red-btn.bb_link2 ,
.student-landing #hero .cta .red-btn.bb_link2 {
  margin: 0px -5px 0 5px;
  padding: 0 0 0 25px;
  font-size: 18px;
  text-align: left;
}

.landing #hero .cta .red-btn.bb_link3 ,
.student-landing #hero .cta .red-btn.bb_link3 {
  margin: 0px -5px 0 5px;
  padding: 0 0 0 70px;
  font-size: 18px;
  text-align: left;
}

/********* body-copy elements *********/
.landing #body-copy,
.student-landing #body-copy{
  margin: -31px 0 0 0;
  padding: 0 90px 0 100px; 
  float: left;
}
.landing #body-copy h6,
.student-landing #body-copy h6{
  margin: 0 0 11px 0;
  padding: 10px 30px 0 0;
  line-height: 21px;
}
.landing #body-copy h6 sup,
.student-landing #body-copy h6 sup{
  font-size: 10px;
}
.landing #body-copy ul,
.student-landing #body-copy ul{
  font-size: 20px;
  padding: 0 0 0 20px;
  line-height: 28px;
  letter-spacing: -0.05em;
}
.landing #body-copy ul sup,
.student-landing #body-copy ul sup{
  font-size: 10px;
}
.landing #body-copy .cta .bb_ctas,
.student-landing #body-copy .cta .bb_ctas{
  width: 390px;
}
.landing #body-copy .cta .bb_ctas .red-btn.bb_link2 .arrow,
.student-landing #body-copy .cta .bb_ctas .red-btn.bb_link2 .arrow{
  right: 120px;
}
.landing #body-copy .cta .bb_ctas .red-btn.bb_link2,
.student-landing #body-copy .cta .bb_ctas .red-btn.bb_link2 {
  margin: 30px 0px;
  padding: 0 0 0 0px;
  font-size: 18px;
  text-align: center;
}
/*********fineprint elements *********/
.landing #legal-area{
  border-bottom: 3px solid #6a6c6f;
}
.landing #legal-area,
.student-landing #legal-area{
  height:100%;
  float: left;
}
.landing #legal-area .fineprint ,
.student-landing #legal-area .fineprint { 
  padding: 0 30px 39px;
  font-size: 9px; 
  font-weight: normal; 
}


/********* bottom-banner elements *********/
.landing #bottom-banner,
.student-landing #bottom-banner{
  background: #ffffff url('bottom-banner-bg.png') repeat-y center top;
  float: left;
  margin: 0 0 -5px  0;
  height: 100px;  
}
.landing #bottom-banner .image,
.student-landing #bottom-banner .image{
  width: 27%;
  float: left;
  position: relative;
  text-align: right;
  top: -20px;
}
.landing #bottom-banner .copy,
.student-landing #bottom-banner .copy{
  width:57%;
  float: left;
  padding: 5px 0 0 0;
  left: -30px;
  position: relative;
}
/*.landing #bottom-banner .copy_fr,
.student-landing #bottom-banner .copy_fr{
  width:57%;
  float: left;
  padding: 0;
  left: -30px;
  position: relative;
}*/
.landing #bottom-banner .copy h4 span sup ,
.student-landing #bottom-banner .copy h4 span sup {
  font-size: 10px;
}
.landing #bottom-banner .copy p,
.student-landing #bottom-banner .copy p{
  font-size: 14px;
  line-height: 18px;
}
.landing #bottom-banner .cta,
.student-landing #bottom-banner .cta{
  width: 16%;
  float: left;
  position: relative;
  left: -30px;
}
.landing #bottom-banner .cta .bb_ctas,
.student-landing #bottom-banner .cta .bb_ctas {
  width: 160px;
}
.landing #bottom-banner .cta .red-btn.bb_link2 ,
.student-landing #bottom-banner .cta .red-btn.bb_link2 {
  margin: 30px -5px 0 5px;
  padding: 0 0 0 25px;
  font-size: 18px;
  text-align: left;
}
/***************************************/
/*********    Atlantic CSS     *********/
/***************************************/
.atlantic{
  margin: 0 auto;
  text-align: center;
}
.atlantic #title{
  padding: 50px 0 0 0;
}
.atlantic #card{
  padding: 50px 0 0 80px;
}
.atlantic .open_acc{
  margin: 40px auto 0 auto;
  width: 545px;
}
.atlantic #accounts_wrap{
  margin: 55px auto 0 auto;
  width: 670px;
  height: 480px;
}
.atlantic #accounts_wrap .acc_1{
  color: black;
  text-align: left;
  float: left;
  width: 56%;
}
.atlantic #accounts_wrap .acc_2{
  color: black;
  text-align: left;
  float: left;
  width: 44%;
}
.atlantic #accounts_wrap .acc_3{
  color: black;
  text-align: left;
  float: left;
  width: 56%;
  padding: 55px 0;
}
.atlantic #accounts_wrap .acc_4{
  color: black;
  text-align: left;
  float: left;
  width: 44%;
  padding: 55px 0;
}
.atlantic #accounts_wrap p.title{
  font-size: 20px;  
  letter-spacing: -0.05em;  
  font-weight: bold;
}
.atlantic #accounts_wrap p.title span{
  font-size: 12px;  
  letter-spacing: -0.05em;  
  font-weight: bold;
  position: relative;
  bottom: 3px;
}
.atlantic #accounts_wrap ul{
  margin: 10px 0 40px 17px;
}
.atlantic #accounts_wrap ul li{
  font-size: 15px;  
  font-weight: normal;
}
.atlantic #accounts_wrap .acc_1 .cta .bb_ctas {
  width: 220px;
  height: 55px;
  margin: 0;
}
.atlantic #accounts_wrap .acc_2 .cta .bb_ctas {
  width: 220px;
  height: 55px;
  margin: 0;
}
.atlantic #accounts_wrap .acc_3 .cta .bb_ctas {
  width: 220px;
  height: 55px;
  margin: 0;
}
.atlantic #accounts_wrap .acc_4 .cta .bb_ctas {
  width: 220px;
  height: 55px;
  margin: 0;
}
.atlantic #accounts_wrap .cta .red-btn.bb_link2 {
  margin: 0px -5px 0 5px;
  padding: 0 0 0 25px;
  font-size: 25px;
  text-align: left;
}
.atlantic #copywrite{
  background-color: #e8e6de;
  width: 972px;
  height: 74px;
  margin: 0 auto;
}
.atlantic #copywrite .reg{
  font-size: 8px;
  width: 950px;
  color: black;
  height: 74px;
  margin: auto;
  padding: 17px 0 0 0;
}
/***************************************/
/*********    Atlantic CSS French   *********/
/***************************************/
.atlantic_fr .open_acc {
margin: 40px auto 0 auto;
width: 659px;
}
.atlantic_fr #accounts_wrap .acc_1{
  color: black;
  text-align: left;
  float: left;
  width: 54%;
}
.atlantic_fr #accounts_wrap .acc_2{
  color: black;
  text-align: left;
  float: left;
  width: 46%;
}
.atlantic_fr #accounts_wrap .acc_3{
  color: black;
  text-align: left;
  float: left;
  width: 54%;
}
.atlantic_fr #accounts_wrap .acc_4{
  color: black;
  text-align: left;
  float: left;
  width: 46%;
}
.atlantic_fr #accounts_wrap .acc_1 .cta .bb_ctas {
width: 220px;
height: 55px;
margin: 57px 15px 0 0;
}
.atlantic_fr #accounts_wrap .acc_3 .cta .bb_ctas {
width: 220px;
height: 55px;
margin: 0;
}
.atlantic_fr #copywrite .reg {
font-size: 8px;
width: 950px;
color: black;
height: 74px;
margin: auto;
padding: 10px 0 0 0;
}
.atlantic_fr #accounts_wrap .cta .red-btn.bb_link2 {
margin: 0px -5px 0 4px;
padding: 0 0 0 66px;
font-size: 25px;
text-align: left;
}
/******************************************/
/*********    pre contest CSS     *********/
/******************************************/
.landing #hero-pre-contest,
.student-landing #hero-pre-contest{
  margin: 0 auto;
  width: 512px;
}
/******************************************/
/*********    pre contest CSS French   *********/
/******************************************/
.landing_fr #top-banner .copy h3,
.student-landing_fr #top-banner .copy h3{
  font-size: 44px;  
  letter-spacing: -0.05em;  
  font-weight: normal;
}
.landing_fr #top-banner .copy h5,
.student-landing_fr #top-banner .copy h5{  
  font-size: 22px;  
  letter-spacing: -0.05em;  
  font-weight: normal;
}
.landing_fr #top-banner,
 .student-landing_fr #top-banner{  
  height: 105px;
  padding: 15px 0 3px;
  margin: 0 auto;
  width: 752px;
}
.landing_fr #body-copy h3,
.student-landing_fr #body-copy h3{
  padding: 10px 30px 0 0;
  line-height: 21px;
  font-size: 25px;  
  letter-spacing: -0.07em;  
  font-weight: normal;
}
.landing_fr #body-copy ul,
.student-landing_fr #body-copy ul{
  font-size: 20px;
  padding: 0 90px 0 20px;
  line-height: 28px;
  letter-spacing: -0.05em;
}
.landing_fr #body-copy .cta .bb_ctas .red-btn.bb_link2 .arrow,
.student-landing_fr #body-copy .cta .bb_ctas .red-btn.bb_link2 .arrow{
  right: 85px;
}
.landing_fr #body-copy h6,
.student-landing_fr #body-copy h6{
  margin: 0 0 11px 0;
  padding: 0 30px 0 0;
  line-height: 21px;
}
.landing_fr #bottom-banner .copy{
  padding: 10px 0 0 0;
  float: none;
  width: 100%;
}
.landing_fr #bottom-banner .copy h5{
  font-size: 26px;
  letter-spacing: -0.05em;
  font-weight: normal;
  width: 121%;
}
.landing_fr #bottom-banner .copy p{
  font-size: 14px;
  line-height: 13px;
  padding: 8px 0 0 0;
  width: 88%;
}
.landing_fr #bottom-banner .copy #want{
  padding: 0;
  line-height: 0;
}
.landing_fr #bottom-banner .cta .bb_ctas {
  width: 120px;
}
.landing_fr #bottom-banner .cta, .student-landing #bottom-banner .cta {
width: 12%;
float: right;
margin: -60px 0 0 0;
}