/*
/* Palette color codes */
/* Feel free to copy&paste color codes to your application */
/*
.primary-1 { background-color: #009957 }		-- Greens
.primary-2 { background-color: #265340 }
.primary-3 { background-color: #00371F }
.primary-4 { background-color: #2FC987 }
.primary-5 { background-color: #55C997 }

.secondary-a-1 { background-color: #073D93 }	-- Blues
.secondary-a-2 { background-color: #273750 }
.secondary-a-3 { background-color: #001535 }
.secondary-a-4 { background-color: #366EC6 }
.secondary-a-5 { background-color: #5983C6 }

.secondary-b-1 { background-color: #DF8E00 }	-- Yellow-Browns
.secondary-b-2 { background-color: #796137 }
.secondary-b-3 { background-color: #503300 }
.secondary-b-4 { background-color: #EEAC38 }
.secondary-b-5 { background-color: #EEBC65 }

.complement-1 { background-color: #DF3F00 }		-- Red-Oranges
.complement-2 { background-color: #794A37 }
.complement-3 { background-color: #501700 }
.complement-4 { background-color: #EE6C38 }
.complement-5 { background-color: #EE8C65 }

// ContentHdr.primary-3 { background-color: #00371F }
*/
.background_dimmedcarouselgradient {
  background: -webkit-radial-gradient(center center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 70%, #000000 100%);
  background: -moz-radial-gradient(center center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 70%, #000000 100%);
}
.background_dimmedimagegradient {
  background: -webkit-radial-gradient(center center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -moz-radial-gradient(center center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.ContentText h2 {
  font-weight: bold;
  font-style: italic;
  font-size: 14pt;
  color: #ffad40;
}
.ContentText h4 {
  font-weight: bold;
  font-size: 12pt;
  color: #0B5FA5;
}
.ContentText p {
  font-size: 12pt;
  margin-left: 16px;
  color: darkslategray;
}
.ContentText h1 {
  font-size: 20pt;
  font-style: bold;
  color: #ffffff;
}
.ContentText h2 {
  font-size: 20pt;
  font-style: bold;
  color: #00ff00;
  text-shadow: 0px 0px 8px rgba(150, 150, 150, 0.4);
}
.ContentText h3 {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  font-size: 14pt;
  color: #FF6940;
  text-shadow: 1px 1px 2px rgba(120, 150, 150, 0.7);
}
.ContentText h4 {
  font-size: 12pt;
  font-weight: normal;
  color: #a9a9a9;
  color: purple;
  font-weight: bold;
  font-size: 11pt;
  color: #0B5FA5;
}
.ContentText .tab {
  margin-left: 16px;
}
.ContentText .blue-bold-text {
  color: #236CB3;
  font-size: 13px;
  font-weight: bold;
}
.TPI-Results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.TPI-Results .title_bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073d93;
}
.TPI-Results .title-header p a {
  cursor: pointer;
  text-decoration: none;
}
.TPI-Results .title-header p a:hover {
  color: orange;
}
.TPI-Results .sumup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.TPI-Results .menubutton {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 8px;
  border: goldenrod solid 3px;
  transition: .3s linear all;
  background-color: rgba(218, 165, 32, 0.6);
  opacity: 1;
  cursor: pointer;
  color: #001535;
  text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.4);
}
.TPI-Results .menubutton span {
  margin-right: 10px;
  margin-left: 10px;
}
.TPI-Results .menubutton:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: goldenrod;
  text-decoration: none;
  opacity: .9;
  color: gold;
  text-shadow: 0px 0px 8px #323232;
}
.TPI-Results .hide-button {
  display: none;
}
.TPI-Results .chart .mainchart {
  width: 700px;
}
.TPI-Results .chart .mainchart #chart-graphic {
  height: 430px;
  width: 100%;
}
.TPI-Results .chart .mainchart #chart-graphic .tickLabel {
  font-size: 15px;
  font-weight: bold;
}
.TPI-Results .chart .mainchart #chart-graphic .label {
  color: #fff4f4;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 0 0;
  position: absolute;
  width: 38px;
  background-color: transparent;
}
.TPI-Results .chart .mainchart #chart-graphic .big-bar-label {
  padding: 12px 0 0 0;
  width: 90px;
}
.TPI-Results .chart .mainchart #chart-graphic .trans-label {
  color: #3b855e;
}
.TPI-Results .chart .mainchart #chart-graphic .appren-label {
  color: #364c8b;
}
.TPI-Results .chart .mainchart #chart-graphic .devel-label {
  color: #a98508;
}
.TPI-Results .chart .mainchart #chart-graphic .nurtur-label {
  color: #912727;
}
.TPI-Results .chart .mainchart #chart-graphic .soc-ref-label {
  color: #78587a;
}
.TPI-Results .chart .mainchart #chart-graphic .chart-bubbles {
  left: 0px;
  position: absolute;
  top: -30px;
}
.TPI-Results .chart .mainchart #chart-graphic .bubble {
  position: absolute;
  width: 200px;
}
.TPI-Results .chart .mainchart #totals {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: url(../images/totals_bg.png) repeat-x bottom;
  border: 1px solid #cbcbcb;
  height: 19px;
  margin: 3px 0 0 26px;
  width: 676px;
  color: blue;
}
.TPI-Results .chart .mainchart #totals div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 116px;
}
.TPI-Results .chart .mainchart #legend-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url(../images/legend_bg.png) repeat-x bottom;
  border: 1px solid #1a5189;
  height: 90px;
  margin: 13px 0 0 26px;
  width: 676px;
  color: white;
  font-weight: bold;
}
.TPI-Results .chart .mainchart #legend-bottom .inner-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  height: 94%;
  width: 90%;
}
.TPI-Results .chart .mainchart #legend-bottom .inner-bottom .legend-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.TPI-Results .chart .mainchart #legend-bottom .inner-bottom .legend-row .intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.TPI-Results .chart .mainchart #legend-bottom .inner-bottom .legend-row .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.TPI-Results .chart .mainchart .surveyinfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 26px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.TPI-Results .chart .mainchart .surveyinfo .survey-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  line-height: 20px;
}
.TPI-Results .chart .mainchart .surveyinfo div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.TPI-Results .chart .mainchart .surveyinfo div .intro {
  font-weight: bold;
}
.TPI-Results .chart .mainchart .surveyinfo hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.TPI-Results .title {
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073d93;
  text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.4);
}
.BubbleChart .mainchart {
  width: 700px;
}
.BubbleChart .mainchart #chart-graphic {
  height: 430px;
  width: 100%;
}
.BubbleChart .mainchart #chart-graphic .tickLabel {
  font-size: 15px;
  font-weight: bold;
}
.BubbleChart .mainchart #chart-graphic .label {
  color: #fff4f4;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 0 0;
  position: absolute;
  width: 38px;
  background-color: transparent;
}
.BubbleChart .mainchart #chart-graphic .big-bar-label {
  padding: 12px 0 0 0;
  width: 90px;
}
.BubbleChart .mainchart #chart-graphic .trans-label {
  color: #3b855e;
}
.BubbleChart .mainchart #chart-graphic .appren-label {
  color: #364c8b;
}
.BubbleChart .mainchart #chart-graphic .devel-label {
  color: #a98508;
}
.BubbleChart .mainchart #chart-graphic .nurtur-label {
  color: #912727;
}
.BubbleChart .mainchart #chart-graphic .soc-ref-label {
  color: #78587a;
}
.BubbleChart .mainchart #chart-graphic .chart-bubbles {
  left: 0px;
  position: absolute;
  top: -30px;
}
.BubbleChart .mainchart #chart-graphic .bubble {
  position: absolute;
  width: 200px;
}
.BubbleChart .mainchart #totals {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: url(../images/totals_bg.png) repeat-x bottom;
  border: 1px solid #cbcbcb;
  height: 19px;
  margin: 3px 0 0 26px;
  width: 676px;
  color: blue;
}
.BubbleChart .mainchart #totals div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 116px;
}
.BubbleChart .mainchart #legend-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url(../images/legend_bg.png) repeat-x bottom;
  border: 1px solid #1a5189;
  height: 90px;
  margin: 13px 0 0 26px;
  width: 676px;
  color: white;
  font-weight: bold;
}
.BubbleChart .mainchart #legend-bottom .inner-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  height: 94%;
  width: 90%;
}
.BubbleChart .mainchart #legend-bottom .inner-bottom .legend-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.BubbleChart .mainchart #legend-bottom .inner-bottom .legend-row .intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.BubbleChart .mainchart #legend-bottom .inner-bottom .legend-row .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.BubbleChart .mainchart .surveyinfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 26px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.BubbleChart .mainchart .surveyinfo .survey-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  line-height: 20px;
}
.BubbleChart .mainchart .surveyinfo div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.BubbleChart .mainchart .surveyinfo div .intro {
  font-weight: bold;
}
.BubbleChart .mainchart .surveyinfo hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ReflectingOnTestResultsContent .title {
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073d93;
  text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.4);
}
.ReflectingOnTestResultsContent .reflect {
  margin-top: 15px;
}
.ReflectingOnTestResultsContent li {
  list-style: decimal;
  font-weight: bold;
  font-size: 12pt;
  color: #0B5FA5;
}
.ReflectingOnTestResultsContent p {
  font-weight: normal;
  font-size: 10pt;
}
@media screen {
  .ReflectingOnTestResultsContent .video-reflect {
    display: block;
  }
}
@media print {
  .ReflectingOnTestResultsContent .video-reflect {
    display: none;
  }
}
.TpiSurveyResult {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 800px;
}
.TpiSurveyResult .tpiheader {
  width: 100%;
  height: 96px;
  background-color: #00371f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.TpiSurveyResult .tpiheader .logo {
  margin: 0px 0px 0px 12px;
  width: 218.75px;
  height: 78.75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.TpiSurveyResult .tpiheader .logo img {
  width: 100%;
  height: 100%;
}
.TpiSurveyResult .tpiheader .left-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.TpiSurveyResult .tpiheader .left-container .subtitlecontainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
  text-shadow: 0px 0px 8px #323232;
  margin-right: 12px;
}
.TpiSurveyResult .tpiheader .left-container .subtitlecontainer .subtitleicon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.TpiSurveyResult .tpiheader .left-container .subtitlecontainer .subtitle {
  font-size: 11pt;
  font-style: italic;
  color: #ffffff;
}
.TpiSurveyResult .tpiheader .left-container .menubutton {
  font-size: 11pt;
  font-weight: normal;
  color: darkslategray;
  margin-top: 16px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  min-width: 110px;
  height: 24px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  opacity: .80;
  color: white;
  margin-left: 6px;
}
.TpiSurveyResult .tpiheader .left-container .menubutton span {
  margin-left: 2px;
  margin-right: 2px;
}
.TpiSurveyResult .tpiheader .left-container .menubutton:hover {
  opacity: 1;
  transition: all 0.2s ease-in;
  color: black;
}
.TpiSurveyResult .info-result {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: white;
}
.TpiSurveyResult .info-result .inner-result {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 700px;
}
.TpiSurveyResult .info-result .inner-result .tpiresults {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .title_bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073d93;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .title-header p a {
  cursor: pointer;
  text-decoration: none;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .title-header p a:hover {
  color: orange;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .sumup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .menubutton {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 8px;
  border: goldenrod solid 3px;
  transition: .3s linear all;
  background-color: rgba(218, 165, 32, 0.6);
  opacity: 1;
  cursor: pointer;
  color: #001535;
  text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.4);
}
.TpiSurveyResult .info-result .inner-result .tpiresults .menubutton span {
  margin-right: 10px;
  margin-left: 10px;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .menubutton:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: goldenrod;
  text-decoration: none;
  opacity: .9;
  color: gold;
  text-shadow: 0px 0px 8px #323232;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .hide-button {
  display: none;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart {
  width: 700px;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic {
  height: 430px;
  width: 100%;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .tickLabel {
  font-size: 15px;
  font-weight: bold;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .label {
  color: #fff4f4;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 0 0;
  position: absolute;
  width: 38px;
  background-color: transparent;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .big-bar-label {
  padding: 12px 0 0 0;
  width: 90px;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .trans-label {
  color: #3b855e;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .appren-label {
  color: #364c8b;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .devel-label {
  color: #a98508;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .nurtur-label {
  color: #912727;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .soc-ref-label {
  color: #78587a;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .chart-bubbles {
  left: 0px;
  position: absolute;
  top: -30px;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .bubble {
  position: absolute;
  width: 200px;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #totals {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: url(../images/totals_bg.png) repeat-x bottom;
  border: 1px solid #cbcbcb;
  height: 19px;
  margin: 3px 0 0 26px;
  width: 676px;
  color: blue;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #totals div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 116px;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url(../images/legend_bg.png) repeat-x bottom;
  border: 1px solid #1a5189;
  height: 90px;
  margin: 13px 0 0 26px;
  width: 676px;
  color: white;
  font-weight: bold;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  height: 94%;
  width: 90%;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom .legend-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom .legend-row .intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom .legend-row .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 26px;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo .survey-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  line-height: 20px;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo div .intro {
  font-weight: bold;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.TpiSurveyResult .info-result .inner-result .tpiresults .title {
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073d93;
  text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.4);
}
.textshadow {
  text-shadow: 0px 0px 8px #323232;
}
.titletextshadow {
  text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.4);
}
.cleartextshadow {
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
html,
body {
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font: "Trebuchet MS", Helvetica, sans-serif;
}
body {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url("../images/SoftBackgroundPattern8928.png") repeat;
}
@media screen {
  body .tpiview .tpisurveyresult {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 800px;
  }
  body .tpiview .tpisurveyresult .tpiheader {
    width: 100%;
    height: 96px;
    background-color: #00371f;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  body .tpiview .tpisurveyresult .tpiheader .logo {
    margin: 0px 0px 0px 12px;
    width: 218.75px;
    height: 78.75px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  body .tpiview .tpisurveyresult .tpiheader .logo img {
    width: 100%;
    height: 100%;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .subtitlecontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: auto;
    text-shadow: 0px 0px 8px #323232;
    margin-right: 12px;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .subtitlecontainer .subtitleicon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .subtitlecontainer .subtitle {
    font-size: 11pt;
    font-style: italic;
    color: #ffffff;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .menubutton {
    font-size: 11pt;
    font-weight: normal;
    color: darkslategray;
    margin-top: 16px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-width: 110px;
    height: 24px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    opacity: .80;
    color: white;
    margin-left: 6px;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .menubutton span {
    margin-left: 2px;
    margin-right: 2px;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .menubutton:hover {
    opacity: 1;
    transition: all 0.2s ease-in;
    color: black;
  }
  body .tpiview .tpisurveyresult .info-result {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: white;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 700px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .title_bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    font-weight: bold;
    font-style: italic;
    font-size: 16pt;
    color: #073d93;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .title-header p a {
    cursor: pointer;
    text-decoration: none;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .title-header p a:hover {
    color: orange;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .sumup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .menubutton {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    border-radius: 8px;
    border: goldenrod solid 3px;
    transition: .3s linear all;
    background-color: rgba(218, 165, 32, 0.6);
    opacity: 1;
    cursor: pointer;
    color: #001535;
    text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.4);
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .menubutton span {
    margin-right: 10px;
    margin-left: 10px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .menubutton:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: goldenrod;
    text-decoration: none;
    opacity: .9;
    color: gold;
    text-shadow: 0px 0px 8px #323232;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .hide-button {
    display: none;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart {
    width: 700px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic {
    height: 430px;
    width: 100%;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .tickLabel {
    font-size: 15px;
    font-weight: bold;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .label {
    color: #fff4f4;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 0 0;
    position: absolute;
    width: 38px;
    background-color: transparent;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .big-bar-label {
    padding: 12px 0 0 0;
    width: 90px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .trans-label {
    color: #3b855e;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .appren-label {
    color: #364c8b;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .devel-label {
    color: #a98508;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .nurtur-label {
    color: #912727;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .soc-ref-label {
    color: #78587a;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .chart-bubbles {
    left: 0px;
    position: absolute;
    top: -30px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .bubble {
    position: absolute;
    width: 200px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #totals {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background: url(../images/totals_bg.png) repeat-x bottom;
    border: 1px solid #cbcbcb;
    height: 19px;
    margin: 3px 0 0 26px;
    width: 676px;
    color: blue;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #totals div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 116px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: url(../images/legend_bg.png) repeat-x bottom;
    border: 1px solid #1a5189;
    height: 90px;
    margin: 13px 0 0 26px;
    width: 676px;
    color: white;
    font-weight: bold;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    height: 94%;
    width: 90%;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom .legend-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom .legend-row .intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom .legend-row .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 26px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo .survey-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    line-height: 20px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo div .intro {
    font-weight: bold;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .title {
    font-weight: bold;
    font-style: italic;
    font-size: 16pt;
    color: #073d93;
    text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.4);
  }
  body .tpiview .tpisurveyresult .reflect {
    width: 100%;
    background-color: transparent;
  }
  body .tpiview .tpisurveyresult .reflect .inner-reflect {
    margin-top: 30px;
    width: 94%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body .tpiview .tpisurveyresult .reflect .inner-reflect p {
    font-size: 12pt;
    margin-left: 16px;
    color: darkslategray;
  }
}
@media print {
  body .tpiview .tpisurveyresult {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 800px;
  }
  body .tpiview .tpisurveyresult .tpiheader {
    width: 100%;
    height: 96px;
    background-color: #00371f;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  body .tpiview .tpisurveyresult .tpiheader .logo {
    margin: 0px 0px 0px 12px;
    width: 218.75px;
    height: 78.75px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  body .tpiview .tpisurveyresult .tpiheader .logo img {
    width: 100%;
    height: 100%;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .subtitlecontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: auto;
    text-shadow: 0px 0px 8px #323232;
    margin-right: 12px;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .subtitlecontainer .subtitleicon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .subtitlecontainer .subtitle {
    font-size: 11pt;
    font-style: italic;
    color: #ffffff;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .menubutton {
    font-size: 11pt;
    font-weight: normal;
    color: darkslategray;
    margin-top: 16px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-width: 110px;
    height: 24px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    opacity: .80;
    color: white;
    margin-left: 6px;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .menubutton span {
    margin-left: 2px;
    margin-right: 2px;
  }
  body .tpiview .tpisurveyresult .tpiheader .left-container .menubutton:hover {
    opacity: 1;
    transition: all 0.2s ease-in;
    color: black;
  }
  body .tpiview .tpisurveyresult .info-result {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: white;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 700px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .title_bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    font-weight: bold;
    font-style: italic;
    font-size: 16pt;
    color: #073d93;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .title-header p a {
    cursor: pointer;
    text-decoration: none;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .title-header p a:hover {
    color: orange;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .sumup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .menubutton {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    font-size: 14pt;
    font-weight: bold;
    border-radius: 8px;
    border: goldenrod solid 3px;
    transition: .3s linear all;
    background-color: rgba(218, 165, 32, 0.6);
    opacity: 1;
    cursor: pointer;
    color: #001535;
    text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.4);
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .menubutton span {
    margin-right: 10px;
    margin-left: 10px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .menubutton:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: goldenrod;
    text-decoration: none;
    opacity: .9;
    color: gold;
    text-shadow: 0px 0px 8px #323232;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .hide-button {
    display: none;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart {
    width: 700px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic {
    height: 430px;
    width: 100%;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .tickLabel {
    font-size: 15px;
    font-weight: bold;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .label {
    color: #fff4f4;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 0 0;
    position: absolute;
    width: 38px;
    background-color: transparent;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .big-bar-label {
    padding: 12px 0 0 0;
    width: 90px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .trans-label {
    color: #3b855e;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .appren-label {
    color: #364c8b;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .devel-label {
    color: #a98508;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .nurtur-label {
    color: #912727;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .soc-ref-label {
    color: #78587a;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .chart-bubbles {
    left: 0px;
    position: absolute;
    top: -30px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #chart-graphic .bubble {
    position: absolute;
    width: 200px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #totals {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    background: url(../images/totals_bg.png) repeat-x bottom;
    border: 1px solid #cbcbcb;
    height: 19px;
    margin: 3px 0 0 26px;
    width: 676px;
    color: blue;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #totals div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 116px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: url(../images/legend_bg.png) repeat-x bottom;
    border: 1px solid #1a5189;
    height: 90px;
    margin: 13px 0 0 26px;
    width: 676px;
    color: white;
    font-weight: bold;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    height: 94%;
    width: 90%;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom .legend-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom .legend-row .intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart #legend-bottom .inner-bottom .legend-row .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 26px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo .survey-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    line-height: 20px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo div .intro {
    font-weight: bold;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .chart .mainchart .surveyinfo hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body .tpiview .tpisurveyresult .info-result .inner-result .tpiresults .title {
    font-weight: bold;
    font-style: italic;
    font-size: 16pt;
    color: #073d93;
    text-shadow: 0px 0px 3px rgba(20, 20, 20, 0.4);
  }
  body .tpiview .tpisurveyresult .reflect {
    width: 100%;
    background-color: transparent;
  }
  body .tpiview .tpisurveyresult .reflect .inner-reflect {
    margin-top: 30px;
    width: 94%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body .tpiview .tpisurveyresult .reflect .inner-reflect p {
    font-size: 12pt;
    margin-left: 16px;
    color: darkslategray;
  }
}
.Reflect-Results {
  width: 100%;
  background-color: transparent;
}
.Reflect-Results .inner-reflect {
  margin-top: 30px;
  width: 94%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.Reflect-Results .inner-reflect p {
  font-size: 12pt;
  margin-left: 16px;
  color: darkslategray;
}
