/** Shopify CDN: Minification failed

Line 40:0 Unexpected "{"
Line 40:1 Expected identifier but found "%"
Line 40:54 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:byob-bundle-info (INDEX:6) */
.byob-text-center {
  text-align: center;
}
.byob-text-left {
  text-align: left;
}
.byob-text-right {
  text-align: right;
}
/* Whole */
.medium-up--one-whole {
    width: 100%;
}
/* Halves */
.medium-up--one-half {
	width: 50%;
}
/* Thirds */
.medium-up--one-third {
	width: 33.33333%;
}
.medium-up--two-thirds {
    width: 66.66667%;
}
.byob-content-center {
  margin: 0 auto;
}
{%- comment %}Set top banner to full width for mobile{% endcomment -%}
@media screen and (max-width: 600px) {
.medium-up--one-half {
	width: 100%;
}
/* Thirds */
.medium-up--one-third {
	width: 100%;
}
.medium-up--two-thirds {
    width: 100%;
}
.byob-bundle-description {
    line-height: normal;
}
}
/* END_SECTION:byob-bundle-info */

/* START_SECTION:od-blog-latest (INDEX:69) */
.od-blog-latest__title {
  display: block;
}

.od-blog-latest__readmore-wrap {
  margin-top: 14px;
}

.od-blog-latest__readmore {
  display: inline-block;
  font-size: 12.6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #00387b;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 56, 123, 0.35);
  padding-bottom: 3px;
}

.od-blog-latest__readmore:hover {
  color: #111111;
  border-color: #111111;
}

.od-blog-latest__arrow {
  margin-left: 4px;
}

.od-blog-latest__thumb {
  display: block;
  width: 150px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto 16px;
  overflow: hidden;
  line-height: 0;
}

.od-blog-latest__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* END_SECTION:od-blog-latest */