/*
Theme Name: Price Doctor 2019
Theme URI: https://pricedoctor.co.uk
Description: This is the 2019 theme for Price Doctor.
Author: J Gardner
Author URI: https://pricedoctor.co.uk

Version: 1.3.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: price-doctor-2019
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Extra and Custom Padding Options
	- Custom Borders
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- New Static HTML Menu
	- Responsive Menu
	- Header Menu
	- Footer Menu
	- Cookie GDPR Styles
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
	- Home Page
	- Registration Pages
	- Pricing Pages
	- Trades Pricing Page
	- Pay Info Pages
	- Contact Us
	- On-Boarding
	- Add Trade Type Form
	- Youtube Player
	- Rolling Total
	- Etc Business CTA
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #ffffff;/*WAS f1f0f0*/
	color: #000000;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #009fe1;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #233968;
	text-decoration: underline;
}

p {
	margin: 0 0 30px;
	padding: 0;
}
p.breadcrumbs{
	margin: 0 0 0 8px;
}
p.small-margin{
	margin: 0 0 0 8px;
}

/*
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
*/

/* List styling
---------------------------------------------------------------------------- */

ul.disc li { list-style: disc outside;margin: 7px 0 24px 24px;  }
ul.no-style li { list-style:none !important;  }

ul.blue li{
	list-style-image: url('https://pricedoctor.co.uk/wp-content/uploads/2019/09/blue-tick.png');
	vertical-align:middle;
	text-align:left;
	margin-left:40px;
	line-height:24px;
}

ul.green li{
	list-style-image: url('https://pricedoctor.co.uk/wp-content/uploads/2019/09/green-tick.png');
	vertical-align:middle;
	text-align:left;
	margin-left:40px;
	line-height:24px;
}
ul.arrow li{
	list-style-image: url('https://pricedoctor.co.uk/wp-content/uploads/2019/09/arrow.png');
	vertical-align:middle;
	text-align:left;
	margin-left:40px;
	line-height:24px;
}

ul.blue-tick li{
	list-style-image: url('https://pricedoctor.co.uk/images/tick-blue.jpg');
	vertical-align:middle;
	text-align:left;
	margin-left:40px;
	margin-right:40px;
	margin-top:6px;
	line-height:24px;
}

ul.dark-blue-tick li{
	list-style-image: url('https://pricedoctor.co.uk/images/tick-orange.jpg');
	vertical-align:middle;
	text-align:left;
	margin-left:40px;
	margin-right:40px;
	margin-top:6px;
	line-height:24px;
}

ul.tick-white-orange li{
	list-style-image: url('https://pricedoctor.co.uk/images/tick-white-orange.jpg');
	vertical-align:middle;
	text-align:left;
	margin-left:40px;
	margin-right:40px;
	margin-top:16px;
	line-height:24px;
}


hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 16px;
}

.center-align{
	text-align:center;
}

/* Extra and Custom Padding Options */
.ex-paddingB-L{
	padding-bottom:48px;
}
.ex-paddingB-ML{
	padding-bottom:32px;
}
.ex-paddingB-M{
	padding-bottom:24px;
}
.ex-paddingT-L{
	padding-top:48px;
}
.ex-paddingS{
	padding-top:8px;
}
.ex-paddingM{
	padding-top:16px;
}
.ex-paddingL{
	padding-top:24px;
}
.ex-paddingXL{
	padding-top:32px;
}
.ex-padding{
	padding:24px;
}
.ex-padding-no-T{
	padding: 24px 24px 24px;
}
.g-padding{
	padding:16px;
}
.ex-paddingRM{
	padding-right:16px;
}

/* Extra and Custom Margin Options */
.ex-marginTS{
	margin-top:8px;
}
.ex-marginTM{
	margin-top:16px;
}
.ex-marginTL{
	margin-top:24px;
}
.ex-marginTEL{
	margin-top:32px;
}
.ex-marginBM{
	margin-bottom:16px;
}
.ex-marginBL{
	margin-bottom:24px;
}
.ex-marginBEL{
	margin-bottom:32px;
}
.ex-marginBEEL{
	margin-bottom:48px;
}
.ex-marginLB{
	margin-left:24px;
}

/* Custom Borders etc */
.right-border{
	border-right:2px solid #1f3e6c;
}
.left-border{
	border-left:2px solid #1f3e6c;
}
.side-bottom-border{
	border-right:1px solid #dfdfdf !important;
}

.small-test{
	font-size:12px !important;
}

/* Form Errors etc */
.form-error{
	color:#000;
	border:3px solid #ff0000;
	border-radius:10px;
	background-color:#fff;
	padding:8px;
}
.form-error p{
	margin:0 !important;	
}

/* Registration Errors Errors etc */
.register-error{
	color:#000;
	border:3px solid #ff0000;
	border-radius:10px;
	background-color:#fff;
	padding:8px;
}

.centerAlign{
	text-align:center;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	/*background-color:#ffb600;*/
	width:100%;
	padding:10px 8px 10px 0px;
	color:#fab800;
	font-family:Helvetica;
	font-weight:700;
}

h1.no-style{
	background-color:transparent;
	width:auto;
	padding:0px !important;
	color:#fff;
	font-family:inherit;
}

h2 {
	font-size: 27px;
}

.pricing-header h2 {
	font-size: 27px;
	font-weight:700;
	color:#fab800;
	text-align:center;
}

h2.bg {
	font-size: 27px;
	background-color:#5281b7;
	width:100%;
	padding:10px 8px 10px 16px;
	color:#fff;
	font-family:Helvetica;
}

h2.contact {
	font-size: 24px;
	color:#5181b7;
}

h3 {
	font-size: 24px;
	color:#5181b7;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
	border:1px solid #c2c6c3;
	padding:16px;
	text-align:center !important;
	margin:24px 0 24px 0;
}
figcaption {
	color:#747674;
	font-size:14px;
	margin-top:8px;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #bdc3d3;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 12px;
	width: 80%;
	margin-bottom:8px;
	/*border-radius:10px;*/
}

