/* Responsive Table Styles */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: .35em;
}

table th {
        background-color: #f8f8f8;
        font-weight: bold;
}
table td {
  padding: .625em;
  text-align: left;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}



/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        background-image: url(https://static.mywebsites360.com/ac693fc0481343309401c46e61bfe88c/i/d49bccfa43e44136974f9aa0cf4b451a/1/5feFb8zhrk/HERO-mobile.jpg);
        padding-top: 20px;
        padding-bottom: 250px;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_a28cf72e35464fb7ac3635abd681c05e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a28cf72e35464fb7ac3635abd681c05e > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks SELF STORAGE PAGE*/

/* Change item class here */
.items_e4dda319112f4adbadafbfcec88055b8 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e4dda319112f4adbadafbfcec88055b8 > .item {
	display: flex;
	flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_d1873ce231a54b439ffcd130911bc68b {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_d1873ce231a54b439ffcd130911bc68b > .item {
   display: flex;
   flex-direction: column;
}
/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* End Popup Styles */

/*Targets the parent container of the Packaging Supplies Page*/
.items_f77eaff41836423c9718bf4949edaabe {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_f77eaff41836423c9718bf4949edaabe > .item {
   display: flex;
   flex-direction: column;
}