
/* DMCL variables */
/******************/
:root {
	--colour1: #0e81a1;
}

.dmclBg {
	background: var(--colour1);
}

.dmclColour {
	color: var(--colour1);
}

body  {
    background: #fff;
}

/********************/
/*      Banner      */
/********************/
/* Colours to the edges of screen width */
.banner {
    font-family: Lato, serif;
    margin-bottom: 70px;
}
.logo {
    margin: 20px 0 0 30px;
    width: 60%;
    height: auto;
}

.banner a {
    color: #fff;
    text-decoration: none;
}
.bannerTtl {
    margin: 0;
    /* removed bootstrap default */
    margin-top: 10px;
}
.bannerTtl a {
    display: inline;
    line-height: 0px;
    color: #ddd;
    font-family: Lato, serif;
    font-size: 34px;
    font-weight: bold;
}
.bannerSubTtl {
    margin-top: 10px;
    color: #ccc;
    font-size: 1.6em;
    padding-bottom: 10px;
}
/********************/
/*      Nav Links   */
/********************/

.navLinks {
    padding: 0;
    font-family: Lato, serif;
    float: right;
	padding-top: 25px;
	height: 100px;
}
.navLinks li {
    list-style: none;
    display: inline-block;
}
.navLinks a {
    color: #444;
    font-size: 17px;
    padding: 0 15px 0 15px;
}
.iconTtl {
	color: var(--colour1);
	padding-bottom: 15px;
}
.iconTtl:hover {
	color: green;
	text-decoration: none;
}
/*****************/
/*  Home Page    */
/*****************/

