| if(!expand) | if(!expand) | ||||
| { | { | ||||
| $(this).closest(".position").css({"background-color": "#993c95", "color": "white"}); | $(this).closest(".position").css({"background-color": "#993c95", "color": "white"}); | ||||
| } | } | ||||
| else | |||||
| { | |||||
| $(this).closest(".position").css({"background-color": "#fff", "color": "#000"}); | |||||
| } | |||||
| expand= !expand; | |||||
| }); | }); | ||||
| // | // | ||||
| //contact form | //contact form |
| { | { | ||||
| padding-top: 20px; | padding-top: 20px; | ||||
| } | } | ||||
| .position-name h4 | |||||
| { | |||||
| position: relative; | |||||
| margin-right: 55px; | |||||
| } | |||||
| .chevron | .chevron | ||||
| { | { | ||||
| position: absolute; | position: absolute; | ||||
| { | { | ||||
| padding:0px; | padding:0px; | ||||
| } | } | ||||
| .chevron | |||||
| { | |||||
| right:20px; | |||||
| } | |||||
| .position-name h4 | |||||
| { | |||||
| position: relative; | |||||
| margin-right: 55px; | |||||
| font-size: 1.2rem; | |||||
| } | |||||
| } | } | ||||
| .diligent-purple-background | .diligent-purple-background |