@media (max-width: 767px) {
   header {
      height: 10px !important;
   }
   header .logo {
       float: left;
       width: 80% !important;
   }
}

header .logo {
    width: 30% !important;
}

.activity-note a, .activity-note a:hover, .activity-note a:focus, .activity-note a:active {
    color: white;
    text-decoration: underline;
}

body{
    
font-family: 'Montserrat',sans-serif;
background-color: #ffffff;
	color: #4d4d4f !important;

}

.discussionThreadTitle .ticket {
   display: none;
}
.h1-discussions .ticket, .discussionTitle .ticket {
   display: none;
}

.landing-banner-custom {
	display:none;
}

.body-page-login .landing-banner-custom, .body-page-index .landing-banner-custom {
background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,.5),rgba(255,255,255,.5)),url(/images/seg/Banner-2-images.jpg);
	background-image: linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.5)),url(/images/seg/Banner-2-images.jpg);
        background-size: contain;
    background-repeat: no-repeat;
	background-position: top center;
    height: 400px;
    width: 100%;
    display: inline;
    left: 0px;
    overflow: visible;
    position: absolute;
    top: 110px;
    z-index: -2000;
}

.body-page-login .content, .body-page-index .content {
	background: transparent;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;
	
}

header {
    background: white;
    height: 120px;
    padding: 5px 5px 0px;
}

header .logo {
    width: auto;
}

footer {
    background: #e9e9e9;
	height:auto;
	overflow:hidden;
	padding: 20px;
}
footer .copyright {
	padding: 0px;
}

footer .copyright ul li a {
    color: #666666;
}
footer .copyright p {
    color: #666666;
}
footer .copyright ul li {
    color: #666666;
}
footer .logo {
	width: 210px;
}

h1 {
    margin: 0 0 30px;
    color: #007a33;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Montserrat',sans-serif;
}
h2, #homeMenu h2 a {
    color: #007a33;
}

h1 .ticket {
    color: white;
    background: #007a33;
}
h3 {
    margin: 0 0 20px;
    color: #4d4d4f;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
}

#myrewards .points > .monthly > .number, #myrewards .points > .yearly > .number, #myrewards .points > .entries > .number {
    background: #007a33;
    color: white;
}
.btn {
font-family: 'Montserrat',sans-serif !important;
}
.btn.green {
    background: #007a33;
}
.btn-primary {
    background: #007a33;
    color: white;
    border: 1px solid white;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
 {
    background: #47aa5e;
    color: white;
}

.form-horizontal > div {
    background: transparent !important;
    border: none !important;
}

.profileProgressIndicatorOn {
    background: #007a33;
}


.nav-tabs > li.active > a {
    border: 2px solid #007a33;
    background: white;
    color: #007a33;
}
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:active {
    border: 2px solid #84bd00;
    background: #84bd00;
    color: white;
}

.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus {
    border: 2px solid #84bd00;
    background: white;
    color: #84bd00;
}


#profile > .profile-panel.edit-mode .edit-options ul li a {
    color: #007a33;
}

span.home-page-icon a .circle {
    background: #007a33;
}
span.home-page-icon a {
    color: #007a33;
}
span.home-page-icon a:hover .circle .icon {
    color: #84bd00;
}

span.home-page-icon a .badge {
    color: white;
    background: #84bd00;
    border: 2px solid white;
}

.activity-list .item > .top-bar > .indicator > .ticket {
    color: white;
    background: #007a33;
}

.activity-list .item > .top-bar > .indicator > .check {
    color: white;
    background: #007a33;
}

.activity-note {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 5px;
    background: #47aa5e;
    position: relative;
    color: #fff;
    font-family: 'Montserrat',sans-serif;
}

.avatar > .avatar-icon {
    background: #007a33;
    color: white;
}

.feed-tags > ul.actions li a .fa {
    color: #007a33;
}

#feed .item > .detail .read-more {
    color: #007a33;
}

.notice > .notice-icon {
    background: #007a33;
    color: white;
}

a, a:hover, a:focus, a:active {
    color: #da291c;
}

.form-control:focus {
    border-color: #007a33;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.login-button {
    color: white;
    background: #007a33;
}

header .mobile-menu a {
    color: #007a33;
}

#main-navigation .mobile-menu-links > li.active > a {
        color: #84bd00;
    }
    
    #main-navigation .mobile-menu-links > li > a {
        color: #007a33;
    }

    #main-navigation .mobile-menu-links > li > a:hover {
        color: #84bd00;
    }

    #main-navigation .mobile-menu-links > li > a > .circle {
        border: 2px solid #007a33;
        color: white;
        background: #ffffff;
    }

    #main-navigation .mobile-menu-links > li > a > .circle > .icon {
        border-color: #007a33;
        color: #007a33;
    }

    #main-navigation .mobile-menu-links > li.active > a > .circle {
        border: 2px solid white;
        border-color: #84bd00;
        color: #84bd00;
        background: #ffffff;
    }

    #main-navigation .mobile-menu-links > li > a:hover > .circle {
        border-color: #84bd00;
        color: #84bd00;
	background: #ffffff;
    }
    #main-navigation .mobile-menu-links > li > a:hover > .circle > .icon {
        color: #84bd00;
    }
    
    #main-navigation .mobile-menu-links > li.active > a > .circle > .icon {
        color: #84bd00;
    }

    #main-navigation .mobile-menu-links li a .badge {
        color: white;
        border: 2px solid white;
        background: #84bd00;
    }

