/*
Theme Name: PQ Mobile 3
Theme URI: http://theme.wordpress.com
Author: Automattic
Author URI: http://theme.wordpress.com
Description: The Minileven theme is a clean, lightweight mobile experience for your blog based on Twenty Eleven.
Version: 2.0-wpcom
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, flexible-width, responsive-width, custom-background, custom-header, custom-menu, full-width-template, infinite-scroll, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, blog, bright, clean, contemporary, elegant, minimal, modern, photography, simple, tumblelog
*/

/* --PQ Mobile Styles-- */

.image-attachment .entry-caption p {
	font-size: 0.769em;
	letter-spacing: 0.1em;
	line-height: 2.6;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Webfont, thanks to FontSquirrel.com for conversion!
-------------------------------------------------------------- */
@font-face {
	font-family: 'Genericons';
	src: url('inc/fonts/genericons-regular-webfont.eot');
	src: url('inc/fonts/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('inc/fonts/genericons-regular-webfont.woff') format('woff'),
		 url('inc/fonts/genericons-regular-webfont.ttf') format('truetype'),
		 url('inc/fonts/genericons-regular-webfont.svg#genericonsregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


@font-face {
    font-family: 'ULT-BC';
    src: url('fonts/ULT-BC.eot');
    src: url('fonts/ULT-BC.eot?#iefix') format('embedded-opentype'),
         url('fonts/ULT-BC.woff') format('woff'),
         url('fonts/ULT-BC.ttf') format('truetype'),
         url('fonts/ULT-BC.svg#ULT-BC') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* new fonts */
@font-face {
    font-family: 'knul';
    src: url('fonts/knul-regular-webfont.eot');
    src: url('fonts/knul-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/knul-regular-webfont.woff') format('woff'),
         url('fonts/knul-regular-webfont.ttf') format('truetype'),
         url('fonts/knul-regular-webfont.svg#knul-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'knul-bold';
    src: url('fonts/knul-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/knul-bold-webfont.woff') format('woff'),
         url('fonts/knul-bold-webfont.ttf') format('truetype'),
         url('fonts/knul-bold-webfont.svg#knul-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'EurostileRegular';
	src: url('fonts/EurostileRegular.eot');
	src: url('fonts/EurostileRegular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/EurostileRegular.woff') format('woff'),
		 url('fonts/EurostileRegular.ttf')  format('truetype'),
		 url('fonts/EurostileRegular.svg#EurostileRegular') format('svg');
	font-weight: normal;
	font-style: normal;
  }

@font-face {
	font-family: 'GothamXNarrow-Bold';
	src: url('fonts/GothamXNarrow-Bold.eot');
	src: local('â˜º'), url('fonts/GothamXNarrow-Bold.woff') format('woff'), url('fonts/GothamXNarrow-Bold.ttf') format('truetype'), url('fonts/GothamXNarrow-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1.5;
	font-weight: 400;
}
ol, ul {
	list-style: none;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #404040;
	font: 13.5px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.4;
	word-wrap: break-word;
}

#page,
#branding {
	background: #fff;
	-moz-box-shadow: 0 1px 2px rgba( 0,0,0,0.075 );
	-webkit-box-shadow: 0 1px 2px rgba( 0,0,0,0.075 );
	box-shadow: 0 1px 2px rgba( 0,0,0,0.075 );
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.0em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font-size: 0.800em;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 1em "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 1em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 0.667em;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
input#s {
	border-radius: 2px;
	height: 1.692em;
	line-height: 1.2;
	padding: 0.4em 0.6em 0.29em;
}
input#s:focus {
	padding-bottom: 0.3em;
}
input#searchsubmit {
	display: inline;
}
input#s:focus,
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	font-size: 1.231em;
}

/* Links */
a {
	color: #c71c28;
	text-decoration: none;
}
a:hover,
.entry-title a:hover,
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover,
.entry-meta .comments-link a:hover {
	color: #666;
}
/* Assistive text */
.assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	visibility: hidden;
}



/* =Structure
----------------------------------------------- */

#page {
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}




#branding {
	margin: 0.6em auto 0;
	padding: 2.5% 2.5% 1.5%;
}

#primary,
#secondary {
	margin: 0 auto;
	width: auto;
	padding: 2.5%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	background:white;
	/* margin-top: 100px; */
}
#secondary {
	margin-top: 0.8em;
}

/* Alignment */
.aligncenter,
.alignleft,
.alignright {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Make sure embeds and iframes scale on smaller screens */
embed,
iframe,
object {
	width: auto;
}


/* =Header
----------------------------------------------- */

#branding .site-branding {
	margin-bottom: 1.3em;
}
#site-title,
#site-description {
	clear: none;
}
#site-title a {
	color: #111;
	font-size: 1.846em;
	font-weight: bold;
	line-height: 1.3;
}
#site-description {
	color: #7a7a7a;
	font-size: 0.923em;
}

/* Header Image */
#header-img {
	text-align: center;
}
header img {
	max-width: 100%;
	height: auto;
}


/* =Navigation and Search Form
----------------------------------------------- */

.menu-search {
	background: #1e8cbe;
	-webkit-box-shadow: inset 0 -1px rgba(0, 86, 132, 0.8), 0 1px 3px rgba(0, 86, 132, 0.4);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 86, 132, 0.8), 0 1px 3px rgba(0, 86, 132, 0.4);
	box-shadow: inset 0 -1px 0 rgba(0, 86, 132, 0.8), 0 1px 3px rgba(0, 86, 132, 0.4);
	clear: both;
	height: 46px;
	width: 100%;
}
.menu-search:after {
	clear: both;
	content: "";
	display: block;
}
.menu-search,
#access,
.menu-toggle,
#access .menu-label {
	height: 46px;
}