input:focus,
textarea:focus {
	border: 1px solid #c5c5c5;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

.checkbox label{
	color:#fff;
}

.checkbox input[type="checkbox"]{
	width:25px;
	height:25px;
	line-height:100%;
	vertical-align: middle;
	display:inline-block;
	cursor:pointer;
}

::-ms-input-placeholder {
	color: #9d9b9b;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #9d9b9b;
	opacity: 1;
}

::placeholder {
	color: #9d9b9b;
	opacity: 1;
}

::-moz-placeholder {
	color: #9d9b9b; /* WAS #333 */
	opacity: 1;
	font-size:16px;
	font-weight:normal;
}

::-webkit-input-placeholder {
	color: #b6b5b5;
	font-size:16px;
	font-weight:normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #fab800;
	border: 0;
	border-radius: 5px;
	color: #203b6a;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: 80%;
	font-family:Helvetica;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #ca9502;
	border-width: 0;
	color: #203b6a;
}

.button-orange {
	background-color: #fab800;
	border: 0;
	border-radius: 5px;
	color: #203b6a;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: 80%;
	font-family:Helvetica;
}
.button-orange:focus,
.button-orange:hover {
	background-color: #ca9502;
	border-width: 0;
	color: #203b6a;
}

.button-orange-text{
	height:110px
	vertical-align:bottom;
	font-size:28px;
	font-weight:bold;
	margin-top:95px;
}
.button-orange-button{
	height:110px
	vertical-align:middle;
	margin-top:-10px;
}


.button-blue {
	background-color: #058ae7;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: 80%;
	font-family:Helvetica;
}
.button-blue:focus,
.button-blue:hover {
	background-color: #656667;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

/*
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
	vertical-align: top;
}

td {
	border-top: 1px solid #eee;
	padding: 10px;
}

th {
	font-weight: 600;
	padding: 0 10px 10px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}
*/

table.features { width: 96%; margin: 0 2%; font-size: 0.9em; color: #014A81; border-collapse:collapse }
table.features td { padding: 5px 4px 4px 4px; line-height: 1.1; width: 20%; text-align: center; } 
table.features th { padding: 5px 4px 4px 4px; line-height: 1.1; } 
table.features thead th { text-align: center; background-color:#5181b7; padding:16px; color:#fff; } 
table.features tbody td:nth-child(even) { background: #d7ebf8 none repeat scroll 0 0; }
table.features tbody td:nth-child(odd) { background: #c4e3f9 none repeat scroll 0 0; }
table.features tbody th { font-weight: normal; width: 40%; background-color:#c4e3f9; } 
table.features tbody td { color: #014A81; font-size: 0.9em; padding:8px; }
table.features tbody tr { border-bottom: 1px solid #a6cae0; height:60px !important; }
table.features tbody td div { display: inline-block; margin: 0 auto; width: 37px; height: 37px; }
table.features tbody tr td.yes div { background: transparent url(https://pricedoctor.co.uk/wp-content/themes/pricedoctor-theme/images/tick.png) 0 0 no-repeat; }
table.features tbody tr td.no div { background: transparent url(https://pricedoctor.co.uk/wp-content/themes/pricedoctor-theme/images/cross.png) 0 0 no-repeat; }
table.features tbody tr.header th { font-weight: bold; padding: 9px 4px 8px 4px; }
table.features tfoot th { width: 40%; background-color:#81bfea; }
table.features tfoot td { background-color:#81bfea; padding:16px; }
table.features tfoot td a { font-size:21px; font-weight:700; color:#014A81; text-decoration:none !important; }
table.features tfoot td a:hover { color:#2d74c8; text-decoration:underline !important; }
table.features tfoot td.package-radio { text-align: center; padding: 20px 0; }
table.features tfoot td.package-radio div { margin: 0 auto; width: 49px; height: 49px; background: transparent url(./bg/radio.png) 0 0 no-repeat; cursor: pointer; } 
table.features tfoot td.package-radio div.selected { background-position: -49px 0; }
table.features tfoot td.package-form { text-align: right; padding: 20px 0 40px 0; } 
table.features tfoot td.package-form img { width: 130px; height: auto; padding: 0 10px 2px 0; }

.responsive-table {
	overflow-x: auto;
	display: block;
	margin-bottom:24px;
}


table.features-new { width: 96%; margin: 0 2%; font-size: 0.9em; color: #014A81; border-collapse:collapse }
table.features-new td { padding: 5px 4px 4px 4px; line-height: 1.1; width: 20%; text-align: center; } 
table.features-new th { padding: 5px 4px 4px 4px; line-height: 1.1; } 
table.features-new thead th { text-align: center; background-color:#5181b7; padding:16px; color:#fff; } 
table.features-new tbody td:nth-child(even) { background: #d7ebf8 none repeat scroll 0 0; }
table.features-new tbody td:nth-child(odd) { background: #c4e3f9 none repeat scroll 0 0; }
table.features-new tbody th { font-weight: normal; width: 40%; background-color:#c4e3f9; } 
table.features-new tbody td { color: #014A81; font-size: 0.9em; padding:8px; }
table.features-new tbody tr { border-bottom: 1px solid #a6cae0; height:60px !important; }
table.features-new tbody td div { display: inline-block; margin: 0 auto; width: 30px; height: 30px; }

table.features-new tbody tr td.yes div { background: transparent url(https://pricedoctor.co.uk/wp-content/themes/price-doctor-2019/images/tick-yes.png) 0 0 no-repeat; }

table.features-new tbody tr td.no div { background: transparent url(https://pricedoctor.co.uk/wp-content/themes/price-doctor-2019/images/cross-no.png) 0 0 no-repeat; }

table.features-new tbody tr.header th { font-weight: bold; padding: 9px 4px 8px 4px; }
table.features-new tfoot th { width: 40%; background-color:#81bfea; }
table.features-new tfoot td { background-color:#81bfea; padding:16px; }
table.features-new tfoot td a { font-size:21px; font-weight:700; color:#014A81; text-decoration:none !important; }
table.features-new tfoot td a:hover { color:#2d74c8; text-decoration:underline !important; }
table.features-new tfoot td.package-radio { text-align: center; padding: 20px 0; }
table.features-new tfoot td.package-radio div { margin: 0 auto; width: 49px; height: 49px; background: transparent url(./bg/radio.png) 0 0 no-repeat; cursor: pointer; } 
table.features-new tfoot td.package-radio div.selected { background-position: -49px 0; }
table.features-new tfoot td.package-form { text-align: right; padding: 20px 0 40px 0; } 
table.features-new tfoot td.package-form img { width: 130px; height: auto; padding: 0 10px 2px 0; }



table.general { width: 96%; margin: 0 2%; font-size: 0.9em; color: #014A81; border-collapse:collapse }
table.general td { padding: 5px 4px 4px 4px; line-height: 1.1; width: 20%; text-align: center; } 
table.general th { padding: 5px 4px 4px 4px; line-height: 1.1; } 
table.general thead th { text-align: center; background-color:#5181b7; padding:16px; color:#fff; } 
table.general thead td { text-align: center; background-color:#5181b7; padding:16px; color:#fff; } 
table.general tbody td:nth-child(even) { background: #d7ebf8 none repeat scroll 0 0; }
table.general tbody td:nth-child(odd) { background: #c4e3f9 none repeat scroll 0 0; }
table.general tbody th { font-weight: normal; width: 40%; background-color:#c4e3f9; } 
table.general tbody td { color: #014A81; font-size: 0.9em; padding:8px; }
table.general tbody tr { border-bottom: 1px solid #a6cae0; height:60px !important; }
table.general tbody td div { display: inline-block; margin: 0 auto; width: 30px; height: 30px; }
table.general tbody tr td.yes div { background: transparent url(https://pricedoctor.co.uk/wp-content/themes/price-doctor-2019/images/tick-yes.png) 0 0 no-repeat; }
table.general tbody tr td.no div { background: transparent url(https://pricedoctor.co.uk/wp-content/themes/price-doctor-2019/images/cross-no.png) 0 0 no-repeat; }
table.general tbody tr.header th { font-weight: bold; padding: 9px 4px 8px 4px; }
table.general tfoot th { width: 40%; background-color:#81bfea; }
table.general tfoot td { background-color:#81bfea; padding:16px; }
table.general tfoot td a { font-size:21px; font-weight:700; color:#014A81; text-decoration:none !important; }
table.general tfoot td a:hover { color:#2d74c8; text-decoration:underline !important; }
table.general tfoot td.package-radio { text-align: center; padding: 20px 0; }
table.general tfoot td.package-radio div { margin: 0 auto; width: 49px; height: 49px; background: transparent url(./bg/radio.png) 0 0 no-repeat; cursor: pointer; } 
table.general tfoot td.package-radio div.selected { background-position: -49px 0; }
table.general tfoot td.package-form { text-align: right; padding: 20px 0 40px 0; } 
table.general tfoot td.package-form img { width: 130px; height: auto; padding: 0 10px 2px 0; }



table.tiers-new { width: 96%; margin: 0 2%; font-size: 0.9em; color: #014A81; border-collapse:collapse;border:1px solid #dde0e7; }
table.tiers-new td { padding: 5px 4px 4px 4px; line-height: 1.1; width: 20%; text-align: center; } 
table.tiers-new th { padding: 5px 4px 4px 4px; line-height: 1.1; } 
table.tiers-new thead th { text-align: center; background-color:#5181b7; padding:16px; color:#fff; } 

table.tiers-new tbody th { font-weight: normal; width: 40%; background-color:#c4e3f9; } 
table.tiers-new tbody td { color: #014A81; font-size: 0.9em; padding:16px; }
table.tiers-new tbody tr { border-bottom: 1px solid #a6cae0; height:60px !important; }
table.tiers-new tbody td div { display: inline-block; margin: 0 auto; width: 30px; height: 30px; }

table.tiers-new tbody tr.header th { font-weight: bold; padding: 9px 4px 8px 4px; }
table.tiers-new tfoot th { width: 40%; background-color:#81bfea; }
table.tiers-new tfoot td { background-color:#81bfea; padding:16px; }
table.tiers-new tfoot td a { font-size:21px; font-weight:700; color:#014A81; text-decoration:none !important; }
table.tiers-new tfoot td a:hover { color:#2d74c8; text-decoration:underline !important; }

table.tiers-new th.clear-bg, td.info-cell{text-align:left !important;padding:32px !important;}

table.tiers-new th.clear-bg, td.clear-bg{background-color:transparent !important;}
table.tiers-new th.width-fix-main, td.width-fix-main {width:54% !important;}
table.tiers-new th.width-fix-obj, td.width-fix-obj {width:23% !important;}
table.tiers-new th.align-fix, td.align-fix {text-align:left !important;}

table.tiers-new td p.orange-title {font-weight:bold;color:#fab800;font-size:20px;padding:4px;}
table.tiers-new td p.cell-title {font-weight:bold;color:#029fe2;font-size:20px;padding:4px;}
table.tiers-new td span.cell-title-plus {font-weight:bold;color:#f6b801 !important;font-size:20px;padding:4px;}

table.tiers-new td p.sub-header {font-weight:bold;color:#fff;font-weight:bold;padding:2px;font-size:16px;}
table.tiers-new td p.sub-header2 {font-weight:bold;color:#00a0e4;font-weight:bold;padding:2px;font-size:16px;}

table.tiers-new td ul.table-list {font-weight:normal;color:#fff;}

table.tiers-new td ul.table-list {list-style: none;}
table.tiers-new td ul.table-list li::before {content: "\2022";color:#fcb700;display: inline-block;width: 1em;margin-left: -1em;font-weight:bold;}


table.tiers-new td p.italic {font-style:italic !important;color:#fff;font-size:14px;}
table.tiers-new td p.italic-l {font-style:italic !important;color:#000;font-size:12px;}

table.tiers-new td p{margin-bottom:2px !important;}

table.tiers-new td.cell-obj{color:#009fe3 !important;font-weight:bold;font-size:16px;background-color:#d9f1fb;}

table.tiers-new td.header-bg1{background-color:#233968 !important; color:#f9b900;font-weight:bold;padding:12px;}
table.tiers-new td.header-bg2{background-color:#e5e5e5 !important;}
table.tiers-new td p.header-bg2-header{font-weight:bold;color:#000;}
table.tiers-new td p.header-bg2-info{color:#000;font-style:italic !important;font-size:11px;padding:4px;}

table.tiers-new td.bg1{background-color:#657495 !important;}
table.tiers-new td.bg2{background-color:#4e6086 !important;}
table.tiers-new td.bg3{background-color:#394c77 !important;}
table.tiers-new td.bg4{background-color:#657495 !important;}
table.tiers-new td.bg5{background-color:#f2fafd !important;}

table.tiers-new td.bg6{background-color:#233968 !important;}

table.tiers-new td.bg5 p.sub-header{color:#263765 !important;}
table.tiers-new td.bg5 ul.table-list{color:#000 !important;}
table.tiers-new td.bg5 p.italic{color:#000 !important;}



/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 24px 0 60px 0;
	background-color:#ffffff;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}






/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	margin-left:4px; /*WAS 48px */
	/*width:80% !important;
	margin: 0 auto !important;*/
}

.search-form input{
	width: auto !important ;
	padding:8px 4px 8px 4px !important;
	margin-bottom: 8px;
    /*border-radius: 10px;*/
    margin-right:1px;
    margin-left:1px;
}

/*
.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}*/

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	position: relative;
}
/*.search-form > input {
    padding-left: 56px;
}*/
.search-form input[type="submit"] {
    /*background: none !important;*/
    border: none;
    clip: inherit;
    color: #4a545a;
    display: inline-block;
    /*font: 40px/1 'dashicons';*/
    background-image: url("https://pricedoctor.co.uk/images/search-bar-icon.jpg") !important;
    background-repeat: no-repeat !important;
    background-color:#fff;
    height: 20px;
    width:19px !important;
    padding: 12px 32px 0 8px;
    position: absolute;
    left: 82%;
    top: 0px;
    vertical-align: top;
    /*width: 48px;*/
}

/* Search Form
--------------------------------------------- */
/*
.search-form {
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left:48px;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	position: relative;
}
.search-form > input {
    padding-left: 56px;
}
.search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    color: #4a545a;
    display: inline-block;
    font: 40px/1 'dashicons';
    height: 48px;
    padding: 12px 32px 0 8px;
    position: absolute;
    left: 2px;
    top: -8px;
    vertical-align: top;
    width: 48px;
}
*/

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
	color:#fab800;
	font-weight:700;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget-area .widget, .header-widget-area .widget {
	margin-bottom:-80px !important;
}

.widget {
	margin-bottom: 0px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	width:120%;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);*/
	padding: 0 30px;
}

.site-header, 
.nav-primary,
.nav-secondary { 
    margin: auto; 
    max-width: 1200px; 
    /*padding-left: 16px; 
    padding-right: 16px;*/
}

/* Header Register and Login Bar
--------------------------------------------- */
.utility-bar-container {
	max-width:100%;
	background-color: #d9f1fb;	
}

.utility-bar {
 background-color: #d9f1fb;
 color: #233867;
 font-size: 16px;
 padding: 4px 16px 8px 0px;
 max-width:1200px;
 margin:0 auto;
 /*max-height:24px !important;*/
}
.utility-bar a {
 color: #233867;
 /*border-right:1px solid #233867;*/
 padding:0px 8px 0px 8px;
 text-decoration: none;
}
.last-item{
	border-right:0px solid #233867 !important;
}
.utility-bar a:hover {
 text-decoration: underline;
}
.utility-bar-left,
.utility-bar-right {
 width: 50%;
}
.utility-bar-left p,
.utility-bar-right p {
 margin-bottom: 0;
}
.utility-bar-left {
 float: left;
}
.utility-bar-right {
 float: right;
 text-align: right;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	margin-top:12px;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Remove dupliacte menu on mobile screens */
#genesis-mobile-nav-primary {
    display: none !important;
}
#genesis-nav-primary {
    display: block !important;
}

/* New Static HTML Menu
--------------------------------------------- */

.main-menu-container {
    margin-left: 1%;
    margin-right: 1%;
    width: 96%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position:absolute;
    bottom:0;
    top:30px;
}
.top-header{
	position:relative;
}
#nav span {
    display: none;
}
#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav {
    float: right; /* WAS left */
    position: relative;
    width: auto;/*WAS 100%*/
    border-radius:5px 5px 0px 0px;
    min-height:50px;
    padding:4px 8px 0px 8px;
    /*border-bottom:3px #15355d solid;*/
}
#nav > li {
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#nav li a {
    display: block;
    text-decoration: none;
    font-size:16px;
    color:#000;
    padding: 10px 15px;
    font-weight:normal;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s !important;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}

#nav li button a:hover {
	color:#fff !important;
	transition: color 0ms ease-in-out 0s, background-color 0ms ease-in-out 0s !important;	
}
#nav button {
	background-color:transparent !important;
	border: 0 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: normal !important;
    width: auto !important;
    transition: all 0.5s ease !important;
    padding: 0px 0px 0px 0px !important;
}
#nav button:hover{
	background-color:#18375f !important; /* WAS 0468b3 */
	color:#fff !important;
}
/* ************** Original Markup ***************** */
#nav ul.subs {
    background-color: #ffffff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #333333;
    /*display: none;*/
    left: 0;
    padding: 2%;
    position: absolute;
    width: 100%;
    margin-top:-4px !important;
    z-index: -9999999999999999 !important;
    -moz-transition: all 0.3s ease-out 0.15s;
    -ms-transition: all 0.3s ease-out 0.15s;
    -o-transition: all 0.3s ease-out 0.15s;
    -webkit-transition: all 0.3s ease-out 0.15s;
    transition: all 0.3s ease-out 0.15s;
    opacity:0;
	clear:both;
	overflow:hidden;       
}
#nav li:hover ul.subs{
    z-index: 9999999999999999 !important;
    opacity: 1;
}
#nav li:focus-within ul.subs {
    display: block;
}
#nav ul.subs > li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 40%;
}
#nav ul.subs > li a {
    color: #777777;
    line-height: 18px;
    font-size:14px;
}
#nav ul li a:hover {
    color: #000;
}
#nav ul.subs > li > a {
    font-size: 1.3em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#nav ul.subs > li li {
    float: none;
    padding: 0px 8px 0px 8px;
    border: 1px solid #1a92de;
    margin-bottom:4px;
    min-height:40px;
    width: 100% !important;
    -moz-transition: padding 150ms ease-out 0s;
    -ms-transition: padding 150ms ease-out 0s;
    -o-transition: padding 150ms ease-out 0s;
    -webkit-transition: padding 150ms ease-out 0s;
    transition: padding 150ms ease-out 0s;
}
#nav ul.subs > li li:hover {
    padding-left: 10px;
    background-color:#ecf4f9;
}
.dropdown-arrow:after{
	content: url("https://pricedoctor.co.uk/images/menu-down-arrow.png") !important;
	font-weight: normal;
	display: inline-block;
	margin: 0 0 0 2px;
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(0);
	color: inherit;
	position: relative;
	background: transparent;
	height: 10px;
	width: 22px;
	right: auto;
	line-height: inherit;
}
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background-color:transparent;
    text-align: left;
    padding: 0px 0px 0px 2%;
    display: none;
    width:98%;
    margin-left:2%;
    margin-right:2%;
    vertical-align: middle;
    margin-top:0px;
}
.main-menu-container input[type=checkbox]{
    display: none;
}
input[type=checkbox]:checked ~ #nav{
    display: block;
}
.show-menu-cont{
	display:none !important;
}
.menu-search{
	display:none !important;
}


/***************** responsive rules ******************/
@media all and (max-width : 1100px) { /* WAS 860px */
	
	.nav-primary{
		margin-top:40px !important;
	}	
	
	.wp-custom-logo .title-area{
		padding-bottom: 25px !important;
	}

}	





/***************** responsive rules ******************/
@media all and (max-width : 959px) { /* WAS 860px */
	
	.non-accordion li a{
		color:#fff !important;
	}
	
	.wp-custom-logo .title-area {
	    width: 20% !important;
	}
	
	.main-menu-container {
	    margin-left: 30%;
	    margin-right: 1%;
	    margin-top: 30px;
	    width: 70%;
	    position: absolute;
	    bottom: 0;
	    margin-bottom: -10px;
	    float: right !important;
	    top:-10px;
	}
	
	.show-menu-cont{
		display:inline-block !important;
		width:100%;
		height:auto;
		/*border:1px solid #000;*/
		width:100%;
		margin-left:3%;
		margin-right:2%;
		padding: 6px 4px 0px 0px;
		/*background-color:#313030;*/
	}
	.show-menu-label{
		float:right !important;
		display:inline-block !important;
		/*width:40% !important;*/
	}
    .main-menu-container ul {
        position: static;
        display: none;
    }
    ul .submenu{
    	display:block;
    }
    .main-menu-container li {
        margin-bottom: 1px;
    }
    .main-menu-container ul li, .main-menu-container li a {
        width: 99%;
    }
    .show-menu {
        display:block;
    }
    .search-mob-bg{
    	width:100%;
    	/*height:52px;*/
    	padding:8px;
    	background-color:#fff;
    	/*border:1px solid #000;*/
    }
    .menu-search{
		width:40% !important;
		padding: 10px 4px 10px 8px !important;
		float:right !important;
		display:inline-block !important;
		position: relative;
	    height: 35px;
	    vertical-align: middle;
	    display: inline-block;
	    margin-top: 0px;
	}
	.menu-search-cont{
		width:40%;
		float:right;
		padding:0px !important;
		display:inline-block;
	}
	.search-form input[type="submit"] {
	    border: none;
	    clip: inherit;
	    color: #fff;
	    display: inline-block;
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	    font-size:16px;
	    height: 29px;
	    padding: 0 8px 0 6px;
	    position: absolute;
	    left: 89%;
	    top: 0px;
	    vertical-align: top;
	    width: auto;
	    background-color: #fff;
	    font-weight: normal !important;
	    -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
	}
	.search-form input[type="search"] {
		background-color: #fff;
		/*border: 1px solid #000; */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		/*border-radius: 5px;*/
		color: #333;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: 400;
		padding: 6px 6px 6px 46px;
		width: 99% !important;
	}
	
	.nav-primary{
		margin-top:0px !important;
	}	
	
	.wp-custom-logo .title-area{
		padding-bottom: 0px !important;
	}
	
	#nav{
		min-height:36px !important;
		z-index: 99999999999 !important;
		background-color: transparent !important;
		margin-top: -11px;
		margin-left:2% !important;
		margin-right:1% !important;
	    float: left;
	    position: absolute;
	    width: 100%;
	    padding-left:1%;
	    border-bottom:0px #15355d solid;
	}
    #nav > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
    }
    #nav button .menu-item{
    	color:#fff !important;
    }
    #nav ul.subs {
        position: relative;
        top: 0px;
        opacity:1;
    }
    #nav li:hover ul.subs {
        display: none;
    }
    #nav li #s1:target + ul.subs,
    #nav li #s2:target + ul.subs,
    #nav li #s3:target + ul.subs,
    #nav li #s4:target + ul.subs,
    #nav li #s5:target + ul.subs,
    #nav li #s6:target + ul.subs,
    #nav li #s7:target + ul.subs,
    #nav li #s8:target + ul.subs,
    #nav li #s9:target + ul.subs,
    #nav li #s10:target + ul.subs {
        display: block;
    }
    #nav ul.subs > li {
        display: block;
        width: auto;
    }
	#nav button {
		background-color:#595757 !important;
		color:#fff !important;
	    white-space: normal;
	    width: 100% !important;
	    border-radius;0px !important;
	    -webkit-border-radius:0px !important;
	    -moz-border-radius:0px !important;
	    min-height:40px !important;
	    border-bottom:1px solid #c5c5c5 !important;
	    padding:4px;
	}
	.dropdown-arrow:after{
		margin: 0 0 0 8px;
	}
	#nav button:hover{
		background-color:#c5c5c5 !important;
		color:#fff !important;
		border-radius;0px !important;
	    -webkit-border-radius:0px !important;
	    -moz-border-radius:0px !important;
	}  
	.accordion, .non-accordion {
	  background-color: #eee;
	  color: #fff;
	  cursor: pointer;
	  padding: 10px;
	  width: 100%;
	  text-align: left;
	  border: none;
	  outline: none;
	  border-radius;0px !important;
	}
	.active, .accordion:hover {
	  background-color: #ccc;
	}
	.panel {
	  padding: 0 18px;
	  background-color: transparent;
	  overflow: hidden;
	}
	#nav ul.subs > li > a {
	    font-size: 1.0em;
	    margin-bottom: 4px;
	    text-transform: uppercase;
	}
	#nav ul.subs > li li {
	    float: none;
	    padding: 0px;
	    border: 1px solid #1a92de;
	    margin-bottom:4px;
	    min-height:38px;
	    -moz-transition: padding 150ms ease-out 0s;
	    -ms-transition: padding 150ms ease-out 0s;
	    -o-transition: padding 150ms ease-out 0s;
	    -webkit-transition: padding 150ms ease-out 0s;
	    transition: padding 150ms ease-out 0s;
	}
	#nav ul.subs > li li:hover {
	    padding-left: 0px;
	    background-color:#ecf4f9;
	}   
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	/*padding-top: 15px;*/
	width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary {
	padding: 40px 0px 10px 0px !important;
	border-bottom: 3px solid #1c3b6a !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	margin-top:11px !important;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}








/* Cookie GDPR Styles
---------------------------------------------------------------------------- */
#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width:100%;
	z-index: 9999;
	/* box-shadow:rgba(0,0,0,.5) 0px 5px 50px; */
	display: none;
	left:0px;
	font-weight:300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding:5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
	vertical-align: middle;
}

/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: none;
}
.cli-plugin-main-link {
	margin-left:0px;
	font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;}

/**
 * Added extra space between each cookie bar action elements @since 1.8.9
 */
.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
    margin-left: 5px;
}

.gdpr-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.gdpr-row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.gdpr-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.gdpr-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.gdpr-align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.gdpr-d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.modal-backdrop.show {
	opacity: .8;
}
.modal-open {
    overflow: hidden
}

.modal-open .gdpr-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1039;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.gdpr-modal {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}
.gdpr-modal a {
	text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
	position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
	text-align: left;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width:500px;
		margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2));		
    }
}
@media (min-width: 992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px;			
	}
}
.gdpr-modal-content {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}
.gdpr-modal .row {
	margin: 0 -15px;
}
.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
    background-color: transparent;
    border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
	outline: 0;
}
.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
	display:none;
}
.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
	background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
	border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
	border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
    display: none;
}
.gdpr-tab-content>.active {
    display: block;
}
.gdpr-fade {
    transition: opacity .15s linear;
}
.gdpr-nav-pills {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: stretch !important;
    -ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
	width: 100%;
	padding: 30px;
}
.nav.gdpr-nav-pills {
	background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}


.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}
.cli-modal.cli-show {
	display: block;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
    display:none;
}
.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px;
}
.cli-switch input:checked + .cli-slider {
    background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
    transform: translateX(26px);
}
.cli-switch .cli-slider {
    border-radius: 34px;
}
.cli-switch .cli-slider:before {
    border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
    display: block;
}
.cli-fade {
    transition: opacity .15s linear;
}
.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding: 30px;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
    padding: 30px 10px;
	}
}
.cli-nav-pills {
    background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
    border: 1px solid #00acad;
    margin-bottom: 10px;
    color: #00acad;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #00acad;
    border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
    color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0;
}
.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
/* Settings Popup */
.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
    background-color: #000;
    -webkit-transform:scale(0);
    transform:scale(0);
    transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;
  
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
  -webkit-transform:scale(1);
  transform:scale(1);
}
.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
    transform: scale(0);
	overflow: hidden;
    outline: 0;
    display: none;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px;
}
.cli-switch input[type="checkbox"] {
    display:none;
}
.cli-switch .cli-slider {
    background-color: #e3e1e8;
	height: 20px;
    width: 38px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(18px);
}
.cli-switch .cli-slider {
    border-radius: 34px;
    font-size:0;
}
.cli-switch .cli-slider:before {
    border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
    width: 100%;
    padding:5px 30px 5px 5px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
    padding: 30px 10px;
	}
}
.cli-nav-pills {
    background: #fff;
}
.cli-nav-pills .cli-nav-link {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    color:#2a2a2a;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #f6f6f9;
    border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
    color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0;
}
.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
    background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
	border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
	margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
	flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.cli-wrapper {
    max-width: 90%;
    float: none;
    margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
	margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
	padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
	display:none;
	text-align:left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
    background-color: #00acad;
    padding: 10px 15px;
    text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #61a229;
    color: #ffffff;
    border-radius: 0;
}

.cli-tab-footer {
	width:100%;
	text-align:right;
    padding: 20px 0;
}
/* version 2.0 */
.cli-col-12
{
	width:100%;
}
.cli-tab-header
{
	display: flex;
	justify-content: space-between;
}
.cli-tab-header a:before {
    width: 10px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}
.cli-tab-header a:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: calc(50% - 5px);
    -webkit-transform: none;
    transform: none;
}
.cli-tab-header a:before {
	width: 7px;
    height: 7px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
    position: relative;
	display: flex;
    align-items: center;
	font-size:14px;
    color:#000;
    text-transform: capitalize;
    
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
    background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
	padding: 10px;
	background: transparent;
    border:none;
    min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
	font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
	margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
    padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000;
}
.wt-cli-privacy
{
    display:none;
}
.cli-tab-content
{
	display:none;
}
.cli-tab-section .cli-tab-content
{
	padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
	margin-top:5px;
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px;
	}
}
.cli-switch .cli-slider:after{
	content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
	color: #000;
	font-size:12px;
    text-align:right;
    min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
	content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}
a.cli-privacy-readmore {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
    padding-bottom: 0;
    cursor: pointer;
    color:#000;
    text-decoration: underline;
}
.cli-modal-footer {
    position: relative;
}
a.cli-privacy-readmore:before {
    content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
    content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content
{
    transition: max-height 0.25s ease-in;

}
.cli-privacy-content p
{
	margin-bottom:0;
}
.cli-modal-close svg {
    fill: #000;
}
span.cli-necessary-caption {
    color: #000;
    font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
    display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
    display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
    display: none;
}
.cli-tab-container .cli-row
{
	max-height: 500px;
    overflow-y: auto;	
}
.cli-modal.cli-blowup.cli-out {
    z-index: -1;
}
.cli-modal.cli-blowup {
    z-index: 999999;
    transform: scale(1);
    
  }
  .cli-modal.cli-blowup .cli-modal-dialog {
    animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .cli-modal.cli-blowup.cli-out .cli-modal-dialog
  {
    animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  @keyframes blowUpContent {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    99.9% {
      transform: scale(2);
      opacity: 0;
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes blowUpContentTwo {
    0% {
      transform: scale(2);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes blowUpModal {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes blowUpModalTwo {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
        transform: scale(0.5);
        opacity: 0;
      }
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }
  .cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
    font-size: 12px;
}
.cli_settings_button
{
    cursor: pointer;
}
/* Accessibility Fix */
.wt-cli-sr-only
{
    display: none;
    font-size:16px;
}
/* Changes for CCPA 
Version : 1.8.9
*/
a.wt-cli-element.cli_cookie_close_button {
    text-decoration: none;
    color: #333333;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}
/* GDPR Bar Version 2 */
.cli-bar-container{
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.cli-bar-btn_container {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
}
.cli-style-v2 a
{
    cursor: pointer;
}
.cli-bar-btn_container a {
    white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link 
{
    font-weight:inherit;
}
.cli-style-v2 
{   
    font-size: 11pt;
    line-height: 18px;
    font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
    display: block;
}
.cli-style-v2 .cli-bar-message {
    width: 70%;
    text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
    width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
    margin-top:8px;
    margin-left: 0px;
    flex-wrap: wrap;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
    text-align: center;
} */
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
    margin-top:8px;
    margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
    text-align: left;
    /* padding-left: 15px; */
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 16px;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
    padding-left: 0px;
    padding-right: 0px;
} */

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
    margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
    margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
    font-size: inherit;
    cursor: pointer;
    margin: 0px 0px 0px 5px;
}
/* .cli-bar-container.cli-style-v2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
} */
#cookie-law-info-bar[data-cli-style="cli-style-v2"] 
{
    padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
    padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
    padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
    text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
    white-space: nowrap;
    text-decoration: underline;
}
.wt-cli-necessary-checkbox {
    display: none !important;
}
@media (max-width: 985px) {
    .cli-style-v2 .cli-bar-message
    {
        width:100%;
    }
    .cli-style-v2.cli-bar-container
    {
        justify-content:left;
        flex-wrap: wrap;
    }
    .cli-style-v2 .cli-bar-btn_container {
        margin-left:0px;
        margin-top: 10px;
    }
    #cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
    {
        padding: 25px 25px;
    }
}
/* Settings popup footer section */
.wt-cli-ckyes-brand-logo {
    display: flex;
    align-items: center;
    font-size: 9px;
    color: #111111;
    font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
    width: 65px;
    margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
    padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
    
    .cli-style-v2 .cli-bar-btn_container {
        flex-wrap: wrap;
    }
}
/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
.wt-cli-cookie-description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000;
}










/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: none;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Home Page
---------------------------------------------------------------------------- */
.home-slider{
	width:100%;
	background-color:#2a406f;
	/*min-height:464px;*/
	padding:24px 24px 36px 24px;
	color:#ffffff;
	/*opacity: 0.8;*/
	/*background: #2a406f url("https://pricedoctor.co.uk/wp-content/uploads/2019/09/slider-bg.jpg") no-repeat top;*/
	color:#fff;
	font-size:20px;
}
.home-slider h1{
	color:#ffb600;
	font-weight:bold;
}



.home-box{
	background-color:#009ee3;
	border-radius:8px;
	padding:24px;
	min-height:550px;
	color:#fff;
}
.trades-box{
	background-color:#233867;
	border-radius:8px;
	padding:24px;
	min-height:550px;
	color:#fff;
}



.home-box h2, .trades-box h2{
	color:#fff;
	/*text-shadow: 2px 2px 2px #000000;*/
	/*font-weight:700;*/
	font-size:36px;
	padding:24px;
	border-bottom: 1px dashed #fab800;
}

.benefits-area{
	background-color:#e9ebef;
}

.home-info{
	border-radius: 5px;
	/*border:1px solid #000000;*/
	min-height:300px;
	padding:16px;
	color:#0b2c5f;
}
.home-info p{
	line-height:20px !important;
	text-align:center;
	font-size:14px;
}
.home-info a{
	color:#0a7df2;
	text-decoration:underline;
}
.home-info a:hover{
	color:#0b2c5f;
	text-decoration:underline;
}	
.benefits-area h2{
	color:#233867;
	font-size:32px;
	font-weight:600;
	text-align:center;
	margin-top:24px;
	margin-bottom:32px;
}
.home-info h3{
	color:#3eb3e6;
	font-family:Helvetica;
	font-size:16px;
	font-weight:500;
	text-align:center;
	margin:20px 0px 20px 0px;
}

.trade-nav{
	background-color:#fab800;
	padding:2px;
	text-align:center;
}
.trade-nav ul li{
	display:inline;
	text-align:center;
	/*margin:0px 8px 0px 8px;*/
	margin-left:4px;
	margin-right:4px;
}

.trade-nav ul li a{
	text-decoration:none;
	color:#233867;
}

.trade-nav ul li a:hover{
	text-decoration:underline;
	color:#233867;
}

.trade-home-button{
	max-width:490px;
	height:230px;
	border-radius: 8px;
	border:1px solid #ffffff;
	background: #2a406f url("https://pricedoctor.co.uk/images/trade-home-butt.jpg") no-repeat top;
	text-align:center !important;
	margin:0 auto;
	margin-bottom:16px;
}
.home-home-button{
	max-width:490px;
	height:230px;	
	border-radius: 8px;
	border:1px solid #ffffff;
	background: #2a406f url("https://pricedoctor.co.uk/images/homeowners-home-butt.jpg") no-repeat top;
	text-align:center !important;
	margin:0 auto;
	margin-bottom:16px;
}


.traders-button{
	max-width:490px;
	height:230px;
	border-radius: 8px;
	border:1px solid #ffffff;
	background: #2a406f url("https://pricedoctor.co.uk/images/trade-home-butt.jpg") no-repeat top;
	text-align:center !important;
	margin:0 auto;
}
.homeowners-button{
	max-width:490px;
	height:230px;	
	border-radius: 8px;
	border:1px solid #ffffff;
	background: #2a406f url("https://pricedoctor.co.uk/images/homeowners-home-butt.jpg") no-repeat top;
	text-align:center !important;
	margin:0 auto;
}

.homeowner-trade-buttons{
	width:100%;
	/*background-color:#2a406f;*/
	/*min-height:464px;*/
	padding:24px 24px 36px 24px;
	color:#ffffff;
	/*opacity: 0.8;*/
	/*background: #2a406f url("https://pricedoctor.co.uk/wp-content/uploads/2019/09/slider-bg.jpg") no-repeat top;*/
	color:#fff;
	font-size:20px;
}


.home-video{
	margin-top:24px;
	margin-bottom:36px;
	padding:16px;
}

.icon{
	text-align:center;
	margin-bottom:8px;
}

.testimonials-area h2{
	color:#233867;
	font-size:32px;
	font-weight:600;
	text-align:center;
	margin-top:24px;
	/*margin-bottom:32px;*/
	text-align:center;
}

.testimonials{
	background-color:#fff;
	padding:32px;
	min-height:200px;
	color:#666666;
}
.questions{
	background-color:#000;
	padding:32px;
	min-height:350px;
	color:#fff;
}
.pd-does{
	/*background-color:#a9defa;*/
	/*padding:32px;*/
	min-height:350px;
	color:#1f3e6c;
	/*border-radius: 5px;
	border:1px solid #1f3e6c;*/
	margin-top:32px;
}

.pd-does h2{
	color:#233867;
	font-size:32px;
	font-weight:600;
	text-align:center;
	margin-top:4px;
	/*margin-bottom:32px;*/
	text-align:center;
	margin-bottom:32px;
}

.guarantee{
	background-color:#233867;
	padding:32px 24px 16px 24px;
	color:#ffffff;
}

.guarantee a{
	color:#fab800;
	text-decoration:none !important;
}
.guarantee a:hover{
	color:#c39003;
	text-decoration:none !important;
}

.guarantee h2{
	color:#fab800;
}



.price-service{
	background-color:#114ab1;
	padding:32px 24px 16px 24px;
	color:#ffffff;
}

.price-service a{
	color:#fab800;
	text-decoration:none !important;
}
.price-service a:hover{
	color:#c39003;
	text-decoration:none !important;
}

.price-service h2{
	color:#fab800;
}




/* Registration Pages
---------------------------------------------------------------------------- */

.register-info{
	padding:16px;
	border:0px solid #1d3d6c;
	border-radius:5px;
	min-height:350px;
	margin:16px 0px;
}
.signup-form-text{
	color:#223a66;
	font-size:20px;
	font-weight:bold;
}
.register-form{
	padding:32px;
	background-color:#009fe3;
	border-radius:18px;
	min-height:350px;
	margin:16px 0px;
}
.register-form h2{
	color:#fff;
	font-weight:700;
	font-size:27px;
}
.button-shadow{
	box-shadow: 4px 4px 4px #555656;
}
.home-register-fix{
	width:100%;
	display:inline-block;
}
.home-register-bullet{
	padding:2px;
}
ul.home-reg-blue li{
	list-style-image: url('https://pricedoctor.co.uk/wp-content/uploads/2019/09/blue-tick.png');
	vertical-align:middle;
	text-align:left;
	margin-left:40px;
	line-height:24px;
}
ul.discBlue {
  list-style: none;
  line-height:130%
}
ul.discBlue li::before {
	content: "\2022";
	color: #4e8ae2;
  	font-weight: bold;
  	display: inline-block;
  	width: 1em;
  	margin-left: -1em;
}
ul.discBlue li {
	margin-bottom:16px;	
}
.home-reg-bg{
	background-color:#1f3e6c;
	padding:16px;
	color:#fff;
}
.home-reg-bg h2{
	color:#fff;
}
.register-risk-text{
	/*background-color:#1e6bdd;
	padding:12px;
	font-size:18px;
	color:#fff;*/
	margin:32px 0 32px 0 !important;
}
.register-page-layout figure {
	margin: 0;
	border:0px solid #c2c6c3 !important;
	padding:0 16px;
	text-align:center !important;
	margin:0 0 24px 0;
}
.blue-text{
	color:#1f3e6c;
}


/* Pricing Pages
---------------------------------------------------------------------------- */

.pricing-hero-header{
	background-color:#233968;
    text-align:center;
    /*min-height:300px;
    padding: 16px;*/
    width: 100%;
	
}

.pricing-hero-header-top{
	background-color:#233968;
    text-align:center;
    /*min-height:300px;
    padding: 16px;*/
    width: 100%;
	
}

.pricing-hero-header h1 {
    font-size: 36px;
    /* background-color: #ffb600; */
    width: 100%;
    color: #fff;
    font-family: Helvetica;
    margin-top:48px;

}

.header-tag{
	text-align:center;
	color:#ffb600;
	margin:16px;
}

.header-box-info{
	padding:32px;
	color:#233968;
	margin-top:24px;
	text-align:center;
}

.simple-info{
	padding:16px;
	color:#000;
	font-size:14px !important;
	text-align:center;
	margin-top:16px;
}
.complex-info{
	padding:16px;
	color:#000;
	font-size:14px !important;
	text-align:center;
}

.simple-info .head-title, .complex-info .head-title{
	color:#000;
	font-size:18px;
	font-weight:600;
}

.simple-info p, .complex-info p{
	margin-bottom:8px !important;
}










/* Trades/Home Pricing Page
---------------------------------------------------------------------------- */

.pricing-hero-header-trade{
	background-color:#233968;
    text-align:center;
    min-height:240px;
    /*padding: 16px;*/
    width: 100%;
    margin-bottom:48px;
    border-radius:18px;
}

.pricing-hero-header-trade-top{
	background-color:#233968 !important;
    text-align:center;
    /*min-height:240px;*/
    /*padding: 16px;*/
    width: 100%;
    margin-bottom:48px;
    /*border-radius:18px;*/
}

.pricing-hero-header-home{
	background-color:#233968;
    text-align:center;
    min-height:240px;
    /*padding: 16px;*/
    width: 100%;
    margin-bottom:48px;
    border-radius:18px;
}

.trade-hero-image{
	border-radius:0px 18px 18px 0px
}

.home-hero-image{
	border-radius:0px 18px 18px 0px
}

.hero-left{
	padding:16px;
}

.trade-hero-text{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin:24px 0px 64px 0px;
}

.home-hero-text{
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin:24px 0px 64px 0px;
}

button-spacing{
	margin:24px 0px 32px 0px !important;
}

.pricing-hero-header-trade h1 {
    font-size: 36px;
    width: 100%;
    color: #fbb600;
    font-family: Helvetica;
    margin-top:32px;
}

.pricing-hero-header-home h1 {
    font-size: 36px;
    width: 100%;
    color: #fbb600;
    font-family: Helvetica;
    margin-top:32px;
}

.what-pd-does{
	background-color:#eaebf0;
	padding:30px 30px 65px 30px;
	margin-bottom:48px;
}

.what-pd-does figure{
	border:0px solid #fff !important;
	background-color:#fff;
	border-radius:18px;
	/*box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);*/
	box-shadow: #c2c3c4 2px 2px 5px 2px;
	padding:32px;
}

.what-pd-does figure figcaption{
	font-weight:bold;
	margin-top:32px;
}



.does-header{
	color:#223a68;
	font-weight:bold;
	font-size: 32px;
	text-align:center;
	margin:24px 0px 48px 0px !important;
}

.what-pd-does h3{
	color:#223a68;
	font-weight:bold;
	font-size: 24px;
}

.home-page-image{
	margin-top:24px !important;
	border-radius:18px;
}

.what-pd-does-image{
	border:0px solid #000;
	vertical-align: baseline;
}

.no-pad{
	padding:0px !important;
}

.does-spacing{
	margin-top:40px;
	margin-bottom:24px;
}




.common-faq-bg{
	background-color:#009fe3;
	border-radius:18px;
	padding:32px;
	text-align:center;
	margin-bottom: 72px;
}

.common-faq-bg h2{
	color:#fff;
	font-weight:bold;
	font-size:32px;
}

.common-faq-bg-text{
	color:#fff;
}


.common-faq-bg h3{
	color:#223965;
	font-weight:bold;
	font-size:20px;
}

.common-faq-bg-text .top-link{
	color:#233968 !important;
}
.common-faq-bg-text .top-link:hover{
	color:#233968 !important;
	text-decoration:underline !important;
}


/*_________________  Accordion
________________________________________*/
.faq-content .accordion {
  position: relative;
  margin: 60px auto;
  width: 100%;
}

[id*="open-accordion"], [id*="close-accordion"] {
  background: #fff;
  border-bottom: 0px solid #fff;
  /*line-height: 60px;*/
  height: 60px;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 99%;
  border-radius:8px;
  /*margin-bottom:32px;*/
  padding:14px 16px 16px 16px;
}

[id*="close-accordion"] {
  display: none;
}

.accordion a {
  color: #223965;
  padding-left: 2%;
  text-decoration: none;
  text-shadow: none;
  font-size:20px;
  font-weight:bold;
}

.accordion a.link {
  color: #009fe3;
  padding-left: 0%;
  text-decoration: none;
  text-shadow: none;
  font-size:18px;
  font-weight:normal;
}

.accordian-spacing{
	margin-bottom:32px !important;
}

[id*="open-accordion"]:before, [id*="close-accordion"]:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
/*  border-top: 10px solid rgba(255, 255, 255, 0.6);*/
  border-top: 10px solid #f9b701;
  position: absolute;
  /*right: 5px;*/
  top: 25px;
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  left:20px;
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content {
  background: #fff;
  height: 0;
  margin: -1px auto 0;
  padding: 0 2.5%;
  position: relative;
  overflow: hidden;
  width: 96%;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  /*margin-top:-32px !important;*/
  border-radius:0px 0px 8px 8px;
  color:#233968 !important;
  
}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
  padding-bottom: 25px;
  padding-top: 10px;
}

.accordion span:target ~ [id*="close-accordion"] {
  display: block;
}

.accordion span:target ~ [id*="open-accordion"] {
  display: none;
}

.accordion span:target ~ [id*="close-accordion"]:before {
  border-top: 10px solid #f9b701;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}






.all-in{
	background-color:#eaebf0;
	padding:32px;

}

.all-in h2{
	font-weight: bold;
	font-size:32px;
}

.header-text{
	color:#009fe3;
	font-weight: bold;
	font-size:18px;
}



.base-register{
	width:90%;
	margin:0 auto;
	margin-top:64px
}

.base-register-text{
	background-color:#233968;
	padding:24px;
	color:#fff;
	border-radius:18px 0px 0px 18px;
	margin-left: 2% !important;
	min-height: 462px;
}
.base-register-text h2{
	color:#fff;
	font-size:32px;
	font-weight:bold;
	text-align:center;
}
.orange-text{
	color:#fcb50b;
}
.base-register-text h3{
	color:#fcb50b;
	font-size:26px;
	text-align:center;
}

.base-register-form{
	background-color:#009fe3;
	padding:24px;
	color:#fff;
	border-radius:0px 18px 18px 0px;
	margin-left: 0px !important;
	min-height: 462px;
}



.drive-business h2{
	text-align:center;
	font-weight:700;
	font-size:28px;
	color:#ffb600;
	margin:16px;
}

.drive-business-container{
	width:100%;
	padding:24px;
	margin-top:40px !important;
}

.drive-business-container h3{
	color:#009fe3;
	font-size:20px;
	font-weight:700;
	margin-bottom:2px !important;
}

.buy-option-container{
	background-color:#233968;
	color:#ffffff;
	padding:24px;
}

.buy-option-container h2{
	text-align:center;
	font-weight:700;
	font-size:28px;
	color:#ffb600;
	margin:16px;
}

.pack-info-trade{
	min-height:730px;
	border:1px solid #ffffff;
	border-radius:10px;
	background-color:#ffffff;
	color:#233968;
	position: relative;
}
.pack-info-trade-header{
	padding:16px 16px 2px 16px;
	text-align:center;
	background-color:#e4f5fc;
	border-radius:10px 10px 0 0 ;
	/*min-height:240px;*/
	color:#1f3e6c;
}
.pack-info-trade-header h3{
	color:#1f3e6c;
	font-size:26px;
	font-weight:700;
	/*border-bottom:1px solid #1f3e6c;
	padding:0 0 8px 0;*/
}
.pack-info-trade-header p{
	margin:0;
}

.no-margin{
	margin:0 !important;
}

ul.discOrange {
  list-style: none;
  line-height:130%
}
ul.discOrange li::before {
	content: "\2022";
	color: #f9b902;
  	font-weight: bold;
  	display: inline-block;
  	width: 1em;
  	margin-left: -1em;
}
ul.discOrange li {
	margin-bottom:16px;	
}

.trade-buy-select{
	position: absolute;
 	bottom: 10px;
 	left: 0;
 	text-align:center;
 	border-top:1px solid #d9f1fb;
 	padding-top:8px;
}

.pricing-service-area{
	margin-top:40px !important;
	padding:24px;
	background-color:#eaebf0;
	color:#000;
}

.pricing-service-area h2{
	color:#009fe3;
	font-weight:700;
}	

.pricing-service-area a{
	color:#00a0e0;
	font-weight:bold;
}

.left-pad{
	padding-left:24px !important;
}

.text-image{
	padding:24px;
	margin-top:40px;
}

.text-image h2{
	color:#009fe3;
	font-weight:700;
}

.smarter-projects-container{
	padding:16px;
}

.smarter-projects-container h2{
	text-align:center;
	font-weight:700;
	font-size:28px;
	color:#ffb600;
	margin:16px;
}

.smarter-projects{
	width:100%;
	padding:24px;
	margin-top:40px !important;
}

.smarter-projects .item{
	color:#009fe3;
	font-size:18px;
	font-weight:700;
	margin-bottom:2px !important;
}

.testimonial-quote{
	padding:24px;
	margin-top:40px;
}

.table-info{
	padding:24px;
}
.table-info h2{
	text-align:center;
	font-weight:700;
	font-size:28px;
	color:#ffb600;
	margin:16px;
}

table.features-new-trade { width: 96%; margin: 0 2%; font-size: 0.9em; color: #014A81; border-collapse:collapse }
table.features-new-trade td { padding: 5px 4px 4px 4px; line-height: 1.1; width: 20%; text-align: center; } 
table.features-new-trade th { padding: 5px 4px 4px 4px; line-height: 1.1; } 
table.features-new-trade thead th { text-align: center; background-color:#233968; padding:16px; color:#fff; } 
table.features-new-trade tbody td:nth-child(1) { background: #d9f1fb none repeat scroll 0 0; }
table.features-new-trade tbody td:nth-child(2) { background: #f4f5f7 none repeat scroll 0 0; }
table.features-new-trade tbody td:nth-child(3) { background: #ffffff none repeat scroll 0 0; }
table.features-new-trade tbody td:nth-child(4) { background: #f4f5f7 none repeat scroll 0 0; }
table.features-new-trade tbody th { font-weight: normal; width: 40%; background-color:#c4e3f9; } 
table.features-new-trade tbody td { color: #014A81; font-size: 0.9em; padding:8px; }
table.features-new-trade tbody tr { border-bottom: 1px solid #a6cae0; height:60px !important; }
table.features-new-trade tbody td div { display: inline-block; margin: 0 auto; width: 30px; height: 30px; }
table.features-new-trade tbody tr td.yes div { background: transparent url(https://pricedoctor.co.uk/wp-content/themes/price-doctor-2019/images/yellow-tick-3.png) 0 0 no-repeat; }
table.features-new-trade tbody tr td.no div { background: transparent url(https://pricedoctor.co.uk/wp-content/themes/price-doctor-2019/images/cross-grey-3.png) 0 0 no-repeat; }
table.features-new-trade tbody tr.header th { font-weight: bold; padding: 9px 4px 8px 4px; }
table.features-new-trade tfoot th { width: 40%; background-color:#81bfea; }
table.features-new-trade tfoot td { background-color:#81bfea; padding:16px; }
table.features-new-trade tfoot td a { font-size:21px; font-weight:700; color:#014A81; text-decoration:none !important; }
table.features-new-trade tfoot td a:hover { color:#2d74c8; text-decoration:underline !important; }
table.features-new-trade tfoot td.package-radio { text-align: center; padding: 20px 0; }
table.features-new-trade tfoot td.package-radio div { margin: 0 auto; width: 49px; height: 49px; background: transparent url(./bg/radio.png) 0 0 no-repeat; cursor: pointer; } 
table.features-new-trade tfoot td.package-radio div.selected { background-position: -49px 0; }
table.features-new-trade tfoot td.package-form { text-align: right; padding: 20px 0 40px 0; } 
table.features-new-trade tfoot td.package-form img { width: 130px; height: auto; padding: 0 10px 2px 0; }

.orange-text{
	color:#f9b902 !important;
}

.register-now{
	padding:24px;
	margin-top:30px;
}

.register-now h2{
	text-align:center;
	font-weight:700;
	font-size:28px;
	color:#243a6b;
	margin:16px;
}

.small-text{
	font-size:12px !important;
}



/* Footer Trade Links
---------------------------------------------------------------------------- */

.trades_footer{
	/*background-color:#e9ebef;*/
	padding:8px;
	/*margin-left:40px;*/
	color:#ffffff;

}

.trades_footer ul{
	margin-left:0px;
}

.trades_footer ul li{
	margin-bottom:9px;
}


.trades_footer a{
	color:#ffffff;
	text-decoration:none;
	
}
.trades_footer a:hover{
	text-decoration:underline;
}

.trades_footer h4{
	color:#475881;
	font-size:28px;
	font-weight:700;
	margin-bottom:48px;
}



/* Pay Info Pages
---------------------------------------------------------------------------- */

.pack-info{
	min-height:350px;
	border:1px solid #1f3e6c;
	border-radius:10px;
}
.pack-info-header{
	padding:16px;
	text-align:center;
	background-color:#dddada;
	border-radius:10px 10px 0 0 ;
	min-height:240px;
	color:#1f3e6c;
}
.pack-info-header h3{
	color:#1f3e6c;
	font-size:26px;
	font-weight:700;
	border-bottom:1px solid #1f3e6c;
	padding:0 0 8px 0;
}
.pack-info-header p{
	margin:0;
}

/* Contact Us
---------------------------------------------------------------------------- */
.contact-form-bg{
	padding:16px;
	background-color:#c4e3f9;
	border-radius:10px;
}


/* On-Boarding
---------------------------------------------------------------------------- */

.form-fix{
	/*margin-top:-40px;*/
	background-color:#ebeef1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:32px;
}
.form-margin-top-fix{
	margin-top:-40px;
}


/* Add Trade Type Form
---------------------------------------------------------------------------- */

.full-width-field{
	width:100% !important
}
.full-width-dropdown{
	width:100% !important
}




/* Youtube Player
---------------------------------------------------------------------------- */

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    /*margin-bottom: 10px;*/
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    -webkit-filter: brightness(75%);
}

.youtube-player img:hover {
    -webkit-filter: brightness(100%); /* WAS 75% */
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://pricedoctor.co.uk/images/video-play-button.png") no-repeat;
    cursor: pointer;
}


/* Rolling Total
---------------------------------------------------------------------------- */

.rolling-total{
	background-color:#0c69b8;
	padding:24px 24px 0px 24px;
	width:100%;
	color:#fff;
	font-size:32px;
	font-weight:bold;
}

.the_total_price{
	color:#fff;
	font-size:32px;
	font-weight:bold;
}



/* Etc Business CTA
---------------------------------------------------------------------------- */

.etc-cta-button{
	background-color:#eb375d;
	color:#ffffff;
	font-size: 16px;
	font-weight: normal;
	padding:24px;
	width:50%;
	align-content: 0 auto;
	text-align: center;
	margin-bottom: 24px;;
	
}



.button-etc-cta {
	background-color:#eb375d;
	border: 0;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	padding: 32px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: 50%;
	font-family:Helvetica;
	margin-bottom:24px;
}
.button-etc-cta:focus,
.button-etc-cta:hover {
	background-color: #d23052;
	border-width: 0;
	color: #ffffff;
}



.button-priced-cta {
	background-color:#c40004;
	border: 0;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	padding: 32px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: 50%;
	font-family:Helvetica;
	margin-bottom:24px;
}
.button-priced-cta:focus,
.button-priced-cta:hover {
	background-color: #a70105;
	border-width: 0;
	color: #ffffff;
}







/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #878585;
	background-color: #233968;
	clear: both;
	padding: 60px 0;
	/*max-width:1200px;*/
	margin:0 auto;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	/*padding-left: 30px;
	padding-right: 30px;*/
	float:left;
	/*width: calc(100% / 3);*/
}


.footer-widgets .widget:last-child {
	margin-bottom: 0;
	/*float:left;*/
}

.footer-widget-area:last-child{
	float:right !important;
}

.footer-widgets ul{
	list-style-type: disc;
	color:#fff;
	margin-bottom:-55px !important;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #233968;
	border-top: 1px solid #6d6c6c;
	font-size: 16px;
	line-height: 1.6;
	padding: 16px;
	text-align: center;
	color:#fff;
	/*max-width:1200px;*/
	margin:0 auto;
}

.site-footer p {
	margin-bottom: 0;
}
.docwidget{
	margin-bottom: 40px !important;
	padding:16px;
}

.docwidget p {
	margin-bottom: 8px !important;
	margin-top: 8px !important;
	color:#fff;
}

.footerMenu{
	padding:4px;
	max-width:100%;
}

.footerMenu h2{
	color:#fff;
	font-weight:bold;
}

.footerMenu a{
	color:#fff;
	/*font-weight:bold;*/
	text-decoration:none;
}

.footerMenu a:hover{
	text-decoration:underline;
}

.footer-base-container{
	/*max-width:1200px;*/
	background-color:#dee1e8;
	margin:0 auto;
	color:#203866;
}
.footer-base-inner-container{
	max-width:1200px;
	background-color:#dee1e8;
	margin:0 auto;
	color:#203866;
	padding:16px;
	font-size:14px;
}
.footer-base-inner-container p{
	margin:0 !important;
}
.footer-base {
	color:#203866 !important;
	/*text-align:left;*/
	text-align:left;
	width:50%;
	float:left;
	display:inline-block;
	
	
}
.footer-base a, .footer-copy-right a {
	color:#203866;
	text-decoration:none;
}
.footer-base a:hover, .footer-copy-right a:hover {
	text-decoration:underline;
}
.footer-copy-right{
	text-align:right;
	width:50%;
	float:left;
	display:inline-block;
}		
.footer-pd-logo{
	max-width:100%;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}
	
		

}



@media only screen and (max-width: 940px) {

	.side-bottom-border{
		border-right:0px solid #dfdfdf !important;
		border-bottom:1px solid #dfdfdf !important;
	}

}



@media only screen and (max-width: 966px) {

	.base-register-text{
		min-height: 547px;
	}

	.base-register-form{
		min-height: 547px;
	}

}


@media only screen and (max-width: 959px) {

	.trade-hero-image {
  		border-radius: 0px 0px 18px 18px;
	}
	
	.home-hero-image {
  		border-radius: 0px 0px 18px 18px;
	}	
	
	.accordion a{
		font-size:16px !important;
		padding-left: 6%;
	}
	
	[id*="open-accordion"]::before, [id*="close-accordion"]::before {
  		left: 14px;
	}
	
	.base-register-text {
  		border-radius: 18px 18px 0 0;
  		margin-left: 0% !important;
	}
	.base-register-form {
  		border-radius: 0 0 18px 18px;	
	}
	.base-register-text p {
		text-align:center !important;
	}
	
	
}


@media only screen and (max-width: 690px) {
	
	.accordion a{
		padding-left: 8%;
	}
	[id*="open-accordion"]::before, [id*="close-accordion"]::before {
  		left: 10px;
	}	
	/*
	.footer-widgets-1{
		width:100% !important;
	}
	.footer-widgets-2{
		width:100% !important;
	}
	.footer-widgets-3{
		width:100% !important;		
	}*/

}



@media only screen and (max-width: 610px) {
	[id*="open-accordion"], [id*="close-accordion"] {
	  padding:6px 16px 16px 16px;
	}
	
	.accordion a{
		padding-left: 7%;
	}
	[id*="open-accordion"]::before, [id*="close-accordion"]::before {
  		left: 8px;
	}
}




@media only screen and (max-width: 378px) {
	
	[id*="open-accordion"], [id*="close-accordion"] {
  		height: 90px;
  		padding:14px 16px 16px 16px;
	}
	.accordion a{
		padding-left: 9%;
	}

}





@media only screen and (max-width: 799px) {

	.footer-base {
		color:#fff;
		text-align:center !important;
		width:100%;
	}
	.footer-copy-right{
		text-align:center !important;;
		width:100%;
	}
	.footerMenu{
	text-align:center !important;
	}
	
	.footer-pd-logo{
		text-align:center !important;
	}
	
	.footer-widget-area{
		float:left !important;
	}
	
	.footer-widget-area:last-child{
		float:right !important;
		/*margin-top:180px;*/
	}
	
	.utility-bar-left,
	.utility-bar-right {
	 width: 100%;
	 display:inline-block;
	}
	.utility-bar-left {
	 float: none;
	 text-align:center;
	}
	.utility-bar-right {
	 float: none;
	 text-align: center;
	}


}




@media only screen and (max-width: 959px) {
	
	.right-border{
		border-right:0px solid #1f3e6c;
	}
	
}	




@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		/*padding-top: 15px;*/
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
		margin-right: -62px
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1200px; /*WAS 1140px */
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 80%;
		padding:16px;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 15%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 30px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		/*width: calc(100% / 3);*/
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
