/**
 * Custom Graphics
 *
 * This file is responsible for applying all styling to shortcode rendered html.
 * It has been built with love and care.
 *
 * @package   Custom Graphics
 * @author    Reed Jones, Michael Xi - PDERAS Consulting Inc.
 * @license   GPL-2.0+
 * @version   1.0
 *
 */
#type-active-cert .active-cert-title {
  color: #0d3b65;
  font-weight: 600;
  display: inline;
  position: absolute;
  top: 25px;
  left: 190px;
  font-size: 14px !important;
}
#type-active-cert .active-cert-product {
  max-width: 125px;
  text-align: center;
  font-size: 10px !important;
  line-height: 1.2em !important;
  font-weight: 600;
  position: absolute;
}
#type-active-cert #life-dis-ins {
  top: 103px;
  left: 10px;
}
#type-active-cert #mech-break-cov {
  top: 103px;
  left: 150px;
}
#type-active-cert #plat-sec-pro {
  top: 103px;
  right: 147px;
}
#type-active-cert #key-rem-pro {
  top: 180px;
  left: 10px;
}
#type-active-cert #tire-rim-pro {
  top: 180px;
  left: 149px;
}
#type-active-cert #appe-pro {
  top: 180px;
  right: 147px;
}
#type-active-cert #gap-ins {
  top: 108px;
  right: 38px;
}#type-active-cert #rep-ins {
  top: 180px;
  right: 18px;
}
#about-calendar-svg {
  position: relative;
}
#about-calendar-svg .cal-days-text {
  font-size: 22px !important;
  font-weight: 800;
  width: 92%;
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
  margin-bottom: 0px !important;
}
#about-calendar-svg .cal-days-text.active {
  opacity: 1;
}

#claims-paid-graph {
  position: relative;
}
#claims-paid-graph .claims-paid-graph-title {
  color: #0d3b65;
  font-size: 10px !important;
  font-weight: 700;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 16px;
}

#unique-customer-graph {
  position: relative;
}
#unique-customer-graph .unique-customer-graph-title {
  color: #0d3b65;
  font-size: 11px !important;
  font-weight: 700;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 20px;
}

#ins-cert-svg {
  position: relative;
}
#ins-cert-svg .ins-cert-title {
  color: #c70023;
  font-size: 13px !important;
  font-weight: 700;
  max-width: 100px;
  text-align: center;
  line-height: 1.3em !important;
  position: absolute;
  top: 45px;
  left: 88px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
}
#ins-cert-svg .ins-cert-title.active {
  opacity: 1;
}

.disability-desc,
.health-spending-desc,
.retirement-graphic-5,
.life-critical-life-desc,
.life-critical-criticalt-desc, .retiree-coverage-desc {
  font-family: "museo-sans", "Open Sans", Arial, Helvetica, sans-serif !important;
}

