/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

html {
  background: #fff;
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  min-height: 100vh;
  margin: 0 auto;
  flex-direction: row;
  color: #6B6B6B;
}
@media (max-width: 765px) {
  body {
    display: block;
    font-size: 12px;
  }
}

@media (max-width: 765px) {
  .no-mobile {
    display: none;
  }
}

img {
  max-width: 100%;
}

a, button {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button,
input {
  outline: none;
  border: 0;
}

.strong, strong {
  font-weight: 800;
}

.text-right {
  text-align: right;
}

.aligncenter, .alignleft, .alignright {
  display: block !important;
  padding: 0 !important;
}

.aligncenter {
  float: none !important;
  margin: 0.5em auto 1em !important;
}

.alignright {
  float: right !important;
  margin: 0.5em 0 1em 1em !important;
}

.alignleft {
  float: left !important;
  margin: 0.5em 1em 1em 0 !important;
}

.wp-caption img {
  display: inline !important;
  max-width: 100% !important;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 75% !important;
  font-weight: 100 !important;
  font-style: italic !important;
}

.pagination .pages {
  max-width: fit-content;
  margin: auto;
}
.pagination .pages .page-numbers {
  background-color: transparent;
  color: #6B6B6B;
  line-height: 20px;
  padding: 5px 10px;
  margin: 0px 2px;
}
.pagination .pages .page-numbers img {
  margin: 0px;
  max-width: 60px;
}
.pagination .pages .current {
  background-color: #006f32;
  border-radius: 25px;
  color: #fff;
}

.table-head {
  background: #006f32;
  color: #fff;
  padding: 5px 10px;
  margin: 5px 0px;
}

.table-body {
  background: #f7f7f7;
  padding: 5px 10px;
  margin: 2px 0px;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.text-center {
  text-align: center;
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.row:after,
.row:before {
  content: "";
  display: block;
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.social-icons {
  padding-top: 10px;
  padding-bottom: 10px;
}
.social-icons .icon {
  color: #f7f7f7;
  padding: 4px 7px;
  font-size: 16px;
  background-color: #006f32;
  border-radius: 25px;
}
.social-icons .icon:hover {
  background-color: #5fd75d;
}

@media (max-width: 1224px) {
  .social-icons.social-header {
    text-align: center;
  }
  .social-icons .icon {
    font-size: 14px;
  }
}
.associate-div, .temfc-div {
  text-align: center;
}
.associate-div .associate-button .button, .temfc-div .associate-button .button {
  color: #006f32;
  background-color: #ffffff;
  padding: 8px 12px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #6B6B6B;
  border-radius: 25px;
  line-height: 0.75em;
  font-size: 0.75em;
}
.associate-div .associate-button .button > .icon, .temfc-div .associate-button .button > .icon {
  padding-right: 5px;
  font-size: 18px;
  color: #5fd75d;
}
.associate-div .associate-button .button:hover, .temfc-div .associate-button .button:hover {
  border-color: #6B6B6B;
}

@media (max-width: 765px) {
  .associate-div, .temfc-div {
    text-align: center;
  }
  .associate-div .associate-button .button, .temfc-div .associate-button .button {
    padding: 10px 15px;
    font-size: 12px;
  }
  .associate-div .associate-button .button > .icon, .temfc-div .associate-button .button > .icon {
    font-size: 14px;
  }
}
.store-button {
  text-align: center;
}
.store-button .button {
  color: #fff;
  background-color: #ff711b;
  padding: 11px 11px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #eae3e2;
  border-radius: 25px;
  line-height: 0.75em;
  font-size: 0.75em;
  font-weight: 800;
  vertical-align: baseline;
}
.store-button .button > .icon {
  padding-right: 100px;
  padding-top: 0px;
  background-color: red;
  line-height: 0.75em;
}
.store-button .button:hover {
  background-color: #bd4b12;
}

@media (max-width: 765px) {
  .store-button {
    text-align: center;
  }
  .store-button .button {
    float: none;
  }
}
.cbmfc-button {
  text-align: center;
}
.cbmfc-button .button {
  color: #fff;
  background-color: #006f32;
  padding: 12px 14px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #eae3e2;
  border-radius: 25px;
  line-height: 0.75em;
  font-size: 0.75em;
  font-weight: 800;
}
.cbmfc-button .button:hover {
  background-color: #5fd75d;
}

.btn {
  background-color: #006f32;
  color: #fff !important;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 25px;
}
.btn:hover {
  background-color: #5fd75d !important;
  color: #006f32 !important;
}
.btn i {
  background-color: #5fd75d;
  padding: 2px 4px;
  border-radius: 25px;
  margin-right: 10px;
  margin-left: -10px;
}
.btn.icon-right i {
  margin-left: 5px;
  margin-right: 0px;
  background-color: transparent;
}

.btn-secondary {
  background-color: #ff711b;
}
.btn-secondary:hover {
  background-color: #bd4b12 !important;
}

.btn-invert {
  background-color: #5fd75d !important;
  color: #006f32 !important;
}
.btn-invert:hover {
  background-color: #006f32 !important;
  color: #5fd75d !important;
}

.btn-small {
  font-size: 0.7em;
  border-radius: 10px !important;
}

.btn-full {
  width: 100%;
}

.btn-margin {
  margin: 20px 0px;
}

.btn-tall {
  padding: 15px 15px;
}

.btn-delete {
  background-color: red;
}
.btn-delete:hover {
  background-color: black !important;
}

.btn-disabled {
  background-color: gray;
}
.btn-disabled:hover {
  background-color: black !important;
}

.btn-false {
  background-color: transparent;
  font-size: 0.75em;
  color: #6B6B6B;
  cursor: pointer;
}

form .label-control {
  box-sizing: border-box;
  color: #6B6B6B;
  display: inline;
  font-size: 0.75em;
  line-height: 30px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: middle;
}
form .label-control .required {
  color: #006f32;
}
form .form-control {
  min-height: 40px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  margin: 0px 0px 15px 0px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
form .form-control input[type=text], form .form-control input[type=search], form .form-control input[type=radio], form .form-control input[type=tel], form .form-control input[type=time], form .form-control input[type=url], form .form-control input[type=week], form .form-control input[type=password], form .form-control input[type=checkbox], form .form-control input[type=color], form .form-control input[type=date], form .form-control input[type=datetime], form .form-control input[type=datetime-local], form .form-control input[type=email], form .form-control input[type=month], form .form-control input[type=number], form .form-control select, form .form-control textarea {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  color: #32373c;
  outline: 0;
  transition: 50ms border-color ease-in-out;
}
form .label-radio {
  padding: 3px;
}
form .margin-buttons {
  margin-top: 28px !important;
}
form .checkbox-field, form .radio-field {
  margin-top: 28px;
}
form .row {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  display: block;
}
form .row-block {
  background: #fff;
  padding: 15px 0px;
}
form .hide {
  display: none !important;
}
form .radio-container {
  padding: 5px 15px;
  float: left;
}
form .view-file {
  font-size: 12px;
  text-decoration: underline;
}
form .remove-file {
  font-size: 12px;
  text-decoration: underline;
  color: red;
}
form .col-xs-1, form .col-sm-1, form .col-md-1, form .col-lg-1, form .col-xs-2, form .col-sm-2, form .col-md-2, form .col-lg-2, form .col-xs-3, form .col-sm-3, form .col-md-3, form .col-lg-3, form .col-xs-4, form .col-sm-4, form .col-md-4, form .col-lg-4, form .col-xs-5, form .col-sm-5, form .col-md-5, form .col-lg-5, form .col-xs-6, form .col-sm-6, form .col-md-6, form .col-lg-6, form .col-xs-7, form .col-sm-7, form .col-md-7, form .col-lg-7, form .col-xs-8, form .col-sm-8, form .col-md-8, form .col-lg-8, form .col-xs-9, form .col-sm-9, form .col-md-9, form .col-lg-9, form .col-xs-10, form .col-sm-10, form .col-md-10, form .col-lg-10, form .col-xs-11, form .col-sm-11, form .col-md-11, form .col-lg-11, form .col-xs-12, form .col-sm-12, form .col-md-12, form .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
form input[type=checkbox], form input[type=radio] {
  accent-color: #006f32;
}
form .checkbox-box {
  background-color: #6B6B6B;
  border-radius: 5px;
  padding-top: 5px;
}
form .checkbox-box label {
  color: #fff;
}

.site-header {
  min-height: 80px;
}
.site-header > .top {
  background-color: #f7f7f7;
}
.site-header > .top .logo img {
  max-width: 90%;
}
.site-header > .top .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-header > .top .header-items {
  padding-bottom: 5px;
}
@media (max-width: 765px) {
  .site-header > .top .logo {
    text-align: center;
  }
  .site-header > .top .header-items {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.site-header .menu {
  background-color: #006f32;
}
.site-header .menu .content {
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-header .menu .topnav {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .menu .topnav a {
  float: left;
  display: block;
  color: #f7f7f7;
  text-align: center;
  padding: 16px 14px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.75em;
}
.site-header .menu .topnav .menu-featured {
  background-color: #006f32;
  color: #f7f7f7;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
}
.site-header .menu .active {
  background-color: #04AA6D;
  color: #006f32;
}
.site-header .menu .topnav .icon {
  display: none;
}
.site-header .menu .icon {
  font-size: 0.75em;
}
.site-header .menu .search {
  color: #f7f7f7;
  font-weight: 600;
}
.site-header .menu .dropdown {
  float: left;
  overflow: hidden;
}
.site-header .menu .dropdown .dropbtn {
  font-weight: 600;
  font-size: 0.75em;
  border: none;
  outline: none;
  color: #f7f7f7;
  padding: 14px 14px;
  background-color: inherit;
  margin: 0;
}
.site-header .menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #F1F5EB;
  min-width: 160px;
  z-index: 1;
  padding: 15px;
}
.site-header .menu .dropdown-content a {
  float: none;
  color: #006f32;
  padding: 8px;
  text-decoration: none;
  display: block;
  text-align: left;
  text-transform: none;
  font-weight: 700;
}
.site-header .menu .topnav a:hover {
  color: #ff711b;
}
.site-header .menu .dropdown:hover .dropbtn, .site-header .menu .dropdown-content a:hover {
  color: #ff711b !important;
}
.site-header .menu .topnav .menu-featured:hover {
  color: #f7f7f7;
}
.site-header .menu .dropdown-content a:hover {
  background-color: #f7f7f7;
  color: #6B6B6B;
}
.site-header .menu .dropdown:hover .dropdown-content, .site-header .menu .dropdown:hover {
  display: block;
}
.site-header .menu .associe-se {
  text-transform: none !important;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px !important;
  color: #006f32 !important;
  margin-left: 20px;
}
.site-header .menu .associe-se i {
  color: #f7f7f7;
  background-color: #5fd75d;
  padding: 4px 6px;
  border-radius: 25px;
  font-weight: 800;
}
.site-header .menu .associe-se:hover {
  background-color: #5fd75d !important;
  color: #fff !important;
}
.site-header .menu .associe-se:hover i {
  background-color: #006f32 !important;
  color: #fff !important;
}
@media (max-width: 765px) {
  .site-header .menu .topnav a, .site-header .menu .dropdown .dropbtn {
    display: none;
  }
  .site-header .menu .topnav a.icon {
    float: right;
    display: block !important;
  }
  .site-header .menu .logo {
    text-align: center;
  }
  .site-header .menu .topnav {
    overflow: hidden;
    display: block;
  }
  .site-header .menu .topnav.responsive {
    position: relative;
  }
  .site-header .menu .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .site-header .menu .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .site-header .menu .topnav.responsive .dropdown {
    float: none;
  }
  .site-header .menu .topnav.responsive .dropdown-content, .site-header .menu .topnav.responsive {
    position: relative;
  }
  .site-header .menu .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.home .home-banner {
  display: block;
  text-align: center;
}
.home .home-banner .navigation {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.home .home-banner .navigation .glider-dots {
  margin: 0 !important;
}
.home .home-banner .navigation .glider-dot {
  border: 1px solid #006f32;
  background-color: transparent;
}
.home .home-banner .navigation .glider-dot.active {
  border-color: #5fd75d !important;
  background-color: #5fd75d !important;
}
.home .home-banner .navigation .glider-dot:hover {
  border-color: #ff711b !important;
  background-color: #ff711b !important;
}
.home .home-banner .navigation .prev, .home .home-banner .navigation .next {
  padding: 3px 15px;
  cursor: pointer;
}
.home .noticias {
  margin-top: 40px;
}
.home .noticias .leia {
  text-align: center;
  color: #006f32;
  font-size: 0.75em;
}
.home .noticias .ultimas {
  text-align: center;
  margin-top: 20px;
}
.home .noticias .ultimas .title {
  font-size: 1.5em !important;
  color: #006f32;
}
.home .noticias .destaques {
  margin-top: 30px;
}
.home .noticias .destaques .destaque {
  margin-right: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.05);
  border-bottom: 5px solid #5fd75d;
}
.home .noticias .destaques .destaque .imagem {
  max-height: 410px;
  text-align: center;
  background-color: #fff;
}
.home .noticias .destaques .destaque .imagem img {
  max-height: 410px;
  display: block;
  margin: auto;
}
.home .noticias .destaques .destaque .conteudo {
  display: block;
  background-color: #fff;
  padding: 50px;
}
.home .noticias .destaques .destaque .conteudo .titulo {
  color: #006f32;
  line-height: 22px;
}
.home .noticias .destaques .destaque .conteudo .link {
  margin-top: 30px;
  color: #006f32;
  font-size: 0.75em;
}
@media (max-width: 765px) {
  .home .noticias .destaques .destaque {
    margin: 10px 30px;
  }
}
.home .noticias .destaques .outras {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.05);
}
.home .noticias .destaques .outras .imagem {
  max-height: 115px;
  text-align: left;
  background-color: #fff;
}
.home .noticias .destaques .outras .imagem img {
  max-height: 115px;
  display: block;
}
.home .noticias .destaques .outras .conteudo {
  display: block;
  background-color: #fff;
  padding: 15px;
}
.home .noticias .destaques .outras .conteudo .titulo {
  color: #006f32;
  line-height: 22px;
}
.home .noticias .destaques .outras .conteudo .link {
  margin-top: 20px;
  color: #006f32;
  font-size: 0.75em;
}
@media (max-width: 765px) {
  .home .noticias .destaques .outras {
    margin: 10px 30px;
  }
}
.home .porque-associar {
  margin-top: 50px;
}
.home .porque-associar .titulo {
  text-align: center;
  font-size: 1.5em;
  color: #006f32;
}
.home .porque-associar .container-fluid {
  margin-top: 30px;
  background-color: #F1F5EB;
  min-height: 300px;
}
.home .porque-associar .container-fluid .beneficios {
  margin-top: 50px;
}
.home .porque-associar .container-fluid .beneficios .titulo {
  text-align: left;
  font-weight: 700;
}
.home .porque-associar .container-fluid .beneficios .itens ul {
  margin-top: 20px;
}
.home .porque-associar .container-fluid .beneficios .itens ul li {
  margin-top: 25px;
  line-height: 18px;
  font-size: 0.85em;
}
.home .porque-associar .container-fluid .beneficios .itens ul li i {
  background-color: #fff;
  color: #006f32;
  border: 1px solid #5fd75d;
  border-radius: 25px;
  margin-right: 10px;
  padding: 0px 2px;
}
.home .porque-associar .container-fluid .beneficios .cta {
  margin-top: 20px;
}
.home .porque-associar .container-fluid .beneficios .cta .btn i {
  background-color: #fff;
}
@media (max-width: 765px) {
  .home .porque-associar .container-fluid .beneficios {
    padding: 30px;
  }
}
.home .porque-associar .container-fluid .faixa-verde {
  background-color: #5fd75d;
  min-height: 5px;
  width: 45%;
}
.home .eventos {
  margin-top: 50px;
}
.home .eventos .leia {
  text-align: center;
  color: #006f32;
  font-size: 0.75em;
}
.home .eventos .ultimas {
  text-align: center;
  margin-top: 20px;
}
.home .eventos .ultimas .title {
  font-size: 1.5em;
  color: #006f32;
}
.home .eventos .destaques {
  margin-top: 30px;
}
.home .eventos .destaques .destaque {
  margin-right: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.05);
}
.home .eventos .destaques .destaque .imagem {
  max-height: 350px;
  text-align: center;
}
.home .eventos .destaques .destaque .imagem .data {
  position: absolute;
  background-color: #ff711b;
  padding: 10px 20px;
  color: #fff;
  font-size: 0.75em;
}
.home .eventos .destaques .destaque .imagem img {
  max-height: 350px;
  display: block;
  margin: auto;
}
.home .eventos .destaques .destaque .conteudo {
  display: block;
  background-color: #fff;
  padding: 50px;
}
.home .eventos .destaques .destaque .conteudo .titulo {
  color: #006f32;
  line-height: 22px;
}
.home .eventos .destaques .destaque .conteudo .texto {
  margin-top: 20px;
}
.home .eventos .destaques .destaque .conteudo .link {
  margin-top: 30px;
  color: #006f32;
  font-size: 0.75em;
}
@media (max-width: 765px) {
  .home .eventos .destaques .destaque {
    margin: 10px 30px;
  }
}
.home .eventos .destaques .outras {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.05);
}
.home .eventos .destaques .outras .imagem {
  max-height: 168px;
  text-align: center;
}
.home .eventos .destaques .outras .imagem .data {
  position: absolute;
  background-color: #ff711b;
  padding: 10px 20px;
  color: #fff;
  font-size: 0.75em;
  max-width: 50%;
}
.home .eventos .destaques .outras .imagem img {
  max-height: 168px;
  display: block;
  margin: auto;
}
.home .eventos .destaques .outras .conteudo {
  display: block;
  background-color: #fff;
  padding: 30px;
}
.home .eventos .destaques .outras .conteudo .titulo {
  color: #006f32;
  line-height: 22px;
}
.home .eventos .destaques .outras .conteudo .link {
  color: #006f32;
  font-size: 0.75em;
}
.home .eventos .destaques .outras .conteudo .link img {
  max-width: 20px;
}
@media (max-width: 765px) {
  .home .eventos .destaques .outras {
    margin: 10px 30px;
  }
}
.home .separador {
  margin: 50px 0px;
}
.home .mfc {
  margin-top: 50px;
}
.home .mfc .imagem {
  padding: 20px;
}
.home .mfc .conteudo {
  margin: 70px 20px;
}
.home .mfc .conteudo .titulo {
  text-align: left;
  font-size: 1.5em;
  color: #006f32;
}
.home .mfc .conteudo .texto {
  margin-top: 30px;
  font-size: 0.85em;
  line-height: 22px;
}
.home .mfc .conteudo .cta {
  margin-top: 30px;
}
.home .mfc .conteudo .cta .btn i {
  background-color: #fff;
}
@media (max-width: 765px) {
  .home .mfc .conteudo {
    margin: 10px 30px;
  }
}

.page {
  margin-top: 40px;
}
.page h1, .page .title {
  text-align: left;
  font-size: 1.5em !important;
  line-height: 40px !important;
  color: #006f32;
  font-weight: 700;
}
.page .title-line {
  max-width: 100%;
}
.page .subtitle {
  font-weight: 700;
  color: #006f32;
  padding: 15px 0px;
  font-size: 1.3em;
  display: flex;
  align-items: center;
}
.page .subtitle span {
  content: "";
  flex: 1 1 auto;
  border-top: 2px solid #5fd75d;
  margin-left: 20px;
}
.page .subtitle-dark {
  font-weight: 700;
  color: #6B6B6B;
  padding: 15px 0px;
  font-size: 1em;
}
.page .hyperlink {
  text-decoration: underline;
  text-decoration-color: #006f32;
  text-decoration-thickness: 3px;
}
.page .area-titles {
  font-weight: 800;
  color: #6B6B6B;
  padding: 15px 0px;
  font-size: 1em;
}
.page .minititle {
  font-weight: 800;
  color: #6B6B6B;
  padding: 12px 0px;
  font-size: 1em;
}
.page .content {
  font-size: 14px;
  line-height: 24px;
}
.page .content p, .page .content h1, .page .content h2, .page .content h3, .page .content h4, .page .content h5, .page .content h6, .page .content ul, .page .content li {
  padding: 8px 0px !important;
  margin: initial !important;
}
.page .content h1, .page .content h2, .page .content h3, .page .content h4, .page .content h5, .page .content h6 {
  font-weight: 700;
}
.page .content ul {
  list-style-type: initial !important;
  margin: 0px 0px 0px 30px !important;
  padding: 3px 0px !important;
}
.page .content ol {
  list-style-type: decimal !important;
  margin: 0px 0px 0px 30px !important;
  padding: 3px 0px !important;
}
.page .content strong, .page .content b {
  font-weight: 800;
}
.page .content a {
  color: #006f32;
}
.page .content img {
  margin: 10px 15px;
}
.page .content .title-line {
  margin: 0px;
}

@media (max-width: 765px) {
  .page {
    margin: 40px 20px 0px 20px;
    border-radius: 25px;
    background-color: #fff;
    padding: 30px;
  }
  .page .content {
    margin-top: 20px;
  }
}
.header-associado {
  background-color: #5fd75d;
}
.header-associado .dados-associado {
  padding: 30px 0px;
  color: #006f32;
  line-height: 26px;
}
.header-associado .dados-associado .nome {
  font-size: 1.25em;
  margin-bottom: 8px;
}
@media (max-width: 765px) {
  .header-associado .dados-associado {
    padding: 30px;
  }
}

.header-associado-botoes {
  margin-top: 30px;
}
.header-associado-botoes .botao {
  padding: 20px 20px 30px 20px;
  margin: 10px;
  background-color: #F2F9F2;
}
.header-associado-botoes .botao .icone {
  background-color: #D6E5D6;
  text-align: center;
  padding: 2px 4px;
  border-radius: 55px;
  margin: auto;
  width: 65px;
  color: #006f32;
}
.header-associado-botoes .botao .icone i {
  font-size: 40px;
  line-height: 60px;
}
.header-associado-botoes .botao .titulo {
  font-size: 0.75em;
  color: #006f32;
  margin-top: 15px;
  text-align: center;
  line-height: 20px;
}
.header-associado-botoes .botao.ativo {
  padding: 20px 20px 25px 20px;
  border-bottom: 5px solid #5fd75d;
}
.header-associado-botoes .separador {
  margin-top: 30px;
}

.page-cadastro .cadastro-icon {
  margin-top: 40px;
  text-align: center;
}
.page-cadastro .cadastro-icon i {
  font-size: 60px;
  line-height: 30px;
  color: #5fd75d;
}
.page-cadastro .cadastro-title {
  text-align: center;
  margin-top: 10px;
}
.page-cadastro .cadastro-title img {
  margin-top: 40px;
}
.page-cadastro .cadastro-title .title {
  font-weight: 700;
  text-align: center;
}
.page-cadastro .cadastro-title .subtitle {
  font-size: 0.75em;
  color: #6B6B6B;
  font-weight: 600;
  text-align: center;
  display: inline;
}
.page-cadastro .content {
  margin: 30px 30px 30px 0px;
}
.page-cadastro .area-titles {
  padding: 15px 0px;
  font-size: 1.3em;
  display: flex;
  align-items: center;
}
.page-cadastro .area-titles b {
  content: "";
  flex: 1 1 auto;
  border-top: 2px solid #6B6B6B;
  margin-right: 20px;
}
.page-cadastro .area-titles span {
  content: "";
  flex: 1 1 auto;
  border-top: 2px solid #6B6B6B;
  margin-left: 20px;
}
.page-cadastro .radio-block {
  border: 1px solid #6B6B6B;
  border-radius: 5px;
}

.page .table-beneficios {
  background-color: #5fd75d !important;
}
.page .table-beneficios td {
  font-size: 0.75em;
  background-color: #fff;
  margin: 5px;
}

.page-associe-se .beneficios-bg {
  background-color: #5fd75d;
  background-image: url("../img/associe-se/bg-beneficios.png");
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 540px;
}
.page-associe-se .beneficios-bg .beneficios .title {
  padding-top: 50px;
  text-align: center;
}
.page-associe-se .beneficios-bg .beneficios .itens {
  padding-top: 40px;
}
.page-associe-se .beneficios-bg .beneficios .itens .beneficio {
  display: flex;
  align-items: center;
  height: 60px;
  background-color: #fff;
  min-height: 60px;
  width: 95%;
  margin: 10px;
  padding: 10px;
  font-size: 0.75em;
}
.page-associe-se .beneficios-bg .beneficios .itens .beneficio i {
  background-color: #fff;
  color: #006f32;
  border: 1px solid #5fd75d;
  border-radius: 25px;
  margin-right: 10px;
}
.page-associe-se .valores .categoria-titulo {
  background-color: #006f32;
  color: #fff;
  padding: 10px;
  margin: 0px 5px;
  font-size: 1.25em;
}
.page-associe-se .valores .valor-titulo {
  background-color: #5fd75d;
  color: #006f32;
  padding: 10px;
  margin: 0px 5px;
  font-size: 1.25em;
  text-align: center;
}
.page-associe-se .valores .categoria, .page-associe-se .valores .valor {
  padding: 5px 10px;
  margin: 0px 5px;
  background-color: #e5e5e5;
}
.page-associe-se .valores .categoria.light, .page-associe-se .valores .valor.light {
  background-color: #f7f7f7;
}
.page-associe-se .valores .valor {
  text-align: center;
}
.page-associe-se .cta-associe-se-bg {
  background-color: #f7f7f7;
  padding: 0px;
  margin-top: 40px;
}
.page-associe-se .cta-associe-se-bg .cta-associe-se {
  padding: 40px;
}
.page-associe-se .cta-associe-se-bg .cta-associe-se .title {
  color: #006f32;
}
.page-associe-se .cta-associe-se-bg .cta-associe-se span {
  font-size: 28px;
}
.page-associe-se .cta-associe-se-bg .cta-associe-se .btn {
  font-size: 20px;
}
.page-associe-se .cta-associe-se-bg .cta-associe-se .btn i {
  background-color: #fff;
  color: #5fd75d;
}

.row-grade-curriculo-titulos div {
  position: relative;
  background-color: gray;
  padding: 15px;
}
.row-grade-curriculo-titulos div label {
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}

.row-grade-curriculo-topicos div {
  position: relative;
  padding: 10px 15px;
}
.row-grade-curriculo-topicos div label {
  font-weight: 800;
  font-size: 11px;
}

.row-grade-curriculo-subtopicos .row-grade-curriculo-subtopico div {
  min-height: 28px;
}
.row-grade-curriculo-subtopicos .row-grade-curriculo-subtopico div label {
  line-height: 28px;
  font-size: 11px;
}
.row-grade-curriculo-subtopicos .row-grade-curriculo-subtopico div input {
  margin: 2px;
  height: 24px;
  min-height: 24px;
  padding: 0px 10px;
  font-size: 11px;
}

.box-etapas-cadastro {
  padding: 25px;
  margin: 10px;
  background: #f7f7f7;
  font-size: 14px;
  text-align: center;
  color: #6B6B6B;
  border-radius: 10px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-etapas-cadastro.ativo {
  background: #6B6B6B;
  color: #f7f7f7;
}

@media (max-width: 765px) {
  .box-etapas-cadastro {
    padding: 20px;
  }
}
.temfc-pages table td h2 {
  font-weight: bold;
  color: #006f32;
}
.temfc-pages table td h2, .temfc-pages table td p {
  padding: 5px;
}

.questao {
  background-color: #eee;
  border-radius: 15px;
  position: relative;
}

.questao.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 15px !important;
}

.questao input, .questao textarea {
  background-color: #fff;
}

.carrinho-recurso strong {
  color: #ff711b;
}
.carrinho-recurso .carrinho-container {
  height: 120px;
  vertical-align: middle;
  text-align: center;
}
.carrinho-recurso .carrinho-container .carrinho-content {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.search-page .search .field {
  background-color: #f7f7f7;
  padding: 10px 15px;
  width: 80%;
}
.search-page .search .button {
  background-color: #6B6B6B;
  padding: 10px 15px;
  width: 15%;
  color: #fff;
}

.enquete-questao {
  background-color: #006f32;
  padding: 10px;
  border-radius: 5px;
}
.enquete-questao h2 {
  color: #fff;
}
.enquete-questao h3 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.enquete-resposta {
  margin: 20px 0px 30px 0px;
}

.site-footer {
  background-color: #f7f7f7;
  padding-bottom: 30px;
  margin-top: 40px;
}
.site-footer .entre-contato {
  background-color: #fff;
  padding-bottom: 20px;
}
.site-footer .entre-contato .txt {
  text-align: center;
  color: #006f32;
  font-size: 1.5em;
}
.site-footer .area-contato {
  padding: 40px 0px;
  background-color: #006f32;
  border-bottom: 5px solid #5fd75d;
}
.site-footer .area-contato .telefone-contato {
  text-align: center;
  color: #f7f7f7;
  font-size: 1.25em;
  line-height: 26px;
}
.site-footer .area-contato .telefone-contato i {
  color: #5fd75d;
}
.site-footer .area-contato .fale-conosco {
  text-align: center;
  margin-top: 40px;
}
.site-footer .area-contato .fale-conosco .btn-fale-conosco {
  background-color: #5fd75d;
  border-radius: 25px;
  padding: 10px;
  color: #006f32;
}
.site-footer .area-contato .fale-conosco .btn-fale-conosco i {
  color: #006f32;
  padding: 4px 6px;
  border-radius: 25px;
  font-weight: bold;
  background-color: #fff;
}
.site-footer .area-contato .fale-conosco .btn-fale-conosco:hover {
  background-color: #006f32;
  color: #5fd75d;
  border: 1px solid #fff;
}
.site-footer .area-contato .fale-conosco .btn-fale-conosco:hover i {
  color: #5fd75d;
}
.site-footer .menus {
  padding-top: 40px;
  font-size: 0.85em;
  color: #6B6B6B;
}
.site-footer .menus h4 {
  color: #006f32;
}
.site-footer .menus ul.menu li {
  line-height: 28px;
}
.site-footer .menus .assessoria {
  line-height: 28px;
}
.site-footer .menus .logo-social {
  margin: 20px 0px;
}
.site-footer .menus .logo-social .social-icons {
  padding-left: 60px;
  padding-top: 15px;
}
.site-footer .menus a:hover {
  color: #ff711b;
}
.site-footer .black-line {
  border: 1px solid #B9BCB3;
  margin: 0px;
  padding: 0px;
}
.site-footer .filiacao .container {
  padding-top: 40px;
  font-size: 0.75em;
  color: #6B6B6B;
}
.site-footer .filiacao .container h4 {
  color: #006f32;
}
.site-footer .filiacao .container ul > li {
  display: inline-block;
}
.site-footer .filiacao .container li {
  padding-right: 20px;
}
.site-footer .direitos {
  padding-top: 40px;
  font-size: 0.75em;
  color: #6B6B6B;
  text-align: center;
}
.site-footer .direitos .green-line {
  border: 2px solid #5fd75d;
  margin: 0px;
  padding: 0px;
  width: 42%;
}
.site-footer .direitos .rights {
  margin-top: 30px;
}
@media (max-width: 765px) {
  .site-footer .area-contato .telefone-contato {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5em !important;
  }
  .site-footer .area-contato .fale-conosco {
    margin-top: 20px;
  }
  .site-footer .menus {
    padding: 30px;
  }
  .site-footer .menus .logo, .site-footer .menus .social-icons {
    text-align: center;
    padding-left: 0px;
  }
  .site-footer .filiacao .container {
    padding: 30px;
  }
}

.page-404 {
  text-align: center;
}
.page-404 .title {
  text-align: center;
  font-size: 1.5em;
}

.page-login-bg {
  display: flex;
  margin-top: 0px;
  background-image: url("../img/login/login-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 500px;
}

.page-login {
  background-color: #fff;
  width: 500px;
  border-radius: 25px;
  margin: auto;
  margin-top: 80px;
  padding-top: 40px;
  max-width: 100%;
  box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  margin-bottom: 80px;
}
.page-login .login-icon {
  margin: auto;
  margin-top: -70px;
  width: 60px;
}
.page-login .title-login {
  text-align: center;
}
.page-login .title-login .title {
  text-align: center;
}
.page-login .title-login h1 {
  margin-top: 20px;
}
.page-login .title-login img {
  margin-top: 10px;
  max-width: 60%;
}
.page-login .title-login p {
  margin-top: 10px;
  color: #6B6B6B;
  font-size: 0.6em;
}
.page-login .content {
  margin-top: 30px;
}
.page-login .content .login-form {
  width: 300px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 20px;
}
.page-login .content .login-form .lembrar-senha {
  text-align: center;
  margin-top: 10px;
}
.page-login .content .login-form .lembrar-senha button {
  color: #6B6B6B;
}

@media (max-width: 765px) {
  .page-login {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
.page-news-list .title {
  text-align: center;
}
.page-news-list .categorias {
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 10px;
  margin: 10px;
  margin-top: 30px;
  padding: 10px 20px;
  position: relative;
  box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.05);
}
.page-news-list .categorias .items {
  margin: 20px auto;
  width: fit-content;
}
.page-news-list .categorias .items .categoria {
  display: inline;
  border: 1px solid #006f32;
  border-radius: 25px;
  padding: 6px 10px;
  margin: 0px 10px;
}
.page-news-list .categorias .items .categoria a {
  color: #006f32;
  font-weight: 700;
}
.page-news-list .categorias .items .categoria.current {
  background-color: #006f32;
}
.page-news-list .categorias .items .categoria.current a {
  color: #fff;
}
.page-news-list .noticias {
  margin-top: 40px;
}
.page-news-list .noticias .noticia {
  background-color: #fff;
  border: 1px solid #CECECE;
  max-width: 95%;
  margin: auto;
  margin-bottom: 20px;
  box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.05);
}
.page-news-list .noticias .noticia .img {
  text-align: center;
}
.page-news-list .noticias .noticia .img img {
  max-width: 100%;
  margin: 0px;
  max-height: 300px;
}
.page-news-list .noticias .noticia .corpo {
  padding: 10px 30px 20px 30px;
}
.page-news-list .noticias .noticia .corpo .titulo {
  color: #006f32;
  font-weight: 700;
}
.page-news-list .noticias .noticia .corpo .data {
  font-size: 0.75em;
  border-bottom: 1px solid #5fd75d;
}
.page-news-list .noticias .noticia .corpo .tempo-leitura {
  font-size: 0.75em;
}
.page-news-list .pagination {
  margin: 40px 0px 60px 0px;
}

.page-news .news-image {
  text-align: center;
}
.page-news .news-image img {
  max-width: 100%;
  max-height: 500px;
}
.page-news .news-date {
  margin-top: 60px;
  text-align: center;
  font-size: 1em;
}
.page-news .news-title {
  margin-top: 60px;
}
.page-news .news-title .title {
  text-align: center;
  font-size: 1.5em;
}
.page-news .news-title img {
  margin-top: 60px;
}
.page-news .content {
  margin: auto;
  margin-top: 30px;
  max-width: 90%;
}
.page-news .others {
  margin-top: 30px;
  border-top: 1px solid #CECECE;
}
.page-news .others .next span, .page-news .others .previous span {
  font-size: 0.6em;
}
.page-news .others .next a, .page-news .others .previous a {
  color: #006f32;
  font-size: 0.75em;
  font-weight: 700;
}
.page-news .others .next img, .page-news .others .previous img {
  text-align: center;
  max-width: 90%;
  margin-top: 5px;
}
.page-news .others .next {
  text-align: left;
}
.page-news .others .previous {
  text-align: right;
}

.page-events-list .tipos-de-eventos .items img {
  max-width: 100%;
  margin: 0px;
  display: block;
}
.page-events-list .tipos-de-eventos .items .separador {
  margin: 30px 0px;
}
.page-events-list .tipos-de-eventos .items .eventos .evento {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #CECECE;
}
.page-events-list .tipos-de-eventos .items .eventos .evento .content {
  padding: 15px 30px;
  border-left: 1px solid #CECECE;
}
.page-events-list .tipos-de-eventos .items .eventos .evento .content span {
  color: #006f32;
}
.page-events-list .tipos-de-eventos .items .eventos .evento .content .cta {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #006f32;
  color: #fff;
  padding: 8px 12px;
}

.page-estaduais .title {
  text-align: center;
}
.page-estaduais .content {
  margin-top: 40px;
}
.page-estaduais .content .mapa {
  text-align: center;
}
.page-estaduais .content .mapa #svg-map text {
  fill: #fff;
  cursor: pointer;
}
.page-estaduais .content .mapa #svg-map a {
  font-size: 0.5em;
  text-decoration: none;
}
.page-estaduais .content .mapa #svg-map a:hover {
  cursor: pointer;
  text-decoration: none;
}
.page-estaduais .content .mapa #svg-map .selected {
  fill: #5fd75d !important;
}
.page-estaduais .content .mapa #svg-map path, .page-estaduais .content .mapa #svg-map rect {
  stroke: #fff;
  stroke-width: 4px;
}
.page-estaduais .content .info {
  margin-top: 40px;
}
.page-estaduais .content .info .title {
  text-align: left;
}
.page-estaduais .content .info img {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}
.page-estaduais .content .info p span {
  color: #006f32;
  font-size: 1.25em;
}

.page-cartilhas-e-guias .filtros-de-cartilhas-e-guias {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.05);
  padding: 20px 40px;
}
.page-cartilhas-e-guias .cartilhas-e-guias {
  margin-bottom: 40px;
}
.page-cartilhas-e-guias .cartilhas-e-guias .cartilha-e-guia {
  margin-top: 20px;
}
.page-cartilhas-e-guias .cartilhas-e-guias .cartilha-e-guia .img img {
  margin: 0px;
  display: block;
}
.page-cartilhas-e-guias .cartilhas-e-guias .cartilha-e-guia .img .cta {
  background-color: #006f32;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  display: block;
  text-align: center;
}
.page-cartilhas-e-guias .cartilhas-e-guias .cartilha-e-guia .content {
  padding: 0px 20px;
}

.page-diretoria-list {
  margin-top: 30px;
}
.page-diretoria-list .title {
  text-align: center;
  margin: 30px;
}
.page-diretoria-list .diretor {
  padding: 20px 20px 30px 20px;
  margin: 10px;
  background-color: #F9F9F9;
}
.page-diretoria-list .diretor .foto {
  text-align: center;
  min-height: 162px;
  display: flex;
  margin: auto;
  justify-content: center;
}
.page-diretoria-list .diretor .foto img {
  border-radius: 80px;
  max-width: 160px;
  max-height: 160px;
}
.page-diretoria-list .diretor .dados .nome {
  font-size: 1em;
  color: #006f32;
  margin-top: 15px;
  text-align: center;
  line-height: 20px;
  min-height: 45px;
}
.page-diretoria-list .diretor .dados .cargo {
  font-size: 0.75em;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 20px;
}
.page-diretoria-list .diretor .dados .cidade_estado {
  font-size: 0.75em;
  padding-top: 5px;
  text-align: center;
  line-height: 20px;
  border-top: 1px solid #5fd75d;
}
.page-diretoria-list .diretorias-passadas {
  margin: 30px;
}
.page-diretoria-list .diretor-lista-titulo {
  margin-top: -1px;
  cursor: pointer;
  border-top: 1px solid #6B6B6B;
  border-bottom: 1px solid #6B6B6B;
  padding: 20px 0px;
}
.page-diretoria-list .diretor-lista-titulo .subtitle {
  color: #6B6B6B;
  font-size: 1em;
}
.page-diretoria-list .diretor-lista-titulo .diretor-lista-itens {
  margin: 10px 0px 20px 0px;
}
.page-diretoria-list .diretor-lista-titulo .diretor-lista-itens .diretor-lista-item {
  line-height: 22px;
}

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