/* Small menu */
#access {
	float: left;
	width: 60%;
}
.search-form {
	float: right;
	text-align: right;
	width: 39%;
}
.menu-toggle {
	cursor: pointer;
}
#access h3.toggled-on {
	opacity: 0.8;
}
#access ul.nav-menu {
	background: #fff;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	display: none;
 	position: absolute;
		left: 0.5em;
		top: 3em;
 	width: 100%;
 	z-index: 99999;
}
.main-small-navigation .menu {
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	position: absolute;
	width: 100%;
}
#access ul.nav-menu:before {
	color: #fff;
	content: '\f500';
    display: inline-block;
    font: 0.9em/1 'Genericons';
    left: 49px;
    position: absolute;
    top: -11px;
 }
#access ul li {
	border-bottom: 1px solid rgba( 0, 0, 0, 0.1 );
	padding: 1em 0.8em;
}
#access ul li:last-of-type {
 	border: none;
}
#access ul ul li,
#access ul ul ul li {
 	border: none;
 	padding-bottom: 0;
}
#access a {
	display: block;
	font-size: 1em;
}
#access ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0.5em 0;
}
#access ul ul {
	display: block;
}
#access .sub-menu {
	margin: 0 0 0 15px;
}
#access .menu-toggle {
	clear: none;
	color: #fff;
	font-size: 1.077em;
	line-height: 2.5;
	padding: 0.3em 0 0 0.8em;
}
#access .menu-toggle:after {
	content: '\f502';
    cursor: pointer;
    display: inline-block;
    font: 0.7em/1 'Genericons';
    margin-left: 0.8em;
	margin-top: 1.7em;
    position: absolute;
}
#access .toggled-on:after {
	opacity: 0.8;
}
#access ul.nav-menu.toggled-on {
    display: inline-block;
}
.search-form #s {
	background: #006d9d;
	border: 1px solid #00587f;
	border-width: 0 0 0 1px;
	border-radius: 0;
	color: rgba( 255, 255, 255, 0.6 );
	font-size: 1em;
	height: 30px;
	margin-right: 0;
	padding: 0.6em;
	width: 80%;
}

/* =Content
----------------------------------------------- */
/*Homepage updates*/
#title, #title > a, .roll h2 > a {
	color:#000;
	font-size: 2rem;
	font-family: EurostileRegular;
	margin-bottom: .15rem;
	}

#title > a:active, #title > a:link, #title > a:hover, .roll h2 > a:active, .roll h2 > a:link, .roll h2 > a:hover, .roll p > a:active, .roll p > a:link, .roll p > a:hover, .home-feed-more > a {
	text-decoration: none;
}

.roll h2 > a  {
	font-size: 1.5rem;
}

.roll h2  {
	margin-bottom: .5rem;
}

.roll p > a {
	color:#000;
}

div.roll {
	margin-bottom: 1.75rem;
	padding-left: 16px;
	border-left: 2px solid black;
}

div.not-news {
	padding-left: 0px;
	border-left: 0px solid black;
}

.read-more a {
	padding: .25rem .5rem;
	margin-bottom: .5rem;
	border:1px solid #c71c28;
	color:#c71c28;
}

.title-rules {
	height: 6px;
	margin: 0px -.5rem 1.25rem;
	background-color: #c71c28;
	clear: right;
	}
	
.relatedposts .title-rules {
	margin: .5rem -.5rem 0rem;
}

.more-link-div {
	display: block;
	height: 2rem;
	margin: 0rem -.5rem 1rem;
	border-bottom: 6px solid #c71c28;
}

span.home-feed-more {
	display: block;
	float: right;
	background-color:#c71c28;
	padding: .25rem .5rem;
	height: 2em;
}
	
span.home-feed-more a {
	color: #FFFFFF;
	font-weight: bold;
}

#video p {
	margin-bottom: 0;
}

#video hr {
	visibility: hidden;
	margin-bottom: 0;
}

#primary.equipment-section {
	margin-top: 3rem;
}
/*Homepage updates end*/


.page-title {
	color: #666;
	font-size: 0.769em;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 2.6;
	margin-bottom: 1.2em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 0.923em;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	clear: both;
	margin: 0 0 1.5em;
/*	padding: 0 0 2em;  */
	position: relative;
}
.hentry {
	border-bottom: 1px solid #949494;
}
.hentry:last-child,
.no-results,
body.singular .hentry {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
	clear: both;
	font-size: 1.538em;
	line-height: 1.260;
	word-wrap: break-word;
}
.featured-post .entry-title {
	font-size: 1.077em;
}
.entry-title, .entry-title a, .archive-title, .archive-title a, #archive-title {
	color: #333;
	font-family: EurostileRegular, Arial, sans-serif;
	font-size: 2rem;
	text-decoration: none;
	padding: 1.5rem 0 .75rem;
}


.entry-meta {
	color: #666;
	clear: both;
	font-size: 0.923em;
	font-weight: 300;
	line-height: 1.385;
	overflow: hidden;
	padding: 0 0 0.6em 0;
}
.entry-meta .entry-date,
.entry-meta .entry-gallery {
	display: block;
	float: left;
}
.entry-meta .author-link {
	display: block;
	margin-top: 0.7em;
}
.entry-meta .comments-link {
	display: block;
	float: right;
}
.entry-meta .edit-link a {
	margin-right: .5em;
}
.entry-meta .edit-link a,
.commentlist .edit-link a,
.entry-meta .comments-link a,
a.comment-reply-link {
	color: #464646;
}
.entry-meta .edit-link a {
	float: right;
	text-decoration: none;
	padding: 0 0.615em;
}
.entry-meta .comments-link a:before,
.entry-meta .edit-link a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'Genericons';
	margin-right: 0.1em;
	vertical-align: top;
}
.entry-meta .comments-link a:before {
	content: '\f300';
	font-family: Genericons;
}
.entry-meta .edit-link a:before,
.commentlist .edit-link a:before {
	content: '\f411';
	font-family: Genericons;
}
.commentlist .edit-link a:before,
.entry-meta .comments-link a:before,
.entry-meta .edit-link a:before,
a.comment-reply-link:before {
	color: #7bcbe4;
}
.entry-content {
	/*font-size: 1em;*/
	font-size: 14px;
	line-height: 1.538;
	margin: 1.286em 0;
	padding: 0;
}

.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2,
.entry-content h3,
.comment-content h3 {
	color: #000;
	margin: 0 0 .8125em;
}
.entry-content h1,
.comment-content h1 {
	font-size: 1.5em;
	line-height: 1em;
}
.entry-content h2,
.comment-content h2 {
	font-size: 1.4em;
	/* line-height: 2.6; */
}
.entry-content h3,
.comment-content h3 {
	font-size: 1.75em;
	line-height: 2.3;
	font-family: EurostileRegular, Arial, sans-serif;
}
#related_posts h3 {
	font-family: GothamXNarrow-Bold, Arial, sans-serif;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 0.769em;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 0.600em 1em 0.600em 0;
}
.entry-content #s {
	width: 75%;
}
#no-border-div .entry-content > .wp-caption {
	border: 0px solid #FFFFFF !important;
}

#no-border-div > article {
	border: 0;
}

.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1em;
}
.page-link a {
	background: #278dbc;
	color: #fff;
	margin: 0;
	padding: 0.1em 0.231em;
	text-decoration: none;
}
.page-link span {
	margin-right: 0.462em;
}
.results-title {
	font-family: GothamXNarrow-Bold, Arial, sans-serif;
	font-size: 1.25rem;
	padding-bottom: .5rem;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	height: auto;
	max-width: 100% !important; /* Fluid images for posts, comments, and widgets */
}
#content .gallery-columns-3 .gallery-item img,
#content .gallery-columns-4 .gallery-item img,
#content .gallery-columns-2 .gallery-item img {
	width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.size-medium {
	display: block;
	margin: 0 auto;
}

.relatedthumb img {
	display: block;
	width: 75%;
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	max-width: 96%;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #999;
	font-size: 0.923em;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 0.833em 0 0.417em 0;
	position: relative;
	font-style:italic
}


#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
#content .gallery-columns-3 .gallery-item {
	width: 31%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-2 .gallery-item {
	width: 45%;
	padding-right: 4%;
}

.r2p-img-cont img {
	width: 75%;
	margin-bottom: .2rem;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	height: auto;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}


/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 0.7em;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 2em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header .entry-heading .entry-title {
	padding-top: 0.8em;
}
.entry-header .entry-heading {
	position: relative;
}
.entry-thumbnail {
	margin-bottom: 0.7em;
	text-align: center;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	padding: 1.625em 0 0;
	position: relative;
}
.page .hentry {
	padding-bottom: .7em;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 0;
	position: absolute;
	right: auto;
	top: 40px;
}
.single-format-gallery .hentry {
	margin-bottom: 0;
}
.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 1.538em 8.8%;
}

/* Styles for Author and Category Pages */
.cat-posts-title {
	font-family: GothamXNarrow-Bold, Arial, sans-serif;
	font-size: 1.25rem;
	color: #c71c28;
	display: block;
	padding-bottom: 1rem;
	letter-spacing: 1px;
}

.cat-posts-date {
	font-size: .75rem;
	color: #666;
	display: block;
	padding-bottom: 1rem;
	line-height: 1.2;
}
 #previous-next-div {
	margin-bottom: 1.5rem;
 }


/* =Gallery Posts
----------------------------------------------- */

#content .gallery {
	margin-bottom: 0;
}
.format-gallery img {
	margin: 0;
}
.format-gallery .gallery-large {
	line-height: 1.2em;
	margin: 0;
	width: 100%;
}
.format-gallery .gallery-thumbs-2,
 .format-gallery .gallery-thumbs-3 {
	overflow: hidden;
	width: 100%;
}
.format-gallery .gallery-thumbs-2 img {
	margin-right: 0.3%;
	max-width: 48%;
}
.format-gallery .gallery-thumbs-3 img {
	float: left;
	margin-left: 0.2%;
	max-width: 33%;
}
.format-gallery .gallery-large,
.format-gallery .gallery-thumbs-2 img,
 .format-gallery .gallery-thumbs-3 img {
	display: inline-block;
}
.format-gallery .gallery-thumbs-3 .gallery-thumb-1 img {
	margin: 0;
}
.gallery-info {
	margin-top: 1.3em;
}

/* =Quote Posts
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 1.308em;
	margin: 0;
}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 .widgettitle {
	font-size: 0.769em;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
}
#nav-below,
#nav-single {
	margin: 0 auto 1.9em;
	overflow: hidden;
	width: 100%;
}
.nav-previous {
	/*float: left; */
	width: 49%;
	display: inline-flex;
}
.nav-next {
	float: right; 
	display: inline-flex;

}
#nav-single {
	display: block;
	position: static;
}
#nav-single .nav-previous {
	margin-left: 0;
	width: 50%;
}
#nav-single .nav-next {
	margin-right: 0;
	width: 49%;
}
.nav-previous a,
.nav-next a {
	background: #b10917;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	width: 100px;
}
#content nav .meta-nav {
	font-weight: normal;
}
#jp-post-flair {
	margin: 1em auto !important;
}



/* =Widget Area & Widgets
----------------------------------------------- */

.widget-area {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 0.923em;
	padding: .6em 0.8em;
	-moz-box-shadow: 0 1px 2px rgba( 0,0,0,0.075 );
	-webkit-box-shadow: 0 1px 2px rgba( 0,0,0,0.075 );
	box-shadow: 0 1px 2px rgba( 0,0,0,0.075 );
}
.widget {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 1em 0;
}
.widget:last-of-type {
	border: 0;
}
.widget-title {
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 0.5em;
}
.widget-title a {
	color: #666;
}
.widget ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
}
.widget a {
	font-weight: normal;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	line-height: 2.083em;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #278dbc;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Twitter */
.tweets {
	margin-left: 0;
}
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 1.167em;
}
.widget_twitter .timesince {
	font-size: 0.917em;
	font-weight: normal;
	text-align: right;
}

