@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,700|Open+Sans:800);
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Header
:: Page Name 1
:: Page Name 2
*/
/* Basic Variables
-------------------------------------------- */
/* Mixins
-------------------------------------------- */
/* General
-------------------------------------------- */
/* line 79, ../scss/app.scss */
body {
  background: #eeeeee;
  color: #666666;
}

/* line 83, ../scss/app.scss */
body, div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {
  font-size: 13px;
}

/* line 84, ../scss/app.scss */
p {
  line-height: 1.7;
}

/* line 85, ../scss/app.scss */
body, h2, h3, h4, h5, h6 {
  font-family: "Droid Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 86, ../scss/app.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 30px;
  font-weight: 800;
  color: #777777;
}

/* line 91, ../scss/app.scss */
h1, h2, h3 {
  font-family: "Droid Serif", Georgia, serif;
}

/* line 92, ../scss/app.scss */
h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 93, ../scss/app.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 24px;
}

/* line 94, ../scss/app.scss */
h1 {
  font-size: 32px;
  letter-spacing: -3px;
  line-height: 36px;
}

/* line 99, ../scss/app.scss */
h2 {
  font-size: 28px;
  letter-spacing: -2px;
  line-height: 32px;
}

/* line 104, ../scss/app.scss */
h3 {
  font-size: 24px;
  letter-spacing: -2px;
  line-height: 28px;
}

/* line 109, ../scss/app.scss */
h4 {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 24px;
}

/* line 114, ../scss/app.scss */
h5 {
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 18px;
  font-weight: 700;
}

/* line 120, ../scss/app.scss */
h6 {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 700;
}

/* line 127, ../scss/app.scss */
ul, ol {
  margin-left: 20px;
}

/* line 129, ../scss/app.scss */
a {
  border-bottom: 1px solid #eee;
  color: #888;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 133, ../scss/app.scss */
a:hover {
  border-bottom-color: #ccc;
  color: #000;
}

/* Clearfix */
/* line 139, ../scss/app.scss */
.clear:before, .clear:after {
  content: " ";
  display: table;
}

/* line 143, ../scss/app.scss */
.clear:after {
  clear: both;
}

/* Primary
-------------------------------------------- */
/* line 151, ../scss/app.scss */
.row, .wrapper {
  width: 1020px;
}

/* line 153, ../scss/app.scss */
.wrapper {
  position: static;
  padding: 0 15px;
  min-width: 320px;
}

/* line 159, ../scss/app.scss */
#header, #container {
  margin: 0 auto;
}

/* line 160, ../scss/app.scss */
#header, #container, #content {
  position: relative;
}

/* line 161, ../scss/app.scss */
#container {
  margin-top: 40px;
  z-index: 2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  background: white;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

/* line 167, ../scss/app.scss */
#content {
  -webkit-box-shadow: 7px 3px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 7px 3px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 3px 7px -7px rgba(0, 0, 0, 0.15);
  padding: 50px;
  margin-bottom: 5px;
}

/* line 172, ../scss/app.scss */
#secondary {
  padding: 0;
}
/* line 174, ../scss/app.scss */
#secondary .inner-sidebar {
  position: relative;
  z-index: 2;
  margin: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-shadow: inset 7px 0 7px -7px rgba(0, 0, 0, 0.15), inset 0 -140px 70px -70px white;
  -moz-box-shadow: inset 7px 0 7px -7px rgba(0, 0, 0, 0.15), inset 0 -140px 70px -70px white;
  box-shadow: inset 7px 0 7px -7px rgba(0, 0, 0, 0.15), inset 0 -140px 70px -70px white;
  background: #f9f9f9;
  padding: 50px 50px 120px;
}

/* line 185, ../scss/app.scss */
#container.left-sidebar #content {
  float: right;
  -webkit-box-shadow: -7px 3px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -7px 3px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: -7px 3px 7px -7px rgba(0, 0, 0, 0.15);
}
/* line 189, ../scss/app.scss */
#container.left-sidebar #secondary .inner-sidebar {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -webkit-box-shadow: inset -7px 0 7px -7px rgba(0, 0, 0, 0.15), inset 0 -140px 70px -70px white;
  -moz-box-shadow: inset -7px 0 7px -7px rgba(0, 0, 0, 0.15), inset 0 -140px 70px -70px white;
  box-shadow: inset -7px 0 7px -7px rgba(0, 0, 0, 0.15), inset 0 -140px 70px -70px white;
}

