.container, .container-image, .hero-image, #social-section {
  min-width: 992px;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }

@media (max-width: 1600px) {
  .container, .container-image, .hero-image, #social-section {
    min-width: 992px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box; } }

.container-image, .hero-image, #social-section {
  padding: 0px; }

.two-up, .three-up, .four-up, .six-up {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.two-up .column {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .two-up .column:nth-child(2n) {
    padding-right: 0; }
  .two-up .column:nth-child(2n+1) {
    padding-left: 0; }
  .two-up .column:nth-child(-n + 2) {
    padding-top: 0; }

.three-up .column {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  box-sizing: border-box;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .three-up .column:nth-child(3n) {
    padding-right: 0; }
  .three-up .column:nth-child(3n+1) {
    padding-left: 0; }
  .three-up .column:nth-child(-n + 3) {
    padding-top: 0; }

.four-up .column {
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .four-up .column:nth-child(4n) {
    padding-right: 0; }
  .four-up .column:nth-child(4n+1) {
    padding-left: 0; }
  .four-up .column:nth-child(-n + 4) {
    padding-top: 0; }

.six-up .column {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  box-sizing: border-box;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .six-up .column:nth-child(3n) {
    padding-right: 0; }
  .six-up .column:nth-child(3n+1) {
    padding-left: 0; }
  .six-up .column:nth-child(-n + 3) {
    padding-top: 0; }

.center .column {
  text-align: center; }

.right .column {
  text-align: right; }

.no-padding {
  padding: 0 !important; }

.buffered-top-15 {
  margin-top: 15px; }

.buffered-top-30, .ep-well .one-up, .ep-well .two-up, .ep-well .three-up, .ep-well .four-up, .ep-well .six-up, .magic-shop #mg_displayArea {
  margin-top: 30px; }

.buffered-top-45 {
  margin-top: 45px; }

picture img {
  width: 100%; }

.cards {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: solid 1px #dddfe1;
  text-decoration: none;
  text-align: center;
  display: inline-table;
  box-sizing: border-box; }
  .cards a {
    text-decoration: none;
    color: #58595b;
    padding-right: 20px; }
  .cards .footer {
    color: #58595b; }
    .cards .footer .footer-header {
      font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
      font-weight: 300;
      font-size: 26px; }
      @media (max-width: 1199px) {
        .cards .footer .footer-header {
          font-size: 22px; } }
    .cards .footer .footer-sub-header {
      font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase;
      margin-top: 10px; }
      .cards .footer .footer-sub-header:hover {
        color: #2D3137; }
      @media (max-width: 1199px) {
        .cards .footer .footer-sub-header {
          font-size: 12px; } }

.one-up .cards .footer {
  margin: 30px 0; }

.two-up .cards .footer {
  margin: 20px 0; }

.three-up .cards, .six-up .cards {
  height: 325px;
  max-height: 325px; }
  .three-up .cards img, .six-up .cards img {
    max-width: 276px;
    max-height: 244px; }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 1200px) and (max-width: 1599px) {
    .three-up .cards img, .six-up .cards img {
      max-width: 342px;
      max-height: 244px; } }
  .three-up .cards .footer, .six-up .cards .footer {
    margin: 15px 0; }

.cta-btn, .cta-btn:hover, .cta-btn-alt, .cta-btn-alt:hover, .cta-btn-holiday, .cta-btn-holiday:hover, .cta-btn-secondary, .cta-btn-secondary:hover, .cta-btn-tp, .cta-btn-tp:hover {
  font: normal normal 700 12px "Avenir LT W01 65 Medium", Verdana, Arial, sans-serif !important;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  border: none; }

.cta-btn-tp, .cta-btn-tp:hover {
  font: normal normal 800 13px "Avenir LT W01 65 Medium", Verdana, Arial, sans-serif !important;
  border-radius: 0;
  color: #000;
  border: 2px solid #000;
  padding: 10px; }

.cta-text, .cta-text:hover, .cta-text-darkbg, .cta-text-darkbg:hover {
  font: normal normal 700 12px "Avenir LT", Verdana, Arial, sans-serif !important;
  color: #58595b;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  cursor: pointer; }

.cta-text-darkbg, .cta-text-darkbg:hover {
  color: #ffffff; }

.cta-custom, .cta-single, .col-2-3, .col-3-2, .col-3-3 {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  justify-content: center; }

.cta-btn {
  background-color: #f05323; }

.cta-btn-alt {
  background-color: #181512; }

.cta-btn-holiday {
  background-color: #cd1b38; }

.cta-btn-secondary {
  color: #58595b;
  border: 1px solid #58595b;
  background-color: #ffffff; }
  .cta-btn-secondary:hover {
    color: #f05323;
    border: 1px solid #f05323; }

.cta-btn-tp:hover {
  color: #00a8b0;
  border: 2px solid #00a8b0; }

.cta-custom {
  width: auto;
  height: auto; }

.cta-single {
  height: 100%;
  width: 100%; }

.col-2-3 {
  height: 33.33333%;
  width: 50%; }

.col-3-2 {
  height: 50%;
  width: 33.33333%; }

.col-3-3 {
  height: 33.33333%;
  width: 33.33333%; }

.cta-2-1, .cta-1-2 {
  width: 66%; }

.cta-1-2 {
  right: 0; }

.cta-left {
  left: 0; }

.cta-center {
  left: 33%; }

.cta-right {
  right: 0; }

.cta-top {
  top: 0; }

.cta-middle {
  top: 33%; }

.cta-bottom {
  bottom: 0; }

.cta-text:hover {
  color: #f05323; }

.cta-text::after, .cta-text-darkbg::after {
  content: " >"; }

.hero-image .cta-header, .hero-image .cta-header:hover {
  color: #2D3137;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 34px;
  font-family: "Avenir LT W01 65 Medium", Verdana, Arial, sans-serif; }

.hero-image {
  text-align: center;
  position: relative; }
  .hero-image .cta-header {
    margin-bottom: 6px; }
  .hero-image .cta-sub-copy {
    font-family: "Avenir LT W01 35 Light", Verdana, Arial, sans-serif;
    font-size: 24px;
    max-width: 540px;
    margin: 0 auto;
    padding-bottom: 12px; }
  .hero-image .cta-extra-wide {
    padding: 10px 50px; }

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

.clear {
  clear: both; }

#offer-banner-container {
  padding: 0 10px;
  box-sizing: border-box; }

.brand-TP #offer-banner-container {
  min-width: inherit; }

#offer-banner a {
  text-decoration: none;
  font-size: 12px;
  color: #939598; }

#offer-banner {
  margin-bottom: 10px;
  overflow: auto;
  font-size: 12px;
  color: #939598; }

#offer-banner div {
  overflow: hidden; }

.layer, .promoLayer {
  display: block; }

.promoLayer {
  position: absolute; }

.layer, .videoplaydiv {
  position: absolute;
  cursor: pointer; }

.layer a, .layer img {
  display: block;
  width: 100%;
  height: 100%; }

#featured-blocks {
  margin: 20px 0;
  height: 330px;
  overflow: auto;
  width: 981px; }

#featured-block {
  margin: 20px 0;
  height: 330px; }

.divider {
  border-top: 1px solid #181512;
  height: 1px; }

.fb-footer {
  padding: 0 5px;
  font-size: 12px;
  margin-top: 15px; }

.fb-link {
  margin-top: 5px;
  font-size: 11px; }

.fb-desc {
  line-height: 1.4em; }

.fb-link a, .fb-link a:hover {
  margin-top: 5px;
  color: #F05323 !important; }

.orangeContent {
  color: #F05323;
  font-size: 12px; }

.tooltip {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(/i/home/panel_plus_sign.png) top left no-repeat;
  cursor: pointer; }

.tooltipContent {
  position: absolute;
  padding: 10px;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  -moz-box-shadow: 0 0 4px 1px #aaa;
  -webkit-box-shadow: 0 0 4px 1px #aaa;
  box-shadow: 0 0 4px 1px #aaa;
  padding: 20px;
  color: #181512;
  font-size: 12px;
  font-family: "Avenir LT W01 55 Roman"; }

.tooltipContent a, .tooltipContent a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #F05323 !important;
  font-family: "Avenir LT W01 95 Black"; }

.shopMugs {
  -moz-border-radius: 100px 20px 45px 90px;
  /*left right bottom left*/
  border-radius: 100px 20px 45px 90px;
  overflow: hidden; }

.tooltip:hover .tooltipContent.left, .tooltiphover .left {
  top: 0;
  right: 100%;
  display: block; }

.tooltip:hover .tooltipContent.bottom, .tooltiphover .bottom {
  top: 100%;
  right: 0;
  display: block; }

.tooltip:hover .tooltipContent.right, .tooltiphover .right {
  top: 0;
  left: 100%;
  display: block; }

.tooltip:hover .tooltipContent.top, .tooltiphover .top {
  bottom: 100%;
  right: -200%;
  display: block; }

.tooltip:hover .tooltipContent.topleft, .tooltiphover .topleft {
  bottom: 80%;
  right: 80%;
  display: block; }

.tooltip:hover .tooltipContent.bottomleft, .tooltiphover .bottomleft {
  top: 80%;
  right: 80%;
  display: block; }

.tooltip:hover .tooltipContent.bottomright, .tooltiphover .bottomright {
  top: 80%;
  left: 80%;
  display: block; }

.tooltip:hover .tooltipContent.topright, .tooltiphover .topright {
  bottom: 80%;
  left: 80%;
  display: block; }

.videoplaydiv, .videoWrapper {
  position: absolute; }

.video-wrapper div {
  width: 100%; }

/**Need to remove **/
.videoplaydiv {
  width: 50px;
  height: 50px; }

.getStarted {
  background: url(/i/test_target/06_06_2012_homepage/assets/get_started_cta.png) -6px -6px no-repeat; }

#videobtn2 {
  border-radius: 80px; }

#easySteps {
  position: relative; }

#easySteps #joinNowBtn {
  position: absolute;
  width: 79px;
  cursor: pointer;
  top: 45px;
  height: 28px;
  left: 794px; }

/**Make the style specific for div only **/
div#storeFront {
  margin-top: 1.25em;
  /**16px */ }

#marquee li {
  position: relative; }

#tabs-wrapper {
  position: absolute;
  top: 36px;
  left: 0;
  width: 188px;
  /** 35.5% of 970px**/
  cursor: pointer; }

#tabs-wrapper .tab {
  height: 58px;
  width: 188px;
  background-position: 0 -124px;
  background-repeat: no-repeat;
  border-top: 1px dotted #181512;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #181512; }
  #tabs-wrapper .tab:hover {
    color: #f05323; }

.tabHeader {
  font: 14px "Avenir LT W01 95 Black", Verdana, Arial, sans-serif; }

.tabDesc {
  font: 12px "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif; }

#tabs-wrapper .firstTab {
  border-top: 0; }

#tabs-wrapper .tab:hover, #tabs-wrapper .activeTab {
  background-position: 0 -62px; }

#tabs-wrapper .tab.selected {
  background-position: 0 0;
  cursor: default;
  background-color: #58595b;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* For IE8 and earlier */
  color: #fff; }

.layer {
  display: block; }

#featured-blocks a {
  text-decoration: none; }

.fb-header {
  font-size: 18px;
  color: #181512;
  padding-left: 5px;
  margin-bottom: 10px; }

#banner2 {
  margin: 20px 0; }

