/***************************
slider pagination
****************************/
.slides-pagination{
background: @lightGray;
a.current{
background: @brand-secondary;
}
}
.slides-navigation{
a{
background: @lightGray;
color: @brand-secondary;
&:hover{
background: darken(@lightGray, 10%);
}
&.prev{
border-right: 1px solid @lightGray;
}
&.next{
border-left: 1px solid @lightGray;
}
}
}
/***************************
buttons
****************************/
.btn-primary {
.button-variant(@brand-primary, transparent, @brand-primary);
&:hover{
background-color: @brand-primary;
color:@white;
border-color: @brand-primary;
}
}
.form-submit{
.btn-primary;
}
/***************************
section title heading
****************************/
.section-title .title,
.section-title h2{
letter-spacing:0;
}
/***************************
Footer
****************************/
//footer
.footer-group{
background: url();
background-size: cover;
background-position: center;
.add-psych (@white, 80%, @white, @white);
}
.disclaimer{
margin: 0;
width: 100%;
}
/***************************
Team Page
****************************/
div.view-ind-team-member.view-id-ind_team_member .views-row{
margin-bottom: 3.5em;
border-bottom: 1px solid @lightGray;
padding-bottom: 3em;
}