/* line 194, ../scss/app.scss */
#container.full-width #content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Header
-------------------------------------------- */
/* line 199, ../scss/app.scss */
#header {
  margin-top: 0;
  position: relative;
  z-index: 5;
  /* Primary Navigation */
  /* Mobile Naviation */
}
/* line 203, ../scss/app.scss */
#header nav {
  float: left;
}
/* line 204, ../scss/app.scss */
#header .left-line, #header .logo, #header nav .nav, #header nav.mobile-nav, #header nav .nav .flyout {
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  background: white;
}
/* line 208, ../scss/app.scss */
#header .left-line, #header nav .nav, #header nav.mobile-nav {
  background: #434343;
  height: 60px;
  margin-top: 20px;
}
/* line 213, ../scss/app.scss */
#header .left-line {
  margin-right: -15px;
  position: absolute;
  width: 100%;
  right: 100%;
}
/* line 219, ../scss/app.scss */
#header .logo {
  background: #555555;
  position: relative;
  z-index: 10;
  border-top: 25px solid #7b7b7b;
  padding: 15px 30px;
  margin: -5px -15px 0;
  min-height: 90px;
}
/* line 227, ../scss/app.scss */
#header .logo .inner-logo {
  margin: 0;
  font-size: 30px;
  line-height: 50px;
}
/* line 232, ../scss/app.scss */
#header .logo a {
  font-weight: 400;
  border-bottom: 0;
  color: white;
}
/* line 239, ../scss/app.scss */
#header nav .nav {
  padding: 0 10px 0 25px;
  font-family: "Droid Serif", Georgia, serif;
}
/* line 242, ../scss/app.scss */
#header nav .nav li {
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 246, ../scss/app.scss */
#header nav .nav li a {
  z-index: 2;
  border: 0;
  box-shadow: none;
  background: none !important;
  color: #cccccc;
  height: 60px;
  line-height: 60px;
  padding: 0 17px !important;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 257, ../scss/app.scss */
#header nav .nav li a .drop-indicator {
  float: right;
  height: 60px;
  line-height: 56px;
  padding-top: 4px;
  padding-left: 5px;
}
/* line 265, ../scss/app.scss */
#header nav .nav li a:after {
  display: none !important;
}
/* line 266, ../scss/app.scss */
#header nav .nav li a.flyout-toggle {
  background: none;
  padding: 20px;
}
/* line 267, ../scss/app.scss */
#header nav .nav li .flyout {
  width: 220px;
  border: 0;
  background: #555555;
  padding: 5px 15px !important;
}
/* line 272, ../scss/app.scss */
#header nav .nav li .flyout li a {
  height: auto;
  line-height: 15px;
  padding: 12px 0 !important;
  border-top: 1px solid #666;
  border-top-color: rgba(255, 255, 255, 0.15);
}
/* line 278, ../scss/app.scss */
#header nav .nav li .flyout li a .drop-indicator {
  float: right;
  height: auto;
  line-height: 1;
  padding: 1px 0;
  width: auto;
}
/* line 286, ../scss/app.scss */
#header nav .nav li .flyout li a.flyout-toggle {
  padding: 20px !important;
  border: 0;
}
/* line 287, ../scss/app.scss */
#header nav .nav li .flyout > li:first-child > a:first-child {
  border-top: 0;
}
/* line 290, ../scss/app.scss */
#header nav .nav li:hover > a, #header nav .nav li.current-menu-item > a, #header nav .nav li.current-menu-ancestor > a {
  color: #eeeeee;
}
/* line 293, ../scss/app.scss */
#header nav .nav > li > a {
  float: left;
}
/* line 294, ../scss/app.scss */
#header nav .nav > li > .flyout {
  top: 56px;
}
/* line 295, ../scss/app.scss */
#header nav .nav > li > .flyout .flyout {
  top: -4px;
}
/* line 296, ../scss/app.scss */
#header nav .nav > li:before {
  z-index: 1;
  left: -2px;
  float: left;
  position: absolute;
  content: "/";
  line-height: 60px;
  color: #888;
  font-size: 11px;
}
/* line 306, ../scss/app.scss */
#header nav .nav > li:after {
  position: absolute;
  left: 24%;
  top: 40px;
  content: " ";
  font-size: 0;
  width: 55%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 315, ../scss/app.scss */
