/*====Transformative goals css start here====*/
/*==== SVG css start here====*/
.trans-goals svg {
  font-size: 12px;
  font-family: 'Roboto';
}

.trans-goals .axis path,
.trans-goals .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.trans-goals .axis text {
  fill: #000;
}

.trans-goals .axis .tick line {
  stroke: rgba(0, 0, 0, 0.1);
}

.trans-goals path {
  stroke-width: 2;
  fill: none;
}

.trans-goals .line {
  fill: none;
  stroke: url(#line-gradient);
  stroke-width: 2px;
}
/*==== SVG css end ==*/
/*==== Goal For ==*/
.transformative-goals-wrapper .goalBanner {
  width: auto;
  overflow: hidden;
  background-color: #060233;
  position: relative;
  background-image: url("../images/goal-for-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.goalBanner .banner-caption {
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 70%;
  z-index: 2;
  font-family: 'robotoregular', sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.goalBanner .banner-caption span {
  display: block;
  font-size: 20px;
  line-height: 32px;
  padding: 10px;
  text-transform: none;
  font-weight: normal;
}
.transformative-goals-wrapper .goalBanner img {
  width: 100%;
}
.transformative-goals-wrapper .goal-content {
  background-color: #060233;
  padding: 10px 20px;
}
.transformative-goals-wrapper .section {
  margin: 0 0 50px 0;
}
.transformative-goals-wrapper .section.left-pos {
  margin-right: 20%;
}
.transformative-goals-wrapper .section.right-pos {
  margin-left: 20%;
}
.transformative-goals-wrapper .goal-content h2 {
  color: #f99400;
  font-size: 22px;
  padding: 0 0 10px 25px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'robotoregular', sans-serif;
}
.transformative-goals-wrapper .pad-subheading-right {
  padding: 18px 20px 20px 20px;
}
.transformative-goals-wrapper .pad-subheading-left {
  padding: 25px 20px 20px 20px;
}
.transformative-goals-wrapper .pad-chart-right {
  padding: 25px 20px 20px 20px;
}
.transformative-goals-wrapper .pad-chart-left {
  padding: 25px 20px 20px 20px;
}
.transformative-goals-wrapper .goal-content .right-pos.planning h2 {
  color: #c94181;
  padding-left: 25px;
}
.transformative-goals-wrapper .goal-content .left-pos.practices h2 {
  color: #0da6e5;
}
.transformative-goals-wrapper .goal-content .subheading {
  background-color: #f99400;
  position: relative;
}
.transformative-goals-wrapper .goal-content .subheading.f-planning {
  background-color: #c94181;
}
.transformative-goals-wrapper .goal-content .subheading.h-practices {
  background-color: #0da6e5;
}
.img-with-quote-wrapper {
  width: 260px;
  height: 260px;
  position: absolute;
  z-index: 1;
  right: -150px;
  top: -50px;
}
.right-pos .img-with-quote-wrapper {
  left: -150px;
}
.img-with-quote-wrapper .pos-relative {
  position: relative;
  width: 260px;
  height: 260px;
}
.img-with-quote-wrapper .pos-relative .img-wraper {
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #282828;
  position: absolute;
  z-index: 1;
}
.img-with-quote-wrapper .pos-relative .img-wraper img {
  border-radius: 100px;
  width: 100%;
}
.img-with-quote-wrapper .pos-relative .quotebg {
  background: url(../images/icon-quote.png) no-repeat 16% 28% #282828;
  width: 260px;
  height: 260px;
  position: absolute;
  left: 0;
  bottom: -220px;
  border-radius: 100%;
}
.pos-relative .quotebg .quote {
  color: #fff;
  font-size: 10px;
  padding: 50px 45px 60px 45px;
  font-family: 'robotoregular', sans-serif;
  line-height: 14px;
}
.transformative-goals-wrapper .goal-content .chart-map {
  background-color: #fff;
  position: relative;
}
.transformative-goals-wrapper .goal-content .chart-map .chart-box {
  position: relative;
}
.transformative-goals-wrapper .goal-content .chart-map .chart-box-marriage {
  position: relative;
}
.transformative-goals-wrapper .goal-content .chart-map img {
  width: 100%;
}
.transformative-goals-wrapper .subheading h3,
.transformative-goals-wrapper .subheading p,
.transformative-goals-wrapper .chart-map h3,
.transformative-goals-wrapper .chart-map p {
  font-family: 'robotoregular', sans-serif;
  color: #000;
  margin: 0;
  padding: 0 0 10px 0;
}
.transformative-goals-wrapper .subheading h3,
.transformative-goals-wrapper .chart-map h3,
.transformative-goals-wrapper .chart-map p {
  font-size: 20px;
}
.transformative-goals-wrapper .subheading p,
.transformative-goals-wrapper .chart-map p {
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px 10px 0;
}

.transformative-goals-wrapper .tab-content {
  display: none;
  padding: 15px 0;
  font-family: 'robotoregular', sans-serif;
  min-height: 300px;
  position: relative;
}
.transformative-goals-wrapper .tab-content.current {
  display: inherit;
}
.transformative-goals-wrapper #tab-1,
.transformative-goals-wrapper #tab-2 {
  z-index: 3;
  position: relative;
}
.transformative-goals-wrapper .selectitem select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #b7b7b7;
  border-radius: 40px;
  box-shadow: 0 0 10px #E8E8E8 inset;
  min-width: 200px;
  height: 40px;
  margin: 0 0 10px 0;
  padding: 10px;
  width: 110px;
  outline: none;
  text-transform: uppercase;
}
.transformative-goals-wrapper .selectitem select:focus {
  border: 1px #1e90ff solid;
}
#chartarea {
  padding-top: 20px;
}
h3.goals-chart-heading {
  position: relative;
  text-align: center;
  top: 0;
  font-weight: 300;
}
/*==== Goal For end ==*/
/*====Dropdown css start====*/
.chart-map .selector {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 9;
}
.chart-map .selector .selected {
  position: relative;
  display: block;
  width: 183px;
  height: 37px;
  padding: 0 52px 0 15px;
  line-height: 37px;
  font-size: 14px;
  overflow: hidden;
  color: #333;
  background: url(../images/dropdown_bg.png) 0 0 no-repeat;
}

