@pimaonline/pimaonline-themepack 3.0.0 → 3.10.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. package/LICENSE.md +30 -30
  2. package/README.md +100 -69
  3. package/dist/css/main.css +1 -1
  4. package/dist/css/plugins/alt-icons.css +1 -0
  5. package/dist/css/plugins/font-awesome.css +1 -1
  6. package/dist/css/routes.css +1 -1
  7. package/dist/css/themes/aviation/styles.css +1 -1
  8. package/dist/css/themes/bct/styles.css +1 -0
  9. package/dist/css/themes/bio/styles.css +1 -0
  10. package/dist/css/themes/business/styles.css +1 -1
  11. package/dist/css/themes/fsc/styles.css +1 -1
  12. package/dist/css/themes/hrs/styles.css +1 -1
  13. package/dist/css/themes/lgm/styles.css +1 -1
  14. package/dist/css/themes/psy/styles.css +1 -0
  15. package/dist/img/theme-images/bct/Blueprint-background.png +0 -0
  16. package/dist/img/theme-images/bio/original/dna.svg +1 -0
  17. package/dist/img/theme-images/bio/original/humans.svg +1 -0
  18. package/dist/img/theme-images/bio/original/leaves.svg +33 -0
  19. package/dist/img/theme-images/bio/original/marine-bottom.svg +1 -0
  20. package/dist/img/theme-images/bio/original/marine-top.svg +1 -0
  21. package/dist/img/theme-images/bio/original/microbes.svg +1 -0
  22. package/dist/img/theme-images/ecn/arrow-2.svg +4 -4
  23. package/dist/img/theme-images/ecn/arrow.svg +4 -4
  24. package/dist/img/theme-images/ecn/point.svg +3 -3
  25. package/dist/img/theme-images/eng/button-bkg.svg +178 -178
  26. package/dist/img/theme-images/eng/halftone.svg +177 -177
  27. package/dist/img/theme-images/eng/long-button-bkg.svg +353 -353
  28. package/dist/img/theme-images/fsc/bottomwave-pinkred.svg +16 -16
  29. package/dist/img/theme-images/fsc/bottomwave-redorange.svg +16 -16
  30. package/dist/img/theme-images/fsc/bottomwave-yellow.svg +16 -16
  31. package/dist/img/theme-images/fsc/bottomwave-yelloworange.svg +16 -16
  32. package/dist/img/theme-images/fsc/mainwave-pinkred.svg +16 -16
  33. package/dist/img/theme-images/fsc/mainwave-redorange.svg +16 -16
  34. package/dist/img/theme-images/fsc/mainwave-yellow.svg +16 -16
  35. package/dist/img/theme-images/fsc/mainwave-yelloworange.svg +16 -16
  36. package/dist/img/theme-images/music/half_note.svg +5 -5
  37. package/dist/img/theme-images/psy/counseling-icon.svg +1 -0
  38. package/dist/img/theme-images/psy/psych-icon.svg +17 -0
  39. package/dist/img/theme-images/resort/flourish-left.svg +32 -32
  40. package/dist/img/theme-images/resort/flourish-main.svg +37 -37
  41. package/dist/img/theme-images/resort/flourish-right.svg +31 -31
  42. package/dist/img/theme-images/resort/separator.svg +15 -15
  43. package/dist/img/theme-images/ss/blockquote.svg +2 -2
  44. package/dist/img/theme-images/ss/list-style.svg +3 -3
  45. package/dist/img/theme-images/ss/main-large-blob.svg +3 -3
  46. package/dist/img/theme-images/ss/main-small-blob.svg +3 -3
  47. package/dist/img/theme-images/ss/small-blob.svg +3 -3
  48. package/dist/img/theme-images/ss/tall-blob.svg +3 -3
  49. package/dist/img/theme-images/widgets/separator.svg +17 -17
  50. package/dist/js/jumpTo.js +3 -3
  51. package/dist/js/scripts.js +326 -326
  52. package/dist/js/scripts2.js +1006 -541
  53. package/dist/js/themes/ecn.js +13 -0
  54. package/dist/js/themes/hrs.js +19 -0
  55. package/dist/js/themes/ss.js +197 -0
  56. package/dist/plugins/fancybox/fancybox-example.html +51 -51
  57. package/dist/plugins/fancybox/fancybox.css +72 -72
  58. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.css +97 -97
  59. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.js +122 -122
  60. package/dist/plugins/fancybox/helpers/jquery.fancybox-media.js +201 -201
  61. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.css +54 -54
  62. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.js +165 -165
  63. package/dist/plugins/fancybox/jquery.fancybox.css +274 -274
  64. package/dist/plugins/fancybox/jquery.fancybox.js +2018 -2018
  65. package/dist/plugins/fancybox/jquery.fancybox.pack.js +46 -46
  66. package/dist/plugins/flashcards/README.md +135 -135
  67. package/dist/plugins/flashcards/config.rb +24 -24
  68. package/dist/plugins/flashcards/css/style.css +215 -215
  69. package/dist/plugins/flashcards/flashcards-example.html +65 -65
  70. package/dist/plugins/flashcards/index.html +90 -90
  71. package/dist/plugins/flashcards/js/flash_cards.min.js +11 -11
  72. package/dist/plugins/flashcards/js/plugins/flash_cards.js +62 -62
  73. package/dist/plugins/flashcards/js/plugins/jquery.cycle.js +1147 -1147
  74. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.js +9404 -9404
  75. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.min.js +3 -3
  76. package/dist/plugins/flashcards/js/vendor/modernizr-2.5.3.min.js +3 -3
  77. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.svg +20 -20
  78. package/dist/plugins/floating-particles/floating-particles.js +67 -67
  79. package/dist/plugins/font-awesome-icons/webfonts/brands.svg +1460 -0
  80. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.ttf +0 -0
  81. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff2 +0 -0
  82. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.ttf +0 -0
  83. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff2 +0 -0
  84. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.ttf +0 -0
  85. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff2 +0 -0
  86. package/dist/plugins/font-awesome-icons/webfonts/fa-v4compatibility.ttf +0 -0
  87. package/dist/plugins/font-awesome-icons/webfonts/fa-v4compatibility.woff2 +0 -0
  88. package/dist/plugins/font-awesome-icons/webfonts/regular.svg +497 -0
  89. package/dist/plugins/font-awesome-icons/webfonts/solid.svg +4178 -0
  90. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.css +539 -539
  91. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.html +18 -18
  92. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.js +52 -52
  93. package/dist/plugins/preview-banner/preview-banner.css +125 -125
  94. package/dist/plugins/preview-banner/preview-banner.html +17 -17
  95. package/dist/plugins/preview-banner/preview-banner.js +56 -56
  96. package/package.json +42 -39
  97. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.eot +0 -0
  98. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.svg +0 -3570
  99. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff +0 -0
  100. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.eot +0 -0
  101. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.svg +0 -803
  102. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff +0 -0
  103. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.eot +0 -0
  104. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.svg +0 -4700
  105. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff +0 -0
