@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("../fonts/RobotoCondensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "RobotoCondensed-Light";
  src: url("../fonts/RobotoCondensed-Light.woff") format("woff");
}
*:not(i) {
  font-family: RobotoCondensed-Regular;
}

.statics {
  min-height: 600px;
}

.limite_lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.max-lines-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 48px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.transition { /*Changes*/
  -webkit-transition: all 0.8s;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
}

.rotating, .rotating_1 {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.rotated {
  transform: rotateY(360deg);
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
  -o-transform: rotatey(360deg);
}

.top_portion_img {
  width: 97.8%;
}
@media all and (max-width: 60em) {
  .top_portion_img {
    margin-left: 1%;
  }
}

.qmp_middle_portion {
  width: 48%;
  float: left;
  margin-right: 1.5%;
  border: 1px solid #969696;
  height: 520px;
  background: white;
}
@media all and (max-width: 60em) {
  .qmp_middle_portion {
    width: calc(97.8% - 2px);
    height: auto;
    margin-top: 10px;
    margin-left: 1%;
  }
}

.qmp_middle_portion p {
  line-height: 24px;
}

.qmp_img_center {
  text-align: center;
  border: none !important;
}

.qmp_middle_portion img {
  width: 100%;
}
@media all and (max-width: 60em) {
  .qmp_middle_portion img {
    width: 80%;
  }
}

.qmp_middle_portion p, .qmp_middle_portion label, .cm_left_side label, .cm_left_side p, .bottom_portion_single p {
  padding: 5px;
}

.qmp_middle_portion label, .qmp_bottom_portion label, .certifications_left label, .cm_left_side label, .bottom_portion_single label {
  font-size: 24px;
  font-weight: bold;
}

.qmp_bottom_portion label, .bottom_portion_single label {
  margin-left: 5px;
}

.qmp_bottom_portion {
  background: white;
  border: 1px solid #969696;
  margin-top: 10px;
  line-height: 18px;
  width: 97.8%;
}
@media all and (max-width: 60em) {
  .qmp_bottom_portion {
    width: calc(97.8% - 2px);
    margin-left: 1%;
  }
}

.qmp_bottom_portion p {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}

.qmp_bottom_portion ul {
  width: 250px;
  margin-left: calc((100% - 250px) / 2);
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #00183c;
  margin-top: -8px;
}

.coc_height_only img {
  height: 440px !important;
  widht: auto !important;
}
@media all and (max-width: 60em) {
  .coc_height_only img {
    height: auto !important;
  }
}

.coc_bottom_line {
  margin-top: 20px;
}
.coc_bottom_line img {
  height: 60px;
  float: left;
  margin-right: 5%;
  margin-bottom: 10px;
}
@media all and (max-width: 60em) {
  .coc_bottom_line img {
    height: 45px;
    margin-right: 10px;
    margin-left: 48%;
    margin-top: 15px;
  }
}
.coc_bottom_line i {
  float: left;
  font-size: 53px;
  margin-left: 0.5%;
}
@media all and (max-width: 60em) {
  .coc_bottom_line i {
    margin-left: 48%;
  }
}
.coc_bottom_line a {
  font-size: 30px;
  line-height: 60px;
  color: blue;
}
@media all and (max-width: 60em) {
  .coc_bottom_line a {
    font-size: 16px;
    line-height: 20px;
  }
}
.coc_bottom_line span {
  display: block;
  text-decoration: underline;
  float: left;
}
@media all and (max-width: 60em) {
  .coc_bottom_line span {
    width: 100%;
    text-align: center;
  }
}
.coc_bottom_line span.lastspan {
  float: left;
  display: block;
  margin-left: 5.7%;
}
@media all and (max-width: 60em) {
  .coc_bottom_line span.lastspan {
    margin: 0px;
    text-align: center;
  }
}

.coc_margin_top {
  padding-top: 8px;
}

.coc_margin_top span.title {
  font-size: 22px;
  display: block;
  line-height: 26px;
  padding-left: 5px;
}

.qmp_height_only {
  height: 500px;
}
@media all and (max-width: 60em) {
  .qmp_height_only {
    width: 97.8%;
    height: auto;
    margin-top: 10px;
  }
}

.coc_height_only {
  height: 430px;
  margin-top: 15px;
}
@media all and (max-width: 60em) {
  .coc_height_only {
    width: 97.8%;
    height: auto;
    margin-top: 10px;
    padding-top: 10px;
  }
}

.coc_height_only a {
  margin-left: 5px;
}

.cm_middle_portion {
  width: 48%;
  float: left;
  margin-right: 1.5%;
  height: auto;
}
@media all and (max-width: 60em) {
  .cm_middle_portion {
    width: calc(97.8% - 2px);
    height: auto;
    margin-top: 10px;
    margin-left: 1%;
  }
}

.cm_left_side {
  width: 100%;
  border: 1px solid #969696;
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
}

.cm_left_side label {
  display: block;
  line-height: 28px;
}

.cm_left_side p {
  line-height: 24px;
}

.cm_special_one section:first-child {
  height: 195px;
  overflow-y: auto;
}
@media all and (max-width: 60em) {
  .cm_special_one section:first-child {
    height: auto;
  }
}

.cm_special_one section:nth-child(2) {
  height: 660px;
  overflow-y: auto;
}
@media all and (max-width: 60em) {
  .cm_special_one section:nth-child(2) {
    height: auto;
  }
}

.cm_special_set section:first-child {
  background: none;
  border: none;
  text-align: center;
}

.cm_special_set section:nth-child(2) {
  height: 473px;
  overflow-y: auto;
}
@media all and (max-width: 60em) {
  .cm_special_set section:nth-child(2) {
    height: auto;
  }
}

.cm_special_set section:last-child, .cm_special_one section:last-child {
  height: 200px;
  overflow-y: auto;
}
@media all and (max-width: 60em) {
  .cm_special_set section:last-child, .cm_special_one section:last-child {
    height: auto;
  }
}

.cm_special_set img {
  height: 375px;
}
@media all and (max-width: 60em) {
  .cm_special_set img {
    height: auto;
  }
}

.bottom_portion_single {
  width: 97.7%;
  border: 1px solid #969696;
  padding-top: 24px;
  padding-bottom: 15px;
  font-size: 16px;
  background: white;
}

.bottom_portion_single p {
  line-height: 20px;
}

.stick_img_bottom {
  position: relative;
  height: 350px;
}
@media all and (max-width: 60em) {
  .stick_img_bottom {
    height: 320px;
  }
}

.stick_img_bottom img {
  position: absolute;
  bottom: 0px;
}

.stick_img_bottom ul {
  font-weight: bold;
}

.env_middle_special {
  height: 563px;
}
@media all and (max-width: 60em) {
  .env_middle_special {
    height: auto;
  }
}

.env_middle_one {
  height: 172px;
}

.env_middle_one p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.env_middle_one ul {
  width: 250px;
  margin-left: calc((100% - 250px) / 2);
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  font-weight: bold;
  color: green;
}

.certifications_lineup {
  width: 98%;
  display: inline-block;
}

.certifications_right {
  float: right;
  width: 46%;
  margin-right: 7%;
  height: 240px;
}
@media all and (max-width: 60em) {
  .certifications_right {
    margin-right: 1.5%;
    width: 98%;
    text-align: center;
  }
}

.certifications_right img {
  height: 150px;
  margin-top: 45px;
}

.certifications_header span {
  display: block;
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 10px 0px 30px 0px;
}
.certifications_header span a {
  color: blue;
}

.certifications_left {
  float: left;
  width: 46%;
  height: 240px;
  border: 1px solid #969696;
  background: white;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media all and (max-width: 60em) {
  .certifications_left {
    height: auto;
    width: calc(100% - 2px);
    margin-left: 1%;
  }
}

.certifications_left label, .certifications_left p {
  margin-left: 5px;
  margin-right: 5px;
}

.certifications_left p {
  font-size: 16px;
  line-height: 24px;
}

.rohs_menu_5, .rohs_menu_six {
  width: 98%;
  display: inline-block;
}

.rohs_menu_six section:first-child, .rohs_menu_six section:nth-child(2), .rohs_menu_six section:nth-child(3),
.rohs_menu_six section:nth-child(4), .rohs_menu_six section:nth-child(5), .rohs_menu_six section:nth-child(6), rohs_menu_six section:nth-child(7) {
  width: 30% !important;
}
@media only screen and (min-width: 40em) {
  .rohs_menu_six section:first-child, .rohs_menu_six section:nth-child(2), .rohs_menu_six section:nth-child(3),
  .rohs_menu_six section:nth-child(4), .rohs_menu_six section:nth-child(5), .rohs_menu_six section:nth-child(6), rohs_menu_six section:nth-child(7) {
    width: 11% !important;
    margin-left: 1%;
  }
}

#rohs_menus_2, #rohs_menus_3, #rohs_menus_4, #rohs_menus_5, #rohs_menus_6, #rohs_menus_7, #rohs_menus_8, #int_sales_1, #int_sales_2, #int_sales_3, #int_sales_4, #int_sales_5 {
  width: 30%;
  margin-top: 10px;
  padding-top: 5px;
  margin-left: 1%;
  float: left;
  background-color: #042c6d;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 40px;
  color: white;
  display: block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 18px !important;
  font-size: 16px;
  text-shadow: 0 -1px 0 #000000;
  box-shadow: 2px 2px 2px black;
}
@media only screen and (min-width: 40em) {
  #rohs_menus_2, #rohs_menus_3, #rohs_menus_4, #rohs_menus_5, #rohs_menus_6, #rohs_menus_7, #rohs_menus_8, #int_sales_1, #int_sales_2, #int_sales_3, #int_sales_4, #int_sales_5 {
    width: 11%;
    margin-left: 1%;
  }
}

#rohs_menus_1:hover, #rohs_menus_2:hover, #rohs_menus_3:hover, #rohs_menus_4:hover, #rohs_menus_5:hover, #rohs_menus_6:hover, #rohs_menus_7, #rohs_menus_8, :hover {
  cursor: pointer;
}

#rohs_menus_1 {
  width: 30%;
  margin-top: 10px;
  padding-top: 5px;
  margin-left: 5px;
  float: left;
  background-color: blue;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 40px;
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px !important;
  box-shadow: 2px 2px 2px black;
  text-shadow: 0 -1px 0 #000000;
  font-size: 16px;
}
@media only screen and (min-width: 40em) {
  #rohs_menus_1 {
    width: 18%;
    margin-left: 1%;
  }
}

.rohs_detail_one, .rohs_detail_two, .rohs_detail_three, .rohs_detail_four, .rohs_detail_five, .rohs_detail_six, .rohs_detail_seven, .rohs_detail_eight {
  border: 1px solid #969696;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 400px;
  width: 98% !important;
  margin-top: -5px;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 50em) {
  .rohs_detail_one, .rohs_detail_two, .rohs_detail_three, .rohs_detail_four, .rohs_detail_five, .rohs_detail_six, .rohs_detail_seven, .rohs_detail_eight {
    width: calc(98% - 2px);
    margin-left: 0.8%;
  }
}

.rohs_detail_one {
  display: block;
  background: white;
}

.rohs_detail_two, .rohs_detail_three, .rohs_detail_four, .rohs_detail_five, .rohs_detail_six, .rohs_detail_seven, .rohs_detail_eight {
  display: none;
  background: white;
}

