5448 lines
154 KiB
CSS
5448 lines
154 KiB
CSS
@charset "UTF-8";
|
||
/*! 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)
|
||
*/
|
||
/* 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 46, jee.scss */
|
||
html {
|
||
position: relative;
|
||
height: 100%;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
}
|
||
|
||
/* line 52, 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 61, 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 113, jee.scss */
|
||
#header {
|
||
z-index: 0;
|
||
position: absolute;
|
||
overflow: hidden;
|
||
-webkit-animation-fill-mode: forwards;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 113, jee.scss */
|
||
#header {
|
||
width: 200px;
|
||
height: 88px;
|
||
top: 50%;
|
||
left: 50%;
|
||
margin-left: -100px;
|
||
margin-top: -44px;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 113, jee.scss */
|
||
#header {
|
||
width: 700px;
|
||
height: 310px;
|
||
top: 50%;
|
||
left: 50%;
|
||
margin-left: -350px;
|
||
margin-top: -155px;
|
||
}
|
||
}
|
||
/* line 136, jee.scss */
|
||
#header h1 {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
/* line 139, jee.scss */
|
||
#header h1 a {
|
||
display: block;
|
||
margin-top: -500%;
|
||
}
|
||
/* line 141, jee.scss */
|
||
#header h1:after, #header h1:before {
|
||
content: "";
|
||
display: block;
|
||
width: 100%;
|
||
height: 100%;
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
opacity: 0;
|
||
}
|
||
/* line 149, 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;
|
||
background-size: contain;
|
||
-webkit-animation: introLogo 6s linear 0s;
|
||
animation: introLogo 6s linear 0s;
|
||
-webkit-animation-fill-mode: forwards;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
/* line 155, 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;
|
||
background-size: contain;
|
||
-webkit-animation: introLogoBlured 6s linear 0s;
|
||
animation: introLogoBlured 6s linear 0s;
|
||
-webkit-animation-fill-mode: forwards;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
/* line 164, 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;
|
||
background-size: contain;
|
||
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 170, jee.scss */
|
||
#header h2 a {
|
||
display: block;
|
||
margin-top: -500%;
|
||
}
|
||
|
||
/* line 177, jee.scss */
|
||
div.messages {
|
||
position: absolute;
|
||
top: 20px;
|
||
right: 20px;
|
||
width: 500px;
|
||
max-height: 60%;
|
||
overflow-y: auto;
|
||
z-index: 1000;
|
||
}
|
||
|
||
/* line 185, jee.scss */
|
||
#main {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
z-index: 2;
|
||
/*
|
||
_____ _____ __ _____ _____ _____ _____ __ __ _____ _____ ____ _____
|
||
| | | | | | __ | __| | __ | | | | | | | \| __|
|
||
| --| | | |__| | | -|__ | | __ -|_ _| | | | | | | | | __|
|
||
|_____|_____|_____|_____|__|__|_____| |_____| |_| |_|___|_____|____/|_____|
|
||
*/
|
||
/*
|
||
_____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ _____
|
||
| | | | _ | _ |_ _| __| __ | __| | __| __| | | __| __ | | | | | __|
|
||
| --| | | __| | | | __| -|__ | | | | __| | | | __| -|- -| | | | | __|
|
||
|_____|__|__|__|__|__| |_| |_____|__|__|_____| |_____|_____|_|___|_____|__|__|_____|__ _|_____|_____|
|
||
|__|
|
||
*/
|
||
/* ____ ____ _______ ____________ ________ _____ ____ ________________ _____
|
||
/ __ \/ __ \/ ____/ | / / ____/ __ \ / ____/ / / / | / __ \/_ __/ ____/ __ \/ ___/
|
||
/ / / / /_/ / __/ / |/ / __/ / / / / / / / /_/ / /| | / /_/ / / / / __/ / /_/ /\__ \
|
||
/ /_/ / ____/ /___/ /| / /___/ /_/ / / /___/ __ / ___ |/ ____/ / / / /___/ _, _/___/ /
|
||
\____/_/ /_____/_/ |_/_____/_____/ \____/_/ /_/_/ |_/_/ /_/ /_____/_/ |_|/____/
|
||
*/
|
||
}
|
||
/* line 191, jee.scss */
|
||
#main .block-system {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
}
|
||
/* line 219, 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 220, jee.scss */
|
||
#main #node-2.node-teaser, #main #node-2.node-teaser a {
|
||
color: #b24c14;
|
||
}
|
||
/* line 222, jee.scss */
|
||
#main #node-2.node-teaser h2.node-title, #main #node-2.node-teaser h2.node-title a {
|
||
color: #d85509;
|
||
}
|
||
/* line 223, 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;
|
||
background-size: contain;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 223, jee.scss */
|
||
#main #node-2.node-teaser h2.node-title a {
|
||
width: 85px;
|
||
height: 17.5px;
|
||
margin: 0 34px;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 223, jee.scss */
|
||
#main #node-2.node-teaser h2.node-title a {
|
||
width: 170px;
|
||
height: 35px;
|
||
}
|
||
}
|
||
/* line 229, 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 230, jee.scss */
|
||
#main #node-2.node-teaser .line {
|
||
background-color: #ea5b0c;
|
||
}
|
||
/* line 233, jee.scss */
|
||
#main #node-2.node-teaser.previewed h2.node-title, #main #node-2.node-teaser.previewed h2.node-title a {
|
||
color: #ea5b0c;
|
||
}
|
||
/* line 234, jee.scss */
|
||
#main #node-2.node-teaser.previewed h2.node-title a {
|
||
background: transparent url("../assets/img/title-SOL-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-SOL-activ.svg") no-repeat center center;
|
||
}
|
||
/* line 242, 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 243, jee.scss */
|
||
#main #node-3.node-teaser, #main #node-3.node-teaser a {
|
||
color: #686b00;
|
||
}
|
||
/* line 245, jee.scss */
|
||
#main #node-3.node-teaser h2.node-title, #main #node-3.node-teaser h2.node-title a {
|
||
color: #afaf00;
|
||
}
|
||
/* line 246, 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;
|
||
background-size: contain;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 246, jee.scss */
|
||
#main #node-3.node-teaser h2.node-title a {
|
||
width: 90px;
|
||
height: 40px;
|
||
margin: 0 36px;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 246, jee.scss */
|
||
#main #node-3.node-teaser h2.node-title a {
|
||
width: 180px;
|
||
height: 80px;
|
||
}
|
||
}
|
||
/* line 252, 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 253, jee.scss */
|
||
#main #node-3.node-teaser .line {
|
||
background-color: #cecd00;
|
||
}
|
||
/* line 256, jee.scss */
|
||
#main #node-3.node-teaser.previewed h2.node-title, #main #node-3.node-teaser.previewed h2.node-title a {
|
||
color: #cecd00;
|
||
}
|
||
/* line 257, jee.scss */
|
||
#main #node-3.node-teaser.previewed h2.node-title a {
|
||
background: transparent url("../assets/img/title-DPH-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-DPH-activ.svg") no-repeat center center;
|
||
}
|
||
/* line 265, 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 266, jee.scss */
|
||
#main #node-4.node-teaser, #main #node-4.node-teaser a {
|
||
color: #b71330;
|
||
}
|
||
/* line 268, jee.scss */
|
||
#main #node-4.node-teaser h2.node-title, #main #node-4.node-teaser h2.node-title a {
|
||
color: #cd0734;
|
||
}
|
||
/* line 269, 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;
|
||
background-size: contain;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 269, jee.scss */
|
||
#main #node-4.node-teaser h2.node-title a {
|
||
width: 100px;
|
||
height: 17.5px;
|
||
margin: 0 40px;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 269, jee.scss */
|
||
#main #node-4.node-teaser h2.node-title a {
|
||
width: 200px;
|
||
height: 35px;
|
||
}
|
||
}
|
||
/* line 275, 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 276, jee.scss */
|
||
#main #node-4.node-teaser .line {
|
||
background-color: #de003a;
|
||
}
|
||
/* line 279, jee.scss */
|
||
#main #node-4.node-teaser.previewed h2.node-title, #main #node-4.node-teaser.previewed h2.node-title a {
|
||
color: #de003a;
|
||
}
|
||
/* line 280, jee.scss */
|
||
#main #node-4.node-teaser.previewed h2.node-title a {
|
||
background: transparent url("../assets/img/title-SUB-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-SUB-activ.svg") no-repeat center center;
|
||
}
|
||
/* line 288, 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 289, jee.scss */
|
||
#main #node-5.node-teaser, #main #node-5.node-teaser a {
|
||
color: #033d6f;
|
||
}
|
||
/* line 291, jee.scss */
|
||
#main #node-5.node-teaser h2.node-title, #main #node-5.node-teaser h2.node-title a {
|
||
color: #024b87;
|
||
}
|
||
/* line 292, 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;
|
||
background-size: contain;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 292, jee.scss */
|
||
#main #node-5.node-teaser h2.node-title a {
|
||
width: 60px;
|
||
height: 22.5px;
|
||
margin: 0 24px;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 292, jee.scss */
|
||
#main #node-5.node-teaser h2.node-title a {
|
||
width: 120px;
|
||
height: 45px;
|
||
}
|
||
}
|
||
/* line 298, 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 299, jee.scss */
|
||
#main #node-5.node-teaser .line {
|
||
background-color: #0066b1;
|
||
}
|
||
/* line 302, jee.scss */
|
||
#main #node-5.node-teaser.previewed h2.node-title, #main #node-5.node-teaser.previewed h2.node-title a {
|
||
color: #0066b1;
|
||
}
|
||
/* line 303, jee.scss */
|
||
#main #node-5.node-teaser.previewed h2.node-title a {
|
||
background: transparent url("../assets/img/title-BC-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-BC-activ.svg") no-repeat center center;
|
||
}
|
||
/* line 311, 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 312, jee.scss */
|
||
#main #node-6.node-teaser, #main #node-6.node-teaser a {
|
||
color: #7f1965;
|
||
}
|
||
/* line 314, jee.scss */
|
||
#main #node-6.node-teaser h2.node-title, #main #node-6.node-teaser h2.node-title a {
|
||
color: #941b80;
|
||
}
|
||
/* line 315, 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;
|
||
background-size: contain;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 315, jee.scss */
|
||
#main #node-6.node-teaser h2.node-title a {
|
||
width: 122.5px;
|
||
height: 47.5px;
|
||
margin: 0 49px;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 315, jee.scss */
|
||
#main #node-6.node-teaser h2.node-title a {
|
||
width: 245px;
|
||
height: 95px;
|
||
}
|
||
}
|
||
/* line 321, 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 322, jee.scss */
|
||
#main #node-6.node-teaser .line {
|
||
background-color: #af1380;
|
||
}
|
||
/* line 325, jee.scss */
|
||
#main #node-6.node-teaser.previewed h2.node-title, #main #node-6.node-teaser.previewed h2.node-title a {
|
||
color: #af1380;
|
||
}
|
||
/* line 326, jee.scss */
|
||
#main #node-6.node-teaser.previewed h2.node-title a {
|
||
background: transparent url("../assets/img/title-OPP-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-OPP-activ.svg") no-repeat center center;
|
||
}
|
||
/* line 334, 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 335, jee.scss */
|
||
#main #node-7.node-teaser, #main #node-7.node-teaser a {
|
||
color: #22742c;
|
||
}
|
||
/* line 337, jee.scss */
|
||
#main #node-7.node-teaser h2.node-title, #main #node-7.node-teaser h2.node-title a {
|
||
color: #288d80;
|
||
}
|
||
/* line 338, 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;
|
||
background-size: contain;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 338, jee.scss */
|
||
#main #node-7.node-teaser h2.node-title a {
|
||
width: 97.5px;
|
||
height: 32.5px;
|
||
margin: 0 39px;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 338, jee.scss */
|
||
#main #node-7.node-teaser h2.node-title a {
|
||
width: 195px;
|
||
height: 65px;
|
||
}
|
||
}
|
||
/* line 344, 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 345, jee.scss */
|
||
#main #node-7.node-teaser .line {
|
||
background-color: #62a530;
|
||
}
|
||
/* line 348, jee.scss */
|
||
#main #node-7.node-teaser.previewed h2.node-title, #main #node-7.node-teaser.previewed h2.node-title a {
|
||
color: #62a530;
|
||
}
|
||
/* line 349, jee.scss */
|
||
#main #node-7.node-teaser.previewed h2.node-title a {
|
||
background: transparent url("../assets/img/title-DUB-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-DUB-activ.svg") no-repeat center center;
|
||
}
|
||
/* line 357, 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 358, jee.scss */
|
||
#main #node-8.node-teaser, #main #node-8.node-teaser a {
|
||
color: #0b7f8a;
|
||
}
|
||
/* line 360, jee.scss */
|
||
#main #node-8.node-teaser h2.node-title, #main #node-8.node-teaser h2.node-title a {
|
||
color: #009aa8;
|
||
}
|
||
/* line 361, 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;
|
||
background-size: contain;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 361, jee.scss */
|
||
#main #node-8.node-teaser h2.node-title a {
|
||
width: 100px;
|
||
height: 32.5px;
|
||
margin: 0 40px;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 361, jee.scss */
|
||
#main #node-8.node-teaser h2.node-title a {
|
||
width: 200px;
|
||
height: 65px;
|
||
}
|
||
}
|
||
/* line 367, 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 368, jee.scss */
|
||
#main #node-8.node-teaser .line {
|
||
background-color: #33b4b5;
|
||
}
|
||
/* line 371, jee.scss */
|
||
#main #node-8.node-teaser.previewed h2.node-title, #main #node-8.node-teaser.previewed h2.node-title a {
|
||
color: #33b4b5;
|
||
}
|
||
/* line 372, jee.scss */
|
||
#main #node-8.node-teaser.previewed h2.node-title a {
|
||
background: transparent url("../assets/img/title-JUSO-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-JUSO-activ.svg") no-repeat center center;
|
||
}
|
||
/* line 387, 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 411, jee.scss */
|
||
#main .node-chapitre.node-teaser.enabled {
|
||
opacity: 1;
|
||
}
|
||
/* line 415, jee.scss */
|
||
#main .node-chapitre.node-teaser h2.node-title {
|
||
cursor: pointer;
|
||
}
|
||
/* line 417, 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 425, jee.scss */
|
||
#main .node-chapitre.node-teaser > .content {
|
||
position: relative;
|
||
left: 0;
|
||
}
|
||
/* line 426, 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 432, 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 438, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-name-field-partie:nth-child(2) {
|
||
z-index: 2;
|
||
opacity: 1;
|
||
}
|
||
/* line 442, 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 447, 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 454, 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 460, jee.scss */
|
||
#main .node-chapitre.node-teaser .line {
|
||
opacity: 0;
|
||
}
|
||
/* line 473, jee.scss */
|
||
#main .node-chapitre.node-teaser.previewed {
|
||
z-index: 100;
|
||
}
|
||
/* line 475, jee.scss */
|
||
#main .node-chapitre.node-teaser.previewed:after {
|
||
opacity: 1;
|
||
top: 2em;
|
||
left: -12em;
|
||
right: -12em;
|
||
bottom: -30em;
|
||
}
|
||
/* line 482, 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 483, jee.scss */
|
||
#main .node-chapitre.node-teaser.previewed .texts {
|
||
opacity: 1;
|
||
height: 8em;
|
||
}
|
||
/* line 484, jee.scss */
|
||
#main .node-chapitre.node-teaser.previewed .field-name-field-partie {
|
||
opacity: 1;
|
||
z-index: 0;
|
||
}
|
||
/* line 487, jee.scss */
|
||
#main .node-chapitre.node-teaser.previewed .field-name-field-partie > .field {
|
||
opacity: 1;
|
||
z-index: -1;
|
||
cursor: default;
|
||
}
|
||
/* line 489, 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 494, jee.scss */
|
||
#main .node-chapitre.node-teaser.previewed .field-name-field-partie .field-name-field-vignette {
|
||
z-index: 2;
|
||
cursor: pointer;
|
||
}
|
||
/* line 509, jee.scss */
|
||
#main .node-chapitre.node-teaser.mitigated {
|
||
opacity: 0.2;
|
||
}
|
||
/* line 520, jee.scss */
|
||
.chapter-displayed #main .node-chapitre.node-teaser {
|
||
opacity: 0.05;
|
||
}
|
||
/* line 532, jee.scss */
|
||
#main .node-chapitre.node-teaser:after {
|
||
content: " ";
|
||
background-size: contain !important;
|
||
position: absolute;
|
||
z-index: -1;
|
||
}
|
||
/* line 539, 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 539, jee.scss */
|
||
#main .node-chapitre.node-teaser h2.node-title {
|
||
font-size: 1.3em;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 90.063em) {
|
||
/* line 539, jee.scss */
|
||
#main .node-chapitre.node-teaser h2.node-title {
|
||
font-size: 1.8em;
|
||
}
|
||
}
|
||
/* line 553, jee.scss */
|
||
#main .node-chapitre.node-teaser h2.node-title a {
|
||
display: block;
|
||
text-indent: -1000px;
|
||
overflow: hidden;
|
||
}
|
||
/* line 565, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-name-field-accroche {
|
||
min-width: 19em;
|
||
}
|
||
/* line 566, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-name-field-accroche h1, #main .node-chapitre.node-teaser .field-name-field-accroche h2, #main .node-chapitre.node-teaser .field-name-field-accroche h3, #main .node-chapitre.node-teaser .field-name-field-accroche h4, #main .node-chapitre.node-teaser .field-name-field-accroche h5, #main .node-chapitre.node-teaser .field-name-field-accroche h6 {
|
||
display: none !important;
|
||
}
|
||
/* line 568, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-name-field-accroche p {
|
||
margin: 0;
|
||
}
|
||
/* line 572, jee.scss */
|
||
#main .node-chapitre.node-teaser ul.links {
|
||
display: block;
|
||
margin: 0;
|
||
text-align: right;
|
||
z-index: 5;
|
||
position: relative;
|
||
width: 100%;
|
||
}
|
||
/* line 574, jee.scss */
|
||
#main .node-chapitre.node-teaser ul.links li.node-readmore {
|
||
padding: 0;
|
||
}
|
||
/* line 576, 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 589, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-name-field-partie {
|
||
clear: both;
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 589, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-name-field-partie {
|
||
padding-top: 1em;
|
||
}
|
||
}
|
||
/* line 597, 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 608, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-name-field-vignette img {
|
||
width: 65px;
|
||
height: 65px;
|
||
}
|
||
/* line 612, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-type-text {
|
||
min-width: 16em;
|
||
}
|
||
/* line 613, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-name-field-titre {
|
||
font-family: "epflul";
|
||
font-size: 1.4em;
|
||
line-height: 1.1;
|
||
}
|
||
/* line 618, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-name-field-sous-titre {
|
||
font-family: "epflul";
|
||
font-size: 1.2em;
|
||
line-height: 1.2;
|
||
}
|
||
/* line 623, jee.scss */
|
||
#main .node-chapitre.node-teaser .field-name-field-description {
|
||
font-size: 0.88em;
|
||
line-height: 1;
|
||
}
|
||
/* line 629, 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 647, jee.scss */
|
||
#main #chapter-wrapper {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
z-index: -1;
|
||
opacity: 0;
|
||
-webkit-transition: 2s ease-out;
|
||
transition: 2s ease-out;
|
||
-webkit-transition-property: opacity;
|
||
transition-property: opacity;
|
||
/*
|
||
_____ _____ __ _____ _____ _____ _____ __ __ _____ _____ ____ _____
|
||
| | | | | | __ | __| | __ | | | | | | | \| __|
|
||
| --| | | |__| | | -|__ | | __ -|_ _| | | | | | | | | __|
|
||
|_____|_____|_____|_____|__|__|_____| |_____| |_| |_|___|_____|____/|_____|
|
||
*/
|
||
/*
|
||
_____ _____ _____ _____ _____ _____ _____ _____ _____
|
||
| __| __| | | __| __ | | | | | __|
|
||
| | | __| | | | __| -|- -| | | | | __|
|
||
|_____|_____|_|___|_____|__|__|_____|__ _|_____|_____|
|
||
|__|
|
||
*/
|
||
}
|
||
/* line 657, jee.scss */
|
||
#main #chapter-wrapper.visible {
|
||
opacity: 1;
|
||
z-index: 500;
|
||
}
|
||
/* line 662, 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 677, 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 679, 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,
|
||
#main #chapter-wrapper #node-2 .field-name-field-partager .field-label {
|
||
color: #ea5b0c;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 686, jee.scss */
|
||
#main #chapter-wrapper #node-2 h2.node-title {
|
||
background: transparent url("../assets/img/title-SOL-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-SOL-activ.svg") no-repeat center center;
|
||
height: 1.5em;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 692, 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 696, 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 698, 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,
|
||
#main #chapter-wrapper #node-3 .field-name-field-partager .field-label {
|
||
color: #cecd00;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 705, jee.scss */
|
||
#main #chapter-wrapper #node-3 h2.node-title {
|
||
background: transparent url("../assets/img/title-DPH-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-DPH-activ.svg") no-repeat center center;
|
||
height: 5em;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 711, 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 715, 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 717, 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,
|
||
#main #chapter-wrapper #node-4 .field-name-field-partager .field-label {
|
||
color: #de003a;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 724, jee.scss */
|
||
#main #chapter-wrapper #node-4 h2.node-title {
|
||
background: transparent url("../assets/img/title-SUB-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-SUB-activ.svg") no-repeat center center;
|
||
height: 1.5em;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 730, 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 734, 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 736, 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,
|
||
#main #chapter-wrapper #node-5 .field-name-field-partager .field-label {
|
||
color: #0066b1;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 743, jee.scss */
|
||
#main #chapter-wrapper #node-5 h2.node-title {
|
||
background: transparent url("../assets/img/title-BC-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-BC-activ.svg") no-repeat center center;
|
||
height: 4em;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 749, 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 753, 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 755, 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,
|
||
#main #chapter-wrapper #node-6 .field-name-field-partager .field-label {
|
||
color: #af1380;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 762, jee.scss */
|
||
#main #chapter-wrapper #node-6 h2.node-title {
|
||
background: transparent url("../assets/img/title-OPP-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-OPP-activ.svg") no-repeat center center;
|
||
height: 6em;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 768, 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 772, 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 774, 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,
|
||
#main #chapter-wrapper #node-7 .field-name-field-partager .field-label {
|
||
color: #62a530;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 781, jee.scss */
|
||
#main #chapter-wrapper #node-7 h2.node-title {
|
||
background: transparent url("../assets/img/title-DUB-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-DUB-activ.svg") no-repeat center center;
|
||
height: 5em;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 787, 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 791, 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 793, 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,
|
||
#main #chapter-wrapper #node-8 .field-name-field-partager .field-label {
|
||
color: #33b4b5;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 800, jee.scss */
|
||
#main #chapter-wrapper #node-8 h2.node-title {
|
||
background: transparent url("../assets/img/title-JUSO-activ.png") no-repeat center center;
|
||
background: none, url("../assets/img/title-JUSO-activ.svg") no-repeat center center;
|
||
height: 3em;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 806, 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 818, jee.scss */
|
||
#main #chapter-wrapper .node {
|
||
position: relative;
|
||
height: 100%;
|
||
width: 100%;
|
||
}
|
||
/* line 821, jee.scss */
|
||
#main #chapter-wrapper .node a {
|
||
color: inherit;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 818, jee.scss */
|
||
#main #chapter-wrapper .node {
|
||
overflow-y: auto;
|
||
}
|
||
}
|
||
/* line 828, jee.scss */
|
||
#main #chapter-wrapper .node-title {
|
||
font-family: "epflulb";
|
||
font-weight: normal;
|
||
text-transform: uppercase;
|
||
text-align: center;
|
||
line-height: 0.85;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 828, jee.scss */
|
||
#main #chapter-wrapper .node-title {
|
||
width: 80%;
|
||
margin: 2em auto 1em;
|
||
background-size: contain !important;
|
||
background-position: center center;
|
||
text-indent: -5000px;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 828, jee.scss */
|
||
#main #chapter-wrapper .node-title {
|
||
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;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 857, jee.scss */
|
||
#main #chapter-wrapper .node > .field, #main #chapter-wrapper .node > .block {
|
||
position: absolute;
|
||
}
|
||
}
|
||
/* line 862, 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;
|
||
padding: 1em;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 862, jee.scss */
|
||
#main #chapter-wrapper .field-type-text-long, #main #chapter-wrapper .field-type-text {
|
||
width: 80%;
|
||
margin: 1em auto;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 862, jee.scss */
|
||
#main #chapter-wrapper .field-type-text-long, #main #chapter-wrapper .field-type-text {
|
||
width: 19em;
|
||
z-index: 10;
|
||
cursor: move;
|
||
}
|
||
}
|
||
/* line 877, 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 883, jee.scss */
|
||
#main #chapter-wrapper .field-type-text-long h2, #main #chapter-wrapper .field-type-text h2 {
|
||
font-size: 0.80em;
|
||
}
|
||
/* line 886, 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 891, jee.scss */
|
||
#main #chapter-wrapper .field-type-text-long a, #main #chapter-wrapper .field-type-text a {
|
||
text-decoration: underline;
|
||
}
|
||
/* line 896, jee.scss */
|
||
#main #chapter-wrapper .field-name-field-dbatre {
|
||
left: 60em;
|
||
}
|
||
/* line 898, jee.scss */
|
||
#main #chapter-wrapper .field-name-field-dbatre ul {
|
||
margin: 1em 0 1em 1em;
|
||
}
|
||
/* line 900, 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 906, jee.scss */
|
||
#main #chapter-wrapper .field-name-field-dbatre ul li:before {
|
||
content: "?";
|
||
position: absolute;
|
||
top: 0;
|
||
left: -1em;
|
||
font-family: "epflul";
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 917, jee.scss */
|
||
#main #chapter-wrapper .field-name-field-partie {
|
||
height: 60%;
|
||
width: 100%;
|
||
top: 20%;
|
||
left: 0;
|
||
}
|
||
/* line 921, jee.scss */
|
||
#main #chapter-wrapper .field-name-field-partie .field-items {
|
||
position: relative;
|
||
top: 0;
|
||
left: 0;
|
||
height: 100%;
|
||
width: auto;
|
||
}
|
||
/* line 926, jee.scss */
|
||
#main #chapter-wrapper .field-name-field-partie .field-items .field {
|
||
position: relative;
|
||
display: inline-block;
|
||
}
|
||
/* line 929, 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 951, jee.scss */
|
||
#static-wrapper {
|
||
position: absolute;
|
||
background-color: #fff;
|
||
opacity: 0;
|
||
-webkit-transition: 0.5s ease-out;
|
||
transition: 0.5s ease-out;
|
||
-webkit-transition-property: opacity;
|
||
transition-property: opacity;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 951, jee.scss */
|
||
#static-wrapper {
|
||
top: 10%;
|
||
bottom: 0;
|
||
right: 0;
|
||
width: 100%;
|
||
z-index: -1;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 951, jee.scss */
|
||
#static-wrapper {
|
||
top: 15%;
|
||
bottom: 0;
|
||
right: 20px;
|
||
width: 80%;
|
||
max-width: 55em;
|
||
z-index: -1;
|
||
}
|
||
}
|
||
/* line 972, jee.scss */
|
||
#static-wrapper.visible {
|
||
opacity: 0.9;
|
||
-webkit-transition: 1.5s ease-out;
|
||
transition: 1.5s ease-out;
|
||
z-index: 500;
|
||
}
|
||
/* line 978, jee.scss */
|
||
#static-wrapper > .close {
|
||
position: absolute;
|
||
cursor: pointer;
|
||
background: transparent url("../assets/img/close.png") no-repeat center center;
|
||
background: none, url("../assets/img/close.svg") no-repeat center center;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 978, jee.scss */
|
||
#static-wrapper > .close {
|
||
top: 10px;
|
||
right: 10px;
|
||
z-index: 500;
|
||
width: 15px;
|
||
height: 15px;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 978, jee.scss */
|
||
#static-wrapper > .close {
|
||
top: 20px;
|
||
right: 20px;
|
||
z-index: 500;
|
||
width: 25px;
|
||
height: 25px;
|
||
}
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 994, jee.scss */
|
||
#static-wrapper > .inner {
|
||
padding: 1em 1em 1.5em;
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 994, jee.scss */
|
||
#static-wrapper > .inner {
|
||
padding: 5em 7em;
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow: hidden;
|
||
}
|
||
}
|
||
/* line 1004, jee.scss */
|
||
#static-wrapper > .inner > .node {
|
||
width: 100%;
|
||
height: 100%;
|
||
overflow-y: auto;
|
||
overflow-x: hidden;
|
||
padding-right: 1.5em;
|
||
}
|
||
/* line 1011, jee.scss */
|
||
#static-wrapper h2.node-title {
|
||
font-family: "epflulb";
|
||
text-transform: uppercase !important;
|
||
font-size: 3em;
|
||
color: #000;
|
||
}
|
||
/* line 1019, jee.scss */
|
||
#static-wrapper .content h3 {
|
||
font-family: "epflulb";
|
||
font-size: 2em;
|
||
text-transform: uppercase !important;
|
||
color: #8d198f;
|
||
}
|
||
/* line 1026, jee.scss */
|
||
#static-wrapper .content h4 {
|
||
font-size: 1em;
|
||
font-weight: 700;
|
||
}
|
||
/* line 1033, jee.scss */
|
||
#static-wrapper .content p {
|
||
font-family: "open_sans", sans-serif;
|
||
font-weight: 600;
|
||
font-size: 0.85em;
|
||
line-height: 1.5em;
|
||
}
|
||
/* line 1040, jee.scss */
|
||
#static-wrapper .content a {
|
||
text-decoration: underline;
|
||
}
|
||
/* line 1043, jee.scss */
|
||
#static-wrapper .content img.floatleft {
|
||
float: left;
|
||
margin-right: 1em;
|
||
}
|
||
/* line 1044, jee.scss */
|
||
#static-wrapper .content img.floatright {
|
||
float: right;
|
||
margin-left: 1em;
|
||
}
|
||
|
||
/* __________ ____ ________________
|
||
/ ____/ __ \/ __ \/_ __/ ____/ __ \
|
||
/ /_ / / / / / / / / / / __/ / /_/ /
|
||
/ __/ / /_/ / /_/ / / / / /___/ _, _/
|
||
/_/ \____/\____/ /_/ /_____/_/ |_|
|
||
*/
|
||
/* line 1056, jee.scss */
|
||
#footer {
|
||
position: fixed;
|
||
bottom: 0;
|
||
right: 20px;
|
||
z-index: 900;
|
||
}
|
||
/* line 1061, jee.scss */
|
||
body.chapter-displayed #footer {
|
||
display: none;
|
||
}
|
||
/* line 1065, jee.scss */
|
||
#footer .block {
|
||
display: inline-block;
|
||
vertical-align: top;
|
||
font-size: 0.5em;
|
||
}
|
||
/* line 1069, jee.scss */
|
||
#footer .block p {
|
||
font-size: inherit;
|
||
}
|
||
/* line 1070, jee.scss */
|
||
#footer .block a {
|
||
color: #000;
|
||
}
|
||
/* line 1073, jee.scss */
|
||
#footer .block-menu {
|
||
display: block;
|
||
font-size: inherit;
|
||
}
|
||
/* line 1076, jee.scss */
|
||
#footer .block-menu ul {
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
/* line 1078, jee.scss */
|
||
#footer .block-menu ul li {
|
||
padding: 0;
|
||
display: inline-block;
|
||
list-style: none;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 1078, jee.scss */
|
||
#footer .block-menu ul li {
|
||
margin: 0 0.1em 0.5em 0;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 1078, jee.scss */
|
||
#footer .block-menu ul li {
|
||
margin: 0 1em 0 0;
|
||
}
|
||
}
|
||
/* line 1088, jee.scss */
|
||
#footer .block-menu ul li a {
|
||
font-family: "epflulb";
|
||
color: #000;
|
||
text-transform: uppercase;
|
||
}
|
||
@media only screen and (max-width: 40em) {
|
||
/* line 1088, jee.scss */
|
||
#footer .block-menu ul li a {
|
||
font-size: 0.4em;
|
||
}
|
||
}
|
||
@media only screen and (min-width: 40.063em) {
|
||
/* line 1088, jee.scss */
|
||
#footer .block-menu ul li a {
|
||
font-size: 0.6em;
|
||
}
|
||
}
|
||
/* line 1103, jee.scss */
|
||
#footer p {
|
||
margin: 0;
|
||
}
|
||
/* line 1107, jee.scss */
|
||
#footer #block-block-1 {
|
||
display: none;
|
||
}
|
||
|
||
/*
|
||
__ ____________ ______
|
||
/ |/ / _/ ___// ____/
|
||
/ /|_/ // / \__ \/ /
|
||
/ / / // / ___/ / /___
|
||
/_/ /_/___//____/\____/
|
||
*/
|
||
/* line 1116, 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 1127, jee.scss */
|
||
body.loading #loader {
|
||
z-index: 1000;
|
||
opacity: 1;
|
||
}
|
||
|
||
/* line 1133, 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 1142, 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 1155, 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 1159, 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 1164, 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;
|
||
}
|
||
|
||
/*Remove Mozilla Firefox Border – Remove Dotted Line Around Link */
|
||
/* line 1174, jee.scss */
|
||
* {
|
||
outline: 0 !important;
|
||
}
|
||
|
||
/* ____ __________ __ ________
|
||
/ __ \/ ____/ __ )/ / / / ____/
|
||
/ / / / __/ / __ / / / / / __
|
||
/ /_/ / /___/ /_/ / /_/ / /_/ /
|
||
/_____/_____/_____/\____/\____/
|
||
*/
|
||
/* line 1183, jee.scss */
|
||
#fps {
|
||
position: fixed;
|
||
bottom: 40px;
|
||
left: 20px;
|
||
z-index: 1000;
|
||
}
|
||
|
||
/* line 1189, jee.scss */
|
||
#nav-cursor {
|
||
position: absolute;
|
||
width: 6px;
|
||
height: 6px;
|
||
margin-top: -3px;
|
||
margin-left: -3px;
|
||
background-color: red;
|
||
z-index: 1000;
|
||
}
|