.contHome {
	margin-top: -70px;
}
.pageHome .banner {
	margin-bottom: 70px;
}
.homeHero {
	margin-bottom: 36px;
}
.mainTxt {
	position: relative;
	top: 50px;
	z-index: 100;
	background: #fff;
	padding: 14px 36px 18px;
	margin-top: -40px;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(15, 40, 55, 0.12);
}
.bigBoxTitle {
	color: #2a2a2a;
	font-size: 34px;
	font-family: Lato, serif;
	text-align: center;
	padding: 6px;
	margin-bottom: 0;
	margin-top: 8px;
	line-height: 1.25;
	font-weight: 600;
}
.bigBoxTitle::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: var(--colour1);
	margin: 10px auto 2px;
	border-radius: 2px;
}
.bigBoxTitle a {
	color: #444;
	text-decoration: none;
}
.bigBoxText {
	margin-top: 0;
	margin-bottom: 0;
	padding: 4px 6px 2px;
	font-size: 20px;
	background: #fff;
	text-align: center;
	line-height: 1.4;
	color: #444;
}
.contHome picture {
	display: block;
	width: 100%;
}
.bigBox {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	filter: grayscale(12%);
	padding: 0;
	border-radius: 4px;
}
.imgBigBox {
    height: 360px;
}
.subBox1 {
    background: #555;
	background-image: linear-gradient(to right top, #0e81a1, #427492, #55677f, #5a5d69, #555555);
    font-family: Lato, serif;
    font-size: 20px;
    padding: 20px 50px;
    color: #fff;
    text-align: center;
}
.subBox1 a {
    text-decoration: none;
    color: #ffc011;
}
.partnerLogo {
    height: 50px;
    width: auto;
}
.skipLink {
	position: absolute;
	left: -999px;
	top: 0;
	z-index: 2000;
	padding: 8px 16px;
	background: #0e81a1;
	color: #fff;
}
.skipLink:focus {
	left: 8px;
	top: 8px;
	color: #fff;
}
.homeIntro {
	max-width: 760px;
	margin: 12px auto 0;
	line-height: 1.65;
}
.homeSection {
	padding-bottom: 8px;
}
.homeSectionTitle {
	font-family: Lato, serif;
	font-size: 28px;
	color: #2a2a2a;
	margin-bottom: 12px;
	line-height: 1.3;
	font-weight: 600;
}
.homeSectionLead {
	max-width: 720px;
	margin: 0 auto 18px;
	line-height: 1.6;
}
.homeRule {
	border: 0;
	border-top: 1px solid #ececec;
	margin: 28px 0 36px;
	padding: 0;
}
.homeProductCol {
	display: flex;
	margin-bottom: 24px;
}
.homeProductCard {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 28px 22px 24px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.homeProductCard:hover,
.homeProductCard:focus {
	text-decoration: none;
	color: inherit;
	border-color: #b7d7e1;
	box-shadow: 0 10px 24px rgba(14, 129, 161, 0.12);
}
.homeProductCard:focus {
	outline: 2px solid #0e81a1;
	outline-offset: 3px;
}
.homeProductName {
	font-size: 22px;
	font-weight: 600;
	margin: 14px 0 10px;
	color: var(--colour1);
	line-height: 1.3;
}
.homeProductSummary {
	margin: 0;
	color: #444;
	font-size: 16px;
	line-height: 1.55;
}
.homeProductIcon {
	width: 86px;
	height: 86px;
	object-fit: contain;
}
.homePanel {
	background: #f6f9fa;
	border-radius: 10px;
	padding: 32px 36px 28px;
}
.homeWhoList {
	text-align: left;
	max-width: 720px;
	margin: 0 auto 18px;
	padding-left: 22px;
	font-size: 17px;
	line-height: 1.55;
	color: #333;
}
.homeWhoList li {
	margin-bottom: 10px;
}
.homeWho a {
	color: #0e81a1;
}
.homeWho a:hover {
	color: #0b6f8a;
}
.homeWhoMore {
	margin-bottom: 0;
}
.homeFaq details {
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 0;
	margin-bottom: 10px;
	background: #fff;
	text-align: left;
}
.homeFaq summary {
	cursor: pointer;
	font-family: Lato, serif;
	font-size: 17px;
	font-weight: 600;
	color: #2a2a2a;
	padding: 14px 16px;
	min-height: 48px;
	line-height: 1.4;
}
.homeFaq summary:hover {
	color: #0e81a1;
}
.homeFaq summary:focus {
	outline: 2px solid #0e81a1;
	outline-offset: -2px;
}
.homeFaq details p {
	margin: 0;
	padding: 0 16px 14px;
	color: #444;
	line-height: 1.6;
}
.homePartner {
	padding-top: 20px;
}
.homePartnerText {
	margin: 8px 0 0;
	color: #555;
	font-size: 16px;
}
.homeCta {
	background: #f3f8fa;
	border: 1px solid #d7e8ee;
	border-radius: 10px;
	padding: 36px 28px 40px;
}
.homeCtaBtn {
	display: inline-block;
	padding: 12px 28px;
	font-size: 18px;
	margin-top: 8px;
	min-height: 48px;
	line-height: 1.3;
	border-radius: 6px;
}
.homeFooter {
	text-align: center;
	padding: 10px 0 40px;
	color: #555;
	font-family: Lato, serif;
}
.homeFooterBrand {
	margin-bottom: 4px;
}
.homeFooter nav {
	margin-top: 10px;
}
.homeFooter a {
	color: #0e81a1;
}
.homeFooter a:hover {
	color: #0b6f8a;
}
@media (hover: hover) {
	.homeProductCard:hover {
		transform: translateY(-3px);
	}
}
@media (prefers-reduced-motion: reduce) {
	.homeProductCard {
		transition: none;
	}
}
.prodPic130 {
    width: 130px;
}
.prodPic150 {
    width: 150px;
}
.prodPic180 {
    width: 180px;
}
.prodPic200 {
    width: 200;
}
.productBoxes {
    text-align: center;
	margin: 20px 0 20px 0;
}
.prodTitle {
    font-size: 30px;
    font-family: Lato, serif;
}
.prodTitle a {
    color: var(--colour1);
    border-bottom: 1px dashed var(--colour1);
}
.prodTitle a:hover {
	text-decoration: none;
    border-bottom: 1px solid var(--colour1);
}
.prodBreaker {
    border: 0px;
    border-bottom: 1px solid #0d82a2;
}
.homeItemDesc {
    font-size: 20px;
    color: #444;
    line-height: 35px;
    font-family: Quicksand, Arial, serif;
    padding-bottom: 40px;
}
/*****************************/
/*      Product Pages        */
/*****************************/

.sect-title {
    font-size: 28px;
    font-family: Lato, serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 40px;
}
.sectSubTtl {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 14px;
}
.buyBox {
    padding: 10px;
    margin-bottom: 40px;
}
.buyBox .buyItem {
    padding: 20px;
    color: #333;
}
.buyBox .buyItem .boldText {
    font-size: 26px;
}
.buyBox .boldText {
    font-weight: bold;
    font-family: Lato, serif;
    margin: 0;
    margin-bottom: 0px;
}
.buyBox .normText {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}
.buyBox .offerList {
    list-style: none;
    padding: 10px 0 0 0;
    font-weight: 400;
    font-family: Lato, serif;
    font-size: 16px;
    line-height: 34px;
}
.buyBox .specialOffer {
    font-size: 29px;
}
/******************************/
/*          Buttons           */
/******************************/

.dmclBtn {
    background: #0d82a2;
    border: none;
    color: #fff;
}
/* I couldn't get this to change colour any other way.  * it is an acception.
 * The button beside it doens't share it's text colour problem becuase it
 * doesn't have an href link. I tried adding the class but that didn't change
 * it.
 */
a#updateSubSave {
    color: #fff;
}
.dmclBtn:hover {
    background: #0b6f8a;
    border: none;
}
.ctryBtn {
    background: #fff;
    border: 1px solid #0d82a2;
    color: #0d82a2;
}
.ctryBtn:hover {
    background: #fff;
    border: 1px solid #0d82a2;
    color: #0d82a2;
}
.subBtn {
    background: red;
    border: 1px solid #0d82a2;
    font-weight: bold;
    display: inline;
}
.subBtn:hover {
    background: #0ab2d6;
    border: 1px solid #0ab2d6;
}
.cmbBtn {
    font-size: 18px;
    font-family: Lato, serif;
    padding: 20px;
}
.stapBtn {
    font-size: 16px;
    font-family: Lato, serif;
    padding: 10px ;
}
/*********************/
/*      Others       */
/*********************/
/***********************/
/* Pick My Stuff Page  */
/***********************/

.outer{
	background-image: url("../images/pick_my_stuff/bnr2.jpg");
	border-radius: 10px;
}
.pickmsTtlBg{
	border-radius: 10px;
	height: 220px;
}
.bnrTtl {
	font-family: 'Abel', sans-serif;
	text-align: center;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 50%, rgba(0,212,255,0) 100%);	display: block;
	margin: 70px 0 0 0;
	color: var(--colour1);
}
.pickHeading{
	font-family: 'Abel', sans-serif;
	color: var(--colour1);
	margin: 0 0 40px 0;
}

