diff --git a/assets/css/app.css b/assets/css/app.css index b18d1b6..ef9315f 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -1,10 +1,12 @@ -@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700"); +meta.foundation-version { + font-family: "/5.2.3/"; } + meta.foundation-mq-small { - font-family: "/only screen and (max-width: 40em)/"; + font-family: "/only screen/"; width: 0em; } meta.foundation-mq-medium { - font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/"; + font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; } meta.foundation-mq-large { @@ -19,9 +21,15 @@ meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120.063em)/"; width: 120.063em; } +meta.foundation-data-attribute-namespace { + font-family: false; } + +html, body { + height: 100%; } + *, *:before, *:after { - -moz-box-sizing: border-box; -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; } html, body { @@ -42,13 +50,10 @@ body { a:hover { cursor: pointer; } -img, object, embed { +img { max-width: 100%; height: auto; } -object, embed { - height: 100%; } - img { -ms-interpolation-mode: bicubic; } @@ -61,31 +66,18 @@ img { .right { float: right !important; } -.clearfix { - *zoom: 1; } - .clearfix:before, .clearfix:after { - content: " "; - display: table; } - .clearfix:after { - clear: both; } - -.text-left { - text-align: left !important; } - -.text-right { - text-align: right !important; } - -.text-center { - text-align: center !important; } - -.text-justify { - text-align: justify !important; } +.clearfix:before, .clearfix:after { + content: " "; + display: table; } +.clearfix:after { + clear: both; } .hide { display: none; } .antialiased { - -webkit-font-smoothing: antialiased; } + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } img { display: inline-block; @@ -104,18 +96,15 @@ select { margin-right: auto; margin-top: 0; margin-bottom: 0; - max-width: 62.5rem; - *zoom: 1; } + max-width: 62.5rem; } .row:before, .row:after { content: " "; display: table; } .row:after { clear: both; } .row.collapse > .column, .row.collapse > .columns { - position: relative; padding-left: 0; - padding-right: 0; - float: left; } + padding-right: 0; } .row.collapse .row { margin-left: 0; margin-right: 0; } @@ -125,8 +114,7 @@ select { margin-right: -0.9375rem; margin-top: 0; margin-bottom: 0; - max-width: none; - *zoom: 1; } + max-width: none; } .row .row:before, .row .row:after { content: " "; display: table; } @@ -135,8 +123,7 @@ select { .row .row.collapse { width: auto; margin: 0; - max-width: none; - *zoom: 1; } + max-width: none; } .row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; } @@ -144,13 +131,26 @@ select { clear: both; } .column, .columns { - position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } +[class*="column"] + [class*="column"]:last-child { + float: right; } + +[class*="column"] + [class*="column"].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%; @@ -245,91 +245,83 @@ select { padding-right: 0.9375rem; float: left; } .small-1 { - position: relative; width: 8.33333%; } .small-2 { - position: relative; width: 16.66667%; } .small-3 { - position: relative; width: 25%; } .small-4 { - position: relative; width: 33.33333%; } .small-5 { - position: relative; width: 41.66667%; } .small-6 { - position: relative; width: 50%; } .small-7 { - position: relative; width: 58.33333%; } .small-8 { - position: relative; width: 66.66667%; } .small-9 { - position: relative; width: 75%; } .small-10 { - position: relative; width: 83.33333%; } .small-11 { - position: relative; width: 91.66667%; } .small-12 { - position: relative; width: 100%; } .small-offset-0 { - position: relative; - margin-left: 0%; } + margin-left: 0% !important; } .small-offset-1 { - position: relative; - margin-left: 8.33333%; } + margin-left: 8.33333% !important; } .small-offset-2 { - position: relative; - margin-left: 16.66667%; } + margin-left: 16.66667% !important; } .small-offset-3 { - position: relative; - margin-left: 25%; } + margin-left: 25% !important; } .small-offset-4 { - position: relative; - margin-left: 33.33333%; } + margin-left: 33.33333% !important; } .small-offset-5 { - position: relative; - margin-left: 41.66667%; } + margin-left: 41.66667% !important; } .small-offset-6 { - position: relative; - margin-left: 50%; } + margin-left: 50% !important; } .small-offset-7 { - position: relative; - margin-left: 58.33333%; } + margin-left: 58.33333% !important; } .small-offset-8 { - position: relative; - margin-left: 66.66667%; } + margin-left: 66.66667% !important; } .small-offset-9 { - position: relative; - margin-left: 75%; } + margin-left: 75% !important; } .small-offset-10 { - position: relative; - margin-left: 83.33333%; } - [class*="column"] + [class*="column"]:last-child { - float: right; } - [class*="column"] + [class*="column"].end { + margin-left: 83.33333% !important; } + .small-offset-11 { + margin-left: 91.66667% !important; } + .small-reset-order { + margin-left: 0; + margin-right: 0; + left: auto; + right: auto; float: left; } .column.small-centered, .columns.small-centered { - position: relative; margin-left: auto; margin-right: auto; - float: none !important; } + float: none; } .column.small-uncentered, .columns.small-uncentered { margin-left: 0; margin-right: 0; - float: left !important; } + float: left; } + .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 !important; } } + float: right; } } @media only screen and (min-width:40.063em) { + .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%; @@ -424,89 +416,81 @@ select { padding-right: 0.9375rem; float: left; } .medium-1 { - position: relative; width: 8.33333%; } .medium-2 { - position: relative; width: 16.66667%; } .medium-3 { - position: relative; width: 25%; } .medium-4 { - position: relative; width: 33.33333%; } .medium-5 { - position: relative; width: 41.66667%; } .medium-6 { - position: relative; width: 50%; } .medium-7 { - position: relative; width: 58.33333%; } .medium-8 { - position: relative; width: 66.66667%; } .medium-9 { - position: relative; width: 75%; } .medium-10 { - position: relative; width: 83.33333%; } .medium-11 { - position: relative; width: 91.66667%; } .medium-12 { - position: relative; width: 100%; } .medium-offset-0 { - position: relative; - margin-left: 0%; } + margin-left: 0% !important; } .medium-offset-1 { - position: relative; - margin-left: 8.33333%; } + margin-left: 8.33333% !important; } .medium-offset-2 { - position: relative; - margin-left: 16.66667%; } + margin-left: 16.66667% !important; } .medium-offset-3 { - position: relative; - margin-left: 25%; } + margin-left: 25% !important; } .medium-offset-4 { - position: relative; - margin-left: 33.33333%; } + margin-left: 33.33333% !important; } .medium-offset-5 { - position: relative; - margin-left: 41.66667%; } + margin-left: 41.66667% !important; } .medium-offset-6 { - position: relative; - margin-left: 50%; } + margin-left: 50% !important; } .medium-offset-7 { - position: relative; - margin-left: 58.33333%; } + margin-left: 58.33333% !important; } .medium-offset-8 { - position: relative; - margin-left: 66.66667%; } + margin-left: 66.66667% !important; } .medium-offset-9 { - position: relative; - margin-left: 75%; } + margin-left: 75% !important; } .medium-offset-10 { - position: relative; - margin-left: 83.33333%; } - [class*="column"] + [class*="column"]:last-child { - float: right; } - [class*="column"] + [class*="column"].end { + margin-left: 83.33333% !important; } + .medium-offset-11 { + margin-left: 91.66667% !important; } + .medium-reset-order { + margin-left: 0; + margin-right: 0; + left: auto; + right: auto; float: left; } .column.medium-centered, .columns.medium-centered { - position: relative; margin-left: auto; margin-right: auto; - float: none !important; } + float: none; } .column.medium-uncentered, .columns.medium-uncentered { margin-left: 0; margin-right: 0; - float: left !important; } + float: left; } + .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 !important; } + float: right; } + .push-0 { + position: relative; + left: 0%; + right: auto; } + .pull-0 { + position: relative; + right: 0%; + left: auto; } .push-1 { position: relative; left: 8.33333%; @@ -597,6 +581,14 @@ select { left: auto; } } @media only screen and (min-width:64.063em) { + .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%; @@ -691,476 +683,225 @@ select { padding-right: 0.9375rem; float: left; } .large-1 { - position: relative; width: 8.33333%; } .large-2 { - position: relative; width: 16.66667%; } .large-3 { - position: relative; width: 25%; } .large-4 { - position: relative; width: 33.33333%; } .large-5 { - position: relative; width: 41.66667%; } .large-6 { - position: relative; width: 50%; } .large-7 { - position: relative; width: 58.33333%; } .large-8 { - position: relative; width: 66.66667%; } .large-9 { - position: relative; width: 75%; } .large-10 { - position: relative; width: 83.33333%; } .large-11 { - position: relative; width: 91.66667%; } .large-12 { - position: relative; width: 100%; } .large-offset-0 { - position: relative; - margin-left: 0%; } + margin-left: 0% !important; } .large-offset-1 { - position: relative; - margin-left: 8.33333%; } + margin-left: 8.33333% !important; } .large-offset-2 { - position: relative; - margin-left: 16.66667%; } + margin-left: 16.66667% !important; } .large-offset-3 { - position: relative; - margin-left: 25%; } + margin-left: 25% !important; } .large-offset-4 { - position: relative; - margin-left: 33.33333%; } + margin-left: 33.33333% !important; } .large-offset-5 { - position: relative; - margin-left: 41.66667%; } + margin-left: 41.66667% !important; } .large-offset-6 { - position: relative; - margin-left: 50%; } + margin-left: 50% !important; } .large-offset-7 { - position: relative; - margin-left: 58.33333%; } + margin-left: 58.33333% !important; } .large-offset-8 { - position: relative; - margin-left: 66.66667%; } + margin-left: 66.66667% !important; } .large-offset-9 { - position: relative; - margin-left: 75%; } + margin-left: 75% !important; } .large-offset-10 { - position: relative; - margin-left: 83.33333%; } - [class*="column"] + [class*="column"]:last-child { - float: right; } - [class*="column"] + [class*="column"].end { + margin-left: 83.33333% !important; } + .large-offset-11 { + margin-left: 91.66667% !important; } + .large-reset-order { + margin-left: 0; + margin-right: 0; + left: auto; + right: auto; float: left; } .column.large-centered, .columns.large-centered { - position: relative; margin-left: auto; margin-right: auto; - float: none !important; } + float: none; } .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; - float: left !important; } + float: left; } + .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 !important; } } - -@media only screen and (min-width:90.063em) { - .xlarge-push-1 { + float: right; } + .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; } - .xlarge-pull-1 { + .pull-1 { position: relative; right: 8.33333%; left: auto; } - .xlarge-push-2 { + .push-2 { position: relative; left: 16.66667%; right: auto; } - .xlarge-pull-2 { + .pull-2 { position: relative; right: 16.66667%; left: auto; } - .xlarge-push-3 { + .push-3 { position: relative; left: 25%; right: auto; } - .xlarge-pull-3 { + .pull-3 { position: relative; right: 25%; left: auto; } - .xlarge-push-4 { + .push-4 { position: relative; left: 33.33333%; right: auto; } - .xlarge-pull-4 { + .pull-4 { position: relative; right: 33.33333%; left: auto; } - .xlarge-push-5 { + .push-5 { position: relative; left: 41.66667%; right: auto; } - .xlarge-pull-5 { + .pull-5 { position: relative; right: 41.66667%; left: auto; } - .xlarge-push-6 { + .push-6 { position: relative; left: 50%; right: auto; } - .xlarge-pull-6 { + .pull-6 { position: relative; right: 50%; left: auto; } - .xlarge-push-7 { + .push-7 { position: relative; left: 58.33333%; right: auto; } - .xlarge-pull-7 { + .pull-7 { position: relative; right: 58.33333%; left: auto; } - .xlarge-push-8 { + .push-8 { position: relative; left: 66.66667%; right: auto; } - .xlarge-pull-8 { + .pull-8 { position: relative; right: 66.66667%; left: auto; } - .xlarge-push-9 { + .push-9 { position: relative; left: 75%; right: auto; } - .xlarge-pull-9 { + .pull-9 { position: relative; right: 75%; left: auto; } - .xlarge-push-10 { + .push-10 { position: relative; left: 83.33333%; right: auto; } - .xlarge-pull-10 { + .pull-10 { position: relative; right: 83.33333%; left: auto; } - .xlarge-push-11 { + .push-11 { position: relative; left: 91.66667%; right: auto; } - .xlarge-pull-11 { + .pull-11 { position: relative; right: 91.66667%; - left: auto; } - .column, .columns { - position: relative; - padding-left: 0.9375rem; - padding-right: 0.9375rem; - float: left; } - .xlarge-1 { - position: relative; - width: 8.33333%; } - .xlarge-2 { - position: relative; - width: 16.66667%; } - .xlarge-3 { - position: relative; - width: 25%; } - .xlarge-4 { - position: relative; - width: 33.33333%; } - .xlarge-5 { - position: relative; - width: 41.66667%; } - .xlarge-6 { - position: relative; - width: 50%; } - .xlarge-7 { - position: relative; - width: 58.33333%; } - .xlarge-8 { - position: relative; - width: 66.66667%; } - .xlarge-9 { - position: relative; - width: 75%; } - .xlarge-10 { - position: relative; - width: 83.33333%; } - .xlarge-11 { - position: relative; - width: 91.66667%; } - .xlarge-12 { - position: relative; - width: 100%; } - .xlarge-offset-0 { - position: relative; - margin-left: 0%; } - .xlarge-offset-1 { - position: relative; - margin-left: 8.33333%; } - .xlarge-offset-2 { - position: relative; - margin-left: 16.66667%; } - .xlarge-offset-3 { - position: relative; - margin-left: 25%; } - .xlarge-offset-4 { - position: relative; - margin-left: 33.33333%; } - .xlarge-offset-5 { - position: relative; - margin-left: 41.66667%; } - .xlarge-offset-6 { - position: relative; - margin-left: 50%; } - .xlarge-offset-7 { - position: relative; - margin-left: 58.33333%; } - .xlarge-offset-8 { - position: relative; - margin-left: 66.66667%; } - .xlarge-offset-9 { - position: relative; - margin-left: 75%; } - .xlarge-offset-10 { - position: relative; - margin-left: 83.33333%; } - [class*="column"] + [class*="column"]:last-child { - float: right; } - [class*="column"] + [class*="column"].end { - float: left; } - .column.xlarge-centered, .columns.xlarge-centered { - position: relative; - margin-left: auto; - margin-right: auto; - float: none !important; } - .column.xlarge-uncentered, .columns.xlarge-uncentered { - margin-left: 0; - margin-right: 0; - float: left !important; } - .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite { - float: right !important; } } + left: auto; } } -@media only screen and (min-width:120.063em) { - .xxlarge-push-1 { - position: relative; - left: 8.33333%; - right: auto; } - .xxlarge-pull-1 { - position: relative; - right: 8.33333%; - left: auto; } - .xxlarge-push-2 { - position: relative; - left: 16.66667%; - right: auto; } - .xxlarge-pull-2 { - position: relative; - right: 16.66667%; - left: auto; } - .xxlarge-push-3 { - position: relative; - left: 25%; - right: auto; } - .xxlarge-pull-3 { - position: relative; - right: 25%; - left: auto; } - .xxlarge-push-4 { - position: relative; - left: 33.33333%; - right: auto; } - .xxlarge-pull-4 { - position: relative; - right: 33.33333%; - left: auto; } - .xxlarge-push-5 { - position: relative; - left: 41.66667%; - right: auto; } - .xxlarge-pull-5 { - position: relative; - right: 41.66667%; - left: auto; } - .xxlarge-push-6 { - position: relative; - left: 50%; - right: auto; } - .xxlarge-pull-6 { - position: relative; - right: 50%; - left: auto; } - .xxlarge-push-7 { - position: relative; - left: 58.33333%; - right: auto; } - .xxlarge-pull-7 { - position: relative; - right: 58.33333%; - left: auto; } - .xxlarge-push-8 { - position: relative; - left: 66.66667%; - right: auto; } - .xxlarge-pull-8 { - position: relative; - right: 66.66667%; - left: auto; } - .xxlarge-push-9 { - position: relative; - left: 75%; - right: auto; } - .xxlarge-pull-9 { - position: relative; - right: 75%; - left: auto; } - .xxlarge-push-10 { - position: relative; - left: 83.33333%; - right: auto; } - .xxlarge-pull-10 { - position: relative; - right: 83.33333%; - left: auto; } - .xxlarge-push-11 { - position: relative; - left: 91.66667%; - right: auto; } - .xxlarge-pull-11 { - position: relative; - right: 91.66667%; - left: auto; } - .column, .columns { - position: relative; - padding-left: 0.9375rem; - padding-right: 0.9375rem; - float: left; } - .xxlarge-1 { - position: relative; - width: 8.33333%; } - .xxlarge-2 { - position: relative; - width: 16.66667%; } - .xxlarge-3 { - position: relative; - width: 25%; } - .xxlarge-4 { - position: relative; - width: 33.33333%; } - .xxlarge-5 { - position: relative; - width: 41.66667%; } - .xxlarge-6 { - position: relative; - width: 50%; } - .xxlarge-7 { - position: relative; - width: 58.33333%; } - .xxlarge-8 { - position: relative; - width: 66.66667%; } - .xxlarge-9 { - position: relative; - width: 75%; } - .xxlarge-10 { - position: relative; - width: 83.33333%; } - .xxlarge-11 { - position: relative; - width: 91.66667%; } - .xxlarge-12 { - position: relative; - width: 100%; } - .xxlarge-offset-0 { - position: relative; - margin-left: 0%; } - .xxlarge-offset-1 { - position: relative; - margin-left: 8.33333%; } - .xxlarge-offset-2 { - position: relative; - margin-left: 16.66667%; } - .xxlarge-offset-3 { - position: relative; - margin-left: 25%; } - .xxlarge-offset-4 { - position: relative; - margin-left: 33.33333%; } - .xxlarge-offset-5 { - position: relative; - margin-left: 41.66667%; } - .xxlarge-offset-6 { - position: relative; - margin-left: 50%; } - .xxlarge-offset-7 { - position: relative; - margin-left: 58.33333%; } - .xxlarge-offset-8 { - position: relative; - margin-left: 66.66667%; } - .xxlarge-offset-9 { - position: relative; - margin-left: 75%; } - .xxlarge-offset-10 { - position: relative; - margin-left: 83.33333%; } - [class*="column"] + [class*="column"]:last-child { - float: right; } - [class*="column"] + [class*="column"].end { - float: left; } - .column.xxlarge-centered, .columns.xxlarge-centered { - position: relative; - margin-left: auto; - margin-right: auto; - float: none !important; } - .column.xxlarge-uncentered, .columns.xxlarge-uncentered { - margin-left: 0; - margin-right: 0; - float: left !important; } - .column.xxlarge-uncentered.opposite, .columns.xxlarge-uncentered.opposite { - float: right !important; } } +/* + Mixin: accordion-container() + Decription: Responsible for the container component of accordions, generating styles relating to a margin of zero and a clearfix + + Explicit Dependencies: a clearfix mixin *is* defined. + + Implicit Dependencies: None + +*/ +/* + Mixin: accordion-navigation( $bg, $hover-bg, $active-bg, $padding, $active_class, $font-color, $font-size, $font-family){ + + @params $bg-color: [ color or string ]: Specify the background color for the navigation element + @params $hover-bg-color [ color or string ]: Specify the background color for the navigation element when hovered + @params $active-bg [ color or string ]: Specify the background color for the navigation element when clicked and not released. + @params $active_class [ string ]: Specify the class name used to keep track of which accordion tab should be visible + @params $font-color [ color or string ]: Color of the font for accordion + @params $font-size [ number ]: Specifiy the font-size of the text inside the navigation element + @params $font-family [ string ]: Specify the font family for the text of the navigation of the accorion +*/ +/* + + Mixin: accordion-content($bg, $padding, $active-class) + @params $padding [ number ]: Padding for the content of the container + @params $bg [ color ]: Background color for the content when it's visible + @params $active_class [ string ]: Class name used to keep track of which accordion tab should be visible. +*/ .accordion { - *zoom: 1; margin-bottom: 0; } .accordion:before, .accordion:after { content: " "; display: table; } .accordion:after { clear: both; } - .accordion dd { + .accordion .accordion-navigation, .accordion dd { display: block; margin-bottom: 0 !important; } - .accordion dd.active a { - background: #e7e7e7; } - .accordion dd > a { + .accordion .accordion-navigation.active > a, .accordion dd.active > a { + background: #e8e8e8; } + .accordion .accordion-navigation > a, .accordion dd > a { background: #efefef; color: #222222; padding: 1rem; display: block; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 1rem; } - .accordion dd > a:hover { - background: #e2e2e2; } - .accordion .content { - display: none; - padding: 0.9375rem; } - .accordion .content.active { - display: block; - background: white; } + .accordion .accordion-navigation > a:hover, .accordion dd > a:hover { + background: #e3e3e3; } + .accordion .accordion-navigation > .content, .accordion dd > .content { + display: none; + padding: 0.9375rem; } + .accordion .accordion-navigation > .content.active, .accordion dd > .content.active { + display: block; + background: white; } .alert-box { border-style: solid; @@ -1171,8 +912,9 @@ select { position: relative; padding: 0.875rem 1.5rem 0.875rem 0.875rem; font-size: 0.8125rem; + transition: opacity 300ms ease-out; background-color: #9b160d; - border-color: #83110b; + border-color: #85110b; color: white; } .alert-box .close { font-size: 1.375rem; @@ -1187,44 +929,43 @@ select { .alert-box .close:hover, .alert-box .close:focus { opacity: 0.5; } .alert-box.radius { - -webkit-border-radius: 3px; border-radius: 3px; } .alert-box.round { - -webkit-border-radius: 1000px; border-radius: 1000px; } .alert-box.success { background-color: #43ac6a; - border-color: #3c9a5e; + border-color: #3a945b; color: white; } .alert-box.alert { background-color: #f04124; - border-color: #ea2d10; + border-color: #de2b0f; color: white; } .alert-box.secondary { background-color: #e7e7e7; - border-color: #dadada; - color: #4e4e4e; } + border-color: #c7c7c7; + color: #4f4f4f; } .alert-box.warning { background-color: #f08a24; - border-color: #ea7d10; + border-color: #de770f; color: white; } .alert-box.info { background-color: #a0d3e8; - border-color: #8bcae3; - color: #4e4e4e; } + border-color: #74bfdd; + color: #4f4f4f; } + .alert-box.alert-close { + opacity: 0; } [class*="block-grid-"] { display: block; padding: 0; - margin: 0 -0.625rem; - *zoom: 1; } + 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: inline; + display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; } @@ -1232,85 +973,85 @@ select { @media only screen { .small-block-grid-1 > li { width: 100%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-1 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 50%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-2 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 33.33333%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-3 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 25%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-4 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 20%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-5 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 16.66667%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-6 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 14.28571%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-7 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 12.5%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-8 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 11.11111%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-9 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 10%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-10 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 9.09091%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-11 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 8.33333%; - padding: 0 0.625rem 1.25rem; } - .small-block-grid-12 > li:nth-of-type(n) { + list-style: none; } + .small-block-grid-12 > li:nth-of-type(1n) { clear: none; } .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @@ -1318,85 +1059,85 @@ select { @media only screen and (min-width:40.063em) { .medium-block-grid-1 > li { width: 100%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-1 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 50%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-2 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 33.33333%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-3 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 25%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-4 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 20%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-5 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 16.66667%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-6 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 14.28571%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-7 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 12.5%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-8 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 11.11111%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-9 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 10%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-10 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 9.09091%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-11 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 8.33333%; - padding: 0 0.625rem 1.25rem; } - .medium-block-grid-12 > li:nth-of-type(n) { + list-style: none; } + .medium-block-grid-12 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @@ -1404,85 +1145,85 @@ select { @media only screen and (min-width:64.063em) { .large-block-grid-1 > li { width: 100%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-1 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 50%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-2 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 33.33333%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-3 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 25%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-4 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 20%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-5 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 16.66667%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-6 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 14.28571%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-7 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 12.5%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-8 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 11.11111%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-9 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 10%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-10 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 9.09091%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-11 > li:nth-of-type(n) { + list-style: none; } + .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 { width: 8.33333%; - padding: 0 0.625rem 1.25rem; } - .large-block-grid-12 > li:nth-of-type(n) { + list-style: none; } + .large-block-grid-12 > li:nth-of-type(1n) { clear: none; } .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @@ -1496,18 +1237,18 @@ select { border-style: solid; border-width: 1px; background-color: #f4f4f4; - border-color: #dbdbdb; - -webkit-border-radius: 3px; + border-color: gainsboro; border-radius: 3px; } .breadcrumbs > * { margin: 0; float: left; font-size: 0.6875rem; - text-transform: uppercase; } + line-height: 0.6875rem; + text-transform: uppercase; + color: #9b160d; } .breadcrumbs > *:hover a, .breadcrumbs > *:focus a { text-decoration: underline; } - .breadcrumbs > * a, .breadcrumbs > * span { - text-transform: uppercase; + .breadcrumbs > * a { color: #9b160d; } .breadcrumbs > *.current { cursor: default; @@ -1536,6 +1277,8 @@ select { margin: 0; } button, .button { + border-style: solid; + border-width: 0px; cursor: pointer; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; @@ -1544,50 +1287,44 @@ button, .button { 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; - /* @else { font-size: $padding - rem-calc(2); } */ background-color: #9b160d; - border-color: #83110b; + border-color: #7c100a; color: white; - -webkit-transition: background-color 300ms ease-out; - -moz-transition: background-color 300ms ease-out; - transition: background-color 300ms ease-out; - padding-top: 1.0625rem; - padding-bottom: 1rem; - -webkit-appearance: none; - border: none; - font-weight: normal !important; } + transition: background-color 300ms ease-out; } button:hover, button:focus, .button:hover, .button:focus { - background-color: #83110b; } + background-color: #7c100a; } button:hover, button:focus, .button:hover, .button:focus { color: white; } button.secondary, .button.secondary { background-color: #e7e7e7; - border-color: #dadada; + border-color: #b9b9b9; color: #333333; } button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { - background-color: #dadada; } + 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: #3c9a5e; + border-color: #368a54; color: white; } button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { - background-color: #3c9a5e; } + background-color: #368a54; } button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { color: white; } button.alert, .button.alert { background-color: #f04124; - border-color: #ea2d10; + border-color: #cf280e; color: white; } button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { - background-color: #ea2d10; } + background-color: #cf280e; } button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { color: white; } button.large, .button.large { @@ -1595,22 +1332,19 @@ button, .button { padding-right: 2.25rem; padding-bottom: 1.1875rem; padding-left: 2.25rem; - font-size: 1.25rem; - /* @else { font-size: $padding - rem-calc(2); } */ } + font-size: 1.25rem; } button.small, .button.small { padding-top: 0.875rem; padding-right: 1.75rem; padding-bottom: 0.9375rem; padding-left: 1.75rem; - font-size: 0.8125rem; - /* @else { font-size: $padding - rem-calc(2); } */ } + font-size: 0.8125rem; } button.tiny, .button.tiny { padding-top: 0.625rem; padding-right: 1.25rem; padding-bottom: 0.6875rem; padding-left: 1.25rem; - font-size: 0.6875rem; - /* @else { font-size: $padding - rem-calc(2); } */ } + font-size: 0.6875rem; } button.expand, .button.expand { padding-right: 0; padding-left: 0; @@ -1622,63 +1356,57 @@ button, .button { text-align: right; padding-right: 0.75rem; } button.radius, .button.radius { - -webkit-border-radius: 3px; border-radius: 3px; } button.round, .button.round { - -webkit-border-radius: 1000px; border-radius: 1000px; } button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: #9b160d; - border-color: #83110b; + border-color: #7c100a; color: white; cursor: default; opacity: 0.7; - -webkit-box-shadow: none; box-shadow: none; } 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: #83110b; } + background-color: #7c100a; } 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; } 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: #9b160d; } button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary { background-color: #e7e7e7; - border-color: #dadada; + border-color: #b9b9b9; color: #333333; cursor: default; opacity: 0.7; - -webkit-box-shadow: none; box-shadow: none; } 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: #dadada; } + 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: #3c9a5e; + border-color: #368a54; color: white; cursor: default; opacity: 0.7; - -webkit-box-shadow: none; box-shadow: none; } 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: #3c9a5e; } + background-color: #368a54; } 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; } 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: #ea2d10; + border-color: #cf280e; color: white; cursor: default; opacity: 0.7; - -webkit-box-shadow: none; box-shadow: none; } 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: #ea2d10; } + background-color: #cf280e; } 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; } 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 { @@ -1691,131 +1419,138 @@ button, .button { .button-group { list-style: none; margin: 0; - *zoom: 1; } + left: 0; } .button-group:before, .button-group:after { content: " "; display: table; } .button-group:after { clear: both; } - .button-group > * { + .button-group > li { margin: 0; float: left; } - .button-group > * > button, .button-group > * .button { - border-right: 1px solid; + .button-group > li > button, .button-group > li .button { + border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); } - .button-group > *:first-child { + .button-group > li:first-child button, .button-group > li:first-child .button { + border-left: 0; } + .button-group > li:first-child { margin-left: 0; } .button-group.radius > * > button, .button-group.radius > * .button { - border-right: 1px solid; + 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 { - -moz-border-radius-bottomleft: 3px; - -moz-border-radius-topleft: 3px; - -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 { - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 3px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; } .button-group.round > * > button, .button-group.round > * .button { - border-right: 1px solid; + 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 { - -moz-border-radius-bottomleft: 1000px; - -moz-border-radius-topleft: 1000px; - -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 { - -moz-border-radius-topright: 1000px; - -moz-border-radius-bottomright: 1000px; - -webkit-border-top-right-radius: 1000px; - -webkit-border-bottom-right-radius: 1000px; - border-top-right-radius: 1000px; - border-bottom-right-radius: 1000px; } + border-bottom-right-radius: 1000px; + border-top-right-radius: 1000px; } .button-group.even-2 li { width: 50%; } .button-group.even-2 li > button, .button-group.even-2 li .button { - border-right: 1px solid; + 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 { width: 33.33333%; } .button-group.even-3 li > button, .button-group.even-3 li .button { - border-right: 1px solid; + 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 { width: 25%; } .button-group.even-4 li > button, .button-group.even-4 li .button { - border-right: 1px solid; + 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 { width: 20%; } .button-group.even-5 li > button, .button-group.even-5 li .button { - border-right: 1px solid; + 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 { width: 16.66667%; } .button-group.even-6 li > button, .button-group.even-6 li .button { - border-right: 1px solid; + 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 { width: 14.28571%; } .button-group.even-7 li > button, .button-group.even-7 li .button { - border-right: 1px solid; + 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 { width: 12.5%; } .button-group.even-8 li > button, .button-group.even-8 li .button { - border-right: 1px solid; + 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-bar { - *zoom: 1; } - .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; } +.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; } /* Clearing Styles */ -[data-clearing] { - *zoom: 1; +.clearing-thumbs, [data-clearing] { margin-bottom: 0; margin-left: 0; list-style: none; } - [data-clearing]:before, [data-clearing]:after { + .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after { content: " "; display: table; } - [data-clearing]:after { + .clearing-thumbs:after, [data-clearing]:after { clear: both; } - [data-clearing] li { + .clearing-thumbs li, [data-clearing] li { float: left; margin-right: 10px; } + .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li { + margin-right: 0; } .clearing-blackout { background: #333333; @@ -1835,6 +1570,13 @@ button, .button { overflow: hidden; margin: 0; } +.clearing-touch-label { + position: absolute; + top: 50%; + left: 50%; + color: #aaaaaa; + font-size: 0.6em; } + .visible-img { height: 95%; position: relative; } @@ -1929,13 +1671,13 @@ button, .button { padding: 0; position: relative; cursor: pointer; - opacity: 0.4; } + opacity: 0.4; + clear: none; } .clearing-assembled .clearing-container .carousel > ul li.fix-height img { height: 100%; max-width: none; } .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; - -webkit-box-shadow: none; box-shadow: none; display: block; } .clearing-assembled .clearing-container .carousel > ul li img { @@ -1956,15 +1698,10 @@ button, .button { padding-left: 0; padding-top: 0; } } -@media only screen and (max-width: 40em) { - .f-dropdown { - max-width: 100%; - left: 0; } } - /* Foundation Dropdowns */ .f-dropdown { position: absolute; - top: -9999px; + left: -9999px; list-style: none; margin-left: 0; width: 100%; @@ -1972,7 +1709,7 @@ button, .button { height: auto; background: white; border: solid 1px #cccccc; - font-size: 16px; + font-size: 0.875rem; z-index: 99; margin-top: 2px; max-width: 200px; } @@ -2010,6 +1747,141 @@ button, .button { .f-dropdown.right:after { left: auto; right: 9px; } + .f-dropdown.drop-right { + position: absolute; + left: -9999px; + list-style: none; + margin-left: 0; + width: 100%; + max-height: none; + height: auto; + background: white; + border: solid 1px #cccccc; + font-size: 0.875rem; + z-index: 99; + margin-top: 0; + margin-left: 2px; + max-width: 200px; } + .f-dropdown.drop-right > *:first-child { + margin-top: 0; } + .f-dropdown.drop-right > *:last-child { + margin-bottom: 0; } + .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: 99; } + .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: 98; } + .f-dropdown.drop-left { + position: absolute; + left: -9999px; + list-style: none; + margin-left: 0; + width: 100%; + max-height: none; + height: auto; + background: white; + border: solid 1px #cccccc; + font-size: 0.875rem; + z-index: 99; + margin-top: 0; + margin-left: -2px; + max-width: 200px; } + .f-dropdown.drop-left > *:first-child { + margin-top: 0; } + .f-dropdown.drop-left > *:last-child { + margin-bottom: 0; } + .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: 99; } + .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: 98; } + .f-dropdown.drop-top { + position: absolute; + left: -9999px; + list-style: none; + margin-left: 0; + width: 100%; + max-height: none; + height: auto; + background: white; + border: solid 1px #cccccc; + font-size: 0.875rem; + z-index: 99; + margin-top: -2px; + margin-left: 0; + max-width: 200px; } + .f-dropdown.drop-top > *:first-child { + margin-top: 0; } + .f-dropdown.drop-top > *:last-child { + margin-bottom: 0; } + .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: 99; } + .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: 98; } .f-dropdown li { font-size: 0.875rem; cursor: pointer; @@ -2023,7 +1895,7 @@ button, .button { color: #555555; } .f-dropdown.content { position: absolute; - top: -9999px; + left: -9999px; list-style: none; margin-left: 0; padding: 1.25rem; @@ -2032,7 +1904,7 @@ button, .button { max-height: none; background: white; border: solid 1px #cccccc; - font-size: 16px; + font-size: 0.875rem; z-index: 99; max-width: 200px; } .f-dropdown.content > *:first-child { @@ -2048,10 +1920,10 @@ button, .button { .f-dropdown.large { max-width: 800px; } -.dropdown.button { +.dropdown.button, button.dropdown { position: relative; padding-right: 3.5625rem; } - .dropdown.button:before { + .dropdown.button:after, button.dropdown:after { position: absolute; content: ""; width: 0; @@ -2060,37 +1932,37 @@ button, .button { border-style: solid; border-color: white transparent transparent transparent; top: 50%; } - .dropdown.button:before { + .dropdown.button:after, button.dropdown:after { border-width: 0.375rem; right: 1.40625rem; margin-top: -0.15625rem; } - .dropdown.button:before { + .dropdown.button:after, button.dropdown:after { border-color: white transparent transparent transparent; } - .dropdown.button.tiny { + .dropdown.button.tiny, button.dropdown.tiny { padding-right: 2.625rem; } - .dropdown.button.tiny:before { + .dropdown.button.tiny:before, button.dropdown.tiny:before { border-width: 0.375rem; right: 1.125rem; margin-top: -0.125rem; } - .dropdown.button.tiny:before { + .dropdown.button.tiny:after, button.dropdown.tiny:after { border-color: white transparent transparent transparent; } - .dropdown.button.small { + .dropdown.button.small, button.dropdown.small { padding-right: 3.0625rem; } - .dropdown.button.small:before { + .dropdown.button.small:after, button.dropdown.small:after { border-width: 0.4375rem; right: 1.3125rem; margin-top: -0.15625rem; } - .dropdown.button.small:before { + .dropdown.button.small:after, button.dropdown.small:after { border-color: white transparent transparent transparent; } - .dropdown.button.large { + .dropdown.button.large, button.dropdown.large { padding-right: 3.625rem; } - .dropdown.button.large:before { + .dropdown.button.large:after, button.dropdown.large:after { border-width: 0.3125rem; right: 1.71875rem; margin-top: -0.15625rem; } - .dropdown.button.large:before { + .dropdown.button.large:after, button.dropdown.large:after { border-color: white transparent transparent transparent; } - .dropdown.button.secondary:before { + .dropdown.button.secondary:after, button.dropdown.secondary:after { border-color: #333333 transparent transparent transparent; } .flex-video { @@ -2101,7 +1973,7 @@ button, .button { margin-bottom: 1rem; overflow: hidden; } .flex-video.widescreen { - padding-bottom: 57.25%; } + padding-bottom: 56.34%; } .flex-video.vimeo { padding-top: 0; } .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { @@ -2125,10 +1997,8 @@ form .row .row { form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; } form .row .row.collapse input { - -moz-border-radius-bottomright: 0; - -moz-border-radius-topright: 0; - -webkit-border-bottom-right-radius: 0; - -webkit-border-top-right-radius: 0; } + border-bottom-right-radius: 0; + border-top-right-radius: 0; } form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.5rem; } @@ -2139,43 +2009,21 @@ label { cursor: pointer; display: block; font-weight: normal; - margin-bottom: 0.5rem; + line-height: 1.5; + margin-bottom: 0; /* Styles for required inputs */ } label.right { - float: none; + float: none !important; text-align: right; } label.inline { margin: 0 0 1rem 0; - padding: 0.625rem 0; } + padding: 0.5625rem 0; } label small { text-transform: capitalize; - color: #676767; } + color: #686868; } -select { - -webkit-appearance: none !important; - background: #fafafa url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat; - background-position-x: 97%; - background-position-y: center; - border: 1px solid #cccccc; - padding: 0.5rem; - font-size: 0.875rem; - -webkit-border-radius: 0; - border-radius: 0; } - select.radius { - -webkit-border-radius: 3px; - border-radius: 3px; } - select:hover { - background: #f2f2f2 url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==') no-repeat; - background-position-x: 97%; - background-position-y: center; - border-color: #999999; } - -@-moz-document url-prefix() { - select { - background: #fafafa; } - - select:hover { - background: #f2f2f2; } } +select::-ms-expand { + display: none; } /* Attach elements to the beginning or end of an input */ .prefix, .postfix { @@ -2213,115 +2061,52 @@ select { border: none; } .prefix.button.radius { - -webkit-border-radius: 0; border-radius: 0; - -moz-border-radius-bottomleft: 3px; - -moz-border-radius-topleft: 3px; - -webkit-border-bottom-left-radius: 3px; - -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .postfix.button.radius { - -webkit-border-radius: 0; border-radius: 0; - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 3px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; } .prefix.button.round { - -webkit-border-radius: 0; border-radius: 0; - -moz-border-radius-bottomleft: 1000px; - -moz-border-radius-topleft: 1000px; - -webkit-border-bottom-left-radius: 1000px; - -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; } .postfix.button.round { - -webkit-border-radius: 0; border-radius: 0; - -moz-border-radius-topright: 1000px; - -moz-border-radius-bottomright: 1000px; - -webkit-border-top-right-radius: 1000px; - -webkit-border-bottom-right-radius: 1000px; - border-top-right-radius: 1000px; - border-bottom-right-radius: 1000px; } + border-bottom-right-radius: 1000px; + border-top-right-radius: 1000px; } /* Separate prefix and postfix styles when on span or label so buttons keep their own */ span.prefix, label.prefix { background: #f2f2f2; - border-color: #d8d8d8; border-right: none; - color: #333333; } + color: #333333; + border-color: #cccccc; } span.prefix.radius, label.prefix.radius { - -webkit-border-radius: 0; border-radius: 0; - -moz-border-radius-bottomleft: 3px; - -moz-border-radius-topleft: 3px; - -webkit-border-bottom-left-radius: 3px; - -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } span.postfix, label.postfix { background: #f2f2f2; - border-color: #cccccc; border-left: none; - color: #333333; } + color: #333333; + border-color: #cccccc; } span.postfix.radius, label.postfix.radius { - -webkit-border-radius: 0; border-radius: 0; - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 3px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - -/* Input groups will automatically style first and last elements of the group */ -.input-group.radius > *:first-child, .input-group.radius > *:first-child * { - -moz-border-radius-bottomleft: 3px; - -moz-border-radius-topleft: 3px; - -webkit-border-bottom-left-radius: 3px; - -webkit-border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; } -.input-group.radius > *:last-child, .input-group.radius > *:last-child * { - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 3px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } -.input-group.round > *:first-child, .input-group.round > *:first-child * { - -moz-border-radius-bottomleft: 1000px; - -moz-border-radius-topleft: 1000px; - -webkit-border-bottom-left-radius: 1000px; - -webkit-border-top-left-radius: 1000px; - border-bottom-left-radius: 1000px; - border-top-left-radius: 1000px; } -.input-group.round > *:last-child, .input-group.round > *:last-child * { - -moz-border-radius-topright: 1000px; - -moz-border-radius-bottomright: 1000px; - -webkit-border-top-right-radius: 1000px; - -webkit-border-bottom-right-radius: 1000px; - border-top-right-radius: 1000px; - border-bottom-right-radius: 1000px; } + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; } /* We use this to get basic styling on all basic form elements */ input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { -webkit-appearance: none; - -webkit-border-radius: 0; - border-radius: 0; background-color: white; font-family: inherit; border: 1px solid #cccccc; - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; @@ -2330,26 +2115,48 @@ input[type="text"], input[type="password"], input[type="date"], input[type="date padding: 0.5rem; height: 2.3125rem; width: 100%; - -moz-box-sizing: border-box; -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; - -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out; - -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out; - transition: box-shadow 0.45s, border-color 0.45s ease-in-out; - -webkit-transition: all 0.15s linear; - -moz-transition: all 0.15s linear; - transition: all 0.15s linear; } + transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { - -webkit-box-shadow: 0 0 5px #999999; - -moz-box-shadow: 0 0 5px #999999; box-shadow: 0 0 5px #999999; border-color: #999999; } input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; border-color: #999999; outline: none; } - input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { + input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea { background-color: #dddddd; } + input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, textarea.radius { + border-radius: 3px; } + +input[type="submit"] { + -webkit-appearance: none; } + +/* Respect enforced amount of rows for textarea */ +textarea[rows] { + height: auto; } + +/* Add height value for select elements to match text input height */ +select { + -webkit-appearance: none !important; + background-color: #fafafa; + background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); + background-position: 100% center; + background-repeat: no-repeat; + border: 1px solid #cccccc; + padding: 0.5rem; + font-size: 0.875rem; + color: rgba(0, 0, 0, 0.75); + line-height: normal; + border-radius: 0; + height: 2.3125rem; } + select.radius { + border-radius: 3px; } + select:hover { + background-color: #f3f3f3; + border-color: #999999; } /* Adjust margin for form elements below */ input[type="file"], input[type="checkbox"], input[type="radio"], select { @@ -2368,7 +2175,7 @@ input[type="file"] { /* We add basic fieldset styling */ fieldset { - border: solid 1px #dddddd; + border: 1px solid #dddddd; padding: 1.25rem; margin: 1.125rem 0; } fieldset legend { @@ -2405,9 +2212,11 @@ span.error, small.error { .error input, .error textarea, .error select { margin-bottom: 0; } +.error input[type="checkbox"], .error input[type="radio"] { + margin-bottom: 1rem; } .error label, .error label.error { color: #f04124; } -.error > small, .error small.error { +.error small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; @@ -2417,6 +2226,15 @@ span.error, small.error { font-style: italic; background: #f04124; color: white; } +.error > label > small { + color: #686868; + background: transparent; + padding: 0; + text-transform: capitalize; + font-style: normal; + font-size: 60%; + margin: 0; + display: inline; } .error span.error-message { display: block; } @@ -2426,6 +2244,85 @@ input.error, textarea.error { label.error { color: #f04124; } +div.icon-bar { + width: 100%; + font-size: 0; + display: inline-block; + background: #333333; } + div.icon-bar > * { + text-align: center; + font-size: 1rem; + width: 25%; + margin: 0 auto; + display: block; + padding: 1.25rem; + float: left; } + div.icon-bar > * i, div.icon-bar > * img { + display: block; + margin: 0 auto; } + div.icon-bar > * i + label, div.icon-bar > * img + label { + margin-top: 0.0625rem; } + div.icon-bar > * i { + font-size: 1.875rem; + vertical-align: middle; } + div.icon-bar > * img { + width: 1.875rem; + height: 1.875rem; } + div.icon-bar.label-right > * i, div.icon-bar.label-right > * img { + margin: 0 0.0625rem 0 0; + display: inline-block; } + div.icon-bar.label-right > * i + label, div.icon-bar.label-right > * img + label { + margin-top: 0; } + div.icon-bar.label-right > * label { + display: inline-block; } + div.icon-bar.vertical.label-right > * { + text-align: left; } + div.icon-bar.vertical { + height: 100%; + width: auto; } + div.icon-bar.vertical .item { + width: auto; + margin: auto; + float: none; } + div.icon-bar > * { + font-size: 1rem; + padding: 1.25rem; } + div.icon-bar > * i + label, div.icon-bar > * img + label { + margin-top: 0.0625rem; } + div.icon-bar > * i { + font-size: 1.875rem; } + div.icon-bar > * img { + width: 1.875rem; + height: 1.875rem; } + div.icon-bar > *:hover { + background: #9b160d; } + div.icon-bar > * label { + color: white; } + div.icon-bar > * i { + color: white; } + +/* toolbar styles */ +.icon-bar.two-up .item { + width: 50%; } +.icon-bar.two-up.vertical .item { + width: auto; } +.icon-bar.three-up .item { + width: 33.3333%; } +.icon-bar.three-up.vertical .item { + width: auto; } +.icon-bar.four-up .item { + width: 25%; } +.icon-bar.four-up.vertical .item { + width: auto; } +.icon-bar.five-up .item { + width: 20%; } +.icon-bar.five-up.vertical .item { + width: auto; } +.icon-bar.six-up .item { + width: 16.66667%; } +.icon-bar.six-up.vertical .item { + width: auto; } + .inline-list { margin: 0 auto 1.0625rem auto; margin-left: -1.375rem; @@ -2551,8 +2448,6 @@ label.error { position: absolute; border-radius: 3px; z-index: 102; - -moz-box-shadow: 0 0 30px white; - -webkit-box-shadow: 0 0 15px white; box-shadow: 0 0 15px white; } .joyride-expose-cover { @@ -2563,7 +2458,7 @@ label.error { top: 0; left: 0; } -/* Styles for screens that are atleast 768px; */ +/* Styles for screens that are at least 768px; */ @media only screen and (min-width:40.063em) { .joyride-tip-guide { width: 300px; @@ -2593,15 +2488,14 @@ label.error { .keystroke, kbd { background-color: #ededed; - border-color: #dbdbdb; + border-color: gainsboro; color: #222222; border-style: solid; border-width: 1px; margin: 0; font-family: "Consolas", "Menlo", "Courier", monospace; - font-size: 0.875rem; + font-size: inherit; padding: 0.125rem 0.25rem 0; - -webkit-border-radius: 3px; border-radius: 3px; } .label { @@ -2619,10 +2513,8 @@ label.error { background-color: #9b160d; color: white; } .label.radius { - -webkit-border-radius: 3px; border-radius: 3px; } .label.round { - -webkit-border-radius: 1000px; border-radius: 1000px; } .label.alert { background-color: #f04124; @@ -2634,16 +2526,16 @@ label.error { background-color: #e7e7e7; color: #333333; } -[data-magellan-expedition] { +[data-magellan-expedition], [data-magellan-expedition-clone] { background: white; z-index: 50; min-width: 100%; padding: 10px; } - [data-magellan-expedition] .sub-nav { + [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav { margin-bottom: 0; } - [data-magellan-expedition] .sub-nav dd { + [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd { margin-bottom: 0; } - [data-magellan-expedition] .sub-nav .active { + [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a { line-height: 1.8em; } @-webkit-keyframes rotate { @@ -2690,36 +2582,24 @@ label.error { display: block; } .slideshow-wrapper .orbit-container li .orbit-caption { display: block; } - -.preloader { - display: block; - width: 40px; - height: 40px; - position: absolute; - top: 50%; - left: 50%; - margin-top: -20px; - margin-left: -20px; - border: solid 3px; - border-color: #555555 white; - -webkit-border-radius: 1000px; - border-radius: 1000px; - -webkit-animation-name: rotate; - -webkit-animation-duration: 1.5s; - -webkit-animation-iteration-count: infinite; - -webkit-animation-timing-function: linear; - -moz-animation-name: rotate; - -moz-animation-duration: 1.5s; - -moz-animation-iteration-count: infinite; - -moz-animation-timing-function: linear; - -o-animation-name: rotate; - -o-animation-duration: 1.5s; - -o-animation-iteration-count: infinite; - -o-animation-timing-function: linear; - animation-name: rotate; - animation-duration: 1.5s; - animation-iteration-count: infinite; - animation-timing-function: linear; } + .slideshow-wrapper .orbit-container .orbit-bullets li { + display: inline-block; } + .slideshow-wrapper .preloader { + display: block; + width: 40px; + height: 40px; + position: absolute; + top: 50%; + left: 50%; + margin-top: -20px; + margin-left: -20px; + border: solid 3px; + border-color: #555555 white; + border-radius: 1000px; + animation-name: rotate; + animation-duration: 1.5s; + animation-iteration-count: infinite; + animation-timing-function: linear; } .orbit-container { overflow: hidden; @@ -2730,7 +2610,8 @@ label.error { list-style: none; margin: 0; padding: 0; - position: relative; } + position: relative; + -webkit-transform: translateZ(0); } .orbit-container .orbit-slides-container img { display: block; max-width: 100%; } @@ -2747,7 +2628,7 @@ label.error { background-color: rgba(51, 51, 51, 0.8); color: white; width: 100%; - padding: 10px 14px; + padding: 0.625rem 0.875rem; font-size: 0.875rem; } .orbit-container .orbit-slide-number { position: absolute; @@ -2791,10 +2672,11 @@ label.error { width: 11px; height: 14px; border: inset 8px; - border-right-style: solid; - border-color: transparent transparent transparent white; } + border-left-style: solid; + border-color: transparent; + border-left-color: white; } .orbit-container .orbit-timer.paused > span.dark { - border-color: transparent transparent transparent #333333; } + border-left-color: #333333; } .orbit-container:hover .orbit-timer > span { display: block; } .orbit-container .orbit-prev, .orbit-container .orbit-next { @@ -2805,6 +2687,7 @@ label.error { height: 60px; line-height: 50px; color: white; + background-color: transparent; text-indent: -9999px !important; z-index: 10; } .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover { @@ -2846,15 +2729,15 @@ label.error { top: 10px; float: none; text-align: center; - display: inline-block; } + display: block; } .orbit-bullets li { - display: block; + cursor: pointer; + display: inline-block; width: 0.5625rem; height: 0.5625rem; background: #cccccc; - float: left; + float: none; margin-right: 6px; - -webkit-border-radius: 1000px; border-radius: 1000px; } .orbit-bullets li.active { background: #999999; } @@ -2877,13 +2760,20 @@ label.error { height: auto !important; } .orbit-stack-on-small .orbit-slides-container > * { position: relative; - margin-left: 0% !important; } - .orbit-stack-on-small .orbit-timer, .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev, .orbit-stack-on-small .orbit-bullets { + margin: 0% !important; + opacity: 1 !important; } + .orbit-stack-on-small .orbit-slide-number { + display: none; } + .orbit-timer { + display: none; } + .orbit-next, .orbit-prev { + display: none; } + .orbit-bullets { display: none; } } ul.pagination { display: block; - height: 1.5rem; + min-height: 1.5rem; margin-left: -0.3125rem; } ul.pagination li { height: 1.5rem; @@ -2894,7 +2784,6 @@ ul.pagination { display: block; padding: 0.0625rem 0.625rem 0.0625rem; color: #999999; - -webkit-border-radius: 3px; border-radius: 3px; } ul.pagination li:hover a, ul.pagination li a:focus { background: #e6e6e6; } @@ -2925,7 +2814,7 @@ ul.pagination { .panel { border-style: solid; border-width: 1px; - border-color: #d8d8d8; + border-color: #d7d7d7; margin-bottom: 1.25rem; padding: 1.25rem; background: #f2f2f2; } @@ -2933,7 +2822,7 @@ ul.pagination { margin-top: 0; } .panel > :last-child { margin-bottom: 0; } - .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p { + .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl { color: #333333; } .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 { line-height: 1; @@ -2943,25 +2832,24 @@ ul.pagination { .panel.callout { border-style: solid; border-width: 1px; - border-color: #f8b0af; + border-color: #f8bebb; margin-bottom: 1.25rem; padding: 1.25rem; - background: #fcdfde; } + background: #fdedec; } .panel.callout > :first-child { margin-top: 0; } .panel.callout > :last-child { margin-bottom: 0; } - .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p { + .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl { color: #333333; } .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 { line-height: 1; margin-bottom: 0.625rem; } .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader { line-height: 1.4; } - .panel.callout a { + .panel.callout a:not(.button) { color: #9b160d; } .panel.radius { - -webkit-border-radius: 3px; border-radius: 3px; } /* Pricing Tables */ @@ -3014,7 +2902,7 @@ ul.pagination { .progress { background-color: #f6f6f6; height: 1.5625rem; - border: 1px solid #cccccc; + border: 1px solid white; padding: 0.125rem; margin-bottom: 0.625rem; } .progress .meter { @@ -3034,52 +2922,135 @@ ul.pagination { height: 100%; display: block; } .progress.radius { - -webkit-border-radius: 3px; border-radius: 3px; } .progress.radius .meter { - -webkit-border-radius: 2px; border-radius: 2px; } .progress.round { - -webkit-border-radius: 1000px; border-radius: 1000px; } .progress.round .meter { - -webkit-border-radius: 999px; border-radius: 999px; } +.range-slider { + display: block; + position: relative; + width: 100%; + height: 1rem; + border: 1px solid #dddddd; + margin: 1.25rem 0; + -ms-touch-action: none; + touch-action: none; + background: #fafafa; } + .range-slider.vertical-range { + display: block; + position: relative; + width: 100%; + height: 1rem; + border: 1px solid #dddddd; + margin: 1.25rem 0; + -ms-touch-action: none; + touch-action: none; + display: inline-block; + width: 1rem; + height: 12.5rem; } + .range-slider.vertical-range .range-slider-handle { + margin-top: 0; + margin-left: -0.5rem; + position: absolute; + bottom: -10.5rem; } + .range-slider.vertical-range .range-slider-active-segment { + width: 0.875rem; + height: auto; + bottom: 0; } + .range-slider.radius { + background: #fafafa; + border-radius: 3px; } + .range-slider.radius .range-slider-handle { + background: #9b160d; + border-radius: 3px; } + .range-slider.radius .range-slider-handle:hover { + background: #88120b; } + .range-slider.round { + background: #fafafa; + border-radius: 1000px; } + .range-slider.round .range-slider-handle { + background: #9b160d; + border-radius: 1000px; } + .range-slider.round .range-slider-handle:hover { + background: #88120b; } + .range-slider.disabled, .range-slider[disabled] { + background: #fafafa; + cursor: default; + opacity: 0.7; } + .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle { + background: #9b160d; + cursor: default; + opacity: 0.7; } + .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover { + background: #88120b; } + +.range-slider-active-segment { + display: inline-block; + position: absolute; + height: 0.875rem; + background: #e5e5e5; } + +.range-slider-handle { + display: inline-block; + position: absolute; + z-index: 1; + top: -0.3125rem; + width: 2rem; + height: 1.375rem; + border: 1px solid none; + cursor: pointer; + background: #9b160d; } + .range-slider-handle:hover { + background: #88120b; } + .reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: black; background: rgba(0, 0, 0, 0.45); - z-index: 98; + z-index: 99; display: none; top: 0; left: 0; } -.reveal-modal { +dialog, .reveal-modal { visibility: hidden; display: none; position: absolute; - left: 50%; - z-index: 99; - height: auto; - margin-left: -40%; - width: 80%; + z-index: 100; + width: 100vw; + top: 0; + left: 0; background-color: white; padding: 1.25rem; border: solid 1px #666666; - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); - top: 50px; } - .reveal-modal .column, .reveal-modal .columns { + box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } + @media only screen and (max-width: 40em) { + dialog, .reveal-modal { + min-height: 100vh; } } + @media only screen and (min-width:40.063em) { + dialog, .reveal-modal { + left: 50%; } } + dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns { min-width: 0; } - .reveal-modal > :first-child { + dialog > :first-child, .reveal-modal > :first-child { margin-top: 0; } - .reveal-modal > :last-child { + dialog > :last-child, .reveal-modal > :last-child { margin-bottom: 0; } - .reveal-modal .close-reveal-modal { - font-size: 1.375rem; + @media only screen and (min-width:40.063em) { + dialog, .reveal-modal { + margin-left: -40%; + width: 80%; } } + @media only screen and (min-width:40.063em) { + dialog, .reveal-modal { + top: 6.25rem; } } + dialog .close-reveal-modal, .reveal-modal .close-reveal-modal { + font-size: 2.5rem; line-height: 1; position: absolute; top: 0.5rem; @@ -3088,28 +3059,52 @@ ul.pagination { font-weight: bold; cursor: pointer; } +dialog[open] { + display: block; + visibility: visible; } + @media only screen and (min-width:40.063em) { - .reveal-modal { - padding: 1.875rem; - top: 6.25rem; } - .reveal-modal.tiny { - margin-left: -15%; - width: 30%; } - .reveal-modal.small { - margin-left: -20%; - width: 40%; } - .reveal-modal.medium { - margin-left: -30%; - width: 60%; } - .reveal-modal.large { - margin-left: -35%; - width: 70%; } - .reveal-modal.xlarge { - margin-left: -47.5%; - width: 95%; } } + dialog, .reveal-modal { + padding: 1.875rem; } + dialog.radius, .reveal-modal.radius { + border-radius: 3px; } + dialog.round, .reveal-modal.round { + border-radius: 1000px; } + dialog.collapse, .reveal-modal.collapse { + padding: 0; } + @media only screen and (min-width:40.063em) { + dialog.tiny, .reveal-modal.tiny { + margin-left: -15%; + width: 30%; } } + @media only screen and (min-width:40.063em) { + dialog.small, .reveal-modal.small { + margin-left: -20%; + width: 40%; } } + @media only screen and (min-width:40.063em) { + dialog.medium, .reveal-modal.medium { + margin-left: -30%; + width: 60%; } } + @media only screen and (min-width:40.063em) { + dialog.large, .reveal-modal.large { + margin-left: -35%; + width: 70%; } } + @media only screen and (min-width:40.063em) { + dialog.xlarge, .reveal-modal.xlarge { + margin-left: -47.5%; + width: 95%; } } + dialog.full, .reveal-modal.full { + top: 0; + left: 0; + height: 100vh; + min-height: 100vh; + margin-left: 0 !important; } + @media only screen and (min-width:40.063em) { + dialog.full, .reveal-modal.full { + margin-left: -50vw; + width: 100vw; } } } @media print { - .reveal-modal { + dialog, .reveal-modal { background: white !important; } } .side-nav { @@ -3117,16 +3112,21 @@ ul.pagination { margin: 0; padding: 0.875rem 0; list-style-type: none; - list-style-position: inside; + list-style-position: outside; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } .side-nav li { margin: 0 0 0.4375rem 0; font-size: 0.875rem; } - .side-nav li a { + .side-nav li a:not(.button) { display: block; - color: #9b160d; } - .side-nav li.active > a:first-child { - color: #4d4d4d; + color: #9b160d; + margin: 0; + padding: 0.4375rem 0.875rem; } + .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus { + background: rgba(0, 0, 0, 0.025); + color: #ec2c22; } + .side-nav li.active > a:first-child:not(.button) { + color: #ec2c22; font-weight: normal; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; } .side-nav li.divider { @@ -3134,7 +3134,12 @@ ul.pagination { height: 0; padding: 0; list-style: none; - border-top-color: #e6e6e6; } + border-top-color: white; } + .side-nav li.heading { + color: #9b160d; + font-size: 0.875rem; + font-weight: bold; + text-transform: uppercase; } .split.button { position: relative; @@ -3146,7 +3151,7 @@ ul.pagination { right: 0; top: 0; border-left: solid 1px; } - .split.button span:before { + .split.button span:after { position: absolute; content: ""; width: 0; @@ -3161,16 +3166,16 @@ ul.pagination { border-left-color: rgba(255, 255, 255, 0.5); } .split.button span { width: 3.09375rem; } - .split.button span:before { + .split.button span:after { border-top-style: solid; border-width: 0.375rem; top: 48%; margin-left: -0.375rem; } - .split.button span:before { + .split.button span:after { border-color: white transparent transparent transparent; } .split.button.secondary span { border-left-color: rgba(255, 255, 255, 0.5); } - .split.button.secondary span:before { + .split.button.secondary span:after { border-color: white transparent transparent transparent; } .split.button.alert span { border-left-color: rgba(255, 255, 255, 0.5); } @@ -3180,7 +3185,7 @@ ul.pagination { padding-right: 3.75rem; } .split.button.tiny span { width: 2.25rem; } - .split.button.tiny span:before { + .split.button.tiny span:after { border-top-style: solid; border-width: 0.375rem; top: 48%; @@ -3189,7 +3194,7 @@ ul.pagination { padding-right: 4.375rem; } .split.button.small span { width: 2.625rem; } - .split.button.small span:before { + .split.button.small span:after { border-top-style: solid; border-width: 0.4375rem; top: 48%; @@ -3198,29 +3203,21 @@ ul.pagination { padding-right: 5.5rem; } .split.button.large span { width: 3.4375rem; } - .split.button.large span:before { + .split.button.large span:after { border-top-style: solid; border-width: 0.3125rem; top: 48%; margin-left: -0.375rem; } .split.button.expand { padding-left: 2rem; } - .split.button.secondary span:before { + .split.button.secondary span:after { border-color: #333333 transparent transparent transparent; } .split.button.radius span { - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 3px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; } .split.button.round span { - -moz-border-radius-topright: 1000px; - -moz-border-radius-bottomright: 1000px; - -webkit-border-top-right-radius: 1000px; - -webkit-border-bottom-right-radius: 1000px; - border-top-right-radius: 1000px; - border-bottom-right-radius: 1000px; } + border-bottom-right-radius: 1000px; + border-top-right-radius: 1000px; } .sub-nav { display: block; @@ -3243,11 +3240,11 @@ ul.pagination { color: #999999; } .sub-nav dt a, .sub-nav dd a, .sub-nav li a { text-decoration: none; - color: #999999; } + color: #999999; + padding: 0.1875rem 1rem; } .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover { - color: #83110b; } + color: #737373; } .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a { - -webkit-border-radius: 3px; border-radius: 3px; font-weight: normal; background: #9b160d; @@ -3255,366 +3252,240 @@ ul.pagination { cursor: default; color: white; } .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover { - background: #83110b; } + background: #85110b; } -div.switch { - position: relative; - padding: 0; +div.switch label { + display: block; + margin-bottom: 1rem; + position: relative; + color: transparent; + background: #dddddd; + text-indent: 100%; + width: 4rem; + height: 2rem; + cursor: pointer; + transition: left 0.15s ease-out; } +div.switch input { + display: none; } + div.switch input + label { + margin-left: 0; + margin-right: 0; } +div.switch label:after { + content: ""; display: block; - overflow: hidden; - border-style: solid; - border-width: 1px; - margin-bottom: 1.25rem; - height: 2.25rem; background: white; - border-color: #cccccc; } - div.switch label { - position: relative; - left: 0; - z-index: 2; - float: left; - width: 50%; - height: 100%; - margin: 0; - font-weight: bold; - text-align: left; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; - transition: all 0.1s ease-out; } - div.switch input { - position: absolute; - z-index: 3; - opacity: 0; - width: 100%; - height: 100%; - -moz-appearance: none; } - div.switch input:hover, div.switch input:focus { - cursor: pointer; } - div.switch span:last-child { - position: absolute; - top: -1px; - left: -1px; - z-index: 1; - display: block; - padding: 0; - border-width: 1px; - border-style: solid; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; - transition: all 0.1s ease-out; } - div.switch input:not(:checked) + label { - opacity: 0; } - div.switch input:checked { - display: none !important; } - div.switch input { - left: 0; - display: block !important; } - div.switch input:first-of-type + label, div.switch input:first-of-type + span + label { - left: -50%; } - div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label { - left: 0%; } - div.switch input:last-of-type + label, div.switch input:last-of-type + span + label { - right: -50%; - left: auto; - text-align: right; } - div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label { - right: 0%; - left: auto; } - div.switch span.custom { - display: none !important; } - form.custom div.switch .hidden-field { - margin-left: auto; - position: absolute; - visibility: visible; } - div.switch label { - padding: 0; - line-height: 2.3rem; - font-size: 0.875rem; } - div.switch input:first-of-type:checked ~ span:last-child { - left: 100%; - margin-left: -2.1875rem; } - div.switch span:last-child { - width: 2.25rem; - height: 2.25rem; } - div.switch span:last-child { - border-color: #b3b3b3; - background: white; - background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); - background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); - background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%); - -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f3fbf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; - box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3fbf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; } - div.switch:hover span:last-child, div.switch:focus span:last-child { - background: white; - background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); - background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%); - background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%); } - div.switch:active { - background: transparent; } - div.switch.large { - height: 2.75rem; } - div.switch.large label { - padding: 0; - line-height: 2.3rem; - font-size: 1.0625rem; } - div.switch.large input:first-of-type:checked ~ span:last-child { - left: 100%; - margin-left: -2.6875rem; } - div.switch.large span:last-child { - width: 2.75rem; - height: 2.75rem; } - div.switch.small { - height: 1.75rem; } - div.switch.small label { - padding: 0; - line-height: 2.1rem; - font-size: 0.75rem; } - div.switch.small input:first-of-type:checked ~ span:last-child { - left: 100%; - margin-left: -1.6875rem; } - div.switch.small span:last-child { - width: 1.75rem; - height: 1.75rem; } - div.switch.tiny { - height: 1.375rem; } - div.switch.tiny label { - padding: 0; - line-height: 1.9rem; - font-size: 0.6875rem; } - div.switch.tiny input:first-of-type:checked ~ span:last-child { - left: 100%; - margin-left: -1.3125rem; } - div.switch.tiny span:last-child { - width: 1.375rem; - height: 1.375rem; } - div.switch.radius { - -webkit-border-radius: 4px; - border-radius: 4px; } - div.switch.radius span:last-child { - -webkit-border-radius: 3px; - border-radius: 3px; } - div.switch.round { - -webkit-border-radius: 1000px; - border-radius: 1000px; } - div.switch.round span:last-child { - -webkit-border-radius: 999px; - border-radius: 999px; } - div.switch.round label { - padding: 0 0.5625rem; } - -@-webkit-keyframes webkitSiblingBugfix { - from { - position: relative; } - - to { - position: relative; } } + position: absolute; + top: 0.25rem; + left: 0.25rem; + width: 1.5rem; + height: 1.5rem; + -webkit-transition: left 0.15s ease-out; + -moz-transition: left 0.15s ease-out; + transition: left 0.15s ease-out; } +div.switch input:checked + label { + background: #9b160d; } +div.switch input:checked + label:after { + left: 2.25rem; } +div.switch label { + width: 4rem; + height: 2rem; } +div.switch label:after { + width: 1.5rem; + height: 1.5rem; } +div.switch input:checked + label:after { + left: 2.25rem; } +div.switch label { + color: transparent; + background: #dddddd; } +div.switch label:after { + background: white; } +div.switch input:checked + label { + background: #9b160d; } +div.switch.large label { + width: 5rem; + height: 2.5rem; } +div.switch.large label:after { + width: 2rem; + height: 2rem; } +div.switch.large input:checked + label:after { + left: 2.75rem; } +div.switch.small label { + width: 3.5rem; + height: 1.75rem; } +div.switch.small label:after { + width: 1.25rem; + height: 1.25rem; } +div.switch.small input:checked + label:after { + left: 2rem; } +div.switch.tiny label { + width: 3rem; + height: 1.5rem; } +div.switch.tiny label:after { + width: 1rem; + height: 1rem; } +div.switch.tiny input:checked + label:after { + left: 1.75rem; } +div.switch.radius label { + border-radius: 4px; } +div.switch.radius label:after { + border-radius: 3px; } +div.switch.round { + border-radius: 1000px; } + div.switch.round label { + border-radius: 2rem; } + div.switch.round label:after { + border-radius: 2rem; } table { background: white; margin-bottom: 1.25rem; border: solid 1px #dddddd; } - table thead, table tfoot { - background: whitesmoke; + table caption { + background: transparent; + color: #222222; + font-size: 1rem; font-weight: bold; } - table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { + table thead { + background: whitesmoke; } + table thead tr th, table thead tr td { padding: 0.5rem 0.625rem 0.625rem; font-size: 0.875rem; - color: #222222; - text-align: left; } + font-weight: bold; + color: #222222; } + table tfoot { + background: whitesmoke; } + table tfoot tr th, table tfoot tr td { + padding: 0.5rem 0.625rem 0.625rem; + font-size: 0.875rem; + font-weight: bold; + color: #222222; } table tr th, table tr td { padding: 0.5625rem 0.625rem; font-size: 0.875rem; - color: #222222; } + color: #222222; + text-align: left; } table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; } - table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { + table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td { display: table-cell; line-height: 1.125rem; } -.tabs { - *zoom: 1; - margin-bottom: 0 !important; } - .tabs:before, .tabs:after { - content: " "; - display: table; } - .tabs:after { - clear: both; } - .tabs dd { - position: relative; - margin-bottom: 0 !important; - top: 1px; - float: left; } - .tabs dd > a { - display: block; - background: #efefef; - color: #222222; - padding-top: 1rem; - padding-right: 2rem; - padding-bottom: 1.0625rem; - padding-left: 2rem; - font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; - font-size: 1rem; } - .tabs dd > a:hover { - background: #e2e2e2; } - .tabs dd.active a { - background: white; } - .tabs.radius dd:first-child a { - -moz-border-radius-bottomleft: 3px; - -moz-border-radius-topleft: 3px; - -webkit-border-bottom-left-radius: 3px; - -webkit-border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; } - .tabs.radius dd:last-child a { - -moz-border-radius-topright: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 3px; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; } - .tabs.vertical dd { - position: inherit; - float: none; - display: block; - top: auto; } +.text-left { + text-align: left !important; } -.tabs-content { - *zoom: 1; - margin-bottom: 1.5rem; } - .tabs-content:before, .tabs-content:after { - content: " "; - display: table; } - .tabs-content:after { - clear: both; } - .tabs-content > .content { - display: none; - float: left; - padding: 0.9375rem 0; } - .tabs-content > .content.active { - display: block; } - .tabs-content > .content.contained { - padding: 0.9375rem; } - .tabs-content.vertical { - display: block; } - .tabs-content.vertical > .content { - padding: 0 0.9375rem; } +.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.063em) 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.063em) { - .tabs.vertical { - width: 20%; - float: left; - margin-bottom: 1.25rem; } - .tabs-content.vertical { - width: 80%; - float: left; - margin-left: -1px; } } + .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; } } -/* Image Thumbnails */ -.th { - line-height: 0; - display: inline-block; - border: solid 4px white; - -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); - -webkit-transition: all 200ms ease-out; - -moz-transition: all 200ms ease-out; - transition: all 200ms ease-out; } - .th:hover, .th:focus { - -webkit-box-shadow: 0 0 6px 1px rgba(155, 22, 13, 0.5); - box-shadow: 0 0 6px 1px rgba(155, 22, 13, 0.5); } - .th.radius { - -webkit-border-radius: 3px; - border-radius: 3px; } +@media only screen and (min-width:64.063em) 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; } } -a.th { - display: inline-block; - max-width: 100%; } +@media only screen and (min-width:64.063em) { + .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; } } -/* Tooltips */ -.has-tip { - border-bottom: dotted 1px #cccccc; - cursor: help; - font-weight: bold; - color: #333333; } - .has-tip:hover, .has-tip:focus { - border-bottom: dotted 1px #3d0805; - color: #9b160d; } - .has-tip.tip-left, .has-tip.tip-right { - float: none !important; } +@media only screen and (min-width:90.063em) 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; } } -.tooltip { - display: none; - position: absolute; - z-index: 999; - font-weight: normal; - font-size: 0.875rem; - line-height: 1.3; - padding: 0.75rem; - max-width: 85%; - left: 50%; - width: 100%; - color: white; - background: #333333; - -webkit-border-radius: 3px; - border-radius: 3px; } - .tooltip > .nub { - display: block; - left: 5px; - position: absolute; - width: 0; - height: 0; - border: solid 5px; - border-color: transparent transparent #333333 transparent; - top: -10px; } - .tooltip.opened { - color: #9b160d !important; - border-bottom: dotted 1px #3d0805 !important; } +@media only screen and (min-width:90.063em) { + .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; } } -.tap-to-close { - display: block; - font-size: 0.625rem; - color: #777777; - font-weight: normal; } +@media only screen and (min-width:120.063em) and (max-width:99999999em) { + .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:40.063em) { - .tooltip > .nub { - border-color: transparent transparent #333333 transparent; - top: -10px; } - .tooltip.tip-top > .nub { - border-color: #333333 transparent transparent transparent; - top: auto; - bottom: -10px; } - .tooltip.tip-left, .tooltip.tip-right { - float: none !important; } - .tooltip.tip-left > .nub { - border-color: transparent transparent transparent #333333; - right: -10px; - left: auto; - top: 50%; - margin-top: -5px; } - .tooltip.tip-right > .nub { - border-color: transparent #333333 transparent transparent; - right: auto; - left: -10px; - top: 50%; - margin-top: -5px; } } - -p.lead { - font-size: 1.21875rem; - line-height: 1.6; } - -.subheader { - line-height: 1.4; - color: #6f6f6f; - font-weight: 300; - margin-top: 0.2rem; - margin-bottom: 0.5rem; } +@media only screen and (min-width:120.063em) { + .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; - direction: ltr; } + padding: 0; } /* Default Link Styles */ a { @@ -3622,7 +3493,7 @@ a { text-decoration: none; line-height: inherit; } a:hover, a:focus { - color: #83110b; } + color: #85110b; } a img { border: none; } @@ -3634,6 +3505,9 @@ p { 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; line-height: 1.35; @@ -3641,8 +3515,8 @@ p { /* Default header styles */ h1, h2, h3, h4, h5, h6 { - font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; - font-weight: 300; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-weight: normal; font-style: normal; color: #222222; text-rendering: optimizeLegibility; @@ -3672,6 +3546,12 @@ h5 { 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; @@ -3696,7 +3576,7 @@ small { code { font-family: Consolas, 'Liberation Mono', Courier, monospace; font-weight: bold; - color: #bb240d; } + color: #bd240d; } /* Lists */ ul, ol, dl { @@ -3718,9 +3598,7 @@ ul { /* Unordered Lists */ ul li ul, ul li ol { margin-left: 1.25rem; - margin-bottom: 0; - font-size: 1rem; - /* Override nested font-size change */ } + margin-bottom: 0; } ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } ul.square { @@ -3810,7 +3688,11 @@ blockquote, blockquote p { h3 { font-size: 1.6875rem; } h4 { - font-size: 1.4375rem; } } + font-size: 1.4375rem; } + h5 { + font-size: 1.125rem; } + h6 { + font-size: 1rem; } } /* * Print styles. @@ -3863,6 +3745,169 @@ blockquote, blockquote p { .show-for-print { display: inherit !important; } } +.tabs { + margin-bottom: 0 !important; + margin-left: 0; } + .tabs:before, .tabs:after { + content: " "; + display: table; } + .tabs:after { + clear: both; } + .tabs dd, .tabs .tab-title { + position: relative; + margin-bottom: 0 !important; + list-style: none; + float: left; } + .tabs dd > a, .tabs .tab-title > a { + display: block; + background: #efefef; + color: #222222; + padding: 1rem 2rem; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-size: 1rem; } + .tabs dd > a:hover, .tabs .tab-title > a:hover { + background: #e1e1e1; } + .tabs dd.active a, .tabs .tab-title.active a { + background: white; + color: #222222; } + .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a { + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; } + .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a { + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; } + .tabs.vertical dd, .tabs.vertical .tab-title { + position: inherit; + float: none; + display: block; + top: auto; } + +.tabs-content { + margin-bottom: 1.5rem; + width: 100%; } + .tabs-content:before, .tabs-content:after { + content: " "; + display: table; } + .tabs-content:after { + clear: both; } + .tabs-content > .content { + display: none; + float: left; + padding: 0.9375rem 0; + width: 100%; } + .tabs-content > .content.active { + display: block; + float: none; } + .tabs-content > .content.contained { + padding: 0.9375rem; } + .tabs-content.vertical { + display: block; } + .tabs-content.vertical > .content { + padding: 0 0.9375rem; } + +@media only screen and (min-width:40.063em) { + .tabs.vertical { + width: 20%; + float: left; + margin-bottom: 1.25rem; } + .tabs-content.vertical { + width: 80%; + float: left; + margin-left: -1px; } } + +.no-js .tabs-content > .content { + display: block; + float: none; } + +/* Image Thumbnails */ +.th { + line-height: 0; + display: inline-block; + border: solid 4px white; + max-width: 100%; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); + transition: all 200ms ease-out; } + .th:hover, .th:focus { + box-shadow: 0 0 6px 1px rgba(155, 22, 13, 0.5); } + .th.radius { + border-radius: 3px; } + +/* Tooltips */ +.has-tip { + border-bottom: dotted 1px #cccccc; + cursor: help; + font-weight: bold; + color: #333333; } + .has-tip:hover, .has-tip:focus { + border-bottom: dotted 1px #460906; + color: #9b160d; } + .has-tip.tip-left, .has-tip.tip-right { + float: none !important; } + +.tooltip { + display: none; + position: absolute; + z-index: 999; + font-weight: normal; + font-size: 0.875rem; + line-height: 1.3; + padding: 0.75rem; + max-width: 300px; + left: 50%; + width: 100%; + color: white; + background: #333333; } + .tooltip > .nub { + display: block; + left: 5px; + position: absolute; + width: 0; + height: 0; + border: solid 5px; + border-color: transparent transparent #333333 transparent; + top: -10px; } + .tooltip > .nub.rtl { + left: auto; + right: 5px; } + .tooltip.radius { + border-radius: 3px; } + .tooltip.round { + border-radius: 1000px; } + .tooltip.round > .nub { + left: 2rem; } + .tooltip.opened { + color: #9b160d !important; + border-bottom: dotted 1px #460906 !important; } + +.tap-to-close { + display: block; + font-size: 0.625rem; + color: #777777; + font-weight: normal; } + +@media only screen and (min-width:40.063em) { + .tooltip > .nub { + border-color: transparent transparent #333333 transparent; + top: -10px; } + .tooltip.tip-top > .nub { + border-color: #333333 transparent transparent transparent; + top: auto; + bottom: -10px; } + .tooltip.tip-left, .tooltip.tip-right { + float: none !important; } + .tooltip.tip-left > .nub { + border-color: transparent transparent transparent #333333; + right: -10px; + left: auto; + top: 50%; + margin-top: -5px; } + .tooltip.tip-right > .nub { + border-color: transparent #333333 transparent transparent; + right: auto; + left: -10px; + top: 50%; + margin-top: -5px; } } + meta.foundation-mq-topbar { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; } @@ -3912,7 +3957,7 @@ meta.foundation-mq-topbar { padding-top: 0.35rem; padding-bottom: 0.35rem; font-size: 0.75rem; } - .top-bar .button { + .top-bar .button, .top-bar button { padding-top: 0.45rem; padding-bottom: 0.35rem; margin-bottom: 0; @@ -3931,7 +3976,7 @@ meta.foundation-mq-topbar { .top-bar .name h1 a { font-weight: normal; color: #9b160d; - width: 50%; + width: 75%; display: block; padding: 0 15px; } .top-bar .toggle-topbar { @@ -3949,25 +3994,26 @@ meta.foundation-mq-topbar { height: 45px; line-height: 45px; } .top-bar .toggle-topbar.menu-icon { - right: 15px; top: 50%; - margin-top: -16px; - padding-left: 40px; } + margin-top: -16px; } .top-bar .toggle-topbar.menu-icon a { - text-indent: -48px; - width: 34px; height: 34px; line-height: 33px; - padding: 0; - color: #9b160d; } - .top-bar .toggle-topbar.menu-icon a span { + padding: 0 40px 0 15px; + color: #9b160d; + position: relative; } + .top-bar .toggle-topbar.menu-icon a span::after { + content: ""; position: absolute; - right: 0; display: block; - width: 16px; height: 0; - -webkit-box-shadow: 0 10px 0 1px #9b160d, 0 16px 0 1px #9b160d, 0 22px 0 1px #9b160d; - box-shadow: 0 10px 0 1px #9b160d, 0 16px 0 1px #9b160d, 0 22px 0 1px #9b160d; } + top: 50%; + margin-top: -8px; + right: 15px; + box-shadow: 0 0px 0 1px #9b160d, 0 7px 0 1px #9b160d, 0 14px 0 1px #9b160d; + width: 16px; } + .top-bar .toggle-topbar.menu-icon a span:hover:after { + box-shadow: 0 0px 0 1px #9b160d, 0 7px 0 1px #9b160d, 0 14px 0 1px #9b160d; } .top-bar.expanded { height: auto; background: transparent; } @@ -3975,66 +4021,118 @@ meta.foundation-mq-topbar { background: linear-gradient(#f9f9f9, #f3f3f3); } .top-bar.expanded .toggle-topbar a { color: #6c0e09; } - .top-bar.expanded .toggle-topbar a span { - -webkit-box-shadow: 0 10px 0 1px #6c0e09, 0 16px 0 1px #6c0e09, 0 22px 0 1px #6c0e09; + .top-bar.expanded .toggle-topbar a::after { box-shadow: 0 10px 0 1px #6c0e09, 0 16px 0 1px #6c0e09, 0 22px 0 1px #6c0e09; } .top-bar-section { left: 0; position: relative; width: auto; - -webkit-transition: left 300ms ease-out; - -moz-transition: left 300ms ease-out; transition: left 300ms ease-out; } .top-bar-section ul { + padding: 0; width: 100%; height: auto; display: block; - background: #eeeeee; font-size: 16px; margin: 0; } .top-bar-section .divider, .top-bar-section [role="separator"] { - border-top: solid 1px #d9d9d9; + border-top: solid 1px #797979; clear: both; height: 1px; width: 100%; } - .top-bar-section ul li > a { - display: block; - width: 100%; - color: #9b160d; - padding: 12px 0 12px 0; - padding-left: 15px; - font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; - font-size: 0.8125rem; - font-weight: normal; + .top-bar-section ul li { background: #eeeeee; } - .top-bar-section ul li > a.button { - background: #9b160d; + .top-bar-section ul li > a { + display: block; + width: 100%; + color: #9b160d; + padding: 12px 0 12px 0; + padding-left: 15px; + font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; + font-size: 0.8125rem; + font-weight: normal; + text-transform: none; } + .top-bar-section ul li > a.button { + font-size: 0.8125rem; + padding-right: 15px; + padding-left: 15px; + background-color: #9b160d; + border-color: #7c100a; + color: white; } + .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus { + background-color: #7c100a; } + .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus { + color: white; } + .top-bar-section ul li > a.button.secondary { + background-color: #e7e7e7; + border-color: #b9b9b9; + color: #333333; } + .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus { + background-color: #b9b9b9; } + .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus { + color: #333333; } + .top-bar-section ul li > a.button.success { + background-color: #43ac6a; + border-color: #368a54; + color: white; } + .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus { + background-color: #368a54; } + .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus { + color: white; } + .top-bar-section ul li > a.button.alert { + background-color: #f04124; + border-color: #cf280e; + color: white; } + .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus { + background-color: #cf280e; } + .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus { + color: white; } + .top-bar-section ul li > button { font-size: 0.8125rem; padding-right: 15px; - padding-left: 15px; } - .top-bar-section ul li > a.button:hover { - background: #6c0e09; } - .top-bar-section ul li > a.button.secondary { - background: #e7e7e7; } - .top-bar-section ul li > a.button.secondary:hover { - background: #cecece; } - .top-bar-section ul li > a.button.success { - background: #43ac6a; } - .top-bar-section ul li > a.button.success:hover { - background: #358753; } - .top-bar-section ul li > a.button.alert { - background: #f04124; } - .top-bar-section ul li > a.button.alert:hover { - background: #d3290e; } - .top-bar-section ul li:hover > a { - background: #e6e6e6; - color: #6c0e09; } - .top-bar-section ul li.active > a { - background: #e6e6e6; - color: #6c0e09; } - .top-bar-section ul li.active > a:hover { - background: #d9d9d9; } + padding-left: 15px; + background-color: #9b160d; + border-color: #7c100a; + color: white; } + .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus { + background-color: #7c100a; } + .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus { + color: white; } + .top-bar-section ul li > button.secondary { + background-color: #e7e7e7; + border-color: #b9b9b9; + color: #333333; } + .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus { + background-color: #b9b9b9; } + .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus { + color: #333333; } + .top-bar-section ul li > button.success { + background-color: #43ac6a; + border-color: #368a54; + color: white; } + .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus { + background-color: #368a54; } + .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus { + color: white; } + .top-bar-section ul li > button.alert { + background-color: #f04124; + border-color: #cf280e; + color: white; } + .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus { + background-color: #cf280e; } + .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus { + color: white; } + .top-bar-section ul li:hover:not(.has-form) > a { + background-color: #555555; + background: #e6e6e6; + color: #6c0e09; } + .top-bar-section ul li.active > a { + background: #e6e6e6; + color: #6c0e09; } + .top-bar-section ul li.active > a:hover { + background: #d9d9d9; + color: white; } .top-bar-section .has-form { padding: 15px; } .top-bar-section .has-dropdown { @@ -4055,13 +4153,28 @@ meta.foundation-mq-topbar { .top-bar-section .has-dropdown.moved { position: static; } .top-bar-section .has-dropdown.moved > .dropdown { - display: block; } + display: block; + position: static !important; + height: auto; + width: auto; + overflow: visible; + clip: auto; + position: absolute !important; + width: 100%; } + .top-bar-section .has-dropdown.moved > a:after { + display: none; } .top-bar-section .dropdown { + padding: 0; position: absolute; left: 100%; top: 0; - display: none; - z-index: 99; } + z-index: 99; + display: block; + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); } .top-bar-section .dropdown li { width: 100%; height: auto; } @@ -4071,11 +4184,16 @@ meta.foundation-mq-topbar { .top-bar-section .dropdown li a.parent-link { font-weight: normal; } .top-bar-section .dropdown li.title h5 { - margin-bottom: 0; } + margin-bottom: 0; + margin-top: 0; } .top-bar-section .dropdown li.title h5 a { color: #9b160d; line-height: 22.5px; display: block; } + .top-bar-section .dropdown li.has-form { + padding: 8px 15px; } + .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button { + top: auto; } .top-bar-section .dropdown label { padding: 8px 15px 2px; margin-bottom: 0; @@ -4090,7 +4208,6 @@ meta.foundation-mq-topbar { @media only screen and (min-width:40.063em) { .top-bar { background: linear-gradient(#f9f9f9, #f3f3f3); - *zoom: 1; overflow: visible; } .top-bar:before, .top-bar:after { content: " "; @@ -4103,7 +4220,7 @@ meta.foundation-mq-topbar { float: left; } .top-bar .name h1 a { width: auto; } - .top-bar input, .top-bar .button { + .top-bar input, .top-bar .button, .top-bar button { font-size: 0.875rem; position: relative; top: 7px; } @@ -4114,8 +4231,6 @@ meta.foundation-mq-topbar { margin: 0 auto; margin-bottom: 0; } .top-bar-section { - -webkit-transition: none 0 0; - -moz-transition: none 0 0; transition: none 0 0; left: 0 !important; } .top-bar-section ul { @@ -4127,14 +4242,23 @@ meta.foundation-mq-topbar { .top-bar-section ul li .js-generated { display: none; } .top-bar-section li.hover > a:not(.button) { + background-color: #555555; background: #e6e6e6; color: #6c0e09; } - .top-bar-section li a:not(.button) { + .top-bar-section li:not(.has-form) a:not(.button) { padding: 0 15px; line-height: 45px; background: linear-gradient(#f9f9f9, #f3f3f3); } - .top-bar-section li a:not(.button):hover { + .top-bar-section li:not(.has-form) a:not(.button):hover { + background-color: #555555; background: #e6e6e6; } + .top-bar-section li.active:not(.has-form) a:not(.button) { + padding: 0 15px; + line-height: 45px; + color: #6c0e09; + background: #e6e6e6; } + .top-bar-section li.active:not(.has-form) a:not(.button):hover { + background: #d9d9d9; } .top-bar-section .has-dropdown > a { padding-right: 35px !important; } .top-bar-section .has-dropdown > a:after { @@ -4150,15 +4274,27 @@ meta.foundation-mq-topbar { .top-bar-section .has-dropdown.moved { position: relative; } .top-bar-section .has-dropdown.moved > .dropdown { - display: none; } + display: block; + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); } .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown { - display: block; } + display: block; + position: static !important; + height: auto; + width: auto; + overflow: visible; + clip: auto; + position: absolute !important; } .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; top: 1rem; - margin-top: -2px; - right: 5px; } + margin-top: -1px; + right: 5px; + line-height: 1.2; } .top-bar-section .dropdown { left: 0; top: auto; @@ -4166,10 +4302,17 @@ meta.foundation-mq-topbar { min-width: 100%; } .top-bar-section .dropdown li a { color: white; - line-height: 1; + line-height: 45px; white-space: nowrap; padding: 12px 15px; background: #333333; } + .top-bar-section .dropdown li:not(.has-form) a:not(.button) { + color: white; + background: #333333; } + .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) { + color: #6c0e09; + background-color: #555555; + background: #e6e6e6; } .top-bar-section .dropdown li label { white-space: nowrap; background: #333333; } @@ -4179,7 +4322,7 @@ meta.foundation-mq-topbar { .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-bottom: none; border-top: none; - border-right: solid 1px white; + border-right: solid 1px whitesmoke; clear: none; height: 45px; width: 0; } @@ -4187,49 +4330,45 @@ meta.foundation-mq-topbar { background: linear-gradient(#f9f9f9, #f3f3f3); padding: 0 15px; height: 45px; } - .top-bar-section ul.right li .dropdown { + .top-bar-section .right li .dropdown { left: auto; right: 0; } - .top-bar-section ul.right li .dropdown li .dropdown { + .top-bar-section .right li .dropdown li .dropdown { right: 100%; } + .top-bar-section .left li .dropdown { + right: auto; + left: 0; } + .top-bar-section .left li .dropdown li .dropdown { + left: 100%; } .no-js .top-bar-section ul li:hover > a { + background-color: #555555; background: #e6e6e6; color: #6c0e09; } .no-js .top-bar-section ul li:active > a { background: #e6e6e6; color: #6c0e09; } .no-js .top-bar-section .has-dropdown:hover > .dropdown { - display: block; } } - -.off-canvas-wrap, .inner-wrap, nav.tab-bar, .left-off-canvas-menu, .left-off-canvas-menu *, .right-off-canvas-menu, .move-right a.exit-off-canvas, .move-left a.exit-off-canvas { - -webkit-backface-visibility: hidden; } - -.off-canvas-wrap, .inner-wrap { - position: relative; - width: 100%; } - -.left-off-canvas-menu, .right-off-canvas-menu { - width: 250px; - top: 0; - bottom: 0; - height: 100%; - position: absolute; - overflow-y: auto; - background: #333333; - z-index: 1001; - box-sizing: content-box; } - -section.left-small, section.right-small { - width: 2.8125rem; - height: 2.8125rem; - position: absolute; - top: 0; } + display: block; + position: static !important; + height: auto; + width: auto; + overflow: visible; + clip: auto; + position: absolute !important; } } .off-canvas-wrap { + -webkit-backface-visibility: hidden; + position: relative; + width: 100%; overflow: hidden; } + .off-canvas-wrap.move-right, .off-canvas-wrap.move-left { + min-height: 100%; + -webkit-overflow-scrolling: touch; } .inner-wrap { - *zoom: 1; + -webkit-backface-visibility: hidden; + position: relative; + width: 100%; -webkit-transition: -webkit-transform 500ms ease; -moz-transition: -moz-transform 500ms ease; -ms-transition: -ms-transform 500ms ease; @@ -4241,94 +4380,132 @@ section.left-small, section.right-small { .inner-wrap:after { clear: both; } -nav.tab-bar { +.tab-bar { + -webkit-backface-visibility: hidden; background: #333333; color: white; height: 2.8125rem; line-height: 2.8125rem; position: relative; } - nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 { + .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 { color: white; font-weight: bold; line-height: 2.8125rem; margin: 0; } - nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 { + .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 { font-size: 1.125rem; } -section.left-small { +.left-small { + width: 2.8125rem; + height: 2.8125rem; + position: absolute; + top: 0; border-right: solid 1px #1a1a1a; - box-shadow: 1px 0 0 #4d4d4d; left: 0; } -section.right-small { - border-left: solid 1px #4d4d4d; - box-shadow: -1px 0 0 #1a1a1a; +.right-small { + width: 2.8125rem; + height: 2.8125rem; + position: absolute; + top: 0; + border-left: solid 1px #1a1a1a; right: 0; } -section.tab-bar-section { +.tab-bar-section { padding: 0 0.625rem; position: absolute; text-align: center; height: 2.8125rem; top: 0; } @media only screen and (min-width:40.063em) { - section.tab-bar-section { + .tab-bar-section { text-align: left; } } - section.tab-bar-section.left { + .tab-bar-section.left { left: 0; right: 2.8125rem; } - section.tab-bar-section.right { + .tab-bar-section.right { left: 2.8125rem; right: 0; } - section.tab-bar-section.middle { + .tab-bar-section.middle { left: 2.8125rem; right: 2.8125rem; } -a.menu-icon { +.tab-bar .menu-icon { text-indent: 2.1875rem; width: 2.8125rem; height: 2.8125rem; display: block; - line-height: 2.0625rem; padding: 0; - color: #9b160d; - position: relative; } - a.menu-icon span { + color: white; + position: relative; + transform: translate3d(0, 0, 0); } + .tab-bar .menu-icon span::after { + content: ""; position: absolute; display: block; - width: 1rem; height: 0; - left: 0.8125rem; - top: 0.3125rem; - -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; - box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; } - a.menu-icon:hover span { - -webkit-box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; - box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; } + top: 50%; + margin-top: -0.5rem; + left: 0.90625rem; + box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white; + width: 1rem; } + .tab-bar .menu-icon span:hover:after { + box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; } .left-off-canvas-menu { + -webkit-backface-visibility: hidden; + width: 15.625rem; + top: 0; + bottom: 0; + position: absolute; + overflow-y: auto; + background: #333333; + z-index: 1001; + box-sizing: content-box; + transition: transform 500ms ease 0s; + -webkit-overflow-scrolling: touch; + -ms-transform: translate(-100%, 0); -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); } + transform: translate3d(-100%, 0, 0); + left: 0; } + .left-off-canvas-menu * { + -webkit-backface-visibility: hidden; } .right-off-canvas-menu { + -webkit-backface-visibility: hidden; + width: 15.625rem; + top: 0; + bottom: 0; + position: absolute; + overflow-y: auto; + background: #333333; + z-index: 1001; + box-sizing: content-box; + transition: transform 500ms ease 0s; + -webkit-overflow-scrolling: touch; + -ms-transform: translate(100%, 0); -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); right: 0; } + .right-off-canvas-menu * { + -webkit-backface-visibility: hidden; } ul.off-canvas-list { list-style-type: none; padding: 0; margin: 0; } ul.off-canvas-list li label { + display: block; padding: 0.3rem 0.9375rem; color: #999999; text-transform: uppercase; + font-size: 0.75rem; font-weight: bold; background: #444444; border-top: 1px solid #5e5e5e; @@ -4338,15 +4515,20 @@ ul.off-canvas-list { display: block; padding: 0.66667rem; color: rgba(255, 255, 255, 0.7); - border-bottom: 1px solid #262626; } + border-bottom: 1px solid #262626; + transition: background 300ms ease; } + ul.off-canvas-list li a:hover { + background: #242424; } .move-right > .inner-wrap { - -webkit-transform: translate3d(250px, 0, 0); - -moz-transform: translate3d(250px, 0, 0); - -ms-transform: translate3d(250px, 0, 0); - -o-transform: translate3d(250px, 0, 0); - transform: translate3d(250px, 0, 0); } -.move-right a.exit-off-canvas { + -ms-transform: translate(15.625rem, 0); + -webkit-transform: translate3d(15.625rem, 0, 0); + -moz-transform: translate3d(15.625rem, 0, 0); + -ms-transform: translate3d(15.625rem, 0, 0); + -o-transform: translate3d(15.625rem, 0, 0); + transform: translate3d(15.625rem, 0, 0); } +.move-right .exit-off-canvas { + -webkit-backface-visibility: hidden; transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); @@ -4357,18 +4539,21 @@ ul.off-canvas-list { bottom: 0; left: 0; right: 0; - z-index: 1002; } + z-index: 1002; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } @media only screen and (min-width:40.063em) { - .move-right a.exit-off-canvas:hover { + .move-right .exit-off-canvas:hover { background: rgba(255, 255, 255, 0.05); } } .move-left > .inner-wrap { - -webkit-transform: translate3d(-250px, 0, 0); - -moz-transform: translate3d(-250px, 0, 0); - -ms-transform: translate3d(-250px, 0, 0); - -o-transform: translate3d(-250px, 0, 0); - transform: translate3d(-250px, 0, 0); } -.move-left a.exit-off-canvas { + -ms-transform: translate(-15.625rem, 0); + -webkit-transform: translate3d(-15.625rem, 0, 0); + -moz-transform: translate3d(-15.625rem, 0, 0); + -ms-transform: translate3d(-15.625rem, 0, 0); + -o-transform: translate3d(-15.625rem, 0, 0); + transform: translate3d(-15.625rem, 0, 0); } +.move-left .exit-off-canvas { + -webkit-backface-visibility: hidden; transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); @@ -4379,113 +4564,190 @@ ul.off-canvas-list { bottom: 0; left: 0; right: 0; - z-index: 1002; } + z-index: 1002; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } @media only screen and (min-width:40.063em) { - .move-left a.exit-off-canvas:hover { + .move-left .exit-off-canvas:hover { background: rgba(255, 255, 255, 0.05); } } -.lt-ie10 .left-off-canvas-menu { - left: -250px; } -.lt-ie10 .right-off-canvas-menu { - right: -250px; } -.lt-ie10 .move-left > .inner-wrap { - right: 250px; } -.lt-ie10 .move-right > .inner-wrap { - left: 250px; } +.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu { + -ms-transform: none; + -webkit-transform: none; + -moz-transform: none; + -o-transform: none; + transform: none; + z-index: 1003; } +.offcanvas-overlap .exit-offcanvas-menu { + -webkit-backface-visibility: hidden; + transition: background 300ms ease; + cursor: pointer; + box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); + display: block; + position: absolute; + background: rgba(255, 255, 255, 0.2); + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1002; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + z-index: 1002; } + @media only screen and (min-width:40.063em) { + .offcanvas-overlap .exit-offcanvas-menu:hover { + background: rgba(255, 255, 255, 0.05); } } -/* Foundation Visibility HTML Classes */ -.show-for-small, .show-for-small-only, .show-for-medium-down, .show-for-large-down, .hide-for-medium, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only { - display: inherit !important; } +.no-csstransforms .left-off-canvas-menu { + left: -15.625rem; } +.no-csstransforms .right-off-canvas-menu { + right: -15.625rem; } +.no-csstransforms .move-left > .inner-wrap { + right: 15.625rem; } +.no-csstransforms .move-right > .inner-wrap { + left: 15.625rem; } -.hide-for-small, .hide-for-small-only, .hide-for-medium-down, .show-for-medium, .show-for-medium-up, .show-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only { - display: none !important; } +/* #{$current-visibility-breakpoint} displays */ +@media only screen { + .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { + display: inherit !important; } + .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { + display: none !important; } + .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up { + position: static !important; + height: auto; + width: auto; + overflow: visible; + clip: auto; } + .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); } + table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { + display: table; } + thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { + display: table-header-group !important; } + tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { + display: table-row-group !important; } + tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { + display: table-row !important; } + th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { + display: table-cell !important; } } -/* Specific visibility for tables */ -table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { - display: table; } - -thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { - display: table-header-group !important; } - -tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { - display: table-row-group !important; } - -tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { - display: table-row !important; } - -td.show-for-small, td.show-for-small-only, td.show-for-medium-down td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge td.hide-for-xlarge-up, td.hide-for-xxlarge-up, th.show-for-small, th.show-for-small-only, th.show-for-medium-down th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge th.hide-for-xlarge-up, th.hide-for-xxlarge-up { - display: table-cell !important; } - -/* Medium Displays: 641px and up */ +/* #{$current-visibility-breakpoint} displays */ @media only screen and (min-width:40.063em) { - /* Specific visibility for tables */ - .hide-for-small, .hide-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-up, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only { + .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; } - .show-for-small, .show-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only { + .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; } - table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up { + position: static !important; + height: auto; + width: auto; + overflow: visible; + clip: auto; } + .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); } + table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table; } - thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; } - tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; } - tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; } - td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.show-for-medium, th.show-for-medium-down, th.show-for-medium-up, th.show-for-medium-only, th.hide-for-large, th.hide-for-large-up, th.hide-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only { + th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } } -/* Large Displays: 1024px and up */ +/* #{$current-visibility-breakpoint} displays */ @media only screen and (min-width:64.063em) { - /* Specific visilbity for tables */ - .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only { + .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; } - .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only { + .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; } - table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up { + position: static !important; + height: auto; + width: auto; + overflow: visible; + clip: auto; } + .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); } + table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table; } - thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; } - tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; } - tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; } - td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large, th.show-for-large-up, th.show-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only { + th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } } -/* X-Large Displays: 1441 and up */ +/* #{$current-visibility-breakpoint} displays */ @media only screen and (min-width:90.063em) { - /* Specific visilbity for tables */ - .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only { + .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: inherit !important; } - .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only { + .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: none !important; } - table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only { + .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up { + position: static !important; + height: auto; + width: auto; + overflow: visible; + clip: auto; } + .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); } + table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up { display: table; } - thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only { + thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up { display: table-header-group !important; } - tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only { + tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up { display: table-row-group !important; } - tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only { + tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up { display: table-row !important; } - td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.show-for-xlarge, th.show-for-xlarge-up, th.show-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only { + th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up { display: table-cell !important; } } -/* XX-Large Displays: 1920 and up */ +/* #{$current-visibility-breakpoint} displays */ @media only screen and (min-width:120.063em) { - /* Specific visilbity for tables */ - .hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .show-for-xlarge-up, .show-for-xxlarge-up, .show-for-xxlarge-only { + .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up { display: inherit !important; } - .show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only { + .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up { display: none !important; } - table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only { + .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up { + position: static !important; + height: auto; + width: auto; + overflow: visible; + clip: auto; } + .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px, 1px, 1px, 1px); } + table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up { display: table; } - thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only { + thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up { display: table-header-group !important; } - tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only { + tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up { display: table-row-group !important; } - tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only { + tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up { display: table-row !important; } - td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.show-for-xlarge-up, th.show-for-xxlarge-up, th.show-for-xxlarge-only { + th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up { display: table-cell !important; } } /* Orientation targeting */ @@ -4495,7 +4757,7 @@ td.show-for-small, td.show-for-small-only, td.show-for-medium-down td.show-for-l .hide-for-landscape, .show-for-portrait { display: none !important; } -/* Specific visilbity for tables */ +/* Specific visibility for tables */ table.hide-for-landscape, table.show-for-portrait { display: table; } @@ -4512,7 +4774,7 @@ td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for- display: table-cell !important; } @media only screen and (orientation: landscape) { - /* Specific visilbity for tables */ + /* Specific visibility for tables */ .show-for-landscape, .hide-for-portrait { display: inherit !important; } .hide-for-landscape, .show-for-portrait { @@ -4529,7 +4791,7 @@ td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for- display: table-cell !important; } } @media only screen and (orientation: portrait) { - /* Specific visilbity for tables */ + /* Specific visibility for tables */ .show-for-portrait, .hide-for-landscape { display: inherit !important; } .hide-for-portrait, .show-for-landscape { @@ -4558,7 +4820,7 @@ td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for- .touch .hide-for-touch { display: none !important; } -/* Specific visilbity for tables */ +/* Specific visibility for tables */ table.hide-for-touch { display: table; } @@ -4595,6 +4857,25 @@ th.hide-for-touch { .touch th.show-for-touch { display: table-cell !important; } +/* Print visibility */ +@media print { + .show-for-print { + display: block; } + .hide-for-print { + display: none; } + table.show-for-print { + display: table; } + thead.show-for-print { + display: table-header-group !important; } + tbody.show-for-print { + display: table-row-group !important; } + tr.show-for-print { + display: table-row !important; } + td.show-for-print { + display: table-cell !important; } + th.show-for-print { + display: table-cell !important; } } + .highlight { font-size: 0.875rem; padding: 0; @@ -4950,7 +5231,6 @@ a [class*="icon-"]:before { font-size: 0.7rem; background-color: rgba(0, 0, 0, 0.5); color: white; - -webkit-border-radius: 0px; border-radius: 0px; position: absolute; color: #e6e6e6; @@ -4998,6 +5278,15 @@ article header { border-bottom: 1px dashed #e7e7e7; } article .content { border-bottom: 1px dashed #e7e7e7; } + article .content img { + max-height: 800px; + max-width: 800px; + display: block; + margin-right: auto; + margin-left: auto; } + article .content table { + margin-right: auto; + margin-left: auto; } article footer { color: #b4b4b4; margin-bottom: 7px; }