/* General */
.imgMargin {
	margin-right:20px!important;
}
.imgMarginLeft {
	margin-left:20px!important;
}
.marginBottom {
	margin-bottom:40px;
}
* {
    font-family: "Ubuntu", sans-serif;
}

.img-center {margin:0 auto;}

h1, h2, h3, h4, h5, h6, h7 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    /*text-transform: uppercase;*/
}

h1, h2, h3 {
    font-size: 18px;
}
h1 {
    border-bottom: 1px dotted gray;
    padding-bottom: 5px;
    padding-top: 20px;
}
h5 {
    font-weight: bold;
    padding-bottom: 5px;
}

ul {
    list-style: none;
}

.content li:before {
    background: url("../files/bullet.png");
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-size: contain;
    margin-left: -20px;
    position: absolute;
    margin-top: 5px;
}

body {
    background-color: RGBA(113, 191, 69, 1);
}

body > .wrapper {
    background-color: RGBA(255, 255, 255, 1);
    border-radius: 10px 10px 0px 0px;
    margin-top: 20px;
    padding: 20px 20px 0px 20px;
}

body header nav ul > li > a {
    font-weight: bold;
    outline: none;
}
.rm-layout-expanded .rm-nav > ul > li {
    padding: 10px;
}

.rm-layout-expanded .rm-menu-item a,
.rm-layout-expanded > li > a {
    padding-left: 0;
    padding-right: 0;
}

.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 20px;
    padding-bottom: 25px;
}
.rm-layout-expanded .rm-nav > ul > li.rm-first {
    padding-left: 30px;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    line-height: 2em;
}
nav ul > li > a:hover,
nav ul > li a:focus,
nav ul > li.rex-current > a {
    outline: none;
    border-bottom: 2px solid white;
}
nav ul > li > ul > li > a:hover,
nav ul > li > ul > li > a:focus,
nav ul > li.rex-current > ul > li > a {
    background-color: white;
    outline: none;
    color: #6EC13B;
    border-bottom: none;
}

body header img {
    max-width: 178px;
    max-height: 65px;
}

body > footer {
    margin-bottom: 20px;
}

body > footer .footer {
    background-color: RGBA(95, 96, 98, 1);
     border-radius: 0px 0px 10px 10px;
    color: #C0C0C0;
    padding: 20px;
}

body > footer .sitemap {
    background-color: RGBA(95, 96, 98, 1);
    color: #C0C0C0;
    padding: 20px;
    border-bottom: 1px solid #C0C0C0;
}

body > footer .sitemap li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

body > footer a {
    color: #C0C0C0;
}

body > footer .sitemap ul > li {
    font-weight: bold;
}

body > footer .sitemap ul > li > ul {
    list-style: none;
    padding-left: 0;
}

body > footer .sitemap ul > li > ul > li {
    display: list-item;
    margin-left: 0;
    font-weight: normal;
}

section.separator {
    height: 5px;
    width: 100%;
    background: transparent url("../files/separator.jpg") repeat-x left;
}

.rm-nav {
    margin-top: 10px;
}

.rm-menu, .rm-nav ul {
    background-color: RGBA(113, 191, 69, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.text-white,
.text-green,
.text-blue {
    padding: 20px;
    text-align: justify;
}

.text-green {
    color: white;
    background-color: RGBA(113, 191, 69, 1);
}
.text-blue {
    color: white;
    background-color: #5B9BD5;
}

/* Team */

.team-profile {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.team-profile h5 {
    text-align: center;
    border-bottom: 1px dotted black;
}

.team-profile p {
    text-align: center;
}
.team-profile img {
    max-width: 100%;

}

.formsubmit {
  text-align: center;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 150px;
    background: #aaa;
}

.cta {
  position: absolute;
  width: 407px;
  height:65px;
  right: 15px;
  background: white url("../files/cta.png");
  background-size: contain;
}
.cta a {
  display: block;
  position: absolute;
  height: 65px;
  width: 164px;
  right: 0;
  cursor: pointer;
  z-index: 900;
}
.fb {
  position: absolute;
  width: 65px;
  height:65px;
  right: 360px;
  /*background: white url("../files/cta.png");*/
  background-size: contain;
}
.fb a {
  display: block;
  position: absolute;
  height: 65px;
  width: 65px;
  right: 0;
  cursor: pointer;
  z-index: 901;
}
.hidden-fb {
	padding-left:20px;
}
@media (min-width: 768px) {
.hidden-fb {
	display:none!important;
}
}