/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
.hide {
	display: none;
}
.visuallyhidden {
	border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}
.inline-block{
display: inline-block;
}
.nowrap {
white-space:nowrap;
}
iframe {
display: block;
border: none;
max-width: 100%;
}
img {
max-width: 100%;
height: auto;
display: block;
}
html {
background: #f6f6f6 url('../../../2014/summer/img/layout/html-background_1x.png') center top;
height: 100%;
background-attachment:fixed;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
	html.backgroundsize {
	    background-image: url('../../../2014/summer/img/layout/html-background_2x.png');
		background-size: 22px auto;
	}
}
#alert-banner{
text-align: center;
margin: 0 0 1px 0;
}
#alert-banner a{
padding: .5em 1.5%;
margin: 0 -1.5%;
width: 100%;
display: block;
color: #ffffff;
text-decoration: none;
background: #DE1C85;
position: relative;
z-index: 33;
  font-size: 16px;
}
#alert-banner a em{
font-style: normal;
text-decoration: underline;
}
#alert-banner:after{
border-top: solid 2.5em #DE1C85;
position: absolute;
width: 100%;
left: 0;
content: "";
margin-top: -2.5em;}
body {
	background: #ffffff;
    color: #3a3a3a;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    
    width: 1024px;
	max-width: 94%;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 3% 1em;
	box-shadow: 0 0 10px 5px #f5f5f5;  /* in case the dots intersect weirdly with the body */
	position: static;
	
}
a:focus {
outline:none
}
.lt-ie9 body{
width: 1024px;
max-width: 1024px;
}
.disclaimer{
color: #989898;
font-size: 14px;
font-family: Arial,Helvetica,sans-serif;
font-style: italic;
line-height: 21px;
border-top: solid 1px #c0c0c0;
padding: 1em 0 0;
}
#header, #footer, #content {
padding: 0 1.5%;
margin: 0;
}
#header {
padding: 0 1.5%;
max-width: 97%;
background: url('../../../2014/summer/img/layout/header-background_1024.png') center bottom;
background-size: 100% 167px;
position: relative;
z-index: 2;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
	#header {
	    background-image: url("../../../2014/summer/img/layout/header-background_2048.png");
	}
}
#header .nav{
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
font-size: 0; /* so inline blocks in nav don't add extra space */
}
#header .nav img{
display: block;
margin: 0 auto;
max-width: 100%;
}
#header .nav li{
text-align: center;
padding: 0 1.55% 1.55% 1.55%;
/*background: rgba(255,0,128, .25);*/
display: inline-block;
font-size: 20px;
line-height: 25px;
vertical-align: middle;
margin-bottom: 4px;
font-family: "oswald";
font-weight: 200;
}
/* hide the mobile dropdown */
#header .nav .catalog_nav, .mobile .catalog_nav{
display: none;
}
.lt-ie8 #header .nav li{
float: left;
}
#header .nav li a{
display: block;
color: #3a3a3a;
text-decoration: none;
text-shadow: 0 0 10px #ffffff;
-webkit-transition: opacity .5s;
transition: opacity .5s;
}
#header .nav li a:hover{
opacity: .75;
}
#header .nav li#logo{
width: 21%;
padding: 0;
vertical-align: bottom;
text-align: left;
margin-bottom: 15px;
}
#logo img{
background-color: #DE1C85;
}
#header .nav li#logo.no-nav{
margin-left: auto;
margin-right: auto;
float: none;
width: 100%;
}
#header .nav li#logo a:hover{
opacity: 1;
}
#header .nav li#catalog, #header .nav li#host,
#header .nav li#join, #header .nav li#story {
background:  url('../../../2014/summer/img/layout/header-divider.png') right bottom no-repeat;
background-size: 1px 80%;
}
#header .nav li#catalog{
width: 13.15%;
}
 #header .nav li#host{
width: 12.15%;
}
#header .nav li#join, #header .nav li#story {
width: 16.15%;
}
#header .nav li#search {
width: 5.9%;
text-align: right;
}
#header .nav strong{
display: block;
text-transform: uppercase;
font-size: 1.3em;
font-family: "oswald";
font-weight: normal;
}
#header .nav li.current a{
color: #DE1C85;
}
#header .nav li.current a strong{
color: #DE1C85;
}
#header .nav a span{
font-size: 1.2em;
line-height: .9em;
}
/* Remove Search */
#header .nav li#search {
display: none;
}
#header .nav li#story {
background: none;
}
#header .nav li#catalog{
width: 14.5%;
}
 #header .nav li#host{
