@charset "UTF-8";
/*!
Theme Name: php[architect]
Theme URI: http://phparch.com/
Description: The official php[architect] theme
Version: 3.0
Author: musketeers.me
Author URI: http://www.phparch.com
Tags: PHP, magazine

Copyright © 2002–2016 musketeers.me, LLC — All Rights Reserved Worldwide
*/
/* colors */
/* fonts */
/* mixins */
@font-face {
  font-family: 'Gibson';
  src: url("styles/fonts/Gibson-Regular-webfont.eot");
  src: url("styles/fonts/Gibson-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("styles/fonts/Gibson-Regular-webfont.woff") format("woff"), url("styles/fonts/Gibson-Regular-webfont.ttf") format("truetype"), url("styles/fonts/Gibson-Regular-webfont.svg#itcavantgardeltconddemi") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gibson SemiBold';
  src: url("styles/fonts/Gibson-SemiBold-webfont.eot");
  src: url("styles/fonts/Gibson-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("styles/fonts/Gibson-SemiBold-webfont.woff") format("woff"), url("styles/fonts/Gibson-SemiBold-webfont.ttf") format("truetype"), url("styles/fonts/Gibson-SemiBold-webfont.svg#itcavantgardeltconddemi") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'avantgardeltcondbook';
  src: url("styles/fonts/itcavantgardegothicltcondensedbook.eot");
  src: url("styles/fonts/itcavantgardegothicltcondensedbook.eot?#iefix") format("embedded-opentype"), url("styles/fonts/itcavantgardegothicltcondensedbook.woff") format("woff"), url("styles/fonts/itcavantgardegothicltcondensedbook.ttf") format("truetype"), url("styles/fonts/itcavantgardegothicltcondensedbook.svg#avantgardeltcondbook") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'itcavantgardeltconddemi';
  src: url("styles/fonts/itcavantgardegothicltcondenseddemi.eot");
  src: url("styles/fonts/itcavantgardegothicltcondenseddemi.eot?#iefix") format("embedded-opentype"), url("styles/fonts/itcavantgardegothicltcondenseddemi.woff") format("woff"), url("styles/fonts/itcavantgardegothicltcondenseddemi.ttf") format("truetype"), url("styles/fonts/itcavantgardegothicltcondenseddemi.svg#itcavantgardeltconddemi") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("styles/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  outline: 0; }

a:active {
  outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 1em;
  margin: 0;
  color: #303030; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 1.0em; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gibson", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: normal;
  position: relative;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
  color: #3C5B9F; }

h4 {
  line-height: 1.3;
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

h1:first-child {
  margin-top: 0; }

code, kbd, samp, pre, tt, var {
  font-family: "Inconsolata", "Menlo", mono-space, monospace;
  font-size: 0.95em; }

p {
  hyphenate: auto;
  hyphenate-lines: 3; }

pre {
  white-space: pre;
  line-height: 1.5;
  position: relative;
  top: 5px;
  margin-bottom: 18px;
  color: #333;
  font-family: "Inconsolata", "Menlo", mono-space, monospace;
  width: 100%;
  overflow: auto; }

caption {
  font-weight: bold; }

del {
  text-decoration: line-through; }

mark {
  background: rgba(255, 255, 0, 0.4);
  padding: 0 .25em; }

small, sup, sub {
  font-size: 80%;
  line-height: 0; }

samp, small, var {
  line-height: 1.2em; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

abbr, acronym {
  text-transform: uppercase;
  letter-spacing: .1em; }

ul, ol {
  margin-left: 0.5em; }

ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }

input, select, button {
  cursor: pointer; }

table {
  font: inherit;
  font-size: 1em;
  width: 100%; }

/* Anchors */
h1 a, h2 a, h3 a, h4 a {
  text-decoration: none; }

a {
  color: #DC5921;
  text-decoration: none; }

a:link {
  color: #DC5921; }

a:visited {
  color: #DC5921; }

a:hover {
  color: #3cafff; }

a:active {
  text-decoration: none; }

a.no_background {
  background: none; }

h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited {
  text-decoration: underline;
  color: #3C5B9F; }

.price {
  font-size: 1.25em;
  font-weight: bold; }

.price .regular {
  text-decoration: line-through;
  color: #777; }

.current_sale {
  color: #DC5921;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased; }

form {
  margin-top: 1em; }

label {
  margin-top: 1em; }

label.above {
  float: none;
  display: block; }

.required {
  font-weight: bold; }

.required input {
  font-weight: normal !important; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="select"],
input[type="search"] {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
  width: calc(100% - 18px);
  min-width: 300px; }

input[type="file"] {
  border: none; }

textarea {
  width: 100%;
  width: calc(100% - 2px);
  padding: 0;
  display: block;
  margin-bottom: 1em; }

select {
  display: block;
  margin-top: 2px;
  margin-bottom: 0; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  margin: 1em auto;
  border-radius: 5px;
  border: none;
  padding: .5em 2em;
  cursor: pointer;
  font-size: 1.25em; }

input[type="submit"],
button {
  color: #fff;
  background: #DC5921; }

label.required:before {
  content: " *";
  color: red;
  margin-left: -8px; }

/******************** Table ********************/
table {
  border-top: solid 2px #333;
  position: relative;
  margin-top: 1em;
  padding-bottom: 1em;
  border-collapse: collapse; }

th, td {
  border-top: solid 1px #000;
  line-height: 1.5;
  padding: 0.5em 1em;
  position: relative; }

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

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

tbody tr:nth-child(odd) {
  background: #e3e3e3; }

/* Channel & service bars */
.bar .r li:last-child:hover {
  margin-right: 0px; }

.menu-handle {
  display: block;
  float: right;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .menu-handle {
      display: none; } }

nav.menu {
  display: none;
  position: relative;
  font-size: .7em;
  margin-right: 50px; }
  @media only screen and (min-width: 768px) {
    nav.menu {
      display: block;
      font-size: 0.8em;
      margin-right: 0; } }
  @media only screen and (min-width: 867px) {
    nav.menu {
      font-size: 0.9em; } }

nav.menu a.basket_link {
  background-image: url("images/service_bar/icon-cart.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 30px;
  margin-top: 0;
  padding-top: 14px; }

nav.menu a.basket_link:hover {
  background-image: url("images/service_bar/icon-cart.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #DC5921;
  border: none; }

nav.menu span.search {
  height: 40px;
  display: block;
  background-image: url(images/service_bar/icon-search.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  cursor: pointer; }

form#searchform {
  display: none;
  text-align: left;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 5000;
  background-color: #DC5921;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  cursor: default; }

form#searchform input[type=submit] {
  margin: 5px 0 0; }

/* Subnav Menu */
nav.menu ul.menu li:hover > ul.sub-menu {
  display: block;
  z-index: 999;
  min-width: 340px; }

nav.menu ul.menu > li > ul.sub-menu {
  display: none;
  z-index: 999;
  list-style: none;
  padding: .5em; }
  @media only screen and (min-width: 768px) {
    nav.menu ul.menu > li > ul.sub-menu {
      box-shadow: 5px 5px 3px #444;
      margin: 10px -17px 0;
      padding: 0; } }

nav.menu ul.list li:first-child {
  margin-left: -1px; }

@media only screen and (min-width: 768px) {
  nav.menu li.barredLeft {
    border-left: 1px solid #FEB800; } }

nav.menu ul.barredLeft li.bar_none {
  border: none; }

/*
 The service bar is the top orange menu header
*/
.service-bar {
  min-height: 33px;
  background-image: none;
  background-color: #DC5921;
  margin-top: 0;
  padding: 10px;
  display: block;
  position: relative; }

@media only screen and (min-width: 768px) {
  .service-bar .bar-interior {
    display: block;
    clear: both;
    max-width: 960px;
    margin: 0 auto; } }

/* logo in top menu */
.service-bar h1 {
  display: inline-block;
  float: left;
  margin: 0;
  z-index: 999; }

.service-bar h1 a.navHome {
  width: 40px;
  height: 30px;
  padding-left: 0;
  float: left;
  margin: 0; }

.service-bar a.navHome li {
  width: 100%;
  display: block; }

.service-bar ul.list a li {
  width: 18%;
  padding-left: 0.3em;
  padding-right: 0.1em; }

.service-bar a {
  color: #fff;
  display: inline-block;
  width: 100%; }

.service-bar ul a li {
  font-size: 1.5em;
  display: block; }

.service-bar ul.list li a.navHome {
  width: 100%;
  clear: both; }

.service-bar ul.list a li {
  width: auto;
  padding-left: 0.3em;
  padding-right: 0.25em; }
  @media only screen and (min-width: 768px) {
    .service-bar ul.list a li {
      font-size: 0.9em;
      padding-left: 0.3em;
      padding-right: 0.25em;
      width: auto; } }

/* Subnav Menu */
.service-bar ul.sub-menu {
  margin: 10px 10px -10px;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .service-bar ul.sub-menu {
      margin: 15px 0 0;
      background-color: #DC5921;
      width: auto;
      z-index: 19999;
      position: absolute;
      left: 0;
      top: 25px; } }

.service-bar nav.menu ul.menu ul.sub-menu li {
  border-top: thin solid #ffb584;
  box-sizing: padding-box;
  display: block;
  float: none !important;
  margin: 0;
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .service-bar nav.menu ul.menu ul.sub-menu li {
      background-color: #DC5921;
      display: block;
      float: none !important;
      border-top: thin solid #fff;
      max-width: none;
      width: auto; } }

.service-bar nav.menu ul.menu ul.sub-menu li a {
  color: #ffd0b0;
  display: block;
  padding: 0.5em;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .service-bar nav.menu ul.menu ul.sub-menu li a {
      display: block;
      text-align: left;
      padding: 0.1em 0.75em;
      color: #ffffff;
      font-size: 1em;
      line-height: 1.2; } }

@media only screen and (min-width: 768px) {
  .service-bar.bar div.menu-topmenu-container {
    display: inline-block; } }

.service-bar nav.menu ul.list,
.service-bar nav.menu ul.menu {
  font-size: 1.5em;
  display: block;
  line-height: 1;
  margin: 0 0 0 25px;
  font-weight: normal;
  top: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .service-bar nav.menu ul.list,
    .service-bar nav.menu ul.menu {
      font-size: 1.2em;
      line-height: 33px;
      display: inline-block;
      height: 33px;
      margin: 0;
      font-weight: normal;
      top: 0;
      list-style: none;
      width: auto;
      padding: 0; } }

.service-bar nav.menu ul.list li,
.service-bar nav.menu ul.menu li {
  padding: 1.2em 0;
  width: auto;
  text-align: left;
  border-top: thin solid #fff; }
  @media only screen and (min-width: 768px) {
    .service-bar nav.menu ul.list li,
    .service-bar nav.menu ul.menu li {
      float: left;
      padding: 0 1em 7px;
      text-align: left;
      width: auto;
      max-width: 200px;
      border-top: none;
      position: relative; } }

.service-bar nav.menu ul.list li a {
  display: block; }

.service-bar nav.menu ul.list li:first-child {
  margin-left: -1px; }

.service-bar .r li:last-child {
  float: right;
  margin-right: -10px; }

.mc-signup-bar {
  background-color: #111;
  display: none; }

.mc-signup-bar .bar-interior {
  background-color: #3cafff;
  color: #fff;
  padding: 10px 20px; }

#mc_embed_signup input.email {
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    #mc_embed_signup input.email {
      width: 300px; } }

.mc-signup-bar #mc_embed_signup {
  background: none;
  font: inherit;
  text-align: center;
  position: relative;
  padding-right: 30px; }

#mc_embed_signup p {
  margin: 0;
  padding: 0;
  font-size: 0.9em; }

#mc_embed_signup button.ui-dialog-titlebar-close {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 1em;
  min-width: 10px;
  padding: 0.25em;
  height: 1em;
  border: 1px solid #e3e3e3; }

#mc_embed_signup #mc-embedded-subscribe {
  background-color: #3C5B9F;
  min-width: 200px;
  margin: 0;
  padding: .5em;
  font-size: 0.9em;
  margin-left: 5px;
  line-height: 1; }

.mce-clear {
  display: inline-block; }

.breadcrumb {
  margin-bottom: 1em; }

/* Footer */
.footer {
  background: #313131;
  min-height: 250px;
  padding: 20px 10px;
  color: #fff;
  margin-top: 2em;
  clear: both; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 20px 5px; } }

.footerInterior {
  width: 100%;
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .footerInterior {
      font-size: 0.9em; } }

.footer p {
  color: #fff;
  margin-top: 20px; }

.footer a {
  text-decoration: none;
  color: #fff; }

.footer a:hover {
  background: transparent;
  color: #DC5921;
  border: none; }

.footer h2 {
  font-size: 0.9em;
  color: #FEB800;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap; }
  @media only screen and (min-width: 768px) {
    .footer h2 {
      font-size: 1em; } }

.footer .box {
  padding-right: 30px; }

.footer ul {
  margin: 0;
  list-style: none;
  padding: 0; }

.footer li {
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 0.3em 0; }
  @media only screen and (min-width: 768px) {
    .footer li {
      font-size: 1em; } }

.footer .copyright {
  display: block;
  margin: 0 0 10px 0; }

.footer a#footer_logo {
  display: block;
  height: 160px;
  width: 140px;
  text-indent: -5000px;
  margin-top: 20px;
  background-image: url("images/footer_logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  font-size: .8em;
  text-align: center; }

.footer .follow {
  margin-left: 40px;
  padding: 0;
  float: left; }

.footer .follow p {
  padding: 0;
  margin: 0 0 10px 0; }

.footer .follow .addthis_toolbox a {
  margin: 3px;
  padding: 0; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
hr {
  position: relative;
  height: 2px;
  margin: 10px 0 20px;
  border: none;
  background: #777; }

/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clear-left {
  clear: left; }

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
#body:after,
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

* html .clearfix {
  height: 1%; }

/* Generic CSS helper classes */
/** @todo consolidate usage to one set */
.left, .alignleft {
  float: left; }

.right, .alignright {
  float: right; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.center {
  margin-left: auto;
  margin-right: auto; }

.margin-10 {
  margin-left: 10px;
  margin-right: 10px; }

.top {
  vertical-align: top; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.textLeft {
  text-align: left; }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }

.inline {
  display: inline; }

.positive {
  position: absolute; }

.relative {
  position: relative; }

.hidden {
  display: none; }

dl.tabular {
  position: relative;
  margin: 0;
  overflow: auto;
  zoom: 1; }

dl.tabular dt {
  float: left;
  clear: left;
  font-weight: bold;
  margin: 0 1em 0.3em 0;
  width: 10em;
  text-align: left; }

dl.tabular dd {
  float: left;
  padding-left: .25em;
  margin: 0; }

dl.tabular dt:after {
  content: ': '; }

a.attention,
a.attention:link,
a.attention:visited {
  color: #fff;
  background-color: #3C5B9F;
  display: inline-block;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 5px; }

.image {
  margin-top: 1em;
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  img.size-responsive {
    max-width: 100%;
    height: auto; } }

.shadow-black {
  text-shadow: #000 0 1px 0; }

.one-third {
  float: left;
  width: 33%; }

.padding-10 {
  padding: 10px; }

.padding-20 {
  padding: 20px; }

iframe.twitter-tweet {
  max-width: 400px !important; }

div.callout {
  background-color: #f3f3fc;
  border-left: 2px solid #3C5B9F;
  padding: 1em;
  font-size: 1em;
  margin-top: 1em; }

blockquote.callout {
  background-color: #e3e3e3;
  padding: 1em;
  font-size: 1em;
  margin-top: 1em; }

blockquote.callout {
  padding-left: 1em;
  border-left: 2px solid #333;
  margin-left: 0;
  padding: 0.5em 1em; }

blockquote.abstract {
  font-style: italic;
  border-left: 2px solid #333;
  margin-left: 0;
  padding-left: 1em; }

.sidebar-callout {
  width: 300px;
  border-left: 2px solid #e3e3e3;
  padding: 0 10px;
  margin-left: 20px; }

.warn {
  background-color: #e0e080;
  padding: 1em;
  font-style: italic;
  margin-top: 10px; }

.feedback {
  display: none;
  margin-bottom: 0.5em; }

.inprogress {
  background: #cfc url("./images/ui-small-spinner.gif") no-repeat 5% 50%;
  padding: 0.5em;
  padding-left: 20px; }

.error {
  background: #ffcccc;
  color: #993333;
  font-weight: bold;
  padding: .5em; }

@media only screen and (min-width: 768px) {
  .page-sidebar-left .main-content {
    max-width: 580px;
    max-width: calc(100% - 360px);
    margin: 0 10px;
    float: left; } }
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .page-sidebar-left .main-content {
    max-width: 580px;
    max-width: calc(100% - 380px); } }

@media only screen and (min-width: 768px) {
  .page-sidebar-left .sidebar {
    width: 300px;
    float: left;
    margin: 0 20px; } }
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .page-sidebar-left .sidebar {
    width: 380px; } }

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .page-sidebar-right .main-content {
    max-width: 300px;
    max-width: calc(100% - 350px);
    float: left;
    margin-left: 10px; } }
@media only screen and (min-width: 768px) {
  .page-sidebar-right .main-content {
    min-width: 408px;
    max-width: calc(100% - 360px);
    width: 100%;
    margin: 0 10px;
    float: left; } }

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .page-sidebar-right .sidebar {
    width: 300px;
    float: left; } }
@media only screen and (min-width: 768px) {
  .page-sidebar-right .sidebar {
    width: 300px;
    float: left;
    margin: 0 20px; } }

@media only screen and (min-width: 768px) {
  .page-sidebars-none .main-content {
    max-width: 940px;
    max-width: calc(100vw - 20px);
    width: 100vw;
    width: calc(100vw - 20px);
    padding: 0 10px;
    margin: 0 auto; } }

.flexContainer {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .flexContainer {
      flex-direction: row; } }

.flexContainer .box {
  flex-basis: 100%; }

.flex-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-group .flex-box {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .flex-group .flex-box {
      margin: 0 10px; } }
  @media only screen and (min-width: 979px) {
    .flex-group .flex-box {
      margin: 0 10px; } }

.flex-group .flex-box-4 {
  padding: 0; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .flex-group .flex-box-4 {
      flex-basis: 48%; } }
  @media only screen and (min-width: 768px) {
    .flex-group .flex-box-4 {
      flex-basis: 48%; } }
  @media only screen and (min-width: 979px) {
    .flex-group .flex-box-4 {
      margin: 0;
      flex-basis: 25%; } }

.flex-group .flex-box-5 {
  padding: 0; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .flex-group .flex-box-5 {
      flex-basis: 30%;
      margin: 0 20px 20px 0; } }
  @media only screen and (min-width: 768px) {
    .flex-group .flex-box-5 {
      flex-basis: 18%;
      margin: 0 10px 10px 0; } }
  @media only screen and (min-width: 979px) {
    .flex-group .flex-box-5 {
      margin: 0;
      flex-basis: 20%; } }

@media only screen and (min-width: 768px) {
  .main-content .flex-group {
    display: flex;
    flex-direction: row; } }
@media only screen and (min-width: 979px) {
  .main-content .flex-group {
    display: flex;
    flex-direction: row; } }

.button,
.sidebar .button {
  font-size: 14px;
  font-weight: bold;
  color: #e3e3e3;
  background-color: #777;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center; }

.button-buy,
.sidebar .button-buy {
  background-color: #DC5921; }

button.red {
  background: none repeat scroll 0 0 #DC5921;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0.5em 1em;
  text-shadow: none;
  white-space: nowrap;
  margin-bottom: 5px; }

button.red:hover {
  background-color: #ec783f;
  border: none; }

a.button {
  background-color: #DC5921;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  margin-top: 1em;
  padding: .25em 1em;
  text-shadow: none; }

button .sale_price {
  color: #fff; }

/* Comments */
.comment-block {
  margin-top: 20px;
  margin-left: 0; }

.comment-section {
  margin-left: 0; }

.comment-block .header {
  margin-top: 10px; }

.comment-block .header .avatar {
  display: inline-block;
  border: 1px solid #777;
  vertical-align: middle; }

.comment-block .header .middle {
  padding-top: 10px;
  padding-left: 10px;
  display: inline-block; }

.comment-block .body {
  border-top: 1px solid #aaa;
  background: #e3e3e3;
  padding: 0 20px 5px 10px;
  margin: 5px 0 10px 60px; }

.ui-widget button {
  min-width: 0; }

.ui-dialog {
  z-index: 9999;
  box-shadow: 5px 5px 3px #444; }

.ui-dialog .ui-dialog-titlebar-close span {
  top: 0;
  left: 0; }

.ui-tabs ul.ui-tabs-nav {
  font-size: 0.9em; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

/* MailChimp Specific styling, copied from summits */
#mc_signup {
  padding-top: 5px; }

#mc_signup_form label {
  padding-right: 0.5em;
  clear: left;
  width: 105px; }

#mc_signup_form .mergeRow,
#mc_signup_form .field-group {
  clear: left; }

#mc_signup_form .mc_required {
  color: red;
  margin-right: -7px; }

#mc_signup_form input[type="email"],
#mc_signup_form input[type="text"] {
  width: calc(100% - 100px);
  border: 1px solid #777;
  padding: 5px;
  height: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  font-size: 0.9em; }

#mc_signup_form label {
  padding-right: 0.5em;
  margin-left: 0;
  float: left;
  clear: left; }

#mc_signup_form input.mc_interest {
  float: left;
  display: block;
  clear: left; }

body #mc_signup_form label.mc_interest_label {
  float: left;
  display: block;
  clear: none; }

#mc-indicates-required {
  display: none; }

body #mc_signup_submit {
  font-weight: bold;
  color: #fff;
  display: block;
  height: auto;
  background-color: #777;
  border: none;
  margin: 10px auto 10px;
  padding: 10px 0;
  width: 180px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px; }

.sidebar-left #mc_signup_form label {
  margin-left: 9px; }

/*
#mc_signup_container { background: url('../images/mc_form_bg_400x200.jpg') repeat-x; }
#mc_signup_form .mc_var_label { margin: 0px;}
*/
.main-content .subdetails h2 {
  padding-top: 0.5em; }

@media only screen and (min-width: 768px) {
  .main-content .subgroup {
    display: flex;
    flex-direction: row; } }

.subgroup {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .subgroup {
      flex-direction: row; } }

@media only screen and (min-width: 768px) {
  .subgroup .suboption {
    margin: 0 10px; } }

@media only screen and (min-width: 768px) {
  .subdetails .suboption h3 {
    font-size: 1.0em; } }

.sidebar .subgroup {
  flex-direction: column; }

.subdetails {
  border-radius: 5px;
  background-color: #ededed;
  padding: 0 10px 10px;
  margin-top: 20px;
  clear: left; }

.subdetails .suboption {
  margin: 5px; }

.businessSubs a.buy_button,
.subdetails a.buy_button,
.subdetails .ui-state-default.ui-corner-all.ui-button,
.current_button, .ui-state-default.current_button {
  display: block;
  float: none;
  background: none repeat-x scroll 50% 50% #3C5C9F;
  border: none;
  color: white;
  padding: 5px 3px;
  border-radius: 5px;
  text-align: center;
  min-height: 55px; }
  @media only screen and (min-width: 768px) {
    .businessSubs a.buy_button,
    .subdetails a.buy_button,
    .subdetails .ui-state-default.ui-corner-all.ui-button,
    .current_button, .ui-state-default.current_button {
      margin: 10px auto;
      padding: 10px;
      font-weight: bold; } }

.subdetails a.buy_button {
  margin: 10px 0;
  min-width: 150px; }

.subdetails .customMulti {
  display: block;
  clear: both; }
  @media only screen and (min-width: 768px) {
    .subdetails .customMulti {
      margin: 0;
      float: none; } }

.subdetails .customMulti .thesecond {
  width: 100%;
  float: none;
  margin: 0 10px 0 0;
  text-align: left; }

.subdetails .customMulti .businessBtn {
  float: none; }

.subdetails .customMulti .thesecond select {
  width: 100%; }

.sidebar .subdetails h2 {
  border-top: none; }

.businessSubs {
  border: 2px solid #777;
  padding: 10px;
  width: 300px; }

table.subdetails {
  border-collapse: collapse;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 0.8em; }
  @media only screen and (min-width: 768px) {
    table.subdetails {
      font-size: 1em; } }

table.subdetails .compare {
  width: 15%; }
  @media only screen and (min-width: 570px) {
    table.subdetails .compare {
      width: 20%; } }
  @media only screen and (min-width: 768px) {
    table.subdetails .compare {
      width: 160px; } }

.subdetails a.buy_button {
  margin: 0;
  min-width: 0; }

table.subdetails tr {
  border-bottom: 1px solid #777; }

table.subdetails td {
  padding: 1px;
  margin: 0;
  border-top: none;
  border-bottom: 1px solid #777; }
  @media only screen and (min-width: 768px) {
    table.subdetails td {
      padding: 5px; } }

table.subdetails td.yes {
  color: green; }

table.subdetails td.yes:before {
  content: "\002714  "; }

table.subdetails td.yes,
table.subdetails td.no {
  text-align: center; }

/* Recaptcha Fixes */
#recaptcha_area {
  margin: 0.5em 0; }

#recaptcha_area .recaptcha_input_area {
  height: auto !important; }

#recaptcha_area td {
  line-height: 16px; }

/* Checkout - Inferno */
/**
 * Checkout Formatting
 **/
.ic_table {
  width: 280px; }

.ic_table th, .ic_table td, .ic_table tr {
  text-align: right;
  border: none; }

.ic_table th {
  background: #3C5B9F;
  color: white; }

.ic_table tr:nth-child(2n+1) td {
  background: #e3e3e3; }

.ic_table tr.total th {
  border-top: 4px solid #fff !important; }

.ic_table tr.total td {
  border-top: 4px solid #3C5B9F; }

.ic_table tr.total {
  font-weight: bold; }

#order-summary {
  border: 1px solid #777;
  padding: 0.5em;
  margin-top: 1em; }

#order-summary table {
  border: 0;
  margin: 0; }

#order-summary td {
  background: transparent;
  padding: 0 10px;
  border: 0; }

#order-summary tr.total td {
  border-top: 2px solid #333;
  padding-top: 10px;
  font-size: 15px;
  font-weight: bold; }

button.checkout {
  background: none repeat scroll 0 0 #DC5921;
  border: medium none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  height: 3em;
  margin: 1.25em auto;
  padding: 0 2em 2px;
  text-shadow: none;
  display: block; }

button.checkout:hover {
  background-color: #F08D51; }

div.box_callout {
  border: 1px solid #e3e3e3;
  padding: 25px;
  margin-bottom: 10px; }

/* Share Links for post-checkout */
/* @todo verify the buttons are using these styles */
#ts-share-links {
  text-align: center; }

#ts-share-links a {
  text-decoration: none;
  margin: 0 1em 1em; }

#ts-share-facebook {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 27px;
  line-height: 29px;
  padding: 0 0.5em 0 0;
  position: relative;
  top: -10px;
  /* Make the facebook button, look just like the twitter one: */
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
  background-image: -moz-linear-gradient(top, #fff, #dedede);
  background-image: -o-linear-gradient(top, #fff, #dedede);
  background-image: -ms-linear-gradient(top, #fff, #dedede);
  background-image: linear-gradient(top, #fff, #dedede);
  color: black; }

#ts-share-facebook:hover, #ts-share-facebook:active {
  /* Again, making it match twitter: */
  border-color: #bbb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d9d9d9));
  background-image: -moz-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: -o-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: -ms-linear-gradient(top, #f8f8f8, #d9d9d9);
  background-image: linear-gradient(top, #f8f8f8, #d9d9d9); }

#ts-share-text {
  text-align: center;
  padding: 0 0 0.5em;
  margin: 0; }

#ts-share-facebook img {
  vertical-align: middle;
  box-shadow: none;
  position: relative;
  top: -1px;
  left: -2px; }

/* Styles relocated from basket.php widget */
#basket .item .product {
  font-weight: bold; }

#basket td, #basket th {
  padding-left: 10px;
  padding-right: 10px; }

#basket .item .description {
  font-size: 85%;
  padding-left: 20px; }

#basket .subtotal {
  font-weight: bold; }

#completePurchase {
  width: 300px; }

/* Stripe Extra */
.stripeProgress, .stripeErrors {
  padding: 15px 10px 10px;
  float: left;
  clear: both;
  width: 50%;
  margin: 0 0 10px 25%;
  text-align: center;
  border-radius: 5px;
  font-size: 20px; }

.stripeProgress {
  background: #eee url("../images/ui-small-spinner.gif") no-repeat 95% 50%; }

.stripeErrors {
  background-color: #eeb9b9; }

.stripeErrors ul {
  margin: 0;
  padding: 0 0 5px 0;
  list-style-type: none;
  font-size: 20px; }

/* Account Page Formatting */
.year table {
  margin-top: 0; }

.year-scan {
  font-weight: bold;
  font-size: 120%; }

#currentYear {
  color: #0089cb;
  padding: 0 10em;
  display: inline-block;
  font-size: 120%; }

#currentYear:before {
  content: "· "; }

#currentYear:after {
  content: " ·"; }

.year-scan .link-disabled {
  color: #777;
  text-decoration: none;
  cursor: text; }

.magazine-icon {
  float: left; }

.month-column td {
  height: 20px; }

/* Back Issues Panel */
#back-issues a {
  padding: .2em; }

#back-issues .controls {
  margin: 2em 0 1em;
  padding: 0.5em 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777; }

#back-issues .month-column {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    #back-issues .month-column {
      width: 33.33%; } }