.stopwatch-time {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.pderas-cg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper-wrapper {
  position: relative;
  padding: 25px;
  width: 940px;
  margin: 0 auto;
}

.pderas-cg-start-section.active {
  z-index: 1;
}

.pderas-cg-start-sections {
  max-width: 33%;
  width: 33%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 10px;
  opacity: 1;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  pointer-events: auto;
}
.pderas-cg-start-sections:nth-child(3), .pderas-cg-start-sections:nth-child(5) {
  max-width: 50%;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.pderas-cg-start-sections:nth-child(6), .pderas-cg-start-sections:nth-child(7), .pderas-cg-start-sections:nth-child(8) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pderas-cg-start-sections.unselected {
  opacity: 0.15;
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .pderas-cg-start-sections {
    max-width: 25% !important;
    width: 25% !important;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1;
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}
.pderas-cg-start-section {
  position: relative;
  font-family: "museo-sans";
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  height: 220px;
  background-color: rgb(255, 255, 255);
}
.pderas-cg-start-section-image {
  opacity: 0;
}
.pderas-cg-start-section-image-active, .pderas-cg-start-section-animate-image {
  -webkit-transition: height 1s ease-in;
  transition: height 1s ease-in;
  width: 100%;
  height: 100px;
}
.pderas-cg-start-section-action.no-move {
  position: relative;
  bottom: 15%;
}
.pderas-cg-start-section.active .close-btn {
  opacity: 1;
}
.pderas-cg-start-section .close-btn {
  position: absolute;
  opacity: 0;
  top: -7px;
  right: -7px;
  height: 28px;
  width: 28px;
  cursor: pointer;
  z-index: 2;
}

.shrink-section {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

/** smaller screen animations & defaults **/
.slide-left {
  z-index: 1;
}

.pderas-cg-start-sections:nth-child(3),
.pderas-cg-start-sections:nth-child(5) {
  -webkit-transition-property: opacity, -webkit-box-flex, -webkit-transform;
  transition-property: opacity, -webkit-box-flex, -webkit-transform;
  transition-property: opacity, flex, transform;
  transition-property: opacity, flex, transform, -webkit-box-flex, -ms-flex, -webkit-transform;
}

.large-graphic .pderas-cg-start-sections:nth-child(3).slide-left {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
}
.large-graphic .pderas-cg-start-sections:nth-child(5).slide-left {
  -webkit-transform: translate(-650px, 0);
      -ms-transform: translate(-650px, 0);
          transform: translate(-650px, 0);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
}
.large-graphic .pderas-cg-start-sections:nth-child(6).slide-left {
  -webkit-transform: translate(45px, 0);
      -ms-transform: translate(45px, 0);
          transform: translate(45px, 0);
}
.large-graphic .pderas-cg-start-sections:nth-child(8).slide-left {
  -webkit-transform: translate(-540px, 0);
      -ms-transform: translate(-540px, 0);
          transform: translate(-540px, 0);
}

.benefits .pderas-cg-start-sections:first-child.slide-left {
  -webkit-transform: translate(0, 110px);
      -ms-transform: translate(0, 110px);
          transform: translate(0, 110px);
}
.benefits .pderas-cg-start-sections:nth-child(2).slide-left {
  -webkit-transform: translate(-275px, 110px);
      -ms-transform: translate(-275px, 110px);
          transform: translate(-275px, 110px);
}
.benefits .pderas-cg-start-sections:nth-child(3).slide-left {
  -webkit-transform: translate(-545px, 110px);
      -ms-transform: translate(-545px, 110px);
          transform: translate(-545px, 110px);
}
.benefits .pderas-cg-start-sections:nth-child(4).slide-left {
  -webkit-transform: translate(-817px, 110px);
      -ms-transform: translate(-817px, 110px);
          transform: translate(-817px, 110px);
}
.benefits .pderas-cg-start-sections:nth-child(5).slide-left {
  -webkit-transform: translate(0, -122px);
      -ms-transform: translate(0, -122px);
          transform: translate(0, -122px);
}
.benefits .pderas-cg-start-sections:nth-child(6).slide-left {
  -webkit-transform: translate(-275px, -125px);
      -ms-transform: translate(-275px, -125px);
          transform: translate(-275px, -125px);
}
.benefits .pderas-cg-start-sections:nth-child(7).slide-left {
  -webkit-transform: translate(-545px, -122px);
      -ms-transform: translate(-545px, -122px);
          transform: translate(-545px, -122px);
}
.benefits .pderas-cg-start-sections:nth-child(8).slide-left {
  -webkit-transform: translate(-817px, -122px);
      -ms-transform: translate(-817px, -122px);
          transform: translate(-817px, -122px);
}

.slide-left #canada-wrapper {
  -webkit-transform: translate(180px, -25px);
      -ms-transform: translate(180px, -25px);
          transform: translate(180px, -25px);
}
.slide-left .pderas-cg-v-rv-content {
  -webkit-transform: translate(560px, -15px);
      -ms-transform: translate(560px, -15px);
          transform: translate(560px, -15px);
}
.slide-left #pderas-cg-protect-section {
  -webkit-transform: scale(0.8) translate(300px, -60px);
      -ms-transform: scale(0.8) translate(300px, -60px);
          transform: scale(0.8) translate(300px, -60px);
}
.slide-left #pderas-cg-protect-stopwatch {
  -webkit-transform: scale(0.8) translate(620px, -80px);
      -ms-transform: scale(0.8) translate(620px, -80px);
          transform: scale(0.8) translate(620px, -80px);
}
.slide-left #unique-customer-graph {
  -webkit-transform: translate(300px, -30px);
      -ms-transform: translate(300px, -30px);
          transform: translate(300px, -30px);
}
.slide-left #type-active-cert {
  -webkit-transform: translate(300px, 0);
      -ms-transform: translate(300px, 0);
          transform: translate(300px, 0);
}