/* RSS-Related Widgets */
.widget_rss img {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.widget_rss .rss-date {
	font-size: 90%;
}
.widget_rss_links img,
.widget_rss_links a:hover img,
.widget_rss_links a:focus img,
.widget_rss_links a:active img {
	background: transparent;
	border: none;
	padding: 0;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Recent Comments */
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	vertical-align: top;
}

/* Authors Widget */
.widget_authors ul {
	margin-left: 0;
}
.widget_authors li {
	background: none !important;
	overflow: hidden;
}
.widget_authors ul ul li {
	overflow: hidden;
}
.widget_authors img {
	float: left;
	padding-right: 0.833em;
	vertical-align: text-top;
}

/*Flickr Widget */
.widget_flickr #flickr_badge_wrapper {
	background-color: transparent;
	border: none;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #278dbc !important;
}


/* =Comments
----------------------------------------------- */

#comments {
	margin-top: 1.5em;
}
#comments-title {
	color: #000;
	font-size: 1.154em;
	font-weight: bold;
	line-height: 1em;
	padding: 1em 0;
}
#comment-nav-below {
	overflow: hidden;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 1.846em;
	font-weight: 100;
	margin: 2em 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 2em auto;
	width: 100%;
}
.commentlist > li.comment {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0 0;
	clear: both;
	margin: 0 -2.5% 0.5em;
	overflow: hidden;
	padding: .8em;
	position: relative;
}
.commentlist > li.comment,
.commentlist .pingback {
	width: auto;
}

/* Reblogs */
.commentlist > li.reblog {

	border: 1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .reblog .comment-meta {
	display: none;
}
.commentlist .reblog p:first-child {
	color: #999;
	font-size: 1em;
}
.commentlist .reblog p:first-child a {
	font-weight: bold;
}
.commentlist .pingback {
	border-top: 1px solid rgba( 0, 0, 0, 0.1 );
	margin: 0 -2.5% 0.5em;
}
.commentlist .pingback p {
	color: #c0c0c0;
	margin-bottom: 0;
	padding: 0.8em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #f9f9f9;
	border-top: 1px solid rgba( 0, 0, 0, 0.1 );
	clear: both;
	margin: 1.625em 0 0;
	overflow: hidden;
	padding: 1.625em 1.625em 0.5em;
	position: relative;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta,
.comment-content {
	margin-left: 4em;
}
.comment-meta {
	font-size: 0.923em;
}
.comment-content {
	margin-top: 1em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625;
	margin-left: 3.462em;
}
.commentlist .children li.comment .comment-content {
	margin: 1em 0 0 3.1em;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	position: absolute;
		left: 13px;
		top: 13px;
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	position: absolute;
	top: 2.2em;
}
.comment-actions {
	float: right;
	font-weight: 300;
	margin-bottom: 1em;
}
a.comment-reply-link:before {
	content: '\f412';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 13px/1 'Genericons';
	margin: 0.2em 0.1em 0 0;
	vertical-align: top;
}
a.comment-reply-link {
	display: inline-block;
	font-size: 0.923em;
	padding: 0 0.615em;
	text-decoration: none;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Comment Form */
#respond {
	margin: 0 auto 1.625em;
	width: auto;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	position: relative;
	padding: 0.615em;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	display: inline-block;
	font-size: 1.077em;
	padding: 0.154em 0 0;
	position: relative;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 1.692em;
	font-weight: bold;
	left: 95%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 0.8em;
	color: #666;
}
#respond .logged-in-as {
	margin-top: 1em;
}
#respond p {
	margin: 0.769em 0 0;
}
#respond .form-submit {
	margin: 0;
}
#respond input#submit {
	background-color: #2ea2cc;
	background-image: -moz-linear-gradient(#278dbc 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(#278dbc 0%,#0074a2 100%);
	background-image: -ms-linear-gradient(#278dbc 0%,#0074a2 100%);
	background-image: -o-linear-gradient(#278dbc 0%,#0074a2 100%);
	background-image: linear-gradient(#278dbc 0%,#0074a2 100%);

	-moz-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	-o-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	-ms-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
	border: none;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
	border-radius: 2px;
	color: rgba( 255, 255, 255, 0.9 );
	cursor: pointer;
	font-size: 1em;
	margin: 0.462em 0;
	padding: 1em;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,116,162,0.8);
}
#respond input#submit:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgb(0,116,162);

	background-image: -moz-linear-gradient(#2ea2cc 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(#2ea2cc 0%,#0074a2 100%);
	background-image: -o-linear-gradient(#2ea2cc 0%,#0074a2 100%);
	background-image: -ms-linear-gradient(#2ea2cc 0%,#0074a2 100%);
	background-image: linear-gradient(#2ea2cc 0%,#0074a2 100%);

	-moz-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	-webkit-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	-o-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	-ms-box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
	box-shadow: inset 0 1px 0 #2ea2cc, inset 0 2px 0 rgba(120,200,230,0.7);
}
#respond input#submit:active {
	color:rgba(255,255,255,.9);
	background-image: -moz-linear-gradient(#278dbc 0%, #0074a2 100%);
	background-image: -webkit-linear-gradient(#278dbc 0%,#0074a2 100%);
	background-image: -o-linear-gradient(#278dbc 0%,#0074a2 100%);
	background-image: -ms-linear-gradient(#278dbc 0%,#0074a2 100%);
	background-image: linear-gradient(#278dbc 0%,#0074a2 100%);
	-moz-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #278dbc;
	-webkit-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #278dbc;
	-o-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #278dbc;
	-ms-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #278dbc;
	box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 #278dbc;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#respond .comment-subscription-form {
	margin: 6px 0;
}
#reply-title {
	font-size: 1.5em;
	line-height: 0.733;
}
.comment #reply-title {
	margin-top: 1em;
}
#cancel-comment-reply-link {
	color: #bd3500;
	display: block;
	font-size: 0.6em;
	font-weight: 300;
	line-height: 2.2;
    margin-top: 0.4em;
	text-decoration: none;
}
#respond label {
	line-height: 2.2;
}
#respond input[type=text] {
	display: block;
	height: 1.846em;
	width: 95%;
}
#respond p {
	font-size: 0.923em;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	background: #000000;
	clear: both;
	background-image: url("images/footer_bg_dark.jpg");
	border-top: 7px solid #c12026;
}

/* Site Generator Line */
#site-generator {
	border-top: 1px solid #ddd;
	font-size: 0.923em;
	line-height: 2.2;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #278dbc;
}
#site-generator .sep {
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 1.231;
	margin: 0 0.538em;
	text-indent: 40px; /* Push the separator just out of the way */
	width: 3.077em;
}


/* =WP.com
----------------------------------------------- */

.entry-content .twitter-tweet-rendered  {
	max-width: 100% !important; /* Override the Twitter embed fixed width */

}
.video-player {
	max-width: 100% !important;
}
.videopress-placeholder,
.video-player img {
	max-width: 100% !important;
	height: auto !important;
}
.syntaxhighlighter {
	overflow: auto;
}
.single #content #wp-likebox,
.page #content #wp-likebox {
	display: block;
}
#wpl-mustlogin {
	width: 240px !important;
	margin-left: -60px !important;
}
img.latex {
	display: inline;
}

