@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
embed,
object,
iframe {
  outline: none;
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */
  /* Makes inputs behave like true block-level elements */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wp-content/themes/terminaldesign4/css/boxsizing.htc);
}
.entry-content {
  color: #333;
  font-family: "718 Book", "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  /* Headings */
  /* Text elements */
  /* Alignment */
  /* Tables */
  /* Images */
  /*img[class*="wp-image-"] {
		height: auto;
		max-width: 97.5%;
	}
	img.size-full {
		width: auto; // Prevent stretching of full-size images in IE8
	}
	img.wp-smiley {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
	}
	p img,
	.wp-caption {
		margin-top: 0.4em;
	}
	img {
		border: 1px solid #ddd;
		padding: 6px;
	}
	img.alignleft,
	img.alignright,
	img.aligncenter {
		margin-bottom: 1.625em;
	}
	.wp-caption {
		background: #eee;
		border: none;
		margin-bottom: 1.625em;
		max-width: 96%;
		padding: 9px;
	}
	.wp-caption img {
		display: block;
		margin: 5px auto 0;
		max-width: 98%;
		border-color: #eee;
	}
	.wp-caption .wp-caption-text,
	.wp-caption-dd {
		color: #666;
		font-family: Georgia, serif;
		font-size: 12px;
		margin: 0 0 0.6em 0;
		padding: 0 0 5px 40px;
		position: relative;
		text-align: left;
	}
	.wp-caption .wp-caption-text:before {
		color: #666;
		content: '2014';
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		margin-right: 5px;
		position: absolute;
		left: 10px;
		top: 7px;
	}*/
  /* Links */
}
.entry-content hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dl {
  font-weight: 300;
}
.entry-content p {
  margin-bottom: 1.625em;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.625em 2.5em;
  padding: 0;
}
.entry-content ul {
  list-style: square;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ol ol {
  list-style: upper-alpha;
}
.entry-content ol ol ol {
  list-style: lower-roman;
}
.entry-content ol ol ol ol {
  list-style: lower-alpha;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-bottom: 0;
}
.entry-content dl {
  margin: 0 1.625em;
}
.entry-content dt {
  font-size: 15px;
  font-weight: bold;
}
.entry-content dd {
  margin: 0 0 1.625em;
}
.entry-content strong,
.entry-content b {
  font-weight: normal;
  font-family: "718 Bold";
}
.entry-content strong cite,
.entry-content b cite,
.entry-content strong em,
.entry-content b em,
.entry-content strong i,
.entry-content b i {
  font-family: "718 Bold Italic";
}
.entry-content cite,
.entry-content em,
.entry-content i {
  font-style: normal;
  font-family: "718 Book Italic";
}
.entry-content cite strong,
.entry-content em strong,
.entry-content i strong,
.entry-content cite b,
.entry-content em b,
.entry-content i b {
  font-family: "718 Bold Italic";
}
.entry-content cite {
  border: none;
}
.entry-content big {
  font-size: 131.25%;
}
.entry-content blockquote,
.entry-content blockquote p {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
.entry-content blockquote em,
.entry-content blockquote i,
.entry-content blockquote cite {
  font-style: normal;
}
.entry-content blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.entry-content pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  padding: 0.75em 1.625em;
}
.entry-content code,
.entry-content kbd,
.entry-content code var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.entry-content abbr,
.entry-content acronym,
.entry-content dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry-content address {
  display: block;
  margin: 0 0 1.625em;
}
.entry-content del {
  color: #333;
}
.entry-content ins {
  background: #fff9c0;
  border: none;
  color: #333;
  text-decoration: none;
}
.entry-content sup,
.entry-content sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
.entry-content sup {
  bottom: 1ex;
}
.entry-content sub {
  top: .5ex;
}
.entry-content input[type=text],
.entry-content textarea {
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  color: #888;
}
.entry-content input[type=text]:focus,
.entry-content textarea:focus {
  color: #333;
}
.entry-content textarea {
  padding-left: 3px;
  width: 98%;
}
.entry-content input[type=text] {
  padding: 3px;
}
.entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.entry-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content table {
  border: none;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin: 0 0 1.625em;
  width: 100%;
}
.entry-content tr th {
  border: none;
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.entry-content td {
  border: none;
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}
.entry-content a,
.entry-content a em,
.entry-content a strong {
  color: #ea5434;
  text-decoration: none;
}
.entry-content a:focus,
.entry-content a:active,
.entry-content a:hover {
  text-decoration: underline;
  color: #ea5434;
}
.entry-content a:visited {
  color: #ea5434;
}
.entry-content a:focus img[class*="wp-image-"],
.entry-content a:hover img[class*="wp-image-"],
.entry-content a:active img[class*="wp-image-"] {
  background: #eee;
  border-color: #bbb;
}
.entry-content .wp-caption a:focus img,
.entry-content .wp-caption a:active img,
.entry-content .wp-caption a:hover img {
  background: #fff;
  border-color: #ddd;
}
/* For reference, these are set in content.css in the wp_theme for TinyMCE.
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.mceIEcenter {
	text-align: center;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
*/
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  overflow-y: auto;
}
body {
  text-rendering: optimizeLegibility;
  background-color: #efefef;
  font-size: 10.5pt;
  font-family: "718 Book";
}
strong,
b {
  font-weight: normal;
  font-family: "718 Bold";
}
strong em,
b em,
strong i,
b i {
  font-family: "718 Bold Italic";
}
em,
i {
  font-style: normal;
  font-family: "718 Book Italic";
}
em strong,
i strong,
em b,
i b {
  font-family: "718 Bold Italic";
}
a,
a:active,
a:link,
a:hover,
a:focus,
a:visited {
  outline: none;
}
a img,
a:active img,
a:link img,
a:hover img,
a:focus img,
a:visited img {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "718 Medium";
  font-weight: normal;
  font-style: normal;
}
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: "718 Medium Italic";
  font-style: normal;
}
.column {
  float: left;
}
#NAV-LINK-COLOR,
.account-nav li a,
.account-nav .logout-btn,
.nav-link-color {
  color: #575757;
}
#DARK-GRAY-TEXT,
.cart-table td,
.cart-summary td,
.license-item,
.discount-entry,
.dark-gray-text {
  color: #363636;
}
#F718-MEDIUM,
.cart-page article header.content-header h1,
.cart-page article .content h2,
.cart-button,
.account-nav li a,
.account-nav .logout-btn,
.ko-button,
.f718-medium {
  font-weight: normal;
  font-style: normal;
  font-family: "718 Medium", Arial, sans-serif;
}
#718-BOOK,
input,
select,
textarea,
.f718-book {
  font-family: "718 Book", Arial, sans-serif;
}
#ORANGE-BG,
.cart-page article header.content-header,
.orange-bg {
  background-color: #d97957;
}
#ORANGE-TEXT,
.cart-page article .content h2,
.orange-text {
  color: #d97957;
}
#BRIGHT-ORANGE-TEXT,
a,
.required,
.bright-orange-text {
  color: #ea5434;
}
#BRIGHT-ORANGE-BG,
.cart-button:hover,
.bright-orange-bg {
  background-color: #ea5434;
}
#WHITE-BG,
.cart-page article .content,
.white-bg {
  background-color: #FFF;
}
#BLACK-BG,
.cart-button,
.black-bg {
  background-color: #000;
}
#FULL-WIDTH,
.cart-page article header.content-header,
.full-width {
  width: 828px;
}
#BORDER-RADIUS-5PX,
.cart-page article header.content-header,
.cart-page article .content,
.border-radius-5px {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#HEIGHT-76PX,
.cart-page article header.content-header,
.height-76px {
  height: 76px;
}
#WHITE-TEXT,
.cart-page article header.content-header h1,
.cart-button,
.white-text {
  color: #FFF;
}
#BLACK-TEXT,
.black-text {
  color: #000;
}
#FONT-SIZE-18PT,
.cart-page article header.content-header h1,
.font-size-18pt {
  font-size: 18pt;
}
#FONT-SIZE-10_5PT {
  font-size: 10.5pt;
}
#FONT-SIZE-9PT,
.cart-page article .content h2,
.cart-button,
.checkout-page .status,
.order-details,
.font-size-9pt {
  font-size: 9pt;
  line-height: 11.25pt;
}
#FONT-SIZE-9PT p + p,
.cart-page article .content h2 p + p,
.cart-button p + p,
.checkout-page .status p + p,
.order-details p + p,
.font-size-9pt p + p {
  margin-top: 9pt;
}
#FONT-SIZE-8_25PT,
.cart-table td,
.cart-summary td,
.discount-entry,
.font-size-8_25pt {
  font-size: 8.25pt;
  line-height: 11.25pt;
}
#FONT-SIZE-8_25PT p + p,
.cart-table td p + p,
.cart-summary td p + p,
.discount-entry p + p,
.font-size-8_25pt p + p {
  margin-top: 8.25pt;
}
#FONT-SIZE-7_5PT,
.license-item,
.menu-item a,
.account-nav li a,
.account-nav .logout-btn,
.font-size-7_5pt {
  font-size: 7.5pt;
  line-height: 10.5pt;
}
#BORDER-GRAY-1PX,
.cart-page article .content,
.cart-footer,
.checkout-page .status,
.account-page .status,
.license-body,
.license-choice,
.border-gray-1px {
  border: 1px solid #CCC;
}
#UPPERCASE,
.cart-page article .content h2,
.cart-button,
.account-nav li a,
.account-nav .logout-btn,
.uppercase {
  text-transform: uppercase;
}
#CLEAR-FIX,
.content,
.license-item,
.clear-fix {
  *zoom: 1;
}
#CLEAR-FIX:before,
.content:before,
.license-item:before,
.clear-fix:before,
#CLEAR-FIX:after,
.content:after,
.license-item:after,
.clear-fix:after {
  display: table;
  content: "";
}
#CLEAR-FIX:after,
.content:after,
.license-item:after,
.clear-fix:after {
  clear: both;
}
#NO-UNDERLINE,
.account-nav .logout-btn:hover,
.account-nav li a:hover {
  text-decoration: none;
}
.cart-button {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  outline: none;
  color: #fff;
}
.cart-button:hover {
  text-decoration: none;
  color: #fff;
}
.cart-button:hover:before {
  color: #000;
}
.cart-button:before {
  content: "\203A \0020";
  color: #ff7b52;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}
.cart-page article header.content-header h1 {
  padding: 23px 0 4px 22px;
  margin: 0;
}
.cart-page article header.content-header + .content {
  margin-top: 3px;
  padding: 6px 20px 40px;
  min-height: 400px;
}
.discount-entry {
  margin: 14px 0;
  text-align: right;
  padding-right: 32px;
}
.cart-table,
.cart-summary {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}
.cart-table td,
.cart-summary td {
  border-top: 1px solid #ebebeb;
  padding: 0px 12px 0px 0;
  text-align: left;
}
.cart-table td.item-price,
.cart-summary td.item-price,
.cart-table td.total-price,
.cart-summary td.total-price,
.cart-table .right,
.cart-summary .right {
  text-align: right;
}
.cart-table td.item-trash,
.cart-summary td.item-trash {
  width: 56px;
  text-align: center;
}
.cart-summary {
  border: none;
  margin-top: 10px;
}
.cart-summary td {
  padding: 0 12px 0 0;
  border: none;
}
.cart-summary td.end {
  padding-right: 80px;
}
.cart-summary td p {
  margin: 6px 0;
}
.cart-summary td.right p {
  margin: 0;
}
.cart-summary.static td.end {
  padding-right: 12px;
}
.cart-summary .cart-total td {
  font-weight: bold;
  font-size: 10.5pt;
  color: #000;
}
.cart-footer {
  border-width: 1px 0;
  padding: 12px 0 24px;
  color: #707070;
  font-size: 7.5pt;
  line-height: 12pt;
  *zoom: 1;
  margin-top: 20px;
  clear: left;
}
.cart-footer:before,
.cart-footer:after {
  display: table;
  content: "";
}
.cart-footer:after {
  clear: both;
}
.cart-footer .column {
  width: 262px;
}
.cart-footer a {
  text-decoration: none;
  color: #d97957;
}
.cart-footer a img {
  vertical-align: middle;
}
.cart-footer a .highlight {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "718 Bold";
}
.cart-footer a .darken {
  color: #271e1c;
  font-weight: normal;
  font-family: "718 Bold";
}
.order-details div:first-child {
  width: 270px;
}
.order-details div:first-child + div {
  width: 290px;
}
.order-details div:first-child + div + div {
  padding-top: 22px;
}
.account-nav .content-left {
  width: 270px;
}
.account-nav li {
  list-style: none;
}
.account-nav .logout-btn {
  float: right;
  margin: 9px 0;
}
.error-message {
  color: #EA5434;
  font-size: 10.5pt;
}
.error-message:empty {
  display: none;
}
.error-message h2 {
  font-size: 10.5pt;
}
.checkout-page,
.account-page {
  font-family: "718 Book";
}
.checkout-page .separator,
.account-page .separator {
  width: 73px;
  text-align: center;
  display: inline-block;
  font-family: "718 Medium", Arial, sans-serif;
  color: #7d7d7d;
}
.checkout-page h3,
.account-page h3 {
  font-size: 13.5pt;
  color: #d97957;
  font-family: "718 Medium", Arial, sans-serif;
  margin: 24px 0;
  font-weight: normal;
}
.checkout-page .status,
.account-page .status {
  border-width: 0 0 1px 0;
  *zoom: 1;
}
.checkout-page .status:before,
.account-page .status:before,
.checkout-page .status:after,
.account-page .status:after {
  display: table;
  content: "";
}
.checkout-page .status:after,
.account-page .status:after {
  clear: both;
}
.checkout-page .status h2,
.account-page .status h2 {
  margin: 9px 0;
}
.checkout-page .status ol,
.account-page .status ol {
  float: left;
  margin: 9px 0;
  padding: 0 0 0 20px;
}
.checkout-page .status ol li,
.account-page .status ol li {
  float: left;
  padding: 0;
  margin: 0 40px 0 0;
  color: #969696;
}
.checkout-page .status ol li.current,
.account-page .status ol li.current {
  color: #d97957;
}
.checkout-page .content .content-right,
.account-page .content .content-right {
  float: none;
  margin-left: 160px;
}
.checkout-page .content .status + .content-left,
.account-page .content .status + .content-left {
  padding-top: 18px;
}
.checkout-page .content .content-left,
.account-page .content .content-left {
  float: left;
}
.checkout-page .content .content-left + .content-right,
.account-page .content .content-left + .content-right {
  margin-left: 0;
  float: left;
  margin-bottom: 20px;
  min-height: 240px;
}
.checkout-page #mijireh-form,
.account-page #mijireh-form {
  display: none;
}
.checkout-page .checkout-form .note,
.account-page .checkout-form .note {
  color: #727272;
  font-size: 10.5pt;
}
.checkout-page .checkout-form .divider,
.account-page .checkout-form .divider {
  color: #d97957;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  font-family: "718 Medium", Arial, sans-serif;
  border: solid #ebebeb;
  border-width: 1px 0;
  padding: 13px 0;
}
.checkout-page .checkout-form .field-row,
.account-page .checkout-form .field-row {
  margin: 7px 0;
}
.checkout-page .checkout-form .field-row > label:first-child,
.account-page .checkout-form .field-row > label:first-child {
  display: inline-block;
  width: 143px;
  line-height: 34px;
  font-size: 10.5pt;
  color: #363636;
}
.checkout-page .checkout-form .field-row > input[type="text"],
.account-page .checkout-form .field-row > input[type="text"],
.checkout-page .checkout-form .field-row > input[type="password"],
.account-page .checkout-form .field-row > input[type="password"],
.checkout-page .checkout-form .field-row > input[type="email"],
.account-page .checkout-form .field-row > input[type="email"] {
  width: 270px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 34px;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wp-content/themes/terminaldesign4/css/boxsizing.htc);
}
.checkout-page .checkout-form .field-row > select,
.account-page .checkout-form .field-row > select {
  height: 34px;
}
.checkout-page .checkout-form .field-row .chzn-container-single,
.account-page .checkout-form .field-row .chzn-container-single {
  vertical-align: middle;
}
.checkout-page .checkout-form p.field-row,
.account-page .checkout-form p.field-row {
  margin: 18px 0;
}
.checkout-page .checkout-form .forgot-link,
.account-page .checkout-form .forgot-link {
  margin-left: 143px;
  color: #ea5434;
  font-size: 9pt;
  line-height: 11.25pt;
  margin-top: 24px;
}
.checkout-page .checkout-form .forgot-link p + p,
.account-page .checkout-form .forgot-link p + p {
  margin-top: 9pt;
}
.checkout-page .checkout-form .checkout-buttons,
.account-page .checkout-form .checkout-buttons {
  border: 1px solid #CCC;
  border-width: 1px 0 0 0;
  padding-top: 14px;
  margin-top: 50px;
}
.back-button {
  display: block;
  border: 1px solid #c2c2c2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wp-content/themes/terminaldesign4/css/boxsizing.htc);
  width: 83px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  color: #969696;
  font-size: 9pt;
  background: #FFF;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
}
.back-button:hover {
  text-decoration: none;
}
.back-button:before {
  content: "\203A \0020";
  color: #d97957;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}
.checkout-buttons {
  text-align: center;
  margin: 16px 0;
}
.content-left {
  width: 160px;
}
.content-right {
  width: 600px;
}
form.content-right,
.status + .content-right {
  min-height: 500px;
}
.license-item {
  margin-top: 16px;
}
.license-item h1 {
  font-size: 10.5pt;
  font-family: "718 Book", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.license-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wp-content/themes/terminaldesign4/css/boxsizing.htc);
  max-height: 223px;
  padding: 6px 12px;
  overflow: auto;
  margin-bottom: 24px;
}
.license-choice {
  border-width: 0 0 1px 0;
  padding-bottom: 16px;
}
.license-choice .decline {
  font-size: 7.5pt;
}
.license-choice .agree {
  font-size: 10.5pt;
}
.note {
  color: #707070;
}
.admin-bar #wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 28px;
}
#toolbar {
  float: left;
}
.site-width {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.site-width:before,
.site-width:after {
  display: table;
  content: "";
}
.site-width:after {
  clear: both;
}
.content-width {
  width: 460px;
}
.vCard-link {
  background: url("/wp-content/themes/terminaldesign4/images/vCardIcon.png") no-repeat scroll left center transparent;
  display: inline-block;
  padding-left: 22px;
}
.email-link {
  background: url("/wp-content/themes/terminaldesign4/images/EmailIcon.gif") no-repeat scroll left center transparent;
  display: inline-block;
  padding-left: 22px;
}
body.page .entry-content {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
a.standard-button {
  font-weight: normal;
  font-style: normal;
  font-family: "718 Medium", Arial, sans-serif;
  color: #555;
  border: 1px solid #93a8ae;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wp-content/themes/terminaldesign4/css/boxsizing.htc);
  width: 97px;
  height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  padding-top: 4px;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: -ms-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#dbdbdb));
  background-image: -webkit-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: -o-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: linear-gradient(top, #fefefe, #dbdbdb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
  display: inline-block;
}
a.standard-button:hover {
  background: #93a8ae;
  background-color: #93a8ae;
  background-image: -moz-linear-gradient(top, #93a8ae, #93a8ae);
  background-image: -ms-linear-gradient(top, #93a8ae, #93a8ae);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#93a8ae), to(#93a8ae));
  background-image: -webkit-linear-gradient(top, #93a8ae, #93a8ae);
  background-image: -o-linear-gradient(top, #93a8ae, #93a8ae);
  background-image: linear-gradient(top, #93a8ae, #93a8ae);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93a8ae', endColorstr='#93a8ae', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #FFF;
}
a.standard-button span.icon {
  display: inline-block;
  margin-top: -5px;
  background: left top no-repeat;
}
#branding {
  height: 125px;
  width: 112px;
  float: left;
}
#branding #site-title {
  margin: 0;
}
#branding #site-title a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  height: 125px;
  width: 64px;
  background: url(/wp-content/themes/terminaldesign4/images/logo.svg) no-repeat top left;
}
#branding #site-description {
  display: none;
}
html.lt-ie9 #branding #site-title a {
  background: url(/wp-content/themes/terminaldesign4/images/logo.png) no-repeat top left;
}
#page {
  margin-top: 47px;
  padding-top: 26px;
}
#main {
  *zoom: 1;
}
#main:before,
#main:after {
  display: table;
  content: "";
}
#main:after {
  clear: both;
}
#primary {
  float: left;
  *zoom: 1;
  margin-bottom: 38px;
}
#primary #content {
  border: 1px solid #ccc;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#primary:before,
