@font-face {
    font-family: 'dax-light';
    src: url('/fonts/daxlight-webfont.eot');
    src: url('/fonts/daxlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/daxlight-webfont.woff2') format('woff2'),
         url('/fonts/daxlight-webfont.woff') format('woff'),
         url('/fonts/daxlight-webfont.ttf') format('truetype'),
         url('/fonts/daxlight-webfont.svg#dax-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: Arial, sans-serif;
  min-height: 100vh;
}

body.login, body.register, body.volunteer {
  background: url(/img/bg-bird.png) no-repeat white;
  background-size: 60%;
  background-position:  bottom 50px left 10px;
}

.wrapper {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
/*  display: flex;
  flex-direction: column;*/
}

h1 {
  margin: 0 0 40px 0;
  padding: 0;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.4px;
  color: #202020;
}
h1 span {
  display: block;
}

h2, .h2 {
  margin: 0 0 30px 0;
  padding: 0;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.4px;
  color: #33322C;
}
h2 span, .h2 span {
  display: block;
}

h3, .h3 {
  margin: 0 0 25px 0;
  padding: 0;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -0.4px;
  color: #33322C;
}

h4, .h4 {
  margin: 0;
  padding: 0;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.4px;
  color: #202020;
}

ol li, ul li {
  font-size: 16px;
}

img[style$="left;"] {
  margin-right: 25px;
}

.big-title {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: normal;
  color: #333F48;
  margin-bottom: 45px;
}

.small-title {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #333F48;
  margin-bottom: 23px;
}

.small-title + .small-paragraph {
    margin-top: -5px;
    margin-bottom: 25px;
}

p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #202020;
}

p:last-child {
  margin-bottom: 0;
}

.small-paragraph {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #111;
}

.blockquote {
  padding: 30px 25px 30px 80px;
  background: url(/img/blockquote-bg.png) no-repeat 20px center #F2F2F2;
  font-style: italic;
}