#header nav .nav > li:hover:after, #header nav .nav li.current-menu-item:after, #header nav .nav li.current-menu-ancestor:after {
  border-bottom: 2px solid #777;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 320, ../scss/app.scss */
#header nav .nav > li:first-child:before {
  display: none;
}
/* line 324, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu {
  position: static;
  z-index: 2;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #cccccc;
  height: 60px;
  line-height: 60px;
  padding: 0 20px 0 35px;
  font-size: 16px;
  font-family: "Droid Serif", Georgia, serif;
  font-weight: 400;
}
/* line 337, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu span {
  font-size: 14px;
  padding-right: 2px;
  position: relative;
  top: 0px;
}
/* line 343, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu ul.nav {
  cursor: default;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0;
  height: auto;
  float: none;
  width: 100%;
  border: 0;
  position: absolute;
  top: 77px !important;
  left: 0;
  z-index: 10;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  background: white;
  background: #444;
}
/* line 359, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu ul.nav li {
  width: 100%;
}
/* line 361, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu ul.nav li a {
  height: auto;
  float: none;
  line-height: 40px;
  padding: 0 !important;
  border-top: 1px solid #666;
}
/* line 367, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu ul.nav li a .drop-indicator {
  height: 40px;
  line-height: 36px;
}
/* line 373, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu ul.nav li:first-child a {
  border-top: 0;
}
/* line 374, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu ul.nav > li:before, #header nav.mobile-nav .mobile-menu ul.nav > li:after {
  display: none;
}
/* line 375, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu ul.nav .flyout {
  float: none;
  top: 0;
  padding: 5px 20px 5px 20px !important;
  width: auto !important;
  margin: -3px -10px 10px -10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.06);
}
/* line 386, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu:after {
  display: none;
}
/* line 387, ../scss/app.scss */
#header nav.mobile-nav .mobile-menu:hover {
  color: #fff;
}

/* With Slider */
/* line 393, ../scss/app.scss */
.has-slider .header-wrapper {
  position: absolute;
  width: 100%;
}
/* line 397, ../scss/app.scss */
.has-slider > .camera_wrap {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  background: white;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 165px !important;
  margin-bottom: 0 !important;
}
/* line 402, ../scss/app.scss */
.has-slider > .camera_wrap .camera_pag {
  position: relative;
  top: -5px;
  left: -10px;
}
/* line 403, ../scss/app.scss */
.has-slider > .camera_wrap .camera_caption > div {
  padding: 20px;
}
/* line 405, ../scss/app.scss */
.has-slider > .camera_clear {
  margin: 0;
}
/* line 406, ../scss/app.scss */
.has-slider #container {
  margin-top: -15px;
}

/* Content
------------------------------------ */
/* Table */
/* line 414, ../scss/app.scss */
table th, table td, td.label {
  background: none;
  padding: 10px;
  position: static;
  bottom: 0;
  color: inherit;
  display: table-cell;
  line-height: 18px;
  font-size: 13px;
  font-weight: inherit;
  text-align: inherit;
  vertical-align: top;
}

/* line 427, ../scss/app.scss */
table th {
  font-weight: 800;
  padding: 5px 10px;
}