width: 13.5%;
}
#header .nav li#join{
width: 18.5%;
}
#header .nav li#story{
width: 16.5%;
}
#header .nav li#find{
width: 18.5%;
}
#header .nav li#find a span,
#header .nav li#find a strong{
color: #f2a4ce;
}
/* -- CA widths -- */
.catalogue #header .nav li#catalog{
width: 18.5%;
}
.catalogue #header .nav li#host{
width: 13.5%;
}
.catalogue #header .nav li#join{
width: 18.5%;
}
.catalogue #header .nav li#story{
width: 15.5%;
}
#content{
padding: .75% 1.5%;
min-height: 400px;
margin-top: -4px;
font-family: sans-serif;
position: relative;
}
#content a , .microdata a, .dsa a{
color: #DE1C85;
text-decoration: none;
background: url("../../../2014/summer/img/layout/link-decoration-pink.gif") left 1.05em repeat-x;
}
.microdata a, .dsa a, #content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{
background-position: left 1.2em;
}
h1, h2, h3, h4, h5 {
font-weight: normal;	
	line-height: 1.1em;
	margin: .25em 0 .5em 0;
	color: #3a3a3a;
}
h1{
font-family: "aleo";
font-size: 2.25em;
margin-top: 0;
}
 h1 small{
font-size: .75em;
line-height: .5em;
position: relative;
top: -.125em;
}
h2{
font-family: "aleo";
font-size: 1.5em;
}
/* looks like category header */
h1.tcenter + h2.tcenter {
padding: .7em .5em 0;
border-top: dotted 1px #404040;
max-width: 400px;
margin-left: auto;
margin-right: auto;
font-weight: 200;
}
h3{
font-family: "aleo";
font-size: 1.3125em;
}
h4{
font-family: "aleo";
font-size: 1.15em;
}
h5{
font-family: "aleo";
font-size: 1em;
text-transform: uppercase;
}
h1.bold, h2.bold, h3.bold, h4.bold,
h1 .bold, h2 .bold, h3 .bold, h4 .bold,
h1 strong, h2 strong, h3. strong, h4 strong {
font-weight: bold;
}
h1.light, h2.light, h3.light, h4.light,
h1 .light, h2 .light, h3 .light, h4 .light{
font-weight: 200;
}
h3.q {
margin: 1em 0;
font-family: "oswald";
}
/* HELPER CLASSES */
.script{
	font-family: "EyeCatching";
	line-height: 1.3em;
	font-weight: normal;
	font-size: 250%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.serif{
font-family: "aleo";
line-height: 1.3em;
font-weight: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
.oswald{
font-family: "oswald";
}
.block {
display: block;
}
.tcenter {
text-align: center;
}
.tleft {
text-align: left;
}
.tright{
text-align: right;
}
.unstyled {
	list-style-type: none;
}
.dots-line {
    background: url("../../../2014/summer/img/layout/border-dotted_1x.png") repeat-x scroll center center #76b0ae;
    display: block;
    height: 6px;
    min-height: 0 !important;
    overflow: hidden;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
	html.backgroundsize .dots-line {
	background-image: url("../../../2014/summer/img/layout/border-dotted_2x.png");
	background-size: 228px 6px;
	}
}
.dashes-line {
    background: #b3b3b3 url("../img/layout/border-dashed-mask_1x.png") repeat-x scroll center center ;
    display: block;
    height: 6px;
    min-height: 0 !important;
    overflow: hidden;
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	clear: both;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
	html.backgroundsize .dashes-line {
	background-image: url("../img/layout/border-dashed-mask_2x.png");
	background-size: 302px 6px;
	}
}
.arrow-line {
	height: 18px;
	min-height: 0 !important;
	overflow: hidden;
	background: url("../../../2014/summer/img/layout/arrow-line_1x.png") -0px center repeat-x;
	background-color: #ec3e63;
	display: block;
}
@-moz-document url-prefix() { 
	/* firefox does a bad job on the edges, using the shadow to try and cover that up*/
	.dots-line, .arrow-line {
		-moz-box-shadow:inset 0 0 0 1px #ffffff;
		box-shadow:inset 0 0 0 1px #ffffff;
	}
}
.arrow-line:after{
float: right;
content: "";
display: block;
width: 0px;
height: 2px;
border-style: solid;
border-width: 9px 9px 9px 9px;
border-color: #ffffff #ffffff #ffffff transparent;
margin-right: -9px;
margin-top: -1px;
}
.arrow-line:before {
float: left;
margin-top: 3px;
content: "";
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 6px 0 6px 6px;
border-color: transparent transparent transparent #ffffff;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
	.backgroundsize .arrow-line{
	background-image: url("../../../2014/summer/img/layout/arrow-line_2x.png");
		background-size: 50px 100%;
	}
}
.multiple
.dots-line hr, .arrow-line hr {
	display: none;
}
p.new-sharing{
float: right;
text-align: center;
width: 160px;
margin: .5em 0em .5em 1em;
padding: 10px 10px 0 10px;
background: url("../img/layout/share-right-bracket.gif") right center no-repeat, url("../img/layout/share-left-bracket.gif") left center no-repeat;
background-size: auto 100%, auto 100%;
}
p.new-sharing .lede{
display: block;
font-size: 2.7em;
line-height: 1em;
margin-bottom: -.2em;
}
p.new-sharing .sharethis{
display: inline-block;
cursor: pointer;
}
.lt-ie9 p.new-sharing {
margin-right: 1em;
paddind-right: 0;
}
.lt-ie9 p.new-sharing .sharethis{
width: 22px;
}
p.new-sharing .sharethis img{
width: 22px;
padding: 5px;
}
.news .post {
margin: 2em 0;
border-bottom: solid 1px #b1b1b1;
padding-bottom: 1em;
}
.post .tote {
	float:right;
	padding:0;
	text-align:center;
	width:200px;
	/*height:160px;*/
	margin: 0;
	border-bottom: 0;
	line-height: 1.2;
	font-size: 12px;
	padding-bottom: 0;
}
.news .post:last-child{
border-bottom: none;
}
.news .post h2 {
	color: #DE1C85;
	margin-bottom: 0em;
}
.news .post .meta{
margin: 0;
font-family: sans-serif;
font-size: .9em;
color: #989898;
}
#footer {
font-family: "oswald";
font-weight: 200;
}
#footer .nav {
	padding: 0 .75%;
	list-style-type: none;
}
#footer .nav a{
text-decoration: none;
color: #DE1C85;
}
#footer .nav ul{
padding: 0;
display: block;
margin: 0;
}
#footer .nav li{
float: left;
width: 14.96667%;
padding: 0 .85%;
margin-bottom: .5em;
line-height: 1.25em;
}
#footer .nav h4{
font-family: "oswald";
margin: 0;
margin-bottom: .25em;
font-size: 1.1875em;
}
#footer .nav li li {
float: none;
width: 100%;
list-style-type: none;
padding: 0;
font-size: 1.0625em;
}
#footer .befriend {
text-align: center;
vertical-align: middle;
margin: 25px 0 40px;
display: block;
width: 100%;
}
#footer .befriend h4 {
display: inline;
font-family: "oswald";
font-weight: 200;
color: #989898;
font-size: 1.4534375em;
padding: .65em .3em 0;
line-height: 1em;
}
#footer .befriend ul{
padding: 0 .125em;
margin: 0;
list-style-type: none;
display: inline;
}
 #footer .befriend h4, #footer .befriend ul{
