header {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1490196078);
  background: #fff;
  position: relative;
}
header .navbar {
  padding: 10px 0;
  background: none !important;
}
header .navbar-toggler {
  box-shadow: none !important;
}
header .navbar-collapse {
  width: 100%;
  position: absolute;
  top: 70px;
  background: #fff;
  left: 0;
  padding: 10px 20px 20px 20px;
  text-align: center;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1490196078);
  z-index: 1;
}
header .navbar-nav {
  margin-bottom: 10px;
}
header .navbar-nav .nav-link {
  font-size: 17px;
  text-transform: uppercase;
  color: #979797 !important;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:hover {
  color: #232323 !important;
}
header .buttons .btn {
  padding: 6px 20px;
  min-width: 110px;
  font-size: 16px;
}
header .buttons .btn.button-login {
  background: #fff;
  color: #232323;
  border: 2px solid #6c767e;
  margin-right: 15px;
}
header .buttons .btn.button-login:hover {
  background: #6c767e;
  color: #fff;
}
header .buttons .btn.button-signup {
  background: #0073f9;
  color: #fff;
  border: 2px solid #0073f9;
}
header .buttons .btn.button-signup:hover {
  background: #fff;
  color: #0073f9;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  header .navbar-collapse {
    position: unset;
    box-shadow: unset;
    padding: 0;
  }
  header .navbar {
    padding: 15px 0;
  }
  header .navbar-nav {
    margin-bottom: 0;
  }
  header .navbar-nav .nav-link {
    padding: 0 !important;
    margin: 0 10px;
  }
  header .buttons {
    margin-left: 30px;
  }
}
body {
  font-family: "Poppins";
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
}

p {
  font-size: 17px;
}

b, strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #0d6efd;
  transition: all 0.3s ease;
}
a:hover {
  color: #064fbb;
}

.button-custom {
  font-size: 18px;
  padding: 8px 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.button-red {
  background: #e03827;
  color: #fff;
  border: 2px solid #e03827;
}
.button-red:hover {
  background: none;
  color: #e03827;
}

.bg-gray {
  background: #f8f8f8;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
  .button-custom {
    padding: 12px 30px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}
main.home section[class*=section-] {
  padding: 50px 0;
}
main.home .section-title {
  color: #494949;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
main.home .section-hero {
  background: #ecf6fe;
}
main.home .section-hero h1 {
  color: #494949;
  margin-bottom: 20px;
  font-size: 26px;
  text-transform: capitalize;
}
main.home .section-hero .h1-sub {
  font-size: 17px;
  margin-bottom: 30px;
}
main.home .section-1 h2 {
  margin-bottom: 30px;
}
main.home .section-1 .logos {
  --bs-gutter-y: 40px;
}
main.home .section-1 .logos .item a img {
  filter: grayscale(100%);
  transition: all 0.2s ease-in;
}
main.home .section-1 .logos .item a:hover img {
  filter: grayscale(0%);
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.home section[class*=section-] {
    padding: 70px 0;
  }
  main.home section[class*=section-] .row {
    --bs-gutter-x: 40px;
  }
  main.home .section-title {
    font-size: 24px;
  }
  main.home .section-hero h1 {
    font-size: 35px;
  }
  main.home .section-hero .h1-sub {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto 50px auto;
  }
  main.home .section-1 h2 {
    margin-bottom: 50px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.home .section-title {
    font-size: 26px;
  }
  main.home .section-hero h1 {
    font-size: 40px;
  }
  main.home .section-hero .h1-sub {
    font-size: 22px;
    max-width: 800px;
  }
}
main.about .section-1 {
  padding: 50px 0;
}
main.about .section-1 h1 {
  color: #494949;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.about .section-1 {
    padding: 70px 0;
  }
  main.about .section-1 .row {
    --bs-gutter-x: 40px;
  }
  main.about .section-1 h1 {
    font-size: 24px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.about .section-1 {
    padding: 100px 0;
  }
  main.about .section-1 h1 {
    font-size: 26px;
  }
}
main.faq .section-1 {
  padding: 50px 0;
}
main.faq .section-1 .top-row {
  margin-bottom: 50px;
}
main.faq .section-1 .top-row h1 {
  color: #494949;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
}
main.faq .section-1 .top-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main.faq .section-1 .top-row ul li {
  margin-bottom: 10px;
}
main.faq .section-1 .bottom-row .faqs {
  border-bottom: 2px solid #5c5c5c;
}
main.faq .section-1 .bottom-row .faqs .item {
  padding: 20px 0;
  border-top: 2px solid #5c5c5c;
}
main.faq .section-1 .bottom-row .faqs .item h2 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.faq .section-1 {
    padding: 70px 0;
  }
  main.faq .section-1 .top-row h1 {
    font-size: 30px;
  }
  main.faq .section-1 .top-row ul li {
    font-size: 17px;
  }
  main.faq .section-1 .bottom-row .faqs .item {
    padding: 30px 0;
  }
  main.faq .section-1 .bottom-row .faqs .item p {
    font-size: 17px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.faq .section-1 {
    padding: 100px 0;
  }
}
main.terms .section-1 {
  padding: 50px 0;
}
main.terms .section-1 h1 {
  color: #494949;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.terms .section-1 {
    padding: 70px 0;
  }
  main.terms .section-1 h1 {
    font-size: 27px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.terms .section-1 {
    padding: 100px 0;
  }
  main.terms .section-1 h1 {
    font-size: 30px;
  }
}
main.pricing .section-1 {
  padding: 50px 0;
  background: #f7f7f7;
}
main.pricing .section-1 h1 {
  color: #494949;
  margin-bottom: 20px;
  font-size: 26px;
  text-transform: capitalize;
  text-align: center;
}
main.pricing .section-1 .h1-sub {
  font-size: 17px;
  margin-bottom: 10px;
  text-align: center;
  color: #0073f9;
}
main.pricing .section-1 .plan-terms {
  margin-bottom: 30px;
}
main.pricing .section-1 .plan-terms .form-check-label {
  cursor: pointer;
}
main.pricing .section-1 .row {
  --bs-gutter-y: 30px;
  margin-bottom: 50px;
}
main.pricing .section-1 .note {
  font-size: 15px;
  color: #747474;
}
main.pricing .section-1 .card {
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.2392156863);
  border-radius: 20px;
  border: 0;
  height: 100%;
}
main.pricing .section-1 .card .body {
  padding: 40px 20px;
  height: 100%;
  flex-direction: column;
  display: flex;
}
main.pricing .section-1 .card .heading {
  margin-bottom: 20px;
  text-align: center;
}
main.pricing .section-1 .card .heading h3 {
  color: #494949;
  margin-bottom: 10px;
  font-size: 25px;
}
main.pricing .section-1 .card .heading .price {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #504949;
}
main.pricing .section-1 .card .heading .price .value {
  font-size: 35px;
  font-weight: 600;
  margin-right: 5px;
}
main.pricing .section-1 .card .heading .price .term {
  font-size: 14px;
}
main.pricing .section-1 .card .details {
  text-align: start;
  margin-bottom: 40px;
}
main.pricing .section-1 .card .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main.pricing .section-1 .card .details ul li {
  margin-bottom: 5px;
}
main.pricing .section-1 .card .button-container {
  margin: auto auto 0 auto;
}
main.pricing .section-1 .card .button-access {
  background: #0073f9;
  color: #fff;
  border: 2px solid #0073f9;
  padding: 5px 20px;
  font-size: 16px;
}
main.pricing .section-1 .card .button-access:hover {
  background: #fff;
  color: #0073f9;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.pricing .section-1 {
    padding: 70px 0 140px 0;
  }
  main.pricing .section-1 .row {
    --bs-gutter-y: 0;
  }
  main.pricing .section-1 h1 {
    font-size: 35px;
  }
  main.pricing .section-1 .h1-sub {
    font-size: 20px;
  }
  main.pricing .section-1 .plan-terms {
    margin-bottom: 50px;
    font-size: 18px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.pricing .section-1 {
    padding: 100px 0 200px;
  }
  main.pricing .section-1 h1 {
    font-size: 40px;
  }
  main.pricing .section-1 .h1-sub {
    font-size: 22px;
  }
}
main.flat-plate .section-1 {
  padding: 50px 0;
}
main.flat-plate .section-1 h1 {
  color: #494949;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
main.flat-plate .section-1 #application {
  margin-top: 50px;
  /*===============Calculator Navigation Buttons=========*/
}
main.flat-plate .section-1 #application .calculator_navigation_button_wrapper {
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main.flat-plate .section-1 #application .calculator_navigation_button_wrapper > div {
  flex: 0 0 42%;
  margin: 10px 10px;
  width: 120px;
  display: inline-block;
  border: 1px solid #494949;
  background-color: #ffffff;
  color: #494949;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  cursor: hand;
}
main.flat-plate .section-1 #application .calculator_navigation_button_wrapper > div:hover {
  background-color: #494949;
  color: #ffffff;
}
main.flat-plate .section-1 #application .calculator_navigation_button_wrapper > div.calculator_navigation_button_select {
  background-color: #494949;
  color: #ffffff;
}
main.flat-plate .section-1 #application .sections {
  background-color: #E9E8E8;
  padding: 20px;
  border: 1px solid #747474;
  position: relative;
}
main.flat-plate .section-1 #application .sub_section_wrapper {
  border: 1px dotted #B3B3B3;
  padding: 15px 20px 20px 20px;
  margin-bottom: 20px;
}
main.flat-plate .section-1 #application .section_header_text {
  font-size: 20px;
  color: #494949;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}