/* Media */
/* line 433, ../scss/app.scss */
.entry-content img, .comment-content img, .widget img, .author-avatar img, img.wp-post-image {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 437, ../scss/app.scss */
.attachment a {
  border-bottom: 0;
}

/* line 438, ../scss/app.scss */
img.wp-smiley, .rsswidget img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 440, ../scss/app.scss */
.wp-caption {
  background: #fff;
  margin-bottom: 20px;
  max-width: 100%;
}
/* line 444, ../scss/app.scss */
.wp-caption img {
  display: block;
  margin-bottom: 7px;
  width: 100%;
}

/* line 450, ../scss/app.scss */
.wp-caption-text, .wp-caption-text p {
  font-family: "Droid Serif", Georgia, serif;
  line-height: 1.3;
  font-size: 13px;
  font-weight: 400;
  display: inline;
}

/* Alignment */
/* line 459, ../scss/app.scss */
.alignleft, .alignright {
  display: inline;
}

/* line 460, ../scss/app.scss */
.alignleft {
  float: left;
  margin: 5px 25px 15px 0;
}

/* line 461, ../scss/app.scss */
.alignright {
  float: right;
  margin: 5px 0 15px 25px;
}

/* line 462, ../scss/app.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto 15px;
}

/* line 464, ../scss/app.scss */
.entry-title {
  position: relative;
  font-family: "Droid Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin: 0 0 20px;
  padding: 0 30px 10px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -2px;
  border-bottom: 1px solid #eeeeee;
}
/* line 474, ../scss/app.scss */
.entry-title span {
  padding: 0 0 0 10px;
  position: absolute;
  top: -3px;
  right: 0;
  letter-spacing: 0;
  color: #c0c0c0;
  font-size: 28px;
}
/* line 482, ../scss/app.scss */
.entry-title a, .entry-title a:visited {
  border-bottom: 0;
  color: #777;
}
/* line 486, ../scss/app.scss */
.entry-title a:hover {
  color: #222;
}

/* line 489, ../scss/app.scss */
.entry-meta {
  font-size: 13px;
  line-height: 24px;
  margin: 20px 0 60px;
  clear: both;
}

/* line 495, ../scss/app.scss */
.meta-icon {
  font-size: 14px;
  position: relative;
  top: 1px;
  color: #9c9c9c;
  border-bottom: 0 !important;
}

/* line 501, ../scss/app.scss */
.meta-icon.spacer {
  font-size: 10px;
  margin: 0 11px;
  color: #ccc;
}

/* line 507, ../scss/app.scss */
.entry-image {
  position: relative;
}
/* line 509, ../scss/app.scss */
.entry-image a {
  border-bottom: 0;
}
/* line 510, ../scss/app.scss */
.entry-image img {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}

/* line 517, ../scss/app.scss */
.flex-video, .entry-image {
  background: #444;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 522, ../scss/app.scss */
article.post, article.attachment {
  margin: 0 0 60px;
}

/* line 524, ../scss/app.scss */
.byline {
  display: none;
}

/* line 525, ../scss/app.scss */
.single .byline, .group-blog .byline {
  display: inline;
}

/* line 527, ../scss/app.scss */
.type-attachment .entry-title {
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

/* line 535, ../scss/app.scss */
.no-title .entry-title {
  display: none;
}
/* line 536, ../scss/app.scss */
.no-title .chat-transcript, .no-title .entry-image {
  margin-top: 0;
}

/* Full Width Content */
/* line 540, ../scss/app.scss */
.entry-image, .format-video .flex-video, .chat-transcript, .no-title.has-featured-image .chat-transcript, .gallery {
  margin: -21px -50px 21px;
}

/* line 543, ../scss/app.scss */
.chat-transcript, .no-title.has-featured-image .chat-transcript {
  margin-bottom: 0;
}

/* line 544, ../scss/app.scss */
.format-aside .entry-content {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  padding: 40px 50px;
  background: #f6f6f6;
  color: #777;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 545, ../scss/app.scss */
.chat-transcript, .gallery, .format-quote blockquote {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  padding: 40px 50px;
  background: #f6f6f6;
  color: #777;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #444;
  color: #eee;
}

/* Post Formats ------------------------ */
/* Asides */
/* line 550, ../scss/app.scss */
.format-aside .entry-content {
  border-left: 30px solid #f0f0f0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 553, ../scss/app.scss */
.format-aside .entry-content h3.aside-title {
  font-size: 17px;
  line-height: 17px;
  font-family: "Droid Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
  margin: 0 0 10px;
}
/* line 561, ../scss/app.scss */
.format-aside .entry-content h3.aside-title a {
  color: #666;
  border-bottom: 0;
}
/* line 565, ../scss/app.scss */
.format-aside .entry-content .infinite-sign {
  font-family: "Droid Serif", Georgia, serif;
  position: absolute;
  margin-top: -3px;
  padding: 0 5px;
  line-height: 1;
  font-size: 23px;
  border-bottom: 0;
}
/* line 573, ../scss/app.scss */
.format-aside .entry-content p {
  margin: 0;
}

/* Quote */
/* line 577, ../scss/app.scss */
.format-quote blockquote {
  padding: 40px 60px;
  border: 0;
}
/* line 580, ../scss/app.scss */
.format-quote blockquote p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ddd;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 34px;
  font-family: "Droid Serif", Georgia, serif;
}
/* line 589, ../scss/app.scss */
.format-quote blockquote cite {
  position: relative;
  margin-top: 14px;
  top: -6px;
  text-align: right;
  color: #cecece;
  font-family: "Droid Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
}
/* line 600, ../scss/app.scss */
.format-quote blockquote cite:before {
  color: #666;
}
/* line 601, ../scss/app.scss */
.format-quote blockquote cite a {
  color: #999;
  border-bottom: 0;
}
/* line 605, ../scss/app.scss */
.format-quote blockquote .quote-icon {
  position: absolute;
  z-index: 1;
  font-size: 30px;
  color: #666;
}
/* line 611, ../scss/app.scss */
.format-quote blockquote .icon-quote-left {
  top: 40px;
  left: 10px;
}
/* line 615, ../scss/app.scss */
.format-quote blockquote .icon-quote-right {
  bottom: 40px;
  right: 10px;
}

/* Image */
/* line 622, ../scss/app.scss */
.format-image .entry-content h3.image-title {
  font-size: 17px;
  line-height: 17px;
  font-family: "Droid Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
}
/* line 628, ../scss/app.scss */
.format-image .entry-content h3.image-title span {
  color: #c0c0c0;
  font-size: 15px;
  position: relative;
  top: 1px;
  margin-left: 8px;
}

/* Link */
/* line 637, ../scss/app.scss */
.format-link .entry-content h3.link-title {
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0 0 30px;
}
/* line 641, ../scss/app.scss */
.format-link .entry-content h3.link-title span {
  margin-left: 10px;
  font-size: 26px;
  color: #c0c0c0;
  position: relative;
  top: 3px;
}

/* Chat */
/* line 651, ../scss/app.scss */
.chat-transcript {
  padding: 10px 0;
}
/* line 653, ../scss/app.scss */
.chat-transcript .chat-row {
  margin: 0 !important;
  padding: 12px 50px;
}
/* line 657, ../scss/app.scss */
.chat-transcript .chat-row p {
  margin: 0;
}
/* line 658, ../scss/app.scss */
.chat-transcript .chat-row:nth-child(even) {
  background: #333;
}
/* line 659, ../scss/app.scss */
.chat-transcript .chat-author cite {
  font-weight: 800;
  font-style: normal;
  font-family: "Droid Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  border-bottom: 2px solid #777;
}
/* line 665, ../scss/app.scss */
.chat-transcript .chat-speaker-1 cite {
  border-bottom-color: red;
}
/* line 666, ../scss/app.scss */
.chat-transcript .chat-speaker-2 cite {
  border-bottom-color: magenta;
}
/* line 667, ../scss/app.scss */
.chat-transcript .chat-speaker-3 cite {
  border-bottom-color: green;
}
/* line 668, ../scss/app.scss */
.chat-transcript .chat-speaker-4 cite {
  border-bottom-color: orange;
}
/* line 669, ../scss/app.scss */
.chat-transcript .chat-speaker-5 cite {
  border-bottom-color: yellow;
}
/* line 670, ../scss/app.scss */
.chat-transcript .chat-text {
  padding: 0 0 0 20px;
  font-family: "Droid Serif", Georgia, serif;
}
/* line 674, ../scss/app.scss */
.chat-transcript .chat-author {
  padding: 0;
}

/* Status */
/* line 679, ../scss/app.scss */
.format-status .entry-content p {
  font-size: 18px;
}
/* line 680, ../scss/app.scss */
.format-status .entry-content .status-author {
  color: #222;
}
/* line 681, ../scss/app.scss */
.format-status .entry-content .status-author:after {
  content: "\0020 \2014 \0020";
}
/* line 682, ../scss/app.scss */
.format-status .entry-content .status-content {
  font-family: "Droid Serif", Georgia, serif;
  border-bottom: 2px solid #eee;
  display: inline;
}

/* Gallery */
/* line 690, ../scss/app.scss */
.gallery {
  padding: 16px;
  background: #444;
}
/* line 693, ../scss/app.scss */
.gallery .block-grid {
  margin: -1px;
}
/* line 695, ../scss/app.scss */
.gallery .block-grid li {
  padding: 8px;
}
/* line 697, ../scss/app.scss */
.gallery .block-grid li a {
  float: left;
  border-bottom: 0;
}
/* line 698, ../scss/app.scss */
.gallery .block-grid li img {
  display: block;
}

/* Comments */
/* line 704, ../scss/app.scss */
.comments-title {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1px;
  border-bottom: 1px solid #eee;
  margin: 0 0 25px;
}

/* line 714, ../scss/app.scss */
#comments .children {
  list-style: none;
  margin: 0;
}
/* line 717, ../scss/app.scss */
#comments .children li.comment:first-child {
  margin-top: 0;
}
/* line 718, ../scss/app.scss */
#comments .children article.comment {
  padding-top: 10px;
}
/* line 720, ../scss/app.scss */
#comments .commentlist {
  list-style: none;
  margin: 0;
}
/* line 723, ../scss/app.scss */
#comments .commentlist > li:first-child > article.comment, #comments .commentlist > li:first-child {
  margin-top: 0;
}
/* line 724, ../scss/app.scss */
#comments .commentlist .children {
  margin-left: 55px;
}
/* line 726, ../scss/app.scss */
#comments article.comment {
  margin-top: 40px;
  position: relative;
}
/* line 730, ../scss/app.scss */
#comments li.pingback {
  margin: 40px 0 0;
  padding-left: 10px;
  border-left: 1px solid #eee;
}
/* line 734, ../scss/app.scss */
#comments li.pingback p {
  margin: 0;
}
/* line 735, ../scss/app.scss */
#comments li.pingback a.url {
  font-weight: 800;
  margin: 0 5px;
}
/* line 741, ../scss/app.scss */
#comments .avatar {
  float: left;
}
/* line 742, ../scss/app.scss */
#comments .comment-author {
  line-height: 20px;
}
/* line 743, ../scss/app.scss */
#comments .comment-meta {
  border-bottom: 1px solid #f5f5f5;
  line-height: 18px;
}
/* line 746, ../scss/app.scss */
#comments .comment-meta .comment-reply {
  float: right;
  font-weight: 800;
}
/* line 750, ../scss/app.scss */
#comments .comment-meta a {
  border-bottom: 0;
}
/* line 752, ../scss/app.scss */
#comments cite.fn {
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}
/* line 757, ../scss/app.scss */
#comments time {
  font-size: 12px;
  font-weight: 800;
}
/* line 760, ../scss/app.scss */
#comments time a {
  color: #999;
}
/* line 762, ../scss/app.scss */
#comments .comment-content {
  margin-left: 55px;
  padding-top: 10px;
}
/* line 766, ../scss/app.scss */
#comments .comment-edit-link {
  font-size: 11px;
  border-bottom: 0;
}
/* line 767, ../scss/app.scss */
#comments article.comment header {
  padding-left: 55px;
}

