.banner__bg {
 background-position: center left;
}
.footer{
 color: #bbb;
}
.content-box--icon-boxed {
    text-align: center;
    background: #fff0;
    padding: 10px 15px;
        padding-bottom: 10px;
    padding-bottom: 30px;
    margin-top: 40px;
    border: 0px solid #ddd;
}
.banner__content .content-box__title {
  color: #FFFFFF;
}
.banner-title {
  font-size: 45px;
}
.banner-desc {
  font-size: 35px;
}
.pricing__price-wrapper {
  height: 4em;
}
.pricing__content {
  min-height: 5em;
}
/*.navbar-item-submission.full-menu-only a {
  background: transparent !important;
  color:  #009639 !important;
}*/

.nav-tabs > li.active::before {
  background: #009639;
}
/*.pricing__header>div {
  color: #009639;
}*/
#navbar a{ 
 font-weight: bold;
}
.content-box--icon-boxed .content-box__title {
    margin-top: 0;
    color: #009639;
}

/*PARTNERS*/
.w-40 > a > img{
 width:40%;
}
.w-45 > a > img{
 width:45%;
}
.w-55 > a > img{
 width:55%;
}
.w-60 > a > img{
 width:60%;
}

#m-auto > div > img{
 margin: 0 auto;
}

/* REGISTER */
.link-type, .link-type:hover{
 color: inherit;
}

/* MEDIA */
@media(min-width:768px){
 .w-img60 img{
 width: 60%;
 }
 .w-img55 img{
 width: 55%;
 }
 .w-img50 img{
 width: 50%;
 }
 .w-img45 img{
 width: 45%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img35 img{
 width: 35%;
 }
 .w-img20 img{
 width: 20%;
 }
 .w-img10 img{
 width: 10%;
 }
}