/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./int_publicstorage_blog/cartridges/int_publicstorage_blog/cartridge/client/default/scss/bloglink.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable no-descending-specificity */
/* GENERAL STYLES */
p.short-description.excerpt-description::after {
  content: "[\2026]"; }

.article-links {
  line-height: 2.25rem;
  margin: 1.5rem 0;
  text-align: center; }
  .article-links ul {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .article-links li {
    all: unset;
    margin: 0.313em;
    list-style-type: none; }
    .article-links li i {
      color: #444;
      padding-right: 0.2em;
      font-size: 1.875em; }

.pt_blogcontent #main {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 71.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.pt_blogcontent a {
  text-decoration: none;
  margin: auto; }

.pt_blogcontent .primary-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.pt_blogcontent .category-header {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.pt_blogcontent .archive-header {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.pt_blogcontent .blog-featured-article {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.pt_blogcontent .blog-archive-articles {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1.25rem 1.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.pt_blogcontent .blog-articles {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1.25rem 1.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.pt_blogcontent aside {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1.25rem 0 0;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  padding-left: 1.25rem;
  border-left: 0.0625rem solid #d9d9d9; }

.pt_blogcontent .article-pagination-wrapper {
  text-align: center; }

.pt_blogcontent .load-more {
  margin: 0; }

.breadcrumb {
  padding: 1rem 1.25rem 0; }
  .breadcrumb li a::after {
    color: #ccc;
    content: ">";
    margin-left: 0.3125rem; }
  .breadcrumb li:last-child a {
    background: none;
    font-style: italic; }
    .breadcrumb li:last-child a::after {
      content: ""; }

.blog-categories > li:hover > a {
  background: #dcdcdc;
  background: -moz-linear-gradient(top, #fff, #dcdcdc); }

.blog-button {
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.0625rem rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 1.25rem 0 0;
  outline: none;
  padding: 0.5em 2em;
  text-align: center;
  text-decoration: none; }

body .blog-button-white {
  background: #ededed;
  background: -moz-linear-gradient(top, #fff, #ededed);
  border: 0.0625rem solid #b7b7b7;
  color: #606060; }
  body .blog-button-white:hover {
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #fff, #dcdcdc); }
  body .blog-button-white:active {
    background: #fff;
    background: -moz-linear-gradient(top, #ededed, #fff);
    color: #999; }

body .blog-button-gray {
  background: #575757;
  background: -moz-linear-gradient(top, #888, #575757);
  border: 0.0625rem solid #555;
  color: #e9e9e9; }
  body .blog-button-gray:hover {
    background: #4b4b4b;
    background: -moz-linear-gradient(top, #757575, #4b4b4b); }
  body .blog-button-gray:active {
    background: #888;
    background: -moz-linear-gradient(top, #575757, #888);
    color: #afafaf; }

.blog-button-rounded {
  border-radius: 1em;
  padding: 0.25em 1.5em; }

.spinner {
  all: unset;
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  background: url("../images/blspinner.gif") center center no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  margin: 0 0 1.25rem;
  width: 100%; }

/* GENERAL STYLES END */
/* BLOG HEADER */
.blog-name {
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-align: center; }
  .blog-name a {
    color: inherit; }

.article-tags a::after {
  content: ","; }

.article-tags a:last-child::after {
  content: ""; }

.social-icons.d-flex.justify-content-center {
  padding: 0; }

.article-categories a {
  color: #84bd00; }
  .article-categories a::after {
    content: ","; }
  .article-categories a:last-child::after {
    content: ""; }

.tags_title {
  float: left; }

/* BLOG HEADER END */
/* BLOG MENU START */
.blog-menu {
  margin: 1.5625rem 1.25rem;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.menu-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.125rem;
  padding: 0;
  max-width: 16%; }
  .menu-item > a {
    margin: 0 0.625rem;
    width: 100%;
    padding: 0;
    line-height: 2.125rem;
    color: inherit;
    white-space: nowrap; }

.menu-item.expandable {
  padding: 0 1.5rem 0 0.625rem;
  max-width: 18%;
  position: relative; }
  .menu-item.expandable > a {
    position: relative;
    display: block;
    margin: 0;
    overflow: visible; }
    .menu-item.expandable > a::after {
      background: url("../images/blarrow.png");
      content: "";
      display: block;
      height: 1rem;
      position: absolute;
      right: -1.125rem;
      top: 0.5rem;
      width: 1rem; }

.article-sorting {
  max-width: 10.0625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  -moz-text-align-last: center;
       text-align-last: center;
  border-radius: 0.1875rem;
  margin-bottom: 2.5rem; }

.menu-categories {
  position: absolute;
  padding: 0;
  left: 0;
  margin-top: 0.0625rem;
  font-size: 0.875rem;
  z-index: 2;
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.expandable:hover .menu-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-blog {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 0.625rem;
  background: #fff;
  background: -moz-linear-gradient(top, #ededed, #fff);
  border-left: 0.0625rem solid #b7b7b7;
  border-right: 0.0625rem solid #b7b7b7;
  border-bottom: 0.0625rem solid #b7b7b7; }

.site-blog + .site-blog {
  border-left: 0 none;
  -webkit-box-shadow: -0.125rem 0 0 #b7b7b7;
          box-shadow: -0.125rem 0 0 #b7b7b7; }

.blog-title {
  width: 100%;
  border-bottom: 0.0625rem solid #b7b7b7;
  padding-bottom: 0.125rem;
  white-space: nowrap; }

.blog-category {
  padding: 0.125rem 0; }
  .blog-category a {
    white-space: nowrap; }

/* BLOG MENU END */
/* BLOG SHOP STORY START */
.blog-shop-story {
  padding: 0.625rem;
  margin: auto; }
  .blog-shop-story .blog-shop-story-title {
    text-align: center;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.75rem;
    text-transform: capitalize;
    margin: auto;
    padding: 0.625rem; }
  .blog-shop-story .slick-wrapper {
    display: inline; }
  .blog-shop-story .slick-prev::before {
    content: "\f177";
    color: black;
    font-family: FontAwesome, sans-serif; }
  .blog-shop-story .slick-next::before {
    content: "\f178";
    color: black;
    font-family: FontAwesome, sans-serif; }
  .blog-shop-story .pdt-name {
    line-height: 1.2;
    text-align: center;
    padding: 0.5rem 0; }
  .blog-shop-story .pdt-price {
    font-size: 1.125em;
    margin-bottom: 0;
    color: black;
    text-align: center; }
  .blog-shop-story .pdt-listPrice {
    text-decoration: line-through;
    color: #999;
    margin-right: 0.938rem; }
  .blog-shop-story .pdt-container {
    width: 12.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    height: 100%;
    min-height: 15.8125rem; }

/* BLOG SHOP STORY END */
/* BLOG RELATED POSTS START */
.blog-related-posts {
  border-top: 0.0625rem solid #d9d9d9;
  overflow: hidden;
  padding: 0.625rem 0.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 1rem; }
  .blog-related-posts .blog-related-posts-title {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.75rem;
    margin: 0 0 0.9375rem;
    text-align: center;
    text-transform: capitalize;
    width: 100%; }
  .blog-related-posts > div {
    float: left;
    height: 14rem;
    margin: 0 0 0.9375rem;
    overflow: hidden;
    padding: 0 0.625rem;
    text-align: center;
    width: 14.375rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 14.375rem;
            flex: 1 14.375rem; }
    .blog-related-posts > div > a {
      display: block;
      height: 9.375rem;
      /* ghost element to allow the vertical centering of the contained image */ }
      .blog-related-posts > div > a::before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
    .blog-related-posts > div img {
      display: inline-block;
      max-height: 9.375rem;
      max-width: 100%;
      vertical-align: middle; }
  .blog-related-posts iframe {
    display: inline-block;
    height: 9.375rem;
    vertical-align: middle;
    width: 14.375rem; }
  .blog-related-posts .date {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0.3125rem 0; }
  .blog-related-posts h5 {
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0; }
    .blog-related-posts h5 a {
      color: inherit; }

/* BLOG POPULAR POSTS END */
/* BLOG FEATURED ARTICLE START */
.popular-posts-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0.3125rem 0 0.9375rem;
  text-transform: uppercase;
  text-align: center; }

.blog-popular-posts article {
  border-bottom: 0.0625rem solid #d9d9d9;
  margin: 0 0 1.25rem;
  padding: 0 0.3125rem 0.625rem;
  text-align: center; }
  .blog-popular-posts article:last-child {
    border: none; }
  .blog-popular-posts article .date {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin: 0.3125rem 0; }
  .blog-popular-posts article h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
    font-weight: bold; }
    .blog-popular-posts article h5 a {
      color: inherit; }
  .blog-popular-posts article img {
    max-height: 9.375rem;
    max-width: 100%; }
  .blog-popular-posts article iframe {
    height: 9.375rem;
    width: 15rem; }

/* BLOG POPULAR POSTS END */
/* BLOG FEATURED ARTICLE START */
.blog-featured-article {
  border-bottom: 0.0625rem solid #d9d9d9;
  margin: 0 1.25rem 1.25rem;
  padding: 0 0 1.25rem; }
  .blog-featured-article header {
    overflow: hidden;
    text-align: center; }
    .blog-featured-article header img {
      max-height: 18.75rem;
      max-width: 100%; }
    .blog-featured-article header iframe {
      height: 18.75rem;
      width: 30rem; }
  .blog-featured-article > div {
    padding: 0 1.25rem;
    text-align: center; }
  .blog-featured-article h3 {
    font-size: 1.375rem;
    margin: 0.625rem 0; }
    .blog-featured-article h3 a {
      color: inherit; }
  .blog-featured-article p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0.3125rem 0; }
  .blog-featured-article .short-description {
    margin: 1.25rem 0 0;
    text-align: justify; }

.excerpt-description {
  overflow: hidden;
  max-height: 6em; }

/* BLOG FEATURED ARTICLE END */
/* BLOG ARTICLE RENDERING PAGE */
.blog-content-asset {
  padding: 0 1.25rem; }
  .blog-content-asset video {
    max-width: 100%; }
  .blog-content-asset header {
    margin: 0;
    overflow: hidden;
    position: relative; }
    .blog-content-asset header .date {
      float: left;
      margin-right: 1.25rem; }
  .blog-content-asset h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 1.5rem 0;
    text-align: center; }
  .blog-content-asset .article-categories {
    float: right; }
  .blog-content-asset p {
    font-size: 1rem; }
  .blog-content-asset ul {
    font-size: 1rem; }
  .blog-content-asset ol {
    font-size: 1rem; }
  .blog-content-asset code {
    font-size: 1rem; }
  .blog-content-asset blockquote {
    margin: 0; }
  .blog-content-asset img {
    max-width: 100%;
    height: auto; }
  .blog-content-asset iframe {
    max-width: 95%;
    margin: 0 auto;
    display: block; }
  .blog-content-asset a {
    color: #84bd00; }

/* BLOG ARTICLE RENDERING PAGE END */
/* BLOG ARTICLE TILE 1 START */
article.article_tile_1 {
  border-bottom: 0.0625rem solid #d9d9d9;
  margin: 0 0 1.25rem;
  padding: 0 0 0.625rem;
  text-align: center; }
  article.article_tile_1:last-child {
    border: none; }
  article.article_tile_1 p {
    margin: 0.3125rem 0;
    font-size: 0.875rem;
    line-height: 1.25rem; }
  article.article_tile_1 img {
    margin: 0.3125rem 0;
    max-height: 12.5rem;
    max-width: 100%; }
  article.article_tile_1 iframe {
    margin: 0.3125rem 0;
    max-height: 12.5rem;
    max-width: 100%;
    height: 12.5rem;
    width: 31.25rem; }
  article.article_tile_1 h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0.625rem 0;
    font-weight: bold; }
    article.article_tile_1 h4 a {
      color: inherit; }
  article.article_tile_1 .short-description {
    padding: 0 0.625rem;
    text-align: justify; }
  article.article_tile_1 .blog-button {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin: 0.625rem 0 0; }

/* BLOG ARTICLE TILE 1 END */
/* BLOG ARTICLE TILE 2 START */
article.article_tile_2 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid #d9d9d9;
  margin: 0 0 1.25rem;
  padding: 0 0 0.625rem;
  text-align: center; }
  article.article_tile_2 > a {
    font-size: 0;
    width: 12.5rem;
    display: block;
    margin-right: 1.25rem; }
    article.article_tile_2 > a img {
      max-height: 12.5rem;
      max-width: 100%; }
  article.article_tile_2 iframe {
    height: 9.375rem;
    width: 12.5rem;
    margin-right: 1.25rem; }
  article.article_tile_2 > div {
    text-align: justify;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    article.article_tile_2 > div h4 {
      font-size: 0.875rem;
      line-height: 1.25rem;
      margin: 0.125rem 0 0.9375rem;
      font-weight: bold; }
      article.article_tile_2 > div h4 a {
        color: inherit; }
    article.article_tile_2 > div p {
      font-size: 0.75rem;
      line-height: 1.125rem;
      margin: 0; }
    article.article_tile_2 > div .date {
      margin: 0 0 0.3125rem; }
  article.article_tile_2 .more {
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: #84bd00; }
    article.article_tile_2 .more::after {
      content: "..."; }
  article.article_tile_2:last-child {
    border: none; }

/* BLOG ARTICLE TILE 2 END */
.blog-archive-menu .clear-date-filter {
  border-radius: 0;
  margin: 0 auto 0.9375rem; }

.blog-archive-menu .blog-year {
  display: block;
  border-bottom: 0.0625rem solid #d9d9d9; }
  .blog-archive-menu .blog-year a {
    display: block;
    line-height: 1.125rem;
    padding: 0.625rem 0;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 0.875rem; }
  .blog-archive-menu .blog-year:hover a {
    text-decoration: underline;
    background: #ededed; }

.blog-archive-menu .blog-archive-menu__expand {
  display: none; }

.blog-archive-menu .blog-month {
  display: block; }
  .blog-archive-menu .blog-month a {
    display: block;
    line-height: 1.125rem;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    color: #333;
    padding: 0.625rem 1.25rem;
    font-size: 0.75rem; }
  .blog-archive-menu .blog-month:hover a {
    text-decoration: underline;
    background: #ededed; }

.blog-archive-menu .blog-year-wrapper {
  border-bottom: 0.0625rem solid #d9d9d9; }
  .blog-archive-menu .blog-year-wrapper:first-child {
    border-top: 0.0625rem solid #d9d9d9; }

.blog-archive-menu .date-cheked a {
  text-decoration: underline;
  font-weight: 800;
  background: #ededed; }

.primary-content .blog-category-name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 1.5rem;
  text-align: center;
  text-transform: capitalize; }

.primary-content .blog-archive-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0 0 1.5rem;
  text-align: center;
  text-transform: capitalize; }

.blog-subtitle {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 0.3125rem 0 1.5rem;
  text-align: center; }

.tag_wrapper a {
  color: #84bd00; }

article .short-description a {
  color: #84bd00; }

@media only screen and (max-width: 50rem) {
  .content-asset {
    width: 100%; }
  .blog-content-asset .blog-shop-story .blog-shop-story-title {
    margin: 0; }
  .blog-content-asset .blog-shop-story .pdt-container {
    width: 12rem; }
  .blog-content-asset .blog-shop-story .display {
    all: unset;
    width: 70%; }
  .blog-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
  .menu-item.expandable {
    padding: 0;
    max-width: none; }
    .menu-item.expandable > a::after {
      right: 0.625rem; }
  .menu-item {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    width: 100%;
    max-width: none; }
    .menu-item > a {
      display: block;
      margin: 0; }
  .menu-categories {
    width: 100%; }
  .site-blog {
    display: block;
    width: 100%;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: none; }
  .pt_blogcontent .blog-archive-articles {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 0 1.25rem;
    padding: 0 1.25rem; }
  .pt_blogcontent .blog-articles {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 0 1.25rem;
    padding: 0 1.25rem; }
  .pt_blogcontent aside {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 0 1.25rem;
    padding: 0 1.25rem;
    border: 0 none; }
  .pt_blogcontent aside.blog-archive-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .menu-item.expandable[name="srule"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 0 1.25rem;
    padding: 0 1.25rem; }
  .article-sorting {
    width: 100%;
    max-width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -moz-text-align-last: center;
         text-align-last: center;
    border-radius: 0.1875rem; }
  .blog-archive-menu .blog-archive-menu__expand {
    display: block;
    cursor: pointer; }
  .blog-archive-menu .blog-archive-menu__expand:hover {
    background: #ededed; }
  .blog-archive-menu .blog-year-wrapper,
  .blog-archive-menu .blog-archive-menu__expand,
  .blog-archive-menu .blog-month a {
    text-align: center; }
  .blog-archive-menu .blog-year {
    border-bottom: none; }
  .blog-archive-menu .blog-month {
    display: none; } }

@media only screen and (min-width: 50rem) {
  .content-asset {
    width: 100%; }
  .blog-content-asset {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    max-width: 71.25rem; }
    .blog-content-asset .blog-shop-story .slick-list.draggable .slick-slide {
      margin: 2rem; }
    .blog-content-asset .blog-shop-story .slick-list.draggable .slick-track {
      width: 70%; }
    .blog-content-asset .blog-shop-story .blog-shop-story-title {
      margin: 0; }
    .blog-content-asset .blog-shop-story .container.pdt-container {
      margin: 2rem; } }

@media only screen and (max-width: 30rem) {
  .content-asset {
    width: 100%; }
  .blog-content-asset {
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
    margin-right: auto;
    max-width: 35.25rem; }
    .blog-content-asset .blog-shop-story {
      padding: 0; }
      .blog-content-asset .blog-shop-story .blog-shop-story-title {
        margin: 0; }
      .blog-content-asset .blog-shop-story .pdt-container {
        all: unset;
        position: relative;
        width: 10rem;
        height: 15rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: auto; }
      .blog-content-asset .blog-shop-story .slick-prev {
        left: -1rem; }
      .blog-content-asset .blog-shop-story .slick-next {
        right: -1rem; }
  article.article_tile_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap; }
    article.article_tile_2 > a {
      margin: 0;
      width: auto;
      height: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-bottom: 1.25rem; }
    article.article_tile_2 iframe {
      margin: 0;
      width: auto;
      height: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-bottom: 1.25rem; }
    article.article_tile_2 > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

@media only screen and (max-width: 23.4375rem) {
  .content-asset {
    width: 100%; }
  .blog-content-asset .blog-shop-story {
    padding: 0; }
    .blog-content-asset .blog-shop-story .blog-shop-story-title {
      margin: 0; }
    .blog-content-asset .blog-shop-story .pdt-container {
      all: unset;
      position: relative;
      width: 8rem;
      height: 15rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: auto; }
    .blog-content-asset .blog-shop-story .slick-prev {
      left: -1rem; }
    .blog-content-asset .blog-shop-story .slick-next {
      right: -1rem; } }

.ps-heading-60-bold {
  font-family: "ITC Avant Garde", helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 3.125rem; }
  @media (min-width: 769px) {
    .ps-heading-60-bold {
      font-size: 3.75rem; } }

.ps-heading-50-bold {
  font-family: "ITC Avant Garde", helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 2.5rem; }
  @media (min-width: 769px) {
    .ps-heading-50-bold {
      font-size: 3.125rem; } }

.ps-heading-40-bold {
  font-family: "ITC Avant Garde", helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 1.875rem; }
  @media (min-width: 769px) {
    .ps-heading-40-bold {
      font-size: 2.5rem; } }

.ps-heading-30-bold {
  font-family: "ITC Avant Garde", helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 1.625rem; }
  @media (min-width: 769px) {
    .ps-heading-30-bold {
      font-size: 1.875rem; } }

.ps-heading-26-bold {
  font-family: "ITC Avant Garde", helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 1.375rem; }
  @media (min-width: 769px) {
    .ps-heading-26-bold {
      font-size: 1.625rem; } }

.ps-heading-22-bold {
  font-family: "ITC Avant Garde", helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem; }
  @media (min-width: 769px) {
    .ps-heading-22-bold {
      font-size: 1.375rem; } }

.ps-heading-20-bold {
  font-family: "ITC Avant Garde", helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem; }
  @media (min-width: 769px) {
    .ps-heading-20-bold {
      font-size: 1.25rem; } }

.ps-heading-18-bold {
  font-family: "ITC Avant Garde", helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 1rem; }
  @media (min-width: 769px) {
    .ps-heading-18-bold {
      font-size: 1.125rem; } }

.ps-bodytext-22-regular {
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: normal;
  font-size: 1.125rem; }
  @media (min-width: 769px) {
    .ps-bodytext-22-regular {
      font-size: 1.375rem; } }

.ps-bodytext-18-regular {
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: normal;
  font-size: 1.125rem; }

.ps-bodytext-16-regular {
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: normal;
  font-size: 1rem; }

.ps-bodytext-14-regular {
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: normal;
  font-size: 0.875rem; }

.ps-bodytext-12-regular {
  font-family: "Roboto", "Segoe UI", "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: normal;
  font-size: 0.75rem; }

.ps-text-orange {
  color: #ff6200; }

.ps-text-navy-blue {
  color: #0F274d !important; }

.ps-text-dark-gray {
  color: #636F80; }

.ps-text-link-blue {
  color: #2661BD; }

.ps-text-error-red {
  color: #D51D25; }

.ps-text-white {
  color: #fff; }

.blog-menu {
  margin: 1.563rem 0.938rem; }
  @media (min-width: 769px) {
    .blog-menu {
      display: block;
      border-bottom: 1px solid #CCC;
      margin: 0;
      padding: 1.563rem 0; } }
  .blog-menu .menu-item.expandable {
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media (min-width: 769px) {
      .blog-menu .menu-item.expandable {
        width: 100%;
        max-width: 730px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto; } }
    .blog-menu .menu-item.expandable > a {
      background-color: #fff;
      border: 1px solid #CCC;
      text-align: left;
      padding: 0 0.938rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-family: "Roboto", "Segoe UI", "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif;
      font-weight: 400;
      font-size: 1rem;
      color: #0F274d; }
      .blog-menu .menu-item.expandable > a::after {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_663_5593)'%3E%3Cpath d='M0.714285 2.34375H19.2857C19.6802 2.34375 20 2.02031 20 1.625C20 1.22969 19.6802 0.90625 19.2857 0.90625H0.714285C0.321428 0.90625 0 1.22969 0 1.625C0 2.02031 0.321428 2.34375 0.714285 2.34375ZM0.714285 8.09375H19.2857C19.6802 8.09375 20 7.77031 20 7.375C20 6.97969 19.6802 6.65625 19.2857 6.65625H0.714285C0.321428 6.65625 0 6.97969 0 7.375C0 7.77031 0.321428 8.09375 0.714285 8.09375Z' fill='%230F274D'/%3E%3Cpath d='M0.714285 13.5967H19.2857C19.6802 13.5967 20 13.2732 20 12.8779C20 12.4826 19.6802 12.1592 19.2857 12.1592H0.714285C0.321428 12.1592 0 12.4826 0 12.8779C0 13.2732 0.321428 13.5967 0.714285 13.5967Z' fill='%230F274D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_663_5593'%3E%3Crect width='20' height='14' fill='white' transform='matrix(-1 0 0 1 20 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 13px;
        width: 20px;
        margin-top: 2px; }
      .blog-menu .menu-item.expandable > a.open::after {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_552_11807)'%3E%3Cpath d='M15.7618 15.7655C15.4492 16.0782 14.9434 16.0782 14.6305 15.7655L7.99792 9.13072L1.36384 15.7655C1.05124 16.0782 0.545458 16.0782 0.232502 15.7655C-0.0801047 15.4529 -0.0801047 14.947 0.232502 14.6341L6.86807 8.00075L0.233501 1.36595C-0.0791048 1.05331 -0.0791048 0.547471 0.233501 0.234481C0.546108 -0.0781602 1.05189 -0.0781602 1.36484 0.234481L7.99792 6.87078L14.632 0.23598C14.9446 -0.0766603 15.4504 -0.0766603 15.7633 0.23598C16.0759 0.548621 16.0759 1.05446 15.7633 1.36745L9.12776 8.00075L15.7618 14.6356C16.0768 14.9455 16.0768 15.4555 15.7618 15.7655Z' fill='%230F274D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_552_11807'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); }
    .blog-menu .menu-item.expandable .menu-categories {
      display: none; }
      @media (min-width: 769px) {
        .blog-menu .menu-item.expandable .menu-categories {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative; } }
      .blog-menu .menu-item.expandable .menu-categories.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      @media (min-width: 769px) {
        .blog-menu .menu-item.expandable .menu-categories .site-blog {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border: 0;
          padding: 0; } }
      .blog-menu .menu-item.expandable .menu-categories .blog-category {
        font-family: "Roboto", "Segoe UI", "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif;
        font-weight: 700;
        font-size: 1.125rem;
        margin-bottom: 0.5rem; }
        @media (min-width: 769px) {
          .blog-menu .menu-item.expandable .menu-categories .blog-category {
            font-size: 1rem;
            margin-bottom: 0;
            padding-bottom: 0.313rem; } }
        .blog-menu .menu-item.expandable .menu-categories .blog-category.active {
          border-bottom: 3px solid #ff6200; }

.ps-findstorage-search-form-container {
  border: 1px solid #636F80;
  background-color: #fff;
  border-radius: 50px;
  margin: 7px auto;
  padding: 0; }
  .ps-findstorage-search-form-container .ps-findstorage-search-form {
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0; }
  .ps-findstorage-search-form-container .ps-findstorage-search-form-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    position: relative; }
  .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text'] {
    background-color: transparent;
    border: none;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    font-family: "Roboto", "Segoe UI", "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0F274d;
    width: calc(100% - 147px);
    padding-left: 15px; }
    .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text']:focus, .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text']:active {
      outline: none; }
    .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text']::-webkit-input-placeholder {
      color: #0F274d; }
    .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text']::-moz-placeholder {
      color: #0F274d; }
    .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text']:-ms-input-placeholder {
      color: #0F274d; }
    .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text']::-ms-input-placeholder {
      color: #0F274d; }
    .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text']::placeholder {
      color: #0F274d; }
    @media (min-width: 769px) {
      .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text'] {
        font-size: 1rem;
        padding: 10px 10px 10px 20px; } }
    @media (min-width: 992px) {
      .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text'] {
        font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      .ps-findstorage-search-form-container .ps-findstorage-search-form-input[type='text'] {
        font-size: 1.25rem; } }
  .ps-findstorage-search-form-container .ps-findstorage-search-form-button[type='submit'], .ps-findstorage-search-form-container .ps-findstorage-search-form-button[type='button'] {
    padding: 10px 16px;
    border-radius: 50px;
    border: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-family: "Roboto", "Segoe UI", "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif;
    color: #fff;
    background: url("//images.publicstorage.com/Website/icons/SearchBoxField/search_magnifying_glass.svg") no-repeat center right;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.188rem;
    text-indent: -999px;
    overflow: hidden; }
    @media (min-width: 544px) {
      .ps-findstorage-search-form-container .ps-findstorage-search-form-button[type='submit'], .ps-findstorage-search-form-container .ps-findstorage-search-form-button[type='button'] {
        padding: 15px 16px; } }
    @media (min-width: 769px) {
      .ps-findstorage-search-form-container .ps-findstorage-search-form-button[type='submit'], .ps-findstorage-search-form-container .ps-findstorage-search-form-button[type='button'] {
        padding: 15px 20px; } }
    @media (min-width: 992px) {
      .ps-findstorage-search-form-container .ps-findstorage-search-form-button[type='submit'], .ps-findstorage-search-form-container .ps-findstorage-search-form-button[type='button'] {
        padding: 15px 28px; } }

.blog-search {
  background-color: #636F80; }
  .blog-search .column-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 730px;
    margin: 0 0.938rem;
    text-align: center;
    height: 210px; }
    @media (min-width: 769px) {
      .blog-search .column-view {
        height: 340px;
        margin: 0 auto; } }
  @media (min-width: 992px) {
    .blog-search .row-view {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      height: 161px;
      max-width: 940px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1200px) {
    .blog-search .row-view {
      max-width: 1140px; } }
  .blog-search .row-view .blog-title {
    font-size: 1.625rem;
    width: auto; }
    @media (min-width: 769px) {
      .blog-search .row-view .blog-title {
        font-size: 2.5rem; } }
  .blog-search .blog-title {
    font-family: "ITC Avant Garde", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    color: #fff;
    border: 0; }
    @media (min-width: 769px) {
      .blog-search .blog-title {
        font-size: 3.75rem; } }
  .blog-search .ps-findstorage-search-form-button {
    max-width: 191px; }
  .blog-search .ps-findstorage-search-form-button[type='submit'] {
    text-indent: initial;
    background-color: #ff6200;
    background-image: none; }

.container .breadcrumb {
  border-radius: 0;
  padding: 0.938rem 0 0;
  margin-bottom: 0.938rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .container .breadcrumb .breadcrumb-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: capitalize; }
    .container .breadcrumb .breadcrumb-item::after {
      padding-right: 0.5rem;
      color: #636F80;
      content: '/';
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-item-align: center;
          align-self: center; }
    .container .breadcrumb .breadcrumb-item a,
    .container .breadcrumb .breadcrumb-item span {
      padding-right: 0.5rem;
      font-family: "Roboto", "Segoe UI", "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif;
      font-weight: normal;
      font-size: 0.938rem;
      color: #636F80;
      text-decoration: underline; }
      @media (max-width: 768.98px) {
        .container .breadcrumb .breadcrumb-item a,
        .container .breadcrumb .breadcrumb-item span {
          font-size: 0.75rem; } }
    .container .breadcrumb .breadcrumb-item:last-child {
      padding-right: 0; }
      .container .breadcrumb .breadcrumb-item:last-child::after {
        display: none; }
      .container .breadcrumb .breadcrumb-item:last-child a,
      .container .breadcrumb .breadcrumb-item:last-child span {
        text-decoration: none; }
    .container .breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: 0; }
      .container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        display: none; }

.container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #636F80;
  content: "/"; }

.container .breadcrumb .breadcrumb-item:last-child {
  text-decoration: none;
  font-style: normal; }
  .container .breadcrumb .breadcrumb-item:last-child a,
  .container .breadcrumb .breadcrumb-item:last-child span {
    text-decoration: none;
    font-style: normal; }

.container .breadcrumb .breadcrumb-item a {
  font-style: normal;
  text-decoration: underline; }
  .container .breadcrumb .breadcrumb-item a::after {
    content: none; }

.desktop-breadcrumb {
  margin-bottom: 1.563rem; }

.pt_blogcontent {
  background-color: #fff; }
  .pt_blogcontent #main.container-fluid {
    width: 100%;
    max-width: 100%; }
  .pt_blogcontent a {
    margin: initial; }


/*# sourceMappingURL=default\css\bloglink.css.map*/