@font-face {
  font-family: MerriReg;
  src: url('fonts/Merriweather-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: MerriLight;
  src: url('fonts/Merriweather-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RoboBold;
  src: url('fonts/Roboto-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: RoboReg;
  src: url('fonts/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
p,
h1,
h2,
h3,
span,
a,
li {
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}
h1 {
  font-family: MerriReg;
  color: rgba(30, 20, 0, 0.75);
  font-size: 18px;
  line-height: 55px;
}
h2 {
  font-family: MerriLight;
  font-size: 24px;
  color: rgba(30, 20, 0, 0.7);
  line-height: 40px;
}
h3 {
  font-family: RoboBold;
  color: rgba(30, 20, 0, 0.7);
  font-size: 12px;
}
p,
li {
  font-family: RoboReg;
  color: rgba(30, 20, 0, 0.7);
  font-size: 12px;
  line-height: 18px;
}
a {
  text-decoration: none;
  width: auto;
  color: inherit;
}
b {
  font-family: RoboBold;
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  padding-left: 25px;
}
html {
  background: rgba(30, 20, 0, 0.05);
  height: 100%;
}
.basic {
  margin: 0 10%;
}
body {
  height: 100%;
}
body #main-con {
  min-width: 600px;
}
body #main-con #header-con {
  position: fixed;
  width: 80%;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  padding: 0 10%;
}
body #main-con #header-con #img {
  background: transparent url('images/plot.png') no-repeat;
  height: 50px;
  width: 50px;
  background-size: 100%;
  float: left;
}
body #main-con #header-con #title {
  width: 95px;
  float: left;
}
body #main-con #header-con #title h1 {
  padding-left: 10px;
}
body #main-con #header-con #links div {
  float: right;
  background: #ffa01e;
  height: 30px;
  margin: 10px 0 0 5px;
  width: 200px;
}
body #main-con #header-con #links div h1 {
  font-family: RoboReg;
  color: white;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
}
body #main-con #header-con #button {
  float: right;
}
body #main-con #header-con #button input {
  margin-top: 5px;
  height: 40px;
  border-radius: 0;
  background: #ff8727;
  border: 0px;
  font-family: RoboReg;
  font-size: 14px;
  color: white;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  padding: 0 10px;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
body #main-con #header-con #button input:hover {
  opacity: .8;
}
body #main-con #intro {
  padding: 95px 0 40px 0;
}
body #main-con #intro.manual {
  padding: 95px 0 0px 0;
}
body #main-con #intro.manual h2 {
  font-size: 28px;
  margin: 40px 0;
}
body #main-con #body-con {
  position: relative;
}
body #main-con #body-con #download-info {
  width: 50%;
}
body #main-con #body-con #download-info #download-it {
  text-align: left;
  margin: 0px 0px 10px 20px;
}
body #main-con #body-con #download-info #download-it p span {
  font-family: roboBold;
}
body #main-con #body-con #download-info #download-links {
  height: 25px;
  margin-bottom: 20px;
}
body #main-con #body-con #download-info #download-links .links {
  float: left;
  text-align: center;
  width: 120px;
}
body #main-con #body-con #download-info #download-links .links h1 {
  color: rgba(30, 20, 0, 0.65);
  line-height: 25px;
}
body #main-con #body-con #download-info #download-links .links h1 a {
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body #main-con #body-con #download-info #download-links .links h1 a:hover {
  color: #278dd2;
}
body #main-con #body-con #download-info img {
  width: 100%;
  margin-left: -4%;
}
body #main-con #body-con #download-info #image {
  background: transparent url('images/screenshot.png') no-repeat;
  width: 48%;
  height: auto;
  background-size: 100%;
}
body #main-con #body-con .topic {
  margin-bottom: 30px;
}
body #main-con #body-con .topic h3,
body #main-con #body-con .topic p {
  margin: 5px 0;
}
body #main-con #body-con #manual-contents h1,
body #main-con #body-con #manual-contents h2,
body #main-con #body-con #manual-contents h3,
body #main-con #body-con #manual-contents p {
  width: 70%;
}
body #main-con #body-con #manual-contents h1 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 45px;
}
body #main-con #body-con #manual-contents p {
  margin: 10px 0;
}
body #main-con #body-con #manual-contents a {
  color: #278dd2;
}
body #main-con #body-con #manual-contents a:hover {
  text-decoration: underline;
}
body #main-con #body-con #manual-contents h3 {
  margin: 20px 0 10px 0;
}
body #main-con #body-con #manual-contents img {
  width: auto;
  max-width: 70%;
  height: auto;
}
body #main-con #body-con #manual-contents .section {
  border-top: 1px solid rgba(30, 20, 0, 0.2);
  margin: 30px 0;
}
body #main-con #body-con #manual-contents .section#guideline {
  height: 340px;
  min-width: 700px;
}
body #main-con #body-con #manual-contents .section .category {
  float: left;
  width: 200px;
  height: 200px;
  background: white;
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  box-shadow: 0px 0px 5px 3px rgba(30, 20, 0, 0.1);
  position: relative;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
