img.wp-smiley, img.emoji {
  display: inline !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -.1em !important;
  background: none !important;
  padding: 0 !important
}

div.wpcf7 {
  margin: 0;
  padding: 0
}

div.wpcf7-response-output {
  margin: 2em .5em 1em;
  padding: .2em 1em
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
  border: 2px solid red
}

div.wpcf7-spam-blocked {
  border: 2px solid orange
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
  position: relative
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid red;
  background: #fff;
  padding: .2em .8em
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
  content: " "
}

.wpcf7-display-none {
  display: none
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(//philipploeffel.com/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible
}

div.wpcf7 div.ajax-error {
  display: none
}

div.wpcf7 .placeheld {
  color: #888
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0
}

div.wpcf7 input[type="file"] {
  cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
  cursor: default
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, th {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  background: #eee
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block
}

ol, ul {
  list-style: none
}

table {
  border-collapse: separate;
  border-spacing: 0
}

caption, th, td, th {
  font-weight: normal;
  text-align: left
}

blockquote:before, blockquote:after, q:before, q:after {
  content: ""
}

blockquote, q {
  quotes: "" ""
}

a:focus {
  outline: thin dotted
}

a:hover, a:active {
  outline: 0
}

a img {
  border: 0
}

html {
  font-size: 100%;
  line-height: 1.5em
}

body, button, input, select, textarea {
  color: #404040;
  font-family: Georgia, "Bitstream Charter", serif;
  font-size: 16px;
  font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
  clear: both
}

hr {
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  height: 0;
  margin-top: -1px;
  margin-bottom: 24px;
  padding-top: 24px
}

p {
  margin-bottom: 24px
}

ul, ol {
  margin: 0 0 24px 36px
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

li>ul, li>ol {
  margin-bottom: 0;
  margin-left: 24px
}

dt {
  font-weight: 600
}

dd {
  margin: 0 24px 24px
}

b, strong {
  font-weight: 600
}

dfn, cite, em, i {
  font-style: italic
}

blockquote {
  margin: 0 24px
}

address {
  margin: 0 0 24px
}

pre {
  background: rgba(119, 119, 119, .5);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: .9375em;
  line-height: 1.6em;
  margin-top: -2px;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 24px
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: .875em;
  line-height: 1.71429em
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}

mark, ins {
  background: #fff9c0;
  text-decoration: none
}

sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  bottom: 1ex
}

sub {
  top: .5ex
}

small {
  font-size: 75%
}

big {
  font-size: 125%
}

figure {
  margin: 0
}

table {
  margin: 0 0 24px;
  width: 100%
}

th {
  font-weight: bold
}

img {
  height: auto;
  max-width: 100%
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 24px
}

.alignright {
  display: inline;
  float: right;
  margin-left: 24px
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #fff;
  border: 1px solid #000;
  -moz-box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
  clip: auto !important;
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
  padding: 24px;
  z-index: 100000;
  position: absolute !important;
  top: 24px;
  left: 24px
}

.clear:before, .clear:after {
  content: '';
  display: table
}

.clear:after {
  clear: both
}

.entry-content:before, .entry-content:after {
  content: '';
  display: table
}

.entry-content:after {
  clear: both
}

.comment-content:before, .comment-content:after {
  content: '';
  display: table
}

.comment-content:after {
  clear: both
}

.site-header:before, .site-header:after {
  content: '';
  display: table
}

.site-header:after {
  clear: both
}

.site-content:before, .site-content:after {
  content: '';
  display: table
}

.site-content:after {
  clear: both
}

.site-footer:before, .site-footer:after {
  content: '';
  display: table
}

.site-footer:after {
  clear: both
}

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .8);
  cursor: pointer;
  -webkit-appearance: button;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8)
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02)
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15)
}

input[type="checkbox"], input[type="radio"] {
  padding: 0
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  color: #111
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  padding: 3px
}

textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 98%
}

html {
  font-size: 100%;
  line-height: 1.6em
}

blockquote:before, #menu-close:before, .comments-link a:before, .byline a:before, .edit-link a:before, .tags-links a:before, .posted-on a:before, .reply a:before, .format-link .entry-title a:after, #cancel-comment-reply-link:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: -1px;
  text-decoration: none;
  vertical-align: text-bottom
}

body {
  background: #eee;
  color: #333;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px
}

button, input, select, textarea {
  background: white;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif
}

.alignleft {
  display: inline;
  float: left;
  margin: 8px 26px 12.8px 0
}

.alignright {
  display: inline;
  float: right;
  margin: 12.8px 0 12.8px 26px
}

.aligncenter {
  clear: both;
  display: block;
  margin: 12.8px auto
}

h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin: 26px 0
}

h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 26px 0
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 26px 0
}

h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 26px 0
}

h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 26px 0
}

h6 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin: 26px 0
}

hr {
  background-color: #efefef;
  height: 1px;
  margin-bottom: 24.6px;
  padding: 0
}

p {
  margin-bottom: 26px
}

ul {
  margin: 0 0 26px 26px;
  list-style: disc
}

ul ul {
  list-style: square
}

ul ul ul {
  list-style: circle
}

ol {
  margin: 0 0 26px 26px;
  list-style: decimal
}

ol ol {
  list-style: lower-alpha
}

ol ol ol {
  list-style: lower-roman
}

li>ul, li>ol {
  margin-bottom: 0;
  margin-left: 26px
}

dt {
  font-weight: 400
}

dd {
  margin: 12.8px 0 12.8px 26px
}

b, strong {
  font-weight: bold
}

dfn, cite, em, i {
  font-style: italic
}

blockquote {
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 26px;
  padding-left: 51px;
  position: relative
}

blockquote:before {
  content: "\f106";
  display: block;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

blockquote blockquote {
  font-size: inherit
}

blockquote cite {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  margin: 12.8px 0;
  text-align: left;
  width: 100%
}

button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .8125em;
  line-height: 1.96923em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #777;
  border: 0;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12.8px 26px;
  text-shadow: none
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, #infinite-handle span:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, #infinite-handle span:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, #infinite-handle span:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #333;
  color: #efefef
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 11.8px
}

input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="search"]:focus, input[type="search"]:active {
  background: white;
  border: 1px solid #ccc;
  outline: 0
}

textarea {
  background: white;
  border: 1px solid #efefef;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 11.8px
}

textarea:focus, textarea:active {
  background: white;
  border: 1px solid #ebebeb;
  outline: 0
}

address {
  font-style: italic;
  margin-bottom: 26px
}

pre {
  background: rgba(0, 0, 0, .03);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: .8125em;
  line-height: 1.96923em;
  margin-bottom: 26px;
  padding: 26px;
  overflow: auto;
  max-width: 100%
}

code, kbd, tt, var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: .8125em;
  line-height: 1.96923em
}

abbr, acronym {
  border-bottom: 1px dotted #efefef;
  cursor: help;
  margin-bottom: 24.6px
}

mark, ins {
  background: fff9c0;
  text-decoration: none
}

sup, sub {
  font-size: .8125em;
  line-height: 1.96923em;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  bottom: 1ex
}

sub {
  top: .5ex
}

small {
  font-size: .8125em;
  line-height: 1.96923em
}

big {
  font-size: 1.5em;
  line-height: 2.13333em
}

figure {
  margin: 0
}

table {
  margin-bottom: 26px;
  width: 100%
}

td, th {
  border-bottom: 1px solid #efefef;
  border-collapse: collapse;
  padding: 6px 3px 5.4px
}

th {
  border-bottom-width: 4px;
  font-weight: 700
}

img {
  height: auto;
  max-width: 100%
}

a {
  color: #44c2b2;
  text-decoration: none;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

a:visited {
  color: #44c2b2
}

a:hover, a:focus, a:active {
  color: #6acfc2;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.site {
  margin: 0 auto;
  width: 100%
}

.site-content {
  margin: 0 auto;
  padding: 0 5%;
  min-height: calc(100vh - 155px)
}

.site-footer {
  clear: both;
  color: #777;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 26px 0;
  text-align: center
}

.site-footer a {
  color: #777;
  text-decoration: none
}

.site-info {
  font-size: .8125em;
  line-height: 1.96923em;
  margin: 0 auto;
  padding: 0 15px;
  font-weight: normal;
  text-transform: none
}

.site-info img {
  height: 10px
}

.site-header {
  background: #efefef;
  margin: 0;
  width: 100%;
  z-index: 75;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.site-header-inner:before, .site-header-inner:after {
  content: "";
  display: table
}

.site-header-inner:after {
  clear: both
}

.site-header-inner {
  margin: 0 auto;
  padding: 6px 5%;
  position: relative
}

.site-header-image div {
  overflow: hidden;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.site-header-image {
  height: 150px;
  display: block;
  margin: 0 auto
}

.site-branding {
  float: left;
  position: relative;
  width: 50%;
  z-index: 10
}

.site-title {
  font-size: 1em;
  line-height: 2;
  clear: none;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  z-index: -1
}

.site-title a {
  color: #777;
  text-decoration: none
}

.site-description {
  font-size: .8125em;
  line-height: 1.96923em;
  clear: none;
  display: none;
  margin: 0
}

.main-navigation {
  font-size: 1em;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%
}

.main-navigation li {
  display: block;
  margin: 0 auto
}

.main-navigation a {
  border-top: 1px solid #e6e6e6;
  color: #777;
  display: block;
  padding: 12.8px 0;
  text-decoration: none
}

.main-navigation a:hover {
  color: rgba(119, 119, 119, .5)
}

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0
}

.main-navigation ul ul a {
  padding-left: 12.8px
}

.main-navigation ul ul ul a {
  padding-left: 26px
}

.main-navigation ul:first-child {
  display: block;
  margin: 26px auto 0
}

.main-navigation .current_page_item>a, .main-navigation .current-menu-item>a {
  color: rgba(119, 119, 119, .5)
}

.toggle {
  background: transparent;
  float: left;
  margin: 1px 26px 0 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  font-size: 1em;
  color: #777;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  letter-spacing: 1px
}

.toggle .fa {
  line-height: 2
}

.toggle:hover, .toggle:focus, .toggle:active {
  background-color: transparent;
  box-shadow: none;
  outline: 0
}

.toggle:hover, .toggle:focus, .toggle:active {
  color: #333;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#toggle-sidebar {
  background-color: #eee;
  display: none;
  overflow: auto;
  position: relative;
  left: -100%;
  width: 100%;
  z-index: 1000
}

#toggle-sidebar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 3px solid #efefef
}

#toggle-sidebar::-webkit-scrollbar {
  background-color: #efefef;
  margin: 3px;
  width: 12px
}

.toggle-open #toggle-sidebar {
  display: block;
  padding: 0 5%;
  left: 0
}

#menu-close {
  background: transparent;
  color: #777;
  display: none;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  width: 100%;
  height: 32px
}

#menu-close:before {
  content: "\f405";
  display: inline-block;
  margin: 0 -8px 26px;
  font-size: 32px;
  width: 32px;
  height: 32px
}

#menu-close:before:hover {
  color: #333
}

.search-icon {
  display: none
}

.header-search .search-form {
  float: right;
  position: relative
}

.header-search .search-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 4px
}

.header-search .search-icon .icon {
  fill: #777
}

.header-search .search-field {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: 24px;
  margin: 3px 0;
  padding: 1px 2px 1px 32px;
  position: relative;
  top: 1px;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  width: 24px
}

.header-search .search-field:focus {
  background-color: white;
  border: 0;
  cursor: text;
  outline: 0;
  padding-left: 4px;
  width: 110px
}

.header-search .search-submit {
  display: none
}

.svg-definitions {
  display: none
}

.hentry {
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  padding: 2em 0
}

.site-content .hentry:first-of-type {
  border-top: 0
}

.byline, .updated {
  display: none
}

.single .byline, .group-blog .byline {
  display: inline-block
}

.entry-thumbnail, .entry-video {
  margin: 26px auto;
  text-align: center
}

.entry-gallery {
  margin: 0 auto 5.6px
}

.entry-content, .entry-summary {
  margin: 0 auto 26px
}

.page-links {
  clear: both;
  margin: 26px 0;
  word-spacing: 6px
}

.page-links span.active-link {
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #777;
  display: inline-block;
  color: white;
  margin-bottom: 6px;
  width: 26px;
  height: 26px;
  text-align: center;
  text-decoration: none
}

.page-links a span.active-link {
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #777;
  display: inline-block;
  color: white;
  margin-bottom: 6px;
  width: 26px;
  height: 26px;
  text-align: center;
  text-decoration: none
}

.page-links a:hover span.active-link {
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #777
}

.entry-title {
  display: block;
  font-weight: 600;
  margin: 26px auto
}

.entry-title a {
  color: #333
}

.entry-footer:before, .entry-footer:after {
  content: "";
  display: table
}

.entry-footer:after {
  clear: both
}

.entry-footer {
  color: #777;
  font-size: .8125em;
  line-height: 1.96923em;
  margin: 0 auto
}

.entry-footer a {
  color: #777;
  font-size: inherit
}

.entry-meta, .entry-footer a, .edit-link {
  display: inline-block;
  float: left
}

.comments-link a, .entry-meta a, .entry-footer a a, .edit-link a, .tags-links a {
  text-decoration: none
}

