@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}


/* ========== */
/* = GLOBAL = */
/* ========== */
body {
  -webkit-font-smoothing: antialiased;
}

body,
select,
textarea {
  color: #3d5459;
  font-family: "museo-slab", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text elements */
p {
  margin-bottom: 1em;
  font-weight: 400;
  text-align: left;
}
ul,
ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  text-align: left;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-style: italic;
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: 700;
}
img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
/* Links */
a {
  color: #00b4ec;
  text-decoration: none;
  outline: none;
  outline: 0;
}
a:visited {
  color: #00b4ec;
  outline: none;
  outline: 0;
}
a:hover,
a:focus,
a:active {
  color: #016c8d;
  outline: none;
  outline: 0;
  text-decoration: underline;
}


/* = page-sl-homepage-feed.php = */
/* these styles are used for the iframe,  which is displayed on magento home page */


.sl-home-feed, .page-template-page-sl-homepage-feed-php {
	background-color: transparent;
	width: 100%;
}

.sl-home-feed ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 19px;
}

.sl-home-feed li {
	width: 100%;
	margin-bottom: 5px;
	padding-left: 16px;
	line-height: 1.2;
}

.sl-home-feed li a {
	position: relative;
	color: white;

}

.sl-home-feed li a:before {
	content: '\00BB';
	position: absolute;
	top: 0;
	left: -14px;
	padding: 0;
	display: block;
	font-family: "museo-slab", serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;

}



.sl-home-feed li:hover a:before {
	left: -12px;
}

