@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Montserrat:ital,wght@0,300;0,400;0,700;1,300&family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

:root {
--main-text-color:#000;
--header-text-color:#fff;
--tbm-color: #099;
--accent-color: #b3bccc;
--alert-color: #900;	
--light-bg: #f1f2f3;	
--header-bg-color: #000;
--main-font:"Open Sans", sans-serif;	
--accent-font:"Montserrat", sans-serif;	
}

* {
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html {
	scroll-behavior: smooth;
}
body {
	height: 100%;
	letter-spacing: .01em;
	font: 300 1.1rem/1.5rem var(--accent-font);
	color: var(--main-text-color);
	scroll-behavior: smooth;
	background:var(--tbm-color);
	background:linear-gradient(to right, var(--tbm-color),#0d5372);
}
.hidden-div, .hidden {
            display: none;
        }
.show {
	display: block !important;
}
.item-form {
    width:60px;
    padding:10px;
    float:left;
}

.product-sections, .dropdown-div, .table-row, .spread, .qconfirm-digital {
      display: none;
    }
.two_page_style, .three_page_style, .four_page_style, .five_page_style, .six_page_style, .seven_page_style, .back_page_style {
	display:none;
}
.pc2, .sp4, .sp8, .lp4, .lp8 {
	display: none;
}
.table-row td, .mdp-table td {
	font-weight: bold;
}
thead td{
	font-family:var(--accent-font)
}
.logo-solo {
	width: 30%;
	margin: 50px auto 0;
	text-align: center;
	color: var(--accent-color);
	font-size: 0.9rem;
	box-shadow: 0 0 #fff;
}
#content-mdp {
	width: 70%;
	margin: 10px auto 0;
	min-height: 100%;
	background: #fff;
	padding: 60px 5%
}

#content-mdp p {
	text-align: center;
	padding: 10px 20px;
	font-weight: 600
}
/* Tab Navigation */
/* Basic styling for the nav bar */
ul.tab-nav, ul.tab-nav-footer {
	display: flex;
	list-style-type: none;
	padding: 0 2%;
	margin: 20px auto;
	border-bottom: 5px solid #000;
}
ul.tab-nav li, ul.tab-nav-footer li {
	display: inline;
	flex: 1;
	text-align: center;
	font: 700 0.8rem var(--accent-font);
	line-height: 0.9rem;
	margin: 0 2px;
}
ul.tab-nav li a, ul.tab-nav-footer li a {
	color: var(--main-text-color);
	background: var(--light-bg);
	text-decoration: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 1% 2%;
	height: 70px;
	width: 19%;
	display: table-cell;
	vertical-align: middle;
}
/* Active tab styling */
ul.tab-nav li a.active, ul.tab-nav li a:hover, ul.tab-nav-footer li a.active, ul.tab-nav-footer li a:hover {
	background: var(--header-bg-color);
	color: var(--header-text-color);
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s
}
/* Page divs */
.page {
	display: none; /*erika*/
}
/* Show only the active page */
.active-page {
	display: block;
}

h1,
h3.mdp-title,
h3.mdp-subtitle,
h3.mdp-subtitle-lite,
h4,
h6 {
	background: var(--tbm-color);
	color: var(--header-text-color);
	text-transform: uppercase;
	text-align: center;
	padding: 12px;
	font: 700 1.3rem/1 var(--accent-font);
	margin: 20px 0 0;
	letter-spacing: 0.01em
}
h1 {
	background: none;
	color: var(--tbm-color)
}
h3.mdp-title {
	font-size: 1.6rem
}
h3.mdp-subtitle {
	background: var(--header-bg-color);
}
h3.mdp-subtitle-lite {
	background: var(--light-bg);
	color: var(--main-text-color);
	margin-bottom: 0; /*25px*/
}
h4,
h6 {
	font-size: 1.4rem;
	color: var(--tbm-color);
	padding: 0 0 10px;
	margin: 50px 0 0;
	border-bottom: 0 solid var(--light-bg);
	clear: both;
	width: 100%;
	background: none
}
h4 {
	font-size: 1.2rem
}
h2 {
  text-transform: capitalize;
  font: 400 1.6rem/1.9rem "Playfair Display", serif;
  padding-bottom: 10px;
  text-align: center;
}
.summary {
	font: 600 0.9rem/1.0rem var(--accent-font);
	font-style: italic;
	text-align: center;
	color: var(--accent-color);
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.summary span {
	display: inline-block;
	font: 600 0.9rem/1.0rem var(--accent-font);
}
#mdp {
	width:100%;
	margin: 0 auto;
}
.form-alert {
	color: var(--alert-color);
	font-weight: 400;
}