.tags-links, .comments-link {
  clear: both;
  display: block;
  float: none
}

.tags-links {
  max-width: 100%
}

.tags-links a {
  margin-bottom: 9px
}

.edit-link {
  float: right
}

.reply {
  font-size: .8125em;
  line-height: 1.96923em
}

.comments-link a {
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 3px;
  clear: both;
  display: block;
  line-height: 1;
  margin: 0 12.8px 9px 0;
  padding: 11px 26px;
  text-align: center;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.comments-link a:before {
  clear: both;
  display: block;
  font-size: 32px;
  line-height: 1;
  margin: -3px auto 0;
  width: 100%
}

.comments-link a:hover {
  background: white;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.byline a, .edit-link a, .tags-links a, .posted-on a, .reply a {
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1;
  margin: 0 12.8px 9px 0;
  padding: 5px 7px;
  text-align: center;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.byline a:before, .edit-link a:before, .tags-links a:before, .posted-on a:before, .reply a:before {
  display: inline;
  font-size: 16px;
  line-height: 1;
  margin-right: 2px;
  vertical-align: middle;
  width: 100%
}

.byline a:hover, .edit-link a:hover, .tags-links a:hover, .posted-on a:hover, .reply a:hover {
  background: white;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.byline a, .posted-on a {
  clear: both;
  float: none;
  margin-bottom: 9px
}

.tags-links a {
  display: inline-block;
  float: none;
  margin-right: 6px
}

.tags-links a:before {
  content: "\f302"
}

.tags-links a:last-of-type {
  margin-right: 0
}

.edit-link a {
  margin-right: 0
}

.comments-link a:before {
  content: "\f300"
}

.posted-on a:before {
  content: "\f307"
}

.sticky .post-date a:before {
  content: "\f308"
}

.byline a:before {
  content: "\f304"
}

.edit-link a:before {
  content: "\f411"
}

.reply a:before {
  content: "\f412"
}

.sep {
  margin: 0 6px
}

.page-header {
  border-bottom: 4px solid #efefef;
  margin: 0 auto
}

.page-title {
  color: #777;
  font-size: 1.5em;
  line-height: 2.13333em;
  margin: 26px auto 0
}

.page-content {
  margin: 26px auto
}

.taxonomy-description {
  font-style: italic;
  margin-top: 26px
}

.entry-format {
  font-size: .8125em;
  line-height: 1.96923em;
  color: #d9d9d9;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100%
}

.entry-format:visited, .entry-format:hover {
  color: #777
}

.format-link .entry-title a:after {
  content: "\f442";
  display: inline-block;
  font-size: 32px;
  margin-left: 7px
}

.format-aside .entry-content {
  font-size: 1.5em;
  line-height: 2.13333em;
  line-height: 1.33333em;
  font-style: italic;
  font-weight: 300
}

.format-aside .entry-format {
  margin-bottom: 26px
}

.format-aside .entry-title {
  font-size: .8125em;
  line-height: 1.96923em;
  color: #d9d9d9;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase
}

.format-aside .entry-title a {
  color: #d9d9d9
}

.entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

.wp-caption {
  margin-bottom: 26px;
  max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  max-width: 100%
}

.wp-caption-text {
  color: #777;
  font-size: .8125em;
  line-height: 1.96923em;
  margin: 12.8px 0;
  padding: 0 1%
}

.size-thumbnail+.wp-caption-text, .size-medium+.wp-caption-text {
  font-size: .8125em;
  line-height: 1.96923em;
  line-height: 1.96923em
}

.site-content .gallery {
  margin-bottom: 26px
}

.site-content .gallery a img {
  height: auto;
  max-width: 90%
}

.site-content .gallery dd {
  margin: 0
}

.gallery-columns-1 .gallery-item {
  width: 100%
}

.gallery-columns-2 .gallery-item {
  width: 50%
}

.gallery-columns-3 .gallery-item {
  width: 33.33%
}

.gallery-columns-4 .gallery-item {
  width: 25%
}

.gallery-columns-5 .gallery-item {
  width: 20%
}

.gallery-columns-6 .gallery-item {
  width: 16.667%
}

.gallery-columns-7 .gallery-item {
  width: 14%
}

.gallery-columns-8 .gallery-item {
  width: 12.5%
}

.gallery-columns-9 .gallery-item {
  width: 11.11%
}

.site-content .gallery-columns-1.gallery a img {
  max-width: 100%
}

.gallery-item {
  float: left;
  margin-bottom: 26px;
  text-align: center
}

.gallery-item img {
  border: 1px solid white;
  border-radius: 3px;
  padding: 3px
}

.gallery-caption {
  font-size: .8125em;
  line-height: 1.96923em;
  line-height: 1.96923em;
  margin: 0 auto;
  max-width: 90%
}

embed, iframe, object {
  max-width: 100%
}

.paging-navigation:before, .paging-navigation:after {
  content: "";
  display: table
}

.paging-navigation:after {
  clear: both
}

.post-navigation:before, .post-navigation:after {
  content: "";
  display: table
}

.post-navigation:after {
  clear: both
}

.comment-navigation:before, .comment-navigation:after {
  content: "";
  display: table
}

.comment-navigation:after {
  clear: both
}

.paging-navigation, .post-navigation, .comment-navigation {
  margin: 0 auto
}

.paging-navigation .nav-previous, .post-navigation .nav-previous, .comment-navigation .nav-previous {
  float: left;
  display: block;
  padding: 26px 0;
  width: 50%
}

.paging-navigation .nav-next, .post-navigation .nav-next, .comment-navigation .nav-next {
  float: right;
  text-align: right;
  padding: 26px 0;
  width: 50%
}

div#respond, .comments-title {
  border: 0;
  margin: 0 auto
}

.comment-body:before, .comment-body:after {
  content: "";
  display: table
}

.comment-body:after {
  clear: both
}

.comment-body {
  margin: 26px auto;
  position: relative
}

.comment-content {
  margin-top: 26px
}

.comment-content a {
  word-wrap: break-word
}

.comment-list {
  list-style: none;
  margin: 0 auto 51px;
  padding: 0
}

.comment-list .children {
  border-left: 1px solid #efefef;
  list-style: none;
  margin-left: 0;
  padding-left: 26px
}

.comment-list li.comment {
  margin-top: 51px
}

.pingback, .trackback {
  margin: 12.8px 0
}

.pingback a, .trackback a {
  text-decoration: none
}

.pingback .edit-link, .trackback .edit-link {
  font-size: .8125em;
  line-height: 1.96923em
}

.comment-author a {
  text-decoration: none
}

.comment-author .avatar {
  float: left;
  margin-right: 12.8px
}

.bypostauthor>.comment-body {
  border-color: red
}

.comment-metadata, .comment-metadata a {
  color: #777;
  font-size: .8125em;
  line-height: 1.96923em
}

.comment-metadata a {
  font-size: inherit;
  text-decoration: none
}

.comment-metadata .edit-link a {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0
}

.comment-reply-link {
  color: #777
}

.comment-reply-link:hover {
  color: #777
}

#cancel-comment-reply-link {
  font-size: .8125em;
  line-height: 1.96923em;
  float: right;
  display: inline-block;
  text-decoration: none
}

#cancel-comment-reply-link:before {
  content: "\f406";
  margin-right: 3px;
  vertical-align: middle
}

.comments-title, .comment-reply-title {
  color: #777;
  font-size: 1.5em;
  line-height: 2.13333em;
  margin: 26px auto 51px
}

.comment-reply-title {
  margin-bottom: 26px
}

.comment-form label {
  display: inline-block;
  width: 102.4px
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
  color: #777;
  margin: 0 0 26px;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase
}

.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label {
  font-size: .8125em;
  line-height: 1.96923em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 12.8px;
  position: absolute;
  left: 0;
  top: 6px
}

.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment input {
  display: block;
  margin: 0 0 26px;
  padding-left: 100px;
  width: 100%
}

.comment-form-author textarea, .comment-form-email textarea, .comment-form-url textarea, .comment-form-comment textarea {
  margin: 0 0 26px;
  padding: 51px 12.8px 6px;
  clear: both;
  width: 100%
}

.says {
  display: none
}

.form-allowed-tags, .form-allowed-tags code {
  color: #777;
  font-size: .8125em;
  line-height: 1.96923em
}

.form-allowed-tags code {
  font-size: .8125em;
  line-height: 1.96923em
}

.no-comments {
  color: #777;
  font-style: italic;
  margin: 26px 0;
  text-align: center
}

.widget-area {
  border-top: 4px solid #e6e6e6;
  margin-top: 26px;
  padding-top: 26px
}

.widget {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto 26px;
  padding-bottom: 26px;
  position: relative;
  overflow: hidden
}

.widget select {
  max-width: -webkit-calc(100% - 2px);
  max-width: calc(100% - 2px)
}

.widget a {
  text-decoration: none
}

.widget ul {
  list-style: none;
  margin: 0
}

.widget ul li {
  border-bottom: 1px solid #efefef;
  list-style: none;
  margin: 0;
  padding: 12.8px 0
}

.widget ul li li {
  border-bottom: 0;
  padding: 6px 0
}

.widget ul li li:last-child {
  padding-bottom: 0
}

.widget ul li:last-child {
  border-bottom: 0
}

.widget>ul:first-of-type>li:first-child {
  padding-top: 0
}

.widget-title {
  font-size: 1em;
  line-height: 1.6em;
  color: #777;
  font-weight: bold;
  margin: 12.8px 0;
  letter-spacing: 1px;
  text-transform: uppercase
}

.widget-title a {
  color: #777
}

.widget_search input {
  background: white;
  max-width: -webkit-calc(100% - 2px);
  max-width: calc(100% - 2px)
}

.widget_search input[type="submit"] {
  display: none
}

.wp_widget_tag_cloud div, .widget_tag_cloud .tagcloud {
  text-align: center
}

.wp_widget_tag_cloud div a, .widget_tag_cloud .tagcloud a {
  text-decoration: none
}

#wp-calendar td, #wp-calendar th, #wp-calendar th {
  text-align: center
}

#wp-calendar caption {
  font-weight: 700;
  margin: 12.8px 0;
  text-align: center
}

.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
  display: none
}

.infinity-end.neverending .site-footer {
  display: block
}

#infinite-footer {
  z-index: 999
}

#infinite-footer .container {
  background: white;
  border-top: 0;
  color: #777;
  position: relative
}

#infinite-footer .container a {
  color: #777
}

#infinite-footer .blog-info a, #infinite-footer .blog-credits {
  font-size: .8125em;
  line-height: 1.96923em;
  font-style: normal;
  font-weight: normal
}

.infinite-loader {
  margin: 26px auto 51px;
  width: 28px
}

#infinite-handle span {
  display: block;
  margin: 26px auto;
  text-align: center;
  width: 12em
}

@media screen and (min-width:60em) {
  html {
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px)
  }
  body, .site {
    height: 100%
  }
  .site-header-image {
    height: 70%;
    max-height: 500px
  }
  #menu-close {
    display: block
  }
  .site-content, .site-footer {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin: 0 auto;
    padding: 55px 0 0;
    width: 56.25em
  }
  .site-footer {
    border-top: 4px solid #efefef;
    padding: 26px 0
  }
  .page-content, .entry-content, .entry-summary, .entry-title, .entry-footer, .page-title, .site-header-inner, .comment-list, .comments-title, div#respond, .page-content, .paging-navigation, .post-navigation, .comment-navigation, .entry-format {
    width: 80%
  }
  .tags-links {
    clear: none;
    display: inline-block;
    float: left;
    max-width: 61.4%
  }
  .comments-link {
    clear: none;
    display: inline-block;
    float: left
  }
  .site-header {
    position: fixed
  }
  .site-header-inner {
    padding-left: 0;
    padding-right: 0
  }
  .header-search .search-field:focus {
    width: 180px
  }
  #toggle-sidebar {
    display: block;
    padding: 8px 26px;
    position: fixed;
    left: -30%;
    width: 20%;
    height: 100%;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
  }
  .toggle-open #toggle-sidebar {
    box-shadow: 0 -20px 30px 30px rgba(0, 0, 0, .1);
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
  }
  .toggle-open #toggle-sidebar {
    top: 0;
    padding: 8px 26px
  }
  .admin-bar.toggle-open #toggle-sidebar {
    top: 32px
  }
}

@media screen and (min-width:80em) {
  blockquote {
    font-size: 24px;
    padding-left: 51px
  }
  h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    margin: 26px 0
  }
  h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin: 26px 0
  }
  h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 26px 0
  }
  h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 26px 0
  }
  h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 26px 0
  }
  h6 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    margin: 26px 0
  }
  .site-content, .site-footer {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin: 0 auto;
    padding: 55px 0 0;
    width: 75em
  }
  .site-footer {
    border-top: 1px solid #efefef;
    padding: 0
  }
  .page-content, .entry-content, .entry-summary, .entry-title, .entry-footer, .page-title, .site-header-inner, .comment-list, .comments-title, div#respond, .page-content, .paging-navigation, .post-navigation, .comment-navigation, .entry-format {
    width: 80%
  }
  .comment-reply-title {
    margin-top: 0
  }
  .hentry {
    padding: 6em 0
  }
  .format-link .entry-title a:after {
    font-size: 48px
  }
  .comments-area {
    border-bottom: 4px solid #efefef;
    padding: 4em 0
  }
  .site-info {
    padding: 26px 15px;
    text-align: right
  }
}

.fa-xing, .fa-linkedin, .fa-skype {
  font-size: 2em;
  float: left;
  padding-right: 15px
}

.text {
  width: 100%
}

.posted-on {
  display: none
}

@font-face {
  font-family: "Genericons";
  src: url(//philipploeffel.com/wp-content/plugins/jetpack/_inc/genericons/genericons/./Genericons.eot);
  src: url(//philipploeffel.com/wp-content/plugins/jetpack/_inc/genericons/genericons/./Genericons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url(//philipploeffel.com/wp-content/plugins/jetpack/_inc/genericons/genericons/./Genericons.ttf) format("truetype"), url(//philipploeffel.com/wp-content/plugins/jetpack/_inc/genericons/genericons/./Genericons.svg#Genericons) format("svg");
  font-weight: normal;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(//philipploeffel.com/wp-content/plugins/jetpack/_inc/genericons/genericons/./Genericons.svg#Genericons) format("svg")
  }
}

.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none
}

.genericon-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.genericon-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.genericon-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.genericon-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.genericon-flip-vertical {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1)
}

.genericon-404:before {
  content: "\f423"
}

.genericon-activity:before {
  content: "\f508"
}

.genericon-anchor:before {
  content: "\f509"
}

.genericon-aside:before {
  content: "\f101"
}

.genericon-attachment:before {
  content: "\f416"
}

.genericon-audio:before {
  content: "\f109"
}

.genericon-bold:before {
  content: "\f471"
}

.genericon-book:before {
  content: "\f444"
}

.genericon-bug:before {
  content: "\f50a"
}

.genericon-cart:before {
  content: "\f447"
}

.genericon-category:before {
  content: "\f301"
}

.genericon-chat:before {
  content: "\f108"
}

.genericon-checkmark:before {
  content: "\f418"
}

.genericon-close:before {
  content: "\f405"
}

.genericon-close-alt:before {
  content: "\f406"
}

.genericon-cloud:before {
  content: "\f426"
}

.genericon-cloud-download:before {
  content: "\f440"
}

.genericon-cloud-upload:before {
  content: "\f441"
}

.genericon-code:before {
  content: "\f462"
}

.genericon-codepen:before {
  content: "\f216"
}

.genericon-cog:before {
  content: "\f445"
}

.genericon-collapse:before {
  content: "\f432"
}

.genericon-comment:before {
  content: "\f300"
}

.genericon-day:before {
  content: "\f305"
}

.genericon-digg:before {
  content: "\f221"
}

.genericon-document:before {
  content: "\f443"
}

.genericon-dot:before {
  content: "\f428"
}

.genericon-downarrow:before {
  content: "\f502"
}

.genericon-download:before {
  content: "\f50b"
}

.genericon-draggable:before {
  content: "\f436"
}

.genericon-dribbble:before {
  content: "\f201"
}

.genericon-dropbox:before {
  content: "\f225"
}

.genericon-dropdown:before {
  content: "\f433"
}

.genericon-dropdown-left:before {
  content: "\f434"
}

.genericon-edit:before {
  content: "\f411"
}

.genericon-ellipsis:before {
  content: "\f476"
}

.genericon-expand:before {
  content: "\f431"
}

.genericon-external:before {
  content: "\f442"
}

.genericon-facebook:before {
  content: "\f203"
}

.genericon-facebook-alt:before {
  content: "\f204"
}

.genericon-fastforward:before {
  content: "\f458"
}

.genericon-feed:before {
  content: "\f413"
}

.genericon-flag:before {
  content: "\f468"
}

.genericon-flickr:before {
  content: "\f211"
}

.genericon-foursquare:before {
  content: "\f226"
}

.genericon-fullscreen:before {
  content: "\f474"
}

.genericon-gallery:before {
  content: "\f103"
}

.genericon-github:before {
  content: "\f200"
}

.genericon-googleplus:before {
  content: "\f206"
}

.genericon-googleplus-alt:before {
  content: "\f218"
}

.genericon-handset:before {
  content: "\f50c"
}

.genericon-heart:before {
  content: "\f461"
}

.genericon-help:before {
  content: "\f457"
}

.genericon-hide:before {
  content: "\f404"
}

.genericon-hierarchy:before {
  content: "\f505"
}

.genericon-home:before {
  content: "\f409"
}

.genericon-image:before {
  content: "\f102"
}

.genericon-info:before {
  content: "\f455"
}

.genericon-instagram:before {
  content: "\f215"
}

.genericon-italic:before {
  content: "\f472"
}

.genericon-key:before {
  content: "\f427"
}

.genericon-leftarrow:before {
  content: "\f503"
}

.genericon-link:before {
  content: "\f107"
}

.genericon-linkedin:before {
  content: "\f207"
}

.genericon-linkedin-alt:before {
  content: "\f208"
}

.genericon-location:before {
  content: "\f417"
}

.genericon-lock:before {
  content: "\f470"
}

.genericon-mail:before {
  content: "\f410"
}

.genericon-maximize:before {
  content: "\f422"
}

.genericon-menu:before {
  content: "\f419"
}

.genericon-microphone:before {
  content: "\f50d"
}

.genericon-minimize:before {
  content: "\f421"
}

.genericon-minus:before {
  content: "\f50e"
}

.genericon-month:before {
  content: "\f307"
}

.genericon-move:before {
  content: "\f50f"
}

.genericon-next:before {
  content: "\f429"
}

.genericon-notice:before {
  content: "\f456"
}

.genericon-paintbrush:before {
  content: "\f506"
}

.genericon-path:before {
  content: "\f219"
}

.genericon-pause:before {
  content: "\f448"
}

.genericon-phone:before {
  content: "\f437"
}

.genericon-picture:before {
  content: "\f473"
}

.genericon-pinned:before {
  content: "\f308"
}

.genericon-pinterest:before {
  content: "\f209"
}

.genericon-pinterest-alt:before {
  content: "\f210"
}

.genericon-play:before {
  content: "\f452"
}

.genericon-plugin:before {
  content: "\f439"
}

.genericon-plus:before {
  content: "\f510"
}

.genericon-pocket:before {
  content: "\f224"
}

.genericon-polldaddy:before {
  content: "\f217"
}

.genericon-portfolio:before {
  content: "\f460"
}

.genericon-previous:before {
  content: "\f430"
}

.genericon-print:before {
  content: "\f469"
}

.genericon-quote:before {
  content: "\f106"
}

.genericon-rating-empty:before {
  content: "\f511"
}

.genericon-rating-full:before {
  content: "\f512"
}

.genericon-rating-half:before {
  content: "\f513"
}

.genericon-reddit:before {
  content: "\f222"
}

.genericon-refresh:before {
  content: "\f420"
}

.genericon-reply:before {
  content: "\f412"
}

.genericon-reply-alt:before {
  content: "\f466"
}

.genericon-reply-single:before {
  content: "\f467"
}

.genericon-rewind:before {
  content: "\f459"
}

.genericon-rightarrow:before {
  content: "\f501"
}

.genericon-search:before {
  content: "\f400"
}

.genericon-send-to-phone:before {
  content: "\f438"
}

.genericon-send-to-tablet:before {
  content: "\f454"
}

.genericon-share:before {
  content: "\f415"
}

.genericon-show:before {
  content: "\f403"
}

.genericon-shuffle:before {
  content: "\f514"
}

.genericon-sitemap:before {
  content: "\f507"
}

.genericon-skip-ahead:before {
  content: "\f451"
}

.genericon-skip-back:before {
  content: "\f450"
}

.genericon-skype:before {
  content: "\f220"
}

.genericon-spam:before {
  content: "\f424"
}

.genericon-spotify:before {
  content: "\f515"
}

.genericon-standard:before {
  content: "\f100"
}

.genericon-star:before {
  content: "\f408"
}

.genericon-status:before {
  content: "\f105"
}

.genericon-stop:before {
  content: "\f449"
}

.genericon-stumbleupon:before {
  content: "\f223"
}

.genericon-subscribe:before {
  content: "\f463"
}

.genericon-subscribed:before {
  content: "\f465"
}

.genericon-summary:before {
  content: "\f425"
}

.genericon-tablet:before {
  content: "\f453"
}

.genericon-tag:before {
  content: "\f302"
}

.genericon-time:before {
  content: "\f303"
}

.genericon-top:before {
  content: "\f435"
}

.genericon-trash:before {
  content: "\f407"
}

.genericon-tumblr:before {
  content: "\f214"
}

.genericon-twitch:before {
  content: "\f516"
}

.genericon-twitter:before {
  content: "\f202"
}

.genericon-unapprove:before {
  content: "\f446"
}

.genericon-unsubscribe:before {
  content: "\f464"
}

.genericon-unzoom:before {
  content: "\f401"
}

.genericon-uparrow:before {
  content: "\f500"
}

.genericon-user:before {
  content: "\f304"
}

.genericon-video:before {
  content: "\f104"
}

.genericon-videocamera:before {
  content: "\f517"
}

.genericon-vimeo:before {
  content: "\f212"
}

.genericon-warning:before {
  content: "\f414"
}

.genericon-website:before {
  content: "\f475"
}

.genericon-week:before {
  content: "\f306"
}

.genericon-wordpress:before {
  content: "\f205"
}

.genericon-xpost:before {
  content: "\f504"
}

.genericon-youtube:before {
  content: "\f213"
}

.genericon-zoom:before {
  content: "\f402"
}


/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/

.jp-carousel-wrap * {
  line-height: inherit
}

.jp-carousel-overlay {
  background: #000
}

div.jp-carousel-fadeaway {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  position: fixed;
  bottom: 0;
  z-index: 2147483647;
  width: 100%;
  height: 15px
}

.jp-carousel-next-button span, .jp-carousel-previous-button span {
  background: url(//philipploeffel.com/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png) no-repeat center center;
  background-size: 200px 126px
}

.jp-carousel-msg {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  display: inline-block;
  line-height: 19px;
  padding: 11px 15px;
  font-size: 14px;
  text-align: center;
  margin: 25px 20px 0 2px;
  background-color: #fff;
  border-left: 4px solid #ffba00;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
  .jp-carousel-next-button span, .jp-carousel-previous-button span {
    background-image: url(//philipploeffel.com/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png)
  }
}

.jp-carousel-wrap {
  font-family: "Helvetica Neue", sans-serif !important
}

.jp-carousel-info {
  position: absolute;
  bottom: 0;
  text-align: left !important;
  -webkit-font-smoothing: subpixel-antialiased !important
}

.jp-carousel-info ::-moz-selection {
  background: #68c9e8;
  color: #fff
}

.jp-carousel-info ::selection {
  background: #68c9e8;
  color: #fff
}

.jp-carousel-info ::-moz-selection {
  background: #68c9e8;
  color: #fff
}

.jp-carousel-photo-info {
  position: relative;
  left: 25%;
  width: 50%
}

.jp-carousel-transitions .jp-carousel-photo-info {
  transition: .4s ease-out
}

.jp-carousel-info h2 {
  background: 0 0 !important;
  border: 0 !important;
  color: #999;
  display: block !important;
  font: normal 13px/1.25em "Helvetica Neue", sans-serif !important;
  letter-spacing: 0 !important;
  margin: 7px 0 0 0 !important;
  padding: 10px 0 0 !important;
  overflow: hidden;
  text-align: left;
  text-shadow: none !important;
  text-transform: none !important;
  -webkit-font-smoothing: subpixel-antialiased
}

.jp-carousel-next-button, .jp-carousel-previous-button {
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer
}

.jp-carousel-next-button span, .jp-carousel-previous-button span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 82px;
  zoom: 1;
  filter: alpha(opacity=20);
  opacity: .2
}

.jp-carousel-transitions .jp-carousel-next-button span, .jp-carousel-transitions .jp-carousel-previous-button span {
  transition: .5s opacity ease-out
}

.jp-carousel-next-button:hover span, .jp-carousel-previous-button:hover span {
  filter: alpha(opacity=60);
  opacity: .6
}

.jp-carousel-next-button span {
  background-position: -110px center;
  right: 0
}

.jp-carousel-previous-button span {
  background-position: -10px center;
  left: 0
}

.jp-carousel-buttons {
  margin: -18px -20px 15px;
  padding: 8px 10px;
  border-bottom: 1px solid #222;
  background: #222;
  text-align: center
}

div.jp-carousel-buttons a {
  border: 0 !important;
  color: #999;
  font: normal 11px/1.2em "Helvetica Neue", sans-serif !important;
  letter-spacing: 0 !important;
  padding: 5px 2px 5px 0;
  text-decoration: none !important;
  text-shadow: none !important;
  vertical-align: middle;
  -webkit-font-smoothing: subpixel-antialiased
}

div.jp-carousel-buttons a:hover {
  color: #68c9e8;
  border: 0 !important
}

.jp-carousel-transitions div.jp-carousel-buttons a:hover {
  transition: none !important
}

.jp-carousel-next-button, .jp-carousel-previous-button, .jp-carousel-slide, .jp-carousel-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.jp-carousel-slide {
  position: fixed;
  width: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px
}

.jp-carousel-transitions .jp-carousel-slide {
  transition: .3s ease-out
}

.jp-carousel-slide.selected {
  position: absolute !important;
  filter: alpha(opacity=100);
  opacity: 1
}

.jp-carousel-slide {
  filter: alpha(opacity=25);
  opacity: .25
}

.jp-carousel-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  background: 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  zoom: 1
}

