@charset "UTF-8";

/* Base overrides to bootstrap.css */

body {
	padding: 10px 0 20px 0;
}

.content .container {
	border-right: 1px solid #d3d2d7;
	border-left: 1px solid #d3d2d7;
	padding: 20px 20px 50px 20px;
}

/* HEADER */
.row .logo{
	background:#fff;
	height: 91px;
	width: 194px;
	margin: 0 auto 6px auto;
}

/* NAVIGATION - TOP */
.navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-height: auto;
	text-align: center;
}

.navbar-fixed-top hr {
		border:none;
		height:1px;
		margin:0;
		
		background:#de1c85; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZWRmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2UwMTc4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2UwMTc4MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGVkZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(left,  #fdedf5 0%, #de1c85 48%, #de1c85 52%, #fdedf5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fdedf5), color-stop(48%,#de1c85), color-stop(52%,#de1c85), color-stop(100%,#fdedf5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #fdedf5 0%,#de1c85 48%,#de1c85 52%,#fdedf5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #fdedf5 0%,#de1c85 48%,#de1c85 52%,#fdedf5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #fdedf5 0%,#de1c85 48%,#de1c85 52%,#fdedf5 100%); /* IE10+ */
		background: linear-gradient(to right,  #fdedf5 0%,#de1c85 48%,#de1c85 52%,#fdedf5 100%); /* W3C */
}
.lt-ie9 .navbar-fixed-top hr { background-color: #de1c85; }

.navbar .nav {
    margin: 7px 0 7px 0;
	width: 100%;
}
.navbar .nav > li {
	border-left:thin solid #f799d1;
	padding: 0 9px;
	margin:0;
}
.navbar .nav > li:first-child {
	border-left:none !important;
}
.navbar .nav > li a {
  color: #de1c85;
  padding: 0;
  text-shadow: none;
}
.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:after {
	content: " \25B2"; 
	font-size: 80%;
}
.navbar .btn-navbar.collapsed:after {
	content: " \25BC"; 
}
*/
.navbar .btn-navbar {
	padding: 2px 0;
	width: 50px;
	height: auto;
	float:none;
	position: absolute;
	top: 22px;
	left: 18px;
	margin: 0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
.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 * {

}

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 .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:before {
content: "»";
padding: 0 .5em;
}

ul.breadcrumbs li.home:before, ul.breadcrumbs li:first-child:before{
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 */

.header-hero {
position: relative;
border-bottom: solid 20px transparent;
}

.header-hero .slides{
	padding: 0;
	margin: 0;
	width: 100%;
	color: #ffffff;
	overflow-y: hidden;
}

.header-hero .slides a{
	color: #ffffff;
	text-decoration: underline;
}


.header-hero .figure{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #666 url(../../assets.thirtyonegifts.com/images/2013/summer/patterns/transparent-burlap-pattern7.png) center center;
	
	vertical-align:middle;
}

.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{
	width: 66.6666666666666%;
	background-color: #ffffff;
	border-right: solid 3px #ffffff;
	margin-right: -3px;
	
	
}

.header-hero .header-image img{
width: 100%;
}

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


.header-hero .fig-caption {
	width: 287px; /* 33.3333 - 1.5% padding */
	padding: .25em 1.5% 0;
	
	font-size: 150%;
	line-height: 110%;
	
	text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

.header-hero .fig-caption h2 {
	color: rgba(255,255,255,.8);
}

.lt-ie9 .header-hero .fig-caption h2 {
	zoom: 1;
	filter: alpha(opacity=80);
}




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

.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('../../assets.thirtyonegifts.com/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;
}


.Purses .header-hero .figure {
	background-color: #ea7b00 !important;
}

.Stationery .header-hero .figure {
	background-color: #80c0c9 !important;
}
.Thermals .header-hero .figure {
	background-color: #00ac9e !important;
}

.Totes .header-hero .figure {
	background-color: #5fad07 !important;
}



/* 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 .dotted {
width: 47.5%;
padding-left: 1%;
padding-right: 1%;
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;
}

.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);
-webkit-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: -8%;
right: -10%;
}

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


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


.spool {
	width:79px;
	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;
	  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;
  }
  
	/*

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;
}

.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 {
	margin: 10px auto 0;
    padding: 0 0 10px;
	overflow: hidden;
}
.footer a {
	text-decoration:none;
	color:#666;
	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;
	color:#de1c85;
	font-size:1.0em;
	line-height:1.15em;
}
.footer .col {
	border-left:1px dotted #666666;
	width: 27%;
	padding: 14px 3% 0; 
	float: left;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
.footer .span6:first-child .col:first-child {
	border-left:none;
}
.footer ul {
	list-style: none;
	padding:0;
	margin:0;
}
.footer ul li {
	line-height: 1.1em;
    margin: 0 0 .25em 0;
    padding: 0em;
}
.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: 30%;
	margin: 0 auto;
	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{
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;
	display: inline-block;
	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{
	display: none;
}





/* IF NO JAVASCRIPT STYLE OVERRIDES */

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


/* -- MONTHLY SPECIALS --*/

#disclaimer{
	}
#disclaimer .find-consultant-disclaimer {
	color:#000000;
	height: auto;
	clear: both;
	text-align:left;
	margin: 15px 0 0 0;
	float:left;
}
	
#disclaimer p {
	font-size:12px;
	line-height:1.25;
	color:#666666;
}
	
.find-consultant-box {
	background-color:#e01783;
	min-height:80px;
	margin:7px 5px;
	padding: 7px;
}
.find-consultant-content{
	width:95%;
	height:auto;
	margin:5px auto 0 auto;
	padding:5px 7px;
	border-top: 2px dashed #aaaaaa;
	border-bottom: 2px dashed #aaaaaa;
}

.find-consultant-txt {
	width:95%;
	height: auto;
	color:#ffffff !important;
	font-size:1.5em;
	line-height: 1.2em;
	text-align:center;
	margin:3px 3px;
	padding-bottom:10px;
	float:left;
}
.find-consultant-copy .leftish { display:inline; }

.leftish .copy { padding-top: 0.5em; display:block; }

.list-as-grid {
	display: block;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 1em 0px;
}

.lt-ie9 .list-as-grid {
	width: 100%;
	clear: both;
	padding-bottom: 1em;
}

.list-as-grid li {
	display: inline-block;
	margin: 0 0.5em 1em 0.5em;
	vertical-align: top;
	width: 138px;
}

.lt-ie9 .list-as-grid li {
	float: left;
	display: block;
	height: 200px;
}

.specials h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 0.5em;
	width: auto;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	white-space: normal;
}

.list-as-grid ul {
	float: left;
	clear: left;
	list-style-type: none;
	margin: 0;
	padding: 10px 0px;
}

.list-as-grid ul li {
	display: inline-block;
	width: 150px;
	padding: 15px ;
	text-align: center;
	vertical-align: top;
	background: none;
	font-size: 15px;
	font-weight: bold;
	margin: -.25em 0 0 0;
	position: relative;
	height: auto;
}

.specials .minicon a:before{
	content:"";
	display: block;
	width: 140px;
	height: 140px;
	background: #cccccc;
	border-radius: 50%;
	margin: 0 auto .5em;
}

.specials a {
	padding: 0;
}

/*
.specials a img {
	display: block;
	margin: 0 auto 1em;
	width: 110px;
}
*/

.specials .marketingname{
	font-weight:bold;
}

.specials .marketingname, .specials .fullname{
	display: block;
	line-height: 17px;
	text-align:center;

}
.specials .fullname{
	font-size: 13px;
	font-weight: normal;
	margin-top: .3em;
}
.specials p.sharing {
	margin-bottom: .5em;
}

.nobreak {
	white-space:nowrap;
}

.minicon{
	padding: 2px 5px 5px 25px;
}
			
a.sub:link {
	color: #FFFFFF;
}
a.sub:visited {
	color: #FFFFFF;
}

#wrap, .wrap {
	width:100%;
	max-width:1000px;
	height:auto;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}









/* My31 Additons */

.profile-photo{
	float:left;
	width:50px;
}
.profile-photo img {
	width: 50px !important;
	height: auto !important;
}

.profile-info{
	float:right;
	width:165px;
}

/* 2013 Summer Fixes/Additions */


#rep-template ul li {
list-style-type: none !important;
list-style-position: none !important;
/* margin:0; */
}

	/* keeps fixed page width */
	.top_container {
		width: 1040px;
		padding: 0 20px;	
	}
	
	.navbar-inner {
		width: 960px;
		padding: 0 20px !important;
		margin: 0 auto;
	}
	
	.thick_border_top .dotted {
		width: 960px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.footer_container {
		padding: 0 20px;	
	}


.universal{
	text-align:center;
}

#personalization td{
	vertical-align:middle !important;
	padding:2px 0;
}

.uic-main fieldset{
	border: 1px solid #999;
	border-radius: 7px;
	padding: 20px;
	
}

.uic-main fieldset legend{
	margin-bottom:0 !important;
}

.footer ul li {
padding: 0 0 0.3em;
}

.subMenu{
	float:right;
	color:#DE1C85;
}

/* VO Font Size Fix */

.vo{
	font-size:12px;
}