article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * @group Color
 * @label Base Color (used for navbar, widget titles, etc.)
 * @type color
 * @default_value #2275bb
 */
/**
 * @group Color
 * @label Header/Footer Color
 * @type color
 * @default_value #222
 */
/**
 * @group Color
 * @label Pre-Footer Color
 * @type color
 * @default_value #ddd
 */
/**
 * @group Color
 * @label Color of links
 * @type color
 * @default_value #2275bb
 */
/**
 * @group Color
 * @label Hover color of links
 * @type color
 * @default_value #2275bb
 */
/**
 * @group Color
 * @label Background color of post meta boxes (author bio, related posts, etc.)
 * @type color
 * @default_value #fff
 */
/**
 * @group Basics
 * @label Body Background Color
 * @type color
 * @default_value #fff
 */
/**
 * @group Basics
 * @label Page Background Color
 * @type color
 * @default_value #fff
 */
/**
 * @group Basics
 * @label Text Color
 * @type color
 * @default_value #333
 */
/**
 * @group Basics
 * @label Default Vertical Spacing
 * @type pixels
 * @default_value 24px
 */
/**
 * @group Typography
 * @label Sans Font Family
 * @type text
 * @default_value "Helvetica Neue", Helvetica, Arial, sans-serif
 */
/**
 * @group Typography
 * @label Serif Font Family
 * @type text
 */
/**
 * @group Typography
 * @label Base Font Size
 * @type pixels
 */
/**
 * @group Typography
 * @label Sans Font Family
 * @type dropdown
 * @options @serifFontFamily|@sansFontFamily
 * @default_value @serifFontFamily
 */
