.optiport-2sxc .row {
  margin-left: 0;
  margin-right: 0;
}

.optiport-skin .col-md-4.my-2sxc-col-md-4 {
  width: 32.8%;
  padding-left: 0;
}

.optiport-skin .col-md-8.my-2sxc-col-md-8 {
  width: 67.2%;
  padding-right: 0;
}

.optiport-2sxc .font-bold {
  font-weight: bold;
}

.optiport-2sxc .overlay-primary {
    background-color: rgb(0, 48, 91, 0.8);  
}

.optiport-2sxc .overlay-primary-variant {
  background-color: rgb(0, 48, 91, 0.6);  
}

.optiport-2sxc .overlay-secondary {
  background-color: rgb(50, 155, 190, 0.8);
}

.optiport-2sxc .overlay-white {
  background-color: rgb(255, 255, 255, 0.5);  
}

.optiport-2sxc .overlay-black {
  background-color: rgb(0, 0, 0, 0.2);  
}

.optiport-2sxc .primary-background,
.optiport-2sxc .primary-decorator {
  background-color: var(--ocean-blue);  
}

.optiport-2sxc .secondary-background,
.optiport-2sxc .secondary-decorator {
  background-color: var(--warm-blue);  
}

.optiport-2sxc .secondary-variant-background,
.optiport-2sxc .secondary-variant-decorator {
  background-color: var(--light-warm-blue);  
}

.optiport-2sxc .white-background,
.optiport-2sxc .white-decorator {
  background-color: var(--white);  
}

.optiport-2sxc .primary-color-text {
  color: var(--ocean-blue);
}

.optiport-2sxc .secondary-color-text {
  color: var(--warm-blue);
}

.optiport-2sxc .white-color-text {
  color: var(--white);
}

.optiport-2sxc .left-complementary-banner {
  height: 100%;
  position: absolute;
  display: flex;
  left: 0;
}

.optiport-2sxc .left-complementary {
  height: 100%;
  position: absolute;
  display: flex;
  left: 0;
}

.optiport-2sxc .right-complementary {
  height: 100%;
  position: absolute;
  display: flex;
  right: 0;
}

.optiport-2sxc .banner-title {
  font-size: 38px;
}

.optiport-2sxc .banner-content {
  font-size: 18px;
}

.optiport-2sxc .body-title {
  font-size: 32px;
}

.optiport-2sxc .body-content {
  font-size: 16px;
}

.optiport-2sxc .bullet-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.optiport-2sxc .bullet-title-container {
  display: flex;
  align-items: center;
}

.optiport-2sxc .bullet-decorator {
  width: 12px;
  min-width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 10px;
}

.optiport-2sxc .bullet-decorator.icon {
  height: 100%;
  margin-right: 20px;
}

.optiport-2sxc .bullet-decorator.icon i {
  font-size: 16px;
}

.optiport-2sxc .bullet-title {
  font-size: 24px;
}

.optiport-2sxc .bullet-body {
  font-size: 14px;
}

.optiport-2sxc .bullet-body-container,
.optiport-2sxc .bullet-cta-container {
  padding-left: 25px;
}

.optiport-2sxc .bullet-body-container.icon,
.optiport-2sxc .bullet-body-container.icon + .bullet-cta-container {
  padding-left: 35px;
}

.optiport-2sxc .tip-container {
  padding: 0 30px 0;
}

.optiport-2sxc .tip-title {
  font-size: 18px;
}

.optiport-2sxc .tip-content {
  font-size: 14px;
  font-style: italic;
}

/*Scrolling*/
.optiport-2sxc {
  scroll-margin-top:50px;
}

/*Template 1*/
.optiport-2sxc .section-template-1 .op-banner-container {
  min-height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  display: flex;
}

