/* Set title page background color to yellow */

.page-3757266 {
  background-color:#ffe92f!important;
}

/* Set title page background image to always fit height */

.page-3757266 #full_screen_image {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%!important;
}

/* Set logo to max height 80px on Desktop */
@media only screen and (min-width:768px){
.logo .logo-image {
    max-height: 70px; /* 200px */
}

/* reduce margin top and bottom of logo */
.logo {
  margin:24px 0; /* 70px 0 */
}

/* reduce logo on title page */
.page-3757266 #content_page_wrapper ._4ORMAT_content_pages_title img {
    width: 90%!important;
}

} /* ends Desktop media query */

/* Remove bullet point from navigation */
.menu .menu-item:before {
    display: none;
}    

.product-list .product-price {
  color:#009b00; /* green override */
}

/*************************************************/
/**  CSS Tables Using DIVs, UL's and  LI's      **/
/*************************************************/

.table2 {
	width: 100%;
	display:table;
}
.rowHeader ul {
	display:table-row;
/* 	background-color: yellow; */
}
.rowHeader li {
	display:table-cell;
	padding-left: 10px;
/* 	border-bottom:2px solid red; */
/*	background-color: lime; */
}
.row li {
	display: table-cell;
	padding-left:10px;
}
.row ul {
	display: table-row;
	list-style-type: none;
}
.rowOne {
	width:15%;
	padding: 5px;
/* 	border-right: 1px solid black; */
/* 	display:table-row; */
}
.rowTwo {
	width:85%;
	padding: 5px;
/* 	display:table-row; */
}
.colored li {
	background-color: #ffffed;
}

.highlight {
  font-weight:bold;
  color:#555555;
}/* Set title page background color to yellow */

.page-3757266 {
  background-color:#ffe92f!important;
}

/* Set title page background image to always fit height */

.page-3757266 #full_screen_image {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%!important;
}

/* Set logo to max height 80px on Desktop */
@media only screen and (min-width:768px){
.logo .logo-image {
    max-height: 70px; /* 200px */
}

/* reduce margin top and bottom of logo */
.logo {
  margin:24px 0; /* 70px 0 */
}

/* reduce logo on title page */
.page-3757266 #content_page_wrapper ._4ORMAT_content_pages_title img {
    width: 90%!important;
}

} /* ends Desktop media query */

/* Remove bullet point from navigation */
.menu .menu-item:before {
    display: none;
}    

.product-list .product-price {
  color:#009b00; /* green override */
}

/*************************************************/
/**  CSS Tables Using DIVs, UL's and  LI's      **/
/*************************************************/

.table2 {
	width: 100%;
	display:table;
}
.rowHeader ul {
	display:table-row;
/* 	background-color: yellow; */
}
.rowHeader li {
	display:table-cell;
	padding-left: 10px;
/* 	border-bottom:2px solid red; */
/*	background-color: lime; */
}
.row li {
	display: table-cell;
	padding-left:10px;
}
.row ul {
	display: table-row;
	list-style-type: none;
}
.rowOne {
	width:15%;
	padding: 5px;
/* 	border-right: 1px solid black; */
/* 	display:table-row; */
}
.rowTwo {
	width:85%;
	padding: 5px;
/* 	display:table-row; */
}
.colored li {
	background-color: #ffffed;
}

.highlight {
  font-weight:bold;
  color:#555555;
}