@media only screen and (min-width: 768px) {
  #back-issues div.month-column.flex-box {
    margin: 0; } }

#back-issues .month-column .item {
  margin-bottom: 1em;
  padding: 0.5em 0.5em 0.5em 30px;
  height: 3em; }

#back-issues .month-column .item .small {
  font-size: 1em; }

#back-issues .month-column .item-on {
  background-color: #e3e3e3; }

button[disabled=disabled] {
  background-color: #e3e3e3;
  color: #777; }

.magazine-icon {
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-left: -22px;
  margin-top: 4px; }

.magazine-owned .magazine-icon {
  background: url(images/mag-icons.png) no-repeat 2px -20px; }

.magazine-access .magazine-icon {
  background: url(images/mag-icons.png) no-repeat 2px 3px; }

.magazine-not-owned a:link,
.magazine-not-owned a:visited {
  color: #606060; }

.magazine-legend {
  background-color: #dfdfdf;
  padding: 1em 0; }

.magazine-legend .magazine-icon {
  margin-top: 0; }

.magazine-legend .item {
  padding-left: 30px; }

/*login stuff*/
.login_top {
  float: right;
  color: #ffffff;
  text-align: center; }

div.login .submit {
  text-align: left; }

div.login .submit .red {
  margin: 0 0 0 8px; }

.login-email {
  margin-bottom: 1em; }

.promo {
  border-radius: 6px;
  float: none;
  margin: 0 auto 10px;
  padding: 20px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .promo {
      border-radius: 8px;
      top: 50px;
      left: 10px;
      padding: 10px 15px 15px;
      position: absolute;
      width: calc(100% - 450px);
      max-width: calc(100% - 450px); } }

.promo h2 {
  font-size: 2em;
  color: #3C5B9F;
  font-family: "Gibson SemiBold", Helvetica Arial, Sans-serif;
  margin-top: 0;
  margin-bottom: .5em; }

.promo a.button {
  font-size: 1.25em;
  padding: .5em 1em; }

.promo .info {
  font-size: 1.1em;
  color: #222;
  padding: 1em 0; }

.promo .info a,
.promo .info a:visited,
.promo .info a:link {
  color: #3C5B9F;
  text-decoration: underline;
  font-weight: 600; }

.promo .interior {
  z-index: 100;
  position: relative; }

.promo .underlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  opacity: 0.75;
  border-radius: 8px; }

.promo p {
  font-size: 2.5em;
  color: #fff;
  line-height: normal;
  text-align: center; }

.promo img,
.promo a.button {
  max-width: 90%;
  height: auto;
  margin: 0 auto; }

.promo:after {
  /* clearfix */
  content: " ";
  display: table;
  clear: both; }

.promo .info ul {
  margin: 0.5em 0;
  padding-left: 2em; }

.inline-promo {
  border: 1px solid #777;
  border-radius: 5px;
  background-color: #e3e3e3;
  padding: 10px; }

.inline-promo .book-image {
  float: right;
  margin: 10px 15px; }

.inline-promo button.red {
  font-size: 1em;
  width: 49%; }

#body {
  position: relative;
  background: none;
  max-width: 100vw;
  margin: 20px auto 0;
  padding: 0 10px 10px; }

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .main-content img {
    max-width: 100%;
    height: auto; } }

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .main-content {
    margin: 0 15px; } }

