@charset "UTF-8";

/* Base overrides to bootstrap.css */

body {
	padding: 0;
	
	/*
	background: url(../../../images/2013/fall/1000.gif) center top repeat-y;
	*/
	
}

/* HEADER  */
.row .logo{
	width: 218px;
	margin: 0 auto;
	background:#DE1C85 url(../../../images/2013/fall/backgrounds/fabric-pattern.png) center center;
	text-align: center;
	
	box-shadow: 0 2px 5px rgba(0,0,0,.5);
	padding-top: 5px;
	margin-top: -5px;
}

.top_container{
padding: 0;
background: #ffffff;
position: relative;
z-index: 2;
width: 100% !important;
}

/* NAVIGATION - TOP */

.navbar {
	
	margin-bottom: 1.5% !important;
	
	width: 100% !important;
	padding: 0 1.5%;
	
	z-index: 1;
	position: relative;
	
	border-bottom: dashed 1px #d3c2b9;
	box-shadow: 0 15px 15px rgba(202, 217, 207, 0.1);
}

.navbar a {
outline: none;
}

.navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: auto;
	text-align: center;
	
	margin: 1% 0 .5%;
}



.navbar .nav {
    margin: 7px 0 7px 0;
	width: 100%;
}
.navbar .nav > li {
	border-left:thin solid #d3c2b9; 
	padding: 0 1.4%;
}
.navbar .nav > li:first-child {
	border-left:none !important;
}
.navbar .nav > li a {
  color: #de1c85;
  padding: 0;
  text-shadow: none;
  
  font-size: 1.01em;
}
.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.navbar .nav > li > a:hover {
  color: #333333;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #333333;
  background-color: none;
  
}

.navbar .btn-navbar {
	padding: 8px;
	width: 21px;
	height: auto;
	float:none;
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
.navbar .btn-navbar img{
display: block;
width: 100%;
}
  
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%,#e8e8e8 100%); /* W3C */
}


.lt-ie8 .navbar {
margin-bottom: -7px;
}


/* breadcrumbs and sharing */

.sharecrumb{
padding: 0 0 0 0;
font-size: 14px;
}

.sharecrumb .st_sharethis_custom{
display: none;
}


.sharecrumb * {

}

p.sharing{
float: right;
margin:  0 0 1.5em 1em ;

}

.lt-ie9 p.sharing{
diaplsy: block;
width: 33%;
text-align: right;
}

.no-script p.sharing{
disply: none;
}

p.sharing .sharethis{
padding: 0 ;
cursor:pointer;
}

p.sharing .st_sharethis_custom img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

p.sharing .sharethis:first-child{
margin-left: 0;
}

ul.breadcrumbs{
float: left;
list-style-type: none;
margin: 3px 1em 1.5em 0;
}

ul.breadcrumbs li{
	float: left;
}

ul.breadcrumbs li:after {
content: "»";
padding: 0 .5em;
}

ul.breadcrumbs li.current:after, ul.breadcrumbs li:last-child:after{
content: "";
padding: 0;
}

.lt-ie8 ul.breadcrumbs li {
border-left: solid 1px #cccccc;
padding-left: .5em;
margin-left: .5em;
}

.lt-ie8 ul.breadcrumbs li.home{
border: none;
padding-left: 0;
margin-left: 0;
}



/* homepage slides and catalog category headers */


.span12{
margin: 0 1.5%;
width: 97%;
}

.full{

}

.container, .content .container{
width: 100%;
padding: 0;
margin: 0;
}

.row{
width: 1030px;
margin: 0 auto;
max-width: 97%;
}

.row .row{
width: 100%;
max-width: none;
}

.header-hero {
position: relative;
margin: -1.5% 0 1.5%;
top: -2px;
z-index: 4;
position: relative;
overflow: hidden;
}

.lt-ie8 .header-hero {
width: 1060px;
margin-left: auto;
margin-right: auto;
}

.span12 .header-hero {
width: 103.5%;
margin: -1.5% -1.525% 1.5%;

}

.header-hero .figure{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align:middle;
	
	background: #666 url(../../../images/2013/fall/backgrounds/fabric-pattern.png) center center;
}