/* Commment Form */
/* line 771, ../scss/app.scss */
#reply-title {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -1px;
  border-bottom: 1px solid #eee;
  margin: 0 0 15px;
}
/* line 779, ../scss/app.scss */
#reply-title a {
  border-bottom: 0;
  font-size: 80%;
}
/* line 783, ../scss/app.scss */
#reply-title small {
  margin-left: 5px;
  font-size: 100%;
}

/* line 788, ../scss/app.scss */
#respond p {
  margin: 0;
}

/* line 789, ../scss/app.scss */
#commentform {
  margin-bottom: 0;
}

/* line 790, ../scss/app.scss */
.form-allowed-tags, .comment-notes {
  display: none;
}

/* Widgets ------------------------------ */
/* line 794, ../scss/app.scss */
.widget-title {
  font-family: "Droid Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -1px;
  border-bottom: 1px solid #eee;
  margin-top: 0;
}

/* Navigation */
/* line 804, ../scss/app.scss */
.site-navigation {
  margin: 0 -50px !important;
  padding: 10px 0 0;
}
/* line 807, ../scss/app.scss */
.site-navigation div {
  position: relative;
  max-width: 50%;
  float: right;
  margin: 0;
  padding-left: 10px;
  padding-right: 50px;
}
/* line 815, ../scss/app.scss */
.site-navigation div a {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  display: block;
  padding-right: 10px;
  line-height: 16px;
  font-weight: 800;
  font-size: 13px;
  color: #888;
  border-bottom: 2px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 828, ../scss/app.scss */
.site-navigation a:hover {
  color: #111;
  border-bottom: 2px solid #999;
}
/* line 832, ../scss/app.scss */
.site-navigation div.nav-previous {
  float: left;
  padding-left: 50px;
  padding-right: 10px;
}
/* line 837, ../scss/app.scss */
.site-navigation div.nav-previous a {
  text-align: right;
  padding-right: 0;
  padding-left: 10px;
}
/* line 842, ../scss/app.scss */
.site-navigation div .meta-nav {
  position: absolute;
  right: 50px;
  font-size: 15px;
}
/* line 847, ../scss/app.scss */
.site-navigation div.nav-previous .meta-nav {
  right: auto;
  left: 50px;
}

/* line 853, ../scss/app.scss */
.page-links {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #777;
  clear: both;
  margin: 25px 0;
  text-align: left;
  display: block;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 800;
}
/* line 863, ../scss/app.scss */
.page-links a {
  color: #999;
}
/* line 864, ../scss/app.scss */
.page-links a:hover {
  color: #222;
}
/* line 865, ../scss/app.scss */
.page-links span {
  letter-spacing: -1px;
  font-weight: 400;
}

/* Dividers */
/* line 873, ../scss/app.scss */
#content hr {
  margin: 40px -50px;
  border-color: #eee;
}
/* line 877, ../scss/app.scss */
#content .divider {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  display: block;
  margin: 70px -50px 60px;
  padding: 0 50px;
  border-bottom: 2px dashed #eee;
  height: 2px;
}
/* line 885, ../scss/app.scss */
#content article:nth-child(odd) .divider {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}

