/** Shopify CDN: Minification failed

Line 203:2 "fint-weight" is not a known CSS property
Line 318:0 Unexpected "}"

**/
p a {
  color:#01abe8;
  text-decoration:underline !important;
}

.fix{
  margin-top: 0px;
}

.float_left{
  float: left;
  max-width: 550px;
}
@media only screen and (max-width: 600px) {
    .float_left {
        float: none;
      width: 100%;
      
    }
}

.sm_box{
max-width: 350px;
margin: 20px;

}
.sm_box img{
  max-width: 300px;
 
}

.sm_box2{
  width: 300px;
  max-width:300px;
  margin-right: 20px;

}
.sm_box2 img{
  max-width: 300px;
 
}

.float_left h5{
  font-weight: normal;
  
}
.med_box{

}
.med_box img{
  max-width: 350px;
  margin: 10px;
}

.clear{
  clear: both;
}

.button2 {
  background-color: #00abe8;
  color: white;
  border: none;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}

.button2:hover {
  background-color: #0a6484;
  color: white;
}

.button3 {
  background-color: #00abe8;
  color: white;
  border: none;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
 
}

.button2:hover {
  background-color: #0a6484;
  color: white;
}

.box2{}

.box2 h1{
  margin-top: -20px;
 }

.box2 h2{
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: none;
}

.box2 a{color: blue;}

.box2 img{ border: solid 3px #ccc;}
.box2 table{
  margin-bottom: -20px;
}

.center{
text-align:center;
}

.margin_up{
  margin-top: 10px;
}

.container {
    display: flex;
    justify-content: center;
}

.object {
    position:relative;
    float: left;
    margin-right: 20px;
}
.object2{
float: left;
 max-width:350px;
}

.object img{
  width: 350px;
}

.object3{
float: left;
  padding: 20px 20px 20px 0px;
  width: 400px;
}
.object3 img{
  border: 3px solid #000000;
}
@media only screen and (max-width: 600px) {
    .object {
        float: none;
    }
}

.img_box{
 
}
.img_box img{
  float: left;
  width: 50%;
  margin: 0px 20px 10px 0px;
  
}
.img_box2{
 
}
.img_box2 img{
  float: left;
  width: 45%;
  margin: 0px 20px 0px 0px;
  
}
.container2{
  
}

.container2  p {
  text-align: justify;
  margin-right: 25px;
        }

.container3{
  
}

.container3  p {
  text-align: justify;
  margin-right: 25px;
        }

.container2 h5{
  font-size: .85em;
  fint-weight: normal;
}

.sm_img_left{
  float: left;
  width: 31%;
  margin: .5%;

}

img_full{
  width: 100%;
}

.container_box4{
  
}

.box4 {
    float:left;
    width:30%;
    margin:0 0.5%;
    padding:2%;
}


@media only screen and (max-width: 65em) {
    .box4 {
        float:none;
        width:100%;
        margin-bottom:5px
    }
}
.box4 img{
 
}

.box4 hr{
  margin-top: 20px;
  margin-bottom: 20px;
}

.box5 {
    float:left;
    width:50%;
    padding:2%;
}


@media only screen and (max-width: 65em) {
    .box5 {
        float:none;
        width:100%;
        margin-bottom:5px
    }
}
.box5 img{
 
}

.title_1{
  text-align: center;
}

.title_1 img{
  border: none;
}

.box_50{
  width: 50%;
  float: left;
  padding: 20px;
}

.box_50 img{
  border: none;
}

.filters-toolbar-wrapper{
  margin-top: 0px;
}

.column {
  float: left;
  width: 33.3%;
  padding: 5px;
}

.column img {
  border: solid 1px #000000;
}



/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

 /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
} 

table.alternating-table {
  border:#d9d9d9 solid 2px;
}

table.alternating-table tr:nth-child(even) {
    background:#efefef;
  }
}

table.alternating-table tr:nth-child(odd) {
    background:#e9e9e9;
  }

.mapwrap {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:2em;
}
.mapwrap-map {
  width:33%;
  padding-right:1em;
}

.mapwrap-address {
  width:66%;
  
}



.grid-wrapper { 
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  margin: 1em;
}