.fblock {
  width: 275px;
  float: left;
  color: #181512;
  margin-right: 74px; }

.fblock a {
  cursor: pointer; }

.fblock.right-block {
  margin-right: 0; }

#discussion-section {
  padding-left: 20px;
  *height: 430px;
  border-top: 1px dotted #181512; }

/**Just for home page **/
#responsiveNonConflictingWrapper {
  max-width: 1600px;
  margin: 0 auto; }

#doc_1600 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #doc_1600 #ft {
    margin-top: 40px !important; }

.ep-well {
  margin-bottom: 30px; }

.promo-banner-top, .promo-banner-bottom {
  text-align: center; }

.promo-banner-top {
  margin-bottom: 2px; }

.promo-banner-bottom {
  margin-top: 2px; }

.magic-shop {
  text-align: center; }
  .magic-shop #mg_displayArea {
    padding: 20px 0; }

.globalLayer {
  position: absolute;
  overflow: hidden; }

#fb-like-container {
  background-color: #ffffff;
  width: 350px;
  margin: 20px 0 36px; }

#social-nw-btns {
  margin-top: 20px; }

#social-nw-btns div {
  margin-right: 10px; }

#social-nw-btns a {
  text-decoration: none; }

#social-nw-btns img {
  vertical-align: middle; }

