@-webkit-keyframes spin_right {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin_right {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin_right {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin_left {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin_left {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin_left {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio {
  width: 100%;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #404039;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted #83897d;
  cursor: help;
}
.headline_meta abbr {
  border: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, "Courier New", monospace;
  _font-family: 'courier new', monospace;
}
code,
pre {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.7222em;
  border: 1px solid #dce1d7;
}
pre {
  background-color: #faf6e8;
  line-height: 1.4872em;
  margin-bottom: 2.5625em;
  padding: 1.1154em 3%;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code {
  background-color: #fcf2c8;
  padding: 0 5px 1px;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small,
.small {
  font-size: 50%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dd {
  margin: 0 0 1.62em 0;
}
dt {
  font-weight: bold;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label,
input,
button,
select,
textarea {
  font-weight: normal;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  float: left;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: .4em .6em 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #FFF;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  *margin-top: 4px;
  /* For IE7,add top margin to align select with labels */
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="hidden"] {
  display: none;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input:focus,
textarea:focus,
input[type="submit"]:focus {
  outline: 0;
  outline: thin dotted \9;
}
body {
  color: #f1f4ed;
  font-size: 34px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: #f1f4ed;
  line-height: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
img {
  width: 100%;
  margin: 0;
  display: block;
}
:last-child {
  margin-bottom: 0;
}
ul,
ol {
  list-style: none;
  list-style-image: none;
  margin: 0 0 1.62em 0;
  padding: 0;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
}
ul.none,
ul.none li,
li.widget ul.none li {
  margin-left: 0;
  list-style: none;
  list-style-type: none;
}
.format_text li,
.format_text dl {
  line-height: 1.611;
}
.format_text ol,
.format_text ul {
  margin: 0 0 1.62em 1.5em;
}
.format_text ul {
  list-style-type: disc;
}
.format_text ul ul {
  list-style-type: square;
  margin-top: .80555em;
}
.format_text ul ul ul {
  list-style-type: circle;
}
.format_text ol {
  list-style-type: decimal;
}
.format_text ol ol {
  list-style-type: lower-alpha;
}
.format_text ol ol ol {
  list-style-type: lower-roman;
}
li,
li {
  margin-bottom: 0.80555em;
}
li > ul {
  margin-top: 1em;
}
ol ol,
ol ul,
ul ul,
ul ol {
  margin-left: 2.1111em;
}
ul > ul,
ol > ol,
ul > ol,
ol > ul {
  margin-bottom: 0.81em;
}
b#show_baseline {
  display: block;
  position: absolute;
  top: 3px;
  right: 6px;
  color: #777;
}
b#show_baseline:hover {
  cursor: pointer;
}
.show_baseline .container {
  background-image: url(img/baseline-29.png);
  background-repeat: repeat;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
legend small {
  color: #83897d;
}
label {
  font-family: "sutro", georgia, serif;
  display: inline-block;
  margin: 0 0 .5em;
  color: #83897d;
}
p label {
  margin-bottom: -1.62em;
}
label.radio,
label.checkbox {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  margin-bottom: 0;
  padding-left: 2em;
}
select {
  width: 48%;
  background-color: #FFF;
  font-size: .9em;
}
input,
textarea,
select {
  display: block;
  border: 1px solid #CFCFCF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.8em 0.8em 0.5em;
  border-width: 0;
  border-style: solid;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input,
textarea {
  background-color: #FCFCE2;
  -webkit-box-shadow: inset 0 0 6px #B8BEB6;
  -moz-box-shadow: inset 0 0 6px #B8BEB6;
  box-shadow: inset 0 0 6px #B8BEB6;
  -webkit-transition: border linear 0.2s;
  -moz-transition: border linear 0.2s;
  -ms-transition: border linear 0.2s;
  -o-transition: border linear 0.2s;
  transition: border linear 0.2s;
  -webkit-transition: box-shadow linear 0.2s;
  -moz-transition: box-shadow linear 0.2s;
  -ms-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
}
input.submit {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
textarea:focus,
input[type="submit"]:focus {
  border-color: #f27948;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0 8px #f27948;
  -moz-box-shadow: 0 0 8px #f27948;
  box-shadow: 0 0 8px #f27948;
}
input {
  width: 45%;
  padding: .5em;
}
textarea {
  width: 96%;
  padding: 2%;
}
.mozilla textarea {
  width: 95%;
  padding: .5em;
}
#sidebars input[type="email"],
#sidebars input[type="text"] {
  width: 94%;
}
.centered_form {
  text-align: center;
  margin-bottom: 1.62em;
}
.centered_form input {
  display: block;
  margin: 0 auto 1em;
}
.centered_form input[type="submit"] {
  display: inline-block;
}
.fullwidth_form {
  margin-bottom: 1.62em;
}
.fullwidth_form input {
  display: block;
  margin: 0 auto 1em;
  width: 96%;
}
.fullwidth_form input[type="checkbox"] {
  float: left;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: .4em .6em 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
.fullwidth_form input[type="submit"] {
  width: 52%;
}
.fullwidth_form label {
  width: 98%;
}
.inline_form {
  margin-bottom: 1.62em;
}
.inline_form input {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.inline_form input[type="submit"] {
  margin-right: 0;
}
.triple_inline_form {
  margin-bottom: 1.62em;
  text-align: center;
}
.triple_inline_form input {
  display: inline-block;
  margin: 0 1em 1em 0;
  width: 38%;
}
.triple_inline_form input[type="submit"] {
  margin-right: 0;
  width: 15%;
}
#searchform {
  font-size: 1.33333333em;
  margin: 1em 0;
}
#searchform input {
  width: 65%;
  margin-right: 5%;
}
#searchform input[type="submit"] {
  margin-right: 0;
  width: 20%;
}
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  margin-bottom: 1.62em;
}
table th,
table td {
  padding: .45em;
  line-height: 1.1em;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #cfd6c8;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
  background-color: #f8faf6;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #f1f4ed;
}
p.lede {
  color: #83897d;
  font-size: 1.66666667em;
  line-height: 1.44666667em;
  margin-bottom: 0.96666667em;
}
p.no_lede {
  font-size: 1em;
  line-height: 1.7em;
}
.sparkline p.lede,
.post_content_excerpt p {
  color: #404039;
  font-size: 1.44444444em;
  line-height: 1.7em;
}
.orange_texture p.lede,
.orange_texture p.note {
  color: #94592b;
}
.alert .lede {
  color: #404039;
}
.lede .btn_main {
  font-size: 0.6em;
}
p:last-child {
  margin-bottom: 0;
}
::-moz-selection {
  background: #EDD569;
}
::selection {
  background: #EDD569;
}
a.btn_main,
input[type="submit"],
a.btn_alt,
input[type="submit"].btn_alt,
a.btn_fancy,
input[type="submit"].btn_fancy,
a.btn_fancy.alternate,
input[type="submit"].alternate,
a.btn_green,
input[type="submit"].btn_green,
a.btn_full_main,
a.btn_full_secondary,
a.btn_full_tertiary,
.btn_green_fancy,
input[type="submit"].btn_green_fancy {
  text-decoration: none;
}
.btn_main,
input[type="submit"],
.btn_alt,
input[type="submit"].btn_alt,
.btn_fancy,
input[type="submit"].btn_fancy,
.btn_fancy.alternate,
input[type="submit"].alternate,
.btn_green,
input[type="submit"].btn_green,
.btn_green_fancy,
input[type="submit"].btn_green_fancy {
  color: #fff;
  background-color: #f27948;
  font-family: "sutro", georgia, serif;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.7em 0.8em 0.6em;
  border-width: 0;
  border-style: solid;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn_main:hover,
input[type="submit"]:hover {
  color: #FFF;
  background-color: #ef5d22;
}
.btn_alt,
input[type="submit"].btn_alt {
  background-color: #83897d;
}
.btn_alt:hover,
input[type="submit"].btn_alt:hover {
  color: #FFF;
  background-color: #6f7469;
}
.btn_green,
input[type="submit"].btn_green {
  background-color: #84ECCB;
}
.btn_green:hover,
input[type="submit"].btn_green:hover {
  color: #FFF;
  background-color: #3b6828;
}
.btn_fancy,
input[type="submit"].btn_fancy {
  border-color: #f59c78 #ef5618 #96330b;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  background: #dc5e2b;
  background-image: -moz-linear-gradient(top, #f27948, #c6430e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f27948), to(#c6430e));
  background-image: -webkit-linear-gradient(top, #f27948, #c6430e);
  background-image: -o-linear-gradient(top, #f27948, #c6430e);
  background-image: linear-gradient(top, #f27948, #c6430e);
  filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr={0}, endColorstr={1})", #f27948, #c6430e);
  -ms-filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr={0}, endColorstr={1})", #f27948, #c6430e);
  background-image: -ms-linear-gradient(top, #f27948, #c6430e);
  background-repeat: repeat-x;
}
.btn_fancy:hover,
input[type="submit"].btn_fancy:hover {
  color: #FFF;
  background-color: #c6430e;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn_green_fancy,
input[type="submit"].btn_green_fancy {
  border-color: #c6f6e7 #42e2af #1dba88;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
  background: #63e7bd;
  background-image: -moz-linear-gradient(top, #84ECCB, #42e2af);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#84ECCB), to(#42e2af));
  background-image: -webkit-linear-gradient(top, #84ECCB, #42e2af);
  background-image: -o-linear-gradient(top, #84ECCB, #42e2af);
  background-image: linear-gradient(top, #84ECCB, #42e2af);
  filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr={0}, endColorstr={1})", #84ECCB, #42e2af);
  -ms-filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr={0}, endColorstr={1})", #84ECCB, #42e2af);
  background-image: -ms-linear-gradient(top, #84ECCB, #42e2af);
  background-repeat: repeat-x;
}
.btn_green_fancy:hover,
input[type="submit"].btn_green_fancy:hover {
  color: #FFF;
  background-color: #42e2af;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn_fancy.alternate,
input[type="submit"].alternate {
  border-color: #9ca198 #696f64 #363934;
  background: #70756b;
  background-image: -moz-linear-gradient(top, #83897d, #5d6158);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#83897d), to(#5d6158));
  background-image: -webkit-linear-gradient(top, #83897d, #5d6158);
  background-image: -o-linear-gradient(top, #83897d, #5d6158);
  background-image: linear-gradient(top, #83897d, #5d6158);
  filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr={0}, endColorstr={1})", #83897d, #5d6158);
  -ms-filter: formatString("progid:DXImageTransform.Microsoft.gradient(startColorstr={0}, endColorstr={1})", #83897d, #5d6158);
  background-image: -ms-linear-gradient(top, #83897d, #5d6158);
  background-repeat: repeat-x;
}
.btn_fancy.alternate:hover,
input[type="submit"].alternate:hover {
  color: #FFF;
  background-position: 0 -15px;
  background-color: #5d6158;
}
.btn_full_main,
.btn_full_secondary,
.btn_full_tertiary {
  color: #fff;
  background-color: #f27948;
  display: block;
  text-align: center;
  padding: 1em;
  font-family: "sutro", georgia, serif;
  font-weight: normal;
  line-height: 1.2em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 1.62em;
}
.btn_full_main {
  border-top: 3px solid #ef5d22;
}
.btn_full_main:hover {
  color: #FFF;
  background-color: #ef5d22;
}
.btn_full_secondary {
  background-color: #62655e;
}
.btn_full_secondary:hover {
  color: #FFF;
  background-color: #4d504a;
}
.btn_full_tertiary {
  background-color: #83897d;
}
.btn_full_tertiary:hover {
  color: #FFF;
  background-color: #6f7469;
}
.box_main {
  background-color: #f1f4ed;
  padding: 6.667%;
  margin-bottom: 1.62em;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #8fa76e;
}
.sparkline .format_text .box_main h2 {
  font-size: 1.2222222222222223em;
}
.box_main h2,
.box_main h3,
.sparkline .format_text .box_main h3,
.box_main h4,
.alert h2,
.alert h3,
.alert h4 {
  margin: 0 0 .8em;
}
.alert p:last-child,
.note p:last-child,
.widget p:last-child,
.widget li:last-child,
li.widget p:last-child,
.box_main form:last-child {
  margin-bottom: 0;
}
.alert.group,
.note.group,
.box_main.group {
  margin-bottom: 1.62em;
}
.sharebar {
  font-size: 16px;
  line-height: 1.2;
  border-top: 1px solid #dce1d7;
  border-bottom: 1px solid #dce1d7;
  margin-bottom: 1.8125em;
}
ul.sharebar {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.8125em;
}
p.sharebar a {
  display: inline-block;
  margin: 0.7em 2em 0.5em;
}
.sharebar li {
  margin: 10px 12px 3px 0;
  float: left;
  width: 117px;
}
.sharebar li:last-child {
  margin-right: 0;
}
.two_column {
  float: left;
  width: 46.13%;
  margin-bottom: 1em;
}
.scaffold .two_column {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
.three_column {
  float: left;
  margin: 0 8% 1em 0;
  width: 28%;
}
.scaffold .three_column {
  float: left;
  margin: 0;
  padding: 2.16%;
  width: 29%;
}
.four_column {
  float: left;
  margin-right: 2.7777777778%;
  width: 22.91%;
}
.onethird_column_left {
  float: left;
  width: 28%;
  margin: 0 7% 1em 0;
}
.onethird_column_right {
  float: right;
  width: 64%;
  margin-bottom: 1em;
}
.two_column.last_column,
.three_column.last_column,
.four_column.last_column,
.one_of_four.last_column {
  float: right;
  margin-right: 0;
}
.line_1of3 {
  background: url(img/vert_line.gif) repeat-y 32% 0;
}
.line_2of3 {
  background: url(img/vert_line.gif) repeat-y 68% 0;
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.line_1of2 {
  background: url(img/vert_line.gif) repeat-y 50% 0;
}
.three_of_four {
  float: left;
  width: 75%;
  margin-bottom: 1em;
}
.one_of_four {
  float: right;
  width: 19.348659%;
  margin-bottom: 1em;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.quiet {
  color: #83897d;
}
.alt_font {
  font-family: "sutro", georgia, serif;
}
.alt_font_fat {
  font-family: "sutro", georgia, serif;
}
.alt_font_thin {
  font-family: "sutro", georgia, serif;
}
.main_font {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.quiet.alt_font {
  font-size: .8em;
}
.quote {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.7222em;
  font-style: italic;
}
.quote small {
  font-family: "sutro", georgia, serif;
  font-style: normal;
}
span.pullquote_left,
span.pullquote_right {
  display: block;
  width: 47.65%;
  margin-top: 0.81em;
  margin-bottom: 0.81em;
  padding: 0.81em 0;
  position: relative;
  color: #83897d;
  border-top: 3px solid #dce1d7;
  border-bottom: 3px solid #dce1d7;
  -webkit-font-smoothing: antialiased;
}
span.pullquote_right {
  float: right;
  margin-left: 1.62em;
}
span.pullquote_left {
  float: left;
  margin-right: 1.62em;
}
.pullquote_left span.title,
.pullquote_right span.title {
  display: block;
  font-weight: bold;
}
blockquote {
  font-style: italic;
  color: #83897d;
  margin: 0 0 1.62em 0;
  padding-left: 1.2em;
  border-left: 3px solid #f1f1f0;
}
blockquote em {
  font-style: normal;
}
p.cite {
  text-align: right;
  font-weight: normal;
  font-style: italic;
}
.big p.cite {
  font-size: 0.62em;
}
.cite a {
  color: #83897d;
  text-decoration: none;
  border-bottom: 1px dashed #DDD;
}
.cite a:hover {
  border-bottom: 1px dashed #666;
  text-decoration: none;
}
.cite:before {
  content: "~ ";
}
blockquote.big {
  font-size: 1.83333333em;
  font-style: italic;
  line-height: 1.611111111em;
  margin: 0 0 2em 0;
  padding: 0;
  border: 0 none;
}
blockquote.big p {
  margin-bottom: 1em;
}
blockquote.big .cite,
blockquote.big small {
  font-size: 0.48484848em;
  margin-top: -1em;
}
blockquote.big em {
  font-style: normal;
}
blockquote.quotable {
  padding: 0;
  border: 0 none;
}
q {
  quotes: '“' '”' '‘' '’';
}
q:before {
  content: '“';
  content: open-quote;
}
q:after {
  content: '”';
  content: close-quote;
}
q q:before {
  content: '‘';
  content: open-quote;
}
q q:after {
  content: '’';
  content: close-quote;
}
blockquote q:before {
  content: '‘';
  content: open-quote;
}
blockquote q:after {
  content: '’';
  content: close-quote;
}
blockquote q q:before {
  content: '“';
  content: open-quote;
}
blockquote q q:after {
  content: '”';
  content: close-quote;
}
ul.horr_list {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.horr_list li {
  margin: 0 0.5em 0.5em 0;
  list-style: none;
  display: inline;
}
ul.horr_list_centered {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.horr_list_centered li {
  display: inline;
}
.horr_list_centered a {
  display: inline-block;
  padding: 10px;
}
ul.none,
ul.none li,
li.widget ul.none li {
  margin-left: 0;
  list-style: none;
  list-style-type: none;
}
ul.horr_right {
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.horr_right li {
  float: left;
  margin-bottom: 0;
  margin-right: 0.5em;
  background: #eee;
  line-height: 1;
  border: 1px solid #ddd;
}
.horr_right a {
  padding: 0.25em 0.5em;
  display: block;
  border: none;
}
.drop_cap,
.dropcap {
  font-size: 3.39em;
  line-height: 0.88em;
  padding: .09em 0.12em 0 0;
  float: left;
  text-transform: uppercase;
}
.lede .drop_cap,
.lede .dropcap {
  font-size: 3.7em;
  line-height: .88em;
  padding: .09em .12em 0 0;
  float: left;
  height: 0.7em;
}
.sparkline .lede .drop_cap,
.sparkline .lede .dropcap {
  font-size: 3.7em;
  line-height: .88em;
  padding: .09em .12em 0 0;
  float: left;
  height: 0.7em;
}
.border_top {
  border-top: 1px solid #dce1d7;
  padding-top: 0.25em;
}
.border_bottom {
  border-bottom: 1px solid #dce1d7;
  padding-bottom: 0.25em;
}
.border_top_big {
  border-top: 4px solid #dce1d7;
  padding-top: 0.25em;
}
.border_bottom_big {
  border-bottom: 4px solid #dce1d7;
  padding-top: 0.25em;
}
hr {
  display: block;
  height: 1px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #dce1d7;
  color: transparent;
  margin: 2.6em 0;
  padding: 0;
}
hr.small {
  margin: 0em 0 1.6em;
}
hr.space {
  border: 0;
}
.note {
  color: #83897d;
  font-size: 0.88888889em;
  font-style: italic;
}
div.note {
  margin-bottom: 1.8125em;
}
.alert {
  font-size: .9em;
}
div.alert,
p.alert {
  background-color: #FFFAE0;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #FFDE70;
  padding: 2.5% 3.5%;
}
.format_text div.alert,
.format_text p.alert {
  margin-bottom: 1.62em;
}
.text_alert {
  color: #f27948;
}
.text_error {
  color: #B94A48;
}
.text_success {
  color: #84ECCB;
}
img.frame,
.wp-caption {
  background-color: #EEE;
  background: none repeat scroll 0 0 rgba(90, 90, 90, 0.1);
  border: 1px solid #CCC;
  border: 1px solid rgba(90, 90, 90, 0.3);
  padding: 1px;
}
.wp-caption {
  padding-bottom: 0.555555556em;
}
.wp-caption p {
  font-size: 0.777777778em;
  line-height: 1.8125em;
  margin-bottom: 0;
  margin-top: 0.714285714em;
  color: #666;
  padding: 0 1em;
}
.alignright {
  float: right;
  margin: 0.4em 0 0.805555556em 4.64%;
}
.alignleft {
  float: left;
  margin: 0.4em 4.64% 0.805555556em 0;
}
.headshot {
  background-color: #EEE;
  background: none repeat scroll 0 0 rgba(90, 90, 90, 0.1);
  border: 1px solid #CCC;
  border: 1px solid rgba(90, 90, 90, 0.3);
  padding: 1px;
  float: left;
  width: 72px;
  margin: .3em 4.64% .5em 0;
}
.img_full {
  width: 100%;
  margin-top: 0.4em;
  margin-bottom: 0.333333333em;
}
.img_half {
  width: 47.69%;
}
.group .img_half.alignright,
.group .img_half.alignleft {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5em;
}
.img_circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  padding: 0.8em 0.8em 0.5em;
  border-width: 0;
  border-style: solid;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.img_rounded {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 0.8em 0.8em 0.5em;
  border-width: 0;
  border-style: solid;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.remove_margin_bottom {
  margin-bottom: 0 !important;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.group:before,
.group:after,
.container:before,
.container:after {
  content: "";
  display: table;
}
.group:after,
.container:after {
  clear: both;
}
.group,
.container {
  zoom: 1;
}
.clearme,
.clearfix {
  clear: both;
  overflow: hidden;
  zoom: 1;
}
.no_margin {
  margin-bottom: 0 !important;
}
/* ==========================================================================
   #### Author's custom styles
   ========================================================================== */
.black {
  background-color: #000;
}
.orange {
  background-color: #EC654C;
}
.skin {
  background-color: #D8B29B;
}
.chunk {
  padding: 9%;
}
.container_small {
  max-width: 1000px;
  margin: 0 auto;
}
p {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: .7em;
}
a {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4 {
  font-family: "sutro", georgia, serif;
  font-weight: 300;
  line-height: 1.2em;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-family: "sutro-deluxe-fill", "sutro", impact, sans-serif;
  font-size: 1.8em;
  letter-spacing: -0.2em;
}
h3,
h4 {
  margin-bottom: 1em;
}
.header {
  background-color: #EC654C;
  padding: 5em 0;
}
.header img {
  padding-bottom: 1em;
}
.hardword .marquee {
  height: 1200px;
}
.podcast .container {
  padding: 6em 0;
}
.scplayer {
  background-color: #f7ad8f;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0.3em 0.6em 0.5em;
  border-width: 0;
  border-style: solid;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
  margin: .4em 0 1em;
}
.freeaccomplish .marquee {
  height: 14em;
}
.share a:hover {
  cursor: pointer;
  color: #58BED4;
}
.marquee {
  height: 9em;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0.8em 0.8em 0.5em;
  border-width: 0;
  border-style: solid;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.marquee p {
  font-size: .6em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
.tipr_content {
  font-size: 12px;
  color: #333;
  background-color: #fff;
  padding: 9px 17px;
}
.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000;
}
.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -77px;
  box-shadow: 2px 2px 5px #f9f9f9;
  z-index: 1000;
}
.tipr_point_top,
.tipr_point_bottom {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.tipr_point_top:after,
.tipr_point_top:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_top:after {
  border-top-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_top:before {
  border-top-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
.tipr_point_bottom:after,
.tipr_point_bottom:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_bottom:after {
  border-bottom-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_bottom:before {
  border-bottom-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 600px) {
  body {
    font-size: 18px;
  }
  .scaffold .two_column,
  .scaffold .three_column,
  .four_column,
  .three_column,
  .two_column,
  .onethird_column_left,
  .onethird_column_right {
    float: none;
    margin: 0 0 1.62em;
    padding: 0;
    width: 100%;
  }
  .scaffold .two_column.last_column,
  .scaffold .three_column.last_column,
  .two_column.last_column,
  .four_column.last_column,
  .three_column.last_column {
    float: none;
  }
  .line_1of3,
  .line_2of3,
  .line_1of2 {
    background: none;
  }
  .alignright,
  .alignleft {
    float: none;
    margin: 0 0 1em 0;
    width: 99%;
  }
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */