.home-page-banner-section{
  overflow:hidden;
}

.image-container{
  height: 400px
  -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.43);
-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.43);
box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.43);
  
  width: 230px;
  height: 400px;
}



.resources-image-slider-inner .image-container{
  margin:0 15px;
  margin-bottom:15px;
}
.resources-image-slider-inner .image-container a{
  display:block;
  position:relative;
  height: 100%;
  width: 100%;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
  max-width:230px;
  margin:0 auto;
}
.flip-card-front img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #f2f2f2;
  color: black;
}
.tabTitle-wrapper:after, .tabTitle-wrapper:before{ 
  content: "";
  background-color: rgba(18,36,75,0.82);
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: -100%;
  top: 0;
}
.tabTitle-wrapper:before{
  left: 100%;
  right: 0;
}
.flip-card-back {
  background-color: #12244B;
  color: white;
  transform: rotateY(180deg);
  padding:15px;
  display: flex;
  align-items: flex-start;
  max-height: 100%;
  overflow-y: auto;
  
  width: 200px;
}
.flip-card-back-inner {
  width: 100%;
}
.image-container .card-title {
  text-align: center;
  padding-top: 2rem;
  padding-right: 1rem;
  width: 70%;
  margin: 0 auto;
}



.title-style {
  position: relative;
}
.title-style h3{
  padding-left:20px;
}
.title-style:after{
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  line-height: 1;      
} 
.resources-tabbing-parents ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*   border-bottom: 1px solid #666666; */
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  position:relative;
}
.resources-tabbing-parents ul:after{
  content:"";
  width:100%;
  height:1px;
  background-color:#666666;
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom: 20px;
}
.resources-tabbing-parents ul li {
  margin: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  border:0;
  border-bottom: 10px solid transparent;
  cursor: pointer;
  float:none;
  font-family: HelveticaNeueBold,sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #12244b;
}
.resources-tabbing-parents ul li:first-child {
  text-align: left;
}

.resources-tabbing-parents ul li:last-child {
  text-align: center;
}
.resources-tabbing-parents ul li.resp-tab-active{
  border:0 !important;
  border-bottom: 10px solid #12244B !important;
  background-color: transparent;
  color: #12244B;
}
.resources-tabbing-parents {
  padding: 20px 0px;
}
.resources-tabbing-module .resp-tab-content{
  border:0;
  padding:30px 0px;
  min-height:156px;
}
.resources-tabbing-module h2.resp-accordion, .resources-tabbing-module h2.resp-accordion:first-child{
  border:0 !important;
  font-size: 18px;
  padding: 15px !important;
  line-height: 1;
}
.resources-tabbing-module h2.resp-accordion.resp-tab-active{
  border-bottom: 10px solid #39f !important;
  background-color: transparent !important;
}
.resources-tabbing-module .resp-tabs-container{
  background-color:transparent;
}
.resources-tabbing-module .resp-tabs-container.hide-div {
  visibility: hidden;
}