.jp-carousel-transitions .jp-carousel-slide {
  transition: opacity .4s linear
}

.jp-carousel-close-hint {
  color: #999;
  cursor: default;
  letter-spacing: 0 !important;
  padding: .35em 0 0;
  position: absolute;
  text-align: right;
  width: 90%
}

.jp-carousel-transitions .jp-carousel-close-hint {
  transition: color .2s linear
}

.jp-carousel-close-hint span {
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, .8);
  display: inline-block;
  height: 22px;
  font: 400 24px/1 "Helvetica Neue", sans-serif !important;
  line-height: 22px;
  margin: 0 0 0 .4em;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  border-radius: 4px
}

.jp-carousel-transitions .jp-carousel-close-hint span {
  transition: border-color .2s linear
}

.jp-carousel-close-hint:hover {
  cursor: default;
  color: #fff
}

.jp-carousel-close-hint:hover span {
  border-color: #fff
}

a.jp-carousel-image-download, div.jp-carousel-buttons a.jp-carousel-commentlink, div.jp-carousel-buttons a.jp-carousel-reblog {
  background: url(//philipploeffel.com/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;
  background-size: 16px 200px
}

div.jp-carousel-buttons a.jp-carousel-commentlink, div.jp-carousel-buttons a.jp-carousel-reblog {
  margin: 0 14px 0 0 !important
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  background-color: #303030;
  padding-right: 8px !important;
  border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  margin: 0 2px 0 -12px !important
}

div.jp-carousel-buttons a.jp-carousel-reblog, div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
  background-position: 6px -36px;
  padding-right: auto !important;
  padding-left: 26px !important;
  color: #999
}

div.jp-carousel-buttons a.jp-carousel-commentlink {
  background-position: 0 -156px;
  padding-left: 19px !important
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
  cursor: default
}

div.jp-carousel-buttons a.jp-carousel-reblog:hover {
  background-position: 6px -56px;
  color: #68c9e8
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
  a.jp-carousel-image-download, div.jp-carousel-buttons a.jp-carousel-commentlink, div.jp-carousel-buttons a.jp-carousel-reblog {
    background-image: url(//philipploeffel.com/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5)
  }
}

div#carousel-reblog-box {
  background: #222;
  background: -moz-linear-gradient(bottom, #222, #333);
  background: -webkit-gradient(linear, left bottom, left top, from(#222), to(#333));
  padding: 3px 0 0;
  display: none;
  margin: 5px auto 0;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .9);
  height: 74px;
  width: 565px
}

#carousel-reblog-box textarea {
  background: #999;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  color: #444;
  padding: 3px 6px;
  width: 370px;
  height: 48px;
  float: left;
  margin: 6px 9px 0 9px;
  border: 1px solid #666;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
  border-radius: 2px
}

#carousel-reblog-box textarea:focus {
  background: #ccc;
  color: #222
}

#carousel-reblog-box label {
  color: #aaa;
  font-size: 11px;
  padding-right: 2px;
  padding-left: 2px;
  display: inline;
  font-weight: 400
}

#carousel-reblog-box select {
  width: 110px;
  padding: 0;
  font-size: 12px;
  font-family: "Helvetica Neue", sans-serif !important;
  background: #333;
  color: #eee;
  border: 1px solid #444;
  margin-top: 5px
}

#carousel-reblog-box .submit, #wrapper #carousel-reblog-box p.response {
  float: left;
  width: 154px;
  padding-top: 0;
  padding-left: 1px;
  overflow: hidden;
  height: 34px;
  margin: 3px 0 0 2px !important
}

#wrapper #carousel-reblog-box p.response {
  font-size: 13px;
  clear: none;
  padding-left: 2px;
  height: 34px;
  color: #aaa
}

#carousel-reblog-box input#carousel-reblog-submit, #jp-carousel-comment-form-button-submit {
  font: 13px/24px "Helvetica Neue", sans-serif !important;
  margin-top: 8px;
  padding: 0 10px !important;
  border-radius: 1em;
  height: 24px;
  color: #333;
  cursor: pointer;
  font-weight: 400;
  background: #aaa;
  background: -moz-linear-gradient(bottom, #aaa, #ccc);
  background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#ccc));
  border: 1px solid #444
}

#carousel-reblog-box input#carousel-reblog-submit:hover, #jp-carousel-comment-form-button-submit:hover {
  background: #ccc;
  background: -moz-linear-gradient(bottom, #ccc, #eee);
  background: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#eee))
}

#carousel-reblog-box .canceltext {
  color: #aaa;
  font-size: 11px;
  line-height: 24px
}

#carousel-reblog-box .canceltext a {
  color: #fff
}

.jp-carousel-titleanddesc {
  border-top: 1px solid #222;
  color: #999;
  font-size: 15px;
  padding-top: 24px;
  margin-bottom: 20px;
  font-weight: 400
}

.jp-carousel-titleanddesc-title {
  font: 300 1.5em/1.1 "Helvetica Neue", sans-serif !important;
  text-transform: none !important;
  color: #fff;
  margin: 0 0 15px;
  padding: 0
}

.jp-carousel-titleanddesc-desc p {
  color: #999;
  line-height: 1.4;
  margin-bottom: .75em
}

.jp-carousel-comments p a, .jp-carousel-info h2 a, .jp-carousel-titleanddesc p a {
  color: #fff !important;
  border: 0 !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
  font-style: normal !important
}

.jp-carousel-titleanddesc p b, .jp-carousel-titleanddesc p strong {
  font-weight: 700;
  color: #999
}

.jp-carousel-titleanddesc p em, .jp-carousel-titleanddesc p i {
  font-style: italic;
  color: #999
}

.jp-carousel-comments p a:hover, .jp-carousel-info h2 a:hover, .jp-carousel-titleanddesc p a:hover {
  color: #68c9e8 !important
}

.jp-carousel-titleanddesc p:empty {
  display: none
}

.jp-carousel-left-column-wrapper h1:after, .jp-carousel-left-column-wrapper h1:before, .jp-carousel-photo-info h1:after, .jp-carousel-photo-info h1:before {
  content: none !important
}

.jp-carousel-image-meta {
  background: #111;
  border: 1px solid #222;
  color: #fff;
  font-size: 13px;
  font: 12px/1.4 "Helvetica Neue", sans-serif !important;
  overflow: hidden;
  padding: 18px 20px;
  width: 209px !important
}

.jp-carousel-image-meta h5, .jp-carousel-image-meta li {
  font-family: "Helvetica Neue", sans-serif !important;
  position: inherit !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  background: 0 0 !important;
  border: 0 !important;
  font-weight: 400 !important;
  line-height: 1.3em !important
}

.jp-carousel-image-meta ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important
}

.jp-carousel-image-meta li {
  width: 48% !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 2% 15px 0 !important;
  color: #fff !important;
  font-size: 13px !important
}

.jp-carousel-image-meta h5 {
  color: #999 !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  margin: 0 0 2px !important;
  letter-spacing: .1em !important
}

a.jp-carousel-image-download {
  padding-left: 23px;
  display: inline-block;
  clear: both;
  color: #999;
  line-height: 1;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  background-position: 0 -82px
}

a.jp-carousel-image-download span.photo-size {
  font-size: 11px;
  border-radius: 1em;
  margin-left: 2px;
  display: inline-block
}

a.jp-carousel-image-download span.photo-size-times {
  padding: 0 1px 0 2px
}

a.jp-carousel-image-download:hover {
  background-position: 0 -122px;
  color: #68c9e8;
  border: 0 !important
}

.jp-carousel-image-map {
  position: relative;
  margin: -20px -20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
  height: 154px
}

.jp-carousel-image-map img.gmap-main {
  border-top-left-radius: 6px;
  border-right: 1px solid rgba(255, 255, 255, .17)
}

.jp-carousel-image-map div.gmap-topright {
  width: 94px;
  height: 154px;
  position: absolute;
  top: 0;
  right: 0
}

.jp-carousel-image-map div.imgclip {
  overflow: hidden;
  border-top-right-radius: 6px
}

.jp-carousel-image-map div.gmap-topright img {
  margin-left: -40px
}

.jp-carousel-image-map img.gmap-bottomright {
  position: absolute;
  top: 96px;
  right: 0
}

.jp-carousel-comments {
  font: 15px/1.7 "Helvetica Neue", sans-serif !important;
  font-weight: 400;
  background: none transparent
}

.jp-carousel-comments p a:active, .jp-carousel-comments p a:focus, .jp-carousel-comments p a:hover {
  color: #68c9e8 !important
}

.jp-carousel-comment {
  background: none transparent;
  color: #999;
  margin-bottom: 20px;
  clear: left;
  overflow: auto;
  width: 100%
}

.jp-carousel-comment p {
  color: #999 !important
}

.jp-carousel-comment .comment-author {
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  width: auto;
  display: inline;
  float: none;
  border: 0;
  margin: 0
}

.jp-carousel-comment .comment-author a {
  color: #fff
}

.jp-carousel-comment .comment-gravatar {
  float: left
}

.jp-carousel-comment .comment-content {
  border: 0;
  margin-left: 85px;
  padding: 0
}

.jp-carousel-comment .avatar {
  margin: 0 20px 0 0;
  border-radius: 4px;
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent !important
}

.jp-carousel-comment .comment-date {
  color: #999;
  margin-top: 4px;
  font-size: 11px;
  display: inline;
  float: right
}

#jp-carousel-comment-form {
  margin: 0 0 10px !important;
  float: left;
  width: 100%
}

textarea#jp-carousel-comment-form-comment-field {
  background: rgba(34, 34, 34, .9);
  border: 1px solid #3a3a3a;
  color: #aaa;
  font: 15px/1.4 "Helvetica Neue", sans-serif !important;
  width: 100%;
  padding: 10px 10px 5px;
  margin: 0;
  float: none;
  height: 147px;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box
}

textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
  color: #555
}

textarea#jp-carousel-comment-form-comment-field:focus {
  background: #ccc;
  color: #222
}

textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
  color: #aaa
}

#jp-carousel-comment-form-spinner {
  color: #fff;
  margin: 22px 0 0 10px;
  display: block;
  width: 20px;
  height: 20px;
  float: left
}

#jp-carousel-comment-form-submit-and-info-wrapper {
  display: none;
  overflow: hidden;
  width: 100%
}

#jp-carousel-comment-form-commenting-as input {
  background: rgba(34, 34, 34, .9);
  border: 1px solid #3a3a3a;
  color: #aaa;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  padding: 3px 6px;
  float: left;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
  border-radius: 2px;
  width: 285px
}

#jp-carousel-comment-form-commenting-as input:focus {
  background: #ccc;
  color: #222
}

#jp-carousel-comment-form-commenting-as p {
  font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  margin: 22px 0 0;
  float: left
}

#jp-carousel-comment-form-commenting-as fieldset {
  float: left;
  border: 0;
  margin: 20px 0 0 0;
  padding: 0
}

#jp-carousel-comment-form-commenting-as fieldset {
  clear: both
}

#jp-carousel-comment-form-commenting-as label {
  font: 400 13px/1.7 "Helvetica Neue", sans-serif !important;
  margin: 0 20px 3px 0;
  float: left;
  width: 100px
}

#jp-carousel-comment-form-button-submit {
  margin-top: 20px;
  float: right
}

#js-carousel-comment-form-container {
  margin-bottom: 15px;
  overflow: auto;
  width: 100%
}

#jp-carousel-comment-form-container {
  margin-bottom: 15px;
  overflow: auto;
  width: 100%
}

#jp-carousel-comment-post-results {
  display: none;
  overflow: auto;
  width: 100%
}

#jp-carousel-comment-post-results span {
  display: block;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  overflow: auto;
  padding: 1em 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .7);
  border-radius: 2px;
  font: 13px/1.4 "Helvetica Neue", sans-serif !important;
  border: 1px solid rgba(255, 255, 255, .17);
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 1)
}

.jp-carousel-comment-post-error {
  color: #df4926
}

#jp-carousel-comments-closed {
  display: none;
  color: #999
}

#jp-carousel-comments-loading {
  font: 400 15px/1.7 "Helvetica Neue", sans-serif !important;
  display: none;
  color: #999;
  text-align: left;
  margin-bottom: 20px
}

.jp-carousel-light .jp-carousel-overlay {
  background: #fff
}

.jp-carousel-light .jp-carousel-next-button:hover span, .jp-carousel-light .jp-carousel-previous-button:hover span {
  opacity: .8
}

.jp-carousel-light .jp-carousel-close-hint:hover, .jp-carousel-light .jp-carousel-titleanddesc div {
  color: #000 !important
}

.jp-carousel-light .jp-carousel-comment .comment-author a, .jp-carousel-light .jp-carousel-comments p a, .jp-carousel-light .jp-carousel-info h2 a, .jp-carousel-light .jp-carousel-titleanddesc p a {
  color: #1e8cbe !important
}

.jp-carousel-light .jp-carousel-comment .comment-author a:hover, .jp-carousel-light .jp-carousel-comments p a:hover, .jp-carousel-light .jp-carousel-info h2 a:hover, .jp-carousel-light .jp-carousel-titleanddesc p a:hover {
  color: #f1831e !important
}

.jp-carousel-light .jp-carousel-comment, .jp-carousel-light .jp-carousel-comment p, .jp-carousel-light .jp-carousel-info h2, .jp-carousel-light .jp-carousel-titleanddesc, .jp-carousel-light .jp-carousel-titleanddesc p, .jp-carousel-light .jp-carousel-titleanddesc p b, .jp-carousel-light .jp-carousel-titleanddesc p em, .jp-carousel-light .jp-carousel-titleanddesc p i, .jp-carousel-light .jp-carousel-titleanddesc p strong, .jp-carousel-light div.jp-carousel-buttons a {
  color: #666
}

.jp-carousel-light .jp-carousel-buttons {
  border-bottom-color: #f0f0f0;
  background: #f5f5f5
}

.jp-carousel-light div.jp-carousel-buttons a:hover {
  text-decoration: none;
  color: #f1831e
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog, .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover {
  background-position: 4px -56px;
  padding-left: 24px !important
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  background-color: #2ea2cc;
  color: #fff
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink {
  background-position: 0 -176px
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
  background-position: 5px -36px
}

.jp-carousel-light div#carousel-reblog-box {
  background: #eee;
  background: -moz-linear-gradient(bottom, #ececec, #f7f7f7);
  background: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f7f7f7));
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  border: 1px solid #ddd
}

.jp-carousel-light #carousel-reblog-box textarea {
  border: 1px inset #ccc;
  color: #666;
  border: 1px solid #cfcfcf;
  background: #fff
}

.jp-carousel-light #carousel-reblog-box .canceltext {
  color: #888
}

.jp-carousel-light #carousel-reblog-box .canceltext a {
  color: #666
}

.jp-carousel-light #carousel-reblog-box select {
  background: #eee;
  color: #333;
  border: 1px solid #aaa
}

#jp-carousel-comment-form-button-submit, .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit {
  color: #333;
  background: #fff;
  background: -moz-linear-gradient(bottom, #ddd, #fff);
  background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
  border: 1px solid #aaa
}

.jp-carousel-light .jp-carousel-image-meta {
  background: #fafafa;
  border: 1px solid #eee;
  border-top-color: #f5f5f5;
  border-left-color: #f5f5f5;
  color: #333
}

.jp-carousel-light .jp-carousel-image-meta li {
  color: #000 !important
}

.jp-carousel-light .jp-carousel-close-hint {
  color: #ccc
}

.jp-carousel-light .jp-carousel-close-hint span {
  background-color: #fff;
  border-color: #ccc
}

.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
  color: #aaa
}

.jp-carousel-light #jp-carousel-comment-form-comment-field:focus {
  color: #333
}

.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
  color: #ddd
}

.jp-carousel-light a.jp-carousel-image-download {
  background-position: 0 -122px
}

.jp-carousel-light a.jp-carousel-image-download:hover {
  background-position: 0 -122px;
  color: #f1831e
}

.jp-carousel-light textarea#jp-carousel-comment-form-comment-field {
  background: #fbfbfb;
  color: #333;
  border: 1px solid #dfdfdf;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1)
}

.jp-carousel-light #jp-carousel-comment-form-commenting-as input {
  background: #fbfbfb;
  border: 1px solid #dfdfdf;
  color: #333;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1)
}

.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus {
  background: #fbfbfb;
  color: #333
}

.jp-carousel-light #jp-carousel-comment-post-results span {
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .05)
}

.jp-carousel-light .jp-carousel-slide {
  background-color: #fff
}

.jp-carousel-light .jp-carousel-titleanddesc {
  border-top: 1px solid #eee
}

.jp-carousel-light .jp-carousel-fadeaway {
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, 0)))
}

@media only screen and (max-width:760px) {
  .jp-carousel-info {
    margin: 0 10px !important
  }
  .jp-carousel-next-button, .jp-carousel-previous-button {
    display: none !important
  }
  .jp-carousel-buttons {
    display: none !important
  }
  .jp-carousel-image-meta {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box
  }
  .jp-carousel-close-hint {
    font-weight: 800 !important;
    font-size: 26px !important;
    position: fixed !important;
    top: -10px
  }
  .jp-carousel-slide img {
    filter: alpha(opacity=100);
    opacity: 1
  }
  .jp-carousel-wrap {
    background-color: #000
  }
  .jp-carousel-fadeaway {
    display: none
  }
  #jp-carousel-comment-form-container {
    display: none !important
  }
  .jp-carousel-titleanddesc {
    padding-top: 0 !important;
    border: 0 !important
  }
  .jp-carousel-titleanddesc-title {
    font-size: 1em !important
  }
  .jp-carousel-left-column-wrapper {
    padding: 0;
    width: 100% !important
  }
  .jp-carousel-photo-info {
    left: 0 !important;
    width: 100% !important
  }
}

.contact-form .clear-form {
  clear: both
}

.contact-form input[type=email], .contact-form input[type=text], .contact-form input[type=url] {
  width: 300px;
  max-width: 98%;
  margin-bottom: 13px
}

.contact-form select {
  margin-bottom: 13px
}

.contact-form textarea {
  height: 200px;
  width: 80%;
  float: none;
  margin-bottom: 13px
}

.contact-form input[type=checkbox], .contact-form input[type=radio] {
  float: none;
  margin-bottom: 13px
}

.contact-form label {
  margin-bottom: 3px;
  float: none;
  font-weight: 700;
  display: block
}

.contact-form label.checkbox, .contact-form label.radio {
  margin-bottom: 3px;
  float: none;
  font-weight: 700;
  display: inline-block
}

.contact-form label span {
  color: #aaa;
  margin-left: 4px;
  font-weight: 400
}

.contact-form-submission {
  margin-bottom: 4em;
  padding: 1.5em 1em
}

.contact-form-submission p {
  margin: 0 auto
}

.form-errors .form-error-message {
  color: red
}

.textwidget .contact-form input[type=email], .textwidget .contact-form input[type=text], .textwidget .contact-form input[type=url], .textwidget .contact-form textarea {
  width: 250px;
  max-width: 100%;
  box-sizing: border-box
}

#jetpack-check-feedback-spam {
  margin: 1px 8px 0 0
}

.jetpack-check-feedback-spam-spinner {
  display: inline-block;
  margin-top: 7px
}

.infinite-loader {
  color: #000;
  display: block;
  height: 28px;
  text-indent: -9999px
}

#infinite-handle span {
  background: #333;
  border-radius: 1px;
  color: #eee;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 16px
}

#infinite-handle span button, #infinite-handle span button:focus, #infinite-handle span button:hover {
  display: inline;
  position: static;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: inherit;
  background: 0 0;
  color: inherit;
  cursor: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit
}

#infinite-handle span button::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0
}

@media(max-width:800px) {
  #infinite-handle span:before {
    display: none
  }
  #infinite-handle span {
    display: block
  }
}

#infinite-footer {
  position: fixed;
  bottom: -50px;
  left: 0;
  width: 100%
}

#infinite-footer a {
  text-decoration: none
}

#infinite-footer .blog-credits a:hover, #infinite-footer .blog-info a:hover {
  color: #444;
  text-decoration: underline
}

#infinite-footer .container {
  background: rgba(255, 255, 255, .8);
  border-color: #ccc;
  border-color: rgba(0, 0, 0, .1);
  border-style: solid;
  border-width: 1px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  padding: 1px 20px;
  width: 780px
}

#infinite-footer .blog-credits, #infinite-footer .blog-info {
  box-sizing: border-box;
  line-height: 25px
}

#infinite-footer .blog-info {
  float: left;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40%
}

#infinite-footer .blog-credits {
  font-weight: 400;
  float: right;
  width: 60%
}

#infinite-footer .blog-info a {
  color: #111;
  font-size: 14px;
  font-weight: 700
}

#infinite-footer .blog-credits {
  color: #888;
  font-size: 12px;
  text-align: right
}

#infinite-footer .blog-credits a {
  color: #666
}

.infinity-end.neverending #infinite-footer {
  display: none
}

@media(max-width:640px) {
  #infinite-footer .container {
    box-sizing: border-box;
    width: 100%
  }
  #infinite-footer .blog-info {
    width: 30%
  }
  #infinite-footer .blog-credits {
    width: 70%
  }
  #infinite-footer .blog-credits, #infinite-footer .blog-info a {
    font-size: 10px
  }
}

@media(max-width:640px) {
  #infinite-footer {
    position: static
  }
}

@font-face {
  font-family: Noticons;
  src: url(https://wordpress.com/i/noticons/Noticons.woff)
}

#jp-post-flair {
  padding-top: .5em
}

#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
  clear: both
}

div.sharedaddy h3.sd-title {
  margin: 0 0 1em 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 9pt;
  font-weight: 700
}

div.sharedaddy h3.sd-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 1em
}

#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
  width: 61px;
  overflow: hidden
}

#wpadminbar iframe.admin-bar-likes-widget {
  width: 61px;
  height: 28px;
  min-height: 28px;
  border-width: 0;
  position: absolute;
  top: 0
}

div.jetpack-likes-widget-wrapper {
  width: 100%;
  min-height: 50px;
  position: relative
}

div.jetpack-likes-widget-wrapper .sd-link-color {
  font-size: 12px
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
  width: 1px;
  min-height: 0
}

div.jetpack-comment-likes-widget-wrapper {
  width: 100%;
  position: relative;
  min-height: 31px
}

div.jetpack-comment-likes-widget-wrapper iframe {
  margin-bottom: 0
}

#likes-other-gravatars {
  display: none;
  position: absolute;
  padding: 10px 10px 12px 10px;
  background-color: #2e4453;
  border-width: 0;
  box-shadow: 0 0 10px #2e4453;
  box-shadow: 0 0 10px rgba(46, 68, 83, .6);
  min-width: 130px;
  z-index: 1000
}

#likes-other-gravatars * {
  line-height: normal
}

#likes-other-gravatars .likes-text {
  color: #fff;
  font-size: 12px;
  padding-bottom: 8px
}

#likes-other-gravatars li, #likes-other-gravatars ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none
}

#likes-other-gravatars li::before {
  content: ""
}

#likes-other-gravatars ul.wpl-avatars {
  overflow: auto;
  display: block;
  max-height: 190px
}

#likes-other-gravatars ul.wpl-avatars li {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 5px 5px 0
}

#likes-other-gravatars ul.wpl-avatars li a {
  margin: 0 2px 0 0;
  border-bottom: 0 !important;
  display: block
}

#likes-other-gravatars ul.wpl-avatars li a img {
  background: 0 0;
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: static
}

div.sd-box {
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, .13)
}

.comment-likes-widget, .entry-content .post-likes-widget, .post-likes-widget {
  margin: 0;
  border-width: 0;
  display: block
}

.comment-likes-widget-placeholder, .post-likes-widget-placeholder {
  margin: 0;
  border-width: 0;
  position: relative
}

.comment-likes-widget-placeholder {
  height: 18px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-top: 4px
}

.comment-likes-widget-placeholder::before {
  -webkit-font-smoothing: antialiased;
  font-family: Noticons;
  font-size: 20px;
  line-height: .9;
  color: #5cb5d4;
  content: '\f408';
  width: 16px;
  display: inline-block;
  vertical-align: middle
}

.post-likes-widget-placeholder .button {
  display: none
}

.comment-likes-widget-placeholder .loading, .post-likes-widget-placeholder .loading {
  color: #999;
  font-size: 12px
}

.comment-likes-widget-placeholder .loading {
  padding-left: 5px;
  margin-top: 2px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #4e4e4e
}

.slim-likes-widget .post-likes-widget {
  width: auto;
  float: none
}

div.sharedaddy.sd-like-enabled .sd-like h3 {
  display: none
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
  width: 100%;
  float: none;
  position: absolute;
  top: 0
}

.comment-likes-widget {
  width: 100%
}

.pd-rating {
  display: block !important
}

.sd-gplus .sd-title {
  display: none
}

#jp-relatedposts {
  display: none;
  padding-top: 1em;
  margin: 1em 0;
  position: relative;
  clear: both
}

.jp-relatedposts:after {
  content: '';
  display: block;
  clear: both
}

#jp-relatedposts h3.jp-relatedposts-headline {
  margin: 0 0 1em 0;
  display: inline-block;
  float: left;
  font-size: 9pt;
  font-weight: 700;
  font-family: inherit
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 1em
}

#jp-relatedposts h3.jp-relatedposts-headline em {
  font-style: normal;
  font-weight: 700
}

#jp-relatedposts .jp-relatedposts-items {
  clear: left
}

#jp-relatedposts .jp-relatedposts-items-visual {
  margin-right: -20px
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  float: left;
  width: 33%;
  margin: 0 0 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  padding-right: 20px;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
  clear: both
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
  text-decoration: underline
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1
}

#jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 14px;
  line-height: 20px;
  margin: 0
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
  position: relative
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-bottom: 0
}

#jp-relatedposts .jp-relatedposts-items p {
  margin-bottom: 0
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  text-transform: none;
  margin: 0;
  font-family: inherit;
  display: block;
  max-width: 100%
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  text-decoration: underline
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
  max-width: 100%
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  opacity: .6
}

