                
    /* Layout: Two Column
	Theme: Basic Blue v.2

The following styles control fonts, colors and background images
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,500italic,700italic,700,);

body {
	font: 15px/1.5 'Open Sans', Arial, sans-serif;
	color: #222;
    border-top:36px solid #00b2dd;
    }



/* LEFT SIDEBAR AND MAIN NAVIGATION
===============================================================*/

#nav {
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
	}

#nav li {
	border-bottom: 1px solid #EEEEEE;
	}

#nav .last {
	border: none;
	}

#nav a {
	color: #444;
	}


.listHeader {
    color: #FFFFFF;
    font-weight: bold;
}



/* CONTENT / PRODUCT
===============================================================*/

.priceBold {
    font-weight: bold;
    }

.productName {
     /* Product name in product grid */
	font-size: 14px;
	font-weight: bold;
    line-height: 1.2;
	}

.productLarge {
    border: 1px solid #ddd;
    }

.subscriptionPrice {
    font: 16px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #444;
    }

#productGrid a {
	color: #222;
    text-decoration: none;
	}

#productGrid img {
    border: 1px solid #ddd;
    }




/* CART AND CHECKOUT
===============================================================*/

.cartDiscount {
    /* Discount shown in cart */
	color: #d44;
	}

.cartProduct {
	/* Product name in cart */
	font-weight: bold;
    color: #444;
	}

.cartThumb {
    border: 1px solid #ddd;
    }

.removeItem {
    /* Remove item link in cart */
	color: #999;
	}

.discountedPrice {
	/* Slashed price in cart */
    text-decoration:line-through;
    }

.promoField {
    /* Text fields for search and promo code */
	color: #000;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
    color: #777;
	}

.search {
    /* Text fields for search and promo code */
	color: #000;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 11px;
    color: #777;
	}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .productQty, .qtyField, .checkoutInput  {
	/* Form fields used in checkout forms */
	border: 1px solid #ddd;
    font-size: 13px;
    color: #777;
	}

.viewCart, .summaryCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .shippingTable, .paymentMethodTable, .signinTable {
	outline: 1px solid  #d3d3d3;
    border-collapse: collapse;
	}


.promoCode th {
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
	background: #EEE;
    }

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
	border-top: 1px solid  #d3d3d3;
	}

.subtotal {
	background-color: #EEE;
	font-weight: bold;
	}

.financeCharge {
    font-size: 12px;
    color: #777;
    }



/* UPSELLS
===============================================================*/

#upsellContainer {
  	overflow: hidden;
	}

.upsell {
	background-color: #fcfbe9;
	border: 1px solid #f1edb4;
	}

.upsellRegPrice {
	font-style: italic;
	}

.upsellPrice {
	color: #d44;
	}
	
.upsell img {
	border: 1px solid #ddd;
	}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product and page headers */
	font-size: 32px;
    color: #444;
    font-weight: normal;
	}

#contentWide h1 {
    /* Headings on checkout pages */
    font-size: 24px;
    text-transform: uppercase;
    }

#upsellContainer h2 {
    /* Used for product description header */
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #444;
    border: none; !important 
    }

h2 {
    /* Used for product description header */
    font-size: 18px;
    color: #444;
    border-bottom: 4px double #ddd;;
    }

h3 {
    /* Used for product grid headline */
    font-size: 18px;
    color: #444;	
    border-bottom: 4px double #ddd;
	}

.tableHeader {
    /* Used for billing address and shipping options header on summary page */
    font-weight: bold;
    }



/* LINKS AND BUTTONS
===============================================================*/

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.newsButton, .formButton {
	background-color: #555;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 0 #ebfeff;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	color: #fff;
	}

