/* colours */
/* elements */
a:not(.btn),
a:not(.btn):active {
  border: 0;
  outline: 0;
}
img {
  border: 0;
  outline: 0;
  display: block;
  height: auto;
  max-width: 100%;
}
/* vendor prefixes */
/* layout */
.constrain {
  position: relative;
}
.center-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* debug - reload js */
.revoWPDebugLinks {
  position: fixed;
  bottom: 15px;
  left: 15px;
}
.revoWPDebugLinks a {
  display: block;
  margin-top: 12px;
}
/* global layout */
.mob select {
  background-image: none !important;
}
body.welcome-packs .st-cont,
body.measurements .st-cont {
  padding-top: 0;
}
body.welcome-packs .container-fluid,
body.measurements .container-fluid {
  max-width: 1280px;
}
body.welcome-packs header#header.st-hd,
body.measurements header#header.st-hd {
  height: auto;
}
body.welcome-packs header#header .st-hd-bd,
body.measurements header#header .st-hd-bd {
  padding-top: 12px;
}
body.welcome-packs header#header .st-hd-m,
body.measurements header#header .st-hd-m,
body.welcome-packs header#header h5,
body.measurements header#header h5,
body.welcome-packs header#header h4,
body.measurements header#header h4 {
  display: none;
}
body.welcome-packs header#header .top-pn,
body.measurements header#header .top-pn {
  display: block;
}
body.welcome-packs header#header .st-t,
body.measurements header#header .st-t {
  max-width: 15%;
}
body.welcome-packs header#header #logo,
body.measurements header#header #logo {
  display: block;
  float: none;
  margin: 0 auto;
}
body.welcome-packs footer#footer,
body.measurements footer#footer {
  display: none;
}
body.welcome-packs ::placeholder,
body.measurements ::placeholder {
  color: #808080;
  text-transform: none;
}
body.welcome-packs hr,
body.measurements hr {
  width: 100%;
}
body.welcome-packs .md,
body.measurements .md {
  font-size: 120%;
}
body.welcome-packs .btn.nextSection,
body.measurements .btn.nextSection {
  font-size: 120%;
  display: block;
  width: 100%;
  background-color: #cd2027;
  border-radius: 12px;
  margin-bottom: 24px;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
body.welcome-packs .btn.nextSection.disabled,
body.measurements .btn.nextSection.disabled {
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: default;
}
body.welcome-packs .ui-datepicker .ui-datepicker-title,
body.measurements .ui-datepicker .ui-datepicker-title {
  display: flex;
  flex-flow: row nowrap;
}
body.welcome-packs .ui-datepicker select,
body.measurements .ui-datepicker select {
  padding: 4px 8px;
  height: auto;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}
body.welcome-packs .response,
body.measurements .response {
  padding: 24px;
  margin: 24px 0;
  border-radius: 12px;
  background-color: rgba(236, 236, 236, 0.93);
}
body.welcome-packs .response.success,
body.measurements .response.success {
  border: 1px solid #92d296;
  background-color: rgba(229, 247, 230, 0.93);
}
body.welcome-packs .response.error,
body.measurements .response.error {
  border: 1px solid #d29297;
  background-color: rgba(247, 229, 229, 0.93);
}
body.welcome-packs .selectGroup,
body.measurements .selectGroup {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
body.welcome-packs .selectGroup select,
body.measurements .selectGroup select {
  width: auto;
  margin-right: 12px;
  height: auto;
  padding: 12px;
}
body.welcome-packs .dropdownWrapper,
body.measurements .dropdownWrapper {
  display: flex;
  flex-flow: row nowrap;
}
body.welcome-packs .foldingContent,
body.measurements .foldingContent {
  position: relative;
  width: 100%;
}
body.welcome-packs .foldingContent .foldToggle,
body.measurements .foldingContent .foldToggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  font-size: 250%;
  display: block;
  padding: 15px;
}
body.welcome-packs .foldingContent .content,
body.measurements .foldingContent .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
body.welcome-packs .foldingContent .content.row,
body.measurements .foldingContent .content.row {
  margin-left: 0;
  margin-right: 0;
}
body.welcome-packs .foldingContent.open .content,
body.measurements .foldingContent.open .content {
  max-height: 20000px;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
body.welcome-packs .slideshowWrapper,
body.measurements .slideshowWrapper,
body.welcome-packs .slideshowWrapper .slide,
body.measurements .slideshowWrapper .slide,
body.welcome-packs .slideshowWrapper .slick-list,
body.measurements .slideshowWrapper .slick-list,
body.welcome-packs .slideshowWrapper .slick-track,
body.measurements .slideshowWrapper .slick-track {
  width: 100%;
}
body.welcome-packs .slideshowWrapper .slide,
body.measurements .slideshowWrapper .slide {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.welcome-packs .slideshowWrapper .slide img,
body.measurements .slideshowWrapper .slide img {
  width: 100% !important;
}
/* section navigation */
#revoWP-nav .revoWP-navLink {
  position: fixed;
  top: 35px;
  left: 35px;
  display: block;
  color: #cd2027;
  font-size: 350%;
  z-index: 200;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#revoWP-nav .revoWP-navLink.next {
  left: auto;
  right: 35px;
}
#revoWP-nav .revoWP-navLink.disabled {
  opacity: 30%;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: default;
}
#revoWP-nav [class^="col-"]:nth-of-type(2) a {
  text-align: right;
}
/* main welcome pack display */
#WelcomePacksWrapper {
  /* section display */
}
#WelcomePacksWrapper #revoWP-body {
  min-height: 97vh;
  display: flex;
  flex-flow: row nowrap;
}
#WelcomePacksWrapper #revoWP-body input[type="text"],
#WelcomePacksWrapper #revoWP-body input[type="email"],
#WelcomePacksWrapper #revoWP-body input[type="tel"],
#WelcomePacksWrapper #revoWP-body select,
#WelcomePacksWrapper #revoWP-body textarea {
  font-size: 16px;
  background-color: transparent;
}
#WelcomePacksWrapper #revoWP-body input.error {
  border-color: #cd2027;
  background-color: #fdeff0;
}
#WelcomePacksWrapper #revoWP-body label.error {
  color: #cd2027;
  font-size: 80%;
}
#WelcomePacksWrapper .revoWP-section {
  padding-top: 200px;
  display: none;
  animation-duration: 0.15s;
  width: 100%;
  /* Section - Testimonials */
  /* Section - Personal & Medical Info */
  /* Section - Terms & Conditions */
  /* Section - Location & Trainers */
  /* Section - Goal Setting */
  /* Section - Nutritional Philosophy */
  /* Section - Measurements */
  /* Section - Submit */
}
#WelcomePacksWrapper .revoWP-section.current {
  display: block;
}
#WelcomePacksWrapper .revoWP-section h1.h {
  text-align: center;
  margin-bottom: 30px;
  font-size: 200%;
  margin-top: 10px;
}
#WelcomePacksWrapper .revoWP-section h4 {
  text-align: center;
  margin-bottom: 18px;
}
#WelcomePacksWrapper .revoWP-section .introText {
  text-align: center;
  margin-bottom: 24px;
}
#WelcomePacksWrapper .revoWP-section .introText pre {
  font-size: 80%;
}
#WelcomePacksWrapper .revoWP-section .sectionBackground {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#WelcomePacksWrapper .revoWP-section#testimonials {
  max-height: 1317px;
}
#WelcomePacksWrapper .revoWP-section#testimonials > .row,
#WelcomePacksWrapper .revoWP-section#testimonials .testimonialsWrapper {
  height: 100%;
}
#WelcomePacksWrapper .revoWP-section#testimonials .testimonialsWrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}
#WelcomePacksWrapper .revoWP-section#testimonials .testimonialsWrapper > div {
  flex-basis: 50%;
  height: 50%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#WelcomePacksWrapper .revoWP-section#testimonials .testimonialsWrapper .topImage {
  background-position: center top;
}
#WelcomePacksWrapper .revoWP-section#testimonials .testimonialsWrapper a.nextSection {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-top: 142px;
  color: #ffffff;
  font-family: Lato;
  font-weight: bolder;
  font-size: 120%;
  width: 200px;
  height: 200px;
  text-align: center;
}
#WelcomePacksWrapper .revoWP-section#testimonials .testimonialsWrapper .slideshowWrapper .slide {
  background-color: #000000;
  background-size: contain;
  display: none;
}
#WelcomePacksWrapper .revoWP-section#testimonials .testimonialsWrapper .slideshowWrapper.slick-initialized .slide {
  display: block;
}
#WelcomePacksWrapper .revoWP-section#personalMedical input[type="text"],
#WelcomePacksWrapper .revoWP-section#personalMedical input[type="email"],
#WelcomePacksWrapper .revoWP-section#personalMedical input[type="tel"],
#WelcomePacksWrapper .revoWP-section#personalMedical textarea {
  margin-bottom: 24px;
}
#WelcomePacksWrapper .revoWP-section#personalMedical input.error,
#WelcomePacksWrapper .revoWP-section#personalMedical textarea.error {
  margin-bottom: 4px;
}
#WelcomePacksWrapper .revoWP-section#personalMedical label.error {
  display: block;
  margin-bottom: 24px;
}
#WelcomePacksWrapper .revoWP-section#personalMedical #datePicker .ui-datepicker-inline {
  width: 100%;
}
#WelcomePacksWrapper .revoWP-section#personalMedical p.description {
  font-size: 90%;
  margin: 0;
}
#WelcomePacksWrapper .revoWP-section#personalMedical .checkboxGroup {
  margin-bottom: 24px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#WelcomePacksWrapper .revoWP-section#personalMedical .checkboxGroup label {
  flex-basis: 32.2%;
  font-size: 90%;
  padding: 18px;
  border-radius: 12px;
  background-color: #f5f5f5;
  text-align: center;
  margin-bottom: 12px;
  line-height: 140%;
  cursor: pointer;
  border: 1px solid #f5f5f5;
}
#WelcomePacksWrapper .revoWP-section#personalMedical .checkboxGroup label input {
  display: none;
}
#WelcomePacksWrapper .revoWP-section#personalMedical .checkboxGroup label.selected {
  background-color: #e0e0e0;
  border-color: #b5b5b5;
}
#WelcomePacksWrapper .revoWP-section#personalMedical .checkboxGroup label[for$="[0]"] {
  font-weight: bolder;
  flex-basis: 100%;
}
#WelcomePacksWrapper .revoWP-section#termsConditions #termsConditionsText {
  max-height: 600px;
  padding: 12px;
  margin-bottom: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #cccccc;
}
#WelcomePacksWrapper .revoWP-section#termsConditions #termsConditionsText ol li {
  list-style-type: lower-alpha;
}
#WelcomePacksWrapper .revoWP-section#termsConditions ol li {
  list-style-type: decimal;
  margin: 0 0 4px 24px;
}
#WelcomePacksWrapper .revoWP-section#termsConditions input[type="checkbox"] {
  margin-right: 8px;
}
#WelcomePacksWrapper .revoWP-section#termsConditions #revoWPSignatureBoxWrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}
#WelcomePacksWrapper .revoWP-section#termsConditions #revoWPSignatureBoxWrapper .revoWPSignatureBox {
  position: relative;
}
#WelcomePacksWrapper .revoWP-section#termsConditions #revoWPSignatureBoxWrapper h4 {
  font-size: 100%;
  margin-bottom: 8px;
}
#WelcomePacksWrapper .revoWP-section#termsConditions #revoWPSignatureBoxWrapper a {
  font-size: 90%;
  font-weight: normal;
  margin: 0;
  display: block;
}
#WelcomePacksWrapper .revoWP-section#termsConditions #revoWPSignatureBoxWrapper #revoWPSignatureClear {
  position: absolute;
  right: 0;
  top: -28px;
}
#WelcomePacksWrapper .revoWP-section#termsConditions #revoWPSignatureBoxWrapper #revoWPSignature {
  position: relative;
  min-height: 150px;
  border: 1px solid #cccccc;
  padding: 12px;
  width: 100%;
}
#WelcomePacksWrapper .revoWP-section#termsConditions #revoWPSignatureBoxWrapper #revoWPSignature canvas {
  width: 100%;
  height: 200px;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer .radioButtonGroup [class^="col-"] {
  margin-bottom: 28px;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer .radioButtonGroup input[type="radio"] {
  display: none;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer .radioButtonGroup label {
  display: block;
  cursor: pointer;
  border-radius: 12px;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer a.nextSection {
  margin-top: 0;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer #revoWPLocations {
  width: 100%;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer #revoWPLocations label {
  text-align: center;
  width: 100%;
  padding: 0 0 24px 0;
  font-size: 140%;
  background-color: #f5f5f5;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer #revoWPLocations label img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 24px;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer #revoWPLocations label.selected {
  color: #ffffff;
  background-color: #cd2027;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer #revoWPLocations label.selected img {
  border: 1px solid #cd2027;
  border-bottom: transparent;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer #locationTrainersResults .radioButtonGroup label {
  position: relative;
  border: none;
  background-color: transparent;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer #locationTrainersResults .radioButtonGroup label img {
  border-radius: 12px;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer #locationTrainersResults .radioButtonGroup label.selected {
  border: 3px solid #cd2027;
  border-width: 3px;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer #locationTrainersResults .radioButtonGroup label.selected img {
  padding: 3px;
}
#WelcomePacksWrapper .revoWP-section#locationTrainer #locationTrainersResults .radioButtonGroup label .caption {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  padding: 24px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 140%;
  -webkit-transition: opacity 0.2s;
  -khtml-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 1366px) {
  #WelcomePacksWrapper .revoWP-section#locationTrainer #locationTrainersResults .radioButtonGroup label:hover .caption {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -khtml-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay {
  position: relative;
  margin-top: 24px;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row {
  margin-bottom: 18px;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row .col-sm-6 .response {
  margin-top: 24px;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row .col-12 h4 {
  margin: 24px 0;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row .col-sm-2 h4 {
  font-size: 120%;
  font-weight: normal;
  margin: 0;
  display: inline-block;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row .dropdownWrapper select + input[type="text"],
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row .dropdownWrapper select + select,
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row .dropdownWrapper input[type="text"] + select {
  margin-left: 18px;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row .dropdownWrapper select[name="revoWPSubmission[goalSetting][primaryGoal]"] {
  max-width: 50%;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row .dropdownWrapper .selectGroup {
  justify-content: center;
  margin-left: 24px;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row .dropdownWrapper .selectGroup select {
  height: 100%;
  min-width: 50px;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .row .dropdownWrapper .selectGroup label {
  margin: 0;
  white-space: nowrap;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .bi-trash {
  float: right;
  font-size: 120%;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .bi-trash,
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .bi-plus-circle {
  color: #cd2027;
  z-index: 5;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay .bi-plus-circle {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 250%;
  display: block;
  padding: 15px;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay + .revoWPGoalsDisplay {
  margin-top: 0;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .revoWPGoalsDisplay + .revoWPGoalsDisplay h3 {
  margin-top: 0;
}
#WelcomePacksWrapper .revoWP-section#goalSetting .response {
  padding: 0;
}
#WelcomePacksWrapper .revoWP-section #revoWPGoalSpecificText .response {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
}
#WelcomePacksWrapper .revoWP-section #revoWPGoalSpecificText .response h3 {
  font-weight: bolder;
}
#WelcomePacksWrapper .revoWP-section #revoWPGoalSpecificText .response textarea {
  margin-top: 24px;
  min-height: 100px;
}
#WelcomePacksWrapper .revoWP-section#nutritionalPhilosophy #nutritionalPhilosophySections .row {
  margin-bottom: 18px;
}
#WelcomePacksWrapper .revoWP-section#nutritionalPhilosophy #nutritionalPhilosophySections .row img {
  max-height: 80px;
  width: auto;
  margin: 0 auto;
}
#WelcomePacksWrapper .revoWP-section#nutritionalPhilosophy #nutritionalPhilosophySections .row h3 {
  margin-bottom: 4px;
}
#WelcomePacksWrapper .revoWP-section#nutritionalPhilosophy .nextSection {
  margin-top: 24px;
}
#WelcomePacksWrapper .revoWP-section#measurements [class^="col-"] {
  margin-bottom: 24px;
}
#WelcomePacksWrapper .revoWP-section#measurements h4 {
  margin-bottom: 0;
}
#WelcomePacksWrapper .revoWP-section#measurements .foldingContent {
  min-height: 49px;
}
#WelcomePacksWrapper .revoWP-section#measurements .foldingContent .foldToggle {
  top: -72px;
  color: #cd2027;
}
#WelcomePacksWrapper .revoWP-section#measurements .foldingContent.open {
  margin-bottom: 0;
}
#WelcomePacksWrapper .revoWP-section#submit > .row {
  height: 100%;
}
#WelcomePacksWrapper .revoWP-section#submit .col-12 {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
#WelcomePacksWrapper .revoWP-section#submit .col-12 .exitText {
  font-size: 140%;
  max-width: 400px;
  text-align: center;
  line-height: 140%;
}
#WelcomePacksWrapper .revoWP-section#submit .col-12 input[type="submit"] {
  border-radius: 12px;
  font-size: 150%;
  margin-top: 24px;
}
#WelcomePacksWrapper .revoWP-section#submit .col-12 #revoWPSubmitResponse .response {
  margin-top: 24px;
}
#WelcomePacksWrapper .revoWP-section#submit #revoWPSubmitResponse {
  max-width: 800px;
  word-break: break-word;
}
/* measurements page */
body.measurements #WelcomePacksWrapper #revoWP-body {
  flex-flow: column nowrap;
}
body.measurements #WelcomePacksWrapper .revoWP-section {
  display: block;
  padding-top: 0;
}
body.measurements #WelcomePacksWrapper .revoWP-section:nth-of-type(1) {
  padding-top: 200px;
}
body.measurements #WelcomePacksWrapper .revoWP-section a.nextSection {
  display: none;
}
body.measurements #WelcomePacksWrapper .revoWP-section#submit {
  margin-bottom: 24px;
}
body.measurements #WelcomePacksWrapper .revoWP-section#submit > .row {
  height: auto;
}
body.measurements #WelcomePacksWrapper .revoWP-section#submit .response {
  background-color: transparent;
}