/* WP.com comment form */
#comments #respond {
	max-width: 75%;
	margin: 0 auto 15px;
}
.content #comments #respond,
#comments .commentlist #respond {
	max-width: 100%;
}
#respond textarea {
	text-indent: 0;
}
.singular #content .wpl-likebox {
    width: 100%;
}
#comments #respond {
	max-width: 100%;
}
#wpstats {
	display: block;
	margin: -1.8em auto 0;
}
#wpstats2 {
	display: none;
}

/* Adjust the width of PollDaddy polls */
.PDS_Poll .pds-box {
	width: 99% !important;
}

/* Infinite Scroll */
.infinite-wrap {
    border-top: 1px solid #ececec;
    padding-top: 1.5em !important;
}
.infinite-scroll .hentry:last-of-type,
.infinite-scroll .hentry.last-before-infinite {
    margin-bottom: 0;
}
.infinite-scroll #content {
    padding-bottom: 0.1em;
}
#infinite-handle span:before {
   display: none;
}
#infinite-handle span {
    background: #278dbc;
    border-radius: 2px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 26px;
    text-align: center;
}
#infinite-handle span:hover {
    background: #7dcae7;
}

/* Remove margins and padding on outer containers for super-tiny screens */
@media only screen and (min-device-width: 100px) and (max-device-width: 300px) {
	#wrapper {
		margin: 0;
		padding: 0;
	}
	#access {
		padding: 0.385em 0;
	}
	#page,
	.widget-area,
	#main,
	#branding {
		width: 100%;
		margin: 0;
	}
	.widget-area {
		padding: 0.417em;
	}
}


/* disables click ad that takes up large space on mobile  */
#takeover {



}


#content {
background-color: white;
padding: 1em;
}

.pure-drawer{
	background: url(images/menu_bg.png);
}

.navbar-inverse ul{
	background:none !important;
}

ul#menu-mobile-refresh-3.menu{
	background:none !important;
}

.navbar-inverse ul li {
	background-color: transparent;
}

#footer-logo{
	width:300px;
	margin-left:66px;
	padding-top:3px;
}

#logo-footer{
	width:235px;
	margin-top:7px;
	padding-bottom: .75rem;
}



.cookie-content {
    width: 100%;
    margin: 0 auto;
		position: relative;
		top: -16px;
    font-family: arial;
    padding: 20px;
}

.cookie-content a {
    color: #1a91f9;
}

.cookie-content b {
    display: block;
  margin-bottom: 10px;

}

button.acceptcookies {
    background: #d2700c;
    color: white;
		font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10%;
    padding: 8px;
    border: none;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 99 !important;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #252525 !important;
    /* background: #212327 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEECAIAAAAd4J55AAAAGXRFW…AEYJiA4vX1ixSmV/tY2wV9vaLC3wpFEh0AARg44P8LMACM4cURIdXaEQAAAABJRU5ErkJggg==); */
}

button.acceptcookies {
    display: block;
    width: 55px;
    margin: 0 auto !important;
}

body.home div#avp_zid_428 {
	display: flex;
	justify-content: center;
}

body.single-post div.new-box-ad {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}

img.road-to-recovery {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 7px;
}
	

/* Recaptcha box 
#recaptcha-box {
	position: absolute;
	display: block;
	width: 90vw;
	margin: 20vh 5vw;
	padding: 20px;
	background: white;
	z-index: 2000001;
	display: none;
}
#recaptcha-box h4 {
	margin-bottom: 15px;
}
#recaptcha-screen {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 3150px;
	background-color: rgb(0, 0, 0);
	z-index: 2000000;
	opacity: 0.8;
	display: none;
}
.grecaptcha-badge {
	display: none;
} 
*/

