<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("//static.abeka.com/Shared/FontAwesome/fontawesome-pro-5.5.0/css/all.min.css");
@import url("//static.abeka.com/Shared/FontAwesome/fontawesome-pro-5.5.0/css/v4-shims.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&amp;display=swap');
@import url("/fonts/DancingScript.css");


@font-face {
    font-family: 'dancing script ot regular';
    src: url('/Includes/fonts/dancingscript-regular-webfont.woff2') format("woff2"),
         url('/Includes/fonts/dancingscript-regular-webfont.woff') format("woff");
    font-weight: normal;
    font-style: normal;
}

/* Mobile first styles */

/*======= Main Content Styles =======*/
html {
	margin:0;
	padding:0;
}
body {
	background: #fafafa;
	font: 14px 'Open Sans', sans-serif;
	line-height: 1.428571429;
	color: #555555;
	margin:0;
	padding:0;	
}
.content {
	background: #fafafa;
	min-height: 700px;
    margin-top: 100px;
}

#sb-site {
	min-height: auto !important;
}
p {
	margin: 0px 0px 20px 0px;
}
p, table {
	line-height: 24px;
}
p strong {
	font-weight: 600;
}
h1 {
	color: #8FBF4D;
	font-size: 34px;
	text-transform: uppercase;
}
h2 {
	color: #045DA2;
	font-size: 30px;
	font-weight: 600;
}
h3 {
	color:#555555;
	font-size: 22px;
	opacity: 0.75;
}
h4 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
}
h5 {
	color: #555555;
	font-size: 18px;
	font-weight: 600;
}
.header-bg-1, .header-bg-2 {
	text-align: center;
    position: relative;
	z-index: 1;
}
.header-bg-1:before, .header-bg-2:before {
    border-top: 2px solid #ADADAD;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
}
.header-bg-1 span { 
    /* must have same background color as the container */ 
    background: #ebebeb;
    padding: 0px 10px;
    display: inline-block;
    max-width: 500px;
    margin: 0 auto;
}
.header-bg-2 span { 
    /* must have same background color as the container */ 
    background: #fafafa; 
    padding: 0px 19px;
    display: inline-block;
    max-width: 500px;
    margin: 0 auto;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	left: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 10020;
	text-indent: -9999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/*===== Note Style =====*/
.note{
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    margin-left: 0;
    font-size: 90%;
    line-height: 15pt;
    border: 2px solid rgba(143,191,77,0.8);
	margin-bottom: 0px;
}
/*===== List Style =====*/
.nostyle li:before {
	content:''
}
li {
	list-style: none;
	line-height: 18pt;
}
ul li:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
	font-weight: 900;
	position: absolute;
	margin-left: -15px;
	color: #EAD06F;
}
ul li li:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
	font-weight: 400;
	position: absolute;
	margin-left: -15px;
	color: #EAD06F;
}
.download-list, .view-list {
	text-align: left;		
	list-style: none;
}
.download-list li:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f019";
	font-weight: 900;
	position: absolute;
	margin-left: -20px;
	color: #3598DB;
}
.view-list li:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f06e";
	font-weight: 900;
	position: absolute;
   	margin-left: -20px;
	color: #3598DB;
}
ol li {
	margin-bottom: 15px;
}
/*====== HomePage =======*/

.hero-img-link img {
	width: 100%;
	margin-top:15px;
}
.hero-img-link {
	background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
	min-height: 400px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.hero-text {
	padding: 10px 20px 10px 20px;
    text-align: center;
	color: #ffffff;
	line-height: 60px;
	font-size: 40px;
	margin:30px;
}
.hero-img-link a {
	padding: 10px 35px 10px 20px;
	color: #ffffff;
	background-color: #EAD06F;
    width: 100%;
	font-size: 16px;
	letter-spacing: .5px;
	font-family: 'Open Sans Condensed', sans-serif; 
	text-transform: uppercase;
	font-weight: 100;
    position: absolute;
    left: 0;
	bottom: 0;
    text-align: left;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.hero-img-link a:hover {
	color: #ffffff;
	background-color: #3498db;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.hero-img-link a:after {
    content: '\f105';
    font: 25px "Font Awesome 5 Pro";
    color: white;
    right: 30px;
	font-weight: 100;
    line-height: 16pt;
    position: absolute;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hero-img-link a:hover:after {
	right: 10px;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.smaller {
	font-size: 80%;
}
.larger {
	font-size: 110%;
	font-weight: 600;
	margin: 0px;
}
.lighter {
	opacity: 0.8;
}
.green-card {
    background-color: rgba(143,191,77,0.15);
    padding: 20px;
	border: none;
	margin: 10px;
	border-radius: 0px;
}
.test-icon {
	color: #8FBF4D;
	font-size: 24pt;
}
/*====== Parallax =======*/
.parallax {
  	position: relative;
  	min-height: 565px;
  	width: 100%;
  	box-sizing: border-box;
  	transform-style: inherit;
}
.parallax, .parallax:before {
   	background-attachment: fixed;
}
/* the page heading title area */
#par-bg-1 {
   padding-top: 96px; /* area behind the static top menu bar */
}
#par-bg-1:before {
	background-image: url("//static.abeka.com/JL/Images/HomePage/backdrop.svg"), linear-gradient(135deg, #17aadd 0%,#a7ce63 100%);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}
.parallax:before {
	content: "";
	position: absolute;
	top: -30px;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: top left;	
}
/*======== Carousel Controls =============*/
.carousel-indicators {
	position: relative;
	left: 0px;
	list-style: none;
	z-index: 15;
	justify-content: flex-start;
    margin: 0px;
	width: 50%;
}
.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin:3px;
    text-indent: -999px;
	border-radius: 100px;
    background-color: rgba(255,255,255,1);
}
.carousel-indicators .active {
    background-color: #3498db;
}
.carousel-controls {
	float: right;
	top: -40px;
	position: relative;
}
.carousel-controls a {
	display: inline-block;
	position: relative;    
  	z-index: 1;  
	height: 50px;
    color: #555555;
    font-size: 24px;
	padding: 10px;
}
.carousel-controls a:hover {
    color: #2C2C2C;
}
.carousel-item a:hover {
	background-color: rgba(52,163,205,0.4);
}
.img-hover-icon {
	color: white;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.img-hover {
	padding: 5px;
	position: relative;
	max-width: 300px;
	margin: 15px auto 0;

}
.img-hover img {
	width: 100%;
	text-align: center;
}
.img-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .25s ease;
	 background-color: rgba(52,152,219,0.8);
}
.carousel-label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 10px;
	max-width: 300px;  
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	text-align: center;
	color: #555555;
	font-size: 18px;
}
.col-md-4:hover .carousel-label{
	color:#ffffff;
}
.col-md-4:hover .img-overlay{
	opacity: 1;
}
.no-flicker {
	-webkit-transform:translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*=== Main Styles ===*/
.OfficeClosed {
	margin-top: -5px;
  }
.OfficeClosed p { 
	color: #045da2 !important;
	background-color: #eaeaea !important; 
	text-align: center !important; 
	margin: 0px !important;
	padding: 5px;
} 
a[href^="tel:"] {
   color: inherit;
   text-decoration: none;
}
/*======== Sections ========*/
.lt-gray-hero {
	position: relative;
	background-color: #ebebeb;
	padding: 15px;
}
.checkout-section:nth-child(odd) {
	background-color: rgba(255, 255, 255, 1);
	padding: 10px;
	margin-bottom: 15px;
}
.checkout-section:nth-child(even){
	background-color:rgba(240, 240, 240, 0.55);
	padding: 10px;
	margin-bottom: 15px;
}
/*====== Image Max Width =====*/
.imgW-200 {
	max-width: 200px;
}
.imgW-300 {
	max-width: 300px;
}

/*====== Sharing Toolbox =====*/

.addthis_sharing_toolbox {
	text-align:right;
	margin-right:40px;
	margin-top: 11px;
	position: relative;
	float: left;
	padding: 0 0 20px 0;
}
div#atstbx{
	float: right;
	margin-left:5px;
}
#footer .addthis_sharing_toolbox {
	text-align: left;
	float: none;
	margin-bottom: 10px;
}
span.ShareWords {
	float: left;
}
div#atstbx2 {
	margin-left: 5px;
}

/*======Bootstrap Accordion/Cards======*/
.card-header {
	background-color: #ffffff;
	padding: 0px;
	-webkit-transition: all .25s ease-out;

	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.card-header:hover, .card-header:focus, .card-header:focus-within {
	background-color:rgba(53,152,219,1);
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.card .collapsing {
	overflow:hidden;
}
.accordion .collapse.show, .accordion .collapsing {
	max-height: 10000px;
	overflow: hidden;
}
/*======Quarter/Season Styles======*/
.Winter {
	background-color: #80D7DE;
	padding:10px;
}
.Winter:before {
	content: "\f2dc";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	padding: 10px 10px 10px 0;
}
.winter-border {
	border: #80D7DE solid 2px;
	padding:0px;
}
.Spring {
	background-color: #E571A6;
	padding:10px;
}
.Spring:before {
	content: "\f4ba";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	padding: 10px 10px 10px 0;
}
.spring-border {
	border: #E571A6 solid 2px;
	padding:0px;
}
.Summer {
	background-color: #F5D64F;
	padding:10px;
}
.Summer:before {
	content: "\f185";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	padding: 10px 10px 10px 0;
}
.summer-border {
	border: #F5D64F solid 2px;
	padding:0px;
}
.Fall {
	background-color: #E29D62;
	padding:10px;
}
.Fall:before {
	content: "\f06c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	padding: 10px 10px 10px 0;
}
.fall-border {
	border: #E29D62 solid 2px;
	padding:0px;
}

/*===== Table Styles =====*/
td {
	padding:5px;
}
.InfoTable, .InfoTable td, .InfoTable th{ 
	text-align:center;
	border:1px solid #dddddd;
}
.InfoTable td, .InfoTable th{ 
	padding:5px 10px;
}
.InfoTable {
	min-width: 100%;
}
.InfoTable th{ 
	color: #ffffff;
	border-top: 1px solid #fafafa !important;
	border: 0px;
	background:rgb(180, 180, 180);
}
/*====== Interior Pages =====*/
.verse {
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    padding: 9px;
    color: rgba(143,191,77,1);
}
.ProductExample {
	display: block;
	width: 90%;
	margin: 5px auto;
	max-width: 400px;
}
.CatalogIMG {
    border:1px solid #dddddd;
    display:inline-block;
    margin-right:10px;
    margin-bottom:10px;
    vertical-align:top;
}
/*====== Cart Styles ======*/

.CartHeaders {
	background-color:#045DA2;
}
input#txtPromoCode {
	margin: 0px 10px 8px 0px;
}
.subTotal {
	padding: 10px;
	background-color: rgba(143,191,222,0.25);
}
.viewCartButtons {
	padding: 10px 0px 10px 0px;
}
.cartInfo{
	padding: 10px;
}
.Cart .Items, .Cart .total{
	color:#3498db;
	font-weight:bold;
	margin-left:10px;
}
.cartItemsCount {
	margin-left: 1px;
}
.promo { 
	float:none;
}
/*==== Square Ads/Links ====*/
.SquareAds, .OtherSites{
	text-align:center;
}	
.squareLnks {
	display: inline-block;
	margin: 0px 18px 20px 0px;
	border: 3px solid #FFF;
}
.squareLnks img {
	width: 150px;
	height: 150px;
}
/*--------Unavailable products in quarter------------*/
.nfq-overlay {
    position: absolute;
    width: 274px;
    margin: -16px -16px -5px;
    padding: 50px 16px 16px;
    z-index: 100;
    min-height: 276px;
    background-color: rgba(255,255,255,0.8);
}
.nfq-header {
    display: block;
    font-size: 32px;
    font-family: "opensans bold", sans-serif;
	line-height:1;
}
.nfq-details {
    display: block;
    font-size: 14px;
    font-family: "opensans regular", sans-serif;
	margin-top:20px;
}
.nfq-link{
	display:block;
	color:#555555;
	margin-top:20px;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 30px 0 0 0;
	overflow: hidden;
	background-color:#045da2;
	color: #ffffff;
	position:relative;
	z-index:0;
	margin-top:15px;
}
footer p {
	font: 14px "opensans regular", sans-serif;
	margin: 0;
}
footer a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer a:hover {
	color: #3498db;
}
.websitelinksbox.ui-accordion-content {
	font-size: 90%;
	padding: 21px 0 21px 10px;
	text-align: center;
}
.websiteheader h3 {
   display:inline-block;
}
.websitelinks {
	display:inline-block;
	/* width: 24%; */
	vertical-align: top;
}
.websitelinks img { 
	width:230px;
	max-width:230px;
}
.websitelinks ul {
	padding: 0;
	margin:16px 8px;
}
.websitelinks li {
	width: 100%;
	margin: 5px 0;
}
.OtherSites h3, .OtherSites h3:focus {
	margin-left: 0;
	color: #ffffff !important;
}
.otherWebsitesJSWrapp #ABJL {
	display: none !important;
}
/******Footer accordions******/
.websiteheader.ui-accordion-header, .websiteheader.ui-accordion-header:hover {
	clear: left;
	color:#ffdb27 !important; 
	text-align:center; 
	padding: 5px;
	margin-top:0
}
.ui-accordion-header:focus {
	outline: none !important;
}
footer .ui-accordion .ui-accordion-content {
	padding: 0px 0px 10px 0px !important;
}
footer .ui-accordion .ui-accordion-header {
	padding: 0px 0px 0px 0px !important;
}
footer .ui-accordion .ui-accordion-header:before {
	font-size: 20px;
}

