

* {
  margin: 0;
  padding: 0;
  outline: none;
}

cite {
  font-style: normal;
}

body,
html {
  min-height: 101%;
  
}

body {
  background: #ffffff;
  color: #111;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

a, a:visited {
  color: #1899CB;
  text-decoration: none;
}

a:hover, a:active {
  color: #127ea8;
}

.container a,
.container a:hover,
.container a:focus,
.container a:hover,
.container li,
.container li:hover,
.container input,
.container input:hover {
  transition: all 0.3s ease;
}

p {
  margin: 16px 0;
  line-height: 1.5;
}

img {
  box-sizing: border-box;
}

.entry hr {
  clear: both;
  display: block;
  height: 0.2rem;
  margin: 32px auto;
  background: #CCC;
  border: 0;
  color: #CCC;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 16px 0;
}

th,
td {
  padding: 4px 8px;
  border-bottom: 1px solid #CCC;
}

tr {
  background: #eeeeee;
}

table caption {
  background: #ffffff;
  padding: 2px 0;
}


.wrapper {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  background: #ffffff;
}

#main {
  padding: 16px 0 32px;
  clear: both;
}

#main, .searchform, #nav {
  margin: 0 20px;
}

#masthead {
  background: #293033;
  color: #ffffff;
  text-align: center;
}

#branding {
  padding: 28px 0 20px;
}

#masthead .custom-logo-link,
#masthead .site-logo-link {
  width: 72px;
  margin-top: 20px;
  display: inline-block;
  border: none;
  text-decoration: none;
}

.left, .older {
  float: left;
}

.right, .newer {
  float: right;
}



#nav-mobile-pages {
  display: none;
}


.menu {
  clear: both;
}

.nav {
  line-height: 1.0;
  zoom: 1;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.nav li {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}

.nav a {
  padding: 8px 16px;
  display: block;
  position: relative;
  border: none;
}

.nav:hover a {
  color: #666666;
}

.nav ul {
  position: absolute;
  top: 100%;
  width: 200px;
  padding: 0;
  margin: 0;
  z-index: 199;
  display: none;
  left: 0;
  border-top: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #eeeeee;
  background: linear-gradient(#ffffff, #eeeeee);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.nav ul li {
  float: none;
  display: block;
  width: 200px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}

.nav ul li a {
  color: #111;
  text-shadow: none;
}

.nav ul li a:hover {
  background-color: #eeeeee;
}

.nav ul ul {
  left: 100%;
  top: -1px;
  position: absolute;
}

.nav .has-children {
  position: relative;
  padding-right: 24px !important;
}

.nav .has-children:after {
  background: url(/wp-content/themes/premium/opti/images/arrow_nav.png) no-repeat right;
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  right: 12px;
  top: 4px;
  content: '';
}

.nav .sub-menu .has-children:after {
  background-image: url(/wp-content/themes/premium/opti/images/arrow_child.png);
  top: 4px;
}

#nav-primary .home span.genericon-home {
  font-size: 24px;
}

#nav-primary .home a {
  
  padding: 7px 12px;
  color: currentColor;
}


#nav-primary {
  border-top: 1px solid #000000;
  box-shadow: inset 0 2px 0 -1px rgba(255, 255, 255, 0.1);
  background: url(/wp-content/themes/premium/opti/images/bg_nav.png);
  min-height: 36px;
}

#nav-primary a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
}

#nav-primary .has-children:after {
  top: 8px;
}

#nav-primary .sub-menu .has-children:after {
  top: 6px;
}

#nav-primary li {
  border-right: 1px solid #111111;
  border-left: 1px solid #333333;
  text-transform: uppercase;
  font-weight: bold;
}

#nav-primary li:hover, #nav-primary li.current-cat {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  background-color: #293033;
}

#nav-primary li li a {
  color: #111;
  text-shadow: none;
  padding: 8px 20px;
  font-size: 0.8em;
}

#nav-primary .current-menu-item {
  background-color: #111111;
  color: #000000;
}

#nav-primary .current-menu-item > a,
#nav-primary .current-cat > a {
  border-top: 4px solid #1899cb;
  margin-top: -4px;
}

#nav-primary li li.current-menu-item {
  background-color: inherit;
  color: inherit;
}

#nav-primary li li.current-menu-item > a {
  border-top: none;
  margin-top: 0;
}


#nav-lower {
  float: none;
  padding: 4px 0 4px 0;
  border-bottom: 1px solid #CCC;
}

#nav-lower .nav {
  padding: 0 12px;
  font-size: 0.8em;
}

#nav-lower li {
  border-radius: 4px;
}

#nav-lower li a {
  color: #333333;
  padding: 8px 16px;
  border-radius: 4px;
}

#nav-lower .nav > li:hover {
  background-color: #cccccc;
}

#nav-primary li li,
#nav-lower li li {
  border: transparent;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #ffffff;
  border-radius: 0;
}

#nav-primary ul li li:hover,
#nav-lower ul li li:hover {
  background-color: #eeeeee;
}

#nav-primary li li:first-child,
#nav-lower li li:first-child {
  border-top: none;
}

#nav-primary li li:last-child,
#nav-lower li li:last-child {
  border-bottom: none;
}


a#header-image {
  border-bottom: none;
  line-height: 0;
  display: block;
}

h1, h2, h3, h4, h5,
.headlines a, nav,
.postmetadata,
.wp-caption {
  font-family: "Merriweather", Georgia, serif;
}

h1, h2, h3, h4, h5 {
  letter-spacing: 0.02em;
  line-height: 1.2;
}

h1 {
  font-size: 2.8em;
}

h1.pagetitle {
  border-bottom: 1px solid #CCC;
  padding-bottom: 16px;
  margin-bottom: 32px;
  font-size: 1.6em;
}

h1.posttitle {
  font-size: 1.75em;
  letter-spacing: -1px;
}

h1.pagetitle,
h1.posttitle {
  margin-top: 4px;
}

h2 {
  font-size: 2.4em;
}

h2#description {
  font-weight: normal;
  font-size: .7em;
  color: #95A0A4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h2#description,
#logo {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  margin: 0 18%;
  font-weight: normal;
}

#logo {
  margin-bottom: 0.6%;
}

.entry h2 {
  margin: 20px 0;
  font-size: 1.6em;
}

.entry h3, .entry h4 {
  margin-bottom: 12px;
}

.entry p:empty {
  display: none;
}

h2.posttitle {
  margin: 0;
  font-size: 1.6em;
  line-height: 1;
  margin-bottom: 4px;
}

.excerpt-wrap h2.posttitle,
.excerpt-wrap h2.pagetitle {
  font-size: 1.15em;
  letter-spacing: 0;
}

h3 {
  font-size: 2em;
}

.entry h3 {
  font-size: 1.4em;
}

aside h3.widgettitle {
  font-size: 1em;
  padding: 8px 12px;
  margin: -12px -12px 12px -12px;
  background: #eeeeee;
}

footer h4.widgettitle {
  font-size: 1em;
  color: #f5f5f5;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #333333;
  padding-bottom: 8px;
}

.widget .PDS_Poll,
.widget .pds-box {
  max-width: 100%;
}

.widget .pds-input-label {
  max-width: 100%;
  width: auto;
  float: none;
  display: inline;
}

.widget .pds-answer-input {
  display: inline;
  float: none;
}

.widget_gravatar p {
  padding: 16px 12px;
}

.widget_rss_links p {
  padding: 0;
  margin: 0;
}

.widget form {
  margin: 0;
}

.widget select {
  max-width: 100%;
}

.widget .twitter-follow-button {
  margin: 12px 0 0 12px;
}

.widget_search input.searchfield {
  width: 100%;
  box-sizing: border-box;
}

.widget_search form {
  margin-top: 12px;
  position: relative;
}

.widget_search input.searchfield:focus {
  width: 100%;
}

.widget_recent_comments img.avatar {
  margin: 2px;
}

.widget_recent_comments table {
  width: auto;
  margin: 0;
}

.widget_recent_comments td {
  border: none;
  padding: 4px 0;
}

.widget_recent_comments tr {
  background: transparent;
}

.widget_recent_comments td.recentcommentsavatartop img,
.widget_recent_comments td.recentcommentsavatarend img {
  margin: 0;
}

.widget_recent_comments table.recentcommentsavatar {
  background: transparent;
}

.widget_authors ul {
  clear: both;
}

aside .widget_authors .widget-wrap .avatar {
  margin-top: 0;
}

.jetpack-video-wrapper .embed-twitter iframe {
  width: 100%;
}

.milestone-widget .milestone-content {
  margin: 0 auto;
}

#respond h3, h3#comments, h3#trackbacks {
  margin: 32px 0 20px;
  font-size: 1.25em;
}

h3#comments {
  margin: 32px 0 12px;
}

#featured-cats h3,
#recent-posts h3 {
  font-size: 1em;
  border-bottom: 4px solid #333;
  padding-bottom: 4px;
}

#featured-cats h3 {
  margin-bottom: 12px;
}

h4 {
  font-size: 1.6em;
}

.entry h4 {
  font-size: 1.2em;
}

#recent-excerpts h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.2em;
}

.entry h5 {
  font-size: 1.1em;
}

#featured-cats h5 {
  background: #eeeeee;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 4px;
  margin: 16px 0 8px;
  letter-spacing: 0.01em;
  border-top: 1px solid #CCC;
  letter-spacing: 0.1em;
}

#related-posts h5 {
  margin: 0;
}

.entry h6,
h6 {
  font-size: .8em;
}



#lead-story {
  background: #eeeeee;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  min-height: 248px;
}

#lead-story a.lead-image {
  float: left;
  margin-right: 16px;
  max-width: 345px;
}

#lead-story .item {
  position: absolute;
  padding: 16px 16px 20px 16px;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  display: none;
}

#lead-story.lead-latest .item {
  display: block;
}

#lead-story h2.posttitle {
  font-size: 1.6em;
  margin-top: 4px;
}

#lead-story .excerpt {
  margin-bottom: 0;
  padding-bottom: 0;
}

#lead-story p {
  margin: 0;
}

#lead-story p.postmetadata {
  margin-bottom: 8px;
}

#lead-story nav {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  width: 100%;
  text-align: right;
}

#lead-story nav a {
  padding: 4px 0;
  border: none;
  width: 20px;
  font-size: 0.75em;
  display: inline-block;
  text-align: center;
  color: #333333;
  background-color: #ddd;
  line-height: 1;
  box-sizing: border-box;
}

#lead-story nav a:hover,
#lead-story a.selected {
  color: #ffffff;
  background-color: #999999;
}

#featured-cats {
  width: left;
  width: 26%;
}

#featured-cats ul {
  list-style: none;
}

#featured-cats .date {
  font-size: 1em;
  margin: 4px 0 2px;
  font-weight: normal;
  color: #666666;
}

.headlines {
  font-size: .9em;
  font-weight: bold;
  list-style: none;
}

.headlines a, .headlines a:visited {
  font-size: 1em;
  line-height: 1.5em;
  border: none;
}

.headlines li {
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.headlines li,
aside .widget li,
#recent-excerpts li,
#related-posts {
  border-bottom: 1px dotted #B0B0B0;
}

#recent-posts .sticky {
  background: #ffd;
  padding: 12px 16px 0 16px;
}

#recent-posts li p:last-child {
  margin-bottom: 0;
}

#featured-cats li:last-child {
  border-bottom: none;
}

#recent-excerpts {
  margin-top: 16px;
}

#recent-excerpts .excerpt .pd-rating,
#recent-excerpts .excerpt .cs-rating {
  display: inline-block !important;
  margin-top: 16px;
}