main.flat-plate .section-1 #application .error_message {
  background-color: #FFD6CC;
  color: #f24537;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  border-radius: 2px;
  margin-top: 10px;
}
main.flat-plate .section-1 #application #dimensions_section .content {
  margin-bottom: 20px;
}
main.flat-plate .section-1 #application #dimensions_section .dimension_image {
  padding: 10px;
  text-align: center;
  border: 1px solid #B3B3B3;
  background-color: #ffffff;
}
main.flat-plate .section-1 #application #air_flow_section .content {
  margin-bottom: 20px;
}
main.flat-plate .section-1 #application #air_flow_section .surface_heat_transfer_image {
  padding: 10px;
  text-align: center;
  border: 1px solid #B3B3B3;
  background-color: #ffffff;
}
main.flat-plate .section-1 #application #power_source_section .content {
  margin-bottom: 20px;
}
main.flat-plate .section-1 #application #power_source_section .power_source_on_flat_plate_image {
  padding: 10px;
  text-align: center;
  border: 1px solid #B3B3B3;
  background-color: #ffffff;
}
main.flat-plate .section-1 #application #results_section .results_error_message {
  padding: 50px 5px;
  margin: 50px 0;
  color: #f24537;
  background-color: #ffffff;
  border: 1px dotted #B3B3B3;
  text-align: center;
}
main.flat-plate .section-1 #application #results_section .results_wrapper {
  display: block;
  clear: both;
  overflow: hidden; /*Need ensure that this recognizes the height of the floated child divs*/
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px dotted #B3B3B3;
}
main.flat-plate .section-1 #application #results_section .results_left_wrapper {
  float: left;
  display: inline-block;
  text-align: center;
}
main.flat-plate .section-1 #application #results_section .results_right_wrapper {
  float: right;
  display: inline-block;
  text-align: center;
}
main.flat-plate .section-1 #application #results_section .large_results_text {
  font-size: 32px;
  color: #494949;
}
main.flat-plate .section-1 #application #results_section .results_sub_wrapper {
  overflow: hidden; /*Need ensure that this recognizes the height of the floated child divs*/
}
main.flat-plate .section-1 #application #results_section .results_labels {
  color: #494949;
  font-size: 16px;
}
main.flat-plate .section-1 #application #results_section .results_dimensions_small {
  margin-left: 2px;
  color: #494949;
}
main.flat-plate .section-1 #application #results_section .results_value_small {
  color: #494949;
}
main.flat-plate .section-1 #application #results_section .results_line_spacing {
  margin-bottom: 6px;
}
main.flat-plate .section-1 #application input[type=radio] {
  margin-right: 10px;
}
main.flat-plate .section-1 #application .vertical_spacing_large {
  margin-bottom: 20px;
}
main.flat-plate .section-1 #application .vertical_spacing_small {
  margin-bottom: 10px;
}
main.flat-plate .section-1 #application .information_symbol {
  color: blue;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
}
main.flat-plate .section-1 #application .text_labels_dimensions {
  font-size: 15px;
  color: #494949;
}
main.flat-plate .section-1 #application .text_data_input {
  margin-left: 5px;
  margin-right: 5px;
  width: 120px;
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border: solid 1px #B3B3B3;
  background-color: #ffffff;
}
main.flat-plate .section-1 #application .dropdown_input {
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}
main.flat-plate .section-1 #application .inline_label_space {
  display: inline-block;
  width: 20px;
  text-align: right;
}
main.flat-plate .section-1 #application .material_wrapper {
  display: inline-block;
}
main.flat-plate .section-1 #application .predefined_material_wrapper {
  margin-right: 50px;
}
main.flat-plate .section-1 #application .indented_input {
  margin-left: 20px;
}
main.flat-plate .section-1 #application .orientation_sub_wrapper {
  display: inline-block;
  margin-right: 120px;
}
main.flat-plate .section-1 #application .orientation_sub_wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
main.flat-plate .section-1 #application .notes {
  font-size: 15px;
  color: #747474;
  font-style: italic;
}
main.flat-plate .section-2 {
  padding: 50px 0;
}
main.flat-plate .section-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
main.flat-plate .section-2 .ad-banner {
  margin-top: 50px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.flat-plate .section-1 {
    padding: 70px 0;
  }
  main.flat-plate .section-1 h1 {
    font-size: 35px;
  }
  main.flat-plate .section-1 #application {
    /*===============Calculator Navigation Buttons=========*/
  }
  main.flat-plate .section-1 #application .calculator_navigation_button_wrapper {
    flex-wrap: nowrap;
    justify-content: start;
  }
  main.flat-plate .section-1 #application .calculator_navigation_button_wrapper > div {
    flex: 1 1 auto;
    margin: 0 10px 0 0;
  }
  main.flat-plate .section-1 #application #dimensions_section .sections {
    display: flex;
    flex-direction: row;
  }
  main.flat-plate .section-1 #application #dimensions_section .content {
    flex: 1 1 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  main.flat-plate .section-1 #application #dimensions_section .dimension_image {
    flex: 1 1 50%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main.flat-plate .section-1 #application #dimensions_section .dimension_image img {
    max-width: 312px;
  }
  main.flat-plate .section-1 #application #air_flow_section .heat_transfer_surfaces_wrapper {
    display: flex;
    flex-direction: row;
  }
  main.flat-plate .section-1 #application #air_flow_section .content {
    flex: 1 1 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  main.flat-plate .section-1 #application #air_flow_section .surface_heat_transfer_image {
    flex: 1 1 50%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main.flat-plate .section-1 #application #air_flow_section .surface_heat_transfer_image img {
    max-width: 334px;
  }
  main.flat-plate .section-1 #application #power_source_section .sections {
    display: flex;
    flex-direction: row;
  }
  main.flat-plate .section-1 #application #power_source_section .content {
    flex: 1 1 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  main.flat-plate .section-1 #application #power_source_section .power_source_on_flat_plate_image {
    flex: 1 1 50%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main.flat-plate .section-1 #application #power_source_section .power_source_on_flat_plate_image img {
    max-width: 363px;
  }
  main.flat-plate .section-1 #application #results_section .content {
    display: flex;
    flex-direction: row;
  }
  main.flat-plate .section-1 #application #results_section .results_left_column {
    flex: 1 1 50%;
    margin-right: 20px;
  }
  main.flat-plate .section-1 #application #results_section .results_right_column {
    flex: 1 1 50%;
  }
  main.flat-plate .section-2 {
    padding: 70px 0;
  }
  main.flat-plate .section-2 h2 {
    font-size: 25px;
  }
  main.flat-plate .section-2 .ad-banner {
    margin-top: 70px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.flat-plate .section-1 {
    padding: 100px 0;
  }
  main.flat-plate .section-2 {
    padding: 100px 0;
  }
}
main.heat-sink-size .section-1 {
  padding: 50px 0;
}
main.heat-sink-size .section-1 h1 {
  color: #494949;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
main.heat-sink-size .section-1 #application {
  margin-top: 50px;
  /*===============Calculator Navigation Buttons=========*/
  /*---------------Results-----------------*/
}
main.heat-sink-size .section-1 #application .calculator_button {
  width: 100%;
  max-width: 310px;
  display: inline-block;
  border: 1px solid #494949;
  border-radius: 5px;
  background-color: #494949;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  cursor: hand;
}
main.heat-sink-size .section-1 #application .content {
  margin-bottom: 20px;
  border: 1px dotted #B3B3B3;
  padding: 15px 20px 20px 20px;
}
main.heat-sink-size .section-1 #application .heat_sink_size_calculator_diagram {
  padding: 10px;
  text-align: center;
  border: 1px solid #B3B3B3;
  background-color: #ffffff;
}
main.heat-sink-size .section-1 #application input[type=radio] {
  margin-right: 10px;
}
main.heat-sink-size .section-1 #application .vertical_spacing_large {
  margin-bottom: 20px;
}
main.heat-sink-size .section-1 #application .vertical_spacing_small {
  margin-bottom: 10px;
}
main.heat-sink-size .section-1 #application .sections {
  background-color: #E9E8E8;
  padding: 20px;
  border: 1px solid #747474;
  position: relative;
  /*margin-bottom:4px;*/
}
main.heat-sink-size .section-1 #application .text_labels_dimensions {
  font-size: 15px;
  color: #494949;
}
main.heat-sink-size .section-1 #application .text_data_input {
  margin-left: 5px;
  margin-right: 5px;
  width: 120px;
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border: solid 1px #B3B3B3;
  background-color: #ffffff;
}
main.heat-sink-size .section-1 #application .inline_label_space {
  display: inline-block;
  width: 70px;
  text-align: right;
}
main.heat-sink-size .section-1 #application .error_message {
  background-color: #FFD6CC;
  color: #f24537;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  border-radius: 2px;
  margin-top: 10px;
}
main.heat-sink-size .section-1 #application .indented_input {
  margin-left: 70px;
}
main.heat-sink-size .section-1 #application #calculator_section {
  position: relative;
  margin-top: 40px;
}
main.heat-sink-size .section-1 #application .information_symbol {
  color: #494949;
  font-weight: 100;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
}
main.heat-sink-size .section-1 #application .results_wrapper > * {
  display: inline-block;
}
main.heat-sink-size .section-1 #application .large_results_div {
  font-size: 32px;
  color: #494949;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  width: 170px;
  font-size: 28px;
  text-align: center;
}
main.heat-sink-size .section-2 {
  padding: 50px 0;
}
main.heat-sink-size .section-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
main.heat-sink-size .section-2 .ad-banner {
  margin-top: 50px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.heat-sink-size .section-1 {
    padding: 70px 0;
  }
  main.heat-sink-size .section-1 h1 {
    font-size: 35px;
  }
  main.heat-sink-size .section-1 #application .sections {
    display: flex;
    flex-direction: row;
  }
  main.heat-sink-size .section-1 #application .content {
    flex: 1 1 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  main.heat-sink-size .section-1 #application .heat_sink_size_calculator_diagram {
    flex: 1 1 50%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main.heat-sink-size .section-1 #application .heat_sink_size_calculator_diagram img {
    max-width: 404px;
  }
  main.heat-sink-size .section-2 {
    padding: 70px 0;
  }
  main.heat-sink-size .section-2 h2 {
    font-size: 25px;
  }
  main.heat-sink-size .section-2 .ad-banner {
    margin-top: 70px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.heat-sink-size .section-1 {
    padding: 100px 0;
  }
  main.heat-sink-size .section-2 {
    padding: 100px 0;
  }
}
main.heat-sink-forced-convection-calculator .section-1 {
  padding: 50px 0;
}
main.heat-sink-forced-convection-calculator .section-1 h1 {
  color: #494949;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
main.heat-sink-forced-convection-calculator .section-1 #application {
  margin-top: 50px;
  /*===============Calculator Navigation Buttons=========*/
  /*---------------Results-----------------*/
}
main.heat-sink-forced-convection-calculator .section-1 #application .calculator_button {
  width: 100%;
  max-width: 310px;
  display: inline-block;
  border: 1px solid #494949;
  border-radius: 5px;
  background-color: #494949;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  cursor: hand;
}
main.heat-sink-forced-convection-calculator .section-1 #application .content {
  margin-bottom: 20px;
  border: 1px dotted #B3B3B3;
  padding: 15px 20px 20px 20px;
}
main.heat-sink-forced-convection-calculator .section-1 #application .heat_sink_size_calculator_diagram {
  padding: 10px;
  text-align: center;
  border: 1px solid #B3B3B3;
  background-color: #ffffff;
}
main.heat-sink-forced-convection-calculator .section-1 #application input[type=radio] {
  margin-right: 10px;
}
main.heat-sink-forced-convection-calculator .section-1 #application .vertical_spacing_large {
  margin-bottom: 20px;
}
main.heat-sink-forced-convection-calculator .section-1 #application .vertical_spacing_small {
  margin-bottom: 10px;
}
main.heat-sink-forced-convection-calculator .section-1 #application .sections {
  background-color: #E9E8E8;
  padding: 15px;
  border: 1px solid #747474;
  position: relative;
  /*margin-bottom:4px;*/
}
main.heat-sink-forced-convection-calculator .section-1 #application .sections .right .content {
  background: #fff;
}
main.heat-sink-forced-convection-calculator .section-1 #application .sections .right .result-diagram {
  min-height: 392px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.heat-sink-forced-convection-calculator .section-1 #application .sections .right .preview-table {
  text-align: center;
}
main.heat-sink-forced-convection-calculator .section-1 #application .sections .right .preview-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;
}
main.heat-sink-forced-convection-calculator .section-1 #application .sections .right .preview-table ul li {
  padding: 10px 0;
  border-bottom: 2px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.heat-sink-forced-convection-calculator .section-1 #application .sections .right .preview-table ul li .text {
  font-weight: 500;
}
main.heat-sink-forced-convection-calculator .section-1 #application .sections .right .preview-table ul li:first-of-type {
  border-top: 2px solid #e0e0e0;
}
main.heat-sink-forced-convection-calculator .section-1 #application .text_labels_dimensions {
  font-size: 15px;
  color: #494949;
}
main.heat-sink-forced-convection-calculator .section-1 #application .text_data_input {
  margin-left: 5px;
  margin-right: 5px;
  width: 120px;
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border: solid 1px #B3B3B3;
  background-color: #ffffff;
}
main.heat-sink-forced-convection-calculator .section-1 #application .fin-spacing-group .top-label {
  text-align: center;
  width: 120px;
  margin-left: auto;
  margin-right: 53px;
}
main.heat-sink-forced-convection-calculator .section-1 #application .fin-spacing-group .top-label.max {
  margin-right: auto;
  margin-left: 5px;
}
main.heat-sink-forced-convection-calculator .section-1 #application .inline_label_space {
  display: inline-block;
  width: 75px;
  text-align: right;
}
main.heat-sink-forced-convection-calculator .section-1 #application .error_message {
  background-color: #FFD6CC;
  color: #f24537;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  border-radius: 2px;
  margin-top: 10px;
}
main.heat-sink-forced-convection-calculator .section-1 #application .indented_input {
  margin-left: 70px;
}
main.heat-sink-forced-convection-calculator .section-1 #application #calculator_section {
  position: relative;
  margin-top: 40px;
}
main.heat-sink-forced-convection-calculator .section-1 #application .information_symbol {
  color: #494949;
  font-weight: 100;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
}
main.heat-sink-forced-convection-calculator .section-1 #application .results_wrapper > * {
  display: inline-block;
}
main.heat-sink-forced-convection-calculator .section-1 #application .large_results_div {
  font-size: 32px;
  color: #494949;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  width: 170px;
  font-size: 28px;
  text-align: center;
}
main.heat-sink-forced-convection-calculator .section-2 {
  padding: 50px 0;
}
main.heat-sink-forced-convection-calculator .section-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
main.heat-sink-forced-convection-calculator .section-2 .ad-banner {
  margin-top: 50px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.heat-sink-forced-convection-calculator .section-1 {
    padding: 70px 0;
  }
  main.heat-sink-forced-convection-calculator .section-1 h1 {
    font-size: 35px;
  }
  main.heat-sink-forced-convection-calculator .section-1 #application .sections {
    display: flex;
    flex-direction: row;
    padding: 20px;
  }
  main.heat-sink-forced-convection-calculator .section-1 #application .sections .columns {
    flex: 0 0 50%;
  }
  main.heat-sink-forced-convection-calculator .section-1 #application .sections .right .content {
    margin-right: 0;
  }
  main.heat-sink-forced-convection-calculator .section-1 #application .content {
    flex: 1 1 50%;
    margin-right: 20px;
  }
  main.heat-sink-forced-convection-calculator .section-1 #application .heat_sink_size_calculator_diagram {
    flex: 1 1 50%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main.heat-sink-forced-convection-calculator .section-1 #application .heat_sink_size_calculator_diagram img {
    max-width: 404px;
  }
  main.heat-sink-forced-convection-calculator .section-2 {
    padding: 70px 0;
  }
  main.heat-sink-forced-convection-calculator .section-2 h2 {
    font-size: 25px;
  }
  main.heat-sink-forced-convection-calculator .section-2 .ad-banner {
    margin-top: 70px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.heat-sink-forced-convection-calculator .section-1 {
    padding: 100px 0;
  }
  main.heat-sink-forced-convection-calculator .section-2 {
    padding: 100px 0;
  }
}
main.heat-sink-thermal .section-1 {
  padding: 50px 0;
}
main.heat-sink-thermal .section-1 h1 {
  color: #494949;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
main.heat-sink-thermal .section-1 .equations {
  margin-top: 50px;
}
main.heat-sink-thermal .section-1 .equations .main-equation {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
main.heat-sink-thermal .section-1 .equations .equation {
  margin-top: 10px;
}
main.heat-sink-thermal .section-1 .equations .varible-spacer {
  margin-top: 10px;
  width: 80px;
}
main.heat-sink-thermal .section-1 .equations .varible-description {
  color: #747474;
}
main.heat-sink-thermal .section-1 .equations .inline div {
  display: inline-block;
}
main.heat-sink-thermal .section-1 #application {
  margin-top: 50px;
  /*===============Calculator Navigation Buttons=========*/
  /*---------------Results-----------------*/
}
main.heat-sink-thermal .section-1 #application .calculator_button {
  max-width: 270px;
  width: 100%;
  display: inline-block;
  border: 1px solid #494949;
  border-radius: 5px;
  background-color: #494949;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  cursor: hand;
}
main.heat-sink-thermal .section-1 #application .content {
  margin-bottom: 20px;
  border: 1px dotted #B3B3B3;
  padding: 15px 20px 20px 20px;
}
main.heat-sink-thermal .section-1 #application .heat_sink_thermal_resistance_diagram {
  padding: 10px;
  text-align: center;
  border: 1px solid #B3B3B3;
  background-color: #ffffff;
}
main.heat-sink-thermal .section-1 #application input[type=radio] {
  margin-right: 10px;
}
main.heat-sink-thermal .section-1 #application .vertical_spacing_large {
  margin-bottom: 20px;
}
main.heat-sink-thermal .section-1 #application .vertical_spacing_small {
  margin-bottom: 10px;
}
main.heat-sink-thermal .section-1 #application .information_symbol {
  color: #494949;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
}
main.heat-sink-thermal .section-1 #application .sections {
  background-color: #E9E8E8;
  padding: 20px;
  border: 1px solid #747474;
  position: relative;
  /*margin-bottom:4px;*/
}
main.heat-sink-thermal .section-1 #application .text_labels_dimensions {
  font-size: 15px;
  color: #494949;
}
main.heat-sink-thermal .section-1 #application .text_data_input {
  margin-left: 5px;
  margin-right: 5px;
  width: 120px;
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border: solid 1px #B3B3B3;
  background-color: #ffffff;
}
main.heat-sink-thermal .section-1 #application .inline_label_space {
  display: inline-block;
  width: 70px;
  text-align: right;
}
main.heat-sink-thermal .section-1 #application .error_message {
  background-color: #FFD6CC;
  color: #f24537;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  border-radius: 2px;
  margin-top: 10px;
}
main.heat-sink-thermal .section-1 #application .indented_input {
  margin-left: 70px;
}
main.heat-sink-thermal .section-1 #application #calculator_section {
  position: relative;
  margin-top: 40px;
}
main.heat-sink-thermal .section-1 #application .results_wrapper {
  display: block;
  clear: both;
  overflow: hidden; /*Need ensure that this recognizes the height of the floated child divs*/
  margin-bottom: 20px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px dotted #B3B3B3;
  width: 250px;
  text-align: center;
}
main.heat-sink-thermal .section-1 #application .large_results_text {
  font-size: 32px;
  color: #494949;
}
main.heat-sink-thermal .section-1 #application .results_labels {
  color: #494949;
  font-size: 16px;
  font-weight: 500;
}
main.heat-sink-thermal .section-1 #application .results_line_spacing {
  margin-bottom: 6px;
}
main.heat-sink-thermal .section-2 {
  padding: 50px 0;
}
main.heat-sink-thermal .section-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
main.heat-sink-thermal .section-2 .ad-banner {
  margin-top: 50px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.heat-sink-thermal .section-1 {
    padding: 70px 0;
  }
  main.heat-sink-thermal .section-1 h1 {
    font-size: 35px;
  }
  main.heat-sink-thermal .section-1 #application .sections {
    display: flex;
    flex-direction: row;
  }
  main.heat-sink-thermal .section-1 #application .content {
    flex: 1 1 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  main.heat-sink-thermal .section-1 #application .heat_sink_thermal_resistance_diagram {
    flex: 1 1 50%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main.heat-sink-thermal .section-1 #application .heat_sink_thermal_resistance_diagram img {
    max-width: 421px;
  }
  main.heat-sink-thermal .section-2 {
    padding: 70px 0;
  }
  main.heat-sink-thermal .section-2 h2 {
    font-size: 25px;
  }
  main.heat-sink-thermal .section-2 .ad-banner {
    margin-top: 70px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.heat-sink-thermal .section-1 {
    padding: 100px 0;
  }
  main.heat-sink-thermal .section-2 {
    padding: 100px 0;
  }
}
main.pcb-temperature .section-1 {
  padding: 50px 0;
}
main.pcb-temperature .section-1 h1 {
  color: #494949;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
main.pcb-temperature .section-1 #application {
  margin-top: 50px;
  /*===============Calculator Navigation Buttons=========*/
}
main.pcb-temperature .section-1 #application .calculator_navigation_button_wrapper {
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main.pcb-temperature .section-1 #application .calculator_navigation_button_wrapper > div {
  flex: 0 0 42%;
  margin: 10px 10px;
  width: 120px;
  display: inline-block;
  border: 1px solid #494949;
  background-color: #ffffff;
  color: #494949;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  cursor: hand;
}
main.pcb-temperature .section-1 #application .calculator_navigation_button_wrapper > div:hover {
  background-color: #494949;
  color: #ffffff;
}
main.pcb-temperature .section-1 #application .calculator_navigation_button_wrapper > div.calculator_navigation_button_select {
  background-color: #494949;
  color: #ffffff;
}
main.pcb-temperature .section-1 #application .sections {
  background-color: #E9E8E8;
  padding: 20px;
  border: 1px solid #747474;
  position: relative;
}
main.pcb-temperature .section-1 #application .sub_section_wrapper {
  border: 1px dotted #B3B3B3;
  padding: 15px 20px 20px 20px;
  margin-bottom: 20px;
}
main.pcb-temperature .section-1 #application .section_header_text {
  font-size: 20px;
  color: #494949;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}
