Created
February 28, 2014 02:20
-
-
Save JProffitt71/9263923 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "UTF-8"; | |
/**************************************************************** | |
* Author: Justin Proffitt | |
* Stylesheet: IE lt 8 Stylesheet | |
* | |
* This stylesheet contains all the information for displaying | |
* the site as a static web page for Internet Explorer lt 8 | |
****************************************************************/ | |
*, *:after, *:before { | |
box-sizing: border-box; | |
} | |
html, body { | |
-webkit-text-size-adjust: none; | |
} | |
html, body, div, span, header, footer, aside, nav, menu, main, section, article, details, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, em, small, big, strong, b, u, i, sub, sup, del, strike, q, blockquote, cite, time, address, code, pre, a, img, center, hr, form, fieldset, legend, label, input, textarea, button, table, caption, tbody, thead, tfoot, tr, th, td, iframe, object, canvas, audio, video, embed { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font: inherit; | |
vertical-align: baseline; | |
} | |
header, footer, aside, menu, nav, section, article, details { | |
display: block; | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
} | |
script { | |
display: none !important; | |
} | |
html, body { | |
width: 100% !important; | |
min-height: 100%; | |
background: white; | |
} | |
html { | |
width: 100%; | |
height: 100%; | |
} | |
hr { | |
border: 0; | |
border-bottom: 1px solid #dddddd; | |
margin: 10px auto; | |
clear: both; | |
} | |
img, a img { | |
max-width: 100%; | |
height: auto; | |
border: none; | |
} | |
.box, .tabs > div, [role~="tabpanel"] { | |
padding: 10px; | |
} | |
p, ul, ol, dl, blockquote, pre, code { | |
margin-bottom: 10px; | |
} | |
.dropdown > a:after, .dropdown > button:after, .dropdown .button:after { | |
margin-left: 10px; | |
} | |
html, body, ul.checklist, ul.list, ol.list, ul.unstyled, ol.unstyled, ul.button-group, | |
ol.button-group, .nav ul, .tabs > ul, [role~="tablist"], input[type="checkbox"], input[type="radio"] { | |
margin: 0; | |
padding: 0; | |
} | |
ul.button-group:after, | |
ol.button-group:after, .nav ul, .tabs > div, [role~="tabpanel"] { | |
clear: both; | |
} | |
.nav ul:before, .tabs > div:before, [role~="tabpanel"]:before, ul.button-group:after, | |
ol.button-group:after, .nav ul:after, .tabs > div:after, [role~="tabpanel"]:after { | |
content: " "; | |
display: table; | |
} | |
ul.button-group:after, | |
ol.button-group:after, .nav ul:after, .tabs > div:after, [role~="tabpanel"]:after { | |
clear: both; | |
} | |
.tabs:not(.accordion).vertical > ul { | |
position: absolute; | |
} | |
.tabs:not(.accordion).vertical > ul { | |
position: absolute; | |
top: 0; | |
} | |
.tabs:not(.accordion).vertical > ul { | |
position: absolute; | |
bottom: 0; | |
} | |
.tabs:not(.accordion).vertical > ul { | |
position: absolute; | |
left: 0; | |
} | |
sup, sub, blockquote, .box, .message, [role~="alert"], [role~="status"], .nav, [role~="navigation"], .nav li, .tabs:not(.accordion) { | |
position: relative; | |
} | |
a:before, a:after, code, button, | |
input[type=submit], | |
input[type=button], | |
input[type=reset], .button, | |
a.button, | |
a.button:visited, [role~="button"], .dropdown, .dropdown > a:after, .dropdown > button:after, .dropdown .button:after, input[type="checkbox"], input[type="radio"], .nav a, .nav a:visited, .nav button, .tabs > ul li, [role~="tab"] { | |
display: inline-block; | |
width: auto; | |
} | |
button.block, | |
input[type=submit].block, | |
input[type=button].block, | |
input[type=reset].block, .button.block, | |
a.button.block, | |
a.button.block:visited, ul.button-group li a.block, ul.button-group li button.block, | |
ol.button-group li a.block, | |
ol.button-group li button.block, [role~="button"].block, .dropdown ul li, .dropdown ul li a, .dropdown ul li button, ul.button-group:after, | |
ol.button-group:after, ul.button-group li, | |
ol.button-group li, ul.button-group li a, | |
ol.button-group li a, ul.button-group li button, | |
ol.button-group li button, .dropdown.on ul, .dropdown.active ul, .dropdown[aria-selected="true"] ul, .dropdown[aria-pressed="true"] ul, .nav li, .tabs.vertical > ul li, .tabs.accordion > ul li { | |
display: block; | |
} | |
sup, sub, small { | |
font-size: 0.8em; | |
} | |
big { | |
font-size: 1.5em; | |
} | |
em, q { | |
font-style: italic; | |
} | |
b, q, blockquote, strong, .nav a, .nav a:visited, .nav button { | |
font-weight: 900; | |
} | |
.nav button.hamburger { | |
float: right; | |
} | |
.nav a, .nav a:visited, .nav button { | |
text-align: left; | |
} | |
ul.checklist, ul.list, ol.list, ul.unstyled, ol.unstyled, ul.button-group, | |
ol.button-group, .nav ul, .tabs > ul, [role~="tablist"] { | |
list-style: none; | |
} | |
.js .responsive:not(table) { | |
overflow: hidden; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
} | |
.inline { | |
display: inline; | |
} | |
.inline-block { | |
display: inline-block; | |
width: auto; | |
} | |
.block { | |
display: block; | |
} | |
.hidden { | |
display: none !important; | |
} | |
.clear { | |
clear: both; | |
} | |
.clear:after { | |
content: " "; | |
display: block; | |
height: 0; | |
font-size: 0; | |
clear: both; | |
visibility: hidden; | |
} | |
.center { | |
display: block; | |
margin: 0 auto; | |
} | |
.pull-right { | |
float: right; | |
} | |
.pull-left { | |
float: left; | |
} | |
.pull-none { | |
float: none; | |
} | |
.zero { | |
margin: 0; | |
padding: 0; | |
} | |
.fixed { | |
position: fixed; | |
} | |
.fixed-top { | |
position: fixed; | |
top: 0; | |
} | |
.fixed-right { | |
position: fixed; | |
right: 0; | |
} | |
.fixed-bottom { | |
position: fixed; | |
bottom: 0; | |
} | |
.fixed-left { | |
position: fixed; | |
left: 0; | |
} | |
.fixed-middle { | |
position: fixed; | |
top: 50%; | |
} | |
.fixed-center { | |
position: fixed; | |
left: 50%; | |
} | |
.fixed-top-right { | |
position: fixed; | |
top: 0; | |
right: 0; | |
} | |
.fixed-top-left { | |
position: fixed; | |
top: 0; | |
left: 0; | |
} | |
.fixed-top-center { | |
position: fixed; | |
top: 0; | |
left: 50%; | |
} | |
.fixed-middle-right { | |
position: fixed; | |
top: 50%; | |
right: 0; | |
} | |
.fixed-middle-left { | |
position: fixed; | |
top: 50%; | |
left: 0; | |
} | |
.fixed-middle-center { | |
position: fixed; | |
top: 50%; | |
left: 50%; | |
} | |
.fixed-bottom-right { | |
position: fixed; | |
bottom: 0; | |
right: 0; | |
} | |
.fixed-bottom-left { | |
position: fixed; | |
bottom: 0; | |
left: 0; | |
} | |
.fixed-bottom-center { | |
position: fixed; | |
bottom: 0; | |
left: 50%; | |
} | |
.absolute { | |
position: absolute; | |
} | |
.absolute-top { | |
position: absolute; | |
top: 0; | |
} | |
.absolute-right { | |
position: absolute; | |
right: 0; | |
} | |
.absolute-bottom { | |
position: absolute; | |
bottom: 0; | |
} | |
.absolute-left { | |
position: absolute; | |
left: 0; | |
} | |
.absolute-middle { | |
position: absolute; | |
top: 50%; | |
} | |
.absolute-center { | |
position: absolute; | |
left: 50%; | |
} | |
.absolute-top-right { | |
position: absolute; | |
top: 0; | |
right: 0; | |
} | |
.absolute-top-left { | |
position: absolute; | |
top: 0; | |
left: 0; | |
} | |
.absolute-top-center { | |
position: absolute; | |
top: 0; | |
left: 50%; | |
} | |
.absolute-middle-right { | |
position: absolute; | |
top: 50%; | |
right: 0; | |
} | |
.absolute-middle-left { | |
position: absolute; | |
top: 50%; | |
left: 0; | |
} | |
.absolute-middle-center { | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
} | |
.absolute-bottom-right { | |
position: absolute; | |
bottom: 0; | |
right: 0; | |
} | |
.absolute-bottom-left { | |
position: absolute; | |
bottom: 0; | |
left: 0; | |
} | |
.absolute-bottom-center { | |
position: absolute; | |
bottom: 0; | |
left: 50%; | |
} | |
.relative { | |
position: relative; | |
} | |
.static { | |
position: static; | |
} | |
.one-column { | |
column-count: 1; | |
} | |
.two-columns { | |
column-count: 2; | |
} | |
.three-columns { | |
column-count: 3; | |
} | |
.four-columns { | |
column-count: 4; | |
} | |
.five-columns { | |
column-count: 5; | |
} | |
.six-columns { | |
column-count: 6; | |
} | |
.align-top { | |
display: table-cell; | |
vertical-align: top; | |
} | |
.align-right { | |
text-align: right; | |
} | |
.align-bottom { | |
display: table-cell; | |
vertical-align: bottom; | |
} | |
.align-left { | |
text-align: left; | |
} | |
.align-center { | |
text-align: center; | |
} | |
.unstyled { | |
margin: 0; | |
padding: 0; | |
} | |
.justify { | |
text-align: justify; | |
} | |
.truncate { | |
overflow: hidden; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
} | |
.small { | |
font-size: 0.8em; | |
} | |
.medium { | |
font-size: 1em; | |
} | |
.large { | |
font-size: 1.5em; | |
} | |
.no-border { | |
border: 0; | |
} | |
.bordered { | |
border: 1px solid #dddddd; | |
} | |
.border-top { | |
border-top: 1px solid #dddddd; | |
} | |
.border-right { | |
border-right: 1px solid #dddddd; | |
} | |
.border-bottom { | |
border-bottom: 1px solid #dddddd; | |
} | |
.border-left { | |
border-left: 1px solid #dddddd; | |
} | |
.square { | |
border-radius: 0; | |
} | |
.rounded { | |
border-radius: 9999em; | |
} | |
.round { | |
border-radius: 50%; | |
} | |
.rotate-90 { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(90deg); | |
-moz-transform: rotate(90deg); | |
-ms-transform: rotate(90deg); | |
-o-transform: rotate(90deg); | |
transform: rotate(90deg); | |
} | |
.rotate-90-ctr { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-90deg); | |
-moz-transform: rotate(-90deg); | |
-ms-transform: rotate(-90deg); | |
-o-transform: rotate(-90deg); | |
transform: rotate(-90deg); | |
} | |
.rotate-180 { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(180deg); | |
-moz-transform: rotate(180deg); | |
-ms-transform: rotate(180deg); | |
-o-transform: rotate(180deg); | |
transform: rotate(180deg); | |
} | |
.rotate-180-ctr { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-180deg); | |
-moz-transform: rotate(-180deg); | |
-ms-transform: rotate(-180deg); | |
-o-transform: rotate(-180deg); | |
transform: rotate(-180deg); | |
} | |
.rotate-270 { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(270deg); | |
-moz-transform: rotate(270deg); | |
-ms-transform: rotate(270deg); | |
-o-transform: rotate(270deg); | |
transform: rotate(270deg); | |
} | |
.rotate-270-ctr { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-270deg); | |
-moz-transform: rotate(-270deg); | |
-ms-transform: rotate(-270deg); | |
-o-transform: rotate(-270deg); | |
transform: rotate(-270deg); | |
} | |
.rotate-360 { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(360deg); | |
-moz-transform: rotate(360deg); | |
-ms-transform: rotate(360deg); | |
-o-transform: rotate(360deg); | |
transform: rotate(360deg); | |
} | |
.rotate-360-ctr { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-360deg); | |
-moz-transform: rotate(-360deg); | |
-ms-transform: rotate(-360deg); | |
-o-transform: rotate(-360deg); | |
transform: rotate(-360deg); | |
} | |
.padded { | |
padding: 10px; | |
} | |
.half-padded { | |
padding: 5px; | |
} | |
.double-padded { | |
padding: 20px; | |
} | |
.triple-padded { | |
padding: 30px; | |
} | |
.pad-top { | |
padding-top: 10px; | |
} | |
.half-pad-top { | |
padding-top: 5px; | |
} | |
.double-pad-top { | |
padding-top: 20px; | |
} | |
.triple-pad-top { | |
padding-top: 30px; | |
} | |
.pad-right { | |
padding-right: 10px; | |
} | |
.half-pad-right { | |
padding-right: 5px; | |
} | |
.double-pad-right { | |
padding-right: 20px; | |
} | |
.triple-pad-right { | |
padding-right: 30px; | |
} | |
.pad-bottom { | |
padding-bottom: 10px; | |
} | |
.half-pad-bottom { | |
padding-bottom: 5px; | |
} | |
.double-pad-bottom { | |
padding-bottom: 20px; | |
} | |
.triple-pad-bottom { | |
padding-bottom: 30px; | |
} | |
.pad-left { | |
padding-left: 10px; | |
} | |
.half-pad-left { | |
padding-left: 5px; | |
} | |
.double-pad-left { | |
padding-left: 20px; | |
} | |
.triple-pad-left { | |
padding-left: 30px; | |
} | |
.gapped { | |
margin: 10px; | |
} | |
.half-gapped { | |
margin: 5px; | |
} | |
.double-gapped { | |
margin: 20px; | |
} | |
.triple-gapped { | |
margin: 30px; | |
} | |
.gap-top { | |
margin-top: 10px; | |
} | |
.half-gap-top { | |
margin-top: 5px; | |
} | |
.double-gap-top { | |
margin-top: 20px; | |
} | |
.triple-gap-top { | |
margin-top: 30px; | |
} | |
.gap-right { | |
margin-right: 10px; | |
} | |
.half-gap-right { | |
margin-right: 5px; | |
} | |
.double-gap-right { | |
margin-right: 20px; | |
} | |
.triple-gap-right { | |
margin-right: 30px; | |
} | |
.gap-bottom { | |
margin-bottom: 10px; | |
} | |
.half-gap-bottom { | |
margin-bottom: 5px; | |
} | |
.double-gap-bottom { | |
margin-bottom: 20px; | |
} | |
.triple-gap-bottom { | |
margin-bottom: 30px; | |
} | |
.gap-left { | |
margin-left: 10px; | |
} | |
.half-gap-left { | |
margin-left: 5px; | |
} | |
.double-gap-left { | |
margin-left: 20px; | |
} | |
.triple-gap-left { | |
margin-left: 30px; | |
} | |
.offset { | |
margin: -10px; | |
} | |
.half-offset { | |
margin: -5px; | |
} | |
.double-offset { | |
margin: -20px; | |
} | |
.triple-offset { | |
margin: -30px; | |
} | |
.offset-top { | |
margin-top: -10px; | |
} | |
.half-offset-top { | |
margin-top: -5px; | |
} | |
.double-offset-top { | |
margin-top: -20px; | |
} | |
.triple-offset-top { | |
margin-top: -30px; | |
} | |
.offset-right { | |
margin-right: -10px; | |
} | |
.half-offset-right { | |
margin-right: -5px; | |
} | |
.double-offset-right { | |
margin-right: -20px; | |
} | |
.triple-offset-right { | |
margin-right: -30px; | |
} | |
.offset-bottom { | |
margin-bottom: -10px; | |
} | |
.half-offset-bottom { | |
margin-bottom: -5px; | |
} | |
.double-offset-bottom { | |
margin-bottom: -20px; | |
} | |
.triple-offset-bottom { | |
margin-bottom: -30px; | |
} | |
.offset-left { | |
margin-left: -10px; | |
} | |
.half-offset-left { | |
margin-left: -5px; | |
} | |
.double-offset-left { | |
margin-left: -20px; | |
} | |
.triple-offset-left { | |
margin-left: -30px; | |
} | |
.small-tablet-only { | |
display: none !important; | |
} | |
.large-tablet-only { | |
display: none !important; | |
} | |
.desktop-only { | |
display: none !important; | |
} | |
.mobile-only { | |
display: block !important; | |
} | |
.hide-on-mobile { | |
display: none !important; | |
} | |
.inline-small-tablet { | |
display: inline; | |
} | |
.inline-block-small-tablet { | |
display: inline-block; | |
width: auto; | |
} | |
.block-small-tablet { | |
display: block; | |
} | |
.hidden-small-tablet { | |
display: none !important; | |
} | |
.clear-small-tablet { | |
clear: both; | |
} | |
.clear-small-tablet:after { | |
content: " "; | |
display: block; | |
height: 0; | |
font-size: 0; | |
clear: both; | |
visibility: hidden; | |
} | |
.center-small-tablet { | |
display: block; | |
margin: 0 auto; | |
} | |
.pull-right-small-tablet { | |
float: right; | |
} | |
.pull-left-small-tablet { | |
float: left; | |
} | |
.pull-none-small-tablet { | |
float: none; | |
} | |
.zero-small-tablet { | |
margin: 0; | |
padding: 0; | |
} | |
.fixed-small-tablet { | |
position: fixed; | |
} | |
.fixed-top-small-tablet { | |
position: fixed; | |
top: 0; | |
} | |
.fixed-right-small-tablet { | |
position: fixed; | |
right: 0; | |
} | |
.fixed-bottom-small-tablet { | |
position: fixed; | |
bottom: 0; | |
} | |
.fixed-left-small-tablet { | |
position: fixed; | |
left: 0; | |
} | |
.fixed-middle-small-tablet { | |
position: fixed; | |
top: 50%; | |
} | |
.fixed-center-small-tablet { | |
position: fixed; | |
left: 50%; | |
} | |
.fixed-top-right-small-tablet { | |
position: fixed; | |
top: 0; | |
right: 0; | |
} | |
.fixed-top-left-small-tablet { | |
position: fixed; | |
top: 0; | |
left: 0; | |
} | |
.fixed-top-center-small-tablet { | |
position: fixed; | |
top: 0; | |
left: 50%; | |
} | |
.fixed-middle-right-small-tablet { | |
position: fixed; | |
top: 50%; | |
right: 0; | |
} | |
.fixed-middle-left-small-tablet { | |
position: fixed; | |
top: 50%; | |
left: 0; | |
} | |
.fixed-middle-center-small-tablet { | |
position: fixed; | |
top: 50%; | |
left: 50%; | |
} | |
.fixed-bottom-right-small-tablet { | |
position: fixed; | |
bottom: 0; | |
right: 0; | |
} | |
.fixed-bottom-left-small-tablet { | |
position: fixed; | |
bottom: 0; | |
left: 0; | |
} | |
.fixed-bottom-center-small-tablet { | |
position: fixed; | |
bottom: 0; | |
left: 50%; | |
} | |
.absolute-small-tablet { | |
position: absolute; | |
} | |
.absolute-top-small-tablet { | |
position: absolute; | |
top: 0; | |
} | |
.absolute-right-small-tablet { | |
position: absolute; | |
right: 0; | |
} | |
.absolute-bottom-small-tablet { | |
position: absolute; | |
bottom: 0; | |
} | |
.absolute-left-small-tablet { | |
position: absolute; | |
left: 0; | |
} | |
.absolute-middle-small-tablet { | |
position: absolute; | |
top: 50%; | |
} | |
.absolute-center-small-tablet { | |
position: absolute; | |
left: 50%; | |
} | |
.absolute-top-right-small-tablet { | |
position: absolute; | |
top: 0; | |
right: 0; | |
} | |
.absolute-top-left-small-tablet { | |
position: absolute; | |
top: 0; | |
left: 0; | |
} | |
.absolute-top-center-small-tablet { | |
position: absolute; | |
top: 0; | |
left: 50%; | |
} | |
.absolute-middle-right-small-tablet { | |
position: absolute; | |
top: 50%; | |
right: 0; | |
} | |
.absolute-middle-left-small-tablet { | |
position: absolute; | |
top: 50%; | |
left: 0; | |
} | |
.absolute-middle-center-small-tablet { | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
} | |
.absolute-bottom-right-small-tablet { | |
position: absolute; | |
bottom: 0; | |
right: 0; | |
} | |
.absolute-bottom-left-small-tablet { | |
position: absolute; | |
bottom: 0; | |
left: 0; | |
} | |
.absolute-bottom-center-small-tablet { | |
position: absolute; | |
bottom: 0; | |
left: 50%; | |
} | |
.relative-small-tablet { | |
position: relative; | |
} | |
.static-small-tablet { | |
position: static; | |
} | |
.one-column-small-tablet { | |
column-count: 1; | |
} | |
.two-columns-small-tablet { | |
column-count: 2; | |
} | |
.three-columns-small-tablet { | |
column-count: 3; | |
} | |
.four-columns-small-tablet { | |
column-count: 4; | |
} | |
.five-columns-small-tablet { | |
column-count: 5; | |
} | |
.six-columns-small-tablet { | |
column-count: 6; | |
} | |
.align-top-small-tablet { | |
display: table-cell; | |
vertical-align: top; | |
} | |
.align-right-small-tablet { | |
text-align: right; | |
} | |
.align-bottom-small-tablet { | |
display: table-cell; | |
vertical-align: bottom; | |
} | |
.align-left-small-tablet { | |
text-align: left; | |
} | |
.align-center-small-tablet { | |
text-align: center; | |
} | |
.unstyled-small-tablet { | |
margin: 0; | |
padding: 0; | |
} | |
.justify-small-tablet { | |
text-align: justify; | |
} | |
.truncate-small-tablet { | |
overflow: hidden; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
} | |
.small-small-tablet { | |
font-size: 0.8em; | |
} | |
.medium-small-tablet { | |
font-size: 1em; | |
} | |
.large-small-tablet { | |
font-size: 1.5em; | |
} | |
.no-border-small-tablet { | |
border: 0; | |
} | |
.bordered-small-tablet { | |
border: 1px solid #dddddd; | |
} | |
.border-top-small-tablet { | |
border-top: 1px solid #dddddd; | |
} | |
.border-right-small-tablet { | |
border-right: 1px solid #dddddd; | |
} | |
.border-bottom-small-tablet { | |
border-bottom: 1px solid #dddddd; | |
} | |
.border-left-small-tablet { | |
border-left: 1px solid #dddddd; | |
} | |
.square-small-tablet { | |
border-radius: 0; | |
} | |
.rounded-small-tablet { | |
border-radius: 9999em; | |
} | |
.round-small-tablet { | |
border-radius: 50%; | |
} | |
.rotate-90-small-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(90deg); | |
-moz-transform: rotate(90deg); | |
-ms-transform: rotate(90deg); | |
-o-transform: rotate(90deg); | |
transform: rotate(90deg); | |
} | |
.rotate-90-ctr-small-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-90deg); | |
-moz-transform: rotate(-90deg); | |
-ms-transform: rotate(-90deg); | |
-o-transform: rotate(-90deg); | |
transform: rotate(-90deg); | |
} | |
.rotate-180-small-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(180deg); | |
-moz-transform: rotate(180deg); | |
-ms-transform: rotate(180deg); | |
-o-transform: rotate(180deg); | |
transform: rotate(180deg); | |
} | |
.rotate-180-ctr-small-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-180deg); | |
-moz-transform: rotate(-180deg); | |
-ms-transform: rotate(-180deg); | |
-o-transform: rotate(-180deg); | |
transform: rotate(-180deg); | |
} | |
.rotate-270-small-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(270deg); | |
-moz-transform: rotate(270deg); | |
-ms-transform: rotate(270deg); | |
-o-transform: rotate(270deg); | |
transform: rotate(270deg); | |
} | |
.rotate-270-ctr-small-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-270deg); | |
-moz-transform: rotate(-270deg); | |
-ms-transform: rotate(-270deg); | |
-o-transform: rotate(-270deg); | |
transform: rotate(-270deg); | |
} | |
.rotate-360-small-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(360deg); | |
-moz-transform: rotate(360deg); | |
-ms-transform: rotate(360deg); | |
-o-transform: rotate(360deg); | |
transform: rotate(360deg); | |
} | |
.rotate-360-ctr-small-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-360deg); | |
-moz-transform: rotate(-360deg); | |
-ms-transform: rotate(-360deg); | |
-o-transform: rotate(-360deg); | |
transform: rotate(-360deg); | |
} | |
.padded-small-tablet { | |
padding: 10px; | |
} | |
.half-padded-small-tablet { | |
padding: 5px; | |
} | |
.double-padded-small-tablet { | |
padding: 20px; | |
} | |
.triple-padded-small-tablet { | |
padding: 30px; | |
} | |
.pad-top-small-tablet { | |
padding-top: 10px; | |
} | |
.half-pad-top-small-tablet { | |
padding-top: 5px; | |
} | |
.double-pad-top-small-tablet { | |
padding-top: 20px; | |
} | |
.triple-pad-top-small-tablet { | |
padding-top: 30px; | |
} | |
.pad-right-small-tablet { | |
padding-right: 10px; | |
} | |
.half-pad-right-small-tablet { | |
padding-right: 5px; | |
} | |
.double-pad-right-small-tablet { | |
padding-right: 20px; | |
} | |
.triple-pad-right-small-tablet { | |
padding-right: 30px; | |
} | |
.pad-bottom-small-tablet { | |
padding-bottom: 10px; | |
} | |
.half-pad-bottom-small-tablet { | |
padding-bottom: 5px; | |
} | |
.double-pad-bottom-small-tablet { | |
padding-bottom: 20px; | |
} | |
.triple-pad-bottom-small-tablet { | |
padding-bottom: 30px; | |
} | |
.pad-left-small-tablet { | |
padding-left: 10px; | |
} | |
.half-pad-left-small-tablet { | |
padding-left: 5px; | |
} | |
.double-pad-left-small-tablet { | |
padding-left: 20px; | |
} | |
.triple-pad-left-small-tablet { | |
padding-left: 30px; | |
} | |
.gapped-small-tablet { | |
margin: 10px; | |
} | |
.half-gapped-small-tablet { | |
margin: 5px; | |
} | |
.double-gapped-small-tablet { | |
margin: 20px; | |
} | |
.triple-gapped-small-tablet { | |
margin: 30px; | |
} | |
.gap-top-small-tablet { | |
margin-top: 10px; | |
} | |
.half-gap-top-small-tablet { | |
margin-top: 5px; | |
} | |
.double-gap-top-small-tablet { | |
margin-top: 20px; | |
} | |
.triple-gap-top-small-tablet { | |
margin-top: 30px; | |
} | |
.gap-right-small-tablet { | |
margin-right: 10px; | |
} | |
.half-gap-right-small-tablet { | |
margin-right: 5px; | |
} | |
.double-gap-right-small-tablet { | |
margin-right: 20px; | |
} | |
.triple-gap-right-small-tablet { | |
margin-right: 30px; | |
} | |
.gap-bottom-small-tablet { | |
margin-bottom: 10px; | |
} | |
.half-gap-bottom-small-tablet { | |
margin-bottom: 5px; | |
} | |
.double-gap-bottom-small-tablet { | |
margin-bottom: 20px; | |
} | |
.triple-gap-bottom-small-tablet { | |
margin-bottom: 30px; | |
} | |
.gap-left-small-tablet { | |
margin-left: 10px; | |
} | |
.half-gap-left-small-tablet { | |
margin-left: 5px; | |
} | |
.double-gap-left-small-tablet { | |
margin-left: 20px; | |
} | |
.triple-gap-left-small-tablet { | |
margin-left: 30px; | |
} | |
.offset-small-tablet { | |
margin: -10px; | |
} | |
.half-offset-small-tablet { | |
margin: -5px; | |
} | |
.double-offset-small-tablet { | |
margin: -20px; | |
} | |
.triple-offset-small-tablet { | |
margin: -30px; | |
} | |
.offset-top-small-tablet { | |
margin-top: -10px; | |
} | |
.half-offset-top-small-tablet { | |
margin-top: -5px; | |
} | |
.double-offset-top-small-tablet { | |
margin-top: -20px; | |
} | |
.triple-offset-top-small-tablet { | |
margin-top: -30px; | |
} | |
.offset-right-small-tablet { | |
margin-right: -10px; | |
} | |
.half-offset-right-small-tablet { | |
margin-right: -5px; | |
} | |
.double-offset-right-small-tablet { | |
margin-right: -20px; | |
} | |
.triple-offset-right-small-tablet { | |
margin-right: -30px; | |
} | |
.offset-bottom-small-tablet { | |
margin-bottom: -10px; | |
} | |
.half-offset-bottom-small-tablet { | |
margin-bottom: -5px; | |
} | |
.double-offset-bottom-small-tablet { | |
margin-bottom: -20px; | |
} | |
.triple-offset-bottom-small-tablet { | |
margin-bottom: -30px; | |
} | |
.offset-left-small-tablet { | |
margin-left: -10px; | |
} | |
.half-offset-left-small-tablet { | |
margin-left: -5px; | |
} | |
.double-offset-left-small-tablet { | |
margin-left: -20px; | |
} | |
.triple-offset-left-small-tablet { | |
margin-left: -30px; | |
} | |
.mobile-only { | |
display: none !important; | |
} | |
.hide-on-mobile { | |
display: block !important; | |
} | |
.small-tablet-only { | |
display: block !important; | |
} | |
.hide-on-small-tablet { | |
display: none !important; | |
} | |
.inline-large-tablet { | |
display: inline; | |
} | |
.inline-block-large-tablet { | |
display: inline-block; | |
width: auto; | |
} | |
.block-large-tablet { | |
display: block; | |
} | |
.hidden-large-tablet { | |
display: none !important; | |
} | |
.clear-large-tablet { | |
clear: both; | |
} | |
.clear-large-tablet:after { | |
content: " "; | |
display: block; | |
height: 0; | |
font-size: 0; | |
clear: both; | |
visibility: hidden; | |
} | |
.center-large-tablet { | |
display: block; | |
margin: 0 auto; | |
} | |
.pull-right-large-tablet { | |
float: right; | |
} | |
.pull-left-large-tablet { | |
float: left; | |
} | |
.pull-none-large-tablet { | |
float: none; | |
} | |
.zero-large-tablet { | |
margin: 0; | |
padding: 0; | |
} | |
.fixed-large-tablet { | |
position: fixed; | |
} | |
.fixed-top-large-tablet { | |
position: fixed; | |
top: 0; | |
} | |
.fixed-right-large-tablet { | |
position: fixed; | |
right: 0; | |
} | |
.fixed-bottom-large-tablet { | |
position: fixed; | |
bottom: 0; | |
} | |
.fixed-left-large-tablet { | |
position: fixed; | |
left: 0; | |
} | |
.fixed-middle-large-tablet { | |
position: fixed; | |
top: 50%; | |
} | |
.fixed-center-large-tablet { | |
position: fixed; | |
left: 50%; | |
} | |
.fixed-top-right-large-tablet { | |
position: fixed; | |
top: 0; | |
right: 0; | |
} | |
.fixed-top-left-large-tablet { | |
position: fixed; | |
top: 0; | |
left: 0; | |
} | |
.fixed-top-center-large-tablet { | |
position: fixed; | |
top: 0; | |
left: 50%; | |
} | |
.fixed-middle-right-large-tablet { | |
position: fixed; | |
top: 50%; | |
right: 0; | |
} | |
.fixed-middle-left-large-tablet { | |
position: fixed; | |
top: 50%; | |
left: 0; | |
} | |
.fixed-middle-center-large-tablet { | |
position: fixed; | |
top: 50%; | |
left: 50%; | |
} | |
.fixed-bottom-right-large-tablet { | |
position: fixed; | |
bottom: 0; | |
right: 0; | |
} | |
.fixed-bottom-left-large-tablet { | |
position: fixed; | |
bottom: 0; | |
left: 0; | |
} | |
.fixed-bottom-center-large-tablet { | |
position: fixed; | |
bottom: 0; | |
left: 50%; | |
} | |
.absolute-large-tablet { | |
position: absolute; | |
} | |
.absolute-top-large-tablet { | |
position: absolute; | |
top: 0; | |
} | |
.absolute-right-large-tablet { | |
position: absolute; | |
right: 0; | |
} | |
.absolute-bottom-large-tablet { | |
position: absolute; | |
bottom: 0; | |
} | |
.absolute-left-large-tablet { | |
position: absolute; | |
left: 0; | |
} | |
.absolute-middle-large-tablet { | |
position: absolute; | |
top: 50%; | |
} | |
.absolute-center-large-tablet { | |
position: absolute; | |
left: 50%; | |
} | |
.absolute-top-right-large-tablet { | |
position: absolute; | |
top: 0; | |
right: 0; | |
} | |
.absolute-top-left-large-tablet { | |
position: absolute; | |
top: 0; | |
left: 0; | |
} | |
.absolute-top-center-large-tablet { | |
position: absolute; | |
top: 0; | |
left: 50%; | |
} | |
.absolute-middle-right-large-tablet { | |
position: absolute; | |
top: 50%; | |
right: 0; | |
} | |
.absolute-middle-left-large-tablet { | |
position: absolute; | |
top: 50%; | |
left: 0; | |
} | |
.absolute-middle-center-large-tablet { | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
} | |
.absolute-bottom-right-large-tablet { | |
position: absolute; | |
bottom: 0; | |
right: 0; | |
} | |
.absolute-bottom-left-large-tablet { | |
position: absolute; | |
bottom: 0; | |
left: 0; | |
} | |
.absolute-bottom-center-large-tablet { | |
position: absolute; | |
bottom: 0; | |
left: 50%; | |
} | |
.relative-large-tablet { | |
position: relative; | |
} | |
.static-large-tablet { | |
position: static; | |
} | |
.one-column-large-tablet { | |
column-count: 1; | |
} | |
.two-columns-large-tablet { | |
column-count: 2; | |
} | |
.three-columns-large-tablet { | |
column-count: 3; | |
} | |
.four-columns-large-tablet { | |
column-count: 4; | |
} | |
.five-columns-large-tablet { | |
column-count: 5; | |
} | |
.six-columns-large-tablet { | |
column-count: 6; | |
} | |
.align-top-large-tablet { | |
display: table-cell; | |
vertical-align: top; | |
} | |
.align-right-large-tablet { | |
text-align: right; | |
} | |
.align-bottom-large-tablet { | |
display: table-cell; | |
vertical-align: bottom; | |
} | |
.align-left-large-tablet { | |
text-align: left; | |
} | |
.align-center-large-tablet { | |
text-align: center; | |
} | |
.unstyled-large-tablet { | |
margin: 0; | |
padding: 0; | |
} | |
.justify-large-tablet { | |
text-align: justify; | |
} | |
.truncate-large-tablet { | |
overflow: hidden; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
} | |
.small-large-tablet { | |
font-size: 0.8em; | |
} | |
.medium-large-tablet { | |
font-size: 1em; | |
} | |
.large-large-tablet { | |
font-size: 1.5em; | |
} | |
.no-border-large-tablet { | |
border: 0; | |
} | |
.bordered-large-tablet { | |
border: 1px solid #dddddd; | |
} | |
.border-top-large-tablet { | |
border-top: 1px solid #dddddd; | |
} | |
.border-right-large-tablet { | |
border-right: 1px solid #dddddd; | |
} | |
.border-bottom-large-tablet { | |
border-bottom: 1px solid #dddddd; | |
} | |
.border-left-large-tablet { | |
border-left: 1px solid #dddddd; | |
} | |
.square-large-tablet { | |
border-radius: 0; | |
} | |
.rounded-large-tablet { | |
border-radius: 9999em; | |
} | |
.round-large-tablet { | |
border-radius: 50%; | |
} | |
.rotate-90-large-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(90deg); | |
-moz-transform: rotate(90deg); | |
-ms-transform: rotate(90deg); | |
-o-transform: rotate(90deg); | |
transform: rotate(90deg); | |
} | |
.rotate-90-ctr-large-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-90deg); | |
-moz-transform: rotate(-90deg); | |
-ms-transform: rotate(-90deg); | |
-o-transform: rotate(-90deg); | |
transform: rotate(-90deg); | |
} | |
.rotate-180-large-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(180deg); | |
-moz-transform: rotate(180deg); | |
-ms-transform: rotate(180deg); | |
-o-transform: rotate(180deg); | |
transform: rotate(180deg); | |
} | |
.rotate-180-ctr-large-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-180deg); | |
-moz-transform: rotate(-180deg); | |
-ms-transform: rotate(-180deg); | |
-o-transform: rotate(-180deg); | |
transform: rotate(-180deg); | |
} | |
.rotate-270-large-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(270deg); | |
-moz-transform: rotate(270deg); | |
-ms-transform: rotate(270deg); | |
-o-transform: rotate(270deg); | |
transform: rotate(270deg); | |
} | |
.rotate-270-ctr-large-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-270deg); | |
-moz-transform: rotate(-270deg); | |
-ms-transform: rotate(-270deg); | |
-o-transform: rotate(-270deg); | |
transform: rotate(-270deg); | |
} | |
.rotate-360-large-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(360deg); | |
-moz-transform: rotate(360deg); | |
-ms-transform: rotate(360deg); | |
-o-transform: rotate(360deg); | |
transform: rotate(360deg); | |
} | |
.rotate-360-ctr-large-tablet { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-360deg); | |
-moz-transform: rotate(-360deg); | |
-ms-transform: rotate(-360deg); | |
-o-transform: rotate(-360deg); | |
transform: rotate(-360deg); | |
} | |
.padded-large-tablet { | |
padding: 10px; | |
} | |
.half-padded-large-tablet { | |
padding: 5px; | |
} | |
.double-padded-large-tablet { | |
padding: 20px; | |
} | |
.triple-padded-large-tablet { | |
padding: 30px; | |
} | |
.pad-top-large-tablet { | |
padding-top: 10px; | |
} | |
.half-pad-top-large-tablet { | |
padding-top: 5px; | |
} | |
.double-pad-top-large-tablet { | |
padding-top: 20px; | |
} | |
.triple-pad-top-large-tablet { | |
padding-top: 30px; | |
} | |
.pad-right-large-tablet { | |
padding-right: 10px; | |
} | |
.half-pad-right-large-tablet { | |
padding-right: 5px; | |
} | |
.double-pad-right-large-tablet { | |
padding-right: 20px; | |
} | |
.triple-pad-right-large-tablet { | |
padding-right: 30px; | |
} | |
.pad-bottom-large-tablet { | |
padding-bottom: 10px; | |
} | |
.half-pad-bottom-large-tablet { | |
padding-bottom: 5px; | |
} | |
.double-pad-bottom-large-tablet { | |
padding-bottom: 20px; | |
} | |
.triple-pad-bottom-large-tablet { | |
padding-bottom: 30px; | |
} | |
.pad-left-large-tablet { | |
padding-left: 10px; | |
} | |
.half-pad-left-large-tablet { | |
padding-left: 5px; | |
} | |
.double-pad-left-large-tablet { | |
padding-left: 20px; | |
} | |
.triple-pad-left-large-tablet { | |
padding-left: 30px; | |
} | |
.gapped-large-tablet { | |
margin: 10px; | |
} | |
.half-gapped-large-tablet { | |
margin: 5px; | |
} | |
.double-gapped-large-tablet { | |
margin: 20px; | |
} | |
.triple-gapped-large-tablet { | |
margin: 30px; | |
} | |
.gap-top-large-tablet { | |
margin-top: 10px; | |
} | |
.half-gap-top-large-tablet { | |
margin-top: 5px; | |
} | |
.double-gap-top-large-tablet { | |
margin-top: 20px; | |
} | |
.triple-gap-top-large-tablet { | |
margin-top: 30px; | |
} | |
.gap-right-large-tablet { | |
margin-right: 10px; | |
} | |
.half-gap-right-large-tablet { | |
margin-right: 5px; | |
} | |
.double-gap-right-large-tablet { | |
margin-right: 20px; | |
} | |
.triple-gap-right-large-tablet { | |
margin-right: 30px; | |
} | |
.gap-bottom-large-tablet { | |
margin-bottom: 10px; | |
} | |
.half-gap-bottom-large-tablet { | |
margin-bottom: 5px; | |
} | |
.double-gap-bottom-large-tablet { | |
margin-bottom: 20px; | |
} | |
.triple-gap-bottom-large-tablet { | |
margin-bottom: 30px; | |
} | |
.gap-left-large-tablet { | |
margin-left: 10px; | |
} | |
.half-gap-left-large-tablet { | |
margin-left: 5px; | |
} | |
.double-gap-left-large-tablet { | |
margin-left: 20px; | |
} | |
.triple-gap-left-large-tablet { | |
margin-left: 30px; | |
} | |
.offset-large-tablet { | |
margin: -10px; | |
} | |
.half-offset-large-tablet { | |
margin: -5px; | |
} | |
.double-offset-large-tablet { | |
margin: -20px; | |
} | |
.triple-offset-large-tablet { | |
margin: -30px; | |
} | |
.offset-top-large-tablet { | |
margin-top: -10px; | |
} | |
.half-offset-top-large-tablet { | |
margin-top: -5px; | |
} | |
.double-offset-top-large-tablet { | |
margin-top: -20px; | |
} | |
.triple-offset-top-large-tablet { | |
margin-top: -30px; | |
} | |
.offset-right-large-tablet { | |
margin-right: -10px; | |
} | |
.half-offset-right-large-tablet { | |
margin-right: -5px; | |
} | |
.double-offset-right-large-tablet { | |
margin-right: -20px; | |
} | |
.triple-offset-right-large-tablet { | |
margin-right: -30px; | |
} | |
.offset-bottom-large-tablet { | |
margin-bottom: -10px; | |
} | |
.half-offset-bottom-large-tablet { | |
margin-bottom: -5px; | |
} | |
.double-offset-bottom-large-tablet { | |
margin-bottom: -20px; | |
} | |
.triple-offset-bottom-large-tablet { | |
margin-bottom: -30px; | |
} | |
.offset-left-large-tablet { | |
margin-left: -10px; | |
} | |
.half-offset-left-large-tablet { | |
margin-left: -5px; | |
} | |
.double-offset-left-large-tablet { | |
margin-left: -20px; | |
} | |
.triple-offset-left-large-tablet { | |
margin-left: -30px; | |
} | |
.small-tablet-only { | |
display: none !important; | |
} | |
.hide-on-small-tablet { | |
display: block !important; | |
} | |
.large-tablet-only { | |
display: block !important; | |
} | |
.hide-on-large-tablet { | |
display: none !important; | |
} | |
.inline-desktop { | |
display: inline; | |
} | |
.inline-block-desktop { | |
display: inline-block; | |
width: auto; | |
} | |
.block-desktop { | |
display: block; | |
} | |
.hidden-desktop { | |
display: none !important; | |
} | |
.clear-desktop { | |
clear: both; | |
} | |
.clear-desktop:after { | |
content: " "; | |
display: block; | |
height: 0; | |
font-size: 0; | |
clear: both; | |
visibility: hidden; | |
} | |
.center-desktop { | |
display: block; | |
margin: 0 auto; | |
} | |
.pull-right-desktop { | |
float: right; | |
} | |
.pull-left-desktop { | |
float: left; | |
} | |
.pull-none-desktop { | |
float: none; | |
} | |
.zero-desktop { | |
margin: 0; | |
padding: 0; | |
} | |
.fixed-desktop { | |
position: fixed; | |
} | |
.fixed-top-desktop { | |
position: fixed; | |
top: 0; | |
} | |
.fixed-right-desktop { | |
position: fixed; | |
right: 0; | |
} | |
.fixed-bottom-desktop { | |
position: fixed; | |
bottom: 0; | |
} | |
.fixed-left-desktop { | |
position: fixed; | |
left: 0; | |
} | |
.fixed-middle-desktop { | |
position: fixed; | |
top: 50%; | |
} | |
.fixed-center-desktop { | |
position: fixed; | |
left: 50%; | |
} | |
.fixed-top-right-desktop { | |
position: fixed; | |
top: 0; | |
right: 0; | |
} | |
.fixed-top-left-desktop { | |
position: fixed; | |
top: 0; | |
left: 0; | |
} | |
.fixed-top-center-desktop { | |
position: fixed; | |
top: 0; | |
left: 50%; | |
} | |
.fixed-middle-right-desktop { | |
position: fixed; | |
top: 50%; | |
right: 0; | |
} | |
.fixed-middle-left-desktop { | |
position: fixed; | |
top: 50%; | |
left: 0; | |
} | |
.fixed-middle-center-desktop { | |
position: fixed; | |
top: 50%; | |
left: 50%; | |
} | |
.fixed-bottom-right-desktop { | |
position: fixed; | |
bottom: 0; | |
right: 0; | |
} | |
.fixed-bottom-left-desktop { | |
position: fixed; | |
bottom: 0; | |
left: 0; | |
} | |
.fixed-bottom-center-desktop { | |
position: fixed; | |
bottom: 0; | |
left: 50%; | |
} | |
.absolute-desktop { | |
position: absolute; | |
} | |
.absolute-top-desktop { | |
position: absolute; | |
top: 0; | |
} | |
.absolute-right-desktop { | |
position: absolute; | |
right: 0; | |
} | |
.absolute-bottom-desktop { | |
position: absolute; | |
bottom: 0; | |
} | |
.absolute-left-desktop { | |
position: absolute; | |
left: 0; | |
} | |
.absolute-middle-desktop { | |
position: absolute; | |
top: 50%; | |
} | |
.absolute-center-desktop { | |
position: absolute; | |
left: 50%; | |
} | |
.absolute-top-right-desktop { | |
position: absolute; | |
top: 0; | |
right: 0; | |
} | |
.absolute-top-left-desktop { | |
position: absolute; | |
top: 0; | |
left: 0; | |
} | |
.absolute-top-center-desktop { | |
position: absolute; | |
top: 0; | |
left: 50%; | |
} | |
.absolute-middle-right-desktop { | |
position: absolute; | |
top: 50%; | |
right: 0; | |
} | |
.absolute-middle-left-desktop { | |
position: absolute; | |
top: 50%; | |
left: 0; | |
} | |
.absolute-middle-center-desktop { | |
position: absolute; | |
top: 50%; | |
left: 50%; | |
} | |
.absolute-bottom-right-desktop { | |
position: absolute; | |
bottom: 0; | |
right: 0; | |
} | |
.absolute-bottom-left-desktop { | |
position: absolute; | |
bottom: 0; | |
left: 0; | |
} | |
.absolute-bottom-center-desktop { | |
position: absolute; | |
bottom: 0; | |
left: 50%; | |
} | |
.relative-desktop { | |
position: relative; | |
} | |
.static-desktop { | |
position: static; | |
} | |
.one-column-desktop { | |
column-count: 1; | |
} | |
.two-columns-desktop { | |
column-count: 2; | |
} | |
.three-columns-desktop { | |
column-count: 3; | |
} | |
.four-columns-desktop { | |
column-count: 4; | |
} | |
.five-columns-desktop { | |
column-count: 5; | |
} | |
.six-columns-desktop { | |
column-count: 6; | |
} | |
.align-top-desktop { | |
display: table-cell; | |
vertical-align: top; | |
} | |
.align-right-desktop { | |
text-align: right; | |
} | |
.align-bottom-desktop { | |
display: table-cell; | |
vertical-align: bottom; | |
} | |
.align-left-desktop { | |
text-align: left; | |
} | |
.align-center-desktop { | |
text-align: center; | |
} | |
.unstyled-desktop { | |
margin: 0; | |
padding: 0; | |
} | |
.justify-desktop { | |
text-align: justify; | |
} | |
.truncate-desktop { | |
overflow: hidden; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
} | |
.small-desktop { | |
font-size: 0.8em; | |
} | |
.medium-desktop { | |
font-size: 1em; | |
} | |
.large-desktop { | |
font-size: 1.5em; | |
} | |
.no-border-desktop { | |
border: 0; | |
} | |
.bordered-desktop { | |
border: 1px solid #dddddd; | |
} | |
.border-top-desktop { | |
border-top: 1px solid #dddddd; | |
} | |
.border-right-desktop { | |
border-right: 1px solid #dddddd; | |
} | |
.border-bottom-desktop { | |
border-bottom: 1px solid #dddddd; | |
} | |
.border-left-desktop { | |
border-left: 1px solid #dddddd; | |
} | |
.square-desktop { | |
border-radius: 0; | |
} | |
.rounded-desktop { | |
border-radius: 9999em; | |
} | |
.round-desktop { | |
border-radius: 50%; | |
} | |
.rotate-90-desktop { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(90deg); | |
-moz-transform: rotate(90deg); | |
-ms-transform: rotate(90deg); | |
-o-transform: rotate(90deg); | |
transform: rotate(90deg); | |
} | |
.rotate-90-ctr-desktop { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-90deg); | |
-moz-transform: rotate(-90deg); | |
-ms-transform: rotate(-90deg); | |
-o-transform: rotate(-90deg); | |
transform: rotate(-90deg); | |
} | |
.rotate-180-desktop { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(180deg); | |
-moz-transform: rotate(180deg); | |
-ms-transform: rotate(180deg); | |
-o-transform: rotate(180deg); | |
transform: rotate(180deg); | |
} | |
.rotate-180-ctr-desktop { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-180deg); | |
-moz-transform: rotate(-180deg); | |
-ms-transform: rotate(-180deg); | |
-o-transform: rotate(-180deg); | |
transform: rotate(-180deg); | |
} | |
.rotate-270-desktop { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(270deg); | |
-moz-transform: rotate(270deg); | |
-ms-transform: rotate(270deg); | |
-o-transform: rotate(270deg); | |
transform: rotate(270deg); | |
} | |
.rotate-270-ctr-desktop { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-270deg); | |
-moz-transform: rotate(-270deg); | |
-ms-transform: rotate(-270deg); | |
-o-transform: rotate(-270deg); | |
transform: rotate(-270deg); | |
} | |
.rotate-360-desktop { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(360deg); | |
-moz-transform: rotate(360deg); | |
-ms-transform: rotate(360deg); | |
-o-transform: rotate(360deg); | |
transform: rotate(360deg); | |
} | |
.rotate-360-ctr-desktop { | |
display: inline-block; | |
width: auto; | |
-webkit-transform: rotate(-360deg); | |
-moz-transform: rotate(-360deg); | |
-ms-transform: rotate(-360deg); | |
-o-transform: rotate(-360deg); | |
transform: rotate(-360deg); | |
} | |
.padded-desktop { | |
padding: 10px; | |
} | |
.half-padded-desktop { | |
padding: 5px; | |
} | |
.double-padded-desktop { | |
padding: 20px; | |
} | |
.triple-padded-desktop { | |
padding: 30px; | |
} | |
.pad-top-desktop { | |
padding-top: 10px; | |
} | |
.half-pad-top-desktop { | |
padding-top: 5px; | |
} | |
.double-pad-top-desktop { | |
padding-top: 20px; | |
} | |
.triple-pad-top-desktop { | |
padding-top: 30px; | |
} | |
.pad-right-desktop { | |
padding-right: 10px; | |
} | |
.half-pad-right-desktop { | |
padding-right: 5px; | |
} | |
.double-pad-right-desktop { | |
padding-right: 20px; | |
} | |
.triple-pad-right-desktop { | |
padding-right: 30px; | |
} | |
.pad-bottom-desktop { | |
padding-bottom: 10px; | |
} | |
.half-pad-bottom-desktop { | |
padding-bottom: 5px; | |
} | |
.double-pad-bottom-desktop { | |
padding-bottom: 20px; | |
} | |
.triple-pad-bottom-desktop { | |
padding-bottom: 30px; | |
} | |
.pad-left-desktop { | |
padding-left: 10px; | |
} | |
.half-pad-left-desktop { | |
padding-left: 5px; | |
} | |
.double-pad-left-desktop { | |
padding-left: 20px; | |
} | |
.triple-pad-left-desktop { | |
padding-left: 30px; | |
} | |
.gapped-desktop { | |
margin: 10px; | |
} | |
.half-gapped-desktop { | |
margin: 5px; | |
} | |
.double-gapped-desktop { | |
margin: 20px; | |
} | |
.triple-gapped-desktop { | |
margin: 30px; | |
} | |
.gap-top-desktop { | |
margin-top: 10px; | |
} | |
.half-gap-top-desktop { | |
margin-top: 5px; | |
} | |
.double-gap-top-desktop { | |
margin-top: 20px; | |
} | |
.triple-gap-top-desktop { | |
margin-top: 30px; | |
} | |
.gap-right-desktop { | |
margin-right: 10px; | |
} | |
.half-gap-right-desktop { | |
margin-right: 5px; | |
} | |
.double-gap-right-desktop { | |
margin-right: 20px; | |
} | |
.triple-gap-right-desktop { | |
margin-right: 30px; | |
} | |
.gap-bottom-desktop { | |
margin-bottom: 10px; | |
} | |
.half-gap-bottom-desktop { | |
margin-bottom: 5px; | |
} | |
.double-gap-bottom-desktop { | |
margin-bottom: 20px; | |
} | |
.triple-gap-bottom-desktop { | |
margin-bottom: 30px; | |
} | |
.gap-left-desktop { | |
margin-left: 10px; | |
} | |
.half-gap-left-desktop { | |
margin-left: 5px; | |
} | |
.double-gap-left-desktop { | |
margin-left: 20px; | |
} | |
.triple-gap-left-desktop { | |
margin-left: 30px; | |
} | |
.offset-desktop { | |
margin: -10px; | |
} | |
.half-offset-desktop { | |
margin: -5px; | |
} | |
.double-offset-desktop { | |
margin: -20px; | |
} | |
.triple-offset-desktop { | |
margin: -30px; | |
} | |
.offset-top-desktop { | |
margin-top: -10px; | |
} | |
.half-offset-top-desktop { | |
margin-top: -5px; | |
} | |
.double-offset-top-desktop { | |
margin-top: -20px; | |
} | |
.triple-offset-top-desktop { | |
margin-top: -30px; | |
} | |
.offset-right-desktop { | |
margin-right: -10px; | |
} | |
.half-offset-right-desktop { | |
margin-right: -5px; | |
} | |
.double-offset-right-desktop { | |
margin-right: -20px; | |
} | |
.triple-offset-right-desktop { | |
margin-right: -30px; | |
} | |
.offset-bottom-desktop { | |
margin-bottom: -10px; | |
} | |
.half-offset-bottom-desktop { | |
margin-bottom: -5px; | |
} | |
.double-offset-bottom-desktop { | |
margin-bottom: -20px; | |
} | |
.triple-offset-bottom-desktop { | |
margin-bottom: -30px; | |
} | |
.offset-left-desktop { | |
margin-left: -10px; | |
} | |
.half-offset-left-desktop { | |
margin-left: -5px; | |
} | |
.double-offset-left-desktop { | |
margin-left: -20px; | |
} | |
.triple-offset-left-desktop { | |
margin-left: -30px; | |
} | |
.large-tablet-only { | |
display: none !important; | |
} | |
.hide-on-large-tablet { | |
display: block !important; | |
} | |
.desktop-only { | |
display: block !important; | |
} | |
.hide-on-desktop { | |
display: none !important; | |
} | |
.transition { | |
transition: all 0.2s; | |
} | |
.no-transition { | |
transition: none !important; | |
} | |
.container { | |
max-width: 1200px; | |
margin: 0 auto; | |
} | |
.row { | |
clear: both; | |
width: 100%; | |
} | |
.row:after { | |
content: " "; | |
display: block; | |
height: 0; | |
font-size: 0; | |
clear: both; | |
visibility: hidden; | |
} | |
.row.guttered { | |
width: auto; | |
margin-left: -10px; | |
} | |
.row.guttered > * { | |
padding-left: 10px; | |
} | |
.row.half-guttered { | |
width: auto; | |
margin-left: -5px; | |
} | |
.row.half-guttered > * { | |
padding-left: 5px; | |
} | |
.row.double-guttered, .row.triple-guttered { | |
width: auto; | |
margin-left: -20px; | |
} | |
.row.double-guttered > *, .row.triple-guttered > * { | |
padding-left: 20px; | |
} | |
.column { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
} | |
.column:nth-child(n) { | |
clear: none; | |
} | |
.centered { | |
float: none !important; | |
margin-left: auto !important; | |
margin-right: auto !important; | |
} | |
.one-half-mobile, .one-third-mobile, .two-thirds-mobile, .one-fourth-mobile, .two-fourths-mobile, .three-fourths-mobile, .one-fifth-mobile, .two-fifths-mobile, .three-fifths-mobile, .four-fifths-mobile, .one-sixth-mobile, .two-sixths-mobile, .three-sixths-mobile, .four-sixths-mobile, .five-sixths-mobile, .one-seventh-mobile, .two-sevenths-mobile, .three-sevenths-mobile, .four-sevenths-mobile, .five-sevenths-mobile, .six-sevenths-mobile, .one-eighth-mobile, .two-eighths-mobile, .three-eighths-mobile, .four-eighths-mobile, .five-eighths-mobile, .six-eighths-mobile, .seven-eighths-mobile, .one-ninth-mobile, .two-ninths-mobile, .three-ninths-mobile, .four-ninths-mobile, .five-ninths-mobile, .six-ninths-mobile, .seven-ninths-mobile, .eight-ninths-mobile, .one-tenth-mobile, .two-tenths-mobile, .three-tenths-mobile, .four-tenths-mobile, .five-tenths-mobile, .six-tenths-mobile, .seven-tenths-mobile, .eight-tenths-mobile, .nine-tenths-mobile, .one-eleventh-mobile, .two-elevenths-mobile, .three-elevenths-mobile, .four-elevenths-mobile, .five-elevenths-mobile, .six-elevenths-mobile, .seven-elevenths-mobile, .eight-elevenths-mobile, .nine-elevenths-mobile, .ten-elevenths-mobile, .one-twelfth-mobile, .two-twelfths-mobile, .three-twelfths-mobile, .four-twelfths-mobile, .five-twelfths-mobile, .six-twelfths-mobile, .seven-twelfths-mobile, .eight-twelfths-mobile, .nine-twelfths-mobile, .ten-twelfths-mobile, .eleven-twelfths-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
} | |
.one-half-mobile:nth-child(n), .one-third-mobile:nth-child(n), .two-thirds-mobile:nth-child(n), .one-fourth-mobile:nth-child(n), .two-fourths-mobile:nth-child(n), .three-fourths-mobile:nth-child(n), .one-fifth-mobile:nth-child(n), .two-fifths-mobile:nth-child(n), .three-fifths-mobile:nth-child(n), .four-fifths-mobile:nth-child(n), .one-sixth-mobile:nth-child(n), .two-sixths-mobile:nth-child(n), .three-sixths-mobile:nth-child(n), .four-sixths-mobile:nth-child(n), .five-sixths-mobile:nth-child(n), .one-seventh-mobile:nth-child(n), .two-sevenths-mobile:nth-child(n), .three-sevenths-mobile:nth-child(n), .four-sevenths-mobile:nth-child(n), .five-sevenths-mobile:nth-child(n), .six-sevenths-mobile:nth-child(n), .one-eighth-mobile:nth-child(n), .two-eighths-mobile:nth-child(n), .three-eighths-mobile:nth-child(n), .four-eighths-mobile:nth-child(n), .five-eighths-mobile:nth-child(n), .six-eighths-mobile:nth-child(n), .seven-eighths-mobile:nth-child(n), .one-ninth-mobile:nth-child(n), .two-ninths-mobile:nth-child(n), .three-ninths-mobile:nth-child(n), .four-ninths-mobile:nth-child(n), .five-ninths-mobile:nth-child(n), .six-ninths-mobile:nth-child(n), .seven-ninths-mobile:nth-child(n), .eight-ninths-mobile:nth-child(n), .one-tenth-mobile:nth-child(n), .two-tenths-mobile:nth-child(n), .three-tenths-mobile:nth-child(n), .four-tenths-mobile:nth-child(n), .five-tenths-mobile:nth-child(n), .six-tenths-mobile:nth-child(n), .seven-tenths-mobile:nth-child(n), .eight-tenths-mobile:nth-child(n), .nine-tenths-mobile:nth-child(n), .one-eleventh-mobile:nth-child(n), .two-elevenths-mobile:nth-child(n), .three-elevenths-mobile:nth-child(n), .four-elevenths-mobile:nth-child(n), .five-elevenths-mobile:nth-child(n), .six-elevenths-mobile:nth-child(n), .seven-elevenths-mobile:nth-child(n), .eight-elevenths-mobile:nth-child(n), .nine-elevenths-mobile:nth-child(n), .ten-elevenths-mobile:nth-child(n), .one-twelfth-mobile:nth-child(n), .two-twelfths-mobile:nth-child(n), .three-twelfths-mobile:nth-child(n), .four-twelfths-mobile:nth-child(n), .five-twelfths-mobile:nth-child(n), .six-twelfths-mobile:nth-child(n), .seven-twelfths-mobile:nth-child(n), .eight-twelfths-mobile:nth-child(n), .nine-twelfths-mobile:nth-child(n), .ten-twelfths-mobile:nth-child(n), .eleven-twelfths-mobile:nth-child(n) { | |
clear: none; | |
} | |
.one-half-mobile { | |
width: 50%; | |
} | |
.one-half-mobile.right-one-mobile { | |
left: 50%; | |
} | |
.one-half-mobile.left-one-mobile { | |
right: 50%; | |
} | |
.one-third-mobile { | |
width: 33.33333%; | |
} | |
.one-third-mobile.right-one-mobile { | |
left: 33.33333%; | |
} | |
.one-third-mobile.left-one-mobile { | |
right: 33.33333%; | |
} | |
.one-third-mobile.right-two-mobile { | |
left: 66.66667%; | |
} | |
.one-third-mobile.left-two-mobile { | |
right: 66.66667%; | |
} | |
.two-thirds-mobile { | |
width: 66.66667%; | |
} | |
.two-thirds-mobile.right-one-mobile { | |
left: 33.33333%; | |
} | |
.two-thirds-mobile.left-one-mobile { | |
right: 33.33333%; | |
} | |
.one-fourth-mobile { | |
width: 25%; | |
} | |
.one-fourth-mobile.right-one-mobile { | |
left: 25%; | |
} | |
.one-fourth-mobile.left-one-mobile { | |
right: 25%; | |
} | |
.one-fourth-mobile.right-two-mobile { | |
left: 50%; | |
} | |
.one-fourth-mobile.left-two-mobile { | |
right: 50%; | |
} | |
.one-fourth-mobile.right-three-mobile { | |
left: 75%; | |
} | |
.one-fourth-mobile.left-three-mobile { | |
right: 75%; | |
} | |
.two-fourths-mobile { | |
width: 50%; | |
} | |
.two-fourths-mobile.right-one-mobile { | |
left: 25%; | |
} | |
.two-fourths-mobile.left-one-mobile { | |
right: 25%; | |
} | |
.two-fourths-mobile.right-two-mobile { | |
left: 50%; | |
} | |
.two-fourths-mobile.left-two-mobile { | |
right: 50%; | |
} | |
.three-fourths-mobile { | |
width: 75%; | |
} | |
.three-fourths-mobile.right-one-mobile { | |
left: 25%; | |
} | |
.three-fourths-mobile.left-one-mobile { | |
right: 25%; | |
} | |
.one-fifth-mobile { | |
width: 20%; | |
} | |
.one-fifth-mobile.right-one-mobile { | |
left: 20%; | |
} | |
.one-fifth-mobile.left-one-mobile { | |
right: 20%; | |
} | |
.one-fifth-mobile.right-two-mobile { | |
left: 40%; | |
} | |
.one-fifth-mobile.left-two-mobile { | |
right: 40%; | |
} | |
.one-fifth-mobile.right-three-mobile { | |
left: 60%; | |
} | |
.one-fifth-mobile.left-three-mobile { | |
right: 60%; | |
} | |
.one-fifth-mobile.right-four-mobile { | |
left: 80%; | |
} | |
.one-fifth-mobile.left-four-mobile { | |
right: 80%; | |
} | |
.two-fifths-mobile { | |
width: 40%; | |
} | |
.two-fifths-mobile.right-one-mobile { | |
left: 20%; | |
} | |
.two-fifths-mobile.left-one-mobile { | |
right: 20%; | |
} | |
.two-fifths-mobile.right-two-mobile { | |
left: 40%; | |
} | |
.two-fifths-mobile.left-two-mobile { | |
right: 40%; | |
} | |
.two-fifths-mobile.right-three-mobile { | |
left: 60%; | |
} | |
.two-fifths-mobile.left-three-mobile { | |
right: 60%; | |
} | |
.three-fifths-mobile { | |
width: 60%; | |
} | |
.three-fifths-mobile.right-one-mobile { | |
left: 20%; | |
} | |
.three-fifths-mobile.left-one-mobile { | |
right: 20%; | |
} | |
.three-fifths-mobile.right-two-mobile { | |
left: 40%; | |
} | |
.three-fifths-mobile.left-two-mobile { | |
right: 40%; | |
} | |
.four-fifths-mobile { | |
width: 80%; | |
} | |
.four-fifths-mobile.right-one-mobile { | |
left: 20%; | |
} | |
.four-fifths-mobile.left-one-mobile { | |
right: 20%; | |
} | |
.one-sixth-mobile { | |
width: 16.66667%; | |
} | |
.one-sixth-mobile.right-one-mobile { | |
left: 16.66667%; | |
} | |
.one-sixth-mobile.left-one-mobile { | |
right: 16.66667%; | |
} | |
.one-sixth-mobile.right-two-mobile { | |
left: 33.33333%; | |
} | |
.one-sixth-mobile.left-two-mobile { | |
right: 33.33333%; | |
} | |
.one-sixth-mobile.right-three-mobile { | |
left: 50%; | |
} | |
.one-sixth-mobile.left-three-mobile { | |
right: 50%; | |
} | |
.one-sixth-mobile.right-four-mobile { | |
left: 66.66667%; | |
} | |
.one-sixth-mobile.left-four-mobile { | |
right: 66.66667%; | |
} | |
.one-sixth-mobile.right-five-mobile { | |
left: 83.33333%; | |
} | |
.one-sixth-mobile.left-five-mobile { | |
right: 83.33333%; | |
} | |
.two-sixths-mobile { | |
width: 33.33333%; | |
} | |
.two-sixths-mobile.right-one-mobile { | |
left: 16.66667%; | |
} | |
.two-sixths-mobile.left-one-mobile { | |
right: 16.66667%; | |
} | |
.two-sixths-mobile.right-two-mobile { | |
left: 33.33333%; | |
} | |
.two-sixths-mobile.left-two-mobile { | |
right: 33.33333%; | |
} | |
.two-sixths-mobile.right-three-mobile { | |
left: 50%; | |
} | |
.two-sixths-mobile.left-three-mobile { | |
right: 50%; | |
} | |
.two-sixths-mobile.right-four-mobile { | |
left: 66.66667%; | |
} | |
.two-sixths-mobile.left-four-mobile { | |
right: 66.66667%; | |
} | |
.three-sixths-mobile { | |
width: 50%; | |
} | |
.three-sixths-mobile.right-one-mobile { | |
left: 16.66667%; | |
} | |
.three-sixths-mobile.left-one-mobile { | |
right: 16.66667%; | |
} | |
.three-sixths-mobile.right-two-mobile { | |
left: 33.33333%; | |
} | |
.three-sixths-mobile.left-two-mobile { | |
right: 33.33333%; | |
} | |
.three-sixths-mobile.right-three-mobile { | |
left: 50%; | |
} | |
.three-sixths-mobile.left-three-mobile { | |
right: 50%; | |
} | |
.four-sixths-mobile { | |
width: 66.66667%; | |
} | |
.four-sixths-mobile.right-one-mobile { | |
left: 16.66667%; | |
} | |
.four-sixths-mobile.left-one-mobile { | |
right: 16.66667%; | |
} | |
.four-sixths-mobile.right-two-mobile { | |
left: 33.33333%; | |
} | |
.four-sixths-mobile.left-two-mobile { | |
right: 33.33333%; | |
} | |
.five-sixths-mobile { | |
width: 83.33333%; | |
} | |
.five-sixths-mobile.right-one-mobile { | |
left: 16.66667%; | |
} | |
.five-sixths-mobile.left-one-mobile { | |
right: 16.66667%; | |
} | |
.one-seventh-mobile { | |
width: 14.28571%; | |
} | |
.one-seventh-mobile.right-one-mobile { | |
left: 14.28571%; | |
} | |
.one-seventh-mobile.left-one-mobile { | |
right: 14.28571%; | |
} | |
.one-seventh-mobile.right-two-mobile { | |
left: 28.57143%; | |
} | |
.one-seventh-mobile.left-two-mobile { | |
right: 28.57143%; | |
} | |
.one-seventh-mobile.right-three-mobile { | |
left: 42.85714%; | |
} | |
.one-seventh-mobile.left-three-mobile { | |
right: 42.85714%; | |
} | |
.one-seventh-mobile.right-four-mobile { | |
left: 57.14286%; | |
} | |
.one-seventh-mobile.left-four-mobile { | |
right: 57.14286%; | |
} | |
.one-seventh-mobile.right-five-mobile { | |
left: 71.42857%; | |
} | |
.one-seventh-mobile.left-five-mobile { | |
right: 71.42857%; | |
} | |
.one-seventh-mobile.right-six-mobile { | |
left: 85.71429%; | |
} | |
.one-seventh-mobile.left-six-mobile { | |
right: 85.71429%; | |
} | |
.two-sevenths-mobile { | |
width: 28.57143%; | |
} | |
.two-sevenths-mobile.right-one-mobile { | |
left: 14.28571%; | |
} | |
.two-sevenths-mobile.left-one-mobile { | |
right: 14.28571%; | |
} | |
.two-sevenths-mobile.right-two-mobile { | |
left: 28.57143%; | |
} | |
.two-sevenths-mobile.left-two-mobile { | |
right: 28.57143%; | |
} | |
.two-sevenths-mobile.right-three-mobile { | |
left: 42.85714%; | |
} | |
.two-sevenths-mobile.left-three-mobile { | |
right: 42.85714%; | |
} | |
.two-sevenths-mobile.right-four-mobile { | |
left: 57.14286%; | |
} | |
.two-sevenths-mobile.left-four-mobile { | |
right: 57.14286%; | |
} | |
.two-sevenths-mobile.right-five-mobile { | |
left: 71.42857%; | |
} | |
.two-sevenths-mobile.left-five-mobile { | |
right: 71.42857%; | |
} | |
.three-sevenths-mobile { | |
width: 42.85714%; | |
} | |
.three-sevenths-mobile.right-one-mobile { | |
left: 14.28571%; | |
} | |
.three-sevenths-mobile.left-one-mobile { | |
right: 14.28571%; | |
} | |
.three-sevenths-mobile.right-two-mobile { | |
left: 28.57143%; | |
} | |
.three-sevenths-mobile.left-two-mobile { | |
right: 28.57143%; | |
} | |
.three-sevenths-mobile.right-three-mobile { | |
left: 42.85714%; | |
} | |
.three-sevenths-mobile.left-three-mobile { | |
right: 42.85714%; | |
} | |
.three-sevenths-mobile.right-four-mobile { | |
left: 57.14286%; | |
} | |
.three-sevenths-mobile.left-four-mobile { | |
right: 57.14286%; | |
} | |
.four-sevenths-mobile { | |
width: 57.14286%; | |
} | |
.four-sevenths-mobile.right-one-mobile { | |
left: 14.28571%; | |
} | |
.four-sevenths-mobile.left-one-mobile { | |
right: 14.28571%; | |
} | |
.four-sevenths-mobile.right-two-mobile { | |
left: 28.57143%; | |
} | |
.four-sevenths-mobile.left-two-mobile { | |
right: 28.57143%; | |
} | |
.four-sevenths-mobile.right-three-mobile { | |
left: 42.85714%; | |
} | |
.four-sevenths-mobile.left-three-mobile { | |
right: 42.85714%; | |
} | |
.five-sevenths-mobile { | |
width: 71.42857%; | |
} | |
.five-sevenths-mobile.right-one-mobile { | |
left: 14.28571%; | |
} | |
.five-sevenths-mobile.left-one-mobile { | |
right: 14.28571%; | |
} | |
.five-sevenths-mobile.right-two-mobile { | |
left: 28.57143%; | |
} | |
.five-sevenths-mobile.left-two-mobile { | |
right: 28.57143%; | |
} | |
.six-sevenths-mobile { | |
width: 85.71429%; | |
} | |
.six-sevenths-mobile.right-one-mobile { | |
left: 14.28571%; | |
} | |
.six-sevenths-mobile.left-one-mobile { | |
right: 14.28571%; | |
} | |
.one-eighth-mobile { | |
width: 12.5%; | |
} | |
.one-eighth-mobile.right-one-mobile { | |
left: 12.5%; | |
} | |
.one-eighth-mobile.left-one-mobile { | |
right: 12.5%; | |
} | |
.one-eighth-mobile.right-two-mobile { | |
left: 25%; | |
} | |
.one-eighth-mobile.left-two-mobile { | |
right: 25%; | |
} | |
.one-eighth-mobile.right-three-mobile { | |
left: 37.5%; | |
} | |
.one-eighth-mobile.left-three-mobile { | |
right: 37.5%; | |
} | |
.one-eighth-mobile.right-four-mobile { | |
left: 50%; | |
} | |
.one-eighth-mobile.left-four-mobile { | |
right: 50%; | |
} | |
.one-eighth-mobile.right-five-mobile { | |
left: 62.5%; | |
} | |
.one-eighth-mobile.left-five-mobile { | |
right: 62.5%; | |
} | |
.one-eighth-mobile.right-six-mobile { | |
left: 75%; | |
} | |
.one-eighth-mobile.left-six-mobile { | |
right: 75%; | |
} | |
.one-eighth-mobile.right-seven-mobile { | |
left: 87.5%; | |
} | |
.one-eighth-mobile.left-seven-mobile { | |
right: 87.5%; | |
} | |
.two-eighths-mobile { | |
width: 25%; | |
} | |
.two-eighths-mobile.right-one-mobile { | |
left: 12.5%; | |
} | |
.two-eighths-mobile.left-one-mobile { | |
right: 12.5%; | |
} | |
.two-eighths-mobile.right-two-mobile { | |
left: 25%; | |
} | |
.two-eighths-mobile.left-two-mobile { | |
right: 25%; | |
} | |
.two-eighths-mobile.right-three-mobile { | |
left: 37.5%; | |
} | |
.two-eighths-mobile.left-three-mobile { | |
right: 37.5%; | |
} | |
.two-eighths-mobile.right-four-mobile { | |
left: 50%; | |
} | |
.two-eighths-mobile.left-four-mobile { | |
right: 50%; | |
} | |
.two-eighths-mobile.right-five-mobile { | |
left: 62.5%; | |
} | |
.two-eighths-mobile.left-five-mobile { | |
right: 62.5%; | |
} | |
.two-eighths-mobile.right-six-mobile { | |
left: 75%; | |
} | |
.two-eighths-mobile.left-six-mobile { | |
right: 75%; | |
} | |
.three-eighths-mobile { | |
width: 37.5%; | |
} | |
.three-eighths-mobile.right-one-mobile { | |
left: 12.5%; | |
} | |
.three-eighths-mobile.left-one-mobile { | |
right: 12.5%; | |
} | |
.three-eighths-mobile.right-two-mobile { | |
left: 25%; | |
} | |
.three-eighths-mobile.left-two-mobile { | |
right: 25%; | |
} | |
.three-eighths-mobile.right-three-mobile { | |
left: 37.5%; | |
} | |
.three-eighths-mobile.left-three-mobile { | |
right: 37.5%; | |
} | |
.three-eighths-mobile.right-four-mobile { | |
left: 50%; | |
} | |
.three-eighths-mobile.left-four-mobile { | |
right: 50%; | |
} | |
.three-eighths-mobile.right-five-mobile { | |
left: 62.5%; | |
} | |
.three-eighths-mobile.left-five-mobile { | |
right: 62.5%; | |
} | |
.four-eighths-mobile { | |
width: 50%; | |
} | |
.four-eighths-mobile.right-one-mobile { | |
left: 12.5%; | |
} | |
.four-eighths-mobile.left-one-mobile { | |
right: 12.5%; | |
} | |
.four-eighths-mobile.right-two-mobile { | |
left: 25%; | |
} | |
.four-eighths-mobile.left-two-mobile { | |
right: 25%; | |
} | |
.four-eighths-mobile.right-three-mobile { | |
left: 37.5%; | |
} | |
.four-eighths-mobile.left-three-mobile { | |
right: 37.5%; | |
} | |
.four-eighths-mobile.right-four-mobile { | |
left: 50%; | |
} | |
.four-eighths-mobile.left-four-mobile { | |
right: 50%; | |
} | |
.five-eighths-mobile { | |
width: 62.5%; | |
} | |
.five-eighths-mobile.right-one-mobile { | |
left: 12.5%; | |
} | |
.five-eighths-mobile.left-one-mobile { | |
right: 12.5%; | |
} | |
.five-eighths-mobile.right-two-mobile { | |
left: 25%; | |
} | |
.five-eighths-mobile.left-two-mobile { | |
right: 25%; | |
} | |
.five-eighths-mobile.right-three-mobile { | |
left: 37.5%; | |
} | |
.five-eighths-mobile.left-three-mobile { | |
right: 37.5%; | |
} | |
.six-eighths-mobile { | |
width: 75%; | |
} | |
.six-eighths-mobile.right-one-mobile { | |
left: 12.5%; | |
} | |
.six-eighths-mobile.left-one-mobile { | |
right: 12.5%; | |
} | |
.six-eighths-mobile.right-two-mobile { | |
left: 25%; | |
} | |
.six-eighths-mobile.left-two-mobile { | |
right: 25%; | |
} | |
.seven-eighths-mobile { | |
width: 87.5%; | |
} | |
.seven-eighths-mobile.right-one-mobile { | |
left: 12.5%; | |
} | |
.seven-eighths-mobile.left-one-mobile { | |
right: 12.5%; | |
} | |
.one-ninth-mobile { | |
width: 11.11111%; | |
} | |
.one-ninth-mobile.right-one-mobile { | |
left: 11.11111%; | |
} | |
.one-ninth-mobile.left-one-mobile { | |
right: 11.11111%; | |
} | |
.one-ninth-mobile.right-two-mobile { | |
left: 22.22222%; | |
} | |
.one-ninth-mobile.left-two-mobile { | |
right: 22.22222%; | |
} | |
.one-ninth-mobile.right-three-mobile { | |
left: 33.33333%; | |
} | |
.one-ninth-mobile.left-three-mobile { | |
right: 33.33333%; | |
} | |
.one-ninth-mobile.right-four-mobile { | |
left: 44.44444%; | |
} | |
.one-ninth-mobile.left-four-mobile { | |
right: 44.44444%; | |
} | |
.one-ninth-mobile.right-five-mobile { | |
left: 55.55556%; | |
} | |
.one-ninth-mobile.left-five-mobile { | |
right: 55.55556%; | |
} | |
.one-ninth-mobile.right-six-mobile { | |
left: 66.66667%; | |
} | |
.one-ninth-mobile.left-six-mobile { | |
right: 66.66667%; | |
} | |
.one-ninth-mobile.right-seven-mobile { | |
left: 77.77778%; | |
} | |
.one-ninth-mobile.left-seven-mobile { | |
right: 77.77778%; | |
} | |
.one-ninth-mobile.right-eight-mobile { | |
left: 88.88889%; | |
} | |
.one-ninth-mobile.left-eight-mobile { | |
right: 88.88889%; | |
} | |
.two-ninths-mobile { | |
width: 22.22222%; | |
} | |
.two-ninths-mobile.right-one-mobile { | |
left: 11.11111%; | |
} | |
.two-ninths-mobile.left-one-mobile { | |
right: 11.11111%; | |
} | |
.two-ninths-mobile.right-two-mobile { | |
left: 22.22222%; | |
} | |
.two-ninths-mobile.left-two-mobile { | |
right: 22.22222%; | |
} | |
.two-ninths-mobile.right-three-mobile { | |
left: 33.33333%; | |
} | |
.two-ninths-mobile.left-three-mobile { | |
right: 33.33333%; | |
} | |
.two-ninths-mobile.right-four-mobile { | |
left: 44.44444%; | |
} | |
.two-ninths-mobile.left-four-mobile { | |
right: 44.44444%; | |
} | |
.two-ninths-mobile.right-five-mobile { | |
left: 55.55556%; | |
} | |
.two-ninths-mobile.left-five-mobile { | |
right: 55.55556%; | |
} | |
.two-ninths-mobile.right-six-mobile { | |
left: 66.66667%; | |
} | |
.two-ninths-mobile.left-six-mobile { | |
right: 66.66667%; | |
} | |
.two-ninths-mobile.right-seven-mobile { | |
left: 77.77778%; | |
} | |
.two-ninths-mobile.left-seven-mobile { | |
right: 77.77778%; | |
} | |
.three-ninths-mobile { | |
width: 33.33333%; | |
} | |
.three-ninths-mobile.right-one-mobile { | |
left: 11.11111%; | |
} | |
.three-ninths-mobile.left-one-mobile { | |
right: 11.11111%; | |
} | |
.three-ninths-mobile.right-two-mobile { | |
left: 22.22222%; | |
} | |
.three-ninths-mobile.left-two-mobile { | |
right: 22.22222%; | |
} | |
.three-ninths-mobile.right-three-mobile { | |
left: 33.33333%; | |
} | |
.three-ninths-mobile.left-three-mobile { | |
right: 33.33333%; | |
} | |
.three-ninths-mobile.right-four-mobile { | |
left: 44.44444%; | |
} | |
.three-ninths-mobile.left-four-mobile { | |
right: 44.44444%; | |
} | |
.three-ninths-mobile.right-five-mobile { | |
left: 55.55556%; | |
} | |
.three-ninths-mobile.left-five-mobile { | |
right: 55.55556%; | |
} | |
.three-ninths-mobile.right-six-mobile { | |
left: 66.66667%; | |
} | |
.three-ninths-mobile.left-six-mobile { | |
right: 66.66667%; | |
} | |
.four-ninths-mobile { | |
width: 44.44444%; | |
} | |
.four-ninths-mobile.right-one-mobile { | |
left: 11.11111%; | |
} | |
.four-ninths-mobile.left-one-mobile { | |
right: 11.11111%; | |
} | |
.four-ninths-mobile.right-two-mobile { | |
left: 22.22222%; | |
} | |
.four-ninths-mobile.left-two-mobile { | |
right: 22.22222%; | |
} | |
.four-ninths-mobile.right-three-mobile { | |
left: 33.33333%; | |
} | |
.four-ninths-mobile.left-three-mobile { | |
right: 33.33333%; | |
} | |
.four-ninths-mobile.right-four-mobile { | |
left: 44.44444%; | |
} | |
.four-ninths-mobile.left-four-mobile { | |
right: 44.44444%; | |
} | |
.four-ninths-mobile.right-five-mobile { | |
left: 55.55556%; | |
} | |
.four-ninths-mobile.left-five-mobile { | |
right: 55.55556%; | |
} | |
.five-ninths-mobile { | |
width: 55.55556%; | |
} | |
.five-ninths-mobile.right-one-mobile { | |
left: 11.11111%; | |
} | |
.five-ninths-mobile.left-one-mobile { | |
right: 11.11111%; | |
} | |
.five-ninths-mobile.right-two-mobile { | |
left: 22.22222%; | |
} | |
.five-ninths-mobile.left-two-mobile { | |
right: 22.22222%; | |
} | |
.five-ninths-mobile.right-three-mobile { | |
left: 33.33333%; | |
} | |
.five-ninths-mobile.left-three-mobile { | |
right: 33.33333%; | |
} | |
.five-ninths-mobile.right-four-mobile { | |
left: 44.44444%; | |
} | |
.five-ninths-mobile.left-four-mobile { | |
right: 44.44444%; | |
} | |
.six-ninths-mobile { | |
width: 66.66667%; | |
} | |
.six-ninths-mobile.right-one-mobile { | |
left: 11.11111%; | |
} | |
.six-ninths-mobile.left-one-mobile { | |
right: 11.11111%; | |
} | |
.six-ninths-mobile.right-two-mobile { | |
left: 22.22222%; | |
} | |
.six-ninths-mobile.left-two-mobile { | |
right: 22.22222%; | |
} | |
.six-ninths-mobile.right-three-mobile { | |
left: 33.33333%; | |
} | |
.six-ninths-mobile.left-three-mobile { | |
right: 33.33333%; | |
} | |
.seven-ninths-mobile { | |
width: 77.77778%; | |
} | |
.seven-ninths-mobile.right-one-mobile { | |
left: 11.11111%; | |
} | |
.seven-ninths-mobile.left-one-mobile { | |
right: 11.11111%; | |
} | |
.seven-ninths-mobile.right-two-mobile { | |
left: 22.22222%; | |
} | |
.seven-ninths-mobile.left-two-mobile { | |
right: 22.22222%; | |
} | |
.eight-ninths-mobile { | |
width: 88.88889%; | |
} | |
.eight-ninths-mobile.right-one-mobile { | |
left: 11.11111%; | |
} | |
.eight-ninths-mobile.left-one-mobile { | |
right: 11.11111%; | |
} | |
.one-tenth-mobile { | |
width: 10%; | |
} | |
.one-tenth-mobile.right-one-mobile { | |
left: 10%; | |
} | |
.one-tenth-mobile.left-one-mobile { | |
right: 10%; | |
} | |
.one-tenth-mobile.right-two-mobile { | |
left: 20%; | |
} | |
.one-tenth-mobile.left-two-mobile { | |
right: 20%; | |
} | |
.one-tenth-mobile.right-three-mobile { | |
left: 30%; | |
} | |
.one-tenth-mobile.left-three-mobile { | |
right: 30%; | |
} | |
.one-tenth-mobile.right-four-mobile { | |
left: 40%; | |
} | |
.one-tenth-mobile.left-four-mobile { | |
right: 40%; | |
} | |
.one-tenth-mobile.right-five-mobile { | |
left: 50%; | |
} | |
.one-tenth-mobile.left-five-mobile { | |
right: 50%; | |
} | |
.one-tenth-mobile.right-six-mobile { | |
left: 60%; | |
} | |
.one-tenth-mobile.left-six-mobile { | |
right: 60%; | |
} | |
.one-tenth-mobile.right-seven-mobile { | |
left: 70%; | |
} | |
.one-tenth-mobile.left-seven-mobile { | |
right: 70%; | |
} | |
.one-tenth-mobile.right-eight-mobile { | |
left: 80%; | |
} | |
.one-tenth-mobile.left-eight-mobile { | |
right: 80%; | |
} | |
.one-tenth-mobile.right-nine-mobile { | |
left: 90%; | |
} | |
.one-tenth-mobile.left-nine-mobile { | |
right: 90%; | |
} | |
.two-tenths-mobile { | |
width: 20%; | |
} | |
.two-tenths-mobile.right-one-mobile { | |
left: 10%; | |
} | |
.two-tenths-mobile.left-one-mobile { | |
right: 10%; | |
} | |
.two-tenths-mobile.right-two-mobile { | |
left: 20%; | |
} | |
.two-tenths-mobile.left-two-mobile { | |
right: 20%; | |
} | |
.two-tenths-mobile.right-three-mobile { | |
left: 30%; | |
} | |
.two-tenths-mobile.left-three-mobile { | |
right: 30%; | |
} | |
.two-tenths-mobile.right-four-mobile { | |
left: 40%; | |
} | |
.two-tenths-mobile.left-four-mobile { | |
right: 40%; | |
} | |
.two-tenths-mobile.right-five-mobile { | |
left: 50%; | |
} | |
.two-tenths-mobile.left-five-mobile { | |
right: 50%; | |
} | |
.two-tenths-mobile.right-six-mobile { | |
left: 60%; | |
} | |
.two-tenths-mobile.left-six-mobile { | |
right: 60%; | |
} | |
.two-tenths-mobile.right-seven-mobile { | |
left: 70%; | |
} | |
.two-tenths-mobile.left-seven-mobile { | |
right: 70%; | |
} | |
.two-tenths-mobile.right-eight-mobile { | |
left: 80%; | |
} | |
.two-tenths-mobile.left-eight-mobile { | |
right: 80%; | |
} | |
.three-tenths-mobile { | |
width: 30%; | |
} | |
.three-tenths-mobile.right-one-mobile { | |
left: 10%; | |
} | |
.three-tenths-mobile.left-one-mobile { | |
right: 10%; | |
} | |
.three-tenths-mobile.right-two-mobile { | |
left: 20%; | |
} | |
.three-tenths-mobile.left-two-mobile { | |
right: 20%; | |
} | |
.three-tenths-mobile.right-three-mobile { | |
left: 30%; | |
} | |
.three-tenths-mobile.left-three-mobile { | |
right: 30%; | |
} | |
.three-tenths-mobile.right-four-mobile { | |
left: 40%; | |
} | |
.three-tenths-mobile.left-four-mobile { | |
right: 40%; | |
} | |
.three-tenths-mobile.right-five-mobile { | |
left: 50%; | |
} | |
.three-tenths-mobile.left-five-mobile { | |
right: 50%; | |
} | |
.three-tenths-mobile.right-six-mobile { | |
left: 60%; | |
} | |
.three-tenths-mobile.left-six-mobile { | |
right: 60%; | |
} | |
.three-tenths-mobile.right-seven-mobile { | |
left: 70%; | |
} | |
.three-tenths-mobile.left-seven-mobile { | |
right: 70%; | |
} | |
.four-tenths-mobile { | |
width: 40%; | |
} | |
.four-tenths-mobile.right-one-mobile { | |
left: 10%; | |
} | |
.four-tenths-mobile.left-one-mobile { | |
right: 10%; | |
} | |
.four-tenths-mobile.right-two-mobile { | |
left: 20%; | |
} | |
.four-tenths-mobile.left-two-mobile { | |
right: 20%; | |
} | |
.four-tenths-mobile.right-three-mobile { | |
left: 30%; | |
} | |
.four-tenths-mobile.left-three-mobile { | |
right: 30%; | |
} | |
.four-tenths-mobile.right-four-mobile { | |
left: 40%; | |
} | |
.four-tenths-mobile.left-four-mobile { | |
right: 40%; | |
} | |
.four-tenths-mobile.right-five-mobile { | |
left: 50%; | |
} | |
.four-tenths-mobile.left-five-mobile { | |
right: 50%; | |
} | |
.four-tenths-mobile.right-six-mobile { | |
left: 60%; | |
} | |
.four-tenths-mobile.left-six-mobile { | |
right: 60%; | |
} | |
.five-tenths-mobile { | |
width: 50%; | |
} | |
.five-tenths-mobile.right-one-mobile { | |
left: 10%; | |
} | |
.five-tenths-mobile.left-one-mobile { | |
right: 10%; | |
} | |
.five-tenths-mobile.right-two-mobile { | |
left: 20%; | |
} | |
.five-tenths-mobile.left-two-mobile { | |
right: 20%; | |
} | |
.five-tenths-mobile.right-three-mobile { | |
left: 30%; | |
} | |
.five-tenths-mobile.left-three-mobile { | |
right: 30%; | |
} | |
.five-tenths-mobile.right-four-mobile { | |
left: 40%; | |
} | |
.five-tenths-mobile.left-four-mobile { | |
right: 40%; | |
} | |
.five-tenths-mobile.right-five-mobile { | |
left: 50%; | |
} | |
.five-tenths-mobile.left-five-mobile { | |
right: 50%; | |
} | |
.six-tenths-mobile { | |
width: 60%; | |
} | |
.six-tenths-mobile.right-one-mobile { | |
left: 10%; | |
} | |
.six-tenths-mobile.left-one-mobile { | |
right: 10%; | |
} | |
.six-tenths-mobile.right-two-mobile { | |
left: 20%; | |
} | |
.six-tenths-mobile.left-two-mobile { | |
right: 20%; | |
} | |
.six-tenths-mobile.right-three-mobile { | |
left: 30%; | |
} | |
.six-tenths-mobile.left-three-mobile { | |
right: 30%; | |
} | |
.six-tenths-mobile.right-four-mobile { | |
left: 40%; | |
} | |
.six-tenths-mobile.left-four-mobile { | |
right: 40%; | |
} | |
.seven-tenths-mobile { | |
width: 70%; | |
} | |
.seven-tenths-mobile.right-one-mobile { | |
left: 10%; | |
} | |
.seven-tenths-mobile.left-one-mobile { | |
right: 10%; | |
} | |
.seven-tenths-mobile.right-two-mobile { | |
left: 20%; | |
} | |
.seven-tenths-mobile.left-two-mobile { | |
right: 20%; | |
} | |
.seven-tenths-mobile.right-three-mobile { | |
left: 30%; | |
} | |
.seven-tenths-mobile.left-three-mobile { | |
right: 30%; | |
} | |
.eight-tenths-mobile { | |
width: 80%; | |
} | |
.eight-tenths-mobile.right-one-mobile { | |
left: 10%; | |
} | |
.eight-tenths-mobile.left-one-mobile { | |
right: 10%; | |
} | |
.eight-tenths-mobile.right-two-mobile { | |
left: 20%; | |
} | |
.eight-tenths-mobile.left-two-mobile { | |
right: 20%; | |
} | |
.nine-tenths-mobile { | |
width: 90%; | |
} | |
.nine-tenths-mobile.right-one-mobile { | |
left: 10%; | |
} | |
.nine-tenths-mobile.left-one-mobile { | |
right: 10%; | |
} | |
.one-eleventh-mobile { | |
width: 9.09091%; | |
} | |
.one-eleventh-mobile.right-one-mobile { | |
left: 9.09091%; | |
} | |
.one-eleventh-mobile.left-one-mobile { | |
right: 9.09091%; | |
} | |
.one-eleventh-mobile.right-two-mobile { | |
left: 18.18182%; | |
} | |
.one-eleventh-mobile.left-two-mobile { | |
right: 18.18182%; | |
} | |
.one-eleventh-mobile.right-three-mobile { | |
left: 27.27273%; | |
} | |
.one-eleventh-mobile.left-three-mobile { | |
right: 27.27273%; | |
} | |
.one-eleventh-mobile.right-four-mobile { | |
left: 36.36364%; | |
} | |
.one-eleventh-mobile.left-four-mobile { | |
right: 36.36364%; | |
} | |
.one-eleventh-mobile.right-five-mobile { | |
left: 45.45455%; | |
} | |
.one-eleventh-mobile.left-five-mobile { | |
right: 45.45455%; | |
} | |
.one-eleventh-mobile.right-six-mobile { | |
left: 54.54545%; | |
} | |
.one-eleventh-mobile.left-six-mobile { | |
right: 54.54545%; | |
} | |
.one-eleventh-mobile.right-seven-mobile { | |
left: 63.63636%; | |
} | |
.one-eleventh-mobile.left-seven-mobile { | |
right: 63.63636%; | |
} | |
.one-eleventh-mobile.right-eight-mobile { | |
left: 72.72727%; | |
} | |
.one-eleventh-mobile.left-eight-mobile { | |
right: 72.72727%; | |
} | |
.one-eleventh-mobile.right-nine-mobile { | |
left: 81.81818%; | |
} | |
.one-eleventh-mobile.left-nine-mobile { | |
right: 81.81818%; | |
} | |
.one-eleventh-mobile.right-ten-mobile { | |
left: 90.90909%; | |
} | |
.one-eleventh-mobile.left-ten-mobile { | |
right: 90.90909%; | |
} | |
.two-elevenths-mobile { | |
width: 18.18182%; | |
} | |
.two-elevenths-mobile.right-one-mobile { | |
left: 9.09091%; | |
} | |
.two-elevenths-mobile.left-one-mobile { | |
right: 9.09091%; | |
} | |
.two-elevenths-mobile.right-two-mobile { | |
left: 18.18182%; | |
} | |
.two-elevenths-mobile.left-two-mobile { | |
right: 18.18182%; | |
} | |
.two-elevenths-mobile.right-three-mobile { | |
left: 27.27273%; | |
} | |
.two-elevenths-mobile.left-three-mobile { | |
right: 27.27273%; | |
} | |
.two-elevenths-mobile.right-four-mobile { | |
left: 36.36364%; | |
} | |
.two-elevenths-mobile.left-four-mobile { | |
right: 36.36364%; | |
} | |
.two-elevenths-mobile.right-five-mobile { | |
left: 45.45455%; | |
} | |
.two-elevenths-mobile.left-five-mobile { | |
right: 45.45455%; | |
} | |
.two-elevenths-mobile.right-six-mobile { | |
left: 54.54545%; | |
} | |
.two-elevenths-mobile.left-six-mobile { | |
right: 54.54545%; | |
} | |
.two-elevenths-mobile.right-seven-mobile { | |
left: 63.63636%; | |
} | |
.two-elevenths-mobile.left-seven-mobile { | |
right: 63.63636%; | |
} | |
.two-elevenths-mobile.right-eight-mobile { | |
left: 72.72727%; | |
} | |
.two-elevenths-mobile.left-eight-mobile { | |
right: 72.72727%; | |
} | |
.two-elevenths-mobile.right-nine-mobile { | |
left: 81.81818%; | |
} | |
.two-elevenths-mobile.left-nine-mobile { | |
right: 81.81818%; | |
} | |
.three-elevenths-mobile { | |
width: 27.27273%; | |
} | |
.three-elevenths-mobile.right-one-mobile { | |
left: 9.09091%; | |
} | |
.three-elevenths-mobile.left-one-mobile { | |
right: 9.09091%; | |
} | |
.three-elevenths-mobile.right-two-mobile { | |
left: 18.18182%; | |
} | |
.three-elevenths-mobile.left-two-mobile { | |
right: 18.18182%; | |
} | |
.three-elevenths-mobile.right-three-mobile { | |
left: 27.27273%; | |
} | |
.three-elevenths-mobile.left-three-mobile { | |
right: 27.27273%; | |
} | |
.three-elevenths-mobile.right-four-mobile { | |
left: 36.36364%; | |
} | |
.three-elevenths-mobile.left-four-mobile { | |
right: 36.36364%; | |
} | |
.three-elevenths-mobile.right-five-mobile { | |
left: 45.45455%; | |
} | |
.three-elevenths-mobile.left-five-mobile { | |
right: 45.45455%; | |
} | |
.three-elevenths-mobile.right-six-mobile { | |
left: 54.54545%; | |
} | |
.three-elevenths-mobile.left-six-mobile { | |
right: 54.54545%; | |
} | |
.three-elevenths-mobile.right-seven-mobile { | |
left: 63.63636%; | |
} | |
.three-elevenths-mobile.left-seven-mobile { | |
right: 63.63636%; | |
} | |
.three-elevenths-mobile.right-eight-mobile { | |
left: 72.72727%; | |
} | |
.three-elevenths-mobile.left-eight-mobile { | |
right: 72.72727%; | |
} | |
.four-elevenths-mobile { | |
width: 36.36364%; | |
} | |
.four-elevenths-mobile.right-one-mobile { | |
left: 9.09091%; | |
} | |
.four-elevenths-mobile.left-one-mobile { | |
right: 9.09091%; | |
} | |
.four-elevenths-mobile.right-two-mobile { | |
left: 18.18182%; | |
} | |
.four-elevenths-mobile.left-two-mobile { | |
right: 18.18182%; | |
} | |
.four-elevenths-mobile.right-three-mobile { | |
left: 27.27273%; | |
} | |
.four-elevenths-mobile.left-three-mobile { | |
right: 27.27273%; | |
} | |
.four-elevenths-mobile.right-four-mobile { | |
left: 36.36364%; | |
} | |
.four-elevenths-mobile.left-four-mobile { | |
right: 36.36364%; | |
} | |
.four-elevenths-mobile.right-five-mobile { | |
left: 45.45455%; | |
} | |
.four-elevenths-mobile.left-five-mobile { | |
right: 45.45455%; | |
} | |
.four-elevenths-mobile.right-six-mobile { | |
left: 54.54545%; | |
} | |
.four-elevenths-mobile.left-six-mobile { | |
right: 54.54545%; | |
} | |
.four-elevenths-mobile.right-seven-mobile { | |
left: 63.63636%; | |
} | |
.four-elevenths-mobile.left-seven-mobile { | |
right: 63.63636%; | |
} | |
.five-elevenths-mobile { | |
width: 45.45455%; | |
} | |
.five-elevenths-mobile.right-one-mobile { | |
left: 9.09091%; | |
} | |
.five-elevenths-mobile.left-one-mobile { | |
right: 9.09091%; | |
} | |
.five-elevenths-mobile.right-two-mobile { | |
left: 18.18182%; | |
} | |
.five-elevenths-mobile.left-two-mobile { | |
right: 18.18182%; | |
} | |
.five-elevenths-mobile.right-three-mobile { | |
left: 27.27273%; | |
} | |
.five-elevenths-mobile.left-three-mobile { | |
right: 27.27273%; | |
} | |
.five-elevenths-mobile.right-four-mobile { | |
left: 36.36364%; | |
} | |
.five-elevenths-mobile.left-four-mobile { | |
right: 36.36364%; | |
} | |
.five-elevenths-mobile.right-five-mobile { | |
left: 45.45455%; | |
} | |
.five-elevenths-mobile.left-five-mobile { | |
right: 45.45455%; | |
} | |
.five-elevenths-mobile.right-six-mobile { | |
left: 54.54545%; | |
} | |
.five-elevenths-mobile.left-six-mobile { | |
right: 54.54545%; | |
} | |
.six-elevenths-mobile { | |
width: 54.54545%; | |
} | |
.six-elevenths-mobile.right-one-mobile { | |
left: 9.09091%; | |
} | |
.six-elevenths-mobile.left-one-mobile { | |
right: 9.09091%; | |
} | |
.six-elevenths-mobile.right-two-mobile { | |
left: 18.18182%; | |
} | |
.six-elevenths-mobile.left-two-mobile { | |
right: 18.18182%; | |
} | |
.six-elevenths-mobile.right-three-mobile { | |
left: 27.27273%; | |
} | |
.six-elevenths-mobile.left-three-mobile { | |
right: 27.27273%; | |
} | |
.six-elevenths-mobile.right-four-mobile { | |
left: 36.36364%; | |
} | |
.six-elevenths-mobile.left-four-mobile { | |
right: 36.36364%; | |
} | |
.six-elevenths-mobile.right-five-mobile { | |
left: 45.45455%; | |
} | |
.six-elevenths-mobile.left-five-mobile { | |
right: 45.45455%; | |
} | |
.seven-elevenths-mobile { | |
width: 63.63636%; | |
} | |
.seven-elevenths-mobile.right-one-mobile { | |
left: 9.09091%; | |
} | |
.seven-elevenths-mobile.left-one-mobile { | |
right: 9.09091%; | |
} | |
.seven-elevenths-mobile.right-two-mobile { | |
left: 18.18182%; | |
} | |
.seven-elevenths-mobile.left-two-mobile { | |
right: 18.18182%; | |
} | |
.seven-elevenths-mobile.right-three-mobile { | |
left: 27.27273%; | |
} | |
.seven-elevenths-mobile.left-three-mobile { | |
right: 27.27273%; | |
} | |
.seven-elevenths-mobile.right-four-mobile { | |
left: 36.36364%; | |
} | |
.seven-elevenths-mobile.left-four-mobile { | |
right: 36.36364%; | |
} | |
.eight-elevenths-mobile { | |
width: 72.72727%; | |
} | |
.eight-elevenths-mobile.right-one-mobile { | |
left: 9.09091%; | |
} | |
.eight-elevenths-mobile.left-one-mobile { | |
right: 9.09091%; | |
} | |
.eight-elevenths-mobile.right-two-mobile { | |
left: 18.18182%; | |
} | |
.eight-elevenths-mobile.left-two-mobile { | |
right: 18.18182%; | |
} | |
.eight-elevenths-mobile.right-three-mobile { | |
left: 27.27273%; | |
} | |
.eight-elevenths-mobile.left-three-mobile { | |
right: 27.27273%; | |
} | |
.nine-elevenths-mobile { | |
width: 81.81818%; | |
} | |
.nine-elevenths-mobile.right-one-mobile { | |
left: 9.09091%; | |
} | |
.nine-elevenths-mobile.left-one-mobile { | |
right: 9.09091%; | |
} | |
.nine-elevenths-mobile.right-two-mobile { | |
left: 18.18182%; | |
} | |
.nine-elevenths-mobile.left-two-mobile { | |
right: 18.18182%; | |
} | |
.ten-elevenths-mobile { | |
width: 90.90909%; | |
} | |
.ten-elevenths-mobile.right-one-mobile { | |
left: 9.09091%; | |
} | |
.ten-elevenths-mobile.left-one-mobile { | |
right: 9.09091%; | |
} | |
.one-twelfth-mobile { | |
width: 8.33333%; | |
} | |
.one-twelfth-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.one-twelfth-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.one-twelfth-mobile.right-two-mobile { | |
left: 16.66667%; | |
} | |
.one-twelfth-mobile.left-two-mobile { | |
right: 16.66667%; | |
} | |
.one-twelfth-mobile.right-three-mobile { | |
left: 25%; | |
} | |
.one-twelfth-mobile.left-three-mobile { | |
right: 25%; | |
} | |
.one-twelfth-mobile.right-four-mobile { | |
left: 33.33333%; | |
} | |
.one-twelfth-mobile.left-four-mobile { | |
right: 33.33333%; | |
} | |
.one-twelfth-mobile.right-five-mobile { | |
left: 41.66667%; | |
} | |
.one-twelfth-mobile.left-five-mobile { | |
right: 41.66667%; | |
} | |
.one-twelfth-mobile.right-six-mobile { | |
left: 50%; | |
} | |
.one-twelfth-mobile.left-six-mobile { | |
right: 50%; | |
} | |
.one-twelfth-mobile.right-seven-mobile { | |
left: 58.33333%; | |
} | |
.one-twelfth-mobile.left-seven-mobile { | |
right: 58.33333%; | |
} | |
.one-twelfth-mobile.right-eight-mobile { | |
left: 66.66667%; | |
} | |
.one-twelfth-mobile.left-eight-mobile { | |
right: 66.66667%; | |
} | |
.one-twelfth-mobile.right-nine-mobile { | |
left: 75%; | |
} | |
.one-twelfth-mobile.left-nine-mobile { | |
right: 75%; | |
} | |
.one-twelfth-mobile.right-ten-mobile { | |
left: 83.33333%; | |
} | |
.one-twelfth-mobile.left-ten-mobile { | |
right: 83.33333%; | |
} | |
.one-twelfth-mobile.right-eleven-mobile { | |
left: 91.66667%; | |
} | |
.one-twelfth-mobile.left-eleven-mobile { | |
right: 91.66667%; | |
} | |
.two-twelfths-mobile { | |
width: 16.66667%; | |
} | |
.two-twelfths-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.two-twelfths-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.two-twelfths-mobile.right-two-mobile { | |
left: 16.66667%; | |
} | |
.two-twelfths-mobile.left-two-mobile { | |
right: 16.66667%; | |
} | |
.two-twelfths-mobile.right-three-mobile { | |
left: 25%; | |
} | |
.two-twelfths-mobile.left-three-mobile { | |
right: 25%; | |
} | |
.two-twelfths-mobile.right-four-mobile { | |
left: 33.33333%; | |
} | |
.two-twelfths-mobile.left-four-mobile { | |
right: 33.33333%; | |
} | |
.two-twelfths-mobile.right-five-mobile { | |
left: 41.66667%; | |
} | |
.two-twelfths-mobile.left-five-mobile { | |
right: 41.66667%; | |
} | |
.two-twelfths-mobile.right-six-mobile { | |
left: 50%; | |
} | |
.two-twelfths-mobile.left-six-mobile { | |
right: 50%; | |
} | |
.two-twelfths-mobile.right-seven-mobile { | |
left: 58.33333%; | |
} | |
.two-twelfths-mobile.left-seven-mobile { | |
right: 58.33333%; | |
} | |
.two-twelfths-mobile.right-eight-mobile { | |
left: 66.66667%; | |
} | |
.two-twelfths-mobile.left-eight-mobile { | |
right: 66.66667%; | |
} | |
.two-twelfths-mobile.right-nine-mobile { | |
left: 75%; | |
} | |
.two-twelfths-mobile.left-nine-mobile { | |
right: 75%; | |
} | |
.two-twelfths-mobile.right-ten-mobile { | |
left: 83.33333%; | |
} | |
.two-twelfths-mobile.left-ten-mobile { | |
right: 83.33333%; | |
} | |
.three-twelfths-mobile { | |
width: 25%; | |
} | |
.three-twelfths-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.three-twelfths-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.three-twelfths-mobile.right-two-mobile { | |
left: 16.66667%; | |
} | |
.three-twelfths-mobile.left-two-mobile { | |
right: 16.66667%; | |
} | |
.three-twelfths-mobile.right-three-mobile { | |
left: 25%; | |
} | |
.three-twelfths-mobile.left-three-mobile { | |
right: 25%; | |
} | |
.three-twelfths-mobile.right-four-mobile { | |
left: 33.33333%; | |
} | |
.three-twelfths-mobile.left-four-mobile { | |
right: 33.33333%; | |
} | |
.three-twelfths-mobile.right-five-mobile { | |
left: 41.66667%; | |
} | |
.three-twelfths-mobile.left-five-mobile { | |
right: 41.66667%; | |
} | |
.three-twelfths-mobile.right-six-mobile { | |
left: 50%; | |
} | |
.three-twelfths-mobile.left-six-mobile { | |
right: 50%; | |
} | |
.three-twelfths-mobile.right-seven-mobile { | |
left: 58.33333%; | |
} | |
.three-twelfths-mobile.left-seven-mobile { | |
right: 58.33333%; | |
} | |
.three-twelfths-mobile.right-eight-mobile { | |
left: 66.66667%; | |
} | |
.three-twelfths-mobile.left-eight-mobile { | |
right: 66.66667%; | |
} | |
.three-twelfths-mobile.right-nine-mobile { | |
left: 75%; | |
} | |
.three-twelfths-mobile.left-nine-mobile { | |
right: 75%; | |
} | |
.four-twelfths-mobile { | |
width: 33.33333%; | |
} | |
.four-twelfths-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.four-twelfths-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.four-twelfths-mobile.right-two-mobile { | |
left: 16.66667%; | |
} | |
.four-twelfths-mobile.left-two-mobile { | |
right: 16.66667%; | |
} | |
.four-twelfths-mobile.right-three-mobile { | |
left: 25%; | |
} | |
.four-twelfths-mobile.left-three-mobile { | |
right: 25%; | |
} | |
.four-twelfths-mobile.right-four-mobile { | |
left: 33.33333%; | |
} | |
.four-twelfths-mobile.left-four-mobile { | |
right: 33.33333%; | |
} | |
.four-twelfths-mobile.right-five-mobile { | |
left: 41.66667%; | |
} | |
.four-twelfths-mobile.left-five-mobile { | |
right: 41.66667%; | |
} | |
.four-twelfths-mobile.right-six-mobile { | |
left: 50%; | |
} | |
.four-twelfths-mobile.left-six-mobile { | |
right: 50%; | |
} | |
.four-twelfths-mobile.right-seven-mobile { | |
left: 58.33333%; | |
} | |
.four-twelfths-mobile.left-seven-mobile { | |
right: 58.33333%; | |
} | |
.four-twelfths-mobile.right-eight-mobile { | |
left: 66.66667%; | |
} | |
.four-twelfths-mobile.left-eight-mobile { | |
right: 66.66667%; | |
} | |
.five-twelfths-mobile { | |
width: 41.66667%; | |
} | |
.five-twelfths-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.five-twelfths-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.five-twelfths-mobile.right-two-mobile { | |
left: 16.66667%; | |
} | |
.five-twelfths-mobile.left-two-mobile { | |
right: 16.66667%; | |
} | |
.five-twelfths-mobile.right-three-mobile { | |
left: 25%; | |
} | |
.five-twelfths-mobile.left-three-mobile { | |
right: 25%; | |
} | |
.five-twelfths-mobile.right-four-mobile { | |
left: 33.33333%; | |
} | |
.five-twelfths-mobile.left-four-mobile { | |
right: 33.33333%; | |
} | |
.five-twelfths-mobile.right-five-mobile { | |
left: 41.66667%; | |
} | |
.five-twelfths-mobile.left-five-mobile { | |
right: 41.66667%; | |
} | |
.five-twelfths-mobile.right-six-mobile { | |
left: 50%; | |
} | |
.five-twelfths-mobile.left-six-mobile { | |
right: 50%; | |
} | |
.five-twelfths-mobile.right-seven-mobile { | |
left: 58.33333%; | |
} | |
.five-twelfths-mobile.left-seven-mobile { | |
right: 58.33333%; | |
} | |
.six-twelfths-mobile { | |
width: 50%; | |
} | |
.six-twelfths-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.six-twelfths-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.six-twelfths-mobile.right-two-mobile { | |
left: 16.66667%; | |
} | |
.six-twelfths-mobile.left-two-mobile { | |
right: 16.66667%; | |
} | |
.six-twelfths-mobile.right-three-mobile { | |
left: 25%; | |
} | |
.six-twelfths-mobile.left-three-mobile { | |
right: 25%; | |
} | |
.six-twelfths-mobile.right-four-mobile { | |
left: 33.33333%; | |
} | |
.six-twelfths-mobile.left-four-mobile { | |
right: 33.33333%; | |
} | |
.six-twelfths-mobile.right-five-mobile { | |
left: 41.66667%; | |
} | |
.six-twelfths-mobile.left-five-mobile { | |
right: 41.66667%; | |
} | |
.six-twelfths-mobile.right-six-mobile { | |
left: 50%; | |
} | |
.six-twelfths-mobile.left-six-mobile { | |
right: 50%; | |
} | |
.seven-twelfths-mobile { | |
width: 58.33333%; | |
} | |
.seven-twelfths-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.seven-twelfths-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.seven-twelfths-mobile.right-two-mobile { | |
left: 16.66667%; | |
} | |
.seven-twelfths-mobile.left-two-mobile { | |
right: 16.66667%; | |
} | |
.seven-twelfths-mobile.right-three-mobile { | |
left: 25%; | |
} | |
.seven-twelfths-mobile.left-three-mobile { | |
right: 25%; | |
} | |
.seven-twelfths-mobile.right-four-mobile { | |
left: 33.33333%; | |
} | |
.seven-twelfths-mobile.left-four-mobile { | |
right: 33.33333%; | |
} | |
.seven-twelfths-mobile.right-five-mobile { | |
left: 41.66667%; | |
} | |
.seven-twelfths-mobile.left-five-mobile { | |
right: 41.66667%; | |
} | |
.eight-twelfths-mobile { | |
width: 66.66667%; | |
} | |
.eight-twelfths-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.eight-twelfths-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.eight-twelfths-mobile.right-two-mobile { | |
left: 16.66667%; | |
} | |
.eight-twelfths-mobile.left-two-mobile { | |
right: 16.66667%; | |
} | |
.eight-twelfths-mobile.right-three-mobile { | |
left: 25%; | |
} | |
.eight-twelfths-mobile.left-three-mobile { | |
right: 25%; | |
} | |
.eight-twelfths-mobile.right-four-mobile { | |
left: 33.33333%; | |
} | |
.eight-twelfths-mobile.left-four-mobile { | |
right: 33.33333%; | |
} | |
.nine-twelfths-mobile { | |
width: 75%; | |
} | |
.nine-twelfths-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.nine-twelfths-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.nine-twelfths-mobile.right-two-mobile { | |
left: 16.66667%; | |
} | |
.nine-twelfths-mobile.left-two-mobile { | |
right: 16.66667%; | |
} | |
.nine-twelfths-mobile.right-three-mobile { | |
left: 25%; | |
} | |
.nine-twelfths-mobile.left-three-mobile { | |
right: 25%; | |
} | |
.ten-twelfths-mobile { | |
width: 83.33333%; | |
} | |
.ten-twelfths-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.ten-twelfths-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.ten-twelfths-mobile.right-two-mobile { | |
left: 16.66667%; | |
} | |
.ten-twelfths-mobile.left-two-mobile { | |
right: 16.66667%; | |
} | |
.eleven-twelfths-mobile { | |
width: 91.66667%; | |
} | |
.eleven-twelfths-mobile.right-one-mobile { | |
left: 8.33333%; | |
} | |
.eleven-twelfths-mobile.left-one-mobile { | |
right: 8.33333%; | |
} | |
.one-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 100%; | |
} | |
.one-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.one-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.one-up-mobile:nth-child(1n+1) { | |
clear: both; | |
} | |
.two-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 50%; | |
} | |
.two-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.two-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.two-up-mobile:nth-child(2n+1) { | |
clear: both; | |
} | |
.three-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 33.33333%; | |
} | |
.three-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.three-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.three-up-mobile:nth-child(3n+1) { | |
clear: both; | |
} | |
.four-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 25%; | |
} | |
.four-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.four-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.four-up-mobile:nth-child(4n+1) { | |
clear: both; | |
} | |
.five-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 20%; | |
} | |
.five-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.five-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.five-up-mobile:nth-child(5n+1) { | |
clear: both; | |
} | |
.six-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 16.66667%; | |
} | |
.six-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.six-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.six-up-mobile:nth-child(6n+1) { | |
clear: both; | |
} | |
.seven-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 14.28571%; | |
} | |
.seven-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.seven-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.seven-up-mobile:nth-child(7n+1) { | |
clear: both; | |
} | |
.eight-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 12.5%; | |
} | |
.eight-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.eight-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.eight-up-mobile:nth-child(8n+1) { | |
clear: both; | |
} | |
.nine-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 11.11111%; | |
} | |
.nine-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.nine-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.nine-up-mobile:nth-child(9n+1) { | |
clear: both; | |
} | |
.ten-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 10%; | |
} | |
.ten-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.ten-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.ten-up-mobile:nth-child(10n+1) { | |
clear: both; | |
} | |
.eleven-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 9.09091%; | |
} | |
.eleven-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.eleven-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.eleven-up-mobile:nth-child(11n+1) { | |
clear: both; | |
} | |
.twelve-up-mobile { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 8.33333%; | |
} | |
.twelve-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.twelve-up-mobile:nth-child(n) { | |
clear: none; | |
} | |
.twelve-up-mobile:nth-child(12n+1) { | |
clear: both; | |
} | |
.one-half-small-tablet, .one-third-small-tablet, .two-thirds-small-tablet, .one-fourth-small-tablet, .two-fourths-small-tablet, .three-fourths-small-tablet, .one-fifth-small-tablet, .two-fifths-small-tablet, .three-fifths-small-tablet, .four-fifths-small-tablet, .one-sixth-small-tablet, .two-sixths-small-tablet, .three-sixths-small-tablet, .four-sixths-small-tablet, .five-sixths-small-tablet, .one-seventh-small-tablet, .two-sevenths-small-tablet, .three-sevenths-small-tablet, .four-sevenths-small-tablet, .five-sevenths-small-tablet, .six-sevenths-small-tablet, .one-eighth-small-tablet, .two-eighths-small-tablet, .three-eighths-small-tablet, .four-eighths-small-tablet, .five-eighths-small-tablet, .six-eighths-small-tablet, .seven-eighths-small-tablet, .one-ninth-small-tablet, .two-ninths-small-tablet, .three-ninths-small-tablet, .four-ninths-small-tablet, .five-ninths-small-tablet, .six-ninths-small-tablet, .seven-ninths-small-tablet, .eight-ninths-small-tablet, .one-tenth-small-tablet, .two-tenths-small-tablet, .three-tenths-small-tablet, .four-tenths-small-tablet, .five-tenths-small-tablet, .six-tenths-small-tablet, .seven-tenths-small-tablet, .eight-tenths-small-tablet, .nine-tenths-small-tablet, .one-eleventh-small-tablet, .two-elevenths-small-tablet, .three-elevenths-small-tablet, .four-elevenths-small-tablet, .five-elevenths-small-tablet, .six-elevenths-small-tablet, .seven-elevenths-small-tablet, .eight-elevenths-small-tablet, .nine-elevenths-small-tablet, .ten-elevenths-small-tablet, .one-twelfth-small-tablet, .two-twelfths-small-tablet, .three-twelfths-small-tablet, .four-twelfths-small-tablet, .five-twelfths-small-tablet, .six-twelfths-small-tablet, .seven-twelfths-small-tablet, .eight-twelfths-small-tablet, .nine-twelfths-small-tablet, .ten-twelfths-small-tablet, .eleven-twelfths-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
} | |
.one-half-small-tablet:nth-child(n), .one-third-small-tablet:nth-child(n), .two-thirds-small-tablet:nth-child(n), .one-fourth-small-tablet:nth-child(n), .two-fourths-small-tablet:nth-child(n), .three-fourths-small-tablet:nth-child(n), .one-fifth-small-tablet:nth-child(n), .two-fifths-small-tablet:nth-child(n), .three-fifths-small-tablet:nth-child(n), .four-fifths-small-tablet:nth-child(n), .one-sixth-small-tablet:nth-child(n), .two-sixths-small-tablet:nth-child(n), .three-sixths-small-tablet:nth-child(n), .four-sixths-small-tablet:nth-child(n), .five-sixths-small-tablet:nth-child(n), .one-seventh-small-tablet:nth-child(n), .two-sevenths-small-tablet:nth-child(n), .three-sevenths-small-tablet:nth-child(n), .four-sevenths-small-tablet:nth-child(n), .five-sevenths-small-tablet:nth-child(n), .six-sevenths-small-tablet:nth-child(n), .one-eighth-small-tablet:nth-child(n), .two-eighths-small-tablet:nth-child(n), .three-eighths-small-tablet:nth-child(n), .four-eighths-small-tablet:nth-child(n), .five-eighths-small-tablet:nth-child(n), .six-eighths-small-tablet:nth-child(n), .seven-eighths-small-tablet:nth-child(n), .one-ninth-small-tablet:nth-child(n), .two-ninths-small-tablet:nth-child(n), .three-ninths-small-tablet:nth-child(n), .four-ninths-small-tablet:nth-child(n), .five-ninths-small-tablet:nth-child(n), .six-ninths-small-tablet:nth-child(n), .seven-ninths-small-tablet:nth-child(n), .eight-ninths-small-tablet:nth-child(n), .one-tenth-small-tablet:nth-child(n), .two-tenths-small-tablet:nth-child(n), .three-tenths-small-tablet:nth-child(n), .four-tenths-small-tablet:nth-child(n), .five-tenths-small-tablet:nth-child(n), .six-tenths-small-tablet:nth-child(n), .seven-tenths-small-tablet:nth-child(n), .eight-tenths-small-tablet:nth-child(n), .nine-tenths-small-tablet:nth-child(n), .one-eleventh-small-tablet:nth-child(n), .two-elevenths-small-tablet:nth-child(n), .three-elevenths-small-tablet:nth-child(n), .four-elevenths-small-tablet:nth-child(n), .five-elevenths-small-tablet:nth-child(n), .six-elevenths-small-tablet:nth-child(n), .seven-elevenths-small-tablet:nth-child(n), .eight-elevenths-small-tablet:nth-child(n), .nine-elevenths-small-tablet:nth-child(n), .ten-elevenths-small-tablet:nth-child(n), .one-twelfth-small-tablet:nth-child(n), .two-twelfths-small-tablet:nth-child(n), .three-twelfths-small-tablet:nth-child(n), .four-twelfths-small-tablet:nth-child(n), .five-twelfths-small-tablet:nth-child(n), .six-twelfths-small-tablet:nth-child(n), .seven-twelfths-small-tablet:nth-child(n), .eight-twelfths-small-tablet:nth-child(n), .nine-twelfths-small-tablet:nth-child(n), .ten-twelfths-small-tablet:nth-child(n), .eleven-twelfths-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.one-half-small-tablet { | |
width: 50%; | |
} | |
.one-half-small-tablet.right-one-small-tablet { | |
left: 50%; | |
} | |
.one-half-small-tablet.left-one-small-tablet { | |
right: 50%; | |
} | |
.one-third-small-tablet { | |
width: 33.33333%; | |
} | |
.one-third-small-tablet.right-one-small-tablet { | |
left: 33.33333%; | |
} | |
.one-third-small-tablet.left-one-small-tablet { | |
right: 33.33333%; | |
} | |
.one-third-small-tablet.right-two-small-tablet { | |
left: 66.66667%; | |
} | |
.one-third-small-tablet.left-two-small-tablet { | |
right: 66.66667%; | |
} | |
.two-thirds-small-tablet { | |
width: 66.66667%; | |
} | |
.two-thirds-small-tablet.right-one-small-tablet { | |
left: 33.33333%; | |
} | |
.two-thirds-small-tablet.left-one-small-tablet { | |
right: 33.33333%; | |
} | |
.one-fourth-small-tablet { | |
width: 25%; | |
} | |
.one-fourth-small-tablet.right-one-small-tablet { | |
left: 25%; | |
} | |
.one-fourth-small-tablet.left-one-small-tablet { | |
right: 25%; | |
} | |
.one-fourth-small-tablet.right-two-small-tablet { | |
left: 50%; | |
} | |
.one-fourth-small-tablet.left-two-small-tablet { | |
right: 50%; | |
} | |
.one-fourth-small-tablet.right-three-small-tablet { | |
left: 75%; | |
} | |
.one-fourth-small-tablet.left-three-small-tablet { | |
right: 75%; | |
} | |
.two-fourths-small-tablet { | |
width: 50%; | |
} | |
.two-fourths-small-tablet.right-one-small-tablet { | |
left: 25%; | |
} | |
.two-fourths-small-tablet.left-one-small-tablet { | |
right: 25%; | |
} | |
.two-fourths-small-tablet.right-two-small-tablet { | |
left: 50%; | |
} | |
.two-fourths-small-tablet.left-two-small-tablet { | |
right: 50%; | |
} | |
.three-fourths-small-tablet { | |
width: 75%; | |
} | |
.three-fourths-small-tablet.right-one-small-tablet { | |
left: 25%; | |
} | |
.three-fourths-small-tablet.left-one-small-tablet { | |
right: 25%; | |
} | |
.one-fifth-small-tablet { | |
width: 20%; | |
} | |
.one-fifth-small-tablet.right-one-small-tablet { | |
left: 20%; | |
} | |
.one-fifth-small-tablet.left-one-small-tablet { | |
right: 20%; | |
} | |
.one-fifth-small-tablet.right-two-small-tablet { | |
left: 40%; | |
} | |
.one-fifth-small-tablet.left-two-small-tablet { | |
right: 40%; | |
} | |
.one-fifth-small-tablet.right-three-small-tablet { | |
left: 60%; | |
} | |
.one-fifth-small-tablet.left-three-small-tablet { | |
right: 60%; | |
} | |
.one-fifth-small-tablet.right-four-small-tablet { | |
left: 80%; | |
} | |
.one-fifth-small-tablet.left-four-small-tablet { | |
right: 80%; | |
} | |
.two-fifths-small-tablet { | |
width: 40%; | |
} | |
.two-fifths-small-tablet.right-one-small-tablet { | |
left: 20%; | |
} | |
.two-fifths-small-tablet.left-one-small-tablet { | |
right: 20%; | |
} | |
.two-fifths-small-tablet.right-two-small-tablet { | |
left: 40%; | |
} | |
.two-fifths-small-tablet.left-two-small-tablet { | |
right: 40%; | |
} | |
.two-fifths-small-tablet.right-three-small-tablet { | |
left: 60%; | |
} | |
.two-fifths-small-tablet.left-three-small-tablet { | |
right: 60%; | |
} | |
.three-fifths-small-tablet { | |
width: 60%; | |
} | |
.three-fifths-small-tablet.right-one-small-tablet { | |
left: 20%; | |
} | |
.three-fifths-small-tablet.left-one-small-tablet { | |
right: 20%; | |
} | |
.three-fifths-small-tablet.right-two-small-tablet { | |
left: 40%; | |
} | |
.three-fifths-small-tablet.left-two-small-tablet { | |
right: 40%; | |
} | |
.four-fifths-small-tablet { | |
width: 80%; | |
} | |
.four-fifths-small-tablet.right-one-small-tablet { | |
left: 20%; | |
} | |
.four-fifths-small-tablet.left-one-small-tablet { | |
right: 20%; | |
} | |
.one-sixth-small-tablet { | |
width: 16.66667%; | |
} | |
.one-sixth-small-tablet.right-one-small-tablet { | |
left: 16.66667%; | |
} | |
.one-sixth-small-tablet.left-one-small-tablet { | |
right: 16.66667%; | |
} | |
.one-sixth-small-tablet.right-two-small-tablet { | |
left: 33.33333%; | |
} | |
.one-sixth-small-tablet.left-two-small-tablet { | |
right: 33.33333%; | |
} | |
.one-sixth-small-tablet.right-three-small-tablet { | |
left: 50%; | |
} | |
.one-sixth-small-tablet.left-three-small-tablet { | |
right: 50%; | |
} | |
.one-sixth-small-tablet.right-four-small-tablet { | |
left: 66.66667%; | |
} | |
.one-sixth-small-tablet.left-four-small-tablet { | |
right: 66.66667%; | |
} | |
.one-sixth-small-tablet.right-five-small-tablet { | |
left: 83.33333%; | |
} | |
.one-sixth-small-tablet.left-five-small-tablet { | |
right: 83.33333%; | |
} | |
.two-sixths-small-tablet { | |
width: 33.33333%; | |
} | |
.two-sixths-small-tablet.right-one-small-tablet { | |
left: 16.66667%; | |
} | |
.two-sixths-small-tablet.left-one-small-tablet { | |
right: 16.66667%; | |
} | |
.two-sixths-small-tablet.right-two-small-tablet { | |
left: 33.33333%; | |
} | |
.two-sixths-small-tablet.left-two-small-tablet { | |
right: 33.33333%; | |
} | |
.two-sixths-small-tablet.right-three-small-tablet { | |
left: 50%; | |
} | |
.two-sixths-small-tablet.left-three-small-tablet { | |
right: 50%; | |
} | |
.two-sixths-small-tablet.right-four-small-tablet { | |
left: 66.66667%; | |
} | |
.two-sixths-small-tablet.left-four-small-tablet { | |
right: 66.66667%; | |
} | |
.three-sixths-small-tablet { | |
width: 50%; | |
} | |
.three-sixths-small-tablet.right-one-small-tablet { | |
left: 16.66667%; | |
} | |
.three-sixths-small-tablet.left-one-small-tablet { | |
right: 16.66667%; | |
} | |
.three-sixths-small-tablet.right-two-small-tablet { | |
left: 33.33333%; | |
} | |
.three-sixths-small-tablet.left-two-small-tablet { | |
right: 33.33333%; | |
} | |
.three-sixths-small-tablet.right-three-small-tablet { | |
left: 50%; | |
} | |
.three-sixths-small-tablet.left-three-small-tablet { | |
right: 50%; | |
} | |
.four-sixths-small-tablet { | |
width: 66.66667%; | |
} | |
.four-sixths-small-tablet.right-one-small-tablet { | |
left: 16.66667%; | |
} | |
.four-sixths-small-tablet.left-one-small-tablet { | |
right: 16.66667%; | |
} | |
.four-sixths-small-tablet.right-two-small-tablet { | |
left: 33.33333%; | |
} | |
.four-sixths-small-tablet.left-two-small-tablet { | |
right: 33.33333%; | |
} | |
.five-sixths-small-tablet { | |
width: 83.33333%; | |
} | |
.five-sixths-small-tablet.right-one-small-tablet { | |
left: 16.66667%; | |
} | |
.five-sixths-small-tablet.left-one-small-tablet { | |
right: 16.66667%; | |
} | |
.one-seventh-small-tablet { | |
width: 14.28571%; | |
} | |
.one-seventh-small-tablet.right-one-small-tablet { | |
left: 14.28571%; | |
} | |
.one-seventh-small-tablet.left-one-small-tablet { | |
right: 14.28571%; | |
} | |
.one-seventh-small-tablet.right-two-small-tablet { | |
left: 28.57143%; | |
} | |
.one-seventh-small-tablet.left-two-small-tablet { | |
right: 28.57143%; | |
} | |
.one-seventh-small-tablet.right-three-small-tablet { | |
left: 42.85714%; | |
} | |
.one-seventh-small-tablet.left-three-small-tablet { | |
right: 42.85714%; | |
} | |
.one-seventh-small-tablet.right-four-small-tablet { | |
left: 57.14286%; | |
} | |
.one-seventh-small-tablet.left-four-small-tablet { | |
right: 57.14286%; | |
} | |
.one-seventh-small-tablet.right-five-small-tablet { | |
left: 71.42857%; | |
} | |
.one-seventh-small-tablet.left-five-small-tablet { | |
right: 71.42857%; | |
} | |
.one-seventh-small-tablet.right-six-small-tablet { | |
left: 85.71429%; | |
} | |
.one-seventh-small-tablet.left-six-small-tablet { | |
right: 85.71429%; | |
} | |
.two-sevenths-small-tablet { | |
width: 28.57143%; | |
} | |
.two-sevenths-small-tablet.right-one-small-tablet { | |
left: 14.28571%; | |
} | |
.two-sevenths-small-tablet.left-one-small-tablet { | |
right: 14.28571%; | |
} | |
.two-sevenths-small-tablet.right-two-small-tablet { | |
left: 28.57143%; | |
} | |
.two-sevenths-small-tablet.left-two-small-tablet { | |
right: 28.57143%; | |
} | |
.two-sevenths-small-tablet.right-three-small-tablet { | |
left: 42.85714%; | |
} | |
.two-sevenths-small-tablet.left-three-small-tablet { | |
right: 42.85714%; | |
} | |
.two-sevenths-small-tablet.right-four-small-tablet { | |
left: 57.14286%; | |
} | |
.two-sevenths-small-tablet.left-four-small-tablet { | |
right: 57.14286%; | |
} | |
.two-sevenths-small-tablet.right-five-small-tablet { | |
left: 71.42857%; | |
} | |
.two-sevenths-small-tablet.left-five-small-tablet { | |
right: 71.42857%; | |
} | |
.three-sevenths-small-tablet { | |
width: 42.85714%; | |
} | |
.three-sevenths-small-tablet.right-one-small-tablet { | |
left: 14.28571%; | |
} | |
.three-sevenths-small-tablet.left-one-small-tablet { | |
right: 14.28571%; | |
} | |
.three-sevenths-small-tablet.right-two-small-tablet { | |
left: 28.57143%; | |
} | |
.three-sevenths-small-tablet.left-two-small-tablet { | |
right: 28.57143%; | |
} | |
.three-sevenths-small-tablet.right-three-small-tablet { | |
left: 42.85714%; | |
} | |
.three-sevenths-small-tablet.left-three-small-tablet { | |
right: 42.85714%; | |
} | |
.three-sevenths-small-tablet.right-four-small-tablet { | |
left: 57.14286%; | |
} | |
.three-sevenths-small-tablet.left-four-small-tablet { | |
right: 57.14286%; | |
} | |
.four-sevenths-small-tablet { | |
width: 57.14286%; | |
} | |
.four-sevenths-small-tablet.right-one-small-tablet { | |
left: 14.28571%; | |
} | |
.four-sevenths-small-tablet.left-one-small-tablet { | |
right: 14.28571%; | |
} | |
.four-sevenths-small-tablet.right-two-small-tablet { | |
left: 28.57143%; | |
} | |
.four-sevenths-small-tablet.left-two-small-tablet { | |
right: 28.57143%; | |
} | |
.four-sevenths-small-tablet.right-three-small-tablet { | |
left: 42.85714%; | |
} | |
.four-sevenths-small-tablet.left-three-small-tablet { | |
right: 42.85714%; | |
} | |
.five-sevenths-small-tablet { | |
width: 71.42857%; | |
} | |
.five-sevenths-small-tablet.right-one-small-tablet { | |
left: 14.28571%; | |
} | |
.five-sevenths-small-tablet.left-one-small-tablet { | |
right: 14.28571%; | |
} | |
.five-sevenths-small-tablet.right-two-small-tablet { | |
left: 28.57143%; | |
} | |
.five-sevenths-small-tablet.left-two-small-tablet { | |
right: 28.57143%; | |
} | |
.six-sevenths-small-tablet { | |
width: 85.71429%; | |
} | |
.six-sevenths-small-tablet.right-one-small-tablet { | |
left: 14.28571%; | |
} | |
.six-sevenths-small-tablet.left-one-small-tablet { | |
right: 14.28571%; | |
} | |
.one-eighth-small-tablet { | |
width: 12.5%; | |
} | |
.one-eighth-small-tablet.right-one-small-tablet { | |
left: 12.5%; | |
} | |
.one-eighth-small-tablet.left-one-small-tablet { | |
right: 12.5%; | |
} | |
.one-eighth-small-tablet.right-two-small-tablet { | |
left: 25%; | |
} | |
.one-eighth-small-tablet.left-two-small-tablet { | |
right: 25%; | |
} | |
.one-eighth-small-tablet.right-three-small-tablet { | |
left: 37.5%; | |
} | |
.one-eighth-small-tablet.left-three-small-tablet { | |
right: 37.5%; | |
} | |
.one-eighth-small-tablet.right-four-small-tablet { | |
left: 50%; | |
} | |
.one-eighth-small-tablet.left-four-small-tablet { | |
right: 50%; | |
} | |
.one-eighth-small-tablet.right-five-small-tablet { | |
left: 62.5%; | |
} | |
.one-eighth-small-tablet.left-five-small-tablet { | |
right: 62.5%; | |
} | |
.one-eighth-small-tablet.right-six-small-tablet { | |
left: 75%; | |
} | |
.one-eighth-small-tablet.left-six-small-tablet { | |
right: 75%; | |
} | |
.one-eighth-small-tablet.right-seven-small-tablet { | |
left: 87.5%; | |
} | |
.one-eighth-small-tablet.left-seven-small-tablet { | |
right: 87.5%; | |
} | |
.two-eighths-small-tablet { | |
width: 25%; | |
} | |
.two-eighths-small-tablet.right-one-small-tablet { | |
left: 12.5%; | |
} | |
.two-eighths-small-tablet.left-one-small-tablet { | |
right: 12.5%; | |
} | |
.two-eighths-small-tablet.right-two-small-tablet { | |
left: 25%; | |
} | |
.two-eighths-small-tablet.left-two-small-tablet { | |
right: 25%; | |
} | |
.two-eighths-small-tablet.right-three-small-tablet { | |
left: 37.5%; | |
} | |
.two-eighths-small-tablet.left-three-small-tablet { | |
right: 37.5%; | |
} | |
.two-eighths-small-tablet.right-four-small-tablet { | |
left: 50%; | |
} | |
.two-eighths-small-tablet.left-four-small-tablet { | |
right: 50%; | |
} | |
.two-eighths-small-tablet.right-five-small-tablet { | |
left: 62.5%; | |
} | |
.two-eighths-small-tablet.left-five-small-tablet { | |
right: 62.5%; | |
} | |
.two-eighths-small-tablet.right-six-small-tablet { | |
left: 75%; | |
} | |
.two-eighths-small-tablet.left-six-small-tablet { | |
right: 75%; | |
} | |
.three-eighths-small-tablet { | |
width: 37.5%; | |
} | |
.three-eighths-small-tablet.right-one-small-tablet { | |
left: 12.5%; | |
} | |
.three-eighths-small-tablet.left-one-small-tablet { | |
right: 12.5%; | |
} | |
.three-eighths-small-tablet.right-two-small-tablet { | |
left: 25%; | |
} | |
.three-eighths-small-tablet.left-two-small-tablet { | |
right: 25%; | |
} | |
.three-eighths-small-tablet.right-three-small-tablet { | |
left: 37.5%; | |
} | |
.three-eighths-small-tablet.left-three-small-tablet { | |
right: 37.5%; | |
} | |
.three-eighths-small-tablet.right-four-small-tablet { | |
left: 50%; | |
} | |
.three-eighths-small-tablet.left-four-small-tablet { | |
right: 50%; | |
} | |
.three-eighths-small-tablet.right-five-small-tablet { | |
left: 62.5%; | |
} | |
.three-eighths-small-tablet.left-five-small-tablet { | |
right: 62.5%; | |
} | |
.four-eighths-small-tablet { | |
width: 50%; | |
} | |
.four-eighths-small-tablet.right-one-small-tablet { | |
left: 12.5%; | |
} | |
.four-eighths-small-tablet.left-one-small-tablet { | |
right: 12.5%; | |
} | |
.four-eighths-small-tablet.right-two-small-tablet { | |
left: 25%; | |
} | |
.four-eighths-small-tablet.left-two-small-tablet { | |
right: 25%; | |
} | |
.four-eighths-small-tablet.right-three-small-tablet { | |
left: 37.5%; | |
} | |
.four-eighths-small-tablet.left-three-small-tablet { | |
right: 37.5%; | |
} | |
.four-eighths-small-tablet.right-four-small-tablet { | |
left: 50%; | |
} | |
.four-eighths-small-tablet.left-four-small-tablet { | |
right: 50%; | |
} | |
.five-eighths-small-tablet { | |
width: 62.5%; | |
} | |
.five-eighths-small-tablet.right-one-small-tablet { | |
left: 12.5%; | |
} | |
.five-eighths-small-tablet.left-one-small-tablet { | |
right: 12.5%; | |
} | |
.five-eighths-small-tablet.right-two-small-tablet { | |
left: 25%; | |
} | |
.five-eighths-small-tablet.left-two-small-tablet { | |
right: 25%; | |
} | |
.five-eighths-small-tablet.right-three-small-tablet { | |
left: 37.5%; | |
} | |
.five-eighths-small-tablet.left-three-small-tablet { | |
right: 37.5%; | |
} | |
.six-eighths-small-tablet { | |
width: 75%; | |
} | |
.six-eighths-small-tablet.right-one-small-tablet { | |
left: 12.5%; | |
} | |
.six-eighths-small-tablet.left-one-small-tablet { | |
right: 12.5%; | |
} | |
.six-eighths-small-tablet.right-two-small-tablet { | |
left: 25%; | |
} | |
.six-eighths-small-tablet.left-two-small-tablet { | |
right: 25%; | |
} | |
.seven-eighths-small-tablet { | |
width: 87.5%; | |
} | |
.seven-eighths-small-tablet.right-one-small-tablet { | |
left: 12.5%; | |
} | |
.seven-eighths-small-tablet.left-one-small-tablet { | |
right: 12.5%; | |
} | |
.one-ninth-small-tablet { | |
width: 11.11111%; | |
} | |
.one-ninth-small-tablet.right-one-small-tablet { | |
left: 11.11111%; | |
} | |
.one-ninth-small-tablet.left-one-small-tablet { | |
right: 11.11111%; | |
} | |
.one-ninth-small-tablet.right-two-small-tablet { | |
left: 22.22222%; | |
} | |
.one-ninth-small-tablet.left-two-small-tablet { | |
right: 22.22222%; | |
} | |
.one-ninth-small-tablet.right-three-small-tablet { | |
left: 33.33333%; | |
} | |
.one-ninth-small-tablet.left-three-small-tablet { | |
right: 33.33333%; | |
} | |
.one-ninth-small-tablet.right-four-small-tablet { | |
left: 44.44444%; | |
} | |
.one-ninth-small-tablet.left-four-small-tablet { | |
right: 44.44444%; | |
} | |
.one-ninth-small-tablet.right-five-small-tablet { | |
left: 55.55556%; | |
} | |
.one-ninth-small-tablet.left-five-small-tablet { | |
right: 55.55556%; | |
} | |
.one-ninth-small-tablet.right-six-small-tablet { | |
left: 66.66667%; | |
} | |
.one-ninth-small-tablet.left-six-small-tablet { | |
right: 66.66667%; | |
} | |
.one-ninth-small-tablet.right-seven-small-tablet { | |
left: 77.77778%; | |
} | |
.one-ninth-small-tablet.left-seven-small-tablet { | |
right: 77.77778%; | |
} | |
.one-ninth-small-tablet.right-eight-small-tablet { | |
left: 88.88889%; | |
} | |
.one-ninth-small-tablet.left-eight-small-tablet { | |
right: 88.88889%; | |
} | |
.two-ninths-small-tablet { | |
width: 22.22222%; | |
} | |
.two-ninths-small-tablet.right-one-small-tablet { | |
left: 11.11111%; | |
} | |
.two-ninths-small-tablet.left-one-small-tablet { | |
right: 11.11111%; | |
} | |
.two-ninths-small-tablet.right-two-small-tablet { | |
left: 22.22222%; | |
} | |
.two-ninths-small-tablet.left-two-small-tablet { | |
right: 22.22222%; | |
} | |
.two-ninths-small-tablet.right-three-small-tablet { | |
left: 33.33333%; | |
} | |
.two-ninths-small-tablet.left-three-small-tablet { | |
right: 33.33333%; | |
} | |
.two-ninths-small-tablet.right-four-small-tablet { | |
left: 44.44444%; | |
} | |
.two-ninths-small-tablet.left-four-small-tablet { | |
right: 44.44444%; | |
} | |
.two-ninths-small-tablet.right-five-small-tablet { | |
left: 55.55556%; | |
} | |
.two-ninths-small-tablet.left-five-small-tablet { | |
right: 55.55556%; | |
} | |
.two-ninths-small-tablet.right-six-small-tablet { | |
left: 66.66667%; | |
} | |
.two-ninths-small-tablet.left-six-small-tablet { | |
right: 66.66667%; | |
} | |
.two-ninths-small-tablet.right-seven-small-tablet { | |
left: 77.77778%; | |
} | |
.two-ninths-small-tablet.left-seven-small-tablet { | |
right: 77.77778%; | |
} | |
.three-ninths-small-tablet { | |
width: 33.33333%; | |
} | |
.three-ninths-small-tablet.right-one-small-tablet { | |
left: 11.11111%; | |
} | |
.three-ninths-small-tablet.left-one-small-tablet { | |
right: 11.11111%; | |
} | |
.three-ninths-small-tablet.right-two-small-tablet { | |
left: 22.22222%; | |
} | |
.three-ninths-small-tablet.left-two-small-tablet { | |
right: 22.22222%; | |
} | |
.three-ninths-small-tablet.right-three-small-tablet { | |
left: 33.33333%; | |
} | |
.three-ninths-small-tablet.left-three-small-tablet { | |
right: 33.33333%; | |
} | |
.three-ninths-small-tablet.right-four-small-tablet { | |
left: 44.44444%; | |
} | |
.three-ninths-small-tablet.left-four-small-tablet { | |
right: 44.44444%; | |
} | |
.three-ninths-small-tablet.right-five-small-tablet { | |
left: 55.55556%; | |
} | |
.three-ninths-small-tablet.left-five-small-tablet { | |
right: 55.55556%; | |
} | |
.three-ninths-small-tablet.right-six-small-tablet { | |
left: 66.66667%; | |
} | |
.three-ninths-small-tablet.left-six-small-tablet { | |
right: 66.66667%; | |
} | |
.four-ninths-small-tablet { | |
width: 44.44444%; | |
} | |
.four-ninths-small-tablet.right-one-small-tablet { | |
left: 11.11111%; | |
} | |
.four-ninths-small-tablet.left-one-small-tablet { | |
right: 11.11111%; | |
} | |
.four-ninths-small-tablet.right-two-small-tablet { | |
left: 22.22222%; | |
} | |
.four-ninths-small-tablet.left-two-small-tablet { | |
right: 22.22222%; | |
} | |
.four-ninths-small-tablet.right-three-small-tablet { | |
left: 33.33333%; | |
} | |
.four-ninths-small-tablet.left-three-small-tablet { | |
right: 33.33333%; | |
} | |
.four-ninths-small-tablet.right-four-small-tablet { | |
left: 44.44444%; | |
} | |
.four-ninths-small-tablet.left-four-small-tablet { | |
right: 44.44444%; | |
} | |
.four-ninths-small-tablet.right-five-small-tablet { | |
left: 55.55556%; | |
} | |
.four-ninths-small-tablet.left-five-small-tablet { | |
right: 55.55556%; | |
} | |
.five-ninths-small-tablet { | |
width: 55.55556%; | |
} | |
.five-ninths-small-tablet.right-one-small-tablet { | |
left: 11.11111%; | |
} | |
.five-ninths-small-tablet.left-one-small-tablet { | |
right: 11.11111%; | |
} | |
.five-ninths-small-tablet.right-two-small-tablet { | |
left: 22.22222%; | |
} | |
.five-ninths-small-tablet.left-two-small-tablet { | |
right: 22.22222%; | |
} | |
.five-ninths-small-tablet.right-three-small-tablet { | |
left: 33.33333%; | |
} | |
.five-ninths-small-tablet.left-three-small-tablet { | |
right: 33.33333%; | |
} | |
.five-ninths-small-tablet.right-four-small-tablet { | |
left: 44.44444%; | |
} | |
.five-ninths-small-tablet.left-four-small-tablet { | |
right: 44.44444%; | |
} | |
.six-ninths-small-tablet { | |
width: 66.66667%; | |
} | |
.six-ninths-small-tablet.right-one-small-tablet { | |
left: 11.11111%; | |
} | |
.six-ninths-small-tablet.left-one-small-tablet { | |
right: 11.11111%; | |
} | |
.six-ninths-small-tablet.right-two-small-tablet { | |
left: 22.22222%; | |
} | |
.six-ninths-small-tablet.left-two-small-tablet { | |
right: 22.22222%; | |
} | |
.six-ninths-small-tablet.right-three-small-tablet { | |
left: 33.33333%; | |
} | |
.six-ninths-small-tablet.left-three-small-tablet { | |
right: 33.33333%; | |
} | |
.seven-ninths-small-tablet { | |
width: 77.77778%; | |
} | |
.seven-ninths-small-tablet.right-one-small-tablet { | |
left: 11.11111%; | |
} | |
.seven-ninths-small-tablet.left-one-small-tablet { | |
right: 11.11111%; | |
} | |
.seven-ninths-small-tablet.right-two-small-tablet { | |
left: 22.22222%; | |
} | |
.seven-ninths-small-tablet.left-two-small-tablet { | |
right: 22.22222%; | |
} | |
.eight-ninths-small-tablet { | |
width: 88.88889%; | |
} | |
.eight-ninths-small-tablet.right-one-small-tablet { | |
left: 11.11111%; | |
} | |
.eight-ninths-small-tablet.left-one-small-tablet { | |
right: 11.11111%; | |
} | |
.one-tenth-small-tablet { | |
width: 10%; | |
} | |
.one-tenth-small-tablet.right-one-small-tablet { | |
left: 10%; | |
} | |
.one-tenth-small-tablet.left-one-small-tablet { | |
right: 10%; | |
} | |
.one-tenth-small-tablet.right-two-small-tablet { | |
left: 20%; | |
} | |
.one-tenth-small-tablet.left-two-small-tablet { | |
right: 20%; | |
} | |
.one-tenth-small-tablet.right-three-small-tablet { | |
left: 30%; | |
} | |
.one-tenth-small-tablet.left-three-small-tablet { | |
right: 30%; | |
} | |
.one-tenth-small-tablet.right-four-small-tablet { | |
left: 40%; | |
} | |
.one-tenth-small-tablet.left-four-small-tablet { | |
right: 40%; | |
} | |
.one-tenth-small-tablet.right-five-small-tablet { | |
left: 50%; | |
} | |
.one-tenth-small-tablet.left-five-small-tablet { | |
right: 50%; | |
} | |
.one-tenth-small-tablet.right-six-small-tablet { | |
left: 60%; | |
} | |
.one-tenth-small-tablet.left-six-small-tablet { | |
right: 60%; | |
} | |
.one-tenth-small-tablet.right-seven-small-tablet { | |
left: 70%; | |
} | |
.one-tenth-small-tablet.left-seven-small-tablet { | |
right: 70%; | |
} | |
.one-tenth-small-tablet.right-eight-small-tablet { | |
left: 80%; | |
} | |
.one-tenth-small-tablet.left-eight-small-tablet { | |
right: 80%; | |
} | |
.one-tenth-small-tablet.right-nine-small-tablet { | |
left: 90%; | |
} | |
.one-tenth-small-tablet.left-nine-small-tablet { | |
right: 90%; | |
} | |
.two-tenths-small-tablet { | |
width: 20%; | |
} | |
.two-tenths-small-tablet.right-one-small-tablet { | |
left: 10%; | |
} | |
.two-tenths-small-tablet.left-one-small-tablet { | |
right: 10%; | |
} | |
.two-tenths-small-tablet.right-two-small-tablet { | |
left: 20%; | |
} | |
.two-tenths-small-tablet.left-two-small-tablet { | |
right: 20%; | |
} | |
.two-tenths-small-tablet.right-three-small-tablet { | |
left: 30%; | |
} | |
.two-tenths-small-tablet.left-three-small-tablet { | |
right: 30%; | |
} | |
.two-tenths-small-tablet.right-four-small-tablet { | |
left: 40%; | |
} | |
.two-tenths-small-tablet.left-four-small-tablet { | |
right: 40%; | |
} | |
.two-tenths-small-tablet.right-five-small-tablet { | |
left: 50%; | |
} | |
.two-tenths-small-tablet.left-five-small-tablet { | |
right: 50%; | |
} | |
.two-tenths-small-tablet.right-six-small-tablet { | |
left: 60%; | |
} | |
.two-tenths-small-tablet.left-six-small-tablet { | |
right: 60%; | |
} | |
.two-tenths-small-tablet.right-seven-small-tablet { | |
left: 70%; | |
} | |
.two-tenths-small-tablet.left-seven-small-tablet { | |
right: 70%; | |
} | |
.two-tenths-small-tablet.right-eight-small-tablet { | |
left: 80%; | |
} | |
.two-tenths-small-tablet.left-eight-small-tablet { | |
right: 80%; | |
} | |
.three-tenths-small-tablet { | |
width: 30%; | |
} | |
.three-tenths-small-tablet.right-one-small-tablet { | |
left: 10%; | |
} | |
.three-tenths-small-tablet.left-one-small-tablet { | |
right: 10%; | |
} | |
.three-tenths-small-tablet.right-two-small-tablet { | |
left: 20%; | |
} | |
.three-tenths-small-tablet.left-two-small-tablet { | |
right: 20%; | |
} | |
.three-tenths-small-tablet.right-three-small-tablet { | |
left: 30%; | |
} | |
.three-tenths-small-tablet.left-three-small-tablet { | |
right: 30%; | |
} | |
.three-tenths-small-tablet.right-four-small-tablet { | |
left: 40%; | |
} | |
.three-tenths-small-tablet.left-four-small-tablet { | |
right: 40%; | |
} | |
.three-tenths-small-tablet.right-five-small-tablet { | |
left: 50%; | |
} | |
.three-tenths-small-tablet.left-five-small-tablet { | |
right: 50%; | |
} | |
.three-tenths-small-tablet.right-six-small-tablet { | |
left: 60%; | |
} | |
.three-tenths-small-tablet.left-six-small-tablet { | |
right: 60%; | |
} | |
.three-tenths-small-tablet.right-seven-small-tablet { | |
left: 70%; | |
} | |
.three-tenths-small-tablet.left-seven-small-tablet { | |
right: 70%; | |
} | |
.four-tenths-small-tablet { | |
width: 40%; | |
} | |
.four-tenths-small-tablet.right-one-small-tablet { | |
left: 10%; | |
} | |
.four-tenths-small-tablet.left-one-small-tablet { | |
right: 10%; | |
} | |
.four-tenths-small-tablet.right-two-small-tablet { | |
left: 20%; | |
} | |
.four-tenths-small-tablet.left-two-small-tablet { | |
right: 20%; | |
} | |
.four-tenths-small-tablet.right-three-small-tablet { | |
left: 30%; | |
} | |
.four-tenths-small-tablet.left-three-small-tablet { | |
right: 30%; | |
} | |
.four-tenths-small-tablet.right-four-small-tablet { | |
left: 40%; | |
} | |
.four-tenths-small-tablet.left-four-small-tablet { | |
right: 40%; | |
} | |
.four-tenths-small-tablet.right-five-small-tablet { | |
left: 50%; | |
} | |
.four-tenths-small-tablet.left-five-small-tablet { | |
right: 50%; | |
} | |
.four-tenths-small-tablet.right-six-small-tablet { | |
left: 60%; | |
} | |
.four-tenths-small-tablet.left-six-small-tablet { | |
right: 60%; | |
} | |
.five-tenths-small-tablet { | |
width: 50%; | |
} | |
.five-tenths-small-tablet.right-one-small-tablet { | |
left: 10%; | |
} | |
.five-tenths-small-tablet.left-one-small-tablet { | |
right: 10%; | |
} | |
.five-tenths-small-tablet.right-two-small-tablet { | |
left: 20%; | |
} | |
.five-tenths-small-tablet.left-two-small-tablet { | |
right: 20%; | |
} | |
.five-tenths-small-tablet.right-three-small-tablet { | |
left: 30%; | |
} | |
.five-tenths-small-tablet.left-three-small-tablet { | |
right: 30%; | |
} | |
.five-tenths-small-tablet.right-four-small-tablet { | |
left: 40%; | |
} | |
.five-tenths-small-tablet.left-four-small-tablet { | |
right: 40%; | |
} | |
.five-tenths-small-tablet.right-five-small-tablet { | |
left: 50%; | |
} | |
.five-tenths-small-tablet.left-five-small-tablet { | |
right: 50%; | |
} | |
.six-tenths-small-tablet { | |
width: 60%; | |
} | |
.six-tenths-small-tablet.right-one-small-tablet { | |
left: 10%; | |
} | |
.six-tenths-small-tablet.left-one-small-tablet { | |
right: 10%; | |
} | |
.six-tenths-small-tablet.right-two-small-tablet { | |
left: 20%; | |
} | |
.six-tenths-small-tablet.left-two-small-tablet { | |
right: 20%; | |
} | |
.six-tenths-small-tablet.right-three-small-tablet { | |
left: 30%; | |
} | |
.six-tenths-small-tablet.left-three-small-tablet { | |
right: 30%; | |
} | |
.six-tenths-small-tablet.right-four-small-tablet { | |
left: 40%; | |
} | |
.six-tenths-small-tablet.left-four-small-tablet { | |
right: 40%; | |
} | |
.seven-tenths-small-tablet { | |
width: 70%; | |
} | |
.seven-tenths-small-tablet.right-one-small-tablet { | |
left: 10%; | |
} | |
.seven-tenths-small-tablet.left-one-small-tablet { | |
right: 10%; | |
} | |
.seven-tenths-small-tablet.right-two-small-tablet { | |
left: 20%; | |
} | |
.seven-tenths-small-tablet.left-two-small-tablet { | |
right: 20%; | |
} | |
.seven-tenths-small-tablet.right-three-small-tablet { | |
left: 30%; | |
} | |
.seven-tenths-small-tablet.left-three-small-tablet { | |
right: 30%; | |
} | |
.eight-tenths-small-tablet { | |
width: 80%; | |
} | |
.eight-tenths-small-tablet.right-one-small-tablet { | |
left: 10%; | |
} | |
.eight-tenths-small-tablet.left-one-small-tablet { | |
right: 10%; | |
} | |
.eight-tenths-small-tablet.right-two-small-tablet { | |
left: 20%; | |
} | |
.eight-tenths-small-tablet.left-two-small-tablet { | |
right: 20%; | |
} | |
.nine-tenths-small-tablet { | |
width: 90%; | |
} | |
.nine-tenths-small-tablet.right-one-small-tablet { | |
left: 10%; | |
} | |
.nine-tenths-small-tablet.left-one-small-tablet { | |
right: 10%; | |
} | |
.one-eleventh-small-tablet { | |
width: 9.09091%; | |
} | |
.one-eleventh-small-tablet.right-one-small-tablet { | |
left: 9.09091%; | |
} | |
.one-eleventh-small-tablet.left-one-small-tablet { | |
right: 9.09091%; | |
} | |
.one-eleventh-small-tablet.right-two-small-tablet { | |
left: 18.18182%; | |
} | |
.one-eleventh-small-tablet.left-two-small-tablet { | |
right: 18.18182%; | |
} | |
.one-eleventh-small-tablet.right-three-small-tablet { | |
left: 27.27273%; | |
} | |
.one-eleventh-small-tablet.left-three-small-tablet { | |
right: 27.27273%; | |
} | |
.one-eleventh-small-tablet.right-four-small-tablet { | |
left: 36.36364%; | |
} | |
.one-eleventh-small-tablet.left-four-small-tablet { | |
right: 36.36364%; | |
} | |
.one-eleventh-small-tablet.right-five-small-tablet { | |
left: 45.45455%; | |
} | |
.one-eleventh-small-tablet.left-five-small-tablet { | |
right: 45.45455%; | |
} | |
.one-eleventh-small-tablet.right-six-small-tablet { | |
left: 54.54545%; | |
} | |
.one-eleventh-small-tablet.left-six-small-tablet { | |
right: 54.54545%; | |
} | |
.one-eleventh-small-tablet.right-seven-small-tablet { | |
left: 63.63636%; | |
} | |
.one-eleventh-small-tablet.left-seven-small-tablet { | |
right: 63.63636%; | |
} | |
.one-eleventh-small-tablet.right-eight-small-tablet { | |
left: 72.72727%; | |
} | |
.one-eleventh-small-tablet.left-eight-small-tablet { | |
right: 72.72727%; | |
} | |
.one-eleventh-small-tablet.right-nine-small-tablet { | |
left: 81.81818%; | |
} | |
.one-eleventh-small-tablet.left-nine-small-tablet { | |
right: 81.81818%; | |
} | |
.one-eleventh-small-tablet.right-ten-small-tablet { | |
left: 90.90909%; | |
} | |
.one-eleventh-small-tablet.left-ten-small-tablet { | |
right: 90.90909%; | |
} | |
.two-elevenths-small-tablet { | |
width: 18.18182%; | |
} | |
.two-elevenths-small-tablet.right-one-small-tablet { | |
left: 9.09091%; | |
} | |
.two-elevenths-small-tablet.left-one-small-tablet { | |
right: 9.09091%; | |
} | |
.two-elevenths-small-tablet.right-two-small-tablet { | |
left: 18.18182%; | |
} | |
.two-elevenths-small-tablet.left-two-small-tablet { | |
right: 18.18182%; | |
} | |
.two-elevenths-small-tablet.right-three-small-tablet { | |
left: 27.27273%; | |
} | |
.two-elevenths-small-tablet.left-three-small-tablet { | |
right: 27.27273%; | |
} | |
.two-elevenths-small-tablet.right-four-small-tablet { | |
left: 36.36364%; | |
} | |
.two-elevenths-small-tablet.left-four-small-tablet { | |
right: 36.36364%; | |
} | |
.two-elevenths-small-tablet.right-five-small-tablet { | |
left: 45.45455%; | |
} | |
.two-elevenths-small-tablet.left-five-small-tablet { | |
right: 45.45455%; | |
} | |
.two-elevenths-small-tablet.right-six-small-tablet { | |
left: 54.54545%; | |
} | |
.two-elevenths-small-tablet.left-six-small-tablet { | |
right: 54.54545%; | |
} | |
.two-elevenths-small-tablet.right-seven-small-tablet { | |
left: 63.63636%; | |
} | |
.two-elevenths-small-tablet.left-seven-small-tablet { | |
right: 63.63636%; | |
} | |
.two-elevenths-small-tablet.right-eight-small-tablet { | |
left: 72.72727%; | |
} | |
.two-elevenths-small-tablet.left-eight-small-tablet { | |
right: 72.72727%; | |
} | |
.two-elevenths-small-tablet.right-nine-small-tablet { | |
left: 81.81818%; | |
} | |
.two-elevenths-small-tablet.left-nine-small-tablet { | |
right: 81.81818%; | |
} | |
.three-elevenths-small-tablet { | |
width: 27.27273%; | |
} | |
.three-elevenths-small-tablet.right-one-small-tablet { | |
left: 9.09091%; | |
} | |
.three-elevenths-small-tablet.left-one-small-tablet { | |
right: 9.09091%; | |
} | |
.three-elevenths-small-tablet.right-two-small-tablet { | |
left: 18.18182%; | |
} | |
.three-elevenths-small-tablet.left-two-small-tablet { | |
right: 18.18182%; | |
} | |
.three-elevenths-small-tablet.right-three-small-tablet { | |
left: 27.27273%; | |
} | |
.three-elevenths-small-tablet.left-three-small-tablet { | |
right: 27.27273%; | |
} | |
.three-elevenths-small-tablet.right-four-small-tablet { | |
left: 36.36364%; | |
} | |
.three-elevenths-small-tablet.left-four-small-tablet { | |
right: 36.36364%; | |
} | |
.three-elevenths-small-tablet.right-five-small-tablet { | |
left: 45.45455%; | |
} | |
.three-elevenths-small-tablet.left-five-small-tablet { | |
right: 45.45455%; | |
} | |
.three-elevenths-small-tablet.right-six-small-tablet { | |
left: 54.54545%; | |
} | |
.three-elevenths-small-tablet.left-six-small-tablet { | |
right: 54.54545%; | |
} | |
.three-elevenths-small-tablet.right-seven-small-tablet { | |
left: 63.63636%; | |
} | |
.three-elevenths-small-tablet.left-seven-small-tablet { | |
right: 63.63636%; | |
} | |
.three-elevenths-small-tablet.right-eight-small-tablet { | |
left: 72.72727%; | |
} | |
.three-elevenths-small-tablet.left-eight-small-tablet { | |
right: 72.72727%; | |
} | |
.four-elevenths-small-tablet { | |
width: 36.36364%; | |
} | |
.four-elevenths-small-tablet.right-one-small-tablet { | |
left: 9.09091%; | |
} | |
.four-elevenths-small-tablet.left-one-small-tablet { | |
right: 9.09091%; | |
} | |
.four-elevenths-small-tablet.right-two-small-tablet { | |
left: 18.18182%; | |
} | |
.four-elevenths-small-tablet.left-two-small-tablet { | |
right: 18.18182%; | |
} | |
.four-elevenths-small-tablet.right-three-small-tablet { | |
left: 27.27273%; | |
} | |
.four-elevenths-small-tablet.left-three-small-tablet { | |
right: 27.27273%; | |
} | |
.four-elevenths-small-tablet.right-four-small-tablet { | |
left: 36.36364%; | |
} | |
.four-elevenths-small-tablet.left-four-small-tablet { | |
right: 36.36364%; | |
} | |
.four-elevenths-small-tablet.right-five-small-tablet { | |
left: 45.45455%; | |
} | |
.four-elevenths-small-tablet.left-five-small-tablet { | |
right: 45.45455%; | |
} | |
.four-elevenths-small-tablet.right-six-small-tablet { | |
left: 54.54545%; | |
} | |
.four-elevenths-small-tablet.left-six-small-tablet { | |
right: 54.54545%; | |
} | |
.four-elevenths-small-tablet.right-seven-small-tablet { | |
left: 63.63636%; | |
} | |
.four-elevenths-small-tablet.left-seven-small-tablet { | |
right: 63.63636%; | |
} | |
.five-elevenths-small-tablet { | |
width: 45.45455%; | |
} | |
.five-elevenths-small-tablet.right-one-small-tablet { | |
left: 9.09091%; | |
} | |
.five-elevenths-small-tablet.left-one-small-tablet { | |
right: 9.09091%; | |
} | |
.five-elevenths-small-tablet.right-two-small-tablet { | |
left: 18.18182%; | |
} | |
.five-elevenths-small-tablet.left-two-small-tablet { | |
right: 18.18182%; | |
} | |
.five-elevenths-small-tablet.right-three-small-tablet { | |
left: 27.27273%; | |
} | |
.five-elevenths-small-tablet.left-three-small-tablet { | |
right: 27.27273%; | |
} | |
.five-elevenths-small-tablet.right-four-small-tablet { | |
left: 36.36364%; | |
} | |
.five-elevenths-small-tablet.left-four-small-tablet { | |
right: 36.36364%; | |
} | |
.five-elevenths-small-tablet.right-five-small-tablet { | |
left: 45.45455%; | |
} | |
.five-elevenths-small-tablet.left-five-small-tablet { | |
right: 45.45455%; | |
} | |
.five-elevenths-small-tablet.right-six-small-tablet { | |
left: 54.54545%; | |
} | |
.five-elevenths-small-tablet.left-six-small-tablet { | |
right: 54.54545%; | |
} | |
.six-elevenths-small-tablet { | |
width: 54.54545%; | |
} | |
.six-elevenths-small-tablet.right-one-small-tablet { | |
left: 9.09091%; | |
} | |
.six-elevenths-small-tablet.left-one-small-tablet { | |
right: 9.09091%; | |
} | |
.six-elevenths-small-tablet.right-two-small-tablet { | |
left: 18.18182%; | |
} | |
.six-elevenths-small-tablet.left-two-small-tablet { | |
right: 18.18182%; | |
} | |
.six-elevenths-small-tablet.right-three-small-tablet { | |
left: 27.27273%; | |
} | |
.six-elevenths-small-tablet.left-three-small-tablet { | |
right: 27.27273%; | |
} | |
.six-elevenths-small-tablet.right-four-small-tablet { | |
left: 36.36364%; | |
} | |
.six-elevenths-small-tablet.left-four-small-tablet { | |
right: 36.36364%; | |
} | |
.six-elevenths-small-tablet.right-five-small-tablet { | |
left: 45.45455%; | |
} | |
.six-elevenths-small-tablet.left-five-small-tablet { | |
right: 45.45455%; | |
} | |
.seven-elevenths-small-tablet { | |
width: 63.63636%; | |
} | |
.seven-elevenths-small-tablet.right-one-small-tablet { | |
left: 9.09091%; | |
} | |
.seven-elevenths-small-tablet.left-one-small-tablet { | |
right: 9.09091%; | |
} | |
.seven-elevenths-small-tablet.right-two-small-tablet { | |
left: 18.18182%; | |
} | |
.seven-elevenths-small-tablet.left-two-small-tablet { | |
right: 18.18182%; | |
} | |
.seven-elevenths-small-tablet.right-three-small-tablet { | |
left: 27.27273%; | |
} | |
.seven-elevenths-small-tablet.left-three-small-tablet { | |
right: 27.27273%; | |
} | |
.seven-elevenths-small-tablet.right-four-small-tablet { | |
left: 36.36364%; | |
} | |
.seven-elevenths-small-tablet.left-four-small-tablet { | |
right: 36.36364%; | |
} | |
.eight-elevenths-small-tablet { | |
width: 72.72727%; | |
} | |
.eight-elevenths-small-tablet.right-one-small-tablet { | |
left: 9.09091%; | |
} | |
.eight-elevenths-small-tablet.left-one-small-tablet { | |
right: 9.09091%; | |
} | |
.eight-elevenths-small-tablet.right-two-small-tablet { | |
left: 18.18182%; | |
} | |
.eight-elevenths-small-tablet.left-two-small-tablet { | |
right: 18.18182%; | |
} | |
.eight-elevenths-small-tablet.right-three-small-tablet { | |
left: 27.27273%; | |
} | |
.eight-elevenths-small-tablet.left-three-small-tablet { | |
right: 27.27273%; | |
} | |
.nine-elevenths-small-tablet { | |
width: 81.81818%; | |
} | |
.nine-elevenths-small-tablet.right-one-small-tablet { | |
left: 9.09091%; | |
} | |
.nine-elevenths-small-tablet.left-one-small-tablet { | |
right: 9.09091%; | |
} | |
.nine-elevenths-small-tablet.right-two-small-tablet { | |
left: 18.18182%; | |
} | |
.nine-elevenths-small-tablet.left-two-small-tablet { | |
right: 18.18182%; | |
} | |
.ten-elevenths-small-tablet { | |
width: 90.90909%; | |
} | |
.ten-elevenths-small-tablet.right-one-small-tablet { | |
left: 9.09091%; | |
} | |
.ten-elevenths-small-tablet.left-one-small-tablet { | |
right: 9.09091%; | |
} | |
.one-twelfth-small-tablet { | |
width: 8.33333%; | |
} | |
.one-twelfth-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.one-twelfth-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.one-twelfth-small-tablet.right-two-small-tablet { | |
left: 16.66667%; | |
} | |
.one-twelfth-small-tablet.left-two-small-tablet { | |
right: 16.66667%; | |
} | |
.one-twelfth-small-tablet.right-three-small-tablet { | |
left: 25%; | |
} | |
.one-twelfth-small-tablet.left-three-small-tablet { | |
right: 25%; | |
} | |
.one-twelfth-small-tablet.right-four-small-tablet { | |
left: 33.33333%; | |
} | |
.one-twelfth-small-tablet.left-four-small-tablet { | |
right: 33.33333%; | |
} | |
.one-twelfth-small-tablet.right-five-small-tablet { | |
left: 41.66667%; | |
} | |
.one-twelfth-small-tablet.left-five-small-tablet { | |
right: 41.66667%; | |
} | |
.one-twelfth-small-tablet.right-six-small-tablet { | |
left: 50%; | |
} | |
.one-twelfth-small-tablet.left-six-small-tablet { | |
right: 50%; | |
} | |
.one-twelfth-small-tablet.right-seven-small-tablet { | |
left: 58.33333%; | |
} | |
.one-twelfth-small-tablet.left-seven-small-tablet { | |
right: 58.33333%; | |
} | |
.one-twelfth-small-tablet.right-eight-small-tablet { | |
left: 66.66667%; | |
} | |
.one-twelfth-small-tablet.left-eight-small-tablet { | |
right: 66.66667%; | |
} | |
.one-twelfth-small-tablet.right-nine-small-tablet { | |
left: 75%; | |
} | |
.one-twelfth-small-tablet.left-nine-small-tablet { | |
right: 75%; | |
} | |
.one-twelfth-small-tablet.right-ten-small-tablet { | |
left: 83.33333%; | |
} | |
.one-twelfth-small-tablet.left-ten-small-tablet { | |
right: 83.33333%; | |
} | |
.one-twelfth-small-tablet.right-eleven-small-tablet { | |
left: 91.66667%; | |
} | |
.one-twelfth-small-tablet.left-eleven-small-tablet { | |
right: 91.66667%; | |
} | |
.two-twelfths-small-tablet { | |
width: 16.66667%; | |
} | |
.two-twelfths-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.two-twelfths-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.two-twelfths-small-tablet.right-two-small-tablet { | |
left: 16.66667%; | |
} | |
.two-twelfths-small-tablet.left-two-small-tablet { | |
right: 16.66667%; | |
} | |
.two-twelfths-small-tablet.right-three-small-tablet { | |
left: 25%; | |
} | |
.two-twelfths-small-tablet.left-three-small-tablet { | |
right: 25%; | |
} | |
.two-twelfths-small-tablet.right-four-small-tablet { | |
left: 33.33333%; | |
} | |
.two-twelfths-small-tablet.left-four-small-tablet { | |
right: 33.33333%; | |
} | |
.two-twelfths-small-tablet.right-five-small-tablet { | |
left: 41.66667%; | |
} | |
.two-twelfths-small-tablet.left-five-small-tablet { | |
right: 41.66667%; | |
} | |
.two-twelfths-small-tablet.right-six-small-tablet { | |
left: 50%; | |
} | |
.two-twelfths-small-tablet.left-six-small-tablet { | |
right: 50%; | |
} | |
.two-twelfths-small-tablet.right-seven-small-tablet { | |
left: 58.33333%; | |
} | |
.two-twelfths-small-tablet.left-seven-small-tablet { | |
right: 58.33333%; | |
} | |
.two-twelfths-small-tablet.right-eight-small-tablet { | |
left: 66.66667%; | |
} | |
.two-twelfths-small-tablet.left-eight-small-tablet { | |
right: 66.66667%; | |
} | |
.two-twelfths-small-tablet.right-nine-small-tablet { | |
left: 75%; | |
} | |
.two-twelfths-small-tablet.left-nine-small-tablet { | |
right: 75%; | |
} | |
.two-twelfths-small-tablet.right-ten-small-tablet { | |
left: 83.33333%; | |
} | |
.two-twelfths-small-tablet.left-ten-small-tablet { | |
right: 83.33333%; | |
} | |
.three-twelfths-small-tablet { | |
width: 25%; | |
} | |
.three-twelfths-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.three-twelfths-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.three-twelfths-small-tablet.right-two-small-tablet { | |
left: 16.66667%; | |
} | |
.three-twelfths-small-tablet.left-two-small-tablet { | |
right: 16.66667%; | |
} | |
.three-twelfths-small-tablet.right-three-small-tablet { | |
left: 25%; | |
} | |
.three-twelfths-small-tablet.left-three-small-tablet { | |
right: 25%; | |
} | |
.three-twelfths-small-tablet.right-four-small-tablet { | |
left: 33.33333%; | |
} | |
.three-twelfths-small-tablet.left-four-small-tablet { | |
right: 33.33333%; | |
} | |
.three-twelfths-small-tablet.right-five-small-tablet { | |
left: 41.66667%; | |
} | |
.three-twelfths-small-tablet.left-five-small-tablet { | |
right: 41.66667%; | |
} | |
.three-twelfths-small-tablet.right-six-small-tablet { | |
left: 50%; | |
} | |
.three-twelfths-small-tablet.left-six-small-tablet { | |
right: 50%; | |
} | |
.three-twelfths-small-tablet.right-seven-small-tablet { | |
left: 58.33333%; | |
} | |
.three-twelfths-small-tablet.left-seven-small-tablet { | |
right: 58.33333%; | |
} | |
.three-twelfths-small-tablet.right-eight-small-tablet { | |
left: 66.66667%; | |
} | |
.three-twelfths-small-tablet.left-eight-small-tablet { | |
right: 66.66667%; | |
} | |
.three-twelfths-small-tablet.right-nine-small-tablet { | |
left: 75%; | |
} | |
.three-twelfths-small-tablet.left-nine-small-tablet { | |
right: 75%; | |
} | |
.four-twelfths-small-tablet { | |
width: 33.33333%; | |
} | |
.four-twelfths-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.four-twelfths-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.four-twelfths-small-tablet.right-two-small-tablet { | |
left: 16.66667%; | |
} | |
.four-twelfths-small-tablet.left-two-small-tablet { | |
right: 16.66667%; | |
} | |
.four-twelfths-small-tablet.right-three-small-tablet { | |
left: 25%; | |
} | |
.four-twelfths-small-tablet.left-three-small-tablet { | |
right: 25%; | |
} | |
.four-twelfths-small-tablet.right-four-small-tablet { | |
left: 33.33333%; | |
} | |
.four-twelfths-small-tablet.left-four-small-tablet { | |
right: 33.33333%; | |
} | |
.four-twelfths-small-tablet.right-five-small-tablet { | |
left: 41.66667%; | |
} | |
.four-twelfths-small-tablet.left-five-small-tablet { | |
right: 41.66667%; | |
} | |
.four-twelfths-small-tablet.right-six-small-tablet { | |
left: 50%; | |
} | |
.four-twelfths-small-tablet.left-six-small-tablet { | |
right: 50%; | |
} | |
.four-twelfths-small-tablet.right-seven-small-tablet { | |
left: 58.33333%; | |
} | |
.four-twelfths-small-tablet.left-seven-small-tablet { | |
right: 58.33333%; | |
} | |
.four-twelfths-small-tablet.right-eight-small-tablet { | |
left: 66.66667%; | |
} | |
.four-twelfths-small-tablet.left-eight-small-tablet { | |
right: 66.66667%; | |
} | |
.five-twelfths-small-tablet { | |
width: 41.66667%; | |
} | |
.five-twelfths-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.five-twelfths-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.five-twelfths-small-tablet.right-two-small-tablet { | |
left: 16.66667%; | |
} | |
.five-twelfths-small-tablet.left-two-small-tablet { | |
right: 16.66667%; | |
} | |
.five-twelfths-small-tablet.right-three-small-tablet { | |
left: 25%; | |
} | |
.five-twelfths-small-tablet.left-three-small-tablet { | |
right: 25%; | |
} | |
.five-twelfths-small-tablet.right-four-small-tablet { | |
left: 33.33333%; | |
} | |
.five-twelfths-small-tablet.left-four-small-tablet { | |
right: 33.33333%; | |
} | |
.five-twelfths-small-tablet.right-five-small-tablet { | |
left: 41.66667%; | |
} | |
.five-twelfths-small-tablet.left-five-small-tablet { | |
right: 41.66667%; | |
} | |
.five-twelfths-small-tablet.right-six-small-tablet { | |
left: 50%; | |
} | |
.five-twelfths-small-tablet.left-six-small-tablet { | |
right: 50%; | |
} | |
.five-twelfths-small-tablet.right-seven-small-tablet { | |
left: 58.33333%; | |
} | |
.five-twelfths-small-tablet.left-seven-small-tablet { | |
right: 58.33333%; | |
} | |
.six-twelfths-small-tablet { | |
width: 50%; | |
} | |
.six-twelfths-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.six-twelfths-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.six-twelfths-small-tablet.right-two-small-tablet { | |
left: 16.66667%; | |
} | |
.six-twelfths-small-tablet.left-two-small-tablet { | |
right: 16.66667%; | |
} | |
.six-twelfths-small-tablet.right-three-small-tablet { | |
left: 25%; | |
} | |
.six-twelfths-small-tablet.left-three-small-tablet { | |
right: 25%; | |
} | |
.six-twelfths-small-tablet.right-four-small-tablet { | |
left: 33.33333%; | |
} | |
.six-twelfths-small-tablet.left-four-small-tablet { | |
right: 33.33333%; | |
} | |
.six-twelfths-small-tablet.right-five-small-tablet { | |
left: 41.66667%; | |
} | |
.six-twelfths-small-tablet.left-five-small-tablet { | |
right: 41.66667%; | |
} | |
.six-twelfths-small-tablet.right-six-small-tablet { | |
left: 50%; | |
} | |
.six-twelfths-small-tablet.left-six-small-tablet { | |
right: 50%; | |
} | |
.seven-twelfths-small-tablet { | |
width: 58.33333%; | |
} | |
.seven-twelfths-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.seven-twelfths-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.seven-twelfths-small-tablet.right-two-small-tablet { | |
left: 16.66667%; | |
} | |
.seven-twelfths-small-tablet.left-two-small-tablet { | |
right: 16.66667%; | |
} | |
.seven-twelfths-small-tablet.right-three-small-tablet { | |
left: 25%; | |
} | |
.seven-twelfths-small-tablet.left-three-small-tablet { | |
right: 25%; | |
} | |
.seven-twelfths-small-tablet.right-four-small-tablet { | |
left: 33.33333%; | |
} | |
.seven-twelfths-small-tablet.left-four-small-tablet { | |
right: 33.33333%; | |
} | |
.seven-twelfths-small-tablet.right-five-small-tablet { | |
left: 41.66667%; | |
} | |
.seven-twelfths-small-tablet.left-five-small-tablet { | |
right: 41.66667%; | |
} | |
.eight-twelfths-small-tablet { | |
width: 66.66667%; | |
} | |
.eight-twelfths-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.eight-twelfths-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.eight-twelfths-small-tablet.right-two-small-tablet { | |
left: 16.66667%; | |
} | |
.eight-twelfths-small-tablet.left-two-small-tablet { | |
right: 16.66667%; | |
} | |
.eight-twelfths-small-tablet.right-three-small-tablet { | |
left: 25%; | |
} | |
.eight-twelfths-small-tablet.left-three-small-tablet { | |
right: 25%; | |
} | |
.eight-twelfths-small-tablet.right-four-small-tablet { | |
left: 33.33333%; | |
} | |
.eight-twelfths-small-tablet.left-four-small-tablet { | |
right: 33.33333%; | |
} | |
.nine-twelfths-small-tablet { | |
width: 75%; | |
} | |
.nine-twelfths-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.nine-twelfths-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.nine-twelfths-small-tablet.right-two-small-tablet { | |
left: 16.66667%; | |
} | |
.nine-twelfths-small-tablet.left-two-small-tablet { | |
right: 16.66667%; | |
} | |
.nine-twelfths-small-tablet.right-three-small-tablet { | |
left: 25%; | |
} | |
.nine-twelfths-small-tablet.left-three-small-tablet { | |
right: 25%; | |
} | |
.ten-twelfths-small-tablet { | |
width: 83.33333%; | |
} | |
.ten-twelfths-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.ten-twelfths-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.ten-twelfths-small-tablet.right-two-small-tablet { | |
left: 16.66667%; | |
} | |
.ten-twelfths-small-tablet.left-two-small-tablet { | |
right: 16.66667%; | |
} | |
.eleven-twelfths-small-tablet { | |
width: 91.66667%; | |
} | |
.eleven-twelfths-small-tablet.right-one-small-tablet { | |
left: 8.33333%; | |
} | |
.eleven-twelfths-small-tablet.left-one-small-tablet { | |
right: 8.33333%; | |
} | |
.one-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 100%; | |
} | |
.one-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.one-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.one-up-small-tablet:nth-child(1n+1) { | |
clear: both; | |
} | |
.two-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 50%; | |
} | |
.two-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.two-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.two-up-small-tablet:nth-child(2n+1) { | |
clear: both; | |
} | |
.three-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 33.33333%; | |
} | |
.three-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.three-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.three-up-small-tablet:nth-child(3n+1) { | |
clear: both; | |
} | |
.four-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 25%; | |
} | |
.four-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.four-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.four-up-small-tablet:nth-child(4n+1) { | |
clear: both; | |
} | |
.five-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 20%; | |
} | |
.five-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.five-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.five-up-small-tablet:nth-child(5n+1) { | |
clear: both; | |
} | |
.six-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 16.66667%; | |
} | |
.six-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.six-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.six-up-small-tablet:nth-child(6n+1) { | |
clear: both; | |
} | |
.seven-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 14.28571%; | |
} | |
.seven-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.seven-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.seven-up-small-tablet:nth-child(7n+1) { | |
clear: both; | |
} | |
.eight-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 12.5%; | |
} | |
.eight-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.eight-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.eight-up-small-tablet:nth-child(8n+1) { | |
clear: both; | |
} | |
.nine-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 11.11111%; | |
} | |
.nine-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.nine-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.nine-up-small-tablet:nth-child(9n+1) { | |
clear: both; | |
} | |
.ten-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 10%; | |
} | |
.ten-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.ten-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.ten-up-small-tablet:nth-child(10n+1) { | |
clear: both; | |
} | |
.eleven-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 9.09091%; | |
} | |
.eleven-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.eleven-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.eleven-up-small-tablet:nth-child(11n+1) { | |
clear: both; | |
} | |
.twelve-up-small-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 8.33333%; | |
} | |
.twelve-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.twelve-up-small-tablet:nth-child(n) { | |
clear: none; | |
} | |
.twelve-up-small-tablet:nth-child(12n+1) { | |
clear: both; | |
} | |
.one-half-large-tablet, .one-third-large-tablet, .two-thirds-large-tablet, .one-fourth-large-tablet, .two-fourths-large-tablet, .three-fourths-large-tablet, .one-fifth-large-tablet, .two-fifths-large-tablet, .three-fifths-large-tablet, .four-fifths-large-tablet, .one-sixth-large-tablet, .two-sixths-large-tablet, .three-sixths-large-tablet, .four-sixths-large-tablet, .five-sixths-large-tablet, .one-seventh-large-tablet, .two-sevenths-large-tablet, .three-sevenths-large-tablet, .four-sevenths-large-tablet, .five-sevenths-large-tablet, .six-sevenths-large-tablet, .one-eighth-large-tablet, .two-eighths-large-tablet, .three-eighths-large-tablet, .four-eighths-large-tablet, .five-eighths-large-tablet, .six-eighths-large-tablet, .seven-eighths-large-tablet, .one-ninth-large-tablet, .two-ninths-large-tablet, .three-ninths-large-tablet, .four-ninths-large-tablet, .five-ninths-large-tablet, .six-ninths-large-tablet, .seven-ninths-large-tablet, .eight-ninths-large-tablet, .one-tenth-large-tablet, .two-tenths-large-tablet, .three-tenths-large-tablet, .four-tenths-large-tablet, .five-tenths-large-tablet, .six-tenths-large-tablet, .seven-tenths-large-tablet, .eight-tenths-large-tablet, .nine-tenths-large-tablet, .one-eleventh-large-tablet, .two-elevenths-large-tablet, .three-elevenths-large-tablet, .four-elevenths-large-tablet, .five-elevenths-large-tablet, .six-elevenths-large-tablet, .seven-elevenths-large-tablet, .eight-elevenths-large-tablet, .nine-elevenths-large-tablet, .ten-elevenths-large-tablet, .one-twelfth-large-tablet, .two-twelfths-large-tablet, .three-twelfths-large-tablet, .four-twelfths-large-tablet, .five-twelfths-large-tablet, .six-twelfths-large-tablet, .seven-twelfths-large-tablet, .eight-twelfths-large-tablet, .nine-twelfths-large-tablet, .ten-twelfths-large-tablet, .eleven-twelfths-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
} | |
.one-half-large-tablet:nth-child(n), .one-third-large-tablet:nth-child(n), .two-thirds-large-tablet:nth-child(n), .one-fourth-large-tablet:nth-child(n), .two-fourths-large-tablet:nth-child(n), .three-fourths-large-tablet:nth-child(n), .one-fifth-large-tablet:nth-child(n), .two-fifths-large-tablet:nth-child(n), .three-fifths-large-tablet:nth-child(n), .four-fifths-large-tablet:nth-child(n), .one-sixth-large-tablet:nth-child(n), .two-sixths-large-tablet:nth-child(n), .three-sixths-large-tablet:nth-child(n), .four-sixths-large-tablet:nth-child(n), .five-sixths-large-tablet:nth-child(n), .one-seventh-large-tablet:nth-child(n), .two-sevenths-large-tablet:nth-child(n), .three-sevenths-large-tablet:nth-child(n), .four-sevenths-large-tablet:nth-child(n), .five-sevenths-large-tablet:nth-child(n), .six-sevenths-large-tablet:nth-child(n), .one-eighth-large-tablet:nth-child(n), .two-eighths-large-tablet:nth-child(n), .three-eighths-large-tablet:nth-child(n), .four-eighths-large-tablet:nth-child(n), .five-eighths-large-tablet:nth-child(n), .six-eighths-large-tablet:nth-child(n), .seven-eighths-large-tablet:nth-child(n), .one-ninth-large-tablet:nth-child(n), .two-ninths-large-tablet:nth-child(n), .three-ninths-large-tablet:nth-child(n), .four-ninths-large-tablet:nth-child(n), .five-ninths-large-tablet:nth-child(n), .six-ninths-large-tablet:nth-child(n), .seven-ninths-large-tablet:nth-child(n), .eight-ninths-large-tablet:nth-child(n), .one-tenth-large-tablet:nth-child(n), .two-tenths-large-tablet:nth-child(n), .three-tenths-large-tablet:nth-child(n), .four-tenths-large-tablet:nth-child(n), .five-tenths-large-tablet:nth-child(n), .six-tenths-large-tablet:nth-child(n), .seven-tenths-large-tablet:nth-child(n), .eight-tenths-large-tablet:nth-child(n), .nine-tenths-large-tablet:nth-child(n), .one-eleventh-large-tablet:nth-child(n), .two-elevenths-large-tablet:nth-child(n), .three-elevenths-large-tablet:nth-child(n), .four-elevenths-large-tablet:nth-child(n), .five-elevenths-large-tablet:nth-child(n), .six-elevenths-large-tablet:nth-child(n), .seven-elevenths-large-tablet:nth-child(n), .eight-elevenths-large-tablet:nth-child(n), .nine-elevenths-large-tablet:nth-child(n), .ten-elevenths-large-tablet:nth-child(n), .one-twelfth-large-tablet:nth-child(n), .two-twelfths-large-tablet:nth-child(n), .three-twelfths-large-tablet:nth-child(n), .four-twelfths-large-tablet:nth-child(n), .five-twelfths-large-tablet:nth-child(n), .six-twelfths-large-tablet:nth-child(n), .seven-twelfths-large-tablet:nth-child(n), .eight-twelfths-large-tablet:nth-child(n), .nine-twelfths-large-tablet:nth-child(n), .ten-twelfths-large-tablet:nth-child(n), .eleven-twelfths-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.one-half-large-tablet { | |
width: 50%; | |
} | |
.one-half-large-tablet.right-one-large-tablet { | |
left: 50%; | |
} | |
.one-half-large-tablet.left-one-large-tablet { | |
right: 50%; | |
} | |
.one-third-large-tablet { | |
width: 33.33333%; | |
} | |
.one-third-large-tablet.right-one-large-tablet { | |
left: 33.33333%; | |
} | |
.one-third-large-tablet.left-one-large-tablet { | |
right: 33.33333%; | |
} | |
.one-third-large-tablet.right-two-large-tablet { | |
left: 66.66667%; | |
} | |
.one-third-large-tablet.left-two-large-tablet { | |
right: 66.66667%; | |
} | |
.two-thirds-large-tablet { | |
width: 66.66667%; | |
} | |
.two-thirds-large-tablet.right-one-large-tablet { | |
left: 33.33333%; | |
} | |
.two-thirds-large-tablet.left-one-large-tablet { | |
right: 33.33333%; | |
} | |
.one-fourth-large-tablet { | |
width: 25%; | |
} | |
.one-fourth-large-tablet.right-one-large-tablet { | |
left: 25%; | |
} | |
.one-fourth-large-tablet.left-one-large-tablet { | |
right: 25%; | |
} | |
.one-fourth-large-tablet.right-two-large-tablet { | |
left: 50%; | |
} | |
.one-fourth-large-tablet.left-two-large-tablet { | |
right: 50%; | |
} | |
.one-fourth-large-tablet.right-three-large-tablet { | |
left: 75%; | |
} | |
.one-fourth-large-tablet.left-three-large-tablet { | |
right: 75%; | |
} | |
.two-fourths-large-tablet { | |
width: 50%; | |
} | |
.two-fourths-large-tablet.right-one-large-tablet { | |
left: 25%; | |
} | |
.two-fourths-large-tablet.left-one-large-tablet { | |
right: 25%; | |
} | |
.two-fourths-large-tablet.right-two-large-tablet { | |
left: 50%; | |
} | |
.two-fourths-large-tablet.left-two-large-tablet { | |
right: 50%; | |
} | |
.three-fourths-large-tablet { | |
width: 75%; | |
} | |
.three-fourths-large-tablet.right-one-large-tablet { | |
left: 25%; | |
} | |
.three-fourths-large-tablet.left-one-large-tablet { | |
right: 25%; | |
} | |
.one-fifth-large-tablet { | |
width: 20%; | |
} | |
.one-fifth-large-tablet.right-one-large-tablet { | |
left: 20%; | |
} | |
.one-fifth-large-tablet.left-one-large-tablet { | |
right: 20%; | |
} | |
.one-fifth-large-tablet.right-two-large-tablet { | |
left: 40%; | |
} | |
.one-fifth-large-tablet.left-two-large-tablet { | |
right: 40%; | |
} | |
.one-fifth-large-tablet.right-three-large-tablet { | |
left: 60%; | |
} | |
.one-fifth-large-tablet.left-three-large-tablet { | |
right: 60%; | |
} | |
.one-fifth-large-tablet.right-four-large-tablet { | |
left: 80%; | |
} | |
.one-fifth-large-tablet.left-four-large-tablet { | |
right: 80%; | |
} | |
.two-fifths-large-tablet { | |
width: 40%; | |
} | |
.two-fifths-large-tablet.right-one-large-tablet { | |
left: 20%; | |
} | |
.two-fifths-large-tablet.left-one-large-tablet { | |
right: 20%; | |
} | |
.two-fifths-large-tablet.right-two-large-tablet { | |
left: 40%; | |
} | |
.two-fifths-large-tablet.left-two-large-tablet { | |
right: 40%; | |
} | |
.two-fifths-large-tablet.right-three-large-tablet { | |
left: 60%; | |
} | |
.two-fifths-large-tablet.left-three-large-tablet { | |
right: 60%; | |
} | |
.three-fifths-large-tablet { | |
width: 60%; | |
} | |
.three-fifths-large-tablet.right-one-large-tablet { | |
left: 20%; | |
} | |
.three-fifths-large-tablet.left-one-large-tablet { | |
right: 20%; | |
} | |
.three-fifths-large-tablet.right-two-large-tablet { | |
left: 40%; | |
} | |
.three-fifths-large-tablet.left-two-large-tablet { | |
right: 40%; | |
} | |
.four-fifths-large-tablet { | |
width: 80%; | |
} | |
.four-fifths-large-tablet.right-one-large-tablet { | |
left: 20%; | |
} | |
.four-fifths-large-tablet.left-one-large-tablet { | |
right: 20%; | |
} | |
.one-sixth-large-tablet { | |
width: 16.66667%; | |
} | |
.one-sixth-large-tablet.right-one-large-tablet { | |
left: 16.66667%; | |
} | |
.one-sixth-large-tablet.left-one-large-tablet { | |
right: 16.66667%; | |
} | |
.one-sixth-large-tablet.right-two-large-tablet { | |
left: 33.33333%; | |
} | |
.one-sixth-large-tablet.left-two-large-tablet { | |
right: 33.33333%; | |
} | |
.one-sixth-large-tablet.right-three-large-tablet { | |
left: 50%; | |
} | |
.one-sixth-large-tablet.left-three-large-tablet { | |
right: 50%; | |
} | |
.one-sixth-large-tablet.right-four-large-tablet { | |
left: 66.66667%; | |
} | |
.one-sixth-large-tablet.left-four-large-tablet { | |
right: 66.66667%; | |
} | |
.one-sixth-large-tablet.right-five-large-tablet { | |
left: 83.33333%; | |
} | |
.one-sixth-large-tablet.left-five-large-tablet { | |
right: 83.33333%; | |
} | |
.two-sixths-large-tablet { | |
width: 33.33333%; | |
} | |
.two-sixths-large-tablet.right-one-large-tablet { | |
left: 16.66667%; | |
} | |
.two-sixths-large-tablet.left-one-large-tablet { | |
right: 16.66667%; | |
} | |
.two-sixths-large-tablet.right-two-large-tablet { | |
left: 33.33333%; | |
} | |
.two-sixths-large-tablet.left-two-large-tablet { | |
right: 33.33333%; | |
} | |
.two-sixths-large-tablet.right-three-large-tablet { | |
left: 50%; | |
} | |
.two-sixths-large-tablet.left-three-large-tablet { | |
right: 50%; | |
} | |
.two-sixths-large-tablet.right-four-large-tablet { | |
left: 66.66667%; | |
} | |
.two-sixths-large-tablet.left-four-large-tablet { | |
right: 66.66667%; | |
} | |
.three-sixths-large-tablet { | |
width: 50%; | |
} | |
.three-sixths-large-tablet.right-one-large-tablet { | |
left: 16.66667%; | |
} | |
.three-sixths-large-tablet.left-one-large-tablet { | |
right: 16.66667%; | |
} | |
.three-sixths-large-tablet.right-two-large-tablet { | |
left: 33.33333%; | |
} | |
.three-sixths-large-tablet.left-two-large-tablet { | |
right: 33.33333%; | |
} | |
.three-sixths-large-tablet.right-three-large-tablet { | |
left: 50%; | |
} | |
.three-sixths-large-tablet.left-three-large-tablet { | |
right: 50%; | |
} | |
.four-sixths-large-tablet { | |
width: 66.66667%; | |
} | |
.four-sixths-large-tablet.right-one-large-tablet { | |
left: 16.66667%; | |
} | |
.four-sixths-large-tablet.left-one-large-tablet { | |
right: 16.66667%; | |
} | |
.four-sixths-large-tablet.right-two-large-tablet { | |
left: 33.33333%; | |
} | |
.four-sixths-large-tablet.left-two-large-tablet { | |
right: 33.33333%; | |
} | |
.five-sixths-large-tablet { | |
width: 83.33333%; | |
} | |
.five-sixths-large-tablet.right-one-large-tablet { | |
left: 16.66667%; | |
} | |
.five-sixths-large-tablet.left-one-large-tablet { | |
right: 16.66667%; | |
} | |
.one-seventh-large-tablet { | |
width: 14.28571%; | |
} | |
.one-seventh-large-tablet.right-one-large-tablet { | |
left: 14.28571%; | |
} | |
.one-seventh-large-tablet.left-one-large-tablet { | |
right: 14.28571%; | |
} | |
.one-seventh-large-tablet.right-two-large-tablet { | |
left: 28.57143%; | |
} | |
.one-seventh-large-tablet.left-two-large-tablet { | |
right: 28.57143%; | |
} | |
.one-seventh-large-tablet.right-three-large-tablet { | |
left: 42.85714%; | |
} | |
.one-seventh-large-tablet.left-three-large-tablet { | |
right: 42.85714%; | |
} | |
.one-seventh-large-tablet.right-four-large-tablet { | |
left: 57.14286%; | |
} | |
.one-seventh-large-tablet.left-four-large-tablet { | |
right: 57.14286%; | |
} | |
.one-seventh-large-tablet.right-five-large-tablet { | |
left: 71.42857%; | |
} | |
.one-seventh-large-tablet.left-five-large-tablet { | |
right: 71.42857%; | |
} | |
.one-seventh-large-tablet.right-six-large-tablet { | |
left: 85.71429%; | |
} | |
.one-seventh-large-tablet.left-six-large-tablet { | |
right: 85.71429%; | |
} | |
.two-sevenths-large-tablet { | |
width: 28.57143%; | |
} | |
.two-sevenths-large-tablet.right-one-large-tablet { | |
left: 14.28571%; | |
} | |
.two-sevenths-large-tablet.left-one-large-tablet { | |
right: 14.28571%; | |
} | |
.two-sevenths-large-tablet.right-two-large-tablet { | |
left: 28.57143%; | |
} | |
.two-sevenths-large-tablet.left-two-large-tablet { | |
right: 28.57143%; | |
} | |
.two-sevenths-large-tablet.right-three-large-tablet { | |
left: 42.85714%; | |
} | |
.two-sevenths-large-tablet.left-three-large-tablet { | |
right: 42.85714%; | |
} | |
.two-sevenths-large-tablet.right-four-large-tablet { | |
left: 57.14286%; | |
} | |
.two-sevenths-large-tablet.left-four-large-tablet { | |
right: 57.14286%; | |
} | |
.two-sevenths-large-tablet.right-five-large-tablet { | |
left: 71.42857%; | |
} | |
.two-sevenths-large-tablet.left-five-large-tablet { | |
right: 71.42857%; | |
} | |
.three-sevenths-large-tablet { | |
width: 42.85714%; | |
} | |
.three-sevenths-large-tablet.right-one-large-tablet { | |
left: 14.28571%; | |
} | |
.three-sevenths-large-tablet.left-one-large-tablet { | |
right: 14.28571%; | |
} | |
.three-sevenths-large-tablet.right-two-large-tablet { | |
left: 28.57143%; | |
} | |
.three-sevenths-large-tablet.left-two-large-tablet { | |
right: 28.57143%; | |
} | |
.three-sevenths-large-tablet.right-three-large-tablet { | |
left: 42.85714%; | |
} | |
.three-sevenths-large-tablet.left-three-large-tablet { | |
right: 42.85714%; | |
} | |
.three-sevenths-large-tablet.right-four-large-tablet { | |
left: 57.14286%; | |
} | |
.three-sevenths-large-tablet.left-four-large-tablet { | |
right: 57.14286%; | |
} | |
.four-sevenths-large-tablet { | |
width: 57.14286%; | |
} | |
.four-sevenths-large-tablet.right-one-large-tablet { | |
left: 14.28571%; | |
} | |
.four-sevenths-large-tablet.left-one-large-tablet { | |
right: 14.28571%; | |
} | |
.four-sevenths-large-tablet.right-two-large-tablet { | |
left: 28.57143%; | |
} | |
.four-sevenths-large-tablet.left-two-large-tablet { | |
right: 28.57143%; | |
} | |
.four-sevenths-large-tablet.right-three-large-tablet { | |
left: 42.85714%; | |
} | |
.four-sevenths-large-tablet.left-three-large-tablet { | |
right: 42.85714%; | |
} | |
.five-sevenths-large-tablet { | |
width: 71.42857%; | |
} | |
.five-sevenths-large-tablet.right-one-large-tablet { | |
left: 14.28571%; | |
} | |
.five-sevenths-large-tablet.left-one-large-tablet { | |
right: 14.28571%; | |
} | |
.five-sevenths-large-tablet.right-two-large-tablet { | |
left: 28.57143%; | |
} | |
.five-sevenths-large-tablet.left-two-large-tablet { | |
right: 28.57143%; | |
} | |
.six-sevenths-large-tablet { | |
width: 85.71429%; | |
} | |
.six-sevenths-large-tablet.right-one-large-tablet { | |
left: 14.28571%; | |
} | |
.six-sevenths-large-tablet.left-one-large-tablet { | |
right: 14.28571%; | |
} | |
.one-eighth-large-tablet { | |
width: 12.5%; | |
} | |
.one-eighth-large-tablet.right-one-large-tablet { | |
left: 12.5%; | |
} | |
.one-eighth-large-tablet.left-one-large-tablet { | |
right: 12.5%; | |
} | |
.one-eighth-large-tablet.right-two-large-tablet { | |
left: 25%; | |
} | |
.one-eighth-large-tablet.left-two-large-tablet { | |
right: 25%; | |
} | |
.one-eighth-large-tablet.right-three-large-tablet { | |
left: 37.5%; | |
} | |
.one-eighth-large-tablet.left-three-large-tablet { | |
right: 37.5%; | |
} | |
.one-eighth-large-tablet.right-four-large-tablet { | |
left: 50%; | |
} | |
.one-eighth-large-tablet.left-four-large-tablet { | |
right: 50%; | |
} | |
.one-eighth-large-tablet.right-five-large-tablet { | |
left: 62.5%; | |
} | |
.one-eighth-large-tablet.left-five-large-tablet { | |
right: 62.5%; | |
} | |
.one-eighth-large-tablet.right-six-large-tablet { | |
left: 75%; | |
} | |
.one-eighth-large-tablet.left-six-large-tablet { | |
right: 75%; | |
} | |
.one-eighth-large-tablet.right-seven-large-tablet { | |
left: 87.5%; | |
} | |
.one-eighth-large-tablet.left-seven-large-tablet { | |
right: 87.5%; | |
} | |
.two-eighths-large-tablet { | |
width: 25%; | |
} | |
.two-eighths-large-tablet.right-one-large-tablet { | |
left: 12.5%; | |
} | |
.two-eighths-large-tablet.left-one-large-tablet { | |
right: 12.5%; | |
} | |
.two-eighths-large-tablet.right-two-large-tablet { | |
left: 25%; | |
} | |
.two-eighths-large-tablet.left-two-large-tablet { | |
right: 25%; | |
} | |
.two-eighths-large-tablet.right-three-large-tablet { | |
left: 37.5%; | |
} | |
.two-eighths-large-tablet.left-three-large-tablet { | |
right: 37.5%; | |
} | |
.two-eighths-large-tablet.right-four-large-tablet { | |
left: 50%; | |
} | |
.two-eighths-large-tablet.left-four-large-tablet { | |
right: 50%; | |
} | |
.two-eighths-large-tablet.right-five-large-tablet { | |
left: 62.5%; | |
} | |
.two-eighths-large-tablet.left-five-large-tablet { | |
right: 62.5%; | |
} | |
.two-eighths-large-tablet.right-six-large-tablet { | |
left: 75%; | |
} | |
.two-eighths-large-tablet.left-six-large-tablet { | |
right: 75%; | |
} | |
.three-eighths-large-tablet { | |
width: 37.5%; | |
} | |
.three-eighths-large-tablet.right-one-large-tablet { | |
left: 12.5%; | |
} | |
.three-eighths-large-tablet.left-one-large-tablet { | |
right: 12.5%; | |
} | |
.three-eighths-large-tablet.right-two-large-tablet { | |
left: 25%; | |
} | |
.three-eighths-large-tablet.left-two-large-tablet { | |
right: 25%; | |
} | |
.three-eighths-large-tablet.right-three-large-tablet { | |
left: 37.5%; | |
} | |
.three-eighths-large-tablet.left-three-large-tablet { | |
right: 37.5%; | |
} | |
.three-eighths-large-tablet.right-four-large-tablet { | |
left: 50%; | |
} | |
.three-eighths-large-tablet.left-four-large-tablet { | |
right: 50%; | |
} | |
.three-eighths-large-tablet.right-five-large-tablet { | |
left: 62.5%; | |
} | |
.three-eighths-large-tablet.left-five-large-tablet { | |
right: 62.5%; | |
} | |
.four-eighths-large-tablet { | |
width: 50%; | |
} | |
.four-eighths-large-tablet.right-one-large-tablet { | |
left: 12.5%; | |
} | |
.four-eighths-large-tablet.left-one-large-tablet { | |
right: 12.5%; | |
} | |
.four-eighths-large-tablet.right-two-large-tablet { | |
left: 25%; | |
} | |
.four-eighths-large-tablet.left-two-large-tablet { | |
right: 25%; | |
} | |
.four-eighths-large-tablet.right-three-large-tablet { | |
left: 37.5%; | |
} | |
.four-eighths-large-tablet.left-three-large-tablet { | |
right: 37.5%; | |
} | |
.four-eighths-large-tablet.right-four-large-tablet { | |
left: 50%; | |
} | |
.four-eighths-large-tablet.left-four-large-tablet { | |
right: 50%; | |
} | |
.five-eighths-large-tablet { | |
width: 62.5%; | |
} | |
.five-eighths-large-tablet.right-one-large-tablet { | |
left: 12.5%; | |
} | |
.five-eighths-large-tablet.left-one-large-tablet { | |
right: 12.5%; | |
} | |
.five-eighths-large-tablet.right-two-large-tablet { | |
left: 25%; | |
} | |
.five-eighths-large-tablet.left-two-large-tablet { | |
right: 25%; | |
} | |
.five-eighths-large-tablet.right-three-large-tablet { | |
left: 37.5%; | |
} | |
.five-eighths-large-tablet.left-three-large-tablet { | |
right: 37.5%; | |
} | |
.six-eighths-large-tablet { | |
width: 75%; | |
} | |
.six-eighths-large-tablet.right-one-large-tablet { | |
left: 12.5%; | |
} | |
.six-eighths-large-tablet.left-one-large-tablet { | |
right: 12.5%; | |
} | |
.six-eighths-large-tablet.right-two-large-tablet { | |
left: 25%; | |
} | |
.six-eighths-large-tablet.left-two-large-tablet { | |
right: 25%; | |
} | |
.seven-eighths-large-tablet { | |
width: 87.5%; | |
} | |
.seven-eighths-large-tablet.right-one-large-tablet { | |
left: 12.5%; | |
} | |
.seven-eighths-large-tablet.left-one-large-tablet { | |
right: 12.5%; | |
} | |
.one-ninth-large-tablet { | |
width: 11.11111%; | |
} | |
.one-ninth-large-tablet.right-one-large-tablet { | |
left: 11.11111%; | |
} | |
.one-ninth-large-tablet.left-one-large-tablet { | |
right: 11.11111%; | |
} | |
.one-ninth-large-tablet.right-two-large-tablet { | |
left: 22.22222%; | |
} | |
.one-ninth-large-tablet.left-two-large-tablet { | |
right: 22.22222%; | |
} | |
.one-ninth-large-tablet.right-three-large-tablet { | |
left: 33.33333%; | |
} | |
.one-ninth-large-tablet.left-three-large-tablet { | |
right: 33.33333%; | |
} | |
.one-ninth-large-tablet.right-four-large-tablet { | |
left: 44.44444%; | |
} | |
.one-ninth-large-tablet.left-four-large-tablet { | |
right: 44.44444%; | |
} | |
.one-ninth-large-tablet.right-five-large-tablet { | |
left: 55.55556%; | |
} | |
.one-ninth-large-tablet.left-five-large-tablet { | |
right: 55.55556%; | |
} | |
.one-ninth-large-tablet.right-six-large-tablet { | |
left: 66.66667%; | |
} | |
.one-ninth-large-tablet.left-six-large-tablet { | |
right: 66.66667%; | |
} | |
.one-ninth-large-tablet.right-seven-large-tablet { | |
left: 77.77778%; | |
} | |
.one-ninth-large-tablet.left-seven-large-tablet { | |
right: 77.77778%; | |
} | |
.one-ninth-large-tablet.right-eight-large-tablet { | |
left: 88.88889%; | |
} | |
.one-ninth-large-tablet.left-eight-large-tablet { | |
right: 88.88889%; | |
} | |
.two-ninths-large-tablet { | |
width: 22.22222%; | |
} | |
.two-ninths-large-tablet.right-one-large-tablet { | |
left: 11.11111%; | |
} | |
.two-ninths-large-tablet.left-one-large-tablet { | |
right: 11.11111%; | |
} | |
.two-ninths-large-tablet.right-two-large-tablet { | |
left: 22.22222%; | |
} | |
.two-ninths-large-tablet.left-two-large-tablet { | |
right: 22.22222%; | |
} | |
.two-ninths-large-tablet.right-three-large-tablet { | |
left: 33.33333%; | |
} | |
.two-ninths-large-tablet.left-three-large-tablet { | |
right: 33.33333%; | |
} | |
.two-ninths-large-tablet.right-four-large-tablet { | |
left: 44.44444%; | |
} | |
.two-ninths-large-tablet.left-four-large-tablet { | |
right: 44.44444%; | |
} | |
.two-ninths-large-tablet.right-five-large-tablet { | |
left: 55.55556%; | |
} | |
.two-ninths-large-tablet.left-five-large-tablet { | |
right: 55.55556%; | |
} | |
.two-ninths-large-tablet.right-six-large-tablet { | |
left: 66.66667%; | |
} | |
.two-ninths-large-tablet.left-six-large-tablet { | |
right: 66.66667%; | |
} | |
.two-ninths-large-tablet.right-seven-large-tablet { | |
left: 77.77778%; | |
} | |
.two-ninths-large-tablet.left-seven-large-tablet { | |
right: 77.77778%; | |
} | |
.three-ninths-large-tablet { | |
width: 33.33333%; | |
} | |
.three-ninths-large-tablet.right-one-large-tablet { | |
left: 11.11111%; | |
} | |
.three-ninths-large-tablet.left-one-large-tablet { | |
right: 11.11111%; | |
} | |
.three-ninths-large-tablet.right-two-large-tablet { | |
left: 22.22222%; | |
} | |
.three-ninths-large-tablet.left-two-large-tablet { | |
right: 22.22222%; | |
} | |
.three-ninths-large-tablet.right-three-large-tablet { | |
left: 33.33333%; | |
} | |
.three-ninths-large-tablet.left-three-large-tablet { | |
right: 33.33333%; | |
} | |
.three-ninths-large-tablet.right-four-large-tablet { | |
left: 44.44444%; | |
} | |
.three-ninths-large-tablet.left-four-large-tablet { | |
right: 44.44444%; | |
} | |
.three-ninths-large-tablet.right-five-large-tablet { | |
left: 55.55556%; | |
} | |
.three-ninths-large-tablet.left-five-large-tablet { | |
right: 55.55556%; | |
} | |
.three-ninths-large-tablet.right-six-large-tablet { | |
left: 66.66667%; | |
} | |
.three-ninths-large-tablet.left-six-large-tablet { | |
right: 66.66667%; | |
} | |
.four-ninths-large-tablet { | |
width: 44.44444%; | |
} | |
.four-ninths-large-tablet.right-one-large-tablet { | |
left: 11.11111%; | |
} | |
.four-ninths-large-tablet.left-one-large-tablet { | |
right: 11.11111%; | |
} | |
.four-ninths-large-tablet.right-two-large-tablet { | |
left: 22.22222%; | |
} | |
.four-ninths-large-tablet.left-two-large-tablet { | |
right: 22.22222%; | |
} | |
.four-ninths-large-tablet.right-three-large-tablet { | |
left: 33.33333%; | |
} | |
.four-ninths-large-tablet.left-three-large-tablet { | |
right: 33.33333%; | |
} | |
.four-ninths-large-tablet.right-four-large-tablet { | |
left: 44.44444%; | |
} | |
.four-ninths-large-tablet.left-four-large-tablet { | |
right: 44.44444%; | |
} | |
.four-ninths-large-tablet.right-five-large-tablet { | |
left: 55.55556%; | |
} | |
.four-ninths-large-tablet.left-five-large-tablet { | |
right: 55.55556%; | |
} | |
.five-ninths-large-tablet { | |
width: 55.55556%; | |
} | |
.five-ninths-large-tablet.right-one-large-tablet { | |
left: 11.11111%; | |
} | |
.five-ninths-large-tablet.left-one-large-tablet { | |
right: 11.11111%; | |
} | |
.five-ninths-large-tablet.right-two-large-tablet { | |
left: 22.22222%; | |
} | |
.five-ninths-large-tablet.left-two-large-tablet { | |
right: 22.22222%; | |
} | |
.five-ninths-large-tablet.right-three-large-tablet { | |
left: 33.33333%; | |
} | |
.five-ninths-large-tablet.left-three-large-tablet { | |
right: 33.33333%; | |
} | |
.five-ninths-large-tablet.right-four-large-tablet { | |
left: 44.44444%; | |
} | |
.five-ninths-large-tablet.left-four-large-tablet { | |
right: 44.44444%; | |
} | |
.six-ninths-large-tablet { | |
width: 66.66667%; | |
} | |
.six-ninths-large-tablet.right-one-large-tablet { | |
left: 11.11111%; | |
} | |
.six-ninths-large-tablet.left-one-large-tablet { | |
right: 11.11111%; | |
} | |
.six-ninths-large-tablet.right-two-large-tablet { | |
left: 22.22222%; | |
} | |
.six-ninths-large-tablet.left-two-large-tablet { | |
right: 22.22222%; | |
} | |
.six-ninths-large-tablet.right-three-large-tablet { | |
left: 33.33333%; | |
} | |
.six-ninths-large-tablet.left-three-large-tablet { | |
right: 33.33333%; | |
} | |
.seven-ninths-large-tablet { | |
width: 77.77778%; | |
} | |
.seven-ninths-large-tablet.right-one-large-tablet { | |
left: 11.11111%; | |
} | |
.seven-ninths-large-tablet.left-one-large-tablet { | |
right: 11.11111%; | |
} | |
.seven-ninths-large-tablet.right-two-large-tablet { | |
left: 22.22222%; | |
} | |
.seven-ninths-large-tablet.left-two-large-tablet { | |
right: 22.22222%; | |
} | |
.eight-ninths-large-tablet { | |
width: 88.88889%; | |
} | |
.eight-ninths-large-tablet.right-one-large-tablet { | |
left: 11.11111%; | |
} | |
.eight-ninths-large-tablet.left-one-large-tablet { | |
right: 11.11111%; | |
} | |
.one-tenth-large-tablet { | |
width: 10%; | |
} | |
.one-tenth-large-tablet.right-one-large-tablet { | |
left: 10%; | |
} | |
.one-tenth-large-tablet.left-one-large-tablet { | |
right: 10%; | |
} | |
.one-tenth-large-tablet.right-two-large-tablet { | |
left: 20%; | |
} | |
.one-tenth-large-tablet.left-two-large-tablet { | |
right: 20%; | |
} | |
.one-tenth-large-tablet.right-three-large-tablet { | |
left: 30%; | |
} | |
.one-tenth-large-tablet.left-three-large-tablet { | |
right: 30%; | |
} | |
.one-tenth-large-tablet.right-four-large-tablet { | |
left: 40%; | |
} | |
.one-tenth-large-tablet.left-four-large-tablet { | |
right: 40%; | |
} | |
.one-tenth-large-tablet.right-five-large-tablet { | |
left: 50%; | |
} | |
.one-tenth-large-tablet.left-five-large-tablet { | |
right: 50%; | |
} | |
.one-tenth-large-tablet.right-six-large-tablet { | |
left: 60%; | |
} | |
.one-tenth-large-tablet.left-six-large-tablet { | |
right: 60%; | |
} | |
.one-tenth-large-tablet.right-seven-large-tablet { | |
left: 70%; | |
} | |
.one-tenth-large-tablet.left-seven-large-tablet { | |
right: 70%; | |
} | |
.one-tenth-large-tablet.right-eight-large-tablet { | |
left: 80%; | |
} | |
.one-tenth-large-tablet.left-eight-large-tablet { | |
right: 80%; | |
} | |
.one-tenth-large-tablet.right-nine-large-tablet { | |
left: 90%; | |
} | |
.one-tenth-large-tablet.left-nine-large-tablet { | |
right: 90%; | |
} | |
.two-tenths-large-tablet { | |
width: 20%; | |
} | |
.two-tenths-large-tablet.right-one-large-tablet { | |
left: 10%; | |
} | |
.two-tenths-large-tablet.left-one-large-tablet { | |
right: 10%; | |
} | |
.two-tenths-large-tablet.right-two-large-tablet { | |
left: 20%; | |
} | |
.two-tenths-large-tablet.left-two-large-tablet { | |
right: 20%; | |
} | |
.two-tenths-large-tablet.right-three-large-tablet { | |
left: 30%; | |
} | |
.two-tenths-large-tablet.left-three-large-tablet { | |
right: 30%; | |
} | |
.two-tenths-large-tablet.right-four-large-tablet { | |
left: 40%; | |
} | |
.two-tenths-large-tablet.left-four-large-tablet { | |
right: 40%; | |
} | |
.two-tenths-large-tablet.right-five-large-tablet { | |
left: 50%; | |
} | |
.two-tenths-large-tablet.left-five-large-tablet { | |
right: 50%; | |
} | |
.two-tenths-large-tablet.right-six-large-tablet { | |
left: 60%; | |
} | |
.two-tenths-large-tablet.left-six-large-tablet { | |
right: 60%; | |
} | |
.two-tenths-large-tablet.right-seven-large-tablet { | |
left: 70%; | |
} | |
.two-tenths-large-tablet.left-seven-large-tablet { | |
right: 70%; | |
} | |
.two-tenths-large-tablet.right-eight-large-tablet { | |
left: 80%; | |
} | |
.two-tenths-large-tablet.left-eight-large-tablet { | |
right: 80%; | |
} | |
.three-tenths-large-tablet { | |
width: 30%; | |
} | |
.three-tenths-large-tablet.right-one-large-tablet { | |
left: 10%; | |
} | |
.three-tenths-large-tablet.left-one-large-tablet { | |
right: 10%; | |
} | |
.three-tenths-large-tablet.right-two-large-tablet { | |
left: 20%; | |
} | |
.three-tenths-large-tablet.left-two-large-tablet { | |
right: 20%; | |
} | |
.three-tenths-large-tablet.right-three-large-tablet { | |
left: 30%; | |
} | |
.three-tenths-large-tablet.left-three-large-tablet { | |
right: 30%; | |
} | |
.three-tenths-large-tablet.right-four-large-tablet { | |
left: 40%; | |
} | |
.three-tenths-large-tablet.left-four-large-tablet { | |
right: 40%; | |
} | |
.three-tenths-large-tablet.right-five-large-tablet { | |
left: 50%; | |
} | |
.three-tenths-large-tablet.left-five-large-tablet { | |
right: 50%; | |
} | |
.three-tenths-large-tablet.right-six-large-tablet { | |
left: 60%; | |
} | |
.three-tenths-large-tablet.left-six-large-tablet { | |
right: 60%; | |
} | |
.three-tenths-large-tablet.right-seven-large-tablet { | |
left: 70%; | |
} | |
.three-tenths-large-tablet.left-seven-large-tablet { | |
right: 70%; | |
} | |
.four-tenths-large-tablet { | |
width: 40%; | |
} | |
.four-tenths-large-tablet.right-one-large-tablet { | |
left: 10%; | |
} | |
.four-tenths-large-tablet.left-one-large-tablet { | |
right: 10%; | |
} | |
.four-tenths-large-tablet.right-two-large-tablet { | |
left: 20%; | |
} | |
.four-tenths-large-tablet.left-two-large-tablet { | |
right: 20%; | |
} | |
.four-tenths-large-tablet.right-three-large-tablet { | |
left: 30%; | |
} | |
.four-tenths-large-tablet.left-three-large-tablet { | |
right: 30%; | |
} | |
.four-tenths-large-tablet.right-four-large-tablet { | |
left: 40%; | |
} | |
.four-tenths-large-tablet.left-four-large-tablet { | |
right: 40%; | |
} | |
.four-tenths-large-tablet.right-five-large-tablet { | |
left: 50%; | |
} | |
.four-tenths-large-tablet.left-five-large-tablet { | |
right: 50%; | |
} | |
.four-tenths-large-tablet.right-six-large-tablet { | |
left: 60%; | |
} | |
.four-tenths-large-tablet.left-six-large-tablet { | |
right: 60%; | |
} | |
.five-tenths-large-tablet { | |
width: 50%; | |
} | |
.five-tenths-large-tablet.right-one-large-tablet { | |
left: 10%; | |
} | |
.five-tenths-large-tablet.left-one-large-tablet { | |
right: 10%; | |
} | |
.five-tenths-large-tablet.right-two-large-tablet { | |
left: 20%; | |
} | |
.five-tenths-large-tablet.left-two-large-tablet { | |
right: 20%; | |
} | |
.five-tenths-large-tablet.right-three-large-tablet { | |
left: 30%; | |
} | |
.five-tenths-large-tablet.left-three-large-tablet { | |
right: 30%; | |
} | |
.five-tenths-large-tablet.right-four-large-tablet { | |
left: 40%; | |
} | |
.five-tenths-large-tablet.left-four-large-tablet { | |
right: 40%; | |
} | |
.five-tenths-large-tablet.right-five-large-tablet { | |
left: 50%; | |
} | |
.five-tenths-large-tablet.left-five-large-tablet { | |
right: 50%; | |
} | |
.six-tenths-large-tablet { | |
width: 60%; | |
} | |
.six-tenths-large-tablet.right-one-large-tablet { | |
left: 10%; | |
} | |
.six-tenths-large-tablet.left-one-large-tablet { | |
right: 10%; | |
} | |
.six-tenths-large-tablet.right-two-large-tablet { | |
left: 20%; | |
} | |
.six-tenths-large-tablet.left-two-large-tablet { | |
right: 20%; | |
} | |
.six-tenths-large-tablet.right-three-large-tablet { | |
left: 30%; | |
} | |
.six-tenths-large-tablet.left-three-large-tablet { | |
right: 30%; | |
} | |
.six-tenths-large-tablet.right-four-large-tablet { | |
left: 40%; | |
} | |
.six-tenths-large-tablet.left-four-large-tablet { | |
right: 40%; | |
} | |
.seven-tenths-large-tablet { | |
width: 70%; | |
} | |
.seven-tenths-large-tablet.right-one-large-tablet { | |
left: 10%; | |
} | |
.seven-tenths-large-tablet.left-one-large-tablet { | |
right: 10%; | |
} | |
.seven-tenths-large-tablet.right-two-large-tablet { | |
left: 20%; | |
} | |
.seven-tenths-large-tablet.left-two-large-tablet { | |
right: 20%; | |
} | |
.seven-tenths-large-tablet.right-three-large-tablet { | |
left: 30%; | |
} | |
.seven-tenths-large-tablet.left-three-large-tablet { | |
right: 30%; | |
} | |
.eight-tenths-large-tablet { | |
width: 80%; | |
} | |
.eight-tenths-large-tablet.right-one-large-tablet { | |
left: 10%; | |
} | |
.eight-tenths-large-tablet.left-one-large-tablet { | |
right: 10%; | |
} | |
.eight-tenths-large-tablet.right-two-large-tablet { | |
left: 20%; | |
} | |
.eight-tenths-large-tablet.left-two-large-tablet { | |
right: 20%; | |
} | |
.nine-tenths-large-tablet { | |
width: 90%; | |
} | |
.nine-tenths-large-tablet.right-one-large-tablet { | |
left: 10%; | |
} | |
.nine-tenths-large-tablet.left-one-large-tablet { | |
right: 10%; | |
} | |
.one-eleventh-large-tablet { | |
width: 9.09091%; | |
} | |
.one-eleventh-large-tablet.right-one-large-tablet { | |
left: 9.09091%; | |
} | |
.one-eleventh-large-tablet.left-one-large-tablet { | |
right: 9.09091%; | |
} | |
.one-eleventh-large-tablet.right-two-large-tablet { | |
left: 18.18182%; | |
} | |
.one-eleventh-large-tablet.left-two-large-tablet { | |
right: 18.18182%; | |
} | |
.one-eleventh-large-tablet.right-three-large-tablet { | |
left: 27.27273%; | |
} | |
.one-eleventh-large-tablet.left-three-large-tablet { | |
right: 27.27273%; | |
} | |
.one-eleventh-large-tablet.right-four-large-tablet { | |
left: 36.36364%; | |
} | |
.one-eleventh-large-tablet.left-four-large-tablet { | |
right: 36.36364%; | |
} | |
.one-eleventh-large-tablet.right-five-large-tablet { | |
left: 45.45455%; | |
} | |
.one-eleventh-large-tablet.left-five-large-tablet { | |
right: 45.45455%; | |
} | |
.one-eleventh-large-tablet.right-six-large-tablet { | |
left: 54.54545%; | |
} | |
.one-eleventh-large-tablet.left-six-large-tablet { | |
right: 54.54545%; | |
} | |
.one-eleventh-large-tablet.right-seven-large-tablet { | |
left: 63.63636%; | |
} | |
.one-eleventh-large-tablet.left-seven-large-tablet { | |
right: 63.63636%; | |
} | |
.one-eleventh-large-tablet.right-eight-large-tablet { | |
left: 72.72727%; | |
} | |
.one-eleventh-large-tablet.left-eight-large-tablet { | |
right: 72.72727%; | |
} | |
.one-eleventh-large-tablet.right-nine-large-tablet { | |
left: 81.81818%; | |
} | |
.one-eleventh-large-tablet.left-nine-large-tablet { | |
right: 81.81818%; | |
} | |
.one-eleventh-large-tablet.right-ten-large-tablet { | |
left: 90.90909%; | |
} | |
.one-eleventh-large-tablet.left-ten-large-tablet { | |
right: 90.90909%; | |
} | |
.two-elevenths-large-tablet { | |
width: 18.18182%; | |
} | |
.two-elevenths-large-tablet.right-one-large-tablet { | |
left: 9.09091%; | |
} | |
.two-elevenths-large-tablet.left-one-large-tablet { | |
right: 9.09091%; | |
} | |
.two-elevenths-large-tablet.right-two-large-tablet { | |
left: 18.18182%; | |
} | |
.two-elevenths-large-tablet.left-two-large-tablet { | |
right: 18.18182%; | |
} | |
.two-elevenths-large-tablet.right-three-large-tablet { | |
left: 27.27273%; | |
} | |
.two-elevenths-large-tablet.left-three-large-tablet { | |
right: 27.27273%; | |
} | |
.two-elevenths-large-tablet.right-four-large-tablet { | |
left: 36.36364%; | |
} | |
.two-elevenths-large-tablet.left-four-large-tablet { | |
right: 36.36364%; | |
} | |
.two-elevenths-large-tablet.right-five-large-tablet { | |
left: 45.45455%; | |
} | |
.two-elevenths-large-tablet.left-five-large-tablet { | |
right: 45.45455%; | |
} | |
.two-elevenths-large-tablet.right-six-large-tablet { | |
left: 54.54545%; | |
} | |
.two-elevenths-large-tablet.left-six-large-tablet { | |
right: 54.54545%; | |
} | |
.two-elevenths-large-tablet.right-seven-large-tablet { | |
left: 63.63636%; | |
} | |
.two-elevenths-large-tablet.left-seven-large-tablet { | |
right: 63.63636%; | |
} | |
.two-elevenths-large-tablet.right-eight-large-tablet { | |
left: 72.72727%; | |
} | |
.two-elevenths-large-tablet.left-eight-large-tablet { | |
right: 72.72727%; | |
} | |
.two-elevenths-large-tablet.right-nine-large-tablet { | |
left: 81.81818%; | |
} | |
.two-elevenths-large-tablet.left-nine-large-tablet { | |
right: 81.81818%; | |
} | |
.three-elevenths-large-tablet { | |
width: 27.27273%; | |
} | |
.three-elevenths-large-tablet.right-one-large-tablet { | |
left: 9.09091%; | |
} | |
.three-elevenths-large-tablet.left-one-large-tablet { | |
right: 9.09091%; | |
} | |
.three-elevenths-large-tablet.right-two-large-tablet { | |
left: 18.18182%; | |
} | |
.three-elevenths-large-tablet.left-two-large-tablet { | |
right: 18.18182%; | |
} | |
.three-elevenths-large-tablet.right-three-large-tablet { | |
left: 27.27273%; | |
} | |
.three-elevenths-large-tablet.left-three-large-tablet { | |
right: 27.27273%; | |
} | |
.three-elevenths-large-tablet.right-four-large-tablet { | |
left: 36.36364%; | |
} | |
.three-elevenths-large-tablet.left-four-large-tablet { | |
right: 36.36364%; | |
} | |
.three-elevenths-large-tablet.right-five-large-tablet { | |
left: 45.45455%; | |
} | |
.three-elevenths-large-tablet.left-five-large-tablet { | |
right: 45.45455%; | |
} | |
.three-elevenths-large-tablet.right-six-large-tablet { | |
left: 54.54545%; | |
} | |
.three-elevenths-large-tablet.left-six-large-tablet { | |
right: 54.54545%; | |
} | |
.three-elevenths-large-tablet.right-seven-large-tablet { | |
left: 63.63636%; | |
} | |
.three-elevenths-large-tablet.left-seven-large-tablet { | |
right: 63.63636%; | |
} | |
.three-elevenths-large-tablet.right-eight-large-tablet { | |
left: 72.72727%; | |
} | |
.three-elevenths-large-tablet.left-eight-large-tablet { | |
right: 72.72727%; | |
} | |
.four-elevenths-large-tablet { | |
width: 36.36364%; | |
} | |
.four-elevenths-large-tablet.right-one-large-tablet { | |
left: 9.09091%; | |
} | |
.four-elevenths-large-tablet.left-one-large-tablet { | |
right: 9.09091%; | |
} | |
.four-elevenths-large-tablet.right-two-large-tablet { | |
left: 18.18182%; | |
} | |
.four-elevenths-large-tablet.left-two-large-tablet { | |
right: 18.18182%; | |
} | |
.four-elevenths-large-tablet.right-three-large-tablet { | |
left: 27.27273%; | |
} | |
.four-elevenths-large-tablet.left-three-large-tablet { | |
right: 27.27273%; | |
} | |
.four-elevenths-large-tablet.right-four-large-tablet { | |
left: 36.36364%; | |
} | |
.four-elevenths-large-tablet.left-four-large-tablet { | |
right: 36.36364%; | |
} | |
.four-elevenths-large-tablet.right-five-large-tablet { | |
left: 45.45455%; | |
} | |
.four-elevenths-large-tablet.left-five-large-tablet { | |
right: 45.45455%; | |
} | |
.four-elevenths-large-tablet.right-six-large-tablet { | |
left: 54.54545%; | |
} | |
.four-elevenths-large-tablet.left-six-large-tablet { | |
right: 54.54545%; | |
} | |
.four-elevenths-large-tablet.right-seven-large-tablet { | |
left: 63.63636%; | |
} | |
.four-elevenths-large-tablet.left-seven-large-tablet { | |
right: 63.63636%; | |
} | |
.five-elevenths-large-tablet { | |
width: 45.45455%; | |
} | |
.five-elevenths-large-tablet.right-one-large-tablet { | |
left: 9.09091%; | |
} | |
.five-elevenths-large-tablet.left-one-large-tablet { | |
right: 9.09091%; | |
} | |
.five-elevenths-large-tablet.right-two-large-tablet { | |
left: 18.18182%; | |
} | |
.five-elevenths-large-tablet.left-two-large-tablet { | |
right: 18.18182%; | |
} | |
.five-elevenths-large-tablet.right-three-large-tablet { | |
left: 27.27273%; | |
} | |
.five-elevenths-large-tablet.left-three-large-tablet { | |
right: 27.27273%; | |
} | |
.five-elevenths-large-tablet.right-four-large-tablet { | |
left: 36.36364%; | |
} | |
.five-elevenths-large-tablet.left-four-large-tablet { | |
right: 36.36364%; | |
} | |
.five-elevenths-large-tablet.right-five-large-tablet { | |
left: 45.45455%; | |
} | |
.five-elevenths-large-tablet.left-five-large-tablet { | |
right: 45.45455%; | |
} | |
.five-elevenths-large-tablet.right-six-large-tablet { | |
left: 54.54545%; | |
} | |
.five-elevenths-large-tablet.left-six-large-tablet { | |
right: 54.54545%; | |
} | |
.six-elevenths-large-tablet { | |
width: 54.54545%; | |
} | |
.six-elevenths-large-tablet.right-one-large-tablet { | |
left: 9.09091%; | |
} | |
.six-elevenths-large-tablet.left-one-large-tablet { | |
right: 9.09091%; | |
} | |
.six-elevenths-large-tablet.right-two-large-tablet { | |
left: 18.18182%; | |
} | |
.six-elevenths-large-tablet.left-two-large-tablet { | |
right: 18.18182%; | |
} | |
.six-elevenths-large-tablet.right-three-large-tablet { | |
left: 27.27273%; | |
} | |
.six-elevenths-large-tablet.left-three-large-tablet { | |
right: 27.27273%; | |
} | |
.six-elevenths-large-tablet.right-four-large-tablet { | |
left: 36.36364%; | |
} | |
.six-elevenths-large-tablet.left-four-large-tablet { | |
right: 36.36364%; | |
} | |
.six-elevenths-large-tablet.right-five-large-tablet { | |
left: 45.45455%; | |
} | |
.six-elevenths-large-tablet.left-five-large-tablet { | |
right: 45.45455%; | |
} | |
.seven-elevenths-large-tablet { | |
width: 63.63636%; | |
} | |
.seven-elevenths-large-tablet.right-one-large-tablet { | |
left: 9.09091%; | |
} | |
.seven-elevenths-large-tablet.left-one-large-tablet { | |
right: 9.09091%; | |
} | |
.seven-elevenths-large-tablet.right-two-large-tablet { | |
left: 18.18182%; | |
} | |
.seven-elevenths-large-tablet.left-two-large-tablet { | |
right: 18.18182%; | |
} | |
.seven-elevenths-large-tablet.right-three-large-tablet { | |
left: 27.27273%; | |
} | |
.seven-elevenths-large-tablet.left-three-large-tablet { | |
right: 27.27273%; | |
} | |
.seven-elevenths-large-tablet.right-four-large-tablet { | |
left: 36.36364%; | |
} | |
.seven-elevenths-large-tablet.left-four-large-tablet { | |
right: 36.36364%; | |
} | |
.eight-elevenths-large-tablet { | |
width: 72.72727%; | |
} | |
.eight-elevenths-large-tablet.right-one-large-tablet { | |
left: 9.09091%; | |
} | |
.eight-elevenths-large-tablet.left-one-large-tablet { | |
right: 9.09091%; | |
} | |
.eight-elevenths-large-tablet.right-two-large-tablet { | |
left: 18.18182%; | |
} | |
.eight-elevenths-large-tablet.left-two-large-tablet { | |
right: 18.18182%; | |
} | |
.eight-elevenths-large-tablet.right-three-large-tablet { | |
left: 27.27273%; | |
} | |
.eight-elevenths-large-tablet.left-three-large-tablet { | |
right: 27.27273%; | |
} | |
.nine-elevenths-large-tablet { | |
width: 81.81818%; | |
} | |
.nine-elevenths-large-tablet.right-one-large-tablet { | |
left: 9.09091%; | |
} | |
.nine-elevenths-large-tablet.left-one-large-tablet { | |
right: 9.09091%; | |
} | |
.nine-elevenths-large-tablet.right-two-large-tablet { | |
left: 18.18182%; | |
} | |
.nine-elevenths-large-tablet.left-two-large-tablet { | |
right: 18.18182%; | |
} | |
.ten-elevenths-large-tablet { | |
width: 90.90909%; | |
} | |
.ten-elevenths-large-tablet.right-one-large-tablet { | |
left: 9.09091%; | |
} | |
.ten-elevenths-large-tablet.left-one-large-tablet { | |
right: 9.09091%; | |
} | |
.one-twelfth-large-tablet { | |
width: 8.33333%; | |
} | |
.one-twelfth-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.one-twelfth-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.one-twelfth-large-tablet.right-two-large-tablet { | |
left: 16.66667%; | |
} | |
.one-twelfth-large-tablet.left-two-large-tablet { | |
right: 16.66667%; | |
} | |
.one-twelfth-large-tablet.right-three-large-tablet { | |
left: 25%; | |
} | |
.one-twelfth-large-tablet.left-three-large-tablet { | |
right: 25%; | |
} | |
.one-twelfth-large-tablet.right-four-large-tablet { | |
left: 33.33333%; | |
} | |
.one-twelfth-large-tablet.left-four-large-tablet { | |
right: 33.33333%; | |
} | |
.one-twelfth-large-tablet.right-five-large-tablet { | |
left: 41.66667%; | |
} | |
.one-twelfth-large-tablet.left-five-large-tablet { | |
right: 41.66667%; | |
} | |
.one-twelfth-large-tablet.right-six-large-tablet { | |
left: 50%; | |
} | |
.one-twelfth-large-tablet.left-six-large-tablet { | |
right: 50%; | |
} | |
.one-twelfth-large-tablet.right-seven-large-tablet { | |
left: 58.33333%; | |
} | |
.one-twelfth-large-tablet.left-seven-large-tablet { | |
right: 58.33333%; | |
} | |
.one-twelfth-large-tablet.right-eight-large-tablet { | |
left: 66.66667%; | |
} | |
.one-twelfth-large-tablet.left-eight-large-tablet { | |
right: 66.66667%; | |
} | |
.one-twelfth-large-tablet.right-nine-large-tablet { | |
left: 75%; | |
} | |
.one-twelfth-large-tablet.left-nine-large-tablet { | |
right: 75%; | |
} | |
.one-twelfth-large-tablet.right-ten-large-tablet { | |
left: 83.33333%; | |
} | |
.one-twelfth-large-tablet.left-ten-large-tablet { | |
right: 83.33333%; | |
} | |
.one-twelfth-large-tablet.right-eleven-large-tablet { | |
left: 91.66667%; | |
} | |
.one-twelfth-large-tablet.left-eleven-large-tablet { | |
right: 91.66667%; | |
} | |
.two-twelfths-large-tablet { | |
width: 16.66667%; | |
} | |
.two-twelfths-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.two-twelfths-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.two-twelfths-large-tablet.right-two-large-tablet { | |
left: 16.66667%; | |
} | |
.two-twelfths-large-tablet.left-two-large-tablet { | |
right: 16.66667%; | |
} | |
.two-twelfths-large-tablet.right-three-large-tablet { | |
left: 25%; | |
} | |
.two-twelfths-large-tablet.left-three-large-tablet { | |
right: 25%; | |
} | |
.two-twelfths-large-tablet.right-four-large-tablet { | |
left: 33.33333%; | |
} | |
.two-twelfths-large-tablet.left-four-large-tablet { | |
right: 33.33333%; | |
} | |
.two-twelfths-large-tablet.right-five-large-tablet { | |
left: 41.66667%; | |
} | |
.two-twelfths-large-tablet.left-five-large-tablet { | |
right: 41.66667%; | |
} | |
.two-twelfths-large-tablet.right-six-large-tablet { | |
left: 50%; | |
} | |
.two-twelfths-large-tablet.left-six-large-tablet { | |
right: 50%; | |
} | |
.two-twelfths-large-tablet.right-seven-large-tablet { | |
left: 58.33333%; | |
} | |
.two-twelfths-large-tablet.left-seven-large-tablet { | |
right: 58.33333%; | |
} | |
.two-twelfths-large-tablet.right-eight-large-tablet { | |
left: 66.66667%; | |
} | |
.two-twelfths-large-tablet.left-eight-large-tablet { | |
right: 66.66667%; | |
} | |
.two-twelfths-large-tablet.right-nine-large-tablet { | |
left: 75%; | |
} | |
.two-twelfths-large-tablet.left-nine-large-tablet { | |
right: 75%; | |
} | |
.two-twelfths-large-tablet.right-ten-large-tablet { | |
left: 83.33333%; | |
} | |
.two-twelfths-large-tablet.left-ten-large-tablet { | |
right: 83.33333%; | |
} | |
.three-twelfths-large-tablet { | |
width: 25%; | |
} | |
.three-twelfths-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.three-twelfths-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.three-twelfths-large-tablet.right-two-large-tablet { | |
left: 16.66667%; | |
} | |
.three-twelfths-large-tablet.left-two-large-tablet { | |
right: 16.66667%; | |
} | |
.three-twelfths-large-tablet.right-three-large-tablet { | |
left: 25%; | |
} | |
.three-twelfths-large-tablet.left-three-large-tablet { | |
right: 25%; | |
} | |
.three-twelfths-large-tablet.right-four-large-tablet { | |
left: 33.33333%; | |
} | |
.three-twelfths-large-tablet.left-four-large-tablet { | |
right: 33.33333%; | |
} | |
.three-twelfths-large-tablet.right-five-large-tablet { | |
left: 41.66667%; | |
} | |
.three-twelfths-large-tablet.left-five-large-tablet { | |
right: 41.66667%; | |
} | |
.three-twelfths-large-tablet.right-six-large-tablet { | |
left: 50%; | |
} | |
.three-twelfths-large-tablet.left-six-large-tablet { | |
right: 50%; | |
} | |
.three-twelfths-large-tablet.right-seven-large-tablet { | |
left: 58.33333%; | |
} | |
.three-twelfths-large-tablet.left-seven-large-tablet { | |
right: 58.33333%; | |
} | |
.three-twelfths-large-tablet.right-eight-large-tablet { | |
left: 66.66667%; | |
} | |
.three-twelfths-large-tablet.left-eight-large-tablet { | |
right: 66.66667%; | |
} | |
.three-twelfths-large-tablet.right-nine-large-tablet { | |
left: 75%; | |
} | |
.three-twelfths-large-tablet.left-nine-large-tablet { | |
right: 75%; | |
} | |
.four-twelfths-large-tablet { | |
width: 33.33333%; | |
} | |
.four-twelfths-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.four-twelfths-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.four-twelfths-large-tablet.right-two-large-tablet { | |
left: 16.66667%; | |
} | |
.four-twelfths-large-tablet.left-two-large-tablet { | |
right: 16.66667%; | |
} | |
.four-twelfths-large-tablet.right-three-large-tablet { | |
left: 25%; | |
} | |
.four-twelfths-large-tablet.left-three-large-tablet { | |
right: 25%; | |
} | |
.four-twelfths-large-tablet.right-four-large-tablet { | |
left: 33.33333%; | |
} | |
.four-twelfths-large-tablet.left-four-large-tablet { | |
right: 33.33333%; | |
} | |
.four-twelfths-large-tablet.right-five-large-tablet { | |
left: 41.66667%; | |
} | |
.four-twelfths-large-tablet.left-five-large-tablet { | |
right: 41.66667%; | |
} | |
.four-twelfths-large-tablet.right-six-large-tablet { | |
left: 50%; | |
} | |
.four-twelfths-large-tablet.left-six-large-tablet { | |
right: 50%; | |
} | |
.four-twelfths-large-tablet.right-seven-large-tablet { | |
left: 58.33333%; | |
} | |
.four-twelfths-large-tablet.left-seven-large-tablet { | |
right: 58.33333%; | |
} | |
.four-twelfths-large-tablet.right-eight-large-tablet { | |
left: 66.66667%; | |
} | |
.four-twelfths-large-tablet.left-eight-large-tablet { | |
right: 66.66667%; | |
} | |
.five-twelfths-large-tablet { | |
width: 41.66667%; | |
} | |
.five-twelfths-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.five-twelfths-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.five-twelfths-large-tablet.right-two-large-tablet { | |
left: 16.66667%; | |
} | |
.five-twelfths-large-tablet.left-two-large-tablet { | |
right: 16.66667%; | |
} | |
.five-twelfths-large-tablet.right-three-large-tablet { | |
left: 25%; | |
} | |
.five-twelfths-large-tablet.left-three-large-tablet { | |
right: 25%; | |
} | |
.five-twelfths-large-tablet.right-four-large-tablet { | |
left: 33.33333%; | |
} | |
.five-twelfths-large-tablet.left-four-large-tablet { | |
right: 33.33333%; | |
} | |
.five-twelfths-large-tablet.right-five-large-tablet { | |
left: 41.66667%; | |
} | |
.five-twelfths-large-tablet.left-five-large-tablet { | |
right: 41.66667%; | |
} | |
.five-twelfths-large-tablet.right-six-large-tablet { | |
left: 50%; | |
} | |
.five-twelfths-large-tablet.left-six-large-tablet { | |
right: 50%; | |
} | |
.five-twelfths-large-tablet.right-seven-large-tablet { | |
left: 58.33333%; | |
} | |
.five-twelfths-large-tablet.left-seven-large-tablet { | |
right: 58.33333%; | |
} | |
.six-twelfths-large-tablet { | |
width: 50%; | |
} | |
.six-twelfths-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.six-twelfths-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.six-twelfths-large-tablet.right-two-large-tablet { | |
left: 16.66667%; | |
} | |
.six-twelfths-large-tablet.left-two-large-tablet { | |
right: 16.66667%; | |
} | |
.six-twelfths-large-tablet.right-three-large-tablet { | |
left: 25%; | |
} | |
.six-twelfths-large-tablet.left-three-large-tablet { | |
right: 25%; | |
} | |
.six-twelfths-large-tablet.right-four-large-tablet { | |
left: 33.33333%; | |
} | |
.six-twelfths-large-tablet.left-four-large-tablet { | |
right: 33.33333%; | |
} | |
.six-twelfths-large-tablet.right-five-large-tablet { | |
left: 41.66667%; | |
} | |
.six-twelfths-large-tablet.left-five-large-tablet { | |
right: 41.66667%; | |
} | |
.six-twelfths-large-tablet.right-six-large-tablet { | |
left: 50%; | |
} | |
.six-twelfths-large-tablet.left-six-large-tablet { | |
right: 50%; | |
} | |
.seven-twelfths-large-tablet { | |
width: 58.33333%; | |
} | |
.seven-twelfths-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.seven-twelfths-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.seven-twelfths-large-tablet.right-two-large-tablet { | |
left: 16.66667%; | |
} | |
.seven-twelfths-large-tablet.left-two-large-tablet { | |
right: 16.66667%; | |
} | |
.seven-twelfths-large-tablet.right-three-large-tablet { | |
left: 25%; | |
} | |
.seven-twelfths-large-tablet.left-three-large-tablet { | |
right: 25%; | |
} | |
.seven-twelfths-large-tablet.right-four-large-tablet { | |
left: 33.33333%; | |
} | |
.seven-twelfths-large-tablet.left-four-large-tablet { | |
right: 33.33333%; | |
} | |
.seven-twelfths-large-tablet.right-five-large-tablet { | |
left: 41.66667%; | |
} | |
.seven-twelfths-large-tablet.left-five-large-tablet { | |
right: 41.66667%; | |
} | |
.eight-twelfths-large-tablet { | |
width: 66.66667%; | |
} | |
.eight-twelfths-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.eight-twelfths-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.eight-twelfths-large-tablet.right-two-large-tablet { | |
left: 16.66667%; | |
} | |
.eight-twelfths-large-tablet.left-two-large-tablet { | |
right: 16.66667%; | |
} | |
.eight-twelfths-large-tablet.right-three-large-tablet { | |
left: 25%; | |
} | |
.eight-twelfths-large-tablet.left-three-large-tablet { | |
right: 25%; | |
} | |
.eight-twelfths-large-tablet.right-four-large-tablet { | |
left: 33.33333%; | |
} | |
.eight-twelfths-large-tablet.left-four-large-tablet { | |
right: 33.33333%; | |
} | |
.nine-twelfths-large-tablet { | |
width: 75%; | |
} | |
.nine-twelfths-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.nine-twelfths-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.nine-twelfths-large-tablet.right-two-large-tablet { | |
left: 16.66667%; | |
} | |
.nine-twelfths-large-tablet.left-two-large-tablet { | |
right: 16.66667%; | |
} | |
.nine-twelfths-large-tablet.right-three-large-tablet { | |
left: 25%; | |
} | |
.nine-twelfths-large-tablet.left-three-large-tablet { | |
right: 25%; | |
} | |
.ten-twelfths-large-tablet { | |
width: 83.33333%; | |
} | |
.ten-twelfths-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.ten-twelfths-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.ten-twelfths-large-tablet.right-two-large-tablet { | |
left: 16.66667%; | |
} | |
.ten-twelfths-large-tablet.left-two-large-tablet { | |
right: 16.66667%; | |
} | |
.eleven-twelfths-large-tablet { | |
width: 91.66667%; | |
} | |
.eleven-twelfths-large-tablet.right-one-large-tablet { | |
left: 8.33333%; | |
} | |
.eleven-twelfths-large-tablet.left-one-large-tablet { | |
right: 8.33333%; | |
} | |
.one-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 100%; | |
} | |
.one-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.one-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.one-up-large-tablet:nth-child(1n+1) { | |
clear: both; | |
} | |
.two-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 50%; | |
} | |
.two-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.two-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.two-up-large-tablet:nth-child(2n+1) { | |
clear: both; | |
} | |
.three-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 33.33333%; | |
} | |
.three-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.three-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.three-up-large-tablet:nth-child(3n+1) { | |
clear: both; | |
} | |
.four-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 25%; | |
} | |
.four-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.four-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.four-up-large-tablet:nth-child(4n+1) { | |
clear: both; | |
} | |
.five-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 20%; | |
} | |
.five-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.five-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.five-up-large-tablet:nth-child(5n+1) { | |
clear: both; | |
} | |
.six-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 16.66667%; | |
} | |
.six-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.six-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.six-up-large-tablet:nth-child(6n+1) { | |
clear: both; | |
} | |
.seven-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 14.28571%; | |
} | |
.seven-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.seven-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.seven-up-large-tablet:nth-child(7n+1) { | |
clear: both; | |
} | |
.eight-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 12.5%; | |
} | |
.eight-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.eight-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.eight-up-large-tablet:nth-child(8n+1) { | |
clear: both; | |
} | |
.nine-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 11.11111%; | |
} | |
.nine-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.nine-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.nine-up-large-tablet:nth-child(9n+1) { | |
clear: both; | |
} | |
.ten-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 10%; | |
} | |
.ten-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.ten-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.ten-up-large-tablet:nth-child(10n+1) { | |
clear: both; | |
} | |
.eleven-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 9.09091%; | |
} | |
.eleven-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.eleven-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.eleven-up-large-tablet:nth-child(11n+1) { | |
clear: both; | |
} | |
.twelve-up-large-tablet { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 8.33333%; | |
} | |
.twelve-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.twelve-up-large-tablet:nth-child(n) { | |
clear: none; | |
} | |
.twelve-up-large-tablet:nth-child(12n+1) { | |
clear: both; | |
} | |
.one-half, .one-third, .two-thirds, .one-fourth, .two-fourths, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth, .two-sixths, .three-sixths, .four-sixths, .five-sixths, .one-seventh, .two-sevenths, .three-sevenths, .four-sevenths, .five-sevenths, .six-sevenths, .one-eighth, .two-eighths, .three-eighths, .four-eighths, .five-eighths, .six-eighths, .seven-eighths, .one-ninth, .two-ninths, .three-ninths, .four-ninths, .five-ninths, .six-ninths, .seven-ninths, .eight-ninths, .one-tenth, .two-tenths, .three-tenths, .four-tenths, .five-tenths, .six-tenths, .seven-tenths, .eight-tenths, .nine-tenths, .one-eleventh, .two-elevenths, .three-elevenths, .four-elevenths, .five-elevenths, .six-elevenths, .seven-elevenths, .eight-elevenths, .nine-elevenths, .ten-elevenths, .one-twelfth, .two-twelfths, .three-twelfths, .four-twelfths, .five-twelfths, .six-twelfths, .seven-twelfths, .eight-twelfths, .nine-twelfths, .ten-twelfths, .eleven-twelfths { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
} | |
.one-half:nth-child(n), .one-third:nth-child(n), .two-thirds:nth-child(n), .one-fourth:nth-child(n), .two-fourths:nth-child(n), .three-fourths:nth-child(n), .one-fifth:nth-child(n), .two-fifths:nth-child(n), .three-fifths:nth-child(n), .four-fifths:nth-child(n), .one-sixth:nth-child(n), .two-sixths:nth-child(n), .three-sixths:nth-child(n), .four-sixths:nth-child(n), .five-sixths:nth-child(n), .one-seventh:nth-child(n), .two-sevenths:nth-child(n), .three-sevenths:nth-child(n), .four-sevenths:nth-child(n), .five-sevenths:nth-child(n), .six-sevenths:nth-child(n), .one-eighth:nth-child(n), .two-eighths:nth-child(n), .three-eighths:nth-child(n), .four-eighths:nth-child(n), .five-eighths:nth-child(n), .six-eighths:nth-child(n), .seven-eighths:nth-child(n), .one-ninth:nth-child(n), .two-ninths:nth-child(n), .three-ninths:nth-child(n), .four-ninths:nth-child(n), .five-ninths:nth-child(n), .six-ninths:nth-child(n), .seven-ninths:nth-child(n), .eight-ninths:nth-child(n), .one-tenth:nth-child(n), .two-tenths:nth-child(n), .three-tenths:nth-child(n), .four-tenths:nth-child(n), .five-tenths:nth-child(n), .six-tenths:nth-child(n), .seven-tenths:nth-child(n), .eight-tenths:nth-child(n), .nine-tenths:nth-child(n), .one-eleventh:nth-child(n), .two-elevenths:nth-child(n), .three-elevenths:nth-child(n), .four-elevenths:nth-child(n), .five-elevenths:nth-child(n), .six-elevenths:nth-child(n), .seven-elevenths:nth-child(n), .eight-elevenths:nth-child(n), .nine-elevenths:nth-child(n), .ten-elevenths:nth-child(n), .one-twelfth:nth-child(n), .two-twelfths:nth-child(n), .three-twelfths:nth-child(n), .four-twelfths:nth-child(n), .five-twelfths:nth-child(n), .six-twelfths:nth-child(n), .seven-twelfths:nth-child(n), .eight-twelfths:nth-child(n), .nine-twelfths:nth-child(n), .ten-twelfths:nth-child(n), .eleven-twelfths:nth-child(n) { | |
clear: none; | |
} | |
.one-half { | |
width: 50%; | |
} | |
.one-half.right-one { | |
left: 50%; | |
} | |
.one-half.left-one { | |
right: 50%; | |
} | |
.one-third { | |
width: 33.33333%; | |
} | |
.one-third.right-one { | |
left: 33.33333%; | |
} | |
.one-third.left-one { | |
right: 33.33333%; | |
} | |
.one-third.right-two { | |
left: 66.66667%; | |
} | |
.one-third.left-two { | |
right: 66.66667%; | |
} | |
.two-thirds { | |
width: 66.66667%; | |
} | |
.two-thirds.right-one { | |
left: 33.33333%; | |
} | |
.two-thirds.left-one { | |
right: 33.33333%; | |
} | |
.one-fourth { | |
width: 25%; | |
} | |
.one-fourth.right-one { | |
left: 25%; | |
} | |
.one-fourth.left-one { | |
right: 25%; | |
} | |
.one-fourth.right-two { | |
left: 50%; | |
} | |
.one-fourth.left-two { | |
right: 50%; | |
} | |
.one-fourth.right-three { | |
left: 75%; | |
} | |
.one-fourth.left-three { | |
right: 75%; | |
} | |
.two-fourths { | |
width: 50%; | |
} | |
.two-fourths.right-one { | |
left: 25%; | |
} | |
.two-fourths.left-one { | |
right: 25%; | |
} | |
.two-fourths.right-two { | |
left: 50%; | |
} | |
.two-fourths.left-two { | |
right: 50%; | |
} | |
.three-fourths { | |
width: 75%; | |
} | |
.three-fourths.right-one { | |
left: 25%; | |
} | |
.three-fourths.left-one { | |
right: 25%; | |
} | |
.one-fifth { | |
width: 20%; | |
} | |
.one-fifth.right-one { | |
left: 20%; | |
} | |
.one-fifth.left-one { | |
right: 20%; | |
} | |
.one-fifth.right-two { | |
left: 40%; | |
} | |
.one-fifth.left-two { | |
right: 40%; | |
} | |
.one-fifth.right-three { | |
left: 60%; | |
} | |
.one-fifth.left-three { | |
right: 60%; | |
} | |
.one-fifth.right-four { | |
left: 80%; | |
} | |
.one-fifth.left-four { | |
right: 80%; | |
} | |
.two-fifths { | |
width: 40%; | |
} | |
.two-fifths.right-one { | |
left: 20%; | |
} | |
.two-fifths.left-one { | |
right: 20%; | |
} | |
.two-fifths.right-two { | |
left: 40%; | |
} | |
.two-fifths.left-two { | |
right: 40%; | |
} | |
.two-fifths.right-three { | |
left: 60%; | |
} | |
.two-fifths.left-three { | |
right: 60%; | |
} | |
.three-fifths { | |
width: 60%; | |
} | |
.three-fifths.right-one { | |
left: 20%; | |
} | |
.three-fifths.left-one { | |
right: 20%; | |
} | |
.three-fifths.right-two { | |
left: 40%; | |
} | |
.three-fifths.left-two { | |
right: 40%; | |
} | |
.four-fifths { | |
width: 80%; | |
} | |
.four-fifths.right-one { | |
left: 20%; | |
} | |
.four-fifths.left-one { | |
right: 20%; | |
} | |
.one-sixth { | |
width: 16.66667%; | |
} | |
.one-sixth.right-one { | |
left: 16.66667%; | |
} | |
.one-sixth.left-one { | |
right: 16.66667%; | |
} | |
.one-sixth.right-two { | |
left: 33.33333%; | |
} | |
.one-sixth.left-two { | |
right: 33.33333%; | |
} | |
.one-sixth.right-three { | |
left: 50%; | |
} | |
.one-sixth.left-three { | |
right: 50%; | |
} | |
.one-sixth.right-four { | |
left: 66.66667%; | |
} | |
.one-sixth.left-four { | |
right: 66.66667%; | |
} | |
.one-sixth.right-five { | |
left: 83.33333%; | |
} | |
.one-sixth.left-five { | |
right: 83.33333%; | |
} | |
.two-sixths { | |
width: 33.33333%; | |
} | |
.two-sixths.right-one { | |
left: 16.66667%; | |
} | |
.two-sixths.left-one { | |
right: 16.66667%; | |
} | |
.two-sixths.right-two { | |
left: 33.33333%; | |
} | |
.two-sixths.left-two { | |
right: 33.33333%; | |
} | |
.two-sixths.right-three { | |
left: 50%; | |
} | |
.two-sixths.left-three { | |
right: 50%; | |
} | |
.two-sixths.right-four { | |
left: 66.66667%; | |
} | |
.two-sixths.left-four { | |
right: 66.66667%; | |
} | |
.three-sixths { | |
width: 50%; | |
} | |
.three-sixths.right-one { | |
left: 16.66667%; | |
} | |
.three-sixths.left-one { | |
right: 16.66667%; | |
} | |
.three-sixths.right-two { | |
left: 33.33333%; | |
} | |
.three-sixths.left-two { | |
right: 33.33333%; | |
} | |
.three-sixths.right-three { | |
left: 50%; | |
} | |
.three-sixths.left-three { | |
right: 50%; | |
} | |
.four-sixths { | |
width: 66.66667%; | |
} | |
.four-sixths.right-one { | |
left: 16.66667%; | |
} | |
.four-sixths.left-one { | |
right: 16.66667%; | |
} | |
.four-sixths.right-two { | |
left: 33.33333%; | |
} | |
.four-sixths.left-two { | |
right: 33.33333%; | |
} | |
.five-sixths { | |
width: 83.33333%; | |
} | |
.five-sixths.right-one { | |
left: 16.66667%; | |
} | |
.five-sixths.left-one { | |
right: 16.66667%; | |
} | |
.one-seventh { | |
width: 14.28571%; | |
} | |
.one-seventh.right-one { | |
left: 14.28571%; | |
} | |
.one-seventh.left-one { | |
right: 14.28571%; | |
} | |
.one-seventh.right-two { | |
left: 28.57143%; | |
} | |
.one-seventh.left-two { | |
right: 28.57143%; | |
} | |
.one-seventh.right-three { | |
left: 42.85714%; | |
} | |
.one-seventh.left-three { | |
right: 42.85714%; | |
} | |
.one-seventh.right-four { | |
left: 57.14286%; | |
} | |
.one-seventh.left-four { | |
right: 57.14286%; | |
} | |
.one-seventh.right-five { | |
left: 71.42857%; | |
} | |
.one-seventh.left-five { | |
right: 71.42857%; | |
} | |
.one-seventh.right-six { | |
left: 85.71429%; | |
} | |
.one-seventh.left-six { | |
right: 85.71429%; | |
} | |
.two-sevenths { | |
width: 28.57143%; | |
} | |
.two-sevenths.right-one { | |
left: 14.28571%; | |
} | |
.two-sevenths.left-one { | |
right: 14.28571%; | |
} | |
.two-sevenths.right-two { | |
left: 28.57143%; | |
} | |
.two-sevenths.left-two { | |
right: 28.57143%; | |
} | |
.two-sevenths.right-three { | |
left: 42.85714%; | |
} | |
.two-sevenths.left-three { | |
right: 42.85714%; | |
} | |
.two-sevenths.right-four { | |
left: 57.14286%; | |
} | |
.two-sevenths.left-four { | |
right: 57.14286%; | |
} | |
.two-sevenths.right-five { | |
left: 71.42857%; | |
} | |
.two-sevenths.left-five { | |
right: 71.42857%; | |
} | |
.three-sevenths { | |
width: 42.85714%; | |
} | |
.three-sevenths.right-one { | |
left: 14.28571%; | |
} | |
.three-sevenths.left-one { | |
right: 14.28571%; | |
} | |
.three-sevenths.right-two { | |
left: 28.57143%; | |
} | |
.three-sevenths.left-two { | |
right: 28.57143%; | |
} | |
.three-sevenths.right-three { | |
left: 42.85714%; | |
} | |
.three-sevenths.left-three { | |
right: 42.85714%; | |
} | |
.three-sevenths.right-four { | |
left: 57.14286%; | |
} | |
.three-sevenths.left-four { | |
right: 57.14286%; | |
} | |
.four-sevenths { | |
width: 57.14286%; | |
} | |
.four-sevenths.right-one { | |
left: 14.28571%; | |
} | |
.four-sevenths.left-one { | |
right: 14.28571%; | |
} | |
.four-sevenths.right-two { | |
left: 28.57143%; | |
} | |
.four-sevenths.left-two { | |
right: 28.57143%; | |
} | |
.four-sevenths.right-three { | |
left: 42.85714%; | |
} | |
.four-sevenths.left-three { | |
right: 42.85714%; | |
} | |
.five-sevenths { | |
width: 71.42857%; | |
} | |
.five-sevenths.right-one { | |
left: 14.28571%; | |
} | |
.five-sevenths.left-one { | |
right: 14.28571%; | |
} | |
.five-sevenths.right-two { | |
left: 28.57143%; | |
} | |
.five-sevenths.left-two { | |
right: 28.57143%; | |
} | |
.six-sevenths { | |
width: 85.71429%; | |
} | |
.six-sevenths.right-one { | |
left: 14.28571%; | |
} | |
.six-sevenths.left-one { | |
right: 14.28571%; | |
} | |
.one-eighth { | |
width: 12.5%; | |
} | |
.one-eighth.right-one { | |
left: 12.5%; | |
} | |
.one-eighth.left-one { | |
right: 12.5%; | |
} | |
.one-eighth.right-two { | |
left: 25%; | |
} | |
.one-eighth.left-two { | |
right: 25%; | |
} | |
.one-eighth.right-three { | |
left: 37.5%; | |
} | |
.one-eighth.left-three { | |
right: 37.5%; | |
} | |
.one-eighth.right-four { | |
left: 50%; | |
} | |
.one-eighth.left-four { | |
right: 50%; | |
} | |
.one-eighth.right-five { | |
left: 62.5%; | |
} | |
.one-eighth.left-five { | |
right: 62.5%; | |
} | |
.one-eighth.right-six { | |
left: 75%; | |
} | |
.one-eighth.left-six { | |
right: 75%; | |
} | |
.one-eighth.right-seven { | |
left: 87.5%; | |
} | |
.one-eighth.left-seven { | |
right: 87.5%; | |
} | |
.two-eighths { | |
width: 25%; | |
} | |
.two-eighths.right-one { | |
left: 12.5%; | |
} | |
.two-eighths.left-one { | |
right: 12.5%; | |
} | |
.two-eighths.right-two { | |
left: 25%; | |
} | |
.two-eighths.left-two { | |
right: 25%; | |
} | |
.two-eighths.right-three { | |
left: 37.5%; | |
} | |
.two-eighths.left-three { | |
right: 37.5%; | |
} | |
.two-eighths.right-four { | |
left: 50%; | |
} | |
.two-eighths.left-four { | |
right: 50%; | |
} | |
.two-eighths.right-five { | |
left: 62.5%; | |
} | |
.two-eighths.left-five { | |
right: 62.5%; | |
} | |
.two-eighths.right-six { | |
left: 75%; | |
} | |
.two-eighths.left-six { | |
right: 75%; | |
} | |
.three-eighths { | |
width: 37.5%; | |
} | |
.three-eighths.right-one { | |
left: 12.5%; | |
} | |
.three-eighths.left-one { | |
right: 12.5%; | |
} | |
.three-eighths.right-two { | |
left: 25%; | |
} | |
.three-eighths.left-two { | |
right: 25%; | |
} | |
.three-eighths.right-three { | |
left: 37.5%; | |
} | |
.three-eighths.left-three { | |
right: 37.5%; | |
} | |
.three-eighths.right-four { | |
left: 50%; | |
} | |
.three-eighths.left-four { | |
right: 50%; | |
} | |
.three-eighths.right-five { | |
left: 62.5%; | |
} | |
.three-eighths.left-five { | |
right: 62.5%; | |
} | |
.four-eighths { | |
width: 50%; | |
} | |
.four-eighths.right-one { | |
left: 12.5%; | |
} | |
.four-eighths.left-one { | |
right: 12.5%; | |
} | |
.four-eighths.right-two { | |
left: 25%; | |
} | |
.four-eighths.left-two { | |
right: 25%; | |
} | |
.four-eighths.right-three { | |
left: 37.5%; | |
} | |
.four-eighths.left-three { | |
right: 37.5%; | |
} | |
.four-eighths.right-four { | |
left: 50%; | |
} | |
.four-eighths.left-four { | |
right: 50%; | |
} | |
.five-eighths { | |
width: 62.5%; | |
} | |
.five-eighths.right-one { | |
left: 12.5%; | |
} | |
.five-eighths.left-one { | |
right: 12.5%; | |
} | |
.five-eighths.right-two { | |
left: 25%; | |
} | |
.five-eighths.left-two { | |
right: 25%; | |
} | |
.five-eighths.right-three { | |
left: 37.5%; | |
} | |
.five-eighths.left-three { | |
right: 37.5%; | |
} | |
.six-eighths { | |
width: 75%; | |
} | |
.six-eighths.right-one { | |
left: 12.5%; | |
} | |
.six-eighths.left-one { | |
right: 12.5%; | |
} | |
.six-eighths.right-two { | |
left: 25%; | |
} | |
.six-eighths.left-two { | |
right: 25%; | |
} | |
.seven-eighths { | |
width: 87.5%; | |
} | |
.seven-eighths.right-one { | |
left: 12.5%; | |
} | |
.seven-eighths.left-one { | |
right: 12.5%; | |
} | |
.one-ninth { | |
width: 11.11111%; | |
} | |
.one-ninth.right-one { | |
left: 11.11111%; | |
} | |
.one-ninth.left-one { | |
right: 11.11111%; | |
} | |
.one-ninth.right-two { | |
left: 22.22222%; | |
} | |
.one-ninth.left-two { | |
right: 22.22222%; | |
} | |
.one-ninth.right-three { | |
left: 33.33333%; | |
} | |
.one-ninth.left-three { | |
right: 33.33333%; | |
} | |
.one-ninth.right-four { | |
left: 44.44444%; | |
} | |
.one-ninth.left-four { | |
right: 44.44444%; | |
} | |
.one-ninth.right-five { | |
left: 55.55556%; | |
} | |
.one-ninth.left-five { | |
right: 55.55556%; | |
} | |
.one-ninth.right-six { | |
left: 66.66667%; | |
} | |
.one-ninth.left-six { | |
right: 66.66667%; | |
} | |
.one-ninth.right-seven { | |
left: 77.77778%; | |
} | |
.one-ninth.left-seven { | |
right: 77.77778%; | |
} | |
.one-ninth.right-eight { | |
left: 88.88889%; | |
} | |
.one-ninth.left-eight { | |
right: 88.88889%; | |
} | |
.two-ninths { | |
width: 22.22222%; | |
} | |
.two-ninths.right-one { | |
left: 11.11111%; | |
} | |
.two-ninths.left-one { | |
right: 11.11111%; | |
} | |
.two-ninths.right-two { | |
left: 22.22222%; | |
} | |
.two-ninths.left-two { | |
right: 22.22222%; | |
} | |
.two-ninths.right-three { | |
left: 33.33333%; | |
} | |
.two-ninths.left-three { | |
right: 33.33333%; | |
} | |
.two-ninths.right-four { | |
left: 44.44444%; | |
} | |
.two-ninths.left-four { | |
right: 44.44444%; | |
} | |
.two-ninths.right-five { | |
left: 55.55556%; | |
} | |
.two-ninths.left-five { | |
right: 55.55556%; | |
} | |
.two-ninths.right-six { | |
left: 66.66667%; | |
} | |
.two-ninths.left-six { | |
right: 66.66667%; | |
} | |
.two-ninths.right-seven { | |
left: 77.77778%; | |
} | |
.two-ninths.left-seven { | |
right: 77.77778%; | |
} | |
.three-ninths { | |
width: 33.33333%; | |
} | |
.three-ninths.right-one { | |
left: 11.11111%; | |
} | |
.three-ninths.left-one { | |
right: 11.11111%; | |
} | |
.three-ninths.right-two { | |
left: 22.22222%; | |
} | |
.three-ninths.left-two { | |
right: 22.22222%; | |
} | |
.three-ninths.right-three { | |
left: 33.33333%; | |
} | |
.three-ninths.left-three { | |
right: 33.33333%; | |
} | |
.three-ninths.right-four { | |
left: 44.44444%; | |
} | |
.three-ninths.left-four { | |
right: 44.44444%; | |
} | |
.three-ninths.right-five { | |
left: 55.55556%; | |
} | |
.three-ninths.left-five { | |
right: 55.55556%; | |
} | |
.three-ninths.right-six { | |
left: 66.66667%; | |
} | |
.three-ninths.left-six { | |
right: 66.66667%; | |
} | |
.four-ninths { | |
width: 44.44444%; | |
} | |
.four-ninths.right-one { | |
left: 11.11111%; | |
} | |
.four-ninths.left-one { | |
right: 11.11111%; | |
} | |
.four-ninths.right-two { | |
left: 22.22222%; | |
} | |
.four-ninths.left-two { | |
right: 22.22222%; | |
} | |
.four-ninths.right-three { | |
left: 33.33333%; | |
} | |
.four-ninths.left-three { | |
right: 33.33333%; | |
} | |
.four-ninths.right-four { | |
left: 44.44444%; | |
} | |
.four-ninths.left-four { | |
right: 44.44444%; | |
} | |
.four-ninths.right-five { | |
left: 55.55556%; | |
} | |
.four-ninths.left-five { | |
right: 55.55556%; | |
} | |
.five-ninths { | |
width: 55.55556%; | |
} | |
.five-ninths.right-one { | |
left: 11.11111%; | |
} | |
.five-ninths.left-one { | |
right: 11.11111%; | |
} | |
.five-ninths.right-two { | |
left: 22.22222%; | |
} | |
.five-ninths.left-two { | |
right: 22.22222%; | |
} | |
.five-ninths.right-three { | |
left: 33.33333%; | |
} | |
.five-ninths.left-three { | |
right: 33.33333%; | |
} | |
.five-ninths.right-four { | |
left: 44.44444%; | |
} | |
.five-ninths.left-four { | |
right: 44.44444%; | |
} | |
.six-ninths { | |
width: 66.66667%; | |
} | |
.six-ninths.right-one { | |
left: 11.11111%; | |
} | |
.six-ninths.left-one { | |
right: 11.11111%; | |
} | |
.six-ninths.right-two { | |
left: 22.22222%; | |
} | |
.six-ninths.left-two { | |
right: 22.22222%; | |
} | |
.six-ninths.right-three { | |
left: 33.33333%; | |
} | |
.six-ninths.left-three { | |
right: 33.33333%; | |
} | |
.seven-ninths { | |
width: 77.77778%; | |
} | |
.seven-ninths.right-one { | |
left: 11.11111%; | |
} | |
.seven-ninths.left-one { | |
right: 11.11111%; | |
} | |
.seven-ninths.right-two { | |
left: 22.22222%; | |
} | |
.seven-ninths.left-two { | |
right: 22.22222%; | |
} | |
.eight-ninths { | |
width: 88.88889%; | |
} | |
.eight-ninths.right-one { | |
left: 11.11111%; | |
} | |
.eight-ninths.left-one { | |
right: 11.11111%; | |
} | |
.one-tenth { | |
width: 10%; | |
} | |
.one-tenth.right-one { | |
left: 10%; | |
} | |
.one-tenth.left-one { | |
right: 10%; | |
} | |
.one-tenth.right-two { | |
left: 20%; | |
} | |
.one-tenth.left-two { | |
right: 20%; | |
} | |
.one-tenth.right-three { | |
left: 30%; | |
} | |
.one-tenth.left-three { | |
right: 30%; | |
} | |
.one-tenth.right-four { | |
left: 40%; | |
} | |
.one-tenth.left-four { | |
right: 40%; | |
} | |
.one-tenth.right-five { | |
left: 50%; | |
} | |
.one-tenth.left-five { | |
right: 50%; | |
} | |
.one-tenth.right-six { | |
left: 60%; | |
} | |
.one-tenth.left-six { | |
right: 60%; | |
} | |
.one-tenth.right-seven { | |
left: 70%; | |
} | |
.one-tenth.left-seven { | |
right: 70%; | |
} | |
.one-tenth.right-eight { | |
left: 80%; | |
} | |
.one-tenth.left-eight { | |
right: 80%; | |
} | |
.one-tenth.right-nine { | |
left: 90%; | |
} | |
.one-tenth.left-nine { | |
right: 90%; | |
} | |
.two-tenths { | |
width: 20%; | |
} | |
.two-tenths.right-one { | |
left: 10%; | |
} | |
.two-tenths.left-one { | |
right: 10%; | |
} | |
.two-tenths.right-two { | |
left: 20%; | |
} | |
.two-tenths.left-two { | |
right: 20%; | |
} | |
.two-tenths.right-three { | |
left: 30%; | |
} | |
.two-tenths.left-three { | |
right: 30%; | |
} | |
.two-tenths.right-four { | |
left: 40%; | |
} | |
.two-tenths.left-four { | |
right: 40%; | |
} | |
.two-tenths.right-five { | |
left: 50%; | |
} | |
.two-tenths.left-five { | |
right: 50%; | |
} | |
.two-tenths.right-six { | |
left: 60%; | |
} | |
.two-tenths.left-six { | |
right: 60%; | |
} | |
.two-tenths.right-seven { | |
left: 70%; | |
} | |
.two-tenths.left-seven { | |
right: 70%; | |
} | |
.two-tenths.right-eight { | |
left: 80%; | |
} | |
.two-tenths.left-eight { | |
right: 80%; | |
} | |
.three-tenths { | |
width: 30%; | |
} | |
.three-tenths.right-one { | |
left: 10%; | |
} | |
.three-tenths.left-one { | |
right: 10%; | |
} | |
.three-tenths.right-two { | |
left: 20%; | |
} | |
.three-tenths.left-two { | |
right: 20%; | |
} | |
.three-tenths.right-three { | |
left: 30%; | |
} | |
.three-tenths.left-three { | |
right: 30%; | |
} | |
.three-tenths.right-four { | |
left: 40%; | |
} | |
.three-tenths.left-four { | |
right: 40%; | |
} | |
.three-tenths.right-five { | |
left: 50%; | |
} | |
.three-tenths.left-five { | |
right: 50%; | |
} | |
.three-tenths.right-six { | |
left: 60%; | |
} | |
.three-tenths.left-six { | |
right: 60%; | |
} | |
.three-tenths.right-seven { | |
left: 70%; | |
} | |
.three-tenths.left-seven { | |
right: 70%; | |
} | |
.four-tenths { | |
width: 40%; | |
} | |
.four-tenths.right-one { | |
left: 10%; | |
} | |
.four-tenths.left-one { | |
right: 10%; | |
} | |
.four-tenths.right-two { | |
left: 20%; | |
} | |
.four-tenths.left-two { | |
right: 20%; | |
} | |
.four-tenths.right-three { | |
left: 30%; | |
} | |
.four-tenths.left-three { | |
right: 30%; | |
} | |
.four-tenths.right-four { | |
left: 40%; | |
} | |
.four-tenths.left-four { | |
right: 40%; | |
} | |
.four-tenths.right-five { | |
left: 50%; | |
} | |
.four-tenths.left-five { | |
right: 50%; | |
} | |
.four-tenths.right-six { | |
left: 60%; | |
} | |
.four-tenths.left-six { | |
right: 60%; | |
} | |
.five-tenths { | |
width: 50%; | |
} | |
.five-tenths.right-one { | |
left: 10%; | |
} | |
.five-tenths.left-one { | |
right: 10%; | |
} | |
.five-tenths.right-two { | |
left: 20%; | |
} | |
.five-tenths.left-two { | |
right: 20%; | |
} | |
.five-tenths.right-three { | |
left: 30%; | |
} | |
.five-tenths.left-three { | |
right: 30%; | |
} | |
.five-tenths.right-four { | |
left: 40%; | |
} | |
.five-tenths.left-four { | |
right: 40%; | |
} | |
.five-tenths.right-five { | |
left: 50%; | |
} | |
.five-tenths.left-five { | |
right: 50%; | |
} | |
.six-tenths { | |
width: 60%; | |
} | |
.six-tenths.right-one { | |
left: 10%; | |
} | |
.six-tenths.left-one { | |
right: 10%; | |
} | |
.six-tenths.right-two { | |
left: 20%; | |
} | |
.six-tenths.left-two { | |
right: 20%; | |
} | |
.six-tenths.right-three { | |
left: 30%; | |
} | |
.six-tenths.left-three { | |
right: 30%; | |
} | |
.six-tenths.right-four { | |
left: 40%; | |
} | |
.six-tenths.left-four { | |
right: 40%; | |
} | |
.seven-tenths { | |
width: 70%; | |
} | |
.seven-tenths.right-one { | |
left: 10%; | |
} | |
.seven-tenths.left-one { | |
right: 10%; | |
} | |
.seven-tenths.right-two { | |
left: 20%; | |
} | |
.seven-tenths.left-two { | |
right: 20%; | |
} | |
.seven-tenths.right-three { | |
left: 30%; | |
} | |
.seven-tenths.left-three { | |
right: 30%; | |
} | |
.eight-tenths { | |
width: 80%; | |
} | |
.eight-tenths.right-one { | |
left: 10%; | |
} | |
.eight-tenths.left-one { | |
right: 10%; | |
} | |
.eight-tenths.right-two { | |
left: 20%; | |
} | |
.eight-tenths.left-two { | |
right: 20%; | |
} | |
.nine-tenths { | |
width: 90%; | |
} | |
.nine-tenths.right-one { | |
left: 10%; | |
} | |
.nine-tenths.left-one { | |
right: 10%; | |
} | |
.one-eleventh { | |
width: 9.09091%; | |
} | |
.one-eleventh.right-one { | |
left: 9.09091%; | |
} | |
.one-eleventh.left-one { | |
right: 9.09091%; | |
} | |
.one-eleventh.right-two { | |
left: 18.18182%; | |
} | |
.one-eleventh.left-two { | |
right: 18.18182%; | |
} | |
.one-eleventh.right-three { | |
left: 27.27273%; | |
} | |
.one-eleventh.left-three { | |
right: 27.27273%; | |
} | |
.one-eleventh.right-four { | |
left: 36.36364%; | |
} | |
.one-eleventh.left-four { | |
right: 36.36364%; | |
} | |
.one-eleventh.right-five { | |
left: 45.45455%; | |
} | |
.one-eleventh.left-five { | |
right: 45.45455%; | |
} | |
.one-eleventh.right-six { | |
left: 54.54545%; | |
} | |
.one-eleventh.left-six { | |
right: 54.54545%; | |
} | |
.one-eleventh.right-seven { | |
left: 63.63636%; | |
} | |
.one-eleventh.left-seven { | |
right: 63.63636%; | |
} | |
.one-eleventh.right-eight { | |
left: 72.72727%; | |
} | |
.one-eleventh.left-eight { | |
right: 72.72727%; | |
} | |
.one-eleventh.right-nine { | |
left: 81.81818%; | |
} | |
.one-eleventh.left-nine { | |
right: 81.81818%; | |
} | |
.one-eleventh.right-ten { | |
left: 90.90909%; | |
} | |
.one-eleventh.left-ten { | |
right: 90.90909%; | |
} | |
.two-elevenths { | |
width: 18.18182%; | |
} | |
.two-elevenths.right-one { | |
left: 9.09091%; | |
} | |
.two-elevenths.left-one { | |
right: 9.09091%; | |
} | |
.two-elevenths.right-two { | |
left: 18.18182%; | |
} | |
.two-elevenths.left-two { | |
right: 18.18182%; | |
} | |
.two-elevenths.right-three { | |
left: 27.27273%; | |
} | |
.two-elevenths.left-three { | |
right: 27.27273%; | |
} | |
.two-elevenths.right-four { | |
left: 36.36364%; | |
} | |
.two-elevenths.left-four { | |
right: 36.36364%; | |
} | |
.two-elevenths.right-five { | |
left: 45.45455%; | |
} | |
.two-elevenths.left-five { | |
right: 45.45455%; | |
} | |
.two-elevenths.right-six { | |
left: 54.54545%; | |
} | |
.two-elevenths.left-six { | |
right: 54.54545%; | |
} | |
.two-elevenths.right-seven { | |
left: 63.63636%; | |
} | |
.two-elevenths.left-seven { | |
right: 63.63636%; | |
} | |
.two-elevenths.right-eight { | |
left: 72.72727%; | |
} | |
.two-elevenths.left-eight { | |
right: 72.72727%; | |
} | |
.two-elevenths.right-nine { | |
left: 81.81818%; | |
} | |
.two-elevenths.left-nine { | |
right: 81.81818%; | |
} | |
.three-elevenths { | |
width: 27.27273%; | |
} | |
.three-elevenths.right-one { | |
left: 9.09091%; | |
} | |
.three-elevenths.left-one { | |
right: 9.09091%; | |
} | |
.three-elevenths.right-two { | |
left: 18.18182%; | |
} | |
.three-elevenths.left-two { | |
right: 18.18182%; | |
} | |
.three-elevenths.right-three { | |
left: 27.27273%; | |
} | |
.three-elevenths.left-three { | |
right: 27.27273%; | |
} | |
.three-elevenths.right-four { | |
left: 36.36364%; | |
} | |
.three-elevenths.left-four { | |
right: 36.36364%; | |
} | |
.three-elevenths.right-five { | |
left: 45.45455%; | |
} | |
.three-elevenths.left-five { | |
right: 45.45455%; | |
} | |
.three-elevenths.right-six { | |
left: 54.54545%; | |
} | |
.three-elevenths.left-six { | |
right: 54.54545%; | |
} | |
.three-elevenths.right-seven { | |
left: 63.63636%; | |
} | |
.three-elevenths.left-seven { | |
right: 63.63636%; | |
} | |
.three-elevenths.right-eight { | |
left: 72.72727%; | |
} | |
.three-elevenths.left-eight { | |
right: 72.72727%; | |
} | |
.four-elevenths { | |
width: 36.36364%; | |
} | |
.four-elevenths.right-one { | |
left: 9.09091%; | |
} | |
.four-elevenths.left-one { | |
right: 9.09091%; | |
} | |
.four-elevenths.right-two { | |
left: 18.18182%; | |
} | |
.four-elevenths.left-two { | |
right: 18.18182%; | |
} | |
.four-elevenths.right-three { | |
left: 27.27273%; | |
} | |
.four-elevenths.left-three { | |
right: 27.27273%; | |
} | |
.four-elevenths.right-four { | |
left: 36.36364%; | |
} | |
.four-elevenths.left-four { | |
right: 36.36364%; | |
} | |
.four-elevenths.right-five { | |
left: 45.45455%; | |
} | |
.four-elevenths.left-five { | |
right: 45.45455%; | |
} | |
.four-elevenths.right-six { | |
left: 54.54545%; | |
} | |
.four-elevenths.left-six { | |
right: 54.54545%; | |
} | |
.four-elevenths.right-seven { | |
left: 63.63636%; | |
} | |
.four-elevenths.left-seven { | |
right: 63.63636%; | |
} | |
.five-elevenths { | |
width: 45.45455%; | |
} | |
.five-elevenths.right-one { | |
left: 9.09091%; | |
} | |
.five-elevenths.left-one { | |
right: 9.09091%; | |
} | |
.five-elevenths.right-two { | |
left: 18.18182%; | |
} | |
.five-elevenths.left-two { | |
right: 18.18182%; | |
} | |
.five-elevenths.right-three { | |
left: 27.27273%; | |
} | |
.five-elevenths.left-three { | |
right: 27.27273%; | |
} | |
.five-elevenths.right-four { | |
left: 36.36364%; | |
} | |
.five-elevenths.left-four { | |
right: 36.36364%; | |
} | |
.five-elevenths.right-five { | |
left: 45.45455%; | |
} | |
.five-elevenths.left-five { | |
right: 45.45455%; | |
} | |
.five-elevenths.right-six { | |
left: 54.54545%; | |
} | |
.five-elevenths.left-six { | |
right: 54.54545%; | |
} | |
.six-elevenths { | |
width: 54.54545%; | |
} | |
.six-elevenths.right-one { | |
left: 9.09091%; | |
} | |
.six-elevenths.left-one { | |
right: 9.09091%; | |
} | |
.six-elevenths.right-two { | |
left: 18.18182%; | |
} | |
.six-elevenths.left-two { | |
right: 18.18182%; | |
} | |
.six-elevenths.right-three { | |
left: 27.27273%; | |
} | |
.six-elevenths.left-three { | |
right: 27.27273%; | |
} | |
.six-elevenths.right-four { | |
left: 36.36364%; | |
} | |
.six-elevenths.left-four { | |
right: 36.36364%; | |
} | |
.six-elevenths.right-five { | |
left: 45.45455%; | |
} | |
.six-elevenths.left-five { | |
right: 45.45455%; | |
} | |
.seven-elevenths { | |
width: 63.63636%; | |
} | |
.seven-elevenths.right-one { | |
left: 9.09091%; | |
} | |
.seven-elevenths.left-one { | |
right: 9.09091%; | |
} | |
.seven-elevenths.right-two { | |
left: 18.18182%; | |
} | |
.seven-elevenths.left-two { | |
right: 18.18182%; | |
} | |
.seven-elevenths.right-three { | |
left: 27.27273%; | |
} | |
.seven-elevenths.left-three { | |
right: 27.27273%; | |
} | |
.seven-elevenths.right-four { | |
left: 36.36364%; | |
} | |
.seven-elevenths.left-four { | |
right: 36.36364%; | |
} | |
.eight-elevenths { | |
width: 72.72727%; | |
} | |
.eight-elevenths.right-one { | |
left: 9.09091%; | |
} | |
.eight-elevenths.left-one { | |
right: 9.09091%; | |
} | |
.eight-elevenths.right-two { | |
left: 18.18182%; | |
} | |
.eight-elevenths.left-two { | |
right: 18.18182%; | |
} | |
.eight-elevenths.right-three { | |
left: 27.27273%; | |
} | |
.eight-elevenths.left-three { | |
right: 27.27273%; | |
} | |
.nine-elevenths { | |
width: 81.81818%; | |
} | |
.nine-elevenths.right-one { | |
left: 9.09091%; | |
} | |
.nine-elevenths.left-one { | |
right: 9.09091%; | |
} | |
.nine-elevenths.right-two { | |
left: 18.18182%; | |
} | |
.nine-elevenths.left-two { | |
right: 18.18182%; | |
} | |
.ten-elevenths { | |
width: 90.90909%; | |
} | |
.ten-elevenths.right-one { | |
left: 9.09091%; | |
} | |
.ten-elevenths.left-one { | |
right: 9.09091%; | |
} | |
.one-twelfth { | |
width: 8.33333%; | |
} | |
.one-twelfth.right-one { | |
left: 8.33333%; | |
} | |
.one-twelfth.left-one { | |
right: 8.33333%; | |
} | |
.one-twelfth.right-two { | |
left: 16.66667%; | |
} | |
.one-twelfth.left-two { | |
right: 16.66667%; | |
} | |
.one-twelfth.right-three { | |
left: 25%; | |
} | |
.one-twelfth.left-three { | |
right: 25%; | |
} | |
.one-twelfth.right-four { | |
left: 33.33333%; | |
} | |
.one-twelfth.left-four { | |
right: 33.33333%; | |
} | |
.one-twelfth.right-five { | |
left: 41.66667%; | |
} | |
.one-twelfth.left-five { | |
right: 41.66667%; | |
} | |
.one-twelfth.right-six { | |
left: 50%; | |
} | |
.one-twelfth.left-six { | |
right: 50%; | |
} | |
.one-twelfth.right-seven { | |
left: 58.33333%; | |
} | |
.one-twelfth.left-seven { | |
right: 58.33333%; | |
} | |
.one-twelfth.right-eight { | |
left: 66.66667%; | |
} | |
.one-twelfth.left-eight { | |
right: 66.66667%; | |
} | |
.one-twelfth.right-nine { | |
left: 75%; | |
} | |
.one-twelfth.left-nine { | |
right: 75%; | |
} | |
.one-twelfth.right-ten { | |
left: 83.33333%; | |
} | |
.one-twelfth.left-ten { | |
right: 83.33333%; | |
} | |
.one-twelfth.right-eleven { | |
left: 91.66667%; | |
} | |
.one-twelfth.left-eleven { | |
right: 91.66667%; | |
} | |
.two-twelfths { | |
width: 16.66667%; | |
} | |
.two-twelfths.right-one { | |
left: 8.33333%; | |
} | |
.two-twelfths.left-one { | |
right: 8.33333%; | |
} | |
.two-twelfths.right-two { | |
left: 16.66667%; | |
} | |
.two-twelfths.left-two { | |
right: 16.66667%; | |
} | |
.two-twelfths.right-three { | |
left: 25%; | |
} | |
.two-twelfths.left-three { | |
right: 25%; | |
} | |
.two-twelfths.right-four { | |
left: 33.33333%; | |
} | |
.two-twelfths.left-four { | |
right: 33.33333%; | |
} | |
.two-twelfths.right-five { | |
left: 41.66667%; | |
} | |
.two-twelfths.left-five { | |
right: 41.66667%; | |
} | |
.two-twelfths.right-six { | |
left: 50%; | |
} | |
.two-twelfths.left-six { | |
right: 50%; | |
} | |
.two-twelfths.right-seven { | |
left: 58.33333%; | |
} | |
.two-twelfths.left-seven { | |
right: 58.33333%; | |
} | |
.two-twelfths.right-eight { | |
left: 66.66667%; | |
} | |
.two-twelfths.left-eight { | |
right: 66.66667%; | |
} | |
.two-twelfths.right-nine { | |
left: 75%; | |
} | |
.two-twelfths.left-nine { | |
right: 75%; | |
} | |
.two-twelfths.right-ten { | |
left: 83.33333%; | |
} | |
.two-twelfths.left-ten { | |
right: 83.33333%; | |
} | |
.three-twelfths { | |
width: 25%; | |
} | |
.three-twelfths.right-one { | |
left: 8.33333%; | |
} | |
.three-twelfths.left-one { | |
right: 8.33333%; | |
} | |
.three-twelfths.right-two { | |
left: 16.66667%; | |
} | |
.three-twelfths.left-two { | |
right: 16.66667%; | |
} | |
.three-twelfths.right-three { | |
left: 25%; | |
} | |
.three-twelfths.left-three { | |
right: 25%; | |
} | |
.three-twelfths.right-four { | |
left: 33.33333%; | |
} | |
.three-twelfths.left-four { | |
right: 33.33333%; | |
} | |
.three-twelfths.right-five { | |
left: 41.66667%; | |
} | |
.three-twelfths.left-five { | |
right: 41.66667%; | |
} | |
.three-twelfths.right-six { | |
left: 50%; | |
} | |
.three-twelfths.left-six { | |
right: 50%; | |
} | |
.three-twelfths.right-seven { | |
left: 58.33333%; | |
} | |
.three-twelfths.left-seven { | |
right: 58.33333%; | |
} | |
.three-twelfths.right-eight { | |
left: 66.66667%; | |
} | |
.three-twelfths.left-eight { | |
right: 66.66667%; | |
} | |
.three-twelfths.right-nine { | |
left: 75%; | |
} | |
.three-twelfths.left-nine { | |
right: 75%; | |
} | |
.four-twelfths { | |
width: 33.33333%; | |
} | |
.four-twelfths.right-one { | |
left: 8.33333%; | |
} | |
.four-twelfths.left-one { | |
right: 8.33333%; | |
} | |
.four-twelfths.right-two { | |
left: 16.66667%; | |
} | |
.four-twelfths.left-two { | |
right: 16.66667%; | |
} | |
.four-twelfths.right-three { | |
left: 25%; | |
} | |
.four-twelfths.left-three { | |
right: 25%; | |
} | |
.four-twelfths.right-four { | |
left: 33.33333%; | |
} | |
.four-twelfths.left-four { | |
right: 33.33333%; | |
} | |
.four-twelfths.right-five { | |
left: 41.66667%; | |
} | |
.four-twelfths.left-five { | |
right: 41.66667%; | |
} | |
.four-twelfths.right-six { | |
left: 50%; | |
} | |
.four-twelfths.left-six { | |
right: 50%; | |
} | |
.four-twelfths.right-seven { | |
left: 58.33333%; | |
} | |
.four-twelfths.left-seven { | |
right: 58.33333%; | |
} | |
.four-twelfths.right-eight { | |
left: 66.66667%; | |
} | |
.four-twelfths.left-eight { | |
right: 66.66667%; | |
} | |
.five-twelfths { | |
width: 41.66667%; | |
} | |
.five-twelfths.right-one { | |
left: 8.33333%; | |
} | |
.five-twelfths.left-one { | |
right: 8.33333%; | |
} | |
.five-twelfths.right-two { | |
left: 16.66667%; | |
} | |
.five-twelfths.left-two { | |
right: 16.66667%; | |
} | |
.five-twelfths.right-three { | |
left: 25%; | |
} | |
.five-twelfths.left-three { | |
right: 25%; | |
} | |
.five-twelfths.right-four { | |
left: 33.33333%; | |
} | |
.five-twelfths.left-four { | |
right: 33.33333%; | |
} | |
.five-twelfths.right-five { | |
left: 41.66667%; | |
} | |
.five-twelfths.left-five { | |
right: 41.66667%; | |
} | |
.five-twelfths.right-six { | |
left: 50%; | |
} | |
.five-twelfths.left-six { | |
right: 50%; | |
} | |
.five-twelfths.right-seven { | |
left: 58.33333%; | |
} | |
.five-twelfths.left-seven { | |
right: 58.33333%; | |
} | |
.six-twelfths { | |
width: 50%; | |
} | |
.six-twelfths.right-one { | |
left: 8.33333%; | |
} | |
.six-twelfths.left-one { | |
right: 8.33333%; | |
} | |
.six-twelfths.right-two { | |
left: 16.66667%; | |
} | |
.six-twelfths.left-two { | |
right: 16.66667%; | |
} | |
.six-twelfths.right-three { | |
left: 25%; | |
} | |
.six-twelfths.left-three { | |
right: 25%; | |
} | |
.six-twelfths.right-four { | |
left: 33.33333%; | |
} | |
.six-twelfths.left-four { | |
right: 33.33333%; | |
} | |
.six-twelfths.right-five { | |
left: 41.66667%; | |
} | |
.six-twelfths.left-five { | |
right: 41.66667%; | |
} | |
.six-twelfths.right-six { | |
left: 50%; | |
} | |
.six-twelfths.left-six { | |
right: 50%; | |
} | |
.seven-twelfths { | |
width: 58.33333%; | |
} | |
.seven-twelfths.right-one { | |
left: 8.33333%; | |
} | |
.seven-twelfths.left-one { | |
right: 8.33333%; | |
} | |
.seven-twelfths.right-two { | |
left: 16.66667%; | |
} | |
.seven-twelfths.left-two { | |
right: 16.66667%; | |
} | |
.seven-twelfths.right-three { | |
left: 25%; | |
} | |
.seven-twelfths.left-three { | |
right: 25%; | |
} | |
.seven-twelfths.right-four { | |
left: 33.33333%; | |
} | |
.seven-twelfths.left-four { | |
right: 33.33333%; | |
} | |
.seven-twelfths.right-five { | |
left: 41.66667%; | |
} | |
.seven-twelfths.left-five { | |
right: 41.66667%; | |
} | |
.eight-twelfths { | |
width: 66.66667%; | |
} | |
.eight-twelfths.right-one { | |
left: 8.33333%; | |
} | |
.eight-twelfths.left-one { | |
right: 8.33333%; | |
} | |
.eight-twelfths.right-two { | |
left: 16.66667%; | |
} | |
.eight-twelfths.left-two { | |
right: 16.66667%; | |
} | |
.eight-twelfths.right-three { | |
left: 25%; | |
} | |
.eight-twelfths.left-three { | |
right: 25%; | |
} | |
.eight-twelfths.right-four { | |
left: 33.33333%; | |
} | |
.eight-twelfths.left-four { | |
right: 33.33333%; | |
} | |
.nine-twelfths { | |
width: 75%; | |
} | |
.nine-twelfths.right-one { | |
left: 8.33333%; | |
} | |
.nine-twelfths.left-one { | |
right: 8.33333%; | |
} | |
.nine-twelfths.right-two { | |
left: 16.66667%; | |
} | |
.nine-twelfths.left-two { | |
right: 16.66667%; | |
} | |
.nine-twelfths.right-three { | |
left: 25%; | |
} | |
.nine-twelfths.left-three { | |
right: 25%; | |
} | |
.ten-twelfths { | |
width: 83.33333%; | |
} | |
.ten-twelfths.right-one { | |
left: 8.33333%; | |
} | |
.ten-twelfths.left-one { | |
right: 8.33333%; | |
} | |
.ten-twelfths.right-two { | |
left: 16.66667%; | |
} | |
.ten-twelfths.left-two { | |
right: 16.66667%; | |
} | |
.eleven-twelfths { | |
width: 91.66667%; | |
} | |
.eleven-twelfths.right-one { | |
left: 8.33333%; | |
} | |
.eleven-twelfths.left-one { | |
right: 8.33333%; | |
} | |
.one-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 100%; | |
} | |
.one-up:nth-child(n) { | |
clear: none; | |
} | |
.one-up:nth-child(n) { | |
clear: none; | |
} | |
.one-up:nth-child(1n+1) { | |
clear: both; | |
} | |
.two-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 50%; | |
} | |
.two-up:nth-child(n) { | |
clear: none; | |
} | |
.two-up:nth-child(n) { | |
clear: none; | |
} | |
.two-up:nth-child(2n+1) { | |
clear: both; | |
} | |
.three-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 33.33333%; | |
} | |
.three-up:nth-child(n) { | |
clear: none; | |
} | |
.three-up:nth-child(n) { | |
clear: none; | |
} | |
.three-up:nth-child(3n+1) { | |
clear: both; | |
} | |
.four-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 25%; | |
} | |
.four-up:nth-child(n) { | |
clear: none; | |
} | |
.four-up:nth-child(n) { | |
clear: none; | |
} | |
.four-up:nth-child(4n+1) { | |
clear: both; | |
} | |
.five-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 20%; | |
} | |
.five-up:nth-child(n) { | |
clear: none; | |
} | |
.five-up:nth-child(n) { | |
clear: none; | |
} | |
.five-up:nth-child(5n+1) { | |
clear: both; | |
} | |
.six-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 16.66667%; | |
} | |
.six-up:nth-child(n) { | |
clear: none; | |
} | |
.six-up:nth-child(n) { | |
clear: none; | |
} | |
.six-up:nth-child(6n+1) { | |
clear: both; | |
} | |
.seven-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 14.28571%; | |
} | |
.seven-up:nth-child(n) { | |
clear: none; | |
} | |
.seven-up:nth-child(n) { | |
clear: none; | |
} | |
.seven-up:nth-child(7n+1) { | |
clear: both; | |
} | |
.eight-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 12.5%; | |
} | |
.eight-up:nth-child(n) { | |
clear: none; | |
} | |
.eight-up:nth-child(n) { | |
clear: none; | |
} | |
.eight-up:nth-child(8n+1) { | |
clear: both; | |
} | |
.nine-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 11.11111%; | |
} | |
.nine-up:nth-child(n) { | |
clear: none; | |
} | |
.nine-up:nth-child(n) { | |
clear: none; | |
} | |
.nine-up:nth-child(9n+1) { | |
clear: both; | |
} | |
.ten-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 10%; | |
} | |
.ten-up:nth-child(n) { | |
clear: none; | |
} | |
.ten-up:nth-child(n) { | |
clear: none; | |
} | |
.ten-up:nth-child(10n+1) { | |
clear: both; | |
} | |
.eleven-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 9.09091%; | |
} | |
.eleven-up:nth-child(n) { | |
clear: none; | |
} | |
.eleven-up:nth-child(n) { | |
clear: none; | |
} | |
.eleven-up:nth-child(11n+1) { | |
clear: both; | |
} | |
.twelve-up { | |
float: left; | |
clear: none; | |
position: relative; | |
min-height: 1px; | |
width: 8.33333%; | |
} | |
.twelve-up:nth-child(n) { | |
clear: none; | |
} | |
.twelve-up:nth-child(n) { | |
clear: none; | |
} | |
.twelve-up:nth-child(12n+1) { | |
clear: both; | |
} | |
@font-face { | |
font-family: 'FontAwesome'; | |
src: url("/wp-content/themes/sprout/assets/fonts/fontawesome-webfont.eot?v=4.0.3"); | |
src: url("/wp-content/themes/sprout/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("/wp-content/themes/sprout/assets/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("/wp-content/themes/sprout/assets/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("/wp-content/themes/sprout/assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg"); | |
font-weight: normal; | |
font-style: normal; | |
} | |
.icon { | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
} | |
.icon-lg { | |
font-size: 1.33333em; | |
line-height: 0.75em; | |
vertical-align: -15%; | |
} | |
.icon-2x { | |
font-size: 2em; | |
} | |
.icon-3x { | |
font-size: 3em; | |
} | |
.icon-4x { | |
font-size: 4em; | |
} | |
.icon-5x { | |
font-size: 5em; | |
} | |
.icon-fw { | |
width: 1.28571em; | |
text-align: center; | |
} | |
.icon-ul { | |
padding-left: 0; | |
margin-left: 2.14286em; | |
list-style-type: none; | |
} | |
.icon-ul > li { | |
position: relative; | |
} | |
.icon-li { | |
position: absolute; | |
left: -2.14286em; | |
width: 2.14286em; | |
top: 0.14286em; | |
text-align: center; | |
} | |
.icon-li.icon-lg { | |
left: -1.85714em; | |
} | |
.icon-border { | |
padding: .2em .25em .15em; | |
border: solid 0.08em #eeeeee; | |
border-radius: .1em; | |
} | |
.pull-right { | |
float: right; | |
} | |
.pull-left { | |
float: left; | |
} | |
.icon.pull-left { | |
margin-right: .3em; | |
} | |
.icon.pull-right { | |
margin-left: .3em; | |
} | |
.icon-spin { | |
-webkit-animation: spin 2s infinite linear; | |
-moz-animation: spin 2s infinite linear; | |
-o-animation: spin 2s infinite linear; | |
animation: spin 2s infinite linear; | |
} | |
@-moz-keyframes spin { | |
0% { | |
-moz-transform: rotate(0deg); | |
} | |
100% { | |
-moz-transform: rotate(359deg); | |
} | |
} | |
@-webkit-keyframes spin { | |
0% { | |
-webkit-transform: rotate(0deg); | |
} | |
100% { | |
-webkit-transform: rotate(359deg); | |
} | |
} | |
@-o-keyframes spin { | |
0% { | |
-o-transform: rotate(0deg); | |
} | |
100% { | |
-o-transform: rotate(359deg); | |
} | |
} | |
@-ms-keyframes spin { | |
0% { | |
-ms-transform: rotate(0deg); | |
} | |
100% { | |
-ms-transform: rotate(359deg); | |
} | |
} | |
@keyframes spin { | |
0% { | |
transform: rotate(0deg); | |
} | |
100% { | |
transform: rotate(359deg); | |
} | |
} | |
.icon-rotate-90 { | |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); | |
-webkit-transform: rotate(90deg); | |
-moz-transform: rotate(90deg); | |
-ms-transform: rotate(90deg); | |
-o-transform: rotate(90deg); | |
transform: rotate(90deg); | |
} | |
.icon-rotate-180 { | |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); | |
-webkit-transform: rotate(180deg); | |
-moz-transform: rotate(180deg); | |
-ms-transform: rotate(180deg); | |
-o-transform: rotate(180deg); | |
transform: rotate(180deg); | |
} | |
.icon-rotate-270 { | |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); | |
-webkit-transform: rotate(270deg); | |
-moz-transform: rotate(270deg); | |
-ms-transform: rotate(270deg); | |
-o-transform: rotate(270deg); | |
transform: rotate(270deg); | |
} | |
.icon-flip-horizontal { | |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); | |
-webkit-transform: scale(-1, 1); | |
-moz-transform: scale(-1, 1); | |
-ms-transform: scale(-1, 1); | |
-o-transform: scale(-1, 1); | |
transform: scale(-1, 1); | |
} | |
.icon-flip-vertical { | |
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation); | |
-webkit-transform: scale(1, -1); | |
-moz-transform: scale(1, -1); | |
-ms-transform: scale(1, -1); | |
-o-transform: scale(1, -1); | |
transform: scale(1, -1); | |
} | |
.icon-stack { | |
position: relative; | |
display: inline-block; | |
width: 2em; | |
height: 2em; | |
line-height: 2em; | |
vertical-align: middle; | |
} | |
.icon-stack-1x, .icon-stack-2x { | |
position: absolute; | |
left: 0; | |
width: 100%; | |
text-align: center; | |
} | |
.icon-stack-1x { | |
line-height: inherit; | |
} | |
.icon-stack-2x { | |
font-size: 2em; | |
} | |
.icon-inverse { | |
color: white; | |
} | |
.icon-glass:before { | |
content: "\f000"; | |
} | |
.icon-music:before { | |
content: "\f001"; | |
} | |
.icon-search:before { | |
content: "\f002"; | |
} | |
.icon-envelope-o:before { | |
content: "\f003"; | |
} | |
.icon-heart:before { | |
content: "\f004"; | |
} | |
.icon-star:before { | |
content: "\f005"; | |
} | |
.icon-star-o:before { | |
content: "\f006"; | |
} | |
.icon-user:before { | |
content: "\f007"; | |
} | |
.icon-film:before { | |
content: "\f008"; | |
} | |
.icon-th-large:before { | |
content: "\f009"; | |
} | |
.icon-th:before { | |
content: "\f00a"; | |
} | |
.icon-th-list:before { | |
content: "\f00b"; | |
} | |
.icon-check:before { | |
content: "\f00c"; | |
} | |
.icon-times:before { | |
content: "\f00d"; | |
} | |
.icon-search-plus:before { | |
content: "\f00e"; | |
} | |
.icon-search-minus:before { | |
content: "\f010"; | |
} | |
.icon-power-off:before { | |
content: "\f011"; | |
} | |
.icon-signal:before { | |
content: "\f012"; | |
} | |
.icon-gear:before, | |
.icon-cog:before { | |
content: "\f013"; | |
} | |
.icon-trash-o:before { | |
content: "\f014"; | |
} | |
.icon-home:before { | |
content: "\f015"; | |
} | |
.icon-file-o:before { | |
content: "\f016"; | |
} | |
.icon-clock-o:before { | |
content: "\f017"; | |
} | |
.icon-road:before { | |
content: "\f018"; | |
} | |
.icon-download:before { | |
content: "\f019"; | |
} | |
.icon-arrow-circle-o-down:before { | |
content: "\f01a"; | |
} | |
.icon-arrow-circle-o-up:before { | |
content: "\f01b"; | |
} | |
.icon-inbox:before { | |
content: "\f01c"; | |
} | |
.icon-play-circle-o:before { | |
content: "\f01d"; | |
} | |
.icon-rotate-right:before, | |
.icon-repeat:before { | |
content: "\f01e"; | |
} | |
.icon-refresh:before { | |
content: "\f021"; | |
} | |
.icon-list-alt:before { | |
content: "\f022"; | |
} | |
.icon-lock:before { | |
content: "\f023"; | |
} | |
.icon-flag:before { | |
content: "\f024"; | |
} | |
.icon-headphones:before { | |
content: "\f025"; | |
} | |
.icon-volume-off:before { | |
content: "\f026"; | |
} | |
.icon-volume-down:before { | |
content: "\f027"; | |
} | |
.icon-volume-up:before { | |
content: "\f028"; | |
} | |
.icon-qrcode:before { | |
content: "\f029"; | |
} | |
.icon-barcode:before { | |
content: "\f02a"; | |
} | |
.icon-tag:before { | |
content: "\f02b"; | |
} | |
.icon-tags:before { | |
content: "\f02c"; | |
} | |
.icon-book:before { | |
content: "\f02d"; | |
} | |
.icon-bookmark:before { | |
content: "\f02e"; | |
} | |
.icon-print:before { | |
content: "\f02f"; | |
} | |
.icon-camera:before { | |
content: "\f030"; | |
} | |
.icon-font:before { | |
content: "\f031"; | |
} | |
.icon-bold:before { | |
content: "\f032"; | |
} | |
.icon-italic:before { | |
content: "\f033"; | |
} | |
.icon-text-height:before { | |
content: "\f034"; | |
} | |
.icon-text-width:before { | |
content: "\f035"; | |
} | |
.icon-align-left:before { | |
content: "\f036"; | |
} | |
.icon-align-center:before { | |
content: "\f037"; | |
} | |
.icon-align-right:before { | |
content: "\f038"; | |
} | |
.icon-align-justify:before { | |
content: "\f039"; | |
} | |
.icon-list:before { | |
content: "\f03a"; | |
} | |
.icon-dedent:before, | |
.icon-outdent:before { | |
content: "\f03b"; | |
} | |
.icon-indent:before { | |
content: "\f03c"; | |
} | |
.icon-video-camera:before { | |
content: "\f03d"; | |
} | |
.icon-picture-o:before { | |
content: "\f03e"; | |
} | |
.icon-pencil:before { | |
content: "\f040"; | |
} | |
.icon-map-marker:before { | |
content: "\f041"; | |
} | |
.icon-adjust:before { | |
content: "\f042"; | |
} | |
.icon-tint:before { | |
content: "\f043"; | |
} | |
.icon-edit:before, | |
.icon-pencil-square-o:before { | |
content: "\f044"; | |
} | |
.icon-share-square-o:before { | |
content: "\f045"; | |
} | |
.icon-check-square-o:before { | |
content: "\f046"; | |
} | |
.icon-arrows:before { | |
content: "\f047"; | |
} | |
.icon-step-backward:before { | |
content: "\f048"; | |
} | |
.icon-fast-backward:before { | |
content: "\f049"; | |
} | |
.icon-backward:before { | |
content: "\f04a"; | |
} | |
.icon-play:before { | |
content: "\f04b"; | |
} | |
.icon-pause:before { | |
content: "\f04c"; | |
} | |
.icon-stop:before { | |
content: "\f04d"; | |
} | |
.icon-forward:before { | |
content: "\f04e"; | |
} | |
.icon-fast-forward:before { | |
content: "\f050"; | |
} | |
.icon-step-forward:before { | |
content: "\f051"; | |
} | |
.icon-eject:before { | |
content: "\f052"; | |
} | |
.icon-chevron-left:before { | |
content: "\f053"; | |
} | |
.icon-chevron-right:before { | |
content: "\f054"; | |
} | |
.icon-plus-circle:before { | |
content: "\f055"; | |
} | |
.icon-minus-circle:before { | |
content: "\f056"; | |
} | |
.icon-times-circle:before { | |
content: "\f057"; | |
} | |
.icon-check-circle:before { | |
content: "\f058"; | |
} | |
.icon-question-circle:before { | |
content: "\f059"; | |
} | |
.icon-info-circle:before { | |
content: "\f05a"; | |
} | |
.icon-crosshairs:before { | |
content: "\f05b"; | |
} | |
.icon-times-circle-o:before { | |
content: "\f05c"; | |
} | |
.icon-check-circle-o:before { | |
content: "\f05d"; | |
} | |
.icon-ban:before { | |
content: "\f05e"; | |
} | |
.icon-arrow-left:before { | |
content: "\f060"; | |
} | |
.icon-arrow-right:before { | |
content: "\f061"; | |
} | |
.icon-arrow-up:before { | |
content: "\f062"; | |
} | |
.icon-arrow-down:before { | |
content: "\f063"; | |
} | |
.icon-mail-forward:before, | |
.icon-share:before { | |
content: "\f064"; | |
} | |
.icon-expand:before { | |
content: "\f065"; | |
} | |
.icon-compress:before { | |
content: "\f066"; | |
} | |
.icon-plus:before { | |
content: "\f067"; | |
} | |
.icon-minus:before { | |
content: "\f068"; | |
} | |
.icon-asterisk:before { | |
content: "\f069"; | |
} | |
.icon-exclamation-circle:before { | |
content: "\f06a"; | |
} | |
.icon-gift:before { | |
content: "\f06b"; | |
} | |
.icon-leaf:before { | |
content: "\f06c"; | |
} | |
.icon-fire:before { | |
content: "\f06d"; | |
} | |
.icon-eye:before { | |
content: "\f06e"; | |
} | |
.icon-eye-slash:before { | |
content: "\f070"; | |
} | |
.icon-warning:before, | |
.icon-exclamation-triangle:before { | |
content: "\f071"; | |
} | |
.icon-plane:before { | |
content: "\f072"; | |
} | |
.icon-calendar:before { | |
content: "\f073"; | |
} | |
.icon-random:before { | |
content: "\f074"; | |
} | |
.icon-comment:before { | |
content: "\f075"; | |
} | |
.icon-magnet:before { | |
content: "\f076"; | |
} | |
.icon-chevron-up:before { | |
content: "\f077"; | |
} | |
.icon-chevron-down:before { | |
content: "\f078"; | |
} | |
.icon-retweet:before { | |
content: "\f079"; | |
} | |
.icon-shopping-cart:before { | |
content: "\f07a"; | |
} | |
.icon-folder:before { | |
content: "\f07b"; | |
} | |
.icon-folder-open:before { | |
content: "\f07c"; | |
} | |
.icon-arrows-v:before { | |
content: "\f07d"; | |
} | |
.icon-arrows-h:before { | |
content: "\f07e"; | |
} | |
.icon-bar-chart-o:before { | |
content: "\f080"; | |
} | |
.icon-twitter-square:before { | |
content: "\f081"; | |
} | |
.icon-facebook-square:before { | |
content: "\f082"; | |
} | |
.icon-camera-retro:before { | |
content: "\f083"; | |
} | |
.icon-key:before { | |
content: "\f084"; | |
} | |
.icon-gears:before, | |
.icon-cogs:before { | |
content: "\f085"; | |
} | |
.icon-comments:before { | |
content: "\f086"; | |
} | |
.icon-thumbs-o-up:before { | |
content: "\f087"; | |
} | |
.icon-thumbs-o-down:before { | |
content: "\f088"; | |
} | |
.icon-star-half:before { | |
content: "\f089"; | |
} | |
.icon-heart-o:before { | |
content: "\f08a"; | |
} | |
.icon-sign-out:before { | |
content: "\f08b"; | |
} | |
.icon-linkedin-square:before { | |
content: "\f08c"; | |
} | |
.icon-thumb-tack:before { | |
content: "\f08d"; | |
} | |
.icon-external-link:before { | |
content: "\f08e"; | |
} | |
.icon-sign-in:before { | |
content: "\f090"; | |
} | |
.icon-trophy:before { | |
content: "\f091"; | |
} | |
.icon-github-square:before { | |
content: "\f092"; | |
} | |
.icon-upload:before { | |
content: "\f093"; | |
} | |
.icon-lemon-o:before { | |
content: "\f094"; | |
} | |
.icon-phone:before { | |
content: "\f095"; | |
} | |
.icon-square-o:before { | |
content: "\f096"; | |
} | |
.icon-bookmark-o:before { | |
content: "\f097"; | |
} | |
.icon-phone-square:before { | |
content: "\f098"; | |
} | |
.icon-twitter:before { | |
content: "\f099"; | |
} | |
.icon-facebook:before { | |
content: "\f09a"; | |
} | |
.icon-github:before { | |
content: "\f09b"; | |
} | |
.icon-unlock:before { | |
content: "\f09c"; | |
} | |
.icon-credit-card:before { | |
content: "\f09d"; | |
} | |
.icon-rss:before { | |
content: "\f09e"; | |
} | |
.icon-hdd-o:before { | |
content: "\f0a0"; | |
} | |
.icon-bullhorn:before { | |
content: "\f0a1"; | |
} | |
.icon-bell:before { | |
content: "\f0f3"; | |
} | |
.icon-certificate:before { | |
content: "\f0a3"; | |
} | |
.icon-hand-o-right:before { | |
content: "\f0a4"; | |
} | |
.icon-hand-o-left:before { | |
content: "\f0a5"; | |
} | |
.icon-hand-o-up:before { | |
content: "\f0a6"; | |
} | |
.icon-hand-o-down:before { | |
content: "\f0a7"; | |
} | |
.icon-arrow-circle-left:before { | |
content: "\f0a8"; | |
} | |
.icon-arrow-circle-right:before { | |
content: "\f0a9"; | |
} | |
.icon-arrow-circle-up:before { | |
content: "\f0aa"; | |
} | |
.icon-arrow-circle-down:before { | |
content: "\f0ab"; | |
} | |
.icon-globe:before { | |
content: "\f0ac"; | |
} | |
.icon-wrench:before { | |
content: "\f0ad"; | |
} | |
.icon-tasks:before { | |
content: "\f0ae"; | |
} | |
.icon-filter:before { | |
content: "\f0b0"; | |
} | |
.icon-briefcase:before { | |
content: "\f0b1"; | |
} | |
.icon-arrows-alt:before { | |
content: "\f0b2"; | |
} | |
.icon-group:before, | |
.icon-users:before { | |
content: "\f0c0"; | |
} | |
.icon-chain:before, | |
.icon-link:before { | |
content: "\f0c1"; | |
} | |
.icon-cloud:before { | |
content: "\f0c2"; | |
} | |
.icon-flask:before { | |
content: "\f0c3"; | |
} | |
.icon-cut:before, | |
.icon-scissors:before { | |
content: "\f0c4"; | |
} | |
.icon-copy:before, | |
.icon-files-o:before { | |
content: "\f0c5"; | |
} | |
.icon-paperclip:before { | |
content: "\f0c6"; | |
} | |
.icon-save:before, | |
.icon-floppy-o:before { | |
content: "\f0c7"; | |
} | |
.icon-square:before { | |
content: "\f0c8"; | |
} | |
.icon-bars:before { | |
content: "\f0c9"; | |
} | |
.icon-list-ul:before { | |
content: "\f0ca"; | |
} | |
.icon-list-ol:before { | |
content: "\f0cb"; | |
} | |
.icon-strikethrough:before { | |
content: "\f0cc"; | |
} | |
.icon-underline:before { | |
content: "\f0cd"; | |
} | |
.icon-table:before { | |
content: "\f0ce"; | |
} | |
.icon-magic:before { | |
content: "\f0d0"; | |
} | |
.icon-truck:before { | |
content: "\f0d1"; | |
} | |
.icon-pinterest:before { | |
content: "\f0d2"; | |
} | |
.icon-pinterest-square:before { | |
content: "\f0d3"; | |
} | |
.icon-google-plus-square:before { | |
content: "\f0d4"; | |
} | |
.icon-google-plus:before { | |
content: "\f0d5"; | |
} | |
.icon-money:before { | |
content: "\f0d6"; | |
} | |
.icon-caret-down:before { | |
content: "\f0d7"; | |
} | |
.icon-caret-up:before { | |
content: "\f0d8"; | |
} | |
.icon-caret-left:before { | |
content: "\f0d9"; | |
} | |
.icon-caret-right:before { | |
content: "\f0da"; | |
} | |
.icon-columns:before { | |
content: "\f0db"; | |
} | |
.icon-unsorted:before, | |
.icon-sort:before { | |
content: "\f0dc"; | |
} | |
.icon-sort-down:before, | |
.icon-sort-asc:before { | |
content: "\f0dd"; | |
} | |
.icon-sort-up:before, | |
.icon-sort-desc:before { | |
content: "\f0de"; | |
} | |
.icon-envelope:before { | |
content: "\f0e0"; | |
} | |
.icon-linkedin:before { | |
content: "\f0e1"; | |
} | |
.icon-rotate-left:before, | |
.icon-undo:before { | |
content: "\f0e2"; | |
} | |
.icon-legal:before, | |
.icon-gavel:before { | |
content: "\f0e3"; | |
} | |
.icon-dashboard:before, | |
.icon-tachometer:before { | |
content: "\f0e4"; | |
} | |
.icon-comment-o:before { | |
content: "\f0e5"; | |
} | |
.icon-comments-o:before { | |
content: "\f0e6"; | |
} | |
.icon-flash:before, | |
.icon-bolt:before { | |
content: "\f0e7"; | |
} | |
.icon-sitemap:before { | |
content: "\f0e8"; | |
} | |
.icon-umbrella:before { | |
content: "\f0e9"; | |
} | |
.icon-paste:before, | |
.icon-clipboard:before { | |
content: "\f0ea"; | |
} | |
.icon-lightbulb-o:before { | |
content: "\f0eb"; | |
} | |
.icon-exchange:before { | |
content: "\f0ec"; | |
} | |
.icon-cloud-download:before { | |
content: "\f0ed"; | |
} | |
.icon-cloud-upload:before { | |
content: "\f0ee"; | |
} | |
.icon-user-md:before { | |
content: "\f0f0"; | |
} | |
.icon-stethoscope:before { | |
content: "\f0f1"; | |
} | |
.icon-suitcase:before { | |
content: "\f0f2"; | |
} | |
.icon-bell-o:before { | |
content: "\f0a2"; | |
} | |
.icon-coffee:before { | |
content: "\f0f4"; | |
} | |
.icon-cutlery:before { | |
content: "\f0f5"; | |
} | |
.icon-file-text-o:before { | |
content: "\f0f6"; | |
} | |
.icon-building-o:before { | |
content: "\f0f7"; | |
} | |
.icon-hospital-o:before { | |
content: "\f0f8"; | |
} | |
.icon-ambulance:before { | |
content: "\f0f9"; | |
} | |
.icon-medkit:before { | |
content: "\f0fa"; | |
} | |
.icon-fighter-jet:before { | |
content: "\f0fb"; | |
} | |
.icon-beer:before { | |
content: "\f0fc"; | |
} | |
.icon-h-square:before { | |
content: "\f0fd"; | |
} | |
.icon-plus-square:before { | |
content: "\f0fe"; | |
} | |
.icon-angle-double-left:before { | |
content: "\f100"; | |
} | |
.icon-angle-double-right:before { | |
content: "\f101"; | |
} | |
.icon-angle-double-up:before { | |
content: "\f102"; | |
} | |
.icon-angle-double-down:before { | |
content: "\f103"; | |
} | |
.icon-angle-left:before { | |
content: "\f104"; | |
} | |
.icon-angle-right:before { | |
content: "\f105"; | |
} | |
.icon-angle-up:before { | |
content: "\f106"; | |
} | |
.icon-angle-down:before { | |
content: "\f107"; | |
} | |
.icon-desktop:before { | |
content: "\f108"; | |
} | |
.icon-laptop:before { | |
content: "\f109"; | |
} | |
.icon-tablet:before { | |
content: "\f10a"; | |
} | |
.icon-mobile-phone:before, | |
.icon-mobile:before { | |
content: "\f10b"; | |
} | |
.icon-circle-o:before { | |
content: "\f10c"; | |
} | |
.icon-quote-left:before { | |
content: "\f10d"; | |
} | |
.icon-quote-right:before { | |
content: "\f10e"; | |
} | |
.icon-spinner:before { | |
content: "\f110"; | |
} | |
.icon-circle:before { | |
content: "\f111"; | |
} | |
.icon-mail-reply:before, | |
.icon-reply:before { | |
content: "\f112"; | |
} | |
.icon-github-alt:before { | |
content: "\f113"; | |
} | |
.icon-folder-o:before { | |
content: "\f114"; | |
} | |
.icon-folder-open-o:before { | |
content: "\f115"; | |
} | |
.icon-smile-o:before { | |
content: "\f118"; | |
} | |
.icon-frown-o:before { | |
content: "\f119"; | |
} | |
.icon-meh-o:before { | |
content: "\f11a"; | |
} | |
.icon-gamepad:before { | |
content: "\f11b"; | |
} | |
.icon-keyboard-o:before { | |
content: "\f11c"; | |
} | |
.icon-flag-o:before { | |
content: "\f11d"; | |
} | |
.icon-flag-checkered:before { | |
content: "\f11e"; | |
} | |
.icon-terminal:before { | |
content: "\f120"; | |
} | |
.icon-code:before { | |
content: "\f121"; | |
} | |
.icon-reply-all:before { | |
content: "\f122"; | |
} | |
.icon-mail-reply-all:before { | |
content: "\f122"; | |
} | |
.icon-star-half-empty:before, | |
.icon-star-half-full:before, | |
.icon-star-half-o:before { | |
content: "\f123"; | |
} | |
.icon-location-arrow:before { | |
content: "\f124"; | |
} | |
.icon-crop:before { | |
content: "\f125"; | |
} | |
.icon-code-fork:before { | |
content: "\f126"; | |
} | |
.icon-unlink:before, | |
.icon-chain-broken:before { | |
content: "\f127"; | |
} | |
.icon-question:before { | |
content: "\f128"; | |
} | |
.icon-info:before { | |
content: "\f129"; | |
} | |
.icon-exclamation:before { | |
content: "\f12a"; | |
} | |
.icon-superscript:before { | |
content: "\f12b"; | |
} | |
.icon-subscript:before { | |
content: "\f12c"; | |
} | |
.icon-eraser:before { | |
content: "\f12d"; | |
} | |
.icon-puzzle-piece:before { | |
content: "\f12e"; | |
} | |
.icon-microphone:before { | |
content: "\f130"; | |
} | |
.icon-microphone-slash:before { | |
content: "\f131"; | |
} | |
.icon-shield:before { | |
content: "\f132"; | |
} | |
.icon-calendar-o:before { | |
content: "\f133"; | |
} | |
.icon-fire-extinguisher:before { | |
content: "\f134"; | |
} | |
.icon-rocket:before { | |
content: "\f135"; | |
} | |
.icon-maxcdn:before { | |
content: "\f136"; | |
} | |
.icon-chevron-circle-left:before { | |
content: "\f137"; | |
} | |
.icon-chevron-circle-right:before { | |
content: "\f138"; | |
} | |
.icon-chevron-circle-up:before { | |
content: "\f139"; | |
} | |
.icon-chevron-circle-down:before { | |
content: "\f13a"; | |
} | |
.icon-html5:before { | |
content: "\f13b"; | |
} | |
.icon-css3:before { | |
content: "\f13c"; | |
} | |
.icon-anchor:before { | |
content: "\f13d"; | |
} | |
.icon-unlock-alt:before { | |
content: "\f13e"; | |
} | |
.icon-bullseye:before { | |
content: "\f140"; | |
} | |
.icon-ellipsis-h:before { | |
content: "\f141"; | |
} | |
.icon-ellipsis-v:before { | |
content: "\f142"; | |
} | |
.icon-rss-square:before { | |
content: "\f143"; | |
} | |
.icon-play-circle:before { | |
content: "\f144"; | |
} | |
.icon-ticket:before { | |
content: "\f145"; | |
} | |
.icon-minus-square:before { | |
content: "\f146"; | |
} | |
.icon-minus-square-o:before { | |
content: "\f147"; | |
} | |
.icon-level-up:before { | |
content: "\f148"; | |
} | |
.icon-level-down:before { | |
content: "\f149"; | |
} | |
.icon-check-square:before { | |
content: "\f14a"; | |
} | |
.icon-pencil-square:before { | |
content: "\f14b"; | |
} | |
.icon-external-link-square:before { | |
content: "\f14c"; | |
} | |
.icon-share-square:before { | |
content: "\f14d"; | |
} | |
.icon-compass:before { | |
content: "\f14e"; | |
} | |
.icon-toggle-down:before, | |
.icon-caret-square-o-down:before { | |
content: "\f150"; | |
} | |
.icon-toggle-up:before, | |
.icon-caret-square-o-up:before { | |
content: "\f151"; | |
} | |
.icon-toggle-right:before, | |
.icon-caret-square-o-right:before { | |
content: "\f152"; | |
} | |
.icon-euro:before, | |
.icon-eur:before { | |
content: "\f153"; | |
} | |
.icon-gbp:before { | |
content: "\f154"; | |
} | |
.icon-dollar:before, | |
.icon-usd:before { | |
content: "\f155"; | |
} | |
.icon-rupee:before, | |
.icon-inr:before { | |
content: "\f156"; | |
} | |
.icon-cny:before, | |
.icon-rmb:before, | |
.icon-yen:before, | |
.icon-jpy:before { | |
content: "\f157"; | |
} | |
.icon-ruble:before, | |
.icon-rouble:before, | |
.icon-rub:before { | |
content: "\f158"; | |
} | |
.icon-won:before, | |
.icon-krw:before { | |
content: "\f159"; | |
} | |
.icon-bitcoin:before, | |
.icon-btc:before { | |
content: "\f15a"; | |
} | |
.icon-file:before { | |
content: "\f15b"; | |
} | |
.icon-file-text:before { | |
content: "\f15c"; | |
} | |
.icon-sort-alpha-asc:before { | |
content: "\f15d"; | |
} | |
.icon-sort-alpha-desc:before { | |
content: "\f15e"; | |
} | |
.icon-sort-amount-asc:before { | |
content: "\f160"; | |
} | |
.icon-sort-amount-desc:before { | |
content: "\f161"; | |
} | |
.icon-sort-numeric-asc:before { | |
content: "\f162"; | |
} | |
.icon-sort-numeric-desc:before { | |
content: "\f163"; | |
} | |
.icon-thumbs-up:before { | |
content: "\f164"; | |
} | |
.icon-thumbs-down:before { | |
content: "\f165"; | |
} | |
.icon-youtube-square:before { | |
content: "\f166"; | |
} | |
.icon-youtube:before { | |
content: "\f167"; | |
} | |
.icon-xing:before { | |
content: "\f168"; | |
} | |
.icon-xing-square:before { | |
content: "\f169"; | |
} | |
.icon-youtube-play:before { | |
content: "\f16a"; | |
} | |
.icon-dropbox:before { | |
content: "\f16b"; | |
} | |
.icon-stack-overflow:before { | |
content: "\f16c"; | |
} | |
.icon-instagram:before { | |
content: "\f16d"; | |
} | |
.icon-flickr:before { | |
content: "\f16e"; | |
} | |
.icon-adn:before { | |
content: "\f170"; | |
} | |
.icon-bitbucket:before { | |
content: "\f171"; | |
} | |
.icon-bitbucket-square:before { | |
content: "\f172"; | |
} | |
.icon-tumblr:before { | |
content: "\f173"; | |
} | |
.icon-tumblr-square:before { | |
content: "\f174"; | |
} | |
.icon-long-arrow-down:before { | |
content: "\f175"; | |
} | |
.icon-long-arrow-up:before { | |
content: "\f176"; | |
} | |
.icon-long-arrow-left:before { | |
content: "\f177"; | |
} | |
.icon-long-arrow-right:before { | |
content: "\f178"; | |
} | |
.icon-apple:before { | |
content: "\f179"; | |
} | |
.icon-windows:before { | |
content: "\f17a"; | |
} | |
.icon-android:before { | |
content: "\f17b"; | |
} | |
.icon-linux:before { | |
content: "\f17c"; | |
} | |
.icon-dribbble:before { | |
content: "\f17d"; | |
} | |
.icon-skype:before { | |
content: "\f17e"; | |
} | |
.icon-foursquare:before { | |
content: "\f180"; | |
} | |
.icon-trello:before { | |
content: "\f181"; | |
} | |
.icon-female:before { | |
content: "\f182"; | |
} | |
.icon-male:before { | |
content: "\f183"; | |
} | |
.icon-gittip:before { | |
content: "\f184"; | |
} | |
.icon-sun-o:before { | |
content: "\f185"; | |
} | |
.icon-moon-o:before { | |
content: "\f186"; | |
} | |
.icon-archive:before { | |
content: "\f187"; | |
} | |
.icon-bug:before { | |
content: "\f188"; | |
} | |
.icon-vk:before { | |
content: "\f189"; | |
} | |
.icon-weibo:before { | |
content: "\f18a"; | |
} | |
.icon-renren:before { | |
content: "\f18b"; | |
} | |
.icon-pagelines:before { | |
content: "\f18c"; | |
} | |
.icon-stack-exchange:before { | |
content: "\f18d"; | |
} | |
.icon-arrow-circle-o-right:before { | |
content: "\f18e"; | |
} | |
.icon-arrow-circle-o-left:before { | |
content: "\f190"; | |
} | |
.icon-toggle-left:before, | |
.icon-caret-square-o-left:before { | |
content: "\f191"; | |
} | |
.icon-dot-circle-o:before { | |
content: "\f192"; | |
} | |
.icon-wheelchair:before { | |
content: "\f193"; | |
} | |
.icon-vimeo-square:before { | |
content: "\f194"; | |
} | |
.icon-turkish-lira:before, | |
.icon-try:before { | |
content: "\f195"; | |
} | |
.icon-plus-square-o:before { | |
content: "\f196"; | |
} | |
a:before, a:after { | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
text-decoration: none; | |
} | |
a:before { | |
padding-right: 0.25em; | |
} | |
a:after { | |
padding-left: 0.25em; | |
} | |
a:not(.noicon)[rel="home"]:before, button:not(.noicon)[rel="home"]:before { | |
content: "\f015"; | |
} | |
a:not(.noicon)[rel="search"]:before, button:not(.noicon)[rel="search"]:before { | |
content: "\f002"; | |
} | |
a:not(.noicon)[rel="author"]:before, button:not(.noicon)[rel="author"]:before { | |
content: "\f007"; | |
} | |
a:not(.noicon)[rel="help"]:before, button:not(.noicon)[rel="help"]:before { | |
content: "\f059"; | |
} | |
a:not(.noicon)[rel="tag"]:before, button:not(.noicon)[rel="tag"]:before { | |
content: "\f02b"; | |
} | |
a:not(.noicon)[rel="bookmark"]:before, button:not(.noicon)[rel="bookmark"]:before { | |
content: "\f02e"; | |
} | |
a:not(.noicon)[rel="prev"]:before, a:not(.noicon)[rel="previous"]:before, button:not(.noicon)[rel="prev"]:before, button:not(.noicon)[rel="previous"]:before { | |
content: "\f0a8"; | |
} | |
a:not(.noicon)[rel="next"]:after, button:not(.noicon)[rel="next"]:after { | |
content: "\f0a9"; | |
} | |
a:not(.noicon)[rel="directory"]:after, button:not(.noicon)[rel="directory"]:after { | |
content: "\f115"; | |
} | |
a:not(.noicon)[rel="payment"]:after, button:not(.noicon)[rel="payment"]:after { | |
content: "\f0d6"; | |
} | |
a:not(.noicon)[href^="#"]:not([href="#"]):after { | |
content: "\f0c1"; | |
} | |
a:not(.noicon)[href^="https:"]:after { | |
content: "\f023"; | |
} | |
a:not(.noicon)[target="_blank"]:after, a:not(.noicon)[rel="external"]:after { | |
content: "\f08e"; | |
} | |
a:not(.noicon)[href^="view-source:"]:after { | |
content: "\f121"; | |
} | |
a:not(.noicon)[href^="mailto:"]:before { | |
content: "\f0e0"; | |
} | |
a:not(.noicon)[href^="tel:"]:before { | |
content: "\f098"; | |
} | |
a:not(.noicon)[href^="skype:"]:before { | |
content: "\f17e"; | |
} | |
a:not(.noicon)[href$=".pdf"]:after { | |
content: "\f016"; | |
} | |
a:not(.noicon)[href$=".doc"]:after { | |
content: "\f15c"; | |
} | |
a:not(.noicon)[href$=".txt"]:after, a:not(.noicon)[href$=".md"]:after { | |
content: "\f0f6"; | |
} | |
a:not(.noicon)[href$=".jpg"]:after, a:not(.noicon)[href$=".jpeg"]:after, a:not(.noicon)[href$=".png"]:after, a:not(.noicon)[href$=".gif"]:after, a:not(.noicon)[href$=".svg"]:after { | |
content: "\f03e"; | |
} | |
a:not(.noicon)[href$=".exe"]:after { | |
content: "\f0c7"; | |
} | |
a:not(.noicon)[href*=".zip"]:after, a:not(.noicon)[href*=".tar"]:after, a:not(.noicon)[href*=".gz"]:after { | |
content: "\f019"; | |
} | |
a:not(.noicon)[href$=".rss"]:before, a:not(.noicon)[href$="rss.xml"]:before, a:not(.noicon)[href*="/feed/"]:before, a:not(.noicon)[href*="/rss/"]:before { | |
content: "\f143"; | |
} | |
a:not(.noicon)[href$=".rss"]:after, a:not(.noicon)[href$="rss.xml"]:after, a:not(.noicon)[href*="/feed/"]:after, a:not(.noicon)[href*="/rss/"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="twitter.com"]:before { | |
content: "\f081"; | |
} | |
a:not(.noicon)[href*="twitter.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="pinterest.com"]:before { | |
content: "\f0d3"; | |
} | |
a:not(.noicon)[href*="pinterest.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="facebook.com"]:before { | |
content: "\f082"; | |
} | |
a:not(.noicon)[href*="facebook.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="linkedin.com"]:before { | |
content: "\f08c"; | |
} | |
a:not(.noicon)[href*="linkedin.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="tumblr.com"]:before { | |
content: "\f174"; | |
} | |
a:not(.noicon)[href*="tumblr.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="plus.google.com"]:before { | |
content: "\f0d4"; | |
} | |
a:not(.noicon)[href*="plus.google.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="youtube.com"]:before, a:not(.noicon)[href*="youtu.be"]:before { | |
content: "\f166"; | |
} | |
a:not(.noicon)[href*="youtube.com"]:after, a:not(.noicon)[href*="youtu.be"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="instagram.com"]:before { | |
content: "\f16d"; | |
} | |
a:not(.noicon)[href*="instagram.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="flickr.com"]:before { | |
content: "\f16e"; | |
} | |
a:not(.noicon)[href*="flickr.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="foursquare.com"]:before { | |
content: "\f180"; | |
} | |
a:not(.noicon)[href*="foursquare.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="dribbble.com"]:before { | |
content: "\f17d"; | |
} | |
a:not(.noicon)[href*="dribbble.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="dropbox.com"]:before { | |
content: "\f16b"; | |
} | |
a:not(.noicon)[href*="dropbox.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="github.com"]:before { | |
content: "\f092"; | |
} | |
a:not(.noicon)[href*="github.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="stackoverflow.com"]:before { | |
content: "\f16c"; | |
} | |
a:not(.noicon)[href*="stackoverflow.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
a:not(.noicon)[href*="trello.com"]:before { | |
content: "\f181"; | |
} | |
a:not(.noicon)[href*="trello.com"]:after { | |
content: ""; | |
padding-left: 0; | |
} | |
html, body { | |
font-family: Helvetica, Arial, Geneva, sans-serif; | |
font-size: 14px; | |
line-height: 1.5; | |
color: #2b2b2d; | |
} | |
a, a:visited { | |
color: #489ac1; | |
text-decoration: none; | |
transition: color 0.2s; | |
} | |
a:hover, a:focus { | |
color: #198d98; | |
text-decoration: underline; | |
} | |
h1, h2, h3, h4, h5, h6 { | |
margin-bottom: 15px; | |
line-height: 1.3; | |
} | |
h1 { | |
font-weight: 200; | |
font-size: 2.3333333333em; | |
} | |
h2 { | |
font-weight: 200; | |
font-size: 2em; | |
} | |
h3 { | |
font-weight: 500; | |
font-size: 1.5em; | |
} | |
h4 { | |
font-weight: 500; | |
font-size: 1.3333333333em; | |
} | |
h5 { | |
font-weight: 900; | |
font-size: 1.1666666667em; | |
} | |
h6 { | |
font-weight: 900; | |
font-size: 1.1666666667em; | |
text-transform: uppercase; | |
} | |
p, ul, ol, dl { | |
margin-bottom: 10px; | |
font-weight: normal; | |
line-height: 1.5; | |
} | |
ul, ol { | |
margin-left: 20px; | |
} | |
ul li, ol li, ul.list > li, ol.list > li { | |
display: list-item; | |
} | |
dl dt { | |
font-weight: bold; | |
} | |
dl dd { | |
padding-left: 1em; | |
margin-bottom: 10px; | |
} | |
ul.checklist { | |
margin-left: 0; | |
} | |
ul.checklist > li:before { | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f096"; | |
display: inline-block; | |
width: 1.1em; | |
margin-right: 0.25em; | |
font-size: 1.2em; | |
vertical-align: baseline; | |
background-image: none; | |
background-position: 0% 0%; | |
background-repeat: repeat; | |
margin-top: 0; | |
} | |
ul.checklist > li[aria-checked~="true"]:before, ul.checklist > li[data-checked~="true"]:before, ul.checklist > li[checked="checked"]:before, ul.checklist > li.checked:before, ul.checklist > li.completed:before { | |
content: "\f046"; | |
} | |
ul.checklist:not([readonly]) ul.checklist > li:not([readonly]) { | |
cursor: pointer; | |
} | |
ul.list { | |
margin-left: 0; | |
} | |
ul.list li:before { | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f111"; | |
display: inline-block; | |
width: 1.1em; | |
margin-right: 0.25em; | |
font-size: 0.6em; | |
vertical-align: middle; | |
background-image: none; | |
background-position: 0% 0%; | |
background-repeat: repeat; | |
margin-top: 0; | |
} | |
ol.list { | |
counter-reset: li; | |
margin-left: 1.5em; | |
line-height: 1.6; | |
} | |
ol.list li { | |
position: relative; | |
padding: 2px 6px 0; | |
} | |
ol.list li:before { | |
content: counter(li); | |
counter-increment: li; | |
position: absolute; | |
top: 0.1em; | |
left: -2em; | |
width: 2em; | |
text-align: center; | |
padding: 0.3em 0.1em 0.1em; | |
font-size: 0.8em; | |
line-height: 1.5; | |
color: white; | |
background: #2b2b2d; | |
font-weight: bold; | |
border-radius: 4px; | |
} | |
sup { | |
top: -0.4em; | |
} | |
sub { | |
top: 0.2em; | |
} | |
pre, code { | |
font-family: monospace; | |
} | |
del, strike { | |
text-decoration: line-through; | |
} | |
q:before { | |
content: "\201C"; | |
} | |
q:after { | |
content: "\201D"; | |
} | |
blockquote { | |
padding: 1.3em 4em 1em; | |
color: #2b2b2b; | |
font-family: source-sans-pro, Helvetica, Arial, Geneva, sans-serif; | |
font-size: 1.15em; | |
background: #dddddd; | |
border-radius: 4px; | |
} | |
blockquote:before { | |
content: "\201C"; | |
color: #aaaaaa; | |
font-size: 4em; | |
display: block; | |
position: absolute; | |
top: -0.2em; | |
left: 0.1em; | |
} | |
blockquote:after { | |
content: "\201D"; | |
color: #aaaaaa; | |
font-size: 4em; | |
display: block; | |
position: absolute; | |
top: -0.2em; | |
right: 0.1em; | |
} | |
cite { | |
display: block; | |
position: relative; | |
left: -1em; | |
margin-top: 0.25em; | |
font-size: 0.95em; | |
font-weight: normal; | |
font-style: normal; | |
color: #505054; | |
} | |
cite:before { | |
content: "\2014"; | |
} | |
abbr[title], dfn[title], | |
abbr[data-title], dfn[data-title] { | |
border-bottom: 1px dotted; | |
cursor: help; | |
} | |
pre { | |
white-space: pre; | |
max-width: 100%; | |
overflow: auto; | |
} | |
code { | |
white-space: nowrap; | |
background: white; | |
color: #555555; | |
border: 1px solid #dddddd; | |
border-radius: 4px; | |
padding: 0 5px; | |
} | |
code.block { | |
padding: 5px 10px; | |
} | |
.info { | |
color: #3a87ad; | |
} | |
.alert { | |
color: #c09853; | |
} | |
.warning { | |
color: #ff971e; | |
} | |
.error { | |
color: #b94a48; | |
} | |
.success { | |
color: #468847; | |
} | |
.question { | |
color: #9855b4; | |
} | |
.js .responsive:not(table) { | |
transition: font 0.2s; | |
} | |
::-moz-selection { | |
background: #489ac1; | |
color: white; | |
text-shadow: none; | |
} | |
::selection { | |
background: #489ac1; | |
color: white; | |
text-shadow: none; | |
} | |
ul.list > li.info:before { | |
content: "\f05a"; | |
font-size: 1.2em; | |
} | |
ul.list > li.alert:before { | |
content: "\f06a"; | |
font-size: 1.2em; | |
} | |
ul.list > li.warning:before { | |
content: "\f071"; | |
font-size: 1.2em; | |
} | |
ul.list > li.error:before { | |
content: "\f057"; | |
font-size: 1.2em; | |
} | |
ul.list > li.success:before { | |
content: "\f058"; | |
font-size: 1.2em; | |
} | |
ul.list > li.question:before { | |
content: "\f059"; | |
font-size: 1.2em; | |
} | |
ol.list.green li:before { | |
background: #2ecc71; | |
} | |
ol.list.blue li:before { | |
background: #3498db; | |
} | |
ol.list.purple li:before { | |
background: #9b59b6; | |
} | |
ol.list.yellow li:before { | |
background: #f1c40f; | |
} | |
ol.list.orange li:before { | |
background: #e67e22; | |
} | |
ol.list.red li:before { | |
background: #e74c3c; | |
} | |
ol.list.pink li:before { | |
background: #f02475; | |
} | |
ol.list.turquoise li:before { | |
background: #1abc9c; | |
} | |
ol.list.asphalt li:before { | |
background: #34495e; | |
} | |
ol.list.charcoal li:before { | |
background: #383636; | |
} | |
ol.list.white li:before { | |
background: white; | |
} | |
ol.list.black li:before { | |
background: #111111; | |
} | |
ol.list li.green:before { | |
background: #2ecc71; | |
} | |
ol.list li.blue:before { | |
background: #3498db; | |
} | |
ol.list li.purple:before { | |
background: #9b59b6; | |
} | |
ol.list li.yellow:before { | |
background: #f1c40f; | |
} | |
ol.list li.orange:before { | |
background: #e67e22; | |
} | |
ol.list li.red:before { | |
background: #e74c3c; | |
} | |
ol.list li.pink:before { | |
background: #f02475; | |
} | |
ol.list li.turquoise:before { | |
background: #1abc9c; | |
} | |
ol.list li.asphalt:before { | |
background: #34495e; | |
} | |
ol.list li.charcoal:before { | |
background: #383636; | |
} | |
ol.list li.white:before { | |
background: white; | |
} | |
ol.list li.black:before { | |
background: #111111; | |
} | |
ol.list li.info:before { | |
background-color: #3a87ad; | |
} | |
ol.list li.alert:before { | |
background-color: #c09853; | |
} | |
ol.list li.warning:before { | |
background-color: #ff971e; | |
} | |
ol.list li.error:before { | |
background-color: #b94a48; | |
} | |
ol.list li.success:before { | |
background-color: #468847; | |
} | |
ol.list li.question:before { | |
background-color: #9855b4; | |
} | |
.green { | |
color: #2ecc71; | |
} | |
.green-bg { | |
background: #2ecc71; | |
color: white; | |
} | |
.blue { | |
color: #3498db; | |
} | |
.blue-bg { | |
background: #3498db; | |
color: white; | |
} | |
.purple { | |
color: #9b59b6; | |
} | |
.purple-bg { | |
background: #9b59b6; | |
color: white; | |
} | |
.yellow { | |
color: #f1c40f; | |
} | |
.yellow-bg { | |
background: #f1c40f; | |
color: white; | |
} | |
.orange { | |
color: #e67e22; | |
} | |
.orange-bg { | |
background: #e67e22; | |
color: white; | |
} | |
.red { | |
color: #e74c3c; | |
} | |
.red-bg { | |
background: #e74c3c; | |
color: white; | |
} | |
.pink { | |
color: #f02475; | |
} | |
.pink-bg { | |
background: #f02475; | |
color: white; | |
} | |
.turquoise { | |
color: #1abc9c; | |
} | |
.turquoise-bg { | |
background: #1abc9c; | |
color: white; | |
} | |
.asphalt { | |
color: #34495e; | |
} | |
.asphalt-bg { | |
background: #34495e; | |
color: white; | |
} | |
.charcoal { | |
color: #383636; | |
} | |
.charcoal-bg { | |
background: #383636; | |
color: white; | |
} | |
.white { | |
color: white; | |
} | |
.white-bg { | |
background: white; | |
color: #111111; | |
} | |
.black { | |
color: #111111; | |
} | |
.black-bg { | |
background: #111111; | |
color: white; | |
} | |
.info-bg { | |
background: #d9edf7; | |
color: #3a87ad; | |
} | |
.alert-bg { | |
background: #fcf8e3; | |
color: #c09853; | |
} | |
.warning-bg { | |
background: #ffe5c7; | |
color: #ff971e; | |
} | |
.error-bg { | |
background: #f2dede; | |
color: #b94a48; | |
} | |
.success-bg { | |
background: #dff0d8; | |
color: #468847; | |
} | |
.question-bg { | |
background: #f0e6f4; | |
color: #9855b4; | |
} | |
.source-sans-pro { | |
font-family: source-sans-pro, Helvetica, Arial, Geneva, sans-serif; | |
} | |
@font-face { | |
font-family: "source-sans-pro"; | |
font-style: normal; | |
font-weight: normal; | |
src: url("/wp-content/themes/sprout/assets/fonts/sourcesanspro-regular-webfont.eot"); | |
src: url("/wp-content/themes/sprout/assets/fonts/sourcesanspro-regular-webfont.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sprout/assets/fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("/wp-content/themes/sprout/assets/fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("/wp-content/themes/sprout/assets/fonts/sourcesanspro-regular-webfont.svg#source-sans-pro") format("svg"); | |
} | |
h1, h2, h3, h4, h5, h6, .museo-slab { | |
font-family: museo-slab, Helvetica, Arial, Geneva, sans-serif; | |
} | |
@font-face { | |
font-family: "museo-slab"; | |
font-style: normal; | |
font-weight: normal; | |
src: url("/wp-content/themes/sprout/assets/fonts/museo-slab-500-webfont.eot"); | |
src: url("/wp-content/themes/sprout/assets/fonts/museo-slab-500-webfont.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sprout/assets/fonts/museo-slab-500-webfont.woff") format("woff"), url("/wp-content/themes/sprout/assets/fonts/museo-slab-500-webfont.ttf") format("truetype"), url("/wp-content/themes/sprout/assets/fonts/museo-slab-500-webfont.svg#museo-slab") format("svg"); | |
} | |
.quicksand { | |
font-family: quicksand, Helvetica, Arial, Geneva, sans-serif; | |
} | |
@font-face { | |
font-family: "quicksand"; | |
font-style: normal; | |
font-weight: normal; | |
src: url("/wp-content/themes/sprout/assets/fonts/quicksand-regular-webfont.eot"); | |
src: url("/wp-content/themes/sprout/assets/fonts/quicksand-regular-webfont.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sprout/assets/fonts/quicksand-regular-webfont.woff") format("woff"), url("/wp-content/themes/sprout/assets/fonts/quicksand-regular-webfont.ttf") format("truetype"), url("/wp-content/themes/sprout/assets/fonts/quicksand-regular-webfont.svg#quicksand") format("svg"); | |
} | |
.redacted { | |
font-family: redacted, Helvetica, Arial, Geneva, sans-serif; | |
} | |
@font-face { | |
font-family: "redacted"; | |
font-style: normal; | |
font-weight: normal; | |
src: url("/wp-content/themes/sprout/assets/fonts/redacted-regular.eot"); | |
src: url("/wp-content/themes/sprout/assets/fonts/redacted-regular.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sprout/assets/fonts/redacted-regular.woff") format("woff"), url("/wp-content/themes/sprout/assets/fonts/redacted-regular.ttf") format("truetype"), url("/wp-content/themes/sprout/assets/fonts/redacted-regular.svg#redacted") format("svg"); | |
} | |
.redacted-script { | |
font-family: redacted-script, Helvetica, Arial, Geneva, sans-serif; | |
} | |
@font-face { | |
font-family: "redacted-script"; | |
font-style: normal; | |
font-weight: normal; | |
src: url("/wp-content/themes/sprout/assets/fonts/redacted-script-regular.eot"); | |
src: url("/wp-content/themes/sprout/assets/fonts/redacted-script-regular.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sprout/assets/fonts/redacted-script-regular.woff") format("woff"), url("/wp-content/themes/sprout/assets/fonts/redacted-script-regular.ttf") format("truetype"), url("/wp-content/themes/sprout/assets/fonts/redacted-script-regular.svg#redacted-script") format("svg"); | |
} | |
.redacted-script-light { | |
font-family: redacted-script-light, Helvetica, Arial, Geneva, sans-serif; | |
} | |
@font-face { | |
font-family: "redacted-script-light"; | |
font-style: normal; | |
font-weight: normal; | |
src: url("/wp-content/themes/sprout/assets/fonts/redacted-script-light.eot"); | |
src: url("/wp-content/themes/sprout/assets/fonts/redacted-script-light.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sprout/assets/fonts/redacted-script-light.woff") format("woff"), url("/wp-content/themes/sprout/assets/fonts/redacted-script-light.ttf") format("truetype"), url("/wp-content/themes/sprout/assets/fonts/redacted-script-light.svg#redacted-script-light") format("svg"); | |
} | |
.redacted-script-bold { | |
font-family: redacted-script-bold, Helvetica, Arial, Geneva, sans-serif; | |
} | |
@font-face { | |
font-family: "redacted-script-bold"; | |
font-style: normal; | |
font-weight: normal; | |
src: url("/wp-content/themes/sprout/assets/fonts/redacted-script-bold.eot"); | |
src: url("/wp-content/themes/sprout/assets/fonts/redacted-script-bold.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/sprout/assets/fonts/redacted-script-bold.woff") format("woff"), url("/wp-content/themes/sprout/assets/fonts/redacted-script-bold.ttf") format("truetype"), url("/wp-content/themes/sprout/assets/fonts/redacted-script-bold.svg#redacted-script-bold") format("svg"); | |
} | |
.box { | |
backgo: lightgrey; | |
color: #5a5a5a; | |
border: 1px solid #dddddd; | |
border-radius: 4px; | |
} | |
.box a { | |
color: inherit; | |
} | |
.box.small { | |
font-size: 0.8em; | |
} | |
.box.medium { | |
font-size: 1em; | |
} | |
.box.large { | |
font-size: 1.5em; | |
} | |
.box.square { | |
border-radius: 0; | |
} | |
.box.rounded { | |
border-radius: 9999em; | |
} | |
.box.round { | |
border-radius: 50%; | |
} | |
.box.info { | |
background-color: #d9edf7; | |
color: #3a87ad; | |
border-color: #bce8f1; | |
} | |
.box.question { | |
background-color: #f0e6f4; | |
color: #9855b4; | |
border-color: #f1dbfa; | |
} | |
.box.alert { | |
background-color: #fcf8e3; | |
color: #c09853; | |
border-color: #fbeee0; | |
} | |
.box.warning { | |
background: #ffe5c7; | |
color: #ff971e; | |
border-color: #ffdbb3; | |
} | |
.box.error { | |
background: #f2dede; | |
color: #b94a48; | |
border-color: #eed3d7; | |
} | |
.box.success { | |
background: #dff0d8; | |
color: #468847; | |
border-color: #d6e9c6; | |
} | |
.box.green { | |
border-color: #2ecc71; | |
background-color: #54d98c; | |
color: white; | |
} | |
.box.blue { | |
border-color: #3498db; | |
background-color: #5faee3; | |
color: white; | |
} | |
.box.purple { | |
border-color: #9b59b6; | |
background-color: #b07cc6; | |
color: white; | |
} | |
.box.yellow { | |
border-color: #f1c40f; | |
background-color: #f4d03f; | |
color: white; | |
} | |
.box.orange { | |
border-color: #e67e22; | |
background-color: #eb9950; | |
color: white; | |
} | |
.box.red { | |
border-color: #e74c3c; | |
background-color: #ed7669; | |
color: white; | |
} | |
.box.pink { | |
border-color: #f02475; | |
background-color: #f35493; | |
color: white; | |
} | |
.box.turquoise { | |
border-color: #1abc9c; | |
background-color: #28e1bd; | |
color: white; | |
} | |
.box.asphalt { | |
border-color: #34495e; | |
background-color: #46627f; | |
color: white; | |
} | |
.box.charcoal { | |
border-color: #383636; | |
background-color: #524f4f; | |
color: white; | |
} | |
.box.white { | |
border-color: white; | |
background-color: white; | |
color: #111111; | |
} | |
.box.black { | |
border-color: #111111; | |
background-color: #2b2b2b; | |
color: white; | |
} | |
button, | |
input[type=submit], | |
input[type=button], | |
input[type=reset], .button, | |
a.button, | |
a.button:visited, [role~="button"] { | |
word-wrap: break-word; | |
padding: 0.25em 1em; | |
background: lightgrey; | |
border: 1px solid #c6c6c6; | |
color: #5a5a5a; | |
font-family: Helvetica, Arial, Geneva, sans-serif; | |
font-weight: bold; | |
text-decoration: none; | |
cursor: pointer; | |
line-height: 1.5; | |
width: auto; | |
height: auto; | |
text-align: center; | |
transition: background-color 0.2s ease-out; | |
border-radius: 4px; | |
} | |
button:visited, | |
input[type=submit]:visited, | |
input[type=button]:visited, | |
input[type=reset]:visited, .button:visited, [role~="button"]:visited { | |
color: #5a5a5a; | |
} | |
button.disabled, | |
input.disabled[type=submit], | |
input.disabled[type=button], | |
input.disabled[type=reset], .disabled.button, | |
a.disabled.button:visited, .disabled[role~="button"], button[disabled="disabled"], | |
input[disabled="disabled"][type=submit], | |
input[disabled="disabled"][type=button], | |
input[disabled="disabled"][type=reset], [disabled="disabled"].button, | |
a[disabled="disabled"].button:visited, [disabled="disabled"][role~="button"] { | |
color: #f3f3f3; | |
background: #d9d9d9; | |
border-color: #cccccc; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.disabled:hover, | |
input.disabled[type=submit]:hover, | |
input.disabled[type=button]:hover, | |
input.disabled[type=reset]:hover, .disabled.button:hover, .disabled[role~="button"]:hover, button.disabled:focus, | |
input.disabled[type=submit]:focus, | |
input.disabled[type=button]:focus, | |
input.disabled[type=reset]:focus, .disabled.button:focus, .disabled[role~="button"]:focus, button[disabled="disabled"]:hover, | |
input[disabled="disabled"][type=submit]:hover, | |
input[disabled="disabled"][type=button]:hover, | |
input[disabled="disabled"][type=reset]:hover, [disabled="disabled"].button:hover, [disabled="disabled"][role~="button"]:hover, button[disabled="disabled"]:focus, | |
input[disabled="disabled"][type=submit]:focus, | |
input[disabled="disabled"][type=button]:focus, | |
input[disabled="disabled"][type=reset]:focus, [disabled="disabled"].button:focus, [disabled="disabled"][role~="button"]:focus { | |
color: #f3f3f3; | |
background: #d9d9d9; | |
border-color: #cccccc; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.on, | |
input[type=submit].on, | |
input[type=button].on, | |
input[type=reset].on, .button.on, | |
a.button.on, | |
a.button.on:visited, ul.button-group li a.on, ul.button-group li button.on, | |
ol.button-group li a.on, | |
ol.button-group li button.on, [role~="button"].on, button.active, | |
input.active[type=submit], | |
input.active[type=button], | |
input.active[type=reset], .active.button, .active[role~="button"], button[aria-selected="true"], | |
input[aria-selected="true"][type=submit], | |
input[aria-selected="true"][type=button], | |
input[aria-selected="true"][type=reset], [aria-selected="true"].button, | |
a[aria-selected="true"].button:visited, [aria-selected="true"][role~="button"], button[aria-pressed="true"], | |
input[aria-pressed="true"][type=submit], | |
input[aria-pressed="true"][type=button], | |
input[aria-pressed="true"][type=reset], [aria-pressed="true"].button, | |
a[aria-pressed="true"].button:visited, [aria-pressed="true"][role~="button"], button:hover, | |
input[type=submit]:hover, | |
input[type=button]:hover, | |
input[type=reset]:hover, .button:hover, | |
a.button:hover:visited, [role~="button"]:hover, button:focus, | |
input[type=submit]:focus, | |
input[type=button]:focus, | |
input[type=reset]:focus, .button:focus, | |
a.button:focus:visited, [role~="button"]:focus, | |
a.button.active, ul.button-group li a.active, ul.button-group li button.active, | |
ol.button-group li a.active, | |
ol.button-group li button.active, button.selected, | |
input[type=submit].selected, | |
input[type=button].selected, | |
input[type=reset].selected, .button.selected, | |
a.button.selected, | |
a.button.selected:visited, ul.button-group li a.selected, ul.button-group li button.selected, | |
ol.button-group li a.selected, | |
ol.button-group li button.selected, [role~="button"][aria-selected], [role~="button"].selected, button.pressed, | |
input[type=submit].pressed, | |
input[type=button].pressed, | |
input[type=reset].pressed, .button.pressed, | |
a.button.pressed, | |
a.button.pressed:visited, ul.button-group li a.pressed, ul.button-group li button.pressed, | |
ol.button-group li a.pressed, | |
ol.button-group li button.pressed, [role~="button"][aria-pressed], [role~="button"].pressed { | |
background: #c6c6c6; | |
text-decoration: none; | |
color: #616161; | |
} | |
button.small, | |
input[type=submit].small, | |
input[type=button].small, | |
input[type=reset].small, .button.small, | |
a.button.small, | |
a.button.small:visited, ul.button-group li a.small, ul.button-group li button.small, | |
ol.button-group li a.small, | |
ol.button-group li button.small, [role~="button"].small { | |
font-size: 0.8em; | |
} | |
button.large, | |
input[type=submit].large, | |
input[type=button].large, | |
input[type=reset].large, .button.large, | |
a.button.large, | |
a.button.large:visited, ul.button-group li a.large, ul.button-group li button.large, | |
ol.button-group li a.large, | |
ol.button-group li button.large, [role~="button"].large { | |
font-size: 1.5em; | |
} | |
button.square, | |
input[type=submit].square, | |
input[type=button].square, | |
input[type=reset].square, .button.square, | |
a.button.square, | |
a.button.square:visited, ul.button-group li a.square, ul.button-group li button.square, | |
ol.button-group li a.square, | |
ol.button-group li button.square, [role~="button"].square { | |
border-radius: 0; | |
} | |
button.round, | |
input[type=submit].round, | |
input[type=button].round, | |
input[type=reset].round, .button.round, | |
a.button.round, | |
a.button.round:visited, ul.button-group li a.round, ul.button-group li button.round, | |
ol.button-group li a.round, | |
ol.button-group li button.round, [role~="button"].round { | |
border-radius: 50%; | |
} | |
button.green, | |
input[type=submit].green, | |
input[type=button].green, | |
input[type=reset].green, .button.green, | |
a.button.green, | |
a.button.green:visited, ul.button-group li a.green, ul.button-group li button.green, | |
ol.button-group li a.green, | |
ol.button-group li button.green, [role~="button"].green { | |
background-color: #2ecc71; | |
color: white; | |
border-color: #29b765; | |
} | |
button.active.green, | |
input.active[type=submit].green, | |
input.active[type=button].green, | |
input.active[type=reset].green, .active.button.green, | |
a.active.button.green:visited, ul.button-group li a.active.green, ul.button-group li button.active.green, | |
ol.button-group li a.active.green, | |
ol.button-group li button.active.green, .active[role~="button"].green, button[aria-selected="true"].green, | |
input[aria-selected="true"][type=submit].green, | |
input[aria-selected="true"][type=button].green, | |
input[aria-selected="true"][type=reset].green, [aria-selected="true"].button.green, | |
a[aria-selected="true"].button.green:visited, ul.button-group li a[aria-selected="true"].green, ul.button-group li button[aria-selected="true"].green, | |
ol.button-group li a[aria-selected="true"].green, | |
ol.button-group li button[aria-selected="true"].green, [aria-selected="true"][role~="button"].green, button[aria-pressed="true"].green, | |
input[aria-pressed="true"][type=submit].green, | |
input[aria-pressed="true"][type=button].green, | |
input[aria-pressed="true"][type=reset].green, [aria-pressed="true"].button.green, | |
a[aria-pressed="true"].button.green:visited, ul.button-group li a[aria-pressed="true"].green, ul.button-group li button[aria-pressed="true"].green, | |
ol.button-group li a[aria-pressed="true"].green, | |
ol.button-group li button[aria-pressed="true"].green, [aria-pressed="true"][role~="button"].green, button.green:hover, | |
input[type=submit].green:hover, | |
input[type=button].green:hover, | |
input[type=reset].green:hover, .button.green:hover, | |
a.button.green:hover:visited, ul.button-group li a.green:hover, ul.button-group li button.green:hover, | |
ol.button-group li a.green:hover, | |
ol.button-group li button.green:hover, [role~="button"].green:hover, button.green:focus, | |
input[type=submit].green:focus, | |
input[type=button].green:focus, | |
input[type=reset].green:focus, .button.green:focus, | |
a.button.green:focus:visited, ul.button-group li a.green:focus, ul.button-group li button.green:focus, | |
ol.button-group li a.green:focus, | |
ol.button-group li button.green:focus, [role~="button"].green:focus { | |
background: #29b765; | |
border-color: #25a25a; | |
} | |
button.disabled.green, | |
input.disabled[type=submit].green, | |
input.disabled[type=button].green, | |
input.disabled[type=reset].green, .disabled.button.green, | |
a.disabled.button.green:visited, ul.button-group li a.disabled.green, ul.button-group li button.disabled.green, | |
ol.button-group li a.disabled.green, | |
ol.button-group li button.disabled.green, .disabled[role~="button"].green, button[disabled="disabled"].green, | |
input[disabled="disabled"][type=submit].green, | |
input[disabled="disabled"][type=button].green, | |
input[disabled="disabled"][type=reset].green, [disabled="disabled"].button.green, | |
a[disabled="disabled"].button.green:visited, ul.button-group li a[disabled="disabled"].green, ul.button-group li button[disabled="disabled"].green, | |
ol.button-group li a[disabled="disabled"].green, | |
ol.button-group li button[disabled="disabled"].green, [disabled="disabled"][role~="button"].green { | |
color: #a0d9b8; | |
background: #7ccb9d; | |
border-color: #69c490; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.blue, | |
input[type=submit].blue, | |
input[type=button].blue, | |
input[type=reset].blue, .button.blue, | |
a.button.blue, | |
a.button.blue:visited, ul.button-group li a.blue, ul.button-group li button.blue, | |
ol.button-group li a.blue, | |
ol.button-group li button.blue, [role~="button"].blue { | |
background-color: #3498db; | |
color: white; | |
border-color: #258cd1; | |
} | |
button.active.blue, | |
input.active[type=submit].blue, | |
input.active[type=button].blue, | |
input.active[type=reset].blue, .active.button.blue, | |
a.active.button.blue:visited, ul.button-group li a.active.blue, ul.button-group li button.active.blue, | |
ol.button-group li a.active.blue, | |
ol.button-group li button.active.blue, .active[role~="button"].blue, button[aria-selected="true"].blue, | |
input[aria-selected="true"][type=submit].blue, | |
input[aria-selected="true"][type=button].blue, | |
input[aria-selected="true"][type=reset].blue, [aria-selected="true"].button.blue, | |
a[aria-selected="true"].button.blue:visited, ul.button-group li a[aria-selected="true"].blue, ul.button-group li button[aria-selected="true"].blue, | |
ol.button-group li a[aria-selected="true"].blue, | |
ol.button-group li button[aria-selected="true"].blue, [aria-selected="true"][role~="button"].blue, button[aria-pressed="true"].blue, | |
input[aria-pressed="true"][type=submit].blue, | |
input[aria-pressed="true"][type=button].blue, | |
input[aria-pressed="true"][type=reset].blue, [aria-pressed="true"].button.blue, | |
a[aria-pressed="true"].button.blue:visited, ul.button-group li a[aria-pressed="true"].blue, ul.button-group li button[aria-pressed="true"].blue, | |
ol.button-group li a[aria-pressed="true"].blue, | |
ol.button-group li button[aria-pressed="true"].blue, [aria-pressed="true"][role~="button"].blue, button.blue:hover, | |
input[type=submit].blue:hover, | |
input[type=button].blue:hover, | |
input[type=reset].blue:hover, .button.blue:hover, | |
a.button.blue:hover:visited, ul.button-group li a.blue:hover, ul.button-group li button.blue:hover, | |
ol.button-group li a.blue:hover, | |
ol.button-group li button.blue:hover, [role~="button"].blue:hover, button.blue:focus, | |
input[type=submit].blue:focus, | |
input[type=button].blue:focus, | |
input[type=reset].blue:focus, .button.blue:focus, | |
a.button.blue:focus:visited, ul.button-group li a.blue:focus, ul.button-group li button.blue:focus, | |
ol.button-group li a.blue:focus, | |
ol.button-group li button.blue:focus, [role~="button"].blue:focus { | |
background: #258cd1; | |
border-color: #217dbb; | |
} | |
button.disabled.blue, | |
input.disabled[type=submit].blue, | |
input.disabled[type=button].blue, | |
input.disabled[type=reset].blue, .disabled.button.blue, | |
a.disabled.button.blue:visited, ul.button-group li a.disabled.blue, ul.button-group li button.disabled.blue, | |
ol.button-group li a.disabled.blue, | |
ol.button-group li button.disabled.blue, .disabled[role~="button"].blue, button[disabled="disabled"].blue, | |
input[disabled="disabled"][type=submit].blue, | |
input[disabled="disabled"][type=button].blue, | |
input[disabled="disabled"][type=reset].blue, [disabled="disabled"].button.blue, | |
a[disabled="disabled"].button.blue:visited, ul.button-group li a[disabled="disabled"].blue, ul.button-group li button[disabled="disabled"].blue, | |
ol.button-group li a[disabled="disabled"].blue, | |
ol.button-group li button[disabled="disabled"].blue, [disabled="disabled"][role~="button"].blue { | |
color: #abcde3; | |
background: #85b6d6; | |
border-color: #72aad0; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.purple, | |
input[type=submit].purple, | |
input[type=button].purple, | |
input[type=reset].purple, .button.purple, | |
a.button.purple, | |
a.button.purple:visited, ul.button-group li a.purple, ul.button-group li button.purple, | |
ol.button-group li a.purple, | |
ol.button-group li button.purple, [role~="button"].purple { | |
background-color: #9b59b6; | |
color: white; | |
border-color: #8f4bab; | |
} | |
button.active.purple, | |
input.active[type=submit].purple, | |
input.active[type=button].purple, | |
input.active[type=reset].purple, .active.button.purple, | |
a.active.button.purple:visited, ul.button-group li a.active.purple, ul.button-group li button.active.purple, | |
ol.button-group li a.active.purple, | |
ol.button-group li button.active.purple, .active[role~="button"].purple, button[aria-selected="true"].purple, | |
input[aria-selected="true"][type=submit].purple, | |
input[aria-selected="true"][type=button].purple, | |
input[aria-selected="true"][type=reset].purple, [aria-selected="true"].button.purple, | |
a[aria-selected="true"].button.purple:visited, ul.button-group li a[aria-selected="true"].purple, ul.button-group li button[aria-selected="true"].purple, | |
ol.button-group li a[aria-selected="true"].purple, | |
ol.button-group li button[aria-selected="true"].purple, [aria-selected="true"][role~="button"].purple, button[aria-pressed="true"].purple, | |
input[aria-pressed="true"][type=submit].purple, | |
input[aria-pressed="true"][type=button].purple, | |
input[aria-pressed="true"][type=reset].purple, [aria-pressed="true"].button.purple, | |
a[aria-pressed="true"].button.purple:visited, ul.button-group li a[aria-pressed="true"].purple, ul.button-group li button[aria-pressed="true"].purple, | |
ol.button-group li a[aria-pressed="true"].purple, | |
ol.button-group li button[aria-pressed="true"].purple, [aria-pressed="true"][role~="button"].purple, button.purple:hover, | |
input[type=submit].purple:hover, | |
input[type=button].purple:hover, | |
input[type=reset].purple:hover, .button.purple:hover, | |
a.button.purple:hover:visited, ul.button-group li a.purple:hover, ul.button-group li button.purple:hover, | |
ol.button-group li a.purple:hover, | |
ol.button-group li button.purple:hover, [role~="button"].purple:hover, button.purple:focus, | |
input[type=submit].purple:focus, | |
input[type=button].purple:focus, | |
input[type=reset].purple:focus, .button.purple:focus, | |
a.button.purple:focus:visited, ul.button-group li a.purple:focus, ul.button-group li button.purple:focus, | |
ol.button-group li a.purple:focus, | |
ol.button-group li button.purple:focus, [role~="button"].purple:focus { | |
background: #8f4bab; | |
border-color: #804399; | |
} | |
button.disabled.purple, | |
input.disabled[type=submit].purple, | |
input.disabled[type=button].purple, | |
input.disabled[type=reset].purple, .disabled.button.purple, | |
a.disabled.button.purple:visited, ul.button-group li a.disabled.purple, ul.button-group li button.disabled.purple, | |
ol.button-group li a.disabled.purple, | |
ol.button-group li button.disabled.purple, .disabled[role~="button"].purple, button[disabled="disabled"].purple, | |
input[disabled="disabled"][type=submit].purple, | |
input[disabled="disabled"][type=button].purple, | |
input[disabled="disabled"][type=reset].purple, [disabled="disabled"].button.purple, | |
a[disabled="disabled"].button.purple:visited, ul.button-group li a[disabled="disabled"].purple, ul.button-group li button[disabled="disabled"].purple, | |
ol.button-group li a[disabled="disabled"].purple, | |
ol.button-group li button[disabled="disabled"].purple, [disabled="disabled"][role~="button"].purple { | |
color: #ccbdd2; | |
background: #b49ebd; | |
border-color: #a88fb3; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.yellow, | |
input[type=submit].yellow, | |
input[type=button].yellow, | |
input[type=reset].yellow, .button.yellow, | |
a.button.yellow, | |
a.button.yellow:visited, ul.button-group li a.yellow, ul.button-group li button.yellow, | |
ol.button-group li a.yellow, | |
ol.button-group li button.yellow, [role~="button"].yellow { | |
background-color: #f1c40f; | |
color: white; | |
border-color: #dab10d; | |
} | |
button.active.yellow, | |
input.active[type=submit].yellow, | |
input.active[type=button].yellow, | |
input.active[type=reset].yellow, .active.button.yellow, | |
a.active.button.yellow:visited, ul.button-group li a.active.yellow, ul.button-group li button.active.yellow, | |
ol.button-group li a.active.yellow, | |
ol.button-group li button.active.yellow, .active[role~="button"].yellow, button[aria-selected="true"].yellow, | |
input[aria-selected="true"][type=submit].yellow, | |
input[aria-selected="true"][type=button].yellow, | |
input[aria-selected="true"][type=reset].yellow, [aria-selected="true"].button.yellow, | |
a[aria-selected="true"].button.yellow:visited, ul.button-group li a[aria-selected="true"].yellow, ul.button-group li button[aria-selected="true"].yellow, | |
ol.button-group li a[aria-selected="true"].yellow, | |
ol.button-group li button[aria-selected="true"].yellow, [aria-selected="true"][role~="button"].yellow, button[aria-pressed="true"].yellow, | |
input[aria-pressed="true"][type=submit].yellow, | |
input[aria-pressed="true"][type=button].yellow, | |
input[aria-pressed="true"][type=reset].yellow, [aria-pressed="true"].button.yellow, | |
a[aria-pressed="true"].button.yellow:visited, ul.button-group li a[aria-pressed="true"].yellow, ul.button-group li button[aria-pressed="true"].yellow, | |
ol.button-group li a[aria-pressed="true"].yellow, | |
ol.button-group li button[aria-pressed="true"].yellow, [aria-pressed="true"][role~="button"].yellow, button.yellow:hover, | |
input[type=submit].yellow:hover, | |
input[type=button].yellow:hover, | |
input[type=reset].yellow:hover, .button.yellow:hover, | |
a.button.yellow:hover:visited, ul.button-group li a.yellow:hover, ul.button-group li button.yellow:hover, | |
ol.button-group li a.yellow:hover, | |
ol.button-group li button.yellow:hover, [role~="button"].yellow:hover, button.yellow:focus, | |
input[type=submit].yellow:focus, | |
input[type=button].yellow:focus, | |
input[type=reset].yellow:focus, .button.yellow:focus, | |
a.button.yellow:focus:visited, ul.button-group li a.yellow:focus, ul.button-group li button.yellow:focus, | |
ol.button-group li a.yellow:focus, | |
ol.button-group li button.yellow:focus, [role~="button"].yellow:focus { | |
background: #dab10d; | |
border-color: #c29d0b; | |
} | |
button.disabled.yellow, | |
input.disabled[type=submit].yellow, | |
input.disabled[type=button].yellow, | |
input.disabled[type=reset].yellow, .disabled.button.yellow, | |
a.disabled.button.yellow:visited, ul.button-group li a.disabled.yellow, ul.button-group li button.disabled.yellow, | |
ol.button-group li a.disabled.yellow, | |
ol.button-group li button.disabled.yellow, .disabled[role~="button"].yellow, button[disabled="disabled"].yellow, | |
input[disabled="disabled"][type=submit].yellow, | |
input[disabled="disabled"][type=button].yellow, | |
input[disabled="disabled"][type=reset].yellow, [disabled="disabled"].button.yellow, | |
a[disabled="disabled"].button.yellow:visited, ul.button-group li a[disabled="disabled"].yellow, ul.button-group li button[disabled="disabled"].yellow, | |
ol.button-group li a[disabled="disabled"].yellow, | |
ol.button-group li button[disabled="disabled"].yellow, [disabled="disabled"][role~="button"].yellow { | |
color: #ebda94; | |
background: #e3cb69; | |
border-color: #e0c453; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.orange, | |
input[type=submit].orange, | |
input[type=button].orange, | |
input[type=reset].orange, .button.orange, | |
a.button.orange, | |
a.button.orange:visited, ul.button-group li a.orange, ul.button-group li button.orange, | |
ol.button-group li a.orange, | |
ol.button-group li button.orange, [role~="button"].orange { | |
background-color: #e67e22; | |
color: white; | |
border-color: #d67118; | |
} | |
button.active.orange, | |
input.active[type=submit].orange, | |
input.active[type=button].orange, | |
input.active[type=reset].orange, .active.button.orange, | |
a.active.button.orange:visited, ul.button-group li a.active.orange, ul.button-group li button.active.orange, | |
ol.button-group li a.active.orange, | |
ol.button-group li button.active.orange, .active[role~="button"].orange, button[aria-selected="true"].orange, | |
input[aria-selected="true"][type=submit].orange, | |
input[aria-selected="true"][type=button].orange, | |
input[aria-selected="true"][type=reset].orange, [aria-selected="true"].button.orange, | |
a[aria-selected="true"].button.orange:visited, ul.button-group li a[aria-selected="true"].orange, ul.button-group li button[aria-selected="true"].orange, | |
ol.button-group li a[aria-selected="true"].orange, | |
ol.button-group li button[aria-selected="true"].orange, [aria-selected="true"][role~="button"].orange, button[aria-pressed="true"].orange, | |
input[aria-pressed="true"][type=submit].orange, | |
input[aria-pressed="true"][type=button].orange, | |
input[aria-pressed="true"][type=reset].orange, [aria-pressed="true"].button.orange, | |
a[aria-pressed="true"].button.orange:visited, ul.button-group li a[aria-pressed="true"].orange, ul.button-group li button[aria-pressed="true"].orange, | |
ol.button-group li a[aria-pressed="true"].orange, | |
ol.button-group li button[aria-pressed="true"].orange, [aria-pressed="true"][role~="button"].orange, button.orange:hover, | |
input[type=submit].orange:hover, | |
input[type=button].orange:hover, | |
input[type=reset].orange:hover, .button.orange:hover, | |
a.button.orange:hover:visited, ul.button-group li a.orange:hover, ul.button-group li button.orange:hover, | |
ol.button-group li a.orange:hover, | |
ol.button-group li button.orange:hover, [role~="button"].orange:hover, button.orange:focus, | |
input[type=submit].orange:focus, | |
input[type=button].orange:focus, | |
input[type=reset].orange:focus, .button.orange:focus, | |
a.button.orange:focus:visited, ul.button-group li a.orange:focus, ul.button-group li button.orange:focus, | |
ol.button-group li a.orange:focus, | |
ol.button-group li button.orange:focus, [role~="button"].orange:focus { | |
background: #d67118; | |
border-color: #bf6516; | |
} | |
button.disabled.orange, | |
input.disabled[type=submit].orange, | |
input.disabled[type=button].orange, | |
input.disabled[type=reset].orange, .disabled.button.orange, | |
a.disabled.button.orange:visited, ul.button-group li a.disabled.orange, ul.button-group li button.disabled.orange, | |
ol.button-group li a.disabled.orange, | |
ol.button-group li button.disabled.orange, .disabled[role~="button"].orange, button[disabled="disabled"].orange, | |
input[disabled="disabled"][type=submit].orange, | |
input[disabled="disabled"][type=button].orange, | |
input[disabled="disabled"][type=reset].orange, [disabled="disabled"].button.orange, | |
a[disabled="disabled"].button.orange:visited, ul.button-group li a[disabled="disabled"].orange, ul.button-group li button[disabled="disabled"].orange, | |
ol.button-group li a[disabled="disabled"].orange, | |
ol.button-group li button[disabled="disabled"].orange, [disabled="disabled"][role~="button"].orange { | |
color: #e7c2a0; | |
background: #dda778; | |
border-color: #d89a63; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.red, | |
input[type=submit].red, | |
input[type=button].red, | |
input[type=reset].red, .button.red, | |
a.button.red, | |
a.button.red:visited, ul.button-group li a.red, ul.button-group li button.red, | |
ol.button-group li a.red, | |
ol.button-group li button.red, [role~="button"].red { | |
background-color: #e74c3c; | |
color: white; | |
border-color: #e43725; | |
} | |
button.active.red, | |
input.active[type=submit].red, | |
input.active[type=button].red, | |
input.active[type=reset].red, .active.button.red, | |
a.active.button.red:visited, ul.button-group li a.active.red, ul.button-group li button.active.red, | |
ol.button-group li a.active.red, | |
ol.button-group li button.active.red, .active[role~="button"].red, button[aria-selected="true"].red, | |
input[aria-selected="true"][type=submit].red, | |
input[aria-selected="true"][type=button].red, | |
input[aria-selected="true"][type=reset].red, [aria-selected="true"].button.red, | |
a[aria-selected="true"].button.red:visited, ul.button-group li a[aria-selected="true"].red, ul.button-group li button[aria-selected="true"].red, | |
ol.button-group li a[aria-selected="true"].red, | |
ol.button-group li button[aria-selected="true"].red, [aria-selected="true"][role~="button"].red, button[aria-pressed="true"].red, | |
input[aria-pressed="true"][type=submit].red, | |
input[aria-pressed="true"][type=button].red, | |
input[aria-pressed="true"][type=reset].red, [aria-pressed="true"].button.red, | |
a[aria-pressed="true"].button.red:visited, ul.button-group li a[aria-pressed="true"].red, ul.button-group li button[aria-pressed="true"].red, | |
ol.button-group li a[aria-pressed="true"].red, | |
ol.button-group li button[aria-pressed="true"].red, [aria-pressed="true"][role~="button"].red, button.red:hover, | |
input[type=submit].red:hover, | |
input[type=button].red:hover, | |
input[type=reset].red:hover, .button.red:hover, | |
a.button.red:hover:visited, ul.button-group li a.red:hover, ul.button-group li button.red:hover, | |
ol.button-group li a.red:hover, | |
ol.button-group li button.red:hover, [role~="button"].red:hover, button.red:focus, | |
input[type=submit].red:focus, | |
input[type=button].red:focus, | |
input[type=reset].red:focus, .button.red:focus, | |
a.button.red:focus:visited, ul.button-group li a.red:focus, ul.button-group li button.red:focus, | |
ol.button-group li a.red:focus, | |
ol.button-group li button.red:focus, [role~="button"].red:focus { | |
background: #e43725; | |
border-color: #d62c1a; | |
} | |
button.disabled.red, | |
input.disabled[type=submit].red, | |
input.disabled[type=button].red, | |
input.disabled[type=reset].red, .disabled.button.red, | |
a.disabled.button.red:visited, ul.button-group li a.disabled.red, ul.button-group li button.disabled.red, | |
ol.button-group li a.disabled.red, | |
ol.button-group li button.disabled.red, .disabled[role~="button"].red, button[disabled="disabled"].red, | |
input[disabled="disabled"][type=submit].red, | |
input[disabled="disabled"][type=button].red, | |
input[disabled="disabled"][type=reset].red, [disabled="disabled"].button.red, | |
a[disabled="disabled"].button.red:visited, ul.button-group li a[disabled="disabled"].red, ul.button-group li button[disabled="disabled"].red, | |
ol.button-group li a[disabled="disabled"].red, | |
ol.button-group li button[disabled="disabled"].red, [disabled="disabled"][role~="button"].red { | |
color: #ecbcb7; | |
background: #e1968e; | |
border-color: #dc837a; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.pink, | |
input[type=submit].pink, | |
input[type=button].pink, | |
input[type=reset].pink, .button.pink, | |
a.button.pink, | |
a.button.pink:visited, ul.button-group li a.pink, ul.button-group li button.pink, | |
ol.button-group li a.pink, | |
ol.button-group li button.pink, [role~="button"].pink { | |
background-color: #f02475; | |
color: white; | |
border-color: #ea1067; | |
} | |
button.active.pink, | |
input.active[type=submit].pink, | |
input.active[type=button].pink, | |
input.active[type=reset].pink, .active.button.pink, | |
a.active.button.pink:visited, ul.button-group li a.active.pink, ul.button-group li button.active.pink, | |
ol.button-group li a.active.pink, | |
ol.button-group li button.active.pink, .active[role~="button"].pink, button[aria-selected="true"].pink, | |
input[aria-selected="true"][type=submit].pink, | |
input[aria-selected="true"][type=button].pink, | |
input[aria-selected="true"][type=reset].pink, [aria-selected="true"].button.pink, | |
a[aria-selected="true"].button.pink:visited, ul.button-group li a[aria-selected="true"].pink, ul.button-group li button[aria-selected="true"].pink, | |
ol.button-group li a[aria-selected="true"].pink, | |
ol.button-group li button[aria-selected="true"].pink, [aria-selected="true"][role~="button"].pink, button[aria-pressed="true"].pink, | |
input[aria-pressed="true"][type=submit].pink, | |
input[aria-pressed="true"][type=button].pink, | |
input[aria-pressed="true"][type=reset].pink, [aria-pressed="true"].button.pink, | |
a[aria-pressed="true"].button.pink:visited, ul.button-group li a[aria-pressed="true"].pink, ul.button-group li button[aria-pressed="true"].pink, | |
ol.button-group li a[aria-pressed="true"].pink, | |
ol.button-group li button[aria-pressed="true"].pink, [aria-pressed="true"][role~="button"].pink, button.pink:hover, | |
input[type=submit].pink:hover, | |
input[type=button].pink:hover, | |
input[type=reset].pink:hover, .button.pink:hover, | |
a.button.pink:hover:visited, ul.button-group li a.pink:hover, ul.button-group li button.pink:hover, | |
ol.button-group li a.pink:hover, | |
ol.button-group li button.pink:hover, [role~="button"].pink:hover, button.pink:focus, | |
input[type=submit].pink:focus, | |
input[type=button].pink:focus, | |
input[type=reset].pink:focus, .button.pink:focus, | |
a.button.pink:focus:visited, ul.button-group li a.pink:focus, ul.button-group li button.pink:focus, | |
ol.button-group li a.pink:focus, | |
ol.button-group li button.pink:focus, [role~="button"].pink:focus { | |
background: #ea1067; | |
border-color: #d30e5c; | |
} | |
button.disabled.pink, | |
input.disabled[type=submit].pink, | |
input.disabled[type=button].pink, | |
input.disabled[type=reset].pink, .disabled.button.pink, | |
a.disabled.button.pink:visited, ul.button-group li a.disabled.pink, ul.button-group li button.disabled.pink, | |
ol.button-group li a.disabled.pink, | |
ol.button-group li button.disabled.pink, .disabled[role~="button"].pink, button[disabled="disabled"].pink, | |
input[disabled="disabled"][type=submit].pink, | |
input[disabled="disabled"][type=button].pink, | |
input[disabled="disabled"][type=reset].pink, [disabled="disabled"].button.pink, | |
a[disabled="disabled"].button.pink:visited, ul.button-group li a[disabled="disabled"].pink, ul.button-group li button[disabled="disabled"].pink, | |
ol.button-group li a[disabled="disabled"].pink, | |
ol.button-group li button[disabled="disabled"].pink, [disabled="disabled"][role~="button"].pink { | |
color: #eea6c2; | |
background: #e57ba5; | |
border-color: #e16697; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.turquoise, | |
input[type=submit].turquoise, | |
input[type=button].turquoise, | |
input[type=reset].turquoise, .button.turquoise, | |
a.button.turquoise, | |
a.button.turquoise:visited, ul.button-group li a.turquoise, ul.button-group li button.turquoise, | |
ol.button-group li a.turquoise, | |
ol.button-group li button.turquoise, [role~="button"].turquoise { | |
background-color: #1abc9c; | |
color: white; | |
border-color: #17a689; | |
} | |
button.active.turquoise, | |
input.active[type=submit].turquoise, | |
input.active[type=button].turquoise, | |
input.active[type=reset].turquoise, .active.button.turquoise, | |
a.active.button.turquoise:visited, ul.button-group li a.active.turquoise, ul.button-group li button.active.turquoise, | |
ol.button-group li a.active.turquoise, | |
ol.button-group li button.active.turquoise, .active[role~="button"].turquoise, button[aria-selected="true"].turquoise, | |
input[aria-selected="true"][type=submit].turquoise, | |
input[aria-selected="true"][type=button].turquoise, | |
input[aria-selected="true"][type=reset].turquoise, [aria-selected="true"].button.turquoise, | |
a[aria-selected="true"].button.turquoise:visited, ul.button-group li a[aria-selected="true"].turquoise, ul.button-group li button[aria-selected="true"].turquoise, | |
ol.button-group li a[aria-selected="true"].turquoise, | |
ol.button-group li button[aria-selected="true"].turquoise, [aria-selected="true"][role~="button"].turquoise, button[aria-pressed="true"].turquoise, | |
input[aria-pressed="true"][type=submit].turquoise, | |
input[aria-pressed="true"][type=button].turquoise, | |
input[aria-pressed="true"][type=reset].turquoise, [aria-pressed="true"].button.turquoise, | |
a[aria-pressed="true"].button.turquoise:visited, ul.button-group li a[aria-pressed="true"].turquoise, ul.button-group li button[aria-pressed="true"].turquoise, | |
ol.button-group li a[aria-pressed="true"].turquoise, | |
ol.button-group li button[aria-pressed="true"].turquoise, [aria-pressed="true"][role~="button"].turquoise, button.turquoise:hover, | |
input[type=submit].turquoise:hover, | |
input[type=button].turquoise:hover, | |
input[type=reset].turquoise:hover, .button.turquoise:hover, | |
a.button.turquoise:hover:visited, ul.button-group li a.turquoise:hover, ul.button-group li button.turquoise:hover, | |
ol.button-group li a.turquoise:hover, | |
ol.button-group li button.turquoise:hover, [role~="button"].turquoise:hover, button.turquoise:focus, | |
input[type=submit].turquoise:focus, | |
input[type=button].turquoise:focus, | |
input[type=reset].turquoise:focus, .button.turquoise:focus, | |
a.button.turquoise:focus:visited, ul.button-group li a.turquoise:focus, ul.button-group li button.turquoise:focus, | |
ol.button-group li a.turquoise:focus, | |
ol.button-group li button.turquoise:focus, [role~="button"].turquoise:focus { | |
background: #17a689; | |
border-color: #148f77; | |
} | |
button.disabled.turquoise, | |
input.disabled[type=submit].turquoise, | |
input.disabled[type=button].turquoise, | |
input.disabled[type=reset].turquoise, .disabled.button.turquoise, | |
a.disabled.button.turquoise:visited, ul.button-group li a.disabled.turquoise, ul.button-group li button.disabled.turquoise, | |
ol.button-group li a.disabled.turquoise, | |
ol.button-group li button.disabled.turquoise, .disabled[role~="button"].turquoise, button[disabled="disabled"].turquoise, | |
input[disabled="disabled"][type=submit].turquoise, | |
input[disabled="disabled"][type=button].turquoise, | |
input[disabled="disabled"][type=reset].turquoise, [disabled="disabled"].button.turquoise, | |
a[disabled="disabled"].button.turquoise:visited, ul.button-group li a[disabled="disabled"].turquoise, ul.button-group li button[disabled="disabled"].turquoise, | |
ol.button-group li a[disabled="disabled"].turquoise, | |
ol.button-group li button[disabled="disabled"].turquoise, [disabled="disabled"][role~="button"].turquoise { | |
color: #7cdac7; | |
background: #54ceb6; | |
border-color: #40c9ae; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.asphalt, | |
input[type=submit].asphalt, | |
input[type=button].asphalt, | |
input[type=reset].asphalt, .button.asphalt, | |
a.button.asphalt, | |
a.button.asphalt:visited, ul.button-group li a.asphalt, ul.button-group li button.asphalt, | |
ol.button-group li a.asphalt, | |
ol.button-group li button.asphalt, [role~="button"].asphalt { | |
background-color: #34495e; | |
color: white; | |
border-color: #2b3c4e; | |
} | |
button.active.asphalt, | |
input.active[type=submit].asphalt, | |
input.active[type=button].asphalt, | |
input.active[type=reset].asphalt, .active.button.asphalt, | |
a.active.button.asphalt:visited, ul.button-group li a.active.asphalt, ul.button-group li button.active.asphalt, | |
ol.button-group li a.active.asphalt, | |
ol.button-group li button.active.asphalt, .active[role~="button"].asphalt, button[aria-selected="true"].asphalt, | |
input[aria-selected="true"][type=submit].asphalt, | |
input[aria-selected="true"][type=button].asphalt, | |
input[aria-selected="true"][type=reset].asphalt, [aria-selected="true"].button.asphalt, | |
a[aria-selected="true"].button.asphalt:visited, ul.button-group li a[aria-selected="true"].asphalt, ul.button-group li button[aria-selected="true"].asphalt, | |
ol.button-group li a[aria-selected="true"].asphalt, | |
ol.button-group li button[aria-selected="true"].asphalt, [aria-selected="true"][role~="button"].asphalt, button[aria-pressed="true"].asphalt, | |
input[aria-pressed="true"][type=submit].asphalt, | |
input[aria-pressed="true"][type=button].asphalt, | |
input[aria-pressed="true"][type=reset].asphalt, [aria-pressed="true"].button.asphalt, | |
a[aria-pressed="true"].button.asphalt:visited, ul.button-group li a[aria-pressed="true"].asphalt, ul.button-group li button[aria-pressed="true"].asphalt, | |
ol.button-group li a[aria-pressed="true"].asphalt, | |
ol.button-group li button[aria-pressed="true"].asphalt, [aria-pressed="true"][role~="button"].asphalt, button.asphalt:hover, | |
input[type=submit].asphalt:hover, | |
input[type=button].asphalt:hover, | |
input[type=reset].asphalt:hover, .button.asphalt:hover, | |
a.button.asphalt:hover:visited, ul.button-group li a.asphalt:hover, ul.button-group li button.asphalt:hover, | |
ol.button-group li a.asphalt:hover, | |
ol.button-group li button.asphalt:hover, [role~="button"].asphalt:hover, button.asphalt:focus, | |
input[type=submit].asphalt:focus, | |
input[type=button].asphalt:focus, | |
input[type=reset].asphalt:focus, .button.asphalt:focus, | |
a.button.asphalt:focus:visited, ul.button-group li a.asphalt:focus, ul.button-group li button.asphalt:focus, | |
ol.button-group li a.asphalt:focus, | |
ol.button-group li button.asphalt:focus, [role~="button"].asphalt:focus { | |
background: #2b3c4e; | |
border-color: #222f3d; | |
} | |
button.disabled.asphalt, | |
input.disabled[type=submit].asphalt, | |
input.disabled[type=button].asphalt, | |
input.disabled[type=reset].asphalt, .disabled.button.asphalt, | |
a.disabled.button.asphalt:visited, ul.button-group li a.disabled.asphalt, ul.button-group li button.disabled.asphalt, | |
ol.button-group li a.disabled.asphalt, | |
ol.button-group li button.disabled.asphalt, .disabled[role~="button"].asphalt, button[disabled="disabled"].asphalt, | |
input[disabled="disabled"][type=submit].asphalt, | |
input[disabled="disabled"][type=button].asphalt, | |
input[disabled="disabled"][type=reset].asphalt, [disabled="disabled"].button.asphalt, | |
a[disabled="disabled"].button.asphalt:visited, ul.button-group li a[disabled="disabled"].asphalt, ul.button-group li button[disabled="disabled"].asphalt, | |
ol.button-group li a[disabled="disabled"].asphalt, | |
ol.button-group li button[disabled="disabled"].asphalt, [disabled="disabled"][role~="button"].asphalt { | |
color: #7e8993; | |
background: #656f79; | |
border-color: #5a626b; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.charcoal, | |
input[type=submit].charcoal, | |
input[type=button].charcoal, | |
input[type=reset].charcoal, .button.charcoal, | |
a.button.charcoal, | |
a.button.charcoal:visited, ul.button-group li a.charcoal, ul.button-group li button.charcoal, | |
ol.button-group li a.charcoal, | |
ol.button-group li button.charcoal, [role~="button"].charcoal { | |
background-color: #383636; | |
color: white; | |
border-color: #2b2929; | |
} | |
button.active.charcoal, | |
input.active[type=submit].charcoal, | |
input.active[type=button].charcoal, | |
input.active[type=reset].charcoal, .active.button.charcoal, | |
a.active.button.charcoal:visited, ul.button-group li a.active.charcoal, ul.button-group li button.active.charcoal, | |
ol.button-group li a.active.charcoal, | |
ol.button-group li button.active.charcoal, .active[role~="button"].charcoal, button[aria-selected="true"].charcoal, | |
input[aria-selected="true"][type=submit].charcoal, | |
input[aria-selected="true"][type=button].charcoal, | |
input[aria-selected="true"][type=reset].charcoal, [aria-selected="true"].button.charcoal, | |
a[aria-selected="true"].button.charcoal:visited, ul.button-group li a[aria-selected="true"].charcoal, ul.button-group li button[aria-selected="true"].charcoal, | |
ol.button-group li a[aria-selected="true"].charcoal, | |
ol.button-group li button[aria-selected="true"].charcoal, [aria-selected="true"][role~="button"].charcoal, button[aria-pressed="true"].charcoal, | |
input[aria-pressed="true"][type=submit].charcoal, | |
input[aria-pressed="true"][type=button].charcoal, | |
input[aria-pressed="true"][type=reset].charcoal, [aria-pressed="true"].button.charcoal, | |
a[aria-pressed="true"].button.charcoal:visited, ul.button-group li a[aria-pressed="true"].charcoal, ul.button-group li button[aria-pressed="true"].charcoal, | |
ol.button-group li a[aria-pressed="true"].charcoal, | |
ol.button-group li button[aria-pressed="true"].charcoal, [aria-pressed="true"][role~="button"].charcoal, button.charcoal:hover, | |
input[type=submit].charcoal:hover, | |
input[type=button].charcoal:hover, | |
input[type=reset].charcoal:hover, .button.charcoal:hover, | |
a.button.charcoal:hover:visited, ul.button-group li a.charcoal:hover, ul.button-group li button.charcoal:hover, | |
ol.button-group li a.charcoal:hover, | |
ol.button-group li button.charcoal:hover, [role~="button"].charcoal:hover, button.charcoal:focus, | |
input[type=submit].charcoal:focus, | |
input[type=button].charcoal:focus, | |
input[type=reset].charcoal:focus, .button.charcoal:focus, | |
a.button.charcoal:focus:visited, ul.button-group li a.charcoal:focus, ul.button-group li button.charcoal:focus, | |
ol.button-group li a.charcoal:focus, | |
ol.button-group li button.charcoal:focus, [role~="button"].charcoal:focus { | |
background: #2b2929; | |
border-color: #1e1d1d; | |
} | |
button.disabled.charcoal, | |
input.disabled[type=submit].charcoal, | |
input.disabled[type=button].charcoal, | |
input.disabled[type=reset].charcoal, .disabled.button.charcoal, | |
a.disabled.button.charcoal:visited, ul.button-group li a.disabled.charcoal, ul.button-group li button.disabled.charcoal, | |
ol.button-group li a.disabled.charcoal, | |
ol.button-group li button.disabled.charcoal, .disabled[role~="button"].charcoal, button[disabled="disabled"].charcoal, | |
input[disabled="disabled"][type=submit].charcoal, | |
input[disabled="disabled"][type=button].charcoal, | |
input[disabled="disabled"][type=reset].charcoal, [disabled="disabled"].button.charcoal, | |
a[disabled="disabled"].button.charcoal:visited, ul.button-group li a[disabled="disabled"].charcoal, ul.button-group li button[disabled="disabled"].charcoal, | |
ol.button-group li a[disabled="disabled"].charcoal, | |
ol.button-group li button[disabled="disabled"].charcoal, [disabled="disabled"][role~="button"].charcoal { | |
color: #777777; | |
background: #5d5d5d; | |
border-color: #515151; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.white, | |
input[type=submit].white, | |
input[type=button].white, | |
input[type=reset].white, .button.white, | |
a.button.white, | |
a.button.white:visited, ul.button-group li a.white, ul.button-group li button.white, | |
ol.button-group li a.white, | |
ol.button-group li button.white, [role~="button"].white { | |
background-color: white; | |
color: #111111; | |
border-color: #f2f2f2; | |
} | |
button.active.white, | |
input.active[type=submit].white, | |
input.active[type=button].white, | |
input.active[type=reset].white, .active.button.white, | |
a.active.button.white:visited, ul.button-group li a.active.white, ul.button-group li button.active.white, | |
ol.button-group li a.active.white, | |
ol.button-group li button.active.white, .active[role~="button"].white, button[aria-selected="true"].white, | |
input[aria-selected="true"][type=submit].white, | |
input[aria-selected="true"][type=button].white, | |
input[aria-selected="true"][type=reset].white, [aria-selected="true"].button.white, | |
a[aria-selected="true"].button.white:visited, ul.button-group li a[aria-selected="true"].white, ul.button-group li button[aria-selected="true"].white, | |
ol.button-group li a[aria-selected="true"].white, | |
ol.button-group li button[aria-selected="true"].white, [aria-selected="true"][role~="button"].white, button[aria-pressed="true"].white, | |
input[aria-pressed="true"][type=submit].white, | |
input[aria-pressed="true"][type=button].white, | |
input[aria-pressed="true"][type=reset].white, [aria-pressed="true"].button.white, | |
a[aria-pressed="true"].button.white:visited, ul.button-group li a[aria-pressed="true"].white, ul.button-group li button[aria-pressed="true"].white, | |
ol.button-group li a[aria-pressed="true"].white, | |
ol.button-group li button[aria-pressed="true"].white, [aria-pressed="true"][role~="button"].white, button.white:hover, | |
input[type=submit].white:hover, | |
input[type=button].white:hover, | |
input[type=reset].white:hover, .button.white:hover, | |
a.button.white:hover:visited, ul.button-group li a.white:hover, ul.button-group li button.white:hover, | |
ol.button-group li a.white:hover, | |
ol.button-group li button.white:hover, [role~="button"].white:hover, button.white:focus, | |
input[type=submit].white:focus, | |
input[type=button].white:focus, | |
input[type=reset].white:focus, .button.white:focus, | |
a.button.white:focus:visited, ul.button-group li a.white:focus, ul.button-group li button.white:focus, | |
ol.button-group li a.white:focus, | |
ol.button-group li button.white:focus, [role~="button"].white:focus { | |
background: #f2f2f2; | |
border-color: #e6e6e6; | |
} | |
button.disabled.white, | |
input.disabled[type=submit].white, | |
input.disabled[type=button].white, | |
input.disabled[type=reset].white, .disabled.button.white, | |
a.disabled.button.white:visited, ul.button-group li a.disabled.white, ul.button-group li button.disabled.white, | |
ol.button-group li a.disabled.white, | |
ol.button-group li button.disabled.white, .disabled[role~="button"].white, button[disabled="disabled"].white, | |
input[disabled="disabled"][type=submit].white, | |
input[disabled="disabled"][type=button].white, | |
input[disabled="disabled"][type=reset].white, [disabled="disabled"].button.white, | |
a[disabled="disabled"].button.white:visited, ul.button-group li a[disabled="disabled"].white, ul.button-group li button[disabled="disabled"].white, | |
ol.button-group li a[disabled="disabled"].white, | |
ol.button-group li button[disabled="disabled"].white, [disabled="disabled"][role~="button"].white { | |
color: white; | |
background: white; | |
border-color: white; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.black, | |
input[type=submit].black, | |
input[type=button].black, | |
input[type=reset].black, .button.black, | |
a.button.black, | |
a.button.black:visited, ul.button-group li a.black, ul.button-group li button.black, | |
ol.button-group li a.black, | |
ol.button-group li button.black, [role~="button"].black { | |
background-color: #111111; | |
color: white; | |
border-color: #040404; | |
} | |
button.active.black, | |
input.active[type=submit].black, | |
input.active[type=button].black, | |
input.active[type=reset].black, .active.button.black, | |
a.active.button.black:visited, ul.button-group li a.active.black, ul.button-group li button.active.black, | |
ol.button-group li a.active.black, | |
ol.button-group li button.active.black, .active[role~="button"].black, button[aria-selected="true"].black, | |
input[aria-selected="true"][type=submit].black, | |
input[aria-selected="true"][type=button].black, | |
input[aria-selected="true"][type=reset].black, [aria-selected="true"].button.black, | |
a[aria-selected="true"].button.black:visited, ul.button-group li a[aria-selected="true"].black, ul.button-group li button[aria-selected="true"].black, | |
ol.button-group li a[aria-selected="true"].black, | |
ol.button-group li button[aria-selected="true"].black, [aria-selected="true"][role~="button"].black, button[aria-pressed="true"].black, | |
input[aria-pressed="true"][type=submit].black, | |
input[aria-pressed="true"][type=button].black, | |
input[aria-pressed="true"][type=reset].black, [aria-pressed="true"].button.black, | |
a[aria-pressed="true"].button.black:visited, ul.button-group li a[aria-pressed="true"].black, ul.button-group li button[aria-pressed="true"].black, | |
ol.button-group li a[aria-pressed="true"].black, | |
ol.button-group li button[aria-pressed="true"].black, [aria-pressed="true"][role~="button"].black, button.black:hover, | |
input[type=submit].black:hover, | |
input[type=button].black:hover, | |
input[type=reset].black:hover, .button.black:hover, | |
a.button.black:hover:visited, ul.button-group li a.black:hover, ul.button-group li button.black:hover, | |
ol.button-group li a.black:hover, | |
ol.button-group li button.black:hover, [role~="button"].black:hover, button.black:focus, | |
input[type=submit].black:focus, | |
input[type=button].black:focus, | |
input[type=reset].black:focus, .button.black:focus, | |
a.button.black:focus:visited, ul.button-group li a.black:focus, ul.button-group li button.black:focus, | |
ol.button-group li a.black:focus, | |
ol.button-group li button.black:focus, [role~="button"].black:focus { | |
background: #040404; | |
border-color: black; | |
} | |
button.disabled.black, | |
input.disabled[type=submit].black, | |
input.disabled[type=button].black, | |
input.disabled[type=reset].black, .disabled.button.black, | |
a.disabled.button.black:visited, ul.button-group li a.disabled.black, ul.button-group li button.disabled.black, | |
ol.button-group li a.disabled.black, | |
ol.button-group li button.disabled.black, .disabled[role~="button"].black, button[disabled="disabled"].black, | |
input[disabled="disabled"][type=submit].black, | |
input[disabled="disabled"][type=button].black, | |
input[disabled="disabled"][type=reset].black, [disabled="disabled"].button.black, | |
a[disabled="disabled"].button.black:visited, ul.button-group li a[disabled="disabled"].black, ul.button-group li button[disabled="disabled"].black, | |
ol.button-group li a[disabled="disabled"].black, | |
ol.button-group li button[disabled="disabled"].black, [disabled="disabled"][role~="button"].black { | |
color: #515151; | |
background: #373737; | |
border-color: #2b2b2b; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.info, | |
input[type=submit].info, | |
input[type=button].info, | |
input[type=reset].info, .button.info, | |
a.button.info, | |
a.button.info:visited, ul.button-group li a.info, ul.button-group li button.info, | |
ol.button-group li a.info, | |
ol.button-group li button.info, [role~="button"].info { | |
background-color: #309dd4; | |
color: white; | |
border-color: #27a1ba; | |
} | |
button.active.info, | |
input.active[type=submit].info, | |
input.active[type=button].info, | |
input.active[type=reset].info, .active.button.info, | |
a.active.button.info:visited, ul.button-group li a.active.info, ul.button-group li button.active.info, | |
ol.button-group li a.active.info, | |
ol.button-group li button.active.info, .active[role~="button"].info, button[aria-selected="true"].info, | |
input[aria-selected="true"][type=submit].info, | |
input[aria-selected="true"][type=button].info, | |
input[aria-selected="true"][type=reset].info, [aria-selected="true"].button.info, | |
a[aria-selected="true"].button.info:visited, ul.button-group li a[aria-selected="true"].info, ul.button-group li button[aria-selected="true"].info, | |
ol.button-group li a[aria-selected="true"].info, | |
ol.button-group li button[aria-selected="true"].info, [aria-selected="true"][role~="button"].info, button[aria-pressed="true"].info, | |
input[aria-pressed="true"][type=submit].info, | |
input[aria-pressed="true"][type=button].info, | |
input[aria-pressed="true"][type=reset].info, [aria-pressed="true"].button.info, | |
a[aria-pressed="true"].button.info:visited, ul.button-group li a[aria-pressed="true"].info, ul.button-group li button[aria-pressed="true"].info, | |
ol.button-group li a[aria-pressed="true"].info, | |
ol.button-group li button[aria-pressed="true"].info, [aria-pressed="true"][role~="button"].info, button.info:hover, | |
input[type=submit].info:hover, | |
input[type=button].info:hover, | |
input[type=reset].info:hover, .button.info:hover, | |
a.button.info:hover:visited, ul.button-group li a.info:hover, ul.button-group li button.info:hover, | |
ol.button-group li a.info:hover, | |
ol.button-group li button.info:hover, [role~="button"].info:hover, button.info:focus, | |
input[type=submit].info:focus, | |
input[type=button].info:focus, | |
input[type=reset].info:focus, .button.info:focus, | |
a.button.info:focus:visited, ul.button-group li a.info:focus, ul.button-group li button.info:focus, | |
ol.button-group li a.info:focus, | |
ol.button-group li button.info:focus, [role~="button"].info:focus { | |
background: #2582b1; | |
} | |
button.disabled.info, | |
input.disabled[type=submit].info, | |
input.disabled[type=button].info, | |
input.disabled[type=reset].info, .disabled.button.info, | |
a.disabled.button.info:visited, ul.button-group li a.disabled.info, ul.button-group li button.disabled.info, | |
ol.button-group li a.disabled.info, | |
ol.button-group li button.disabled.info, .disabled[role~="button"].info, button[disabled="disabled"].info, | |
input[disabled="disabled"][type=submit].info, | |
input[disabled="disabled"][type=button].info, | |
input[disabled="disabled"][type=reset].info, [disabled="disabled"].button.info, | |
a[disabled="disabled"].button.info:visited, ul.button-group li a[disabled="disabled"].info, ul.button-group li button[disabled="disabled"].info, | |
ol.button-group li a[disabled="disabled"].info, | |
ol.button-group li button[disabled="disabled"].info, [disabled="disabled"][role~="button"].info { | |
color: #9dbbca; | |
background: #7ca4b8; | |
border-color: #6b99af; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.disabled, | |
input[type=submit].disabled, | |
input[type=button].disabled, | |
input[type=reset].disabled, .button.disabled, | |
a.button.disabled, | |
a.button.disabled:visited, ul.button-group li a.disabled, ul.button-group li button.disabled, | |
ol.button-group li a.disabled, | |
ol.button-group li button.disabled, [role~="button"][aria-disabled], [role~="button"].disabled, [role~="button"][aria-readonly] { | |
background-color: #4d4d4d; | |
color: #dddddd; | |
border-color: black; | |
} | |
button.active.disabled, | |
input.active[type=submit].disabled, | |
input.active[type=button].disabled, | |
input.active[type=reset].disabled, .active.button.disabled, | |
a.active.button.disabled:visited, ul.button-group li a.active.disabled, ul.button-group li button.active.disabled, | |
ol.button-group li a.active.disabled, | |
ol.button-group li button.active.disabled, .active[role~="button"][aria-disabled], .active[role~="button"].disabled, button[aria-selected="true"].disabled, | |
input[aria-selected="true"][type=submit].disabled, | |
input[aria-selected="true"][type=button].disabled, | |
input[aria-selected="true"][type=reset].disabled, [aria-selected="true"].button.disabled, | |
a[aria-selected="true"].button.disabled:visited, ul.button-group li a[aria-selected="true"].disabled, ul.button-group li button[aria-selected="true"].disabled, | |
ol.button-group li a[aria-selected="true"].disabled, | |
ol.button-group li button[aria-selected="true"].disabled, [aria-selected="true"][role~="button"][aria-disabled], [aria-selected="true"][role~="button"].disabled, button[aria-pressed="true"].disabled, | |
input[aria-pressed="true"][type=submit].disabled, | |
input[aria-pressed="true"][type=button].disabled, | |
input[aria-pressed="true"][type=reset].disabled, [aria-pressed="true"].button.disabled, | |
a[aria-pressed="true"].button.disabled:visited, ul.button-group li a[aria-pressed="true"].disabled, ul.button-group li button[aria-pressed="true"].disabled, | |
ol.button-group li a[aria-pressed="true"].disabled, | |
ol.button-group li button[aria-pressed="true"].disabled, [aria-pressed="true"][role~="button"][aria-disabled], [aria-pressed="true"][role~="button"].disabled, button.disabled:hover, | |
input[type=submit].disabled:hover, | |
input[type=button].disabled:hover, | |
input[type=reset].disabled:hover, .button.disabled:hover, | |
a.button.disabled:hover:visited, ul.button-group li a.disabled:hover, ul.button-group li button.disabled:hover, | |
ol.button-group li a.disabled:hover, | |
ol.button-group li button.disabled:hover, [role~="button"][aria-disabled]:hover, [role~="button"].disabled:hover, button.disabled:focus, | |
input[type=submit].disabled:focus, | |
input[type=button].disabled:focus, | |
input[type=reset].disabled:focus, .button.disabled:focus, | |
a.button.disabled:focus:visited, ul.button-group li a.disabled:focus, ul.button-group li button.disabled:focus, | |
ol.button-group li a.disabled:focus, | |
ol.button-group li button.disabled:focus, [role~="button"][aria-disabled]:focus, [role~="button"].disabled:focus, .active[role~="button"][aria-readonly], [aria-selected="true"][role~="button"][aria-readonly], [aria-pressed="true"][role~="button"][aria-readonly], [role~="button"][aria-readonly]:hover, [role~="button"][aria-readonly]:focus { | |
background: #363636; | |
} | |
button.disabled, | |
input.disabled[type=submit], | |
input.disabled[type=button], | |
input.disabled[type=reset], .disabled.button, | |
a.disabled.button, | |
a.disabled.button:visited, ul.button-group li a.disabled, ul.button-group li button.disabled, | |
ol.button-group li a.disabled, | |
ol.button-group li button.disabled, .disabled[role~="button"], button[disabled="disabled"].disabled, | |
input[disabled="disabled"][type=submit].disabled, | |
input[disabled="disabled"][type=button].disabled, | |
input[disabled="disabled"][type=reset].disabled, [disabled="disabled"].button.disabled, | |
a[disabled="disabled"].button.disabled:visited, ul.button-group li a[disabled="disabled"].disabled, ul.button-group li button[disabled="disabled"].disabled, | |
ol.button-group li a[disabled="disabled"].disabled, | |
ol.button-group li button[disabled="disabled"].disabled, [disabled="disabled"][role~="button"][aria-disabled], [disabled="disabled"][role~="button"].disabled, .disabled[role~="button"][aria-readonly], [disabled="disabled"][role~="button"][aria-readonly] { | |
color: #f3f3f3; | |
background: #d9d9d9; | |
border-color: #cccccc; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.alert, | |
input[type=submit].alert, | |
input[type=button].alert, | |
input[type=reset].alert, .button.alert, | |
a.button.alert, | |
a.button.alert:visited, ul.button-group li a.alert, ul.button-group li button.alert, | |
ol.button-group li a.alert, | |
ol.button-group li button.alert, [role~="button"].alert { | |
background-color: #e8ca2b; | |
color: white; | |
border-color: #ecb06f; | |
} | |
button.active.alert, | |
input.active[type=submit].alert, | |
input.active[type=button].alert, | |
input.active[type=reset].alert, .active.button.alert, | |
a.active.button.alert:visited, ul.button-group li a.active.alert, ul.button-group li button.active.alert, | |
ol.button-group li a.active.alert, | |
ol.button-group li button.active.alert, .active[role~="button"].alert, button[aria-selected="true"].alert, | |
input[aria-selected="true"][type=submit].alert, | |
input[aria-selected="true"][type=button].alert, | |
input[aria-selected="true"][type=reset].alert, [aria-selected="true"].button.alert, | |
a[aria-selected="true"].button.alert:visited, ul.button-group li a[aria-selected="true"].alert, ul.button-group li button[aria-selected="true"].alert, | |
ol.button-group li a[aria-selected="true"].alert, | |
ol.button-group li button[aria-selected="true"].alert, [aria-selected="true"][role~="button"].alert, button[aria-pressed="true"].alert, | |
input[aria-pressed="true"][type=submit].alert, | |
input[aria-pressed="true"][type=button].alert, | |
input[aria-pressed="true"][type=reset].alert, [aria-pressed="true"].button.alert, | |
a[aria-pressed="true"].button.alert:visited, ul.button-group li a[aria-pressed="true"].alert, ul.button-group li button[aria-pressed="true"].alert, | |
ol.button-group li a[aria-pressed="true"].alert, | |
ol.button-group li button[aria-pressed="true"].alert, [aria-pressed="true"][role~="button"].alert, button.alert:hover, | |
input[type=submit].alert:hover, | |
input[type=button].alert:hover, | |
input[type=reset].alert:hover, .button.alert:hover, | |
a.button.alert:hover:visited, ul.button-group li a.alert:hover, ul.button-group li button.alert:hover, | |
ol.button-group li a.alert:hover, | |
ol.button-group li button.alert:hover, [role~="button"].alert:hover, button.alert:focus, | |
input[type=submit].alert:focus, | |
input[type=button].alert:focus, | |
input[type=reset].alert:focus, .button.alert:focus, | |
a.button.alert:focus:visited, ul.button-group li a.alert:focus, ul.button-group li button.alert:focus, | |
ol.button-group li a.alert:focus, | |
ol.button-group li button.alert:focus, [role~="button"].alert:focus { | |
background: #e1c118; | |
} | |
button.disabled.alert, | |
input.disabled[type=submit].alert, | |
input.disabled[type=button].alert, | |
input.disabled[type=reset].alert, .disabled.button.alert, | |
a.disabled.button.alert:visited, ul.button-group li a.disabled.alert, ul.button-group li button.disabled.alert, | |
ol.button-group li a.disabled.alert, | |
ol.button-group li button.disabled.alert, .disabled[role~="button"].alert, button[disabled="disabled"].alert, | |
input[disabled="disabled"][type=submit].alert, | |
input[disabled="disabled"][type=button].alert, | |
input[disabled="disabled"][type=reset].alert, [disabled="disabled"].button.alert, | |
a[disabled="disabled"].button.alert:visited, ul.button-group li a[disabled="disabled"].alert, ul.button-group li button[disabled="disabled"].alert, | |
ol.button-group li a[disabled="disabled"].alert, | |
ol.button-group li button[disabled="disabled"].alert, [disabled="disabled"][role~="button"].alert { | |
color: #d7cdbb; | |
background: #c5b59b; | |
border-color: #bba98b; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.warning, | |
input[type=submit].warning, | |
input[type=button].warning, | |
input[type=reset].warning, .button.warning, | |
a.button.warning, | |
a.button.warning:visited, ul.button-group li a.warning, ul.button-group li button.warning, | |
ol.button-group li a.warning, | |
ol.button-group li button.warning, [role~="button"].warning { | |
background-color: #fa8600; | |
color: white; | |
border-color: #e67900; | |
} | |
button.active.warning, | |
input.active[type=submit].warning, | |
input.active[type=button].warning, | |
input.active[type=reset].warning, .active.button.warning, | |
a.active.button.warning:visited, ul.button-group li a.active.warning, ul.button-group li button.active.warning, | |
ol.button-group li a.active.warning, | |
ol.button-group li button.active.warning, .active[role~="button"].warning, button[aria-selected="true"].warning, | |
input[aria-selected="true"][type=submit].warning, | |
input[aria-selected="true"][type=button].warning, | |
input[aria-selected="true"][type=reset].warning, [aria-selected="true"].button.warning, | |
a[aria-selected="true"].button.warning:visited, ul.button-group li a[aria-selected="true"].warning, ul.button-group li button[aria-selected="true"].warning, | |
ol.button-group li a[aria-selected="true"].warning, | |
ol.button-group li button[aria-selected="true"].warning, [aria-selected="true"][role~="button"].warning, button[aria-pressed="true"].warning, | |
input[aria-pressed="true"][type=submit].warning, | |
input[aria-pressed="true"][type=button].warning, | |
input[aria-pressed="true"][type=reset].warning, [aria-pressed="true"].button.warning, | |
a[aria-pressed="true"].button.warning:visited, ul.button-group li a[aria-pressed="true"].warning, ul.button-group li button[aria-pressed="true"].warning, | |
ol.button-group li a[aria-pressed="true"].warning, | |
ol.button-group li button[aria-pressed="true"].warning, [aria-pressed="true"][role~="button"].warning, button.warning:hover, | |
input[type=submit].warning:hover, | |
input[type=button].warning:hover, | |
input[type=reset].warning:hover, .button.warning:hover, | |
a.button.warning:hover:visited, ul.button-group li a.warning:hover, ul.button-group li button.warning:hover, | |
ol.button-group li a.warning:hover, | |
ol.button-group li button.warning:hover, [role~="button"].warning:hover, button.warning:focus, | |
input[type=submit].warning:focus, | |
input[type=button].warning:focus, | |
input[type=reset].warning:focus, .button.warning:focus, | |
a.button.warning:focus:visited, ul.button-group li a.warning:focus, ul.button-group li button.warning:focus, | |
ol.button-group li a.warning:focus, | |
ol.button-group li button.warning:focus, [role~="button"].warning:focus { | |
background: #e07800; | |
} | |
button.disabled.warning, | |
input.disabled[type=submit].warning, | |
input.disabled[type=button].warning, | |
input.disabled[type=reset].warning, .disabled.button.warning, | |
a.disabled.button.warning:visited, ul.button-group li a.disabled.warning, ul.button-group li button.disabled.warning, | |
ol.button-group li a.disabled.warning, | |
ol.button-group li button.disabled.warning, .disabled[role~="button"].warning, button[disabled="disabled"].warning, | |
input[disabled="disabled"][type=submit].warning, | |
input[disabled="disabled"][type=button].warning, | |
input[disabled="disabled"][type=reset].warning, [disabled="disabled"].button.warning, | |
a[disabled="disabled"].button.warning:visited, ul.button-group li a[disabled="disabled"].warning, ul.button-group li button[disabled="disabled"].warning, | |
ol.button-group li a[disabled="disabled"].warning, | |
ol.button-group li button[disabled="disabled"].warning, [disabled="disabled"][role~="button"].warning { | |
color: #f5d1a7; | |
background: #f0b979; | |
border-color: #eead62; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.error, | |
input[type=submit].error, | |
input[type=button].error, | |
input[type=reset].error, .button.error, | |
a.button.error, | |
a.button.error:visited, ul.button-group li a.error, ul.button-group li button.error, | |
ol.button-group li a.error, | |
ol.button-group li button.error, [role~="button"].error, [role~="button"][aria-invalid] { | |
background-color: #b84c4c; | |
color: white; | |
border-color: #b14454; | |
} | |
button.active.error, | |
input.active[type=submit].error, | |
input.active[type=button].error, | |
input.active[type=reset].error, .active.button.error, | |
a.active.button.error:visited, ul.button-group li a.active.error, ul.button-group li button.active.error, | |
ol.button-group li a.active.error, | |
ol.button-group li button.active.error, .active[role~="button"].error, button[aria-selected="true"].error, | |
input[aria-selected="true"][type=submit].error, | |
input[aria-selected="true"][type=button].error, | |
input[aria-selected="true"][type=reset].error, [aria-selected="true"].button.error, | |
a[aria-selected="true"].button.error:visited, ul.button-group li a[aria-selected="true"].error, ul.button-group li button[aria-selected="true"].error, | |
ol.button-group li a[aria-selected="true"].error, | |
ol.button-group li button[aria-selected="true"].error, [aria-selected="true"][role~="button"].error, button[aria-pressed="true"].error, | |
input[aria-pressed="true"][type=submit].error, | |
input[aria-pressed="true"][type=button].error, | |
input[aria-pressed="true"][type=reset].error, [aria-pressed="true"].button.error, | |
a[aria-pressed="true"].button.error:visited, ul.button-group li a[aria-pressed="true"].error, ul.button-group li button[aria-pressed="true"].error, | |
ol.button-group li a[aria-pressed="true"].error, | |
ol.button-group li button[aria-pressed="true"].error, [aria-pressed="true"][role~="button"].error, button.error:hover, | |
input[type=submit].error:hover, | |
input[type=button].error:hover, | |
input[type=reset].error:hover, .button.error:hover, | |
a.button.error:hover:visited, ul.button-group li a.error:hover, ul.button-group li button.error:hover, | |
ol.button-group li a.error:hover, | |
ol.button-group li button.error:hover, [role~="button"].error:hover, button.error:focus, | |
input[type=submit].error:focus, | |
input[type=button].error:focus, | |
input[type=reset].error:focus, .button.error:focus, | |
a.button.error:focus:visited, ul.button-group li a.error:focus, ul.button-group li button.error:focus, | |
ol.button-group li a.error:focus, | |
ol.button-group li button.error:focus, [role~="button"].error:focus, .active[role~="button"][aria-invalid], [aria-selected="true"][role~="button"][aria-invalid], [aria-pressed="true"][role~="button"][aria-invalid], [role~="button"][aria-invalid]:hover, [role~="button"][aria-invalid]:focus { | |
background: #9a3d3d; | |
} | |
button.disabled.error, | |
input.disabled[type=submit].error, | |
input.disabled[type=button].error, | |
input.disabled[type=reset].error, .disabled.button.error, | |
a.disabled.button.error:visited, ul.button-group li a.disabled.error, ul.button-group li button.disabled.error, | |
ol.button-group li a.disabled.error, | |
ol.button-group li button.disabled.error, .disabled[role~="button"].error, button[disabled="disabled"].error, | |
input[disabled="disabled"][type=submit].error, | |
input[disabled="disabled"][type=button].error, | |
input[disabled="disabled"][type=reset].error, [disabled="disabled"].button.error, | |
a[disabled="disabled"].button.error:visited, ul.button-group li a[disabled="disabled"].error, ul.button-group li button[disabled="disabled"].error, | |
ol.button-group li a[disabled="disabled"].error, | |
ol.button-group li button[disabled="disabled"].error, [disabled="disabled"][role~="button"].error, .disabled[role~="button"][aria-invalid], [disabled="disabled"][role~="button"][aria-invalid] { | |
color: #d0b1b1; | |
background: #bd9291; | |
border-color: #b38281; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.success, | |
input[type=submit].success, | |
input[type=button].success, | |
input[type=reset].success, .button.success, | |
a.button.success, | |
a.button.success:visited, ul.button-group li a.success, ul.button-group li button.success, | |
ol.button-group li a.success, | |
ol.button-group li button.success, [role~="button"].success { | |
background-color: #67b646; | |
color: white; | |
border-color: #6da43f; | |
} | |
button.active.success, | |
input.active[type=submit].success, | |
input.active[type=button].success, | |
input.active[type=reset].success, .active.button.success, | |
a.active.button.success:visited, ul.button-group li a.active.success, ul.button-group li button.active.success, | |
ol.button-group li a.active.success, | |
ol.button-group li button.active.success, .active[role~="button"].success, button[aria-selected="true"].success, | |
input[aria-selected="true"][type=submit].success, | |
input[aria-selected="true"][type=button].success, | |
input[aria-selected="true"][type=reset].success, [aria-selected="true"].button.success, | |
a[aria-selected="true"].button.success:visited, ul.button-group li a[aria-selected="true"].success, ul.button-group li button[aria-selected="true"].success, | |
ol.button-group li a[aria-selected="true"].success, | |
ol.button-group li button[aria-selected="true"].success, [aria-selected="true"][role~="button"].success, button[aria-pressed="true"].success, | |
input[aria-pressed="true"][type=submit].success, | |
input[aria-pressed="true"][type=button].success, | |
input[aria-pressed="true"][type=reset].success, [aria-pressed="true"].button.success, | |
a[aria-pressed="true"].button.success:visited, ul.button-group li a[aria-pressed="true"].success, ul.button-group li button[aria-pressed="true"].success, | |
ol.button-group li a[aria-pressed="true"].success, | |
ol.button-group li button[aria-pressed="true"].success, [aria-pressed="true"][role~="button"].success, button.success:hover, | |
input[type=submit].success:hover, | |
input[type=button].success:hover, | |
input[type=reset].success:hover, .button.success:hover, | |
a.button.success:hover:visited, ul.button-group li a.success:hover, ul.button-group li button.success:hover, | |
ol.button-group li a.success:hover, | |
ol.button-group li button.success:hover, [role~="button"].success:hover, button.success:focus, | |
input[type=submit].success:focus, | |
input[type=button].success:focus, | |
input[type=reset].success:focus, .button.success:focus, | |
a.button.success:focus:visited, ul.button-group li a.success:focus, ul.button-group li button.success:focus, | |
ol.button-group li a.success:focus, | |
ol.button-group li button.success:focus, [role~="button"].success:focus { | |
background: #549539; | |
} | |
button.disabled.success, | |
input.disabled[type=submit].success, | |
input.disabled[type=button].success, | |
input.disabled[type=reset].success, .disabled.button.success, | |
a.disabled.button.success:visited, ul.button-group li a.disabled.success, ul.button-group li button.disabled.success, | |
ol.button-group li a.disabled.success, | |
ol.button-group li button.disabled.success, .disabled[role~="button"].success, button[disabled="disabled"].success, | |
input[disabled="disabled"][type=submit].success, | |
input[disabled="disabled"][type=button].success, | |
input[disabled="disabled"][type=reset].success, [disabled="disabled"].button.success, | |
a[disabled="disabled"].button.success:visited, ul.button-group li a[disabled="disabled"].success, ul.button-group li button[disabled="disabled"].success, | |
ol.button-group li a[disabled="disabled"].success, | |
ol.button-group li button[disabled="disabled"].success, [disabled="disabled"][role~="button"].success { | |
color: #9cb19c; | |
background: #809b80; | |
border-color: #719072; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.question, | |
input[type=submit].question, | |
input[type=button].question, | |
input[type=reset].question, .button.question, | |
a.button.question, | |
a.button.question:visited, ul.button-group li a.question, ul.button-group li button.question, | |
ol.button-group li a.question, | |
ol.button-group li button.question, [role~="button"].question { | |
background-color: #9b58b6; | |
color: white; | |
border-color: #ab28e1; | |
} | |
button.active.question, | |
input.active[type=submit].question, | |
input.active[type=button].question, | |
input.active[type=reset].question, .active.button.question, | |
a.active.button.question:visited, ul.button-group li a.active.question, ul.button-group li button.active.question, | |
ol.button-group li a.active.question, | |
ol.button-group li button.active.question, .active[role~="button"].question, button[aria-selected="true"].question, | |
input[aria-selected="true"][type=submit].question, | |
input[aria-selected="true"][type=button].question, | |
input[aria-selected="true"][type=reset].question, [aria-selected="true"].button.question, | |
a[aria-selected="true"].button.question:visited, ul.button-group li a[aria-selected="true"].question, ul.button-group li button[aria-selected="true"].question, | |
ol.button-group li a[aria-selected="true"].question, | |
ol.button-group li button[aria-selected="true"].question, [aria-selected="true"][role~="button"].question, button[aria-pressed="true"].question, | |
input[aria-pressed="true"][type=submit].question, | |
input[aria-pressed="true"][type=button].question, | |
input[aria-pressed="true"][type=reset].question, [aria-pressed="true"].button.question, | |
a[aria-pressed="true"].button.question:visited, ul.button-group li a[aria-pressed="true"].question, ul.button-group li button[aria-pressed="true"].question, | |
ol.button-group li a[aria-pressed="true"].question, | |
ol.button-group li button[aria-pressed="true"].question, [aria-pressed="true"][role~="button"].question, button.question:hover, | |
input[type=submit].question:hover, | |
input[type=button].question:hover, | |
input[type=reset].question:hover, .button.question:hover, | |
a.button.question:hover:visited, ul.button-group li a.question:hover, ul.button-group li button.question:hover, | |
ol.button-group li a.question:hover, | |
ol.button-group li button.question:hover, [role~="button"].question:hover, button.question:focus, | |
input[type=submit].question:focus, | |
input[type=button].question:focus, | |
input[type=reset].question:focus, .button.question:focus, | |
a.button.question:focus:visited, ul.button-group li a.question:focus, ul.button-group li button.question:focus, | |
ol.button-group li a.question:focus, | |
ol.button-group li button.question:focus, [role~="button"].question:focus { | |
background: #83449c; | |
} | |
button.disabled.question, | |
input.disabled[type=submit].question, | |
input.disabled[type=button].question, | |
input.disabled[type=reset].question, .disabled.button.question, | |
a.disabled.button.question:visited, ul.button-group li a.disabled.question, ul.button-group li button.disabled.question, | |
ol.button-group li a.disabled.question, | |
ol.button-group li button.disabled.question, .disabled[role~="button"].question, button[disabled="disabled"].question, | |
input[disabled="disabled"][type=submit].question, | |
input[disabled="disabled"][type=button].question, | |
input[disabled="disabled"][type=reset].question, [disabled="disabled"].button.question, | |
a[disabled="disabled"].button.question:visited, ul.button-group li a[disabled="disabled"].question, ul.button-group li button[disabled="disabled"].question, | |
ol.button-group li a[disabled="disabled"].question, | |
ol.button-group li button[disabled="disabled"].question, [disabled="disabled"][role~="button"].question { | |
color: #c9b9cf; | |
background: #b19bbb; | |
border-color: #a58cb0; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
button.block, | |
input[type=submit].block, | |
input[type=button].block, | |
input[type=reset].block, .button.block, | |
a.button.block, | |
a.button.block:visited, ul.button-group li a.block, ul.button-group li button.block, | |
ol.button-group li a.block, | |
ol.button-group li button.block, [role~="button"].block { | |
width: 100%; | |
} | |
.dropdown { | |
position: relative; | |
} | |
.dropdown > a:after, .dropdown > button:after, .dropdown .button:after { | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f0d7"; | |
} | |
.dropdown ul { | |
text-align: left; | |
margin: 0; | |
padding: 0; | |
list-style: none; | |
display: none; | |
background: white; | |
border: 1px solid #dddddd; | |
position: absolute; | |
left: 0; | |
width: 100%; | |
z-index: 10; | |
border-radius: 0 0 4px 4px; | |
} | |
.dropdown ul li a, .dropdown ul li button { | |
width: 100%; | |
padding: 0.5em 1em; | |
border: none; | |
background: none; | |
color: #2b2b2d; | |
font-size: 1em; | |
font-weight: normal; | |
text-shadow: none; | |
text-decoration: none; | |
text-align: left; | |
border-radius: 0; | |
} | |
.dropdown ul li a:hover, .dropdown ul li button:hover, .dropdown ul li a:focus, .dropdown ul li button:focus { | |
background: #efefef; | |
} | |
.dropdown ul li a.disabled, .dropdown ul li button.disabled, .dropdown ul li a[disabled="disabled"], .dropdown ul li button[disabled="disabled"] { | |
color: silver; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.dropdown ul li:last-child { | |
border-radius: 0 0 4px 4px; | |
} | |
.dropdown hr { | |
margin: 0; | |
border-color: #ececec; | |
} | |
ul.button-group:after, | |
ol.button-group:after { | |
content: ""; | |
} | |
ul.button-group li, | |
ol.button-group li { | |
float: left; | |
margin: 0; | |
} | |
ul.button-group li:first-child a, | |
ol.button-group li:first-child a, ul.button-group li:first-child button, | |
ol.button-group li:first-child button { | |
border-radius: 4px 0 0 4px; | |
} | |
ul.button-group li:last-child a, | |
ol.button-group li:last-child a, ul.button-group li:last-child button, | |
ol.button-group li:last-child button { | |
border-radius: 0 4px 4px 0; | |
} | |
ul.button-group li a, | |
ol.button-group li a, ul.button-group li button, | |
ol.button-group li button { | |
word-wrap: break-word; | |
padding: 0.25em 1em; | |
background: lightgrey; | |
border: 1px solid #c6c6c6; | |
color: #5a5a5a; | |
font-weight: bold; | |
text-decoration: none; | |
cursor: pointer; | |
line-height: 1.5; | |
border-radius: 0; | |
transition: background-color 0.2s ease-out; | |
} | |
ul.button-group li a.active, | |
ol.button-group li a.active, ul.button-group li a[aria-selected="true"], | |
ol.button-group li a[aria-selected="true"], ul.button-group li a[aria-pressed="true"], | |
ol.button-group li a[aria-pressed="true"], ul.button-group li a:hover, | |
ol.button-group li a:hover, ul.button-group li a:focus, | |
ol.button-group li a:focus, ul.button-group li button.active, | |
ol.button-group li button.active, ul.button-group li button[aria-selected="true"], | |
ol.button-group li button[aria-selected="true"], ul.button-group li button[aria-pressed="true"], | |
ol.button-group li button[aria-pressed="true"], ul.button-group li button:hover, | |
ol.button-group li button:hover, ul.button-group li button:focus, | |
ol.button-group li button:focus { | |
background: #c6c6c6; | |
text-decoration: none; | |
border: 1px solid #c6c6c6; | |
} | |
ul.button-group li a.disabled, | |
ol.button-group li a.disabled, ul.button-group li a[disabled="disabled"], | |
ol.button-group li a[disabled="disabled"], ul.button-group li button.disabled, | |
ol.button-group li button.disabled, ul.button-group li button[disabled="disabled"], | |
ol.button-group li button[disabled="disabled"] { | |
color: #f3f3f3; | |
background: #d9d9d9; | |
border-color: #cccccc; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
fieldset { | |
background-color: #fafafa; | |
border: 1px solid #dddddd; | |
padding: 10px; | |
border-radius: 4px; | |
} | |
legend { | |
font-weight: 900; | |
margin-bottom: 0; | |
} | |
label { | |
display: block; | |
padding: 0.4em 0.2em; | |
} | |
input, textarea, select { | |
display: block; | |
width: 100%; | |
max-width: 100%; | |
margin: 0; | |
padding: 0.4em; | |
font-family: monospace; | |
font-size: 1em; | |
line-height: 1.5; | |
height: 2.25em; | |
background: white; | |
border: 1px solid #dddddd; | |
border-radius: 4px; | |
} | |
input[size], input[type="checkbox"], input[type="radio"] { | |
height: auto; | |
} | |
input[type="checkbox"], input[type="radio"] { | |
border: 0; | |
border-radius: 0; | |
} | |
textarea { | |
height: 10em; | |
} | |
.error input, .error select, .error textarea, .invalid input, .invalid select, .invalid textarea, input.invalid, input.error, select.invalid, select.error, textarea.invalid, textarea.error, input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { | |
background: #f2dede; | |
color: #b94a48; | |
border-color: #eed3d7; | |
} | |
.error .prefix, .error .suffix, .invalid .prefix, .invalid .suffix { | |
color: white; | |
background: #b94a48; | |
border-color: #b94a48; | |
} | |
.success input, .success select, .success textarea, .valid input, .valid select, .valid textarea, input.valid, input.success, select.valid, select.success, textarea.valid, textarea.success, input[aria-invalid="false"], select[aria-invalid="false"], textarea[aria-invalid="false"] { | |
background: #dff0d8; | |
color: #468847; | |
border-color: #d6e9c6; | |
} | |
.success .prefix, .success .suffix, .valid .prefix, .valid .suffix { | |
color: white; | |
background: #468847; | |
border-color: #468847; | |
} | |
.prefix, .suffix { | |
display: block; | |
position: relative; | |
z-index: 1; | |
width: 100%; | |
overflow: hidden; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
margin: 0; | |
padding: 0.4em; | |
font-family: monospace; | |
line-height: 1.25; | |
height: 2.25em; | |
text-align: center; | |
color: gray; | |
background: #dfdfdf; | |
border: 1px solid #d2d2d2; | |
} | |
.prefix { | |
left: 2px; | |
border-radius: 4px 0 0 4px; | |
} | |
.suffix { | |
left: -2px; | |
border-radius: 0 4px 4px 0; | |
} | |
.message, [role~="alert"], [role~="status"] { | |
word-wrap: break-word; | |
padding: 0.25em 1em 0.25em 2em; | |
background: lightgrey; | |
color: #5a5a5a; | |
border: 1px solid #dddddd; | |
font-weight: bold; | |
text-decoration: none; | |
border-radius: 4px; | |
} | |
.message:before, [role~="alert"]:before, [role~="status"]:before { | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f05a"; | |
position: absolute; | |
top: 50%; | |
margin-top: -0.65em; | |
left: 0; | |
padding: 0.2em 0.3em; | |
font-size: 1.2em; | |
} | |
.message.small, [role~="alert"].small, [role~="status"].small { | |
font-size: 0.8em; | |
} | |
.message.medium, [role~="alert"].medium, [role~="status"].medium { | |
font-size: 1em; | |
} | |
.message.large, [role~="alert"].large, [role~="status"].large { | |
font-size: 1.5em; | |
} | |
.message.square, [role~="alert"].square, [role~="status"].square { | |
border-radius: 0; | |
} | |
.message.rounded, [role~="alert"].rounded, [role~="status"].rounded { | |
border-radius: 9999em; | |
} | |
.message.round, [role~="alert"].round, [role~="status"].round { | |
border-radius: 50%; | |
} | |
.message.info, [role~="alert"].info, [role~="status"].info { | |
background-color: #d9edf7; | |
color: #3a87ad; | |
border-color: #bce8f1; | |
} | |
.message.alert, [role~="alert"].alert, [role~="status"].alert { | |
background-color: #fcf8e3; | |
color: #c09853; | |
border-color: #fbeee0; | |
} | |
.message.alert:before, [role~="alert"].alert:before, [role~="status"].alert:before { | |
content: "\f06a"; | |
} | |
.message.warning, [role~="alert"].warning, [role~="status"].warning { | |
background: #ffe5c7; | |
color: #ff971e; | |
border-color: #ffdbb3; | |
} | |
.message.warning:before, [role~="alert"].warning:before, [role~="status"].warning:before { | |
content: "\f071"; | |
} | |
.message.error, [role~="alert"].error, [role~="status"].error { | |
background: #f2dede; | |
color: #b94a48; | |
border-color: #eed3d7; | |
} | |
.message.error:before, [role~="alert"].error:before, [role~="status"].error:before { | |
content: "\f057"; | |
} | |
.message.success, [role~="alert"].success, [role~="status"].success { | |
background: #dff0d8; | |
color: #468847; | |
border-color: #d6e9c6; | |
} | |
.message.success:before, [role~="alert"].success:before, [role~="status"].success:before { | |
content: "\f058"; | |
} | |
.message.question, [role~="alert"].question, [role~="status"].question { | |
background-color: #f0e6f4; | |
color: #9855b4; | |
border-color: #f1dbfa; | |
} | |
.message.question:before, [role~="alert"].question:before, [role~="status"].question:before { | |
content: "\f059"; | |
} | |
.message.dismissible, [role~="alert"].dismissible, [role~="status"].dismissible { | |
padding-right: 2em; | |
cursor: pointer; | |
} | |
.message.dismissible:after, [role~="alert"].dismissible:after, [role~="status"].dismissible:after { | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f00d"; | |
position: absolute; | |
top: 50%; | |
margin-top: -0.9em; | |
right: 0; | |
padding: 0.2em 0.3em; | |
font-size: 1.2em; | |
cursor: pointer; | |
} | |
.message.green, [role~="alert"].green, [role~="status"].green { | |
border-color: #2ecc71; | |
background-color: #54d98c; | |
color: white; | |
} | |
.message.blue, [role~="alert"].blue, [role~="status"].blue { | |
border-color: #3498db; | |
background-color: #5faee3; | |
color: white; | |
} | |
.message.purple, [role~="alert"].purple, [role~="status"].purple { | |
border-color: #9b59b6; | |
background-color: #b07cc6; | |
color: white; | |
} | |
.message.yellow, [role~="alert"].yellow, [role~="status"].yellow { | |
border-color: #f1c40f; | |
background-color: #f4d03f; | |
color: white; | |
} | |
.message.orange, [role~="alert"].orange, [role~="status"].orange { | |
border-color: #e67e22; | |
background-color: #eb9950; | |
color: white; | |
} | |
.message.red, [role~="alert"].red, [role~="status"].red { | |
border-color: #e74c3c; | |
background-color: #ed7669; | |
color: white; | |
} | |
.message.pink, [role~="alert"].pink, [role~="status"].pink { | |
border-color: #f02475; | |
background-color: #f35493; | |
color: white; | |
} | |
.message.turquoise, [role~="alert"].turquoise, [role~="status"].turquoise { | |
border-color: #1abc9c; | |
background-color: #28e1bd; | |
color: white; | |
} | |
.message.asphalt, [role~="alert"].asphalt, [role~="status"].asphalt { | |
border-color: #34495e; | |
background-color: #46627f; | |
color: white; | |
} | |
.message.charcoal, [role~="alert"].charcoal, [role~="status"].charcoal { | |
border-color: #383636; | |
background-color: #524f4f; | |
color: white; | |
} | |
.message.white, [role~="alert"].white, [role~="status"].white { | |
border-color: white; | |
background-color: white; | |
color: #111111; | |
} | |
.message.black, [role~="alert"].black, [role~="status"].black { | |
border-color: #111111; | |
background-color: #2b2b2b; | |
color: white; | |
} | |
.nav, [role~="navigation"] { | |
clear: both; | |
background: lightgrey; | |
color: #5a5a5a; | |
border: 1px solid #c6c6c6; | |
border-radius: 4px; | |
} | |
.nav:after, [role~="navigation"]:after { | |
content: " "; | |
display: block; | |
height: 0; | |
font-size: 0; | |
clear: both; | |
visibility: hidden; | |
} | |
.nav:before, [role~="navigation"]:before { | |
float: left; | |
display: inline-block; | |
content: attr(title); | |
padding: 0.25em 0.5em; | |
font-weight: bold; | |
} | |
.nav a, .nav a:visited, .nav button { | |
background: lightgrey; | |
color: #5a5a5a; | |
cursor: pointer; | |
width: 100%; | |
padding: 0.25em 1em; | |
text-decoration: none; | |
cursor: pointer; | |
line-height: 1.5; | |
border: 0; | |
border-top: 1px solid #c6c6c6; | |
border-radius: 0; | |
} | |
.nav button.hamburger { | |
display: inline-block; | |
background: none; | |
color: #616161; | |
width: auto; | |
border: 0; | |
} | |
.nav button.hamburger:hover, .nav button.hamburger:focus { | |
background: none !important; | |
} | |
.nav button.hamburger:before { | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f03a"; | |
} | |
.nav button[aria-expanded="true"].hamburger:before { | |
content: "\f151"; | |
} | |
.nav a.on, .nav a.on:visited, .nav button.on, .nav a:hover, .nav button:hover, .nav a:focus, .nav button:focus, .nav li[role="menu"][aria-expanded="true"] > a, .nav li[role="menu"][aria-expanded="true"] > button, .nav a.active, .nav a.active:visited, .nav button.active { | |
background: #c6c6c6; | |
color: #616161; | |
text-decoration: none; | |
} | |
.nav li ul { | |
display: none; | |
z-index: 9; | |
min-width: 100%; | |
border: 1px solid #c6c6c6; | |
border-radius: 0 0 4px 4px; | |
} | |
.nav.green, | |
.nav.green li[role="menu"] ul { | |
background-color: #2ecc71; | |
color: white; | |
border-color: #29b765; | |
} | |
.nav.green li[role="menu"] ul a, .nav.green li[role="menu"] ul button, .nav.green a, .nav.green button { | |
background-color: #2ecc71; | |
color: white; | |
border-color: #29b765; | |
} | |
.nav.green li[role="menu"] ul a.active, .nav.green li[role="menu"] ul button.active, .nav.green a.active, .nav.green button.active, .nav.green li[role="menu"] ul a:hover, .nav.green li[role="menu"] ul button:hover, .nav.green a:hover, .nav.green button:hover, .nav.green li[role="menu"] ul a:focus, .nav.green li[role="menu"] ul button:focus, .nav.green a:focus, .nav.green button:focus { | |
background: #29b765; | |
border-color: #25a25a; | |
} | |
.nav.green li[role="menu"] ul a.disabled, .nav.green li[role="menu"] ul button.disabled, .nav.green a.disabled, .nav.green button.disabled { | |
color: #a0d9b8; | |
background: #7ccb9d; | |
border-color: #69c490; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.blue, | |
.nav.blue li[role="menu"] ul { | |
background-color: #3498db; | |
color: white; | |
border-color: #258cd1; | |
} | |
.nav.blue li[role="menu"] ul a, .nav.blue li[role="menu"] ul button, .nav.blue a, .nav.blue button { | |
background-color: #3498db; | |
color: white; | |
border-color: #258cd1; | |
} | |
.nav.blue li[role="menu"] ul a.active, .nav.blue li[role="menu"] ul button.active, .nav.blue a.active, .nav.blue button.active, .nav.blue li[role="menu"] ul a:hover, .nav.blue li[role="menu"] ul button:hover, .nav.blue a:hover, .nav.blue button:hover, .nav.blue li[role="menu"] ul a:focus, .nav.blue li[role="menu"] ul button:focus, .nav.blue a:focus, .nav.blue button:focus { | |
background: #258cd1; | |
border-color: #217dbb; | |
} | |
.nav.blue li[role="menu"] ul a.disabled, .nav.blue li[role="menu"] ul button.disabled, .nav.blue a.disabled, .nav.blue button.disabled { | |
color: #abcde3; | |
background: #85b6d6; | |
border-color: #72aad0; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.purple, | |
.nav.purple li[role="menu"] ul { | |
background-color: #9b59b6; | |
color: white; | |
border-color: #8f4bab; | |
} | |
.nav.purple li[role="menu"] ul a, .nav.purple li[role="menu"] ul button, .nav.purple a, .nav.purple button { | |
background-color: #9b59b6; | |
color: white; | |
border-color: #8f4bab; | |
} | |
.nav.purple li[role="menu"] ul a.active, .nav.purple li[role="menu"] ul button.active, .nav.purple a.active, .nav.purple button.active, .nav.purple li[role="menu"] ul a:hover, .nav.purple li[role="menu"] ul button:hover, .nav.purple a:hover, .nav.purple button:hover, .nav.purple li[role="menu"] ul a:focus, .nav.purple li[role="menu"] ul button:focus, .nav.purple a:focus, .nav.purple button:focus { | |
background: #8f4bab; | |
border-color: #804399; | |
} | |
.nav.purple li[role="menu"] ul a.disabled, .nav.purple li[role="menu"] ul button.disabled, .nav.purple a.disabled, .nav.purple button.disabled { | |
color: #ccbdd2; | |
background: #b49ebd; | |
border-color: #a88fb3; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.yellow, | |
.nav.yellow li[role="menu"] ul { | |
background-color: #f1c40f; | |
color: white; | |
border-color: #dab10d; | |
} | |
.nav.yellow li[role="menu"] ul a, .nav.yellow li[role="menu"] ul button, .nav.yellow a, .nav.yellow button { | |
background-color: #f1c40f; | |
color: white; | |
border-color: #dab10d; | |
} | |
.nav.yellow li[role="menu"] ul a.active, .nav.yellow li[role="menu"] ul button.active, .nav.yellow a.active, .nav.yellow button.active, .nav.yellow li[role="menu"] ul a:hover, .nav.yellow li[role="menu"] ul button:hover, .nav.yellow a:hover, .nav.yellow button:hover, .nav.yellow li[role="menu"] ul a:focus, .nav.yellow li[role="menu"] ul button:focus, .nav.yellow a:focus, .nav.yellow button:focus { | |
background: #dab10d; | |
border-color: #c29d0b; | |
} | |
.nav.yellow li[role="menu"] ul a.disabled, .nav.yellow li[role="menu"] ul button.disabled, .nav.yellow a.disabled, .nav.yellow button.disabled { | |
color: #ebda94; | |
background: #e3cb69; | |
border-color: #e0c453; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.orange, | |
.nav.orange li[role="menu"] ul { | |
background-color: #e67e22; | |
color: white; | |
border-color: #d67118; | |
} | |
.nav.orange li[role="menu"] ul a, .nav.orange li[role="menu"] ul button, .nav.orange a, .nav.orange button { | |
background-color: #e67e22; | |
color: white; | |
border-color: #d67118; | |
} | |
.nav.orange li[role="menu"] ul a.active, .nav.orange li[role="menu"] ul button.active, .nav.orange a.active, .nav.orange button.active, .nav.orange li[role="menu"] ul a:hover, .nav.orange li[role="menu"] ul button:hover, .nav.orange a:hover, .nav.orange button:hover, .nav.orange li[role="menu"] ul a:focus, .nav.orange li[role="menu"] ul button:focus, .nav.orange a:focus, .nav.orange button:focus { | |
background: #d67118; | |
border-color: #bf6516; | |
} | |
.nav.orange li[role="menu"] ul a.disabled, .nav.orange li[role="menu"] ul button.disabled, .nav.orange a.disabled, .nav.orange button.disabled { | |
color: #e7c2a0; | |
background: #dda778; | |
border-color: #d89a63; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.red, | |
.nav.red li[role="menu"] ul { | |
background-color: #e74c3c; | |
color: white; | |
border-color: #e43725; | |
} | |
.nav.red li[role="menu"] ul a, .nav.red li[role="menu"] ul button, .nav.red a, .nav.red button { | |
background-color: #e74c3c; | |
color: white; | |
border-color: #e43725; | |
} | |
.nav.red li[role="menu"] ul a.active, .nav.red li[role="menu"] ul button.active, .nav.red a.active, .nav.red button.active, .nav.red li[role="menu"] ul a:hover, .nav.red li[role="menu"] ul button:hover, .nav.red a:hover, .nav.red button:hover, .nav.red li[role="menu"] ul a:focus, .nav.red li[role="menu"] ul button:focus, .nav.red a:focus, .nav.red button:focus { | |
background: #e43725; | |
border-color: #d62c1a; | |
} | |
.nav.red li[role="menu"] ul a.disabled, .nav.red li[role="menu"] ul button.disabled, .nav.red a.disabled, .nav.red button.disabled { | |
color: #ecbcb7; | |
background: #e1968e; | |
border-color: #dc837a; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.pink, | |
.nav.pink li[role="menu"] ul { | |
background-color: #f02475; | |
color: white; | |
border-color: #ea1067; | |
} | |
.nav.pink li[role="menu"] ul a, .nav.pink li[role="menu"] ul button, .nav.pink a, .nav.pink button { | |
background-color: #f02475; | |
color: white; | |
border-color: #ea1067; | |
} | |
.nav.pink li[role="menu"] ul a.active, .nav.pink li[role="menu"] ul button.active, .nav.pink a.active, .nav.pink button.active, .nav.pink li[role="menu"] ul a:hover, .nav.pink li[role="menu"] ul button:hover, .nav.pink a:hover, .nav.pink button:hover, .nav.pink li[role="menu"] ul a:focus, .nav.pink li[role="menu"] ul button:focus, .nav.pink a:focus, .nav.pink button:focus { | |
background: #ea1067; | |
border-color: #d30e5c; | |
} | |
.nav.pink li[role="menu"] ul a.disabled, .nav.pink li[role="menu"] ul button.disabled, .nav.pink a.disabled, .nav.pink button.disabled { | |
color: #eea6c2; | |
background: #e57ba5; | |
border-color: #e16697; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.turquoise, | |
.nav.turquoise li[role="menu"] ul { | |
background-color: #1abc9c; | |
color: white; | |
border-color: #17a689; | |
} | |
.nav.turquoise li[role="menu"] ul a, .nav.turquoise li[role="menu"] ul button, .nav.turquoise a, .nav.turquoise button { | |
background-color: #1abc9c; | |
color: white; | |
border-color: #17a689; | |
} | |
.nav.turquoise li[role="menu"] ul a.active, .nav.turquoise li[role="menu"] ul button.active, .nav.turquoise a.active, .nav.turquoise button.active, .nav.turquoise li[role="menu"] ul a:hover, .nav.turquoise li[role="menu"] ul button:hover, .nav.turquoise a:hover, .nav.turquoise button:hover, .nav.turquoise li[role="menu"] ul a:focus, .nav.turquoise li[role="menu"] ul button:focus, .nav.turquoise a:focus, .nav.turquoise button:focus { | |
background: #17a689; | |
border-color: #148f77; | |
} | |
.nav.turquoise li[role="menu"] ul a.disabled, .nav.turquoise li[role="menu"] ul button.disabled, .nav.turquoise a.disabled, .nav.turquoise button.disabled { | |
color: #7cdac7; | |
background: #54ceb6; | |
border-color: #40c9ae; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.asphalt, | |
.nav.asphalt li[role="menu"] ul { | |
background-color: #34495e; | |
color: white; | |
border-color: #2b3c4e; | |
} | |
.nav.asphalt li[role="menu"] ul a, .nav.asphalt li[role="menu"] ul button, .nav.asphalt a, .nav.asphalt button { | |
background-color: #34495e; | |
color: white; | |
border-color: #2b3c4e; | |
} | |
.nav.asphalt li[role="menu"] ul a.active, .nav.asphalt li[role="menu"] ul button.active, .nav.asphalt a.active, .nav.asphalt button.active, .nav.asphalt li[role="menu"] ul a:hover, .nav.asphalt li[role="menu"] ul button:hover, .nav.asphalt a:hover, .nav.asphalt button:hover, .nav.asphalt li[role="menu"] ul a:focus, .nav.asphalt li[role="menu"] ul button:focus, .nav.asphalt a:focus, .nav.asphalt button:focus { | |
background: #2b3c4e; | |
border-color: #222f3d; | |
} | |
.nav.asphalt li[role="menu"] ul a.disabled, .nav.asphalt li[role="menu"] ul button.disabled, .nav.asphalt a.disabled, .nav.asphalt button.disabled { | |
color: #7e8993; | |
background: #656f79; | |
border-color: #5a626b; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.charcoal, | |
.nav.charcoal li[role="menu"] ul { | |
background-color: #383636; | |
color: white; | |
border-color: #2b2929; | |
} | |
.nav.charcoal li[role="menu"] ul a, .nav.charcoal li[role="menu"] ul button, .nav.charcoal a, .nav.charcoal button { | |
background-color: #383636; | |
color: white; | |
border-color: #2b2929; | |
} | |
.nav.charcoal li[role="menu"] ul a.active, .nav.charcoal li[role="menu"] ul button.active, .nav.charcoal a.active, .nav.charcoal button.active, .nav.charcoal li[role="menu"] ul a:hover, .nav.charcoal li[role="menu"] ul button:hover, .nav.charcoal a:hover, .nav.charcoal button:hover, .nav.charcoal li[role="menu"] ul a:focus, .nav.charcoal li[role="menu"] ul button:focus, .nav.charcoal a:focus, .nav.charcoal button:focus { | |
background: #2b2929; | |
border-color: #1e1d1d; | |
} | |
.nav.charcoal li[role="menu"] ul a.disabled, .nav.charcoal li[role="menu"] ul button.disabled, .nav.charcoal a.disabled, .nav.charcoal button.disabled { | |
color: #777777; | |
background: #5d5d5d; | |
border-color: #515151; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.white, | |
.nav.white li[role="menu"] ul { | |
background-color: white; | |
color: #111111; | |
border-color: #f2f2f2; | |
} | |
.nav.white li[role="menu"] ul a, .nav.white li[role="menu"] ul button, .nav.white a, .nav.white button { | |
background-color: white; | |
color: #111111; | |
border-color: #f2f2f2; | |
} | |
.nav.white li[role="menu"] ul a.active, .nav.white li[role="menu"] ul button.active, .nav.white a.active, .nav.white button.active, .nav.white li[role="menu"] ul a:hover, .nav.white li[role="menu"] ul button:hover, .nav.white a:hover, .nav.white button:hover, .nav.white li[role="menu"] ul a:focus, .nav.white li[role="menu"] ul button:focus, .nav.white a:focus, .nav.white button:focus { | |
background: #f2f2f2; | |
border-color: #e6e6e6; | |
} | |
.nav.white li[role="menu"] ul a.disabled, .nav.white li[role="menu"] ul button.disabled, .nav.white a.disabled, .nav.white button.disabled { | |
color: white; | |
background: white; | |
border-color: white; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.black, | |
.nav.black li[role="menu"] ul { | |
background-color: #111111; | |
color: white; | |
border-color: #040404; | |
} | |
.nav.black li[role="menu"] ul a, .nav.black li[role="menu"] ul button, .nav.black a, .nav.black button { | |
background-color: #111111; | |
color: white; | |
border-color: #040404; | |
} | |
.nav.black li[role="menu"] ul a.active, .nav.black li[role="menu"] ul button.active, .nav.black a.active, .nav.black button.active, .nav.black li[role="menu"] ul a:hover, .nav.black li[role="menu"] ul button:hover, .nav.black a:hover, .nav.black button:hover, .nav.black li[role="menu"] ul a:focus, .nav.black li[role="menu"] ul button:focus, .nav.black a:focus, .nav.black button:focus { | |
background: #040404; | |
border-color: black; | |
} | |
.nav.black li[role="menu"] ul a.disabled, .nav.black li[role="menu"] ul button.disabled, .nav.black a.disabled, .nav.black button.disabled { | |
color: #515151; | |
background: #373737; | |
border-color: #2b2b2b; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.no-js .nav ul li:hover > ul, .no-js .nav ul li:focus > ul { | |
display: block; | |
} | |
.nav.green li[role="menu"][aria-expanded="true"] > a, .nav.green li[role="menu"][aria-expanded="true"] > button { | |
background: #29b765; | |
border-color: #25a25a; | |
color: white; | |
} | |
.nav.green button.hamburger { | |
color: white; | |
} | |
.nav.blue li[role="menu"][aria-expanded="true"] > a, .nav.blue li[role="menu"][aria-expanded="true"] > button { | |
background: #258cd1; | |
border-color: #217dbb; | |
color: white; | |
} | |
.nav.blue button.hamburger { | |
color: white; | |
} | |
.nav.purple li[role="menu"][aria-expanded="true"] > a, .nav.purple li[role="menu"][aria-expanded="true"] > button { | |
background: #8f4bab; | |
border-color: #804399; | |
color: white; | |
} | |
.nav.purple button.hamburger { | |
color: white; | |
} | |
.nav.yellow li[role="menu"][aria-expanded="true"] > a, .nav.yellow li[role="menu"][aria-expanded="true"] > button { | |
background: #dab10d; | |
border-color: #c29d0b; | |
color: white; | |
} | |
.nav.yellow button.hamburger { | |
color: white; | |
} | |
.nav.orange li[role="menu"][aria-expanded="true"] > a, .nav.orange li[role="menu"][aria-expanded="true"] > button { | |
background: #d67118; | |
border-color: #bf6516; | |
color: white; | |
} | |
.nav.orange button.hamburger { | |
color: white; | |
} | |
.nav.red li[role="menu"][aria-expanded="true"] > a, .nav.red li[role="menu"][aria-expanded="true"] > button { | |
background: #e43725; | |
border-color: #d62c1a; | |
color: white; | |
} | |
.nav.red button.hamburger { | |
color: white; | |
} | |
.nav.pink li[role="menu"][aria-expanded="true"] > a, .nav.pink li[role="menu"][aria-expanded="true"] > button { | |
background: #ea1067; | |
border-color: #d30e5c; | |
color: white; | |
} | |
.nav.pink button.hamburger { | |
color: white; | |
} | |
.nav.turquoise li[role="menu"][aria-expanded="true"] > a, .nav.turquoise li[role="menu"][aria-expanded="true"] > button { | |
background: #17a689; | |
border-color: #148f77; | |
color: white; | |
} | |
.nav.turquoise button.hamburger { | |
color: white; | |
} | |
.nav.asphalt li[role="menu"][aria-expanded="true"] > a, .nav.asphalt li[role="menu"][aria-expanded="true"] > button { | |
background: #2b3c4e; | |
border-color: #222f3d; | |
color: white; | |
} | |
.nav.asphalt button.hamburger { | |
color: white; | |
} | |
.nav.charcoal li[role="menu"][aria-expanded="true"] > a, .nav.charcoal li[role="menu"][aria-expanded="true"] > button { | |
background: #2b2929; | |
border-color: #1e1d1d; | |
color: white; | |
} | |
.nav.charcoal button.hamburger { | |
color: white; | |
} | |
.nav.white li[role="menu"][aria-expanded="true"] > a, .nav.white li[role="menu"][aria-expanded="true"] > button { | |
background: #f2f2f2; | |
border-color: #e6e6e6; | |
color: #111111; | |
} | |
.nav.white button.hamburger { | |
color: #111111; | |
} | |
.nav.black li[role="menu"][aria-expanded="true"] > a, .nav.black li[role="menu"][aria-expanded="true"] > button { | |
background: #040404; | |
border-color: black; | |
color: white; | |
} | |
.nav.black button.hamburger { | |
color: white; | |
} | |
.nav > ul { | |
display: none; | |
} | |
.nav > ul > li > a, .nav > ul > li > button { | |
border-top-width: 1px; | |
} | |
.nav ul[aria-expanded="true"] { | |
display: block; | |
} | |
.nav li[role="menu"][aria-pressed="true"] > a:after, .nav li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0d8"; | |
} | |
.nav li[role="menu"] > a:after, .nav li[role="menu"] > button:after { | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f0d7"; | |
margin-left: 0.5em; | |
} | |
.nav li[role="menu"] ul { | |
border-width: 0; | |
} | |
.nav li[role="menu"] ul > li:first-child > a, .nav li[role="menu"] ul > li:first-child > button { | |
border-top-width: 1px; | |
} | |
.nav li ul > li:first-child > a, .nav li ul > li:first-child > button { | |
border-top-width: 0; | |
} | |
.nav li ul a, .nav li ul button { | |
display: block; | |
width: 100%; | |
} | |
.nav li li { | |
float: none; | |
} | |
.nav li li:last-child > a, .nav li li:last-child > button { | |
border-radius: 0 0 4px 4px; | |
} | |
.nav li li ul { | |
border-radius: 0 4px 4px 4px; | |
} | |
.nav li li ul li:first-child > a, .nav li li ul li:first-child > button { | |
border-radius: 0 4px 0 0; | |
} | |
.nav li li ul li:last-child > a, .nav li li ul li:last-child > button { | |
border-radius: 0 0 4px 4px; | |
} | |
.nav li li a, .nav li li button { | |
padding-left: 1.5em; | |
} | |
.nav li li li a, .nav li li li button { | |
padding-left: 2em; | |
} | |
.nav li li li li a, .nav li li li li button { | |
padding-left: 2.5em; | |
} | |
.nav li li li li li a, .nav li li li li li button { | |
padding-left: 3em; | |
} | |
.nav.mobile:before { | |
display: none; | |
} | |
.nav.mobile > ul { | |
display: block; | |
} | |
.nav.mobile > ul > li > a, .nav.mobile > ul > li > button { | |
border-top-width: 0; | |
} | |
.nav.mobile li { | |
float: left; | |
} | |
.nav.mobile li[role="menu"][aria-pressed="true"] > a:after, .nav.mobile li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0d7"; | |
} | |
.nav.mobile li[role="menu"] > a:after, .nav.mobile li[role="menu"] > button:after { | |
float: right; | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f0d7"; | |
line-height: inherit; | |
} | |
.nav.mobile li[role="menu"] ul { | |
border-width: 1px; | |
} | |
.nav.mobile li[role="menu"] ul > li:first-child a, .nav.mobile li[role="menu"] ul > li:first-child button { | |
border-top-width: 0; | |
} | |
.nav.mobile li ul { | |
position: absolute; | |
} | |
.nav.mobile li li { | |
float: none; | |
} | |
.nav.mobile li li:last-child > a, .nav.mobile li li:last-child > button { | |
border-radius: 0 0 4px 4px; | |
} | |
.nav.mobile li li[role="menu"] > a:after, .nav.mobile li li[role="menu"] > button:after, .nav.mobile li li[role="menu"][aria-pressed="true"] > a:after, .nav.mobile li li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0da"; | |
} | |
.nav.mobile li li ul { | |
top: 0; | |
left: 100%; | |
min-width: none; | |
border-radius: 0 4px 4px 4px; | |
} | |
.nav.mobile li li ul li:first-child > a, .nav.mobile li li ul li:first-child > button { | |
border-radius: 0 4px 0 0; | |
} | |
.nav.mobile li li ul li:last-child > a, .nav.mobile li li ul li:last-child > button { | |
border-radius: 0 0 4px 4px; | |
} | |
.nav.mobile li li a, .nav.mobile li li button { | |
padding-left: 1em; | |
} | |
.nav.mobile li li li a, .nav.mobile li li li button { | |
padding-left: 1em; | |
} | |
.nav.mobile li li li li a, .nav.mobile li li li li button { | |
padding-left: 1em; | |
} | |
.nav.mobile li li li li li a, .nav.mobile li li li li li button { | |
padding-left: 1em; | |
} | |
.nav.mobile button.hamburger { | |
display: none; | |
} | |
.nav.mobile.vertical > ul > li:first-child > a, .nav.mobile.vertical > ul > li:first-child > button { | |
border-top-width: 0; | |
} | |
.nav.mobile.vertical > ul > li > a, .nav.mobile.vertical > ul > li > button { | |
border-top-width: 1px; | |
} | |
.nav.mobile.vertical li { | |
float: none; | |
} | |
.nav.mobile.vertical li[role="menu"] > a:after, .nav.mobile.vertical li[role="menu"] > button:after { | |
content: "\f0d7"; | |
} | |
.nav.mobile.vertical li[role="menu"][aria-pressed="true"] > a:after, .nav.mobile.vertical li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0d8"; | |
} | |
.nav.mobile.vertical li[role="menu"] ul > li:first-child a, .nav.mobile.vertical li[role="menu"] ul > li:first-child button { | |
border-top-width: 1px; | |
} | |
.nav.mobile.vertical li ul { | |
position: static; | |
border-width: 0; | |
} | |
.nav.mobile.vertical li li { | |
border-radius: 0; | |
} | |
.nav.mobile.vertical li li:last-child a, .nav.mobile.vertical li li:last-child button { | |
border-radius: 0; | |
} | |
.nav.mobile.vertical li li ul li:first-child a, .nav.mobile.vertical li li ul li:first-child button { | |
border-radius: 0; | |
} | |
.nav.mobile.vertical li li a, .nav.mobile.vertical li li button { | |
padding-left: 1.5em; | |
} | |
.nav.mobile.vertical li li li a, .nav.mobile.vertical li li li button { | |
padding-left: 2em; | |
} | |
.nav.mobile.vertical li li li li a, .nav.mobile.vertical li li li li button { | |
padding-left: 2.5em; | |
} | |
.nav.mobile.vertical li li li li li a, .nav.mobile.vertical li li li li li button { | |
padding-left: 3em; | |
} | |
.nav.small-tablet:before { | |
display: none; | |
} | |
.nav.small-tablet > ul { | |
display: block; | |
} | |
.nav.small-tablet > ul > li > a, .nav.small-tablet > ul > li > button { | |
border-top-width: 0; | |
} | |
.nav.small-tablet li { | |
float: left; | |
} | |
.nav.small-tablet li[role="menu"][aria-pressed="true"] > a:after, .nav.small-tablet li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0d7"; | |
} | |
.nav.small-tablet li[role="menu"] > a:after, .nav.small-tablet li[role="menu"] > button:after { | |
float: right; | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f0d7"; | |
line-height: inherit; | |
} | |
.nav.small-tablet li[role="menu"] ul { | |
border-width: 1px; | |
} | |
.nav.small-tablet li[role="menu"] ul > li:first-child a, .nav.small-tablet li[role="menu"] ul > li:first-child button { | |
border-top-width: 0; | |
} | |
.nav.small-tablet li ul { | |
position: absolute; | |
} | |
.nav.small-tablet li li { | |
float: none; | |
} | |
.nav.small-tablet li li:last-child > a, .nav.small-tablet li li:last-child > button { | |
border-radius: 0 0 4px 4px; | |
} | |
.nav.small-tablet li li[role="menu"] > a:after, .nav.small-tablet li li[role="menu"] > button:after, .nav.small-tablet li li[role="menu"][aria-pressed="true"] > a:after, .nav.small-tablet li li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0da"; | |
} | |
.nav.small-tablet li li ul { | |
top: 0; | |
left: 100%; | |
min-width: none; | |
border-radius: 0 4px 4px 4px; | |
} | |
.nav.small-tablet li li ul li:first-child > a, .nav.small-tablet li li ul li:first-child > button { | |
border-radius: 0 4px 0 0; | |
} | |
.nav.small-tablet li li ul li:last-child > a, .nav.small-tablet li li ul li:last-child > button { | |
border-radius: 0 0 4px 4px; | |
} | |
.nav.small-tablet li li a, .nav.small-tablet li li button { | |
padding-left: 1em; | |
} | |
.nav.small-tablet li li li a, .nav.small-tablet li li li button { | |
padding-left: 1em; | |
} | |
.nav.small-tablet li li li li a, .nav.small-tablet li li li li button { | |
padding-left: 1em; | |
} | |
.nav.small-tablet li li li li li a, .nav.small-tablet li li li li li button { | |
padding-left: 1em; | |
} | |
.nav.small-tablet button.hamburger { | |
display: none; | |
} | |
.nav.small-tablet.vertical > ul > li:first-child > a, .nav.small-tablet.vertical > ul > li:first-child > button { | |
border-top-width: 0; | |
} | |
.nav.small-tablet.vertical > ul > li > a, .nav.small-tablet.vertical > ul > li > button { | |
border-top-width: 1px; | |
} | |
.nav.small-tablet.vertical li { | |
float: none; | |
} | |
.nav.small-tablet.vertical li[role="menu"] > a:after, .nav.small-tablet.vertical li[role="menu"] > button:after { | |
content: "\f0d7"; | |
} | |
.nav.small-tablet.vertical li[role="menu"][aria-pressed="true"] > a:after, .nav.small-tablet.vertical li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0d8"; | |
} | |
.nav.small-tablet.vertical li[role="menu"] ul > li:first-child a, .nav.small-tablet.vertical li[role="menu"] ul > li:first-child button { | |
border-top-width: 1px; | |
} | |
.nav.small-tablet.vertical li ul { | |
position: static; | |
border-width: 0; | |
} | |
.nav.small-tablet.vertical li li { | |
border-radius: 0; | |
} | |
.nav.small-tablet.vertical li li:last-child a, .nav.small-tablet.vertical li li:last-child button { | |
border-radius: 0; | |
} | |
.nav.small-tablet.vertical li li ul li:first-child a, .nav.small-tablet.vertical li li ul li:first-child button { | |
border-radius: 0; | |
} | |
.nav.small-tablet.vertical li li a, .nav.small-tablet.vertical li li button { | |
padding-left: 1.5em; | |
} | |
.nav.small-tablet.vertical li li li a, .nav.small-tablet.vertical li li li button { | |
padding-left: 2em; | |
} | |
.nav.small-tablet.vertical li li li li a, .nav.small-tablet.vertical li li li li button { | |
padding-left: 2.5em; | |
} | |
.nav.small-tablet.vertical li li li li li a, .nav.small-tablet.vertical li li li li li button { | |
padding-left: 3em; | |
} | |
.nav.large-tablet:before { | |
display: none; | |
} | |
.nav.large-tablet > ul { | |
display: block; | |
} | |
.nav.large-tablet > ul > li > a, .nav.large-tablet > ul > li > button { | |
border-top-width: 0; | |
} | |
.nav.large-tablet li { | |
float: left; | |
} | |
.nav.large-tablet li[role="menu"][aria-pressed="true"] > a:after, .nav.large-tablet li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0d7"; | |
} | |
.nav.large-tablet li[role="menu"] > a:after, .nav.large-tablet li[role="menu"] > button:after { | |
float: right; | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f0d7"; | |
line-height: inherit; | |
} | |
.nav.large-tablet li[role="menu"] ul { | |
border-width: 1px; | |
} | |
.nav.large-tablet li[role="menu"] ul > li:first-child a, .nav.large-tablet li[role="menu"] ul > li:first-child button { | |
border-top-width: 0; | |
} | |
.nav.large-tablet li ul { | |
position: absolute; | |
} | |
.nav.large-tablet li li { | |
float: none; | |
} | |
.nav.large-tablet li li:last-child > a, .nav.large-tablet li li:last-child > button { | |
border-radius: 0 0 4px 4px; | |
} | |
.nav.large-tablet li li[role="menu"] > a:after, .nav.large-tablet li li[role="menu"] > button:after, .nav.large-tablet li li[role="menu"][aria-pressed="true"] > a:after, .nav.large-tablet li li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0da"; | |
} | |
.nav.large-tablet li li ul { | |
top: 0; | |
left: 100%; | |
min-width: none; | |
border-radius: 0 4px 4px 4px; | |
} | |
.nav.large-tablet li li ul li:first-child > a, .nav.large-tablet li li ul li:first-child > button { | |
border-radius: 0 4px 0 0; | |
} | |
.nav.large-tablet li li ul li:last-child > a, .nav.large-tablet li li ul li:last-child > button { | |
border-radius: 0 0 4px 4px; | |
} | |
.nav.large-tablet li li a, .nav.large-tablet li li button { | |
padding-left: 1em; | |
} | |
.nav.large-tablet li li li a, .nav.large-tablet li li li button { | |
padding-left: 1em; | |
} | |
.nav.large-tablet li li li li a, .nav.large-tablet li li li li button { | |
padding-left: 1em; | |
} | |
.nav.large-tablet li li li li li a, .nav.large-tablet li li li li li button { | |
padding-left: 1em; | |
} | |
.nav.large-tablet button.hamburger { | |
display: none; | |
} | |
.nav.large-tablet.vertical > ul > li:first-child > a, .nav.large-tablet.vertical > ul > li:first-child > button { | |
border-top-width: 0; | |
} | |
.nav.large-tablet.vertical > ul > li > a, .nav.large-tablet.vertical > ul > li > button { | |
border-top-width: 1px; | |
} | |
.nav.large-tablet.vertical li { | |
float: none; | |
} | |
.nav.large-tablet.vertical li[role="menu"] > a:after, .nav.large-tablet.vertical li[role="menu"] > button:after { | |
content: "\f0d7"; | |
} | |
.nav.large-tablet.vertical li[role="menu"][aria-pressed="true"] > a:after, .nav.large-tablet.vertical li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0d8"; | |
} | |
.nav.large-tablet.vertical li[role="menu"] ul > li:first-child a, .nav.large-tablet.vertical li[role="menu"] ul > li:first-child button { | |
border-top-width: 1px; | |
} | |
.nav.large-tablet.vertical li ul { | |
position: static; | |
border-width: 0; | |
} | |
.nav.large-tablet.vertical li li { | |
border-radius: 0; | |
} | |
.nav.large-tablet.vertical li li:last-child a, .nav.large-tablet.vertical li li:last-child button { | |
border-radius: 0; | |
} | |
.nav.large-tablet.vertical li li ul li:first-child a, .nav.large-tablet.vertical li li ul li:first-child button { | |
border-radius: 0; | |
} | |
.nav.large-tablet.vertical li li a, .nav.large-tablet.vertical li li button { | |
padding-left: 1.5em; | |
} | |
.nav.large-tablet.vertical li li li a, .nav.large-tablet.vertical li li li button { | |
padding-left: 2em; | |
} | |
.nav.large-tablet.vertical li li li li a, .nav.large-tablet.vertical li li li li button { | |
padding-left: 2.5em; | |
} | |
.nav.large-tablet.vertical li li li li li a, .nav.large-tablet.vertical li li li li li button { | |
padding-left: 3em; | |
} | |
.nav:before { | |
display: none; | |
} | |
.nav > ul { | |
display: block; | |
} | |
.nav > ul > li > a, .nav > ul > li > button { | |
border-top-width: 0; | |
} | |
.nav li { | |
float: left; | |
} | |
.nav li[role="menu"][aria-pressed="true"] > a:after, .nav li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0d7"; | |
} | |
.nav li[role="menu"] > a:after, .nav li[role="menu"] > button:after { | |
float: right; | |
display: inline-block; | |
font-family: FontAwesome; | |
font-style: normal; | |
font-weight: normal; | |
line-height: 1; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
content: "\f0d7"; | |
line-height: inherit; | |
} | |
.nav li[role="menu"] ul { | |
border-width: 1px; | |
} | |
.nav li[role="menu"] ul > li:first-child a, .nav li[role="menu"] ul > li:first-child button { | |
border-top-width: 0; | |
} | |
.nav li ul { | |
position: absolute; | |
} | |
.nav li li { | |
float: none; | |
} | |
.nav li li:last-child > a, .nav li li:last-child > button { | |
border-radius: 0 0 4px 4px; | |
} | |
.nav li li[role="menu"] > a:after, .nav li li[role="menu"] > button:after, .nav li li[role="menu"][aria-pressed="true"] > a:after, .nav li li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0da"; | |
} | |
.nav li li ul { | |
top: 0; | |
left: 100%; | |
min-width: none; | |
border-radius: 0 4px 4px 4px; | |
} | |
.nav li li ul li:first-child > a, .nav li li ul li:first-child > button { | |
border-radius: 0 4px 0 0; | |
} | |
.nav li li ul li:last-child > a, .nav li li ul li:last-child > button { | |
border-radius: 0 0 4px 4px; | |
} | |
.nav li li a, .nav li li button { | |
padding-left: 1em; | |
} | |
.nav li li li a, .nav li li li button { | |
padding-left: 1em; | |
} | |
.nav li li li li a, .nav li li li li button { | |
padding-left: 1em; | |
} | |
.nav li li li li li a, .nav li li li li li button { | |
padding-left: 1em; | |
} | |
.nav button.hamburger { | |
display: none; | |
} | |
.nav.vertical > ul > li:first-child > a, .nav.vertical > ul > li:first-child > button { | |
border-top-width: 0; | |
} | |
.nav.vertical > ul > li > a, .nav.vertical > ul > li > button { | |
border-top-width: 1px; | |
} | |
.nav.vertical li { | |
float: none; | |
} | |
.nav.vertical li[role="menu"] > a:after, .nav.vertical li[role="menu"] > button:after { | |
content: "\f0d7"; | |
} | |
.nav.vertical li[role="menu"][aria-pressed="true"] > a:after, .nav.vertical li[role="menu"][aria-pressed="true"] > button:after { | |
content: "\f0d8"; | |
} | |
.nav.vertical li[role="menu"] ul > li:first-child a, .nav.vertical li[role="menu"] ul > li:first-child button { | |
border-top-width: 1px; | |
} | |
.nav.vertical li ul { | |
position: static; | |
border-width: 0; | |
} | |
.nav.vertical li li { | |
border-radius: 0; | |
} | |
.nav.vertical li li:last-child a, .nav.vertical li li:last-child button { | |
border-radius: 0; | |
} | |
.nav.vertical li li ul li:first-child a, .nav.vertical li li ul li:first-child button { | |
border-radius: 0; | |
} | |
.nav.vertical li li a, .nav.vertical li li button { | |
padding-left: 1.5em; | |
} | |
.nav.vertical li li li a, .nav.vertical li li li button { | |
padding-left: 2em; | |
} | |
.nav.vertical li li li li a, .nav.vertical li li li li button { | |
padding-left: 2.5em; | |
} | |
.nav.vertical li li li li li a, .nav.vertical li li li li li button { | |
padding-left: 3em; | |
} | |
table { | |
border: 1px solid #dddddd; | |
width: 100%; | |
max-width: 100%; | |
padding: 0; | |
margin: 0; | |
font-size: 1em; | |
} | |
table.align-center th th, table.align-center td th, table.align-center th td, table.align-center td td { | |
text-align: center; | |
} | |
table.responsive { | |
table-layout: fixed; | |
} | |
table th, table td { | |
padding: 10px; | |
background: #fcfcfc; | |
white-space: normal; | |
word-wrap: break-word; | |
text-align: left; | |
} | |
table td { | |
font-size: 0.85em; | |
} | |
table tr:nth-child(even) th, table tr:nth-child(even) td { | |
background: #f2f2f2; | |
} | |
table thead tr th { | |
font-size: 1em; | |
font-weight: bold; | |
} | |
table thead tr th, table thead tr td { | |
background: lightgrey; | |
color: #5a5a5a; | |
} | |
table.info thead tr th, table.info thead tr td { | |
background: #d9edf7; | |
color: #3a87ad; | |
} | |
table.success thead tr th, table.success thead tr td { | |
background: #dff0d8; | |
color: #468847; | |
} | |
table.alert thead tr th, table.alert thead tr td { | |
background: #fcf8e3; | |
color: #c09853; | |
} | |
table.question thead tr th, table.question thead tr td { | |
background: #f0e6f4; | |
color: #9855b4; | |
} | |
table.warning thead tr th, table.warning thead tr td { | |
background: #ffe5c7; | |
color: #ff971e; | |
} | |
table.error thead tr th, table.error thead tr td { | |
background: #f2dede; | |
color: #b94a48; | |
} | |
table.green thead tr th, table.green thead tr td { | |
background: #2ecc71; | |
color: white; | |
} | |
table.blue thead tr th, table.blue thead tr td { | |
background: #3498db; | |
color: white; | |
} | |
table.purple thead tr th, table.purple thead tr td { | |
background: #9b59b6; | |
color: white; | |
} | |
table.yellow thead tr th, table.yellow thead tr td { | |
background: #f1c40f; | |
color: white; | |
} | |
table.orange thead tr th, table.orange thead tr td { | |
background: #e67e22; | |
color: white; | |
} | |
table.red thead tr th, table.red thead tr td { | |
background: #e74c3c; | |
color: white; | |
} | |
table.pink thead tr th, table.pink thead tr td { | |
background: #f02475; | |
color: white; | |
} | |
table.turquoise thead tr th, table.turquoise thead tr td { | |
background: #1abc9c; | |
color: white; | |
} | |
table.asphalt thead tr th, table.asphalt thead tr td { | |
background: #34495e; | |
color: white; | |
} | |
table.charcoal thead tr th, table.charcoal thead tr td { | |
background: #383636; | |
color: white; | |
} | |
table.white thead tr th, table.white thead tr td { | |
background: white; | |
color: #111111; | |
} | |
table.black thead tr th, table.black thead tr td { | |
background: #111111; | |
color: white; | |
} | |
table thead tr td { | |
font-weight: normal; | |
} | |
table tbody tr th { | |
font-size: 0.95em; | |
} | |
table tfoot tr th { | |
font-size: 0.85em; | |
} | |
table tfoot tr td { | |
background: #e0e0e0; | |
color: #5a5a5a; | |
font-size: 0.75em; | |
} | |
.tabs > ul li, [role~="tab"] { | |
margin-bottom: -1px; | |
padding: 0.25em 1em; | |
background: lightgrey; | |
border: 1px solid #b9b9b9; | |
color: #5a5a5a; | |
font-family: Helvetica, Arial, Geneva, sans-serif; | |
font-weight: bold; | |
text-decoration: none; | |
cursor: pointer; | |
line-height: 1.5; | |
width: auto; | |
height: auto; | |
text-align: center; | |
border-radius: 4px 4px 0 0; | |
} | |
.tabs > ul li:hover, [role~="tab"]:hover, .tabs > ul li:focus, [role~="tab"]:focus { | |
transition: background-color 0.2s ease-out; | |
} | |
.tabs > ul li:hover, [role~="tab"]:hover, .tabs > ul li:focus, [role~="tab"]:focus, .tabs.accordion > ul li.active { | |
background: #c6c6c6; | |
text-decoration: none; | |
color: #616161; | |
} | |
.tabs > ul li.active { | |
background: white; | |
text-decoration: none; | |
color: #2b2b2d; | |
border-bottom-color: white; | |
transition: none; | |
} | |
.tabs > div, [role~="tabpanel"] { | |
display: none; | |
background: white; | |
border: 1px solid #b9b9b9; | |
color: #2b2b2d; | |
border-radius: 0 4px 4px 4px; | |
} | |
.tabs > div.active, .active[role~="tabpanel"], .tabs > div.on, .on[role~="tabpanel"] { | |
display: block; | |
} | |
.tabs > ul li.green { | |
background-color: #2ecc71; | |
color: white; | |
border-color: #29b765; | |
} | |
.tabs > ul li.active.green, .tabs > ul li[aria-selected="true"].green, .tabs > ul li[aria-pressed="true"].green, .tabs > ul li.green:hover, .tabs > ul li.green:focus { | |
background: #29b765; | |
border-color: #25a25a; | |
} | |
.tabs > ul li.disabled.green, .tabs > ul li[disabled="disabled"].green { | |
color: #a0d9b8; | |
background: #7ccb9d; | |
border-color: #69c490; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.blue { | |
background-color: #3498db; | |
color: white; | |
border-color: #258cd1; | |
} | |
.tabs > ul li.active.blue, .tabs > ul li[aria-selected="true"].blue, .tabs > ul li[aria-pressed="true"].blue, .tabs > ul li.blue:hover, .tabs > ul li.blue:focus { | |
background: #258cd1; | |
border-color: #217dbb; | |
} | |
.tabs > ul li.disabled.blue, .tabs > ul li[disabled="disabled"].blue { | |
color: #abcde3; | |
background: #85b6d6; | |
border-color: #72aad0; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.purple { | |
background-color: #9b59b6; | |
color: white; | |
border-color: #8f4bab; | |
} | |
.tabs > ul li.active.purple, .tabs > ul li[aria-selected="true"].purple, .tabs > ul li[aria-pressed="true"].purple, .tabs > ul li.purple:hover, .tabs > ul li.purple:focus { | |
background: #8f4bab; | |
border-color: #804399; | |
} | |
.tabs > ul li.disabled.purple, .tabs > ul li[disabled="disabled"].purple { | |
color: #ccbdd2; | |
background: #b49ebd; | |
border-color: #a88fb3; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.yellow { | |
background-color: #f1c40f; | |
color: white; | |
border-color: #dab10d; | |
} | |
.tabs > ul li.active.yellow, .tabs > ul li[aria-selected="true"].yellow, .tabs > ul li[aria-pressed="true"].yellow, .tabs > ul li.yellow:hover, .tabs > ul li.yellow:focus { | |
background: #dab10d; | |
border-color: #c29d0b; | |
} | |
.tabs > ul li.disabled.yellow, .tabs > ul li[disabled="disabled"].yellow { | |
color: #ebda94; | |
background: #e3cb69; | |
border-color: #e0c453; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.orange { | |
background-color: #e67e22; | |
color: white; | |
border-color: #d67118; | |
} | |
.tabs > ul li.active.orange, .tabs > ul li[aria-selected="true"].orange, .tabs > ul li[aria-pressed="true"].orange, .tabs > ul li.orange:hover, .tabs > ul li.orange:focus { | |
background: #d67118; | |
border-color: #bf6516; | |
} | |
.tabs > ul li.disabled.orange, .tabs > ul li[disabled="disabled"].orange { | |
color: #e7c2a0; | |
background: #dda778; | |
border-color: #d89a63; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.red { | |
background-color: #e74c3c; | |
color: white; | |
border-color: #e43725; | |
} | |
.tabs > ul li.active.red, .tabs > ul li[aria-selected="true"].red, .tabs > ul li[aria-pressed="true"].red, .tabs > ul li.red:hover, .tabs > ul li.red:focus { | |
background: #e43725; | |
border-color: #d62c1a; | |
} | |
.tabs > ul li.disabled.red, .tabs > ul li[disabled="disabled"].red { | |
color: #ecbcb7; | |
background: #e1968e; | |
border-color: #dc837a; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.pink { | |
background-color: #f02475; | |
color: white; | |
border-color: #ea1067; | |
} | |
.tabs > ul li.active.pink, .tabs > ul li[aria-selected="true"].pink, .tabs > ul li[aria-pressed="true"].pink, .tabs > ul li.pink:hover, .tabs > ul li.pink:focus { | |
background: #ea1067; | |
border-color: #d30e5c; | |
} | |
.tabs > ul li.disabled.pink, .tabs > ul li[disabled="disabled"].pink { | |
color: #eea6c2; | |
background: #e57ba5; | |
border-color: #e16697; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.turquoise { | |
background-color: #1abc9c; | |
color: white; | |
border-color: #17a689; | |
} | |
.tabs > ul li.active.turquoise, .tabs > ul li[aria-selected="true"].turquoise, .tabs > ul li[aria-pressed="true"].turquoise, .tabs > ul li.turquoise:hover, .tabs > ul li.turquoise:focus { | |
background: #17a689; | |
border-color: #148f77; | |
} | |
.tabs > ul li.disabled.turquoise, .tabs > ul li[disabled="disabled"].turquoise { | |
color: #7cdac7; | |
background: #54ceb6; | |
border-color: #40c9ae; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.asphalt { | |
background-color: #34495e; | |
color: white; | |
border-color: #2b3c4e; | |
} | |
.tabs > ul li.active.asphalt, .tabs > ul li[aria-selected="true"].asphalt, .tabs > ul li[aria-pressed="true"].asphalt, .tabs > ul li.asphalt:hover, .tabs > ul li.asphalt:focus { | |
background: #2b3c4e; | |
border-color: #222f3d; | |
} | |
.tabs > ul li.disabled.asphalt, .tabs > ul li[disabled="disabled"].asphalt { | |
color: #7e8993; | |
background: #656f79; | |
border-color: #5a626b; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.charcoal { | |
background-color: #383636; | |
color: white; | |
border-color: #2b2929; | |
} | |
.tabs > ul li.active.charcoal, .tabs > ul li[aria-selected="true"].charcoal, .tabs > ul li[aria-pressed="true"].charcoal, .tabs > ul li.charcoal:hover, .tabs > ul li.charcoal:focus { | |
background: #2b2929; | |
border-color: #1e1d1d; | |
} | |
.tabs > ul li.disabled.charcoal, .tabs > ul li[disabled="disabled"].charcoal { | |
color: #777777; | |
background: #5d5d5d; | |
border-color: #515151; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.white { | |
background-color: white; | |
color: #111111; | |
border-color: #f2f2f2; | |
} | |
.tabs > ul li.active.white, .tabs > ul li[aria-selected="true"].white, .tabs > ul li[aria-pressed="true"].white, .tabs > ul li.white:hover, .tabs > ul li.white:focus { | |
background: #f2f2f2; | |
border-color: #e6e6e6; | |
} | |
.tabs > ul li.disabled.white, .tabs > ul li[disabled="disabled"].white { | |
color: white; | |
background: white; | |
border-color: white; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.tabs > ul li.black { | |
background-color: #111111; | |
color: white; | |
border-color: #040404; | |
} | |
.tabs > ul li.active.black, .tabs > ul li[aria-selected="true"].black, .tabs > ul li[aria-pressed="true"].black, .tabs > ul li.black:hover, .tabs > ul li.black:focus { | |
background: #040404; | |
border-color: black; | |
} | |
.tabs > ul li.disabled.black, .tabs > ul li[disabled="disabled"].black { | |
color: #515151; | |
background: #373737; | |
border-color: #2b2b2b; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.no-js .tabs > div { | |
display: block; | |
} | |
.tabs:not(.accordion).vertical > ul { | |
overflow: auto; | |
} | |
.tabs.vertical { | |
border-radius: 4px; | |
} | |
.tabs.vertical > ul { | |
background: #b9b9b9; | |
border-radius: 4px 0 0 4px; | |
} | |
.tabs.vertical > ul li { | |
border-right: 0; | |
} | |
.tabs.vertical > ul li:not(:first-child) { | |
border-radius: 0; | |
} | |
.tabs.vertical > ul li:first-child { | |
border-radius: 4px 0 0 0; | |
} | |
.tabs.vertical > div { | |
clear: none; | |
border-radius: 4px; | |
} | |
.tabs.accordion > ul li { | |
border-radius: 0; | |
} | |
.tabs.accordion > ul li:first-child { | |
border-radius: 4px 4px 0 0; | |
} | |
.tabs.accordion > ul li:last-of-type { | |
border-radius: 0 0 4px 4px; | |
} | |
.tabs.accordion > ul li.active { | |
border-bottom: 1px solid #b9b9b9; | |
} | |
.tabs.accordion > ul > div { | |
padding-left: 10px !important; | |
border-radius: 0; | |
} | |
.tabs.accordion > ul > div:last-child { | |
border-radius: 0 0 4px 4px; | |
} | |
.accordion [role='tablist'] [role='tabpanel'] { | |
padding-left: 10px !important; | |
} | |
body { | |
-webkit-backface-visibility: hidden; | |
} | |
.animated { | |
animation-duration: 1s; | |
animation-fill-mode: both; | |
} | |
@keyframes bounce { | |
0%, 20%, 50%, 80%, 100% { | |
transform: translateY(0); | |
} | |
40% { | |
transform: translateY(-30px); | |
} | |
60% { | |
transform: translateY(-15px); | |
} | |
} | |
.bounce { | |
animation-name: bounce; | |
} | |
@keyframes bounceIn { | |
0% { | |
opacity: 0; | |
transform: scale(0.3); | |
} | |
50% { | |
opacity: 1; | |
transform: scale(1.05); | |
} | |
70% { | |
transform: scale(0.9); | |
} | |
100% { | |
transform: scale(1); | |
} | |
} | |
.bounceIn { | |
animation-name: bounceIn; | |
} | |
@keyframes bounceInUp { | |
0% { | |
opacity: 0; | |
transform: translateY(2000px); | |
} | |
60% { | |
opacity: 1; | |
transform: translateY(-30px); | |
} | |
80% { | |
transform: translateY(10px); | |
} | |
100% { | |
transform: translateY(0); | |
} | |
} | |
.bounceInUp { | |
animation-name: bounceInUp; | |
} | |
@keyframes bounceInDown { | |
0% { | |
opacity: 0; | |
transform: translateY(-2000px); | |
} | |
60% { | |
opacity: 1; | |
transform: translateY(30px); | |
} | |
80% { | |
transform: translateY(-10px); | |
} | |
100% { | |
transform: translateY(0); | |
} | |
} | |
.bounceInDown { | |
animation-name: bounceInDown; | |
} | |
@keyframes bounceInLeft { | |
0% { | |
opacity: 0; | |
transform: translateX(-2000px); | |
} | |
60% { | |
opacity: 1; | |
transform: translateX(30px); | |
} | |
80% { | |
transform: translateX(-10px); | |
} | |
100% { | |
transform: translateX(0); | |
} | |
} | |
.bounceInLeft { | |
animation-name: bounceInLeft; | |
} | |
@keyframes bounceInRight { | |
0% { | |
opacity: 0; | |
transform: translateX(2000px); | |
} | |
60% { | |
opacity: 1; | |
transform: translateX(-30px); | |
} | |
80% { | |
transform: translateX(10px); | |
} | |
100% { | |
transform: translateX(0); | |
} | |
} | |
.bounceInRight { | |
animation-name: bounceInRight; | |
} | |
@keyframes bounceOut { | |
0% { | |
transform: scale(1); | |
} | |
25% { | |
transform: scale(0.95); | |
} | |
50% { | |
opacity: 1; | |
transform: scale(1.1); | |
} | |
100% { | |
opacity: 0; | |
transform: scale(0.3); | |
} | |
} | |
.bounceOut { | |
animation-name: bounceOut; | |
} | |
@keyframes bounceOutUp { | |
0% { | |
transform: translateY(0); | |
} | |
20% { | |
opacity: 1; | |
transform: translateY(20px); | |
} | |
100% { | |
opacity: 0; | |
transform: translateY(-2000px); | |
} | |
} | |
.bounceOutUp { | |
animation-name: bounceOutUp; | |
} | |
@keyframes bounceOutDown { | |
0% { | |
transform: translateY(0); | |
} | |
20% { | |
opacity: 1; | |
transform: translateY(-20px); | |
} | |
100% { | |
opacity: 0; | |
transform: translateY(2000px); | |
} | |
} | |
.bounceOutDown { | |
animation-name: bounceOutDown; | |
} | |
@keyframes bounceOutLeft { | |
0% { | |
transform: translateX(0); | |
} | |
20% { | |
opacity: 1; | |
transform: translateX(20px); | |
} | |
100% { | |
opacity: 0; | |
transform: translateX(-2000px); | |
} | |
} | |
.bounceOutLeft { | |
animation-name: bounceOutLeft; | |
} | |
@keyframes bounceOutRight { | |
0% { | |
transform: translateX(0); | |
} | |
20% { | |
opacity: 1; | |
transform: translateX(-20px); | |
} | |
100% { | |
opacity: 0; | |
transform: translateX(2000px); | |
} | |
} | |
.bounceOutRight { | |
animation-name: bounceOutRight; | |
} | |
@keyframes rotateIn { | |
0% { | |
transform-origin: center center; | |
transform: rotate(-200deg); | |
opacity: 0; | |
} | |
100% { | |
transform-origin: center center; | |
transform: rotate(0); | |
opacity: 1; | |
} | |
} | |
@keyframes fadeIn { | |
0% { | |
opacity: 0; | |
} | |
100% { | |
opacity: 1; | |
} | |
} | |
.fadeIn { | |
animation-name: fadeIn; | |
} | |
@keyframes fadeInUp { | |
0% { | |
opacity: 0; | |
transform: translateY(20px); | |
} | |
100% { | |
opacity: 1; | |
transform: translateY(0); | |
} | |
} | |
.fadeInUp { | |
animation-name: fadeInUp; | |
} | |
@keyframes fadeInDown { | |
0% { | |
opacity: 0; | |
transform: translateY(-20px); | |
} | |
100% { | |
opacity: 1; | |
transform: translateY(0); | |
} | |
} | |
.fadeInDown { | |
animation-name: fadeInDown; | |
} | |
@keyframes fadeInLeft { | |
0% { | |
opacity: 0; | |
transform: translateX(-20px); | |
} | |
100% { | |
opacity: 1; | |
transform: translateX(0); | |
} | |
} | |
.fadeInLeft { | |
animation-name: fadeInLeft; | |
} | |
@keyframes fadeInRight { | |
0% { | |
opacity: 0; | |
transform: translateX(20px); | |
} | |
100% { | |
opacity: 1; | |
transform: translateX(0); | |
} | |
} | |
.fadeInRight { | |
animation-name: fadeInRight; | |
} | |
@keyframes fadeInUpBig { | |
0% { | |
opacity: 0; | |
transform: translateY(2000px); | |
} | |
100% { | |
opacity: 1; | |
transform: translateY(0); | |
} | |
} | |
.fadeInUpBig { | |
animation-name: fadeInUpBig; | |
} | |
@keyframes fadeInDownBig { | |
0% { | |
opacity: 0; | |
transform: translateY(-2000px); | |
} | |
100% { | |
opacity: 1; | |
transform: translateY(0); | |
} | |
} | |
.fadeInDownBig { | |
animation-name: fadeInDownBig; | |
} | |
@keyframes fadeInLeftBig { | |
0% { | |
opacity: 0; | |
transform: translateX(-2000px); | |
} | |
100% { | |
opacity: 1; | |
transform: translateX(0); | |
} | |
} | |
.fadeInLeftBig { | |
animation-name: fadeInLeftBig; | |
} | |
@keyframes fadeInRightBig { | |
0% { | |
opacity: 0; | |
transform: translateX(2000px); | |
} | |
100% { | |
opacity: 1; | |
transform: translateX(0); | |
} | |
} | |
.fadeInRightBig { | |
animation-name: fadeInRightBig; | |
} | |
@keyframes fadeOut { | |
0% { | |
opacity: 1; | |
} | |
100% { | |
opacity: 0; | |
} | |
} | |
.fadeOut, .dismiss { | |
animation-name: fadeOut; | |
} | |
@keyframes fadeOutUp { | |
0% { | |
opacity: 1; | |
transform: translateY(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateY(-20px); | |
} | |
} | |
.fadeOutUp { | |
animation-name: fadeOutUp; | |
} | |
@keyframes fadeOutDown { | |
0% { | |
opacity: 1; | |
transform: translateY(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateY(20px); | |
} | |
} | |
.fadeOutDown { | |
animation-name: fadeOutDown; | |
} | |
@keyframes fadeOutLeft { | |
0% { | |
opacity: 1; | |
transform: translateX(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateX(-20px); | |
} | |
} | |
.fadeOutLeft { | |
animation-name: fadeOutLeft; | |
} | |
@keyframes fadeOutRight { | |
0% { | |
opacity: 1; | |
transform: translateX(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateX(20px); | |
} | |
} | |
.fadeOutRight { | |
animation-name: fadeOutRight; | |
} | |
@keyframes fadeOutUpBig { | |
0% { | |
opacity: 1; | |
transform: translateY(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateY(-2000px); | |
} | |
} | |
.fadeOutUpBig { | |
animation-name: fadeOutUpBig; | |
} | |
@keyframes fadeOutDownBig { | |
0% { | |
opacity: 1; | |
transform: translateY(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateY(2000px); | |
} | |
} | |
.fadeOutDownBig { | |
animation-name: fadeOutDownBig; | |
} | |
@keyframes fadeOutLeftBig { | |
0% { | |
opacity: 1; | |
transform: translateX(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateX(-2000px); | |
} | |
} | |
.fadeOutLeftBig { | |
animation-name: fadeOutLeftBig; | |
} | |
@keyframes fadeOutRightBig { | |
0% { | |
opacity: 1; | |
transform: translateX(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateX(2000px); | |
} | |
} | |
.fadeOutRightBig { | |
animation-name: fadeOutRightBig; | |
} | |
@keyframes flash { | |
0%, 50%, 100% { | |
opacity: 1; | |
} | |
25%, 75% { | |
opacity: 0; | |
} | |
} | |
.flash { | |
animation-name: flash; | |
} | |
@keyframes flip { | |
0% { | |
transform: perspective(400px) rotateY(0); | |
animation-timing-function: ease-out; | |
} | |
40% { | |
transform: perspective(400px) translateZ(150px) rotateY(170deg); | |
animation-timing-function: ease-out; | |
} | |
50% { | |
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); | |
animation-timing-function: ease-in; | |
} | |
80% { | |
transform: perspective(400px) rotateY(360deg) scale(0.95); | |
animation-timing-function: ease-in; | |
} | |
100% { | |
transform: perspective(400px) scale(1); | |
animation-timing-function: ease-in; | |
} | |
} | |
.flip { | |
backface-visibility: visible !important; | |
animation-name: flip; | |
} | |
@keyframes flipInX { | |
0% { | |
transform: perspective(400px) rotateX(90deg); | |
opacity: 0; | |
} | |
40% { | |
transform: perspective(400px) rotateX(-10deg); | |
} | |
70% { | |
transform: perspective(400px) rotateX(10deg); | |
} | |
100% { | |
transform: perspective(400px) rotateX(0deg); | |
opacity: 1; | |
} | |
} | |
.flipInX { | |
backface-visibility: visible !important; | |
animation-name: flipInX; | |
} | |
@keyframes flipOutX { | |
0% { | |
transform: perspective(400px) rotateX(0deg); | |
opacity: 1; | |
} | |
100% { | |
transform: perspective(400px) rotateX(90deg); | |
opacity: 0; | |
} | |
} | |
.flipOutX { | |
animation-name: flipOutX; | |
backface-visibility: visible !important; | |
} | |
@keyframes flipInY { | |
0% { | |
transform: perspective(400px) rotateY(90deg); | |
opacity: 0; | |
} | |
40% { | |
transform: perspective(400px) rotateY(-10deg); | |
} | |
70% { | |
transform: perspective(400px) rotateY(10deg); | |
} | |
100% { | |
transform: perspective(400px) rotateY(0deg); | |
opacity: 1; | |
} | |
} | |
.flipInY { | |
backface-visibility: visible !important; | |
animation-name: flipInY; | |
} | |
@keyframes flipOutY { | |
0% { | |
transform: perspective(400px) rotateY(0deg); | |
opacity: 1; | |
} | |
100% { | |
transform: perspective(400px) rotateY(90deg); | |
opacity: 0; | |
} | |
} | |
.flipOutY { | |
backface-visibility: visible !important; | |
animation-name: flipOutY; | |
} | |
@keyframes hinge { | |
0% { | |
transform: rotate(0); | |
transform-origin: top left; | |
animation-timing-function: ease-in-out; | |
} | |
20%, 60% { | |
transform: rotate(80deg); | |
transform-origin: top left; | |
animation-timing-function: ease-in-out; | |
} | |
40% { | |
transform: rotate(60deg); | |
transform-origin: top left; | |
animation-timing-function: ease-in-out; | |
} | |
80% { | |
transform: rotate(60deg) translateY(0); | |
opacity: 1; | |
transform-origin: top left; | |
animation-timing-function: ease-in-out; | |
} | |
100% { | |
transform: translateY(700px); | |
opacity: 0; | |
} | |
} | |
.hinge { | |
animation-name: hinge; | |
} | |
.animated.hinge { | |
animation-duration: 2s; | |
} | |
@keyframes lightSpeedIn { | |
0% { | |
transform: translateX(100%) skewX(-30deg); | |
opacity: 0; | |
} | |
60% { | |
transform: translateX(-20%) skewX(30deg); | |
opacity: 1; | |
} | |
80% { | |
transform: translateX(0%) skewX(-15deg); | |
opacity: 1; | |
} | |
100% { | |
transform: translateX(0%) skewX(0deg); | |
opacity: 1; | |
} | |
} | |
.lightSpeedIn { | |
animation-name: lightSpeedIn; | |
animation-timing-function: ease-out; | |
} | |
.animated.lightSpeedIn { | |
animation-duration: 0.5s; | |
} | |
@keyframes lightSpeedOut { | |
0% { | |
transform: translateX(0%) skewX(0deg); | |
opacity: 1; | |
} | |
100% { | |
transform: translateX(100%) skewX(-30deg); | |
opacity: 0; | |
} | |
} | |
.lightSpeedOut { | |
animation-name: lightSpeedOut; | |
animation-timing-function: ease-in; | |
} | |
.animated.lightSpeedOut { | |
animation-duration: 0.25s; | |
} | |
@keyframes pulse { | |
0% { | |
transform: scale(1); | |
} | |
50% { | |
transform: scale(1.1); | |
} | |
100% { | |
transform: scale(1); | |
} | |
} | |
.pulse { | |
animation-name: pulse; | |
} | |
@keyframes rollIn { | |
0% { | |
opacity: 0; | |
transform: translateX(-100%) rotate(-120deg); | |
} | |
100% { | |
opacity: 1; | |
transform: translateX(0px) rotate(0deg); | |
} | |
} | |
.rollIn { | |
animation-name: rollIn; | |
} | |
@keyframes rollOut { | |
0% { | |
opacity: 1; | |
transform: translateX(0px) rotate(0deg); | |
} | |
100% { | |
opacity: 0; | |
transform: translateX(100%) rotate(120deg); | |
} | |
} | |
.rollOut { | |
animation-name: rollOut; | |
} | |
@keyframes lightSpeedIn { | |
0% { | |
transform: translateX(100%) skewX(-30deg); | |
opacity: 0; | |
} | |
60% { | |
transform: translateX(-20%) skewX(30deg); | |
opacity: 1; | |
} | |
80% { | |
transform: translateX(0%) skewX(-15deg); | |
opacity: 1; | |
} | |
100% { | |
transform: translateX(0%) skewX(0deg); | |
opacity: 1; | |
} | |
} | |
.rotateIn { | |
animation-name: rotateIn; | |
} | |
@keyframes rotateInUpLeft { | |
0% { | |
transform-origin: left bottom; | |
transform: rotate(90deg); | |
opacity: 0; | |
} | |
100% { | |
transform-origin: left bottom; | |
transform: rotate(0); | |
opacity: 1; | |
} | |
} | |
.rotateInUpLeft { | |
animation-name: rotateInUpLeft; | |
} | |
@keyframes rotateInDownLeft { | |
0% { | |
transform-origin: left bottom; | |
transform: rotate(-90deg); | |
opacity: 0; | |
} | |
100% { | |
transform-origin: left bottom; | |
transform: rotate(0); | |
opacity: 1; | |
} | |
} | |
.rotateInDownLeft { | |
animation-name: rotateInDownLeft; | |
} | |
@keyframes rotateInUpRight { | |
0% { | |
transform-origin: right bottom; | |
transform: rotate(-90deg); | |
opacity: 0; | |
} | |
100% { | |
transform-origin: right bottom; | |
transform: rotate(0); | |
opacity: 1; | |
} | |
} | |
.rotateInUpRight { | |
animation-name: rotateInUpRight; | |
} | |
@keyframes rotateInDownRight { | |
0% { | |
transform-origin: right bottom; | |
transform: rotate(90deg); | |
opacity: 0; | |
} | |
100% { | |
transform-origin: right bottom; | |
transform: rotate(0); | |
opacity: 1; | |
} | |
} | |
.rotateInDownRight { | |
animation-name: rotateInDownRight; | |
} | |
@keyframes rotateOut { | |
0% { | |
transform-origin: center center; | |
transform: rotate(0); | |
opacity: 1; | |
} | |
100% { | |
transform-origin: center center; | |
transform: rotate(200deg); | |
opacity: 0; | |
} | |
} | |
.rotateOut { | |
animation-name: rotateOut; | |
} | |
@keyframes rotateOutUpLeft { | |
0% { | |
transform-origin: left bottom; | |
transform: rotate(0); | |
opacity: 1; | |
} | |
100% { | |
transform-origin: left bottom; | |
transform: rotate(-90deg); | |
opacity: 0; | |
} | |
} | |
.rotateOutUpLeft { | |
animation-name: rotateOutUpLeft; | |
} | |
@keyframes rotateOutDownLeft { | |
0% { | |
transform-origin: left bottom; | |
transform: rotate(0); | |
opacity: 1; | |
} | |
100% { | |
transform-origin: left bottom; | |
transform: rotate(90deg); | |
opacity: 0; | |
} | |
} | |
.rotateOutDownLeft { | |
animation-name: rotateOutDownLeft; | |
} | |
@keyframes rotateOutUpRight { | |
0% { | |
transform-origin: right bottom; | |
transform: rotate(0); | |
opacity: 1; | |
} | |
100% { | |
transform-origin: right bottom; | |
transform: rotate(90deg); | |
opacity: 0; | |
} | |
} | |
.rotateOutUpRight { | |
animation-name: rotateOutUpRight; | |
} | |
@keyframes rotateOutDownRight { | |
0% { | |
transform-origin: right bottom; | |
transform: rotate(0); | |
opacity: 1; | |
} | |
100% { | |
transform-origin: right bottom; | |
transform: rotate(-90deg); | |
opacity: 0; | |
} | |
} | |
.rotateOutDownRight { | |
animation-name: rotateOutDownRight; | |
} | |
@keyframes shake { | |
0%, 100% { | |
transform: translateX(0); | |
} | |
10%, 30%, 50%, 70%, 90% { | |
transform: translateX(-10px); | |
} | |
20%, 40%, 60%, 80% { | |
transform: translateX(10px); | |
} | |
} | |
.shake { | |
animation-name: shake; | |
} | |
.spin { | |
display: inline; | |
animation: spin 2s linear; | |
animation-iteration-count: infinite; | |
} | |
.spin-once { | |
display: inline; | |
animation: spin 2s linear; | |
animation-iteration-count: 1; | |
} | |
.spin-twice { | |
display: inline; | |
animation: spin 2s linear; | |
animation-iteration-count: 2; | |
} | |
.spin-thrice { | |
display: inline; | |
animation: spin 2s linear; | |
animation-iteration-count: 3; | |
} | |
.spin-fast { | |
display: inline; | |
animation: spin 1s linear; | |
animation-iteration-count: infinite; | |
} | |
.spin-fast-once { | |
display: inline; | |
animation: spin 1s linear; | |
animation-iteration-count: 1; | |
} | |
.spin-fast-twice { | |
display: inline; | |
animation: spin 1s linear; | |
animation-iteration-count: 2; | |
} | |
.spin-fast-thrice { | |
display: inline; | |
animation: spin 1s linear; | |
animation-iteration-count: 3; | |
} | |
.spin-slow { | |
display: inline; | |
animation: spin 5s linear; | |
animation-iteration-count: infinite; | |
} | |
.spin-slow-once { | |
display: inline; | |
animation: spin 5s linear; | |
animation-iteration-count: 1; | |
} | |
.spin-slow-twice { | |
display: inline; | |
animation: spin 5s linear; | |
animation-iteration-count: 2; | |
} | |
.spin-slow-thrice { | |
display: inline; | |
animation: spin 5s linear; | |
animation-iteration-count: 3; | |
} | |
@keyframes spin { | |
0% { | |
transform: rotate(0deg); | |
} | |
100% { | |
transform: rotate(359deg); | |
} | |
} | |
@keyframes swing { | |
20% { | |
transform: rotate(15deg); | |
} | |
40% { | |
transform: rotate(-10deg); | |
} | |
60% { | |
transform: rotate(5deg); | |
} | |
80% { | |
transform: rotate(-5deg); | |
} | |
100% { | |
transform: rotate(0deg); | |
} | |
} | |
.swing { | |
transform-origin: top center; | |
animation-name: swing; | |
} | |
@keyframes tada { | |
0% { | |
transform: scale(1); | |
} | |
10%, 20% { | |
transform: scale(0.9) rotate(-3deg); | |
} | |
30%, 50%, 70%, 90% { | |
transform: scale(1.1) rotate(3deg); | |
} | |
40%, 60%, 80% { | |
transform: scale(1.1) rotate(-3deg); | |
} | |
100% { | |
transform: scale(1) rotate(0); | |
} | |
} | |
.tada { | |
animation-name: tada; | |
} | |
@keyframes wiggle { | |
0% { | |
transform: skewX(9deg); | |
} | |
10% { | |
transform: skewX(-8deg); | |
} | |
20% { | |
transform: skewX(7deg); | |
} | |
30% { | |
transform: skewX(-6deg); | |
} | |
40% { | |
transform: skewX(5deg); | |
} | |
50% { | |
transform: skewX(-4deg); | |
} | |
60% { | |
transform: skewX(3deg); | |
} | |
70% { | |
transform: skewX(-2deg); | |
} | |
80% { | |
transform: skewX(1deg); | |
} | |
90% { | |
transform: skewX(0deg); | |
} | |
100% { | |
transform: skewX(0deg); | |
} | |
} | |
.wiggle { | |
animation-name: wiggle; | |
animation-timing-function: ease-in; | |
} | |
.animated.wiggle { | |
animation-duration: 0.75s; | |
} | |
@keyframes wobble { | |
0% { | |
transform: translateX(0%); | |
} | |
15% { | |
transform: translateX(-25%) rotate(-5deg); | |
} | |
30% { | |
transform: translateX(20%) rotate(3deg); | |
} | |
45% { | |
transform: translateX(-15%) rotate(-3deg); | |
} | |
60% { | |
transform: translateX(10%) rotate(2deg); | |
} | |
75% { | |
transform: translateX(-5%) rotate(-1deg); | |
} | |
100% { | |
transform: translateX(0%); | |
} | |
} | |
.wobble { | |
animation-name: wobble; | |
} | |
@keyframes slideInDown { | |
0% { | |
opacity: 0; | |
transform: translateY(-2000px); | |
} | |
100% { | |
transform: translateY(0); | |
} | |
} | |
.slideInDown { | |
animation-name: slideInDown; | |
} | |
@keyframes slideInLeft { | |
0% { | |
opacity: 0; | |
transform: translateX(-2000px); | |
} | |
100% { | |
transform: translateX(0); | |
} | |
} | |
.slideInLeft { | |
animation-name: slideInLeft; | |
} | |
@keyframes slideInRight { | |
0% { | |
opacity: 0; | |
transform: translateX(2000px); | |
} | |
100% { | |
transform: translateX(0); | |
} | |
} | |
.slideInRight { | |
animation-name: slideInRight; | |
} | |
@keyframes slideOutLeft { | |
0% { | |
transform: translateX(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateX(-2000px); | |
} | |
} | |
.slideOutLeft { | |
animation-name: slideOutLeft; | |
} | |
@keyframes slideOutRight { | |
0% { | |
transform: translateX(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateX(2000px); | |
} | |
} | |
.slideOutRight { | |
animation-name: slideOutRight; | |
} | |
@keyframes slideOutUp { | |
0% { | |
transform: translateY(0); | |
} | |
100% { | |
opacity: 0; | |
transform: translateY(-2000px); | |
} | |
} | |
.slideOutUp { | |
animation-name: slideOutUp; | |
} | |
/**************************************************************** | |
* Author: Justin Proffitt | |
* Stylesheet: Base | |
* | |
* These styles will show on all devices, so keep it light! | |
****************************************************************/ | |
/******************************** | |
* Global | |
********************************/ | |
.container { | |
padding-left: 10px; | |
padding-right: 10px; | |
} | |
/** | |
* Header | |
*/ | |
/** | |
* Header - Banner | |
*/ | |
/** | |
* Header - Aside | |
*/ | |
/** | |
* Header - Contact Information | |
*/ | |
/** | |
* Header - Navigation | |
*/ | |
/** | |
* Document | |
*/ | |
/** | |
* Document - Content | |
*/ | |
/** | |
* Document - Content - Main | |
*/ | |
.media-list > li { | |
list-style: none; | |
} | |
.avatar { | |
margin-right: 10px; | |
margin-bottom: 10px; | |
} | |
.media-body p { | |
clear: both; | |
} | |
.form-group { | |
margin-bottom: 10px; | |
} | |
.pager { | |
list-style: none; | |
margin: 0; | |
padding: 0; | |
margin-bottom: 10px; | |
clear: both; | |
} | |
.pager:after { | |
content: " "; | |
display: block; | |
height: 0; | |
font-size: 0; | |
clear: both; | |
visibility: hidden; | |
} | |
.pager .previous { | |
float: left; | |
} | |
.pager .next { | |
float: right; | |
} | |
/** | |
* Document - Content - Sidebar | |
*/ | |
.sidebar ul { | |
list-style: none; | |
} | |
/** | |
* Footer | |
*/ | |
/** | |
* Footer - Social | |
*/ | |
.social-links { | |
list-style: none; | |
margin-left: 0; | |
} | |
.social-links:before { | |
content: "Follow:"; | |
padding-right: 5px; | |
} | |
.social-links li { | |
display: inline-block; | |
} | |
.social-links a { | |
display: block; | |
width: 2em; | |
color: #111111; | |
font-size: 1.15em; | |
text-decoration: none; | |
text-align: center; | |
} | |
.social-links a:before { | |
display: none; | |
} | |
.social-links a:hover.dribbble { | |
color: #EA4C89; | |
} | |
.social-links a:hover.dropbox { | |
color: #007FE1; | |
} | |
.social-links a:hover.facebook { | |
color: #3A5898; | |
} | |
.social-links a:hover.flickr { | |
color: #FF0083; | |
} | |
.social-links a:hover.foursquare { | |
color: #0A9ACF; | |
} | |
.social-links a:hover.github { | |
color: #171516; | |
} | |
.social-links a:hover.google-plus { | |
color: #DE492F; | |
} | |
.social-links a:hover.instagram { | |
color: #231f20; | |
} | |
.social-links a:hover.linkedin { | |
color: #007ab8; | |
} | |
.social-links a:hover.pinterest { | |
color: #CA2128; | |
} | |
.social-links a:hover.stackoverflow { | |
color: #FF7312; | |
} | |
.social-links a:hover.tumblr { | |
color: #44546b; | |
} | |
.social-links a:hover.twitter { | |
color: #00abf0; | |
} | |
.social-links a:hover.youtube { | |
color: #cd332d; | |
} | |
/** | |
* Widgets | |
*/ | |
.widget { | |
margin-bottom: 10px; | |
} | |
/******************************** | |
* Home Page | |
********************************/ | |
.home { | |
/** | |
* Document | |
*/ | |
/** | |
* Document - Content | |
*/ | |
/** | |
* Document - Content - Main | |
*/ | |
} | |
.home .page-header, | |
.home .page-header h1 { | |
height: 0; | |
visibility: hidden; | |
margin: 0; | |
padding: 0; | |
} | |
/******************************** | |
* Blog | |
********************************/ | |
/******************************** | |
* Archive | |
********************************/ | |
/******************************** | |
* Post | |
********************************/ | |
/******************************** | |
* Page | |
********************************/ | |
/******************************** | |
* Search | |
********************************/ | |
/******************************** | |
* 404 - Not Found | |
********************************/ | |
/******************************** | |
* WordPress Core | |
********************************/ | |
/** | |
* Generated Classes | |
* (See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes) | |
*/ | |
.alignnone { | |
margin: 5px 20px 20px 0; | |
} | |
.aligncenter, | |
div.aligncenter { | |
display: block; | |
margin: 5px auto 5px auto; | |
} | |
.alignright { | |
float: right; | |
margin: 5px 0 20px 20px; | |
} | |
.alignleft { | |
float: left; | |
margin: 5px 20px 20px 0; | |
} | |
.aligncenter { | |
display: block; | |
margin: 5px auto 5px auto; | |
} | |
a img.alignright { | |
float: right; | |
margin: 5px 0 20px 20px; | |
} | |
a img.alignnone { | |
margin: 5px 20px 20px 0; | |
} | |
a img.alignleft { | |
float: left; | |
margin: 5px 20px 20px 0; | |
} | |
a img.aligncenter { | |
display: block; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.wp-caption { | |
background: #fff; | |
border: 1px solid #f0f0f0; | |
max-width: 96%; | |
/* Image does not overflow the content area */ | |
padding: 5px 3px 10px; | |
text-align: center; | |
} | |
.wp-caption.alignnone { | |
margin: 5px 20px 20px 0; | |
} | |
.wp-caption.alignleft { | |
margin: 5px 20px 20px 0; | |
} | |
.wp-caption.alignright { | |
margin: 5px 0 20px 20px; | |
} | |
.wp-caption img { | |
border: 0 none; | |
height: auto; | |
margin: 0; | |
max-width: 98.5%; | |
padding: 0; | |
width: auto; | |
} | |
.wp-caption p.wp-caption-text { | |
font-size: 11px; | |
line-height: 17px; | |
margin: 0; | |
padding: 0 4px 5px; | |
} | |
/** | |
* Admin Bar | |
*/ | |
#wpadminbar { | |
position: fixed; | |
top: 0; | |
left: 0; | |
border: none; | |
border-radius: 0; | |
} | |
#wpadminbar:before { | |
display: none; | |
} | |
#wpadminbar .quicklinks { | |
background: none; | |
border: none; | |
} | |
/**************************************************************** | |
* Author: Justin Proffitt | |
* Stylesheet: Small Tablet and Up | |
* | |
* These styles will show on smaller tablets and up | |
****************************************************************/ | |
/******************************** | |
* Global | |
********************************/ | |
/** | |
* Header | |
*/ | |
/** | |
* Header - Banner | |
*/ | |
/** | |
* Header - Aside | |
*/ | |
/** | |
* Header - Contact Information | |
*/ | |
/** | |
* Header - Navigation | |
*/ | |
/** | |
* Document | |
*/ | |
/** | |
* Document - Content | |
*/ | |
/** | |
* Document - Content - Main | |
*/ | |
/** | |
* Document - Content - Sidebar | |
*/ | |
/** | |
* Footer | |
*/ | |
/** | |
* Footer - Navigation | |
*/ | |
/******************************** | |
* Front Page | |
********************************/ | |
/******************************** | |
* Blog | |
********************************/ | |
/******************************** | |
* Archive | |
********************************/ | |
/******************************** | |
* Post | |
********************************/ | |
/******************************** | |
* Page | |
********************************/ | |
/******************************** | |
* Search | |
********************************/ | |
/******************************** | |
* 404 - Not Found | |
********************************/ | |
/**************************************************************** | |
* Author: Justin Proffitt | |
* Stylesheet: Big Tablet and Up | |
* | |
* These styles will show up on ipads and up | |
****************************************************************/ | |
/******************************** | |
* Global | |
********************************/ | |
/** | |
* Header | |
*/ | |
/** | |
* Header - Banner | |
*/ | |
/** | |
* Header - Aside | |
*/ | |
/** | |
* Header - Contact Information | |
*/ | |
/** | |
* Header - Navigation | |
*/ | |
.nav.large-tablet { | |
background: none; | |
border: none; | |
} | |
.nav.large-tablet a { | |
background: none; | |
border: none; | |
} | |
.nav.large-tablet a.disabled { | |
color: white; | |
background: #f2f2f2; | |
border-color: #e6e6e6; | |
cursor: not-allowed; | |
text-decoration: none; | |
outline: none; | |
} | |
.nav.large-tablet li ul { | |
border: none; | |
} | |
.nav.large-tablet li ul ul { | |
top: 0; | |
} | |
.nav.large-tablet > ul > li { | |
margin-right: 10px; | |
} | |
.nav.large-tablet > ul > li > a { | |
padding: 0; | |
} | |
/** | |
* Document | |
*/ | |
/** | |
* Document - Content | |
*/ | |
/** | |
* Document - Content - Main | |
*/ | |
.wp-caption.alignleft { | |
margin-right: 10px; | |
} | |
.wp-caption.alignright { | |
margin-left: 10px; | |
} | |
/** | |
* Document - Content - Sidebar | |
*/ | |
/** | |
* Footer | |
*/ | |
/** | |
* Footer - Navigation | |
*/ | |
/******************************** | |
* Front Page | |
********************************/ | |
.home { | |
/** | |
* Document | |
*/ | |
/** | |
* Document - Content | |
*/ | |
} | |
/******************************** | |
* Blog | |
********************************/ | |
/******************************** | |
* Archive | |
********************************/ | |
/******************************** | |
* Post | |
********************************/ | |
/******************************** | |
* Page | |
********************************/ | |
/******************************** | |
* Search | |
********************************/ | |
/******************************** | |
* 404 - Not Found | |
********************************/ | |
/**************************************************************** | |
* Author: Justin Proffitt | |
* Stylesheet: Small Monitors and Up | |
* | |
* These styles will show on larger devices like monitors | |
****************************************************************/ | |
/******************************** | |
* Global | |
********************************/ | |
/** | |
* Header | |
*/ | |
/** | |
* Header - Banner | |
*/ | |
/** | |
* Header - Aside | |
*/ | |
/** | |
* Header - Contact Information | |
*/ | |
/** | |
* Header - Navigation | |
*/ | |
/** | |
* Document | |
*/ | |
/** | |
* Document - Content | |
*/ | |
/** | |
* Document - Content - Main | |
*/ | |
/** | |
* Document - Content - Sidebar | |
*/ | |
/** | |
* Footer | |
*/ | |
/** | |
* Footer - Navigation | |
*/ | |
/** | |
* Fixed Footer | |
*/ | |
/* | |
.js { | |
footer[role="contentinfo"] { | |
.container { | |
position: fixed; | |
bottom: 0; | |
} | |
textarea { | |
resize: none; | |
} | |
} | |
} | |
*/ | |
/******************************** | |
* Front Page | |
********************************/ | |
/******************************** | |
* Blog | |
********************************/ | |
/******************************** | |
* Archive | |
********************************/ | |
/******************************** | |
* Post | |
********************************/ | |
/******************************** | |
* Page | |
********************************/ | |
/******************************** | |
* Search | |
********************************/ | |
/******************************** | |
* 404 - Not Found | |
********************************/ | |
/**************************************************************** | |
* Author: Justin Proffitt | |
* Stylesheet: Big Monitors and Up | |
* | |
* These styles will only show up on the largest monitors | |
****************************************************************/ | |
/**************************************************************** | |
* Author: Justin Proffitt | |
* Stylesheet: 2x (Retina Displays) | |
* | |
* These styles will show on high resolution screens, like the | |
* iphone 4s, ipad 3, and next generation of tablets. Use this | |
* to replace low res images with higher res ones, lest your | |
* users notice the slight graininess with their amazing displays! | |
****************************************************************/ | |
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { | |
.brand .high-res { | |
display: block; | |
} | |
.brand .high-res + img { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment