/* https://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'Colfax-Regular';
  src: url('../fonts/ColfaxWebRegular.eot');
  src: url('../fonts/ColfaxWebRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/ColfaxWebRegular.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Regular';
  font-style: italic;
  src: url('../fonts/ColfaxWebRegularItalic.eot');
  src: url('../fonts/ColfaxWebRegularItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/ColfaxWebRegularItalic.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Medium';
  src: url('../fonts/ColfaxWebMedium.eot');
  src: url('../fonts/ColfaxWebMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/ColfaxWebMedium.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Medium';
  font-style: italic;
  src: url('../fonts/ColfaxWebMediumItalic.eot');
  src: url('../fonts/ColfaxWebMediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/ColfaxWebMediumItalic.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Bold';
  src: url('../fonts/ColfaxWebBold.eot');
  src: url('../fonts/ColfaxWebBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/ColfaxWebBold.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Bold';
  font-style: italic;
  src: url('../fonts/ColfaxWebBoldItalic.eot');
  src: url('../fonts/ColfaxWebBoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/ColfaxWebBoldItalic.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'PBS_KIDS_Headline';
  src: url('../fonts/pbskidsheadline-regular-webfont.eot');
  src: url('../fonts/pbskidsheadline-regular-webfont?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pbskidsheadline-regular-webfont.woff') format('woff'), /* Modern Browsers */
   url('../fonts/pbskidsheadline-regular-webfont.ttf') format('truetype'), /* iOS 4.2+ */
   url('../fonts/pbskidsheadline-regular-webfont.svg#PBS_KIDS_Headline') format('svg');/* IE9 Compat Modes */
  /* Older iOS */
}
@font-face {
  font-family: 'PBS_KIDS_Headline_Bold';
  src: url('../fonts/pbskidsheadline-bold-webfont.eot');
  src: url('../fonts/pbskidsheadline-bold-webfont?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pbskidsheadline-bold-webfont.woff') format('woff'), /* Modern Browsers */
   url('../fonts/pbskidsheadline-bold-webfont.ttf') format('truetype'), /* iOS 4.2+ */
   url('../fonts/pbskidsheadline-bold-webfont.svg#PBS_KIDS_Headline_Bold') format('svg');/* IE9 Compat Modes */
  /* Older iOS */
}
@font-face {
  font-family: 'fontawesome';
  src: url('../fonts/fontawesome.eot');
  src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome.woff') format('woff'), url('../fonts/fontawesome.ttf') format('truetype'), url('../fonts/fontawesome.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'fontawesome';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-android,
.icon-apple,
.icon-windows,
.icon-menu,
.icon-kindle,
.icon-nook,
.icon-down,
.icon-up {
  /*---- OE addition to icon-down & icon-up  ---- */

  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-android:before {
  content: "\61";
}
.icon-apple:before {
  content: "\69";
}
.icon-windows:before {
  content: "\77";
}
.icon-menu:before {
  content: "\6d";
}
.icon-kindle:before {
  content: "\6b";
}
.icon-nook:before {
  content: "\6e";
}
.tips_list dt .icon-up:before {
  /*---- PKAM-3 ----*/

  content: "\2d";
  font-weight: bolder;
}
.tips_list dt .icon-down:before {
  /*---- PKAM-3 ----*/

  content: "\2b";
  font-weight: bolder;
}
.icon-down:before {
  content: "\64";
}
.icon-up:before {
  content: "\75";
}
.lte8 .home-nav-wrapper {
  background: none;
  padding: 20px 0;
}
.lte8 .more_link,
.lte8 .back_button {
  font-size: 24px;
}
.lte8 .detail_nav .back_button,
.lte8 .detail_nav .share_button {
  font-size: 28px;
}
.lte8 .details_section {
  font-size: 18px;
  display: block;
}
.lte8 .details_section h2 {
  font-size: 40px;
  margin-left: 305px;
}
.lte8 .details_section h3 {
  font-size: 26px;
  margin: 50px 0 15px;
}
.lte8 .details_section h3.app_type {
  font-size: 18px;
  margin-left: 305px;
}
.lte8 .details_section .descrip_content {
  margin-left: 305px;
  margin-top: -250px;
  clear: none;
}
.lte8 .details_section .descrip_content h3 {
  margin: 15px 0;
}
.lte8 .details_section .download_button {
  width: 225px;
  height: 50px;
  display: block;
  /*margin: 20px 20px 30px 305px;*/

  margin: 200px 20px 20px 1px;
}
.lte8 .details_section .app-icon {
  height: 260px;
  width: 260px;
}
.lte8 .details_section .video_wrapper {
  display: block;
  height: 40px;
}
.lte8 .details_section .video_wrapper .no-video {
  display: none;
}
.lte8 .slider-wrapper .container {
  padding-bottom: 35px;
}
.lte8 .flex-control-nav {
  bottom: 10px;
}
.lte8 .flex-control-paging li {
  margin: 0 18px;
}
.lte8 .flex-control-paging li a {
  width: 25px;
  height: 25px;
}
.lte8 .home-menu {
  width: 100%;
}
.lte8 .home-menu li {
  width: 20%;
}
.lte8 .home-menu li a {
  font-size: 25px;
  height: 80px;
  line-height: 80px;
}
.lte8 .home-menu li.two_lines a {
  line-height: 25px;
  padding: 14px 0;
}
.lte8 .device-select .device-select-container,
.lte8 .cat-select .device-select-container,
.lte8 .device-select .cat-select-container,
.lte8 .cat-select .cat-select-container {
  width: 35%;
  height: 50px;
  font-size: 25px;
  top: 25px;
}
.lte8 .device-select .device-select-container .device-list,
.lte8 .cat-select .device-select-container .device-list,
.lte8 .device-select .cat-select-container .device-list,
.lte8 .cat-select .cat-select-container .device-list {
  top: 55px;
}
.lte8 .device-select .device-select-container .device-list li,
.lte8 .cat-select .device-select-container .device-list li,
.lte8 .device-select .cat-select-container .device-list li,
.lte8 .cat-select .cat-select-container .device-list li {
  height: 40px;
  line-height: 30px;
}
.lte8 .device-select .device-select-container .icon-down,
.lte8 .cat-select .device-select-container .icon-down,
.lte8 .device-select .cat-select-container .icon-down,
.lte8 .cat-select .cat-select-container .icon-down {
  top: 0px;
}
.lte8 .device-select span,
.lte8 .cat-select span {
  width: 60%;
  font-size: 20px;
  line-height: 75px;
  margin-top: 15px;
}
.lte8 .device-select .active-device,
.lte8 .cat-select .active-device,
.lte8 .device-select .active-cat,
.lte8 .cat-select .active-cat {
  height: 55px;
  line-height: 40px;
}
.lte8 .device-select .device-select-container .device-list li[data-platform]:before,
.lte8 .cat-select .device-select-container .device-list li[data-platform]:before,
.lte8 .device-select .device-select-container .active-device:before,
.lte8 .cat-select .device-select-container .active-device:before {
  font-size: 28px;
}
.lte8 .header-container .main-menu {
  left: 200px;
}
.lte8 .header-container .main-menu .icon-menu {
  font-size: 38px;
}
.lte8 .header-container .main-menu .menu_close {
  height: 35px;
  line-height: 35px;
  font-size: 19px;
}
.lte8 .slider-wrapper {
  font-size: 19px;
}
.lte8 .slider-wrapper h4 {
  font-size: 35px;
}
.lte8 .slider-wrapper h5 {
  font-size: 16px;
}
.lte8 .slider-wrapper h5.screenshots_header {
  font-size: 18px;
}
.lte8 .btn-green {
  width: 325px;
  height: 60px;
  font-size: 28px;
  line-height: 30px;
  display: block;
}
.lte8 .section-header {
  font-size: 26px;
}
.lte8 .list-medium li {
  width: 425px;
  height: 125px;
}
.lte8 .list-medium li .icon {
  float: left;
  margin-right: 10px;
}
.lte8 .footer_section {
  font-size: 19px;
  text-align: left;
}
.lte8 .footer_section .footer_header {
  font-size: 31px;
  text-align: left;
}
.lte8 .footer_section .footer_left {
  width: 60%;
  float: left;
  margin-top: 60px;
}
.lte8 .footer_section .device-select {
  width: 40%;
  float: left;
  margin-top: 40px;
  height: auto;
}
.lte8 .footer_section .device-select span {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  height: 40px;
  line-height: 40px;
}
.lte8 .footer_section .device-select .device-select-container {
  width: 100%;
}
.lte8 .footer_section .device-select .icon-down {
  text-align: right;
  top: -5px;
}
.lte8 .home_button {
  font-size: 28px;
}
.lte8 .popular_section {
  padding-bottom: 100px;
}
.lte8 .footer_nav ul {
  padding: 40px 0 80px;
}
.lte8 .footer_nav ul li {
  display: inline;
  color: #005971;
  font-size: 19px;
}
.lte8 .footer_nav ul li a {
  color: #005971;
}
.lte8 .footer_nav ul li:before {
  content: " | ";
}
.lte8 .footer_nav ul li.first_link:before {
  content: "";
}
.lte8 .header-container {
  max-width: 970px;
}
.lte8 .header-container .logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  float: none;
  background: url("https://cms-tc.pbskids.org/globalresources/resources/img/pbs-kids-logo.svg") no-repeat 0 0;
}
.lte8 .header-container .header_left {
  top: 20px;
}
.lte8 .header-container .header_right {
  float: none;
  margin-left: 540px;
}
.lte8 .header-container h1.header {
  width: 340px;
  height: 105px;
  float: left;
  display: block;
  margin-left: 120px;
  margin-top: -100px;
  background: url("../../static/images/appsmore.png") no-repeat;
}
.lte8 .main-header {
  height: 140px;
}
.lte8 .main-header .header_img_right_positioning {
  height: 112px;
}
.lte8 .main-header .header_img_right_wrapper {
  height: 112px;
  margin-bottom: -95px;
}
.lte8 .main-header .header_img_right_wrapper .header_img_right {
  background-size: 710px;
  background-position: 5px 5px;
  background: url("../../static/images/header_right.png") no-repeat center;
}
.lte8 .main-header .header_left {
  top: 20px;
}
.lte8 .container {
  width: 970px;
  max-width: 970px;
}
.lte8 .filter li {
  width: 50%;
  float: left;
  font-size: 36px;
}
.lte8 .filter li .filter_span {
  box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.15);
  padding: 35px 20px 35px 95px;
  margin: 3px;
  background-size: 70px;
}
.lte8 .filter li .filter_span img {
  width: 70px;
}
.lte8 .shows .filter li {
  font-size: 25px;
}
.lte8 .age_icon {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  font-size: 40px;
  padding: 24px;
}
.lte8 .age-range-4 .age_icon {
  padding: 24px 21px;
}
.lte8 .age-range-7 .age_icon {
  padding: 24px 25px;
}
.lte8 .none_found {
  margin-top: 40px;
  font-size: 46px;
  padding: 100px;
  line-height: normal;
}
.lte8 .none_found p {
  margin: 40px 0;
}
.lte8 .list-large li,
.lte8 .list-medium li,
.lte8 .list-small li {
  padding: 15px;
  font-size: 26px;
  line-height: 26px;
}
.lte8 .list-large li .app-cat,
.lte8 .list-medium li .app-cat,
.lte8 .list-small li .app-cat {
  font-size: 16px;
}
.lte8 .list-large li {
  width: 180px;
  height: 310px;
}
.lte8 .list-large li .icon img {
  width: 150px;
  margin-bottom: 20px;
}
.lte8 .list-medium li {
  width: 425px;
  height: 155px;
}
.lte8 .list-medium li .icon {
  float: left;
  margin-right: 10px;
}
.lte8 .list-medium li .icon img {
  width: 125px;
}
.lte8 .ebook_list li {
  width: 180px;
  height: 320px;
}
.lte8 .ebook_list li .icon {
  float: none;
  margin-right: 10px;
}
.lte8 .ebook_list li .icon img {
  width: 110px;
}
.lte8 .list-small li {
  width: 100%;
  height: 135px;
}
.lte8 .list-small li .icon img {
  width: 110px;
}
.lte8 .footer_back .back_button {
  margin-top: 120px;
}
.lte8 .size_dropdown_wrapper .size_dropdown {
  font-size: 16px;
}
.lte8 .size_dropdown_wrapper .size_dropdown h3 {
  font-size: 26px;
}
.lte8 .size_dropdown_wrapper .size_dropdown .size_thumb {
  float: left;
  margin-right: 20px;
}
.lte8 .size_dropdown_wrapper .size_dropdown ul {
  margin-left: 145px;
}
.lte8 .feature_content {
  font-size: 32px;
  line-height: normal;
  margin-top: 30px;
}
.lte8 .tip-category {
  font-size: 30px;
}
.lte8 .tips_list dt {
  font-size: 30px;
  padding: 20px 65px 20px 110px;
  margin-top: 20px;
  box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.2);
}
.lte8 .tips_list dt .icon-down,
.lte8 .tips_list dt .icon-up {
  top: 20px;
  right: 20px;
}
.lte8 .tips_list dt .question_icon {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  font-size: 40px;
  padding: 24px;
  line-height: 24px;
  top: 6px;
  left: 20px;
}
.lte8 .tips_list dd {
  font-size: 24px;
  padding: 20px !important;
}
.lte8 .lightbox_wrapper .lightbox .other_wrapper h3 {
  font-size: 18px;
  padding: 20px 20px 0;
  font-family: 'Colfax-Bold';
  color: #005971;
  text-align: center;
}
.lte8 .lightbox_wrapper .lightbox .other_wrapper .store-select .store-select-container {
  float: none;
  display: inline-block;
  margin: 50px 160px 0px 0px;
  vertical-align: middle;
}
.lte8 .lightbox_wrapper .lightbox .other_wrapper .store-select .btn-green {
  display: inline-block;
  width: 200px;
  margin: -50px 0px 0px 260px;
}
.pbs-header {
  display: block;
  height: 40px;
  width: 100%;
  background: #999;
  color: #ccc;
  text-align: center;
}
body {
  background: #00c3f7;
  font-family: Colfax-Regular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}