.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  display: none
}

#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
  display: none
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
  overflow: hidden
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
  margin-bottom: 1em
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
  clear: both;
  width: 100%
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
  float: left;
  overflow: hidden;
  max-width: 33%;
  margin-right: 3%
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
  display: inline-block;
  max-width: 63%
}

@media only screen and (max-width:640px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 50%
  }
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
    clear: left
  }
  #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 20px
  }
}

@media only screen and (max-width:320px) {
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    width: 100%;
    clear: both;
    margin: 0 0 1em
  }
  #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
    float: none;
    max-width: 100%;
    margin-right: 0
  }
}

#jp-post-flair {
  padding-top: .5em
}

#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
  clear: both
}

div.sharedaddy h3.sd-title {
  margin: 0 0 1em 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 9pt;
  font-weight: 700
}

div.sharedaddy h3.sd-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 1em
}

body.highlander-light h3.sd-title:before {
  border-top: 1px solid rgba(0, 0, 0, .2)
}

body.highlander-dark h3.sd-title:before {
  border-top: 1px solid rgba(255, 255, 255, .4)
}

.sd-content ul {
  padding: 0 !important;
  margin: 0 0 .7em 0 !important;
  list-style: none !important
}

.sd-content ul li {
  display: inline-block
}

.sd-block.sd-gplus {
  margin: 0 0 .5em 0
}

.sd-gplus .sd-content {
  font-size: 12px
}

#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li .digg_button>a, .sd-social-official .sd-content>ul>li>a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
  text-decoration: none !important;
  display: inline-block;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  color: #777 !important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
  text-shadow: none;
  line-height: 23px;
  padding: 1px 8px 0 5px
}

.sd-content ul li .option a.share-ustom span, .sd-content ul li a.sd-button>span, .sd-content ul li.advanced a.share-more span, .sd-content ul li.preview-item div.option.option-smart-off a span, .sd-social-icon-text .sd-content ul li a.sd-button>span, .sd-social-official .sd-content>ul>li .digg_button>a span, .sd-social-official .sd-content>ul>li>a.sd-button span, .sd-social-text .sd-content ul li a.sd-button span {
  line-height: 23px
}

.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a, .sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button, .sd-social-official .sd-content>ul>li .digg_button>a, .sd-social-official .sd-content>ul>li>a.sd-button {
  line-height: 17px;
  box-shadow: none;
  vertical-align: top
}

.sd-social-official .sd-content ul li a.sd-button>span {
  line-height: 17px
}

.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before, .sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before, .sd-social-official .sd-content>ul>li .digg_button>a:before, .sd-social-official .sd-content>ul>li>a.sd-button:before {
  margin-bottom: -1px
}

.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-icon .sd-content ul li a.sd-button:hover, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:hover, .sd-social-official .sd-content>ul>li .digg_button>a:active, .sd-social-official .sd-content>ul>li .digg_button>a:hover, .sd-social-official .sd-content>ul>li>a.sd-button:active, .sd-social-official .sd-content>ul>li>a.sd-button:hover, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:hover {
  color: #555;
  background: #fafafa;
  border: 1px solid #999
}

.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-official .sd-content>ul>li .digg_button>a:active, .sd-social-official .sd-content>ul>li>a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .16)
}

.sd-content ul li a.sd-button:before {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 18px/1 social-logos;
  vertical-align: top;
  text-align: center
}

.sd-social-icon-text ul li a.sd-button:before {
  position: relative;
  top: 2px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .sd-content ul li a.sd-button:before {
    position: relative;
    top: 2px
  }
}

.sd-social-official ul li a.sd-button:before {
  position: relative;
  top: -2px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .sd-social-official ul li a.sd-button:before {
    top: 0
  }
}

.sd-content ul li {
  margin: 0 5px 5px 0;
  padding: 0
}

.jp-sharing-input-touch .sd-content ul li {
  padding-left: 10px
}

.sd-content ul li.preview-item a.sd-button span, .sd-social-icon-text .sd-content ul li a span, .sd-social-official .sd-content ul li a.sd-button span {
  margin-left: 3px
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
  margin-left: 0
}

.sd-content ul li.no-icon a:before, .sd-social-text .sd-content ul li a:before {
  display: none
}

body .sd-content ul li.share-custom.no-icon a span, body .sd-social-text .sd-content ul li.share-custom a span {
  background-image: none;
  background-position: -500px -500px !important;
  background-repeat: no-repeat !important;
  padding-left: 0;
  height: 0;
  line-height: inherit
}

.sd-social-icon .sd-content ul li a.share-more {
  position: relative;
  top: -4px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .sd-social-icon .sd-content ul li a.share-more {
    top: 2px
  }
}

@-moz-document url-prefix() {
  .sd-social-icon .sd-content ul li a.share-more {
    top: 2px
  }
}

.sd-social-icon .sd-content ul li a.share-more span {
  margin-left: 3px
}

.sd-content ul li.share-print div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-print a:before, .sd-social-icon-text .sd-content li.share-print a:before, .sd-social-official .sd-content li.share-print a:before, .sd-social-text .sd-content ul li.share-print a:before {
  content: '\f469'
}

.sd-content ul li.share-email div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-email a:before, .sd-social-icon-text .sd-content li.share-email a:before, .sd-social-official .sd-content li.share-email a:before, .sd-social-text .sd-content ul li.share-email a:before {
  content: '\f410'
}

.sd-content ul li.share-linkedin div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-linkedin a:before, .sd-social-icon-text .sd-content li.share-linkedin a:before, .sd-social-text .sd-content ul li.share-linkedin a:before {
  content: '\f207'
}

.sd-content ul li.share-twitter div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-twitter a:before, .sd-social-icon-text .sd-content li.share-twitter a:before, .sd-social-text .sd-content ul li.share-twitter a:before {
  content: '\f202'
}

.sd-content ul li.share-reddit div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-reddit a:before, .sd-social-icon-text .sd-content li.share-reddit a:before, .sd-social-text .sd-content ul li.share-reddit a:before {
  content: '\f222'
}

.sd-content ul li.share-tumblr div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-tumblr a:before, .sd-social-icon-text .sd-content li.share-tumblr a:before, .sd-social-text .sd-content ul li.share-tumblr a:before {
  content: '\f607'
}

.sd-content ul li.share-pocket div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-pocket a:before, .sd-social-icon-text .sd-content li.share-pocket a:before, .sd-social-text .sd-content ul li.share-pocket a:before {
  content: '\f224'
}

.sd-content ul li.share-pinterest div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-pinterest a:before, .sd-social-icon-text .sd-content li.share-pinterest a:before, .sd-social-text .sd-content ul li.share-pinterest a:before {
  content: '\f210'
}

.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-google-plus-1 a:before, .sd-social-icon-text .sd-content li.share-google-plus-1 a:before, .sd-social-text .sd-content ul li.share-google-plus-1 a:before {
  content: '\f218'
}

.sd-content ul li.share-facebook div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-facebook a:before, .sd-social-icon-text .sd-content li.share-facebook a:before, .sd-social-text .sd-content ul li.share-facebook a:before {
  content: '\f203'
}

.sd-content ul li.share-press-this div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-press-this a:before, .sd-social-icon-text .sd-content li.share-press-this a:before, .sd-social-official .sd-content li.share-press-this a:before, .sd-social-text .sd-content ul li.share-press-this a:before {
  content: '\f205'
}

.sd-social-official .sd-content li.share-press-this a:before {
  color: #2ba1cb
}

.sd-content ul li.share-telegram div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-telegram a:before, .sd-social-icon-text .sd-content li.share-telegram a:before, .sd-social-official .sd-content li.share-telegram a:before, .sd-social-text .sd-content ul li.share-telegram a:before {
  content: '\f606'
}

.sd-social-official .sd-content li.share-telegram a:before {
  color: #08c
}

.sd-content ul li.share-skype div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-skype a:before, .sd-social-icon-text .sd-content li.share-skype a:before, .sd-social-text .sd-content ul li.share-skype a:before {
  content: '\f220'
}

.sd-content ul li.advanced a.share-more:before, .sd-social-icon .sd-content ul a.share-more:before, .sd-social-icon-text .sd-content a.share-more:before, .sd-social-official .sd-content a.share-more:before, .sd-social-text .sd-content ul a.share-more:before {
  content: '\f415'
}

.sd-social-official .sd-content a.share-more:before {
  color: #2ba1cb
}

.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before, .sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before, .sd-social-official .sd-content li.share-jetpack-whatsapp a:before, .sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before {
  content: '\f608'
}

.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
  color: #43d854
}

.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
  background: #43d854;
  color: #fff !important
}

.sd-social .sd-button .share-count {
  background: #2ea2cc;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 1px 3px;
  line-height: 1
}

.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
  line-height: 25px !important
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
  line-height: 1
}

.sd-social-official .sd-content ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.sd-social-official .sd-content li.share-press-this a {
  margin: 0 0 5px 0
}

.sd-social-official .sd-content ul>li {
  display: block;
  float: left;
  margin: 0 10px 5px 0 !important;
  height: 25px
}

.sd-social-official .fb-share-button>span {
  vertical-align: top !important
}

.sd-social-official .sd-content .pocket_button iframe {
  width: 98px
}

.googleplus1_button .g-plus {
  vertical-align: top !important
}

.reddit_button iframe {
  margin-top: 1px
}

.googleplus1_button iframe, .linkedin_button>span, .pinterest_button, .pocket_button iframe, .twitter_button {
  margin: 0 !important
}

.sd-social-official .sd-content .share-skype {
  width: 55px
}

body .sd-social-official li a.share-more, body .sd-social-official li.share-custom a, body .sd-social-official li.share-digg a, body .sd-social-official li.share-email a, body .sd-social-official li.share-press-this a, body .sd-social-official li.share-print {
  position: relative;
  top: 0
}

body .sd-social-icon .sd-content li.share-custom>a {
  padding: 2px 3px 0 3px;
  position: relative;
  top: 4px
}

body .sd-content ul li.share-custom a.share-icon span, body .sd-social-icon .sd-content li.share-custom a span, body .sd-social-icon-text .sd-content li.share-custom a span, body .sd-social-official .sd-content li.share-custom a span, body .sd-social-text .sd-content li.share-custom a span {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  margin-left: 0;
  padding: 0 0 0 19px;
  display: inline-block;
  height: 21px;
  line-height: 16px
}

body .sd-social-icon .sd-content li.share-custom a span {
  width: 0
}

body .sd-social-icon .sd-content li.share-custom a span {
  padding-left: 16px !important
}

.sharing-hidden .inner {
  position: absolute;
  z-index: 2;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  border-radius: 2px;
  margin-top: 5px;
  max-width: 400px
}

.sharing-hidden .inner ul {
  margin: 0 !important
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
  clear: both;
  margin: 0 !important;
  height: 0 !important
}

.sharing-hidden .inner:after, .sharing-hidden .inner:before {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #ccc;
  content: "";
  display: block
}

.sharing-hidden .inner:after {
  z-index: 2;
  top: -7px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff
}

.sharing-hidden ul {
  margin: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a, .sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  box-shadow: none;
  padding: 7px;
  position: relative;
  top: -2px;
  line-height: 1;
  width: auto;
  height: auto;
  margin-bottom: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span, .sd-social-icon .sd-content ul li[class*=share-] div.option a span {
  line-height: 1
}

.sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a:hover {
  border: 0;
  opacity: .6
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
  top: 1px;
  top: 0\9
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
  padding: 8px 8px 6px 8px;
  top: 5px
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
  margin-left: 10px
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
  margin-left: 0
}

.sd-social-icon .sd-button span.share-count {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background: #555;
  font-size: 9px
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
  background: #e9e9e9;
  margin-top: 2px;
  text-indent: 0
}

.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button {
  background: #2c4762;
  color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
  background: #3b5998;
  color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
  background: #00acee;
  color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button {
  background: #ca1f27;
  color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button {
  color: #555 !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button {
  background: #1e8cbe;
  color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button {
  background: #08c;
  color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
  background: #0077b5;
  color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button {
  background: #dd4b39;
  color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button {
  background: #ee4056;
  color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button {
  background: #cee3f8;
  color: #555 !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button {
  background: #00aff0;
  color: #fff !important
}

.sharing-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.sharing-screen-reader-text:active, .sharing-screen-reader-text:focus, .sharing-screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#sharing_email {
  width: 342px;
  position: absolute;
  z-index: 1001;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  text-align: left
}

div.sharedaddy.sharedaddy-dark #sharing_email {
  border-color: #fff
}

#sharing_email .errors {
  color: #fff;
  background-color: #771a09;
  font-size: 12px;
  padding: 5px 8px;
  line-height: 1;
  margin: 10px 0 0 0
}

#sharing_email label {
  font-size: 12px;
  color: #333;
  font-weight: 700;
  display: block;
  padding: 0 0 4px 0;
  text-align: left;
  text-shadow: none
}

#sharing_email form {
  margin: 0
}

#sharing_email input[type=email], #sharing_email input[type=text] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  background: #fff;
  font-size: 12px;
  color: #333;
  max-width: none;
  padding: 1px 3px
}

#jetpack-source_f_name {
  display: none !important;
  position: absolute !important;
  left: -9000px
}

