/* Bootstrap override */
#accordion .card {
  border-left: 3px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 0;
  border-radius: 0;
  margin-bottom: 4px;
}

#accordion .card:hover {
  border-left: 3px solid #00a982;
}

#accordion .card:last-child {
  border-bottom: 1px solid #e8e8e8;
}

#accordion .card .card-header {
  background: white;
  border-bottom: 0;
  border-radius: none;
  padding: 0;
  text-align: left;
}

#accordion .card .card-header .btn,
#accordion .card .card-header .btn.btn-link {
  border: none;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #007F61 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 22px 50px 22px 30px;
  text-align: left;
}

@media (min-width: 768px) {
  #accordion .card .card-header .btn,
#accordion .card .card-header .btn.btn-link {
    font-size: 24px;
    padding: 22px 56px 22px 30px;
  }
}
#accordion .card .card-header .btn:hover,
#accordion .card .card-header .btn.btn-link:hover {
  text-decoration: none;
}

#accordion .card .card-header .btn:after,
#accordion .card .card-header .btn.btn-link:after {
  content: "\e64b";
  font-family: themify;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 22px;
  right: 22px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (min-width: 768px) {
  #accordion .card .card-header .btn:after,
#accordion .card .card-header .btn.btn-link:after {
    top: 28px;
    right: 28px;
  }
}
#accordion .card .card-header .btn.collapsed:after,
#accordion .card .card-header .btn.btn-link.collapsed:after {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#accordion .card .card-body {
  padding: 10px 30px 40px 30px;
}

/*** PCR STYLINGS ***/

#pcr-segmentcalendar-page{
  margin-bottom:2rem;
}
.pcr-rates-contain ul {
  list-style-type: none;
}

.pcr-rates-contain ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 1rem 0;
}

.pcr-rates-contain ul li:first-child {
  border-top: 1px solid #e8e8e8;
}

.pcr-rates-contain ul li:last-child {
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .pcr-rates-contain ul li .btn-text {
    display: none;
  }
}
.pcr-rates-contain ul li .ti-download {
  vertical-align: middle;
}

.pcr-rates-contain ul li p {
  margin: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .pcr-rates-contain ul li .btn.btn-sm {
    width: 36px;
    padding: 0;
  }
}
.pcr-rates-contain .pcr-rates-title-row {
  margin-bottom: 0.5rem;
  font-size: 0.77rem;
}

.pcr-rates-contain .pcr-rates-title-row h6 {
  margin-bottom: 0;
}

.pcr-rates-contain .pcr-rates-title-row a {
  font-size: 0.77rem;
  margin-left: 6px;
}

.pcr-resource-container {
  font-size: 0.77rem;
  margin-bottom: 1rem;
}

.pcr-resource-container .pcr-resource-link {
  padding: 0 0.5rem;
  border-left: 1px solid #e8e8e8;
}

.pcr-resource-container .pcr-resource-link:first-of-type {
  border-left: none !important;
}

.pcr-cal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  margin-top: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .pcr-cal-head {
    margin-bottom: 2rem;
  }
}
.pcr-cal-head .pcr-cal-year {
  margin-left: 1rem;
}

@media (max-width: 767.98px) {
  .pcr-cal-head .pcr-cal-year {
    margin-right: auto;
  }
}
.pcr-cal-head .pcr-cal-month .prev, .pcr-cal-head .pcr-cal-month .next, .pcr-cal-head .pcr-cal-year .prev, .pcr-cal-head .pcr-cal-year .next {
  color: #3369FF;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
}

