* added the initial setup for mediacube page. * using mysql as database and foundation for layout support.
2646 lines
70 KiB
CSS
2646 lines
70 KiB
CSS
meta.foundation-version {
|
|
font-family: "/5.5.2/"; }
|
|
|
|
meta.foundation-mq-small {
|
|
font-family: "/only screen/";
|
|
width: 0; }
|
|
|
|
meta.foundation-mq-small-only {
|
|
font-family: "/only screen and (max-width: 40em)/";
|
|
width: 0; }
|
|
|
|
meta.foundation-mq-medium {
|
|
font-family: "/only screen and (min-width:40.0625em)/";
|
|
width: 40.0625em; }
|
|
|
|
meta.foundation-mq-medium-only {
|
|
font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
|
|
width: 40.0625em; }
|
|
|
|
meta.foundation-mq-large {
|
|
font-family: "/only screen and (min-width:64.0625em)/";
|
|
width: 64.0625em; }
|
|
|
|
meta.foundation-mq-large-only {
|
|
font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
|
|
width: 64.0625em; }
|
|
|
|
meta.foundation-mq-xlarge {
|
|
font-family: "/only screen and (min-width:90.0625em)/";
|
|
width: 90.0625em; }
|
|
|
|
meta.foundation-mq-xlarge-only {
|
|
font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
|
|
width: 90.0625em; }
|
|
|
|
meta.foundation-mq-xxlarge {
|
|
font-family: "/only screen and (min-width:120.0625em)/";
|
|
width: 120.0625em; }
|
|
|
|
meta.foundation-data-attribute-namespace {
|
|
font-family: false; }
|
|
|
|
html, body {
|
|
min-height: 100%;
|
|
font-size: 62.5%;
|
|
}
|
|
|
|
html {
|
|
box-sizing: border-box; }
|
|
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
-webkit-box-sizing: inherit;
|
|
-moz-box-sizing: inherit;
|
|
box-sizing: inherit; }
|
|
|
|
html,
|
|
body {
|
|
font-size: 100%; }
|
|
|
|
body {
|
|
background-image: url('../img/gradient.png');
|
|
background-size: 100% 100%;
|
|
min-height: 100%;
|
|
|
|
color: #fff;
|
|
cursor: auto;
|
|
font-family: Biko, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14;
|
|
line-height: 1;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative; }
|
|
|
|
a:hover {
|
|
cursor: pointer; }
|
|
|
|
img {
|
|
max-width: 100%;
|
|
height: auto; }
|
|
|
|
img {
|
|
-ms-interpolation-mode: bicubic; }
|
|
|
|
#map_canvas img,
|
|
#map_canvas embed,
|
|
#map_canvas object,
|
|
.map_canvas img,
|
|
.map_canvas embed,
|
|
.map_canvas object,
|
|
.mqa-display img,
|
|
.mqa-display embed,
|
|
.mqa-display object {
|
|
max-width: none !important; }
|
|
|
|
.left {
|
|
float: left !important; }
|
|
|
|
.right {
|
|
float: right !important; }
|
|
|
|
.clearfix:before, .clearfix:after {
|
|
content: " ";
|
|
display: table; }
|
|
.clearfix:after {
|
|
clear: both; }
|
|
|
|
.hide {
|
|
display: none; }
|
|
|
|
.invisible {
|
|
visibility: hidden; }
|
|
|
|
.antialiased {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale; }
|
|
|
|
img {
|
|
display: inline-block;
|
|
vertical-align: middle; }
|
|
|
|
textarea {
|
|
height: auto;
|
|
min-height: 50px; }
|
|
|
|
select {
|
|
width: 100%; }
|
|
|
|
.row {
|
|
margin: 0 auto;
|
|
max-width: 62.5rem;
|
|
width: 100%; }
|
|
.row:before, .row:after {
|
|
content: " ";
|
|
display: table; }
|
|
.row:after {
|
|
clear: both; }
|
|
.row.collapse > .column,
|
|
.row.collapse > .columns {
|
|
padding-left: 0;
|
|
padding-right: 0; }
|
|
.row.collapse .row {
|
|
margin-left: 0;
|
|
margin-right: 0; }
|
|
.row .row {
|
|
margin: 0 -0.9375rem;
|
|
max-width: none;
|
|
width: auto; }
|
|
.row .row:before, .row .row:after {
|
|
content: " ";
|
|
display: table; }
|
|
.row .row:after {
|
|
clear: both; }
|
|
.row .row.collapse {
|
|
margin: 0;
|
|
max-width: none;
|
|
width: auto; }
|
|
.row .row.collapse:before, .row .row.collapse:after {
|
|
content: " ";
|
|
display: table; }
|
|
.row .row.collapse:after {
|
|
clear: both; }
|
|
|
|
.column,
|
|
.columns {
|
|
padding-left: 0.9375rem;
|
|
padding-right: 0.9375rem;
|
|
width: 100%;
|
|
float: left; }
|
|
|
|
.column + .column:last-child,
|
|
.columns + .column:last-child, .column +
|
|
.columns:last-child,
|
|
.columns +
|
|
.columns:last-child {
|
|
float: right; }
|
|
.column + .column.end,
|
|
.columns + .column.end, .column +
|
|
.columns.end,
|
|
.columns +
|
|
.columns.end {
|
|
float: left; }
|
|
|
|
@media only screen {
|
|
.small-push-0 {
|
|
position: relative;
|
|
left: 0;
|
|
right: auto; }
|
|
|
|
.small-pull-0 {
|
|
position: relative;
|
|
right: 0;
|
|
left: auto; }
|
|
|
|
.small-push-1 {
|
|
position: relative;
|
|
left: 8.33333%;
|
|
right: auto; }
|
|
|
|
.small-pull-1 {
|
|
position: relative;
|
|
right: 8.33333%;
|
|
left: auto; }
|
|
|
|
.small-push-2 {
|
|
position: relative;
|
|
left: 16.66667%;
|
|
right: auto; }
|
|
|
|
.small-pull-2 {
|
|
position: relative;
|
|
right: 16.66667%;
|
|
left: auto; }
|
|
|
|
.small-push-3 {
|
|
position: relative;
|
|
left: 25%;
|
|
right: auto; }
|
|
|
|
.small-pull-3 {
|
|
position: relative;
|
|
right: 25%;
|
|
left: auto; }
|
|
|
|
.small-push-4 {
|
|
position: relative;
|
|
left: 33.33333%;
|
|
right: auto; }
|
|
|
|
.small-pull-4 {
|
|
position: relative;
|
|
right: 33.33333%;
|
|
left: auto; }
|
|
|
|
.small-push-5 {
|
|
position: relative;
|
|
left: 41.66667%;
|
|
right: auto; }
|
|
|
|
.small-pull-5 {
|
|
position: relative;
|
|
right: 41.66667%;
|
|
left: auto; }
|
|
|
|
.small-push-6 {
|
|
position: relative;
|
|
left: 50%;
|
|
right: auto; }
|
|
|
|
.small-pull-6 {
|
|
position: relative;
|
|
right: 50%;
|
|
left: auto; }
|
|
|
|
.small-push-7 {
|
|
position: relative;
|
|
left: 58.33333%;
|
|
right: auto; }
|
|
|
|
.small-pull-7 {
|
|
position: relative;
|
|
right: 58.33333%;
|
|
left: auto; }
|
|
|
|
.small-push-8 {
|
|
position: relative;
|
|
left: 66.66667%;
|
|
right: auto; }
|
|
|
|
.small-pull-8 {
|
|
position: relative;
|
|
right: 66.66667%;
|
|
left: auto; }
|
|
|
|
.small-push-9 {
|
|
position: relative;
|
|
left: 75%;
|
|
right: auto; }
|
|
|
|
.small-pull-9 {
|
|
position: relative;
|
|
right: 75%;
|
|
left: auto; }
|
|
|
|
.small-push-10 {
|
|
position: relative;
|
|
left: 83.33333%;
|
|
right: auto; }
|
|
|
|
.small-pull-10 {
|
|
position: relative;
|
|
right: 83.33333%;
|
|
left: auto; }
|
|
|
|
.small-push-11 {
|
|
position: relative;
|
|
left: 91.66667%;
|
|
right: auto; }
|
|
|
|
.small-pull-11 {
|
|
position: relative;
|
|
right: 91.66667%;
|
|
left: auto; }
|
|
|
|
.column,
|
|
.columns {
|
|
position: relative;
|
|
padding-left: 0.9375rem;
|
|
padding-right: 0.9375rem;
|
|
float: left; }
|
|
|
|
.small-1 {
|
|
width: 8.33333%; }
|
|
|
|
.small-2 {
|
|
width: 16.66667%; }
|
|
|
|
.small-3 {
|
|
width: 25%; }
|
|
|
|
.small-4 {
|
|
width: 33.33333%; }
|
|
|
|
.small-5 {
|
|
width: 41.66667%; }
|
|
|
|
.small-6 {
|
|
width: 50%; }
|
|
|
|
.small-7 {
|
|
width: 58.33333%; }
|
|
|
|
.small-8 {
|
|
width: 66.66667%; }
|
|
|
|
.small-9 {
|
|
width: 75%; }
|
|
|
|
.small-10 {
|
|
width: 83.33333%; }
|
|
|
|
.small-11 {
|
|
width: 91.66667%; }
|
|
|
|
.small-12 {
|
|
width: 100%; }
|
|
|
|
.small-offset-0 {
|
|
margin-left: 0 !important; }
|
|
|
|
.small-offset-1 {
|
|
margin-left: 8.33333% !important; }
|
|
|
|
.small-offset-2 {
|
|
margin-left: 16.66667% !important; }
|
|
|
|
.small-offset-3 {
|
|
margin-left: 25% !important; }
|
|
|
|
.small-offset-4 {
|
|
margin-left: 33.33333% !important; }
|
|
|
|
.small-offset-5 {
|
|
margin-left: 41.66667% !important; }
|
|
|
|
.small-offset-6 {
|
|
margin-left: 50% !important; }
|
|
|
|
.small-offset-7 {
|
|
margin-left: 58.33333% !important; }
|
|
|
|
.small-offset-8 {
|
|
margin-left: 66.66667% !important; }
|
|
|
|
.small-offset-9 {
|
|
margin-left: 75% !important; }
|
|
|
|
.small-offset-10 {
|
|
margin-left: 83.33333% !important; }
|
|
|
|
.small-offset-11 {
|
|
margin-left: 91.66667% !important; }
|
|
|
|
.small-reset-order {
|
|
float: left;
|
|
left: auto;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
right: auto; }
|
|
|
|
.column.small-centered,
|
|
.columns.small-centered {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
float: none; }
|
|
|
|
.column.small-uncentered,
|
|
.columns.small-uncentered {
|
|
float: left;
|
|
margin-left: 0;
|
|
margin-right: 0; }
|
|
|
|
.column.small-centered:last-child,
|
|
.columns.small-centered:last-child {
|
|
float: none; }
|
|
|
|
.column.small-uncentered:last-child,
|
|
.columns.small-uncentered:last-child {
|
|
float: left; }
|
|
|
|
.column.small-uncentered.opposite,
|
|
.columns.small-uncentered.opposite {
|
|
float: right; }
|
|
|
|
.row.small-collapse > .column,
|
|
.row.small-collapse > .columns {
|
|
padding-left: 0;
|
|
padding-right: 0; }
|
|
.row.small-collapse .row {
|
|
margin-left: 0;
|
|
margin-right: 0; }
|
|
.row.small-uncollapse > .column,
|
|
.row.small-uncollapse > .columns {
|
|
padding-left: 0.9375rem;
|
|
padding-right: 0.9375rem;
|
|
float: left; } }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.medium-push-0 {
|
|
position: relative;
|
|
left: 0;
|
|
right: auto; }
|
|
|
|
.medium-pull-0 {
|
|
position: relative;
|
|
right: 0;
|
|
left: auto; }
|
|
|
|
.medium-push-1 {
|
|
position: relative;
|
|
left: 8.33333%;
|
|
right: auto; }
|
|
|
|
.medium-pull-1 {
|
|
position: relative;
|
|
right: 8.33333%;
|
|
left: auto; }
|
|
|
|
.medium-push-2 {
|
|
position: relative;
|
|
left: 16.66667%;
|
|
right: auto; }
|
|
|
|
.medium-pull-2 {
|
|
position: relative;
|
|
right: 16.66667%;
|
|
left: auto; }
|
|
|
|
.medium-push-3 {
|
|
position: relative;
|
|
left: 25%;
|
|
right: auto; }
|
|
|
|
.medium-pull-3 {
|
|
position: relative;
|
|
right: 25%;
|
|
left: auto; }
|
|
|
|
.medium-push-4 {
|
|
position: relative;
|
|
left: 33.33333%;
|
|
right: auto; }
|
|
|
|
.medium-pull-4 {
|
|
position: relative;
|
|
right: 33.33333%;
|
|
left: auto; }
|
|
|
|
.medium-push-5 {
|
|
position: relative;
|
|
left: 41.66667%;
|
|
right: auto; }
|
|
|
|
.medium-pull-5 {
|
|
position: relative;
|
|
right: 41.66667%;
|
|
left: auto; }
|
|
|
|
.medium-push-6 {
|
|
position: relative;
|
|
left: 50%;
|
|
right: auto; }
|
|
|
|
.medium-pull-6 {
|
|
position: relative;
|
|
right: 50%;
|
|
left: auto; }
|
|
|
|
.medium-push-7 {
|
|
position: relative;
|
|
left: 58.33333%;
|
|
right: auto; }
|
|
|
|
.medium-pull-7 {
|
|
position: relative;
|
|
right: 58.33333%;
|
|
left: auto; }
|
|
|
|
.medium-push-8 {
|
|
position: relative;
|
|
left: 66.66667%;
|
|
right: auto; }
|
|
|
|
.medium-pull-8 {
|
|
position: relative;
|
|
right: 66.66667%;
|
|
left: auto; }
|
|
|
|
.medium-push-9 {
|
|
position: relative;
|
|
left: 75%;
|
|
right: auto; }
|
|
|
|
.medium-pull-9 {
|
|
position: relative;
|
|
right: 75%;
|
|
left: auto; }
|
|
|
|
.medium-push-10 {
|
|
position: relative;
|
|
left: 83.33333%;
|
|
right: auto; }
|
|
|
|
.medium-pull-10 {
|
|
position: relative;
|
|
right: 83.33333%;
|
|
left: auto; }
|
|
|
|
.medium-push-11 {
|
|
position: relative;
|
|
left: 91.66667%;
|
|
right: auto; }
|
|
|
|
.medium-pull-11 {
|
|
position: relative;
|
|
right: 91.66667%;
|
|
left: auto; }
|
|
|
|
.column,
|
|
.columns {
|
|
position: relative;
|
|
padding-left: 0.9375rem;
|
|
padding-right: 0.9375rem;
|
|
float: left; }
|
|
|
|
.medium-1 {
|
|
width: 8.33333%; }
|
|
|
|
.medium-2 {
|
|
width: 16.66667%; }
|
|
|
|
.medium-3 {
|
|
width: 25%; }
|
|
|
|
.medium-4 {
|
|
width: 33.33333%; }
|
|
|
|
.medium-5 {
|
|
width: 41.66667%; }
|
|
|
|
.medium-6 {
|
|
width: 50%; }
|
|
|
|
.medium-7 {
|
|
width: 58.33333%; }
|
|
|
|
.medium-8 {
|
|
width: 66.66667%; }
|
|
|
|
.medium-9 {
|
|
width: 75%; }
|
|
|
|
.medium-10 {
|
|
width: 83.33333%; }
|
|
|
|
.medium-11 {
|
|
width: 91.66667%; }
|
|
|
|
.medium-12 {
|
|
width: 100%; }
|
|
|
|
.medium-offset-0 {
|
|
margin-left: 0 !important; }
|
|
|
|
.medium-offset-1 {
|
|
margin-left: 8.33333% !important; }
|
|
|
|
.medium-offset-2 {
|
|
margin-left: 16.66667% !important; }
|
|
|
|
.medium-offset-3 {
|
|
margin-left: 25% !important; }
|
|
|
|
.medium-offset-4 {
|
|
margin-left: 33.33333% !important; }
|
|
|
|
.medium-offset-5 {
|
|
margin-left: 41.66667% !important; }
|
|
|
|
.medium-offset-6 {
|
|
margin-left: 50% !important; }
|
|
|
|
.medium-offset-7 {
|
|
margin-left: 58.33333% !important; }
|
|
|
|
.medium-offset-8 {
|
|
margin-left: 66.66667% !important; }
|
|
|
|
.medium-offset-9 {
|
|
margin-left: 75% !important; }
|
|
|
|
.medium-offset-10 {
|
|
margin-left: 83.33333% !important; }
|
|
|
|
.medium-offset-11 {
|
|
margin-left: 91.66667% !important; }
|
|
|
|
.medium-reset-order {
|
|
float: left;
|
|
left: auto;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
right: auto; }
|
|
|
|
.column.medium-centered,
|
|
.columns.medium-centered {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
float: none; }
|
|
|
|
.column.medium-uncentered,
|
|
.columns.medium-uncentered {
|
|
float: left;
|
|
margin-left: 0;
|
|
margin-right: 0; }
|
|
|
|
.column.medium-centered:last-child,
|
|
.columns.medium-centered:last-child {
|
|
float: none; }
|
|
|
|
.column.medium-uncentered:last-child,
|
|
.columns.medium-uncentered:last-child {
|
|
float: left; }
|
|
|
|
.column.medium-uncentered.opposite,
|
|
.columns.medium-uncentered.opposite {
|
|
float: right; }
|
|
|
|
.row.medium-collapse > .column,
|
|
.row.medium-collapse > .columns {
|
|
padding-left: 0;
|
|
padding-right: 0; }
|
|
.row.medium-collapse .row {
|
|
margin-left: 0;
|
|
margin-right: 0; }
|
|
.row.medium-uncollapse > .column,
|
|
.row.medium-uncollapse > .columns {
|
|
padding-left: 0.9375rem;
|
|
padding-right: 0.9375rem;
|
|
float: left; }
|
|
|
|
.push-0 {
|
|
position: relative;
|
|
left: 0;
|
|
right: auto; }
|
|
|
|
.pull-0 {
|
|
position: relative;
|
|
right: 0;
|
|
left: auto; }
|
|
|
|
.push-1 {
|
|
position: relative;
|
|
left: 8.33333%;
|
|
right: auto; }
|
|
|
|
.pull-1 {
|
|
position: relative;
|
|
right: 8.33333%;
|
|
left: auto; }
|
|
|
|
.push-2 {
|
|
position: relative;
|
|
left: 16.66667%;
|
|
right: auto; }
|
|
|
|
.pull-2 {
|
|
position: relative;
|
|
right: 16.66667%;
|
|
left: auto; }
|
|
|
|
.push-3 {
|
|
position: relative;
|
|
left: 25%;
|
|
right: auto; }
|
|
|
|
.pull-3 {
|
|
position: relative;
|
|
right: 25%;
|
|
left: auto; }
|
|
|
|
.push-4 {
|
|
position: relative;
|
|
left: 33.33333%;
|
|
right: auto; }
|
|
|
|
.pull-4 {
|
|
position: relative;
|
|
right: 33.33333%;
|
|
left: auto; }
|
|
|
|
.push-5 {
|
|
position: relative;
|
|
left: 41.66667%;
|
|
right: auto; }
|
|
|
|
.pull-5 {
|
|
position: relative;
|
|
right: 41.66667%;
|
|
left: auto; }
|
|
|
|
.push-6 {
|
|
position: relative;
|
|
left: 50%;
|
|
right: auto; }
|
|
|
|
.pull-6 {
|
|
position: relative;
|
|
right: 50%;
|
|
left: auto; }
|
|
|
|
.push-7 {
|
|
position: relative;
|
|
left: 58.33333%;
|
|
right: auto; }
|
|
|
|
.pull-7 {
|
|
position: relative;
|
|
right: 58.33333%;
|
|
left: auto; }
|
|
|
|
.push-8 {
|
|
position: relative;
|
|
left: 66.66667%;
|
|
right: auto; }
|
|
|
|
.pull-8 {
|
|
position: relative;
|
|
right: 66.66667%;
|
|
left: auto; }
|
|
|
|
.push-9 {
|
|
position: relative;
|
|
left: 75%;
|
|
right: auto; }
|
|
|
|
.pull-9 {
|
|
position: relative;
|
|
right: 75%;
|
|
left: auto; }
|
|
|
|
.push-10 {
|
|
position: relative;
|
|
left: 83.33333%;
|
|
right: auto; }
|
|
|
|
.pull-10 {
|
|
position: relative;
|
|
right: 83.33333%;
|
|
left: auto; }
|
|
|
|
.push-11 {
|
|
position: relative;
|
|
left: 91.66667%;
|
|
right: auto; }
|
|
|
|
.pull-11 {
|
|
position: relative;
|
|
right: 91.66667%;
|
|
left: auto; } }
|
|
@media only screen and (min-width: 64.0625em) {
|
|
.large-push-0 {
|
|
position: relative;
|
|
left: 0;
|
|
right: auto; }
|
|
|
|
.large-pull-0 {
|
|
position: relative;
|
|
right: 0;
|
|
left: auto; }
|
|
|
|
.large-push-1 {
|
|
position: relative;
|
|
left: 8.33333%;
|
|
right: auto; }
|
|
|
|
.large-pull-1 {
|
|
position: relative;
|
|
right: 8.33333%;
|
|
left: auto; }
|
|
|
|
.large-push-2 {
|
|
position: relative;
|
|
left: 16.66667%;
|
|
right: auto; }
|
|
|
|
.large-pull-2 {
|
|
position: relative;
|
|
right: 16.66667%;
|
|
left: auto; }
|
|
|
|
.large-push-3 {
|
|
position: relative;
|
|
left: 25%;
|
|
right: auto; }
|
|
|
|
.large-pull-3 {
|
|
position: relative;
|
|
right: 25%;
|
|
left: auto; }
|
|
|
|
.large-push-4 {
|
|
position: relative;
|
|
left: 33.33333%;
|
|
right: auto; }
|
|
|
|
.large-pull-4 {
|
|
position: relative;
|
|
right: 33.33333%;
|
|
left: auto; }
|
|
|
|
.large-push-5 {
|
|
position: relative;
|
|
left: 41.66667%;
|
|
right: auto; }
|
|
|
|
.large-pull-5 {
|
|
position: relative;
|
|
right: 41.66667%;
|
|
left: auto; }
|
|
|
|
.large-push-6 {
|
|
position: relative;
|
|
left: 50%;
|
|
right: auto; }
|
|
|
|
.large-pull-6 {
|
|
position: relative;
|
|
right: 50%;
|
|
left: auto; }
|
|
|
|
.large-push-7 {
|
|
position: relative;
|
|
left: 58.33333%;
|
|
right: auto; }
|
|
|
|
.large-pull-7 {
|
|
position: relative;
|
|
right: 58.33333%;
|
|
left: auto; }
|
|
|
|
.large-push-8 {
|
|
position: relative;
|
|
left: 66.66667%;
|
|
right: auto; }
|
|
|
|
.large-pull-8 {
|
|
position: relative;
|
|
right: 66.66667%;
|
|
left: auto; }
|
|
|
|
.large-push-9 {
|
|
position: relative;
|
|
left: 75%;
|
|
right: auto; }
|
|
|
|
.large-pull-9 {
|
|
position: relative;
|
|
right: 75%;
|
|
left: auto; }
|
|
|
|
.large-push-10 {
|
|
position: relative;
|
|
left: 83.33333%;
|
|
right: auto; }
|
|
|
|
.large-pull-10 {
|
|
position: relative;
|
|
right: 83.33333%;
|
|
left: auto; }
|
|
|
|
.large-push-11 {
|
|
position: relative;
|
|
left: 91.66667%;
|
|
right: auto; }
|
|
|
|
.large-pull-11 {
|
|
position: relative;
|
|
right: 91.66667%;
|
|
left: auto; }
|
|
|
|
.column,
|
|
.columns {
|
|
position: relative;
|
|
padding-left: 0.9375rem;
|
|
padding-right: 0.9375rem;
|
|
float: left; }
|
|
|
|
.large-1 {
|
|
width: 8.33333%; }
|
|
|
|
.large-2 {
|
|
width: 16.66667%; }
|
|
|
|
.large-3 {
|
|
width: 25%; }
|
|
|
|
.large-4 {
|
|
width: 33.33333%; }
|
|
|
|
.large-5 {
|
|
width: 41.66667%; }
|
|
|
|
.large-6 {
|
|
width: 50%; }
|
|
|
|
.large-7 {
|
|
width: 58.33333%; }
|
|
|
|
.large-8 {
|
|
width: 66.66667%; }
|
|
|
|
.large-9 {
|
|
width: 75%; }
|
|
|
|
.large-10 {
|
|
width: 83.33333%; }
|
|
|
|
.large-11 {
|
|
width: 91.66667%; }
|
|
|
|
.large-12 {
|
|
width: 100%; }
|
|
|
|
.large-offset-0 {
|
|
margin-left: 0 !important; }
|
|
|
|
.large-offset-1 {
|
|
margin-left: 8.33333% !important; }
|
|
|
|
.large-offset-2 {
|
|
margin-left: 16.66667% !important; }
|
|
|
|
.large-offset-3 {
|
|
margin-left: 25% !important; }
|
|
|
|
.large-offset-4 {
|
|
margin-left: 33.33333% !important; }
|
|
|
|
.large-offset-5 {
|
|
margin-left: 41.66667% !important; }
|
|
|
|
.large-offset-6 {
|
|
margin-left: 50% !important; }
|
|
|
|
.large-offset-7 {
|
|
margin-left: 58.33333% !important; }
|
|
|
|
.large-offset-8 {
|
|
margin-left: 66.66667% !important; }
|
|
|
|
.large-offset-9 {
|
|
margin-left: 75% !important; }
|
|
|
|
.large-offset-10 {
|
|
margin-left: 83.33333% !important; }
|
|
|
|
.large-offset-11 {
|
|
margin-left: 91.66667% !important; }
|
|
|
|
.large-reset-order {
|
|
float: left;
|
|
left: auto;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
right: auto; }
|
|
|
|
.column.large-centered,
|
|
.columns.large-centered {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
float: none; }
|
|
|
|
.column.large-uncentered,
|
|
.columns.large-uncentered {
|
|
float: left;
|
|
margin-left: 0;
|
|
margin-right: 0; }
|
|
|
|
.column.large-centered:last-child,
|
|
.columns.large-centered:last-child {
|
|
float: none; }
|
|
|
|
.column.large-uncentered:last-child,
|
|
.columns.large-uncentered:last-child {
|
|
float: left; }
|
|
|
|
.column.large-uncentered.opposite,
|
|
.columns.large-uncentered.opposite {
|
|
float: right; }
|
|
|
|
.row.large-collapse > .column,
|
|
.row.large-collapse > .columns {
|
|
padding-left: 0;
|
|
padding-right: 0; }
|
|
.row.large-collapse .row {
|
|
margin-left: 0;
|
|
margin-right: 0; }
|
|
.row.large-uncollapse > .column,
|
|
.row.large-uncollapse > .columns {
|
|
padding-left: 0.9375rem;
|
|
padding-right: 0.9375rem;
|
|
float: left; }
|
|
|
|
.push-0 {
|
|
position: relative;
|
|
left: 0;
|
|
right: auto; }
|
|
|
|
.pull-0 {
|
|
position: relative;
|
|
right: 0;
|
|
left: auto; }
|
|
|
|
.push-1 {
|
|
position: relative;
|
|
left: 8.33333%;
|
|
right: auto; }
|
|
|
|
.pull-1 {
|
|
position: relative;
|
|
right: 8.33333%;
|
|
left: auto; }
|
|
|
|
.push-2 {
|
|
position: relative;
|
|
left: 16.66667%;
|
|
right: auto; }
|
|
|
|
.pull-2 {
|
|
position: relative;
|
|
right: 16.66667%;
|
|
left: auto; }
|
|
|
|
.push-3 {
|
|
position: relative;
|
|
left: 25%;
|
|
right: auto; }
|
|
|
|
.pull-3 {
|
|
position: relative;
|
|
right: 25%;
|
|
left: auto; }
|
|
|
|
.push-4 {
|
|
position: relative;
|
|
left: 33.33333%;
|
|
right: auto; }
|
|
|
|
.pull-4 {
|
|
position: relative;
|
|
right: 33.33333%;
|
|
left: auto; }
|
|
|
|
.push-5 {
|
|
position: relative;
|
|
left: 41.66667%;
|
|
right: auto; }
|
|
|
|
.pull-5 {
|
|
position: relative;
|
|
right: 41.66667%;
|
|
left: auto; }
|
|
|
|
.push-6 {
|
|
position: relative;
|
|
left: 50%;
|
|
right: auto; }
|
|
|
|
.pull-6 {
|
|
position: relative;
|
|
right: 50%;
|
|
left: auto; }
|
|
|
|
.push-7 {
|
|
position: relative;
|
|
left: 58.33333%;
|
|
right: auto; }
|
|
|
|
.pull-7 {
|
|
position: relative;
|
|
right: 58.33333%;
|
|
left: auto; }
|
|
|
|
.push-8 {
|
|
position: relative;
|
|
left: 66.66667%;
|
|
right: auto; }
|
|
|
|
.pull-8 {
|
|
position: relative;
|
|
right: 66.66667%;
|
|
left: auto; }
|
|
|
|
.push-9 {
|
|
position: relative;
|
|
left: 75%;
|
|
right: auto; }
|
|
|
|
.pull-9 {
|
|
position: relative;
|
|
right: 75%;
|
|
left: auto; }
|
|
|
|
.push-10 {
|
|
position: relative;
|
|
left: 83.33333%;
|
|
right: auto; }
|
|
|
|
.pull-10 {
|
|
position: relative;
|
|
right: 83.33333%;
|
|
left: auto; }
|
|
|
|
.push-11 {
|
|
position: relative;
|
|
left: 91.66667%;
|
|
right: auto; }
|
|
|
|
.pull-11 {
|
|
position: relative;
|
|
right: 91.66667%;
|
|
left: auto; } }
|
|
button, .button {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
border-radius: 0;
|
|
border-style: solid;
|
|
border-width: 0;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
margin: 0 0 1.25rem;
|
|
position: relative;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
padding: 1rem 2rem 1.0625rem 2rem;
|
|
font-size: 1rem;
|
|
background-color: #008CBA;
|
|
border-color: #007095;
|
|
color: #FFFFFF;
|
|
transition: background-color 300ms ease-out; }
|
|
button:hover, button:focus, .button:hover, .button:focus {
|
|
background-color: #007095; }
|
|
button:hover, button:focus, .button:hover, .button:focus {
|
|
color: #FFFFFF; }
|
|
button.secondary, .button.secondary {
|
|
background-color: #e7e7e7;
|
|
border-color: #b9b9b9;
|
|
color: #333333; }
|
|
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
|
|
background-color: #b9b9b9; }
|
|
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
|
|
color: #333333; }
|
|
button.success, .button.success {
|
|
background-color: #43AC6A;
|
|
border-color: #368a55;
|
|
color: #FFFFFF; }
|
|
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
|
|
background-color: #368a55; }
|
|
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
|
|
color: #FFFFFF; }
|
|
button.alert, .button.alert {
|
|
background-color: #f04124;
|
|
border-color: #cf2a0e;
|
|
color: #FFFFFF; }
|
|
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
|
|
background-color: #cf2a0e; }
|
|
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
|
|
color: #FFFFFF; }
|
|
button.warning, .button.warning {
|
|
background-color: #f08a24;
|
|
border-color: #cf6e0e;
|
|
color: #FFFFFF; }
|
|
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
|
|
background-color: #cf6e0e; }
|
|
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
|
|
color: #FFFFFF; }
|
|
button.info, .button.info {
|
|
background-color: #a0d3e8;
|
|
border-color: #61b6d9;
|
|
color: #333333; }
|
|
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
|
|
background-color: #61b6d9; }
|
|
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
|
|
color: #FFFFFF; }
|
|
button.large, .button.large {
|
|
padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
|
|
font-size: 1.25rem; }
|
|
button.small, .button.small {
|
|
padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
|
|
font-size: 0.8125rem; }
|
|
button.tiny, .button.tiny {
|
|
padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
|
|
font-size: 0.6875rem; }
|
|
button.expand, .button.expand {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
width: 100%; }
|
|
button.left-align, .button.left-align {
|
|
text-align: left;
|
|
text-indent: 0.75rem; }
|
|
button.right-align, .button.right-align {
|
|
text-align: right;
|
|
padding-right: 0.75rem; }
|
|
button.radius, .button.radius {
|
|
border-radius: 3px; }
|
|
button.round, .button.round {
|
|
border-radius: 1000px; }
|
|
button.disabled, button[disabled], .button.disabled, .button[disabled] {
|
|
background-color: #008CBA;
|
|
border-color: #007095;
|
|
color: #FFFFFF;
|
|
box-shadow: none;
|
|
cursor: default;
|
|
opacity: 0.7; }
|
|
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: #007095; }
|
|
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: #FFFFFF; }
|
|
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: #008CBA; }
|
|
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
|
|
background-color: #e7e7e7;
|
|
border-color: #b9b9b9;
|
|
color: #333333;
|
|
box-shadow: none;
|
|
cursor: default;
|
|
opacity: 0.7; }
|
|
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; }
|
|
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; }
|
|
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; }
|
|
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
|
|
background-color: #43AC6A;
|
|
border-color: #368a55;
|
|
color: #FFFFFF;
|
|
box-shadow: none;
|
|
cursor: default;
|
|
opacity: 0.7; }
|
|
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; }
|
|
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: #FFFFFF; }
|
|
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; }
|
|
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
|
|
background-color: #f04124;
|
|
border-color: #cf2a0e;
|
|
color: #FFFFFF;
|
|
box-shadow: none;
|
|
cursor: default;
|
|
opacity: 0.7; }
|
|
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; }
|
|
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: #FFFFFF; }
|
|
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; }
|
|
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
|
|
background-color: #f08a24;
|
|
border-color: #cf6e0e;
|
|
color: #FFFFFF;
|
|
box-shadow: none;
|
|
cursor: default;
|
|
opacity: 0.7; }
|
|
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; }
|
|
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: #FFFFFF; }
|
|
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; }
|
|
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
|
|
background-color: #a0d3e8;
|
|
border-color: #61b6d9;
|
|
color: #333333;
|
|
box-shadow: none;
|
|
cursor: default;
|
|
opacity: 0.7; }
|
|
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; }
|
|
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: #FFFFFF; }
|
|
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; }
|
|
|
|
button::-moz-focus-inner {
|
|
border: 0;
|
|
padding: 0; }
|
|
|
|
@media only screen and (min-width: 40.0625em) {
|
|
button, .button {
|
|
display: inline-block; } }
|
|
.button-group {
|
|
list-style: none;
|
|
margin: 0;
|
|
left: 0; }
|
|
.button-group:before, .button-group:after {
|
|
content: " ";
|
|
display: table; }
|
|
.button-group:after {
|
|
clear: both; }
|
|
.button-group.even-2 li {
|
|
display: inline-block;
|
|
margin: 0 -2px;
|
|
width: 50%; }
|
|
.button-group.even-2 li > button, .button-group.even-2 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.even-2 li button, .button-group.even-2 li .button {
|
|
width: 100%; }
|
|
.button-group.even-3 li {
|
|
display: inline-block;
|
|
margin: 0 -2px;
|
|
width: 33.33333%; }
|
|
.button-group.even-3 li > button, .button-group.even-3 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.even-3 li button, .button-group.even-3 li .button {
|
|
width: 100%; }
|
|
.button-group.even-4 li {
|
|
display: inline-block;
|
|
margin: 0 -2px;
|
|
width: 25%; }
|
|
.button-group.even-4 li > button, .button-group.even-4 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.even-4 li button, .button-group.even-4 li .button {
|
|
width: 100%; }
|
|
.button-group.even-5 li {
|
|
display: inline-block;
|
|
margin: 0 -2px;
|
|
width: 20%; }
|
|
.button-group.even-5 li > button, .button-group.even-5 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.even-5 li button, .button-group.even-5 li .button {
|
|
width: 100%; }
|
|
.button-group.even-6 li {
|
|
display: inline-block;
|
|
margin: 0 -2px;
|
|
width: 16.66667%; }
|
|
.button-group.even-6 li > button, .button-group.even-6 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.even-6 li button, .button-group.even-6 li .button {
|
|
width: 100%; }
|
|
.button-group.even-7 li {
|
|
display: inline-block;
|
|
margin: 0 -2px;
|
|
width: 14.28571%; }
|
|
.button-group.even-7 li > button, .button-group.even-7 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.even-7 li button, .button-group.even-7 li .button {
|
|
width: 100%; }
|
|
.button-group.even-8 li {
|
|
display: inline-block;
|
|
margin: 0 -2px;
|
|
width: 12.5%; }
|
|
.button-group.even-8 li > button, .button-group.even-8 li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.even-8 li button, .button-group.even-8 li .button {
|
|
width: 100%; }
|
|
.button-group > li {
|
|
display: inline-block;
|
|
margin: 0 -2px; }
|
|
.button-group > li > button, .button-group > li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group > li:first-child button, .button-group > li:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.stack > li {
|
|
display: block;
|
|
margin: 0;
|
|
float: none; }
|
|
.button-group.stack > li > button, .button-group.stack > li .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.stack > li > button, .button-group.stack > li .button {
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
border-top: 1px solid;
|
|
display: block;
|
|
margin: 0; }
|
|
.button-group.stack > li > button {
|
|
width: 100%; }
|
|
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
|
|
border-top: 0; }
|
|
.button-group.stack-for-small > li {
|
|
display: inline-block;
|
|
margin: 0 -2px; }
|
|
.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); }
|
|
.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) {
|
|
.button-group.stack-for-small > li {
|
|
display: block;
|
|
margin: 0; }
|
|
.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); }
|
|
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
border-top: 1px solid;
|
|
display: block;
|
|
margin: 0; }
|
|
.button-group.stack-for-small > li > button {
|
|
width: 100%; }
|
|
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
|
|
border-top: 0; } }
|
|
.button-group.radius > * {
|
|
display: inline-block;
|
|
margin: 0 -2px; }
|
|
.button-group.radius > * > button, .button-group.radius > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.radius > *,
|
|
.button-group.radius > * > a,
|
|
.button-group.radius > * > button,
|
|
.button-group.radius > * > .button {
|
|
border-radius: 0; }
|
|
.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; }
|
|
.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; }
|
|
.button-group.radius.stack > * {
|
|
display: block;
|
|
margin: 0; }
|
|
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
border-top: 1px solid;
|
|
display: block;
|
|
margin: 0; }
|
|
.button-group.radius.stack > * > button {
|
|
width: 100%; }
|
|
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
|
|
border-top: 0; }
|
|
.button-group.radius.stack > *,
|
|
.button-group.radius.stack > * > a,
|
|
.button-group.radius.stack > * > button,
|
|
.button-group.radius.stack > * > .button {
|
|
border-radius: 0; }
|
|
.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; }
|
|
.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.0625em) {
|
|
.button-group.radius.stack-for-small > * {
|
|
display: inline-block;
|
|
margin: 0 -2px; }
|
|
.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); }
|
|
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
|
|
border-left: 0; }
|
|
.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; }
|
|
.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; }
|
|
.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) {
|
|
.button-group.radius.stack-for-small > * {
|
|
display: block;
|
|
margin: 0; }
|
|
.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); }
|
|
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
border-top: 1px solid;
|
|
display: block;
|
|
margin: 0; }
|
|
.button-group.radius.stack-for-small > * > button {
|
|
width: 100%; }
|
|
.button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
|
|
border-top: 0; }
|
|
.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; }
|
|
.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; }
|
|
.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; } }
|
|
.button-group.round > * {
|
|
display: inline-block;
|
|
margin: 0 -2px; }
|
|
.button-group.round > * > button, .button-group.round > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.round > *,
|
|
.button-group.round > * > a,
|
|
.button-group.round > * > button,
|
|
.button-group.round > * > .button {
|
|
border-radius: 0; }
|
|
.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; }
|
|
.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; }
|
|
.button-group.round.stack > * {
|
|
display: block;
|
|
margin: 0; }
|
|
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
|
|
border-left: 1px solid;
|
|
border-color: rgba(255, 255, 255, 0.5); }
|
|
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
border-top: 1px solid;
|
|
display: block;
|
|
margin: 0; }
|
|
.button-group.round.stack > * > button {
|
|
width: 100%; }
|
|
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
|
|
border-top: 0; }
|
|
.button-group.round.stack > *,
|
|
.button-group.round.stack > * > a,
|
|
.button-group.round.stack > * > button,
|
|
.button-group.round.stack > * > .button {
|
|
border-radius: 0; }
|
|
.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; }
|
|
.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.0625em) {
|
|
.button-group.round.stack-for-small > * {
|
|
display: inline-block;
|
|
margin: 0 -2px; }
|
|
.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); }
|
|
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
|
|
border-left: 0; }
|
|
.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; }
|
|
.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; }
|
|
.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) {
|
|
.button-group.round.stack-for-small > * {
|
|
display: block;
|
|
margin: 0; }
|
|
.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); }
|
|
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
|
|
border-left: 0; }
|
|
.button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
|
|
border-color: rgba(255, 255, 255, 0.5);
|
|
border-left-width: 0;
|
|
border-top: 1px solid;
|
|
display: block;
|
|
margin: 0; }
|
|
.button-group.round.stack-for-small > * > button {
|
|
width: 100%; }
|
|
.button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
|
|
border-top: 0; }
|
|
.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; }
|
|
.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; }
|
|
.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; } }
|
|
|
|
.button-bar:before, .button-bar:after {
|
|
content: " ";
|
|
display: table; }
|
|
.button-bar:after {
|
|
clear: both; }
|
|
.button-bar .button-group {
|
|
float: left;
|
|
margin-right: 0.625rem; }
|
|
.button-bar .button-group div {
|
|
overflow: hidden; }
|
|
|
|
.dropdown.button, button.dropdown {
|
|
position: relative;
|
|
padding-right: 3.5625rem; }
|
|
.dropdown.button::after, button.dropdown::after {
|
|
border-color: #FFFFFF transparent transparent transparent;
|
|
border-style: solid;
|
|
content: "";
|
|
display: block;
|
|
height: 0;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 0; }
|
|
.dropdown.button::after, button.dropdown::after {
|
|
border-width: 0.375rem;
|
|
right: 1.40625rem;
|
|
margin-top: -0.15625rem; }
|
|
.dropdown.button::after, button.dropdown::after {
|
|
border-color: #FFFFFF transparent transparent transparent; }
|
|
.dropdown.button.tiny, button.dropdown.tiny {
|
|
padding-right: 2.625rem; }
|
|
.dropdown.button.tiny:after, button.dropdown.tiny:after {
|
|
border-width: 0.375rem;
|
|
right: 1.125rem;
|
|
margin-top: -0.125rem; }
|
|
.dropdown.button.tiny::after, button.dropdown.tiny::after {
|
|
border-color: #FFFFFF transparent transparent transparent; }
|
|
.dropdown.button.small, button.dropdown.small {
|
|
padding-right: 3.0625rem; }
|
|
.dropdown.button.small::after, button.dropdown.small::after {
|
|
border-width: 0.4375rem;
|
|
right: 1.3125rem;
|
|
margin-top: -0.15625rem; }
|
|
.dropdown.button.small::after, button.dropdown.small::after {
|
|
border-color: #FFFFFF transparent transparent transparent; }
|
|
.dropdown.button.large, button.dropdown.large {
|
|
padding-right: 3.625rem; }
|
|
.dropdown.button.large::after, button.dropdown.large::after {
|
|
border-width: 0.3125rem;
|
|
right: 1.71875rem;
|
|
margin-top: -0.15625rem; }
|
|
.dropdown.button.large::after, button.dropdown.large::after {
|
|
border-color: #FFFFFF transparent transparent transparent; }
|
|
.dropdown.button.secondary:after, button.dropdown.secondary:after {
|
|
border-color: #333333 transparent transparent transparent; }
|
|
|
|
.text-left {
|
|
text-align: left !important; }
|
|
|
|
.text-right {
|
|
text-align: right !important; }
|
|
|
|
.text-center {
|
|
text-align: center !important; }
|
|
|
|
.text-justify {
|
|
text-align: justify !important; }
|
|
|
|
@media only screen and (max-width: 40em) {
|
|
.small-only-text-left {
|
|
text-align: left !important; }
|
|
|
|
.small-only-text-right {
|
|
text-align: right !important; }
|
|
|
|
.small-only-text-center {
|
|
text-align: center !important; }
|
|
|
|
.small-only-text-justify {
|
|
text-align: justify !important; } }
|
|
@media only screen {
|
|
.small-text-left {
|
|
text-align: left !important; }
|
|
|
|
.small-text-right {
|
|
text-align: right !important; }
|
|
|
|
.small-text-center {
|
|
text-align: center !important; }
|
|
|
|
.small-text-justify {
|
|
text-align: justify !important; } }
|
|
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
|
|
.medium-only-text-left {
|
|
text-align: left !important; }
|
|
|
|
.medium-only-text-right {
|
|
text-align: right !important; }
|
|
|
|
.medium-only-text-center {
|
|
text-align: center !important; }
|
|
|
|
.medium-only-text-justify {
|
|
text-align: justify !important; } }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.medium-text-left {
|
|
text-align: left !important; }
|
|
|
|
.medium-text-right {
|
|
text-align: right !important; }
|
|
|
|
.medium-text-center {
|
|
text-align: center !important; }
|
|
|
|
.medium-text-justify {
|
|
text-align: justify !important; } }
|
|
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
|
|
.large-only-text-left {
|
|
text-align: left !important; }
|
|
|
|
.large-only-text-right {
|
|
text-align: right !important; }
|
|
|
|
.large-only-text-center {
|
|
text-align: center !important; }
|
|
|
|
.large-only-text-justify {
|
|
text-align: justify !important; } }
|
|
@media only screen and (min-width: 64.0625em) {
|
|
.large-text-left {
|
|
text-align: left !important; }
|
|
|
|
.large-text-right {
|
|
text-align: right !important; }
|
|
|
|
.large-text-center {
|
|
text-align: center !important; }
|
|
|
|
.large-text-justify {
|
|
text-align: justify !important; } }
|
|
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
|
|
.xlarge-only-text-left {
|
|
text-align: left !important; }
|
|
|
|
.xlarge-only-text-right {
|
|
text-align: right !important; }
|
|
|
|
.xlarge-only-text-center {
|
|
text-align: center !important; }
|
|
|
|
.xlarge-only-text-justify {
|
|
text-align: justify !important; } }
|
|
@media only screen and (min-width: 90.0625em) {
|
|
.xlarge-text-left {
|
|
text-align: left !important; }
|
|
|
|
.xlarge-text-right {
|
|
text-align: right !important; }
|
|
|
|
.xlarge-text-center {
|
|
text-align: center !important; }
|
|
|
|
.xlarge-text-justify {
|
|
text-align: justify !important; } }
|
|
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
|
|
.xxlarge-only-text-left {
|
|
text-align: left !important; }
|
|
|
|
.xxlarge-only-text-right {
|
|
text-align: right !important; }
|
|
|
|
.xxlarge-only-text-center {
|
|
text-align: center !important; }
|
|
|
|
.xxlarge-only-text-justify {
|
|
text-align: justify !important; } }
|
|
@media only screen and (min-width: 120.0625em) {
|
|
.xxlarge-text-left {
|
|
text-align: left !important; }
|
|
|
|
.xxlarge-text-right {
|
|
text-align: right !important; }
|
|
|
|
.xxlarge-text-center {
|
|
text-align: center !important; }
|
|
|
|
.xxlarge-text-justify {
|
|
text-align: justify !important; } }
|
|
/* Typography resets */
|
|
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 */
|
|
a {
|
|
color: #008CBA;
|
|
line-height: inherit;
|
|
text-decoration: none; }
|
|
a:hover, a:focus {
|
|
color: #0078a0; }
|
|
a img {
|
|
border: none; }
|
|
|
|
/* Default paragraph styles */
|
|
p {
|
|
font-family: inherit;
|
|
font-size: 1rem;
|
|
font-weight: normal;
|
|
line-height: 1.6;
|
|
margin-bottom: 1.25rem;
|
|
text-rendering: optimizeLegibility; }
|
|
p.lead {
|
|
font-size: 1.21875rem;
|
|
line-height: 1.6; }
|
|
p aside {
|
|
font-size: 0.875rem;
|
|
font-style: italic;
|
|
line-height: 1.35; }
|
|
|
|
/* Default header styles */
|
|
h1, h2, h3, h4, h5, h6 {
|
|
color: #222222;
|
|
font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 1.4;
|
|
margin-bottom: 0.5rem;
|
|
margin-top: 0.2rem;
|
|
text-rendering: optimizeLegibility; }
|
|
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
|
|
color: #6f6f6f;
|
|
font-size: 60%;
|
|
line-height: 0; }
|
|
|
|
h1 {
|
|
font-size: 2.125rem; }
|
|
|
|
h2 {
|
|
font-size: 1.6875rem; }
|
|
|
|
h3 {
|
|
font-size: 1.375rem; }
|
|
|
|
h4 {
|
|
font-size: 1.125rem; }
|
|
|
|
h5 {
|
|
font-size: 1.125rem; }
|
|
|
|
h6 {
|
|
font-size: 1rem; }
|
|
|
|
.subheader {
|
|
line-height: 1.4;
|
|
color: #6f6f6f;
|
|
font-weight: normal;
|
|
margin-top: 0.2rem;
|
|
margin-bottom: 0.5rem; }
|
|
|
|
hr {
|
|
border: solid #DDDDDD;
|
|
border-width: 1px 0 0;
|
|
clear: both;
|
|
height: 0;
|
|
margin: 1.25rem 0 1.1875rem; }
|
|
|
|
/* Helpful Typography Defaults */
|
|
em,
|
|
i {
|
|
font-style: italic;
|
|
line-height: inherit; }
|
|
|
|
strong,
|
|
b {
|
|
font-weight: bold;
|
|
line-height: inherit; }
|
|
|
|
small {
|
|
font-size: 60%;
|
|
line-height: inherit; }
|
|
|
|
code {
|
|
background-color: #f8f8f8;
|
|
border-color: #dfdfdf;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
color: #333333;
|
|
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
|
font-weight: normal;
|
|
padding: 0.125rem 0.3125rem 0.0625rem; }
|
|
|
|
/* Lists */
|
|
ul,
|
|
ol,
|
|
dl {
|
|
font-family: inherit;
|
|
font-size: 1rem;
|
|
line-height: 1.6;
|
|
list-style-position: outside;
|
|
margin-bottom: 1.25rem; }
|
|
|
|
ul {
|
|
margin-left: 1.1rem; }
|
|
ul.no-bullet {
|
|
margin-left: 0; }
|
|
ul.no-bullet li ul,
|
|
ul.no-bullet li ol {
|
|
margin-left: 1.25rem;
|
|
margin-bottom: 0;
|
|
list-style: none; }
|
|
|
|
/* Unordered Lists */
|
|
ul li ul,
|
|
ul li ol {
|
|
margin-left: 1.25rem;
|
|
margin-bottom: 0; }
|
|
ul.square li ul, ul.circle li ul, ul.disc li ul {
|
|
list-style: inherit; }
|
|
ul.square {
|
|
list-style-type: square;
|
|
margin-left: 1.1rem; }
|
|
ul.circle {
|
|
list-style-type: circle;
|
|
margin-left: 1.1rem; }
|
|
ul.disc {
|
|
list-style-type: disc;
|
|
margin-left: 1.1rem; }
|
|
ul.no-bullet {
|
|
list-style: none; }
|
|
|
|
/* Ordered Lists */
|
|
ol {
|
|
margin-left: 1.4rem; }
|
|
ol li ul,
|
|
ol li ol {
|
|
margin-left: 1.25rem;
|
|
margin-bottom: 0; }
|
|
|
|
/* Definition Lists */
|
|
dl dt {
|
|
margin-bottom: 0.3rem;
|
|
font-weight: bold; }
|
|
dl dd {
|
|
margin-bottom: 0.75rem; }
|
|
|
|
/* Abbreviations */
|
|
abbr,
|
|
acronym {
|
|
text-transform: uppercase;
|
|
font-size: 90%;
|
|
color: #222;
|
|
cursor: help; }
|
|
|
|
abbr {
|
|
text-transform: none; }
|
|
abbr[title] {
|
|
border-bottom: 1px dotted #DDDDDD; }
|
|
|
|
/* Blockquotes */
|
|
blockquote {
|
|
margin: 0 0 1.25rem;
|
|
padding: 0.5625rem 1.25rem 0 1.1875rem;
|
|
border-left: 1px solid #DDDDDD; }
|
|
blockquote cite {
|
|
display: block;
|
|
font-size: 0.8125rem;
|
|
color: #555555; }
|
|
blockquote cite:before {
|
|
content: "\2014 \0020"; }
|
|
blockquote cite a,
|
|
blockquote cite a:visited {
|
|
color: #555555; }
|
|
|
|
blockquote,
|
|
blockquote p {
|
|
line-height: 1.6;
|
|
color: #6f6f6f; }
|
|
|
|
/* Microformats */
|
|
.vcard {
|
|
display: inline-block;
|
|
margin: 0 0 1.25rem 0;
|
|
border: 1px solid #DDDDDD;
|
|
padding: 0.625rem 0.75rem; }
|
|
.vcard li {
|
|
margin: 0;
|
|
display: block; }
|
|
.vcard .fn {
|
|
font-weight: bold;
|
|
font-size: 0.9375rem; }
|
|
|
|
.vevent .summary {
|
|
font-weight: bold; }
|
|
.vevent abbr {
|
|
cursor: default;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
border: none;
|
|
padding: 0 0.0625rem; }
|
|
|
|
@media only screen and (min-width: 40.0625em) {
|
|
h1, h2, h3, h4, h5, h6 {
|
|
line-height: 1.4; }
|
|
|
|
h1 {
|
|
font-size: 2.75rem; }
|
|
|
|
h2 {
|
|
font-size: 2.3125rem; }
|
|
|
|
h3 {
|
|
font-size: 1.6875rem; }
|
|
|
|
h4 {
|
|
font-size: 1.4375rem; }
|
|
|
|
h5 {
|
|
font-size: 1.125rem; }
|
|
|
|
h6 {
|
|
font-size: 1rem; } }
|
|
.split.button {
|
|
position: relative;
|
|
padding-right: 5.0625rem; }
|
|
.split.button span {
|
|
display: block;
|
|
height: 100%;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
border-left: solid 1px; }
|
|
.split.button span:after {
|
|
position: absolute;
|
|
content: "";
|
|
width: 0;
|
|
height: 0;
|
|
display: block;
|
|
border-style: inset;
|
|
top: 50%;
|
|
left: 50%; }
|
|
.split.button span:active {
|
|
background-color: rgba(0, 0, 0, 0.1); }
|
|
.split.button span {
|
|
border-left-color: rgba(255, 255, 255, 0.5); }
|
|
.split.button span {
|
|
width: 3.09375rem; }
|
|
.split.button span:after {
|
|
border-top-style: solid;
|
|
border-width: 0.375rem;
|
|
margin-left: -0.375rem;
|
|
top: 48%; }
|
|
.split.button span:after {
|
|
border-color: #FFFFFF transparent transparent transparent; }
|
|
.split.button.secondary span {
|
|
border-left-color: rgba(255, 255, 255, 0.5); }
|
|
.split.button.secondary span:after {
|
|
border-color: #FFFFFF transparent transparent transparent; }
|
|
.split.button.alert span {
|
|
border-left-color: rgba(255, 255, 255, 0.5); }
|
|
.split.button.success span {
|
|
border-left-color: rgba(255, 255, 255, 0.5); }
|
|
.split.button.tiny {
|
|
padding-right: 3.75rem; }
|
|
.split.button.tiny span {
|
|
width: 2.25rem; }
|
|
.split.button.tiny span:after {
|
|
border-top-style: solid;
|
|
border-width: 0.375rem;
|
|
margin-left: -0.375rem;
|
|
top: 48%; }
|
|
.split.button.small {
|
|
padding-right: 4.375rem; }
|
|
.split.button.small span {
|
|
width: 2.625rem; }
|
|
.split.button.small span:after {
|
|
border-top-style: solid;
|
|
border-width: 0.4375rem;
|
|
margin-left: -0.375rem;
|
|
top: 48%; }
|
|
.split.button.large {
|
|
padding-right: 5.5rem; }
|
|
.split.button.large span {
|
|
width: 3.4375rem; }
|
|
.split.button.large span:after {
|
|
border-top-style: solid;
|
|
border-width: 0.3125rem;
|
|
margin-left: -0.375rem;
|
|
top: 48%; }
|
|
.split.button.expand {
|
|
padding-left: 2rem; }
|
|
.split.button.secondary span:after {
|
|
border-color: #333333 transparent transparent transparent; }
|
|
.split.button.radius span {
|
|
-webkit-border-bottom-right-radius: 3px;
|
|
-webkit-border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-top-right-radius: 3px; }
|
|
.split.button.round span {
|
|
-webkit-border-bottom-right-radius: 1000px;
|
|
-webkit-border-top-right-radius: 1000px;
|
|
border-bottom-right-radius: 1000px;
|
|
border-top-right-radius: 1000px; }
|
|
.split.button.no-pip span:before {
|
|
border-style: none; }
|
|
.split.button.no-pip span:after {
|
|
border-style: none; }
|
|
.split.button.no-pip span > i {
|
|
display: block;
|
|
left: 50%;
|
|
margin-left: -0.28889em;
|
|
margin-top: -0.48889em;
|
|
position: absolute;
|
|
top: 50%; }
|
|
|
|
.reveal-modal-bg {
|
|
background: #000000;
|
|
background: rgba(0, 0, 0, 0.45);
|
|
bottom: 0;
|
|
display: none;
|
|
left: 0;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 1004;
|
|
left: 0; }
|
|
|
|
.reveal-modal {
|
|
border-radius: 3px;
|
|
display: none;
|
|
position: absolute;
|
|
top: 0;
|
|
visibility: hidden;
|
|
width: 100%;
|
|
z-index: 1005;
|
|
left: 0;
|
|
background-color: #FFFFFF;
|
|
padding: 1.875rem;
|
|
border: solid 1px #666666;
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
|
|
@media only screen and (max-width: 40em) {
|
|
.reveal-modal {
|
|
min-height: 100vh; } }
|
|
.reveal-modal .column, .reveal-modal .columns {
|
|
min-width: 0; }
|
|
.reveal-modal > :first-child {
|
|
margin-top: 0; }
|
|
.reveal-modal > :last-child {
|
|
margin-bottom: 0; }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.reveal-modal {
|
|
left: 0;
|
|
margin: 0 auto;
|
|
max-width: 62.5rem;
|
|
right: 0;
|
|
width: 80%; } }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.reveal-modal {
|
|
top: 6.25rem; } }
|
|
.reveal-modal.radius {
|
|
border-radius: 3px; }
|
|
.reveal-modal.round {
|
|
border-radius: 1000px; }
|
|
.reveal-modal.collapse {
|
|
padding: 0; }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.reveal-modal.tiny {
|
|
left: 0;
|
|
margin: 0 auto;
|
|
max-width: 62.5rem;
|
|
right: 0;
|
|
width: 30%; } }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.reveal-modal.small {
|
|
left: 0;
|
|
margin: 0 auto;
|
|
max-width: 62.5rem;
|
|
right: 0;
|
|
width: 40%; } }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.reveal-modal.medium {
|
|
left: 0;
|
|
margin: 0 auto;
|
|
max-width: 62.5rem;
|
|
right: 0;
|
|
width: 60%; } }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.reveal-modal.large {
|
|
left: 0;
|
|
margin: 0 auto;
|
|
max-width: 62.5rem;
|
|
right: 0;
|
|
width: 70%; } }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.reveal-modal.xlarge {
|
|
left: 0;
|
|
margin: 0 auto;
|
|
max-width: 62.5rem;
|
|
right: 0;
|
|
width: 95%; } }
|
|
.reveal-modal.full {
|
|
height: 100vh;
|
|
height: 100%;
|
|
left: 0;
|
|
margin-left: 0 !important;
|
|
max-width: none !important;
|
|
min-height: 100vh;
|
|
top: 0; }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.reveal-modal.full {
|
|
left: 0;
|
|
margin: 0 auto;
|
|
max-width: 62.5rem;
|
|
right: 0;
|
|
width: 100%; } }
|
|
.reveal-modal.toback {
|
|
z-index: 1003; }
|
|
.reveal-modal .close-reveal-modal {
|
|
color: #AAAAAA;
|
|
cursor: pointer;
|
|
font-size: 2.5rem;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
position: absolute;
|
|
top: 0.625rem;
|
|
right: 1.375rem; }
|
|
|
|
[class*="block-grid-"] {
|
|
display: block;
|
|
padding: 0;
|
|
margin: 0 -0.625rem; }
|
|
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
|
|
content: " ";
|
|
display: table; }
|
|
[class*="block-grid-"]:after {
|
|
clear: both; }
|
|
[class*="block-grid-"] > li {
|
|
display: block;
|
|
float: left;
|
|
height: auto;
|
|
padding: 0 0.625rem 1.25rem; }
|
|
|
|
@media only screen {
|
|
.small-block-grid-1 > li {
|
|
list-style: none;
|
|
width: 100%; }
|
|
.small-block-grid-1 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-1 > li:nth-of-type(1n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-2 > li {
|
|
list-style: none;
|
|
width: 50%; }
|
|
.small-block-grid-2 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-2 > li:nth-of-type(2n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-3 > li {
|
|
list-style: none;
|
|
width: 33.33333%; }
|
|
.small-block-grid-3 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-3 > li:nth-of-type(3n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-4 > li {
|
|
list-style: none;
|
|
width: 25%; }
|
|
.small-block-grid-4 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-4 > li:nth-of-type(4n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-5 > li {
|
|
list-style: none;
|
|
width: 20%; }
|
|
.small-block-grid-5 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-5 > li:nth-of-type(5n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-6 > li {
|
|
list-style: none;
|
|
width: 16.66667%; }
|
|
.small-block-grid-6 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-6 > li:nth-of-type(6n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-7 > li {
|
|
list-style: none;
|
|
width: 14.28571%; }
|
|
.small-block-grid-7 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-7 > li:nth-of-type(7n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-8 > li {
|
|
list-style: none;
|
|
width: 12.5%; }
|
|
.small-block-grid-8 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-8 > li:nth-of-type(8n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-9 > li {
|
|
list-style: none;
|
|
width: 11.11111%; }
|
|
.small-block-grid-9 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-9 > li:nth-of-type(9n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-10 > li {
|
|
list-style: none;
|
|
width: 10%; }
|
|
.small-block-grid-10 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-10 > li:nth-of-type(10n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-11 > li {
|
|
list-style: none;
|
|
width: 9.09091%; }
|
|
.small-block-grid-11 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-11 > li:nth-of-type(11n+1) {
|
|
clear: both; }
|
|
|
|
.small-block-grid-12 > li {
|
|
list-style: none;
|
|
width: 8.33333%; }
|
|
.small-block-grid-12 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.small-block-grid-12 > li:nth-of-type(12n+1) {
|
|
clear: both; } }
|
|
@media only screen and (min-width: 40.0625em) {
|
|
.medium-block-grid-1 > li {
|
|
list-style: none;
|
|
width: 100%; }
|
|
.medium-block-grid-1 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-1 > li:nth-of-type(1n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-2 > li {
|
|
list-style: none;
|
|
width: 50%; }
|
|
.medium-block-grid-2 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-2 > li:nth-of-type(2n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-3 > li {
|
|
list-style: none;
|
|
width: 33.33333%; }
|
|
.medium-block-grid-3 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-3 > li:nth-of-type(3n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-4 > li {
|
|
list-style: none;
|
|
width: 25%; }
|
|
.medium-block-grid-4 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-4 > li:nth-of-type(4n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-5 > li {
|
|
list-style: none;
|
|
width: 20%; }
|
|
.medium-block-grid-5 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-5 > li:nth-of-type(5n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-6 > li {
|
|
list-style: none;
|
|
width: 16.66667%; }
|
|
.medium-block-grid-6 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-6 > li:nth-of-type(6n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-7 > li {
|
|
list-style: none;
|
|
width: 14.28571%; }
|
|
.medium-block-grid-7 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-7 > li:nth-of-type(7n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-8 > li {
|
|
list-style: none;
|
|
width: 12.5%; }
|
|
.medium-block-grid-8 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-8 > li:nth-of-type(8n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-9 > li {
|
|
list-style: none;
|
|
width: 11.11111%; }
|
|
.medium-block-grid-9 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-9 > li:nth-of-type(9n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-10 > li {
|
|
list-style: none;
|
|
width: 10%; }
|
|
.medium-block-grid-10 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-10 > li:nth-of-type(10n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-11 > li {
|
|
list-style: none;
|
|
width: 9.09091%; }
|
|
.medium-block-grid-11 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-11 > li:nth-of-type(11n+1) {
|
|
clear: both; }
|
|
|
|
.medium-block-grid-12 > li {
|
|
list-style: none;
|
|
width: 8.33333%; }
|
|
.medium-block-grid-12 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.medium-block-grid-12 > li:nth-of-type(12n+1) {
|
|
clear: both; } }
|
|
@media only screen and (min-width: 64.0625em) {
|
|
.large-block-grid-1 > li {
|
|
list-style: none;
|
|
width: 100%; }
|
|
.large-block-grid-1 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-1 > li:nth-of-type(1n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-2 > li {
|
|
list-style: none;
|
|
width: 50%; }
|
|
.large-block-grid-2 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-2 > li:nth-of-type(2n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-3 > li {
|
|
list-style: none;
|
|
width: 33.33333%; }
|
|
.large-block-grid-3 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-3 > li:nth-of-type(3n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-4 > li {
|
|
list-style: none;
|
|
width: 25%; }
|
|
.large-block-grid-4 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-4 > li:nth-of-type(4n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-5 > li {
|
|
list-style: none;
|
|
width: 20%; }
|
|
.large-block-grid-5 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-5 > li:nth-of-type(5n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-6 > li {
|
|
list-style: none;
|
|
width: 16.66667%; }
|
|
.large-block-grid-6 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-6 > li:nth-of-type(6n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-7 > li {
|
|
list-style: none;
|
|
width: 14.28571%; }
|
|
.large-block-grid-7 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-7 > li:nth-of-type(7n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-8 > li {
|
|
list-style: none;
|
|
width: 12.5%; }
|
|
.large-block-grid-8 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-8 > li:nth-of-type(8n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-9 > li {
|
|
list-style: none;
|
|
width: 11.11111%; }
|
|
.large-block-grid-9 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-9 > li:nth-of-type(9n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-10 > li {
|
|
list-style: none;
|
|
width: 10%; }
|
|
.large-block-grid-10 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-10 > li:nth-of-type(10n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-11 > li {
|
|
list-style: none;
|
|
width: 9.09091%; }
|
|
.large-block-grid-11 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-11 > li:nth-of-type(11n+1) {
|
|
clear: both; }
|
|
|
|
.large-block-grid-12 > li {
|
|
list-style: none;
|
|
width: 8.33333%; }
|
|
.large-block-grid-12 > li:nth-of-type(1n) {
|
|
clear: none; }
|
|
.large-block-grid-12 > li:nth-of-type(12n+1) {
|
|
clear: both; } }
|