.center {
	text-align: center;
}

.line {
	height: 1px;
	margin: 25px 0px;
	background: var(--light-bg);
}
.alert-box {
	margin: 10px 0;
	padding: 20px 10%;
	background: var(--light-bg);
	text-align: center;
	font-weight: 400;
}
.alert-box.urgent {
	background: var(--alert-color);	
	color: #fff;
}
.alert-box.emphasize {
	font-weight: 400;
}
.alert {
	color: var(--alert-color);
	font-weight: bold;
}

/*flex container - format for the mockups*/
.flex-container {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 auto;
}
.flex-container p {
	font-family: var(--main-font);
	font-size: 0.8rem;
	line-height: 0.9rem;
	font-weight: 400;
}
.flex-container > div {
	width: 18%;
	margin: 10px auto;
	text-align: center;
}
.flex-container > div.one-subtitle,
.flex-container > div.two-subtitle,
.flex-container > div.three-subtitle {
	text-align: center;
	border-top: 1px dotted var(--accent-color);
	margin: 0 1%;
	width: 98%;
	padding: 10px 0;
	font-size: 0.8rem;
	line-height: 1.2rem;
	font-family: var(--main-font);
	font-style: italic;
	letter-spacing: 0;
	color: var(--accent-color);
}

.flex-container > div.one-subtitle {
	width: 50%;
	margin: 0 1%;
}

.flex-container > div.one-subtitle,
.flex-container > div.two-subtitle {
	float: left;
}
.flex-container a {
	border: 0;
	color: #000;
	text-decoration: none;
}
.flex-container a:hover {
	opacity: 0.8;
	color: var(--accent-color);
}
.resizeimages {
	max-width: 100%;
	height: auto;
	padding: 0;
	width: auto\9;
	/* ie8 */
}
picture.change-mockup img, picture.change-mockup source,
picture.page-mockup img, picture.page-mockup source, 
picture.program-mockup img, picture.program-mockup source,
picture.none-mockup img, picture.none-mockup source {
	padding-top: 10px;
}
.faux-label picture.change-mockup img, .faux-label picture.change-mockup source {
	margin-top: -30px;
}
.product-mockups {
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	width: 76%;
	margin:0 auto;
}
.mockups.divide, 
.mockups-style.divide,
hr {
	border-bottom: 1px var(--light-bg) solid;
	padding: 35px 20%;
	margin: 0 auto 25px;

}