h2.product-title {
    padding: 10px;
    line-height: 30px;
    height: auto !important;
}
h2.product-title.p-0 {
	height: auto !important;
}

/*ICU Styles
-----------------------*/
.turquoise {
	background-color: #60b0b5;
}

.turquoise-hero {
	background-color: #60b0b5;
	position: relative;
}

#par-bg-3 {
   padding-top: 96px; /* area behind the static top menu bar */
}
#par-bg-3:before {
	background-image: url("//static.abeka.com/JL/Images/ICU/Hero2.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position: right;
}


/*
h1.ICU-Secret {
    font-family: "The Secret Regular", sans-serif !important;
	text-transform: none !important;
	color: #6d0a15 !important;
	font-size: 48px !important;
}
*/

h1.ICU-Headline {
    font-family: "dancing script ot regular", sans-serif !important;
	text-transform: none !important;
	color: #6d0a15 !important;
	font-size: 48px !important;
}

span.ICU-bigger {
    font-family: 'Playfair Display', serif !important;
	text-transform: none !important;
	color: #6d0a15 !important;
	font-size: 30px !important;
}
span.hairspace {
	letter-spacing: 2px;
}
h2.ICU {
	font-family: 'Playfair Display', serif;	
	color: #c8645a;
	text-transform: none !important;
}

h2.ICU-dark {
	font-family: 'Playfair Display', serif;	
	color: #000000;
	text-transform: none !important;
	}
h3.ICU {
	font-family: 'Playfair Display', serif;	
	color: #c8645a;
	text-transform: none !important;
}

h3.ICUSmallhead {
	font-family: 'Roboto', sans-serif;
}
.hero-text-icu {
	padding: 10px 20px 10px 20px;
    text-align: center;
	color: #ffffff;
	line-height: 60px;
	font-size: 40px;
	margin:30px;
	font-family: "The Secret Regular", sans-serif !important;	
}

.lt-bg-transprnt {
	background: rgba(255,255,255, 0.8) 
}

p.icu-body {
	font-family: 'Roboto', sans-serif;
}

p.icu-quote {
	font-family: 'Playfair Display', serif;	
	color: #ffffff;
	font-style: italic;
	font-size: 18px;
	line-height: 1.75em; 
}

p.icu-author {
	font-family: 'Playfair Display', serif;	
	color: #ffffff;
	font-style: normal;
	font-size: 14px;
	
}
ol.icu-list li {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px !important;
}
ul.icu-list li {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px !important;
}

ul.icu-list li:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
	font-weight: 900;
	position: absolute;
	margin-left: -15px;
	color: #60b0b5 !important;
}
ul.icu-list li li:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f0da";
	font-weight: 400;
	position: absolute;
	margin-left: -15px;
	color: #60b0b5 !important;
	
}
.mb-0 {
	margin-bottom: 0 !important;
}

.francie-img {
	padding-right: 50px !important;
	float: left !important;
}

.steps {
  	clear: both;
  	list-style: none;
  	padding-left: 2%;
}
.steps li {
	list-style-type: decimal;
}
p.icu-quote-dark {
	font-family: 'Playfair Display', serif;	
	color: #555555;
	font-style: italic;
	font-size: 16px;
	line-height: 1.75em; 
}
p.icu-author-dark {
	font-family: 'Playfair Display', serif;	
	color: #555555;
	font-style: normal;
	font-size: 12px;
	
}



