/* ----------
Template File

Main CSS File
---------- */
@font-face {
	font-family: 'MergeRegular';
	src: url('/assets/fonts/merge-webfont.eot');
	src: url('/assets/fonts/merge-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/merge-webfont.woff') format('woff'), url('/assets/fonts/merge-webfont.ttf') format('truetype'), url('/assets/fonts/merge-webfont.svg#') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ----------
				General Reset
---------- */
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, form, fieldset, input, textarea, button, .nav, .nav ul, .nav ol, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
html {
	font-size: 125%;
}
body {
	font-size: 50%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1.5em;
}
a {
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
textarea, button {
	font-size: 1em;
	line-height: 1.3em;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
/* ----------
				Global Styles
---------- */
h2 {
	font-family: 'MergeRegular';
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h3 {
	font-family: 'MergeRegular';
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
h2 a, h3 a {
	color: #000;
}
h2 a:hover, h3 a:hover {
	color: #f7951d;
	text-decoration: none;
}
p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
a {
	color: #f7951d;
	text-decoration: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.button-go {
	width: 24px;
	height: 24px;
	background: url('/assets/images/button-go-orange.png') no-repeat scroll 0 0 transparent;
	display: inline-block;
	text-indent: -9999px;
}
.button-go:hover {
	cursor: pointer;
}
.knockout {
	color: #fff;
}
.arrowed-list, .arrowed-list-sans-border {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.arrowed-list li {
	background: url('/assets/images/list-arrow.png') no-repeat scroll 0 8px transparent;
	padding: 5px 0 5px 20px;
	border-top: 1px solid #e3ded2;
}
.arrowed-list li a {
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
.arrowed-list-sans-border li {
	background: url('/assets/images/list-arrow.png') no-repeat scroll 0 8px transparent;
	padding: 5px 0 5px 20px;
}
.arrowed-list-sans-border li a {
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
.block {
	display: block;
}
.floating-image {
	float: left;
	margin-bottom: 0 !important;
	padding-right: 10px;
}
/* ----------
				Main Structure
---------- */
#main-div {
	width: 924px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0 38px;
}
#header-container {
	position: relative;
	padding: 150px 0 0 0;
}
.logo a {
	width: 221px;
	height: 80px;
	position: absolute;
	top: 45px;
	left: 0px;
	display: block;
	background: url('/assets/images/logo.png') no-repeat scroll 0 0 transparent;
	text-indent: -9999px;
	z-index: 1;
}
#content-container {
	overflow: hidden;
}
#content {
	width: 864px;
	margin: 0 auto;
	padding: 75px 0 0 0;
	overflow: hidden;
}
.product-finder {
	width: 222px;
	/*min-height: 270px;*/
	background: url('/assets/images/background-product-finder.png') no-repeat scroll 0 0 #FA9600;
	padding: 20px 20px;
	margin: 0 0 20px 0;
}
.product-finder select {
	width: 195px;
}
.product-finder .toggle-for, .product-finder .toggle-schools, .product-finder .toggle-eces {
	width: 109px;
	max-height: 40px;
	display: inline-block;
	color: #fff;
	background-color: #0096d6;
	text-align: center;
	border: 1px solid #0078b9;
	margin: 0 0 15px 0;
	padding: 10px 0;
	font-size: 14px;
}
.selected {
	background: url('/assets/images/button-toggle-selected.png') no-repeat scroll 0 0;
	cursor: default;
}
.radio-hidden {
	display: none;
}
.product-finder .toggle-for {
	cursor: pointer;
}
.product-finder .toggle-for:hover, .product-finder .toggle-schools:hover, .product-finder .toggle-eces:hover {
	text-decoration: none;
}
.product-finder .toggle-schools {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}
.product-finder .toggle-eces {
	margin-left: -3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}
.product-finder .button-go {
	width: 24px;
	height: 22px;
	background: url('/assets/images/button-go-blue.png') no-repeat scroll 0 0 transparent;
	text-indent: -9999px;
}
#finder-divider {
	width: 100%;
	height: 2px;
	background: url('/assets/images/divider-thick.png') repeat-x scroll 0 center transparent;
	margin: 15px 0;
}
#content img {
	margin: 0 0 10px 0;
}
#cta ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#cta ul li {
	border-bottom: 1px solid #e3ded2;
}
#cta ul li:first-child {
	border-top: 1px solid #e3ded2;
}
#cta ul li a {
	display: block;
	padding: 5px 0;
}
#cta ul li a:hover {
	background-color: #f1f1f1;
	text-decoration: none;
	padding-left: 5px;
}
/* ----------
				Navigation
---------- */
#nav-container {
	width: 703px;
	height: 76px;
	position: absolute;
	top: 50px;
	right: 0;
	background: url('/assets/images/background-nav.png') no-repeat scroll 0 0 transparent;
}
#primary-nav {
	position: absolute;
	top: 45px;
	left: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#primary-nav li {
	float: left;
	padding: 0 25px 0 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
