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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif!important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*----------------------------------- GENERAL -------------------------------------*/
body {
    font-family:'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #2a2a2a;
}
a {
    text-decoration:none;
    color:#007bc3;
}
a:hover {
    color: #00a6d3;
    text-decoration: none;
}
#container{
    margin:0 auto;
    max-width: 960px;
}
.externalVideoThumb {
  padding: 10px 0;
  text-align: center;
}
/*----------------------------------- HEADER -------------------------------------*/
header{
    /*overflow: auto; mb*/
}
.hasbrologo{
    float: left;
    padding-top: 5px;
    max-width: 112px;
}
.hasbrologo img {
    width: 100%;
}
.hasbro-title {
    color: #007bc3;
    float: left;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 0 20px;
}
.hasbro-title span {
    color: #00a6d3;
    display: block;
    font-size: 25px;
}
.header-details {
    float: right;
    margin: 20px 0 0;
    text-align: right;
}
#hsb_globalnav {
    background: #00a6d3;
    font-size: 11px;
    padding: 5px 15px;
}
#hsb_globalnav, #hsb_globalnav a {
    color: #fff;
    text-transform: uppercase;
}
.hsb_gn_ww {
    background: transparent url("../images/icon_worldwide.png") right 0 no-repeat;
    padding: 2px 20px 2px 0;
}
.social-info span {
    color: #0065bd;
    display: block;
    font-size: .6875em;
    margin: 5px 0 3px;
}
.social-info a {
    background: transparent url("../images/sprite-social-icons.png") no-repeat 0 0;
    display: inline-block;
    height: 22px;
    width: 23px;
    margin: 0 0 0 3px;
}
.social-info a.facebook {
    background-position: -24px 0;
}
.social-info a.youtube {
    background-position: -48px 0;
}
.social-info a.instagram {
    background-position: -71px 0;
}
/*----------------------------------- NAV -------------------------------------*/
#mainnav {
    clear: both;
    padding: 5px 0 0;
}
#mainnav ul {
    overflow: auto;
    border-bottom: 5px solid #00a6d3;
}
#mainnav > ul > li{
    float: left;
    font-size: .875em;
}
#mainnav li a {
    color: #939393;
    display: block;
    font-weight: bold;
    padding: 7px .63em 5px;
}
#mainnav li a:hover, #mainnav li a.active, #mainnav li.active > a {
    background: #f7901e;
    color: #fff;
}
#mainnav li ul {
    background: #fff;
    border-left: 5px solid #00A6D3;
    border-right: 5px solid #00A6D3;
    display: none;
    padding: 10px 0;
    position: absolute;
    z-index: 3;
}
#mainnav li.active ul {
    display: block;
}
#mainnav li li a {
    padding: 5px 25px 5px 10px;
}
#mainnav li li a:hover, #mainnav li li a.active {
    background: #ab1e89;
}
#mainnav li ul li ul {
    display: none!important;
}
.section-nav {
    display: none;
}
/*----------------------------------- HERO CAROUSEL -------------------------------------*/
.hero-carousel {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    overflow: hidden;
    position: relative;
}
.hero-carousel .hero-image img {
    max-width: 100%;
}
.hero-item {
    display: none;
    position: relative;
}
.hero-carousel .description {
    background: #007bc3;
    background: rgba(0,123,195,.9);
    color: #fff;
    border-top: 3px solid #c3d941;
    border-bottom: 7px solid #00a6d3;
    padding: 8px 0;
    bottom: 0;
    width: 100%;
    font-size: .875em;
}
.hero-carousel .description h2 a {
    display: block;
    color: #fff;
}
.hero-carousel .hero-pager {
    position: absolute;
    right: 10px;
    top: 3%;
    height: 100%;
    overflow: hidden;
    max-width: 180px;
}
.hero-carousel .hero-pager li {
    margin: 0 0 5px;
}
.hero-carousel .hero-pager li a {
    display: block;
    position: relative;
}
.hero-carousel .hero-pager li a:before {
    content: "";
    background: #007bc3;
    background: rgba(0,123,195,.9);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero-carousel .hero-pager li a:hover:before, .hero-carousel .hero-pager li.selected a:before {
    display: none;
}
.hero-carousel .hero-pager li a span {
    color: #fff;
    display: block;
    font-size: .6875em;
    padding: 0 7%;
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 86%;
    text-align: center;
}
.hero-carousel .hero-pager li a:hover span {
    display: none;
}
.hero-carousel .hero-pager li.selected a span, .hero-carousel .hero-pager li.selected a:hover span {
    background: #c3d941;
    bottom: 0;
    color: #000;
    display: block;
    padding: 3px 7%;
}
.hero-carousel .hero-pager li img  {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #007bc3;
    display: block;
    width: 100%;
}
.hero-carousel .hero-pager li.selected img {
    border: 2px solid #c3d941;
}
.hero-item.selected {
    display: block;
}
/*---------------------------------------HOME TABS--------------------------------*/
.tabs {
    margin: 15px 0 25px;
}
.tab-titles {
    overflow: auto;
}
.tabs li {
    background: #007bc3;
    border-radius: 15px 15px 0 0;
    float: left;
    font-size: 1.25em;
    font-weight: bold;
    margin-right: .5%;
    text-align: center;
    width: 24.5%;
}
.tabs li.active {
    background: #00a6d3;
}
.tabs li a {
    color: #fff;
    display: block;
    padding: 10px 0 5px;
}
.tab-content .tab-section {
    border: 5px solid #00a6d3;
    display: none;
    margin: 0 0 10px;
    overflow: auto;
}
.tab-content .tab-section.active {
    display: block;
    height: 260px;
}
.tab-img {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding: 20px 20px 0;
    text-align: center;
    width: 40%;
}
.tab-img img {
    height: auto;
    max-width: 100%;
}
.tab-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
    padding: 30px 20px 10px;
    width: 60%;
}
.tab-text div {
    color: #676767!important;
}
.tab-text a.seemore {
    background: #ab1e89!important;
    box-shadow: -1px 1px #666;
    -moz-box-shadow: -1px 1px #666;
    -webkit-box-shadow: -1px 1px #666;
    color: #fff!important;
    display: inline-block;
    font-family: inherit!important;
    font-size: 1em!important;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 2px 5px;
}
.tab-text a span {
    font-size: 1em!important;
}
/*---------------------------------------HOME AWARDS--------------------------------*/
.awards-block {
    background: transparent url("../images/bg_awards.jpg") no-repeat center bottom;
    margin: 30px 0 0;
    overflow: auto;
    padding-bottom: 40px;
}
.awards-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: 56%;
}
.awards-text span {
    color: #2a2a2a!important;
    font-size: .75em!important;
}
.awards-text a {
    background: #00a6d3!important;
    box-shadow: -1px 1px #666;
    -moz-box-shadow: -1px 1px #666;
    -webkit-box-shadow: -1px 1px #666;
    color: #fff!important;
    display: inline-block;
    font-family: inherit!important;
    font-size: 1em!important;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 2px 5px;
}
.awards-text a span {
    color: #fff!important;
    font-size: 1em!important;
}
.awards-imgs {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table;
    float: right;
    width: 44%;
    margin: 10px 0 0;
}
.award-image {
    display: table-cell;
    vertical-align: middle;
}
/*---------------------------------------BREADCRUMBS--------------------------------*/
.breadcrumbs {
    color: #979797;
    font-size: .6875em;
    font-weight: bold;
    margin: 10px 0;
}
.breadcrumbs li {
    display: inline-block;
    margin-right: 1px;
    padding-right: 8px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumbs li:after {
    content: "";
    background: #AB1E89;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 5px;
    height: 3px;
    width: 3px;
}
.breadcrumbs li:last-child:after {
    display: none;
}
/*---------------------------------------SUBPAGES--------------------------------*/
.page-title {
    border-bottom: 4px solid #ab1e89;
    margin: 10px 0 15px;
}
.page-title span {
    background: #ab1e89;
    color: #fff!important;
    display: inline-block;
    font-size: 1.125em!important;
    font-weight: bold;
    padding: 6px 15px 5px;
}
.content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.content.with-subnav {
    float: left;
    margin-left: 2%;
    width: 70%;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.iframe {
    padding: 10px 0;
    text-align: center;
}
.partners figure {
    text-align: center;
}
.content ul {
    list-style: disc inside none;
}
.content ol {
    list-style: decimal inside none;
}
.content p, .content li, article p, figcaption {
    color: #555;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
}
.content h3 {
    clear: both;
    color: #555;
    font-size: 16px!important;
    font-weight: bold;
    padding: 5px 0;
}
.content h2, .content h2 span {
    color: #555;
    font-size: 18px!important;
    font-weight: bold;
    padding-bottom: 5px;
}
/*---------------------------------------SUBNAVS--------------------------------*/
.subnav {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 2px solid #007bc3;
    float: left;
    padding-top: 2px;
    width: 28%;
}
.subnav li a {
    display: block;
    color: #555;
    font-weight: bold;
    padding: 5px 0 5px 10px;
}
.subnav li a:hover, .subnav li a.active {
    background: #00a6d3;
    color: #fff;
}
.subnav li li a {
    color: #777;
    padding: 3px 0 3px 30px;
    font-size: .875em;
}
/*--------------------------------------- FAQ --------------------------------*/

#faq_list{
    font-size:15px;
    color:#fff;
    width:899px;
    margin:0 auto;
}

#faq_list > li{
    position:relative;
    padding:30px 150px 10px 70px;
    height:35px;
    /*border-top:1px solid #aaa;*/
    overflow:hidden;
    /*#background-color:#e2e2e2;*/
    list-style-type: none;
}