.pickMsSplit {
	border-right: 1px solid #bbb;
}


/***********************/
/*   eCommerce Page  */
/***********************/
.imgBox1 {
	margin: 10px 0 0 0;
}
.hTextBox1 {
	margin: 100px 0 70px 0;
}
.eComSubHead {
    font-size: 30px;
    font-weight: 400;
    font-family: Lato, serif;
	padding: 8px 40px 0 0;
	text-align: right;
}
.eComBoxNames {
    font-size: 40px;
    font-weight: 400;
    font-family: Lato, serif;
	padding: 0 0 0 0;
	text-align: left;

}
.eComTtlBg {
	background-image: url("../images/ecom/a.png");
	background-repeat: repeat;
	border: 1px solid #eee;
	font-size: 18px;
	padding: 40px;
	font-weight: 777;
	text-align: center;
	border-radius: 6px;
	margin: 0 0 40px 0;
}
.eComTtl {
	font-size: 62px;
	font-weight: 444;
	font-family: 'Abel', sans-serif;
}
.shopClr {
	color: #96c045;
}
.wooClr {
	color: #7f54b3;
}
.bigCClr {
	color: #2655c5;
}
.eComFeatBox {
	font-size: 20px;
}
.featList {
	line-height: 2em;
	list-style-type: circle;
}
.eComImg {
	margin: 0 20px 0 20px;
}

/***********************/
/*   Sell it Anywhere  */
/***********************/
.prodTitlePg {
    font-size: 34px;
    font-weight: 400;
    font-family: Lato, serif;
    color: #18acbe;
    padding-bottom: 50px;
}
/************************/
/*    Webstore Page     */
/************************/
.wsImgBox {
    text-align: center;
}
.features {
    background: #f6f6f6;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 5px 20px 0 20px;
}
/************************/
/*    Multimple Pages   */
/************************/
.customize {
    padding: 0 0 0 0;
    margin-bottom: 40px;
}
.control {
    background: #f6f6f6;
    padding: 60px 0 60px 20px;
}
.tryit {
    color: #333;
    line-height: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 10px 0 10px 0;
}
.featureList {
    font-size: 16px;
    line-height: 34px;
    color: #444;
    margin: 10px 10px 10px -10px;
}
.sect-desc {
    font-size: 20px;
    color: #444;
    line-height: 35px;
    font-family: lato, Arial, serif;
    padding-bottom: 40px;
    padding-top: 20px;
}
.sectionDescLight {
    color: #fff;
}
.contactBox {
    background: #f6f6f6;
    text-align: center;
    padding: 60px 0 40px 0;
    margin-bottom: 20px;
}
.footer {
    text-align: center;
    margin: 50px 0 50px 0;
}
.contactTitle {
    font-size: 38px;
    font-weight: 400;
    font-family: Lato, serif;
    padding: 20px 0 0 0;
}
.contactSubTitle {
    font-size: 32px;
    font-weight: 400;
    font-family: Lato, serif;
    padding: 30px 0 20px 0;
}
.padSectionTitle {
    margin-top: 10px;
}
.sectionSpacer {
    margin: -20px 0 90px 0;
}
.titleWs {
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 400;
    font-family: Railway, Lato, serif;
    color: #444;
    padding: 60px 0 0 0;
}
.titleFeatures {
    font-size: 28px;
    font-family: Lato, serif;
    margin-top: 10px;
}
.demoOuter {
    color: #FFF;
    width: 320px;
    height: 120px;
    padding: 90px 0 20px 0;
    margin: auto;
}
.demoInner a {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 8px #666;
    border: 1px solid #ccc;
    padding: 30px;
    background: #4875a8;
    background: #0d82a2;
}
.demoInner a:hover {
    background: #0b6f8a;
}
.errMessage {
    color: red;
}
/**********************/
/* Purchse Page Start */
/**********************/
.tblTax {
    border: 1px solid red;
}
/* contact page */

