/**
 * Main stylesheet for the Noom Inc.
 *
 * @author   Charlie
 * @copyright  2013 Noom Inc.
 */

 /* Font-face styles--------------------------------------------------- */

 @font-face {
   font-family: 'gotham_boldregular';
   src: url('http://static.noom.com/iphone/assets/gotham-bold-webfont.eot');
   src: url('http://static.noom.com/iphone/assets/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://static.noom.com/iphone/assets/gotham-bold-webfont.woff') format('woff'),
    url('http://static.noom.com/iphone/assets/gotham-bold-webfont.ttf') format('truetype'),
    url('http://static.noom.com/iphone/assets/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
   font-weight: normal;
   font-style: normal;
 }

 @font-face {
   font-family: 'gotham_bookregular';
   src: url('http://static.noom.com/iphone/assets/gotham-book-webfont.eot');
   src: url('http://static.noom.com/iphone/assets/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://static.noom.com/iphone/assets/gotham-book-webfont.woff') format('woff'),
    url('http://static.noom.com/iphone/assets/gotham-book-webfont.ttf') format('truetype'),
    url('http://static.noom.com/iphone/assets/gotham-book-webfont.svg#gotham_bookregular') format('svg');
   font-weight: normal;
   font-style: normal;
 }

 @font-face {
   font-family: 'gotham_lightregular';
   src: url('http://static.noom.com/iphone/assets/gotham-light-webfont.eot');
   src: url('http://static.noom.com/iphone/assets/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('http://static.noom.com/iphone/assets/gotham-light-webfont.woff') format('woff'),
    url('http://static.noom.com/iphone/assets/gotham-light-webfont.ttf') format('truetype'),
    url('http://static.noom.com/iphone/assets/gotham-light-webfont.svg#gotham_lightregular') format('svg');
   font-weight: normal;
   font-style: normal;
 }

body {
  font-family: "Droid Serif", serif;
  color: #333333;
  margin: 0 0 0 0;
  padding: 0;
}

body img {
  border: 0;
}

ul, p {
  margin: 0;
}

a,
a:link,
a:hover,
a:active {
  color: #666666;
}

#container {
  width: 1000px;
  margin: auto;
}

/* Used to let <div>'s automatically resize to floated content. */
/* See http://nicolasgallagher.com/micro-clearfix-hack/ for more info. */
.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}

.clearfix:after {
  clear:both;
}

h1 {
  height: 60px;
  width: 940px;
  position: relative;
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  margin: 40px auto 0 auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 33px;
  font-weight: normal;
  color: ##333333;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
}

h1 p {
  float: left;
  margin: 10px 10px 10px 20px;
}

h1 p.product_header_icon {
  float:left;
  margin: 7px 0 10px 10px;
}

h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
}

h5 {
  font-size: 36px;
  margin: 20px 0 10px 0;
}

hr {
  height: 1px;
  background-color: #CCCCCC;
  border: 0;
  margin-top: 20px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

#slideshow {
  position: relative;
  margin: 0 auto;
  height: 400px;
  width: 940px;
}

#slideshow .slides_container {
  height:420px;
  width: 940px;
}

.pagination {
  text-align: center;
  list-style: none;
  margin: 0 auto;
  width: 105px;
  height: 15px;
}

.pagination li {
  float: left;
  margin-right: 5px;
}

.pagination li a {
  display: block;
  width: 12px;
  height: 0;
  padding-top: 12px;
  background-image: url('http://static.noom.com/res/drawable/noom/pagination.png');
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.pagination li.current a {
  background-position:0 -12px;
}

.next {
  position: absolute;
  right: -50px;
  top: 145px;
}

.prev {
  position: absolute;
  left: -50px;
  top: 145px;
}

.splash {
  height: 350px;
  width: 940px;
  margin: 40px auto 60px auto;
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
}

.splash img {
  position: absolute;
  top: -20px;
  right: -30px;
}

.splash_description {
  float: left;
  background-color: #333333;
  width: 310px;
  height: 350px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.splash h3 {
  color: #FFFFFF;
  font-size: 48px;
  margin: 10px 0 0 20px;
}

.splash_description p {
  font-size: 22px;
  width: 270px;
  margin: 10px 20px 20px 20px;
  color: #FFFFFF;
}

#noom_intro_video {
  
}

#noom_intro_video h2 {
  margin: 20px 0px;
  font-weight: normal;
}

#noom_intro_video iframe {
  margin: 20px 0;
}

#subsplash {
  margin-top: 60px;
}

#subsplash p {
  text-align: center;
  font-size: 24px;
  color: #666666;
  margin: 10px 10px 0 10px;
}

