h1,h2,h3,h4,h5 {
    margin: 0.3em 0 1em;
    line-height: 1.5em !important;
}
a{
    color:#1da64c;
}
h1 {
    font: 700 24px/28px TeXGyreAdventor,Arial,sans-serif;
}
h2 {
    font: 700 20px/24px TeXGyreAdventor,Arial,sans-serif;
}
h3 {
    font: 700 18px/21px TeXGyreAdventor,Arial,sans-serif;
}
.align-center{
    width: 100% !important;
    text-align: center;
}
em{
    font-style: italic;
}
em strong{
    font-style: oblique;
}
strong{
    font-weight: bold !important;
}
p {
    line-height: 1.8em !important;
    padding-bottom: 15px;
    margin: 0;
}
table {
    max-width: 100%;
    margin: 0 auto 15px;
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td{
    border: 1px solid #ccc;
    padding: 5px;
}
ul, ul li {
    margin-left: 10px;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
ul li {
    margin-left: 30px;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
ol {
    padding: 0 0 0 15px;
    margin: 0;
}
ol li {
    margin-left: 30px;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}
img {
    max-width: 100%;
    height: auto;
    display: table;
    margin:0 auto;
}
blockquote {
    margin-left: 20px;
    font-style: italic;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}