/* This removes the rounded corners of the form fields */ .form-control { border-radius: 0px; margin-top: -1px; } /* This changes the bulleted list to have green arrows instead of dots */ .bullet-arrow { list-style-type: none; } .bullet-arrow li { list-style-type: none; position: relative; padding-left: 8px; } .bullet-arrow li:before { content: '\00BB'; color: #127059; font-size: 34px; position: absolute; top: -14px; left: -20px; } /* This changes the bulleted list to have green check marks instead of dots */ .bullet-check { list-style-type: none; } .bullet-check li { list-style-type: none; position: relative; padding-left: 6px; } .bullet-check li:before { content: '\2713'; color: #127059; font-size: 20px; position: absolute; top: -3px; left: -20px; } /* This changes the bulleted list to have white arrows instead of dots */ .bullet-arrow-white { list-style-type: none; } .bullet-arrow-white li { list-style-type: none; position: relative; padding-left: 8px; } .bullet-arrow-white li:before { content: '\00BB'; color: #ffffff; font-size: 34px; position: absolute; top: -14px; left: -20px; } /* This changes the bulleted list to have white check marks instead of dots */ .bullet-check-white { list-style-type: none; } .bullet-check-white li { list-style-type: none; position: relative; padding-left: 6px; } .bullet-check-white li:before { content: '\2713'; color: #ffffff; font-size: 20px; position: absolute; top: -3px; left: -20px; } /* This removes the rounded corners of the filter field as seen on the Announcements and Blog Search Pages */ .filter__field { border-radius: 0px !important; } /* This moves the podcast intro section up higher so that it is behind the transparent header. Delete this code if not using a transparent header for the website theme */ .podcast-intro { margin-top: -80px !important; padding-top: 80px !important; } /* This moves the coaching product hero section up higher so that it is behind the transparent header. Delete this code if not using a transparent header for the website theme */ .coaching-programs__container { margin-top: -94px !important; } .coaching-programs__header { padding-top: 94px !important; } /* This removes the rounded corners on the error prompt */ .parsley-errors-list { border-radius: 0px !important; } /* This removes the rounded corners on alert messages */ .alert { border-radius: 0px !important; } /* This makes form labels white - important for the login page */ .form-group label { color: #ffffff !important; }
Enter your details below to join the challenge.