display: inline-block;
white-space:nowrap;
background: #ffffff;
position: relative;
top: -32px;
}
#footer .befriend{
display: block;
height: 6px;
overflow: visible;
border-top: dashed 2px #b3b3b3;
}
#footer .befriend ul li {
display: inline;
padding: 0 .125em;
}
#footer .befriend ul li img{
background-color: #DE1C85;
display: inline;
vertical-align: middle;
width: 43px;
min-width: 43px;
}
@-moz-document url-prefix() { 
	/* firefox does a bad job on the edges, using the shadow to try and cover that up*/
	#footer .befriend ul li img {
		-moz-box-shadow:inset 0 0 0 1px #ffffff;
		box-shadow:inset 0 0 0 1px #ffffff;
	}
}
#footer p {
text-align: center;
}
#footer .copyright{
display: block;
font-size: 1.1875em;
font-weight: normal;	
font-family: "oswald";
}
#footer .address, #footer .map, #footer .telephone{
	font-size: 1.0625em;
	display: inline-block;
}
#footer .map {
border-right: solid 1px #a7a7a7;
border-left: solid 1px #a7a7a7;
padding: 0 .75em;
margin: 0 .5em;
}
#footer .dsa {
width: 195px;
max-width: 100%;
margin: 1em auto;
text-align: left;
font-size: 0.875em;
line-height: 1.5em;
padding-left: 105px;
}
#footer .dsa img{
float: left;
margin-left: -105px;
}
/* ---- grid layout from bootstrap ---- */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
/* Matt trying to get the blocks set */
.row-fluid{
/*background: rgba(155,17,90,.2);*/
padding: 0 .75%;
box-sizing: border-box; /* IE8+ */
-moz-box-sizing: border-box;
}
.row-fluid [class*="span"] {
margin: .75% .75%;
padding: 0;
box-sizing: border-box; /* IE8+ */
-moz-box-sizing: border-box;
}
/* accepts box-sizing */
.row [class*="span"] {
margin: .75% 8px;
padding: 0;
box-sizing: border-box; /* IE8+ */
-moz-box-sizing: border-box;
}
.row {
width: 990px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.row .span12, .row-fluid .span12.boxcenter {
  width: 968px;
}
.row .span11, .row-fluid .span11.boxcenter  {
  width: 886px;
}
.row .span10, .row-fluid .span10.boxcenter  {
	width: 804px;
}
.row .span9, .row-fluid .span10.boxcenter  {
  width: 722px;
}
.row .span8, .row-fluid .span8.boxcenter  {
  width: 640px;
}
.row .span7, .row-fluid .span7.boxcenter  {
  width: 558px;
}
.row .span6, .row-fluid .span6.boxcenter {
  width: 476px;
}
.row .span5, .row-fluid .span5.boxcenter  {
  width: 394px;
}
.row .span4, .row-fluid .span4.boxcenter  {
  width: 312px; 
}
.row .span3, .row-fluid .span3.boxcenter  {
  width: 230px;
}
.row .span2, .row-fluid .span2.boxcenter  {
	width: 148px;
}
.row .span1, .row-fluid .span1.boxcenter  {
  width: 66px;
}
.row-fluid .span12 {
  width: 98.5%;
}
.row-fluid .span11 {
  width: 90.166666%;
}
.row-fluid .span10 {
	width: 81.833333%;
}
.row-fluid .span9 {
  width: 73.5%;
}
.row-fluid .span8 {
  width: 65.166666%;
}
.row-fluid .span7 {
  width: 56.833333%
}
.row-fluid .span6 {
  width: 48.5%;
}
.row-fluid .span5 {
  width: 40.166666%;
}
.row-fluid .span4 {
  width: 31.833333%; 
}
.row-fluid .span3 {
  width: 23.5%;
}
.row-fluid .span2 {
	width: 15.166666%;
}
.row-fluid .span1 {
  width: 6.833333%;
}
/* no box-sizing */
.lt-ie8 .row-fluid .span12 {
  width: 97%;
}
.lt-ie8 .row-fluid .span11 {
  width: 88.666666%;
}
.lt-ie8 .row-fluid .span10 {
	width: 80.333333%;
}
.lt-ie8 .row-fluid .span9 {
  width: 72%;
}
.lt-ie8 .row-fluid .span8 {
  width: 63.666666%;
}
.lt-ie8 .row-fluid .span7 {
  width: 55.333333%
}
.lt-ie8 .row-fluid .span6 {
  width: 47%;
}
.lt-ie8 .row-fluid .span5 {
  width: 38.666666%;
}
.lt-ie8 .row-fluid .span4 {
  width: 30.333333%; 
}
.lt-ie8 .row-fluid .span3 {
  width: 22%;
}
.lt-ie8 .row-fluid .span2 {
	width: 13.666666%;
}
.lt-ie8 .row-fluid .span1 {
  width: 5.333333%;
}
/* end no-box-sizing */
.right{
float: right;
margin: 0 0 1em 1em;
}
.left {
float: left;
margin: 0 1em 1em 0;
}
.max50{
max-width: 50%;
}
.bottom-right {
position: absolute;
bottom: 0;
right: 0;
width: 100%;
z-index: 10;
}
.row-fluid .boxcenter, .row .boxcenter{
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	max-width: 100%;
}
.row-fluid .span12.bellyband{
margin-left: -.75%;
margin-right: -.75%;
padding-left: 1.5%;
padding-right: 1.5%;
width: 101.5%;
text-align: center;
background-image: url("../../../2014/summer/img/layout/raggity-edge-left.png"), url("../../../2014/summer/img/layout/raggity-edge-right.png");
background-size: 15px auto, 15px auto;
background-position: left 33%, right 66%;
background-repeat: repeat-y, repeat-y;
padding: 1em 30px .5em 30px;
}
.no-multiplebgs .row-fluid .span12.bellyband{
background-image: none;
}
.breakout{
display: block;
margin-left: -1.5%;
margin-right: -1.5%;
}
.row-fluid .span12.ribbon{
box-sizing: content-box;
width: auto;
float: none;
text-align: center;
padding: .5em 5%;
background-image: url('../img/layout/brushy-border.png');
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.row-fluid .bordered{
padding: 1.5%;
box-shadow:inset 0 0 0 1px rgba(0,0,0,.14), 0 0 6px rgba(0,0,0,.24);
position: relative;
overflow: hidden;
}
.bordered img{
width: 100%;
}
.bordered-block{
background: #ffffff;
}
.bordered-block-with-text{
background: #ffffff;
box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 0 6px rgba(0,0,0,.24);
padding: 0;
display: table;
width: 100%;
max-width: 100%;
}
.bordered-block .caption{
text-align: center;
width:50%;
font-family: "oswald";
font-weight: 200;
font-size: 1.3125em;
position: relative;
z-index: 6;
padding: 3%;
display: table-cell;
vertical-align: middle;
}
.bordered-block .caption h2{
	font-family: "kg_eyes_wide_open";
	margin: 0;
	font-size: 2.38095238095238em;
	color: #9ed5d2;
}
.bordered-block .caption p {
margin: 0;
}
.bordered-block img{
position: relative;
z-index: 5;
box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 0 6px rgba(0,0,0,.24);
}
.bordered-block-with-text img{
width: auto;
box-shadow: none;
}
.category .bordered{
	
}
.category .bordered .imgwrap {
display: table-cell;
width: 367px;
vertical-align: middle;
}
.category .bordered .imgwrap img {
max-width: 367px;
}
.lt-ie8 .category .bordered .imgwrap {
display: none;
}
.lt-ie8 .category .bordered .caption{
margin: 0 auto;
width: 66%;
}
.bordered-block .fill{
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
box-shadow:inset 0 0 0 1px rgba(0,0,0,.18);
}
.bordered:hover .fill, .touch .bordered .fill{
opacity: .0;
}
.print-top-border{
top: -13px;
height: 30px;
margin: -.75% 1.5% .75% 1.5%; /* 15 px + 4 for the shadow */
width: 97%;
position: relative;
z-index: 1;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
box-shadow:inset 0 0 0 1px rgba(0,0,0,.18), 0 2px 3px rgba(0,0,0,.24);
background-position-x: center !important;
background-position-y: top;
}
.lt-ie9 .print-top-border{
top: -19px;
border-bottom: solid 1px #989898;
}
#content{
padding-top: 18px;
display: block;
}
.backgroundsize #content{
background: url(../img/layout/content-shadow.gif) center top no-repeat;
background-size: 100% auto;
}
#content .breadcrumbs{
background: #DE1C85;
color: #e3a0c9;
margin: 0 2%;
position: relative;
top: -18px;
padding: .75% 1.5%;
display: inline-block;
text-transform: uppercase;
font-weight: normal;	
font-family: "oswald";
font-size: 1.125em;
box-shadow: 0 0 6px rgba(0,0,0,.24);
}
.lt-ie9 #content .breadcrumbs{
top: 19px;
}
#content .breadcrumbs li{
display: inline;
margin: 0;
list-style-type: none;
padding: 0;
}
#content .breadcrumbs li:before {
content: " / ";
}
#content .breadcrumbs li:first-child:before{
content: "";
}
#content .breadcrumbs a{
color: #ffffff;
background: none;
}
#content .collegiate-school .breadcrumbs{
position: absolute;
top: 0%;
left: 0%;
z-index: 6;
background: rgba(0,0,0,.6);
}
#content .breadcrumbs{
color: rgba(255,255,255,.7);
}
.has-catalog-nav {
padding-right: .9%;
}
#content .catalog_nav {
margin-left: 1.5%;
}
.shadowed{
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.24);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.24);
	box-shadow: 0 0 6px rgba(0,0,0,.24);
}
.photofill img, img.photofill{
display: block;
width: 100%;
float: none;
}
/* ----------- Catalog ----------- */
.has-catalog-nav {
	padding-left: 170px;
	float: right;
	width: auto;
}
.homepage .has-catalog-nav {
	width: auto !important;
}
/* IE-SPECIFIC OVERRIDES */
	.lt-ie10 .has-catalog-nav { width: 100%; } /* IE9 */	
	@media all and (-ms-high-contrast:none)
		 {
			 .has-catalog-nav { width: 100%; } /* IE10 */
			 *::.has-catalog-nav { width: 100%; } /* IE11 */
		 }
.catalog_nav {
	float: left;
	margin-right: -170px;
	font-family: "oswald";
	font-weight: 200;
	color: #989898;
	width: 145px;
	margin-left: .75em;
	position: relative;
	z-index: 2;
}
.catalog_nav h3 {
margin: 0em 0 0 0;
text-transform: uppercase;
font-family: "oswald";
color: #989898;
}
.catalog_nav ul{
margin: .25em 0 .5em;
padding: 0;
list-style-type: none;
}
.catalog_nav ul ul {
margin: .25em 0 1.5em;
}
.catalog_nav li {
margin-bottom: .75em;
}
.catalog_nav li li{
line-height: 1.125em;
font-size: 1.0625em;
margin: 0;
}
#content .catalog_nav a{
background: none;
color: #3a3a3a;
transition: color .25s;
display: block;
padding: .25em 0;
}
#content .catalog_nav a:hover, #content .catalog_nav .current a{
color: #DE1C85;
}
.catalogue .catalog_nav .catalog-download {
font-size: 1.4em;
    line-height: 1.2em;
    margin-top: 0;
}
/* ----- Category ----- */
.lt-ie8 .product-list, .lt-ie8 .catalog .list, .lt-ie8 .personalization .span12 {
width: 793px !important;
}
.category-info{
text-align: center;
margin: 0 auto 1em;
padding: 0;
color: #3a3a3a;
font-size: 1.25em;
}
.category-info h1{
font-size: 2em;
line-height: 1em;
margin: 0;
padding: 0 .5em .35em .25em;
font-weight: normal;
display: inline-block;
text-transform: none;
color: #393939;
text-transform: uppercase;
}
.category-info h1 sup{
font-size: 58%;
font-weight: bold;
}
.category-info  p{
margin:  0 auto .5em;
max-width: 20em;
font-weight: 200;
}
.category-info h1 + p {
padding: .7em .5em 0;
border-top: dotted 1px #404040;
}
.product-list ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear: both;
}
.product-list li {
text-align: center;
width: 33.33333%;
display: inline-block;
vertical-align: top;
margin: 0 0 3% 0;
background: #ffffff;
position: relative;
overflow: visible;
}
.product-list .product_thumbs li p{
	font-size: .9em;
	line-height: 1.4em;
	text-align: left;
	padding: 0 5%;
	opacity: 0;
	height: 0;
	overflow: hidden;
	}
