diff --git a/static/src/pyconau2017/css/stylesheets/style.css b/static/src/pyconau2017/css/stylesheets/style.css deleted file mode 100644 index e835f19f02b310f8a3341d3ddb15dc2d5da7fdec..0000000000000000000000000000000000000000 --- a/static/src/pyconau2017/css/stylesheets/style.css +++ /dev/null @@ -1,3422 +0,0 @@ -/* Welcome to Compass. - * In this file you should write your main styles. (or centralize your imports) - * Import this file using the following HTML or equivalent: - * */ -/* line 17, ../../../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font: inherit; - font-size: 100%; - vertical-align: baseline; -} - -/* line 22, ../../../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ -html { - line-height: 1; -} - -/* line 24, ../../../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ -ol, ul { - list-style: none; -} - -/* line 26, ../../../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ -table { - border-collapse: collapse; - border-spacing: 0; -} - -/* line 28, ../../../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ -caption, th, td { - text-align: left; - font-weight: normal; - vertical-align: middle; -} - -/* line 30, ../../../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ -q, blockquote { - quotes: none; -} -/* line 103, ../../../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ -q:before, q:after, blockquote:before, blockquote:after { - content: ""; - content: none; -} - -/* line 32, ../../../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ -a img { - border: none; -} - -/* line 116, ../../../../../../../../usr/local/share/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ -article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { - display: block; -} - -/* - #Ribs - ## Copyright Information - Skeleton is Copyright 2011, Dave Gamache - - Ribs is the evolution of Skeleton by Nick Pack - Free to use under the MIT license. - http://github.com/nickpack/Ribs -*/ -/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ -/* ========================================================================== - HTML5 display definitions - ========================================================================== */ -/** - * Correct `block` display not defined in IE 8/9. - */ -/* line 22, ../sass/ribs/normalize/_normalize.scss */ -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section, -summary { - display: block; -} - -/** - * Correct `inline-block` display not defined in IE 8/9. - */ -/* line 32, ../sass/ribs/normalize/_normalize.scss */ -audio, -canvas, -video { - display: inline-block; -} - -/** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. - */ -/* line 41, ../sass/ribs/normalize/_normalize.scss */ -audio:not([controls]) { - display: none; - height: 0; -} - -/** - * Address `[hidden]` styling not present in IE 8/9. - * Hide the `template` element in IE, Safari, and Firefox < 22. - */ -/* line 52, ../sass/ribs/normalize/_normalize.scss */ -[hidden], -template { - display: none; -} - -/* ========================================================================== - Base - ========================================================================== */ -/** - * 1. Set default font family to sans-serif. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. - */ -/* line 66, ../sass/ribs/normalize/_normalize.scss */ -html { - font-family: sans-serif; - /* 1 */ - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ -} - -/** - * Remove default margin. - */ -/* line 76, ../sass/ribs/normalize/_normalize.scss */ -body { - margin: 0; -} - -/* ========================================================================== - Links - ========================================================================== */ -/** - * Remove the gray background color from active links in IE 10. - */ -/* line 88, ../sass/ribs/normalize/_normalize.scss */ -a { - background: transparent; -} - -/** - * Address `outline` inconsistency between Chrome and other browsers. - */ -/* line 96, ../sass/ribs/normalize/_normalize.scss */ -a:focus { - outline: thin dotted; -} - -/** - * Improve readability when focused and also mouse hovered in all browsers. - */ -/* line 105, ../sass/ribs/normalize/_normalize.scss */ -a:active, -a:hover { - outline: 0; -} - -/* ========================================================================== - Typography - ========================================================================== */ -/** - * Address variable `h1` font-size and margin within `section` and `article` - * contexts in Firefox 4+, Safari 5, and Chrome. - */ -/* line 118, ../sass/ribs/normalize/_normalize.scss */ -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -/** - * Address styling not present in IE 8/9, Safari 5, and Chrome. - */ -/* line 127, ../sass/ribs/normalize/_normalize.scss */ -abbr[title] { - border-bottom: 1px dotted; -} - -/** - * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. - */ -/* line 136, ../sass/ribs/normalize/_normalize.scss */ -b, -strong { - font-weight: bold; -} - -/** - * Address styling not present in Safari 5 and Chrome. - */ -/* line 144, ../sass/ribs/normalize/_normalize.scss */ -dfn { - font-style: italic; -} - -/** - * Address differences between Firefox and other browsers. - */ -/* line 152, ../sass/ribs/normalize/_normalize.scss */ -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} - -/** - * Address styling not present in IE 8/9. - */ -/* line 162, ../sass/ribs/normalize/_normalize.scss */ -mark { - background: #ff0; - color: #000; -} - -/** - * Correct font family set oddly in Safari 5 and Chrome. - */ -/* line 174, ../sass/ribs/normalize/_normalize.scss */ -code, -kbd, -pre, -samp { - font-family: monospace, serif; - font-size: 1em; -} - -/** - * Improve readability of pre-formatted text in all browsers. - */ -/* line 183, ../sass/ribs/normalize/_normalize.scss */ -pre { - white-space: pre-wrap; -} - -/** - * Set consistent quote types. - */ -/* line 191, ../sass/ribs/normalize/_normalize.scss */ -q { - quotes: "\201C" "\201D" "\2018" "\2019"; -} - -/** - * Address inconsistent and variable font size in all browsers. - */ -/* line 199, ../sass/ribs/normalize/_normalize.scss */ -small { - font-size: 80%; -} - -/** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. - */ -/* line 208, ../sass/ribs/normalize/_normalize.scss */ -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -/* line 215, ../sass/ribs/normalize/_normalize.scss */ -sup { - top: -0.5em; -} - -/* line 219, ../sass/ribs/normalize/_normalize.scss */ -sub { - bottom: -0.25em; -} - -/* ========================================================================== - Embedded content - ========================================================================== */ -/** - * Remove border when inside `a` element in IE 8/9. - */ -/* line 231, ../sass/ribs/normalize/_normalize.scss */ -img { - border: 0; -} - -/** - * Correct overflow displayed oddly in IE 9. - */ -/* line 239, ../sass/ribs/normalize/_normalize.scss */ -svg:not(:root) { - overflow: hidden; -} - -/* ========================================================================== - Figures - ========================================================================== */ -/** - * Address margin not present in IE 8/9 and Safari 5. - */ -/* line 251, ../sass/ribs/normalize/_normalize.scss */ -figure { - margin: 0; -} - -/* ========================================================================== - Forms - ========================================================================== */ -/** - * Define consistent border, margin, and padding. - */ -/* line 263, ../sass/ribs/normalize/_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. - * 2. Remove padding so people aren't caught out if they zero out fieldsets. - */ -/* line 274, ../sass/ribs/normalize/_normalize.scss */ -legend { - border: 0; - /* 1 */ - padding: 0; - /* 2 */ -} - -/** - * 1. Correct font family not being inherited in all browsers. - * 2. Correct font size not being inherited in all browsers. - * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. - */ -/* line 288, ../sass/ribs/normalize/_normalize.scss */ -button, -input, -select, -textarea { - font-family: inherit; - /* 1 */ - font-size: 100%; - /* 2 */ - margin: 0; - /* 3 */ -} - -/** - * Address Firefox 4+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. - */ -/* line 300, ../sass/ribs/normalize/_normalize.scss */ -button, -input { - line-height: normal; -} - -/** - * 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 Chrome, Safari 5+, and IE 8+. - * Correct `select` style inheritance in Firefox 4+ and Opera. - */ -/* line 312, ../sass/ribs/normalize/_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 327, ../sass/ribs/normalize/_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 337, ../sass/ribs/normalize/_normalize.scss */ -button[disabled], -html input[disabled] { - cursor: default; -} - -/** - * 1. Address box sizing set to `content-box` in IE 8/9/10. - * 2. Remove excess padding in IE 8/9/10. - */ -/* line 347, ../sass/ribs/normalize/_normalize.scss */ -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ -} - -/** - * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome - * (include `-moz` to future-proof). - */ -/* line 358, ../sass/ribs/normalize/_normalize.scss */ -input[type="search"] { - -webkit-appearance: textfield; - /* 1 */ - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; - /* 2 */ - box-sizing: content-box; -} - -/** - * Remove inner padding and search cancel button in Safari 5 and Chrome - * on OS X. - */ -/* line 371, ../sass/ribs/normalize/_normalize.scss */ -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} - -/** - * Remove inner padding and border in Firefox 4+. - */ -/* line 380, ../sass/ribs/normalize/_normalize.scss */ -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/** - * 1. Remove default vertical scrollbar in IE 8/9. - * 2. Improve readability and alignment in all browsers. - */ -/* line 390, ../sass/ribs/normalize/_normalize.scss */ -textarea { - overflow: auto; - /* 1 */ - vertical-align: top; - /* 2 */ -} - -/* ========================================================================== - Tables - ========================================================================== */ -/** - * Remove most spacing between table cells. - */ -/* line 403, ../sass/ribs/normalize/_normalize.scss */ -table { - border-collapse: collapse; - border-spacing: 0; -} - -/* line 17, ../sass/ribs/_ribs.scss */ -body { - background: #fff; - font: 14px/21px "Oxygen", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #444; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} - -/* line 26, ../sass/ribs/_ribs.scss */ -hr { - border: solid #dddddd; - border-width: 1px 0 0; - clear: both; - margin: 10px 0 30px; - height: 0; -} - -/* -#Grid System - -
One
-
Fifteen
-
Three
-
Thirteen
-
Four Pushed by Twelve
-
Seven
-
Nine
-
Four
-
Twelve
-
Five
-
Eleven
-
Eight
-
Eight
-
Six
-
Ten
-
Eight Pushed by Eight
-
Three
-
Ten
-
Three
-
Eleven
-
Five
-*/ -/* line 27, ../sass/ribs/_grid.scss */ -.container { - position: relative; - margin: 0 auto; - padding: 0; -} -/* line 31, ../sass/ribs/_grid.scss */ -.container .alpha { - margin-left: 0; -} -/* line 34, ../sass/ribs/_grid.scss */ -.container .omega { - margin-right: 0; -} - -/* line 39, ../sass/ribs/_grid.scss */ -.column, .columns { - float: left; - margin-left: 9px; - margin-right: 9px; -} - -/* line 45, ../sass/ribs/_grid.scss */ -.alpha-omega { - margin-right: 0; - margin-left: 0; -} - -/* line 50, ../sass/ribs/_grid.scss */ -.row { - margin-bottom: 18px; -} - -/* line 122, ../sass/ribs/_mixins.scss */ -.container { - width: 1170px; -} -/* line 125, ../sass/ribs/_mixins.scss */ -.container .one { - width: 79.5px; -} -/* line 126, ../sass/ribs/_mixins.scss */ -.container .two { - width: 177px; -} -/* line 127, ../sass/ribs/_mixins.scss */ -.container .three { - width: 274.5px; -} -/* line 128, ../sass/ribs/_mixins.scss */ -.container .four { - width: 372px; -} -/* line 129, ../sass/ribs/_mixins.scss */ -.container .five { - width: 469.5px; -} -/* line 130, ../sass/ribs/_mixins.scss */ -.container .six { - width: 567px; -} -/* line 131, ../sass/ribs/_mixins.scss */ -.container .seven { - width: 664.5px; -} -/* line 132, ../sass/ribs/_mixins.scss */ -.container .eight { - width: 762px; -} -/* line 133, ../sass/ribs/_mixins.scss */ -.container .nine { - width: 859.5px; -} -/* line 134, ../sass/ribs/_mixins.scss */ -.container .ten { - width: 957px; -} -/* line 135, ../sass/ribs/_mixins.scss */ -.container .eleven { - width: 1054.5px; -} -/* line 136, ../sass/ribs/_mixins.scss */ -.container .twelve { - width: 1152px; -} -/* line 137, ../sass/ribs/_mixins.scss */ -.container .thirteen { - width: 1249.5px; -} -/* line 138, ../sass/ribs/_mixins.scss */ -.container .fourteen { - width: 1347px; -} -/* line 139, ../sass/ribs/_mixins.scss */ -.container .fifteen { - width: 1444.5px; -} -/* line 140, ../sass/ribs/_mixins.scss */ -.container .sixteen { - width: 1542px; -} -/* line 141, ../sass/ribs/_mixins.scss */ -.container .one-third { - width: 372px; -} -/* line 142, ../sass/ribs/_mixins.scss */ -.container .two-thirds { - width: 762px; -} -/* line 143, ../sass/ribs/_mixins.scss */ -.container .one-half { - width: 567px; -} -/* line 144, ../sass/ribs/_mixins.scss */ -.container .one-quarter { - width: 274.5px; -} -/* line 145, ../sass/ribs/_mixins.scss */ -.container .three-quarters { - width: 859.5px; -} -/* line 147, ../sass/ribs/_mixins.scss */ -.container .offset-by-one { - padding-left: 97.5px; -} -/* line 148, ../sass/ribs/_mixins.scss */ -.container .offset-by-two { - padding-left: 195px; -} -/* line 149, ../sass/ribs/_mixins.scss */ -.container .offset-by-three { - padding-left: 292.5px; -} -/* line 150, ../sass/ribs/_mixins.scss */ -.container .offset-by-four { - padding-left: 390px; -} -/* line 151, ../sass/ribs/_mixins.scss */ -.container .offset-by-five { - padding-left: 487.5px; -} -/* line 152, ../sass/ribs/_mixins.scss */ -.container .offset-by-six { - padding-left: 585px; -} -/* line 153, ../sass/ribs/_mixins.scss */ -.container .offset-by-seven { - padding-left: 682.5px; -} -/* line 154, ../sass/ribs/_mixins.scss */ -.container .offset-by-eight { - padding-left: 780px; -} -/* line 155, ../sass/ribs/_mixins.scss */ -.container .offset-by-nine { - padding-left: 877.5px; -} -/* line 156, ../sass/ribs/_mixins.scss */ -.container .offset-by-ten { - padding-left: 975px; -} -/* line 157, ../sass/ribs/_mixins.scss */ -.container .offset-by-eleven { - padding-left: 1072.5px; -} -/* line 158, ../sass/ribs/_mixins.scss */ -.container .offset-by-twelve { - padding-left: 1170px; -} -/* line 159, ../sass/ribs/_mixins.scss */ -.container .offset-by-thirteen { - padding-left: 1267.5px; -} -/* line 160, ../sass/ribs/_mixins.scss */ -.container .offset-by-fourteen { - padding-left: 1365px; -} -/* line 161, ../sass/ribs/_mixins.scss */ -.container .offset-by-fifteen { - padding-left: 1462.5px; -} -/* line 163, ../sass/ribs/_mixins.scss */ -.container .pull-by-one { - margin-left: -97.5px; -} -/* line 164, ../sass/ribs/_mixins.scss */ -.container .pull-by-two { - margin-left: -195px; -} -/* line 165, ../sass/ribs/_mixins.scss */ -.container .pull-by-three { - margin-left: -292.5px; -} -/* line 166, ../sass/ribs/_mixins.scss */ -.container .pull-by-four { - margin-left: -390px; -} -/* line 167, ../sass/ribs/_mixins.scss */ -.container .pull-by-five { - margin-left: -487.5px; -} -/* line 168, ../sass/ribs/_mixins.scss */ -.container .pull-by-six { - margin-left: -585px; -} -/* line 169, ../sass/ribs/_mixins.scss */ -.container .pull-by-seven { - margin-left: -682.5px; -} -/* line 170, ../sass/ribs/_mixins.scss */ -.container .pull-by-eight { - margin-left: -780px; -} -/* line 171, ../sass/ribs/_mixins.scss */ -.container .pull-by-nine { - margin-left: -877.5px; -} -/* line 172, ../sass/ribs/_mixins.scss */ -.container .pull-by-ten { - margin-left: -975px; -} -/* line 173, ../sass/ribs/_mixins.scss */ -.container .pull-by-eleven { - margin-left: -1072.5px; -} -/* line 174, ../sass/ribs/_mixins.scss */ -.container .pull-by-twelve { - margin-left: -1170px; -} -/* line 175, ../sass/ribs/_mixins.scss */ -.container .pull-by-thirteen { - margin-left: -1267.5px; -} -/* line 176, ../sass/ribs/_mixins.scss */ -.container .pull-by-fourteen { - margin-left: -1365px; -} -/* line 177, ../sass/ribs/_mixins.scss */ -.container .pull-by-fifteen { - margin-left: -1462.5px; -} -/* line 179, ../sass/ribs/_mixins.scss */ -.container .push-by-one { - margin-left: 97.5px; -} -/* line 180, ../sass/ribs/_mixins.scss */ -.container .push-by-two { - margin-left: 195px; -} -/* line 181, ../sass/ribs/_mixins.scss */ -.container .push-by-three { - margin-left: 292.5px; -} -/* line 182, ../sass/ribs/_mixins.scss */ -.container .push-by-four { - margin-left: 390px; -} -/* line 183, ../sass/ribs/_mixins.scss */ -.container .push-by-five { - margin-left: 487.5px; -} -/* line 184, ../sass/ribs/_mixins.scss */ -.container .push-by-six { - margin-left: 585px; -} -/* line 185, ../sass/ribs/_mixins.scss */ -.container .push-by-seven { - margin-left: 682.5px; -} -/* line 186, ../sass/ribs/_mixins.scss */ -.container .push-by-eight { - margin-left: 780px; -} -/* line 187, ../sass/ribs/_mixins.scss */ -.container .push-by-nine { - margin-left: 877.5px; -} -/* line 188, ../sass/ribs/_mixins.scss */ -.container .push-by-ten { - margin-left: 975px; -} -/* line 189, ../sass/ribs/_mixins.scss */ -.container .push-by-eleven { - margin-left: 1072.5px; -} -/* line 190, ../sass/ribs/_mixins.scss */ -.container .push-by-twelve { - margin-left: 1170px; -} -/* line 191, ../sass/ribs/_mixins.scss */ -.container .push-by-thirteen { - margin-left: 1267.5px; -} -/* line 192, ../sass/ribs/_mixins.scss */ -.container .push-by-fourteen { - margin-left: 1365px; -} -/* line 193, ../sass/ribs/_mixins.scss */ -.container .push-by-fifteen { - margin-left: 1462.5px; -} - -@media only screen and (max-width: 1169px) { - /* line 122, ../sass/ribs/_mixins.scss */ - .container { - width: 900px; - } - /* line 125, ../sass/ribs/_mixins.scss */ - .container .one { - width: 57px; - } - /* line 126, ../sass/ribs/_mixins.scss */ - .container .two { - width: 132px; - } - /* line 127, ../sass/ribs/_mixins.scss */ - .container .three { - width: 207px; - } - /* line 128, ../sass/ribs/_mixins.scss */ - .container .four { - width: 282px; - } - /* line 129, ../sass/ribs/_mixins.scss */ - .container .five { - width: 357px; - } - /* line 130, ../sass/ribs/_mixins.scss */ - .container .six { - width: 432px; - } - /* line 131, ../sass/ribs/_mixins.scss */ - .container .seven { - width: 507px; - } - /* line 132, ../sass/ribs/_mixins.scss */ - .container .eight { - width: 582px; - } - /* line 133, ../sass/ribs/_mixins.scss */ - .container .nine { - width: 657px; - } - /* line 134, ../sass/ribs/_mixins.scss */ - .container .ten { - width: 732px; - } - /* line 135, ../sass/ribs/_mixins.scss */ - .container .eleven { - width: 807px; - } - /* line 136, ../sass/ribs/_mixins.scss */ - .container .twelve { - width: 882px; - } - /* line 137, ../sass/ribs/_mixins.scss */ - .container .thirteen { - width: 957px; - } - /* line 138, ../sass/ribs/_mixins.scss */ - .container .fourteen { - width: 1032px; - } - /* line 139, ../sass/ribs/_mixins.scss */ - .container .fifteen { - width: 1107px; - } - /* line 140, ../sass/ribs/_mixins.scss */ - .container .sixteen { - width: 1182px; - } - /* line 141, ../sass/ribs/_mixins.scss */ - .container .one-third { - width: 282px; - } - /* line 142, ../sass/ribs/_mixins.scss */ - .container .two-thirds { - width: 582px; - } - /* line 143, ../sass/ribs/_mixins.scss */ - .container .one-half { - width: 432px; - } - /* line 144, ../sass/ribs/_mixins.scss */ - .container .one-quarter { - width: 207px; - } - /* line 145, ../sass/ribs/_mixins.scss */ - .container .three-quarters { - width: 657px; - } - /* line 147, ../sass/ribs/_mixins.scss */ - .container .offset-by-one { - padding-left: 75px; - } - /* line 148, ../sass/ribs/_mixins.scss */ - .container .offset-by-two { - padding-left: 150px; - } - /* line 149, ../sass/ribs/_mixins.scss */ - .container .offset-by-three { - padding-left: 225px; - } - /* line 150, ../sass/ribs/_mixins.scss */ - .container .offset-by-four { - padding-left: 300px; - } - /* line 151, ../sass/ribs/_mixins.scss */ - .container .offset-by-five { - padding-left: 375px; - } - /* line 152, ../sass/ribs/_mixins.scss */ - .container .offset-by-six { - padding-left: 450px; - } - /* line 153, ../sass/ribs/_mixins.scss */ - .container .offset-by-seven { - padding-left: 525px; - } - /* line 154, ../sass/ribs/_mixins.scss */ - .container .offset-by-eight { - padding-left: 600px; - } - /* line 155, ../sass/ribs/_mixins.scss */ - .container .offset-by-nine { - padding-left: 675px; - } - /* line 156, ../sass/ribs/_mixins.scss */ - .container .offset-by-ten { - padding-left: 750px; - } - /* line 157, ../sass/ribs/_mixins.scss */ - .container .offset-by-eleven { - padding-left: 825px; - } - /* line 158, ../sass/ribs/_mixins.scss */ - .container .offset-by-twelve { - padding-left: 900px; - } - /* line 159, ../sass/ribs/_mixins.scss */ - .container .offset-by-thirteen { - padding-left: 975px; - } - /* line 160, ../sass/ribs/_mixins.scss */ - .container .offset-by-fourteen { - padding-left: 1050px; - } - /* line 161, ../sass/ribs/_mixins.scss */ - .container .offset-by-fifteen { - padding-left: 1125px; - } - /* line 163, ../sass/ribs/_mixins.scss */ - .container .pull-by-one { - margin-left: -75px; - } - /* line 164, ../sass/ribs/_mixins.scss */ - .container .pull-by-two { - margin-left: -150px; - } - /* line 165, ../sass/ribs/_mixins.scss */ - .container .pull-by-three { - margin-left: -225px; - } - /* line 166, ../sass/ribs/_mixins.scss */ - .container .pull-by-four { - margin-left: -300px; - } - /* line 167, ../sass/ribs/_mixins.scss */ - .container .pull-by-five { - margin-left: -375px; - } - /* line 168, ../sass/ribs/_mixins.scss */ - .container .pull-by-six { - margin-left: -450px; - } - /* line 169, ../sass/ribs/_mixins.scss */ - .container .pull-by-seven { - margin-left: -525px; - } - /* line 170, ../sass/ribs/_mixins.scss */ - .container .pull-by-eight { - margin-left: -600px; - } - /* line 171, ../sass/ribs/_mixins.scss */ - .container .pull-by-nine { - margin-left: -675px; - } - /* line 172, ../sass/ribs/_mixins.scss */ - .container .pull-by-ten { - margin-left: -750px; - } - /* line 173, ../sass/ribs/_mixins.scss */ - .container .pull-by-eleven { - margin-left: -825px; - } - /* line 174, ../sass/ribs/_mixins.scss */ - .container .pull-by-twelve { - margin-left: -900px; - } - /* line 175, ../sass/ribs/_mixins.scss */ - .container .pull-by-thirteen { - margin-left: -975px; - } - /* line 176, ../sass/ribs/_mixins.scss */ - .container .pull-by-fourteen { - margin-left: -1050px; - } - /* line 177, ../sass/ribs/_mixins.scss */ - .container .pull-by-fifteen { - margin-left: -1125px; - } - /* line 179, ../sass/ribs/_mixins.scss */ - .container .push-by-one { - margin-left: 75px; - } - /* line 180, ../sass/ribs/_mixins.scss */ - .container .push-by-two { - margin-left: 150px; - } - /* line 181, ../sass/ribs/_mixins.scss */ - .container .push-by-three { - margin-left: 225px; - } - /* line 182, ../sass/ribs/_mixins.scss */ - .container .push-by-four { - margin-left: 300px; - } - /* line 183, ../sass/ribs/_mixins.scss */ - .container .push-by-five { - margin-left: 375px; - } - /* line 184, ../sass/ribs/_mixins.scss */ - .container .push-by-six { - margin-left: 450px; - } - /* line 185, ../sass/ribs/_mixins.scss */ - .container .push-by-seven { - margin-left: 525px; - } - /* line 186, ../sass/ribs/_mixins.scss */ - .container .push-by-eight { - margin-left: 600px; - } - /* line 187, ../sass/ribs/_mixins.scss */ - .container .push-by-nine { - margin-left: 675px; - } - /* line 188, ../sass/ribs/_mixins.scss */ - .container .push-by-ten { - margin-left: 750px; - } - /* line 189, ../sass/ribs/_mixins.scss */ - .container .push-by-eleven { - margin-left: 825px; - } - /* line 190, ../sass/ribs/_mixins.scss */ - .container .push-by-twelve { - margin-left: 900px; - } - /* line 191, ../sass/ribs/_mixins.scss */ - .container .push-by-thirteen { - margin-left: 975px; - } - /* line 192, ../sass/ribs/_mixins.scss */ - .container .push-by-fourteen { - margin-left: 1050px; - } - /* line 193, ../sass/ribs/_mixins.scss */ - .container .push-by-fifteen { - margin-left: 1125px; - } - - /* line 63, ../sass/ribs/_grid.scss */ - .container { - width: 900px; - } -} -@media only screen and (max-width: 899px) { - /* line 122, ../sass/ribs/_mixins.scss */ - .container { - width: 768px; - } - /* line 125, ../sass/ribs/_mixins.scss */ - .container .one { - width: 46px; - } - /* line 126, ../sass/ribs/_mixins.scss */ - .container .two { - width: 110px; - } - /* line 127, ../sass/ribs/_mixins.scss */ - .container .three { - width: 174px; - } - /* line 128, ../sass/ribs/_mixins.scss */ - .container .four { - width: 238px; - } - /* line 129, ../sass/ribs/_mixins.scss */ - .container .five { - width: 302px; - } - /* line 130, ../sass/ribs/_mixins.scss */ - .container .six { - width: 366px; - } - /* line 131, ../sass/ribs/_mixins.scss */ - .container .seven { - width: 430px; - } - /* line 132, ../sass/ribs/_mixins.scss */ - .container .eight { - width: 494px; - } - /* line 133, ../sass/ribs/_mixins.scss */ - .container .nine { - width: 558px; - } - /* line 134, ../sass/ribs/_mixins.scss */ - .container .ten { - width: 622px; - } - /* line 135, ../sass/ribs/_mixins.scss */ - .container .eleven { - width: 686px; - } - /* line 136, ../sass/ribs/_mixins.scss */ - .container .twelve { - width: 750px; - } - /* line 137, ../sass/ribs/_mixins.scss */ - .container .thirteen { - width: 814px; - } - /* line 138, ../sass/ribs/_mixins.scss */ - .container .fourteen { - width: 878px; - } - /* line 139, ../sass/ribs/_mixins.scss */ - .container .fifteen { - width: 942px; - } - /* line 140, ../sass/ribs/_mixins.scss */ - .container .sixteen { - width: 1006px; - } - /* line 141, ../sass/ribs/_mixins.scss */ - .container .one-third { - width: 238px; - } - /* line 142, ../sass/ribs/_mixins.scss */ - .container .two-thirds { - width: 494px; - } - /* line 143, ../sass/ribs/_mixins.scss */ - .container .one-half { - width: 366px; - } - /* line 144, ../sass/ribs/_mixins.scss */ - .container .one-quarter { - width: 174px; - } - /* line 145, ../sass/ribs/_mixins.scss */ - .container .three-quarters { - width: 558px; - } - /* line 147, ../sass/ribs/_mixins.scss */ - .container .offset-by-one { - padding-left: 64px; - } - /* line 148, ../sass/ribs/_mixins.scss */ - .container .offset-by-two { - padding-left: 128px; - } - /* line 149, ../sass/ribs/_mixins.scss */ - .container .offset-by-three { - padding-left: 192px; - } - /* line 150, ../sass/ribs/_mixins.scss */ - .container .offset-by-four { - padding-left: 256px; - } - /* line 151, ../sass/ribs/_mixins.scss */ - .container .offset-by-five { - padding-left: 320px; - } - /* line 152, ../sass/ribs/_mixins.scss */ - .container .offset-by-six { - padding-left: 384px; - } - /* line 153, ../sass/ribs/_mixins.scss */ - .container .offset-by-seven { - padding-left: 448px; - } - /* line 154, ../sass/ribs/_mixins.scss */ - .container .offset-by-eight { - padding-left: 512px; - } - /* line 155, ../sass/ribs/_mixins.scss */ - .container .offset-by-nine { - padding-left: 576px; - } - /* line 156, ../sass/ribs/_mixins.scss */ - .container .offset-by-ten { - padding-left: 640px; - } - /* line 157, ../sass/ribs/_mixins.scss */ - .container .offset-by-eleven { - padding-left: 704px; - } - /* line 158, ../sass/ribs/_mixins.scss */ - .container .offset-by-twelve { - padding-left: 768px; - } - /* line 159, ../sass/ribs/_mixins.scss */ - .container .offset-by-thirteen { - padding-left: 832px; - } - /* line 160, ../sass/ribs/_mixins.scss */ - .container .offset-by-fourteen { - padding-left: 896px; - } - /* line 161, ../sass/ribs/_mixins.scss */ - .container .offset-by-fifteen { - padding-left: 960px; - } - /* line 163, ../sass/ribs/_mixins.scss */ - .container .pull-by-one { - margin-left: -64px; - } - /* line 164, ../sass/ribs/_mixins.scss */ - .container .pull-by-two { - margin-left: -128px; - } - /* line 165, ../sass/ribs/_mixins.scss */ - .container .pull-by-three { - margin-left: -192px; - } - /* line 166, ../sass/ribs/_mixins.scss */ - .container .pull-by-four { - margin-left: -256px; - } - /* line 167, ../sass/ribs/_mixins.scss */ - .container .pull-by-five { - margin-left: -320px; - } - /* line 168, ../sass/ribs/_mixins.scss */ - .container .pull-by-six { - margin-left: -384px; - } - /* line 169, ../sass/ribs/_mixins.scss */ - .container .pull-by-seven { - margin-left: -448px; - } - /* line 170, ../sass/ribs/_mixins.scss */ - .container .pull-by-eight { - margin-left: -512px; - } - /* line 171, ../sass/ribs/_mixins.scss */ - .container .pull-by-nine { - margin-left: -576px; - } - /* line 172, ../sass/ribs/_mixins.scss */ - .container .pull-by-ten { - margin-left: -640px; - } - /* line 173, ../sass/ribs/_mixins.scss */ - .container .pull-by-eleven { - margin-left: -704px; - } - /* line 174, ../sass/ribs/_mixins.scss */ - .container .pull-by-twelve { - margin-left: -768px; - } - /* line 175, ../sass/ribs/_mixins.scss */ - .container .pull-by-thirteen { - margin-left: -832px; - } - /* line 176, ../sass/ribs/_mixins.scss */ - .container .pull-by-fourteen { - margin-left: -896px; - } - /* line 177, ../sass/ribs/_mixins.scss */ - .container .pull-by-fifteen { - margin-left: -960px; - } - /* line 179, ../sass/ribs/_mixins.scss */ - .container .push-by-one { - margin-left: 64px; - } - /* line 180, ../sass/ribs/_mixins.scss */ - .container .push-by-two { - margin-left: 128px; - } - /* line 181, ../sass/ribs/_mixins.scss */ - .container .push-by-three { - margin-left: 192px; - } - /* line 182, ../sass/ribs/_mixins.scss */ - .container .push-by-four { - margin-left: 256px; - } - /* line 183, ../sass/ribs/_mixins.scss */ - .container .push-by-five { - margin-left: 320px; - } - /* line 184, ../sass/ribs/_mixins.scss */ - .container .push-by-six { - margin-left: 384px; - } - /* line 185, ../sass/ribs/_mixins.scss */ - .container .push-by-seven { - margin-left: 448px; - } - /* line 186, ../sass/ribs/_mixins.scss */ - .container .push-by-eight { - margin-left: 512px; - } - /* line 187, ../sass/ribs/_mixins.scss */ - .container .push-by-nine { - margin-left: 576px; - } - /* line 188, ../sass/ribs/_mixins.scss */ - .container .push-by-ten { - margin-left: 640px; - } - /* line 189, ../sass/ribs/_mixins.scss */ - .container .push-by-eleven { - margin-left: 704px; - } - /* line 190, ../sass/ribs/_mixins.scss */ - .container .push-by-twelve { - margin-left: 768px; - } - /* line 191, ../sass/ribs/_mixins.scss */ - .container .push-by-thirteen { - margin-left: 832px; - } - /* line 192, ../sass/ribs/_mixins.scss */ - .container .push-by-fourteen { - margin-left: 896px; - } - /* line 193, ../sass/ribs/_mixins.scss */ - .container .push-by-fifteen { - margin-left: 960px; - } - - /* line 73, ../sass/ribs/_grid.scss */ - .container { - width: 768px; - } -} -/* - #Mobile Grid - Every column element in this grid is the total grid width -*/ -@media only screen and (max-width: 767px) { - /* line 84, ../sass/ribs/_grid.scss */ - .container { - width: 90%; - } - /* line 107, ../sass/ribs/_grid.scss */ - .container .one, .container .two, .container .three, .container .four, .container .five, .container .six, .container .seven, .container .eight, .container .nine, .container .ten, .container .eleven, .container .twelve, .container .thirteen, .container .fourteen, .container .fifteen, .container .sixteen, .container .one-third, .container .two-thirds, .container .one-half, .container .one-quarter, .container .three-quarters { - width: 100%; - } - /* line 109, ../sass/ribs/_grid.scss */ - .container .column, .container .columns { - margin: 0; - } - /* line 127, ../sass/ribs/_grid.scss */ - .container .offset-by-one, - .container .offset-by-two, - .container .offset-by-three, - .container .offset-by-four, - .container .offset-by-five, - .container .offset-by-six, - .container .offset-by-seven, - .container .offset-by-eight, - .container .offset-by-nine, - .container .offset-by-ten, - .container .offset-by-eleven, - .container .offset-by-twelve, - .container .offset-by-thirteen, - .container .offset-by-fourteen, - .container .offset-by-fifteen { - padding-left: 0; - } -} -/* - ##Auto-applied clearfix for .container elements - - ```
- This element has clearfix applied in browsers that support the :after css selector -
``` -*/ -/* line 140, ../sass/ribs/_grid.scss */ -.container:after { - content: "\0020"; - display: block; - height: 0; - clear: both; - visibility: hidden; -} - -/* - ##General use clearfix class - ```
This haz clearfix
``` - Use this clearfix class on parent to clear nested columns, or: - wrap each row of columns in a ```
...
``` -*/ -/* line 157, ../sass/ribs/_grid.scss */ -.clearfix:before, -.clearfix:after, -.row:before, -.row:after { - content: '\0020'; - display: block; - overflow: hidden; - visibility: hidden; - width: 0; - height: 0; -} - -/* - ##Auto-applied clearfix for .row elements - - ```
- This element has clearfix applied in browsers that support the :after css selector -
``` -*/ -/* line 173, ../sass/ribs/_grid.scss */ -.row:after, -.clearfix:after { - clear: both; -} - -/* line 177, ../sass/ribs/_grid.scss */ -.row, .clearfix { - zoom: 1; -} - -/* - ##Block level clear - You can also use a ```
``` to clear columns -*/ -/* line 185, ../sass/ribs/_grid.scss */ -.clear { - clear: both; - display: block; - overflow: hidden; - visibility: hidden; - width: 0; - height: 0; -} - -/* line 3, ../sass/ribs/_typography.scss */ -h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { - font-weight: inherit; -} - -/* line 7, ../sass/ribs/_typography.scss */ -h1 { - color: #3a3a3a; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: normal; - font-size: 28px; - line-height: 33.6px; - margin: 0 0 20px 0; -} - -/* line 16, ../sass/ribs/_typography.scss */ -h2 { - color: #3a3a3a; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: normal; - font-size: 24px; - line-height: 28.8px; - margin: 35px 0 10px 0; -} - -/* line 25, ../sass/ribs/_typography.scss */ -h3 { - color: #3a3a3a; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: normal; - font-size: 20px; - line-height: 24px; - margin: 35px 0 10px 0; -} - -/* line 34, ../sass/ribs/_typography.scss */ -h4 { - color: #3a3a3a; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: normal; - font-size: 17px; - line-height: 20.4px; - margin: 30px 0 6px 0; -} - -/* line 43, ../sass/ribs/_typography.scss */ -h5 { - color: #3a3a3a; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: normal; - font-size: 15px; - line-height: 18px; -} - -/* line 51, ../sass/ribs/_typography.scss */ -h6 { - color: #3a3a3a; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: normal; - font-size: 13px; - line-height: 15.6px; -} - -/* line 59, ../sass/ribs/_typography.scss */ -.subheader { - color: #777777; -} - -/* line 63, ../sass/ribs/_typography.scss */ -p { - margin: 0 0 20px 0; - line-height: 21px; -} - -/* line 68, ../sass/ribs/_typography.scss */ -p img { - margin: 0; -} - -/* line 72, ../sass/ribs/_typography.scss */ -.lead { - font-size: 21px; - line-height: 31.5px; - color: #777777; -} - -/* line 78, ../sass/ribs/_typography.scss */ -em { - font-style: italic; -} - -/* line 82, ../sass/ribs/_typography.scss */ -strong { - font-weight: bold; - color: #333333; -} - -/* line 87, ../sass/ribs/_typography.scss */ -small { - font-size: 80%; -} - -/* line 91, ../sass/ribs/_typography.scss */ -blockquote, blockquote p { - font-size: 13px; - line-height: 24px; - color: #777777; - font-style: italic; -} - -/* line 98, ../sass/ribs/_typography.scss */ -blockquote { - margin: 0 0 0px; - padding: 0px 20px 0 19px; - border-left: 1px solid #dddddd; -} - -/* line 104, ../sass/ribs/_typography.scss */ -blockquote cite { - display: block; - font-size: 12px; - color: #555555; -} - -/* line 110, ../sass/ribs/_typography.scss */ -blockquote cite:before { - content: "\2014 \0020"; -} - -/* line 114, ../sass/ribs/_typography.scss */ -blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { - color: #555555; -} - -/* line 2, ../sass/ribs/_links.scss */ -a, a:visited { - color: #333333; - text-decoration: underline; -} - -/* line 7, ../sass/ribs/_links.scss */ -a:hover, a:focus { - color: black; - text-decoration: none; - outline: 0; -} - -/* line 13, ../sass/ribs/_links.scss */ -p a, p a:visited { - line-height: inherit; -} - -/* line 2, ../sass/ribs/_lists.scss */ -ul, ol { - margin: 0 0 20px 0; -} - -/* line 6, ../sass/ribs/_lists.scss */ -ul { - list-style: none outside; -} - -/* line 10, ../sass/ribs/_lists.scss */ -ol { - list-style: decimal; -} - -/* line 14, ../sass/ribs/_lists.scss */ -ol, ul.square, ul.circle, ul.disc { - margin: 0 0 0 10px; -} - -/* line 18, ../sass/ribs/_lists.scss */ -ul.square { - list-style: square outside; -} - -/* line 22, ../sass/ribs/_lists.scss */ -ul.circle { - list-style: circle outside; -} - -/* line 26, ../sass/ribs/_lists.scss */ -ul.disc { - list-style: disc outside; -} - -/* line 31, ../sass/ribs/_lists.scss */ -ul ul, ul ol, -ol ol, ol ul { - margin: 4px 0 5px 30px; - font-size: 90%; -} - -/* line 36, ../sass/ribs/_lists.scss */ -li { - line-height: 18px; - margin: 0 0 12px 0; -} - -/* line 41, ../sass/ribs/_lists.scss */ -.large li { - line-height: 21px; -} - -/* line 45, ../sass/ribs/_lists.scss */ -li p { - line-height: 21px; -} - -/* line 7, ../sass/ribs/_forms.scss */ -.button, -button, -input[type="submit"], -input[type="reset"], -input[type="button"] { - background-color: #cccccc; - background-color: #52a349; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52a349), to(#52a349)); - background-image: -webkit-linear-gradient(top, #52a349, #52a349); - background-image: -moz-linear-gradient(top, #52a349, #52a349); - background-image: -o-linear-gradient(top, #52a349, #52a349); - background-image: linear-gradient(to bottom, #52a349, #52a349); - background-repeat: repeat-x; - border: 0; - border-top: 0; - border-left: 0; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - color: white !important; - display: inline-block; - font-size: 11px; - font-weight: bold; - text-decoration: none; - text-shadow: 0 1px rgba(0, 0, 0, 0.3); - cursor: pointer; - margin: 0 0 20px 0; - line-height: normal; - padding: 4px 10px; - font-family: "Oxygen", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; -} - -/* line 29, ../sass/ribs/_forms.scss */ -.button:hover, -button:hover, -input[type="submit"]:hover, -input[type="reset"]:hover, -input[type="button"]:hover { - background-color: #cccccc; - background-color: #52a349; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52a349), to(#52a349)); - background-image: -webkit-linear-gradient(top, #52a349, #52a349); - background-image: -moz-linear-gradient(top, #52a349, #52a349); - background-image: -o-linear-gradient(top, #52a349, #52a349); - background-image: linear-gradient(to bottom, #52a349, #52a349); - background-repeat: repeat-x; - color: white; - border: 0; - border-top: 0; - border-left: 0; -} - -/* line 40, ../sass/ribs/_forms.scss */ -.button:active, -button:active, -input[type="submit"]:active, -input[type="reset"]:active, -input[type="button"]:active { - background-color: #cccccc; - background-color: #52a349; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#52a349), to(#52a349)); - background-image: -webkit-linear-gradient(top, #52a349, #52a349); - background-image: -moz-linear-gradient(top, #52a349, #52a349); - background-image: -o-linear-gradient(top, #52a349, #52a349); - background-image: linear-gradient(to bottom, #52a349, #52a349); - background-repeat: repeat-x; - border: 0; -} - -/* line 50, ../sass/ribs/_forms.scss */ -.button .full-width, -button.full-width, -input[type="submit"].full-width, -input[type="reset"].full-width, -input[type="button"].full-width { - width: 100%; - padding-left: 0; - padding-right: 0; - text-align: center; -} - -/* line 59, ../sass/ribs/_forms.scss */ -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} - -/* - ##General margins (all sides) - Applied to both form, and fieldset -*/ -/* line 70, ../sass/ribs/_forms.scss */ -form { - margin: 0 0 20px 0; -} - -/* line 74, ../sass/ribs/_forms.scss */ -fieldset { - margin: 0 0 20px 0; -} - -/* - ##Search/URL fields - Make these behave as text fields -*/ -/* line 83, ../sass/ribs/_forms.scss */ -input[type="search"], -input[type="url"] { - -webkit-appearance: textfield; - -moz-appearance: textfield; -} - -/* - ##General form element styles, border etc. - Applied to all except checkboxes -*/ -/* line 100, ../sass/ribs/_forms.scss */ -input[type="text"], -input[type="password"], -input[type="email"], -input[type="search"], -input[type="url"], -input[type="number"], -input[type="tel"], -select { - border: 1px solid #cccccc; - padding: 6px 4px; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - font: 13px "Oxygen", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #777777; - width: 210px; - max-width: 100%; - display: block; - margin: 0 0 20px 0; - background: white; -} - -input[type="text"], -input[type="password"], -input[type="email"], -input[type="search"], -input[type="url"], -input[type="number"], -input[type="tel"], -select { - width: 210px; -} - -/* - ##Select boxes - Padding and width applied from settings -*/ -/* line 117, ../sass/ribs/_forms.scss */ -select { - padding: 10px; - width: 220px; -} - -/* - ##Form element focus styles - Applied to all except checkboxes and selects -*/ -/* line 133, ../sass/ribs/_forms.scss */ -input[type="text"]:focus, -input[type="password"]:focus, -input[type="email"]:focus, -input[type="search"]:focus, -input[type="url"]:focus, -input[type="number"]:focus, -input[type="tel"]:focus, -textarea:focus { - border: 1px solid #aaaaaa; - color: #444444; - outline: none; - -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); - -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); - box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -} - -/* line 141, ../sass/ribs/_forms.scss */ -textarea { - min-height: 60px; -} - -/* line 147, ../sass/ribs/_forms.scss */ -label, -legend { - display: block; - font-weight: bold; - font-size: 13px; -} - -/* line 154, ../sass/ribs/_forms.scss */ -input[type="checkbox"] { - display: inline; -} - -/* - ##Spans inside legends, or labels - Alters font size, weight and colour based on variables -*/ -/* line 163, ../sass/ribs/_forms.scss */ -label span, -legend span { - font-weight: normal; - font-size: 13px; - color: #444444; -} - -/* - ## Scale an image in line with the responsive grid - ``` - - ``` -*/ -/* line 8, ../sass/ribs/_images.scss */ -.scale-with-grid { - max-width: 100%; - height: auto; -} - -/* -##Basic table style - - - - - - - - - - - - - - - - - - -
#First NameLast NameUsername
1NickPack@nickpack
-*/ -/* line 29, ../sass/ribs/_tables.scss */ -table { - max-width: 100%; - background: white; - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 10px 0; -} -/* line 37, ../sass/ribs/_tables.scss */ -table th, -table td { - padding: 8px; - line-height: 21px; - text-align: left; - vertical-align: top; - border-top: 1px solid #cccccc; -} -/* line 44, ../sass/ribs/_tables.scss */ -table th { - font-weight: bold; -} -/* line 48, ../sass/ribs/_tables.scss */ -table thead th { - vertical-align: bottom; -} -/* line 57, ../sass/ribs/_tables.scss */ -table caption thead tr:first-child th, -table caption thead tr:first-child td, -table colgroup thead tr:first-child th, -table colgroup thead tr:first-child td, -table thead:first-child tr:first-child th, -table thead:first-child tr:first-child td { - border-top: 0; -} -/* line 61, ../sass/ribs/_tables.scss */ -table tbody tbody { - border-top: 2px solid #cccccc; -} -/* line 65, ../sass/ribs/_tables.scss */ -table table { - background: white; -} - -/* -##Condensed table style - - - - - - - - - - - - - - - - - - -
#First NameLast NameUsername
1NickPack@nickpack
-*/ -/* line 94, ../sass/ribs/_tables.scss */ -.table-condensed th, -.table-condensed td { - padding: 4px 5px; -} - -/* -##Bordered table style - - - - - - - - - - - - - - - - - - -
#First NameLast NameUsername
1NickPack@nickpack
-*/ -/* line 121, ../sass/ribs/_tables.scss */ -.table-bordered { - border: 1px solid #cccccc; - border-collapse: separate; - border-left: 0; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -/* line 127, ../sass/ribs/_tables.scss */ -.table-bordered th, -.table-bordered td { - border-left: 1px solid #cccccc; -} -/* line 139, ../sass/ribs/_tables.scss */ -.table-bordered caption thead tr:first-child th, -.table-bordered caption tbody tr:first-child th, -.table-bordered caption tbody tr:first-child td, -.table-bordered colgroup thead tr:first-child th, -.table-bordered colgroup tbody tr:first-child th, -.table-bordered colgroup tbody tr:first-child td, -.table-bordered thead:first-child tr:first-child th, -.table-bordered tbody:first-child tr:first-child th, -.table-bordered tbody:first-child tr:first-child td { - border-top: 0; -} -/* line 145, ../sass/ribs/_tables.scss */ -.table-bordered thead:first-child tr:first-child > th:first-child, -.table-bordered tbody:first-child tr:first-child > td:first-child, -.table-bordered tbody:first-child tr:first-child > th:first-child { - -webkit-border-top-left-radius: 3px; - -moz-border-radius-topleft: 3px; - border-top-left-radius: 3px; -} -/* line 151, ../sass/ribs/_tables.scss */ -.table-bordered thead:first-child tr:first-child > th:last-child, -.table-bordered tbody:first-child tr:first-child > td:last-child, -.table-bordered tbody:first-child tr:first-child > th:last-child { - -webkit-border-top-right-radius: 3px; - -moz-border-radius-topright: 3px; - border-top-right-radius: 3px; -} -/* line 159, ../sass/ribs/_tables.scss */ -.table-bordered thead:last-child tr:last-child > th:first-child, -.table-bordered tbody:last-child tr:last-child > td:first-child, -.table-bordered tbody:last-child tr:last-child > th:first-child, -.table-bordered tfoot:last-child tr:last-child > td:first-child, -.table-bordered tfoot:last-child tr:last-child > th:first-child { - -webkit-border-bottom-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - border-bottom-left-radius: 3px; -} -/* line 167, ../sass/ribs/_tables.scss */ -.table-bordered thead:last-child tr:last-child > th:last-child, -.table-bordered tbody:last-child tr:last-child > td:last-child, -.table-bordered tbody:last-child tr:last-child > th:last-child, -.table-bordered tfoot:last-child tr:last-child > td:last-child, -.table-bordered tfoot:last-child tr:last-child > th:last-child { - -webkit-border-bottom-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - border-bottom-right-radius: 3px; -} -/* line 171, ../sass/ribs/_tables.scss */ -.table-bordered tfoot tbody:last-child tr:last-child td:first-child { - -webkit-border-bottom-left-radius: 0; - -moz-border-radius-bottomleft: 0; - border-bottom-left-radius: 0; -} -/* line 174, ../sass/ribs/_tables.scss */ -.table-bordered tfoot tbody:last-child tr:last-child td:last-child { - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-bottomright: 0; - border-bottom-right-radius: 0; -} -/* line 181, ../sass/ribs/_tables.scss */ -.table-bordered caption thead tr:first-child th:first-child, -.table-bordered caption tbody tr:first-child td:first-child, -.table-bordered colgroup thead tr:first-child th:first-child, -.table-bordered colgroup tbody tr:first-child td:first-child { - -webkit-border-top-left-radius: 3px; - -moz-border-radius-topleft: 3px; - border-top-left-radius: 3px; -} -/* line 187, ../sass/ribs/_tables.scss */ -.table-bordered caption thead tr:first-child th:last-child, -.table-bordered caption tbody tr:first-child td:last-child, -.table-bordered colgroup thead tr:first-child th:last-child, -.table-bordered colgroup tbody tr:first-child td:last-child { - -webkit-border-top-right-radius: 3px; - -moz-border-radius-topright: 3px; - border-top-right-radius: 3px; -} - -/* -##Striped table style - - - - - - - - - - - - - - - - - - -
#First NameLast NameUsername
1NickPack@nickpack
-*/ -/* line 218, ../sass/ribs/_tables.scss */ -.table-striped tbody > tr:nth-child(odd) > td, -.table-striped tbody > tr:nth-child(odd) > th { - background-color: #efefef; -} - -/* -##Hover table style - - - - - - - - - - - - - - - - - - -
#First NameLast NameUsername
1NickPack@nickpack
-*/ -/* line 249, ../sass/ribs/_tables.scss */ -.table-hover tbody tr:hover > td, -.table-hover tbody tr:hover > th { - background-color: #999999; -} - -/* line 19, ../sass/_site_structure.scss */ -.pull-left { - float: left; -} - -/* line 23, ../sass/_site_structure.scss */ -.pull-right { - float: right; -} - -/* line 28, ../sass/_site_structure.scss */ -.clearfix { - @clearfix; -} - -/* line 32, ../sass/_site_structure.scss */ -.centered { - text-align: center; -} - -/* line 40, ../sass/_site_structure.scss */ -.button, -button, -input.button { - text-transform: uppercase; - font-weight: bold; - font-size: 15px; - text-align: center; - margin-bottom: 0; -} -/* line 47, ../sass/_site_structure.scss */ -.button:hover, -button:hover, -input.button:hover { - background-image: none; - -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.2); - box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.2); -} - -/* line 54, ../sass/_site_structure.scss */ -.button.grey { - background-image: none; - background-color: #3a3a3a; -} -/* line 58, ../sass/_site_structure.scss */ -.button.grey:hover { - -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.2); - box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.2); -} - -/* line 64, ../sass/_site_structure.scss */ -.button.block { - display: block; - min-width: 120px; -} - -/* line 69, ../sass/_site_structure.scss */ -.button.large { - font-size: 20px; - padding: 6px 25px; -} - -/* line 77, ../sass/_site_structure.scss */ -form { - margin-top: 20px; -} - -/* line 81, ../sass/_site_structure.scss */ -fieldset { - border: 0; - padding: 0; -} - -/* line 86, ../sass/_site_structure.scss */ -table { - margin-top: 20px; - background-color: transparent; -} - -/* line 92, ../sass/_site_structure.scss */ -label, -legend { - font-weight: bold; - font-size: 13px; -} - -/* line 97, ../sass/_site_structure.scss */ -.mandatory { - color: #ff0000; - background: inherit; - margin-right: 5px; - float: left; -} - -/* line 104, ../sass/_site_structure.scss */ -p.label { - margin: 0 0 5px 0; -} - -/* line 108, ../sass/_site_structure.scss */ -.message-error { - color: #ff0000; -} - -/* line 112, ../sass/_site_structure.scss */ -p label { - display: inline; -} - -/* line 116, ../sass/_site_structure.scss */ -input[type="text"][size="2"] { - width: 2em; -} - -/* line 124, ../sass/_site_structure.scss */ -h1 { - text-transform: uppercase; -} - -/* line 128, ../sass/_site_structure.scss */ -h4, h5, h6 { - font-family: 'Oxygen', 'Helvetica', arial, sans-serif; - font-weight: bold; -} - -/* line 133, ../sass/_site_structure.scss */ -h5, h6 { - margin-bottom: 10px; -} - -/* line 137, ../sass/_site_structure.scss */ -ul { - margin-left: 30px; -} -/* line 140, ../sass/_site_structure.scss */ -ul li { - list-style-type: disc; -} - -/* line 145, ../sass/_site_structure.scss */ -ol { - margin-left: 30px; -} - -/* line 154, ../sass/_site_structure.scss */ -a, -a:hover, -a:focus { - color: #1e679b; -} - -/* line 158, ../sass/_site_structure.scss */ -a:visited { - color: #691e9b; -} - -/* line 165, ../sass/_site_structure.scss */ -body { - color: #565656; - background: url("../../img/white-bg.png"); -} - -/* line 171, ../sass/_site_structure.scss */ -.browsehappy { - text-align: center; - font-size: 20px; - padding: 15px 0; - color: red; -} - -/* line 178, ../sass/_site_structure.scss */ -#flash { - text-align: center; - color: #3a3a3a; - padding: 0; - background-color: #f4f4f4; - border-bottom: 1px solid #e0e0e0; -} -/* line 185, ../sass/_site_structure.scss */ -#flash .message { - opacity: 1.0 !important; -} -/* line 189, ../sass/_site_structure.scss */ -#flash p { - opacity: 1.0; - font-weight: bold; - padding: 10px; - margin: 0; -} - -/* line 197, ../sass/_site_structure.scss */ -header { - border-bottom: 2px solid #e0e0e0; - position: relative; -} -/* line 201, ../sass/_site_structure.scss */ -header .nav-bg { - background-color: #3a3a3a; - width: 100%; - position: absolute; -} -/* line 207, ../sass/_site_structure.scss */ -header .logo { - position: absolute; - top: 18px; - z-index: 100; -} -/* line 214, ../sass/_site_structure.scss */ -header .nav { - float: right; -} -/* line 217, ../sass/_site_structure.scss */ -header .nav li { - background-color: #3a3a3a; - display: inline-block; - float: left; - transform: skew(30deg); - -o-transform: skew(30deg); - -moz-transform: skew(30deg); - -webkit-transform: skew(30deg); - margin: 0; - padding: 0; -} -/* line 230, ../sass/_site_structure.scss */ -header .nav li.active, -header .nav li:hover { - background-color: #1e679b; - -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.1); -} -/* line 236, ../sass/_site_structure.scss */ -header .nav a { - text-decoration: none; - text-transform: uppercase; - color: white; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: normal; - font-size: 17px; - transform: skew(-30deg); - -o-transform: skew(-30deg); - -moz-transform: skew(-30deg); - -webkit-transform: skew(-30deg); - display: inline-block; - padding: 18px 22px; - text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); -} -/* line 253, ../sass/_site_structure.scss */ -header .ctas { - margin: 10px 10px 25px 0; -} -/* line 256, ../sass/_site_structure.scss */ -header .ctas .first { - margin-bottom: 5px; -} -/* line 261, ../sass/_site_structure.scss */ -header .dates { - text-align: right; - margin: 10px 30px 0 0; - padding: 5px 30px 5px 0; - border-right: 1px solid #e0e0e0; -} -/* line 267, ../sass/_site_structure.scss */ -header .dates h2 { - font-size: 25px; - line-height: 1; - margin: 0 0 7px 0; - color: #565656; -} -/* line 273, ../sass/_site_structure.scss */ -header .dates h2 sup { - text-transform: uppercase; - font-size: 50%; - top: -1em; -} -/* line 280, ../sass/_site_structure.scss */ -header .dates p { - line-height: 1; - margin: 0; - font-size: 17px; -} - -/* line 288, ../sass/_site_structure.scss */ -.mobile-menu { - display: none; -} - -/* line 295, ../sass/_site_structure.scss */ -.stay-in-touch { - margin: 0 0 0 40px; -} -/* line 298, ../sass/_site_structure.scss */ -.stay-in-touch li { - list-style-type: none; -} -/* line 302, ../sass/_site_structure.scss */ -.stay-in-touch i { - color: #3a3a3a; - font-size: 16px; - padding-right: 5px; -} - -/* line 316, ../sass/_site_structure.scss */ -footer { - -webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.4); - box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.4); - margin-top: 100px; - background: #3a3a3a url("../../img/dark-bg.png"); - color: white; -} -/* line 324, ../sass/_site_structure.scss */ -footer .footer-links { - float: left; - margin: 35px 60px 35px 0; -} -/* line 328, ../sass/_site_structure.scss */ -footer .footer-links li { - list-style-type: none; - padding: 0; - margin: 5px 0; -} -/* line 333, ../sass/_site_structure.scss */ -footer .footer-links li a { - color: white; - text-decoration: none; -} -/* line 338, ../sass/_site_structure.scss */ -footer .footer-links li a:hover { - text-decoration: underline; -} -/* line 344, ../sass/_site_structure.scss */ -footer .footer-conf-dates { - margin: 38px 0 35px 0; - float: left; -} -/* line 348, ../sass/_site_structure.scss */ -footer .footer-conf-dates li { - list-style-type: none; - padding-left: 32px; - margin: 5px 0 15px 0; - background: url("../../img/cal-white.png") no-repeat 0 5px; -} -/* line 354, ../sass/_site_structure.scss */ -footer .footer-conf-dates li strong { - color: white; -} -/* line 360, ../sass/_site_structure.scss */ -footer .white-logo { - margin-top: 40px; -} -/* line 364, ../sass/_site_structure.scss */ -footer .stay-in-touch { - display: none; -} - -/* line 369, ../sass/_site_structure.scss */ -.bottom-footer { - font-size: 13px; - color: #a5c2d7; - border-top: 1px solid #333; - position: relative; -} -/* line 375, ../sass/_site_structure.scss */ -.bottom-footer span { - margin-right: 30px; - padding: 15px 0; - display: inline-block; -} -/* line 380, ../sass/_site_structure.scss */ -.bottom-footer span a { - color: #a5c2d7; -} -/* line 385, ../sass/_site_structure.scss */ -.bottom-footer .cc-credit { - background-color: #30495a; - transform: skew(30deg); - -o-transform: skew(30deg); - -moz-transform: skew(30deg); - -webkit-transform: skew(30deg); - padding: 15px 0 15px 30px; -} -/* line 393, ../sass/_site_structure.scss */ -.bottom-footer .cc-credit span { - margin: 0; - display: inline-block; - padding: 0; - color: #9eacb4; - transform: skew(-30deg); - -o-transform: skew(-30deg); - -moz-transform: skew(-30deg); - -webkit-transform: skew(-30deg); -} -/* line 404, ../sass/_site_structure.scss */ -.bottom-footer .cc-credit a { - color: #9eacb4; - padding: 0; -} - -/* line 411, ../sass/_site_structure.scss */ -.bottom-footer-bg { - background-color: #1e679b; - height: 100%; - width: 100%; - position: absolute; - top: 0; - z-index: -2; -} - -/* line 420, ../sass/_site_structure.scss */ -.dark-bottom-footer { - background-color: #30495a; - height: 100%; - width: 100%; - position: absolute; - top: 0; - z-index: -1; -} - -@media only screen and (max-width: 1170px) { - /* line 434, ../sass/_site_structure.scss */ - header .nav li a { - font-size: 15px; - padding: 15px; - } - - /* line 439, ../sass/_site_structure.scss */ - .logo img { - max-width: 230px; - margin-top: 19px; - } - - /* line 444, ../sass/_site_structure.scss */ - .dark-bottom-footer { - display: none; - } - - /* line 449, ../sass/_site_structure.scss */ - .bottom-footer span { - padding: 10px 0; - } - /* line 453, ../sass/_site_structure.scss */ - .bottom-footer .cc-credit { - background-color: #1e679b; - transform: skew(0deg); - -o-transform: skew(0deg); - -moz-transform: skew(0deg); - -webkit-transform: skew(0deg); - padding: 0 0 10px 0; - float: none; - } - /* line 462, ../sass/_site_structure.scss */ - .bottom-footer .cc-credit span { - margin: 0; - display: inline-block; - padding: 0; - color: #a5c2d7; - transform: skew(0deg); - -o-transform: skew(0deg); - -moz-transform: skew(0deg); - -webkit-transform: skew(0deg); - } - /* line 473, ../sass/_site_structure.scss */ - .bottom-footer .cc-credit a { - color: #a5c2d7; - padding: 0; - } -} -@media only screen and (max-width: 900px) { - /* line 483, ../sass/_site_structure.scss */ - .logo img { - max-width: 180px; - margin-top: 45px; - } -} -@media only screen and (max-width: 768px) { - /* line 492, ../sass/_site_structure.scss */ - header { - padding-top: 15px; - text-align: center; - border-bottom: 0; - } - /* line 497, ../sass/_site_structure.scss */ - header .mobile-logo img { - display: inline-block; - max-width: 100%; - margin: 10px 0; - } - /* line 503, ../sass/_site_structure.scss */ - header .nav-bg { - display: none; - } - /* line 507, ../sass/_site_structure.scss */ - header .nav { - display: none; - float: none; - margin: 0; - } - /* line 512, ../sass/_site_structure.scss */ - header .nav li { - float: none; - display: block; - transform: skew(0deg); - -o-transform: skew(0deg); - -moz-transform: skew(0deg); - -webkit-transform: skew(0deg); - } - /* line 520, ../sass/_site_structure.scss */ - header .nav li a { - display: block; - transform: skew(0deg); - -o-transform: skew(0deg); - -moz-transform: skew(0deg); - -webkit-transform: skew(0deg); - } - /* line 530, ../sass/_site_structure.scss */ - header .dates { - float: none; - margin: 10px 0 20px 0; - padding: 0; - border: 0; - text-align: center; - } - /* line 538, ../sass/_site_structure.scss */ - header .ctas { - float: none; - margin: 10px auto 20px auto; - text-align: center; - } - /* line 543, ../sass/_site_structure.scss */ - header .ctas .button.block { - display: inline-block; - } - - /* line 550, ../sass/_site_structure.scss */ - .mobile-menu { - display: block; - background-color: #3a3a3a; - } - /* line 554, ../sass/_site_structure.scss */ - .mobile-menu .mobile-nav { - display: none; - margin: 0; - } - /* line 558, ../sass/_site_structure.scss */ - .mobile-menu .mobile-nav li { - padding: 0; - margin: 0; - list-style-type: none; - } - /* line 565, ../sass/_site_structure.scss */ - .mobile-menu a { - color: white; - text-decoration: none; - display: block; - padding: 15px 30px; - border-bottom: 1px solid #333; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 17px; - text-transform: uppercase; - font-weight: normal; - } - /* line 576, ../sass/_site_structure.scss */ - .mobile-menu a i { - margin-top: 2px; - } - /* line 582, ../sass/_site_structure.scss */ - .mobile-menu a.active, - .mobile-menu a:hover { - background-color: #1e679b; - } - - /* line 587, ../sass/_site_structure.scss */ - .sidebar-menu { - margin-top: 40px; - } - - /* line 591, ../sass/_site_structure.scss */ - footer { - margin-top: 40px; - } - /* line 594, ../sass/_site_structure.scss */ - footer .footer-links { - max-width: 140px; - margin: 30px 20px; - } - /* line 599, ../sass/_site_structure.scss */ - footer .footer-conf-dates { - display: none; - } - - /* line 604, ../sass/_site_structure.scss */ - .bottom-footer { - padding: 20px 0; - } - /* line 607, ../sass/_site_structure.scss */ - .bottom-footer span { - margin: 0; - display: block; - text-align: center; - padding: 5px 0; - } - /* line 614, ../sass/_site_structure.scss */ - .bottom-footer .cc-credit { - padding: 5px 0; - } -} -@media only screen and (max-width: 560px) { - /* line 623, ../sass/_site_structure.scss */ - footer { - text-align: center; - padding: 20px 0; - } - /* line 628, ../sass/_site_structure.scss */ - footer .footer-links { - margin: 10px 0; - width: 100%; - max-width: 100%; - } -} -/* line 3, ../sass/pages/_homepage.scss */ -.banner { - width: 100%; - height: 448px; - -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.07); - box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.07); - position: relative; -} -/* line 11, ../sass/pages/_homepage.scss */ -.banner .banner-bg img { - position: absolute; - left: 50%; - top: 0; - margin-left: -804px; - z-index: -2; -} -/* line 19, ../sass/pages/_homepage.scss */ -.banner .cta { - padding: 145px 0 0 20px; - width: 38%; -} -/* line 23, ../sass/pages/_homepage.scss */ -.banner .cta h1 { - color: #3a3a3a; - text-transform: none; -} -/* line 28, ../sass/pages/_homepage.scss */ -.banner .cta .conf-dates { - margin: 30px 0 20px 0; -} -/* line 31, ../sass/pages/_homepage.scss */ -.banner .cta .conf-dates li { - display: inline-block; - padding-left: 22px; - margin-right: 20px; - background: url("../../img/cal.png") no-repeat 0 3px; -} -/* line 39, ../sass/pages/_homepage.scss */ -.banner .cta .button { - margin: 0 3px 10px 0; -} - -/* line 46, ../sass/pages/_homepage.scss */ -.home-h2 { - text-transform: uppercase; - font-size: 29px; - text-align: center; - margin: 60px 0; - overflow: hidden; - color: #686868; -} -/* line 55, ../sass/pages/_homepage.scss */ -.home-h2:before, .home-h2:after { - border-top: 1px solid #e0e0e0; - content: ""; - display: inline-block; - height: .1em; - position: relative; - vertical-align: middle; - width: 50%; - margin-bottom: 5px; -} -/* line 65, ../sass/pages/_homepage.scss */ -.home-h2:before { - right: 30px; - margin-left: -50%; -} -/* line 69, ../sass/pages/_homepage.scss */ -.home-h2:after { - left: 30px; - margin-right: -50%; -} - -/* line 75, ../sass/pages/_homepage.scss */ -.content-cta { - margin: 20px 0 80px 0; -} - -/* line 82, ../sass/pages/_homepage.scss */ -.important-news { - background-color: #1e679b; - padding: 22px 0 20px 0; - margin: 0; - text-align: center; - -webkit-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.3); - box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.3); -} -/* line 91, ../sass/pages/_homepage.scss */ -.important-news h2, -.important-news .button { - display: inline; -} -/* line 95, ../sass/pages/_homepage.scss */ -.important-news h2 { - padding: 0; - margin: 0; - text-transform: uppercase; - font-size: 30px; - line-height: 35px; - font-weight: normal; - color: white; -} -@media only screen and (max-width: 768px) { - /* line 95, ../sass/pages/_homepage.scss */ - .important-news h2 { - display: block; - } -} -/* line 109, ../sass/pages/_homepage.scss */ -.important-news .button { - margin: 0px 0 0 20px; - background-color: white; - background-image: none; - color: #1e679b !important; - position: relative; - top: -7px; - padding: 6px 15px; -} -@media only screen and (max-width: 768px) { - /* line 109, ../sass/pages/_homepage.scss */ - .important-news .button { - display: inline-block; - top: 0; - margin-top: 15px; - } -} - -/* line 128, ../sass/pages/_homepage.scss */ -#speakers { - margin-bottom: 40px; -} -/* line 131, ../sass/pages/_homepage.scss */ -#speakers p { - margin-top: 15px; - line-height: 1.6; -} -/* line 135, ../sass/pages/_homepage.scss */ -#speakers p a { - font-weight: bold; - display: block; -} -/* line 141, ../sass/pages/_homepage.scss */ -#speakers .owl-item .item { - margin: 0 15px; - text-align: center; -} - -/* line 150, ../sass/pages/_homepage.scss */ -#sponsors { - margin-bottom: 40px; -} -/* line 153, ../sass/pages/_homepage.scss */ -#sponsors .owl-item .item { - margin: 0 15px 20px 10px; - text-align: center; - padding-top: 4px; -} -/* line 158, ../sass/pages/_homepage.scss */ -#sponsors .owl-item .item a { - display: block; - margin-bottom: 30px; - color: dark-grey; - -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05); - box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05); - text-decoration: none; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - text-transform: uppercase; -} -/* line 168, ../sass/pages/_homepage.scss */ -#sponsors .owl-item .item a:hover { - -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1); - box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1); -} -/* line 173, ../sass/pages/_homepage.scss */ -#sponsors .owl-item .item a img { - display: block; - background-color: white; - margin: 0; -} -/* line 179, ../sass/pages/_homepage.scss */ -#sponsors .owl-item .item a span { - display: block; - padding: 7px; - margin: 0; - background-color: #e0e0e0; - color: #3a3a3a; - text-align: center; - border-top: 2px solid #ccc; - -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.05); -} - -/* line 194, ../sass/pages/_homepage.scss */ -.sponsor { - display: inline-block; - margin-top: 10px; -} - -/* line 202, ../sass/pages/_homepage.scss */ -article.homepage-news { - padding: 0 20px; - margin-bottom: 60px; -} - -/* line 207, ../sass/pages/_homepage.scss */ -.date { - float: left; - width: 15%; - font-weight: bold; - font-size: 16px; - text-align: right; - font-style: italic; - margin-right: 3%; - line-height: 1.2; -} - -/* line 218, ../sass/pages/_homepage.scss */ -.article-body { - float: left; - width: 80%; -} -/* line 222, ../sass/pages/_homepage.scss */ -.article-body .news-title { - font-weight: bold; - font-size: 16px; - line-height: 1.2; - margin: 0 0 10px 0; - font-family: 'Oxygen', sans-serif; -} - -/* line 234, ../sass/pages/_homepage.scss */ -.pullman-img img { - margin-bottom: 11px; - max-width: 100%; - height: auto; -} - -/* line 240, ../sass/pages/_homepage.scss */ -.about-pullman .padding { - padding: 0 10px; -} - -/* line 244, ../sass/pages/_homepage.scss */ -.pullman-address { - margin-bottom: 30px; -} -/* line 247, ../sass/pages/_homepage.scss */ -.pullman-address span { - font-weight: bold; - font-size: 18px; -} - -/* line 253, ../sass/pages/_homepage.scss */ -#map-canvas { - width: 100%; - height: 440px; -} - -@media only screen and (max-width: 1170px) { - /* line 265, ../sass/pages/_homepage.scss */ - .banner .banner-bg img { - margin-left: -585px; - } - /* line 269, ../sass/pages/_homepage.scss */ - .banner .container { - width: 100%; - height: 448px; - position: relative; - } - /* line 274, ../sass/pages/_homepage.scss */ - .banner .container .cta { - padding: 0; - margin: 0; - width: 100%; - background-color: rgba(0, 0, 0, 0.5); - -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.65); - box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.07); - text-align: center; - position: absolute; - bottom: 0px; - } - /* line 285, ../sass/pages/_homepage.scss */ - .banner .container .cta .padding { - padding: 20px; - } - /* line 289, ../sass/pages/_homepage.scss */ - .banner .container .cta h1 { - font-size: 30px; - line-height: 1.2; - color: white; - width: 70%; - margin: 0 auto 15px auto; - } - /* line 297, ../sass/pages/_homepage.scss */ - .banner .container .cta .conf-dates { - display: none; - } - - /* line 304, ../sass/pages/_homepage.scss */ - .container .about-pullman { - width: 47%; - } -} -@media only screen and (max-width: 900px) { - /* line 311, ../sass/pages/_homepage.scss */ - .date { - display: none; - } - - /* line 315, ../sass/pages/_homepage.scss */ - .article-body { - float: none; - width: 100%; - } - - /* line 322, ../sass/pages/_homepage.scss */ - .banner .banner-bg img { - margin-left: -450px; - } - /* line 326, ../sass/pages/_homepage.scss */ - .banner .container .cta h1 { - font-size: 30px; - line-height: 1.2; - color: white; - width: 100%; - margin: 0 auto 15px auto; - } -} -@media only screen and (max-width: 767px) { - /* line 338, ../sass/pages/_homepage.scss */ - .container .about-pullman { - width: 100%; - margin: 40px 0 0 0; - } - /* line 342, ../sass/pages/_homepage.scss */ - .container .about-pullman .padding { - padding: 0; - } -} -@media only screen and (max-width: 768px) { - /* line 350, ../sass/pages/_homepage.scss */ - .speaker .padding { - text-align: center; - } - - /* line 356, ../sass/pages/_homepage.scss */ - .banner .banner-bg img { - margin-left: -384px; - } -} -@media only screen and (max-width: 400px) { - /* line 364, ../sass/pages/_homepage.scss */ - .banner { - height: auto; - } - /* line 368, ../sass/pages/_homepage.scss */ - .banner .banner-bg { - display: none; - } - /* line 372, ../sass/pages/_homepage.scss */ - .banner .container { - height: auto; - } - /* line 375, ../sass/pages/_homepage.scss */ - .banner .container .cta { - position: static; - background: linear-gradient(45deg, #ffffff 0%, #ececec 75%) repeat scroll 0% 0% transparent; - } - /* line 379, ../sass/pages/_homepage.scss */ - .banner .container .cta h1 { - color: #3a3a3a; - font-size: 25px; - } -} -/* line 3, ../sass/pages/_internal.scss */ -.internal-banner { - background: linear-gradient(45deg, #ffffff 0%, #ececec 75%) repeat scroll 0% 0% transparent; - -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.07); - box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.07); - padding: 40px 0 30px 0; - margin-bottom: 60px; - border-bottom: 1px solid #e0e0e0; -} -/* line 11, ../sass/pages/_internal.scss */ -.internal-banner .register { - float: left; - margin: 0 25px; -} -/* line 16, ../sass/pages/_internal.scss */ -.internal-banner .conf-dates { - float: left; - margin: 0 0 0 25px; -} -/* line 20, ../sass/pages/_internal.scss */ -.internal-banner .conf-dates li { - display: inline-block; - padding-left: 22px; - margin-right: 40px; - background: url("../../img/cal.png") no-repeat 0 3px; -} -/* line 27, ../sass/pages/_internal.scss */ -.internal-banner .conf-dates li.last { - margin-right: 0; -} - -/* line 36, ../sass/pages/_internal.scss */ -.sidebar-module { - margin-bottom: 60px; -} - -/* line 40, ../sass/pages/_internal.scss */ -.sidebar-menu { - border-top: 1px solid #e0e0e0; -} -/* line 43, ../sass/pages/_internal.scss */ -.sidebar-menu a { - text-decoration: none; - text-transform: uppercase; - color: #3a3a3a; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 17px; - text-indent: 10px; - display: block; - padding: 15px 0; - border-bottom: 1px solid #e0e0e0; -} -/* line 56, ../sass/pages/_internal.scss */ -.sidebar-menu a.active, -.sidebar-menu a:hover { - background-color: #f4f4f4; -} -/* line 59, ../sass/pages/_internal.scss */ -.sidebar-menu a.active i, -.sidebar-menu a:hover i { - color: #3a3a3a; -} -/* line 64, ../sass/pages/_internal.scss */ -.sidebar-menu a i { - margin-right: 10px; - position: relative; - top: 2px; - color: #e0e0e0; -} - -/* line 73, ../sass/pages/_internal.scss */ -.sidebar-title { - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: normal; - color: #3a3a3a; - font-size: 19px; - text-transform: uppercase; - border-bottom: 1px solid #e0e0e0; - padding-bottom: 5px; - margin-bottom: 20px; - margin-top: 0; - text-indent: 10px; - display: block; -} - -/* line 87, ../sass/pages/_internal.scss */ -.news-titles { - margin: 0 0 0 10px; -} -/* line 90, ../sass/pages/_internal.scss */ -.news-titles ul { - margin: 0; -} -/* line 93, ../sass/pages/_internal.scss */ -.news-titles ul li { - margin-bottom: 20px; - list-style-type: none; -} -/* line 97, ../sass/pages/_internal.scss */ -.news-titles ul li a { - display: inline-block; - padding-bottom: 5px; -} - -/* line 106, ../sass/pages/_internal.scss */ -.mobile-sub-menu { - display: none; -} - -/* line 114, ../sass/pages/_internal.scss */ -.profile-sidebar { - background-color: #ececec; - padding: 10px; - margin-bottom: 20px; -} -/* line 119, ../sass/pages/_internal.scss */ -.profile-sidebar h3 { - margin-top: 5px; -} -/* line 123, ../sass/pages/_internal.scss */ -.profile-sidebar p { - margin-bottom: 0; - word-wrap: break-word; -} -/* line 128, ../sass/pages/_internal.scss */ -.profile-sidebar a.button.block { - min-width: initial; - word-wrap: break-word; - margin-top: 14px; -} - -/* line 135, ../sass/pages/_internal.scss */ -.sidebar-logos { - text-align: center; -} -/* line 138, ../sass/pages/_internal.scss */ -.sidebar-logos img { - margin-bottom: 10px; -} - -/* line 146, ../sass/pages/_internal.scss */ -.internal-content { - padding: 0 15px; -} - -@media only screen and (max-width: 1170px) { - /* line 154, ../sass/pages/_internal.scss */ - .internal-banner .register { - display: none; - } - - /* line 159, ../sass/pages/_internal.scss */ - .internal-banner .conf-dates { - margin-left: 30px; - } -} -@media only screen and (max-width: 900px) { - /* line 165, ../sass/pages/_internal.scss */ - .white-logo { - display: none; - } -} -@media only screen and (max-width: 768px) { - /* line 174, ../sass/pages/_internal.scss */ - .internal-banner { - display: none; - } - - /* line 179, ../sass/pages/_internal.scss */ - .sidebar-module, - .sidebar-logos { - display: none; - } - - /* line 183, ../sass/pages/_internal.scss */ - .mobile-sub-menu { - display: block; - } - /* line 186, ../sass/pages/_internal.scss */ - .mobile-sub-menu ul { - margin: 0; - } - /* line 189, ../sass/pages/_internal.scss */ - .mobile-sub-menu ul li { - padding: 0; - margin: 0; - list-style-type: none; - } - /* line 196, ../sass/pages/_internal.scss */ - .mobile-sub-menu a { - color: #3a3a3a; - text-decoration: none; - display: block; - padding: 15px 30px; - border-bottom: 1px solid #e0e0e0; - font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 17px; - text-transform: uppercase; - font-weight: normal; - } - /* line 207, ../sass/pages/_internal.scss */ - .mobile-sub-menu a i { - margin-top: 2px; - } - /* line 213, ../sass/pages/_internal.scss */ - .mobile-sub-menu a.active, - .mobile-sub-menu a:hover { - background-color: #f4f4f4; - } - - /* line 218, ../sass/pages/_internal.scss */ - .internal-content { - margin-top: 40px; - } -} -/* line 228, ../sass/pages/_internal.scss */ -#programme td, #programme th { - text-align: center; - font-size: 13px; - vertical-align: middle; - border-right: 1px solid #ccc; -} -/* line 234, ../sass/pages/_internal.scss */ -#programme td i, #programme th i { - font-style: italic; -} -/* line 239, ../sass/pages/_internal.scss */ -#programme .programme_break { - background-color: #ececec; -} -/* line 243, ../sass/pages/_internal.scss */ -#programme .programme_plenary { - background-color: #d7dfe5; -} -/* line 247, ../sass/pages/_internal.scss */ -#programme .multi { - background-color: #d2e7db; -}