.navContent > ul > li:nth-last-child(1) a {
    background: rgba(0, 0, 0, 0) url("https://static.spacecrafted.com/f2c69aa1e26c45999da98c85d9e93899/i/aefa967f8ba7499b94d3cc0e7108fa46/1/5feFb8zhrk") no-repeat scroll center center / contain ;
    display: inline-block;
    font-size: 0;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

ul.subNav li, .navContent ul li ul li, ul.subNav li a, .navContent ul li ul li a {
    font-family: brandongrotesque,Arial,Verdana,sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}


.navContent ul li ul li, .navContent ul li:first-child ul li, .navContent ul li ul li:first-child, .navContent ul li:first-child ul li:first-child, .navContent ul li ul a, .navContent ul li:first-child ul a, .navContent ul li ul a.selected, .navContent ul li:first-child ul a.selected, .navContent ul li ul .navLabel, .navContent ul li:first-child ul .navLabel, .navContent ul li ul .navLabel.selected, .navContent ul li:first-child ul .navLabel.selected {
    line-height: 1.3;
    white-space: inherit;
}

ul.subNav, .navContent ul li ul{
    min-width:  220px; 
}

/* Donate Page Button */
.block_c8f70522d57d4d5ab168d4a3941eac91 .ctaButton {
    background: #fcb924 url(https://static.gofasturtle.com/a5dff7521f3d491d9f212d473ff4cfce/i/bcbf8888b7cc4d31b198d6d6e33cf6ab/2/5feFb8zhrk/icon-lock.png) no-repeat 1em center;
    padding-left: 2em;   
}

/* Change link colors for light backgrounds */
.block_e778f1a57bfa4cf695edf37d9f20208e a,
.block_ffc2fcf50e7948d5899587742a100d8f a {
    color: #482782;
}

.blockWrap_c7f7a7860ad443d8a8d67cb0d0f27b14 h1.pageTitle {
    background: url(https://static.gofasturtle.com/a5dff7521f3d491d9f212d473ff4cfce/i/cba698cf084647e3aad1bef28f692f86/2/5feFb8zhrk/icon-lock.png) no-repeat center left;
    padding-left: 36px;
    display: inline;
}
.items_f53f9e2cbf0f4274b827c39f73f89835 .item .itemInnerContent a, .items_f53f9e2cbf0f4274b827c39f73f89835 .item .socialContent a, .items_f53f9e2cbf0f4274b827c39f73f89835 .item .socialActions a {
    display: inline-block;
    line-height: 1.5;
    padding: .25em 1em;
    text-decoration: none;
    box-sizing: border-box;
    color: #000;
    letter-spacing: normal;
    text-transform: none;
    border-radius: 0;
    background: #fcb924;
    font-size: 20px;
    border-color: #ccc;
    border-width: 0;
    border-style: solid;
}


/*Adjust Gallery Titles to be Visible on Facilities pages*/
.block_f1dc9400dffc4a3883797102145c64d1 .imgHover .imgHover-overlay .imgHover-content .contentTitle,
.block_e11fe4a9144f4b778b9d386f837d5513 .imgHover .imgHover-overlay .imgHover-content .contentTitle {
    opacity: 1 !important; 
    transform: none !important;
    }
    
.blockWrap_e11fe4a9144f4b778b9d386f837d5513 .imgHover-content,
.block_f1dc9400dffc4a3883797102145c64d1 .imgHover-content {top: 103% !important;}

.block_f1dc9400dffc4a3883797102145c64d1 .imgHover,
.block_e11fe4a9144f4b778b9d386f837d5513 .imgHover,
.block_f1dc9400dffc4a3883797102145c64d1 .imgShape,
.block_e11fe4a9144f4b778b9d386f837d5513 .imgShape {overflow: visible !important;}

.block_e11fe4a9144f4b778b9d386f837d5513 .imgShape .imgHover-transform,
.block_f1dc9400dffc4a3883797102145c64d1  .imgShape .imgHover-transform,
.block_f1dc9400dffc4a3883797102145c64d1 .imgHover .imgHover-overlay,
.block_e11fe4a9144f4b778b9d386f837d5513 .imgHover .imgHover-overlay {border-radius: 50%;overflow: visible !important;}
.column {
  float: left;
  width: 50%;
}

/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns */
.column {
  flex: 25%;
  padding: 20px;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row {
    flex-direction: column;
  }
}