/**
 * @group Typography
 * @label Base Line Height
 * @type text
 * @default_value 1.5
 */
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
}
#page {
  background-color: #ffffff;
  padding: 0 20px;
}
a {
  color: #2275bb;
  text-decoration: none;
}
a:hover {
  color: #368fda;
  text-decoration: underline;
}
a.more-link {
  white-space: nowrap;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin: 0 0 24px;
}
h1 {
  font-size: 54px;
}
h1.entry-title {
  font-size: 44px;
  margin-bottom: 12px;
  line-height: 1;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 36px;
}
h4,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
  font-size: 29.328px;
}
h5,
.stories h3,
.entry-content h4 {
  font-size: 24px;
}
h6,
.entry-content h5 {
  font-size: 19.552px;
}
.entry-content h6 {
  font-size: 16px;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: inherit;
  line-height: 1.3;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 0.815em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 24px;
}
p {
  font-size: 19.552px;
  line-height: 1.5;
  margin: 0 0 24px;
}
p small,
p.small {
  font-size: 13.04px;
  color: #999999;
}
p.xsmall {
  font-size: 10.672px;
  color: #999999;
}
p.intro {
  font-size: 24px;
  color: #555555;
  font-style: italic;
}
.widget p {
  font-size: 16px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 24px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 8px;
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol ol {
  list-style: lower-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
li {
  margin-bottom: 12px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 5px;
}
strong,
dfn {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
abbr,
acronym {
  border-bottom: 1px dotted #999999;
}
address {
  margin: 0 0 24px;
  font-style: italic;
}
del {
  color: #999999;
}
blockquote {
  clear: both;
  padding: 5px 15px;
  margin: 0 0 24px;
  background-color: #dddddd;
  border-left: 5px solid #999999;
}
blockquote p {
  font-size: 16px;
  margin: 12px 0;
  line-height: 1.5;
}
blockquote small {
  display: block;
  line-height: 24px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  border-right: 5px solid #dddddd;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 24px;
  font-size: 14.8px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 24px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
}
form {
  margin: 0 0 1.5;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2.25;
  font-size: 24px;
  line-height: 3;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 1.125;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
input,
button,
select,
textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 1.5;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
input,
textarea {
  width: 210px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 89.99999999%;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 81.48936169%;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 72.9787234%;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 64.4680851%;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 55.9574468%;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 47.4468085%;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 38.93617021%;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 30.42553191%;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 21.91489361%;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 13.40425532%;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 4.89361702%;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: -3.61702128%;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #dddddd;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 0.5 20px 1.5;
  margin-top: 1.5;
  margin-bottom: 1.5;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 0.75;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 1.5;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #dddddd;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 0.75;
}
legend + .control-group {
  margin-top: 1.5;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 1.5;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 0.75;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
/**
 * Fixes to Google Custom Search
 */
.gcs_container .gsc-control-cse {
  width: auto;
  padding: 0;
  background-color: transparent;
  border: none;
}
.gcs_container .gsc-input-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gcs_container .gsc-search-button {
  margin-top: 0 !important;
}
.gcs_container .gsc-search-box .gsc-input,
.gcs_container .gsc-results-wrapper-overlay .gsc-input {
  padding-right: 5px !important;
}
.gcs_container .gsc-search-box table,
.gcs_container .gsc-results-wrapper-overlay table {
  border: 0;
  border-collapse: separate;
  margin-bottom: 0;
}
.gcs_container .gsc-search-box td,
.gcs_container .gsc-results-wrapper-overlay td {
  border: 0;
  padding: 0;
}
.gcs_container .gsc-search-box td.gsib_a,
.gcs_container .gsc-results-wrapper-overlay td.gsib_a {
  padding: 3px 6px 0 !important;
}
.gcs_container .gsc-search-box td.gsc-search-button,
.gcs_container .gsc-results-wrapper-overlay td.gsc-search-button {
  padding: 0;
  line-height: normal;
}
.gcs_container .gsc-search-box input[type='text'],
.gcs_container .gsc-results-wrapper-overlay input[type='text'] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gcs_container .gsc-search-box input.gsc-search-button-v2,
.gcs_container .gsc-results-wrapper-overlay input.gsc-search-button-v2 {
  padding: 6px 15px !important;
  height: 13px !important;
  font-size: 15px;
  margin-bottom: 0 !important;
  background-color: #2276bd;
  background-image: -moz-linear-gradient(top, #247ac4, #2070b2);
  background-image: -ms-linear-gradient(top, #247ac4, #2070b2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#247ac4), to(#2070b2));
  background-image: -webkit-linear-gradient(top, #247ac4, #2070b2);
  background-image: -o-linear-gradient(top, #247ac4, #2070b2);
  background-image: linear-gradient(top, #247ac4, #2070b2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#247ac4', endColorstr='#2070b2', GradientType=0);
}
.gcs_container .gsc-search-box input.gsc-search-button-v2:hover,
.gcs_container .gsc-results-wrapper-overlay input.gsc-search-button-v2:hover {
  background-color: #2274b9;
  background-image: -moz-linear-gradient(top, #2070b2, #247ac4);
  background-image: -ms-linear-gradient(top, #2070b2, #247ac4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2070b2), to(#247ac4));
  background-image: -webkit-linear-gradient(top, #2070b2, #247ac4);
  background-image: -o-linear-gradient(top, #2070b2, #247ac4);
  background-image: linear-gradient(top, #2070b2, #247ac4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2070b2', endColorstr='#247ac4', GradientType=0);
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #dddddd;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  *margin-left: .3em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  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:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 18px;
  line-height: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 14px;
  line-height: -0.5px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 14px;
  line-height: -2.5px;
}
.btn-primary.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  background-color: #dddddd;
}
.btn-primary,
.btn-primary:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2275bb;
}
.btn-primary:hover {
  background-color: #1a5a90;
  *background-color: #164c7a;
  /* Buttons in IE7 don't get borders, so darken on hover */
  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;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
table {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dddddd;
  border-left: 0;
  margin-bottom: 1.5;
}
table th,
table td {
  padding: 8px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table tbody + tbody {
  border-top: 2px solid #dddddd;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-noborder {
  border: none;
}
.table-noborder th,
.table-noborder td {
  border: none;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: -9.61702128%;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: -1.10638298%;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 7.40425532%;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 15.91489361%;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 24.42553191%;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 32.93617021%;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 41.4468085%;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 49.9574468%;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 58.4680851%;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 66.9787234%;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 75.48936169%;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 83.99999999%;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 92.51063829%;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 101.02127658%;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 109.53191488%;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 118.04255318%;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 126.55319148%;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 135.06382977%;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 143.57446807%;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 152.08510637%;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 160.59574466%;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 169.10638296%;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 177.61702126%;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 186.12765955%;
  margin-left: 0;
}
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/font/fontello.eot");
  src: url("../fonts/fontello/font/fontello.eot?#iefix") format('embedded-opentype'), url("../fonts/fontello/font/fontello.woff") format('woff'), url("../fonts/fontello/font/fontello.ttf") format('truetype'), url("../fonts/fontello/font/fontello.svg#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 1;
  text-transform: none !important;
}
.icon-search:before {
  content: '\4d';
}
/* 'M' */
.icon-instagram:before {
  content: '\74';
}
/* 't' */
.icon-heart:before {
  content: '\41';
}
/* 'A' */
.icon-heart-empty:before {
  content: '\42';
}
/* 'B' */
.icon-star:before {
  content: '\43';
}
/* 'C' */
.icon-star-empty:before {
  content: '\44';
}
/* 'D' */
.icon-videocam:before {
  content: '\e802';
}
/* '' */
.icon-picture:before {
  content: '\e800';
}
/* '' */
.icon-camera:before {
  content: '\e801';
}
/* '' */
.icon-ok:before {
  content: '\45';
}
/* 'E' */
.icon-cancel:before {
  content: '\46';
}
/* 'F' */
.icon-plus:before {
  content: '\47';
}
/* 'G' */
.icon-minus:before {
  content: '\48';
}
/* 'H' */
.icon-help:before {
  content: '\49';
}
/* 'I' */
.icon-home:before {
  content: '\50';
}
/* 'P' */
.icon-link:before {
  content: '\51';
}
/* 'Q' */
.icon-tag:before {
  content: '\52';
}
/* 'R' */
.icon-tags:before {
  content: '\53';
}
/* 'S' */
.icon-download:before {
  content: '\54';
}
/* 'T' */
.icon-print:before {
  content: '\55';
}
/* 'U' */
.icon-comment:before {
  content: '\56';
}
/* 'V' */
.icon-chat:before {
  content: '\57';
}
/* 'W' */
.icon-location:before {
  content: '\e808';
}
/* '' */
.icon-doc-text:before {
  content: '\e804';
}
/* '' */
.icon-mail:before {
  content: '\75';
}
/* 'u' */
.icon-phone:before {
  content: '\58';
}
/* 'X' */
.icon-menu:before {
  content: '\4c';
}
/* 'L' */
.icon-calendar:before {
  content: '\e805';
}
/* '' */
.icon-headphones:before {
  content: '\59';
}
/* 'Y' */
.icon-play:before {
  content: '\60';
}
/* '`' */
.icon-table:before {
  content: '\e807';
}
/* '' */
.icon-chart-bar:before {
  content: '\e806';
}
/* '' */
.icon-spinner:before {
  content: '\61';
}
/* 'a' */
.icon-map:before {
  content: '\e809';
}
/* '' */
.icon-share:before {
  content: '\e80a';
}
/* '' */
.icon-gplus:before {
  content: '\62';
}
/* 'b' */
.icon-pinterest:before {
  content: '\63';
}
/* 'c' */
.icon-cc:before {
  content: '\64';
}
/* 'd' */
.icon-flickr:before {
  content: '\65';
}
/* 'e' */
.icon-linkedin:before {
  content: '\66';
}
/* 'f' */
.icon-rss:before {
  content: '\67';
}
/* 'g' */
.icon-twitter:before {
  content: '\68';
}
/* 'h' */
.icon-youtube:before {
  content: '\69';
}
/* 'i' */
.icon-facebook:before {
  content: '\70';
}
/* 'p' */
.icon-github:before {
  content: '\71';
}
/* 'q' */
.icon-itunes:before {
  content: '\72';
}
/* 'r' */
.icon-tumblr:before {
  content: '\73';
}
/* 's' */
.icon-doc-text-inv:before {
  content: '\e803';
}
/* '' */
.social-icons .icon-rss:hover {
  color: #f89406 !important;
}
.social-icons .icon-facebook:hover {
  color: #4454a0 !important;
}
.social-icons .icon-twitter:hover {
  color: #0094c5 !important;
}
.social-icons .icon-youtube:hover {
  color: #c42f23 !important;
}
.social-icons .icon-gplus:hover {
  color: #ed202b !important;
}
.social-icons .icon-flickr:hover {
  color: #005fdf !important;
}
.social-icons .icon-linkedin:hover {
  color: #238cc3 !important;
}
.social-icons .icon-tumblr:hover {
  color: #2b4763 !important;
}
#header-social i {
  position: relative;
  top: 0;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#header-social i:hover {
  color: #fff !important;
  opacity: 0.9;
}
#header-social .icon-rss {
  background-color: #f89406 !important;
}
#header-social .icon-facebook {
  background-color: #4454a0 !important;
}
#header-social .icon-twitter {
  background-color: #0094c5 !important;
}
#header-social .icon-youtube {
  background-color: #c42f23 !important;
}
#header-social .icon-gplus {
  background-color: #ed202b !important;
}
#header-social .icon-flickr {
  background-color: #005fdf !important;
}
#header-social .icon-linkedin {
  background-color: #238cc3 !important;
}
#header-social .icon-tumblr {
  background-color: #2b4763 !important;
}
.global-nav,
#page,
#site-footer,
#footer-logos,
.sticky-nav-container,
.sticky-footer-container,
#before-footer {
  max-width: 1170px;
  padding: 0 2.5%;
}
#page {
  padding-bottom: 18px;
}
#main {
  margin: 18px 0;
}
#left-rail {
  float: left;
  margin-left: 0;
}
#content-main {
  float: right;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 1.62765957%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.49999999%;
}
.row-fluid .span11 {
  width: 91.48936169%;
  *width: 90.98936169%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.4787234%;
}
.row-fluid .span9 {
  width: 74.4680851%;
  *width: 73.9680851%;
}
.row-fluid .span8 {
  width: 65.9574468%;
  *width: 65.4574468%;
}
.row-fluid .span7 {
  width: 57.4468085%;
  *width: 56.9468085%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.43617021%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 39.92553191%;
}
.row-fluid .span4 {
  width: 31.91489361%;
  *width: 31.41489361%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 22.90425532%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.39361702%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 5.88297872%;
}
@media screen and (max-width: 480px) {
  .home #main {
    margin-top: 32px;
  }
}
.global-nav-bg {
  height: 38px;
  background-color: #222222;
}
.global-nav {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  height: 38px;
  overflow: visible;
  z-index: 1030;
}
.global-nav ul {
  margin: 0;
  list-style: none;
  font-size: 11px;
  line-height: 24px;
}
.global-nav ul li {
  float: left;
  margin: 9px 18px 0 0;
}
.global-nav ul a {
  color: #ffffff;
}
.global-nav ul a:hover {
  text-decoration: none;
  color: #d9d9d9;
}
.global-nav .nav-right {
  float: right;
}
.global-nav .nav-right ul#header-social {
  float: left;
  margin: 0 0 0 0;
  font-size: 14px;
}
.global-nav .nav-right ul#header-social li {
  margin: 5px 0 5px 10px;
}
.global-nav .nav-right ul#header-social li a {
  color: #ffffff;
}
.global-nav .nav-right ul#header-social li a i {
  display: block;
  height: 24px;
  padding: 3px 4px 2px 4px;
}
.global-nav .nav-right .donate-btn {
  float: left;
  margin: 5px 0 0 10px;
}
.global-nav .nav-right .org-logo {
  float: left;
  -webkit-box-shadow: 0 3px 4px -2px #000000;
  -moz-box-shadow: 0 3px 4px -2px #000000;
  box-shadow: 0 3px 4px -2px #000000;
  height: 32px;
  overflow: visible;
  margin: 0 5px 0 10px;
}
.donate-btn {
  font-size: 14px;
  line-height: 2;
  background-color: #bd261d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.donate-btn:hover {
  background-color: #d32a20;
}
.donate-btn a {
  padding: 24px 7px;
  color: #ffffff;
}
.donate-btn a:hover {
  text-decoration: none;
}
.donate-btn i {
  margin: 1px 3px 0 0;
}
#header-search {
  margin-left: 10px;
  margin-top: 5px;
  max-width: 210px;
  float: left;
}
#header-search form {
  margin: 0;
}
#header-search input,
#header-search button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
}
#header-search input {
  height: 18px;
  padding: 6px 4px 2px;
}
#header-search button {
  height: 28px;
  text-transform: uppercase;
}
.home #site-header {
  min-height: 25px;
}
#site-header {
  margin: 0;
  width: auto;
}
#site-header img {
  clear: none;
  margin: 5px 0;
}
h1.branding,
h2.branding {
  clear: both;
  margin: 20px 0;
  font-size: 54px;
  line-height: 1;
}
h1.branding a,
h2.branding a {
  color: #333333;
}
h1.branding a:hover,
h2.branding a:hover {
  text-decoration: none;
}
h1.branding .tagline,
h2.branding .tagline {
  font-size: 24px;
  font-weight: normal;
  color: #555555;
  padding-left: 10px;
}
.print-header {
  display: none;
}
.alert-wrapper {
  background-color: #bd261d;
}
#alert-container {
  max-width: 1170px;
  padding: 0 2.5%;
  margin: 1em auto;
  color: white;
}
#alert-container a {
  color: white;
}
#alert-container .widget {
  border: none;
}
#alert-container .widgettitle {
  background-color: transparent;
  border: none;
  padding-left: 0;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 4.8px;
}
.navbar-inner {
  float: left;
  width: 100%;
  background-color: #2275bb;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar .navbar-text {
  margin-bottom: 0;
}
.navbar .toggle-nav-bar {
  display: none;
}
.navbar li i {
  height: 1em;
  font-size: 0.9em;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar li {
  display: block;
  float: left;
  margin-bottom: 0;
}
.navbar li > a {
  display: block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
}
.navbar #header-social li > a {
  padding-right: 0;
}
.navbar li.dropdown > a {
  padding-right: 0;
}
.navbar li.dropdown .dropdown-menu li a {
  padding-right: 10px;
}
.navbar .open > a,
html.no-touch .navbar li > a:hover {
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -ms-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  background-color: #1e67a5;
  color: #eee;
}
li.home-link:hover i {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.navbar li.home-link {
  overflow: hidden;
}
.navbar li.home-link > a {
  display: block;
}
.navbar li.home-link > a:hover {
  background: none;
}
.navbar li.home-link > a img {
  display: block;
  height: 40px;
  width: 40px;
}
.navbar .active > a,
.navbar .active > a:hover {
  color: #dddddd;
  text-decoration: none;
  background-color: #1e67a5;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 0 0 2px;
  overflow: hidden;
  background-color: #1e67a5;
}
.navbar .home-link + .divider-vertical {
  margin: 0;
}
.navbar .btn-navbar {
  display: none;
  float: left;
  margin: 4px 0;
  margin-right: 10px;
  padding: 8px 10px;
  background-color: #2275bb;
  border: none;
}
.navbar .btn-navbar:hover {
  background-color: #1a5a90;
}
.navbar .btn-navbar .label {
  float: right;
  color: white;
  line-height: 1;
  margin: -2px 0 0 5px;
  padding: 0;
  font-size: 15px;
}
.navbar .btn-navbar .bars {
  float: left;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 3px;
  background-color: #ffffff;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  position: relative;
  width: 10px;
  padding: 0 5px;
  font-size: 0.99em;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.caret:before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 6px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}
.caret:after {
  content: "\0000a0";
}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 3px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: -0.25 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li {
  padding-top: 0;
  width: 100%;
}
.dropdown-menu li > a {
  display: block;
  width: auto;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  text-shadow: none;
}
@media (min-width: 769px) {
  html.no-touch ul.nav li.dropdown:hover ul.dropdown-menu,
  html.touch ul.nav li.dropdown.open ul.dropdown-menu {
    display: block;
  }
  .home .sticky-nav-wrapper {
    height: 0;
  }
}
.navbar .dropdown-menu .active > a,
.navbar .dropdown-menu .active > a:hover {
  color: #2275bb;
  font-weight: bold;
  background-color: #ffffff;
}
.dropdown-menu li a:hover {
  background: none;
}
.dropdown-menu li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #2275bb;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dddddd;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -10px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  position: absolute;
  top: -9px;
  left: 10px;
}
.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #ffffff;
}
.dropdown-menu li {
  margin-bottom: 0;
}
/* add support for second level dropdown menus */
.dropdown-menu .sub-menu,
.dropdown-menu .sub-sub-menu {
  position: absolute;
  top: -20%;
  left: 99%;
  visibility: hidden;
  margin-top: 0;
}
.dropdown-menu .icon-arrow-right {
  position: relative;
  top: 2px;
  left: 3px;
}
.dropdown-menu li:hover .sub-menu,
.dropdown-menu .sub-menu li:hover .sub-sub-menu {
  visibility: visible;
  display: block;
}
.navbar .sub-menu:before,
.navbar .sub-sub-menu:before {
  border-bottom: 9px solid transparent;
  border-left: none;
  border-right: 9px solid rgba(0, 0, 0, 0.2);
  border-top: 9px solid transparent;
  left: -9px;
  top: 30%;
}
.navbar .sub-menu:after,
.navbar .sub-sub-menu:after {
  border-top: 8px solid transparent;
  border-left: none;
  border-right: 8px solid #ffffff;
  border-bottom: 8px solid transparent;
  top: 31%;
  left: -8px;
}
@media (max-width: 979px) {
  .supplemental {
    overflow: hidden;
    height: 0;
  }
}
@media (max-width: 768px) {
  .navbar {
    position: relative;
    z-index: 9;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .toggle-nav-bar {
    display: block;
  }
  .navbar .nav-shelf {
    position: absolute;
    top: 100%;
    left: -10px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
  }
  .navbar .nav-shelf .site-name {
    display: none;
  }
  .navbar.open .nav-shelf {
    visibility: visible;
    opacity: 1;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  .navbar.open .nav-shelf:after {
    position: absolute;
    content: " ";
    display: block;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.5)', endColorstr='rgba(0, 0, 0, 0)', GradientType=0);
    background-color: transparent;
  }
  .navbar .nav-shelf {
    background: #ffffff;
  }
  .navbar .nav-shelf ul,
  .navbar .nav-shelf li {
    float: none;
  }
  .navbar .nav-shelf li.home-link {
    display: none;
  }
  .navbar .nav-shelf li .caret {
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #2275bb;
    margin-right: 5px;
    padding: 2px 7px;
    top: -3px;
  }
  .navbar .nav-shelf li .caret:before {
    border-top-color: #ffffff !important;
  }
  .navbar .nav-shelf a {
    color: #2275bb;
    font-size: 112%;
  }
  .navbar .nav-shelf li.dropdown.open > a.dropdown-toggle {
    background-color: #2275bb;
    color: #ffffff;
  }
  .navbar .nav-shelf li.dropdown.open > a.dropdown-toggle .caret:before {
    border-top-color: #ffffff !important;
  }
  .navbar .nav-shelf li.open > a .caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar .nav-shelf li.open > ul.dropdown-menu {
    display: block;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .navbar .nav-shelf li.open > ul.dropdown-menu:before,
  .navbar .nav-shelf li.open > ul.dropdown-menu:after {
    display: none;
  }
  .sticky-nav-holder .nav-collapse,
  .sticky-nav-holder .nav-middle {
    clear: both;
    overflow: hidden;
    height: 0;
    background-color: #1e67a5;
    color: #ffffff;
  }
  .sticky-nav-holder .nav-collapse .nav,
  .sticky-nav-holder .nav-middle .nav {
    float: none;
    margin: 0 0 12px;
  }
  .sticky-nav-holder .nav-collapse .nav > li,
  .sticky-nav-holder .nav-middle .nav > li,
  .sticky-nav-holder .nav-collapse .nav > span > li,
  .sticky-nav-holder .nav-middle .nav > span > li {
    float: none;
    display: block;
  }
  .sticky-nav-holder .nav-collapse .nav > li > a,
  .sticky-nav-holder .nav-middle .nav > li > a,
  .sticky-nav-holder .nav-collapse .nav > span > li > a,
  .sticky-nav-holder .nav-middle .nav > span > li > a {
    color: #ffffff;
    display: block;
    padding: 10px !important;
  }
  .sticky-nav-holder .nav-collapse .nav > li > a:hover,
  .sticky-nav-holder .nav-middle .nav > li > a:hover,
  .sticky-nav-holder .nav-collapse .nav > span > li > a:hover,
  .sticky-nav-holder .nav-middle .nav > span > li > a:hover {
    background: none !important;
    color: #dddddd;
  }
  .sticky-nav-holder .nav-collapse .nav > li > a .caret,
  .sticky-nav-holder .nav-middle .nav > li > a .caret,
  .sticky-nav-holder .nav-collapse .nav > span > li > a .caret,
  .sticky-nav-holder .nav-middle .nav > span > li > a .caret {
    float: right;
    border-top-color: #ffffff !important;
  }
  .sticky-nav-holder .nav-collapse .nav > li:hover > a,
  .sticky-nav-holder .nav-middle .nav > li:hover > a,
  .sticky-nav-holder .nav-collapse .nav > span > li:hover > a,
  .sticky-nav-holder .nav-middle .nav > span > li:hover > a {
    background: none;
  }
  .sticky-nav-holder .nav-collapse .nav > .divider-vertical,
  .sticky-nav-holder .nav-middle .nav > .divider-vertical {
    display: none;
  }
  .sticky-nav-holder .nav-collapse .nav .nav-header,
  .sticky-nav-holder .nav-middle .nav .nav-header {
    color: #ffffff;
    text-shadow: none;
  }
  .sticky-nav-holder .nav-collapse .nav .dropdown-menu a,
  .sticky-nav-holder .nav-middle .nav .dropdown-menu a {
    color: #ffffff;
  }
  .sticky-nav-holder .nav-collapse .nav .dropdown-menu a:hover,
  .sticky-nav-holder .nav-middle .nav .dropdown-menu a:hover {
    background: none !important;
    color: #dddddd;
  }
  .sticky-nav-holder .nav-collapse .divider,
  .sticky-nav-holder .nav-middle .divider {
    height: 1px;
    width: 94%;
    margin: 10px 10px 5px;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #1e67a5;
  }
  .sticky-nav-holder .nav-collapse .btn,
  .sticky-nav-holder .nav-middle .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .sticky-nav-holder .nav-collapse .dropdown-menu li + li a,
  .sticky-nav-holder .nav-middle .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .sticky-nav-holder .nav-collapse .nav-collapse .nav > li > a:hover,
  .sticky-nav-holder .nav-middle .nav-collapse .nav > li > a:hover,
  .sticky-nav-holder .nav-collapse .nav-collapse .dropdown-menu a:hover,
  .sticky-nav-holder .nav-middle .nav-collapse .dropdown-menu a:hover {
    background-color: #1e67a5;
  }
  .sticky-nav-holder .nav-collapse .dropdown-menu,
  .sticky-nav-holder .nav-middle .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sticky-nav-holder .nav-collapse .dropdown-menu:before,
  .sticky-nav-holder .nav-middle .dropdown-menu:before,
  .sticky-nav-holder .nav-collapse .dropdown-menu:after,
  .sticky-nav-holder .nav-middle .dropdown-menu:after,
  .sticky-nav-holder .nav-collapse .dropdown-menu .divider,
  .sticky-nav-holder .nav-middle .dropdown-menu .divider {
    display: none;
  }
}
@media (min-width: 769px) {
  .navbar .nav-left {
    display: none;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
#topics-bar {
  border-bottom: 1px solid #dddddd;
  padding: 3px 0;
}
#topics-bar ul {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#topics-bar ul li {
  display: inline;
  margin-right: 10px;
  white-space: nowrap;
  font-size: 14px;
}
#topics-bar ul li.menu-label {
  font-size: 15px;
  font-weight: bold;
}
.sticky-nav-holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 16px #555555;
  -moz-box-shadow: 0 0 16px #555555;
  box-shadow: 0 0 16px #555555;
}
.sticky-nav-holder.show {
  visibility: visible;
  opacity: 1;
}
body.admin-bar .sticky-nav-holder {
  top: 32px;
}
.home .sticky-nav-holder {
  visibility: hidden;
  opacity: 0;
}
.home .sticky-nav-holder.show {
  opacity: 1;
  visibility: visible;
}
.sticky-nav-holder .sticky-nav-container {
  margin: 0 auto;
  position: relative;
}
.sticky-nav-holder .navbar {
  margin-bottom: 0;
}
.sticky-nav-holder .navbar li > a {
  color: #2275bb;
}
.sticky-nav-holder .navbar li .caret:before {
  border-top-color: #2275bb;
  border-top-color: rgba(34, 117, 187, 0.8);
}
.sticky-nav-holder .navbar li > a:hover .caret:before {
  border-top-color: #ffffff;
}
.sticky-nav-holder .navbar .social-icons {
  margin: 0;
  float: left;
}
.sticky-nav-holder .navbar .social-icons li > a {
  color: #fff;
}
.sticky-nav-holder .navbar .social-icons li > a:hover {
  background-color: transparent;
}
.sticky-nav-holder .navbar .nav > li.active > a,
.sticky-nav-holder .navbar .nav > li.active > a:hover {
  color: #fff;
}
.sticky-nav-holder .navbar .nav > li.home-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 40px;
  text-align: center;
}
.sticky-nav-holder .navbar .nav > li.home-link a img {
  width: 1.49em;
  height: 1.49em;
}
.sticky-nav-holder .navbar .nav > li.home-link .icon-home:before {
  position: relative;
  top: 0px;
}
.sticky-nav-holder .navbar .nav li.dropdown.open > .dropdown-toggle,
.sticky-nav-holder .navbar .nav li.dropdown.active > .dropdown-toggle,
.sticky-nav-holder .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #dddddd;
  background: #2275bb;
}
.sticky-nav-holder .navbar .nav li.dropdown.open > .dropdown-toggle .caret:before,
.sticky-nav-holder .navbar .nav li.dropdown.active > .dropdown-toggle .caret:before,
.sticky-nav-holder .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret:before {
  border-top-color: #ffffff;
}
.sticky-nav-holder .navbar .nav li.dropdown.open > .dropdown-toggle:hover,
.sticky-nav-holder .navbar .nav li.dropdown.active > .dropdown-toggle:hover,
.sticky-nav-holder .navbar .nav li.dropdown.open.active > .dropdown-toggle:hover {
  color: #ffffff;
}
.sticky-nav-holder .site-name {
  display: block;
  color: #343434;
}
.sticky-nav-holder .site-name a {
  color: #343434;
}
.sticky-nav-holder .site-name a:hover {
  background-color: #fff;
  color: #666;
  text-decoration: none;
}
@media only screen and (max-width: 320px) {
  .sticky-nav-holder .site-name {
    display: none;
  }
}
.sticky-nav-holder .nav-right {
  float: right;
}
.sticky-nav-holder .nav-right #header-extras {
  float: left;
  margin: 0;
}
.sticky-nav-holder .nav-right #header-extras a.donate-link:hover {
  background: transparent;
}
.sticky-nav-holder .nav-right #header-extras a span {
  padding: 4px 8px;
  color: #ffffff;
  background-color: #bd261d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sticky-nav-holder .nav-right #header-extras a span:hover {
  background-color: #d32a20;
}
.sticky-nav-holder .nav-right #header-extras a span i {
  display: none;
}
.sticky-nav-holder .nav-right .form-search {
  position: relative;
}
.sticky-nav-holder .nav-right .form-search .toggle {
  color: #2275bb;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 91;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sticky-nav-holder .nav-right .form-search .input-append {
  position: absolute;
  right: 44px;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
  z-index: 90;
  width: 340px;
}
.sticky-nav-holder .nav-right .form-search .input-append .text-input-wrapper {
  display: block;
  float: left;
  width: 290px;
}
.sticky-nav-holder .nav-right .form-search .input-append input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px !important;
}
.sticky-nav-holder .nav-right .form-search .input-append button {
  width: 50px !important;
  height: 36px !important;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sticky-nav-holder #sticky-nav-search.show .input-append {
  position: absolute;
  opacity: 1;
  visibility: visible;
}
.sticky-nav-holder #sticky-nav-search.show .input-append,
.sticky-nav-holder #sticky-nav-search.show .toggle {
  background-color: #343434;
  color: #ffffff;
}
.post-header,
.page-header,
.entry-content,
.post-footer,
article.story {
  margin-bottom: 24px;
}
.post-header,
.page-header,
article.story {
  border-bottom: 1px solid #dddddd;
}
article.story {
  padding-bottom: 12px;
}
.stories article {
  border-bottom: 1px dotted #999999;
  margin-bottom: 24px;
}
.stories article[class*="span"] {
  margin-left: 0;
}
.stories h2.entry-title {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1.1;
}
.stories .entry-content p {
  font-size: 16px;
  margin-bottom: 12px;
}
.stories h5.tag-list {
  font-size: 13.04px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}