/** larger screen animations **/
@media screen and (min-width: 1200px) {
  .wrapper-wrapper {
    width: 1140px;
  }
  .large-graphic .pderas-cg-start-sections:nth-child(2).slide-left {
    -webkit-transform: translate(-120px, 110px);
        -ms-transform: translate(-120px, 110px);
            transform: translate(-120px, 110px);
  }
  .large-graphic .pderas-cg-start-sections:nth-child(3).slide-left {
    -webkit-transform: translate(-500px, 110px);
        -ms-transform: translate(-500px, 110px);
            transform: translate(-500px, 110px);
  }
  .large-graphic .pderas-cg-start-sections:nth-child(5).slide-left {
    -webkit-transform: translate(85px, -130px);
        -ms-transform: translate(85px, -130px);
            transform: translate(85px, -130px);
  }
  .large-graphic .pderas-cg-start-sections:nth-child(6).slide-left {
    -webkit-transform: translate(-100px, -130px);
        -ms-transform: translate(-100px, -130px);
            transform: translate(-100px, -130px);
  }
  .large-graphic .pderas-cg-start-sections:nth-child(8).slide-left {
    -webkit-transform: translate(-660px, -130px);
        -ms-transform: translate(-660px, -130px);
            transform: translate(-660px, -130px);
  }
  .slide-left #canada-wrapper {
    -webkit-transform: translate(250px, -25px);
        -ms-transform: translate(250px, -25px);
            transform: translate(250px, -25px);
  }
  .slide-left .pderas-cg-v-rv-content {
    -webkit-transform: translate(640px, -20px);
        -ms-transform: translate(640px, -20px);
            transform: translate(640px, -20px);
  }
  .slide-left #pderas-cg-protect-section {
    -webkit-transform: scale(0.8) translate(350px, -50px);
        -ms-transform: scale(0.8) translate(350px, -50px);
            transform: scale(0.8) translate(350px, -50px);
  }
  .slide-left #pderas-cg-protect-stopwatch {
    -webkit-transform: scale(0.8) translate(190%, -20%);
        -ms-transform: scale(0.8) translate(190%, -20%);
            transform: scale(0.8) translate(190%, -20%);
  }
  .slide-left #unique-customer-graph {
    -webkit-transform: translate(270px, -30px);
        -ms-transform: translate(270px, -30px);
            transform: translate(270px, -30px);
  }
  .slide-left #type-active-cert {
    -webkit-transform: translate(275px, 0);
        -ms-transform: translate(275px, 0);
            transform: translate(275px, 0);
  }
}
.pderas-cg-start-section > .border {
  position: absolute;
  right: 0;
  left: auto;
  z-index: 0;
}
.pderas-cg-start-section > .border > rect {
  fill: none;
  stroke: #c70023;
  stroke-width: 6;
  stroke-dasharray: 1300;
  stroke-dashoffset: 1300;
}
.pderas-cg-start-section-title {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.pderas-cg-start-section-description {
  font-size: 14px;
  font-weight: 700;
  font-family: "museo-sans";
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
}
.pderas-cg-start-section-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 1;
  height: 30px;
  position: relative;
}
.pderas-cg-start-section-action {
  position: relative;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.pderas-cg-start-section-action > svg {
  width: 30px;
  height: 30px;
}
.pderas-cg-start-section-action > svg #play {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: pulse-me 2s linear infinite;
          animation: pulse-me 2s linear infinite;
}