/* Sidebar */
.sidebar {
  position: relative;
  z-index: 900;
  /* less than top nav */
  font-size: 0.85em; }

.sidebar h2,
h2.sidebar-heading {
  font-size: 1.2em;
  padding: 10px 0 5px 0;
  margin: 0 0 10px 0;
  border-top: 1px solid #333;
  border-bottom: none;
  color: #333;
  margin-top: 1.5em; }

.sidebar h2:first-child {
  margin-top: 0; }

.sidebar .button-left {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px 0 0 5px;
  background-color: #DC5921;
  text-decoration: underline; }

.sidebar .button-right {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0 5px 5px 0;
  background-color: #777;
  text-decoration: underline; }

.sidebar dl dt {
  font-weight: normal;
  font-size: 1.1em; }

.sidebar dl dd {
  margin-bottom: 0.6em;
  color: #444; }

.sidebar .callout {
  background-color: #e3e3e3;
  padding: 10px;
  border-radius: 0 10px 10px 10px; }

.sidebar table {
  border-top: 0px;
  margin-bottom: 1.2em; }

.sidebar th {
  border-top: 0px; }

.sidebar th, .sidebar td {
  font-size: inherit;
  padding: 5px; }

#body.front_page_body {
  margin-top: 10px; }

/*
    homepage promo sidebar
 */
