/*
  (c) Mediaweb Studio
*/


/* GENERIC STYLES
-------------------------------------------- */
.typography {
  font-family: 'Open Sans', sans-serif;
  color: #373737;
}
.typography > :last-child {
  margin-bottom: 0 !important;
}
.typography__size1 {
  font-size: 0.54rem;
}
.typography__size2 {
  font-size: 0.64rem;
}
.typography__size3 {
  font-size: 0.8rem;
}
.typography__size4 {
  font-size: 1rem;
}
.typography__size5 {
  font-size: 1.25rem;
}
.typography__size6 {
  font-size: 1.5rem;
}
.typography__size7 {
  font-size: 2rem;
}
.typography p,
.typography_p {
  margin: 0 0 1rem;
  line-height: 1.75;
}
.typography__ajax > p {
  text-align: center;
}
.typography blockquote,
.typography_blockquote {
  margin: 1rem 2rem;
  font-style: italic;
}
.typography a,
.typography_a {
	color: #006aae;
	text-decoration: none;
	cursor: pointer;
}
.typography a:active,
.typography_a:active,
.typography a:hover,
.typography_a:hover {
	color: #019de7 !important;
	text-decoration: none;
}
p.red{
	color:red;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-style: italic;
}	

/* LINKS 
-------------------------------------------- */
.typography a, 
.typography a:hover, 
.typography a:visited {color:#358EC3;}
	
/* LIST STYLES 
-------------------------------------------- */
.typography ul:not(.form_grouplist),
.typography_ul,
.typography ol,
.typography_ol {
  margin: 2rem 0;
  overflow: hidden;
}
.typography ul:not(.form_grouplist),
.typography_ul {
  padding: 0 0 0 1rem;
}
.typography ol,
.typography_ol {
  padding: 0 0 0 2rem;
}
.typography ul > ul,
.typography ol > ol,
.typography_ul > .typography_ul,
.typography_ol > .typography_ol {
  margin: 0.75rem 0 0.75rem 0.5rem !important;
}
.typography ul > ul:last-child,
.typography ol > ol:last-child,
.typography_ul > .typography_ul:last-child,
.typography_ol > .typography_ol:last-child {
  margin-bottom: 0 !important;
}
.typography ul:not(.form_grouplist):not(.productsTile) > li {
  position: relative;
  list-style: none;
  padding: 0 0 0 1rem;
}
.typography ul:not(.form_grouplist):not(.photoGrid):not(.pageSubMenu_list):not(.optionset):not(.catalogRubrics):not(.product_photos) > li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.typography li,
.typography_li {
  margin: 0 0 0.5rem;
}
.typography li:last-child,
.typography_li:last-child {
  margin: 0;
}

.typography h1,
.typography_h1 {
  font-family: "Open Sans", sans-serif;
	color: #66778a; 
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 3.5rem;
}
.typography h2,
.typography_h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: #66778a;
  margin: 3.5rem 0 3rem;
}
.typography h3,
.typography_h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  color: #66778a;
  margin: 3rem 0 2.5rem;
}
.typography h4,
.typography_h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: #66778a;
  margin: 2.5rem 0 2rem;
}
.typography pre,
.typography_pre {
  background: none;
  border: none;
  display: block;
  font-family: Courier, monospace;
  font-size: 123%;
  margin: 0;
  padding: 0;
}

.typography table,
.typography_table {
  margin: 2rem 0;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.typography table th,
.typography_table th,
.typography table thead td,
.typography_table thead td {
  background-color: #efefef;
  text-align: left;
  font-weight: 300;
  padding: 0.75rem 1rem;
  border: 1px solid #cdcdcd;
}
.typography table td,
.typography_table td {
  padding: 0.75rem 1rem;
  border: 1px solid #cdcdcd;
  vertical-align: top;
  background-color: #fff;
}
.typography .left {
  text-align: left;
}
.typography .center {
  text-align: center;
}
.typography .right {
  text-align: right;
}
.typography table.noBorders td,
.typography table.noBorders th {
  border: none !important;
}
.typography tr.noBorders > td,
.typography tr.noBorders > th {
  border: none !important;
}
.typography td.noBorders,
.typography th.noBorders {
  border: none !important;
}
.typography table.hBorders td,
.typography table.hBorders th,
.typography tr.hBorders > td,
.typography tr.hBorders > th,
.typography td.hBorders,
.typography th.hBorders {
  border-left: none !important;
  border-right: none !important;
}
.typography table.vBorders td,
.typography table.vBorders th,
.typography td.vBorders,
.typography th.vBorders {
  border-top: none !important;
  border-bottom: none !important;
}
.typography tr.noHover:hover > td {
  background-color: transparent;
}
.typography img.right {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.typography img.left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.typography img.leftAlone {
  display: block;
  margin: 1rem 0;
}
.typography img.center {
  display: block;
  margin: 1rem auto;
}
