.volunteer-buttons{align-items:center;display:flex;justify-content:center}.volunteer-button{background-color:#f4f6f8;border:1px solid #fff;box-shadow:none;color:#2e3b45;cursor:pointer;font-family:Poppins,Sans-serif;font-size:14px;font-weight:700;letter-spacing:.5px;line-height:1.5em;padding:25px;transition-duration:.3s}.volunteer-button.active,.volunteer-button:hover{background-color:#c93a2f;color:#fff}.volunteer-button:first-child{border-radius:5px 0 0 5px!important}.volunteer-button:last-child{border-radius:0 5px 5px 0!important}.volunteer-wrapper{padding:40px}.volunteer-content{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:moveUp;animation-name:moveUp;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:cubic-bezier(.26,.69,.37,.96);animation-timing-function:cubic-bezier(.26,.69,.37,.96)}.volunteer-content p{color:#555;font-family:Poppins,Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;margin:0 0 50px}.volunteer-content .hsfc-Step__Content{padding:0!important}.volunteer-content textarea{height:160px}.volunteer-content button{background-color:#3076af!important;border-radius:5px!important;box-shadow:0 10px 25px -10px rgba(48,118,175,.5)!important;color:#fff!important;font-family:Poppins,Sans-serif;font-size:14px!important;font-weight:700!important;letter-spacing:.5px!important;line-height:1.5em!important;padding:10px 30px!important;width:100%!important}.volunteer-fb{text-align:center;width:100%}.volunteer-fb a{background-color:#c9392f;box-shadow:0 10px 25px -10px #c9392f80!important;font-family:Poppins,Sans-serif;font-size:14px;font-weight:700;letter-spacing:.5px;line-height:1.5em;fill:#fff;border:1px solid #c9392f;border-radius:5px 5px 5px 5px;color:#fff;padding:10px 30px;text-decoration:none;transition-duration:.3s}.volunteer-fb a:hover{background-color:#b4332a;border-color:#b4332a;box-shadow:0 10px 25px -10px #b4332a80!important;color:#fff}@keyframes moveUp{0%{opacity:0;-webkit-transform:translateY(25px);transform:translateY(25px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}