#header a.logo {
  background-image: url("images/new_logo_mark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 130px auto;
  display: block;
  height: 130px;
  margin: 10px 0;
  width: 130px;
  text-indent: -5000px; }

/* header container */
#header {
  width: 100%;
  position: relative;
  background-color: #ec783f;
  overflow: auto;
  height: auto;
  background-repeat: repeat-y;
  background-position: top center;
  background-image: url("images/header/backgrounds/sm/3.jpg");
  background-attachment: fixed;
  background-size: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    #header {
      background-image: url(images/header/backgrounds/sm/3.jpg);
      background-size: 100% 100%; } }
  @media only screen and (min-width: 768px) {
    #header {
      overflow: auto;
      background-image: url("images/header/backgrounds/3.jpg"); } }

/* keeps header content centered when above 960px wide */
#header .headerInterior {
  min-height: 430px;
  position: relative;
  padding: 0 10px; }
  @media only screen and (min-width: 959px) {
    #header .headerInterior {
      width: 100%;
      width: calc(100% - 40px);
      max-width: 960px;
      margin: 0 auto;
      padding: 0;
      margin-left: auto;
      margin-right: auto; } }

/* php[architect] font*/
#header h1 {
  font-family: "Gibson", Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 20px 20px 20px 0; }

#header h1 strong {
  font-family: "Gibson SemiBold", Helvetica Arial, Sans-serif; }