.rohs_detail_one, .rohs_detail_two, .rohs_detail_three, .rohs_detail_four, .rohs_detail_five, .rohs_detail_six, .rohs_detail_seven, .rohs_detail_eight {
  width: 100%;
}
.rohs_detail_one .rohs_main_title, .rohs_detail_two .rohs_main_title, .rohs_detail_three .rohs_main_title, .rohs_detail_four .rohs_main_title, .rohs_detail_five .rohs_main_title, .rohs_detail_six .rohs_main_title, .rohs_detail_seven .rohs_main_title, .rohs_detail_eight .rohs_main_title {
  font-size: 24px;
  font-weight: bold;
  padding: 5px;
  line-height: 28px;
  display: block;
  text-shadow: 0 -1px 0 white;
}
.rohs_detail_one .rohs_subtitle, .rohs_detail_two .rohs_subtitle, .rohs_detail_three .rohs_subtitle, .rohs_detail_four .rohs_subtitle, .rohs_detail_five .rohs_subtitle, .rohs_detail_six .rohs_subtitle, .rohs_detail_seven .rohs_subtitle, .rohs_detail_eight .rohs_subtitle {
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
  text-shadow: 0 -1px 0 white;
}
.rohs_detail_one .rohs_environment_content p, .rohs_detail_two .rohs_environment_content p, .rohs_detail_three .rohs_environment_content p, .rohs_detail_four .rohs_environment_content p, .rohs_detail_five .rohs_environment_content p, .rohs_detail_six .rohs_environment_content p, .rohs_detail_seven .rohs_environment_content p, .rohs_detail_eight .rohs_environment_content p {
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
}
.rohs_detail_one * li, .rohs_detail_two * li, .rohs_detail_three * li, .rohs_detail_four * li, .rohs_detail_five * li, .rohs_detail_six * li, .rohs_detail_seven * li, .rohs_detail_eight * li {
  padding: 8px 0 0 8px;
  font-size: 16px;
  line-height: 18px;
  list-style-position: outside;
}

div .rohs_2, div .rohs_3, div .rohs_4, div .rohs_5, div .rohs_7, div .rohs_8, div .rohs_9, div .rohs_11, div .rohs_12, div .rohs_13, div .rohs_14, div .rohs_15, div .rohs_17,
div .rohs_18, div .rohs_19, div .rohs_20, div .rohs_21, .rohs_23, div.appnote_2, div.appnote_3, div.appnote_4, div.appnote_5, div.appnote_6, div.appnote_7, div.appnote_8, div.appnote_9,
div.appnote_10, div.appnote_11, div.appnote_12, div.appnote_13, div.appnote_14, div.appnote_15, div.appnote_16, div.appnote_17, div.appnote_18, div.appnote_19, div.appnote_20, div.appnote_21,
div.appnote_22, div.appnote_23, div.appnote_24 {
  display: none;
}

.rohs_environment_content {
  display: block;
}

.rohs_list_hr {
  float: left;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 40em) {
  .rohs_list_hr {
    width: 49%;
  }
}

.rohs_list_hr:last-child {
  margin-top: -24px;
}
@media only screen and (min-width: 40em) {
  .rohs_list_hr:last-child {
    margin-top: 0px;
  }
}

.rohs_img img {
  width: 100%;
  position: absolute;
}

.semi_overview_subtitle {
  color: blue;
}

.quality_gallery {
  width: 98%;
  text-align: center;
  float: left;
}
@media only screen and (min-width: 40em) {
  .quality_gallery {
    width: 49%;
  }
}
.quality_gallery img {
  width: 60%;
}

.rohs_one_img {
  position: relative;
  height: 500px;
}

.rohs_one_img img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 40em) {
  .rohs_one_img img {
    height: auto;
  }
}

.appnote_top_left {
  margin-top: 10px;
  width: 68%;
  display: inline-block;
  background: white;
  border: 1px solid #969696;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 150px;
}
@media only screen and (max-width: 50em) {
  .appnote_top_left {
    width: calc(98% - 2px);
    height: auto;
    margin-left: 1%;
    margin-bottom: 30px;
  }
}
.appnote_top_left label {
  font-size: 24px;
  font-weight: bold;
  padding: 5px;
}
.appnote_top_left p {
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
}

.appnote_top_right {
  margin-top: 10px;
  width: 28%;
  float: right;
  margin-right: 2%;
  border: 1px solid #969696;
  height: 210px;
  background: white;
}
@media only screen and (max-width: 50em) {
  .appnote_top_right {
    width: calc(98% - 2px);
    margin-left: 1%;
    height: auto;
    float: left;
    display: none;
  }
}
.appnote_top_right img {
  height: 210px;
  width: 100%;
}

.appnote_content {
  width: 98%;
}
@media only screen and (max-width: 50em) {
  .appnote_content {
    width: 98%;
    margin-left: 1%;
  }
}

.appnote_content table {
  width: 100%;
  border: 1px solid #969696;
  text-align: left;
  background: white;
  border-collapse: collapse;
}

.appnote_content table thead th {
  cursor: pointer;
  background: #f0f0f0;
}

.appnote_content table thead th i {
  margin-top: 5px;
}

.appnote_content table thead th:first-child {
  width: 30%;
}

.appnote_content table thead th, .appnote_content table tr td {
  border: 1px solid #969696;
  padding-left: 5px;
}

.appnote_label {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 50em) {
  .appnote_label {
    margin-left: 1%;
  }
}

.CaseStyle_form_label {
  font-size: 24px;
  font-weight: bold;
}

.casestyle_left {
  width: 68%;
  float: left;
  height: 100px;
  border: 1px solid #969696;
  margin-top: 50px;
  background: white;
  padding-top: 30px;
}
@media only screen and (max-width: 50em) {
  .casestyle_left {
    width: 98%;
  }
}
.casestyle_left label {
  font-size: 24px;
  font-weight: bold;
  padding-left: 5px;
}
.casestyle_left p {
  font-size: 18px;
  line-height: 24px;
  padding-left: 5px;
}

.casestyle_right_img {
  width: 28%;
  float: right;
  margin-right: 2%;
  height: 240px;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 50em) {
  .casestyle_right_img {
    width: 98%;
    float: left;
  }
}

.casestyle_right_img img {
  width: 80%;
  height: 240px;
}
@media only screen and (max-width: 50em) {
  .casestyle_right_img img {
    max-width: 50%;
  }
}

.casestyle_search_bottom {
  width: 68%;
  display: block;
}
@media only screen and (max-width: 50em) {
  .casestyle_search_bottom {
    width: 98%;
  }
}

.casestyle_search {
  width: 65%;
  margin-top: 40px;
  float: left;
  position: relative;
}
.casestyle_search input {
  width: 92%;
  height: 36px;
  padding-left: 8%;
  font-size: 24px;
}
@media only screen and (max-width: 50em) {
  .casestyle_search input {
    width: 90%;
    padding-left: 10%;
  }
}
.casestyle_search .i_location {
  position: absolute;
  left: 10px;
  margin-top: 12px;
  font-size: 20px;
}

.casestyle_search_right {
  width: 33%;
  float: right;
  margin-top: 42px;
}
.casestyle_search_right input {
  width: 100%;
  background: #02327f;
  color: white;
  height: 43px;
  font-size: 35px;
  text-align: center;
  cursor: pointer;
}

.castestyle_search_table {
  width: 100%;
  display: none;
}

.castestyle_search_table table {
  width: 100%;
  border: 1px solid #969696;
  border-collapse: collapse;
}

.castestyle_search_table table thead th {
  background: #f0f0f0;
}

.castestyle_search_table table thead th:first-child {
  width: 30%;
}

.castestyle_search_table table tr td, .castestyle_search_table table thead th {
  border: 1px solid #969696;
  text-align: left;
}

.leadtime_left {
  width: 62%;
  float: left;
  margin-right: 1.5%;
  border: 1px solid #969696;
  background: white;
  padding: 15px 0 15px 0;
  height: 510px;
  overflow-y: auto;
}
.leadtime_left p {
  padding: 5px;
  font-size: 20px;
  line-height: 24px;
}
.leadtime_left img + img {
  display: none;
}
@media only screen and (max-width: 50em) {
  .leadtime_left img + img {
    width: 20%;
    height: auto;
    float: right;
    display: block;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 50em) {
  .leadtime_left {
    width: 97.7%;
    height: auto;
  }
}

.leadtime_right {
  width: 34%;
  float: left;
  border: 1px solid #969696;
  background: white;
  position: relative;
  text-align: center;
  padding: 15px 0 15px 0;
  height: 510px;
}
@media only screen and (max-width: 50em) {
  .leadtime_right {
    display: none;
  }
}
.leadtime_right img {
  width: 90%;
}

.itar_guide_left {
  float: left;
  width: 60%;
  border: 1px solid #969696;
  padding: 30px 0 0px 0;
  margin-top: 50px;
  height: 230px;
  background: white;
}
@media only screen and (max-width: 60em) {
  .itar_guide_left {
    width: 99%;
    height: auto;
    padding: 30px 0 30px 0;
    margin-top: 10px;
  }
}
.itar_guide_left label {
  padding: 5px;
  font-size: 24px;
  font-weight: bold;
}
.itar_guide_left p {
  padding: 5px;
  font-size: 18px;
  line-height: 24px;
}

.itar_guide_right {
  width: 38%;
  float: right;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 60em) {
  .itar_guide_right {
    width: 98%;
    margin-top: 10px;
  }
}
.itar_guide_right img {
  width: 65%;
  height: 300px;
}
@media only screen and (max-width: 60em) {
  .itar_guide_right img {
    width: 40%;
    height: auto;
  }
}

.literature_main_topic {
  padding-left: 5px;
  font-size: 28px;
  font-weight: bold;
}

.literature_subtopic {
  font-size: 20px;
  font-weight: bold;
}

.statics .img_text, .statics .diy {
  width: 100%;
  display: inline-block;
}

.statics .img_detail {
  width: 98%;
  float: left;
  text-align: center;
}
.statics .img_detail img {
  min-height: 200px;
  width: 50%;
}
@media only screen and (min-width: 50em) {
  .statics .img_detail {
    width: 30%;
    text-align: left;
  }
}

.statics .text_detail {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 50em) {
  .statics .text_detail {
    width: 70%;
  }
}
.statics .text_detail p {
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
}

.statics .diy_left_detail, .statics .diy_left_detail1, .statics .diy_right_detail, .statics .diy_right_detail1 {
  width: 22%;
  float: left;
}

.national_stock_img img {
  width: 90%;
  height: 260px;
}
@media only screen and (max-width: 60em) {
  .national_stock_img img {
    width: 60%;
  }
}

.national_stock_left {
  margin-top: 20px;
}

.national_stock_bottom {
  width: 59%;
}
@media only screen and (max-width: 60em) {
  .national_stock_bottom {
    width: 97.8%;
  }
}

.national_stock_bottom .nsn_label {
  font-size: 18px;
  width: 100%;
  cursor: pointer;
}

/*  end of life notice product of change notice table */
.product_change_notice_table table, .replacement_parts_table table {
  width: 99%;
  border: 1px solid #969696;
  margin-left: 5px;
  border-collapse: collapse;
}

.product_change_notice_table table thead tr th:last-child {
  width: 60%;
}

.product_change_notice_table table thead tr th:first-child {
  width: 20%;
}

.product_change_notice_table table thead tr th {
  background: #dbdbdb;
  cursor: pointer;
}

.product_change_notice_table table thead tr th, .product_change_notice_table table tr td, .replacement_parts_table table thead tr th,
.replacement_parts_table table tr td {
  padding: 5px;
  text-align: left;
  border: 1px solid #969696;
}

.replacement_parts_table table thead tr th {
  width: 24%;
  background: #dbdbdb;
  cursor: pointer;
}

.end_of_life_no p {
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
}

.replacement_parts_table table tbody tr:nth-child(even), .product_change_notice_table table tbody tr:nth-child(even) {
  background: #dfedff;
}

.replace_p_bottom {
  padding: 5px;
  font-size: 13px !important;
  line-height: 14px !important;
}

.replace_label {
  padding: 5px;
  font-weight: bold;
}

.qr_top_single {
  width: 98%;
  border: 1px solid #013B7E;
  margin-top: 20px;
  background: white;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.qr_top_single label {
  padding: 5px;
  font-size: 24px;
  font-weight: bold;
}
.qr_top_single p {
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
}

.qr_middle_single {
  width: 98%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 50em) {
  .qr_middle_single {
    width: 99%;
  }
}
.qr_middle_single label {
  font-size: 20px;
  padding-left: 5px;
}
.qr_middle_single input {
  width: 98%;
  height: 30px;
  font-size: 20px;
  padding-left: 5px;
  border: 1px solid #013B7E;
}

.qr_middle_dual {
  width: 47%;
  margin-bottom: 16px;
  float: left;
  margin-right: 3%;
}
@media only screen and (max-width: 50em) {
  .qr_middle_dual {
    width: 99%;
  }
}
.qr_middle_dual label {
  font-size: 20px;
  padding-left: 5px;
}
.qr_middle_dual input {
  width: 98%;
  height: 30px;
  font-size: 20px;
  padding-left: 5px;
  border: 1px solid #013B7E;
}

.qr_middle_single textarea {
  width: 98%;
  border: 1px solid #013B7E;
  padding-left: 5px;
  background: white;
}

.qr_middle_dual input {
  margin-right: 1%;
}

.qr_middle_half {
  width: 98%;
  margin-bottom: 16px;
}
.qr_middle_half label {
  font-size: 20px;
  padding-left: 5px;
}
.qr_middle_half input[type=radio]:after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #013B7E;
}
.qr_middle_half input[type=radio]:checked:after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: black;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #013B7E;
}
.qr_middle_half textArea {
  padding-left: 5px;
  background: white;
  border: 1px solid #013B7E;
}