.optiport-2sxc .section-template-1 .banner-content-container {
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-1 .banner-content-container > div {
  display: flex;
  align-items: center;
  padding: 0;
}

.optiport-2sxc .section-template-1 .banner-content-container > div .left-content {
  padding: 0px 60px 0px 0px;
}

.optiport-2sxc .section-template-1 .change-banner {
  position: absolute;
  top: 45%;
  z-index: 1;
  color: var(--ocean-blue);
  font-size: 22px;
  background: var(--white);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

.optiport-2sxc .section-template-1 .change-banner.left {
  left: 10px;
}

.optiport-2sxc .section-template-1 .change-banner.right {
  right: 10px;
}

/*Template 2*/
.optiport-2sxc .section-template-2 .template-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-2 .multimedia-img {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 8px;
}

.optiport-2sxc .section-template-2 .multimedia-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 8px;
}

/*Template 3*/
.optiport-2sxc .section-template-3 .template-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}

.optiport-2sxc .section-template-3 .testimonial-container {
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.optiport-2sxc .section-template-3 .testimonial-container > div {
  display: flex;
  align-items: center;
}

.optiport-2sxc .section-template-3 .testimonial-body {
  font-size: 18px;
  font-style: italic;
}

.optiport-2sxc .section-template-3 .testimonial-author {
  font-size: 16px;
  font-weight: bold;
}

.optiport-2sxc .section-template-3 .testimonial-role {
  font-size: 14px;
}

/*Template 4*/
.optiport-2sxc .section-template-4 .template-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

/*Template 5*/
.optiport-2sxc .section-template-5 .image-container {
  min-height: 380px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
}

.optiport-2sxc .section-template-5 .image-container.parallax-style {
  background-attachment: fixed;
  background-position: center;
}

.optiport-2sxc .section-template-5 .image-container .overlay-container {
  width: 100%;
  height: inherit;
}

/*Template 6*/
.optiport-2sxc .section-template-6 .template-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-6 .my-2sxc-col-md-4 {
  display: flex;
  flex-wrap: wrap;
}

.optiport-2sxc .section-template-6 .image-container {
  background-repeat: no-repeat;
  background-size: cover;
}

/*Template 7*/
.optiport-2sxc .section-template-7 .template-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-7 .multimedia-img,
.optiport-2sxc .section-template-7 .multimedia-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 8px;
}

.optiport-2sxc .section-template-7 .my-2sxc-col-md-4 {
  display: flex;
  flex-wrap: wrap;
}

.optiport-2sxc .section-template-7 .content-image {
  width: 100%;
}

/*Template 8*/
.optiport-2sxc .section-template-8 .image-container {
  width: 100%;
  aspect-ratio: 4 / 1;
}

/*Template 9*/
.optiport-2sxc .section-template-9 .template-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-9 .white-background > .right-border {
  border-right: 2px solid var(--ocean-blue);
}

.optiport-2sxc .section-template-9 .quicklinks-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.optiport-2sxc .section-template-9 .quicklink-wrapper {
  margin: 10px;
  width: calc(50% - 20px);
  border-radius: 10px;
}

.optiport-2sxc .section-template-9 .quicklink-img,
.optiport-2sxc .section-template-9 .article-img {
  width: 100%;
  aspect-ratio: 16/9;
}

.optiport-2sxc .section-template-9 .article-img {
  border-radius: 10px;
}

/*Template 10*/
.optiport-2sxc .section-template-10 .template-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-10 .step-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.optiport-2sxc .section-template-10 .step-separator {
  border-bottom: 1px solid var(--gray1);
  margin: 30px auto;
  max-width: 50%;
}

.optiport-2sxc .section-template-10 .step-separator:last-of-type {
  border-bottom: none;
}

.optiport-2sxc .section-template-10 .step-multimedia-img,
.optiport-2sxc .section-template-10 .step-multimedia-video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
}

.optiport-2sxc .section-template-10 .step-multimedia-img {
  box-shadow: rgb(0, 0, 0, 0.6) 1px 2px 4px;
}

.optiport-2sxc .section-template-10 .right-position {
  order: 1;
}

.optiport-2sxc .section-template-10 .left-position {
  order: 0;
}

