This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
lesechos/theme-authentic2/static/authentic2/css/minimal.css

4478 lines
158 KiB
CSS

/*
* Minimal CSS, contain all the content layout but not the header nor the
* footer. Used in djangocms page render in admin
*/
/* line 347, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
font-family: "/5.4.7/";
}
/* line 351, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0em;
}
/* line 356, ../../../../../../../foundation5/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 361, ../../../../../../../foundation5/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 366, ../../../../../../../foundation5/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 371, ../../../../../../../foundation5/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 376, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
font-family: false;
}
/* line 383, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
height: 100%;
}
/* line 388, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 393, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
font-size: 16px;
}
/* line 396, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
body {
background: white;
color: #222222;
padding: 0;
margin: 0;
font-family: "Open Sans", sans-serif;
font-weight: normal;
font-style: normal;
line-height: 24px;
position: relative;
cursor: auto;
}
/* line 409, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
cursor: pointer;
}
/* line 412, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
img {
max-width: 100%;
height: auto;
}
/* line 414, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
img {
-ms-interpolation-mode: bicubic;
}
/* line 420, ../../../../../../../foundation5/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 425, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.left {
float: left !important;
}
/* line 426, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.right {
float: right !important;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
/* line 173, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
clear: both;
}
/* line 430, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
display: none !important;
visibility: hidden;
}
/* line 436, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.invisible {
visibility: hidden;
}
/* line 442, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 445, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
img {
display: inline-block;
vertical-align: middle;
}
/* line 455, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
height: auto;
min-height: 50px;
}
/* line 458, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
select {
width: 100%;
}
/* line 218, ../../../../../../../foundation5/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: 62.5rem;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
content: " ";
display: table;
}
/* line 173, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
clear: both;
}
/* line 223, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
padding-left: 0;
padding-right: 0;
}
/* line 225, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
margin-left: 0;
margin-right: 0;
}
/* line 228, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
width: auto;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
margin-top: 0;
margin-bottom: 0;
max-width: none;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
content: " ";
display: table;
}
/* line 173, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
clear: both;
}
/* line 229, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
width: auto;
margin: 0;
max-width: none;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
content: " ";
display: table;
}
/* line 173, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
clear: both;
}
/* line 234, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
float: left;
}
/* line 236, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
float: right;
}
/* line 237, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
float: left;
}
@media only screen {
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-1 {
width: 8.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-2 {
width: 16.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-3 {
width: 25%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-4 {
width: 33.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-5 {
width: 41.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-6 {
width: 50%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-7 {
width: 58.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-8 {
width: 66.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-9 {
width: 75%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-10 {
width: 83.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-11 {
width: 91.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-12 {
width: 100%;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-0 {
margin-left: 0% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-1 {
margin-left: 8.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-2 {
margin-left: 16.66667% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-3 {
margin-left: 25% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-4 {
margin-left: 33.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-5 {
margin-left: 41.66667% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-6 {
margin-left: 50% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-7 {
margin-left: 58.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-8 {
margin-left: 66.66667% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-9 {
margin-left: 75% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-10 {
margin-left: 83.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-offset-11 {
margin-left: 91.66667% !important;
}
/* line 180, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.small-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
/* line 189, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.small-centered,
.columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
/* line 192, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.small-uncentered,
.columns.small-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
/* line 200, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.small-centered:last-child,
.columns.small-centered:last-child {
float: none;
}
/* line 206, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
float: left;
}
/* line 211, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right;
}
}
@media only screen and (min-width: 40.063em) {
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-1 {
width: 8.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-2 {
width: 16.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-3 {
width: 25%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-4 {
width: 33.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-5 {
width: 41.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-6 {
width: 50%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-7 {
width: 58.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-8 {
width: 66.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-9 {
width: 75%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-10 {
width: 83.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-11 {
width: 91.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-12 {
width: 100%;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-0 {
margin-left: 0% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-1 {
margin-left: 8.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-2 {
margin-left: 16.66667% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-3 {
margin-left: 25% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-4 {
margin-left: 33.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-5 {
margin-left: 41.66667% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-6 {
margin-left: 50% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-7 {
margin-left: 58.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-8 {
margin-left: 66.66667% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-9 {
margin-left: 75% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-10 {
margin-left: 83.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-offset-11 {
margin-left: 91.66667% !important;
}
/* line 180, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.medium-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
/* line 189, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.medium-centered,
.columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
/* line 192, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.medium-uncentered,
.columns.medium-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
/* line 200, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.medium-centered:last-child,
.columns.medium-centered:last-child {
float: none;
}
/* line 206, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
float: left;
}
/* line 211, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
float: right;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 250, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 159, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-1 {
width: 8.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-2 {
width: 16.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-3 {
width: 25%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-4 {
width: 33.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-5 {
width: 41.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-6 {
width: 50%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-7 {
width: 58.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-8 {
width: 66.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-9 {
width: 75%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-10 {
width: 83.33333%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-11 {
width: 91.66667%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-12 {
width: 100%;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-0 {
margin-left: 0% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-1 {
margin-left: 8.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-2 {
margin-left: 16.66667% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-3 {
margin-left: 25% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-4 {
margin-left: 33.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-5 {
margin-left: 41.66667% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-6 {
margin-left: 50% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-7 {
margin-left: 58.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-8 {
margin-left: 66.66667% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-9 {
margin-left: 75% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-10 {
margin-left: 83.33333% !important;
}
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-offset-11 {
margin-left: 91.66667% !important;
}
/* line 180, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.large-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
/* line 189, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.large-centered,
.columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
/* line 192, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.large-uncentered,
.columns.large-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
/* line 200, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.large-centered:last-child,
.columns.large-centered:last-child {
float: none;
}
/* line 206, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
float: left;
}
/* line 211, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
float: right;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 258, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 261, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_grid.scss */
.pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
}
/* line 216, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
border-style: solid;
border-width: 0px;
cursor: pointer;
font-family: "Open Sans", sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-decoration: none;
text-align: center;
-webkit-appearance: none;
-webkit-border-radius: 0;
display: inline-block;
padding-top: 1rem;
padding-right: 2rem;
padding-bottom: 1.0625rem;
padding-left: 2rem;
font-size: 1rem;
background-color: #e01f2c;
border-color: #b31923;
color: white;
transition: background-color 300ms ease-out;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
background-color: #b31923;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
color: white;
}
/* line 223, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
color: #333333;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
background-color: #b9b9b9;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
color: #333333;
}
/* line 224, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
background-color: #43ac6a;
border-color: #368a55;
color: white;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
background-color: #368a55;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
color: white;
}
/* line 225, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
background-color: #f04124;
border-color: #cf2a0e;
color: white;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
background-color: #cf2a0e;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
color: white;
}
/* line 226, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: white;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
background-color: #cf6e0e;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
color: white;
}
/* line 227, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333333;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
background-color: #61b6d9;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
color: white;
}
/* line 229, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
padding-top: 1.125rem;
padding-right: 2.25rem;
padding-bottom: 1.1875rem;
padding-left: 2.25rem;
font-size: 1.25rem;
}
/* line 230, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
padding-top: 0.875rem;
padding-right: 1.75rem;
padding-bottom: 0.9375rem;
padding-left: 1.75rem;
font-size: 0.8125rem;
}
/* line 231, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
padding-top: 0.625rem;
padding-right: 1.25rem;
padding-bottom: 0.6875rem;
padding-left: 1.25rem;
font-size: 0.6875rem;
}
/* line 232, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
padding-right: 0;
padding-left: 0;
width: 100%;
}
/* line 234, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
text-align: left;
text-indent: 0.75rem;
}
/* line 235, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
text-align: right;
padding-right: 0.75rem;
}
/* line 237, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
border-radius: 3px;
}
/* line 238, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
border-radius: 1000px;
}
/* line 240, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
background-color: #e01f2c;
border-color: #b31923;
color: white;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #b31923;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
color: white;
}
/* line 179, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #e01f2c;
}
/* line 241, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
background-color: #e7e7e7;
border-color: #b9b9b9;
color: #333333;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #b9b9b9;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
color: #333333;
}
/* line 179, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
background-color: #e7e7e7;
}
/* line 242, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
background-color: #43ac6a;
border-color: #368a55;
color: white;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #368a55;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
color: white;
}
/* line 179, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
background-color: #43ac6a;
}
/* line 243, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
background-color: #f04124;
border-color: #cf2a0e;
color: white;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #cf2a0e;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
color: white;
}
/* line 179, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #f04124;
}
/* line 244, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
background-color: #f08a24;
border-color: #cf6e0e;
color: white;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #cf6e0e;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
color: white;
}
/* line 179, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
background-color: #f08a24;
}
/* line 245, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
background-color: #a0d3e8;
border-color: #61b6d9;
color: #333333;
cursor: default;
opacity: 0.7;
box-shadow: none;
}
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #61b6d9;
}
/* line 168, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
color: white;
}
/* line 179, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
background-color: #a0d3e8;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
border: 0;
padding: 0;
}
@media only screen and (min-width: 40.063em) {
/* line 253, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
display: inline-block;
}
}
/* line 148, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group {
list-style: none;
margin: 0;
left: 0;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
content: " ";
display: table;
}
/* line 173, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:after {
clear: both;
}
/* line 150, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li > button, .button-group > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button {
border-left: 0;
}
/* line 153, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
float: none;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
border-left: 0;
}
/* line 66, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0px;
margin: 0;
display: block;
}
/* line 75, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
border-top: 0;
}
/* line 157, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-left: 0;
}
@media only screen and (max-width: 40em) {
/* line 157, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-left: 0;
}
/* line 66, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0px;
margin: 0;
display: block;
}
/* line 75, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
border-top: 0;
}
}
/* line 165, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
border-left: 0;
}
/* line 114, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
border-radius: 0;
}
/* line 118, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
/* line 129, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
/* line 166, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
border-left: 0;
}
/* line 66, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0px;
margin: 0;
display: block;
}
/* line 75, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
border-top: 0;
}
/* line 114, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
border-radius: 0;
}
/* line 118, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
/* line 129, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.063em) {
/* line 167, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-left: 0;
}
/* line 114, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
border-radius: 0;
}
/* line 118, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
/* line 129, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
}
@media only screen and (max-width: 40em) {
/* line 167, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-left: 0;
}
/* line 66, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0px;
margin: 0;
display: block;
}
/* line 75, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
border-top: 0;
}
/* line 114, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
border-radius: 0;
}
/* line 118, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
/* line 129, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
}
/* line 176, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
border-left: 0;
}
/* line 114, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
border-radius: 0;
}
/* line 118, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px;
}
/* line 129, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px;
}
/* line 177, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
border-left: 0;
}
/* line 66, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0px;
margin: 0;
display: block;
}
/* line 75, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
border-top: 0;
}
/* line 114, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
border-radius: 0;
}
/* line 118, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
-webkit-top-left-radius: 1rem;
-webkit-top-right-radius: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
/* line 129, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
-webkit-bottom-left-radius: 1rem;
-webkit-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}
@media only screen and (min-width: 40.063em) {
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-left: 0;
}
/* line 114, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
border-radius: 0;
}
/* line 118, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px;
}
/* line 129, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px;
}
}
@media only screen and (max-width: 40em) {
/* line 178, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * {
margin: 0 -2px;
display: inline-block;
display: block;
margin: 0;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-left: 0;
}
/* line 66, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
border-top: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0px;
margin: 0;
display: block;
}
/* line 75, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
border-top: 0;
}
/* line 114, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
border-radius: 0;
}
/* line 118, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
-webkit-top-left-radius: 1rem;
-webkit-top-right-radius: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
/* line 129, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
-webkit-bottom-left-radius: 1rem;
-webkit-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}
}
/* line 188, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
margin: 0 -2px;
display: inline-block;
width: 50%;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
border-left: 0;
}
/* line 142, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
width: 100%;
}
/* line 188, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
margin: 0 -2px;
display: inline-block;
width: 33.33333%;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
border-left: 0;
}
/* line 142, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
width: 100%;
}
/* line 188, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
margin: 0 -2px;
display: inline-block;
width: 25%;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
border-left: 0;
}
/* line 142, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
width: 100%;
}
/* line 188, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
margin: 0 -2px;
display: inline-block;
width: 20%;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
border-left: 0;
}
/* line 142, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
width: 100%;
}
/* line 188, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
margin: 0 -2px;
display: inline-block;
width: 16.66667%;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
border-left: 0;
}
/* line 142, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
width: 100%;
}
/* line 188, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
margin: 0 -2px;
display: inline-block;
width: 14.28571%;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
border-left: 0;
}
/* line 142, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
width: 100%;
}
/* line 188, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
margin: 0 -2px;
display: inline-block;
width: 12.5%;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
border-left: 0;
}
/* line 142, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
width: 100%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
content: " ";
display: table;
}
/* line 173, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:after {
clear: both;
}
/* line 194, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
float: left;
margin-right: 0.625rem;
}
/* line 32, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
overflow: hidden;
}
/* Foundation Dropdowns */
/* line 225, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: white;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: 2px;
max-width: 200px;
}
/* line 73, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
margin-top: 0;
}
/* line 74, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
margin-bottom: 0;
}
/* line 99, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent transparent white transparent;
border-bottom-style: solid;
position: absolute;
top: -12px;
left: 10px;
z-index: 89;
}
/* line 106, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: transparent transparent #cccccc transparent;
border-bottom-style: solid;
position: absolute;
top: -14px;
left: 9px;
z-index: 88;
}
/* line 114, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
left: auto;
right: 10px;
}
/* line 118, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
left: auto;
right: 9px;
}
/* line 228, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: white;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: 0;
margin-left: 2px;
max-width: 200px;
}
/* line 73, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
margin-top: 0;
}
/* line 74, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
margin-bottom: 0;
}
/* line 128, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent white transparent transparent;
border-right-style: solid;
position: absolute;
top: 10px;
left: -12px;
z-index: 89;
}
/* line 135, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: transparent #cccccc transparent transparent;
border-right-style: solid;
position: absolute;
top: 9px;
left: -14px;
z-index: 88;
}
/* line 232, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: white;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: 0;
margin-left: -2px;
max-width: 200px;
}
/* line 73, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
margin-top: 0;
}
/* line 74, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
margin-bottom: 0;
}
/* line 149, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent transparent transparent white;
border-left-style: solid;
position: absolute;
top: 10px;
right: -12px;
left: auto;
z-index: 89;
}
/* line 157, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: transparent transparent transparent #cccccc;
border-left-style: solid;
position: absolute;
top: 9px;
right: -14px;
left: auto;
z-index: 88;
}
/* line 236, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
width: 100%;
max-height: none;
height: auto;
background: white;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
margin-top: -2px;
margin-left: 0;
max-width: 200px;
}
/* line 73, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
margin-top: 0;
}
/* line 74, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
margin-bottom: 0;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
content: "";
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: white transparent transparent transparent;
border-top-style: solid;
position: absolute;
top: auto;
bottom: -12px;
left: 10px;
right: auto;
z-index: 89;
}
/* line 181, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
content: "";
display: block;
width: 0;
height: 0;
border: inset 7px;
border-color: #cccccc transparent transparent transparent;
border-top-style: solid;
position: absolute;
top: auto;
bottom: -14px;
left: 9px;
right: auto;
z-index: 88;
}
/* line 241, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
font-size: 0.875rem;
cursor: pointer;
line-height: 1.125rem;
margin: 0;
}
/* line 210, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
background: #eeeeee;
}
/* line 212, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li.radius {
border-radius: 3px;
}
/* line 214, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
display: block;
padding: 0.5rem;
color: #555555;
}
/* line 244, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
position: absolute;
left: -9999px;
list-style: none;
margin-left: 0;
outline: none;
padding: 1.25rem;
width: 100%;
height: auto;
max-height: none;
background: white;
border: solid 1px #cccccc;
font-size: 0.875rem;
z-index: 89;
max-width: 200px;
}
/* line 73, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
margin-top: 0;
}
/* line 74, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
margin-bottom: 0;
}
/* line 247, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
max-width: 200px;
}
/* line 248, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
max-width: 300px;
}
/* line 249, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
max-width: 500px;
}
/* line 250, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
max-width: 800px;
}
/* line 251, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega {
width: 100% !important;
max-width: 100% !important;
}
/* line 255, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
left: 0 !important;
}
/* line 123, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button, button.dropdown {
position: relative;
outline: none;
padding-right: 3.5625rem;
}
/* line 63, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
position: absolute;
content: "";
width: 0;
height: 0;
display: block;
border-style: solid;
border-color: white transparent transparent transparent;
top: 50%;
}
/* line 98, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
border-width: 0.375rem;
right: 1.40625rem;
margin-top: -0.15625rem;
}
/* line 117, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
border-color: white transparent transparent transparent;
}
/* line 124, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, button.dropdown.tiny {
padding-right: 2.625rem;
}
/* line 78, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, button.dropdown.tiny:after {
border-width: 0.375rem;
right: 1.125rem;
margin-top: -0.125rem;
}
/* line 117, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny::after, button.dropdown.tiny::after {
border-color: white transparent transparent transparent;
}
/* line 125, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, button.dropdown.small {
padding-right: 3.0625rem;
}
/* line 88, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after {
border-width: 0.4375rem;
right: 1.3125rem;
margin-top: -0.15625rem;
}
/* line 117, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after {
border-color: white transparent transparent transparent;
}
/* line 126, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, button.dropdown.large {
padding-right: 3.625rem;
}
/* line 108, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after {
border-width: 0.3125rem;
right: 1.71875rem;
margin-top: -0.15625rem;
}
/* line 117, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after {
border-color: white transparent transparent transparent;
}
/* line 127, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, button.dropdown.secondary:after {
border-color: #333333 transparent transparent transparent;
}
/* line 155, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
text-align: left !important;
}
/* line 156, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.text-right {
text-align: right !important;
}
/* line 157, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.text-center {
text-align: center !important;
}
/* line 158, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify {
text-align: justify !important;
}
@media only screen and (max-width: 40em) {
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.small-only-text-left {
text-align: left !important;
}
/* line 163, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.small-only-text-right {
text-align: right !important;
}
/* line 164, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.small-only-text-center {
text-align: center !important;
}
/* line 165, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.small-only-text-justify {
text-align: justify !important;
}
}
@media only screen {
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.small-text-left {
text-align: left !important;
}
/* line 163, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.small-text-right {
text-align: right !important;
}
/* line 164, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.small-text-center {
text-align: center !important;
}
/* line 165, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.medium-only-text-left {
text-align: left !important;
}
/* line 163, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.medium-only-text-right {
text-align: right !important;
}
/* line 164, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.medium-only-text-center {
text-align: center !important;
}
/* line 165, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.medium-text-left {
text-align: left !important;
}
/* line 163, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.medium-text-right {
text-align: right !important;
}
/* line 164, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.medium-text-center {
text-align: center !important;
}
/* line 165, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.large-only-text-left {
text-align: left !important;
}
/* line 163, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.large-only-text-right {
text-align: right !important;
}
/* line 164, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.large-only-text-center {
text-align: center !important;
}
/* line 165, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.large-text-left {
text-align: left !important;
}
/* line 163, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.large-text-right {
text-align: right !important;
}
/* line 164, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.large-text-center {
text-align: center !important;
}
/* line 165, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-only-text-left {
text-align: left !important;
}
/* line 163, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-only-text-right {
text-align: right !important;
}
/* line 164, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-only-text-center {
text-align: center !important;
}
/* line 165, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-text-left {
text-align: left !important;
}
/* line 163, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-text-right {
text-align: right !important;
}
/* line 164, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xlarge-text-center {
text-align: center !important;
}
/* line 165, ../../../../../../../foundation5/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: 999999999999) {
/* line 162, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-only-text-left {
text-align: left !important;
}
/* line 163, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-only-text-right {
text-align: right !important;
}
/* line 164, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-only-text-center {
text-align: center !important;
}
/* line 165, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-text-left {
text-align: left !important;
}
/* line 163, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-text-right {
text-align: right !important;
}
/* line 164, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-text-center {
text-align: center !important;
}
/* line 165, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.xxlarge-text-justify {
text-align: justify !important;
}
}
/* Typography resets */
/* line 211, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
a {
color: #e01f2c;
text-decoration: none;
line-height: inherit;
}
/* line 223, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
color: #c11b26;
}
/* line 230, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
a img {
border: none;
}
/* Default paragraph styles */
/* line 234, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
font-size: 1.21875rem;
line-height: 1.6;
}
/* line 244, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", 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, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
font-size: 2.125rem;
}
/* line 270, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
font-size: 1.6875rem;
}
/* line 271, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
font-size: 1.375rem;
}
/* line 272, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
font-size: 1.125rem;
}
/* line 273, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
font-size: 1.125rem;
}
/* line 274, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
font-size: 1rem;
}
/* line 276, ../../../../../../../foundation5/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, ../../../../../../../foundation5/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 288, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
em,
i {
font-style: italic;
line-height: inherit;
}
/* line 294, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
strong,
b {
font-weight: bold;
line-height: inherit;
}
/* line 299, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
small {
font-size: 60%;
line-height: inherit;
}
/* line 304, ../../../../../../../foundation5/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 318, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
ul {
margin-left: 1.1rem;
}
/* line 328, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
margin-left: 0;
}
/* line 332, ../../../../../../../foundation5/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 345, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
margin-left: 1.25rem;
margin-bottom: 0;
}
/* line 353, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
list-style-type: square;
margin-left: 1.1rem;
}
/* line 357, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
list-style-type: circle;
margin-left: 1.1rem;
}
/* line 358, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
list-style-type: disc;
margin-left: 1.1rem;
}
/* line 359, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
list-style: none;
}
/* Ordered Lists */
/* line 363, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
ol {
margin-left: 1.4rem;
}
/* line 367, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
dl dt {
margin-bottom: 0.3rem;
font-weight: bold;
}
/* line 380, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
dl dd {
margin-bottom: 0.75rem;
}
/* Abbreviations */
/* line 385, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
text-transform: uppercase;
font-size: 90%;
color: #222222;
cursor: help;
}
/* line 391, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
text-transform: none;
}
/* line 393, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
abbr[title] {
border-bottom: 1px dotted #dddddd;
}
/* Blockquotes */
/* line 399, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
display: block;
font-size: 0.8125rem;
color: #555555;
}
/* line 408, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
content: "\2014 \0020";
}
/* line 413, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
color: #555555;
}
/* line 419, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
line-height: 1.6;
color: #6f6f6f;
}
/* Microformats */
/* line 425, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
margin: 0;
display: block;
}
/* line 435, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
font-weight: bold;
font-size: 0.9375rem;
}
/* line 442, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
font-weight: bold;
}
/* line 444, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
line-height: 1.4;
}
/* line 456, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
font-size: 2.75rem;
}
/* line 457, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
font-size: 2.3125rem;
}
/* line 458, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
font-size: 1.6875rem;
}
/* line 459, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
font-size: 1.4375rem;
}
/* line 460, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
font-size: 1.125rem;
}
/* line 461, ../../../../../../../foundation5/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, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
display: none !important;
}
@media print {
/* line 474, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
* {
background: transparent !important;
color: black !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
/* line 482, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
a,
a:visited {
text-decoration: underline;
}
/* line 483, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
a[href]:after {
content: " (" attr(href) ")";
}
/* line 485, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
abbr[title]:after {
content: " (" attr(title) ")";
}
/* line 490, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
/* line 493, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
pre,
blockquote {
border: 1px solid #999999;
page-break-inside: avoid;
}
/* line 498, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
thead {
display: table-header-group;
/* h5bp.com/t */
}
/* line 501, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
tr,
img {
page-break-inside: avoid;
}
/* line 503, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
/* line 509, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
/* line 515, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
h2,
h3 {
page-break-after: avoid;
}
/* line 517, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.hide-on-print {
display: none !important;
}
/* line 518, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
display: block !important;
}
/* line 519, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.hide-for-print {
display: none !important;
}
/* line 520, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_type.scss */
.show-for-print {
display: inherit !important;
}
}
/* line 30, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs {
margin-bottom: 0 !important;
margin-left: 0;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.tabs:before, .tabs:after {
content: " ";
display: table;
}
/* line 173, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.tabs:after {
clear: both;
}
/* line 34, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd, .tabs .tab-title {
position: relative;
margin-bottom: 0 !important;
list-style: none;
float: left;
}
/* line 39, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a, .tabs .tab-title > a {
outline: none;
display: block;
background-color: #efefef;
color: #222222;
padding: 1rem 2rem;
font-family: "Open Sans", sans-serif;
font-size: 1rem;
}
/* line 49, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a:hover, .tabs .tab-title > a:hover {
background-color: #e1e1e1;
}
/* line 55, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd.active a, .tabs .tab-title.active a {
background-color: white;
color: #222222;
}
/* line 64, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
/* line 67, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
/* line 71, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.vertical dd, .tabs.vertical .tab-title {
position: inherit;
float: none;
display: block;
top: auto;
}
/* line 80, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content {
margin-bottom: 1.5rem;
width: 100%;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after {
content: " ";
display: table;
}
/* line 173, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content:after {
clear: both;
}
/* line 84, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content {
display: none;
float: left;
padding: 0.9375rem 0;
width: 100%;
}
/* line 89, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.active {
display: block;
float: none;
}
/* line 90, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.contained {
padding: 0.9375rem;
}
/* line 92, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical {
display: block;
}
/* line 94, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical > .content {
padding: 0 0.9375rem;
}
@media only screen and (min-width: 40.063em) {
/* line 99, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.vertical {
width: 20%;
max-width: 20%;
float: left;
margin: 0 0 1.25rem;
}
/* line 107, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical {
width: 80%;
max-width: 80%;
float: left;
margin-left: -1px;
padding-left: 1rem;
}
}
/* line 117, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
display: block;
float: none;
}
/* line 39, ../../../../../../../compass/scss/_colorstheme.scss */
.grey {
background-color: #dcdcda;
}
/* line 40, ../../../../../../../compass/scss/_colorstheme.scss */
.greyfont {
color: #999999;
}
/* line 41, ../../../../../../../compass/scss/_colorstheme.scss */
.red {
color: #e01f2c;
}
/* line 42, ../../../../../../../compass/scss/_colorstheme.scss */
.blue {
color: #3399cc;
}
/* line 43, ../../../../../../../compass/scss/_colorstheme.scss */
.black {
color: #231f20;
}
/*
* Common addons
*/
/* line 5, ../../../../../../../compass/scss/components/_addons.scss */
.relative-position {
position: relative;
}
/* line 10, ../../../../../../../compass/scss/components/_addons.scss */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
/* line 16, ../../../../../../../compass/scss/components/_addons.scss */
img.expanded {
width: 100%;
height: auto;
}
/* line 22, ../../../../../../../compass/scss/components/_addons.scss */
.row.row-fluid {
max-width: 100%;
}
/* line 25, ../../../../../../../compass/scss/components/_addons.scss */
.row.row-fluid .row {
margin: auto;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 62.5rem;
}
/* line 172, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.row.row-fluid .row:before, .row.row-fluid .row:after {
content: " ";
display: table;
}
/* line 173, ../../../../../../../foundation5/bower_components/foundation/scss/foundation/components/_global.scss */
.row.row-fluid .row:after {
clear: both;
}
/* line 29, ../../../../../../../compass/scss/components/_addons.scss */
.row.row-fluid .row.row-fluid {
max-width: 100%;
}
/* line 35, ../../../../../../../compass/scss/components/_addons.scss */
.row .columns > .row-inner {
margin-left: -0.9375rem;
margin-right: -0.9375rem;
}
/* line 42, ../../../../../../../compass/scss/components/_addons.scss */
.columns.unpadded {
padding: 0;
}
@media only screen and (max-width: 40em) {
/* line 46, ../../../../../../../compass/scss/components/_addons.scss */
.columns.small-unpadded {
padding: 0;
}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
/* line 51, ../../../../../../../compass/scss/components/_addons.scss */
.columns.medium-unpadded {
padding: 0;
}
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
/* line 56, ../../../../../../../compass/scss/components/_addons.scss */
.columns.large-unpadded {
padding: 0;
}
}
/* line 63, ../../../../../../../compass/scss/components/_addons.scss */
.unmarged {
margin: 0;
}
/*
* Supplementary divider classes
*/
/* line 71, ../../../../../../../compass/scss/components/_addons.scss */
.row.divider {
margin-bottom: 0.625rem;
}
@media only screen and (min-width: 40.063em) {
/* line 71, ../../../../../../../compass/scss/components/_addons.scss */
.row.divider {
margin-bottom: 1.875rem;
}
}
/* line 79, ../../../../../../../compass/scss/components/_addons.scss */
.columns.divider {
margin-bottom: 0.3125rem;
}
@media only screen and (min-width: 40.063em) {
/* line 79, ../../../../../../../compass/scss/components/_addons.scss */
.columns.divider {
margin-bottom: 0;
}
}
/* line 87, ../../../../../../../compass/scss/components/_addons.scss */
img.divider {
margin-bottom: 1.25rem;
}
/*
* Visually transform a dropdown button into a select list with vertical
* scrollbar. This is useful for long list items that can impact on page size
*/
/* line 96, ../../../../../../../compass/scss/components/_addons.scss */
.f-dropdown.overflow {
overflow: auto;
height: 200px;
}
/* line 100, ../../../../../../../compass/scss/components/_addons.scss */
.f-dropdown.overflow.overflow-100 {
height: 100px;
}
/* line 101, ../../../../../../../compass/scss/components/_addons.scss */
.f-dropdown.overflow.overflow-150 {
height: 150px;
}
/* line 102, ../../../../../../../compass/scss/components/_addons.scss */
.f-dropdown.overflow.overflow-200 {
height: 200px;
}
/* line 103, ../../../../../../../compass/scss/components/_addons.scss */
.f-dropdown.overflow.overflow-250 {
height: 250px;
}
/* line 104, ../../../../../../../compass/scss/components/_addons.scss */
.f-dropdown.overflow.overflow-300 {
height: 300px;
}
/* vertspace for a top and bottom margin*/
/* line 113, ../../../../../../../compass/scss/components/_addons.scss */
.vertspace {
padding-bottom: 1rem;
padding-top: 1rem;
}
/* line 121, ../../../../../../../compass/scss/components/_addons.scss */
.vertspaceX2,
.vertspaceX3 {
padding-bottom: 2rem;
padding-top: 2rem;
}
@media only screen and (min-width: 90.063em) {
/* line 129, ../../../../../../../compass/scss/components/_addons.scss */
.row.row-larger {
max-width: 83rem;
}
}
/* line 135, ../../../../../../../compass/scss/components/_addons.scss */
.relative {
position: relative;
}
/* line 139, ../../../../../../../compass/scss/components/_addons.scss */
ul.inline {
display: inline-block;
}
/* line 141, ../../../../../../../compass/scss/components/_addons.scss */
ul.inline li {
display: inline-block;
list-style-type: none;
}
/* line 150, ../../../../../../../compass/scss/components/_addons.scss */
.underline {
text-decoration: underline;
}
/* line 164, ../../../../../../../compass/scss/components/_addons.scss */
.section.antique-grey-1 .clean-block h2,
.section.antique-grey-1 .clean-block h3,
.section.antique-grey-1 .clean-block h4,
.section.antique-grey-1 .clean-block h5, .section.antique-grey-2 .clean-block h2,
.section.antique-grey-2 .clean-block h3,
.section.antique-grey-2 .clean-block h4,
.section.antique-grey-2 .clean-block h5, .section.antique-grey-3 .clean-block h2,
.section.antique-grey-3 .clean-block h3,
.section.antique-grey-3 .clean-block h4,
.section.antique-grey-3 .clean-block h5, .section.blue .clean-block h2,
.section.blue .clean-block h3,
.section.blue .clean-block h4,
.section.blue .clean-block h5 {
color: #fefefe;
}
/* line 176, ../../../../../../../compass/scss/components/_addons.scss */
.section.antique-grey-1, .section.antique-grey-2, .section.antique-grey-3 {
color: #cccccc;
}
/* line 179, ../../../../../../../compass/scss/components/_addons.scss */
.section.antique-grey-1 h1, .section.antique-grey-1 h2, .section.antique-grey-1 h3, .section.antique-grey-1 h4, .section.antique-grey-2 h1, .section.antique-grey-2 h2, .section.antique-grey-2 h3, .section.antique-grey-2 h4, .section.antique-grey-3 h1, .section.antique-grey-3 h2, .section.antique-grey-3 h3, .section.antique-grey-3 h4 {
color: #fefefe;
}
/* line 182, ../../../../../../../compass/scss/components/_addons.scss */
.section.antique-grey-1 h5, .section.antique-grey-1 h6, .section.antique-grey-1 a, .section.antique-grey-2 h5, .section.antique-grey-2 h6, .section.antique-grey-2 a, .section.antique-grey-3 h5, .section.antique-grey-3 h6, .section.antique-grey-3 a {
color: inherit;
}
/* line 185, ../../../../../../../compass/scss/components/_addons.scss */
.section.antique-grey-1 a:hover, .section.antique-grey-2 a:hover, .section.antique-grey-3 a:hover {
color: #fefefe;
}
/* line 190, ../../../../../../../compass/scss/components/_addons.scss */
.section.antique-grey-1 {
background-color: #393536;
}
/* line 194, ../../../../../../../compass/scss/components/_addons.scss */
.section.antique-grey-2 {
background-color: #231f20;
}
/* line 198, ../../../../../../../compass/scss/components/_addons.scss */
.section.antique-grey-3 {
background-color: #4e4c4d;
}
/* line 202, ../../../../../../../compass/scss/components/_addons.scss */
.section.grey {
background-color: #efefef;
}
/* line 206, ../../../../../../../compass/scss/components/_addons.scss */
.section.blue {
color: #fefefe;
background-color: #2d9edc;
}
/* line 212, ../../../../../../../compass/scss/components/_addons.scss */
.section.blue h1, .section.blue h2, .section.blue h3, .section.blue h4, .section.blue h5, .section.blue h6,
.section.blue p, .section.blue li, .section.blue dd, .section.blue dt,
.section.blue a, .section.blue a:hover {
color: inherit;
}
/* line 217, ../../../../../../../compass/scss/components/_addons.scss */
.section.blue .tiny-underline:after {
border-bottom: 0.0625rem solid #fefefe;
}
/* line 22, ../../../../../../../compass/scss/minimal.scss */
#content-main {
/*
* Various content styles
*/
/*
* Common styles for specific cms pages
*/
}
/* line 45, ../../../../../../../compass/scss/components/_mixins.scss */
#content-main .nontabular-table {
vertical-align: top;
}
/* line 48, ../../../../../../../compass/scss/components/_mixins.scss */
#content-main .table-fiftyfifty td {
width: 50%;
}
/* line 52, ../../../../../../../compass/scss/components/_mixins.scss */
#content-main h1, #content-main h2, #content-main h3, #content-main h4, #content-main h5, #content-main h6 {
font-weight: 400;
}
/* line 53, ../../../../../../../compass/scss/components/_mixins.scss */
#content-main h1 {
font-size: 30px;
}
/* line 54, ../../../../../../../compass/scss/components/_mixins.scss */
#content-main h2 {
font-size: 26px;
}
/* line 55, ../../../../../../../compass/scss/components/_mixins.scss */
#content-main h3 {
font-size: 21px;
}
/* line 56, ../../../../../../../compass/scss/components/_mixins.scss */
#content-main h4 {
font-size: 18px;
}
/* line 6, ../../../../../../../compass/scss/components/_contents.scss */
#content-main ul.pagination li {
font-weight: 400;
}
/* line 11, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .row.black {
color: #fefefe;
background-color: #231f20;
}
/* line 15, ../../../../../../../compass/scss/components/_contents.scss */
#content-main.on-black {
color: #fefefe;
background-color: #231f20;
}
/* line 19, ../../../../../../../compass/scss/components/_contents.scss */
#content-main.on-black h2, #content-main.on-black h3, #content-main.on-black h4, #content-main.on-black h5, #content-main.on-black h6, #content-main.on-black p, #content-main.on-black li {
color: #fefefe;
}
/* line 25, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .row.white {
color: #231f20;
background-color: #fefefe;
}
/* line 29, ../../../../../../../compass/scss/components/_contents.scss */
#content-main.on-white {
color: #231f20;
background-color: #fefefe;
}
/* line 33, ../../../../../../../compass/scss/components/_contents.scss */
#content-main.on-white h2, #content-main.on-white h3, #content-main.on-white h4, #content-main.on-white h5, #content-main.on-white h6, #content-main.on-white p, #content-main.on-white li {
color: #fefefe;
}
/* line 40, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .clear {
clear: left;
}
/* line 46, ../../../../../../../compass/scss/components/_contents.scss */
#content-main [data-link]:hover {
cursor: pointer;
}
/* line 61, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro {
border: 1px solid #CCCCCC;
}
/* line 64, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro .visual {
padding: 0;
margin-bottom: 0.9375rem;
}
/* line 69, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro .item {
margin-bottom: 0.9375rem;
}
/* line 72, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro .item .alternate {
color: #7F7F7F;
}
/* line 76, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro .item h2 {
font-size: 30px;
}
/* line 80, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro .item + .item {
border-left: 2px solid #000000;
}
/* line 86, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 {
padding: 1.25rem 1.25rem 2.5rem;
position: relative;
background-repeat: no-repeat;
background-position: top left;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
}
/* line 93, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2.unpadded {
padding: 0;
}
/* line 97, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 .background {
display: none;
}
/* line 101, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 .white-wrap {
background-color: rgba(240, 240, 240, 0.5);
}
/* line 105, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 .black-wrap {
color: #ffffff;
background-color: rgba(40, 40, 40, 0.5);
}
/* line 109, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 .black-wrap h2, #content-main .index-intro-2 .black-wrap h3, #content-main .index-intro-2 .black-wrap h4, #content-main .index-intro-2 .black-wrap h5, #content-main .index-intro-2 .black-wrap div, #content-main .index-intro-2 .black-wrap dt, #content-main .index-intro-2 .black-wrap dd, #content-main .index-intro-2 .black-wrap li, #content-main .index-intro-2 .black-wrap p, #content-main .index-intro-2 .black-wrap blockquote, #content-main .index-intro-2 .black-wrap th, #content-main .index-intro-2 .black-wrap td {
color: #ffffff;
}
/* line 115, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 .content div, #content-main .index-intro-2 .content dt, #content-main .index-intro-2 .content dd, #content-main .index-intro-2 .content li, #content-main .index-intro-2 .content p, #content-main .index-intro-2 .content blockquote, #content-main .index-intro-2 .content th, #content-main .index-intro-2 .content td {
font-size: 15px;
font-weight: 400;
}
/* line 119, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 .content ul {
list-style-type: square;
margin-left: 1.1rem;
}
/* line 123, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 .content ul li {
position: relative;
}
/* line 126, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 .content ul li[class^="icon-"]:before {
font-size: 1.1em;
left: -1.2em;
line-height: 1em;
position: absolute;
top: 0;
width: 1em;
}
/* line 137, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 .content.white-on-black div, #content-main .index-intro-2 .content.white-on-black dt, #content-main .index-intro-2 .content.white-on-black dd, #content-main .index-intro-2 .content.white-on-black li, #content-main .index-intro-2 .content.white-on-black p, #content-main .index-intro-2 .content.white-on-black blockquote, #content-main .index-intro-2 .content.white-on-black th, #content-main .index-intro-2 .content.white-on-black td {
color: #ffffff;
}
/* line 142, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-intro-2 .content + .content {
margin-top: 1.25rem;
}
/* line 150, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .mosaic-rows h2 {
margin-bottom: 15px;
/*@media (max-width: $screenSmall - 1) {
padding: 0 5px;
}*/
}
/* line 158, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .mosaic-rows .underlined {
border-bottom: 1px solid #231f20;
/*@media (min-width: $screenSmall) {
strong{
background-color: white;
padding-right: 15px;
}
}*/
}
/* line 170, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .mosaic-rows .row .visual.columns {
padding: 5px;
}
/* line 173, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .mosaic-rows .row .visual.columns .badge-new {
padding: 12px 6px;
position: absolute;
top: 10px;
right: 10px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #fefefe;
background-color: #F9F9F9;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(50%, #7c7c7c), color-stop(100%, #363636));
background-image: -webkit-linear-gradient(#999999, #7c7c7c 50%, #363636);
background-image: -moz-linear-gradient(#999999, #7c7c7c 50%, #363636);
background-image: -o-linear-gradient(#999999, #7c7c7c 50%, #363636);
background-image: linear-gradient(#999999, #7c7c7c 50%, #363636);
border: 3px solid #fefefe;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
text-shadow: #606060 0 0 3px;
-webkit-box-shadow: #606060 0 2px 4px 1px;
-moz-box-shadow: #606060 0 2px 4px 1px;
box-shadow: #606060 0 2px 4px 1px;
}
/* line 190, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .mosaic-rows .row .visual.columns .bottomline {
margin: 0;
padding: 5px 8px;
position: absolute;
bottom: 5px;
left: 5px;
right: 5px;
font-size: 14px;
font-weight: 600;
color: #fefefe;
background-color: rgba(0, 0, 0, 0.7);
}
/* line 202, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .mosaic-rows .row .visual.columns .bottomline a {
color: #fefefe;
}
/* line 213, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-items .item img {
margin-bottom: 1.25rem;
}
/* line 217, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-items .item + .item {
border-left: 1px dotted #000000;
}
/* line 223, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-items .item .content + div,
#content-main .index-items .item .content + p,
#content-main .index-items .item .content + ul {
margin-top: 1.25rem;
}
/* line 227, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-items .item .content ul {
list-style-type: square;
margin-left: 1.1rem;
}
/* line 231, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-items .item .content ul li {
position: relative;
}
/* line 234, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-items .item .content ul li:before {
position: absolute;
left: -1.2em;
top: 0.6em;
width: 1em;
font-size: 0.8em;
line-height: 1em;
color: inherit;
font-family: 'fontawesome';
content: "\f054";
}
/* line 248, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-items .item .black-wrap {
padding: 0 0 5px 0;
color: #ffffff;
background-color: #000000;
}
/* line 253, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .index-items .item .black-wrap p {
padding-left: 10px;
padding-right: 10px;
}
/* line 262, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .undotted {
list-style-type: none;
margin: 0;
}
/* line 265, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .undotted li {
border-bottom: 1px solid #CCC;
}
@media only screen and (min-width: 64.063em) {
/* line 270, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .flexlarge {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
padding: 1rem;
}
}
/* line 283, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .capitalz {
text-transform: uppercase;
}
/* line 289, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .nowarp {
white-space: nowrap;
}
/* line 293, ../../../../../../../compass/scss/components/_contents.scss */
#content-main tr.vmiddle {
border-bottom: 1px solid #CCC;
}
/* line 294, ../../../../../../../compass/scss/components/_contents.scss */
#content-main tr.vmiddle td {
vertical-align: middle;
line-height: 1.4rem;
}
/* line 302, ../../../../../../../compass/scss/components/_contents.scss */
#content-main button, #content-main .button {
margin: 0rem;
text-transform: uppercase;
}
/* line 306, ../../../../../../../compass/scss/components/_contents.scss */
#content-main H3.baseline {
text-transform: uppercase;
position: relative;
margin-bottom: 2rem;
font-family: "PT Sans Narrow", sans-serif;
font-size: 36px;
text-transform: uppercase;
text-align: center;
font-weight: 800;
}
/* line 315, ../../../../../../../compass/scss/components/_contents.scss */
#content-main H3.baseline:after {
position: absolute;
content: "";
display: block;
width: 120px;
height: 1px;
background-color: #AAA;
left: 50%;
bottom: -0.5rem;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
/* line 328, ../../../../../../../compass/scss/components/_contents.scss */
#content-main H2 {
font-weight: 700;
}
/* line 330, ../../../../../../../compass/scss/components/_contents.scss */
#content-main H2.baseline {
position: relative;
}
/* line 334, ../../../../../../../compass/scss/components/_contents.scss */
#content-main H2.baseline:after {
position: absolute;
content: "";
display: block;
width: 120px;
height: 1px;
background-color: #AAA;
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
/* line 350, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .search select {
border: 10px solid #000;
}
/* line 351, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .search select option {
background: #FFF;
}
/* line 353, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .search select option:hover {
background-color: #FFF;
color: #000;
}
/* line 361, ../../../../../../../compass/scss/components/_contents.scss */
#content-main #event_description H4, #content-main #faq H4 {
position: relative;
text-transform: uppercase;
}
/* line 364, ../../../../../../../compass/scss/components/_contents.scss */
#content-main #event_description H4:before, #content-main #faq H4:before {
position: absolute;
content: "";
display: block;
width: 60px;
height: 4px;
background-color: #39C;
left: 0%;
bottom: 0;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
/* line 379, ../../../../../../../compass/scss/components/_contents.scss */
#content-main a.facebook {
color: #3b5998;
}
/* line 383, ../../../../../../../compass/scss/components/_contents.scss */
#content-main a.twitter {
color: #55acee;
}
/* line 387, ../../../../../../../compass/scss/components/_contents.scss */
#content-main a.linkdin, #content-main a.linkedin {
color: #4875b4;
}
/* line 391, ../../../../../../../compass/scss/components/_contents.scss */
#content-main a.icon-linkedin {
color: #4875b4;
}
/* line 397, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .more.share .button {
padding: 10px 10px;
font-size: 1rem;
font-weight: 400;
}
/* line 402, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .more.share .button span {
font-size: 1.4rem;
float: left;
margin-right: 0.3rem;
}
/* line 412, ../../../../../../../compass/scss/components/_contents.scss */
#content-main hr {
border-color: #999;
}
/* line 417, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .button:focus {
color: #e01f2c;
}
/* line 419, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .button:focus:hover {
color: #fefefe;
}
/* line 425, ../../../../../../../compass/scss/components/_contents.scss */
#content-main ul:not([class]) {
list-style-type: none;
margin-left: 0rem;
}
/* line 428, ../../../../../../../compass/scss/components/_contents.scss */
#content-main ul:not([class]) li {
position: relative;
padding-left: 1rem;
}
/* line 431, ../../../../../../../compass/scss/components/_contents.scss */
#content-main ul:not([class]) li:before {
content: 'r';
font-family: icomoon;
left: 0;
position: absolute;
}
/* line 441, ../../../../../../../compass/scss/components/_contents.scss */
#content-main ul.searchlist {
list-style-type: none;
margin-left: 0rem;
}
/* line 444, ../../../../../../../compass/scss/components/_contents.scss */
#content-main ul.searchlist li, #content-main ul.searchlist ul li {
margin-bottom: 1rem;
margin-left: 0rem;
position: relative;
padding-left: 0rem;
}
/* line 445, ../../../../../../../compass/scss/components/_contents.scss */
#content-main ul.searchlist li label, #content-main ul.searchlist ul li label {
margin-bottom: 0;
}
/* line 450, ../../../../../../../compass/scss/components/_contents.scss */
#content-main ul.searchlist li:before, #content-main ul.searchlist ul li:before {
content: '';
font-family: icomoon;
left: 0;
position: absolute;
display: none;
}
/* line 462, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .content H4:not([class]) {
position: relative;
}
/* line 464, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .content H4:not([class]):before {
position: absolute;
bottom: -0.2rem;
content: '';
height: 3px;
width: 60px;
background-color: #3399cc;
}
/* line 476, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .imageHeader {
display: none;
}
@media only screen and (min-width: 64.063em) {
/* line 476, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .imageHeader {
display: block;
}
}
/* line 485, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .content-block .button {
margin-top: 1rem;
}
@media only screen and (min-width: 64.063em) {
/* line 485, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .content-block .button {
margin-top: 0;
}
}
/* line 491, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .content-block .button + .button {
margin-top: 1rem;
}
@media only screen and (min-width: 64.063em) {
/* line 491, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .content-block .button + .button {
margin-top: 0;
}
}
/* line 504, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .contact_form fieldset {
padding: 1rem 0;
}
/* line 506, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .contact_form fieldset > div {
padding: 0 1rem;
}
/* line 510, ../../../../../../../compass/scss/components/_contents.scss */
#content-main .contact_form .submit {
margin-bottom: 2rem;
}