@@ -1,539 +1,539 @@
1
- .grid-row {
2
- display: flex;
3
- flex-flow: row wrap;
4
- justify-content: space-between;
5
- }
6
-
7
- @media screen and (min-width:730px) {
8
- .grid-row {
9
- display: flex;
10
- flex-flow: row wrap;
11
- justify-content: space-between;
12
- }
13
- }
14
-
15
- .grid-col-2 {
16
- flex-basis: 100%;
17
- margin-bottom: 5px;
18
- }
19
-
20
- @media screen and (min-width:730px) {
21
- .grid-col-2 {
22
- flex-basis: 49.5%;
23
- margin-bottom: 0;
24
- }
25
- }
26
-
27
- .grid-col-6 {
28
- flex-basis: 30%;
29
- }
30
-
31
- @media screen and (min-width:730px) {
32
- .grid-col-6 {
33
- flex-basis: 14%;
34
- margin-bottom: 0;
35
- }
36
- }
37
-
38
- @media screen and (min-width:990px) {
39
- .grid-col-6 {
40
- flex-basis: 14%;
41
- margin-bottom: 0;
42
- }
43
- }
44
-
45
- .virtual-student-center {
46
- margin-bottom: 15px;
47
- }
48
-
49
- .virtual-student-center-img {
50
- text-align: center;
51
- }
52
-
53
- .virtual-student-center-img img {
54
- background-color: rgba(51,51,51,0.08);
55
- padding: 15px 20px;
56
- border-radius: 15px;
57
- width: 90px;
58
- }
59
-
60
- .virtual-student-center-img a img:hover {
61
- background-color: rgba(51,51,51,0.15);
62
- -moz-transition: all .5s ease;
63
- -webkist-transition: all .5s ease;
64
- -ms-transition: all .5s ease;
65
- -o-transition: all .5s ease;
66
- transition: all .5s ease;
67
- }
68
-
69
- .virtual-student-center-link {
70
- text-align: center;
71
- padding: 5px;
72
- }
73
-
74
-
75
- .virtual-student-center-link a {
76
- display: inline-block;
77
- line-height: 1.25;
78
- }
79
-
80
- /* Quicklinks widget */
81
- p.pcc-ql-info {
82
- font-size: 0.755rem;
83
- margin: 0 !important;
84
- }
85
-
86
- ul#pcc-ql-container {
87
- background-color: rgba(13, 13, 13, .01);
88
- border-top: 1px solid rgba(13, 13, 13, 0.03);
89
- box-shadow: 0px 0px 2px 0px rgba(13, 13, 13, .2) inset;
90
- display: grid;
91
- grid-template-columns: 1fr;
92
- grid-auto-flow: column;
93
- position: relative;
94
- grid-gap: 30px;
95
- list-style-type: none !important;
96
- margin: 0 0 1rem 0; /*For D2L*/
97
- padding: 5px;
98
- overflow-x: scroll;
99
- scroll-behavior: smooth;
100
- }
101
-
102
- @media screen and (min-width: 413px) {
103
- ul#pcc-ql-container {
104
- grid-gap: 30px;
105
- padding: 5px 0 5px 10px;
106
- }
107
- }
108
-
109
- ul#pcc-ql-container::after {
110
- content: '';
111
- padding: 1px;
112
- }
113
-
114
- /* remove list marker */
115
- ul#pcc-ql-container li.pcc-ql-item::marker,
116
- ul#pcc-ql-container li.pcc-ql-item::before {
117
- content: none;
118
- }
119
-
120
- ul#pcc-ql-container li.pcc-ql-item .pcc-ql-icon {
121
- display: block;
122
- text-align: center;
123
- }
124
-
125
- ul#pcc-ql-container li.pcc-ql-item .pcc-ql-icon img {
126
- background-color: rgba(51, 51, 51, 0.08);
127
- box-sizing: border-box;
128
- border-radius: 15px;
129
- padding: 20px 25px;
130
- width: 90px;
131
- }
132
-
133
- ul#pcc-ql-container li.pcc-ql-item .pcc-ql-icon img:hover {
134
- background-color: rgba(51, 51, 51, 0.15);
135
- cursor: pointer;
136
- -moz-transition: all 0.3s ease;
137
- -webkit-transition: all 0.3s ease;
138
- -ms-transition: all 0.3s ease;
139
- -o-transition: all 0.3s ease;
140
- transition: all 0.3s ease;
141
- }
142
-
143
- ul#pcc-ql-container li.pcc-ql-item a:any-link {
144
- text-decoration: none;
145
- }
146
-
147
- ul#pcc-ql-container li.pcc-ql-item a:any-link:focus {
148
- text-decoration: underline;
149
- }
150
-
151
- ul#pcc-ql-container li.pcc-ql-item h3 {
152
- font-size: 0.8rem;
153
- font-weight: 400;
154
- line-height: 1.2;
155
- text-align: center;
156
- text-decoration: none;
157
- width: min-content;
158
- }
159
-
160
- ul#pcc-ql-container li.pcc-ql-item h3 .pcc-ql-title:hover {
161
- text-decoration: underline;
162
- }
163
-
164
- #pcc-ql-controls {
165
- display: flex;
166
- gap: 40px;
167
- padding: 20px;
168
- justify-content: center;
169
- text-align: center;
170
- }
171
-
172
- #pcc-ql-controls button {
173
- display: block;
174
- margin: 0;
175
- min-width: 80px;
176
- }
177
-
178
- #pcc-ql-controls button:hover {
179
- cursor: pointer;
180
- }
181
-
182
- #pcc-ql-controls button span {
183
- font-size: 1.5rem;
184
- }
185
- /*//*/
186
-
187
- .tech-support-widget {
188
- margin: 0 auto;
189
- max-width: 920px;
190
- padding: 10px;
191
- }
192
-
193
- .tech-support-widget-header {
194
-
195
- }
196
-
197
- .tech-support-widget-cell {
198
- background-color: rgba(4,85,148,.05);
199
- border-top: 3px solid rgba(4,85,148,1);
200
- min-height: 430px;
201
- padding: 15px;
202
- }
203
-
204
- .icon-online-online {
205
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 350'%3E%3Ctitle%3Efacetoface%3C/title%3E%3Cg id='Icons'%3E%3Cpath d='M249.43,345.68H239.19V330.25a48.65,48.65,0,0,0-48.6-48.59H160.71a48.65,48.65,0,0,0-48.58,48.59v15.43H101.88V330.25a58.9,58.9,0,0,1,58.83-58.84h29.88a58.9,58.9,0,0,1,58.84,58.84v15.43Z'/%3E%3Cpolygon points='140.86 345.68 130.62 345.68 130.62 317.19 140.86 317.19 140.86 345.68 140.86 345.68'/%3E%3Cpolygon points='220.7 345.68 210.45 345.68 210.45 317.19 220.7 317.19 220.7 345.68 220.7 345.68'/%3E%3Cpath d='M175.66,182.84a28,28,0,0,0-28,28c0,16.38,13.58,37.52,28,37.52s28-21.14,28-37.52a28,28,0,0,0-28-28Zm0,75.78c-21.2,0-38.26-26.13-38.26-47.77a38.26,38.26,0,1,1,76.51,0c0,21.64-17.06,47.77-38.25,47.77Z'/%3E%3Cpolygon points='38.64 343.7 28.39 343.7 28.39 301.76 38.64 301.76 38.64 343.7 38.64 343.7'/%3E%3Cpath d='M70.26,167.12a25.41,25.41,0,0,0-25.37,25.39c0,14.9,12.31,34.13,25.37,34.13s25.39-19.23,25.39-34.13a25.42,25.42,0,0,0-25.39-25.39Zm0,69.76c-19.74,0-35.62-24.27-35.62-44.37a35.63,35.63,0,1,1,71.26,0c0,20.1-15.9,44.37-35.64,44.37Z'/%3E%3Cpath d='M12.19,345.68H1.94V302.42a54.63,54.63,0,0,1,54.57-54.57H84c18.1,0,32.79,6.53,40.31,17.89l-8.54,5.65c-5.51-8.32-17.4-13.29-31.77-13.29H56.51a44.37,44.37,0,0,0-44.32,44.32v43.26Z'/%3E%3Cpolygon points='323.1 345.68 312.85 345.68 312.85 301.76 323.1 301.76 323.1 345.68 323.1 345.68'/%3E%3Cpath d='M281.22,167.12a25.41,25.41,0,0,0-25.37,25.39c0,14.9,12.31,34.13,25.37,34.13s25.39-19.23,25.39-34.13a25.43,25.43,0,0,0-25.39-25.39Zm0,69.76c-19.73,0-35.62-24.27-35.62-44.37a35.63,35.63,0,1,1,71.26,0c0,20.1-15.9,44.37-35.64,44.37Z'/%3E%3Cpath d='M349.55,345.68H339.3V302.42A44.37,44.37,0,0,0,295,258.1H267.47c-14.38,0-26.26,5-31.76,13.29l-8.55-5.65c7.52-11.36,22.21-17.89,40.31-17.89H295a54.63,54.63,0,0,1,54.57,54.57v43.26Z'/%3E%3Cpolygon points='180.12 157.89 169.88 157.89 169.88 9.44 180.12 9.44 180.12 157.89 180.12 157.89'/%3E%3Cpath d='M175,109.83c-49.65,0-94.86-19.71-118-51.43l8.29-6C86.54,81.49,128.57,99.58,175,99.58c47.08,0,90.69-19.32,111.08-49.2l8.47,5.79C272,89.26,226.14,109.83,175,109.83Z'/%3E%3Cpath d='M95.3,145.62l-10.19-1.05C93.7,62,130.68,4.32,175,4.32c43.33,0,80.12,56.11,89.48,136.44l-10.19,1.17C245.7,68.14,212.36,14.57,175,14.57c-38.27,0-71.79,55.11-79.7,131.05Z'/%3E%3Cpath d='M338.53,241.76,329,238.1a164,164,0,0,0,10.79-58.77c0-90.85-73.91-164.76-164.75-164.76S10.25,88.48,10.25,179.33a164,164,0,0,0,9.8,56.12l-9.64,3.49A174.62,174.62,0,0,1,0,179.33c0-96.5,78.5-175,175-175s175,78.51,175,175a173.92,173.92,0,0,1-11.47,62.43Z'/%3E%3C/g%3E%3C/svg%3E");
206
- background-repeat: no-repeat;
207
- width: 45px;
208
- background-size: 45px;
209
- height: 45px;
210
- display: block;
211
- margin: 0 auto;
212
- margin-bottom: 5px;
213
- }
214
-
215
- .icon-face-to-face-hybrid {
216
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 350'%3E%3Ctitle%3Eraising-hand%3C/title%3E%3Cg id='Icons'%3E%3Cpath d='M150.81,55.54A21.44,21.44,0,0,0,129.4,77c0,12.59,10.37,28.82,21.41,28.82S172.24,89.55,172.24,77a21.45,21.45,0,0,0-21.43-21.42Zm0,59c-16.72,0-30.19-20.56-30.19-37.59A30.2,30.2,0,0,1,181,77c0,17-13.47,37.59-30.2,37.59Z'/%3E%3Cpath d='M108.54,243.38A15.6,15.6,0,0,1,93,227.8V170a46.28,46.28,0,0,1,46.23-46.22h23.25a47.94,47.94,0,0,1,6.5.45,15.86,15.86,0,0,1,5.14,1.11l-3.67,8a7.55,7.55,0,0,0-1.54-.24l-1.15-.15a39.55,39.55,0,0,0-5.28-.36H139.19A37.49,37.49,0,0,0,101.73,170V227.8a6.81,6.81,0,1,0,13.61,0V183.55h8.78V227.8a15.61,15.61,0,0,1-15.58,15.58Z'/%3E%3Cpolygon points='155.19 345.61 146.42 345.61 146.42 227.8 155.19 227.8 155.19 345.61 155.19 345.61'/%3E%3Cpath d='M150.81,350H125.75a10.42,10.42,0,0,1-10.41-10.4V169.38h8.78V339.6a1.62,1.62,0,0,0,1.63,1.63h25.06V350Z'/%3E%3Cpath d='M175.89,350H146.42V227.8h8.77V341.23h20.7a1.63,1.63,0,0,0,1.62-1.63V240.09h8.77V339.6A10.42,10.42,0,0,1,175.89,350Z'/%3E%3Cpath d='M69.38,85.05a18.85,18.85,0,0,0-18.83,18.82c0,11.14,9.13,25.51,18.83,25.51S88.2,115,88.2,103.87A18.84,18.84,0,0,0,69.38,85.05Zm0,53.1c-15.29,0-27.6-18.75-27.6-34.28a27.6,27.6,0,0,1,55.2,0c0,15.53-12.31,34.28-27.6,34.28Z'/%3E%3Cpath d='M31.34,254.06a14.46,14.46,0,0,1-14.45-14.45V187.55a42.08,42.08,0,0,1,42-42H79.84a41.29,41.29,0,0,1,5.93.42,14.28,14.28,0,0,1,4.72,1l-3.66,8a9.77,9.77,0,0,0-1.27-.19l-1-.12a33.48,33.48,0,0,0-4.71-.33H58.92a33.29,33.29,0,0,0-33.26,33.26v52.06a5.69,5.69,0,0,0,11.37,0V199.79H45.8v39.82a14.47,14.47,0,0,1-14.46,14.45Z'/%3E%3Cpolygon points='73.77 345.61 64.99 345.61 64.99 239.61 73.77 239.61 73.77 345.61 73.77 345.61'/%3E%3Cpath d='M69.38,350H46.83a9.8,9.8,0,0,1-9.8-9.8V187H45.8V340.2a1,1,0,0,0,1,1H69.38V350Z'/%3E%3Cpath d='M91.93,350H65V239.61h8.78V341.23H91.93a1,1,0,0,0,1-1V250.66h8.77V340.2a9.8,9.8,0,0,1-9.8,9.8Z'/%3E%3Cpath d='M241.2,26.83a24,24,0,0,0-23.94,23.94c0,14,11.62,32.06,23.94,32.06s23.93-18.07,23.93-32.06A24,24,0,0,0,241.2,26.83Zm0,64.77c-18.12,0-32.71-22.34-32.71-40.83a32.71,32.71,0,1,1,65.41,0c0,18.49-14.59,40.83-32.7,40.83Z'/%3E%3Cpath d='M194.81,233a16.69,16.69,0,0,1-16.68-16.67V152.81a50.36,50.36,0,0,1,50.31-50.29H254A45.88,45.88,0,0,0,299.79,56.7v-40h8.77v40A54.66,54.66,0,0,1,254,111.3H228.44a41.57,41.57,0,0,0-41.54,41.51v63.51a7.9,7.9,0,0,0,15.79,0V167.76h8.77v48.56A16.68,16.68,0,0,1,194.81,233Z'/%3E%3Cpath d='M268.72,350H241.2v-8.77h27.52a2.22,2.22,0,0,0,2.22-2.22V150.85a24,24,0,0,1,11.44-20.55,87.8,87.8,0,0,0,42-75.19V17.05a7.9,7.9,0,1,0-15.78,0h-8.77a16.66,16.66,0,1,1,33.32,0V55.11A96.57,96.57,0,0,1,287,137.78a15.22,15.22,0,0,0-7.29,13.07V339a11,11,0,0,1-11,11Z'/%3E%3Cpolygon points='245.59 345.61 236.81 345.61 236.81 216.32 245.59 216.32 245.59 345.61 245.59 345.61'/%3E%3Cpath d='M245.59,350H213.68a11,11,0,0,1-11-11V152.2h8.77V339a2.22,2.22,0,0,0,2.22,2.22h23.13V216.32h8.78V350Z'/%3E%3Cpolygon points='294.84 350 21.28 350 21.28 341.23 294.84 341.23 294.84 350 294.84 350'/%3E%3C/g%3E%3C/svg%3E");
217
- background-repeat: no-repeat;
218
- width: 45px;
219
- background-size: 45px;
220
- height: 45px;
221
- display: block;
222
- margin: 0 auto;
223
- margin-bottom: 5px;
224
- }
225
-
226
- .tech-support-widget-cell ul {
227
- padding-left: 20px;
228
- }
229
-
230
- .tech-support-widget-cell ul li {
231
- }
232
-
233
- .tech-support-widget-cell h3 {
234
- margin: 0;
235
- text-align: center;
236
- }
237
-
238
- .tech-support-widget-cell a {
239
- text-decoration: none;
240
- }
241
-
242
- .tech-support-widget-cell a button {
243
- background-color: #006fbf;
244
- color: rgba(255,255,255,1);
245
- border: none;
246
- border-bottom: 2px solid #00388c;
247
- border-radius: 3px;
248
- display: block;
249
- margin: 0 auto;
250
- padding: 10px;
251
- }
252
-
253
- .tech-support-widget-cell a button:hover {
254
- background-color: #005694;
255
- border-bottom: 2px solid #005694;
256
- cursor: pointer;
257
- }
258
-
259
- .tech-support-widget-footer {
260
-
261
- }
262
-
263
- a.btn {
264
- background-color: #006fbf;
265
- border-radius: 6px;
266
- color: white;
267
- padding: 8px 20px;
268
- text-decoration: none
269
- }
270
-
271
- a.btn:hover {
272
- background-color: #005694;
273
- cursor: pointer;
274
- text-decoration: none;
275
- }
276
-
277
- /*Widgets*/
278
-
279
- /*Logo*/
280
-
281
- .gmail-widget-logo {
282
- text-align: center;
283
- width: 100%;
284
- padding: 0;
285
- }
286
-
287
- .gmail-logo {
288
- max-width: 100%;
289
- max-height: 100%;
290
- margin: 0px 0px 10px 0px;
291
- }
292
-
293
- .nettutor-widget-logo {
294
- text-align: center;
295
- max-width: 100%;
296
- padding: 0;
297
- }
298
-
299
- .nettutor-logo {
300
- max-width: 100%;
301
- max-height: 100%;
302
- margin: 0px 0px 8px 0px;
303
- }
304
-
305
- /*Text*/
306
-
307
- .main-text {
308
- text-align: center;
309
- margin-top: 0 auto;
310
- margin-bottom: 0px;
311
- line-height: 1;
312
- font-size: 14px;
313
- }
314
-
315
- .main-text-left {
316
- margin-bottom: 0 auto !important;
317
- margin-top: 0 auto !important;
318
- font-size: 14px;
319
- text-align: left;
320
- line-height: 1;
321
- }
322
-
323
- /*Margins*/
324
-
325
- .small-margin {
326
- margin: 0 0 5px 0;
327
- }
328
-
329
- .no-margin
330
- {
331
- margin: 0 auto;
332
- }
333
-
334
-
335
- /*Button and Links*/
336
-
337
- .d2l-widget-button {
338
- text-align: center;
339
- width: 100%;
340
- margin-top: 10px;
341
- margin-bottom: 25px;
342
- }
343
-
344
- .d2l-widget-button-gmail {
345
- text-align: center;
346
- width: 100%;
347
- margin-top: 20px;
348
- margin-bottom: 0px;
349
- }
350
-
351
- .d2l-widget-button-gmail a.button {
352
- color: rgba(255,255,255,1) !important;
353
- }
354
-
355
- .d2l-widget-button a.button {
356
- color: rgba(255,255,255,1) !important;
357
- }
358
-
359
- a.button {
360
- background-color: #006FBF;
361
- border: 1px solid #005694;
362
- border-radius: .3rem;
363
- text-decoration: none;
364
- color: #ffffff;
365
- font-size: 12px;
366
- font-weight: 700;
367
- padding: 5px 15px;
368
- display: inline-block;
369
-
370
- }
371
-
372
- a.button:visited {
373
- background-color: #006FBF;
374
- border: 1px solid #005694;
375
- border-radius: .3rem;
376
- color: #fff;
377
- }
378
-
379
- a.button:hover {
380
- background-color: #005694;
381
- color: #fff;
382
- text-decoration: none;
383
- }
384
-
385
- /* Course Quicklinks */
386
- .ece-ql-container * {
387
- box-sizing: border-box;
388
- margin: 0;
389
- padding: 0;
390
- }
391
-
392
- .ece-ql-container {
393
- background-color: rgba(255, 255, 255, 1);
394
- margin: 0px auto;
395
- max-width: 720px;
396
- padding: 0px;
397
- }
398
-
399
- .ece-ql-grid {
400
- display: grid;
401
- grid-template-columns: 1fr 1fr 1fr;
402
- grid-auto-flow: column;
403
- grid-gap: 5px;
404
- list-style-type: none;
405
-
406
- margin: 10px auto 0;
407
- max-width: 550px;
408
- padding: 0;
409
- }
410
-
411
- .ece-ql-grid .ece-ql-item {
412
- display: flex;
413
- flex-direction: column-reverse;
414
- gap: 10px;
415
-
416
- align-items: center;
417
- background-color: whitesmoke;
418
- justify-content: start;
419
- margin: 0 auto;
420
- padding: 10px;
421
- text-decoration: none;
422
- height: 100%;
423
- }
424
-
425
- .ece-ql-grid .ece-ql-item img {
426
- background-color: transparent;
427
- box-sizing: content-box;
428
- padding: 5px 10px;
429
- }
430
-
431
- a.ece-ql-item span.ece-ql-btn {
432
- color: rgba(0, 111, 191, 1);
433
- font-family: 'Lato', sans-serif;
434
- font-weight: 700;
435
- font-size: 15px;
436
- text-align: center;
437
- }
438
-
439
- .ece-ql-grid .ece-ql-item img.icon-start-here {
440
- max-width: 30px;
441
- }
442
-
443
- .ece-ql-grid .ece-ql-item img.icon-schedule {
444
- max-width: 60px;
445
- }
446
-
447
- .ece-ql-grid .ece-ql-item img.icon-grades {
448
- max-width: 45px;
449
- }
450
-
451
- /* Begin queries */
452
-
453
- @media screen and (min-width: 510px) {
454
- .ece-ql-container {
455
- background-color: rgba(13, 13, 13, .01);
456
- border-bottom: 8px solid rgba(13, 13, 13, .1);
457
- box-shadow: inset 0px 0px 2px 0px rgba(13, 13, 13, .2);
458
- margin: 0px auto;
459
- max-width: 720px;
460
- padding: 30px 10px 10px;
461
- }
462
-
463
- .ece-ql-grid {
464
- display: grid;
465
- grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
466
- grid-gap: 24px;
467
- }
468
-
469
- .ece-ql-grid .ece-ql-item {
470
- background-color: transparent;
471
- box-shadow: none;
472
- flex-direction: column;
473
- min-width: revert;
474
- padding: 5px;
475
- }
476
-
477
- .ece-ql-grid .ece-ql-item img {
478
- background-color: transparent;
479
- }
480
-
481
- a.ece-ql-item span.ece-ql-btn {
482
- background-color: transparent;
483
- border-radius: 8px;
484
- color: #006fbf;
485
- padding: 3px 8px;
486
- }
487
-
488
- .ece-ql-grid .ece-ql-item img.icon-start-here {
489
- max-width: 40px;
490
- }
491
-
492
- .ece-ql-grid .ece-ql-item img.icon-schedule {
493
- max-width: 85px;
494
- }
495
-
496
- .ece-ql-grid .ece-ql-item img.icon-grades {
497
- max-width: 60px;
498
- }
499
-
500
- }
501
-
502
- @media (min-width: 1024px) {
503
- .ece-ql-grid a.ece-ql-item:hover img {
504
- transform: scale(1.1) translate(0, -20px);
505
- transition: all 0.3s ease-in-out;
506
- }
507
-
508
- .ece-ql-grid .ece-ql-item,
509
- .ece-ql-grid .ece-ql-item img,
510
- .ece-ql-grid .ece-ql-item .ece-ql-btn {
511
- transition: all 0.3s ease-in-out;
512
- }
513
-
514
- .ece-ql-grid a.ece-ql-item:hover .ece-ql-btn {
515
- transform: scale(1.15) translate(0, -25px);
516
- transition: all 0.35s ease-in-out;
517
- letter-spacing: 0px;
518
- }
519
-
520
- .ece-ql-grid a.ece-ql-item:hover .ece-ql-btn {
521
- background-color: rgba(64, 64, 64, .1);
522
- }
523
-
524
- /* Triangle thing */
525
- a.ece-ql-item:hover span.ece-ql-btn:after {
526
- content: "";
527
- position: absolute;
528
-
529
- border-top: 10px solid rgba(64, 64, 64, .1);
530
- border-bottom: 10px solid transparent;
531
- border-left: 10px solid transparent;
532
- border-right: 10px solid transparent;
533
- height: 0px;
534
- width: 0px;
535
- right: 40%;
536
- bottom: -20px;
537
- transition-delay: all 1s;
538
- }
539
- }
1
+ .grid-row {
2
+ display: flex;
3
+ flex-flow: row wrap;
4
+ justify-content: space-between;
5
+ }
6
+
7
+ @media screen and (min-width:730px) {
8
+ .grid-row {
9
+ display: flex;
10
+ flex-flow: row wrap;
11
+ justify-content: space-between;
12
+ }
13
+ }
14
+
15
+ .grid-col-2 {
16
+ flex-basis: 100%;
17
+ margin-bottom: 5px;
18
+ }
19
+
20
+ @media screen and (min-width:730px) {
21
+ .grid-col-2 {
22
+ flex-basis: 49.5%;
23
+ margin-bottom: 0;
24
+ }
25
+ }
26
+
27
+ .grid-col-6 {
28
+ flex-basis: 30%;
29
+ }
30
+
31
+ @media screen and (min-width:730px) {
32
+ .grid-col-6 {
33
+ flex-basis: 14%;
34
+ margin-bottom: 0;
35
+ }
36
+ }
37
+
38
+ @media screen and (min-width:990px) {
39
+ .grid-col-6 {
40
+ flex-basis: 14%;
41
+ margin-bottom: 0;
42
+ }
43
+ }
44
+
45
+ .virtual-student-center {
46
+ margin-bottom: 15px;
47
+ }
48
+
49
+ .virtual-student-center-img {
50
+ text-align: center;
51
+ }
52
+
53
+ .virtual-student-center-img img {
54
+ background-color: rgba(51,51,51,0.08);
55
+ padding: 15px 20px;
56
+ border-radius: 15px;
57
+ width: 90px;
58
+ }
59
+
60
+ .virtual-student-center-img a img:hover {
61
+ background-color: rgba(51,51,51,0.15);
62
+ -moz-transition: all .5s ease;
63
+ -webkist-transition: all .5s ease;
64
+ -ms-transition: all .5s ease;
65
+ -o-transition: all .5s ease;
66
+ transition: all .5s ease;
67
+ }
68
+
69
+ .virtual-student-center-link {
70
+ text-align: center;
71
+ padding: 5px;
72
+ }
73
+
74
+
75
+ .virtual-student-center-link a {
76
+ display: inline-block;
77
+ line-height: 1.25;
78
+ }
79
+
80
+ /* Quicklinks widget */
81
+ p.pcc-ql-info {
82
+ font-size: 0.755rem;
83
+ margin: 0 !important;
84
+ }
85
+
86
+ ul#pcc-ql-container {
87
+ background-color: rgba(13, 13, 13, .01);
88
+ border-top: 1px solid rgba(13, 13, 13, 0.03);
89
+ box-shadow: 0px 0px 2px 0px rgba(13, 13, 13, .2) inset;
90
+ display: grid;
91
+ grid-template-columns: 1fr;
92
+ grid-auto-flow: column;
93
+ position: relative;
94
+ grid-gap: 30px;
95
+ list-style-type: none !important;
96
+ margin: 0 0 1rem 0; /*For D2L*/
97
+ padding: 5px;
98
+ overflow-x: scroll;
99
+ scroll-behavior: smooth;
100
+ }
101
+
102
+ @media screen and (min-width: 413px) {
103
+ ul#pcc-ql-container {
104
+ grid-gap: 30px;
105
+ padding: 5px 0 5px 10px;
106
+ }
107
+ }
108
+
109
+ ul#pcc-ql-container::after {
110
+ content: '';
111
+ padding: 1px;
112
+ }
113
+
114
+ /* remove list marker */
115
+ ul#pcc-ql-container li.pcc-ql-item::marker,
116
+ ul#pcc-ql-container li.pcc-ql-item::before {
117
+ content: none;
118
+ }
119
+
120
+ ul#pcc-ql-container li.pcc-ql-item .pcc-ql-icon {
121
+ display: block;
122
+ text-align: center;
123
+ }
124
+
125
+ ul#pcc-ql-container li.pcc-ql-item .pcc-ql-icon img {
126
+ background-color: rgba(51, 51, 51, 0.08);
127
+ box-sizing: border-box;
128
+ border-radius: 15px;
129
+ padding: 20px 25px;
130
+ width: 90px;
131
+ }
132
+
133
+ ul#pcc-ql-container li.pcc-ql-item .pcc-ql-icon img:hover {
134
+ background-color: rgba(51, 51, 51, 0.15);
135
+ cursor: pointer;
136
+ -moz-transition: all 0.3s ease;
137
+ -webkit-transition: all 0.3s ease;
138
+ -ms-transition: all 0.3s ease;
139
+ -o-transition: all 0.3s ease;
140
+ transition: all 0.3s ease;
141
+ }
142
+
143
+ ul#pcc-ql-container li.pcc-ql-item a:any-link {
144
+ text-decoration: none;
145
+ }
146
+
147
+ ul#pcc-ql-container li.pcc-ql-item a:any-link:focus {
148
+ text-decoration: underline;
149
+ }
150
+
151
+ ul#pcc-ql-container li.pcc-ql-item h3 {
152
+ font-size: 0.8rem;
153
+ font-weight: 400;
154
+ line-height: 1.2;
155
+ text-align: center;
156
+ text-decoration: none;
157
+ width: min-content;
158
+ }
159
+
160
+ ul#pcc-ql-container li.pcc-ql-item h3 .pcc-ql-title:hover {
161
+ text-decoration: underline;
162
+ }
163
+
164
+ #pcc-ql-controls {
165
+ display: flex;
166
+ gap: 40px;
167
+ padding: 20px;
168
+ justify-content: center;
169
+ text-align: center;
170
+ }
171
+
172
+ #pcc-ql-controls button {
173
+ display: block;
174
+ margin: 0;
175
+ min-width: 80px;
176
+ }
177
+
178
+ #pcc-ql-controls button:hover {
179
+ cursor: pointer;
180
+ }
181
+
182
+ #pcc-ql-controls button span {
183
+ font-size: 1.5rem;
184
+ }
185
+ /*//*/
186
+
187
+ .tech-support-widget {
188
+ margin: 0 auto;
189
+ max-width: 920px;
190
+ padding: 10px;
191
+ }
192
+
193
+ .tech-support-widget-header {
194
+
195
+ }
196
+
197
+ .tech-support-widget-cell {
198
+ background-color: rgba(4,85,148,.05);
199
+ border-top: 3px solid rgba(4,85,148,1);
200
+ min-height: 430px;
201
+ padding: 15px;
202
+ }
203
+
204
+ .icon-online-online {
205
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 350'%3E%3Ctitle%3Efacetoface%3C/title%3E%3Cg id='Icons'%3E%3Cpath d='M249.43,345.68H239.19V330.25a48.65,48.65,0,0,0-48.6-48.59H160.71a48.65,48.65,0,0,0-48.58,48.59v15.43H101.88V330.25a58.9,58.9,0,0,1,58.83-58.84h29.88a58.9,58.9,0,0,1,58.84,58.84v15.43Z'/%3E%3Cpolygon points='140.86 345.68 130.62 345.68 130.62 317.19 140.86 317.19 140.86 345.68 140.86 345.68'/%3E%3Cpolygon points='220.7 345.68 210.45 345.68 210.45 317.19 220.7 317.19 220.7 345.68 220.7 345.68'/%3E%3Cpath d='M175.66,182.84a28,28,0,0,0-28,28c0,16.38,13.58,37.52,28,37.52s28-21.14,28-37.52a28,28,0,0,0-28-28Zm0,75.78c-21.2,0-38.26-26.13-38.26-47.77a38.26,38.26,0,1,1,76.51,0c0,21.64-17.06,47.77-38.25,47.77Z'/%3E%3Cpolygon points='38.64 343.7 28.39 343.7 28.39 301.76 38.64 301.76 38.64 343.7 38.64 343.7'/%3E%3Cpath d='M70.26,167.12a25.41,25.41,0,0,0-25.37,25.39c0,14.9,12.31,34.13,25.37,34.13s25.39-19.23,25.39-34.13a25.42,25.42,0,0,0-25.39-25.39Zm0,69.76c-19.74,0-35.62-24.27-35.62-44.37a35.63,35.63,0,1,1,71.26,0c0,20.1-15.9,44.37-35.64,44.37Z'/%3E%3Cpath d='M12.19,345.68H1.94V302.42a54.63,54.63,0,0,1,54.57-54.57H84c18.1,0,32.79,6.53,40.31,17.89l-8.54,5.65c-5.51-8.32-17.4-13.29-31.77-13.29H56.51a44.37,44.37,0,0,0-44.32,44.32v43.26Z'/%3E%3Cpolygon points='323.1 345.68 312.85 345.68 312.85 301.76 323.1 301.76 323.1 345.68 323.1 345.68'/%3E%3Cpath d='M281.22,167.12a25.41,25.41,0,0,0-25.37,25.39c0,14.9,12.31,34.13,25.37,34.13s25.39-19.23,25.39-34.13a25.43,25.43,0,0,0-25.39-25.39Zm0,69.76c-19.73,0-35.62-24.27-35.62-44.37a35.63,35.63,0,1,1,71.26,0c0,20.1-15.9,44.37-35.64,44.37Z'/%3E%3Cpath d='M349.55,345.68H339.3V302.42A44.37,44.37,0,0,0,295,258.1H267.47c-14.38,0-26.26,5-31.76,13.29l-8.55-5.65c7.52-11.36,22.21-17.89,40.31-17.89H295a54.63,54.63,0,0,1,54.57,54.57v43.26Z'/%3E%3Cpolygon points='180.12 157.89 169.88 157.89 169.88 9.44 180.12 9.44 180.12 157.89 180.12 157.89'/%3E%3Cpath d='M175,109.83c-49.65,0-94.86-19.71-118-51.43l8.29-6C86.54,81.49,128.57,99.58,175,99.58c47.08,0,90.69-19.32,111.08-49.2l8.47,5.79C272,89.26,226.14,109.83,175,109.83Z'/%3E%3Cpath d='M95.3,145.62l-10.19-1.05C93.7,62,130.68,4.32,175,4.32c43.33,0,80.12,56.11,89.48,136.44l-10.19,1.17C245.7,68.14,212.36,14.57,175,14.57c-38.27,0-71.79,55.11-79.7,131.05Z'/%3E%3Cpath d='M338.53,241.76,329,238.1a164,164,0,0,0,10.79-58.77c0-90.85-73.91-164.76-164.75-164.76S10.25,88.48,10.25,179.33a164,164,0,0,0,9.8,56.12l-9.64,3.49A174.62,174.62,0,0,1,0,179.33c0-96.5,78.5-175,175-175s175,78.51,175,175a173.92,173.92,0,0,1-11.47,62.43Z'/%3E%3C/g%3E%3C/svg%3E");
206
+ background-repeat: no-repeat;
207
+ width: 45px;
208
+ background-size: 45px;
209
+ height: 45px;
210
+ display: block;
211
+ margin: 0 auto;
212
+ margin-bottom: 5px;
213
+ }
214
+
215
+ .icon-face-to-face-hybrid {
216
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 350 350'%3E%3Ctitle%3Eraising-hand%3C/title%3E%3Cg id='Icons'%3E%3Cpath d='M150.81,55.54A21.44,21.44,0,0,0,129.4,77c0,12.59,10.37,28.82,21.41,28.82S172.24,89.55,172.24,77a21.45,21.45,0,0,0-21.43-21.42Zm0,59c-16.72,0-30.19-20.56-30.19-37.59A30.2,30.2,0,0,1,181,77c0,17-13.47,37.59-30.2,37.59Z'/%3E%3Cpath d='M108.54,243.38A15.6,15.6,0,0,1,93,227.8V170a46.28,46.28,0,0,1,46.23-46.22h23.25a47.94,47.94,0,0,1,6.5.45,15.86,15.86,0,0,1,5.14,1.11l-3.67,8a7.55,7.55,0,0,0-1.54-.24l-1.15-.15a39.55,39.55,0,0,0-5.28-.36H139.19A37.49,37.49,0,0,0,101.73,170V227.8a6.81,6.81,0,1,0,13.61,0V183.55h8.78V227.8a15.61,15.61,0,0,1-15.58,15.58Z'/%3E%3Cpolygon points='155.19 345.61 146.42 345.61 146.42 227.8 155.19 227.8 155.19 345.61 155.19 345.61'/%3E%3Cpath d='M150.81,350H125.75a10.42,10.42,0,0,1-10.41-10.4V169.38h8.78V339.6a1.62,1.62,0,0,0,1.63,1.63h25.06V350Z'/%3E%3Cpath d='M175.89,350H146.42V227.8h8.77V341.23h20.7a1.63,1.63,0,0,0,1.62-1.63V240.09h8.77V339.6A10.42,10.42,0,0,1,175.89,350Z'/%3E%3Cpath d='M69.38,85.05a18.85,18.85,0,0,0-18.83,18.82c0,11.14,9.13,25.51,18.83,25.51S88.2,115,88.2,103.87A18.84,18.84,0,0,0,69.38,85.05Zm0,53.1c-15.29,0-27.6-18.75-27.6-34.28a27.6,27.6,0,0,1,55.2,0c0,15.53-12.31,34.28-27.6,34.28Z'/%3E%3Cpath d='M31.34,254.06a14.46,14.46,0,0,1-14.45-14.45V187.55a42.08,42.08,0,0,1,42-42H79.84a41.29,41.29,0,0,1,5.93.42,14.28,14.28,0,0,1,4.72,1l-3.66,8a9.77,9.77,0,0,0-1.27-.19l-1-.12a33.48,33.48,0,0,0-4.71-.33H58.92a33.29,33.29,0,0,0-33.26,33.26v52.06a5.69,5.69,0,0,0,11.37,0V199.79H45.8v39.82a14.47,14.47,0,0,1-14.46,14.45Z'/%3E%3Cpolygon points='73.77 345.61 64.99 345.61 64.99 239.61 73.77 239.61 73.77 345.61 73.77 345.61'/%3E%3Cpath d='M69.38,350H46.83a9.8,9.8,0,0,1-9.8-9.8V187H45.8V340.2a1,1,0,0,0,1,1H69.38V350Z'/%3E%3Cpath d='M91.93,350H65V239.61h8.78V341.23H91.93a1,1,0,0,0,1-1V250.66h8.77V340.2a9.8,9.8,0,0,1-9.8,9.8Z'/%3E%3Cpath d='M241.2,26.83a24,24,0,0,0-23.94,23.94c0,14,11.62,32.06,23.94,32.06s23.93-18.07,23.93-32.06A24,24,0,0,0,241.2,26.83Zm0,64.77c-18.12,0-32.71-22.34-32.71-40.83a32.71,32.71,0,1,1,65.41,0c0,18.49-14.59,40.83-32.7,40.83Z'/%3E%3Cpath d='M194.81,233a16.69,16.69,0,0,1-16.68-16.67V152.81a50.36,50.36,0,0,1,50.31-50.29H254A45.88,45.88,0,0,0,299.79,56.7v-40h8.77v40A54.66,54.66,0,0,1,254,111.3H228.44a41.57,41.57,0,0,0-41.54,41.51v63.51a7.9,7.9,0,0,0,15.79,0V167.76h8.77v48.56A16.68,16.68,0,0,1,194.81,233Z'/%3E%3Cpath d='M268.72,350H241.2v-8.77h27.52a2.22,2.22,0,0,0,2.22-2.22V150.85a24,24,0,0,1,11.44-20.55,87.8,87.8,0,0,0,42-75.19V17.05a7.9,7.9,0,1,0-15.78,0h-8.77a16.66,16.66,0,1,1,33.32,0V55.11A96.57,96.57,0,0,1,287,137.78a15.22,15.22,0,0,0-7.29,13.07V339a11,11,0,0,1-11,11Z'/%3E%3Cpolygon points='245.59 345.61 236.81 345.61 236.81 216.32 245.59 216.32 245.59 345.61 245.59 345.61'/%3E%3Cpath d='M245.59,350H213.68a11,11,0,0,1-11-11V152.2h8.77V339a2.22,2.22,0,0,0,2.22,2.22h23.13V216.32h8.78V350Z'/%3E%3Cpolygon points='294.84 350 21.28 350 21.28 341.23 294.84 341.23 294.84 350 294.84 350'/%3E%3C/g%3E%3C/svg%3E");
217
+ background-repeat: no-repeat;
218
+ width: 45px;
219
+ background-size: 45px;
220
+ height: 45px;
221
+ display: block;
222
+ margin: 0 auto;
223
+ margin-bottom: 5px;
224
+ }
225
+
226
+ .tech-support-widget-cell ul {
227
+ padding-left: 20px;
228
+ }
229
+
230
+ .tech-support-widget-cell ul li {
231
+ }
232
+
233
+ .tech-support-widget-cell h3 {
234
+ margin: 0;
235
+ text-align: center;
236
+ }
237
+
238
+ .tech-support-widget-cell a {
239
+ text-decoration: none;
240
+ }
241
+
242
+ .tech-support-widget-cell a button {
243
+ background-color: #006fbf;
244
+ color: rgba(255,255,255,1);
245
+ border: none;
246
+ border-bottom: 2px solid #00388c;
247
+ border-radius: 3px;
248
+ display: block;
249
+ margin: 0 auto;
250
+ padding: 10px;
251
+ }
252
+
253
+ .tech-support-widget-cell a button:hover {
254
+ background-color: #005694;
255
+ border-bottom: 2px solid #005694;
256
+ cursor: pointer;
257
+ }
258
+
259
+ .tech-support-widget-footer {
260
+
261
+ }
262
+
263
+ a.btn {
264
+ background-color: #006fbf;
265
+ border-radius: 6px;
266
+ color: white;
267
+ padding: 8px 20px;
268
+ text-decoration: none
269
+ }
270
+
271
+ a.btn:hover {
272
+ background-color: #005694;
273
+ cursor: pointer;
274
+ text-decoration: none;
275
+ }
276
+
277
+ /*Widgets*/
278
+
279
+ /*Logo*/
280
+
281
+ .gmail-widget-logo {
282
+ text-align: center;
283
+ width: 100%;
284
+ padding: 0;
285
+ }
286
+
287
+ .gmail-logo {
288
+ max-width: 100%;
289
+ max-height: 100%;
290
+ margin: 0px 0px 10px 0px;
291
+ }
292
+
293
+ .nettutor-widget-logo {
294
+ text-align: center;
295
+ max-width: 100%;
296
+ padding: 0;
297
+ }
298
+
299
+ .nettutor-logo {
300
+ max-width: 100%;
301
+ max-height: 100%;
302
+ margin: 0px 0px 8px 0px;
303
+ }
304
+
305
+ /*Text*/
306
+
307
+ .main-text {
308
+ text-align: center;
309
+ margin-top: 0 auto;
310
+ margin-bottom: 0px;
311
+ line-height: 1;
312
+ font-size: 14px;
313
+ }
314
+
315
+ .main-text-left {
316
+ margin-bottom: 0 auto !important;
317
+ margin-top: 0 auto !important;
318
+ font-size: 14px;
319
+ text-align: left;
320
+ line-height: 1;
321
+ }
322
+
323
+ /*Margins*/
324
+
325
+ .small-margin {
326
+ margin: 0 0 5px 0;
327
+ }
328
+
329
+ .no-margin
330
+ {
331
+ margin: 0 auto;
332
+ }
333
+
334
+
335
+ /*Button and Links*/
336
+
337
+ .d2l-widget-button {
338
+ text-align: center;
339
+ width: 100%;
340
+ margin-top: 10px;
341
+ margin-bottom: 25px;
342
+ }
343
+
344
+ .d2l-widget-button-gmail {
345
+ text-align: center;
346
+ width: 100%;
347
+ margin-top: 20px;
348
+ margin-bottom: 0px;
349
+ }
350
+
351
+ .d2l-widget-button-gmail a.button {
352
+ color: rgba(255,255,255,1) !important;
353
+ }
354
+
355
+ .d2l-widget-button a.button {
356
+ color: rgba(255,255,255,1) !important;
357
+ }
358
+
359
+ a.button {
360
+ background-color: #006FBF;
361
+ border: 1px solid #005694;
362
+ border-radius: .3rem;
363
+ text-decoration: none;
364
+ color: #ffffff;
365
+ font-size: 12px;
366
+ font-weight: 700;
367
+ padding: 5px 15px;
368
+ display: inline-block;
369
+
370
+ }
371
+
372
+ a.button:visited {
373
+ background-color: #006FBF;
374
+ border: 1px solid #005694;
375
+ border-radius: .3rem;
376
+ color: #fff;
377
+ }
378
+
379
+ a.button:hover {
380
+ background-color: #005694;
381
+ color: #fff;
382
+ text-decoration: none;
383
+ }
384
+
385
+ /* Course Quicklinks */
386
+ .ece-ql-container * {
387
+ box-sizing: border-box;
388
+ margin: 0;
389
+ padding: 0;
390
+ }
391
+
392
+ .ece-ql-container {
393
+ background-color: rgba(255, 255, 255, 1);
394
+ margin: 0px auto;
395
+ max-width: 720px;
396
+ padding: 0px;
397
+ }
398
+
399
+ .ece-ql-grid {
400
+ display: grid;
401
+ grid-template-columns: 1fr 1fr 1fr;
402
+ grid-auto-flow: column;
403
+ grid-gap: 5px;
404
+ list-style-type: none;
405
+
406
+ margin: 10px auto 0;
407
+ max-width: 550px;
408
+ padding: 0;
409
+ }
410
+
411
+ .ece-ql-grid .ece-ql-item {
412
+ display: flex;
413
+ flex-direction: column-reverse;
414
+ gap: 10px;
415
+
416
+ align-items: center;
417
+ background-color: whitesmoke;
418
+ justify-content: start;
419
+ margin: 0 auto;
420
+ padding: 10px;
421
+ text-decoration: none;
422
+ height: 100%;
423
+ }
424
+
425
+ .ece-ql-grid .ece-ql-item img {
426
+ background-color: transparent;
427
+ box-sizing: content-box;
428
+ padding: 5px 10px;
429
+ }
430
+
431
+ a.ece-ql-item span.ece-ql-btn {
432
+ color: rgba(0, 111, 191, 1);
433
+ font-family: 'Lato', sans-serif;
434
+ font-weight: 700;
435
+ font-size: 15px;
436
+ text-align: center;
437
+ }
438
+
439
+ .ece-ql-grid .ece-ql-item img.icon-start-here {
440
+ max-width: 30px;
441
+ }
442
+
443
+ .ece-ql-grid .ece-ql-item img.icon-schedule {
444
+ max-width: 60px;
445
+ }
446
+
447
+ .ece-ql-grid .ece-ql-item img.icon-grades {
448
+ max-width: 45px;
449
+ }
450
+
451
+ /* Begin queries */
452
+
453
+ @media screen and (min-width: 510px) {
454
+ .ece-ql-container {
455
+ background-color: rgba(13, 13, 13, .01);
456
+ border-bottom: 8px solid rgba(13, 13, 13, .1);
457
+ box-shadow: inset 0px 0px 2px 0px rgba(13, 13, 13, .2);
458
+ margin: 0px auto;
459
+ max-width: 720px;
460
+ padding: 30px 10px 10px;
461
+ }
462
+
463
+ .ece-ql-grid {
464
+ display: grid;
465
+ grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
466
+ grid-gap: 24px;
467
+ }
468
+
469
+ .ece-ql-grid .ece-ql-item {
470
+ background-color: transparent;
471
+ box-shadow: none;
472
+ flex-direction: column;
473
+ min-width: revert;
474
+ padding: 5px;
475
+ }
476
+
477
+ .ece-ql-grid .ece-ql-item img {
478
+ background-color: transparent;
479
+ }
480
+
481
+ a.ece-ql-item span.ece-ql-btn {
482
+ background-color: transparent;
483
+ border-radius: 8px;
484
+ color: #006fbf;
485
+ padding: 3px 8px;
486
+ }
487
+
488
+ .ece-ql-grid .ece-ql-item img.icon-start-here {
489
+ max-width: 40px;
490
+ }
491
+
492
+ .ece-ql-grid .ece-ql-item img.icon-schedule {
493
+ max-width: 85px;
494
+ }
495
+
496
+ .ece-ql-grid .ece-ql-item img.icon-grades {
497
+ max-width: 60px;
498
+ }
499
+
500
+ }
501
+
502
+ @media (min-width: 1024px) {
503
+ .ece-ql-grid a.ece-ql-item:hover img {
504
+ transform: scale(1.1) translate(0, -20px);
505
+ transition: all 0.3s ease-in-out;
506
+ }
507
+
508
+ .ece-ql-grid .ece-ql-item,
509
+ .ece-ql-grid .ece-ql-item img,
510
+ .ece-ql-grid .ece-ql-item .ece-ql-btn {
511
+ transition: all 0.3s ease-in-out;
512
+ }
513
+
514
+ .ece-ql-grid a.ece-ql-item:hover .ece-ql-btn {
515
+ transform: scale(1.15) translate(0, -25px);
516
+ transition: all 0.35s ease-in-out;
517
+ letter-spacing: 0px;
518
+ }
519
+
520
+ .ece-ql-grid a.ece-ql-item:hover .ece-ql-btn {
521
+ background-color: rgba(64, 64, 64, .1);
522
+ }
523
+
524
+ /* Triangle thing */
525
+ a.ece-ql-item:hover span.ece-ql-btn:after {
526
+ content: "";
527
+ position: absolute;
528
+
529
+ border-top: 10px solid rgba(64, 64, 64, .1);
530
+ border-bottom: 10px solid transparent;
531
+ border-left: 10px solid transparent;
532
+ border-right: 10px solid transparent;
533
+ height: 0px;
534
+ width: 0px;
535
+ right: 40%;
536
+ bottom: -20px;
537
+ transition-delay: all 1s;
538
+ }
539
+ }