.chart-map .selector .list {
  position: relative;
  display: block;
  width: 246px;
  z-index: 1;
  top: 4px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 5px 7px rgba(0,0,0,0.2);
  display: none;
}
.chart-map .selector .list li {
  border-bottom: 1px dotted #cccccc;
  position: relative;
  display: block;
  list-style: none;
}
.chart-map .selector .list li a {
  position: relative;
  display: block;
  font-size: 13px;
  color: #333;
  padding: 8px 10px;
  outline: none;
  text-decoration: none;
}
/*====Dropdown css end====*/
/*====Transformative goals css end here====*/
/* Line chart CSS - start*/

.trans-goals .axis line {
  fill: none;
  stroke: grey;
  stroke-width: 1;
  shape-rendering: crispEdges;
}
/* Line chart CSS - end*/
/*Tab css */
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px #282828 solid;
  z-index: 5;
}
ul.tabs li {
  background: none;
  color: #282828;
  display: inline-block;
  padding: 10px 0 10px 0;
  margin: 0 18px 0 0;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'robotoregular', sans-serif;
  font-size: 12px;
}
ul.tabs li.current {
  color: #282828;
  font-weight: bold;
  z-index: 5;
  position: relative;
}
ul.tabs li span {
  display: none;
}
ul.tabs li.current span {
  width: 10px;
  height: 10px;
  display: block;
  background: url(../images/arow-selected.png) center 0 no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  z-index: 5;
}
.tab-container {
  display: none;
  padding: 15px 0;
  font-family: 'robotoregular', sans-serif;
  min-height: 300px;
}
.tab-container.current {
  display: block;
}
#tab-a, #tab-b, #tab-c {
  z-index: 3;
}
/* legend css */
#trend, #unmet-group-chart, #chartarea {
  position: relative;
}
ul.chart-legend {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 10px;
  display: block;
  border: 1px #ccc solid;
  position: absolute;
  right: 0%;
  top: 0%;
  background: #fff;
  opacity: 0.8;
}
#unmet-needs ul.chart-legend {
  right: 5%;
  top: 1%;
}
ul.chart-legend li {
  margin: 0 10px;
  font-size: 12px;
  list-style: none;
  color: #333;
}
ul.chart-legend li span {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-right: 5px;
  background-color: #ccc;
}
ul.chart-legend li span.green {
  background-color: #38761d;
}
ul.chart-legend li span.orange {
  background-color: #ffab40;
}
ul.chart-legend li span.black {
  background-color: #000;
}
ul.chart-legend li span.blue {
  background-color: #14469d;
}

/* radio button css */
div.radio-wrapper {
  font-size: 14px;
  margin: 5px 0;
  display: flex;
}
div.radio-wrapper input[type="radio"] {
  margin-right:  15px;
  float: left;
}
div.radio-wrapper span.radio-text {
  float: left;
}

/*CSS for custom ichek radio button */
.radio-wrapper span {
  margin: 0 0 0 -20px;
  cursor: pointer;
  padding: 0 0 0 22px;
  z-index: 9;
  position: relative;
}
.radio-wrapper .iradio_futurico {
  background-position: -72px 0;
}
.radio-wrapper .iradio_futurico.checked {
  background-position: -90px 0;
}
.section.practices .radio-wrapper .iradio_polaris {
  background-image: url(../images/polaris-strategic-plan.png);
  margin-right: 10px;
  min-width: 24px;
}
.section.practices .radio-wrapper .iradio_polaris + label {
  display: inline-block;
  font-family: 'roboto',sans-serif;
  font-size: 14px;
  vertical-align: middle;
  line-height: 30px;
  margin-bottom: 0;
}
#ending-child-marriage,
#ending-child-marriage-bf18 {
  margin-top: 20px;
}
.animate-data{
  font-size: 12px;
  opacity: 0;
}
.trans-goals .disclaimer-wrapper {
  color: #000000;
  font-size: 10px;
  line-height: 14px;
  border-top: 1px solid #ddd;
  padding: 15px 0 0;
  margin: 25px 0 0;
}
.anchor-link:before {
  content: "";
  display: block;
  height: 125px;
  margin: -125px 0 0;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.path-data .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* footer overried */
.container-fluid + .footer-pad {
  margin: 0 !important;
}
