/* text defaults */
/* fonts */
/* grays, ugh */
/* primary color scheme */
/* light color scheme */
/* clearfix */
/* hide text */
/*
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
/* line 12, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 30, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
html {
  font-size: 100%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

/* line 36, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

/* line 43, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
body {
  background: #fff;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
  color: #666;
}

/* line 48, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

/* line 61, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
body,
button,
input,
select,
textarea {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
  max-width: 100%;
}

/* line 72, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

/* line 76, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
table th,
table td {
  padding: .75em .5em;
  border-bottom: 1px solid #eee;
}

/* line 82, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
table th {
  font-weight: 700;
}

/* line 88, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* line 92, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

/* line 96, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
blockquote, q {
  quotes: "" "";
}

/* line 99, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
a {
  text-decoration: none;
}

/* line 102, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
a:focus {
  outline: thin dotted;
}

/* line 105, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 109, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
a img {
  border: 0;
}

/* =Content
----------------------------------------------- */
/* line 119, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.hentry {
  margin: 0 0 1.5em;
}

/* line 122, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.byline-date.updated {
  display: none;
}

/* line 125, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 133, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* =Asides
----------------------------------------------- */
/* line 142, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */
/* line 151, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 159, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}

/* line 163, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 100%;
}

/* line 169, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.wp-caption-text {
  font-style: italic;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 300;
  text-align: right;
}

/* line 177, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 180, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.site-main .gallery {
  margin-bottom: 1.5em;
}

/* line 185, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

/* line 190, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.site-main .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
/* line 199, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Navigation
----------------------------------------------- */
/* line 209, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}

/* line 213, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}

/* line 217, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* =Comments
----------------------------------------------- */
/* line 227, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.comment-content a {
  word-wrap: break-word;
}

/* =Widgets
----------------------------------------------- */
/* line 237, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.widget {
  margin: 0 0 1.5em;
}

/* line 240, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.widget ul {
  margin: 0 0 .5em 1.5em;
}

/* Make sure select elements fit in widgets */
/* line 246, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.widget select {
  max-width: 100%;
}

/* Search widget */
/* line 251, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.widget_search .search-submit {
  display: none;
}

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 260, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
/* line 266, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_base.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/* =Global
----------------------------------------------- */
/* line 4, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
body,
button,
input,
select,
textarea {
  color: #666;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
  font-size: 18px;
  font-size: 1.125em;
  line-height: 1.6;
}

/* Headings */
/* line 18, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
}

/* line 21, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
/* line 29, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
p {
  margin-bottom: 1.25em;
}

/* line 32, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
ul {
  margin: 0 0 1.5em 1em;
}

/* line 35, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
ul {
  list-style: disc;
}

/* line 42, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
ol {
  margin: 0 0 1.5em 0;
}

/* line 45, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 51, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
dt {
  font-weight: 700;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
}

/* line 55, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 58, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
b, strong {
  font-weight: 700;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
}

/* line 62, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 65, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
blockquote {
  margin: 2.5em 0;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
  border-left: 10px solid #e6e6e6;
  background: #f4f4f4;
  padding: 1.5em 3% 0;
}

/* line 4, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_mixins.scss */
blockquote:before, blockquote:after {
  content: "";
  display: table;
  -ms-grid-column: 1;
      grid-column: 1;
  -ms-flex-order: 1;
      order: 1;
}

/* line 11, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_mixins.scss */
blockquote:after {
  clear: both;
}

/* line 77, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
address {
  margin: 0 0 1.5em;
}

/* line 80, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 89, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 92, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 96, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 100, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 108, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
sup {
  bottom: 1ex;
}

/* line 111, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
sub {
  top: .5ex;
}

/* line 114, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
small {
  font-size: 75%;
}

/* line 117, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
big {
  font-size: 125%;
}

/* line 120, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
figure {
  margin: 0;
}

/* line 123, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* line 127, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
th {
  font-weight: 700;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
}

/* line 131, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 135, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

/* line 144, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #2e3641;
  color: #fff;
  border: none;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  line-height: 1.5;
  padding: .5em 1em;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: normal;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
}

/* line 178, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

/* line 182, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}

/* line 188, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

/* line 191, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

/* line 196, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: .5em 1em;
}

/* line 208, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
label {
  color: #999;
}

/* line 211, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

/* line 219, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: .5em 1em;
}

/* line 226, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
  padding: 1em;
}

/* links */
/* line 235, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
a {
  color: #fc781f;
}

/* line 238, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
a:visited {
  color: #fc781f;
}

/* line 241, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
a:hover,
a:focus,
a:active {
  color: #fc781f;
}

/* line 248, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
button,
.button {
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #2e3641;
  padding: .5em 1em;
  font-size: 14px;
  font-size: .875rem;
  display: inline-block;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
  font-weight: 300;
}

/* line 259, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
button:hover, button:visited, button:active,
.button:hover,
.button:visited,
.button:active {
  color: #fff;
}

/* line 268, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form {
  max-width: 100%;
  margin: 0;
}

/* line 272, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form .cmb-row {
  margin-bottom: 1.25em;
}

/* line 276, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form .cmb2-metabox-description {
  font-size: 0.875rem;
  font-style: italic;
}

/* line 281, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form .cmb2-text-small,
.cmb-form .cmb2-text-medium,
.cmb-form .cmb2-textarea-small,
.cmb-form .select2,
.cmb-form .select2-selection .select2-selection--multiple,
.cmb-form .select2-selection__rendered {
  width: 100%;
}

/* line 291, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form .cmb2-checkbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 296, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form .cmb2-checkbox-list li {
  margin: 0;
  padding: 0;
}

/* line 302, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form .select2-container--default .select2-selection--multiple {
  border-color: #ddd;
}

/* line 306, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form .button-primary {
  font-size: 1em;
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
  display: block;
  width: 100%;
  margin-top: 3em;
}

/* line 313, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form div.mce-panel {
  border: 0 solid rgba(0, 0, 0, 0.1);
}

/* line 316, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form #insert-media-button {
  height: auto;
  margin: .5em .5em .5em 0;
}

/* line 320, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.cmb-form button.wp-switch-editor {
  top: 21px;
  padding: .5em 1em;
}

/* alignment */
/* line 327, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 332, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 337, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.5em;
}

/* Text meant only for screen readers */
/* line 344, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 349, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* clearing */
/* line 4, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_mixins.scss */
.clear:before, .clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  -ms-grid-column: 1;
      grid-column: 1;
  -ms-flex-order: 1;
      order: 1;
}

