@import "reset.css";
/* ==|== mixins & variables ===================================================== */
.o {
  outline: 1px solid red;
}
.b {
  border: 1px solid red;
}
.notrans {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* ==|== primary styles ===================================================== */
body {
  background: #194a95;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 1em;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
nav {
  background: url('../img/wood.jpg');
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.4);
  display: none;
  margin-bottom: 12px;
  position: absolute;
}
nav.open {
  display: block;
  position: relative;
}
nav li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  text-align: left;
}
nav li a {
  background: url("../img/plus.png") 10px 45% no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: bold;
  text-shadow: 0px 1px 1px #000000;
  color: #fff;
  display: block;
  opacity: .99;
  padding: 10px 10px 10px 35px;
  text-decoration: none;
}
nav li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  opacity: .8;
}
nav li a:visited {
  color: #fff;
}
nav li a.open {
  background-image: url("../img/minus.png");
}
nav li a.close-menu {
  background: url("../img/close.png") 10px 45% no-repeat rgba(77, 57, 37, 0.5);
}
nav li ul {
  display: none;
}
nav li ul li a {
  background: url("../img/advance.png") 98% 50% no-repeat rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  padding-right: 10%;
}
nav li ul li a:visited {
  color: #ddd;
  text-shadow: none;
}
header {
  display: block;
  height: auto !important;
  position: relative;
  width: auto !important;
  background: #0a2042;
}
header .header-inner {
  padding-top: 48px;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}
header h1 {
  margin: 0;
}
header h1 img {
  max-width: 85%;
}
.devices {
  position: relative;
  z-index: 20;
}
.devices img {
  max-width: 90%;
}
.devices .samsung {
  max-width: 100%;
}
.devices .ipad {
  margin: -42% 0 0 -5px;
}
.devices .iphone {
  max-width: 40%;
}
.devices.home {
  margin-top: -50%;
}
.devices.home img {
  max-width: 85%;
}
.devices.home .samsung {
  max-width: 95%;
}
.devices.home .ipad {
  margin: -40% 0 0 -26%;
}
.devices.home .iphone {
  max-width: 22%;
  margin: -50% 0 0 66%;
}
.devices.classic {
  margin-top: -45%;
}
.devices.to-go {
  margin-top: -50%;
}
.social-list {
  list-style: none;
  padding: 0;
  position: absolute;
  right: 5%;
  top: 0;
}
.social-list li {
  display: inline;
}
.social-list li a {
  background: url("/img/social-icons.png") 0 0 no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: block;
  float: left;
  height: 30px;
  margin-left: 10px;
  text-indent: -9999em;
  width: 30px;
}
.social-list li a:hover {
  background-position: 0px -30px;
  box-shadow: 0px 0px 4px #33b9eb 3px 3px 3px #888888;
  -webkit-box-shadow: 0px 0px 4px #33b9eb 3px 3px 3px #888888;
  -moz-box-shadow: 0px 0px 4px #33b9eb 3px 3px 3px #888888;
}
.social-list li.gplus a {
  background-position: -60px 0;
}
.social-list li.gplus a:hover {
  background-position: -60px -30px;
}
.social-list li.facebook a {
  background-position: -120px 0;
}
.social-list li.facebook a:hover {
  background-position: -120px -30px;
}
.social-list li.youtube a {
  background-position: -30px 0;
}
.social-list li.youtube a:hover {
  background-position: -30px -30px;
}
.social-list li.flickr a {
  background-position: -90px 0;
}
.social-list li.flickr a:hover {
  background-position: -90px -30px;
}
#menu-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding: 5px;
  position: absolute;
  left: 4%;
  text-decoration: none;
  top: 10%;
}
#menu-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
#latest_tweet {
  display: none;
}
#ipad_promo {
  background: #1c3864;
  border: 1px solid #384b6b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  margin: 25px 5% 0 0;
  width: 93%;
}
#ipad_promo {
  padding: 15px;
  background: url(/img/promo_icons.png) 15px 27px no-repeat;
}
#ipad_promo p {
  margin-left: 45px;
}
#ipad_promo p strong {
  display: block;
  font-size: 1.25em;
  margin-bottom: 3px;
}
#ipad_promo p em {
  font-size: 1.15em;
}
#container {
  /*
  .app-store {background:url("/img/app_store_button.png") 0 0 no-repeat; .o; display:block; height:105px; margin:0 auto; overflow:hidden; text-indent:-9999px; min-width:206px;
    &:hover {opacity:.8;}
  }
  */

}
#container h1 {
  color: #eee;
  font: 100 5em/0.9 'Big Shoulders Text', sans-serif;
  margin: 22px 0 16px 0;
  padding: 0 20px;
  text-shadow: 0 4px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
#container h1.title.home {
  margin-top: 0;
}
#container h1.title.classic {
  position: relative;
  z-index: 20;
}
#container h1.title.to-go {
  position: relative;
  z-index: 20;
}
#container h1.title.to-go span {
  display: block;
  font-size: 0.625em;
  margin-top: 0.25em;
  color: #f5901c;
}
#container .top {
  height: 0;
  background: #0a2042;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhMjA0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTM3ODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0a2042 0%, #093780 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a2042), color-stop(100%, #093780));
  background: -webkit-linear-gradient(top, #0a2042 0%, #093780 100%);
  background: -o-linear-gradient(top, #0a2042 0%, #093780 100%);
  background: -ms-linear-gradient(top, #0a2042 0%, #093780 100%);
  background: linear-gradient(to bottom, #0a2042 0%, #093780 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a2042', endColorstr='#093780', GradientType=0);
  border-bottom: 1px solid #5885bd;
}
#container .top .top-inner {
  min-width: 1em;
  margin: 0 auto;
  max-width: 75em;
}
#container .top.home {
  padding-top: 50%;
}
#container .top.classic {
  padding-top: 50%;
}
#container .top.to-go {
  padding-top: 60%;
}
#container .leadin {
  margin-top: -50%;
}
#container #feature {
  position: relative;
}
#container #feature h2 {
  color: #fff;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 0 24px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
}
#container .intro {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4;
  margin: 0 0 20px 0;
  opacity: 1;
  padding: 0 5%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#container .intro b {
  color: #f5901c;
}
#container .intro.home {
  max-width: 750px;
}
#container .promo-list {
  list-style: disc;
  color: #fff;
  text-align: left;
  width: 80%;
  padding-left: 4em;
}
#container .promo-list > li {
  padding-bottom: 0.5em;
  font-size: 1.25em;
}
#container .promo-disclaimer {
  color: #428be2;
  font-size: 1em;
  width: 80%;
  margin: 20px auto;
}
#container .promo-disclaimer b {
  color: #f5901c;
}
#container .app-store {
  display: block;
  margin: 6px auto;
}
#container .app-store img {
  max-width: 100%;
}
#container .app-store:hover {
  opacity: .8;
}
#container .btns h3 {
  color: #fff;
  font: 100 3em/1 'Big Shoulders Text', sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  text-shadow: 0 4px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
