.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  padding-top: 10px;
  width: 100%;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #333333;
  white-space: normal;
  
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/*    megamenu for image */
.megamenu > li > div > div >  ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #333333;
  white-space: normal;
}

.megamenu > li > div > div >  ul > li > a:hover,
.megamenu > li > div > div >  ul > li > a:focus{
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu > li > div > div >  ul > li {
list-style: none;;
}
/*   end  megamenu for image */

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #993302;
  font-size: 18px;
  
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
}
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
    color: #993302;
  }
}
.dropdown-menu {
    border-radius: 1px;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    margin: -0.3rem 0 0;
} 

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

  .dropdown-header {
    color: #004c92;
    font-weight: 600;
    padding: .5rem 0rem;
/*    padding-bottom: 1rem;*/
/*    background-color: rgba(0, 0, 0, .03); */
/*    padding: .5rem 1.5rem;*/
/*    padding: .0rem 0.0rem;*/
  }
  
.dropdown-item {
    display: block;
    width: 100%;
    /* padding: .25rem 1.5rem;*/
    padding: .25rem 1rem;
    background-color: white!important;
    }    
.bg-light {
    background-color: white!important;
    border-bottom: 0px solid #ccc; 
    /* box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05); */
    box-shadow: none;
}  


@media (min-width: 768px) {
    .nav-link{
        border-bottom: 2px solid transparent;
    }

    .nav-link:hover{
        border-bottom: 2px solid currentColor;
        display: inline-block;
        color: #696969;
    }
}

.worldpop_href {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    display: inline-block;
    text-transform:none;
}

.worldpop_href > a,
.worldpop_href > a:hover,
.worldpop_href > a:focus {
  text-decoration: none;
}

.navbar-custom >ul>li:not(:first-child):before {
    content: '';
    position: relative;
    left: -2px;
    top: -1px;
    color: transparent;
    font-size: 0.75rem;
    font-weight: 400;
}

#top_logo {
    background: url(/resources/wp_logo/low_resolution/wp_logotype_navy_lo.png) 0 60% no-repeat;
    background-size: 140px 32px;
    padding-left: 150px;
}

@media screen and (max-width: 480px) {
    #top_logo {
    background:none;
    background-size: 0px 0px;
    padding-left: 0px;    
    }
}

.foot_flex_list1 {
    position: relative;
    overflow: hidden;
    font-size: 80%;
}

#foot_flex_list {
  list-style: none;
  font-size: 80%;
  color: #fff;
}



#foot_flex_list li {
  display: inline;
  padding: 0 10px;
  border-left: solid 1px white;
  opacity: 0.8;
}

#foot_flex_list li:first-child {
  border-left: none;
  opacity: 0.8;
}


/*Team*/

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #004c92 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #004c92 !important;
}

.frontside .card .card-body img {
    width: 200px;
    height: 300px;
}

/*Team End*/

/*mycard start*/

@media screen and (min-width: 480px) {
    .mycard {
        width: 18rem;    
    }
}
@media screen and (max-width: 480px) {
    .mycard {
        padding-top: 20px;
        padding-left: 60px;
        padding-right: 60px; 
        border: none;
    }
}

@media screen and (max-width: 480px) {
    #dArchit {
        padding: 30px; 
    }
}
/*Team End*/

.card-team {
/*    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;*/
border:  1px solid #f2f2f2;
}