.optiport-2sxc .section-template-10 .step-title {
  font-size: 32px;
}

.optiport-2sxc .section-template-10 .step-body {
  font-size: 16px;
}

/*Template 11*/
.optiport-2sxc .section-template-11 .template-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-11 .multimedia-wrapper {
  text-align: center;
  display: inline-flex;
  width: 100%;
}

.optiport-2sxc .section-template-11 .multimedia-img,
.optiport-2sxc .section-template-11 .multimedia-video {
  aspect-ratio: 16/9;
  max-width: 640px;
  width: 100%;
  border-radius: 10px;
}

/*Template 12*/
.optiport-2sxc .section-template-12 .template-container-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-12 .template-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}

.optiport-2sxc .section-template-12 .resource-center-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.optiport-2sxc .section-template-12 .resources-title {
  font-size: 32px;
}

.optiport-2sxc .section-template-12 .resources-content {
  font-size: 14px;
}

.optiport-2sxc .section-template-12 .resource-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.optiport-2sxc .section-template-12 .resources-item {
  font-size: 16px;
}

/*Template 13*/
.optiport-2sxc .section-template-13 .template-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-13 .boxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.optiport-2sxc .section-template-13 .box-item {
  width: 30%;
  margin: 15px;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.optiport-2sxc .section-template-13 .box-title {
  font-size: 20px;
}

.optiport-2sxc .section-template-13 .box-content {
  font-size: 16px;
}

/*Template 14*/
.optiport-2sxc .section-template-14 .template-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-14 .cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.optiport-2sxc .section-template-14 .card-title {
  font-size: 20px;
}

.optiport-2sxc .section-template-14 .card-content {
  font-size: 16px;
}

.optiport-2sxc .section-template-14 .card-container {
  background-color: var(--white);
  border-radius: 10px;
  padding: 0;
  margin: 10px;
  width: calc(33.33% - 20px);
  box-shadow: 0px 0px 4px var(--ocean-blue);
}

.optiport-2sxc .section-template-14 .card-container .multimedia-img,
.optiport-2sxc .section-template-14 .card-container .multimedia-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

/*Template 15*/
.optiport-2sxc .section-template-15 .template-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-15 .library-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.optiport-2sxc .section-template-15 .library-content-wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.optiport-2sxc .section-template-15 .library-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 8px;
}

.optiport-2sxc .section-template-15 .library-title {
  font-size: 16px;
}

.optiport-2sxc .section-template-15 .library-content {
  font-size: 14px;
}

/*Template 16*/
.optiport-2sxc .section-template-16 .template-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.optiport-2sxc .section-template-16 .team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.optiport-2sxc .section-template-16 .team-title {
  font-size: 24px;
}

.optiport-2sxc .section-template-16 .member-title {
  font-size: 20px;
}

.optiport-2sxc .section-template-16 .member-content {
  font-size: 16px;
}

.optiport-2sxc .section-template-16 .member-container {
  background-color: var(--white);
  border-radius: 10px;
  padding: 0;
  margin: 10px;
  width: calc(20% - 20px);
}