/**** Sign up Dialog Css ***/
#signupContent {
  margin: 0 20px; }

#signInMsg {
  margin: 2px 0;
  color: #181512;
  font-size: 12px; }

#progressBar {
  position: absolute;
  top: 244px;
  left: 200px; }

.horizontalDivider {
  border-top: 1px solid #C7C2BC; }

#emailMe {
  color: #999;
  font-size: 10px;
  margin-bottom: 0; }

#emailMe input {
  width: auto;
  height: auto; }

ul.errorContainer {
  padding-left: 15px;
  list-style-type: disc !important;
  list-style-position: outside; }

.openingText {
  font-size: 14px;
  color: #181512;
  margin-bottom: 10px; }

#signupContent .heading2 {
  font-size: 14px;
  color: #F05323; }

ul#sflyPromiseDesc {
  list-style-type: disc;
  list-style-position: inside;
  color: #181512;
  font-size: 12px;
  margin: 5px 0 10px; }

ul#sflyPromiseDesc li {
  margin-bottom: 5px; }

ul#sflyPromiseDesc li.lastItem {
  margin-bottom: 0; }

#signupContent #sflyButtonContainer {
  margin: 15px 0;
  *margin: 12px 0; }

#signupForm {
  margin-top: 15px; }

.layer, .videoplaydiv, #easySteps #joinNowBtn {
  background: #fff;
  opacity: 0.0;
  filter: alpha(opacity=0); }