#subsplash .learn_more {
  font-size: 24px;
}

#subsplash a, 
#subsplash a:hover, 
#subsplash a:visited {
  text-decoration: none;
}

.get_started_footer {
  height: 85px;
  width: 940px;
  position: relative;
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  margin: 40px auto 0 auto;
  border-radius: 10px;
  -moz-border-radius: 10px;  
  font-size: 33px;
  color: ##333333;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
}

.get_started_footer p {
  float: left;
  margin: 20px 0 0 20px;
  font-size: 40px;
}

.section {
  width: 940px;
  height: 250px;
  margin: 60px auto 20px auto;  
  position: relative;
}

.one_column {
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
}

.two_column > div, .three_column > div {
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0 20px 0 0;
  height: 100%;
  float: left;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
}

.two_column > div:last-child, .three_column > div:last-child {
  margin-right: 0;
}

.two_column > div {
  width: 460px;
}

.three_column > div {
  width: 300px;
}

/* testimonials slideshow settings */
#testimonials .slides_container {
  height: 250px;
  width: 460px;
}

#testimonials .slides_container div {
  height: 250px;
  width: 460px;
  height: 250px;
  width: 460px;
}
/* end testimonials slideshow settings */

.testimonial {
  font-style: italic;
  font-size: 20px;
  margin: 5px 20px;
}

#pounds_lost {
  font-size: 24px;
  text-shadow: white 0px 2px 1px;
  margin: 20px 0 10px 0;
}

/* the counter that shows number total number of pounds lost by users */
#weight_ticker {
  font-weight: bold;
  color: #333333;
}

.text_left, .text_right {
  color: #333333;
  height: 100%;
  width: 280px;
  padding: 20px;
}

.feature {
  width: 940px;
  height: 300px;
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 40px auto 60px auto;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
}

.feature_description {
  width: 270px;
}

.feature_description p {
  margin-bottom: 12px;
}

.feature_splash {
  margin: -20px 0 0 0;
  width: 630px;
}

.feature:nth-child(odd) .feature_description {
  float: left;
  margin: 20px 20px 20px 20px;
} 

.feature:nth-child(odd) .feature_splash {
  float: right;
} 

.feature:nth-child(even) .feature_description {
  float: right;
  margin: 20px 20px 0 20px;
}

.feature:nth-child(even) .feature_splash {
  float: left;
}

#resources {
  text-align: center;
}

#resources p {
  text-align: center;
  font-size: 24px;
  color: #666666;
  margin: 0 0 11px 0;
}

.social_media_widget {
  float: left;
  width: 50px;
  margin: 0 50px 0 0;
}

#social_media_widgets {
  margin: 50px auto;
  height: 60px;
  width: 310px;
}

.social_media_widget:last-child {
  margin: 0 0 0 0;
}

.social_media_widget#twitter_widget {
  width: 105px;
  margin-top: 15px;
}