#recent-excerpts .excerpt .pd-rating + br + p,
#recent-excerpts .excerpt .cs-rating + br + p {
  margin-top: 4px;
}

ul#recent-excerpts .wp-post-image {
  float: left;
  margin: 16px 16px 0 4px;
}

#recent-excerpts li {
  margin-bottom: 16px;
  list-style-type: none;
}

.excerpt {
  overflow: hidden;
  padding-bottom: 16px;
}


.error404 article {
  height: 360px;
}

.noborder {
  border: none;
}

a.dark,
a.dark:visited,
aside .widget li a,
aside .widget li a:visited {
  color: #111;
  border: none;
}

a.dark:hover,
a.dark:active {
  text-decoration: underline;
}

.commentcount {
  padding-left: 20px;
  background: url(/wp-content/themes/premium/opti/images/bubble.png) no-repeat center left;
  white-space: nowrap;
}

.more-link {
  display: inline-block;
  margin-top: 12px;
  clear: both;
}

#logo a, #logo a:visited {
  color: #ffffff;
  border: none;
}

#logo a:hover, #logo a:active {
  text-decoration: underline;
}

a.post-edit-link,
a.post-edit-link:visited {
  background-image: url(/wp-content/themes/premium/opti/images/menu.png);
  background-repeat: no-repeat;
  background-position: -272px -35px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  border-radius: 4px;
  border: none;
  text-indent: -99em;
  white-space: nowrap;
  overflow: hidden;
  height: 24px;
  width: 24px;
}


#writer {
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 16px;
}

#writer p {
  margin-top: 0;
}

#writer .avatar {
  margin: 4px 16px 8px 0;
}


.archive-pagination {
  padding: 24px 0 0 0;
  clear: both;
  text-align: center;
  font-weight: bold;
}

.archive-pagination a,
.archive-pagination span {
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 2px;
}

.archive-pagination a span {
  padding: 0;
  margin-bottom: 0;
}

.archive-pagination a,
.archive-pagination a:visited {
  border: 1px solid #CCC;
  border-radius: 4px;
}

.archive-pagination a:hover,
.archive-pagination a:active {
  border-color: #666666;
}

#pagination {
  overflow: hidden;
}

#pagination li {
  list-style-type: none;
  float: left;
}

#pagination li#newer {
  float: right;
}

.archive article,
.search article {
  border-bottom: 1px solid #CCC;
  padding: 20px 20px 4px 20px;
  overflow: hidden;
  float: left;
  width: 49.5%;
  box-sizing: border-box;
  min-height: 6.5em;
}

.thumb-wrap img {
  float: left;
  margin: 4px 16px 20px 4px;
}

.attachment-archive {
  display: block;
  width: 120px;
}

.excerpt-wrap .postmetadata {
  margin-bottom: -8px;
}


.widget {
  margin-bottom: 32px;
  overflow: hidden;
}

.widget_tag_cloud a {
  display: inline;
  float: none;
}

.widget #wp-calendar {
  margin: 0;
}

.textwidget {
  line-height: 160%;
}

.widget td {
  background: none;
}

aside .widget li {
  padding: 0;
  line-height: 130%;
  padding: 8px 0;
  list-style-type: none;
}

.widget li {
  margin-left: 0;
  list-style: none;
  border: none;
  padding: 4px 0;
}

.widget li li {
  list-style: square;
}

aside .widget {
  background: #eeeeee;
  padding: 4px;
  margin: 0 0 16px 0;
}

aside .widget-wrap {
  border: 1px solid #CCC;
  background: #ffffff;
  padding: 12px;
  overflow: hidden;
}

aside .widget-wrap ul {
  margin: -8px 0 -2px 0;
}

aside .widget-wrap li,
aside .tagcloud {
  margin: 2px 0;
}

aside .widget-wrap li li {
  margin: 0 0 0 32px;
}

aside .widget li:last-child {
  border-bottom: none;
}

aside .widget-wrap .avatar {
  margin: 12px 8px 0 12px;
}

aside .widget select {
  margin: 12px 0 0 0;
}

#postDetails ul {
  margin-top: 8px;
}

aside .widget-wrap li:last-child {
  padding-bottom: 0;
  border: 0;
}


p.postmetadata,
#related-posts h5 {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

p.postmetadata {
  margin: 4px 0 0 0;
}

p.postmetadata em {
  text-transform: lowercase;
}

.entry > * {
  margin-top: 20px;
}

.entry hr.sep {
  margin: 4px 0 24px 0;
  border-width: 0px;
  border-top: 1px dotted #b0b0b0;
  height: 1px;
  background: transparent;
  clear: both;
}

.entry .post-taxonomies {
  font-size: 0.8em;
  color: #666666;
  display: inline;
  margin-right: 20px;
}

.entry .post-taxonomies a {
  background: #f5f5f5;
  padding: 2px 8px;
  border-radius: 4px;
  color: #999999;
  border-color: #ddd;
}

.entry .post-taxonomies a:hover {
  color: #666666;
}

.entry .post-taxonomies-categories {
  background: url(/wp-content/themes/premium/opti/images/icon-cats.png) center left no-repeat;
  padding-left: 20px;
}

.entry .post-taxonomies-tags {
  background: url(/wp-content/themes/premium/opti/images/icon-tags.png) center left no-repeat;
  padding-left: 20px;
}

.entry pre,
.entry code {
  font: 1em "Courier New", Courier, monospace;
  color: #666666;
  font-size: 1em;
}

.entry pre {
  padding: 20px;
  overflow: auto;
  display: block;
  background: #f5f5f5;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  clear: both;
  font-weight: normal;
}

.post a.read-more {
  font-size: 0.8em;
  border: none;
}

.post a.read-more:hover {
  text-decoration: underline;
}

.entry ul, .entry ol {
  padding: 16px 0;
}

.entry dl dt {
  font-weight: bold;
  font-size: 1.2em;
}

.entry dl dd {
  margin: 0 0 16px 0;
}

.entry ol li, .entry ul li {
  margin: 0 0 12px 20px;
  line-height: 135%;
}

.entry ul li {
  list-style: disc;
}

.postnav {
  width: 50%;
  margin-bottom: 20px;
}

.postnav.right {
  text-align: right;
}

#tags {
  clear: both;
  font-size: 0.8em;
}

#tags a, #tags a:visited {
  display: inline-block;
  background: #eeeeee;
  border: none;
  padding: 1px 9px;
  border-radius: 10em;
  margin-right: 4px;
  color: #555;
}

#sharethis {
  margin-top: 20px;
}

a.post-edit-link, a.post-edit-link:visited,
#sharethis a, #sharethis a:visited,
#related-posts ul a, #related-posts ul a:visited {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

a.post-edit-link:hover, a.post-edit-link:active,
#sharethis a:hover, #sharethis a:active,
#related-posts ul a:hover, #related-posts ul a:active {
  background-color: #cccccc;
  border-color: #95a0a4;
  text-decoration: none;
}

#sharethis a, #sharethis a:visited {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 16px 4px 6px;
  font-weight: bold;
  font-size: .8em;
}

.entry #sharethis img {
  box-shadow: none;
  display: inline;
  margin: 0 2px 0 0;
  border: none;
  vertical-align: bottom;
}

#related-posts {
  clear: both;
  overflow: hidden;
  margin-top: 28px;
  border-top: 1px dotted #b0b0b0;
  padding: 12px 0 20px;
}

.entry #related-posts ul {
  padding: 12px 0 0;
}

.entry #related-posts li {
  list-style: none;
  font-size: .9em;
  font-weight: bold;
  float: left;
  width: 49%;
  margin: 0.5%;
}

.entry #related-posts li a {
  padding: 8px;
  height: 85px;
  display: block;
}

#related-posts a:last-child {
  margin: 0;
}

.entry #related-posts img {
  box-shadow: none;
  border: none;
  float: left;
  margin: 0 12px 0 0;
}


.entry img {
  margin: 16px 0;
}

.wp-caption {
  background: #eeeeee;
  text-align: center;
  padding: 4px 4px 0 4px;
  font-style: italic;
  font-size: .6em;
  box-sizing: border-box;
  max-width: 100%;
}

blockquote.alignleft,
blockquote.alignright {
  max-width: 40%;
}

@media only screen and (max-width: 567px) {
  blockquote.alignleft,
blockquote.alignright {
    max-width: 100%;
  }
}

img.wp-smiley,
.entry img.wp-smiley {
  float: none;
  border: none;
  padding: 0;
  background: transparent;
  display: inline;
  margin: 0;
}

img.alignleft,
.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 20px 22px 12px 0;
}

img.alignright,
.alignright,
.wp-caption.alignright {
  float: right;
  margin: 20px 0 12px 22px;
}

.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
  float: none;
}

.aligncenter,
.wp-caption.aligncenter {
  margin: 16px auto;
}

p.wp-caption-text {
  margin: 4px 0 0;
  padding: 4px 0 12px;
}

.entry .wp-caption img,
.entry .wp-caption img:hover {
  float: none;
  border: none;
  padding: 0;
  box-shadow: none;
  margin: 0 auto;
  display: block;
}

.gallery {
  margin: 16px 0;
  display: block;
}

.gallery img {
  border: none !important;
  padding: 2px;
}

.gallery-item {
  padding: 12px 0;
}

#image-gallery .image-gallery-item {
  width: 111px;
  height: 86px;
  float: left;
  text-align: center;
  margin: 0 16px 16px 0;
}

#image-gallery .image-gallery-item a img {
  margin: 0 auto;
}

.gallery-caption {
  padding: 12px;
}

.gallery-icon img {
  margin: 0 auto;
  display: block;
}


.reply {
  margin: 16px 0;
}

.commentlist {
  margin-top: 12px;
}

.commentlist ol,
.commentlist ul {
  margin-left: 22px;
}

.commentlist ul.children {
  margin: 0;
}

.commentlist li.comment {
  padding: 16px;
  list-style: none;
  border-top: 1px solid #cccccc;
}

.commentlist li.comment .comment-wrapper {
  overflow: hidden;
}

.commentlist li.depth-2 {
  margin-bottom: 16px;
}

.commentlist li.depth-2,
.commentlist li.depth-3,
.commentlist li.depth-4,
.commentlist li.depth-5 {
  border: none;
  padding: 12px 0 0 20px;
  margin: 12px 0 12px 20px;
  border-left: 1px solid #cccccc;
}

.commentlist code {
  background: #eeeeee;
  padding: 4px;
}

.bypostauthor > div {
  background: rgba(255, 255, 255, 0.1);
}

.container .avatar {
  margin: 4px 12px 0 4px;
  float: left;
}

.avatar,
.entry img,
.wp-post-image {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
}

img.latex {
  display: inline-block;
  box-shadow: none;
}

.avatar:hover,
.entry img:hover,
.lead-image img:hover,
#recent-posts img:hover,
#featured-cats img:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}

#trackbacklist li {
  margin: 12px 0 12px 36px;
}

#trackbacklist cite {
  font-style: normal;
}

cite.fn {
  font-size: 1.2em;
  display: block;
  padding: 4px 0;
  font-style: normal;
  font-weight: bold;
}

.says {
  display: none;
}

.comment-mod {
  margin: 16px 0 0;
}

#cancel-comment-reply-link {
  font-size: .75em;
  display: inline-block;
  margin-left: 12px;
}

.comment-date {
  font-size: .8em;
}

.comment-date a,
.comment-date a:visited {
  color: #999999;
  border: none;
}

.comment-date a:hover,
.comment-date a:active {
  color: #333;
}


.jetpack-field input.components-text-control__input,
.jetpack-field textarea.components-textarea-control__input,
textarea,
select,
input[type=text],
input[type=email],
input[type=date],
input[type=url] {
  background: #ffffff;
  padding: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc #eeeeee #eeeeee #cccccc;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
  font: inherit;
  border-radius: 4px;
}