.product-info p{
	font-size: .9em;
	line-height: 1.4em;
	text-align: left;
	padding: 0 5%;
	color: #666666;
	}
.lt-ie8 .product-list li  {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 380px;
}
#content .product-list li a,
.product-info a{
	background-image: none;
	background: none no-repeat scroll 0 0 rgba(255, 255, 255, 0.3);
	color: #404040;
}
.product-list li a{
	border-radius:3px;
	display: block;
	padding: 0 3% 1.75% 3%;
	width: 94%;
	position: relative;
	height: auto;
}
.no-touch.boxshadow .product-list li:hover{
}
.no-touch.boxshadow .product-list li.hover a{
	position: absolute;
	transition:box-shadow .25s, background-color .125s; 
	transition-timing-function: ease, ease;
	box-shadow:inset 0 0 20px 5px #ffffff, 0 2px 8px rgba(0,0,0,.5);
	background-color: rgba(255,255,255,.92) !important; /* the background for the flyout box */
	z-index: 10;
	overflow: hidden;
}
.no-touch.boxshadow .product-list li.hover p {
	transition:opacity .25s;
	opacity: 1.0;
	height: auto;
}
.no-touch .product-list li:hover span.imgwrap {
width: 104%;
margin: 0 -2% 0 -2%!important;
}
.no-touch .product-list li:hover span.imgwrap img{
margin: -2% 0;
}
.product-list .name-price,
.product-info .name-price{
border-top: dotted 1px #404040;
padding-top: .5em;
text-transform: uppercase;
font-family: "oswald";
font-weight: normal;	
font-size: 1.2em;
margin:0 0 .4em;
position: relative;
z-index: 9;
}
.name-price .price {
white-space:nowrap !important;
}
.name-price .price em,
.product .price em{
font-style: normal;
font-size: 75%;
color: #666666;
}
.product-info .name-price .name {
color: #666666;
}
.product-list li span.print-count,
.product-info span.print-count{
display: block;
font-size: .9em;
text-transform: none;
font-family: sans-serif;
color: #b2b2b2;
line-height: 1.2em;
}
.product-list .value,
.product-info .value{
display: block;
color: #DE1C85;
margin: -.4em 0 .2em 0;
text-transform: italic;
font-weight: bold;
text-transform: uppercase;
}
.product-list li a strike,
.product-info a strike{
	color: #989898;
}
.product-list li a strong,
.product-info a strong{
	color: #DE1C85;
}
.product-list li sup,
.product-info sup{
font-size: 66%;
vertical-align: middle;
}
.product-list li sup.footnote{
color: #989898;
font-weight: 200;
}
.product-list li strong sup,
.product-info strong sup{
top: -.35em;
}
.product-list li img{
margin: 0 auto;
border-radius: 5px;
overflow: hidden;
}
.product-list li span.imgwrap,
.product-list li .imgwrap span{
margin: 0 !important;
border: none;
padding: 0 !important;
display: inline;
border-radius: 5px;
}
/* Fix the size of the block on load, so we don't have to wait for images */
.product-list li span.imgwrap {
display: block;
width: 100%;
padding-top: 101.5% !important;
position: relative;
transition: width .25s, margin .25s; 
}
.product-list li span.imgwrap img{
position: absolute;
top: 0;
right:0;
left: 0;
width: 100%;
transition: width .25s, margin .25s; 
}
/* Swatch Switcher on category pages */
.product_thumbs .product_thumb,
.prod-table .grid_cart_item{
opacity: 1;
transition: opacity .5s; 
}
.product_thumbs .product_thumb.swatch-de-selected,
.grid_cart_item.swatch-de-selected {
display: none;
}
.spirit-collection .product_thumbs .product_thumb.swatch-de-selected,
.spirit-collection .prod-table .grid_cart_item.swatch-de-selected {
display: inline-block;
opacity: .4;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* ie8 */
filter: alpha(opacity=40); /* ie5-7 */
}
.product_thumbs .product_thumb:hover{
opacity: 1;
}
.last-chance-swatches{
text-align: center;
padding: 0 0 2em 0;
margin: 1em 0 1em 0;
position: relative;
list-style-type: none;
}
.product-list .last-chance-swatches li,
.uic-main .last-chance-swatches li{
display: inline-block;
width: 7%;
margin: 3px 0;
padding: 0;
max-width: 60px;
min-width: 40px;
position: static;
border-radius: 50%;
overflow: hidden;
position: relative;
}
.last-chance-swatches li a{
display: block;
padding-top: 100%;
overflow: hidden;
border-radius: 50%;
color: #404040;
}
.last-chance-swatches li a:before{
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 3px rgba(0,0,0,.3);
top: 0;
left: 0;
border-radius: 50%;
z-index: 4;
background-color: none;
transition: background-color .3s;
}
.last-chance-swatches li a.selected:before{
background-color: rgba(0,0,0,.3);
}
.last-chance-swatches li a img{
position: absolute;
top: 0;
left: -2%;
width: 104%;
max-width: 104%;
z-index: 3;
}
.last-chance-swatches li a span{
line-height: 1em;
position: absolute;
top: 50%;
width: 100%;
display: block;
left: 0;
text-align: center;
margin-top: -.5em;
font-family: oswald;
text-transform: uppercase;
}
/* Swatch Switcher controls on spirit */
.spirit-collection .swatch-switcher{
text-align: center;
padding: 0 0 2em 0;
margin: 1em 0 1em 0;
position: relative;
list-style-type: none;
}
.spirit-collection .swatch-switcher li{
display: inline-block;
width: 11.11111%;
margin: 3px .2em;
padding: 0;
max-width: 60px;
min-width: 40px;
position: static;
}
.spirit-collection .swatch-switcher li a{
position: static;
padding: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
color: #666666;
}
.spirit-collection .swatch-switcher .swatch{
display: block;
width: 100%;
padding-top: 100%;
border-radius: 50%;
/*
-webkit-border-radius: 50%;
box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
*/
-webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1), 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1), 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
transition: box-shadow .1s, margin .2s;
}
.no-touch .spirit-collection .swatch-switcher li a:not(.selected):hover .swatch{
/*
box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.4);
*/
-webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1), 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.1), 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
margin-top: -1px;
margin-bottom: 1px;
}
.spirit-collection .swatch-switcher li a.selected .swatch{
/*
box-shadow: inset 0px 0px 0px 7px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0px 0px 0px 7px rgba(0, 0, 0, 0.3);
*/
-webkit-box-shadow: inset 0px 5px 3px rgba(0, 0, 0, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 5px 3px rgba(0, 0, 0, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.spirit-collection .swatch-switcher .name {
margin-top: .5em;
font-size: .9em;
display: none;
position: absolute;
bottom: 0;
width: 100%;
left: 0;
overflow: visible;
white-space:nowrap;
}
.spirit-collection .swatch-switcher .selected .name {
display: block;
}
.spirit-collection .product-list li.hosting-ad,
.hostess-exclusives .product-list li.hosting-ad{
display: none;
}
.spirit-collection .grid_cart_item p{
margin: 0;
} 
.spirit-collection .grid_cart_item img {
width: 222px;
height: 222px;
}
.spirit-collection .iconit-preview-wrapper {
padding: 116% 3% 3% 3%;
border-radius: 10px;
position: relative;
margin-bottom: 3%;
}
#rep-template .span5{
margin: 0 auto;
}
.iconit-preview-wrapper .icon-selector {
position: absolute;
top: 3%;
margin-top: 1em;
margin-left: -1px;
left: 3%;
width: 94%;
background: #111111;
background: rgba(0,0,0,.5);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: solid 1px #ffffff;
border: solid 1px rgba(255,255,255,.8);
z-index: 3;
}
.iconit-preview-wrapper .icon-selector label{
color: #ffffff;
color: rgba(255,255,255,.8);
font-size: .8em;
text-transform: uppercase;
font-weight: bold;
position: absolute;
left: 2px;
top: 0;
margin-top: -1.75em;
}
.iconit-preview-wrapper .icon-selector select{
display: block;
width: 100%;
padding: .2em .75em .3em;
text-align: center;
border: none;
line-height: 2em;
color: #ffffff;
background: transparent;
-webkit-appearance: none;
outline: none;
}
.icon-selector select option{
text-align: center;
background: #111111;
}
.iconit-preview-wrapper img{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.spirit-collection .slides{
margin: 1.25em 0;
position: relative;
padding-top: 49.8%;
}
.spirit-collection .slides .slide{
width: 100%;
display: block;
margin: 0;
position: absolute;
left: 0;
top: 0;
}
.spirit-collection .slides .slide img{
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.spirit-collection .category-info p{
font-size: 1.25em;
}
.spirit-collection .selected .name{
font-family: sans-serif;
font-size: .8em;
}
.spirit-collection .category-info h1:before, 
.spirit-collection .category-info h1:after,
.catalog-category-2 .print-top-border{
background-color: #0D223F;
}
.catalog-category-2 .print-top-border{
background-image: none;
}
.spirit-collection .category-info h3{
margin: .3em 0 0 0;
line-height: 1.1em;
}
.spirit-black-pattern, .black-pattern{
background-image: none !important;
background-color: #2E2A25;
}	
.spirit-forest-green-pattern{
background-image: none !important;
background-color: #1B453B;
}	
.spirit-grey-pattern, .grey-pattern{
background-image: none !important;
background-color: #78787A;
}	
.spirit-maroon-pattern{
background-image: none !important;
background-color: #712D3E;
}	
.spirit-navy-pattern, .navy-pattern{
background-image: none !important;
background-color: #0D223F;
}	
.spirit-orange-pattern {
background-image: none !important;
background-color: #D15F27;
}
.spirit-pink-pattern, .pink-pattern {
background-image: none !important;
background-color: #e4277d;
}
.spirit-purple-pattern {
background-image: none !important;
background-color: #5B2D82;
}
.spirit-red-pattern {
background-image: none !important;
background-color: #C32032;
}
.spirit-royal-blue-pattern {
background-image: none !important;
background-color: #1A468D;
}
/* Hosting ad on category pages */
.product-list li.hosting-ad{
padding: 0;
margin: 0 -4px 1em 0;
}
#content .product-list li.hosting-ad a{
border-radius: 0;
margin: 0% 5%;
background-size: 100% 100%;
vertical-align:middle;
line-height: 1.2em;
font-size: 1.15em;
color: #ffffff !important;
width: auto;
padding: 11% 8%;
opacity: .7;
transition: opacity .5s; 
background-color: #50b2b0; /* #7bafac */
}
#content .product-list li.hosting-ad a:hover{
opacity: 1;
}
.backgroundsize .product-list li.hosting-ad a{
background-image: url("../img/layout/brushy-border.png")!important;
background-size: 100% 100% !important;
}
.product-list .hosting-ad img{
display: block;
margin: 3% -3%;
width: 106%;
max-width: 106%;
}
/* for Product Not Found page */
.catalog-category-404 .alert {
    margin: 1em auto 2em;
    padding-bottom: 1em;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #000;
}
/* ----- New Print and New Style Bugs ----- */
/*.backgroundsize .category .new-print:after,*/
.backgroundsize .category:not(.new-styles):not(.jewell-by-thirty-one):not(.canvas-crew-collection) .new-style:after,
.backgroundsize .category .add-on:after,
.backgroundsize .category:not(.last-chance) .last-chance:after,
.backgroundsize .mainimage.last-chance:not(.secondary):after,
.backgroundsize .category .hostess-special:after,
.backgroundsize .category .customer-special:after,
.backgroundsize .category .gives-item:after,
.backgroundsize .mainimage.new-print:not(.secondary):after,
.backgroundsize .mainimage.customer-special:after,
.backgroundsize .category:not(.hostess-exclusives) .hostess-exclusive:after,
.backgroundsize .mainimage.gives-item:not(.secondary):after{
content: "";
background-color: blue;
color: #ffffff;
display: block;
padding: 13%;
margin: 0 1% 0 0;
-webkit-border-radius: 50% 50% 50% 5%;
-moz-border-radius: 50% 50% 50% 5%;
border-radius: 50% 50% 50% 5%;
position: absolute;
top: 0;
right: 0;
text-align: center;
-webkit-transition: opacity .25s;
-moz-transition: opacity .25s;
transition: opacity .25s;
z-index: 5;
}
.backgroundsize .category .hover .new-print:after,
.backgroundsize .category .hover .new-style:after,
.backgroundsize .category .hover .add-on:after,
.backgroundsize .category .hover .hostess-exclusive:after,
.backgroundsize .category .hover .hostess-special:after,
.backgroundsize .category .hover .gives-item:after {
opacity: 0 !important;
}
/* New Print - should display main product images and  unseleceted swatches when not superseded by gives or new item */
/*.backgroundsize .category:not(.new-styles) .new-print:not(.new-style):not(.gives-item):not(.hostess-exclusive):after,
.backgroundsize .category.new-styles .new-print:not(.gives-item):not(.hostess-exclusive):after,*/
.backgroundsize .swatch-image:not(.selected) .new-print:not(.secondary):not(.gives-item):after,
.backgroundsize .mainimage.new-print:not(.secondary):not(.gives-item):after,
.backgroundsize .category.hostess-exclusives .new-print:after{
background: url('../img/layout/icon-new-print.png') center center;
background-size: 100%;
background-color: #50b2b0;
background-color: rgba(11,144,141,.7);
}
/* New Style - should display on categories (except new arrivals, redundant) when not superseded by gives */
.backgroundsize .category:not(.new-styles):not(.jewell-by-thirty-one):not(.canvas-crew-collection) .new-style:not(.hostess-exclusive):after,
.backgroundsize .category.hostess-exclusives .new-style:after
/*, .mainimage.new-style:after */{
background: url('../img/layout/icon-new-item.png') center center;
background-size: 100%;
background-color: #50b2b0;
background-color: rgba(11,144,141,.7);
}
.backgroundsize #content .category .add-on:after {
background: url('../img/layout/icon-add-it-on.png') center center;
background-size: 100%;
background-color: #80bc52;
background-color: rgba(70,159,1,.7);
}
.backgroundsize .category .last-chance:after,
.backgroundsize .mainimage.last-chance:not(.secondary):not(.gives-item):after{
background: url('../img/layout/icon-last-chance.png') center center;
background-size: 100%;
background-color: #80bc52;
background-color: rgba(70,159,1,.7);
}
.backgroundsize .category:not(.hostess-exclusives) .hostess-exclusive:after{
background: url('../img/layout/icon-hostess-exclusive.png') center center;
background-size: 100%;
background-color: #DE1C85;
background-color: rgba(228,0,97,.7);
}
.backgroundsize .category .hostess-special:after,
.backgroundsize .category.hostess-exclusives .hostess-special:after,
.backgroundsize .category.new-styles .hostess-special:after,
.backgroundsize .category:not(.hostess-exclusives) .hostess-special:after,
.backgroundsize .mainimage.hostess-special:not(.secondary):not(.gives-item):after{
background: url('../img/layout/icon-hostess-special.png') center center !important;
background-size: 100% !important;
background-color: #DE1C85 !important;
background-color: rgba(228,0,97,.7) !important;
}
.backgroundsize .category .customer-special:after,
.backgroundsize .mainimage.customer-special:after {
background: url('../img/layout/icon-customer-special.png') center center !important;
background-size: 100% !important;
background-color: #DE1C85 !important;
background-color: rgba(228,0,97,.7) !important;
}
/* Gives Item - should display on categories (except URU, redundat), main product images and unseleceted swatch images, should override all other highlights */
.backgroundsize .category:not(.the-u-r-u-collection) .gives-item:after,
.backgroundsize .mainimage.gives-item:not(.secondary):after,
.backgroundsize .swatch-image:not(.selected) .gives-item:after{
background:  url('../img/layout/icon-gives.png') center center;
background-size: 100%;
background-color: transparent;
/*margin-top: 70%;*/
}
.swatch-image:not(.selected) .gives-item:after,
.swatch-image:not(.selected) .new-print:not(.secondary):not(.gives-item):after
{
	display: none !important;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) { 
	.swatch-image:not(.selected) .gives-item:after,
	.swatch-image:not(.selected) .new-print:not(.secondary):not(.gives-item):after
	{
	display: block !important;
	}
}
/* hide main image bug on hover */
.mainimage.new-style:hover:after,
.mainimage.new-print:hover:after,
.mainimage.gives-item:hover:after{
opacity: 0;
}
/* ----- Product ----- */
.product .id{
float: right;
/*outline: solid 1px orange;*/
}
.product .id .name,
.product .id .printname,
.product .id .price,
.product .id .productid{
display: inline-block;
}
.product  .name sup{
font-size: 57%;
}
.product .id h1, .product .id h2{
text-transform: uppercase;
font-size: 2em;
line-height: 1em;
margin: 0 0 .2em 0;
font-family: "oswald";
}
.product .id h1 .name,
.product .id h2 .price{
color: #DE1C85;
font-weight: normal;
}
.product .id .slash {
color: #989898;
font-weight: 200;
}
.product .id .printname,
.product .id .slash,
.product .id .productid{
font-size: .75em;
}
.product .id h2 .price strike{
text-decoration:line-through;
color: #989898;
font-weight: 200;	
font-family: "oswald";
}
.product .id h2 .minimum{
color: #989898;
font-size: .5em;
display: block;
font-family: sans-serif;
text-transform: none;
font-weight: normal;
}
.product .id h2{
display: inline;
}
.product .id h2 sup {
font-size: 56%;
vertical-align: middle;
}
.product .id h2 sup.footnote{
color: #989898;
font-weight: 200;
}
.product .description {
float: left;
margin-bottom: 2em;
}
.product .description p {
margin-top: 0;
}
.product .pers-options {
display: inline;
}
#content .product .pers-options a{
background-image: none;
}
.product .pers-icon {
display: inline;
}
.product .pers-icon img {
display: inline;
vertical-align: baseline;
height: .7em;
margin-bottom: -1px;
background-color: #666666;
}
.product .pers-icon img.W{
background-color: #00aeef;
}
.product .disclaimer { display: none; }
.has-alts .product .disclaimer { display: block; }
.product .minimum{
color: #989898;
clear: left;
padding: 1em 0;
margin: 0;
}
#images {
float: left;
position: relative;
padding-left: 100px;
}
.no-js #images {
padding-left: 0;
}
#images .moreimages {
float: left;
line-height: 0;
position: relative;
z-index: 12;
background: #ffffff;
overflow: scroll;
width: 120px;
-webkit-overflow-scrolling: touch;
}
#images .moreimages .inner {
    padding: 16px 0;
}
#images .moreimages .inner img{
margin-bottom:;
}
#images .moreimagesouter {
	overflow:hidden;
	width: 100px;
	left: 0;
	position: absolute;
}
#images .moreimagesouter.horizontal {
	width: 100%;
}
#images .mainimage {
width: 99%;
margin-left: 1%;
float: left; /* needed for IE */
}
.no-js #images .mainimage.primary {
display: none;
}
#images .mainimage img {
margin: 0 auto;
width: 100%;
height: auto;
border-radius: 2%;
}
/* Magnify */
.mainimage {position: relative;}
.mainimage img { display: block;}
/*Lets create the magnifying glass*/
.large {
	background-color: #ffffff;
	
	width: 40%;
	height: 40%;
	
	position: absolute;
	border-radius: 100%;
	
	border: solid 6px rgba(0,0,0,.5);
	
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	
	/*Lets load up the large image first*/
	/* load the image via JS */
	background-repeat:no-repeat;
	
	/*hide the glass by default*/
	display: none;
	z-index: 25;
	
	cursor: none;
}
.lt-ie9 .large{
border: solid 1px #000000;
}
#images .mainimage.zoomable{
opacity: .2;
}
#images .mainimage .zoom-icon{
position: absolute;
}
.no-touch #images .mainimage .zoom-icon{
width: 30px;
height: 30px;
margin: 0 -15px -15px 0;
background-image: url('../../../2014/summer/img/layout/product-magnify-sprite-no-touch.png');
background-repeat: none;
bottom: 10%;
right: 10%;
-webkit-transition: opacity .25s;
-moz-transition: opacity .25s;
transition: opacity .25s;
}
.no-touch #images .mainimage:hover .zoom-icon {
opacity: 0;
}
.touch #images .zoom-icon {
width: 40px;
height: 48px;
margin: 0 -20px -24px 0;
background-image: url('../../../2014/summer/img/layout/product-magnify-sprite-touch.png');
background-repeat: none;
bottom: 10%;
right: 10%;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) { 
	
	.backgroundsize.no-touch #images .mainimage .zoom-icon{
		background-size: 45px 45px;
		background-position: bottom right;
	}
	
	.backgroundsize.touch #images .mainimage .zoom-icon{
		background-size: 60px 72px;
		background-position: bottom right;
	}
}
.product .moreimages img {
	display: block;
	cursor: pointer;
	width: 100px;
	border-radius: 4%;
}
.product .morevideo img {
	/* display: inline-block; */
	margin-bottom: .5em;
}
/* new print graphic */
#images .mainimage.primary.newprint:after
{
content: "";
display: block;
width: 130px;
height: 62px;
background-image: url('../../../2014/summer/img/layout/product-new-print-sprite.png');
background-repeat: no-repeat;
position: absolute;
top: 5px;
right: 5px;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
	.backgroundsize #images .mainimage.primary.newprint:after {
	    background-position: left bottom;
		background-size: 130px auto;
	}
}
/* ----- Product Thumbs ----- */
/*
.prints {
    margin: 0 0 30px;
	text-align: center;
}
.prints h3 {
	margin: 0;
}
.prints .inner {
    margin: 0px auto;
}
.swatch-image {
    float: left;
    margin: 0 0 5px;
    position: relative;
}
.swatch-image a {
    display: block;
    position: relative;
}
.swatch-image img {
    font-size: 8px;
    height: auto;
    padding-right: 0;
    width: 96px;
}
.product .prints img {
	padding: 0 2px;
}
*/
.print-thumbs{
/*outline: solid 1px orange;*/
width: 756px;
margin: 0 auto;
max-width: 98.5%;
text-align: center;
}
.prints {
	text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
	height: 100px;
	padding: 4px 22px;
	
}
.print-thumbs h3 {
font-family: oswald;
	margin: 0 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.125em;
}
.prints .inner {
     height: 140px; 
	margin: 0px auto;
	text-align: center;
	
}
.prints .swatch {
    overflow: auto;
	font-size: 0;
}
.swatch-image {
    margin: 0;
    float: left;
    position: relative;
	
}
.swatch-image a {
    display: block;
    position: relative;
	width: 100px;
}
.swatch-image .imgwrap{
}
.swatch-image img {
height: auto;
padding: 0 !important;
width: 100px;
height: 100px;
display: block;
}
img.swatch-circle {
position: absolute;
z-index: 2;
}
.scroll-right, .scroll-left {
	width:25px;
	height: 109px;
	cursor: pointer;
	display:none;
	position: absolute;
	top: 0;
	z-index: 2;
	/* To set it to none use a totally transparent RGBA */
	 -webkit-tap-highlight-color: rgba(0,0,0,0); 
}
.scroll-right {
background: url("../../../2014/summer/img/layout/product-scroll-right_1x.png") 0 center no-repeat;
left: 0;
}
.scroll-left {
background: url("../../../2014/summer/img/layout/product-scroll-left_1x.png") 0 center no-repeat;
right: 0;
}
@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi){ 
	.backgroundsize .scroll-right{
	    background-image: url("../../../2014/summer/img/layout/product-scroll-right_2x.png");
		background-size: 25px auto;
	}
	.backgroundsize .scroll-left{
	    background-image: url("../../../2014/summer/img/layout/product-scroll-left_2x.png");
		background-size: 25px auto;
	}
}
.scroll-down,
.scroll-up {
	width:17%;
	height: 24px;
	cursor: pointer;
	display:none;
	position: absolute;
	left: 0;
	z-index: 25;
	
}
.scroll-down img, .scroll-up img {
margin: 0 auto;
position: absolute;
height: 24px;
}
.scroll-up img {
bottom: 0;
}
.scroll-down img.arrow, .scroll-up img.arrow{
left: 50%;
margin-left: -10px;
height: 10px;
}
.scroll-down {
	top: -1px;
}
.scroll-up {
	bottom: -1px !important;
}
/* ----- Circle of Honor ----- */
.circleOfHonor {
	float: right;
	margin: -10px 10px 10px 20px;
}
.circle-of-honor h1,
.circle-of-honor h2 {
	margin: 0;
}
.cohList li {
	font-size: 16px;
	list-style: none;
}
.cohList .selected {
	color: #38312F !important;
	border-left-style: solid;
	border-left-width: 10px;
	margin-left: -30px;
	padding-left: 15px;
	border-bottom-width: 0;
	border-top-color: #de1c85;
	border-right-color: #de1c85;
	border-bottom-color: #de1c85;
	border-left-color: #de1c85;
}
.circle-of-honor .pageTitle {
	background-position: 0 -459px;
	display: block;
	height: 42px;
	margin-top: 6px;
	text-indent: -99999px;
	width: 300px;
	margin-bottom: 15px;
}
.coh-about {
	margin:auto;
	clear:both;
	float:left;
	display:block;
}
ul.coh-pics {
	display: block;
	margin:0;
	padding: 0;
	list-style-type: none;
}
ul.coh-pics li.date{
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 3em;
	width: 100%;
}
ul.coh-pics li.date:last-child{
	margin-bottom: 0;
}
ul.coh-pics h4 {
	font-size: 17px;
	line-height: 17px;
	padding: 0;
	margin: 0 0 1em 0;
	width: 20%;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	white-space:nowrap;
}
ul.coh-pics ul {
	list-style-type: none;
	padding: 0 0 !important;
	margin: 0 0% !important;
}
ul.coh-pics ul li{
	float: left;
	width: 17.5%;
	padding: 0 0 !important;
	text-align: center;
	margin: 0 1% 1em!important;
}
.lt-ie8 ul.coh-pics ul li{
	margin: 0 2% 0 0!important;
}
ul.coh-pics a {
	padding: 0;
}
ul.coh-pics a .img{
	width: 100%;
	padding: 50% 0;
	display: block;
	position: relative;
	
	-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);
	
	margin-bottom: 7%;
	
	-webkit-transition: all .25s;
	    -moz-transition: all .25s;
	    -o-transition: all .25s;
	    -ms-transition: all .25s;
	    transition: all .25s;
}
ul.coh-pics a:hover {
	text-decoration: none;
}
.lt-ie9 ul.coh-pics a:hover {
text-decoration: underline;
}
ul.coh-pics a:hover .img {
	-webkit-box-shadow: 0 0 0 3px #ffffff, 0 0 0 9px #DE1C85, 0 0 0 11px #ffffff, 0 0 0 12px #666666;
	-moz-box-shadow: 0 0 0 3px #ffffff, 0 0 0 9px #DE1C85, 0 0 0 11px #ffffff, 0 0 0 12px #666666;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 9px #DE1C85, 0 0 0 11px #ffffff, 0 0 0 12px #666666;
}
ul.coh-pics a img {
	display: block;
	width: 101% !important;
	max-width: 101% !important;
	position: absolute;
	top: 0;
	left: 0;
}
ul.coh-pics .name, ul.coh-pics .title{
	display: block;
	line-height: 17px;
}
ul.coh-pics .name{
	font-family: "aleo";
	padding: .25em 0 0 0;
	margin: 0 0 .5em 0;
}
ul.coh-pics .title{
	font-size: 13px;
	font-weight: normal;
	margin-top: .5em;
	color: #666666;
	display: none;
}
ul.coh-pics li.theresa-mckeon img{
	top: -10%;
}
ul.coh-pics li.jennifer-cornell img{
	top: -10%;
}
ul.coh-pics li.susan-sullivan img{
	top: -15%;
}
ul.coh-pics li.angie-deatherage img{
	top: -8%;
}
ul.coh-pics li.donna-runion img{
	top: -4%;
}
ul.coh-pics li.marci-snively img{
	top: -6%;
}
ul.coh-pics li.jen-tufford img{
	top: -4%;
}
	
