1414 -o-font-smoothing : antialiased;
1515}
1616
17- @media screen and (max-width : 1023px ){
17+ @media screen and (max-width : 1023px ) {
1818 .vff ,
1919 .vff-footer {
2020 font-size : 15px ;
4848 global
4949*/
5050
51- .vff hr {
51+ .vff hr {
5252 box-sizing : content-box;
5353 overflow : visible;
5454 height : 0 ;
112112 margin-bottom : 22px ;
113113}
114114
115- /*utils*/
115+ /* utils */
116116.vff .text-thin {
117117 font-weight : 300 ;
118118}
154154 box-sizing : border-box;
155155}
156156
157- header .vff-header + .vff {
157+ header .vff-header + .vff {
158158 margin-top : 16vh ;
159159}
160160
161- header .vff-header + .vff .vff-not-standalone {
161+ header .vff-header + .vff .vff-not-standalone {
162162 margin-top : 0 ;
163163}
164164
@@ -189,7 +189,7 @@ header.vff-header + .vff.vff-not-standalone{
189189 margin-bottom : 20px ;
190190}
191191
192- /*container*/
192+ /* container */
193193.vff .f-container ,
194194header .vff-header .f-container {
195195 padding : 0 8% ;
@@ -201,7 +201,7 @@ header.vff-header .f-container{
201201 margin-bottom : 1em ;
202202}
203203
204- /*header*/
204+ /* header */
205205header .vff-header {
206206 line-height : 1 ;
207207 padding : .9em 10% .8em ;
@@ -283,7 +283,7 @@ header.vff-header svg.f-logo {
283283 font-weight : 900 ;
284284}
285285
286- .vff input [type = file ]: focus {
286+ .vff input [type = file ]: focus {
287287 outline : 1px dotted # 000 ;
288288 outline-offset : 4px ;
289289}
@@ -316,11 +316,11 @@ header.vff-header svg.f-logo {
316316 background-color : # efefef ;
317317}
318318
319- .vff input [type = file ]::-webkit-file-upload-button : active {
319+ .vff input [type = file ]::-webkit-file-upload-button : active {
320320 color : # 000 ;
321321}
322322
323- .vff input [type = file ]::file-selector-button {
323+ .vff input [type = file ]::file-selector-button {
324324 min-height : 44px ;
325325 display : inline-block;
326326 white-space : pre-wrap;
@@ -332,7 +332,7 @@ header.vff-header svg.f-logo {
332332 min-width : 90px ;
333333}
334334
335- /*buttons*/
335+ /* buttons */
336336.vff button ,
337337.vff [type = "button" ],
338338.vff [type = "reset" ],
@@ -342,7 +342,7 @@ header.vff-header svg.f-logo {
342342 overflow : visible;
343343}
344344
345- /*default button*/
345+ /* default button */
346346.vff button {
347347 border : none;
348348 outline : 0 ;
@@ -448,21 +448,21 @@ header.vff-header svg.f-logo {
448448.vff .f-full-width input [type = date ],
449449.vff .f-full-width input [type = file ],
450450.vff .f-full-width textarea ,
451- .vff .f-full-width span .faux-form {
451+ .vff .f-full-width span .faux-form {
452452 width : 100% ;
453453 padding-left : .16em ;
454454 padding-right : .16em ;
455455}
456456
457457.vff .f-required {
458- display : none; /*hides required asterisks*/
458+ display : none; /* hides required asterisks */
459459}
460460
461461.vff .f-answer .f-full-width {
462462 margin-top : 26px ;
463463}
464464
465- .vff span .f-sub + .f-answer .f-full-width {
465+ .vff span .f-sub + .f-answer .f-full-width {
466466 margin-top : 22px ;
467467}
468468
@@ -478,11 +478,11 @@ header.vff-header svg.f-logo {
478478 padding-bottom : 4px ;
479479}
480480
481- .vff span .f-answered {
481+ .vff span .f-answered {
482482 font-weight : 900 ;
483483}
484484
485- /*faux select arrow*/
485+ /* faux select arrow */
486486.vff .f-arrow-down {
487487 display : inline-block;
488488 margin-left : .2em ;
@@ -578,19 +578,19 @@ header.vff-header svg.f-logo {
578578
579579.vff .fh1 ,
580580.vff .fh2 ,
581- .vff .fh3 {
581+ .vff .fh3 {
582582 display : block;
583583}
584584
585- /*misc-typography*/
585+ /* misc-typography */
586586.vff span .f-tagline ,
587587.vff span .f-sub {
588588 font-weight : 400 ;
589589 display : block;
590590}
591591
592592.vff .fh2 span .f-tagline ,
593- .vff .fh2 span .f-sub {
593+ .vff .fh2 span .f-sub {
594594 font-size : .51em ;
595595}
596596
@@ -608,7 +608,7 @@ header.vff-header svg.f-logo {
608608 margin-right : .4em ;
609609}
610610
611- .vff span .f-sub span .f-help {
611+ .vff span .f-sub span .f-help {
612612 display : block;
613613}
614614
@@ -620,7 +620,7 @@ header.vff-header svg.f-logo {
620620 margin-right : .6em ;
621621}
622622
623- /*description*/
623+ /* description */
624624.vff p .f-description {
625625 margin-top : 0 ;
626626 padding-right : 4em ;
@@ -677,7 +677,7 @@ header.vff-header svg.f-logo {
677677 font-size : .4em ;
678678}
679679
680- .vff ul .f-radios li div .f-label-wrap {
680+ .vff ul .f-radios li div .f-label-wrap {
681681 display : -ms-flexbox;
682682 display : flex;
683683 width : 100% ;
@@ -696,7 +696,7 @@ header.vff-header svg.f-logo {
696696 f-radios (multiple picture choice)
697697*/
698698
699- .vff .field-multiplepicturechoice ul .f-radios {
699+ .vff .field-multiplepicturechoice ul .f-radios {
700700 max-width : 750px ;
701701 min-width : auto;
702702 display : -ms-flexbox;
@@ -708,7 +708,7 @@ header.vff-header svg.f-logo {
708708 flex-wrap : wrap;
709709}
710710
711- .vff .field-multiplepicturechoice ul .f-radios li {
711+ .vff .field-multiplepicturechoice ul .f-radios li {
712712 position : relative;
713713 cursor : pointer;
714714 display : -ms-flexbox;
@@ -725,7 +725,7 @@ header.vff-header svg.f-logo {
725725 line-height : 1.38 ;
726726}
727727
728- .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
728+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
729729 display : flex;
730730 display : -ms-flexbox;
731731 -moz-box-align : center;
@@ -738,7 +738,7 @@ header.vff-header svg.f-logo {
738738 margin-bottom : 8px ;
739739}
740740
741- .vff .field-multiplepicturechoice ul .f-radios li span .f-image img {
741+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image img {
742742 margin-bottom : 0 ;
743743 max-height : 100% ;
744744 max-width : 100% ;
@@ -838,19 +838,19 @@ header.vff-header svg.f-logo {
838838 not-standalone option
839839*/
840840
841- .vff .vff-not-standalone {
841+ .vff .vff-not-standalone {
842842 height : 100% ;
843843 margin-top : 0 ;
844844 margin-bottom : 0 ;
845845 padding-top : 50px ;
846846 padding-bottom : 100px ;
847847}
848848
849- .vff .vff-not-standalone .f-container {
849+ .vff .vff-not-standalone .f-container {
850850 margin : 0 ;
851851}
852852
853- .vff .vff-not-standalone .vff-footer {
853+ .vff .vff-not-standalone .vff-footer {
854854 position : absolute;
855855 bottom : 0 ;
856856 width : 100% ;
@@ -984,7 +984,7 @@ header.vff-header svg.f-logo {
984984 .vff input [type = password ],
985985 .vff input [type = date ],
986986 .vff input [type = file ],
987- .vff textarea {
987+ .vff textarea {
988988 font-size : .78em ;
989989 }
990990
@@ -993,12 +993,12 @@ header.vff-header svg.f-logo {
993993 }
994994
995995 .vff .fh2 span .f-sub ,
996- .vff .fh2 span .f-tagline {
996+ .vff .fh2 span .f-tagline {
997997 font-size : .58em ;
998998 }
999999
10001000 .vff .f-container ,
1001- header .vff-header .f-container {
1001+ header .vff-header .f-container {
10021002 padding : 0 5.5% ;
10031003 }
10041004
@@ -1007,15 +1007,15 @@ header.vff-header svg.f-logo {
10071007 padding-right : 20px ;
10081008 }
10091009
1010- .vff p .f-description {
1010+ .vff p .f-description {
10111011 padding-right : 0 ;
10121012 }
10131013
1014- .vff .field-multiplepicturechoice ul .f-radios li {
1014+ .vff .field-multiplepicturechoice ul .f-radios li {
10151015 font-size : 14px ;
10161016 }
10171017
1018- .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
1018+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
10191019 height : 90px ;
10201020 }
10211021
@@ -1027,11 +1027,11 @@ header.vff-header svg.f-logo {
10271027 min-height : 180px ;
10281028 }
10291029
1030- header .vff-header + .vff {
1030+ header .vff-header + .vff {
10311031 margin-top : 8vh ;
10321032 }
10331033
1034- header .vff-header + .vff .vff-not-standalone {
1034+ header .vff-header + .vff .vff-not-standalone {
10351035 margin-top : 0 ;
10361036 }
10371037
@@ -1075,7 +1075,7 @@ header.vff-header svg.f-logo {
10751075 line-height : 1.5 ;
10761076 }
10771077
1078- .vff span .f-text {
1078+ .vff span .f-text {
10791079 margin-right : 0 ;
10801080 }
10811081
@@ -1101,7 +1101,7 @@ header.vff-header svg.f-logo {
11011101 max-width : 320px ;
11021102 }
11031103
1104- .vff .field-multiplepicturechoice ul .f-radios li {
1104+ .vff .field-multiplepicturechoice ul .f-radios li {
11051105 -ms-flex : 0 0 calc (50% - 8px );
11061106 flex : 0 0 calc (50% - 8px );
11071107 }
@@ -1118,7 +1118,7 @@ header.vff-header svg.f-logo {
11181118 position : static;
11191119 }
11201120
1121- .vff-footer {
1121+ .vff-footer {
11221122 font-size : 15px ;
11231123 }
11241124
@@ -1143,8 +1143,8 @@ header.vff-header svg.f-logo {
11431143 font-size : .6em ;
11441144 }
11451145
1146- .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
1146+ .vff .field-multiplepicturechoice ul .f-radios li span .f-image {
11471147 height : 90px ;
11481148 }
11491149
1150- }
1150+ }
0 commit comments