
/* --------------------------------------------------------------------------
    Weekly Homepage Refresh Styles for July Week 3, 2015
   -------------------------------------------------------------------------- */

 /**
  * Store Preview URL
  * https://cmc-wcsauth.target.com/webapp/wcs/tools/servlet/CMWSPreviewSetup?redirecturl=https://cmc-wcsauth.target.com:8006/webapp/wcs/preview/servlet/PreviewStore&redirectstoreurl=http://cmc-wcsauth.target.com/webapp/wcs/stores/servlet/StoreView?storeId=10151&newPreviewSession=true&previewRestURI=/wcs/previewresources&previewPath=/webapp/wcs/preview/servlet&start=2015/03/08%2012:00:00&status=true&invstatus=0&timeZoneId=America/New_York&dateFormat=yyyy/MM/dd&timeFormat=12HR&locale=en_US
  */


/* Manual Espot Adjustments
   -------------------------------------------------------------------------- */

/**
 * 1. Sets the height of the Flexible Grid Container.
 * 2. Sets the top positioning of the spotlight.  This can change weekly, hence
 *    why it lives in the weekly CSS file.
 * 3. Sets the top positioning of the Social/Connect box.  This # depends on #2 above.
 */

#Main.flexible_grid_layout { height:2140px!important; } /*[1]*/
#e15 { top: 1550px !important; } /*[2]*/
#e17 { top: 2010px !important; } /*[3]*/



/* Hero Component
   -------------------------------------------------------------------------- */
.hp-Hero-header{
  width: 550px;
  float: left;
  margin: 20px 0 0 50px;
}

.hp-Hero-headline{
  font-size: 45px !important;
  padding-bottom: 15px;
}

.hp-Hero-subHeadline{
font-size: 24px !important;
font-weight: normal;
padding-bottom: 25px;
}

#hp-Hero * {
-moz-box-sizing: border-box;
     box-sizing: border-box;
}

#hp-Hero {
  width: 815px;
  height: 455px;
  position: relative;
  float: right;
  overflow: hidden;
  border-radius: 4px;
}
  #hp-Hero:after {
    content:"";
    display:table;
    clear:both;
  }

.hp-Hero-links {
  z-index: 10;
  position: absolute;
  top: 390px;
  left: 10px;
  width: 800px;
  height: 60px;
  float: left;

}

  .hp-Hero-links > p {
  padding-top: 20px;
  padding-left: 100px;
  float: left;
  width: 500px;
  font-size: 18px;
  }


.hp-Hero-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 4px;
}

#hp-Hero a.hp-Button {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  text-align: center;
  background-color: #016cb3;
  color: #ffffff!important;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  width: 25%;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  transition: background-color .05s;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#hp-Hero a.hp-Button:hover,
#hp-Hero a.hp-Button:focus {
  background-color: #003559;
  color: #ffffff !important;
  text-decoration: none;
}


#hp-Hero a.hp-Button-white {
  position: absolute;
  left: 600px;
  top: 10px;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 33px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #666666!important;
  background-color: #ffffff;
  /*color: #454545;*/
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  width: 18%;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
  transition: background-color .05s;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#hp-Hero a.hp-Button-white:hover {
  background-color: #666666!important;
  color: #ffffff!important;
  text-decoration: none;
}

#hp-Hero a.hp-Button-white:focus {
  background-color: #454545!important;
  color: #ffffff!important;
  text-decoration: underline;
}


/* Hotspot Modifiers
   -------------------------------------------------------------------------- */

/**
 * --[date]-[name]
 */

.u-linkHotspot--071915-allHome {
  bottom: -305px;
  left: -35px;
  width: 405px;
  height: 450px;
  z-index: -1; /* Added for hotspot */
  /*background-color: rgba(0,0,0,.5);*/
}

.u-linkHotspot--071915-allHome1 {
  top: 0px;
  left: 10px;
  width: 800px;
  height: 380px;
  z-index: 10;
  /* background-color: rgba(0,0,0,.5); */
  /* border: 1px solid #f00; */
}

.u-linkHotspot--071915-allHome2 {
  top: -10px;
  left: -600px;
  width: 800px;
  height: 60px;
  z-index: 10;
    /* background-color: rgba(0,0,0,.5);
border: 1px solid #00f;*/
}


.u-linkHotspot--071915-accessories {
  bottom: 0;
  right: 0;
  width: 170px;
  height: 170px;
}


.u-linkHotspot--071915-accessories2 {
  bottom: 0;
  right: 0;
  width: 170px;
  height: 240px;
}




/* --------------------------------------------------------------------------
    Comment
   -------------------------------------------------------------------------- */

/*  Comment
   -------------------------------------------------------------------------- */

/**
 * Comment
 */

 /* Comment */


/*

.declaration-order {
  - Positioning
  - Box-model
  - Typography
  - Visual
  - Misc
}

*/