.qr_table {
  width: 100%;
  margin-bottom: 16px;
  display: inline-block;
}
.qr_table label {
  font-size: 20px;
  padding-left: 5px;
}

.qr_table table {
  width: 70%;
  border: 1px solid #013B7E;
  border-collapse: collapse;
  text-align: center;
}
@media only screen and (max-width: 50em) {
  .qr_table table {
    width: 88%;
  }
}

.qr_table table thead tr th {
  background: #00295e;
  width: 30%;
  color: white;
}

.qr_table table thead tr th:first-child {
  width: 15%;
}

.qr_table table tbody tr td {
  border: 1px solid #013B7E;
}

.qr_table table tbody tr:nth-child(odd) {
  background: #dfedff;
}

.qr_table table tbody tr td i {
  font-size: 20px;
  cursor: pointer;
}

.qr_insert_button {
  float: right;
  margin-top: -30px;
  margin-right: 27%;
}
@media only screen and (max-width: 50em) {
  .qr_insert_button {
    margin-right: 7%;
  }
}

.qr_insert_button i {
  font-size: 30px;
  cursor: pointer;
}

.form_btn {
  float: right;
  margin-right: 2%;
  background: #00295e;
  color: white;
  width: 14%;
  height: 35px;
  font-size: 24px;
  cursor: pointer;
}
@media only screen and (max-width: 50em) {
  .form_btn {
    width: 35%;
  }
}

.reference_design {
  width: 98%;
  background: white;
  border: 1px solid #969696;
}
@media only screen and (max-width: 30em) {
  .reference_design {
    boder: none;
  }
}
.reference_design label {
  padding-left: 5px;
  font-size: 24px;
  font-weight: bold;
}
.reference_design p {
  padding-left: 5px;
  font-size: 18px;
  line-height: 22px;
}

.reference_design table {
  width: 96%;
  margin-left: 2%;
}

table.responsive_designs tr.theading td {
  background-color: #F0F0F0;
  font-weight: bold;
  font-size: 14px;
}

table.responsive_designs img {
  width: 20px;
  float: none;
}

@media only screen and (max-width: 30em) {
  table.responsive_designs, table.responsive_designs tbody, table.responsive_designs td, table.responsive_designs tr {
    display: block;
  }
}

table.responsive_designs tr.theading:nth-of-type(2) {
  text-align: center;
}
@media only screen and (max-width: 30em) {
  table.responsive_designs tr.theading:nth-of-type(2) {
    display: none;
  }
}