select {
  height: calc( 1em + 16px);
  font: inherit;
  padding: 4px 8px;
}

label {
  line-height: 2;
  font-weight: bold;
  font-size: 0.8em;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=url]:focus {
  border-color: #999999 #cccccc #cccccc #999999;
  color: #111;
}

input[type=radio],
input[type=checkbox] {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

textarea {
  width: 100%;
  min-height: 10rem;
}

fieldset {
  border: 1px solid #ccc;
  padding: 8px 16px;
  border-radius: 4px;
}

figure {
  margin: 0;
}

figcaption {
  box-sizing: border-box;
}

legend {
  padding: 0 8px;
}

#commentform p {
  overflow: hidden;
}

#commentform input[type=text] {
  float: left;
  margin-right: 12px;
}

#commentform input[type=checkbox] {
  margin-right: 5px;
  margin-left: 5px;
}

#author,
#email,
#url {
  width: 220px;
}

#nav-lower.menu {
  background: #eeeeee;
  background: linear-gradient(#ffffff, #eeeeee);
}

input[type="submit"],
.button,
button,
.wp-block-button__link,
.toolbelt-submit input {
  background: #eeeeee;
  background: linear-gradient(#ffffff, #eeeeee);
  border: 1px solid #ccc;
  border-color: #cccccc #cccccc #999999;
  color: black;
  cursor: pointer;
  box-shadow: 0 1px 0 #eeeeee;
  text-shadow: 0 1px rgba(255, 255, 255, 0.85);
  font-size: 1em;
  padding: 12px 32px;
  font-weight: bold;
  border-radius: 4px;
}

input[type="submit"]:hover,
.button:hover,
button:hover,
.wp-block-button__link:hover,
.toolbelt-submit input:hover {
  border-color: #999999 #999999 #666666;
  color: black;
}

input[type="submit"]:active, input[type="submit"]:visited,
.button:active,
.button:visited,
button:active,
button:visited,
.wp-block-button__link:active,
.wp-block-button__link:visited,
.toolbelt-submit input:active,
.toolbelt-submit input:visited {
  color: black;
}

input.has-background[type="submit"],
.button.has-background,
button.has-background,
.wp-block-button__link.has-background,
.toolbelt-submit input.has-background {
  background-image: none;
}

#commentform textarea {
  max-width: 100%;
  height: 250px;
  box-sizing: border-box;
}

#masthead form.searchform {
  margin-top: -54px;
  float: right;
  position: relative;
}

#masthead input.searchfield {
  background: #333333;
  border: none;
}

#masthead input.searchfield:focus,
#masthead input.searchfield:hover {
  background: #666666;
}

input.searchfield {
  border-radius: 100em;
  padding: 8px 32px 8px 12px;
  width: 100px;
}

input.searchfield:focus {
  width: 150px;
}

input.searchsubmit {
  top: 4px;
  right: 4px;
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: .7;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 4px;
}

input.searchsubmit:hover,
input.searchsubmit:focus {
  opacity: 1;
}

.widget input.searchfield {
  color: #333;
}


#footer-wrap {
  padding: 12px 1.5%;
  font-size: .8em;
  text-transform: uppercase;
  border-top: 1px solid #333333;
}

footer {
  overflow: hidden;
  margin-top: 32px;
  color: #999999;
  font-size: 0.8em;
  background: #111111;
}

footer a, footer a:visited {
  border: none;
}

footer .widget_calendar tr,
footer .widget_calendar caption {
  background: transparent;
}

.widget_rss li {
  padding: 12px 0;
}

.widget_rss .rsswidget {
  font-weight: bold;
  display: block;
}

.widget_rss .rss-date {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
}

.widget_rss .rssSummary {
  margin-bottom: 4px;
}

footer a:hover, footer a:active {
  color: #ffffff;
}

footer .left {
  width: 70%;
}

footer .right {
  width: 30%;
  text-align: right;
}

footer #icon-rss {
  vertical-align: middle;
  margin-right: 4px;
}

footer .col {
  padding: 36px 20px;
  width: 25%;
  float: left;
  box-sizing: border-box;
}


.clearfloat {
  zoom: 1;
}

.clearfloat:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

.clearfloat:before {
  content: " ";
  display: block;
  visibility: hidden;
}

.attachment-image {
  margin: 0 4px;
}

#wpstats {
  margin: -20px 0 0 16px;
  position: absolute;
}



.infinite-scroll .pagination,
.infinite-scroll #pagination,
.infinite-scroll.neverending footer {
  
  display: none;
}

.search.infinite-scroll .masonry-wrapper .infinite-loader,
.archive.infinite-scroll .masonry-wrapper .infinite-loader,
.search.infinite-scroll .masonry-wrapper #infinite-handle,
.archive.infinite-scroll .masonry-wrapper #infinite-handle {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
}

.search.infinite-scroll .row .eightcol.full-width,
.archive.infinite-scroll .row .eightcol.full-width {
  padding-bottom: 70px;
}


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


.infinite-scroll .infinite-wrap,
.infinite-scroll .infinite-loader,
.infinite-scroll #infinite-handle {
  clear: both;
}


.infinite-scroll #infinite-handle {
  height: 32px;
}

.infinite-scroll #infinite-handle:hover {
  background: transparent;
}

.infinite-scroll #infinite-handle span {
  display: block;
  margin: 0 auto;
  min-width: 200px;
  width: 10%;
  text-align: center;
  border-radius: 32px;
}

.infinite-scroll #infinite-handle span button {
  box-shadow: none;
  text-shadow: none;
}

.infinite-scroll .infinite-loader .spinner {
  margin: 0 auto;
  width: 20px;
}

.category_description {
  padding: 20px 16px 4px 16px;
  background: #f5f5f5;
  margin-bottom: 12px;
}

.category_description p {
  margin: 0 0 16px 0;
  color: #333;
  max-width: 45em;
}

p.breadcrumbs {
  margin-bottom: 32px;
}

html, body, input, input.text, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

h1 {
  font-family: "Merriweather", Georgia, serif;
  font-size: 31px;
}

h2 {
  font-family: "Merriweather", Georgia, serif;
  font-size: 26px;
}

h3 {
  font-family: "Merriweather", Georgia, serif;
  font-size: 21px;
}

h4 {
  font-family: "Merriweather", Georgia, serif;
  font-size: 19px;
}

h5 {
  font-family: "Merriweather", Georgia, serif;
  font-size: 19px;
}

h6 {
  font-family: "Merriweather", Georgia, serif;
  font-size: 16px;
}

nav,
.postmetadata,
.wp-caption {
  font-family: "Merriweather", Georgia, serif;
  font-size: 16px;
}

nav {
  font-size: 16px;
}

header h1,
header h3 a {
  font-family: "Merriweather", Georgia, serif;
  font-size: 36px;
}

h2#description {
  font-family: "Merriweather", Georgia, serif;
  font-size: 12px;
}

.screen-reader {
  display: none;
}

.cdm-icon {
  z-index: 999;
}

[class^="wp-block"] {
  box-sizing: border-box;
}

ul.wp-block-social-links .wp-social-link {
  margin: 0;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

body .entry .alignfull {
  max-width: calc( 100% + 64px);
  width: calc( 100% + 64px);
  -webkit-margin-start: -32px;
          margin-inline-start: -32px;
}

body .entry .alignfull .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.wp-block-image img,
.wp-block-image img:hover {
  border: none;
  box-shadow: none;
}

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block;
}

a img {
  border: 0;
}

figure {
  position: relative;
}

figure img {
  width: 100%;
}

.row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

#masthead .row {
  overflow: visible;
}

.threecol, .fourcol, .eightcol, .ninecol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}

.row .threecol {
  width: 22.05%;
}

.row #featured-cats.threecol {
  width: 26.4%;
  margin: 0;
}

.row .fourcol {
  width: 26%;
  float: right;
  margin: 1% 0;
}

.home .row .eightcol {
  width: 72%;
  padding: 0;
  border: none;
}

.row .eightcol {
  float: left;
  margin: 1% 0;
  border: 1px solid #CCC;
  padding: 24px 32px 32px 32px;
  width: 64%;
}

.row .eightcol.full-width {
  width: auto;
  float: none;
}

.row .ninecol {
  width: 74.05%;
}

.row #recent-posts.ninecol {
  float: right;
  width: 70.5%;
  margin: 0;
}

.row .twelvecol {
  width: 100%;
  float: left;
}

.last {
  margin-right: 0px;
}

img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
}


@media only screen and (max-width: 1023px) {
  #nav-lower.menu {
    font-size: 0.95em;
  }
  .wp-caption {
    max-width: 97.5%;
  }
  img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
  }
  img.size-full {
    max-width: 97.5%;
    width: auto;
  }
  #oops {
    display: none;
  }
  .error404 article {
    height: auto;
  }
  .entry #related-posts li a {
    height: auto;
    overflow: hidden;
  }
}


@media only screen and (max-width: 768px) {
  body {
    font-size: 0.85em;
  }
  
  #featured-cats,
#recent-posts {
    width: 100%;
    float: none;
  }
  #lead-story nav a {
    padding: 8px 6px;
  }
  #lead-story h2.posttitle {
    margin-top: 12px;
  }
  .row #featured-cats.threecol {
    margin-top: 20px;
  }
  #recent-excerpts {
    margin-bottom: 18px;
  }
  #recent-excerpts li {
    padding-bottom: 0;
  }
  #lead-text {
    margin: 2%;
  }
  #recent-excerpts p.postmetadata {
    margin-bottom: -12px;
  }
  .excerpt {
    padding: 12px 0;
  }
  .headlines li {
    font-size: 1.2em;
  }
  #masthead form.searchform {
    float: none;
    padding: 0 0 12px 0;
    margin: 0 10%;
  }
  #masthead form.searchform .searchfield {
    width: 100%;
    box-sizing: border-box;
  }
  
  body {
    padding: 0;
  }
  .row, body {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #branding {
    text-align: center;
  }
  #branding, #masthead #searchform {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .home .row .eightcol,
.row .ninecol, .row #recent-posts.ninecol, .row #featured-cats.threecol, .row .tencol, .row .elevencol, .row .twelvecol {
    width: auto;
    float: none;
    margin: 0;
  }
  .row .eightcol {
    padding: 0;
    margin: 0 2%;
    border: none;
  }
  .home .row .eightcol {
    margin: 2% 0;
  }
  .row aside.fourcol, .row #featured-cats.threecol {
    margin-top: 30px;
  }
  
  #nav-lower .menu-wrap, footer .right, #nav li ul, .cat-item-home, #searchform,
.sf-sub-indicator, #description, #oops {
    display: none !important;
  }
  
  #nav-primary.menu {
    margin: 0;
    padding: 0;
  }
  #nav-primary ul {
    border: none;
    float: none;
  }
  #nav-mobile-pages {
    display: block;
  }
  select.rn_select {
    width: 90%;
    font-size: 1rem;
    margin: 1.5% auto;
    display: block;
    height: 3rem;
  }
  #nav {
    display: block;
    text-align: center;
  }
  
  p.postmetadata {
    font-size: .9em;
  }
  h1#logo {
    font-size: 2em;
    margin: 0;
  }
  #recent-excerpts .wp-post-image {
    margin: 16px 12px 8px 0;
  }
  h1.posttitle, h1.pagetitle {
    padding: 12px 0 4px;
    margin-top: 14px;
    font-size: 1.8em;
  }
  .archive article.odd, .search article.odd, .page-template-custom-page-blog-php article.odd,