.login-errors {
    color: red;
}

.content {
    margin-top: 60px;
	background: #fff;
    border-radius: 8px;
    padding:30px 25px 25px;
    box-shadow: 0px 0px 6px 0px #aaa;
	
}

#winners-list {
	
font-family: 'Montserrat',sans-serif;
}

.form-panel h3 .required {
font-family: 'Montserrat',sans-serif;
}

.task-bar {
	background: #f1f1f1;
	padding: 10px 20px;
}
.loginSubButton {
	float: none !important;
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px;
	
}
.loginSubButton a{
	color: #933235 !important;
}

.login-wrapper {
	margin-top: 270px;
    margin-bottom: 35px;
	background: #fff;
    border-radius: 8px;
    padding:30px 25px 25px;
    box-shadow: 0px 0px 6px 0px #aaaaaa;
}

.loginWhyJoinBox {
	background: #007a33;
    	margin-right: -5px;
    	margin-left: -5px;
	display:flex;
}

.loginWhyJoinBox .text {
	color: #ffffff;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	padding: 15px;
}

.loginWhyJoinText {
	font-size: 24px;
	font-weight: 400;
	color: #007a33;
}

.login-outro p {
	text-align: center;
	padding: 0px 20px;
	margin-bottom: 30px;
}

.intro-icon-1, .intro-icon-2, .intro-icon-3, .intro-icon-4 {
	width: 50%;
    	height: 100%;
    	background-repeat: no-repeat;
    	background-size: 45px;
    	background-position: 15px;
}
.intro-icon-1 {
	background-image: url(/images/seg/speech-bubbles-2-rectangles-icon-REV.png);
}
.intro-icon-2 {
	background-image: url(/images/seg/speech-bubble-tick-icon-REV.png);
}
.intro-icon-3 {
	background-image: url(/images/seg/coins-icon-REV.png);
}
.intro-icon-4 {
	background-image: url(/images/seg/trophy-icon-REV.png);
}

.welcome-heading {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 25px;
}
.intro-box-2, .intro-box-4 {
	background-color: #82bc00;
}
#discussions .discussion-item > .detail p span.new {
	background: #007a33;
}
#feed .item.pinned-item {
	background: #47aa5e;
}

#feed .item.pinned-item > .close-btn {
    color: #ffffff !important;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 5px;
}

#feed .item > .detail > h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}

.feed-tags > ul.meta li {
    font-size: 13px;
}

@media (max-width: 1530px) {

.body-page-login .landing-banner-custom, .body-page-index .landing-banner-custom {
	height: 300px;
}

.login-wrapper {
	margin-top: 170px;
}

@media (max-width: 1090px) {

footer .logo {
	float:none;
	margin: 5px auto 25px auto;
}

.body-page-login .landing-banner-custom, .body-page-index .landing-banner-custom {
	height: 250px;
}

.login-wrapper {
	margin-top: 120px;
}

@media (max-width: 992px) {

.col-md-3 {
	min-height: 0px;
}
.content {
	overflow:hidden;
}
header {
    height: 125px;
}

.body-page-login .landing-banner-custom, .body-page-index .landing-banner-custom {
	height: 180px;
}

.loginSubButton {
	float: right!important;
    margin-top: -25px!important;
}
.login-wrapper {
	width: 95%;
    	margin: 70px auto 30px;
}
.loginWhyJoinBox {
	margin: 0px 0px 5px;
    	height: 80px;
    	padding: 0px;
    	width: 50%;
    	float: left;
}
.intro-icon-1, .intro-icon-2, .intro-icon-3, .intro-icon-4 {
    	background-position:50%;
}

@media (max-width: 767px) {

.btn.right.loginSubButton {
	float: right!important;
    	margin-top: -40px!important;
	background:transparent !important;
	width: auto;
	color: #82bc00;
	border: 1px #82bc00 solid;
}
.btn.right.loginSubButton a {
	color: #82bc00!important;
	background:transparent!important;
}

@media (max-width: 500px) {

.btn.right.loginSubButton {
	float: none !important;
    	margin-top: 20px!important;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 5px;
}
.btn.right.loginSubButton a {
	font-size: 12px;
}

.body-page-login .landing-banner-custom, .body-page-index .landing-banner-custom {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),url(/images/seg/Banner-4-images.jpg);
	background-image: linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),url(/images/seg/Banner-4-images.jpg);
	background-position: top top;
    height: 100px;
	top: 120px;
    
}

.loginWhyJoinBox {
    	width: 100%;
}
.login-outro {
	margin: 0px;
}
.login-wrapper {
	width: 100%;
	margin-top: 10px;
}
.welcome-heading {
	margin-bottom: 50px;
}
footer .logo {
	width: 100%;
}