#primary-nav li a {
	color: #000;
	text-decoration: none;
}
#primary-nav li a:hover {
	text-decoration: underline;
}
#secondary-nav {
	position: absolute;
	top: 15px;
	left: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#secondary-nav li {
	float: left;
	padding: 0 25px 0 0;
	font-size: 14px;
	line-height: 16px;
}
#secondary-nav li a {
	color: #000;
	text-decoration: none;
}
#secondary-nav li a:hover {
	text-decoration: underline;
}
/* ----------
				Homepage
---------- */
#overview-and-product-finder-container {
	width: 924px;
	height: 384px;
	position: relative;
	/*background: url('http://placehold.it/924x384.gif/') no-repeat scroll 0 0 transparent;*/
	background: url('/assets/images/hero.jpg') no-repeat scroll 0 0 transparent;
	margin: 0 0 25px 0;
}
#overview {
	width: 500px;
	padding: 27px 0px 0px 108px;
}
.overview {
	font-family: 'MergeRegular';
	font-size: 20px;
	line-height: 30px;
	text-align: right;
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
.button-more {
	width: 75px;
	height: 58px;
	background: url("/assets/images/button-hero-more.png") no-repeat scroll 0px 0px transparent;
	display: block;
	font-family: "MergeRegular";
	font-size: 24px;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	float: right;
}
.hide-text-hero-btn {
	visibility: hidden;
}
.button-more:hover {
	text-decoration: none;
}
#overview-and-product-finder-container .product-finder {
	width: 222px;
	/*height: 270px;*/
	position: absolute;
	top: 30px;
	right: 30px;
	/*background: url('/assets/images/background-product-finder.png') no-repeat scroll 0 0 transparent;*/
	background: #FA9600;
	padding: 20px 20px;
}
.subcategory-container {
	margin-top: 14px;
	display: none;
	overflow: hidden;
}
.subcategory-container .button-go {
	float: right;
}
#news {
	width: 444px;
	float: left;
	margin: 0 36px 0 0;
}
.featured-news-story {
	float: left;
	background: url('/assets/images/divider-thick.png') repeat-x scroll 0 bottom transparent;
	padding: 0 0 5px 0;
}
.news-story {
	float: left;
	background: url('/assets/images/divider-thick.png') repeat-x scroll 0 bottom transparent;
	padding: 10px 0 5px 0;
}
#news .date-and-category {
	color: #666666;
	width: 85px;
	float: right;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
}
#news .news-excerpt {
	/*
        width: 325px;
        margin: 0 34px 0 0;
    */
	width: 100%;
	float: left;
}
.featured-news-story h3, .news-story h3 {
	width: 325px;
	float: left;
}
.button-all-news {
	width: 82px;
	height: 29px;
	background: url('/assets/images/button-all-news.png') no-repeat scroll 0 0 #fff;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
}
#recipes {
	width: 204px;
	float: left;
	margin: 0 36px 0 0;
}
.button-all-recipes {
	width: 94px;
	height: 28px;
	background: url('/assets/images/button-all-recipes.png') no-repeat scroll 0 0 #fff;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
}
#tips {
	width: 204px;
	float: left;
}
.featured-tip {
	background: url('/assets/images/divider-thick.png') repeat-x scroll 0 bottom transparent;
	padding: 0 0 5px 0;
}
.tip {
	background: url('/assets/images/divider-thick.png') repeat-x scroll 0 bottom transparent;
	padding: 10px 0 5px 0;
}
.button-all-tips {
	width: 70px;
	height: 28px;
	background: url('/assets/images/button-all-tips.png') no-repeat scroll 0 0 #fff;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
}
.button-all-news:hover, .button-all-recipes:hover, .button-all-tips:hover {
	text-decoration: none;
}
#news img, #recipes img, #tips img {
	margin: 0 0 10px 0;
}
/* ----------
				Generic Template
---------- */
#primary-column {
	width: 564px;
	float: left;
	margin: 0 36px 0 0;
}
#primary-content {
	background: url('/assets/images/divider-thick.png') repeat-x scroll 0 top #fff;
	padding: 20px 0 0 0;
	overflow: hidden;
}
#primary-column.fullwidth {
	width: 100%;
}