.archive article.even, .search article.even, .page-template-custom-page-blog-php article.even {
    float: none;
    width: auto;
    height: auto;
    clear: both;
  }
  #commentform textarea {
    width: 95%;
  }
  #archive-pagination {
    margin-bottom: 20px;
  }
  .archive article.even,
.archive article.odd,
.search article,
.page-template-custom-page-blog-php article,
.entry #related-posts li {
    float: none;
    width: 100%;
    height: auto;
    position: static;
    clear: both;
  }
  
  .wp-caption.alignright, .wp-caption.alignleft {
    float: none;
    margin: 12px auto;
  }
  #related-posts ul a, #related-posts ul a:visited {
    height: 160px;
  }
  
  footer {
    padding: 0;
    font-size: 1.1em;
    margin: 0;
  }
  footer .left {
    float: none;
    display: block;
    text-align: center;
    width: auto;
  }
  footer .col {
    display: block;
    width: auto;
    float: none;
    margin: 16px 3% 24px;
  }
}

@media only screen and (max-width: 567px) {
  #lead-story {
    margin-bottom: 18px;
    height: 426px;
  }
  #lead-story a.lead-image {
    margin: 0 0 12px 0;
    float: none;
    max-width: 100%;
  }
  #lead-story a.lead-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  #lead-story nav a {
    width: 25%;
  }
  #lead-story.lead-featured .item {
    padding-top: 44px;
  }
  #lead-story h2.posttitle {
    clear: both;
  }
}

.onecol {
  width: 4.7%;
}

.twocol {
  width: 13.2%;
}

.threecol {
  width: 22.05%;
}

.fourcol {
  width: 30.6%;
}

.fivecol {
  width: 39%;
}

.sixcol {
  width: 48%;
}

.sevencol {
  width: 56.75%;
}

.eightcol {
  width: 61.6%;
}

.ninecol {
  width: 74.05%;
}

.tencol {
  width: 82%;
}

.elevencol {
  width: 91.35%;
}


.alignfull,
.alignwide,
.wp-block-archives,
.wp-block-button,
.wp-block-calendar,
.wp-block-categories,
.wp-block-cover,
.wp-block-gallery,
.wp-block-group,
.wp-block-media-text__media,
.wp-block-media-text,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-search {
  margin-bottom: 1.5rem;
}

.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-top-none {
  margin-top: 0 !important;
}

.alignwide,
.alignfull {
  clear: both;
  width: 100%;
}

.alignwide .alignfull,
.alignfull .alignfull {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.alignfull > .wp-block-columns:not(.alignwide), .alignfull > .wp-block-columns:not(.alignfull) {
  max-width: 82em;
  margin-left: auto;
  margin-right: auto;
}

.singular article h1:not(.alignright):not(.alignleft), .singular article h2:not(.alignright):not(.alignleft), .singular article h3:not(.alignright):not(.alignleft), .singular article h4:not(.alignright):not(.alignleft), .singular article h5:not(.alignright):not(.alignleft), .singular article h6:not(.alignright):not(.alignleft) {
  clear: both;
}

[class*="_inner-container"] > *:last-child {
  margin-bottom: 0;
}

[class*="_inner-container"] .alignfull {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-cover.has-background,
.wp-block-columns.has-background,
.wp-block-group.has-background {
  padding: 1.5rem 30px;
}

p.wp-block-subhead {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  opacity: 1;
}

.wp-block-pullquote,
.wp-block-quote {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.wp-block-pullquote .wp-block-quote__citation,
.wp-block-pullquote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite {
  margin-top: 0.75rem;
  display: block;
}

.wp-block-pullquote.is-style-solid-color:not(.has-background),
.wp-block-quote.is-style-solid-color:not(.has-background) {
  background: #000000;
}

.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-quote.is-style-solid-color blockquote {
  background: transparent;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color),
.wp-block-quote.is-style-solid-color blockquote:not(.has-text-color) {
  color: #ffffff;
}

.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-quote.is-style-solid-color blockquote p {
  font-weight: bold;
  color: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote .wp-block-quote__citation,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote.is-style-solid-color blockquote .wp-block-quote__citation,
.wp-block-quote.is-style-solid-color blockquote cite {
  color: inherit;
}

.wp-block-pullquote.is-large, .wp-block-pullquote.is-style-large,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}

.wp-block-pullquote.is-large p, .wp-block-pullquote.is-style-large p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: normal;
}

.wp-block-pullquote.is-large .wp-block-quote__citation,
.wp-block-pullquote.is-large cite, .wp-block-pullquote.is-style-large .wp-block-quote__citation,
.wp-block-pullquote.is-style-large cite,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite {
  text-align: inherit;
}

figure.wp-block-pullquote {
  padding: 0;
  margin-bottom: 1.5rem;
}

figure.wp-block-pullquote blockquote {
  margin: 0;
}

.wp-block-search input {
  margin: 0;
}

.wp-block-quote p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.wp-block-quote.is-large p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
}

.wp-block-audio audio {
  min-width: 200px;
}

.wp-block-separator {
  clear: both;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border: none;
  border-bottom: 0.2rem solid #CCC;
}

.wp-block-separator.is-style-wide {
  width: 20rem;
  border-bottom-width: 0.2rem;
}

.wp-block-separator.is-style-dots:before {
  font-size: 2rem;
  letter-spacing: 1em;
  padding-left: 1em;
  padding-right: 0;
  line-height: 0;
  color: #CCC;
}

.wp-block-audio audio {
  width: 100%;
}

.wp-block-image {
  margin: 0 0 1.5rem 0;
}

.wp-block-image > a,
.wp-block-image > a > img,
.wp-block-image > img {
  display: block;
}

.wp-block-image.is-resized > img {
  max-width: 100%;
}

.wp-block-image.alignfull {
  width: 100%;
}

.wp-block-image.alignfull > img {
  width: 100%;
}

.wp-block-table {
  margin-bottom: 1.5rem;
}

.wp-block-table table {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-table figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  text-align: center;
  margin: 0.75rem 1.5rem;
}

.wp-block-table th, .wp-block-table td {
  padding: 1rem;
  border: 1px solid #e6e6e6;
}

.wp-block-table.is-style-stripes {
  border: 0.2rem solid #cccccc;
}

.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #ffffff;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background: #f2f2f2;
}

