@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v12/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v12/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v12/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v12/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v12/7m8l7TlFO-S3VkhHuR0at4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v12/1pO9eUAp8pSF8VnRTP3xnvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v12/OLffGBTaF0XFOW1gnuHF0YbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v12/t6Nd4cfPRhZP44Q5QAjcC4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
.print-product { width:200px;float:left;position:relative; margin-right:15px;text-align:center;height:200px; }
.product-container { width: 100%; float: left; position: relative;margin-bottom: 30px; }
.product { width: 25%; float: left; position: relative; text-align:center; margin-bottom: 30px; min-height: 150px; }

.buy-now a h4 {
	display: block;
	width: 140px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #ea8d32;
	padding: 5px 10px;
	font-size: 1.3em;
	font-family: 'Open Sans', 'Oswald', sans-serif;
	color: white;
	text-transform: uppercase;
}

.buy-now a { text-decoration: none !important; }

/* Main CTA active immediately */

.overlay figure { overflow: visible !important; }

.overlay-effect figcaption { transform: inherit !important }

.overlay-effect figcaption,.overlay-effect:hover figcaption {
	opacity: 1 !important;
	top: auto !important;
	bottom: auto !important;
	position: relative !important;		
}

.overlay figcaption {
	position: relative !important;	
	opacity: 1 !important;
	top: auto !important;
	bottom: auto !important;
	padding: 0 !important;	
}

.overlay-effect figure img, .overlay-effect:hover figure img {
	opacity: 1 !important;
	top: auto !important;
	bottom: auto !important;
	position: relative !important;
	margin: 0 !important;
}
.overlay-effect figcaption,
.overlay-effect figcaption span {
	background: transparent;	
}
.overlay-effect figcaption span a {
	display: block;
    text-align: center;
    margin-top: 20px;
    background-color: #ea8d32;
    padding: 10px 10px;
    font-size: 1.3em;
    font-family: 'Open Sans', 'Oswald', sans-serif;
    color: white;
    text-transform: uppercase;

}
/*.blog-post .post-content p {
    color: #666 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    font-weight: 300 !important;
}*/

.blog-post .post-content p {
    color: #666 !important;
    font-size: 19px !important;
    line-height: 30px !important;
    font-weight: 300 !important;
}

.blog-post .post-content li {
    color: #666 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    font-weight: 300 !important;
}
.blog-post .post-content blockquote.key-quote p {
	font-size: 2em !important;
	line-height: 1.2em !important;
	font-weight:bold;
	font-style:italic;
}
.data-table { border: 1px solid #e2e2e2; margin: 30px 0; }
.data-table thead { background-color: #e8e8e8; }

.data-table th {
	font-size: 24px;
	font-weight: bold;
    padding: 20px;
}
.data-table td {
	font-size: 18px;
	padding: 10px 20px;
}
.data-table tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}

@media (max-width: 768px){
	#logo-mobile { display: block; width: 40px;position: absolute;top: 28px; left: 0px; }
	#logo-mobile img { width: 40px; }
	#logo-desktop { display: none; }
	.relative .dl-menuwrapper { margin-right: 20px !important; }
}

@media (min-width: 768px){
	#logo-mobile { display: none; }
	#logo-desktop { display: block; width: 300px;position: absolute;top: 24px;left: 0px; }
	#logo-desktop img { width: 100%; }
}

#sub-header {
	background-color: #e8e8e8 !important;
}

#main-menu > ul > li > a {
    padding: 0px 10px !important;
}

#main-menu {
	margin-right: 0 !important
}
#main-menu > ul > li:last-child > a {
	padding-right: 0 !important;
}

.author {
    background-color: #f9f9f9;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.author #author-image {				
	display: inline-block;
	padding-right: 15px;
}

.author #author-image a {

}

.author #author-image a img {
	width: 30px;
	height: 40px;
	border-radius: 0;
}

.author #author-text {
	display: inline-block;
}