#container .btns ul {
  background: #226bc2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #428be2;
  box-shadow: 0px 2px 6px 0px #0a1b36;
  -webkit-box-shadow: 0px 2px 6px 0px #0a1b36;
  -moz-box-shadow: 0px 2px 6px 0px #0a1b36;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
#container .btns li {
  background: url("/img/arrow.png") 97% 40% no-repeat;
  border-bottom: 1px solid #1c56a1;
  border-top: 1px solid #428be2;
  padding: 0;
  text-align: left;
}
#container .btns li:last-child {
  border-bottom: 0;
}
#container .btns li:first-child {
  border-top: 0;
}
#container .btns li a {
  background: url("/img/icon-apple.png") 4% 39% no-repeat;
  color: #fff;
  display: block;
  font: 100 2.1em/1 'Big Shoulders Text', sans-serif;
  letter-spacing: 1px;
  margin: 0;
  padding: 14px 0 14px 56px;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#container .btns li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
#container .btns li.android a {
  background-image: url("/img/icon-android.png");
}
#container .btns li.samsung a {
  background-image: url("/img/icon-samsung.png");
}
/*.what-you-get {
  h3 {color:#fff; font-family:'Big Shoulders Text', sans-serif; font-size:3.2em; font-weight:100; margin:0; padding:0; line-height:1; text-transform:uppercase;
    b {font-weight:normal; font-size:1.4em;}
  }
  p {color:#fff; font-size:1.2em; margin:0 0 18px 0; padding:0; opacity:.8;}
}*/
/* Homepage Callout */
.callout {
  overflow: hidden;
  padding: 47px 10px 15px 10px;
  max-width: 863px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  background: transparent url(../img/callout-bg.jpg) center bottom no-repeat;
}
.callout img {
  float: left;
  margin-right: 10px;
  width: 130px;
}
.callout h2 {
  float: left;
  margin: 0;
  font-size: 2.75em;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 0 4px 0px rgba(0, 0, 0, 0.2);
  font-family: 'Big Shoulders Text', sans-serif;
}
.callout p {
  float: left;
  margin: 5px 0;
  font-size: 1.15em;
  font-style: italic;
}
.callout .btn {
  float: right;
  margin-top: -30px;
  width: auto;
  font-size: 2em;
  font-style: normal;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
  font-family: 'Big Shoulders Text', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #f68f3d;
}
.callout .btn a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
}
.callout .btn a:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #f67d1d;
}
#ipad_promo {
  text-align: left;
}
#ipad_promo a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#main .promo-inner,
#main .main-inner {
  min-width: 1em;
  margin: 0 auto;
  max-width: 75em;
}
#main .promo {
  padding: 30% 0 0;
  background: #194a95;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzNmJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTRhOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #236bc2 0%, #194a95 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #236bc2), color-stop(100%, #194a95));
  background: -webkit-linear-gradient(top, #236bc2 0%, #194a95 100%);
  background: -o-linear-gradient(top, #236bc2 0%, #194a95 100%);
  background: -ms-linear-gradient(top, #236bc2 0%, #194a95 100%);
  background: linear-gradient(to bottom, #236bc2 0%, #194a95 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#236bc2', endColorstr='#194a95', GradientType=0);
}
#main h2 {
  background: url("/img/bullets.png") 0 50% repeat-x;
  color: #fff;
  font-family: 'Big Shoulders Text', sans-serif;
  font-size: 4em;
  font-weight: 100;
  margin: 15px 0 10px 0;
  text-shadow: 0 4px 0px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 3;
}
#main h2 span {
  background: #194a95;
  padding: 0 17px;
}
#main h2.promo-subhead {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  background: none;
  font-size: 1.75em;
  line-height: 1.1;
  width: 85%;
  margin: auto;
}
.entry-btns {
  padding-bottom: 20px;
  width: 85%;
  max-width: 75em;
  margin: 0 auto;
}
.entry-btns h2 {
  font-size: 3em !important;
}
.entry-btns ul {
  background: #226bc2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #428be2;
  box-shadow: 0px 2px 6px 0px #0a1b36;
  -webkit-box-shadow: 0px 2px 6px 0px #0a1b36;
  -moz-box-shadow: 0px 2px 6px 0px #0a1b36;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  max-width: 360px;
}
.entry-btns ul li {
  background: url("/img/arrow.png") 97% 50% no-repeat;
  border-bottom: 1px solid #1c56a1;
  border-top: 1px solid #428be2;
  padding: 0;
  text-align: left;
}
.entry-btns ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 40px 10px 10px;
}
.entry-btns ul li a .title {
  display: block;
  font: 100 2.5em/1 'Big Shoulders Text', sans-serif;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 0.25em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.entry-btns ul li a .desc {
  display: block;
  font: 1.4em/1.1;
}
.videos ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 3px 0 0 0;
  text-align: center;
  width: 95%;
}
.videos li {
  display: block;
  float: left;
  margin-bottom: 2em;
  min-height: 11em;
  width: 100%;
}
.videos a {
  color: #fff;
  display: block;
  text-align: center;
}
.videos a img {
  display: block;
  margin: 0 auto 6px auto;
  outline: 3px solid #fff;
  max-width: 80%;
}
.videos a:hover {
  text-decoration: none;
}
.videos a:hover img {
  opacity: .8;
  outline: 3px solid #FF8524;
}
.videos a span {
  display: block;
  width: 85%;
  margin: 1em auto 0;
}
.features p {
  color: #fff;
}
.features p:first-line {
  font-weight: bold;
}
.features ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.features li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  display: block;
  margin: 0 0 12px 0;
  padding-bottom: 12px;
}
.features li img {
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}
.features li p {
  display: inline-block;
  margin: 3px 0 0 0;
  text-align: left;
  width: 60%;
}
footer {
  margin: 20px auto 40px auto;
  max-width: 960px;
}
footer .btn {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #184a99;
  background-image: -moz-linear-gradient(top, #1854b3, #173f7f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1854b3), to(#173f7f));
  background-image: -webkit-linear-gradient(top, #1854b3, #173f7f);
  background-image: -o-linear-gradient(top, #1854b3, #173f7f);
  background-image: linear-gradient(top, #1854b3, #173f7f);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1854b3, endColorstr=#173f7f)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1854b3, endColorstr=#173f7f)";
  background-image: -ms-linear-gradient(top, #1854b3, #173f7f);
  box-shadow: 0px 3px 0px 0px #103062;
  -webkit-box-shadow: 0px 3px 0px 0px #103062;
  -moz-box-shadow: 0px 3px 0px 0px #103062;
  margin: 0 6px;
  padding: 12px;
  text-decoration: none;
}
footer .btn:hover {
  background: #184ea3;
}
footer .footer_logos {
  margin-top: 20px;
}
footer .footer_logos a {
  margin: 0 6px;
}
footer .footer_logos a:hover {
  opacity: .8;
}
#fdbk_tab.fdbk_tab_left {
  display: none;
}
/* ---------------------------- LESSON specific --------------------------- */
#global-header {
  background: #1e88f4;
  background: #3f8cc9;
  background-image: -moz-linear-gradient(top, #5e9fd1, #1f79c1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e9fd1), to(#1f79c1));
  background-image: -webkit-linear-gradient(top, #5e9fd1, #1f79c1);
  background-image: -o-linear-gradient(top, #5e9fd1, #1f79c1);
  background-image: linear-gradient(top, #5e9fd1, #1f79c1);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5e9fd1, endColorstr=#1f79c1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5e9fd1, endColorstr=#1f79c1)";
  background-image: -ms-linear-gradient(top, #5e9fd1, #1f79c1);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.6);
  padding: 8px 0;
  position: absolute;
  left: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
  z-index: 999;
}
#global-header p {
  color: #fff;
  margin: 0;
  display: block;
  font-size: 0.85em;
}
#global-header a {
  color: #fff;
  /* background:#65aadf; .gradientV(#65aadf, #4588bb); border:1px solid #83bae4; font-weight:bold; text-transform:uppercase;font-size:.8em; padding:5px; margin-right:6px; text-shadow:none; .box_shadow(0px, 0px, 1px, 0px, rgba(0,0,0,.6); .bordRad(10px); text-decoration:none;  */
}
#global-header .ss {
  display: none;
}
#global-header span {
  display: none;
}
#lesson {
  background: url('../img/page_bg-lesson.png') repeat-x #194a95;
  padding-top: 32px;
}
#lesson header {
  background: none;
}
#lesson #container {
  padding: 0 2%;
}
#lesson .top.lesson {
  background: none;
  border-bottom: none;
}
#lesson footer {
  border-top: 1px dashed #829cc7;
  border-top-color: rgba(255, 255, 255, 0.2);
  padding-top: 40px;
}
#lesson h1 {
  font-size: 4em;
  line-height: .9;
  margin: 20px auto;
  max-width: 960px;
}
.video-js {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.6);
  min-height: 210px !important;
  width: 100%!important;
  max-width: 648px !important;
}
.video-holder p {
  color: #fff;
}
.video-holder a {
  color: orange;
}
.lesson-details {
  background: #2a4b84;
  background: rgba(29, 72, 145, 0.6);
  border: 1px solid #255bb6;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  margin: auto;
  max-width: 960px;
}
.lesson-details li {
  color: #7dbce2;
  display: block;
  float: left;
  margin: 0 12px 0 0;
  padding: 0;
}
.lesson-details li b {
  color: #fff;
}
.lesson-details .huh {
  background: url("/img/help.png") 0 0 no-repeat;
  display: inline-block;
  height: 16px;
  text-indent: -9999em;
  width: 16px;
}
.lesson-description {
  color: #fff;
  padding: 12px 2% 0 0;
  font-size: 1em;
  line-height: 1.6;
  margin: 10px auto 20px auto;
  text-align: left;
  max-width: 960px;
}
.lesson-description p {
  font-size: 1.1em;
  margin-top: 10px;
}
.lesson-description p:first-line {
  font-size: 2em;
  font-family: 'Big Shoulders Text', sans-serif;
  line-height: 1.25;
}
.lesson-description img {
  float: left;
  margin: .7em 1em 0 0;
  max-width: 30%;
  vertical-align: top;
}
.chef-block {
  border-top: 1px dashed #829cc7;
  border-top-color: rgba(255, 255, 255, 0.2);
  padding-top: 25px;
  margin: 20px auto;
  max-width: 980px;
}
.chef-block .img-wrap {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #2560bf;
  display: block;
  float: left;
  box-shadow: 0 5px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-right: 4%;
  padding-top: 3px;
  position: relative;
  width: 40%;
}
.chef-block img {
  max-width: 100%;
}
.chef-block p {
  color: #fff;
  text-align: left;
}
.chef-block h2 {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 1.2em;
  position: absolute;
  display: block;
  bottom: -5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 3px 10px;
}
.chef-block h2 em {
  font-weight: normal;
  font-size: .9em;
}
.chef-block a {
  background: #194384;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #2056a9;
  display: block;
  float: left;
  margin-top: 2%;
  padding: 5px 8px;
  color: #93caff;
}
.chef-block a:hover {
  color: #fff;
}
/* TipTip CSS - Version 1.2 */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #191919;
  background-color: rgba(25, 25, 25, 0.92);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000000));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255, 255, 255, 0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92);
}
/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45, 45, 45, 0.88);
  }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45, 45, 45, 0.88);
  }
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20, 20, 20, 0.92);
  }
}
/* ---------------------------- Support Page --------------------------- */
#support #container #main {
  margin: 0 auto;
  max-width: 768px;
}
#support #container h1 {
  font-size: 3.75em;
}
#support #container #supportForm {
  padding: 20px;
  margin: 0 auto;
}
#support #container #supportForm .form-fields {
  list-style: none;
  margin: 0;
  text-align: left;
  padding-left: 0;
}
#support #container #supportForm .form-fields > li {
  margin-bottom: 20px;
}
#support #container #supportForm .form-fields > li:last-child {
  margin-bottom: 0;
}
#support #container #supportForm label,
#support #container #supportForm input,
#support #container #supportForm textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#support #container #supportForm label {
  color: #fff;
  padding-bottom: 10px;
  font-size: 1.25em;
}
#support #container #supportForm input,
#support #container #supportForm textarea {
  width: 100%;
  font-size: 1.25em;
  padding: 0.375em;
  border: 1px solid #428be2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 1px 1px 1px #777777;
  -webkit-box-shadow: inset 1px 1px 1px #777777;
  -moz-box-shadow: inset 1px 1px 1px #777777;
}
#support #container #supportForm input:focus,
#support #container #supportForm textarea:focus {
  box-shadow: 0px 0px 10px 5px #428be2;
  -webkit-box-shadow: 0px 0px 10px 5px #428be2;
  -moz-box-shadow: 0px 0px 10px 5px #428be2;
  background: #eee;
}
#support #container #supportForm input[type="submit"] {
  width: 35%;
  float: right;
  max-width: 225px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #184a99;
  background-image: -moz-linear-gradient(top, #1854b3, #173f7f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1854b3), to(#173f7f));
  background-image: -webkit-linear-gradient(top, #1854b3, #173f7f);
  background-image: -o-linear-gradient(top, #1854b3, #173f7f);
  background-image: linear-gradient(top, #1854b3, #173f7f);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1854b3, endColorstr=#173f7f)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1854b3, endColorstr=#173f7f)";
  background-image: -ms-linear-gradient(top, #1854b3, #173f7f);
  box-shadow: 0px 3px 0px 0px #103062;
  -webkit-box-shadow: 0px 3px 0px 0px #103062;
  -moz-box-shadow: 0px 3px 0px 0px #103062;
  color: #fff;
  padding: 0.375em;
}
#support #container #supportForm .loading {
  float: left;
  display: none;
}
#support #container #supportForm .message {
  float: left;
  display: none;
  width: 60%;
  padding-top: 0.25em;
  margin: 0;
  color: #85B9F7;
  font-size: 1.375em;
}
/* -----------media queries -----------*/
@media only screen and (min-width: 480px) {
  .videos li {
    display: block;
    float: left;
    margin-bottom: 2em;
    min-height: 11em;
    width: 50%;
  }
  #container h1.title {
    font-size: 5.5em;
    padding: 0 10%;
  }
  #container .intro {
    margin-bottom: 0;
  }
  #container .btns {
    margin-bottom: 20px;
  }
  #container .btns h3 {
    margin: 30px 0 10px 0;
  }
  #container .btns ul {
    overflow: hidden;
  }
  #container .btns li {
    background: none;
    float: left;
    border: 0;
    border-left: 1px solid #428be2;
    border-right: 1px solid #1c56a1;
    padding: 0;
    width: 26%;
  }
  #container .btns li:last-child {
    border-right: 0;
  }
  #container .btns li:first-child {
    border-left: 0;
  }
  #container .btns li a {
    background-position: 23% 39%;
    font-size: 1.9em;
    padding: 14px 0 14px 52%;
  }
  #container .btns li.android {
    width: 36%;
  }
  #container .btns li.android a {
    background-position: 17% 39%;
    padding-left: 40%;
  }
  #container .btns li.samsung {
    width: 36.9%;
  }
  #container .btns li.samsung a {
    background-position: 15% 39%;
    padding-left: 40%;
  }
  #container .btns.to-go ul {
    text-align: center;
  }
  #container .btns.to-go ul li {
    width: auto;
    float: none;
    background: url("/img/arrow.png") 97% 40% no-repeat;
  }
  #container .btns.to-go ul li a {
    padding: 14px 0 14px 55px;
    background-position: 4% 39%;
  }
  .devices {
    overflow: hidden;
    width: 100%;
  }
  .devices img {
    float: left;
    display: block;
    width: 60%;
  }
  .devices .ipad {
    margin: 0 0 0 -20%;
  }
  .devices.home {
    margin-top: -30%;
  }
  .devices.home img {
    width: 70%;
    max-width: 85%;
  }
  .devices.home .samsung {
    max-width: 100%;
  }
  .devices.home .ipad {
    margin: -35% 0 0 32%;
  }
  .devices.home .iphone {
    max-width: 18%;
    margin: -36% 0 0 15%;
  }
  .devices.classic {
    margin-top: -25%;
  }
  .devices.to-go {
    margin-top: -250px;
  }
  .devices.to-go .iphone {
    width: 200px;
    max-width: none;
    margin-left: 2%;
    margin-top: 50px;
  }
  #container .top.home,
  #container .top.classic {
    padding-top: 30%;
  }
  #container .top.to-go {
    padding-top: 315px;
  }
  #container h1.title.to-go {
    float: left;
    width: 48%;
    max-width: 290px;
    margin-top: -425px;
    margin-left: 230px;
    text-align: left;
    padding-left: 0;
  }
  #container .intro.to-go {
    float: left;
    width: 48%;
    max-width: 290px;
    margin-left: 230px;
    margin-top: -125px;
    text-align: left;
    padding-left: 0;
  }
  #container .promo-copy {
    text-align: left;
  }
  #main.home .promo {
    padding-top: 30%;
  }
  #main.classic .promo {
    padding-top: 15%;
  }
  #main.to-go .promo {
    padding-top: 150px;
  }
  #main h2.promo-subhead {
    padding-top: 120px;
    width: 85%;
  }
  #global-header p {
    font-size: 1em;
  }
  #lesson #container h1.title {
    font-size: 4.2em;
  }
  #ipad_promo {
    margin: 25px auto 0 auto;
    width: 90%;
  }
}
@media only screen and (min-width: 642px) {
  #global-header span {
    display: inline-block;
  }
  .devices {
    float: left;
    margin: 12px 0;
    max-height: 410px;
    width: 49%;
  }
  .devices img {
    float: none;
    max-width: 90%;
    width: 100%;
  }
  .devices.home {
    float: none;
    width: 75%;
    max-width: 600px;
    max-height: none;
    margin: -23% auto 0;
  }
  .devices.classic .samsung {
    max-width: 100%;
  }
  .devices.classic .ipad {
    margin: -40% 0 0 45px;
  }
  .devices.to-go .iphone {
    margin-left: 4%;
    margin-top: 20px;
  }
  #container h1.title.home {
    float: none;
    font-size: 6.25em;
    text-align: center;
    width: 85%;
    margin: auto;
    padding: 0 0 0.25em;
  }
  #container h1.title.classic {
    font-size: 5.5em;
    float: right;
    line-height: .9;
    padding: 3% 2% 0 0;
    text-align: left;
    width: 49%;
    margin-top: -220px;
  }
  #container h1.title.to-go {
    width: 60%;
    max-width: none;
    font-size: 6.25em;
    margin-top: -400px;
  }
  #container .intro {
    float: right;
    font-size: 1.2em;
    margin: 0;
    padding: 12px 5% 0 0;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    width: 46%;
  }
  #container .intro.home {
    float: none;
    text-align: center;
    padding: 0;
    margin: auto;
    width: 85%;
  }
  #container .intro.classic {
    margin-top: -50px;
  }
  #container .intro.to-go {
    width: 60%;
    max-width: none;
    margin-left: 230px;
    margin-top: -160px;
  }
  #container .btns {
    margin-top: -12%;
  }
  #container .btns h3 {
    padding-top: 60px;
  }
  #container .btns ul {
    width: 38%;
  }
  #container .btns li {
    background: url("/img/arrow.png") 97% 40% no-repeat;
    border: 0;
    border-bottom: 1px solid #1c56a1;
    border-top: 1px solid #428be2;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  #container .btns li:last-child {
    border-right: 0;
  }
  #container .btns li:first-child {
    border-top: 0;
  }
  #container .btns li a {
    background: url("/img/icon-apple.png") 4% 39% no-repeat;
    padding: 14px 0 14px 56px;
  }
  #container .btns li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
  }
  #container .btns li.android {
    width: 100%;
  }
  #container .btns li.android a {
    background-image: url("/img/icon-android.png");
    background-position: 4% 39%;
    padding-left: 56px;
  }
  #container .btns li.samsung {
    width: 100%;
  }
  #container .btns li.samsung a {
    background-image: url("/img/icon-samsung.png");
    background-position: 4% 39%;
    padding-left: 56px;
  }
  #container .btns.to-go {
    float: left;
    width: 40%;
    margin-top: -75px;
  }
  #container .btns.to-go ul {
    width: 90%;
  }
  #container .btns.to-go ul li a {
    background-position: 4% 39%;
  }
  #container .top {
    margin-top: 16px;
  }
  #container .top.home {
    margin-top: 0;
    padding-top: 25%;
  }
  #container .top.classic {
    margin-top: 0;
    padding-top: 28%;
  }
  #container .top.to-go {
    padding-top: 250px;
    margin-top: 0;
  }
  #container .promo-list {
    float: left;
    width: 45%;
    padding-right: 5%;
    margin: 20px 0;
  }
  #container .promo-list > li {
    font-size: 1.25em;
    padding-bottom: 1em;
  }
  #container .promo-disclaimer {
    width: 90%;
  }
  #main.home .promo {
    padding-top: 154px;
  }
  #main.to-go .promo {
    padding-top: 120px;
  }
  #main h2.promo-subhead {
    font-family: 'Big Shoulders Text', sans-serif;
    font-weight: 100;
    clear: both;
    width: 100%;
    padding-top: 20px;
    font-size: 3.7em;
    padding-bottom: 20px;
    border-bottom: 1px solid #428be2;
    line-height: 1;
  }
  #main .main-inner {
    clear: both;
  }
  .entry-btns {
    padding-bottom: 40px;
  }
  .entry-btns ul {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    max-width: none;
  }
  .entry-btns ul li {
    display: inline-block;
    width: 46%;
    max-width: 300px;
    background: #226bc2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #428be2;
    box-shadow: 0px 2px 6px 0px #0a1b36;
    -webkit-box-shadow: 0px 2px 6px 0px #0a1b36;
    -moz-box-shadow: 0px 2px 6px 0px #0a1b36;
    padding: 0;
    margin-left: 2%;
    text-align: center;
  }
  .entry-btns ul li:first-child {
    margin-left: 0;
  }
  .entry-btns ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px;
  }
  .entry-btns ul li a .title {
    font: 100 2.875em/1 'Big Shoulders Text', sans-serif;
  }
  .entry-btns ul li a .desc {
    font-size: 1.125em;
  }
  #lesson #container h1 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  nav {
    display: none;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
  nav.open {
    display: block;
    left: 3%;
    width: 45%;
    position: absolute;
    z-index: 99;
  }
  #menu-btn {
    background: url("/img/wood-btn.jpg") 0 0 no-repeat !important;
    border: 0;
    color: #553211;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 14px 10px 14px;
    text-shadow: 0 1px 1px #fff;
    top: 0;
  }
  #menu-btn:hover {
    background: url("/img/wood-btn.jpg") 0 0 no-repeat;
    opacity: 1;
    padding-top: 1%;
  }
  .videos li {
    display: block;
    float: left;
    margin-bottom: 2em;
    min-height: 11em;
    width: 25%;
  }
  .features ul {
    margin: 0 0 0 2%;
  }
  .features ul li {
    background: #09244e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    color: #dbe9ff;
    display: block;
    float: left;
    margin: 0 1% 16px 1%;
    min-height: 8em;
    padding: 6px;
    text-align: left;
    width: 46%;
  }
  .features ul p {
    width: 65%;
  }
  .features ul img {
    width: 30%;
  }
  #lesson {
    background: url('../img/page_bg.png') repeat-x #194a95;
  }
  .chef-block .img-wrap {
    margin-right: 3%;
  }
  .chef-block p {
    font-size: 1.15em;
    line-height: 1.4;
    opacity: .99;
  }
  footer {
    margin: 8px auto 20px auto;
  }
  footer .btn {
    float: left;
    margin-right: 18px;
    margin-left: 0;
  }
  footer .footer_logos {
    float: right;
    margin-top: -10px;
    width: 240px;
  }
}
@media only screen and (min-width: 768px) {
  #fdbk_tab.fdbk_tab_left {
    display: block;
  }
  header {
    overflow: hidden;
  }
  header h1 {
    float: left;
    margin: 10px 0 0 0;
  }
  .devices {
    float: left;
    margin: 12px 0 12px 5%;
    max-height: 480px;
    width: 50%;
  }
  .devices.home {
    margin-top: -198px;
  }
  .devices.classic .ipad {
    margin-top: -30%;
    margin-left: 4%;
  }
  .devices.classic .samsung {
    margin-top: -5%;
  }
  #container .top.home {
    padding-top: 240px;
  }
  #container .top.classic {
    padding-top: 270px;
  }
  #container .top.to-go {
    padding-top: 275px;
    margin-bottom: 0;
  }
  #container .intro {
    background: none;
    float: right;
    font-size: 1.2em;
    padding: 0px 5% 0 0;
    width: 40%;
  }
  #container .intro.classic {
    margin-top: -105px;
    padding: 0px 2% 0 0;
    width: 43%;
  }
  #container .intro.to-go {
    margin-left: 290px;
  }
  #container h1.title.classic {
    float: left;
    width: 40%;
    margin-top: -400px;
    padding: 0 2% 0 0;
    font-size: 6.875em;
  }
  #container h1.title.to-go {
    margin-left: 290px;
    font-size: 6.75em;
    width: 52%;
    margin-top: -420px;
    line-height: 0.9;
  }
  #container .btns {
    margin: 0 0 20px 5%;
    width: 49%;
  }
  #container .btns h3 {
    padding-top: 20px;
  }
  #container .btns ul {
    width: 88%;
  }
  #container .btns li {
    background: none;
    float: left;
    font-size: .85em;
    border: 0;
    border-left: 1px solid #428be2;
    border-right: 1px solid #1c56a1;
    padding: 0;
    width: 25%;
  }
  #container .btns li:last-child {
    border-right: 0;
  }
  #container .btns li:first-child {
    border-left: 0;
  }
  #container .btns li a {
    background-position: 19% 39%;
    font-size: 1.9em;
    padding: 18px 0 18px 55%;
  }
  #container .btns li.android {
    width: 36%;
  }
  #container .btns li.android a {
    background-position: 15% 39%;
    padding-left: 44%;
  }
  #container .btns li.samsung {
    width: 37.8%;
  }
  #container .btns li.samsung a {
    background-position: 12% 39%;
    padding-left: 43%;
  }
  #container .btns.to-go {
    margin: 0;
  }
  #container .btns.to-go h3 {
    padding-top: 0;
    margin: 0 0 10px;
  }
  #container .promo-list {
    margin: 0 0 20px;
  }
  #main.classic .promo {
    padding-top: 100px;
  }
  #main h2.promo-subhead {
    margin: 0 auto 20px;
  }
  #menu-btn {
    left: 3%;
  }
  #latest_tweet,
  #ipad_promo {
    background: #1c3864;
    border: 1px solid #384b6b;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    float: right;
    margin: 25px 5% 0 0;
    width: 46%;
  }
  #ipad_promo {
    padding: 15px;
    background: url(/img/promo_icons.png) 15px 27px no-repeat;
  }
  #ipad_promo p strong {
    font-size: 1.5em;
  }
  #ipad_promo p em {
    font-size: 1.15em;
  }
  .tweet_list {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .tweet_avatar {
    float: left;
    margin-right: 2%;
  }
  .tweet_first {
    text-align: left;
  }
  .tweet_first a {
    color: #ff8524;
  }
  .chef-block {
    margin-top: 10px;
  }
  .chef-block .img-wrap {
    max-width: 30%;
  }
  #latest_tweet_body {
    background: url("/img/tweet.png") 98% 50% no-repeat;
    padding: 11px 30px;
  }
  .features ul li {
    padding: 12px;
    width: 44%;
  }
  .features ul li p {
    width: 71%;
    line-height: 1.4;
  }
  .features ul li img {
    width: 25%;
  }
  #lesson #container h1 {
    font-size: 5.7em;
    line-height: 0.9;
  }
  #support #container h1 {
    float: left;
  }
  #support #supportForm {
    clear: both;
  }
}
@media only screen and (min-width: 820px) {
  #desktop {
    float: right;
    margin-right: 6.5%;
  }
}
@media only screen and (min-width: 865px) {
  #container .intro {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 900px) {
  #container .devices {
    width: 50%;
  }
  #container .devices.home {
    width: 75%;
  }
  #container h1.title {
    font-size: 7.9em;
    line-height: .8;
    width: 42%;
  }
  #container h1.title.classic {
    font-size: 7.5em;
    width: 41%;
    line-height: 0.85;
  }
  #container .intro {
    padding-right: 4%;
  }
  .top {
    margin-bottom: 35px;
  }
  .top.home {
    margin-bottom: 0;
  }
  .top.classic {
    margin-bottom: 0;
  }
  #lesson #container h1.title {
    width: 100%;
  }
}
@media only screen and (min-width: 952px) {
  #desktop {
    margin-right: 13.5%;
  }
}
/* ----------- retina display media query -----------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  nav li a {
    background-image: url("../img/plus@2x.png");
    background-size: 16px 16px;
  }
  nav li a.open {
    background-image: url("../img/minus@2x.png");
    background-size: 16px 16px;
  }
  nav li a.close-menu {
    background-image: url("../img/close@2x.png");
    background-size: 16px 16px;
  }
  nav ul ul li a {
    background-image: url("../img/advance@2x.png");
    background-size: 12px 18px;
  }
}
.ie8 #global-header {
  z-index: 8;
}
.ie8 #menu-btn {
  background: #223556;
  border: 1px solid #374966;
}
.ie8 .features li {
  border-bottom: 1px dashed #476eaa;
}
.ie8 footer .btn {
  background: #173f80;
  border: 1px solid #2e64b8;
}
.ie8 nav li {
  border-top: 1px solid #ad8c64;
}
.ie8 nav li a {
  border-top: 1px solid #f2d4af;
  font-weight: bold;
  text-shadow: 0px 1px 1px #000000;
  color: #fff;
  display: block;
  opacity: .99;
  padding: 10px 10px 10px 35px;
  text-decoration: none;
}
.ie8 nav li a.close-menu {
  background: url("../img/close.png") 10px 45% no-repeat #ab7b3f;
}
.ie8 nav li ul li {
  background: url("/img/ie-menu-back.png");
}
.ie8 nav li ul li a {
  background: url("../img/advance.png") 98% 50% no-repeat;
  padding-left: 20px;
}
nav,
#menu-btn,
.app-store,
.videos img,
nav a,
nav a a,
.footer_logos a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s;
}
/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* ==|== Contest Page Styles ================================================ */
.contest {
  padding-top: 10px;
}
.contest h1 img {
  margin: 15px 0 0 5px;
  max-width: 100%;
}
.contest .top h2 {
  width: 40%;
  float: right;
  margin: 22px 0 16px;
  padding-right: 4%;
  text-align: left;
  font-size: 3em;
  font-weight: normal;
  font-family: 'Big Shoulders Text', sans-serif;
  color: #eee;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.contest .top h3 {
  margin-bottom: 10px;
  font-size: 2.15em;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Big Shoulders Text', sans-serif;
  color: #eee;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.contest .samsung_btn {
  float: left;
  margin: 15px 10px;
  padding: 0;
  width: 30%;
  background: #226bc2 url("/img/icon-samsung.png") 15px 50% no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #428be2;
  box-shadow: 0px 2px 6px 0px #0a1b36;
  -webkit-box-shadow: 0px 2px 6px 0px #0a1b36;
  -moz-box-shadow: 0px 2px 6px 0px #0a1b36;
}
.contest .samsung_btn a {
  color: #fff;
  display: block;
  font: 100 2.1em/0.7 'Big Shoulders Text', sans-serif;
  letter-spacing: 1px;
  margin: 0;
  padding: 14px 14px 14px 70px;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.contest .samsung_btn a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.contest .samsung_btn a small {
  font-weight: normal;
  font-size: .4em;
  letter-spacing: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.contest .disclaimer {
  clear: both;
  float: right;
  margin-right: 36.5%;
  color: #ffffff;
}
.contest .tablet {
  float: right;
}
.contest .share_list {
  list-style-type: none;
  width: 300px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.contest .share_list li {
  float: left;
  margin-right: 15px;
}
.contest .share_list li a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  color: #a2cbfc;
}
.contest .share_list .facebook a {
  padding-left: 30px;
  background: url(../img/facebook-icon.png) left 50% no-repeat;
}
.contest .share_list .twitter a {
  padding-left: 30px;
  background: url(../img/twitter-icon.png) left 50% no-repeat;
}
.contest #main {
  clear: both;
  margin-top: 25px;
  color: #fff;
}
.contest #main .tabs {
  float: left;
  width: 100%;
  margin: 30px 0;
  list-style-type: none;
}
.contest #main .tabs li {
  float: left;
  position: relative;
}
.contest #main .tabs li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.contest #main .tabs li .active {
  display: block;
}
.contest #main p {
  text-align: left;
}
.contest .sub_content article {
  clear: both;
  display: none;
  padding: 30px;
  background-color: #1f62b2;
  border: 1px solid #154081;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.contest .sub_content #about_samsung {
  overflow: hidden;
  display: block;
  position: relative;
  background: none;
}
.contest .sub_content #about_samsung p {
  margin: 214px 0 0 590px;
  font-size: 1.25em;
}
.contest .sub_content #about_samsung img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
  height: auto;
}
.contest .sub_content #about_tcu {
  padding-bottom: 350px;
  background: #1f62b2 url(../img/chefs/top-chefs.jpg) center bottom no-repeat;
}
.contest .sub_content .sub_content_nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
.contest .sub_content .sub_content_nav > li {
  float: left;
  width: 240px;
  margin: 0;
  padding: 0;
}
.contest .sub_content .sub_content_nav > li a {
  display: block;
  padding: 20px 25px;
  text-align: center;
  font-size: 1.15em;
  color: #fff;
  text-decoration: none;
  outline: none;
  background: transparent url(../img/sub-content-tab-bg.jpg) left bottom no-repeat;
}
.contest .sub_content .sub_content_nav .active {
  font-weight: bold;
  background: transparent url(../img/sub-content-active-tab-bg.jpg) right bottom no-repeat;
}
.contest footer {
  margin-top: 100px;
}
/* Contest Responsive Styles */
@media only screen and (max-width: 950px) {
  .contest .samsung_btn {
    width: 41%;
    margin-right: 25px;
  }
  .disclaimer {
    margin-right: 35%;
  }
}
@media only screen and (max-width: 935px) {
  .contest .top h2 {
    padding-right: 0;
    width: 45%;
  }
  .contest .samsung_btn {
    width: 37%;
    margin-right: 0;
  }
  .contest .sub_content #about_samsung p {
    margin: 180px 0 0 530px;
  }
}
@media only screen and (max-width: 882px) {
  .contest .sub_content #about_samsung p {
    margin: 180px 0 0 482px;
  }
}
@media only screen and (max-width: 848px) {
  .contest .sub_content #about_samsung p {
    margin: 180px 0 0 452px;
  }
}
@media only screen and (max-width: 818px) {
  .contest .samsung_btn {
    clear: both;
    float: right;
    width: 42%;
    margin-right: 25px;
  }
  .contest .sub_content #about_samsung p {
    padding: 15px;
    margin: 180px 0 0 0;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .callout img {
    margin: 0 0 0 10px;
  }
  .callout .btn {
    font-size: 1.75em;
  }
  .callout .btn a {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 780px) {
  .callout .btn {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 766px) {
  .contest .top h2 {
    width: 51%;
  }
  .contest .samsung_btn {
    width: 47%;
  }
  .callout p {
    display: none;
  }
  .callout .btn {
    display: block;
    margin: 0;
  }
  .contest .disclaimer {
    margin-right: 41%;
  }
}
@media only screen and (max-width: 735px) {
  .contest .sub_content .sub_content_nav li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 664px) {
  .contest .sub_content #about_samsung p {
    margin: 117px 0 0 0;
  }
  .callout .btn {
    float: left;
  }
}
@media only screen and (max-width: 641px) {
  .contest .devices {
    max-height: none;
  }
  .contest .devices img {
    width: 100%;
    height: auto;
  }
  .contest .top h2 {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
  }
  .contest .samsung_btn {
    clear: both;
    float: none;
    width: 47%;
    margin: 30px auto;
  }
  .contest .disclaimer {
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 607px) {
  .contest .samsung_btn {
    width: 80%;
  }
}
@media only screen and (max-width: 533px) {
  .callout h2 {
    float: none;
    text-align: center;
  }
  .callout img {
    display: none;
  }
  .callout .btn {
    clear: both;
    float: none;
    margin: 5px auto;
  }
  .callout .btn a {
    text-align: center;
  }
}
@media only screen and (max-width: 438px) {
  .contest .sub_content #about_samsung p {
    margin: 70px 0 0 0;
  }
}
/* ==|== /DVD Landing Page Styles =========================================== */
#dvd_page {
  color: #fff;
  background: url('../img/page_bg-dvd.png') repeat-x #0b244c;
}
#dvd_page header h1 {
  float: none;
  text-align: center;
}
#dvd_page #container {
  padding: 50px 0;
}
#dvd_page #main {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
#dvd_page #main #errors {
  padding: 15px 30px;
  list-style-type: disc;
  text-align: left;
  color: #fff;
  font-weight: bold;
  border: 3px solid #fbb075;
  background-color: #f68f3d;
}
#dvd_page #main #recipe_pdf,
#dvd_page #main #video_screenshot {
  float: left;
  width: 35%;
}
#dvd_page #main #video_screenshot {
  margin-top: 65px;
  border: 3px solid #1f62b3;
}
#dvd_page #main #dvd_form {
  float: right;
  width: 60%;
  margin: 50px auto 100px auto;
}
#dvd_page #main #dvd_form p {
  text-align: left;
}
#dvd_page #main #dvd_form p label {
  font: 100 2.1em/1 'Big Shoulders Text', sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
#dvd_page #main #dvd_form p label small {
  float: right;
  font-size: .7em;
}
#dvd_page #main #dvd_form p label small a {
  color: #ffffff;
}
#dvd_page #main #dvd_form p input {
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px;
}
#dvd_page #main #dvd_form p #submit {
  clear: both;
  padding: 15px;
  width: 90%;
  color: #fff;
  text-transform: uppercase;
  font: 100 2.1em/1 'Big Shoulders Text', sans-serif;
  letter-spacing: 1px;
  margin: 0;
  background: #226bc2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #428be2;
  box-shadow: 0px 2px 6px 0px #0a1b36;
  -webkit-box-shadow: 0px 2px 6px 0px #0a1b36;
  -moz-box-shadow: 0px 2px 6px 0px #0a1b36;
}
#dvd_page #main #dvd_form #terms input {
  width: auto;
  padding: 0;
}
#dvd_page #main #dvd_form #terms label {
  font-size: .8em;
  font-family: Helvetica, Arial, sans-serif;
}
#dvd_page #main #dvd_form #terms label a {
  color: #ffffff;
}
#dvd_page footer .footer_logos {
  float: none;
  width: auto;
  margin: 0;
}
#dvd_page #dvd_terms {
  color: #000000;
}
/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