body #main-con #body-con #manual-contents .section .category:hover {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(30, 20, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 5px rgba(30, 20, 0, 0.1);
  box-shadow: 0px 0px 5px 5px rgba(30, 20, 0, 0.1);
}
body #main-con #body-con #manual-contents .section .category h4 {
  font-family: MerriLight;
  font-size: 18px;
  padding: 0 10px;
  color: rgba(30, 20, 0, 0.8);
}
body #main-con #body-con #manual-contents .section .category h1 {
  font-family: RoboReg;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 15px;
  position: absolute;
  bottom: 0px;
  line-height: 50px;
  color: white;
}
body #main-con #body-con #manual-contents .section .category .color {
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0px;
}
body #main-con #body-con #manual-contents .section .category#bio .color,
body #main-con #body-con #manual-contents .section .category#bio h1 {
  background: #009b7b;
}
body #main-con #body-con #manual-contents .section .category#social .color,
body #main-con #body-con #manual-contents .section .category#social h1 {
  background: #2a528b;
}
body #main-con #body-con #manual-contents .section .category#financial .color,
body #main-con #body-con #manual-contents .section .category#financial h1 {
  background: #880106;
}
body #main-con #body-con #instructions {
  width: 48%;
  position: absolute;
  right: 0;
  top: 92px;
}
body #main-con #body-con #instructions a {
  color: #278dd2;
}
body #main-con #body-con #instructions a:hover {
  text-decoration: underline;
}
body #main-con #body-con #more-info {
  margin-top: 20px;
  position: relative;
}
body #main-con #body-con #more-info .topic h3 {
  margin-top: 0;
}
body #main-con #body-con #more-info #about {
  position: absolute;
  width: 48%;
}
body #main-con #body-con #more-info #about a {
  color: #278dd2;
}
body #main-con #body-con #more-info #about a:hover {
  text-decoration: underline;
}
body #main-con #body-con #more-info #reading {
  float: right;
  width: 48%;
}
body #main-con #body-con #more-info #reading a {
  color: #278dd2;
}
body #main-con #body-con #more-info #reading a:hover {
  text-decoration: underline;
}
body #main-con #body-con form ::-webkit-input-placeholder {
  color: white;
}
body #main-con #body-con form :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
body #main-con #body-con form ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
body #main-con #body-con form :-ms-input-placeholder {
  color: white;
}
body #main-con #body-con form input {
  padding: 15px;
  margin: 5px 0;
  border: 1px solid white;
  background: rgba(30, 20, 0, 0.2);
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 14px;
}
body #main-con #body-con form input[type="submit"] {
  width: 100px;
  line-height: 15px;
  background: #278dd2;
  color: white;
  border: 0px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
body #main-con #footer {
  border-top: 1px solid rgba(30, 20, 0, 0.25);
  height: 50px;
  margin-top: 30px;
}
body #main-con #footer p {
  line-height: 50px;
}