#faq_list > li span{
    line-height:18px;
    font-size: 0.9em;
    font-weight: bold;
    width: 680px;
    height: 40px;
    overflow: hidden;
    float: left;
}

#faq_list li .answer{
    margin-top:55px;
    width: 800px;
}

#faq_list li .answer .image {
    float:left;
    margin-right:10px;
    width:160px;
}

#faq_list li .answer .text {
    float:left;
    width:600px;
}

#faq_list li .answer p{
    padding-bottom:0;
    font-size:13px;
    line-height:17px;
}

#faq_list li .answer ul{
    margin-left:15px;
}

#faq_list li .answer li{
    margin-bottom:5px;
    list-style: disc outside none;
    line-height:17px;
}

#faq_list li .minButton{
    background: url('../images/general/module_arrows_right_new.png') no-repeat 0;
    width: 20px;
    height: 20px;
    cursor:pointer;
    position:absolute;
    left:25px;
    top:30px;
}

.closeButton {
    display:none;
}

#faq_list li .openButton, #faq_list li .closeButton{
    right:20px;
    top:31px;
    font-size:13px;
    font-weight:bold;
    color:#F78F1E;
    cursor:pointer;
    position:absolute;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#faq_list li .closeButton {
    color:#fff;
}
#faq_list li .openButton:hover{
    color:#fff;
}

