body {
  color: #5B5B5B;
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  background: #f7f7f7;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
ul {
  margin: 0;
  list-style-type: none;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
  color: #5B5B5B;
}
a:hover {
  text-decoration: none !important;
  outline: none;
}
::hover, :hover {
  -webkit-transition: all .4s ease !important;
  transition: all .4s ease !important;
  text-decoration: none !important;
  outline: none !important;
}
a:active, a:hover {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #fff;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  outline: none;
  margin: 0;
}
button {
  overflow: visible;
  &:hover {
    -webkit-transition: all .4s ease !important;
    transition: all .4s ease !important;
  }
}
button, select {
  text-transform: none;
}
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
label {
  color: #666666;
  font-size: 11px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type='text'],
input[type='number'],
input[type='password'] {
  text-align: center;
}
input[type='text'] {
  padding: 10px 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #5B5B5B;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  td, th {
    padding: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
input {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  height: 30px;
  &:active, &:focus {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
}
::-webkit-input-placeholder {
  font-weight: 300;
}
::-moz-placeholder {
  font-weight: 300;
}
:-ms-input-placeholder {
  font-weight: 300;
}
:-moz-placeholder {
  font-weight: 300;
}
.centered {
  text-align: center;
}
.builder-content {
  overflow: hidden;
  ul {
    list-style: disc;
    padding: 0 !important;
    margin: 10px 0px 10px 30px !important;
  }
  ol {

    padding: 0 !important;
    margin: 10px 0px 10px 30px !important;
  }
}
blockquote {
  margin: 20px 0px;
  font-size: 20px !important;
  padding: 1.5em 15px;
  quotes: '“' '';
}
blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.1em;
  vertical-align: -0.4em;
}

// Custom ScrollBar
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
}
::-webkit-scrollbar-thumb {
  background: #5B5B5B;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

h1 {
  font-size: 30px;
  line-height: 1.5em;
}
h2 {
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 300;
}
h3 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}
h5 {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
}
h6 {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
}
p, span, .gjs-row, .gjs-cell, div, li, ol {
  font-size: 15px !important;
  line-height: 1.4em;
}