.pcr-cal-head .pcr-cal-month .prev span, .pcr-cal-head .pcr-cal-month .next span, .pcr-cal-head .pcr-cal-year .prev span, .pcr-cal-head .pcr-cal-year .next span {
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .pcr-cal-head .pcr-cal-month .prev, .pcr-cal-head .pcr-cal-month .next, .pcr-cal-head .pcr-cal-year .prev, .pcr-cal-head .pcr-cal-year .next {
    font-size: 1.5rem;
  }
}
.pcr-cal-head .pcr-cal-month .month, .pcr-cal-head .pcr-cal-month .year, .pcr-cal-head .pcr-cal-year .month, .pcr-cal-head .pcr-cal-year .year {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .pcr-cal-head .pcr-cal-month .month, .pcr-cal-head .pcr-cal-month .year, .pcr-cal-head .pcr-cal-year .month, .pcr-cal-head .pcr-cal-year .year {
    font-size: 1.25rem;
  }
}
.pcr-cal-head .key {
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .pcr-cal-head .key {
    min-width: 100%;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.pcr-cal-head .key .key-item {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .pcr-cal-head .key .key-item {
    margin: 0 auto;
    display: block;
  }
  .pcr-cal-head .key .key-item .start {
    margin-left: 0;
  }
}
.pcr-cal-head .key .maturity, .pcr-cal-head .key .start {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 2px;
  position: relative;
  top: 3px;
  display: inline-block;
}

.pcr-cal-head .key .maturity {
  background-color: #3369FF;
}

.pcr-cal-head .key .start {
  background-color: #00a982;
  margin-left: 1rem;
}

.pcr-cal-contain .pcr-cal-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pcr-cal-contain .pcr-cal-entry .date-contain {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: center;
  width: 80px;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  position: relative;
}

.pcr-cal-contain .pcr-cal-entry .date-contain:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #D0D0D0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pcr-cal-contain .pcr-cal-entry .date-contain .date {
  font-family: "GT-America";
  font-weight: 600;
  font-size: 2.22rem;
  color: #002677;
  opacity: 1;
}

.pcr-cal-contain .pcr-cal-entry .date-contain .day {
  font-size: 1rem;
  color: #999999;
  text-transform: uppercase;
}

.pcr-cal-contain .pcr-cal-entry .product-contain {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: calc(100% - 80px);
  padding-left: 1rem;
  border-left: 1px solid #D0D0D0;
}

.pcr-cal-contain .pcr-cal-entry .product-contain .start-date, .pcr-cal-contain .pcr-cal-entry .product-contain .maturity-date {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid #D0D0D0;
  background: transparent;
}

.pcr-cal-contain .pcr-cal-entry .product-contain .start-date .label, .pcr-cal-contain .pcr-cal-entry .product-contain .start-date .product-label, .pcr-cal-contain .pcr-cal-entry .product-contain .maturity-date .label, .pcr-cal-contain .pcr-cal-entry .product-contain .maturity-date .product-label {
  color: #333333;
}

.pcr-cal-contain .pcr-cal-entry .product-contain .start-date .label, .pcr-cal-contain .pcr-cal-entry .product-contain .maturity-date .label {
  font-size: 0.66rem;
  font-weight: 400;
}

.pcr-cal-contain .pcr-cal-entry .product-contain .start-date .product-label, .pcr-cal-contain .pcr-cal-entry .product-contain .maturity-date .product-label {
  font-size: 1.33rem;
  font-weight: 500;
  p{
    margin-bottom:0.4rem;
  }
}

.pcr-cal-contain .pcr-cal-entry .product-contain .start-date:before {
  content: "";
  background-color: #00a982;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 16px;
}

.pcr-cal-contain .pcr-cal-entry .product-contain .maturity-date:before {
  content: "";
  background-color: #3369FF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 16px;
}

.pcr-cal-msg {
  margin: 2rem 0;
  text-align: center;
}

.pcr-cal-msg .ti-na {
  font-size: 8rem;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #d0d0d0;
  margin-bottom: 1rem;
}

.seg-calendar {
  margin: 1rem 0 2rem 0;
}

.pcr-accordion {
  margin-bottom: 4rem;
}

/** Skeleton loader **/
.skeleton-loader:empty {
  position: relative;
  background-color: #f3f3f3;
  width: 100%;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}

.skeleton-loader:empty:after {
  content: "";
  display: block;
  -webkit-animation: loading 0.8s infinite;
          animation: loading 0.8s infinite;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: loading 0.8s infinite;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes shine {
  to {
    background-position: 100% 0;
  }
}
@keyframes shine {
  to {
    background-position: 100% 0;
  }
}
.skeleton-contain {
  margin-top: 0;
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .skeleton-contain {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.skeleton-contain .skeleton-loader:empty.sl-hero {
  height: 130px;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .skeleton-contain .skeleton-loader:empty.sl-hero {
    height: 180px;
  }
}
.skeleton-contain .skeleton-loader:empty.sl-accordion {
  height: 75px;
  margin-bottom: 1rem;
}

.skeleton-contain .skeleton-loader:empty.sl-short {
  height: 30px;
  margin-bottom: 1rem;
}

.skeleton-contain .skeleton-loader:empty.sl-date {
  height: 73px;
}

.skeleton-contain .skeleton-loader:empty.sl-entry {
  height: 94px;
  margin-bottom: 1rem;
}

.skeleton-contain .skeleton-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .skeleton-contain .skeleton-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.skeleton-contain .skeleton-card .skeleton-loader:empty.sc-img {
  height: 195px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
  position: relative;
  margin-right: 2%;
}

@media (max-width: 767.98px) {
  .skeleton-contain .skeleton-card .skeleton-loader:empty.sc-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 1rem 0;
  }
}
.skeleton-contain .skeleton-card .skeleton-loader:empty.sc-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767.98px) {
  .skeleton-contain .skeleton-card .skeleton-loader:empty.sc-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 130px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}