main.pcb-temperature .section-1 #application .error_message {
  background-color: #FFD6CC;
  color: #f24537;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  border-radius: 2px;
  margin-top: 10px;
}
main.pcb-temperature .section-1 #application .layer_table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
}
main.pcb-temperature .section-1 #application .layer_table td, main.pcb-temperature .section-1 #application .layer_table th {
  width: 200px;
  text-align: center;
}
main.pcb-temperature .section-1 #application .layer_table, main.pcb-temperature .section-1 #application td {
  height: 40px;
}
main.pcb-temperature .section-1 #application .layer_table th {
  height: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #494949;
}
main.pcb-temperature .section-1 #application .table_header {
  background-color: #B3B3B3;
  border: 3px solid #E9E8E8;
}
main.pcb-temperature .section-1 #application .component_layer_shape {
  width: 80px;
  display: block;
  margin: auto;
  background-color: #747474;
  border: 1px solid #494949;
  color: white;
  line-height: 30px;
}
main.pcb-temperature .section-1 #application .cond_shape {
  width: 110px;
  height: 15px;
  display: block;
  margin: auto;
  color: black;
  font-size: 12px;
  background-color: #ffb380;
  border: 1px solid #ff6600;
  line-height: 1.2;
}
main.pcb-temperature .section-1 #application .insulator_shape {
  width: 110px;
  height: 30px;
  display: block;
  margin: auto;
  background-color: #5bab39;
  border: 1px solid #4f7c3d;
}
main.pcb-temperature .section-1 #application .information_symbol {
  margin-left: 5px;
  color: #494949;
  font-weight: 100;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
}
main.pcb-temperature .section-1 #application input[type=radio] {
  margin-right: 10px;
}
main.pcb-temperature .section-1 #application .vertical_spacing_large {
  margin-bottom: 20px;
}
main.pcb-temperature .section-1 #application .vertical_spacing_small {
  margin-bottom: 10px;
}
main.pcb-temperature .section-1 #application .text_labels_dimensions {
  font-size: 15px;
  color: #494949;
}
main.pcb-temperature .section-1 #application .text_data_input {
  margin-left: 5px;
  margin-right: 5px;
  width: 120px;
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border: solid 1px #B3B3B3;
  background-color: #ffffff;
}
main.pcb-temperature .section-1 #application .text_data_input:disabled {
  background-color: #E9E8E8;
}
main.pcb-temperature .section-1 #application .dropdown_input {
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}
main.pcb-temperature .section-1 #application .inline_label_space {
  display: inline-block;
  width: 20px;
  text-align: right;
}
main.pcb-temperature .section-1 #application .material_wrapper {
  display: inline-block;
}
main.pcb-temperature .section-1 #application .predefined_material_wrapper {
  margin-right: 50px;
}
main.pcb-temperature .section-1 #application .indented_input {
  margin-left: 20px;
}
main.pcb-temperature .section-1 #application .indented_input_2X {
  margin-left: 40px;
}
main.pcb-temperature .section-1 #application .orientation_sub_wrapper {
  display: inline-block;
  margin-right: 120px;
}
main.pcb-temperature .section-1 #application .orientation_sub_wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
main.pcb-temperature .section-1 #application .notes {
  font-size: 15px;
  color: #747474;
  font-style: italic;
}
main.pcb-temperature .section-1 #application #pcb_layers_section .pcb_layers {
  margin-bottom: 0;
}
main.pcb-temperature .section-1 #application #air_flow_section .inline_label_space {
  display: inline-block;
  width: 170px;
  text-align: right;
}
main.pcb-temperature .section-1 #application #air_flow_section #forced_convection_wrapper_flex img {
  margin: 20px 0 0 0;
}
main.pcb-temperature .section-1 #application #device_section .image_wrapper {
  margin-bottom: 0;
  background: #fff;
  max-width: 307px;
}
main.pcb-temperature .section-1 #application #thermal_via_section .image_wrapper {
  margin-bottom: 0;
  background: #fff;
  max-width: 491px;
}
main.pcb-temperature .section-1 #application #heatsink_section .image_wrapper {
  margin-bottom: 0;
  background: #fff;
  max-width: 401px;
}
main.pcb-temperature .section-1 #application #results_section .results_error_message {
  padding: 50px 5px;
  margin: 50px 0;
  color: #f24537;
  background-color: #ffffff;
  border: 1px dotted #B3B3B3;
  text-align: center;
}
main.pcb-temperature .section-1 #application #results_section .results_wrapper {
  display: block;
  clear: both;
  overflow: hidden; /*Need ensure that this recognizes the height of the floated child divs*/
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px dotted #B3B3B3;
}
main.pcb-temperature .section-1 #application #results_section .results_left_wrapper {
  float: left;
  display: inline-block;
  text-align: center;
}
main.pcb-temperature .section-1 #application #results_section .results_right_wrapper {
  float: right;
  display: inline-block;
  text-align: center;
}
main.pcb-temperature .section-1 #application #results_section .large_results_text {
  font-size: 32px;
  color: #494949;
}
main.pcb-temperature .section-1 #application #results_section .results_sub_wrapper {
  overflow: hidden; /*Need ensure that this recognizes the height of the floated child divs*/
}
main.pcb-temperature .section-1 #application #results_section .results_labels {
  color: #494949;
  font-size: 16px;
}
main.pcb-temperature .section-1 #application #results_section .results_dimensions_small {
  margin-left: 2px;
  color: #494949;
}
main.pcb-temperature .section-1 #application #results_section .results_value_small {
  color: #494949;
}
main.pcb-temperature .section-1 #application #results_section .results_line_spacing {
  margin-bottom: 6px;
}
main.pcb-temperature .section-2 {
  padding: 50px 0;
}
main.pcb-temperature .section-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
main.pcb-temperature .section-2 .ad-banner {
  margin-top: 50px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.pcb-temperature .section-1 {
    padding: 70px 0;
  }
  main.pcb-temperature .section-1 h1 {
    font-size: 35px;
  }
  main.pcb-temperature .section-1 #application {
    /*===============Calculator Navigation Buttons=========*/
  }
  main.pcb-temperature .section-1 #application .calculator_navigation_button_wrapper {
    flex-wrap: nowrap;
    justify-content: start;
  }
  main.pcb-temperature .section-1 #application .calculator_navigation_button_wrapper > div {
    flex: 1 1 auto;
    margin: 0 10px 0 0;
  }
  main.pcb-temperature .section-1 #application #pcb_layers_section .sections {
    display: flex;
  }
  main.pcb-temperature .section-1 #application #pcb_layers_section .pcb_dimensions {
    margin-bottom: 0;
    margin-right: 20px;
    flex: 0 0 350px;
  }
  main.pcb-temperature .section-1 #application #pcb_layers_section .pcb_layers {
    flex: 1 1 auto;
  }
  main.pcb-temperature .section-1 #application #air_flow_section .inline_label_space {
    display: inline-block;
    width: 170px;
    text-align: right;
  }
  main.pcb-temperature .section-1 #application #air_flow_section #forced_convection_wrapper #forced_convection_wrapper_flex {
    display: flex;
    align-items: center;
  }
  main.pcb-temperature .section-1 #application #air_flow_section #forced_convection_wrapper #forced_convection_wrapper_flex img {
    margin: 0 0 0 60px;
  }
  main.pcb-temperature .section-1 #application #device_section .sections {
    display: flex;
    align-items: start;
  }
  main.pcb-temperature .section-1 #application #device_section .sub_section_wrapper {
    margin-bottom: 0;
  }
  main.pcb-temperature .section-1 #application #device_section #available_width {
    flex: 1 1 auto;
  }
  main.pcb-temperature .section-1 #application #device_section .image_wrapper {
    flex: 0 0 307px;
    margin-left: 20px;
    align-items: start;
  }
  main.pcb-temperature .section-1 #application #device_section .inline_label_space {
    width: 80px;
  }
  main.pcb-temperature .section-1 #application #thermal_via_section .sections {
    display: flex;
    align-items: start;
  }
  main.pcb-temperature .section-1 #application #thermal_via_section .main_section {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  main.pcb-temperature .section-1 #application #thermal_via_section .image_wrapper {
    flex: 0 0 491px;
    margin-left: 20px;
    align-items: start;
  }
  main.pcb-temperature .section-1 #application #heatsink_section .sections {
    display: flex;
    align-items: start;
  }
  main.pcb-temperature .section-1 #application #heatsink_section .main_section {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  main.pcb-temperature .section-1 #application #heatsink_section .image_wrapper {
    flex: 0 0 401px;
    margin-left: 20px;
    align-items: start;
  }
  main.pcb-temperature .section-1 #application #results_section .content {
    display: flex;
    flex-direction: row;
  }
  main.pcb-temperature .section-1 #application #results_section .results_left_column {
    flex: 1 1 50%;
    margin-right: 20px;
  }
  main.pcb-temperature .section-1 #application #results_section .results_left_column .results_wrapper {
    margin-bottom: 0;
  }
  main.pcb-temperature .section-1 #application #results_section .results_right_column {
    flex: 1 1 50%;
  }
  main.pcb-temperature .section-2 {
    padding: 70px 0;
  }
  main.pcb-temperature .section-2 h2 {
    font-size: 25px;
  }
  main.pcb-temperature .section-2 .ad-banner {
    margin-top: 70px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.pcb-temperature .section-1 {
    padding: 100px 0;
  }
  main.pcb-temperature .section-2 {
    padding: 100px 0;
  }
}
main.trace-temperature .section-1 {
  padding: 50px 0;
}
main.trace-temperature .section-1 h1 {
  color: #494949;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
main.trace-temperature .section-1 #application {
  margin-top: 50px;
  /*===============Calculator Navigation Buttons=========*/
  /*input{
    margin:0 auto;
  }*/
}
main.trace-temperature .section-1 #application .calculator_navigation_button_wrapper {
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main.trace-temperature .section-1 #application .calculator_navigation_button_wrapper > div {
  flex: 0 0 42%;
  margin: 10px 10px;
  width: 120px;
  display: inline-block;
  border: 1px solid #494949;
  background-color: #ffffff;
  color: #494949;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  cursor: hand;
}
main.trace-temperature .section-1 #application .calculator_navigation_button_wrapper > div:hover {
  background-color: #494949;
  color: #ffffff;
}
main.trace-temperature .section-1 #application .calculator_navigation_button_wrapper > div.calculator_navigation_button_select {
  background-color: #494949;
  color: #ffffff;
}
main.trace-temperature .section-1 #application .sections {
  background-color: #E9E8E8;
  padding: 20px;
  border: 1px solid #747474;
  position: relative;
}
main.trace-temperature .section-1 #application .sub_section_wrapper {
  border: 1px dotted #B3B3B3;
  padding: 15px 20px 20px 20px;
  margin-bottom: 20px;
}
main.trace-temperature .section-1 #application .section_header_text {
  font-size: 20px;
  color: #494949;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}