.pderas-cg-start-section.active .pderas-cg-start-section-actions,
.animated-svg + .pderas-cg-start-section-actions {
  visibility: hidden;
}

#pderas-cg-protect-section {
  opacity: 0;
  visibility: hidden;
  height: 300px;
  width: 350px;
  position: absolute;
}

#pderas-cg-protect-section svg {
  height: 100%;
  position: relative;
  overflow: visible;
}

.odometer {
  position: relative;
  top: -55px;
  width: 6rem;
  margin: 0 auto;
  background: #c70023;
  text-align: center;
  display: block !important;
}

.odometer > div {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}

.kilometers {
  text-align: center;
  font-size: 17px;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  width: 144px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  line-height: 19px;
}

.fade-animation {
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
}

.fade-animation svg rect {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Canada SVG */
#canada-wrapper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  width: 500px;
  height: 300px;
  pointer-events: none;
}

#canada-wrapper .province,
#canada-wrapper .disabled-province {
  pointer-events: auto;
}

#canada-wrapper svg {
  width: 100%;
  height: 300px;
}

#canada-wrapper svg .province:hover .shape,
#canada-wrapper svg .province:hover .shape polygon {
  fill: #c70023;
  stroke: #c70023;
}

#canada-wrapper svg .province .text {
  opacity: 0;
}

#canada-wrapper svg .province:hover .text {
  opacity: 1;
}

.pderas-cg-v-rv-content {
  opacity: 0;
  position: absolute;
  right: -80px;
  padding: 15px;
  width: 250px;
  height: 250px;
  background: #fff;
}

.pderas-cg-v-rv-content.active {
  opacity: 1;
}

.pderas-cg-v-rv-content > .border > rect {
  fill: none;
  stroke: #c70023;
  stroke-width: 6;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.pderas-cg-v-rv-content.active > .border > rect {
  stroke-dashoffset: 0;
}

.pderas-cg-v-rv-content .content-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  padding-right: 15px;
  margin-bottom: 10px;
}

.pderas-cg-v-rv-content .content-counter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  text-align: right;
  font-family: "museo-sans";
  font-size: 40px;
  font-weight: 700;
  padding-right: 5px;
  color: #4a6c8c;
}

.pderas-cg-v-rv-content .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  position: relative;
}

.pderas-cg-v-rv-content .icon:last-of-type {
  margin-bottom: 0px;
}

.pderas-cg-v-rv-content .icon,
.pderas-cg-v-rv-content .icon svg {
  height: 50px;
}

/* Hover State */
.pderas-cg-start-section:hover,
.pderas-cg-start-section.active {
  background: #fff;
}
.pderas-cg-start-section:hover .pderas-cg-start-section-title,
.pderas-cg-start-section:hover .pderas-cg-start-section-title,
.pderas-cg-start-section.active .pderas-cg-start-section-title,
.pderas-cg-start-section.active .pderas-cg-start-section-title {
  color: #4a6c8c;
}
.pderas-cg-start-section:hover > .border > rect,
.pderas-cg-start-section:hover > .border > rect,
.pderas-cg-start-section.active > .border > rect,
.pderas-cg-start-section.active > .border > rect {
  stroke-dashoffset: 0;
}

.section-pointer-line {
  position: absolute;
  right: -20%;
  top: 50%;
  background: #c70023;
  width: 20%;
  height: 3px;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform-style: preserve-3D;
          transform-style: preserve-3D;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.section-pointer-line.right {
  width: 42%;
}

.active-scene .section-pointer-line.right {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  right: -44%;
}

.pderas-cg-start-section.active .section-pointer-line {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.approval-time {
  text-align: center;
  font-size: 17px;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  width: 208px;
  margin: 0 auto;
  position: relative;
  line-height: 19px;
}

.content-counter > div {
  text-align: center;
  margin: auto -5px;
}

/* Stopwatch styles */
#pderas-cg-protect-stopwatch {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 300px;
  width: 350px;
  right: 0;
}

.pderas-cg-wrapper.vehicle-rv-2-b #pderas-cg-protect-stopwatch {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  right: -180px;
}