@media only screen and (max-width: 30em) {
  table.responsive_designs tr.theading {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}

@media only screen and (max-width: 30em) {
  table.responsive_designs tr {
    background-color: #f4f4f4;
  }
}

table.responsive_designs tr:nth-child(2n+1) {
  background: #dfedff;
}
@media only screen and (max-width: 30em) {
  table.responsive_designs tr:nth-child(2n+1) {
    background: #dfedff;
  }
}

@media only screen and (max-width: 30em) {
  table.responsive_designs td {
    border: none;
    border-bottom: 1px solid #e6e4e4;
    position: relative;
    padding: 0.4166666667em 0.4166666667em 0.4166666667em 50%; /* BASE FONT = 12px  >>> 5px 5px 5px 50% / 12px = 0.416666666666667em 0.416666666666667em 0.416666666666667em 50%  */
    vertical-align: top;
    min-height: 4.1666666667em;
  }
}

@media only screen and (max-width: 30em) {
  table.responsive_designs td:before {
    position: absolute;
    padding: 0 0.8333333333em 0 0; /* BASE FONT = 12px  >>> 0px 10px 0px 0px / 12px = 0 0.833333333333333em 0 0  */
    width: 45%; /*45% width of td width*/
    font-weight: bold;
    vertical-align: top;
    left: 0.4166666667em; /* BASE FONT = 12px  >>> 5px / 12px = 0.416666666666667em  */
    top: 0.4166666667em;
  }
}

@media only screen and (max-width: 30em) {
  table.responsive_designs td:nth-of-type(1):before {
    content: "IC Manufacturer";
  }
}

@media only screen and (max-width: 30em) {
  table.responsive_designs td:nth-of-type(2):before {
    content: "Reference Model Part Number";
  }
}

@media only screen and (max-width: 30em) {
  table.responsive_designs td:nth-of-type(3):before {
    content: "Product Family";
  }
}

@media only screen and (max-width: 30em) {
  table.responsive_designs td:nth-of-type(4):before {
    content: "Description";
  }
}

@media only screen and (max-width: 30em) {
  table.responsive_designs td:nth-of-type(5):before {
    content: "Mini-Circuits Parts Used in Reference Design";
  }
}

.partner_side {
  position: relative;
  height: 1065px;
}
@media only screen and (max-width: 60em) {
  .partner_side {
    height: auto;
  }
}
.partner_side p {
  font-size: 18px;
  line-height: 23px;
}

.term_conditon {
  height: 1200px !important;
  display: none;
}
@media only screen and (max-width: 60em) {
  .term_conditon {
    height: auto !important;
  }
}

.term_condition_link {
  position: absolute;
  margin-top: -50px;
  font-weight: bold;
  font-size: 20px;
  padding-left: 5px;
}

.partner_overview {
  font-weight: bold;
  font-size: 20px;
  padding-left: 5px;
}

.term_condition_link span:last-child, .partner_overview span:last_child {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

.partner_right_1 {
  height: 430px;
}
@media only screen and (max-width: 60em) {
  .partner_right_1 {
    height: auto;
  }
}

.partner_right_2 {
  height: 593px;
}
@media only screen and (max-width: 60em) {
  .partner_right_2 {
    height: auto;
  }
}

.partner_right {
  height: auto !important;
  text-align: center;
}

.partner_right img {
  width: 70%;
}

.term_centerize {
  text-align: center;
}

.wwo_bottom {
  width: 97.7%;
  background: white;
  border: 1px solid #969696;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wwo_bottom label {
  font-size: 28px;
  font-weight: bold;
  padding-left: 8px;
}
.wwo_bottom img {
  width: 96%;
  margin-left: 2%;
  margin-top: 20px;
}

.ww_table {
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
}
@media only screen and (max-width: 40em) {
  .ww_table {
    margin: 0px;
    width: 100%;
  }
}
.ww_table table {
  margin-top: 10px;
  width: 100%;
  border: 1px solid grey;
  border-collapse: collapse;
}
.ww_table table a {
  text-decoration: none;
  color: blue;
}
.ww_table table thead th {
  background: #8cb3d9;
  text-align: center;
  border: 1px solid grey;
  padding: 20px 0px;
  width: calc(50% - 2px);
  font-weight: bold;
}
.ww_table table tbody td {
  border: 1px solid grey;
  padding: 10px 0px 10px 10%;
}

.values_left label, .values_right label {
  padding-top: 0px;
  padding-bottom: 10px;
}
.values_left p, .values_right p {
  font-size: 20px;
  line-height: 24px;
  padding: 20px;
}

.values_right_img {
  text-align: center;
}

.values_right .cm_left_side {
  height: 600px;
}

.values_left .cm_left_side:first-child {
  height: 210px;
}
.values_left .cm_left_side:first-child ul {
  margin-left: calc((100% - 250px) / 2);
  font-size: 20px;
  line-height: 24p;
  font-style: italic;
  color: blue;
}

.values_left .cm_left_side:nth-child(2) {
  height: 100px;
}

.values_left .cm_left_side:last-child {
  height: 152px;
}

.values_left .cm_left_side + .cm_left_side {
  padding-bottom: 42px;
}

.community_inv {
  width: 98%;
}
@media only screen and (max-width: 40em) {
  .community_inv {
    width: 100%;
  }
}
.community_inv label {
  color: #8bbafc;
  font-size: 2rem;
  line-height: 2.375rem;
}
.community_inv p {
  color: grey;
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.community_inv img {
  width: 100%;
}

.news_evens {
  width: 98%;
  border: 1px solid #969696;
}
.news_evens label {
  font-size: 22px;
}

.news_evens .main_news_title {
  font-size: 28px;
  font-weight: bold;
  margin-left: 10px;
}

.news_all_items {
  margin-left: 1%;
  margin-right: 1%;
  width: 98%;
  border-bottom: solid 5px dimgrey;
  text-align: center;
  height: 50px;
}

.news_even_top_menu {
  height: auto;
}

.news_top_bar {
  background-color: dimgrey;
  color: dimgrey;
  border: solid 2px dimgrey;
  height: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.news_all_items div + div {
  cursor: pointer;
}

.news_all_items div {
  float: left;
  margin-right: 1%;
  font-size: 20px;
  height: 40px;
  width: 6%;
}
@media only screen and (max-width: 60em) {
  .news_all_items div {
    font-size: 16px;
    margin-right: 0.5%;
    width: 9%;
  }
}

.news_all_items div:nth-child(4) {
  width: 18%;
}

.news_all_items div:nth-child(5), .news_all_items div:nth-child(6) {
  width: 28%;
}
@media only screen and (max-width: 60em) {
  .news_all_items div:nth-child(5), .news_all_items div:nth-child(6) {
    width: 24%;
  }
}

.news_all_items div:first-child {
  margin-left: 5px;
  text-align: left;
}

.news_reward_img {
  text-align: center;
  margin-top: 10px;
}

#news_evens_3 {
  color: blue;
}

.news_evens_one, .news_evens_two, .news_evens_three, .news_evens_four, .news_evens_five {
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
  margin-bottom: 24px;
}

.news_evens_one, .news_evens_two, .news_evens_four, .news_evens_five {
  display: none;
}

.news_evens_table table tr td:first-child {
  width: 15%;
  border-bottom: solid 2px #969696;
}

.news_evens_table table {
  border-collapse: collapse;
}

.news_evens_table table a {
  color: blue;
}

.news_evens_table table tr td {
  height: 90px;
  border-bottom: solid 2px #969696;
}

.news_tradeshow table {
  width: 100%;
}

.news_tradeshow table tbody tr:first-child {
  font-size: 24px;
  font-weight: bold;
}

.headquarters_name {
  font-size: 24px;
  background: #042c6d;
  border-radius: 5px;
  color: white;
  margin-top: 20px;
  text-align: center;
  width: 98%;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  box-shadow: inset 0 0 5px #042c6d, 0 0 5px #042c6d;
}
@media only screen and (max-width: 50em) {
  .headquarters_name {
    font-size: 20px;
  }
}

.head_office_area {
  display: inline-block;
  width: 97.9%;
  box-shadow: inset 0 0 5px #042c6d, 0 0 10px #042c6d;
  height: 290px;
  font-size: 17px;
}
@media only screen and (max-width: 50em) {
  .head_office_area {
    border-left: none;
    border-right: none;
    border-top: none;
    height: auto;
  }
}
.head_office_area a {
  color: blue;
}

.head_office_one {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 50em) {
  .head_office_one {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
}
.head_office_one p {
  text-align: center;
  font-size: 17px;
  line-height: 18px;
  padding: 9px;
}

.head_office_two {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 50em) {
  .head_office_two {
    width: 100%;
    float: left;
  }
}
.head_office_two p {
  text-align: center;
  font-size: 17px;
  line-height: 18px;
  padding: 9px;
}

.head_office_one table, .head_office_two table {
  width: 100%;
}

.head_office_one table tr td:first-child, .head_office_two table tr td:first-child {
  text-align: right;
  vertical-align: top;
  padding-right: 5px;
  width: 50%;
}

.head_office_one table tr td:last-child, .head_office_two table tr td:last-child {
  text-align: left;
  vertical-align: top;
  padding-left: 5px;
}

.reginal_main_name {
  font-size: 24px;
  font-weight: bold;
  color: #042c6d;
}

.empty {
  height: 20px;
}

.expand_icons {
  float: left;
  margin-left: 15px;
  font-size: 15px;
}

.ad_1, .ad_2, .ad_3, .ad_4, .ad_5, .ad_6, .ad_7, .ad_8, .ad_9, .ad_10, .ad_11, .ad_12 {
  height: 0px;
  transition: height 2s;
  -moz-transition: height 2s; /* Firefox 4 */
  -webkit-transition: height 2s; /* Safari and Chrome */
  -o-transition: height 2s; /* Opera */
  overflow: hidden;
}

.ad_1 {
  display: none;
}

.ad_acting {
  transition: height 2s;
  -moz-transition: height 2s; /* Firefox 4 */
  -webkit-transition: height 2s; /* Safari and Chrome */
  -o-transition: height 2s; /* Opera */
  height: 290px;
}
@media only screen and (max-width: 50em) {
  .ad_acting {
    height: auto;
  }
}

.ad_acting_two {
  transition: height 2s;
  -moz-transition: height 2s; /* Firefox 4 */
  -webkit-transition: height 2s; /* Safari and Chrome */
  -o-transition: height 2s; /* Opera */
  height: 580px;
}
@media only screen and (max-width: 50em) {
  .ad_acting_two {
    height: auto;
  }
}

.ad_acting_three {
  transition: height 2s;
  -moz-transition: height 2s; /* Firefox 4 */
  -webkit-transition: height 2s; /* Safari and Chrome */
  -o-transition: height 2s; /* Opera */
  height: 780px;
}
@media only screen and (max-width: 50em) {
  .ad_acting_three {
    height: auto;
  }
}

.ad_acting_four {
  transition: height 2s;
  -moz-transition: height 2s; /* Firefox 4 */
  -webkit-transition: height 2s; /* Safari and Chrome */
  -o-transition: height 2s; /* Opera */
  height: 400px;
}
@media only screen and (max-width: 50em) {
  .ad_acting_four {
    height: auto;
  }
}

.na_sales .state_location {
  background: lightgrey;
  padding: 5px;
  text-align: center;
  box-shadow: inset 0 0 5px #042c6d, 0 0 10px #042c6d;
}

.head_office_one .state_location, .head_office_two .state_location {
  padding: 5px;
}

.int_sales_tap span:hover {
  cursor: pointer;
}

.int_sales_tap span {
  display: table-cell;
  vertical-align: middle;
}

#int_sales_1 {
  margin-left: 0px;
}

#int_sales_2, #int_sales_3, #int_sales_4, #int_sales_5 {
  margin-left: 2.4%;
}

.int_ad_2, .int_ad_3, .int_ad_4, .int_ad_5, .int_ad_6, .int_ad_7, .int_ad_8, .int_ad_9, .int_ad_10, .int_ad_11, .int_ad_12, .int_ad_13, .int_ad_14, .int_ad_15, .int_ad_16,
.int_ad_17, .int_ad_18, .int_ad_19, .int_ad_24, .int_ad_25, .int_ad_26, .int_ad_27 {
  display: none;
}

.int_hide_show section p {
  font-weight: bold;
}

.int_hide_show table tbody tr td:first-child {
  font-weight: bold;
}

.int_sales_name, .int_hide_show {
  margin-top: 0px;
  width: 100%;
  box-shadow: none;
}

.int_hide_show {
  height: auto;
}

.int_main_box {
  width: 98%;
  border: 1px solid #042c6d;
  padding-bottom: 0px;
  border-radius: 5px;
  margin-bottom: 12px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.em_color {
  color: green;
}

.int_sales_detail_one, .int_sales_detail_two, .int_sales_detail_three, .int_sales_detail_five {
  display: none;
}

#int_sales_4 {
  background: blue;
}

.int_two_row {
  height: 500px;
}
@media only screen and (max-width: 50em) {
  .int_two_row {
    height: auto;
  }
}

.int_sales_name {
  width: 100%;
  margin-left: 0px;
}

table.designer_kits tr.theading td {
  width: 14.28%;
  background: #F0F0F0;
  text-align: center;
}

table.designer_kits tr.theading td:first-child, table.designer_kits tbody tr td:first-child {
  width: 15%;
  text-align: center;
}

table.designer_kits tr.theading td:nth-child(3), table.designer_kits tbody tr td:nth-child(3) {
  width: 20%;
  text-align: center;
}
@media all and (max-width: 50em) {
  table.designer_kits tr.theading td:nth-child(3), table.designer_kits tbody tr td:nth-child(3) {
    display: none;
  }
}

table.designer_kits tr.theading td:nth-child(5), table.designer_kits tbody tr td:nth-child(5) {
  width: 25%;
  text-align: center;
}
@media all and (max-width: 50em) {
  table.designer_kits tr.theading td:nth-child(5), table.designer_kits tbody tr td:nth-child(5) {
    display: none;
  }
}

table.designer_kits tr.theading td:nth-child(4), table.designer_kits tbody tr td:nth-child(4) {
  width: 10%;
  text-align: center;
}

table.designer_kits tr.theading td:nth-child(2), table.designer_kits tbody tr td:nth-child(2) {
  width: 10%;
  text-align: center;
}

table.designer_kits tr.theading td:nth-child(6), table.designer_kits tbody tr td:nth-child(6) {
  width: 10%;
  text-align: center;
}

table.designer_kits tr.theading td:nth-child(7), table.designer_kits tbody tr td:nth-child(7) {
  width: 10%;
  text-align: center;
}

table.designer_kits tbody tr:nth-child(2n+1) {
  background: #dfedff;
}

table.designer_kits tbody tr td {
  width: 15%;
  text-align: center;
}

span.catogory_name {
  display: block;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #253B98;
}

span.product_header {
  color: #253B98;
  margin-top: 20px;
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
@media all and (max-width: 50em) {
  span.product_header {
    display: none;
  }
}

label.dropdown select {
  padding: 10px 42px 10px 10px;
  background: #FFFFFF;
  color: #253B98;
  font-size: 20px;
  line-height: 1.5rem;
  border: 1px solid #eff0f2;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  width: 40%;
}
@media all and (max-width: 50em) {
  label.dropdown select {
    margin-left: 4px;
    width: 80%;
  }
}

label.dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444;
}

label.dropdown select::-ms-expand {
  display: none;
}

label.dropdown:before {
  content: "";
  right: 5px;
  top: -7px;
  width: 30px;
  height: 33px;
  background: #FFFFFF;
  position: absolute;
  pointer-events: none;
  display: block;
}

label.dropdown {
  position: relative;
}

label.dropdown:after {
  content: "\f0dc";
  font-family: FontAwesome;
  color: orange;
  right: 15px;
  top: -5px;
  font-size: 20px;
  position: absolute;
  pointer-events: none;
  width: 34px;
  padding: 0 0 5px 0;
  text-indent: 14px;
}

/* *****  Block Diagrams     ************* */
.block_diagram_img img {
  border: 1px solid #969696;
}

.block_diagram_img p {
  font-size: 18px;
  line-height: 22px;
}

.block_diagram_li li {
  list-style-type: none !important;
  text-decoration: none !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: blue;
  margin-left: -30px !important;
}

/* ***** End Block Diagrams     ************* */
/* *****  VCOandSynthesizers begin    ************* */
.vco_syn_pages {
  width: 98%;
  padding-right: 15px;
}

.vco_syn_title {
  font-size: 24px;
  font-weight: bold;
}

.vco_syn_left {
  width: 100%;
  display: block;
  margin-left: 18%;
}
@media only screen and (max-width: 40em) {
  .vco_syn_left {
    margin-left: 4%;
  }
}

.vco_left_inner, .vco_right_inner {
  width: 30%;
  margin: 1%;
  text-align: center;
  float: left;
}
@media only screen and (max-width: 40em) {
  .vco_left_inner, .vco_right_inner {
    width: 45%;
  }
}

.vco_syn_pages p {
  font-size: 18px;
  line-height: 22px;
}

/* *****  End VCOandSynthesizers   ************* */
/* *****  modelithic landing page begin   ************* */
.modelithic_block fieldset {
  width: 96%;
  background: white;
  border: 1px solid grey;
}
.modelithic_block fieldset span {
  display: block;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #013B7E;
}
.modelithic_block fieldset .left {
  width: calc(100% - 450px);
  float: left;
}
@media only screen and (max-width: 50em) {
  .modelithic_block fieldset .left {
    width: 97%;
  }
}
.modelithic_block fieldset .left p {
  font-size: 20px;
  line-height: 24px;
}
.modelithic_block fieldset .left ul li {
  font-size: 20px;
  line-height: 24px;
}
.modelithic_block fieldset .right {
  width: 36%;
  min-width: 450px;
  float: right;
  text-align: center;
}
@media only screen and (max-width: 50em) {
  .modelithic_block fieldset .right {
    width: 90%;
    min-width: 350px;
  }
}
.modelithic_block fieldset .right p {
  font-size: 20px;
  line-height: 24px;
}
.modelithic_block fieldset .right img {
  width: 70%;
  margin-top: 0px;
}

.modelithic_middle_center {
  width: 96%;
  color: white;
}
@media only screen and (max-width: 50em) {
  .modelithic_middle_center {
    width: 97%;
  }
}
.modelithic_middle_center span {
  width: 20%;
  background: #00183c;
  color: white !important;
  font-size: 22px !important;
  line-height: 24px !important;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 20px;
}
@media only screen and (max-width: 50em) {
  .modelithic_middle_center span {
    font-size: 26px !important;
    line-height: 30px !important;
    width: 50%;
    margin-bottom: 20px;
  }
}

.modelithic_bottom {
  margin-left: 5%;
  width: 96%;
}
.modelithic_bottom hr {
  background-color: #013B7E;
  color: #013B7E;
  height: 5px;
  margin-bottom: 20px;
  margin-right: 8%;
}
.modelithic_bottom .one_side_modelithic {
  width: 49%;
  float: left;
  text-align: center;
  height: 300px;
}
@media only screen and (max-width: 50em) {
  .modelithic_bottom .one_side_modelithic {
    width: 97%;
  }
}
.modelithic_bottom .one_side_modelithic i {
  font-size: 30px;
  margin-right: 10px;
}
.modelithic_bottom .one_side_modelithic span {
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}
.modelithic_bottom .one_side_modelithic .pdf_image_text {
  float: left;
  margin-top: 15px;
  width: 50%;
}
.modelithic_bottom .one_side_modelithic img {
  width: 40px;
  float: left;
  margin-left: 22%;
}
.modelithic_bottom .one_side_small {
  height: 100px;
}
.modelithic_bottom .text_middle_align {
  margin-top: 0px !important;
  text-align: left !important;
}

.hotproduct_table {
  margin-left: 0%;
  width: 100%;
  text-align: center;
}

.hotproduct_table table {
  width: 100%;
  border-collapse: collapse;
}

.hotproduct_table table tr th {
  background: #042c6d;
  color: white;
  border-right: 1px solid white;
  font-size: 15px;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-collapse: collapse;
  width: 7.8%;
}

@media only screen and (max-width: 50em) {
  .hotproduct_table table tr th:nth-child(4), .hotproduct_table table tr th:nth-child(5), .hotproduct_table table tr th:nth-child(6), .hotproduct_table table tr th:nth-child(7), .hotproduct_table table tr th:nth-child(9) {
    display: none;
  }
}

@media only screen and (max-width: 50em) {
  .hotproduct_table table tr td:nth-child(4), .hotproduct_table table tr td:nth-child(5), .hotproduct_table table tr td:nth-child(6), .hotproduct_table table tr td:nth-child(7), .hotproduct_table table tr td:nth-child(9) {
    display: none;
  }
}

.hotproduct_table table tr th:first-child, .hotproduct_table table tr th:last-child, .hotproduct_table table tr th:nth-child(9) {
  width: 15%;
}

.hotproduct_table table tr th:last-child {
  border-right: 1px solid #042c6d;
}

.hotproduct_table table tr td {
  border: 1px solid #042c6d;
  padding-left: 0px;
  padding-right: 0px;
}

.right section {
  background: #dbe8fc;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 15px;
}
@media only screen and (max-width: 50em) {
  .right section {
    background: none;
  }
}

.right_side {
  width: 100%;
  text-align: center;
}

.right span {
  text-align: left !important;
  font-size: 24px !important;
  margin-left: 5%;
}

.myhrline, .myhrline2 {
  border-top: 1px solid #013B7E;
}

.myhrline2 {
  margin-top: 40px;
}

.right ul {
  margin-top: 0px;
}

.right ul li {
  text-align: left !important;
  font-size: 20px;
}

.right_side a.talktoengineer {
  font-size: 24px;
  margin-top: 40px;
  color: #013B7E;
}

.suspended {
  margin-left: 0%;
  width: 100%;
  text-align: center;
}

.suspended table {
  width: 100%;
  border-collapse: collapse;
}

.suspended table tr th {
  background: #042c6d;
  color: white;
  border-right: 1px solid white;
  font-size: 15px;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-collapse: collapse;
  width: 7.8%;
}

.suspended table tr th:last-child {
  border-right: 1px solid #042c6d;
}

.suspended table tr td {
  border: 1px solid #042c6d;
  padding-left: 0px;
  padding-right: 0px;
}

.suspended table tr th, .suspended table tr td {
  width: 15%;
}

.suspended table tr th:nth-child(4), .suspended table tr td:nth-child(4) {
  width: 25%;
}

.pha table tr th:nth-child(4), .pha table tr td:nth-child(4) {
  width: 15%;
}

.pha table tr:nth-child(2n+1) {
  background: #dbe8fc;
}

.pha span.pha_title2 {
  font-size: 22px !important;
  line-height: 25px !important;
}

.pha span.pha_location {
  margin-left: 20px;
  line-height: 24px !important;
}

.pha_shadow {
  background: #dbe8fc;
}

.pha_charactor {
  margin-top: 20px;
}

.pha_line {
  margin-top: 0px;
}

.pha_bottom {
  text-align: center;
}

.lownoise table tr th, .lownoise table tr td {
  width: 7%;
}

.lownoise table tr th:nth-child(1), .lownoise table tr td:nth-child(1),
.lownoise table tr th:nth-child(2), .lownoise table tr td:nth-child(2) {
  width: 15%;
}

.lownoise table tr th:nth-child(4), .lownoise table tr td:nth-child(4) {
  width: 7% !important;
}

@media only screen and (max-width: 50em) {
  .lownoise table tr th:nth-child(5), .lownoise table tr td:nth-child(5),
  .lownoise table tr th:nth-child(6), .lownoise table tr td:nth-child(6),
  .lownoise table tr th:nth-child(8), .lownoise table tr td:nth-child(8),
  .lownoise table tr th:nth-child(9), .lownoise table tr td:nth-child(9),
  .lownoise table tr th:nth-child(10), .lownoise table tr td:nth-child(10),
  .lownoise table tr th:nth-child(11), .lownoise table tr td:nth-child(11),
  .lownoise table tr th:nth-child(12), .lownoise table tr td:nth-child(12) {
    display: none;
  }
}

/* *****  Yoni search engine begin   ************* */
.yoni_search_engine fieldset {
  border: 1px solid grey;
  background: white;
  padding-left: 2%;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 95%;
}
.yoni_search_engine fieldset .left {
  width: calc(100% - 500px);
  min-width: 400px;
  float: left;
}
@media only screen and (max-width: 50em) {
  .yoni_search_engine fieldset .left {
    width: 97%;
  }
}
.yoni_search_engine fieldset .left li {
  list-style-type: upper-alpha;
  list-style-position: inside;
  padding: 3px 0 0px 20px;
  text-indent: -1em;
}
.yoni_search_engine fieldset .left p, .yoni_search_engine fieldset .left li {
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-word;
}
.yoni_search_engine fieldset .left p label, .yoni_search_engine fieldset .left li label {
  font-weight: bold;
  font-size: 24px;
}
.yoni_search_engine fieldset .yoni_right_image {
  width: 40%;
  min-width: 300px;
  float: right;
  text-align: center;
}
@media only screen and (max-width: 50em) {
  .yoni_search_engine fieldset .yoni_right_image {
    width: 97%;
  }
}
.yoni_search_engine fieldset .yoni_items {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 50em) {
  .yoni_search_engine fieldset .yoni_items {
    width: 97%;
  }
}
.yoni_search_engine fieldset .yoni_items a {
  text-decoration: none;
}
.yoni_search_engine fieldset .yoni_items span {
  padding-top: 5px;
  display: block;
  width: 92%;
  height: 40px;
  border-top: 1px solid grey;
  text-align: center;
  color: black;
  font-size: 18px;
}
@media only screen and (max-width: 50em) {
  .yoni_search_engine fieldset .yoni_items span {
    width: 100%;
  }
}
.yoni_search_engine fieldset .yoni_items span:hover {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: black;
  vertical-align: center;
  background: #e0ebeb;
}
.yoni_search_engine fieldset .yoni_items .my_last {
  border-bottom: 1px solid grey;
}
.yoni_search_engine fieldset .ezsample_bottom {
  margin-top: 35px;
  background: #d0e1e1;
  width: 96%;
  font-size: 20px;
  line-height: 24px;
}
@media only screen and (max-width: 50em) {
  .yoni_search_engine fieldset .ezsample_bottom {
    width: 97%;
  }
}
.yoni_search_engine fieldset .ezsample_bottom ul {
  padding-top: 15px;
}
.yoni_search_engine fieldset .ezsample_bottom p {
  margin-left: 23px;
}

/* **************  microwave Calculator begin ************************* */
.calculator_left_portion {
  width: 69%;
  float: left;
  background: #fafafa !important;
}
@media only screen and (max-width: 40em) {
  .calculator_left_portion {
    width: 97%;
  }
}
.calculator_left_portion .calculator_fill_left {
  width: 100% !important;
}
.calculator_left_portion .calculator_round {
  width: 32% !important;
}
.calculator_left_portion .rohs_detail_borderless {
  border: 1px solid #afabab;
  border-top: none;
  background: #fafafa !important;
  margin-left: 1%;
  border-radius: 0px;
  padding-bottom: 80px;
}

.gain_uncertainity_cal {
  background: #fafafa !important;
}
.gain_uncertainity_cal img {
  width: 70%;
  margin-top: 15px;
  margin-left: 15%;
}
.gain_uncertainity_cal .gain_cal_item {
  width: 48%;
  float: left;
  font-size: 18px;
  margin-top: 15px;
  padding-left: 2%;
}
.gain_uncertainity_cal .gain_cal_item span {
  display: block;
  width: 85px;
  font-size: 20px;
  float: left;
}
.gain_uncertainity_cal .gain_cal_item input {
  width: 60%;
  float: left;
  font-size: 20px;
}

form {
  background: #fafafa;
}

.cascade_cal img {
  width: 40% !important;
  margin-left: 30%;
}

.calculator_right_portion {
  width: 29%;
  float: left;
  height: auto;
  margin-top: 10px;
  background: #e4e4e4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 40em) {
  .calculator_right_portion {
    width: calc(97% - 2px);
    margin-top: 30px;
  }
}
.calculator_right_portion span {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
}
.calculator_right_portion .span_next {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
}
.calculator_right_portion img {
  width: 80%;
}
@media only screen and (max-width: 40em) {
  .calculator_right_portion img {
    width: 60%;
  }
}
.calculator_right_portion .next_img {
  width: 40%;
  margin-top: 0px;
}
.calculator_right_portion .google_img {
  width: 45%;
  margin-top: 20px;
}

/* *********************** DFARS  ************************   */
.dfars_content {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .dfars_content {
    width: 97%;
    margin-left: 5px;
  }
}

.dfars_content .content {
  width: 96%;
  border: 1px solid #969696;
  padding: 10px;
  margin-bottom: 10px;
}
.dfars_content .content span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
.dfars_content .content p, .dfars_content .content ul li, .dfars_content .content ol li {
  font-size: 18px;
  line-height: 22px;
}

/* **********************  appnote pdf-html ****************  */
.pdf_html_ver {
  width: 97%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
}
.pdf_html_ver h1 {
  border-bottom: none;
  color: #042c6d !important;
  font-size: 2.4vw;
  padding-left: 0px !important;
}
.pdf_html_ver h2 {
  border-bottom: none;
  color: #042c6d !important;
  margin-bottom: 0px !important;
  line-height: 22px !important;
  font-weight: bold;
  padding-left: 0px !important;
}
.pdf_html_ver p {
  font-size: 18px !important;
  line-height: 22px !important;
}
.pdf_html_ver figure {
  margin-left: 0px;
}
.pdf_html_ver figure figcaption {
  text-align: left;
  color: grey;
}

/* **********************  research and education begin ****************  */
.ResEdu {
  width: 98%;
}
@media only screen and (max-width: 50em) {
  .ResEdu {
    width: 100%;
  }
}
.ResEdu span.re_title {
  display: block;
  color: #ff9100;
  font-size: 2rem;
  line-height: 2.375rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.ResEdu .re_title_doc {
  color: #253B98;
  display: block;
  font-size: 2rem;
  line-height: 0.6em;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 50em) {
  .ResEdu .re_title_doc {
    display: initial;
    margin-right: 5px;
    line-height: 1em;
    font-size: 1.8em;
  }
}
.ResEdu .reg_dattime {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.ResEdu .reg_dattime span {
  display: block;
  font-size: 24px;
  line-height: 30px;
}
.ResEdu .reg_dattime span:first-child {
  color: orange;
}
.ResEdu .reg_dattime span:last-child {
  color: #a7a7a7;
}
.ResEdu .section_divided {
  width: 33%;
  float: left;
  text-align: center;
  font-size: 25px;
  line-height: 39px;
}
@media only screen and (max-width: 40em) {
  .ResEdu .section_divided {
    font-size: 14px;
    line-height: 20px;
  }
}
.ResEdu .section_divided span {
  display: block;
}
.ResEdu .section_divided span:first-child {
  color: #253B98;
  font-weight: bold;
}
.ResEdu .section_divided span:nth-child(2) {
  color: #4a90e2;
}
.ResEdu .section_divided span:nth-child(3) {
  display: initial;
  font-size: 23px;
  background: #4a90e2;
  border-radius: 30px;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 20px;
}
@media only screen and (max-width: 40em) {
  .ResEdu .section_divided span:nth-child(3) {
    font-size: 12px;
    line-height: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ResEdu .section_divided span:nth-child(3) a {
  color: white;
  text-decoration: none;
}
.ResEdu span.reg_small_text {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 10px;
  line-height: 15px;
  color: gray;
  padding-left: 10%;
  padding-right: 10%;
}

.section_between {
  margin-top: 30px;
}

.presenter_img {
  height: 200px;
}

.presenter_title {
  color: #253B98 !important;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.presenter_description {
  color: #a7a7a7 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: normal !important;
  margin-left: 0px;
  padding-top: 10px;
}

.rs_pj p {
  color: gray;
  font-size: 16px;
  line-height: 24px;
}

.rs_pj {
  width: 45%;
  float: left;
  margin-right: 5%;
}
@media only screen and (max-width: 50em) {
  .rs_pj {
    margin-right: 0%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.rs_pj span {
  display: block;
}
.rs_pj span:first-child {
  color: grey;
  font-size: 1.3rem;
  line-height: 1.5em;
}
.rs_pj span:nth-child(2) {
  color: #253B98;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.rs_pj .message_totalheight {
  height: 150px;
  margin-top: 30px;
}
.rs_pj div.rfme {
  height: auto;
  margin-top: 0px;
}
.rs_pj div.rfme ul {
  margin-left: 5%;
  padding: 0px;
  margin-top: 0px;
}
.rs_pj div.rfme ul li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: grey !important;
}
.rs_pj p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.rs_pj .rspj_img_left {
  margin-top: 20px;
  position: relative;
  height: 210px;
  background-image: url("../images/research_and_edu_kits/res_edu_vtrig_74.png");
  background-repeat: no-repeat;
  background-position: center;
}
.rs_pj .rspj_img_right {
  margin-top: 20px;
  position: relative;
  height: 210px;
  background-image: url("../images/research_and_edu_kits/res_edu_uvna_63.png");
  background-repeat: no-repeat;
  background-position: center;
}
.rs_pj .rspj_img_layer {
  position: absolute;
  height: 210px;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #2d58a7;
  opacity: 0.7;
}
.rs_pj .rspj_img_text {
  position: absolute;
  top: 180px;
  left: 80%;
  color: white;
  font-size: 1.25em;
}
.rs_pj .rspj_question {
  text-align: center;
  margin-top: 20px;
}
.rs_pj .rspj_question span {
  display: block;
  font-size: 2rem;
  color: #ff9100;
  background: #FBF0DF;
  width: 45%;
  border-radius: 20px;
  margin-left: 25%;
}
@media only screen and (max-width: 40em) {
  .rs_pj .rspj_question span {
    width: 90%;
    margin-left: 5%;
  }
}

span.rfme_softdown {
  text-align: center;
  background: #253B98;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.res_edu_line {
  width: 90%;
  border-top: 1px solid #eff0f2;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rspj_app_title {
  text-align: center;
}
.rspj_app_title span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #2d58a7;
  font-weight: bold;
  margin-bottom: 40px;
}

.rspj_application div {
  text-align: center;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
  width: 20%;
}
@media only screen and (max-width: 40em) {
  .rspj_application div {
    width: 100%;
  }
}
.rspj_application div span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.rspj_application div span:last-child img {
  height: 60px;
  margin-top: 20px;
}

/*  overview begin   */
.overview_h1 {
  border-bottom: none;
  color: #2d58a7 !important;
}

.overview_header_images {
  position: relative;
}
.overview_header_images .img_inner_view {
  width: calc(100% - 10px);
  position: absolute;
  bottom: 8px;
  left: 0;
  background: #253B98;
  opacity: 0.7;
  color: white;
  padding-left: 10px;
}
.overview_header_images .img_inner_view span:first-child {
  float: left;
}
.overview_header_images .img_inner_view span:last-child {
  float: right;
  margin-right: 2.5%;
}

.overview_img_under {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15%;
  margin-right: 15%;
  text-align: center;
  color: #2d58a7;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 30em) {
  .overview_img_under {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
  }
}
.overview_img_under span {
  display: block;
}
.overview_img_under .overview_underline {
  margin-left: 30%;
  margin-right: 30%;
}

.overview_underline_full {
  margin-left: 0%;
  margin-right: 0%;
}

.overview_headertext .overview_50yrs {
  float: right;
  width: 20%;
  text-align: center;
}
@media only screen and (max-width: 30em) {
  .overview_headertext .overview_50yrs {
    width: 40%;
  }
}
.overview_headertext .overview_50yrs img {
  width: 90%;
}
.overview_headertext .overview_50yrs label {
  color: orange;
}
.overview_headertext p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media only screen and (max-width: 30em) {
  .overview_headertext p {
    padding-left: 5px;
    padding-right: 5px;
  }
}

div.overview_dual {
  width: 100%;
  margin-top: 50px;
}
div.overview_dual div:first-child {
  width: 35%;
  float: left;
  margin-right: 4%;
  text-align: right;
  font-weight: bold;
}
@media only screen and (max-width: 30em) {
  div.overview_dual div:first-child {
    width: 80%;
    margin-left: 10%;
    text-align: center;
  }
}
div.overview_dual div:first-child span:first-child {
  display: block;
  margin-right: 25%;
  color: #2d58a7;
  font-size: 1.5rem;
}
@media only screen and (max-width: 30em) {
  div.overview_dual div:first-child span:first-child {
    margin-right: 0%;
    text-align: center;
  }
}
div.overview_dual div:last-child {
  width: 40%;
  float: left;
  text-align: left;
  margin-top: 20px;
  color: grey;
}
@media only screen and (max-width: 30em) {
  div.overview_dual div:last-child {
    width: 80%;
    margin-left: 10%;
  }
}
div.overview_dual div:last-child .overview_underline_left {
  margin-right: 0%;
}
@media only screen and (max-width: 30em) {
  div.overview_dual div:last-child .overview_underline_left {
    display: none;
  }
}
div.overview_dual div:last-child label:first-of-type {
  float: left;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #2d58a7;
  margin-right: 5px;
}
@media only screen and (max-width: 30em) {
  div.overview_dual div:last-child label:first-of-type {
    float: none;
  }
}
div.overview_dual div:last-child label:last-of-type {
  float: left;
  color: orange;
  margin-right: 5px;
}
div.overview_dual div:last-child p {
  padding-top: 20px;
  font-size: 1.125rem !important;
  line_height: 1.5rem !important;
}

div.overview_triple, div.certification_dual_item {
  width: 30%;
  margin-right: 3%;
  float: left;
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 40em) {
  div.overview_triple, div.certification_dual_item {
    width: 80%;
    margin-left: 10%;
  }
}
div.overview_triple span, div.certification_dual_item span {
  display: block;
  font-size: 1.5rem;
  color: #2d58a7;
  font-weight: bold;
}
div.overview_triple p, div.certification_dual_item p {
  padding: 2%;
  font-size: 1.125rem !important;
  line_height: 1.5rem !important;
  color: grey;
}
div.overview_triple h2, div.certification_dual_item h2 {
  border-bottom: none;
  font-size: 1.3rem !important;
  line-height: 1.5em !important;
  color: #2d58a7 !important;
}
div.overview_triple .overview_underline, div.certification_dual_item .overview_underline {
  margin-left: 20%;
  margin-right: 20%;
}

div.overview_single {
  margin: 0% 20% auto;
  margin-top: 60px;
  text-align: center;
}
div.overview_single span {
  display: block;
  color: #2d58a7;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
div.overview_single p {
  font-size: 1.125rem !important;
  line_height: 1.5rem !important;
}
div.overview_single img {
  margin-top: 60px;
}

div.cert_dulal_ajust1 {
  width: 49.5%;
  margin-left: 0%;
  margin-right: 0%;
}
@media only screen and (max-width: 30em) {
  div.cert_dulal_ajust1 {
    width: 80%;
    margin-left: 10%;
  }
}

div.cert_dulal_ajust2 {
  margin-left: 0%;
  margin-right: 0%;
  width: 49.5%;
  border-left: 1px solid #C9D9E6;
}
@media only screen and (max-width: 30em) {
  div.cert_dulal_ajust2 {
    width: 80%;
    margin-left: 10%;
    border-left: none;
  }
}

.cert_left_justice p {
  text-align: left !important;
  margin-left: 10%;
  margin-right: 10%;
}
.cert_left_justice a {
  text-decoration: none;
  color: #ff9100;
}

.cert__img_under {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.cert__img_under span:first-child {
  float: left;
  display: block;
}
@media only screen and (max-width: 30em) {
  .cert__img_under span:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.cert__img_under span:last-child {
  float: right;
  display: block;
}
@media only screen and (max-width: 30em) {
  .cert__img_under span:last-child {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.cert__img_under span:last-child a {
  text-decoration: none;
  color: #ff9100;
}

.cert_bottom_portion {
  margin-top: 30px;
}
.cert_bottom_portion p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 30em) {
  .cert_bottom_portion p {
    padding-left: 1%;
    padding-right: 1%;
  }
}
.cert_bottom_portion table {
  margin-top: 30px;
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  border-collapse: collapse;
  background: rgb(252, 253, 255);
}
@media only screen and (max-width: 30em) {
  .cert_bottom_portion table {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }
}
.cert_bottom_portion table tr {
  border: 1px solid grey;
}
.cert_bottom_portion table tr td {
  border: 1px solid grey;
  height: 30px;
  padding: 10px;
  padding-left: 30px;
}

/**********  new DocsisProductguide  **********************/
div.docsis_description span {
  color: #ff9100;
  font-size: 1.8em;
  line-height: 2em;
  display: block;
  margin-top: 15px;
}
div.docsis_description span.description_blue {
  color: #253B98;
}
div.docsis_description p {
  color: grey;
  font-size: 1.3rem;
  line-height: 1.5em;
}
div.docsis_description .divided_parts span {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 40em) {
  div.docsis_description .divided_parts span {
    width: 98%;
    margin-left: 1%;
  }
}
div.docsis_description .divided_parts span p {
  line-height: 2em;
}
div.docsis_description .divided_parts a {
  text-decoration: none;
}

.docsis_selection {
  float: right;
  width: 50%;
  margin-right: 2%;
  margin-bottom: 10px;
  margin-top: -30px;
}
@media only screen and (max-width: 50em) {
  .docsis_selection {
    float: none;
    margin-top: 20px;
  }
}

table.designer_kits2 tr.theading td {
  width: 14.28%;
  background: #F0F0F0;
  text-align: center;
}

table.designer_kits2 tr.theading td:first-child, table.designer_kits2 tbody tr td:first-child {
  width: 15%;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  table.designer_kits2 tr.theading td:last-child, table.designer_kits2 tbody tr td:last-child {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  table.designer_kits2 tr.theading td:nth-last-child(2), table.designer_kits2 tbody tr td:nth-last-child(2) {
    display: none;
  }
}

table.designer_kits2 tbody tr:nth-child(2n+1) {
  background: #dfedff;
}

table.designer_kits2 tbody tr td {
  width: 15%;
  text-align: center;
}

div.block_diagram_area {
  position: relative;
  height: 650px;
}
@media only screen and (min-width: 40em) and (max-width: 70em) {
  div.block_diagram_area {
    height: 500px;
  }
}
@media only screen and (max-width: 40em) {
  div.block_diagram_area {
    height: 300px;
  }
}
div.block_diagram_area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
div.block_diagram_area span {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 65em) {
  div.block_diagram_area span {
    display: none;
  }
}
div.block_diagram_area .span1 {
  margin-top: 53px;
  left: 29.6%;
  width: 4%;
  height: 50px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span1 {
    margin-top: 45px;
  }
}
div.block_diagram_area .span2 {
  margin-top: 53px;
  left: 41.5%;
  width: 4%;
  height: 50px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span2 {
    margin-top: 45px;
  }
}
div.block_diagram_area .span3 {
  margin-top: 53px;
  left: 69%;
  width: 4%;
  height: 50px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span3 {
    margin-top: 45px;
  }
}
div.block_diagram_area .span4 {
  margin-top: 53px;
  left: 35%;
  width: 4%;
  height: 50px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span4 {
    margin-top: 45px;
  }
}
div.block_diagram_area .span5 {
  margin-top: 53px;
  left: 62.5%;
  width: 4%;
  height: 50px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span5 {
    margin-top: 45px;
  }
}
div.block_diagram_area .span6 {
  margin-top: 210px;
  left: 38%;
  width: 4%;
  height: 50px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span6 {
    margin-top: 195px;
  }
}
div.block_diagram_area .span7 {
  margin-top: 210px;
  left: 57%;
  width: 4%;
  height: 50px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span7 {
    margin-top: 195px;
  }
}
div.block_diagram_area .span8 {
  margin-top: 420px;
  left: 22%;
  width: 4%;
  height: 50px;
}
div.block_diagram_area .span9 {
  margin-top: 53px;
  left: 74%;
  width: 4%;
  height: 50px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span9 {
    margin-top: 45px;
  }
}
div.block_diagram_area .span10 {
  margin-top: 230px;
  left: 74%;
  width: 4%;
  height: 50px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span10 {
    margin-top: 212px;
  }
}
div.block_diagram_area .span11 {
  margin-top: 105px;
  left: 81.5%;
  width: 4%;
  height: 100px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span11 {
    margin-top: 90px;
  }
}
div.block_diagram_area .span12 {
  margin-top: 320px;
  left: 22%;
  width: 4%;
  height: 50px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span12 {
    margin-top: 250px;
  }
}
div.block_diagram_area .span13 {
  margin-top: 45px;
  left: 54%;
  width: 6%;
  height: 25px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span13 {
    margin-top: 35px;
  }
}
div.block_diagram_area .span14 {
  margin-top: 65px;
  left: 46%;
  width: 6%;
  height: 25px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span14 {
    margin-top: 55px;
  }
}
div.block_diagram_area .span15 {
  margin-top: 220px;
  left: 46%;
  width: 6%;
  height: 25px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span15 {
    margin-top: 210px;
  }
}
div.block_diagram_area .span16 {
  margin-top: 85px;
  left: 54%;
  width: 6%;
  height: 25px;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  div.block_diagram_area .span16 {
    margin-top: 75px;
  }
}

/*****************************  ims 2020 *****************************************************/
.uvna_container {
  position: relative;
  width: 103%;
  height: 480px;
  overflow: hidden;
}
@media only screen and (max-width: 50em) {
  .uvna_container {
    height: 250px;
  }
}
.uvna_container img {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0px;
  z-index: 0;
}
@media only screen and (max-width: 50em) {
  .uvna_container img {
    bottom: 0px;
  }
}
.uvna_container .uvna_text_overlay {
  position: absolute;
  height: 480px;
  top: 0;
  width: 100%;
  text-align: center;
  background: #253B98;
  opacity: 0.8;
  z-index: 1;
}
@media only screen and (max-width: 50em) {
  .uvna_container .uvna_text_overlay {
    height: 250px;
  }
}
.uvna_container .uvna_text_overlay span {
  display: block;
  color: #F5A623;
  font-size: 2.3em;
  line-height: 1.3em;
}
@media only screen and (max-width: 50em) {
  .uvna_container .uvna_text_overlay span {
    font-size: 1.4em;
    line-height: 1em;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.uvna_container .uvna_text_overlay span:first-child {
  color: white;
  font-size: 3.2em;
  line-height: 1.8em;
  margin-top: 150px;
}
@media only screen and (max-width: 50em) {
  .uvna_container .uvna_text_overlay span:first-child {
    margin-top: 90px;
    font-size: 1.8em;
    line-height: 1em;
  }
}
.uvna_container .uvna_text_overlay span.new_span {
  margin-top: 250px;
}
.uvna_container .uvna_text_overlay ul {
  display: inline-block;
  margin: 0;
  margin-top: 60px;
  padding: 0;
}
@media only screen and (max-width: 50em) {
  .uvna_container .uvna_text_overlay ul {
    display: none;
  }
}
.uvna_container .uvna_text_overlay ul li {
  color: white;
  float: left;
  font-size: 1.5em;
  list-style: none;
  padding: 2px 5px;
  margin-left: 30px;
  height: 30px;
  cursor: pointer;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
  .uvna_container .uvna_text_overlay ul li {
    font-size: 1em;
    height: 20px;
  }
}
.uvna_container .overlay_moreclear {
  opacity: 0.8;
  height: 440px;
}
.uvna_container .overlay_moreclear_2 {
  opacity: 0.8;
  height: 390px;
}

.overlay_toptop {
  margin-top: 80px;
}
@media only screen and (max-width: 50em) {
  .overlay_toptop {
    margin-top: 20px;
  }
}
.overlay_toptop img {
  bottom: 40px;
  height: 440px;
}
@media only screen and (max-width: 50em) {
  .overlay_toptop img {
    height: 250px;
    bottom: 0px;
  }
}
.overlay_toptop span.new_span {
  margin-top: 265px !important;
}
@media only screen and (max-width: 50em) {
  .overlay_toptop span.new_span {
    margin-top: 150px !important;
  }
}

.overlay_top {
  margin-top: 80px;
}
.overlay_top img {
  bottom: 90px;
  height: 440px;
}
@media only screen and (max-width: 50em) {
  .overlay_top img {
    height: 250px;
    bottom: 0px;
  }
}
.overlay_top span.new_span {
  margin-top: 150px !important;
}

.Join_even_year {
  margin-top: 30px;
}
.Join_even_year .ims_yellow_header {
  color: #ff9100;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 50em) {
  .Join_even_year .ims_yellow_header {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.Join_even_year .ims_expanding {
  color: #253B98;
  font-size: 2rem;
  line-height: 2.375rem;
  display: block;
}
@media only screen and (max-width: 50em) {
  .Join_even_year .ims_expanding {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.Join_even_year .ims_item_dualside {
  width: 100%;
  margin-top: 10px;
}
.Join_even_year .ims_item_dualside div:first-child {
  width: 150px;
  float: left;
  padding: 30px;
  padding-top: 0px;
}
@media only screen and (max-width: 50em) {
  .Join_even_year .ims_item_dualside div:first-child {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .Join_even_year .ims_item_dualside div:first-child img {
    width: 50%;
  }
}
.Join_even_year .ims_item_dualside div:last-child {
  width: calc(100% - 210px);
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: gray;
  float: left;
}
@media only screen and (max-width: 50em) {
  .Join_even_year .ims_item_dualside div:last-child {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.Join_even_year .ims_item_dualside div:last-child p {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (max-width: 50em) {
  .Join_even_year .ims_item_dualside div:last-child p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ims_center_two_img a {
  text-decoration: none;
  color: #ff9100;
}
.ims_center_two_img div {
  width: 50%;
  text-align: center;
  float: left;
  color: #ff9100;
  font-size: 2rem;
}
@media only screen and (max-width: 50em) {
  .ims_center_two_img div {
    width: 100%;
  }
}
.ims_center_two_img div img {
  height: 120px;
}
.ims_center_two_img div.notation_dot {
  width: 40%;
  padding-left: 5%;
  padding-right: 5%;
}
@media only screen and (max-width: 50em) {
  .ims_center_two_img div.notation_dot {
    width: 100%;
  }
}
.ims_center_two_img div.notation_dot:first-child {
  text-align: left;
  color: gray;
  background: #eff0f2;
  font-size: 1.5rem;
  line-height: 2.375rem;
}
.ims_center_two_img div.notation_rotate {
  text-align: left;
  color: gray;
  background: #eff0f2;
  font-size: 1.5rem;
  line-height: 2.375rem;
}
.ims_center_two_img div.notation_rotate:first-child {
  width: 40%;
  padding-left: 2%;
  padding-right: 2%;
  background: none;
}
@media only screen and (max-width: 50em) {
  .ims_center_two_img div.notation_rotate:first-child {
    width: 100%;
  }
}
.ims_center_two_img div.notation_rotate:first-child p {
  color: black;
  font-size: 20px;
  line-height: 26px;
}

.ims_top_location {
  margin-top: -50px;
}
@media only screen and (max-width: 50em) {
  .ims_top_location {
    margin-top: 0px;
  }
}

hr.product_line_under {
  padding: 0px;
  margin: 0px;
}

.whatnew .ims_item_dualside div:first-child {
  width: 200px;
  float: left;
  padding: 30px;
  padding-top: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 50em) {
  .whatnew .ims_item_dualside div:first-child {
    width: 99%;
  }
}
.whatnew .ims_item_dualside div:first-child img {
  width: 100%;
}
.whatnew .ims_item_dualside div:last-child {
  width: calc(100% - 260px);
  color: gray;
  float: left;
}
@media only screen and (max-width: 50em) {
  .whatnew .ims_item_dualside div:last-child {
    width: 100%;
  }
}
.whatnew .ims_item_dualside div:last-child p {
  margin-top: 30px;
}
.whatnew p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: gray;
}
@media only screen and (max-width: 50em) {
  .whatnew p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.highlight_item a {
  text-decoration: none;
}
.highlight_item div {
  width: 49.5%;
  float: left;
  max-height: 400px;
}
@media only screen and (max-width: 50em) {
  .highlight_item div {
    width: 99%;
  }
}
.highlight_item div img {
  width: 70%;
  max-height: 400px;
}
@media only screen and (max-width: 50em) {
  .highlight_item div img {
    width: 70%;
    max-height: 300px;
  }
}
.highlight_item div ul {
  margin: 8%;
}
.highlight_item div ul li {
  font-size: 1.7em;
  line-height: 50px;
  color: gray;
}
@media only screen and (max-width: 50em) {
  .highlight_item div ul li {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.highlight_item div div {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 50em) {
  .highlight_item div div {
    margin-bottom: 30px;
  }
}
.highlight_item div div span {
  padding: 5px 30px 5px 30px;
  background: #253B98;
  color: white;
  font-size: 2rem;
  border-radius: 10px;
}
.highlight_item div:first-child {
  text-align: center;
  border-right: 1px solid #C9D9E6;
}
@media only screen and (max-width: 50em) {
  .highlight_item div:first-child {
    border-right: none;
  }
}

.highlight_item_3 {
  width: 100%;
}
.highlight_item_3 a {
  text-decoration: none;
}
.highlight_item_3 div {
  width: 33%;
  float: left;
  text-align: center;
  max-height: 400px;
}
@media only screen and (max-width: 50em) {
  .highlight_item_3 div {
    width: 99%;
  }
}
.highlight_item_3 div img {
  width: 70%;
  max-height: 380px;
}
@media only screen and (max-width: 50em) {
  .highlight_item_3 div img {
    width: 70%;
    max-height: 300px;
  }
}

.career_tophead {
  background: white;
  width: 50%;
  float: left;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20px;
  height: 350px;
}
@media only screen and (max-width: 80em) {
  .career_tophead {
    height: auto;
  }
}
@media only screen and (max-width: 50em) {
  .career_tophead {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.career_tophead h1, .career_tophead h2 {
  border-bottom: none;
}
@media only screen and (max-width: 50em) {
  .career_tophead h1, .career_tophead h2 {
    width: 90%;
    padding-left: 0% !important;
    padding-left: 0% !important;
  }
}
.career_tophead h1 {
  Color: #253B98 !important;
}
.career_tophead h2 {
  color: #ff9100 !important;
  font-size: 1.6em !important;
  line-height: 1.1em !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.career_tophead p {
  color: #4A90E2;
  font-size: 15px;
  line-height: 20px;
}
.career_tophead a {
  text-decoration: none;
}
.career_tophead span {
  padding: 10px 20px;
  background: #1d68bd;
  color: white;
  margin-right: 5px;
}
@media only screen and (max-width: 70em) {
  .career_tophead span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}

.career_right {
  width: 40%;
  float: right;
  display: block;
  height: 390px;
  position: relative;
}
@media only screen and (max-width: 50em) {
  .career_right {
    width: 100%;
    position: static;
    height: auto;
    text-align: center;
  }
}
.career_right img {
  position: absolute;
  bottom: -5px;
  width: 100%;
}
@media only screen and (max-width: 50em) {
  .career_right img {
    width: 80%;
    position: static;
  }
}

.career_banner {
  background: #1d68bd;
  padding: 40px;
  padding-left: 15%;
  padding-right: 15%;
  width: 70%;
  margin-top: 4px;
}
.career_banner p {
  color: #eff4fa;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

.career_middle_table {
  width: 50%;
  float: left;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 50em) {
  .career_middle_table {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.career_middle_table img {
  width: 60%;
}

.career_middle_right {
  width: 47%;
  float: left;
  padding-right: 3%;
}
@media only screen and (max-width: 50em) {
  .career_middle_right {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.career_middle_right span {
  display: block;
}
.career_middle_right .name_style {
  color: #253B98;
  font-size: 1em;
}
.career_middle_right p {
  font-size: 15px;
  line-height: 20px;
  color: #4A90E2;
}

.people_list {
  width: 20%;
  background: #1d68bd;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 30px;
  position: relative;
  height: 250px;
  float: left;
}
@media only screen and (max-width: 52em) {
  .people_list {
    width: 70%;
    margin-left: 15%;
    margin-bottom: 160px;
  }
}
.people_list p {
  font-size: 15px;
  line-height: 20px;
  color: #eff4fa;
}

.people_list .list_prompt {
  position: absolute;
  top: -40px;
  left: -20px;
}
@media only screen and (max-width: 52em) {
  .people_list .list_prompt {
    display: none;
  }
}
.people_list .list_prompt img {
  width: 30%;
}

.people_list .list_img {
  left: -2%;
  position: absolute;
  bottom: -130px;
  width: 100%;
  text-align: center;
}
.people_list .list_img img {
  width: 45%;
}
.people_list .list_img .namemember {
  color: orange;
}
.people_list .list_img .depmember {
  color: #4A90E2;
}

.people_list:first-child {
  margin-right: 14%;
}

.people_list:nth-child(2) {
  margin-right: 14%;
}

.mcl_locations_worldwide {
  margin-top: 180px;
}
@media only screen and (max-width: 50em) {
  .mcl_locations_worldwide {
    margin-top: 30px;
  }
}
.mcl_locations_worldwide div.mcl_countries {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mcl_locations_worldwide div.mcl_countries span {
  color: orange;
  font-size: 20px;
  font-weight: bold;
}
.mcl_locations_worldwide div.mcl_locations_individual {
  width: 46%;
  margin-right: 4%;
  float: left;
  height: 160px;
}
@media only screen and (max-width: 50em) {
  .mcl_locations_worldwide div.mcl_locations_individual {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    height: auto;
    margin-bottom: 20px;
  }
}
.mcl_locations_worldwide div.mcl_locations_individual .location_header {
  color: #253B98;
  font-size: 24px;
}
.mcl_locations_worldwide div.mcl_locations_individual p {
  color: #4A90E2;
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
}

/*  *********** Space Screening  *****************  */
table.space_screening {
  width: 39%;
  float: right;
  display: block;
  height: 390px;
  margin-right: 0%;
  border-collapse: collapse;
  background: white;
  margin-top: 70px;
}
@media only screen and (max-width: 50em) {
  table.space_screening {
    width: 100%;
    position: static;
    height: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 50em) {
  table.space_screening {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(100% - 10px);
    margin-top: 20px;
  }
}
table.space_screening tr th, table.space_screening tr td {
  border: 1px solid #253B98;
  width: 25%;
  color: #4A90E2;
}
table.space_screening tr th {
  font-size: 18px;
  line-height: 30px;
  color: white;
  background: #253B98;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
}
table.space_screening tr td {
  font-size: 16px;
  line-height: 20px;
  padding-left: 5px;
}
table.space_screening .changetomycolor {
  color: orange;
  padding-top: 5px;
  padding-bottom: 5px;
}

table.table_margin {
  margin-top: 180px;
}
@media only screen and (max-width: 50em) {
  table.table_margin {
    margin-top: 10px;
  }
}

.space_screening_description {
  height: auto;
  background: white;
}
.space_screening_description p {
  font-size: 18px !important;
  line-height: 24px !important;
}
.space_screening_description h1 {
  font-size: 40px !important;
}
@media only screen and (max-width: 50em) {
  .space_screening_description h1 {
    font-size: 24px !important;
  }
}
.space_screening_description .upscreening_button {
  color: white;
  background: #253B98;
  padding: 20px 45px;
  font-size: 24px;
  cursor: pointer;
}

div.screening_tags {
  width: 100%;
  background-color: white;
  padding: 0px;
  border-bottom: 2px solid #253B98;
}
div.screening_tags span {
  display: inline-block;
  width: 15.6%;
  color: orange;
  cursor: pointer;
  margin-right: 1px;
  background-color: #fafafa;
  font-size: 24px;
  padding: 20px 0px;
}
@media only screen and (min-width: 40em) and (max-width: 50em) {
  div.screening_tags span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 40em) {
  div.screening_tags span {
    font-size: 11px;
  }
}
div.screening_tags span:nth-child(1) {
  background-color: #253B98;
}

div.screening_bottom_content h1, div.screening_bottom_content h2, div.screening_bottom_content h3 {
  border-bottom: none;
  margin: 0px !important;
  padding: 0px !important;
}
div.screening_bottom_content h2 {
  font-size: 20px !important;
  line-height: 30px;
  color: orange !important;
  font-weight: bold;
}
div.screening_bottom_content h1 {
  font-size: 24px;
  line-height: 34px;
  color: #253B98 !important;
}
div.screening_bottom_content h3 {
  font-size: 16px;
  line-height: 26px;
  color: #4A90E2 !important;
}

div.screening_bottom_content {
  padding-left: 5%;
  margin-top: 40px;
  padding-right: 5%;
}

#upscreening_overlay {
  overflow: auto;
  position: relative;
  width: 100%;
  height: 100%;
}

#upscreening_overlay_text {
  position: absolute;
  background: grey;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: white;
  display: none;
  opacity: 0.93;
}

.overlay_inside_text {
  background: white;
  margin: 10%;
  margin-top: 25%;
  width: 75%;
  font-size: 30px;
  height: auto;
  color: black;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #253B98;
}

.screening_closeme {
  color: #253B98;
  font-size: 18px;
  float: right;
  margin-right: -5px;
  margin-top: -40px;
  margin-bottom: 30px;
}
.screening_closeme i {
  font-size: 20px;
}

div.rf_micro_engergy a.rf-softwaredownload {
  margin-top: 50px;
  text-decoration: none;
  background: #253B98;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 15px;
  font-size: 18px;
}

/*# sourceMappingURL=static_new_design.css.map */