.program-style-image, .program-style-image-pgs, .mockup-display .mockups  {
	padding: 20px 0 10px;
	margin: 10px auto 0;
	width: 60%;
	text-align: center;
}
/* Project Summary Details Table */
table.mdp-table {
	width: 80%;
	margin: 30px auto 50px auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.show-programStyle,
.show-totalPrice {
	font-weight: bold;
}
.mdp-table tr td,
.mdp-table tr th {
	border-bottom: 1px solid var(--light-bg);
}
.mdp-table tr.last td {
	border-bottom: 0;
}
.mdp-table th {
	background: var(--light-bg);
	font-family: "Montserrat", arial, helvetica, sans-serif;
	padding: 10px;
}
.mdp-table tr.subtotal th {
	background: #fff;
	border-top: 2px solid #000
}
.mdp-table tr.total th {
	border-top: 2px solid #000
}

.mdp-table tr td {
	padding: 10px 10px 10px 20px;
}
.mdp-table tr th:first-child,
.mdp-table tr td:first-child {
	text-align: left;
	font-weight: 700
}

.mdp-table tr th:nth-child(2),
.mdp-table tr td:nth-child(2),
.mdp-table tr th:nth-child(3),
.mdp-table tr td:nth-child(3) {
	text-align: right;
	font-weight: 600px
}
.mdp-table thead tr td {
	text-align: center !important;
	padding: 15px 10px 5px 10px;
	color: #000;
	background: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	border-bottom: 2px solid #000;
}
.mdp-table tr.note td {
	font-weight:400;
}
/* End Tables */
.page-numbers {
	text-align: right;
	color: var(--accent-color);
	text-transform: italic;
	padding: 20px;
	margin-bottom: 20px;
}
/* Form Formats */
/*Search Form */

/*end from newstyle*/
input[required] + label:after, span > input[required] + label:after, label.required:after, span.labels.required:after, #select_products-label:after {
	content: " *";
	color: var(--alert-color);
}

.product-contain.required:after {
	content:""
}

div.whole-field {
	padding: 10px 15px;
	margin-bottom: 15px;
}
div.whole-field.large-list {
	margin-top: -30px;
}
div.whole-field div {
	text-align: left;	
}
div.whole-field div.input-set {
	display: flex;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}
div.whole-field label {
	display: inline-block;
	font-weight: bold;
	width: 30%;
	font: 700 0.9rem/0.9 var(--accent-font);
}
div.whole-field div.txtarea, div.whole-field div.selection fieldset {
	display: inline-block;
	width:65%;
	margin-left:4%;/*34%*/
}
div.whole-field div.selection fieldset {
	margin-left: 0;
}
.whole-field.whole-textarea {
	display:flex;
}
.txtarea .field-notes {
	margin:10px 0;
}

div.whole-field div input,
div.whole-field div select,
div.whole-field div textarea,
div.whole-field div ul,
div.whole-field div fieldset,
.tagsstyle {
	order: 2;
	width: 65%;
	margin: 0;
}
.list-radio {
	flex-direction: column;
}

div.whole-field div ul,
div.whole-field div fieldset {
	width:100%;
}
fieldset {
	border:0;
}
div.whole-field div input[type="file"] {
	width: 100%
}

.tagsstyle {
	margin:-10% 0 0 35%;
}

div.whole-field div.optionstyle {
	order: 2;
	width: 100%;
	margin:-20px 0 0;
}
div.whole-field div label,
.labels, legend.labels {
	order: 1;
	width: 31%;
	font: 700 0.9rem/0.9 var(--accent-font);
	padding: 14px 1%;/*17px*/
	text-align: left;
	margin-right:1%;
}
div.whole-field div label.product-contain {
	width:100%;
}
.labels {
	width:34%;
	float: left;
}
div.whole-field:hover {
	background: #f9f9f9;
}
div.whole-field.err-background {
	background: #EDCFCF;
}
.field-notes,
.field-notes-list,
.list-count,
.error-img {
	padding: 0;
	margin: 0 0 0 35%;
	text-align: left !important;
	color: #000;
	font-size: 0.7rem;
	line-height: 0.6rem;
	height: 100%;
	font-style: italic;
	font-weight: 400;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
.field-notes-list,
.list-count {
	margin: 0;
	text-align: left !important;
}
.field-notes-list {
	padding-left: 5%;	
}
.error-fake {
	margin: 0 0 0 10px;
	text-align: right !important;
}

.error-img {
	text-align: left !important;
	margin: 0 0 0 35%;
}

input[type="text"],
input[type="date"],
qinput[type="file"],
input[type="time"],
textarea, 
select {
	border-radius: 0;
	border: 1px solid var(--accent-color);
	outline: 1px solid #fff;
	background: #fff;
	color: black;
	width: 70%;
	padding: 10px;
}

select {
    position: relative !important;
    padding-right: 25px !important; /* Space for the dropdown arrow */
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
	background-size: 24px !important; /* Smaller arrow size */
	background-image:url("https://tealbirdmemorials.com/images/icons/down-arrow.svg") !important;
}

input[type="text"]:required,
input[type="date"]:required,
input[type="time"]:required {
}

input[type="file"],
fieldset {
	border: 1px solid #fff;
	outline: 1px #fff solid !important;	
}

input[type="text"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
input[type="file"]:hover,
select:hover,
input[type="radio"]:hover + label::before,
input[type="checkbox"]:hover + label::before,
fieldset:has(input:hover) {
	box-shadow: 0 0 0px var(--tbm-color) !important;
	outline-offset: 0px !important;
	border: 1px solid var(--accent-color);
	outline: 1px var(--accent-color) solid !important;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="file"]:focus,
select:focus,
input[type="radio"]:focus + label::before,
input[type="checkbox"]:focus + label::before,
fieldset:has(input:focus) {
	border: 1px solid var(--tbm-color) !important;
	outline: 1px solid var(--tbm-color) !important;
}

.list-grid {
		display: flex;
		padding: 10px 0;
		width: 100%;
	}
.list-grid :nth-child(1) {
	order:2;
	width:44%;
	margin-right:2%;
}
.list-grid :nth-child(2) {
	order:1;
	width:5%;
}
.list-grid :nth-child(3) {
	order:4;
	width:44%;
}
.list-grid :nth-child(4) {
	order:3;
	width:5%;
}

.list-grid.head {
	margin-top:10px;
	font-weight: bold;
	background:#f1f2f3;
	color:#000;
}

/* Dropdown */
.show-two {
	display: flex;
	gap: 10%;
}
.show-two .droppers,
.show-two .theme-display,
.show-two .selectproducts,
.show-two .selectprograms {
	width: 100%;
}
.theme-display {
	width:50%;
	margin:0 auto;
	text-align: center;
}
.mockup-display {
	width:100%;
	text-align: center;
	font-weight:bold;
	border-bottom: 1px var(--light-bg) solid;
	padding: 25px 10%;
	margin: 0 auto 25px;
}
.selected-theme {
	font-style: italic;
	font-size: 0.9rem;
	text-align: center;
	max-width: 200px;
	margin:0 auto;
}
.droppers label {
	text-align: left;
	padding: 0;
	font: 700 0.9rem/1.5rem var(--accent-font);
}
.selectors .labels {
	/*padding-bottom: 5px;
	margin: 0;*/
}
.droppers {margin-bottom:10px;}
.droppers.same-line label {
	padding: 0 12px 0 0;
	display: none;
}
.droppers.same-line .select {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.selectproducts {
	clear: both;
	width: 100%;
	margin: 0;
}
table.product-chart {
	margin: 0 auto;
	border-collapse: collapse;
	width: 98%;
}
table.product-chart th {
	text-transform: uppercase;
	border-bottom: 5px solid black;
}

table.product-chart td,
table.product-chart th {
	padding: 5px 10px;
	height: 48px;
}
table.product-chart tr {
	border-bottom: 1px solid var(--light-bg);
}
table.product-chart tr:last-child {
	border-bottom: 0 solid var(--light-bg);
}
table.product-chart th td:nth-child(1),
table.product-chart tr td:nth-child(1) {
	width: 20% !important;
	background: red;
}
table.product-chart th td:nth-child(2),
table.product-chart tr td:nth-child(2) {
	width: 60% !important;
	background: grey;
}
table.product-chart th td:nth-child(3),
table.product-chart tr td:nth-child(3) {
	width: 20% !important;
	background: blue;
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	background: white;
	background-image: none;
	border: 1px solid var(--accent-color);
	border-radius: 0;
}
.select {position: relative;}




.select::-ms-expand {
	display: none;
}

.select::after {
	-webkit-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
	transition: 0.25s all ease;
}

/*new*/
.error-msg, .error-list {background: #900; color: white; padding:10px 20px; margin-top: 10px;position: sticky; top: 0; display:none; z-index:100000}
.file-error-msg {background: #900; color: white; padding:5px 10px; margin-top: 10px}
.error-msg p span {
	font-size: 1.1rem;
	color: #fff;
	padding: 20px 0 0;
	margin:0;
	text-transform: uppercase;
}
.error-msg p span.caption {
	font-size: 0.9rem;
	color: #fff;
	padding: 20px 0 0;
	margin:0;
	text-transform:none;
}

.page-msg, .char-msg {
	display: none;
}
.input-error, .input-error-char {
	color: #900;
}
.input-error {
	background:#EDCFCF;
	margin-bottom:5px;
	/*margin-right:10px;*/
}
.char-error, .char-error:focus {
	border: 1px solid #900; 
	outline: 1px solid #900;
}

input.reqd + label:after, select.reqd + label:after, textarea.reqd + label:after, label.reqd:after, input.reqd ~ label.labels:after {
	content:" *";
	color: var(--alert-color);
}

.list-radio:has(input.reqd) .labels:first-of-type:after, .selection:has(input.reqd) .labels:first-of-type:after, .input-set:has(textarea.reqd) label:first-of-type:after {
    content:" *";
	color: var(--alert-color);
}

li input.reqd + label:after {
	content:"";
}

/* Form Checkbox and Radio Formats */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-top: 0;
	margin-bottom: 0 !important;/*12px*/
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.selectors label.container,
.selectors-long label.container {
	text-align: left;
	padding: 14px 0 0 30px;
	float: left;
	font-weight: 600;
	font-size: 1em;
}
.selectors label.container {
	width: 90%;
	padding-top: 12px;
}

.labels-long {
	font-weight: 600;
	padding: 5%;
}

.selectors {
	padding: 10px;
}
.selectors:hover {
	qbackground: #f9f9f9;
}
.selectors.selectprograms:hover,
.selectors.selectpages:hover{
	background:#fff;
}

.selectors-long {
	border-bottom: 3px solid #000;
	width: 95.5%;
	margin: 0 15px 25px 15px !important;
	text-align: left;
}

.selectors-long label {
	padding: 0 20px;
	font-weight: bold;
}
.selectors-long p {
	text-align: left !important;
	padding-top: 0 !important;
}
/* Create a custom check */
.container .custom-check {
	position: absolute;
	top: 12px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #000;
	color: #000;
}

#confirm-save {
	background: gold;
}
#confirm-submit {
	background: #CBD9A4;/*#99e600*/
}
#photo-permission {
	background: #BFCDDB;
}
#confirm-digital {
	background: #E4C4C5;/*#DB9798*/
}



.container.confirm-submit {
	font-size:1em;	
}

.selectors-long .custom-check {
	top: 17px;
	left: 15px;
	height: 19px;
	width: 19px;
	border: 0px solid #fff;
}

.container:hover input ~ .custom-check {
	background-color: var(--light-bg);
}

.selectors-long input:focus ~ .custom-check {
	outline: 2px solid #000;
}

/* When checked, add bg */
.container input:checked ~ .custom-check {
	background-color: #fff;
	color: var(--tbm-color);
}

/* Custom check (hidden when not checked) */
.custom-check:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .custom-check:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .custom-check:after {
	left: 0px;
	top: -2px;
	width: 5px;
	height: 10px;
	content: "\2713";
	font-size: 1.8rem;
	line-height: 0.7rem;
	font-weight: 600;
}

.select-done .container .custom-check:after {
	left: 0px;
	top: 0px;
}

/*Conditional Form*/
.control1:checked ~ .additional1,
.control2:checked ~ .additional2 {
	margin: 0;
	overflow: visible;
	position: static;
	width: 100%;
}
.control1:not(:checked) ~ .additional1,
.control2:not(:checked) ~ .additional2 {
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
fieldset.additional1,
fieldset.additional2 {
	border: 0;
	padding-left: 30px;
}

/*File Upload Buttons*/
.files-listed {
	font: 1rem/1.4rem 300 italic sans-serif !important; /** this one applies to the output right to the button **/
	outline: 0;
	display: block;
	width: 100%;
	padding: 0 10px 0 0;
	border: 0;
	margin: 0;
	background: none !important;
}
label img {
	opacity: 1;
}
::-webkit-file-upload-button,
.save-btn,
.submit-btn {
	padding: 20px 30px;
	width: 50%;
	height: 100%;
	background: #000;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	margin: 0 auto 30px auto;
	font-weight: 400;
	letter-spacing: 0.1rem;
	clear:both;
	border:0;
}
::-webkit-file-upload-button {
	background: var(--accent-color);
	margin-bottom: 0px;
	padding: 10px 20px;	
}
::-webkit-file-upload-button:focus {
	background: var(--tbm-color);
}
#show-button {
	width: 94%;
	margin: -15px auto 0;
}
#show-button div, #show-button button {
	text-align: right;
	display: inline-block;
}
button.show-btn {
	padding: 10px;
	height: 100%;
	background: #000;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
	text-decoration: none;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	margin: 0 0 0 7px;
	border:0;
	float:right;
}

.save-btn:hover,
.submit-btn:hover,
button.show-btn:hover {
	background: var(--accent-color);
}

/* for IE */
::-ms-browse {
	color: var(--header-text-color);
	background-color: var(--accent-color);
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	font-size: 1.2em;
	height: 1.2em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 0 12px;
}

.answer .half {
  margin: 0 1%;
  width: 48%;
  float: left
}
/* Styles the close link, adds the slide down transition */


.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.add-new-item {
	background: var(--tbm-color);
	border-radius: 0;
	color: #fff;
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
}
/*Scroll back to top*/
#scroll {
	position: fixed;
	right: 30px;
	bottom: 20px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #000;
	text-indent: -9999px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	z-index: 999999;
}
#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}
#scroll:hover {
	background-color: var(--tbm-color);
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}
/*New Program and Product Selections*/
.no-products {
	padding:40px 0;
}
ul.products-list,
ul.programs-list,
ul.pages-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 30px
}
ul.pages-list.two {
	padding:0 30%;
}
ul.pages-list.three {
	padding:0 20%;
}
ul.pages-list.four {
	padding:0 10%;
}
ul.programs-list li,
ul.products-list li,
ul.pages-list li {
	margin: 10px auto 55px;
	text-align: center
}

ul.products-list li {
	width: calc(98% / 5)
}
ul.programs-list li {
	width: calc(98% / 5) 
}
ul.pages-list.one li {
	width: calc(98% / 1)
}
ul.pages-list.two li {
	width: calc(98% / 2)
}
ul.pages-list.three li {
	width: calc(98% / 3)
}
ul.pages-list.four li {
	width: calc(98% / 4)
}
a.learn-link {
	text-decoration: none
}
a .learn,
.learn {
	background: var(--header-bg-color);
	color: var(--header-text-color);
	padding: 15px 10px;
	text-align: center !important;
	margin-top:4px;
	font-size: .9rem;
	font-weight: 400;
}
a .learn:hover {
	background: var(--accent-color);
}
.learn.blank, ul.products-list li:nth-child(9) .learn {
	background:none;
	border-top:0;
}
a.in-form-link {
	color: #099;
	text-decoration: underline;
}
a.in-form-link:hover {
	color: #000;
}
input[type="checkbox"][id^="select_products"],
input[type="radio"][id^="select-program"],
input[type="radio"][id^="select-page"],
input[type="radio"][id^="input_203"]{
	qdisplay: none;
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px !important;
	overflow: hidden;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
div.whole-field div label.product-contain,
.products-list label,
.programs-list label,
.pages-list label,
.package-list .faux-label {
	border: 1px solid var(--light-bg);
	padding: 30px 10px 0;
	display: block;
	position: relative;
	margin: 0;
	cursor: pointer;
	text-align: center !important;
	height: 88%;	
}
.pages-list label{
	padding-bottom: 30px;
}
label.blank {
	border: 1px solid #fff;
}
.products-list label:before,
.programs-list label:before,
.pages-list label:before {
	background-color: var(--header-text-color);
	color: var(--header-text-color);
	content: " ";
	display: block;
	qborder-radius: 50%;
	border: 2px solid black;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 20px;
	transition-duration: 0.4s;
	qtransform: scale(0);
}
.package-list .faux-label:before {
	display:none;
}

.programs-list.package .faux-label:before {
border: 0;
display: none;	
}

.products-list label img,
.programs-list label img,
.pages-list label img{
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
}
.products-list img[src="about:blank"],
.programs-list img[src="about:blank"],
.pages-list img[src="about:blank"]{
	opacity: 0;
}
.programs-list .item-form, .products-list .item-form, .pages-list .item-form {
	font-size: 0.8rem;
	line-height:0.8rem;
	font-weight: bold;
	width:100%;
	text-align: center
}

label.product-contain:hover {
	border-color:var(--accent-color);
}

:checked + label.product-contain {
	border-color: var(--accent-color);
}

:checked + label.product-contain:before {
	content: "✓";
	color: var(--tbm-color);
	transform: scale(1);
	font-weight: bold;
	font-size: 2rem;
	line-height: 0.8rem;
}

:checked + label.product-contain img {
	transform: scale(0.97);
	/* box-shadow: 0 0 5px #333; */
	z-index: -1;
}

.tips li {
	padding-bottom:15px;
	line-height: 1.5rem;
}


.error {
	background: var(--alert-color);
	color:var(--header-text-color);
	font-style: italic;
	padding:10px 0 0 5px;
	margin-left:10px;
	order:3;
	content:"*Required";
	height:30px;
	text-align:left;
	font-size:1rem;
	display: none;
}
.error::after{
	content:"*Required";
	background: var(--alert-color);
	color:#fff;
	font-style: italic;
	display: none;
}
.examples {
	position: relative;
}
.overspleft {
	position: absolute;
	top:80%;
	left:35%;
}
.overspright {
	position: absolute;
	top:80%;
	right:35%;
}


/*Date*/
.calendar-box {
    border: 1px solid red;
    padding: 10px;
    border-radius: 5px;
}
/* Custom CSS for Date Picker */
        input[type="date"]::-webkit-calendar-picker-indicator {
            /*background: url('data:image/svg+xml;base64,...') no-repeat center;*/
			background: none;
            color: transparent;
            width: 20px;
            height: 20px;
            cursor: pointer;
        }

/*New File Upload*/
.sample-image {
	width: 100%;/*65%*/
	display: inline-block !important;
}
.for-files input, .share-upload div {
	width: 65% !important;
	order: 2;
}
.for-files label {
	qwidth: 34% !important;
	order: 1;
}

.label-img {
	padding:0;
	margin:0 10px 0 0;
}
.label-img img {
	display:block;
	margin:-20px 0 5px 0;
}
input[type=checkbox]:checked + label {
  font-weight:bold;
}
label.labels {
	padding-top:12px;
}
div.scroll-container {
  background-color: black;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
}

#wrapper {
    height: 200px;
    width: 682px;
    overflow-x:scroll;
    overflow-y:hidden; 
}

[contenteditable], textarea {
    -webkit-user-select: text;
    user-select: text;
}

div[contenteditable="true"], textarea {
	min-height: 200px;
	overflow: scroll;
	border: 1px solid var(--accent-color);
	box-shadow: 0 0 0px var(--tbm-color);
	outline-offset: 0px;
	padding: 10px !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
div[contenteditable="true"] p {
	text-align: left !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 !important;
}
div[contenteditable="true"]:hover, textarea:hover {
	outline: 1px var(--accent-color) solid;
}
div[contenteditable="true"]:focus, textarea:focus {
	outline: 1px var(--tbm-color) solid;
	border: 1px solid var(--tbm-color);
}
[contenteditable="true"]:empty:before, textarea:empty:before {
	content: attr(placeholder);
	pointer-events: none;
	display: block; /* For Firefox */
	color: #ccc;
	text-transform: italic;
}
/*Content Editable*/
.editable-div {
            margin-bottom: 10px;
			clear:both;	
        }

.char-count,
.counter {
            font-size: 12px;
            margin-bottom: 10px;
			padding:0 10px
        }
        .char-count.over-limit, 
		.counter.over-limit {
			background:#900;
            color: white;
        }
        .button-group {
			clear:both;
			width:100%;
        }
        .button-group button {
            margin: 0 3px 0 0;
			background:#f1f2f3;
			border-top: 1px solid var(--accent-color);
			border-left: 1px solid var(--accent-color);
			border-right: 1px solid var(--accent-color);
			border-bottom: 0;
			padding:5px 10px
        }
.button-group button:hover {
			background: var(--accent-color);
			color:#fff
}
/*Content End Editable*/


/*Slideshow*/
 .slideshow-container {
            max-width: 600px;
            position: relative;
            margin: auto;
        }
        .slides {
            display: none;
        }
        .active {
            display: block;
        }
        
        .prev, .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            padding: 16px;
            margin-top: -22px;
            color: #858080;
            font-weight: bold;
            font-size: 18px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
        }
        .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }
        .prev:hover, .next:hover {
            background-color: rgba(0,0,0,0.8);
        }