.flexslider .flex-viewport {

}



.header-hero .header-image, 
.header-hero .fig-caption{
	vertical-align:middle;
	display: inline-block; /* not supported in lte ie7  - float left for that*/
	text-align: center;
}

.lt-ie8 .header-hero .header-image, 
.lt-ie8 .header-hero .fig-caption,
.lt-ie8 .flexslider .header-image, 
.lt-ie8 .flexslider .fig-caption
{ 
	float: left;
}

.lt-ie8 .header-hero .fig-caption,
.lt-ie8 .flexslider .fig-caption
{ 
	margin-top: inherit;
	*clear: expression(
	style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),
	style.clear = "none", 0
	);
	
}

.header-hero .header-image{
	overflow: hidden;
	width: 65.5%;
	padding: 33.65% 0 0 0;
	
	position: relative;
	
}

.header-hero .header-image:after {
content: "";
border-right: solid 1px rgba(0,0,0,.2);
position: absolute;
right: 0;
top: 0;
padding-top: 60%;
}



.header-hero .header-image img{
	position: absolute;
	width: 100%;
	top: -8%;
	left: 0;
}

.header-hero .split img{
float: left;
width: 50%;
border-left: solid 3px #ffffff;
margin-left: -3px;
}

.header-hero .fig-caption{
	width: 31.5%; /* 33.3333 - 1.5% padding */
	padding: 3% 1.5%;
	
	font-size: 145%;
	line-height: 110%;
	
	text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
	color: #ffffff;
	
	height: 100%;
	font-weight: normal;
}



.header-hero .fig-caption:before, .header-hero .fig-caption:after{
content: "";
display: block;
border-top: dashed 1px white;
width: 34.35%; /* a bit of spacing  so stitches dont touch photo*/
position: absolute;
right: 0;
}

.header-hero .fig-caption:before{
top: 17%;
}

.header-hero .fig-caption:after{
bottom: 17%;
}



.header-hero .fig-caption h2{
color: #ffffff;
margin-bottom: .25em;
	font-family: Georgia, serif;
	line-height: 1.05em;
}


.header-hero .fig-caption a{
text-decoration: none;
color: #ffffff;
}

.header-hero .fig-caption .right-arrow {
	padding-right: .25em;
}

.header-hero .fig-caption .right-arrow:after{
	content: "";
	height: 0;
	width: 0;
	
	display: inline-block;

	border: solid transparent;
	border-left-color: #ffffff;
	border-width: .35em;

	margin: .25em 0 .05em .25em;
	position: absolute;
}

.header-hero .flex-direction-nav .flex-next,
.header-hero .flex-direction-nav .flex-prev {
	position: absolute;
	top: 0;
	height: 100%;
	width: 25px;
	overflow: hidden;
	opacity: .4;

	background: url('../../../images/2013/summer/homepage/flex-direction-nav.png') no-repeat;

	-webkit-transition: opacity 0.5s ;
	-moz-transition: opacity  0.5s ;
	-ms-transition: opacity  0.5s ;
	-o-transition: opacity  0.5s ;
	transition: opacity  0.5s ;
}

.header-hero .flex-direction-nav .flex-next:hover,
.header-hero .flex-direction-nav .flex-prev:hover{
	opacity: 1;
}

.header-hero .flex-direction-nav .flex-next{
	right: -20px;
	text-align: right;
	background-position: right center;
}

.header-hero .flex-direction-nav .flex-prev {
	left: -20px;
	text-align: left;
	background-position: left center;
}

.right-arrow:after{
	content: "";
	height: 0;
	width: 0;
	display: inline-block;
	border: solid transparent;
	border-left-color: #666666;
	border-width: .35em;
	margin: .25em 0 .05em .25em;
	position: absolute;
}

a.right-arrow:after{
border-left-color: #DE1C85;
}




/* END homepage slides and catalog category headers */



/* Home page */