#par-bg-4:before {
	background-image: url("//static.abeka.com/JL/Images/ICU/woodTexture.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position: right;
}
.ICU-cover-image {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	}


.btn-turquoise {
    color: #fff;
    background-color: #60b0b5;
    text-decoration: none;
    display: inline-block;
    padding: 8px 10px;
    margin-top: 5px;
    border-radius: 0;
    font: 14px 'Roboto',sans-serif;
    text-align: center;
    float: none;
	border: 2px solid #60b0b5;
	word-wrap: break-word;
}
.btn-turquoise:hover {
	background-color: #9fcace;
	color: #fff;
	border: 2px solid #9fcace;
}
.btn-turquoise:active {
	background-color: #9fcace;
	color: #fff;
	border: 2px solid #9fcace;
}
.btn-burgundy {
	color: #fff;
    background-color: #c8645a;
    text-decoration: none;
    display: inline-block;
    min-width: 170px;
	max-width: 250px;
    padding: 10px;
    margin-top: 5px;
    border-radius: 0;
	font: 14px 'Roboto',sans-serif;
    text-align: center;
    float: none;
    border: none;
	margin: auto;
}
.btn-burgundy:hover {
	color: #fff;
    background-color: #c9857f;
}

.btn-burgundy:active {
	color: #ffffff;
    background-color: #c8645a;
}

.narrow-parallax {
	min-height: 500px; 
	max-height: 500px;
}

.ICU-price {
  	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: .875rem;
	color: #60b0b5;
	display: block;
}
.productCard {
	min-height: 320px;
	margin-bottom: 30px;
}
.ICU-cover-image {
	width: 100%;
}
.icu-product-title {
	padding: 10px;
    line-height: 18px;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	display: block;
}

.margin-auto {
	margin: auto;
}

/*  */

/*-----------------

*/


/* Extra small devices (portrait phones, 300px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 300px) {
 
	.ICU-cover-image{
	width: 80%;	
	margin-left: auto;
	margin-right: auto;
	}
	.icu-product-title {
	padding: 5px;
    line-height: 16px;
}
	
	.narrow-parallax {
	min-height: 900px; 
	max-height: 1153px;
}

.icu-price {
	margin: 0px !important;
	padding: 5px;
}
	
}




/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
   .card-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
   }
	.ICU-cover-image{
	width: 80%;	
	margin-left: auto;
	margin-right: auto;
	}
	.narrow-parallax {
	min-height: 900px; 
	max-height: 900px;
}
	
}

/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
   .header-bg-1:before, .header-bg-2:before {
      border-top: 2px solid #ADADAD;
      content:"";
      margin: 0 auto; 
      position: absolute; 
      top: 50%; left: 0; right: 0; bottom: 0;
      width: 100%;
      z-index: -1;
   }
   .hero-img-link:hover {
      margin-top: -5px !important;
      -webkit-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s;
   }
   .card-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
   }
   .green-card {
      margin: 0px;
   }
   .hero-img-link {
      min-height: 340px;
   }
   .InfoTable {
      min-width: 75%;
   }
	.narrow-parallax {
	min-height: 450px; 
	max-height: 450px;
}
	.icu-product-title {
	padding: 10px;
    line-height: 18px;
    height: 70px;
    margin-bottom: 0;
}
}

/* Medium devices (tablets, 992px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
   .lt-gray-hero {
      position: relative;
      background-color: #ebebeb;
   }
   .addthis_sharing_toolbox {
      position: absolute;
      right: 0;
      top: 0;
   }
   .promo { 
      float:right;
   }
	
	.narrow-parallax {
	min-height: 500px; 
	max-height: 500px;
}
	
.icu-product-title {
	padding: 10px;
    line-height: 18px;
    height: 100px;
    margin-bottom: 0;
}
		
}

/* Large devices (desktops, 1200px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {
	.narrow-parallax {
	min-height: 500px; 
	max-height: 500px;
}
	.icu-product-title {
	padding: 10px;
    line-height: 18px;
    height: 90px;
    margin-bottom: 0;
}
	
	
}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */</pre></body></html>