@media only screen and (max-width: 576px) {
  section, footer {
    top: 68px;
  }
}

@media only screen and (min-width: 576px) {
  section, footer {
    top: 74px;
  }
}

@media only screen and (min-width: 1024px) {
  section, footer {
    top: 96px;
  }
}

@media only screen and (min-width: 1250px) {
  section, footer {
    top: 102px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:link, a:active, a:visited {
  color: #1e8cf3;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #FD8E50 !important;
}

body {
  color: #333 !important;
  margin: 0;
  overflow-y: scroll;
}

footer {
  background-color: #192A45;
  position: relative;
  z-index: 20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}

header {
  position: relative;
  z-index: 30;
}

iframe {
  border: none;
  display: block;
  margin: 0;
}

img {
  display: block;
  width: 100%;
}

input[type="checkbox"] {
  margin: 3px;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"], input[type="file"], input[type="password"], input[type="date"], input[type="tel"], input[type="email"] {
  margin: 0;
  outline: none;
  padding: 5px;
  width: 200px;
  border: 1px solid #000;
}

input[type="text"]:focus, input[type="tel"]:focus {
  outline: none;
}

input[type="password"] {
  outline: none;
}

input[type="password"]:focus {
  outline: none;
}

p {
  margin: 0;
}

section {
  min-height: 600px;
  position: relative;
  z-index: 5;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  padding: 0;
  vertical-align: top;
}

textarea {
  height: 150px;
  outline: none;
  padding: 3px;
  width: 400px;
}

input,
textarea {
  outline: none !important;
}

.from_editor_div img {
  display: inline-block !important;
}

label {
  cursor: pointer;
}
/*# sourceMappingURL=html_tags.css.map */