.margin-top {
	margin-top: 20px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

hr {
  border-top: 1px solid #D9D9D9;
}

a, input[type="submit"] {
  -webkit-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

p a {
  color: black;
  border-bottom: 1px solid black;
}

p a:hover {
  color: #333F48;
  border-bottom: 1px solid #333F48;
}

.new p a {
  color: white;
  border-bottom: 1px solid white;
}

.new p a:hover {
  opacity: 0.8;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ok {
  color: #333F48;
}

.fail {
  color: #8C0000;
}

input {
  -webkit-appearance: none;
  font-size: 15px;
  border: 1px solid #333F48;
  background-color: white;
  padding: 13px 10px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

label {
  font-weight: normal;
  color: #111;
}

.cookies {
  width: 100%;
  background: #C1D82F;
  color: white;
  padding: 15px;
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
  display: none;
}

.cookies p {
  font-size: 14px;
  padding: 0 25px 0 0;
  margin: 0;
}

.cookies__copy {
  color: white;
  margin: 0;
  font-size: 14px;
  padding: 0 25px 0 0;
}

.cookies__copy__link {
  color: inherit;
  font-weight: bold;
}
.cookies__copy__link:hover {
  opacity: 0.6;
  color: black;
}

.cookies__close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}

.ie11 .cookies__close {
  right: 35px;
}

.cookies__close:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: black;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cookies__close:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: black;
  top: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cookies__close:hover:after, .cookies__close:hover:before {
  opacity: 0.6;
}

.box h5 a {
  color: inherit;
}

.button {
  display: inline-block;
  padding: 15px 25px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  color: black;
  background-color: #C1D82F;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
}
.button.off {
  color: white;
}
.button:hover {
  background: #A4B826;
  color: black;
  border: 0;
}
.button:focus, .button:active {
  background: #82921E;
  color: black;
}
.button--warning {
  display: inline-block;
  padding: 15px 25px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  color: white;
  background-color: #8C0000;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
}
.button--warning:hover, .button--warning:focus {
  color: white;
  background: #730000;
}

.button--off {
  display: inline-block;
  padding: 15px 25px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  color: white;
  background-color: #575757;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
}
.button--off:hover, .button--off:focus {
  color: white;
  background: #4a4a4a;
}

.btn-approve {
  background: #1A953C;
  color: white;
}

.btn-approve:hover, .btn-approve:focus {
  background: #048029;
  color: white;
}

header {
  position: fixed;
  width: 100%;
  background: #333F48;
  padding-top: 16px;
  padding-bottom: 16px;
/*  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);*/
  z-index: 100;
}

/* PCA */
.pca .pcatext {
    font: 1.1rem arial !important;
}

/* Login Form */
.login-box {
  background: #F2F2F2;
  padding: 100px 0 20px 0;
}

.login-box .form-group {
  width: 42%;
  float: left;
  margin-right: 1%;
  margin-bottom: 0;
  position: relative;
}
.login-box .form-group:last-of-type {
  margin-right: 0;
  width: 14%;
  margin-top: 26px;
}
.login-box .form-group label a {
  font-size: 12px;
  color: #263944;
}
.login-box .form-group label a:hover {
  color: grey;
}
.login-box .form-group [type="submit"] {
  width: 100%;
  display: inline-block;
  padding: 8px 3px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  color: black;
  background-color: #C1D82F;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
}
.login-box .form-group [type="submit"]:hover {
  background: #A4B826;
  color: black;
}
.login-box .form-group [type="submit"]:active {
  background: #82921E;
  color: black;
}

.login-box__form label {
  display: block;
  font-size: 15px;
  font-weight: normal;
}

.login-box__form .error {
  display: block;
  font-size: 15px;
  font-weight: normal;
}

.login-box__form input:not([type="submit"]) {
  width: 100%;
  -webkit-appearance: none;
  font-size: 15px;
  border: 1px solid black;
  background-color: white;
  padding: 4px 5px;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: black;
}

/* / Login Form */
main {
  margin: 125px 0 0;
/*  flex: 1*/;
}

/* Register Form */

img.the-team {
    margin: 20px 0 45px 0px;
    width: 100%;
}

.open-address {
  display: inline-block;
  color: #333F48;
  margin-top: 5px;
}
.open-address:hover, .open-address:focus {
  color: grey;
}

.register-form h3 {
  margin-top: 50px;
}

.register-form .form-group {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
}

.register-form .form-group.check, .register-form .form-group.where-you-live {
  width: 100%;
}


.form-group.check {
  padding-top: 15px;
}

.register-form .form-group.date {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.register-form .form-group.date select {
  -webkit-appearance: none;
  font-size: 15px;
  border: 1px solid #333F48;
  background-color: #F2F2F2 !important;
  padding: 13px 50px 13px 10px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-image: url(/img/down-arrow-select.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.register-form .form-group.date select.error {
  border-color: #B20000;
  background-image: url(/img/down-arrow-select--warning.svg);
}
.register-form .form-group.date label {
  display: inline-block;
}

.register-form div.clearfix:nth-child(3) .form-group {
  //display: none;
  margin-bottom: 5px;
}

.local-authority .form-group {
  margin-bottom: 0;
}

.local-authority select {
  width: 100%;
  -webkit-appearance: none;
  font-size: 15px;
  border: 1px solid #333F48;
  background-color: #F2F2F2 !important;
  padding: 13px 50px 13px 10px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-image: url(/img/down-arrow-select.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.local-authority select.error {
  background-image: url(/img/down-arrow-select--warning.svg);
  border-color: #B20000;
}

.local-authority select[disabled] {
  opacity: 0.5;
}

.local-authority .error, .date .error, .check .error {
  color: black;
  padding: 0 0 0 20px;
  text-align: left;
  background: url(/img/form-feedback-bad.svg) no-repeat left center;
  margin-top: 7px;
}

.register-form label.more-info {
  margin-bottom: 10px;
  -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
     -o-transform: translateY(-10px);
        transform: translateY(-10px);
}

.register-form .form-group:last-child {
  margin-right: 0;
}

.register-form__input {
  background: #F2F2F2;
  border: 1px solid black;
  padding: 13px 10px;
  font-size: 15px;
  width: 100%;
  margin-right: 2%;
}
.register-form__input::-webkit-input-placeholder {
  color: #111;
  opacity: 1;
}
.register-form__input::-moz-placeholder {
  color: #111;
  opacity: 1;
}
.register-form__input:-ms-input-placeholder {
  color: #111;
  opacity: 1;
}
.register-form__input::placeholder {
  color: #111;
  opacity: 1;
}
.register-form__input:last-of-type {
  margin-right: 0;
}
/*.register-form__input[required]::-webkit-input-placeholder:after {
  color: #B20000;
  content: " *";
  opacity: 1;
}
.register-form__input[required]::-moz-placeholder:after {
  color: #B20000;
  content: " *";
  opacity: 1;
}
.register-form__input[required]:-ms-input-placeholder:after {
  color: #B20000;
  content: " *";
  opacity: 1;
}
.register-form__input[required]::placeholder:after {
  color: #B20000;
  content: " *";
  opacity: 1;
}*/
.register-form__input.error {
  /*border-color: #B20000;*/
  border-color: black;
  background: url(/img/form-feedback-bad.svg) no-repeat 95% center #F2F2F2;
  padding: 13px 35px 13px 10px;;
}
.register-form__input.valid {
  background: url(/img/form-feedback-good.svg) no-repeat 95% center #F2F2F2;
  padding: 13px 35px 13px 10px;;
}

.error {

}
span.error {
  text-align: center;
}
label.error {
    text-align: center;
    color: white;
    background: #B20000;
    width: 100%;
    padding: 15px 20px;
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
}

.register-form input[type="checkbox"] {
  width: 12px;
  height: 12px;
  float: left;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-right: 5px;
  padding: 0;
  background: #F2F2F2;
  position: relative;
}
.register-form input[type="checkbox"]:checked:focus {
  outline: none;
}
.register-form input[type="checkbox"].error {
  border: 1px solid #B20000;
}
.register-form input[type="checkbox"]:checked:after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 14px;
  background: url(/img/checked.png);
  top: -6px;
  left: -3px;
}

.register-form .check label {
  width: 90%;
}
.register-form .check label a {
  color: #333F46;
  text-decoration: underline;
}
.register-form .check label a:hover, .register-form .check label a:focus {
  color: grey;
}
.register-form .check label a span {
  color: #B20000;
}

label[for="register-uk-nation"].error {
    color: black;
    padding: 0 0 0 20px;
    text-align: left;
    background: url(/img/form-feedback-bad.svg) no-repeat left center;
    margin-top: 7px;
}

.register-form input[type="submit"], .needhelp a {
  display: inline-block;
  padding: 14px 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  color: black;
  background-color: #C1D82F;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
}
.register-form input[type="submit"]:hover, .needhelp a:hover {
  color: black;
  background: #A4B826;
}
.register-form input[type="submit"]:active, .needhelp a:active {
  color: black;
  background: #82921E;
}

.register-form option {
  z-index: -1;
}
.register-form option span {
  color: #B20000;
}

.date-box {
  position: relative;
  width: auto;
  float: left;
  margin-right: 10px;
}

ul.select-sub {
  display: none;
  background: #F2F2F2;
  list-style-type: none;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
  border: 1px solid #D9D9D9;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
ul.select-sub li {
  padding: 8px 5px 8px 15px;
}
ul.select-sub li:hover {
  cursor: pointer;
  background: #e5e5e5;
}

/*.needhelp {
  position: relative;
  display: inline-block;
}*/

.needhelp__btn:after {
  content: " ";
  display: block;
  width: 100%;
  height: 17px;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.needhelp__btn {
  position: relative;
}

.needhelp__btn:hover + .needhelp__box, .needhelp__btn:focus + .needhelp__box {
  display: block;
}

.needhelp__box {
  position: relative;
  background: black;
  width: 350px;
  padding: 15px 17px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: none;
  margin-top: 17px;
}

.needhelp__box:hover {
  display: block;
}
.needhelp__box:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background: black;
  left: 10px;
  top: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.needhelp__box p {
  color: white;
}

.needhelp__box a {
  display: inline;
  background: none;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 0 0 0 0;
}

.needhelp__box a:hover {
  display: inline;
  background: none;
}

/* Dropdown */
.ui-selectmenu-button {
  -webkit-border-radius: 0px;
          border-radius: 0px;
  border: 1px solid #333F48;
  padding: 13px 10px;
  background: url(/img/down-arrow-select.svg) no-repeat right #F2F2F2;
}

.error + .ui-selectmenu-button {
  border-color: #B20000;
  background-image: url(/img/down-arrow-select--warning.svg);
}

.ui-selectmenu-menu .ui-menu {
  max-height: 200px;
  background: #F2F2F2 !important;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar {
  background: white;
  width: 13px;
  padding: 0 2px;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb {
  background: #BBBBBB;
  width: 7px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 3px solid white;
}

.ui-menu .ui-menu-item {
  border: none;
  padding: 10px 10px;
}
.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item.ui-state-focus {
  background: #D9D9D9;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0 30px 0 0;
}

.ui-selectmenu-text:after {
  content: "*";
  color: black;
}

/* /Dropdown */
/* / Register Form */
.home-link__graphic {
  width: 58px;
}

.home-link__typo {
  width: 160px;
}

.header-nav__ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 54px;
}

.header-nav__li {
  display: inline-block;
  padding: 0 15px 0 15px;
  position: relative;
}
.header-nav__li:last-child {
  padding: 0 0 0 15px;
}
.header-nav__li:after {
  content: " ";
  position: absolute;
  right: -4px;
  top: 19px;
  width: 1px;
  height: 15px;
  background: white;
}
.header-nav__li:last-child:after {
  display: none;
}

.header-nav__a {
  color: white;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.header-nav__a:hover {
  text-decoration: none;
  color: #ccc;
}
.header-nav__a:focus{
  text-decoration: none;
  color: white;
}
.header-nav__a.active {
  font-weight: bold;
}

.register-open-nav {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: 15px;
  background: url(/img/nav-burger.svg) no-repeat 0px 2px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.close-r-nav.register-open-nav {
  background: url(/img/close-white.svg) no-repeat 0px 2px;
}

/* Set Password Form */
.set-password-form .form-group {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.set-password-form .form-group:last-child {
  margin-right: 0;
}

.set-password-form__label {
  display: block;
}

.set-password-form__input {
  width: 100%;
}

.set-password-form__submit {
  display: inline-block;
  padding: 16px 25px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  color: black;
  background-color: #C1D82F;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.set-password-form__submit:hover {
  color: black;
  background: #A4B826;
}
.set-password-form__submit:active {
  color: black;
  background: #82921E;
}
.password-advice span {
  display: block;
}
.password-advice span:first-child {
  font-weight: bold;
  margin-bottom: 30px;
}
.password-advice ul {
  padding-left: 15px;
}

.email-reset .form-group {
  width: 69%;
  float: left;
}
.email-reset .form-group:last-child {
  width: 30%;
  float: right;
  margin-top: 25px;
}

/* / Set Password Form */
/* FAQ Page */
/*.single-faq:first-child .single-faq__answer {
  display: block;
}*/

.single-faq__answer {
  display: none;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.3px;
}

.box.single-faq__question {
  margin-bottom: -1px;
  position: relative;
}

.single-faq__question h2 {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: black;
  margin-bottom: 0;
  padding: 0 60px 0 0;
}

.single-faq__question a {
  display: block;
  height: 100%;
  width: 59px;
  background-color: #BBBBBB;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 55px;
  -webkit-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.single-faq__question a:hover {
  background: #C1D82F;
}
/*.single-faq__question a.rotate img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}*/

.single-faq .single-faq__question img {
  -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
     -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
}
.single-faq.closed .single-faq__question img {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}

.single-faq__question a img {
  position: absolute;
  width: 12px;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -3.5px;
  -webkit-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

/* / FAQ Page */
/* Volunteer Review Page */
.top-info {
  margin-bottom: 2px solid #D9D9D9;
}

.top-main-title {
  margin-bottom: 40px;
}

.top-sub-title {
  margin-bottom: 30px;
}

.top-copy {
  text-align: center;
}
.top-copy:last-child, .big-title + p:last-child {
  margin-bottom: 45px;
}

.volunteer__hr {
  border: 2px solid #D9D9D9;
  margin: 25px 0 30px;
}

.box {
  padding: 20px;
  border: 1px solid #D9D9D9;
  background: #F2F2F2;
  margin-bottom: 10px;
}
.box:first-child {
  margin-top: 10px;
}

.box--warning {
  padding: 20px 15px;
  border: 1px solid #B20000;
  background: #FFF1F1;
  margin-bottom: 10px;
}

.box__button-content {
  text-align: right;
  margin: 0 0  0;
}

.box__button-content span {
  display: inline-block;
  margin-top: 25px;
}

.box__button-content + h5 {
  margin-bottom: 20px;
}

.box__button-content p:first-child {
  border-top: 2px solid #D9D9D9;
  margin-top: 40px;
  padding-top: 40px;
}

.submissions__box__link {
  color: #00B22C;
  font-size: 16px;
  position: relative;
  top: 12px;
}
.submissions__box__link:hover {
  text-decoration: none;
  color: #00B22C;
}

.submissions__box .button {
  margin-top: 3px;
  margin-right: 3px;
}

.revision-form {
  margin-top: 25px;
}

.revision-form__textarea {
  width: 100%;
  max-width: 100%;
  background: #BBBBBB;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  border: 1px solid #777777;
  height: 20em;
  font-size: 15px;
  line-height: 150%;
  padding: 10px 15px;
}
.revision-form__textarea::-webkit-input-placeholder {
  color: #33322C;
}
.revision-form__textarea::-moz-placeholder {
  color: #33322C;
}
.revision-form__textarea:-ms-input-placeholder {
  color: #33322C;
}
.revision-form__textarea::placeholder {
  color: #33322C;
}

.revision-form__submit {
  margin: 5px 0 0 0;
}

.approve, .revise {
  display: none;
}

.log-volunteer {
  display: inline-block;
  padding: 15px 25px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: none;
  color: black;
  background-color: #C1D82F;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  margin-top: 4px;
  margin-left: 20px;
}
.log-volunteer:hover {
  color: black;
  background: #A4B826;
}
.log-volunteer:active {
  color: black;
  background: #82921E;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #C1D82F;
    border-color: #C1D82F;
    color: black;
}

.pagination>li>a, .pagination>li>span {
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a:hover, .pagination>li>span:hover {
  background-color: #A4B826;
  border: 1px solid #A4B826;
  color: black;
}

/* / Volunteer Review Page */
footer {
  //margin-top: 100px;
  margin-top: 15px;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
}

footer a {
  color: black;
  border: none;
}

footer a:hover {
  color: #333F48;
  border: none;
}

.ie11 footer p.text-right {
  margin-right: 20px;
}

.volunteer__footer {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(51,63,72,0.2) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(51,63,72,0.2) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(51,63,72,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0f0',GradientType=0 );
  /* IE6-9 */
}

/* Dashboard */
.dashboard {
  background-image: url(../img/dashboard-background.jpg);
  background-size: contain;
}

.dashboard__nav {
  position: fixed;
  top: 52px;
  width: auto;
  min-width: 300px;
  height: 100%;
  background: #F2F2F2;
  z-index: 9999;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.toggle-nav:focus {
  color: white;
}

.open-nav {
  display: inline-block;
  width: 20px;
  height: 15px;
  //background: url(/img/nav-burger.svg) no-repeat 0px 2px;
  position: relative;
  margin: 0 15px 0 0;
}

.open-nav span {
  display: block;
  position: absolute;
  width: 75%; height: 1px;
  background: white;
  top: 49.5%;
  -webkit-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.open-nav:hover span {
  width: 100%; height: 1px;
  background: #C1D82F;
}

.open-nav:before, .open-nav:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%; height: 1px;
  background: white;
  left: 0;
  -webkit-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}

.open-nav:before {
  top: 0;
}

.open-nav:after {
  bottom: 0;
}

.open-nav:hover:before, .open-nav:hover:after {
  background: #C1D82F;
}

.close-nav {
  display: inline;
  color: white;
  padding: 0 0 0 20px;
  margin: 0 15px 0 0;
  background: url(/img/close-white.svg) no-repeat 0px 2px;
  line-height: 20px;
}
.close-nav:hover {
  background: url(/img/close-green.svg) no-repeat 0px 2px;
  color: #C1D82F;
}
.back-dashboard {
  display: inline-block;
  color: white;
  background: url(/img/dashboard-icon.svg) no-repeat 20px 0px;
  padding: 0 0 0 50px;
  position: relative;

}
.back-dashboard:hover, .back-dashboard:focus {
  color: #ccc;
  background: url(/img/dashboard-icon--grey.svg) no-repeat 20px 0px;
}
.back-dashboard:before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: white;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: -15px;
}

.user-box .back-dashboard {
  display: inline-block;
  color: black;
  font-size: 12px;
  line-height: 20px;
  background: url(/img/dashboard-icon-black.svg) no-repeat 0px 0px;
  padding: 0 0 0 25px;
  position: relative;
}

.user-box .back-dashboard:before {
  display: none;
}

.stepladder-logo {
  position: absolute;
  left: 50%;
  top: -15px;
  width: 155px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.user-box {
  position: relative;
  float: right;
  width: 50%;
}

.user-box__notification-btn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/letter.svg) no-repeat;
  float: left;
}
.user-box__notification-btn:hover {
  background: url(../img/letter--grey.svg) no-repeat;
}
.user-box__notification-btn span {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background: #8C0000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 10px;
  top: -5px;
  right: -5px;
  pointer-events: none;
}

.user-box__name-btn {
  position: relative;
  display: block;
  float: left;
  color: white;
  background: url(/img/you-icon.svg) no-repeat left, url(/img/down-arrow.svg) no-repeat right;
  padding: 0 20px 0 25px;
  margin-left: 50px;
  background-size: auto, 15px;
}

.user-box__name-btn:not(.off):hover, .user-box__name-btn:not(.off):focus {
  color: #ccc;
  background: url(/img/you-icon--grey.svg) no-repeat left, url(/img/down-arrow--grey.svg) no-repeat right;
  background-size: auto, 15px;
}

.user-box__name-btn.off {
  background: url(/img/you-icon.svg) no-repeat left;
  padding: 0 15px 0 25px;
  cursor: default;
  pointer-events: none;
}

.user-box__name-btn.off:hover, .user-box__name-btn.off:focus {
  color: #ccc;
  background: url(/img/you-icon--grey.svg) no-repeat left;
}

.user-box__name-btn:after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 52px;
  background: white;
  left: -26px;
  top: -15px;
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
/*.user-box__name-btn:hover, .user-box__name-btn:focus {
  color: white;
}*/

.user-box__notification-box {
  position: absolute;
  display: block;
  width: 400px;
  background: white;
  top: 50px;
  right: 0;
  padding-top: 5px;
  z-index: 100;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.user-box__notification-box:before {
  content: " ";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  top: -20px;
  right: 10px;
}
.user-box__notification-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.user-box__notification-box li {
  padding: 20px;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.user-box__notification-box li span {
  display: block;
  background: url(/img/notification-not-active.svg) no-repeat left 3px;
  padding: 0 0 0 20px;
}
.user-box__notification-box li:last-child {
  border-bottom: 0px;
}
.user-box__notification-box li.new {
  background: black;
}
.user-box__notification-box li.new p, .user-box__notification-box li.new span {
  color: white;
}
.user-box__notification-box li.new span {
  background: url(/img/notification-active.svg) no-repeat left 4px;
}

.user-box__name-box {
  width: 340px;
  height: auto;
  position: absolute;
  top: 50px;
  right: 0;
  background: black;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
}
.user-box__name-box:before {
  content: " ";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
  top: -20px;
  right: 10px;
}
.user-box__name-box div {
  padding: 20px;
}

#counter {
	padding: 25px 0 0 0;
}


.user-box__name-box .circle {
	width: 82px; height: 82px;
	padding: 0;
	border-radius: 50%;
	background: #333F48;
	border: 2px solid #C1D82F!important;
}

.user-box__name-box div:first-child {
  border-bottom: 1px solid #555;
}
.user-box__name-box h3 {
  color: white;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 18px;
  margin: 0 0 0 0;
}

.user-box__name-box h3 + span, .user-box__name-box h3 + span + span {
  display: block;
  color: white;
  font-size: 16px;
  line-height: 150%;
}

.soon-text.soon-label {
	font-size: 16px!important;
}

.time-remaining circle {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.time-remaining svg {
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
        transform: scale(1.1);
}

.time-remaining__month {
  margin-right: 15px;
}

.time-remaining__container circle {
  fill: #333F48;
}

.user-box__name-box div .time-remaining__container {
  padding: 0;
  display: block;
  width: 191px;
  margin: 25px auto 0;
}

.user-box__logout-btn {
  position: relative;
  display: block;
  float: left;
  color: white;
  background: url(../img/lock--white.svg) no-repeat left;
  padding: 0 0 0 25px;
  margin-left: 40px;
}

.ie11 .user-box__logout-btn {
  margin-right: 20px;
}

.user-box__logout-btn:after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 52px;
  background: white;
  left: -26px;
  top: -15px;
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
.user-box__logout-btn:hover, .user-box__logout-btn:focus {
  color: #ccc;
  background: url(../img/lock--grey.svg) no-repeat left;
}

.dashboard__nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dashboard__nav li {
  position: relative;
}
.dashboard__nav li.has-sub:before {
  content: url(/img/nav-arrow.svg);
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 50px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  -webkit-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.dashboard__nav li.has-sub:hover:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dashboard__nav li:hover > ul {
  display:block!important;
}

.dashboard__nav li a {
  display: block;
  padding: 15px 30px;
  color: #202020;
  background: #F2F2F2;
  font-size: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.dashboard__nav li a:hover {
  background: #D9D9D9;
}
.dashboard__nav li li a {
  padding-left: 40px;
  background: #e8e8e8;
}
.dashboard__nav li li li a {
  padding-left: 50px;
  background: #e0e0e0;
}

.dashboard__footer {
  background: #CFD63B;
  position: relative;
  margin-top: 250px;
}

.dashboard__footer__deco {
  width: 100%;
  background-image: url(/img/dashboard-footer-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  display: block;
  height: 300px;
  position: absolute;
  bottom: 74px;
  z-index: -1;
}

.total {
  text-align: center;
  margin-bottom: 10px;
}

.total .button {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
}

.total h2 {
  font-size: 18px;
}
.total h2 span {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 35px;
  letter-spacing: -0.4%;
  margin-top: 10px;
}

.social-sharing {
  text-align: center;
  margin-bottom: 20px;
}
.step .social-sharing {
  text-align: left;
}
.social-sharing .h2 {
  margin-bottom: 10px;
}
.social-sharing a {
  display: inline-block;
  width: 155px;
  background: blue;
  color: white;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-right: 15px;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}
.social-sharing a span {
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: white;
  cursor: pointer;
}
.social-sharing a:last-child {
  margin-right: 0;
}
.social-sharing a span:first-child {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.social-sharing a.st_twitter_custom {
  background: #4596D4;
}
.social-sharing a.st_twitter_custom:hover {
  background: #5AA1D8;
}
.social-sharing a.st_twitter_custom span:first-child {
  background: url(/img/twitter-share-icon.svg) no-repeat center center #55ACEE;
  background-size: 17px;
}
.social-sharing a.st_facebook_custom {
  background: #2C4075;
}
.social-sharing a.st_facebook_custom:hover {
  background: #374F90;
}
.social-sharing a.st_facebook_custom span:first-child {
  background: url(/img/facebook-share-icon.svg) no-repeat 10px bottom #3B579D;
  background-size: 10px;
}
.social-sharing a.share-li {
  background: #005581;
}
.social-sharing a.share-li span:first-child {
  background: url(/img/linkedin-share-icon.png) no-repeat center center #0077B5;
}

.progression {
  margin-bottom: 100px;
  -webkit-transform: rotate(-1.5deg);
      -ms-transform: rotate(-1.5deg);
       -o-transform: rotate(-1.5deg);
          transform: rotate(-1.5deg);
}

.progression h2 {
  text-align: center;
  margin-bottom: 0;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 16px;
    -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
       -o-transform: rotate(3deg);
          transform: rotate(3deg);
}

.progression h3 {
  text-align: center;
  margin-top: 15px;
    -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
       -o-transform: rotate(3deg);
          transform: rotate(3deg);
}

.progression ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.progression ul li {
  text-align: center;
  position: relative;
}
.progression ul li.complete {
  color: #333F48;
}
.progression ul li:before {
  content: " ";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 116px;
  background: black;
  top: 67%;
  right: 170%;
}
.progression ul li.active:before, .progression ul li.complete:before {
  background: #C1D82F;
}
.progression ul li:first-child:before {
  display: none;
}
.progression ul li span {
  margin-bottom: 10px;
}

.progression__step {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 16px;
  display: block;
}

.progression__dots {
  display: block;
  width: 12px;
  height: 12px;
  background: black;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.active .progression__dots {
  //background: #C1D82F;
  background: black;
  width: 9px;
  height: 9px;
}
.active .progression__dots:after {
  content: " ";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: -4px;
  left: -4px;
  background: transparent;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.complete .progression__dots {
  background: #C1D82F;
}
.complete .progression__dots:after {
  display: none;
}

.progression__money {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 16px;
}

.step {
  position: relative;
  padding-bottom: 30px;
}
.step .level {
  width: 270px;
  height: 90px;
  line-height: 90px;
  background: url(/img/bg-level.png) center center no-repeat;
  background-size: 100%;
  color: white;
  font-size: 20px;
  font-family: "dax-light", Arial, sans-serif;
  //padding-top: 20px;
  -webkit-transform: rotate(25deg) translateX(-70px);
      -ms-transform: rotate(25deg) translateX(-70px);
       -o-transform: rotate(25deg) translateX(-70px);
          transform: rotate(25deg) translateX(-70px);
  display: none;
  margin-left: -25px;
}

.ff .step__info span span {
	margin-bottom: 28px!important;
}

.ie11 .step__info span span {
	margin-bottom: 27px!important;
}

.ff .step.passed:nth-child(4) step__info span span, .ff .step.passed:nth-child(5) step__info span span {
	margin-bottom: 10px;
}
.step.passed:nth-child(6) .bg-passed {
  background-image: url(../img/bg-passed-bottom.png);
  background-size: 100% 90%;
  top: -108px;
  background-repeat: no-repeat;
  height: 138%;
}
.step.passed .bg-passed {
  display: block;
  position: absolute;
  width: 180%;
  height: 100%;
  left: 50%;
  bottom: 46px;
  background-image: url(/img/bg-passed.png);
  background-repeat: repeat;
  background-position: center bottom;
  mix-blend-mode: multiply;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.step.passed:first-child .bg-passed {
  background-image: url(/img/bg-passed-top.png);
  background-size: 100% 80%;
  height: 130%;
  background-repeat: no-repeat;
}
.step.passed .step__link {
  float: right;
}
.step.passed .level {
  display: block;
  text-align: center;
}
.step .visible-xs {
  width: 200px;
  height: auto;
  position: absolute;
  top: 0;
  left: 150px;
}
.step .visible-xs a {
  position: relative;
  display: inline-block;
  width: auto;
  background-image: url(/img/border-link.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0 0 10px 0;
}

.step .visible-xs a:after, .step .visible-xs a:hover:after {
  content: " ";
  display: none;
}

.step .visible-xs a:hover {
  background-image: url(/img/border-link--green.png);
}

.step .visible-xs a img {
  position: absolute;
  bottom: -10px;
  top: auto;
  left: -10px;
  margin-bottom: 0;
  width: 110px;
}
.step .visible-xs h2 {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 20px;
  color: #33322C;
  margin-bottom: 25px;
}
.step .visible-xs h2 span {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 18px;
  color: #33322C;
}
.step .visible-xs span {
  color: #33322C;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 16px;
}
.step .visible-xs span span {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
.step.step--right .visible-xs {
  left: auto;
  right: 150px;
}
.step.step--right .visible-xs img {
  left: -5px;
}
.step hr {
  width: 100%;
  border-top: 1px solid #BBBBBB;
  margin-top: 55px;
  margin-bottom: 15px;
  float: left;
}
.step:last-child hr {
  display: none;
}

.passed hr {
  border-top: 1px solid #9DAF17;
}

.passed:last-of-type hr {
  border-top: none;
}

.step__link {
  width: 22%;
  margin-right: 3%;
  float: left;
}
.step__link img {
  margin-bottom: 25px;
}
.step__link div {
  position: relative;
}

.step__link .link-container {
  position: absolute;
  bottom: 119px;
}

.step--right.not-passed .level {
  -webkit-transform: rotate(-25deg) translateX(-70px);
  -ms-transform: rotate(-25deg) translateX(-70px);
  -o-transform: rotate(-25deg) translateX(-70px);
  transform: rotate(-25deg) translateX(-70px);
  display: none;
  margin-left: -450px;
  right: auto;
}

.step:not(.step--right).not-passed .level {
  -webkit-transform: rotate(25deg) translateX(0);
  -ms-transform: rotate(25deg) translateX(0);
  -o-transform: rotate(25deg) translateX(0);
  transform: rotate(25deg) translateX(0);
  display: none;
  margin-left: 400px;
  right: auto;  
}

#openMyApprovedPlan, a[href$="PDFStatementOfParticipation"] {
  display: inline-block;
  padding: 15px 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: white;
  background-color: black;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
}

#openMyApprovedPlan:hover, a[href$="PDFStatementOfParticipation"]:hover {
  background-color: #333;
}

a.download {
    background-color: #C1D82F!important;
	color: black!important;
    border: 0;
}

a.download:hover {
    background-color: #A4B826!important;
	color: black!important;
    border: 0;
}

.step__link #openMyApprovedPlan:after, .step__link a[href$="PDFStatementOfParticipation"]:after,
.step__link #openMyApprovedPlan:hover:after, .step__link a[href$="PDFStatementOfParticipation"]:hover:after {
  content: none;
}

.step__link a {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 16px;
  color: #33322C;
  /* z-index: 1000; */
  padding: 0 0 0 40px;
}

.step__link a:after {
  content: url(/img/pencil-left.png);
  display: block;
  position: absolute;
  bottom: -20px;
  right: -15px;
}

.step__link a:hover:after {
  content: url(/img/pencil-left--green.png);
}

.step--right .step__link a:after {
  left: 20px;
  right: auto;
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.step:nth-child(6) .step__link a:after {
  left: 45px;
}

.step__link div img {
  position: absolute;
  top: -80px;
  left: -50px;
}

/*.step__link div.img {
  position: absolute;
  top: -80px;
  left: -50px;
  width: 197px; height: 113px;
  background-image: url(/img/pencil-left.png);
}

.step__link a:hover+div.img {
  position: absolute;
  top: -80px;
  left: -50px;
  width: 197px; height: 113px;
  background-image: url(/img/pencil-left--green.png);
}*/



.step__info {
  width: 75%;
  float: left;
}
/*.step:not(.passed) .step__info p:first-of-type:last-of-type {
  margin-bottom: 200px;
}*/
.step__info h2 {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 25px;
  line-height: 120%;
  color: #33322C;
  margin: 0 0 20px 0;
}
.step__info h2 span {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 25px;
  display: block;
}
.step__info span {
  color: #33322C;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 18px;
}
.step__info span span {
  font-family: "dax-light", Arial, sans-serif;
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
}

.step__info span.current-level {
  font-size: 25px;
}

.step__info p>span {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.3px;
  color: #202020;
}
.step:last-child .link-container img {
  top: -55px;
}

.step--right {
  text-align: right;
}
.step--right .step__link {
  float: right;
  margin-right: 0;
  margin-left: 3%;
}
.step--right .step__link div img {
  left: 20px;
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
.step--right .step__link div.img {
  left: 20px;
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.step--right a:hover+div.img {
  left: 20px;
}

.step--right.passed {
  text-align: left;
}

.mentor span:first-child {
  display: block;
}
.mentor span:last-child {
  font-size: 30px;
  font-family: "dax-light", Arial, sans-serif;
  display: block;
  margin-bottom: 35px;
}

.passed .link-container img {
  left: 12px;
}

.popup-mentoring, .popup-tnc {
  width: 690px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  padding: 0 25px;
  display: none;
}

.popup-tnc {
  overflow-y: auto;
}

.popup-mentoring .popup-mentoring, .popup-tnc {
  background: white;
  text-align: center;
  padding: 35px 75px;
  border: 20px solid #D7DE65;
}
.popup-mentoring h1, .popup-tnc h1 {
  margin-bottom: 15px;
}
.popup-mentoring p, .popup-tnc p {
  margin-bottom: 25px;
}
.popup-mentoring .button {
  margin-right: 25px;
}

.popup-assigned {
  width: 690px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 2000;
  padding: 0 25px;
  display: none;
}
.popup-assigned .popup-assigned-content {
  background: white;
  text-align: center;
  padding: 35px 30px;
  border: 20px solid #D7DE65;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.closeSubmission {
  position: absolute;
  top: 0; right: -26px;
  width: 50px; height: 50px;
  background: url(/img/close-green.svg) center center black no-repeat;
  background-size: 20px;
  overflow: hidden;
  text-indent: -20000px;
}

.closeSubmission:hover {
  background-color: #333;
}

/* / Dashboard */
/* Step4 */
.step4__form {
  margin: 30px 0 20px;
}

.step4 textarea {
  width: 100%;
  height: 320px;
  background: #F2F2F2;
  padding: 13px 10px;
  margin: 0 0 10px 0;
  border: 1px solid #D9D9D9;
  resize: none;
  -moz-appearance: none;
}
.step4 textarea::-webkit-input-placeholder {
  color: black;
}
.step4 textarea::-moz-placeholder {
  color: black;
}
.step4 textarea:-ms-input-placeholder {
  color: black;
}
.step4 textarea::placeholder {
  color: black;
}

.step4 [type="submit"] {
  font-family: "dax-light", Arial, sans-serif;
}

.step__award {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}
.step__award h3 {
  margin-bottom: 5px;
}

.step__award .big-title {
	font-size: 40px;
}

.box.volunteer-feedback {
  margin-top: -11px;
  margin-left: 15px;
  margin-bottom: 10px;
  display: none;
}

// .view-feedback {
//   display: block;
//   color: #00B22C;
// }
// .view-feedback:hover {
//   color: #048029;
// }

.advice {
  margin-top: 30px;
}

.closed-box .submission {
  display: none;
}

.button.off {
  background: #BBBBBB;
}

.button.off:hover {
  color: white;
}

img.approuved {
  width: 42px;
  margin: 8px 15px 0 0;
}

.step4 .level {
  width: 270px;
  height: 90px;
  background: url(/img/brush-green.png) center center no-repeat;
  color: black;
  font-size: 20px;
  font-family: "dax-light", Arial, sans-serif;
  padding-top: 32px;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
       -o-transform: rotate(25deg);
          transform: rotate(25deg);
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  right: -25px;
  top: -15px;
}

.modal#step4Modal {
    height: 95vh;
}

/* /Step4 */
/* Step5 */
.partners .box {
  width: 49%;
  margin: 0;
  padding: 10px 15px 15px;
  text-align: center;
}
.partners .box h3 {
  margin: 0 0 10px 0;
  text-align: left;
}
.partners .box img {
  max-width: 100%;
}

.button.download {
  font-family: Arial, sans-serif;
  display: inline-block;
  margin-bottom: 50px;
}

.step5__week {
  border-bottom: 1px solid #BBBBBB;
  margin-bottom: 30px;
}
.step5__week:last-child {
  border: 0;
}

.step5__week__title {
  margin-bottom: 30px;
}
.step5__week__title .result div {
  display: inline-block;
}
.step5__week__title .result div + div {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #BBBBBB;
}
.step5__week__title .result h4 {
  font-size: 20px;
}
.step5__week__title .result div span {
  font-size: 18px;
}
.step5__week__title h3 {
  margin-bottom: 15px;
  font-size: 22px;
}
.step5__week__title h3 span {
  display: block;
}
.step5__week__title .pull-right {
  display: none;
}
.step5__week__title .pull-right span {
  width: 206px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  font-family: "dax-light", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
       -o-transform: rotate(20deg);
          transform: rotate(20deg);
}


.passed .step5__week__title .pull-right span {
  background: url(/img/brush-green.png);
}
.not-passed .step5__week__title .pull-right span {
  background: url(/img/brush-black.png);
  color: #C1D82F;
}
.step5__week__title a {
  display: inline-block;
  color: black;
  font-family: "dax-light", Arial, sans-serif;
  text-decoration: underline;
  margin-top: 20px;
  font-size: 16px;
}
.not-passed .step5__week__title a {
  display: none;
}

.passed .pull-right, .not-passed .pull-right {
  display: block;
  text-align: center;
}

.step5__week__course {
  margin-bottom: 30px;
}

.step5__week .button {
  font-family: Arial, sans-serif;
}

.step5__week__slide {
  text-align: center;
  margin-bottom: 30px;
}

.step5__week__slide div {
  display: inline-block;
}
.step5__week__slide div h4 {
  margin-bottom: 5px;
}
.step5__week__slide div .button:last-child {
  margin-left: 10px;
}
.step5__week__slide div:first-child {
  margin-right: 60px;
}

.step5__week__cta {
  width: 473px;
  text-align: center;
  margin: 0 auto 30px;
  border-top: 2px solid #BBBBBB;
  padding-top: 30px;
}
.step5__week__cta .button {
  color: white;
  background-color: black;
}
.step5__week__cta .button:hover {
  background-color: #333;
}
.step5__resources {
  position: fixed;
  right: -125px;
  z-index: 80;
  width: 290px;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform : translate3d(0, 0, 0);
}
.step5__resources .resources-btn {
  display: block;
  padding: 15px 60px 15px 40px;
  background: #C1D82F;
  color: black;
  width: 100%;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  position: relative;
}
.step5__resources .resources-btn:hover {
  background: #A4B826;
}
.step5__resources .resources-btn:before {
  content: url(/img/document-icon.svg);
  position: absolute;
  left: 15px;
}
.step5__resources .resources-btn.close-res:before {
  content: url(/img/form-feedback-bad.svg);
  top: 17px;
}
.step5__resources ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-left: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  display: none;
}
.step5__resources ul a {
  display: block;
  padding: 15px 60px 15px 40px;
  width: 100%;
  color: white;
  background: black;
  position: relative;
}
.step5__resources ul a.url:before {
  content: url(/img/link-icon.svg);
  position: absolute;
  left: 15px;
  top: 18px;
}
.step5__resources ul a.pdf:before {
  content: " ";
  background-image: url(/img/icon-doc-pdf.svg);
  position: absolute;
  left: 15px;
  top: 18px;
  width: 20px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.step5__resources ul a.doc:before, .step5__resources ul a.docx:before {
  content: " ";
  background-image: url(/img/icon-doc-word.svg);
  position: absolute;
  left: 15px;
  top: 18px;
  width: 20px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.step5__resources ul a.xls:before, .step5__resources ul a.xlsx:before {
  content: " ";
  background-image: url(/img/icon-doc-excell.svg);
  position: absolute;
  left: 15px;
  top: 18px;
  width: 20px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.step5__resources ul a.ppt:before, .step5__resources ul a.pptx:before {
  content: " ";
  background-image: url(/img/icon-doc-presentation.svg);
  position: absolute;
  left: 15px;
  top: 18px;
  width: 20px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.step5__resources ul a:hover {
/*  background: #C1D82F;*/
  color: #C1D82F;
}
/*.step5__resources ul a:hover:before {
  content: url(/img/link-icon--black.svg);
}*/
.step5__resources li {
  border-bottom: 1px solid #333333;
}
.step5__resources li:last-child {
  border-bottom: none;
}

/* /Step5 */
/* Contact Page */
.contact p {
  width: 68%;
  float: left;
}
.contact p + p {
  width: 28%;
  float: right;
}

.contact-form p {
  width: 100%;
  float: none;
}

.contact-form p:first-child {
  border-top: 2px solid #D9D9D9;
  margin-top: -10px;
  padding-top: 40px;
}

.contact span {
  display: block;
  font-size: 15px;
}

.contact__info {
  margin-bottom: 20px;
}

.contact-form .form-group {
  width: 32.5%;
  float: left;
  margin-right: 1.25%;
  margin-bottom: 10px;
}
.contact-form .form-group input {
  width: 100%;
  background: #F2F2F2;
  border: 1px solid #D9D9D9;
}
.contact-form .form-group input::-webkit-input-placeholder {
  color: #111;
}
.contact-form .form-group input::-moz-placeholder {
  color: #111;
}
.contact-form .form-group input:-ms-input-placeholder {
  color: #111;
}
.contact-form .form-group input::placeholder {
  color: #111;
}
.contact-form .form-group:last-child {
  margin-right: 0;
}
.contact-form .form-group.query {
  width: 100%;
  margin-left: 0;
}
.contact-form .form-group textarea {
  display: block;
  width: 100%;
  resize: none;
  padding: 13px 10px;
  background: #F2F2F2;
  border: 1px solid #D9D9D9;
}
.contact-form .form-group textarea::-webkit-input-placeholder {
  color: #111;
}
.contact-form .form-group textarea::-moz-placeholder {
  color: #111;
}
.contact-form .form-group textarea:-ms-input-placeholder {
  color: #111;
}
.contact-form .form-group textarea::placeholder {
  color: #111;
}
.contact-form .form-group [required]::-webkit-input-placeholder:after {
  color: #B20000;
  content: " *";
}
.contact-form .form-group [required]::-moz-placeholder:after {
  color: #B20000;
  content: " *";
}
.contact-form .form-group [required]:-ms-input-placeholder:after {
  color: #B20000;
  content: " *";
}
.contact-form .form-group [required]::placeholder:after {
  color: #B20000;
  content: " *";
}

.contact-form input[type="submit"] {
  font-family: Arial, sans-serif;
}

/* /Contact Page */


/* Server Side Error */

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-danger {
  color: black;
  background-color: #F1DFDF;
  border-color: #850907;
}

/* /Server Side Error */


/* Table */

table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table table {
  background-color: #fff;
}

table{
  border: 1px solid #ddd;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}
table > tbody > tr:nth-child(odd) > td,
table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
table > tbody > tr:hover > td,
table > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

@media (max-width: 767px) {
  table {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  table > table {
    margin-bottom: 0;
  }
  table > table > thead > tr > th,
  table > table > tbody > tr > th,
  table > table > tfoot > tr > th,
  table > table > thead > tr > td,
  table > table > tbody > tr > td,
  table > table > tfoot > tr > td {
    white-space: nowrap;
  }
  table > table {
    border: 0;
  }
  table > table > thead > tr > th:first-child,
  table > table > tbody > tr > th:first-child,
  table > table > tfoot > tr > th:first-child,
  table > table > thead > tr > td:first-child,
  table > table > tbody > tr > td:first-child,
  table > table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  table > table > thead > tr > th:last-child,
  table > table > tbody > tr > th:last-child,
  table > table > tfoot > tr > th:last-child,
  table > table > thead > tr > td:last-child,
  table > table > tbody > tr > td:last-child,
  table > table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  table > table > tbody > tr:last-child > th,
  table > table > tfoot > tr:last-child > th,
  table > table > tbody > tr:last-child > td,
  table > table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* /Table*/

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.register-form .form-group.captcha-container {
		width: 100%;
		text-align: right;
	}

	.register-form .form-group.captcha-container .g-recaptcha {
		display: inline-block;
	}
	.the-nice-trick {
		width: 27%; height: 76px;
		background: #f9f9f9;
		position: absolute;
		border: 1px solid #d3d3d3;
		border-right: none;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	
	.the-nice-trick:after  {
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		position: absolute;
		bottom: -3px;
		background: rgba(0,0,0,0.03);
	}
  .needhelp__box {
    width: 100%;
  }
  
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
  .progression ul li:before {
    width: 92px;
  }
  /*.col-md-2.col-md-offset-2 img {
    width: 100%;
  }*/
}

@media screen and (max-width: 1199px) {
  .step4 .col-sm-2.col-md-offset-2 img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  img.the-team {
    width: 100%;
    margin: 0 0 45px 0px;
  }

  .passed .link-container img {
    top: -65px;
  }

  .user-box {
    position: absolute;
    float: right;
    width: 100%;
    top: 35px;
    background: #F2F2F2;
    margin-left: -15px;
    padding: 15px;
  }

  .user-box__notification-box, .user-box__name-box {
    width: 300px;
    top: 70px;
    right: 10px !important;
  }

  .user-box__name-box:before {
    right: 52px;
  }
    .user-box__notification-box:before {
    right: 140px;
  }

  .stepladder-logo {
    //right: 15px;
    //left: auto;
    top: -12px;
    width: 140px;
    //-webkit-transform: none;
        //-ms-transform: none;
         //-o-transform: none;
            //transform: none;
  }

  .user-box__name-btn, .user-box__name-btn:hover {
    height: 20px;
    padding: 0px 10px 0 25px;
    background: url(/img/you-icon--black.svg) no-repeat left, url(../img/down-arrow--black.svg) no-repeat right/12px!important;
  }
  .user-box__name-btn.off {
    background: url(/img/you-icon--black.svg) no-repeat left!important;
    padding: 0px 2px 0 25px;
    cursor: default;
    pointer-events: none;
  }
  .user-box__name-btn:after {
    background: #BBBBBB;
  }

  .user-box__notification-btn, .user-box__notification-btn:hover {
    background: url(/img/letter--black.svg) no-repeat;
  }

  .user-box__logout-btn, .user-box__logout-btn:hover {
    background: url(/img/lock--black.svg) no-repeat;
    height: 20px;
    padding: 0 0 0 20px;
  }
  .user-box__logout-btn:after {
    background: #BBBBBB;
  }
  .dashboard__nav {
    top: 101px;
  }

}
@media screen and (min-width: 768px) {
  .header-nav {
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
         -o-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}

@media screen and (max-width: 767px) {
  body.login, body.register, body.volunteer {
    background-size: 90%;
  }

  main {
    margin: 30px 0 0;
  }

  footer {
    margin-top: 15px;
  }

  .dashboard main {
    margin-top: 140px;
  }

  .big-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .small-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .header-nav {
    position: absolute;
    background: red;
    z-index: 2000;
    right: 0;
    top: 57px;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }

  .header-nav__ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1em;
    height: 100vh;
    background: #F2F2F2;
  }

  .header-nav__li {
    display: block;
    padding: 0;
    margin: 0;
  }
  .header-nav__li:last-child {
    padding: 0;
  }
  .header-nav__li:after {
    display: none;
  }
  .header-nav__a {
    width: 100%;
    padding: 15px 30px;
    background: #F2F2F2;
    color: #202020;
    border-bottom: 1px solid #D9D9D9;
    font-size: 16px;
    text-align: right;
    line-height: 1em;
  }
  .header-nav__a:after {
    display: none;
  }
  .header-nav__a:hover {
    color: #202020;
    background: #D9D9D9;
  }
  .log-volunteer {

    margin: 20px 20px 0;
    //padding: 5px 20px;
  }

  .needhelp {
    width: 100%;
  }

  .register-form div.clearfix:nth-child(3) .form-group:first-child {
    margin-bottom: 20px;
}

  /* Volunter Review Responsive */
  .box__button-content span {
    width: 100%;
  }
  .box__button-content a {
    width: 100%;
  }
  .box__button-content a:first-child {
    margin-bottom: 10px;
  }
  .submissions__box .button {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
  }

  /* Contact Responsive */
  .contact-form .form-group {
    width: 100%;
    margin-right: 0;
  }
  .contact-form input[type="submit"] {
    width: 100%;
  }

  .contact p {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .contact p + p {
    width: 100%;
    float: none;
  }

  /* Reset Email Responsive */
  .email-reset .form-group {
    width: 100%;
    float: none;
  }
  .email-reset .form-group:last-child {
    width: 100%;
    float: none;
    margin-top: 0;
  }

  footer .dashboard__footer__deco {
    top: -300px;
    background-size: contain;
  }
  footer .col-sm-3 {
    margin-top: 20px;
  }
  footer .small-paragraph {
    text-align: left;
  }

  .dashboard__footer {
    margin-top: 130px;
  }

  .home-link__graphic {
    display: none;
  }

  .login-box {
    padding: 85px 0 10px 0;
  }

  .login-box .form-group {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .login-box .form-group:last-of-type {
    margin-top: 5px;
  }
  .login-box .form-group:last-child {
    width: 100%;
    margin: 0;
  }

  .register-form .form-group, .login-box .form-group:last-of-type {
    width: 100%;
  }

  .login-box .form-group input[type="submit"] {
    padding: 14px 20px;
  }
  .register-form .form-group.date select {
    width: 100%;
  }

  .date-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .register-form input[type="submit"], .needhelp a {
    width: 100%;
    text-align: center;
  }

  .needhelp a {
    margin-bottom: 35px;
  }

  .needhelp__box {
    position: relative;
    width: 100%;
    top: -20px;
  }

  /* Responsive Dashboard */

  .dashboard {
    background-size: initial;;
  }
  
  .step__link, .step__info {
    width: 100%;
  }

  .step__link {
    margin: 0;
    padding: 15px 15px 0;
  }

  .step__info {
    padding: 0 15px;
    margin-top: 15px;
  }

  .step__link > img {
    height: 180px;
  }

  .step.passed {
    background: #C6DA3F;
    //mix-blend-mode: multiply;
    padding-top: 25px;
    padding-bottom: 0;
    //background-clip: content-box;
  }
  .step:not(.passed) {
    //margin-top: 25px;
	  margin-top: -10px;
  }

  .step.passed .step__link {
    float: none;
    padding: 15px 15px 0;
  }

  .step .level {
    width: 150px;
    position: absolute;
    right: 10px;
    background-size: 100%;
    font-size: 15px;
    //padding-top: 25px;
    top: 15px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  .step:not(.step--right).not-passed .level {
	  margin: 0 0 0 0;
	  right: 161px; top: 110px;
  }
  
  .step--right.not-passed .level {
    margin: 0 0 0 0;
    right: 161px; top: 110px;
  }
  
  .step hr {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .step:last-child .step__link {
    //min-height: 350px;
  }

  .step.passed .visible-xs {
    top: 35px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .step .visible-xs {
    margin-top: 25px;
  }

  .step .social-sharing {
    text-align: center;
    margin-bottom: 20px;
  }

  .social-sharing {
    margin-bottom: 40px;
  }

  /* Responsive Step 4 */

  .step4 .box .pull-right, .review__info .pull-right {
    display: block;
    width: 100%;
  }
  .view-feedback, .open-sub-fed, .view-submission {
    display: block;
    margin: 15px 0 0 0;
  }
  img.approuved {
    margin-bottom: 15px;
  }

  /* Responsive Step 5 */
  .partners .box {
    width: 100%;
  }
  .partners .box:first-child {
    margin: 20px 0 40px 0;
  }

  .step5__week__slide div {
    display: inline-block;
    width: 100%;
  }
  .step5__week__slide div .button {
    width: 47%;
  }
  .step5__week__slide div .button:last-child {
    margin-left: 10px;
  }
  .step5__week__slide div:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .step5__week__cta {
    width: 100%;
  }
  .step5__week__cta .button {
    width: 100%;
  }

  .step5__week__title {
    margin-bottom: 30px;
  }
  .step5__week__title .pull-right {
    position: relative;
  }
  .step5__week__title .pull-right span {
    position: absolute;
    right: 0;
    top: -90px;
  }
  .step5__week__title div:last-child {
    width: 100%;
  }
  .step5__week__title .result div:last-child {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    border-left: none;
  }
  .step5__week__title a {
    display: inline-block;
    padding: 15px 25px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border: none;
    color: white;
    background-color: #C1D82F;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: black;
  }

  .step5__week__title a:hover {
    background: black;
    color: white;
  }

  .popup-mentoring, .popup-tnc {
    width: 100%;
    padding: 35px 30px;
  }
  .popup-mentoring .popup-mentoring-content {
    padding: 35px 35px;
  }
  .popup-mentoring .button {
    display: block;
    margin: 0 0 15px 0;
  }
  .popup-mentoring .button--warning {
    display: block;
  }

  .popup-assigned {
    width: 100%;
    padding: 35px 30px;
  }
  .popup-assigned .popup-assigned-content {
    padding: 35px 35px;
  }
  .popup-assigned .button {
    display: block;
  }

  .closeSubmission {
    top: 55px;
    right: 50px;
}
  
  /* / Responsive Step 5 */
}
@media screen and (max-width: 400px) {
  .social-sharing a {
    margin: 0;
  }
}
/* main dashbord redo */

.step__link a.file-download {
   display: inline;
   padding: 0;
   
}

.step__link a.file-download:after {
  content: none;
  display: inline;

}

.step__link a.file-download:hover:after {
  content: none;
}

.btn-upload {
    background-color: #C1D82F;
}

.panel-form {
    margin-bottom: -20px;
}

.step__link .link-text {
  position: absolute;
  /* top: 119px; */
}

.ui-tabs-anchor:focus {
  outline: none;
}

a[href="#tabs-1"] {
  background: #ffff83;
}

a[href="#tabs-2"] {
  background: #ff6c6c;
}

a[href="#tabs-3"] {
  background: #d7ffd8;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #fff!important;
  outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #000;
}

.ui-state-active p {
  text-decoration: underline;
}

input[type="file"] {
  width: 230px!important;
}


.ui-widget.ui-widget-content {
  margin-top: 20px;
  margin-bottom: 40px;
}

.filebtns .btn {
  font-size: 12px;
  padding: 2px 8px;
}

.filebtns {
  margin-bottom: 40px;
}

.step6-files-area {
    margin-top: 30px;
}