#faq_list li.open .minButton {
    background: url('../images/general/module_arrows_down.png') no-repeat -20px 0px;

    width: 20px;
    height: 20px;
}
/*---------------------------------------AWARDS PAGE--------------------------------*/
.awards-section {
    margin-bottom: 15px;
}
.awards-section img {
    height: 133px;
    padding: 0 5px;
    max-width: 200px;
}
.awards-section h2 {
    margin: 10px 0;
}
/*---------------------------------------SOCIAL MEDIA PAGE--------------------------------*/
.social-links, .social-facebook {
    float: left;
    margin: 0 0 20px 0;
    width: 50%;
}
.social-links h2, .social-facebook h2 {
    margin: 20px 0 0;
}
/*---------------------------------------COMMUNITY RELATIONS LANDING--------------------------------*/
#body_bg.community-relations, #body_bg.partners {
    background: #fff url("../images/bg_crlanding.jpg") repeat-x 0 bottom;
    min-height: 100vh;
}
.content-community-landing .hero-carousel .description {
    background: #ab1e89;
    background: rgba(171,30,137,.9);
}
.content-community-landing .hero-carousel .hero-pager {
    top: 1.5%;
}
.content-community-landing .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin: 20px 1% 0 0;
    width: 74%;
}
.content-community-landing .content span {
    color: #555!important;
    font-size: .875em!important;
}
.content-community-landing .content h2 span {
    color: #007bc3!important;
    font-size: 1.2222em!important;
}
.content-community-landing .community-thumbs {
    overflow: auto;
    text-align: center;
}
.content-community-landing .community-thumbs > div > div > div {
    background: #fff;
    border: 7px solid #00a6d3;
    border-radius: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    margin: 1.5% 1%;
    padding: 5px 1.5%;
    width: 30%;
    min-height: 130px;
}
.content-community-landing .community-thumbs span {
    color: #AB1E89!important;
    display: block;
    font-size: .75em!important;
    padding-bottom: 7px;
}
.content-community-landing .community-thumbs img {
    border: 2px solid #c3d941;
    height: auto;
    max-width: 100%;
}
.news-module {
    background: #fff;
    border: 2px solid #00A6D3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
    margin: 20px 0 0;
    width: 25%;
    min-height: 300px;
}
.news-module h3 {
    background: #AB1E89;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    padding: 5px 10px;
}
.news-module a {
    color: #007bc3!important;
    display: block;
    font-size: 14px!important;
    font-weight: bold;
    padding: 5px 5px 10px 5px;
}
.news-module a:hover {
    color: #00a6d3!important;
}
/*---------------------------------------Our Philanthropy--------------------------------*/
.content p.main-img {
    text-align: center;
}
.main-img img, article img, .border-img {
    border: 4px solid #F7901E;
}
.reports {
    overflow: auto;
    text-align: center;
    width: 400px;
    margin: 0 auto;
}
.report-thumb {
    display: inline-block;
    padding: 5px 10px 5px 0;
}
.report-thumb img {
    border: 1px solid #F7901E;
}
.reports span{
    font-size: 18px;
}
/*---------------------------------------PARTNERS--------------------------------*/
ul.partner-list {
    list-style: none outside none;
    padding-bottom: 155px;
}
.partner-container img, .imageheader img {
    margin: 10px 5px 10px;
    vertical-align: middle;
}
.partner-list > li {
  background-color: #FFFFFF;
  height: 131px;
  margin: 30px 0;
  padding-bottom: 0;
}
.partner-image {
  display: inline-block;
  text-align: center;
  width: 50%;
}
.partner-image img {
  max-height: 130px;
  max-width: 90%;
}
.partner-arrow-label {
  background: url("/corporate-2/images/partner-arrow.png") no-repeat scroll 0 center #00ABD5;
  display: table;
  float: right;
  height: 131px;
  text-align: center;
  width: 49%;
}
.partner-list h3 {
  color: #FFFFFF;
  display: table-cell;
  padding: 5px 0 0 70px;
  vertical-align: middle;
}
/*---------------------------------------FOOTER--------------------------------*/
.community-relations .en-us .hero-carousel .hero-pager, .content-home .en-us .hero-carousel .hero-pager {
    max-width: 130px;
}
/************************************ Consumer Care page *******************************************************/