main.trace-temperature .section-1 #application .error_message {
  background-color: #FFD6CC;
  color: #f24537;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  border-radius: 2px;
  margin-top: 10px;
}
main.trace-temperature .section-1 #application .layer_table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
}
main.trace-temperature .section-1 #application .layer_table td, main.trace-temperature .section-1 #application .layer_table th {
  width: 200px;
  text-align: center;
}
main.trace-temperature .section-1 #application .layer_thk {
  display: flex;
  align-items: center;
  text-align: left !important;
}
main.trace-temperature .section-1 #application .layer_thk > input {
  margin-right: 5px;
}
main.trace-temperature .section-1 #application .layer_table, main.trace-temperature .section-1 #application td {
  height: 40px;
}
main.trace-temperature .section-1 #application .layer_table th {
  height: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #494949;
}
main.trace-temperature .section-1 #application .table_header {
  background-color: #B3B3B3;
  border: 3px solid #E9E8E8;
}
main.trace-temperature .section-1 #application .component_layer_shape {
  width: 80px;
  display: block;
  margin: auto;
  background-color: #747474;
  border: 1px solid #494949;
  color: white;
  line-height: 30px;
}
main.trace-temperature .section-1 #application .cond_shape {
  width: 110px;
  height: 15px;
  display: block;
  margin: auto;
  color: black;
  font-size: 12px;
  background-color: #ffb380;
  border: 1px solid #ff6600;
  line-height: 1.2;
}
main.trace-temperature .section-1 #application .insulator_shape {
  width: 110px;
  height: 30px;
  display: block;
  margin: auto;
  background-color: #5bab39;
  border: 1px solid #4f7c3d;
}
main.trace-temperature .section-1 #application .information_symbol {
  margin-left: 5px;
  color: #494949;
  font-weight: 100;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
}
main.trace-temperature .section-1 #application input[type=radio] {
  margin-right: 10px;
}
main.trace-temperature .section-1 #application .vertical_spacing_large {
  margin-bottom: 20px;
}
main.trace-temperature .section-1 #application .vertical_spacing_small {
  margin-bottom: 10px;
}
main.trace-temperature .section-1 #application .text_labels_dimensions {
  font-size: 15px;
  color: #494949;
}
main.trace-temperature .section-1 #application .text_data_input {
  width: 120px;
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border: solid 1px #B3B3B3;
  background-color: #ffffff;
}
main.trace-temperature .section-1 #application .text_data_input:disabled {
  background-color: #E9E8E8;
}
main.trace-temperature .section-1 #application .dropdown_input {
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
main.trace-temperature .section-1 #application .inline_label_space {
  display: inline-block;
  width: 20px;
  text-align: right;
}
main.trace-temperature .section-1 #application .material_wrapper {
  display: inline-block;
}
main.trace-temperature .section-1 #application .predefined_material_wrapper {
  margin-right: 50px;
}
main.trace-temperature .section-1 #application .indented_input {
  margin-left: 20px;
}
main.trace-temperature .section-1 #application .indented_input_2X {
  margin-left: 40px;
}
main.trace-temperature .section-1 #application .orientation_sub_wrapper {
  display: inline-block;
  margin-right: 120px;
}
main.trace-temperature .section-1 #application .orientation_sub_wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
main.trace-temperature .section-1 #application .notes {
  font-size: 15px;
  color: #747474;
  font-style: italic;
}
main.trace-temperature .section-1 #application #pcb_layers_section .pcb_layers {
  margin-bottom: 0;
}
main.trace-temperature .section-1 #application #air_flow_section .inline_label_space {
  display: inline-block;
  width: 170px;
  text-align: right;
}
main.trace-temperature .section-1 #application #air_flow_section #forced_convection_wrapper_flex img {
  margin: 20px 0 0 0;
}
main.trace-temperature .section-1 #application #trace_section {
  /*#num_trace_lbl{
    grid-row: 1/1;
    grid-column: 1/1;
  }

  #num_traces{
    grid-row: 1/1;
    grid-column: 2/2;
  }*/
  /*#S_trace_lbl{
    grid-row: 1/1;
    grid-column: 1/1;
    visibility:hidden
  }

  #S_trace_container{
    grid-row: 1/1;
    grid-column: 2/2;
    visibility: hidden;
  }*/
}
main.trace-temperature .section-1 #application #trace_section .image_wrapper {
  margin-bottom: 0;
  background: #fff;
  /*max-width: 307px;*/
}
main.trace-temperature .section-1 #application #trace_section .margin20px {
  margin-bottom: 20px;
}
main.trace-temperature .section-1 #application #trace_section #trace_inputs {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 0px auto auto;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 20px;
}
main.trace-temperature .section-1 #application #trace_section #W_trace_lbl {
  grid-row: 1/1;
  grid-column: 1/1;
}
main.trace-temperature .section-1 #application #trace_section #W_trace_container {
  grid-row: 1/1;
  grid-column: 2/2;
}
main.trace-temperature .section-1 #application #trace_section #I_trace_lbl {
  grid-row: 2/2;
  grid-column: 1/1;
}
main.trace-temperature .section-1 #application #trace_section #I_trace_container {
  grid-row: 2/2;
  grid-column: 2/2;
}
main.trace-temperature .section-1 #application #trace_section #L_trace_lbl {
  grid-row: 3/3;
  grid-column: 1/1;
}
main.trace-temperature .section-1 #application #trace_section #L_trace_container {
  grid-row: 3/3;
  grid-column: 2/2;
}
main.trace-temperature .section-1 #application #results_section .results_error_message {
  padding: 50px 5px;
  margin: 50px 0;
  color: #f24537;
  background-color: #ffffff;
  border: 1px dotted #B3B3B3;
  text-align: center;
}
main.trace-temperature .section-1 #application #results_section .results_wrapper {
  display: block;
  clear: both;
  overflow: hidden; /*Need ensure that this recognizes the height of the floated child divs*/
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px dotted #B3B3B3;
}
main.trace-temperature .section-1 #application #results_section .results_left_wrapper {
  float: left;
  display: inline-block;
  text-align: center;
}
main.trace-temperature .section-1 #application #results_section .results_right_wrapper {
  float: right;
  display: inline-block;
  text-align: center;
}
main.trace-temperature .section-1 #application #results_section .large_results_text {
  font-size: 32px;
  color: #494949;
}
main.trace-temperature .section-1 #application #results_section .results_sub_wrapper {
  overflow: hidden; /*Need ensure that this recognizes the height of the floated child divs*/
}
main.trace-temperature .section-1 #application #results_section .results_labels {
  color: #494949;
  font-size: 16px;
}
main.trace-temperature .section-1 #application #results_section .results_dimensions_small {
  margin-left: 2px;
  color: #494949;
}
main.trace-temperature .section-1 #application #results_section .results_value_small {
  color: #494949;
}
main.trace-temperature .section-1 #application #results_section .results_line_spacing {
  margin-bottom: 6px;
}
main.trace-temperature .section-2 {
  padding: 50px 0;
}
main.trace-temperature .section-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
main.trace-temperature .section-2 .ad-banner {
  margin-top: 50px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.trace-temperature .section-1 {
    padding: 70px 0;
  }
  main.trace-temperature .section-1 h1 {
    font-size: 35px;
  }
  main.trace-temperature .section-1 #application {
    /*===============Calculator Navigation Buttons=========*/
  }
  main.trace-temperature .section-1 #application .calculator_navigation_button_wrapper {
    flex-wrap: nowrap;
    justify-content: start;
  }
  main.trace-temperature .section-1 #application .calculator_navigation_button_wrapper > div {
    flex: 1 1 auto;
    margin: 0 10px 0 0;
  }
  main.trace-temperature .section-1 #application #pcb_layers_section .sections {
    display: flex;
  }
  main.trace-temperature .section-1 #application #pcb_layers_section .pcb_dimensions {
    margin-bottom: 0;
    margin-right: 20px;
    flex: 0 0 350px;
  }
  main.trace-temperature .section-1 #application #pcb_layers_section .pcb_layers {
    flex: 1 1 auto;
  }
  main.trace-temperature .section-1 #application #air_flow_section .inline_label_space {
    display: inline-block;
    width: 170px;
    text-align: right;
  }
  main.trace-temperature .section-1 #application #air_flow_section #forced_convection_wrapper #forced_convection_wrapper_flex {
    display: flex;
    align-items: center;
  }
  main.trace-temperature .section-1 #application #air_flow_section #forced_convection_wrapper #forced_convection_wrapper_flex img {
    margin: 0 0 0 60px;
  }
  main.trace-temperature .section-1 #application #trace_section .sections {
    display: flex;
    align-items: start;
  }
  main.trace-temperature .section-1 #application #trace_section .sub_section_wrapper {
    margin-bottom: 0;
  }
  main.trace-temperature .section-1 #application #trace_section #available_width {
    height: 100%;
    flex: 1 1 auto;
  }
  main.trace-temperature .section-1 #application #trace_section .image_wrapper {
    height: 100%;
    margin-left: 20px;
    align-items: start;
  }
  main.trace-temperature .section-1 #application #trace_section .inline_label_space {
    width: 80px;
  }
  main.trace-temperature .section-1 #application #results_section .content {
    display: flex;
    flex-direction: row;
  }
  main.trace-temperature .section-1 #application #results_section .results_left_column {
    flex: 1 1 50%;
    margin-right: 20px;
  }
  main.trace-temperature .section-1 #application #results_section .results_left_column .results_wrapper {
    margin-bottom: 0;
  }
  main.trace-temperature .section-1 #application #results_section .results_right_column {
    flex: 1 1 50%;
  }
  main.trace-temperature .section-2 {
    padding: 70px 0;
  }
  main.trace-temperature .section-2 h2 {
    font-size: 25px;
  }
  main.trace-temperature .section-2 .ad-banner {
    margin-top: 70px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.trace-temperature .section-1 {
    padding: 100px 0;
  }
  main.trace-temperature .section-2 {
    padding: 100px 0;
  }
}
main.mosfet-power-losses .section-1 {
  padding: 50px 0;
}
main.mosfet-power-losses .section-1 h1 {
  color: #494949;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}
main.mosfet-power-losses .section-1 #application {
  margin-top: 50px;
  /*===============Calculator Navigation Buttons=========*/
}
main.mosfet-power-losses .section-1 #application .calculator_navigation_button_wrapper {
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main.mosfet-power-losses .section-1 #application .calculator_navigation_button_wrapper > div {
  flex: 0 0 42%;
  margin: 10px 10px;
  width: 120px;
  display: inline-block;
  border: 1px solid #494949;
  background-color: #ffffff;
  color: #494949;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  cursor: hand;
}
main.mosfet-power-losses .section-1 #application .calculator_navigation_button_wrapper > div:hover {
  background-color: #494949;
  color: #ffffff;
}
main.mosfet-power-losses .section-1 #application .calculator_navigation_button_wrapper > div.calculator_navigation_button_select {
  background-color: #494949;
  color: #ffffff;
}
main.mosfet-power-losses .section-1 #application .sections {
  background-color: #E9E8E8;
  padding: 20px;
  border: 1px solid #747474;
  position: relative;
}
main.mosfet-power-losses .section-1 #application .sub_section_wrapper {
  border: 1px dotted #B3B3B3;
  padding: 15px 20px 20px 20px;
  margin-bottom: 20px;
}
main.mosfet-power-losses .section-1 #application .section_header_text {
  font-size: 20px;
  color: #494949;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}