#pderas-cg-protect-stopwatch svg {
  height: 100%;
  position: relative;
  width: 350px;
}

#pderas-cg-protect-stopwatch #pin {
  -webkit-transform-origin: 51% 54%;
      -ms-transform-origin: 51% 54%;
          transform-origin: 51% 54%;
}

.slide-left #pderas-cg-protect-stopwatch #pin {
  -webkit-animation: pinRotate 5s linear 0s infinite alternate;
          animation: pinRotate 5s linear 0s infinite alternate;
}

.slide-left #pderas-cg-protect-stopwatch svg {
  -webkit-animation: alarmShake 2.5s ease-out 6s infinite alternate;
          animation: alarmShake 2.5s ease-out 6s infinite alternate;
}

/* Animations */
@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
}
@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
}
@-webkit-keyframes pinRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-224deg);
            transform: rotate(-224deg);
  }
  100% {
    -webkit-transform: rotate(-224deg);
            transform: rotate(-224deg);
  }
}
@keyframes pinRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-224deg);
            transform: rotate(-224deg);
  }
  100% {
    -webkit-transform: rotate(-224deg);
            transform: rotate(-224deg);
  }
}
@-webkit-keyframes alarmShake {
  0% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  1% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
            transform: translateX(-5px) rotate(-2deg);
  }
  2% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  3% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
            transform: translateX(-5px) rotate(-2deg);
  }
  4% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  5% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
            transform: translateX(-5px) rotate(-2deg);
  }
  6% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  7% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
            transform: translateX(-5px) rotate(-2deg);
  }
  8% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  9% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
            transform: translateX(-5px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  11% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes alarmShake {
  0% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  1% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
            transform: translateX(-5px) rotate(-2deg);
  }
  2% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  3% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
            transform: translateX(-5px) rotate(-2deg);
  }
  4% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  5% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
            transform: translateX(-5px) rotate(-2deg);
  }
  6% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  7% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
            transform: translateX(-5px) rotate(-2deg);
  }
  8% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  9% {
    -webkit-transform: translateX(-5px) rotate(-2deg);
            transform: translateX(-5px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translateX(5px) rotate(2deg);
            transform: translateX(5px) rotate(2deg);
  }
  11% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
/* Vehicle RV 2a */
.pderas-cg-wrapper.vehicle-rv-2-a #canada-wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* Vehicle RV 2b */
.pderas-cg-wrapper.vehicle-rv-2-b #pderas-cg-protect-section {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* About Us Page */
#unique-customer-graph {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  width: 500px;
  height: 250px;
  margin-top: 25px;
}

#unique-customer-graph svg {
  width: 100%;
  height: 250px;
}

.pderas-cg-wrapper.about-us-2-a #unique-customer-graph {
  opacity: 1;
  visibility: visible;
}

#type-active-cert {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  width: 560px;
  height: 240px;
  color: #0d3b65;
}

#type-active-cert svg {
  overflow: visible;
  height: 300px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.pderas-cg-wrapper.about-us-2-b #type-active-cert {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

#claims-paid-graph {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  width: 500px;
  height: 240px;
}

#claims-paid-graph svg {
  width: 100%;
  height: 100%;
}

.pderas-cg-wrapper.about-us-2-c #claims-paid-graph {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
}

.dealership-counter-description {
  position: absolute;
  top: 65%;
  text-align: left;
}

.vehicle-text {
  display: none;
}

