/* you can add your own custom css here if you don't want to worry about SASS/SCSS */



/* from bootstrap features.css example */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.item-image, .blog .item-content img {
    box-shadow: 1px 2px 8px 0px #000000;
}


#ac_message {
    width: 100%;
    height: 172px;
}




.playfair-display-400 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
nav h1.mobile {
  font-size: 36px;
}
nav h1.desk {
  font-size: 56px;
  padding-top: 32px;
}

#insuraceImages {
    margin-left: 0;
}
#insuraceImages li {
    display: flex;
    width: 180px;
    height: 180px;
    list-style-type: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 16px;
    float: left;
    margin: 0 12px 14px 0;
}
#insuraceImages img {
    margin: auto;
    width: 100%;
}

.thumbLinks a::after {
    content: attr(data-label);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.68);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    font-size: 36px;
    text-align: center;
    padding-top: 56%;
    line-height: 1em;
}

:root {
  --thumb_grad: 100,100,100;
}



.thumbLinks a::before {
    content:'' ;
   background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(var(--thumb_grad),1) 0%, rgba(var(--thumb_grad),0.5) 15%, rgba(var(--thumb_grad),0) 30%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}
.thumbLinks a {
    line-height: 0;
    position: relative;
    display: inline-block;
    margin: 1%;
    width: 31%;
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.32);
    vertical-align: top;
    overflow: hidden;
    height: 500px;
}

.thumbLinks a:hover::after {
    opacity: 1;
}



.eyeiq_watermark > .container::before {
    content: "Brand videos available for Gold and Platinum Subscribers.";
    display: block;
    position: absolute;
    width: 95%;
    text-align: center;
    height: 70px;
    top: 50%;
    color: rgb(255 255 255);
    text-shadow: 1px 2px 4px  rgb(0 0 0);
    line-height: 1em;
    font-size: 48px;
    z-index: 5;
    rotate: 340deg;
    transform: translateY(-50%);
    opacity: 0.7;
}
@media (max-width: 560px) {
    .eyeiq_watermark > .container::before {
        rotate: 0deg;
    }
}
[data-em-style-id="24"] #showcase::before {
    content: "Slideshow is available for an additional fee.";
    display: block;
    position: absolute;
    width: 95%;
    text-align: center;
    height: 70px;
    top: 50%;
    color: rgb(255 255 255);
    text-shadow: 1px 2px 4px  rgb(0 0 0);
    line-height: 1em;
    font-size: 48px;
    z-index: 5;
    rotate: 340deg;
    6transform: translateY(-50%);
    opacity: 0.7;
}

.background-image {
    background-size: cover;
    background-position: center;
}
.background-image img {
    visibility: hidden;
}

.impact-navbar {
    background-image: linear-gradient(to top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.0) 100%);
    color: #dddddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(0,0,0,.55);
    border-radius: 7px 7px 0px 0px;


}
.impact-banner {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 100%);
    color: #dddddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3),inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 2px 2px rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(0,0,0,.55);
}