.rss-subscribe-link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  text-transform: uppercase;
}
.rss-subscribe-link:hover {
  text-decoration: none;
}
.archive-background {
  margin-bottom: 24px;
}
.archive-background h1 {
  font-size: 44px;
  margin-bottom: 3px;
}
.archive-background p {
  font-size: 16px;
  margin-bottom: 8px;
}
.archive-background .related-topics {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.archive-background .related-topics h5 {
  display: inline;
  float: left;
  font-size: 16px;
  margin: 0 4px 0 0;
  line-height: 1.3;
}
.archive-background .related-topics ul {
  font-size: 15px;
  float: left;
  list-style: none;
  margin: 0;
  line-height: 1.3;
}
.archive-background .related-topics ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.archive-background .related-topics ul li:after {
  content: ", ";
}
.archive-background .related-topics ul li:last-child:after {
  content: "";
}
h3.recent-posts {
  padding: 2px 0;
  margin-bottom: 19.56px;
  border-bottom: 1px solid #999999;
  border-top: 3px solid #999999;
}
article img.attachment-post-thumbnail {
  float: right;
  max-width: 30%;
  margin: 0 0 10px 20px;
}
.primary-featured-post,
.secondary-featured-post {
  padding: 0 0 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
}
.primary-featured-post h2 {
  line-height: 1.1;
  margin-bottom: 8px;
  font-size: 36px;
}
.primary-featured-post .entry-content p,
.primary-featured-post .entry-content ul,
.primary-featured-post .entry-content ol {
  font-size: 16px;
}
.secondary-featured-post img {
  margin-bottom: 6px;
}
.secondary-featured-post h2 {
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 24px;
}
.archive .stories .hero.is-image img,
.home .stories .hero.is-image img {
  clear: both;
  float: none;
  display: block;
  margin: 0 auto;
}
.archive .entry-content.with-hero,
.home .entry-content.with-hero {
  margin: -22px 7% 0;
  padding: 22px 18px;
  width: 86%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .archive .entry-content.with-hero,
  .home .entry-content.with-hero {
    margin: 8px 0 0;
    padding: 0;
    width: 100%;
  }
}
.archive .entry-content h5.byline,
.home .entry-content h5.byline {
  font-size: 13.04px;
  margin-bottom: 12px;
}
.archive-dropdown {
  margin: 12px 0;
}
#series-footer {
  clear: both;
}
#series-main #content {
  margin-bottom: 24px;
}
#series-header .byline time,
#series-header .byline .clean-read,
#series-header .byline .sep {
  display: none;
}
.load-more {
  display: inline-block;
}
.load-more.loading {
  padding-right: 32px;
  background-image: url(/wp-admin/images/loading.gif);
  background-position: 96% center;
  background-repeat: no-repeat;
}
.search-results .form-search {
  margin-bottom: 16px;
}
.search-results .search-term {
  background-color: #dddddd;
  padding: 1px 5px;
}
.search-results .stories article {
  padding-bottom: 12px;
}
.search-results .stories h2.entry-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.search-results .stories h5.byline {
  font-size: 12px;
  margin-bottom: 0;
}
.search-results .stories .entry-content,
.search-results .stories .entry-content p {
  font-size: 14px;
  margin-bottom: 5px;
}
.sticky-related a:hover,
.sticky-solo a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.sticky-related h4,
.sticky-solo h4 {
  color: #555555;
  margin-bottom: 12px;
}
.sticky-main-feature .image-wrap {
  float: left;
}
.sticky-main-feature .image-wrap img {
  float: left;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 100%;
}
.sticky-main-feature .image-wrap.span3 img {
  width: 100%;
}
.sticky-main-feature h2 {
  line-height: 1;
  margin-bottom: 10px;
}
.sticky-main-feature p a {
  font-weight: bold;
  white-space: nowrap;
}
.sticky-features-list h4 {
  font-size: 19.2px;
  margin: 0 0 8px 0;
}
.sticky-features-list ul {
  margin: 0;
  list-style: none;
}
.sticky-features-list ul li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 7px;
  line-height: 1.2;
}
.sticky-features-list ul li.sticky-all {
  font-weight: bold;
}
@media (max-width: 360px) {
  .sticky-main-feature .image-wrap img {
    margin: 0 15px 15px 0;
  }
  .sticky-main-feature h5.byline {
    clear: both;
  }
  .sticky-main-feature .span9 {
    width: 100%;
  }
}
@media (min-width: 360px) {
  .sticky-main-feature .hidden-phone {
    display: inherit !important;
  }
  .sticky-main-feature .visible-phone {
    display: none !important;
  }
}
body.normal.single-post #content,
body.normal.page #content {
  position: relative;
  margin-left: 17.021276594%;
}
@media only screen and (max-width: 768px) {
  body.normal.single-post #content,
  body.normal.page #content {
    margin-left: 0;
  }
}
body.normal.single-post .hero,
body.normal.page .hero {
  text-align: center;
  background-color: #efefef;
  width: 151.5%;
  margin: 0 -25.75% 24px;
}
body.normal.single-post .hero.is-gallery,
body.normal.page .hero.is-gallery {
  background-color: transparent;
}
body.normal.single-post .hero p.wp-caption-text,
body.normal.page .hero p.wp-caption-text,
body.normal.single-post .hero p.wp-media-credit,
body.normal.page .hero p.wp-media-credit {
  float: none;
  margin: 0 auto;
  text-align: left;
  font-size: 16px !important;
  margin-bottom: 12px;
  padding-top: 4px;
  width: 70%;
}
body.normal.single-post .hero p.wp-media-credit,
body.normal.page .hero p.wp-media-credit {
  text-align: right;
  margin-top: 4px;
  min-height: 0;
}
body.normal.single-post .hero.is-video,
body.normal.page .hero.is-video {
  margin-bottom: 24px;
}
body.normal.single-post .hero.is-video .embed-container,
body.normal.page .hero.is-video .embed-container {
  margin-bottom: 0;
}
body.normal.single-post .hero.is-empty,
body.normal.page .hero.is-empty {
  min-height: 0;
  height: 0;
}
@media only screen and (max-width: 980px) {
  body.normal.single-post .hero,
  body.normal.page .hero {
    margin: 0 0 24px;
    width: 100%;
  }
}
body.normal.single-post #sidebar,
body.normal.page #sidebar {
  overflow: hidden;
  margin-left: -25.75%;
  margin-right: 0;
  width: 23.25%;
  clear: left;
}
body.normal.single-post .top-tag,
body.normal.page .top-tag {
  float: left;
}
body.normal.single-post .top-date,
body.normal.page .top-date {
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.5;
}
body.normal.single-post article.post > header,
body.normal.page article.post > header {
  clear: both;
}
body.normal.single-post article.post .sep,
body.normal.page article.post .sep,
body.normal.single-post article.post .entry-date,
body.normal.page article.post .entry-date {
  display: none;
}
body.normal.single-post h2.subtitle,
body.normal.page h2.subtitle {
  font-size: 19.552px;
  font-weight: normal;
  color: #999;
}
body.normal.single-post p.intro,
body.normal.page p.intro,
body.normal.single-post p.wp-caption-text,
body.normal.page p.wp-caption-text {
  font-style: normal;
}
body.normal.page.page-template-full-page-php #content {
  margin-left: 0;
}
.article-bottom .widget {
  padding: 15px 0;
}
.article-bottom .widget p {
  padding-left: 0;
  padding-right: 0;
}
.article-bottom .post-social {
  border-top: none;
  border-bottom: none;
}
.article-bottom .largo-disclaimer {
  color: #454545;
  font-size: 15px;
  font-style: italic;
}
.byline {
  margin-bottom: 12px;
  font-weight: normal;
  font-size: 14.64px;
}
.byline a {
  color: #333333;
}
.byline .author,
.byline .time-ago,
.byline .edit-link a {
  /*text-transform: uppercase;*/
}
.byline .author {
  font-weight: bold;
}
.byline .time-ago,
.byline .edit-link a {
  color: #bd261d;
}
.post-social {
  min-height: 28px;
  height: auto;
  margin-bottom: 24px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.post-social .right,
.post-social .left {
  margin: 0;
  height: auto;
}
.post-social .left {
  padding: 6px 0 0;
}
.post-social .right {
  padding: 1px 0 0;
}
.post-social span {
  position: relative;
}
.post-social span.twitter {
  margin-right: 8px;
}
.post-social span.facebook {
  top: -7px;
}
.post-social span.print {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  top: 1px;
}
.post-social span.print i.icon-print {
  font-size: 18px;
  margin: 0 -3px 0 2px;
  position: relative;
  top: 2px;
}
.post-social span.print:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.post-social span.print a {
  color: black;
}
.post-social span.print a:hover {
  text-decoration: none;
}
.post-pagination a,
.post-pagination span {
  padding: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13.04px;
}
.post-pagination a:first-child,
.post-pagination span:first-child {
  padding-left: 0;
}
.labels,
.tags,
.pager,
#related-posts,
.largo-post-series-links {
  clear: both;
  margin: 0 0 24px;
  width: 100%;
}
.labels h5,
.tags h5,
.pager h5,
#related-posts h5,
.largo-post-series-links h5 {
  font-size: 16px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: bold;
}
.tags,
.pager {
  list-style: none;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single-post .author-box h5,
.single-argolinkroundups .author-box h5,
.labels h5 {
  font-size: 19.2px;
  line-height: 1;
  margin-bottom: 0;
}
h3.recent-posts a.rss-link,
.labels .series-label h5 a.rss-link {
  float: right;
  margin-top: 4px;
  color: #f89406;
  font-size: 18px;
}
h3.recent-posts a.rss-link:hover,
.labels .series-label h5 a.rss-link:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.series-label {
  margin: 5px;
  padding: 8px;
}
.series-label h5 {
  background: none;
  padding: 0;
  margin-bottom: 2px;
}
.series-label p {
  font-size: 13.04px;
  margin-bottom: 0;
}
.tags {
  height: 100%;
  overflow: auto;
  margin-bottom: 12px;
}
.tags ul {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.tags ul li {
  display: inline;
  letter-spacing: 1px;
  margin: 0 8px 8px 0;
  vertical-align: baseline;
  font-weight: 300;
  white-space: nowrap;
  float: left;
  background-color: #2275bb;
  padding: 4px 8px 4px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tags ul li:hover {
  background-color: #1a5a90;
}
.tags ul li i {
  margin: 1px 3px 0 0;
}
.tags ul li a {
  color: #ffffff;
}
.tags ul li a:hover {
  text-decoration: none;
}
.pager {
  line-height: 1.2;
}
.pager a {
  display: inline-block;
  padding: 10px 15px;
  color: #333333;
  background-color: #e6e6e6;
}
.pager a:hover {
  background-color: #a6a6a6;
  color: #ffffff;
  text-decoration: none;
}
.next {
  width: 48%;
  float: right;
  text-align: right;
}
.next img {
  float: right;
  padding-left: 12px;
}
.previous {
  width: 48%;
  float: left;
  text-align: left;
}
.previous img {
  float: left;
  padding-right: 12px;
}
#related-post-nav {
  padding: 8px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#related-post-nav li {
  list-style-type: none;
  margin-bottom: 0;
  font-size: 14px;
}
#related-post-nav li:last-child a {
  border-bottom: 1px solid #999999;
}
#related-post-nav h5 {
  margin: 0 0 5px 0;
}
#related-post-nav a {
  display: block;
  padding: 6px;
  font-weight: normal;
  text-decoration: none;
  border-top: 1px solid #999999;
  outline: none;
}
#related-post-nav a:hover {
  background-color: #dddddd;
}
#related-post-nav a.selected {
  color: #ffffff;
  background: #2275bb;
  border: none;
  letter-spacing: 1px;
}
.related-items div {
  display: none;
  padding: 0 2.5%;
}
.related-items div img {
  float: left;
  margin: 0 10px 10px 0;
}
.related-items ul {
  margin: 5px 0;
}
.related-items ul li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 13.04px;
}
.related-items ul li.top-related {
  list-style: none;
  margin-left: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 12px;
  font-size: 8px;
}
.related-items ul li.top-related h3 {
  font-size: 19.552px;
  font-weight: bold;
  margin-bottom: 6px;
}
.related-items ul li.top-related p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10.672px;
  margin-bottom: 12px;
}
.related-items p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13.04px;
  margin-bottom: 6px;
}
.single-post.classic article.post .sep,
.single-post.classic article.post .entry-date {
  display: inline;
}
.author-box {
  clear: both;
  margin: 0;
}
.author-box img.avatar {
  float: left;
  margin: 5px 15px 10px 0;
  padding: 4px;
  border: 1px solid #dddddd;
}
.author-box p {
  font-size: 16px;
  margin-bottom: 8px;
}
.author-box ul {
  list-style: none;
  margin: 0;
  float: left;
}
.author-box ul li {
  display: inline;
  float: left;
  margin-right: 8px;
}
.author-box ul li.facebook {
  position: relative;
  top: 1px;
}
.author-box ul li.gplus,
.author-box ul li.linkedin,
.author-box ul li.email {
  position: relative;
  top: -1px;
  width: 24px;
}
.author-box ul li.gplus i,
.author-box ul li.linkedin i,
.author-box ul li.email i {
  color: #ffffff;
  padding: 4px;
  font-size: 10px;
  background-color: #bd261d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.author-box ul li.gplus i:hover,
.author-box ul li.linkedin i:hover,
.author-box ul li.email i:hover {
  background-color: #911d16;
}
.author-box ul li.gplus i.icon-mail,
.author-box ul li.linkedin i.icon-mail,
.author-box ul li.email i.icon-mail {
  font-size: 24px;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  top: -3px;
}
.author-box ul li.gplus i.icon-mail:hover,
.author-box ul li.linkedin i.icon-mail:hover,
.author-box ul li.email i.icon-mail:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.author-box ul li.gplus i.icon-gplus,
.author-box ul li.linkedin i.icon-gplus,
.author-box ul li.email i.icon-gplus {
  margin-left: -3px;
}
.author-box ul li.gplus i.icon-linkedin,
.author-box ul li.linkedin i.icon-linkedin,
.author-box ul li.email i.icon-linkedin {
  background-color: #2275bb;
  margin-left: -10px;
}
.author-box ul li.gplus i.icon-linkedin:hover,
.author-box ul li.linkedin i.icon-linkedin:hover,
.author-box ul li.email i.icon-linkedin:hover {
  background-color: #1a5a90;
}
.author-box ul li.author-posts-link {
  font-size: 13px;
  background-color: #333333;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}
.author-box ul li.author-posts-link a {
  color: #ffffff;
}
.author-box ul li.author-posts-link a:hover {
  text-decoration: none;
}
.author-box ul li.author-posts-link:hover {
  background-color: #737373;
}
.author-box iframe {
  margin: 0;
}
.widget .author-box ul {
  padding: 0;
  margin: 0;
}
.home .stories article img.attachment-medium,
.sub-stories img.attachment-post-thumbnail {
  max-width: 30%;
  float: right;
  margin: 0 0 10px 20px;
}
h5.top-tag {
  font-size: 16px;
  margin-bottom: 4.8px;
  text-transform: uppercase;
}
h5.top-tag a {
  color: #999999;
}
#homepage-bottom {
  margin-top: 24px;
}
#homepage-bottom .widget {
  width: 42.5%;
  padding: 2.5%;
}
#homepage-bottom .widget.odd {
  float: left;
  clear: both;
  margin-left: 0;
}
#homepage-bottom .widget.even {
  float: right;
  clear: none;
}
#homepage-bottom .widgettitle {
  margin: 0 0 8px;
  padding: 0 0 5px;
  font-size: 16px;
  background: none;
  color: #333333;
  border: none;
  border-bottom: 1px solid #dddddd;
}
#homepage-bottom .widgettitle a,
#homepage-bottom .widgettitle a:hover {
  color: #333333;
}
#homepage-bottom .rev .widgettitle {
  color: #ffffff;
}
#homepage-bottom h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
#homepage-bottom img {
  max-width: 35%;
}
#homepage-bottom img.attachment-large {
  max-width: 100%;
}
#homepage-bottom p {
  font-size: 16px;
}
#homepage-bottom ul {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
#homepage-bottom ul li {
  list-style: none;
}
.module {
  margin-bottom: 12px;
  color: #000000;
}
.module h3 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}
.module dl {
  margin: 0;
}
.module dt,
.module dd {
  font-size: 13.04px;
  margin: 0 0 12px;
}
.module ul {
  font-size: 13.04px;
}
.type-aside p {
  font-size: 0.815em;
}
/* deprecated image type? */
.image p {
  display: inline;
  font-size: 10px;
}
.image img {
  display: block;
}
p.wp-media-credit {
  font-size: 13.04px !important;
  margin: 0;
  text-align: right;
  color: #555555;
  display: block;
}
p.wp-caption-text {
  font-size: 16px !important;
  margin: 5px 0 0;
  color: #555555;
  font-style: italic;
  line-height: 1.5;
  display: block;
}
.half,
.full,
.extract {
  margin: 0 0 24px;
}
.half {
  width: 40%;
}
.full {
  width: 100%;
}
.full-image {
  text-align: center;
  background-color: #dddddd;
}
.pull-quote,
.type-pull-quote {
  border-left: 4px solid #333333;
  padding-left: 20px;
  font: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
}
.pull-quote h6,
.type-pull-quote h6 {
  font-size: 16px;
  margin: 0;
  text-transform: none;
}
.pull-quote p,
.type-pull-quote p {
  font-size: 24px;
  margin-bottom: 6px;
}
.DV-container {
  margin-bottom: 8px;
}
#disqus_thread {
  background-color: #dddddd;
  padding: 20px 10px;
  border-top: 8px solid #999999;
  margin-bottom: 24px;
}
/* = Customized comment form styles via the twenty eleven theme
http://wordpress.org/extend/themes/twentyeleven
----------------------------------------------- */
#comments {
  clear: both;
}
#content #comments-title {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}
.nopassword {
  color: #999999;
  font-size: 24px;
  font-weight: 100;
  margin: 24px 0;
  text-align: center;
}
.nocomments {
  display: none;
}
.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 100%;
}
.commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 12px;
  padding: 14px;
  position: relative;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  color: #666;
  font-size: 13.04px;
  line-height: 1.5;
}
.commentlist .comment-content {
  clear: both;
}
.commentlist .comment-content p {
  font-size: 16px;
  margin-bottom: 6px;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
.commentlist .avatar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #cccccc;
  -moz-box-shadow: 0 1px 2px #cccccc;
  box-shadow: 0 1px 2px #cccccc;
  padding: 0;
  float: left;
  margin: 0 10px 10px 0;
  width: 50px;
  height: 50px;
}
.commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
a.comment-reply-link {
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
.commentlist > li.bypostauthor:before {
  content: url(images/comment-arrow-bypostauthor.png);
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
/* Comment Form */
#respond {
  background: #f6f6f6;
  border: 1px solid #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto 24px;
  padding: 4% 4% 8%;
  width: 92%;
}
#respond input[type="text"],
#respond textarea {
  background: #fff;
  border: 4px solid #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  -moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  position: relative;
  padding: 10px;
  text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
  margin-top: -20px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  color: #555;
  display: inline-block;
  font-size: 0.815em;
  left: 4px;
  min-width: 60px;
  padding: 4px 10px;
  position: relative;
  top: 40px;
  z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
#respond textarea {
  resize: vertical;
  width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
  color: #bd3500;
  font-size: 22px;
  font-weight: bold;
  left: 75%;
  position: absolute;
  top: 45px;
  z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
  font-size: 0.815em;
}
#respond p {
  margin: 10px 0;
}
#respond .form-submit {
  float: right;
  margin: -20px 0 10px;
}
#respond input#submit {
  background: #222;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 14px 0 20px;
  padding: 5px 22px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#respond input#submit:hover {
  background: #555;
}
#respond input#submit:active {
  background: #1982d1;
  color: #bfddf3;
}
#respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 0.667em;
  text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#reply-title {
  color: #373737;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 30px;
}
#cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 0.667em;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#respond label {
  line-height: 2.2em;
}
#respond input[type=text] {
  display: block;
  height: 24px;
  width: 75%;
}
#respond p {
  font-size: 0.815em;
}
p.comment-form-comment {
  margin: 0;
}
.form-allowed-tags {
  display: none;
}
.widget {
  padding: 18px 0;
}
.widget p,
.widget ul {
  font-size: 16px;
}
.widget ul {
  margin: 4.8px 0 0 16px;
  line-height: 1.2;
}
.widget ul ul {
  margin-bottom: 4.8px;
}
.widget p.morelink {
  margin: -6px 0 0;
}
.widget + .widget {
  border-top: 1px solid #dddddd;
}
.widgettitle,
.stories h3.widgettitle {
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
}
.widgettitle a,
.stories h3.widgettitle a {
  color: #000000;
}
#site-footer .widget,
#site-footer .widgettitle,
#homepage-bottom .widgettitle,
.widget.no-bg {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#site-footer .widget,
#site-footer .widgettitle {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
#site-footer .widget {
  margin-bottom: 12px;
}
.widget.rev {
  color: #ffffff;
  background-color: #2275bb;
}
.widget.rev .widgettitle {
  background-color: #ffffff;
  color: #2275bb;
}
.widget.rev a {
  color: #ffffff;
  font-weight: bold;
}
.widget.no-bg {
  background: none;
}
.widget.no-bg p,
.widget.no-bg ul {
  background: none;
  border: none;
}
.widget.no-bg .widgettitle {
  color: #000000;
}
.subscribe {
  display: block;
  height: 24px;
  line-height: 1.5;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  color: #555555;
}
.subscribe:hover {
  text-decoration: none;
  color: #222222;
}
.subscribe i {
  color: #ffffff;
  padding: 3px 2px 3px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 5px;
}
.subscribe i.icon-rss {
  background-color: #df8505;
}
.subscribe i.icon-rss:hover {
  background-color: #f89406;
}
.subscribe i.icon-linkedin {
  background-color: #1f7cad;
}
.subscribe i.icon-linkedin:hover {
  background-color: #238cc3;
}
.article-bottom .largo-follow {
  padding: 0;
}
.twitter-follow-button {
  display: block;
  margin: 0 0 10px;
}
.widget .fb-like {
  margin: 0 0 5px;
}
.fb-like,
.fb-like span,
.fb-like.fb_iframe_widget span iframe,
.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important;
}
.fb-like-box {
  background: white !important;
  background-color: white !important;
}
.flickr-follow {
  margin-bottom: 8px;
}
.largo-about p {
  margin-bottom: 0;
}
.largo-donate p {
  margin-bottom: 8px;
}
.largo-sidebar-featured .post-lead,
.largo-featured .post-lead,
.largo-recent-posts .post-lead,
.largo-INN-RSS .post-lead {
  overflow: hidden;
  margin-bottom: 10px;
}
.largo-sidebar-featured img,
.largo-featured img,
.largo-recent-posts img,
.largo-INN-RSS img {
  float: left;
  margin: 5px 10px 0 5px;
}
.largo-sidebar-featured img.attachment-large,
.largo-featured img.attachment-large,
.largo-recent-posts img.attachment-large,
.largo-INN-RSS img.attachment-large {
  margin: 5px 0 10px;
}
.largo-sidebar-featured h5,
.largo-featured h5,
.largo-recent-posts h5,
.largo-INN-RSS h5 {
  margin-bottom: 2px;
  padding: 0 3px;
  font-size: 16px;
}
.largo-sidebar-featured p,
.largo-featured p,
.largo-recent-posts p,
.largo-INN-RSS p {
  font-size: 16px;
  margin-bottom: 0;
}
#sidebar .largo-INN-RSS ul {
  margin: 12px 0;
  padding: 0;
}
#sidebar .largo-INN-RSS li {
  margin-bottom: 12px;
  list-style: none;
}
#sidebar .largo-INN-RSS li h5,
#sidebar .largo-INN-RSS li h6,
#sidebar .largo-INN-RSS li p {
  margin-bottom: 4.8px;
}
.widget.rev .widgettitle a {
  color: #333333;
}
.widget.largo-recent-comments {
  margin-bottom: 2em;
}
.widget.largo-recent-comments ul {
  margin-left: 0;
  list-style: none;
}
.widget.largo-recent-comments li {
  float: left;
  margin-bottom: 2em;
}
.widget.largo-recent-comments p {
  margin-bottom: 3px;
  line-height: 1.3em;
}
.widget.largo-recent-comments p.comment-excerpt {
  font-size: 24px;
}
.widget.largo-recent-comments p.comment-post {
  float: left;
}
.widget.largo-recent-comments p.comment-meta {
  float: left;
  clear: both;
  color: inherit;
}
.widget.largo-recent-comments p.comment-meta a {
  font-style: italic;
}
.widget.largo-series-posts {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget.largo-series-posts h4 {
  margin-bottom: 0.4em;
  line-height: 1.2em;
  font-size: 24px;
}
.widget.largo-series-posts ul {
  margin-left: 0;
  list-style: none;
}
.widget.largo-series-posts img {
  max-width: 100px;
}
.widget.largo-series-posts i {
  display: block;
  float: left;
  font-size: 110%;
  margin-right: -100%;
}
.widget.largo-series-posts li a {
  margin-left: 1.7em;
  display: inline-block;
}
.widget.largo-series-posts p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}
.widget.largo-series-posts a.more {
  text-align: right;
  font-weight: bold;
  float: right;
}
.widget.largo-series-posts a.more:after {
  content: " »";
}
.widget_archive select,
.widget_categories select,
.largo-taxonomy-list select,
.widget_search form {
  margin: 4.8px 0;
}
#sidebar iframe {
  max-width: 100%;
}
.largo-related-posts .widgettitle {
  font-size: 21px;
  margin-bottom: 12px;
  text-align: center;
  color: #bd261d;
}
.largo-related-posts ul.related {
  margin: 0;
}
.largo-related-posts ul.related li {
  list-style: none;
  display: block;
  *zoom: 1;
}
.largo-related-posts ul.related li:before,
.largo-related-posts ul.related li:after {
  display: table;
  content: "";
}
.largo-related-posts ul.related li:after {
  clear: both;
}
.largo-related-posts h4 {
  font-size: 24px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .largo-related-posts h4 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
}
.largo-related-posts h5.byline {
  font-size: 11px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .largo-related-posts h5.byline {
    display: none;
  }
}
.largo-related-posts p {
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  .largo-related-posts p {
    font-size: 14px;
  }
}
.largo-related-posts .wp-post-image {
  float: left;
  margin: 5px 20px 0 0;
}
/* Roster Widget */
ul.staff-roster {
  float: left;
  clear: both;
  margin: 12px 0 0;
  list-style-type: none;
  width: 100%;
}
ul.staff-roster li {
  display: block;
  float: left;
  clear: both;
  margin: 0 0 16px 0;
  width: 100%;
}
ul.staff-roster li img {
  float: left;
  width: 65px;
  height: auto;
  margin: 0 14px 7px 0;
  box-shadow: 0 1px 8px #bbbbbb;
  padding: 4px;
}
ul.staff-roster .staff-name {
  font-family: "museo-sans", helvetica, arial, sans-serif;
  font-size: 18px;
}
ul.staff-roster p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 17px;
  color: #bbbbbb;
}
.before-footer-wrapper {
  background-color: #dddddd;
}
#before-footer .widget:last-child {
  margin-bottom: 0;
}
.footer-bg {
  background-color: #222222;
  padding: 0 0 18px;
  margin-bottom: 0;
}
#footer-logos-bg {
  background-color: #ffffff;
  padding: 10px 0;
}
#footer-logos {
  overflow: hidden;
}
#footer-logos a {
  display: block;
  float: left;
  width: 16.666666667%;
}
#footer-logos a img {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
#footer-logos h6 {
  margin-bottom: 4px;
  padding-bottom: 3px;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
  color: #555555;
  text-transform: uppercase;
  font-weight: normal;
}
#footer-logos h6 a {
  float: right;
  text-align: right;
}
#site-footer {
  color: #ffffff;
}
#site-footer a:hover {
  color: #61a7e2;
}
#site-footer p,
#site-footer li {
  font-size: 13.04px;
}
#site-footer ul {
  margin: 0;
}
#site-footer ul li {
  line-height: 1.2;
  margin-bottom: 12px;
  list-style: none;
}
#site-footer .widgettitle,
#site-footer li.menu-label {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #555555;
}
#menu-footer-navigation,
#supplementary ul.menu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
#menu-footer-navigation li,
#supplementary ul.menu li {
  margin-bottom: 0;
  padding: 5px 0;
  border-bottom: 1px solid #555555;
  font-size: 16px;
}
#menu-footer-navigation li h4,
#supplementary ul.menu li h4 {
  margin-bottom: 0;
}
#supplementary .menu-dont-miss-container h4,
#site-footer aside li.menu-label {
  display: none;
}
#menu-footer-navigation li:first-child {
  border-top: none !important;
}
#site-footer .widget_nav_menu .widgettitle {
  margin-bottom: 0;
}
#site-footer li.menu-label {
  padding-top: 0 !important;
}
#site-footer .largo-footer-featured {
  margin-bottom: 12px;
}
#site-footer .largo-footer-featured .post-lead {
  min-height: 60px;
  margin-bottom: 8px;
}
#site-footer .largo-footer-featured img {
  float: left;
  margin: 0 10px 10px 0;
  padding-top: 4px;
}
#site-footer .largo-footer-featured h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4px;
}
#site-footer .largo-footer-featured p {
  font-size: 10.672px;
  margin-bottom: 0;
}
#site-footer .largo-about p {
  margin-bottom: 12px;
}
#site-footer input,
#site-footer select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#site-footer select {
  width: 90%;
}
#site-footer input {
  margin-top: 5px;
}
#site-footer input.search-query {
  width: 67%;
  margin-right: 1%;
  height: 19px;
}
#site-footer input.search-submit {
  max-width: 25%;
  padding: 1px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#ft-social li {
  float: right;
  display: inline;
  margin-right: 8px;
}
#ft-social li i {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#ft-social li i:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#supplementary {
  padding: 24px 0 12px;
  border-bottom: 1px solid #555555;
}
#boilerplate {
  border-top: 1px solid #999999;
  padding-top: 12px;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#boilerplate p {
  margin-bottom: 0;
  color: #999999;
}
#boilerplate p.footer-credit {
  float: left;
}
#boilerplate p.back-to-top {
  float: right;
}
#boilerplate .menu {
  clear: both;
  margin: 0;
  font-size: 10.672px;
}
#boilerplate .menu li {
  display: inline;
  padding-right: 10px;
}
.sticky-footer-holder {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  visibility: hidden;
  opacity: 0;
  height: 36px;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 7px 0;
  -webkit-box-shadow: 0 2px 12px #555555;
  -moz-box-shadow: 0 2px 12px #555555;
  box-shadow: 0 2px 12px #555555;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sticky-footer-holder.show {
  visibility: visible;
  opacity: 1;
}
.sticky-footer-holder .sticky-footer-container {
  margin: 0 auto;
}
.sticky-footer-holder .share {
  float: left;
  margin-right: 40px;
}
.sticky-footer-holder .share-button {
  display: inline-block;
  width: 2em;
  height: 2em;
  cursor: pointer;
  text-align: center;
  color: #333333;
}
.sticky-footer-holder .share-button:hover {
  color: #2275bb;
}
.sticky-footer-holder .share-button:before {
  margin: 0;
}
.sticky-footer-holder a {
  color: #333333;
}
.sticky-footer-holder a:hover {
  text-decoration: none;
  color: #2275bb;
}
.sticky-footer-holder .comments {
  float: left;
  margin-right: 40px;
}
.sticky-footer-holder .follow {
  float: right;
}
.sticky-footer-holder .follow-author {
  display: inline-block;
}
.sticky-footer-holder .follow-author,
.sticky-footer-holder .post-category-link {
  padding-left: 1em;
}
.sticky-footer-holder h4 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  color: #2275bb;
}
.sticky-footer-holder [class^="icon-"]:before,
.sticky-footer-holder [class*=" icon-"]:before {
  font-size: 130%;
  width: auto;
}
.sticky-footer-holder .dismiss {
  position: absolute;
  top: 7px;
  right: 7px;
}
.sticky-footer-holder .dismiss a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (max-width: 1170px) {
  .sticky-footer-container {
    padding-right: 40px;
  }
}
.byline .clean-read {
  float: right;
}
.post-meta .clean-read-container {
  margin: 1em auto;
  text-align: center;
}
.post-meta .clean-read-container a {
  color: #ffffff;
  background-color: #2275bb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0.3em 1em;
}
.post-meta .clean-read-container a:hover {
  background-color: #368fda;
  text-decoration: none;
}
/**
 * Actual 'clean read' mode
 */