.tdPrice {
    width: 10%;
    text-align: right;
}
.buyHeading {
    font-size: 30px;
    font-weight: 400;
    font-family: Lato, serif;
    color: #4a5f65;
    margin: 20px 0 0 0;
    text-align: center;
}
.buyHeading a {
    color: #0d82a2;
}
.flagBox {
    margin-top: 50px;
}
.flagImg {
    width: 40px;
    margin-left: 10px;
}
.pageHeading {
    font-size: 34px;
    font-weight: 400;
    font-family: Lato, serif;
    color: #0d82a2;
    margin-bottom: 20px;
}
.userSelectBox {
    padding: 20px;
    border: 1px solid #eee;
	border-radius: 8px;
	background: #fcfcfc
}
.itemName {
    font-size: 26px;
    font-weight: 400;
    font-family: Lato, serif;
    display: inline-block;
    color: #095c73;
}
.notItemName {
    font-size: 26px;
    font-weight: 400;
    font-family: Lato, serif;
    color: #095c73;
    border: 0;
    text-align: right;
}
.itemDesc {
    margin-left: 24px;
    padding-bottom: 0;
}
.productBox {
    border-radius: 6px;
    border: 1px solid #0d82a2;
    padding: 40px;
    margin-bottom: 40px;
}
.price {
    font-size: 26px;
    color: #666;
    text-align: right;
    margin-top: 16px;
}
.subPrice {
    font-size: 20px;
    color: #666;
    text-align: right;
    margin-top: 1px;
}
.numUsers {
    height: 70px;
    color: #555;
    margin-left: 20px;
}
.numUsersFirst {
    margin-top: 40px;
}
.numBox {
    background: #fff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    border: 1px solid #999;
}
.numInBox {
    color: #0d82a2;
    padding-left: 12px;
    padding-top: 2px;
    font-size: 24px;
}
.siaRowImgs {
    width: 90%;
}
.centerImg {
    text-align: center;
}
.captcha {
    font-family: "Courier";
	font-size: 20px;
    border: 1px solid #aaa;
    display: inline-block;
    font-weight: 700;
    margin: 8px 0;
    padding: 2px 10px;
	color: #444;
}
.stripeImg {
    height: 34px;
    width: auto;
}
.paymentBox {
    margin-top: 20px;
    padding: 30px;
    text-align: center;
}

/************************/
/*   Sell It Anywhere	*/
/************************/

.titleb {
    font-size: 38px;
    font-weight: 400;
    font-family: Lato, serif;
    color: #555;
    padding: 60px 0 0 0;
}
.siaRow {
    padding-bottom: 60px;
}
.siaText {
    font-size: 20px;
    line-height: 35px;
    font-family: lato, Arial, serif;
    padding-bottom: 10px;
    padding-top: 30px;
	color: #555;
}
.siaPoints {
    font-size: 20px;
    line-height: 35px;
    font-family: lato, Arial, serif;
    padding-bottom: 30px;
	color: #555;
}
.siaLink {
    font-size: 16px;
    line-height: 28px;
}
.siaImgBox {
    margin-top: 90px;
}
.siaSupTxt 	{
    font-size: 17px;
}
.siaImg {
    width: 340px;
}
.usersLabel {
    font-weight: normal;
    margin-left: 24px;
    line-height: 30px;
}
.usersInput {
    width: 75px;
    text-align: right;
    border: 1px solid #666;
}
.sentEmail {
    display: none;
    padding-left: 6px;
    color: #18acbe;
}
.invalEmail {
  display: none;
  padding-left: 0;
  color: red;
}
.errorMess {
    text-align: center;
    padding-bottom: 20px;
    color: #bd0101;
    font-weight: bold;
}
.ctryBox {
    margin-top: 30px;
}

.ytEmbed {
	margin: auto;
	width: 70%;
	/*
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
	*/
}
.sentMess {
	color: #666;
	font-size: 20px;
}

/****************************/
/*   Subscription Selection	*/
/****************************/
.subSelBox, .subSelPrcBox {
	border-bottom: 1px solid #0e81a1;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	height: 180px;
    font-family: Lato, serif;
	color: #0e81a1;
}
.subSelPrcBox {
	text-align: right;
}

.subSelTtl {
	font-size: 30px;
	padding-bottom: 10px;
}
.subSelTxt {
	font-size: 18px;
	padding-bottom: 20px;
}
.subSelFormBtn {
	background: #fff;
	width: 180px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 20px;
	border: none;
	border: 1px solid #0e81a1;
	color: #0e81a1;
}
.subSelFormBtn:hover {
	background: #0e81a1;
	color: #fff;

}
.subSelPrcBox {
	padding-top: 70px;
	font-size: 34px;
	color: #0e81a1;
}
/* ---------------------------------------------------------------------------*/
/*			Spire Inventory Barcodes										  */
/* ---------------------------------------------------------------------------*/
.bannerSib {
	margin: 80px 0 20px 0;
	padding: 36px 0 36px 0;
	background: #fafafa;
}
.subHead {
	margin: 40px 0 40px 0;
	font-size: 50px;
	color: #333;
}
.sibHeadImg {
	width: 140px;
	margin: 20px 0 0 0;
}
.circleCheck {
	border-radius: 30px; 
	border: 1px solid #0e81a1; 
	width: 43px; 
	padding: 0 0 0 15px; 
	margin: 0 0 0 0;
	font-weight: bold;
	display: inline-block;
}
.sideTxt {
	display: inline-block;
	font-size: 32px;
	position: absolute;
	line-height: 42px;
	margin: 0 0 0 20px;
	color: #0e81a1;
}
.siaSideTxt {
	font-size: 24px;
	color: #777;
	text-align: justify;
}
.homePic450 {
	width: 450px;
	border: 1px solid var(--colour1);
}
.sibList {
	font-size: 18px;
}
.sibSpacer {
	margin: 0 0 14px 0;
}
/* ---------------------------------------------------------------------------*/
/*			Headings														  */
/* ---------------------------------------------------------------------------*/

.title1 {
    text-align: center;
    color: #666;
    font-size: 34px;
    font-weight: 700;
    font-family: Lato, serif;
    padding-top: 20px
}