.home-text {
	margin-top:10px;
}
.home-text h1 {
	background: transparent url('../../../images/home/home-head.gif') no-repeat top left;
	width: 272px;
	height: 68px;
	text-indent: -999999em;
}
.home-text h2, .home-text p {
	font-size: 14px;
	line-height: 1.3em;
	margin: 0 0 10px;
}
.home-text .button {
	margin-top:6px;
}
.home-cta {	
	background-color: #d6e2e5;
	margin-top: 20px;
}
.home-cta-bottom > div {
	margin-top: 20px;
}
.home-cta-bottom h3,
.home-cta-bottom p {
	text-align:left;
	padding:0 5%;
}


ul.inset-products{

display: block;

border: dashed 1px #dddddd;
margin: 2em 0;

font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;

list-style-type: none;
}

ul.inset-products li{
width: 20%;
padding: 0 2.5%;
text-align: center;
float: left;

font-size: 13px;
}

ul.inset-products li img{

}

ul.inset-products li a:hover{

}

ul.inset-products li.all{
padding: 1em 0 1em 0;
text-align: center;
width: 100%;
font-size: 20px;
line-height: 22px;
}



/* Personalization Guide */



#personalization .row{
clear: both;
}


#personalization table td{
padding: 0 0 .5em 0;
}

#personalization table td p{
margin: 0;
}

#personalization .dotted {
width: 46.5%;
padding: 1.5% 1% 3%;
float: left;
clear: none;
}

#personalization .row:nth-child(odd){
clear: left;
padding-left: 0;
padding-right: 2%;
margin-right: .125%;
}

#personalization .row:nth-child(even){
clear: right;
padding-left: 2%;
padding-right: 0;
}

#personalization .row.last-left{
padding-right: 50%;

}

.lt-ie9 #personalization .row{

padding-left: 0;
padding-right: 0;
width: 100%;

}



#personalization .thumb-wrap{
float: right;
clear: right;
position: relative;
margin: .0 0 0 1em;
width: 40%;
}

#personalization .thumb,
#personalization .zoom{

-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;

overflow: hidden;

-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,.3);
box-shadow: 0 2px 6px rgba(0,0,0,.3);
}


#personalization .thumb{
width: 100%
height: 100%
}

#personalization .zoom{
width: 55%;
height: 55%;
position: absolute;
bottom: -6%;
right: -6%;
}

.lt-ie9 #personalization .zoom{
width: 150px;
height: 150px;
right: 0%;
}


#personalization .dotted {
border-top: dashed 1px #d3c2b9
}

#personalization .dotted a{
color: #DE1C85;
}


.spool {
	width:90px;
	height:160px;
	line-height:1.2em;
	padding:0 4px;
	font-size: .8em;
}
.personalization .swatch {
	width:300px;
	line-height:1.2em;
	padding:0 20px 0 0;
	margin-bottom: 20px;
	text-align:left;
	
	float: none;
	display: inline-block;
	width: 31.3333%;
	padding-right: 2%;
	margin-right: 0;
	vertical-align: top;
}
.personalization .swatch img {
	float:left;
	margin-right:10px;
	width: 100px;
	height: 100px;
}
.personalization .swatch h4,
.personalization .swatch p {
	margin-left:110px;
}
.iconit .span4 {
    display: block !important;
    visibility: visible !important;
}


.spools {
	text-align:center;
	height:180px;
	}
.spools img{
	align:top;
	}

.prints img{
	padding-right:5px;
}	
	
.personalization-box{
	color:#000000 !important;
	border:3px;
	border-style:solid;
	border-color:#000;
	width: 40px;
	height: 40px;
	padding:5px;
	margin-right:5px;
	text-align:center;
	line-height:40px !important;
	}
