/*
Theme Name: stevespets
*/
/* 
Reset
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol li {
  margin-left: 0;
  padding-left: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

* {
  box-sizing: border-box; }

strong {
  font-weight: bold; }

.reveal {
  display: block !important; }

h1, h2, h3, nav a {
  text-rendering: optimizeLegibility; }

h2 {
  font-size: 32px;
  line-height: 30px; }

h3 {
  font-size: 20px; }

h4 {
  margin-top: 1em;
  margin-bottom: 4px;
  font-size: 18px; }

h1, h2, h3, h4 {
  font-weight: normal;
  font-family: 'Azo Sans', serif;
  text-rendering: optimizeLegibility; }

a {
  color: #c60016;
  -webkit-transition: 0.3s color ease;
          transition: 0.3s color ease; }
  a:hover {
    color: #60000b; }

@media screen and (min-width: 500px) {
  .half {
    width: 48%;
    float: left; } }
.half:nth-child(2) {
  margin-left: 1.7em; }

nav#primary_nav {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #eee;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  nav#primary_nav li {
    float: left;
    -webkit-transition: border 0.4s ease;
            transition: border 0.4s ease; }
    nav#primary_nav li:not(:last-child) a {
      border-right: 1px solid #ccc; }
    nav#primary_nav li:hover a {
      border-bottom: 3px solid #00356d;
      color: black; }
  nav#primary_nav a {
    font-size: 32px;
    display: block;
    text-decoration: none;
    font-family: "Verveine";
    font-family: "good-kitty";
    padding: 0.5em 1em;
    color: #00356d;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease; }
  @media screen and (max-width: 1000px) {
    nav#primary_nav a {
      font-size: 16px;
      padding: 0.5em; } }
  nav#primary_nav li.current-menu-item a {
    border-bottom: 3px solid #00356d; }

@media screen and (min-width: 1001px) {
  footer nav {
    float: left;
    margin-right: 12px; } }

/*  forms
from https://gist.github.com/spigists/6796258
*/
gform_wrapper ul {
  padding-left: 0;
  list-style: none; }

.gform_wrapper li {
  margin-bottom: 15px; }

.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48; }

.ginput_container input, .ginput_container select, .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  color: #fff;
  font-family: 'Azo Sans', sans-serif;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
  color: #999; }

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  color: #999; }

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
  color: #999; }

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
  color: #999; }

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee; }

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
  height: auto; }

.ginput_container textarea {
  height: 200px; }

.gform_button {
  display: inline-block;
  padding: 6px 2em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #c60016;
  border-color: #930010;
  font-family: "Azo sans"; }

.gform_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.gform_button:hover, .gform_button:focus {
  color: #333;
  text-decoration: none; }

.gform_button:active, .gform_button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none; }

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  background-image: none; }

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd; }

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48; }

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48; }

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6); }

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.validation_error h4 {
  margin-top: 0;
  color: inherit; }

.validation_error .alert-link {
  font-weight: bold; }

.validation_error > p, .validation_error > ul {
  margin-bottom: 0; }

.validation_error > p + p {
  margin-top: 5px; }

.validation_error hr {
  border-top-color: #e6c1c7; }

.validation_error .alert-link {
  color: #953b39; }

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit; }

#gforms_confirmation_message .alert-link {
  font-weight: bold; }

#gforms_confirmation_message > p, #gforms_confirmation_message > ul {
  margin-bottom: 0; }

#gforms_confirmation_message > p + p {
  margin-top: 5px; }

.gallery-row {
  padding: 15px 0; }

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

.alignleft {
  float: left; }

.alignright {
  float: right; }

figure.alignnone {
  margin-left: 0;
  margin-right: 0; }

.gform_validation_container {
  position: absolute;
  left: -9999em;
  top: 0; }

label {
  display: block;
  margin-bottom: 8px; }

h2, h3 {
  font-family: "good-kitty"; }

html, body {
  height: 100%; }