img.honoree-photo {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-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);
	
	float:right;
	margin: .5em -20% 1em 2em;
	
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Safari and Chrome */
	
	width: 230px;
	
	clear: right;
}
img.honoree-logo{
float: right;
clear: right;
margin: -50px -20% 1em 1em;
position: relative;
width: 220px;
}
/*
.honoree h1 {
font-family: "Shelby";
font-size: 3.5em;
margin-bottom: 0;
color: #DE1C85;
}
*/
.honoree h2{
display: none;
}
   /* ad landing */
   
   .stacked-headline .script{
   font-size: 130%;
   color: #ad649c;
   display: block;
   }
   
   
   
   .consultant-thanks h1,
   .party-thanks h1{
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   display: block;
   }
   
   @media (max-width: 450px) {
   
   .consultant-thanks h1.split-arrow,
   .party-thanks h1.split-arrow {
   padding: 0;
   }
   .consultant-thanks h1.split-arrow:before,
   .consultant-thanks h1.split-arrow:after,
   .party-thanks h1.split-arrow:before,
   .party-thanks h1.split-arrow:after {
   
   display: none;
   
   }
   }
   
   
   
/* ----------- Misc ------------- */
.tostick {
	position: static;
	overflow: hidden;
}
.social .social-list{
margin: 2em 0;
padding: 0;
}
.social .social-list li {
display: inline-block;
text-align: center;
width: 20%;
margin: 0;
padding: 0;
}
.social .social-list li img {
margin: 0 auto;
}
  /*----- Forms -----*/
  