.wp-block-cover .wp-block-cover__inner-container {
  padding: 1.5rem 0;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover-image.aligncenter {
  display: flex;
}

.wp-block-social-links {
  flex-wrap: wrap;
}

.wp-block-social-links li {
  margin-top: 0;
}

.has-background-dim a:not(.wp-block-button__link) {
  color: white;
  text-decoration: underline;
}


.wp-block-button.alignleft {
  text-align: left;
}

.wp-block-button.alignright {
  text-align: right;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.is-style-outline {
  border: none;
}

.wp-block-button__link {
  background: #eeeeee;
  background: linear-gradient(#ffffff, #eeeeee);
  border: 1px solid #ccc;
  border-color: #cccccc #cccccc #999999;
  color: black;
  cursor: pointer;
  box-shadow: 0 1px 0 #eeeeee;
  text-shadow: 0 1px rgba(255, 255, 255, 0.85);
  font-size: 1em;
  padding: 12px 32px;
  font-weight: bold;
  border-radius: 4px;
}

.wp-block-button__link:hover {
  border-color: #999999 #999999 #666666;
  color: black;
}

.wp-block-button__link:active, .wp-block-button__link:visited {
  color: black;
}

.wp-block-button__link.has-background {
  background-image: none;
}

.is-style-outline.wp-block-button__link:not(.has-text-color),
.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #ffffff;
}

.wp-block-cover.has-background-dim .is-style-outline.wp-block-button__link:not(.has-text-color), .wp-block-cover.has-background-dim .is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: white;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
}

.no-border-radius.wp-block-button__link,
.no-border-radius .wp-block-button__link,
.is-style-squared.wp-block-button__link,
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

[data-type="core/heading"] {
  clear: both;
}

[data-type="core/social-links"][data-align="center"] .block-editor-inner-blocks {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-columns:not([data-type="core/columns"]) {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc( 100% + 3rem);
}

.wp-block-columns:not([data-type="core/columns"]) .wp-block-column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0;
}

.wp-block-file {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.wp-block-coblocks-dynamic-separator {
  visibility: hidden;
}


.wp-block-newspack-blocks-homepage-articles article,
.singular .wp-block-newspack-blocks-homepage-articles article {
  margin-bottom: 1.5rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-newspack-blocks-homepage-articles.is-style-borders article,
.singular .wp-block-newspack-blocks-homepage-articles.is-style-borders article {
  padding-bottom: 1.5rem;
}

.wp-block-newspack-blocks-homepage-articles .post-thumbnail,
.singular .wp-block-newspack-blocks-homepage-articles .post-thumbnail {
  margin-bottom: 0.375rem;
}

.wp-block-newspack-blocks-homepage-articles .post-thumbnail img,
.wp-block-newspack-blocks-homepage-articles .post-thumbnail a,
.singular .wp-block-newspack-blocks-homepage-articles .post-thumbnail img,
.singular .wp-block-newspack-blocks-homepage-articles .post-thumbnail a {
  display: block;
}

article.swiper-slide {
  margin: 0;
  padding: 0 !important;
}

article.swiper-slide .entry-title {
  color: white;
}

ul.wp-block-jetpack-timeline li {
  list-style-type: none;
}

ul.wp-block-jetpack-timeline h2 {
  margin-top: 0;
}

.wp-block-group__inner-container :first-child {
  margin-top: 0;
}

.is-style-outline.wp-block-button__link, .is-style-outline.wp-block-button__link:not(.has-text-color),
.is-style-outline .wp-block-button__link,
.is-style-outline .wp-block-button__link:not(.has-text-color) {
  box-sizing: border-box;
  background: transparent;
  color: black;
  border: 0.2rem solid currentColor;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
}

.is-style-outline.wp-block-button__link:hover, .is-style-outline.wp-block-button__link:not(.has-text-color):hover,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
  color: black;
}

.is-style-outline .wp-block-button__link:not(.has-text-color), .is-style-outline.wp-block-button__link:not(.has-text-color) {
  color: black;
}

.blocks-gallery-grid .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  bottom: 18px;
  left: 2px;
  right: 2px;
  width: auto;
  padding: 16px 8px 8px 8px;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.wp-block-column blockquote {
  margin-left: 0;
  margin-right: 0;
}

blockquote {
  color: #666666;
  padding: 0 16px;
  margin: 24px 40px;
  border-left: 0.2rem solid #CCC;
  font-size: 1em;
  letter-spacing: 0.05em;
}

.wp-block-pullquote {
  -webkit-border-start: 0.2rem solid #CCC;
          border-inline-start: 0.2rem solid #CCC;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-pullquote blockquote {
  border: none;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  padding: 20px 32px;
}

.wp-block-quote.is-style-large p {
  font-size: 2rem;
}

.wp-block-quote.is-style-large,
.wp-block-quote {
  margin: 20px 40px;
  padding: 0 20px;
}

.wp-block-quote.is-style-large :first-child,
.wp-block-quote :first-child {
  margin-top: 0;
}

.entry h1:not(.alignright):not(.alignleft), .entry h2:not(.alignright):not(.alignleft), .entry h3:not(.alignright):not(.alignleft), .entry h4:not(.alignright):not(.alignleft), .entry h5:not(.alignright):not(.alignleft), .entry h6:not(.alignright):not(.alignleft) {
  clear: both;
}

form.contact-form label {
  text-transform: none;
  font-weight: bold;
}

form.contact-form label span {
  font-size: 13px;
}

.jetpack-submit-button .wp-block-button__link {
  background: #eeeeee;
  background: linear-gradient(#ffffff, #eeeeee);
  border: 1px solid #ccc;
  border-color: #cccccc #cccccc #999999;
  color: black;
  cursor: pointer;
  box-shadow: 0 1px 0 #eeeeee;
  text-shadow: 0 1px rgba(255, 255, 255, 0.85);
  font-size: 1em;
  padding: 12px 32px;
  font-weight: bold;
  border-radius: 4px;
  border-width: 1px !important;
  border-color: #cccccc #cccccc #999999 !important;
  border-style: solid !important;
}

.jetpack-submit-button .wp-block-button__link:hover {
  border-color: #999999 #999999 #666666;
  color: black;
}

.jetpack-submit-button .wp-block-button__link:active, .jetpack-submit-button .wp-block-button__link:visited {
  color: black;
}

.jetpack-submit-button .wp-block-button__link.has-background {
  background-image: none;
}

.wp-block-button__link {
  background: #eeeeee;
  background: linear-gradient(#ffffff, #eeeeee);
  border: 1px solid #ccc;
  border-color: #cccccc #cccccc #999999;
  color: black;
  cursor: pointer;
  box-shadow: 0 1px 0 #eeeeee;
  text-shadow: 0 1px rgba(255, 255, 255, 0.85);
  font-size: 1em;
  padding: 12px 32px;
  font-weight: bold;
  border-radius: 4px;
}

.wp-block-button__link:hover {
  border-color: #999999 #999999 #666666;
  color: black;
}

.wp-block-button__link:active, .wp-block-button__link:visited {
  color: black;
}

.wp-block-button__link.has-background {
  background-image: none;
}

.has-text-color {
  text-shadow: none;
}

form.contact-form div label {
  text-transform: none;
  font-weight: bold;
}

form.contact-form div label.grunion-radio-label, form.contact-form div label.grunion-checkbox-multiple-label {
  font-weight: normal;
}

form.contact-form div label.grunion-radio-label input, form.contact-form div label.grunion-checkbox-multiple-label input {
  margin-bottom: 0;
}

form.contact-form div label.grunion-radio-label:last-of-type, form.contact-form div label.grunion-checkbox-multiple-label:last-of-type {
  margin-bottom: 1.5rem;
}

form.contact-form div.clear-form {
  display: none;
}




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

@font-face {
	font-family: Genericons;
	src:
		url(data:font/woff;base64,d09GRgABAAAAADakAA0AAAAAVqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA2iAAAABoAAAAcdeu6KE9TLzIAAAGgAAAARQAAAGBkLHXFY21hcAAAAogAAACWAAABsqlys6FjdnQgAAADIAAAAAQAAAAEAEQFEWdhc3AAADaAAAAACAAAAAj//wADZ2x5ZgAABFQAAC7AAABIkKrsSc5oZWFkAAABMAAAAC8AAAA2C2BCV2hoZWEAAAFgAAAAHQAAACQQuAgGaG10eAAAAegAAACfAAABOFjwU3Jsb2NhAAADJAAAATAAAAEwy4vdrm1heHAAAAGAAAAAIAAAACAA6QEZbmFtZQAAMxQAAAE5AAACN1KGf59wb3N0AAA0UAAAAjAAAAXo9iKXv3jaY2BkYGAAYqUtWvLx/DZfGbg5GEDgkmLVWhj9/ycDAwcbWJyDgQlEAQABJgkgAHjaY2BkYOBgAIIdHAz/fwLZbAyMDKiAFQBE7gLWAAAAAAEAAACXAOgAEAAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNgYf/MOIGBlYGB1Zh1JgMDoxyEZr7OkMYkxMDAxMDKzAADjAIMCBCQ5prC0MCg8FWcA8TdwQFVg6REgYERAPvTCMQAAAB42i1PsRXCUAg8SAprl7FN4QZqb2WZGRjAIVLrHj4be4ews7OJHAd54cMBd+Af7JHmt3RPYAOHAYFweFhmYE4jlj+uVb8nshCzd/qVeNUCLysG8lgwrojfSW/pcTK6o7rWX82En6HJwIEv+wbi28IwpndxRu/JaJGStHRDq5EB+OKCNumZLlSVl2TnOFVtl9nR5t7woR0QzVT+D7cKLeIAeNpjYGBgZoBgGQZGBhBYA+QxgvksDBOAtAIQsoDoj5yfOD9JflL7zPGF84vkF80vll88v0R+yfxS9lX8/3+wCoZPDJ8EPil8ZvjC8EXgi8IXgy8OXwK+JHwp+Mrw////x/wsfHx8HHxMvJo8Rjw6PGo8CjxSPCI8fDwc3PVQ2/ECRjYGuDJGJiDBhK4A4pXhDABtHClYAAAARAURAAAALAAsACwALABaAIQAzADyAQABHAFGAZQBzgIIArIDTAOkA+AEEgTCBRYFYgW+BjAGwgbkByQHSAeCB+AI2Ao4CowLGgvQDBwM6g08DX4Nug4kDkYOYg6ADsoO7A8yD4gP8hAwEGYQpBDuEUgRshHUEfYSQBJeEnoSlhLEEtwTIBNYE6oT6hQaFC4UShSQFJ4UtBTyFSAVjBW4FegV+hYUFiwWQBZWFmQWchaIFuYXFhdUF4gXyhgEGCwYThh8GNYZEhlCGVgZZhl8GZIZoBnQGhIaShp8GtIa6Br+GzAbVBt+G8Ib/Bw6HGgciBy8HOwdHh1WHXAdmB3eHvYfIB8uHzofSB9WH6of4CA4IMghACFCIcQh4CIGIjoiSCJ8IpYiyCLmIxAjWiPwJCQkSHja1Xx5YFTVvf/53nUm++zJJJnMkpkJJJkss5GFMIQ9w04IS0BZRSJLMIIo1l4XFETQFkVFBKwVrbuWpRaXPOtalZaCPKu1D2yf28NX21qfQubk9z3nzoSAS//+Mbn3nnvuuWc/n+/n+z3fCxHIaEKEJfJMIhKVhJ4GUtP8jCqRz+ufVuQ/NT8jChgkT4ssWmbRz6gK9DU/Ayw+bPKY/B6TZ7TgpuVwN71Unnnm0dHS24QQRSACUYis8XyzST6xEAch4LF5ZJsnKkc9NsDDj2ETXgUikT4iaClNJEBSGoZIP74qa+l//YRfKB5EAEyj4g/ztWBZbslcIEjucqHATOpjkYBXsYo18DNYeOQI3UMvonuOHIHXj+/YcXyHSs7FLGQp+o7sYA8IFq+BpmqKhtk6SDEZinWVWfMsHlLfIkRCgjdPsLpAtMlRUu8CmzVP8HlDEInJmkC+wcbihT54cN/6cePW79Mv/f1E+MUT2zvCM68cOWt7Rwc2pk8TNQ3IWW0gEbuI3yxI7KW9HdtnjbxyZrhj+xPbWX0EYhjcf9h3Jg9gldjBfhLm1af1ERF7BTAEmoxngQDeU35mB/YPsDiFtU0gxChgX2tn8S6FP3zG38O+zMWEVkU1yaYQRCMxt13WblvTT9bcdgpaTsnahlcqUp9owt0Vr2zYc+oUHwN8S2FjwMYV62PNA5+pPhaFc0EP4JhuPr2la4eQCVCsNRvnLac3A9nRNShIBFZPXpciEmHjareZsEbRWNTEBhVvHDasmyniwP7HJ+4AhlsgbmOP7PUsWVA8DFmHuzoSa3avSXR09XZ0HaZfHa7raOARKjm8kWoLdwfuamwHbcqaNVOo1t54V2D3QtA2nsQL1TYePrwRtMTaWUWYhvI0gGlYz5FeldWtgPiwvfW8bpVgAk/cwxqtR/hwhHxeVq9YWNG6duzo0miCHtBgy55TlN/jbYIHFGwyi6IJ6NVO7RG0c7c7ugBDRITMuMlYqovNAFYeuNg4BWPRSBCDBRhsEaKRQJCl5mOvSfmxpqbY3GQSCmYvXjy7s6bVP2WcjI/P4iEUxG7ddWt0brKrC5/P+Yz2fTans2bNjWMvPTwOi8B2Vhtw5pEr+cpyCWabVVAkVQngpGDFtChYcIsQCIYgT1ADQUUNifmQB7g4HIrN6pIdiponhCAYkoJDMd7ucEkOlxK32q02qxIMlAewtuYWQVwLdsg6+fyNbcufpfRunw+CruicxZMm1JYsV4zGfIuUV9+8OH7VzTdfFV80IpSVVZBvMErLS2rHT140JxrJtYfGjRjrFIyl3liplFNkNDlFY6nTmwuKwx0fu6gZfL67aOrZ5W03Pn/SQNiZfrXlIfr62RfrVXeh9JvpoxY4FUt5/eRFm2bsvTy/YvzFdSDK5jq/F8DrrzMpglAxtSFekt2zZ/rmRZPr/WYl1JmVJxdEq6VcX3GhoGY7zaAUuoZ5pNwhrqF5WabyKXVZhW4l/MJZaHhoC28cdiIDKkJ4nxqIiZQittSTBJlKiL8+LogKUe3+mDleLrvAjLhidsRIPBDMAda9LsERkxwCsETlccHiVXx2S4sUD1SBWyIIewRxjzDgk8iBw54n/0w3db0rjt/1ViE9TY/nNXaeue+KFT+Cxz4uSNCP6Bp5+biD/9dsLw0qj8DEq51nG1+if695Cb68Zevjbs19yW+VvZO2LB9yLT1Er4JdsAEsP/85/ZxupEvw+PznPweLNhWq4MY2evS13r0roL03FCq+m/5W2Jx4iP5u/dsQm1SrddTDuw0Xd7lKw+05HqUYSuGfM+nhE/bxIXBCrGAf3Sc0ultay6/9qXZB5lggL5R1FyAeVyEef0Aa8EZR7Qi4kuRz++3helzyOL0wgJfhOL8YXsXtkgNnaIsQrrc7YvE8UGOqllwpVM/Vnvo9pdvoEdpfVTXzgZ+MuPJ5n99dV/vjhyfPTs6uvwVu+TCrcfGm5OQt4R+tsLY3rFJquycX25Yff/vwfT0jH5QDY+vEbavV3KI3b5QrxfqfXbS445E3s4dUtm1a3Dg8XpRILPfm6vUlKD9UjQQH0MGHKG3xDEcZEXbEAz4UIKUIiyg0zwMI+hHk5dCPKlv3yZOWX/TT2VWUpqrYAxUR4SxB6HwNpN6c5jj8Iyt28drRp2lfqmFHl4xPOLZjufLHWK6b4YPIBAMrI9IiYU+Ugejl5YrSbpiQT1+lvX/+s6N6/EXXtsW7nE51/pKKiNMofU2P9h0SJ0ANCJEFs8bHShVRpB+Z/NVeUTASRJ9M2yyIzB6yhKzi2GA3s0HxeXFFF5hjgDMXFKjHuZsNdgtYYvEWMRphQGBA6AjXOwLlPq+kqPXh+tgIiNkVVVHBIiKOxBz2c3F+HGpVjJmjEbENVsDEL7aN7Nn38idXH6T7v9i27Qv6pzNv0x+PFQO3XC8JX/+j+y/gmypIBXkW1VFoBYdslvMkVZjcCMZV9NN7b6H9R8YXF/lX+Lw2S561qhb8T13bbs23WjdOCVzm82GkrVLwycO/OvSeqmHu+w9e/cnL+3pGbvsCJvLSU3mn6YYlUul9fTUhWREeSo30SHv7dkOOklNXNzZcGJoT9Qp+gzu7JL/Qlt3QAUu6Ox9YJQsilHlFWei7SzDBbFXwuiErE6lWVN68M9XQBT3vH2FzXSC3wj9Rlm4ldWQ4G0W73q8hITOh1ZARh5FBLM5+Me7xh20+my/qi4ajYeE9IZAbGLPkmh3T1723++JF9797+do3WncKVqO9oMjucpWblz66ZMmjS0d2j48VSXS/uE9nVJIWDE/fcc2SMYGLd7+3bu37uy+ePPEeyFVzDdmqURIXP/rbRxeXx8Y0Fb3Nk2M9RZ13Kc8jJzFjXTkjCTJxx4YX4R/FPkZF2FQHFYWyxxz02FoUfCbYhPn0ILQ9KExbumxGvL0KqjrkAnpoWkfluKG52fSQJMGEbJvbUxNuLZ++eVkDEPG/bl40oW1h9aS62kmhszsF8/Ir/WF3cSz1n+L187eaSnzFxZbs+GWPr2ZcKT0/Gct0k+ZBKzC91Bg/saCYDoEPiYTVjhG8moIa9dgLbCrWOs672mbSVyVbeCiGHfSbG0ZPg6mto6ZPGyk1PbSpftowbwH9GgAMhixvg3fMyMwy1ZfkGSIW9X0sbpzS2DxpclPjlL4N8NqTB4sqg4XdHtpz4CAcrrQ5h5Re3E5nY2c+isJhGsqFqazGLkkf9kBQwJURDMQtbALEWKWsrD/ZGsFVEULemYdJkQSpeewvyOeJLNWt++MT2xZEqmdctePgksVPeicUeOffqZb+TMqzb71kxuxAc57j6iVrn1005obXfzT/0ZtXTQjOMKuqaBVUn33munj5xBV3/fIvBhJftGnvgfkbPnxx18rm+Qn6wbAN22MPXy08ZfQsj9x6+LLp4e3/0bD49l9B3cFLn76uLTSt+6a7p965yOYszJmSVWgy+u54rnvS7nu3rp9Vr+N4RvYtzvCJAiFPwGYGY3ELn8/AGiXqjbI77AgbEI8Fgmk0x6nD2CRS7TinOWxuYboywE5yBMiFXCIt5+/YliwZX7J12lW/u31a0+W73u5Zd3T3tVOGdC0zl8iCSZDlvNHjtN41Sx/oGjZ1x0XRdn9Odp1r3KjY3GiBwbjG4pAP0NO7BjMH+hn9iuU/dP1icEaTlx0G8c7Ox+9YnYhfdM3td7bdcmyoIc9iSGRZbaYpVy185uZpzctvm7n96zujndGaXVcObZ01+upk5TSLhfpnLNo8BRyw7sgAQRDIXmGBukDei4srn/PeAuS2BeXpq2yF2V9+SR/+MnVFOiDvZecv03d41eUlUW9Xc4gXbyQR+bkP0TuIkwWpYhx/FrPDjCITQxhlVjaAtSAHlaGfpu5bsco7bZ71qvaN1z0152hdxNo8YdiabkPBpsSYG1VioA/SFB1Oh0AZ3HYtlLWvuKLnboOV/p7+agr9+1NPzbu7FB5nbcjoT/mIDd9af0ZBIag27OnjZ+CanoKsl/J7Ac99nL0SgHeJplTgWvbqWgUqEw47kw9xEwoHnDaMeEZNvihvVFwaBb+gs0wF1c0TN93cM3/+ig0XXzSqNfJqVzIZqjapGm2iH9PIrqoqZ/ls+lHMbi8ra2i8boOwNuVLJObO2cKm52D8cJBqjsEX1J+4lQK7O1aANeKr0c05B9bNHkb2b8J5WQlepRSs9iaojw2GELGMvnSKqVBIzf/XvPk0/ez0ZjP932RUJtFkMqqlT+ejCCWn9Lf6TolkbCMqSKg7NY1JsVekA5l3knxp9QOooPSTbeSnZAe5h9xH7icPkoeZNodNsNUq7M+q1KHOoNQpqpWdFBsDFOxOJR9A8QahtgYCwdpANKB3byAYCfIVGIhiZAS7IFobi8bqIqzPo/VxftV/I6A2DrF6B9Ta62rtYbtj4GdjRy37szqsdXYwyXEjOPyyLQ4mv+qPB1UjBGV/VFVx1Pk/Af+E9BkvqVZThSnVCiLgdBZZrADn/RNgIDGKVuEFTC68AAIM5JHOCDArcH2cujJ19mNwpV59EO6kH34sjPv000+hUpA/ph8KjQ9K/5AlWi2oAkjsHVaowIpM54D5A63OzoFjLPt0TUX+HC+AL+GLEhyTZAFkEPCWHew1ngE7H8vOptXpFop6jqwMlgzfgCn07Rd3wmz68M4X9/5pVeoFiLx47+Rdu3ZhaPbOF+//06rz56oF5dwL5GM2V5GJFaCO5uaqVQsSYVTXBJQPDrsUV9I8AjEVgXUEMEzFFKiHWTgDUxiRRmStjdQhVQuUsyj+aoyBcAgUPUI4B8whIRjggocnY1Qcc2MP2T0TSiIqi0GO1w6XiLfsjfStAPXlOINQiAVZlojhEpYZDJjjMYyPK5KCcG+2SxI5yJgfI2T0Dkb8OAc8tpueWLlyidW075r14N4wIbn6rTtmlSdC2KNGEUb+/OVlD4Brodt/KX3/dnHo0I4tV6xrn7vgyWuT2V3tl9AvV14xvCXLsHPlqv9qanEkQxs3RTsstnBBVbS0am4gEDEYzEUFlfXFzki1udghK5VlFTWh8bmohxlt9jGBwFirTTYbi70V9spOj9cvCh0bW8Mza3Js5qmXrBtWPjJsKjaaHRsebp91+0y64TRsuqRp1o43eibdsNAZG9/TTQ899BD9dFxb7qzZUP2MyXwv/fSNdde9DyGdd+rNZLQzzUDvMqxdfRn945139E8Yn9dgm739re6xm9bWY1uzBEiuaLp1Q7j62jtTWaNuGtYz1FfiTV775ALhshdbJlmbWpZfds3637g80+d3fpgMV1uDwxcsnFlcWaZm5zkc44YMbfc4PBZByHGai9v8/haTXYFhlQKUTSh1eQSo9Pnag1aP0yIZi8rcc2pHXhYy5Yy5aHU00l5tsOfVDC+Pb2ieclU0P2flA303f/3WTTeuPXrvZVb3yq3T7qJPrN/QXer8rz27YOU99/7BJQk5t7xL/7x7H/3D+9f//8R1mT73Y3W4ej25BG9cuAjy5BAqSKY8A858HnIJsTiKJ5eI+ngspPiC3kAeJgOXWAZqSMLF0iK6RIe8Wy2aMGb26CZnXlnlitVXdl86K2E2I+waTFa3P1IaWdU+xmzxjB41rACGKdbEiNmTpo+oyxLKW6Z3zpsx0mKRCsKR5NgZ48aXFBeJJmeR0XhKdTQOKc0eP2rMww899bO7N8xzqkPEnKH1M+ffsO3QojmbZ8Qtcm6uqtD/EVS7w+3yuUqzzUKRKycXCr2VeeXV4jOpjwQ5W5It1aMuGzPx+s62Km++ASFJyS+sCCerqxdMm9hYlZP9htG9fNWD9786b/LlTW4hr6QoKz2GiEFXIAYNIddh79hVbgwNMqiRUCwy5iaivseUAtlmBWapCgz+YRqmD9rTgn3gORITJpusg2SINS3zB57bMnQgpo4Mw6QbDiy5auWUiZe//yukq6ZRdZ3r75y69cq2sYteeHB7z4wqekmT1ze8qX368g6Xu9xtKYjEOxdVDvWUOIpqIj5vkXPYsBkzu7ctXzGsIR7tnL1xXsswr6el9dLJ1aFCp8NWUlYV8/pikVlXHrxnVbfYuuzyJQdumNSYN3zFrmff62mfefnGqXeu76xL5lTN6Nn+4AuL5tPftl86e3hzRbDY6bAYjeZ8zCPkLXe7W0I2e3l5dai+FqmIMzhkQtuCS0a3BgMlVrPJ46ofMbTKbvN4orWFRagDJSdNrBkRCnH+jKyIKMzuGGESHXFX1wbwrFQiS+EcJSRUgomjOO94Zp1Gwe6ptyuaPVhkZ0cymmCsgSZGXjFu7lCtt27VwgSoiACeOWMLDAbYG01KpLiu3OAJ6mdM3ZWsqK0QtIvu/3qzbKr2lLTvnD5zrz+Q1Cn927BVDas93KIVJLVkBBmPesxmrGUMq6UPWwSJAY4VYC3TWqK9nKkzCrvzxzidV+0oE1iQWwesdgmsjhgzlyjEqzCzbsRi1e0/gBKO866MXoTpLCimHHILYgXrCtQSgn7R7mD3LpBezx/qyu949nBHvmto/rDbfkL/1hoKjRwZCrXC6HmtrfNaBU9lw5DqshmpLY+C75FH6AePPkY/eOQR8KU+rKiZWVo1pFGuxoEYUb1vWCjvilfoF/QE/eKVtQWllUXrZtTNKDn03/Nks9kGDYXT69qWL2+rmVIn0jOT/vxkycz62LyYaMh3VeZ3dORXuvKHgRJqxeJbW/VzKDS8rHZIQ3B4alnXgctWHOzqOnjiYJdwb03JxOHlDUJ7qCVUnUg9Fe8srq9b+uzGKVM2/mop6n/hkb4Z66oDC43whj07Rx4/pG75HcurJ4Wa6bU5CypCsXlsfSK/Znq6RnwkjuPBjDBM7RX5loUwHDw23VzOu81hU2VPRscKRh1x/aE0ze63e2sA5t03f4w2LwZqzega+bUtW16X7kMaoc7bPX/+7nmw/D6Mlo7Os/ttIS8tm3vPnGjnj0YfPeKpqfHAx5uef3HTZdU/Ptq5a+6cnZ1/qA0dZ/FEryPbP8B5nU/KM3ybb+Lo+jrbxkF+yPZyHBB3IamOOxRkxpn9GyTW7wWSXX76Hn3P35UMwHLZ1DC6wSSr3Kx+VN/iOcrs6Kl9LAF9H/z8hR1Sqc9XKhHdrvUCcqnWgT0WByFG0WTMiduMEHUIt8Ga1Od0O6wULBTDggVWpv4u5NPtqc9hDb0dLt+d+iL1xW61lb5FD0F56lnw0V/RtyAC4+kH9CFxL/0TTIDI2W/o28t66EvQ0rOMt10ghCpzsO0uMoa3XRUFNU9iKoQKeaBrOEwcMr6F65vtb8TNyLCYcqGzMKaZcMuiBxVo+dXZjdbIHFlWrEU1rjMGWaVX5g11Z1vL8suaK4RTXtlpSa2ylcr/dFpLyz6wFouCS5RcFvr3Yp+vGEZk2wtUsmgRpbTFarVV2MyCgTYU5IqyWlkh2xxVVSV09S/tZW5zn0GRcZ4U5jnzDLtyrT5vcbDYk2PhOMX2R9h+0GDtb9BmCPnezY/0bgfHOgFnLd9TYnsdqPw5PDaPGBZ6xd5+wjRETJ7i8jylIRPW+klmLmHJCmPHOdwqZYTMRqCESyFFKBHf7GKApmAwRdg+U5Ldk8weC5+HZcSftmtm2DQza+q7f4hNeCdZTKhsmcQ6cIH8XHf3c/Qs/ZCefX716ufhjrXv3NvZee87a3fRr3buhKw/wdBO+rRKVj+vJ2LJkefji8+fXd2588RnJ3Z27qRf0dcxuUToXPqfnTAV3tPnB9aJ8L1IE957GY7arSLrVQ/rTKmL72ZqTGs+tUfS+B4m/ezUnn7siD2nCBncrmxSTKp0W53JEw3b8LAw45c+rbj+mh4vNlQ+VlhYRqFzBg9NwM5ORvu4xiniOdXrRKYcSODZqWhn2RLStLOYjCVIsbNwIOCkhD2HXkx5fl1cZChpxLrUoqasioxHxS16iZ4mqK0PowJRAnU/VFUJy1JC4RJ1xRO8DMK0KYebmya/s8bSb0AwqFij4pxQETyNVRLcDtTnDn9X5QnJGajr4H3rYpwblaQJZdwohqdhm5g+MmFPOowc1Wb6oZ7OvHtuO5vVmF+/pwGU6GnYM37Q9DVzFsh3NQWi+qY5Xx8zYaZ6tXo1tseNCAcOQB2tRYA4qAFvPt+jUyFurx+BsAt/Fsrmpk6VNzUGvTnWYcLX+4WyA/6uwIFCs7lwf+rkgQCG/cIwnspfU5pnDIWnS88dSJ3c7/cfKGptLTwglGHwoL9rYG1ynC8gJdh3KqCUZjv15W7JjOyOIM9HBEMJhdhHNGq6+9n0+oFhkLVzdd/q9Ue+PLKenQAb/LfVmSe4dHY9eze8mX64fv2AfTpdFm/pBcWRdFGoXtgtUY9NNsHfvlVmauxAngZBE1dT07fKpd+cq5VhsG2cr7cSUsFtVza2FeOJMjj6gXqIOIw4UGzpCv+mOkomIb6S+jf14vKNQKWBKO+QXKxTKaJbNdv/Z9AWNEIMqyIagXe8EZi2FUNVI8aNjgLnXYifMpyl8hL6JfKeL5dSBc4shRwYCjl+WEu3Tnrl3Zcn0lvh8kmvrFjxypQUYWauU/SlhRxbZXyTypf09CyDM3BmWU9PXyVcAT2TZ0yfTG+lW/EKL+3RXzglRDk6n1dn5ofh46uOgDcIjDWyuiOtjDNLeByCFgcE46whqEtk8N7PmSM2KK7zTYkUeWC/ckoAWMBbcucvdm2/qH3FK0lY+8fQdWfJdRpt5M268//eSG3h1YC3u257eAVvWsuaEaf2rEDIgf2eoj2nhJN0L2vTlO3e6ZPhinfhQ54DvMoauDf1Fm/4V13LeRNfWrNgJQdjEBho6b4S2P/M7IX1MwIKo15IaLSX9mqQ4CdIyBfcayxNen+R29HPz8NA+nrFhNbX29eriQl+EhPqBfcaS8PmqJaWKxbEsyjzcLFVGqJ+ziLsKutBhlWIVHJ4wPgZPveTiQ44mo49ySgg0DCB4OxPA76mg4+eQuGJEYoOIOjiX2+KqyACXjMH5w1QirxhBzGy9WrBP5CLQSW0/BD1U/8hWi5M3L9f+jE9mPoUJtL9ggPaQHCkPmXYovMFDbs2i692BN4gMxqj1Ne0PqKJuGAUBpiUGahTvdBLE+f4MeMLRu6TZAT8M3kYi0jhT8TfGQxzF5pedmJVJRLvv16lF98zkDzGdIwCW90OHIoaQfXjfMQ+6u3TaELUUo8vEGak9moLEgs0mIThBQqW3qdBL7acPetbwJ/lskdp/oS5syE2Ztx8VOQ5jPYgDCVS/E1WFegdjDc5uLY5g+a+Gp6IUO4z1aMYcwLeZEGgCnxmphyhmAWi7zm09ZMjdPfvj8I2mAYlr67qJ/Me/Jx+TA880b23G//kjLvE72HREZGsepX+lT5JLz/6BCSh6PMH5/VpPB2X7f3fADEo6ovYG07uo+JCecJ1UlyiLcgsBpZmMXgs6luVeZErZnxzunVZs8PhE76u7L68u5L+H193f4zQj8LC3LHa/LgvMbNrmPTO2AkTxp45ylcVRNmeAQ5MZp/BhtgQ1nkNQwXUXeJc3+RIhqCG6Oth0GB3sMYH1ZAgcBqleJnHFv1tkv7mpVkPbm0E1AoC0S2TmIMOHqi+JmH4S9d/MofFg2/G4i95YyWcSo8dD7U3AWoT/tjwU0IZ28h47PiSOSwCyutLaS3vPd3fivsxVWa8mPLAyzg9Liu7m7sz+bwDTkt8rXGazJ2XOIJrLLRmytRuXDcauzLXpZR2NcP2qxk2MD8lQZuypntqmmy9TJvZnUA2snUBP1HY3Mgjhbp/HIKnyrA+GjGjClHAii+wi+VccsyZSpfT5VPn7IR9Nz733I2Ys0qYNFl7DB/AXVOPrd0FWSnnc2B4jjlTMTxbwPBMPsmWEJIJH8QdMucl9KR2Uj65IEVgr9aLY4Vz1EAGuBQpwsFi48WuBvI10Q82k3GZ4pHionAQZ7CQIZhHEFd1HrMLO0w4iKwJzALi8JjKcIJxDwMTTn34y18E7ZOa0f4/PnTz6UcXrZc3DVs69i8pzfLO+KlLnljF4pRSvP8k1L1xzNP0b1X0jH3zqyDeugvsdPKlrz48Dt+3vDP215euPbKtFBR8SFNMJxGxrZLGW8OWpcb87tL1ZPjDOoG1j89EfzrFWVRP+vC9PsKd3RjSzBASBtZnKtczy9gq5/wgfQGHlN7vM6fXizCM/gu2a9QCa6UH04HuvlE4Mdgw/H33mjW718j30zLEJyLsSZ3Sry0L2VOcPvTwGpbkPG6icj7L8IW7kg1emTL3HUNVCa+QPLceEYnTsSJ3IBu8GAnLisuUdN4ZphzXmTJJ4475gqs/7f2pM2Vd/Mhc8Hi4EEK1Ecmzz8TSCPu48Bj8B2nnRuZHmRFDNKGrA/ycwMqx5zgI/A3QX6T6ZZ9OjCVOm5lE0nM9yzVK5oTKCB0j4kRlumgJ12d1cRiJNUHajsVtTNw+OWizT1UPb2xdVxV67vI9pwolwvWyHWWejYfD1Us3nNrT0srXpqaCKqf9Ye1Wxr+DbGEEA5ERbCdNRFquHEwmP207mqQN9CS8Bm1tnyaPt83e20/2yruSx/ARjKcN4GaPjuNdW2rHXiAMkIHJLpnRKPVc/4t6RWS9Qtym+Af5f+UnuKwRsPCoByQCn1PLLJjFXFTpL+THqYVaOmCWBrO4HRIX2B8UTX8H1zySWyS1EplFf8G8UGHWLGqRH++gv8B3O+BzrssnFFYPxuiYgASEiFRvCllNr8xksYDUJsHTMSxJsHRYFyMm41YCIYE/jQlsDKZ6B3wJRKwe88bEGSxyd9o+Pg8BVyhWTX+Gc5st0syzNE+QNe6STIwiq7zGSBmbAWeJoDsecx5fwG5kTfm2/ucjQZzZNShz4lwTJBl9jx3xsM03+D48SB/8vnthgEylMqE+7cLAgAN0xgP6e0K8awRuB+G2DFbnb+1iZ5CF4ZisG2T4WbeNMEMJs5718TiJObNo6dUu4qM0jvD8GX4FLsg/zASuzRcdVI4YZYownCtKYxlpmQI5K2NWwEyZqOExxfhcwQeYituv2xAydnCGM8U6FjN5Lqev4LEKCiOAIRBEfIc3iF/6cJBv+vQn/eQnn96kcODglnD9mnrzbvqvX5bSf0Ju6S8hm9FEoq97Ja3FMXxOAwBDq8Eg4IIBFJCwesz1FnDe8NZi43SHX0U5vLGqfVypDgoCVk3HLmBmGyZH8OJ2bzzsqHSlMeIc9pQPYI9ej+8rPe1JSDJ10If1/JI5HOnQ+R1lCtxfn/EqI7fgmdjWlkfl8hqBGDECFy3zLmf6JzNHpN6bKwToXIGNEMV1xy1yKMD38Qfn2bDymZgo5c4cePJFue86MKjFNP2MZbNhuUpNsdXI8gaUm/q6TY+5iY84kxBNyGrTs5nVLRCJc41F4apFIjN1+4hYX1/fd4TZo9hU0vT5fBZLi/80zjRNAdFyj7pAXUCq+M6K6ldUixpkRDFoCQTlINMf48G4HIuLcQeictwh2h1+h2rHseaT216vLmikv6tptm95Y4Sz5Y0ttqZa+rvGTwyGTxqhrrbJtuWNkdaRb9xqb6qFOhZNN3H4FU7fam+uOZdSzyA3O4E5NNfoST/RM771dcy4jGM3ucDGYEV9/rwvH4Ab+VWI+fnOaRyUC7+BkOo3n96yaYNweHwf4aHUmPHf+iAidWTL6c3jU2M2bGJX4fCGb/GH4nNypTyjVyCgstXPlrusc4eUfmEsCGGYsEkj4ezRY/XF/SaTwWx1n5srOo8y6SyRxWZEvUx0qGbceoBz8ZTsyxH965GBbxIyOK+7D4n48AwrnmTwftD+QyYtkiELm576dyB6iSkuIAa+nyCDvp/A0tLfT4jAHbwN34u5ZBDm6kbwNNalQRc7x4AAeEZfsXj+OgO6vKoixyOWv4LaFcNcjqnG84rxpH+DihPS4CoMFAm82rj0M0XzL1Gw/0UtUzy+hO1mrR+oxoXzznLhvJMym3TI1zy2MDK3C+edsExH+720V9v7rQlXz4vpSzJooWk5dl55ju/+wodx1m995ZMazFsvKOjskfP0yPPKCH93GfrONa4qB9+uZkDLfqUQjnIPqO8pH170t7ffsf/n825aUlHkLCyKjC52vmUyj5n+fXUSGhqndSdGXrR/XEFBia+k2Du0umpkg7fUaquOpH3hdZ1Xn9Xsp+K8YYYKjrknqRuHzQ0nL0jLEhpZ2hSOvESYwZ6lZcyHupk9I2MHYUzHTOz4RhgVg7AFj6DPb0HNLlzMggqjGimWeQe00/85UamlPuvgtkitYwTeybwu3I7JE6bDvO7/xPrkKtvYTgbTQFsEexnEW8CF0horv35CU/DGZ1+YcP/9E1741caK5gk4ZZeO+c1r97YMHXP33WOGttz7+ktj2Jwgl8BJdafixhWsfw3F7F8iqBbRwQzaQeGyE/Qo1Jw4Kh09cfToCag52/U1kK/lhm3IoRu2QQO8to2+Rl/bBq/RshaJtDCdjOunaTtQEdv9MQpRFLSoxX3LgTjKtTREubBJNxIpiCqsnX0oqges7lEm33UTrcxhhFnz8IRU9lwKbtMfMPp+ux6lP1wP2w+Xn/p3JWvkO8os+4EyLSj+g+oPldoHL8+lOw50/lDJOH1e7mSJGIqm56iMcgzLNRkF5rRgCqIIY/Y0k8CtngyARYJyaEfbc0v6OR7LCWYdpb18CrMPyujxHW0Tqabfp/0ldFzP4z7Vg3OVL8iLfMf752wPIuuTjCzycgdl0Weq5w4WHD0kPsnHrk4mV48dt6Il3ODzNYRbVozjMcB7SsaVxzRSdogDoUEYx/lRNrPSQBrEeYnMv9kT5Fv1wC0jDLgljS2shmHdKdLtDxcxNS/FxaPE51EfSW6Nr1lTPvfiem0wd+K2hguHlDkEurFzZE+Uf1qncEW4j583nwb76c1slxR5h3TeGGq6J6rG6SbTNwQiz8I2FBAn99f1cJRUVBt3QfF5mCmOQWglFOlBH8qkZV+uXr1w6sqFf/0NnQbk+iVz6uouXbt96YK3FG3smHuW3ZinFt20+r6nhV8NH9daWkpb6PFJU28jaTs6kTP7wz4xrHriYYsv7pFna19oFTRRwS6oXnKFikvOtM1b49wim2EQ6+eMYwmYgswRk7MLOJCWxzhxe/s5Vko6Xel7U0j0phaAm00QI/ezZv3KeIOR5HB/ZxuOIMp+i8ljYR8asNk2BEC3DKt+I6BKr+nKDWjf8DHTzS2gm5i1bzROhPFeThNjiqVnDC9shEHjLErjagYztmnny0kz+Y/zZZgjqKgjuLtlMF4j5EONMEJ1jIAyCNRAvhQcAY54cIQQCKoO/MsXWSK8RVkXR3jmCeP5QhnGYaAM8iGuloEazzcEK/HGEccMJYdaIyvMXdNRI48QkDiPEPBtScWkIuboyMdZd6GIzBPFLNnkEsjLkGhT8n1FhcMiFUEAWXbkWnL9geJRzsJch5xX6nCGC8XcGkOhrSJ/Yo9k9Ug2Q/OkZqUgJ2R3j3FdtuidJwO1bl+NSynJrk2Wx3ODxV6Lx2MszbYmY0PlvOxQgbMsz+fMcjsNhaFgnVLamD8kWIUKowEMcpYMTtc1726SsrJHubPUPIMh35rbHBTyLaPrvEaDx1BTWyY4Suoryk2CRxr6LcH9L0mxIMPum/zHp7LCRQaLTSyNueOq2ZdndfogS/VnNcdkVbD7so0VTtHuNNqz1ycFk5wlGLN8pc0em9VkMIH/ZsgxGBTVLDrkItvQfHOJN+AwmbPiVos9x1SgWixyvsliLXQ2O2srKt2uSqfRPKW2oNWUZcpxlIcWz/gJ7X+mPOeWEa3DSgqiLXK2Uc01Fxepdq9FrjMWZEuWxpGjyzplh8mpcBm6V3SrC6SMDfJbPH6Az/t+fcMNv75BFAdfpJM38Ougv7SfJLO79DJUxzlvIF9rYq84YK/BGwNbKyRqArEXUb8vwd6REnwvC+ORa/BYA+lLcDtOIr3PJXD+wqL1PAfbACpILRmmf6+sey4hJ/Po3y2nv5YxIWOLDYd0VHl6wUtpYodI08i/Ru4njWOZLtwYuPqmrh083KfvRQrJtMPI2LXeB5jc6NIkn3fdGIZ8oY5WB7WP29H1gHftWIyw87QHMoRZGdAtzv/2PS1LMps7me+4gejSpI8wBV5EAU55jMhAgmlOeFCSCQHnYXqY41ucY4BGcvX9EKOIOjEEWyS+Y+rzBiEaDCj5oDBfLodubiyDcyYaAp9igf/0+8EP3MtP/G0M2xGjBxPOTv9Ef5c/X9Dy/RjKdya0p6KBQNSvatSBtDPX3xWAclG2jZu+8QyNTkx2xaBNSzjzMbH+VheGOp2J1L/wJX+UkMHfEo4mE0k7mUeW8D2jtE9gC8SZU6DHNBDDfGzZ8A6KiHLlf2C0mdUHrxlQH/D8ueCqDgx1Mpoe9rGN/Sjx0kG2m5MOMiealD4N+tJq2vmX+fq484nwAJKqD9L3Y9Z5wZeMPpCeJ3j7wJ5TkJk2OJPoB6f2pMXKmeQgZTiZmTsC9skpNaH08v00ou/Lh42CiGzXwbZHM2tWfsS3plXMFmh3v84k6fH/Hsc9A/Cnb0TJPdEWoe+kwGcPqoOzerYxkxi7F36W3sETYBWuqZ/imvLwvRYH9w6Iu8BhYh7XgzrZFrb5TC2Q6WaZ3rGMPkCX0AeW3TH2lR5NS/edpvW8Qn+kd9OROY/+9s1H5rRdYoF/aQ+c64UHNJptWSqm0o0W0nOCkMk4H3SLVyX75tdcCqytwyESZFt85UFlIMIcDwR9ujUsEg+YeC3xoUtwtwjML47dFah2m98bCOreoI48QeWbBG/neucuCkQC18+lX+28h/5rzg14s3iOJ+9t9rS39D68XfrY5yB9/thSDO4qSWk7U8Pn/mNT5+M/aarY8mu+qTCybRnt38rzS5x49MpbNl/52HH9bivAsgmtmGTqgiMg6HHXY1aY5fX6He0/0tmh/WLzwpXhzsTcWyZnbF3aoL1swZNGC1nTTXps3TOeInHGwMaQMgSAAQ7AuI09bPJWAclCLcHqUO3EIb9+371H6eX0SfrXV1cJpOv5S6D+sBgOU7LqVSiBabDt6Ocnnn+a/m06r8OrOBca+f8FUcr9zjhX5CTaGg8rAjOvBoRg2AXumDR1z5o1UyJzws/2Wr98up88/aW11/EOFB8XtTVTBDJlTXhOhJKpBYfoF0PoF1AwBAoObT50KO3TLGJLB++pySS9p3buO2pHxoLDDZ+mwWE13SeDzpxAZc6MOn1XPKTfy+gJvL+zM9+Z6T/mLsDwltnSGbHWQ6y/+TduhNfNyHbRQPTIoh//PCIKMe654JHIOroVqtahHh25Eqro1nXHhMdT77yTOpE68U7qHeFx+WN6zx/onvffh4V/EFENodekboRb6DrhGrgx8917poyMP4SnGFCFH5TJsWOo7g96Mb0ZN7h++YPfFnklL8zjWKaK386MVrD6wbK07x7X1ezI8CuZ/cmIs4vtZnOc9nBvczbv1EAQYZk9hfq43cFs1gof036udnWxweCBueOHzLphj77r20f0O8q4MQcyLpaBpP/TkKZrF3Xq8ZSH4cLv9arJBLLoO7029Z3hgId9i8x2j+3hWJhv3NnjulJSnv5M2Wp31PNHkqPebhl4xp+EM0/s4njohol/27r1b3Q/vZ3uZyGxy+LKN+bn/Z3+NXb1xNEmk6nI6cz95SU//uKiXK2kPLiJPvPIuFunjA6HyhSn0vPLn0OgK8epuWrCd9Dr3+l7JBEO5Lvlx359GGZfXaRqg7OGiby4s8vykRcX5qlbTWaTIbvYbHPlOpsacj6qcTVYJ8/GEk3NJZGs3GDbqFxwRvxh57xZYduYQDg3MCWZc15fidybtIjNdh//TwL4ZrzoyzARWxxn7y6hZFffxcpwWk3v/+yvlChLzpyFiz+Fx+THaDUcYwccP/s8HcUIiPR6apQ45+yOY8c4DqVtSen95cHaJhPPusJznmcmV3XYyuQx/Pz/AAfdhq542o2QsWrDMBCGfyVOSjOUDn4AdSlJiY1sMCTZ0hQHQqcM6RyMahsSKVj2EChd+wgd+wZ9s7xDz4pKl0IrkO7T3a+73wZwhU8wnNcNHhwzDPDiuIMLvDvu4hYnxx4G7M5xD9fsyXGf8q+kZN4l3e7tq5YZfDw77tDcN8ddPOLDsQef+Y574Cxx3Kd8gQU0DjiiQokcBWpwDJFhRDGGQIQEY+IV6SQU0RwGezR0GpvBQh+OVZkXNR9mIx6LKBnzlZaKz82+MUaSZGmV0k7JqJOit1hKJasy04p4TcWcmu6wJRHWMm92W4LUimsbK1JIayskYxwz2r81PlciTBBgSvv7M5BqVae6yiWPQ8Fn/McAXaJJMA1a8/9wu7FFQ2Vtf4mwE0IbW2fYyMqUWnEholAIwf/u+QXtVlqxAAAAeNpt0meTFVUUheH7DhkJEgQJgpIFhdvn7NM9gxKGCZKzKGZyUHJGySAgSq7i5wrFfYdPdFXX+tRP9V61Wl2tt8//rdbh1vueV29eWl2tYXQxjOGMYCSjGM0YxvIB4xjPBCbyIZOYzBSm8hHTmM7HzGAms5jNJ8xhLp/yGfOYzwIWsojFLOFzlrKML/iS5aygTUUiExRqGrrpYSVf8TWrWM0a1tLLOvroZ4BBvmE9G9jIJjazha1sYzs72MkudvMte/iO79nLD/zIT/zML/zKb+xjPwc4yCEOc4SjHOM4v/MHJzjJKU5zhrOc4zwXuMglLnOFq/zJX1zjOje4yS1uc4e73ONv7vOAh/zDI/7lPx7zhKc84zkveDnqwsljg1W7bVZmMrMZZjFrszG7zZ63mfSSXtJLekkv6SW9pJf00pBX6VV6lV6lV+lVepVepVfpVXpJL+klvaSX9JJe6njZu7J3Ze/K3pW9K3tXbg9915id/wid0Amd0Amd0Amd0Il3TueesJ+wn7CfsJ+wn7CfsJ+wn7CfsJ+wn7CfsJ+wn7CfsJ+wn0h6SS/pZb2sl/WyXtbLelkv62W9rBd6oRd6oRd6oRd6oRd6oVf0il7RK3pFr+gVvaJX9IperVfr1Xq1Xq1X69V6tV6tV+s1eo1eo9foNXqNXtPxijsr7qy4s+LOijsr7qy0h75rzG6zx+w115l9Zr85YA520l0Wd1ncZXGXxV0Wd1ncZama1x+EcTsAAAAB//8AAnjaY2BgYGQAgosrjpwF0ZcUq9bCaABTzgdAAAA=) format("woff"),
       url(/wp-content/mu-plugins/jetpack-plugin/sun/_inc/genericons/genericons/./Genericons.ttf) format("truetype"),
		url(/wp-content/mu-plugins/jetpack-plugin/sun/_inc/genericons/genericons/./Genericons.svg#Genericons) format("svg");
	font-weight: 400;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	@font-face {
		font-family: Genericons;
		src: url(/wp-content/mu-plugins/jetpack-plugin/sun/_inc/genericons/genericons/./Genericons.svg#Genericons) format("svg");
	}
}




.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	transition: color 0.1s ease-in 0;
	display: inline-block;
	font-family: Genericons;
	font-style: normal;
	font-weight: 400;
	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 {
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

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

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

.genericon-flip-horizontal {
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	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-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";
}