.content-header {
    background : none repeat scroll 0 0 #00a6d3;
    height: 100px;
    margin: 35px auto 0;
    width: 96%;
}
.consumer-care-logo {
    margin-left:5%;
    float:left;
    width:14%;
}
.title-text {
    float:left;
    width:60%;
    min-width: 400px;
}
.title-text  h1 {
    margin: 0 auto;
    width: 445px;
    color: #feffff;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 96px;
    font-weight: bold;
    text-shadow: -2px -2px 1px #008dcb, 2px 2px 1px #008dcb, -5px -5px 12px #004970, 5px 5px 12px #004970;

}
.right-image {
    float: right;
    margin-right:4%;
    margin-top: -38px;
    width:17%;
}
.icons {
  margin-left: 5%;
  margin-top: 20px;
  width: 100%;
}

#first, #second, #third, #last {
  float: left;
  height: 155px;
  margin-right: 3%;
  min-width: 150px;
  position: relative;
  width: 15%;
  margin-top: 2%
}

.icons  #first span, .icons  #second span, .icons  #third span, .icons  #last span {
    color: #FFFFFF;
    position: relative;
    font-size: 1em !important;
}
.icons  #third span, .icons  #last span {
    position: relative;
    /*top: 24px;*/
}
.icon-title {
  display: table;
  height: 42px;
  position: relative;
  text-align: center;
  width: 142px;
  z-index: 5;
}
.icon-title > div {
  display: table-cell;
  vertical-align: middle;
}
#cs_control_2689 > div {
    /*width : 140px;*/
}
.icon-img {
  position: absolute;
  top: 0;
}
.text-element {
    margin-top:10px;
    margin-left:18px;
}
.CS_Image_IMG2689 , .CS_Image_IMG2691{
    margin-top:-10px;
}
#main-product {
    display: inline-block;
    width: 100%;
}
.chat, .email, .phone {
    border:3px solid #c3d941;
    width:100%;
    float:left;
    border-radius:14px;
    margin-bottom:12px;
    min-width: 190px;
}
.chat-img, .email-img, .phone-img  {
    float:left;
    margin:10px 0 0 10px;
}
.chat h1,.email h1,.phone h1 {
    color: #666666;
    display: inline;
    font-size: 18px;
    font-weight: bold;
    margin-left: 25px;
    position: relative;
    top: 20px;
}
.chat p, .email p, .phone p {
    margin-top:40px;
    padding:10px;
    padding-bottom:30px;
}
.right-section {
    float: left;
    width: 20%;
    margin-top:24px;
    margin-left: 3%;
}
.main-content {
    float: left;
    width: 74%;
}
#main-product {
    margin-top:40px;
}
#main-product img {
    margin-left:-24%;
}
#main-product h1 {
    color: #858585;
    font-size: 18px;
    left:50%;
    position: relative;
    top: -114px;
    font-weight: bold;
    width:32%;
    min-width: 220px;
}
#main-product p {
    color: #858585;
    left:50%;
    min-width: 190px;
    position: relative;
    top: -100px;
    width: 25%;
}
.go-btn {
    background: none repeat scroll 0 0 #00A6D3;
    border: 2px solid #C3D941;
    border-radius: 6px;
    line-height: 20px;
    padding-left: 30px;
    display:block;
    color:#FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
.go-btn:hover {
    color:#FFFFFF;
}
.go {
    left: 50%;
    position: relative;
    top: -75px;
    width: 85px;
}
.main-content > h1 {
    color: #00A5D1;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 18px;
    margin-top: 10px;
    width: 98%;
    padding-bottom: 10px;
    border-bottom: 3px solid #00A5D1;
}
.left-nav {
    background: #00a4d1; /* Old browsers */
    background: -moz-linear-gradient(top,  #00a4d1 0%, #008bb7 39%, #00709a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a4d1), color-stop(39%,#008bb7), color-stop(100%,#00709a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00a4d1 0%,#008bb7 39%,#00709a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00a4d1 0%,#008bb7 39%,#00709a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00a4d1 0%,#008bb7 39%,#00709a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #00a4d1 0%,#008bb7 39%,#00709a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4d1', endColorstr='#00709a',GradientType=0 ); /* IE6-9 */
    margin-left: 2.5%;
    margin-top: 12px;
    width: 30%;
    color: #FFFFFF;
    height: 300px;
    font-size:12px;
    border: 2px solid #87E5FF;
    border-radius: 6px;
    float:left;
}
.left-nav li {
    padding-bottom: 9px;
    padding-left: 12px;
    padding-top: 9px;
}
.left-nav li a {
    color:#FFFFFF;
    font-weight:bold;
}
.active-tab, .left-nav li:hover {
    background: none repeat scroll 0 0 #f7901e;
    outline:1px solid #000000;
}
#description .hsb_shop_pg_sort_pagination .current, #description .hsb_shop_pg_sort_ipp .current {
    color: #8fe6ff;
}
#description .pagination {
    color: #fff;
}
#description {
    float: left;
    margin-left: 2.5%;
    margin-top: 1%;
    width: 63.5%;
}
#description  span {
    color:#666666;
    line-height:22px;
}
.email p, .phone p {
    margin-top:26px;
}
#container .main-content .left-nav li {
    padding : 0px;
}
#container .main-content .left-nav li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
}
/* Responsive css*/
@media screen and (max-width: 31.25em){
    .reports{
        width: auto;
    }
}
.recall #description, .recall #description a {
    font-size:12px;
    color: #666666;
}
.recall #description  h1{
    display:none;
}
.recall #hsb_cust_recall_list th {
    color:#000000;
    text-align: left;
}
.recall #hsb_cust_recall_list .cs_recall_name {
    background-color: #F3F3F3;
}
.recall #hsb_cust_recall_list a {
    color: #000000;
}
.recall #hsb_cust_recall_list .cs_recall_phone {
    color: #FF0000;
}
.recall #description {
    margin-top:10px;
    width:64.3%;
}
.recall #description span {
    line-height:0;
}
.content-phone-directory  #hsb_cust_phonelist .hsb_odd_row {
    background: none repeat scroll 0 0 #F3F3F3;
}
.content-phone-directory #hsb_cust_phonelist {
    font-size: 12px;
    margin-top: 30px;
}
.content-phone-directory #hsb_cust_phonelist th {
    text-align:left;
    color: #666666;
}
.content-phone-directory #description .hsb_text_right {
    text-align:right;
    width:46%;
}
.hsb_cust_phone_desc {
    color:#666666;
    font-size:12px;
}
.content-phone-directory #description  h1 {
    border-bottom: 2px solid #E9E9E9;
    color: #ACACAC;
    display: inline;
    float: left;
    margin: 0 0 20px;
    width: 100%;
    font: bold 20px arial;
}
.content-phone-directory #description h1:first-child {
    display:none;
}
#hsb_cust_phonelist .hsb_odd_row {
    line-height: 20px;
}
#hsb_cust_phonelist:last-child .hsb_odd_row td {
    width:100%;
}
.hsb_cust_phone_desc a {
    color: #666666;
    text-decoration:underline;
}
.toy-game-instructions p {
    color: #666666;
    line-height: 22px;
    font-size: 0.8em;
}
.content-consumer-care-sub #description #hsb_doc_search_form {
    margin-top:10px;
}
.content-consumer-care-sub #description #hsb_doc_search_form #hsb_doc_search_input {
    width:94%;
    height:25px;
    color:#413e3e;
    font-weight: bold;
    border:1px solid #A6A6A6;
}
#hsb_doc_search_form .hsb_doc_search_button {
    margin-top:25px;
    background: none repeat scroll 0 0 #00A6D3;
    border: 2px solid #C3D941;
    border-radius: 6px;
    color: #FFFFFF;
    width:100px;
    font-size: 16px;
    font-weight: bold;
}
.hasbro-left-nav {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 300px;
    margin-left: 2.5%;
    margin-top: 12px;
    width: 30%;
}
.hasbro-left-nav .hsb_shop_nav_hdr {
    background: none repeat scroll 0 0 #f7901e;
    line-height: 25px;
    border-left: 3px solid #87E5FF;
    border-right: 3px solid #87E5FF;
}
.hasbro-left-nav .hsb_shop_nav_hdr a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;;
}
.shop_down_arrow {
    background: url("../images/arrow_down.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 18px;
}
#hsb_shop_nav ul li {
    padding-left:14px;
    line-height:20px;
}
#hsb_shop_nav ul li a:hover, a:active {
    text-decoration: underline;
}
#hsb_shop_nav .hsb_shop_nav_top {
    background: none repeat scroll 0 0 #00a4d1;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    border-left: 3px solid #87E5FF;
    border-right: 3px solid #87E5FF;
    border-top: 3px solid #87E5FF;
    font-weight: bold;
}
#hsb_doc_search_input {
    width:79%;
    height: 25px;
}
#hsb_shop_nav ul li, #hsb_shop_nav ul li a{
    color: #909090;
}
#hsb_shop_product_grid .hsb_shop_pg_form legend {
    display:none;
}
.hsb_shop_pg_sort_top div {
    display:inline;
    position: relative;
}
.content-toy-game-instructions #hsb_doc_search_form .hsb_doc_search_button {
    margin-top: 15px;
}
.content-toy-game-instructions .hasbro-left-nav {
    margin-top: 18px;
}
.content-toy-game-instructions #hsb_shop_nav ul li strong {
    color: #898989;
}

