/* .ip-banner {
    opacity: 0;
    display: none;
} */

#main-wrapper {
    /* padding-top: 150px; */
    position: relative;
    z-index: 1;
}
    #main-wrapper:before {}
    #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-comm {
    padding: 0 15px;
}
    .ip-comm-top {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 111px 0 0;
    justify-content: space-between;
    }

    .ip-comm-title-wrap .title-l-o {
        left: -15px;
        top: -180px;
    }

/** comm Nav **/

.comm-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.comm-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.comm-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.comm-prev em,
button.comm-next em {
   color: #27a4e6; 
   font-size: 16px;
}

 .comm-nav span {
    position: relative;
    margin: 0 30px;
 }

  .comm-nav span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    height: 49px;
    top: -24px;
    bottom: 0;
    background: #c8c8c8; 
    opacity: 0.5;
  }

.ip-comm-list-wrap {
    position: relative; 
    width: 100%; 
    display: block; 
    margin-top: 45px;
}

.ip-comm-list-slide {
    position: relative;
    font-size: 0;
}

.ip-comm-list {
    position: relative; 
    display: flex !important; 
    flex-flow: row wrap; 
    justify-content: center; 
}

     .comm-cont-wrap {
         width: 50%; 
         display: block;  
         padding: 0 20px; 
         margin: 40px 0;
     }

      .comm-cont-wrap .comm-cont {
        display: flex;
        width: 100%;
        margin: 0 auto;
        position: relative;
        justify-content: center;
        align-items: center;
      }

      .comm-cont-wrap .comm-cont .img-comm {
         position: relative; 
         width: 50%; 
         cursor: pointer;
      }

      .comm-cont-wrap .comm-cont .img-comm:before {}

      .comm-cont-wrap .comm-cont .img-comm:after {
          position: absolute; 
          top: 0;
          left: 0; 
          content:'';
          background:var(--secondary);   
          width: 100%;
          height: 100%;  
          z-index: 1;  
          opacity: 0;
              transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    pointer-events: none;
      }

      .comm-cont-wrap .comm-cont .img-comm:hover:after {
        opacity: 0.8;
      }

       .comm-cont-wrap .comm-cont .img-comm canvas {
         position: relative; 
         background: #000; 
         width: 100%;
       }

       .comm-cont-wrap .comm-cont .img-comm img {
           position: absolute;
           top: 0;
           left: 0;
           right: 0;
           height: 100%;
           width: 100%;
           object-fit: cover;
           opacity: 0.8;
          }
        .comm-cont-wrap .comm-cont .img-comm.no-img img{
          object-fit: contain;
        } 

        .img-comm .hp-link {
            display: flex;
            width: 100%;
            max-width: 200px;
            text-align: left;
            line-height: 45px;
            height: 45px;
            text-transform: uppercase;
            letter-spacing: 0.4em;
            margin: auto;
            transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -webkit-transition: all .25s ease-in-out;
            background: #002349;
            padding: 0 20px;
            font-size: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            z-index: 4;
            opacity: 0;
        }
             .img-comm .hp-link span.link-title {
                  color: #fff;
                  text-align: left; 
                  font-size: 14px;
                  letter-spacing: 0.1em;
                  text-transform:capitalize;
                  position: relative; 
                  display: block; 
                  font-weight: 500; 
                  width: 98%;
             }
             .img-comm .hp-link span.link-s {
                font-size: 14px; 
                display: flex; 
                justify-content: flex-end;
                color: #fff;
             }
             .img-comm .hp-link span.link-s em {
                 font-style: normal !important; 

             }

        .comm-cont-wrap .comm-cont .img-comm:hover .hp-link {
            /*opacity: 1;*/
        }

       .comm-cont-wrap .comm-cont .comm-details {
          display: block; 
          width: 50%; 
          padding: 0 60px 0 40px;
       }

       .comm-cont-wrap .comm-cont .comm-details span {
         display: block;
       }

      .comm-cont-wrap .comm-cont .comm-details span.comm-title {
          font-size: 30px; 
          color: #002349;  
          line-height: normal;
          font-family: var(--font-family-title);
          text-transform: uppercase;
       }


       .comm-cont-wrap .comm-cont .comm-details > p {

         font-size: 16px;
         letter-spacing: 0.1em;
         line-height: 30px;
         color: #555555;
         margin: 25px 0;
       }


.comm-more {
  display: flex; 
  justify-content: center; 
  align-items: center;
}

 .comm-more a.hp-link {
   margin: 30px auto;
 }
   

       
/*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-comm-top-smi ul.smi-links li {
        margin-bottom: 10px;
    }

    .comm-cont-wrap .comm-cont .comm-details {
    padding: 0 0px 0 40px;
}
}

@media only screen and (max-width: 1366px) {
    #ip-comm {
        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;
    }
.comm-cont-wrap {
  width: 100%;
}

}

@media only screen and (max-width: 768px) {

.comm-nav {
  top: 20px;
}

}

@media only screen and (max-width: 480px) {

.comm-cont-wrap .comm-cont .comm-details,
.comm-cont-wrap .comm-cont .img-comm {
   width: 100%;
   padding: 0;
}
.comm-cont-wrap .comm-cont {
  flex-flow: row wrap;

}

.comm-cont-wrap .comm-cont .comm-details span.comm-title {
  margin-top: 30px;
}

}