/******/
.vscore_gform_wrapper {
	width: 100% !important;
    max-width: 100% !important;
}
.vscore_gform_wrapper .gform_body {
	max-width: 50%;
    margin: 0 auto;
}
.gform-theme--foundation .gfield input::placeholder {color: #aaa !important;}
.vscore_gform .gfield p {color: #596E7A; font-size: 22px; font-weight: 500; text-align: center;}
.vscore_gform .gfield li {color: #596E7A; font-size: 22px; font-weight: 400;}
.vscore_gform .gform_fields>.gfield:not(.gfield--type-hidden)  {
	min-height: 100vh; height: 100%;
	padding-top: 120px;
    padding-bottom: 120px;
    display: none;
    justify-content: center;
    flex-direction: column;
}
.vscore_gform .gform_fields>.gfield:nth-last-child(2):not(.gfield--type-hidden) {min-height: 50vh; height: 100%; justify-content: flex-end; grid-column: span 12; padding-top: 120px; padding-bottom: 0px;}
.vscore_gform .gform_fields>.gfield.gfield--type-submit {min-height: 50vh; height: 100%; justify-content: flex-start; grid-column: span 12; padding-top: 0px; padding-bottom: 0px;}
.vscore_gform .gform_fields>.gfield:not(.gfield--type-hidden):first-child  {display: flex;}
.vscore_gform .gform_fields .gfield .gfield_radio, .vscore_gform .gform-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
	flex-wrap: wrap;
}
.vscore_gform .gform_fields .gfield .gfield_radio .gchoice {
	display: flex;
    align-items: flex-start;
    max-width: 49%;
}
.vscore_gform .gform_fields .gfield .gfield_radio .gchoice>input {display: none;}
.vscore_gform .gform_fields .gchoice>label, .vscore_gform .gform-button, .vscore_gform .vscorenext {
    color: #596E7A !important;
    background: #ECECEC;
    padding: 16px 40px !important;
    font-size: 18px !important;
    border-radius: 20px;
	text-align: center;
    font-family: 'Brandon Reg', Gotham, Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    margin-left: 0px !important;
	cursor: pointer;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.vscore_gform .gform_fields .gchoice.tc-selected>label {
	color: #fff !important;
	background: #FF9748;
	font-weight: 400 !important;
}
.customnextbutton {
	width: 100%;
    text-align: center;
}
.vs_manualnext {
	display: inline-block;
    margin-top: 32px !important;
    padding: 12px 28px !important;
    font-size: 18px !important;
    border-radius: 4px;
    font-family: 'Brandon Reg', Gotham, Helvetica, Arial, Lucida, sans-serif !important;
    letter-spacing: 0.5px !important;
    margin-left: 0px !important;
    cursor: pointer !important;
    color: #fff !important;
    background: #596E7A;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.vscore_gform .gform_fields span.gfield_label, .vscore_gform .gform_fields label.gfield_label {
	font-family: 'Brandon Reg', Gotham, Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 28px;
    text-align: center;
    justify-content: center;
    padding-bottom: 18px;
	color: #596E7A;
}

.gfield--type-html ol {list-style: decimal !important;}

.gfield--type-html .openone {
    display: flex;
    justify-content: flex-start;
	/*align-items: flex-end;*/
    flex-wrap: wrap;
    column-gap: 32px;
}

.vscore_gform .gform_fields .gfield_required {display: none;}
.vscore_gform .gform-button, .vscore_gform .vscorenext {
	background-color: #FF9748 !important;
	color: #fff !Important;
	width: auto !important;
	max-width: 100% !important;
	align-self: center;
	border-radius: 999px !important;
	padding: 10px 50px !important;
	box-shadow: 0px 2px 2px 0px #00000026 !important;
}
.vscore_gform .gform-button:focus, .vscore_gform .vscorenext:focus {
    box-shadow: 0px 0px 2px 2px #ffb2a673 !important;
    border: none !important;
}
/*.gform_footer {position: relative !important; align-items: center !important;}*/
.gfield_description.instruction {display: none !important;}

.vscore_gform .gform_fields>:first-child .vscoreprev {display: none !important;}

.vscoreprev, .vscoreprev_foot {
	position: absolute !important;
    top: 78px !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important; 
	cursor: pointer !important;
	text-decoration: underline !important;
}
.vscorenext {
    bottom: 78px !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
	cursor: pointer !important;
	text-decoration: none !important;
}
.backtov360 {
	position: fixed !important;
    top: 4px !important;
    left: 10px !important;
}


.vscore_gform .gform_fields {
	 /*height: 100vh;*/
	/*overflow-y: scroll;*/
	 /*scroll-snap-type: y mandatory;*/
 }


.vscore_gform .gform_fields .gfield  {
	/* scroll-snap
	scroll-snap-align: start;
	scroll-snap-stop: normal;*/
	position: relative;
}

.vscore_gform .imeasurein {
	display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: solid 1px #eaeaea;
}
.vscore_gform .measurementinput {
	display: flex;
}
.vscore_gform .imeasurein label {padding-right: 18px; padding-bottom: 0px !important; margin-bottom: 0px; text-align: center !important;}
.vscore_gform .measurementinput label {padding-right: 32px; text-align: center !important;}


.vscore_gform .gfield_description.validation_message {position: absolute; top: 45px;}

.page-id-85::-webkit-scrollbar, .vscore_gform .gform_fields::-webkit-scrollbar, html::-webkit-scrollbar {
  /*display: none;*/
}
/* Hide scrollbar for IE, Edge and Firefox */
.page-id-85, .vscore_gform .gform_fields, html::-webkit-scrollbar {
    /*-ms-overflow-style: none;  IE and Edge */
   /*scrollbar-width: none;   Firefox */
}

.vs-progress {
	display: flex !important;
    flex-direction: row !important;
	align-items: center !important;
    position: absolute !important;
    top: 32px !important;
    width: 100% !important;
}
.progress-bar, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #E2E0E0 !important;
    height: 13px !important;
    width: 100% !important;
	border-radius: 90px !important;
    overflow: hidden !important;
}	
.progress-bar-progress, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #FF9748 !important;
    height: 100% !important;
	padding: 0px !important;
	border-radius: 999px !important;
}
.w3-center {
    text-align: center !important;
}
.w3-container, .w3-panel {
    padding: 0 6px 0 !important;
}
.progress-number {
    text-align: center !important;
	margin-right: 8px !important;
	font-size: 25px !important;
	font-weight: 700 !important;
	color: #596E7A !important;
}

/*gauges*/
.mask {
    position: relative;
    overflow: hidden;
    display: block;
    width: 12.5rem;
    height: 6.25rem;
    margin: 1.25rem;
}
.semi-circle {
    position: relative;
    display: block;
    width: 12.5rem;
    height: 6.25rem;
	/*background: linear-gradient(to right, #e2e2e2 0%, #FFB2A6 80%); grey pink brand colours*/
	background: linear-gradient(to right, #c0392b 0%, #f1c40f 50%, #1abc9c 100%);
    border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
}
.redgauge.circular-progress circle.fg {stroke: #dc3545;} /*there was no red in design file*/
.orangegauge.circular-progress circle.fg {stroke: #ff9748;}
.yellowgauge.circular-progress circle.fg {stroke: #ffcb65;}
.greengauge.circular-progress circle.fg {stroke: #8dc63f;}
.semi-circle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    display: block;
    width: 8.75rem;
    height: 4.375rem;
    margin-left: -4.375rem;
    background: #fff;
    border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
}
.semi-circle--mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5rem;
    height: 12.5rem;
    background: transparent;
    transform: rotate(0deg) translate3d(0, 0, 0);
    transform-origin: center center;
    backface-visibility: hidden;
    transition: all 1s ease-in-out;
}
.semi-circle--mask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 2;
    display: block;
    width: 12.625rem;
    height: 6.375rem;
    margin: -1px 0 0 -1px;
    background: #f7f7f7;
    border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
}


.vs-scorecircle-outer {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    background: #fafafa;
    border-radius: 999px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.vscore_thescore {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 190px;
    height: 190px;
    text-align: center;
    top: 0;
    z-index: 99;
    font-family: 'Brandon Reg', Gotham, Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: bold;
    color: #596E7A;
    font-size: 30px;
}
.vs-scoreinner {
	background: #eeeeee;
    border-radius: 999px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vs-scorecircle {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.gauge-resetter .circular-progress  {--progress: 0 !important;}

/*gauges round 2*/
.circular-progress {
  --size: 190px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 20px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * pi * 2);
  --progress: 50;
  --dash: calc((var(--progress) * var(--circumference)) / 100);
  animation: progress-animation 2s ease-in-out 0s 1 forwards;
}

.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}

.circular-progress circle.bg {
  stroke: #eeeeee;
}

.circular-progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  transition: stroke-dasharray 2s ease-in-out 0s;
  stroke: #5394fd;
}

@property --progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

/*end gauges round 2*/

.vscorereport h2 {
	text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #596E7A;
}
.vscorereport h3 {
	text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #596E7A;
}
.vscorereport h4 {
	font-size: 26px;
	font-weight: 700;
	line-height: 33.85px;
	color: #FF9748;
}
.vscorereport h5 {
	font-size: 22px;
	font-weight: 700;
	line-height: 31.33px;
	color: #776C61;
}
.vscorereport p {
	font-size: 22px;
	line-height: 31.33px;
	color: #596E7A;
	font-weight: 400;
}
.vscorereport blockquote {
    border-left: 7px solid #FF9748;
    margin-left: 30px;
}
.vscorereport blockquote p {
	font-size: 22px;
    font-weight: 400;
    line-height: 28.64px;
    text-align: left;
    background: #F7F7F7;
    padding: 20px;
	margin-left: 16px;
}
.vscorereport blockquote p strong {
	color: #FF9748; font-weight: 700px;
}

@media screen and (max-width: 980px) {
	.vscore_gform_wrapper .gform_body {
		max-width: 100%;
	}
	.vscore_gform .gform_fields .gfield .gfield_radio .gchoice {
		max-width: 100%;
	}
}

@media screen and (max-width: 782px) {
	.vscore_gform .gform_fields span.gfield_label {
		margin-top: 36px;
	}
	.vscore_gform .measurementinput input {width: 200px !important;}
	.vscore_gform .measurementinput {
		width: 100%;
		justify-content: space-between;
	}
	.vscore_gform .measinputlast {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		margin-top: -16px;
	}
	.vscore_gform .gfield_description.validation_message {top: 80px;}
	.vscore_gform .measurementinput label {text-align: left !Important;}
}
@media screen and (max-width: 550px) {
	.vscore_gform .measurementinput input {width: 100px !important;}
}
@media screen and (max-width: 408px) {
	.vscore_gform .measinputlast {
		margin-top: -58px;
	}
}

/*dont carry*/
.page-id-85 #wpadminbar {display: none !important;}
.page-id-85 .wp-site-blocks {padding-top: 0px !important;}
.page-id-58 #gform_wrapper_2 {display: none !important;}
@media screen and (max-width: 782px) {
	h2,h3 {font-size: 2em;}
}