#sidebar {
	width: 264px;
	float: left;
}
.cta-recipes p, .cta-tips p {
	font-size: 11px;
	line-height: 15px;
}
.cta-recipes li, .cta-tips li {
	font-size: 14px;
}
.cta-recipes a, .cta-tips a {
	color: #000;
}
.cta-tips {
	background: url('/assets/images/divider-thick.png') repeat-x scroll 0 top #fff;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
/* ----------
				Product Directory
---------- */
#schools-column {
	width: 264px;
	float: left;
	margin: 0 36px 0 0;
}
#eces-column {
	width: 264px;
	float: left;
}
/* ----------
				Recipe
---------- */
#recipe-method-variations-container {
	width: 366px;
	float: left;
	margin: 0 30px 0 0;
}
#recipe-method-variations-container ol {
	font-size: 14px;
	line-height: 18px;
	padding-left: 20px;
}
#recipe-method-variations-container ol li {
	padding: 10px 0 0 0;
}
#recipe-method-variations-container ol li:first-child {
	padding-top: 0;
}
#recipe-method-variations-container #method {
	margin: 20px 0 0 0;
}
#recipe-method-variations-container #method li {
	font-size: 12px;
}
#recipe-method-variations-container #variations {
	margin: 20px 0 0 0;
}
#recipe-method-variations-container #variations p {
	font-size: 12px;
}
#recipe-additional {
	width: 168px;
	float: left;
}
#recipe-additional ul, #recipe-additional ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#recipe-additional #serving {
	margin: 0 0 20px 0;
}
#recipe-additional #serving ul li, #recipe-additional #serving ol li {
	float: left;
}
#recipe-additional #serving a {
	font-size: 18px;
	color: #909090;
	margin: 0 5px 0 0;
}
#recipe-additional #serving a:hover, #recipe-additional #serving a.selected {
	color: #000;
	text-decoration: none;
	background: none;
}
#recipe-additional #serving a.selected {
	cursor: default;
}
#recipe-additional #time {
	margin: 0 0 18px 0;
}
#recipe-additional #time .large-number {
	font-size: 18px;
}
#recipe-additional #time p {
	margin-bottom: 0;
}
#recipe-additional #you-need {
	margin: 0 0 20px 0;
}
#recipe-additional #you-need li {
	font-size: 12px;
	padding-bottom: 5px;
}
#recipe-additional #more-like-this {
	margin: 0 0 20px 0;
}
#more-like-this a, #other-choices a {
	color: #000;
	font-size: 12px;
}
#share-it #print-it {
	width: 16px;
	height: 13px;
	background: url('/assets/images/icon-print.png') no-repeat scroll 0 0 transparent;
	display: inline-block;
	text-indent: -9999px;
}
#share-it #mail-it {
	width: 16px;
	height: 16px;
	background: url('/assets/images/icon-mail.png') no-repeat scroll 0 0 transparent;
	display: inline-block;
	text-indent: -9999px;
}
/* ----------
				Comments
---------- */
#comment_form {
	padding-top: 30px;
}
#comment_form textarea {
	border: 1px solid #E3DED2;
	font-size: 13px;
	padding: 6px;
	resize: vertical;
}
#comment_form button {
	font-size: 1.2em;
	border: 1px solid #D3D3D3;
	padding: 5px;
}
#comment_form .form-field.submit {
	clear: both;
}
.comments {
	padding-top: 20px;
}
.comments h3 {
	font-family: 'MergeRegular';
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin: 0 0 10px;
}
.comments .index > div {
	border-top: 1px solid #E3DED2;
	padding-top: 20px;
}
.comments .index > div:first-child {
	border: 0;
}
.form-field.error {
	border: 1px solid red;
}
/* ----------
				View All
---------- */
#view-all {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#view-all .view-all-item {
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #e3ded2;
	overflow: hidden;
}
#view-all .view-all-item:first-child {
	padding: 0 0 5px 0;
}
#view-all .view-all-item img {
	float: left;
	margin: 0 15px 0 0;
}
#view-all .view-all-item .view-all-item-information {
	width: 400px;
	float: left;
}
#view-all .view-all-item .entry-date {
	color: #666666;
	font-size: 12px;
	display: block;
	margin: 0 0 10px 0;
}
.pagination {
	margin: 20px 0 0 0;
}
.pagination a, .pagination strong {
	font-size: 14px;
	color: #000;
	margin: 0 5px 0 0;
}
.pagination a:hover, .pagination strong {
	color: #f7951d;
	text-decoration: none;
}
/* ----------
				Results
---------- */
.title-and-description {
	overflow: hidden;
	padding-right: 180px;
	position: relative;
}
.title-and-description img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.table-company {
	width: 120px;
	float: left;
	clear: left;
}
.table-list {
	/*width: 444px;*/
	float: left;
}
.company-description {
	font-family: 'MergeRegular';
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 10px;
}
.company-description span {
	/*display: block;*/
	font-weight: normal;
}
.company-description .company-title {
}
.company-description .company-email {
}
.company-description .company-website {
}
.company-title {
	/*display: block;*/
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
}
table {
	/*width: 444px;*/
	/*float: left;*/
	border-spacing: 1px;
}
table td, table th {
	width : 111px;
}
table td.company-info, table th.company-info {
	background-color: #EFE4CD;
	height: 50px;
}
table td.company-info div {
	width: 562px;
	display: block;
}
th {
	height: 35px;
	background-color: #f7951d;
	color: #fff;
	text-transform: uppercase;
}
tr.everyday > td {
	background-color: #cbd9a3;
}
tr.sometimes > td {
	background-color: #bad1ee;
}
td {
	height: 35px;
	text-align: center;
}
#results #primary-content {
	background: none;
	padding: 0;
}
/* ----------
				Footer
---------- */
#footer-container {
	background: url('/assets/images/divider-footer.png') repeat-x scroll 0 top transparent;
	overflow: hidden;
	margin: 40px 0;
	padding: 30px 0 0 0;
}
#footer {
	background: url('/assets/images/divider-footer.png') repeat-x scroll 0 bottom transparent;
	overflow: hidden;
	padding: 0 0 25px 0;
}
#footer h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li {
	padding: 5px 0;
	border-top: 1px solid #e3ded2;
}
#footer ul li a {
	color: #000;
	font-size: 14px;
}
#primary-footer-nav-col {
	width: 204px;
	float: left;
	margin: 0 36px 0 0;
}
#secondary-footer-nav-col {
	width: 204px;
	float: left;
	margin: 0 36px 0 0;
}
#stay-informed {
	/*width: 444px;*/
	float: left;
}
#secondary-first {
	margin: 0 0 25px 0 !important;
}
.checkbox-value {
	font-size: 12px;
	margin-right: 40px;
}
form input.name-input {
	width: 188px;
	height: 24px;
	background: url('/assets/images/background-name-fields.png') repeat-x scroll 0 0 transparent;
	float: left;
	padding: 0 5px;
}
form input.email-input {
	width: 403px;
	height: 24px;
	background: url('/assets/images/background-email-field.png') repeat-x scroll 0 0 transparent;
	padding: 0 5px;
}
form select.referer-input {
	width: 403px;
}
#footer-form-fields {
	list-style-type: none;
}
form .form-field {
	float: left;
	margin-top: 10px;
}
form .last-name {
	margin-left: 15px;
}
form .form-field label {
	color: #444444;
	font-size: 14px;
}
#twitter {
	width: 146px;
	height: 25px;
	background: url('/assets/images/twitter.png') no-repeat scroll 0 0 transparent;
	display: block;
	margin: 10px 0 0 0;
	padding: 3px 0 0 30px;
	color: #fff;
	font-size: 14px;
}
#twitter:hover {
	text-decoration: none;
}
.copyright {
	color: #909093;
	font-family: 'MergeRegular';
	font-size: 12px;
	margin-top: 10px;
	display: block;
}
/* SOCIAL */