/* Footer
------------------------------------ */
/* line 891, ../scss/app.scss */
.site-footer .site-info {
  color: #c0c0c0;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  background: white;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  background: #555;
  padding: 20px;
  margin-bottom: 40px;
}
/* line 901, ../scss/app.scss */
.site-footer a {
  color: #ccc;
  border-bottom: 2px solid #777;
}
/* line 905, ../scss/app.scss */
.site-footer a:hover {
  color: #eee;
  border-bottom-color: #999;
}

/* Responsiveness
-------------------------------------------- */
/* Vars */
@media screen and (min-width: 1220px) {
  /* line 920, ../scss/app.scss */
  .row {
    width: 1170px;
  }

  /* line 921, ../scss/app.scss */
  .wrapper {
    width: 1200px;
  }

  /* line 923, ../scss/app.scss */
  #content {
    width: 840px;
  }

  /* line 924, ../scss/app.scss */
  #secondary {
    width: 330px;
  }

  /* line 925, ../scss/app.scss */
  #container.full-width #content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 929, ../scss/app.scss */
  #content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 930, ../scss/app.scss */
  #secondary .inner-sidebar {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  /* line 980, ../scss/app.scss */
  .chat-transcript {
    padding: 5px 0;
  }
  /* line 982, ../scss/app.scss */
  .chat-transcript .chat-author, .chat-transcript .chat-text {
    padding: 0;
  }

  /* line 984, ../scss/app.scss */
  .has-slider #container {
    margin-top: -5px;
  }

  /* line 985, ../scss/app.scss */
  .has-slider > .camera_wrap .camera_caption > div {
    padding: 15px 20px 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 937, ../scss/app.scss */
  #content, #secondary .inner-sidebar {
    padding: 30px;
  }

  /* line 939, ../scss/app.scss */
  .entry-image, .format-video .flex-video, .chat-transcript, .no-title.has-featured-image .chat-transcript, .gallery {
    margin: -21px -30px 21px;
  }

  /* line 942, ../scss/app.scss */
  .chat-transcript, .no-title.has-featured-image .chat-transcript {
    margin-bottom: 0;
  }

  /* line 944, ../scss/app.scss */
  .format-aside .entry-content {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    padding: 40px 30px;
    background: #f6f6f6;
    color: #777;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 948, ../scss/app.scss */
  .format-quote blockquote, .chat-transcript {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    padding: 40px 30px;
    background: #f6f6f6;
    color: #777;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background: #444;
    color: #eee;
  }

  /* line 949, ../scss/app.scss */
  .format-aside .entry-content {
    border-left-width: 25px;
  }

  /* line 951, ../scss/app.scss */
  .chat-transcript {
    padding: 5px 0;
  }
  /* line 953, ../scss/app.scss */
  .chat-transcript .chat-row {
    padding: 10px 30px;
  }

  /* line 958, ../scss/app.scss */
  .format-quote blockquote {
    padding: 40px 50px;
    border: 0;
  }

  /* line 963, ../scss/app.scss */
  #content .divider, #content hr {
    margin-left: -30px;
    margin-right: -30px;
  }

  /* line 968, ../scss/app.scss */
  .site-navigation {
    margin: 0 -30px !important;
  }
  /* line 970, ../scss/app.scss */
  .site-navigation div {
    padding-right: 30px;
  }
  /* line 971, ../scss/app.scss */
  .site-navigation div.nav-previous {
    padding-left: 30px;
  }
  /* line 972, ../scss/app.scss */
  .site-navigation div .meta-nav {
    right: 30px;
  }
  /* line 973, ../scss/app.scss */
  .site-navigation div.nav-previous .meta-nav {
    left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  /* line 937, ../scss/app.scss */
  #content, #secondary .inner-sidebar {
    padding: 30px;
  }

  /* line 939, ../scss/app.scss */
  .entry-image, .format-video .flex-video, .chat-transcript, .no-title.has-featured-image .chat-transcript, .gallery {
    margin: -21px -30px 21px;
  }

  /* line 942, ../scss/app.scss */
  .chat-transcript, .no-title.has-featured-image .chat-transcript {
    margin-bottom: 0;
  }

  /* line 944, ../scss/app.scss */
  .format-aside .entry-content {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    padding: 40px 30px;
    background: #f6f6f6;
    color: #777;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 948, ../scss/app.scss */
  .format-quote blockquote, .chat-transcript {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    padding: 40px 30px;
    background: #f6f6f6;
    color: #777;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background: #444;
    color: #eee;
  }

  /* line 949, ../scss/app.scss */
  .format-aside .entry-content {
    border-left-width: 25px;
  }

  /* line 951, ../scss/app.scss */
  .chat-transcript {
    padding: 5px 0;
  }
  /* line 953, ../scss/app.scss */
  .chat-transcript .chat-row {
    padding: 10px 30px;
  }

  /* line 958, ../scss/app.scss */
  .format-quote blockquote {
    padding: 40px 50px;
    border: 0;
  }

  /* line 963, ../scss/app.scss */
  #content .divider, #content hr {
    margin-left: -30px;
    margin-right: -30px;
  }

  /* line 968, ../scss/app.scss */
  .site-navigation {
    margin: 0 -30px !important;
  }
  /* line 970, ../scss/app.scss */
  .site-navigation div {
    padding-right: 30px;
  }
  /* line 971, ../scss/app.scss */
  .site-navigation div.nav-previous {
    padding-left: 30px;
  }
  /* line 972, ../scss/app.scss */
  .site-navigation div .meta-nav {
    right: 30px;
  }
  /* line 973, ../scss/app.scss */
  .site-navigation div.nav-previous .meta-nav {
    left: 30px;
  }
}
/* Tooltip */
/* line 991, ../scss/app.scss */
.has-tip {
  border-bottom: 0 !important;
}

/* line 992, ../scss/app.scss */
a.has-tip {
  cursor: pointer;
}

/* line 993, ../scss/app.scss */
.tooltipster-default {
  margin-top: 0;
  margin-left: -1px;
}

/* line 994, ../scss/app.scss */
body.admin-bar .tooltipster-default {
  margin-top: -28px;
}

/* IE8 Stuff */
/* line 999, ../scss/app.scss */
.lt-ie9 .gallery .block-grid img {
  width: 100%;
}
/* line 1000, ../scss/app.scss */
.lt-ie9 #container {
  border: 1px solid #ddd;
}
/* line 1001, ../scss/app.scss */
.lt-ie9 #content.eight {
  border-right: 1px solid #ddd;
}
/* line 1002, ../scss/app.scss */
.lt-ie9 #secondary.four {
  border-bottom: 1px solid #ddd;
}

/* line 1007, ../scss/app.scss */
.sticky, .gallery-caption, .wp-caption-text, .bypostauthor {
  /* Empty Classes */
}