form{
	border: solid 1px #666666;
	padding: 2% 5%;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	
	margin: 6% 0;
	-webkit-box-shadow: 0 0 0 6px #d1d1d1;
	-moz-box-shadow: 0 0 0 6px  #d1d1d1;
	box-shadow: 0 0 0 6px  #d1d1d1;
}
form .input, form .checkbox , form .submit{
	margin: 3% 0;
}
form p:last-child{
	margin-bottom: 1%
}
form .input label, form .checkbox label, form .textarea label{
	font-size: 1.5em;
	font-weight: normal;	
	font-family: "oswald";
	color: #DE1C85;
}
form label span{
	font-size: .75em;
	color: #989898;
}
form .input input, form .textarea textarea{
	display: block;
	width: 94%;
	padding: 1% 3%;
	font-size: 1.5em;
	height: 2em;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #666666;
	margin: 0px -1px;
	
	color: #666666;
}
form .textarea textarea {
height: 8em;
 resize: none; 
}
form .submit input, button, #content a.button,  a.my31button{
	
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;	
	font-family: "oswald";
	text-transform: uppercase;
	color: #ffffff;
	padding: .5em 1.5em .375em 1.5em;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	
	min-width: 5em;
	text-align: center;
	
	background:  #de1c85;
}
form .submit input:after,  button:after,   #content a.button:after, a.my31button:after{
content: "";
display: inline-block;
width: .6em;
height: .9em;
background: url('../img/layout/button-double-arrow.svg') left center no-repeat;
background-size: 100% ;
margin: .1em -.6em 0 .125em;
}
#content a.button {
display: inline-block;
}
	#content a.button.purple {
		padding:1em 4em;
		margin-top:2em;
	}
