/* Common */
body,
input,
select,
optgroup,
textarea {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #2D3748;
}

.container {
  max-width: 1424px;
}

h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}

h5 {
  font-size: 22px;
}

.entry-title {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

a {
  text-decoration: none;
  color: #2D3748;
}

a:hover {
  text-decoration: underline;
  color: #2B6CB0;
}

img {
  max-width: 100%;
}

.img-border {
  border: 1px solid #eee;
}

section {
  margin-bottom: 80px;
}

.red {
  color: #F00;
}

.warning-note {
  font-size: 15px;
}

.borderclass {
  border: 1px solid #DDD;
  padding: 15px;
}

/**************************************** Home Start ****************************************/
.main-wrapper {
  margin: 0;
}

.main .primary-sidebar {
  background: none repeat scroll 0 0 #fff;
  -webkit-box-shadow: 0px 0px 15px #BCBCBC;
          box-shadow: 0px 0px 15px #BCBCBC;
  height: 100%;
  left: 0;
  position: fixed;
  width: 18%;
  overflow-y: auto;
  padding: 30px;
}
.main .primary-sidebar .logo {
  margin: -30px -30px 30px;
  padding: 30px;
  background-color: #f5f5f5;
}
.main .primary-sidebar h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.main .primary-sidebar .column {
  margin-bottom: 1.8em;
}
.main .primary-sidebar .column ul {
  padding-left: 0.5em;
  margin: 0 0 1.5em 1.5em;
}
.main .primary-sidebar .column ul li + li {
  margin-top: 2px;
}
.main .content {
  width: 82%;
  padding: 50px;
  margin-left: 18%;
}