.pie-slice {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.about-us-2-b .pie-slice {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.about-us-2-b .piechart-hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.pielegend-highlight {
  opacity: 0;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

svg rect.graphbars-bars {
  -webkit-transition: 0s;
  transition: 0s;
}

.pielegend-highlight-hover {
  opacity: 0.07;
}

#legend {
  margin-left: 15px;
}

.types-active-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

.types-active-wrapper::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: -15px;
  right: -35px;
  background: #fff;
  opacity: 1;
}

#pderas-cg-health-care,
#pderas-cg-life-critical {
  height: 640px;
}

#pderas-cg-health-care,
#pderas-cg-life-critical,
#pderas-cg-health-spending,
#pderas-cg-disability,
#pderas-cg-vision,
#pderas-cg-dental,
#pderas-cg-retirement,
#pderas-cg-life-critical {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  width: 800px;
  padding: 20px;
  background: #fff;
}

#pderas-cg-health-care #health-care-graphic,
#pderas-cg-health-spending #health-spending-graphic,
#pderas-cg-disability #disability-graphic,
#pderas-cg-retirement #retirement-graphic {
  width: 100%;
  position: relative;
}

.pderas-cg-wrapper.benefits-2-a #pderas-cg-health-care {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  -webkit-transform: translate(300px, -220px);
      -ms-transform: translate(300px, -220px);
          transform: translate(300px, -220px);
}

.pderas-cg-wrapper.benefits-2-e #pderas-cg-life-critical {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  -webkit-transform: translate(300px, -220px);
      -ms-transform: translate(300px, -220px);
          transform: translate(300px, -220px);
}

.pderas-cg-wrapper.benefits-2-g #pderas-cg-health-spending {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  -webkit-transform: translate(300px, -220px);
      -ms-transform: translate(300px, -220px);
          transform: translate(300px, -220px);
}

.pderas-cg-wrapper.benefits-2-h #pderas-cg-disability {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  -webkit-transform: translate(300px, -225px);
      -ms-transform: translate(300px, -225px);
          transform: translate(300px, -225px);
}

.pderas-cg-wrapper.benefits-2-c #pderas-cg-retirement {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  -webkit-transform: translate(300px, -170px);
      -ms-transform: translate(300px, -170px);
          transform: translate(300px, -170px);
}

#life-critical-critical-graphic,
#life-critical-life-graphic,
#life-critical-accidental-graphic {
  opacity: 0;
  position: absolute;
  top: 100px; /* 80 for nav + 20 padding */
  left: 0;
  right: 0;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#life-critical-critical-graphic.active,
#life-critical-life-graphic.active,
#life-critical-accidental-graphic.active {
  opacity: 1;
}

.life-critical-life-desc,
.life-critical-critical-desc, .life-critical-accidental-desc {
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 350px; /* 250 for pic, 100 for nav */
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.life-critical-life-desc.active,
.life-critical-critical-desc.active,
.life-critical-accidental-desc.active {
  opacity: 1;
}

.health-care-nav,
.dental-nav,
.life-critical-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
  position: relative;
  z-index: 1;
}

.health-care-nav .nav-item,
.dental-nav .nav-item,
.life-critical-nav .nav-item {
  position: relative;
  padding: 20px 10px;
  -webkit-box-shadow: 0px 0px 0px 2px #969696 inset;
          box-shadow: 0px 0px 0px 2px #969696 inset;
  margin-right: 20px;
  text-align: center;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.health-care-nav .nav-item > .border,
.dental-nav .nav-item > .border,
.life-critical-nav .nav-item > .border {
  position: absolute;
  right: 0;
  top: 0px;
  left: auto;
  z-index: 0;
}

.health-care-nav .nav-item > .border rect,
.dental-nav .nav-item > .border rect,
.life-critical-nav .nav-item > .border rect {
  -webkit-transition: none;
  transition: none;
  fill: none;
  stroke: #c70023;
  stroke-width: 6;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}

.health-care-nav .nav-item.active > .border rect,
.health-care-nav .nav-item:hover > .border rect,
.dental-nav .nav-item.active > .border rect,
.dental-nav .nav-item:hover > .border rect,
.life-critical-nav .nav-item.active > .border rect,
.life-critical-nav .nav-item:hover > .border rect {
  /* transition: stroke-dashoffset .1s ease-in; */
  stroke-dashoffset: 0;
}

#dental-graphic {
  position: relative;
  top: -50px;
}