#sharing_email .sharing_cancel {
  padding: 0 0 0 1em;
  font-size: 12px;
  text-shadow: none
}

#sharing_email .recaptcha {
  width: 312px;
  height: 123px;
  margin: 0 0 1em 0
}

.slideshow-window {
  background-color: #222;
  border: 20px solid #222;
  border-radius: 10px;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 30px !important;
  padding-bottom: 56.25% !important;
  position: relative;
  z-index: 1
}

.slideshow-window.slideshow-white {
  background-color: #fff;
  border-color: #fff
}

.slideshow-window, .slideshow-window * {
  box-sizing: content-box
}

.slideshow-loading {
  height: 100%;
  text-align: center;
  margin: auto
}

body div.slideshow-window * img {
  background-color: transparent !important;
  background-image: none !important;
  border-width: 0 !important;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0 !important;
  position: relative;
  transform: translateY(-50%);
  top: 50%
}

.slideshow-loading img {
  vertical-align: middle
}

.slideshow-slide {
  display: none;
  height: 100% !important;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100% !important
}

.slideshow-slide img {
  vertical-align: middle
}

.slideshow-line-height-hack {
  overflow: hidden;
  width: 0;
  font-size: 0
}

.slideshow-slide-caption {
  font-size: 13px;
  font-family: "Helvetica Neue", sans-serif;
  color: #f7f7f7;
  text-shadow: #222 1px 1px 2px;
  line-height: 25px;
  height: 25px;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center
}

.slideshow-controls {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  margin: auto;
  text-align: center;
  width: 100%;
  -ms-filter: "alpha(opacity=50)";
  opacity: .5;
  direction: ltr;
  transition: .3s opacity ease-out
}

.slideshow-window:hover .slideshow-controls {
  -ms-filter: "alpha(opacity=100)";
  opacity: 1
}

body div div.slideshow-controls a, body div div.slideshow-controls a:hover {
  border: 2px solid rgba(255, 255, 255, .1) !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, .6) !important;
  background-image: url(//philipploeffel.com/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png) !important;
  background-repeat: no-repeat;
  background-size: 142px 16px !important;
  background-position: -34px 8px !important;
  color: #222 !important;
  margin: 0 5px !important;
  padding: 0 !important;
  display: inline-block !important;
  *display: inline;
  zoom: 1;
  height: 32px !important;
  width: 32px !important;
  line-height: 32px !important;
  text-align: center !important;
  border-radius: 10em !important;
  transition: .3s border-color ease-out
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
  body div div.slideshow-controls a, body div div.slideshow-controls a:hover {
    background-image: url(//philipploeffel.com/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png) !important
  }
}

body div div.slideshow-controls a:hover {
  border-color: rgba(255, 255, 255, 1) !important
}

body div div.slideshow-controls a:first-child {
  background-position: -76px 8px !important
}

body div div.slideshow-controls a:last-child {
  background-position: -117px 8px !important
}

body div div.slideshow-controls a:nth-child(2) {
  background-position: -34px 8px !important
}

body div div.slideshow-controls a.running {
  background-position: -34px 8px !important
}

body div div.slideshow-controls a.paused {
  background-position: 9px 8px !important
}

.slideshow-controls a img {
  border: 50px dotted #f0f
}

body.presentation-wrapper-fullscreen-parent, html.presentation-wrapper-fullscreen-parent {
  overflow: hidden !important
}

.presentation-wrapper-fullscreen-parent #wpadminbar {
  display: none
}

.presentation-wrapper-fullscreen, .presentation-wrapper-fullscreen-parent {
  min-width: 100% !important;
  min-height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 10000 !important
}

.presentation-wrapper-fullscreen {
  background-color: grey;
  border: 0 !important
}

.presentation-wrapper-fullscreen .nav-arrow-left, .presentation-wrapper-fullscreen .nav-arrow-right {
  z-index: 20001
}

.presentation-wrapper-fullscreen .nav-fullscreen-button {
  z-index: 20002
}

.presentation-wrapper {
  margin: 20px auto;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  line-height: normal
}

.presentation {
  position: relative;
  margin: 0;
  overflow: hidden;
  outline: 0
}

.presentation, .presentation .step {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%
}

.presentation .step.fade:not(.active) {
  opacity: 0
}

.presentation .slide-content {
  padding: 30px
}

.presentation .nav-arrow-left, .presentation .nav-arrow-right, .presentation .nav-fullscreen-button {
  position: absolute;
  width: 34px;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0;
  transition: opacity .25s
}

.presentation .nav-arrow-left, .presentation .nav-arrow-right {
  height: 100%;
  background-image: url(//philipploeffel.com/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);
  background-size: 450% 61px
}

.presentation .nav-arrow-left {
  left: 0;
  background-position: 4px 50%
}

.presentation .nav-arrow-right {
  right: 0;
  background-position: -120px 50%
}

.presentation .nav-fullscreen-button {
  width: 32px;
  height: 32px;
  margin: 4px;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-image: url(//philipploeffel.com/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);
  background-size: 100% 100%
}

.presentation:hover .nav-arrow-left, .presentation:hover .nav-arrow-right {
  opacity: 1
}

.presentation:hover .nav-fullscreen-button {
  opacity: .8
}

.presentation-wrapper-fullscreen .nav-fullscreen-button {
  background-image: url(//philipploeffel.com/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)
}

.presentation .autoplay-overlay {
  height: 15%;
  width: 80%;
  margin: 30% 10%;
  position: relative;
  z-index: 100;
  display: table;
  border-radius: 50px;
  background-color: #e5e5e5;
  background-color: rgba(0, 0, 0, .75);
  transition: opacity .5s
}

.presentation .autoplay-overlay .overlay-msg {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff
}

.presentation .will-fade {
  opacity: 0
}

.presentation .do-fade {
  opacity: 1;
  transition: opacity .5s
}

div.jetpack-quiz {
  border: 1px solid #deede3;
  background-color: #f3f3f3;
  padding: 1em;
  line-height: 1.3em;
  margin-bottom: 2em;
  border-radius: .2em
}

div.jetpack-quiz div.jetpack-quiz-question {
  margin-bottom: .5em;
  font-weight: 700
}

div.jetpack-quiz div.jetpack-quiz-answer {
  cursor: pointer;
  margin-bottom: .5em;
  padding: 1em 0 1em 1em;
  border-bottom: 1px dotted #999
}

div.jetpack-quiz div.jetpack-quiz-answer.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0
}

div.jetpack-quiz div.jetpack-quiz-answer.correct {
  color: green
}

div.jetpack-quiz div.jetpack-quiz-answer.wrong {
  color: red
}

div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation {
  display: none
}

div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation, div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation {
  display: block;
  color: #000;
  font-size: 90%;
  margin-top: 1em
}

div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt, div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt {
  font-size: 85%
}

div.jetpack-quiz pre {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background: 0 0;
  margin: 0;
  padding: 0
}

#subscribe-email input {
  width: 95%
}

.comment-subscription-form .subscribe-label {
  display: inline !important
}

.jetpack-video-wrapper {
  margin-bottom: 1.6em
}

.jetpack-video-wrapper>.wp-video, .jetpack-video-wrapper>embed, .jetpack-video-wrapper>iframe, .jetpack-video-wrapper>object {
  margin-bottom: 0
}

.jetpack-social-navigation ul {
  display: block;
  margin: 0 0 1.5em;
  padding: 0
}

.jetpack-social-navigation li {
  display: inline-block;
  margin: 0;
  line-height: 1
}

.jetpack-social-navigation a {
  border: 0;
  height: 1em;
  text-decoration: none;
  width: 1em
}

.jetpack-social-navigation-svg .icon {
  color: inherit;
  fill: currentColor;
  height: 1em;
  vertical-align: middle;
  width: 1em
}

.jetpack-social-navigation-genericons a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: Genericons;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  height: 1em;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  vertical-align: top;
  width: 1em
}

.jetpack-social-navigation-genericons a:before {
  content: "\f415"
}

.jetpack-social-navigation-genericons a[href*="codepen.io"]:before {
  content: "\f216"
}

.jetpack-social-navigation-genericons a[href*="digg.com"]:before {
  content: "\f221"
}

.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before {
  content: "\f201"
}

.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before {
  content: "\f225"
}

.jetpack-social-navigation-genericons a[href*="mailto:"]:before {
  content: "\f410"
}

.jetpack-social-navigation-genericons a[href*="facebook.com"]:before {
  content: "\f203"
}

.jetpack-social-navigation-genericons a[href*="flickr.com"]:before {
  content: "\f211"
}

.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before {
  content: "\f226"
}

.jetpack-social-navigation-genericons a[href*="github.com"]:before {
  content: "\f200"
}

.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before {
  content: "\f206"
}

.jetpack-social-navigation-genericons a[href*="instagram.com"]:before {
  content: "\f215"
}

.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before {
  content: "\f208"
}

.jetpack-social-navigation-genericons a[href*="path.com"]:before {
  content: "\f219"
}

.jetpack-social-navigation-genericons a[href*="pinterest.com"]:before {
  content: "\f210"
}

.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before {
  content: "\f224"
}

.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before {
  content: "\f217"
}

.jetpack-social-navigation-genericons a[href*="reddit.com"]:before {
  content: "\f222"
}

.jetpack-social-navigation-genericons a[href$="/feed/"]:before {
  content: "\f413"
}

.jetpack-social-navigation-genericons a[href*="skype:"]:before {
  content: "\f220"
}

.jetpack-social-navigation-genericons a[href*="spotify.com"]:before {
  content: "\f515"
}

.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before {
  content: "\f223"
}

.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before {
  content: "\f214"
}

.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before {
  content: "\f516"
}

.jetpack-social-navigation-genericons a[href*="twitter.com"]:before {
  content: "\f202"
}

.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before {
  content: "\f212"
}

.jetpack-social-navigation-genericons a[href*="vine.co"]:before {
  content: "\f517"
}

.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before, .jetpack-social-navigation-genericons a[href*="wordpress.org"]:before {
  content: "\f205"
}

.jetpack-social-navigation-genericons a[href*="youtube.com"]:before {
  content: "\f213"
}

.tiled-gallery {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden
}

.tiled-gallery img {
  margin: 2px !important
}

.tiled-gallery .gallery-group {
  float: left;
  position: relative
}

.tiled-gallery .tiled-gallery-item {
  float: left;
  margin: 0;
  position: relative;
  width: inherit
}

.tiled-gallery .gallery-row {
  overflow: hidden
}

.tiled-gallery .tiled-gallery-item a {
  background: 0 0;
  border: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: auto
}

.tiled-gallery .tiled-gallery-item img, .tiled-gallery .tiled-gallery-item img:hover {
  background: 0 0;
  border: 0;
  box-shadow: none;
  max-width: 100%;
  padding: 0;
  vertical-align: middle
}

.tiled-gallery-caption {
  background: #eee;
  background: rgba(255, 255, 255, .8);
  color: #333;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap
}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
  font-size: 11px
}

.widget-gallery .tiled-gallery-unresized {
  visibility: hidden;
  height: 0;
  overflow: hidden
}

.tiled-gallery .tiled-gallery-item img.grayscale {
  position: absolute;
  left: 0;
  top: 0
}

.tiled-gallery .tiled-gallery-item img.grayscale:hover {
  opacity: 0
}

.tiled-gallery.type-circle .tiled-gallery-item img {
  border-radius: 50% !important
}

.tiled-gallery.type-circle .tiled-gallery-caption {
  display: none;
  opacity: 0
}

.jetpack-display-remote-posts {
  margin: 5px 0 20px 0
}

.jetpack-display-remote-posts h4 {
  font-size: 90%;
  margin: 5px 0;
  padding: 0
}

.jetpack-display-remote-posts h4 a {
  text-decoration: none
}

.jetpack-display-remote-posts p {
  margin: 0 !important;
  padding: 0;
  line-height: 1.4em !important;
  font-size: 90%
}

.jetpack-display-remote-posts img {
  max-width: 100%
}

.widget-grofile h4 {
  margin: 1em 0 .5em
}

.widget-grofile ul.grofile-urls {
  margin-left: 0;
  overflow: hidden
}

.widget-grofile ul.grofile-accounts li {
  list-style: none;
  display: inline
}

.widget-grofile ul.grofile-accounts li::before {
  content: "" !important
}

.widget-grofile .grofile-accounts-logo {
  background-image: url(https://secure.gravatar.com/images/grav-share-sprite.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px
}

.rtl .widget-grofile .grofile-accounts-logo {
  margin-left: 8px;
  margin-right: 0
}

.grofile-thumbnail {
  width: 500px;
  max-width: 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
  .widget-grofile .grofile-accounts-logo {
    background-image: url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);
    background-size: 16px 784px
  }
}

div[class^=gr_custom_container] {
  border: 1px solid gray;
  border-radius: 10px;
  padding: 10px 5px 10px 5px;
  background-color: #fff;
  color: #000
}

div[class^=gr_custom_container] a {
  color: #000
}

h2[class^=gr_custom_header] {
  display: none
}

div[class^=gr_custom_each_container] {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  overflow: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #aaa
}

div[class^=gr_custom_book_container] {
  float: right;
  overflow: hidden;
  height: 60px;
  margin-left: 4px;
  width: 39px
}