a {
  transition-duration: .15s;
  -webkit-transition-duration: .15s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Colfax-Regular, Arial, Helvetica, sans-serif;
}
select.hidden_select {
  display: none;
}
span.hide-text {
  display: inline-block;
  position: fixed;
  left: -100000px;
}
.main-header {
  height: 80px;
  position: relative;
}
.main-header .header_img_right_positioning {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 95px;
  width: 100%;
}
.main-header .header_img_right_wrapper {
  position: relative;
  width: 100%;
  height: 95px;
  padding: 0;
  margin-bottom: -95px;
  overflow: hidden;
}
.main-header .header_img_right_wrapper .header_img_right {
  position: absolute;
  /* background: url("../../static/images/header_right.svg") no-repeat center; */

  height: 125px;
  width: 100%;
  top: 10px;
  left: 220px;
  background-size: 210px;
  background-position: 5px 10px;
}
.header-container {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  margin-top: 0px;
}
.header-container .header_left,
.header-container .header_right {
  /*height: 95px;*/

  position: relative;
}
.header-container .header_left {
  width: 270px;
  float: left;
}
.header-container .header_left .header_img_left {
  position: absolute;
  /*background: url("../../static/images/header_left.svg") no-repeat center;*/

  height: 80px;
  width: 175px;
  top: 0;
  left: -80px;
  background-size: 100%;
}
.header-container .header_right {
  float: right;
}
.header-container h1.header {
  font-family: PBS_KIDS_Headline_Bold, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  float: left;
  font-size: 1em;
  margin-top: 15px;
  margin-left: 3px;
  display: block;
  height: 60px;
  width: 170px;
  position: relative;
  background: url("../../static/images/appsmore.svg") no-repeat;
  background-size: 100%;
}
.header-container .logo {
  display: inline-block;
  float: left;
  height: 60px;
  width: 60px;
  background: url('https://cms-tc.pbskids.org/globalresources/resources/img/pbs-kids-logo.svg') no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
}
.header-container .main-menu {
  position: absolute;
  top: 10px;
  right: 0px;
  display: inline-block;
  float: right;
  width: 35px;
  height: 50px;
  z-index: 250;
  color: #fff;
  text-align: right;
  font-size: 18px;
  cursor: pointer;
  /*&:hover {
			background-color: darken(@bg, 10%);
		}

		&:hover > .menu {
			display: inline-block;
		}*/

}
.header-container .main-menu .icon-menu,
.header-container .main-menu .menu_close {
  margin: 5px;
  font-size: 19px;
  display: block;
}
.header-container .main-menu .icon-menu {
  font-size: 24px;
}
.header-container .main-menu .menu_close {
  font-size: 14px;
}
.header-container .main-menu:hover .icon-menu {
  color: #005971;
}
.header-container .main-menu .menu_wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px !important;
  background-color: #009bc4;
}
.header-container .main-menu .menu {
  width: 100%;
  background-color: #009bc4;
  text-align: left;
  background: url('../static/images/menu_line.svg') no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 35px;
}
.header-container .main-menu .menu li a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  width: 100%;
}
.header-container .main-menu .menu li a:hover {
  background: #2bd2ff;
  text-decoration: none;
}
li.spacer {
  border-bottom: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-feature {
  background: url('../static/images/header.svg') no-repeat center;
  background-size: auto 100%;
  height: 230px;
  width: 100%;
}
.device-select,
.store-select,
.cat-select {
  margin-top: -10px;
  /* orignally 10px */

  margin-bottom: 10px;
}
.device-select span,
.store-select span,
.cat-select span {
  width: 50%;
  /*---- OE Edit  ----*/

  text-align: right;
  float: left;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}
.device-select .icon-down,
.store-select .icon-down,
.cat-select .icon-down,
.device-select .icon-up,
.store-select .icon-up,
.cat-select .icon-up {
  /*---- OE Edits  ----*/
  font-size: 14px;
  /*---- 12.13 fixing icon down issue with smaller screens----*/

  width: auto;
  display: inline;
  position: absolute;
  top: 45px;
  /*----- OE original 10px  ----*/

  margin-top: -35px;
  /*---- 12.13 Fixing the second dropdown icon-down  ----*/

  right: 10px;
  color: #005971;
  line-height: normal;
  margin-left: 5px;
}
.device-select .device-select-container,
.store-select .device-select-container,
.cat-select .device-select-container,
.device-select .store-select-container,
.store-select .store-select-container,
.cat-select .store-select-container,
.device-select .cat-select-container,
.store-select .cat-select-container,
.cat-select .cat-select-container {
  width: 43%;
  /*---- 12.13 ----*/

  float: right;
  background: #fff;
  position: relative;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-align: left;
  margin-bottom: 15px;
  /*12.13 give space between the drop downs*/

}
.device-select .device-select-container .active-device,
.store-select .device-select-container .active-device,
.cat-select .device-select-container .active-device,
.device-select .store-select-container .active-device,
.store-select .store-select-container .active-device,
.cat-select .store-select-container .active-device,
.device-select .cat-select-container .active-device,
.store-select .cat-select-container .active-device,
.cat-select .cat-select-container .active-device,
.device-select .device-select-container .active-store,
.store-select .device-select-container .active-store,
.cat-select .device-select-container .active-store,
.device-select .store-select-container .active-store,
.store-select .store-select-container .active-store,
.cat-select .store-select-container .active-store,
.device-select .cat-select-container .active-store,
.store-select .cat-select-container .active-store,
.cat-select .cat-select-container .active-store,
.device-select .device-select-container .active-cat,
.store-select .device-select-container .active-cat,
.cat-select .device-select-container .active-cat,
.device-select .store-select-container .active-cat,
.store-select .store-select-container .active-cat,
.cat-select .store-select-container .active-cat,
.device-select .cat-select-container .active-cat,
.store-select .cat-select-container .active-cat,
.cat-select .cat-select-container .active-cat {
  padding: 8px 10px 8px 12px ;
  font-family: 'Colfax-Bold';
  text-transform: uppercase;
  color: #005971;
  position: relative;
}
.device-select .device-select-container .icon-down,
.store-select .device-select-container .icon-down,
.cat-select .device-select-container .icon-down,
.device-select .store-select-container .icon-down,
.store-select .store-select-container .icon-down,
.cat-select .store-select-container .icon-down,
.device-select .cat-select-container .icon-down,
.store-select .cat-select-container .icon-down,
.cat-select .cat-select-container .icon-down {
  width: auto;
  display: inline;
  position: absolute;
  /*top: 10px;*/
  /*---- DropDownFix  ----*/

  right: 10px;
  color: #005971;
  line-height: normal;
}
.device-select .device-select-container .device-list,
.store-select .device-select-container .device-list,
.cat-select .device-select-container .device-list,
.device-select .store-select-container .device-list,
.store-select .store-select-container .device-list,
.cat-select .store-select-container .device-list,
.device-select .cat-select-container .device-list,
.store-select .cat-select-container .device-list,
.cat-select .cat-select-container .device-list,
.device-select .device-select-container .store-list,
.store-select .device-select-container .store-list,
.cat-select .device-select-container .store-list,
.device-select .store-select-container .store-list,
.store-select .store-select-container .store-list,
.cat-select .store-select-container .store-list,
.device-select .cat-select-container .store-list,
.store-select .cat-select-container .store-list,
.cat-select .cat-select-container .store-list,
.device-select .device-select-container .cat-list,
.store-select .device-select-container .cat-list,
.cat-select .device-select-container .cat-list,
.device-select .store-select-container .cat-list,
.store-select .store-select-container .cat-list,
.cat-select .store-select-container .cat-list,
.device-select .cat-select-container .cat-list,
.store-select .cat-select-container .cat-list,
.cat-select .cat-select-container .cat-list {
  padding: 0px 10px 10px 10px;
  display: none;
  position: absolute;
  top: 35px;
  width: 100%;
  background: #0991b7;
  /*Red Drop Down PKAM-41*/

  z-index: 100;
}
.device-select .device-select-container .device-list li,
.store-select .device-select-container .device-list li,
.cat-select .device-select-container .device-list li,
.device-select .store-select-container .device-list li,
.store-select .store-select-container .device-list li,
.cat-select .store-select-container .device-list li,
.device-select .cat-select-container .device-list li,
.store-select .cat-select-container .device-list li,
.cat-select .cat-select-container .device-list li,
.device-select .device-select-container .store-list li,
.store-select .device-select-container .store-list li,
.cat-select .device-select-container .store-list li,
.device-select .store-select-container .store-list li,
.store-select .store-select-container .store-list li,
.cat-select .store-select-container .store-list li,
.device-select .cat-select-container .store-list li,
.store-select .cat-select-container .store-list li,
.cat-select .cat-select-container .store-list li,
.device-select .device-select-container .cat-list li,
.store-select .device-select-container .cat-list li,
.cat-select .device-select-container .cat-list li,
.device-select .store-select-container .cat-list li,
.store-select .store-select-container .cat-list li,
.cat-select .store-select-container .cat-list li,
.device-select .cat-select-container .cat-list li,
.store-select .cat-select-container .cat-list li,
.cat-select .cat-select-container .cat-list li {
  text-transform: uppercase;
  font-family: 'Colfax-Bold';
  font-size: 16px;
  /*#kidsfont> .regular();*/

  color: #ffffff;
  /*@deviceSelectBlue PKAM-41*/

  text-align: left;
  padding: 5px;
}
.device-select .device-select-container .device-list li:hover,
.store-select .device-select-container .device-list li:hover,
.cat-select .device-select-container .device-list li:hover,
.device-select .store-select-container .device-list li:hover,
.store-select .store-select-container .device-list li:hover,
.cat-select .store-select-container .device-list li:hover,
.device-select .cat-select-container .device-list li:hover,
.store-select .cat-select-container .device-list li:hover,
.cat-select .cat-select-container .device-list li:hover,
.device-select .device-select-container .store-list li:hover,
.store-select .device-select-container .store-list li:hover,
.cat-select .device-select-container .store-list li:hover,
.device-select .store-select-container .store-list li:hover,
.store-select .store-select-container .store-list li:hover,
.cat-select .store-select-container .store-list li:hover,
.device-select .cat-select-container .store-list li:hover,
.store-select .cat-select-container .store-list li:hover,
.cat-select .cat-select-container .store-list li:hover,
.device-select .device-select-container .cat-list li:hover,
.store-select .device-select-container .cat-list li:hover,
.cat-select .device-select-container .cat-list li:hover,
.device-select .store-select-container .cat-list li:hover,
.store-select .store-select-container .cat-list li:hover,
.cat-select .store-select-container .cat-list li:hover,
.device-select .cat-select-container .cat-list li:hover,
.store-select .cat-select-container .cat-list li:hover,
.cat-select .cat-select-container .cat-list li:hover {
  background-color: #077a9b;
}
.device-select .device-select-container .device-list li[data-platform]:before,
.store-select .device-select-container .device-list li[data-platform]:before,
.cat-select .device-select-container .device-list li[data-platform]:before,
.device-select .store-select-container .device-list li[data-platform]:before,
.store-select .store-select-container .device-list li[data-platform]:before,
.cat-select .store-select-container .device-list li[data-platform]:before,
.device-select .cat-select-container .device-list li[data-platform]:before,
.store-select .cat-select-container .device-list li[data-platform]:before,
.cat-select .cat-select-container .device-list li[data-platform]:before,
.device-select .device-select-container .active-device:before,
.store-select .device-select-container .active-device:before,
.cat-select .device-select-container .active-device:before,
.device-select .store-select-container .active-device:before,
.store-select .store-select-container .active-device:before,
.cat-select .store-select-container .active-device:before,
.device-select .cat-select-container .active-device:before,
.store-select .cat-select-container .active-device:before,
.cat-select .cat-select-container .active-device:before {
  font-family: 'fontawesome';
  speak: none;
  text-transform: none;
  margin-right: 5px;
  font-size: 14px;
}
.device-select .device-select-container .device-list li[data-platform=iphone]:before,
.store-select .device-select-container .device-list li[data-platform=iphone]:before,
.cat-select .device-select-container .device-list li[data-platform=iphone]:before,
.device-select .store-select-container .device-list li[data-platform=iphone]:before,
.store-select .store-select-container .device-list li[data-platform=iphone]:before,
.cat-select .store-select-container .device-list li[data-platform=iphone]:before,
.device-select .cat-select-container .device-list li[data-platform=iphone]:before,
.store-select .cat-select-container .device-list li[data-platform=iphone]:before,
.cat-select .cat-select-container .device-list li[data-platform=iphone]:before,
.device-select .device-select-container .device-list li[data-platform=ipod]:before,
.store-select .device-select-container .device-list li[data-platform=ipod]:before,
.cat-select .device-select-container .device-list li[data-platform=ipod]:before,
.device-select .store-select-container .device-list li[data-platform=ipod]:before,
.store-select .store-select-container .device-list li[data-platform=ipod]:before,
.cat-select .store-select-container .device-list li[data-platform=ipod]:before,
.device-select .cat-select-container .device-list li[data-platform=ipod]:before,
.store-select .cat-select-container .device-list li[data-platform=ipod]:before,
.cat-select .cat-select-container .device-list li[data-platform=ipod]:before,
.device-select .device-select-container .device-list li[data-platform=ipad]:before,
.store-select .device-select-container .device-list li[data-platform=ipad]:before,
.cat-select .device-select-container .device-list li[data-platform=ipad]:before,
.device-select .store-select-container .device-list li[data-platform=ipad]:before,
.store-select .store-select-container .device-list li[data-platform=ipad]:before,
.cat-select .store-select-container .device-list li[data-platform=ipad]:before,
.device-select .cat-select-container .device-list li[data-platform=ipad]:before,
.store-select .cat-select-container .device-list li[data-platform=ipad]:before,
.cat-select .cat-select-container .device-list li[data-platform=ipad]:before,
.device-select .device-select-container .active-device[data-platform=iphone]:before,
.store-select .device-select-container .active-device[data-platform=iphone]:before,
.cat-select .device-select-container .active-device[data-platform=iphone]:before,
.device-select .store-select-container .active-device[data-platform=iphone]:before,
.store-select .store-select-container .active-device[data-platform=iphone]:before,
.cat-select .store-select-container .active-device[data-platform=iphone]:before,
.device-select .cat-select-container .active-device[data-platform=iphone]:before,
.store-select .cat-select-container .active-device[data-platform=iphone]:before,
.cat-select .cat-select-container .active-device[data-platform=iphone]:before,
.device-select .device-select-container .active-device[data-platform=ipod]:before,
.store-select .device-select-container .active-device[data-platform=ipod]:before,
.cat-select .device-select-container .active-device[data-platform=ipod]:before,
.device-select .store-select-container .active-device[data-platform=ipod]:before,
.store-select .store-select-container .active-device[data-platform=ipod]:before,
.cat-select .store-select-container .active-device[data-platform=ipod]:before,
.device-select .cat-select-container .active-device[data-platform=ipod]:before,
.store-select .cat-select-container .active-device[data-platform=ipod]:before,
.cat-select .cat-select-container .active-device[data-platform=ipod]:before,
.device-select .device-select-container .active-device[data-platform=ipad]:before,
.store-select .device-select-container .active-device[data-platform=ipad]:before,
.cat-select .device-select-container .active-device[data-platform=ipad]:before,
.device-select .store-select-container .active-device[data-platform=ipad]:before,
.store-select .store-select-container .active-device[data-platform=ipad]:before,
.cat-select .store-select-container .active-device[data-platform=ipad]:before,
.device-select .cat-select-container .active-device[data-platform=ipad]:before,
.store-select .cat-select-container .active-device[data-platform=ipad]:before,
.cat-select .cat-select-container .active-device[data-platform=ipad]:before {
  content: "\69";
}
.device-select .device-select-container .device-list li[data-platform=android_phone]:before,
.store-select .device-select-container .device-list li[data-platform=android_phone]:before,
.cat-select .device-select-container .device-list li[data-platform=android_phone]:before,
.device-select .store-select-container .device-list li[data-platform=android_phone]:before,
.store-select .store-select-container .device-list li[data-platform=android_phone]:before,
.cat-select .store-select-container .device-list li[data-platform=android_phone]:before,
.device-select .cat-select-container .device-list li[data-platform=android_phone]:before,
.store-select .cat-select-container .device-list li[data-platform=android_phone]:before,
.cat-select .cat-select-container .device-list li[data-platform=android_phone]:before,
.device-select .device-select-container .device-list li[data-platform=Android]:before,
.store-select .device-select-container .device-list li[data-platform=Android]:before,
.cat-select .device-select-container .device-list li[data-platform=Android]:before,
.device-select .store-select-container .device-list li[data-platform=Android]:before,
.store-select .store-select-container .device-list li[data-platform=Android]:before,
.cat-select .store-select-container .device-list li[data-platform=Android]:before,
.device-select .cat-select-container .device-list li[data-platform=Android]:before,
.store-select .cat-select-container .device-list li[data-platform=Android]:before,
.cat-select .cat-select-container .device-list li[data-platform=Android]:before,
.device-select .device-select-container .device-list li[data-platform=android_tablet]:before,
.store-select .device-select-container .device-list li[data-platform=android_tablet]:before,
.cat-select .device-select-container .device-list li[data-platform=android_tablet]:before,
.device-select .store-select-container .device-list li[data-platform=android_tablet]:before,
.store-select .store-select-container .device-list li[data-platform=android_tablet]:before,
.cat-select .store-select-container .device-list li[data-platform=android_tablet]:before,
.device-select .cat-select-container .device-list li[data-platform=android_tablet]:before,
.store-select .cat-select-container .device-list li[data-platform=android_tablet]:before,
.cat-select .cat-select-container .device-list li[data-platform=android_tablet]:before,
.device-select .device-select-container .active-device[data-platform=android_phone]:before,
.store-select .device-select-container .active-device[data-platform=android_phone]:before,
.cat-select .device-select-container .active-device[data-platform=android_phone]:before,
.device-select .store-select-container .active-device[data-platform=android_phone]:before,
.store-select .store-select-container .active-device[data-platform=android_phone]:before,
.cat-select .store-select-container .active-device[data-platform=android_phone]:before,
.device-select .cat-select-container .active-device[data-platform=android_phone]:before,
.store-select .cat-select-container .active-device[data-platform=android_phone]:before,
.cat-select .cat-select-container .active-device[data-platform=android_phone]:before,
.device-select .device-select-container .active-device[data-platform=android_tablet]:before,
.store-select .device-select-container .active-device[data-platform=android_tablet]:before,
.cat-select .device-select-container .active-device[data-platform=android_tablet]:before,
.device-select .store-select-container .active-device[data-platform=android_tablet]:before,
.store-select .store-select-container .active-device[data-platform=android_tablet]:before,
.cat-select .store-select-container .active-device[data-platform=android_tablet]:before,
.device-select .cat-select-container .active-device[data-platform=android_tablet]:before,
.store-select .cat-select-container .active-device[data-platform=android_tablet]:before,
.cat-select .cat-select-container .active-device[data-platform=android_tablet]:before,
.device-select .device-select-container .active-device[data-platform=Android]:before,
.store-select .device-select-container .active-device[data-platform=Android]:before,
.cat-select .device-select-container .active-device[data-platform=Android]:before,
.device-select .store-select-container .active-device[data-platform=Android]:before,
.store-select .store-select-container .active-device[data-platform=Android]:before,
.cat-select .store-select-container .active-device[data-platform=Android]:before,
.device-select .cat-select-container .active-device[data-platform=Android]:before,
.store-select .cat-select-container .active-device[data-platform=Android]:before,
.cat-select .cat-select-container .active-device[data-platform=Android]:before {
  content: "\61";
}
.device-select .device-select-container .device-list li[data-platform=iemobile]:before,
.store-select .device-select-container .device-list li[data-platform=iemobile]:before,
.cat-select .device-select-container .device-list li[data-platform=iemobile]:before,
.device-select .store-select-container .device-list li[data-platform=iemobile]:before,
.store-select .store-select-container .device-list li[data-platform=iemobile]:before,
.cat-select .store-select-container .device-list li[data-platform=iemobile]:before,
.device-select .cat-select-container .device-list li[data-platform=iemobile]:before,
.store-select .cat-select-container .device-list li[data-platform=iemobile]:before,
.cat-select .cat-select-container .device-list li[data-platform=iemobile]:before,
.device-select .device-select-container .active-device[data-platform=iemobile]:before,
.store-select .device-select-container .active-device[data-platform=iemobile]:before,
.cat-select .device-select-container .active-device[data-platform=iemobile]:before,
.device-select .store-select-container .active-device[data-platform=iemobile]:before,
.store-select .store-select-container .active-device[data-platform=iemobile]:before,
.cat-select .store-select-container .active-device[data-platform=iemobile]:before,
.device-select .cat-select-container .active-device[data-platform=iemobile]:before,
.store-select .cat-select-container .active-device[data-platform=iemobile]:before,
.cat-select .cat-select-container .active-device[data-platform=iemobile]:before {
  content: "\77";
}
.device-select .device-select-container .device-list li[data-platform='windows tablet']:before,
.store-select .device-select-container .device-list li[data-platform='windows tablet']:before,
.cat-select .device-select-container .device-list li[data-platform='windows tablet']:before,
.device-select .store-select-container .device-list li[data-platform='windows tablet']:before,
.store-select .store-select-container .device-list li[data-platform='windows tablet']:before,
.cat-select .store-select-container .device-list li[data-platform='windows tablet']:before,
.device-select .cat-select-container .device-list li[data-platform='windows tablet']:before,
.store-select .cat-select-container .device-list li[data-platform='windows tablet']:before,
.cat-select .cat-select-container .device-list li[data-platform='windows tablet']:before,
.device-select .device-select-container .active-device[data-platform='windows tablet']:before,
.store-select .device-select-container .active-device[data-platform='windows tablet']:before,
.cat-select .device-select-container .active-device[data-platform='windows tablet']:before,
.device-select .store-select-container .active-device[data-platform='windows tablet']:before,
.store-select .store-select-container .active-device[data-platform='windows tablet']:before,
.cat-select .store-select-container .active-device[data-platform='windows tablet']:before,
.device-select .cat-select-container .active-device[data-platform='windows tablet']:before,
.store-select .cat-select-container .active-device[data-platform='windows tablet']:before,
.cat-select .cat-select-container .active-device[data-platform='windows tablet']:before {
  content: "\77";
}
.device-select .device-select-container .device-list li[data-platform='windows phone']:before,
.store-select .device-select-container .device-list li[data-platform='windows phone']:before,
.cat-select .device-select-container .device-list li[data-platform='windows phone']:before,
.device-select .store-select-container .device-list li[data-platform='windows phone']:before,
.store-select .store-select-container .device-list li[data-platform='windows phone']:before,
.cat-select .store-select-container .device-list li[data-platform='windows phone']:before,
.device-select .cat-select-container .device-list li[data-platform='windows phone']:before,
.store-select .cat-select-container .device-list li[data-platform='windows phone']:before,
.cat-select .cat-select-container .device-list li[data-platform='windows phone']:before,
.device-select .device-select-container .active-device[data-platform='windows phone']:before,
.store-select .device-select-container .active-device[data-platform='windows phone']:before,
.cat-select .device-select-container .active-device[data-platform='windows phone']:before,
.device-select .store-select-container .active-device[data-platform='windows phone']:before,
.store-select .store-select-container .active-device[data-platform='windows phone']:before,
.cat-select .store-select-container .active-device[data-platform='windows phone']:before,
.device-select .cat-select-container .active-device[data-platform='windows phone']:before,
.store-select .cat-select-container .active-device[data-platform='windows phone']:before,
.cat-select .cat-select-container .active-device[data-platform='windows phone']:before {
  content: "\77";
}
.device-select .device-select-container .device-list li[data-platform=kindle]:before,
.store-select .device-select-container .device-list li[data-platform=kindle]:before,
.cat-select .device-select-container .device-list li[data-platform=kindle]:before,
.device-select .store-select-container .device-list li[data-platform=kindle]:before,
.store-select .store-select-container .device-list li[data-platform=kindle]:before,
.cat-select .store-select-container .device-list li[data-platform=kindle]:before,
.device-select .cat-select-container .device-list li[data-platform=kindle]:before,
.store-select .cat-select-container .device-list li[data-platform=kindle]:before,
.cat-select .cat-select-container .device-list li[data-platform=kindle]:before,
.device-select .device-select-container .active-device[data-platform=kindle]:before,
.store-select .device-select-container .active-device[data-platform=kindle]:before,
.cat-select .device-select-container .active-device[data-platform=kindle]:before,
.device-select .store-select-container .active-device[data-platform=kindle]:before,
.store-select .store-select-container .active-device[data-platform=kindle]:before,
.cat-select .store-select-container .active-device[data-platform=kindle]:before,
.device-select .cat-select-container .active-device[data-platform=kindle]:before,
.store-select .cat-select-container .active-device[data-platform=kindle]:before,
.cat-select .cat-select-container .active-device[data-platform=kindle]:before {
  content: "\6b";
}
.device-select .device-select-container .device-list li[data-platform=nook]:before,
.store-select .device-select-container .device-list li[data-platform=nook]:before,
.cat-select .device-select-container .device-list li[data-platform=nook]:before,
.device-select .store-select-container .device-list li[data-platform=nook]:before,
.store-select .store-select-container .device-list li[data-platform=nook]:before,
.cat-select .store-select-container .device-list li[data-platform=nook]:before,
.device-select .cat-select-container .device-list li[data-platform=nook]:before,
.store-select .cat-select-container .device-list li[data-platform=nook]:before,
.cat-select .cat-select-container .device-list li[data-platform=nook]:before,
.device-select .device-select-container .active-device[data-platform=nook]:before,
.store-select .device-select-container .active-device[data-platform=nook]:before,
.cat-select .device-select-container .active-device[data-platform=nook]:before,
.device-select .store-select-container .active-device[data-platform=nook]:before,
.store-select .store-select-container .active-device[data-platform=nook]:before,
.cat-select .store-select-container .active-device[data-platform=nook]:before,
.device-select .cat-select-container .active-device[data-platform=nook]:before,
.store-select .cat-select-container .active-device[data-platform=nook]:before,
.cat-select .cat-select-container .active-device[data-platform=nook]:before {
  content: "\6e";
}
.home-nav-wrapper {
  /*background: url('../static/images/home-nav-bg.svg') no-repeat bottom;*/

  padding: 0px 0px 10px 0px;
  background-size: 710px 140px;
}
.interior-nav-wrapper {
  background: none;
  padding-bottom: 20px;
}
.home-menu {
  display: table;
  width: 100%;
}
.home-menu ul {
  text-align: center;
  list-style: none;
}
.home-menu li {
  display: inline-block;
  margin-left: 0;
  width: 20%;
  /*---- OE FIX 12.11.13 32% originally ---- */

  min-width: 75px;
  /*90 */

  vertical-align: middle;
}
.home-menu li a {
  display: block;
  /*height: 100%;*/

  color: #fff;
  font-family: 'Colfax-Bold', Arial, Helvetica, sans-serif;
  /* #kidsfont >.bold();*/

  text-align: center;
  font-size: 1em;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  /*font-size: 16px; --------------- OE FIX 12.10.13 ------------  */

  line-height: 45px;
  /*height: 50px; --------------------OE Test 12.11.13------------- */

  background: #a6ef18;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.15);
  margin: 2px;
}
.home-menu li a:hover,
.home-menu li a.active {
  background: #0991b7;
}
.home-menu li.two_lines a {
  line-height: 16px;
  padding: 6px 0;
  /* ----OE Testing originally 12 not 6 ----  */

}
.home-menu .filter_links li {
  width: 25%;
}
.slider-wrapper {
  background: #fff;
  overflow: auto;
  padding: 20px 0;
  color: #005971;
  font-size: 15px;
  /* ------------- OE FIX 12.10.13 --------------  */

  line-height: normal;
}
.slider-wrapper h4 {
  font-size: 20px;
}
.slider-wrapper h5 {
  font-family: 'Colfax-Bold';
  font-size: 16px;
  margin: 8px 0;
}
.slider-wrapper h5.screenshots_header {
  font-size: 16px;
  /* */

  text-transform: uppercase;
  clear: both;
}
.slider-wrapper .featured_link h4,
.slider-wrapper .featured_link h5 {
  color: #005971;
  margin-left: 165px;
}
.slider-wrapper .featured_link:hover {
  text-decoration: none;
}
.slider-wrapper .featured_link:hover h4,
.slider-wrapper .featured_link:hover h5 {
  color: #00c3f7;
}
.slider-wrapper .slider_descrip {
  margin-left: 165px;
}
/*.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	background: #fff;
	min-height: 200px;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;

}
.swipe-wrap > div {
	float:left;
	width:100%;
	position: relative;

}*/
.slider-wrapper .btn-green {
  margin: 30px auto;
}
.container {
  clear: both;
}
.slider-wrapper .container,
.flexslider_screenshots {
  position: relative;
}
.slider-wrapper .container .screenshots,
.flexslider_screenshots .screenshots {
  min-height: 85px;
}
.app-icon {
  float: left;
  margin: 0 10px 20px 0;
  width: auto !important;
  height: 150px;
  width: 150px;
}
.screenshots li {
  float: left;
  width: 120px;
  margin-right: 10px;
}
.section-header {
  background: #1ae8cf;
  text-align: center;
  /*----12.13 edit ----*/

  font-family: 'Colfax-Bold';
  color: #fff;
  padding: .5em;
  font-size: 1.25em;
}
.footer_section {
  color: #fff;
  text-align: left;
  line-height: normal;
  position: relative;
  /*.footer_line {
		background: url('../static/images/footer.svg') no-repeat center;
		background-size: 1000px 180px;
		height: 180px;
		width: 100%;
		position: absolute;
		top:40px;
		left: 0;
	}*/

}
.footer_section .footer_header {
  font-size: 16px;
  padding: 10px 0;
  background: none;
  line-height: normal;
}
.footer_section .device-select {
  height: 35px;
  margin-top: 20px;
  /*---- 12.13 right side of the footer tweek  ----*/

}
.footer_section .container {
  position: relative;
}
.popular_section {
  /*position: relative;
	padding-bottom: 50px;
	
	.popular_line {
		height: 200px;
		width: 100%;
		background: url("../../static/images/popular_line.svg") no-repeat center;
		position: absolute;
		bottom: 10px;
		left: 0;
	}*/

}
.popular_section .container {
  position: relative;
  padding: 20px 0;
}
.viewOn {
  display: block;
  margin: 20px auto 0;
}
.viewOn h2 {
  font-family: "Colfax-Medium", Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
  color: #FFF;
  padding: 1.5em 0 1em 0;
  float: none;
  text-align: center;
}
.viewOnList {
  margin: 0 auto;
  display: block;
}
.viewOnList > li {
  display: block;
  float: left;
  margin: 10px;
}
.viewOnList > li img {
  width: 135px;
}
.viewOnList > li:last-child {
  margin-right: 0;
}
.viewOnList:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 991px) {
  .viewOnList {
    width: 475px;
    margin-bottom: 40px;
  }
  .viewOnList > li:nth-child(3) {
    margin-right: 0;
  }
  .viewOnList > li:nth-child(4) {
    clear: left;
  }
}
@media (max-width: 501px) {
  .viewOnList {
    width: 320px;
  }
  .viewOnList > li:nth-child(4) {
    clear: none;
  }
  .viewOnList > li:nth-child(3) {
    margin-right: 10px;
  }
  .viewOnList > li:nth-child(even) {
    margin-right: 0;
  }
  .viewOnList > li:nth-child(odd) {
    clear: left;
  }
}
.footer_nav ul {
  padding: 25px 0px 40px;
  text-align: center;
}
.footer_nav ul li.first_link:before {
  content: "";
}
.footer_nav ul li {
  display: inline;
  color: #005971;
  font-size: 19px;
}
.footer_nav ul li a {
  color: #005971;
}
.footer_nav ul li:before {
  content: " | ";
}
.banner {
  margin-bottom: 10px;
}
.banner img {
  width: 250px;
  margin: 0px auto;
  display: block;
}
.size_dropdown_wrapper {
  width: 100% !important;
  background: #fff;
  margin: 20px 0 !important;
  display: none;
  color: #005971;
}
.size_dropdown_wrapper .size_dropdown {
  padding: 20px;
}
.size_dropdown_wrapper .size_dropdown h3 {
  font-family: 'Colfax-Bold';
  font-size: 17px;
  margin-bottom: 10px;
}
.size_dropdown_wrapper .size_dropdown .size_thumb {
  margin-bottom: 10px;
}
.size_dropdown_wrapper .size_dropdown a {
  color: #00c3f7;
  text-decoration: underline;
  font-family: 'Colfax-Bold';
}
.size_dropdown_wrapper .size_dropdown a:hover {
  color: #005971;
}
.wallpapers {
  text-align: center;
  clear: both;
  margin-top: 20px;
  position: relative;
  z-index: 200;
}
.wallpapers li {
  height: 199px;
  display: inline-block;
  margin: 5px 5px;
  border-style: solid;
  border-width: 5px;
  border-color: white;
  /* OE EDITS */

}
.feature_header {
  background-color: #00c3f7;
  /*---- OE Edits ----*/

  text-align: center;
}
.feature_header img {
  max-width: 100%;
}
.feature_content {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.feature_content .list-large {
  margin-top: 20px;
}
.list-large,
.list-medium,
.list-small {
  margin: 10px 0;
  text-align: center;
  color: #005971 ;
}
.list-large li,
.list-medium li,
.list-small li {
  display: inline-block;
  width: 130px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
  height: 225px;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
  color: #005971;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.15);
}
.list-large li .icon img,
.list-medium li .icon img,
.list-small li .icon img {
  display: block;
  width: 110px;
  margin: 0px auto 10px;
}
.list-large li .app-cat,
.list-medium li .app-cat,
.list-small li .app-cat {
  font-family: 'Colfax-Bold';
}
.list-large li.list_ebook,
.list-medium li.list_ebook,
.list-small li.list_ebook {
  height: 280px;
}
.list-large li.list_album,
.list-medium li.list_album,
.list-small li.list_album {
  width: 100%;
  max-width: 425px;
  height: 135px;
  /*---- 80px ----*/

}
.list-large li.list_album .icon,
.list-medium li.list_album .icon,
.list-small li.list_album .icon {
  float: left;
  margin-right: 10px;
}
.list-large li.list_album .icon img,
.list-medium li.list_album .icon img,
.list-small li.list_album .icon img {
  width: 110px;
  /*---- 60px  ----*/

  margin: 0px auto 10px;
}
.list-large li:first-child,
.list-medium li:first-child,
.list-small li:first-child {
  margin-left: 0px;
}
.list-medium li {
  height: 280px;
}
.list-small li {
  width: 100%;
  max-width: 425px;
  height: 135px;
  /*---- 80px  ----*/

}
.list-small li .icon {
  float: left;
  margin-right: 10px;
}
.list-small li .icon img {
  width: 110px;
  /*---- 60px  ----*/

  margin: 0px auto 10px;
}
.btn-green {
  background: #a6ef18;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.15);
  display: block;
  width: 210px;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: .5em;
  font-family: 'Colfax-Bold';
  /*#kidsfont > .regular();*/

  font-size: 1.1em;
  text-transform: uppercase;
  clear: both;
  max-width: 100%;
}
.btn-green:hover {
  color: #fff;
  text-decoration: none;
  background: #0991b7;
}
.e-book-wrapper {
  background: #eb1f71;
  padding: 20px 0;
}
.albums-wrapper {
  background: #ffdf00;
  padding: 20px 0;
}
.share_button_2,
.share_drop_2 {
  /*---- PKAM-11 till later ----*/
  /*display:none;*/

  /*text-indent: -9999px;*/

}
.back_button,
.share_button_2,
.home_button {
  /*----1.14 .more_link,Removed for PKAM-9 (+) the Share_button_2 for PKAM-11  ----*/

  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-family: PBS_KIDS_Headline_Bold, Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.more_link {
  display: none;
  text-align: right;
}
.back_button,
.home_button {
  margin-bottom: 20px;
  float: left;
}
.share_button_2 {
  margin-bottom: 20px;
  float: left;
  position: relative;
  color: #00c3f7;
}
.share_button_2.active {
  color: #005971;
}
.share_dropdown {
  position: absolute;
  top: 25px;
  left: 0;
  background-color: #00c3f7;
  padding: 10px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  line-height: 26px;
  display: none;
  width: 190px !important;
}
.share_dropdown a {
  color: #FFFFFF !important;
  display: block;
  margin: 10px 0;
}
.share_dropdown a:hover {
  text-decoration: none;
  color: #005971 !important ;
}
.back_button:hover,
.share_button_2:hover,
.home_button:hover {
  /*----1.14.more_link:hover, Removed for PKAM-9  ----*/

  color: #005971;
  text-decoration: none;
}
.detail_nav {
  height: 40px;
  position: static;
  z-index: 200;
}
.detail_nav .back_button,
.detail_nav .share_button_2,
.detail_nav .home_button {
  margin-bottom: 0;
}
.detail_nav .home_button.filter_back {
  color: #005971;
  margin-top: 10px;
}
.detail_nav .home_button.filter_back:hover {
  color: #fff;
}
.details_section {
  background: #fff;
  color: #005971;
  font-size: 15px;
  padding: 15px 0;
}
.details_section .app-icon {
  margin: 0 10px 20px 0;
  height: 135px;
}
.details_section h2 {
  font-size: 20px;
  margin-left: 150px;
}
.details_section .more h2 {
  font-family: Colfax-bold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  /*----12.13 making the fontsize manageble--*/

  margin-left: 0;
}
.details_section h3 {
  font-family: 'Colfax-Bold';
  font-size: 17px;
  margin: 10px 0;
  clear: both;
  margin-top: 30px;
}
.details_section h3.app_type {
  margin: 8px 0 8px 150px;
  clear: none;
}
.details_section .download_button {
  clear: none;
  margin: 20px 0 20px 150px;
  width: 135px;
  height: 40px;
  color: #fff;
  display: block;
}
.details_section p {
  margin: 10px 0;
}
.details_section a {
  color: #00c3f7;
}
.details_section .nk descrip_moremore {
  width: auto !important;
}
.details_section .less {
  /*---- 1.14 PKAM-9 ----*/

  width: auto !important;
  display: none;
}
.details_section .more {
  display: block;
  /*----1.14 PKAM-9----*/

}
.details_section .video_wrapper {
  position: relative;
  display: block;
  height: 400px;
}
.details_section .video_wrapper canvas {
  width: 100%;
}
.details_section .video_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.details_section .video_wrapper .no-video {
  display: none;
}
.details_section .help {
  font-family: 'Colfax-Bold';
  color: #005971;
  text-decoration: underline;
}
.details_section .help:hover {
  color: #00c3f7;
}
.details_section .descrip_content {
  clear: both;
}
.details_section .descrip_content ul {
  margin-left: 30px;
}
.details_section .descrip_content ul li {
  list-style-type: disc;
}
.download_lightbox_dark,
.home_download_lightbox_dark {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.lightbox_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 250;
  width: 100%;
  display: none;
}
.lightbox_wrapper .email_lightbox form {
  padding: 60px 20px 20px;
}
.lightbox_wrapper .email_lightbox form label,
.lightbox_wrapper .email_lightbox form input,
.lightbox_wrapper .email_lightbox form textarea {
  font-family: PBS_KIDS_Headline_Bold, Arial, Helvetica, sans-serif;
  color: #005971;
  font-size: 16px;
}
.lightbox_wrapper .email_lightbox form label {
  width: 30%;
  text-transform: uppercase;
}
.lightbox_wrapper .email_lightbox form input {
  width: 70%;
  margin-bottom: 20px;
  border: 2px solid #00c3f7;
}
.lightbox_wrapper .email_lightbox form input.submit {
  width: 100px;
  background-color: #00c3f7;
  padding: 10px;
  text-transform: uppercase;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.15);
  border: none;
}
.lightbox_wrapper .email_lightbox form textarea {
  width: 100%;
  height: 200px;
  border: 2px solid #00c3f7;
  resize: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.lightbox_wrapper .lightbox {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 1000px;
  top: 50px;
  background: #fff;
}
.lightbox_wrapper .lightbox .menu_close {
  color: #00c3f7;
  position: absolute;
  top: 20px;
  right: 20px;
}
.lightbox_wrapper .lightbox .menu_close:hover {
  color: #005971;
}
.lightbox_wrapper .lightbox h3 {
  font-size: 18px;
  padding: 20px 20px 0;
  font-family: 'Colfax-Bold';
  color: #005971;
  text-align: center;
}
.lightbox_wrapper .lightbox .download-not-avail h3 {
  display: none;
  padding: 20px 40px;
}
.lightbox_wrapper .lightbox li {
  list-style-type: none;
}
.lightbox_wrapper .lightbox .download_wrapper div,
.lightbox_wrapper .lightbox .download_wrapper .download_header {
  display: none;
}
.lightbox_wrapper .lightbox .download_wrapper .download_store {
  display: block;
  width: 50%;
  max-width: 300px;
  margin: auto;
  background-size: 100% !important;
}
.lightbox_wrapper .lightbox .download_wrapper .download-itunes-store .download_store {
  height: 100px;
  background: url("../../static/images/itunes.jpg") no-repeat center;
}
.lightbox_wrapper .lightbox .download_wrapper .download-itunes-store .download_store {
  height: 100px;
  background: url("../../static/images/itunes.jpg") no-repeat center;
}
.lightbox_wrapper .lightbox .download_wrapper .download-android-phone.download-amazon-app .download_store,
.lightbox_wrapper .lightbox .download_wrapper .download-android-tablet.download-amazon-app-store .download_store {
  height: 70px;
  background: url("../../static/images/amazon_android.jpg") no-repeat center;
}
.lightbox_wrapper .lightbox .download_wrapper .download-kindle.download-amazon-app .download_store {
  height: 52px;
  background: url("../../static/images/amazon.jpg") no-repeat center;
}
.lightbox_wrapper .lightbox .download_wrapper .download-google-play .download_store {
  height: 70px;
  background: url("../../static/images/google_play.jpg") no-repeat center;
}
.lightbox_wrapper .lightbox .download_wrapper .download-nook .download_store {
  height: 88px;
  background: url("../../static/images/nook_apps.jpg") no-repeat center;
}
.lightbox_wrapper .lightbox .download_wrapper .download-iemobile .download_store {
  height: 88px;
  background: url("../../static/images/windows_store.jpg") no-repeat center;
}
.lightbox_wrapper .lightbox .other_wrapper {
  background: #e1e1e1;
  width: 100%;
  text-align: center;
}
.lightbox_wrapper .lightbox .other_wrapper h3 {
  font-size: 13px;
  display: none;
}
.lightbox_wrapper .lightbox .other_wrapper .store-select {
  padding: 0 20px 20px;
  display: inline-block;
  float: none;
}
.lightbox_wrapper .lightbox .other_wrapper .store-select .store-select-container {
  float: none;
  width: 200px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
  vertical-align: middle;
  height: 37px;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
}
.lightbox_wrapper .lightbox .other_wrapper .store-select .store-select-container .store-list {
  top: 37px;
}
.lightbox_wrapper .lightbox .other_wrapper .store-select .store-select-container .active-store {
  overflow: hidden;
  height: 32px;
  width: 145px;
}
.lightbox_wrapper .lightbox .other_wrapper .store-select .btn-green {
  display: inline-block;
  width: 220px;
  vertical-align: middle;
}
.footer_back .back_button {
  color: #005971;
  margin-bottom: 0;
}
.footer_back .back_button:hover {
  color: #fff;
}
.tip-category {
  color: #005971;
  font-size: 19px;
  font-family: 'Colfax-Bold';
  margin-top: 10px;
}
.tips_header {
  margin: 20px 0;
}
.tips_list {
  color: #005971;
}
.tips_list dt {
  background-color: #FFCC00;
  /* ---- OE Edits  ---- */

  font-size: 14px;
  padding: 10px 35px 10px 65px;
  margin-top: 10px;
  color: ##005971;
  font-weight: bold;
  position: relative;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.tips_list dt .question_icon {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 3px;
  left: 10px;
  border-radius: 30px;
  font-family: PBS_KIDS_Headline_Bold, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  padding: 9px;
  background-color: #00c3f7;
  line-height: 15px;
}
.tips_list dt .icon-up {
  /*---- PKAM-3 Getting the Arrows to Show up ----*/

  display: none;
  cursor: pointer;
  width: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #005971;
  line-height: normal;
}
.tips_list dt .icon-down {
  cursor: pointer;
  width: auto;
  display: inline;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #005971;
  line-height: normal;
}
.tips_list dd {
  background-color: #f0f0f0;
  font-size: 14px;
  padding: 20px 40px 20px 40px !important;
  /*---- OE Edit  ----*/

  display: none;
  width: 100% !important;
}
.award {
  width: 100px;
  margin: auto;
  text-align: center;
}
.award img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  height: 85px;
  width: 85px;
}
.award h4 {
  font-size: 15px;
  font-family: 'Colfax-Bold';
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  color: #00c3f7;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.flex-direction-nav a:hover {
  color: #005971;
}
.flex-direction-nav .flex-prev {
  left: 300px;
}
.flex-direction-nav .flex-next {
  right: 300px;
  text-align: right;
  text-decoration: none;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
  text-decoration: none;
  display: none;
}
.flex-direction-nav a:before {
  font-size: 35px;
  display: inline-block;
  content: "\6c";
  font-family: 'fontawesome';
  line-height: 40px;
}
.flex-direction-nav a.flex-next:before {
  content: "\72";
}
.flexslider_screenshots .flex-direction-nav a {
  width: 46px;
  height: 46px;
  margin: -23px 0 0;
  text-align: center;
}
.flexslider_screenshots .flex-direction-nav a:before {
  content: "\50";
  font-size: 28px;
}
.flexslider_screenshots .flex-direction-nav a.flex-next:before {
  content: "\4e";
}
.flexslider_screenshots .flex-direction-nav a {
  top: 50%;
  background: #fff;
  padding: 3px 8px;
}
.flexslider_screenshots .flex-direction-nav .flex-prev {
  left: 10px;
}
.flexslider_screenshots .flex-direction-nav .flex-next {
  right: 10px;
}
.flexslider_screenshots .flex-direction-nav .flex-prev:hover {
  left: 5px;
}
.flexslider_screenshots .flex-direction-nav .flex-next:hover {
  right: 5px;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #e2e2e2;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #005971;
}
.flex-control-paging li a.flex-active {
  background: #00c3f7;
  cursor: default;
}
.flexslider_detail {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: -20px;
}
@media (max-width: 330px) {
  .wallpapers li {
    height: 193px;
    display: inline-block;
    margin: 2px 2px;
    border-style: solid;
    border-width: 2px;
    border-color: white;
  }
}
@media (min-width: 600px) {
  .header-container .logo {
    width: 100px;
    height: 100px;
    top: -10px;
  }
  .main-header {
    height: 134px;
    /*12.13 header crushing */
  }
  .main-header .header_img_right_positioning {
    height: 130px;
  }
  .main-header .header_img_right_wrapper {
    height: 130px;
    margin-bottom: -130px;
  }
  .main-header .header_img_right_wrapper .header_img_right {
    background-size: 295px;
    background-position: 5px 5px;
    left: 470px;
    top: 0;
    background: url("../../static/images/header_right.svg") no-repeat;
  }
  .header-container .header_left {
    height: 130px;
    /*---- PKAM-9 orginally 190ps ---- */
  
  }
  .header-container .header_left {
    width: 460px;
    margin-bottom: -80px;
    top: 15px;
    /*---- PKAM-9  ----*/
  
  }
  .header-container .header_left .header_img_left {
    display: none;
    /*----PKAM-9----*/
  
    left: -85px;
    top: 30px;
    height: 115px;
    width: 245px;
  }
  .header-container h1.header {
    width: 340px;
    height: 105px;
    top: -15px;
  }
  .home-nav-wrapper {
    background: none;
    padding: 10px 0;
    margin-top: -20px;
    /*---- OE Fix Nav  ---- */
  
  }
  .home-menu {
    width: 100%;
  }
  .home-menu li {
    width: 20%;
  }
  .home-menu li a {
    box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    /* ------------ OE Edit 12.10.23  -------------- */
  
  }
  .home-menu .filter_links li {
    width: 25%;
  }
  .more_link,
  .back_button,
  .share_button_2,
  .home_button {
    /*----1.14 .more_link,Removed for PKAM-9  ----*/
  
    font-size: 24px;
  }
  .details_section {
    font-size: 18px;
  }
  .details_section h2 {
    font-size: 40px;
    margin-left: 255px;
  }
  .details_section h3 {
    font-size: 26px;
    margin: 95px 0 15px;
  }
  .details_section h3.app_type {
    font-size: 18px;
    margin-left: 255px;
  }
  .details_section .descrip_content {
    margin-left: 255px;
    margin-top: -200px;
    /*---- PKAM-10 ----*/
  
    clear: none;
  }
  .details_section .descrip_content h3 {
    margin: 15px 0;
  }
  .details_section .download_button {
    width: 225px;
    height: 50px;
    display: block;
    margin: 150px 20px 30px 1px;
    /*---- PKAM-10 - margin: 20px 20px 30px 255px; ----*/
  
  }
  .details_section .app-icon {
    height: 210px;
    width: 210px;
  }
  .detail_nav {
    height: 75px;
  }
  .detail_nav .back_button,
  .detail_nav .share_button_2,
  .detail_nav .home_button {
    font-size: 28px;
  }
  .detail_nav .back_button .icon-arrow-left,
  .detail_nav .share_button_2 .icon-arrow-left,
  .detail_nav .home_button .icon-arrow-left,
  .detail_nav .back_button .icon-share,
  .detail_nav .share_button_2 .icon-share,
  .detail_nav .home_button .icon-share {
    font-size: 40px;
    position: relative;
    top: 4px;
  }
  .detail_nav .back_button .icon-share,
  .detail_nav .share_button_2 .icon-share,
  .detail_nav .home_button .icon-share {
    font-size: 34px;
  }
  /*.footer_section {	
  		.footer_line {
  			background-size: 1125px 235px;
  			height: 235px;
  		}
  	}*/
  .size_dropdown_wrapper .size_dropdown {
    font-size: 16px;
  }
  .size_dropdown_wrapper .size_dropdown .size_thumb {
    float: left;
    margin-right: 20px;
  }
  .size_dropdown_wrapper .size_dropdown ul {
    margin-left: 145px;
  }
  .device-select {
    /* .cat-select-container { 
                  margin-top: 0px;
                  width: 35%;
          }*/
  
  }
  .device-select .device-select-container {
    width: 35%;
    margin-top: 0px;
    /*-------OE Fixing Header issues 12.11.13 ---------- */
  
  }
  .device-select span {
    width: 60%;
    line-height: 30px;
    margin-top: 5px;
    /*---- OE EDITS  ----*/
  
  }
  .cat-select {
    /* ---- OE Seperating out the Spans  ---- */
  
  }
  .cat-select span {
    width: 60%;
    line-height: 30px;
    margin-top: 10px;
  }
  .cat-select .cat-select-container {
    margin-top: 0px;
    /* ---- 12.13 Separating out the dropdowns  ---- */
  
    width: 35%;
  }
  .slider-wrapper {
    /* -- OE FIXING font Issues  --  */
  
    font-size: 19px;
    line-height: normal;
  }
}
@media (min-width: 760px) and (max-width: 991px) {
  .container {
    max-width: 930px;
  }
  .slider-wrapper {
    /*------- OE FIXING font issues  12.10.13 ---------*/
    font-size: 19px;
    line-height: normal;
  }
  .device-select .device-select-container,
  .cat-select .device-select-container,
  .device-select .cat-select-container,
  .cat-select {
    margin-top: 0px;
    /* ------ OE FIXING header issues 12.11.13 --------- */
  
  }
  .cat-select-container {
    margin-top: 10px;
    width: 35%;
  }
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  .flex-direction-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .banner {
    margin-bottom: 10px;
  }
  .banner img {
    width: 500px;
    margin: 0px auto;
    display: block;
  }
  .slider-wrapper .container {
    padding-bottom: 35px;
  }
  .flex-control-nav {
    bottom: 10px;
  }
  .flex-control-paging li {
    margin: 0 18px;
  }
  .flex-control-paging li a {
    width: 18px;
    height: 18px;
  }
  /*----12.13 25px----*/
  .home-menu li a {
    font-size: 20px;
    /*---- 12.13 Originally 24px  ---- */
  
    height: 55px;
    /*---- 12.13 Originally 80px  ---- */
  
    line-height: 55px;
    /*---- 12.13 Originally 60px ---- */
  
    box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.15);
  }
  .home-menu li.two_lines a {
    line-height: 20px;
    /* 12.13 Originally 25px  */
  
    padding: 6px 0;
    /*---- 12.13 Orignally 12px  ---- */
  
  }
  .device-select .device-select-container,
  .cat-select .device-select-container {
    width: 30%;
    /*---- 12.13 Originally 35%  ----*/
  
    height: 45px;
    /*---- 12.13 Originally 55px  ----*/
  
    box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.15);
    font-size: 22px;
    /*---- 12.13 Originally 25px  ----*/
  
    margin-bottom: 10px;
    /*12.13 PKAM-2 */
  
  }
  .device-select .device-select-container .device-list,
  .cat-select .device-select-container .device-list,
  .device-select .device-select-container .cat-list,
  .cat-select .device-select-container .cat-list {
    top: 45px;
    /*---- 12.13  ----*/
  
  }
  .device-select .device-select-container .device-list li,
  .cat-select .device-select-container .device-list li,
  .device-select .device-select-container .cat-list li,
  .cat-select .device-select-container .cat-list li {
    height: 40px;
    line-height: 30px;
    /*---- 12.13 Originally 30px  ----*/
  
  }
  .device-select .device-select-container .icon-down,
  .cat-select .device-select-container .icon-down,
  .device-select .device-select-container .icon-up,
  .cat-select .device-select-container .icon-up {
    font-size: 20px;
    width: auto;
    display: inline;
    position: absolute;
    top: 45px;
    /*-------12.13 originally 10------ */
  
    margin-top: -35px;
    /*---- 12.13 icon down fix  ----*/
  
    right: 10px;
    color: #005971;
    line-height: normal;
  }
  .device-select .cat-select-container,
  .cat-select .cat-select-container {
    width: 30%;
    /*---- 12.13 Originally 35%  ----*/
  
    height: 45px;
    /*---- 12.13 Originally 55px ----*/
    box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.15);
    font-size: 22px;
    /*---- 12.13 Originally 25px  ----*/
  
    margin-top: 5px;
    /*---- 12.13 adding space between downdown menues  ----*/
  
  }
  .device-select span,
  .cat-select span {
    width: 67%;
    /*---- 12.13 Originally 60%  ----*/
    font-size: 20px;
    line-height: 55px;
    margin-top: -5px;
    /*---- 12.13 Originally -35px [Fixing the text next to the dropdown]  ----*/
  
  }
  .device-select .active-device,
  .cat-select .active-device,
  .device-select .active-cat,
  .cat-select .active-cat {
    height: 55px;
    line-height: 25px;
    /*---- 12.13 Originally 40px  ----*/
  
  }
  .device-select .icon-down,
  .cat-select .icon-down,
  .device-select .icon-up,
  .cat-select .icon-up {
    /*---- 12.13 Fixing second icon-down----*/
  
    font-size: 20px;
    width: auto;
    display: inline;
    position: absolute;
    top: 45px;
    margin-top: -35px;
    right: 10px;
    color: #005971;
    line-height: normal;
  }
  .device-select .device-select-container .device-list li[data-platform]:before,
  .cat-select .device-select-container .device-list li[data-platform]:before,
  .device-select .device-select-container .active-device:before,
  .cat-select .device-select-container .active-device:before {
    font-size: 20px;
    /*28*/
  }
  .main-header {
    /*.header_img_right_wrapper {
  			max-width: none;
  			
  			.header_img_right {
  				left: 55%;
  				background-size: 100%;
  				width: 460px;
  				height: 160px;
  			}
  		}*/
  
    height: 135px;
    /*12.13 header crushing */
  
  }
  .main-header .header_img_right_wrapper .header_img_right {
    top: 10px;
    background-size: 335px;
  }
  .main-header .header_left {
    top: 20px;
  }
  .header-container .main-menu .icon-menu {
    font-size: 38px;
    display: none;
  }
  .header-container .main-menu .menu_close {
    height: 35px;
    line-height: 35px;
    font-size: 19px;
  }
  .slider-wrapper {
    font-size: 19px;
  }
  .slider-wrapper h4 {
    font-size: 35px;
  }
  .slider-wrapper h5 {
    font-size: 16px;
  }
  .slider-wrapper h5.screenshots_header {
    font-size: 18px;
  }
  .btn-green {
    box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.15);
    width: 210px;
    /*--- 12.13 edit 300px ---*/
  
    height: 50px;
    /*--- 12.13 edit 56px ---*/
  
    font-size: 18px;
    /*--- 12.13 edit 24px ---*/
  
    line-height: 30px;
  }
  .section-header {
    font-size: 24px;
    /*----12.13 OG 36px----*/
  
  }
  .list-large li,
  .list-medium li,
  .list-small li {
    box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.15);
    /*padding: 15px;
  			font-size: 26px;
  			line-height: 26px;
  			
  			.app-cat {
  				font-size: 16px;
  			}*/
  
  }
  .list-large li.list_album,
  .list-medium li.list_album,
  .list-small li.list_album {
    height: 135px;
    /*---- 80px ----*/
  
  }
  .list-small li {
    height: 135px;
    /*---- 85px ----*/
  
  }
  /*.list-large {
  		li {			
  			width: 180px;
  			height: 310px;
  			
  			.icon img {
  				width: 150px;
  				margin-bottom: 20px;
  			}
  		}
  	}
  
  	.list-medium {
  		li {
  			width: 425px;
  			height: 155px;
  	
  			.icon {
  				float: left;
  				margin-right: 10px;
  				img {
  					width: 125px;
  				}
  			}
  		}
  	}
  
  	.list-small {
  		li {
  			width: 100%;
  			height: 110px;
  			
  			.icon img {
  				width: 80px;
  			}
  		}
  	}*/
  .footer_section {
    font-size: 19px;
    text-align: left;
    /*.footer_line {
  			background-size: 1900px 360px;
  			height: 360px;
  			top: 30px;
  		}*/
  
  }
  .footer_section .footer_header {
    font-size: 31px;
    text-align: left;
  }
  .footer_section .footer_left {
    width: 60%;
    float: left;
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .footer_section .device-select {
    width: 40%;
    float: left;
    margin-top: 40px;
    height: auto;
  }
  .footer_section .device-select span {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    height: 40px;
    line-height: 40px;
  }
  .footer_section .device-select .device-select-container {
    width: 100%;
  }
  /*.popular_section {
  		padding-bottom: 100px;
  		
  		.popular_line {
  			height: 342px;
  			bottom: 10px;
  			left: 0;
  			background-size: 1600px 342px;
  		}
  	}*/
  .footer_nav ul {
    padding: 25px 0 40px;
  }
  .footer_nav ul li {
    display: inline;
    color: #005971;
    font-size: 19px;
  }
  .footer_nav ul li a {
    color: #005971;
  }
  .footer_nav ul li:before {
    content: " | ";
  }
  .footer_nav ul li.first_link:before {
    content: "";
  }
  .flexslider_detail {
    padding-bottom: 80px;
  }
  .lightbox_wrapper .email_lightbox form label,
  .lightbox_wrapper .email_lightbox form input,
  .lightbox_wrapper .email_lightbox form textarea {
    font-size: 22px;
  }
  .lightbox_wrapper .email_lightbox form label {
    width: 30%;
    text-transform: uppercase;
  }
  .lightbox_wrapper .email_lightbox form input.submit {
    padding: 20px;
    box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.15);
  }
  .lightbox_wrapper .lightbox h3 {
    font-size: 24px;
  }
  .lightbox_wrapper .lightbox .other_wrapper h3 {
    font-size: 18px;
  }
  .lightbox_wrapper .lightbox .other_wrapper .store-select .store-select-container {
    height: 52px;
    box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.2);
  }
  .lightbox_wrapper .lightbox .other_wrapper .store-select .store-select-container .active-store {
    line-height: 32px;
    height: 46px;
  }
  .lightbox_wrapper .lightbox .other_wrapper .store-select .store-select-container .store-list {
    top: 52px;
  }
  .lightbox_wrapper .lightbox .other_wrapper .store-select .store-select-container .icon-down {
    top: 50px;
    /*---- FixingTheDownloadDropdown  ----*/
  
  }
  .lightbox_wrapper .lightbox .other_wrapper .store-select .btn-green {
    width: 220px;
    font-size: 18px;
    height: 52px;
  }
  .tip-category {
    font-size: 30px;
  }
  .tips_list dt {
    font-size: 25px;
    padding: 20px 65px 20px 110px;
    margin-top: 20px;
    box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  .tips_list dt .icon-down,
  .tips_list dt .icon-up {
    top: 20px;
    right: 20px;
  }
  .tips_list dt .question_icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    font-size: 30px;
    padding: 16px;
    line-height: 24px;
    top: 12px;
    left: 20px;
  }
  .tips_list dd {
    font-size: 18px;
    padding: 40px 60px 40px 60px !important;
    /*---- OE Edits  ----*/
  
  }
  .size_dropdown_wrapper .size_dropdown h3 {
    font-size: 26px;
  }
  .feature_content {
    font-size: 28px;
    line-height: normal;
    margin-top: 30px;
  }
  .feature_content .list-large {
    margin-top: 40px;
  }
  .award {
    width: 200px;
  }
  .award img {
    height: 156px;
    width: 156px;
  }
  .award h4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .banner {
    margin-bottom: 10px;
  }
  .banner img {
    width: 600px;
    margin: 0px auto;
    display: block;
  }
  /*.header-container {
  		.logo {
  			width: 125px;
  			height: 125px;
  		}
  		.header_left, .header_right {
  			height: 220px;
  		}
  		.header_left {
  			width: 600px;
  			top: 35px;
  			left: -50px;
  		}
  		h1.header {
  			width: 450px;
  			height: 125px;
  		}
  		.header_left .header_img_left {
  			left: -100px;
  			height: 140px;
  			width: 305px;
  		}
  	}
  	.main-header {
  		height: 220px;
  		
  		.header_img_right_wrapper {
  			height: 220px;
  			margin-bottom: -220px;
  			
  			.header_img_right {
  				width: 590px;
  				height: 205px;
  			}
  		}
  	}*/
  .container {
    max-width: 970px;
  }
}