html {
  background-color: #2e3633; }

body {
  font-family: 'Azo Sans', sans-serif;
  color: #888;
  min-height: 100%;
  background-color: #2e3633;
  background-image: url(/wp-content/themes/stevespets/images/chalkboard-bg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-attachment: scroll; }

.page-id-4,
.blog,
.page-id-5 {
  background-image: url(/wp-content/themes/stevespets/images/bg-contact.jpg); }

.home,
.page-id-6 {
  background-image: url(/wp-content/themes/stevespets/images/bg-pets.jpg); }

#pagecontent {
  margin-bottom: 120px;
  background: transparent; }
  #pagecontent p, #pagecontent li {
    font-size: 16px; }

#page_wrap {
  background: #fff; }

div.container {
  position: relative;
  max-width: 1001px;
  margin: auto; }
  @media screen and (max-width: 1000px) {
    div.container {
      padding: 12px; } }

div.container:after, header:after, .page_main:after {
  content: "";
  display: table;
  clear: both; }

header a, footer a {
  text-decoration: none; }

iframe {
  background-color: #fff;
  padding: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 0.3em; }

header {
  padding-top: 12px;
  background-color: #fff; }
  header div.container {
    text-align: center;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1em; }
    header div.container h2 {
      color: #002953;
      padding-bottom: 0.3em;
      text-transform: uppercase;
      font-size: 24px; }
    header div.container #phone, header div.container #headerlogo, header div.container #address {
      width: 100%;
      margin-bottom: 12px;
      line-height: 1.6em; }
    @media screen and (min-width: 1001px) {
      header div.container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
        header div.container #phone, header div.container #headerlogo, header div.container #address {
          -webkit-align-self: center;
              -ms-flex-item-align: center;
                  align-self: center; } }
    header div.container #headerlogo {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
      header div.container #headerlogo img {
        height: 140px;
        width: auto; }

footer {
  width: 100%;
  background: #002953;
  z-index: 100; }
  @media screen and (min-width: 1001px) {
    footer {
      position: fixed;
      bottom: 0; } }
  footer div.container {
    text-align: center;
    font-size: 12px;
    position: relative;
    color: #fff; }
    footer div.container #sm a {
      font-size: 24px; }
    @media screen and (max-width: 1000px) {
      footer div.container {
        padding-left: 0;
        padding-right: 0; }
        footer div.container .menu a {
          font-size: 16px;
          padding: 0.5em; } }
    footer div.container nav li:not(:first-child) {
      padding-left: 12px; }
    footer div.container li {
      display: inline; }
      footer div.container li a {
        padding: 0; }
  footer #copyright {
    opacity: 0.7; }
    @media screen and (min-width: 1001px) {
      footer #copyright {
        margin-right: 1em; } }
  footer a {
    color: #fff;
    -webkit-transition: 0.3s opacity ease;
            transition: 0.3s opacity ease;
    opacity: 0.7; }
    footer a:hover {
      color: #fff;
      opacity: 1.0; }
  @media only screen and (min-width: 1001px) {
    footer {
      height: 44px; }
      footer div.container {
        line-height: 40px;
        text-align: left; }
        footer div.container #copyright, footer div.container nav, footer div.container #sm {
          font-size: 14px;
          display: inline-block; }
          footer div.container #copyright a, footer div.container nav a, footer div.container #sm a {
            font-size: 14px; }
        footer div.container #copyright {
          float: left; }
        footer div.container #sm {
          float: right; }
          footer div.container #sm li {
            margin-left: 8px; }
          footer div.container #sm li:last-child {
            margin-left: 12px; }
          footer div.container #sm a {
            font-size: 22px; } }
  @media screen and (max-width: 1000px) {
    footer {
      line-height: 24px; }
      footer #sm a {
        margin: 8px 0 8px 8px; } }

#main {
  position: relative; }
  @media screen and (max-width: 1000px) {
    #main h1, #main h2, #main h3, #main img {
      text-align: center; } }
  #main h3 {
    font-size: 32px;
    margin-top: 1em;
    margin-bottom: .5em;
    color: #fff; }
  #main p {
    line-height: 1.4em;
    margin-bottom: 12px; }
  #main a {
    color: #fff;
    border-color: #fff; }