.windowWidgetMain, .windowWidgetIFrameDiv {
  height: 100% !important; }

#fblikeBox .fb-like {
  height: 20px;
  overflow: hidden; }

#fblikeBox .logo {
  margin-right: 10px; }

#fblikeBox .header {
  font: normal 14px/15px "lucida grande", tahoma, verdana, arial, sans-serif;
  margin-bottom: 5px; }

#fblikeBox .header a {
  text-decoration: none;
  color: #333; }

#fblikeBox .header a:hover {
  text-decoration: underline; }

#social-section {
  padding: 30px;
  background-color: #f8f8f8;
  box-sizing: border-box; }

.social-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  max-width: 992px;
  margin: 0 auto; }
  .social-body .social-video {
    flex-grow: 2; }
  .social-body .quotes-container {
    flex-grow: 1; }
    .social-body .quotes-container .quote {
      margin-bottom: 20px; }
  .social-body .fb-container {
    width: 375px;
    margin: 0 auto;
    position: relative; }
    .social-body .fb-container .like-box {
      position: absolute;
      width: 120px;
      padding: 5px; }
    .social-body .fb-container .fb-text {
      padding-left: 100px;
      text-align: left;
      font: 13px "Avenir LT W01 95 Black", Verdana, Arial, sans-serif; }

#social-section .social-header3dot0 {
  display: none; }

#homepage-social-video,
#homepage-social-video-caption {
  width: 530px; }

#homepage-social-video {
  height: 310px; }

#homepage-social-video-caption {
  font: 13px "Avenir LT W01 65 Medium", Verdana, Arial, sans-serif;
  color: #181512;
  text-align: center;
  margin: 5px 30px 0 auto;
  box-sizing: border-box;
  height: 61px;
  padding-bottom: 45px; }

#homepage-social-video-caption + div.dyncontent {
  display: none; }

.social-header {
  font: 18px "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
  text-align: center;
  margin-bottom: 30px; }

.quoting-logo {
  text-align: center; }

.quote-txt {
  margin-top: 15px;
  font: 13px "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
  text-align: center;
  line-height: 17px; }

.quote-name, .quote-cta {
  margin-top: 8px;
  display: inline-block; }

.quote-cta {
  font: 12px "Avenir LT W01 95 Black", Verdana, Arial, sans-serif;
  color: #F05323;
  text-decoration: none; }

.quote-name {
  font: 13px "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif; }

#quote2 {
  border-color: #dddfe1;
  border-width: 1px 0;
  border-style: solid;
  padding: 20px 0; }

#quote3 {
  margin-bottom: 0; }
  #quote3 .quote-txt {
    margin-top: 8px; }

#mediaplayer {
  height: 300px !important; }

#shipping-specialsB, #shipping-specialsC {
  display: none; }

#sidenav-wells-threegridB, #sidenav-wells-threegridC {
  display: none; }

#sidenav-wells-twogridB, #sidenav-wells-twogridC {
  display: none; }

#whats-new, #promise-divider, #promise-section {
  display: none; }

#new-social-section {
  display: none; }

#quote3 hr {
  display: none; }

.tabPromo {
  display: none; }
