/* ----------------------------- Colors ------------------------------- */
html {
  font-size: 17px;
  font-family: Myriad Pro, Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  display: block;
}

div.centralizing {
  float: none;
  display: block !important;
  width: calc(100% - 20px);
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 0 10px;
}

header, main, aside, footer, div,
article, section, nav,
address,
figure, figcaption, caption, canvas, iframe, video,
ul, ol, dl,
form, fieldset, legend, textarea table {
  float: left;
  display: block;
}

img {
  float: left;
  width: 100%;
}

ul {
  list-style: none;
}

body > header {
  float: left;
  width: 100% !important;
  height: auto !important;
}

body > section#slider {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0 !important;
}
body > section#slider > div.centralizing {
  height: 282px;
  margin: 20px;
}
body > section#messages {
  float: left;
  width: 100%;
  height: auto;
  padding: 0px 0;
  text-align: center;
}
body > section#messages > p {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  padding: 14px 0 10px 0;
  text-align: center;
  border-style: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
}

body > footer {
  float: left;
  width: 100% !important;
  margin: 0 !important;
}

@media screen and (max-width: 819px) {
  body > header > div.centralizing {
    height: 61px !important;
    margin: 0;
    padding: 0;
    width: 100% !important;
  }
  body > header h1 {
    float: left;
    width: 50%;
    max-width: 232px !important;
    min-width: 210px;
    height: 100% !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header h1 a {
    float: left;
    display: block !important;
    width: 100% !important;
    height: auto;
    padding-left: 10px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header h1 a img {
    float: left;
    width: 100%;
    height: auto;
    padding: 19px 0;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header #bt_menu_top {
    float: right;
    display: block;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    color: rgb(0, 8, 73);
    margin: 12px 21px 0 0;
    padding: 10px 14px;
    background-color: rgb(255, 255, 255);
    cursor: pointer !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  body > header nav {
    float: left;
    display: none;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header nav div {
    float: left;
    width: 100%;
    height: 100%;
    max-width: 54px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header nav div img {
    float: left;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 17px 10px;
    padding: 0;
  }
  body > header nav ul, body > header nav ol {
    float: left;
    display: block;
  }
  body > header nav ul li, body > header nav ol li {
    float: left;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header nav ul li a, body > header nav ol li a {
    float: left;
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header nav > ul, body > header nav ol {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header nav > ul > li, body > header nav ol > li {
    width: 100%;
    height: auto;
  }
  body > header nav > ul > li > a, body > header nav ol > li > a {
    padding: 7px 0;
    text-align: center;
  }
  body > header nav > ul > li ul, body > header nav > ul > li ol, body > header nav ol > li ul, body > header nav ol > li ol {
    float: left;
    width: 100%;
    height: auto !important;
    padding: 0;
    margin-top: 0px;
    margin-left: 0px;
  }
  body > header nav > ul > li > ul, body > header nav > ul > li > ol, body > header nav ol > li > ul, body > header nav ol > li > ol {
    display: block;
    margin: 0;
    padding: 0;
  }
  body > header nav > ul > li > ul li, body > header nav > ul > li > ol li, body > header nav ol > li > ul li, body > header nav ol > li > ol li {
    width: 100% !important;
    height: auto;
  }
  body > header nav > ul > li > ul li a, body > header nav > ul > li > ol li a, body > header nav ol > li > ul li a, body > header nav ol > li > ol li a {
    padding: 7px 0;
    text-align: center;
  }
  body > header nav > ul > li > ul li > ul, body > header nav > ul > li > ul li > ol, body > header nav > ul > li > ol li > ul, body > header nav > ul > li > ol li > ol, body > header nav ol > li > ul li > ul, body > header nav ol > li > ul li > ol, body > header nav ol > li > ol li > ul, body > header nav ol > li > ol li > ol {
    display: block;
    margin: 0;
    padding: 0;
  }
  body > header nav > ul > li > ul li:hover > ul, body > header nav > ul > li > ul li:hover > ol, body > header nav > ul > li > ol li:hover > ul, body > header nav > ul > li > ol li:hover > ol, body > header nav ol > li > ul li:hover > ul, body > header nav ol > li > ul li:hover > ol, body > header nav ol > li > ol li:hover > ul, body > header nav ol > li > ol li:hover > ol {
    display: block !important;
  }
  body > header nav > ul > li:hover > ul, body > header nav > ul > li:hover > ol, body > header nav ol > li:hover > ul, body > header nav ol > li:hover > ol {
    display: block;
  }
}
@media screen and (min-width: 820px) {
  body > header > div.centralizing {
    height: 70px !important;
  }
  body > header h1 {
    float: left;
    width: 28%;
    max-width: 232px !important;
    min-width: 232px !important;
    height: 100% !important;
    margin-left: 10px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header h1 a {
    float: left;
    display: inline-block !important;
    width: 100% !important;
    height: auto;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header h1 a img {
    float: left;
    width: 100%;
    height: auto;
    padding: 19px 0;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header #bt_menu_top {
    display: none !important;
  }
  body > header nav {
    float: right;
    width: calc(71% - 10px) !important;
    height: 100% !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header nav div {
    float: right;
    width: 30%;
    height: 100%;
    max-width: 54px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header nav div img {
    float: left;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 17px 10px;
    padding: 0;
  }
  body > header nav ul, body > header nav ol {
    float: left;
    display: block;
  }
  body > header nav ul li, body > header nav ol li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header nav ul li a, body > header nav ol li a {
    float: left;
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header nav > ul, body > header nav > ol {
    width: auto !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body > header nav > ul > li, body > header nav > ol > li {
    width: auto !important;
    height: 100% !important;
  }
  body > header nav > ul > li > a, body > header nav > ol > li > a {
    padding: 24px 12px !important;
  }
  body > header nav > ul > li ul, body > header nav > ul > li ol, body > header nav > ol > li ul, body > header nav > ol > li ol {
    float: left;
    position: absolute;
    width: 170px !important;
    height: auto !important;
    padding: 0;
    margin-top: 0px;
    margin-left: 0px;
  }
  body > header nav > ul > li > ul, body > header nav > ul > li > ol, body > header nav > ol > li > ul, body > header nav > ol > li > ol {
    display: none;
    margin: 68px 0 0 -2px !important;
    padding: 10px 0 5px 0;
  }
  body > header nav > ul > li > ul li, body > header nav > ul > li > ol li, body > header nav > ol > li > ul li, body > header nav > ol > li > ol li {
    width: 100% !important;
    height: auto;
  }
  body > header nav > ul > li > ul li a, body > header nav > ul > li > ol li a, body > header nav > ol > li > ul li a, body > header nav > ol > li > ol li a {
    width: 100% !important;
    padding: 10px 10px !important;
  }
  body > header nav > ul > li > ul li > ul, body > header nav > ul > li > ul li > ol, body > header nav > ul > li > ol li > ul, body > header nav > ul > li > ol li > ol, body > header nav > ol > li > ul li > ul, body > header nav > ol > li > ul li > ol, body > header nav > ol > li > ol li > ul, body > header nav > ol > li > ol li > ol {
    display: none;
    margin: -5px 0 0 170px !important;
    padding: 5px 0 5px 0;
  }
  body > header nav > ul > li > ul li:hover > ul, body > header nav > ul > li > ul li:hover > ol, body > header nav > ul > li > ol li:hover > ul, body > header nav > ul > li > ol li:hover > ol, body > header nav > ol > li > ul li:hover > ul, body > header nav > ol > li > ul li:hover > ol, body > header nav > ol > li > ol li:hover > ul, body > header nav > ol > li > ol li:hover > ol {
    display: block !important;
  }
  body > header nav > ul > li:hover > ul, body > header nav > ul > li:hover > ol, body > header nav > ol > li:hover > ul, body > header nav > ol > li:hover > ol {
    display: block;
  }
}
@media screen and (max-width: 819px) {
  body main {
    width: 100% !important;
  }
}
body main article {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0 0 17px 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-home figure {
  float: left;
  width: 100%;
  height: 250px !important;
  margin: 0 0 10px 0;
  padding: 0;
}
body main article.article-home figure a {
  float: left;
  display: block !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body main article.article-home figure img {
  float: left;
  display: block !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body main article.article-home figure span {
  float: right;
  width: auto;
  height: auto;
  margin: -250px 0 0 0;
  padding: 0px 10px 5px 20px;
}
body main article.article-home h1 {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
}
body main article.article-home p {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
body main article.article-home p.info {
  float: right;
  width: auto;
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body main article.article-home p.info span, body main article.article-home p.info a {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 14px 0 14px;
}
body main article.article-home p.info span:first-child, body main article.article-home p.info a:first-child {
  padding-left: 0;
}
body main article.article-home p.info span:last-child, body main article.article-home p.info a:last-child {
  padding-right: 0;
}
body main article.article-post-author {
  padding: 17px 17px !important;
}
body main article.article-post-author h1, body main article.article-post-author h2, body main article.article-post-author h3, body main article.article-post-author h4, body main article.article-post-author h5, body main article.article-post-author h6 {
  float: left;
  width: calc(100% - 190px);
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
}
body main article.article-post-author figure {
  float: left;
  width: 170px;
  height: 170px !important;
  margin: 0 10px 10px 0;
  padding: 0;
}
body main article.article-post-author figure img {
  float: left;
  width: 100%;
  height: 100% !important;
  margin: 0 0 0px 0;
  padding: 0;
}
body main article.article-post {
  padding: 10px 17px !important;
}
body main article.article-post figure {
  float: left;
  width: 100%;
  height: auto !important;
  margin: 0 0 10px 0;
  padding: 0;
}
body main article.article-post figure a {
  float: left;
  display: block !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body main article.article-post figure img {
  float: left;
  display: block !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body main article.article-post figure span {
  float: right;
  width: auto;
  height: auto;
  margin: -250px 0 0 0;
  padding: 0px 10px 5px 20px;
}
body main article.article-post h1, body main article.article-post h2, body main article.article-post h3, body main article.article-post h4, body main article.article-post h5, body main article.article-post h6 {
  float: left;
  width: 100%;
  height: auto;
  margin: 7px 0 10px 0;
  padding: 0;
}
body main article.article-post > nav {
  padding: max(1vw, 1rem);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0.5vh 0 3vh 0;
}
body main article.article-post > nav li {
  margin: 0 0 max(2vh, 0.7rem) 0;
}
body main article.article-post > nav li:last-child {
  margin-bottom: 0;
}
body main article.article-post p {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0;
}
body main article.article-post p.message-text {
  padding: 10px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post p.info {
  float: right;
  width: auto;
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body main article.article-post p.info span, body main article.article-post p.info a {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 17px 0 17px;
}
body main article.article-post p.info span:first-child, body main article.article-post p.info a:first-child {
  padding-left: 0;
}
body main article.article-post p.info span:last-child, body main article.article-post p.info a:last-child {
  padding-right: 0;
}
body main article.article-post form {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post form fieldset {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  margin: 0 0 10px 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post form label {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 10px 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post form input {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 7px 10px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post form input[type=submit] {
  float: right;
  width: auto;
  white-space: normal;
  cursor: pointer !important;
}
body main article.article-post form button[type=submit] {
  float: right;
  width: auto;
  white-space: normal;
  cursor: pointer !important;
}
body main article.article-post form textarea {
  display: block;
  width: 100%;
  height: auto;
  min-height: 120px;
  margin: 0 0 10px 0;
  padding: 7px 10px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post div.article-post-form {
  width: 100%;
  height: auto;
  margin: 10px 0 10px 0;
  padding: 0px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post div.article-post-form h1, body main article.article-post div.article-post-form h2, body main article.article-post div.article-post-form h3, body main article.article-post div.article-post-form h4, body main article.article-post div.article-post-form h5, body main article.article-post div.article-post-form h6, body main article.article-post div.article-post-form p {
  width: 100%;
}
body main article.article-post div.article-post-form form {
  width: 100%;
  height: auto;
  margin: 0px 0 10px 0;
  padding: 10px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post div.article-post-form form input[type=hidden] {
  display: block !important;
  width: 0px;
  height: 0px;
}
body main article.article-post div.article-post-form form input[type=text], body main article.article-post div.article-post-form form input[type=email] {
  width: 100% !important;
  margin: 0 0 10px 0;
  padding: 3px 7px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post div.article-post-form form input[type=submit] {
  width: 100% !important;
  padding: 10px;
  white-space: normal;
}
body main article.article-post div.article-post-form form button[type=submit] {
  width: 100% !important;
  padding: 10px;
  white-space: normal;
}
body main article.article-post div.article-accordion-list {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 17px 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
body main article.article-post div.article-accordion-list:first-child {
  margin-top: 10px;
}
body main article.article-post div.article-accordion-list:last-child {
  margin-bottom: 10px;
}
body main article.article-post div.article-accordion-list p, body main article.article-post div.article-accordion-list ul, body main article.article-post div.article-accordion-list ol, body main article.article-post div.article-accordion-list li {
  transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post div.article-accordion-list h1, body main article.article-post div.article-accordion-list h2, body main article.article-post div.article-accordion-list h3, body main article.article-post div.article-accordion-list h4, body main article.article-post div.article-accordion-list h5, body main article.article-post div.article-accordion-list h6 {
  float: left !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(0, 0, 0);
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post div.article-accordion-list h2 {
  cursor: pointer !important;
}
body main article.article-post div.article-accordion-list p {
  float: left !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
}
body main article.article-post div.article-accordion-list > ul, body main article.article-post div.article-accordion-list > ol {
  float: left !important;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none !important;
}
body main article.article-post div.article-accordion-list > ul > li, body main article.article-post div.article-accordion-list > ol > li {
  float: left !important;
  display: block;
  width: 100%;
  margin: 0;
}
body main article.article-post div.article-accordion-list.open p, body main article.article-post div.article-accordion-list.open ul, body main article.article-post div.article-accordion-list.open ol, body main article.article-post div.article-accordion-list.open li {
  transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}
body main article.article-post div.article-accordion-list.open h1, body main article.article-post div.article-accordion-list.open h2, body main article.article-post div.article-accordion-list.open h3, body main article.article-post div.article-accordion-list.open h4, body main article.article-post div.article-accordion-list.open h5, body main article.article-post div.article-accordion-list.open h6 {
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
body main article.article-post div.article-accordion-list.open p {
  height: auto !important;
  padding: 10px 10px !important;
}
body main article.article-post div.article-accordion-list.open > ul, body main article.article-post div.article-accordion-list.open > ol {
  height: auto;
  overflow: visible;
}
body main article.article-post div.article-accordion-list.open > ul > li, body main article.article-post div.article-accordion-list.open > ol > li {
  height: auto;
  color: rgb(0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 7px !important;
  padding-top: 7px !important;
}
body main article.article-post div.article-accordion-list.closed h1, body main article.article-post div.article-accordion-list.closed h2, body main article.article-post div.article-accordion-list.closed h3, body main article.article-post div.article-accordion-list.closed h4, body main article.article-post div.article-accordion-list.closed h5, body main article.article-post div.article-accordion-list.closed h6 {
  border-color: rgba(0, 0, 0, 0) !important;
}
body main article.article-post div.article-accordion-list.closed p {
  height: 0;
  padding: 0;
  padding: 0 10px !important;
}
body main article.article-post div.article-accordion-list.closed > ul, body main article.article-post div.article-accordion-list.closed > ol {
  height: 0;
  overflow: hidden;
}
body main article.article-post div.article-accordion-list.closed > ul > li, body main article.article-post div.article-accordion-list.closed > ol > li {
  height: 0;
  color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-top: 0;
}
body main article.article-post div.article-accordion-list .listra {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
body main article.article-post iframe {
  margin: 10px 0 17px 0;
}
body main article.article-post ul, body main article.article-post ol {
  width: calc(100% - 20px);
  height: auto;
  margin: 10px 0 10px 20px;
  padding: 0;
  list-style-type: disc;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post ul li, body main article.article-post ol li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 4px 0;
  text-align: justify;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post ul li ul, body main article.article-post ul li ol, body main article.article-post ol li ul, body main article.article-post ol li ol {
  width: 100%;
  height: auto;
  margin: 5px 0 5px 20px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article.article-post pre {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0 0 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05) !important;
  white-space: normal !important;
  word-break: all !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main article section.article-midia-channel ul, body main article section.article-midia-channel ol, body main article div.article-midia-channel ul, body main article div.article-midia-channel ol {
  float: left;
  width: 100% !important;
  height: auto;
  margin: 0px 0 0 0;
  padding: 0px;
  list-style: none;
}
body main article section.article-midia-channel ul li, body main article section.article-midia-channel ol li, body main article div.article-midia-channel ul li, body main article div.article-midia-channel ol li {
  float: left;
  width: auto;
  height: auto;
  margin: 0 4px 0 0;
  padding: 0px;
}
body main article section.article-midia-channel ul li iframe, body main article section.article-midia-channel ol li iframe, body main article div.article-midia-channel ul li iframe, body main article div.article-midia-channel ol li iframe {
  margin: 0 !important;
  padding: 0 !important;
}
body main > footer {
  float: left;
  width: 100%;
  height: auto;
  margin: 10px 0 20px 0;
  padding: 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main > footer nav {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main > footer nav ul, body main > footer nav ol {
  float: right;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
body main > footer nav ul li, body main > footer nav ol li {
  float: left;
  width: auto;
  height: auto;
  margin: 0 0 10px 7px;
  padding: 0;
}
body main > footer nav ul li a, body main > footer nav ol li a {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 10px;
}

@media screen and (min-width: 820px) {
  body main {
    float: right !important;
    width: calc(70% - 20px) !important;
    min-width: 400px;
  }
}
@media screen and (max-width: 819px) {
  body aside {
    float: left !important;
    width: 100%;
    margin: 0;
  }
  body aside > section {
    float: left;
    width: 100% !important;
    height: auto;
    margin: 0 0 10px 0 !important;
  }
  body aside > section h1, body aside > section h2, body aside > section h3, body aside > section h4, body aside > section h5, body aside > section h6 {
    float: left !important;
    width: 100%;
    margin: 10px 0 10px 0;
  }
  body aside > section#email_signup {
    padding: 10px !important;
    margin: 0 0 10px 0 !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup > h1, body aside > section#email_signup > h2, body aside > section#email_signup > h3, body aside > section#email_signup > h4, body aside > section#email_signup > h5, body aside > section#email_signup > h6 {
    float: left !important;
    width: 100%;
    margin: 0px 0 10px 0;
  }
  body aside > section#email_signup p {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  body aside > section#email_signup > form {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 10px 0 0 0;
  }
  body aside > section#email_signup > form input[type=text], body aside > section#email_signup > form input[type=email] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup > form input[type=submit] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup > form button[type=submit] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup_popup {
    position: fixed;
    width: 100% !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
  }
  body aside > section#email_signup_popup.hidden {
    background-color: rgba(0, 0, 0, 0) !important;
    height: 0px;
    top: -100px;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
  }
  body aside > section#email_signup_popup > div {
    border-width: 10px;
    border-style: solid;
  }
  body aside > section#email_signup_popup > div.centralizing {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px !important;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup_popup > div span#bt_fechar_popup {
    float: none;
    position: fixed;
    top: 13px;
    right: 10px;
    margin: -21px -21px 0 0;
    padding: 10px 15px 20px 23px;
    width: auto;
    height: auto;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 0 0 0 100px;
    -moz-border-radius: 0 0 0 100px;
    -webkit-border-radius: 0 0 0 100px;
  }
  body aside > section#email_signup_popup > div > h1, body aside > section#email_signup_popup > div > h2, body aside > section#email_signup_popup > div > h3, body aside > section#email_signup_popup > div > h4, body aside > section#email_signup_popup > div > h5, body aside > section#email_signup_popup > div > h6 {
    float: left !important;
    width: 100%;
    margin: 0px 0 10px 0;
    text-align: center !important;
  }
  body aside > section#email_signup_popup > div p {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  body aside > section#email_signup_popup > div form {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 10px 0 0 0;
  }
  body aside > section#email_signup_popup > div form input {
    font-size: 1em;
  }
  body aside > section#email_signup_popup > div form input[type=text], body aside > section#email_signup_popup > div form input[type=email] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup_popup > div form input[type=submit] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup_popup > div form button[type=submit] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section.banner {
    display: none;
    width: 100%;
  }
  body aside > section.banner figure.banner {
    width: 100%;
  }
  body aside > section#search_sidebar {
    float: left;
    width: 100%;
    margin: 5px 0 10px 0;
  }
  body aside > section#search_sidebar > form {
    float: left;
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 0;
  }
  body aside > section#search_sidebar > form input[type=text], body aside > section#search_sidebar > form input[type=email] {
    float: left;
    width: 86%;
    height: auto;
    margin: 0;
    padding: 10px 7px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#search_sidebar > form input[type=submit] {
    float: left;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#search_sidebar > form button[type=submit] {
    float: left;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section.category_sidebar {
    margin: 10px 0 20px 0 !important;
  }
  body aside > section.category_sidebar h1 {
    float: left;
    width: 100%;
    padding: 7px 0;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section.category_sidebar h1:after {
    content: " +";
  }
  body aside > section.category_sidebar nav {
    float: left;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  body aside > section.category_sidebar nav ul, body aside > section.category_sidebar nav ol {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  body aside > section.category_sidebar nav ul li, body aside > section.category_sidebar nav ol li {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0;
  }
  body aside > section.category_sidebar nav ul li a, body aside > section.category_sidebar nav ol li a {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7px 10px;
  }
  body aside > section.midia-channel {
    display: none;
  }
  body aside > section.midia-channel ul, body aside > section.midia-channel ol {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0px;
    list-style: none;
  }
  body aside > section.midia-channel ul li, body aside > section.midia-channel ol li {
    float: left;
    width: auto;
    height: 25px;
    margin: 0 4px 0 0;
    padding: 0px;
  }
  body aside > section.youtube-channel {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  body aside {
    float: left !important;
    width: 30%;
    min-width: 220px;
    margin-right: 10px;
  }
  body aside > section {
    float: left;
    width: 100% !important;
    height: auto;
    margin: 0 0 10px 0 !important;
  }
  body aside > section h1, body aside > section h2, body aside > section h3, body aside > section h4, body aside > section h5, body aside > section h6 {
    float: left !important;
    width: 100%;
    margin: 10px 0 10px 0;
  }
  body aside > section#email_signup {
    padding: 10px !important;
    margin: 0 0 10px 0 !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup > h1, body aside > section#email_signup > h2, body aside > section#email_signup > h3, body aside > section#email_signup > h4, body aside > section#email_signup > h5, body aside > section#email_signup > h6 {
    float: left !important;
    width: 100%;
    margin: 0px 0 10px 0;
  }
  body aside > section#email_signup p {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  body aside > section#email_signup > form {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 10px 0 0 0;
  }
  body aside > section#email_signup > form input[type=text], body aside > section#email_signup > form input[type=email] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup > form input[type=submit] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup > form button[type=submit] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    margin: 0 0 10px 0 !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
  }
  body aside > section#email_signup_popup.hidden {
    background-color: rgba(0, 0, 0, 0) !important;
    height: 0px;
    top: -100px;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
  }
  body aside > section#email_signup_popup > div {
    border-width: 10px;
    border-style: solid;
  }
  body aside > section#email_signup_popup > div.centralizing {
    width: 400px !important;
    height: 320px;
    margin: 50px auto;
    padding: 10px !important;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup_popup > div span#bt_fechar_popup {
    float: right;
    margin: -35px -36px 0 0;
    padding: 7px 14px 10px 14px;
    width: auto;
    height: auto;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  body aside > section#email_signup_popup > div > h1, body aside > section#email_signup_popup > div > h2, body aside > section#email_signup_popup > div > h3, body aside > section#email_signup_popup > div > h4, body aside > section#email_signup_popup > div > h5, body aside > section#email_signup_popup > div > h6 {
    float: left !important;
    width: 100%;
    margin: 0px 0 10px 0;
    text-align: center !important;
  }
  body aside > section#email_signup_popup > div p {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
  }
  body aside > section#email_signup_popup > div form {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 10px 0 0 0;
  }
  body aside > section#email_signup_popup > div form input {
    font-size: 1em;
  }
  body aside > section#email_signup_popup > div form input[type=text], body aside > section#email_signup_popup > div form input[type=email] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup_popup > div form input[type=submit] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#email_signup_popup > div form button[type=submit] {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#search_sidebar {
    float: left;
    width: 100%;
    margin: 5px 0 10px 0;
  }
  body aside > section#search_sidebar > form {
    float: left;
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 0;
  }
  body aside > section#search_sidebar > form input[type=text], body aside > section#search_sidebar > form input[type=email] {
    float: left;
    width: 86%;
    height: auto;
    margin: 0;
    padding: 10px 7px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#search_sidebar > form input[type=submit] {
    float: left;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section#search_sidebar > form button[type=submit] {
    float: left;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 5px;
    white-space: normal;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
  }
  body aside > section.category_sidebar ul, body aside > section.category_sidebar ol {
    float: left;
    width: 80%;
    height: auto;
    margin: 10px 0 10px 0;
    padding: 0;
  }
  body aside > section.category_sidebar ul li, body aside > section.category_sidebar ol li {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 3px 0 !important;
    padding: 0;
  }
  body aside > section.category_sidebar ul li a, body aside > section.category_sidebar ol li a {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7px 10px;
  }
  body aside > section.midia-channel ul, body aside > section.midia-channel ol {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0 0 0;
    padding: 0px;
    list-style: none;
  }
  body aside > section.midia-channel ul li, body aside > section.midia-channel ol li {
    float: left;
    width: auto;
    height: 25px;
    margin: 0 4px 0 0;
    padding: 0px;
  }
}
body > footer {
  float: left;
  height: auto;
  margin: 10px 0 0 0;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 519px) {
  body > footer section.footer-menu {
    width: 100%;
    margin: 10px 10px 0 0;
  }
  body > footer section:last-child {
    width: 24.5%;
    margin: 0;
  }
}
@media screen and (min-width: 520px) and (max-width: 729px) {
  body > footer section.footer-menu {
    width: calc(49.5% - 10px);
    margin: 10px 10px 0 0;
  }
  body > footer section:last-child {
    width: calc(49.5% - 10px);
    margin: 0;
  }
  body > footer section:nth-child(3) {
    clear: both;
  }
}
@media screen and (min-width: 730px) {
  body > footer section.footer-menu {
    width: calc(24.5% - 10px);
    margin: 0 10px 0 0;
  }
  body > footer section:last-child {
    width: 24.5%;
    margin: 0;
  }
}
body > footer section.footer-menu {
  float: left;
  height: auto;
}
body > footer section.footer-menu h1 {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
}
body > footer section.footer-menu ul, body > footer section.footer-menu ol {
  float: left;
  width: 100%;
  height: auto;
  padding: 0 0 12px 10px;
}
body > footer section.footer-menu ul li, body > footer section.footer-menu ol li {
  float: left;
  width: 100%;
  height: auto;
}
body > footer p.footer-copyright {
  float: left;
  clear: both;
  display: block !important;
  width: 100% !important;
  height: auto;
  margin: 10px 0 0 0;
  padding: 10px 0;
}

h1, h2, h3, h4, h5, h6, p {
  text-align: justify;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
}

header nav > ul > li > a {
  font-size: 1.25rem;
}

aside section h1, aside section h2, aside section h3, aside section h4, aside section h5, aside section h6 {
  font-size: 1.4rem !important;
  text-align: justify !important;
}
aside section#email_signup > h1, aside section#email_signup > h2, aside section#email_signup > h3, aside section#email_signup > h4, aside section#email_signup > h5, aside section#email_signup > h6, aside section#email_signup_popup > h1, aside section#email_signup_popup > h2, aside section#email_signup_popup > h3, aside section#email_signup_popup > h4, aside section#email_signup_popup > h5, aside section#email_signup_popup > h6 {
  text-align: center !important;
}
aside section#email_signup input, aside section#email_signup button, aside section#email_signup_popup input, aside section#email_signup_popup button {
  font-size: 1rem !important;
}
aside section#search_sidebar form input[type=text], aside section#search_sidebar form input[type=email] {
  font-size: 1rem !important;
}
aside section#search_sidebar form.category_sidebar a {
  font-size: 1.2rem !important;
}

main article h1 {
  text-transform: uppercase !important;
}
main article div.article-post-form h1, main article div.article-post-form h2, main article div.article-post-form h3, main article div.article-post-form h4, main article div.article-post-form h5, main article div.article-post-form h6, main article div.article-post-form p {
  width: 100%;
}
main article div.article-post-form form input[type=text], main article div.article-post-form form input[type=email] {
  font-size: 1.2rem !important;
}
main article div.article-post-form form input[type=submit] {
  font-size: 1.2rem !important;
  font-weight: bold !important;
}

footer p.footer-copyright {
  text-align: center !important;
}

/*# sourceMappingURL=general.css.map */