.subHead1 {
	font-size: 20px;
	color: #444;
	text-align: center;
}

.cardTtlHeight {
	height: 6em;
}

/* -----------------------------------------*/
/* Credit Card Processing					*/
/* -----------------------------------------*/

.ccpTtl {
	font-size: 60px;
}
.ccpTopImg {
	width: 500px;
}

/* ---------------------------------------------------------------------------*/
/*			                 MEIDA QUERIES									  */
/* ---------------------------------------------------------------------------*/
/*
	A "max" media query means it's applied up to that pixel count. A "min" media
	query means that it's applied over that pixed count. If your default is
	desktop first your likely to want to use max. If mobile first design you'll
	like want to use "min". The media queries over lap in the order they are
	placed in in CSS. Max queries would be order high to low to overlap
	correctly. Min the other way
	Max 900 basically state that every thing up to 900 is this.
	Min 900 says that everything below is this.
 */

@media (max-width: 992px) {
    .bannerTtl a {
        padding: 0;
        text-align: center;
        font-size: 32px;
    }
    /* Adjust sub-titl. */
    /* Add space to top of each ite. */
    .productBoxes {
        margin-top: 40px;
    }
    /* More center align pic. */
    .sect-desc2 {
        padding-bottom: 80px;
    }
    .titleb {
        padding: 0 0 0 0;
    }
    .homePic1 {
        width: 300px;
    }
    .homePic2 {
        width: 450px;
    }
	.homePic450 {
		width: 300px;
	}
    .siaImg {
        width: 340px;
    }
    .pageHeading {
        font-size: 28px;
        margin: 0 0 20px 0;
    }
	.logo {
	    width: 56%;
	}
	.bannerSib {
		padding: 20px 0 20px 0;
	}
	.subHead {
		margin: 60px 0 60px 0;
		font-size: 40px;
		padding: 20px 0 20px 0;
	}
	.sideTxt {
		display: inline-block;
		font-size: 30px;
		position: absolute;
		line-height: 60px;
		margin: 0 0 0 20px;
	}
	.ccpImg {
		width: 100%;
	}
	.ccpTtl {
		font-size: 50px;
	}
	.ccpTopImg {
		width: 450px;
	}
	.pageHome .banner {
		margin-bottom: 12px;
	}
	.contHome {
		margin-top: 0;
	}
	.homeHero {
		margin-bottom: 24px;
	}
	.mainTxt {
		position: static;
		top: auto;
		margin-top: 0;
		padding: 4px 12px 18px;
		box-shadow: none;
		background: transparent;
	}
	.bigBoxTitle {
		font-size: 30px;
		margin-top: 4px;
	}
	.bigBoxText {
		font-size: 18px;
		background: transparent;
	}
	.homePanel {
		padding: 24px 20px 20px;
	}
	.homeCta {
		padding: 28px 18px 32px;
	}
}
@media (max-width: 750px) {
	/*
	body {
		background: #ffeeff;
	}
	*/
    .navLinks {
        float: left;
    }
    .navLinks li {
        margin-right: 10px;
    }
    .navLinks a {
        font-size: 16px;
        font-weight: bold;
        padding-left: 10px;
    }
    .bannerTtl a {
        font-size: 32px;
    }
    .navBar {
        margin-top: 0px;
    }
    .featureList {
        font-size: 15px;
        line-height: 30px;
        margin: 10px 10px 40px -30px;
    }
    .wsImgBox img {
        width: 80%;
    }
    .flagBox {
        margin-top: 10px;
        font-size: 10px;
    }
    .flagImg {
        width: 20px;
    }
    .pageHeading {
        font-size: 18px;
        margin: 0 0 0 20px;
    }
    .bannerLinks {
        margin-left: 20px;
    }
    .prodTitle {
        font-size: 26px;
    }
    .productBoxes {
        margin-top: 0;
    }
    /* When the two items get aligned vertically the second one needs space
   that the first doesn't*/
    .productBoxes:nth-child(2) {
        margin-top: 40px;
    }
    .homeItemDesc {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .homePic1 {
        width: 200px;
    }
    .homePic2 {
        width: 240px;
    }
    .titleb {
        font-size: 26px;
    }
    .siaImg {
        width: 240px;
    }
    .siaRowImgs {
        width: 60%;
    }
    .gridImgs {
        padding-top: 10px;
    }
	.logo {
	    width: 26%;
	}
	.ytEmbed {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; height: 0; overflow: hidden;
	}
	.ytEmbed iframe,
	.ytEmbed object,
	.ytEmbed embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 450px) {
	/*
	body {
		background: #ffffee;
	}
	*/
	.contHome {
		margin-top: 0;
	}
    .bannerTtl a {
        font-size: 22px;
    }
    .bannerSubTtl {
        margin-top: 10px;
        margin-left: 4px;
        font-size: 14px;
    }
    .navBar {
        margin-top: 0px;
        font-size: 14px;
    }
	.logo {
		margin: 10px 0 0 10px;
	}
	.navLinks {
		padding-top: 16px;
	}
	.banner {
		margin-bottom: 10px;
	}
	.bigBoxTitle {
		font-size: 26px;
		padding-left: 0;
		padding-right: 0;
	}
	.bigBoxText {
		font-size: 16px;
		font-weight: 500;
		background: transparent;
	}
	.homeSectionTitle {
		font-size: 24px;
	}
	.contHome .lead {
		font-size: 17px;
	}
	.homeProductCard {
		padding: 22px 16px 20px;
	}
	.homeProductName {
		font-size: 20px;
	}
	.homeFaq summary {
		font-size: 16px;
	}
    .navLinks a {
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px;
    }
	.logo {
	    width: 36%;
	}
	.ytEmbed {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; height: 0; overflow: hidden;
	}
	.ytEmbed iframe,
	.ytEmbed object,
	.ytEmbed embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.subHead {
		margin: 10px 0 20px 0;
		font-size: 40px;
		border: 0;
	}
}

/*******************************************/
/* Styles related to subscription purchase */
/*******************************************/

.subscr-nav {
    text-align: center;
    background: #fafafa;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.subscr-nav-text {
    margin: 0 30px 0 30px;
    padding: 10px;
    display: inline;
    color: #aaa;
}
.subscr-nav-active {
    font-weight: bold;
    color: #000;
}
.subcrInfo {
    margin: 40px 0 50px 0;
    color: #555;
    padding: 30px;
    text-align: center;
}
.directionBtns {
    margin-top: 70px;
}
.faded {
    color: #888;
    font-size: 12px;
    margin-top: 5px;
}
.userHeading {
    text-align: left;
    font-weight: bold;
    color: #555;
    font-size: 14px;
    padding: 0 0 30px 20px;
}
#emailAddress {
    display: inline;
    font-size: 20px;
    margin-right: 10px;
}

