diff --git a/sites/all/themes/gui/jee/css/jee.css b/sites/all/themes/gui/jee/css/jee.css index 6b88c88..370d27b 100644 --- a/sites/all/themes/gui/jee/css/jee.css +++ b/sites/all/themes/gui/jee/css/jee.css @@ -1,5040 +1,116 @@ -/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ -/** - * 1. Set default font family to sans-serif. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. - */ -/* line 9, ../bower_components/foundation/scss/normalize.scss */ -html { - font-family: sans-serif; - /* 1 */ - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ -} - -/** - * Remove default margin. - */ -/* line 19, ../bower_components/foundation/scss/normalize.scss */ -body { - margin: 0; -} - -/* HTML5 display definitions - ========================================================================== */ -/** - * Correct `block` display not defined for any HTML5 element in IE 8/9. - * Correct `block` display not defined for `details` or `summary` in IE 10/11 - * and Firefox. - * Correct `block` display not defined for `main` in IE 11. - */ -/* line 33, ../bower_components/foundation/scss/normalize.scss */ -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -menu, -nav, -section, -summary { - display: block; -} - -/** - * 1. Correct `inline-block` display not defined in IE 8/9. - * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. - */ -/* line 54, ../bower_components/foundation/scss/normalize.scss */ -audio, -canvas, -progress, -video { - display: inline-block; - /* 1 */ - vertical-align: baseline; - /* 2 */ -} - -/** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. - */ -/* line 67, ../bower_components/foundation/scss/normalize.scss */ -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * Address `[hidden]` styling not present in IE 8/9/10. - * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. - */ -/* line 77, ../bower_components/foundation/scss/normalize.scss */ -[hidden], -template { - display: none; -} - -/* Links - ========================================================================== */ -/** - * Remove the gray background color from active links in IE 10. - */ -/* line 89, ../bower_components/foundation/scss/normalize.scss */ -a { - background-color: transparent; -} - -/** - * Improve readability when focused and also mouse hovered in all browsers. - */ -/* line 97, ../bower_components/foundation/scss/normalize.scss */ -a:active, -a:hover { - outline: 0; -} - -/* Text-level semantics - ========================================================================== */ -/** - * Address styling not present in IE 8/9/10/11, Safari, and Chrome. - */ -/* line 109, ../bower_components/foundation/scss/normalize.scss */ -abbr[title] { - border-bottom: 1px dotted; -} - -/** - * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. - */ -/* line 117, ../bower_components/foundation/scss/normalize.scss */ -b, -strong { - font-weight: bold; -} - -/** - * Address styling not present in Safari and Chrome. - */ -/* line 126, ../bower_components/foundation/scss/normalize.scss */ -dfn { - font-style: italic; -} - -/** - * Address variable `h1` font-size and margin within `section` and `article` - * contexts in Firefox 4+, Safari, and Chrome. - */ -/* line 135, ../bower_components/foundation/scss/normalize.scss */ -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/** - * Address styling not present in IE 8/9. - */ -/* line 144, ../bower_components/foundation/scss/normalize.scss */ -mark { - background: #ff0; - color: #000; -} - -/** - * Address inconsistent and variable font size in all browsers. - */ -/* line 153, ../bower_components/foundation/scss/normalize.scss */ -small { - font-size: 80%; -} - -/** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. - */ -/* line 161, ../bower_components/foundation/scss/normalize.scss */ -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -/* line 169, ../bower_components/foundation/scss/normalize.scss */ -sup { - top: -0.5em; -} - -/* line 173, ../bower_components/foundation/scss/normalize.scss */ -sub { - bottom: -0.25em; -} - -/* Embedded content - ========================================================================== */ -/** - * Remove border when inside `a` element in IE 8/9/10. - */ -/* line 184, ../bower_components/foundation/scss/normalize.scss */ -img { - border: 0; -} - -/** - * Correct overflow not hidden in IE 9/10/11. - */ -/* line 192, ../bower_components/foundation/scss/normalize.scss */ -svg:not(:root) { - overflow: hidden; -} - -/* Grouping content - ========================================================================== */ -/** - * Address margin not present in IE 8/9 and Safari. - */ -/* line 203, ../bower_components/foundation/scss/normalize.scss */ -figure { - margin: 1em 40px; -} - -/** - * Address differences between Firefox and other browsers. - */ -/* line 211, ../bower_components/foundation/scss/normalize.scss */ -hr { - box-sizing: content-box; - height: 0; -} - -/** - * Contain overflow in all browsers. - */ -/* line 221, ../bower_components/foundation/scss/normalize.scss */ -pre { - overflow: auto; -} - -/** - * Address odd `em`-unit font size rendering in all browsers. - */ -/* line 229, ../bower_components/foundation/scss/normalize.scss */ -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em; -} - -/* Forms - ========================================================================== */ -/** - * Known limitation: by default, Chrome and Safari on OS X allow very limited - * styling of `select`, unless a `border` property is set. - */ -/** - * 1. Correct color not being inherited. - * Known issue: affects color of disabled elements. - * 2. Correct font properties not being inherited. - * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. - */ -/* line 252, ../bower_components/foundation/scss/normalize.scss */ -button, -input, -optgroup, -select, -textarea { - color: inherit; - /* 1 */ - font: inherit; - /* 2 */ - margin: 0; - /* 3 */ -} - -/** - * Address `overflow` set to `hidden` in IE 8/9/10/11. - */ -/* line 266, ../bower_components/foundation/scss/normalize.scss */ -button { - overflow: visible; -} - -/** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. - * Correct `select` style inheritance in Firefox. - */ -/* line 277, ../bower_components/foundation/scss/normalize.scss */ -button, -select { - text-transform: none; -} - -/** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - */ -/* line 290, ../bower_components/foundation/scss/normalize.scss */ -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ -} - -/** - * Re-set default cursor for disabled elements. - */ -/* line 302, ../bower_components/foundation/scss/normalize.scss */ -button[disabled], -html input[disabled] { - cursor: default; -} - -/** - * Remove inner padding and border in Firefox 4+. - */ -/* line 311, ../bower_components/foundation/scss/normalize.scss */ -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/** - * Address Firefox 4+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. - */ -/* line 322, ../bower_components/foundation/scss/normalize.scss */ -input { - line-height: normal; -} - -/** - * It's recommended that you don't attempt to style these elements. - * Firefox's implementation doesn't respect box-sizing, padding, or width. - * - * 1. Address box sizing set to `content-box` in IE 8/9/10. - * 2. Remove excess padding in IE 8/9/10. - */ -/* line 334, ../bower_components/foundation/scss/normalize.scss */ -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ -} - -/** - * Fix the cursor style for Chrome's increment/decrement buttons. For certain - * `font-size` values of the `input`, it causes the cursor style of the - * decrement button to change from `default` to `text`. - */ -/* line 346, ../bower_components/foundation/scss/normalize.scss */ -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; -} - -/** - * 1. Address `appearance` set to `searchfield` in Safari and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari and Chrome - * (include `-moz` to future-proof). - */ -/* line 357, ../bower_components/foundation/scss/normalize.scss */ -input[type="search"] { - -webkit-appearance: textfield; - /* 1 */ - /* 2 */ - box-sizing: content-box; -} - -/** - * Remove inner padding and search cancel button in Safari and Chrome on OS X. - * Safari (but not Chrome) clips the cancel button when the search input has - * padding (and `textfield` appearance). - */ -/* line 370, ../bower_components/foundation/scss/normalize.scss */ -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * Define consistent border, margin, and padding. - */ -/* line 379, ../bower_components/foundation/scss/normalize.scss */ -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} - -/** - * 1. Correct `color` not being inherited in IE 8/9/10/11. - * 2. Remove padding so people aren't caught out if they zero out fieldsets. - */ -/* line 390, ../bower_components/foundation/scss/normalize.scss */ -legend { - border: 0; - /* 1 */ - padding: 0; - /* 2 */ -} - -/** - * Remove default vertical scrollbar in IE 8/9/10/11. - */ -/* line 399, ../bower_components/foundation/scss/normalize.scss */ -textarea { - overflow: auto; -} - -/** - * Don't inherit the `font-weight` (applied by a rule above). - * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. - */ -/* line 408, ../bower_components/foundation/scss/normalize.scss */ -optgroup { - font-weight: bold; -} - -/* Tables - ========================================================================== */ -/** - * Remove most spacing between table cells. - */ -/* line 419, ../bower_components/foundation/scss/normalize.scss */ -table { - border-collapse: collapse; - border-spacing: 0; -} - -/* line 424, ../bower_components/foundation/scss/normalize.scss */ -td, -th { - padding: 0; -} - -/* line 347, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-version { - font-family: "/5.5.0/"; -} - -/* line 351, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-mq-small { - font-family: "/only screen/"; - width: 0; -} - -/* line 356, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-mq-small-only { - font-family: "/only screen and (max-width: 40em)/"; - width: 0; -} - -/* line 361, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-mq-medium { - font-family: "/only screen and (min-width:40.063em)/"; - width: 40.063em; -} - -/* line 366, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-mq-medium-only { - font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/"; - width: 40.063em; -} - -/* line 371, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-mq-large { - font-family: "/only screen and (min-width:64.063em)/"; - width: 64.063em; -} - -/* line 376, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-mq-large-only { - font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/"; - width: 64.063em; -} - -/* line 381, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-mq-xlarge { - font-family: "/only screen and (min-width:90.063em)/"; - width: 90.063em; -} - -/* line 386, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-mq-xlarge-only { - font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/"; - width: 90.063em; -} - -/* line 391, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-mq-xxlarge { - font-family: "/only screen and (min-width:120.063em)/"; - width: 120.063em; -} - -/* line 396, ../bower_components/foundation/scss/foundation/components/_global.scss */ -meta.foundation-data-attribute-namespace { - font-family: false; -} - -/* line 403, ../bower_components/foundation/scss/foundation/components/_global.scss */ -html, body { - height: 100%; -} - -/* line 406, ../bower_components/foundation/scss/foundation/components/_global.scss */ -*, -*:before, -*:after { - box-sizing: border-box; -} - -/* line 412, ../bower_components/foundation/scss/foundation/components/_global.scss */ -html, -body { - font-size: 100%; -} - -/* line 416, ../bower_components/foundation/scss/foundation/components/_global.scss */ -body { - background: #fff; - color: #222; - padding: 0; - margin: 0; - font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; - font-weight: normal; - font-style: normal; - line-height: 1.5; - position: relative; - cursor: auto; -} - -/* line 429, ../bower_components/foundation/scss/foundation/components/_global.scss */ -a:hover { - cursor: pointer; -} - -/* line 432, ../bower_components/foundation/scss/foundation/components/_global.scss */ -img { - max-width: 100%; - height: auto; -} - -/* line 434, ../bower_components/foundation/scss/foundation/components/_global.scss */ -img { - -ms-interpolation-mode: bicubic; -} - -/* line 438, ../bower_components/foundation/scss/foundation/components/_global.scss */ -#map_canvas img, -#map_canvas embed, -#map_canvas object, -.map_canvas img, -.map_canvas embed, -.map_canvas object { - max-width: none !important; -} - -/* line 445, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.left { - float: left !important; -} - -/* line 446, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.right { - float: right !important; -} - -/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.clearfix:before, .clearfix:after { - content: " "; - display: table; -} -/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.clearfix:after { - clear: both; -} - -/* line 450, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.hide { - display: none !important; - visibility: hidden; -} - -/* line 456, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.invisible { - visibility: hidden; -} - -/* line 462, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.antialiased { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -/* line 465, ../bower_components/foundation/scss/foundation/components/_global.scss */ -img { - display: inline-block; - vertical-align: middle; -} - -/* line 475, ../bower_components/foundation/scss/foundation/components/_global.scss */ -textarea { - height: auto; - min-height: 50px; -} - -/* line 478, ../bower_components/foundation/scss/foundation/components/_global.scss */ -select { - width: 100%; -} - -/* line 155, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.text-left { - text-align: left !important; -} - -/* line 156, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.text-right { - text-align: right !important; -} - -/* line 157, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.text-center { - text-align: center !important; -} - -/* line 158, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.text-justify { - text-align: justify !important; -} - -@media only screen and (max-width: 40em) { - /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .small-only-text-left { - text-align: left !important; - } - - /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .small-only-text-right { - text-align: right !important; - } - - /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .small-only-text-center { - text-align: center !important; - } - - /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .small-only-text-justify { - text-align: justify !important; - } -} -@media only screen { - /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .small-text-left { - text-align: left !important; - } - - /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .small-text-right { - text-align: right !important; - } - - /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .small-text-center { - text-align: center !important; - } - - /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .small-text-justify { - text-align: justify !important; - } -} -@media only screen and (min-width: 40.063em) and (max-width: 64em) { - /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .medium-only-text-left { - text-align: left !important; - } - - /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .medium-only-text-right { - text-align: right !important; - } - - /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .medium-only-text-center { - text-align: center !important; - } - - /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .medium-only-text-justify { - text-align: justify !important; - } -} -@media only screen and (min-width: 40.063em) { - /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .medium-text-left { - text-align: left !important; - } - - /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .medium-text-right { - text-align: right !important; - } - - /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .medium-text-center { - text-align: center !important; - } - - /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .medium-text-justify { - text-align: justify !important; - } -} -@media only screen and (min-width: 64.063em) and (max-width: 90em) { - /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .large-only-text-left { - text-align: left !important; - } - - /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .large-only-text-right { - text-align: right !important; - } - - /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .large-only-text-center { - text-align: center !important; - } - - /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .large-only-text-justify { - text-align: justify !important; - } -} -@media only screen and (min-width: 64.063em) { - /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .large-text-left { - text-align: left !important; - } - - /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .large-text-right { - text-align: right !important; - } - - /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .large-text-center { - text-align: center !important; - } - - /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .large-text-justify { - text-align: justify !important; - } -} -@media only screen and (min-width: 90.063em) and (max-width: 120em) { - /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xlarge-only-text-left { - text-align: left !important; - } - - /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xlarge-only-text-right { - text-align: right !important; - } - - /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xlarge-only-text-center { - text-align: center !important; - } - - /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xlarge-only-text-justify { - text-align: justify !important; - } -} -@media only screen and (min-width: 90.063em) { - /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xlarge-text-left { - text-align: left !important; - } - - /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xlarge-text-right { - text-align: right !important; - } - - /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xlarge-text-center { - text-align: center !important; - } - - /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xlarge-text-justify { - text-align: justify !important; - } -} -@media only screen and (min-width: 120.063em) and (max-width: 99999999em) { - /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xxlarge-only-text-left { - text-align: left !important; - } - - /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xxlarge-only-text-right { - text-align: right !important; - } - - /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xxlarge-only-text-center { - text-align: center !important; - } - - /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xxlarge-only-text-justify { - text-align: justify !important; - } -} -@media only screen and (min-width: 120.063em) { - /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xxlarge-text-left { - text-align: left !important; - } - - /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xxlarge-text-right { - text-align: right !important; - } - - /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xxlarge-text-center { - text-align: center !important; - } - - /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .xxlarge-text-justify { - text-align: justify !important; - } -} -/* Typography resets */ -/* line 193, ../bower_components/foundation/scss/foundation/components/_type.scss */ -div, -dl, -dt, -dd, -ul, -ol, -li, -h1, -h2, -h3, -h4, -h5, -h6, -pre, -form, -p, -blockquote, -th, -td { - margin: 0; - padding: 0; -} - -/* Default Link Styles */ -/* line 217, ../bower_components/foundation/scss/foundation/components/_type.scss */ -a { - color: #008CBA; - text-decoration: none; - line-height: inherit; -} -/* line 222, ../bower_components/foundation/scss/foundation/components/_type.scss */ -a:hover, a:focus { - color: #0078a0; -} -/* line 230, ../bower_components/foundation/scss/foundation/components/_type.scss */ -a img { - border: none; -} - -/* Default paragraph styles */ -/* line 234, ../bower_components/foundation/scss/foundation/components/_type.scss */ -p { - font-family: inherit; - font-weight: normal; - font-size: 1rem; - line-height: 1.6; - margin-bottom: 1.25rem; - text-rendering: optimizeLegibility; -} -/* line 242, ../bower_components/foundation/scss/foundation/components/_type.scss */ -p.lead { - font-size: 1.21875rem; - line-height: 1.6; -} -/* line 244, ../bower_components/foundation/scss/foundation/components/_type.scss */ -p aside { - font-size: 0.875rem; - line-height: 1.35; - font-style: italic; -} - -/* Default header styles */ -/* line 252, ../bower_components/foundation/scss/foundation/components/_type.scss */ -h1, h2, h3, h4, h5, h6 { - font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; - font-weight: normal; - font-style: normal; - color: #222222; - text-rendering: optimizeLegibility; - margin-top: 0.2rem; - margin-bottom: 0.5rem; - line-height: 1.4; -} -/* line 262, ../bower_components/foundation/scss/foundation/components/_type.scss */ -h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { - font-size: 60%; - color: #6f6f6f; - line-height: 0; -} - -/* line 269, ../bower_components/foundation/scss/foundation/components/_type.scss */ -h1 { - font-size: 2.125rem; -} - -/* line 270, ../bower_components/foundation/scss/foundation/components/_type.scss */ -h2 { - font-size: 1.6875rem; -} - -/* line 271, ../bower_components/foundation/scss/foundation/components/_type.scss */ -h3 { - font-size: 1.375rem; -} - -/* line 272, ../bower_components/foundation/scss/foundation/components/_type.scss */ -h4 { - font-size: 1.125rem; -} - -/* line 273, ../bower_components/foundation/scss/foundation/components/_type.scss */ -h5 { - font-size: 1.125rem; -} - -/* line 274, ../bower_components/foundation/scss/foundation/components/_type.scss */ -h6 { - font-size: 1rem; -} - -/* line 276, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.subheader { - line-height: 1.4; - color: #6f6f6f; - font-weight: normal; - margin-top: 0.2rem; - margin-bottom: 0.5rem; -} - -/* line 278, ../bower_components/foundation/scss/foundation/components/_type.scss */ -hr { - border: solid #DDDDDD; - border-width: 1px 0 0; - clear: both; - margin: 1.25rem 0 1.1875rem; - height: 0; -} - -/* Helpful Typography Defaults */ -/* line 287, ../bower_components/foundation/scss/foundation/components/_type.scss */ -em, -i { - font-style: italic; - line-height: inherit; -} - -/* line 293, ../bower_components/foundation/scss/foundation/components/_type.scss */ -strong, -b { - font-weight: bold; - line-height: inherit; -} - -/* line 299, ../bower_components/foundation/scss/foundation/components/_type.scss */ -small { - font-size: 60%; - line-height: inherit; -} - -/* line 304, ../bower_components/foundation/scss/foundation/components/_type.scss */ -code { - font-family: Consolas, "Liberation Mono", Courier, monospace; - font-weight: normal; - color: #333333; - background-color: #f8f8f8; - border-width: 1px; - border-style: solid; - border-color: #dfdfdf; - padding: 0.125rem 0.3125rem 0.0625rem; -} - -/* Lists */ -/* line 316, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ul, -ol, -dl { - font-size: 1rem; - line-height: 1.6; - margin-bottom: 1.25rem; - list-style-position: outside; - font-family: inherit; -} - -/* line 326, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ul { - margin-left: 1.1rem; -} -/* line 328, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ul.no-bullet { - margin-left: 0; -} -/* line 331, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ul.no-bullet li ul, -ul.no-bullet li ol { - margin-left: 1.25rem; - margin-bottom: 0; - list-style: none; -} - -/* Unordered Lists */ -/* line 344, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ul li ul, -ul li ol { - margin-left: 1.25rem; - margin-bottom: 0; -} -/* line 353, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ul.square li ul, ul.circle li ul, ul.disc li ul { - list-style: inherit; -} -/* line 356, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ul.square { - list-style-type: square; - margin-left: 1.1rem; -} -/* line 357, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ul.circle { - list-style-type: circle; - margin-left: 1.1rem; -} -/* line 358, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ul.disc { - list-style-type: disc; - margin-left: 1.1rem; -} -/* line 359, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ul.no-bullet { - list-style: none; -} - -/* Ordered Lists */ -/* line 363, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ol { - margin-left: 1.4rem; -} -/* line 366, ../bower_components/foundation/scss/foundation/components/_type.scss */ -ol li ul, -ol li ol { - margin-left: 1.25rem; - margin-bottom: 0; -} - -/* Definition Lists */ -/* line 376, ../bower_components/foundation/scss/foundation/components/_type.scss */ -dl dt { - margin-bottom: 0.3rem; - font-weight: bold; -} -/* line 380, ../bower_components/foundation/scss/foundation/components/_type.scss */ -dl dd { - margin-bottom: 0.75rem; -} - -/* Abbreviations */ -/* line 384, ../bower_components/foundation/scss/foundation/components/_type.scss */ -abbr, -acronym { - text-transform: uppercase; - font-size: 90%; - color: #222; - cursor: help; -} - -/* line 391, ../bower_components/foundation/scss/foundation/components/_type.scss */ -abbr { - text-transform: none; -} -/* line 393, ../bower_components/foundation/scss/foundation/components/_type.scss */ -abbr[title] { - border-bottom: 1px dotted #DDDDDD; -} - -/* Blockquotes */ -/* line 399, ../bower_components/foundation/scss/foundation/components/_type.scss */ -blockquote { - margin: 0 0 1.25rem; - padding: 0.5625rem 1.25rem 0 1.1875rem; - border-left: 1px solid #DDDDDD; -} -/* line 404, ../bower_components/foundation/scss/foundation/components/_type.scss */ -blockquote cite { - display: block; - font-size: 0.8125rem; - color: #555555; -} -/* line 408, ../bower_components/foundation/scss/foundation/components/_type.scss */ -blockquote cite:before { - content: "\2014 \0020"; -} -/* line 412, ../bower_components/foundation/scss/foundation/components/_type.scss */ -blockquote cite a, -blockquote cite a:visited { - color: #555555; -} - -/* line 418, ../bower_components/foundation/scss/foundation/components/_type.scss */ -blockquote, -blockquote p { - line-height: 1.6; - color: #6f6f6f; -} - -/* Microformats */ -/* line 425, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.vcard { - display: inline-block; - margin: 0 0 1.25rem 0; - border: 1px solid #DDDDDD; - padding: 0.625rem 0.75rem; -} -/* line 431, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.vcard li { - margin: 0; - display: block; -} -/* line 435, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.vcard .fn { - font-weight: bold; - font-size: 0.9375rem; -} - -/* line 442, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.vevent .summary { - font-weight: bold; -} -/* line 444, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.vevent abbr { - cursor: default; - text-decoration: none; - font-weight: bold; - border: none; - padding: 0 0.0625rem; -} - -@media only screen and (min-width: 40.063em) { - /* line 455, ../bower_components/foundation/scss/foundation/components/_type.scss */ - h1, h2, h3, h4, h5, h6 { - line-height: 1.4; - } - - /* line 456, ../bower_components/foundation/scss/foundation/components/_type.scss */ - h1 { - font-size: 2.75rem; - } - - /* line 457, ../bower_components/foundation/scss/foundation/components/_type.scss */ - h2 { - font-size: 2.3125rem; - } - - /* line 458, ../bower_components/foundation/scss/foundation/components/_type.scss */ - h3 { - font-size: 1.6875rem; - } - - /* line 459, ../bower_components/foundation/scss/foundation/components/_type.scss */ - h4 { - font-size: 1.4375rem; - } - - /* line 460, ../bower_components/foundation/scss/foundation/components/_type.scss */ - h5 { - font-size: 1.125rem; - } - - /* line 461, ../bower_components/foundation/scss/foundation/components/_type.scss */ - h6 { - font-size: 1rem; - } -} /* - * 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) +Error: Undefined variable: "$SOL-color-active". + on line 197 of /mnt/DataSSD/Sites/ceras/jee_d7/sites/all/themes/gui/jee/css/jee.scss + +192: #node-2{ +193: &.node-teaser{ +194: &::after{ @include bg-svg-png('bgd-sol');} +195: &, a{color:$SOL-col-txt;} +196: h2.node-title{ +197: &,a{color:$SOL-color-active;} +198: a{@include bg-svg-png('title-SOL'); width:170px; height:35px;} +199: } +200: .field-name-field-vignette{@include bg-svg-png('shadow-sol');} +201: .line{background-color:$SOL-col-active;} +202: } + +Backtrace: +/mnt/DataSSD/Sites/ceras/jee_d7/sites/all/themes/gui/jee/css/jee.scss:197 +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/script/tree/variable.rb:49:in `_perform' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/script/tree/node.rb:50:in `perform' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:394:in `visit_prop' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:36:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `block in visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `block in with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:115:in `with_frame' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `block (2 levels) in visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `map' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `block in visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:179:in `with_environment' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:428:in `visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:36:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `block in visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `block in with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:115:in `with_frame' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `block (2 levels) in visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `map' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `block in visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:179:in `with_environment' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:428:in `visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:36:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `block in visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `block in with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:115:in `with_frame' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `block (2 levels) in visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `map' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `block in visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:179:in `with_environment' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:428:in `visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:36:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `block in visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `block in with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:115:in `with_frame' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `block (2 levels) in visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `map' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `block in visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:179:in `with_environment' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:428:in `visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:36:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `block in visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `block in with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:115:in `with_frame' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `block (2 levels) in visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `map' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:430:in `block in visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:179:in `with_environment' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:428:in `visit_rule' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:36:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `block in visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `block in with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:115:in `with_frame' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/stack.rb:79:in `with_base' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:158:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:52:in `block in visit_children' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:52:in `map' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:52:in `visit_children' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:167:in `block in visit_children' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:179:in `with_environment' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:166:in `visit_children' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:36:in `block in visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:186:in `visit_root' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/base.rb:36:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:157:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/visitors/perform.rb:8:in `visit' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/root_node.rb:36:in `css_tree' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/tree/root_node.rb:20:in `render' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/engine.rb:268:in `render' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:492:in `update_stylesheet' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:215:in `block in update_stylesheets' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:209:in `each' +/home/bach/.gem/ruby/2.2.0/gems/sass-3.4.12/lib/sass/plugin/compiler.rb:209:in `update_stylesheets' +/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/sass_compiler.rb:40:in `compile!' +/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/commands/update_project.rb:49:in `perform' +/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/commands/base.rb:18:in `execute' +/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/commands/project_base.rb:19:in `execute' +/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:43:in `perform!' +/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:15:in `run!' +/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/bin/compass:30:in `block in ' +/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/bin/compass:44:in `call' +/home/bach/.gem/ruby/2.2.0/gems/compass-1.0.3/bin/compass:44:in `' +/home/bach/.gem/ruby/2.2.0/bin/compass:23:in `load' +/home/bach/.gem/ruby/2.2.0/bin/compass:23:in `
' */ -/* line 472, ../bower_components/foundation/scss/foundation/components/_type.scss */ -.print-only { - display: none !important; -} - -@media print { - /* line 474, ../bower_components/foundation/scss/foundation/components/_type.scss */ - * { - background: transparent !important; - color: #000000 !important; - /* Black prints faster: h5bp.com/s */ - box-shadow: none !important; - text-shadow: none !important; - } - - /* line 481, ../bower_components/foundation/scss/foundation/components/_type.scss */ - a, - a:visited { - text-decoration: underline; - } - - /* line 483, ../bower_components/foundation/scss/foundation/components/_type.scss */ - a[href]:after { - content: " (" attr(href) ")"; - } - - /* line 485, ../bower_components/foundation/scss/foundation/components/_type.scss */ - abbr[title]:after { - content: " (" attr(title) ")"; - } - - /* line 488, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .ir a:after, - a[href^="javascript:"]:after, - a[href^="#"]:after { - content: ""; - } - - /* line 492, ../bower_components/foundation/scss/foundation/components/_type.scss */ - pre, - blockquote { - border: 1px solid #999999; - page-break-inside: avoid; - } - - /* line 498, ../bower_components/foundation/scss/foundation/components/_type.scss */ - thead { - display: table-header-group; - /* h5bp.com/t */ - } - - /* line 500, ../bower_components/foundation/scss/foundation/components/_type.scss */ - tr, - img { - page-break-inside: avoid; - } - - /* line 503, ../bower_components/foundation/scss/foundation/components/_type.scss */ - img { - max-width: 100% !important; - } - - @page { - margin: 0.5cm; - } - /* line 507, ../bower_components/foundation/scss/foundation/components/_type.scss */ - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - - /* line 514, ../bower_components/foundation/scss/foundation/components/_type.scss */ - h2, - h3 { - page-break-after: avoid; - } - - /* line 517, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .hide-on-print { - display: none !important; - } - - /* line 518, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .print-only { - display: block !important; - } - - /* line 519, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .hide-for-print { - display: none !important; - } - - /* line 520, ../bower_components/foundation/scss/foundation/components/_type.scss */ - .show-for-print { - display: inherit !important; - } -} -/* Clearing Styles */ -/* line 44, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-thumbs, [data-clearing] { - margin-bottom: 0; - margin-left: 0; - list-style: none; -} -/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after { - content: " "; - display: table; -} -/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.clearing-thumbs:after, [data-clearing]:after { - clear: both; -} -/* line 50, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-thumbs li, [data-clearing] li { - float: left; - margin-right: 10px; -} -/* line 55, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li { - margin-right: 0; -} - -/* line 60, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-blackout { - background: #333333; - position: fixed; - width: 100%; - height: 100%; - top: 0; - left: 0; - z-index: 998; -} -/* line 69, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-blackout .clearing-close { - display: block; -} - -/* line 72, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-container { - position: relative; - z-index: 998; - height: 100%; - overflow: hidden; - margin: 0; -} - -/* line 80, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-touch-label { - position: absolute; - top: 50%; - left: 50%; - color: #AAAAAA; - font-size: 0.6em; -} - -/* line 88, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.visible-img { - height: 95%; - position: relative; -} -/* line 92, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.visible-img img { - position: absolute; - left: 50%; - top: 50%; - margin-left: -50%; - max-height: 100%; - max-width: 100%; -} - -/* line 102, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-caption { - color: #CCCCCC; - font-size: 0.875em; - line-height: 1.3; - margin-bottom: 0; - text-align: center; - bottom: 0; - background: #333333; - width: 100%; - padding: 10px 30px 20px; - position: absolute; - left: 0; -} - -/* line 116, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-close { - z-index: 999; - padding-left: 20px; - padding-top: 10px; - font-size: 30px; - line-height: 1; - color: #CCCCCC; - display: none; -} -/* line 125, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-close:hover, .clearing-close:focus { - color: #CCCCCC; -} - -/* line 129, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-assembled .clearing-container { - height: 100%; -} -/* line 130, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-assembled .clearing-container .carousel > ul { - display: none; -} - -/* line 134, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-feature li { - display: none; -} -/* line 136, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ -.clearing-feature li.clearing-featured-img { - display: block; -} - -@media only screen and (min-width: 40.063em) { - /* line 143, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-main-prev, - .clearing-main-next { - position: absolute; - height: 100%; - width: 40px; - top: 0; - } - /* line 149, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-main-prev > span, - .clearing-main-next > span { - position: absolute; - top: 50%; - display: block; - width: 0; - height: 0; - border: solid 12px; - } - /* line 156, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-main-prev > span:hover, - .clearing-main-next > span:hover { - opacity: 0.8; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-main-prev { - left: 0; - } - /* line 161, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-main-prev > span { - left: 5px; - border-color: transparent; - border-right-color: #CCCCCC; - } - - /* line 167, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-main-next { - right: 0; - } - /* line 169, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-main-next > span { - border-color: transparent; - border-left-color: #CCCCCC; - } - - /* line 175, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-main-prev.disabled, - .clearing-main-next.disabled { - opacity: 0.3; - } - - /* line 180, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-assembled .clearing-container .carousel { - background: rgba(51, 51, 51, 0.8); - height: 120px; - margin-top: 10px; - text-align: center; - } - /* line 186, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-assembled .clearing-container .carousel > ul { - display: inline-block; - z-index: 999; - height: 100%; - position: relative; - float: none; - } - /* line 193, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-assembled .clearing-container .carousel > ul li { - display: block; - width: 120px; - min-height: inherit; - float: left; - overflow: hidden; - margin-right: 0; - padding: 0; - position: relative; - cursor: pointer; - opacity: 0.4; - clear: none; - } - /* line 207, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-assembled .clearing-container .carousel > ul li.fix-height img { - height: 100%; - max-width: none; - } - /* line 213, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-assembled .clearing-container .carousel > ul li a.th { - border: none; - box-shadow: none; - display: block; - } - /* line 219, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-assembled .clearing-container .carousel > ul li img { - cursor: pointer !important; - width: 100% !important; - } - /* line 224, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-assembled .clearing-container .carousel > ul li.visible { - opacity: 1; - } - /* line 225, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-assembled .clearing-container .carousel > ul li:hover { - opacity: 0.8; - } - /* line 230, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-assembled .clearing-container .visible-img { - background: #333333; - overflow: hidden; - height: 85%; - } - - /* line 237, ../bower_components/foundation/scss/foundation/components/_clearing.scss */ - .clearing-close { - position: absolute; - top: 10px; - right: 20px; - padding-left: 0; - padding-top: 0; - } -} -/* line 232, ../bower_components/foundation/scss/foundation/components/_grid.scss */ -.row { - width: 100%; - margin-left: auto; - margin-right: auto; - margin-top: 0; - margin-bottom: 0; - max-width: 78.125rem; -} -/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.row:before, .row:after { - content: " "; - display: table; -} -/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.row:after { - clear: both; -} -/* line 236, ../bower_components/foundation/scss/foundation/components/_grid.scss */ -.row.collapse > .column, -.row.collapse > .columns { - padding-left: 0; - padding-right: 0; -} -/* line 239, ../bower_components/foundation/scss/foundation/components/_grid.scss */ -.row.collapse .row { - margin-left: 0; - margin-right: 0; -} -/* line 242, ../bower_components/foundation/scss/foundation/components/_grid.scss */ -.row .row { - width: auto; - margin-left: -0.625rem; - margin-right: -0.625rem; - margin-top: 0; - margin-bottom: 0; - max-width: none; -} -/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.row .row:before, .row .row:after { - content: " "; - display: table; -} -/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.row .row:after { - clear: both; -} -/* line 243, ../bower_components/foundation/scss/foundation/components/_grid.scss */ -.row .row.collapse { - width: auto; - margin: 0; - max-width: none; -} -/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.row .row.collapse:before, .row .row.collapse:after { - content: " "; - display: table; -} -/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */ -.row .row.collapse:after { - clear: both; -} - -/* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */ -.column, -.columns { - padding-left: 0.625rem; - padding-right: 0.625rem; - width: 100%; - float: left; -} - -/* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */ -[class*="column"] + [class*="column"]:last-child { - float: right; -} - -/* line 251, ../bower_components/foundation/scss/foundation/components/_grid.scss */ -[class*="column"] + [class*="column"].end { - float: left; -} - -@media only screen { - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-0 { - position: relative; - left: 0%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-0 { - position: relative; - right: 0%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-1 { - position: relative; - left: 8.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-1 { - position: relative; - right: 8.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-2 { - position: relative; - left: 16.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-2 { - position: relative; - right: 16.66667%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-3 { - position: relative; - left: 25%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-3 { - position: relative; - right: 25%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-4 { - position: relative; - left: 33.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-4 { - position: relative; - right: 33.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-5 { - position: relative; - left: 41.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-5 { - position: relative; - right: 41.66667%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-6 { - position: relative; - left: 50%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-6 { - position: relative; - right: 50%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-7 { - position: relative; - left: 58.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-7 { - position: relative; - right: 58.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-8 { - position: relative; - left: 66.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-8 { - position: relative; - right: 66.66667%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-9 { - position: relative; - left: 75%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-9 { - position: relative; - right: 75%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-10 { - position: relative; - left: 83.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-10 { - position: relative; - right: 83.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-push-11 { - position: relative; - left: 91.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-pull-11 { - position: relative; - right: 91.66667%; - left: auto; - } - - /* line 167, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column, - .columns { - position: relative; - padding-left: 0.625rem; - padding-right: 0.625rem; - float: left; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-1 { - width: 8.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-2 { - width: 16.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-3 { - width: 25%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-4 { - width: 33.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-5 { - width: 41.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-6 { - width: 50%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-7 { - width: 58.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-8 { - width: 66.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-9 { - width: 75%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-10 { - width: 83.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-11 { - width: 91.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-12 { - width: 100%; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-0 { - margin-left: 0% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-1 { - margin-left: 8.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-2 { - margin-left: 16.66667% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-3 { - margin-left: 25% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-4 { - margin-left: 33.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-5 { - margin-left: 41.66667% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-6 { - margin-left: 50% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-7 { - margin-left: 58.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-8 { - margin-left: 66.66667% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-9 { - margin-left: 75% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-10 { - margin-left: 83.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-offset-11 { - margin-left: 91.66667% !important; - } - - /* line 179, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .small-reset-order { - margin-left: 0; - margin-right: 0; - left: auto; - right: auto; - float: left; - } - - /* line 187, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.small-centered, - .columns.small-centered { - margin-left: auto; - margin-right: auto; - float: none; - } - - /* line 190, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.small-uncentered, - .columns.small-uncentered { - margin-left: 0; - margin-right: 0; - float: left; - } - - /* line 198, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.small-centered:last-child, - .columns.small-centered:last-child { - float: none; - } - - /* line 204, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.small-uncentered:last-child, - .columns.small-uncentered:last-child { - float: left; - } - - /* line 209, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.small-uncentered.opposite, - .columns.small-uncentered.opposite { - float: right; - } - - /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .row.small-collapse > .column, - .row.small-collapse > .columns { - padding-left: 0; - padding-right: 0; - } - /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .row.small-collapse .row { - margin-left: 0; - margin-right: 0; - } - /* line 222, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .row.small-uncollapse > .column, - .row.small-uncollapse > .columns { - padding-left: 0.625rem; - padding-right: 0.625rem; - float: left; - } -} -@media only screen and (min-width: 40.063em) { - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-0 { - position: relative; - left: 0%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-0 { - position: relative; - right: 0%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-1 { - position: relative; - left: 8.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-1 { - position: relative; - right: 8.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-2 { - position: relative; - left: 16.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-2 { - position: relative; - right: 16.66667%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-3 { - position: relative; - left: 25%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-3 { - position: relative; - right: 25%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-4 { - position: relative; - left: 33.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-4 { - position: relative; - right: 33.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-5 { - position: relative; - left: 41.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-5 { - position: relative; - right: 41.66667%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-6 { - position: relative; - left: 50%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-6 { - position: relative; - right: 50%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-7 { - position: relative; - left: 58.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-7 { - position: relative; - right: 58.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-8 { - position: relative; - left: 66.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-8 { - position: relative; - right: 66.66667%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-9 { - position: relative; - left: 75%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-9 { - position: relative; - right: 75%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-10 { - position: relative; - left: 83.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-10 { - position: relative; - right: 83.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-push-11 { - position: relative; - left: 91.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-pull-11 { - position: relative; - right: 91.66667%; - left: auto; - } - - /* line 167, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column, - .columns { - position: relative; - padding-left: 0.625rem; - padding-right: 0.625rem; - float: left; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-1 { - width: 8.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-2 { - width: 16.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-3 { - width: 25%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-4 { - width: 33.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-5 { - width: 41.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-6 { - width: 50%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-7 { - width: 58.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-8 { - width: 66.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-9 { - width: 75%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-10 { - width: 83.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-11 { - width: 91.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-12 { - width: 100%; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-0 { - margin-left: 0% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-1 { - margin-left: 8.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-2 { - margin-left: 16.66667% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-3 { - margin-left: 25% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-4 { - margin-left: 33.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-5 { - margin-left: 41.66667% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-6 { - margin-left: 50% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-7 { - margin-left: 58.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-8 { - margin-left: 66.66667% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-9 { - margin-left: 75% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-10 { - margin-left: 83.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-offset-11 { - margin-left: 91.66667% !important; - } - - /* line 179, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .medium-reset-order { - margin-left: 0; - margin-right: 0; - left: auto; - right: auto; - float: left; - } - - /* line 187, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.medium-centered, - .columns.medium-centered { - margin-left: auto; - margin-right: auto; - float: none; - } - - /* line 190, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.medium-uncentered, - .columns.medium-uncentered { - margin-left: 0; - margin-right: 0; - float: left; - } - - /* line 198, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.medium-centered:last-child, - .columns.medium-centered:last-child { - float: none; - } - - /* line 204, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.medium-uncentered:last-child, - .columns.medium-uncentered:last-child { - float: left; - } - - /* line 209, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.medium-uncentered.opposite, - .columns.medium-uncentered.opposite { - float: right; - } - - /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .row.medium-collapse > .column, - .row.medium-collapse > .columns { - padding-left: 0; - padding-right: 0; - } - /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .row.medium-collapse .row { - margin-left: 0; - margin-right: 0; - } - /* line 222, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .row.medium-uncollapse > .column, - .row.medium-uncollapse > .columns { - padding-left: 0.625rem; - padding-right: 0.625rem; - float: left; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-0 { - position: relative; - left: 0%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-0 { - position: relative; - right: 0%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-1 { - position: relative; - left: 8.33333%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-1 { - position: relative; - right: 8.33333%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-2 { - position: relative; - left: 16.66667%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-2 { - position: relative; - right: 16.66667%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-3 { - position: relative; - left: 25%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-3 { - position: relative; - right: 25%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-4 { - position: relative; - left: 33.33333%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-4 { - position: relative; - right: 33.33333%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-5 { - position: relative; - left: 41.66667%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-5 { - position: relative; - right: 41.66667%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-6 { - position: relative; - left: 50%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-6 { - position: relative; - right: 50%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-7 { - position: relative; - left: 58.33333%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-7 { - position: relative; - right: 58.33333%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-8 { - position: relative; - left: 66.66667%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-8 { - position: relative; - right: 66.66667%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-9 { - position: relative; - left: 75%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-9 { - position: relative; - right: 75%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-10 { - position: relative; - left: 83.33333%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-10 { - position: relative; - right: 83.33333%; - left: auto; - } - - /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-11 { - position: relative; - left: 91.66667%; - right: auto; - } - - /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-11 { - position: relative; - right: 91.66667%; - left: auto; - } -} -@media only screen and (min-width: 64.063em) { - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-0 { - position: relative; - left: 0%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-0 { - position: relative; - right: 0%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-1 { - position: relative; - left: 8.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-1 { - position: relative; - right: 8.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-2 { - position: relative; - left: 16.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-2 { - position: relative; - right: 16.66667%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-3 { - position: relative; - left: 25%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-3 { - position: relative; - right: 25%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-4 { - position: relative; - left: 33.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-4 { - position: relative; - right: 33.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-5 { - position: relative; - left: 41.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-5 { - position: relative; - right: 41.66667%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-6 { - position: relative; - left: 50%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-6 { - position: relative; - right: 50%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-7 { - position: relative; - left: 58.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-7 { - position: relative; - right: 58.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-8 { - position: relative; - left: 66.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-8 { - position: relative; - right: 66.66667%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-9 { - position: relative; - left: 75%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-9 { - position: relative; - right: 75%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-10 { - position: relative; - left: 83.33333%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-10 { - position: relative; - right: 83.33333%; - left: auto; - } - - /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-push-11 { - position: relative; - left: 91.66667%; - right: auto; - } - - /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-pull-11 { - position: relative; - right: 91.66667%; - left: auto; - } - - /* line 167, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column, - .columns { - position: relative; - padding-left: 0.625rem; - padding-right: 0.625rem; - float: left; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-1 { - width: 8.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-2 { - width: 16.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-3 { - width: 25%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-4 { - width: 33.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-5 { - width: 41.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-6 { - width: 50%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-7 { - width: 58.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-8 { - width: 66.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-9 { - width: 75%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-10 { - width: 83.33333%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-11 { - width: 91.66667%; - } - - /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-12 { - width: 100%; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-0 { - margin-left: 0% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-1 { - margin-left: 8.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-2 { - margin-left: 16.66667% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-3 { - margin-left: 25% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-4 { - margin-left: 33.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-5 { - margin-left: 41.66667% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-6 { - margin-left: 50% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-7 { - margin-left: 58.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-8 { - margin-left: 66.66667% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-9 { - margin-left: 75% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-10 { - margin-left: 83.33333% !important; - } - - /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-offset-11 { - margin-left: 91.66667% !important; - } - - /* line 179, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .large-reset-order { - margin-left: 0; - margin-right: 0; - left: auto; - right: auto; - float: left; - } - - /* line 187, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.large-centered, - .columns.large-centered { - margin-left: auto; - margin-right: auto; - float: none; - } - - /* line 190, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.large-uncentered, - .columns.large-uncentered { - margin-left: 0; - margin-right: 0; - float: left; - } - - /* line 198, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.large-centered:last-child, - .columns.large-centered:last-child { - float: none; - } - - /* line 204, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.large-uncentered:last-child, - .columns.large-uncentered:last-child { - float: left; - } - - /* line 209, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .column.large-uncentered.opposite, - .columns.large-uncentered.opposite { - float: right; - } - - /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .row.large-collapse > .column, - .row.large-collapse > .columns { - padding-left: 0; - padding-right: 0; - } - /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .row.large-collapse .row { - margin-left: 0; - margin-right: 0; - } - /* line 222, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .row.large-uncollapse > .column, - .row.large-uncollapse > .columns { - padding-left: 0.625rem; - padding-right: 0.625rem; - float: left; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-0 { - position: relative; - left: 0%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-0 { - position: relative; - right: 0%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-1 { - position: relative; - left: 8.33333%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-1 { - position: relative; - right: 8.33333%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-2 { - position: relative; - left: 16.66667%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-2 { - position: relative; - right: 16.66667%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-3 { - position: relative; - left: 25%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-3 { - position: relative; - right: 25%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-4 { - position: relative; - left: 33.33333%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-4 { - position: relative; - right: 33.33333%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-5 { - position: relative; - left: 41.66667%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-5 { - position: relative; - right: 41.66667%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-6 { - position: relative; - left: 50%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-6 { - position: relative; - right: 50%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-7 { - position: relative; - left: 58.33333%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-7 { - position: relative; - right: 58.33333%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-8 { - position: relative; - left: 66.66667%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-8 { - position: relative; - right: 66.66667%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-9 { - position: relative; - left: 75%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-9 { - position: relative; - right: 75%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-10 { - position: relative; - left: 83.33333%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-10 { - position: relative; - right: 83.33333%; - left: auto; - } - - /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .push-11 { - position: relative; - left: 91.66667%; - right: auto; - } - - /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */ - .pull-11 { - position: relative; - right: 91.66667%; - left: auto; - } -} -/* line 106, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ -[class*="block-grid-"] { - display: block; - padding: 0; - margin: 0 -0.625rem; -} -/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */ -[class*="block-grid-"]:before, [class*="block-grid-"]:after { - content: " "; - display: table; -} -/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */ -[class*="block-grid-"]:after { - clear: both; -} -/* line 50, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ -[class*="block-grid-"] > li { - display: block; - height: auto; - float: left; - padding: 0 0.625rem 1.25rem; -} - -@media only screen { - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-1 > li { - width: 100%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-1 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-1 > li:nth-of-type(1n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-2 > li { - width: 50%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-2 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-2 > li:nth-of-type(2n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-3 > li { - width: 33.33333%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-3 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-3 > li:nth-of-type(3n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-4 > li { - width: 25%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-4 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-4 > li:nth-of-type(4n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-5 > li { - width: 20%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-5 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-5 > li:nth-of-type(5n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-6 > li { - width: 16.66667%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-6 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-6 > li:nth-of-type(6n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-7 > li { - width: 14.28571%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-7 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-7 > li:nth-of-type(7n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-8 > li { - width: 12.5%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-8 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-8 > li:nth-of-type(8n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-9 > li { - width: 11.11111%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-9 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-9 > li:nth-of-type(9n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-10 > li { - width: 10%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-10 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-10 > li:nth-of-type(10n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-11 > li { - width: 9.09091%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-11 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-11 > li:nth-of-type(11n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-12 > li { - width: 8.33333%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-12 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .small-block-grid-12 > li:nth-of-type(12n+1) { - clear: both; - } -} -@media only screen and (min-width: 40.063em) { - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-1 > li { - width: 100%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-1 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-1 > li:nth-of-type(1n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-2 > li { - width: 50%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-2 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-2 > li:nth-of-type(2n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-3 > li { - width: 33.33333%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-3 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-3 > li:nth-of-type(3n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-4 > li { - width: 25%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-4 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-4 > li:nth-of-type(4n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-5 > li { - width: 20%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-5 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-5 > li:nth-of-type(5n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-6 > li { - width: 16.66667%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-6 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-6 > li:nth-of-type(6n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-7 > li { - width: 14.28571%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-7 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-7 > li:nth-of-type(7n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-8 > li { - width: 12.5%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-8 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-8 > li:nth-of-type(8n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-9 > li { - width: 11.11111%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-9 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-9 > li:nth-of-type(9n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-10 > li { - width: 10%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-10 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-10 > li:nth-of-type(10n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-11 > li { - width: 9.09091%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-11 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-11 > li:nth-of-type(11n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-12 > li { - width: 8.33333%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-12 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .medium-block-grid-12 > li:nth-of-type(12n+1) { - clear: both; - } -} -@media only screen and (min-width: 64.063em) { - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-1 > li { - width: 100%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-1 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-1 > li:nth-of-type(1n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-2 > li { - width: 50%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-2 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-2 > li:nth-of-type(2n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-3 > li { - width: 33.33333%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-3 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-3 > li:nth-of-type(3n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-4 > li { - width: 25%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-4 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-4 > li:nth-of-type(4n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-5 > li { - width: 20%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-5 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-5 > li:nth-of-type(5n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-6 > li { - width: 16.66667%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-6 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-6 > li:nth-of-type(6n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-7 > li { - width: 14.28571%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-7 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-7 > li:nth-of-type(7n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-8 > li { - width: 12.5%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-8 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-8 > li:nth-of-type(8n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-9 > li { - width: 11.11111%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-9 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-9 > li:nth-of-type(9n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-10 > li { - width: 10%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-10 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-10 > li:nth-of-type(10n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-11 > li { - width: 9.09091%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-11 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-11 > li:nth-of-type(11n+1) { - clear: both; - } - - /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-12 > li { - width: 8.33333%; - list-style: none; - } - /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-12 > li:nth-of-type(1n) { - clear: none; - } - /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ - .large-block-grid-12 > li:nth-of-type(12n+1) { - clear: both; - } -} -/* -* ESADHaR -*/ -@font-face { - font-family: 'open_sans'; - src: url("fonts/open-sans/OpenSans-Semibold-webfont.eot"); - src: url("fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Semibold-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg"); - font-weight: 600; - font-style: normal; -} -@font-face { - font-family: 'open_sans'; - src: url("fonts/open-sans/OpenSans-Regular-webfont.eot"); - src: url("fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Regular-webfont.svg#open_sansregular") format("svg"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'open_sans'; - src: url("fonts/open-sans/OpenSans-LightItalic-webfont.eot"); - src: url("fonts/open-sans/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-LightItalic-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-LightItalic-webfont.svg#open_sanslight_italic") format("svg"); - font-weight: 300; - font-style: italic; -} -@font-face { - font-family: 'open_sans'; - src: url("fonts/open-sans/OpenSans-Light-webfont.eot"); - src: url("fonts/open-sans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Light-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Light-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Light-webfont.svg#open_sanslight") format("svg"); - font-weight: 300; - font-style: normal; -} -@font-face { - font-family: 'open_sans'; - src: url("fonts/open-sans/OpenSans-Italic-webfont.eot"); - src: url("fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Italic-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Italic-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Italic-webfont.svg#open_sansitalic") format("svg"); - font-weight: normal; - font-style: italic; -} -@font-face { - font-family: 'open_sans'; - src: url("fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot"); - src: url("fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-ExtraBoldItalic-webfont.svg#open_sansextrabold_italic") format("svg"); - font-weight: 900; - font-style: italic; -} -@font-face { - font-family: 'open_sans'; - src: url("fonts/open-sans/OpenSans-ExtraBold-webfont.eot"); - src: url("fonts/open-sans/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-ExtraBold-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-ExtraBold-webfont.svg#open_sansextrabold") format("svg"); - font-weight: 900; - font-style: normal; -} -@font-face { - font-family: 'open_sans'; - src: url("fonts/open-sans/OpenSans-BoldItalic-webfont.eot"); - src: url("fonts/open-sans/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-BoldItalic-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic") format("svg"); - font-weight: 700; - font-style: italic; -} -@font-face { - font-family: 'open_sans'; - src: url("fonts/open-sans/OpenSans-Bold-webfont.eot"); - src: url("fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-Bold-webfont.svg#open_sansbold") format("svg"); - font-weight: 700; - font-style: normal; -} -@font-face { - font-family: 'open_sans'; - src: url("fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot"); - src: url("fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic") format("svg"); - font-weight: 600; - font-style: italic; -} -@font-face { - font-family: 'epflc'; - src: url("fonts/epf/epf_lc-webfont.eot"); - src: url("fonts/epf/epf_lc-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/epf/epf_lc-webfont.woff2") format("woff2"), url("fonts/epf/epf_lc-webfont.woff") format("woff"), url("fonts/epf/epf_lc-webfont.ttf") format("truetype"), url("fonts/epf/epf_lc-webfont.svg#epflc") format("svg"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'epflcb'; - src: url("fonts/epf/epf_lcb-webfont.eot"); - src: url("fonts/epf/epf_lcb-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/epf/epf_lcb-webfont.woff2") format("woff2"), url("fonts/epf/epf_lcb-webfont.woff") format("woff"), url("fonts/epf/epf_lcb-webfont.ttf") format("truetype"), url("fonts/epf/epf_lcb-webfont.svg#epflcb") format("svg"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'epflul'; - src: url("fonts/epf/epf_lul-webfont.eot"); - src: url("fonts/epf/epf_lul-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/epf/epf_lul-webfont.woff2") format("woff2"), url("fonts/epf/epf_lul-webfont.woff") format("woff"), url("fonts/epf/epf_lul-webfont.ttf") format("truetype"), url("fonts/epf/epf_lul-webfont.svg#epflul") format("svg"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'epflulb'; - src: url("fonts/epf/epf_lulb-webfont.eot"); - src: url("fonts/epf/epf_lulb-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/epf/epf_lulb-webfont.woff2") format("woff2"), url("fonts/epf/epf_lulb-webfont.woff") format("woff"), url("fonts/epf/epf_lulb-webfont.ttf") format("truetype"), url("fonts/epf/epf_lulb-webfont.svg#epflulb") format("svg"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'epfuc'; - src: url("fonts/epf/epf_uc-webfont.eot"); - src: url("fonts/epf/epf_uc-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/epf/epf_uc-webfont.woff2") format("woff2"), url("fonts/epf/epf_uc-webfont.woff") format("woff"), url("fonts/epf/epf_uc-webfont.ttf") format("truetype"), url("fonts/epf/epf_uc-webfont.svg#epfuc") format("svg"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'epfucb'; - src: url("fonts/epf/epf_ucb-webfont.eot"); - src: url("fonts/epf/epf_ucb-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/epf/epf_ucb-webfont.woff2") format("woff2"), url("fonts/epf/epf_ucb-webfont.woff") format("woff"), url("fonts/epf/epf_ucb-webfont.ttf") format("truetype"), url("fonts/epf/epf_ucb-webfont.svg#epfucb") format("svg"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'epfuul'; - src: url("fonts/epf/epf_uul-webfont.eot"); - src: url("fonts/epf/epf_uul-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/epf/epf_uul-webfont.woff2") format("woff2"), url("fonts/epf/epf_uul-webfont.woff") format("woff"), url("fonts/epf/epf_uul-webfont.ttf") format("truetype"), url("fonts/epf/epf_uul-webfont.svg#epfuul") format("svg"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: 'epfuulb'; - src: url("fonts/epf/epf_uulb-webfont.eot"); - src: url("fonts/epf/epf_uulb-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/epf/epf_uulb-webfont.woff2") format("woff2"), url("fonts/epf/epf_uulb-webfont.woff") format("woff"), url("fonts/epf/epf_uulb-webfont.ttf") format("truetype"), url("fonts/epf/epf_uulb-webfont.svg#epfuulb") format("svg"); - font-weight: normal; - font-style: normal; -} -/* line 222, fonts.scss */ -html, body { - font-size: 16px; -} - -/* line 226, fonts.scss */ -html, body, h1, h2, h3, h4, h5, h6 { - font-family: 'open_sans', monospace; -} - -/* line 231, fonts.scss */ -p { - line-height: 1.3; -} - -/* line 234, fonts.scss */ -p.heading { - font-size: 1.25em !important; -} - -/* - __ ________ __ _____ _______ - / |/ / _/ |/ // _/ | / / ___/ - / /|_/ // / | / / // |/ /\__ \ - / / / // / / |_/ // /| /___/ / -/_/ /_/___//_/|_/___/_/ |_//____/ -*/ -/* - ___ ____ ____ - / | / __ \/ __ \ - / /| | / /_/ / /_/ / - / ___ |/ ____/ ____/ -/_/ |_/_/ /_/ -*/ -/* line 45, jee.scss */ -html { - position: relative; -} - -/* line 51, jee.scss */ -body { - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - height: 100% !important; - width: 100%; - overflow: hidden; -} - -/* line 60, jee.scss */ -#root { - position: relative; - width: 100%; - height: 100%; - overflow: hidden; - /* IE10 Consumer Preview */ - /* Mozilla Firefox */ - /* Opera */ - /* Webkit (Safari/Chrome 10) */ - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFDE9), color-stop(1, #BECFD9)); - /* Webkit (Chrome 11+) */ - background-image: -webkit-linear-gradient(top, #FFFDE9 0%, #BECFD9 100%); - /* W3C Markup, IE10 Release Preview */ - background-image: linear-gradient(to bottom, #FFFDE9 0%, #BECFD9 100%); -} - -@-webkit-keyframes introLogo { - 0% { - opacity: 0; - } - 35% { - opacity: 1; - } - 50% { - opacity: 1; - } - 75% { - opacity: 0; - } - 100% { - opacity: 0; - } -} - -@keyframes introLogo { - 0% { - opacity: 0; - } - 35% { - opacity: 1; - } - 50% { - opacity: 1; - } - 75% { - opacity: 0; - } - 100% { - opacity: 0; - } -} -@-webkit-keyframes introLogoBlured { - 0% { - opacity: 0; - } - 50% { - opacity: 0; - } - 60% { - opacity: 0.8; - } - 100% { - opacity: 0.8; - } -} -@keyframes introLogoBlured { - 0% { - opacity: 0; - } - 50% { - opacity: 0; - } - 60% { - opacity: 0.8; - } - 100% { - opacity: 0.8; - } -} -@-webkit-keyframes introSlogan { - 0% { - opacity: 0; - } - 50% { - opacity: 0; - } - 70% { - opacity: 1; - } - 90% { - opacity: 1; - } - 100% { - opacity: 0; - } -} -@keyframes introSlogan { - 0% { - opacity: 0; - } - 50% { - opacity: 0; - } - 70% { - opacity: 1; - } - 90% { - opacity: 1; - } - 100% { - opacity: 0; - } -} -@-webkit-keyframes introNodes { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes introNodes { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -/* line 112, jee.scss */ -#header { - z-index: 0; - position: absolute; - overflow: hidden; - width: 700px; - height: 310px; - top: 50%; - left: 50%; - margin-left: -350px; - margin-top: -155px; - -webkit-animation-fill-mode: forwards; - animation-fill-mode: forwards; -} -/* line 126, jee.scss */ -#header h1 { - position: absolute; - width: 100%; - height: 100%; -} -/* line 129, jee.scss */ -#header h1 a { - display: block; - margin-top: -500%; -} -/* line 131, jee.scss */ -#header h1:after, #header h1:before { - content: ""; - display: block; - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -/* line 139, jee.scss */ -#header h1:before { - background: transparent url("../assets/img/logo.png") no-repeat center center; - background: none, url("../assets/img/logo.svg") no-repeat center center; - -webkit-animation: introLogo 6s linear 0s; - animation: introLogo 6s linear 0s; - -webkit-animation-fill-mode: forwards; - animation-fill-mode: forwards; -} -/* line 144, jee.scss */ -#header h1:after { - background: transparent url("../assets/img/logo-blured.png") no-repeat center center; - background: none, url("../assets/img/logo-blured.svg") no-repeat center center; - -webkit-animation: introLogoBlured 6s linear 0s; - animation: introLogoBlured 6s linear 0s; - -webkit-animation-fill-mode: forwards; - animation-fill-mode: forwards; -} -/* line 152, jee.scss */ -#header h2 { - background: transparent url("../assets/img/slogan.png") no-repeat center center; - background: none, url("../assets/img/slogan.svg") no-repeat center center; - position: absolute; - width: 100%; - height: 100%; - opacity: 0; - -webkit-animation: introSlogan 6s linear 0s; - animation: introSlogan 6s linear 0s; - -webkit-animation-fill-mode: forwards; - animation-fill-mode: forwards; -} -/* line 157, jee.scss */ -#header h2 a { - display: block; - margin-top: -500%; -} - -/* line 164, jee.scss */ -div.messages { - position: absolute; - top: 20px; - right: 20px; - width: 500px; - max-height: 60%; - overflow-y: auto; - z-index: 1000; -} - -/* line 172, jee.scss */ -#main { - position: absolute; - width: 100%; - height: 100%; - overflow: hidden; - z-index: 2; - /* - _____ _____ __ _____ _____ _____ _____ __ __ _____ _____ ____ _____ - | | | | | | __ | __| | __ | | | | | | | \| __| - | --| | | |__| | | -|__ | | __ -|_ _| | | | | | | | | __| - |_____|_____|_____|_____|__|__|_____| |_____| |_| |_|___|_____|____/|_____| - */ - /* - _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ - | | | | _ | _ |_ _| __| __ | __| | __| __| | | __| __ | | | | | __| - | --| | | __| | | | __| -|__ | | | | __| | | | __| -|- -| | | | | __| - |_____|__|__|__|__|__| |_| |_____|__|__|_____| |_____|_____|_|___|_____|__|__|_____|__ _|_____|_____| - |__| - */ - /* ____ ____ _______ ____________ ________ _____ ____ ________________ _____ - / __ \/ __ \/ ____/ | / / ____/ __ \ / ____/ / / / | / __ \/_ __/ ____/ __ \/ ___/ - / / / / /_/ / __/ / |/ / __/ / / / / / / / /_/ / /| | / /_/ / / / / __/ / /_/ /\__ \ - / /_/ / ____/ /___/ /| / /___/ /_/ / / /___/ __ / ___ |/ ____/ / / / /___/ _, _/___/ / - \____/_/ /_____/_/ |_/_____/_____/ \____/_/ /_/_/ |_/_/ /_/ /_____/_/ |_|/____/ - */ -} -/* line 178, jee.scss */ -#main > .region, #main > .region > .block-system, #main > .region > .block-system > .content { - position: relative; - width: 100%; - height: 100%; - overflow: hidden; -} -/* line 194, jee.scss */ -#main #node-2.node-teaser::after { - background: transparent url("../assets/img/bgd-sol.png") no-repeat center center; - background: none, url("../assets/img/bgd-sol.svg") no-repeat center center; -} -/* line 195, jee.scss */ -#main #node-2.node-teaser, #main #node-2.node-teaser a { - color: #b24c14; -} -/* line 197, jee.scss */ -#main #node-2.node-teaser h2.node-title, #main #node-2.node-teaser h2.node-title a { - color: #d85509; -} -/* line 198, jee.scss */ -#main #node-2.node-teaser h2.node-title a { - background: transparent url("../assets/img/title-SOL.png") no-repeat center center; - background: none, url("../assets/img/title-SOL.svg") no-repeat center center; - width: 170px; - height: 35px; -} -/* line 200, jee.scss */ -#main #node-2.node-teaser .field-name-field-vignette { - background: transparent url("../assets/img/shadow-sol.png") no-repeat center center; - background: none, url("../assets/img/shadow-sol.svg") no-repeat center center; -} -/* line 201, jee.scss */ -#main #node-2.node-teaser .line { - background-color: #ea5b0c; -} -/* line 207, jee.scss */ -#main #node-3.node-teaser::after { - background: transparent url("../assets/img/bgd-dph.png") no-repeat center center; - background: none, url("../assets/img/bgd-dph.svg") no-repeat center center; -} -/* line 208, jee.scss */ -#main #node-3.node-teaser, #main #node-3.node-teaser a { - color: #686b00; -} -/* line 210, jee.scss */ -#main #node-3.node-teaser h2.node-title, #main #node-3.node-teaser h2.node-title a { - color: #afaf00; -} -/* line 211, jee.scss */ -#main #node-3.node-teaser h2.node-title a { - background: transparent url("../assets/img/title-DPH.png") no-repeat center center; - background: none, url("../assets/img/title-DPH.svg") no-repeat center center; - width: 180px; - height: 80px; -} -/* line 213, jee.scss */ -#main #node-3.node-teaser .field-name-field-vignette { - background: transparent url("../assets/img/shadow-dph.png") no-repeat center center; - background: none, url("../assets/img/shadow-dph.svg") no-repeat center center; -} -/* line 214, jee.scss */ -#main #node-3.node-teaser .line { - background-color: #cecd00; -} -/* line 220, jee.scss */ -#main #node-4.node-teaser::after { - background: transparent url("../assets/img/bgd-sub.png") no-repeat center center; - background: none, url("../assets/img/bgd-sub.svg") no-repeat center center; -} -/* line 221, jee.scss */ -#main #node-4.node-teaser, #main #node-4.node-teaser a { - color: #b71330; -} -/* line 223, jee.scss */ -#main #node-4.node-teaser h2.node-title, #main #node-4.node-teaser h2.node-title a { - color: #cd0734; -} -/* line 224, jee.scss */ -#main #node-4.node-teaser h2.node-title a { - background: transparent url("../assets/img/title-SUB.png") no-repeat center center; - background: none, url("../assets/img/title-SUB.svg") no-repeat center center; - width: 200px; - height: 35px; -} -/* line 226, jee.scss */ -#main #node-4.node-teaser .field-name-field-vignette { - background: transparent url("../assets/img/shadow-sub.png") no-repeat center center; - background: none, url("../assets/img/shadow-sub.svg") no-repeat center center; -} -/* line 227, jee.scss */ -#main #node-4.node-teaser .line { - background-color: #de003a; -} -/* line 233, jee.scss */ -#main #node-5.node-teaser::after { - background: transparent url("../assets/img/bgd-bc.png") no-repeat center center; - background: none, url("../assets/img/bgd-bc.svg") no-repeat center center; -} -/* line 234, jee.scss */ -#main #node-5.node-teaser, #main #node-5.node-teaser a { - color: #033d6f; -} -/* line 236, jee.scss */ -#main #node-5.node-teaser h2.node-title, #main #node-5.node-teaser h2.node-title a { - color: #024b87; -} -/* line 237, jee.scss */ -#main #node-5.node-teaser h2.node-title a { - background: transparent url("../assets/img/title-BC.png") no-repeat center center; - background: none, url("../assets/img/title-BC.svg") no-repeat center center; - width: 120px; - height: 45px; -} -/* line 239, jee.scss */ -#main #node-5.node-teaser .field-name-field-vignette { - background: transparent url("../assets/img/shadow-bc.png") no-repeat center center; - background: none, url("../assets/img/shadow-bc.svg") no-repeat center center; -} -/* line 240, jee.scss */ -#main #node-5.node-teaser .line { - background-color: #0066b1; -} -/* line 246, jee.scss */ -#main #node-6.node-teaser::after { - background: transparent url("../assets/img/bgd-opp.png") no-repeat center center; - background: none, url("../assets/img/bgd-opp.svg") no-repeat center center; -} -/* line 247, jee.scss */ -#main #node-6.node-teaser, #main #node-6.node-teaser a { - color: #7f1965; -} -/* line 249, jee.scss */ -#main #node-6.node-teaser h2.node-title, #main #node-6.node-teaser h2.node-title a { - color: #941b80; -} -/* line 250, jee.scss */ -#main #node-6.node-teaser h2.node-title a { - background: transparent url("../assets/img/title-OPP.png") no-repeat center center; - background: none, url("../assets/img/title-OPP.svg") no-repeat center center; - width: 245px; - height: 95px; -} -/* line 252, jee.scss */ -#main #node-6.node-teaser .field-name-field-vignette { - background: transparent url("../assets/img/shadow-opp.png") no-repeat center center; - background: none, url("../assets/img/shadow-opp.svg") no-repeat center center; -} -/* line 253, jee.scss */ -#main #node-6.node-teaser .line { - background-color: #af1380; -} -/* line 259, jee.scss */ -#main #node-7.node-teaser::after { - background: transparent url("../assets/img/bgd-dub.png") no-repeat center center; - background: none, url("../assets/img/bgd-dub.svg") no-repeat center center; -} -/* line 260, jee.scss */ -#main #node-7.node-teaser, #main #node-7.node-teaser a { - color: #22742c; -} -/* line 262, jee.scss */ -#main #node-7.node-teaser h2.node-title, #main #node-7.node-teaser h2.node-title a { - color: #288d80; -} -/* line 263, jee.scss */ -#main #node-7.node-teaser h2.node-title a { - background: transparent url("../assets/img/title-DUB.png") no-repeat center center; - background: none, url("../assets/img/title-DUB.svg") no-repeat center center; - width: 195px; - height: 65px; -} -/* line 265, jee.scss */ -#main #node-7.node-teaser .field-name-field-vignette { - background: transparent url("../assets/img/shadow-dub.png") no-repeat center center; - background: none, url("../assets/img/shadow-dub.svg") no-repeat center center; -} -/* line 266, jee.scss */ -#main #node-7.node-teaser .line { - background-color: #62a530; -} -/* line 272, jee.scss */ -#main #node-8.node-teaser::after { - background: transparent url("../assets/img/bgd-juso.png") no-repeat center center; - background: none, url("../assets/img/bgd-juso.svg") no-repeat center center; -} -/* line 273, jee.scss */ -#main #node-8.node-teaser, #main #node-8.node-teaser a { - color: #0b7f8a; -} -/* line 275, jee.scss */ -#main #node-8.node-teaser h2.node-title, #main #node-8.node-teaser h2.node-title a { - color: #009aa8; -} -/* line 276, jee.scss */ -#main #node-8.node-teaser h2.node-title a { - background: transparent url("../assets/img/title-JUSO.png") no-repeat center center; - background: none, url("../assets/img/title-JUSO.svg") no-repeat center center; - width: 200px; - height: 65px; -} -/* line 278, jee.scss */ -#main #node-8.node-teaser .field-name-field-vignette { - background: transparent url("../assets/img/shadow-juso.png") no-repeat center center; - background: none, url("../assets/img/shadow-juso.svg") no-repeat center center; -} -/* line 279, jee.scss */ -#main #node-8.node-teaser .line { - background-color: #33b4b5; -} -/* line 292, jee.scss */ -#main .node-chapitre.node-teaser { - z-index: 2; - position: absolute; - /* - _____ __________________ ___ _________________ __________________ - / _/ | / /_ __/ ____/ __ \/ | / ____/_ __/ _/ | / / _/_ __/ ____/ - / // |/ / / / / __/ / /_/ / /| |/ / / / / / | | / // / / / / __/ - _/ // /| / / / / /___/ _, _/ ___ / /___ / / _/ / | |/ // / / / / /___ - /___/_/ |_/ /_/ /_____/_/ |_/_/ |_\____/ /_/ /___/ |___/___/ /_/ /_____/ - */ - /* - ____ _____ _____ _____ _____ __ _____ _____ _____ ____ _____ - | \| __| __| _ | | | ||_ _| | | | \| __| - | | | __| __| | | | |__| | | | | | | | | | __| - |____/|_____|__| |__|__|_____|_____|_| |_|_|_|_____|____/|_____| - - */ - -webkit-transition: 1s ease-out; - transition: 1s ease-out; - -webkit-transition-property: opacity; - transition-property: opacity; - opacity: 0; - /* - _____ _____ _____ _____ _____ _____ _ _ _ _____ _____ ____ _____ - | _ | __ | __| | | | __| | | | | | | \| __| - | __| -| __| | |- -| __| | | | | | | | | | | | __| - |__| |__|__|_____|\___/|_____|_____|_____| |_|_|_|_____|____/|_____| - - */ - /* - _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ ____ _____ - | | |_ _| | __| _ |_ _| __| | | | \| __| - | | | |- -| | | |- -| | | | | | | __| | | | | | | | | __| - |_|_|_|_____| |_| |_____|_____|__|__| |_| |_____| |_|_|_|_____|____/|_____| - */ - /* - _____ _____ _____ _____ _____ _____ _____ ____ _____ _____ _____ __ _____ __ __ _____ ____ - | | | | _ | _ |_ _| __| __ | | \| | __| _ | | | _ | | | __| \ - | --| | | __| | | | __| -| | | |- -|__ | __| |__| |_ _| __| | | - |_____|__|__|__|__|__| |_| |_____|__|__| |____/|_____|_____|__| |_____|__|__| |_| |_____|____/ - - */ - /* - _____________ ____________ ___ __ _____ __ _ __ __ _ _ - / ____/ ____/ | / / ____/ __ \/ | / / / ___/ _/_/___ ____ ____ (_)___ / /____ _________ ______/ /_(_) _____ | | - / / __/ __/ / |/ / __/ / /_/ / /| | / / \__ \ / // __ \/ __ \/ __ \ / / __ \/ __/ _ \/ ___/ __ `/ ___/ __/ / | / / _ \ / / - / /_/ / /___/ /| / /___/ _, _/ ___ |/ /______/ / / // / / / /_/ / / / / / / / / / /_/ __/ / / /_/ / /__/ /_/ /| |/ / __// / - \____/_____/_/ |_/_____/_/ |_/_/ |_/_____/____/ / //_/ /_/\____/_/ /_/ /_/_/ /_/\__/\___/_/ \__,_/\___/\__/_/ |___/\___//_/ - |_| /_/ - */ -} -/* line 316, jee.scss */ -#main .node-chapitre.node-teaser.enabled { - opacity: 1; -} -/* line 320, jee.scss */ -#main .node-chapitre.node-teaser h2.node-title a { - -webkit-transform: none; - -ms-transform: none; - transform: none; - -webkit-transform-origin: bottom center; - -ms-transform-origin: bottom center; - transform-origin: bottom center; - -webkit-transition: 1s ease-out; - transition: 1s ease-out; - -webkit-transition-property: -webkit-transform; - transition-property: transform; - z-index: 5; -} -/* line 327, jee.scss */ -#main .node-chapitre.node-teaser > .content { - position: relative; -} -/* line 328, jee.scss */ -#main .node-chapitre.node-teaser .texts { - opacity: 0; - height: 1px; - overflow: hidden; - -webkit-transition: 1s ease-out; - transition: 1s ease-out; - -webkit-transition-property: opacity height; - transition-property: opacity height; - position: absolute; -} -/* line 334, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-partie { - opacity: 0; - position: absolute; - -webkit-transition: 1s ease-in-out 0.1s; - transition: 1s ease-in-out 0.1s; - -webkit-transition-property: opacity -webkit-transform; - transition-property: opacity transform; -} -/* line 340, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-partie:nth-child(2) { - z-index: 2; - opacity: 1; -} -/* line 344, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-partie:nth-child(2) > .field-type-text { - opacity: 0; - -webkit-transition: 0.7s ease-out 0.9s; - transition: 0.7s ease-out 0.9s; - -webkit-transition-property: opacity; - transition-property: opacity; -} -/* line 349, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-partie:nth-child(2) > .field-name-field-vignette { - cursor: pointer; - z-index: 2; - -webkit-transform: scale(0.5); - -ms-transform: scale(0.5); - transform: scale(0.5); - -webkit-transition: 1s ease-out; - transition: 1s ease-out; - -webkit-transition-property: -webkit-transform; - transition-property: transform; -} -/* line 356, jee.scss */ -#main .node-chapitre.node-teaser:after { - opacity: 0; - -webkit-transition: 2s ease-in; - transition: 2s ease-in; - -webkit-transition-property: opacity; - transition-property: opacity; - top: 1px; - left: 1px; - bottom: 2px; - right: 2px; -} -/* line 362, jee.scss */ -#main .node-chapitre.node-teaser .line { - opacity: 0; -} -/* line 375, jee.scss */ -#main .node-chapitre.node-teaser.previewed { - z-index: 100; -} -/* line 377, jee.scss */ -#main .node-chapitre.node-teaser.previewed:after { - opacity: 1; - top: 2em; - left: -12em; - right: -12em; - bottom: -30em; -} -/* line 384, jee.scss */ -#main .node-chapitre.node-teaser.previewed h2.node-title a { - -webkit-transform: scale(2, 2); - -ms-transform: scale(2, 2); - transform: scale(2, 2); -} -/* line 385, jee.scss */ -#main .node-chapitre.node-teaser.previewed .texts { - opacity: 1; - height: 8em; -} -/* line 386, jee.scss */ -#main .node-chapitre.node-teaser.previewed .field-name-field-partie { - opacity: 1; - z-index: 0; -} -/* line 389, jee.scss */ -#main .node-chapitre.node-teaser.previewed .field-name-field-partie > .field { - opacity: 1; - z-index: -1; - cursor: default; -} -/* line 391, jee.scss */ -#main .node-chapitre.node-teaser.previewed .field-name-field-partie:nth-child(2) > .field-name-field-vignette { - -webkit-transform: scale(1.3); - -ms-transform: scale(1.3); - transform: scale(1.3); -} -/* line 408, jee.scss */ -#main .node-chapitre.node-teaser.mitigated { - opacity: 0.2; -} -/* line 419, jee.scss */ -.chapter-displayed #main .node-chapitre.node-teaser { - opacity: 0.05; -} -/* line 431, jee.scss */ -#main .node-chapitre.node-teaser:after { - content: " "; - background-size: contain !important; - position: absolute; - z-index: -1; -} -/* line 438, jee.scss */ -#main .node-chapitre.node-teaser h2.node-title { - font-family: "epflulb"; - font-weight: normal; - text-transform: uppercase; - text-align: center; - max-width: 8.5em; - line-height: 0.85; - z-index: 5; -} -@media only screen and (min-width: 64.063em) { - /* line 438, jee.scss */ - #main .node-chapitre.node-teaser h2.node-title { - font-size: 1.3em; - } -} -@media only screen and (min-width: 90.063em) { - /* line 438, jee.scss */ - #main .node-chapitre.node-teaser h2.node-title { - font-size: 1.8em; - } -} -/* line 452, jee.scss */ -#main .node-chapitre.node-teaser h2.node-title a { - display: block; - text-indent: -1000px; - overflow: hidden; -} -/* line 463, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-comprendre { - min-width: 16em; -} -/* line 464, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-comprendre h1, #main .node-chapitre.node-teaser .field-name-field-comprendre h2, #main .node-chapitre.node-teaser .field-name-field-comprendre h3, #main .node-chapitre.node-teaser .field-name-field-comprendre h4, #main .node-chapitre.node-teaser .field-name-field-comprendre h5, #main .node-chapitre.node-teaser .field-name-field-comprendre h6 { - display: none !important; -} -/* line 466, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-comprendre p { - margin: 0; -} -/* line 470, jee.scss */ -#main .node-chapitre.node-teaser ul.links { - display: block; - margin: 0; - text-align: right; - z-index: 5; - position: relative; - width: 100%; -} -/* line 472, jee.scss */ -#main .node-chapitre.node-teaser ul.links li.node-readmore { - padding: 0; -} -/* line 474, jee.scss */ -#main .node-chapitre.node-teaser ul.links li.node-readmore a { - display: inline-block; - height: 25px; - font-family: "open_sans"; - font-weight: 900; - color: #000 !important; - width: 10em; - text-align: left; - background: transparent url("../assets/img/readmore-btn.png") no-repeat right center; - background: none, url("../assets/img/readmore-btn.svg") no-repeat right center; -} -/* line 487, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-partie { - clear: both; - padding-top: 1em; -} -/* line 491, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-vignette { - position: relative; - float: left; - padding: 3.5em; - margin-top: -4.025em; - margin-right: -2em; - margin-bottom: 0; - margin-left: 0; - background-size: contain; -} -/* line 502, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-vignette img { - width: 65px; - height: 65px; -} -/* line 506, jee.scss */ -#main .node-chapitre.node-teaser .field-type-text { - min-width: 16em; -} -/* line 507, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-titre { - font-family: "epflul"; - font-size: 1.4em; - line-height: 1.1; -} -/* line 512, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-sous-titre { - font-family: "epflul"; - font-size: 1.2em; - line-height: 1.2; -} -/* line 517, jee.scss */ -#main .node-chapitre.node-teaser .field-name-field-description { - font-size: 0.88em; - line-height: 1; -} -/* line 523, jee.scss */ -#main .node-chapitre.node-teaser .line { - z-index: -1; - position: absolute; - top: 3em; - left: 6em; - -webkit-transform-origin: top left; - -ms-transform-origin: top left; - transform-origin: top left; - width: 2px; - opacity: 0.4; -} -/* line 541, jee.scss */ -#main #chapter-wrapper { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: -1; - opacity: 0; - -webkit-transition: 2s ease-out; - transition: 2s ease-out; - -webkit-transition-property: opacity; - transition-property: opacity; - /* - _____ _____ __ _____ _____ _____ _____ __ __ _____ _____ ____ _____ - | | | | | | __ | __| | __ | | | | | | | \| __| - | --| | | |__| | | -|__ | | __ -|_ _| | | | | | | | | __| - |_____|_____|_____|_____|__|__|_____| |_____| |_| |_|___|_____|____/|_____| - */ - /* - _____ _____ _____ _____ _____ _____ _____ _____ _____ - | __| __| | | __| __ | | | | | __| - | | | __| | | | __| -|- -| | | | | __| - |_____|_____|_|___|_____|__|__|_____|__ _|_____|_____| - |__| - */ -} -/* line 550, jee.scss */ -#main #chapter-wrapper.visible { - opacity: 1; - z-index: 500; -} -/* line 555, jee.scss */ -#main #chapter-wrapper #home-btn { - background: transparent url("../assets/img/home-btn.png") no-repeat center center; - background: none, url("../assets/img/home-btn.svg") no-repeat center center; - position: absolute; - z-index: 100; - top: 20px; - left: 20px; - width: 25px; - height: 20px; - cursor: pointer; -} -/* line 570, jee.scss */ -#main #chapter-wrapper #node-2 { - background: transparent url("../assets/img/bgd-sol.png") no-repeat center center; - background: none, url("../assets/img/bgd-sol.svg") no-repeat center center; -} -/* line 572, jee.scss */ -#main #chapter-wrapper #node-2 .field-type-text-long .field-label, -#main #chapter-wrapper #node-2 h2.node-title, -#main #chapter-wrapper #node-2 .field-name-field-dbatre li:before { - color: #ea5b0c; -} -/* line 577, jee.scss */ -#main #chapter-wrapper #node-2 h2.node-title { - background: transparent url("../assets/img/title-SOL-blur.png") no-repeat center center; - background: none, url("../assets/img/title-SOL-blur.svg") no-repeat center center; -} -/* line 580, jee.scss */ -#main #chapter-wrapper #node-3 { - background: transparent url("../assets/img/bgd-dph.png") no-repeat center center; - background: none, url("../assets/img/bgd-dph.svg") no-repeat center center; -} -/* line 582, jee.scss */ -#main #chapter-wrapper #node-3 .field-type-text-long .field-label, -#main #chapter-wrapper #node-3 h2.node-title, -#main #chapter-wrapper #node-3 .field-name-field-dbatre li:before { - color: #cecd00; -} -/* line 587, jee.scss */ -#main #chapter-wrapper #node-3 h2.node-title { - background: transparent url("../assets/img/title-DPH-blur.png") no-repeat center center; - background: none, url("../assets/img/title-DPH-blur.svg") no-repeat center center; -} -/* line 590, jee.scss */ -#main #chapter-wrapper #node-4 { - background: transparent url("../assets/img/bgd-sub.png") no-repeat center center; - background: none, url("../assets/img/bgd-sub.svg") no-repeat center center; -} -/* line 592, jee.scss */ -#main #chapter-wrapper #node-4 .field-type-text-long .field-label, -#main #chapter-wrapper #node-4 h2.node-title, -#main #chapter-wrapper #node-4 .field-name-field-dbatre li:before { - color: #de003a; -} -/* line 597, jee.scss */ -#main #chapter-wrapper #node-4 h2.node-title { - background: transparent url("../assets/img/title-SUB-blur.png") no-repeat center center; - background: none, url("../assets/img/title-SUB-blur.svg") no-repeat center center; -} -/* line 600, jee.scss */ -#main #chapter-wrapper #node-5 { - background: transparent url("../assets/img/bgd-bc.png") no-repeat center center; - background: none, url("../assets/img/bgd-bc.svg") no-repeat center center; -} -/* line 602, jee.scss */ -#main #chapter-wrapper #node-5 .field-type-text-long .field-label, -#main #chapter-wrapper #node-5 h2.node-title, -#main #chapter-wrapper #node-5 .field-name-field-dbatre li:before { - color: #0066b1; -} -/* line 607, jee.scss */ -#main #chapter-wrapper #node-5 h2.node-title { - background: transparent url("../assets/img/title-BC-blur.png") no-repeat center center; - background: none, url("../assets/img/title-BC-blur.svg") no-repeat center center; -} -/* line 610, jee.scss */ -#main #chapter-wrapper #node-6 { - background: transparent url("../assets/img/bgd-opp.png") no-repeat center center; - background: none, url("../assets/img/bgd-opp.svg") no-repeat center center; -} -/* line 612, jee.scss */ -#main #chapter-wrapper #node-6 .field-type-text-long .field-label, -#main #chapter-wrapper #node-6 h2.node-title, -#main #chapter-wrapper #node-6 .field-name-field-dbatre li:before { - color: #af1380; -} -/* line 617, jee.scss */ -#main #chapter-wrapper #node-6 h2.node-title { - background: transparent url("../assets/img/title-OPP-blur.png") no-repeat center center; - background: none, url("../assets/img/title-OPP-blur.svg") no-repeat center center; -} -/* line 620, jee.scss */ -#main #chapter-wrapper #node-7 { - background: transparent url("../assets/img/bgd-bub.png") no-repeat center center; - background: none, url("../assets/img/bgd-bub.svg") no-repeat center center; -} -/* line 622, jee.scss */ -#main #chapter-wrapper #node-7 .field-type-text-long .field-label, -#main #chapter-wrapper #node-7 h2.node-title, -#main #chapter-wrapper #node-7 .field-name-field-dbatre li:before { - color: #62a530; -} -/* line 627, jee.scss */ -#main #chapter-wrapper #node-7 h2.node-title { - background: transparent url("../assets/img/title-DUB-blur.png") no-repeat center center; - background: none, url("../assets/img/title-DUB-blur.svg") no-repeat center center; -} -/* line 630, jee.scss */ -#main #chapter-wrapper #node-8 { - background: transparent url("../assets/img/bgd-juso.png") no-repeat center center; - background: none, url("../assets/img/bgd-juso.svg") no-repeat center center; -} -/* line 632, jee.scss */ -#main #chapter-wrapper #node-8 .field-type-text-long .field-label, -#main #chapter-wrapper #node-8 h2.node-title, -#main #chapter-wrapper #node-8 .field-name-field-dbatre li:before { - color: #33b4b5; -} -/* line 637, jee.scss */ -#main #chapter-wrapper #node-8 h2.node-title { - background: transparent url("../assets/img/title-JUSO-blur.png") no-repeat center center; - background: none, url("../assets/img/title-JUSO-blur.svg") no-repeat center center; -} -/* line 648, jee.scss */ -#main #chapter-wrapper .node { - position: relative; - height: 100%; - width: 100%; -} -/* line 651, jee.scss */ -#main #chapter-wrapper .node a { - color: inherit; -} -/* line 654, jee.scss */ -#main #chapter-wrapper .node-title { - font-family: "epflulb"; - font-weight: normal; - text-transform: uppercase; - text-align: center; - line-height: 0.85; - font-size: 2.268em; - position: absolute; - display: block; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-size: contain !important; - text-indent: -5000px; - z-index: -1; - opacity: 0.4; -} -/* line 670, jee.scss */ -#main #chapter-wrapper .node > .field, #main #chapter-wrapper .node > .block { - position: absolute; -} -/* line 674, jee.scss */ -#main #chapter-wrapper .field-type-text-long, #main #chapter-wrapper .field-type-text { - background-color: rgba(255, 255, 255, 0.9); - min-height: 5em; - width: 19em; - padding: 1em; - z-index: 10; - cursor: move; -} -/* line 680, jee.scss */ -#main #chapter-wrapper .field-type-text-long .field-label, #main #chapter-wrapper .field-type-text .field-label { - text-transform: uppercase; - font-family: "epflulb"; - font-size: 1.2em; -} -/* line 686, jee.scss */ -#main #chapter-wrapper .field-type-text-long h2, #main #chapter-wrapper .field-type-text h2 { - font-size: 0.80em; -} -/* line 689, jee.scss */ -#main #chapter-wrapper .field-type-text-long p, #main #chapter-wrapper .field-type-text p { - font-size: 0.80em; - margin-bottom: 0.5em; -} -/* line 694, jee.scss */ -#main #chapter-wrapper .field-name-field-dbatre { - left: 60em; -} -/* line 696, jee.scss */ -#main #chapter-wrapper .field-name-field-dbatre ul { - margin-left: 1em; -} -/* line 698, jee.scss */ -#main #chapter-wrapper .field-name-field-dbatre ul li { - list-style: none; - line-height: 1; - margin-bottom: 1em; - position: relative; - font-size: 0.80em; -} -/* line 704, jee.scss */ -#main #chapter-wrapper .field-name-field-dbatre ul li:before { - content: "?"; - position: absolute; - top: 0; - left: -1em; - font-family: "epflul"; -} -/* line 715, jee.scss */ -#main #chapter-wrapper .field-name-field-partie { - height: 60%; - width: 100%; - top: 20%; - left: 0; -} -/* line 718, jee.scss */ -#main #chapter-wrapper .field-name-field-partie .field-items { - position: relative; - top: 0; - left: 0; - height: 100%; - width: auto; -} -/* line 723, jee.scss */ -#main #chapter-wrapper .field-name-field-partie .field-items .field { - position: relative; - display: inline-block; -} -/* line 726, jee.scss */ -#main #chapter-wrapper .field-name-field-partie .field-items .field .mask { - position: absolute; - width: 100%; - height: 85%; - top: 0; - left: 0; - z-index: 10; - cursor: move; -} - -/* ______________ ________________ _ ______ ___ ____ ____ __________ - / ___/_ __/ |/_ __/ _/ ____/ | | / / __ \/ | / __ \/ __ \/ ____/ __ \ - \__ \ / / / /| | / / / // / | | /| / / /_/ / /| | / /_/ / /_/ / __/ / /_/ / - ___/ // / / ___ |/ / _/ // /___ | |/ |/ / _, _/ ___ |/ ____/ ____/ /___/ _, _/ -/____//_/ /_/ |_/_/ /___/\____/ |__/|__/_/ |_/_/ |_/_/ /_/ /_____/_/ |_| -*/ -/* line 747, jee.scss */ -#static-wrapper { - position: absolute; - top: 15%; - left: 15%; - bottom: 0; - right: 20px; - z-index: -1; - background-color: #fff; - opacity: 0; - -webkit-transition: 0.5s ease-out; - transition: 0.5s ease-out; - -webkit-transition-property: opacity; - transition-property: opacity; -} -/* line 757, jee.scss */ -#static-wrapper.visible { - opacity: 0.9; - -webkit-transition: 1.5s ease-out; - transition: 1.5s ease-out; - z-index: 500; -} -/* line 763, jee.scss */ -#static-wrapper > .close { - position: absolute; - top: 20px; - right: 20px; - z-index: 500; - width: 25px; - height: 25px; - cursor: pointer; - background: transparent url("../assets/img/close.png") no-repeat center center; - background: none, url("../assets/img/close.svg") no-repeat center center; -} -/* line 772, jee.scss */ -#static-wrapper > .inner { - padding: 5em 7em; - width: 100%; - height: 100%; - overflow: hidden; -} -/* line 776, jee.scss */ -#static-wrapper > .inner > .node { - width: 100%; - height: 100%; - overflow-y: auto; - overflow-x: hidden; -} -/* line 782, jee.scss */ -#static-wrapper h2.node-title { - font-family: "epflulb"; - text-transform: uppercase !important; - font-size: 3em; - color: #000; -} -/* line 790, jee.scss */ -#static-wrapper .content h3 { - font-family: "epflulb"; - font-size: 2em; - text-transform: uppercase !important; - color: #8d198f; -} -/* line 797, jee.scss */ -#static-wrapper .content h4 { - font-size: 1.5em; - font-weight: 700; -} -/* line 804, jee.scss */ -#static-wrapper .content p { - font-family: "open_sans", sans-serif; - font-weight: 600; - font-size: 1em; - line-height: 1.3em; -} - -/* __________ ____ ________________ - / ____/ __ \/ __ \/_ __/ ____/ __ \ - / /_ / / / / / / / / / / __/ / /_/ / - / __/ / /_/ / /_/ / / / / /___/ _, _/ -/_/ \____/\____/ /_/ /_____/_/ |_| -*/ -/* line 821, jee.scss */ -#footer { - position: fixed; - bottom: 0; - right: 20px; - z-index: 900; -} -/* line 826, jee.scss */ -body.chapter-displayed #footer { - display: none; -} -/* line 830, jee.scss */ -#footer .block { - display: inline-block; - vertical-align: top; - font-size: 0.5em; -} -/* line 834, jee.scss */ -#footer .block p { - font-size: inherit; -} -/* line 835, jee.scss */ -#footer .block a { - color: #000; -} -/* line 838, jee.scss */ -#footer .block-menu { - display: block; - font-size: inherit; -} -/* line 841, jee.scss */ -#footer .block-menu ul { - margin: 0; - padding: 0; -} -/* line 843, jee.scss */ -#footer .block-menu ul li { - margin: 0 1em 0 0; - padding: 0; - display: inline-block; - list-style: none; -} -/* line 847, jee.scss */ -#footer .block-menu ul li a { - font-family: "epflulb"; - color: #000; - text-transform: uppercase; - font-size: 0.6em; -} -/* line 857, jee.scss */ -#footer p { - margin: 0; -} - -/* - __ ____________ ______ - / |/ / _/ ___// ____/ - / /|_/ // / \__ \/ / - / / / // / ___/ / /___ -/_/ /_/___//____/\____/ -*/ -/* line 868, jee.scss */ -#loader { - position: absolute; - top: 50%; - left: 50%; - width: 120px; - height: 4px; - margin-left: -60px; - margin-top: -5px; - background: transparent url(../assets/img/loader.gif) no-repeat center center; - z-index: -1; - opacity: 0; - -webkit-transition: 0.5s ease-out; - transition: 0.5s ease-out; - -webkit-transition-property: opacity; - transition-property: opacity; -} -/* line 879, jee.scss */ -body.loading #loader { - z-index: 1000; - opacity: 1; -} - -/* line 885, jee.scss */ -#fullscreen-btn { - position: fixed; - right: 20px; - top: 20px; - z-index: 1000; - width: 25px; - height: 20px; - text-indent: 200px; - overflow: hidden; - cursor: pointer; - background: transparent url("../assets/img/fullscreen-on.png") no-repeat center center; - background: none, url("../assets/img/fullscreen-on.svg") no-repeat center center; -} -/* line 894, jee.scss */ -.fullscreen #fullscreen-btn { - background: transparent url("../assets/img/fullscreen-off.png") no-repeat center center; - background: none, url("../assets/img/fullscreen-off.svg") no-repeat center center; -} - -/* line 907, jee.scss */ -.bubble-1 { - position: absolute; - z-index: 0; - display: block; - width: 425px; - height: 425px; - background: transparent url("../assets/img/bubble-01.png") no-repeat center center; - background: none, url("../assets/img/bubble-01.svg") no-repeat center center; - top: -200px; - left: -200px; -} - -/* line 911, jee.scss */ -.bubble-2 { - position: absolute; - z-index: 0; - display: block; - width: 885px; - height: 885px; - background: transparent url("../assets/img/bubble-02.png") no-repeat center center; - background: none, url("../assets/img/bubble-02.svg") no-repeat center center; - bottom: -400px; - right: -400px; -} - -/* line 916, jee.scss */ -.star { - position: absolute; - z-index: 0; - display: block; - width: 10px; - height: 10px; - opacity: 1; - background: transparent url("../assets/img/star.png") no-repeat center center; - background: none, url("../assets/img/star.svg") no-repeat center center; -} - -/* ____ __________ __ ________ - / __ \/ ____/ __ )/ / / / ____/ - / / / / __/ / __ / / / / / __ - / /_/ / /___/ /_/ / /_/ / /_/ / -/_____/_____/_____/\____/\____/ -*/ -/* line 930, jee.scss */ -#fps { - position: fixed; - bottom: 40px; - left: 20px; - z-index: 1000; -} - -/* line 936, jee.scss */ -#nav-cursor { - position: absolute; - width: 6px; - height: 6px; - margin-top: -3px; - margin-left: -3px; - background-color: red; - z-index: 1000; -} +body:before { + white-space: pre; + font-family: monospace; + content: "Error: Undefined variable: \"$SOL-color-active\".\A on line 197 of /mnt/DataSSD/Sites/ceras/jee_d7/sites/all/themes/gui/jee/css/jee.scss\A \A 192: #node-2{\A 193: &.node-teaser{\A 194: &::after{ @include bg-svg-png('bgd-sol');}\A 195: &, a{color:$SOL-col-txt;}\A 196: h2.node-title{\A 197: &,a{color:$SOL-color-active;}\A 198: a{@include bg-svg-png('title-SOL'); width:170px; height:35px;}\A 199: }\A 200: .field-name-field-vignette{@include bg-svg-png('shadow-sol');}\A 201: .line{background-color:$SOL-col-active;}\A 202: }"; } diff --git a/sites/all/themes/gui/jee/css/jee.scss b/sites/all/themes/gui/jee/css/jee.scss index 5f23e35..cfec537 100755 --- a/sites/all/themes/gui/jee/css/jee.scss +++ b/sites/all/themes/gui/jee/css/jee.scss @@ -194,7 +194,7 @@ div.messages{ &::after{ @include bg-svg-png('bgd-sol');} &, a{color:$SOL-col-txt;} h2.node-title{ - &,a{color:$SOL-color;} + &,a{color:$SOL-color-active;} a{@include bg-svg-png('title-SOL'); width:170px; height:35px;} } .field-name-field-vignette{@include bg-svg-png('shadow-sol');} @@ -207,7 +207,7 @@ div.messages{ &::after{ @include bg-svg-png('bgd-dph');} &, a{color:$DPH-col-txt;} h2.node-title{ - &,a{color:$DPH-color;} + &,a{color:$DPH-color-active;} a{@include bg-svg-png('title-DPH'); width:180px; height:80px;} } .field-name-field-vignette{@include bg-svg-png('shadow-dph');} @@ -220,7 +220,7 @@ div.messages{ &::after{ @include bg-svg-png('bgd-sub');} &, a{color:$SUB-col-txt;} h2.node-title{ - &,a{color:$SUB-color;} + &,a{color:$SUB-color-active;} a{@include bg-svg-png('title-SUB'); width:200px; height:35px;} } .field-name-field-vignette{@include bg-svg-png('shadow-sub');} @@ -233,7 +233,7 @@ div.messages{ &::after{ @include bg-svg-png('bgd-bc');} &, a{color:$BC-col-txt;} h2.node-title{ - &,a{color:$BC-color;} + &,a{color:$BC-color-active;} a{@include bg-svg-png('title-BC'); width:120px; height:45px;} } .field-name-field-vignette{@include bg-svg-png('shadow-bc');} @@ -246,7 +246,7 @@ div.messages{ &::after{ @include bg-svg-png('bgd-opp');} &, a{color:$OPP-col-txt;} h2.node-title{ - &,a{color:$OPP-color;} + &,a{color:$OPP-color-active;} a{@include bg-svg-png('title-OPP'); width:245px; height:95px;} } .field-name-field-vignette{@include bg-svg-png('shadow-opp');} @@ -259,7 +259,7 @@ div.messages{ &::after{ @include bg-svg-png('bgd-dub');} &, a{color:$DUB-col-txt;} h2.node-title{ - &,a{color:$DUB-color;} + &,a{color:$DUB-color-active;} a{@include bg-svg-png('title-DUB'); width:195px; height:65px;} } .field-name-field-vignette{@include bg-svg-png('shadow-dub');} @@ -272,7 +272,7 @@ div.messages{ &::after{ @include bg-svg-png('bgd-juso');} &, a{color:$JUSO-col-txt;} h2.node-title{ - &,a{color:$JUSO-color;} + &,a{color:$JUSO-color-active;} a{@include bg-svg-png('title-JUSO'); width:200px; height:65px; } } .field-name-field-vignette{@include bg-svg-png('shadow-juso');}