/* .ip-banner {
    opacity: 0;
    display: none;
} */

#main-wrapper {
    /* padding-top: 150px; */
    position: relative;
    z-index: 1;
}
    #main-wrapper:before {
        /*content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 571px;
        background: url(../../images/about-amber-anderson/bg-top.jpg) center/cover no-repeat;
        z-index: -1; */

    }
    #inner-page-wrapper > .container {
        width: 100%;
        padding: 0;
    }
    #content-full {
        margin-top: 0;
    }

/*breadcrumbs*/
#content p#breadcrumbs {
    margin: 0;
    position: absolute;
    top: 0;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #797979;
    text-transform: uppercase;
    /*background: #002349 url(../../images/accent-bg.jpg) center/cover no-repeat;*/
    width: 904px;
    width: 56.5%;
    padding: 13.5px 0 13.5px 7.7%;
    z-index: 3; 
    border-bottom: 2px solid #001941;
}


    #content p#breadcrumbs span.breadcrumb_last {
        color: #002349;
    }
        #content p#breadcrumbs span span {
            margin: 0 4px;
        }
        #content p#breadcrumbs span span:first-of-type {
            margin-left: 0;
        }
        #content p#breadcrumbs span span:last-of-type {
            margin-right: 0;
        }
/*breadcrumbs end*/


#ip-lb {
    padding: 0 80px;
}
/*    #ip-lb p {
        font-size: 14px;
        letter-spacing: 0.08em;
        line-height: 30px;
        color: #333333;
        margin: 30px 0;
    }*/
    .ip-lb-top {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 111px 0 0;
    justify-content: space-between;
    }

    .ip-lb-title-wrap .title-l-o {
        left: -15px;
        top: -180px;
    }

/** lb Nav **/

.lb-nav {
    margin: 0 20px;
    position: relative;
    z-index: 1;
    font-size: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center; 

}


button.lb-prev {
    left: 0px;
    display: block !important;
    outline: none;
    text-decoration: none;
    color: #002349; 
    margin: 0;
    font-size: 14px;  
    letter-spacing: 0.2em; 
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out; 
    top: 0;
    font-weight: 500;  
    border: none; 
    background: none; 
    cursor: pointer; 
    text-transform: uppercase;
}
button.lb-next {
    right: 0px;
    display: block !important;
    outline: none;
    text-decoration: none;
    color: #002349; 
    margin: 0;
    font-size: 14px;  
    letter-spacing: 0.2em; 
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    top: 0;
    font-weight: 500;  
    border: none; 
    background: none; 
    cursor: pointer; 
    text-transform: uppercase;
}

button.lb-prev em,
button.lb-next em {
   color: var(--secondary); 
   font-size: 16px;
}

 .lb-nav span {
    position: relative;
    margin: 0 30px;
 }

  .lb-nav span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    height: 49px;
    top: -24px;
    bottom: 0;
    background: #c8c8c8; 
    opacity: 0.5;
  }

.ip-lb-list-wrap {
    position: relative; 
    width: 100%; 
    display: block; 
    margin-top: 45px;
}

.ip-lb-list-slide {
    position: relative;
    font-size: 0;
        margin-left: -19px;
    margin-right: -19px;
}

.ip-lb-list {
    position: relative; 
    display: flex !important; 
    flex-flow: row wrap; 
    justify-content: center; 
}

     .lb-cont {
         width: 33.333%; 
         display: block;  
         padding: 0 19px; 
         margin: 19px 0;
     }

      .lb-cont a {
         display: block;
         width: 100%; 
         margin: 0 auto; 
         position: relative;
      }

      .lb-cont a .img-lb {
         position: relative; 
      }

       .lb-cont a .img-lb canvas {
         position: relative; 
         background: #000; 
         width: 100%;
       }

       .lb-cont a .img-lb img {
           position: absolute;
           top: 0;
           left: 0;
           right: 0;
           height: 100%;
           width: 100%;
           object-fit: cover;
           transition: all .25s ease-in-out;
           -moz-transition: all .25s ease-in-out;
           -webkit-transition: all .25s ease-in-out; 
           opacity: 0.8;
          }
        .lb-cont a .img-lb.no-img img{
            object-fit: cover;
        }
        .lb-cont a .img-lb.no-img img[src*="site-logo-white.png"]{
            object-fit: contain;
            width: 90%;
            margin: 0 auto;
        }



       .lb-cont a:hover .img-lb img {
          opacity: 1;
       }   

       .lb-cont a .lb-details {
          display: block;
       }

       .lb-cont a .lb-details span {
         display: block;
       }

       .lb-cont a .lb-details span.lb-title {
          font-size: 24px; 
          color: #002349; 
          text-transform: capitalize; 
          letter-spacing: 0.025em; 
          margin-top: 30px; 
          font-weight: 600;
           line-height: normal;
       }

       .lb-cont a .lb-details span.lb-title-s {
          font-size: 15px; 
          text-transform: uppercase; 
          letter-spacing: 0.025em; 
          /*color: #a6a6a6;*/
		   color: #767676;
       }

       .lb-cont a .lb-details > p {
         font-family: 'Playfair Display', serif; 
         font-size: 18px;
         letter-spacing: 0.02em;
         line-height: 30px;
         color: #666;
         margin: 25px 0;
       }

       .lb-cont a:hover .lb-details > p {
         color: #000;
       }

       .lb-cont a .lb-details span.lb-btn {
            width: 191px;
            height: 40px;
            padding: 0 20px;
            font-size: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-align: left;
            background: #002349;
            font-family: var(--font-family-default);
            margin: 28px 0;
            transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
          }

          .lb-cont a:hover .lb-details span.lb-btn {
             background: #949494;
          }

          .lb-cont a .lb-details span.lb-btn em {
             width: 93%; 
             font-size: 13px; 
             color: #fff; 
             text-transform: capitalize; 
             font-style: normal !important;

          }
          
          .lb-cont a .lb-details span.lb-btn em:nth-child(2) {
             font-size: 16px; 
             width: 7%;
          }


/*modify desktop header*/
@media only screen and (min-width: 992px) {
    .main-header {
        position: absolute;
        top: 0;
    }
        .main-header .logo-flex a img:not(.blue-logo) {
            display: none;
        }
        .main-header .logo-flex a .blue-logo {
            display: block;
        }
        .main-header .logo-flex a:nth-child(2):before {
            background: rgba(102,102,102,0.2);
        }
    .navigation .aios-split-nav > li {
        border-bottom: 1px solid rgba(102,102,102,0.2);
    }
    .navigation .aios-split-nav > li > a {
        color: #666666;
    }
}
/*modify desktop header end*/

@media only screen and (max-width: 1440px) {
    .ip-lb-top-smi ul.smi-links li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1366px) {
    #ip-lb {
        padding: 0 15px;
    }
    .ip-fp-top-img {
        margin-right: 0;
    }
    .ip-fp-top-smi {
        width: 60px;
        left: inherit;
        right: -15px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-fp-top-smi ul.smi-links li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    /*breadcrumbs*/
    #content p#breadcrumbs {
        width: 100%;
        position: relative;
        padding: 13px 15px;
    }
    /*breadcrumbs end*/ 

    #main-wrapper {
        padding-top: 0;
    }
    .ip-fp-top {
        padding: 80px 0 0;
    }

  .lb-cont {
    width: 50%;
}
}

@media only screen and (max-width: 768px) {

  .lb-cont {
    width: 100%;
}
}

@media only screen and (max-width: 480px) {




.lb-nav-wrap {
    width: 100%; 
    margin-top: 30px;
}

}