/***********************************/
/* Styles for subscription change  */
/***********************************/
/* Selector needs to be in this format to work */

.table tbody > tr > td.subChangeCell {
    vertical-align: middle;
    background: #f9f9f9;
}
.subChangeBtn {
    text-align: center;
    padding-top: 20px;
}
.saveMsgPad {
    height: 30px;
}
#saveMsg {
    display: none;
    color: #555;
    font-weight: bold;
}

/*********************************/
/*   class generic  */
/*********************************/

.righted {
    text-align: right;
}
.lefted {
    text-align: left;
}
.centered {
    text-align: center;
}
/*******************************************************/
/*   New for quick fix and mobile first               **/
/*******************************************************/

.cmbTitle {
    text-align: center;
}
.cmbTitle h2 {
    color: #666;
    font-size: 34px;
    font-weight: 400;
    font-family: Lato, serif;
    padding-top: 20px
}
.cmbTtlImg {
    margin-top: 30px;
    text-align: center
}
.fluidImg {
    width: 70%;
}
.cmbBordered {
    border: 1px solid #ccc;
}
.cmbSpacer {
    padding: 60px 0
}
.prodTxt {
    font-size: 20px;
    line-height: 2em;
    font-weight: 400;
    font-family: lato, Arial, serif;
    color: #333;
	text-align: center;
}
.prodSubTtl {
    font-size: 3.0em;
    font-family: Lato, serif;
    color: #0d82a2;
    padding: 0 0 40px 0;
    font-weight: bold;
    margin-top: 50px;
}
.bolded {
    line-height: 50px;
    font-family: Lato, serif;
    font-weight: bold;
    font-size: 20px;
    padding-right: 5px;
	color: #555;
}
.qfTop {
    padding: 0 0 30px 0;
}
.errMess {
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
}
.online {
    color: red;
}
.radioSel {
    margin-top: 20px;
}
.radioSel label {
    line-height: 30px;
}
.dullTxt {
    display: inline-block;
    color: #999;
}
.dlLink {
    font-size: 22px;
	color: #337ab7;
}
.purchBtn {
	border: none;
	background: none;
	cursor: pointer;
}
.fontRaleway {
	font-family: 'Raleway', sans-serif;
}
.fontQuicksand {
	font-family: 'Quicksand', sans-serif;
}
.fontAbel {
	font-family: 'Abel', sans-serif;
}
.fontRussoOne {
	font-family: 'Russo One', sans-serif;
}
.csBox {
	color: #444;
	line-height: 40px;
}
.txtShadow {
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
}
/*******************************************/
/* Bootstrap Nav Bar */
/*******************************************/
.navbar-light .navbar-brand {
	color: var(--colour1);
}
.collapse navbar-collapse {
	text-align: center;
}

