86e6d059 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent aeded973
...@@ -181,10 +181,8 @@ p { ...@@ -181,10 +181,8 @@ p {
181 } 181 }
182 182
183 abbr[title] { 183 abbr[title] {
184 -webkit-text-decoration: underline dotted;
185 text-decoration: underline dotted; 184 text-decoration: underline dotted;
186 cursor: help; 185 cursor: help;
187 -webkit-text-decoration-skip-ink: none;
188 text-decoration-skip-ink: none; 186 text-decoration-skip-ink: none;
189 } 187 }
190 188
...@@ -2033,8 +2031,6 @@ progress { ...@@ -2033,8 +2031,6 @@ progress {
2033 background-color: #fff; 2031 background-color: #fff;
2034 background-clip: padding-box; 2032 background-clip: padding-box;
2035 border: 1px solid #ced4da; 2033 border: 1px solid #ced4da;
2036 -webkit-appearance: none;
2037 -moz-appearance: none;
2038 appearance: none; 2034 appearance: none;
2039 border-radius: 0.375rem; 2035 border-radius: 0.375rem;
2040 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 2036 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
...@@ -2117,10 +2113,6 @@ progress { ...@@ -2117,10 +2113,6 @@ progress {
2117 .wpcf7 textarea::-webkit-date-and-time-value { 2113 .wpcf7 textarea::-webkit-date-and-time-value {
2118 height: 1.5em; 2114 height: 1.5em;
2119 } 2115 }
2120 .form-control::-moz-placeholder, .wpcf7 .wpcf7-validation-errors::-moz-placeholder, .wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=search]::-moz-placeholder, .wpcf7 input[type=url]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 input[type=number]::-moz-placeholder, .wpcf7 input[type=range]::-moz-placeholder, .wpcf7 input[type=date]::-moz-placeholder, .wpcf7 input[type=month]::-moz-placeholder, .wpcf7 input[type=week]::-moz-placeholder, .wpcf7 input[type=time]::-moz-placeholder, .wpcf7 input[type=datetime]::-moz-placeholder, .wpcf7 input[type=datetime-local]::-moz-placeholder, .wpcf7 input[type=color]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=file]::-moz-placeholder, .wpcf7 input[type=submit]::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
2121 color: #6c757d;
2122 opacity: 1;
2123 }
2124 .form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder, 2116 .form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=text]::placeholder,
2125 .wpcf7 input[type=search]::placeholder, 2117 .wpcf7 input[type=search]::placeholder,
2126 .wpcf7 input[type=url]::placeholder, 2118 .wpcf7 input[type=url]::placeholder,
...@@ -2183,7 +2175,6 @@ progress { ...@@ -2183,7 +2175,6 @@ progress {
2183 .wpcf7 textarea::file-selector-button { 2175 .wpcf7 textarea::file-selector-button {
2184 padding: 0.375rem 0.75rem; 2176 padding: 0.375rem 0.75rem;
2185 margin: -0.375rem -0.75rem; 2177 margin: -0.375rem -0.75rem;
2186 -webkit-margin-end: 0.75rem;
2187 margin-inline-end: 0.75rem; 2178 margin-inline-end: 0.75rem;
2188 color: #212529; 2179 color: #212529;
2189 background-color: #e9ecef; 2180 background-color: #e9ecef;
...@@ -2266,7 +2257,6 @@ progress { ...@@ -2266,7 +2257,6 @@ progress {
2266 .form-control-sm::file-selector-button { 2257 .form-control-sm::file-selector-button {
2267 padding: 0.25rem 0.5rem; 2258 padding: 0.25rem 0.5rem;
2268 margin: -0.25rem -0.5rem; 2259 margin: -0.25rem -0.5rem;
2269 -webkit-margin-end: 0.5rem;
2270 margin-inline-end: 0.5rem; 2260 margin-inline-end: 0.5rem;
2271 } 2261 }
2272 2262
...@@ -2279,7 +2269,6 @@ progress { ...@@ -2279,7 +2269,6 @@ progress {
2279 .form-control-lg::file-selector-button { 2269 .form-control-lg::file-selector-button {
2280 padding: 0.5rem 1rem; 2270 padding: 0.5rem 1rem;
2281 margin: -0.5rem -1rem; 2271 margin: -0.5rem -1rem;
2282 -webkit-margin-end: 1rem;
2283 margin-inline-end: 1rem; 2272 margin-inline-end: 1rem;
2284 } 2273 }
2285 2274
...@@ -2333,8 +2322,6 @@ textarea.form-control-lg { ...@@ -2333,8 +2322,6 @@ textarea.form-control-lg {
2333 border: 1px solid #ced4da; 2322 border: 1px solid #ced4da;
2334 border-radius: 0.375rem; 2323 border-radius: 0.375rem;
2335 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 2324 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2336 -webkit-appearance: none;
2337 -moz-appearance: none;
2338 appearance: none; 2325 appearance: none;
2339 } 2326 }
2340 @media (prefers-reduced-motion: reduce) { 2327 @media (prefers-reduced-motion: reduce) {
...@@ -2407,10 +2394,7 @@ textarea.form-control-lg { ...@@ -2407,10 +2394,7 @@ textarea.form-control-lg {
2407 background-position: center; 2394 background-position: center;
2408 background-size: contain; 2395 background-size: contain;
2409 border: 1px solid rgba(0, 0, 0, 0.25); 2396 border: 1px solid rgba(0, 0, 0, 0.25);
2410 -webkit-appearance: none;
2411 -moz-appearance: none;
2412 appearance: none; 2397 appearance: none;
2413 -webkit-print-color-adjust: exact;
2414 print-color-adjust: exact; 2398 print-color-adjust: exact;
2415 } 2399 }
2416 .form-check-input[type=checkbox] { 2400 .form-check-input[type=checkbox] {
...@@ -2505,8 +2489,6 @@ textarea.form-control-lg { ...@@ -2505,8 +2489,6 @@ textarea.form-control-lg {
2505 height: 1.5rem; 2489 height: 1.5rem;
2506 padding: 0; 2490 padding: 0;
2507 background-color: transparent; 2491 background-color: transparent;
2508 -webkit-appearance: none;
2509 -moz-appearance: none;
2510 appearance: none; 2492 appearance: none;
2511 } 2493 }
2512 .form-range:focus { 2494 .form-range:focus {
...@@ -2528,14 +2510,11 @@ textarea.form-control-lg { ...@@ -2528,14 +2510,11 @@ textarea.form-control-lg {
2528 background-color: #000; 2510 background-color: #000;
2529 border: 0; 2511 border: 0;
2530 border-radius: 1rem; 2512 border-radius: 1rem;
2531 -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2532 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 2513 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2533 -webkit-appearance: none;
2534 appearance: none; 2514 appearance: none;
2535 } 2515 }
2536 @media (prefers-reduced-motion: reduce) { 2516 @media (prefers-reduced-motion: reduce) {
2537 .form-range::-webkit-slider-thumb { 2517 .form-range::-webkit-slider-thumb {
2538 -webkit-transition: none;
2539 transition: none; 2518 transition: none;
2540 } 2519 }
2541 } 2520 }
...@@ -2557,14 +2536,11 @@ textarea.form-control-lg { ...@@ -2557,14 +2536,11 @@ textarea.form-control-lg {
2557 background-color: #000; 2536 background-color: #000;
2558 border: 0; 2537 border: 0;
2559 border-radius: 1rem; 2538 border-radius: 1rem;
2560 -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2561 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 2539 transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2562 -moz-appearance: none;
2563 appearance: none; 2540 appearance: none;
2564 } 2541 }
2565 @media (prefers-reduced-motion: reduce) { 2542 @media (prefers-reduced-motion: reduce) {
2566 .form-range::-moz-range-thumb { 2543 .form-range::-moz-range-thumb {
2567 -moz-transition: none;
2568 transition: none; 2544 transition: none;
2569 } 2545 }
2570 } 2546 }
...@@ -2658,9 +2634,6 @@ textarea.form-control-lg { ...@@ -2658,9 +2634,6 @@ textarea.form-control-lg {
2658 .form-floating > .form-control-plaintext { 2634 .form-floating > .form-control-plaintext {
2659 padding: 1rem 0.75rem; 2635 padding: 1rem 0.75rem;
2660 } 2636 }
2661 .form-floating > .form-control::-moz-placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::-moz-placeholder, .wpcf7 .form-floating > input[type=text]::-moz-placeholder, .wpcf7 .form-floating > input[type=search]::-moz-placeholder, .wpcf7 .form-floating > input[type=url]::-moz-placeholder, .wpcf7 .form-floating > input[type=tel]::-moz-placeholder, .wpcf7 .form-floating > input[type=number]::-moz-placeholder, .wpcf7 .form-floating > input[type=range]::-moz-placeholder, .wpcf7 .form-floating > input[type=date]::-moz-placeholder, .wpcf7 .form-floating > input[type=month]::-moz-placeholder, .wpcf7 .form-floating > input[type=week]::-moz-placeholder, .wpcf7 .form-floating > input[type=time]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime]::-moz-placeholder, .wpcf7 .form-floating > input[type=datetime-local]::-moz-placeholder, .wpcf7 .form-floating > input[type=color]::-moz-placeholder, .wpcf7 .form-floating > input[type=email]::-moz-placeholder, .wpcf7 .form-floating > input[type=file]::-moz-placeholder, .wpcf7 .form-floating > input[type=submit]::-moz-placeholder, .wpcf7 .form-floating > select::-moz-placeholder, .wpcf7 .form-floating > textarea::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
2662 color: transparent;
2663 }
2664 .form-floating > .form-control::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder, 2637 .form-floating > .form-control::placeholder, .wpcf7 .form-floating > .wpcf7-validation-errors::placeholder, .wpcf7 .form-floating > input[type=text]::placeholder,
2665 .wpcf7 .form-floating > input[type=search]::placeholder, 2638 .wpcf7 .form-floating > input[type=search]::placeholder,
2666 .wpcf7 .form-floating > input[type=url]::placeholder, 2639 .wpcf7 .form-floating > input[type=url]::placeholder,
...@@ -2682,10 +2655,6 @@ textarea.form-control-lg { ...@@ -2682,10 +2655,6 @@ textarea.form-control-lg {
2682 .form-floating > .form-control-plaintext::placeholder { 2655 .form-floating > .form-control-plaintext::placeholder {
2683 color: transparent; 2656 color: transparent;
2684 } 2657 }
2685 .form-floating > .form-control:not(:-moz-placeholder-shown), .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown), .wpcf7 .form-floating > select:not(:-moz-placeholder-shown), .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
2686 padding-top: 1.625rem;
2687 padding-bottom: 0.625rem;
2688 }
2689 .form-floating > .form-control:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus, 2658 .form-floating > .form-control:focus, .wpcf7 .form-floating > .wpcf7-validation-errors:focus, .wpcf7 .form-floating > input[type=text]:focus,
2690 .wpcf7 .form-floating > input[type=search]:focus, 2659 .wpcf7 .form-floating > input[type=search]:focus,
2691 .wpcf7 .form-floating > input[type=url]:focus, 2660 .wpcf7 .form-floating > input[type=url]:focus,
...@@ -2752,10 +2721,6 @@ textarea.form-control-lg { ...@@ -2752,10 +2721,6 @@ textarea.form-control-lg {
2752 padding-top: 1.625rem; 2721 padding-top: 1.625rem;
2753 padding-bottom: 0.625rem; 2722 padding-bottom: 0.625rem;
2754 } 2723 }
2755 .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=search]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=url]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=number]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=range]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=date]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=month]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=week]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=time]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=datetime-local]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=color]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=file]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > input[type=submit]:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > select:not(:-moz-placeholder-shown) ~ label, .wpcf7 .form-floating > textarea:not(:-moz-placeholder-shown) ~ label {
2756 opacity: 0.65;
2757 transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2758 }
2759 .form-floating > .form-control:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label, 2724 .form-floating > .form-control:focus ~ label, .wpcf7 .form-floating > .wpcf7-validation-errors:focus ~ label, .wpcf7 .form-floating > input[type=text]:focus ~ label,
2760 .wpcf7 .form-floating > input[type=search]:focus ~ label, 2725 .wpcf7 .form-floating > input[type=search]:focus ~ label,
2761 .wpcf7 .form-floating > input[type=url]:focus ~ label, 2726 .wpcf7 .form-floating > input[type=url]:focus ~ label,
...@@ -3561,8 +3526,6 @@ textarea.form-control-lg { ...@@ -3561,8 +3526,6 @@ textarea.form-control-lg {
3561 text-decoration: none; 3526 text-decoration: none;
3562 vertical-align: middle; 3527 vertical-align: middle;
3563 cursor: pointer; 3528 cursor: pointer;
3564 -webkit-user-select: none;
3565 -moz-user-select: none;
3566 user-select: none; 3529 user-select: none;
3567 border: var(--bs-btn-border-width) solid var(--bs-btn-border-color); 3530 border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
3568 border-radius: var(--bs-btn-border-radius); 3531 border-radius: var(--bs-btn-border-radius);
...@@ -5977,8 +5940,6 @@ textarea.form-control-lg { ...@@ -5977,8 +5940,6 @@ textarea.form-control-lg {
5977 } 5940 }
5978 .btn-close:disabled, .btn-close.disabled { 5941 .btn-close:disabled, .btn-close.disabled {
5979 pointer-events: none; 5942 pointer-events: none;
5980 -webkit-user-select: none;
5981 -moz-user-select: none;
5982 user-select: none; 5943 user-select: none;
5983 opacity: 0.25; 5944 opacity: 0.25;
5984 } 5945 }
...@@ -6025,7 +5986,6 @@ textarea.form-control-lg { ...@@ -6025,7 +5986,6 @@ textarea.form-control-lg {
6025 --bs-toast-zindex: 1090; 5986 --bs-toast-zindex: 1090;
6026 position: absolute; 5987 position: absolute;
6027 z-index: var(--bs-toast-zindex); 5988 z-index: var(--bs-toast-zindex);
6028 width: -moz-max-content;
6029 width: max-content; 5989 width: max-content;
6030 max-width: 100%; 5990 max-width: 100%;
6031 pointer-events: none; 5991 pointer-events: none;
...@@ -6631,7 +6591,6 @@ textarea.form-control-lg { ...@@ -6631,7 +6591,6 @@ textarea.form-control-lg {
6631 float: left; 6591 float: left;
6632 width: 100%; 6592 width: 100%;
6633 margin-right: -100%; 6593 margin-right: -100%;
6634 -webkit-backface-visibility: hidden;
6635 backface-visibility: hidden; 6594 backface-visibility: hidden;
6636 transition: transform 0.6s ease-in-out; 6595 transition: transform 0.6s ease-in-out;
6637 } 6596 }
...@@ -7458,16 +7417,13 @@ textarea.form-control-lg { ...@@ -7458,16 +7417,13 @@ textarea.form-control-lg {
7458 } 7417 }
7459 } 7418 }
7460 .placeholder-wave { 7419 .placeholder-wave {
7461 -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
7462 mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); 7420 mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
7463 -webkit-mask-size: 200% 100%;
7464 mask-size: 200% 100%; 7421 mask-size: 200% 100%;
7465 animation: placeholder-wave 2s linear infinite; 7422 animation: placeholder-wave 2s linear infinite;
7466 } 7423 }
7467 7424
7468 @keyframes placeholder-wave { 7425 @keyframes placeholder-wave {
7469 100% { 7426 100% {
7470 -webkit-mask-position: -200% 0%;
7471 mask-position: -200% 0%; 7427 mask-position: -200% 0%;
7472 } 7428 }
7473 } 7429 }
...@@ -9032,20 +8988,14 @@ textarea.form-control-lg { ...@@ -9032,20 +8988,14 @@ textarea.form-control-lg {
9032 } 8988 }
9033 8989
9034 .user-select-all { 8990 .user-select-all {
9035 -webkit-user-select: all !important;
9036 -moz-user-select: all !important;
9037 user-select: all !important; 8991 user-select: all !important;
9038 } 8992 }
9039 8993
9040 .user-select-auto { 8994 .user-select-auto {
9041 -webkit-user-select: auto !important;
9042 -moz-user-select: auto !important;
9043 user-select: auto !important; 8995 user-select: auto !important;
9044 } 8996 }
9045 8997
9046 .user-select-none { 8998 .user-select-none {
9047 -webkit-user-select: none !important;
9048 -moz-user-select: none !important;
9049 user-select: none !important; 8999 user-select: none !important;
9050 } 9000 }
9051 9001
...@@ -11721,8 +11671,6 @@ body { ...@@ -11721,8 +11671,6 @@ body {
11721 border: 1px solid #ced4da; 11671 border: 1px solid #ced4da;
11722 border-radius: 0.375rem; 11672 border-radius: 0.375rem;
11723 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 11673 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
11724 -webkit-appearance: none;
11725 -moz-appearance: none;
11726 appearance: none; 11674 appearance: none;
11727 } 11675 }
11728 @media (prefers-reduced-motion: reduce) { 11676 @media (prefers-reduced-motion: reduce) {
...@@ -12034,42 +11982,67 @@ figure.woocommerce-product-gallery__wrapper { ...@@ -12034,42 +11982,67 @@ figure.woocommerce-product-gallery__wrapper {
12034 } 11982 }
12035 11983
12036 .fa-spin { 11984 .fa-spin {
11985 -webkit-animation: fa-spin 2s infinite linear;
12037 animation: fa-spin 2s infinite linear; 11986 animation: fa-spin 2s infinite linear;
12038 } 11987 }
12039 11988
12040 .fa-pulse { 11989 .fa-pulse {
11990 -webkit-animation: fa-spin 1s infinite steps(8);
12041 animation: fa-spin 1s infinite steps(8); 11991 animation: fa-spin 1s infinite steps(8);
12042 } 11992 }
11993
11994 @-webkit-keyframes fa-spin {
11995 0% {
11996 -webkit-transform: rotate(0deg);
11997 transform: rotate(0deg);
11998 }
11999 100% {
12000 -webkit-transform: rotate(359deg);
12001 transform: rotate(359deg);
12002 }
12003 }
12043 @keyframes fa-spin { 12004 @keyframes fa-spin {
12044 0% { 12005 0% {
12006 -webkit-transform: rotate(0deg);
12045 transform: rotate(0deg); 12007 transform: rotate(0deg);
12046 } 12008 }
12047 100% { 12009 100% {
12010 -webkit-transform: rotate(359deg);
12048 transform: rotate(359deg); 12011 transform: rotate(359deg);
12049 } 12012 }
12050 } 12013 }
12051 .fa-rotate-90 { 12014 .fa-rotate-90 {
12052 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; 12015 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
12016 -webkit-transform: rotate(90deg);
12017 -ms-transform: rotate(90deg);
12053 transform: rotate(90deg); 12018 transform: rotate(90deg);
12054 } 12019 }
12055 12020
12056 .fa-rotate-180 { 12021 .fa-rotate-180 {
12057 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; 12022 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
12023 -webkit-transform: rotate(180deg);
12024 -ms-transform: rotate(180deg);
12058 transform: rotate(180deg); 12025 transform: rotate(180deg);
12059 } 12026 }
12060 12027
12061 .fa-rotate-270 { 12028 .fa-rotate-270 {
12062 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; 12029 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
12030 -webkit-transform: rotate(270deg);
12031 -ms-transform: rotate(270deg);
12063 transform: rotate(270deg); 12032 transform: rotate(270deg);
12064 } 12033 }
12065 12034
12066 .fa-flip-horizontal { 12035 .fa-flip-horizontal {
12067 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; 12036 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
12037 -webkit-transform: scale(-1, 1);
12038 -ms-transform: scale(-1, 1);
12068 transform: scale(-1, 1); 12039 transform: scale(-1, 1);
12069 } 12040 }
12070 12041
12071 .fa-flip-vertical { 12042 .fa-flip-vertical {
12072 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; 12043 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
12044 -webkit-transform: scale(1, -1);
12045 -ms-transform: scale(1, -1);
12073 transform: scale(1, -1); 12046 transform: scale(1, -1);
12074 } 12047 }
12075 12048
...@@ -15274,7 +15247,6 @@ body { ...@@ -15274,7 +15247,6 @@ body {
15274 right: 0 !important; 15247 right: 0 !important;
15275 height: 100vh !important; 15248 height: 100vh !important;
15276 transform: translateX(200%) !important; 15249 transform: translateX(200%) !important;
15277 -webkit-backface-visibility: hidden !important;
15278 backface-visibility: hidden !important; 15250 backface-visibility: hidden !important;
15279 transition: transform 0.5s !important; 15251 transition: transform 0.5s !important;
15280 background-color: #F0F0F0; 15252 background-color: #F0F0F0;
...@@ -15289,7 +15261,6 @@ body { ...@@ -15289,7 +15261,6 @@ body {
15289 height: 100%; 15261 height: 100%;
15290 min-height: unset; 15262 min-height: unset;
15291 transform: translateX(100%) !important; 15263 transform: translateX(100%) !important;
15292 -webkit-backface-visibility: hidden !important;
15293 backface-visibility: hidden !important; 15264 backface-visibility: hidden !important;
15294 transition: transform 0.5s !important; 15265 transition: transform 0.5s !important;
15295 background-color: #F0F0F0; 15266 background-color: #F0F0F0;
...@@ -15552,8 +15523,6 @@ body { ...@@ -15552,8 +15523,6 @@ body {
15552 } 15523 }
15553 15524
15554 select { 15525 select {
15555 -webkit-appearance: none;
15556 -moz-appearance: none;
15557 appearance: none; 15526 appearance: none;
15558 background-color: transparent; 15527 background-color: transparent;
15559 border: none; 15528 border: none;
...@@ -15918,6 +15887,7 @@ button, input, optgroup, select, textarea { ...@@ -15918,6 +15887,7 @@ button, input, optgroup, select, textarea {
15918 font-size: 1.375rem; 15887 font-size: 1.375rem;
15919 -webkit-user-select: none; 15888 -webkit-user-select: none;
15920 -moz-user-select: none; 15889 -moz-user-select: none;
15890 -ms-user-select: none;
15921 user-select: none; 15891 user-select: none;
15922 } 15892 }
15923 15893
...@@ -15975,7 +15945,6 @@ input:checked ~ .checkmark:after, ...@@ -15975,7 +15945,6 @@ input:checked ~ .checkmark:after,
15975 15945
15976 input[type=checkbox] { 15946 input[type=checkbox] {
15977 -webkit-appearance: none; 15947 -webkit-appearance: none;
15978 -moz-appearance: none;
15979 appearance: none; 15948 appearance: none;
15980 margin: 0; 15949 margin: 0;
15981 height: 1.375rem; 15950 height: 1.375rem;
...@@ -16033,12 +16002,16 @@ input[type=checkbox]:focus { ...@@ -16033,12 +16002,16 @@ input[type=checkbox]:focus {
16033 .ui-datepicker { 16002 .ui-datepicker {
16034 padding: 0; 16003 padding: 0;
16035 border: 0.0625rem solid #ddd; 16004 border: 0.0625rem solid #ddd;
16005 -webkit-border-radius: 0;
16006 -moz-border-radius: 0;
16036 border-radius: 0; 16007 border-radius: 0;
16037 } 16008 }
16038 16009
16039 .ui-datepicker * { 16010 .ui-datepicker * {
16040 padding: 0; 16011 padding: 0;
16041 font-family: "Open Sans", sans-serif; 16012 font-family: "Open Sans", sans-serif;
16013 -webkit-border-radius: 0;
16014 -moz-border-radius: 0;
16042 border-radius: 0; 16015 border-radius: 0;
16043 } 16016 }
16044 16017
...@@ -16058,6 +16031,8 @@ input[type=checkbox]:focus { ...@@ -16058,6 +16031,8 @@ input[type=checkbox]:focus {
16058 background: #222; 16031 background: #222;
16059 border-color: transparent; 16032 border-color: transparent;
16060 cursor: pointer; 16033 cursor: pointer;
16034 -webkit-border-radius: 0;
16035 -moz-border-radius: 0;
16061 border-radius: 0; 16036 border-radius: 0;
16062 } 16037 }
16063 16038
...@@ -16731,7 +16706,6 @@ a[target=_blank]:after { ...@@ -16731,7 +16706,6 @@ a[target=_blank]:after {
16731 margin-bottom: 1.875rem; 16706 margin-bottom: 1.875rem;
16732 padding-left: 2.25rem; 16707 padding-left: 2.25rem;
16733 -webkit-appearance: none; 16708 -webkit-appearance: none;
16734 -moz-appearance: none;
16735 appearance: none; 16709 appearance: none;
16736 background-color: transparent; 16710 background-color: transparent;
16737 border: 0.0625rem solid #bebebe !important; 16711 border: 0.0625rem solid #bebebe !important;
...@@ -16873,7 +16847,6 @@ a[target=_blank]:after { ...@@ -16873,7 +16847,6 @@ a[target=_blank]:after {
16873 } 16847 }
16874 #search-wrapper .search-filter-reset { 16848 #search-wrapper .search-filter-reset {
16875 -webkit-appearance: none; 16849 -webkit-appearance: none;
16876 -moz-appearance: none;
16877 appearance: none; 16850 appearance: none;
16878 background-color: transparent; 16851 background-color: transparent;
16879 border: 0.0625rem solid #bebebe !important; 16852 border: 0.0625rem solid #bebebe !important;
...@@ -17143,6 +17116,63 @@ ul.sf_date_field .sf-datepicker { ...@@ -17143,6 +17116,63 @@ ul.sf_date_field .sf-datepicker {
17143 z-index: 98; 17116 z-index: 98;
17144 } 17117 }
17145 } 17118 }
17119 #advance-search-modal .sf-field-search {
17120 display: inline-block;
17121 width: calc(100% - 5rem);
17122 padding: 1.125rem 0 1.6875rem 0;
17123 }
17124 #advance-search-modal .sf-field-search label {
17125 width: 90%;
17126 position: relative;
17127 display: inline-block !important;
17128 margin: auto;
17129 margin-left: 10%;
17130 }
17131 #advance-search-modal .sf-field-search label:after {
17132 content: "";
17133 position: absolute;
17134 left: -3rem;
17135 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.157' height='34.157' viewBox='0 0 34.157 34.157'%3E%3Cg id='Group_1039' data-name='Group 1039' transform='translate(-919.807 -2612.691)'%3E%3Cline id='Line_1' data-name='Line 1' x2='14.277' y2='14.277' transform='translate(938.626 2631.511)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(919.807 2612.691)' fill='%23fff' stroke='%23000' stroke-width='3'%3E%3Ccircle cx='13.235' cy='13.235' r='13.235' stroke='none'/%3E%3Ccircle cx='13.235' cy='13.235' r='11.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
17136 background-size: contain;
17137 width: 2.063rem;
17138 height: 2.063rem;
17139 top: 1.2rem;
17140 }
17141 #advance-search-modal .sf-field-search input[name="_sf_search[]"] {
17142 width: 100%;
17143 border: 0;
17144 border-bottom: 0.0625rem solid #707070;
17145 border-radius: 0;
17146 font-size: 1.75rem;
17147 font-weight: 400;
17148 line-height: 1.5;
17149 color: #212529;
17150 padding: 0.375rem 0.75rem;
17151 margin: auto;
17152 }
17153 #advance-search-modal .sf-field-submit {
17154 display: inline-block !important;
17155 }
17156 #advance-search-modal .sf-field-submit input[name=_sf_submit] {
17157 border-radius: 50%;
17158 padding: 0;
17159 height: 2.5rem;
17160 width: 2.5rem;
17161 margin-top: -0.6rem;
17162 margin-left: 1rem;
17163 font-size: 1.125rem;
17164 font-family: "PT Sans", sans-serif;
17165 font-weight: 700;
17166 background: #e00;
17167 color: #fff;
17168 border: 0;
17169 text-transform: uppercase;
17170 transition: none;
17171 display: inline-block !important;
17172 }
17173 #advance-search-modal .sf-field-submit input[name=_sf_submit]:hover {
17174 background: #669999;
17175 }
17146 #advance-search-modal .select2-selection__rendered { 17176 #advance-search-modal .select2-selection__rendered {
17147 margin-right: 0px; 17177 margin-right: 0px;
17148 padding-right: 0px; 17178 padding-right: 0px;
...@@ -17255,6 +17285,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -17255,6 +17285,7 @@ ul.sf_date_field .sf-datepicker {
17255 } 17285 }
17256 } 17286 }
17257 #advance-search-modal .modal-content { 17287 #advance-search-modal .modal-content {
17288 -webkit-box-shadow: -2px 7px 7px 0px rgba(0, 0, 0, 0.25);
17258 box-shadow: -2px 7px 7px 0px rgba(0, 0, 0, 0.25); 17289 box-shadow: -2px 7px 7px 0px rgba(0, 0, 0, 0.25);
17259 border: 0rem solid #707070; 17290 border: 0rem solid #707070;
17260 } 17291 }
...@@ -17273,7 +17304,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -17273,7 +17304,7 @@ ul.sf_date_field .sf-datepicker {
17273 } 17304 }
17274 @media screen and (max-width: 56.25rem) { 17305 @media screen and (max-width: 56.25rem) {
17275 #advance-search-modal .modal-body { 17306 #advance-search-modal .modal-body {
17276 padding: 0.3125rem 3rem; 17307 padding: 0.3125rem 2.5rem;
17277 padding-bottom: 14.5rem; 17308 padding-bottom: 14.5rem;
17278 } 17309 }
17279 } 17310 }
...@@ -17461,6 +17492,9 @@ ul.sf_date_field .sf-datepicker { ...@@ -17461,6 +17492,9 @@ ul.sf_date_field .sf-datepicker {
17461 margin: auto; 17492 margin: auto;
17462 width: 100%; 17493 width: 100%;
17463 height: 100%; 17494 height: 100%;
17495 -webkit-transform: translate3d(0%, 0, 0);
17496 -ms-transform: translate3d(0%, 0, 0);
17497 -o-transform: translate3d(0%, 0, 0);
17464 transform: translate3d(0%, 0, 0); 17498 transform: translate3d(0%, 0, 0);
17465 } 17499 }
17466 .modal.left .modal-content, 17500 .modal.left .modal-content,
...@@ -17503,6 +17537,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -17503,6 +17537,7 @@ ul.sf_date_field .sf-datepicker {
17503 display: flex; 17537 display: flex;
17504 flex-wrap: wrap; 17538 flex-wrap: wrap;
17505 flex-direction: row; 17539 flex-direction: row;
17540 padding-left: 0px;
17506 } 17541 }
17507 #advance-search-modal ul.sf_date_field { 17542 #advance-search-modal ul.sf_date_field {
17508 flex-direction: row; 17543 flex-direction: row;
...@@ -17746,9 +17781,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -17746,9 +17781,7 @@ ul.sf_date_field .sf-datepicker {
17746 } 17781 }
17747 } 17782 }
17748 #search-wrapper #main > article .photo img { 17783 #search-wrapper #main > article .photo img {
17749 -o-object-fit: cover;
17750 object-fit: cover; 17784 object-fit: cover;
17751 -o-object-position: center;
17752 object-position: center; 17785 object-position: center;
17753 height: 100%; 17786 height: 100%;
17754 width: 100%; 17787 width: 100%;
...@@ -18093,7 +18126,6 @@ ul.sf_date_field .sf-datepicker { ...@@ -18093,7 +18126,6 @@ ul.sf_date_field .sf-datepicker {
18093 margin-bottom: 1.25rem; 18126 margin-bottom: 1.25rem;
18094 background-color: #000; 18127 background-color: #000;
18095 color: #fff; 18128 color: #fff;
18096 width: -moz-fit-content;
18097 width: fit-content; 18129 width: fit-content;
18098 display: block; 18130 display: block;
18099 position: relative; 18131 position: relative;
...@@ -19864,9 +19896,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -19864,9 +19896,7 @@ ul.sf_date_field .sf-datepicker {
19864 } 19896 }
19865 } 19897 }
19866 .relevant-resources #relevant-resources td .rel .photo img { 19898 .relevant-resources #relevant-resources td .rel .photo img {
19867 -o-object-fit: cover;
19868 object-fit: cover; 19899 object-fit: cover;
19869 -o-object-position: center;
19870 object-position: center; 19900 object-position: center;
19871 height: 100%; 19901 height: 100%;
19872 width: 100%; 19902 width: 100%;
...@@ -20142,7 +20172,6 @@ ul.sf_date_field .sf-datepicker { ...@@ -20142,7 +20172,6 @@ ul.sf_date_field .sf-datepicker {
20142 overflow: hidden; 20172 overflow: hidden;
20143 } 20173 }
20144 .news-and-stories-block ul .article-card.lg img { 20174 .news-and-stories-block ul .article-card.lg img {
20145 -o-object-fit: contain;
20146 object-fit: contain; 20175 object-fit: contain;
20147 min-width: 100%; 20176 min-width: 100%;
20148 min-height: 100%; 20177 min-height: 100%;
...@@ -20289,7 +20318,6 @@ ul.sf_date_field .sf-datepicker { ...@@ -20289,7 +20318,6 @@ ul.sf_date_field .sf-datepicker {
20289 margin-top: 0.938rem; 20318 margin-top: 0.938rem;
20290 } 20319 }
20291 .article-card .image:not(.large) { 20320 .article-card .image:not(.large) {
20292 -o-object-fit: cover;
20293 object-fit: cover; 20321 object-fit: cover;
20294 overflow: hidden; 20322 overflow: hidden;
20295 position: relative; 20323 position: relative;
...@@ -20304,7 +20332,6 @@ ul.sf_date_field .sf-datepicker { ...@@ -20304,7 +20332,6 @@ ul.sf_date_field .sf-datepicker {
20304 } 20332 }
20305 } 20333 }
20306 .article-card .image:not(.large) img { 20334 .article-card .image:not(.large) img {
20307 -o-object-fit: cover;
20308 object-fit: cover; 20335 object-fit: cover;
20309 height: 100%; 20336 height: 100%;
20310 width: 100%; 20337 width: 100%;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -20714,6 +20714,7 @@ ...@@ -20714,6 +20714,7 @@
20714 $('#search-sidebar [name="_sf_submit"]').click(); 20714 $('#search-sidebar [name="_sf_submit"]').click();
20715 return false; 20715 return false;
20716 }); 20716 });
20717 $('#advance-search-modal').appendTo("#full-width-page-wrapper");
20717 $(document).on("keydown", "#top-search", function (e) { 20718 $(document).on("keydown", "#top-search", function (e) {
20718 if (e.keyCode == 13) { 20719 if (e.keyCode == 13) {
20719 e.preventDefault(); 20720 e.preventDefault();
...@@ -20734,13 +20735,9 @@ ...@@ -20734,13 +20735,9 @@
20734 }, "1000"); 20735 }, "1000");
20735 }); 20736 });
20736 $(document).on("click", ".advance-search-button", function (e) { 20737 $(document).on("click", ".advance-search-button", function (e) {
20737 $('#search-box-content').addClass('show');
20738 $('.search-box').addClass('show');
20739 $('.badge').hide(); 20738 $('.badge').hide();
20740 }); 20739 });
20741 $(document).on("click", ".advance-search-button-footer", function (e) { 20740 $(document).on("click", ".advance-search-button-footer", function (e) {
20742 $('#search-box-content').addClass('show');
20743 $('.search-box').addClass('show');
20744 $('#advance-search-modal').modal('show'); 20741 $('#advance-search-modal').modal('show');
20745 $('.badge').hide(); 20742 $('.badge').hide();
20746 }); 20743 });
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -63,8 +63,7 @@ var Search = (function($) { ...@@ -63,8 +63,7 @@ var Search = (function($) {
63 $('#search-sidebar [name="_sf_submit"]').click() 63 $('#search-sidebar [name="_sf_submit"]').click()
64 return false; 64 return false;
65 }); 65 });
66 66 $('#advance-search-modal').appendTo("#full-width-page-wrapper");
67
68 67
69 68
70 $(document).on("keydown", "#top-search", function(e){ 69 $(document).on("keydown", "#top-search", function(e){
...@@ -76,8 +75,6 @@ var Search = (function($) { ...@@ -76,8 +75,6 @@ var Search = (function($) {
76 } 75 }
77 }); 76 });
78 77
79
80
81 $(document).on("click", '#advance-search-modal [name="_sf_submit"]', function(e){ 78 $(document).on("click", '#advance-search-modal [name="_sf_submit"]', function(e){
82 $('#advance-search-modal .searchandfilter').hide(); 79 $('#advance-search-modal .searchandfilter').hide();
83 $('[data-sf-form-id="399"]').trigger("submit"); 80 $('[data-sf-form-id="399"]').trigger("submit");
...@@ -92,14 +89,10 @@ var Search = (function($) { ...@@ -92,14 +89,10 @@ var Search = (function($) {
92 89
93 90
94 $(document).on("click", ".advance-search-button", function(e){ 91 $(document).on("click", ".advance-search-button", function(e){
95 $('#search-box-content').addClass('show');
96 $('.search-box').addClass('show');
97 $('.badge').hide(); 92 $('.badge').hide();
98 }); 93 });
99 94
100 $(document).on("click", ".advance-search-button-footer", function(e){ 95 $(document).on("click", ".advance-search-button-footer", function(e){
101 $('#search-box-content').addClass('show');
102 $('.search-box').addClass('show');
103 $('#advance-search-modal').modal('show'); 96 $('#advance-search-modal').modal('show');
104 $('.badge').hide(); 97 $('.badge').hide();
105 }); 98 });
......
...@@ -517,6 +517,65 @@ ul.sf_date_field { ...@@ -517,6 +517,65 @@ ul.sf_date_field {
517 margin-top: 5rem; 517 margin-top: 5rem;
518 z-index: 98; 518 z-index: 98;
519 } 519 }
520 .sf-field-search{
521 display: inline-block;
522 width: calc(100% - 5rem);
523 padding: 1.125rem 0 1.6875rem 0;
524 label{
525 width: 90%;
526 position: relative;
527 display: inline-block !important;
528 margin: auto;
529 margin-left: 10%;
530 &:after {
531 content: "";
532 position: absolute;
533 left: -3rem;
534 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.157' height='34.157' viewBox='0 0 34.157 34.157'%3E%3Cg id='Group_1039' data-name='Group 1039' transform='translate(-919.807 -2612.691)'%3E%3Cline id='Line_1' data-name='Line 1' x2='14.277' y2='14.277' transform='translate(938.626 2631.511)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(919.807 2612.691)' fill='%23fff' stroke='%23000' stroke-width='3'%3E%3Ccircle cx='13.235' cy='13.235' r='13.235' stroke='none'/%3E%3Ccircle cx='13.235' cy='13.235' r='11.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
535 background-size: contain;
536 width: 2.063rem;
537 height: 2.063rem;
538 top: 1.2rem;
539 }
540
541 }
542 input[name="_sf_search[]"]{
543 width: 100%;
544 border: 0;
545 border-bottom: 0.0625rem solid #707070;
546 border-radius: 0;
547 font-size: 1.75rem;
548 font-weight: 400;
549 line-height: 1.5;
550 color: #212529;
551 padding: 0.375rem 0.75rem;
552 margin: auto;
553 }
554 }
555
556 .sf-field-submit{
557 display: inline-block !important;
558 input[name="_sf_submit"]{
559 border-radius: 50%;
560 padding: 0;
561 height:2.5rem;
562 width: 2.5rem;
563 margin-top: -0.6rem;
564 margin-left: 1rem;
565 font-size: 1.125rem;
566 font-family: "PT Sans",sans-serif;
567 font-weight: 700;
568 background: #e00;
569 color: #fff;
570 border: 0;
571 text-transform: uppercase;
572 transition: none;
573 display: inline-block !important;
574 &:hover {
575 background:#669999;
576 }
577 }
578 }
520 .select2-selection__rendered{ 579 .select2-selection__rendered{
521 margin-right: 0px; 580 margin-right: 0px;
522 padding-right: 0px; 581 padding-right: 0px;
...@@ -646,7 +705,7 @@ ul.sf_date_field { ...@@ -646,7 +705,7 @@ ul.sf_date_field {
646 .modal-body { 705 .modal-body {
647 padding: 0rem 2.1875rem 2.1875rem 2.1875rem; 706 padding: 0rem 2.1875rem 2.1875rem 2.1875rem;
648 @media screen and (max-width: 56.25rem) { 707 @media screen and (max-width: 56.25rem) {
649 padding: 0.3125rem 3rem; 708 padding: 0.3125rem 2.5rem;
650 padding-bottom: 14.5rem; 709 padding-bottom: 14.5rem;
651 } 710 }
652 } 711 }
...@@ -888,6 +947,7 @@ ul.sf_date_field { ...@@ -888,6 +947,7 @@ ul.sf_date_field {
888 display: flex; 947 display: flex;
889 flex-wrap: wrap; 948 flex-wrap: wrap;
890 flex-direction: row; 949 flex-direction: row;
950 padding-left: 0px;
891 } 951 }
892 952
893 ul.sf_date_field { 953 ul.sf_date_field {
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.40 5 Version: 1.0.41
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......