.cartButton, .codeButton, .continueButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #e6803c;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc955), to(#e0742c));
	background: -moz-linear-gradient(top,  #ffc955,  #e0742c);
    background: linear-gradient(to bottom, #ffc955, #e0742c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc955', endColorstr='#e0742c');
    }

.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7bc3c), to(#cf6119));
	background: -moz-linear-gradient(top,  #f7bc3c,  #cf6119);
    background: linear-gradient(to bottom, #f7bc3c, #cf6119);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc3c', endColorstr='#cf6119');
	text-decoration: none;
	}

.searchButton:active, .cartButton:active, .codeButton:active, .continueButton:active, .upsellButton:active {
	position: relative;
	top: 1px;
    }

.searchButton, .upsellButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: solid 1px #e6803c;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc955), to(#e0742c));
	background: -moz-linear-gradient(top,  #ffc955,  #e0742c);
    background: linear-gradient(to bottom, #ffc955, #e0742c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc955', endColorstr='#e0742c');
    }



/* FOOTER
===============================================================*/

#footer {}



/* MISC
===============================================================*/

.errorMessage {
	color: #dd4949
	}

/* CUSTOM CSS
===============================================================*/

#productDetails h1 {
    color: #202020;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin: 0 0 10px;
}

#productDescription p,
#productDescription li {
  color: #7E7E7E;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;  
}
#productDescription ul { margin-bottom: 15px; }
#productDescription li { margin-bottom: 5px; }

#productDescription a { color: #4DAADF; text-decoration: none; }

#topNav a { color: #FFFFFF; text-decoration: none; }
#topNav a:hover { color: #004B5E; }

#header *,
#productGrid * {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#SEARCH_CART_COUNT { overflow: hidden; }

#header #title-area {
    float: left;
    margin-top: 12px;
    position: relative;
    z-index: 999;
}
#header #title-area h1 {
    margin: 0;
}
#header #title-area h1 a, #header #title-area p#title a {
    background: rgba(0, 0, 0, 0) url("https://cpdsolutions.files.keap.app/cpdsolutions/cpdsolutions-f439ed68-159a-4a64-b347-916f9cc40253-v2") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 58px;
    width: 323px;
}
#header #title-area p#title {
    display: block;
}
#header #title-area p {
    display: none;
}
#header .header-widget-area {
    padding-left: 330px;
    position: relative;
    width: 100%;
}
#header .header-widget-area ul {
    font-size: 0;
    padding-left: 20px;
}
#header .header-widget-area ul li {
    display: inline-block;
    vertical-align: top;
}
#header .header-widget-area ul li a {
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    color: #484848;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 30px 20px;
    text-decoration: none;
}
#header .header-widget-area ul li.current-menu-item a, #header .header-widget-area ul li:hover a {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom-color: #00b2dd;
}
#header .header-widget-area form.search-form {
    height: 40px;
    margin-top: -20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    width: 170px;
}
#header .header-widget-area form.search-form input[type="text"] {
    border-color: -moz-use-text-color -moz-use-text-color #d4d4d4;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #202020;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    right: 50px;
    top: 0;
    width: 0;
}
#header .header-widget-area form.search-form input[type="submit"] {
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
#top-title {
    background: #eeeeee none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 10px 0;
  position: relative;
}

#top-title .cpd-phone {
  position: absolute;
  top: 18px;
  left: 150px;
  color: #00b2dd;
  font-size: 22px;
  background: url('https://openmerchantaccount.com/img2/cpd-phone.png') no-repeat 0 0;
  padding-left: 40px;
  
}

#top-title img {position:absolute; top:1px; right:2px;}
#top-title h4 {
    color: #4daadf;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin: 10px 10px 10px 40px;
}

#breadcrumbs {
  padding-bottom: 5px;
  border-bottom: 1px solid #F4F4F4;
}

#breadcrumbs li { font-size: 13px; }

#breadcrumbs li:after {
  font-size: 13px;
}

#breadcrumbs a {
  color: #4daadf;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-decoration: none;
}

#featured > h3 {
  color: #202020;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin: 0 0 10px;
  border-bottom: 1px solid #EEEEEE;
}



#productGrid p.productName {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  text-decoration: none;
}

#productGrid p.priceBold {
  font-family: 'Roboto', sans-serif;
  color: #00B2DD;
  font-weight: 500;
  text-decoration: none;
}

#productGrid li:hover p.productName { color: #00B2DD; }
#productGrid li:hover p.priceBold { color: #0292B5; }

#footer {
	background: #2E2E2E;
	padding: 25px 10px;
    clear: both;
  max-width:1080px;
  margin:0 auto;
}

#footer .widget-area {
	overflow: hidden;
}