form .submit input:hover,  button:hover, #content a.button:hover,  a.my31button:hover{
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,.3);
	box-shadow:1px 2px 4px rgba(0,0,0,.3);
	text-decoration: none;
}
form .submit input:focus, button:focus, #content a.button:active,   a.my31button:active{
	-webkit-box-shadow: inset 2px 3px 6px rgba(0,0,0,.3);
	-moz-box-shadow: inset 2px 3px 6px rgba(0,0,0,.3);
	box-shadow:inset 2px 3px 6px rgba(0,0,0,.3);
}
.no-js p.input, .no-js p.checkbox, .no-js  p.submit{
	display: none
}
.noscript{
	display: none;
}
.no-js .noscript{
	display: block;
}
 
form label.error{
font-size: 1.25em;
line-height: 1.25em;
background: red;
color: #ffffff;
font-family: "oswald";
font-weight: 200;
padding: .25em .5em;
margin: 0 0 0 -1px;
position: relative;
z-index: 15;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
display: inline-block ;
}
form input.error, form textarea.error{
border: solid 2px red;
-webkit-border-radius: 3px 3px 3px 0;
-moz-border-radius: 3px 3px 3px 0;
border-radius: 3px 3px 3px 0;
}
form label.valid{
display: none !important;
}
form input:focus, form textarea:focus{
outline: none;
-webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,.3);
-moz-box-shadow: inset 0px 0px 6px rgba(0,0,0,.3);
box-shadow:inset 0px 0px 6px rgba(0,0,0,.3);
}
form .input input:focus, form textarea:focus {
background: #f4f4f4;
}
  /* --- styles for printing collegiate pages --- */
  @media print {
  	body {
  		padding: 0 !important;
  		margin: 0 !important;
  		background: white;
  	}
	
  	.container { padding:0 !important; }
	
  	.top_right,
  	.navbar,
  	.thick_border_top
  		{ display:none !important; }
	
  	.full { background: none !important; }
	
  	[class*="span"] {
  		margin-left: 0 !important;
  	}
  	.span4 {
  		overflow:auto;
  		width:45% !important;
  		float: left !important;
  		clear: none !important;
  		margin-right: 5% !important;
  	}
  	.span8 {
  		width: auto !important;
  	}
  	.fb-fanfavs-wrap, .patch, .print-button { 
  		display:none !important; 
  		visibility:hidden !important;
  	}
  	.header-image { float:right !important; width:500px !important; }
  	div.font-style {float:left !important; }
  	.color-chart .color img, .color-chart .thread img { width:20px; height:20px; }
	
	
  	.top_container{
  	display: none;
  	}
	
  	.footer_container{
  	display: none;
  	}
	
  }
  /* -------- Search -------*/
  
