html {
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  line-height: 19px;
  /* important */
  height: 100%;
}
body {
  margin: 0;
  background-color: #3aaa35;
  color: #ffffff;
  /* important */
  height: 100%;
  text-align: justify;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: inherit;
}
a:active,
a:hover {
  outline: 0;
  color: inherit;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  color: inherit;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


h1.slim,
h2.slim,
h3.slim,
h4.slim,
h5.slim,
h6.slim {
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  color: inherit;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1.line::after,
h2.line::after,
h3.line::after{
  display: block;
  position: absolute;
  margin-top: 0px;
  content: "";
  width: 65px;
  height: 4px;
  background-color: #000000; 
}

h1.line{margin-bottom: 70px;}
h1.line::after{margin-top: 31px;}
h2.line{margin-bottom: 50px;}
h2.line::after{margin-top: 21px;}
h3.line{margin-bottom: 10px;}
h3.line::after{margin-top: 8px;}




h1 {
  font-size: 60px;
  line-height: 65px;
}
h2 {
  font-size: 42px;
  line-height: 47px;
}
h3 {
  font-size: 32px;
  line-height: 37px;
}
h4 {
  font-size: 24px;
  line-height: 29px;
}
h5 {
  font-size: 14px;
  line-height: 19px;
}
h6 {
  font-size: 12px;
  line-height: 17px;
}

h1.subH,
h2.subH,
h3.subH,
h4.subH,
h5.subH,
h6.subH {
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
}

.noHmargin h1, .noHmargin h2, .noHmargin h3, .noHmargin h4, .noHmargin h5, .noHmargin h6{
  margin-top: 5px;
  margin-bottom: 5px;
}
.noHmargin h1.subH, .noHmargin h2.subH, .noHmargin h3.subH, .noHmargin h4.subH, .noHmargin h5.subH, .noHmargin h6.subH{
  margin: 0px;
}


.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-left: 15px;
  padding-right: 15px;
}
.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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.centerDiv {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.centerText {
  text-align: center;
}
.wordwrap { 
   /*white-space: pre-wrap;      /* CSS3 */   
   /*white-space: -moz-pre-wrap; /* Firefox */   
   /*white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.noPadding{
  padding: 0px;
}
.noMargin{
  margin: 0px;
}

.fixedDiv{
text-align: center;
}

.fixedDiv .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.fixedDiv img.logo{
  width: 100%;
  max-width: 500px;
  height: auto;  
  vertical-align: middle;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.nav{
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}


.nav .sticky-nav{
  background-color: rgba(34, 133, 52, 0.92);
  width: 100%;
  float: left;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav .sticky-nav.stuck{
  position:fixed;
  top:0;
  left:0;
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 999;
}

.nav .sticky-nav.showShadow {
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.23);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


.nav .sticky-wrapper{
  background-color: rgba(0, 0, 0, 0);
}

.nav .nav-title{
  margin-bottom:5px;
}

.nav .nav-menu{
  position: relative;
  width: 100%;
  max-width: 700px;
  padding-top: 19px;
  padding-bottom: 20px;
  float: none;
  margin-right:auto;
  margin-left:auto;
}

.nav .nav-item{
  margin-top: 1px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 3px;
  display:inline-block;
  position: relative;
  font-size: 18px;
  height: 19px;
}

.nav a{
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.nav .nav-menu{
  display:block;
}
.nav.opened .nav-menu{
  display:block;
}

.nav .nav-menuToggle{
  display:none;
  width: 100%;
  height: 70px;
  margin:0px;
  float: left;
  position: relative;
}
.nav.opened .nav-menuToggle{
  margin-bottom:5px;
}

.nav .nav-menuToggle h3{
  margin:0px;
  background-color: transparent;
  cursor: pointer;
  text-align: right;
  float: right;
  height: 70px;
  width:70px;
  font-size: 24px;
  line-height: 29px;
}
.nav .nav-menuToggle h3 i{
  padding: 22px;
  padding-right: 21px;
  padding-left: 23px;
}

body .nav .nav-menuLogo{
  margin:0px;
  height: 70px;
  width: 171px;
  position: absolute;
  float: left;
  left: -181px;
  opacity: 0;
  top: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: rgba(08, 0, 0, 0.70);
  /*background-color: rgba(58, 170, 53, 0.70);*/
}
.nav .nav-menuLogo img{
  width: 151px;
  height: auto;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -75px;
}

body.showLogo .nav .nav-menuLogo, body.showLogo .nav .showLogo .nav-menuLogo, body .nav .showLogo .nav-menuLogo{
  left: 0px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav .nav-menuToggle .opened{
  display: none;
}
.nav .nav-menuToggle .closed{
  display: block;
}

.nav.opened .nav-menuToggle .opened{
  display: block;
}
.nav.opened .nav-menuToggle .closed{
  display: none;
}


.content{
  margin: 0px;
  padding: 0px;
  position: relative;
  min-height: auto;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  float: left;
  background-color: #3aaa35;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content .in-content{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.content .in-content a{
  color: #ffffff;
  text-decoration: underline;
}

.footer{
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  min-height: auto;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  float: left;
  background-color: #3aaa35;
  -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.footer .in-footer{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}


a, .nav .nav-menuToggle h3{
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
  background-color: transparent;
}

.content .in-content a:hover{
  background-color: yellow;
  color: #000000;
}

.nav a .nav-item{
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color:#ffffff;
}
.nav a:hover .nav-item, .nav a.active .nav-item{
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color:#000000;
  font-family: 'Catamaran', sans-serif;
  font-weight: 700;
}

.beforeNav{
  height: 20px;
  width: 100%;
  background-color: #3aaa35;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.beforeNav.changeColor{
  background-color: #3aaa35;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -ms-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.beforeNavLogo{
  margin:0px;
  margin-top: 5px;
  padding: 0px;
  position: relative;
  min-height: 375px;
  width: 100%;
  overflow-x: hidden;
  background-color: transparent; 
  /*-webkit-box-shadow: inset 0px -61px 44px -44px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 0px -61px 44px -44px rgba(0,0,0,0.45);
  box-shadow: inset 0px -61px 44px -44px rgba(0,0,0,0.45);*/
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

body.showShadow .beforeNavLogo{
  -webkit-box-shadow: inset 0px -61px 44px -44px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 0px -61px 44px -44px rgba(0,0,0,0.45);
  box-shadow: inset 0px -61px 44px -44px rgba(0,0,0,0.45);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}



.fixedDiv{
  margin: 0px;
  padding: 0px;
  position: fixed;
  top: 75px;
  z-index: -1;
  height: 391px;
  width: 100%;
  overflow: hidden;
  background-image: url("../imgs/fundo.png");
  background-size: auto 381px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

body.showLogo .beforeNavLogo{
  min-height: 150px;
  margin-top: 0px;
  -webkit-box-shadow: inset 0px -61px 44px -44px rgba(0,0,0,0.45);
  -moz-box-shadow: inset 0px -61px 44px -44px rgba(0,0,0,0.45);
  box-shadow: inset 0px -61px 44px -44px rgba(0,0,0,0.45);
}


body.showLogo .fixedDiv{
  top: 35px;
}


.fixedDiv center, .nav-menuLogo center{
  height: 100%;
}

a:active, a:focus,input, input:active, input:focus,textarea:active, textarea:focus, button:active, button:focus{outline: 0;outline-style:none;outline-width:0;}  
a:active, a:focus,button::-moz-focus-inner,textarea:focus::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner{border: none;}


@media (max-width: 542px) {
  .topLogos{
    display: none;
  }
}

@media screen and (max-width: 880px) {
  .nav .nav-menu{
    max-width: 650px;
  }
}

@media screen and (max-width: 1040px) {
  body.showLogo .nav .nav-menu, body.showLogo .nav .showLogo .nav-menu, body .nav .showLogo .nav-menu{
    margin-right: 15px; text-align: right;
  }
}

@media screen and (max-width: 880px) {
  .beforeNav{
    display:none;
  }
  .nav .nav-menu{
    display:none;
    float: left;
    max-width: 744px;
  }
  .nav.opened .nav-menu{
    display:block;
  }
  .nav .nav-menuToggle{
    display:block;
  }

  body.showLogo .nav .nav-menu, body.showLogo .nav .showLogo .nav-menu, body .nav .showLogo .nav-menu{
    margin-right: auto; text-align: center;
  }
}

@media screen and (max-width: 630px), screen and (max-height: 630px) {
  .beforeNavLogo{
    min-height: 280px;
    margin-top: 0px;
  }
  .fixedDiv{
    top: 70px;
    height: 280px;
    background-size: auto 95%;
  }

  body.showLogo .beforeNavLogo{
    min-height: 120px;
  }

  body.showLogo .fixedDiv{
    top: 45px;
  }

  h1,h2,h3,h4,h5,h6, .fixedDiv, .beforeNavLogo, .footer, .content{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  h1 {
    font-size: 52px;
    line-height: 57px;
  }
  h2 {
    font-size: 34px;
    line-height: 39px;
  }
  h3 {
    font-size: 24px;
    line-height: 29px;
  }
  h4 {
    font-size: 14px;
    line-height: 19px;
  }
  h5 {
    font-size: 12px;
    line-height: 17px;
  }
  h6 {
    font-size: 12px;
    line-height: 17px;
  }

  .footer, .content{
    padding: 0px;
  }
}

@media screen and (max-width: 500px), screen and (max-height: 500px) {
  .beforeNavLogo{
    min-height: 200px;    
    margin-top: 0px;
  }
  .fixedDiv{
    height: 200px;
    background-size: auto 95%;
    top: 70px;
  }

  body.showLogo .beforeNavLogo{
    min-height: 110px;
  }

  body.showLogo .fixedDiv{
    top: 40px;
    height: 280px;
    background-size: auto 95%;
  }

  h1,h2,h3,h4,h5,h6, .fixedDiv, .beforeNavLogo, .footer, .content{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  h1 {
    font-size: 42px;
    line-height: 47px;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  h4 {
    font-size: 14px;
    line-height: 19px;
  }
  h5 {
    font-size: 12px;
    line-height: 17px;
  }
  h6 {
    font-size: 12px;
    line-height: 17px;
  }

  .footer, .content{
    padding: 0px;
  }
}


.content h1.line:first-child, .content h2.line:first-child, .content h3.line:first-child{
  margin-top: 0px;
}

.content p+h3, .content p+h2, .content p+h1{
  margin-top: 35px;
}


/* ////////////////////////////////////////////////  IE 678 */
.ie67 .searchBox .text{
  display: block;
}

.ie678 .nav .showLogo .nav-menuLogo{
  display: none;
  left: -200px;
}

.ie678 .nav .nav-menuLogo{
  display: none;
  left: -200px;
}

.ie678 .nav .sticky-nav.stuck {
  border-bottom:1px solid #f2f2f2;
}

.ie678 .nav .sticky-nav{
  border-bottom:1px solid transparent;
}

.nav-menuToggle .menuImages{
  display: none;
}

.ie67 .nav-menuToggle .menuImages{
  display: block;
}

.nav-menuToggle h3::after{
  display: none;
}


.map_wrapper {
    height: 250px;
}

.map_wrapper .map_canvas {
    width: calc(100% - 250px);
    height: 100%;
    display: inline-block;    
    float: left;
}
.map_wrapper img {
    width: 250px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    float: left;
    display: inline-block;
}

@media screen and (max-width: 550px), screen and (max-height: 500px) {
  .map_wrapper {
    height: 150px;
  }

  .map_wrapper .map_canvas {
      width: calc(100% - 150px);
      height: 100%;
      display: inline-block;    
      float: left;
  }
  .map_wrapper img {
      width: 150px;
      margin: 0px;
      border: 0px;
      padding: 0px;
      float: left;
      display: inline-block;
  }

}


#notice-wrapper{
  position: absolute; 
  left: 0px;
  top:85px;
  width: calc(100% - 30px);
  margin-left: 15px;
}
#notice{  
  position: relative;
  width: auto;
  max-width: 500px;
  padding: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #ffffff;
  background-color: #d75d5d;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.29);
  margin: 0px auto;
  text-align: center;
}

.close_notice{
  height: 30px;
  width: 30px;
  color: #ffffff;
  cursor: pointer;
  position: absolute; 
  right: 8px;
  top: 8px;
}



.wow{
  visibility: hidden;
}


.nav-item img{
  vertical-align: top;
  margin-top: -1px;
}

.nav-item img.hidden, .nav-item:hover img{
  display: none;
}

.nav-item:hover img.hidden, .nav-item img{
  display: inline-block;
}





.read_more_wrapper{
  max-height: 90px;
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
}

.read_more_wrapper .read_more_button{
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  background: rgba(59,170,53,0.8);
  background: -moz-linear-gradient(top, rgba(59,170,53,0) 0%, rgba(59,170,53,0.61) 23%, rgba(59,170,53,0.84) 52%, rgba(59,170,53,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(59,170,53,0)), color-stop(23%, rgba(59,170,53,0.61)), color-stop(52%, rgba(59,170,53,0.84)), color-stop(100%, rgba(59,170,53,1)));
  background: -webkit-linear-gradient(top, rgba(59,170,53,0) 0%, rgba(59,170,53,0.61) 23%, rgba(59,170,53,0.84) 52%, rgba(59,170,53,1) 100%);
  background: -o-linear-gradient(top, rgba(59,170,53,0) 0%, rgba(59,170,53,0.61) 23%, rgba(59,170,53,0.84) 52%, rgba(59,170,53,1) 100%);
  background: -ms-linear-gradient(top, rgba(59,170,53,0) 0%, rgba(59,170,53,0.61) 23%, rgba(59,170,53,0.84) 52%, rgba(59,170,53,1) 100%);
  background: linear-gradient(to bottom, rgba(59,170,53,0) 0%, rgba(59,170,53,0.61) 23%, rgba(59,170,53,0.84) 52%, rgba(59,170,53,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3baa35', endColorstr='#3baa35', GradientType=0 );
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  line-height: 70px; 
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


.read_more_wrapper.expanded{
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.read_more_wrapper.expanded .read_more_button{
  background: rgba(59,170,53,0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}





.litle_read_more_wrapper, .in_read_more_wrapper{
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
}

.litle_read_more_wrapper .read_more_button, .in_read_more_wrapper .in_read_more_button{
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
}

.litle_read_more_wrapper .read_more_content, .in_read_more_wrapper .in_read_more_content{
  display: none;
  width: 100%;
}

.litle_read_more_wrapper.expanded, .in_read_more_wrapper.expanded{
  margin-bottom: 16px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; 
}


.litle_read_more_wrapper h5{
  width: calc(100% - 20px);
  font-size: 15px;
  text-transform: none;
  margin-bottom: 5px;
}


.in_read_more {
    min-height: 200px;
    margin-bottom:20px;
}

.in_read_more .in_content {
    width: calc(100% - 230px);
    height: 100%;
    display: inline-block;    
    float: left;
}
.in_read_more img {
    width: 200px;
    margin: 0px;
    border: 0px;
    padding: 0px;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.in_read_more.noImage {
    min-height: 60px;
    margin-bottom:20px;
}

.in_read_more.noImage .in_content {
    width: calc(100% - 20px);
    height: 100%;
    display: inline-block;    
    float: left;
}


@media screen and (max-width: 550px), screen and (max-height: 500px) {
  .in_read_more {
      min-height: 100px;
      margin-bottom:20px;
  }

  .in_read_more .in_content {
      width: calc(100% - 130px);
      height: 100%;
      display: inline-block;    
      float: left;
  }
  .in_read_more img {
      width: 100px;
      margin: 0px;
      border: 0px;
      padding: 0px;
      float: left;
      display: inline-block;
      margin-right: 10px;
  }

  .in_read_more.noImage {
    min-height: 60px;
    margin-bottom:20px;
}

.in_read_more.noImage .in_content {
    width: calc(100% - 20px);
    height: 100%;
    display: inline-block;    
    float: left;
}

}



#content .formWrapper{
  position: relative;
  float: left;
  height: auto;
  width: 100%;
  overflow-y:hidden;
  overflow-x:auto; 

}

#content .formWrapper .formRegistration{
  height: 1800px;
  width: 600px;
  background: none;
  overflow-y:hidden;
  overflow-x:auto; 
}