/* box for hexagon blocks */
#header ul.hexagons {
  display: block;
  position: relative;
  margin: 0 0 20px;
  float: left; }
  @media only screen and (min-width: 768px) {
    #header ul.hexagons {
      display: block;
      position: absolute;
      margin-top: 0px;
      left: calc(100% - 400px);
      width: 400px;
      top: 0;
      padding: 0;
      float: none; } }

/* hexagons */
#header ul.hexagons li a {
  display: inline-block;
  width: 160px;
  height: 140px;
  text-indent: -15000px;
  list-style-type: none; }
  @media only screen and (min-width: 768px) {
    #header ul.hexagons li a {
      display: inline-block;
      width: 160px;
      height: 140px;
      text-indent: -15000px;
      list-style-type: none; } }

/* boxes for links (hexagons) */
ul.hexagons li {
  background-repeat: no-repeat;
  display: block;
  float: left;
  list-style-type: none;
  margin: 5px;
  max-width: 160px;
  position: relative;
  background-image: url("images/header/hexigons-mag.png");
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    ul.hexagons li {
      position: absolute;
      top: 20px;
      left: 0;
      margin: 0; } }

/*
individual hexagon images
*/
li#books {
  background-image: url("images/header/hexigons-books.png"); }
  @media only screen and (min-width: 768px) {
    li#books {
      top: 20px;
      left: 220px; } }

li#conf {
  background-image: url("images/header/hexigons-conf.png"); }
  @media only screen and (min-width: 768px) {
    li#conf {
      top: 120px;
      left: 110px; } }

li#training {
  background-image: url("images/header/hexigons-training.png");
  clear: left;
  margin-left: 0; }
  @media only screen and (min-width: 768px) {
    li#training {
      left: 0;
      top: 220px;
      clear: none; } }

li#swag {
  background-image: url("images/header/hexigons-swag.png"); }
  @media only screen and (min-width: 768px) {
    li#swag {
      left: 220px;
      top: 220px; } }

/* homepage tiles */
#tiles {
  display: block;
  width: 100%;
  background-color: #ec783f;
  border-bottom: thin solid #777;
  margin-bottom: 0.5em; }

#tiles ul {
  display: block;
  height: 200px;
  width: 100%;
  padding: 0;
  margin: -5px auto 25px;
  clear: both;
  max-width: 1200px; }

#tiles ul li {
  display: block;
  height: 180px;
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  margin: 0;
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    #tiles ul li {
      width: 50%; } }
  @media only screen and (min-width: 979px) {
    #tiles ul li {
      width: 25%; } }

#tiles ul li a {
  color: #fff; }

#tiles ul li h3 {
  color: #fff;
  font-family: "Gibson SemiBold", Helvetica Arial, Sans-serif;
  text-shadow: 0 0 20px #000000; }

/* magazine tile */
li#tile_mag {
  background-color: #DC5921; }

li#tile_mag:hover {
  background-color: #ec783f; }

li#tile_mag img {
  -ms-transform: rotate(-5deg);
  /* IE 9 */
  -webkit-transform: rotate(-5deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-5deg);
  margin-top: 10px;
  box-shadow: 5px 5px 20px #000000;
  width: 140px;
  height: auto; }

/* training tile */
li#tile_train {
  background-color: #2e3a5e; }

li#tile_train:hover {
  background-color: #395685; }

li#tile_train img {
  margin: 0 0 10px; }

li#tile_book {
  background-color: #4f92ce; }

li#tile_book:hover {
  background-color: #6bb2f3; }

li#tile_promo {
  padding: 0;
  color: #000000;
  padding: 0;
  height: 220px;
  position: relative;
  line-height: normal; }

li#tile_promo:hover {
  background-color: white; }

li#tile_promo .button {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff; }

li#tile_promo .textwidget {
  margin-right: auto;
  margin-left: auto; }

li#tile_promo .button:hover {
  color: #DC5921; }

li#tile_promo a {
  color: #DC5921; }

li#tile_promo .textwidget {
  text-align: center; }

li#tile_promo img {
  max-width: 95%; }

/* Training CSS */
@media only screen and (min-width: 768px) {
  #body .training-page .sidebar {
    width: 250px; } }

.bulkpack {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 30px; }

.bulkpack em {
  display: block; }

.bulkpack a {
  font-size: 120%;
  font-weight: bold;
  display: block;
  background: #e3e3e3;
  border-radius: 20px;
  margin: 0 30px;
  padding: 10px 0; }

.cdetails {
  margin: 24px 0px 0px 18px; }

.cdetails p {
  padding-left: 1em; }

.cupcoming {
  margin: 36px 0px 0px 18px; }

.courseBlob {
  width: 97%; }

.courseBlob h3 {
  background: #e3e3e3;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #777; }

.courseBlob h3 .pricing {
  float: right;
  text-align: right;
  font-size: 1em;
  padding-top: 0.3em; }

.courseBlob p {
  padding: 5px; }

.courseBlob div.footer {
  margin-top: -8px;
  padding: 0px 5px;
  text-align: right;
  font-weight: bold; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .courses {
    padding: 10px 20px; } }

.sideterm {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.sideterm li {
  font-size: 0.9em;
  text-align: right;
  padding: 0;
  margin: 0 0 10px 0; }

.sideterm .button-buy {
  margin-left: 8px;
  display: inline-block; }

.sideterm .ui-button {
  width: 115px;
  margin: 0 10px 10px 5px !important;
  display: inline-block !important;
  float: none !important; }

.trainingContainer {
  margin-bottom: 1em; }

.training-page img.alignright {
  margin: 0 1em; }

.training-page .single-post li {
  margin-bottom: 0.2em; }

table.courses caption {
  text-align: left;
  font-size: 1.4em;
  margin-bottom: 4px; }

table.courses {
  border-top: none;
  border-bottom: 1px solid black; }

table.courses th {
  border-top: none;
  padding-bottom: 0;
  color: #3cafff; }

table.courses td {
  text-align: center; }

table.courses tr td:first-child {
  text-align: left;
  font-size: 15px; }

table.courses tr th:first-child {
  text-align: left; }

table.courses td a {
  width: 640px; }

table.courses tbody tr:hover {
  background-color: #e3e3e3 !important; }

.books {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.single-book {
  flex: 0 0 auto;
  padding: 0 20px;
  margin: 5px 5px 0;
  flex-basis: calc(100vw - 40px); }
  @media only screen and (min-width: 320px) and (max-width: 803px) {
    .single-book {
      flex-basis: calc(100vw - 20px); } }
  @media only screen and (min-width: 804px) {
    .single-book {
      flex-basis: calc(45vw - 20px); } }
  @media only screen and (min-width: 1400px) {
    .single-book {
      flex-basis: calc(31vw - 20px); } }

.books .grid-container {
  padding: 0 20px;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content 1fr min-content;
  gap: 1px 1px;
  grid-template-areas: "title title" "cover details" "cover buttons"; }
  @media only screen and (min-width: 768px) {
    .books .grid-container {
      grid-template-areas: "title title" "cover details" "buttons buttons"; } }

.single-book .book-title {
  grid-area: title; }

.single-book .cover {
  grid-area: cover; }

.single-book .details {
  grid-area: details; }

.single-book .buttons {
  grid-area: buttons; }

.single-book .buttons button.red {
  width: calc(50% - 20px); }

/*
.bookbox button.red {
    max-width: 200px;
    min-width: 200px;
    margin-top: 0;
}
.singlebook-page .red {
    width: 250px;
    margin-bottom: 5px;
    padding-right: 1em;
    padding-left: 1em;
}

.singlebook-page .buy_buttons {
    text-align: center;
}

.book-page .sale_price {
    font-weight: bold;
}

.singlebook-page .sale_price {
    font-weight: bold;
    color: white;
}

.singlebook-page .onSale {
    font-style: italic;
}

h4.book-title {
    min-height: 40px;
    text-align: center;
    bottom: 0;
    top: auto;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.book-details {
    background-color: #e3e3e3;
    padding: 10px;
    margin-top:10px;
}
*/
/* Swag Page */
.swag-spot {
  margin-bottom: 20px;
  padding: 10px 5px;
  border-radius: 5px;
  text-align: center;
  float: left;
  position: relative; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .swag-spot {
      width: 90%; } }

a .swag-spot:hover {
  background-color: #e3e3e3; }

a .swag-spot:hover h3 {
  color: #DC5921; }

.swag-spot h3 {
  font-size: 18px;
  margin: 0;
  padding: 5px 0 2px; }

.swag-spot h4 {
  text-align: right;
  margin: 0;
  padding: 0 4px;
  line-height: 1;
  font-size: 19px; }

.swag-spot .sold-out {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.5);
  padding: 60px 0 0 0;
  font-size: 30px;
  font-weight: bold; }

.swag-spot .sold-out div {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

.swag-feature {
  float: right;
  z-index: 900;
  position: relative;
  margin-left: 15px; }

.swag-feature button.red {
  font-size: 17px;
  margin: 5px 0; }

.swag-feature select {
  display: inline-block;
  font-size: 1em; }

.swag-feature label {
  display: inline-block;
  float: none;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 16px; }

.swag-feature form {
  text-align: center; }

.swag-feature .sold-out {
  width: 300px; }

.swag-feature .sold-out header,
.swag-feature .sold-out aside {
  display: block;
  font-size: 24px;
  color: #DC5921;
  padding: 10px 0 0 0; }

.swag-feature .sold-out header {
  float: left;
  font-weight: bold; }

.swag-feature .sold-out aside {
  float: right; }

.swag-feature .sold-out p {
  clear: both;
  font-style: italic; }

.swag table.sizing {
  border: none;
  margin: 5px;
  padding: 0;
  display: inline;
  top: 0;
  width: auto;
  float: left; }

.swag table.sizing td, .swag table.sizing th {
  border: none;
  text-align: center;
  padding: 0 5px; }

.swag table.sizing tbody th {
  text-align: right; }

/* Magazine page */
.sidebar .book-image {
  text-align: center; }

.magazine-page a.zoom img {
  border: 1px solid #666666; }

.magazine-top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 10px; }

@media only screen and (min-width: 768px) {
  .magazine h2:first-of-type {
    clear: left; } }

@media only screen and (min-width: 768px) {
  #body .magazine-page .main-content {
    width: 470px; } }

@media only screen and (min-width: 768px) {
  #body .magazine-page .sidebar {
    width: 250px; } }

.issue-archive .issue {
  float: left;
  width: 220px;
  margin-right: 10px;
  margin-bottom: 20px; }

.issue-archive button.red {
  width: 220px;
  min-width: 220px; }

div.viewarchives {
  margin: 10px 0 0;
  padding-top: 30px;
  float: none;
  clear: left;
  text-align: center;
  font-weight: bold; }

div.viewarchives a:before {
  content: "\21E8 "; }

.issue-articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.single-article {
  flex: 0  0 auto;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    .single-article {
      width: calc(50% - 25px);
      padding: 0 5px;
      margin: 5px; } }

.title {
  padding: 5px 0 0;
  color: #DC5921;
  font-size: 1.5em;
  margin-bottom: 0px; }

div.related-posts {
  position: relative;
  z-index: 9;
  padding-bottom: 10px; }

div.related-posts ul {
  list-style: square;
  margin: 0;
  padding-left: 20px; }

div.related-posts ul li {
  margin-bottom: 10px; }

.author {
  font-size: 0.9em;
  color: #777;
  margin: 0; }

.author a {
  color: #3C5B9F; }

p.author a:hover {
  color: #3C5B9F; }

.deck {
  position: relative; }

.deck-with-image .image {
  float: left;
  margin-right: 1em;
  margin-top: 0; }

.single-post .deck {
  color: #777;
  font-size: 0.9em; }

.single-post .headshot {
  float: left;
  margin-right: 1em; }

.single-post .bio {
  font-style: italic;
  font-size: 0.9em; }

.single-post .contents img {
  max-width: 100%;
  height: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.single-post .contents img.alignleft {
  margin: 5px 15px;
  margin-left: 0px; }

.single-post .contents .wp-caption {
  max-width: 540px;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  font-family: Verdana, Arial, sans-serif;
  background: #f0f0f0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.singlevideo-page iframe {
  max-width: 100%; }

/*# sourceMappingURL=style.css.map */
