@@ -121,29 +121,29 @@ html.js .ajax-new-content:empty {
121121 line-height : 0em ; }
122122
123123.gc-navseq * {
124- font-weight : inherit!important ;
125- line-height : inherit!important ; }
124+ font-weight : inherit !important ;
125+ line-height : inherit !important ; }
126126
127- .gc-navseq > li ,
128- ul .gc-navseq-fa > li {
127+ .gc-navseq > li ,
128+ ul .gc-navseq-fa > li {
129129 padding-bottom : 20px ;
130130 padding-right : 20px ;
131131 list-style : none;
132132 padding-left : 1.2em ;
133133 border-left : 5px solid # 26374a ;
134134 position : relative; }
135135
136- ul .gc-navseq-fa > li .fa-li {
136+ ul .gc-navseq-fa > li .fa-li {
137137 left : 0em ;
138138 position : relative; }
139139
140140ul .gc-navseq-fa {
141- margin-left : 0.9em }
141+ margin-left : 0.9em ; }
142142
143143li .gc-navseq {
144144 margin-top : 16px ; }
145145
146- .gc-navseq > li > : first-child ::before ,
146+ .gc-navseq > li > : first-child ::before ,
147147ul .gc-navseq-fa li span .fa-li {
148148 border-radius : 50% ;
149149 border : 3px solid # 26374a ;
@@ -161,57 +161,60 @@ ul.gc-navseq-fa li span.fa-li {
161161 width : 1.3em ;
162162 margin-left : -2.3em ; }
163163
164- ul .gc-navseq > li > : first-child ::before {
164+ ul .gc-navseq > li > : first-child ::before {
165165 height : 0.8em ;
166166 width : 0.8em ;
167167 margin-left : -2.05em ;
168168 content : "" ; }
169-
169+
170170@-moz-document url-prefix() {
171- ul .gc-navseq > li > : first-child ::before {
172- margin-left : -2.0em ; } }
171+ ul .gc-navseq > li > : first-child ::before {
172+ margin-left : -2.0em ; } }
173173
174174.gc-navseq li a ::before {
175175 text-decoration : underline; }
176176
177- ul .gc-navseq .noline > li {
177+ ul .gc-navseq .noline > li {
178178 border-left : 5px solid transparent; }
179179
180- .gc-navseq > li : last-child ,
181- .gc-navseq > li .completed : last-child ,
180+ .gc-navseq > li : last-child ,
181+ .gc-navseq > li .completed : last-child ,
182182ul .gc-navseq-fa li : last-child {
183183 border-left : 5px solid transparent;
184184 padding-bottom : 0 ; }
185185
186- ul .gc-navseq .noline > li > : first-child ::before {
186+ ul .gc-navseq .noline > li > : first-child ::before {
187187 margin-top : 0.2em ; }
188188
189- .gc-navseq li .active > : first-child ::before ,
189+ /*active*/
190+ .gc-navseq li .active > : first-child ::before ,
190191.gc-navseq-fa li .active span .fa-li {
191192 background-color : # 26374a ;
192193 color : # fff ; }
193194
195+ /*sub-steps*/
194196.gc-navseq li ul {
195- margin-top : 16px !important ; }
197+ margin-top : 16px !important ; }
196198
197- ul .gc-navseq > li > a [href ]: hover ::before {
198- width : 0.83em ;
199- height : 0.83em ;
200- margin-top : -0.1em ;
201- font-size : 1.2em ;
202- margin-left : -1.775em ;
203- line-height : 1.55 ; }
199+ /*Hover animation */
200+ ul .gc-navseq > li > a [href ]: hover ::before {
201+ width : 0.83em ;
202+ height : 0.83em ;
203+ margin-top : -0.1em ;
204+ font-size : 1.2em ;
205+ margin-left : -1.775em ;
206+ line-height : 1.55 ; }
204207
205- ul .gc-navseq .noline > li > a [href ]: hover ::before {
208+ ul .gc-navseq .noline > li > a [href ]: hover ::before {
206209 margin-top : 0.15em ; }
207210
208- .gc-navseq-fa > li > a [href ]: hover span .fa-li {
211+ .gc-navseq-fa > li > a [href ]: hover span .fa-li {
209212 width : 1.55em ;
210213 height : 1.55em ;
211214 margin-top : -0.05em ;
212215 margin-left : -2.45em ; }
213216
214- .gc-navseq-fa > li > a [href ]: hover span .fa-li ::before {
217+ .gc-navseq-fa > li > a [href ]: hover span .fa-li ::before {
215218 margin-top : -0.1em ; }
216219
217220ul .gc-navseq > li ul .gc-navseq .noline > li .active ::before {
@@ -228,48 +231,45 @@ section.gc-nav h1 {
228231 color : # 555 ;
229232 border-bottom : none; }
230233
231- @media all and (min-width : 992px ) {
234+ /*page structure desktop (new) */
235+ @media all and (min-width : 992px ) {
232236 section .gc-nav nav {
233237 position : relative;
234238 width : 33.33% ;
235239 left : 66.66% ;
236240 float : left;
237241 padding-left : 15px ;
238242 margin-bottom : 30px ; }
239-
240243 section .gc-nav h1 {
241244 width : 66.66% ;
242245 padding-right : 15px ;
243246 margin-top : 20px ;
244247 margin-bottom : -5px ;
245248 font-weight : 200 ; }
246-
247249 section .gc-nav-section {
248250 position : relative;
249251 width : 66.66% ;
250252 float : left;
251253 padding-right : 15px ; }
252-
253254 section .gc-nav ~ section .gc-nav-section {
254255 right : 33.33% ; }
255-
256256 section .gc-nav ~ section .gc-nav-section h1 {
257257 margin-top : 0px ; }
258-
259258 section .gc-nav-section + .pagedetails {
260259 clear : both; } }
261260
262- @media screen and (max-width : 991px ) {
261+ /*Vertical steps in mobile */
262+ @media screen and (max-width : 991px ) {
263263 section .gc-nav {
264264 margin-top : 30px ;
265265 border-right : 5px solid # 26374a ;
266266 border-top : 5px solid # 26374a ;
267267 border-radius : 0 6px 6px 0 ; }
268- section .gc-nav nav > .gc-navseq {
268+ section .gc-nav nav > .gc-navseq {
269269 padding-top : 15px ;
270270 margin-top : -18px ;
271271 clear : both; }
272- section .gc-nav nav > .gc-navseq > li : last-child {
272+ section .gc-nav nav > .gc-navseq > li : last-child {
273273 border-bottom : 5px solid # 26374a ;
274274 border-left : 5px solid # 26374a ;
275275 border-bottom-left-radius : 6px ;
@@ -814,6 +814,12 @@ ol, ul {
814814 right : 0px ;
815815 top : 0px ; }
816816
817+ .theme-gc-intranet .bg-gctheme {
818+ background-color : # 7f1322 ; }
819+
820+ .theme-gc-intranet .bg-gctheme .well .header-rwd {
821+ background-color : # 7f1322 ; }
822+
817823body {
818824 margin-top : 0px !important ; }
819825 body .theme-gcwu-fegc .toolbar-tray-open {
0 commit comments