body.clean-read .global-nav-bg,
body.clean-read #main-nav,
body.clean-read #secondary-nav,
body.clean-read #sidebar,
body.clean-read .footer-bg {
  display: none;
}
body.clean-read #site-header {
  border-bottom: 10px solid #2275bb;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3em;
}
body.clean-read #content {
  width: 700px;
  margin: 0 auto;
  float: none;
}
body.clean-read h1.entry-title {
  font-size: 52px;
  text-align: center;
  margin-left: -4%;
  margin-right: -4%;
}
body.clean-read .byline {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 0.4em 0;
  margin: 1.6em auto;
}
body.clean-read .byline + .post-social {
  display: none;
}
body.clean-read .entry-content {
  font-size: 110%;
}
body.clean-read > .clean-read-close {
  position: fixed;
  top: 10px;
  right: 20px;
}
.header-ad-zone {
  text-align: center;
}
.header-ad-zone #header-ad-zone-container {
  display: inline-block;
  text-align: center;
  /* ACM ad zones only, sorry */
}
.header-ad-zone #header-ad-zone-container .acm_ad_zones {
  display: inline-block;
  text-align: left;
}
.sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}
.alignnone {
  margin: 18px;
}
.aligncenter,
.align-center,
.center {
  clear: both;
  display: block;
  margin: 18px auto;
}
.alignright,
.align-right,
.right {
  float: right;
  margin: 6px 0 12px 20px;
}
.alignleft,
.align-left,
.left {
  float: left;
  margin: 6px 20px 12px 0;
}
img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
  clear: both;
}
.embed-container,
.type-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin-bottom: 28px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.type-embed iframe,
.type-embed object,
.type-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
@media (max-width: 768px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}
@media (min-width: 1200px) {
  .global-nav,
  #page,
  #site-footer,
  #footer-logos,
  #before-footer {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .global-nav,
  #site-footer,
  #footer-logos {
    padding: 0;
  }
  #page {
    padding: 0 20px;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  .global-nav,
  #page,
  #site-footer,
  #footer-logos {
    padding: 0 18px;
  }
  #main {
    margin: 12px 0 0;
  }
  h1.branding,
  h2.branding {
    font-size: 44px;
  }
  h1.branding span,
  h2.branding span {
    font-size: 19.552px;
  }
  #footer-logos,
  #footer-logos .logo4 {
    clear: both;
  }
  #footer-logos a {
    width: 33.3333333333%;
  }
  #homepage-bottom .widget.odd,
  #homepage-bottom .widget.even {
    clear: both;
    float: none;
    width: 95%;
    margin: 0 0 24px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  #series-main #sidebar-left {
    display: none;
  }
  #series-main #content.span5 {
    width: 63%;
    float: left;
  }
  #series-main #sidebar {
    float: right;
  }
  .sticky-main-feature,
  .sticky-features-list {
    clear: both;
    width: 100% !important;
    margin: 0 !important;
  }
  .sticky-footer-holder .follow-author {
    display: none;
  }
}
@media (max-width: 768px) {
  #sidebar,
  #site-footer .widget-area,
  .half,
  .full,
  #left-rail,
  #content-main,
  #related-post-nav,
  #related-posts .related-items {
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
  #homepage-bottom .widget.odd,
  #homepage-bottom .widget.even {
    width: 95%;
    clear: both;
    float: none;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .half,
  .full,
  #content-main,
  #related-post-nav,
  #related-posts .related-items {
    margin: 0;
  }
  #page {
    padding-bottom: 12px;
  }
  #main {
    margin: 8px 0 0;
  }
  #content {
    width: 100%;
  }
  #related-post-nav a {
    padding: 8px 5px;
  }
  #related-posts .related-items ul li.top-related {
    margin-bottom: 12px;
  }
  #related-posts .related-items ul li.top-related h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  #related-posts .related-items ul li.top-related p,
  #related-posts .related-items div img {
    display: none;
  }
  #related-posts .related-items ul li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .global-nav ul {
    display: none;
  }
  .global-nav .nav-right {
    width: 100%;
  }
  .global-nav .nav-right .donate-btn {
    float: left;
    margin-left: 0;
  }
  .global-nav .nav-right .org-logo {
    float: right;
  }
  h1.branding,
  h2.branding {
    font-size: 54px;
  }
  h1.branding span,
  h2.branding span {
    display: block;
    clear: both;
    margin: 6px 0 4px;
    padding: 0;
    font-size: 19.552px;
  }
  h1.entry-title,
  h1.page-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .home #site-header {
    display: none;
  }
  .category-background .related-topics ul {
    line-height: 1.5;
  }
  .stories h2.entry-title,
  .sticky-main-feature h2,
  .carousel-caption h2 {
    font-size: 24px;
  }
  .sticky-main-feature,
  .sticky-features-list {
    clear: both;
    width: 100% !important;
    margin: 0 !important;
  }
  #menu-footer-navigation li a {
    font-size: 19px;
    padding: 10px 0;
  }
  #footer-logos .logo4 {
    clear: both;
  }
  #footer-logos a {
    width: 33.3333333333%;
  }
  #footer-logos h6 a {
    display: inline;
    clear: both;
    float: none;
    text-align: left;
  }
  #ft-social {
    float: left;
  }
  #ft-social li {
    margin-right: 20px;
  }
  #ft-social li i {
    font-size: 32px;
  }
  #site-footer input {
    margin-bottom: 24px;
  }
  #site-footer input.search-query {
    height: 32px;
    width: 74%;
    float: left;
  }
  #site-footer input.search-submit {
    padding: 8px 2%;
    width: 20%;
    float: right;
  }
  #boilerplate p.back-to-top {
    padding-top: 12px;
    font-size: 16px;
  }
  .byline .clean-read {
    display: none;
  }
  #series-main #sidebar-left {
    display: none;
  }
  #series-main #content {
    margin-left: 0;
  }
  .sticky-footer-holder .follow-author {
    display: none;
  }
  .home .sticky-nav-holder.show {
    visibility: visible;
    opacity: 1;
  }
  .home #main-nav,
  .global-nav-bg {
    display: none;
  }
  .sticky-nav-container {
    padding: 0 10px;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .sticky-navbar .nav-middle {
    overflow: hidden;
    height: 0;
  }
  .category .row-fluid > * {
    width: 100%;
    margin-left: 0;
  }
  .category .span4 img {
    display: block;
    margin: 0 auto 1em;
  }
  .category .secondary-featured-post img {
    float: left;
    max-width: 23%;
    margin-right: 3%;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 480px) {
  .global-nav .org-logo,
  .post-social .print {
    display: none;
  }
  #header-search {
    float: right;
  }
  #header-search input {
    height: 23px;
    padding: 2px 4px;
    overflow: visible;
    font-size: 16px;
    line-height: 1;
  }
  #header-search button {
    height: 29px;
  }
  #header-search .input-medium {
    width: 110px;
  }
  h1.branding,
  h2.branding {
    margin-top: 10px;
    font-size: 48px;
    text-align: center;
  }
  h1.branding span,
  h2.branding span {
    font-size: 16px;
  }
  #footer-logos h6 a {
    display: inline;
    clear: both;
    float: none;
    text-align: left;
  }
  .sticky-footer-holder .share {
    margin-right: 0;
  }
  .sticky-footer-holder .comments {
    margin-right: 0;
    float: right;
  }
  .sticky-footer-holder .follow {
    display: none;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* One column display */
  body.normal.single-post .hero,
  body.normal.page .hero {
    width: 60%;
    /* save some paper. */
    margin-left: 0;
    float: none;
  }
  #content.span8[role=main] {
    margin-left: 0 !important;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm 0.5cm 1cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  nav,
  iframe,
  object,
  audio,
  video,
  .global-nav,
  #site-header,
  .post-social,
  .bottom-meta,
  .author-box,
  #related-posts,
  #comments,
  .post-nav,
  #sidebar,
  #site-footer,
  .sticky-nav-wrapper,
  .sticky-footer-holder,
  .article-bottom .widget:not(.largo-disclaimer) {
    display: none;
  }
  .article-bottom {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .module.image,
  .largo-disclaimer {
    font-size: 10px !important;
    font-style: italic;
  }
  .print-header {
    display: block;
  }
  p,
  ul,
  ol,
  .byline {
    font-size: 12px !important;
    margin-bottom: 10px;
  }
  h1,
  h2,
  h2,
  h4,
  h5,
  h6,
  .entry-content h3 {
    font-size: 16px !important;
  }
  h1.entry-title {
    font-size: 28px !important;
  }
  .entry-content a:link:after,
  .entry-content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }
  .DV-container {
    display: none;
  }
}
