/* CSS reset */
/* based upon: normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
  font-size: 1em;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"],
input.searchfield {
  -webkit-appearance: textfield;
}
input[type="search"]:focus::-webkit-input-placeholder,
input.searchfield:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  -o-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input.searchfield::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input.searchfield::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 16px;
  border: 1px solid #f2f2f2;
}
table th,
table caption {
  background: #f2f2f2;
  padding: 5px 10px;
}
table td {
  padding: 5px 10px;
}
table tr:nth-child(odd) {
  background: #ffffff;
}
table tr:nth-child(even) {
  background: #fcfcfc;
}
::selection,
::-moz-selection {
  background: #0099ff;
  color: #ffffff;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 16px;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/* Typography */
body {
  color: #666666;
  font: normal 93.75%/1.65 'Open Sans', sans-serif;
}
h1 {
  font-size: 312.496875%;
  margin-bottom: 8px;
}
h2 {
  font-size: 187.5%;
  margin-bottom: 8px;
}
h3 {
  font-size: 124.99687499999999%;
  margin-bottom: 8px;
}
h4 {
  font-size: 109.37812500000001%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 93.75%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
h6 {
  font-size: 93.75%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1a1a;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1667;
  margin-top: 0;
  font-weight: normal;
}
hr {
  margin: 16px 0;
  border: 1px solid #e6e6e6;
}
p,
pre {
  margin: 0 0 16px 0;
}
ol,
ul {
  padding: 0 0 0 1.5rem;
  margin: 0 0 16px 0;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
pre {
  background: #333333;
  color: #2ecc71;
  padding: 20px;
  display: block;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}
q {
  background: #fcfcfc;
}
code {
  font-family: monospace;
}
blockquote {
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 0 0 16px 0;
  position: relative;
  border-left: 3px solid #0099ff;
  overflow: hidden;
}
blockquote p {
  color: #999999;
}
blockquote p:last-child {
  margin-bottom: 0;
}
address {
  margin-bottom: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input.text,
textarea,
select,
input.settings-input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  max-width: 100%;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input.text:focus,
textarea:focus,
select:focus,
input.settings-input:focus {
  outline-color: #0099ff;
  border-color: #0099ff;
}
select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: 16px;
}
textarea {
  width: 100%;
  height: 150px;
}
input .text {
  width: 200px;
}
input .long-text {
  width: 350px;
}
input[type=submit] {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 16px;
  border: 1px solid #0099ff;
  display: inline-block;
  text-decoration: none;
  background-color: #1295ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0084db));
  background-image: -webkit-linear-gradient(top, #24a7ff, #0084db);
  background-image: -moz-linear-gradient(top, #24a7ff, #0084db);
  background-image: -ms-linear-gradient(top, #24a7ff, #0084db);
  background-image: -o-linear-gradient(top, #24a7ff, #0084db);
  background-image: linear-gradient(top, #24a7ff, #0084db);
  border-color: #0084db;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 4px;
}
input[type=submit]:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0084db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#006eb8));
  background-image: -webkit-linear-gradient(top, #0099ff, #006eb8);
  background-image: -moz-linear-gradient(top, #0099ff, #006eb8);
  background-image: -ms-linear-gradient(top, #0099ff, #006eb8);
  background-image: -o-linear-gradient(top, #0099ff, #006eb8);
  background-image: linear-gradient(top, #0099ff, #006eb8);
  border-color: #006eb8;
}
input.radio {
  margin-right: 5px;
}
textarea.error,
input.error {
  border-color: #ff9900;
  margin: 0;
}
label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
label.error {
  color: #ff9900;
  margin-bottom: 5px;
}
label em {
  color: #cccccc;
}
legend {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
fieldset {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 20px;
}
fieldset ul.radio {
  margin: 0;
}
/* WordPress specific stuff */
.wp-caption {
  background: #f2f2f2;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  padding: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption .wp-caption-text {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #808080;
  font-size: 0.8em;
}
.wp-caption img {
  float: none;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.postnav {
  margin-bottom: 16px;
  *zoom: 1;
}
.postnav:before,
.postnav:after {
  content: "";
  display: table;
}
.postnav:after {
  clear: both;
}
.postnav:before,
.postnav:after {
  content: "";
  display: table;
}
.postnav:after {
  clear: both;
}
.postnav .next,
.postnav .prev {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.postnav .next {
  text-align: right;
  float: right;
}
#wp-calendar {
  width: 100%;
  margin: 0;
}
#wp-calendar th,
#wp-calendar caption {
  text-align: center;
  background: #ffffff;
}
#wp-calendar th {
  border-bottom: 1px solid #f2f2f2;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: 8px 2px;
}
#wp-calendar caption {
  background: transparent;
  font-weight: bold;
  padding: 2px 0;
  text-transform: uppercase;
}
#wp-calendar #today {
  font-weight: bold;
}
/* --- COMMON WORDPRESS SETTINGS --- */
/* standard WordPress image classes */
.alignleft,
.alignright,
.aligncenter {
  display: block;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alignleft {
  clear: right;
  float: left;
  margin: 10px 32px 8px 0;
}
.alignright {
  clear: left;
  float: right;
  margin: 10px 0 8px 32px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 16px auto;
}
.alignright .alignright,
.alignleft .alignleft,
.aligncenter .aligncenter {
  padding: 0 5px;
  border: 0;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.invisible {
  position: absolute;
  left: -1000em;
}
img#wpstats {
  position: absolute;
  left: -100px;
  bottom: 100px;
}
.gallery {
  padding: 0;
  margin-bottom: 16px;
}
.gallery dl {
  float: left;
  text-align: center;
  margin: 0 0 8px 0;
}
.gallery dl dt {
  padding: 0 16px;
  *zoom: 1;
}
.gallery dl dt:before,
.gallery dl dt:after {
  content: "";
  display: table;
}
.gallery dl dt:after {
  clear: both;
}
.gallery dl dt:before,
.gallery dl dt:after {
  content: "";
  display: table;
}
.gallery dl dt:after {
  clear: both;
}
.gallery dl dd {
  padding: 0 16px;
  margin: 0;
  font-size: 0.8em;
}
.gallery dl img {
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery dl img:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery a.image {
  float: none;
}
.gallery .gallery-caption {
  font-style: italic;
}
.gallery.gallery-columns-1 dl {
  width: 100%;
}
.gallery.gallery-columns-2 dl {
  width: 50%;
}
.gallery.gallery-columns-3 dl {
  width: 33.33%;
}
.gallery.gallery-columns-4 dl {
  width: 25%;
}
.gallery.gallery-columns-5 dl {
  width: 20%;
}
.infinite-scroll .pagination {
  display: none;
}
.infinite-scroll #infinite-handle {
  clear: both;
  padding: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.infinite-scroll #infinite-handle span {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 16px;
  border: 1px solid #0099ff;
  display: inline-block;
  text-decoration: none;
  background-color: #1295ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0084db));
  background-image: -webkit-linear-gradient(top, #24a7ff, #0084db);
  background-image: -moz-linear-gradient(top, #24a7ff, #0084db);
  background-image: -ms-linear-gradient(top, #24a7ff, #0084db);
  background-image: -o-linear-gradient(top, #24a7ff, #0084db);
  background-image: linear-gradient(top, #24a7ff, #0084db);
  border-color: #0084db;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.infinite-scroll #infinite-handle span:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0084db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#006eb8));
  background-image: -webkit-linear-gradient(top, #0099ff, #006eb8);
  background-image: -moz-linear-gradient(top, #0099ff, #006eb8);
  background-image: -ms-linear-gradient(top, #0099ff, #006eb8);
  background-image: -o-linear-gradient(top, #0099ff, #006eb8);
  background-image: linear-gradient(top, #0099ff, #006eb8);
  border-color: #006eb8;
}
.infinite-scroll #infinite-handle span:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.infinite-scroll .infinite-loader {
  clear: both;
  padding: 16px;
}
.infinite-scroll .infinite-loader .spinner {
  margin: 0 auto;
}
.widget {
  overflow: hidden;
}
.widget h3.widgettitle:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  margin-right: 3px;
}
.widget select {
  width: 100%;
}
.widget.milestone-widget .milestone-content {
  margin: 0 auto;
}
.widget.widget_recent_comments table.recentcommentsavatar {
  width: 100%;
  margin: 0;
  border: none;
}
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatarend,
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop {
  padding: auto;
}
.widget.widget_recent_comments table.recentcommentsavatar td.recentcommentsavatartop a {
  display: block;
  line-height: 0;
}
.widget.widget_recent_comments table.recentcommentsavatar tr,
.widget.widget_recent_comments table.recentcommentsavatar tr:nth-child(odd) {
  background: transparent;
}
.widget.widget_flickr #flickr_badge_uber_wrapper,
.widget.widget_flickr #flickr_badge_wrapper {
  width: 100%;
  margin: 0;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td,
.widget.widget_flickr #flickr_badge_wrapper td {
  padding: 5px;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td a,
.widget.widget_flickr #flickr_badge_wrapper td a {
  color: #0099ff;
}
.widget.widget_flickr #flickr_badge_uber_wrapper td a:hover,
.widget.widget_flickr #flickr_badge_wrapper td a:hover {
  text-decoration: underline;
}
.widget.widget_flickr #flickr_badge_wrapper {
  border-color: #e6e6e6;
}
.widget.widget_image .wp-caption {
  max-width: 100%;
}
.widget.widget_recent_comments h3.widgettitle:before {
  content: '\f300';
}
.widget.widget_recent_entries h3.widgettitle:before {
  content: '\f444';
}
.widget.widget_pages h3.widgettitle:before {
  content: '\f443';
}
.widget.widget_categories h3.widgettitle:before {
  content: '\f301';
}
.widget.widget_archive h3.widgettitle:before,
.widget.widget_calendar h3.widgettitle:before {
  content: '\f307';
}
.widget.widget_meta h3.widgettitle:before {
  content: '\f445';
}
.widget.widget_tag_cloud h3.widgettitle:before,
.widget.wp_widget_tag_cloud h3.widgettitle:before {
  content: '\f302';
}
.widget.widget_wpcom_instagram_widget h3.widgettitle:before {
  content: '\f215';
}
.widget.widget_twitter_timeline h3.widgettitle:before {
  content: '\f202';
}
.widget.widget_links h3.widgettitle:before {
  content: '\f107';
}
.widget.widget-grofile h3.widgettitle:before,
.widget.widget_gravatar h3.widgettitle:before {
  content: '\f304';
}
.widget.widget_jetpack_posts_i_like h3.widgettitle:before {
  content: '\f461';
}
.widget.widget_rss_links h3.widgettitle:before {
  content: '\f413';
}
#jp-post-flair {
  margin-bottom: 16px;
}
.post-password-required form {
  margin-bottom: 16px;
  padding: 20px;
  background: #f2f2f2;
}
.post-password-required form input[type=password] {
  width: 100%;
}
.post-password-required form input[type=submit] {
  min-width: 30%;
}
.post-password-required form p:last-child {
  margin-bottom: 0;
}
a.post-edit-link {
  display: block;
  margin-bottom: 16px;
  padding: 5px;
  text-align: center;
  background: #f2f2f2;
  clear: both;
}
a.post-edit-link:hover {
  background: #e6e6e6;
  text-decoration: none;
}
a.post-edit-link:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f411';
  margin-right: 5px;
}
a.post-edit-link:before:hover {
  text-decoration: none;
}
/* Common Styles */
.content-comments h3#comments:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: bottom;
  content: '\f108';
  line-height: 0.8;
  margin-right: 5px;
}
ol.commentlist {
  list-style-type: none;
  margin: 0 0 16px 0;
  padding: 0;
}
ol.commentlist li.trackback .comment-body:before,
ol.commentlist li.pingback .comment-body:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f107';
}
ol.commentlist li.comment,
ol.commentlist li.trackback,
ol.commentlist li.pingback {
  *zoom: 1;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  list-style-type: none;
}
ol.commentlist li.comment:before,
ol.commentlist li.trackback:before,
ol.commentlist li.pingback:before,
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
  content: "";
  display: table;
}
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
  clear: both;
}
ol.commentlist li.comment:before,
ol.commentlist li.trackback:before,
ol.commentlist li.pingback:before,
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
  content: "";
  display: table;
}
ol.commentlist li.comment:after,
ol.commentlist li.trackback:after,
ol.commentlist li.pingback:after {
  clear: both;
}
ol.commentlist li.comment article,
ol.commentlist li.trackback article,
ol.commentlist li.pingback article {
  padding: 20px 0;
}
ol.commentlist li.comment .says,
ol.commentlist li.trackback .says,
ol.commentlist li.pingback .says {
  display: none;
}
ol.commentlist li.comment #respond,
ol.commentlist li.trackback #respond,
ol.commentlist li.pingback #respond {
  position: relative;
  margin: 0;
}
ol.commentlist li.comment #respond #cancel-comment-reply-link,
ol.commentlist li.trackback #respond #cancel-comment-reply-link,
ol.commentlist li.pingback #respond #cancel-comment-reply-link {
  position: absolute;
  right: 0;
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 16px;
  border: 1px solid #b3b3b3;
  display: inline-block;
  text-decoration: none;
  background-color: #b3b3b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#a1a1a1));
  background-image: -webkit-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: -moz-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: -ms-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: -o-linear-gradient(top, #c4c4c4, #a1a1a1);
  background-image: linear-gradient(top, #c4c4c4, #a1a1a1);
  border-color: #a1a1a1;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 4px;
}
ol.commentlist li.comment #respond #cancel-comment-reply-link:hover,
ol.commentlist li.trackback #respond #cancel-comment-reply-link:hover,
ol.commentlist li.pingback #respond #cancel-comment-reply-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a1a1a1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#8f8f8f));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: -moz-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: -ms-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: -o-linear-gradient(top, #b3b3b3, #8f8f8f);
  background-image: linear-gradient(top, #b3b3b3, #8f8f8f);
  border-color: #8f8f8f;
}
ol.commentlist li.comment .avatar,
ol.commentlist li.trackback .avatar,
ol.commentlist li.pingback .avatar {
  float: left;
  margin: 0 10px 0 0;
}
ol.commentlist li.comment .reply,
ol.commentlist li.trackback .reply,
ol.commentlist li.pingback .reply {
  position: absolute;
  top: 20px;
  right: 0;
}
ol.commentlist li.comment .reply a,
ol.commentlist li.trackback .reply a,
ol.commentlist li.pingback .reply a {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 16px;
  border: 1px solid #0099ff;
  display: inline-block;
  text-decoration: none;
  background-color: #1295ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0084db));
  background-image: -webkit-linear-gradient(top, #24a7ff, #0084db);
  background-image: -moz-linear-gradient(top, #24a7ff, #0084db);
  background-image: -ms-linear-gradient(top, #24a7ff, #0084db);
  background-image: -o-linear-gradient(top, #24a7ff, #0084db);
  background-image: linear-gradient(top, #24a7ff, #0084db);
  border-color: #0084db;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 4px;
  display: block;
}
ol.commentlist li.comment .reply a:hover,
ol.commentlist li.trackback .reply a:hover,
ol.commentlist li.pingback .reply a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0084db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#006eb8));
  background-image: -webkit-linear-gradient(top, #0099ff, #006eb8);
  background-image: -moz-linear-gradient(top, #0099ff, #006eb8);
  background-image: -ms-linear-gradient(top, #0099ff, #006eb8);
  background-image: -o-linear-gradient(top, #0099ff, #006eb8);
  background-image: linear-gradient(top, #0099ff, #006eb8);
  border-color: #006eb8;
}
ol.commentlist li.comment.bypostauthor,
ol.commentlist li.trackback.bypostauthor,
ol.commentlist li.pingback.bypostauthor {
  border: none;
}
ol.commentlist li.comment.bypostauthor > article,
ol.commentlist li.trackback.bypostauthor > article,
ol.commentlist li.pingback.bypostauthor > article {
  padding: 20px;
  background: #ffffff;
  border-left: 2px solid #0099ff;
  position: relative;
}
ol.commentlist li.comment.bypostauthor .reply,
ol.commentlist li.trackback.bypostauthor .reply,
ol.commentlist li.pingback.bypostauthor .reply {
  right: 20px;
}
ol.commentlist li.comment .comment-content,
ol.commentlist li.trackback .comment-content,
ol.commentlist li.pingback .comment-content {
  clear: both;
  overflow: hidden;
}
ol.commentlist li.comment .comment-content p:last-child,
ol.commentlist li.trackback .comment-content p:last-child,
ol.commentlist li.pingback .comment-content p:last-child {
  margin-bottom: 0;
}
ol.commentlist li.comment .edit-link,
ol.commentlist li.trackback .edit-link,
ol.commentlist li.pingback .edit-link {
  margin-left: 10px;
}
ol.commentlist li.comment .edit-link a,
ol.commentlist li.trackback .edit-link a,
ol.commentlist li.pingback .edit-link a {
  padding: 2px 5px;
  background: #b3b3b3;
  color: #ffffff;
  border-radius: 3px;
}
ol.commentlist li.comment .edit-link a:hover,
ol.commentlist li.trackback .edit-link a:hover,
ol.commentlist li.pingback .edit-link a:hover {
  background: #808080;
}
ol.commentlist li.comment .comment-meta,
ol.commentlist li.trackback .comment-meta,
ol.commentlist li.pingback .comment-meta {
  margin-bottom: 8px;
}
ol.commentlist li.comment .comment-meta .comment-metadata,
ol.commentlist li.trackback .comment-meta .comment-metadata,
ol.commentlist li.pingback .comment-meta .comment-metadata {
  font-size: 0.8em;
}
ol.commentlist li.comment .comment-meta .comment-metadata a,
ol.commentlist li.trackback .comment-meta .comment-metadata a,
ol.commentlist li.pingback .comment-meta .comment-metadata a {
  color: #b3b3b3;
}
ol.commentlist li.comment .comment-meta .comment-metadata .edit-link a,
ol.commentlist li.trackback .comment-meta .comment-metadata .edit-link a,
ol.commentlist li.pingback .comment-meta .comment-metadata .edit-link a {
  color: #ffffff;
}
ol.commentlist li.comment:last-child,
ol.commentlist li.trackback:last-child,
ol.commentlist li.pingback:last-child,
ol.commentlist li.comment li:last-child,
ol.commentlist li.trackback li:last-child,
ol.commentlist li.pingback li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
ol.commentlist ul.children {
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0;
  clear: both;
  position: relative;
}
ol.commentlist ul.children li:last-child {
  margin: 0;
}
ol.commentlist img.avatar {
  border-radius: 50%;
}
#respond {
  *zoom: 1;
  clear: both;
  margin-bottom: 16px;
  background: #ffffff;
}
#respond:before,
#respond:after {
  content: "";
  display: table;
}
#respond:after {
  clear: both;
}
#respond:before,
#respond:after {
  content: "";
  display: table;
}
#respond:after {
  clear: both;
}
#respond h3#reply-title:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: bottom;
  content: '\f300';
  line-height: 0.8;
  margin-right: 5px;
}
#respond label {
  float: left;
  min-width: 150px;
  line-height: 3;
  font-size: 0.7em;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
  margin: 0;
}
#respond p.comment-subscription-form {
  margin-bottom: 0;
  clear: both;
}
#respond p.logged-in-as {
  font-size: 0.9em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#respond p.logged-in-as a {
  color: #999999;
}
#respond p.logged-in-as a:hover {
  color: #0099ff;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url,
#respond p.comment-form-comment {
  margin: 0;
}
#respond p.form-allowed-tags {
  font-size: 0.7em;
}
#respond p.form-submit {
  margin: 0;
}
#respond p.form-submit #submit {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 24px;
  padding: 0 20px;
  color: #ffffff;
  border-radius: 16px;
  border: 1px solid #25a25a;
  display: inline-block;
  text-decoration: none;
  background-color: #25a25a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2bc06a), to(#1e854a));
  background-image: -webkit-linear-gradient(top, #2bc06a, #1e854a);
  background-image: -moz-linear-gradient(top, #2bc06a, #1e854a);
  background-image: -ms-linear-gradient(top, #2bc06a, #1e854a);
  background-image: -o-linear-gradient(top, #2bc06a, #1e854a);
  background-image: linear-gradient(top, #2bc06a, #1e854a);
  border-color: #1e854a;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 4px;
}
#respond p.form-submit #submit:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1e854a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#25a25a), to(#17683a));
  background-image: -webkit-linear-gradient(top, #25a25a, #17683a);
  background-image: -moz-linear-gradient(top, #25a25a, #17683a);
  background-image: -ms-linear-gradient(top, #25a25a, #17683a);
  background-image: -o-linear-gradient(top, #25a25a, #17683a);
  background-image: linear-gradient(top, #25a25a, #17683a);
  border-color: #17683a;
}
.screen-reader {
  display: none;
}
.container .video-player,
.container .embed-vimeo {
  margin: 0 0 16px 0;
}
.widget.widget_rss ul {
  padding: 0;
}
.widget.widget_rss li {
  list-style-type: none;
  margin-bottom: 8px;
}
.widget.widget_rss li .rss-date {
  color: #cccccc;
}
.screen-reader-shortcut {
  background: #0099ff;
  color: #ffffff;
  width: 200px;
  position: absolute;
  left: -300px;
  top: 10px;
}
.screen-reader-shortcut:focus {
  left: 10px;
}
.main div.sharedaddy h3 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  margin: 5px 0;
}
.main div.sharedaddy div.sd-block {
  padding: 8px 0 3px 0;
  border-color: rgba(0, 0, 0, 0.05);
}
.main .contributor {
  *zoom: 1;
  margin-bottom: 16px;
}
.main .contributor:before,
.main .contributor:after {
  content: "";
  display: table;
}
.main .contributor:after {
  clear: both;
}
.main .contributor:before,
.main .contributor:after {
  content: "";
  display: table;
}
.main .contributor:after {
  clear: both;
}
.main .contributor .avatar {
  float: left;
  margin: 0 16px 0 0;
}
.main .contributor a.contributor-posts-link {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 16px;
  border: 1px solid #0099ff;
  display: inline-block;
  text-decoration: none;
  background-color: #1295ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0084db));
  background-image: -webkit-linear-gradient(top, #24a7ff, #0084db);
  background-image: -moz-linear-gradient(top, #24a7ff, #0084db);
  background-image: -ms-linear-gradient(top, #24a7ff, #0084db);
  background-image: -o-linear-gradient(top, #24a7ff, #0084db);
  background-image: linear-gradient(top, #24a7ff, #0084db);
  border-color: #0084db;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 4px;
}
.main .contributor a.contributor-posts-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0084db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#006eb8));
  background-image: -webkit-linear-gradient(top, #0099ff, #006eb8);
  background-image: -moz-linear-gradient(top, #0099ff, #006eb8);
  background-image: -ms-linear-gradient(top, #0099ff, #006eb8);
  background-image: -o-linear-gradient(top, #0099ff, #006eb8);
  background-image: linear-gradient(top, #0099ff, #006eb8);
  border-color: #006eb8;
}
/* PollDaddy Embed */
.PDS_Poll label {
  text-transform: none;
}
/* Social menu */
.menu-social-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-social-links ul li {
  display: inline-block;
}
.menu-social-links ul li a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  margin: 0 5px;
}
.menu-social-links ul li a[href*="twitter.com"]:before {
  content: '\f202';
}
.menu-social-links ul li a[href*="facebook.com"]:before {
  content: '\f204';
}
.menu-social-links ul li a[href*="plus.google.com"]:before {
  content: '\f206';
}
.menu-social-links ul li a[href*="github.com"]:before {
  content: '\f200';
}
.menu-social-links ul li a[href*="wordpress.com"]:before {
  content: '\f205';
}
.menu-social-links ul li a[href*="youtube.com"]:before {
  content: '\f213';
}
.menu-social-links ul li a[href*="pinterest.com"]:before {
  content: '\f209';
}
.menu-social-links ul li a[href*="tumblr.com"]:before {
  content: '\f214';
}
.menu-social-links ul li a[href*="dribbble.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="mailto:"]:before {
  content: '\f410';
}
.menu-social-links ul li a[href*="/feed/"]:before {
  content: '\f413';
}
.menu-social-links ul li a[href*="reddit.com"]:before {
  content: '\f222';
}
.menu-social-links ul li a[href*="stumbleupon.com"]:before {
  content: '\f223';
}
.menu-social-links ul li a[href*="instagram.com"]:before {
  content: '\f215';
}
.menu-social-links ul li a[href*="vimeo.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="flickr.com"]:before {
  content: '\f201';
}
.menu-social-links ul li a[href*="linkedin.com"]:before {
  content: '\f207';
}
.menu-social-links ul li a[href*="dropbox.com"]:before {
  content: '\f225';
}
.menu-social-links ul li a[href*="codepen.com"]:before {
  content: '\f216';
}
.menu-social-links ul li a[href*="polldaddy.com"]:before {
  content: '\f217';
}
.menu-social-links ul li a[href*="vimeo.com"]:before {
  content: '\f212';
}
.menu-social-links ul li a[href*="path.com"]:before {
  content: '\f219';
}
body {
  *zoom: 1;
  background: url(../images/background-2.png) top center no-repeat #f2f2f2;
  background-attachment: fixed;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
a {
  color: #0099ff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #006bb3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container {
  *zoom: 1;
  margin: 0 0 16px 0;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.main {
  display: block;
  max-width: 1172px;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
.main:before,
.main:after {
  content: "";
  display: table;
}
.main:after {
  clear: both;
}
.main:before,
.main:after {
  content: "";
  display: table;
}
.main:after {
  clear: both;
}
.main .articles {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
  padding: 0 16px;
  min-height: 1px;
}
.main .articles #main-content {
  padding: 16px;
  border-radius: 4px;
  background: #ffffff;
}
.main article.post-archive {
  margin-bottom: 48px;
  position: relative;
}
.main article.post-archive.has-image {
  padding-left: 216px;
  min-height: 200px;
}
.main article.post-archive.format-status {
  background: #e5f5ff;
  padding: 16px;
  border-radius: 4px;
}
.main article.post-archive.format-status h3.posttitle {
  margin: 0;
}
.main article.post-archive.format-status .post-archive-wrap {
  *zoom: 1;
}
.main article.post-archive.format-status .post-archive-wrap:before,
.main article.post-archive.format-status .post-archive-wrap:after {
  content: "";
  display: table;
}
.main article.post-archive.format-status .post-archive-wrap:after {
  clear: both;
}
.main article.post-archive.format-status .post-archive-wrap:before,
.main article.post-archive.format-status .post-archive-wrap:after {
  content: "";
  display: table;
}
.main article.post-archive.format-status .post-archive-wrap:after {
  clear: both;
}
.main article.post-archive.format-status a.thumbnail {
  float: left;
  position: relative;
  width: auto;
  height: auto;
  margin-right: 16px;
}
.main article.post-archive h2 {
  margin-bottom: 8px;
  font-weight: 700;
}
.main article.post-archive a.thumbnail {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  background: #0099ff;
  background-size: cover;
  background-position: center center;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-radius: 4px;
}
.main article.post-archive a.thumbnail:hover {
  opacity: 0.9;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.main article.post-archive a.read-more {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 16px;
  border: 1px solid #0099ff;
  display: inline-block;
  text-decoration: none;
  background-color: #1295ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0084db));
  background-image: -webkit-linear-gradient(top, #24a7ff, #0084db);
  background-image: -moz-linear-gradient(top, #24a7ff, #0084db);
  background-image: -ms-linear-gradient(top, #24a7ff, #0084db);
  background-image: -o-linear-gradient(top, #24a7ff, #0084db);
  background-image: linear-gradient(top, #24a7ff, #0084db);
  border-color: #0084db;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 4px;
}
.main article.post-archive a.read-more:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0084db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#006eb8));
  background-image: -webkit-linear-gradient(top, #0099ff, #006eb8);
  background-image: -moz-linear-gradient(top, #0099ff, #006eb8);
  background-image: -ms-linear-gradient(top, #0099ff, #006eb8);
  background-image: -o-linear-gradient(top, #0099ff, #006eb8);
  background-image: linear-gradient(top, #0099ff, #006eb8);
  border-color: #006eb8;
}
.main article.post-archive a.comment-count {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 16px;
  border: 1px solid #2ecc71;
  display: inline-block;
  text-decoration: none;
  background-color: #38c272;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#48d684), to(#27af61));
  background-image: -webkit-linear-gradient(top, #48d684, #27af61);
  background-image: -moz-linear-gradient(top, #48d684, #27af61);
  background-image: -ms-linear-gradient(top, #48d684, #27af61);
  background-image: -o-linear-gradient(top, #48d684, #27af61);
  background-image: linear-gradient(top, #48d684, #27af61);
  border-color: #27af61;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 4px;
}
.main article.post-archive a.comment-count:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecc71), to(#219251));
  background-image: -webkit-linear-gradient(top, #2ecc71, #219251);
  background-image: -moz-linear-gradient(top, #2ecc71, #219251);
  background-image: -ms-linear-gradient(top, #2ecc71, #219251);
  background-image: -o-linear-gradient(top, #2ecc71, #219251);
  background-image: linear-gradient(top, #2ecc71, #219251);
  border-color: #219251;
}
.main article.post-archive a.comment-count:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f300';
  margin-right: 8px;
}
.main article.post-archive p:last-child {
  margin-bottom: 0;
}
.main article.not-found {
  padding: 16px;
  background: #ffffff;
  border-top: 5px solid #0099ff;
}
.main a#header-image {
  margin: 0 16px 16px 16px;
  display: block;
  line-height: 0;
  text-align: center;
}
.main .postmetadata {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666666;
}
.main .postmetadata a {
  color: #ff9900;
  font-weight: 700;
}
.main .postmetadata a:hover {
  color: #b36b00;
}
.main .archive-pagination {
  clear: both;
  text-align: center;
  background: #ffffff;
  padding: 16px;
}
.main .archive-pagination span,
.main .archive-pagination a {
  background-color: #e5f5ff;
  margin: 0 2px;
  border-radius: 4px;
  padding: 4px 8px;
}
.main .archive-pagination span:hover,
.main .archive-pagination a:hover {
  background: #0099ff;
  color: #ffffff;
}
.main .archive-pagination span.current {
  background: #0099ff;
  color: #ffffff;
}
.main .postnav {
  *zoom: 1;
}
.main .postnav:before,
.main .postnav:after {
  content: "";
  display: table;
}
.main .postnav:after {
  clear: both;
}
.main .postnav:before,
.main .postnav:after {
  content: "";
  display: table;
}
.main .postnav:after {
  clear: both;
}
.main .postnav .next,
.main .postnav .prev {
  width: 50%;
  padding: 16px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .postnav .next a:before,
.main .postnav .prev a:before,
.main .postnav .next a:after,
.main .postnav .prev a:after {
  background: #0099ff;
  color: #ffffff;
}
.main .postnav a:hover {
  text-decoration: none;
}
.main .postnav .more-link {
  position: relative;
}
.main .postnav .next {
  text-align: right;
  float: right;
}
.main .postnav .next a:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f429';
  margin-left: 5px;
  font-weight: bold;
}
.main .postnav .prev {
  float: left;
}
.main .postnav .prev a:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
  content: '\f430';
  margin-right: 5px;
  font-weight: bold;
}
.main .sidebar {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33333333%;
  padding: 0 16px;
  min-height: 1px;
}
.widget {
  background: #0099ff;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  color: #b3e0ff;
  text-align: center;
}
.widget .widgettitle {
  font-size: 124.99687499999999%;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}
.widget .widgettitle a {
  background: #0074c2;
  color: #ffffff;
  border-radius: 2px;
  margin-left: 8px;
  font-size: 0.6em;
  padding: 3px 6px;
}
.widget .widgettitle a:hover {
  background: #005085;
}
.widget hr {
  border-color: #4db8ff;
}
.widget table {
  width: 100%;
}
.widget a {
  color: #ffffff;
}
.widget ul:last-child {
  margin-bottom: 0;
}
.widget-videos {
  padding: 16px 0 0 0;
}
.widget-videos .widgettitle {
  margin: 0 16px 16px 16px;
}
.widget-videos ul {
  list-style-type: none;
  padding: 0;
}
.widget-videos ul li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 16px 16px 16px;
  width: 50%;
}
.widget-videos ul li.item-0 {
  width: 100%;
}
.widget-videos img,
.widget-videos iframe {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  border: 2px solid #ffffff;
}
.widget-social {
  padding-bottom: 0;
}
.widget-recent-posts {
  padding: 16px 0 0 0;
}
.widget-recent-posts a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 16px 16px 16px;
  width: 50%;
}
.widget-recent-posts a img {
  border: 2px solid #ffffff;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget-recent-posts a:nth-child(even) {
  clear: both;
}
.widget-recent-posts .widgettitle {
  margin: 0 16px 16px 16px;
}
.widget-recent-posts h4 {
  color: #ffffff;
  font-size: 0.8em;
  margin: 0;
}
.widget-games {
  position: relative;
  text-align: left;
  background-color: #1b7943;
}
.widget-games .background {
  opacity: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
}
.widget-games a {
  z-index: 10;
  position: relative;
  display: block;
}
.widget-games img {
  border: 2px solid #ffffff;
  border-radius: 4px;
  float: left;
  width: 35%;
  margin-right: 10px;
}
.widget-games h3 {
  color: #ffffff;
  font-weight: bold;
  margin-botton: 5px;
}
.widget-games p {
  font-size: 0.8em;
  margin: 0;
}
.jetpack_subscription_widget {
  background: #ff9900;
  color: #ffebcc;
  font-weight: 700;
}
.jetpack_subscription_widget a {
  color: #ffffff;
}
.jetpack_subscription_widget #subscribe-text {
  display: none;
}
.jetpack_subscription_widget input {
  width: 100%;
}
.jetpack_subscription_widget p#subscribe-email,
.jetpack_subscription_widget p#subscribe-submit {
  margin: 0;
}
button[type=submit][name=jetpack_subscriptions_widget]{
  font-size: 0.9em;
  line-height: 16px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  background-color: #1295ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24a7ff), to(#0084db));
  background-image: -webkit-linear-gradient(top, #24a7ff, #0084db);
  background-image: -moz-linear-gradient(top, #24a7ff, #0084db);
  background-image: -ms-linear-gradient(top, #24a7ff, #0084db);
  background-image: -o-linear-gradient(top, #24a7ff, #0084db);
  background-image: linear-gradient(top, #24a7ff, #0084db);
  border-color: #0084db;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 4px;
}
#footer-widgets {
  *zoom: 1;
  background: #ffffff;
  border-radius: 4px;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1140px;
  margin: 0 auto;
}
#footer-widgets:before,
#footer-widgets:after {
  content: "";
  display: table;
}
#footer-widgets:after {
  clear: both;
}
#footer-widgets:before,
#footer-widgets:after {
  content: "";
  display: table;
}
#footer-widgets:after {
  clear: both;
}
#footer-widgets .widgets .widget {
  background: transparent;
  width: 33%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666666;
  font-size: 0.9em;
}
#footer-widgets .widgets .widget .widgettitle {
  padding: 4px 8px;
  border-radius: 4px;
  text-align: left;
  background-color: #ff9900;
  color: #ffffff;
}
#footer-widgets .widgets .widget ul,
#footer-widgets .widgets .widget ol {
  text-align: left;
}
#footer-widgets .widgets .widget a {
  color: #0099ff;
}
.singular .main-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 66.66666667%;
  padding: 0 16px;
  min-height: 1px;
}
.singular .main-content .header-image {
  border-radius: 4px;
  display: block;
  margin-bottom: 16px;
}
.singular .main-content .video-frame {
  margin-bottom: 16px;
}
.singular .main-content img {
  border-radius: 4px;
}
.singular.themes-sidebar-hidden .main-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 0 16px;
  min-height: 1px;
}
.singular.themes-sidebar-hidden .main-content .content-comments,
.singular.themes-sidebar-hidden .main-content article.post,
.singular.themes-sidebar-hidden .main-content article.page {
  padding-left: 192px;
  padding-right: 192px;
}
.singular article.post,
.singular article.page,
.singular article.attachment {
  *zoom: 1;
  background: #ffffff;
  padding: 16px 32px;
  margin-bottom: 16px;
  border-radius: 4px;
}
.singular article.post:before,
.singular article.page:before,
.singular article.attachment:before,
.singular article.post:after,
.singular article.page:after,
.singular article.attachment:after {
  content: "";
  display: table;
}
.singular article.post:after,
.singular article.page:after,
.singular article.attachment:after {
  clear: both;
}
.singular article.post:before,
.singular article.page:before,
.singular article.attachment:before,
.singular article.post:after,
.singular article.page:after,
.singular article.attachment:after {
  content: "";
  display: table;
}
.singular article.post:after,
.singular article.page:after,
.singular article.attachment:after {
  clear: both;
}
.singular article.post h1.title,
.singular article.page h1.title,
.singular article.attachment h1.title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: 700;
}
.singular article.post img,
.singular article.page img,
.singular article.attachment img {
  display: block;
  border-radius: 4px;
}
.singular article.post .postmetadata,
.singular article.page .postmetadata,
.singular article.attachment .postmetadata {
  margin-bottom: 16px;
}
.singular article.post p:last-child,
.singular article.page p:last-child,
.singular article.attachment p:last-child {
  margin: 0;
}
.singular article.post .taxonomies,
.singular article.page .taxonomies,
.singular article.attachment .taxonomies {
  padding-top: 16px;
  border-top: 1px solid #f2f2f2;
}
.singular article.post .taxonomies .taxonomy,
.singular article.page .taxonomies .taxonomy,
.singular article.attachment .taxonomies .taxonomy {
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #999999;
}
.singular article.post .taxonomies .taxonomy:before,
.singular article.page .taxonomies .taxonomy:before,
.singular article.attachment .taxonomies .taxonomy:before {
  margin-right: 5px;
}
.singular article.post .taxonomies .taxonomy:last-child,
.singular article.page .taxonomies .taxonomy:last-child,
.singular article.attachment .taxonomies .taxonomy:last-child {
  margin: 0;
}
.singular article.post .taxonomies .taxonomy.tax-categories:before,
.singular article.page .taxonomies .taxonomy.tax-categories:before,
.singular article.attachment .taxonomies .taxonomy.tax-categories:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  vertical-align: bottom;
  content: '\f301';
  font-size: 16px;
}
.singular article.post .taxonomies .taxonomy.tax-tags:before,
.singular article.page .taxonomies .taxonomy.tax-tags:before,
.singular article.attachment .taxonomies .taxonomy.tax-tags:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  vertical-align: bottom;
  content: '\f302';
  font-size: 16px;
}
.singular .content-comments {
  padding: 16px 32px;
  *zoom: 1;
  background: #ffffff;
  border-radius: 4px;
}
.singular .content-comments:before,
.singular .content-comments:after {
  content: "";
  display: table;
}
.singular .content-comments:after {
  clear: both;
}
.singular .content-comments:before,
.singular .content-comments:after {
  content: "";
  display: table;
}
.singular .content-comments:after {
  clear: both;
}
.singular .content-comments #comment-check {
  background: #0099ff;
  padding: 16px 32px 16px 140px;
  color: #ffffff;
  border-radius: 4px;
  min-height: 80px;
  position: relative;
}
.singular .content-comments #comment-check:before {
  display: block;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  background: #0099ff url(//images.miniclipcdn.com/avatars/1100068382-80.png) 0 0 no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  top: 16px;
  left: 32px;
  border: 2px solid #ffffff;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.singular .content-comments #comment-check h3 {
  color: #ffffff;
}
.singular .content-comments #comment-check a {
  font-size: 0.9em;
  padding: 0 15px;
  line-height: 16px;
  color: #ffffff;
  border-radius: 16px;
  border: 1px solid #ff9900;
  display: inline-block;
  text-decoration: none;
  background-color: #ed9512;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa724), to(#db8400));
  background-image: -webkit-linear-gradient(top, #ffa724, #db8400);
  background-image: -moz-linear-gradient(top, #ffa724, #db8400);
  background-image: -ms-linear-gradient(top, #ffa724, #db8400);
  background-image: -o-linear-gradient(top, #ffa724, #db8400);
  background-image: linear-gradient(top, #ffa724, #db8400);
  border-color: #db8400;
  -webkit-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
  padding: 8px 16px;
  border-radius: 4px;
  padding: 4px 8px;
}
.singular .content-comments #comment-check a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #db8400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#b86e00));
  background-image: -webkit-linear-gradient(top, #ff9900, #b86e00);
  background-image: -moz-linear-gradient(top, #ff9900, #b86e00);
  background-image: -ms-linear-gradient(top, #ff9900, #b86e00);
  background-image: -o-linear-gradient(top, #ff9900, #b86e00);
  background-image: linear-gradient(top, #ff9900, #b86e00);
  border-color: #b86e00;
}
.singular .content-comments #comment-check p {
  margin: 0;
}
.singular .content-comments #respond .respond-wrap {
  display: none;
}
.singular .content-comments #pagination {
  margin-bottom: 16px;
}
.singular.page .main-content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 83.33333333%;
  padding: 0 16px;
  min-height: 1px;
  margin-right: 8.33333333%;
  margin-left: 8.33333333%;
}
.archive .main h1.title,
.search .main h1.title {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 700;
}
.masthead {
  background: #0099ff;
  padding: 16px;
  border-bottom: 2px solid #ffffff;
  *zoom: 1;
  z-index: 499;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 16px 0;
}
.masthead:before,
.masthead:after {
  content: "";
  display: table;
}
.masthead:after {
  clear: both;
}
.masthead:before,
.masthead:after {
  content: "";
  display: table;
}
.masthead:after {
  clear: both;
}
.masthead .masthead-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
.masthead h1.logo {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 32px 0 0;
}
.masthead h1.logo a {
  display: block;
  background: url(../images/logo.png) no-repeat top left;
  text-indent: -999em;
  width: 210px;
  height: 33px;
}
.masthead .menu {
  padding: 8px 20px;
  *zoom: 1;
  position: relative;
  text-align: right;
}
.masthead .menu:before,
.masthead .menu:after {
  content: "";
  display: table;
}
.masthead .menu:after {
  clear: both;
}
.masthead .menu:before,
.masthead .menu:after {
  content: "";
  display: table;
}
.masthead .menu:after {
  clear: both;
}
.masthead .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 199;
  -webkit-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
  -moz-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
  -ms-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
  -o-transition: opacity 200ms, margin 200ms, left 0 linear 1s;
  transition: opacity 200ms, margin 200ms, left 0 linear 1s;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.masthead .menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.masthead .menu li a {
  display: block;
  padding: 7px 10px;
  position: relative;
}
.masthead .menu li.page_item_has_children > a,
.masthead .menu li.menu-item-has-children > a {
  padding-right: 20px;
}
.masthead .menu li.page_item_has_children > a:after,
.masthead .menu li.menu-item-has-children > a:after {
  top: 40%;
  right: 5px;
  position: absolute;
  border: 5px solid transparent;
  content: '';
  border-top-color: #80ccff;
}
.masthead .menu li.current-menu-item > a {
  background-color: #cccccc;
  color: #ffffff;
}
.masthead .menu li ul {
  position: absolute;
  width: 18em;
  background: #ffffff;
  display: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.masthead .menu li ul:before {
  position: absolute;
  border: 8px solid transparent;
  content: '';
  border-bottom-color: #ffffff;
  top: -16px;
  left: 16px;
}
.masthead .menu li ul ul {
  top: 0;
  display: none;
  left: 18em;
}
.masthead .menu li ul ul:before {
  display: none;
}
.masthead .menu li ul li {
  position: relative;
  display: block;
  float: none;
  border-bottom: 1px solid #fafafa;
}
.masthead .menu li ul li a {
  color: #1a1a1a;
}
.masthead .menu li ul li a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
.masthead .menu li ul li.page_item_has_children > a:after,
.masthead .menu li ul li.menu-item-has-children > a:after {
  top: 35%;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
.masthead .menu li ul li:last-child {
  border: none;
}
.masthead .menu li ul li.current-menu-item > a {
  background-color: #f2f2f2;
  border-radius: 0;
}
.masthead .menu li.focus > ul,
.masthead .menu li:hover > ul {
  display: block;
}
.masthead .menu {
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0;
  float: right;
}
.masthead .menu a {
  color: #ffffff;
  letter-spacing: 1px;
}
.masthead .menu li.current-menu-item > a {
  background: #008ae6;
  border-radius: 4px;
}
.masthead .searchform {
  width: 210px;
  float: left;
}
.masthead .searchform input.searchfield {
  border-color: #336699;
}
.showcase {
  *zoom: 1;
  margin: 0 16px 16px 16px;
  position: relative;
  height: 200px;
  border: 14px solid #ffffff;
  border-radius: 4px;
  background: #ffffff;
}
.showcase:before,
.showcase:after {
  content: "";
  display: table;
}
.showcase:after {
  clear: both;
}
.showcase:before,
.showcase:after {
  content: "";
  display: table;
}
.showcase:after {
  clear: both;
}
.showcase nav {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.showcase nav a {
  text-indent: -999em;
  width: 25%;
  height: 7px;
  display: inline-block;
  background: #e6e6e6;
  margin: 5px 5px 0 5px;
}
.showcase nav a.selected {
  background: #b3b3b3;
}
.showcase .row {
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
}
.showcase .row:before,
.showcase .row:after {
  content: "";
  display: table;
}
.showcase .row:after {
  clear: both;
}
.showcase .row:before,
.showcase .row:after {
  content: "";
  display: table;
}
.showcase .row:after {
  clear: both;
}
.showcase .item {
  width: 25%;
  padding: 0 16px;
  min-height: 1px;
  background: #0099ff center center;
  float: left;
  height: 200px;
  position: relative;
  background-size: cover;
  border: 2px solid #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.showcase .item .entry {
  position: absolute;
  padding: 8px;
  left: 0;
  bottom: 0;
  *zoom: 1;
}
.showcase .item .entry:before,
.showcase .item .entry:after {
  content: "";
  display: table;
}
.showcase .item .entry:after {
  clear: both;
}
.showcase .item .entry:before,
.showcase .item .entry:after {
  content: "";
  display: table;
}
.showcase .item .entry:after {
  clear: both;
}
.showcase .item .entry h2,
.showcase .item .entry .postmetadata {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  float: left;
  clear: both;
  margin: 0;
  font-weight: 700;
}
.showcase .item .entry .postmetadata {
  background: rgba(255, 153, 0, 0.6);
}
.showcase .item .entry .postmetadata a:hover {
  color: #ffffff;
}
.showcase .item a {
  color: #ffffff;
}
.showcase .item a:hover {
  text-decoration: underline;
}
.showcase .item h2 {
  font-size: 124.99687499999999%;
  margin-bottom: 8px;
}
.showcase .item:hover {
  cursor: pointer;
  opacity: 0.9;
}
.writer {
  position: relative;
  padding: 16px 16px 16px 120px;
  background: #336699;
  color: #ffffff;
  margin-bottom: 16px;
  *zoom: 1;
  min-height: 80px;
  border-radius: 4px;
}
.writer:before,
.writer:after {
  content: "";
  display: table;
}
.writer:after {
  clear: both;
}
.writer:before,
.writer:after {
  content: "";
  display: table;
}
.writer:after {
  clear: both;
}
.writer h3,
.writer a {
  font-weight: 700;
  color: #ffffff;
}
.writer .avatar {
  position: absolute;
  left: 16px;
}
.writer p:last-child {
  margin-bottom: 0;
}
img.avatar {
  border-radius: 4px;
  border: 2px solid #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.searchform {
  position: relative;
  width: 100%;
}
form.searchform input.searchfield {
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
form.searchform button.searchsubmit {
  position: absolute;
  top: 2px;
  right: 2px;
  border: none;
  background: transparent;
  padding: 5px;
  color: #0099ff;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  vertical-align: bottom;
}
.social-links {
  margin-bottom: 16px;
  padding: 0;
  *zoom: 1;
}
.social-links:before,
.social-links:after {
  content: "";
  display: table;
}
.social-links:after {
  clear: both;
}
.social-links:before,
.social-links:after {
  content: "";
  display: table;
}
.social-links:after {
  clear: both;
}
.social-links a {
  display: inline-block;
}
.social-links a span {
  display: none;
}
.social-links a:before {
  background: #ffffff;
  color: #0099ff;
  display: block;
  margin: 0 8px;
  width: 48px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  vertical-align: bottom;
}
.social-links a:hover:before {
  color: #ff9900;
}
.social-links a.twitter:before {
  content: '\f202';
}
.social-links a.facebook:before {
  content: '\f204';
}
.social-links a.linkedin:before {
  content: '\f207';
}
.social-links a.youtube:before {
  content: '\f213';
}
.social-links a.google:before {
  content: '\f218';
}
#footer {
  padding: 16px;
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-404 {
  padding: 16px;
  background: #ffffff;
}
.highlight {
  background: #fcf3d0;
  border-radius: 4px;
  padding: 16px 32px;
  margin-bottom: 16px;
  font-style: italic;
  position: relative;
}
.highlight p {
  color: #aa8a0a;
}
.highlight a {
  font-weight: bold;
}
.highlight h1,
.highlight h2,
.highlight h3,
.highlight h4,
.highlight h5,
.highlight h6 {
  color: #927608;
  font-weight: bold;
}
#main-content,
.showcase,
.singular article.post,
.singular article.page,
.singular article.attachment,
footer#footer-widgets,
.content-comments {
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
/* Mixins */
/* The Actual Styles */
.block {
  *zoom: 1;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block .block-img-src {
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  z-index: 5;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transform: translateZ(0);
}
.block .block-img-src.block-faded {
  opacity: 0.3;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transform: translateZ(0);
}
.block.block-light,
.block.block-dark {
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block.block-cover {
  background-size: cover;
}
.block.block-dark {
  background-color: #111;
  color: #fff;
}
.block.block-dark h1,
.block.block-dark h2,
.block.block-dark h3,
.block.block-dark h4,
.block.block-dark h5,
.block.block-dark h6 {
  color: #fff;
}
.block.block-light {
  background-color: #fff;
  color: #111;
}
.block.block-light h1,
.block.block-light h2,
.block.block-light h3,
.block.block-light h4,
.block.block-light h5,
.block.block-light h6 {
  color: #111;
}
.block .block-content {
  *zoom: 1;
  z-index: 10;
  position: relative;
  margin: 0 auto;
}
.block .block-content:before,
.block .block-content:after {
  content: "";
  display: table;
}
.block .block-content:after {
  clear: both;
}
.block .block-content:before,
.block .block-content:after {
  content: "";
  display: table;
}
.block .block-content:after {
  clear: both;
}
.block.column-group {
  width: 100%;
  *zoom: 1;
}
.block.column-group:before,
.block.column-group:after {
  content: "";
  display: table;
}
.block.column-group:after {
  clear: both;
}
.block.column-group:before,
.block.column-group:after {
  content: "";
  display: table;
}
.block.column-group:after {
  clear: both;
}
.block.column-group > br,
.block.column-group > p {
  display: none;
}
.block.column-group .column {
  float: left;
  padding-right: 5%;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block.column-group .column p:last-child {
  margin-bottom: 0;
}
.block.column-group .column.last {
  padding-right: 0;
}
.block p:last-child {
  margin-bottom: 0;
}
.block.columns-2 .column {
  width: 50%;
}
.block.columns-3 .column {
  width: 33.3333%;
}
.block.columns-4 .column {
  width: 25%;
}
.block.columns-3 .column-span-2 {
  width: 66.6666%;
}
.block.columns-4 .column-span-2 {
  width: 50%;
}
.block.columns-4 .column-span-3 {
  width: 75%;
}
@media only screen and (max-width: 999px) {
  body {
    font-size: 92%;
  }
}
@media only screen and (max-width: 799px) {
  body {
    font-size: 85%;
  }
  .masthead .branding {
    width: 49%;
  }
  .masthead .menu {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .container {
    margin-left: 0;
    margin-right: 0;
  }
  .showcase {
    height: 400px;
  }
  .showcase .item {
    width: 50%;
  }
  .main .articles {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 16px;
    min-height: 1px;
  }
  .main .sidebar {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 16px;
    min-height: 1px;
  }
  .main a#header-image {
    margin: 0 0 16px 0;
  }
  .main article.post-archive {
    margin-bottom: 16px;
  }
  .main article.post-archive .post-archive-wrap {
    padding: 8px;
  }
  #footer-widgets .widgets .widget {
    width: 100%;
  }
  .singular.themes-sidebar-hidden .main-content,
  .singular .main-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .singular.themes-sidebar-hidden .main-content .content-comments,
  .singular .main-content .content-comments,
  .singular.themes-sidebar-hidden .main-content article.post,
  .singular .main-content article.post,
  .singular.themes-sidebar-hidden .main-content article.page,
  .singular .main-content article.page {
    padding-left: 32px;
    padding-right: 32px;
  }
  .infinite-scroll #infinite-handle {
    padding: 0;
  }
}
@media only screen and (max-width: 499px) {
  body {
    font-size: 82%;
  }
  .masthead .branding {
    width: 100%;
    text-align: center;
  }
  .masthead h1.logo {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .masthead h1.logo a {
    display: inline-block;
  }
  .masthead .searchform {
    width: 100%;
  }
  .masthead .menu {
    width: 100%;
    text-align: center;
  }
  .masthead .menu .rn_select {
    margin-top: 8px;
    width: 100%;
  }
  .singular article.post,
  .singular article.page,
  .singular article.attachment,
  .singular .content-comments {
    padding: 16px;
  }
  .singular article.post h1.title,
  .singular article.page h1.title,
  .singular article.attachment h1.title,
  .singular .content-comments h1.title {
    font-size: 187.5%;
    margin-bottom: 8px;
  }
  .singular .main-content {
    padding: 0;
  }
  .main .articles {
    padding-left: 0;
    padding-right: 0;
  }
  .main .articles article.post-archive.format-image,
  .main .articles article.post-archive.format-video,
  .main .articles article.post-archive.format-standard {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .main .articles article.post-archive.format-image a.thumbnail,
  .main .articles article.post-archive.format-video a.thumbnail,
  .main .articles article.post-archive.format-standard a.thumbnail {
    position: relative;
    width: 100%;
    height: 150px;
    top: auto;
    left: auto;
    bottom: auto;
  }
  .main .sidebar,
  .main .showcase {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .main a#header-image {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 699px) {
  ol.commentlist ul.children {
    margin-left: 10px;
  }
  ol.commentlist li.comment.bypostauthor .reply,
  ol.commentlist li.trackback.bypostauthor .reply,
  ol.commentlist li.pingback.bypostauthor .reply,
  ol.commentlist li.comment .reply,
  ol.commentlist li.trackback .reply,
  ol.commentlist li.pingback .reply {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-top: 5px;
  }
  ol.commentlist li.comment.bypostauthor .reply a,
  ol.commentlist li.trackback.bypostauthor .reply a,
  ol.commentlist li.pingback.bypostauthor .reply a,
  ol.commentlist li.comment .reply a,
  ol.commentlist li.trackback .reply a,
  ol.commentlist li.pingback .reply a {
    padding: 5px 10px;
    line-height: 1;
  }
}
@media print {
  .masthead .branding,
  .main,
  .singular .main,
  .singular .main article,
  .main article {
    width: 100%;
  }
  nav,
  footer,
  .widget,
  .sharedaddy,
  a.post-edit-link,
  a#header-image,
  #respond,
  form.searchform,
  .social_links,
  .sidebar,
  .col-sidebar {
    display: none;
  }
  .main article {
    width: 100%;
  }
  a {
    color: #666666;
  }
  p a {
    word-wrap: break-word;
  }
  p a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  footer,
  .content-comments {
    page-break-before: always;
  }
}