.dental-section-num,
.health-section-num {
  padding: 1px 8px;
  border-radius: 50%;
  background: #c70023;
  position: absolute;
  top: -7px;
  right: -5px;
  z-index: 2;
  color: #fff;
  opacity: 0;
}

.dental-nav .nav-item.active > .dental-section-num,
.health-care-nav .nav-item.active > .health-section-num {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
}

.health-care-descriptions,
.dental-descriptions {
  position: relative;
}

.health-care-desc,
.dental-desc {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.dental-desc {
  position: absolute;
  top: -50px;
}

.dental-active-1 .dental-desc-1,
.dental-active-2 .dental-desc-2,
.dental-active-3 .dental-desc-3 {
  -webkit-transition: opacity 0.3s ease-in 0.3s;
  transition: opacity 0.3s ease-in 0.3s;
  opacity: 1;
}

.health-care-desc.active {
  -webkit-transition: opacity 0.3s ease-in 0.3s;
  transition: opacity 0.3s ease-in 0.3s;
  opacity: 1;
}

.health-care-desc h4 {
  margin: 0px;
}

#pderas-cg-paramedical,
#pderas-cg-retirement,
#pderas-cg-health-wellness,
#pderas-cg-vision-dental {
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  padding: 20px;
  width: 800px;
  height: 800px;
  -webkit-transform: scale(0.2) translate(-1350px, -1400px);
      -ms-transform: scale(0.2) translate(-1350px, -1400px);
          transform: scale(0.2) translate(-1350px, -1400px);
}

#pderas-cg-health-care #paramedical-graphic,
#pderas-cg-health-wellness #health-wellness-graphic,
#pderas-cg-vision-dental #vision-dental-graphic {
  width: 100%;
  position: relative;
}

#paramedical-graphic,
#health-wellness-graphic {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

.pderas-cg-wrapper.benefits-2-d #pderas-cg-health-wellness {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translate(-415px, -350px) scale(1);
      -ms-transform: translate(-415px, -350px) scale(1);
          transform: translate(-415px, -350px) scale(1);
}

.pderas-cg-wrapper.benefits-2-d .circle-animation.active {
  -webkit-transform: translate(-142px, -50px) scale(1);
      -ms-transform: translate(-142px, -50px) scale(1);
          transform: translate(-142px, -50px) scale(1);
}

.pderas-cg-wrapper.benefits-2-b #pderas-cg-paramedical {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translate(-145px, -350px) scale(1);
      -ms-transform: translate(-145px, -350px) scale(1);
          transform: translate(-145px, -350px) scale(1);
}

.pderas-cg-wrapper.benefits-2-b .circle-animation.active {
  -webkit-transform: translate(125px, -50px) scale(1);
      -ms-transform: translate(125px, -50px) scale(1);
          transform: translate(125px, -50px) scale(1);
}

#health-spending-graphic,
#disability-graphic {
  position: relative;
}

.slide-center {
  z-index: 1;
}

.slide-left,
.slide-center {
  position: relative;
}

.pderas-cg-wrapper.benefits-2-b .pderas-cg-start-sections.slide-center,
.pderas-cg-wrapper.benefits-2-c .pderas-cg-start-sections.slide-center,
.pderas-cg-wrapper.benefits-2-d .pderas-cg-start-sections.slide-center {
  z-index: 5;
}

.pderas-cg-wrapper.benefits-2-c #pderas-cg-vision-dental,
.pderas-cg-wrapper.benefits-2-c #pderas-cg-vision,
.pderas-cg-wrapper.benefits-2-c #pderas-cg-retirement,
.pderas-cg-wrapper.benefits-2-f #pderas-cg-dental {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translate(-277px, -194px) scale(1);
      -ms-transform: translate(-277px, -194px) scale(1);
          transform: translate(-277px, -194px) scale(1);
}