.modal-body .tags, .modal-body .product-info .theme {
	display: none;
}
.modal-body .product-info {
	padding: 0 3%;
	border: 1px solid #f1f2f3
}

.pattern-pg.hide,
.solid-pg.hide {
	display: none;
}
.radio-list h3 {
	font-size: 1.7em;
	padding-bottom:5px;
}

@media screen and (max-width: 1000px) {
ul.tab-nav li a, ul.tab-nav-footer li a {
	font: 700 0.7rem var(--accent-font);
	line-height: 0.8rem;
}		
	#content-mdp {
		width: 90%;
		padding: 40px 5%;
	}
	.labels,
	.selectors {
		width: 100%;
		margin: 0;
		padding: 10px 0 0;
	}

	.files-listed {
		margin: 25px 0 0;
	}
	.answer .half {
		margin: 0;
		width: 100%;
		clear: both;
	}
	div.field label {
		padding-top: 0;
	}
	div.field input,
	div.field label {
		width: 90%;
		text-align: left;
	}
	div.field {
		display: flex;
		flex-direction: column;
		padding: 10px 4%;
		margin-bottom: 10px;
		width: 92%;
	}
ul.products-list,
ul.programs-list,
ul.pages-list {
	flex-wrap: wrap;
	padding-bottom: 0
}
ul.products-list li,
ul.programs-list li,
ul.pages-list li{
	width: calc(98% / 2);
}
ul.pages-list.two {
	padding:0 25%;
}
ul.pages-list.three {
	padding:0 12.5%;
}
ul.pages-list.four {
	padding:0 0;
}
.modal-body .product-info {
	border: 0px solid #f1f2f3
}
	.share-upload div, .share-upload label {
	width: 100%;
	clear: both;
}
	div.whole-field div.input-set.share-upload {
		display: block;
	}
}