main.mosfet-power-losses .section-1 #application .error_message {
  background-color: #FFD6CC;
  color: #f24537;
  font-size: 13px;
  padding: 4px 8px 4px 8px;
  border-radius: 2px;
  margin-top: 10px;
}
main.mosfet-power-losses .section-1 #application .layer_table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
}
main.mosfet-power-losses .section-1 #application .layer_table td, main.mosfet-power-losses .section-1 #application .layer_table th {
  width: 200px;
  text-align: center;
}
main.mosfet-power-losses .section-1 #application .layer_table, main.mosfet-power-losses .section-1 #application td {
  height: 40px;
}
main.mosfet-power-losses .section-1 #application .layer_table th {
  height: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #494949;
}
main.mosfet-power-losses .section-1 #application .table_header {
  background-color: #B3B3B3;
  border: 3px solid #E9E8E8;
}
main.mosfet-power-losses .section-1 #application .component_layer_shape {
  width: 80px;
  display: block;
  margin: auto;
  background-color: #747474;
  border: 1px solid #494949;
  color: white;
  line-height: 30px;
}
main.mosfet-power-losses .section-1 #application .cond_shape {
  width: 110px;
  height: 15px;
  display: block;
  margin: auto;
  color: black;
  font-size: 12px;
  background-color: #ffb380;
  border: 1px solid #ff6600;
  line-height: 1.2;
}
main.mosfet-power-losses .section-1 #application .insulator_shape {
  width: 110px;
  height: 30px;
  display: block;
  margin: auto;
  background-color: #5bab39;
  border: 1px solid #4f7c3d;
}
main.mosfet-power-losses .section-1 #application .information_symbol {
  margin-left: 5px;
  color: #494949;
  font-weight: 100;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
}
main.mosfet-power-losses .section-1 #application input[type=radio] {
  margin-right: 10px;
}
main.mosfet-power-losses .section-1 #application .vertical_spacing_large {
  margin-bottom: 20px;
}
main.mosfet-power-losses .section-1 #application .vertical_spacing_small {
  margin-bottom: 10px;
}
main.mosfet-power-losses .section-1 #application .text_labels_dimensions {
  font-size: 15px;
  color: #494949;
}
main.mosfet-power-losses .section-1 #application .text_data_input {
  margin-left: 5px;
  margin-right: 5px;
  width: 120px;
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border: solid 1px #B3B3B3;
  background-color: #ffffff;
}
main.mosfet-power-losses .section-1 #application .text_data_input:disabled {
  background-color: #E9E8E8;
}
main.mosfet-power-losses .section-1 #application .dropdown_input {
  font-size: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}