@media (max-width: 329px){

	#rc-imageselect, .g-recaptcha {transform:scale(0.8);-webkit-transform:scale(0.8);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

@media (min-width: 330px) and (max-width: 375px){
	#rc-imageselect, .g-recaptcha {transform:scale(0.96);-webkit-transform:scale(0.96);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
	

/* Post Pagination */

article.post .entry-content  p.page-links-custom{
	font-size: 14px;
	margin: 15px 0 40px;
	padding-top: 15px;
	padding-left: 0px;
	width: 100%;
	color: #888;
	text-align: right;
	border-top: 1px dotted #999;
	display: flex;
}
article.post .page-links-custom a.post-page-numbers span.page-link{
	color: #888;
	display: inline-block;
	margin: 0 ;
	padding: 10px 10px;
	width: 100%;
}
article.post .page-links-custom a.post-page-numbers{
	width: 100%;
    display: block;
}
article.post .page-links-custom a.post-page-numbers span.page-link > span.prev{
	float: left;
}

/* Classifieds */
.classifiedcats p.maincategoryclass {
	padding:0;
	margin: 0;
}
.classifiedcats p.maincategoryclass a{
	background: #b8292e;
	color: #fab119;
	font-size:1rem;
	padding:1.25em 0;
	display: block;
}
.classifiedcats p.maincategoryclass:hover, .classifiedcats #awpcpcatlayout ul.sub-categories.showcategoriessublist li a:hover {
	cursor: pointer;
}
.classifiedcats p.maincategoryclass a.toplevelitem{	
	color: #fab119;
}
.classifiedcats #awpcpcatlayout .showcategoriesmainlist li.columns-2{
	width: 100%;
}
.classifiedcats #awpcpcatlayout ul.sub-categories.showcategoriessublist {
	margin:  0;
}
.classifiedcats #awpcpcatlayout ul.sub-categories.showcategoriessublist li a  {
	background: #fab119;
	color: #b8292e;
	padding:.75em 0;
	margin: 10px 0;
	text-align: center;
	font-size:1rem;
	display: block;	
}
.awpcp-listings .awpcp-category-name{
	background: #fab119;
	color: #b8292e;
	padding:.75em 0;
	margin: 10px 0;
	text-align: center;
	font-size:1rem;
	display: block;	
}
.awpcp-listing-excerpt {
	padding: 0;
}

.page-id-7212 #page #main .s320 {
	display: none;
	visibility: hidden;
}

/* Olytics.css */

.olyticsblocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	text-align: center
}

.olyticsblockerNoBlur {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0);
	text-align: center
}

.olyticsblocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.05em
}

.olyticsblocker.behind {
	background-color: transparent
}

.olyticsblockerNoBlur:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.05em
}

.olyticsblockerNoBlur.behind {
	background-color: transparent
}

.olyticsmodal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left
}

.olyticsmodal a.close-olyticsmodal {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclose.png)
}

.olyticsmodal a.close-olyticsmodal {
	cursor: pointer
}

.olyticsmodal a.close-olyticsmodal {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclose.png)
}

.olyticsmodal a.close-olyticsmodalblack {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclose.png)
}

.olyticsmodal a.close-olyticsmodalgrey {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosegrey.png)
}

.olyticsmodal a.close-olyticsmodalyellow {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseyellow.png)
}

.olyticsmodal a.close-olyticsmodaldarkgrey {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosedarkgrey.png)
}

.olyticsmodal a.close-olyticsmodaldarkblue {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosedarkblue.png)
}

.olyticsmodal a.close-olyticsmodalwhite {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosewhite.png)
}

.olyticsmodal a.close-olyticsmodalblue {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseblue.png)
}

.olyticsmodal a.close-olyticsmodalpurple {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosepurple.png)
}

.olyticsmodal a.close-olyticsmodalteal {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseteal.png)
}

.olyticsmodal a.close-olyticsmodalgreen {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosegreen.png)
}

.olyticsmodal a.close-olyticsmodalorange {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseorange.png)
}

.olyticsmodal a.close-olyticsmodalred {
	cursor: pointer;
	position: absolute;
	top: -13.5px;
	right: -13.5px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosered.png)
}

a.close-persistent-bar {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclose.png)
}

a.close-persistent-barblack {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclose.png)
}

a.close-persistent-bargrey {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosegrey.png)
}

a.close-persistent-bardarkblue {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosedarkblue.png)
}

a.close-persistent-barwhite {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosewhite.png)
}

a.close-persistent-barblue {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseblue.png)
}

a.close-persistent-barpurple {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosepurple.png)
}

a.close-persistent-barteal {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseteal.png)
}

a.close-persistent-bargreen {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosegreen.png)
}

a.close-persistent-baryellow {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseyellow.png)
}

a.close-persistent-barorange {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseorange.png)
}

a.close-persistent-barred {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosered.png)
}

a.close-persistent-bardarkgrey {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosedarkgrey.png)
}

div.close-olytics-image-bottom-mid {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclose.png)
}

div.close-olytics-image-bottom-midblack {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclose.png)
}

div.close-olytics-image-bottom-midorange {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseorange.png)
}

div.close-olytics-image-bottom-midgrey {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosegrey.png)
}

div.close-olytics-image-bottom-middarkgrey {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosedarkgrey.png)
}

div.close-olytics-image-bottom-midblue {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseblue.png)
}

div.close-olytics-image-bottom-middarkblue {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosedarkblue.png)
}

div.close-olytics-image-bottom-midwhite {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosewhite.png)
}

div.close-olytics-image-bottom-midpurple {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosepurple.png)
}

div.close-olytics-image-bottom-midteal {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseteal.png)
}

div.close-olytics-image-bottom-midgreen {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosegreen.png)
}

div.close-olytics-image-bottom-midyellow {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseyellow.png)
}

div.close-olytics-image-bottom-midred {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xclosered.png)
}

div.close-olytics-image-bottom-midyellow {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(https://olytics.omeda.com/olytics/img/xcloseyellow.png)
}

.olyticsmodal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px
}

.olyticsmodal-spinner > div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.olyticsmodal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.olyticsmodal-spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.olyticsmodal-spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