.pderas-cg-wrapper.benefits-2-c #pderas-cg-vision {
  z-index: 2;
  -webkit-transform: translate(270px, -94px) scale(1);
      -ms-transform: translate(270px, -94px) scale(1);
          transform: translate(270px, -94px) scale(1);
}

.pderas-cg-wrapper.benefits-2-f #pderas-cg-dental {
  -webkit-transform: translate(303px, -220px) scale(1);
      -ms-transform: translate(303px, -220px) scale(1);
          transform: translate(303px, -220px) scale(1);
}

.pderas-cg-wrapper.benefits-2-c #pderas-cg-retirement {
  -webkit-transform: translate(303px, -220px) scale(1);
      -ms-transform: translate(303px, -220px) scale(1);
          transform: translate(303px, -220px) scale(1);
}

#pderas-cg-vision {
  height: 350px;
}

#pderas-cg-dental {
  height: 600px;
}

#pderas-cg-retirement {
  height: 600px;
}

.active-desc-offset-top-10 .pderas-cg-start-section-description {
  -webkit-transition: 1s;
  transition: 1s;
  top: 0px;
}

.slide-left.active-desc-offset-top-10 .pderas-cg-start-section-description {
  top: -10px;
}

.pderas-cg-start-section.active .pderas-cg-start-section-animate-image {
  height: 150px;
}

.pderas-cg-start-section-secondary-text {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0px;
  padding: 15px 0px;
}

.pderas-cg-start-section.active.circle-animation .pderas-cg-start-section-description,
.pderas-cg-start-section.active.circle-animation .pderas-cg-start-section-actions,
.pderas-cg-start-section.active.circle-animation .pderas-cg-start-section-animate-image {
  display: none;
}

.pderas-cg-start-section.active.circle-animation .pderas-cg-start-section-secondary-text {
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  opacity: 1;
}

.pderas-cg-start-section.active .health-care-svg,
.pderas-cg-start-section.active .paramedical-svg,
.pderas-cg-start-section.active .health-wellness-svg,
.pderas-cg-start-section.active .vision-dental-svg,
.pderas-cg-start-section.active .vision-svg,
.pderas-cg-start-section.active .dental-svg,
.pderas-cg-start-section.active .svg-icon {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.retirement-svg-heart {
  visibility: hidden;
}

.disability-svg-wheel {
  -webkit-transition: fill 1s;
  transition: fill 1s;
}

.pderas-cg-start-section.active .disability-svg-wheel {
  fill: #c70023;
}

.pderas-cg-start-section.active .retirement-svg-heart {
  visibility: visible;
}

.health-care-svg,
.paramedical-svg,
.vision-dental-svg,
.vision-svg,
.dental-svg,
.health-wellness-svg,
.svg-icon {
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  height: 100px;
  position: relative;
  top: auto;
  left: auto;
}

.circle-animation .border {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.pderas-cg-start-section.circle-animation.fade-animation.active::before {
  width: 390px;
  height: 390px;
  border-radius: 50%;
  left: 50%;
  margin-left: -195px;
  top: 50%;
  margin-top: -195px;
  border: solid 3px #c70023;
  -webkit-transition-delay: 1ms;
          transition-delay: 1ms;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition: border 1s linear 0s;
  transition: border 1s linear 0s;
  -webkit-transition: all 1.5s, border 1ms linear 1ms;
  transition: all 1.5s, border 1ms linear 1ms;
}

.pderas-cg-start-section.circle-animation.fade-animation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  left: 50%;
  margin-left: -50%;
  top: 0;
  margin-top: 0;
  -webkit-transition: all 1.5s, border 1ms linear 1.3s;
  transition: all 1.5s, border 1ms linear 1.3s;
  border: solid 0px rgba(0, 0, 0, 0);
}

.circle-animation .close-btn {
  top: 0;
  right: 0;
}

.circle-animation.active {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  border-radius: 50%;
}

.circle-animation.active .border {
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}