main.mosfet-power-losses .section-1 #application .inline_label_space {
  display: inline-block;
  width: 80px;
  text-align: right;
}
main.mosfet-power-losses .section-1 #application .material_wrapper {
  display: inline-block;
}
main.mosfet-power-losses .section-1 #application .predefined_material_wrapper {
  margin-right: 50px;
}
main.mosfet-power-losses .section-1 #application .indented_input {
  margin-left: 20px;
}
main.mosfet-power-losses .section-1 #application .indented_input_2X {
  margin-left: 40px;
}
main.mosfet-power-losses .section-1 #application .orientation_sub_wrapper {
  display: inline-block;
  margin-right: 120px;
}
main.mosfet-power-losses .section-1 #application .orientation_sub_wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
main.mosfet-power-losses .section-1 #application .notes {
  font-size: 15px;
  color: #747474;
  font-style: italic;
}
main.mosfet-power-losses .section-1 #application #power_loss_section .image_wrapper {
  margin-bottom: 0;
  background: #fff;
  max-width: 700px;
}
main.mosfet-power-losses .section-1 #application #heatsink_section .image_wrapper {
  margin-bottom: 0;
  background: #fff;
  max-width: 401px;
}
main.mosfet-power-losses .section-1 #application #results_section .results_error_message {
  padding: 50px 5px;
  margin: 50px 0;
  color: #f24537;
  background-color: #ffffff;
  border: 1px dotted #B3B3B3;
  text-align: center;
}
main.mosfet-power-losses .section-1 #application #results_section .content {
  display: flex;
  justify-content: space-between;
}
main.mosfet-power-losses .section-1 #application #results_section .results_wrapper {
  display: block;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px dotted #B3B3B3;
}
main.mosfet-power-losses .section-1 #application #results_section .results_left_wrapper {
  display: inline-block;
  text-align: center;
}
main.mosfet-power-losses .section-1 #application #results_section .results_right_wrapper {
  display: inline-block;
  text-align: center;
}
main.mosfet-power-losses .section-1 #application #results_section .large_results_text {
  font-size: 32px;
  color: #494949;
}
main.mosfet-power-losses .section-1 #application #results_section .results_sub_wrapper {
  display: flex;
  justify-content: space-between;
}
main.mosfet-power-losses .section-1 #application #results_section .results_labels {
  color: #494949;
  font-size: 16px;
}
main.mosfet-power-losses .section-1 #application #results_section .results_dimensions_small {
  margin-left: 2px;
  color: #494949;
}
main.mosfet-power-losses .section-1 #application #results_section .results_value_small {
  color: #494949;
}
main.mosfet-power-losses .section-1 #application #results_section .results_line_spacing {
  margin-bottom: 6px;
}
main.mosfet-power-losses .section-2 {
  padding: 50px 0;
}
main.mosfet-power-losses .section-2 h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
main.mosfet-power-losses .section-2 .ad-banner {
  margin-top: 50px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  main.mosfet-power-losses .section-1 {
    padding: 70px 0;
  }
  main.mosfet-power-losses .section-1 h1 {
    font-size: 35px;
  }
  main.mosfet-power-losses .section-1 #application {
    /*===============Calculator Navigation Buttons=========*/
  }
  main.mosfet-power-losses .section-1 #application .calculator_navigation_button_wrapper {
    flex-wrap: nowrap;
    justify-content: start;
  }
  main.mosfet-power-losses .section-1 #application .calculator_navigation_button_wrapper > div {
    flex: 1 1 auto;
    margin: 0 10px 0 0;
  }
  main.mosfet-power-losses .section-1 #application #power_loss_section .sections {
    display: flex;
    align-items: start;
  }
  main.mosfet-power-losses .section-1 #application #power_loss_section .sub_section_wrapper {
    margin-bottom: 0;
  }
  main.mosfet-power-losses .section-1 #application #power_loss_section #available_width {
    flex: 1 1 auto;
  }
  main.mosfet-power-losses .section-1 #application #power_loss_section .image_wrapper {
    flex: 0 0 700px;
    margin-left: 20px;
    align-items: start;
  }
  main.mosfet-power-losses .section-1 #application #power_loss_section .inline_label_space {
    width: 80px;
  }
  main.mosfet-power-losses .section-1 #application #heatsink_section .sections {
    display: flex;
    flex-direction: row;
  }
  main.mosfet-power-losses .section-1 #application #heatsink_section .main_section {
    flex: 1 1 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  main.mosfet-power-losses .section-1 #application #heatsink_section .image_wrapper {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main.mosfet-power-losses .section-1 #application #heatsink_section .inline_label_space_sm {
    display: inline-block;
    width: 60px;
    text-align: right;
  }
  main.mosfet-power-losses .section-1 #application #results_section .content {
    display: flex;
    flex-direction: row;
  }
  main.mosfet-power-losses .section-1 #application #results_section #results_left_column {
    flex: 1 1 50%;
    max-width: 50%;
  }
  main.mosfet-power-losses .section-1 #application #results_section #results_left_column .results_wrapper {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  main.mosfet-power-losses .section-1 #application #results_section #results_right_column {
    flex: 1 1 50%;
    margin-left: 20px;
  }
  main.mosfet-power-losses .section-1 #application #results_section #results_right_column .results_wrapper {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  main.mosfet-power-losses .section-2 {
    padding: 70px 0;
  }
  main.mosfet-power-losses .section-2 h2 {
    font-size: 25px;
  }
  main.mosfet-power-losses .section-2 .ad-banner {
    margin-top: 70px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  main.mosfet-power-losses .section-1 {
    padding: 100px 0;
  }
  main.mosfet-power-losses .section-2 {
    padding: 100px 0;
  }
}
footer {
  text-align: center;
}
footer .top-row {
  padding: 50px 0;
  background: #444;
}
footer .top-row .logo {
  margin-bottom: 10px;
  display: inline-block;
}
footer .top-row .copyright {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 30px;
  padding-top: 12px;
  border-top: 1px solid #565656;
  display: inline-block;
  margin-top: 10px;
}
footer .top-row .widget {
  margin-bottom: 30px;
}
footer .top-row .widget h3 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
footer .top-row .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .top-row .widget ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
footer .top-row .widget ul li a {
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
  font-weight: 200;
  font-size: 16px;
  text-transform: capitalize;
}
footer .top-row .widget ul li a:hover {
  color: #afafaf;
}
footer .bottom-row {
  background: #2e2e2e;
  color: #727272;
  padding: 20px 0;
  font-size: 14px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  footer .top-row {
    text-align: start;
  }
  footer .top-row .widget {
    margin-bottom: 0;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  footer .top-row {
    padding: 70px 0;
    text-align: start;
  }
  footer .top-row .copyright {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */