.fcolor-primary,
.fcolor-primary a {
  color: #fe41a5;
}
.fcolor-primary:hover,
.fcolor-primary a:hover {
  color: #fe0287;
  text-decoration: none;
}
.fcolor-secondary,
.fcolor-secondary a {
  color: #28324b;
}
.fcolor-secondary:hover,
.fcolor-secondary a:hover {
  color: #20283c;
  text-decoration: none;
}
.fcolor-tertiary,
.fcolor-tertiary a {
  color: #a8adb4;
}
.fcolor-tertiary:hover,
.fcolor-tertiary a:hover {
  color: #838a94;
  text-decoration: none;
}
.fcolor-highlight1,
.fcolor-highlight1 a {
  color: #0ab9f0;
}
.fcolor-highlight1:hover,
.fcolor-highlight1 a:hover {
  color: #0894c0;
  text-decoration: none;
}
.fcolor-highlight2,
.fcolor-highlight2 a {
  color: #80cc28;
}
.fcolor-highlight2:hover,
.fcolor-highlight2 a:hover {
  color: #66a320;
  text-decoration: none;
}
.fcolor-highlight3,
.fcolor-highlight3 a {
  color: #f07300;
}
.fcolor-highlight3:hover,
.fcolor-highlight3 a:hover {
  color: #c05c00;
  text-decoration: none;
}
.fcolor-highlight4,
.fcolor-highlight4 a {
  color: #ffc300;
}
.fcolor-highlight4:hover,
.fcolor-highlight4 a:hover {
  color: #cc9c00;
  text-decoration: none;
}
.fcolor-highlight8,
.fcolor-highlight8 a {
  color: #0894c0;
}
.fcolor-highlight8:hover,
.fcolor-highlight8 a:hover {
  color: #06769a;
  text-decoration: none;
}
.fcolor-highlight9,
.fcolor-highlight9 a {
  color: #5a5f67;
}
.fcolor-highlight9:hover,
.fcolor-highlight9 a:hover {
  color: #484c52;
  text-decoration: none;
}
.fcolor-highlight10,
.fcolor-highlight10 a {
  color: #29334c;
}
.fcolor-highlight10:hover,
.fcolor-highlight10 a:hover {
  color: #21293d;
  text-decoration: none;
}
body {
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #6d747e;
  margin-top: 40px;
}
h1 {
  font-size: 2.369em;
  font-weight: 600;
  color: #28324b;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.777em;
  font-weight: 500;
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #fe41a5;
}
h2.ico-prefix {
  display: flex;
}
h2 .ico-circle {
  top: -10px;
  flex: 0 0 auto;
}
h2 span {
  font-weight: 300;
}
h3 {
  font-size: 1.333em;
  font-weight: 300;
  margin: 0.5em 0 1em 0;
  border-bottom: 3px solid #fe41a5;
  display: inline-block;
}
p {
  font-size: 1em;
  max-width: 50em;
  margin-bottom: 1em;
}
@media screen and (max-width: 770px) {
  h1 {
    font-size: 1.974166666666667em;
  }
  h2 {
    font-size: 1.480833333333333em;
  }
  h3 {
    font-size: 1.110833333333333em;
  }
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
}
th {
  background: #28324b;
  color: #fff;
  padding: 1em;
  text-align: center;
}
td {
  padding: 20px;
  vertical-align: top;
}
tr:nth-child(odd) {
  background: #f2f2f2;
}
ul {
  list-style: none;
}
ul li {
  margin-bottom: 0.7em;
}
ul li::before {
  content: '•';
  color: #fe41a5;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ol li {
  margin-bottom: 0.7em;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #0ab9f0;
  border-bottom: solid 1px #0ab9f0;
}
a:hover {
  color: #0894c0;
  text-decoration: none;
}
textarea {
  margin-bottom: 20px;
  min-height: 85px;
}
.smallTxt {
  font-size: 85%;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: flex;
}
.row .col {
  flex: 1;
  margin-right: 20px;
}
.row .col:last-child {
  margin-right: 0;
}
.singleCol {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.allcaps {
  text-transform: uppercase;
}
.digitalICO {
  font-family: 'icomoon';
  font-weight: 400;
}
.tabletPlus-image {
  display: block;
}
.mobile-image {
  display: none;
}
@media screen and (max-width: 770px) {
  .tabletPlus-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
}
.imageHeader {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-top: -40px;
  padding: 100px 40px;
  align-items: center;
  justify-content: center;
}
.imageHeader .icoHeader .ichText h1 {
  color: #fff;
}
.imageHeader .imgHolder {
  position: absolute;
  width: 100%;
  height: 100%;
}
.imageHeader .imgHolder img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.imageHeader .imgHolder.top-right img {
  object-position: 100% 0%;
}
.imageHeader .imgHolder.top-left img {
  object-position: 0% 0%;
}
.imageHeader .imgHolder:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40,50,75,0.4);
}
.imageHeader .txtArea {
  max-width: 1000px;
}
.imageHeader .txtArea h1 {
  color: #fff;
  text-transform: uppercase;
}
.ico-circle {
  background: background linear-gradient(135deg, #fb054b 25%, #ff409c 100%);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  line-height: 60px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  float: left;
}
.icoHeader {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
@media screen and (max-width: 770px) {
  .icoHeader {
    align-items: initial;
  }
}
.icoHeader .ichText {
  flex: 1;
}
.icoHeader .ico-circle {
  width: 80px;
  height: 80px;
  font-size: 46px;
  line-height: 80px;
  flex: 0 0 80px;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 770px) {
  .icoHeader .ico-circle {
    width: 45px;
    height: 45px;
    font-size: 26px;
    line-height: 45px;
    flex: 0 0 45px;
  }
}
.icoHeader h1 {
  margin: 0;
}
.icoHeader h1 span {
  display: block;
  font-size: 65%;
  font-weight: 300;
  line-height: 1em;
}
dl.hexIcon dt {
  display: flex;
}
dl.hexIcon dt .smallHexagon {
  position: absolute;
}
dl.hexIcon dt h3 {
  margin-left: 3.5em;
}
dl.hexIcon dd {
  margin-left: 80px;
}
.smallHexagon {
  position: relative;
  width: 55px;
  height: 31.75px;
  background-color: #f2f2f2;
  margin: 15.88px 0;
  border-left: solid 5px #28324b;
  border-right: solid 5px #28324b;
  text-align: center;
  z-index: 1000;
  font-size: 28px;
  line-height: 32px;
  color: #fe41a5;
  font-weight: 400;
}
.hexIcon {
  min-height: 60px;
}
.hexcontainer {
  display: flex;
}
.hexcontainer .hexIcon {
  position: relative;
  min-height: 60px;
  margin-right: 2%;
  background: #f5f5f5;
  text-align: center;
  padding: 10px;
  padding-top: 90px;
  width: 31%;
}
.hexcontainer .hexIcon dd {
  margin-left: 0px;
}
.hexcontainer .hexIcon dt {
  display: flex;
  height: 170px;
}
.hexcontainer .hexIcon dt h3 {
  margin-left: 0em;
}
.hexcontainer .smallHexagon {
  position: relative;
  width: 55px;
  top: 20px;
  height: 31.75px;
  background-color: #f2f2f2;
  margin: 15.88px 0;
  border-left: solid 5px #28324b;
  border-right: solid 5px #28324b;
  text-align: center;
  z-index: 1000;
  font-size: 28px;
  line-height: 32px;
  color: #fe41a5;
  font-weight: 400;
  left: 38%;
}
.smallHexagon:before,
.smallHexagon:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 38.89px;
  height: 38.89px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 3.0546px;
}
.smallHexagon:before {
  top: -19.4454px;
  border-top: solid 7.0711px #28324b;
  border-right: solid 7.0711px #28324b;
}
.smallHexagon:after {
  bottom: -19.4454px;
  border-bottom: solid 7.0711px #28324b;
  border-left: solid 7.0711px #28324b;
}
/*cover up extra shadows*/
.hexagon span {
  display: block;
  position: absolute;
  top: 2.886751345948129px;
  left: 0;
  width: 45px;
  height: 25.9808px;
  z-index: 2;
  background: inherit;
}
.border-call-out {
  border: solid 10px #fe41a5;
  padding: 40px;
  margin: 40px 0;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.7em;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
  position: relative;
  display: block;
}
.inset-call-out {
  border: none;
  margin: 40px;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.7em;
  position: relative;
  display: block;
}
.img-floatRight {
  float: right;
  width: 50%;
  margin-left: 20px;
}
@media screen and (max-width: 770px) {
  .img-floatRight {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.callout-20-right {
  float: right;
  background: #f2f2f2;
  margin-left: 20px;
  padding: 13px;
  font-weight: 600;
  width: 20%;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.callout-30-right {
  float: right;
  background: #f2f2f2;
  margin-left: 20px;
  padding: 20px;
  font-weight: 600;
  width: 30%;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.callout-40-right {
  float: right;
  background: #f2f2f2;
  margin-left: 20px;
  padding: 20px;
  font-weight: 600;
  width: 40%;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.callout-50-right {
  float: right;
  background: #f2f2f2;
  margin-left: 20px;
  padding: 20px;
  font-weight: 600;
  width: 50%;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.Rubber-Band-input {
  margin-top: 15px;
}
.Rubber-Band-input h3 {
  color: #0ab9f0;
  font-weight: bold;
  border-bottom: 0;
}
.Rubber-Band-input h2 {
  margin: 0;
  font-size: 20px;
}
.Rubber-Band-input .visionhdr {
  color: #f07300;
}
.afirm-initial h4 {
  font-weight: bold;
}
.afirm-initial h4 span {
  color: #fe41a5;
}
.exercise-wrapper .fab {
  display: none;
}
.exercise-wrapper.inView .fab {
  display: block;
}
.exercise-save {
  position: fixed;
  background: rgba(255,255,255,0.92);
  border-radius: 10px;
  padding: 10px 10px 0 10px;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 770px) {
  .exercise-save {
    bottom: 0;
    padding: 0;
  }
}
.exercise-inputs {
  margin-bottom: 100px;
}
@media screen and (max-width: 770px) {
  .exercise-inputs {
    margin-bottom: 65px;
  }
}
.btnRow {
  text-align: right;
}
.btn {
  height: 50px;
  border-radius: 25px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 20px;
}
@media screen and (max-width: 770px) {
  .btn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.btn:last-child {
  margin-right: 0;
}
.btnPrimary {
  background: linear-gradient(to bottom, #0ab9f0 30%, #006eb9 100%);
  color: #fff;
  border: none;
  cursor: unset !important;
  opacity: 0.4;
  box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.2);
}
.btnSecondary {
  background: #fff;
  border: 5px solid #6d747e;
  color: #6d747e;
}
.btnHolder {
  display: flex;
  align-items: baseline;
  line-height: 1em;
}
.btnHolder #result {
  max-width: 200px;
}
@media screen and (max-width: 770px) {
  .btnHolder #result {
    max-width: 120px;
  }
}
.btnHolder .radial {
  padding: 20px 20px 0 20px;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 770px) {
  .btnHolder .radial {
    padding: 10px;
  }
}
.btnHolder .radial.btnSecondary {
  border: none;
  background: none;
  box-shadow: none;
  display: block;
}
.btnHolder .radial.btnSecondary .digitalICO {
  border: 5px solid #6d747e;
  background: #fff;
  line-height: 40px;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 770px) {
  .btnHolder .radial.btnSecondary .digitalICO {
    border: 3px solid #6d747e;
    line-height: 29px;
  }
}
.btnHolder .radial.btnSecondary .digitalICO:hover {
  background: #6d747e;
  color: #fff;
}
.btnHolder .radial.btnPrimary {
  color: #0ab9f0;
  border: none;
  background: none;
  box-shadow: none;
}
.btnHolder .radial.btnPrimary .digitalICO {
  background: linear-gradient(to bottom, #0ab9f0 30%, #006eb9 100%);
  color: #fff;
  line-height: 50px;
  transition: background 0.3s ease-out;
}
@media screen and (max-width: 770px) {
  .btnHolder .radial.btnPrimary .digitalICO {
    line-height: 35px;
  }
}
.btnHolder .radial.btnPrimary .digitalICO:hover {
  background: linear-gradient(to bottom, #066e8e 30%, #003153 100%);
}
.btnHolder .radial .digitalICO {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 770px) {
  .btnHolder .radial .digitalICO {
    width: 35px;
    height: 35px;
    border-radius: 18px;
  }
}
.btnHolder .radial .radial-label {
  margin-top: 10px;
  line-height: 1.2em;
}
@media screen and (max-width: 770px) {
  .btnHolder .radial .radial-label {
    font-size: 0.8em;
  }
}
.panel-default>.panel-heading {
  color: #fe41a5;
}
.ind-steps {
  display: flex;
  padding: 1em 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 770px) {
  .ind-steps {
    display: flow-root;
  }
}
.ind-steps div {
  flex: 1;
  border: 1px solid #f2f2f2;
  margin-right: 20px;
  padding: 20px;
  background: #f2f2f2;
}
@media screen and (max-width: 770px) {
  .ind-steps div {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.ind-steps div:last-child {
  margin-right: 0;
}
.sideSlide {
  position: relative;
  opacity: 0;
  transition: all 1.5s ease;
  clear: both;
}
.sideSlide:nth-child(odd) {
  left: 2.5em;
}
.sideSlide:nth-child(even) {
  left: -2.5em;
}
.sideSlide.come-in,
.sideSlide.come-in:nth-child(odd),
.sideSlide.come-in:nth-child(even) {
  opacity: 1;
  left: 0;
  transition-delay: 0.5s;
}
.sideSlide--auto {
  position: relative;
  opacity: 0;
  animation-name: sideSlideAuto;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.sideSlide--options {
  display: inline-block;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 770px) {
  .sideSlide--options {
    float: left;
  }
}
/* Bootstrap overwrites */
.panel {
  background: #f2f2f2;
  border: none;
}
.panel .panel-heading h2 {
  font-weight: 600;
  font-size: 1.333em;
}
.panel .panel-heading a {
  border: none;
  display: flex;
  align-items: center;
}
.panel .panel-heading-content {
  flex: 1;
}
.panel .panel-body {
  padding: 0;
  background: #fff;
}
.panel .panel-title .glyphicon {
  font-size: 14px;
}
.panel table {
  width: 100%;
}
.panel table th {
  font-size: 14px;
  line-height: 1.2em;
}
.panel table tr:nth-child(odd) {
  background: #fff;
}
.panel table tr:nth-child(even) {
  background: #f2f2f2;
}
.panel .expansionIcon {
  font-family: icomoon;
  float: right;
  transition: transform 0.2s ease-in;
}
.panel .expansionIcon.expansionIcon-plus:after {
  content: '';
}
.panel .expansionIcon.expansionIcon-minus {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.panel .expansionIcon.expansionIcon-minus:after {
  content: '';
}
.accorcontainer .panel-body {
  padding: 15px;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
  margin-bottom: 20px;
}
.carousel {
  padding-bottom: 35px;
}
.carousel-inner {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.radio input[type=radio] {
  position: relative;
  margin: 0;
}
.carousel-control {
  width: 40px;
}
.radio {
  position: relative;
  display: block;
  margin: 0;
}
.checkbox+.checkbox,
.radio+.radio {
  margin: 0;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  color: #a8adb4;
}
.glyphicon-chevron-left:before {
  content: '\e91c';
  font-family: 'icomoon';
}
.glyphicon-chevron-right:before {
  content: '\e91b';
  font-family: 'icomoon';
}
.carousel-indicators {
  bottom: 0;
}
.carousel-indicators li {
  background: none;
  border: 1px solid #a8adb4;
  border-radius: 10px;
}
.carousel-indicators .active {
  background: #a8adb4;
  border: none;
}
.callout-100-center {
  margin-left: 0;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 10px;
  font-weight: normal;
}
.callout-100-center h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.gobacklk {
  margin: 10px 0 30px 0;
  font-weight: bold;
}
.gobacklk a {
  color: #fe41a5;
  text-decoration: underline;
  border-bottom: none;
}
.pess-judge-cont {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 770px) {
  .pess-judge-cont {
    display: flow-root;
  }
}
.pess-judge-cont .pessimist {
  padding: 15px;
  margin-right: 15px;
  border: 5px solid #fe41a5;
}
@media screen and (max-width: 770px) {
  .pess-judge-cont .pessimist {
    margin-right: 0;
  }
}
.pess-judge-cont .pessimist h3 {
  border: none;
  color: #fe41a5;
  font-weight: bold;
}
.pess-judge-cont .judge {
  padding: 15px;
  margin-right: 15px;
  border: 5px solid #28324b;
}
@media screen and (max-width: 770px) {
  .pess-judge-cont .judge {
    margin-right: 0;
    margin-top: 15px;
  }
}
.pess-judge-cont .judge h3 {
  border: none;
  color: #28324b;
  font-weight: bold;
}
.pess-judge-cont .realist {
  padding: 15px;
  margin-right: 15px;
  border: 5px solid #a8adb4;
  margin-top: 15px;
}
@media screen and (max-width: 770px) {
  .pess-judge-cont .realist {
    margin-right: 0;
  }
}
.pess-judge-cont .realist h3 {
  border: none;
  color: #6d747e;
  font-weight: bold;
}
.mt-ques-cont {
  display: flex;
  align-items: stretch;
}
.mt-ques-cont .mt-ques {
  flex-grow: 10;
  width: 100px;
}
@media screen and (max-width: 770px) {
  .mt-ques-cont .mt-ques {
    width: auto;
    margin-bottom: 10px;
  }
}
.mt-ques-cont .mt-ques .nos-cont {
  display: flex;
  align-items: stretch;
  margin-right: 15px;
}
.mt-ques-cont .nos {
  flex-grow: 2;
  font-weight: bold;
  width: 10px;
}
.mt-ques-cont .ques {
  flex-grow: 20;
  width: 100px;
}
.mt-ques-cont .mtinput {
  flex-grow: 1;
  width: 100px;
}
@media screen and (max-width: 770px) {
  .mt-ques-cont .mtinput {
    width: 50px;
  }
}
.mt-ques-cont .mtinput input {
  width: 100%;
}
.totalcont {
  text-align: right;
  font-weight: bold;
  line-height: 30px;
}
.mt-totalscr {
  width: 60%;
  margin: 0;
}
@media screen and (max-width: 770px) {
  .mt-totalscr {
    width: 100%;
  }
}
/* SVG Styles */
SVG {
  font-family: 'Open Sans', sans-serif;
}
SVG .ts-14 {
  font-size: 14px;
}
SVG .ts-18 {
  font-size: 18px;
}
SVG .ts-21 {
  font-size: 21px;
}
SVG .ts-28 {
  font-size: 28px;
}
SVG .ts-36 {
  font-size: 36px;
}
SVG .ts-42 {
  font-size: 42px;
}
SVG .fw-light {
  font-weight: 300;
}
SVG .fw-semi {
  font-weight: 600;
}
SVG .fw-bold {
  font-weight: 700;
}
SVG .fill-none {
  fill: none;
}
SVG .fc-white {
  fill: #fff;
}
SVG .fill-primaryColor {
  fill: #fe41a5;
}
SVG .fill-secondaryColor {
  fill: #28324b;
}
SVG .fill-highlight6 {
  fill: #006eb9;
}
SVG .fill-neutralMid {
  fill: #a8adb4;
}
SVG .fill-neutraldark {
  fill: #6d747e;
}
SVG .stop-white {
  stop-color: #fff;
}
SVG .stop-primaryColor {
  stop-color: #fe41a5;
}
SVG .stop-primaryColor--D10 {
  stop-color: #fe2196;
}
SVG .stop-primaryColor--D20 {
  stop-color: #fe0287;
}
SVG .stop-secondaryColor {
  stop-color: #28324b;
}
SVG .stop-secondaryColor--D10 {
  stop-color: #242d44;
}
SVG .stop-secondaryColor--D20 {
  stop-color: #20283c;
}
SVG .stop-highlight1 {
  stop-color: #0ab9f0;
}
SVG .stop-highlight1--D10 {
  stop-color: #09a7d8;
}
SVG .stop-highlight2 {
  stop-color: #80cc28;
}
SVG .stop-highlight3 {
  stop-color: #f07300;
}
SVG .stop-highlight4 {
  stop-color: #ffc300;
}
SVG .stop-highlight4--D10 {
  stop-color: #e6b000;
}
SVG .stop-highlight5 {
  stop-color: #ff409c;
}
SVG .stop-neutrallight {
  stop-color: #f2f2f2;
}
SVG .stop-neutralmid {
  stop-color: #a8adb4;
}
SVG .stop-neutraldark {
  stop-color: #6d747e;
}
SVG .stop-neutraldarker {
  stop-color: #434951;
}
SVG .stroke-neutrallight {
  stroke: #f2f2f2;
}
SVG .stroke-neutralmid {
  stroke: #a8adb4;
}
SVG .stroke-neutraldark {
  stroke: #6d747e;
}
SVG .stroke-neutraldarker {
  stroke: #434951;
}
SVG .stroke-primaryColor {
  stroke: #fe41a5;
}
SVG .stroke-secondaryColor {
  stroke: #28324b;
}
@media screen and (max-width: 770px) {
  .border-call-out {
    border: solid 5px #fe41a5;
    padding: 20px;
    margin: 20px 0;
    font-size: 1.1em;
  }
  ul,
  ol {
    padding-left: 1em;
  }
  .imageHeader {
    padding: 20px;
  }
  .callout-30-right,
  .callout-40-right,
  .callout-50-right {
    width: 100%;
    margin-bottom: 20px;
  }
  #flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #flip-scroll * html .cf {
    zoom: 1;
  }
  #flip-scroll *:first-child+html .cf {
    zoom: 1;
  }
  #flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #flip-scroll th,
  #flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  #flip-scroll th {
    text-align: left;
  }
  #flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  #flip-scroll thead {
    display: block;
    float: left;
  }
  #flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  #flip-scroll thead tr {
    display: block;
  }
  #flip-scroll th {
    display: block;
    text-align: right;
  }
  #flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  #flip-scroll td {
    display: block;
    text-align: left;
  }
}
/* animation settings */
.sideSlide--auto:nth-child(even) {
  animation-name: sideSlideAuto-even;
}
@-moz-keyframes sideSlideAuto-even {
  from {
    left: -2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes sideSlideAuto-even {
  from {
    left: -2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes sideSlideAuto-even {
  from {
    left: -2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes sideSlideAuto-even {
  from {
    left: -2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
.circle-loader {
  margin-bottom: 1.8em/2;
  border: 1px solid rgba(0,0,0,0.2);
  border-left-color: #008000;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
}
.circle-loader.load-completeY {
  -webkit-animation: none !important;
  animation: none !important;
  border-color: #008000;
  transition: border 500ms ease-out;
}
.circle-loader.load-completeX {
  -webkit-animation: none !important;
  animation: none !important;
  border-color: #f00;
  transition: border 500ms ease-out;
}
.saveMsg {
  font-size: 0.8em;
  color: #008000;
  margin: 0.3rem 0 0.5rem 1.7rem;
}
@media screen and (max-width: 770px) {
  .saveMsg {
    font-size: 0.8em;
  }
}
.errorMsg {
  font-size: 0.8em;
  color: #f00;
}
@media screen and (max-width: 770px) {
  .errorMsg {
    font-size: 0.8em;
  }
}
.checkmarkL.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmarkL;
  transform: scaleX(-1) rotate(135deg);
}
.checkmarkL:after {
  opacity: 1;
  height: 0.9em;
  width: 0.45em;
  transform-origin: left top;
  border-right: 3px solid #008000;
  border-top: 3px solid #008000;
  content: '';
  left: 0.407142857142857em;
  top: 0.9em;
  position: absolute;
}
.crossMark:before,
.crossMark:after {
  position: absolute;
  left: 13px;
  top: 3px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #f00;
}
.crossMark:before {
  transform: rotate(45deg);
}
.crossMark:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  transform: rotate(-45deg);
}
.ep-clrBoth {
  margin: 0 30px 0 0;
}
.hideErrors {
  display: none !important;
}
.m-t-4m {
  margin-top: -4px;
}
.m-t-6 {
  margin-top: 6px;
}
.m-t-8 {
  margin-top: 8px;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-36 {
  margin-top: 36px;
}
.m-t-113 {
  margin-top: 113px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-0 {
  margin: 0px !important;
}
.less-margin div {
  margin: 0px 1px;
}
.big-para {
  font-size: 1.2em;
}
.img-accordion img {
  width: 100px;
}
.img-accordion img.small-img,
.img-accordion img img {
  width: 50px;
}
.img-accordion {
  position: relative;
}
.img-accordion .expansionIcon {
  position: absolute;
  right: 0px;
  margin-top: -11px;
  top: 50%;
}
.img-header {
  padding: 1em 0em;
}
.img-header >img {
  width: 110px;
}
.v-middle td {
  vertical-align: middle;
}
li>ul>li {
  position: relative;
  list-style: none;
}
li>ul>li::before {
  content: '';
  color: #fe41a5;
  height: 6px;
  width: 6px;
  border: 1px solid;
  border-radius: 100%;
  margin-left: 20px;
  position: absolute;
  left: -38px;
  top: 10px;
}
td>ol>li {
  position: relative;
  list-style: inherit;
  counter-increment: listitem;
}
ol>li>ul>li {
  position: relative;
  list-style: none;
}
ol>li>ul>li::before {
  content: '•';
  color: #fe41a5;
  height: 6px;
  width: 6px;
  border: 1px solid;
  border-radius: 100%;
  margin-left: 20px;
  position: absolute;
  left: -38px;
  top: 0px;
}
.radio_td {
  padding: 0px;
  vertical-align: middle;
  text-align: center;
}
.radio_th {
  font-size: 14px;
}
.radio_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: 0px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio_cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 2px solid #fb054b;
}
.radio_cont:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio_cont input:checked ~ .checkmark {
  background-color: #fb054b;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio_cont input:checked ~ .checkmark:after {
  display: block;
}
.radio_cont .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin-left: -4px;
  margin-top: -4px;
}
.callout-90-center {
  margin-left: 0;
  margin: 0px auto;
  width: 90%;
  margin-bottom: 40px;
  float: none;
  font-weight: normal;
}
.callout-90-center h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.b-r-1 {
  border-right: 1px solid;
}
.b-l-1 {
  border-left: 1px solid;
}
.b-l-1top {
  border-top: 1px solid #c2c2c2;
  padding-top: 28px !important;
}
.horizontal-item {
  padding: 15px;
}
h3.reset {
  border: 0px;
}
.emphasize {
  font-weight: bold;
  color: #fe41a5;
}
.emphasizewithoubold {
  color: #fe41a5;
}
h2.big {
  font-size: 1.9em;
}
.h-items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 20px 0px;
}
.h-items .item {
  padding: 15px;
  background: #f2f2f2;
  margin-right: 20px;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.h-items .item:last-child {
  margin-right: 0px;
}
.radio_btn_cont {
  text-align: center;
}
.radio_btn_cont .radio_cont {
  width: auto;
  height: auto;
  margin: 10px 10px;
  width: 170px;
}
.radio_btn_cont .radio_cont:hover input ~ .checkmark {
  background-color: #eee;
}
.radio_btn_cont .radio_cont input:checked ~ .checkmark {
  background-color: #fb054b;
  color: #fff;
}
.radio_btn_cont .radio_cont .checkmark {
  position: relative;
  padding: 10px 20px;
  border-radius: 0px;
  display: block;
  height: 50px;
  width: 100%;
  background: #fff;
}
.radio_btn_cont .radio_cont .checkmark:after {
  display: none !important;
}
table.eq_2_col th {
  width: 50%;
}
table.eq_2_col td {
  padding: 10px;
}
.table_td {
  padding: 0px;
  vertical-align: middle;
  text-align: center;
}
.table_th {
  font-size: 14px;
}
.exetable_td {
  padding: 54px 49px;
}
.exetable_th {
  font-size: 16px;
}
.perenttable {
  box-shadow: 0px 0px 0px 0px #fff;
}
.perenttable tr {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
}
.perenttable tr td {
  border: 1px solid;
}
.perenttable tr td.p-0 {
  padding: 0;
}
.nestingtable {
  box-shadow: 0px 0px 0px 0px #fff;
  margin: 0px;
}
.nestingtable td.p-0 {
  padding: 0;
}
.nestingtable td:first-child {
  border-left: 0px;
  width: 30%;
}
.nestingtable td:last-child {
  border-right: 0px;
}
.nestingtable tr:first-child td {
  border-top: 0px;
}
.nestingtable tr:last-child td {
  border-bottom: 0px;
}
.perenttabletr {
  border: 1px solid;
}
.perenttabletd {
  border: 1px solid;
}
.nestingtable_col {
  padding: 16px;
  vertical-align: top;
}
.tdcolspan_width {
  width: 100%;
}
tr > .removetrcolor:nth-child(odd) {
  background: none;
}
.bg-red {
  color: #fff;
  background-color: #fe41a5;
}
.bg-blue {
  color: #fff;
  background-color: #a8adb4;
}
.bg-grey {
  color: #fff;
  background-color: #006eb9;
}
.bg-dark-blue {
  color: #fff;
  background-color: #28324b;
}
.callout-38-center {
  background: #f2f2f2;
  margin-left: 232px;
  padding: 20px;
  font-weight: normal;
  width: 38%;
  text-align: center;
  margin-bottom: 26px;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.callout-64-center {
  background: #f2f2f2;
  margin-left: 34px;
  padding: 20px 21px 0px 20px;
  font-weight: normal;
  width: 64%;
  margin-bottom: 39px;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.inline-pop {
  cursor: pointer;
  text-decoration: underline;
}
.inline-pop:hover {
  color: #fe41a5;
}
.modal_custom .modal-content {
  border-radius: 0px;
}
.modal_custom .modal-content .modal-header {
  background: #28324b;
  color: #fff;
}
.modal_custom .modal-content .modal-header .close {
  color: #fff;
  opacity: 1;
}
.callout-97-center {
  margin-left: 0;
  width: 97%;
  margin-bottom: 40px;
  margin-top: 10px;
  font-weight: normal;
}
.callout-97-center h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.circle {
  margin-right: 10px;
  width: 23px;
  height: 23px;
  border-radius: 12px;
  display: inline-block;
  float: left;
}
.redCircle {
  background-color: #fe41a5;
}
.greenCircle {
  background-color: #80cc28;
}
.yellowCircle {
  background-color: #ffc300;
}
.greyCircle {
  background-color: #a8adb4;
}
.skyblueCircle {
  background-color: #006eb9;
}
.primaryblueCircle {
  background-color: #0ab9f0;
}
.orangeCircle {
  background-color: #f07300;
}
.imagetable tr {
  margin: 0;
  padding: 0;
  width: 100%;
}
.imagetable tr td.p-0 {
  padding: 0;
}
.tableimg {
  width: 65%;
  height: auto;
  margin: 13px 10px;
}
.tdbullet {
  padding: 22px 0px;
  width: 93%;
}
.tdimage {
  width: 7%;
}
.tdimagetext {
  width: 20%;
  padding-left: 0px;
  padding-right: 0px;
}
.tr-bestBGColor {
  background-color: #28324b !important;
}
.exetable {
  padding: 4px 137px;
}
.callout-58-center {
  margin-left: 0;
  margin: 0px auto;
  width: 58%;
  margin-bottom: 40px;
  float: none;
  font-weight: normal;
}
.callout-58-center h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.callout-81-center {
  margin-left: 0;
  margin: 0px auto;
  width: 81%;
  margin-bottom: 40px;
  float: none;
  font-weight: normal;
}
.callout-81-center h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.skybluetextcolor {
  font-weight: bold;
  color: #0ab9f0;
}
.bluetextcolor {
  font-weight: bold;
  color: #0894c0;
}
.yellowtextcolor {
  font-weight: bold;
  color: #f07300;
}
.originalyellowtextcolor {
  font-weight: bold;
  color: #ffc300;
}
.greentextcolor {
  font-weight: bold;
  color: #80cc28;
}
.greytextcolor {
  font-weight: bold;
  color: #a8adb4;
}
.primarybluetextcolor {
  font-weight: bold;
  color: #28324b;
}
.purpletextcolor {
  font-weight: bold;
  color: #7030bf;
}
.darkblacktextcolor {
  font-weight: bold;
  color: #29334c;
}
.darkbluetextcolor {
  font-weight: bold;
  color: #006eb9;
}
.thgmodelraking {
  width: 18%;
  font-size: 14px;
}
.gmodelperenttable {
  box-shadow: 0px 0px 0px 0px #fff;
}
.gmodelperenttable tr {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
}
.gmodelperenttable tr td {
  border: 1px solid;
}
.gmodelperenttable tr td.p-0 {
  padding: 0;
  width: 39%;
}
.gmodelnestingtable {
  box-shadow: 0px 0px 0px 0px #fff;
  margin: 0px;
}
.gmodelnestingtable td.p-0 {
  padding: 0;
}
.gmodelnestingtable td:first-child {
  border-left: 0px;
  width: 55%;
}
.gmodelnestingtable td:last-child {
  border-right: 0px;
}
.gmodelnestingtable tr:first-child td {
  border-top: 0px;
}
.gmodelnestingtable tr:last-child td {
  border-bottom: 0px;
}
.gmodelperenttabletr {
  border: 1px solid;
}
.gmodelperenttabletd {
  border: 1px solid;
}
.gmodelradio_td {
  vertical-align: top;
  text-align: center;
}
.gmodelnestingtabletr {
  width: 20%;
}
.gmodeltextarea {
  width: 55%;
}
.txtincircle {
  margin-right: 10px;
  width: 66px;
  height: 66px;
  border-radius: 32px;
  display: inline-block;
  float: left;
  padding-top: 20px;
  color: #fff;
}
.gmodelradio_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: 0px;
  margin-top: 20px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gmodelradio_cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  border: 2px solid #fb054b;
}
.gmodelradio_cont:hover input ~ .checkmark {
  background-color: #ccc;
}
.gmodelradio_cont input:checked ~ .checkmark {
  background-color: #fb054b;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.gmodelradio_cont input:checked ~ .checkmark:after {
  display: block;
}
.gmodelradio_cont .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin-left: -4px;
  margin-top: -4px;
}
.thcoreemovar {
  text-align: left;
  padding-left: 18px;
}
.appboxboderred {
  border: 4px solid #fe41a5;
  padding: 28px 16px;
}
.appboxbodergreen {
  border: 4px solid #80cc28;
  padding: 28px 16px;
}
.appboxboderyellow {
  border: 4px solid #f07300;
  padding: 28px 16px;
}
.appboxboderblue {
  border: 4px solid #0894c0;
  padding: 28px 16px;
}
.appboxbodergrey {
  border: 4px solid #a8adb4;
  padding: 28px 16px;
}
.p-l-215 {
  padding-left: 215px;
}
.prentabletuc {
  box-shadow: 0px 0px 0px 0px #fff;
}
.prentabletuc tr {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
}
.prentabletuc tr td.p-0 {
  padding: 0;
}
.tuctableheading {
  background: none;
  color: #28324b;
  padding: 1em;
  text-align: center;
}
.tuctablebordertd {
  border: 1px solid;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-t-73 {
  padding-top: 73px;
}
.tuctablecolortd {
  background: #fae2e7;
  width: 51%;
}
.p-t-42 {
  padding-top: 60px !important;
  padding-left: 1px !important;
}
.prentableuc {
  box-shadow: 0px 0px 0px 0px #fff;
}
.prentableuc tr {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
}
.prentableuc tr td.p-0 {
  padding: 0;
}
.uctablecolortd {
  background: #fae2e7;
  text-align: center;
}
.uctabletd21padding {
  padding: 25px 21px !important;
  text-align: center;
}
.uctabletd25padding {
  padding: 30px 25px !important;
}
.uctableheading {
  background: none;
  color: #28324b;
  padding: 1em;
  text-align: center;
  width: 3%;
}
.prentableexuc {
  box-shadow: 0px 0px 0px 0px #fff;
}
.prentableexuc tr {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
}
.prentableexuc tr td.p-0 {
  padding: 0;
}
.exuctableheading {
  background: none;
  color: #28324b;
  text-align: center;
}
.exuctdtext {
  width: 20%;
  padding-left: 0px;
  padding-right: 0px;
}
.exuctablenocolortd {
  background: #fff;
  text-align: center;
  color: #28324b;
}
.exuctabletdcenter {
  text-align: center;
  border: 1px solid;
}
.exuctablecolortd {
  background: #fae2e7;
  text-align: center;
  border: 1px solid;
}
.ebayiifstable tr {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ebayiifstable tr td.p-0 {
  padding: 0;
}
.ebayiifstdtext {
  width: 22%;
}
.greytextcolor {
  font-weight: bold;
  color: #a8adb4;
}
.m-l-m10 {
  margin-left: -10px;
}
.m-l-m17 {
  margin-left: -17px;
}
.m-l-m30 {
  margin-left: -30px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-26 {
  margin-left: 26px;
}
.m-l-36 {
  margin-left: 36px;
}
.m-l-46 {
  margin-left: 46px;
}
.m-l-47 {
  margin-left: 47px;
}
.m-l-13p {
  margin-left: 13%;
}
.m-l-20p {
  margin-left: 20%;
}
.m-l-67 {
  margin-left: 67px;
}
.m-l-74 {
  margin-left: 74px;
}
.m-l-87 {
  margin-left: 87px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-l-98 {
  margin-left: 98px;
}
.m-l-105 {
  margin-left: 105px;
}
.m-l-130 {
  margin-left: 130px;
}
.m-l-164 {
  margin-left: 164px;
}
.ebayiifstableimg {
  width: 65%;
  height: auto;
  margin: 13px 10px;
}
.ebayiifexstabtxt {
  top: 31px;
}
.ebayiifexstabimg {
  width: 19%;
  height: auto;
  float: left;
}
.ebayiifexstabth {
  width: 40%;
  float: left;
  padding: 1em;
  text-align: left;
}
.ebayiipboxboderalign {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 5px 19px;
}
.ebayiiextabimg {
  width: 100px;
  height: auto;
  padding: 0px 10px;
  display: table-cell;
  vertical-align: top;
}
.ebayiipexmaindiv {
  width: 100%;
  padding: 19px 9px;
  display: table;
}
.footnote {
  font-size: 0.9em;
  max-width: 47em;
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.tdnocolor {
  background: #fff;
}
.textaligncenter {
  text-align: center;
}
.gficonwidth img {
  max-width: 5%;
  height: auto;
}
.alignplus {
  font-size: 43px;
  padding-top: 104px;
}
.formulabox {
  background: #f2f2f2;
  padding: 15px;
  font-weight: normal;
  width: 39%;
  text-align: left;
  margin-bottom: 26px;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.15);
}
.exgfindividual {
  width: 100%;
}
.leftpadding {
  padding: 30px 20px 10px 98px;
}
.rightpadding {
  padding: 30px 98px 10px 20px;
}
.exgfindividualleftth {
  padding-left: 98px;
  padding-right: 20px;
}
.exgfindividualrightth {
  padding-left: 20px;
  padding-right: 98px;
}
.txtwid0 {
  width: 0%;
}
.txtwid1 {
  width: 1%;
}
.txtwid7 {
  width: 7%;
}
.txtwid12 {
  width: 12%;
}
.txtwid14 {
  width: 14%;
}
.txtwid21 {
  width: 21%;
}
.txtwid23 {
  width: 23%;
}
.txtwid28 {
  width: 28%;
}
.txtwid29 {
  width: 29%;
}
.txtwid31 {
  width: 31%;
}
.txtwid33 {
  width: 33%;
}
.txtwid34 {
  width: 34%;
}
.txtwid36 {
  width: 36%;
}
.txtwid41 {
  width: 41%;
}
.txtwid50 {
  width: 50%;
}
.txtwid60 {
  width: 60%;
}
.txtwid80 {
  width: 80%;
}
.txtwid86 {
  width: 86%;
}
.txtwid94 {
  width: 94%;
}
.txtwid100 {
  width: 100%;
}
.bluebgcolor {
  background-color: #0894c0;
  font-weight: bold;
  color: #fff;
  padding: 9px 6px;
}
.primarybluebgcolor {
  font-weight: bold;
  background-color: #28324b;
  color: #fff;
  padding: 9px 6px;
}
.primaryredbgcolor {
  font-weight: bold;
  background-color: #fe41a5;
  color: #fff;
  padding: 9px 6px;
}
.pinkbgcolor {
  font-weight: bold;
  background-color: #ff409c;
  color: #fff;
  padding: 9px 6px;
}
.darkbluebgcolor {
  font-weight: bold;
  background-color: #006eb9;
  color: #fff;
  padding: 9px 6px;
}
.greenbgcolor {
  font-weight: bold;
  background-color: #00873c;
  color: #fff;
  padding: 9px 6px;
}
.darkgreybgcolor {
  font-weight: bold;
  background-color: #5a5f67;
  color: #fff;
  padding: 9px 6px;
}
.primaryyellowbgcolor {
  font-weight: bold;
  background-color: #ffc300;
  color: #fff;
  padding: 9px 6px;
}
.yellowbgcolor {
  font-weight: bold;
  background-color: #f07300;
  color: #fff;
  padding: 9px 6px;
}
.skybluebgcolor {
  font-weight: bold;
  background-color: #0ab9f0;
  color: #fff;
  padding: 9px 6px;
}
.greybgcolor {
  font-weight: bold;
  background-color: #a8adb4;
  color: #fff;
  padding: 9px 6px;
}
.lightgreenbgcolor {
  font-weight: bold;
  background-color: #80cc28;
  color: #fff;
  padding: 9px 6px;
}
.harrowimgwid img {
  text-align: center;
  max-width: 60%;
}
.hdtableheading {
  text-align: left;
  padding-left: 21px;
}
.lc_hgreyarrow img {
  max-width: 4%;
}
.stepnofont {
  font-size: 50px;
}
.stepnamefont {
  font-size: 20px;
}
.stepdivborder {
  border: 4px solid #a8adb4;
  padding: 10px;
  min-height: 88%;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.15);
}
.padding0 {
  padding: 0;
}
.white-box {
  float: right;
  background: #fff;
  font-weight: 500;
  width: 100%;
  padding: 10px 15px;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.25);
}
.minheight89 {
  min-height: 89%;
}
.minheight96 {
  min-height: 96%;
}
.minheight97 {
  min-height: 97%;
}
.blacktextcolor {
  font-weight: 500;
  color: #5a5f67;
}
.whitetextcolor {
  font-weight: 500;
  color: #fff;
}
.imgbottomborder {
  border-bottom: 3px solid #5a5f67;
}
.paddingtop10 {
  padding-top: 10px;
}
.imapctimgalign {
  width: 20%;
  position: relative;
  margin: 0 auto;
}
.circleimgalign {
  width: 46%;
  position: relative;
  margin: 0px auto;
  transform: translateX(-50%);
  left: 50%;
}
.imapctimgtext {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.leaderimgrow {
  width: 100%;
  position: relative;
}
.leadimgcol {
  width: 33%;
  position: relative;
  float: left;
}
.starttext {
  position: absolute;
  top: 43%;
  left: 51%;
  transform: translateX(-50%);
  color: #fff;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.top19 {
  top: 19px;
}
.top45 {
  top: 45px;
}
.thingstextarea {
  width: 92%;
  margin-left: 18px;
}
.urperbrndtxt {
  position: relative;
  float: left;
}
.insightleftTxt {
  display: block;
  width: 70%;
  position: relative;
  top: 10px;
  text-align: center;
}
.insightrightTxt {
  display: block;
  float: right;
  text-align: center;
  bottom: 60px;
  position: relative;
  right: 10px;
}
.p0.radio_btn_cont {
  padding: 0px;
}
.p0 .radio_cont {
  margin: 0px;
}
.radio_row {
  text-align: center;
  background: #f2f2f2;
  padding: 5px;
}
.radio_row:nth-child(even) {
  background: #fff;
}
.radio_row .rect_radio {
  width: calc(20% - 8px);
  display: inline-block;
  margin: 4px 2px;
}
.radio_row .rect_radio .radio_cont {
  width: 100%;
  text-align: center;
  position: relative;
  height: 50px;
  border: 2px solid #fb064c;
}
.radio_row .rect_radio .radio_cont div {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  cursor: default;
}
.radio_row .rect_radio .radio_cont div .checkmark {
  position: absolute;
  padding: 0px;
  border-radius: 0px;
  display: block;
  width: 100%;
  border: 0px;
  top: 50%;
  background: transparent;
  transform: translateY(-50%);
  line-height: 1;
  display: block;
  height: auto;
}
.radio_row .radio_cont input:checked ~ .checkmark {
  color: #fff;
}
.radio_row .radio_cont input:checked ~ .checkmark:after {
  display: none;
}
.radio_row .radio_cont input:checked ~ div {
  color: #fff;
}
.radio_row .radio_cont input:checked ~ div:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #fb064c;
}
.rebuildingcircle {
  width: 37px;
  height: 37px;
  border-radius: 32px;
  display: inline-block;
  float: left;
  padding-top: 7px;
  padding-left: 14px;
  color: #fff;
}
.logocontainer {
  height: 20%;
  margin-top: 5px;
}
.bts_coach_logo img {
  max-width: 43%;
  margin-left: 10px;
}
.bluebts_coach_logo img {
  max-width: 43%;
  margin-left: 10px;
  margin-top: -10px;
}
.bts_brain_img img {
  max-width: 43%;
  margin-left: 29px;
}
.appendixbiashoverbtn:hover {
  cursor: pointer;
}
.busting_bias_txt {
  text-align: center;
  margin-top: 3px;
  margin-left: 80px;
}
.bluebusting_bias_txt {
  text-align: center;
  margin-top: 3px;
  margin-left: 60px;
}
.margin-top5 {
  margin-top: 5px;
}
.m-t-8 {
  margin-top: 8px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-16 {
  margin-top: 16px;
}
.m-t-21 {
  margin-top: 21px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-t-71 {
  margin-top: 71px;
}
.m-t-84 {
  margin-top: 84px;
}
.divheight61 {
  height: 61%;
}
.whitenormltxt {
  font-weight: 500;
  color: #fff;
}
.boxshowdowhighlighter {
  box-shadow: 0px 10px 30px 0px #000;
}
.callout-31-center {
  margin-left: 0;
  margin: 0px auto;
  width: 31%;
  margin-bottom: 40px;
  float: none;
  font-weight: normal;
}
.callout-31-center h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.fontsize22 {
  font-size: 22px;
  line-height: 1.3;
}
.fontsize26 {
  font-size: 26px;
  line-height: 1.3;
}
.fontsize32 {
  font-size: 32px;
  line-height: 1.3;
}
.fontsizelarger {
  font-size: 39px;
}
.plan3dthalign {
  text-align: left;
  padding-left: 19px;
}
.bridge_model_al .panel-heading {
  background-color: #fff9c5;
}
.bridge_model_fl .panel-heading {
  background-color: #f9d0ca;
}
.bridge_model_cl .panel-heading {
  background-color: #bbbada;
}
.bridge_model_dl .panel-heading {
  background-color: #a3d3ea;
}
.intropgsubhead {
  color: #fe41a5;
  font-size: 1.3333em;
}
.leveldisclosure {
  background-color: #fecddb;
}
.boderblack {
  border: solid 1px #000;
}
.leveldisclosureimgalign {
  padding: 5px;
  text-align: center;
}
.leveldisclosuretxt {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.leveldisclosurearimg {
  position: relative;
  float: right;
}
.purplethcolor {
  background: #7030bf;
}
.greenthcolor {
  background: #80cc28;
}
.skybluethcolor {
  background: #0ab9f0;
}
.emphasizethcolor {
  background: #fe41a5;
}
.blackthcolor {
  background: #5a5f67;
}
.darkblackthcolor {
  background: #000;
}
.yellowthcolor {
  background: #f07300;
}
.fourprinciples {
  margin-right: 10px;
  width: 100%;
  height: 83px;
  border-radius: 39px;
  display: inline-block;
  float: left;
  padding: 25px 25px;
  color: #fff;
}
.valignlgfont {
  vertical-align: middle;
}
.fourprinciplesnmfont {
  font-size: 55px;
  color: #fff;
}
.largetextarea textarea {
  height: 632px;
}
.transformY15 {
  transform: translateY(15%);
}
.transformY20 {
  transform: translateY(20%);
}
.transformY40 {
  transform: translateY(40%);
}
.rectangle {
  margin-right: 10px;
  width: 23px;
  height: 23px;
  border-radius: 12px;
  display: inline-block;
  float: left;
}
.rectangleShadow {
  box-shadow: 0px 0px 4px 1px #888;
}
.swot td textarea {
  height: 145px;
}
.new_radio_td {
  padding: 10px 10px;
  vertical-align: middle;
  text-align: left;
}
.new_radio_countalign {
  width: 223px;
  height: 31px;
  padding: 0px 32px;
}
.leadershiptd {
  padding: 4px 12px;
}
.leadershipmyselftd {
  padding: 5px 22px;
}
.largetdtextarea textarea {
  height: 278px;
}
.noh3border {
  border-bottom: 3px solid #fff;
}
.addh2border {
  border-bottom: 3px solid #fe41a5;
}
.smallerh2txt {
  font-size: 1.5em;
}
.smallimgladder img {
  max-width: 50%;
}
.verysmallimg img {
  max-width: 8%;
}
.center-dom {
  margin: 0px auto;
  display: block;
}
.rectanglealign {
  border-radius: 15px;
  width: 40%;
  left: 69px;
}
.floatnone {
  float: none;
}
.alignhr {
  color: #5a5f67;
  border: 1px solid;
  margin-left: 0px;
  width: 46%;
}
.minheight92 {
  min-height: 92px;
}
.alignvcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.textcenterimp {
  text-align: center !important;
}
.textnoalign textarea {
  transform: translate(8%, -29%);
  margin-bottom: 0px;
}
.borderleft {
  border-left: solid 1px #000;
}
.rotatetxt {
  text-align: center;
  white-space: nowrap;
  transform-origin: 50% 50%;
  transform: rotate(90deg);
  padding: 100px 0px;
}
.imgtab {
  border-radius: 25px;
  padding: 4px;
  border: 1px solid;
}
.borderbottom {
  border-bottom: solid 1px #000;
}
.imgtablealign img {
  width: 322px;
}
.textleft {
  text-align: left !important;
}
.imgHolderLogo {
  position: absolute;
  top: 0px;
  right: 0px;
}
.boxShadow {
  box-shadow: none;
}
.overlayMsg {
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0;
  background-color: #ff2452;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  padding: 10px 40px;
}
@-moz-keyframes sideSlideAuto {
  from {
    left: 2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes sideSlideAuto {
  from {
    left: 2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes sideSlideAuto {
  from {
    left: 2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes sideSlideAuto {
  from {
    left: 2.5em;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes checkmarkL {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.45em;
    opacity: 1;
  }
  40% {
    height: 0.9em;
    width: 0.45em;
    opacity: 1;
  }
  100% {
    height: 0.9em;
    width: 0.45em;
    opacity: 1;
  }
}
@-webkit-keyframes checkmarkL {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.45em;
    opacity: 1;
  }
  40% {
    height: 0.9em;
    width: 0.45em;
    opacity: 1;
  }
  100% {
    height: 0.9em;
    width: 0.45em;
    opacity: 1;
  }
}
@-o-keyframes checkmarkL {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.45em;
    opacity: 1;
  }
  40% {
    height: 0.9em;
    width: 0.45em;
    opacity: 1;
  }
  100% {
    height: 0.9em;
    width: 0.45em;
    opacity: 1;
  }
}
@keyframes checkmarkL {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.45em;
    opacity: 1;
  }
  40% {
    height: 0.9em;
    width: 0.45em;
    opacity: 1;
  }
  100% {
    height: 0.9em;
    width: 0.45em;
    opacity: 1;
  }
}