.grid-box {
 position:relative;
  text-align:center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.cancel-after:after {
  content:none;
}

.col-2 {
  width:47%;
  box-sizing: border-box;
}

.col-2 .card {
  padding:1em;
  background:#fdfdfd;
  
  border-radius:0;
}

.col-2 h3 {
  color:#00abe8;
  text-align:center;
  margin:.5em 0;
}

.col-2 p {
  margin:.5em;
  font-size:.875em;
}

.col-2 img {
  width:100%;
  height:auto;
  border-radius:.5em;
}

.col-2 .btn {
  margin-top:1em;
}

.col-3 {
  width:30%;
  box-sizing: border-box;
  margin:1em 0;
  position:relative;
}

.col-3 .card {
  padding:1em;
  background:#fdfdfd;
  
  border-radius:0;
}

.col-3 a {
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
}

.col-3 h3 {
  font-size:1.5rem;
  color:#00abe8;
  margin:.5em 0 !important;
  text-align:center;
}
.col-3 p {
  font-size:.875em;
}

.split-content-bar .col-2 p {
  padding:.5em 0;
  margin:0;
}

.split-content-bar .col-2:first-child {
  border-right:2px solid #d8d8d8;
}

.split-content-bar .col-3:first-child, .split-content-bar .col-3:nth-child(2) {
  border-right:2px solid #d8d8d8;
}

.split-content-bar h2 {
  color:#01abe8;
  margin-bottom:.5em;
}

.job-openings a {
  color:#fff;
  background:#01abe8;
  padding:.75em 1.5em;
  display:inline-block;
  border-radius:.25em;
  margin-top:1em;
}

.job-openings a:hover {
  background:#0199d0;
}

hr {
  border:none !important;
  border-bottom:2px solid #d8d8d8 !important;
  margin:3em 4em;
}

.template-article h1 {
  color:#01abe8;
}

.template-article h3 {
  margin:1.5em 0 .25em 0;
}
.template-article h4 {
  margin:1.5em 0 .5em 0;
  font-size:1.25em;
  
}
.template-article ul {
  margin-bottom:2em;
}

.btn {
  text-decoration:none !important;
}

.exhibit-list {
  
}
.exhibit-list .exhibit{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  border-bottom:2px solid #dddddd;
  padding:1em 0 1.5em 0;
  margin:1em 0;
}
.exhibit-list .exhibit:last-child{
  border:none;
}

.exhibit-list .exhibit .graphic{
  width:33%;
  margin-bottom:1em;
}
.exhibit-list .exhibit .content{
  width:64%;
}

.exhibit-list .exhibit .content h2{
  color:#00abe8;
  margin:0 .25em 0 0;
  font-size:2em;
}
.exhibit-list .exhibit .content h2.sub{
  color:#00abe8;
  margin:0 .25em 0 0;
  font-size:1.75em;
}
.exhibit-list .exhibit .content h3{
  color:#000;
  margin:.5em 0;
  text-transform:none;
  font-size:1.5em;
}

.exhibit-list .exhibit .content h3 span{
  font-weight:normal;
  
}

.exhibit-list .exhibit .additional-dates h2{
  font-size:1.25em;
}
.exhibit-list .exhibit .additional-dates h3{
  font-size:1.125em;
  margin:1em 0;
}

.exhibit-list .exhibit .additional-dates {
  margin-bottom:2em;
}

.exhibit-list .exhibit .content p{
  margin:1em 0;
  color:#000;
  font-size:1em;
}
h1 {
  font-size:2em;
}
h2 {
  font-size:1.75em;
  text-transform:none;
  letter-spacing:0;
}
h3 {
  font-size:1.5em;
}

.donate-column {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-bottom:2em;
}

.donate-button {
  width:19%;
}

@media only screen and (max-width: 800px) {
    .gala-header {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
    }

    .gala-header .gala-left, .gala-header .gala-right{
      width:100%;
    }
    .gala-header .gala-right{
        width: 100%;
        aspect-ratio: 1 / 1.125;
    }

          
}

@media only screen and (max-width: 600px) {
  .mapwrap-map {
    width:100%;
    text-align:center;
  }
  
  .mapwrap-address {
    width:100%;
    text-align:center;
    padding-top:1em;
  }

  .col-2 {
  width:100%;

  }

  .exhibit-list .exhibit .graphic{
  width:100%;
  }
  .exhibit-list .exhibit .content{
    width:100%;
  }

  .col-3 {
    width:100%;
    box-sizing: border-box;
    margin:1em 0;
    position:relative;
  }
  
  
} 




