@media only screen and (max-width: 767px) {
    .cols3.imgMgn0 .imgGridItem {
        width: 100%
    }
    .cols2.imgMgn0 .imgGridItem {
        width: 100%
    }    
}

/* Blog Styles */
@media only screen and (min-width: 768px) {
 .items_d177e731df8c4e3bb8fc97594cced0d0 .item {
        min-height: 695px;
    }     
}

.block_d668010da4724462a108379a3653e7a6 .imgCaption-credit,
.block_ef6880b7022e485f8ccf91ece1b2c1ac .imgCaption-credit{
    font-size: 16px !important;
    font-weight: 600 !important;
    font-style: italic !important;
    color: black  !important;
}

/* Custom Header Banner */
.blockWrap_bfb93771495a4710b4f8f8733333e4d7 {
background-color: #ffffff;
color: #000000; 
text-align: center;
line-height: 10px;
padding: 10px;
}


@media only screen and (max-width: 599px) {
.blockWrap_bfb93771495a4710b4f8f8733333e4d7 {
    text-align: center;
}
}
/* Custom White Button */
.blockWrap_edfc6e9298d349689e9803276f3b89d6 .button {
font-style: normal;
    color: #fff;
    font-weight: 400;
    border-radius: 30px;
    background: rgba(10,28,28,0);
    font-size: 20px;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
}
.blockWrap_edfc6e9298d349689e9803276f3b89d6 .button:hover {
    color: #fff;
    background: #64353f;
    border-color: #64353f;
}
.footerContent button, .footerContent a.button {
    color: #fff;
}

/*About Page Bullet List*/

table {
 color:#64353f;
  border: 0px none #fcf5e5;
  border-collapse: collapse;
  padding: 0;
  width: 50%;
  width: 50%; 
  margin: 0 auto; /* same as margin: 0 25%;  */

  table-layout: fixed;
}

table caption {
  text-align: left;
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #none;
  border: 0px none #fcf5e5;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
   border: 0px none #fcf5e5;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0px none #fcf5e5;
    margin: 0 auto; /* same as margin: 0 25%;  */
  }

  table caption {
    font-size: 1.3em;
  }
  
  table tr {
    border-bottom: 0px solid #ddd;
    display: block;
    margin-bottom: .625em;
    color:#64353f;
  }
  
  table td {
    border-bottom: 0px solid #ddd;
    display: block;
    font-size: .8em;
    color:#64353f;
    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: 0px none #fcf5e5;
  }
}
/* general styling */
body {
  line-height: 1.25;
}