/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../scss/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../scss/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../scss/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../scss/partials/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../scss/partials/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../scss/partials/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../scss/partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, ../scss/partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../scss/partials/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, ../scss/partials/_page-shell.scss */
#canvas {
  margin: 0 auto;
  width: 792px;
}

/* line 7, ../scss/partials/_page-shell.scss */
header a, header img {
  display: block;
}
/* line 8, ../scss/partials/_page-shell.scss */
header img {
  border: none;
}

/* line 11, ../scss/partials/_page-shell.scss */
#mainnav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 60px 40px;
  margin: 0;
  float: left;
  width: 18%;
}
/* line 18, ../scss/partials/_page-shell.scss */
#mainnav ul {
  list-style: square;
}
/* line 22, ../scss/partials/_page-shell.scss */
#mainnav li {
  margin: 10px 0;
}
/* line 23, ../scss/partials/_page-shell.scss */
#mainnav li:first-child {
  margin: 30px 0 0px;
}

/* line 26, ../scss/partials/_page-shell.scss */
main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 82%;
  padding: 50px 40px 60px 40px;
  margin: 0;
  float: left;
}

/* line 34, ../scss/partials/_page-shell.scss */
footer {
  padding: 25px 0;
  clear: both;
}

/* line 40, ../scss/partials/_page-shell.scss */
footer p {
  margin: 0;
}
/* line 42, ../scss/partials/_page-shell.scss */
footer a {
  margin: 5px;
}

/* line 45, ../scss/partials/_page-shell.scss */
#footernav {
  margin-bottom: 2em;
}
/* line 48, ../scss/partials/_page-shell.scss */
#footernav li {
  display: inline-block;
}
/* line 50, ../scss/partials/_page-shell.scss */
#footernav li:not(:first-child) {
  padding-left: 0.25em;
  border-left: 1px solid;
}

/* line 1, ../scss/partials/_page-content.scss */
h1 {
  border-bottom: 6px solid;
  margin-top: 0;
  margin-bottom: 1em;
}

/* line 7, ../scss/partials/_page-content.scss */
h2 {
  margin: 0 0 0.2em;
  padding: 2px 2px 2px 0;
}

/* line 12, ../scss/partials/_page-content.scss */
h3 {
  margin: 1em 0 0;
}

/* line 16, ../scss/partials/_page-content.scss */
p {
  margin-bottom: 1.1875rem;
}

/* line 18, ../scss/partials/_page-content.scss */
ul, ol {
  padding-left: 0;
}

/* line 20, ../scss/partials/_page-content.scss */
.col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 1em;
}

/* line 26, ../scss/partials/_page-content.scss */
.one-third {
  width: calc(100% * 1/3);
}

/* line 30, ../scss/partials/_page-content.scss */
.download-link {
  margin-top: 2em;
}

/* line 31, ../scss/partials/_page-content.scss */
.download-link a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 40px;
  width: 100%;
  background: url(/images/downloadArrow.png) no-repeat 0px 0px;
  padding: 14px 0 14px 50px;
  text-align: left;
}

/* line 41, ../scss/partials/_page-content.scss */
h3 + dl {
  margin-top: 2em;
}

/* line 43, ../scss/partials/_page-content.scss */
h2 + dl {
  margin-top: 0;
}

/* line 45, ../scss/partials/_page-content.scss */
h2 + p,
h3 + p {
  margin-top: 0;
}

/* line 48, ../scss/partials/_page-content.scss */
dd {
  margin-left: 0;
  margin-bottom: 1em;
}

/* line 53, ../scss/partials/_page-content.scss */
dd ul {
  list-style-type: none;
}

/* line 57, ../scss/partials/_page-content.scss */
dd ol {
  list-style: decimal inside;
  margin-left: 0.25em;
}

/* line 62, ../scss/partials/_page-content.scss */
dd ul,
dd ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 68, ../scss/partials/_page-content.scss */
ol ol {
  list-style: lower-alpha outside;
  margin-left: 2em;
}

/* line 73, ../scss/partials/_page-content.scss */
table:not(.legend) {
  width: 100%;
  margin: 1em 0;
}

/* line 78, ../scss/partials/_page-content.scss */
table.legend {
  width: 80%;
}

/* line 82, ../scss/partials/_page-content.scss */
table caption {
  padding: 0.125rem;
}

/* line 86, ../scss/partials/_page-content.scss */
th {
  border-spacing: 0;
}

/* line 90, ../scss/partials/_page-content.scss */
thead th {
  padding: 0.25rem 0.75rem;
}

/* line 94, ../scss/partials/_page-content.scss */
tbody th,
tbody td,
tfoot td {
  padding: 0.5rem 0.75rem;
}

/* line 100, ../scss/partials/_page-content.scss */
tfoot small {
  display: block;
}

/* line 104, ../scss/partials/_page-content.scss */
table + :not(table) {
  margin-top: 2em;
}

/* line 3, ../scss/partials/_color.scss */
body {
  color: #000;
  background-color: #434343;
}

/* line 8, ../scss/partials/_color.scss */
a, a:focus {
  color: #000;
}

/* line 10, ../scss/partials/_color.scss */
#canvas {
  background-color: #fff;
}

/* line 14, ../scss/partials/_color.scss */
header {
  background-color: #000;
}

/* line 18, ../scss/partials/_color.scss */
#mainnav {
  color: #333;
}

/* line 22, ../scss/partials/_color.scss */
#mainnav ul {
  color: #3894da;
}

/* line 23, ../scss/partials/_color.scss */
#mainnav a:hover {
  color: #999;
}

/* line 25, ../scss/partials/_color.scss */
html.rate-card #mainnav a[title="Rate Card"],
html.print-edit-calendar #mainnav a[title="Print Edit Calendar"],
html.digital-edit-calendar #mainnav a[title="Digital Edit Calendar"],
html.production-schedule #mainnav a[title="Production Schedule"],
html.ad-sizes #mainnav a[title="Ad Sizes"],
html.insert-requirements #mainnav a[title="Insert Requirements"],
html.mechanicals-and-delivery #mainnav a[title="Mechanicals & Delivery"],
html.digital-specs #mainnav a[title="Digital Specs"],
html.contacts #mainnav a[title="Contacts"] {
  color: #999;
}

/* line 37, ../scss/partials/_color.scss */
main a:hover {
  color: #cbd8e3;
}

/* line 39, ../scss/partials/_color.scss */
h2 {
  color: #3894da;
}

/* line 43, ../scss/partials/_color.scss */
h3 {
  color: #3894da;
}

/* line 47, ../scss/partials/_color.scss */
table caption {
  color: #3894da;
}

/* line 51, ../scss/partials/_color.scss */
thead {
  background-color: lightgrey;
}

/* line 55, ../scss/partials/_color.scss */
tbody th {
  color: #3894da;
}

/* line 59, ../scss/partials/_color.scss */
table.legend td:not(:first-child) {
  color: #3894da;
}

/* line 63, ../scss/partials/_color.scss */
.download-link a {
  background-color: transparent;
}

/* line 67, ../scss/partials/_color.scss */
.download-link a:hover {
  background-color: #b1ddff;
  color: inherit;
}

/* line 72, ../scss/partials/_color.scss */
footer {
  color: #fff;
  background-color: #000;
}

/* line 77, ../scss/partials/_color.scss */
footer a {
  color: #cbd8e3;
}

/* line 78, ../scss/partials/_color.scss */
footer a:hover {
  color: #fff;
}

/* line 1, ../scss/partials/_typography.scss */
body {
  font: normal 100%/1.4 "Raleway","Verdana","Arial",sans-serif;
}

/* line 3, ../scss/partials/_typography.scss */
i {
  font-style: italic;
}

/* line 5, ../scss/partials/_typography.scss */
b {
  font-weight: bold;
}

/* line 7, ../scss/partials/_typography.scss */
a {
  text-decoration: none;
}

/* line 9, ../scss/partials/_typography.scss */
#mainnav {
  font-size: 75%;
}

/* line 13, ../scss/partials/_typography.scss */
main {
  font-size: 75%;
}

/* line 17, ../scss/partials/_typography.scss */
footer {
  text-align: center;
  font-size: 68.75%;
}

/* line 22, ../scss/partials/_typography.scss */
h1, h2, h3 {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 27, ../scss/partials/_typography.scss */
h1 {
  font-size: 1.125rem;
  line-height: 1;
}

/* line 32, ../scss/partials/_typography.scss */
h2 {
  font-size: 0.8125rem;
}

/* line 36, ../scss/partials/_typography.scss */
h3 {
  font-size: 0.8125rem;
}

/* line 41, ../scss/partials/_typography.scss */
table.cols-centered th:not(:first-child),
table.cols-centered td:not(:first-child) {
  text-align: center;
}

/* line 47, ../scss/partials/_typography.scss */
table caption {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

/* line 54, ../scss/partials/_typography.scss */
th {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 59, ../scss/partials/_typography.scss */
th:first-child {
  text-align: left;
}

/* line 61, ../scss/partials/_typography.scss */
tbody td:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 66, ../scss/partials/_typography.scss */
table.legend tbody td:last-child {
  text-transform: uppercase;
}

/* line 70, ../scss/partials/_typography.scss */
thead th {
  line-height: 0.9375rem;
}

/* line 74, ../scss/partials/_typography.scss */
table.legend td:not(:first-child) {
  text-align: right;
  font-weight: bold;
}

/* line 79, ../scss/partials/_typography.scss */
td:first-child {
  vertical-align: top;
}

/* line 81, ../scss/partials/_typography.scss */
tfoot small {
  font-size: 0.625rem;
  text-align: right;
}

/* line 86, ../scss/partials/_typography.scss */
dt {
  font-weight: bold;
}

/* line 88, ../scss/partials/_typography.scss */
.download-link a {
  line-height: 1;
}