#primary:after {
  display: table;
  content: "";
}
#primary:after {
  clear: both;
}
#primary article {
  margin: 0 19px;
}
#primary.no-background #content {
  border: none 0;
  background: none;
  width: 828px;
}
#primary.no-background #content article {
  margin: 0;
}
.type-tester-page #primary #content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#secondary {
  float: left;
  clear: left;
  width: 460px;
  font-family: "718 Medium";
  color: #707070;
  font-size: 10px;
}
#secondary .side-menu {
  margin-top: 110px;
}
#secondary ul {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
#secondary li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 18px;
}
#secondary .widget-title {
  font-weight: normal;
  margin-bottom: 3px;
}
#secondary a {
  color: #707070;
  text-decoration: none;
  text-transform: uppercase;
}
#secondary a:hover {
  text-decoration: underline;
}
#wrapper > footer {
  min-height: 208px;
  /*margin-top: 2em;*/
  background-color: #d7d7d7;
  background-image: -moz-linear-gradient(top, #c7c7c7, #efefef);
  background-image: -ms-linear-gradient(top, #c7c7c7, #efefef);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c7c7c7), to(#efefef));
  background-image: -webkit-linear-gradient(top, #c7c7c7, #efefef);
  background-image: -o-linear-gradient(top, #c7c7c7, #efefef);
  background-image: linear-gradient(top, #c7c7c7, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#efefef', GradientType=0);
}
#wrapper > footer #site-info {
  padding-left: 113px;
  color: #636363;
  font-size: 12px;
  margin: 1em 0;
}
#wrapper > footer #site-info small {
  font-size: 10px;
  line-height: 1.4;
}
#wrapper > footer #site-info small a {
  color: inherit;
}
.assistive-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.font-tiles {
  *zoom: 1;
  width: 828px;
}
.font-tiles:before,
.font-tiles:after {
  display: table;
  content: "";
}
.font-tiles:after {
  clear: both;
}
.font-tiles .item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 204px;
  height: 76px;
  margin: 0 4px 4px 0;
  float: left;
}
.font-tiles .item > a {
  display: table-cell;
  width: 204px;
  height: 76px;
  vertical-align: middle;
  text-align: center;
}
.font-tiles .item:nth-child(4n) {
  margin-right: 0;
}
.font-family {
  *zoom: 1;
  width: 800px;
}
.font-family .fonts-in-use {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
  max-height: 623px;
  min-height: 231px;
  *zoom: 1;
  padding: 6px;
}
.font-family .fonts-in-use:before,
.font-family .fonts-in-use:after {
  display: table;
  content: "";
}
.font-family .fonts-in-use:after {
  clear: both;
}
.font-family .test-fonts {
  border: 1px solid #e1e1e1;
  background-color: #ddded9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
  padding: 6px;
}
.font-family .test-fonts:before,
.font-family .test-fonts:after {
  display: table;
  content: "";
}
.font-family .test-fonts:after {
  clear: both;
}
.font-family .test-fonts .tester-preview {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
  background-image: linear-gradient(top, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
  border: 1px solid #e1e1e1;
}
.font-family:before,
.font-family:after {
  display: table;
  content: "";
}
.font-family:after {
  clear: both;
}
.font-family > article {
  margin: 9px 0 !important;
}
.font-family .scrollpane {
  width: 100%;
  height: 321px;
}
.font-family .fonts-in-use div {
  float: left;
  padding: 7px;
}
.font-family .fonts-in-use div img {
  -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1);
  display: block;
  border: 1px solid #e1e1e1;
}
.font-family .products {
  margin: 0 -7px 0 -19px;
}
.font-family .products .features {
  padding: 14px 19px 0;
}
.font-family .products .catalog-header {
  *zoom: 1;
  border: solid #ebebeb;
  border-width: 1px 0;
  margin: 10px 0 0;
  padding: 9px 9px 9px 0;
}
.font-family .products .catalog-header:before,
.font-family .products .catalog-header:after {
  display: table;
  content: "";
}
.font-family .products .catalog-header:after {
  clear: both;
}
.font-family .products .catalog-header h3 {
  font-family: "718 Bold";
  font-size: 11px;
  color: #898989;
  font-weight: normal;
  padding: 5px 20px 4px 20px;
  text-transform: uppercase;
  margin: 0;
  float: left;
}
.font-family .products .catalog-header .pdf-link {
  text-align: right;
  display: inline-block;
  float: right;
}
.font-family .products ul,
.font-family .products li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.font-family .products li.product {
  padding: 6px 8px 6px 20px;
  border-bottom: 1px solid #ebebeb;
  font-family: "718 Book", Arial, sans-serif;
  font-size: 11px;
  color: #707070;
}
.font-family .products li.product span {
  vertical-align: middle;
  display: inline-block;
  line-height: 13px;
  margin: 6px 0;
}
.font-family .products li.product img {
  display: inline-block;
  vertical-align: middle;
}
.font-family .products li.product a {
  color: #6d9daa;
  text-decoration: none;
}
.font-family .products li.product span.font-name {
  width: 171px;
}
.font-family .products li.product span.font-name a {
  font-weight: bold;
}
.font-family .products li.product .subExample {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
.font-family .products li.product.closed:hover {
  background: #e9f0f2;
  cursor: pointer;
}
.font-family .products li.product.closed:hover span.font-name a {
  text-decoration: underline;
}
.font-family .products li.product.open span.font-name a {
  color: #898989;
}
.font-family .products li.product span.font-count {
  width: 81px;
}
.font-family .products li.product span.font-example {
  width: 304px;
}
.font-family .products li.product span.font-example img {
  margin: -6px 0;
}
.font-family .products li.product span.font-format {
  width: 90px;
}
.font-family .products li.product span.cart-link {
  text-align: right;
  width: 139px;
}
.font-family .products li.product span.cart-link .cart66Options {
  width: 120px;
  display: inline-block;
}
.font-family .products li.product span.cart-link .cart66Options option {
  line-height: 22px;
}
.font-family .products li.product span.cart-link a,
.font-family .products li.product span.cart-link input.purAddToCart {
  display: inline-block;
  padding: 4px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wp-content/themes/terminaldesign4/css/boxsizing.htc);
  width: 97px;
  height: 22px;
  background: #df8014;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: -ms-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#dbdbdb));
  background-image: -webkit-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: -o-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: linear-gradient(top, #fefefe, #dbdbdb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
  border: 1px solid #bebebe;
  color: #555;
  text-transform: uppercase !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 10px !important;
  font-weight: normal;
  font-style: normal;
  font-family: "718 Medium", Arial, sans-serif;
  text-align: center;
}
.font-family .products li.product span.cart-link a:hover,
.font-family .products li.product span.cart-link input.purAddToCart:hover,
.font-family .products li.product span.cart-link a:focus,
.font-family .products li.product span.cart-link input.purAddToCart:focus {
  color: #fff;
  background-color: #6e6e6e;
  background-image: -moz-linear-gradient(top, #a4a4a4, #1e1e1e);
  background-image: -ms-linear-gradient(top, #a4a4a4, #1e1e1e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a4a4a4), to(#1e1e1e));
  background-image: -webkit-linear-gradient(top, #a4a4a4, #1e1e1e);
  background-image: -o-linear-gradient(top, #a4a4a4, #1e1e1e);
  background-image: linear-gradient(top, #a4a4a4, #1e1e1e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a4a4', endColorstr='#1e1e1e', GradientType=0);
  border: 0px solid #bebebe;
}
.font-family .products li.product span.cart-link a:before,
.font-family .products li.product span.cart-link input.purAddToCart:before {
  content: "+ ";
}
#family-menu {
  *zoom: 1;
}
#family-menu:before,
#family-menu:after {
  display: table;
  content: "";
}
#family-menu:after {
  clear: both;
}
#family-menu .buying-link {
  display: inline-block;
  color: #FFF;
  font-size: 9pt;
  line-height: 11.25pt;
  font-family: "718 Bold";
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: right;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 36px;
  margin: 9px 1px 0 0;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  outline: none;
}
#family-menu .buying-link:before {
  color: #FF7B52;
  content: "› ";
  font-family: Tahoma, Verdana, Arial, sans-serif;
}
#family-menu .buying-link:hover {
  border: 1px solid #ccc;
  padding: 9px 35px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
#family-menu ul,
#family-menu li {
  border: 0;
  margin: 0;
  padding: 0;
}
#family-menu li {
  margin-top: 20px;
  float: left;
  display: block;
  border-bottom: 1px solid #ebebeb;
  padding-left: 2px;
}
#family-menu li:first-child {
  padding-left: 0;
}
#family-menu li a {
  display: block;
  border: 1px solid #ebebeb;
  border-bottom: 0;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: -ms-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#dbdbdb));
  background-image: -webkit-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: -o-linear-gradient(top, #fefefe, #dbdbdb);
  background-image: linear-gradient(top, #fefefe, #dbdbdb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
  color: #666;
  text-decoration: none;
  height: 17px;
  font: 10px "718 Medium";
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  padding: 3px 6px 0;
  line-height: 14px;
}
#family-menu li a:hover {
  background: #93a8ae;
  color: #FFF;
}
.type-tester {
  border: 1px solid #cecece;
}
.type-tester .mobile-message {
  width: 828px;
  height: 894px;
  background: #333;
  padding-top: 173px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wp-content/themes/terminaldesign4/css/boxsizing.htc);
}
.type-tester .mobile-message .mobile-message-inner {
  border: 3px solid #c0c0c0;
  background-color: #FFF;
  width: 206px;
  margin: auto;
  font-size: 12pt;
  color: #585858;
  text-align: center;
  padding: 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wp-content/themes/terminaldesign4/css/boxsizing.htc);
}
.type-tester .mobile-message .mobile-message-inner strong {
  color: #010101;
}
.fonts .scrollpane .pane {
  overflow: hidden;
}
.type-tester-promo {
  padding: 17px 30px;
}
.type-tester-promo span {
  font-family: "718 Medium";
  font-size: 10px;
  color: #7d7d7d;
}
.type-tester-promo span + br + span {
  font-size: 12px;
  color: #7d7d7d;
}
.launch-tester-button {
  border: 1px solid #688f9a;
  display: inline-block;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #7f9aa2;
  background-image: -moz-linear-gradient(top, #93a8ae, #618590);
  background-image: -ms-linear-gradient(top, #93a8ae, #618590);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#93a8ae), to(#618590));
  background-image: -webkit-linear-gradient(top, #93a8ae, #618590);
  background-image: -o-linear-gradient(top, #93a8ae, #618590);
  background-image: linear-gradient(top, #93a8ae, #618590);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93a8ae', endColorstr='#618590', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.launch-tester-button img {
  display: block;
}
.test-fonts {
  padding: 10px !mportant;
}
.test-fonts form {
  overflow: auto;
  padding: 0 0 15px 3px;
}
.test-fonts label {
  display: block;
  float: left;
  font-family: "718 Medium";
  font-size: 10px;
  padding-right: 20px;
}
.test-fonts input[name="text"] {
  width: 352px;
}
.test-fonts input[type="text"],
.test-fonts select {
  font-family: "718 Book", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.tester-preview-image {
  clear: left;
  display: block;
}
#access {
  border-top: 4px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 47px;
  z-index: 1;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #fdfdfd, #d5d5d5);
  background-image: -ms-linear-gradient(top, #fdfdfd, #d5d5d5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#d5d5d5));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #d5d5d5);
  background-image: -o-linear-gradient(top, #fdfdfd, #d5d5d5);
  background-image: linear-gradient(top, #fdfdfd, #d5d5d5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#d5d5d5', GradientType=0);
}
#access .nav-account-box {
  width: 113px;
  float: left;
}
#access ul {
  padding: 0;
  margin: 0;
}
#access ul.menu > li {
  float: left;
}
#access ul.menu > li > a:link,
#access ul.menu > li > a:visited,
#access ul.menu > li > a:active {
  display: block;
  padding-top: 16px;
  padding-bottom: 15px;
  margin-right: 20px;
  color: #575757;
  text-decoration: none;
  line-height: 16px;
  font: normal normal normal 10px;
  font-weight: normal;
  font-style: normal;
  font-family: "718 Medium", Arial, sans-serif;
  text-transform: uppercase;
}
#access ul.menu > li > ul.sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
}
#access ul.menu > li > ul.sub-menu > li > a {
  font-weight: normal;
  font-style: normal;
  font-family: "718 Medium", Arial, sans-serif;
  padding: 0;
  display: block;
  font-size: 12px;
  color: #363636;
  line-height: 27px;
  padding: 0 10px;
  border-bottom: 1px solid #c7c7c7;
}
#access ul.menu > li > ul.sub-menu > li ul.sub-menu li a {
  font-weight: normal;
  font-style: normal;
  font-family: "718 Medium", Arial, sans-serif;
  padding-left: 20px;
  display: block;
  font-size: 12px;
  color: #363636;
  line-height: 27px;
  border-bottom: 1px solid #c7c7c7;
}
#access ul.menu > li:hover > ul,
#access ul.menu > li:focus > ul {
  display: block;
}
#access ul.menu > li.current-menu-item > a,
#access ul.menu > li.current-menu-ancestor > a {
  background: url(/wp-content/themes/terminaldesign4/images/nav-highlight.svgz) center 32px no-repeat;
}
#access .nav-cart-link {
  float: right;
  display: inline-block;
  padding-top: 13px;
}
#access .nav-cart-link a.standard-button {
  text-align: left;
  width: 120px;
}
#access .nav-cart-link a.standard-button span.icon {
  vertical-align: middle;
  display: inline-block;
  width: 29px;
  height: 21px;
  background: url(/wp-content/themes/terminaldesign4/images/cart-btn-icon.svgz) -2px -1px;
}
.lt-ie9 #access .nav-cart-link a.standard-button span.icon {
  background-image: url(/wp-content/themes/terminaldesign4/images/cart-btn-icon.png);
}
#access .nav-cart-link a.standard-button:hover span.icon {
  background-image: url(/wp-content/themes/terminaldesign4/images/cart-btn-icon-over.svgz);
}
.lt-ie9 #access .nav-cart-link a.standard-button:hover span.icon {
  background-image: url(/wp-content/themes/terminaldesign4/images/cart-btn-icon-over.png);
}
#access ul.menu > li.current-menu-item > a {
  background-image: url(/wp-content/themes/terminaldesign4/images/nav-highlight.png);
}
.widget .widget-title {
  font-size: 12px;
  margin: .75em 0;
}
.widget > ul {
  font-size: 12px;
  padding-left: 14px;
  margin: 0;
}
.gform_button {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.21);
  outline: none;
  color: #fff;
  background-color: #000;
}
.gform_button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ea5434;
}
img.alignright {
  float: right;
}
img.alignleft {
  float: left;
}
.entry-meta {
  clear: both;
}
.gform_wrapper {
  float: left;
  width: 100%;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-size: 18px;
  margin-top: 0;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 1em;
  font-weight: normal;
}
.gform_wrapper h2,
.gform_wrapper h3 {
  font-family: "718 Bold";
}
.gform_wrapper .left_label .gfield_label {
  width: 145px;
  line-height: 18px;
  display: inline-block;
  padding: 7px 0;
  font-weight: normal;
}
.gform_wrapper .right_label input.medium,
.gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium,
.gform_wrapper .left_label select.medium {
  width: 270px;
}
.gform_wrapper .chzn-container .chzn-results li {
  line-height: 120%;
  padding: 5px 7px;
}
.gform_wrapper .gform_button {
  font-family: "718 Medium";
}
.gform_wrapper .gform_button:first-letter {
  color: #FF7B52;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}
#recaptcha_area {
  margin-right: auto;
  margin-left: auto;
}
#field_1_5 > label {
  display: none;
}
#field_1_5 {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 1em 0;
  margin: 1em 0;
}
.gform_footer {
  text-align: right;
}
.entry-content .gform_body .ginput_container > input[type="text"],
.entry-content .gform_body .ginput_container > input[type="password"],
.entry-content .gform_body .ginput_container > input[type="email"] {
  -moz-box-sizing: border-box;
  border: 1px solid #D7D7D7;
  border-radius: 4px 4px 4px 4px;
  height: 34px;
  padding-left: 4px;
  width: 270px;
  background: #fff;
  box-shadow: none;
  color: #363636;
  font-size: 14px;
  line-height: 16px;
}
.entry-content .gform_body .ginput_container > textarea {
  -moz-box-sizing: border-box;
  border: 1px solid #D7D7D7;
  border-radius: 4px 4px 4px 4px;
  padding-left: 4px;
  width: 270px;
  background: #fff;
  box-shadow: none;
  color: #363636;
  font-size: 14px;
  line-height: 16px;
}
.entry-content .gform_body .ginput_container > .gfield_checkbox {
  padding: 7px 0;
  font-size: 14px;
  line-height: 16px;
}
.hentry > .text {
  font-family: "718 Book";
  font-size: 16px;
  line-height: 1.4;
  color: #292322;
}
.hentry > .text p {
  width: 621px;
}
.hentry > .text a.cart-button {
  float: right;
}
#design-methodology {
  display: block;
  font-family: "718 Light";
  font-size: 12px;
  line-height: 17px;
}
#design-methodology img.alignright {
  float: right;
  margin-left: 24px;
}
a.plus-cart-button {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  display: inline-block;
  width: 39px;
  height: 18px;
  background: url("/wp-content/themes/terminaldesign4/images/cart-small.png") no-repeat;
}
#order-form {
  font-size: 12px;
  line-height: 1.4;
}
#order-form > p:first-child {
  margin: 1em 0;
}
.orderFontDiscription {
  color: #868686;
  line-height: 12px;
}
.orderFormGroups {
  width: 100%;
}
.orderFormGroups td {
  padding-bottom: 1em;
}
.orderFontFamily {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin: 1.25em 0 2.5em;
}
.orderFontFamily p {
  float: left;
  margin: 0;
}
.orderFontFamily .plus-cart-button {
  float: left;
  display: block;
  margin-left: 4em;
}
.product.closed:hover .font-name a:after {
  content: ' \25BC';
}
.product.opened .font-name a:after,
.product.opened .close-btn:hover:after {
  content: ' \25B2';
}
.pane > p:first-child,
.products > .features > p:first-child {
  margin: 0;
}
#family-menu li a {
  white-space: nowrap;
}
body.blog #primary article,
body.single-post #primary article {
  margin: 4em 150px;
}
/*
@media only screen and (min-width: 768px) {
	.site-width { width: 748px; }
	.content-width { width: 748px; }
	#secondary { width: 748px; }
}

@media only screen and (min-width: 980px) {
	.site-width { width: 942px; }
	.content-width { width: 828px; }
	#secondary { width: 113px; }
}*/
.site-width {
  width: 942px;
}
#access,
#colophon {
  min-width: 942px;
}
.content-width {
  width: 828px;
}
#secondary {
  width: 113px;
}
#cart-item-count,
.cart-item-check {
  width: auto;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  vertical-align: top !important;
  border: 1px solid #93A8AE;
  padding: 4px 6px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #93A8AE;
  color: white;
  display: inline-block;
  margin: 0 3px !important;
  font-family: "718 Medium";
}
.cart-item-check {
  display: none;
}
.item-in-cart .cart-item-check {
  display: inline;
}
#order-form .cart-item-check {
  font-size: 10px;
  line-height: 18px;
  padding: 1px 6px;
}
div.products ul li.product .if-in-cart {
  display: none;
}
div.products ul li.product .if-not-in-cart {
  display: inline;
}
div.products ul li.product .item-in-cart .if-in-cart {
  display: inline;
}
div.products ul li.product .item-in-cart .if-not-in-cart {
  display: none;
}
div.products ul li.product span.cart-link span.if-in-cart a.standard-button {
  -moz-box-sizing: border-box;
  background-color: #F0F0F0;
  background-image: -moz-linear-gradient(center top, #fefefe, #dbdbdb);
  background-repeat: repeat-x;
  border: 1px solid #93A8AE;
  border-radius: 4px 4px 4px 4px;
  color: #555555;
  display: inline-block;
  font-family: "718 Medium", Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  height: auto;
  overflow: auto;
  padding: 3px 0 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 70px;
  text-align: left;
}
div.products ul li.product span.cart-link span.if-in-cart a.standard-button:before {
  content: '';
}
div.products ul li.product span.cart-link span.if-in-cart a.standard-button span.icon {
  background: url("../images/cart-btn-icon.svg") repeat scroll 2px 2px transparent;
  display: inline-block;
  height: 21px;
  vertical-align: middle;
  width: 29px;
  margin: -5px 0 0;
}
div.products ul li.product span.cart-link span.if-in-cart a.standard-button:hover {
  background: #93A8AE;
  border-color: #93A8AE;
  color: #FFF;
}
div.products ul li.product span.cart-link span.if-in-cart a.standard-button:hover span.icon {
  background-image: url("../images/cart-btn-icon-over.svg");
}
/*# sourceMappingURL=all.css.map */