.tabs-section-container {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 64px 16px;
}

.tabs-headers {
	border-bottom: solid 1px #e7e7e7;
	margin-bottom: 32px;
}

.tabs-headers a {
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #00254b;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
}
@media(min-width:1001px){
  .tabs-headers a {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media(max-width:1000px){
  .tabs-headers {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.tabs-headers a:last-child {
    padding-right: 0;
}

.tab-pane {
    display: none;
}

.content-container p {
    font-size: 17px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: #333;
}

.content-container ul {
    list-style: none;
}

.content-container li {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-bottom: 8px;
}

.content-container li::before {
    background: #ff9b00;
    border-radius: 50%;
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: -24px;
    top: 8px;
}

.content-container li strong {
    font-weight: 600;
    color: #00254b;
}

.content-container .text-link {
	border-bottom: 1.5px solid #b9d9eb;
	font-weight: 600;
	color: #00254b;
}
.content-container .text-link:hover {
  color:#ff9900 !important;
}
.tabs-headers a.active {
    border-bottom: 3px solid #b9d9eb;
}

.tab-pane.active {
    display: block;
}

.tabs-section-container .slick-next {
    right: 2px;
    top: 45%;
}
.tabs-section-container .slick-prev {
    left: 2px;
    top: 45%;
}

.tabs-section-container .slick-next::before {
    content: " ";
    border: solid #003366;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.tabs-section-container .slick-prev::before {
    content: " ";
    border: solid #003366;
    border-width: 4px 0px 0px 4px;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.content-container {
    margin-top: 32px;
}

@media (min-width: 767px) {
    .tabs-headers {
/*         padding: 0px 32px 0 32px; */
    }

    .tab-pane.active {
        flex-direction: row;
    }

    .tabs-headers {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
    }

    .content-container {
        margin-top: 32px;
    }
}

@media (min-width: 991px) {
    .tabs-section-container {
        padding: 64px 0;
    }

    .content-container {
        margin-top: 0;
    }

    .tab-pane.active {
        display: flex;
        flex-direction: row;
    }

    .content-container p + p {
        margin-top: 24px;
    }

    .tabs-img-container {
        max-width: 467px;
        padding-right: 36px;
        flex: 0 0 auto;
        width: 100%;
    }
    .page-node-264 .tabs-img-container {
      padding-right: 0;
      margin-right: 32px;
    }
}

@media (min-width:768px) and (max-width:1000px){
  .tabs-headers {
    padding: 0;
  }
  .tabs-section .tabs-section-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.page-node-264 .tabs-section .tabs-section-container .slick-list a:focus,
.page-node-264 .tabs-section .tabs-section-container .slick-list a:active,
.page-node-264 .tabs-section .tabs-section-container .slick-list a:focus-visible

{
  outline: unset;
    outline-offset: unset;
 

}
/* .page-node-264 .tabs-section .tabs-section-container .slick-list a.active
{
    outline-offset: unset;
  border-left:none;
  border-right:none;

} */
