@charset "UTF-8";
/* CSS Document */
body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}
/* Mobile Layout: 480px and below. */
.sections {
  position: relative;
  clear: both;
  float: left;
  display: block;
  width: 396px;
}
.sectionsCard {
  position: relative;
  clear: both;
  float: left;
  display: block;
  width: 396px;
}
.section1div {
  clear: both;
  float: left;
  display: block;
  width: 396px;
}
.sectionText2div {
  clear: none;
  float: none;
  display: block;
  box-sizing: border-box;
  width: 396px;
  margin-bottom: 12px;
  margin-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
}
.section2div {
  clear: none;
  float: left;
  display: block;
  box-sizing: border-box;
  width: 396px;
  margin-bottom: 64px;
}
.section3div {
  clear: both;
  float: left;
  display: block;
  width: 396px;
}
.section4div {
  clear: both;
  float: left;
  display: block;
  width: 396px;
}
.hide_mobile {
  display: none;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
  .sections {
    position: relative;
    clear: both;
    float: left;
    display: block;
    width: 480px;
  }
  .sectionsCard {
    position: relative;
    clear: both;
    float: left;
    display: block;
    width: 480px;
  }
  .section1div {
    clear: both;
    float: left;
    display: block;
    width: 480px;
  }
  .sectionText2div {
    clear: none;
    float: none;
    display: block;
    box-sizing: border-box;
    width: 480px;
    margin-bottom: 12px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section2div {
    clear: none;
    float: left;
    display: block;
    box-sizing: border-box;
    width: 480px;
    margin-bottom: 64px;
  }
  .section3div {
    clear: none;
    float: left;
    display: block;
    width: 160px;
  }
  .section4div {
    clear: none;
    float: left;
    display: block;
    width: 120px;
  }
  .hide_tablet {
    display: none;
  }
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
  .sections {
    position: relative;
    clear: both;
    float: left;
    display: block;
    width: 768px;
  }
  .sectionsCard {
    position: relative;
    clear: both;
    float: left;
    display: block;
    width: 768px;
  }
  .section1div {
    clear: both;
    float: left;
    display: block;
    width: 768px;
  }
  .sectionText2div {
    clear: none;
    float: none;
    display: block;
    box-sizing: border-box;
    width: 768px;
    margin-bottom: 12px;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section2div {
    clear: none;
    float: left;
    display: block;
    box-sizing: border-box;
    width: 768px;
    margin-bottom: 64px;
  }
  .section3div {
    clear: none;
    float: left;
    display: block;
    width: 256px;
  }
  .section4div {
    clear: none;
    float: left;
    display: block;
    width: 192px;
  }
  .hide_desktop {
    display: none;
  }
}