@-webkit-keyframes sk-stretchdelay {
	0%, 100%, 40% {
		-webkit-transform: scaleY(.5)
	}
	20% {
		-webkit-transform: scaleY(1)
	}
}

@keyframes sk-stretchdelay {
	0%, 100%, 40% {
		transform: scaleY(.5);
		-webkit-transform: scaleY(.5)
	}
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1)
	}
}

.olyticsShadow {
	-webkit-box-shadow: 0 0 10px grey;
	-moz-box-shadow: 0 0 10px grey;
	-o-box-shadow: 0 0 10px grey;
	-ms-box-shadow: 0 0 10px grey;
	box-shadow: 0 0 10px grey
}

.olyticsBootstrapFix {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important
}

#olytics-please-wait {
	display: none;
	position: absolute !important;
	z-index: 1000 !important;
	top: 0 !important;
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
	background: rgba(255, 255, 255, .8) url(https://olytics.omeda.com/olytics/img/ajax-loader.gif) 50% 50% no-repeat !important
}

div.olytics-consent-header {
	padding: 4px !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.29 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #505050 !important
}

div.olytics-consent-footer {
	margin-top: 12px !important;
	padding: 4px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	font-family: Arial !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.62 !important;
	letter-spacing: normal !important;
	text-align: center !important;
	color: #868686 !important
}

div.olytics-consent-footer-mobile {
	margin-top: 8px !important;
	padding: 4px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	font-family: Arial !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.62 !important;
	letter-spacing: normal !important;
	text-align: center !important;
	color: #868686 !important
}

div.olytics-consent-mainheader {
	padding: 4px !important;
	font-family: Arial !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.17 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #323232 !important;
	border-bottom: 2px solid #eaeaea !important
}

div.olytics-consent-category {
	font-size: 1em !important;
	padding: 4px !important;
	font-family: Arial !important
}

table.olytics-cookie-holder-table {
	width: 90% !important
}

table.olytics-cookie-holder-table tbody tr td:nth-child(1) {
	valign: top !important;
	width: 25% !important;
	font-family: Arial !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.75 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #505050 !important
}

table.olytics-cookie-holder-table tbody tr td:nth-child(2) {
	padding-left: 5px !important;
	font-family: Arial !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #707070 !important
}

table.olytics-cookie-holder-table {
	border-collapse: collapse !important
}

table.olytics-cookie-holder-table tbody tr td {
	border-bottom: 1px solid #dde0e7 !important;
	font-size: .85em !important;
	padding: 4px !important
}

table.olytics-cookie-holder-table-mobile {
	width: 90% !important
}

table.olytics-cookie-holder-table-mobile tbody tr td:nth-child(1) {
	font-weight: 700 !important;
	valign: top !important
}

table.olytics-cookie-holder-table-mobile tbody tr td:nth-child(2) {
	padding-left: 4px !important;
	width: 120px !important;
	word-wrap: break-word !important
}

table.olytics-cookie-holder-table-mobile {
	border-collapse: collapse !important
}

table.olytics-cookie-holder-table-mobile tbody tr td {
	border-bottom: 1px solid #dde0e7 !important;
	font-size: .85em !important;
	padding: 4px !important
}

div.olytics-category-accordion-holder {
	padding: 2px 0 2px 0 !important;
	text-align: left !important
}

.olytics-category-description {
	padding: 2px 0 2px 0 !important;
	text-align: left !important;
	color: #707070 !important;
	font-family: Arial !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.38 !important;
	letter-spacing: normal !important
}

div.olytics-consent-manager-holder {
	max-width: 500px !important
}

input.olytics-save-preferences {
	width: 158px !important;
	height: 32px !important;
	border-radius: 4px !important;
	border: solid 2px #747474 !important;
	background-color: rgba(200, 0, 0, 0) !important;
	margin-right: 4px !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.14 !important;
	letter-spacing: normal !important;
	text-align: center !important;
	color: #747474 !important;
	float: right !important;
	cursor: pointer !important;
	padding: 1px 6px 1px 6px !important
}

input.olytics-save-preferences-mobile {
	width: 90% !important;
	height: 32px !important;
	border-radius: 4px !important;
	border: solid 2px #747474 !important;
	background-color: rgba(200, 0, 0, 0) !important;
	margin-right: auto !important;
	margin-left: auto !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.14 !important;
	letter-spacing: normal !important;
	text-align: center !important;
	color: #747474 !important;
	margin-top: 8px !important;
	cursor: pointer !important;
	padding: 1px 6px 1px 6px !important
}

input.olytics-allow-all-preferences {
	width: 102px !important;
	height: 32px !important;
	border-radius: 4px !important;
	border: solid 1px #1e73bb;
	background-color: #1e73bb;
	color: #fff !important;
	font-size: 1em !important;
	margin-right: 4px !important;
	float: right !important;
	cursor: pointer !important;
	padding: 1px 6px 1px 6px !important
}

input.olytics-allow-all-preferences-mobile {
	width: 90% !important;
	height: 32px !important;
	border-radius: 4px !important;
	border: solid 1px #1e73bb;
	background-color: #1e73bb;
	color: #fff !important;
	font-size: 1em !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 8px !important;
	cursor: pointer !important;
	padding: 1px 6px 1px 6px !important
}

.olytics-decline-all {
	margin-right: 8px !important;
	float: right !important;
	margin-top: 4px !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #1495e6 !important
}

.olytics-decline-all-mobile {
	width: 90% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-top: 8px !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	text-align: center !important;
	color: #1495e6 !important
}

.olytics-decline-all-link {
	height: 20px !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #1495e6 !important;
	text-decoration: underline !important;
	cursor: pointer !important
}

.olytics-decline-all-link-mobile {
	height: 20px !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #1495e6 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-decoration: underline !important;
	cursor: pointer !important
}