.personalization-list li{
	list-style:none;
	}
	
	#embroidery-guide-table {
	  margin: .5em 0 1em;
	  
	  width: auto;
  }
  
  #embroidery-guide-table .last .style, 
  #embroidery-guide-table .last .characters{
  border-bottom:solid 1px #000000;
  }
  
  #embroidery-guide-table .header-row{
  /*
	  background: #de1c85;
	  */
  }
  
  #embroidery-guide-table .header{
	  display: none;
	  background: #de1c85;
  }
  
  #embroidery-guide-table .style{
	  border:solid 1px #000000;
	  border-bottom: none;
  }
  
  #embroidery-guide-table .characters{
	  border:solid 1px #000000;
	  border-left: none;
	  border-bottom: none;
  }
  
  #embroidery-guide-table .style, 
  #embroidery-guide-table .style-header{
  width: 42% ;
  }
  
  #embroidery-guide-table .character-header, 
  #embroidery-guide-table .characters{
  width: 57.6% ;
  }
  
  
  ul.care-ribbons {
  font-size: 0;
  text-align: center;
  margin: 1em 0;
  padding: 0;
  position: relative;
  }
  
  ul.care-ribbons ul{
  padding: .5em 0 0 0;
  margin: 0 0 1em 0;
  }
  
  ul.care-ribbons li{
  margin: 0;
  display: inline-block;
  width: 14.28%;
  padding: 21% 0 0;
  font-size: 15px;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  list-style-position: inside;
  }
  
  ul.care-ribbons li img{
  position: absolute;
  width: 70%;
  display: block;
  margin: 0 15%;
  top: 0;
  }
  
  ul.care-ribbons li li {
  display: block;
  width: 100%;
  font-weight: normal;
  padding: 0 0 .33em 0;
  line-height: 1.25em;
  text-transform: italic;
  font-size: 13px;
  }
  
  
	/*

COMMON

*/
.span4 .photo {
	
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 9px #969696;
	-moz-box-shadow: 0 3px 9px #969696;
	-webkit-box-shadow: 0 3px 9px #969696;
	z-index: 200;
	max-width:300px;
	margin-left: 20px;
}
.photo img {
	margin: 0;
}

.row-fluid .span4 .photo {
margin-left: 0;
max-width: 100%;
width: 100%;
}

.row-fluid .span4 .photo img{
max-width: 100%;
width: 100%;
}

.bigDumbButton {
	background-color: rgb(222,28,133); /* Old browsers */
	background-color: -moz-linear-gradient(top, rgba(230,68,89,1) 0%, rgba(246,80,105,1) 49%, rgba(220,54,80,1) 51%, rgba(230,68,89,1) 100%); /* FF3.6+ */
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,68,89,1)), color-stop(49%,rgba(246,80,105,1)), color-stop(51%,rgba(220,54,80,1)), color-stop(100%,rgba(230,68,89,1))); /* Chrome,Safari4+ */
	background-color: -webkit-linear-gradient(top, rgba(230,68,89,1) 0%,rgba(246,80,105,1) 49%,rgba(220,54,80,1) 51%,rgba(230,68,89,1) 100%); /* Chrome10+,Safari5.1+ */
	background-color: -o-linear-gradient(top, rgba(230,68,89,1) 0%,rgba(246,80,105,1) 49%,rgba(220,54,80,1) 51%,rgba(230,68,89,1) 100%); /* Opera11.10+ */
	background-color: -ms-linear-gradient(top, rgba(230,68,89,1) 0%,rgba(246,80,105,1) 49%,rgba(220,54,80,1) 51%,rgba(230,68,89,1) 100%); /* IE10+ */
	background-color: linear-gradient(top, rgba(230,68,89,1) 0%,rgba(246,80,105,1) 49%,rgba(220,54,80,1) 51%,rgba(230,68,89,1) 100%); /* W3C */
	background-color:#dd1b83;
	-webkit-box-shadow: 0 0 5px 3px #bbb;
	-moz-box-shadow: 0 0 5px 3px #bbb;
	box-shadow: 0 0 5px 3px #bbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 2px #962330;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 34px;
	padding: 12px 20px 0;
	text-decoration: none;
	}