.more-link {
  padding: 12px;
  text-decoration: none;
  color: #c60016;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0; }

img.full {
  width: 100%;
  height: auto;
  display: block;
  position: relative; }

.AlpinePhotoTiles_cascade_column_inner {
  margin: 0 !important; }

.AlpinePhotoTiles-link {
  display: block;
  background: #fff;
  padding: 0.8em !important;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  overflow: visible !important;
  font-size: 14px;
  border-radius: 0.2em;
  float: left;
  margin-bottom: 12px; }
  @media screen and (min-width: 1001px) {
    .AlpinePhotoTiles-link {
      width: 24% !important;
      min-height: 270px; }
      .AlpinePhotoTiles-link:not(:nth-child(4n)) {
        margin-right: 12px !important; } }
  @media screen and (max-width: 1000px) {
    .AlpinePhotoTiles-link {
      width: 50% !important;
      margin-bottom: 12px !important; } }
  @media screen and (max-width: 500px) {
    .AlpinePhotoTiles-link {
      width: 100% !important;
      margin-bottom: 12px !important; } }
  .AlpinePhotoTiles-link img {
    display: block;
    width: 100%; }
  .AlpinePhotoTiles-link a {
    text-decoration: none;
    font-family: "good-kitty";
    font-size: 18px; }

.AlpinePhotoTiles-link {
  text-decoration: none; }
  .AlpinePhotoTiles-link div {
    color: #00356d; }

.AlpinePhotoTiles-display-link {
  display: none; }

.fancyboxForAlpine-title-inside {
  margin-left: 0 !important; }

.home #main {
  text-align: center;
  background-color: transparent;
  background-image: url(/wp-content/themes/stevespets/images/heading.png);
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: 85%; }
  @media screen and (min-width: 1001px) {
    .home #main {
      padding-top: 300px; } }
  @media screen and (max-width: 1000px) {
    .home #main {
      padding-top: 250px; } }
  @media screen and (max-width: 500px) {
    .home #main {
      padding-top: 120px; } }

.page_main {
  color: #333;
  padding: 1em;
  height: 100%;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
  .page_main h2 {
    margin-bottom: 0.5em;
    font-size: 42px;
    margin-top: 32px; }

time {
  font-style: italic;
  display: block;
  margin-bottom: 6px; }

.alignleft, .alignright {
  display: inline-block;
  background: #fff;
  padding: 0.8em !important;
  margin-bottom: 12px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  overflow: visible !important;
  border-radius: 0.2em; }
  @media screen and (max-width: 1001px) {
    .alignleft, .alignright {
      display: block;
      width: 100%;
      height: auto; } }

@media screen and (min-width: 1001px) {
  .alignleft {
    margin: 0 12px 6px 0;
    width: auto; } }

.phonelink {
  border-bottom: 1px dotted #c60016; }

.not_front #main {
  color: #222;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  line-height: 1.4em;
  padding: 2em;
  background: rgba(255, 255, 255, 0.6); }
  .not_front #main img {
    margin-left: 12px; }
  .not_front #main hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent); }
  .not_front #main p, .not_front #main time, .not_front #main label, .not_front #main input[type="text"], .not_front #main textarea {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5); }
  .not_front #main a {
    color: #7a000d; }
  .not_front #main h2, .not_front #main h3 {
    color: #00356d; }
  .not_front #main img:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 5px solid #ffea00; }
  .not_front #main li {
    margin-top: 12px; }




/* or */
.AlpinePhotoTiles-link div {
/*     font-size: 12px; */
}

/* Blog article layout */
article.blog-article > .article-header {
  margin: 0 0 1em;
  padding: 56px 20px 22px;
  text-align: center;
  background: transparent url(/wp-content/themes/stevespets/images/heading.png) center top no-repeat;
  background-size: 92% auto;
}
article.blog-article > .article-header .entry-title,
article.blog-article header .entry-title {
  display: block;
  margin: 0;
  padding: 0 12px;
  font-family: 'Azo Sans', sans-serif;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}