.footer-social ul {
	list-style: none;
	clear: both;
	float: right;
	margin: 0;
}
.footer-social {
}
.footer-social li.alpha {
	margin-right: 5px;
	margin-top: 3px;
}
.footer-social ul li {
	float: left;
	margin-left: 2px;
}
.social {
	float: left;
	margin-top: -3px;
}
.social a {
	float: left;
	width: 94px;
}
.social .addthis_button_print, .social .addthis_button_email {
	width: 19px;
}
ul li, ol li {
	font-size: 14px;
}

/**
 * Categories Tags
 */

 .tags {
	border-top: 1px solid #d8d8d8;
	margin-top: 10px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 10px;
	overflow: hidden;
}

.tags .nav_categories {
	margin: 16px 0 10px;
	padding: 0;
	overflow: hidden;
}

.tags .nav_categories li {
	display: inline;
	margin: 0;
}

.tags .nav_categories a {
	background: #7f7f7f;
	float: left;
	padding: 4px 10px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 6px 6px 0;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}


/**
 * Google Search
 */

#cse {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	text-align: left;
}
    
/* Use a different font family for search results */
.gs-title, .gs-snippet {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Hide the thumbnail images in search results */
.gsc-thumbnail {
	display: none;
}

/* Change the font size of the title of search results */
.gs-title a { 
    font-size: 16px;
}

/* Change the font size of snippets inside search results */
.gs-snippet {
    text-align: left;
	font-size: 13px;
}

.gs-fileFormat {
	text-align: left;
	color: #676767;
}

.gsc-result .gs-title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Google Custom Search highlights matching words in bold, toggle that */
.gs-title b, .gs-snippet b {
    font-weight: normal;
}

/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {
    font-size: 12px;
    padding: 4px 8px;
    color: #666;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #000 !important;
}

.gsc-input input {
	padding: 10px;
}

table.gsc-branding td, table.gsc-branding, table.gcsc-branding td, table.gcsc-branding {
	vertical-align: top;
}

.gsc-twiddleRegionCell,
.gsc-configLabelCell {
	height: 0;
}

.gsc-wrapper {
	margin-top: 10px;
}

/* Google Custom Search */  
.gsc-control-cse {padding:0 !important;}
.gsc-input {background-position:right !important;}
.cse .gsc-branding, .cse .gsc-branding { display: none;}
.gsc-search-box .gsc-input {padding:5px;}
.gsc-search-box .gsc-search-button {padding:5px; height: 28px;}
.gs-visibleUrl-long{color:grey!important;}
a.gs-title {color:#F48A00!important;font-size:14px;}
a.gs-title b {color:#F48A00!important;font-weight:bold;}
.gsc-cursor-box {padding:4px;}
.gsc-cursor-box .gsc-cursor-page {padding:3px;}

/**
 * Search
 */
.util-search {
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 0 0 4px;
	position: absolute;
	top: 11px;
	right: 11px;
	width: 150px;
	height: 22px;
	background: url(/assets/images/util-search-bkgd.png) repeat-x;
}

.util-search-field {
	width: 125px;
}

.util-search input {
	color: #444;
	border: none;
	border-color: transparent;
	margin: 0;
	font-size: 14px;
	margin-top: 2px;
}

.util-search-button {
	position: absolute;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif sans-serif;
}

label, input[type=button], input[type=submit], input[type=image], button {
	cursor: pointer;
}
/* Green text highlight */ 
.highlight-one {
	color: #71aa1b;
	}
/* Blue text highlight */ 
.highlight-two {
	color: #2188c2;
	}