 .accord input {display: none;}.accord label {display: block;color: #d71635;font-weight: normal;padding: 10px;cursor: pointer;font-family: "Myriad Pro", sans-serif;}.accord label:hover {background: #939598;}.accord label:active {background: #939598;}.accord label::after {content: "\25b6";transform: rotate(90deg);position: absolute;color: #d71635;right: 10px;top: 4px;display: block;transition: all 0.4s;}.accord input:checked + label::after {transform: rotate(270deg);right: 10px;}#acc-bottom {border-bottom: 1px #d71635 solid;margin-bottom: 10px;}#mentoring {border-bottom: none;margin-bottom: 10px;}.accord-content {overflow: hidden;background: white;transition: max-height 0.1s;max-height: 0;z-index: -1;}.accord-content p {margin: 20px;}.accord-content a:link {color: blue;text-decoration: none;}.accord-content a:visited {color: blue;text-decoration: none;}.accord-content a:hover {color: red;text-decoration: none;}.accord-content a:active {color: blue;text-decoration: none;}.accord input:checked ~ .accord-content {max-height: 100%;}@media only screen and (min-width: 960px) {.accord {position: relative;margin-left: auto;margin-right: auto;width: 100%;text-align: center;max-width: 1200px;margin-bottom: 3px;border-bottom: 1px #d71635 solid;}.accord label {font-size: 40px;text-align: left;width: 100%;margin-right: auto;margin-left: auto;}.accord-content {font-size: 20px;}}@media only screen and (max-width: 959px) {.accord {position: relative;margin-left: auto;margin-right: auto;text-align: center;width: 98%;margin-bottom: 3px;border-bottom: 1px #d71635 solid;}.accord label {font-size: 6vw;}.accord-content {font-size: 6vw;}}