.optiport-2sxc .section-template-16 .member-container .multimedia-img {
  aspect-ratio: 8 / 9;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.optiport-2sxc .section-template-17 .image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.optiport-2sxc .section-template-17 .image-container .image-wrapper {
  width: 250px;
}

.optiport-2sxc .section-template-17 .image-container .image-wrapper .image
{
  border:solid 1px #00305B; 
  border-radius:5px;
  aspect-ratio: 16 / 9;
  width: 100%;
}

/*Responsive*/
@media (max-height: 800px) {
  .optiport-2sxc .safari-browser{
    scroll-margin-top: 60px;
  }
}
@media (min-width: 1000px) {
  .optiport-skin .mobile-background {
    background-color: transparent;
  }
}

@media (min-width: 1800px) {
  .optiport-2sxc .section-template-1 .banner-content-container > div .left-content {
    padding: 0px 90px 0px 0px;
  }
}

@media (min-width: 2100px) {
  .optiport-2sxc .section-template-1 .banner-content-container > div .left-content {
    padding: 0px 120px 0px 0px;
  }
}

@media (max-width: 2150px) {
  .optiport-skin .col-md-4.my-2sxc-col-md-4 {
    width: 33.9%;
  }
  
  .optiport-skin .col-md-8.my-2sxc-col-md-8 {
    width: 66.1%;
  }
}

@media (max-width: 2000px) {
  .optiport-skin .col-md-4.my-2sxc-col-md-4 {
    width: 35%;
  }
  
  .optiport-skin .col-md-8.my-2sxc-col-md-8 {
    width: 65%;
  }
}

@media (max-width: 1850px) {
  .optiport-skin .col-md-4.my-2sxc-col-md-4 {
    width: 36.3%;
  }
  
  .optiport-skin .col-md-8.my-2sxc-col-md-8 {
    width: 63.7%;
  }
}

@media (max-width: 1700px) {
  .optiport-skin .col-md-4.my-2sxc-col-md-4 {
    width: 37.5%;
  }
  
  .optiport-skin .col-md-8.my-2sxc-col-md-8 {
    width: 62.5%;
  }
}

@media (max-width: 1550px) {
  .optiport-skin .col-md-4.my-2sxc-col-md-4 {
    width: 39%;
  }
  
  .optiport-skin .col-md-8.my-2sxc-col-md-8 {
    width: 61%;
  }
}

@media (max-width: 1400px) {
  .optiport-skin .col-md-4.my-2sxc-col-md-4 {
    width: 40%;
    padding-left: 15px;
  }
  
  .optiport-skin .col-md-8.my-2sxc-col-md-8 {
    width: 60%;
    padding-right: 15px;
  }

  .optiport-2sxc .section-template-1 .banner-content-container > div .left-content {
    padding: 0px 60px 0px 60px;
  }

  .optiport-2sxc .section-template-5.safari-browser .image-container.parallax-style {
    background-attachment: initial;
    background-position: center;
  }
}

@media (max-width: 1000px) {
  .optiport-skin .col-md-4.my-2sxc-col-md-4,
  .optiport-skin .col-md-4.my-2sxc-col-md-4 > .row {
    width: 100%;
  }
  
  .optiport-skin .col-md-8.my-2sxc-col-md-8 {
    width: 100%;
    padding-right: 15px;
  }

  .optiport-skin .web-background {
    display: none !important;
  }

  .optiport-2sxc .section-template-2 .template-container {
    flex-wrap: wrap;
  }

  .optiport-2sxc .section-template-9 .white-background > .right-border {
    border-right: 0px;
    border-bottom: 2px solid var(--ocean-blue);
  }
}

@media (max-width: 767px) {
  .optiport-2sxc .section-template-6 .form-extra-info div{
    text-align: left !important;
  }

  .optiport-2sxc .section-template-10 .right-position {
    order: 0;
  }

  .optiport-2sxc .section-template-10 .step-multimedia-img,
  .optiport-2sxc .section-template-10 .step-multimedia-video {
    margin-bottom: 20px;
  }

  .optiport-2sxc .section-template-11 .multimedia-wrapper {
    display: block;
  }

  .optiport-2sxc .section-template-12 .resource-item-wrapper {
    display: block;
  }

  .optiport-2sxc .section-template-13 .boxes-wrapper {
    display: block;
  }
  
  .optiport-2sxc .section-template-13 .box-item {
    width: 95%;
  }

  .optiport-2sxc .section-template-14 .card-container {
    width: 100%;
  }

  .optiport-2sxc .section-template-15 .library-wrapper > div {
    width: 100%;
  }
  
  .optiport-2sxc .section-template-16 .member-container {
    width: calc(50% - 20px);
  }
}

@media (max-width: 500px) {
  .optiport-2sxc .section-template-16 .member-container {
    width: calc(100% - 20px);
  }
}