.hsb_shop_pg_sort_pagination .current, .hsb_shop_pg_sort_ipp .current {
    color: #8fe6ff;
}
.content-toy-game-instructions #hsb_doc_search_input {
    color: #413E3E;
    font-weight: bold;
    border:1px solid #a6a6a6;
}
#hsb_shop_nav > ul  {
    border-bottom:3px solid #87E5FF;
    border-right:3px solid #87E5FF;
    border-left:3px solid #87E5FF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 10px;
}
#hsb_shop_nav div ul {
    border-right:3px solid #87E5FF;
    border-left:3px solid #87E5FF;
    min-height: 150px;
}
#hsb_shop_nav div ul li {
    padding-left: 25px;
}
.hsb_shop_pg_sort_top {
    background: none repeat scroll 0 0 #00a6d3;
    color:#FFFFFF;
    border-bottom: 4px solid #C3D941;
}
.hsb_shop_pg_sort_top .hsb_shop_pg_form {
    display:inline-block;
}
.hsb_shop_pg_form_sort {
    border:1px solid #a6a6a6;
    margin: 4px 0 0 0;
}
.hsb_shop_pg_form_result {
    color: #00A4D1;
    font-size: 20px;
    font-weight: bold;
    margin:10px 0;
}
.hsb_shop_pg_sort_ipp {
    font-size: 0.8em;
}
.hsb_shop_pg_sort_pagination a {
    color:#FFFFFF;
}
#hsb_shop_product_grid {
    margin-top: 10px;
}
.hsb_shop_pg_form_legend {
    margin-left:10px;
    font-size: 0.8em;
}
.content-toy-game-instructions #description  {
    width:70%;
    margin-left: 1.5%;
}
.content-toy-game-instructions .main-content {
    width: 76%;
}
.content-toy-game-instructions .right-section {
    margin-left: 1%;
}
.content-toy-game-instructions .hsb_shop_pg_sort_pagination {
    display: inline-block;
    text-align: right;
    width: 200px;
    font-size:0.8em;
}
.hsb_shop_pg_sort_pagination a {
    font-size:0.9em;
}
.hsb_shop_pg_item:first-child {
    margin-top:20px;
}
.hsb_shop_pg_item .hsb_shop_pg_item_desc {
    display: inline-block;
    vertical-align: top;
    height:50px;
    border-bottom: 1px solid #E4E3E3;
}
.hsb_shop_pg_thumb {
    border:1px solid #e4e3e3;
    width: 150px;
}
.hsb_shop_pg_item_desc_hdr a {
    color:#b1b1b0;
    font-size:12px;
}
.hsb_shop_pg_sort_btm {
    display: none;
}
.hsb_shop_nav_btm:first-child {
    display:none;
}
#nav_main_target_93 ul{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 3px solid #87E5FF;
}