.bigDumbButton:hover {
	background-color: rgb(56,49,47); /* Old browsers */
	background-color: -moz-linear-gradient(top, rgba(56,49,47,1) 0%, rgba(76,69,67,1) 49%, rgba(51,44,42,1) 51%, rgba(56,49,47,1) 100%); /* FF3.6+ */
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,49,47,1)), color-stop(49%,rgba(76,69,67,1)), color-stop(51%,rgba(51,44,42,1)), color-stop(100%,rgba(56,49,47,1))); /* Chrome,Safari4+ */
	background-color: -webkit-linear-gradient(top, rgba(56,49,47,1) 0%,rgba(76,69,67,1) 49%,rgba(51,44,42,1) 51%,rgba(56,49,47,1) 100%); /* Chrome10+,Safari5.1+ */
	background-color: -o-linear-gradient(top, rgba(56,49,47,1) 0%,rgba(76,69,67,1) 49%,rgba(51,44,42,1) 51%,rgba(56,49,47,1) 100%); /* Opera11.10+ */
	background-color: -ms-linear-gradient(top, rgba(56,49,47,1) 0%,rgba(76,69,67,1) 49%,rgba(51,44,42,1) 51%,rgba(56,49,47,1) 100%); /* IE10+ */
	background-color: linear-gradient(top, rgba(56,49,47,1) 0%,rgba(76,69,67,1) 49%,rgba(51,44,42,1) 51%,rgba(56,49,47,1) 100%); /* W3C */
	border-color: #000;
	background-color:#38312f;
}

.consultantBtn {
	background-position: 0 -355px;
	display: block;
	height: 45px;
	margin-top: 6px;
	text-indent: -99999px;
	width: 160px;
	float:left;
}
.consultantBtn:hover {
	background-position: 0 -403px;
	display: block;
	height: 45px;
	margin-top: 6px;
	text-indent: -99999px;
	width: 160px;
	float:left;
}

.pdf {
	background-position: 10px -252px;
	padding-left: 46px !important;
}
.label {
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	font-size: 9px;
	font-weight: normal;
	padding: 2px 3px 1px;
	text-decoration: none !important;
	text-transform: uppercase;
}
.label .pink {
	background: #E64459;
	color: #fff !important
}




/* Hostess Exclusives */

.hostess .steps {
	list-style-type: none;
	margin-left: 0;
	margin-top: 1em;
}

.hostess .steps li {
	clear:both;	
	margin-bottom: 10px;
}

.hostess .steps li span {
    display: block;
	margin-left: 30px;
}
	
.hostess .steps li span.bullet {
	background-color: #DE1C85;
    border: 4px solid #DE1C85;
    border-radius: 25px 25px 25px 25px;
    float: left;
    font-size: 12px;
	line-height: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 14px;
	color: #ffffff;
}

.hostess .steps li p{
margin-left:30px;
}

.hostess .box {
	padding: 15px;
	border: 1px dashed #666666;
	margin-bottom: 20px;
}

.popup {
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99
}
.popup table {
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%
}
.popup table tr td {
	position: relative;
}
.popup table tr td .x {
	background: #111;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: bold;
	-moz-border-radius: 2px;
	padding: 3px 10px 0;
	position: absolute;
	right: 30px;
	text-decoration: none;
	top: 30px;
	-webkit-border-radius: 2px;
}
.popup table tr td .x:hover {
	background: #F10682;
}
.default p,
.default ul {
	line-height: 1.5;
	margin: 0 0 20px;
}
.default p.lastBottom {
	margin-bottom: 0 !important
}
.default ul {
	margin-left: 32px;
}
.hostess table {
    background-color: #de1c85;
    border-collapse: collapse;
    color: white;
    margin: 0 0 20px;
    width: 100%;
	font-weight: bold;
	font-size: 14px;
}
.hostess table th {
	border: none;
    color: #FFFFFF;
    padding: 7px 10px;
    text-align: center;
	font-weight:bold;
	vertical-align: bottom;
}
.hostess table td {
	border: none;
	padding: 5px 10px 4px;
	text-align:center;
}
.hostess table td strike {
	color:#666666;
}

.hostess table tr {
    background: none repeat scroll 0 0 #f38aba;
}
.hostess table tr:nth-child(odd) {
    background: none repeat scroll 0 0 #e55e9c;
}

.lt-ie9 .hostess table tr{
border-bottom: solid 1px #ffffff;
}

.hostess table th.col-hostess, 
.col-hostess, 
.col-hostess-info {
    background: none repeat scroll 0 0 #f3f3f8;
	color: #ed4898;
}
.hostess table tr:nth-child(odd) .col-hostess {
    background: none repeat scroll 0 0 #fbdbe9;
}