#footer .widget-area .widget {
	float: left;
	width: 19%;
	margin-left: 3.66%;
}

#footer .widget-area .widget:first-child { margin-left: 0; width: 32%; }

#footer .widget-area .widget h4.widget-title,
#footer .widget-area .widget .page-social h4.page-social-title {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;

	margin: 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #505050;
}

#footer .widget-area .widget p {
	color: #B4BBC2;
	font-size: 16px;
	line-height: 20px;
    margin-bottom: 15px;
}

#footer .widget-area .widget img.logo { margin-bottom: 15px; max-width: 100%; }

#footer .widget-area .widget p span { color: #FFFFFF; }

#footer .widget-area .widget ul { padding-left: 10px; margin-left: 20px; list-style-type: disc; text-align: left; }

#footer .widget-area .widget ul li { margin-bottom: 5px; color: #B4BBC2; }

#footer .widget-area .widget ul li a {
	color: #B4BBC2;
	font-size: 16px;
	line-height: 20px;
}

#footer .widget-area .widget ul li a:hover { color: #FFFFFF; }

#footer .widget-area .widget .footer-info {
	text-align: right;
}

#footer .widget-area .widget .footer-info img { margin-bottom: 25px; }

#footer .widget-area .widget .footer-info p {
	color: #B4BBC2;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

#footer .widget-area .widget .page-social h4.page-social-title { margin-bottom: 5px; }

#footer .widget-area .widget .page-social .links a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;

	width: 36px;
	height: 36px;
	margin-right: 15px;

	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

#footer .widget-area .widget .page-social .links a.fb { background: url('https://cpdsolutions.files.keap.app/cpdsolutions/cpdsolutions-cca25710-d348-4b52-9c48-85cfd935e8e5-v2') no-repeat center center #3162A2; }
#footer .widget-area .widget .page-social .links a.tw { background: url('https://cpdsolutions.files.keap.app/cpdsolutions/cpdsolutions-e9a3e02f-8588-4e3d-b39e-3ae68280d922-v2') no-repeat center center #2EB1EB; }

#footer .widget-area .widget .page-social .links a:hover { opacity: 0.85; }

div#IMAGE {display:none !important;}

@media only screen and (max-width: 890px) {
	#footer .widget-area .widget { width: 21%; margin-left: 3.66%; }
	#footer .widget-area .widget:first-child { width: 26%; margin-left: 0; }
}

@media only screen and (max-width: 880px) {
  #header .header-widget-area ul li a { font-size: 15px; padding: 30px 15px; }
}

@media only screen and (max-width: 840px) {
  body #leftBar { width: 32%; }
  body #content { width: 66%; }
  
  body #content #productGrid ul li,
  body #content #productGrid ul li.last {
    width: 49%;
    margin: 0 0.5% 15px;
  }
}

@media only screen and (max-width: 810px) {
  #header .header-widget-area { padding: 0; }
  #header .header-widget-area ul { width: 100%; display: table; clear: both; padding: 0; }
  #header .header-widget-area ul li { display: table-cell; text-align: center; }
}

@media only screen and (max-width: 750px) {
    #nav a,
    #subCat a { padding: 7px 10px; font-size: 13px; }
  
	#footer .widget-area .widget {
		width: 24%;
		margin: 0 0.5%;
	}

	#footer .widget-area .widget:first-child {
		width: 100%;
		float: none;
		margin: 0 0 40px;
		padding: 0 50px;
		text-align: center;
	}
}

@media only screen and (max-width: 700px) {
	#footer .widget-area .widget {
		width: 47%;
		margin: 0 1.5% 15px;	
	}
}

@media only screen and (max-width: 450px) {
  #footer .widget-area .widget {
		width: 100%;
		float: none;
		margin: 0 0 25px;
	}

	#footer .widget-area .widget:first-child { padding: 0; }
}

@media only screen and (max-width: 500px) {
  #header #title-area { margin-bottom: 10px; }
  #header .header-widget-area ul { display: block; }
  #header .header-widget-area ul li { display: inline-block; text-align: center; width: 50%; margin: 0; }
  #header .header-widget-area ul li a { padding: 10px; border-bottom-width: 3px; }
}
