/* new block text switch test below */

.text.Backgroundswitch.no_bg_color {
    max-width: 1232px;
    margin: -60px auto -60px auto;
    background-color: #fff;
    color: #000;
}

.text.Backgroundswitch_no_bg {
    height: 56px;
    /*font-family: SpectrumSans;*/
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
}

.text.Backgroundswitch_no_bg h2 {
    width: 707px;
    height: 56px;
    margin: 0 413px 19px 0;
    /*font-family: SpectrumSansBold;*/
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    /*color: #fff;*/
}


.text.Backgroundswitch {
  max-width: 1232px;
  margin: 0 auto 0 auto;
  padding: 70px 82px 95px 30px;
  background-color: #004366;
  color: #fff;
}

.text.Backgroundswitch_TextContent p {
	line-height: 30px;
	letter-spacing: 0.5px;
}

.no_bg_color .text.Backgroundswitch_TextContent {
    color: #000;
}

@media only screen and (max-width: 470px) {
  .text.Backgroundswitch_no_bg h2 {
    font-size: 0.75em;
    line-height: 52px;
  }
}
