PageRenderTime 286ms CodeModel.GetById 23ms app.highlight 236ms RepoModel.GetById 1ms app.codeStats 0ms

/public/skins/foundation/stylesheets/foundation.css

https://bitbucket.org/hamidrezas/melobit
CSS | 1073 lines | 752 code | 203 blank | 118 comment | 0 complexity | 75922813de88003e3e01c838f7d86750 MD5 | raw file
Possible License(s): AGPL-1.0

Large files files are truncated, but you can click here to view the full file

  1/* Requires: normalize.css */
  2/* Global Reset & Standards ---------------------- */
  3* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  4
  5html { font-size: 62.5%; }
  6
  7body { background: white; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1; color: #222222; position: relative; -webkit-font-smoothing: antialiased; }
  8
  9/* Links ---------------------- */
 10a { color: #2ba6cb; text-decoration: none; line-height: inherit; }
 11
 12a:hover { color: #2795b6; }
 13
 14a:focus { color: #2ba6cb; outline: none; }
 15
 16p a, p a:visited { line-height: inherit; }
 17
 18/* Misc ---------------------- */
 19.left { float: left; }
 20@media only screen and (max-width: 767px) { .left { float: none; } }
 21
 22.right { float: right; }
 23@media only screen and (max-width: 767px) { .right { float: none; } }
 24
 25.text-left { text-align: left; }
 26
 27.text-right { text-align: right; }
 28
 29.text-center { text-align: center; }
 30
 31.hide { display: none; }
 32
 33.highlight { background: #ffff99; }
 34
 35#googlemap img, object, embed { max-width: none; }
 36
 37#map_canvas embed { max-width: none; }
 38
 39#map_canvas img { max-width: none; }
 40
 41#map_canvas object { max-width: none; }
 42
 43/* Reset for strange margins by default on <figure> elements */
 44figure { margin: 0; }
 45
 46/* Base Type Styles Using Modular Scale ---------------------- */
 47body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px; direction: ltr; }
 48
 49p { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.6; margin-bottom: 17px; }
 50p.lead { font-size: 17.5px; line-height: 1.6; margin-bottom: 17px; }
 51
 52aside p { font-size: 13px; line-height: 1.35; font-style: italic; }
 53
 54h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; color: #222222; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 14px; margin-top: 14px; }
 55h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; }
 56
 57h1 { font-size: 44px; }
 58
 59h2 { font-size: 37px; }
 60
 61h3 { font-size: 27px; }
 62
 63h4 { font-size: 23px; }
 64
 65h5 { font-size: 17px; }
 66
 67h6 { font-size: 14px; }
 68
 69hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }
 70
 71.subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; }
 72
 73em, i { font-style: italic; line-height: inherit; }
 74
 75strong, b { font-weight: bold; line-height: inherit; }
 76
 77small { font-size: 60%; line-height: inherit; }
 78
 79code { font-weight: bold; background: #ffff99; }
 80
 81/* Lists ---------------------- */
 82ul, ol { font-size: 14px; line-height: 1.6; margin-bottom: 17px; list-style-position: inside; }
 83
 84ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
 85ul.square, ul.circle, ul.disc { margin-left: 17px; }
 86ul.square { list-style-type: square; }
 87ul.square li ul { list-style: inherit; }
 88ul.circle { list-style-type: circle; }
 89ul.circle li ul { list-style: inherit; }
 90ul.disc { list-style-type: disc; }
 91ul.disc li ul { list-style: inherit; }
 92ul.no-bullet { list-style: none; }
 93ul.large li { line-height: 21px; }
 94
 95ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }
 96
 97/* Blockquotes ---------------------- */
 98blockquote, blockquote p { line-height: 1.5; color: #6f6f6f; }
 99
100blockquote { margin: 0 0 17px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
101blockquote cite { display: block; font-size: 13px; color: #555555; }
102blockquote cite:before { content: "\2014 \0020"; }
103blockquote cite a, blockquote cite a:visited { color: #555555; }
104
105abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #ddd; cursor: help; }
106
107abbr { text-transform: none; }
108
109/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
110*/
111.print-only { display: none !important; }
112
113@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
114  /* Black prints faster: h5bp.com/s */
115  a, a:visited { text-decoration: underline; }
116  a[href]:after { content: " (" attr(href) ")"; }
117  abbr[title]:after { content: " (" attr(title) ")"; }
118  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
119  /* Don't show links for images, or javascript/internal links */
120  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
121  thead { display: table-header-group; }
122  /* h5bp.com/t */
123  tr, img { page-break-inside: avoid; }
124  img { max-width: 100% !important; }
125  @page { margin: 0.5cm; }
126  p, h2, h3 { orphans: 3; widows: 3; }
127  h2, h3 { page-break-after: avoid; }
128  .hide-on-print { display: none !important; }
129  .print-only { display: block !important; } }
130/* Requires globals.css */
131/* Standard Forms ---------------------- */
132form { margin: 0 0 19.41641px; }
133
134.row form .row { margin: 0 -6px; }
135.row form .row .column, .row form .row .columns { padding: 0 6px; }
136.row form .row.collapse { margin: 0; }
137.row form .row.collapse .column, .row form .row.collapse .columns { padding: 0; }
138
139label { font-size: 14px; color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 3px; }
140label.right { float: none; text-align: right; }
141label.inline { line-height: 32px; margin: 0 0 12px 0; }
142
143@media only screen and (max-width: 767px) { label.right { text-align: left; } }
144.prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; height: 32px; line-height: 31px; }
145
146a.button.prefix, a.button.postfix { padding-left: 0; padding-right: 0; text-align: center; }
147
148span.prefix, span.postfix { background: #f2f2f2; border: 1px solid #cccccc; }
149
150.prefix { left: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; }
151
152.postfix { right: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
153
154input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; border: 1px solid #cccccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin: 0 0 12px 0; padding: 6px; height: 32px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }
155input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize { font-size: 17px; padding: 4px 6px; }
156input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; outline: none !important; border-color: #b3b3b3; }
157input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; }
158
159textarea { height: auto; }
160
161select { width: 100%; }
162
163/* Fieldsets */
164fieldset { border: solid 1px #ddd; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; padding: 12px 12px 0; margin: 18px 0; }
165fieldset legend { font-weight: bold; background: white; padding: 0 3px; margin: 0; margin-left: -3px; }
166
167/* Errors */
168.error input, input.error, .error textarea, textarea.error { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }
169
170.error label, label.error { color: #c60f13; }
171
172.error small, small.error { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 12px; background: #c60f13; color: #fff; font-size: 12px; font-size: 1.2rem; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
173
174@media only screen and (max-width: 767px) { input[type="text"].one, input[type="password"].one, input[type="date"].one, input[type="datetime"].one, input[type="email"].one, input[type="number"].one, input[type="search"].one, input[type="tel"].one, input[type="time"].one, input[type="url"].one, textarea.one, .row textarea.one { width: 100% !important; }
175  input[type="text"].two, .row input[type="text"].two, input[type="password"].two, .row input[type="password"].two, input[type="date"].two, .row input[type="date"].two, input[type="datetime"].two, .row input[type="datetime"].two, input[type="email"].two, .row input[type="email"].two, input[type="number"].two, .row input[type="number"].two, input[type="search"].two, .row input[type="search"].two, input[type="tel"].two, .row input[type="tel"].two, input[type="time"].two, .row input[type="time"].two, input[type="url"].two, .row input[type="url"].two, textarea.two, .row textarea.two { width: 100% !important; }
176  input[type="text"].three, .row input[type="text"].three, input[type="password"].three, .row input[type="password"].three, input[type="date"].three, .row input[type="date"].three, input[type="datetime"].three, .row input[type="datetime"].three, input[type="email"].three, .row input[type="email"].three, input[type="number"].three, .row input[type="number"].three, input[type="search"].three, .row input[type="search"].three, input[type="tel"].three, .row input[type="tel"].three, input[type="time"].three, .row input[type="time"].three, input[type="url"].three, .row input[type="url"].three, textarea.three, .row textarea.three { width: 100% !important; }
177  input[type="text"].four, .row input[type="text"].four, input[type="password"].four, .row input[type="password"].four, input[type="date"].four, .row input[type="date"].four, input[type="datetime"].four, .row input[type="datetime"].four, input[type="email"].four, .row input[type="email"].four, input[type="number"].four, .row input[type="number"].four, input[type="search"].four, .row input[type="search"].four, input[type="tel"].four, .row input[type="tel"].four, input[type="time"].four, .row input[type="time"].four, input[type="url"].four, .row input[type="url"].four, textarea.four, .row textarea.four { width: 100% !important; }
178  input[type="text"].five, .row input[type="text"].five, input[type="password"].five, .row input[type="password"].five, input[type="date"].five, .row input[type="date"].five, input[type="datetime"].five, .row input[type="datetime"].five, input[type="email"].five, .row input[type="email"].five, input[type="number"].five, .row input[type="number"].five, input[type="search"].five, .row input[type="search"].five, input[type="tel"].five, .row input[type="tel"].five, input[type="time"].five, .row input[type="time"].five, input[type="url"].five, .row input[type="url"].five, textarea.five, .row textarea.five { width: 100% !important; }
179  input[type="text"].six, .row input[type="text"].six, input[type="password"].six, .row input[type="password"].six, input[type="date"].six, .row input[type="date"].six, input[type="datetime"].six, .row input[type="datetime"].six, input[type="email"].six, .row input[type="email"].six, input[type="number"].six, .row input[type="number"].six, input[type="search"].six, .row input[type="search"].six, input[type="tel"].six, .row input[type="tel"].six, input[type="time"].six, .row input[type="time"].six, input[type="url"].six, .row input[type="url"].six, textarea.six, .row textarea.six { width: 100% !important; }
180  input[type="text"].seven, .row input[type="text"].seven, input[type="password"].seven, .row input[type="password"].seven, input[type="date"].seven, .row input[type="date"].seven, input[type="datetime"].seven, .row input[type="datetime"].seven, input[type="email"].seven, .row input[type="email"].seven, input[type="number"].seven, .row input[type="number"].seven, input[type="search"].seven, .row input[type="search"].seven, input[type="tel"].seven, .row input[type="tel"].seven, input[type="time"].seven, .row input[type="time"].seven, input[type="url"].seven, .row input[type="url"].seven, textarea.seven, .row textarea.seven { width: 100% !important; }
181  input[type="text"].eight, .row input[type="text"].eight, input[type="password"].eight, .row input[type="password"].eight, input[type="date"].eight, .row input[type="date"].eight, input[type="datetime"].eight, .row input[type="datetime"].eight, input[type="email"].eight, .row input[type="email"].eight, input[type="number"].eight, .row input[type="number"].eight, input[type="search"].eight, .row input[type="search"].eight, input[type="tel"].eight, .row input[type="tel"].eight, input[type="time"].eight, .row input[type="time"].eight, input[type="url"].eight, .row input[type="url"].eight, textarea.eight, .row textarea.eight { width: 100% !important; }
182  input[type="text"].nine, .row input[type="text"].nine, input[type="password"].nine, .row input[type="password"].nine, input[type="date"].nine, .row input[type="date"].nine, input[type="datetime"].nine, .row input[type="datetime"].nine, input[type="email"].nine, .row input[type="email"].nine, input[type="number"].nine, .row input[type="number"].nine, input[type="search"].nine, .row input[type="search"].nine, input[type="tel"].nine, .row input[type="tel"].nine, input[type="time"].nine, .row input[type="time"].nine, input[type="url"].nine, .row input[type="url"].nine, textarea.nine, .row textarea.nine { width: 100% !important; }
183  input[type="text"].ten, .row input[type="text"].ten, input[type="password"].ten, .row input[type="password"].ten, input[type="date"].ten, .row input[type="date"].ten, input[type="datetime"].ten, .row input[type="datetime"].ten, input[type="email"].ten, .row input[type="email"].ten, input[type="number"].ten, .row input[type="number"].ten, input[type="search"].ten, .row input[type="search"].ten, input[type="tel"].ten, .row input[type="tel"].ten, input[type="time"].ten, .row input[type="time"].ten, input[type="url"].ten, .row input[type="url"].ten, textarea.ten, .row textarea.ten { width: 100% !important; }
184  input[type="text"].eleven, .row input[type="text"].eleven, input[type="password"].eleven, .row input[type="password"].eleven, input[type="date"].eleven, .row input[type="date"].eleven, input[type="datetime"].eleven, .row input[type="datetime"].eleven, input[type="email"].eleven, .row input[type="email"].eleven, input[type="number"].eleven, .row input[type="number"].eleven, input[type="search"].eleven, .row input[type="search"].eleven, input[type="tel"].eleven, .row input[type="tel"].eleven, input[type="time"].eleven, .row input[type="time"].eleven, input[type="url"].eleven, .row input[type="url"].eleven, textarea.eleven, .row textarea.eleven { width: 100% !important; }
185  input[type="text"].twelve, .row input[type="text"].twelve, input[type="password"].twelve, .row input[type="password"].twelve, input[type="date"].twelve, .row input[type="date"].twelve, input[type="datetime"].twelve, .row input[type="datetime"].twelve, input[type="email"].twelve, .row input[type="email"].twelve, input[type="number"].twelve, .row input[type="number"].twelve, input[type="search"].twelve, .row input[type="search"].twelve, input[type="tel"].twelve, .row input[type="tel"].twelve, input[type="time"].twelve, .row input[type="time"].twelve, input[type="url"].twelve, .row input[type="url"].twelve, textarea.twelve, .row textarea.twelve { width: 100% !important; } }
186/* Custom Forms ---------------------- */
187form.custom { /* Custom input, disabled */ }
188form.custom span.custom { display: inline-block; width: 16px; height: 16px; position: relative; top: 2px; border: solid 1px #ccc; background: #fff; }
189form.custom span.custom.radio { -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; }
190form.custom span.custom.checkbox:before { content: ""; display: block; line-height: 0.8; height: 14px; width: 14px; text-align: center; position: absolute; top: 0; left: 0; font-size: 14px; color: #fff; }
191form.custom span.custom.radio.checked:before { content: ""; display: block; width: 8px; height: 8px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; background: #222; position: relative; top: 3px; left: 3px; }
192form.custom span.custom.checkbox.checked:before { content: "\00d7"; color: #222; }
193form.custom div.custom.dropdown { display: block; position: relative; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; }
194form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; min-height: 28px; padding: 0; padding-left: 6px; padding-right: 38px; border: solid 1px #ddd; color: #141414; background-color: #fff; white-space: nowrap; }
195form.custom div.custom.dropdown a.selector { position: absolute; width: 27px; height: 28px; display: block; right: 0; top: 0; border: solid 1px #ddd; }
196form.custom div.custom.dropdown a.selector:after { content: ""; display: block; content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: #aaaaaa transparent transparent transparent; position: absolute; left: 50%; top: 50%; margin-top: -2px; margin-left: -5px; }
197form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: #222222 transparent transparent transparent; }
198form.custom div.custom.dropdown.open ul { display: block; z-index: 10; }
199form.custom div.custom.dropdown.small { width: 134px !important; }
200form.custom div.custom.dropdown.medium { width: 254px !important; }
201form.custom div.custom.dropdown.large { width: 434px !important; }
202form.custom div.custom.dropdown.expand { width: 100% !important; }
203form.custom div.custom.dropdown.open.small ul { width: 134px !important; }
204form.custom div.custom.dropdown.open.medium ul { width: 254px !important; }
205form.custom div.custom.dropdown.open.large ul { width: 434px !important; }
206form.custom div.custom.dropdown.open.expand ul { width: 100% !important; }
207form.custom div.custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: 0; top: 27px; margin: 0; padding: 0; background: #fff; background: rgba(255, 255, 255, 0.95); border: solid 1px #cccccc; }
208form.custom div.custom.dropdown ul li { color: #555; font-size: 13px; cursor: pointer; padding: 3px; padding-left: 6px; padding-right: 38px; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; }
209form.custom div.custom.dropdown ul li.selected { background: #cdebf5; color: #000; }
210form.custom div.custom.dropdown ul li.selected:after { content: "\2013"; position: absolute; right: 10px; }
211form.custom div.custom.dropdown ul li:hover { background-color: #e3f4f9; color: #222; }
212form.custom div.custom.dropdown ul li:hover:after { content: "\2013"; position: absolute; right: 10px; color: #8ed3e7; }
213form.custom div.custom.dropdown ul li.selected:hover { background: #cdebf5; cursor: default; color: #000; }
214form.custom div.custom.dropdown ul li.selected:hover:after { color: #000; }
215form.custom div.custom.dropdown ul.show { display: block; }
216form.custom .custom.disabled { background-color: #ddd; }
217
218/* Correct FF custom dropdown height */
219@-moz-document url-prefix() { form.custom div.custom.dropdown a.selector { height: 30px; } }
220
221.lt-ie9 form.custom div.custom.dropdown a.selector { height: 30px; }
222
223/* The Grid ---------------------- */
224.row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
225.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
226.row.collapse .column, .row.collapse .columns { padding: 0; }
227.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
228.row .row.collapse { margin: 0; }
229
230.column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
231.column.centered, .columns.centered { float: none; margin: 0 auto; }
232
233[class*="column"] + [class*="column"]:last-child { float: right; }
234
235[class*="column"] + [class*="column"].end { float: left; }
236
237.one, .row .one { width: 8.33333%; }
238
239.two, .row .two { width: 16.66667%; }
240
241.three, .row .three { width: 25%; }
242
243.four, .row .four { width: 33.33333%; }
244
245.five, .row .five { width: 41.66667%; }
246
247.six, .row .six { width: 50%; }
248
249.seven, .row .seven { width: 58.33333%; }
250
251.eight, .row .eight { width: 66.66667%; }
252
253.nine, .row .nine { width: 75%; }
254
255.ten, .row .ten { width: 83.33333%; }
256
257.eleven, .row .eleven { width: 91.66667%; }
258
259.twelve, .row .twelve { width: 100%; }
260
261.row .offset-by-one { margin-left: 8.33333%; }
262
263.row .offset-by-two { margin-left: 16.66667%; }
264
265.row .offset-by-three { margin-left: 25%; }
266
267.row .offset-by-four { margin-left: 33.33333%; }
268
269.row .offset-by-five { margin-left: 41.66667%; }
270
271.row .offset-by-six { margin-left: 50%; }
272
273.row .offset-by-seven { margin-left: 58.33333%; }
274
275.row .offset-by-eight { margin-left: 66.66667%; }
276
277.row .offset-by-nine { margin-left: 75%; }
278
279.row .offset-by-ten { margin-left: 83.33333%; }
280
281.push-two { left: 16.66667%; }
282
283.pull-two { right: 16.66667%; }
284
285.push-three { left: 25%; }
286
287.pull-three { right: 25%; }
288
289.push-four { left: 33.33333%; }
290
291.pull-four { right: 33.33333%; }
292
293.push-five { left: 41.66667%; }
294
295.pull-five { right: 41.66667%; }
296
297.push-six { left: 50%; }
298
299.pull-six { right: 50%; }
300
301.push-seven { left: 58.33333%; }
302
303.pull-seven { right: 58.33333%; }
304
305.push-eight { left: 66.66667%; }
306
307.pull-eight { right: 66.66667%; }
308
309.push-nine { left: 75%; }
310
311.pull-nine { right: 75%; }
312
313.push-ten { left: 83.33333%; }
314
315.pull-ten { right: 83.33333%; }
316
317img, object, embed { max-width: 100%; height: auto; }
318
319object, embed { height: 100%; }
320
321img { -ms-interpolation-mode: bicubic; }
322
323#map_canvas img, .map_canvas img { max-width: none!important; }
324
325/* Nicolas Gallagher's micro clearfix */
326.row { *zoom: 1; }
327.row:before, .row:after { content: ""; display: table; }
328.row:after { clear: both; }
329
330/* Mobile Grid and Overrides ---------------------- */
331@media only screen and (max-width: 767px) { body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
332  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
333  .column, .columns { width: auto !important; float: none; }
334  .column:last-child, .columns:last-child { float: none; }
335  [class*="column"] + [class*="column"]:last-child { float: none; }
336  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
337  .column:after, .columns:after { clear: both; }
338  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
339  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
340  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
341  /* Mobile 4-column Grid */
342  .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
343  .row .mobile-one:last-child { float: right; }
344  .row .mobile-one.end { float: left; }
345  .row.collapse .mobile-one { padding: 0; }
346  .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
347  .row .mobile-two:last-child { float: right; }
348  .row .mobile-two.end { float: left; }
349  .row.collapse .mobile-two { padding: 0; }
350  .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
351  .row .mobile-three:last-child { float: right; }
352  .row .mobile-three.end { float: left; }
353  .row.collapse .mobile-three { padding: 0; }
354  .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
355  .row .mobile-four:last-child { float: right; }
356  .row .mobile-four.end { float: left; }
357  .row.collapse .mobile-four { padding: 0; }
358  .push-one-mobile { left: 25%; }
359  .pull-one-mobile { right: 25%; }
360  .push-two-mobile { left: 50%; }
361  .pull-two-mobile { right: 50%; }
362  .push-three-mobile { left: 75%; }
363  .pull-three-mobile { right: 75%; } }
364/* Block Grids ---------------------- */
365/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
366for repeating blocks of content. Add 'mobile' to
367them to switch them just like the layout grid
368(one item per line) on phones
369
370For IE7/8 compatibility block-grid items need to be
371the same height. You can optionally uncomment the
372lines below to support arbitrary height, but know
373that IE7/8 do not support :nth-child.
374-------------------------------------------------- */
375.block-grid { display: block; overflow: hidden; padding: 0; }
376.block-grid > li { display: block; height: auto; float: left; }
377.block-grid.one-up { margin: 0; }
378.block-grid.one-up > li { width: 100%; padding: 0 0 15px; }
379.block-grid.two-up { margin: 0 -15px; }
380.block-grid.two-up > li { width: 50%; padding: 0 15px 15px; }
381.block-grid.two-up > li:nth-child(2n+1) { clear: both; }
382.block-grid.three-up { margin: 0 -12px; }
383.block-grid.three-up > li { width: 33.33%; padding: 0 12px 12px; }
384.block-grid.three-up > li:nth-child(3n+1) { clear: both; }
385.block-grid.four-up { margin: 0 -10px; }
386.block-grid.four-up > li { width: 25%; padding: 0 10px 10px; }
387.block-grid.four-up > li:nth-child(4n+1) { clear: both; }
388.block-grid.five-up { margin: 0 -8px; }
389.block-grid.five-up > li { width: 20%; padding: 0 8px 8px; }
390.block-grid.five-up > li:nth-child(5n+1) { clear: both; }
391
392/* Mobile Block Grids */
393@media only screen and (max-width: 767px) { .block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
394  .block-grid > li { clear: none !important; }
395  .block-grid.mobile-two-up > li { width: 50%; }
396  .block-grid.mobile-two-up > li:nth-child(2n+1) { clear: both; }
397  .block-grid.mobile-three-up > li { width: 33.33%; }
398  .block-grid.mobile-three-up > li:nth-child(3n+1) { clear: both !important; }
399  .block-grid.mobile-four-up > li { width: 25%; }
400  .block-grid.mobile-four-up > li:nth-child(4n+1) { clear: both; }
401  .block-grid.mobile-five-up > li:nth-child(5n+1) { clear: both; } }
402/* Requires globals.css */
403/* Normal Buttons ---------------------- */
404.button { width: auto; background: #2ba6cb; border: 1px solid #1e728c; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; cursor: pointer; display: inline-block; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: bold; line-height: 1; margin: 0; outline: none; padding: 10px 20px 11px; position: relative; text-align: center; text-decoration: none; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ }
405.button:hover { color: white; background-color: #2284a1; }
406.button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
407.button:focus { -webkit-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; }
408.button.large { font-size: 17px; padding: 15px 30px 16px; }
409.button.medium { font-size: 14px; }
410.button.small { font-size: 11px; padding: 7px 14px 8px; }
411.button.tiny { font-size: 10px; padding: 5px 10px 6px; }
412.button.expand { width: 100%; text-align: center; }
413.button.primary { background-color: #2ba6cb; border: 1px solid #1e728c; }
414.button.primary:hover { background-color: #2284a1; }
415.button.primary:focus { -webkit-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #2ba6cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
416.button.success { background-color: #5da423; border: 1px solid #396516; }
417.button.success:hover { background-color: #457a1a; }
418.button.success:focus { -webkit-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
419.button.alert { background-color: #c60f13; border: 1px solid #7f0a0c; }
420.button.alert:hover { background-color: #970b0e; }
421.button.alert:focus { -webkit-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
422.button.secondary { background-color: #e9e9e9; color: #1d1d1d; border: 1px solid #c3c3c3; }
423.button.secondary:hover { background-color: #d0d0d0; }
424.button.secondary:focus { -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
425.button.radius { -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
426.button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
427.button.full-width { width: 100%; text-align: center; padding-left: 0px !important; padding-right: 0px !important; }
428.button.left-align { text-align: left; text-indent: 12px; }
429.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; background: #2ba6cb; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
430.button.disabled :hover, .button[disabled] :hover { background: #2ba6cb; }
431.button.disabled.success, .button[disabled].success { background-color: #5da423; }
432.button.disabled.success:hover, .button[disabled].success:hover { background-color: #5da423; }
433.button.disabled.alert, .button[disabled].alert { background-color: #c60f13; }
434.button.disabled.alert:hover, .button[disabled].alert:hover { background-color: #c60f13; }
435.button.disabled.secondary, .button[disabled].secondary { background-color: #e9e9e9; }
436.button.disabled.secondary:hover, .button[disabled].secondary:hover { background-color: #e9e9e9; }
437
438/* Don't use native buttons on iOS */
439input[type=submit].button, button.button { -webkit-appearance: none; }
440
441@media only screen and (max-width: 767px) { .button { display: block; }
442  button.button, input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; } }
443/* Correct FF button padding */
444@-moz-document url-prefix() { button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; padding: 0; }
445  input[type="submit"].tiny.button { padding: 3px 10px 4px; }
446  input[type="submit"].small.button { padding: 5px 14px 6px; }
447  input[type="submit"].button, input[type=submit].medium.button { padding: 8px 20px 9px; }
448  input[type="submit"].large.button { padding: 13px 30px 14px; } }
449
450/* Buttons with Dropdowns ---------------------- */
451.button.dropdown { position: relative; padding-right: 44px; /* Sizes */ /* Triangles */ /* Flyout List */ /* Split Dropdown Buttons */ }
452.button.dropdown.large { padding-right: 60px; }
453.button.dropdown.small { padding-right: 28px; }
454.button.dropdown.tiny { padding-right: 20px; }
455.button.dropdown:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; right: 20px; margin-top: -2px; }
456.button.dropdown.large:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; right: 30px; }
457.button.dropdown.small:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-top: -2px; right: 14px; }
458.button.dropdown.tiny:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; right: 10px; }
459.button.dropdown > ul { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; display: none; position: absolute; left: -1px; background: #fff; background: rgba(255, 255, 255, 0.95); list-style: none; margin: 0; padding: 0; border: 1px solid #cccccc; border-top: none; min-width: 100%; z-index: 40; }
460.button.dropdown > ul li { width: 100%; cursor: pointer; padding: 0; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; }
461.button.dropdown > ul li a { display: block; color: #555; font-size: 13px; font-weight: normal; padding: 6px 14px; text-align: left; }
462.button.dropdown > ul li:hover { background-color: #e3f4f9; color: #222; }
463.button.dropdown > ul li.divider { min-height: 0; padding: 0; height: 1px; margin: 4px 0; background: #ededed; }
464.button.dropdown.up > ul { border-top: 1px solid #cccccc; border-bottom: none; }
465.button.dropdown ul.no-hover.show-dropdown { display: block !important; }
466.button.dropdown:hover > ul.no-hover { display: none; }
467.button.dropdown.split { padding: 0; position: relative; /* Sizes */ /* Triangle Spans */ /* Colors */ }
468.button.dropdown.split:after { display: none; }
469.button.dropdown.split:hover { background-color: #2ba6cb; }
470.button.dropdown.split.alert:hover { background-color: #c60f13; }
471.button.dropdown.split.success:hover { background-color: #5da423; }
472.button.dropdown.split.secondary:hover { background-color: #e9e9e9; }
473.button.dropdown.split > a { color: white; display: block; padding: 10px 50px 11px 20px; padding-left: 20px; padding-right: 50px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
474.button.dropdown.split > a:hover { background-color: #2284a1; }
475.button.dropdown.split.large > a { padding: 15px 75px 16px 30px; padding-left: 30px; padding-right: 75px; }
476.button.dropdown.split.small > a { padding: 7px 35px 8px 14px; padding-left: 14px; padding-right: 35px; }
477.button.dropdown.split.tiny > a { padding: 5px 25px 6px 10px; padding-left: 10px; padding-right: 25px; }
478.button.dropdown.split > span { background-color: #2ba6cb; position: absolute; right: 0; top: 0; height: 100%; width: 30px; border-left: 1px solid #1e728c; -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; }
479.button.dropdown.split > span:hover { background-color: #2284a1; }
480.button.dropdown.split > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; left: 50%; margin-left: -6px; margin-top: -2px; }
481.button.dropdown.split.secondary > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #1d1d1d transparent transparent transparent; }
482.button.dropdown.split.large span { width: 45px; }
483.button.dropdown.split.small span { width: 21px; }
484.button.dropdown.split.tiny span { width: 15px; }
485.button.dropdown.split.large span:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; margin-left: -7px; }
486.button.dropdown.split.small span:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -4px; }
487.button.dropdown.split.tiny span:after { content: ""; display: block; width: 0; height: 0; border: solid 3px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -3px; }
488.button.dropdown.split.alert > span { background-color: #c60f13; border-left-color: #7f0a0c; }
489.button.dropdown.split.success > span { background-color: #5da423; border-left-color: #396516; }
490.button.dropdown.split.secondary > span { background-color: #e9e9e9; border-left-color: #c3c3c3; }
491.button.dropdown.split.secondary > a { color: #1d1d1d; }
492.button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover { background-color: #970b0e; }
493.button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover { background-color: #457a1a; }
494.button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover { background-color: #d0d0d0; }
495
496/* Button Groups ---------------------- */
497ul.button-group { list-style: none; padding: 0; margin: 0 0 12px; *zoom: 1; }
498ul.button-group:before, ul.button-group:after { content: ""; display: table; }
499ul.button-group:after { clear: both; }
500ul.button-group li { padding: 0; margin: 0 0 0 -1px; float: left; }
501ul.button-group li:first-child { margin-left: 0; }
502ul.button-group.radius li a.button, ul.button-group.radius li a.button.radius, ul.button-group.radius li a.button-rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
503ul.button-group.radius li:first-child a.button, ul.button-group.radius li:first-child a.button.radius { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
504ul.button-group.radius li:first-child a.button.rounded { -moz-border-radius-topleft: 1000px; -webkit-border-top-left-radius: 1000px; border-top-left-radius: 1000px; -moz-border-radius-bottomleft: 1000px; -webkit-border-bottom-left-radius: 1000px; border-bottom-left-radius: 1000px; }
505ul.button-group.radius li:last-child a.button, ul.button-group.radius li:last-child a.button.radius { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
506ul.button-group.radius li:last-child a.button.rounded { -moz-border-radius-topright: 1000px; -webkit-border-top-right-radius: 1000px; border-top-right-radius: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-bottom-right-radius: 1000px; border-bottom-right-radius: 1000px; }
507ul.button-group.even a.button { width: 100%; }
508ul.button-group.even.two-up li { width: 50%; }
509ul.button-group.even.three-up li { width: 33.3%; }
510ul.button-group.even.three-up li:first-child { width: 33.4%; }
511ul.button-group.even.four-up li { width: 25%; }
512ul.button-group.even.five-up li { width: 20%; }
513
514@media only screen and (max-width: 767px) { .button-group button.button, .button-group input[type="submit"].button { width: auto; padding: 10px 20px 11px; }
515  .button-group button.button.large, .button-group input[type="submit"].button.large { padding: 15px 30px 16px; }
516  .button-group button.button.medium, .button-group input[type="submit"].button.medium { padding: 10px 20px 11px; }
517  .button-group button.button.small, .button-group input[type="submit"].button.small { padding: 7px 14px 8px; }
518  .button-group button.button.tiny, .button-group input[type="submit"].button.tiny { padding: 5px 10px 6px; }
519  .button-group.even button.button, .button-group.even input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; } }
520div.button-bar { overflow: hidden; }
521div.button-bar ul.button-group { float: left; margin-right: 8px; }
522div.button-bar ul.button-group:last-child { margin-left: 0; }
523
524/* Requires globals.css */
525.nav-bar { height: 40px; background: #4d4d4d; margin-top: 20px; padding: 0; }
526.nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; border: 1px solid #333333; border-right: none; line-height: 38px; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; }
527.nav-bar > li:first-child { -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
528.nav-bar > li:last-child { border-right: solid 1px #333333; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); }
529.nav-bar > li.active { background: #2ba6cb; border-color: #2284a1; }
530.nav-bar > li.active > a { color: white; cursor: default; }
531.nav-bar > li.active:hover { background: #2ba6cb; cursor: default; }
532.nav-bar > li:hover { background: #333333; }
533.nav-bar > li > a { color: #e6e6e6; }
534.nav-bar > li ul { margin-bottom: 0; }
535.nav-bar > li .flyout { display: none; }
536.nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; }
537.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; }
538.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; }
539.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
540.nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; }
541.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; }
542.nav-bar > li > input { margin: 0 10px; }
543.nav-bar.vertical { height: auto; margin-top: 0; }
544.nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #333333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
545.nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; }
546.nav-bar.vertical > li .flyout { left: 100%; top: -1px; }
547.nav-bar.vertical > li .flyout.right { left: auto; right: 100%; }
548.nav-bar.vertical > li.active { border-right: solid 1px #2284a1; }
549.nav-bar.vertical > li:last-child { border-bottom: solid 1px #333333; }
550
551.flyout { background: #f2f2f2; padding: 20px; margin: 0; border: 1px solid #d9d9d9; position: absolute; top: 39px; left: -1px; width: 250px; z-index: 40; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* remove margin on any first-child element */ /* remove margin on last element */ }
552.flyout p { line-height: 1.2; font-size: 13px; }
553.flyout *:first-child { margin-top: 0; }
554.flyout *:last-child { margin-bottom: 0; }
555.flyout.small { width: 166.66667px; }
556.flyout.large { width: 437.5px; }
557.flyout.right { left: auto; right: -2px; }
558.flyout.left { right: auto; left: -2px; }
559.flyout.up { top: auto; bottom: 39px; }
560
561ul.flyout, .nav-bar li ul { padding: 0; list-style: none; }
562ul.flyout li, .nav-bar li ul li { border-left: solid 3px #CCC; }
563ul.flyout li a, .nav-bar li ul li a { background: #f2f2f2; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
564ul.flyout li a:hover, .nav-bar li ul li a:hover { background: #ebebeb; color: #333; }
565ul.flyout li.active, .nav-bar li ul li.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
566ul.flyout li.active a, .nav-bar li ul li.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
567
568/* Mobile Styles */
569@media only screen and (max-device-width: 1280px) { .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } }
570@media only screen and (max-width: 1279px) and (min-width: 768px) { .touch .nav-bar li a { font-size: 13px; font-size: 1.3rem; }
571  .touch .nav-bar li.has-flyout > a.flyout-toggle { padding: 20px !important; }
572  .touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } }
573@media only screen and (max-width: 767px) { .nav-bar { height: auto; }
574  .nav-bar > li { float: none; display: block; border-right: none; }
575  .nav-bar > li > a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; }
576  .nav-bar > li:first-child > a.main { border-top: none; }
577  .nav-bar > li.has-flyout > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
578  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; }
579  .nav-bar > li.has-flyout > a.flyout-toggle:hover span { border-top-color: #141414; }
580  .nav-bar.vertical > li.has-flyout > .flyout { left: 0; }
581  .flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px; }
582  .flyout.right { float: none; right: auto; left: -1px; }
583  .flyout.small, .flyout.large { width: 100% !important; }
584  .flyout p:last-child { margin-bottom: 18px; } }
585/* CSS for jQuery Orbit Plugin 1.4.0 Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php
586*/
587/* Container ---------------------- */
588div.orbit-wrapper { width: 1px; height: 1px; position: relative; }
589
590div.orbit { width: 1px; height: 1px; position: relative; overflow: hidden; margin-bottom: 17px; }
591
592div.orbit.with-bullets { margin-bottom: 40px; }
593
594div.orbit .orbit-slide { max-width: 100%; position: absolute; top: 0; left: 0; }
595
596div.orbit a.orbit-slide { border: none; line-height: 0; display: none; }
597
598div.orbit div.orbit-slide { width: 100%; height: 100%; }
599
600/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
601/* Timer ---------------------- */
602div.orbit-wrapper div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; opacity: .6; cursor: pointer; z-index: 31; }
603
604div.orbit-wrapper span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('../images/foundation/orbit/rotator-black.png') no-repeat; z-index: 3; }
605
606div.orbit-wrapper span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
607
608div.orbit-wrapper span.rotator.move { left: 0; }
609
610div.orbit-wrapper span.mask.move { width: 40px; left: 0; background: url('../images/foundation/orbit/timer-black.png') repeat 0 0; }
611
612div.orbit-wrapper span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url('../images/foundation/orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
613
614div.orbit-wrapper span.pause.active { background: url('../images/foundation/orbit/pause-black.png') no-repeat 0 -40px; }
615
616div.orbit-wrapper div.timer:hover span.pause, div.orbit-wrapper span.pause.active { opacity: 1; }
617
618/* Captions ---------------------- */
619.orbit-caption { display: none; font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }
620
621.orbit-wrapper .orbit-caption { background: #000; background: rgba(0, 0, 0, 0.6); z-index: 30; color: #fff; text-align: center; padding: 7px 0; font-size: 13px; font-size: 1.3rem; position: absolute; right: 0; bottom: 0; width: 100%; }
622
623/* Directional Nav ---------------------- */
624div.orbit-wrapper div.slider-nav { display: block; }
625
626div.orbit-wrapper div.slider-nav span { width: 39px; height: 50px; text-indent: -9999px; position: absolute; z-index: 30; top: 50%; margin-top: -25px; cursor: pointer; }
627
628div.orbit-wrapper div.slider-nav span.right { background: url('..

Large files files are truncated, but you can click here to view the full file