.hostess table tbody tr:hover td, 
.hostess table tbody tr:hover th {
	background-color:#6D4061 !important;	/* bootstrap override */
}
.hostess table tbody tr:hover td.col-hostess-info {
	background-color:#F172AC;	/* bootstrap override */
}
.party {
	font-weight:bold;
}
.td-pink { 
	background:#fbdeee;
	color:#de1c85;
}

.hostess-caption {
	background:#e6e7e8;
 	font-size:10px
}

.table .th2 {
	background: #de1c85;
	border: solid 1px #58595b;
	color: #fff;
	padding: 5px 10px 4px;
}


.h3 white{
	color: #fff;
	margin-bottom: 20px;
	text-align:center;
}

.how-it-works {
	background: none repeat scroll 0 0 #845e7b;
    box-shadow: 0 0 10px #999999;
    display: block;
    margin-left: 10px;
    max-width: 300px;
    position: relative;
    z-index: 200;
    color: white;
}

.how-it-works h4 {
    border-bottom: 1px dashed white;
    font-weight: normal;
    margin: 0 14px;
    padding: 14px 0 6px;
    text-align: center;
}


.how-it-works ul {
    padding:14px;
	position:relative;
	list-style-type:none;
}
.how-it-works ul li {
    padding:0 0 10px 26px;
}
.how-it-works .bullet {
	position:absolute;
	left: -16px;
	background: url('../../../images/icons/stepbullet.png') no-repeat scroll left top transparent;
	padding:14px 19px;
	color:#845e7b;
	font-weight:bold;
}
.how-it-works span.fancy {
	padding-right:6px;
}



/*table*/

.table .th2 {
	background: #de1c85;
	border: solid 1px #58595b;
	color: #fff;
	padding: 5px 10px 4px;
}
/* GRIDS */

.grid .col {
	float: left;
}
.grid.two .col {
	margin-right: 20px;
	width: 470px
}
.grid.three .col {
	padding: 0 8px;
	width: 310px
}
.grid .lastRight {
	margin-right: 0 !important
}
.promos {
	margin: 0 10px;
}

/*
Form validation and error styling

*/
.error INPUT, .error TEXTAREA, .error SELECT {
    background: none repeat scroll 0 0 #FFE6E7 !important;
    border-color: #ED1C24 !important;
    border-style: solid !important;
    border-width: 1px !important;
}
.ifinvalid, .ifempty {
    display: none;
    margin: 0;
}
.empty .ifempty,
.invalid .ifinvalid,
.error {
    color: #ED1C24;
    display: block;
    font-size: 12px;
}
.hint {
    color: #888888;
}
#desc {
	width: 90%;
}
.gmap .image {
	min-width:210px;
	max-width:100%;
}
.gmap iframe {
	max-width:100%;
	width: 100%;
	height: 300px;
	min-width:210px;
}

iframe{
display: block;
}

.lt-ie10 iframe, .lt-ie10 object, .lt-ie10 embed, .lt-ie10 video {
max-width: 100%;
}


.default blockquote p {
	margin-bottom:0;

}
.corporate-careers iframe {
	border: 0;
	height: 1000px;
	width: 960px
}
.privacy .default p strong {
	color: #38312F
}

.catalog iframe {
	border: 0;
	display: block;
	height: 1000px;
	width: 100%;
}
.locate-consultant iframe {
	border: 0;
	height: 1000px;
	width: 600px
}

/* Footer styles */


.footer_container {
border-top: solid 3px #736055;

margin-top: 1.5%;

border-top: dashed 1px #d3c2b9;

}

.footer {
max-width: 100%;
margin-top: 1%;
}

.footer a {
	text-decoration:none;
	/*
	color:#736055;
	*/
	font-size:0.9em;
	display: block;
	/*
	margin-left: 8px;
	text-indent: -8px;
	*/
}
.footer a:hover {
	text-decoration:underline;
}
.footer h3 {
	margin: 0 0 10px 8px;
	text-indent: -8px;
	font-family: Helvetica, sans-serif;
	font-size:1.0em;
	line-height:1.15em;
	font-weight: bold;
}

