/*@import "photoswipe.css";*/

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url(../font/Manrope-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url(../font/Manrope-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url(../font/Manrope-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url(../font/Manrope-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url(../font/Manrope-ExtraBold.ttf) format('truetype');
}


html, body {
  font-family: 'Manrope', sans-serif;
}

html {
  scroll-padding-top: 144px; 
}

body {
  overflow-y: scroll;
}

header {
  padding:  0 24px;
}

.landing-page header {
  text-align:  center;
  background-color:  #000;
  color:  #fff;
  background-image:  url('../image/header-bg.png');
  background-size:  cover;
  background-repeat: no-repeat
}

.landing-page header .container {
 min-height:  218px;
}

.title-container {
  max-width:  1024px;
  margin:  auto;
  padding:  0;
  min-height:  64px;
}

.breadcrumb-container {
  max-width:  1024px;
  margin:  auto;
  padding:  0;
  min-height:  64px;
}

.container {
  max-width:  1024px;
  margin:  auto;
  padding:  0;
}

.btn-card-wrapper {
  text-decoration:  none;
  color:  #262626;
}

.btn-card-wrapper:hover {
  text-decoration:  none!important;
}



.card-section-icon {
  margin:  24px auto 0px auto;
  width:  48px;
  height:  48px;
}

.card-section-icon.large-icon {
  width: 96px;
  height: 96px;
}

.bc-category-card-list {
  background-color:  #FAFAFA;
}

.bc-category-card-list .container {
  padding:  48px 24px;
}

.card-title {
  font-size:  18px;
  font-weight:  800;
  color:  #262626;
}

.card-text {
  color:  #595959;
  font-size:  14px;
  
}

.bc-category-card-list .card-text {
  display:  none;
}

.bc-category-card-list.show-text-links .card-text {
  display: initial;
}

.btn-card-wrapper .card {
  text-align:  center;
  /*width:  100%!important;*/
  height:  100%;
  border-radius:  8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  min-height: 190px;
  min-height:  138px;
}

.btn-card-wrapper:hover .card {
  box-shadow: 0px 2px 8px rgba(87, 196, 255, 1);  
}

.btn-card-wrapper .card-text {
  /*display:  none;*/
}

.btn-card-wrapper .card-body {
  display:  flex;
  flex-direction:  column;
  justify-content: center!important;
  align-items: center!important;
  padding:  1rem 1rem 1.5rem 1rem ;
}

.card.card-v2 {
  text-align:  center;  
  height:  100%;
  border-radius:  8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  min-height: 190px;
  min-height:  138px;
}

.btn-card-wrapper:hover .card.card-v2 {
  box-shadow: 0px 2px 8px rgba(87, 196, 255, 1);  
}



.card.card-v2 .card-body {
  display:  flex;
  flex-direction:  column;
  justify-content: center!important;
  align-items: center!important;
  padding:  1rem 1rem 1.5rem 1rem ;
}


h1 {
  font-size: 2.125rem;
  font-weight:  800;
}

 h1 a:link, h1 a:visited {
    text-decoration:  none;
    color:  #fff;
}

h3.page-sub-section {
  font-size:  1.25rem;
  font-weight:  700;
}

footer {
  text-align:  center;
  border-top:  1px solid #f0f0f0;
}

footer .container {
  padding:  48px 24px;
}

footer h2 {
  font-size:  1.5rem;
  font-weight:  800;
}

footer h3 {
  font-size:  1.125rem;
   font-weight:  800;
}

footer p {
  color:  #595959;
}

footer hr {
  margin: 48px auto;
  max-width: 452px;
}

.footer-legal {
  font-size:  0.750rem;
}

a:link, a:visited {
  color:  #096DD9;
  text-decoration: none;
}

a:hover {
  text-decoration:  underline;
}

a.btn-primary:link, a.btn-primary:visited {
  color: #fff;
}

a.btn-primary:hover {
  color: #fff;
  text-decoration:  underline;
}

hr {
  background-color:  #f0f0f0;
}

.social-media-container a {
  margin: 0 10px 10px;
}

.social-media-container img {
  height:  16px;
  width:  auto;
  opacity:  0.38;
}

/* category pages start */
.category-page header {
  position:  fixed;
  top:  0;
  left:  0;
  width:  100%;
  background-color:  #061E51;  
  z-index:  5;
}

.title-container {  
  min-height:  64px;
}

.title-container h1 {
  color:  #fff;
  font-size:  1.5rem;
}

.category-page nav.breadcrumb-nav {
  background-color:  #F5F5F5;
  min-height:  64px;
  position:  fixed;
  top:  64px;
  left:  0;
  width:  100%;
  padding:  0 24px;
  z-index:  4;
}

.breadcrumb {
  font-size:  0.875rem;
}

.breadcrumb-arrow{
  margin-right:  0.75rem;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color:  #595959;
}

.breadcrumb a:hover {
  color:  #096DD9;
}

.breadcrumb-item.active {
  color:  #252525;
}

.bc-category-content {
  position: relative;
  margin-top:  128px;
  /*margin-top:  224px;*/
  
  padding:  48px 24px 48px 24px;
  
  z-index:  0;
}

.no-breadcrumb .bc-category-content {
  margin-top: 48px;
}

a.anchor {
    display: block;
    position: relative;
    top: -152px;
    visibility: hidden;
}
.bc-category-content h2 {
  font-size:  2.125rem;
  font-weight:  800;
  margin-bottom:  1.5rem;
}

.bc-category-content h2.accordion-header {
  font-size:  2.125rem;
  font-weight:  800;
  margin-bottom:  0;
}


.article-list {
  margin-top:  1.5rem;
  margin-bottom:  1.5rem;
  margin-bottom:  3rem;
}

.article-list li {
  margin-bottom:  1rem;
}

.bc-category-content p {
/*  color:  #595959;*/
  color: #212529;
}

.breadcrumb-item {

  
  white-space: nowrap;
}

.breadcrumb-item.active {
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

/*.breadcrumb {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb .breadcrumb-item {
    display: inline;
}*/

/* category pages end */

.img-help {
  border:  1px solid #efefef;
}

.item-privacy-policy {

}

.item-privacy-policy-2 {
  margin-right:  0!important; /* remove if the other links to the right of this one is enabled */
}

.item-website-conditions {
  display:  none!important;
}

.item-payment-terms {
  display:  none!important;
}

/* scroll back to top start */
.btn-back-to-top {
  position: fixed;
  bottom: -60px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  color: #fff!important;  
  background: #00000073;
  border:  none;
  height: 40px;
  width:  40px;  
  border-radius: 64px;
  min-width: 0;
  line-height: 1.5715;
  font-weight: 400!important;
  font-size: 1rem;
  white-space: nowrap;
  text-align: center;
  transform: translateY(100px);
  transition: all .5s ease;
}

.btn-back-to-top:hover {
  background:  #000;
}

.showBtn {
  opacity: 1;
  bottom:  30px;
  transform: translateY(0)
}
/* scroll back to top end */

@media screen and (max-width:  767px) {
  .breadcrumb-item + .breadcrumb-item + .breadcrumb-item {
    max-width:  75%; 
  }
}


@media screen and (max-width:  699px) {
  .breadcrumb-item + .breadcrumb-item + .breadcrumb-item {
    max-width:  50%; 
  }
}

@media screen and (max-width:414px) {

  header {
    padding:  0 16px;
  }

  .category-page nav.breadcrumb-nav {
    padding:  0 16px;
  }

  .bc-category-card-list .container {
    padding:  16px 16px;
  }

  h1 {
    font-size:  1.5rem;
  } 

  .landing-page header .container {
    min-height:  138px;
  }

  .title-container h1 {
    font-size:  1.25rem;
  } 

  .bc-category-content {
    padding:  32px 16px;
  }

  .breadcrumb {
    font-size:  0.688rem;
  }

  .breadcrumb-item + .breadcrumb-item + .breadcrumb-item {
    max-width:  45%; 
  }
}

.list-spaced li {
    margin-bottom: 1rem;
}

.list-spaced li ul {
  margin-top: 1rem;
}

.list-spaced li ol {
  margin-top: 1rem;
}

.legal-page-v2 .list-spaced {
   padding-left: 4rem;
}

.legal-page-v2 .list-spaced .list-spaced {
  padding-left: 4rem;
}

.legal-page-v2 .list-spaced .list-spaced .list-spaced {
  padding-left: 4rem;
}

.plyr-video-container {
  max-width: 100%;
}

.plyr-video {
  border: 1px solid #dee2e6;
}

.pdf-wrapper {
  padding: 48px;
      background-color: #FAFAFA;
}
.pdf-wrapper .container {
  max-width: 100%;
}

.pswp__custom-caption {  
  
  width: calc(100% - 32px);
  max-width: 1024px;
 
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  text-align: center;
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}

.caption-content {
  width: auto;
  display: inline-block;
  line-height: normal;
  margin: 0 auto;
  text-align: left;
  background: rgba(3, 109, 83, 0.90);
  font-size: 16px;
  color: #fff;
   padding: 8px 16px;
  border-radius: 4px;
}