.blog-index > .entry-title {
  margin-bottom: 1em;
  padding: 48px 20px 18px;
  text-align: center;
  font-family: 'Azo Sans', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  background: transparent url(/wp-content/themes/stevespets/images/heading.png) center top no-repeat;
  background-size: 92% auto;
}
article.blog-article .blog-meta,
.blog-index .blog-meta {
  margin: 0 0 1.25em;
  font-size: 15px;
  color: #e6e6e6;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
article.blog-article .entry-content {
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
  padding-bottom: 2.5em;
}
article.blog-article .entry-content p {
  margin-bottom: 1.1em;
  line-height: 1.55;
}
article.blog-article .entry-content > *:last-child {
  margin-bottom: 2em;
}
article.blog-article .entry-content h2 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: bold;
  color: #fff;
  margin: 1.75em 0 0.65em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
article.blog-article .entry-content h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  margin: 1.25em 0 0.5em;
}
article.blog-article .entry-content ul,
article.blog-article .entry-content ol {
  margin: 0 0 1.1em 1.5em;
  padding: 0;
}
article.blog-article .entry-content li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
article.blog-article .entry-content a {
  color: #ffd4d4;
  text-decoration: underline;
}
article.blog-article .entry-content a:hover {
  color: #fff;
}
article.blog-article .entry-content .table-responsive {
  width: 100%;
  margin: 1.5em 0 2em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
article.blog-article .entry-content table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.96);
  margin: 0;
}
article.blog-article .entry-content table th,
article.blog-article .entry-content table td {
  border: 1px solid #b8b8b8;
  padding: 11px 14px;
  vertical-align: top;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
}
article.blog-article .entry-content table thead th {
  background: #00356d;
  color: #fff;
  font-weight: bold;
  border-color: #00356d;
  white-space: nowrap;
}
article.blog-article .entry-content table tbody tr:nth-child(even) {
  background: #f3f6fa;
}
article.blog-article .entry-content table tbody tr:hover {
  background: #e8eef5;
}
article.blog-article .entry-content table tbody td:first-child {
  font-weight: bold;
  min-width: 110px;
}
article.blog-article .entry-content img,
article.blog-article .entry-content figure img {
  max-width: 100%;
  height: auto;
}
article.blog-article .entry-content .wp-block-image,
article.blog-article .entry-content figure.wp-block-image {
  margin: 1.25em 0 1.75em;
}
#main .latest-posts-box,
.page_main .latest-posts-box {
  clear: both;
  position: relative;
  z-index: 2;
  margin: 0 0 28px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #00356d;
  border-radius: 4px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
  color: #222;
  text-shadow: none;
}
.home #main .latest-posts-box {
  margin: 0 auto 32px;
  max-width: 720px;
}
.single-post .page_main .latest-posts-box {
  margin-top: 0;
  margin-bottom: 48px;
}
#main .latest-posts-box strong,
.page_main .latest-posts-box strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #00356d;
  text-shadow: none;
}
#main .latest-posts-box ul,
.page_main .latest-posts-box ul {
  list-style: disc;
  margin: 0 0 10px 20px;
  padding: 0;
}
#main .latest-posts-box li,
.page_main .latest-posts-box li {
  margin: 6px 0;
  line-height: 1.45;
  font-size: 15px;
  color: #333;
  text-shadow: none;
}
#main .latest-posts-box a,
.page_main .latest-posts-box a {
  color: #00356d;
  font-weight: bold;
  text-decoration: underline;
  border-color: transparent;
  text-shadow: none;
}
#main .latest-posts-box a:hover,
.page_main .latest-posts-box a:hover {
  color: #c60016;
}
#main .latest-posts-box .post-date,
.page_main .latest-posts-box .post-date {
  color: #555;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  text-shadow: none;
}
#main .latest-posts-box .latest-posts-more,
.page_main .latest-posts-box .latest-posts-more {
  margin: 10px 0 0;
  color: #333;
  text-shadow: none;
}
#main .latest-posts-box .latest-posts-more a,
.page_main .latest-posts-box .latest-posts-more a {
  font-weight: bold;
  color: #00356d;
}
.blog-list-item {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.blog-list-item .entry-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 8px;
}
.blog-list-item .entry-title a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.blog-list-item .entry-title a:hover {
  color: #ffd4d4;
  text-decoration: underline;
}
.blog-list-item .entry-summary {
  color: #eee;
  line-height: 1.5;
}
.blog-list-item .entry-summary a {
  color: #ffd4d4;
}
/*
     FILE ARCHIVED ON 02:43:03 Mar 19, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:25:22 Jul 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.484
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.046
  esindex: 0.008
  cdx.remote: 8.331
  LoadShardBlock: 69.719 (3)
  PetaboxLoader3.datanode: 80.902 (4)
  PetaboxLoader3.resolve: 37.838 (2)
  load_resource: 56.646
*/