.get_started_button, 
.get_started_button:link, 
.get_started_button:hover, 
.get_started_button:visited {
  margin: 15px auto 0 auto;
  text-align: center;
  color: white;
  font-size: 28px;
  display: block;
  padding-top: 10px;
  height: 45px;
  width: 280px;
  color: #FFFFFF;
  margin-top: 7px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #555555;
  background: #53bf2f; /* Old browsers */
  background: -moz-linear-gradient(top,  #53bf2f 0%, #2f9b0a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53bf2f), color-stop(100%,#2f9b0a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #53bf2f 0%,#2f9b0a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #53bf2f 0%,#2f9b0a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #53bf2f 0%,#2f9b0a 100%); /* IE10+ */
  background: linear-gradient(top,  #53bf2f 0%,#2f9b0a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53bf2f', endColorstr='#2f9b0a',GradientType=0 ); /* IE6-9 */
}

.get_started_button:active {
  color: #CCCCCC;
  text-shadow: #333333 0px 2px 1px;
  background: #2f9b0a; /* Old browsers */
  background: -moz-linear-gradient(top,  #2f9b0a 0%, #52bc2f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f9b0a), color-stop(100%,#52bc2f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #2f9b0a 0%,#52bc2f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #2f9b0a 0%,#52bc2f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #2f9b0a 0%,#52bc2f 100%); /* IE10+ */
  background: linear-gradient(top,  #2f9b0a 0%,#52bc2f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9b0a', endColorstr='#52bc2f',GradientType=0 ); /* IE6-9 */
}

.splash .get_started_button {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.get_started_footer .get_started_button {
  position: absolute;
  bottom: 15px;
  right: 15px;  
}

#splash_home .get_started_button {
  color: #333333;
  box-shadow: inset 2px 2px 2px 2px #00000;
  background: #fff5af; /* Old browsers */
  background: -moz-linear-gradient(top,  #fff5af 0%, #ffe605 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff5af), color-stop(100%,#ffe605)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fff5af 0%,#ffe605 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fff5af 0%,#ffe605 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fff5af 0%,#ffe605 100%); /* IE10+ */
  background: linear-gradient(top,  #fff5af 0%,#ffe605 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5af', endColorstr='#ffe605',GradientType=0 ); /* IE6-9 */
}

#splash_home .get_started_button:active {
  text-shadow: #FFFFFF 0px 2px 1px;
  background: #ffe605; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffe605 0%, #fff5af 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe605), color-stop(100%,#fff5af)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffe605 0%,#fff5af 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffe605 0%,#fff5af 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffe605 0%,#fff5af 100%); /* IE10+ */
  background: linear-gradient(top,  #ffe605 0%,#fff5af 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe605', endColorstr='#fff5af',GradientType=0 ); /* IE6-9 */
}

.expert {
  margin: 20px 0 0 0;
  float: left;
  width: 610px;
  font-size: 12px;
}

.expert_name {
  font-weight: bold;
  margin: 0 0 5px 95px;
}

.expert_pic {
  float: left;
}

.expert_bio {
  margin: 0 0 0 70px;
}

/* Sidebars - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.sidebar {
  float: left;
  width: 200px;
  margin: 30px 0 0 30px;
  padding: 20px;
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar li {
  margin: 0 0 10px 0;
}

.sidebar li:last-child {
  margin: 0;
}

.sidebar h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 10px 10px 0;
}

.sidebar h2:last-child {
  margin-bottom: 0;
}

.sidebar h2.current {
  font-weight: bold;
  color: #3EA32A;
}

.sidebar a,
.sidebar a:link,
.sidebar a:visited,
.sidebar a:hover{
  text-decoration: none;
}


/* About Us  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.about_content {
  margin: 30px 30px 30px 290px;
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
}

.about_content h3 {
  color: #333333;
  size: 24px;
  margin-bottom: 5px;
}

.about_content h3:first-child {
  margin-top: 0px;
}

.about_content p {
  margin-bottom: 10px;
  font-size: 14px;
}

.about_content p:last-child {
  margin-bottom: 0px;
}

.about_content li {
  font-size: 14px;
}

.noomer_photo {
  float: left;
  width: 112px;
  height: 112px;
  background-image: url('http://static.noom.com/res/drawable/noom/noomers.png?build=20130513');
  margin-bottom: 20px;
}

.noomer_bio {
  margin: 0 0 0 130px;
  
}

.noomer_name {
  font-weight: bold;
}

.noomer_title_silly {
  display: none;
}

.noomer_title_serious, .job_title_silly {
  font-style: italic;
}

#culture li p:first-child {
  margin: 0;
  font-weight: bold;
}

#culture li p:last-child {
  margin: 0 0 10px 0;
}

#culture img {
  border: #FFFFFF 10px solid;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
}

#culture img.float_right {
  float: right;
  margin: 0 0 10px 10px;
}


/* Products - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.product_icon {
  float: left;
  margin-left: 5px;
  margin-right: 15px;
}

.product_description {
  float: left;
  margin: 0 0 0 0;
  width: 530px;
}

.coming_soon {
  color: #3ea32a;
  font-weight: bold;
}

/* Upgrade to Pro - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#upgrade_to_pro {
  overflow: hidden;
  padding: 20px;
  width: 900px;
  height: auto;
  margin-top: 40px;
}

#upgrade_to_pro p {
  margin: 10px auto;
}

#upgrade_to_pro form {
  width: 400px;
  margin: 20px auto 0 auto;
  padding: 0 10px;
}

#upgrade_to_pro input[type=text] {
  font-size: 24px;
  width: 100%;
}

#upgrade_to_pro .get_started_button {
  font-size: 22px;
  height: 36px;
}

#upgrade_to_pro small {
  font-size: 14px;
  color: #666666;
  margin: 0 0 5px 0;
}

/* Manage subscription  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.subscriptions {
  overflow: hidden;
  padding: 20px;
  width: 600px;
  height: auto;
  margin-top: 40px;
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
}

.subscriptions p {
  margin: 10px auto;
}

.subscriptions h4 {
  margin-top: 20px;
}

.subscriptions .red {
  color: #FF0000;
}

.subscriptions form {
  padding: 0 10px;
}

.subscriptions form > div {
  float: left;
}

.subscriptions hr {
  float: left;
  width: 100%
}

.or-divider {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.subscriptions input[type=text] {
  font-size: 24px;
  width: 300px;
}

.subscriptions .get_started_button {
  font-size: 22px;
  height: 36px;
}

.subscriptions small {
  font-size: 14px;
  color: #666666;
  margin: 0 0 5px 0;
}

.subscription-details {
  clear: left;
}

.subscription-submit {
  clear: left;
  width: 100%;
  margin: 20px auto;
}

#access-code-help {
  display: none;
}

.cancel_button, 
.cancel_button:link, 
.cancel_button:hover, 
.cancel_button:visited {
  margin: 15px 0 0 0;
  display: block;
  text-align: center;
  color: white;
  font-size: 18px;
  height: 26px;
  width: 220px;
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #555555;
  background: #53bf2f; /* Old browsers */
  background: -moz-linear-gradient(top,  #53bf2f 0%, #2f9b0a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53bf2f), color-stop(100%,#2f9b0a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #53bf2f 0%,#2f9b0a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #53bf2f 0%,#2f9b0a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #53bf2f 0%,#2f9b0a 100%); /* IE10+ */
  background: linear-gradient(top,  #53bf2f 0%,#2f9b0a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53bf2f', endColorstr='#2f9b0a',GradientType=0 ); /* IE6-9 */
}

.cancel_button:active {
  color: #CCCCCC;
  text-shadow: #333333 0px 2px 1px;
  background: #2f9b0a; /* Old browsers */
  background: -moz-linear-gradient(top,  #2f9b0a 0%, #52bc2f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f9b0a), color-stop(100%,#52bc2f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #2f9b0a 0%,#52bc2f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #2f9b0a 0%,#52bc2f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #2f9b0a 0%,#52bc2f 100%); /* IE10+ */
  background: linear-gradient(top,  #2f9b0a 0%,#52bc2f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9b0a', endColorstr='#52bc2f',GradientType=0 ); /* IE6-9 */
}

.subscriptions #logout {
  text-align: center;
  color: #666666;
  font-size: 18px;
  width: 100%;
}

/*Noom + Verizon Promo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#verizon-info {
  height: auto;
  width: 600px;
  overflow: auto;
  margin: 40px auto;
  padding: 20px;
}

#verizon-info p {
  margin: 10px;
}

#verizon-header {
  text-align: center;
}

#verizon-noom-video {
  text-align: center;
  margin: 20px 0;
}

#verizon-contact-button {
  margin: 20px 0 0 0;
  text-align: center;
}

/* Menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header {
  height: 90px;
  width: 100%;
  background-color: #39B54A;
  border-bottom: #000000 1px solid;
}

#header_container {
  height: 100%;
  width: 940px;
  margin: 0 auto;
  position: relative;
}

#noom_inc_logo {
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 4px;
}

#nav_links {
  position: absolute;
  bottom: 10px;
  right: 0;
  list-style: none;
  font-size: 14px;
  font-family: "Droid Sans";
  color: #333333;
}

#nav_links a {
  text-decoration: none;
}

#nav_links a:link, #nav_links a:visited, #nav_links a:hover {
  color: #333333;
}

#nav_links a.current {
  color: #FFFFFF;
  font-weight: bold;
}

#nav_links li {
  float: left;
}

/* Styles for footer.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
  width: 100%;
  background-color: #FFFFFF;
  margin: 40px 0 0 0;
  font-size: 14px;
  text-align: center;
  color: #666666;
  position: relative;
  height: 50px;
}

#footer_container {
  height: 30px;
  width: 940px;
  margin: 20px auto;
}

/*KOREAN SPLASH PAGE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#korean-info {
  margin: 20px auto 70px auto;
}

#korean-splash-image {
  margin: 40px auto 20px auto;
}

#korean-google-play {
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 40px auto 60px auto;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  -moz-box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  box-shadow: 0px 3px 3px 1px rgba(1, 1, 1, .25);
  height: 250px;
}

#korean-noom-description {
  overflow: hidden;
  height: 268px;
  width: 438px;
  background-image: none;
  border: 1px solid #CCCCCC;
}

#korean-noom-description p {
  font-size: 18px;
  margin: 10px;
  text-align: left;
}

#noom-intro-video-korean {
  height: 268px;
}

#noom-intro-video-korean iframe {
  margin: 33px auto;
}

#email-form {
  font-weight: bold;
}

#korean-email-form {
  width: 420px;
}

/* Change background color of email form. */
#ss-form-container {
  background-image: url('http://static.noom.com/res/drawable/noom/diag_background.png');
  font-family: "Droid Serif", serif;
}

/* Home page announcement --------------------------------------------------- */

#ios-announcement {
  text-align: center;
  margin-top: 30px;
}