.powered-by-omeda {
	float: left !important;
	clear: right !important;
	color: #868686 !important;
	margin-top: 4px !important;
	font-family: Arial !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.62 !important;
	letter-spacing: normal !important;
	text-align: left !important
}

.powered-by-omeda-mobile {
	margin-left: auto !important;
	margin-right: auto !important;
	color: #868686 !important;
	margin-top: 8px !important;
	font-family: Arial !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.62 !important;
	letter-spacing: normal !important;
	text-align: center !important;
	color: #868686 !important
}

.olytics-rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px
}

.olytics-accordion {
	max-width: 550px !important;
	background: #fff !important;
	margin: 12px auto 0 auto !important;
	overflow-y: auto !important;
	max-height: 400px !important
}

.olytics-accordion-header {
	border-bottom: 1px solid #dde0e7 !important;
	color: #2a313a !important;
	cursor: pointer !important;
	font-weight: 700 !important;
	padding: .9rem !important
}

.olytics-accordion-header-mobile {
	border-bottom: 1px solid #dde0e7 !important;
	color: #2a313a !important;
	cursor: pointer !important;
	font-weight: 700 !important;
	padding: .7rem .7rem .7rem 8px !important
}

div.olytics-privacy-holder a {
	padding: 4px !important;
	font-family: Arial !important;
	font-family: Arial !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.62 !important;
	letter-spacing: normal !important;
	text-align: center !important;
	color: #868686 !important;
	text-decoration: underline !important
}

.olytics-accordion-header:hover {
	background: #f6f7f9 !important
}

.olytics-accordion-content {
	display: none;
	border-bottom: 1px solid #dde0e7 !important;
	padding: .4rem !important;
	color: #4a5666 !important
}

.accordion-cookies {
	max-width: 98% !important;
	background: #fff !important;
	margin: 5px auto 0 auto !important
}

.accordion-header-cookies {
	border-bottom: 1px solid #dde0e7 !important;
	border: solid 1px #cbcbcb !important;
	color: #2a313a !important;
	cursor: pointer !important;
	font-weight: 700 !important;
	padding: .9rem !important;
	border-radius: 5px !important;
	margin: 4px !important;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .05) !important
}

.accordion-header-cookies:hover {
	background: #f6f7f9 !important
}

.accordion-content-cookies {
	display: none;
	padding: .9rem !important;
	color: #4a5666 !important
}

.accordion-content-cookie-name {
	padding-left: 9px !important;
	text-align: left !important;
	color: #323232 !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.14 !important;
	letter-spacing: normal !important
}

.olytics-category-holder {
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.14 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #323232 !important;
	float: left !important
}

.olytics-category-holder-mobile {
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.14 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #323232 !important
}

.olytics-category-name-mobile {
	width: 136px !important;
	float: left !important;
	margin-left: 12px !important;
	margin-top: 4px
}

div.olytics-consent-manager-holder-mobile {
	max-width: 300px !important
}

.olytics-accordion-mobile {
	max-width: 380px !important;
	background: #fff !important;
	margin: 0 auto !important;
	border: 1px solid #dde0e7 !important;
	overflow-y: auto !important
}

.olytics-generated-header {
	padding-left: 17px !important;
	padding-right: 17px !important
}

.olytics-generated-header-mobile {
	padding-left: 4px !important;
	padding-right: 4px !important
}

.olytics-generated-button {
	padding: 6px 26px !important
}

.olytics-generated-button-mobile {
	padding: 2px 4px !important
}

.privacy-policy-holder {
	float: right !important;
	font-family: Arial !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.62;
	letter-spacing: normal !important;
	text-align: center !important;
	color: #868686
}

.olytics-privacy-holder {
	padding: 0 !important
}

.olytics-chevron-down {
	margin-top: 5px !important;
	vertical-align: top !important;
	transform: rotate(180deg) translateY(-100%) translateX(-100%) !important;
	transform-origin: top left !important;
	display: inline
}

.olytics-chevron-down-mobile {
	margin-top: 9px !important;
	vertical-align: top !important;
	transform: rotate(180deg) translateY(-100%) translateX(-100%) !important;
	transform-origin: top left !important;
	float: left !important;
	display: inline
}

.olytics-chevron-up-mobile {
	margin-top: 5px !important;
	vertical-align: top !important;
	float: left !important;
	display: inline
}

.olytics-chevron-down-small {
	margin-top: 1px !important;
	vertical-align: middle !important;
	transform-origin: top left !important;
	transform: rotate(180deg) translateY(-100%) translateX(-100%) !important;
	display: inline
}

.olytics-chevron-up {
	margin-top: 5px !important;
	vertical-align: top !important;
	display: inline
}

.olytics-chevron-up-small {
	margin-top: 1px !important;
	vertical-align: middle !important;
	display: inline
}

.olytics-category-button-rectangle-left {
	width: 57px !important;
	height: 24px !important;
	border: solid 1px #1e73bb;
	float: left !important;
	text-align: center !important;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	letter-spacing: normal !important;
	line-height: 24px !important
}

.olytics-category-button-rectangle-right {
	width: 56px !important;
	height: 24px !important;
	border-top: solid 1px #1e73bb;
	border-right: solid 1px #1e73bb;
	border-bottom: solid 1px #1e73bb;
	float: left !important;
	text-align: center !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	background-color: #1e73bb;
	color: #fff;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 24px !important;
	letter-spacing: normal !important
}

.olytics-category-button-selected {
	color: #fff;
	background-color: #1e73bb
}

.olytics-category-button-unselected {
	color: #1e73bb;
	background-color: #fff
}

.olytics-category-always-on {
	height: 16px !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.14 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #919191
}

.olytics-category-always-on-mobile {
	height: 16px !important;
	font-family: Arial !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.14 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #919191
}

div.accordion-content-cookies {
	valign: top !important;
	font-family: Arial !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.75 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	color: #505050 !important
}