div[class^=gr_custom_author] {
  font-size: 10px
}

div[class^=gr_custom_tags] {
  font-size: 10px;
  color: gray
}

div[class^=gr_custom_rating] {
  display: none
}

.widget_wpcom_social_media_icons_widget ul {
  list-style-type: none;
  margin-left: 0
}

.widget_wpcom_social_media_icons_widget ul li {
  border: 0 none;
  display: inline;
  margin-right: .5em
}

.widget_wpcom_social_media_icons_widget li a {
  border: 0 none;
  text-decoration: none
}

.widget_wpcom_social_media_icons_widget .genericon {
  font-family: Genericons
}

.widget_wpcom_social_media_icons_widget .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.widget_wpcom_social_media_icons_widget .screen-reader-text:active, .widget_wpcom_social_media_icons_widget .screen-reader-text:focus, .widget_wpcom_social_media_icons_widget .screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.widgets-grid-layout {
  width: 100%
}

.widgets-grid-layout:after, .widgets-grid-layout:before {
  content: " ";
  display: table
}

.widgets-grid-layout:after {
  clear: both
}

.widget-grid-view-image {
  float: left;
  max-width: 50%
}

.widget-grid-view-image a {
  display: block;
  margin: 0 2px 4px 0
}

.widget-grid-view-image:nth-child(even) {
  float: right
}

.widget-grid-view-image:nth-child(even) a {
  margin: 0 0 4px 2px
}

.widgets-grid-layout .widget-grid-view-image img {
  max-width: 100%;
  height: auto
}

.widgets-multi-column-grid ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none
}

.widgets-multi-column-grid ul li {
  background: 0 0;
  clear: none;
  float: left;
  margin: 0 -5px -3px 0;
  padding: 0 8px 6px 0;
  border: 0;
  list-style-type: none !important
}

.widgets-multi-column-grid ul li a {
  background: 0 0;
  margin: 0;
  padding: 0;
  border: 0
}

.widgets-multi-column-grid .avatar {
  vertical-align: middle
}

.widgets-list-layout {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.widgets-list-layout li:after, .widgets-list-layout li:before {
  content: "";
  display: table
}

.widgets-list-layout li:after {
  clear: both
}

.widgets-list-layout li {
  zoom: 1;
  margin-bottom: 1em;
  list-style-type: none !important
}

.widgets-list-layout .widgets-list-layout-blavatar {
  float: left;
  width: 21.276596%;
  max-width: 40px;
  height: auto
}

.widgets-list-layout-links {
  float: right;
  width: 73.404255%
}

.widgets-list-layout span {
  opacity: .5
}

.widgets-list-layout span:hover {
  opacity: .8
}

.jetpack-image-container:after {
  clear: both
}

.jetpack-image-container:after, .jetpack-image-container:before {
  display: table;
  content: ""
}

.widgets-multi-column-grid ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none
}

.widgets-multi-column-grid ul li {
  background: 0 0;
  clear: none;
  float: left;
  margin: 0 -5px -3px 0;
  padding: 0 8px 6px 0;
  border: 0;
  list-style-type: none !important
}

.widgets-multi-column-grid ul li a {
  background: 0 0;
  margin: 0;
  padding: 0;
  border: 0
}

.widgets-multi-column-grid .avatar {
  vertical-align: middle
}

.widget_jetpack_my_community .avatar-240, .widget_jetpack_my_community .avatar-48 {
  max-width: 48px;
  max-height: 48px
}

.widget.widget_authors li>ul, .widget_authors>ul {
  margin-left: inherit;
  padding-left: 0
}

.widget_authors ul li li {
  padding-left: 0
}

.widget_authors>ul>li {
  margin-bottom: 1em;
  list-style: none
}

.widget_authors>ul>li+li {
  border-top: 0
}

.widget.widget_authors img {
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  box-shadow: none
}

.wpcnt {
  text-align: center;
  line-height: 2
}

.wpa {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%
}

.wpa-about {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  display: block;
  margin-top: 0;
  color: #888;
  font: 10px/1 "Open Sans", Arial, sans-serif !important;
  text-align: left !important;
  text-decoration: none !important;
  opacity: .85;
  border-bottom: 0 !important;
  box-shadow: none !important
}

.wpa .u>div {
  display: block;
  margin-top: 5px;
  margin-bottom: 1em
}

div.wpa>div {
  margin-top: 20px
}

.wpa .u .adsbygoogle {
  display: block;
  margin-top: 17px;
  margin-bottom: 1em;
  background-color: transparent
}

.widget_eu_cookie_law_widget.widget {
  border: 0;
  bottom: 1em;
  display: none;
  left: 1em;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 1em;
  width: auto;
  z-index: 50001
}

#eu-cookie-law {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #2e4467;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  padding: 6px 6px 6px 15px;
  position: relative
}

#eu-cookie-law a, #eu-cookie-law a:active, #eu-cookie-law a:visited {
  color: inherit;
  cursor: inherit;
  text-decoration: underline
}

#eu-cookie-law a:hover {
  cursor: pointer;
  text-decoration: none
}

#eu-cookie-law.negative {
  background-color: #000;
  border: 0;
  color: #fff
}

#eu-cookie-law input, #eu-cookie-law input:focus, #eu-cookie-law input:hover {
  background: #f3f3f3;
  border: 1px solid #dedede;
  border-radius: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #2e4453;
  cursor: pointer;
  display: inline;
  float: right;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 0 5%;
  padding: 8px 12px;
  position: static;
  text-transform: none
}

#eu-cookie-law.negative input, #eu-cookie-law.negative input:focus, #eu-cookie-law.negative input:hover {
  background: #282828;
  border-color: #535353;
  color: #fff
}

@media(max-width:600px) {
  #eu-cookie-law {
    padding-bottom: 55px
  }
  #eu-cookie-law input.accept {
    bottom: 8px;
    position: absolute;
    right: 8px
  }
}

.flickr-images {
  text-align: center
}

.flickr-size-thumbnail .flickr-images {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center
}

.flickr-images img {
  max-width: 100%;
  margin: 5px
}

.codeart-google-mp3-player div.controls {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  background-color: #f8f8f8;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczNTAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRDdEN0Q3IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRjhGOEY4IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMzUwKSIgLz4KPC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(#f8f8f8), to(#d7d7d7));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #d7d7d7);
  background-image: -moz-linear-gradient(top, #f8f8f8, #d7d7d7);
  background-image: -ms-linear-gradient(top, #f8f8f8, #d7d7d7);
  background-image: -o-linear-gradient(top, #f8f8f8, #d7d7d7);
  border: 1px solid #e6e6e6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.codeart-google-mp3-player div.controls .playpause {
  width: 46px;
  height: 47px;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: 0;
  position: absolute;
  left: 7.5px
}

.codeart-google-mp3-player div.controls .play {
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/playpause.png) no-repeat 0 0;
  background-position: 0 -94px
}

.codeart-google-mp3-player div.controls .play:hover {
  background-position: 0 -141px
}

.codeart-google-mp3-player div.controls .pause {
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/playpause.png) no-repeat 0 0;
  background-position: 0 0
}

.codeart-google-mp3-player div.controls .pause:hover {
  background-position: 0 -47px
}

.codeart-google-mp3-player div.controls .stop {
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: 0;
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/stop.png) no-repeat 0 0;
  position: absolute;
  left: 50.5px
}

.codeart-google-mp3-player div.controls .stop:hover {
  background-position: 0 -15px
}

.codeart-google-mp3-player div.controls .download-regular {
  width: 16px;
  height: 16px;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: 0;
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/download-regular.png) no-repeat 0 0;
  position: absolute;
  right: 15px
}

.codeart-google-mp3-player div.controls .download-regular:hover {
  background-position: 0 -16px
}

.codeart-google-mp3-player div.controls .muteButton {
  width: 14px;
  height: 11px;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: 0;
  position: absolute;
  right: 17.225%
}

.codeart-google-mp3-player div.controls .fullVolume {
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/volume.png) no-repeat 0 0;
  background-position: 0 0
}

.codeart-google-mp3-player div.controls .middleVolume {
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/volume.png) no-repeat 0 0;
  background-position: 0 -11px
}

.codeart-google-mp3-player div.controls .noVolume {
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/volume.png) no-repeat 0 0;
  background-position: 0 -22px
}

.codeart-google-mp3-player div.controls .timer {
  position: absolute
}

.codeart-google-mp3-player div.controls .timer .currentTime, div.controls .timer .duration {
  font-family: "Arial", sans-sarif;
  font-weight: normal;
  font-size: 10px;
  color: #494949
}

.codeart-google-mp3-player div.controls .seekBar {
  height: 6px;
  position: absolute;
  left: 65px;
  z-index: 1;
  background: transparent;
  border: 0;
  -webkit-box-shadow: inset 0 1px 2px 1px rgba(135, 135, 135, .75);
  box-shadow: inset 0 1px 2px 1px rgba(135, 135, 135, .75)
}

.codeart-google-mp3-player div.controls .seekBar a {
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/anchor.png) no-repeat 0 0;
  width: 20px;
  margin-left: -10px;
  height: 20px;
  border: 0;
  outline: 0;
  top: -.45em
}

.codeart-google-mp3-player div.controls .seekBar .ui-widget-header {
  background: #686868;
  -webkit-box-shadow: inset 0 1px 2px 1px rgba(135, 135, 135, .75);
  box-shadow: inset 0 1px 2px 1px rgba(135, 135, 135, .75)
}

.codeart-google-mp3-player div.controls .gutter {
  height: 6px;
  position: absolute;
  left: 65px;
  background: #bababa;
  z-index: 1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px 1px rgba(135, 135, 135, .75);
  box-shadow: inset 0 1px 2px 1px rgba(135, 135, 135, .75)
}

.codeart-google-mp3-player div.controls .volumeBar {
  height: 3px;
  position: absolute;
  right: 7.5px;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 0
}

.codeart-google-mp3-player div.controls .volumeBar div {
  background: none
}

.codeart-google-mp3-player div.controls .volumeBar a {
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/anchor-volume.png) no-repeat 0 0;
  border: 0;
  outline: 0;
  width: 7px;
  height: 14px;
  margin: 0 auto;
  top: -.35em;
  margin-left: -3.5px
}

.codeart-google-mp3-player.small div.controls .playpause {
  width: 32px;
  height: 32px;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: 0;
  position: absolute;
  left: 1px
}

.codeart-google-mp3-player.small div.controls .play {
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/playpause_mini.png) no-repeat 0 0;
  background-position: 0 -64px
}

.codeart-google-mp3-player.small div.controls .play:hover {
  background-position: 0 -96px
}

.codeart-google-mp3-player.small div.controls .pause {
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/playpause_mini.png) no-repeat 0 0;
  background-position: 0 0
}

.codeart-google-mp3-player.small div.controls .pause:hover {
  background-position: 0 -32px
}

.codeart-google-mp3-player.small div.controls .stop {
  width: 23px;
  height: 23px;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: 0;
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/stop_mini.png) no-repeat 0 0;
  position: absolute;
  left: 34px
}

.codeart-google-mp3-player.small div.controls .stop:hover {
  background-position: 0 -23px
}

.codeart-google-mp3-player.small div.controls .download-small {
  width: 23px;
  height: 23px;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: 0;
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/download-small.png) no-repeat 0 0;
  position: absolute;
  right: 4px
}

.codeart-google-mp3-player.small div.controls .download-small:hover {
  background-position: 0 -23px
}

.codeart-google-mp3-player.small div.controls .seekBar {
  height: 6px;
  position: absolute;
  left: 68px;
  z-index: 1;
  background: transparent;
  border: 0;
  -webkit-box-shadow: inset 0 1px 2px 1px rgba(135, 135, 135, .75);
  box-shadow: inset 0 1px 2px 1px rgba(135, 135, 135, .75)
}

.codeart-google-mp3-player.small div.controls .seekBar a {
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/anchor_mini.png) no-repeat 0 0;
  width: 16px;
  margin-left: -8px;
  height: 16px;
  border: 0;
  outline: 0;
  top: -.3em
}

.codeart-google-mp3-player.small div.controls .gutter {
  height: 6px;
  position: absolute;
  left: 68px;
  background: #bababa;
  z-index: 1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px 1px rgba(135, 135, 135, .75);
  box-shadow: inset 0 1px 2px 1px rgba(135, 135, 135, .75)
}

.codeart-google-mp3-player.small div.controls .volumeBar {
  height: 3px;
  position: absolute;
  right: 5px;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 0
}

.codeart-google-mp3-player.small div.controls .timer {
  position: absolute
}

.codeart-google-mp3-player .download-flash {
  display: block;
  float: left;
  height: 27px;
  width: 34px;
  background: url(//philipploeffel.com/wp-content/plugins/google-mp3-audio-player/images/download-flash.png) no-repeat 0 0;
  cursor: pointer;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0
}

.codeart-google-mp3-player .download-flash:hover {
  background-position: 0 -27px
}

.codeart-google-mp3-player .download-link {
  display: block;
  padding: 0 5px 0 5px;
  float: left
}

.codeart-google-mp3-player embed {
  float: left
}

.codeart-google-mp3-player {
  overflow: hidden
}

.codeart-google-mp3-player object {
  float: left
}

img#wpstats {
  display: none
}