.footer .span6{
margin: 0;
width: 50%;
}

.footer .col {
	width: 27.333333%;
	padding: 14px 3% 0; 
	float: left;
}

.footer ul {
	list-style: none;
	padding:0;
	margin:0;
}
.footer ul li {
	line-height: 1.1em;
    margin: 0 0 .25em 0;
    padding: .125em 0;
}
.footer .span4 {
	width:33.33333%;
}
.footer p {
	margin-bottom: 30px;
}
.universal .copyright {
	margin-bottom:0 !important;
}
.universal .copyright {
	font-weight:bold;
}
.logos {
	margin: 20px auto 0 auto;
}
.dsa { 
	border:1px solid #999;
	width: 220px;
	margin: 0 auto 3%;
	text-align: left;
	padding: 8px 8px 8px 58px;
	font-size: 12px;
	line-height: 15px;
	position: relative;
}
.dsa > a.logo {
	background:url(../../../summer2012/images/icons-utilities.png) no-repeat top left;
	background-position: 0 -102px;
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
	height: 27px;
	text-indent: -99999px;
	width: 45px;
}



.befriend{
	width:auto;
	margin: -14px auto 0;
	text-align: center;
}

.lt-ie9 .befriend{
margin-top: -32px;
margin-bottom: 1em;
padding-left: 8px;
}

.lt-ie8 .befriend, *+html .befriend{
margin-top: -15px;
padding-left: 0;
}

.befriend p{
	margin: 0;
	background: #ffffff;
	width: auto;
	display: inline;
	padding: 4px 15px;
}


.befriend span.icons{
	padding: 0 .5em;
	position: relative;
	top: -2px;
}

.lt-ie8 .befriend a{
border-left: solid 2px #ffffff;
border-right: solid 2px #ffffff;
}

.befriend a{
	width: 26px;
	height: 26px;
	display: inline;
	position: relative;
}

.befriend img, .sharing img{
	width: 26px;
	height: 26px;
	vertical-align: middle;
	display: inline;
	display: inline-block;
}

.befriend img.hover, .sharing img.hover{
	position: absolute;
	background-color: #ffffff;

	opacity: 0;
	transition: opacity .25s;
	-moz-transition: opacity .25s; /* Firefox 4 */
	-webkit-transition: opacity .25s; /* Safari and Chrome */
	-o-transition: opacity .25s; /* Opera */
	
	top: auto;
	left: auto;
}

.befriend a:hover img.hover, .sharing span:hover img.hover{
	opacity: 1;
}

.lt-ie9 .befriend img.hover, .lt-ie9 .sharing img.hover, *+html .befriend img.hover{
	display: none;
}


.lt-ie8 .navbar {
	margin-bottom: 21px !important;
}

.lt-ie9 .navbar,
.lt-ie9 .top_container,

.lt-ie9 .footer_container {
    width: 1060px !important;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	min-width: 1060px;
}

.lt-ie9 .container > * {
    width: 1060px !important;
    margin: 0 auto !important;
}

.lt-ie9 .footer_container  > * {
    width: 1030px !important;
	margin-left: 1.5% !important;
}

.lt-ie8 .header-hero{
margin-top: -20px;
}

.lt-ie9 .header-hero .figure{
width: 1060px;
}



.lt-ie8 #personalization .span12{
margin: 0;
}

.lt-ie9 #personalization .dotted{
width: 1000px !important;
}

.lt-ie9 .befriend{

margin-top: -14px;

}





/* IF NO JAVASCRIPT STYLE OVERRIDES */

.no-js .nav-collapse, 
.no-js .nav-collapse.collapse {
    height: auto !important;
}


/* size increase for header on extra wide screens */	

@media (min-width: 1100px) {
	.header-hero .fig-caption{
		font-size: 160%
	}
}


@media (min-width: 1200px) {
	.header-hero .fig-caption{
		font-size: 170%
	}
}

@media (min-width: 1600px) {
	.header-hero .fig-caption{
		font-size: 200%
	}
}

@media (min-width: 2000px) {
	.header-hero .fig-caption{
		font-size: 240%
	}
}