@charset "utf-8";
/* CSS Document */
#sharp_container {
  width: 100%;
  height: 100%;
}
#sharp_container .skin_width {
  padding-top: 40px;
  padding-bottom: 40px;
}
#sec1_container, #sec2_container, #sec3_container, #sec4_container, #sec5_container, #sec6_container {
  width: 100%;
  margin: 0px;
  /*	padding: 40px 0px;*/
  overflow: hidden;
}
#sec1, #sec2, #sec3, #sec4, #sec5, #sec6 {
  width: 100%;
  height: auto;
  max-width: 1024px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
#sec1_container .skin_width {
  min-height: 380px;
}
#sec2_container {
  background-color: #1c4280;
  height: auto;
}
#sec3_container {
  height: auto;
}
#sec4_container {
  background: #EBE9E9;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  height: auto;
}
#head_Container {
  padding-top: 50px;
  background-color: #1c4280;
  min-height: 300px;
}
#micas_header {
  overflow: auto;
  margin: 0px auto;
  text-align: center;
}
#micas_header h1 {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Tahoma, sans-serif;
}
#sec2_container h2, #sec3_container h2, #sec4_container h2, #sec5_container h2 {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Tahoma, sans-serif;
}
#sec2_container h2 {
  font-size: 24px;
}
#sec2_container h3 {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat', Arial, Tahoma, sans-serif;
}
#micas_header h3, #sec2_container h2 {
  color: #FFFFFF;
  text-align: center;
}
#mfp {
  /* background-image:url(/portals/0/assets/images/micas_mfp.png);*/
  position: absolute;
  bottom: 0;
  right: 0;
}
#sec1_content {
  margin-top: 50px;
}
#sec2_content, #sec4_content {
  margin-top: 30px;
}
.sec2_sections {
  background-color: #E8E8E8;
  padding: 35px 55px;
  height: 300px;
  text-align: center;
  color: #393838;
}
#white_paper {
  text-align: center;
}
@media handheld, only screen and (max-width: 990px) {
    .sec2_sections {
    padding: 15px 15px;
    
  }  
    
}


@media handheld, only screen and (max-width: 767px) {
  #sec1_content {
    margin: 50px 0px 20px 0px;
  }
  #sec4_image, #sec5_content #sec-image {
    text-align: center;
  }
  .sec2_sections {
    padding: 15px 15px;
    height: auto;
  }
}