/* line 11, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_mixins.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* line 382, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.hide {
  display: none;
}

/* pullquotes (requires plugin) */
/* line 388, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.pullquote {
  width: 50%;
  max-width: 17em;
  padding: .75em;
  margin-right: .75em;
  margin-left: .75em;
  line-height: 1.25;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.3125em;
  color: #2e3641;
}

/* line 401, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
blockquote.fancy {
  background: none;
  border: none;
  margin-bottom: 1.5em;
}

/* line 406, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
blockquote.fancy p {
  line-height: 1.25;
  font-family: "Sentinel SSm A", "Sentinel SSm B", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.3125em;
  color: #2e3641;
  margin-bottom: 0;
}

/* line 416, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
blockquote.fancy cite {
  color: #808080;
  font-size: .875em;
}

/* pagination */
/* line 448, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.paging-navigation {
  clear: both;
}

/* line 453, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
.inline-list {
  list-style: none;
  margin: 0;
}

/* line 72, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_mixins.scss */
.inline-list li {
  display: inline-block;
  float: left;
}

/* line 76, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_mixins.scss */
.inline-list li:last-child {
  margin-right: 0;
}

/* line 6, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
.boxy, .entry-title-prefix {
  padding: 1em;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  color: #808080;
}

/* line 11, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
.boxy p, .entry-title-prefix p {
  color: #808080;
}

/* line 16, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
body {
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
}

/* line 20, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
.entry-title-prefix {
  background: #fff;
  padding: .15em .5em;
  display: inline-block;
  font-size: 12px;
  font-size: .75rem;
  text-transform: uppercase;
  margin-bottom: .5em;
  color: #808080;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
}

/* line 33, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
#post-sponsor {
  position: relative;
}

/* line 4, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_mixins.scss */
#post-sponsor:before, #post-sponsor:after {
  content: "";
  display: table;
  -ms-grid-column: 1;
      grid-column: 1;
  -ms-flex-order: 1;
      order: 1;
}

/* line 11, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_mixins.scss */
#post-sponsor:after {
  clear: both;
}

/* line 36, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
#post-sponsor .entry-title-prefix {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-left: none;
  border-top: none;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 46, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
#post-sponsor .sponsor-summary {
  font-size: 12px;
  font-size: .75rem;
  margin: 0 0 1em;
  font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
}

/* line 52, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
#post-sponsor .widget-inner {
  padding: 1em 1em .25em;
}

/* line 55, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
#post-sponsor .button {
  padding: .5em;
  display: block;
  text-align: center;
}

/* line 61, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
#post-sponsor img {
  display: block;
}

@media screen and (min-width: 685px) {/* line 68, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
  #post-sponsor .widget-inner {
    width: 60%;
    float: right;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    padding: 4% 4% 0;
    text-align: left;
  }/* line 80, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
  #post-sponsor .thumbnail {
    width: 40%;
    float: left;
    display: block;
  }/* line 86, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/ads.scss */
  #post-sponsor .button {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 62em) {/* line 435, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
  .pullquote.alignright {
    margin-left: 1em;
    margin-right: -25%;
  }/* line 439, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
  .pullquote.alignleft {
    margin-right: 1em;
    margin-left: -25%;
  }
}

@media (max-width: 25em) {/* line 424, /Users/krogsgard/Pressmatic Sites/psconf/app/public/wp-content/themes/poststatus/sass/_global.scss */
  .pullquote {
    width: 100%;
    max-width: 100%;
    margin: 2em 0;
    margin: 3vw 0 4vw;
  }
}
/*# sourceMappingURL=ads.css.map */