/*******************************************/
/* Contact page */
/*******************************************/
.pageContact .banner {
	margin-bottom: 24px;
}
.contContact {
	margin-top: 0;
	scroll-margin-top: 96px;
}
#contact-form,
.contactFormPanel {
	scroll-margin-top: 96px;
}
.contactHero {
	margin-bottom: 8px;
}
.contactTitle {
	font-family: Lato, serif;
	font-size: 34px;
	font-weight: 600;
	color: #2a2a2a;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 0;
}
.contactTitle::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: var(--colour1);
	margin: 10px auto 2px;
	border-radius: 2px;
}
.contactLead {
	max-width: 720px;
	margin: 12px auto 20px;
	text-align: center;
	line-height: 1.6;
	color: #444;
}
.contactCrumbs {
	margin: 0 0 24px;
	font-size: 14px;
	color: #666;
}
.contactCrumbs ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
}
.contactCrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 8px;
	color: #999;
}
.contactCrumbs a {
	color: #0e81a1;
}
.contactCrumbs a:hover {
	color: #0b6f8a;
}
.contactLayout {
	align-items: flex-start;
}
.contactFormPanel,
.contactSideCard {
	background: #f6f9fa;
	border-radius: 10px;
	padding: 28px 28px 24px;
	margin-bottom: 20px;
}
.contactPanelTitle {
	font-family: Lato, serif;
	font-size: 24px;
	font-weight: 600;
	color: #2a2a2a;
	margin-bottom: 8px;
	line-height: 1.3;
}
.contactPanelIntro {
	color: #444;
	line-height: 1.6;
	margin-bottom: 20px;
}
.contactField {
	margin-bottom: 16px;
}
.contactField label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #2a2a2a;
}
.contactField .form-control {
	min-height: 48px;
	font-size: 16px;
	border-radius: 6px;
	border-color: #cfd8dc;
}
.contactField textarea.form-control {
	min-height: 140px;
	padding-top: 12px;
}
.contactField .form-control:focus {
	border-color: #0e81a1;
	box-shadow: 0 0 0 0.15rem rgba(14, 129, 161, 0.2);
}
.contactHelp {
	font-size: 14px;
	color: #555;
	margin: 0 0 8px;
}
.contactCaptcha {
	margin-bottom: 10px;
}
.contactCaptchaNums {
	display: inline-block;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.28em;
	font-size: 22px;
	font-weight: 700;
	border: 1px dashed #b7d7e1;
	background: #fff;
	padding: 8px 16px;
	border-radius: 6px;
	color: #2a2a2a;
	user-select: none;
}
.contactSubmit {
	margin-top: 6px;
	width: auto;
	min-width: 180px;
}
.contactAlert {
	background: #fdecec;
	border: 1px solid #e8b4b4;
	color: #8a1f1f;
	border-radius: 8px;
	padding: 12px 14px;
	margin-bottom: 16px;
}
.contactSuccess {
	margin-bottom: 20px;
}
.contactSuccess a {
	color: #0e81a1;
}
.contactHoneypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.contactSideTitle {
	font-family: Lato, serif;
	font-size: 20px;
	font-weight: 600;
	color: #2a2a2a;
	margin-bottom: 10px;
	line-height: 1.3;
}
.contactSideCard p {
	color: #444;
	line-height: 1.6;
	margin-bottom: 10px;
}
.contactSideNote {
	margin-bottom: 0;
	color: #555;
}
.contactSideList,
.contactProductList {
	margin: 0;
	padding-left: 20px;
	color: #333;
	line-height: 1.55;
}
.contactSideList li,
.contactProductList li {
	margin-bottom: 8px;
}
.contactProductList a {
	color: #0e81a1;
}
.contactProductList a:hover,
.contactProductList a:focus {
	color: #0b6f8a;
}
.pageContact .navbar-nav .nav-link.active {
	color: #0e81a1;
	font-weight: 600;
}
@media (max-width: 991.98px) {
	.contactFormPanel,
	.contactSideCard {
		padding: 24px 20px 20px;
	}
	.contactSubmit {
		width: 100%;
	}
}
@media (max-width: 450px) {
	.contactTitle {
		font-size: 26px;
	}
	.contactLead {
		font-size: 17px;
	}
	.contactPanelTitle {
		font-size: 22px;
	}
}

/*******************************************/
/* Products page */
/*******************************************/
.pageProducts .banner {
	margin-bottom: 24px;
}
.contProducts {
	margin-top: 0;
	scroll-margin-top: 96px;
}
.prodIntro {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
	line-height: 1.65;
	color: #444;
}
.prodIntro a {
	color: #0e81a1;
}
.prodIntro a:hover,
.prodIntro a:focus {
	color: #0b6f8a;
}
.prodList {
	margin: 0 0 36px;
}
.prodCard {
	display: grid;
	grid-template-columns: 112px 1fr;
	gap: 28px;
	align-items: start;
	width: 100%;
	padding: 28px 28px 24px;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	background: #fff;
	transition: box-shadow 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.prodCard:hover,
.prodCard:focus-within {
	border-color: #b7d7e1;
	box-shadow: 0 10px 24px rgba(14, 129, 161, 0.12);
}
.prodCardMedia {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 86px;
}
.prodCardIcon {
	width: 86px;
	height: 86px;
	object-fit: contain;
}
.prodCardName {
	font-family: Lato, serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 10px;
}
.prodCardName a {
	color: var(--colour1);
	text-decoration: none;
}
.prodCardName a:hover,
.prodCardName a:focus {
	color: #0b6f8a;
	text-decoration: underline;
}
.prodCardName a:focus {
	outline: 2px solid #0e81a1;
	outline-offset: 3px;
}
.prodCardSummary {
	margin: 0 0 12px;
	color: #444;
	font-size: 16px;
	line-height: 1.6;
}
.prodCardPoints {
	margin: 0 0 14px;
	padding-left: 20px;
	color: #333;
	line-height: 1.55;
}
.prodCardPoints li {
	margin-bottom: 6px;
}
.prodCardMeta {
	margin: 0 0 12px;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}
.prodCardMore {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-weight: 600;
	color: #0e81a1;
	text-decoration: none;
}
.prodCardMore::after {
	content: " →";
}
.prodCardMore:hover,
.prodCardMore:focus {
	color: #0b6f8a;
	text-decoration: underline;
}
.prodCustomLink {
	margin: 16px 0 0;
}
.prodCustomLink a {
	color: #0e81a1;
}
.prodCustomLink a:hover,
.prodCustomLink a:focus {
	color: #0b6f8a;
}
.pageProducts .navbar-nav .nav-link.active {
	color: #0e81a1;
	font-weight: 600;
}
@media (hover: hover) {
	.prodCard:hover {
		transform: translateY(-2px);
	}
}
@media (prefers-reduced-motion: reduce) {
	.prodCard {
		transition: none;
	}
}
@media (max-width: 767.98px) {
	.prodCard {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 24px 20px 20px;
		text-align: left;
	}
	.prodCardMedia {
		justify-content: flex-start;
	}
	.prodCardMore {
		min-height: 48px;
	}
}
@media (max-width: 450px) {
	.prodCardName {
		font-size: 20px;
	}
	.prodCardSummary {
		font-size: 16px;
	}
	.prodCard {
		padding: 20px 16px 18px;
	}
}

/*******************************************/
/* Case studies page */
/*******************************************/
.pageCaseStudies .banner {
	margin-bottom: 24px;
}
.contCaseStudies {
	margin-top: 0;
	scroll-margin-top: 96px;
}
#production-scheduling,
.csArticle {
	scroll-margin-top: 96px;
}
.csArticle {
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	background: #fff;
	padding: 32px 32px 28px;
	margin-top: 12px;
	margin-bottom: 36px;
}
.csArticleHeader {
	margin-bottom: 8px;
}
.csKicker {
	margin: 0 0 8px;
	font-family: Lato, serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #0e81a1;
}
.csStudyTitle {
	font-family: Lato, serif;
	font-size: 28px;
	font-weight: 600;
	color: #2a2a2a;
	line-height: 1.3;
	margin: 0 0 10px;
}
.csDeck {
	margin: 0 0 20px;
	color: #444;
	font-size: 18px;
	line-height: 1.6;
}
.csBlock {
	margin-bottom: 28px;
}
.csBlock:last-child {
	margin-bottom: 0;
}
.csBlockTitle {
	font-family: Lato, serif;
	font-size: 22px;
	font-weight: 600;
	color: #2a2a2a;
	line-height: 1.3;
	margin: 0 0 10px;
}
.csProblem {
	background: #f6f9fa;
	border-radius: 10px;
	padding: 22px 24px 18px;
}
.csProblem p,
.csSolutionLead,
.csResultLead {
	margin: 0;
	color: #444;
	font-size: 16px;
	line-height: 1.65;
}
.csSolutionLead,
.csResultLead {
	margin-bottom: 18px;
}
.csSolutionGrid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 28px;
	align-items: start;
}
.csListTitle {
	font-family: Lato, serif;
	font-size: 17px;
	font-weight: 600;
	color: #2a2a2a;
	margin: 0 0 10px;
	line-height: 1.3;
}
.csFeatureList {
	margin: 0;
	padding-left: 20px;
	color: #333;
	line-height: 1.55;
}
.csFeatureList li {
	margin-bottom: 8px;
}
.csFigure {
	margin: 0;
}
.csScreenshot {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background: #f6f9fa;
}
.csFigure figcaption {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
.csOutcomeGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.csOutcome {
	background: #f6f9fa;
	border-radius: 10px;
	padding: 20px 20px 16px;
}
.csOutcomeTitle {
	font-family: Lato, serif;
	font-size: 18px;
	font-weight: 600;
	color: #0e81a1;
	margin: 0 0 8px;
	line-height: 1.3;
}
.csOutcome p {
	margin: 0;
	color: #444;
	line-height: 1.6;
}
.csMore {
	max-width: 760px;
	margin: 0 auto 8px;
}
.csMore p {
	line-height: 1.65;
	color: #444;
}
.csMoreList {
	margin: 0 0 16px;
	padding-left: 22px;
	color: #333;
	line-height: 1.55;
}
.csMoreList li {
	margin-bottom: 8px;
}
.csMore a,
.csMoreNote a {
	color: #0e81a1;
}
.csMore a:hover,
.csMore a:focus,
.csMoreNote a:hover,
.csMoreNote a:focus {
	color: #0b6f8a;
}
.pageCaseStudies .navbar-nav .nav-link.active {
	color: #0e81a1;
	font-weight: 600;
}
@media (max-width: 991.98px) {
	.csArticle {
		padding: 24px 20px 20px;
	}
	.csSolutionGrid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
@media (max-width: 767.98px) {
	.csOutcomeGrid {
		grid-template-columns: 1fr;
	}
	.csProblem {
		padding: 18px 16px 14px;
	}
}
@media (max-width: 450px) {
	.csStudyTitle {
		font-size: 22px;
	}
	.csDeck {
		font-size: 16px;
	}
	.csBlockTitle {
		font-size: 20px;
	}
	.csArticle {
		padding: 20px 16px 18px;
	}
}

/*******************************************/
/* TESTING */
/*******************************************/