.content-toy-game-instructions .hasbro-left-nav {
    width:26%;
}
.hsb_shop_pg_sort_ipp a {
    color: #e0f4fa;
}
.hsb_shop_pg_sort_pagination strong, .hsb_shop_pg_sort_ipp strong {
    color: #8fe6ff;
}
.hsb_shop_pg_item a{
    display:inline-block;
}
/***************************************************************** new hires ********************************************************/
#video {
    margin-top:200px;
    width:100%;
    text-align:center;
}
#myExperience {
    max-width:100%;
    border:solid 2px #00eafb;
    box-shadow: 0px 0px 4px #00eafb, inset 0px 0px 2px #00eafb;
}
.content-newhire header, .content-talentacquisition header, .content-newhire footer, .content-talentacquisition  footer{
    display:none;
}
.video {
    width:100%;
    height:auto;
    text-align:center;
}


/* US|WORLDWIDE */
/* Brought over from old code. */
#hsb_globalnav {
    position:relative;
}
#hsb_globalnav li {
    display:inline;
    position:relative;
}
#hsb_globalnav li a.localeLang {
    background:transparent url("../images/lang_locale_arrow.png") no-repeat right center;
    padding:1px 14px 2px 0;
}
#hsb_globalnav li ul {
    display: none;
}
#hsb_globalnav li:hover > ul {
    display:block;
    position:absolute;
    top:13px;
    /*top:0px \0/;*/
    left:-5px;
    z-index:100;
}
#hsb_globalnav ul li ul{
    display: none\9;
}
#hsb_globalnav ul li:hover>ul  {
    position : absolute\9;
    top:15px\9;
    display:inline\9;
}
#hsb_globalnav li:hover > ul li {
    width:400px;
    background:#259FD0;
    height:400px;
    padding:0px 15px 5px 5px;
    line-height:20px;
}
#hsb_globalnav li:hover > ul li a {
    width:400px;
    color:#FFF;
    height:400px;
}