#search-bar {
margin: -10px 0 0 0;
padding-top: 10px;
height: 86px;
display: none;
overflow-x: hidden;
}
    
  
#search-form{
	padding: 1em 0;
	margin: 0;
	background: #989898;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none;
	border: none;
	text-align: center;
	
	width: 100%;
	left: 0;
	z-index: 10;
	position: absolute;
	
	-webkit-box-shadow: inset 0 -2px 1px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -2px 1px rgba(0,0,0,.2);
	box-shadow: inset 0 -2px 1px rgba(0,0,0,.2);
}
#search-form label {
color: #ffffff;
text-transform: uppercase;
display: block;
width: 300px;
margin: 0 auto;
text-align: left;
font-size: .8em;
line-height: 1em;
}
#search-form input{
width: 260px;
padding: 10px 30px 10px 10px;
border: solid 1px #666666;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: 3px;
}
#search-form button{
position: absolute;
width: auto;
min-width: 0;
padding: 10px;
margin: 2px 0 0 -40px;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow:none;
}
#search-form input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: .75em;
	line-height: 1.5em;
}
#search-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: .75em;
	line-height: 1.5em;
}
#search-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: .75em;
	line-height: 1.5em;
}
#search-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: .75em;
	line-height: 1.5em;
}
.stacked-headline .oswald{
font-weight: 200;
}
@media (max-width: 968px) {
	#content .solutions .products {
		width: 70%;
		display: block;
		margin: 0 auto;
		padding: 0;
	}
}
@media (max-width: 680px) {
	#content .solutions .products {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.solutions .subnav ul a li span { font-size: .6em; letter-spacing: 0; }
}
/* for Corporate Careers page */
.corporate-careers #content {
	padding: .75% 0 0 0;
}
.corporate-careers #content .row.careers {
	margin-right: 0;
	margin-left: 0;
	width: auto;
}
.corporate-careers #content .boxcenter {
	width: 1024px !important;
	max-width: 1024px !important;
}
.corporate-careers #content .row.careers iframe {
	width: 1030px !important;
	max-width: 1030px !important;
	height: 800px;
	outline: 1px solid #dddddd;
	overflow: scroll;
	margin-bottom: 2em;
}
.ie .corporate-careers #content .row.careers {
	padding-bottom: 820px;
}
.ie .corporate-careers #content .row.careers iframe {
	width: 1150px !important;
	max-width: 1150px !important;
	position: absolute;
	margin-left: -40px;
}
/* for owl-loween tiles */
.owl-tile {
	position: relative;
}
.owl-link {
	background-image: none !important;
	/* to fix IE 7 and IE 8 bug */
			background-image: url("http://iehack:///") !important;
    bottom: 0;
    display: block;
    height: 34%;
    left: 0;
    position: absolute;
    width: 46%;
	text-size: 1px;
	text-indent: -99em;
}
/* globally change global accent color (pink) */
.befriend ul li img,
.category-info h1:before,
.category-info h1:after,
.mobile .catalog_nav,
form .submit input,
button,
#content a.button,
a.my31button,
#content .breadcrumbs,
#tog #header .catalog_nav,
#tog .mobile .catalog_nav,
.global-background-color,
#content .product-list li.hosting-ad a
{
	/*background-color: #ec3e63; /* set it here and below */
	/* background-color: #ad649c; /* Purple */
}
.product-list li a strong,
#content .catalog_nav a:hover,
#content .catalog_nav .current a,
#footer .nav a,
#content a,
.dsa a,
.microdata a,
#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#header .nav li.current a,
#header .nav li.current a span,
#personalization .dotted a,
ul.care-ribbons li,
.product .id h1 .name,
.product .id h2 .price,
.global-color,
.news .post h2,
.care-ribbons h2,
.category-info h1
{
	/*color: #ec3e63;  /* set it here and above */
	/*color: #ad649c; /* Purple */
}
/* Seperate these for ie8 */
form .input label:not(.error),
form .checkbox label:not(.error),
form .textarea label:not(.error){
/*color: #ec3e63;  /* set it here and above */
/* color: #ad649c; /* Purple */
}
#tog #header .nav li .catalog_nav .catalog_menu_set, 
#tog .mobile .catalog_nav .catalog_menu_set {
/* border-color: rgba(255,255,255,.50);*/
}
#tog .mobile .catalog_nav {
/*	color: rgba(255,255,255,.66);*/
}
@-moz-document url-prefix() { 
	/* firefox does a bad job on the edges, using the shadow to try and cover that up*/
	#logo img, .logo img {
		-moz-box-shadow:inset 0 0 0 1px #ffffff;
		box-shadow:inset 0 0 0 1px #ffffff;
	}
}
   /* -------- Spirit Fingers! -------*/ 
  
.spirit-fingers-3 span, .spirit-arrows-3 span {
    margin: 0 0.1em;
}
.spirit-arrows-3 {
    padding-left: 94px;
    padding-right: 94px;
}
.spirit-arrows-3:before, .spirit-arrows-3:after {
    height: 39px;
    margin-top: -19px;
    width: 88px;
}
.spirit-arrows-3:before {
    background-position: -57px bottom;
}
.spirit-arrows-3:after {
    background-position: -203px bottom;
} 
.spirit-fingers-3:before, .spirit-fingers-3:after, .spirit-arrows-3:before, .spirit-arrows-3:after {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	display: block;
	content: "";
	width: 30px;
	height: 39px;
	background: url("../../../2014/fall/img/layout/spirit-fingers-3-sprite.png") 0 0 no-repeat;
	background-color: #ad649c;
	opacity: .5;
}