Last active
November 16, 2016 20:07
-
-
Save jessicahawkins3344/94c79c2d92925807d371396642e1fcbe 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
/*! | |
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com) | |
* Copyright 2011-2015 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
*/ | |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ | |
html { | |
font-family: sans-serif; | |
-ms-text-size-adjust: 100%; | |
-webkit-text-size-adjust: 100% | |
} | |
body { | |
margin: 0 | |
} | |
article, | |
aside, | |
details, | |
figcaption, | |
figure, | |
footer, | |
header, | |
hgroup, | |
main, | |
menu, | |
nav, | |
section, | |
summary { | |
display: block | |
} | |
audio, | |
canvas, | |
progress, | |
video { | |
display: inline-block; | |
vertical-align: baseline | |
} | |
audio:not([controls]) { | |
display: none; | |
height: 0 | |
} | |
[hidden], | |
template { | |
display: none | |
} | |
a { | |
background-color: transparent | |
} | |
a:active, | |
a:hover { | |
outline: 0 | |
} | |
abbr[title] { | |
border-bottom: 1px dotted | |
} | |
b, | |
strong { | |
font-weight: 700 | |
} | |
dfn { | |
font-style: italic | |
} | |
h1 { | |
font-size: 2em; | |
margin: .67em 0 | |
} | |
mark { | |
background: #ff0; | |
color: #000 | |
} | |
small { | |
font-size: 80% | |
} | |
sub, | |
sup { | |
font-size: 75%; | |
line-height: 0; | |
position: relative; | |
vertical-align: baseline | |
} | |
sup { | |
top: -.5em | |
} | |
sub { | |
bottom: -.25em | |
} | |
img { | |
border: 0 | |
} | |
svg:not(:root) { | |
overflow: hidden | |
} | |
figure { | |
margin: 1em 40px | |
} | |
hr { | |
box-sizing: content-box; | |
height: 0 | |
} | |
pre { | |
overflow: auto | |
} | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: monospace, monospace; | |
font-size: 1em | |
} | |
button, | |
input, | |
optgroup, | |
select, | |
textarea { | |
color: inherit; | |
font: inherit; | |
margin: 0 | |
} | |
button { | |
overflow: visible | |
} | |
button, | |
select { | |
text-transform: none | |
} | |
button, | |
html input[type=button], | |
input[type=reset], | |
input[type=submit] { | |
-webkit-appearance: button; | |
cursor: pointer | |
} | |
button[disabled], | |
html input[disabled] { | |
cursor: default | |
} | |
button::-moz-focus-inner, | |
input::-moz-focus-inner { | |
border: 0; | |
padding: 0 | |
} | |
input { | |
line-height: normal | |
} | |
input[type=checkbox], | |
input[type=radio] { | |
box-sizing: border-box; | |
padding: 0 | |
} | |
input[type=number]::-webkit-inner-spin-button, | |
input[type=number]::-webkit-outer-spin-button { | |
height: auto | |
} | |
input[type=search] { | |
-webkit-appearance: textfield; | |
box-sizing: content-box | |
} | |
input[type=search]::-webkit-search-cancel-button, | |
input[type=search]::-webkit-search-decoration { | |
-webkit-appearance: none | |
} | |
fieldset { | |
border: 1px solid silver; | |
margin: 0 2px; | |
padding: .35em .625em .75em | |
} | |
legend { | |
border: 0; | |
padding: 0 | |
} | |
textarea { | |
overflow: auto | |
} | |
optgroup { | |
font-weight: 700 | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0 | |
} | |
td, | |
th { | |
padding: 0 | |
} | |
@media print { | |
*, | |
:after, | |
:before { | |
text-shadow: none!important; | |
box-shadow: none!important | |
} | |
a, | |
a:visited { | |
text-decoration: underline | |
} | |
abbr[title]:after { | |
content: " (" attr(title) ")" | |
} | |
blockquote, | |
pre { | |
border: 1px solid #999; | |
page-break-inside: avoid | |
} | |
thead { | |
display: table-header-group | |
} | |
img, | |
tr { | |
page-break-inside: avoid | |
} | |
img { | |
max-width: 100%!important | |
} | |
h2, | |
h3, | |
p { | |
orphans: 3; | |
widows: 3 | |
} | |
h2, | |
h3 { | |
page-break-after: avoid | |
} | |
.navbar { | |
display: none | |
} | |
.btn>.caret, | |
.dropup>.btn>.caret, | |
.search-form .dropup>.search-submit>.caret, | |
.search-form .search-submit>.caret { | |
border-top-color: #000!important | |
} | |
.label { | |
border: 1px solid #000 | |
} | |
.table { | |
border-collapse: collapse!important | |
} | |
.table td, | |
.table th { | |
background-color: #fff!important | |
} | |
.table-bordered td, | |
.table-bordered th { | |
border: 1px solid #ddd!important | |
} | |
} | |
html { | |
box-sizing: border-box | |
} | |
*, | |
:after, | |
:before { | |
box-sizing: inherit | |
} | |
@-moz-viewport { | |
width: device-width | |
} | |
@-ms-viewport { | |
width: device-width | |
} | |
@-webkit-viewport { | |
width: device-width | |
} | |
@viewport { | |
width: device-width | |
} | |
html { | |
-webkit-tap-highlight-color: transparent | |
} | |
body, | |
html { | |
font-size: 1.2rem | |
} | |
body { | |
font-family: Lato, sans-serif; | |
line-height: 1.5; | |
color: #404040; | |
background-color: #fff | |
} | |
[tabindex="-1"]:focus { | |
outline: none!important | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6 { | |
margin-top: 0; | |
margin-bottom: .5rem | |
} | |
p { | |
margin-top: 0; | |
margin-bottom: 1rem | |
} | |
abbr[data-original-title], | |
abbr[title] { | |
cursor: help; | |
border-bottom: 1px dotted #a2a2a2 | |
} | |
address { | |
font-style: normal; | |
line-height: inherit | |
} | |
address, | |
dl, | |
ol, | |
ul { | |
margin-bottom: 1rem | |
} | |
dl, | |
ol, | |
ul { | |
margin-top: 0 | |
} | |
ol ol, | |
ol ul, | |
ul ol, | |
ul ul { | |
margin-bottom: 0 | |
} | |
dt { | |
font-weight: 700 | |
} | |
dd { | |
margin-bottom: .5rem; | |
margin-left: 0 | |
} | |
blockquote { | |
margin: 0 0 1rem | |
} | |
a { | |
color: #d61c1c; | |
text-decoration: none | |
} | |
a:focus, | |
a:hover { | |
color: #a91616; | |
text-decoration: underline | |
} | |
a:focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px | |
} | |
pre { | |
margin-top: 0; | |
margin-bottom: 1rem | |
} | |
figure { | |
margin: 0 0 1rem | |
} | |
img { | |
vertical-align: middle | |
} | |
[role=button] { | |
cursor: pointer | |
} | |
[role=button], | |
a, | |
area, | |
button, | |
input, | |
label, | |
select, | |
summary, | |
textarea { | |
-ms-touch-action: manipulation; | |
touch-action: manipulation | |
} | |
table { | |
background-color: transparent | |
} | |
caption { | |
padding-top: .75rem; | |
padding-bottom: .75rem; | |
color: #ddd; | |
caption-side: bottom | |
} | |
caption, | |
th { | |
text-align: left | |
} | |
label { | |
display: inline-block; | |
margin-bottom: .5rem | |
} | |
button:focus { | |
outline: 1px dotted; | |
outline: 5px auto -webkit-focus-ring-color | |
} | |
button, | |
input, | |
select, | |
textarea { | |
margin: 0; | |
line-height: inherit; | |
border-radius: 0 | |
} | |
textarea { | |
resize: vertical | |
} | |
fieldset { | |
min-width: 0; | |
padding: 0; | |
margin: 0; | |
border: 0 | |
} | |
legend { | |
display: block; | |
width: 100%; | |
padding: 0; | |
margin-bottom: .5rem; | |
font-size: 1.5rem; | |
line-height: inherit | |
} | |
input[type=search] { | |
box-sizing: inherit; | |
-webkit-appearance: none | |
} | |
output { | |
display: inline-block | |
} | |
[hidden] { | |
display: none!important | |
} | |
.h1, | |
.h2, | |
.h3, | |
.h4, | |
.h5, | |
.h6, | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6 { | |
margin-bottom: .5rem; | |
font-family: inherit; | |
font-weight: 500; | |
line-height: 1.1; | |
color: inherit | |
} | |
h1 { | |
font-size: 2.5rem | |
} | |
h2 { | |
font-size: 2rem | |
} | |
h3 { | |
font-size: 1.75rem | |
} | |
h4 { | |
font-size: 1.5rem | |
} | |
h5 { | |
font-size: 1.25rem | |
} | |
h6 { | |
font-size: 1rem | |
} | |
.h1 { | |
font-size: 2.5rem | |
} | |
.h2 { | |
font-size: 2rem | |
} | |
.h3 { | |
font-size: 1.75rem | |
} | |
.h4 { | |
font-size: 1.5rem | |
} | |
.h5 { | |
font-size: 1.25rem | |
} | |
.h6 { | |
font-size: 1rem | |
} | |
.lead { | |
font-size: 1.25rem; | |
font-weight: 300 | |
} | |
.display-1 { | |
font-size: 5.75rem; | |
font-weight: 300 | |
} | |
.display-2 { | |
font-size: 5rem; | |
font-weight: 300 | |
} | |
.display-3 { | |
font-size: 4.25rem; | |
font-weight: 300 | |
} | |
.display-4 { | |
font-size: 3rem; | |
font-weight: 300 | |
} | |
hr { | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
border: 0; | |
border-top: 1px solid rgba(0, 0, 0, .1) | |
} | |
.small, | |
small { | |
font-size: 80%; | |
font-weight: 400 | |
} | |
.mark, | |
mark { | |
padding: .2em; | |
background-color: #fcf8e3 | |
} | |
.list-inline, | |
.list-unstyled { | |
padding-left: 0; | |
list-style: none | |
} | |
.list-inline-item { | |
display: inline-block | |
} | |
.list-inline-item:not(:last-child) { | |
margin-right: 5px | |
} | |
.dl-horizontal { | |
margin-right: -1.875rem; | |
margin-left: -1.875rem | |
} | |
.dl-horizontal:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
.initialism { | |
font-size: 90%; | |
text-transform: uppercase | |
} | |
.blockquote { | |
padding: .5rem 1rem; | |
margin-bottom: 1rem; | |
font-size: 1.5rem; | |
border-left: .25rem solid #ddd | |
} | |
.blockquote-footer { | |
display: block; | |
font-size: 80%; | |
line-height: 1.5; | |
color: #a2a2a2 | |
} | |
.blockquote-footer:before { | |
content: "\2014 \00A0" | |
} | |
.blockquote-reverse { | |
padding-right: 1rem; | |
padding-left: 0; | |
text-align: right; | |
border-right: .25rem solid #ddd; | |
border-left: 0 | |
} | |
.blockquote-reverse .blockquote-footer:before { | |
content: "" | |
} | |
.blockquote-reverse .blockquote-footer:after { | |
content: "\00A0 \2014" | |
} | |
.carousel-inner>.carousel-item>a>img, | |
.carousel-inner>.carousel-item>img, | |
.img-fluid { | |
display: block; | |
max-width: 100%; | |
height: auto | |
} | |
.img-rounded { | |
border-radius: .7rem | |
} | |
.img-thumbnail { | |
padding: .25rem; | |
line-height: 1.5; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: .25rem; | |
-webkit-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out; | |
display: inline-block; | |
max-width: 100%; | |
height: auto | |
} | |
.img-circle { | |
border-radius: 50% | |
} | |
.figure { | |
display: inline-block | |
} | |
.figure-img { | |
margin-bottom: .5rem; | |
line-height: 1 | |
} | |
.figure-caption { | |
font-size: 90%; | |
color: #a2a2a2 | |
} | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: Menlo, Monaco, Consolas, Courier New, monospace | |
} | |
code { | |
color: #bd4147; | |
background-color: #f7f7f9; | |
border-radius: .25rem | |
} | |
code, | |
kbd { | |
padding: .2rem .4rem; | |
font-size: 90% | |
} | |
kbd { | |
color: #fff; | |
background-color: #333; | |
border-radius: .2rem | |
} | |
kbd kbd { | |
padding: 0; | |
font-size: 100%; | |
font-weight: 700 | |
} | |
pre { | |
display: block; | |
margin-top: 0; | |
margin-bottom: 1rem; | |
font-size: 90%; | |
line-height: 1.5; | |
color: #404040 | |
} | |
pre code { | |
padding: 0; | |
font-size: inherit; | |
color: inherit; | |
background-color: transparent; | |
border-radius: 0 | |
} | |
.pre-scrollable { | |
max-height: 340px; | |
overflow-y: scroll | |
} | |
.container { | |
margin-left: auto; | |
margin-right: auto; | |
padding-left: .9375rem; | |
padding-right: .9375rem | |
} | |
@media (min-width:544px) { | |
.container { | |
max-width: 576px | |
} | |
} | |
@media (min-width:768px) { | |
.container { | |
max-width: 720px | |
} | |
} | |
@media (min-width:992px) { | |
.container { | |
max-width: 940px | |
} | |
} | |
@media (min-width:1200px) { | |
.container { | |
max-width: 1140px | |
} | |
} | |
.container-fluid { | |
margin-left: auto; | |
margin-right: auto; | |
padding-left: .9375rem; | |
padding-right: .9375rem | |
} | |
.row { | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-wrap: wrap; | |
flex-wrap: wrap; | |
margin-left: -.9375rem; | |
margin-right: -.9375rem | |
} | |
.col-lg-1, | |
.col-lg-2, | |
.col-lg-3, | |
.col-lg-4, | |
.col-lg-5, | |
.col-lg-6, | |
.col-lg-7, | |
.col-lg-8, | |
.col-lg-9, | |
.col-lg-10, | |
.col-lg-11, | |
.col-lg-12, | |
.col-md-1, | |
.col-md-2, | |
.col-md-3, | |
.col-md-4, | |
.col-md-5, | |
.col-md-6, | |
.col-md-7, | |
.col-md-8, | |
.col-md-9, | |
.col-md-10, | |
.col-md-11, | |
.col-md-12, | |
.col-sm-1, | |
.col-sm-2, | |
.col-sm-3, | |
.col-sm-4, | |
.col-sm-5, | |
.col-sm-6, | |
.col-sm-7, | |
.col-sm-8, | |
.col-sm-9, | |
.col-sm-10, | |
.col-sm-11, | |
.col-sm-12, | |
.col-xl-1, | |
.col-xl-2, | |
.col-xl-3, | |
.col-xl-4, | |
.col-xl-5, | |
.col-xl-6, | |
.col-xl-7, | |
.col-xl-8, | |
.col-xl-9, | |
.col-xl-10, | |
.col-xl-11, | |
.col-xl-12, | |
.col-xs-1, | |
.col-xs-2, | |
.col-xs-3, | |
.col-xs-4, | |
.col-xs-5, | |
.col-xs-6, | |
.col-xs-7, | |
.col-xs-8, | |
.col-xs-9, | |
.col-xs-10, | |
.col-xs-11, | |
.col-xs-12 { | |
position: relative; | |
min-height: 1px; | |
padding-left: .9375rem; | |
padding-right: .9375rem | |
} | |
.col-xs-1 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 8.3333333333%; | |
flex: 0 0 8.3333333333% | |
} | |
.col-xs-2 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 16.6666666667%; | |
flex: 0 0 16.6666666667% | |
} | |
.col-xs-3 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25% | |
} | |
.col-xs-4 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 33.3333333333%; | |
flex: 0 0 33.3333333333% | |
} | |
.col-xs-5 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 41.6666666667%; | |
flex: 0 0 41.6666666667% | |
} | |
.col-xs-6 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50% | |
} | |
.col-xs-7 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 58.3333333333%; | |
flex: 0 0 58.3333333333% | |
} | |
.col-xs-8 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 66.6666666667%; | |
flex: 0 0 66.6666666667% | |
} | |
.col-xs-9 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75% | |
} | |
.col-xs-10 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 83.3333333333%; | |
flex: 0 0 83.3333333333% | |
} | |
.col-xs-11 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 91.6666666667%; | |
flex: 0 0 91.6666666667% | |
} | |
.col-xs-12 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 100%; | |
flex: 0 0 100% | |
} | |
.col-xs-pull-0 { | |
right: auto | |
} | |
.col-xs-pull-1 { | |
right: 8.3333333333% | |
} | |
.col-xs-pull-2 { | |
right: 16.6666666667% | |
} | |
.col-xs-pull-3 { | |
right: 25% | |
} | |
.col-xs-pull-4 { | |
right: 33.3333333333% | |
} | |
.col-xs-pull-5 { | |
right: 41.6666666667% | |
} | |
.col-xs-pull-6 { | |
right: 50% | |
} | |
.col-xs-pull-7 { | |
right: 58.3333333333% | |
} | |
.col-xs-pull-8 { | |
right: 66.6666666667% | |
} | |
.col-xs-pull-9 { | |
right: 75% | |
} | |
.col-xs-pull-10 { | |
right: 83.3333333333% | |
} | |
.col-xs-pull-11 { | |
right: 91.6666666667% | |
} | |
.col-xs-pull-12 { | |
right: 100% | |
} | |
.col-xs-push-0 { | |
left: auto | |
} | |
.col-xs-push-1 { | |
left: 8.3333333333% | |
} | |
.col-xs-push-2 { | |
left: 16.6666666667% | |
} | |
.col-xs-push-3 { | |
left: 25% | |
} | |
.col-xs-push-4 { | |
left: 33.3333333333% | |
} | |
.col-xs-push-5 { | |
left: 41.6666666667% | |
} | |
.col-xs-push-6 { | |
left: 50% | |
} | |
.col-xs-push-7 { | |
left: 58.3333333333% | |
} | |
.col-xs-push-8 { | |
left: 66.6666666667% | |
} | |
.col-xs-push-9 { | |
left: 75% | |
} | |
.col-xs-push-10 { | |
left: 83.3333333333% | |
} | |
.col-xs-push-11 { | |
left: 91.6666666667% | |
} | |
.col-xs-push-12 { | |
left: 100% | |
} | |
.col-xs-offset-0 { | |
margin-left: 0 | |
} | |
.col-xs-offset-1 { | |
margin-left: 8.3333333333% | |
} | |
.col-xs-offset-2 { | |
margin-left: 16.6666666667% | |
} | |
.col-xs-offset-3 { | |
margin-left: 25% | |
} | |
.col-xs-offset-4 { | |
margin-left: 33.3333333333% | |
} | |
.col-xs-offset-5 { | |
margin-left: 41.6666666667% | |
} | |
.col-xs-offset-6 { | |
margin-left: 50% | |
} | |
.col-xs-offset-7 { | |
margin-left: 58.3333333333% | |
} | |
.col-xs-offset-8 { | |
margin-left: 66.6666666667% | |
} | |
.col-xs-offset-9 { | |
margin-left: 75% | |
} | |
.col-xs-offset-10 { | |
margin-left: 83.3333333333% | |
} | |
.col-xs-offset-11 { | |
margin-left: 91.6666666667% | |
} | |
.col-xs-offset-12 { | |
margin-left: 100% | |
} | |
@media (min-width:544px) { | |
.col-sm-1 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 8.3333333333%; | |
flex: 0 0 8.3333333333% | |
} | |
.col-sm-2 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 16.6666666667%; | |
flex: 0 0 16.6666666667% | |
} | |
.col-sm-3 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25% | |
} | |
.col-sm-4 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 33.3333333333%; | |
flex: 0 0 33.3333333333% | |
} | |
.col-sm-5 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 41.6666666667%; | |
flex: 0 0 41.6666666667% | |
} | |
.col-sm-6 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50% | |
} | |
.col-sm-7 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 58.3333333333%; | |
flex: 0 0 58.3333333333% | |
} | |
.col-sm-8 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 66.6666666667%; | |
flex: 0 0 66.6666666667% | |
} | |
.col-sm-9 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75% | |
} | |
.col-sm-10 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 83.3333333333%; | |
flex: 0 0 83.3333333333% | |
} | |
.col-sm-11 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 91.6666666667%; | |
flex: 0 0 91.6666666667% | |
} | |
.col-sm-12 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 100%; | |
flex: 0 0 100% | |
} | |
.col-sm-pull-0 { | |
right: auto | |
} | |
.col-sm-pull-1 { | |
right: 8.3333333333% | |
} | |
.col-sm-pull-2 { | |
right: 16.6666666667% | |
} | |
.col-sm-pull-3 { | |
right: 25% | |
} | |
.col-sm-pull-4 { | |
right: 33.3333333333% | |
} | |
.col-sm-pull-5 { | |
right: 41.6666666667% | |
} | |
.col-sm-pull-6 { | |
right: 50% | |
} | |
.col-sm-pull-7 { | |
right: 58.3333333333% | |
} | |
.col-sm-pull-8 { | |
right: 66.6666666667% | |
} | |
.col-sm-pull-9 { | |
right: 75% | |
} | |
.col-sm-pull-10 { | |
right: 83.3333333333% | |
} | |
.col-sm-pull-11 { | |
right: 91.6666666667% | |
} | |
.col-sm-pull-12 { | |
right: 100% | |
} | |
.col-sm-push-0 { | |
left: auto | |
} | |
.col-sm-push-1 { | |
left: 8.3333333333% | |
} | |
.col-sm-push-2 { | |
left: 16.6666666667% | |
} | |
.col-sm-push-3 { | |
left: 25% | |
} | |
.col-sm-push-4 { | |
left: 33.3333333333% | |
} | |
.col-sm-push-5 { | |
left: 41.6666666667% | |
} | |
.col-sm-push-6 { | |
left: 50% | |
} | |
.col-sm-push-7 { | |
left: 58.3333333333% | |
} | |
.col-sm-push-8 { | |
left: 66.6666666667% | |
} | |
.col-sm-push-9 { | |
left: 75% | |
} | |
.col-sm-push-10 { | |
left: 83.3333333333% | |
} | |
.col-sm-push-11 { | |
left: 91.6666666667% | |
} | |
.col-sm-push-12 { | |
left: 100% | |
} | |
.col-sm-offset-0 { | |
margin-left: 0 | |
} | |
.col-sm-offset-1 { | |
margin-left: 8.3333333333% | |
} | |
.col-sm-offset-2 { | |
margin-left: 16.6666666667% | |
} | |
.col-sm-offset-3 { | |
margin-left: 25% | |
} | |
.col-sm-offset-4 { | |
margin-left: 33.3333333333% | |
} | |
.col-sm-offset-5 { | |
margin-left: 41.6666666667% | |
} | |
.col-sm-offset-6 { | |
margin-left: 50% | |
} | |
.col-sm-offset-7 { | |
margin-left: 58.3333333333% | |
} | |
.col-sm-offset-8 { | |
margin-left: 66.6666666667% | |
} | |
.col-sm-offset-9 { | |
margin-left: 75% | |
} | |
.col-sm-offset-10 { | |
margin-left: 83.3333333333% | |
} | |
.col-sm-offset-11 { | |
margin-left: 91.6666666667% | |
} | |
.col-sm-offset-12 { | |
margin-left: 100% | |
} | |
} | |
@media (min-width:768px) { | |
.col-md-1 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 8.3333333333%; | |
flex: 0 0 8.3333333333% | |
} | |
.col-md-2 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 16.6666666667%; | |
flex: 0 0 16.6666666667% | |
} | |
.col-md-3 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25% | |
} | |
.col-md-4 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 33.3333333333%; | |
flex: 0 0 33.3333333333% | |
} | |
.col-md-5 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 41.6666666667%; | |
flex: 0 0 41.6666666667% | |
} | |
.col-md-6 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50% | |
} | |
.col-md-7 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 58.3333333333%; | |
flex: 0 0 58.3333333333% | |
} | |
.col-md-8 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 66.6666666667%; | |
flex: 0 0 66.6666666667% | |
} | |
.col-md-9 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75% | |
} | |
.col-md-10 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 83.3333333333%; | |
flex: 0 0 83.3333333333% | |
} | |
.col-md-11 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 91.6666666667%; | |
flex: 0 0 91.6666666667% | |
} | |
.col-md-12 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 100%; | |
flex: 0 0 100% | |
} | |
.col-md-pull-0 { | |
right: auto | |
} | |
.col-md-pull-1 { | |
right: 8.3333333333% | |
} | |
.col-md-pull-2 { | |
right: 16.6666666667% | |
} | |
.col-md-pull-3 { | |
right: 25% | |
} | |
.col-md-pull-4 { | |
right: 33.3333333333% | |
} | |
.col-md-pull-5 { | |
right: 41.6666666667% | |
} | |
.col-md-pull-6 { | |
right: 50% | |
} | |
.col-md-pull-7 { | |
right: 58.3333333333% | |
} | |
.col-md-pull-8 { | |
right: 66.6666666667% | |
} | |
.col-md-pull-9 { | |
right: 75% | |
} | |
.col-md-pull-10 { | |
right: 83.3333333333% | |
} | |
.col-md-pull-11 { | |
right: 91.6666666667% | |
} | |
.col-md-pull-12 { | |
right: 100% | |
} | |
.col-md-push-0 { | |
left: auto | |
} | |
.col-md-push-1 { | |
left: 8.3333333333% | |
} | |
.col-md-push-2 { | |
left: 16.6666666667% | |
} | |
.col-md-push-3 { | |
left: 25% | |
} | |
.col-md-push-4 { | |
left: 33.3333333333% | |
} | |
.col-md-push-5 { | |
left: 41.6666666667% | |
} | |
.col-md-push-6 { | |
left: 50% | |
} | |
.col-md-push-7 { | |
left: 58.3333333333% | |
} | |
.col-md-push-8 { | |
left: 66.6666666667% | |
} | |
.col-md-push-9 { | |
left: 75% | |
} | |
.col-md-push-10 { | |
left: 83.3333333333% | |
} | |
.col-md-push-11 { | |
left: 91.6666666667% | |
} | |
.col-md-push-12 { | |
left: 100% | |
} | |
.col-md-offset-0 { | |
margin-left: 0 | |
} | |
.col-md-offset-1 { | |
margin-left: 8.3333333333% | |
} | |
.col-md-offset-2 { | |
margin-left: 16.6666666667% | |
} | |
.col-md-offset-3 { | |
margin-left: 25% | |
} | |
.col-md-offset-4 { | |
margin-left: 33.3333333333% | |
} | |
.col-md-offset-5 { | |
margin-left: 41.6666666667% | |
} | |
.col-md-offset-6 { | |
margin-left: 50% | |
} | |
.col-md-offset-7 { | |
margin-left: 58.3333333333% | |
} | |
.col-md-offset-8 { | |
margin-left: 66.6666666667% | |
} | |
.col-md-offset-9 { | |
margin-left: 75% | |
} | |
.col-md-offset-10 { | |
margin-left: 83.3333333333% | |
} | |
.col-md-offset-11 { | |
margin-left: 91.6666666667% | |
} | |
.col-md-offset-12 { | |
margin-left: 100% | |
} | |
} | |
@media (min-width:992px) { | |
.col-lg-1 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 8.3333333333%; | |
flex: 0 0 8.3333333333% | |
} | |
.col-lg-2 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 16.6666666667%; | |
flex: 0 0 16.6666666667% | |
} | |
.col-lg-3 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25% | |
} | |
.col-lg-4 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 33.3333333333%; | |
flex: 0 0 33.3333333333% | |
} | |
.col-lg-5 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 41.6666666667%; | |
flex: 0 0 41.6666666667% | |
} | |
.col-lg-6 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50% | |
} | |
.col-lg-7 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 58.3333333333%; | |
flex: 0 0 58.3333333333% | |
} | |
.col-lg-8 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 66.6666666667%; | |
flex: 0 0 66.6666666667% | |
} | |
.col-lg-9 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75% | |
} | |
.col-lg-10 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 83.3333333333%; | |
flex: 0 0 83.3333333333% | |
} | |
.col-lg-11 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 91.6666666667%; | |
flex: 0 0 91.6666666667% | |
} | |
.col-lg-12 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 100%; | |
flex: 0 0 100% | |
} | |
.col-lg-pull-0 { | |
right: auto | |
} | |
.col-lg-pull-1 { | |
right: 8.3333333333% | |
} | |
.col-lg-pull-2 { | |
right: 16.6666666667% | |
} | |
.col-lg-pull-3 { | |
right: 25% | |
} | |
.col-lg-pull-4 { | |
right: 33.3333333333% | |
} | |
.col-lg-pull-5 { | |
right: 41.6666666667% | |
} | |
.col-lg-pull-6 { | |
right: 50% | |
} | |
.col-lg-pull-7 { | |
right: 58.3333333333% | |
} | |
.col-lg-pull-8 { | |
right: 66.6666666667% | |
} | |
.col-lg-pull-9 { | |
right: 75% | |
} | |
.col-lg-pull-10 { | |
right: 83.3333333333% | |
} | |
.col-lg-pull-11 { | |
right: 91.6666666667% | |
} | |
.col-lg-pull-12 { | |
right: 100% | |
} | |
.col-lg-push-0 { | |
left: auto | |
} | |
.col-lg-push-1 { | |
left: 8.3333333333% | |
} | |
.col-lg-push-2 { | |
left: 16.6666666667% | |
} | |
.col-lg-push-3 { | |
left: 25% | |
} | |
.col-lg-push-4 { | |
left: 33.3333333333% | |
} | |
.col-lg-push-5 { | |
left: 41.6666666667% | |
} | |
.col-lg-push-6 { | |
left: 50% | |
} | |
.col-lg-push-7 { | |
left: 58.3333333333% | |
} | |
.col-lg-push-8 { | |
left: 66.6666666667% | |
} | |
.col-lg-push-9 { | |
left: 75% | |
} | |
.col-lg-push-10 { | |
left: 83.3333333333% | |
} | |
.col-lg-push-11 { | |
left: 91.6666666667% | |
} | |
.col-lg-push-12 { | |
left: 100% | |
} | |
.col-lg-offset-0 { | |
margin-left: 0 | |
} | |
.col-lg-offset-1 { | |
margin-left: 8.3333333333% | |
} | |
.col-lg-offset-2 { | |
margin-left: 16.6666666667% | |
} | |
.col-lg-offset-3 { | |
margin-left: 25% | |
} | |
.col-lg-offset-4 { | |
margin-left: 33.3333333333% | |
} | |
.col-lg-offset-5 { | |
margin-left: 41.6666666667% | |
} | |
.col-lg-offset-6 { | |
margin-left: 50% | |
} | |
.col-lg-offset-7 { | |
margin-left: 58.3333333333% | |
} | |
.col-lg-offset-8 { | |
margin-left: 66.6666666667% | |
} | |
.col-lg-offset-9 { | |
margin-left: 75% | |
} | |
.col-lg-offset-10 { | |
margin-left: 83.3333333333% | |
} | |
.col-lg-offset-11 { | |
margin-left: 91.6666666667% | |
} | |
.col-lg-offset-12 { | |
margin-left: 100% | |
} | |
} | |
@media (min-width:1200px) { | |
.col-xl-1 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 8.3333333333%; | |
flex: 0 0 8.3333333333% | |
} | |
.col-xl-2 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 16.6666666667%; | |
flex: 0 0 16.6666666667% | |
} | |
.col-xl-3 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 25%; | |
flex: 0 0 25% | |
} | |
.col-xl-4 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 33.3333333333%; | |
flex: 0 0 33.3333333333% | |
} | |
.col-xl-5 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 41.6666666667%; | |
flex: 0 0 41.6666666667% | |
} | |
.col-xl-6 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 50%; | |
flex: 0 0 50% | |
} | |
.col-xl-7 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 58.3333333333%; | |
flex: 0 0 58.3333333333% | |
} | |
.col-xl-8 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 66.6666666667%; | |
flex: 0 0 66.6666666667% | |
} | |
.col-xl-9 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 75%; | |
flex: 0 0 75% | |
} | |
.col-xl-10 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 83.3333333333%; | |
flex: 0 0 83.3333333333% | |
} | |
.col-xl-11 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 91.6666666667%; | |
flex: 0 0 91.6666666667% | |
} | |
.col-xl-12 { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 100%; | |
flex: 0 0 100% | |
} | |
.col-xl-pull-0 { | |
right: auto | |
} | |
.col-xl-pull-1 { | |
right: 8.3333333333% | |
} | |
.col-xl-pull-2 { | |
right: 16.6666666667% | |
} | |
.col-xl-pull-3 { | |
right: 25% | |
} | |
.col-xl-pull-4 { | |
right: 33.3333333333% | |
} | |
.col-xl-pull-5 { | |
right: 41.6666666667% | |
} | |
.col-xl-pull-6 { | |
right: 50% | |
} | |
.col-xl-pull-7 { | |
right: 58.3333333333% | |
} | |
.col-xl-pull-8 { | |
right: 66.6666666667% | |
} | |
.col-xl-pull-9 { | |
right: 75% | |
} | |
.col-xl-pull-10 { | |
right: 83.3333333333% | |
} | |
.col-xl-pull-11 { | |
right: 91.6666666667% | |
} | |
.col-xl-pull-12 { | |
right: 100% | |
} | |
.col-xl-push-0 { | |
left: auto | |
} | |
.col-xl-push-1 { | |
left: 8.3333333333% | |
} | |
.col-xl-push-2 { | |
left: 16.6666666667% | |
} | |
.col-xl-push-3 { | |
left: 25% | |
} | |
.col-xl-push-4 { | |
left: 33.3333333333% | |
} | |
.col-xl-push-5 { | |
left: 41.6666666667% | |
} | |
.col-xl-push-6 { | |
left: 50% | |
} | |
.col-xl-push-7 { | |
left: 58.3333333333% | |
} | |
.col-xl-push-8 { | |
left: 66.6666666667% | |
} | |
.col-xl-push-9 { | |
left: 75% | |
} | |
.col-xl-push-10 { | |
left: 83.3333333333% | |
} | |
.col-xl-push-11 { | |
left: 91.6666666667% | |
} | |
.col-xl-push-12 { | |
left: 100% | |
} | |
.col-xl-offset-0 { | |
margin-left: 0 | |
} | |
.col-xl-offset-1 { | |
margin-left: 8.3333333333% | |
} | |
.col-xl-offset-2 { | |
margin-left: 16.6666666667% | |
} | |
.col-xl-offset-3 { | |
margin-left: 25% | |
} | |
.col-xl-offset-4 { | |
margin-left: 33.3333333333% | |
} | |
.col-xl-offset-5 { | |
margin-left: 41.6666666667% | |
} | |
.col-xl-offset-6 { | |
margin-left: 50% | |
} | |
.col-xl-offset-7 { | |
margin-left: 58.3333333333% | |
} | |
.col-xl-offset-8 { | |
margin-left: 66.6666666667% | |
} | |
.col-xl-offset-9 { | |
margin-left: 75% | |
} | |
.col-xl-offset-10 { | |
margin-left: 83.3333333333% | |
} | |
.col-xl-offset-11 { | |
margin-left: 91.6666666667% | |
} | |
.col-xl-offset-12 { | |
margin-left: 100% | |
} | |
} | |
.col-xs-first { | |
-webkit-box-ordinal-group: 0; | |
-ms-flex-order: -1; | |
order: -1 | |
} | |
.col-xs-last { | |
-webkit-box-ordinal-group: 2; | |
-ms-flex-order: 1; | |
order: 1 | |
} | |
@media (min-width:544px) { | |
.col-sm-first { | |
-webkit-box-ordinal-group: 0; | |
-ms-flex-order: -1; | |
order: -1 | |
} | |
.col-sm-last { | |
-webkit-box-ordinal-group: 2; | |
-ms-flex-order: 1; | |
order: 1 | |
} | |
} | |
@media (min-width:768px) { | |
.col-md-first { | |
-webkit-box-ordinal-group: 0; | |
-ms-flex-order: -1; | |
order: -1 | |
} | |
.col-md-last { | |
-webkit-box-ordinal-group: 2; | |
-ms-flex-order: 1; | |
order: 1 | |
} | |
} | |
@media (min-width:992px) { | |
.col-lg-first { | |
-webkit-box-ordinal-group: 0; | |
-ms-flex-order: -1; | |
order: -1 | |
} | |
.col-lg-last { | |
-webkit-box-ordinal-group: 2; | |
-ms-flex-order: 1; | |
order: 1 | |
} | |
} | |
@media (min-width:1200px) { | |
.col-xl-first { | |
-webkit-box-ordinal-group: 0; | |
-ms-flex-order: -1; | |
order: -1 | |
} | |
.col-xl-last { | |
-webkit-box-ordinal-group: 2; | |
-ms-flex-order: 1; | |
order: 1 | |
} | |
} | |
.row-xs-top { | |
-webkit-box-align: start; | |
-ms-flex-align: start; | |
align-items: flex-start | |
} | |
.row-xs-center { | |
-webkit-box-align: center; | |
-ms-flex-align: center; | |
align-items: center | |
} | |
.row-xs-bottom { | |
-webkit-box-align: end; | |
-ms-flex-align: end; | |
align-items: flex-end | |
} | |
@media (min-width:544px) { | |
.row-sm-top { | |
-webkit-box-align: start; | |
-ms-flex-align: start; | |
align-items: flex-start | |
} | |
.row-sm-center { | |
-webkit-box-align: center; | |
-ms-flex-align: center; | |
align-items: center | |
} | |
.row-sm-bottom { | |
-webkit-box-align: end; | |
-ms-flex-align: end; | |
align-items: flex-end | |
} | |
} | |
@media (min-width:768px) { | |
.row-md-top { | |
-webkit-box-align: start; | |
-ms-flex-align: start; | |
align-items: flex-start | |
} | |
.row-md-center { | |
-webkit-box-align: center; | |
-ms-flex-align: center; | |
align-items: center | |
} | |
.row-md-bottom { | |
-webkit-box-align: end; | |
-ms-flex-align: end; | |
align-items: flex-end | |
} | |
} | |
@media (min-width:992px) { | |
.row-lg-top { | |
-webkit-box-align: start; | |
-ms-flex-align: start; | |
align-items: flex-start | |
} | |
.row-lg-center { | |
-webkit-box-align: center; | |
-ms-flex-align: center; | |
align-items: center | |
} | |
.row-lg-bottom { | |
-webkit-box-align: end; | |
-ms-flex-align: end; | |
align-items: flex-end | |
} | |
} | |
@media (min-width:1200px) { | |
.row-xl-top { | |
-webkit-box-align: start; | |
-ms-flex-align: start; | |
align-items: flex-start | |
} | |
.row-xl-center { | |
-webkit-box-align: center; | |
-ms-flex-align: center; | |
align-items: center | |
} | |
.row-xl-bottom { | |
-webkit-box-align: end; | |
-ms-flex-align: end; | |
align-items: flex-end | |
} | |
} | |
.col-xs-top { | |
-ms-flex-item-align: start; | |
align-self: flex-start | |
} | |
.col-xs-center { | |
-ms-flex-item-align: center; | |
align-self: center | |
} | |
.col-xs-bottom { | |
-ms-flex-item-align: end; | |
align-self: flex-end | |
} | |
@media (min-width:544px) { | |
.col-sm-top { | |
-ms-flex-item-align: start; | |
align-self: flex-start | |
} | |
.col-sm-center { | |
-ms-flex-item-align: center; | |
align-self: center | |
} | |
.col-sm-bottom { | |
-ms-flex-item-align: end; | |
align-self: flex-end | |
} | |
} | |
@media (min-width:768px) { | |
.col-md-top { | |
-ms-flex-item-align: start; | |
align-self: flex-start | |
} | |
.col-md-center { | |
-ms-flex-item-align: center; | |
align-self: center | |
} | |
.col-md-bottom { | |
-ms-flex-item-align: end; | |
align-self: flex-end | |
} | |
} | |
@media (min-width:992px) { | |
.col-lg-top { | |
-ms-flex-item-align: start; | |
align-self: flex-start | |
} | |
.col-lg-center { | |
-ms-flex-item-align: center; | |
align-self: center | |
} | |
.col-lg-bottom { | |
-ms-flex-item-align: end; | |
align-self: flex-end | |
} | |
} | |
@media (min-width:1200px) { | |
.col-xl-top { | |
-ms-flex-item-align: start; | |
align-self: flex-start | |
} | |
.col-xl-center { | |
-ms-flex-item-align: center; | |
align-self: center | |
} | |
.col-xl-bottom { | |
-ms-flex-item-align: end; | |
align-self: flex-end | |
} | |
} | |
.table { | |
width: 100%; | |
max-width: 100%; | |
margin-bottom: 1rem | |
} | |
.table td, | |
.table th { | |
padding: .75rem; | |
line-height: 1.5; | |
vertical-align: top; | |
border-top: 1px solid #ddd | |
} | |
.table thead th { | |
vertical-align: bottom; | |
border-bottom: 2px solid #ddd | |
} | |
.table tbody+tbody { | |
border-top: 2px solid #ddd | |
} | |
.table .table { | |
background-color: #fff | |
} | |
.table-sm td, | |
.table-sm th { | |
padding: .3rem | |
} | |
.table-bordered, | |
.table-bordered td, | |
.table-bordered th { | |
border: 1px solid #ddd | |
} | |
.table-bordered thead td, | |
.table-bordered thead th { | |
border-bottom-width: 2px | |
} | |
.table-striped tbody tr:nth-of-type(odd) { | |
background-color: #f9f9f9 | |
} | |
.table-active, | |
.table-active>td, | |
.table-active>th, | |
.table-hover tbody tr:hover { | |
background-color: #f5f5f5 | |
} | |
.table-hover .table-active:hover, | |
.table-hover .table-active:hover>td, | |
.table-hover .table-active:hover>th { | |
background-color: #e8e8e8 | |
} | |
.table-success, | |
.table-success>td, | |
.table-success>th { | |
background-color: #dff0d8 | |
} | |
.table-hover .table-success:hover, | |
.table-hover .table-success:hover>td, | |
.table-hover .table-success:hover>th { | |
background-color: #d0e9c6 | |
} | |
.table-info, | |
.table-info>td, | |
.table-info>th { | |
background-color: #d9edf7 | |
} | |
.table-hover .table-info:hover, | |
.table-hover .table-info:hover>td, | |
.table-hover .table-info:hover>th { | |
background-color: #c4e3f3 | |
} | |
.table-warning, | |
.table-warning>td, | |
.table-warning>th { | |
background-color: #fcf8e3 | |
} | |
.table-hover .table-warning:hover, | |
.table-hover .table-warning:hover>td, | |
.table-hover .table-warning:hover>th { | |
background-color: #faf2cc | |
} | |
.table-danger, | |
.table-danger>td, | |
.table-danger>th { | |
background-color: #f2dede | |
} | |
.table-hover .table-danger:hover, | |
.table-hover .table-danger:hover>td, | |
.table-hover .table-danger:hover>th { | |
background-color: #ebcccc | |
} | |
.table-responsive { | |
display: block; | |
width: 100%; | |
min-height: .01%; | |
overflow-x: auto | |
} | |
.thead-inverse th { | |
color: #fff; | |
background-color: #404040 | |
} | |
.thead-default th { | |
color: #555; | |
background-color: #ddd | |
} | |
.table-inverse { | |
color: #ddd; | |
background-color: #404040 | |
} | |
.table-inverse.table-bordered { | |
border: 0 | |
} | |
.table-inverse td, | |
.table-inverse th, | |
.table-inverse thead th { | |
border-color: #555 | |
} | |
.table-reflow thead { | |
float: left | |
} | |
.table-reflow tbody { | |
display: block; | |
white-space: nowrap | |
} | |
.table-reflow td, | |
.table-reflow th { | |
border-top: 1px solid #ddd; | |
border-left: 1px solid #ddd | |
} | |
.table-reflow td:last-child, | |
.table-reflow th:last-child { | |
border-right: 1px solid #ddd | |
} | |
.table-reflow tbody:last-child tr:last-child td, | |
.table-reflow tbody:last-child tr:last-child th, | |
.table-reflow tfoot:last-child tr:last-child td, | |
.table-reflow tfoot:last-child tr:last-child th, | |
.table-reflow thead:last-child tr:last-child td, | |
.table-reflow thead:last-child tr:last-child th { | |
border-bottom: 1px solid #ddd | |
} | |
.table-reflow tr { | |
float: left | |
} | |
.table-reflow tr td, | |
.table-reflow tr th { | |
display: block!important; | |
border: 1px solid #ddd | |
} | |
.form-control, | |
.search-form .search-field { | |
display: block; | |
width: 100%; | |
padding: .375rem .75rem; | |
font-size: 1.2rem; | |
line-height: 1.5; | |
color: #555; | |
background-color: #fff; | |
background-image: none; | |
border: 1px solid #ccc; | |
border-radius: .25rem; | |
-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; | |
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out | |
} | |
.form-control::-ms-expand, | |
.search-form .search-field::-ms-expand { | |
background-color: transparent; | |
border: 0 | |
} | |
.form-control:focus, | |
.search-form .search-field:focus { | |
border-color: #66afe9; | |
outline: none | |
} | |
.form-control::-webkit-input-placeholder, | |
.search-form .search-field::-webkit-input-placeholder { | |
color: #999; | |
opacity: 1 | |
} | |
.form-control::-moz-placeholder, | |
.search-form .search-field::-moz-placeholder { | |
color: #999; | |
opacity: 1 | |
} | |
.form-control:-ms-input-placeholder, | |
.search-form .search-field:-ms-input-placeholder { | |
color: #999; | |
opacity: 1 | |
} | |
.form-control::placeholder, | |
.search-form .search-field::placeholder { | |
color: #999; | |
opacity: 1 | |
} | |
.form-control:disabled, | |
.form-control[readonly], | |
.search-form .search-field:disabled, | |
.search-form [readonly].search-field { | |
background-color: #ddd; | |
opacity: 1 | |
} | |
.form-control:disabled, | |
.search-form .search-field:disabled { | |
cursor: not-allowed | |
} | |
.form-control-file, | |
.form-control-range { | |
display: block | |
} | |
.form-control-label { | |
padding: .375rem .75rem; | |
margin-bottom: 0 | |
} | |
@media screen and (-webkit-min-device-pixel-ratio:0) { | |
.search-form input[type=date].search-field, | |
.search-form input[type=datetime-local].search-field, | |
.search-form input[type=month].search-field, | |
.search-form input[type=time].search-field, | |
input[type=date].form-control, | |
input[type=datetime-local].form-control, | |
input[type=month].form-control, | |
input[type=time].form-control { | |
line-height: 2.55rem | |
} | |
.input-group-sm .search-form input[type=date].search-field, | |
.input-group-sm .search-form input[type=datetime-local].search-field, | |
.input-group-sm .search-form input[type=month].search-field, | |
.input-group-sm .search-form input[type=time].search-field, | |
.input-group-sm input[type=date].form-control, | |
.input-group-sm input[type=datetime-local].form-control, | |
.input-group-sm input[type=month].form-control, | |
.input-group-sm input[type=time].form-control, | |
.search-form .input-group-sm input[type=date].search-field, | |
.search-form .input-group-sm input[type=datetime-local].search-field, | |
.search-form .input-group-sm input[type=month].search-field, | |
.search-form .input-group-sm input[type=time].search-field, | |
input[type=date].input-sm, | |
input[type=datetime-local].input-sm, | |
input[type=month].input-sm, | |
input[type=time].input-sm { | |
line-height: 1.8625rem | |
} | |
.input-group-lg .search-form input[type=date].search-field, | |
.input-group-lg .search-form input[type=datetime-local].search-field, | |
.input-group-lg .search-form input[type=month].search-field, | |
.input-group-lg .search-form input[type=time].search-field, | |
.input-group-lg input[type=date].form-control, | |
.input-group-lg input[type=datetime-local].form-control, | |
.input-group-lg input[type=month].form-control, | |
.input-group-lg input[type=time].form-control, | |
.search-form .input-group-lg input[type=date].search-field, | |
.search-form .input-group-lg input[type=datetime-local].search-field, | |
.search-form .input-group-lg input[type=month].search-field, | |
.search-form .input-group-lg input[type=time].search-field, | |
input[type=date].input-lg, | |
input[type=datetime-local].input-lg, | |
input[type=month].input-lg, | |
input[type=time].input-lg { | |
line-height: 3.5rem | |
} | |
} | |
.form-control-static { | |
min-height: 2.55rem; | |
padding-top: .375rem; | |
padding-bottom: .375rem; | |
margin-bottom: 0 | |
} | |
.form-control-static.form-control-lg, | |
.form-control-static.form-control-sm, | |
.input-group-lg>.form-control-static.form-control, | |
.input-group-lg>.form-control-static.input-group-addon, | |
.input-group-lg>.input-group-btn>.form-control-static.btn, | |
.input-group-sm>.form-control-static.form-control, | |
.input-group-sm>.form-control-static.input-group-addon, | |
.input-group-sm>.input-group-btn>.form-control-static.btn, | |
.search-form .input-group-lg>.form-control-static.search-field, | |
.search-form .input-group-lg>.input-group-btn>.form-control-static.search-submit, | |
.search-form .input-group-sm>.form-control-static.search-field, | |
.search-form .input-group-sm>.input-group-btn>.form-control-static.search-submit { | |
padding-right: 0; | |
padding-left: 0 | |
} | |
.form-control-sm, | |
.input-group-sm>.form-control, | |
.input-group-sm>.input-group-addon, | |
.input-group-sm>.input-group-btn>.btn, | |
.search-form .input-group-sm>.input-group-btn>.search-submit, | |
.search-form .input-group-sm>.search-field { | |
padding: .275rem .75rem; | |
font-size: .875rem; | |
line-height: 1.5; | |
border-radius: .2rem | |
} | |
.form-control-lg, | |
.input-group-lg>.form-control, | |
.input-group-lg>.input-group-addon, | |
.input-group-lg>.input-group-btn>.btn, | |
.search-form .input-group-lg>.input-group-btn>.search-submit, | |
.search-form .input-group-lg>.search-field { | |
padding: .75rem 1.25rem; | |
font-size: 1.5rem; | |
line-height: 1.3333333333; | |
border-radius: .7rem | |
} | |
.form-group, | |
.search-form label { | |
margin-bottom: .6rem | |
} | |
.checkbox, | |
.radio { | |
position: relative; | |
display: block; | |
margin-bottom: .75rem | |
} | |
.checkbox label, | |
.radio label { | |
padding-left: 1.25rem; | |
margin-bottom: 0; | |
font-weight: 400; | |
cursor: pointer | |
} | |
.checkbox label input:only-child, | |
.radio label input:only-child { | |
position: static | |
} | |
.checkbox-inline input[type=checkbox], | |
.checkbox input[type=checkbox], | |
.radio-inline input[type=radio], | |
.radio input[type=radio] { | |
position: absolute; | |
margin-top: .25rem; | |
margin-left: -1.25rem | |
} | |
.checkbox+.checkbox, | |
.radio+.radio { | |
margin-top: -.25rem | |
} | |
.checkbox-inline, | |
.radio-inline { | |
position: relative; | |
display: inline-block; | |
padding-left: 1.25rem; | |
margin-bottom: 0; | |
font-weight: 400; | |
vertical-align: middle; | |
cursor: pointer | |
} | |
.checkbox-inline+.checkbox-inline, | |
.radio-inline+.radio-inline { | |
margin-top: 0; | |
margin-left: .75rem | |
} | |
.checkbox-inline.disabled, | |
.checkbox.disabled label, | |
.radio-inline.disabled, | |
.radio.disabled label, | |
input[type=checkbox].disabled, | |
input[type=checkbox]:disabled, | |
input[type=radio].disabled, | |
input[type=radio]:disabled { | |
cursor: not-allowed | |
} | |
.form-control-danger, | |
.form-control-success, | |
.form-control-warning { | |
padding-right: 2.25rem; | |
background-repeat: no-repeat; | |
background-position: center right .6375rem; | |
background-size: 1.6575rem 1.6575rem | |
} | |
.has-success .checkbox, | |
.has-success .checkbox-inline, | |
.has-success.checkbox-inline label, | |
.has-success.checkbox label, | |
.has-success .form-control-label, | |
.has-success .radio, | |
.has-success .radio-inline, | |
.has-success.radio-inline label, | |
.has-success.radio label, | |
.has-success .text-help { | |
color: #fa9634 | |
} | |
.has-success .form-control, | |
.has-success .search-form .search-field, | |
.search-form .has-success .search-field { | |
border-color: #fa9634 | |
} | |
.has-success .input-group-addon { | |
color: #fa9634; | |
border-color: #fa9634; | |
background-color: #fffdfb | |
} | |
.has-success .form-control-feedback { | |
color: #fa9634 | |
} | |
.has-success .form-control-success { | |
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==") | |
} | |
.has-warning .checkbox, | |
.has-warning .checkbox-inline, | |
.has-warning.checkbox-inline label, | |
.has-warning.checkbox label, | |
.has-warning .form-control-label, | |
.has-warning .radio, | |
.has-warning .radio-inline, | |
.has-warning.radio-inline label, | |
.has-warning.radio label, | |
.has-warning .text-help { | |
color: #f1c40f | |
} | |
.has-warning .form-control, | |
.has-warning .search-form .search-field, | |
.search-form .has-warning .search-field { | |
border-color: #f1c40f | |
} | |
.has-warning .input-group-addon { | |
color: #f1c40f; | |
border-color: #f1c40f; | |
background-color: #fcf3d0 | |
} | |
.has-warning .form-control-feedback { | |
color: #f1c40f | |
} | |
.has-warning .form-control-warning { | |
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+") | |
} | |
.has-danger .checkbox, | |
.has-danger .checkbox-inline, | |
.has-danger.checkbox-inline label, | |
.has-danger.checkbox label, | |
.has-danger .form-control-label, | |
.has-danger .radio, | |
.has-danger .radio-inline, | |
.has-danger.radio-inline label, | |
.has-danger.radio label, | |
.has-danger .text-help { | |
color: #f67323 | |
} | |
.has-danger .form-control, | |
.has-danger .search-form .search-field, | |
.search-form .has-danger .search-field { | |
border-color: #f67323 | |
} | |
.has-danger .input-group-addon { | |
color: #f67323; | |
border-color: #f67323; | |
background-color: #fef0e7 | |
} | |
.has-danger .form-control-feedback { | |
color: #f67323 | |
} | |
.has-danger .form-control-danger { | |
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=") | |
} | |
@media (min-width:544px) { | |
.form-inline .form-group, | |
.form-inline .search-form label, | |
.search-form .form-group, | |
.search-form .form-inline label, | |
.search-form label { | |
display: inline-block; | |
margin-bottom: 0; | |
vertical-align: middle | |
} | |
.form-inline .form-control, | |
.search-form .form-control, | |
.search-form .search-field { | |
display: inline-block; | |
width: auto; | |
vertical-align: middle | |
} | |
.form-inline .form-control-static, | |
.search-form .form-control-static { | |
display: inline-block | |
} | |
.form-inline .input-group, | |
.search-form .input-group { | |
display: inline-table; | |
vertical-align: middle | |
} | |
.form-inline .input-group .form-control, | |
.form-inline .input-group .input-group-addon, | |
.form-inline .input-group .input-group-btn, | |
.form-inline .input-group .search-form .search-field, | |
.search-form .input-group .form-control, | |
.search-form .input-group .input-group-addon, | |
.search-form .input-group .input-group-btn, | |
.search-form .input-group .search-field { | |
width: auto | |
} | |
.form-inline .input-group>.form-control, | |
.search-form .form-inline .input-group>.search-field, | |
.search-form .input-group>.form-control, | |
.search-form .input-group>.search-field { | |
width: 100% | |
} | |
.form-inline .form-control-label, | |
.search-form .form-control-label { | |
margin-bottom: 0; | |
vertical-align: middle | |
} | |
.form-inline .checkbox, | |
.form-inline .radio, | |
.search-form .checkbox, | |
.search-form .radio { | |
display: inline-block; | |
margin-top: 0; | |
margin-bottom: 0; | |
vertical-align: middle | |
} | |
.form-inline .checkbox label, | |
.form-inline .radio label, | |
.search-form .checkbox label, | |
.search-form .radio label { | |
padding-left: 0 | |
} | |
.form-inline .checkbox input[type=checkbox], | |
.form-inline .radio input[type=radio], | |
.search-form .checkbox input[type=checkbox], | |
.search-form .radio input[type=radio] { | |
position: relative; | |
margin-left: 0 | |
} | |
.form-inline .has-feedback .form-control-feedback, | |
.search-form .has-feedback .form-control-feedback { | |
top: 0 | |
} | |
} | |
.btn, | |
.search-form .search-submit { | |
display: inline-block; | |
font-weight: 600; | |
text-align: center; | |
white-space: nowrap; | |
vertical-align: middle; | |
cursor: pointer; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
border: 1px solid transparent; | |
padding: 1rem 1.75rem; | |
font-size: 1.2rem; | |
line-height: 1.5; | |
border-radius: .25rem; | |
-webkit-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out | |
} | |
.btn-primary { | |
color: #fff; | |
background-color: #d61c1c; | |
border-color: #d61c1c | |
} | |
.btn-primary.focus, | |
.btn-primary:focus, | |
.btn-primary:hover { | |
color: #fff; | |
background-color: #a91616; | |
border-color: #a01515 | |
} | |
.btn-primary.active, | |
.btn-primary:active, | |
.open>.btn-primary.dropdown-toggle { | |
color: #fff; | |
background-color: #a91616; | |
border-color: #a01515; | |
background-image: none | |
} | |
.btn-secondary { | |
color: #404040; | |
background-color: #fff; | |
border-color: #ccc | |
} | |
.btn-secondary.focus, | |
.btn-secondary:focus, | |
.btn-secondary:hover { | |
color: #404040; | |
background-color: #e6e6e6; | |
border-color: #adadad | |
} | |
.btn-secondary.active, | |
.btn-secondary:active, | |
.open>.btn-secondary.dropdown-toggle { | |
color: #404040; | |
background-color: #e6e6e6; | |
border-color: #adadad; | |
background-image: none | |
} | |
.btn-info { | |
color: #fff; | |
background-color: #b5bc18; | |
border-color: #b5bc18 | |
} | |
.btn-info.focus, | |
.btn-info:focus, | |
.btn-info:hover { | |
color: #fff; | |
background-color: #898f12; | |
border-color: #818611 | |
} | |
.btn-info.active, | |
.btn-info:active, | |
.open>.btn-info.dropdown-toggle { | |
color: #fff; | |
background-color: #898f12; | |
border-color: #818611; | |
background-image: none | |
} | |
.btn-success { | |
color: #222; | |
background-color: #fa9634; | |
border-color: #fa9634 | |
} | |
.btn-success.focus, | |
.btn-success:focus, | |
.btn-success:hover { | |
color: #222; | |
background-color: #f57c06; | |
border-color: #eb7706 | |
} | |
.btn-success.active, | |
.btn-success:active, | |
.open>.btn-success.dropdown-toggle { | |
color: #222; | |
background-color: #f57c06; | |
border-color: #eb7706; | |
background-image: none | |
} | |
.btn-warning { | |
color: #fff; | |
background-color: #f1c40f; | |
border-color: #f1c40f | |
} | |
.btn-warning.focus, | |
.btn-warning:focus, | |
.btn-warning:hover { | |
color: #fff; | |
background-color: #c29d0b; | |
border-color: #b8960b | |
} | |
.btn-warning.active, | |
.btn-warning:active, | |
.open>.btn-warning.dropdown-toggle { | |
color: #fff; | |
background-color: #c29d0b; | |
border-color: #b8960b; | |
background-image: none | |
} | |
.btn-danger { | |
color: #fff; | |
background-color: #f67323; | |
border-color: #f67323 | |
} | |
.btn-danger.focus, | |
.btn-danger:focus, | |
.btn-danger:hover { | |
color: #fff; | |
background-color: #dd5909; | |
border-color: #d35509 | |
} | |
.btn-danger.active, | |
.btn-danger:active, | |
.open>.btn-danger.dropdown-toggle { | |
color: #fff; | |
background-color: #dd5909; | |
border-color: #d35509; | |
background-image: none | |
} | |
.btn-primary-outline { | |
color: #d61c1c; | |
background-image: none; | |
background-color: transparent; | |
border-color: #d61c1c | |
} | |
.btn-primary-outline.active, | |
.btn-primary-outline.focus, | |
.btn-primary-outline:active, | |
.btn-primary-outline:focus, | |
.btn-primary-outline:hover, | |
.open>.btn-primary-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #d61c1c; | |
border-color: #d61c1c | |
} | |
.btn-primary-outline.disabled.focus, | |
.btn-primary-outline.disabled:focus, | |
.btn-primary-outline.disabled:hover, | |
.btn-primary-outline:disabled.focus, | |
.btn-primary-outline:disabled:focus, | |
.btn-primary-outline:disabled:hover { | |
border-color: #ec6c6c | |
} | |
.btn-secondary-outline { | |
color: #ccc; | |
background-image: none; | |
background-color: transparent; | |
border-color: #ccc | |
} | |
.btn-secondary-outline.active, | |
.btn-secondary-outline.focus, | |
.btn-secondary-outline:active, | |
.btn-secondary-outline:focus, | |
.btn-secondary-outline:hover, | |
.open>.btn-secondary-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #ccc; | |
border-color: #ccc | |
} | |
.btn-secondary-outline.disabled.focus, | |
.btn-secondary-outline.disabled:focus, | |
.btn-secondary-outline.disabled:hover, | |
.btn-secondary-outline:disabled.focus, | |
.btn-secondary-outline:disabled:focus, | |
.btn-secondary-outline:disabled:hover { | |
border-color: #fff | |
} | |
.btn-info-outline { | |
color: #b5bc18; | |
background-image: none; | |
background-color: transparent; | |
border-color: #b5bc18 | |
} | |
.btn-info-outline.active, | |
.btn-info-outline.focus, | |
.btn-info-outline:active, | |
.btn-info-outline:focus, | |
.btn-info-outline:hover, | |
.open>.btn-info-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #b5bc18; | |
border-color: #b5bc18 | |
} | |
.btn-info-outline.disabled.focus, | |
.btn-info-outline.disabled:focus, | |
.btn-info-outline.disabled:hover, | |
.btn-info-outline:disabled.focus, | |
.btn-info-outline:disabled:focus, | |
.btn-info-outline:disabled:hover { | |
border-color: #e2e951 | |
} | |
.btn-success-outline { | |
color: #fa9634; | |
background-image: none; | |
background-color: transparent; | |
border-color: #fa9634 | |
} | |
.btn-success-outline.active, | |
.btn-success-outline.focus, | |
.btn-success-outline:active, | |
.btn-success-outline:focus, | |
.btn-success-outline:hover, | |
.open>.btn-success-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #fa9634; | |
border-color: #fa9634 | |
} | |
.btn-success-outline.disabled.focus, | |
.btn-success-outline.disabled:focus, | |
.btn-success-outline.disabled:hover, | |
.btn-success-outline:disabled.focus, | |
.btn-success-outline:disabled:focus, | |
.btn-success-outline:disabled:hover { | |
border-color: #fcc998 | |
} | |
.btn-warning-outline { | |
color: #ed8322; | |
background-image: none; | |
background-color: transparent; | |
border-color: #ed8322; | |
} | |
.btn-warning-outline.active, | |
.btn-warning-outline.focus, | |
.btn-warning-outline:active, | |
.btn-warning-outline:focus, | |
.btn-warning-outline:hover, | |
.open>.btn-warning-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #f1c40f; | |
border-color: #f1c40f | |
} | |
.btn-warning-outline.disabled.focus, | |
.btn-warning-outline.disabled:focus, | |
.btn-warning-outline.disabled:hover, | |
.btn-warning-outline:disabled.focus, | |
.btn-warning-outline:disabled:focus, | |
.btn-warning-outline:disabled:hover { | |
border-color: #f7dc6f | |
} | |
.btn-danger-outline { | |
color: #f67323; | |
background-image: none; | |
background-color: transparent; | |
border-color: #f67323 | |
} | |
.btn-danger-outline.active, | |
.btn-danger-outline.focus, | |
.btn-danger-outline:active, | |
.btn-danger-outline:focus, | |
.btn-danger-outline:hover, | |
.open>.btn-danger-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #f67323; | |
border-color: #f67323 | |
} | |
.btn-danger-outline.disabled.focus, | |
.btn-danger-outline.disabled:focus, | |
.btn-danger-outline.disabled:hover, | |
.btn-danger-outline:disabled.focus, | |
.btn-danger-outline:disabled:focus, | |
.btn-danger-outline:disabled:hover { | |
border-color: #fab185 | |
} | |
.btn-link { | |
font-weight: 400; | |
color: #d61c1c; | |
border-radius: 0 | |
} | |
.btn-group-lg>.btn, | |
.btn-lg, | |
.search-form .btn-group-lg>.search-submit { | |
padding: 1rem 1.5rem; | |
font-size: 1.5rem; | |
line-height: 1.3333333333; | |
border-radius: .7rem | |
} | |
.btn-group-sm>.btn, | |
.btn-sm, | |
.search-form .btn-group-sm>.search-submit { | |
padding: .25rem .75rem; | |
font-size: .875rem; | |
line-height: 1.5; | |
border-radius: .2rem | |
} | |
.fade { | |
opacity: 0; | |
-webkit-transition: opacity .15s linear; | |
transition: opacity .15s linear | |
} | |
.fade.in { | |
opacity: 1 | |
} | |
.collapse { | |
display: none | |
} | |
.collapse.in { | |
display: block | |
} | |
.collapsing { | |
height: 0; | |
overflow: hidden; | |
-webkit-transition-timing-function: ease; | |
transition-timing-function: ease; | |
-webkit-transition-duration: .35s; | |
transition-duration: .35s; | |
-webkit-transition-property: height; | |
transition-property: height | |
} | |
.collapsing, | |
.dropdown, | |
.dropup { | |
position: relative | |
} | |
.dropdown-toggle:after { | |
display: inline-block; | |
width: 0; | |
height: 0; | |
margin-right: .25rem; | |
margin-left: .25rem; | |
vertical-align: middle; | |
content: ""; | |
border-top: .3em solid; | |
border-right: .3em solid transparent; | |
border-left: .3em solid transparent | |
} | |
.dropdown-toggle:focus { | |
outline: 0 | |
} | |
.dropup .dropdown-toggle:after { | |
border-top: 0; | |
border-bottom: .3em solid | |
} | |
.dropdown-menu { | |
position: absolute; | |
top: 100%; | |
left: 0; | |
z-index: 1000; | |
display: none; | |
float: left; | |
min-width: 160px; | |
padding: 5px 0; | |
margin: 2px 0 0; | |
font-size: 1.2rem; | |
color: #404040; | |
text-align: left; | |
list-style: none; | |
background-color: #fff; | |
background-clip: padding-box; | |
border: 1px solid rgba(0, 0, 0, .15); | |
border-radius: .25rem | |
} | |
.dropdown-divider { | |
height: 1px; | |
margin: .5rem 0; | |
overflow: hidden; | |
background-color: #e5e5e5 | |
} | |
.dropdown-item { | |
display: block; | |
width: 100%; | |
padding: 3px 20px; | |
clear: both; | |
font-weight: 400; | |
line-height: 1.5; | |
color: #404040; | |
text-align: inherit; | |
white-space: nowrap; | |
background: none; | |
border: 0 | |
} | |
.dropdown-item:focus, | |
.dropdown-item:hover { | |
color: #333; | |
text-decoration: none; | |
background-color: #f5f5f5 | |
} | |
.dropdown-item.active, | |
.dropdown-item.active:focus, | |
.dropdown-item.active:hover { | |
color: #fff; | |
text-decoration: none; | |
background-color: #d61c1c; | |
outline: 0 | |
} | |
.dropdown-item.disabled, | |
.dropdown-item.disabled:focus, | |
.dropdown-item.disabled:hover { | |
color: #a2a2a2 | |
} | |
.dropdown-item.disabled:focus, | |
.dropdown-item.disabled:hover { | |
text-decoration: none; | |
cursor: not-allowed; | |
background-color: transparent; | |
background-image: none; | |
filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)" | |
} | |
.open>.dropdown-menu { | |
display: block | |
} | |
.open>a { | |
outline: 0 | |
} | |
.dropdown-menu-right { | |
right: 0; | |
left: auto | |
} | |
.dropdown-menu-left { | |
right: auto; | |
left: 0 | |
} | |
.dropdown-header { | |
display: block; | |
padding: 3px 20px; | |
font-size: .875rem; | |
line-height: 1.5; | |
color: #a2a2a2; | |
white-space: nowrap | |
} | |
.dropdown-backdrop { | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 990 | |
} | |
.pull-right>.dropdown-menu { | |
right: 0; | |
left: auto | |
} | |
.dropup .caret, | |
.navbar-fixed-bottom .dropdown .caret { | |
content: ""; | |
border-top: 0; | |
border-bottom: .3em solid | |
} | |
.dropup .dropdown-menu, | |
.navbar-fixed-bottom .dropdown .dropdown-menu { | |
top: auto; | |
bottom: 100%; | |
margin-bottom: 2px | |
} | |
.btn-group, | |
.btn-group-vertical { | |
position: relative; | |
display: inline-block; | |
vertical-align: middle | |
} | |
.btn-group-vertical>.btn, | |
.btn-group>.btn, | |
.search-form .btn-group-vertical>.search-submit, | |
.search-form .btn-group>.search-submit { | |
position: relative; | |
float: left | |
} | |
.btn-group-vertical>.btn.active, | |
.btn-group-vertical>.btn:active, | |
.btn-group-vertical>.btn:focus, | |
.btn-group-vertical>.btn:hover, | |
.btn-group>.btn.active, | |
.btn-group>.btn:active, | |
.btn-group>.btn:focus, | |
.btn-group>.btn:hover, | |
.search-form .btn-group-vertical>.active.search-submit, | |
.search-form .btn-group-vertical>.search-submit:active, | |
.search-form .btn-group-vertical>.search-submit:focus, | |
.search-form .btn-group-vertical>.search-submit:hover, | |
.search-form .btn-group>.active.search-submit, | |
.search-form .btn-group>.search-submit:active, | |
.search-form .btn-group>.search-submit:focus, | |
.search-form .btn-group>.search-submit:hover { | |
z-index: 2 | |
} | |
.btn-group .btn+.btn, | |
.btn-group .btn+.btn-group, | |
.btn-group .btn-group+.btn, | |
.btn-group .btn-group+.btn-group, | |
.btn-group .search-form .btn+.search-submit, | |
.btn-group .search-form .btn-group+.search-submit, | |
.btn-group .search-form .search-submit+.btn, | |
.btn-group .search-form .search-submit+.btn-group, | |
.btn-group .search-form .search-submit+.search-submit, | |
.search-form .btn-group .btn+.search-submit, | |
.search-form .btn-group .btn-group+.search-submit, | |
.search-form .btn-group .search-submit+.btn, | |
.search-form .btn-group .search-submit+.btn-group, | |
.search-form .btn-group .search-submit+.search-submit { | |
margin-left: -1px | |
} | |
.btn-toolbar { | |
margin-left: -5px | |
} | |
.btn-toolbar:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
.btn-toolbar .btn-group, | |
.btn-toolbar .input-group { | |
float: left | |
} | |
.btn-toolbar>.btn, | |
.btn-toolbar>.btn-group, | |
.btn-toolbar>.input-group, | |
.search-form .btn-toolbar>.search-submit { | |
margin-left: 5px | |
} | |
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle), | |
.search-form .btn-group>.search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) { | |
border-radius: 0 | |
} | |
.btn-group>.btn:first-child, | |
.search-form .btn-group>.search-submit:first-child { | |
margin-left: 0 | |
} | |
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), | |
.search-form .btn-group>.search-submit:first-child:not(:last-child):not(.dropdown-toggle) { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0 | |
} | |
.btn-group>.btn:last-child:not(:first-child), | |
.btn-group>.dropdown-toggle:not(:first-child), | |
.search-form .btn-group>.search-submit:last-child:not(:first-child) { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.btn-group>.btn-group { | |
float: left | |
} | |
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, | |
.search-form .btn-group>.btn-group:not(:first-child):not(:last-child)>.search-submit { | |
border-radius: 0 | |
} | |
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, | |
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle, | |
.search-form .btn-group>.btn-group:first-child:not(:last-child)>.search-submit:last-child { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0 | |
} | |
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child, | |
.search-form .btn-group>.btn-group:last-child:not(:first-child)>.search-submit:first-child { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.btn-group .dropdown-toggle:active, | |
.btn-group.open .dropdown-toggle { | |
outline: 0 | |
} | |
.btn-group>.btn+.dropdown-toggle, | |
.search-form .btn-group>.search-submit+.dropdown-toggle { | |
padding-right: 8px; | |
padding-left: 8px | |
} | |
.btn-group-lg.btn-group>.btn+.dropdown-toggle, | |
.btn-group>.btn-lg+.dropdown-toggle, | |
.search-form .btn-group-lg.btn-group>.search-submit+.dropdown-toggle { | |
padding-right: 12px; | |
padding-left: 12px | |
} | |
.btn .caret, | |
.search-form .search-submit .caret { | |
margin-left: 0 | |
} | |
.btn-group-lg>.btn .caret, | |
.btn-lg .caret, | |
.search-form .btn-group-lg>.search-submit .caret { | |
border-width: .3em .3em 0; | |
border-bottom-width: 0 | |
} | |
.dropup .btn-group-lg>.btn .caret, | |
.dropup .btn-lg .caret, | |
.dropup .search-form .btn-group-lg>.search-submit .caret, | |
.search-form .dropup .btn-group-lg>.search-submit .caret { | |
border-width: 0 .3em .3em | |
} | |
.btn-group-vertical>.btn, | |
.btn-group-vertical>.btn-group, | |
.btn-group-vertical>.btn-group>.btn, | |
.search-form .btn-group-vertical>.btn-group>.search-submit, | |
.search-form .btn-group-vertical>.search-submit { | |
display: block; | |
float: none; | |
width: 100%; | |
max-width: 100% | |
} | |
.btn-group-vertical>.btn-group:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
.btn-group-vertical>.btn-group>.btn, | |
.search-form .btn-group-vertical>.btn-group>.search-submit { | |
float: none | |
} | |
.btn-group-vertical>.btn+.btn, | |
.btn-group-vertical>.btn+.btn-group, | |
.btn-group-vertical>.btn-group+.btn, | |
.btn-group-vertical>.btn-group+.btn-group, | |
.search-form .btn-group-vertical>.btn+.search-submit, | |
.search-form .btn-group-vertical>.btn-group+.search-submit, | |
.search-form .btn-group-vertical>.search-submit+.btn, | |
.search-form .btn-group-vertical>.search-submit+.btn-group, | |
.search-form .btn-group-vertical>.search-submit+.search-submit { | |
margin-top: -1px; | |
margin-left: 0 | |
} | |
.btn-group-vertical>.btn:not(:first-child):not(:last-child), | |
.search-form .btn-group-vertical>.search-submit:not(:first-child):not(:last-child) { | |
border-radius: 0 | |
} | |
.btn-group-vertical>.btn:first-child:not(:last-child), | |
.search-form .btn-group-vertical>.search-submit:first-child:not(:last-child) { | |
border-top-right-radius: .25rem; | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0 | |
} | |
.btn-group-vertical>.btn:last-child:not(:first-child), | |
.search-form .btn-group-vertical>.search-submit:last-child:not(:first-child) { | |
border-bottom-left-radius: .25rem; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn, | |
.search-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.search-submit { | |
border-radius: 0 | |
} | |
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, | |
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle, | |
.search-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>.search-submit:last-child { | |
border-bottom-right-radius: 0; | |
border-bottom-left-radius: 0 | |
} | |
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child, | |
.search-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>.search-submit:first-child { | |
border-top-right-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.search-form [data-toggle=buttons]>.btn-group>.search-submit input[type=checkbox], | |
.search-form [data-toggle=buttons]>.btn-group>.search-submit input[type=radio], | |
.search-form [data-toggle=buttons]>.search-submit input[type=checkbox], | |
.search-form [data-toggle=buttons]>.search-submit input[type=radio], | |
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox], | |
[data-toggle=buttons]>.btn-group>.btn input[type=radio], | |
[data-toggle=buttons]>.btn input[type=checkbox], | |
[data-toggle=buttons]>.btn input[type=radio] { | |
position: absolute; | |
clip: rect(0, 0, 0, 0); | |
pointer-events: none | |
} | |
.input-group { | |
position: relative; | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex | |
} | |
.input-group .form-control, | |
.input-group .search-form .search-field, | |
.search-form .input-group .search-field { | |
position: relative; | |
z-index: 2; | |
-webkit-box-flex: 1; | |
-ms-flex: 1; | |
flex: 1; | |
margin-bottom: 0 | |
} | |
.input-group .form-control:active, | |
.input-group .form-control:focus, | |
.input-group .form-control:hover, | |
.input-group .search-form .search-field:active, | |
.input-group .search-form .search-field:focus, | |
.input-group .search-form .search-field:hover, | |
.search-form .input-group .search-field:active, | |
.search-form .input-group .search-field:focus, | |
.search-form .input-group .search-field:hover { | |
z-index: 3 | |
} | |
.input-group-addon:not(:first-child):not(:last-child), | |
.input-group-btn:not(:first-child):not(:last-child), | |
.input-group .form-control:not(:first-child):not(:last-child), | |
.input-group .search-form .search-field:not(:first-child):not(:last-child), | |
.search-form .input-group .search-field:not(:first-child):not(:last-child) { | |
border-radius: 0 | |
} | |
.input-group-addon, | |
.input-group-btn { | |
white-space: nowrap; | |
vertical-align: middle | |
} | |
.input-group-addon { | |
padding: .375rem .75rem; | |
font-size: 1.2rem; | |
font-weight: 400; | |
line-height: 1; | |
color: #555; | |
text-align: center; | |
background-color: #ddd; | |
border: 1px solid #ccc; | |
border-radius: .25rem | |
} | |
.input-group-addon.form-control-sm, | |
.input-group-sm>.input-group-addon, | |
.input-group-sm>.input-group-btn>.input-group-addon.btn, | |
.search-form .input-group-sm>.input-group-addon.search-field, | |
.search-form .input-group-sm>.input-group-btn>.input-group-addon.search-submit { | |
padding: .275rem .75rem; | |
font-size: .875rem; | |
border-radius: .2rem | |
} | |
.input-group-addon.form-control-lg, | |
.input-group-lg>.input-group-addon, | |
.input-group-lg>.input-group-btn>.input-group-addon.btn, | |
.search-form .input-group-lg>.input-group-addon.search-field, | |
.search-form .input-group-lg>.input-group-btn>.input-group-addon.search-submit { | |
padding: .75rem 1.25rem; | |
font-size: 1.5rem; | |
border-radius: .7rem | |
} | |
.input-group-addon input[type=checkbox], | |
.input-group-addon input[type=radio] { | |
margin-top: 0 | |
} | |
.input-group-addon:first-child, | |
.input-group-btn:first-child>.btn, | |
.input-group-btn:first-child>.btn-group>.btn, | |
.input-group-btn:first-child>.dropdown-toggle, | |
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn, | |
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), | |
.input-group .form-control:first-child, | |
.input-group .search-form .search-field:first-child, | |
.search-form .input-group-btn:first-child>.btn-group>.search-submit, | |
.search-form .input-group-btn:first-child>.search-submit, | |
.search-form .input-group-btn:last-child>.btn-group:not(:last-child)>.search-submit, | |
.search-form .input-group-btn:last-child>.search-submit:not(:last-child):not(.dropdown-toggle), | |
.search-form .input-group .search-field:first-child { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0 | |
} | |
.input-group-addon:first-child { | |
border-right: 0 | |
} | |
.input-group-addon:last-child, | |
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn, | |
.input-group-btn:first-child>.btn:not(:first-child), | |
.input-group-btn:last-child>.btn, | |
.input-group-btn:last-child>.btn-group>.btn, | |
.input-group-btn:last-child>.dropdown-toggle, | |
.input-group .form-control:last-child, | |
.input-group .search-form .search-field:last-child, | |
.search-form .input-group-btn:first-child>.btn-group:not(:first-child)>.search-submit, | |
.search-form .input-group-btn:first-child>.search-submit:not(:first-child), | |
.search-form .input-group-btn:last-child>.btn-group>.search-submit, | |
.search-form .input-group-btn:last-child>.search-submit, | |
.search-form .input-group .search-field:last-child { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.input-group-addon:last-child { | |
border-left: 0 | |
} | |
.input-group-btn { | |
font-size: 0; | |
white-space: nowrap | |
} | |
.input-group-btn, | |
.input-group-btn>.btn, | |
.search-form .input-group-btn>.search-submit { | |
position: relative | |
} | |
.input-group-btn>.btn+.btn, | |
.search-form .input-group-btn>.btn+.search-submit, | |
.search-form .input-group-btn>.search-submit+.btn, | |
.search-form .input-group-btn>.search-submit+.search-submit { | |
margin-left: -1px | |
} | |
.input-group-btn>.btn:active, | |
.input-group-btn>.btn:focus, | |
.input-group-btn>.btn:hover, | |
.search-form .input-group-btn>.search-submit:active, | |
.search-form .input-group-btn>.search-submit:focus, | |
.search-form .input-group-btn>.search-submit:hover { | |
z-index: 3 | |
} | |
.input-group-btn:first-child>.btn, | |
.input-group-btn:first-child>.btn-group, | |
.search-form .input-group-btn:first-child>.search-submit { | |
margin-right: -1px | |
} | |
.input-group-btn:last-child>.btn, | |
.input-group-btn:last-child>.btn-group, | |
.search-form .input-group-btn:last-child>.search-submit { | |
z-index: 2; | |
margin-left: -1px | |
} | |
.input-group-btn:last-child>.btn-group:active, | |
.input-group-btn:last-child>.btn-group:focus, | |
.input-group-btn:last-child>.btn-group:hover, | |
.input-group-btn:last-child>.btn:active, | |
.input-group-btn:last-child>.btn:focus, | |
.input-group-btn:last-child>.btn:hover, | |
.search-form .input-group-btn:last-child>.search-submit:active, | |
.search-form .input-group-btn:last-child>.search-submit:focus, | |
.search-form .input-group-btn:last-child>.search-submit:hover { | |
z-index: 3 | |
} | |
.c-input { | |
position: relative; | |
display: inline; | |
padding-left: 1.5rem; | |
color: #555; | |
cursor: pointer | |
} | |
.c-input>input { | |
position: absolute; | |
z-index: -1; | |
opacity: 0 | |
} | |
.c-input>input:checked~.c-indicator { | |
color: #fff; | |
background-color: #0074d9 | |
} | |
.c-input>input:focus~.c-indicator { | |
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9 | |
} | |
.c-input>input:active~.c-indicator { | |
color: #fff; | |
background-color: #84c6ff | |
} | |
.c-input+.c-input { | |
margin-left: 1rem | |
} | |
.c-indicator { | |
position: absolute; | |
top: 0; | |
left: 0; | |
display: block; | |
width: 1rem; | |
height: 1rem; | |
font-size: 65%; | |
line-height: 1rem; | |
color: #eee; | |
text-align: center; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
background-color: #eee; | |
background-repeat: no-repeat; | |
background-position: 50%; | |
background-size: 50% 50% | |
} | |
.c-checkbox .c-indicator { | |
border-radius: .25rem | |
} | |
.c-checkbox input:checked~.c-indicator { | |
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=) | |
} | |
.c-checkbox input:indeterminate~.c-indicator { | |
background-color: #0074d9; | |
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K) | |
} | |
.c-radio .c-indicator { | |
border-radius: 50% | |
} | |
.c-radio input:checked~.c-indicator { | |
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==) | |
} | |
.c-inputs-stacked .c-input { | |
display: inline | |
} | |
.c-inputs-stacked .c-input:after { | |
display: block; | |
margin-bottom: .25rem; | |
content: "" | |
} | |
.c-inputs-stacked .c-input+.c-input { | |
margin-left: 0 | |
} | |
.c-select { | |
display: inline-block; | |
max-width: 100%; | |
padding: .375rem 1.75rem .375rem .75rem; | |
padding-right: .75rem\9; | |
color: #555; | |
vertical-align: middle; | |
background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center; | |
background-image: none\9; | |
background-size: 8px 10px; | |
border: 1px solid #ccc; | |
-moz-appearance: none; | |
-webkit-appearance: none | |
} | |
.c-select:focus { | |
border-color: #51a7e8; | |
outline: none | |
} | |
.c-select::-ms-expand { | |
opacity: 0 | |
} | |
.c-select-sm { | |
padding-top: 3px; | |
padding-bottom: 3px; | |
font-size: 12px | |
} | |
.c-select-sm:not([multiple]) { | |
height: 26px; | |
min-height: 26px | |
} | |
.file { | |
position: relative; | |
display: inline-block; | |
height: 2.5rem; | |
cursor: pointer | |
} | |
.file input { | |
min-width: 14rem; | |
margin: 0; | |
filter: alpha(opacity=0); | |
opacity: 0 | |
} | |
.file-custom { | |
position: absolute; | |
top: 0; | |
right: 0; | |
left: 0; | |
z-index: 5; | |
height: 2.5rem; | |
padding: .5rem 1rem; | |
line-height: 1.5; | |
color: #555; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: .25rem | |
} | |
.file-custom:after { | |
content: "Choose file..." | |
} | |
.file-custom:before { | |
position: absolute; | |
top: -.075rem; | |
right: -.075rem; | |
bottom: -.075rem; | |
z-index: 6; | |
display: block; | |
height: 2.5rem; | |
padding: .5rem 1rem; | |
line-height: 1.5; | |
color: #555; | |
content: "Browse"; | |
background-color: #eee; | |
border: 1px solid #ddd; | |
border-radius: 0 .25rem .25rem 0 | |
} | |
.nav { | |
padding-left: 0; | |
margin-bottom: 0; | |
list-style: none | |
} | |
.banner .nav a, | |
.nav-link { | |
display: inline-block | |
} | |
.banner .nav a:focus, | |
.banner .nav a:hover, | |
.nav-link:focus, | |
.nav-link:hover { | |
text-decoration: none | |
} | |
.banner .nav a.disabled, | |
.nav-link.disabled { | |
color: #a2a2a2 | |
} | |
.banner .nav a.disabled, | |
.banner .nav a.disabled:focus, | |
.banner .nav a.disabled:hover, | |
.nav-link.disabled, | |
.nav-link.disabled:focus, | |
.nav-link.disabled:hover { | |
color: #a2a2a2; | |
cursor: not-allowed; | |
background-color: transparent | |
} | |
.banner .nav .nav-inline li, | |
.nav-inline .banner .nav li, | |
.nav-inline .nav-item { | |
display: inline-block | |
} | |
.banner .nav .nav-inline .nav-item+li, | |
.banner .nav .nav-inline .nav-link+a, | |
.banner .nav .nav-inline a+.nav-link, | |
.banner .nav .nav-inline a+a, | |
.banner .nav .nav-inline li+.nav-item, | |
.banner .nav .nav-inline li+li, | |
.nav-inline .banner .nav .nav-item+li, | |
.nav-inline .banner .nav .nav-link+a, | |
.nav-inline .banner .nav a+.nav-link, | |
.nav-inline .banner .nav a+a, | |
.nav-inline .banner .nav li+.nav-item, | |
.nav-inline .banner .nav li+li, | |
.nav-inline .nav-item+.nav-item, | |
.nav-inline .nav-link+.nav-link { | |
margin-left: 1rem | |
} | |
.nav-tabs { | |
border-bottom: 1px solid #ddd | |
} | |
.nav-tabs:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
.banner .nav .nav-tabs li, | |
.nav-tabs .banner .nav li, | |
.nav-tabs .nav-item { | |
float: left; | |
margin-bottom: -1px | |
} | |
.banner .nav .nav-tabs .nav-item+li, | |
.banner .nav .nav-tabs li+.nav-item, | |
.banner .nav .nav-tabs li+li, | |
.nav-tabs .banner .nav .nav-item+li, | |
.nav-tabs .banner .nav li+.nav-item, | |
.nav-tabs .banner .nav li+li, | |
.nav-tabs .nav-item+.nav-item { | |
margin-left: .2rem | |
} | |
.banner .nav .nav-tabs a, | |
.nav-tabs .banner .nav a, | |
.nav-tabs .nav-link { | |
display: block; | |
padding: .5em 1em; | |
border: 1px solid transparent; | |
border-radius: .25rem .25rem 0 0 | |
} | |
.banner .nav .nav-tabs a:focus, | |
.banner .nav .nav-tabs a:hover, | |
.nav-tabs .banner .nav a:focus, | |
.nav-tabs .banner .nav a:hover, | |
.nav-tabs .nav-link:focus, | |
.nav-tabs .nav-link:hover { | |
border-color: #ddd | |
} | |
.banner .nav .nav-tabs a.disabled, | |
.banner .nav .nav-tabs a.disabled:focus, | |
.banner .nav .nav-tabs a.disabled:hover, | |
.nav-tabs .banner .nav a.disabled, | |
.nav-tabs .banner .nav a.disabled:focus, | |
.nav-tabs .banner .nav a.disabled:hover, | |
.nav-tabs .nav-link.disabled, | |
.nav-tabs .nav-link.disabled:focus, | |
.nav-tabs .nav-link.disabled:hover { | |
color: #a2a2a2; | |
background-color: transparent; | |
border-color: transparent | |
} | |
.banner .nav .nav-tabs .nav-item.open a, | |
.banner .nav .nav-tabs .nav-item.open a:focus, | |
.banner .nav .nav-tabs .nav-item.open a:hover, | |
.banner .nav .nav-tabs a.active, | |
.banner .nav .nav-tabs a.active:focus, | |
.banner .nav .nav-tabs a.active:hover, | |
.banner .nav .nav-tabs li.open .nav-link, | |
.banner .nav .nav-tabs li.open .nav-link:focus, | |
.banner .nav .nav-tabs li.open .nav-link:hover, | |
.banner .nav .nav-tabs li.open a, | |
.banner .nav .nav-tabs li.open a:focus, | |
.banner .nav .nav-tabs li.open a:hover, | |
.nav-tabs .banner .nav a.active, | |
.nav-tabs .banner .nav a.active:focus, | |
.nav-tabs .banner .nav a.active:hover, | |
.nav-tabs .banner .nav li.open .nav-link, | |
.nav-tabs .banner .nav li.open .nav-link:focus, | |
.nav-tabs .banner .nav li.open .nav-link:hover, | |
.nav-tabs .banner .nav li.open a, | |
.nav-tabs .banner .nav li.open a:focus, | |
.nav-tabs .banner .nav li.open a:hover, | |
.nav-tabs .nav-item.open .banner .nav a, | |
.nav-tabs .nav-item.open .banner .nav a:focus, | |
.nav-tabs .nav-item.open .banner .nav a:hover, | |
.nav-tabs .nav-item.open .nav-link, | |
.nav-tabs .nav-item.open .nav-link:focus, | |
.nav-tabs .nav-item.open .nav-link:hover, | |
.nav-tabs .nav-link.active, | |
.nav-tabs .nav-link.active:focus, | |
.nav-tabs .nav-link.active:hover { | |
color: #555; | |
background-color: #fff; | |
border-color: #ddd #ddd transparent | |
} | |
.nav-pills:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
.banner .nav .nav-pills li, | |
.nav-pills .banner .nav li, | |
.nav-pills .nav-item { | |
float: left | |
} | |
.banner .nav .nav-pills .nav-item+li, | |
.banner .nav .nav-pills li+.nav-item, | |
.banner .nav .nav-pills li+li, | |
.nav-pills .banner .nav .nav-item+li, | |
.nav-pills .banner .nav li+.nav-item, | |
.nav-pills .banner .nav li+li, | |
.nav-pills .nav-item+.nav-item { | |
margin-left: .2rem | |
} | |
.banner .nav .nav-pills a, | |
.nav-pills .banner .nav a, | |
.nav-pills .nav-link { | |
display: block; | |
padding: .5em 1em; | |
border-radius: .25rem | |
} | |
.banner .nav .nav-pills .nav-item.open a, | |
.banner .nav .nav-pills .nav-item.open a:focus, | |
.banner .nav .nav-pills .nav-item.open a:hover, | |
.banner .nav .nav-pills a.active, | |
.banner .nav .nav-pills a.active:focus, | |
.banner .nav .nav-pills a.active:hover, | |
.banner .nav .nav-pills li.open .nav-link, | |
.banner .nav .nav-pills li.open .nav-link:focus, | |
.banner .nav .nav-pills li.open .nav-link:hover, | |
.banner .nav .nav-pills li.open a, | |
.banner .nav .nav-pills li.open a:focus, | |
.banner .nav .nav-pills li.open a:hover, | |
.nav-pills .banner .nav a.active, | |
.nav-pills .banner .nav a.active:focus, | |
.nav-pills .banner .nav a.active:hover, | |
.nav-pills .banner .nav li.open .nav-link, | |
.nav-pills .banner .nav li.open .nav-link:focus, | |
.nav-pills .banner .nav li.open .nav-link:hover, | |
.nav-pills .banner .nav li.open a, | |
.nav-pills .banner .nav li.open a:focus, | |
.nav-pills .banner .nav li.open a:hover, | |
.nav-pills .nav-item.open .banner .nav a, | |
.nav-pills .nav-item.open .banner .nav a:focus, | |
.nav-pills .nav-item.open .banner .nav a:hover, | |
.nav-pills .nav-item.open .nav-link, | |
.nav-pills .nav-item.open .nav-link:focus, | |
.nav-pills .nav-item.open .nav-link:hover, | |
.nav-pills .nav-link.active, | |
.nav-pills .nav-link.active:focus, | |
.nav-pills .nav-link.active:hover { | |
color: #fff; | |
cursor: default; | |
background-color: #d61c1c | |
} | |
.banner .nav .nav-stacked li, | |
.nav-stacked .banner .nav li, | |
.nav-stacked .nav-item { | |
display: block; | |
float: none | |
} | |
.banner .nav .nav-stacked .nav-item+li, | |
.banner .nav .nav-stacked li+.nav-item, | |
.banner .nav .nav-stacked li+li, | |
.nav-stacked .banner .nav .nav-item+li, | |
.nav-stacked .banner .nav li+.nav-item, | |
.nav-stacked .banner .nav li+li, | |
.nav-stacked .nav-item+.nav-item { | |
margin-top: .2rem; | |
margin-left: 0 | |
} | |
.tab-content>.tab-pane { | |
display: none | |
} | |
.tab-content>.active { | |
display: block | |
} | |
.nav-tabs .dropdown-menu { | |
margin-top: -1px; | |
border-top-right-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.navbar { | |
position: relative; | |
padding: .5rem 1rem | |
} | |
.navbar:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
@media (min-width:544px) { | |
.navbar { | |
border-radius: .25rem | |
} | |
} | |
.navbar-full { | |
z-index: 1000 | |
} | |
@media (min-width:544px) { | |
.navbar-full { | |
border-radius: 0 | |
} | |
} | |
.navbar-fixed-bottom, | |
.navbar-fixed-top { | |
position: fixed; | |
right: 0; | |
left: 0; | |
z-index: 1030 | |
} | |
@media (min-width:544px) { | |
.navbar-fixed-bottom, | |
.navbar-fixed-top { | |
border-radius: 0 | |
} | |
} | |
.navbar-fixed-top { | |
top: 0 | |
} | |
.navbar-fixed-bottom { | |
bottom: 0 | |
} | |
.navbar-sticky-top { | |
position: -webkit-sticky; | |
position: sticky; | |
top: 0; | |
z-index: 1030; | |
width: 100% | |
} | |
@media (min-width:544px) { | |
.navbar-sticky-top { | |
border-radius: 0 | |
} | |
} | |
.navbar-brand { | |
float: left; | |
padding-top: .25rem; | |
padding-bottom: .25rem; | |
margin-right: 1rem; | |
font-size: 1.5rem | |
} | |
.navbar-brand:focus, | |
.navbar-brand:hover { | |
text-decoration: none | |
} | |
.navbar-brand>img { | |
display: block | |
} | |
.navbar-divider { | |
float: left; | |
width: 1px; | |
padding-top: .425rem; | |
padding-bottom: .425rem; | |
margin-right: 1rem; | |
margin-left: 1rem; | |
overflow: hidden | |
} | |
.navbar-divider:before { | |
content: "\00a0" | |
} | |
.navbar-toggler { | |
padding: .5rem .75rem; | |
font-size: 1.5rem; | |
line-height: 1; | |
background: none; | |
border: 1px solid transparent; | |
border-radius: .25rem | |
} | |
.navbar-toggler:focus, | |
.navbar-toggler:hover { | |
text-decoration: none | |
} | |
@media (min-width:544px) { | |
.navbar-toggleable-xs { | |
display: block!important | |
} | |
} | |
@media (min-width:768px) { | |
.navbar-toggleable-sm { | |
display: block!important | |
} | |
} | |
@media (min-width:992px) { | |
.navbar-toggleable-md { | |
display: block!important | |
} | |
} | |
.banner .nav .navbar-nav li, | |
.navbar-nav .banner .nav li, | |
.navbar-nav .nav-item { | |
float: left | |
} | |
.banner .nav .navbar-nav a, | |
.navbar-nav .banner .nav a, | |
.navbar-nav .nav-link { | |
display: block; | |
padding-top: .425rem; | |
padding-bottom: .425rem | |
} | |
.banner .nav .navbar-nav .nav-item+li, | |
.banner .nav .navbar-nav .nav-link+a, | |
.banner .nav .navbar-nav a+.nav-link, | |
.banner .nav .navbar-nav a+a, | |
.banner .nav .navbar-nav li+.nav-item, | |
.banner .nav .navbar-nav li+li, | |
.navbar-nav .banner .nav .nav-item+li, | |
.navbar-nav .banner .nav .nav-link+a, | |
.navbar-nav .banner .nav a+.nav-link, | |
.navbar-nav .banner .nav a+a, | |
.navbar-nav .banner .nav li+.nav-item, | |
.navbar-nav .banner .nav li+li, | |
.navbar-nav .nav-item+.nav-item, | |
.navbar-nav .nav-link+.nav-link { | |
margin-left: 1rem | |
} | |
.navbar-light .navbar-brand, | |
.navbar-light .navbar-brand:focus, | |
.navbar-light .navbar-brand:hover { | |
color: rgba(0, 0, 0, .8) | |
} | |
.banner .nav .navbar-light .navbar-nav a, | |
.navbar-light .navbar-nav .banner .nav a, | |
.navbar-light .navbar-nav .nav-link { | |
color: rgba(0, 0, 0, .3) | |
} | |
.banner .nav .navbar-light .navbar-nav a:focus, | |
.banner .nav .navbar-light .navbar-nav a:hover, | |
.navbar-light .navbar-nav .banner .nav a:focus, | |
.navbar-light .navbar-nav .banner .nav a:hover, | |
.navbar-light .navbar-nav .nav-link:focus, | |
.navbar-light .navbar-nav .nav-link:hover { | |
color: rgba(0, 0, 0, .6) | |
} | |
.banner .nav .navbar-light .navbar-nav .active>a, | |
.banner .nav .navbar-light .navbar-nav .active>a:focus, | |
.banner .nav .navbar-light .navbar-nav .active>a:hover, | |
.banner .nav .navbar-light .navbar-nav .open>a, | |
.banner .nav .navbar-light .navbar-nav .open>a:focus, | |
.banner .nav .navbar-light .navbar-nav .open>a:hover, | |
.banner .nav .navbar-light .navbar-nav a.active, | |
.banner .nav .navbar-light .navbar-nav a.active:focus, | |
.banner .nav .navbar-light .navbar-nav a.active:hover, | |
.banner .nav .navbar-light .navbar-nav a.open, | |
.banner .nav .navbar-light .navbar-nav a.open:focus, | |
.banner .nav .navbar-light .navbar-nav a.open:hover, | |
.navbar-light .navbar-nav .active>.nav-link, | |
.navbar-light .navbar-nav .active>.nav-link:focus, | |
.navbar-light .navbar-nav .active>.nav-link:hover, | |
.navbar-light .navbar-nav .banner .nav .active>a, | |
.navbar-light .navbar-nav .banner .nav .active>a:focus, | |
.navbar-light .navbar-nav .banner .nav .active>a:hover, | |
.navbar-light .navbar-nav .banner .nav .open>a, | |
.navbar-light .navbar-nav .banner .nav .open>a:focus, | |
.navbar-light .navbar-nav .banner .nav .open>a:hover, | |
.navbar-light .navbar-nav .banner .nav a.active, | |
.navbar-light .navbar-nav .banner .nav a.active:focus, | |
.navbar-light .navbar-nav .banner .nav a.active:hover, | |
.navbar-light .navbar-nav .banner .nav a.open, | |
.navbar-light .navbar-nav .banner .nav a.open:focus, | |
.navbar-light .navbar-nav .banner .nav a.open:hover, | |
.navbar-light .navbar-nav .nav-link.active, | |
.navbar-light .navbar-nav .nav-link.active:focus, | |
.navbar-light .navbar-nav .nav-link.active:hover, | |
.navbar-light .navbar-nav .nav-link.open, | |
.navbar-light .navbar-nav .nav-link.open:focus, | |
.navbar-light .navbar-nav .nav-link.open:hover, | |
.navbar-light .navbar-nav .open>.nav-link, | |
.navbar-light .navbar-nav .open>.nav-link:focus, | |
.navbar-light .navbar-nav .open>.nav-link:hover { | |
color: rgba(0, 0, 0, .8) | |
} | |
.navbar-light .navbar-divider { | |
background-color: rgba(0, 0, 0, .075) | |
} | |
.navbar-dark .navbar-brand, | |
.navbar-dark .navbar-brand:focus, | |
.navbar-dark .navbar-brand:hover { | |
color: #fff | |
} | |
.banner .nav .navbar-dark .navbar-nav a, | |
.navbar-dark .navbar-nav .banner .nav a, | |
.navbar-dark .navbar-nav .nav-link { | |
color: hsla(0, 0%, 100%, .5) | |
} | |
.banner .nav .navbar-dark .navbar-nav a:focus, | |
.banner .nav .navbar-dark .navbar-nav a:hover, | |
.navbar-dark .navbar-nav .banner .nav a:focus, | |
.navbar-dark .navbar-nav .banner .nav a:hover, | |
.navbar-dark .navbar-nav .nav-link:focus, | |
.navbar-dark .navbar-nav .nav-link:hover { | |
color: hsla(0, 0%, 100%, .75) | |
} | |
.banner .nav .navbar-dark .navbar-nav .active>a, | |
.banner .nav .navbar-dark .navbar-nav .active>a:focus, | |
.banner .nav .navbar-dark .navbar-nav .active>a:hover, | |
.banner .nav .navbar-dark .navbar-nav .open>a, | |
.banner .nav .navbar-dark .navbar-nav .open>a:focus, | |
.banner .nav .navbar-dark .navbar-nav .open>a:hover, | |
.banner .nav .navbar-dark .navbar-nav a.active, | |
.banner .nav .navbar-dark .navbar-nav a.active:focus, | |
.banner .nav .navbar-dark .navbar-nav a.active:hover, | |
.banner .nav .navbar-dark .navbar-nav a.open, | |
.banner .nav .navbar-dark .navbar-nav a.open:focus, | |
.banner .nav .navbar-dark .navbar-nav a.open:hover, | |
.navbar-dark .navbar-nav .active>.nav-link, | |
.navbar-dark .navbar-nav .active>.nav-link:focus, | |
.navbar-dark .navbar-nav .active>.nav-link:hover, | |
.navbar-dark .navbar-nav .banner .nav .active>a, | |
.navbar-dark .navbar-nav .banner .nav .active>a:focus, | |
.navbar-dark .navbar-nav .banner .nav .active>a:hover, | |
.navbar-dark .navbar-nav .banner .nav .open>a, | |
.navbar-dark .navbar-nav .banner .nav .open>a:focus, | |
.navbar-dark .navbar-nav .banner .nav .open>a:hover, | |
.navbar-dark .navbar-nav .banner .nav a.active, | |
.navbar-dark .navbar-nav .banner .nav a.active:focus, | |
.navbar-dark .navbar-nav .banner .nav a.active:hover, | |
.navbar-dark .navbar-nav .banner .nav a.open, | |
.navbar-dark .navbar-nav .banner .nav a.open:focus, | |
.navbar-dark .navbar-nav .banner .nav a.open:hover, | |
.navbar-dark .navbar-nav .nav-link.active, | |
.navbar-dark .navbar-nav .nav-link.active:focus, | |
.navbar-dark .navbar-nav .nav-link.active:hover, | |
.navbar-dark .navbar-nav .nav-link.open, | |
.navbar-dark .navbar-nav .nav-link.open:focus, | |
.navbar-dark .navbar-nav .nav-link.open:hover, | |
.navbar-dark .navbar-nav .open>.nav-link, | |
.navbar-dark .navbar-nav .open>.nav-link:focus, | |
.navbar-dark .navbar-nav .open>.nav-link:hover { | |
color: #fff | |
} | |
.navbar-dark .navbar-divider { | |
background-color: hsla(0, 0%, 100%, .075) | |
} | |
.card { | |
position: relative; | |
display: block; | |
margin-bottom: .75rem; | |
background-color: #fff; | |
border: 2px solid #eee; | |
border-radius: .3em | |
} | |
.card-block { | |
padding: .75rem | |
} | |
.card-title { | |
margin-bottom: .75rem | |
} | |
.card-subtitle { | |
margin-top: -.375rem | |
} | |
.card-subtitle, | |
.card-text:last-child { | |
margin-bottom: 0 | |
} | |
.card-link:hover { | |
text-decoration: none | |
} | |
.card-link+.card-link { | |
margin-left: 1.25rem | |
} | |
.card>.list-group:first-child .list-group-item:first-child { | |
border-radius: .3em .3em 0 0 | |
} | |
.card>.list-group:last-child .list-group-item:last-child { | |
border-radius: 0 0 .3em .3em | |
} | |
.card-header { | |
padding: .75rem 1.25rem; | |
background-color: #f5f5f5; | |
border-bottom: 2px solid #eee | |
} | |
.card-header:first-child { | |
border-radius: .25rem .25rem 0 0 | |
} | |
.card-footer { | |
padding: .75rem 1.25rem; | |
background-color: #f5f5f5; | |
border-top: 2px solid #eee | |
} | |
.card-footer:last-child { | |
border-radius: 0 0 .25rem .25rem | |
} | |
.card-primary { | |
background-color: #d61c1c; | |
border-color: #d61c1c | |
} | |
.card-success { | |
background-color: #fa9634; | |
border-color: #fa9634 | |
} | |
.card-info { | |
background-color: #b5bc18; | |
border-color: #b5bc18 | |
} | |
.card-warning { | |
background-color: #f1c40f; | |
border-color: #f1c40f | |
} | |
.card-danger { | |
background-color: #f67323; | |
border-color: #f67323 | |
} | |
.card-primary-outline { | |
background-color: transparent; | |
border-color: #d61c1c | |
} | |
.card-secondary-outline { | |
background-color: transparent; | |
border-color: #ccc | |
} | |
.card-info-outline { | |
background-color: transparent; | |
border-color: #b5bc18 | |
} | |
.card-success-outline { | |
background-color: transparent; | |
border-color: #fa9634 | |
} | |
.card-warning-outline { | |
background-color: transparent; | |
border-color: #f1c40f | |
} | |
.card-danger-outline { | |
background-color: transparent; | |
border-color: #f67323 | |
} | |
.card-inverse .card-footer, | |
.card-inverse .card-header { | |
border-bottom: 2px solid hsla(0, 0%, 100%, .2) | |
} | |
.card-inverse .card-blockquote, | |
.card-inverse .card-footer, | |
.card-inverse .card-header, | |
.card-inverse .card-title { | |
color: #fff | |
} | |
.card-inverse .card-blockquote>footer, | |
.card-inverse .card-link, | |
.card-inverse .card-text { | |
color: hsla(0, 0%, 100%, .65) | |
} | |
.card-inverse .card-link:focus, | |
.card-inverse .card-link:hover { | |
color: #fff | |
} | |
.card-blockquote { | |
padding: 0; | |
margin-bottom: 0; | |
border-left: 0 | |
} | |
.card-img { | |
border-radius: .25rem | |
} | |
.card-img-overlay { | |
position: absolute; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
padding: 1.25rem | |
} | |
.card-img-top { | |
border-radius: .25rem .25rem 0 0 | |
} | |
.card-img-bottom { | |
border-radius: 0 0 .25rem .25rem | |
} | |
@media (min-width:544px) { | |
.card-deck { | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-flow: row wrap; | |
flex-flow: row wrap; | |
margin-right: -.625rem; | |
margin-left: -.625rem | |
} | |
.card-deck .card { | |
-webkit-box-flex: 1; | |
-ms-flex: 1 0 0; | |
flex: 1 0 0; | |
margin-right: .625rem; | |
margin-left: .625rem | |
} | |
} | |
@media (min-width:544px) { | |
.card-group { | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex; | |
-ms-flex-flow: row wrap; | |
flex-flow: row wrap | |
} | |
.card-group .card { | |
-webkit-box-flex: 1; | |
-ms-flex: 1 0 0; | |
flex: 1 0 0 | |
} | |
.card-group .card+.card { | |
margin-left: 0; | |
border-left: 0 | |
} | |
.card-group .card:first-child { | |
border-bottom-right-radius: 0; | |
border-top-right-radius: 0 | |
} | |
.card-group .card:first-child .card-img-top { | |
border-top-right-radius: 0 | |
} | |
.card-group .card:first-child .card-img-bottom { | |
border-bottom-right-radius: 0 | |
} | |
.card-group .card:last-child { | |
border-bottom-left-radius: 0; | |
border-top-left-radius: 0 | |
} | |
.card-group .card:last-child .card-img-top { | |
border-top-left-radius: 0 | |
} | |
.card-group .card:last-child .card-img-bottom { | |
border-bottom-left-radius: 0 | |
} | |
.card-group .card:not(:first-child):not(:last-child), | |
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom, | |
.card-group .card:not(:first-child):not(:last-child) .card-img-top { | |
border-radius: 0 | |
} | |
} | |
@media (min-width:544px) { | |
.card-columns { | |
-webkit-column-count: 3; | |
-moz-column-count: 3; | |
column-count: 3; | |
-webkit-column-gap: 1.25rem; | |
-moz-column-gap: 1.25rem; | |
column-gap: 1.25rem | |
} | |
.card-columns .card { | |
display: inline-block; | |
width: 100% | |
} | |
} | |
.breadcrumb { | |
padding: .75rem 1rem; | |
margin-bottom: 1rem; | |
list-style: none; | |
background-color: #ddd; | |
border-radius: .25rem | |
} | |
.breadcrumb:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
.breadcrumb>li { | |
float: left | |
} | |
.breadcrumb>li+li:before { | |
padding-right: .5rem; | |
padding-left: .5rem; | |
color: #a2a2a2; | |
content: "/" | |
} | |
.breadcrumb>.active { | |
color: #a2a2a2 | |
} | |
.pagination { | |
display: inline-block; | |
padding-left: 0; | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
border-radius: .25rem | |
} | |
.page-item { | |
display: inline | |
} | |
.page-item:first-child .page-link { | |
margin-left: 0; | |
border-bottom-left-radius: .25rem; | |
border-top-left-radius: .25rem | |
} | |
.page-item:last-child .page-link { | |
border-bottom-right-radius: .25rem; | |
border-top-right-radius: .25rem | |
} | |
.page-item.active .page-link, | |
.page-item.active .page-link:focus, | |
.page-item.active .page-link:hover { | |
z-index: 2; | |
color: #fff; | |
cursor: default; | |
background-color: #d61c1c; | |
border-color: #d61c1c | |
} | |
.page-item.disabled .page-link, | |
.page-item.disabled .page-link:focus, | |
.page-item.disabled .page-link:hover { | |
color: #a2a2a2; | |
cursor: not-allowed; | |
background-color: #fff; | |
border-color: #ddd | |
} | |
.page-link:focus, | |
.page-link:hover { | |
color: #a91616; | |
background-color: #ddd; | |
border-color: #ddd | |
} | |
.pagination-lg .page-link { | |
padding: .75rem 1.5rem; | |
font-size: 1.5rem; | |
line-height: 1.3333333333 | |
} | |
.pagination-lg .page-item:first-child .page-link { | |
border-bottom-left-radius: .7rem; | |
border-top-left-radius: .7rem | |
} | |
.pagination-lg .page-item:last-child .page-link { | |
border-bottom-right-radius: .7rem; | |
border-top-right-radius: .7rem | |
} | |
.pagination-sm .page-link { | |
padding: .275rem .75rem; | |
font-size: .875rem; | |
line-height: 1.5 | |
} | |
.pagination-sm .page-item:first-child .page-link { | |
border-bottom-left-radius: .2rem; | |
border-top-left-radius: .2rem | |
} | |
.pagination-sm .page-item:last-child .page-link { | |
border-bottom-right-radius: .2rem; | |
border-top-right-radius: .2rem | |
} | |
.pager { | |
padding-left: 0; | |
margin-top: 1rem; | |
margin-bottom: 1rem; | |
text-align: center; | |
list-style: none | |
} | |
.pager:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
.pager li { | |
display: inline | |
} | |
.pager li>a, | |
.pager li>span { | |
display: inline-block; | |
padding: 5px 14px; | |
background-color: #fff; | |
border: 1px solid #ddd; | |
border-radius: 15px | |
} | |
.pager li>a:focus, | |
.pager li>a:hover { | |
text-decoration: none; | |
background-color: #ddd | |
} | |
.pager .disabled>a, | |
.pager .disabled>a:focus, | |
.pager .disabled>a:hover, | |
.pager .disabled>span { | |
color: #a2a2a2; | |
cursor: not-allowed; | |
background-color: #fff | |
} | |
.pager-next>a, | |
.pager-next>span { | |
float: right | |
} | |
.pager-prev>a, | |
.pager-prev>span { | |
float: left | |
} | |
.label { | |
display: inline-block; | |
padding: .25em .4em; | |
font-size: 75%; | |
font-weight: 700; | |
line-height: 1; | |
color: #fff; | |
text-align: center; | |
white-space: nowrap; | |
vertical-align: baseline; | |
border-radius: .25rem | |
} | |
.label:empty { | |
display: none | |
} | |
.btn .label, | |
.search-form .search-submit .label { | |
position: relative; | |
top: -1px | |
} | |
a.label:focus, | |
a.label:hover { | |
color: #fff; | |
text-decoration: none; | |
cursor: pointer | |
} | |
.label-pill { | |
padding-right: .6em; | |
padding-left: .6em; | |
border-radius: 10rem | |
} | |
.label-default { | |
background-color: #a2a2a2 | |
} | |
.label-default[href]:focus, | |
.label-default[href]:hover { | |
background-color: #898989 | |
} | |
.label-primary { | |
background-color: #d61c1c | |
} | |
.label-primary[href]:focus, | |
.label-primary[href]:hover { | |
background-color: #a91616 | |
} | |
.label-success { | |
background-color: #fa9634 | |
} | |
.label-success[href]:focus, | |
.label-success[href]:hover { | |
background-color: #f57c06 | |
} | |
.label-info { | |
background-color: #b5bc18 | |
} | |
.label-info[href]:focus, | |
.label-info[href]:hover { | |
background-color: #898f12 | |
} | |
.label-warning { | |
background-color: #f1c40f | |
} | |
.label-warning[href]:focus, | |
.label-warning[href]:hover { | |
background-color: #c29d0b | |
} | |
.label-danger { | |
background-color: #f67323 | |
} | |
.label-danger[href]:focus, | |
.label-danger[href]:hover { | |
background-color: #dd5909 | |
} | |
.jumbotron { | |
padding: 2rem 1rem; | |
margin-bottom: 2rem; | |
background-color: #ddd; | |
border-radius: .7rem | |
} | |
@media (min-width:544px) { | |
.jumbotron { | |
padding: 4rem 2rem | |
} | |
} | |
.jumbotron-hr { | |
border-top-color: #c3c3c3 | |
} | |
.jumbotron-fluid { | |
padding-right: 0; | |
padding-left: 0; | |
border-radius: 0 | |
} | |
.alert { | |
padding: 15px; | |
margin-bottom: 1rem; | |
border: 1px solid transparent; | |
border-radius: .25rem | |
} | |
.alert>p, | |
.alert>ul { | |
margin-bottom: 0 | |
} | |
.alert>p+p { | |
margin-top: 5px | |
} | |
.alert-heading { | |
color: inherit | |
} | |
.alert-link { | |
font-weight: 700 | |
} | |
.alert-dismissible { | |
padding-right: 35px | |
} | |
.alert-dismissible .close { | |
position: relative; | |
top: -2px; | |
right: -21px; | |
color: inherit | |
} | |
.alert-success { | |
background-color: #dff0d8; | |
border-color: #d0e9c6; | |
color: #3c763d | |
} | |
.alert-success hr { | |
border-top-color: #c1e2b3 | |
} | |
.alert-success .alert-link { | |
color: #2b542c | |
} | |
.alert-info { | |
background-color: #d9edf7; | |
border-color: #bcdff1; | |
color: #31708f | |
} | |
.alert-info hr { | |
border-top-color: #a6d5ec | |
} | |
.alert-info .alert-link { | |
color: #245269 | |
} | |
.alert-warning { | |
background-color: #fcf8e3; | |
border-color: #faf2cc; | |
color: #8a6d3b | |
} | |
.alert-warning hr { | |
border-top-color: #f7ecb5 | |
} | |
.alert-warning .alert-link { | |
color: #66512c | |
} | |
.alert-danger { | |
background-color: #f2dede; | |
border-color: #ebcccc; | |
color: #a94442 | |
} | |
.alert-danger hr { | |
border-top-color: #e4b9b9 | |
} | |
.alert-danger .alert-link { | |
color: #843534 | |
} | |
@-webkit-keyframes progress-bar-stripes { | |
0% { | |
background-position: 1rem 0 | |
} | |
to { | |
background-position: 0 0 | |
} | |
} | |
@keyframes progress-bar-stripes { | |
0% { | |
background-position: 1rem 0 | |
} | |
to { | |
background-position: 0 0 | |
} | |
} | |
.progress { | |
display: block; | |
width: 100%; | |
height: 1rem; | |
margin-bottom: 1rem | |
} | |
.progress[value] { | |
color: #0074d9; | |
border: 0; | |
-webkit-appearance: none; | |
-moz-appearance: none; | |
appearance: none | |
} | |
.progress[value]::-webkit-progress-bar { | |
background-color: #eee; | |
border-radius: .25rem | |
} | |
.progress[value]::-webkit-progress-value:before { | |
content: attr(value) | |
} | |
.progress[value]::-webkit-progress-value { | |
background-color: #0074d9; | |
border-top-left-radius: .25rem; | |
border-bottom-left-radius: .25rem | |
} | |
.progress[value="100"]::-webkit-progress-value { | |
border-top-right-radius: .25rem; | |
border-bottom-right-radius: .25rem | |
} | |
@media screen and (min-width:0\0) { | |
.progress { | |
background-color: #eee; | |
border-radius: .25rem | |
} | |
.progress-bar { | |
display: inline-block; | |
height: 1rem; | |
text-indent: -999rem; | |
background-color: #0074d9; | |
border-top-left-radius: .25rem; | |
border-bottom-left-radius: .25rem | |
} | |
.progress[width^="0"] { | |
min-width: 2rem; | |
color: #a2a2a2; | |
background-color: transparent; | |
background-image: none | |
} | |
.progress[width="100%"] { | |
border-top-right-radius: .25rem; | |
border-bottom-right-radius: .25rem | |
} | |
} | |
.progress-striped[value]::-webkit-progress-value { | |
background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent); | |
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent); | |
background-size: 1rem 1rem | |
} | |
.progress-striped[value]::-moz-progress-bar { | |
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent); | |
background-size: 1rem 1rem | |
} | |
@media screen and (min-width:0\0) { | |
.progress-bar-striped { | |
background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent); | |
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent); | |
background-size: 1rem 1rem | |
} | |
} | |
.progress-animated[value]::-webkit-progress-value { | |
-webkit-animation: progress-bar-stripes 2s linear infinite; | |
animation: progress-bar-stripes 2s linear infinite | |
} | |
.progress-animated[value]::-moz-progress-bar { | |
animation: progress-bar-stripes 2s linear infinite | |
} | |
@media screen and (min-width:0\0) { | |
.progress-animated .progress-bar-striped { | |
-webkit-animation: progress-bar-stripes 2s linear infinite; | |
animation: progress-bar-stripes 2s linear infinite | |
} | |
} | |
.progress-success[value]::-webkit-progress-value { | |
background-color: #fa9634 | |
} | |
.progress-success[value]::-moz-progress-bar { | |
background-color: #fa9634 | |
} | |
@media screen and (min-width:0\0) { | |
.progress-success .progress-bar { | |
background-color: #fa9634 | |
} | |
} | |
.progress-info[value]::-webkit-progress-value { | |
background-color: #b5bc18 | |
} | |
.progress-info[value]::-moz-progress-bar { | |
background-color: #b5bc18 | |
} | |
@media screen and (min-width:0\0) { | |
.progress-info .progress-bar { | |
background-color: #b5bc18 | |
} | |
} | |
.progress-warning[value]::-webkit-progress-value { | |
background-color: #f1c40f | |
} | |
.progress-warning[value]::-moz-progress-bar { | |
background-color: #f1c40f | |
} | |
@media screen and (min-width:0\0) { | |
.progress-warning .progress-bar { | |
background-color: #f1c40f | |
} | |
} | |
.progress-danger[value]::-webkit-progress-value { | |
background-color: #f67323 | |
} | |
.progress-danger[value]::-moz-progress-bar { | |
background-color: #f67323 | |
} | |
@media screen and (min-width:0\0) { | |
.progress-danger .progress-bar { | |
background-color: #f67323 | |
} | |
} | |
.media { | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex; | |
margin-bottom: 1rem | |
} | |
.media-body { | |
-webkit-box-flex: 1; | |
-ms-flex: 1; | |
flex: 1 | |
} | |
.media-middle { | |
-ms-flex-item-align: center; | |
align-self: center | |
} | |
.media-bottom { | |
-ms-flex-item-align: end; | |
align-self: flex-end | |
} | |
.media-object { | |
display: block | |
} | |
.media-object.img-thumbnail { | |
max-width: none | |
} | |
.media-right { | |
padding-left: 10px | |
} | |
.media-left { | |
padding-right: 10px | |
} | |
.media-heading { | |
margin-top: 0; | |
margin-bottom: 5px | |
} | |
.media-list { | |
padding-left: 0; | |
list-style: none | |
} | |
.list-group { | |
padding-left: 0; | |
margin-bottom: 0 | |
} | |
.list-group-item { | |
position: relative; | |
display: block; | |
padding: .75rem 1.25rem; | |
margin-bottom: -1px; | |
background-color: #fff; | |
border: 1px solid #ddd | |
} | |
.list-group-flush .list-group-item { | |
border-width: 1px 0; | |
border-radius: 0 | |
} | |
.list-group-flush:first-child .list-group-item:first-child { | |
border-top: 0 | |
} | |
.list-group-flush:last-child .list-group-item:last-child { | |
border-bottom: 0 | |
} | |
a.list-group-item, | |
button.list-group-item { | |
width: 100%; | |
color: #555; | |
text-align: inherit | |
} | |
a.list-group-item .list-group-item-heading, | |
button.list-group-item .list-group-item-heading { | |
color: #333 | |
} | |
a.list-group-item:focus, | |
a.list-group-item:hover, | |
button.list-group-item:focus, | |
button.list-group-item:hover { | |
color: #555; | |
text-decoration: none; | |
background-color: #f5f5f5 | |
} | |
.list-group-item.disabled, | |
.list-group-item.disabled:focus, | |
.list-group-item.disabled:hover { | |
color: #a2a2a2; | |
cursor: not-allowed; | |
background-color: #ddd | |
} | |
.list-group-item.disabled .list-group-item-heading, | |
.list-group-item.disabled:focus .list-group-item-heading, | |
.list-group-item.disabled:hover .list-group-item-heading { | |
color: inherit | |
} | |
.list-group-item.disabled .list-group-item-text, | |
.list-group-item.disabled:focus .list-group-item-text, | |
.list-group-item.disabled:hover .list-group-item-text { | |
color: #a2a2a2 | |
} | |
.list-group-item.active, | |
.list-group-item.active:focus, | |
.list-group-item.active:hover { | |
z-index: 2; | |
color: #fff; | |
background-color: #d61c1c; | |
border-color: #d61c1c | |
} | |
.list-group-item.active .list-group-item-heading, | |
.list-group-item.active .list-group-item-heading>.small, | |
.list-group-item.active .list-group-item-heading>small, | |
.list-group-item.active:focus .list-group-item-heading, | |
.list-group-item.active:focus .list-group-item-heading>.small, | |
.list-group-item.active:focus .list-group-item-heading>small, | |
.list-group-item.active:hover .list-group-item-heading, | |
.list-group-item.active:hover .list-group-item-heading>.small, | |
.list-group-item.active:hover .list-group-item-heading>small { | |
color: inherit | |
} | |
.list-group-item.active .list-group-item-text, | |
.list-group-item.active:focus .list-group-item-text, | |
.list-group-item.active:hover .list-group-item-text { | |
color: #f8c6c6 | |
} | |
.list-group-item-success { | |
color: #3c763d; | |
background-color: #dff0d8 | |
} | |
a.list-group-item-success, | |
button.list-group-item-success { | |
color: #3c763d | |
} | |
a.list-group-item-success .list-group-item-heading, | |
button.list-group-item-success .list-group-item-heading { | |
color: inherit | |
} | |
a.list-group-item-success:focus, | |
a.list-group-item-success:hover, | |
button.list-group-item-success:focus, | |
button.list-group-item-success:hover { | |
color: #3c763d; | |
background-color: #d0e9c6 | |
} | |
a.list-group-item-success.active, | |
a.list-group-item-success.active:focus, | |
a.list-group-item-success.active:hover, | |
button.list-group-item-success.active, | |
button.list-group-item-success.active:focus, | |
button.list-group-item-success.active:hover { | |
color: #fff; | |
background-color: #3c763d; | |
border-color: #3c763d | |
} | |
.list-group-item-info { | |
color: #31708f; | |
background-color: #d9edf7 | |
} | |
a.list-group-item-info, | |
button.list-group-item-info { | |
color: #31708f | |
} | |
a.list-group-item-info .list-group-item-heading, | |
button.list-group-item-info .list-group-item-heading { | |
color: inherit | |
} | |
a.list-group-item-info:focus, | |
a.list-group-item-info:hover, | |
button.list-group-item-info:focus, | |
button.list-group-item-info:hover { | |
color: #31708f; | |
background-color: #c4e3f3 | |
} | |
a.list-group-item-info.active, | |
a.list-group-item-info.active:focus, | |
a.list-group-item-info.active:hover, | |
button.list-group-item-info.active, | |
button.list-group-item-info.active:focus, | |
button.list-group-item-info.active:hover { | |
color: #fff; | |
background-color: #31708f; | |
border-color: #31708f | |
} | |
.list-group-item-warning { | |
color: #8a6d3b; | |
background-color: #fcf8e3 | |
} | |
a.list-group-item-warning, | |
button.list-group-item-warning { | |
color: #8a6d3b | |
} | |
a.list-group-item-warning .list-group-item-heading, | |
button.list-group-item-warning .list-group-item-heading { | |
color: inherit | |
} | |
a.list-group-item-warning:focus, | |
a.list-group-item-warning:hover, | |
button.list-group-item-warning:focus, | |
button.list-group-item-warning:hover { | |
color: #8a6d3b; | |
background-color: #faf2cc | |
} | |
a.list-group-item-warning.active, | |
a.list-group-item-warning.active:focus, | |
a.list-group-item-warning.active:hover, | |
button.list-group-item-warning.active, | |
button.list-group-item-warning.active:focus, | |
button.list-group-item-warning.active:hover { | |
color: #fff; | |
background-color: #8a6d3b; | |
border-color: #8a6d3b | |
} | |
.list-group-item-danger { | |
color: #a94442; | |
background-color: #f2dede | |
} | |
a.list-group-item-danger, | |
button.list-group-item-danger { | |
color: #a94442 | |
} | |
a.list-group-item-danger .list-group-item-heading, | |
button.list-group-item-danger .list-group-item-heading { | |
color: inherit | |
} | |
a.list-group-item-danger:focus, | |
a.list-group-item-danger:hover, | |
button.list-group-item-danger:focus, | |
button.list-group-item-danger:hover { | |
color: #a94442; | |
background-color: #ebcccc | |
} | |
a.list-group-item-danger.active, | |
a.list-group-item-danger.active:focus, | |
a.list-group-item-danger.active:hover, | |
button.list-group-item-danger.active, | |
button.list-group-item-danger.active:focus, | |
button.list-group-item-danger.active:hover { | |
color: #fff; | |
background-color: #a94442; | |
border-color: #a94442 | |
} | |
.list-group-item-heading { | |
margin-top: 0; | |
margin-bottom: 5px | |
} | |
.list-group-item-text { | |
margin-bottom: 0; | |
line-height: 1.3 | |
} | |
.embed-responsive { | |
position: relative; | |
display: block; | |
height: 0; | |
padding: 0; | |
overflow: hidden | |
} | |
.embed-responsive .embed-responsive-item, | |
.embed-responsive embed, | |
.embed-responsive iframe, | |
.embed-responsive object, | |
.embed-responsive video { | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
border: 0 | |
} | |
.embed-responsive-21by9 { | |
padding-bottom: 42.8571428571% | |
} | |
.embed-responsive-16by9 { | |
padding-bottom: 56.25% | |
} | |
.embed-responsive-4by3 { | |
padding-bottom: 75% | |
} | |
.embed-responsive-1by1 { | |
padding-bottom: 100% | |
} | |
.close { | |
float: right; | |
font-size: 1.8rem; | |
font-weight: 700; | |
line-height: 1; | |
color: #000; | |
text-shadow: 0 1px 0 #fff; | |
opacity: .2 | |
} | |
.close:focus, | |
.close:hover { | |
color: #000; | |
text-decoration: none; | |
cursor: pointer; | |
opacity: .5 | |
} | |
button.close { | |
padding: 0; | |
cursor: pointer; | |
background: transparent; | |
border: 0; | |
-webkit-appearance: none | |
} | |
.modal, | |
.modal-open { | |
overflow: hidden | |
} | |
.modal { | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 1050; | |
display: none; | |
outline: 0; | |
-webkit-overflow-scrolling: touch | |
} | |
.modal.fade .modal-dialog { | |
-webkit-transition: -webkit-transform .3s ease-out; | |
transition: transform .3s ease-out; | |
-webkit-transform: translateY(-25%); | |
transform: translateY(-25%) | |
} | |
.modal.in .modal-dialog { | |
-webkit-transform: translate(0); | |
transform: translate(0) | |
} | |
.modal-open .modal { | |
overflow-x: hidden; | |
overflow-y: auto | |
} | |
.modal-dialog { | |
position: relative; | |
width: auto; | |
margin: 10px | |
} | |
.modal-content { | |
position: relative; | |
background-color: #fff; | |
background-clip: padding-box; | |
border: 1px solid rgba(0, 0, 0, .2); | |
border-radius: .7rem; | |
outline: 0 | |
} | |
.modal-backdrop { | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
z-index: 1040; | |
background-color: #000 | |
} | |
.modal-backdrop.fade { | |
opacity: 0 | |
} | |
.modal-backdrop.in { | |
opacity: .5 | |
} | |
.modal-header { | |
padding: 15px; | |
border-bottom: 1px solid #e5e5e5 | |
} | |
.modal-header:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
.modal-header .close { | |
margin-top: -2px | |
} | |
.modal-title { | |
margin: 0; | |
line-height: 1.5 | |
} | |
.modal-body { | |
position: relative; | |
padding: 15px | |
} | |
.modal-footer { | |
padding: 15px; | |
text-align: right; | |
border-top: 1px solid #e5e5e5 | |
} | |
.modal-footer:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
.modal-footer .btn+.btn, | |
.modal-footer .search-form .btn+.search-submit, | |
.modal-footer .search-form .search-submit+.btn, | |
.modal-footer .search-form .search-submit+.search-submit, | |
.search-form .modal-footer .btn+.search-submit, | |
.search-form .modal-footer .search-submit+.btn, | |
.search-form .modal-footer .search-submit+.search-submit { | |
margin-bottom: 0; | |
margin-left: 5px | |
} | |
.modal-footer .btn-group .btn+.btn, | |
.modal-footer .btn-group .search-form .btn+.search-submit, | |
.modal-footer .btn-group .search-form .search-submit+.btn, | |
.modal-footer .btn-group .search-form .search-submit+.search-submit, | |
.search-form .modal-footer .btn-group .btn+.search-submit, | |
.search-form .modal-footer .btn-group .search-submit+.btn, | |
.search-form .modal-footer .btn-group .search-submit+.search-submit { | |
margin-left: -1px | |
} | |
.modal-footer .btn-block+.btn-block { | |
margin-left: 0 | |
} | |
.modal-scrollbar-measure { | |
position: absolute; | |
top: -9999px; | |
width: 50px; | |
height: 50px; | |
overflow: scroll | |
} | |
@media (min-width:544px) { | |
.modal-dialog { | |
width: 600px; | |
margin: 30px auto | |
} | |
.modal-sm { | |
width: 300px | |
} | |
} | |
@media (min-width:768px) { | |
.modal-lg { | |
width: 900px | |
} | |
} | |
.tooltip { | |
position: absolute; | |
z-index: 1070; | |
display: block; | |
font-family: Lato, sans-serif; | |
font-style: normal; | |
font-weight: 400; | |
letter-spacing: normal; | |
line-break: auto; | |
line-height: 1.5; | |
text-align: left; | |
text-align: start; | |
text-decoration: none; | |
text-shadow: none; | |
text-transform: none; | |
white-space: normal; | |
word-break: normal; | |
word-spacing: normal; | |
word-wrap: normal; | |
font-size: .875rem; | |
opacity: 0 | |
} | |
.tooltip.in { | |
opacity: .9 | |
} | |
.tooltip.bs-tether-element-attached-bottom, | |
.tooltip.tooltip-top { | |
padding: 5px 0; | |
margin-top: -3px | |
} | |
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow, | |
.tooltip.tooltip-top .tooltip-arrow { | |
bottom: 0; | |
left: 50%; | |
margin-left: -5px; | |
border-width: 5px 5px 0; | |
border-top-color: #000 | |
} | |
.tooltip.bs-tether-element-attached-left, | |
.tooltip.tooltip-right { | |
padding: 0 5px; | |
margin-left: 3px | |
} | |
.tooltip.bs-tether-element-attached-left .tooltip-arrow, | |
.tooltip.tooltip-right .tooltip-arrow { | |
top: 50%; | |
left: 0; | |
margin-top: -5px; | |
border-width: 5px 5px 5px 0; | |
border-right-color: #000 | |
} | |
.tooltip.bs-tether-element-attached-top, | |
.tooltip.tooltip-bottom { | |
padding: 5px 0; | |
margin-top: 3px | |
} | |
.tooltip.bs-tether-element-attached-top .tooltip-arrow, | |
.tooltip.tooltip-bottom .tooltip-arrow { | |
top: 0; | |
left: 50%; | |
margin-left: -5px; | |
border-width: 0 5px 5px; | |
border-bottom-color: #000 | |
} | |
.tooltip.bs-tether-element-attached-right, | |
.tooltip.tooltip-left { | |
padding: 0 5px; | |
margin-left: -3px | |
} | |
.tooltip.bs-tether-element-attached-right .tooltip-arrow, | |
.tooltip.tooltip-left .tooltip-arrow { | |
top: 50%; | |
right: 0; | |
margin-top: -5px; | |
border-width: 5px 0 5px 5px; | |
border-left-color: #000 | |
} | |
.tooltip-inner { | |
max-width: 200px; | |
padding: 3px 8px; | |
color: #fff; | |
text-align: center; | |
background-color: #000; | |
border-radius: .25rem | |
} | |
.tooltip-arrow { | |
position: absolute; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid | |
} | |
.popover { | |
position: absolute; | |
top: 0; | |
left: 0; | |
z-index: 1060; | |
display: block; | |
max-width: 276px; | |
padding: 1px; | |
font-family: Lato, sans-serif; | |
font-style: normal; | |
font-weight: 400; | |
letter-spacing: normal; | |
line-break: auto; | |
line-height: 1.5; | |
text-align: left; | |
text-align: start; | |
text-decoration: none; | |
text-shadow: none; | |
text-transform: none; | |
white-space: normal; | |
word-break: normal; | |
word-spacing: normal; | |
word-wrap: normal; | |
font-size: .875rem; | |
background-color: #fff; | |
background-clip: padding-box; | |
border: 1px solid rgba(0, 0, 0, .2); | |
border-radius: .7rem | |
} | |
.popover.bs-tether-element-attached-bottom, | |
.popover.popover-top { | |
margin-top: -10px | |
} | |
.popover.bs-tether-element-attached-bottom .popover-arrow, | |
.popover.popover-top .popover-arrow { | |
bottom: -11px; | |
left: 50%; | |
margin-left: -11px; | |
border-top-color: rgba(0, 0, 0, .25); | |
border-bottom-width: 0 | |
} | |
.popover.bs-tether-element-attached-bottom .popover-arrow:after, | |
.popover.popover-top .popover-arrow:after { | |
bottom: 1px; | |
margin-left: -10px; | |
content: ""; | |
border-top-color: #fff; | |
border-bottom-width: 0 | |
} | |
.popover.bs-tether-element-attached-left, | |
.popover.popover-right { | |
margin-left: 10px | |
} | |
.popover.bs-tether-element-attached-left .popover-arrow, | |
.popover.popover-right .popover-arrow { | |
top: 50%; | |
left: -11px; | |
margin-top: -11px; | |
border-right-color: rgba(0, 0, 0, .25); | |
border-left-width: 0 | |
} | |
.popover.bs-tether-element-attached-left .popover-arrow:after, | |
.popover.popover-right .popover-arrow:after { | |
bottom: -10px; | |
left: 1px; | |
content: ""; | |
border-right-color: #fff; | |
border-left-width: 0 | |
} | |
.popover.bs-tether-element-attached-top, | |
.popover.popover-bottom { | |
margin-top: 10px | |
} | |
.popover.bs-tether-element-attached-top .popover-arrow, | |
.popover.popover-bottom .popover-arrow { | |
top: -11px; | |
left: 50%; | |
margin-left: -11px; | |
border-top-width: 0; | |
border-bottom-color: rgba(0, 0, 0, .25) | |
} | |
.popover.bs-tether-element-attached-top .popover-arrow:after, | |
.popover.popover-bottom .popover-arrow:after { | |
top: 1px; | |
margin-left: -10px; | |
content: ""; | |
border-top-width: 0; | |
border-bottom-color: #fff | |
} | |
.popover.bs-tether-element-attached-right, | |
.popover.popover-left { | |
margin-left: -10px | |
} | |
.popover.bs-tether-element-attached-right .popover-arrow, | |
.popover.popover-left .popover-arrow { | |
top: 50%; | |
right: -11px; | |
margin-top: -11px; | |
border-right-width: 0; | |
border-left-color: rgba(0, 0, 0, .25) | |
} | |
.popover.bs-tether-element-attached-right .popover-arrow:after, | |
.popover.popover-left .popover-arrow:after { | |
right: 1px; | |
bottom: -10px; | |
content: ""; | |
border-right-width: 0; | |
border-left-color: #fff | |
} | |
.popover-title { | |
padding: 8px 14px; | |
margin: 0; | |
font-size: 1.2rem; | |
background-color: #f7f7f7; | |
border-bottom: 1px solid #ebebeb; | |
border-radius: -.3rem -.3rem 0 0 | |
} | |
.popover-content { | |
padding: 9px 14px | |
} | |
.popover-arrow, | |
.popover-arrow:after { | |
position: absolute; | |
display: block; | |
width: 0; | |
height: 0; | |
border-color: transparent; | |
border-style: solid | |
} | |
.popover-arrow { | |
border-width: 11px | |
} | |
.popover-arrow:after { | |
content: ""; | |
border-width: 10px | |
} | |
.carousel, | |
.carousel-inner { | |
position: relative | |
} | |
.carousel-inner { | |
width: 100%; | |
overflow: hidden | |
} | |
.carousel-inner>.carousel-item { | |
position: relative; | |
display: none; | |
-webkit-transition: left .6s ease-in-out; | |
transition: left .6s ease-in-out | |
} | |
.carousel-inner>.carousel-item>a>img, | |
.carousel-inner>.carousel-item>img { | |
line-height: 1 | |
} | |
@media (-webkit-transform-3d), | |
all and (transform-3d) { | |
.carousel-inner>.carousel-item { | |
-webkit-transition: -webkit-transform .6s ease-in-out; | |
transition: transform .6s ease-in-out; | |
-webkit-backface-visibility: hidden; | |
backface-visibility: hidden; | |
-webkit-perspective: 1000px; | |
perspective: 1000px | |
} | |
.carousel-inner>.carousel-item.active.right, | |
.carousel-inner>.carousel-item.next { | |
left: 0; | |
-webkit-transform: translate3d(100%, 0, 0); | |
transform: translate3d(100%, 0, 0) | |
} | |
.carousel-inner>.carousel-item.active.left, | |
.carousel-inner>.carousel-item.prev { | |
left: 0; | |
-webkit-transform: translate3d(-100%, 0, 0); | |
transform: translate3d(-100%, 0, 0) | |
} | |
.carousel-inner>.carousel-item.active, | |
.carousel-inner>.carousel-item.next.left, | |
.carousel-inner>.carousel-item.prev.right { | |
left: 0; | |
-webkit-transform: translateZ(0); | |
transform: translateZ(0) | |
} | |
} | |
.carousel-inner>.active, | |
.carousel-inner>.next, | |
.carousel-inner>.prev { | |
display: block | |
} | |
.carousel-inner>.active { | |
left: 0 | |
} | |
.carousel-inner>.next, | |
.carousel-inner>.prev { | |
position: absolute; | |
top: 0; | |
width: 100% | |
} | |
.carousel-inner>.next { | |
left: 100% | |
} | |
.carousel-inner>.prev { | |
left: -100% | |
} | |
.carousel-inner>.next.left, | |
.carousel-inner>.prev.right { | |
left: 0 | |
} | |
.carousel-inner>.active.left { | |
left: -100% | |
} | |
.carousel-inner>.active.right { | |
left: 100% | |
} | |
.carousel-control { | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
width: 15%; | |
font-size: 20px; | |
color: #fff; | |
text-align: center; | |
text-shadow: 0 1px 2px rgba(0, 0, 0, .6); | |
opacity: .5 | |
} | |
.carousel-control.left { | |
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0001)); | |
background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001)); | |
background-repeat: repeat-x; | |
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1) | |
} | |
.carousel-control.right { | |
right: 0; | |
left: auto; | |
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5)); | |
background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5)); | |
background-repeat: repeat-x; | |
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1) | |
} | |
.carousel-control:focus, | |
.carousel-control:hover { | |
color: #fff; | |
text-decoration: none; | |
outline: 0; | |
opacity: .9 | |
} | |
.carousel-control .icon-next, | |
.carousel-control .icon-prev { | |
position: absolute; | |
top: 50%; | |
z-index: 5; | |
display: inline-block; | |
width: 20px; | |
height: 20px; | |
margin-top: -10px; | |
font-family: serif; | |
line-height: 1 | |
} | |
.carousel-control .icon-prev { | |
left: 50%; | |
margin-left: -10px | |
} | |
.carousel-control .icon-next { | |
right: 50%; | |
margin-right: -10px | |
} | |
.carousel-control .icon-prev:before { | |
content: "\2039" | |
} | |
.carousel-control .icon-next:before { | |
content: "\203a" | |
} | |
.carousel-indicators { | |
position: absolute; | |
bottom: 10px; | |
left: 50%; | |
z-index: 15; | |
width: 60%; | |
padding-left: 0; | |
margin-left: -30%; | |
text-align: center; | |
list-style: none | |
} | |
.carousel-indicators li { | |
display: inline-block; | |
width: 10px; | |
height: 10px; | |
margin: 1px; | |
text-indent: -999px; | |
cursor: pointer; | |
background-color: transparent; | |
border: 1px solid #fff; | |
border-radius: 10px | |
} | |
.carousel-indicators .active { | |
width: 12px; | |
height: 12px; | |
margin: 0; | |
background-color: #fff | |
} | |
.carousel-caption { | |
position: absolute; | |
right: 15%; | |
bottom: 20px; | |
left: 15%; | |
z-index: 10; | |
padding-top: 20px; | |
padding-bottom: 20px; | |
color: #fff; | |
text-align: center; | |
text-shadow: 0 1px 2px rgba(0, 0, 0, .6) | |
} | |
.carousel-caption .btn, | |
.carousel-caption .search-form .search-submit, | |
.search-form .carousel-caption .search-submit { | |
text-shadow: none | |
} | |
@media (min-width:544px) { | |
.carousel-control .icon-next, | |
.carousel-control .icon-prev { | |
width: 30px; | |
height: 30px; | |
margin-top: -15px; | |
font-size: 30px | |
} | |
.carousel-control .icon-prev { | |
margin-left: -15px | |
} | |
.carousel-control .icon-next { | |
margin-right: -15px | |
} | |
.carousel-caption { | |
right: 20%; | |
left: 20%; | |
padding-bottom: 30px | |
} | |
.carousel-indicators { | |
bottom: 20px | |
} | |
} | |
.clearfix:after { | |
content: ""; | |
display: table; | |
clear: both | |
} | |
.center-block { | |
display: block; | |
margin-left: auto; | |
margin-right: auto | |
} | |
.pull-xs-left { | |
float: left!important | |
} | |
.pull-xs-right { | |
float: right!important | |
} | |
.pull-xs-none { | |
float: none!important | |
} | |
@media (min-width:544px) { | |
.pull-sm-left { | |
float: left!important | |
} | |
.pull-sm-right { | |
float: right!important | |
} | |
.pull-sm-none { | |
float: none!important | |
} | |
} | |
@media (min-width:768px) { | |
.pull-md-left { | |
float: left!important | |
} | |
.pull-md-right { | |
float: right!important | |
} | |
.pull-md-none { | |
float: none!important | |
} | |
} | |
@media (min-width:992px) { | |
.pull-lg-left { | |
float: left!important | |
} | |
.pull-lg-right { | |
float: right!important | |
} | |
.pull-lg-none { | |
float: none!important | |
} | |
} | |
@media (min-width:1200px) { | |
.pull-xl-left { | |
float: left!important | |
} | |
.pull-xl-right { | |
float: right!important | |
} | |
.pull-xl-none { | |
float: none!important | |
} | |
} | |
.screen-reader-text, | |
.sr-only { | |
position: absolute; | |
width: 1px; | |
height: 1px; | |
padding: 0; | |
margin: -1px; | |
overflow: hidden; | |
clip: rect(0, 0, 0, 0); | |
border: 0 | |
} | |
.screen-reader-text:active, | |
.screen-reader-text:focus, | |
.sr-only-focusable:active, | |
.sr-only-focusable:focus { | |
position: static; | |
width: auto; | |
height: auto; | |
margin: 0; | |
overflow: visible; | |
clip: auto | |
} | |
.invisible { | |
visibility: hidden!important | |
} | |
.text-hide { | |
font: "0/0" a; | |
color: transparent; | |
text-shadow: none; | |
background-color: transparent; | |
border: 0 | |
} | |
.text-justify { | |
text-align: justify!important | |
} | |
.text-nowrap { | |
white-space: nowrap!important | |
} | |
.text-truncate { | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap | |
} | |
.text-xs-left { | |
text-align: left!important | |
} | |
.text-xs-right { | |
text-align: right!important | |
} | |
.text-xs-center { | |
text-align: center!important | |
} | |
@media (min-width:544px) { | |
.text-sm-left { | |
text-align: left!important | |
} | |
.text-sm-right { | |
text-align: right!important | |
} | |
.text-sm-center { | |
text-align: center!important | |
} | |
} | |
@media (min-width:768px) { | |
.text-md-left { | |
text-align: left!important | |
} | |
.text-md-right { | |
text-align: right!important | |
} | |
.text-md-center { | |
text-align: center!important | |
} | |
} | |
@media (min-width:992px) { | |
.text-lg-left { | |
text-align: left!important | |
} | |
.text-lg-right { | |
text-align: right!important | |
} | |
.text-lg-center { | |
text-align: center!important | |
} | |
} | |
@media (min-width:1200px) { | |
.text-xl-left { | |
text-align: left!important | |
} | |
.text-xl-right { | |
text-align: right!important | |
} | |
.text-xl-center { | |
text-align: center!important | |
} | |
} | |
.text-lowercase { | |
text-transform: lowercase!important | |
} | |
.text-uppercase { | |
text-transform: uppercase!important | |
} | |
.text-capitalize { | |
text-transform: capitalize!important | |
} | |
.font-weight-normal { | |
font-weight: 400 | |
} | |
.font-weight-bold { | |
font-weight: 700 | |
} | |
.font-italic { | |
font-style: italic | |
} | |
.text-muted { | |
color: #ddd | |
} | |
.text-primary { | |
color: rgb(21, 159, 190)!important | |
} | |
a.text-primary:focus, | |
a.text-primary:hover { | |
color: #a91616 | |
} | |
.text-success { | |
color: #fa9634!important | |
} | |
a.text-success:focus, | |
a.text-success:hover { | |
color: #f57c06 | |
} | |
.text-info { | |
color: #b5bc18!important | |
} | |
a.text-info:focus, | |
a.text-info:hover { | |
color: #898f12 | |
} | |
.text-warning { | |
color: #f1c40f!important | |
} | |
a.text-warning:focus, | |
a.text-warning:hover { | |
color: #c29d0b | |
} | |
.text-danger { | |
color: #f67323!important | |
} | |
a.text-danger:focus, | |
a.text-danger:hover { | |
color: #dd5909 | |
} | |
.bg-inverse { | |
color: #ddd; | |
background-color: #404040 | |
} | |
.bg-faded { | |
background-color: #eee | |
} | |
.bg-primary { | |
color: #fff!important; | |
background-color: #d61c1c!important | |
} | |
a.bg-primary:focus, | |
a.bg-primary:hover { | |
background-color: #a91616 | |
} | |
.bg-success { | |
color: #fff!important; | |
background-color: #fa9634!important | |
} | |
a.bg-success:focus, | |
a.bg-success:hover { | |
background-color: #f57c06 | |
} | |
.bg-info { | |
color: #fff!important; | |
background-color: #b5bc18!important | |
} | |
a.bg-info:focus, | |
a.bg-info:hover { | |
background-color: #898f12 | |
} | |
.bg-warning { | |
color: #fff!important; | |
background-color: #f1c40f!important | |
} | |
a.bg-warning:focus, | |
a.bg-warning:hover { | |
background-color: #c29d0b | |
} | |
.bg-danger { | |
color: #fff!important; | |
background-color: #f67323!important | |
} | |
a.bg-danger:focus, | |
a.bg-danger:hover { | |
background-color: #dd5909 | |
} | |
.m-x-0 { | |
margin-right: 0!important; | |
margin-left: 0!important | |
} | |
.m-y-0 { | |
margin-top: 0!important; | |
margin-bottom: 0!important | |
} | |
.m-a-1 { | |
margin: 1rem!important | |
} | |
.m-t-1 { | |
margin-top: 1rem!important | |
} | |
.m-r-1 { | |
margin-right: 1rem!important | |
} | |
.m-b-1 { | |
margin-bottom: 1rem!important | |
} | |
.m-l-1, | |
.m-x-1 { | |
margin-left: 1rem!important | |
} | |
.m-x-1 { | |
margin-right: 1rem!important | |
} | |
.m-y-1 { | |
margin-top: 1rem!important; | |
margin-bottom: 1rem!important | |
} | |
.m-a-2 { | |
margin: 1.5rem!important | |
} | |
.m-t-2 { | |
margin-top: 1.5rem!important | |
} | |
.m-r-2 { | |
margin-right: 1.5rem!important | |
} | |
.m-b-2 { | |
margin-bottom: 1.5rem!important | |
} | |
.m-l-2, | |
.m-x-2 { | |
margin-left: 1.5rem!important | |
} | |
.m-x-2 { | |
margin-right: 1.5rem!important | |
} | |
.m-y-2 { | |
margin-top: 1.5rem!important; | |
margin-bottom: 1.5rem!important | |
} | |
.m-a-3 { | |
margin: 3rem!important | |
} | |
.m-t-3 { | |
margin-top: 3rem!important | |
} | |
.m-r-3 { | |
margin-right: 3rem!important | |
} | |
.m-b-3 { | |
margin-bottom: 3rem!important | |
} | |
.m-l-3, | |
.m-x-3 { | |
margin-left: 3rem!important | |
} | |
.m-x-3 { | |
margin-right: 3rem!important | |
} | |
.m-y-3 { | |
margin-top: 3rem!important; | |
margin-bottom: 3rem!important | |
} | |
.p-x-0 { | |
padding-right: 0!important; | |
padding-left: 0!important | |
} | |
.p-y-0 { | |
padding-top: 0!important; | |
padding-bottom: 0!important | |
} | |
.p-a-1 { | |
padding: 1rem!important | |
} | |
.p-t-1 { | |
padding-top: 1rem!important | |
} | |
.p-r-1 { | |
padding-right: 1rem!important | |
} | |
.p-b-1 { | |
padding-bottom: 1rem!important | |
} | |
.p-l-1, | |
.p-x-1 { | |
padding-left: 1rem!important | |
} | |
.p-x-1 { | |
padding-right: 1rem!important | |
} | |
.p-y-1 { | |
padding-top: 1rem!important; | |
padding-bottom: 1rem!important | |
} | |
.p-a-2 { | |
padding: 1.5rem!important | |
} | |
.p-t-2 { | |
padding-top: 1.5rem!important | |
} | |
.p-r-2 { | |
padding-right: 1.5rem!important | |
} | |
.p-b-2 { | |
padding-bottom: 1.5rem!important | |
} | |
.p-l-2, | |
.p-x-2 { | |
padding-left: 1.5rem!important | |
} | |
.p-x-2 { | |
padding-right: 1.5rem!important | |
} | |
.p-y-2 { | |
padding-top: 1.5rem!important; | |
padding-bottom: 1.5rem!important | |
} | |
.p-a-3 { | |
padding: 3rem!important | |
} | |
.p-t-3 { | |
padding-top: 3rem!important | |
} | |
.p-r-3 { | |
padding-right: 3rem!important | |
} | |
.p-b-3 { | |
padding-bottom: 3rem!important | |
} | |
.p-l-3, | |
.p-x-3 { | |
padding-left: 3rem!important | |
} | |
.p-x-3 { | |
padding-right: 3rem!important | |
} | |
.p-y-3 { | |
padding-top: 3rem!important; | |
padding-bottom: 3rem!important | |
} | |
.pos-f-t { | |
position: fixed; | |
top: 0; | |
right: 0; | |
left: 0; | |
z-index: 1030 | |
} | |
.hidden-xs-up { | |
display: none!important | |
} | |
@media (max-width:543px) { | |
.hidden-xs-down { | |
display: none!important | |
} | |
} | |
@media (min-width:544px) { | |
.hidden-sm-up { | |
display: none!important | |
} | |
} | |
@media (max-width:767px) { | |
.hidden-sm-down { | |
display: none!important | |
} | |
} | |
@media (min-width:768px) { | |
.hidden-md-up { | |
display: none!important | |
} | |
} | |
@media (max-width:991px) { | |
.hidden-md-down { | |
display: none!important | |
} | |
} | |
@media (min-width:992px) { | |
.hidden-lg-up { | |
display: none!important | |
} | |
} | |
@media (max-width:1199px) { | |
.hidden-lg-down { | |
display: none!important | |
} | |
} | |
@media (min-width:1200px) { | |
.hidden-xl-up { | |
display: none!important | |
} | |
} | |
.hidden-xl-down, | |
.visible-print-block { | |
display: none!important | |
} | |
@media print { | |
.visible-print-block { | |
display: block!important | |
} | |
} | |
.visible-print-inline { | |
display: none!important | |
} | |
@media print { | |
.visible-print-inline { | |
display: inline!important | |
} | |
} | |
.visible-print-inline-block { | |
display: none!important | |
} | |
@media print { | |
.visible-print-inline-block { | |
display: inline-block!important | |
} | |
} | |
@media print { | |
.hidden-print { | |
display: none!important | |
} | |
} | |
html { | |
font-size: -2.8rem; | |
-ms-text-size-adjust: -2.8rem; | |
-webkit-text-size-adjust: auto | |
} | |
@media (min-width:481px) { | |
html { | |
font-size: -.8rem; | |
-ms-text-size-adjust: -.8rem | |
} | |
} | |
@media (min-width:768px) { | |
html { | |
font-size: 1.2rem; | |
-ms-text-size-adjust: 1.2rem | |
} | |
} | |
body { | |
font-size: 1.2rem; | |
font-size: 1rem | |
} | |
.h1, | |
h1 { | |
font-size: 1.8rem; | |
font-size: 1.5rem | |
} | |
.h2, | |
h2 { | |
font-size: 1.56rem; | |
font-size: 1.3rem | |
} | |
.h3, | |
h3 { | |
font-size: 1.32rem; | |
font-size: 1.1rem | |
} | |
.h4, | |
h4 { | |
font-size: 1.08rem; | |
font-size: .9rem | |
} | |
.h5, | |
h5 { | |
font-size: .84rem; | |
font-size: .7rem | |
} | |
.h6, | |
h6 { | |
font-size: .6rem; | |
font-size: .5rem | |
} | |
@media (min-width:481px) { | |
.h1, | |
h1 { | |
font-size: 2.4rem; | |
font-size: 2rem | |
} | |
.h2, | |
h2 { | |
font-size: 2.16rem; | |
font-size: 1.8rem | |
} | |
.h3, | |
h3 { | |
font-size: 1.68rem; | |
font-size: 1.4rem | |
} | |
.h4, | |
h4 { | |
font-size: 1.44rem | |
} | |
.h4, | |
.h5, | |
h4, | |
h5 { | |
font-size: 1.2rem | |
} | |
.h5, | |
h5 { | |
font-size: 1rem | |
} | |
.h6, | |
h6 { | |
font-size: .96rem; | |
font-size: .8rem | |
} | |
} | |
@media (min-width:769px) { | |
.h1, | |
h1 { | |
font-size: 3rem; | |
font-size: 2.5rem | |
} | |
.h2, | |
h2 { | |
font-size: 2.52rem; | |
font-size: 2.1rem | |
} | |
.h3, | |
h3 { | |
font-size: 2.16rem | |
} | |
.h3, | |
.h4, | |
h3, | |
h4 { | |
font-size: 1.8rem | |
} | |
.h4, | |
h4 { | |
font-size: 1.5rem | |
} | |
.h5, | |
h5 { | |
font-size: 1.2rem; | |
font-size: 1rem | |
} | |
.h6, | |
h6 { | |
font-size: .96rem; | |
font-size: .8rem | |
} | |
} | |
.text-white, | |
.text-white .h1, | |
.text-white .h2, | |
.text-white .h3, | |
.text-white .h4, | |
.text-white .h5, | |
.text-white .h6, | |
.text-white h1, | |
.text-white h2, | |
.text-white h3, | |
.text-white h4, | |
.text-white h5, | |
.text-white h6, | |
.text-white p { | |
color: #fff | |
} | |
.text-orange, | |
.text-orange .h1, | |
.text-orange .h2, | |
.text-orange .h3, | |
.text-orange .h4, | |
.text-orange .h5, | |
.text-orange .h6, | |
.text-orange h1, | |
.text-orange h2, | |
.text-orange h3, | |
.text-orange h4, | |
.text-orange h5, | |
.text-orange h6, | |
.text-orange p { | |
color: #f63 | |
} | |
.bg-orange { | |
background-color: #f63 | |
} | |
.text-green, | |
.text-green .h1, | |
.text-green .h2, | |
.text-green .h3, | |
.text-green .h4, | |
.text-green .h5, | |
.text-green .h6, | |
.text-green h1, | |
.text-green h2, | |
.text-green h3, | |
.text-green h4, | |
.text-green h5, | |
.text-green h6, | |
.text-green p { | |
color: #393 | |
} | |
.bg-green { | |
background-color: #393 | |
} | |
.text-blue, | |
.text-blue .h1, | |
.text-blue .h2, | |
.text-blue .h3, | |
.text-blue .h4, | |
.text-blue .h5, | |
.text-blue .h6, | |
.text-blue h1, | |
.text-blue h2, | |
.text-blue h3, | |
.text-blue h4, | |
.text-blue h5, | |
.text-blue h6, | |
.text-blue p { | |
color: #069 | |
} | |
.bg-blue { | |
background-color: #069 | |
} | |
.text-gray, | |
.text-gray .h1, | |
.text-gray .h2, | |
.text-gray .h3, | |
.text-gray .h4, | |
.text-gray .h5, | |
.text-gray .h6, | |
.text-gray h1, | |
.text-gray h2, | |
.text-gray h3, | |
.text-gray h4, | |
.text-gray h5, | |
.text-gray h6, | |
.text-gray p { | |
color: #333 | |
} | |
.bg-gray { | |
background-color: #333 | |
} | |
@-moz-document url-prefix() { | |
.foxfix>img, | |
img.foxfix { | |
width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (-webkit-min-device-pixel-ratio:0) { | |
.foxfix>img, | |
img.foxfix { | |
max-width: 100% | |
} | |
} | |
.margin-top-0 { | |
margin-top: 0 | |
} | |
.margin-bottom-0 { | |
margin-bottom: 0 | |
} | |
.margin-0 { | |
margin: 0 | |
} | |
.line { | |
border-bottom: 2px solid #444; | |
max-width: 100%; | |
margin: auto | |
} | |
.line.small { | |
width: 500px | |
} | |
.line.medium { | |
width: 950px | |
} | |
.line.white { | |
border-color: #fff | |
} | |
.valign-middle, | |
.vertical-center, | |
.vertical-middle { | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-box-align: center; | |
-ms-flex-align: center; | |
align-items: center; | |
-webkit-box-pack: center; | |
-ms-flex-pack: center; | |
justify-content: center; | |
height: 100% | |
} | |
.bounce, | |
.bounce-hover:hover { | |
-webkit-animation: bounce 1s 2s infinite ease-in-out; | |
animation: bounce 1s 2s infinite ease-in-out; | |
position: relative | |
} | |
@-webkit-keyframes bounce { | |
0% { | |
top: 0 | |
} | |
50% { | |
top: 10px | |
} | |
55% { | |
top: 20px | |
} | |
65% { | |
top: 10px | |
} | |
95% { | |
top: 0 | |
} | |
to { | |
top: 0 | |
} | |
} | |
@keyframes bounce { | |
0% { | |
top: 0 | |
} | |
50% { | |
top: 10px | |
} | |
55% { | |
top: 20px | |
} | |
65% { | |
top: 10px | |
} | |
95% { | |
top: 0 | |
} | |
to { | |
top: 0 | |
} | |
} | |
.tilt { | |
-webkit-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out | |
} | |
.tilt:hover { | |
-webkit-transform: rotate(7deg); | |
transform: rotate(7deg) | |
} | |
.grow { | |
-webkit-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out | |
} | |
.grow:hover { | |
-webkit-transform: scale(1.1); | |
transform: scale(1.1) | |
} | |
.hover-effect:hover { | |
box-shadow: 0 0 10px rgba(0, 0, 0, .3) | |
} | |
@media (max-width:766px) { | |
.mobile-block { | |
display: block; | |
margin: 1em auto!important; | |
float: none!important; | |
width: 90% | |
} | |
} | |
@media (max-width:479px) { | |
.mobile-wide { | |
padding-left: 0!important; | |
padding-right: 0!important; | |
margin: 0 auto!important | |
} | |
.mobile-center { | |
text-align: center!important | |
} | |
.mobile-left { | |
text-align: left!important | |
} | |
.x-feature-box-graphic { | |
display: block!important; | |
width: 45px; | |
margin: 1em auto | |
} | |
.x-feature-box-content { | |
text-align: center | |
} | |
.mobile-hide { | |
display: none!important | |
} | |
} | |
.ls-container .x-btn { | |
-webkit-transition: none!important; | |
transition: none!important | |
} | |
.color-block { | |
height: 100px; | |
color: hsla(0, 0%, 100%, .9); | |
text-align: center; | |
padding: 15px 0; | |
margin-bottom: 25px | |
} | |
.color-block span { | |
display: block | |
} | |
.color-block .color { | |
text-transform: uppercase | |
} | |
.color-block .code { | |
margin: 5px 0 | |
} | |
.color-block .less { | |
font-size: 11px | |
} | |
.bg-transparent { | |
background-color: transparent!important | |
} | |
.bg-inverse, | |
.bg-inverse a, | |
.bg-inverse a:focus, | |
.bg-inverse a:hover { | |
color: #fff | |
} | |
.bg-inverse-custom { | |
margin-top: 1.1875rem; | |
background-color: transparent | |
} | |
.bg-primary, | |
.primary-bg { | |
color: #404040; | |
background: #d61c1c | |
} | |
.br-primary { | |
border-bottom: 5px solid #d61c1c | |
} | |
.secondary-bg { | |
color: #404040; | |
background: #f1c40f | |
} | |
.c-secondary { | |
color: #f1c40f | |
} | |
.action-bg { | |
background: #2ecc71 | |
} | |
.c-action { | |
color: #2ecc71 | |
} | |
.bg-success, | |
.success-bg { | |
background: #fa9634 | |
} | |
.c-success { | |
color: #fa9634 | |
} | |
.br-success { | |
border-bottom: 5px solid #fa9634 | |
} | |
.bg-info, | |
.info-bg { | |
background: #b5bc18 | |
} | |
.c-info { | |
color: #b5bc18 | |
} | |
.br-info { | |
border-bottom: 5px solid #b5bc18 | |
} | |
.bg-danger { | |
background: #f67323 | |
} | |
.br-danger { | |
border-bottom: 5px solid #f67323 | |
} | |
.c-danger { | |
color: #f67323 | |
} | |
.bg-warning { | |
background: #f1c40f | |
} | |
.br-warning { | |
border-bottom: 5px solid #f1c40f | |
} | |
.c-warning { | |
color: #f1c40f | |
} | |
.bg-default { | |
background: #eee | |
} | |
.br-default { | |
border-bottom: 5px solid #eee | |
} | |
.bg-gray { | |
background: #222 | |
} | |
.br-gray { | |
border-bottom: 5px solid #404040 | |
} | |
.c-gray { | |
color: #404040 | |
} | |
.bg-white { | |
background: #fff | |
} | |
.bg-transparent { | |
background-color: transparent | |
} | |
.bg-black { | |
background-color: #000 | |
} | |
.bg-white { | |
background-color: #fff | |
} | |
.c-white { | |
color: #fff!important | |
} | |
.bg-brown { | |
background-color: #795548 | |
} | |
.c-brown { | |
color: #795548 | |
} | |
.bg-pink { | |
background-color: #e91e63 | |
} | |
.c-pink { | |
color: #e91e63 | |
} | |
.bg-red { | |
background-color: #f44336 | |
} | |
.c-red { | |
color: #f44336 | |
} | |
.bg-blue { | |
background-color: #2196f3 | |
} | |
.c-blue { | |
color: #2196f3 | |
} | |
.bg-purple { | |
background-color: #9c27b0 | |
} | |
.c-purple { | |
color: #9c27b0 | |
} | |
.bg-deep-purple { | |
background-color: #673ab7 | |
} | |
.c-deep-purple { | |
color: #673ab7 | |
} | |
.bg-light-blue { | |
background-color: #03a9f4 | |
} | |
.c-light-blue { | |
color: #03a9f4 | |
} | |
.bg-cyan { | |
background-color: #00bcd4 | |
} | |
.c-cyan { | |
color: #00bcd4 | |
} | |
.bg-teal { | |
background-color: #009688 | |
} | |
.c-teal { | |
color: #009688 | |
} | |
.bg-green { | |
background-color: #4caf50 | |
} | |
.c-green { | |
color: #4caf50 | |
} | |
.bg-light-green { | |
background-color: #8bc34a | |
} | |
.c-light-green { | |
color: #8bc34a | |
} | |
.bg-lime { | |
background-color: #cddc39 | |
} | |
.c-lime { | |
color: #cddc39 | |
} | |
.bg-yellow { | |
background-color: #ffeb3b | |
} | |
.c-yellow { | |
color: #ffeb3b | |
} | |
.bg-amber { | |
background-color: #ffc107 | |
} | |
.c-amber { | |
color: #ffc107 | |
} | |
.bg-orange { | |
background-color: #ff9800 | |
} | |
.c-orange { | |
color: #ff9800 | |
} | |
.bg-deep-orange { | |
background-color: #ff5722 | |
} | |
.c-deep-orange { | |
color: #ff5722 | |
} | |
.bg-blue-grey { | |
background-color: #607d8b | |
} | |
.c-blue-grey { | |
color: #607d8b | |
} | |
.bg-indigo { | |
background-color: #3f51b5 | |
} | |
.c-indigo { | |
color: #3f51b5 | |
} | |
.wi.wi-18 { | |
font-size: 18px | |
} | |
.wi.wi-24 { | |
font-size: 24px | |
} | |
.wi.wi-36 { | |
font-size: 36px | |
} | |
.wi.wi-48 { | |
font-size: 48px | |
} | |
.wi.wi-60 { | |
font-size: 60px | |
} | |
.material-icons.md-18 { | |
font-size: 18px | |
} | |
.material-icons.md-24 { | |
font-size: 24px | |
} | |
.material-icons.md-36 { | |
font-size: 36px | |
} | |
.material-icons.md-48 { | |
font-size: 48px | |
} | |
.material-icons.md-dark { | |
color: rgba(0, 0, 0, .54) | |
} | |
.material-icons.md-dark.md-inactive { | |
color: rgba(0, 0, 0, .26) | |
} | |
.material-icons.md-light { | |
color: #fff | |
} | |
.material-icons.md-light.md-inactive { | |
color: hsla(0, 0%, 100%, .3) | |
} | |
.icon-hi { | |
font-size: 120px!important; | |
font-color: #fa9634; | |
line-height: 1em; | |
margin: 5px | |
} | |
.icon-suc { | |
font-size: 120px; | |
color: #fa9634; | |
line-height: 1.3em; | |
margin: 5px | |
} | |
.m-a-0 { | |
margin: 0!important | |
} | |
.m-t-0 { | |
margin-top: 0!important | |
} | |
.m-r-0 { | |
margin-right: 0!important | |
} | |
.m-b-0 { | |
margin-bottom: 0!important | |
} | |
.m-l-0 { | |
margin-left: 0!important | |
} | |
.m-t-sm { | |
margin-top: .5rem!important | |
} | |
.m-t-15 { | |
margin-top: 15px!important | |
} | |
.m-a { | |
margin: 1rem!important | |
} | |
.m-t { | |
margin-top: 1rem!important | |
} | |
.m-r { | |
margin-right: 1rem!important | |
} | |
.m-b { | |
margin-bottom: 1rem!important | |
} | |
.m-l, | |
.m-x { | |
margin-left: 1rem!important | |
} | |
.m-x { | |
margin-right: 1rem!important | |
} | |
.m-y { | |
margin-top: 1rem!important; | |
margin-bottom: 1rem!important | |
} | |
.m-x-auto { | |
margin-right: auto!important; | |
margin-left: auto!important | |
} | |
.m-a-md { | |
margin: 1.5rem!important | |
} | |
.m-t-md { | |
margin-top: 1.5rem!important | |
} | |
.m-r-md { | |
margin-right: 1.5rem!important | |
} | |
.m-b-md { | |
margin-bottom: 1.5rem!important | |
} | |
.m-l-md, | |
.m-x-md { | |
margin-left: 1.5rem!important | |
} | |
.m-x-md { | |
margin-right: 1.5rem!important | |
} | |
.m-y-md { | |
margin-top: 1.5rem!important; | |
margin-bottom: 1.5rem!important | |
} | |
.m-a-lg { | |
margin: 3rem!important | |
} | |
.m-t-lg { | |
margin-top: 3rem!important | |
} | |
.m-r-lg { | |
margin-right: 3rem!important | |
} | |
.m-b-lg { | |
margin-bottom: 3rem!important | |
} | |
.m-l-lg, | |
.m-x-lg { | |
margin-left: 3rem!important | |
} | |
.m-x-lg { | |
margin-right: 3rem!important | |
} | |
.m-y-lg { | |
margin-top: 3rem!important; | |
margin-bottom: 3rem!important | |
} | |
.p-a-0 { | |
padding: 0!important | |
} | |
.p-t-0 { | |
padding-top: 0!important | |
} | |
.p-r-0 { | |
padding-right: 0!important | |
} | |
.p-b-0 { | |
padding-bottom: 0!important | |
} | |
.p-l-0 { | |
padding-left: 0!important | |
} | |
.p-a { | |
padding: 1rem!important | |
} | |
.p-t { | |
padding-top: 1rem!important | |
} | |
.p-r { | |
padding-right: 1rem!important | |
} | |
.p-b { | |
padding-bottom: 1rem!important | |
} | |
.p-l, | |
.p-x { | |
padding-left: 1rem!important | |
} | |
.p-x { | |
padding-right: 1rem!important | |
} | |
.p-y { | |
padding-top: 1rem!important; | |
padding-bottom: 1rem!important | |
} | |
.p-a-md { | |
padding: 1.5rem!important | |
} | |
.p-t-md { | |
padding-top: 1.5rem!important | |
} | |
.p-r-md { | |
padding-right: 1.5rem!important | |
} | |
.p-b-md { | |
padding-bottom: 1.5rem!important | |
} | |
.p-l-md, | |
.p-x-md { | |
padding-left: 1.5rem!important | |
} | |
.p-x-md { | |
padding-right: 1.5rem!important | |
} | |
.p-y-md { | |
padding-top: 1.5rem!important; | |
padding-bottom: 1.5rem!important | |
} | |
.p-a-lg { | |
padding: 3rem!important | |
} | |
.p-t-lg { | |
padding-top: 3rem!important | |
} | |
.p-r-lg { | |
padding-right: 3rem!important | |
} | |
.p-b-lg { | |
padding-bottom: 3rem!important | |
} | |
.p-l-lg, | |
.p-x-lg { | |
padding-left: 3rem!important | |
} | |
.p-x-lg { | |
padding-right: 3rem!important | |
} | |
.p-y-lg { | |
padding-top: 3rem!important; | |
padding-bottom: 3rem!important | |
} | |
.hidden { | |
visibility: hidden!important | |
} | |
.hidden, | |
.hide { | |
display: none!important | |
} | |
.show { | |
display: block!important | |
} | |
.invisible { | |
visibility: hidden | |
} | |
.text-hide { | |
color: transparent; | |
text-shadow: none; | |
background-color: transparent; | |
border: 0 | |
} | |
.affix { | |
position: fixed | |
} | |
.btn-pill { | |
border-radius: 1000em; | |
padding-left: 1.25em; | |
padding-right: 1.25em | |
} | |
.btn-demo .btn, | |
.btn-demo .search-form .search-submit, | |
.search-form .btn-demo .search-submit { | |
margin-bottom: 5px!important | |
} | |
.btn-white-outline { | |
border-color: #fff; | |
background-color: transparent; | |
color: #fff!important; | |
font-weight: 400 | |
} | |
.btn-white-outline:hover { | |
border-color: #fff; | |
background-color: #fff; | |
color: #404040!important; | |
font-weight: 400!important | |
} | |
.btn-gray-outline { | |
border-color: #222; | |
background-color: transparent; | |
color: #222!important | |
} | |
.btn-gray-outline, | |
.btn-gray-outline:hover { | |
border-width: 2px; | |
font-weight: 400!important | |
} | |
.btn-gray-outline:hover { | |
border-color: #404040; | |
background-color: #404040; | |
color: #fff!important; | |
border-radius: 5px!important | |
} | |
.btn, | |
.search-form .search-submit { | |
-webkit-font-smoothing: antialiased; | |
display: inline-block; | |
font-weight: 600; | |
text-align: center; | |
text-transform: uppercase; | |
white-space: nowrap; | |
vertical-align: middle; | |
background-image: none; | |
cursor: pointer; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
padding: 1rem 1.75rem; | |
font-size: 1.2rem; | |
line-height: 1.5; | |
border-radius: .25rem; | |
-webkit-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out; | |
border-radius: 5px; | |
font-size: 16px; | |
letter-spacing: .2rem | |
} | |
.btn.active.focus, | |
.btn.active:focus, | |
.btn.focus, | |
.btn:active.focus, | |
.btn:active:focus, | |
.btn:focus, | |
.search-form .active.focus.search-submit, | |
.search-form .active.search-submit:focus, | |
.search-form .focus.search-submit, | |
.search-form .search-submit:active.focus, | |
.search-form .search-submit:active:focus, | |
.search-form .search-submit:focus { | |
outline: thin dotted; | |
outline: 5px auto -webkit-focus-ring-color; | |
outline-offset: -2px | |
} | |
.btn.focus, | |
.btn:focus, | |
.btn:hover, | |
.search-form .focus.search-submit, | |
.search-form .search-submit:focus, | |
.search-form .search-submit:hover { | |
text-decoration: none | |
} | |
.btn.active, | |
.btn:active, | |
.search-form .active.search-submit, | |
.search-form .search-submit:active { | |
background-image: none; | |
outline: 0 | |
} | |
.btn.disabled, | |
.btn:disabled, | |
.search-form .disabled.search-submit, | |
.search-form .search-submit:disabled { | |
cursor: not-allowed; | |
opacity: .65 | |
} | |
.search-form a.disabled.search-submit, | |
.search-form fieldset[disabled] a.search-submit, | |
a.btn.disabled, | |
fieldset[disabled] .search-form a.search-submit, | |
fieldset[disabled] a.btn { | |
pointer-events: none | |
} | |
.btn-primary { | |
color: #fff; | |
background-color: #d61c1c; | |
border-bottom-width: 5px; | |
border-bottom-style: solid; | |
border-bottom-color: rgba(0, 0, 0, .12) | |
} | |
.btn-primary.focus, | |
.btn-primary:focus, | |
.btn-primary:hover { | |
color: #fff; | |
background-color: #bf1919; | |
border-color: #bf1919 | |
} | |
.btn-primary.active, | |
.btn-primary:active, | |
.open>.btn-primary.dropdown-toggle { | |
color: #fff; | |
background-color: #bf1919; | |
border-color: #bf1919; | |
background-image: none | |
} | |
.btn-primary.active.focus, | |
.btn-primary.active:focus, | |
.btn-primary.active:hover, | |
.btn-primary:active.focus, | |
.btn-primary:active:focus, | |
.btn-primary:active:hover, | |
.open>.btn-primary.dropdown-toggle.focus, | |
.open>.btn-primary.dropdown-toggle:focus, | |
.open>.btn-primary.dropdown-toggle:hover { | |
color: #fff; | |
background-color: #891212; | |
border-color: #650d0d | |
} | |
.btn-primary.disabled.focus, | |
.btn-primary.disabled:focus, | |
.btn-primary.disabled:hover, | |
.btn-primary:disabled.focus, | |
.btn-primary:disabled:focus, | |
.btn-primary:disabled:hover { | |
background-color: #d61c1c; | |
border-color: #d61c1c | |
} | |
.btn-secondary { | |
color: #404040; | |
background-color: #fff; | |
border-bottom-width: 5px; | |
border-bottom-style: solid; | |
border-bottom-color: rgba(0, 0, 0, .12) | |
} | |
.btn-secondary.focus, | |
.btn-secondary:focus, | |
.btn-secondary:hover { | |
color: #404040; | |
background-color: #f2f2f2; | |
border-color: #bfbfbf | |
} | |
.btn-secondary.active, | |
.btn-secondary:active, | |
.open>.btn-secondary.dropdown-toggle { | |
color: #404040; | |
background-color: #f2f2f2; | |
border-color: #bfbfbf; | |
background-image: none | |
} | |
.btn-secondary.active.focus, | |
.btn-secondary.active:focus, | |
.btn-secondary.active:hover, | |
.btn-secondary:active.focus, | |
.btn-secondary:active:focus, | |
.btn-secondary:active:hover, | |
.open>.btn-secondary.dropdown-toggle.focus, | |
.open>.btn-secondary.dropdown-toggle:focus, | |
.open>.btn-secondary.dropdown-toggle:hover { | |
color: #404040; | |
background-color: #d4d4d4; | |
border-color: #8c8c8c | |
} | |
.btn-secondary.disabled.focus, | |
.btn-secondary.disabled:focus, | |
.btn-secondary.disabled:hover, | |
.btn-secondary:disabled.focus, | |
.btn-secondary:disabled:focus, | |
.btn-secondary:disabled:hover { | |
background-color: #fff; | |
border-color: #ccc | |
} | |
.btn-info { | |
color: #fff; | |
background-color: #b5bc18; | |
border-bottom-width: 5px; | |
border-bottom-style: solid; | |
border-bottom-color: rgba(0, 0, 0, .12) | |
} | |
.btn-info.focus, | |
.btn-info:focus, | |
.btn-info:hover { | |
color: #fff; | |
background-color: #9fa515; | |
border-color: #9fa515 | |
} | |
.btn-info.active, | |
.btn-info:active, | |
.open>.btn-info.dropdown-toggle { | |
color: #fff; | |
background-color: #9fa515; | |
border-color: #9fa515; | |
background-image: none | |
} | |
.btn-info.active.focus, | |
.btn-info.active:focus, | |
.btn-info.active:hover, | |
.btn-info:active.focus, | |
.btn-info:active:focus, | |
.btn-info:active:hover, | |
.open>.btn-info.dropdown-toggle.focus, | |
.open>.btn-info.dropdown-toggle:focus, | |
.open>.btn-info.dropdown-toggle:hover { | |
color: #fff; | |
background-color: #6b6f0e; | |
border-color: #484b0a | |
} | |
.btn-info.disabled.focus, | |
.btn-info.disabled:focus, | |
.btn-info.disabled:hover, | |
.btn-info:disabled.focus, | |
.btn-info:disabled:focus, | |
.btn-info:disabled:hover { | |
background-color: #b5bc18; | |
border-color: #b5bc18 | |
} | |
.btn-success { | |
color: #222; | |
background-color: #fa9634; | |
border-bottom-width: 5px; | |
border-bottom-style: solid; | |
border-bottom-color: rgba(0, 0, 0, .12) | |
} | |
.btn-success.focus, | |
.btn-success:focus, | |
.btn-success:hover { | |
color: #222; | |
background-color: #f9891b; | |
border-color: #f9891b | |
} | |
.btn-success.active, | |
.btn-success:active, | |
.open>.btn-success.dropdown-toggle { | |
color: #222; | |
background-color: #f9891b; | |
border-color: #f9891b; | |
background-image: none | |
} | |
.btn-success.active.focus, | |
.btn-success.active:focus, | |
.btn-success.active:hover, | |
.btn-success:active.focus, | |
.btn-success:active:focus, | |
.btn-success:active:hover, | |
.open>.btn-success.dropdown-toggle.focus, | |
.open>.btn-success.dropdown-toggle:focus, | |
.open>.btn-success.dropdown-toggle:hover { | |
color: #222; | |
background-color: #d26b05; | |
border-color: #aa5604 | |
} | |
.btn-success.disabled.focus, | |
.btn-success.disabled:focus, | |
.btn-success.disabled:hover, | |
.btn-success:disabled.focus, | |
.btn-success:disabled:focus, | |
.btn-success:disabled:hover { | |
background-color: #fa9634; | |
border-color: #fa9634 | |
} | |
.btn-warning { | |
color: #fff; | |
background-color: #f1c40f; | |
border-bottom-width: 5px; | |
border-bottom-style: solid; | |
border-bottom-color: rgba(0, 0, 0, .12) | |
} | |
.btn-warning.focus, | |
.btn-warning:focus, | |
.btn-warning:hover { | |
color: #fff; | |
background-color: #dab10d; | |
border-color: #dab10d | |
} | |
.btn-warning.active, | |
.btn-warning:active, | |
.open>.btn-warning.dropdown-toggle { | |
color: #fff; | |
background-color: #dab10d; | |
border-color: #dab10d; | |
background-image: none | |
} | |
.btn-warning.active.focus, | |
.btn-warning.active:focus, | |
.btn-warning.active:hover, | |
.btn-warning:active.focus, | |
.btn-warning:active:focus, | |
.btn-warning:active:hover, | |
.open>.btn-warning.dropdown-toggle.focus, | |
.open>.btn-warning.dropdown-toggle:focus, | |
.open>.btn-warning.dropdown-toggle:hover { | |
color: #fff; | |
background-color: #a08209; | |
border-color: #796307 | |
} | |
.btn-warning.disabled.focus, | |
.btn-warning.disabled:focus, | |
.btn-warning.disabled:hover, | |
.btn-warning:disabled.focus, | |
.btn-warning:disabled:focus, | |
.btn-warning:disabled:hover { | |
background-color: #f1c40f; | |
border-color: #f1c40f | |
} | |
.btn-danger { | |
color: #fff; | |
background-color: #f67323; | |
border-bottom-width: 5px; | |
border-bottom-style: solid; | |
border-bottom-color: rgba(0, 0, 0, .12) | |
} | |
.btn-danger.focus, | |
.btn-danger:focus, | |
.btn-danger:hover { | |
color: #fff; | |
background-color: #f5630b; | |
border-color: #f5630b | |
} | |
.btn-danger.active, | |
.btn-danger:active, | |
.open>.btn-danger.dropdown-toggle { | |
color: #fff; | |
background-color: #f5630b; | |
border-color: #f5630b; | |
background-image: none | |
} | |
.btn-danger.active.focus, | |
.btn-danger.active:focus, | |
.btn-danger.active:hover, | |
.btn-danger:active.focus, | |
.btn-danger:active:focus, | |
.btn-danger:active:hover, | |
.open>.btn-danger.dropdown-toggle.focus, | |
.open>.btn-danger.dropdown-toggle:focus, | |
.open>.btn-danger.dropdown-toggle:hover { | |
color: #fff; | |
background-color: #bb4c08; | |
border-color: #933c06 | |
} | |
.btn-danger.disabled.focus, | |
.btn-danger.disabled:focus, | |
.btn-danger.disabled:hover, | |
.btn-danger:disabled.focus, | |
.btn-danger:disabled:focus, | |
.btn-danger:disabled:hover { | |
background-color: #f67323; | |
border-color: #f67323 | |
} | |
.btn-gray-dark { | |
color: #fff; | |
background-color: #404040; | |
border-bottom-width: 5px; | |
border-bottom-style: solid; | |
border-bottom-color: rgba(0, 0, 0, .12) | |
} | |
.btn-gray-dark.focus, | |
.btn-gray-dark:focus, | |
.btn-gray-dark:hover { | |
color: #fff; | |
background-color: #333; | |
border-color: #333 | |
} | |
.btn-gray-dark.active, | |
.btn-gray-dark:active, | |
.open>.btn-gray-dark.dropdown-toggle { | |
color: #fff; | |
background-color: #333; | |
border-color: #333; | |
background-image: none | |
} | |
.btn-gray-dark.active.focus, | |
.btn-gray-dark.active:focus, | |
.btn-gray-dark.active:hover, | |
.btn-gray-dark:active.focus, | |
.btn-gray-dark:active:focus, | |
.btn-gray-dark:active:hover, | |
.open>.btn-gray-dark.dropdown-toggle.focus, | |
.open>.btn-gray-dark.dropdown-toggle:focus, | |
.open>.btn-gray-dark.dropdown-toggle:hover { | |
color: #fff; | |
background-color: #141414; | |
border-color: #000 | |
} | |
.btn-gray-dark.disabled.focus, | |
.btn-gray-dark.disabled:focus, | |
.btn-gray-dark.disabled:hover, | |
.btn-gray-dark:disabled.focus, | |
.btn-gray-dark:disabled:focus, | |
.btn-gray-dark:disabled:hover { | |
background-color: #404040; | |
border-color: #404040 | |
} | |
.btn-primary-rounded { | |
color: #fff; | |
background-color: #d61c1c; | |
border-radius: 20px!important | |
} | |
.btn-primary-rounded.focus, | |
.btn-primary-rounded:focus, | |
.btn-primary-rounded:hover { | |
color: #fff; | |
background-color: #bf1919; | |
border-color: #bf1919 | |
} | |
.btn-primary-rounded.active, | |
.btn-primary-rounded:active, | |
.open>.btn-primary-rounded.dropdown-toggle { | |
color: #fff; | |
background-color: #bf1919; | |
border-color: #bf1919; | |
background-image: none | |
} | |
.btn-primary-rounded.active.focus, | |
.btn-primary-rounded.active:focus, | |
.btn-primary-rounded.active:hover, | |
.btn-primary-rounded:active.focus, | |
.btn-primary-rounded:active:focus, | |
.btn-primary-rounded:active:hover, | |
.open>.btn-primary-rounded.dropdown-toggle.focus, | |
.open>.btn-primary-rounded.dropdown-toggle:focus, | |
.open>.btn-primary-rounded.dropdown-toggle:hover { | |
color: #fff; | |
background-color: #891212; | |
border-color: #650d0d | |
} | |
.btn-primary-rounded.disabled.focus, | |
.btn-primary-rounded.disabled:focus, | |
.btn-primary-rounded.disabled:hover, | |
.btn-primary-rounded:disabled.focus, | |
.btn-primary-rounded:disabled:focus, | |
.btn-primary-rounded:disabled:hover { | |
background-color: #d61c1c; | |
border-color: #d61c1c | |
} | |
.btn-secondary-rounded { | |
color: #404040; | |
background-color: #fff; | |
border-radius: 20px!important | |
} | |
.btn-secondary-rounded.focus, | |
.btn-secondary-rounded:focus, | |
.btn-secondary-rounded:hover { | |
color: #404040; | |
background-color: #f2f2f2; | |
border-color: #bfbfbf | |
} | |
.btn-secondary-rounded.active, | |
.btn-secondary-rounded:active, | |
.open>.btn-secondary-rounded.dropdown-toggle { | |
color: #404040; | |
background-color: #f2f2f2; | |
border-color: #bfbfbf; | |
background-image: none | |
} | |
.btn-secondary-rounded.active.focus, | |
.btn-secondary-rounded.active:focus, | |
.btn-secondary-rounded.active:hover, | |
.btn-secondary-rounded:active.focus, | |
.btn-secondary-rounded:active:focus, | |
.btn-secondary-rounded:active:hover, | |
.open>.btn-secondary-rounded.dropdown-toggle.focus, | |
.open>.btn-secondary-rounded.dropdown-toggle:focus, | |
.open>.btn-secondary-rounded.dropdown-toggle:hover { | |
color: #404040; | |
background-color: #d4d4d4; | |
border-color: #8c8c8c | |
} | |
.btn-secondary-rounded.disabled.focus, | |
.btn-secondary-rounded.disabled:focus, | |
.btn-secondary-rounded.disabled:hover, | |
.btn-secondary-rounded:disabled.focus, | |
.btn-secondary-rounded:disabled:focus, | |
.btn-secondary-rounded:disabled:hover { | |
background-color: #fff; | |
border-color: #ccc | |
} | |
.btn-info-rounded { | |
color: #fff; | |
background-color: #b5bc18; | |
border-radius: 20px!important | |
} | |
.btn-info-rounded.focus, | |
.btn-info-rounded:focus, | |
.btn-info-rounded:hover { | |
color: #fff; | |
background-color: #9fa515; | |
border-color: #9fa515 | |
} | |
.btn-info-rounded.active, | |
.btn-info-rounded:active, | |
.open>.btn-info-rounded.dropdown-toggle { | |
color: #fff; | |
background-color: #9fa515; | |
border-color: #9fa515; | |
background-image: none | |
} | |
.btn-info-rounded.active.focus, | |
.btn-info-rounded.active:focus, | |
.btn-info-rounded.active:hover, | |
.btn-info-rounded:active.focus, | |
.btn-info-rounded:active:focus, | |
.btn-info-rounded:active:hover, | |
.open>.btn-info-rounded.dropdown-toggle.focus, | |
.open>.btn-info-rounded.dropdown-toggle:focus, | |
.open>.btn-info-rounded.dropdown-toggle:hover { | |
color: #fff; | |
background-color: #6b6f0e; | |
border-color: #484b0a | |
} | |
.btn-info-rounded.disabled.focus, | |
.btn-info-rounded.disabled:focus, | |
.btn-info-rounded.disabled:hover, | |
.btn-info-rounded:disabled.focus, | |
.btn-info-rounded:disabled:focus, | |
.btn-info-rounded:disabled:hover { | |
background-color: #b5bc18; | |
border-color: #b5bc18 | |
} | |
.btn-success-rounded { | |
color: #222; | |
background-color: #fa9634; | |
border-radius: 20px!important | |
} | |
.btn-success-rounded.focus, | |
.btn-success-rounded:focus, | |
.btn-success-rounded:hover { | |
color: #222; | |
background-color: #f9891b; | |
border-color: #f9891b | |
} | |
.btn-success-rounded.active, | |
.btn-success-rounded:active, | |
.open>.btn-success-rounded.dropdown-toggle { | |
color: #222; | |
background-color: #f9891b; | |
border-color: #f9891b; | |
background-image: none | |
} | |
.btn-success-rounded.active.focus, | |
.btn-success-rounded.active:focus, | |
.btn-success-rounded.active:hover, | |
.btn-success-rounded:active.focus, | |
.btn-success-rounded:active:focus, | |
.btn-success-rounded:active:hover, | |
.open>.btn-success-rounded.dropdown-toggle.focus, | |
.open>.btn-success-rounded.dropdown-toggle:focus, | |
.open>.btn-success-rounded.dropdown-toggle:hover { | |
color: #222; | |
background-color: #d26b05; | |
border-color: #aa5604 | |
} | |
.btn-success-rounded.disabled.focus, | |
.btn-success-rounded.disabled:focus, | |
.btn-success-rounded.disabled:hover, | |
.btn-success-rounded:disabled.focus, | |
.btn-success-rounded:disabled:focus, | |
.btn-success-rounded:disabled:hover { | |
background-color: #fa9634; | |
border-color: #fa9634 | |
} | |
.btn-warning-rounded { | |
color: #fff; | |
background-color: #f1c40f; | |
border-radius: 20px!important | |
} | |
.btn-warning-rounded.focus, | |
.btn-warning-rounded:focus, | |
.btn-warning-rounded:hover { | |
color: #fff; | |
background-color: #dab10d; | |
border-color: #dab10d | |
} | |
.btn-warning-rounded.active, | |
.btn-warning-rounded:active, | |
.open>.btn-warning-rounded.dropdown-toggle { | |
color: #fff; | |
background-color: #dab10d; | |
border-color: #dab10d; | |
background-image: none | |
} | |
.btn-warning-rounded.active.focus, | |
.btn-warning-rounded.active:focus, | |
.btn-warning-rounded.active:hover, | |
.btn-warning-rounded:active.focus, | |
.btn-warning-rounded:active:focus, | |
.btn-warning-rounded:active:hover, | |
.open>.btn-warning-rounded.dropdown-toggle.focus, | |
.open>.btn-warning-rounded.dropdown-toggle:focus, | |
.open>.btn-warning-rounded.dropdown-toggle:hover { | |
color: #fff; | |
background-color: #a08209; | |
border-color: #796307 | |
} | |
.btn-warning-rounded.disabled.focus, | |
.btn-warning-rounded.disabled:focus, | |
.btn-warning-rounded.disabled:hover, | |
.btn-warning-rounded:disabled.focus, | |
.btn-warning-rounded:disabled:focus, | |
.btn-warning-rounded:disabled:hover { | |
background-color: #f1c40f; | |
border-color: #f1c40f | |
} | |
.btn-danger-rounded { | |
color: #fff; | |
background-color: #f67323; | |
border-radius: 20px!important | |
} | |
.btn-danger-rounded.focus, | |
.btn-danger-rounded:focus, | |
.btn-danger-rounded:hover { | |
color: #fff; | |
background-color: #f5630b; | |
border-color: #f5630b | |
} | |
.btn-danger-rounded.active, | |
.btn-danger-rounded:active, | |
.open>.btn-danger-rounded.dropdown-toggle { | |
color: #fff; | |
background-color: #f5630b; | |
border-color: #f5630b; | |
background-image: none | |
} | |
.btn-danger-rounded.active.focus, | |
.btn-danger-rounded.active:focus, | |
.btn-danger-rounded.active:hover, | |
.btn-danger-rounded:active.focus, | |
.btn-danger-rounded:active:focus, | |
.btn-danger-rounded:active:hover, | |
.open>.btn-danger-rounded.dropdown-toggle.focus, | |
.open>.btn-danger-rounded.dropdown-toggle:focus, | |
.open>.btn-danger-rounded.dropdown-toggle:hover { | |
color: #fff; | |
background-color: #bb4c08; | |
border-color: #933c06 | |
} | |
.btn-danger-rounded.disabled.focus, | |
.btn-danger-rounded.disabled:focus, | |
.btn-danger-rounded.disabled:hover, | |
.btn-danger-rounded:disabled.focus, | |
.btn-danger-rounded:disabled:focus, | |
.btn-danger-rounded:disabled:hover { | |
background-color: #f67323; | |
border-color: #f67323 | |
} | |
.btn-primary-rounded-outline { | |
color: #d61c1c; | |
background-image: none; | |
background-color: transparent; | |
border-color: #d61c1c; | |
border-radius: 20px!important | |
} | |
.btn-primary-rounded-outline.active, | |
.btn-primary-rounded-outline.focus, | |
.btn-primary-rounded-outline:active, | |
.btn-primary-rounded-outline:focus, | |
.btn-primary-rounded-outline:hover, | |
.open>.btn-primary-rounded-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #d61c1c; | |
border-color: #d61c1c | |
} | |
.btn-primary-rounded-outline.disabled.focus, | |
.btn-primary-rounded-outline.disabled:focus, | |
.btn-primary-rounded-outline.disabled:hover, | |
.btn-primary-rounded-outline:disabled.focus, | |
.btn-primary-rounded-outline:disabled:focus, | |
.btn-primary-rounded-outline:disabled:hover { | |
border-color: #ec6c6c | |
} | |
.btn-secondary-rounded-outline { | |
color: #ccc; | |
background-image: none; | |
background-color: transparent; | |
border-color: #ccc; | |
border-radius: 20px!important | |
} | |
.btn-secondary-rounded-outline.active, | |
.btn-secondary-rounded-outline.focus, | |
.btn-secondary-rounded-outline:active, | |
.btn-secondary-rounded-outline:focus, | |
.btn-secondary-rounded-outline:hover, | |
.open>.btn-secondary-rounded-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #ccc; | |
border-color: #ccc | |
} | |
.btn-secondary-rounded-outline.disabled.focus, | |
.btn-secondary-rounded-outline.disabled:focus, | |
.btn-secondary-rounded-outline.disabled:hover, | |
.btn-secondary-rounded-outline:disabled.focus, | |
.btn-secondary-rounded-outline:disabled:focus, | |
.btn-secondary-rounded-outline:disabled:hover { | |
border-color: #fff | |
} | |
.btn-info-rounded-outline { | |
color: #b5bc18; | |
background-image: none; | |
background-color: transparent; | |
border-color: #b5bc18; | |
border-radius: 20px!important | |
} | |
.btn-info-rounded-outline.active, | |
.btn-info-rounded-outline.focus, | |
.btn-info-rounded-outline:active, | |
.btn-info-rounded-outline:focus, | |
.btn-info-rounded-outline:hover, | |
.open>.btn-info-rounded-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #b5bc18; | |
border-color: #b5bc18 | |
} | |
.btn-info-rounded-outline.disabled.focus, | |
.btn-info-rounded-outline.disabled:focus, | |
.btn-info-rounded-outline.disabled:hover, | |
.btn-info-rounded-outline:disabled.focus, | |
.btn-info-rounded-outline:disabled:focus, | |
.btn-info-rounded-outline:disabled:hover { | |
border-color: #e2e951 | |
} | |
.btn-success-rounded-outline { | |
color: #fa9634; | |
background-image: none; | |
background-color: transparent; | |
border-color: #fa9634; | |
border-radius: 20px!important | |
} | |
.btn-success-rounded-outline.active, | |
.btn-success-rounded-outline.focus, | |
.btn-success-rounded-outline:active, | |
.btn-success-rounded-outline:focus, | |
.btn-success-rounded-outline:hover, | |
.open>.btn-success-rounded-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #fa9634; | |
border-color: #fa9634 | |
} | |
.btn-success-rounded-outline.disabled.focus, | |
.btn-success-rounded-outline.disabled:focus, | |
.btn-success-rounded-outline.disabled:hover, | |
.btn-success-rounded-outline:disabled.focus, | |
.btn-success-rounded-outline:disabled:focus, | |
.btn-success-rounded-outline:disabled:hover { | |
border-color: #fcc998 | |
} | |
.btn-warning-rounded-outline { | |
color: #f1c40f; | |
background-image: none; | |
background-color: transparent; | |
border-color: #f1c40f; | |
border-radius: 20px!important | |
} | |
.btn-warning-rounded-outline.active, | |
.btn-warning-rounded-outline.focus, | |
.btn-warning-rounded-outline:active, | |
.btn-warning-rounded-outline:focus, | |
.btn-warning-rounded-outline:hover, | |
.open>.btn-warning-rounded-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #f1c40f; | |
border-color: #f1c40f | |
} | |
.btn-warning-rounded-outline.disabled.focus, | |
.btn-warning-rounded-outline.disabled:focus, | |
.btn-warning-rounded-outline.disabled:hover, | |
.btn-warning-rounded-outline:disabled.focus, | |
.btn-warning-rounded-outline:disabled:focus, | |
.btn-warning-rounded-outline:disabled:hover { | |
border-color: #f7dc6f | |
} | |
.btn-danger-rounded-outline { | |
color: #f67323; | |
background-image: none; | |
background-color: transparent; | |
border-color: #f67323; | |
border-radius: 20px!important | |
} | |
.btn-danger-rounded-outline.active, | |
.btn-danger-rounded-outline.focus, | |
.btn-danger-rounded-outline:active, | |
.btn-danger-rounded-outline:focus, | |
.btn-danger-rounded-outline:hover, | |
.open>.btn-danger-rounded-outline.dropdown-toggle { | |
color: #fff; | |
background-color: #f67323; | |
border-color: #f67323 | |
} | |
.btn-danger-rounded-outline.disabled.focus, | |
.btn-danger-rounded-outline.disabled:focus, | |
.btn-danger-rounded-outline.disabled:hover, | |
.btn-danger-rounded-outline:disabled.focus, | |
.btn-danger-rounded-outline:disabled:focus, | |
.btn-danger-rounded-outline:disabled:hover { | |
border-color: #fab185 | |
} | |
.btn-link:focus, | |
.btn-link:hover { | |
text-decoration: none!important | |
} | |
.btn-link { | |
font-weight: 400; | |
color: #d61c1c; | |
border-radius: 0; | |
border: 0!important | |
} | |
.btn-link, | |
.btn-link.active, | |
.btn-link:active, | |
.btn-link:disabled { | |
background-color: transparent | |
} | |
.btn-link, | |
.btn-link:active, | |
.btn-link:focus, | |
.btn-link:hover { | |
border-color: transparent | |
} | |
.btn-link:focus, | |
.btn-link:hover { | |
color: #a91616; | |
text-decoration: underline; | |
background-color: transparent | |
} | |
.btn-link:disabled:focus, | |
.btn-link:disabled:hover { | |
color: #a2a2a2; | |
text-decoration: none | |
} | |
.btn-hg { | |
padding: 1rem 1.5rem; | |
font-size: 24px; | |
line-height: 1.3333333333; | |
border-radius: .25rem | |
} | |
.btn-group-lg>.btn, | |
.btn-lg, | |
.search-form .btn-group-lg>.search-submit { | |
padding: 1rem 1.5rem; | |
font-size: 20px; | |
line-height: 1.3333333333; | |
border-radius: .7rem | |
} | |
.btn-group-sm>.btn, | |
.btn-sm, | |
.search-form .btn-group-sm>.search-submit { | |
padding: .25rem .75rem; | |
font-size: 12px; | |
line-height: 1.5; | |
border-radius: .2rem | |
} | |
.btn-xs { | |
padding: .15rem .45rem; | |
font-size: .65rem; | |
line-height: 1.5; | |
border-radius: .2rem | |
} | |
.btn-block { | |
display: block; | |
width: 100% | |
} | |
.btn-block+.btn-block { | |
margin-top: 5px | |
} | |
input[type=button].btn-block, | |
input[type=reset].btn-block, | |
input[type=submit].btn-block { | |
width: 100% | |
} | |
.btn-pad { | |
padding: 1.2rem 3rem!important | |
} | |
.btn-pad-sm { | |
padding: 1em 1.8em!important | |
} | |
.btn-circle { | |
display: block; | |
width: 2.5rem; | |
height: 2.5rem; | |
padding: 0; | |
font-size: 1.25rem; | |
line-height: 2.2; | |
color: #fff; | |
text-align: center; | |
border-radius: 50%; | |
opacity: .8 | |
} | |
.btn-circle:focus, | |
.btn-circle:hover { | |
color: #fff; | |
background-repeat: repeat-x; | |
background-image: -webkit-linear-gradient(45deg, #663fb5, #663fb5); | |
background-image: linear-gradient(45deg, #663fb5, #663fb5) | |
} | |
.bg-inverse .btn-secondary-outline:focus, | |
.bg-inverse .btn-secondary-outline:hover { | |
background-color: hsla(0, 0%, 100%, .5); | |
border-color: transparent | |
} | |
.form-control, | |
.search-form .search-field { | |
border: none; | |
border-radius: 5px | |
} | |
.form-control:focus, | |
.search-form .search-field:focus { | |
background-color: #fff; | |
box-shadow: none; | |
outline: 0!important; | |
border: none | |
} | |
.input-error .form-control, | |
.input-error .search-form .search-field, | |
.search-form .input-error .search-field { | |
background-color: #f44336; | |
color: #ff8a80 | |
} | |
.input-error .form-control:focus, | |
.input-error .search-form .search-field:focus, | |
.search-form .input-error .search-field:focus { | |
background-color: #fff!important; | |
box-shadow: none; | |
outline: 0!important | |
} | |
.input-success .form-control, | |
.input-success .search-form .search-field, | |
.search-form .input-success .search-field { | |
background-color: #009688; | |
color: #a7ffeb | |
} | |
.input-success .form-control:focus, | |
.input-success .search-form .search-field:focus, | |
.search-form .input-success .search-field:focus { | |
background-color: #fff!important; | |
box-shadow: none; | |
outline: 0!important | |
} | |
.input-addon .form-control, | |
.input-addon .search-form .search-field, | |
.search-form .input-addon .search-field { | |
background-color: #fff176; | |
color: #404040 | |
} | |
.input-addon .form-control:focus, | |
.input-addon .search-form .search-field:focus, | |
.search-form .input-addon .search-field:focus { | |
background-color: #fff!important; | |
box-shadow: none; | |
outline: 0!important | |
} | |
.search-form label { | |
font-weight: 400 | |
} | |
.pagination>li>a, | |
.pagination>li>span { | |
border: none; | |
color: #d61c1c | |
} | |
.page-link, | |
.pagination>li>a:focus, | |
.pagination>li>a:hover, | |
.pagination>li>span:focus, | |
.pagination>li>span:hover { | |
color: #d61c1c | |
} | |
.page-link { | |
position: relative; | |
float: left; | |
padding: .5rem .75rem; | |
margin-left: -1px; | |
line-height: 1.5; | |
text-decoration: none; | |
background-color: #fff; | |
border: 1px solid #ddd | |
} | |
.page-link:focus, | |
.page-link:hover { | |
color: #d61c1c; | |
background-color: #ddd; | |
border-color: #ddd | |
} | |
.active .page-link, | |
.active .page-link:focus, | |
.active .page-link:hover { | |
z-index: 2; | |
color: #d61c1c; | |
cursor: default; | |
background-color: #d61c1c; | |
border-color: #d61c1c | |
} | |
.list-group-item { | |
position: relative; | |
display: block; | |
padding: .75rem 1.25rem; | |
margin-bottom: -1px; | |
background-color: #fff | |
} | |
.list-group-item:first-child { | |
border-top-right-radius: .25rem; | |
border-top-left-radius: .25rem | |
} | |
.list-group-item:last-child { | |
margin-bottom: 0; | |
border-bottom-right-radius: .25rem; | |
border-bottom-left-radius: .25rem | |
} | |
.side.list-group-item { | |
border-radius: 0; | |
border-left: 0!important | |
} | |
.list li { | |
margin-bottom: 13px | |
} | |
.list.pull-left li { | |
text-align: left | |
} | |
.list.list-icons { | |
list-style: none; | |
padding-left: 0; | |
padding-right: 0 | |
} | |
.list.list-icons li { | |
position: relative; | |
padding-left: 25px | |
} | |
.list.list-icons li .fa, | |
.list.list-icons li .icons { | |
position: absolute; | |
left: 0; | |
top: 5px | |
} | |
.list.list-icons.list-icons-style-2 li { | |
padding-top: 5px; | |
padding-left: 36px | |
} | |
.list.list-icons.list-icons-style-2 li .fa, | |
.list.list-icons.list-icons-style-2 li .icons { | |
border-width: 1px; | |
border-style: solid; | |
border-radius: 50%; | |
width: 25px; | |
height: 25px; | |
text-align: center; | |
padding: 4px | |
} | |
.list.list-icons.list-icons-style-3 li { | |
padding-top: 5px; | |
padding-left: 36px | |
} | |
.list.list-icons.list-icons-style-3 li .fa, | |
.list.list-icons.list-icons-style-3 li .icons { | |
color: #fff; | |
border-radius: 50%; | |
width: 25px; | |
height: 25px; | |
text-align: center; | |
padding: 5px | |
} | |
.list.list-icons.list-icons-sm li { | |
padding-left: 13px; | |
margin-bottom: 5px | |
} | |
.list.list-icons.list-icons-sm li .fa, | |
.list.list-icons.list-icons-sm li .icons { | |
font-size: .8em; | |
top: 7px | |
} | |
.list.list-icons.list-icons-sm.list-icons-style-2 li { | |
padding-left: 32px | |
} | |
.list.list-icons.list-icons-sm.list-icons-style-2 li .fa, | |
.list.list-icons.list-icons-sm.list-icons-style-2 li .icons { | |
width: 20px; | |
height: 20px; | |
padding: 3px | |
} | |
.list.list-icons.list-icons-sm.list-icons-style-3 li { | |
padding-left: 32px | |
} | |
.list.list-icons.list-icons-sm.list-icons-style-3 li .fa, | |
.list.list-icons.list-icons-sm.list-icons-style-3 li .icons { | |
width: 20px; | |
height: 20px; | |
padding: 3px | |
} | |
.list.list-icons.list-icons-lg li { | |
padding-top: 5px; | |
padding-left: 32px | |
} | |
.list.list-icons.list-icons-lg li .fa, | |
.list.list-icons.list-icons-lg li .icons { | |
font-size: 1.5em | |
} | |
.list.list-icons.list-icons-lg.list-icons-style-2 li { | |
padding-top: 8px; | |
padding-left: 42px | |
} | |
.list.list-icons.list-icons-lg.list-icons-style-2 li .fa, | |
.list.list-icons.list-icons-lg.list-icons-style-2 li .icons { | |
width: 30px; | |
height: 30px; | |
padding: 4px | |
} | |
.list.list-icons.list-icons-lg.list-icons-style-3 li { | |
padding-top: 8px; | |
padding-left: 42px | |
} | |
.list.list-icons.list-icons-lg.list-icons-style-3 li .fa, | |
.list.list-icons.list-icons-lg.list-icons-style-3 li .icons { | |
width: 30px; | |
height: 30px; | |
padding: 4px | |
} | |
.list.list-icons.list-icons-reverse li { | |
text-align: right; | |
padding-right: 25px; | |
padding-left: 0 | |
} | |
.list.list-icons.list-icons-reverse li .fa, | |
.list.list-icons.list-icons-reverse li .icons { | |
position: absolute; | |
left: auto; | |
right: 0; | |
top: 5px | |
} | |
.list.list-icons.list-icons-reverse.list-icons-style-2 li, | |
.list.list-icons.list-icons-reverse.list-icons-style-3 li { | |
padding-right: 36px | |
} | |
.list.list-icons.list-icons-reverse.list-icons-sm li { | |
padding-left: 0; | |
padding-right: 13px | |
} | |
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li, | |
.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li { | |
padding-right: 32px | |
} | |
.list.list-icons.list-icons-reverse.list-icons-lg li { | |
padding-left: 0; | |
padding-right: 32px | |
} | |
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li, | |
.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li { | |
padding-right: 42px | |
} | |
.list.list-borders li { | |
border-bottom: 1px solid #dbdbdb; | |
margin-top: 9px; | |
margin-bottom: 0; | |
padding-bottom: 9px | |
} | |
.list.list-borders li:last-child { | |
border-bottom: 0 | |
} | |
.list.list-side-borders { | |
border-left: 1px solid #dbdbdb; | |
padding-left: 10px | |
} | |
.list.list-ordened { | |
counter-reset: a; | |
list-style: none | |
} | |
.list.list-ordened li { | |
position: relative; | |
padding-left: 22px | |
} | |
.list.list-ordened li:before { | |
position: absolute; | |
top: 0; | |
left: 0; | |
content: counter(a); | |
counter-increment: a; | |
font-weight: 700 | |
} | |
.list.list-ordened.list-ordened-style-2 li, | |
.list.list-ordened.list-ordened-style-3 li { | |
padding-left: 32px | |
} | |
.list.list-ordened.list-ordened-style-2 li:before, | |
.list.list-ordened.list-ordened-style-3 li:before { | |
border-radius: 100%; | |
border-style: solid; | |
border-width: 1px; | |
min-width: 26px; | |
padding: 0; | |
text-align: center | |
} | |
.list.list-ordened.list-ordened-style-3 li:before { | |
color: #fff; | |
border: 0 | |
} | |
.list.list-unstyled { | |
padding-left: 0; | |
padding-right: 0 | |
} | |
.icon-btn-square { | |
border-radius: 10px!important | |
} | |
[class*=icon-btn-] { | |
border-radius: 100%; | |
margin: 10px; | |
height: 60px; | |
width: 60px; | |
font-size: 1rem; | |
line-height: 60px; | |
text-align: center; | |
display: inline-block; | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
-webkit-transition: .5s; | |
transition: .25s | |
} | |
[class*=icon-btn-]:focus, | |
[class*=icon-btn-]:hover { | |
outline: none; | |
border-radius: 10px!important | |
} | |
[class*=icon-btn-]:after { | |
content: ''; | |
box-sizing: content-box | |
} | |
.btn-custom { | |
color: #bdc3c7; | |
font-size: 18px; | |
border: 1px solid #bdc3c7 | |
} | |
.btn-custom:hover { | |
color: #fff; | |
border: 1px solid #fff | |
} | |
.icon-btn-default { | |
color: #fff; | |
background-color: #a2a2a2; | |
border-color: #282828 | |
} | |
.icon-btn-default:active, | |
.icon-btn-default:focus, | |
.icon-btn-default:hover { | |
color: #fff; | |
background-color: #8a8a8a; | |
border-color: #290505 | |
} | |
.icon-btn-primary { | |
color: #fff; | |
background-color: #d61c1c; | |
border-color: #000 | |
} | |
.icon-btn-primary:active, | |
.icon-btn-primary:focus, | |
.icon-btn-primary:hover { | |
color: #fff; | |
background-color: #b61818; | |
border-color: #290505 | |
} | |
.icon-btn-info { | |
color: #fff; | |
background-color: #b5bc18; | |
border-color: #000 | |
} | |
.icon-btn-info:active, | |
.icon-btn-info:focus, | |
.icon-btn-info:hover { | |
color: #fff; | |
background-color: #9aa014; | |
border-color: #290505 | |
} | |
.icon-btn-danger { | |
color: #fff; | |
background-color: #f67323; | |
border-color: #000 | |
} | |
.icon-btn-danger:active, | |
.icon-btn-danger:focus, | |
.icon-btn-danger:hover { | |
color: #fff; | |
background-color: #d1621e; | |
border-color: #290505 | |
} | |
.icon-btn-success { | |
color: #fff; | |
background-color: #fa9634; | |
border-color: #000 | |
} | |
.icon-btn-success:active, | |
.icon-btn-success:focus, | |
.icon-btn-success:hover { | |
color: #fff; | |
background-color: #d5802c; | |
border-color: #290505 | |
} | |
.icon-btn-warning { | |
color: #fff; | |
background-color: #f1c40f; | |
border-color: #000 | |
} | |
.icon-btn-warning:active, | |
.icon-btn-warning:focus, | |
.icon-btn-warning:hover { | |
color: #fff; | |
background-color: #cda70d; | |
border-color: #290505 | |
} | |
.icon-btn-inverse { | |
color: #fff; | |
background-color: #f1c40f; | |
border-color: #000 | |
} | |
.icon-btn-inverse:active, | |
.icon-btn-inverse:focus, | |
.icon-btn-inverse:hover { | |
color: #fff; | |
background-color: #cda70d; | |
border-color: #290505 | |
} | |
.icon-btn-trans { | |
background-color: transparent!important; | |
border: 2px solid; | |
border-color: #282828 | |
} | |
.icon-btn-primary-outline { | |
background-color: transparent!important; | |
border: 3px solid; | |
border-color: #d61c1c; | |
border-width: 3px; | |
color: #d61c1c | |
} | |
.icon-btn-success-outline { | |
background-color: transparent!important; | |
border: 3px solid; | |
border-color: #fa9634; | |
color: #fa9634; | |
border-width: 3px | |
} | |
.icon-btn-info-outline { | |
background-color: transparent!important; | |
border: 3px solid; | |
border-color: #b5bc18; | |
color: #b5bc18; | |
border-width: 3px | |
} | |
.icon-btn-warning-outline { | |
background-color: transparent!important; | |
border: 3px solid; | |
border-color: rgb(237, 131, 34); | |
color: rgb(237, 131, 34); | |
border-width: 3px | |
} | |
.icon-btn-danger-outline { | |
background-color: transparent!important; | |
border: 3px solid; | |
border-color: #f67323; | |
color: #f67323; | |
border-width: 3px | |
} | |
.icon-btn-secondary-outline { | |
background-color: transparent!important; | |
border: 3px solid; | |
border-color: #f1c40f; | |
color: #f1c40f; | |
border-width: 3px | |
} | |
.icon-btn-white-outline { | |
background-color: transparent!important; | |
border: 3px solid; | |
border-color: #fff; | |
color: #fff; | |
border-width: 3px | |
} | |
.icon-btn-hg { | |
width: 165px; | |
height: 165px; | |
line-height: 180px; | |
font-size: 4rem | |
} | |
.icon-btn-lg { | |
width: 105px; | |
height: 105px; | |
line-height: 115px; | |
font-size: 3rem | |
} | |
.material-icons { | |
vertical-align: bottom!important | |
} | |
@media (max-width:1124px) { | |
.icon-btn-hg { | |
width: 100px!important; | |
height: 100px!important; | |
line-height: 110px!important; | |
font-size: 3em!important | |
} | |
} | |
.card { | |
border: none!important; | |
border-bottom: 5px solid #eee!important; | |
border-radius: 5px; | |
padding: 0; | |
margin-bottom: 20px | |
} | |
.card .list-group { | |
padding: 0 30px 30px | |
} | |
.card-img-top { | |
border-radius: 10px 10px 0 0 | |
} | |
.card.user-card .card-header { | |
-webkit-transition: all .3s linear 0s; | |
transition: all .3s linear 0s; | |
opacity: 1 | |
} | |
.card.user-card .card-header:hover { | |
opacity: .2 | |
} | |
.card.user-card .card-header.user-one { | |
background: url(https://unsplash.it/2000/1333?image=865); | |
background-size: cover; | |
height: 175px | |
} | |
.card.user-card .card-header.user-two { | |
background: url(https://unsplash.it/4608/3072?image=271); | |
background-size: cover; | |
height: 175px | |
} | |
.card.user-card .card-header.user-three { | |
background: url(https://unsplash.it/5498/3615?image=299); | |
background-size: cover; | |
height: 175px | |
} | |
.card.user-card .card-title>h3 { | |
margin: 10px!important | |
} | |
.user-card>.user-image { | |
position: relative; | |
top: -70px; | |
margin-bottom: -70px; | |
text-align: center | |
} | |
.user-card>.user-image>img { | |
width: 125px; | |
height: 125px; | |
max-width: 175px; | |
max-height: 175px; | |
border-radius: 50%; | |
border: 5px solid hsla(0, 0%, 100%, .5) | |
} | |
.user-card .user-bottom { | |
bottom: 0; | |
left: 0; | |
display: inline-block; | |
width: 100%; | |
padding: 10px 20px; | |
line-height: 29px; | |
text-align: center; | |
box-sizing: border-box | |
} | |
.card-widget { | |
position: relative | |
} | |
.widget-user .widget-user-header { | |
padding: 20px; | |
height: 120px; | |
border-top-right-radius: 3px; | |
border-top-left-radius: 3px | |
} | |
.widget-user .widget-user-username { | |
margin-top: 0; | |
margin-bottom: 5px; | |
font-size: 25px; | |
font-weight: 300; | |
text-shadow: 0 1px 1px rgba(0, 0, 0, .2) | |
} | |
.widget-user .widget-user-desc { | |
margin-top: 0 | |
} | |
.widget-user .widget-user-image { | |
position: absolute; | |
top: 65px; | |
left: 50%; | |
margin-left: -45px | |
} | |
.widget-user .widget-user-image>img { | |
width: 90px; | |
height: auto; | |
border: 3px solid #fff | |
} | |
.widget-user .box-footer { | |
padding-top: 30px | |
} | |
.widget-user-2 .widget-user-header { | |
padding: 20px; | |
border-top-right-radius: 3px; | |
border-top-left-radius: 3px | |
} | |
.widget-user-2 .widget-user-username { | |
margin-top: 5px; | |
margin-bottom: 5px; | |
font-size: 25px; | |
font-weight: 300 | |
} | |
.widget-user-2 .widget-user-desc { | |
margin-top: 0 | |
} | |
.widget-user-2 .widget-user-desc, | |
.widget-user-2 .widget-user-username { | |
margin-left: 75px | |
} | |
.widget-user-2 .widget-user-image>img { | |
width: 65px; | |
height: auto; | |
float: left | |
} | |
.card .nav-stacked>li { | |
border-bottom: 1px solid #f4f4f4; | |
margin: 0 | |
} | |
ul.list-unstyled.widget-2 li { | |
margin-top: .5em; | |
padding-bottom: .5em; | |
border-bottom: 1px solid #f4f4f4; | |
color: #fa9634; | |
font-weight: 300 | |
} | |
.label-default-outline { | |
color: #a2a2a2; | |
border-color: #a2a2a2; | |
background-image: none; | |
border: 2px solid | |
} | |
.label-default-outline[href]:focus, | |
.label-default-outline[href]:hover { | |
border-color: #898989; | |
color: #898989 | |
} | |
.label-primary-outline { | |
color: #d61c1c; | |
border-color: #d61c1c; | |
background-image: none; | |
border: 2px solid | |
} | |
.label-primary-outline[href]:focus, | |
.label-primary-outline[href]:hover { | |
border-color: #a91616; | |
color: #a91616 | |
} | |
.label-success-outline { | |
color: #fa9634; | |
border-color: #fa9634; | |
background-image: none; | |
border: 2px solid | |
} | |
.label-success-outline[href]:focus, | |
.label-success-outline[href]:hover { | |
border-color: #f57c06; | |
color: #f57c06 | |
} | |
.label-info-outline { | |
color: #b5bc18; | |
border-color: #b5bc18; | |
background-image: none; | |
border: 2px solid | |
} | |
.label-info-outline[href]:focus, | |
.label-info-outline[href]:hover { | |
border-color: #898f12; | |
color: #898f12 | |
} | |
.label-warning-outline { | |
color: #f1c40f; | |
border-color: #f1c40f; | |
background-image: none; | |
border: 2px solid | |
} | |
.label-warning-outline[href]:focus, | |
.label-warning-outline[href]:hover { | |
border-color: #c29d0b; | |
color: #c29d0b | |
} | |
.label-danger-outline { | |
color: #f67323; | |
border-color: #f67323; | |
background-image: none; | |
border: 2px solid | |
} | |
.label-danger-outline[href]:focus, | |
.label-danger-outline[href]:hover { | |
border-color: #dd5909; | |
color: #dd5909 | |
} | |
.myicon { | |
padding: 5px 0; | |
border-radius: 5px | |
} | |
.icon-sm { | |
font-size: 25px | |
} | |
.myicon.icon-primary { | |
color: #d61c1c; | |
border: 4px solid #d61c1c!important | |
} | |
.myicon.icon-success { | |
color: #fa9634; | |
border: 4px solid #fa9634!important | |
} | |
.icon-hg { | |
font-size: 80px | |
} | |
.icon-hg, | |
.icon-lg { | |
padding: 10px; | |
line-height: .75em | |
} | |
.icon-lg { | |
font-size: 50px | |
} | |
.main { | |
position: relative; | |
min-height: 1px; | |
padding-left: .9375rem; | |
padding-right: .9375rem | |
} | |
@media (min-width:544px) { | |
.main { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 100%; | |
flex: 0 0 100% | |
} | |
.sidebar-primary .main { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 66.6666666667%; | |
flex: 0 0 66.6666666667% | |
} | |
} | |
.sidebar { | |
position: relative; | |
min-height: 1px; | |
padding-left: .9375rem; | |
padding-right: .9375rem | |
} | |
@media (min-width:544px) { | |
.sidebar { | |
-webkit-box-flex: 0; | |
-ms-flex: 0 0 33.3333333333%; | |
flex: 0 0 33.3333333333% | |
} | |
} | |
.alignnone { | |
margin-left: 0; | |
margin-right: 0; | |
max-width: 100%; | |
height: auto | |
} | |
.aligncenter { | |
display: block; | |
margin: .5rem auto; | |
height: auto | |
} | |
.alignleft, | |
.alignright { | |
margin-bottom: .5rem; | |
height: auto | |
} | |
@media (min-width:544px) { | |
.alignleft { | |
float: left; | |
margin-right: .5rem | |
} | |
.alignright { | |
float: right; | |
margin-left: .5rem | |
} | |
} | |
.wp-caption-text { | |
padding: .25rem | |
} | |
.rt { | |
font-size: responsive!important | |
} | |
body { | |
-webkit-font-smoothing: antialiased | |
} | |
.wrapper { | |
margin-top: 75px | |
} | |
.admin-bar nav#sticky { | |
margin-top: 32px!important | |
} | |
body, | |
html { | |
height: auto!important | |
} | |
img { | |
image-rendering: -moz-pixelated; | |
image-rendering: -webkit-optimize-contrast; | |
image-rendering: -moz-crisp-edges; | |
image-rendering: pixelated; | |
-ms-interpolation-mode: nearest-neighbor | |
} | |
.admin-bar header#sticky { | |
margin-top: 32px!important | |
} | |
f.tab-content { | |
box-shadow: none!important; | |
border-bottom: 5px solid #eee!important; | |
border-radius: 10px!important; | |
font-weight: 400!important; | |
padding: 30px!important | |
} | |
.tab-featured-image .tab-content { | |
padding: 0!important | |
} | |
.banner .nav .nav-tabs a, | |
.nav-tabs .banner .nav a, | |
.nav-tabs .nav-link { | |
letter-spacing: .1em; | |
text-transform: uppercase | |
} | |
.nav-tabs-three>ul.nav-tabs>li.active>a, | |
.nav-tabs>li.active>a:focus, | |
.nav-tabs>li.active>a:hover { | |
background-color: transparent; | |
border-bottom: 4px solid #f1c40f!important | |
} | |
.nav-tabs-three>ul.nav-tabs { | |
margin-bottom: 20px; | |
border-bottom-width: 2px; | |
border-bottom-color: #e1e4e7 | |
} | |
.nav-tabs-three>ul.nav-tabs>li.active>a, | |
.nav-tabs-three>ul.nav-tabs>li.active>a:focus, | |
.nav-tabs-three>ul.nav-tabs>li.active>a:hover { | |
background-color: transparent; | |
border-bottom: 4px solid #85d6de!important; | |
color: #3d566e | |
} | |
body { | |
margin-top: 60px; | |
font-family: Lato, sans-serif | |
} | |
.nav-tabs { | |
border-bottom: 0!important; | |
position: relative; | |
z-index: 0 | |
} | |
.panel-heading:hover { | |
cursor: pointer | |
} | |
.panel-heading { | |
-webkit-touch-callout: none; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none | |
} | |
.side-tab { | |
padding: .5em!important | |
} | |
.side-tab:hover { | |
cursor: pointer | |
} | |
.panel.panel-default { | |
border: none; | |
box-shadow: none!important; | |
border-radius: 10px 10px 0 0 | |
} | |
.panel-heading { | |
border: none; | |
background-color: #fff; | |
padding: 15px 15px 10px | |
} | |
.panel-body { | |
background-color: #b1ea8f; | |
padding: 20px; | |
font-weight: light; | |
border-radius: 0 0 5px 5px; | |
border-bottom: 5px solid #eee | |
} | |
.panel-title { | |
font-weight: 300; | |
color: #323232; | |
font-size: 1.75em | |
} | |
.md-macbook-pro { | |
display: block; | |
width: 55.3125em; | |
height: 31.875em; | |
font-size: 13px; | |
margin: 0 auto | |
} | |
@media (max-width:1199px) { | |
.md-macbook-pro { | |
font-size: 11px | |
} | |
} | |
@media (max-width:1024px) { | |
.md-macbook-pro { | |
font-size: 10px | |
} | |
} | |
@media (max-width:767px) { | |
.md-macbook-pro { | |
font-size: 7px | |
} | |
.md-macbook-pro .md-lid { | |
border-radius: 15px!important | |
} | |
} | |
@media (max-width:320px) { | |
.md-macbook-pro { | |
font-size: 5px | |
} | |
.md-macbook-pro .md-lid { | |
border-radius: 15px!important | |
} | |
} | |
.md-macbook-pro .md-lid { | |
width: 45em; | |
height: 30.625em; | |
overflow: hidden; | |
margin: 0 auto; | |
position: relative; | |
border-radius: 30px; | |
border: .1875em solid #cdced1; | |
background: #131313 | |
} | |
.md-macbook-pro .md-camera { | |
width: .375em; | |
height: .375em; | |
margin: 0 auto; | |
position: relative; | |
top: .6em; | |
background: #323232; | |
border-radius: 100% | |
} | |
.md-macbook-pro .md-camera:after { | |
content: ""; | |
display: block; | |
width: .125em; | |
height: .125em; | |
position: absolute; | |
left: .125em; | |
top: .0625em; | |
background: #353542; | |
border-radius: 100% | |
} | |
.md-macbook-pro .md-screen { | |
width: 42.25em; | |
height: 27em; | |
margin: 0 auto; | |
position: relative; | |
top: 1em; | |
background: #fff; | |
overflow: hidden | |
} | |
.md-macbook-pro .md-screen img { | |
width: 100% | |
} | |
.md-macbook-pro .md-base { | |
width: 100%; | |
height: 1em; | |
position: relative; | |
top: -.8em; | |
background: hsla(0, 1%, 87%, .98); | |
box-shadow: inset 0 -4px 13px 3px rgba(34, 34, 34, .25); | |
border-radius: 2px 2px 0 0 | |
} | |
.md-macbook-pro .md-base:after { | |
content: ""; | |
display: block; | |
width: 100%; | |
height: .8em; | |
margin: 0 auto; | |
position: relative; | |
bottom: -.1875em; | |
background: #fff; | |
border-bottom-left-radius: 90px 18px; | |
border-bottom-right-radius: 90px 18px; | |
background: hsla(0, 0%, 75%, .28); | |
box-shadow: inset 0 -4px 13px 3px rgba(78, 78, 78, .82) | |
} | |
.md-macbook-pro .md-base:before { | |
content: ""; | |
display: block; | |
width: 7.6875em; | |
height: .625em; | |
margin: 0 auto; | |
position: relative; | |
background: #bdbcbc; | |
border-radius: 0 0 .625em .625em; | |
border-radius: 0 0 20px 20px; | |
box-shadow: inset 0 -3px 10px #828080 | |
} | |
.md-macbook-pro.md-glare .md-lid:after { | |
content: ""; | |
display: block; | |
width: 50%; | |
height: 100%; | |
position: absolute; | |
top: 0; | |
right: 0; | |
border-radius: 0 1.25em 0 0; | |
background: -webkit-linear-gradient(37deg, hsla(0, 0%, 100%, 0) 50%, hsla(67, 36%, 96%, .025) 0, rgba(250, 245, 252, .08)); | |
background: linear-gradient(53deg, hsla(0, 0%, 100%, 0) 50%, hsla(67, 36%, 96%, .025) 0, rgba(250, 245, 252, .08)) | |
} | |
span.round-tab { | |
width: 180px; | |
height: 180px; | |
line-height: 3.25; | |
display: inline-block; | |
border-radius: 50%; | |
border: 5px solid #eee; | |
z-index: 9; | |
left: 0; | |
text-align: center; | |
font-size: 60px; | |
color: #404040; | |
-webkit-transition: color .5s ease-in; | |
-moz-transition: color .5s ease-in; | |
-o-transition: color .5s ease-in | |
} | |
a span.round-tab:hover { | |
color: #fa9634 | |
} | |
@media (max-width:920px) { | |
span.round-tab { | |
font-size: 40px; | |
width: 110px; | |
height: 110px; | |
line-height: 3 | |
} | |
} | |
@media (max-width:767px) { | |
span.round-tab { | |
font-size: 30px; | |
width: 90px; | |
height: 90px; | |
line-height: 3 | |
} | |
} | |
@media (max-width:320px) { | |
span.round-tab { | |
font-size: 30px; | |
width: 90px; | |
height: 90px; | |
line-height: 3 | |
} | |
} | |
.accordion-panel { | |
text-align: center; | |
display: block; | |
text-decoration: none; | |
-webkit-transition: background-color .5s ease-in-out; | |
transition: background-color .5s ease-in-out; | |
border-left: none!important; | |
border-right: none!important; | |
border-top: none!important; | |
box-shadow: none; | |
border-radius: 10px; | |
padding: 0!important | |
} | |
.accordion-title { | |
text-transform: uppercase; | |
padding: .1em 0 0!important; | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
margin-bottom: 0!important; | |
font-size: 1.2em; | |
text-align: left | |
} | |
.accordion-title>a:hover { | |
text-decoration: none!important | |
} | |
.accordion-content { | |
margin: 0 1.5em .75em; | |
text-align: left!important | |
} | |
.divider { | |
border: 0; | |
height: 1sepx; | |
margin: 44px auto; | |
background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent); | |
background-image: linear-gradient(90deg, transparent, #dbdbdb, transparent); | |
text-align: center; | |
position: relative; | |
clear: both | |
} | |
.divider .fa, | |
.divider .icons { | |
-moz-border-radius: 50px; | |
-webkit-border-radius: 50px; | |
background: #fff; | |
border-radius: 50px; | |
color: #a9a9a9; | |
display: inline-block; | |
height: 50px; | |
line-height: 50px; | |
position: absolute; | |
text-align: center; | |
width: 50px; | |
font-size: 20px; | |
margin: 0 auto 0 -25px; | |
top: -25px; | |
left: 50%; | |
z-index: 1 | |
} | |
.tabs { | |
border-radius: 4px; | |
margin-bottom: 20px | |
} | |
.nav-tabs { | |
margin: 0; | |
padding: 0; | |
font-size: 0 | |
} | |
.nav-tabs li { | |
display: inline-block; | |
float: none | |
} | |
.nav-tabs li:last-child a { | |
margin-right: 0 | |
} | |
.nav-tabs li a { | |
border-radius: 5px 5px 0 0; | |
font-size: 18px; | |
margin-right: 1px | |
} | |
.nav-tabs li a, | |
.nav-tabs li a:hover { | |
background: #f4f4f4; | |
border-bottom: none; | |
border-left: 1px solid #eee; | |
border-right: 1px solid #eee; | |
color: #ccc | |
} | |
.nav-tabs li a:hover { | |
border-bottom-color: transparent; | |
box-shadow: none | |
} | |
.nav-tabs li a:active, | |
.nav-tabs li a:focus { | |
border-bottom: 0 | |
} | |
.nav-tabs.nav-right { | |
text-align: right | |
} | |
.tabs.tabs-bottom { | |
margin: 0 0 20px; | |
padding: 0 | |
} | |
.tabs.tabs-bottom .tab-content { | |
border-radius: 4px 4px 0 0; | |
border-bottom: 0; | |
border-top: 1px solid #eee | |
} | |
.tabs.tabs-bottom .nav-tabs { | |
border-bottom: none; | |
border-top: 1px solid #eee | |
} | |
.tabs.tabs-bottom .nav-tabs li { | |
margin-bottom: 0; | |
margin-top: -1px | |
} | |
.tabs.tabs-bottom .nav-tabs li:last-child a { | |
margin-right: 0 | |
} | |
.tabs.tabs-bottom .nav-tabs li a { | |
border-radius: 0 0 5px 5px; | |
font-size: 14px; | |
margin-right: 1px | |
} | |
.tabs.tabs-bottom .nav-tabs li a, | |
.tabs.tabs-bottom .nav-tabs li a:hover { | |
border-bottom: 3px solid #eee | |
} | |
.tabs.tabs-bottom .nav-tabs li a:hover { | |
border-bottom: 3px solid #ccc; | |
border-top: 1px solid #eee | |
} | |
.tabs.tabs-bottom .nav-tabs li.active a, | |
.tabs.tabs-bottom .nav-tabs li.active a:focus, | |
.tabs.tabs-bottom .nav-tabs li.active a:hover { | |
border-bottom: 3px solid #ccc; | |
border-top-color: transparent | |
} | |
.tabs-vertical { | |
display: table; | |
width: 100%; | |
padding: 0; | |
border-top: 1px solid #eee | |
} | |
.tabs-vertical .nav-tabs, | |
.tabs-vertical .tab-content { | |
display: table-cell; | |
vertical-align: top | |
} | |
.tabs-vertical .nav-tabs { | |
border-bottom: none; | |
height: 100%; | |
float: none; | |
padding: 0 | |
} | |
.tabs-vertical .nav-tabs>li { | |
display: block | |
} | |
.tabs-vertical .nav-tabs>li a { | |
border-radius: 0; | |
display: block; | |
padding-top: 10px | |
} | |
.tabs-vertical .nav-tabs>li a, | |
.tabs-vertical .nav-tabs>li a:focus, | |
.tabs-vertical .nav-tabs>li a:hover { | |
border-bottom: none; | |
border-top: none | |
} | |
.tabs-vertical .nav-tabs>li.active:focus, | |
.tabs-vertical .nav-tabs>li.active a, | |
.tabs-vertical .nav-tabs>li.active a:hover { | |
border-top: none | |
} | |
.tabs-left { | |
padding: 0 | |
} | |
.tabs-left .tab-content { | |
border-radius: 0 5px 5px 5px; | |
border-left: none | |
} | |
.tabs-left .nav-tabs>li { | |
margin-right: -1px | |
} | |
.tabs-left .nav-tabs>li:first-child a { | |
border-radius: 5px 0 0 0 | |
} | |
.tabs-left .nav-tabs>li:last-child a { | |
border-radius: 0 0 0 5px; | |
border-bottom: 1px solid #eee | |
} | |
.tabs-left .nav-tabs>li a { | |
border-right: 1px solid #eee; | |
border-left: 3px solid #eee; | |
margin-right: 1px; | |
margin-left: -3px | |
} | |
.tabs-left .nav-tabs>li a:hover { | |
border-left-color: #ccc | |
} | |
.tabs-left .nav-tabs>li.active a, | |
.tabs-left .nav-tabs>li.active a:focus, | |
.tabs-left .nav-tabs>li.active a:hover { | |
border-left: 3px solid #ccc; | |
border-right-color: #fff | |
} | |
.tabs-right { | |
padding: 0 | |
} | |
.tabs-right .tab-content { | |
border-radius: 5px 0 5px 5px; | |
border-right: none | |
} | |
.tabs-right .nav-tabs>li { | |
margin-left: -1px | |
} | |
.tabs-right .nav-tabs>li:first-child a { | |
border-radius: 0 5px 0 0 | |
} | |
.tabs-right .nav-tabs>li:last-child a { | |
border-radius: 0 0 5px 0; | |
border-bottom: 1px solid #eee | |
} | |
.tabs-right .nav-tabs>li a { | |
border-right: 3px solid #eee; | |
border-left: 1px solid #eee; | |
margin-right: 1px; | |
margin-left: 1px | |
} | |
.tabs-right .nav-tabs>li a:hover { | |
border-right-color: #ccc | |
} | |
.tabs-right .nav-tabs>li.active a, | |
.tabs-right .nav-tabs>li.active a:focus, | |
.tabs-right .nav-tabs>li.active a:hover { | |
border-right: 3px solid #ccc; | |
border-left: 1px solid #fff | |
} | |
.nav-tabs.nav-justified { | |
padding: 0; | |
margin-bottom: -1px | |
} | |
.nav-tabs.nav-justified li { | |
margin-bottom: 0 | |
} | |
.nav-tabs.nav-justified li:first-child a, | |
.nav-tabs.nav-justified li:first-child a:hover { | |
border-radius: 5px 0 0 0 | |
} | |
.nav-tabs.nav-justified li:last-child a, | |
.nav-tabs.nav-justified li:last-child a:hover { | |
border-radius: 0 5px 0 0 | |
} | |
.nav-tabs.nav-justified li a { | |
border-bottom: 1px solid #ddd; | |
border-radius: 0; | |
margin-right: 0 | |
} | |
.nav-tabs.nav-justified li a:focus, | |
.nav-tabs.nav-justified li a:hover { | |
border-bottom: 1px solid #ddd | |
} | |
.nav-tabs.nav-justified li.active a, | |
.nav-tabs.nav-justified li.active a:focus, | |
.nav-tabs.nav-justified li.active a:hover { | |
background: #fff; | |
border-left-color: #eee; | |
border-right-color: #eee; | |
border-top-width: 3px | |
} | |
.nav-tabs.nav-justified li.active a { | |
border-bottom: 1px solid #fff | |
} | |
.nav-tabs.nav-justified li.active a, | |
.nav-tabs.nav-justified li.active a:focus, | |
.nav-tabs.nav-justified li.active a:hover { | |
border-top-width: 3px | |
} | |
.nav-tabs.nav-justified li.active a:hover { | |
border-bottom: 1px solid #fff | |
} | |
.tabs.tabs-bottom { | |
padding: 0 | |
} | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified { | |
border-top: none | |
} | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a { | |
margin-right: 0; | |
border-top-color: transparent | |
} | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a { | |
border-radius: 0 0 0 5px | |
} | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a { | |
margin-right: 0; | |
border-radius: 0 0 5px 0 | |
} | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a, | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:focus, | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active a:hover { | |
border-top-color: transparent | |
} | |
.tabs-center .nav-tabs { | |
margin: 0 auto; | |
text-align: center | |
} | |
.tabs-navigation { | |
border-radius: 5px | |
} | |
.tabs-navigation .nav-tabs>li { | |
margin-bottom: 1px | |
} | |
.tabs-navigation .nav-tabs>li a { | |
color: #777; | |
padding: 18px; | |
line-height: 100% | |
} | |
.tabs-navigation .nav-tabs>li a:before { | |
font-family: FontAwesome; | |
content: "\f054"; | |
position: absolute; | |
right: 15px; | |
top: 50%; | |
margin-top: -7px | |
} | |
.tabs-navigation .nav-tabs>li a .fa, | |
.tabs-navigation .nav-tabs>li a .icons { | |
margin-right: 4px | |
} | |
.tabs-navigation .nav-tabs>li:first-child a { | |
border-radius: 5px 5px 0 0 | |
} | |
.tabs-navigation .nav-tabs>li.active a, | |
.tabs-navigation .nav-tabs>li.active a:focus, | |
.tabs-navigation .nav-tabs>li.active a:hover { | |
border-right-color: #eee | |
} | |
.tabs-navigation .nav-tabs>li:last-child a { | |
border-radius: 0 0 5px 5px | |
} | |
.tab-pane-navigation { | |
display: none | |
} | |
.tab-pane-navigation.active { | |
display: block | |
} | |
.tabs.tabs-simple .nav-tabs { | |
border: 0; | |
margin-bottom: 10px | |
} | |
.tabs.tabs-simple .nav-tabs>li { | |
margin-left: 0; | |
margin-bottom: 20px; | |
float: none | |
} | |
.tabs.tabs-simple .nav-tabs>li a, | |
.tabs.tabs-simple .nav-tabs>li a:focus, | |
.tabs.tabs-simple .nav-tabs>li a:hover { | |
padding: 15px 30px; | |
background: none; | |
border: 0; | |
border-bottom: 3px solid #eee; | |
border-radius: 0; | |
color: #555; | |
font-size: 18px | |
} | |
.tabs.tabs-simple .nav-tabs>li a.active { | |
border-bottom: 3px solid #fa9634!important | |
} | |
.tabs.tabs-simple .tab-content { | |
border: 0; | |
padding: 0; | |
margin: 0; | |
box-shadow: none | |
} | |
@media (max-width:479px) { | |
.tabs .nav.nav-tabs.nav-justified li { | |
display: block; | |
margin-bottom: -5px | |
} | |
.tabs .nav.nav-tabs.nav-justified li a { | |
border-top-width: 3px!important; | |
border-bottom-width: 0!important | |
} | |
.tabs .nav.nav-tabs.nav-justified li:first-child a, | |
.tabs .nav.nav-tabs.nav-justified li:first-child a:hover { | |
border-radius: 5px 5px 0 0 | |
} | |
.tabs .nav.nav-tabs.nav-justified li:last-child a, | |
.tabs .nav.nav-tabs.nav-justified li:last-child a:hover { | |
border-radius: 0 | |
} | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li { | |
margin-bottom: 0; | |
margin-top: -5px | |
} | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li a { | |
border-bottom-width: 3px!important; | |
border-top-width: 0!important | |
} | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a:hover { | |
border-radius: 0 | |
} | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, | |
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover { | |
border-radius: 0 0 5px 5px | |
} | |
} | |
header { | |
text-align: justify; | |
letter-spacing: 1px; | |
padding: 2em 10%; | |
background: #2c3e50; | |
color: #fff | |
} | |
.navbar-ct-primary { | |
background-color: #d61c1c | |
} | |
.navbar-ct-info { | |
background-color: #b5bc18 | |
} | |
.navbar-ct-success { | |
background-color: #fa9634 | |
} | |
.navbar-ct-warning { | |
background-color: #f1c40f | |
} | |
.navbar-ct-danger { | |
background-color: #f67323 | |
} | |
.navbar-ct-dark { | |
background-color: #222 | |
} | |
.banner .nav li, | |
.nav-item-nav { | |
padding: .5em; | |
margin: 0 auto | |
} | |
.navbar-default { | |
border-color: rgba(35, 35, 35, .05); | |
background-color: #fff; | |
-webkit-transition: all .4s; | |
transition: all .4s | |
} | |
.banner .nav .navbar-nav a, | |
.navbar-nav .banner .nav a, | |
.navbar-nav .nav-link { | |
padding: .425rem 0; | |
text-transform: uppercase; | |
letter-spacing: .1rem; | |
font-weight: 700; | |
display: block!important | |
} | |
.navbar-brand { | |
color: #d61c1c; | |
-webkit-transition: padding .2s ease-in; | |
transition: padding .2s ease-in; | |
margin: 0; | |
padding: .25rem 0; | |
float: left; | |
font-size: 1.25rem; | |
font-weight: bolder; | |
text-transform: uppercase | |
} | |
.navbar-default .navbar-collapse, | |
.navbar-default .navbar-toggle { | |
border-color: transparent | |
} | |
.banner .navbar-default .nav a.active, | |
.banner .navbar-default .nav a.active:focus, | |
.navbar-default .banner .nav a.active, | |
.navbar-default .banner .nav a.active:focus, | |
.navbar-default .nav .nav-link.active, | |
.navbar-default .nav .nav-link.active:focus { | |
background-color: transparent | |
} | |
@media (max-width:48em) { | |
.banner .nav .navbar-default .navbar-nav>li, | |
.navbar-default .banner .nav .navbar-nav>li, | |
.navbar-default .navbar-nav>.nav-item { | |
float: none; | |
margin-left: .1rem | |
} | |
.navbar-default .navbar-nav { | |
float: none!important | |
} | |
} | |
@media (min-width:48em) { | |
.navbar-default { | |
border-color: transparent; | |
background-color: #fff; | |
min-height: 60px | |
} | |
.navbar-brand { | |
color: #d61c1c; | |
float: left; | |
padding: .25rem 0; | |
padding-left: 1px | |
} | |
#topNav { | |
background-color: #fff | |
} | |
} | |
header.navbar { | |
box-shadow: 0 5px 34px -13px rgba(0, 0, 0, .25) | |
} | |
.navbar-toggler { | |
padding: .5rem .75rem; | |
font-size: 1.25rem; | |
line-height: 1; | |
background: none; | |
border: 1px solid #d61c1c; | |
border-radius: .25rem | |
} | |
.navbar-toggler:focus { | |
outline: 0 | |
} | |
.bg-inverse .navbar-toggler { | |
color: hsla(0, 0%, 100%, .75) | |
} | |
.bg-inverse .navbar-toggler:focus, | |
.bg-inverse .navbar-toggler:hover { | |
color: #fff | |
} | |
.navbar-toggler-custom { | |
margin-top: 1.8125rem; | |
font-size: 1.55rem | |
} | |
.navbar { | |
padding-top: .75rem; | |
padding-bottom: .75rem; | |
font-size: 1rem; | |
font-weight: 600; | |
line-height: 1.5 | |
} | |
.banner .nav .nav-inline .nav-item+li, | |
.banner .nav .nav-inline li+.nav-item, | |
.banner .nav .nav-inline li+li, | |
.banner .nav .navbar-nav .nav-item+li, | |
.banner .nav .navbar-nav li+.nav-item, | |
.banner .nav .navbar-nav li+li, | |
.nav-inline .banner .nav .nav-item+li, | |
.nav-inline .banner .nav li+.nav-item, | |
.nav-inline .banner .nav li+li, | |
.nav-inline .nav-item+.nav-item, | |
.navbar-nav .banner .nav .nav-item+li, | |
.navbar-nav .banner .nav li+.nav-item, | |
.navbar-nav .banner .nav li+li, | |
.navbar-nav .nav-item+.nav-item { | |
margin-left: 0 | |
} | |
.banner .nav .navbar-nav .nav-dropdown-search a, | |
.navbar-nav .nav-dropdown-search .banner .nav a, | |
.navbar-nav .nav-dropdown-search .nav-link { | |
padding: 1.8125rem 1rem 1.9375rem | |
} | |
@media (max-width:767px) { | |
.navbar-toggleable-custom { | |
clear: both | |
} | |
} | |
@media (min-width:768px) { | |
#collapsingNavbar, | |
#collapsingNavbarInverse { | |
display: block!important | |
} | |
} | |
@media (max-width:767px) { | |
.navbar-nav { | |
float: none!important; | |
width: 100% | |
} | |
.banner .nav .navbar-nav li, | |
.navbar-nav .banner .nav li, | |
.navbar-nav .nav-item { | |
display: block; | |
float: none; | |
margin: 0 0 1px; | |
text-align: right; | |
background-color: #fff | |
} | |
.banner .nav .navbar-dark .navbar-nav li, | |
.navbar-dark .navbar-nav .banner .nav li, | |
.navbar-dark .navbar-nav .nav-item { | |
background-color: transparent | |
} | |
.banner .nav .navbar-dark .navbar-nav a, | |
.navbar-dark .navbar-nav .banner .nav a, | |
.navbar-dark .navbar-nav .nav-link { | |
display: block; | |
color: #ccc | |
} | |
.banner .nav .navbar-dark .navbar-nav .active a, | |
.banner .nav .navbar-dark .navbar-nav a:focus, | |
.banner .nav .navbar-dark .navbar-nav a:hover, | |
.navbar-dark .navbar-nav .active .banner .nav a, | |
.navbar-dark .navbar-nav .active .nav-link, | |
.navbar-dark .navbar-nav .banner .nav a:focus, | |
.navbar-dark .navbar-nav .banner .nav a:hover, | |
.navbar-dark .navbar-nav .nav-link:focus, | |
.navbar-dark .navbar-nav .nav-link:hover { | |
color: #fff | |
} | |
.banner .nav .bg-inverse-custom .navbar-nav li, | |
.bg-inverse-custom .navbar-nav .banner .nav li, | |
.bg-inverse-custom .navbar-nav .nav-item { | |
background-color: #fff | |
} | |
.banner .nav .bg-inverse-custom .navbar-nav a, | |
.bg-inverse-custom .navbar-nav .banner .nav a, | |
.bg-inverse-custom .navbar-nav .nav-link { | |
padding: 1rem; | |
color: #888 | |
} | |
.banner .nav .bg-inverse-custom .navbar-nav a:focus, | |
.banner .nav .bg-inverse-custom .navbar-nav a:hover, | |
.bg-inverse-custom .navbar-nav .banner .nav a:focus, | |
.bg-inverse-custom .navbar-nav .banner .nav a:hover, | |
.bg-inverse-custom .navbar-nav .nav-link:focus, | |
.bg-inverse-custom .navbar-nav .nav-link:hover { | |
color: #555 | |
} | |
.banner .nav .bg-inverse-custom .navbar-nav .active>a, | |
.bg-inverse-custom .navbar-nav .active>.nav-link, | |
.bg-inverse-custom .navbar-nav .banner .nav .active>a { | |
color: #d61c1c!important | |
} | |
} | |
.icon-logo { | |
font-size: 45px | |
} | |
@media (max-width:767px) { | |
.banner .nav .navbar-nav .active>a, | |
.navbar-nav .active>.nav-link, | |
.navbar-nav .banner .nav .active>a { | |
color: #d61c1c | |
} | |
} | |
@media (min-width:768px) { | |
.banner .nav .navbar-nav .active>a, | |
.navbar-nav .active>.nav-link, | |
.navbar-nav .banner .nav .active>a { | |
position: relative | |
} | |
.banner .nav .navbar-nav .active>a:after, | |
.navbar-nav .active>.nav-link:after, | |
.navbar-nav .banner .nav .active>a:after { | |
position: absolute; | |
right: 1rem; | |
bottom: 1.375rem; | |
left: 1rem; | |
height: 2px; | |
content: ''; | |
background-color: transparent | |
} | |
} | |
@media (min-width:768px) { | |
.banner .nav .navbar-dark .navbar-nav .active>a, | |
.navbar-dark .navbar-nav .active>.nav-link, | |
.navbar-dark .navbar-nav .banner .nav .active>a { | |
position: relative | |
} | |
.banner .nav .navbar-dark .navbar-nav .active>a:after, | |
.navbar-dark .navbar-nav .active>.nav-link:after, | |
.navbar-dark .navbar-nav .banner .nav .active>a:after { | |
background-color: hsla(0, 0%, 100%, .2) | |
} | |
} | |
.navbar-divider { | |
width: 5px; | |
height: 5px; | |
padding: 0; | |
margin: 2.375rem .5rem; | |
background: rgba(66, 71, 83, .2); | |
border-radius: 50% | |
} | |
.navbar-dark .navbar-divider { | |
background: hsla(0, 0%, 100%, .2) | |
} | |
.dropdown.open .icon-search:before { | |
content: '\e612' | |
} | |
.dropdown-menu { | |
padding: 1.5rem 1.75rem; | |
margin-top: 0; | |
border: 0 none; | |
box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25) | |
} | |
.dropdown-menu .media { | |
padding-bottom: 1.25rem; | |
margin-bottom: 1.25rem; | |
color: #555; | |
border-bottom: 1px solid #e9eaec | |
} | |
.dropdown-menu .text-muted { | |
color: rgba(66, 71, 83, .4)!important | |
} | |
.dropdown-menu-animated { | |
display: block; | |
padding: 1.5rem 1.75rem; | |
margin-top: 0; | |
visibility: hidden; | |
border: 0 none; | |
box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25); | |
opacity: 0; | |
-webkit-transition: opacity .5s, -webkit-transform .5s, visibility 0s .5s; | |
transition: opacity .5s, transform .5s, visibility 0s .5s; | |
-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1); | |
transition-timing-function: cubic-bezier(.7, 0, .3, 1); | |
-webkit-transform: scale3d(.95, .95, 1) translate3d(0, -15px, 0); | |
transform: scale3d(.95, .95, 1) translate3d(0, -15px, 0); | |
-webkit-transform-origin: 100% 0; | |
transform-origin: 100% 0 | |
} | |
.open>.dropdown-menu-animated { | |
visibility: visible; | |
opacity: 1; | |
-webkit-transition: opacity .5s, -webkit-transform .5s; | |
transition: opacity .5s, transform .5s; | |
-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1); | |
transition-timing-function: cubic-bezier(.2, 1, .3, 1); | |
-webkit-transform: scaleX(1) translateZ(0); | |
transform: scaleX(1) translateZ(0) | |
} | |
.dropdown-menu-custom { | |
overflow-y: hidden; | |
background-color: #fff; | |
border: 0 none | |
} | |
.dropdown-menu-custom .media { | |
margin-bottom: 1.5rem; | |
color: #555 | |
} | |
.dropdown-menu-custom .text-muted { | |
color: rgba(66, 71, 83, .4)!important | |
} | |
.dropdown-item { | |
padding: 0 0 .625rem; | |
font-size: .8125rem; | |
font-weight: 600; | |
line-height: 1.1538 | |
} | |
.dropdown-item+.dropdown-item { | |
padding-top: .625rem | |
} | |
.dropdown-item:focus, | |
.dropdown-item:hover { | |
background-color: transparent | |
} | |
[class^=blend] img { | |
mix-blend-mode: luminosity | |
} | |
[class^=blend]:before { | |
position: absolute; | |
z-index: 3; | |
background: rgba(0, 0, 0, .4); | |
color: #fff; | |
padding: .2em; | |
font-size: 14px | |
} | |
[class^=blend]:after { | |
display: block; | |
content: ''; | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
top: 0; | |
left: 0; | |
-webkit-filter: contrast(1.3); | |
filter: contrast(1.3); | |
mix-blend-mode: hue | |
} | |
[class^=blend][class*=-dark] img { | |
mix-blend-mode: darken | |
} | |
[class^=blend][class*=-dark]:after { | |
mix-blend-mode: lighten!important | |
} | |
[class^=blend][class*=-light] img { | |
mix-blend-mode: lighten | |
} | |
[class^=blend][class*=-light]:after { | |
mix-blend-mode: darken!important | |
} | |
[class^=blend][class*=-red] { | |
background: #e50914 | |
} | |
[class^=blend][class*=-red]:after { | |
mix-blend-mode: hard-light; | |
-webkit-filter: contrast(.6) saturate(120%) brightness(1.2); | |
filter: contrast(.6) saturate(120%) brightness(1.2) | |
} | |
[class^=blend][class*=-red][class*=-dark]:after { | |
mix-blend-mode: lighten!important; | |
-webkit-filter: contrast(1.1)!important; | |
filter: contrast(1.1)!important | |
} | |
[class^=blend][class*=-red][class*=-light]:after { | |
mix-blend-mode: color-dodge!important; | |
-webkit-filter: saturate(400%) contrast(1.5); | |
filter: saturate(400%) contrast(1.5) | |
} | |
[class^=blend][class*=-red]:after { | |
background: #e50914; | |
background: #282581 | |
} | |
[class^=blend][class*=-orange] { | |
background: #fca300 | |
} | |
[class^=blend][class*=-orange][class*=-dark]:after { | |
mix-blend-mode: darken!important | |
} | |
[class^=blend][class*=-orange][class*=-light]:after { | |
mix-blend-mode: hue!important; | |
-webkit-filter: saturate(400%) contrast(1.5); | |
filter: saturate(400%) contrast(1.5) | |
} | |
[class^=blend][class*=-orange]:after { | |
background: #fca300 | |
} | |
[class^=blend][class*=-blue] { | |
background: #0066bf | |
} | |
[class^=blend][class*=-blue]:not([class*=-dark]):not([class*=-light]):after { | |
mix-blend-mode: hard-light; | |
-webkit-filter: brightness(.6); | |
filter: brightness(.6) | |
} | |
[class^=blend][class*=-blue][class*=-dark]:after { | |
mix-blend-mode: darken!important | |
} | |
[class^=blend][class*=-blue]:after { | |
background: #0066bf; | |
background: #93ef90 | |
} | |
[class^=blend][class*=-yellow] { | |
background: #fedd31 | |
} | |
[class^=blend][class*=-yellow]:not([class*=-dark]):not([class*=-light]):after { | |
-webkit-filter: brightness(3.5); | |
filter: brightness(3.5); | |
mix-blend-mode: soft-light | |
} | |
[class^=blend][class*=-yellow][class*=-dark]:after { | |
mix-blend-mode: color-dodge!important; | |
-webkit-filter: hue-rotate(70deg); | |
filter: hue-rotate(70deg) | |
} | |
[class^=blend][class*=-yellow][class*=-light] { | |
background: #000 | |
} | |
[class^=blend][class*=-yellow][class*=-light]:after { | |
mix-blend-mode: color!important; | |
-webkit-filter: brightness(3) hue-rotate(93deg) contrast(2) saturate(150); | |
filter: brightness(3) hue-rotate(93deg) contrast(2) saturate(150) | |
} | |
[class^=blend][class*=-yellow]:after { | |
background: #fedd31; | |
background: #ef3cb4 | |
} | |
[class^=blend][class*=-purple] { | |
background: #bc6d14 | |
} | |
[class^=blend][class*=-purple]:not([class*=-dark]):not([class*=-light]) { | |
background: #639 | |
} | |
[class^=blend][class*=-purple]:not([class*=-dark]):not([class*=-light]):after { | |
mix-blend-mode: darken!important | |
} | |
[class^=blend][class*=-purple][class*=-dark] { | |
background: #b10aff | |
} | |
[class^=blend][class*=-purple][class*=-dark]:after { | |
mix-blend-mode: soft-light!important; | |
-webkit-filter: saturate(100); | |
filter: saturate(100) | |
} | |
[class^=blend][class*=-purple][class*=-light]:after { | |
background: #a37fc7; | |
-webkit-filter: saturate(520%) brightness(10.5) contrast(350)!important; | |
filter: saturate(520%) brightness(10.5) contrast(350)!important | |
} | |
[class^=blend][class*=-purple]:after { | |
background: #bc6d14; | |
background: #acfcee | |
} | |
[class^=blend][class*=-green] { | |
background: #11c966 | |
} | |
[class^=blend][class*=-green]:not([class*=-dark]):not([class*=-light]):after { | |
mix-blend-mode: soft-light | |
} | |
[class^=blend][class*=-green][class*=-light]:after { | |
mix-blend-mode: color-dodge!important; | |
-webkit-filter: saturate(100%) brightness(.8) contrast(160%); | |
filter: saturate(100%) brightness(.8) contrast(160%) | |
} | |
[class^=blend][class*=-green]:after { | |
background: #11c966; | |
background: #2d3181 | |
} | |
[class^=blend][class*=-pink] { | |
background: #ea4c89 | |
} | |
[class^=blend][class*=-pink][class*=-dark]:after { | |
background: #1d0e14 | |
} | |
[class^=blend][class*=-pink][class*=-light]:after { | |
background: #ff468d; | |
mix-blend-mode: lighten!important; | |
-webkit-filter: contrast(1) saturate(250%)!important; | |
filter: contrast(1) saturate(250%)!important | |
} | |
[class^=blend][class*=-pink]:after { | |
background: #ea4c89 | |
} | |
[class^=blend][class*=-blue-yellow]:not([class*=-dark]):not([class*=-light]) { | |
background: -webkit-linear-gradient(bottom right, #55acee, #fedd31); | |
background: linear-gradient(to top left, #55acee, #fedd31) | |
} | |
[class^=blend][class*=-blue-yellow][class*=-dark]:after { | |
mix-blend-mode: hard-light!important | |
} | |
[class^=blend][class*=-blue-yellow][class*=-light]:after { | |
mix-blend-mode: hard-light!important; | |
-webkit-filter: none; | |
filter: none | |
} | |
[class^=blend][class*=-blue-yellow]:after { | |
background: -webkit-linear-gradient(bottom right, #55acee, #fedd31)!important; | |
background: linear-gradient(to top left, #55acee, #fedd31)!important | |
} | |
[class^=blend][class*=-pink-yellow]:not([class*=-dark]):not([class*=-light]) { | |
background: -webkit-linear-gradient(top left, #faa6fb, #fbbc05)!important; | |
background: linear-gradient(to bottom right, #faa6fb, #fbbc05)!important | |
} | |
[class^=blend][class*=-pink-yellow][class*=-dark]:after { | |
mix-blend-mode: hue!important; | |
-webkit-filter: none!important; | |
filter: none!important | |
} | |
[class^=blend][class*=-pink-yellow][class*=-light]:after { | |
mix-blend-mode: hard-light!important; | |
-webkit-filter: none!important; | |
filter: none!important | |
} | |
[class^=blend][class*=-pink-yellow]:after { | |
background: -webkit-linear-gradient(bottom right, #faa6fb, #fbbc05)!important; | |
background: linear-gradient(to top left, #faa6fb, #fbbc05)!important | |
} | |
[class^=blend][class*=-red-blue]:not([class*=-dark]):not([class*=-light]) { | |
background: -webkit-linear-gradient(top left, #3993e2, #e2544b); | |
background: linear-gradient(to bottom right, #3993e2, #e2544b) | |
} | |
[class^=blend][class*=-red-blue]:not([class*=-dark]):not([class*=-light]):after { | |
-webkit-filter: none; | |
filter: none; | |
mix-blend-mode: hard-light | |
} | |
[class^=blend][class*=-red-blue][class*=-dark]:after { | |
mix-blend-mode: hard-light!important; | |
-webkit-filter: none!important; | |
filter: none!important | |
} | |
[class^=blend][class*=-red-blue][class*=-light]:after { | |
mix-blend-mode: screen!important; | |
-webkit-filter: saturate(300%) brightness(1.2)!important; | |
filter: saturate(300%) brightness(1.2)!important | |
} | |
[class^=blend][class*=-red-blue]:after { | |
background: -webkit-linear-gradient(top left, #3993e2, #e2544b); | |
background: linear-gradient(to bottom right, #3993e2, #e2544b) | |
} | |
.sub-heading { | |
font-size: 30px; | |
font-weight: 300 | |
} | |
.h1, | |
.h2, | |
.h3, | |
.h4, | |
.h5, | |
.h6, | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6 { | |
margin-bottom: 10px; | |
font-family: inherit; | |
font-weight: 300; | |
line-height: normal; | |
color: inherit | |
} | |
ol, | |
ul { | |
font-weight: 300 | |
} | |
.text-left { | |
text-align: left | |
} | |
.text-right { | |
text-align: right | |
} | |
.text-center { | |
text-align: center | |
} | |
.text-justify { | |
text-align: justify | |
} | |
.strong { | |
font-weight: 700 | |
} | |
.fw-lighter { | |
font-weight: 100!important | |
} | |
.fw-light { | |
font-weight: 300!important | |
} | |
.small, | |
small { | |
font-size: 75% | |
} | |
.script { | |
font-family: Grand Hotel, cursive | |
} | |
.slab { | |
font-family: Roboto Slab, serif | |
} | |
p { | |
font-weight: 300 | |
} | |
.content-half { | |
position: relative | |
} | |
.container-half { | |
position: absolute; | |
vertical-align: middle; | |
top: 0; | |
bottom: 0; | |
width: 50% | |
} | |
.container-half.pr30 { | |
width: calc(50% - 30px) | |
} | |
.container-half-left { | |
left: 0; | |
background-position: 100% 0 | |
} | |
.container-half-right { | |
right: 0; | |
background-position: 0 0 | |
} | |
.content-info { | |
padding: 0; | |
position: relative | |
} | |
.content-info .image-container { | |
position: absolute; | |
height: 300px; | |
padding: 0; | |
top: 0 | |
} | |
.content-info .image-container .background-image-holder { | |
background: url(https://cldup.com/kE8v9sFdEo.jpg) no-repeat 50%; | |
background-size: cover; | |
height: 100% | |
} | |
.content-info .content { | |
margin-top: 300px; | |
padding: 40px | |
} | |
.content-info h3 { | |
margin-bottom: 32px | |
} | |
.content-info p { | |
margin-bottom: 20px | |
} | |
@media only screen and (min-width:768px) { | |
.content-info .image-container { | |
height: 100% | |
} | |
.content-info .content { | |
margin-top: 0; | |
padding: 80px 15px 80px 80px | |
} | |
} | |
.expanding-list { | |
overflow: hidden | |
} | |
.expanding-list, | |
.expanding-ul { | |
position: relative | |
} | |
.expanding-ul li { | |
text-align: center; | |
border-bottom: 1px solid rgba(0, 0, 0, .2); | |
padding-bottom: 10px; | |
margin-bottom: 24px; | |
cursor: pointer | |
} | |
.expanding-ul .panel .panel-heading { | |
text-align: center; | |
border-bottom: 3px double #dbdbdb; | |
margin-bottom: 24px; | |
cursor: pointer | |
} | |
.expanding-ul .title i { | |
font-size: 1.5rem; | |
display: inline-block | |
} | |
.expanding-ul .title span { | |
position: relative; | |
bottom: 8px | |
} | |
.expanding-ul .title span a { | |
padding-left: 0 | |
} | |
.expanding-ul .title strong { | |
font-weight: 600; | |
color: #d61c1c | |
} | |
.expanding-ul .text-content { | |
opacity: 0; | |
max-height: 0 | |
} | |
.expanding-ul li.active .title { | |
margin-bottom: 24px | |
} | |
.expanding-ul li.active .text-content { | |
opacity: 1 | |
} | |
.expanding-ul li:last-child { | |
margin-bottom: 0; | |
border-bottom: none | |
} | |
.feature-box { | |
position: relative; | |
margin-top: 20px; | |
padding: 0 0 0 80px; | |
overflow: visible!important | |
} | |
.feature-box:first-child { | |
margin-top: 0 | |
} | |
.feature-box.bordered { | |
border: 1px solid #ddd!important; | |
padding-top: 30px!important | |
} | |
.feature-box .fbox-icon { | |
display: block; | |
position: absolute; | |
width: 64px; | |
height: 64px; | |
top: 0; | |
left: 0 | |
} | |
.feature-box .fbox-icon a, | |
.feature-box .fbox-icon i, | |
.feature-box .fbox-icon img { | |
display: block; | |
position: relative; | |
width: 100%; | |
height: 100%; | |
text-decoration: none | |
} | |
.feature-box .fbox-icon i, | |
.feature-box .fbox-icon img { | |
border-radius: 50% | |
} | |
.feature-box .fbox-icon i { | |
font-style: normal; | |
font-size: 28px; | |
text-align: center; | |
line-height: 64px | |
} | |
.feature-box h3 { | |
font-size: 16px; | |
font-weight: 700; | |
letter-spacing: 1px; | |
margin-bottom: 0; | |
letter-spacing: .1rem; | |
text-transform: uppercase | |
} | |
.feature-box p { | |
color: #555 | |
} | |
.feature-box .before-heading { | |
font-size: 14px | |
} | |
.feature-box.fbox-large { | |
padding: 0 0 0 115px | |
} | |
.feature-box.fbox-large .fbox-icon { | |
width: 96px; | |
height: 96px | |
} | |
.feature-box.fbox-large .fbox-icon i { | |
font-size: 42px; | |
line-height: 110px | |
} | |
.feature-box.fbox-outline .fbox-icon { | |
border: 1px solid #d61c1c; | |
border-radius: 50%; | |
padding: 3px | |
} | |
.feature-box.fbox-outline .fbox-icon i { | |
line-height: 56px | |
} | |
.feature-box.fbox-outline.fbox-large .fbox-icon { | |
padding: 4px | |
} | |
.feature-box.fbox-outline.fbox-large .fbox-icon i { | |
line-height: 86px | |
} | |
.feature-box.fbox-rounded .fbox-icon, | |
.feature-box.fbox-rounded .fbox-icon i, | |
.feature-box.fbox-rounded .fbox-icon img { | |
border-radius: 3px!important | |
} | |
.feature-box.fbox-rounded.fbox-large .fbox-icon, | |
.feature-box.fbox-rounded.fbox-large .fbox-icon i, | |
.feature-box.fbox-rounded.fbox-large .fbox-icon img { | |
border-radius: 4px!important | |
} | |
.feature-box.fbox-light.fbox-outline .fbox-icon { | |
border-color: #e5e5e5 | |
} | |
.feature-box.fbox-light .fbox-icon i, | |
.feature-box.fbox-light .fbox-icon img { | |
border: 1px solid #e5e5e5; | |
background-color: #f5f5f5; | |
color: #444 | |
} | |
.feature-box.fbox-light .fbox-icon i { | |
line-height: 62px | |
} | |
.feature-box.fbox-light.fbox-outline .fbox-icon i { | |
line-height: 54px | |
} | |
.feature-box.fbox-light.fbox-large .fbox-icon i { | |
line-height: 110px | |
} | |
.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { | |
line-height: 84px | |
} | |
.feature-box.fbox-dark.fbox-outline .fbox-icon { | |
border-color: #444 | |
} | |
.feature-box.fbox-dark .fbox-icon i, | |
.feature-box.fbox-dark .fbox-icon img { | |
background-color: #333 | |
} | |
.feature-box.fbox-border .fbox-icon { | |
border: 1px solid #d61c1c; | |
border-radius: 50%; | |
padding: 0 | |
} | |
.feature-box.fbox-border .fbox-icon i, | |
.feature-box.fbox-border .fbox-icon img { | |
border: none; | |
background-color: transparent!important | |
} | |
.feature-box.fbox-border .fbox-icon i { | |
line-height: 62px!important | |
} | |
.feature-box.fbox-border.fbox-large .fbox-icon i { | |
line-height: 110px!important | |
} | |
.feature-box.fbox-border.fbox-light .fbox-icon { | |
border-color: #e5e5e5 | |
} | |
.feature-box.fbox-border.fbox-dark .fbox-icon { | |
border-color: #333 | |
} | |
.feature-box.fbox-plain .fbox-icon { | |
border: none!important; | |
height: auto!important | |
} | |
.feature-box.fbox-plain .fbox-icon i, | |
.feature-box.fbox-plain .fbox-icon img { | |
border: none!important; | |
background-color: transparent!important; | |
border-radius: 0 | |
} | |
.feature-box.fbox-plain .fbox-icon i { | |
font-size: 48px; | |
line-height: 1!important | |
} | |
.feature-box.fbox-plain .fbox-icon img { | |
height: 64px | |
} | |
.feature-box.fbox-plain.fbox-image .fbox-icon { | |
width: auto | |
} | |
.feature-box.fbox-plain.fbox-image .fbox-icon img { | |
width: auto; | |
display: inline-block | |
} | |
.feature-box.fbox-plain.fbox-small { | |
padding-left: 42px | |
} | |
.feature-box.fbox-plain.fbox-small .fbox-icon { | |
width: 28px | |
} | |
.feature-box.fbox-plain.fbox-small h3 { | |
font-size: 15px; | |
padding-top: 10px | |
} | |
.feature-box.fbox-plain.fbox-small p { | |
margin-top: 10px; | |
margin-left: -42px | |
} | |
.feature-box.fbox-plain.fbox-small .fbox-icon i { | |
font-size: 28px | |
} | |
.feature-box.fbox-plain.fbox-small .fbox-icon img { | |
height: 28px | |
} | |
.feature-box.fbox-plain.fbox-large .fbox-icon i { | |
font-size: 72px | |
} | |
.feature-box.fbox-plain.fbox-large .fbox-icon img { | |
height: 96px | |
} | |
.feature-box.fbox-center { | |
padding: 0; | |
text-align: center | |
} | |
.feature-box.fbox-center.fbox-small { | |
padding-left: 0!important | |
} | |
.feature-box.fbox-center .fbox-icon { | |
position: relative; | |
width: auto; | |
margin: 0 auto | |
} | |
.feature-box.fbox-center .fbox-icon i { | |
font-size: 42px; | |
line-height: 110px | |
} | |
.feature-box.fbox-center.fbox-outline .fbox-icon i { | |
line-height: 88px | |
} | |
.feature-box.fbox-center p { | |
font-size: 14px; | |
margin-top: 15px | |
} | |
.feature-box.fbox-center.fbox-large .fbox-icon { | |
width: 128px; | |
height: 128px | |
} | |
.feature-box.fbox-center.fbox-large .fbox-icon i { | |
font-size: 70px; | |
line-height: 128px | |
} | |
.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { | |
line-height: 118px | |
} | |
.feature-box.fbox-center.fbox-light .fbox-icon i { | |
line-height: 110px | |
} | |
.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { | |
line-height: 86px | |
} | |
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { | |
line-height: 114px | |
} | |
.feature-box.fbox-center.fbox-border .fbox-icon i { | |
line-height: 110px!important | |
} | |
.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { | |
line-height: 126px!important | |
} | |
.feature-box.fbox-center.fbox-plain .fbox-icon i { | |
font-size: 84px | |
} | |
.feature-box.fbox-center.fbox-plain .fbox-icon img { | |
height: 96px | |
} | |
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { | |
font-size: 112px | |
} | |
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { | |
height: 128px | |
} | |
.feature-box.fbox-center.fbox-small .fbox-icon { | |
width: 64px; | |
height: 64px | |
} | |
.feature-box.fbox-center.fbox-small .fbox-icon i { | |
font-size: 28px; | |
line-height: 64px | |
} | |
.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { | |
line-height: 58px | |
} | |
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { | |
line-height: 54px | |
} | |
.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { | |
line-height: 62px!important | |
} | |
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { | |
font-size: 56px | |
} | |
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { | |
height: 64px | |
} | |
.feature-box.fbox-center.fbox-small p { | |
font-size: 14px; | |
margin-top: 10px | |
} | |
.feature-box.fbox-center.fbox-plain.fbox-small p { | |
margin-left: 0 | |
} | |
.feature-box.fbox-right { | |
padding: 0 80px 0 0; | |
text-align: right | |
} | |
.feature-box.fbox-right.fbox-large { | |
padding-right: 115px | |
} | |
.feature-box.fbox-right .fbox-icon { | |
left: auto; | |
right: 0 | |
} | |
.feature-box.fbox-right.fbox-plain.fbox-small { | |
padding: 0 42px 0 0 | |
} | |
.feature-box.fbox-right.fbox-plain.fbox-small p { | |
margin: 0 -42px 0 0 | |
} | |
.feature-box h3+.fbox-icon { | |
margin-top: 20px!important | |
} | |
.feature-box h3 span.subtitle { | |
display: block; | |
margin-top: 5px; | |
color: #444; | |
font-weight: 300; | |
text-transform: none | |
} | |
.feature-box.fbox-center:not(.fbox-bg) h3:after { | |
content: ''; | |
display: block; | |
margin: 20px auto; | |
width: 30px; | |
border-top: 2px solid #555; | |
-webkit-transition: width .3s ease; | |
transition: width .3s ease | |
} | |
.feature-box.fbox-center:not(.fbox-bg):hover h3:after { | |
width: 50px | |
} | |
.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after, | |
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { | |
display: none | |
} | |
.feature-box.fbox-center.fbox-italic p { | |
font-style: italic; | |
font-family: Lato, sans-serif | |
} | |
.feature-box.fbox-bg.fbox-center { | |
margin-top: 68px; | |
padding: 68px 30px 30px; | |
background-color: #fff; | |
border: 1px solid #e5e5e5; | |
border-radius: 5px | |
} | |
.feature-box.fbox-bg.fbox-center:first-child { | |
margin-top: 48px | |
} | |
.feature-box.fbox-bg.fbox-center.fbox-large { | |
margin-top: 84px; | |
padding-top: 84px | |
} | |
.feature-box.fbox-bg.fbox-center.fbox-large:first-child { | |
margin-top: 64px | |
} | |
.feature-box.fbox-bg.fbox-center .fbox-icon { | |
position: absolute; | |
top: -48px; | |
left: 50%; | |
margin: 0 0 0 -48px | |
} | |
.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon { | |
top: -64px; | |
left: 50%; | |
margin-left: -64px | |
} | |
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon, | |
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon, | |
.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon { | |
background-color: #fff | |
} | |
.fbox-effect .fbox-icon i { | |
z-index: 1; | |
-webkit-transition: background-color .3s, color .3s; | |
transition: background-color .3s, color .3s | |
} | |
.fbox-effect .fbox-icon i:after { | |
pointer-events: none; | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
border-radius: 50%; | |
content: ''; | |
box-sizing: content-box; | |
top: -3px; | |
left: -3px; | |
padding: 3px; | |
box-shadow: 0 0 0 2px #333; | |
-moz-transition: -moz-transform .3s, opacity .3s; | |
-moz-transform: scale(.8); | |
-ms-transform: scale(.8); | |
-webkit-transition: -webkit-transform .3s, opacity .3s; | |
transition: transform .3s, opacity .3s; | |
-webkit-transform: scale(.8); | |
transform: scale(.8); | |
opacity: 0 | |
} | |
.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after, | |
.fbox-rounded.fbox-effect .fbox-icon i:after { | |
border-radius: 3px | |
} | |
.fbox-effect .fbox-icon i:hover:after, | |
.fbox-effect:hover .fbox-icon i:after { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1 | |
} | |
.fbox-border.fbox-effect .fbox-icon i { | |
-webkit-transition: color .5s, box-shadow .5s, background-color .5s; | |
transition: color .5s, box-shadow .5s, background-color .5s | |
} | |
.fbox-border.fbox-effect .fbox-icon i:after { | |
top: -2px; | |
left: -2px; | |
padding: 2px; | |
z-index: -1; | |
box-shadow: none; | |
background-image: url(images/icons/iconalt.svg); | |
background-position: 50%; | |
background-size: 100% 100%; | |
-webkit-transition: -webkit-transform .5s, opacity .5s, background-color .5s; | |
transition: transform .5s, opacity .5s, background-color .5s; | |
-webkit-transform: scale(1.3); | |
transform: scale(1.3); | |
opacity: 0; | |
background-color: #333 | |
} | |
.fbox-border.fbox-effect .fbox-icon i:hover, | |
.fbox-border.fbox-effect:hover .fbox-icon i { | |
box-shadow: 0 0 0 1px #333 | |
} | |
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, | |
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { | |
box-shadow: 0 0 0 1px #d61c1c | |
} | |
.fbox-border.fbox-effect .fbox-icon i:hover:after, | |
.fbox-border.fbox-effect:hover .fbox-icon i:after { | |
-webkit-transform: scale(1); | |
transform: scale(1); | |
opacity: 1 | |
} | |
.feature-box.media-box { | |
padding: 0 | |
} | |
.feature-box.media-box .fbox-media { | |
margin: 0 0 25px | |
} | |
.feature-box.media-box .fbox-media, | |
.feature-box.media-box .fbox-media a, | |
.feature-box.media-box .fbox-media img { | |
position: relative; | |
display: block; | |
width: 100%; | |
height: auto | |
} | |
.feature-box.media-box .fbox-media iframe { | |
display: block | |
} | |
.feature-box.media-box p { | |
margin-top: 17px | |
} | |
.feature-box.media-box.fbox-bg .fbox-media { | |
margin: 0 | |
} | |
.feature-box.media-box.fbox-bg .fbox-desc { | |
padding: 25px; | |
background-color: #fff; | |
border: 1px solid #e5e5e5; | |
border-top: 0; | |
border-radius: 0 0 5px 5px | |
} | |
.feature-box.media-box.fbox-bg .fbox-media img { | |
border-radius: 5px 5px 0 0 | |
} | |
.fbox-service-img { | |
width: 96px!important; | |
margin: 0 auto!important | |
} | |
.pricing-table { | |
border-top: 1px solid hsla(0, 0%, 100%, .2); | |
border-left: 1px solid hsla(0, 0%, 100%, .2); | |
text-align: center; | |
padding-bottom: 40px | |
} | |
.pricing-table .price { | |
padding: 40px 0; | |
font-weight: 600 | |
} | |
.pricing-table .price .sub { | |
font-size: 16px; | |
color: #fa9634; | |
position: relative; | |
bottom: 10px | |
} | |
.pricing-table .price .amount { | |
color: #222; | |
font-size: 56px; | |
display: inline-block; | |
padding: 0 8px | |
} | |
.pricing-table .features { | |
margin: 40px 0 | |
} | |
.pricing-table .features li { | |
min-height: 40px; | |
color: #222; | |
font-size: 16px; | |
text-align: center; | |
margin-bottom: 16px | |
} | |
.pricing-table .features li:last-child { | |
margin-bottom: 0 | |
} | |
.pricing-table .features li strong { | |
font-weight: 600 | |
} | |
.pricing-table.emphasis { | |
background-color: #d61c1c | |
} | |
.pricing-2 .pricing-tables .col-md-3:first-child .pricing-table { | |
border-radius: .25rem 0 0 .25rem | |
} | |
.pricing-2 .pricing-tables .col-md-3:last-child .pricing-table { | |
border-radius: 0 .25rem .25rem 0; | |
border-right: 1px solid rgba(35, 35, 35, .2) | |
} | |
.pricing-2 .pricing-table { | |
border-top: 1px solid rgba(35, 35, 35, .2); | |
border-bottom: 1px solid rgba(35, 35, 35, .2); | |
border-left: 1px solid rgba(35, 35, 35, .2); | |
text-align: center; | |
padding-bottom: 40px | |
} | |
.pricing-2 .pricing-table .features { | |
margin: 0 | |
} | |
.pricing-2 .pricing-table .features li:first-child { | |
border-top: none | |
} | |
.pricing-2 .pricing-table .features li { | |
border-top: 1px solid rgba(35, 35, 35, .2); | |
padding: 10px 0; | |
margin: 0; | |
text-transform: uppercase; | |
letter-spacing: .1rem | |
} | |
.pricing-2 .pricing-table .features.feature-name li { | |
font-size: 20px | |
} | |
.pricing-2 .pricing-table .price { | |
border-top: 1px solid rgba(35, 35, 35, .2); | |
padding-bottom: 24px; | |
border-bottom: none | |
} | |
.pricing-2 .pricing-table .price .sub { | |
opacity: .7 | |
} | |
.pricing-2 .pricing-table.emphasis { | |
background-color: #404040 | |
} | |
.pricing-2 .pricing-table.emphasis .features li { | |
color: #fff; | |
background-color: #404040!important | |
} | |
.pricing-2 .pricing-table.emphasis .price .amount, | |
.pricing-2 .pricing-table.emphasis .sub { | |
color: #fff | |
} | |
.pricing-2 .feature-list { | |
background: #f1c40f; | |
color: #222; | |
padding-bottom: 0 | |
} | |
li.feature-plan { | |
font-size: 24px!important | |
} | |
.flex-price { | |
-webkit-box-flex: 0!important; | |
-ms-flex: 0 0 18.75%!important; | |
flex: 0 0 18.75%!important | |
} | |
.pricing-two { | |
margin: 30px 0 | |
} | |
.pricing-two .table { | |
border-top: 1px solid #bbb | |
} | |
.pricing-two .table, | |
.pricing-two .table th { | |
text-align: center | |
} | |
.pricing-two .table td, | |
.pricing-two .table th { | |
padding: 10px; | |
border: 1px solid #ddd | |
} | |
.pricing-two .table th { | |
font-size: 24px; | |
font-weight: 800; | |
text-transform: uppercase; | |
font-family: Lato, sans-serif!important; | |
border-bottom: 0; | |
letter-spacing: .1rem | |
} | |
.pricing-two .table td:first-child { | |
padding-left: 20px; | |
text-align: left | |
} | |
.pricing-two .table td:third-child { | |
background: #222 | |
} | |
.pricing-two tr td .ptable-title { | |
font-size: 14px; | |
font-weight: 800; | |
color: #222; | |
text-transform: uppercase; | |
letter-spacing: .1em; | |
text-align: center | |
} | |
.pricing-two tr td .ptable-title i { | |
width: 23px; | |
line-height: 25px; | |
text-align: right; | |
margin-right: 5px | |
} | |
.pricing-two .ptable-star { | |
position: relative; | |
display: block; | |
text-align: center | |
} | |
.pricing-two .ptable-price { | |
display: block | |
} | |
.pricing-two tr td { | |
font-size: 14px; | |
line-height: 32px | |
} | |
.pricing-two tr td .ptable-icon { | |
display: block; | |
margin-top: 5px; | |
font-size: 20px | |
} | |
footer.social h1 { | |
margin-bottom: 24px | |
} | |
footer.social a.text-white { | |
font-size: 18px | |
} | |
footer.social .social-icon-btns { | |
margin: 20px 0 | |
} | |
footer.social .social-icon-btns li a { | |
font-size: 40px; | |
opacity: .7 | |
} | |
footer.social .social-icon-btns li a:hover { | |
opacity: 1 | |
} | |
footer.social .sub { | |
opacity: .5; | |
color: #fff; | |
font-size: 12px | |
} | |
footer.social .sub a { | |
color: #fff; | |
font-weight: 600 | |
} | |
footer.social .social-icon-btns li { | |
display: inline-block; | |
padding: 0 10px | |
} | |
footer#footer { | |
padding: 3% 10% | |
} | |
.page-header { | |
padding: 40px 0 | |
} | |
.comments-section { | |
margin-top: 40px | |
} | |
.comments-section ul.commentlist { | |
list-style: none; | |
padding-left: 0 | |
} | |
.comment-body { | |
padding: 30px 40px; | |
border: 1px solid #eee; | |
border-radius: 7px | |
} | |
.comment-body .comment-meta { | |
margin-bottom: 20px | |
} | |
.comment-body .comment-metadata { | |
text-transform: uppercase; | |
font-weight: 800; | |
letter-spacing: .2rem; | |
font-size: .75rem | |
} | |
.comment-body .comment-metadata .comment-author { | |
font-weight: 800; | |
margin-bottom: 15px | |
} | |
input.comment-control, | |
textarea.comment-control { | |
border: 1px solid #eee; | |
font-weight: 300 | |
} | |
input.comment-control:focus, | |
textarea.comment-control:focus { | |
border: 1px solid #d61c1c | |
} | |
h3.comment-reply-title, | |
h4#comments { | |
margin-bottom: 25px | |
} | |
a.comment-reply-link, | |
h3.comment-reply-title, | |
h4#comments { | |
font-weight: 400; | |
font-size: 14px; | |
text-transform: uppercase; | |
letter-spacing: .2rem | |
} | |
a.comment-reply-link { | |
-webkit-font-smoothing: antialiased; | |
display: inline-block; | |
text-align: center; | |
white-space: nowrap; | |
vertical-align: middle; | |
background-image: none; | |
cursor: pointer; | |
-webkit-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
border-width: 2px; | |
padding: .25rem .75rem; | |
line-height: 1.5; | |
-webkit-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out; | |
border-radius: 5px; | |
border: 2px solid | |
} | |
.posts-header { | |
background-position: bottom; | |
background-size: cover; | |
background-repeat: no-repeat; | |
position: relative | |
} | |
.post-header-overlay { | |
position: absolute; | |
left: 0; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
opacity: .9; | |
background: #d61c1c | |
} | |
body#tinymce { | |
margin: 12px!important | |
} | |
body { | |
font-size: 1.2rem | |
} | |
a { | |
-webkit-transition: color .25s ease-in; | |
-moz-transition: color .25s ease-in; | |
-o-transition: color .25s ease-in | |
} | |
.donut-inner { | |
margin-top: -100px; | |
margin-bottom: 100px | |
} | |
.donut-inner h5 { | |
margin-bottom: 5px; | |
margin-top: 0 | |
} | |
section.widget { | |
padding: 2em!important | |
} | |
a:hover { | |
text-decoration: none | |
} | |
.overlay-container { | |
overflow: hidden; | |
height: 250px; | |
position: relative | |
} | |
.overlay-container:hover { | |
opacity: .8 | |
} | |
.overlay-container .overlay { | |
position: relative; | |
width: 251px; | |
display: -webkit-box; | |
display: -ms-flexbox; | |
display: flex; | |
-webkit-box-align: center; | |
-ms-flex-align: center; | |
align-items: center; | |
-webkit-box-pack: center; | |
-ms-flex-pack: center; | |
justify-content: center; | |
opacity: 0 | |
} | |
.overlay-container .overlay, | |
.overlay-container:hover .overlay { | |
height: 100%; | |
text-align: center; | |
-webkit-transition: all .3s linear 0s; | |
transition: all .3s linear 0s | |
} | |
.overlay-container:hover .overlay { | |
opacity: .8; | |
position: absolute; | |
top: 0; | |
width: 100%; | |
opacity: 1; | |
vertical-align: middle | |
} | |
.overlay-container .overlay>i { | |
margin: 0 | |
} | |
.resources.isotope-item .card { | |
color: #fa9634!important | |
} | |
.uncategorized.isotope-item .card { | |
color: #b5bc18!important | |
} | |
.snippets.isotope-item .card { | |
color: #f1c40f!important | |
} | |
#filters .banner .nav li, | |
#filters li.nav-item, | |
.banner .nav #filters li { | |
margin-right: 10px | |
} | |
.featured { | |
min-height: 188px; | |
margin: 20px auto | |
} | |
.featured-item { | |
border-radius: .25em; | |
max-height: 150px; | |
overflow: hidden | |
} | |
.featured-image.img-thumbnail { | |
width: 150px; | |
float: left; | |
margin-left: -.9375rem | |
} | |
.featured-content { | |
padding: 20px | |
} | |
.main-card.card-img-overlay { | |
top: 82%; | |
background: #d61c1c; | |
overflow: hidden | |
} | |
.circle { | |
display: inline-block | |
} | |
.circles-text { | |
font-size: 32px!important | |
} | |
.user-image { | |
margin: 0 auto | |
} | |
@charset "UTF-8"; | |
@import url("//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css"); | |
* { | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box | |
} | |
html, | |
body { | |
padding: 0; | |
margin: 0; | |
opacity: 1 !important | |
} | |
.grid__item img, | |
.grid__item iframe { | |
max-width: 100% | |
} | |
.grid { | |
margin: 0 auto; | |
width: 1217px; | |
max-width: 98%; | |
text-align: center; | |
padding-top: 50px; | |
padding-bottom: 50px; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; | |
font-size: 0 | |
} | |
.grid.hard, | |
.grid.hard--sides { | |
width: 100%; | |
max-width: 100% | |
} | |
@media screen and (min-width:1200px) { | |
.grid.desk-hard, | |
.grid.desk-hard--sides { | |
width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.grid.lap-hard, | |
.grid.lap-hard--sides { | |
width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.grid.lap-and-up-hard, | |
.grid.lap-and-up-hard--sides { | |
width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.grid.portable-hard, | |
.grid.portable-hard--sides { | |
width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.grid.tablet-hard, | |
.grid.tablet-hard--sides { | |
width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (max-width:679px) { | |
.grid.palm-hard, | |
.grid.palm-hard--sides { | |
width: 100%; | |
max-width: 100% | |
} | |
} | |
.grid__item { | |
display: inline-block; | |
text-align: left; | |
margin-left: 2%; | |
margin-right: 2%; | |
vertical-align: top; | |
padding-top: 50px; | |
padding-bottom: 50px; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box | |
} | |
.grid.short, | |
.grid__item.short { | |
padding-top: 20px; | |
padding-bottom: 20px | |
} | |
.grid.tall, | |
.grid__item.tall { | |
padding-top: 40px; | |
padding-bottom: 40px | |
} | |
.grid.grande, | |
.grid__item.grande { | |
padding-top: 60px; | |
padding-bottom: 60px | |
} | |
.grid.venti, | |
.grid__item.venti { | |
padding-top: 80px; | |
padding-bottom: 80px | |
} | |
.grid.trenta, | |
.grid__item.trenta { | |
padding-top: 100px; | |
padding-bottom: 100px | |
} | |
.grid.short--top, | |
.grid__item.short--top { | |
padding-top: 20px | |
} | |
.grid.tall--top, | |
.grid__item.tall--top { | |
padding-top: 40px | |
} | |
.grid.grande--top, | |
.grid__item.grande--top { | |
padding-top: 60px | |
} | |
.grid.venti--top, | |
.grid__item.venti--top { | |
padding-top: 80px | |
} | |
.grid.trenta--top, | |
.grid__item.trenta--top { | |
padding-top: 100px | |
} | |
.grid.short--bottom, | |
.grid__item.short--bottom { | |
padding-bottom: 20px | |
} | |
.grid.tall--bottom, | |
.grid__item.tall--bottom { | |
padding-bottom: 40px | |
} | |
.grid.grande--bottom, | |
.grid__item.grande--bottom { | |
padding-bottom: 60px | |
} | |
.grid.venti--bottom, | |
.grid__item.venti--bottom { | |
padding-bottom: 80px | |
} | |
.grid.trenta--bottom, | |
.grid__item.trenta--bottom { | |
padding-bottom: 100px | |
} | |
@media screen and (min-width:1200px) { | |
.grid.desk-short, | |
.grid__item.desk-short { | |
padding-top: 20px !important; | |
padding-bottom: 20px !important | |
} | |
.grid.desk-tall, | |
.grid__item.desk-tall { | |
padding-top: 40px !important; | |
padding-bottom: 40px !important | |
} | |
.grid.desk-grande, | |
.grid__item.desk-grande { | |
padding-top: 60px !important; | |
padding-bottom: 60px !important | |
} | |
.grid.desk-venti, | |
.grid__item.desk-venti { | |
padding-top: 80px !important; | |
padding-bottom: 80px !important | |
} | |
.grid.desk-trenta, | |
.grid__item.desk-trenta { | |
padding-top: 100px !important; | |
padding-bottom: 100px !important | |
} | |
.grid.desk-short--top, | |
.grid__item.desk-short--top { | |
padding-top: 20px !important | |
} | |
.grid.desk-tall--top, | |
.grid__item.desk-tall--top { | |
padding-top: 40px !important | |
} | |
.grid.desk-grande--top, | |
.grid__item.desk-grande--top { | |
padding-top: 60px !important | |
} | |
.grid.desk-venti--top, | |
.grid__item.desk-venti--top { | |
padding-top: 80px !important | |
} | |
.grid.desk-trenta--top, | |
.grid__item.desk-trenta--top { | |
padding-top: 100px !important | |
} | |
.grid.desk-short--bottom, | |
.grid__item.desk-short--bottom { | |
padding-bottom: 20px !important | |
} | |
.grid.desk-tall--bottom, | |
.grid__item.desk-tall--bottom { | |
padding-bottom: 40px !important | |
} | |
.grid.desk-grande--bottom, | |
.grid__item.desk-grande--bottom { | |
padding-bottom: 60px !important | |
} | |
.grid.desk-venti--bottom, | |
.grid__item.desk-venti--bottom { | |
padding-bottom: 80px !important | |
} | |
.grid.desk-trenta--bottom, | |
.grid__item.desk-trenta--bottom { | |
padding-bottom: 100px !important | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.grid.lap-short, | |
.grid__item.lap-short { | |
padding-top: 20px !important; | |
padding-bottom: 20px !important | |
} | |
.grid.lap-tall, | |
.grid__item.lap-tall { | |
padding-top: 40px !important; | |
padding-bottom: 40px !important | |
} | |
.grid.lap-grande, | |
.grid__item.lap-grande { | |
padding-top: 60px !important; | |
padding-bottom: 60px !important | |
} | |
.grid.lap-venti, | |
.grid__item.lap-venti { | |
padding-top: 80px !important; | |
padding-bottom: 80px !important | |
} | |
.grid.lap-trenta, | |
.grid__item.lap-trenta { | |
padding-top: 100px !important; | |
padding-bottom: 100px !important | |
} | |
.grid.lap-short--top, | |
.grid__item.lap-short--top { | |
padding-top: 20px !important | |
} | |
.grid.lap-tall--top, | |
.grid__item.lap-tall--top { | |
padding-top: 40px !important | |
} | |
.grid.lap-grande--top, | |
.grid__item.lap-grande--top { | |
padding-top: 60px !important | |
} | |
.grid.lap-venti--top, | |
.grid__item.lap-venti--top { | |
padding-top: 80px !important | |
} | |
.grid.lap-trenta--top, | |
.grid__item.lap-trenta--top { | |
padding-top: 100px !important | |
} | |
.grid.lap-short--bottom, | |
.grid__item.lap-short--bottom { | |
padding-bottom: 20px !important | |
} | |
.grid.lap-tall--bottom, | |
.grid__item.lap-tall--bottom { | |
padding-bottom: 40px !important | |
} | |
.grid.lap-grande--bottom, | |
.grid__item.lap-grande--bottom { | |
padding-bottom: 60px !important | |
} | |
.grid.lap-venti--bottom, | |
.grid__item.lap-venti--bottom { | |
padding-bottom: 80px !important | |
} | |
.grid.lap-trenta--bottom, | |
.grid__item.lap-trenta--bottom { | |
padding-bottom: 100px !important | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.grid.lap-and-up-short, | |
.grid__item.lap-and-up-short { | |
padding-top: 20px !important; | |
padding-bottom: 20px !important | |
} | |
.grid.lap-and-up-tall, | |
.grid__item.lap-and-up-tall { | |
padding-top: 40px !important; | |
padding-bottom: 40px !important | |
} | |
.grid.lap-and-up-grande, | |
.grid__item.lap-and-up-grande { | |
padding-top: 60px !important; | |
padding-bottom: 60px !important | |
} | |
.grid.lap-and-up-venti, | |
.grid__item.lap-and-up-venti { | |
padding-top: 80px !important; | |
padding-bottom: 80px !important | |
} | |
.grid.lap-and-up-trenta, | |
.grid__item.lap-and-up-trenta { | |
padding-top: 100px !important; | |
padding-bottom: 100px !important | |
} | |
.grid.lap-and-up-short--top, | |
.grid__item.lap-and-up-short--top { | |
padding-top: 20px !important | |
} | |
.grid.lap-and-up-tall--top, | |
.grid__item.lap-and-up-tall--top { | |
padding-top: 40px !important | |
} | |
.grid.lap-and-up-grande--top, | |
.grid__item.lap-and-up-grande--top { | |
padding-top: 60px !important | |
} | |
.grid.lap-and-up-venti--top, | |
.grid__item.lap-and-up-venti--top { | |
padding-top: 80px !important | |
} | |
.grid.lap-and-up-trenta--top, | |
.grid__item.lap-and-up-trenta--top { | |
padding-top: 100px !important | |
} | |
.grid.lap-and-up-short--bottom, | |
.grid__item.lap-and-up-short--bottom { | |
padding-bottom: 20px !important | |
} | |
.grid.lap-and-up-tall--bottom, | |
.grid__item.lap-and-up-tall--bottom { | |
padding-bottom: 40px !important | |
} | |
.grid.lap-and-up-grande--bottom, | |
.grid__item.lap-and-up-grande--bottom { | |
padding-bottom: 60px !important | |
} | |
.grid.lap-and-up-venti--bottom, | |
.grid__item.lap-and-up-venti--bottom { | |
padding-bottom: 80px !important | |
} | |
.grid.lap-and-up-trenta--bottom, | |
.grid__item.lap-and-up-trenta--bottom { | |
padding-bottom: 100px !important | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.grid.portable-short, | |
.grid__item.portable-short { | |
padding-top: 20px !important; | |
padding-bottom: 20px !important | |
} | |
.grid.portable-tall, | |
.grid__item.portable-tall { | |
padding-top: 40px !important; | |
padding-bottom: 40px !important | |
} | |
.grid.portable-grande, | |
.grid__item.portable-grande { | |
padding-top: 60px !important; | |
padding-bottom: 60px !important | |
} | |
.grid.portable-venti, | |
.grid__item.portable-venti { | |
padding-top: 80px !important; | |
padding-bottom: 80px !important | |
} | |
.grid.portable-trenta, | |
.grid__item.portable-trenta { | |
padding-top: 100px !important; | |
padding-bottom: 100px !important | |
} | |
.grid.portable-short--top, | |
.grid__item.portable-short--top { | |
padding-top: 20px !important | |
} | |
.grid.portable-tall--top, | |
.grid__item.portable-tall--top { | |
padding-top: 40px !important | |
} | |
.grid.portable-grande--top, | |
.grid__item.portable-grande--top { | |
padding-top: 60px !important | |
} | |
.grid.portable-venti--top, | |
.grid__item.portable-venti--top { | |
padding-top: 80px !important | |
} | |
.grid.portable-trenta--top, | |
.grid__item.portable-trenta--top { | |
padding-top: 100px !important | |
} | |
.grid.portable-short--bottom, | |
.grid__item.portable-short--bottom { | |
padding-bottom: 20px !important | |
} | |
.grid.portable-tall--bottom, | |
.grid__item.portable-tall--bottom { | |
padding-bottom: 40px !important | |
} | |
.grid.portable-grande--bottom, | |
.grid__item.portable-grande--bottom { | |
padding-bottom: 60px !important | |
} | |
.grid.portable-venti--bottom, | |
.grid__item.portable-venti--bottom { | |
padding-bottom: 80px !important | |
} | |
.grid.portable-trenta--bottom, | |
.grid__item.portable-trenta--bottom { | |
padding-bottom: 100px !important | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.grid.tablet-short, | |
.grid__item.tablet-short { | |
padding-top: 20px !important; | |
padding-bottom: 20px !important | |
} | |
.grid.tablet-tall, | |
.grid__item.tablet-tall { | |
padding-top: 40px !important; | |
padding-bottom: 40px !important | |
} | |
.grid.tablet-grande, | |
.grid__item.tablet-grande { | |
padding-top: 60px !important; | |
padding-bottom: 60px !important | |
} | |
.grid.tablet-venti, | |
.grid__item.tablet-venti { | |
padding-top: 80px !important; | |
padding-bottom: 80px !important | |
} | |
.grid.tablet-trenta, | |
.grid__item.tablet-trenta { | |
padding-top: 100px !important; | |
padding-bottom: 100px !important | |
} | |
.grid.tablet-short--top, | |
.grid__item.tablet-short--top { | |
padding-top: 20px !important | |
} | |
.grid.tablet-tall--top, | |
.grid__item.tablet-tall--top { | |
padding-top: 40px !important | |
} | |
.grid.tablet-grande--top, | |
.grid__item.tablet-grande--top { | |
padding-top: 60px !important | |
} | |
.grid.tablet-venti--top, | |
.grid__item.tablet-venti--top { | |
padding-top: 80px !important | |
} | |
.grid.tablet-trenta--top, | |
.grid__item.tablet-trenta--top { | |
padding-top: 100px !important | |
} | |
.grid.tablet-short--bottom, | |
.grid__item.tablet-short--bottom { | |
padding-bottom: 20px !important | |
} | |
.grid.tablet-tall--bottom, | |
.grid__item.tablet-tall--bottom { | |
padding-bottom: 40px !important | |
} | |
.grid.tablet-grande--bottom, | |
.grid__item.tablet-grande--bottom { | |
padding-bottom: 60px !important | |
} | |
.grid.tablet-venti--bottom, | |
.grid__item.tablet-venti--bottom { | |
padding-bottom: 80px !important | |
} | |
.grid.tablet-trenta--bottom, | |
.grid__item.tablet-trenta--bottom { | |
padding-bottom: 100px !important | |
} | |
} | |
@media screen and (max-width:679px) { | |
.grid.palm-short, | |
.grid__item.palm-short { | |
padding-top: 20px !important; | |
padding-bottom: 20px !important | |
} | |
.grid.palm-tall, | |
.grid__item.palm-tall { | |
padding-top: 40px !important; | |
padding-bottom: 40px !important | |
} | |
.grid.palm-grande, | |
.grid__item.palm-grande { | |
padding-top: 60px !important; | |
padding-bottom: 60px !important | |
} | |
.grid.palm-venti, | |
.grid__item.palm-venti { | |
padding-top: 80px !important; | |
padding-bottom: 80px !important | |
} | |
.grid.palm-trenta, | |
.grid__item.palm-trenta { | |
padding-top: 100px !important; | |
padding-bottom: 100px !important | |
} | |
.grid.palm-short--top, | |
.grid__item.palm-short--top { | |
padding-top: 20px !important | |
} | |
.grid.palm-tall--top, | |
.grid__item.palm-tall--top { | |
padding-top: 40px !important | |
} | |
.grid.palm-grande--top, | |
.grid__item.palm-grande--top { | |
padding-top: 60px !important | |
} | |
.grid.palm-venti--top, | |
.grid__item.palm-venti--top { | |
padding-top: 80px !important | |
} | |
.grid.palm-trenta--top, | |
.grid__item.palm-trenta--top { | |
padding-top: 100px !important | |
} | |
.grid.palm-short--bottom, | |
.grid__item.palm-short--bottom { | |
padding-bottom: 20px !important | |
} | |
.grid.palm-tall--bottom, | |
.grid__item.palm-tall--bottom { | |
padding-bottom: 40px !important | |
} | |
.grid.palm-grande--bottom, | |
.grid__item.palm-grande--bottom { | |
padding-bottom: 60px !important | |
} | |
.grid.palm-venti--bottom, | |
.grid__item.palm-venti--bottom { | |
padding-bottom: 80px !important | |
} | |
.grid.palm-trenta--bottom, | |
.grid__item.palm-trenta--bottom { | |
padding-bottom: 100px !important | |
} | |
} | |
.negative--basic--top { | |
margin-top: -50px | |
} | |
.negative--short--top { | |
margin-top: -20px | |
} | |
.negative--tall--top { | |
margin-top: -40px | |
} | |
.negative--grande--top { | |
margin-top: -60px | |
} | |
.negative--venti--top { | |
margin-top: -80px | |
} | |
.negative--trenta--top { | |
margin-top: -100px | |
} | |
.negative--basic--bottom { | |
margin-bottom: -50px | |
} | |
.negative--short--bottom { | |
margin-bottom: -20px | |
} | |
.negative--tall--bottom { | |
margin-bottom: -40px | |
} | |
.negative--grande--bottom { | |
margin-bottom: -60px | |
} | |
.negative--venti--bottom { | |
margin-bottom: -80px | |
} | |
.negative--trenta--bottom { | |
margin-bottom: -100px | |
} | |
@media screen and (min-width:1200px) { | |
.desk-negative--basic--top { | |
margin-top: -50px !important | |
} | |
.desk-negative--short--top { | |
margin-top: -20px !important | |
} | |
.desk-negative--tall--top { | |
margin-top: -40px !important | |
} | |
.desk-negative--grande--top { | |
margin-top: -60px !important | |
} | |
.desk-negative--venti--top { | |
margin-top: -80px !important | |
} | |
.desk-negative--trenta--top { | |
margin-top: -100px !important | |
} | |
.desk-negative--basic--bottom { | |
margin-bottom: -50px !important | |
} | |
.desk-negative--short--bottom { | |
margin-bottom: -20px !important | |
} | |
.desk-negative--tall--bottom { | |
margin-bottom: -40px !important | |
} | |
.desk-negative--grande--bottom { | |
margin-bottom: -60px !important | |
} | |
.desk-negative--venti--bottom { | |
margin-bottom: -80px !important | |
} | |
.desk-negative--trenta--bottom { | |
margin-bottom: -100px !important | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.lap-negative--basic--top { | |
margin-top: -50px !important | |
} | |
.lap-negative--short--top { | |
margin-top: -20px !important | |
} | |
.lap-negative--tall--top { | |
margin-top: -40px !important | |
} | |
.lap-negative--grande--top { | |
margin-top: -60px !important | |
} | |
.lap-negative--venti--top { | |
margin-top: -80px !important | |
} | |
.lap-negative--trenta--top { | |
margin-top: -100px !important | |
} | |
.lap-negative--basic--bottom { | |
margin-bottom: -50px !important | |
} | |
.lap-negative--short--bottom { | |
margin-bottom: -20px !important | |
} | |
.lap-negative--tall--bottom { | |
margin-bottom: -40px !important | |
} | |
.lap-negative--grande--bottom { | |
margin-bottom: -60px !important | |
} | |
.lap-negative--venti--bottom { | |
margin-bottom: -80px !important | |
} | |
.lap-negative--trenta--bottom { | |
margin-bottom: -100px !important | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.lap-and-up-negative--basic--top { | |
margin-top: -50px !important | |
} | |
.lap-and-up-negative--short--top { | |
margin-top: -20px !important | |
} | |
.lap-and-up-negative--tall--top { | |
margin-top: -40px !important | |
} | |
.lap-and-up-negative--grande--top { | |
margin-top: -60px !important | |
} | |
.lap-and-up-negative--venti--top { | |
margin-top: -80px !important | |
} | |
.lap-and-up-negative--trenta--top { | |
margin-top: -100px !important | |
} | |
.lap-and-up-negative--basic--bottom { | |
margin-bottom: -50px !important | |
} | |
.lap-and-up-negative--short--bottom { | |
margin-bottom: -20px !important | |
} | |
.lap-and-up-negative--tall--bottom { | |
margin-bottom: -40px !important | |
} | |
.lap-and-up-negative--grande--bottom { | |
margin-bottom: -60px !important | |
} | |
.lap-and-up-negative--venti--bottom { | |
margin-bottom: -80px !important | |
} | |
.lap-and-up-negative--trenta--bottom { | |
margin-bottom: -100px !important | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.portable-negative--basic--top { | |
margin-top: -50px !important | |
} | |
.portable-negative--short--top { | |
margin-top: -20px !important | |
} | |
.portable-negative--tall--top { | |
margin-top: -40px !important | |
} | |
.portable-negative--grande--top { | |
margin-top: -60px !important | |
} | |
.portable-negative--venti--top { | |
margin-top: -80px !important | |
} | |
.portable-negative--trenta--top { | |
margin-top: -100px !important | |
} | |
.portable-negative--basic--bottom { | |
margin-bottom: -50px !important | |
} | |
.portable-negative--short--bottom { | |
margin-bottom: -20px !important | |
} | |
.portable-negative--tall--bottom { | |
margin-bottom: -40px !important | |
} | |
.portable-negative--grande--bottom { | |
margin-bottom: -60px !important | |
} | |
.portable-negative--venti--bottom { | |
margin-bottom: -80px !important | |
} | |
.portable-negative--trenta--bottom { | |
margin-bottom: -100px !important | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.tablet-negative--basic--top { | |
margin-top: -50px !important | |
} | |
.tablet-negative--short--top { | |
margin-top: -20px !important | |
} | |
.tablet-negative--tall--top { | |
margin-top: -40px !important | |
} | |
.tablet-negative--grande--top { | |
margin-top: -60px !important | |
} | |
.tablet-negative--venti--top { | |
margin-top: -80px !important | |
} | |
.tablet-negative--trenta--top { | |
margin-top: -100px !important | |
} | |
.tablet-negative--basic--bottom { | |
margin-bottom: -50px !important | |
} | |
.tablet-negative--short--bottom { | |
margin-bottom: -20px !important | |
} | |
.tablet-negative--tall--bottom { | |
margin-bottom: -40px !important | |
} | |
.tablet-negative--grande--bottom { | |
margin-bottom: -60px !important | |
} | |
.tablet-negative--venti--bottom { | |
margin-bottom: -80px !important | |
} | |
.tablet-negative--trenta--bottom { | |
margin-bottom: -100px !important | |
} | |
} | |
@media screen and (max-width:679px) { | |
.palm-negative--basic--top { | |
margin-top: -50px !important | |
} | |
.palm-negative--short--top { | |
margin-top: -20px !important | |
} | |
.palm-negative--tall--top { | |
margin-top: -40px !important | |
} | |
.palm-negative--grande--top { | |
margin-top: -60px !important | |
} | |
.palm-negative--venti--top { | |
margin-top: -80px !important | |
} | |
.palm-negative--trenta--top { | |
margin-top: -100px !important | |
} | |
.palm-negative--basic--bottom { | |
margin-bottom: -50px !important | |
} | |
.palm-negative--short--bottom { | |
margin-bottom: -20px !important | |
} | |
.palm-negative--tall--bottom { | |
margin-bottom: -40px !important | |
} | |
.palm-negative--grande--bottom { | |
margin-bottom: -60px !important | |
} | |
.palm-negative--venti--bottom { | |
margin-bottom: -80px !important | |
} | |
.palm-negative--trenta--bottom { | |
margin-bottom: -100px !important | |
} | |
} | |
.one-twelfths.grid__item { | |
width: 4.33333% | |
} | |
.one-twelfths.hard.grid__item, | |
.one-twelfths.hard--sides.grid__item { | |
width: 8.33333% | |
} | |
.two-twelfths.grid__item, | |
.one-sixth.grid__item { | |
width: 12.66667% | |
} | |
.two-twelfths.hard.grid__item, | |
.two-twelfths.hard--sides.grid__item, | |
.one-sixth.hard.grid__item, | |
.one-sixth.hard--sides.grid__item { | |
width: 16.66667% | |
} | |
.three-twelfths.grid__item, | |
.two-eighths.grid__item, | |
.one-fourth.grid__item { | |
width: 21% | |
} | |
.three-twelfths.hard.grid__item, | |
.three-twelfths.hard--sides.grid__item, | |
.two-eighths.hard.grid__item, | |
.two-eighths.hard--sides.grid__item, | |
.one-fourth.hard.grid__item, | |
.one-fourth.hard--sides.grid__item { | |
width: 25% | |
} | |
.four-twelfths.grid__item, | |
.one-third.grid__item { | |
width: 29.33333% | |
} | |
.four-twelfths.hard.grid__item, | |
.four-twelfths.hard--sides.grid__item, | |
.one-third.hard.grid__item, | |
.one-third.hard--sides.grid__item { | |
width: 33.33333% | |
} | |
.five-twelfths.grid__item { | |
width: 37.66667% | |
} | |
.five-twelfths.hard.grid__item, | |
.five-twelfths.hard--sides.grid__item { | |
width: 41.66667% | |
} | |
.six-twelfths.grid__item, | |
.five-tenths.grid__item, | |
.four-eighths.grid__item, | |
.one-half.grid__item { | |
width: 46% | |
} | |
.six-twelfths.hard.grid__item, | |
.six-twelfths.hard--sides.grid__item, | |
.five-tenths.hard.grid__item, | |
.five-tenths.hard--sides.grid__item, | |
.four-eighths.hard.grid__item, | |
.four-eighths.hard--sides.grid__item, | |
.one-half.hard.grid__item, | |
.one-half.hard--sides.grid__item { | |
width: 50% | |
} | |
.seven-twelfths.grid__item { | |
width: 54.33333% | |
} | |
.seven-twelfths.hard.grid__item, | |
.seven-twelfths.hard--sides.grid__item { | |
width: 58.33333% | |
} | |
.eight-twelfths.grid__item { | |
width: 62.66667% | |
} | |
.eight-twelfths.hard.grid__item, | |
.eight-twelfths.hard--sides.grid__item { | |
width: 66.66667% | |
} | |
.nine-twelfths.grid__item, | |
.six-eighths.grid__item { | |
width: 71% | |
} | |
.nine-twelfths.hard.grid__item, | |
.nine-twelfths.hard--sides.grid__item, | |
.six-eighths.hard.grid__item, | |
.six-eighths.hard--sides.grid__item { | |
width: 75% | |
} | |
.ten-twelfths.grid__item { | |
width: 79.33333% | |
} | |
.ten-twelfths.hard.grid__item, | |
.ten-twelfths.hard--sides.grid__item { | |
width: 83.33333% | |
} | |
.eleven-twelfths.grid__item { | |
width: 87.66667% | |
} | |
.eleven-twelfths.hard.grid__item, | |
.eleven-twelfths.hard--sides.grid__item { | |
width: 91.66667% | |
} | |
.twelve-twelfths.grid__item, | |
.ten-tenths.grid__item, | |
.eight-eighths.grid__item, | |
.one-whole.grid__item { | |
width: 96% | |
} | |
.twelve-twelfths.hard.grid__item, | |
.twelve-twelfths.hard--sides.grid__item, | |
.ten-tenths.hard.grid__item, | |
.ten-tenths.hard--sides.grid__item, | |
.eight-eighths.hard.grid__item, | |
.eight-eighths.hard--sides.grid__item, | |
.one-whole.hard.grid__item, | |
.one-whole.hard--sides.grid__item { | |
width: 100% | |
} | |
.one-tenths.grid__item { | |
width: 6% | |
} | |
.one-tenths.hard.grid__item, | |
.one-tenths.hard--sides.grid__item { | |
width: 10% | |
} | |
.two-tenths.grid__item, | |
.one-fifth.grid__item { | |
width: 16% | |
} | |
.two-tenths.hard.grid__item, | |
.two-tenths.hard--sides.grid__item, | |
.one-fifth.hard.grid__item, | |
.one-fifth.hard--sides.grid__item { | |
width: 20% | |
} | |
.three-tenths.grid__item { | |
width: 26% | |
} | |
.three-tenths.hard.grid__item, | |
.three-tenths.hard--sides.grid__item { | |
width: 30% | |
} | |
.four-tenths.grid__item { | |
width: 36% | |
} | |
.four-tenths.hard.grid__item, | |
.four-tenths.hard--sides.grid__item { | |
width: 40% | |
} | |
.six-tenths.grid__item { | |
width: 56% | |
} | |
.six-tenths.hard.grid__item, | |
.six-tenths.hard--sides.grid__item { | |
width: 60% | |
} | |
.seven-tenths.grid__item { | |
width: 66% | |
} | |
.seven-tenths.hard.grid__item, | |
.seven-tenths.hard--sides.grid__item { | |
width: 70% | |
} | |
.eight-tenths.grid__item { | |
width: 76% | |
} | |
.eight-tenths.hard.grid__item, | |
.eight-tenths.hard--sides.grid__item { | |
width: 80% | |
} | |
.nine-tenths.grid__item { | |
width: 86% | |
} | |
.nine-tenths.hard.grid__item, | |
.nine-tenths.hard--sides.grid__item { | |
width: 90% | |
} | |
.one-eighths.grid__item { | |
width: 8.5% | |
} | |
.one-eighths.hard.grid__item, | |
.one-eighths.hard--sides.grid__item { | |
width: 12.5% | |
} | |
.three-eighths.grid__item { | |
width: 33.5% | |
} | |
.three-eighths.hard.grid__item, | |
.three-eighths.hard--sides.grid__item { | |
width: 37.5% | |
} | |
.five-eighths.grid__item { | |
width: 58.5% | |
} | |
.five-eighths.hard.grid__item, | |
.five-eighths.hard--sides.grid__item { | |
width: 62.5% | |
} | |
.seven-eighths.grid__item { | |
width: 83.5% | |
} | |
.seven-eighths.hard.grid__item, | |
.seven-eighths.hard--sides.grid__item { | |
width: 87.5% | |
} | |
@media screen and (min-width:1200px) { | |
.desk-one-twelfths.grid__item { | |
width: 4.33333% !important | |
} | |
.desk-one-twelfths.hard.grid__item, | |
.desk-one-twelfths.hard--sides.grid__item { | |
width: 8.33333% !important | |
} | |
.desk-two-twelfths.grid__item, | |
.desk-one-sixth.grid__item { | |
width: 12.66667% !important | |
} | |
.desk-two-twelfths.hard.grid__item, | |
.desk-two-twelfths.hard--sides.grid__item, | |
.desk-one-sixth.hard.grid__item, | |
.desk-one-sixth.hard--sides.grid__item { | |
width: 16.66667% !important | |
} | |
.desk-three-twelfths.grid__item, | |
.desk-two-eighths.grid__item, | |
.desk-one-fourth.grid__item { | |
width: 21% !important | |
} | |
.desk-three-twelfths.hard.grid__item, | |
.desk-three-twelfths.hard--sides.grid__item, | |
.desk-two-eighths.hard.grid__item, | |
.desk-two-eighths.hard--sides.grid__item, | |
.desk-one-fourth.hard.grid__item, | |
.desk-one-fourth.hard--sides.grid__item { | |
width: 25% !important | |
} | |
.desk-four-twelfths.grid__item, | |
.desk-one-third.grid__item { | |
width: 29.33333% !important | |
} | |
.desk-four-twelfths.hard.grid__item, | |
.desk-four-twelfths.hard--sides.grid__item, | |
.desk-one-third.hard.grid__item, | |
.desk-one-third.hard--sides.grid__item { | |
width: 33.33333% !important | |
} | |
.desk-five-twelfths.grid__item { | |
width: 37.66667% !important | |
} | |
.desk-five-twelfths.hard.grid__item, | |
.desk-five-twelfths.hard--sides.grid__item { | |
width: 41.66667% !important | |
} | |
.desk-six-twelfths.grid__item, | |
.desk-five-tenths.grid__item, | |
.desk-four-eighths.grid__item, | |
.desk-one-half.grid__item { | |
width: 46% !important | |
} | |
.desk-six-twelfths.hard.grid__item, | |
.desk-six-twelfths.hard--sides.grid__item, | |
.desk-five-tenths.hard.grid__item, | |
.desk-five-tenths.hard--sides.grid__item, | |
.desk-four-eighths.hard.grid__item, | |
.desk-four-eighths.hard--sides.grid__item, | |
.desk-one-half.hard.grid__item, | |
.desk-one-half.hard--sides.grid__item { | |
width: 50% !important | |
} | |
.desk-seven-twelfths.grid__item { | |
width: 54.33333% !important | |
} | |
.desk-seven-twelfths.hard.grid__item, | |
.desk-seven-twelfths.hard--sides.grid__item { | |
width: 58.33333% !important | |
} | |
.desk-eight-twelfths.grid__item { | |
width: 62.66667% !important | |
} | |
.desk-eight-twelfths.hard.grid__item, | |
.desk-eight-twelfths.hard--sides.grid__item { | |
width: 66.66667% !important | |
} | |
.desk-nine-twelfths.grid__item, | |
.desk-six-eighths.grid__item { | |
width: 71% !important | |
} | |
.desk-nine-twelfths.hard.grid__item, | |
.desk-nine-twelfths.hard--sides.grid__item, | |
.desk-six-eighths.hard.grid__item, | |
.desk-six-eighths.hard--sides.grid__item { | |
width: 75% !important | |
} | |
.desk-ten-twelfths.grid__item { | |
width: 79.33333% !important | |
} | |
.desk-ten-twelfths.hard.grid__item, | |
.desk-ten-twelfths.hard--sides.grid__item { | |
width: 83.33333% !important | |
} | |
.desk-eleven-twelfths.grid__item { | |
width: 87.66667% !important | |
} | |
.desk-eleven-twelfths.hard.grid__item, | |
.desk-eleven-twelfths.hard--sides.grid__item { | |
width: 91.66667% !important | |
} | |
.desk-twelve-twelfths.grid__item, | |
.desk-ten-tenths.grid__item, | |
.desk-eight-eighths.grid__item, | |
.desk-one-whole.grid__item { | |
width: 96% !important | |
} | |
.desk-twelve-twelfths.hard.grid__item, | |
.desk-twelve-twelfths.hard--sides.grid__item, | |
.desk-ten-tenths.hard.grid__item, | |
.desk-ten-tenths.hard--sides.grid__item, | |
.desk-eight-eighths.hard.grid__item, | |
.desk-eight-eighths.hard--sides.grid__item, | |
.desk-one-whole.hard.grid__item, | |
.desk-one-whole.hard--sides.grid__item { | |
width: 100% !important | |
} | |
.desk-one-tenths.grid__item { | |
width: 6% !important | |
} | |
.desk-one-tenths.hard.grid__item, | |
.desk-one-tenths.hard--sides.grid__item { | |
width: 10% !important | |
} | |
.desk-two-tenths.grid__item, | |
.desk-one-fifth.grid__item { | |
width: 16% !important | |
} | |
.desk-two-tenths.hard.grid__item, | |
.desk-two-tenths.hard--sides.grid__item, | |
.desk-one-fifth.hard.grid__item, | |
.desk-one-fifth.hard--sides.grid__item { | |
width: 20% !important | |
} | |
.desk-three-tenths.grid__item { | |
width: 26% !important | |
} | |
.desk-three-tenths.hard.grid__item, | |
.desk-three-tenths.hard--sides.grid__item { | |
width: 30% !important | |
} | |
.desk-four-tenths.grid__item { | |
width: 36% !important | |
} | |
.desk-four-tenths.hard.grid__item, | |
.desk-four-tenths.hard--sides.grid__item { | |
width: 40% !important | |
} | |
.desk-six-tenths.grid__item { | |
width: 56% !important | |
} | |
.desk-six-tenths.hard.grid__item, | |
.desk-six-tenths.hard--sides.grid__item { | |
width: 60% !important | |
} | |
.desk-seven-tenths.grid__item { | |
width: 66% !important | |
} | |
.desk-seven-tenths.hard.grid__item, | |
.desk-seven-tenths.hard--sides.grid__item { | |
width: 70% !important | |
} | |
.desk-eight-tenths.grid__item { | |
width: 76% !important | |
} | |
.desk-eight-tenths.hard.grid__item, | |
.desk-eight-tenths.hard--sides.grid__item { | |
width: 80% !important | |
} | |
.desk-nine-tenths.grid__item { | |
width: 86% !important | |
} | |
.desk-nine-tenths.hard.grid__item, | |
.desk-nine-tenths.hard--sides.grid__item { | |
width: 90% !important | |
} | |
.desk-one-eighths.grid__item { | |
width: 8.5% !important | |
} | |
.desk-one-eighths.hard.grid__item, | |
.desk-one-eighths.hard--sides.grid__item { | |
width: 12.5% !important | |
} | |
.desk-three-eighths.grid__item { | |
width: 33.5% !important | |
} | |
.desk-three-eighths.hard.grid__item, | |
.desk-three-eighths.hard--sides.grid__item { | |
width: 37.5% !important | |
} | |
.desk-five-eighths.grid__item { | |
width: 58.5% !important | |
} | |
.desk-five-eighths.hard.grid__item, | |
.desk-five-eighths.hard--sides.grid__item { | |
width: 62.5% !important | |
} | |
.desk-seven-eighths.grid__item { | |
width: 83.5% !important | |
} | |
.desk-seven-eighths.hard.grid__item, | |
.desk-seven-eighths.hard--sides.grid__item { | |
width: 87.5% !important | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.lap-one-twelfths.grid__item { | |
width: 4.33333% !important | |
} | |
.lap-one-twelfths.hard.grid__item, | |
.lap-one-twelfths.hard--sides.grid__item { | |
width: 8.33333% !important | |
} | |
.lap-two-twelfths.grid__item, | |
.lap-one-sixth.grid__item { | |
width: 12.66667% !important | |
} | |
.lap-two-twelfths.hard.grid__item, | |
.lap-two-twelfths.hard--sides.grid__item, | |
.lap-one-sixth.hard.grid__item, | |
.lap-one-sixth.hard--sides.grid__item { | |
width: 16.66667% !important | |
} | |
.lap-three-twelfths.grid__item, | |
.lap-two-eighths.grid__item, | |
.lap-one-fourth.grid__item { | |
width: 21% !important | |
} | |
.lap-three-twelfths.hard.grid__item, | |
.lap-three-twelfths.hard--sides.grid__item, | |
.lap-two-eighths.hard.grid__item, | |
.lap-two-eighths.hard--sides.grid__item, | |
.lap-one-fourth.hard.grid__item, | |
.lap-one-fourth.hard--sides.grid__item { | |
width: 25% !important | |
} | |
.lap-four-twelfths.grid__item, | |
.lap-one-third.grid__item { | |
width: 29.33333% !important | |
} | |
.lap-four-twelfths.hard.grid__item, | |
.lap-four-twelfths.hard--sides.grid__item, | |
.lap-one-third.hard.grid__item, | |
.lap-one-third.hard--sides.grid__item { | |
width: 33.33333% !important | |
} | |
.lap-five-twelfths.grid__item { | |
width: 37.66667% !important | |
} | |
.lap-five-twelfths.hard.grid__item, | |
.lap-five-twelfths.hard--sides.grid__item { | |
width: 41.66667% !important | |
} | |
.lap-six-twelfths.grid__item, | |
.lap-five-tenths.grid__item, | |
.lap-four-eighths.grid__item, | |
.lap-one-half.grid__item { | |
width: 46% !important | |
} | |
.lap-six-twelfths.hard.grid__item, | |
.lap-six-twelfths.hard--sides.grid__item, | |
.lap-five-tenths.hard.grid__item, | |
.lap-five-tenths.hard--sides.grid__item, | |
.lap-four-eighths.hard.grid__item, | |
.lap-four-eighths.hard--sides.grid__item, | |
.lap-one-half.hard.grid__item, | |
.lap-one-half.hard--sides.grid__item { | |
width: 50% !important | |
} | |
.lap-seven-twelfths.grid__item { | |
width: 54.33333% !important | |
} | |
.lap-seven-twelfths.hard.grid__item, | |
.lap-seven-twelfths.hard--sides.grid__item { | |
width: 58.33333% !important | |
} | |
.lap-eight-twelfths.grid__item { | |
width: 62.66667% !important | |
} | |
.lap-eight-twelfths.hard.grid__item, | |
.lap-eight-twelfths.hard--sides.grid__item { | |
width: 66.66667% !important | |
} | |
.lap-nine-twelfths.grid__item, | |
.lap-six-eighths.grid__item { | |
width: 71% !important | |
} | |
.lap-nine-twelfths.hard.grid__item, | |
.lap-nine-twelfths.hard--sides.grid__item, | |
.lap-six-eighths.hard.grid__item, | |
.lap-six-eighths.hard--sides.grid__item { | |
width: 75% !important | |
} | |
.lap-ten-twelfths.grid__item { | |
width: 79.33333% !important | |
} | |
.lap-ten-twelfths.hard.grid__item, | |
.lap-ten-twelfths.hard--sides.grid__item { | |
width: 83.33333% !important | |
} | |
.lap-eleven-twelfths.grid__item { | |
width: 87.66667% !important | |
} | |
.lap-eleven-twelfths.hard.grid__item, | |
.lap-eleven-twelfths.hard--sides.grid__item { | |
width: 91.66667% !important | |
} | |
.lap-twelve-twelfths.grid__item, | |
.lap-ten-tenths.grid__item, | |
.lap-eight-eighths.grid__item, | |
.lap-one-whole.grid__item { | |
width: 96% !important | |
} | |
.lap-twelve-twelfths.hard.grid__item, | |
.lap-twelve-twelfths.hard--sides.grid__item, | |
.lap-ten-tenths.hard.grid__item, | |
.lap-ten-tenths.hard--sides.grid__item, | |
.lap-eight-eighths.hard.grid__item, | |
.lap-eight-eighths.hard--sides.grid__item, | |
.lap-one-whole.hard.grid__item, | |
.lap-one-whole.hard--sides.grid__item { | |
width: 100% !important | |
} | |
.lap-one-tenths.grid__item { | |
width: 6% !important | |
} | |
.lap-one-tenths.hard.grid__item, | |
.lap-one-tenths.hard--sides.grid__item { | |
width: 10% !important | |
} | |
.lap-two-tenths.grid__item, | |
.lap-one-fifth.grid__item { | |
width: 16% !important | |
} | |
.lap-two-tenths.hard.grid__item, | |
.lap-two-tenths.hard--sides.grid__item, | |
.lap-one-fifth.hard.grid__item, | |
.lap-one-fifth.hard--sides.grid__item { | |
width: 20% !important | |
} | |
.lap-three-tenths.grid__item { | |
width: 26% !important | |
} | |
.lap-three-tenths.hard.grid__item, | |
.lap-three-tenths.hard--sides.grid__item { | |
width: 30% !important | |
} | |
.lap-four-tenths.grid__item { | |
width: 36% !important | |
} | |
.lap-four-tenths.hard.grid__item, | |
.lap-four-tenths.hard--sides.grid__item { | |
width: 40% !important | |
} | |
.lap-six-tenths.grid__item { | |
width: 56% !important | |
} | |
.lap-six-tenths.hard.grid__item, | |
.lap-six-tenths.hard--sides.grid__item { | |
width: 60% !important | |
} | |
.lap-seven-tenths.grid__item { | |
width: 66% !important | |
} | |
.lap-seven-tenths.hard.grid__item, | |
.lap-seven-tenths.hard--sides.grid__item { | |
width: 70% !important | |
} | |
.lap-eight-tenths.grid__item { | |
width: 76% !important | |
} | |
.lap-eight-tenths.hard.grid__item, | |
.lap-eight-tenths.hard--sides.grid__item { | |
width: 80% !important | |
} | |
.lap-nine-tenths.grid__item { | |
width: 86% !important | |
} | |
.lap-nine-tenths.hard.grid__item, | |
.lap-nine-tenths.hard--sides.grid__item { | |
width: 90% !important | |
} | |
.lap-one-eighths.grid__item { | |
width: 8.5% !important | |
} | |
.lap-one-eighths.hard.grid__item, | |
.lap-one-eighths.hard--sides.grid__item { | |
width: 12.5% !important | |
} | |
.lap-three-eighths.grid__item { | |
width: 33.5% !important | |
} | |
.lap-three-eighths.hard.grid__item, | |
.lap-three-eighths.hard--sides.grid__item { | |
width: 37.5% !important | |
} | |
.lap-five-eighths.grid__item { | |
width: 58.5% !important | |
} | |
.lap-five-eighths.hard.grid__item, | |
.lap-five-eighths.hard--sides.grid__item { | |
width: 62.5% !important | |
} | |
.lap-seven-eighths.grid__item { | |
width: 83.5% !important | |
} | |
.lap-seven-eighths.hard.grid__item, | |
.lap-seven-eighths.hard--sides.grid__item { | |
width: 87.5% !important | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.lap-and-up-one-twelfths.grid__item { | |
width: 4.33333% !important | |
} | |
.lap-and-up-one-twelfths.hard.grid__item, | |
.lap-and-up-one-twelfths.hard--sides.grid__item { | |
width: 8.33333% !important | |
} | |
.lap-and-up-two-twelfths.grid__item, | |
.lap-and-up-one-sixth.grid__item { | |
width: 12.66667% !important | |
} | |
.lap-and-up-two-twelfths.hard.grid__item, | |
.lap-and-up-two-twelfths.hard--sides.grid__item, | |
.lap-and-up-one-sixth.hard.grid__item, | |
.lap-and-up-one-sixth.hard--sides.grid__item { | |
width: 16.66667% !important | |
} | |
.lap-and-up-three-twelfths.grid__item, | |
.lap-and-up-two-eighths.grid__item, | |
.lap-and-up-one-fourth.grid__item { | |
width: 21% !important | |
} | |
.lap-and-up-three-twelfths.hard.grid__item, | |
.lap-and-up-three-twelfths.hard--sides.grid__item, | |
.lap-and-up-two-eighths.hard.grid__item, | |
.lap-and-up-two-eighths.hard--sides.grid__item, | |
.lap-and-up-one-fourth.hard.grid__item, | |
.lap-and-up-one-fourth.hard--sides.grid__item { | |
width: 25% !important | |
} | |
.lap-and-up-four-twelfths.grid__item, | |
.lap-and-up-one-third.grid__item { | |
width: 29.33333% !important | |
} | |
.lap-and-up-four-twelfths.hard.grid__item, | |
.lap-and-up-four-twelfths.hard--sides.grid__item, | |
.lap-and-up-one-third.hard.grid__item, | |
.lap-and-up-one-third.hard--sides.grid__item { | |
width: 33.33333% !important | |
} | |
.lap-and-up-five-twelfths.grid__item { | |
width: 37.66667% !important | |
} | |
.lap-and-up-five-twelfths.hard.grid__item, | |
.lap-and-up-five-twelfths.hard--sides.grid__item { | |
width: 41.66667% !important | |
} | |
.lap-and-up-six-twelfths.grid__item, | |
.lap-and-up-five-tenths.grid__item, | |
.lap-and-up-four-eighths.grid__item, | |
.lap-and-up-one-half.grid__item { | |
width: 46% !important | |
} | |
.lap-and-up-six-twelfths.hard.grid__item, | |
.lap-and-up-six-twelfths.hard--sides.grid__item, | |
.lap-and-up-five-tenths.hard.grid__item, | |
.lap-and-up-five-tenths.hard--sides.grid__item, | |
.lap-and-up-four-eighths.hard.grid__item, | |
.lap-and-up-four-eighths.hard--sides.grid__item, | |
.lap-and-up-one-half.hard.grid__item, | |
.lap-and-up-one-half.hard--sides.grid__item { | |
width: 50% !important | |
} | |
.lap-and-up-seven-twelfths.grid__item { | |
width: 54.33333% !important | |
} | |
.lap-and-up-seven-twelfths.hard.grid__item, | |
.lap-and-up-seven-twelfths.hard--sides.grid__item { | |
width: 58.33333% !important | |
} | |
.lap-and-up-eight-twelfths.grid__item { | |
width: 62.66667% !important | |
} | |
.lap-and-up-eight-twelfths.hard.grid__item, | |
.lap-and-up-eight-twelfths.hard--sides.grid__item { | |
width: 66.66667% !important | |
} | |
.lap-and-up-nine-twelfths.grid__item, | |
.lap-and-up-six-eighths.grid__item { | |
width: 71% !important | |
} | |
.lap-and-up-nine-twelfths.hard.grid__item, | |
.lap-and-up-nine-twelfths.hard--sides.grid__item, | |
.lap-and-up-six-eighths.hard.grid__item, | |
.lap-and-up-six-eighths.hard--sides.grid__item { | |
width: 75% !important | |
} | |
.lap-and-up-ten-twelfths.grid__item { | |
width: 79.33333% !important | |
} | |
.lap-and-up-ten-twelfths.hard.grid__item, | |
.lap-and-up-ten-twelfths.hard--sides.grid__item { | |
width: 83.33333% !important | |
} | |
.lap-and-up-eleven-twelfths.grid__item { | |
width: 87.66667% !important | |
} | |
.lap-and-up-eleven-twelfths.hard.grid__item, | |
.lap-and-up-eleven-twelfths.hard--sides.grid__item { | |
width: 91.66667% !important | |
} | |
.lap-and-up-twelve-twelfths.grid__item, | |
.lap-and-up-ten-tenths.grid__item, | |
.lap-and-up-eight-eighths.grid__item, | |
.lap-and-up-one-whole.grid__item { | |
width: 96% !important | |
} | |
.lap-and-up-twelve-twelfths.hard.grid__item, | |
.lap-and-up-twelve-twelfths.hard--sides.grid__item, | |
.lap-and-up-ten-tenths.hard.grid__item, | |
.lap-and-up-ten-tenths.hard--sides.grid__item, | |
.lap-and-up-eight-eighths.hard.grid__item, | |
.lap-and-up-eight-eighths.hard--sides.grid__item, | |
.lap-and-up-one-whole.hard.grid__item, | |
.lap-and-up-one-whole.hard--sides.grid__item { | |
width: 100% !important | |
} | |
.lap-and-up-one-tenths.grid__item { | |
width: 6% !important | |
} | |
.lap-and-up-one-tenths.hard.grid__item, | |
.lap-and-up-one-tenths.hard--sides.grid__item { | |
width: 10% !important | |
} | |
.lap-and-up-two-tenths.grid__item, | |
.lap-and-up-one-fifth.grid__item { | |
width: 16% !important | |
} | |
.lap-and-up-two-tenths.hard.grid__item, | |
.lap-and-up-two-tenths.hard--sides.grid__item, | |
.lap-and-up-one-fifth.hard.grid__item, | |
.lap-and-up-one-fifth.hard--sides.grid__item { | |
width: 20% !important | |
} | |
.lap-and-up-three-tenths.grid__item { | |
width: 26% !important | |
} | |
.lap-and-up-three-tenths.hard.grid__item, | |
.lap-and-up-three-tenths.hard--sides.grid__item { | |
width: 30% !important | |
} | |
.lap-and-up-four-tenths.grid__item { | |
width: 36% !important | |
} | |
.lap-and-up-four-tenths.hard.grid__item, | |
.lap-and-up-four-tenths.hard--sides.grid__item { | |
width: 40% !important | |
} | |
.lap-and-up-six-tenths.grid__item { | |
width: 56% !important | |
} | |
.lap-and-up-six-tenths.hard.grid__item, | |
.lap-and-up-six-tenths.hard--sides.grid__item { | |
width: 60% !important | |
} | |
.lap-and-up-seven-tenths.grid__item { | |
width: 66% !important | |
} | |
.lap-and-up-seven-tenths.hard.grid__item, | |
.lap-and-up-seven-tenths.hard--sides.grid__item { | |
width: 70% !important | |
} | |
.lap-and-up-eight-tenths.grid__item { | |
width: 76% !important | |
} | |
.lap-and-up-eight-tenths.hard.grid__item, | |
.lap-and-up-eight-tenths.hard--sides.grid__item { | |
width: 80% !important | |
} | |
.lap-and-up-nine-tenths.grid__item { | |
width: 86% !important | |
} | |
.lap-and-up-nine-tenths.hard.grid__item, | |
.lap-and-up-nine-tenths.hard--sides.grid__item { | |
width: 90% !important | |
} | |
.lap-and-up-one-eighths.grid__item { | |
width: 8.5% !important | |
} | |
.lap-and-up-one-eighths.hard.grid__item, | |
.lap-and-up-one-eighths.hard--sides.grid__item { | |
width: 12.5% !important | |
} | |
.lap-and-up-three-eighths.grid__item { | |
width: 33.5% !important | |
} | |
.lap-and-up-three-eighths.hard.grid__item, | |
.lap-and-up-three-eighths.hard--sides.grid__item { | |
width: 37.5% !important | |
} | |
.lap-and-up-five-eighths.grid__item { | |
width: 58.5% !important | |
} | |
.lap-and-up-five-eighths.hard.grid__item, | |
.lap-and-up-five-eighths.hard--sides.grid__item { | |
width: 62.5% !important | |
} | |
.lap-and-up-seven-eighths.grid__item { | |
width: 83.5% !important | |
} | |
.lap-and-up-seven-eighths.hard.grid__item, | |
.lap-and-up-seven-eighths.hard--sides.grid__item { | |
width: 87.5% !important | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.portable-one-twelfths.grid__item { | |
width: 4.33333% !important | |
} | |
.portable-one-twelfths.hard.grid__item, | |
.portable-one-twelfths.hard--sides.grid__item { | |
width: 8.33333% !important | |
} | |
.portable-two-twelfths.grid__item, | |
.portable-one-sixth.grid__item { | |
width: 12.66667% !important | |
} | |
.portable-two-twelfths.hard.grid__item, | |
.portable-two-twelfths.hard--sides.grid__item, | |
.portable-one-sixth.hard.grid__item, | |
.portable-one-sixth.hard--sides.grid__item { | |
width: 16.66667% !important | |
} | |
.portable-three-twelfths.grid__item, | |
.portable-two-eighths.grid__item, | |
.portable-one-fourth.grid__item { | |
width: 21% !important | |
} | |
.portable-three-twelfths.hard.grid__item, | |
.portable-three-twelfths.hard--sides.grid__item, | |
.portable-two-eighths.hard.grid__item, | |
.portable-two-eighths.hard--sides.grid__item, | |
.portable-one-fourth.hard.grid__item, | |
.portable-one-fourth.hard--sides.grid__item { | |
width: 25% !important | |
} | |
.portable-four-twelfths.grid__item, | |
.portable-one-third.grid__item { | |
width: 29.33333% !important | |
} | |
.portable-four-twelfths.hard.grid__item, | |
.portable-four-twelfths.hard--sides.grid__item, | |
.portable-one-third.hard.grid__item, | |
.portable-one-third.hard--sides.grid__item { | |
width: 33.33333% !important | |
} | |
.portable-five-twelfths.grid__item { | |
width: 37.66667% !important | |
} | |
.portable-five-twelfths.hard.grid__item, | |
.portable-five-twelfths.hard--sides.grid__item { | |
width: 41.66667% !important | |
} | |
.portable-six-twelfths.grid__item, | |
.portable-five-tenths.grid__item, | |
.portable-four-eighths.grid__item, | |
.portable-one-half.grid__item { | |
width: 46% !important | |
} | |
.portable-six-twelfths.hard.grid__item, | |
.portable-six-twelfths.hard--sides.grid__item, | |
.portable-five-tenths.hard.grid__item, | |
.portable-five-tenths.hard--sides.grid__item, | |
.portable-four-eighths.hard.grid__item, | |
.portable-four-eighths.hard--sides.grid__item, | |
.portable-one-half.hard.grid__item, | |
.portable-one-half.hard--sides.grid__item { | |
width: 50% !important | |
} | |
.portable-seven-twelfths.grid__item { | |
width: 54.33333% !important | |
} | |
.portable-seven-twelfths.hard.grid__item, | |
.portable-seven-twelfths.hard--sides.grid__item { | |
width: 58.33333% !important | |
} | |
.portable-eight-twelfths.grid__item { | |
width: 62.66667% !important | |
} | |
.portable-eight-twelfths.hard.grid__item, | |
.portable-eight-twelfths.hard--sides.grid__item { | |
width: 66.66667% !important | |
} | |
.portable-nine-twelfths.grid__item, | |
.portable-six-eighths.grid__item { | |
width: 71% !important | |
} | |
.portable-nine-twelfths.hard.grid__item, | |
.portable-nine-twelfths.hard--sides.grid__item, | |
.portable-six-eighths.hard.grid__item, | |
.portable-six-eighths.hard--sides.grid__item { | |
width: 75% !important | |
} | |
.portable-ten-twelfths.grid__item { | |
width: 79.33333% !important | |
} | |
.portable-ten-twelfths.hard.grid__item, | |
.portable-ten-twelfths.hard--sides.grid__item { | |
width: 83.33333% !important | |
} | |
.portable-eleven-twelfths.grid__item { | |
width: 87.66667% !important | |
} | |
.portable-eleven-twelfths.hard.grid__item, | |
.portable-eleven-twelfths.hard--sides.grid__item { | |
width: 91.66667% !important | |
} | |
.portable-twelve-twelfths.grid__item, | |
.portable-ten-tenths.grid__item, | |
.portable-eight-eighths.grid__item, | |
.portable-one-whole.grid__item { | |
width: 96% !important | |
} | |
.portable-twelve-twelfths.hard.grid__item, | |
.portable-twelve-twelfths.hard--sides.grid__item, | |
.portable-ten-tenths.hard.grid__item, | |
.portable-ten-tenths.hard--sides.grid__item, | |
.portable-eight-eighths.hard.grid__item, | |
.portable-eight-eighths.hard--sides.grid__item, | |
.portable-one-whole.hard.grid__item, | |
.portable-one-whole.hard--sides.grid__item { | |
width: 100% !important | |
} | |
.portable-one-tenths.grid__item { | |
width: 6% !important | |
} | |
.portable-one-tenths.hard.grid__item, | |
.portable-one-tenths.hard--sides.grid__item { | |
width: 10% !important | |
} | |
.portable-two-tenths.grid__item, | |
.portable-one-fifth.grid__item { | |
width: 16% !important | |
} | |
.portable-two-tenths.hard.grid__item, | |
.portable-two-tenths.hard--sides.grid__item, | |
.portable-one-fifth.hard.grid__item, | |
.portable-one-fifth.hard--sides.grid__item { | |
width: 20% !important | |
} | |
.portable-three-tenths.grid__item { | |
width: 26% !important | |
} | |
.portable-three-tenths.hard.grid__item, | |
.portable-three-tenths.hard--sides.grid__item { | |
width: 30% !important | |
} | |
.portable-four-tenths.grid__item { | |
width: 36% !important | |
} | |
.portable-four-tenths.hard.grid__item, | |
.portable-four-tenths.hard--sides.grid__item { | |
width: 40% !important | |
} | |
.portable-six-tenths.grid__item { | |
width: 56% !important | |
} | |
.portable-six-tenths.hard.grid__item, | |
.portable-six-tenths.hard--sides.grid__item { | |
width: 60% !important | |
} | |
.portable-seven-tenths.grid__item { | |
width: 66% !important | |
} | |
.portable-seven-tenths.hard.grid__item, | |
.portable-seven-tenths.hard--sides.grid__item { | |
width: 70% !important | |
} | |
.portable-eight-tenths.grid__item { | |
width: 76% !important | |
} | |
.portable-eight-tenths.hard.grid__item, | |
.portable-eight-tenths.hard--sides.grid__item { | |
width: 80% !important | |
} | |
.portable-nine-tenths.grid__item { | |
width: 86% !important | |
} | |
.portable-nine-tenths.hard.grid__item, | |
.portable-nine-tenths.hard--sides.grid__item { | |
width: 90% !important | |
} | |
.portable-one-eighths.grid__item { | |
width: 8.5% !important | |
} | |
.portable-one-eighths.hard.grid__item, | |
.portable-one-eighths.hard--sides.grid__item { | |
width: 12.5% !important | |
} | |
.portable-three-eighths.grid__item { | |
width: 33.5% !important | |
} | |
.portable-three-eighths.hard.grid__item, | |
.portable-three-eighths.hard--sides.grid__item { | |
width: 37.5% !important | |
} | |
.portable-five-eighths.grid__item { | |
width: 58.5% !important | |
} | |
.portable-five-eighths.hard.grid__item, | |
.portable-five-eighths.hard--sides.grid__item { | |
width: 62.5% !important | |
} | |
.portable-seven-eighths.grid__item { | |
width: 83.5% !important | |
} | |
.portable-seven-eighths.hard.grid__item, | |
.portable-seven-eighths.hard--sides.grid__item { | |
width: 87.5% !important | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.tablet-one-twelfths.grid__item { | |
width: 4.33333% !important | |
} | |
.tablet-one-twelfths.hard.grid__item, | |
.tablet-one-twelfths.hard--sides.grid__item { | |
width: 8.33333% !important | |
} | |
.tablet-two-twelfths.grid__item, | |
.tablet-one-sixth.grid__item { | |
width: 12.66667% !important | |
} | |
.tablet-two-twelfths.hard.grid__item, | |
.tablet-two-twelfths.hard--sides.grid__item, | |
.tablet-one-sixth.hard.grid__item, | |
.tablet-one-sixth.hard--sides.grid__item { | |
width: 16.66667% !important | |
} | |
.tablet-three-twelfths.grid__item, | |
.tablet-two-eighths.grid__item, | |
.tablet-one-fourth.grid__item { | |
width: 21% !important | |
} | |
.tablet-three-twelfths.hard.grid__item, | |
.tablet-three-twelfths.hard--sides.grid__item, | |
.tablet-two-eighths.hard.grid__item, | |
.tablet-two-eighths.hard--sides.grid__item, | |
.tablet-one-fourth.hard.grid__item, | |
.tablet-one-fourth.hard--sides.grid__item { | |
width: 25% !important | |
} | |
.tablet-four-twelfths.grid__item, | |
.tablet-one-third.grid__item { | |
width: 29.33333% !important | |
} | |
.tablet-four-twelfths.hard.grid__item, | |
.tablet-four-twelfths.hard--sides.grid__item, | |
.tablet-one-third.hard.grid__item, | |
.tablet-one-third.hard--sides.grid__item { | |
width: 33.33333% !important | |
} | |
.tablet-five-twelfths.grid__item { | |
width: 37.66667% !important | |
} | |
.tablet-five-twelfths.hard.grid__item, | |
.tablet-five-twelfths.hard--sides.grid__item { | |
width: 41.66667% !important | |
} | |
.tablet-six-twelfths.grid__item, | |
.tablet-five-tenths.grid__item, | |
.tablet-four-eighths.grid__item, | |
.tablet-one-half.grid__item { | |
width: 46% !important | |
} | |
.tablet-six-twelfths.hard.grid__item, | |
.tablet-six-twelfths.hard--sides.grid__item, | |
.tablet-five-tenths.hard.grid__item, | |
.tablet-five-tenths.hard--sides.grid__item, | |
.tablet-four-eighths.hard.grid__item, | |
.tablet-four-eighths.hard--sides.grid__item, | |
.tablet-one-half.hard.grid__item, | |
.tablet-one-half.hard--sides.grid__item { | |
width: 50% !important | |
} | |
.tablet-seven-twelfths.grid__item { | |
width: 54.33333% !important | |
} | |
.tablet-seven-twelfths.hard.grid__item, | |
.tablet-seven-twelfths.hard--sides.grid__item { | |
width: 58.33333% !important | |
} | |
.tablet-eight-twelfths.grid__item { | |
width: 62.66667% !important | |
} | |
.tablet-eight-twelfths.hard.grid__item, | |
.tablet-eight-twelfths.hard--sides.grid__item { | |
width: 66.66667% !important | |
} | |
.tablet-nine-twelfths.grid__item, | |
.tablet-six-eighths.grid__item { | |
width: 71% !important | |
} | |
.tablet-nine-twelfths.hard.grid__item, | |
.tablet-nine-twelfths.hard--sides.grid__item, | |
.tablet-six-eighths.hard.grid__item, | |
.tablet-six-eighths.hard--sides.grid__item { | |
width: 75% !important | |
} | |
.tablet-ten-twelfths.grid__item { | |
width: 79.33333% !important | |
} | |
.tablet-ten-twelfths.hard.grid__item, | |
.tablet-ten-twelfths.hard--sides.grid__item { | |
width: 83.33333% !important | |
} | |
.tablet-eleven-twelfths.grid__item { | |
width: 87.66667% !important | |
} | |
.tablet-eleven-twelfths.hard.grid__item, | |
.tablet-eleven-twelfths.hard--sides.grid__item { | |
width: 91.66667% !important | |
} | |
.tablet-twelve-twelfths.grid__item, | |
.tablet-ten-tenths.grid__item, | |
.tablet-eight-eighths.grid__item, | |
.tablet-one-whole.grid__item { | |
width: 96% !important | |
} | |
.tablet-twelve-twelfths.hard.grid__item, | |
.tablet-twelve-twelfths.hard--sides.grid__item, | |
.tablet-ten-tenths.hard.grid__item, | |
.tablet-ten-tenths.hard--sides.grid__item, | |
.tablet-eight-eighths.hard.grid__item, | |
.tablet-eight-eighths.hard--sides.grid__item, | |
.tablet-one-whole.hard.grid__item, | |
.tablet-one-whole.hard--sides.grid__item { | |
width: 100% !important | |
} | |
.tablet-one-tenths.grid__item { | |
width: 6% !important | |
} | |
.tablet-one-tenths.hard.grid__item, | |
.tablet-one-tenths.hard--sides.grid__item { | |
width: 10% !important | |
} | |
.tablet-two-tenths.grid__item, | |
.tablet-one-fifth.grid__item { | |
width: 16% !important | |
} | |
.tablet-two-tenths.hard.grid__item, | |
.tablet-two-tenths.hard--sides.grid__item, | |
.tablet-one-fifth.hard.grid__item, | |
.tablet-one-fifth.hard--sides.grid__item { | |
width: 20% !important | |
} | |
.tablet-three-tenths.grid__item { | |
width: 26% !important | |
} | |
.tablet-three-tenths.hard.grid__item, | |
.tablet-three-tenths.hard--sides.grid__item { | |
width: 30% !important | |
} | |
.tablet-four-tenths.grid__item { | |
width: 36% !important | |
} | |
.tablet-four-tenths.hard.grid__item, | |
.tablet-four-tenths.hard--sides.grid__item { | |
width: 40% !important | |
} | |
.tablet-six-tenths.grid__item { | |
width: 56% !important | |
} | |
.tablet-six-tenths.hard.grid__item, | |
.tablet-six-tenths.hard--sides.grid__item { | |
width: 60% !important | |
} | |
.tablet-seven-tenths.grid__item { | |
width: 66% !important | |
} | |
.tablet-seven-tenths.hard.grid__item, | |
.tablet-seven-tenths.hard--sides.grid__item { | |
width: 70% !important | |
} | |
.tablet-eight-tenths.grid__item { | |
width: 76% !important | |
} | |
.tablet-eight-tenths.hard.grid__item, | |
.tablet-eight-tenths.hard--sides.grid__item { | |
width: 80% !important | |
} | |
.tablet-nine-tenths.grid__item { | |
width: 86% !important | |
} | |
.tablet-nine-tenths.hard.grid__item, | |
.tablet-nine-tenths.hard--sides.grid__item { | |
width: 90% !important | |
} | |
.tablet-one-eighths.grid__item { | |
width: 8.5% !important | |
} | |
.tablet-one-eighths.hard.grid__item, | |
.tablet-one-eighths.hard--sides.grid__item { | |
width: 12.5% !important | |
} | |
.tablet-three-eighths.grid__item { | |
width: 33.5% !important | |
} | |
.tablet-three-eighths.hard.grid__item, | |
.tablet-three-eighths.hard--sides.grid__item { | |
width: 37.5% !important | |
} | |
.tablet-five-eighths.grid__item { | |
width: 58.5% !important | |
} | |
.tablet-five-eighths.hard.grid__item, | |
.tablet-five-eighths.hard--sides.grid__item { | |
width: 62.5% !important | |
} | |
.tablet-seven-eighths.grid__item { | |
width: 83.5% !important | |
} | |
.tablet-seven-eighths.hard.grid__item, | |
.tablet-seven-eighths.hard--sides.grid__item { | |
width: 87.5% !important | |
} | |
} | |
@media screen and (max-width:679px) { | |
.palm-one-twelfths.grid__item { | |
width: 4.33333% !important | |
} | |
.palm-one-twelfths.hard.grid__item, | |
.palm-one-twelfths.hard--sides.grid__item { | |
width: 8.33333% !important | |
} | |
.palm-two-twelfths.grid__item, | |
.palm-one-sixth.grid__item { | |
width: 12.66667% !important | |
} | |
.palm-two-twelfths.hard.grid__item, | |
.palm-two-twelfths.hard--sides.grid__item, | |
.palm-one-sixth.hard.grid__item, | |
.palm-one-sixth.hard--sides.grid__item { | |
width: 16.66667% !important | |
} | |
.palm-three-twelfths.grid__item, | |
.palm-two-eighths.grid__item, | |
.palm-one-fourth.grid__item { | |
width: 21% !important | |
} | |
.palm-three-twelfths.hard.grid__item, | |
.palm-three-twelfths.hard--sides.grid__item, | |
.palm-two-eighths.hard.grid__item, | |
.palm-two-eighths.hard--sides.grid__item, | |
.palm-one-fourth.hard.grid__item, | |
.palm-one-fourth.hard--sides.grid__item { | |
width: 25% !important | |
} | |
.palm-four-twelfths.grid__item, | |
.palm-one-third.grid__item { | |
width: 29.33333% !important | |
} | |
.palm-four-twelfths.hard.grid__item, | |
.palm-four-twelfths.hard--sides.grid__item, | |
.palm-one-third.hard.grid__item, | |
.palm-one-third.hard--sides.grid__item { | |
width: 33.33333% !important | |
} | |
.palm-five-twelfths.grid__item { | |
width: 37.66667% !important | |
} | |
.palm-five-twelfths.hard.grid__item, | |
.palm-five-twelfths.hard--sides.grid__item { | |
width: 41.66667% !important | |
} | |
.palm-six-twelfths.grid__item, | |
.palm-five-tenths.grid__item, | |
.palm-four-eighths.grid__item, | |
.palm-one-half.grid__item { | |
width: 46% !important | |
} | |
.palm-six-twelfths.hard.grid__item, | |
.palm-six-twelfths.hard--sides.grid__item, | |
.palm-five-tenths.hard.grid__item, | |
.palm-five-tenths.hard--sides.grid__item, | |
.palm-four-eighths.hard.grid__item, | |
.palm-four-eighths.hard--sides.grid__item, | |
.palm-one-half.hard.grid__item, | |
.palm-one-half.hard--sides.grid__item { | |
width: 50% !important | |
} | |
.palm-seven-twelfths.grid__item { | |
width: 54.33333% !important | |
} | |
.palm-seven-twelfths.hard.grid__item, | |
.palm-seven-twelfths.hard--sides.grid__item { | |
width: 58.33333% !important | |
} | |
.palm-eight-twelfths.grid__item { | |
width: 62.66667% !important | |
} | |
.palm-eight-twelfths.hard.grid__item, | |
.palm-eight-twelfths.hard--sides.grid__item { | |
width: 66.66667% !important | |
} | |
.palm-nine-twelfths.grid__item, | |
.palm-six-eighths.grid__item { | |
width: 71% !important | |
} | |
.palm-nine-twelfths.hard.grid__item, | |
.palm-nine-twelfths.hard--sides.grid__item, | |
.palm-six-eighths.hard.grid__item, | |
.palm-six-eighths.hard--sides.grid__item { | |
width: 75% !important | |
} | |
.palm-ten-twelfths.grid__item { | |
width: 79.33333% !important | |
} | |
.palm-ten-twelfths.hard.grid__item, | |
.palm-ten-twelfths.hard--sides.grid__item { | |
width: 83.33333% !important | |
} | |
.palm-eleven-twelfths.grid__item { | |
width: 87.66667% !important | |
} | |
.palm-eleven-twelfths.hard.grid__item, | |
.palm-eleven-twelfths.hard--sides.grid__item { | |
width: 91.66667% !important | |
} | |
.palm-twelve-twelfths.grid__item, | |
.palm-ten-tenths.grid__item, | |
.palm-eight-eighths.grid__item, | |
.palm-one-whole.grid__item { | |
width: 96% !important | |
} | |
.palm-twelve-twelfths.hard.grid__item, | |
.palm-twelve-twelfths.hard--sides.grid__item, | |
.palm-ten-tenths.hard.grid__item, | |
.palm-ten-tenths.hard--sides.grid__item, | |
.palm-eight-eighths.hard.grid__item, | |
.palm-eight-eighths.hard--sides.grid__item, | |
.palm-one-whole.hard.grid__item, | |
.palm-one-whole.hard--sides.grid__item { | |
width: 100% !important | |
} | |
.palm-one-tenths.grid__item { | |
width: 6% !important | |
} | |
.palm-one-tenths.hard.grid__item, | |
.palm-one-tenths.hard--sides.grid__item { | |
width: 10% !important | |
} | |
.palm-two-tenths.grid__item, | |
.palm-one-fifth.grid__item { | |
width: 16% !important | |
} | |
.palm-two-tenths.hard.grid__item, | |
.palm-two-tenths.hard--sides.grid__item, | |
.palm-one-fifth.hard.grid__item, | |
.palm-one-fifth.hard--sides.grid__item { | |
width: 20% !important | |
} | |
.palm-three-tenths.grid__item { | |
width: 26% !important | |
} | |
.palm-three-tenths.hard.grid__item, | |
.palm-three-tenths.hard--sides.grid__item { | |
width: 30% !important | |
} | |
.palm-four-tenths.grid__item { | |
width: 36% !important | |
} | |
.palm-four-tenths.hard.grid__item, | |
.palm-four-tenths.hard--sides.grid__item { | |
width: 40% !important | |
} | |
.palm-six-tenths.grid__item { | |
width: 56% !important | |
} | |
.palm-six-tenths.hard.grid__item, | |
.palm-six-tenths.hard--sides.grid__item { | |
width: 60% !important | |
} | |
.palm-seven-tenths.grid__item { | |
width: 66% !important | |
} | |
.palm-seven-tenths.hard.grid__item, | |
.palm-seven-tenths.hard--sides.grid__item { | |
width: 70% !important | |
} | |
.palm-eight-tenths.grid__item { | |
width: 76% !important | |
} | |
.palm-eight-tenths.hard.grid__item, | |
.palm-eight-tenths.hard--sides.grid__item { | |
width: 80% !important | |
} | |
.palm-nine-tenths.grid__item { | |
width: 86% !important | |
} | |
.palm-nine-tenths.hard.grid__item, | |
.palm-nine-tenths.hard--sides.grid__item { | |
width: 90% !important | |
} | |
.palm-one-eighths.grid__item { | |
width: 8.5% !important | |
} | |
.palm-one-eighths.hard.grid__item, | |
.palm-one-eighths.hard--sides.grid__item { | |
width: 12.5% !important | |
} | |
.palm-three-eighths.grid__item { | |
width: 33.5% !important | |
} | |
.palm-three-eighths.hard.grid__item, | |
.palm-three-eighths.hard--sides.grid__item { | |
width: 37.5% !important | |
} | |
.palm-five-eighths.grid__item { | |
width: 58.5% !important | |
} | |
.palm-five-eighths.hard.grid__item, | |
.palm-five-eighths.hard--sides.grid__item { | |
width: 62.5% !important | |
} | |
.palm-seven-eighths.grid__item { | |
width: 83.5% !important | |
} | |
.palm-seven-eighths.hard.grid__item, | |
.palm-seven-eighths.hard--sides.grid__item { | |
width: 87.5% !important | |
} | |
} | |
.hard, | |
.hard--top, | |
.hard--ends { | |
padding-top: 0 !important; | |
margin-top: 0 !important | |
} | |
.hard, | |
.hard--right, | |
.hard--sides { | |
padding-right: 0 !important; | |
margin-right: 0 !important | |
} | |
.hard, | |
.hard--bottom, | |
.hard--ends { | |
padding-bottom: 0 !important; | |
margin-bottom: 0 !important | |
} | |
.hard, | |
.hard--left, | |
.hard--sides { | |
padding-left: 0 !important; | |
margin-left: 0 !important | |
} | |
@media screen and (min-width:1200px) { | |
.desk-hard, | |
.desk-hard--top, | |
.desk-hard--ends { | |
padding-top: 0 !important; | |
margin-top: 0 !important | |
} | |
.desk-hard, | |
.desk-hard--right, | |
.desk-hard--sides { | |
padding-right: 0 !important; | |
margin-right: 0 !important | |
} | |
.desk-hard, | |
.desk-hard--bottom, | |
.desk-hard--ends { | |
padding-bottom: 0 !important; | |
margin-bottom: 0 !important | |
} | |
.desk-hard, | |
.desk-hard--left, | |
.desk-hard--sides { | |
padding-left: 0 !important; | |
margin-left: 0 !important | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.lap-hard, | |
.lap-hard--top, | |
.lap-hard--ends { | |
padding-top: 0 !important; | |
margin-top: 0 !important | |
} | |
.lap-hard, | |
.lap-hard--right, | |
.lap-hard--sides { | |
padding-right: 0 !important; | |
margin-right: 0 !important | |
} | |
.lap-hard, | |
.lap-hard--bottom, | |
.lap-hard--ends { | |
padding-bottom: 0 !important; | |
margin-bottom: 0 !important | |
} | |
.lap-hard, | |
.lap-hard--left, | |
.lap-hard--sides { | |
padding-left: 0 !important; | |
margin-left: 0 !important | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.lap-and-up-hard, | |
.lap-and-up-hard--top, | |
.lap-and-up-hard--ends { | |
padding-top: 0 !important; | |
margin-top: 0 !important | |
} | |
.lap-and-up-hard, | |
.lap-and-up-hard--right, | |
.lap-and-up-hard--sides { | |
padding-right: 0 !important; | |
margin-right: 0 !important | |
} | |
.lap-and-up-hard, | |
.lap-and-up-hard--bottom, | |
.lap-and-up-hard--ends { | |
padding-bottom: 0 !important; | |
margin-bottom: 0 !important | |
} | |
.lap-and-up-hard, | |
.lap-and-up-hard--left, | |
.lap-and-up-hard--sides { | |
padding-left: 0 !important; | |
margin-left: 0 !important | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.portable-hard, | |
.portable-hard--top, | |
.portable-hard--ends { | |
padding-top: 0 !important; | |
margin-top: 0 !important | |
} | |
.portable-hard, | |
.portable-hard--right, | |
.portable-hard--sides { | |
padding-right: 0 !important; | |
margin-right: 0 !important | |
} | |
.portable-hard, | |
.portable-hard--bottom, | |
.portable-hard--ends { | |
padding-bottom: 0 !important; | |
margin-bottom: 0 !important | |
} | |
.portable-hard, | |
.portable-hard--left, | |
.portable-hard--sides { | |
padding-left: 0 !important; | |
margin-left: 0 !important | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.tablet-hard, | |
.tablet-hard--top, | |
.tablet-hard--ends { | |
padding-top: 0 !important; | |
margin-top: 0 !important | |
} | |
.tablet-hard, | |
.tablet-hard--right, | |
.tablet-hard--sides { | |
padding-right: 0 !important; | |
margin-right: 0 !important | |
} | |
.tablet-hard, | |
.tablet-hard--bottom, | |
.tablet-hard--ends { | |
padding-bottom: 0 !important; | |
margin-bottom: 0 !important | |
} | |
.tablet-hard, | |
.tablet-hard--left, | |
.tablet-hard--sides { | |
padding-left: 0 !important; | |
margin-left: 0 !important | |
} | |
} | |
@media screen and (max-width:679px) { | |
.palm-hard, | |
.palm-hard--top, | |
.palm-hard--ends { | |
padding-top: 0 !important; | |
margin-top: 0 !important | |
} | |
.palm-hard, | |
.palm-hard--right, | |
.palm-hard--sides { | |
padding-right: 0 !important; | |
margin-right: 0 !important | |
} | |
.palm-hard, | |
.palm-hard--bottom, | |
.palm-hard--ends { | |
padding-bottom: 0 !important; | |
margin-bottom: 0 !important | |
} | |
.palm-hard, | |
.palm-hard--left, | |
.palm-hard--sides { | |
padding-left: 0 !important; | |
margin-left: 0 !important | |
} | |
} | |
.left { | |
float: left | |
} | |
.right { | |
float: right | |
} | |
@media screen and (min-width:1200px) { | |
.desk-left { | |
float: left | |
} | |
.desk-right { | |
float: right | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.lap-left { | |
float: left | |
} | |
.lap-right { | |
float: right | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.lap-and-up-left { | |
float: left | |
} | |
.lap-and-up-right { | |
float: right | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.portable-left { | |
float: left | |
} | |
.portable-right { | |
float: right | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.tablet-left { | |
float: left | |
} | |
.tablet-right { | |
float: right | |
} | |
} | |
@media screen and (max-width:679px) { | |
.palm-left { | |
float: left | |
} | |
.palm-right { | |
float: right | |
} | |
} | |
.clear { | |
display: inline | |
} | |
.grid:after { | |
content: "" | |
} | |
.clear:after, | |
.grid:after { | |
display: table; | |
clear: both; | |
height: 0; | |
width: 0 | |
} | |
.clear, | |
.desk-clear, | |
.lap-clear, | |
.lap-and-up-clear, | |
.portable-clear, | |
.tablet-clear, | |
.palm-clear { | |
display: inline | |
} | |
.clear:after, | |
.desk-clear:after, | |
.lap-clear:after, | |
.lap-and-up-clear:after, | |
.portable-clear:after, | |
.tablet-clear:after, | |
.palm-clear:after { | |
display: table; | |
clear: both; | |
height: 0; | |
width: 0 | |
} | |
.clear:after { | |
content: "" | |
} | |
@media screen and (min-width:1200px) { | |
.desk-clear:after { | |
content: "" | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.lap-clear:after { | |
content: "" | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.lap-and-up-clear:after { | |
content: "" | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.portable-clear:after { | |
content: "" | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.tablet-clear:after { | |
content: "" | |
} | |
} | |
@media screen and (max-width:679px) { | |
.palm-clear:after { | |
content: "" | |
} | |
} | |
.padding--basic { | |
padding-left: 20px !important; | |
padding-right: 50px !important | |
} | |
.padding--short { | |
padding-left: 20px !important; | |
padding-right: 20px !important | |
} | |
.padding--tall { | |
padding-left: 40px !important; | |
padding-right: 40px !important | |
} | |
.padding--grande { | |
padding-left: 60px !important; | |
padding-right: 60px !important | |
} | |
.padding--venti { | |
padding-left: 80px !important; | |
padding-right: 80px !important | |
} | |
.padding--trenta { | |
padding-left: 100px !important; | |
padding-right: 100px !important | |
} | |
.margin--basic, | |
.margin--basic--top { | |
margin-top: 50px !important | |
} | |
.margin--basic, | |
.margin--basic--bottom { | |
margin-bottom: 50px !important | |
} | |
.margin--short, | |
.margin--short--top { | |
margin-top: 20px !important | |
} | |
.margin--short, | |
.margin--short--bottom { | |
margin-bottom: 20px !important | |
} | |
.margin--tall, | |
.margin--tall--top { | |
margin-top: 40px !important | |
} | |
.margin--tall, | |
.margin--tall--bottom { | |
margin-bottom: 40px !important | |
} | |
.margin--grande, | |
.margin--grande--top { | |
margin-top: 60px !important | |
} | |
.margin--grande, | |
.margin--grande--bottom { | |
margin-bottom: 60px !important | |
} | |
.margin--venti, | |
.margin--venti--top { | |
margin-top: 80px !important | |
} | |
.margin--venti, | |
.margin--venti--bottom { | |
margin-bottom: 80px !important | |
} | |
.margin--trenta, | |
.margin--trenta--top { | |
margin-top: 100px !important | |
} | |
.margin--trenta, | |
.margin--trenta--bottom { | |
margin-bottom: 100px !important | |
} | |
@media screen and (min-width:1200px) { | |
.desk-padding--basic { | |
padding-left: 20px !important; | |
padding-right: 50px !important | |
} | |
.desk-padding--short { | |
padding-left: 20px !important; | |
padding-right: 20px !important | |
} | |
.desk-padding--tall { | |
padding-left: 40px !important; | |
padding-right: 40px !important | |
} | |
.desk-padding--grande { | |
padding-left: 60px !important; | |
padding-right: 60px !important | |
} | |
.desk-padding--venti { | |
padding-left: 80px !important; | |
padding-right: 80px !important | |
} | |
.desk-padding--trenta { | |
padding-left: 100px !important; | |
padding-right: 100px !important | |
} | |
.desk-margin--basic, | |
.desk-margin--basic--top { | |
margin-top: 50px !important | |
} | |
.desk-margin--basic, | |
.desk-margin--basic--bottom { | |
margin-bottom: 50px !important | |
} | |
.desk-margin--short, | |
.desk-margin--short--top { | |
margin-top: 20px !important | |
} | |
.desk-margin--short, | |
.desk-margin--short--bottom { | |
margin-bottom: 20px !important | |
} | |
.desk-margin--tall, | |
.desk-margin--tall--top { | |
margin-top: 40px !important | |
} | |
.desk-margin--tall, | |
.desk-margin--tall--bottom { | |
margin-bottom: 40px !important | |
} | |
.desk-margin--grande, | |
.desk-margin--grande--top { | |
margin-top: 60px !important | |
} | |
.desk-margin--grande, | |
.desk-margin--grande--bottom { | |
margin-bottom: 60px !important | |
} | |
.desk-margin--venti, | |
.desk-margin--venti--top { | |
margin-top: 80px !important | |
} | |
.desk-margin--venti, | |
.desk-margin--venti--bottom { | |
margin-bottom: 80px !important | |
} | |
.desk-margin--trenta, | |
.desk-margin--trenta--top { | |
margin-top: 100px !important | |
} | |
.desk-margin--trenta, | |
.desk-margin--trenta--bottom { | |
margin-bottom: 100px !important | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.lap-padding--basic { | |
padding-left: 20px !important; | |
padding-right: 50px !important | |
} | |
.lap-padding--short { | |
padding-left: 20px !important; | |
padding-right: 20px !important | |
} | |
.lap-padding--tall { | |
padding-left: 40px !important; | |
padding-right: 40px !important | |
} | |
.lap-padding--grande { | |
padding-left: 60px !important; | |
padding-right: 60px !important | |
} | |
.lap-padding--venti { | |
padding-left: 80px !important; | |
padding-right: 80px !important | |
} | |
.lap-padding--trenta { | |
padding-left: 100px !important; | |
padding-right: 100px !important | |
} | |
.lap-margin--basic, | |
.lap-margin--basic--top { | |
margin-top: 50px !important | |
} | |
.lap-margin--basic, | |
.lap-margin--basic--bottom { | |
margin-bottom: 50px !important | |
} | |
.lap-margin--short, | |
.lap-margin--short--top { | |
margin-top: 20px !important | |
} | |
.lap-margin--short, | |
.lap-margin--short--bottom { | |
margin-bottom: 20px !important | |
} | |
.lap-margin--tall, | |
.lap-margin--tall--top { | |
margin-top: 40px !important | |
} | |
.lap-margin--tall, | |
.lap-margin--tall--bottom { | |
margin-bottom: 40px !important | |
} | |
.lap-margin--grande, | |
.lap-margin--grande--top { | |
margin-top: 60px !important | |
} | |
.lap-margin--grande, | |
.lap-margin--grande--bottom { | |
margin-bottom: 60px !important | |
} | |
.lap-margin--venti, | |
.lap-margin--venti--top { | |
margin-top: 80px !important | |
} | |
.lap-margin--venti, | |
.lap-margin--venti--bottom { | |
margin-bottom: 80px !important | |
} | |
.lap-margin--trenta, | |
.lap-margin--trenta--top { | |
margin-top: 100px !important | |
} | |
.lap-margin--trenta, | |
.lap-margin--trenta--bottom { | |
margin-bottom: 100px !important | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.lap-and-up-padding--basic { | |
padding-left: 20px !important; | |
padding-right: 50px !important | |
} | |
.lap-and-up-padding--short { | |
padding-left: 20px !important; | |
padding-right: 20px !important | |
} | |
.lap-and-up-padding--tall { | |
padding-left: 40px !important; | |
padding-right: 40px !important | |
} | |
.lap-and-up-padding--grande { | |
padding-left: 60px !important; | |
padding-right: 60px !important | |
} | |
.lap-and-up-padding--venti { | |
padding-left: 80px !important; | |
padding-right: 80px !important | |
} | |
.lap-and-up-padding--trenta { | |
padding-left: 100px !important; | |
padding-right: 100px !important | |
} | |
.lap-and-up-margin--basic, | |
.lap-and-up-margin--basic--top { | |
margin-top: 50px !important | |
} | |
.lap-and-up-margin--basic, | |
.lap-and-up-margin--basic--bottom { | |
margin-bottom: 50px !important | |
} | |
.lap-and-up-margin--short, | |
.lap-and-up-margin--short--top { | |
margin-top: 20px !important | |
} | |
.lap-and-up-margin--short, | |
.lap-and-up-margin--short--bottom { | |
margin-bottom: 20px !important | |
} | |
.lap-and-up-margin--tall, | |
.lap-and-up-margin--tall--top { | |
margin-top: 40px !important | |
} | |
.lap-and-up-margin--tall, | |
.lap-and-up-margin--tall--bottom { | |
margin-bottom: 40px !important | |
} | |
.lap-and-up-margin--grande, | |
.lap-and-up-margin--grande--top { | |
margin-top: 60px !important | |
} | |
.lap-and-up-margin--grande, | |
.lap-and-up-margin--grande--bottom { | |
margin-bottom: 60px !important | |
} | |
.lap-and-up-margin--venti, | |
.lap-and-up-margin--venti--top { | |
margin-top: 80px !important | |
} | |
.lap-and-up-margin--venti, | |
.lap-and-up-margin--venti--bottom { | |
margin-bottom: 80px !important | |
} | |
.lap-and-up-margin--trenta, | |
.lap-and-up-margin--trenta--top { | |
margin-top: 100px !important | |
} | |
.lap-and-up-margin--trenta, | |
.lap-and-up-margin--trenta--bottom { | |
margin-bottom: 100px !important | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.portable-padding--basic { | |
padding-left: 20px !important; | |
padding-right: 50px !important | |
} | |
.portable-padding--short { | |
padding-left: 20px !important; | |
padding-right: 20px !important | |
} | |
.portable-padding--tall { | |
padding-left: 40px !important; | |
padding-right: 40px !important | |
} | |
.portable-padding--grande { | |
padding-left: 60px !important; | |
padding-right: 60px !important | |
} | |
.portable-padding--venti { | |
padding-left: 80px !important; | |
padding-right: 80px !important | |
} | |
.portable-padding--trenta { | |
padding-left: 100px !important; | |
padding-right: 100px !important | |
} | |
.portable-margin--basic, | |
.portable-margin--basic--top { | |
margin-top: 50px !important | |
} | |
.portable-margin--basic, | |
.portable-margin--basic--bottom { | |
margin-bottom: 50px !important | |
} | |
.portable-margin--short, | |
.portable-margin--short--top { | |
margin-top: 20px !important | |
} | |
.portable-margin--short, | |
.portable-margin--short--bottom { | |
margin-bottom: 20px !important | |
} | |
.portable-margin--tall, | |
.portable-margin--tall--top { | |
margin-top: 40px !important | |
} | |
.portable-margin--tall, | |
.portable-margin--tall--bottom { | |
margin-bottom: 40px !important | |
} | |
.portable-margin--grande, | |
.portable-margin--grande--top { | |
margin-top: 60px !important | |
} | |
.portable-margin--grande, | |
.portable-margin--grande--bottom { | |
margin-bottom: 60px !important | |
} | |
.portable-margin--venti, | |
.portable-margin--venti--top { | |
margin-top: 80px !important | |
} | |
.portable-margin--venti, | |
.portable-margin--venti--bottom { | |
margin-bottom: 80px !important | |
} | |
.portable-margin--trenta, | |
.portable-margin--trenta--top { | |
margin-top: 100px !important | |
} | |
.portable-margin--trenta, | |
.portable-margin--trenta--bottom { | |
margin-bottom: 100px !important | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.tablet-padding--basic { | |
padding-left: 20px !important; | |
padding-right: 50px !important | |
} | |
.tablet-padding--short { | |
padding-left: 20px !important; | |
padding-right: 20px !important | |
} | |
.tablet-padding--tall { | |
padding-left: 40px !important; | |
padding-right: 40px !important | |
} | |
.tablet-padding--grande { | |
padding-left: 60px !important; | |
padding-right: 60px !important | |
} | |
.tablet-padding--venti { | |
padding-left: 80px !important; | |
padding-right: 80px !important | |
} | |
.tablet-padding--trenta { | |
padding-left: 100px !important; | |
padding-right: 100px !important | |
} | |
.tablet-margin--basic, | |
.tablet-margin--basic--top { | |
margin-top: 50px !important | |
} | |
.tablet-margin--basic, | |
.tablet-margin--basic--bottom { | |
margin-bottom: 50px !important | |
} | |
.tablet-margin--short, | |
.tablet-margin--short--top { | |
margin-top: 20px !important | |
} | |
.tablet-margin--short, | |
.tablet-margin--short--bottom { | |
margin-bottom: 20px !important | |
} | |
.tablet-margin--tall, | |
.tablet-margin--tall--top { | |
margin-top: 40px !important | |
} | |
.tablet-margin--tall, | |
.tablet-margin--tall--bottom { | |
margin-bottom: 40px !important | |
} | |
.tablet-margin--grande, | |
.tablet-margin--grande--top { | |
margin-top: 60px !important | |
} | |
.tablet-margin--grande, | |
.tablet-margin--grande--bottom { | |
margin-bottom: 60px !important | |
} | |
.tablet-margin--venti, | |
.tablet-margin--venti--top { | |
margin-top: 80px !important | |
} | |
.tablet-margin--venti, | |
.tablet-margin--venti--bottom { | |
margin-bottom: 80px !important | |
} | |
.tablet-margin--trenta, | |
.tablet-margin--trenta--top { | |
margin-top: 100px !important | |
} | |
.tablet-margin--trenta, | |
.tablet-margin--trenta--bottom { | |
margin-bottom: 100px !important | |
} | |
} | |
@media screen and (max-width:679px) { | |
.palm-padding--basic { | |
padding-left: 20px !important; | |
padding-right: 50px !important | |
} | |
.palm-padding--short { | |
padding-left: 20px !important; | |
padding-right: 20px !important | |
} | |
.palm-padding--tall { | |
padding-left: 40px !important; | |
padding-right: 40px !important | |
} | |
.palm-padding--grande { | |
padding-left: 60px !important; | |
padding-right: 60px !important | |
} | |
.palm-padding--venti { | |
padding-left: 80px !important; | |
padding-right: 80px !important | |
} | |
.palm-padding--trenta { | |
padding-left: 100px !important; | |
padding-right: 100px !important | |
} | |
.palm-margin--basic, | |
.palm-margin--basic--top { | |
margin-top: 50px !important | |
} | |
.palm-margin--basic, | |
.palm-margin--basic--bottom { | |
margin-bottom: 50px !important | |
} | |
.palm-margin--short, | |
.palm-margin--short--top { | |
margin-top: 20px !important | |
} | |
.palm-margin--short, | |
.palm-margin--short--bottom { | |
margin-bottom: 20px !important | |
} | |
.palm-margin--tall, | |
.palm-margin--tall--top { | |
margin-top: 40px !important | |
} | |
.palm-margin--tall, | |
.palm-margin--tall--bottom { | |
margin-bottom: 40px !important | |
} | |
.palm-margin--grande, | |
.palm-margin--grande--top { | |
margin-top: 60px !important | |
} | |
.palm-margin--grande, | |
.palm-margin--grande--bottom { | |
margin-bottom: 60px !important | |
} | |
.palm-margin--venti, | |
.palm-margin--venti--top { | |
margin-top: 80px !important | |
} | |
.palm-margin--venti, | |
.palm-margin--venti--bottom { | |
margin-bottom: 80px !important | |
} | |
.palm-margin--trenta, | |
.palm-margin--trenta--top { | |
margin-top: 100px !important | |
} | |
.palm-margin--trenta, | |
.palm-margin--trenta--bottom { | |
margin-bottom: 100px !important | |
} | |
} | |
.block { | |
display: block !important | |
} | |
.table { | |
display: table !important | |
} | |
.inline { | |
display: inline !important | |
} | |
.inline-block { | |
display: inline-block !important | |
} | |
.absolute { | |
position: absolute !important | |
} | |
.relative { | |
position: relative !important | |
} | |
.left--0 { | |
left: 0 | |
} | |
.right--0 { | |
right: 0 | |
} | |
.top--0 { | |
top: 0 | |
} | |
.bottom--0 { | |
bottom: 0 | |
} | |
.left--auto { | |
left: auto | |
} | |
.right--auto { | |
right: auto | |
} | |
.top--auto { | |
top: auto | |
} | |
.bottom--auto { | |
bottom: auto | |
} | |
.text--center, | |
.all--text--center, | |
.all--text--center * { | |
text-align: center | |
} | |
.text--left, | |
.all--text--left, | |
.all--text--left * { | |
text-align: left | |
} | |
.text--right, | |
.all--text--right, | |
.all--text--right * { | |
text-align: right | |
} | |
.valign--top, | |
.all--valign--top, | |
.all--valign--top * { | |
vertical-align: top | |
} | |
.valign--bottom, | |
.all--valign--bottom, | |
.all--valign--bottom * { | |
vertical-align: bottom | |
} | |
.valign--middle, | |
.all--valign--middle, | |
.all--valign--middle * { | |
vertical-align: middle | |
} | |
.float--center { | |
display: block; | |
margin: 0 auto 25px; | |
float: none; | |
text-align: center | |
} | |
.float--left { | |
margin-right: 25px; | |
margin-bottom: 25px; | |
float: left; | |
max-width: 25% !important | |
} | |
.float--right { | |
margin-left: 25px; | |
margin-bottom: 25px; | |
float: right; | |
max-width: 25% !important | |
} | |
.overflow--auto { | |
overflow: auto !important | |
} | |
.overflow--hidden { | |
overflow: hidden !important | |
} | |
.overflow-x--hidden { | |
overflow-x: hidden !important | |
} | |
.overflow-y--hidden { | |
overflow-y: hidden !important | |
} | |
.overflow--visible { | |
overflow: visible !important | |
} | |
@media screen and (min-width:1200px) { | |
.desk-block { | |
display: block !important | |
} | |
.desk-table { | |
display: table !important | |
} | |
.desk-inline { | |
display: inline !important | |
} | |
.desk-inline-block { | |
display: inline-block !important | |
} | |
.desk-absolute { | |
position: absolute !important | |
} | |
.desk-relative { | |
position: relative !important | |
} | |
.desk-left--0 { | |
left: 0 | |
} | |
.desk-right--0 { | |
right: 0 | |
} | |
.desk-top--0 { | |
top: 0 | |
} | |
.desk-bottom--0 { | |
bottom: 0 | |
} | |
.desk-left--auto { | |
left: auto | |
} | |
.desk-right--auto { | |
right: auto | |
} | |
.desk-top--auto { | |
top: auto | |
} | |
.desk-bottom--auto { | |
bottom: auto | |
} | |
.desk-text--center, | |
.desk-all--text--center, | |
.desk-all--text--center * { | |
text-align: center | |
} | |
.desk-text--left, | |
.desk-all--text--left, | |
.desk-all--text--left * { | |
text-align: left | |
} | |
.desk-text--right, | |
.desk-all--text--right, | |
.desk-all--text--right * { | |
text-align: right | |
} | |
.desk-valign--top, | |
.desk-all--valign--top, | |
.desk-all--valign--top * { | |
vertical-align: top | |
} | |
.desk-valign--bottom, | |
.desk-all--valign--bottom, | |
.desk-all--valign--bottom * { | |
vertical-align: bottom | |
} | |
.desk-valign--middle, | |
.desk-all--valign--middle, | |
.desk-all--valign--middle * { | |
vertical-align: middle | |
} | |
.desk-float--center { | |
display: block; | |
margin: 0 auto 25px; | |
float: none; | |
text-align: center | |
} | |
.desk-float--left { | |
margin-right: 25px; | |
margin-bottom: 25px; | |
float: left; | |
max-width: 25% !important | |
} | |
.desk-float--right { | |
margin-left: 25px; | |
margin-bottom: 25px; | |
float: right; | |
max-width: 25% !important | |
} | |
.desk-overflow--auto { | |
overflow: auto !important | |
} | |
.desk-overflow--hidden { | |
overflow: hidden !important | |
} | |
.desk-overflow-x--hidden { | |
overflow-x: hidden !important | |
} | |
.desk-overflow-y--hidden { | |
overflow-y: hidden !important | |
} | |
.desk-overflow--visible { | |
overflow: visible !important | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.lap-block { | |
display: block !important | |
} | |
.lap-table { | |
display: table !important | |
} | |
.lap-inline { | |
display: inline !important | |
} | |
.lap-inline-block { | |
display: inline-block !important | |
} | |
.lap-absolute { | |
position: absolute !important | |
} | |
.lap-relative { | |
position: relative !important | |
} | |
.lap-left--0 { | |
left: 0 | |
} | |
.lap-right--0 { | |
right: 0 | |
} | |
.lap-top--0 { | |
top: 0 | |
} | |
.lap-bottom--0 { | |
bottom: 0 | |
} | |
.lap-left--auto { | |
left: auto | |
} | |
.lap-right--auto { | |
right: auto | |
} | |
.lap-top--auto { | |
top: auto | |
} | |
.lap-bottom--auto { | |
bottom: auto | |
} | |
.lap-text--center, | |
.lap-all--text--center, | |
.lap-all--text--center * { | |
text-align: center | |
} | |
.lap-text--left, | |
.lap-all--text--left, | |
.lap-all--text--left * { | |
text-align: left | |
} | |
.lap-text--right, | |
.lap-all--text--right, | |
.lap-all--text--right * { | |
text-align: right | |
} | |
.lap-valign--top, | |
.lap-all--valign--top, | |
.lap-all--valign--top * { | |
vertical-align: top | |
} | |
.lap-valign--bottom, | |
.lap-all--valign--bottom, | |
.lap-all--valign--bottom * { | |
vertical-align: bottom | |
} | |
.lap-valign--middle, | |
.lap-all--valign--middle, | |
.lap-all--valign--middle * { | |
vertical-align: middle | |
} | |
.lap-float--center { | |
display: block; | |
margin: 0 auto 25px; | |
float: none; | |
text-align: center | |
} | |
.lap-float--left { | |
margin-right: 25px; | |
margin-bottom: 25px; | |
float: left; | |
max-width: 25% !important | |
} | |
.lap-float--right { | |
margin-left: 25px; | |
margin-bottom: 25px; | |
float: right; | |
max-width: 25% !important | |
} | |
.lap-overflow--auto { | |
overflow: auto !important | |
} | |
.lap-overflow--hidden { | |
overflow: hidden !important | |
} | |
.lap-overflow-x--hidden { | |
overflow-x: hidden !important | |
} | |
.lap-overflow-y--hidden { | |
overflow-y: hidden !important | |
} | |
.lap-overflow--visible { | |
overflow: visible !important | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.lap-and-up-block { | |
display: block !important | |
} | |
.lap-and-up-table { | |
display: table !important | |
} | |
.lap-and-up-inline { | |
display: inline !important | |
} | |
.lap-and-up-inline-block { | |
display: inline-block !important | |
} | |
.lap-and-up-absolute { | |
position: absolute !important | |
} | |
.lap-and-up-relative { | |
position: relative !important | |
} | |
.lap-and-up-left--0 { | |
left: 0 | |
} | |
.lap-and-up-right--0 { | |
right: 0 | |
} | |
.lap-and-up-top--0 { | |
top: 0 | |
} | |
.lap-and-up-bottom--0 { | |
bottom: 0 | |
} | |
.lap-and-up-left--auto { | |
left: auto | |
} | |
.lap-and-up-right--auto { | |
right: auto | |
} | |
.lap-and-up-top--auto { | |
top: auto | |
} | |
.lap-and-up-bottom--auto { | |
bottom: auto | |
} | |
.lap-and-up-text--center, | |
.lap-and-up-all--text--center, | |
.lap-and-up-all--text--center * { | |
text-align: center | |
} | |
.lap-and-up-text--left, | |
.lap-and-up-all--text--left, | |
.lap-and-up-all--text--left * { | |
text-align: left | |
} | |
.lap-and-up-text--right, | |
.lap-and-up-all--text--right, | |
.lap-and-up-all--text--right * { | |
text-align: right | |
} | |
.lap-and-up-valign--top, | |
.lap-and-up-all--valign--top, | |
.lap-and-up-all--valign--top * { | |
vertical-align: top | |
} | |
.lap-and-up-valign--bottom, | |
.lap-and-up-all--valign--bottom, | |
.lap-and-up-all--valign--bottom * { | |
vertical-align: bottom | |
} | |
.lap-and-up-valign--middle, | |
.lap-and-up-all--valign--middle, | |
.lap-and-up-all--valign--middle * { | |
vertical-align: middle | |
} | |
.lap-and-up-float--center { | |
display: block; | |
margin: 0 auto 25px; | |
float: none; | |
text-align: center | |
} | |
.lap-and-up-float--left { | |
margin-right: 25px; | |
margin-bottom: 25px; | |
float: left; | |
max-width: 25% !important | |
} | |
.lap-and-up-float--right { | |
margin-left: 25px; | |
margin-bottom: 25px; | |
float: right; | |
max-width: 25% !important | |
} | |
.lap-and-up-overflow--auto { | |
overflow: auto !important | |
} | |
.lap-and-up-overflow--hidden { | |
overflow: hidden !important | |
} | |
.lap-and-up-overflow-x--hidden { | |
overflow-x: hidden !important | |
} | |
.lap-and-up-overflow-y--hidden { | |
overflow-y: hidden !important | |
} | |
.lap-and-up-overflow--visible { | |
overflow: visible !important | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.portable-block { | |
display: block !important | |
} | |
.portable-table { | |
display: table !important | |
} | |
.portable-inline { | |
display: inline !important | |
} | |
.portable-inline-block { | |
display: inline-block !important | |
} | |
.portable-absolute { | |
position: absolute !important | |
} | |
.portable-relative { | |
position: relative !important | |
} | |
.portable-left--0 { | |
left: 0 | |
} | |
.portable-right--0 { | |
right: 0 | |
} | |
.portable-top--0 { | |
top: 0 | |
} | |
.portable-bottom--0 { | |
bottom: 0 | |
} | |
.portable-left--auto { | |
left: auto | |
} | |
.portable-right--auto { | |
right: auto | |
} | |
.portable-top--auto { | |
top: auto | |
} | |
.portable-bottom--auto { | |
bottom: auto | |
} | |
.portable-text--center, | |
.portable-all--text--center, | |
.portable-all--text--center * { | |
text-align: center | |
} | |
.portable-text--left, | |
.portable-all--text--left, | |
.portable-all--text--left * { | |
text-align: left | |
} | |
.portable-text--right, | |
.portable-all--text--right, | |
.portable-all--text--right * { | |
text-align: right | |
} | |
.portable-valign--top, | |
.portable-all--valign--top, | |
.portable-all--valign--top * { | |
vertical-align: top | |
} | |
.portable-valign--bottom, | |
.portable-all--valign--bottom, | |
.portable-all--valign--bottom * { | |
vertical-align: bottom | |
} | |
.portable-valign--middle, | |
.portable-all--valign--middle, | |
.portable-all--valign--middle * { | |
vertical-align: middle | |
} | |
.portable-float--center { | |
display: block; | |
margin: 0 auto 25px; | |
float: none; | |
text-align: center | |
} | |
.portable-float--left { | |
margin-right: 25px; | |
margin-bottom: 25px; | |
float: left; | |
max-width: 25% !important | |
} | |
.portable-float--right { | |
margin-left: 25px; | |
margin-bottom: 25px; | |
float: right; | |
max-width: 25% !important | |
} | |
.portable-overflow--auto { | |
overflow: auto !important | |
} | |
.portable-overflow--hidden { | |
overflow: hidden !important | |
} | |
.portable-overflow-x--hidden { | |
overflow-x: hidden !important | |
} | |
.portable-overflow-y--hidden { | |
overflow-y: hidden !important | |
} | |
.portable-overflow--visible { | |
overflow: visible !important | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.tablet-block { | |
display: block !important | |
} | |
.tablet-table { | |
display: table !important | |
} | |
.tablet-inline { | |
display: inline !important | |
} | |
.tablet-inline-block { | |
display: inline-block !important | |
} | |
.tablet-absolute { | |
position: absolute !important | |
} | |
.tablet-relative { | |
position: relative !important | |
} | |
.tablet-left--0 { | |
left: 0 | |
} | |
.tablet-right--0 { | |
right: 0 | |
} | |
.tablet-top--0 { | |
top: 0 | |
} | |
.tablet-bottom--0 { | |
bottom: 0 | |
} | |
.tablet-left--auto { | |
left: auto | |
} | |
.tablet-right--auto { | |
right: auto | |
} | |
.tablet-top--auto { | |
top: auto | |
} | |
.tablet-bottom--auto { | |
bottom: auto | |
} | |
.tablet-text--center, | |
.tablet-all--text--center, | |
.tablet-all--text--center * { | |
text-align: center | |
} | |
.tablet-text--left, | |
.tablet-all--text--left, | |
.tablet-all--text--left * { | |
text-align: left | |
} | |
.tablet-text--right, | |
.tablet-all--text--right, | |
.tablet-all--text--right * { | |
text-align: right | |
} | |
.tablet-valign--top, | |
.tablet-all--valign--top, | |
.tablet-all--valign--top * { | |
vertical-align: top | |
} | |
.tablet-valign--bottom, | |
.tablet-all--valign--bottom, | |
.tablet-all--valign--bottom * { | |
vertical-align: bottom | |
} | |
.tablet-valign--middle, | |
.tablet-all--valign--middle, | |
.tablet-all--valign--middle * { | |
vertical-align: middle | |
} | |
.tablet-float--center { | |
display: block; | |
margin: 0 auto 25px; | |
float: none; | |
text-align: center | |
} | |
.tablet-float--left { | |
margin-right: 25px; | |
margin-bottom: 25px; | |
float: left; | |
max-width: 25% !important | |
} | |
.tablet-float--right { | |
margin-left: 25px; | |
margin-bottom: 25px; | |
float: right; | |
max-width: 25% !important | |
} | |
.tablet-overflow--auto { | |
overflow: auto !important | |
} | |
.tablet-overflow--hidden { | |
overflow: hidden !important | |
} | |
.tablet-overflow-x--hidden { | |
overflow-x: hidden !important | |
} | |
.tablet-overflow-y--hidden { | |
overflow-y: hidden !important | |
} | |
.tablet-overflow--visible { | |
overflow: visible !important | |
} | |
} | |
@media screen and (max-width:679px) { | |
.palm-block { | |
display: block !important | |
} | |
.palm-table { | |
display: table !important | |
} | |
.palm-inline { | |
display: inline !important | |
} | |
.palm-inline-block { | |
display: inline-block !important | |
} | |
.palm-absolute { | |
position: absolute !important | |
} | |
.palm-relative { | |
position: relative !important | |
} | |
.palm-left--0 { | |
left: 0 | |
} | |
.palm-right--0 { | |
right: 0 | |
} | |
.palm-top--0 { | |
top: 0 | |
} | |
.palm-bottom--0 { | |
bottom: 0 | |
} | |
.palm-left--auto { | |
left: auto | |
} | |
.palm-right--auto { | |
right: auto | |
} | |
.palm-top--auto { | |
top: auto | |
} | |
.palm-bottom--auto { | |
bottom: auto | |
} | |
.palm-text--center, | |
.palm-all--text--center, | |
.palm-all--text--center * { | |
text-align: center | |
} | |
.palm-text--left, | |
.palm-all--text--left, | |
.palm-all--text--left * { | |
text-align: left | |
} | |
.palm-text--right, | |
.palm-all--text--right, | |
.palm-all--text--right * { | |
text-align: right | |
} | |
.palm-valign--top, | |
.palm-all--valign--top, | |
.palm-all--valign--top * { | |
vertical-align: top | |
} | |
.palm-valign--bottom, | |
.palm-all--valign--bottom, | |
.palm-all--valign--bottom * { | |
vertical-align: bottom | |
} | |
.palm-valign--middle, | |
.palm-all--valign--middle, | |
.palm-all--valign--middle * { | |
vertical-align: middle | |
} | |
.palm-float--center { | |
display: block; | |
margin: 0 auto 25px; | |
float: none; | |
text-align: center | |
} | |
.palm-float--left { | |
margin-right: 25px; | |
margin-bottom: 25px; | |
float: left; | |
max-width: 25% !important | |
} | |
.palm-float--right { | |
margin-left: 25px; | |
margin-bottom: 25px; | |
float: right; | |
max-width: 25% !important | |
} | |
.palm-overflow--auto { | |
overflow: auto !important | |
} | |
.palm-overflow--hidden { | |
overflow: hidden !important | |
} | |
.palm-overflow-x--hidden { | |
overflow-x: hidden !important | |
} | |
.palm-overflow-y--hidden { | |
overflow-y: hidden !important | |
} | |
.palm-overflow--visible { | |
overflow: visible !important | |
} | |
} | |
.visuallyhidden { | |
display: none !important | |
} | |
html.device--touch .touch-visuallyhidden { | |
display: none !important | |
} | |
@media screen and (min-width:1200px) { | |
.desk-visuallyhidden { | |
display: none !important | |
} | |
html.device--touch .desk-touch-visuallyhidden { | |
display: none !important | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.lap-visuallyhidden { | |
display: none !important | |
} | |
html.device--touch .lap-touch-visuallyhidden { | |
display: none !important | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.lap-and-up-visuallyhidden { | |
display: none !important | |
} | |
html.device--touch .lap-and-up-touch-visuallyhidden { | |
display: none !important | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.portable-visuallyhidden { | |
display: none !important | |
} | |
html.device--touch .portable-touch-visuallyhidden { | |
display: none !important | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.tablet-visuallyhidden { | |
display: none !important | |
} | |
html.device--touch .tablet-touch-visuallyhidden { | |
display: none !important | |
} | |
} | |
@media screen and (max-width:679px) { | |
.palm-visuallyhidden { | |
display: none !important | |
} | |
html.device--touch .palm-touch-visuallyhidden { | |
display: none !important | |
} | |
} | |
html.no-opacity .lap-visuallyhidden, | |
html.no-opacity .lap-and-up-visuallyhidden, | |
html.no-opacity .desk-visuallyhidden { | |
display: none | |
} | |
.z-index--0 { | |
z-index: 0 !important | |
} | |
.z-index--1 { | |
z-index: 1 !important | |
} | |
.z-index--2 { | |
z-index: 2 !important | |
} | |
.z-index--3 { | |
z-index: 3 !important | |
} | |
.z-index--4 { | |
z-index: 4 !important | |
} | |
.z-index--5 { | |
z-index: 5 !important | |
} | |
.z-index--6 { | |
z-index: 6 !important | |
} | |
.z-index--7 { | |
z-index: 7 !important | |
} | |
.z-index--8 { | |
z-index: 8 !important | |
} | |
.z-index--9 { | |
z-index: 9 !important | |
} | |
.z-index--10 { | |
z-index: 10 !important | |
} | |
.z-index--11 { | |
z-index: 11 !important | |
} | |
.z-index--12 { | |
z-index: 12 !important | |
} | |
.z-index--13 { | |
z-index: 13 !important | |
} | |
.z-index--14 { | |
z-index: 14 !important | |
} | |
.z-index--15 { | |
z-index: 15 !important | |
} | |
.z-index--16 { | |
z-index: 16 !important | |
} | |
.z-index--17 { | |
z-index: 17 !important | |
} | |
.z-index--18 { | |
z-index: 18 !important | |
} | |
.z-index--19 { | |
z-index: 19 !important | |
} | |
.z-index--20 { | |
z-index: 20 !important | |
} | |
.z-index--99 { | |
z-index: 99 !important | |
} | |
.opacity--0, | |
.hover--opacity--0:hover { | |
opacity: 0 !important; | |
filter: alpha(opacity=0) | |
} | |
.opacity--5, | |
.hover--opacity--5:hover { | |
opacity: .05 !important; | |
filter: alpha(opacity=5) | |
} | |
.opacity--10, | |
.hover--opacity--10:hover { | |
opacity: .1 !important; | |
filter: alpha(opacity=10) | |
} | |
.opacity--15, | |
.hover--opacity--15:hover { | |
opacity: .15 !important; | |
filter: alpha(opacity=15) | |
} | |
.opacity--20, | |
.hover--opacity--20:hover { | |
opacity: .2 !important; | |
filter: alpha(opacity=20) | |
} | |
.opacity--25, | |
.hover--opacity--25:hover { | |
opacity: .25 !important; | |
filter: alpha(opacity=25) | |
} | |
.opacity--30, | |
.hover--opacity--30:hover { | |
opacity: .3 !important; | |
filter: alpha(opacity=30) | |
} | |
.opacity--35, | |
.hover--opacity--35:hover { | |
opacity: .35 !important; | |
filter: alpha(opacity=35) | |
} | |
.opacity--40, | |
.hover--opacity--40:hover { | |
opacity: .4 !important; | |
filter: alpha(opacity=40) | |
} | |
.opacity--45, | |
.hover--opacity--45:hover { | |
opacity: .45 !important; | |
filter: alpha(opacity=45) | |
} | |
.opacity--50, | |
.hover--opacity--50:hover { | |
opacity: .5 !important; | |
filter: alpha(opacity=50) | |
} | |
.opacity--55, | |
.hover--opacity--55:hover { | |
opacity: .55 !important; | |
filter: alpha(opacity=55) | |
} | |
.opacity--60, | |
.hover--opacity--60:hover { | |
opacity: .6 !important; | |
filter: alpha(opacity=60) | |
} | |
.opacity--65, | |
.hover--opacity--65:hover { | |
opacity: .65 !important; | |
filter: alpha(opacity=65) | |
} | |
.opacity--70, | |
.hover--opacity--70:hover { | |
opacity: .7 !important; | |
filter: alpha(opacity=70) | |
} | |
.opacity--75, | |
.hover--opacity--75:hover { | |
opacity: .75 !important; | |
filter: alpha(opacity=75) | |
} | |
.opacity--80, | |
.hover--opacity--80:hover { | |
opacity: .8 !important; | |
filter: alpha(opacity=80) | |
} | |
.opacity--85, | |
.hover--opacity--85:hover { | |
opacity: .85 !important; | |
filter: alpha(opacity=85) | |
} | |
.opacity--90, | |
.hover--opacity--90:hover { | |
opacity: .9 !important; | |
filter: alpha(opacity=90) | |
} | |
.opacity--95, | |
.hover--opacity--95:hover { | |
opacity: .95 !important; | |
filter: alpha(opacity=95) | |
} | |
.opacity--100, | |
.hover--opacity--100:hover { | |
opacity: 1 !important; | |
filter: alpha(opacity=100) | |
} | |
.hover--cursor:hover, | |
.hover--pointer:hover { | |
cursor: pointer | |
} | |
.width--0 { | |
width: 0 | |
} | |
.height--0 { | |
height: 0; | |
line-height: 0 | |
} | |
.width--5 { | |
width: 5px | |
} | |
.height--5 { | |
height: 5px; | |
line-height: 5px | |
} | |
.width--10 { | |
width: 10px | |
} | |
.height--10 { | |
height: 10px; | |
line-height: 10px | |
} | |
.width--15 { | |
width: 15px | |
} | |
.height--15 { | |
height: 15px; | |
line-height: 15px | |
} | |
.width--20 { | |
width: 20px | |
} | |
.height--20 { | |
height: 20px; | |
line-height: 20px | |
} | |
.width--25 { | |
width: 25px | |
} | |
.height--25 { | |
height: 25px; | |
line-height: 25px | |
} | |
.width--30 { | |
width: 30px | |
} | |
.height--30 { | |
height: 30px; | |
line-height: 30px | |
} | |
.width--35 { | |
width: 35px | |
} | |
.height--35 { | |
height: 35px; | |
line-height: 35px | |
} | |
.width--40 { | |
width: 40px | |
} | |
.height--40 { | |
height: 40px; | |
line-height: 40px | |
} | |
.width--45 { | |
width: 45px | |
} | |
.height--45 { | |
height: 45px; | |
line-height: 45px | |
} | |
.width--50 { | |
width: 50px | |
} | |
.height--50 { | |
height: 50px; | |
line-height: 50px | |
} | |
.width--55 { | |
width: 55px | |
} | |
.height--55 { | |
height: 55px; | |
line-height: 55px | |
} | |
.width--60 { | |
width: 60px | |
} | |
.height--60 { | |
height: 60px; | |
line-height: 60px | |
} | |
.width--65 { | |
width: 65px | |
} | |
.height--65 { | |
height: 65px; | |
line-height: 65px | |
} | |
.width--70 { | |
width: 70px | |
} | |
.height--70 { | |
height: 70px; | |
line-height: 70px | |
} | |
.width--75 { | |
width: 75px | |
} | |
.height--75 { | |
height: 75px; | |
line-height: 75px | |
} | |
.width--80 { | |
width: 80px | |
} | |
.height--80 { | |
height: 80px; | |
line-height: 80px | |
} | |
.width--85 { | |
width: 85px | |
} | |
.height--85 { | |
height: 85px; | |
line-height: 85px | |
} | |
.width--90 { | |
width: 90px | |
} | |
.height--90 { | |
height: 90px; | |
line-height: 90px | |
} | |
.width--95 { | |
width: 95px | |
} | |
.height--95 { | |
height: 95px; | |
line-height: 95px | |
} | |
.width--100 { | |
width: 100px | |
} | |
.height--100 { | |
height: 100px; | |
line-height: 100px | |
} | |
.max-width--auto { | |
max-width: none !important | |
} | |
.width--max { | |
width: 100% !important | |
} | |
.height--max { | |
height: 100% !important | |
} | |
.width--auto { | |
width: auto !important | |
} | |
.height--auto { | |
height: auto !important | |
} | |
@media screen and (min-width:1200px) { | |
.desk-max-width--auto { | |
max-width: none !important | |
} | |
.desk-width--max { | |
width: 100% !important | |
} | |
.desk-height--max { | |
height: 100% !important | |
} | |
.desk-width--auto { | |
width: auto !important | |
} | |
.desk-height--auto { | |
height: auto !important | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.lap-max-width--auto { | |
max-width: none !important | |
} | |
.lap-width--max { | |
width: 100% !important | |
} | |
.lap-height--max { | |
height: 100% !important | |
} | |
.lap-width--auto { | |
width: auto !important | |
} | |
.lap-height--auto { | |
height: auto !important | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.lap-and-up-max-width--auto { | |
max-width: none !important | |
} | |
.lap-and-up-width--max { | |
width: 100% !important | |
} | |
.lap-and-up-height--max { | |
height: 100% !important | |
} | |
.lap-and-up-width--auto { | |
width: auto !important | |
} | |
.lap-and-up-height--auto { | |
height: auto !important | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.portable-max-width--auto { | |
max-width: none !important | |
} | |
.portable-width--max { | |
width: 100% !important | |
} | |
.portable-height--max { | |
height: 100% !important | |
} | |
.portable-width--auto { | |
width: auto !important | |
} | |
.portable-height--auto { | |
height: auto !important | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.tablet-max-width--auto { | |
max-width: none !important | |
} | |
.tablet-width--max { | |
width: 100% !important | |
} | |
.tablet-height--max { | |
height: 100% !important | |
} | |
.tablet-width--auto { | |
width: auto !important | |
} | |
.tablet-height--auto { | |
height: auto !important | |
} | |
} | |
@media screen and (max-width:679px) { | |
.palm-max-width--auto { | |
max-width: none !important | |
} | |
.palm-width--max { | |
width: 100% !important | |
} | |
.palm-height--max { | |
height: 100% !important | |
} | |
.palm-width--auto { | |
width: auto !important | |
} | |
.palm-height--auto { | |
height: auto !important | |
} | |
} | |
.no--bullets, | |
.no--bullets ul, | |
.no--bullets li { | |
list-style: none !important | |
} | |
.no--underline, | |
.no--underline * { | |
text-decoration: none !important | |
} | |
.underline { | |
text-decoration: underline !important | |
} | |
.no--transition, | |
.no--transition * { | |
-webkit-transition: none !important; | |
-moz-transition: none !important; | |
-o-transition: none !important; | |
-ms-transition: none !important; | |
transition: none !important | |
} | |
span[class*="equalize"] { | |
display: block | |
} | |
.equalize--center { | |
opacity: 0; | |
-webkit-transition: opacity 1.25s ease-out; | |
-moz-transition: opacity 1.25s ease-out; | |
-ms-transition: opacity 1.25s ease-out; | |
-o-transition: opacity 1.25s ease-out; | |
transition: opacity 1.25s ease-out | |
} | |
.mix { | |
display: none | |
} | |
#production--modal { | |
display: inline-block; | |
position: fixed !important; | |
overflow: auto; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
z-index: 9999997 !important; | |
background-color: rgba(20, 20, 20, 0.85); | |
text-align: center; | |
-webkit-backface-visibility: hidden | |
} | |
#production--modal #production--modal--center { | |
display: inline-block; | |
height: 100%; | |
vertical-align: middle | |
} | |
#production--modal #production--modal--grid { | |
display: inline-block; | |
vertical-align: middle; | |
position: relative !important | |
} | |
#production--modal #production--modal--grid #production--modal--close--wrapper { | |
display: inline-block; | |
position: absolute !important; | |
z-index: 9999998 !important; | |
top: 30px; | |
left: 30px; | |
height: 46px; | |
width: 46px; | |
border-radius: 50%; | |
text-align: center; | |
background: #ababab !important; | |
border-bottom: 3px solid #797979; | |
border-right: 2px solid #797979; | |
box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.1); | |
-webkit-transition: all .3s ease-out; | |
-moz-transition: all .3s ease-out; | |
-ms-transition: all .3s ease-out; | |
-o-transition: all .3s ease-out; | |
transition: all .3s ease-out | |
} | |
#production--modal #production--modal--grid #production--modal--close--wrapper:hover { | |
border-bottom-width: 2px; | |
border-right-width: 1px; | |
margin-top: 1px; | |
margin-left: 1px; | |
cursor: pointer; | |
box-shadow: 0 0 40px 10px rgba(255, 255, 255, 0.2) | |
} | |
#production--modal #production--modal--grid #production--modal--close--wrapper #production--modal--close { | |
position: relative !important; | |
z-index: 99999999 !important; | |
font-size: 28px; | |
color: #fff; | |
text-shadow: 0 0 2px rgba(50, 50, 50, 0.3); | |
line-height: 42px | |
} | |
@supports(-webkit-line-clamp:1) { | |
.clamp--1:after, | |
.clamp--2:after, | |
.clamp--3:after, | |
.clamp--4:after, | |
.clamp--5:after { | |
display: none !important | |
} | |
} | |
@media screen and (-webkit-min-device-pixel-ratio:0) { | |
.clamp--1:after, | |
.clamp--2:after, | |
.clamp--3:after, | |
.clamp--4:after, | |
.clamp--5:after { | |
display: none !important | |
} | |
} | |
.clamp--1, | |
.clamp--2, | |
.clamp--3, | |
.clamp--4, | |
.clamp--5 { | |
display: block; | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
position: relative; | |
line-height: 1.5; | |
overflow: hidden; | |
text-overflow: ellipsis; | |
padding: 0 !important; | |
position: relative | |
} | |
.clamp--1:after, | |
.clamp--2:after, | |
.clamp--3:after, | |
.clamp--4:after, | |
.clamp--5:after { | |
content: '...'; | |
text-align: right; | |
bottom: 0; | |
right: 0; | |
width: 25%; | |
display: block; | |
position: absolute | |
} | |
.clamp--1 { | |
-webkit-line-clamp: 1; | |
height: calc(1em * 1.5 * 1); | |
max-height: calc(1em * 1.5 * 1) | |
} | |
.clamp--1:after { | |
height: calc(1em * 1.5) | |
} | |
.clamp--2 { | |
-webkit-line-clamp: 2; | |
height: calc(1em * 1.5 * 2); | |
max-height: calc(1em * 1.5 * 2) | |
} | |
.clamp--2:after { | |
height: calc(1em * 1.5) | |
} | |
.clamp--3 { | |
-webkit-line-clamp: 3; | |
height: calc(1em * 1.5 * 3); | |
max-height: calc(1em * 1.5 * 3) | |
} | |
.clamp--3:after { | |
height: calc(1em * 1.5) | |
} | |
.clamp--4 { | |
-webkit-line-clamp: 4; | |
height: calc(1em * 1.5 * 4); | |
max-height: calc(1em * 1.5 * 4) | |
} | |
.clamp--4:after { | |
height: calc(1em * 1.5) | |
} | |
.clamp--5 { | |
-webkit-line-clamp: 5; | |
height: calc(1em * 1.5 * 5); | |
max-height: calc(1em * 1.5 * 5) | |
} | |
.clamp--5:after { | |
height: calc(1em * 1.5) | |
} | |
.btn, | |
.all--btn .hs-cta-wrapper a, | |
.all--btn form.hs-form .hs_submit input.hs-button { | |
display: inline-block; | |
color: #fff; | |
background-image: none; | |
text-align: center; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 16px; | |
line-height: 1.5em; | |
font-weight: 600; | |
text-decoration: none; | |
padding: 10px 30px; | |
border-radius: 4px; | |
min-width: 200px; | |
width: auto; | |
max-width: 100%; | |
border-width: 3px !important; | |
border-style: solid !important; | |
box-shadow: none !important; | |
background-image: none !important; | |
outline: none !important; | |
-moz-box-sizing: border-box !important; | |
-webkit-box-sizing: border-box !important; | |
box-sizing: border-box !important | |
} | |
.btn:hover, | |
.all--btn .hs-cta-wrapper a:hover, | |
.all--btn form.hs-form .hs_submit input.hs-button:hover { | |
cursor: pointer; | |
color: #fff | |
} | |
a.cta_button.btn { | |
-moz-box-sizing: border-box !important; | |
-webkit-box-sizing: border-box !important; | |
box-sizing: border-box !important | |
} | |
.btn--pill, | |
.all--btn--pill .hs-cta-wrapper a, | |
.all--btn--pill form.hs-form .hs_submit input.hs-button { | |
border-radius: 9999px !important | |
} | |
.btn--wide, | |
.all--btn--wide .hs-cta-wrapper a, | |
.all--btn--wide form.hs-form .hs_submit input.hs-button { | |
display: block; | |
width: 100%; | |
min-width: 100%; | |
max-width: 100% | |
} | |
@media screen and (min-width:1200px) { | |
.desk-btn--wide, | |
.desk-all--btn--wide .hs-cta-wrapper a, | |
.desk-all--btn--wide form.hs-form .hs_submit input.hs-button { | |
display: block; | |
width: 100%; | |
min-width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (max-width:1199px) and (min-width:1024px) { | |
.lap-btn--wide, | |
.lap-all--btn--wide .hs-cta-wrapper a, | |
.lap-all--btn--wide form.hs-form .hs_submit input.hs-button { | |
display: block; | |
width: 100%; | |
min-width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (min-width:1024px) { | |
.lap-and-up-btn--wide, | |
.lap-and-up-all--btn--wide .hs-cta-wrapper a, | |
.lap-and-up-all--btn--wide form.hs-form .hs_submit input.hs-button { | |
display: block; | |
width: 100%; | |
min-width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (max-width:1023px) { | |
.portable-btn--wide, | |
.portable-all--btn--wide .hs-cta-wrapper a, | |
.portable-all--btn--wide form.hs-form .hs_submit input.hs-button { | |
display: block; | |
width: 100%; | |
min-width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (max-width:1023px) and (min-width:680px) { | |
.tablet-btn--wide, | |
.tablet-all--btn--wide .hs-cta-wrapper a, | |
.tablet-all--btn--wide form.hs-form .hs_submit input.hs-button { | |
display: block; | |
width: 100%; | |
min-width: 100%; | |
max-width: 100% | |
} | |
} | |
@media screen and (max-width:679px) { | |
.palm-btn--wide, | |
.palm-all--btn--wide .hs-cta-wrapper a, | |
.palm-all--btn--wide form.hs-form .hs_submit input.hs-button { | |
display: block; | |
width: 100%; | |
min-width: 100%; | |
max-width: 100% | |
} | |
} | |
.btn--narrow, | |
.all--btn--narrow .hs-cta-wrapper a, | |
.all--btn--narrow form.hs-form .hs_submit input.hs-button { | |
display: inline-block; | |
width: auto; | |
min-width: 0 | |
} | |
.btn--small, | |
.all--btn--small .hs-cta-wrapper a, | |
.all--btn--small form.hs-form .hs_submit input.hs-button { | |
font-size: 12px; | |
padding-top: 8px; | |
padding-bottom: 8px; | |
padding-left: 23px; | |
padding-right: 23px | |
} | |
.btn--large, | |
.all--btn--large .hs-cta-wrapper a, | |
.all--btn--large form.hs-form .hs_submit input.hs-button { | |
font-size: 20px; | |
padding-top: 13px; | |
padding-bottom: 13px; | |
padding-left: 38px; | |
padding-right: 38px | |
} | |
.btn--white, | |
.all--btn--white .hs-cta-wrapper a, | |
.all--btn--white form.hs-form .hs_submit input.hs-button { | |
background-color: #fff !important; | |
border-color: #fff !important | |
} | |
.btn--white:hover, | |
.all--btn--white .hs-cta-wrapper a:hover, | |
.all--btn--white form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #e6e6e6 !important; | |
background-color: #e6e6e6 !important | |
} | |
.btn--black, | |
.all--btn--black .hs-cta-wrapper a, | |
.all--btn--black form.hs-form .hs_submit input.hs-button { | |
background-color: #000 !important; | |
border-color: #000 !important | |
} | |
.btn--black:hover, | |
.all--btn--black .hs-cta-wrapper a:hover, | |
.all--btn--black form.hs-form .hs_submit input.hs-button:hover { | |
border-color: black !important; | |
background-color: black !important | |
} | |
.btn--light-blue, | |
.all--btn--light-blue .hs-cta-wrapper a, | |
.all--btn--light-blue form.hs-form .hs_submit input.hs-button { | |
background-color: #03a9f4 !important; | |
border-color: #03a9f4 !important | |
} | |
.btn--light-blue:hover, | |
.all--btn--light-blue .hs-cta-wrapper a:hover, | |
.all--btn--light-blue form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #0286c2 !important; | |
background-color: #0286c2 !important | |
} | |
.btn--blue, | |
.all--btn--blue .hs-cta-wrapper a, | |
.all--btn--blue form.hs-form .hs_submit input.hs-button { | |
background-color: #1082c1 !important; | |
border-color: #1082c1 !important | |
} | |
.btn--blue:hover, | |
.all--btn--blue .hs-cta-wrapper a:hover, | |
.all--btn--blue form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #0c6292 !important; | |
background-color: #0c6292 !important | |
} | |
.btn--dark-blue, | |
.all--btn--dark-blue .hs-cta-wrapper a, | |
.all--btn--dark-blue form.hs-form .hs_submit input.hs-button { | |
background-color: #0c6293 !important; | |
border-color: #0c6293 !important | |
} | |
.btn--dark-blue:hover, | |
.all--btn--dark-blue .hs-cta-wrapper a:hover, | |
.all--btn--dark-blue form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #084364 !important; | |
background-color: #084364 !important | |
} | |
.btn--green, | |
.all--btn--green .hs-cta-wrapper a, | |
.all--btn--green form.hs-form .hs_submit input.hs-button { | |
background-color: #28b785 !important; | |
border-color: #28b785 !important | |
} | |
.btn--green:hover, | |
.all--btn--green .hs-cta-wrapper a:hover, | |
.all--btn--green form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #1f8d67 !important; | |
background-color: #1f8d67 !important | |
} | |
.btn--bofu-orange, | |
.all--btn--bofu-orange .hs-cta-wrapper a, | |
.all--btn--bofu-orange form.hs-form .hs_submit input.hs-button { | |
background-color: #ff7043 !important; | |
border-color: #ff7043 !important | |
} | |
.btn--bofu-orange:hover, | |
.all--btn--bofu-orange .hs-cta-wrapper a:hover, | |
.all--btn--bofu-orange form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #ff4910 !important; | |
background-color: #ff4910 !important | |
} | |
.btn--bofu-orange-hover, | |
.all--btn--bofu-orange-hover .hs-cta-wrapper a, | |
.all--btn--bofu-orange-hover form.hs-form .hs_submit input.hs-button { | |
background-color: #f4511e !important; | |
border-color: #f4511e !important | |
} | |
.btn--bofu-orange-hover:hover, | |
.all--btn--bofu-orange-hover .hs-cta-wrapper a:hover, | |
.all--btn--bofu-orange-hover form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #d53b0a !important; | |
background-color: #d53b0a !important | |
} | |
.btn--light-off-white, | |
.all--btn--light-off-white .hs-cta-wrapper a, | |
.all--btn--light-off-white form.hs-form .hs_submit input.hs-button { | |
background-color: #f5f9f9 !important; | |
border-color: #f5f9f9 !important | |
} | |
.btn--light-off-white:hover, | |
.all--btn--light-off-white .hs-cta-wrapper a:hover, | |
.all--btn--light-off-white form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #d5e6e6 !important; | |
background-color: #d5e6e6 !important | |
} | |
.btn--off-white, | |
.all--btn--off-white .hs-cta-wrapper a, | |
.all--btn--off-white form.hs-form .hs_submit input.hs-button { | |
background-color: #f4f4f4 !important; | |
border-color: #f4f4f4 !important | |
} | |
.btn--off-white:hover, | |
.all--btn--off-white .hs-cta-wrapper a:hover, | |
.all--btn--off-white form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #dbdbdb !important; | |
background-color: #dbdbdb !important | |
} | |
.btn--blue-grey, | |
.all--btn--blue-grey .hs-cta-wrapper a, | |
.all--btn--blue-grey form.hs-form .hs_submit input.hs-button { | |
background-color: #c5d6e0 !important; | |
border-color: #c5d6e0 !important | |
} | |
.btn--blue-grey:hover, | |
.all--btn--blue-grey .hs-cta-wrapper a:hover, | |
.all--btn--blue-grey form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #a4bfce !important; | |
background-color: #a4bfce !important | |
} | |
.btn--light-grey, | |
.all--btn--light-grey .hs-cta-wrapper a, | |
.all--btn--light-grey form.hs-form .hs_submit input.hs-button { | |
background-color: #ccc !important; | |
border-color: #ccc !important | |
} | |
.btn--light-grey:hover, | |
.all--btn--light-grey .hs-cta-wrapper a:hover, | |
.all--btn--light-grey form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #b3b3b3 !important; | |
background-color: #b3b3b3 !important | |
} | |
.btn--lightest-grey, | |
.all--btn--lightest-grey .hs-cta-wrapper a, | |
.all--btn--lightest-grey form.hs-form .hs_submit input.hs-button { | |
background-color: #ddd !important; | |
border-color: #ddd !important | |
} | |
.btn--lightest-grey:hover, | |
.all--btn--lightest-grey .hs-cta-wrapper a:hover, | |
.all--btn--lightest-grey form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #c4c4c4 !important; | |
background-color: #c4c4c4 !important | |
} | |
.btn--med-grey, | |
.all--btn--med-grey .hs-cta-wrapper a, | |
.all--btn--med-grey form.hs-form .hs_submit input.hs-button { | |
background-color: #999 !important; | |
border-color: #999 !important | |
} | |
.btn--med-grey:hover, | |
.all--btn--med-grey .hs-cta-wrapper a:hover, | |
.all--btn--med-grey form.hs-form .hs_submit input.hs-button:hover { | |
border-color: gray !important; | |
background-color: gray !important | |
} | |
.btn--middle-grey, | |
.all--btn--middle-grey .hs-cta-wrapper a, | |
.all--btn--middle-grey form.hs-form .hs_submit input.hs-button { | |
background-color: #666 !important; | |
border-color: #666 !important | |
} | |
.btn--middle-grey:hover, | |
.all--btn--middle-grey .hs-cta-wrapper a:hover, | |
.all--btn--middle-grey form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #4d4d4d !important; | |
background-color: #4d4d4d !important | |
} | |
.btn--dark-grey, | |
.all--btn--dark-grey .hs-cta-wrapper a, | |
.all--btn--dark-grey form.hs-form .hs_submit input.hs-button { | |
background-color: #444 !important; | |
border-color: #444 !important | |
} | |
.btn--dark-grey:hover, | |
.all--btn--dark-grey .hs-cta-wrapper a:hover, | |
.all--btn--dark-grey form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #2b2b2b !important; | |
background-color: #2b2b2b !important | |
} | |
.btn--darkest-grey, | |
.all--btn--darkest-grey .hs-cta-wrapper a, | |
.all--btn--darkest-grey form.hs-form .hs_submit input.hs-button { | |
background-color: #333 !important; | |
border-color: #333 !important | |
} | |
.btn--darkest-grey:hover, | |
.all--btn--darkest-grey .hs-cta-wrapper a:hover, | |
.all--btn--darkest-grey form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #1a1a1a !important; | |
background-color: #1a1a1a !important | |
} | |
.btn--blog-purple, | |
.all--btn--blog-purple .hs-cta-wrapper a, | |
.all--btn--blog-purple form.hs-form .hs_submit input.hs-button { | |
background-color: #9575cd !important; | |
border-color: #9575cd !important | |
} | |
.btn--blog-purple:hover, | |
.all--btn--blog-purple .hs-cta-wrapper a:hover, | |
.all--btn--blog-purple form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #7850bf !important; | |
background-color: #7850bf !important | |
} | |
.btn--blog-dark-blue, | |
.all--btn--blog-dark-blue .hs-cta-wrapper a, | |
.all--btn--blog-dark-blue form.hs-form .hs_submit input.hs-button { | |
background-color: #1565c0 !important; | |
border-color: #1565c0 !important | |
} | |
.btn--blog-dark-blue:hover, | |
.all--btn--blog-dark-blue .hs-cta-wrapper a:hover, | |
.all--btn--blog-dark-blue form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #104d92 !important; | |
background-color: #104d92 !important | |
} | |
.btn--blog-light-blue, | |
.all--btn--blog-light-blue .hs-cta-wrapper a, | |
.all--btn--blog-light-blue form.hs-form .hs_submit input.hs-button { | |
background-color: #81d4fa !important; | |
border-color: #81d4fa !important | |
} | |
.btn--blog-light-blue:hover, | |
.all--btn--blog-light-blue .hs-cta-wrapper a:hover, | |
.all--btn--blog-light-blue form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #50c3f8 !important; | |
background-color: #50c3f8 !important | |
} | |
.btn--blog-green, | |
.all--btn--blog-green .hs-cta-wrapper a, | |
.all--btn--blog-green form.hs-form .hs_submit input.hs-button { | |
background-color: #81c784 !important; | |
border-color: #81c784 !important | |
} | |
.btn--blog-green:hover, | |
.all--btn--blog-green .hs-cta-wrapper a:hover, | |
.all--btn--blog-green form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #5eb762 !important; | |
background-color: #5eb762 !important | |
} | |
.btn--blog-orange, | |
.all--btn--blog-orange .hs-cta-wrapper a, | |
.all--btn--blog-orange form.hs-form .hs_submit input.hs-button { | |
background-color: #ffa726 !important; | |
border-color: #ffa726 !important | |
} | |
.btn--blog-orange:hover, | |
.all--btn--blog-orange .hs-cta-wrapper a:hover, | |
.all--btn--blog-orange form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #f29000 !important; | |
background-color: #f29000 !important | |
} | |
.btn--blog-red, | |
.all--btn--blog-red .hs-cta-wrapper a, | |
.all--btn--blog-red form.hs-form .hs_submit input.hs-button { | |
background-color: #ef5350 !important; | |
border-color: #ef5350 !important | |
} | |
.btn--blog-red:hover, | |
.all--btn--blog-red .hs-cta-wrapper a:hover, | |
.all--btn--blog-red form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #eb2521 !important; | |
background-color: #eb2521 !important | |
} | |
.btn--primary, | |
.all--btn--primary .hs-cta-wrapper a, | |
.all--btn--primary form.hs-form .hs_submit input.hs-button { | |
background-color: #fff !important; | |
border-color: #fff !important | |
} | |
.btn--primary:hover, | |
.all--btn--primary .hs-cta-wrapper a:hover, | |
.all--btn--primary form.hs-form .hs_submit input.hs-button:hover { | |
border-color: #e6e6e6 !important; | |
background-color: #e6e6e6 !important | |
} | |
.btn--secondary, | |
.all--btn--secondary .hs-cta-wrapper a, | |
.all--btn--secondary form.hs-form .hs_submit input.hs-button { | |
background-color: #000 !important; | |
border-color: #000 !important | |
} | |
.btn--secondary:hover, | |
.all--btn--secondary .hs-cta-wrapper a:hover, | |
.all--btn--secondary form.hs-form .hs_submit input.hs-button:hover { | |
border-color: black !important; | |
background-color: black !important | |
} | |
.btn--transparent--white, | |
.all--btn--transparent--white .hs-cta-wrapper a, | |
.all--btn--transparent--white form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #fff; | |
border-color: #fff !important | |
} | |
.btn--transparent--white:hover, | |
.all--btn--transparent--white .hs-cta-wrapper a:hover, | |
.all--btn--transparent--white form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #fff !important; | |
color: #fff | |
} | |
.btn--transparent--black, | |
.all--btn--transparent--black .hs-cta-wrapper a, | |
.all--btn--transparent--black form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #000; | |
border-color: #000 !important | |
} | |
.btn--transparent--black:hover, | |
.all--btn--transparent--black .hs-cta-wrapper a:hover, | |
.all--btn--transparent--black form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #000 !important; | |
color: #fff | |
} | |
.btn--transparent--light-blue, | |
.all--btn--transparent--light-blue .hs-cta-wrapper a, | |
.all--btn--transparent--light-blue form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #03a9f4; | |
border-color: #03a9f4 !important | |
} | |
.btn--transparent--light-blue:hover, | |
.all--btn--transparent--light-blue .hs-cta-wrapper a:hover, | |
.all--btn--transparent--light-blue form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #03a9f4 !important; | |
color: #fff | |
} | |
.btn--transparent--blue, | |
.all--btn--transparent--blue .hs-cta-wrapper a, | |
.all--btn--transparent--blue form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #1082c1; | |
border-color: #1082c1 !important | |
} | |
.btn--transparent--blue:hover, | |
.all--btn--transparent--blue .hs-cta-wrapper a:hover, | |
.all--btn--transparent--blue form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #1082c1 !important; | |
color: #fff | |
} | |
.btn--transparent--dark-blue, | |
.all--btn--transparent--dark-blue .hs-cta-wrapper a, | |
.all--btn--transparent--dark-blue form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #0c6293; | |
border-color: #0c6293 !important | |
} | |
.btn--transparent--dark-blue:hover, | |
.all--btn--transparent--dark-blue .hs-cta-wrapper a:hover, | |
.all--btn--transparent--dark-blue form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #0c6293 !important; | |
color: #fff | |
} | |
.btn--transparent--green, | |
.all--btn--transparent--green .hs-cta-wrapper a, | |
.all--btn--transparent--green form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #28b785; | |
border-color: #28b785 !important | |
} | |
.btn--transparent--green:hover, | |
.all--btn--transparent--green .hs-cta-wrapper a:hover, | |
.all--btn--transparent--green form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #28b785 !important; | |
color: #fff | |
} | |
.btn--transparent--bofu-orange, | |
.all--btn--transparent--bofu-orange .hs-cta-wrapper a, | |
.all--btn--transparent--bofu-orange form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #ff7043; | |
border-color: #ff7043 !important | |
} | |
.btn--transparent--bofu-orange:hover, | |
.all--btn--transparent--bofu-orange .hs-cta-wrapper a:hover, | |
.all--btn--transparent--bofu-orange form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #ff7043 !important; | |
color: #fff | |
} | |
.btn--transparent--bofu-orange-hover, | |
.all--btn--transparent--bofu-orange-hover .hs-cta-wrapper a, | |
.all--btn--transparent--bofu-orange-hover form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #f4511e; | |
border-color: #f4511e !important | |
} | |
.btn--transparent--bofu-orange-hover:hover, | |
.all--btn--transparent--bofu-orange-hover .hs-cta-wrapper a:hover, | |
.all--btn--transparent--bofu-orange-hover form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #f4511e !important; | |
color: #fff | |
} | |
.btn--transparent--light-off-white, | |
.all--btn--transparent--light-off-white .hs-cta-wrapper a, | |
.all--btn--transparent--light-off-white form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #f5f9f9; | |
border-color: #f5f9f9 !important | |
} | |
.btn--transparent--light-off-white:hover, | |
.all--btn--transparent--light-off-white .hs-cta-wrapper a:hover, | |
.all--btn--transparent--light-off-white form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #f5f9f9 !important; | |
color: #fff | |
} | |
.btn--transparent--off-white, | |
.all--btn--transparent--off-white .hs-cta-wrapper a, | |
.all--btn--transparent--off-white form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #f4f4f4; | |
border-color: #f4f4f4 !important | |
} | |
.btn--transparent--off-white:hover, | |
.all--btn--transparent--off-white .hs-cta-wrapper a:hover, | |
.all--btn--transparent--off-white form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #f4f4f4 !important; | |
color: #fff | |
} | |
.btn--transparent--blue-grey, | |
.all--btn--transparent--blue-grey .hs-cta-wrapper a, | |
.all--btn--transparent--blue-grey form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #c5d6e0; | |
border-color: #c5d6e0 !important | |
} | |
.btn--transparent--blue-grey:hover, | |
.all--btn--transparent--blue-grey .hs-cta-wrapper a:hover, | |
.all--btn--transparent--blue-grey form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #c5d6e0 !important; | |
color: #fff | |
} | |
.btn--transparent--light-grey, | |
.all--btn--transparent--light-grey .hs-cta-wrapper a, | |
.all--btn--transparent--light-grey form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #ccc; | |
border-color: #ccc !important | |
} | |
.btn--transparent--light-grey:hover, | |
.all--btn--transparent--light-grey .hs-cta-wrapper a:hover, | |
.all--btn--transparent--light-grey form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #ccc !important; | |
color: #fff | |
} | |
.btn--transparent--lightest-grey, | |
.all--btn--transparent--lightest-grey .hs-cta-wrapper a, | |
.all--btn--transparent--lightest-grey form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #ddd; | |
border-color: #ddd !important | |
} | |
.btn--transparent--lightest-grey:hover, | |
.all--btn--transparent--lightest-grey .hs-cta-wrapper a:hover, | |
.all--btn--transparent--lightest-grey form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #ddd !important; | |
color: #fff | |
} | |
.btn--transparent--med-grey, | |
.all--btn--transparent--med-grey .hs-cta-wrapper a, | |
.all--btn--transparent--med-grey form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #999; | |
border-color: #999 !important | |
} | |
.btn--transparent--med-grey:hover, | |
.all--btn--transparent--med-grey .hs-cta-wrapper a:hover, | |
.all--btn--transparent--med-grey form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #999 !important; | |
color: #fff | |
} | |
.btn--transparent--middle-grey, | |
.all--btn--transparent--middle-grey .hs-cta-wrapper a, | |
.all--btn--transparent--middle-grey form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #666; | |
border-color: #666 !important | |
} | |
.btn--transparent--middle-grey:hover, | |
.all--btn--transparent--middle-grey .hs-cta-wrapper a:hover, | |
.all--btn--transparent--middle-grey form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #666 !important; | |
color: #fff | |
} | |
.btn--transparent--dark-grey, | |
.all--btn--transparent--dark-grey .hs-cta-wrapper a, | |
.all--btn--transparent--dark-grey form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #444; | |
border-color: #444 !important | |
} | |
.btn--transparent--dark-grey:hover, | |
.all--btn--transparent--dark-grey .hs-cta-wrapper a:hover, | |
.all--btn--transparent--dark-grey form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #444 !important; | |
color: #fff | |
} | |
.btn--transparent--darkest-grey, | |
.all--btn--transparent--darkest-grey .hs-cta-wrapper a, | |
.all--btn--transparent--darkest-grey form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #333; | |
border-color: #333 !important | |
} | |
.btn--transparent--darkest-grey:hover, | |
.all--btn--transparent--darkest-grey .hs-cta-wrapper a:hover, | |
.all--btn--transparent--darkest-grey form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #333 !important; | |
color: #fff | |
} | |
.btn--transparent--blog-purple, | |
.all--btn--transparent--blog-purple .hs-cta-wrapper a, | |
.all--btn--transparent--blog-purple form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #9575cd; | |
border-color: #9575cd !important | |
} | |
.btn--transparent--blog-purple:hover, | |
.all--btn--transparent--blog-purple .hs-cta-wrapper a:hover, | |
.all--btn--transparent--blog-purple form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #9575cd !important; | |
color: #fff | |
} | |
.btn--transparent--blog-dark-blue, | |
.all--btn--transparent--blog-dark-blue .hs-cta-wrapper a, | |
.all--btn--transparent--blog-dark-blue form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #1565c0; | |
border-color: #1565c0 !important | |
} | |
.btn--transparent--blog-dark-blue:hover, | |
.all--btn--transparent--blog-dark-blue .hs-cta-wrapper a:hover, | |
.all--btn--transparent--blog-dark-blue form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #1565c0 !important; | |
color: #fff | |
} | |
.btn--transparent--blog-light-blue, | |
.all--btn--transparent--blog-light-blue .hs-cta-wrapper a, | |
.all--btn--transparent--blog-light-blue form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #81d4fa; | |
border-color: #81d4fa !important | |
} | |
.btn--transparent--blog-light-blue:hover, | |
.all--btn--transparent--blog-light-blue .hs-cta-wrapper a:hover, | |
.all--btn--transparent--blog-light-blue form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #81d4fa !important; | |
color: #fff | |
} | |
.btn--transparent--blog-green, | |
.all--btn--transparent--blog-green .hs-cta-wrapper a, | |
.all--btn--transparent--blog-green form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #81c784; | |
border-color: #81c784 !important | |
} | |
.btn--transparent--blog-green:hover, | |
.all--btn--transparent--blog-green .hs-cta-wrapper a:hover, | |
.all--btn--transparent--blog-green form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #81c784 !important; | |
color: #fff | |
} | |
.btn--transparent--blog-orange, | |
.all--btn--transparent--blog-orange .hs-cta-wrapper a, | |
.all--btn--transparent--blog-orange form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #ffa726; | |
border-color: #ffa726 !important | |
} | |
.btn--transparent--blog-orange:hover, | |
.all--btn--transparent--blog-orange .hs-cta-wrapper a:hover, | |
.all--btn--transparent--blog-orange form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #ffa726 !important; | |
color: #fff | |
} | |
.btn--transparent--blog-red, | |
.all--btn--transparent--blog-red .hs-cta-wrapper a, | |
.all--btn--transparent--blog-red form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #ef5350; | |
border-color: #ef5350 !important | |
} | |
.btn--transparent--blog-red:hover, | |
.all--btn--transparent--blog-red .hs-cta-wrapper a:hover, | |
.all--btn--transparent--blog-red form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #ef5350 !important; | |
color: #fff | |
} | |
.btn--transparent--primary, | |
.all--btn--transparent--primary .hs-cta-wrapper a, | |
.all--btn--transparent--primary form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #fff; | |
border-color: #fff !important | |
} | |
.btn--transparent--primary:hover, | |
.all--btn--transparent--primary .hs-cta-wrapper a:hover, | |
.all--btn--transparent--primary form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #fff !important; | |
color: #fff | |
} | |
.btn--transparent--secondary, | |
.all--btn--transparent--secondary .hs-cta-wrapper a, | |
.all--btn--transparent--secondary form.hs-form .hs_submit input.hs-button { | |
background-color: transparent !important; | |
color: #000; | |
border-color: #000 !important | |
} | |
.btn--transparent--secondary:hover, | |
.all--btn--transparent--secondary .hs-cta-wrapper a:hover, | |
.all--btn--transparent--secondary form.hs-form .hs_submit input.hs-button:hover { | |
background-color: #000 !important; | |
color: #fff | |
} | |
.background--placeholder { | |
background: url('//cdn2.hubspot.net/hubfs/145335/blogphotos_Amanda/hubspot-design-platform-01.jpg?t=1470432026125') no-repeat center center no-scroll; | |
background-size: cover | |
} | |
.background--hero { | |
background: url('//cdn2.hubspot.net/hubfs/145335/Home_v2/Assets/impact-hero.jpg?t=1470432026125') no-repeat center center no-scroll; | |
background-size: cover | |
} | |
.background--cover { | |
background-size: cover !important | |
} | |
.background--contain { | |
background-size: contain !important | |
} | |
.color--white, | |
.all--color--white, | |
.all--color--white * { | |
color: #fff !important | |
} | |
.background--white { | |
background-color: #fff | |
} | |
.border--white { | |
border-color: #fff | |
} | |
.color--black, | |
.all--color--black, | |
.all--color--black * { | |
color: #000 !important | |
} | |
.background--black { | |
background-color: #000 | |
} | |
.border--black { | |
border-color: #000 | |
} | |
.color--light-blue, | |
.all--color--light-blue, | |
.all--color--light-blue * { | |
color: #03a9f4 !important | |
} | |
.background--light-blue { | |
background-color: #03a9f4 | |
} | |
.border--light-blue { | |
border-color: #03a9f4 | |
} | |
.color--blue, | |
.all--color--blue, | |
.all--color--blue * { | |
color: #1082c1 !important | |
} | |
.background--blue { | |
background-color: #1082c1 | |
} | |
.border--blue { | |
border-color: #1082c1 | |
} | |
.color--dark-blue, | |
.all--color--dark-blue, | |
.all--color--dark-blue * { | |
color: #0c6293 !important | |
} | |
.background--dark-blue { | |
background-color: #0c6293 | |
} | |
.border--dark-blue { | |
border-color: #0c6293 | |
} | |
.color--green, | |
.all--color--green, | |
.all--color--green * { | |
color: #28b785 !important | |
} | |
.background--green { | |
background-color: #28b785 | |
} | |
.border--green { | |
border-color: #28b785 | |
} | |
.color--bofu-orange, | |
.all--color--bofu-orange, | |
.all--color--bofu-orange * { | |
color: #ff7043 !important | |
} | |
.background--bofu-orange { | |
background-color: #ff7043 | |
} | |
.border--bofu-orange { | |
border-color: #ff7043 | |
} | |
.color--bofu-orange-hover, | |
.all--color--bofu-orange-hover, | |
.all--color--bofu-orange-hover * { | |
color: #f4511e !important | |
} | |
.background--bofu-orange-hover { | |
background-color: #f4511e | |
} | |
.border--bofu-orange-hover { | |
border-color: #f4511e | |
} | |
.color--light-off-white, | |
.all--color--light-off-white, | |
.all--color--light-off-white * { | |
color: #f5f9f9 !important | |
} | |
.background--light-off-white { | |
background-color: #f5f9f9 | |
} | |
.border--light-off-white { | |
border-color: #f5f9f9 | |
} | |
.color--off-white, | |
.all--color--off-white, | |
.all--color--off-white * { | |
color: #f4f4f4 !important | |
} | |
.background--off-white { | |
background-color: #f4f4f4 | |
} | |
.border--off-white { | |
border-color: #f4f4f4 | |
} | |
.color--blue-grey, | |
.all--color--blue-grey, | |
.all--color--blue-grey * { | |
color: #c5d6e0 !important | |
} | |
.background--blue-grey { | |
background-color: #c5d6e0 | |
} | |
.border--blue-grey { | |
border-color: #c5d6e0 | |
} | |
.color--light-grey, | |
.all--color--light-grey, | |
.all--color--light-grey * { | |
color: #ccc !important | |
} | |
.background--light-grey { | |
background-color: #ccc | |
} | |
.border--light-grey { | |
border-color: #ccc | |
} | |
.color--lightest-grey, | |
.all--color--lightest-grey, | |
.all--color--lightest-grey * { | |
color: #ddd !important | |
} | |
.background--lightest-grey { | |
background-color: #ddd | |
} | |
.border--lightest-grey { | |
border-color: #ddd | |
} | |
.color--med-grey, | |
.all--color--med-grey, | |
.all--color--med-grey * { | |
color: #999 !important | |
} | |
.background--med-grey { | |
background-color: #999 | |
} | |
.border--med-grey { | |
border-color: #999 | |
} | |
.color--middle-grey, | |
.all--color--middle-grey, | |
.all--color--middle-grey * { | |
color: #666 !important | |
} | |
.background--middle-grey { | |
background-color: #666 | |
} | |
.border--middle-grey { | |
border-color: #666 | |
} | |
.color--dark-grey, | |
.all--color--dark-grey, | |
.all--color--dark-grey * { | |
color: #444 !important | |
} | |
.background--dark-grey { | |
background-color: #444 | |
} | |
.border--dark-grey { | |
border-color: #444 | |
} | |
.color--darkest-grey, | |
.all--color--darkest-grey, | |
.all--color--darkest-grey * { | |
color: #333 !important | |
} | |
.background--darkest-grey { | |
background-color: #333 | |
} | |
.border--darkest-grey { | |
border-color: #333 | |
} | |
.color--blog-purple, | |
.all--color--blog-purple, | |
.all--color--blog-purple * { | |
color: #9575cd !important | |
} | |
.background--blog-purple { | |
background-color: #9575cd | |
} | |
.border--blog-purple { | |
border-color: #9575cd | |
} | |
.color--blog-dark-blue, | |
.all--color--blog-dark-blue, | |
.all--color--blog-dark-blue * { | |
color: #1565c0 !important | |
} | |
.background--blog-dark-blue { | |
background-color: #1565c0 | |
} | |
.border--blog-dark-blue { | |
border-color: #1565c0 | |
} | |
.color--blog-light-blue, | |
.all--color--blog-light-blue, | |
.all--color--blog-light-blue * { | |
color: #81d4fa !important | |
} | |
.background--blog-light-blue { | |
background-color: #81d4fa | |
} | |
.border--blog-light-blue { | |
border-color: #81d4fa | |
} | |
.color--blog-green, | |
.all--color--blog-green, | |
.all--color--blog-green * { | |
color: #81c784 !important | |
} | |
.background--blog-green { | |
background-color: #81c784 | |
} | |
.border--blog-green { | |
border-color: #81c784 | |
} | |
.color--blog-orange, | |
.all--color--blog-orange, | |
.all--color--blog-orange * { | |
color: #ffa726 !important | |
} | |
.background--blog-orange { | |
background-color: #ffa726 | |
} | |
.border--blog-orange { | |
border-color: #ffa726 | |
} | |
.color--blog-red, | |
.all--color--blog-red, | |
.all--color--blog-red * { | |
color: #ef5350 !important | |
} | |
.background--blog-red { | |
background-color: #ef5350 | |
} | |
.border--blog-red { | |
border-color: #ef5350 | |
} | |
.color--primary, | |
.all--color--primary, | |
.all--color--primary * { | |
color: #fff !important | |
} | |
.background--primary { | |
background-color: #fff | |
} | |
.border--primary { | |
border-color: #fff | |
} | |
.color--secondary, | |
.all--color--secondary, | |
.all--color--secondary * { | |
color: #000 !important | |
} | |
.background--secondary { | |
background-color: #000 | |
} | |
.border--secondary { | |
border-color: #000 | |
} | |
.border--transparent { | |
border-color: transparent | |
} | |
.color--facebook, | |
.all--color--facebook, | |
.all--color--facebook * { | |
color: #395697 | |
} | |
.background--facebook { | |
background-color: #395697 | |
} | |
.border--facebook { | |
border-color: #395697 | |
} | |
.color--twitter, | |
.all--color--twitter, | |
.all--color--twitter * { | |
color: #50aee1 | |
} | |
.background--twitter { | |
background-color: #50aee1 | |
} | |
.border--twitter { | |
border-color: #50aee1 | |
} | |
.color--linkedin, | |
.all--color--linkedin, | |
.all--color--linkedin * { | |
color: #007bb6 | |
} | |
.background--linkedin { | |
background-color: #007bb6 | |
} | |
.border--linkedin { | |
border-color: #007bb6 | |
} | |
.color--google, | |
.all--color--google, | |
.all--color--google * { | |
color: #dd4b39 | |
} | |
.background--google { | |
background-color: #dd4b39 | |
} | |
.border--google { | |
border-color: #dd4b39 | |
} | |
.color--youtube, | |
.all--color--youtube, | |
.all--color--youtube * { | |
color: #b00 | |
} | |
.background--youtube { | |
background-color: #b00 | |
} | |
.border--youtube { | |
border-color: #b00 | |
} | |
.color--instagram, | |
.all--color--instagram, | |
.all--color--instagram * { | |
color: #125688 | |
} | |
.background--instagram { | |
background-color: #125688 | |
} | |
.border--instagram { | |
border-color: #125688 | |
} | |
.color--pinterest, | |
.all--color--pinterest, | |
.all--color--pinterest * { | |
color: #cb2027 | |
} | |
.background--pinterest { | |
background-color: #cb2027 | |
} | |
.border--pinterest { | |
border-color: #cb2027 | |
} | |
.color--dribbble, | |
.all--color--dribbble, | |
.all--color--dribbble * { | |
color: #ef558f | |
} | |
.background--dribbble { | |
background-color: #ef558f | |
} | |
.border--dribbble { | |
border-color: #ef558f | |
} | |
.border--0 { | |
border-style: solid; | |
border-width: 0 | |
} | |
.border--top--0 { | |
border-style: solid; | |
border-top-width: 0 !important | |
} | |
.border--bottom--0 { | |
border-style: solid; | |
border-bottom-width: 0 !important | |
} | |
.border--left--0 { | |
border-style: solid; | |
border-left-width: 0 !important | |
} | |
.border--right--0 { | |
border-style: solid; | |
border-right-width: 0 !important | |
} | |
.border--1 { | |
border-style: solid; | |
border-width: 1px | |
} | |
.border--top--1 { | |
border-style: solid; | |
border-top-width: 1px !important | |
} | |
.border--bottom--1 { | |
border-style: solid; | |
border-bottom-width: 1px !important | |
} | |
.border--left--1 { | |
border-style: solid; | |
border-left-width: 1px !important | |
} | |
.border--right--1 { | |
border-style: solid; | |
border-right-width: 1px !important | |
} | |
.border--2 { | |
border-style: solid; | |
border-width: 2px | |
} | |
.border--top--2 { | |
border-style: solid; | |
border-top-width: 2px !important | |
} | |
.border--bottom--2 { | |
border-style: solid; | |
border-bottom-width: 2px !important | |
} | |
.border--left--2 { | |
border-style: solid; | |
border-left-width: 2px !important | |
} | |
.border--right--2 { | |
border-style: solid; | |
border-right-width: 2px !important | |
} | |
.border--3 { | |
border-style: solid; | |
border-width: 3px | |
} | |
.border--top--3 { | |
border-style: solid; | |
border-top-width: 3px !important | |
} | |
.border--bottom--3 { | |
border-style: solid; | |
border-bottom-width: 3px !important | |
} | |
.border--left--3 { | |
border-style: solid; | |
border-left-width: 3px !important | |
} | |
.border--right--3 { | |
border-style: solid; | |
border-right-width: 3px !important | |
} | |
.border--4 { | |
border-style: solid; | |
border-width: 4px | |
} | |
.border--top--4 { | |
border-style: solid; | |
border-top-width: 4px !important | |
} | |
.border--bottom--4 { | |
border-style: solid; | |
border-bottom-width: 4px !important | |
} | |
.border--left--4 { | |
border-style: solid; | |
border-left-width: 4px !important | |
} | |
.border--right--4 { | |
border-style: solid; | |
border-right-width: 4px !important | |
} | |
.border--5 { | |
border-style: solid; | |
border-width: 5px | |
} | |
.border--top--5 { | |
border-style: solid; | |
border-top-width: 5px !important | |
} | |
.border--bottom--5 { | |
border-style: solid; | |
border-bottom-width: 5px !important | |
} | |
.border--left--5 { | |
border-style: solid; | |
border-left-width: 5px !important | |
} | |
.border--right--5 { | |
border-style: solid; | |
border-right-width: 5px !important | |
} | |
.border--6 { | |
border-style: solid; | |
border-width: 6px | |
} | |
.border--top--6 { | |
border-style: solid; | |
border-top-width: 6px !important | |
} | |
.border--bottom--6 { | |
border-style: solid; | |
border-bottom-width: 6px !important | |
} | |
.border--left--6 { | |
border-style: solid; | |
border-left-width: 6px !important | |
} | |
.border--right--6 { | |
border-style: solid; | |
border-right-width: 6px !important | |
} | |
.border--7 { | |
border-style: solid; | |
border-width: 7px | |
} | |
.border--top--7 { | |
border-style: solid; | |
border-top-width: 7px !important | |
} | |
.border--bottom--7 { | |
border-style: solid; | |
border-bottom-width: 7px !important | |
} | |
.border--left--7 { | |
border-style: solid; | |
border-left-width: 7px !important | |
} | |
.border--right--7 { | |
border-style: solid; | |
border-right-width: 7px !important | |
} | |
.border--8 { | |
border-style: solid; | |
border-width: 8px | |
} | |
.border--top--8 { | |
border-style: solid; | |
border-top-width: 8px !important | |
} | |
.border--bottom--8 { | |
border-style: solid; | |
border-bottom-width: 8px !important | |
} | |
.border--left--8 { | |
border-style: solid; | |
border-left-width: 8px !important | |
} | |
.border--right--8 { | |
border-style: solid; | |
border-right-width: 8px !important | |
} | |
.border--9 { | |
border-style: solid; | |
border-width: 9px | |
} | |
.border--top--9 { | |
border-style: solid; | |
border-top-width: 9px !important | |
} | |
.border--bottom--9 { | |
border-style: solid; | |
border-bottom-width: 9px !important | |
} | |
.border--left--9 { | |
border-style: solid; | |
border-left-width: 9px !important | |
} | |
.border--right--9 { | |
border-style: solid; | |
border-right-width: 9px !important | |
} | |
.border--10 { | |
border-style: solid; | |
border-width: 10px | |
} | |
.border--top--10 { | |
border-style: solid; | |
border-top-width: 10px !important | |
} | |
.border--bottom--10 { | |
border-style: solid; | |
border-bottom-width: 10px !important | |
} | |
.border--left--10 { | |
border-style: solid; | |
border-left-width: 10px !important | |
} | |
.border--right--10 { | |
border-style: solid; | |
border-right-width: 10px !important | |
} | |
.border-radius--0 { | |
border-radius: 0 | |
} | |
.border-radius--1 { | |
border-radius: 1px | |
} | |
.border-radius--2 { | |
border-radius: 2px | |
} | |
.border-radius--3 { | |
border-radius: 3px | |
} | |
.border-radius--4 { | |
border-radius: 4px | |
} | |
.border-radius--5 { | |
border-radius: 5px | |
} | |
.border-radius--6 { | |
border-radius: 6px | |
} | |
.border-radius--7 { | |
border-radius: 7px | |
} | |
.border-radius--8 { | |
border-radius: 8px | |
} | |
.border-radius--9 { | |
border-radius: 9px | |
} | |
.border-radius--10 { | |
border-radius: 10px | |
} | |
.border-radius--circle { | |
border-radius: 50% | |
} | |
.border-radius--pill { | |
border-radius: 9999px | |
} | |
.font--heading, | |
.font--heading * { | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif | |
} | |
.font--font-awe, | |
.font--font-awe * { | |
font-family: "FontAwesome", sans-serif | |
} | |
.font--0, | |
.font--0 * { | |
font-size: 0 !important | |
} | |
.font--1, | |
.font--1 * { | |
font-size: 1px !important | |
} | |
.font--2, | |
.font--2 * { | |
font-size: 2px !important | |
} | |
.font--3, | |
.font--3 * { | |
font-size: 3px !important | |
} | |
.font--4, | |
.font--4 * { | |
font-size: 4px !important | |
} | |
.font--5, | |
.font--5 * { | |
font-size: 5px !important | |
} | |
.font--6, | |
.font--6 * { | |
font-size: 6px !important | |
} | |
.font--7, | |
.font--7 * { | |
font-size: 7px !important | |
} | |
.font--8, | |
.font--8 * { | |
font-size: 8px !important | |
} | |
.font--9, | |
.font--9 * { | |
font-size: 9px !important | |
} | |
.font--10, | |
.font--10 * { | |
font-size: 10px !important | |
} | |
.font--11, | |
.font--11 * { | |
font-size: 11px !important | |
} | |
.font--12, | |
.font--12 * { | |
font-size: 12px !important | |
} | |
.font--13, | |
.font--13 * { | |
font-size: 13px !important | |
} | |
.font--14, | |
.font--14 * { | |
font-size: 16px !important | |
} | |
.font--15, | |
.font--15 * { | |
font-size: 15px !important | |
} | |
.font--16, | |
.font--16 * { | |
font-size: 16px !important | |
} | |
.font--17, | |
.font--17 * { | |
font-size: 17px !important | |
} | |
.font--18, | |
.font--18 * { | |
font-size: 18px !important | |
} | |
.font--19, | |
.font--19 * { | |
font-size: 19px !important | |
} | |
.font--20, | |
.font--20 * { | |
font-size: 20px !important | |
} | |
.font--21, | |
.font--21 * { | |
font-size: 21px !important | |
} | |
.font--22, | |
.font--22 * { | |
font-size: 22px !important | |
} | |
.font--23, | |
.font--23 * { | |
font-size: 23px !important | |
} | |
.font--24, | |
.font--24 * { | |
font-size: 24px !important | |
} | |
.font--25, | |
.font--25 * { | |
font-size: 25px !important | |
} | |
.font--26, | |
.font--26 * { | |
font-size: 26px !important | |
} | |
.font--27, | |
.font--27 * { | |
font-size: 27px !important | |
} | |
.font--28, | |
.font--28 * { | |
font-size: 28px !important | |
} | |
.font--29, | |
.font--29 * { | |
font-size: 29px !important | |
} | |
.font--30, | |
.font--30 * { | |
font-size: 30px !important | |
} | |
.font--31, | |
.font--31 * { | |
font-size: 31px !important | |
} | |
.font--32, | |
.font--32 * { | |
font-size: 32px !important | |
} | |
.font--33, | |
.font--33 * { | |
font-size: 33px !important | |
} | |
.font--34, | |
.font--34 * { | |
font-size: 34px !important | |
} | |
.font--35, | |
.font--35 * { | |
font-size: 35px !important | |
} | |
.font--36, | |
.font--36 * { | |
font-size: 36px !important | |
} | |
.font--37, | |
.font--37 * { | |
font-size: 37px !important | |
} | |
.font--38, | |
.font--38 * { | |
font-size: 38px !important | |
} | |
.font--39, | |
.font--39 * { | |
font-size: 39px !important | |
} | |
.font--40, | |
.font--40 * { | |
font-size: 40px !important | |
} | |
.font--41, | |
.font--41 * { | |
font-size: 41px !important | |
} | |
.font--42, | |
.font--42 * { | |
font-size: 42px !important | |
} | |
.font--43, | |
.font--43 * { | |
font-size: 43px !important | |
} | |
.font--44, | |
.font--44 * { | |
font-size: 44px !important | |
} | |
.font--45, | |
.font--45 * { | |
font-size: 45px !important | |
} | |
.font--46, | |
.font--46 * { | |
font-size: 46px !important | |
} | |
.font--47, | |
.font--47 * { | |
font-size: 47px !important | |
} | |
.font--48, | |
.font--48 * { | |
font-size: 48px !important | |
} | |
.font--49, | |
.font--49 * { | |
font-size: 49px !important | |
} | |
.font--50, | |
.font--50 * { | |
font-size: 50px !important | |
} | |
h1, | |
span.h1 { | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 50px; | |
line-height: 1.5em; | |
font-style: normal; | |
font-weight: 400; | |
color: #444 | |
} | |
h2, | |
span.h2 { | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 46px; | |
line-height: 1.5em; | |
font-style: normal; | |
font-weight: 100; | |
color: #444 | |
} | |
h3, | |
span.h3 { | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 38px; | |
line-height: 1.5em; | |
font-style: normal; | |
font-weight: 100; | |
color: #444 | |
} | |
h5, | |
span.h5 { | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 18px; | |
line-height: 1.5em; | |
font-style: normal; | |
font-weight: 600; | |
color: #444 | |
} | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
span.h1, | |
span.h2, | |
span.h3, | |
span.h4, | |
span.h5, | |
span.h6, | |
p { | |
display: block; | |
margin-bottom: 32px | |
} | |
h1+h1, | |
h1+span.h1, | |
span.h1+h1, | |
span.h1+span.h1 { | |
margin-top: -16px | |
} | |
h1+h2, | |
h1+span.h2, | |
span.h1+h2, | |
span.h1+span.h2 { | |
margin-top: -16px | |
} | |
h1+h3, | |
h1+span.h3, | |
span.h1+h3, | |
span.h1+span.h3 { | |
margin-top: -16px | |
} | |
h1+h4, | |
h1+span.h4, | |
span.h1+h4, | |
span.h1+span.h4 { | |
margin-top: -16px | |
} | |
h1+h5, | |
h1+span.h5, | |
span.h1+h5, | |
span.h1+span.h5 { | |
margin-top: -16px | |
} | |
h1+h6, | |
h1+span.h6, | |
span.h1+h6, | |
span.h1+span.h6 { | |
margin-top: -16px | |
} | |
h1+p, | |
h1+span.p, | |
span.h1+p, | |
span.h1+span.p { | |
margin-top: -16px | |
} | |
h2+h1, | |
h2+span.h1, | |
span.h2+h1, | |
span.h2+span.h1 { | |
margin-top: -16px | |
} | |
h2+h2, | |
h2+span.h2, | |
span.h2+h2, | |
span.h2+span.h2 { | |
margin-top: -16px | |
} | |
h2+h3, | |
h2+span.h3, | |
span.h2+h3, | |
span.h2+span.h3 { | |
margin-top: -16px | |
} | |
h2+h4, | |
h2+span.h4, | |
span.h2+h4, | |
span.h2+span.h4 { | |
margin-top: -16px | |
} | |
h2+h5, | |
h2+span.h5, | |
span.h2+h5, | |
span.h2+span.h5 { | |
margin-top: -16px | |
} | |
h2+h6, | |
h2+span.h6, | |
span.h2+h6, | |
span.h2+span.h6 { | |
margin-top: -16px | |
} | |
h2+p, | |
h2+span.p, | |
span.h2+p, | |
span.h2+span.p { | |
margin-top: -16px | |
} | |
h3+h1, | |
h3+span.h1, | |
span.h3+h1, | |
span.h3+span.h1 { | |
margin-top: -16px | |
} | |
h3+h2, | |
h3+span.h2, | |
span.h3+h2, | |
span.h3+span.h2 { | |
margin-top: -16px | |
} | |
h3+h3, | |
h3+span.h3, | |
span.h3+h3, | |
span.h3+span.h3 { | |
margin-top: -16px | |
} | |
h3+h4, | |
h3+span.h4, | |
span.h3+h4, | |
span.h3+span.h4 { | |
margin-top: -16px | |
} | |
h3+h5, | |
h3+span.h5, | |
span.h3+h5, | |
span.h3+span.h5 { | |
margin-top: -16px | |
} | |
h3+h6, | |
h3+span.h6, | |
span.h3+h6, | |
span.h3+span.h6 { | |
margin-top: -16px | |
} | |
h3+p, | |
h3+span.p, | |
span.h3+p, | |
span.h3+span.p { | |
margin-top: -16px | |
} | |
h4+h1, | |
h4+span.h1, | |
span.h4+h1, | |
span.h4+span.h1 { | |
margin-top: -16px | |
} | |
h4+h2, | |
h4+span.h2, | |
span.h4+h2, | |
span.h4+span.h2 { | |
margin-top: -16px | |
} | |
h4+h3, | |
h4+span.h3, | |
span.h4+h3, | |
span.h4+span.h3 { | |
margin-top: -16px | |
} | |
h4+h4, | |
h4+span.h4, | |
span.h4+h4, | |
span.h4+span.h4 { | |
margin-top: -16px | |
} | |
h4+h5, | |
h4+span.h5, | |
span.h4+h5, | |
span.h4+span.h5 { | |
margin-top: -16px | |
} | |
h4+h6, | |
h4+span.h6, | |
span.h4+h6, | |
span.h4+span.h6 { | |
margin-top: -16px | |
} | |
h4+p, | |
h4+span.p, | |
span.h4+p, | |
span.h4+span.p { | |
margin-top: -16px | |
} | |
h5+h1, | |
h5+span.h1, | |
span.h5+h1, | |
span.h5+span.h1 { | |
margin-top: -16px | |
} | |
h5+h2, | |
h5+span.h2, | |
span.h5+h2, | |
span.h5+span.h2 { | |
margin-top: -16px | |
} | |
h5+h3, | |
h5+span.h3, | |
span.h5+h3, | |
span.h5+span.h3 { | |
margin-top: -16px | |
} | |
h5+h4, | |
h5+span.h4, | |
span.h5+h4, | |
span.h5+span.h4 { | |
margin-top: -16px | |
} | |
h5+h5, | |
h5+span.h5, | |
span.h5+h5, | |
span.h5+span.h5 { | |
margin-top: -16px | |
} | |
h5+h6, | |
h5+span.h6, | |
span.h5+h6, | |
span.h5+span.h6 { | |
margin-top: -16px | |
} | |
h5+p, | |
h5+span.p, | |
span.h5+p, | |
span.h5+span.p { | |
margin-top: -16px | |
} | |
h6+h1, | |
h6+span.h1, | |
span.h6+h1, | |
span.h6+span.h1 { | |
margin-top: -16px | |
} | |
h6+h2, | |
h6+span.h2, | |
span.h6+h2, | |
span.h6+span.h2 { | |
margin-top: -16px | |
} | |
h6+h3, | |
h6+span.h3, | |
span.h6+h3, | |
span.h6+span.h3 { | |
margin-top: -16px | |
} | |
h6+h4, | |
h6+span.h4, | |
span.h6+h4, | |
span.h6+span.h4 { | |
margin-top: -16px | |
} | |
h6+h5, | |
h6+span.h5, | |
span.h6+h5, | |
span.h6+span.h5 { | |
margin-top: -16px | |
} | |
h6+h6, | |
h6+span.h6, | |
span.h6+h6, | |
span.h6+span.h6 { | |
margin-top: -16px | |
} | |
h6+p, | |
h6+span.p, | |
span.h6+p, | |
span.h6+span.p { | |
margin-top: -16px | |
} | |
p+h1, | |
p+span.h1, | |
span.p+h1, | |
span.p+span.h1 { | |
margin-top: -16px | |
} | |
p+h2, | |
p+span.h2, | |
span.p+h2, | |
span.p+span.h2 { | |
margin-top: -16px | |
} | |
p+h3, | |
p+span.h3, | |
span.p+h3, | |
span.p+span.h3 { | |
margin-top: -16px | |
} | |
p+h4, | |
p+span.h4, | |
span.p+h4, | |
span.p+span.h4 { | |
margin-top: -16px | |
} | |
p+h5, | |
p+span.h5, | |
span.p+h5, | |
span.p+span.h5 { | |
margin-top: -16px | |
} | |
p+h6, | |
p+span.h6, | |
span.p+h6, | |
span.p+span.h6 { | |
margin-top: -16px | |
} | |
p+p, | |
p+span.p, | |
span.p+p, | |
span.p+span.p { | |
margin-top: -16px | |
} | |
h1 span.h1 { | |
margin-bottom: inherit | |
} | |
h1 span.h2 { | |
margin-bottom: inherit | |
} | |
h1 span.h3 { | |
margin-bottom: inherit | |
} | |
h1 span.h4 { | |
margin-bottom: inherit | |
} | |
h1 span.h5 { | |
margin-bottom: inherit | |
} | |
h1 span.h6 { | |
margin-bottom: inherit | |
} | |
h1 span.p { | |
margin-bottom: inherit | |
} | |
h2 span.h1 { | |
margin-bottom: inherit | |
} | |
h2 span.h2 { | |
margin-bottom: inherit | |
} | |
h2 span.h3 { | |
margin-bottom: inherit | |
} | |
h2 span.h4 { | |
margin-bottom: inherit | |
} | |
h2 span.h5 { | |
margin-bottom: inherit | |
} | |
h2 span.h6 { | |
margin-bottom: inherit | |
} | |
h2 span.p { | |
margin-bottom: inherit | |
} | |
h3 span.h1 { | |
margin-bottom: inherit | |
} | |
h3 span.h2 { | |
margin-bottom: inherit | |
} | |
h3 span.h3 { | |
margin-bottom: inherit | |
} | |
h3 span.h4 { | |
margin-bottom: inherit | |
} | |
h3 span.h5 { | |
margin-bottom: inherit | |
} | |
h3 span.h6 { | |
margin-bottom: inherit | |
} | |
h3 span.p { | |
margin-bottom: inherit | |
} | |
h4 span.h1 { | |
margin-bottom: inherit | |
} | |
h4 span.h2 { | |
margin-bottom: inherit | |
} | |
h4 span.h3 { | |
margin-bottom: inherit | |
} | |
h4 span.h4 { | |
margin-bottom: inherit | |
} | |
h4 span.h5 { | |
margin-bottom: inherit | |
} | |
h4 span.h6 { | |
margin-bottom: inherit | |
} | |
h4 span.p { | |
margin-bottom: inherit | |
} | |
h5 span.h1 { | |
margin-bottom: inherit | |
} | |
h5 span.h2 { | |
margin-bottom: inherit | |
} | |
h5 span.h3 { | |
margin-bottom: inherit | |
} | |
h5 span.h4 { | |
margin-bottom: inherit | |
} | |
h5 span.h5 { | |
margin-bottom: inherit | |
} | |
h5 span.h6 { | |
margin-bottom: inherit | |
} | |
h5 span.p { | |
margin-bottom: inherit | |
} | |
h6 span.h1 { | |
margin-bottom: inherit | |
} | |
h6 span.h2 { | |
margin-bottom: inherit | |
} | |
h6 span.h3 { | |
margin-bottom: inherit | |
} | |
h6 span.h4 { | |
margin-bottom: inherit | |
} | |
h6 span.h5 { | |
margin-bottom: inherit | |
} | |
h6 span.h6 { | |
margin-bottom: inherit | |
} | |
h6 span.p { | |
margin-bottom: inherit | |
} | |
p span.h1 { | |
margin-bottom: inherit | |
} | |
p span.h2 { | |
margin-bottom: inherit | |
} | |
p span.h3 { | |
margin-bottom: inherit | |
} | |
p span.h4 { | |
margin-bottom: inherit | |
} | |
p span.h5 { | |
margin-bottom: inherit | |
} | |
p span.h6 { | |
margin-bottom: inherit | |
} | |
p span.p { | |
margin-bottom: inherit | |
} | |
h1 a, | |
span.h1 a, | |
h2 a, | |
span.h2 a, | |
h3 a, | |
span.h3 a, | |
h4 a, | |
span.h4 a, | |
h5 a, | |
span.h5 a, | |
h6 a, | |
span.h6 a { | |
font: inherit !important; | |
line-height: inherit !important; | |
text-decoration: inherit !important; | |
text-transform: inherit !important; | |
color: inherit !important; | |
word-spacing: inherit !important; | |
letter-spacing: inherit !important | |
} | |
a { | |
text-decoration: underline; | |
color: #1082c1 | |
} | |
.bold, | |
.strong, | |
.all--bold, | |
.all--bold *, | |
.all--strong, | |
.all--strong * { | |
font-weight: 600 !important | |
} | |
.bolder, | |
.all--bolder, | |
.all--bolder * { | |
font-weight: 700 !important | |
} | |
.light, | |
.all--light, | |
.all--light * { | |
font-weight: 300 !important | |
} | |
.lighter, | |
.all--lighter, | |
.all--lighter * { | |
font-weight: 100 !important | |
} | |
.italic, | |
.all--italic, | |
.all--italic * { | |
font-style: italic !important | |
} | |
.uppercase, | |
.all--uppercase, | |
.all--uppercase * { | |
text-transform: uppercase | |
} | |
.lowercase, | |
.all--lowercase, | |
.all--lowercase * { | |
text-transform: lowercase | |
} | |
.normalcase, | |
.all--normalcase, | |
.all--normalcase * { | |
text-transform: none | |
} | |
.normal, | |
.all--normal, | |
.all--normal * { | |
font-style: normal; | |
font-weight: 400 !important | |
} | |
.normal--weight, | |
.all--normal--weight, | |
.all--normal--weight * { | |
font-weight: 400 !important | |
} | |
.normal--style, | |
.all--normal--style, | |
.all--normal--style * { | |
font-style: normal !important | |
} | |
.fade--in, | |
.fade--up, | |
.fade--down, | |
.fade--left, | |
.fade--right, | |
.fade--load { | |
opacity: 0; | |
-webkit-transition: opacity 1.25s ease-out; | |
-moz-transition: opacity 1.25s ease-out; | |
-ms-transition: opacity 1.25s ease-out; | |
-o-transition: opacity 1.25s ease-out; | |
transition: opacity 1.25s ease-out | |
} | |
.fade--left, | |
.fade--right { | |
-webkit-transition: opacity 1.25s ease-out, transform 1.25s ease-out; | |
-moz-transition: opacity 1.25s ease-out, transform 1.25s ease-out; | |
-ms-transition: opacity 1.25s ease-out, transform 1.25s ease-out; | |
-o-transition: opacity 1.25s ease-out, transform 1.25s ease-out; | |
transition: opacity 1.25s ease-out, transform 1.25s ease-out | |
} | |
.fade--up:before, | |
.fade--up:after, | |
.fade--down:before, | |
.fade--down:after { | |
-webkit-transition: margin 1.25s ease-out; | |
-moz-transition: margin 1.25s ease-out; | |
-ms-transition: margin 1.25s ease-out; | |
-o-transition: margin 1.25s ease-out; | |
transition: margin 1.25s ease-out | |
} | |
.fade--up:before, | |
.fade--up:after { | |
content: ""; | |
display: block; | |
width: 100%; | |
height: 0 | |
} | |
.fade--up:before { | |
margin-top: 20px | |
} | |
.fade--up:after { | |
margin-bottom: -20px | |
} | |
.fade--down:before, | |
.fade--down:after { | |
content: ""; | |
display: block; | |
width: 100%; | |
height: 0 | |
} | |
.fade--down:before { | |
margin-top: -20px | |
} | |
.fade--down:after { | |
margin-bottom: 20px | |
} | |
.fade--left { | |
transform: translateX(100px) | |
} | |
.fade--right { | |
transform: translateX(-100px) | |
} | |
.fade.fade--in, | |
.fade.fade--up, | |
.fade.fade--down, | |
.fade.fade--left, | |
.fade.fade--right, | |
.fade.fade--load { | |
opacity: 1 | |
} | |
.fade.fade--up:before, | |
.fade.fade--down:before { | |
margin-top: 0 | |
} | |
.fade.fade--up:after, | |
.fade.fade--down:after { | |
margin-bottom: 0 | |
} | |
.fade.fade--left, | |
.fade.fade--right { | |
transform: translateX(0) | |
} | |
.fade--delay--1, | |
.fade--delay--1:before, | |
.fade--delay--1:after { | |
-webkit-transition-delay: .33s; | |
transition-delay: .33s | |
} | |
.fade--delay--2, | |
.fade--delay--2:before, | |
.fade--delay--2:after { | |
-webkit-transition-delay: .66s; | |
transition-delay: .66s | |
} | |
.fade--delay--3, | |
.fade--delay--3:before, | |
.fade--delay--3:after { | |
-webkit-transition-delay: .99s; | |
transition-delay: .99s | |
} | |
.fade--delay--4, | |
.fade--delay--4:before, | |
.fade--delay--4:after { | |
-webkit-transition-delay: 1.32s; | |
transition-delay: 1.32s | |
} | |
.fade--delay--5, | |
.fade--delay--5:before, | |
.fade--delay--5:after { | |
-webkit-transition-delay: 1.65s; | |
transition-delay: 1.65s | |
} | |
.fade--delay--6, | |
.fade--delay--6:before, | |
.fade--delay--6:after { | |
-webkit-transition-delay: 1.98s; | |
transition-delay: 1.98s | |
} | |
.fade--delay--7, | |
.fade--delay--7:before, | |
.fade--delay--7:after { | |
-webkit-transition-delay: 2.31s; | |
transition-delay: 2.31s | |
} | |
.fade--delay--8, | |
.fade--delay--8:before, | |
.fade--delay--8:after { | |
-webkit-transition-delay: 2.64s; | |
transition-delay: 2.64s | |
} | |
.fade--delay--9, | |
.fade--delay--9:before, | |
.fade--delay--9:after { | |
-webkit-transition-delay: 2.97s; | |
transition-delay: 2.97s | |
} | |
.fade--delay--10, | |
.fade--delay--10:before, | |
.fade--delay--10:after { | |
-webkit-transition-delay: 3.3s; | |
transition-delay: 3.3s | |
} | |
html.no-js .fade--in, | |
html.no-js .fade--up, | |
html.no-js .fade--down, | |
html.no-js .fade--left, | |
html.no-js .fade--right, | |
html.hs-inline-edit .fade--in, | |
html.hs-inline-edit .fade--up, | |
html.hs-inline-edit .fade--down, | |
html.hs-inline-edit .fade--left, | |
html.hs-inline-edit .fade--right { | |
opacity: 1 !important; | |
filter: alpha(opacity=100) !important | |
} | |
html.no-js.fade--up:before, | |
html.no-js.fade--up:after, | |
html.no-js.fade--down:before, | |
html.no-js.fade--down:after, | |
html.hs-inline-edit.fade--up:before, | |
html.hs-inline-edit.fade--up:after, | |
html.hs-inline-edit.fade--down:before, | |
html.hs-inline-edit.fade--down:after { | |
content: none !important | |
} | |
html.device--touch .fade--in, | |
html.device--touch .fade--up, | |
html.device--touch .fade--down, | |
html.device--touch .fade--left, | |
html.device--touch .fade--right { | |
opacity: 1 | |
} | |
html.device--touch .fade--left { | |
transform: translateX(0) | |
} | |
html.device--touch .fade--right { | |
transform: translateX(0) | |
} | |
html.device--touch .fade--up:before, | |
html.device--touch .fade--down:before { | |
margin-top: 0 | |
} | |
html.device--touch .fade--up:after, | |
html.device--touch .fade--down:after { | |
margin-bottom: 0 | |
} | |
.hs-menu-wrapper ul { | |
list-style: none; | |
padding: 0; | |
margin: 0 | |
} | |
.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li { | |
display: inline-block; | |
vertical-align: top | |
} | |
.grid form.hs-form.stacked .actions { | |
padding: 0; | |
margin: 0; | |
text-align: center | |
} | |
.grid .hbspt-form .submitted-message { | |
font-family: "Merriweather", Georgia, serif; | |
font-size: 14px; | |
line-height: 2em; | |
font-style: normal; | |
font-weight: 400; | |
color: #444 | |
} | |
.grid .hs_cos_wrapper_type_form { | |
font-family: "Merriweather", Georgia, serif; | |
font-size: 14px; | |
line-height: 2em; | |
font-style: normal; | |
font-weight: 400; | |
color: #444 | |
} | |
.grid .hs_cos_wrapper_type_form .form-title { | |
margin-top: 0 | |
} | |
.grid .hs_cos_wrapper_type_form>a[name] { | |
display: none | |
} | |
.grid form.hs-form input[type="text"].hs-input, | |
.grid form.hs-form input[type="number"].hs-input, | |
.grid form.hs-form input[type="email"].hs-input, | |
.grid form.hs-form input[type="tel"].hs-input, | |
.grid form.hs-form textarea.hs-input, | |
.production--form input[type="text"], | |
.production--form input[type="number"], | |
.production--form input[type="email"], | |
.production--form input[type="tel"], | |
.production--form textarea { | |
display: block; | |
max-width: 100%; | |
width: 100% !important; | |
padding-top: 4px; | |
padding-bottom: 4px; | |
padding-left: 8px; | |
padding-right: 8px; | |
margin-top: 0; | |
outline: 0; | |
box-shadow: none; | |
height: auto; | |
color: #444; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 16px; | |
line-height: 1.5em; | |
font-weight: 300; | |
border-color: #ccc; | |
border-style: solid; | |
border-width: 0 0 2px 0; | |
border-radius: 0; | |
-webkit-appearance: none; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box | |
} | |
.grid form.hs-form textarea.hs-input, | |
.production--form textarea { | |
min-height: 7.5em | |
} | |
.grid form.hs-form select.hs-input, | |
.production--form select { | |
width: 100%; | |
max-width: 100% !important; | |
margin-top: 0; | |
height: auto; | |
color: #444; | |
-webkit-appearance: none; | |
-moz-appearance: none; | |
appearance: none; | |
background-image: url("//cdn2.hubspot.net/hubfs/298890/Production/images/production--dropdown.png?t=1470432026125"); | |
background-repeat: no-repeat; | |
background-position: right center; | |
outline: 0; | |
box-shadow: none; | |
padding-top: 4px; | |
padding-bottom: 4px; | |
padding-left: 8px; | |
padding-right: 30px; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 16px; | |
line-height: 1.5em; | |
font-weight: 300; | |
border-color: #ccc; | |
border-style: solid; | |
border-width: 0 0 2px 0; | |
border-radius: 0; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box | |
} | |
.grid form.hs-form select.hs-input option, | |
.production--form select option { | |
color: #000 !important | |
} | |
.grid form.hs-form label, | |
.production--form label { | |
display: block; | |
text-align: left; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 16px; | |
line-height: 1.5em; | |
font-weight: 300; | |
color: #666 | |
} | |
.grid form.hs-form fieldset { | |
float: left; | |
max-width: 100%; | |
width: 100% | |
} | |
.grid form.hs-form .field { | |
margin-bottom: 0; | |
position: relative | |
} | |
.grid form.hs-form .inputs-list { | |
margin-bottom: 20px; | |
padding-left: 0; | |
list-style: none | |
} | |
.grid form.hs-form #captcha_wrapper { | |
margin-bottom: 20px | |
} | |
.grid form.hs-form #captcha_wrapper #recaptcha_area, | |
.grid form.hs-form #captcha_wrapper #recaptcha_table { | |
max-width: 100% | |
} | |
.grid form.hs-form #captcha_wrapper #recaptcha_table { | |
display: block; | |
overflow: hidden; | |
background: #dedede; | |
border-color: #ccc !important; | |
border-style: solid !important; | |
border-width: 0 0 2px 0 !important; | |
border-radius: 0 | |
} | |
.grid form.hs-form #captcha_wrapper #recaptcha_table * { | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box | |
} | |
.grid form.hs-form #captcha_wrapper #recaptcha_table td { | |
background-image: none | |
} | |
.grid form.hs-form #captcha_wrapper #recaptcha_table .recaptcha_input_area { | |
width: 171px !important; | |
margin-left: 0 !important; | |
margin-right: 0 !important | |
} | |
.grid form.hs-form #captcha_wrapper #recaptcha_table #recaptcha_response_field { | |
width: 100% !important; | |
margin-top: 8px !important; | |
padding: 4px 4px !important; | |
border-color: #ccc | |
} | |
.grid form.hs-form #captcha_wrapper #recaptcha_table .recaptcha_r4_c4 { | |
background: url("//cdn2.hubspot.net/hubfs/298890/Production/images/recaptcha_logo.png?t=1470432026125") no-repeat top right !important; | |
background-size: 90% auto !important | |
} | |
.grid form.hs-form #captcha_wrapper #recaptcha_table #recaptcha_privacy a { | |
font-size: 13px !important | |
} | |
.grid form.hs-form .form-columns-1>.hs-form-field { | |
width: 100%; | |
padding: 0 | |
} | |
.grid form.hs-form .form-columns-2>.hs-form-field { | |
display: inline-block; | |
vertical-align: bottom; | |
width: 49%; | |
padding: 0; | |
margin-left: 2%; | |
float: none | |
} | |
.grid form.hs-form .form-columns-2>.hs-form-field:first-child { | |
margin-left: 0 | |
} | |
@media screen and (max-width:679px) { | |
.grid form.hs-form .form-columns-2>.hs-form-field { | |
width: 100%; | |
margin-left: 0 | |
} | |
} | |
.grid form.hs-form .form-columns-2 .hs-richtext+.hs-form-field { | |
margin-left: 0 !important | |
} | |
.grid form.hs-form .form-columns-3>.hs-form-field { | |
display: inline-block; | |
vertical-align: bottom; | |
width: 32%; | |
padding: 0; | |
margin-left: 2%; | |
float: none | |
} | |
.grid form.hs-form .form-columns-3>.hs-form-field:first-child { | |
margin-left: 0 | |
} | |
@media screen and (max-width:679px) { | |
.grid form.hs-form .form-columns-3>.hs-form-field { | |
width: 100%; | |
margin-left: 0 | |
} | |
} | |
.grid form.hs-form .form-columns-3 .hs-richtext+.hs-form-field { | |
margin-left: 0 !important | |
} | |
.grid form.hs-form fieldset>.hs-form-field>label, | |
.grid form.hs-form>.hs-form-field>label { | |
margin-bottom: 20px | |
} | |
.grid form.hs-form .hs-form-required { | |
color: #dd2d2d | |
} | |
.grid form.hs-form .hs-form-field>.input { | |
margin-bottom: 20px; | |
margin-right: 0 | |
} | |
.grid form.hs-form .inputs-list label { | |
display: block !important | |
} | |
.grid form.hs-form .inputs-list label input { | |
display: inline-block; | |
width: auto; | |
margin-right: 10px | |
} | |
.grid form.hs-form .hs_submit { | |
clear: both; | |
width: 100%; | |
display: block | |
} | |
.grid form.hs-form .hs_submit input.hs-button, | |
.grid form.hs-form .hs_submit input.hs-button:active { | |
-webkit-appearance: none; | |
outline: none !important; | |
box-shadow: none !important; | |
text-shadow: none | |
} | |
.grid form.hs-form .hs-error-msgs.inputs-list { | |
position: absolute; | |
right: 0; | |
list-style: none !important; | |
padding: 0; | |
margin: 0 | |
} | |
.grid form.hs-form .hs-error-msgs.inputs-list li label { | |
list-style: none; | |
margin: -20px 0 15px 0; | |
padding: 0; | |
font-style: italic; | |
font-size: 0; | |
color: #dd2d2d; | |
text-align: right; | |
line-height: 15px | |
} | |
.grid form.hs-form .hs-error-msgs.inputs-list li label:before { | |
font-size: 12px; | |
content: "Required field. " | |
} | |
.grid form.hs-form .hs-error-msgs.inputs-list li+li { | |
display: none | |
} | |
.grid form.hs-form .hs_email.filled .hs-error-msgs.inputs-list li label:before { | |
content: "Please use a valid email. " | |
} | |
.grid form.hs-form .hs-input.error, | |
.grid form.hs-form .hs-input.invalid { | |
border-color: #dd2d2d !important | |
} | |
.no--labels .hs-form-field>label { | |
display: none !important | |
} | |
html.no-textshadow .no--labels .hs-form-field>label { | |
display: block !important | |
} | |
html.no-backgroundsize .no--labels label { | |
display: block !important | |
} | |
#hs_cos_wrapper_blog_comments #comments-listing .comment-from a { | |
color: inherit !important; | |
background: none !important; | |
padding: 0 !important; | |
font: inherit !important; | |
display: inline !important | |
} | |
.hubui form.hs-form .hs-form-field>label { | |
display: block !important; | |
position: absolute; | |
margin: 0; | |
width: 100%; | |
opacity: .9; | |
filter: alpha(opacity=90); | |
background: transparent; | |
pointer-events: none; | |
padding-top: 9px; | |
padding-bottom: 4px; | |
padding-left: 8px0 0 2px 0; | |
padding-right: 8px0 0 2px 0; | |
outline: 0; | |
height: auto; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 16px; | |
line-height: 1.25em; | |
font-weight: 300; | |
z-index: 1; | |
top: 0 0 2px 0-1px; | |
left: 0; | |
right: 0; | |
-webkit-appearance: none; | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; | |
-webkit-touch-callout: none; | |
-webkit-user-select: none; | |
-khtml-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
-webkit-transition: font-size .3s ease-out, padding-top .3s ease-out, color .3s ease-out; | |
-moz-transition: font-size .3s ease-out, padding-top .3s ease-out, color .3s ease-out; | |
-ms-transition: font-size .3s ease-out, padding-top .3s ease-out, color .3s ease-out; | |
-o-transition: font-size .3s ease-out, padding-top .3s ease-out, color .3s ease-out; | |
transition: font-size .3s ease-out, padding-top .3s ease-out, color .3s ease-out | |
} | |
.hubui form.hs-form .hs-form-field>label a { | |
position: relative; | |
z-index: 3; | |
pointer-events: auto | |
} | |
.hubui form.hs-form .hs-form-field.static>label { | |
position: relative !important; | |
padding-top: 0; | |
padding-bottom: 0; | |
padding-left: 0; | |
padding-right: 0; | |
left: auto; | |
right: auto; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 16px; | |
line-height: 1.5em; | |
font-weight: 300; | |
color: #666 | |
} | |
.hubui form.hs-form .hs-form-field input[type="text"].hs-input, | |
.hubui form.hs-form .hs-form-field input[type="number"].hs-input, | |
.hubui form.hs-form .hs-form-field input[type="email"].hs-input, | |
.hubui form.hs-form .hs-form-field input[type="tel"].hs-input, | |
.hubui form.hs-form .hs-form-field textarea.hs-input { | |
line-height: 1.25em; | |
padding-top: 14px | |
} | |
.hubui form.hs-form .hs-form-field input::-webkit-input-placeholder { | |
color: transparent | |
} | |
.hubui form.hs-form .hs-form-field input::-moz-placeholder { | |
color: transparent | |
} | |
.hubui form.hs-form .hs-form-field input:-ms-input-placeholder { | |
color: transparent | |
} | |
.hubui form.hs-form .hs-form-field input:-moz-placeholder { | |
color: transparent | |
} | |
.hubui form.hs-form .hs-form-field textarea::-webkit-input-placeholder { | |
color: transparent | |
} | |
.hubui form.hs-form .hs-form-field textarea::-moz-placeholder { | |
color: transparent | |
} | |
.hubui form.hs-form .hs-form-field textarea:-ms-input-placeholder { | |
color: transparent | |
} | |
.hubui form.hs-form .hs-form-field textarea:-moz-placeholder { | |
color: transparent | |
} | |
.hubui form.hs-form .hs-form-field select { | |
padding-top: 9px; | |
padding-bottom: 9px | |
} | |
.hubui form.hs-form .hs-form-field.focus>label, | |
.hubui form.hs-form .hs-form-field.filled>label { | |
font-size: 10px !important; | |
padding-top: 3px | |
} | |
.hubui form.hs-form .hs-form-field.valid>label { | |
color: #19920b | |
} | |
.hubui form.hs-form .hs-form-field.filled.invalid>label { | |
color: #dd2d2d !important | |
} | |
.hubui form.hs-form .hs-form-field.focus>label { | |
color: #0d4fb1 | |
} | |
.hubui form.hs-form .hs-dependent-field .hs-form-field>label { | |
position: relative !important; | |
padding-top: 0; | |
padding-bottom: 0; | |
padding-left: 0; | |
padding-right: 0; | |
left: auto; | |
right: auto; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 16px; | |
line-height: 1.5em; | |
font-weight: 300; | |
color: #666 | |
} | |
@keyframes bounce { | |
0, | |
20%, | |
50%, | |
80%, | |
100% { | |
transform: translateY(0) | |
} | |
40% { | |
transform: translateY(-20px) | |
} | |
60% { | |
transform: translateY(-15px) | |
} | |
} | |
.table-cell { | |
display: table-cell !important | |
} | |
sub, | |
sup { | |
line-height: 0; | |
position: relative; | |
vertical-align: baseline | |
} | |
sup { | |
top: -0.85em | |
} | |
sub { | |
bottom: -0.25em | |
} | |
@media screen and (max-width:1023px) { | |
h1 { | |
font-size: 42px | |
} | |
} | |
@media screen and (max-width:679px) { | |
h1 { | |
font-size: 38px | |
} | |
} | |
@media screen and (max-width:679px) { | |
#landing-page-fv3 h1 { | |
font-size: 32px | |
} | |
} | |
@media screen and (max-width:1023px) { | |
h2 { | |
font-size: 36px | |
} | |
} | |
@media screen and (max-width:679px) { | |
h2 { | |
font-size: 34px | |
} | |
} | |
@media screen and (max-width:1023px) { | |
h3 { | |
font-size: 30px | |
} | |
} | |
#landing-page-fv3 h3 { | |
font-size: 30px; | |
line-height: 1.3em | |
} | |
@media screen and (max-width:1023px) { | |
h4 { | |
font-size: 16px | |
} | |
} | |
@media screen and (max-width:1023px) { | |
h6 { | |
font-size: 14px | |
} | |
} | |
p.subheader { | |
font-size: 18px | |
} | |
.hubui form.hs-form .hs-form-field input[type="text"].hs-input, | |
.hubui form.hs-form .hs-form-field input[type="number"].hs-input, | |
.hubui form.hs-form .hs-form-field input[type="email"].hs-input, | |
.hubui form.hs-form .hs-form-field input[type="tel"].hs-input { | |
line-height: 1.25em !important; | |
padding-top: 21px !important; | |
font-weight: 500 !important | |
} | |
.hubui form.hs-form .hs-form-field textarea.hs-input { | |
padding-top: 10px !important | |
} | |
.hubui form.hs-form .hs-form-field.focus>label, | |
.hubui form.hs-form .hs-form-field.filled>label { | |
font-size: 13px !important; | |
padding-top: 0 | |
} | |
.hubui form.hs-form .hs-form-field.valid input, | |
.hubui form.hs-form .hs-form-field.valid textarea, | |
.hubui form.hs-form .hs-form-field.valid select { | |
border-bottom: 2px solid #92d38f | |
} | |
.hubui form.hs-form .hs-form-field.focus input, | |
.hubui form.hs-form .hs-form-field.focus textarea { | |
border-bottom: 2px solid #0c6293 | |
} | |
.hubui form.hs-form .hs-form-field>label { | |
color: #666 !important | |
} | |
form.hs-form fieldset>.hs-form-field.hubui--input--textarea>label, | |
.hubui form.hs-form .hs-form-field.hubui--input--textarea>label, | |
.hubui form.hs-form .hs-form-field.hubui--input--textarea.filled>label { | |
font-size: 16px !important; | |
padding-left: 0 !important; | |
position: relative !important; | |
padding-top: 9px !important | |
} | |
.hubui form.hs-form .hs-form-field.hubui--input--textarea textarea { | |
padding-top: 8px !important; | |
background: #f8f8f8 !important | |
} | |
.headerSpacer { | |
display: block; | |
width: 100%; | |
position: relative | |
} | |
@media screen and (max-width:470px) { | |
.small-palm-one-whole.grid__item { | |
width: 96% !important | |
} | |
} | |
@media screen and (max-width:470px) { | |
.small-palm-margin--hard--bottom { | |
margin-bottom: 0 !important | |
} | |
} | |
@media screen and (max-width:470px) { | |
.small-palm-margin--hard--top { | |
margin-top: 0 !important | |
} | |
} | |
.petite { | |
padding-top: 10px !important; | |
padding-bottom: 10px !important | |
} | |
.padding--petite { | |
padding-left: 10px !important; | |
padding-right: 10px !important | |
} | |
.petite--top { | |
padding-top: 10px !important | |
} | |
.petite--bottom { | |
padding-bottom: 10px !important | |
} | |
.margin--petite { | |
margin-top: 10px !important; | |
margin-bottom: 10px !important | |
} | |
.margin--petite--top { | |
margin-top: 10px !important | |
} | |
.margin--petite--bottom { | |
margin-bottom: 10px !important | |
} | |
.margin--petite--left { | |
margin-left: 10px !important | |
} | |
.margin--petite--right { | |
margin-right: 10px !important | |
} | |
.shadow-1dp { | |
-webkit-box-shadow: 0 3px 40px -5px rgba(0, 0, 0, 0.25); | |
-moz-box-shadow: 0 3px 40px -5px rgba(0, 0, 0, 0.25); | |
box-shadow: 0 3px 40px -5px rgba(0, 0, 0, 0.25) | |
} | |
.shadow-2dp { | |
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) | |
} | |
.line-height--small * { | |
line-height: 1.2em | |
} | |
.line-height--basic * { | |
line-height: 1.5em | |
} | |
.line-height--large * { | |
line-height: 2em | |
} | |
.arrow-down--white { | |
width: 40px; | |
height: 20px; | |
border-left: 20px solid transparent; | |
border-right: 20px solid transparent; | |
border-top: 20px solid #fff; | |
z-index: 100; | |
position: absolute; | |
left: 50%; | |
margin-left: -20px | |
} | |
.arrow-down--light-off-white { | |
width: 40px; | |
height: 20px; | |
border-left: 20px solid transparent; | |
border-right: 20px solid transparent; | |
border-top: 20px solid #f5f9f9; | |
z-index: 100; | |
position: absolute; | |
left: 50%; | |
margin-left: -20px | |
} | |
.arrow-down--white--bofu { | |
width: 80px; | |
height: 60px; | |
border-left: 100px solid transparent; | |
border-right: 100px solid transparent; | |
border-top: 80px solid #fff; | |
z-index: 100; | |
position: absolute; | |
left: 50%; | |
margin-left: -100px | |
} | |
.arrow-down--off-white--bofu { | |
width: 80px; | |
height: 60px; | |
border-left: 100px solid transparent; | |
border-right: 100px solid transparent; | |
border-top: 80px solid #f5f9f9; | |
z-index: 100; | |
position: absolute; | |
left: 50%; | |
margin-left: -100px | |
} | |
#testimonial-block { | |
border-top: 1px solid #f0f0f0; | |
border-bottom: 1px solid #f0f0f0 | |
} | |
@media screen and (max-width:1023px) { | |
#testimonial-block .testimonial-block--first { | |
border-bottom: 1px solid #ccc | |
} | |
} | |
#testimonial-block .testimonial-block--quotes img { | |
margin-top: -15px; | |
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) | |
} | |
#testimonial-block .testimonial-block--quote h6 { | |
margin-bottom: 20px | |
} | |
#impact-consultation--form form fieldset { | |
margin-top: 6px; | |
margin-bottom: 6px | |
} | |
#impact-consultation--form form fieldset label { | |
margin-bottom: 6px | |
} | |
#impact-consultation--form form fieldset select { | |
background-color: #f8f8f8 | |
} | |
#impact-consultation--form .submitted-message { | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
color: #666; | |
font-size: 16px; | |
text-align: center | |
} | |
.impact-consultation--image { | |
margin-top: -6px; | |
position: absolute; | |
left: 50%; | |
margin-left: -22px; | |
z-index: 200; | |
width: 45px | |
} | |
.btn--white-to-transparent, | |
.all--btn--white-to-transparent .hs-cta-wrapper a, | |
.all--btn--white-to-transparent form.hs-form .hs_submit input.hs-button { | |
background: #fff; | |
color: #ff7043; | |
border-color: #fff; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out | |
} | |
.btn--white-to-transparent:hover, | |
.all--btn--white-to-transparent .hs-cta-wrapper a:hover, | |
.all--btn--white-to-transparent form.hs-form .hs_submit input.hs-button:hover { | |
background: transparent; | |
color: #fff; | |
border-color: #fff | |
} | |
.btn--green-to-transparent, | |
.all--btn--green-to-transparent .hs-cta-wrapper a, | |
.all--btn--green-to-transparent form.hs-form .hs_submit input.hs-button { | |
background: #28b785; | |
color: #fff; | |
border-color: #28b785; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out; | |
text-transform: uppercase; | |
font-weight: bold; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif | |
} | |
.btn--green-to-transparent:hover, | |
.all--btn--green-to-transparent .hs-cta-wrapper a:hover, | |
.all--btn--green-to-transparent form.hs-form .hs_submit input.hs-button:hover { | |
background: transparent; | |
color: #28b785; | |
border-color: #28b785 | |
} | |
.btn--orange-to-transparent, | |
.all--btn--orange-to-transparent .hs-cta-wrapper a, | |
.all--btn--orange-to-transparent form.hs-form .hs_submit input.hs-button { | |
background: #ff7043; | |
color: #fff; | |
border-color: #ff7043; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out; | |
text-transform: uppercase; | |
font-weight: bold; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif | |
} | |
.btn--orange-to-transparent:hover, | |
.all--btn--orange-to-transparent .hs-cta-wrapper a:hover, | |
.all--btn--orange-to-transparent form.hs-form .hs_submit input.hs-button:hover { | |
background: transparent; | |
color: #ff7043; | |
border-color: #ff7043 | |
} | |
.small-assets-item .small-assets-item--image { | |
vertical-align: top; | |
color: white; | |
height: 46px; | |
line-height: 32px; | |
text-align: center; | |
width: 46px; | |
background-color: transparent; | |
background-position: 0 0; | |
background-repeat: no-repeat; | |
margin-right: 9px | |
} | |
.small-assets-item .small-assets-item--info h5 { | |
line-height: 46px | |
} | |
.bofu--button a { | |
background: #ff7043; | |
color: #fff; | |
display: block; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out | |
} | |
.bofu--button a:hover { | |
background: #f4511e | |
} | |
header .hs-cta-wrapper a { | |
opacity: 0; | |
filter: alpha(opacity=0); | |
-webkit-transition: opacity .3s ease-out; | |
-moz-transition: opacity .3s ease-out; | |
-ms-transition: opacity .3s ease-out; | |
-o-transition: opacity .3s ease-out; | |
transition: opacity .3s ease-out | |
} | |
.lighter { | |
font-weight: lighter | |
} | |
.zero-left { | |
left: 0 !important | |
} | |
.add-left { | |
left: 100% !important | |
} | |
.subtract-left { | |
left: -100% !important | |
} | |
@media screen and (max-width:1023px) { | |
html.fixed-page--active, | |
body.fixed-page--active { | |
overflow: hidden; | |
height: 100%; | |
width: 100% | |
} | |
} | |
body.navigation--keyword--services li.header--top--items--services { | |
border-bottom: 1px solid #fff | |
} | |
body.navigation--keyword--services li.header--top--items--services:hover { | |
background: none !important | |
} | |
body.navigation--keyword--learn li.header--top--items--learn { | |
border-bottom: 1px solid #fff; | |
background: #fff | |
} | |
body.navigation--keyword--learn li.header--top--items--learn:hover { | |
background: none !important | |
} | |
body.navigation--keyword--about li.header--top--items--about { | |
border-bottom: 1px solid #fff; | |
background: #fff | |
} | |
body.navigation--keyword--about li.header--top--items--about:hover { | |
background: none !important | |
} | |
body.none header { | |
display: none | |
} | |
body.none .headerSpacer { | |
display: none !important | |
} | |
body.logo-only header { | |
border-bottom: 0 !important; | |
position: relative !important | |
} | |
body.logo-only header .old--header--top--menu { | |
display: none | |
} | |
body.logo-only header .old--header--mobile--bars { | |
display: none | |
} | |
body.logo-only .headerSpacer { | |
display: none !important | |
} | |
body.logo-only footer { | |
display: none | |
} | |
body.standard-nav-no-footer footer { | |
display: none | |
} | |
header * { | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif | |
} | |
header#top--header { | |
border-bottom: 1px solid #ccc | |
} | |
@media screen and (max-width:1023px) { | |
header#top--header { | |
z-index: 10; | |
width: 100%; | |
position: fixed; | |
padding: 0; | |
height: 52px; | |
top: 0; | |
left: 0; | |
right: 0; | |
max-height: 52px; | |
-webkit-transition: left .4s ease-in-out; | |
-moz-transition: left .4s ease-in-out; | |
-ms-transition: left .4s ease-in-out; | |
-o-transition: left .4s ease-in-out; | |
transition: left .4s ease-in-out | |
} | |
} | |
@media screen and (max-width:1023px) { | |
header#top--header.main { | |
left: -280px | |
} | |
} | |
header#top--header .header--top { | |
border-bottom: 1px solid #ccc | |
} | |
header#top--header .header--top .header--top--items { | |
display: inline-block; | |
margin-bottom: -1px | |
} | |
header#top--header .header--top .header--top--items li { | |
display: inline-block; | |
border-right: 1px solid #ccc; | |
font-size: 14px; | |
color: #666; | |
text-transform: uppercase; | |
font-weight: 500; | |
line-height: 21px; | |
padding: 10px 36px; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out | |
} | |
header#top--header .header--top .header--top--items li:hover { | |
background: #f5f9f9 | |
} | |
header#top--header .header--top .header--top--items li:first-child { | |
border-left: 1px solid #ccc | |
} | |
header#top--header .header--top .header--top--items--right-nav { | |
display: inline-block; | |
float: right | |
} | |
header#top--header .header--top .header--top--items--right-nav #hs_cos_wrapper_blog_nav { | |
display: inline-block; | |
vertical-align: top | |
} | |
header#top--header .header--top .header--top--items--right-nav .hs-menu-wrapper { | |
display: inline-block; | |
vertical-align: top; | |
float: right | |
} | |
header#top--header .header--top .header--top--items--right-nav .hs-menu-wrapper ul { | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out | |
} | |
header#top--header .header--top .header--top--items--right-nav .hs-menu-wrapper ul:hover { | |
background: #f5f9f9 | |
} | |
header#top--header .header--top .header--top--items--right-nav .hs-menu-wrapper ul>li { | |
line-height: 21px; | |
padding: 10px 16px; | |
font-size: 14px; | |
text-transform: uppercase | |
} | |
header#top--header .header--top .header--top--items--right-nav .hs-menu-wrapper ul>li>a { | |
color: #666; | |
text-decoration: none | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search { | |
display: inline-block; | |
line-height: 20px; | |
padding: 4px 0; | |
vertical-align: top | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search form { | |
position: relative | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input[type=search] { | |
outline: 0; | |
-moz-box-sizing: content-box; | |
-webkit-box-sizing: content-box; | |
box-sizing: content-box; | |
font-family: inherit; | |
background: #fff url(//cdn2.hubspot.net/hubfs/145335/Navigation_and_Footer_Fv3/search-icon-01.png?t=1470432026125) no-repeat 9px center; | |
border: 0; | |
padding: 5px 8px 5px 8px; | |
-webkit-border-radius: 10em; | |
-moz-border-radius: 10em; | |
border-radius: 10em; | |
width: 15px; | |
color: transparent; | |
cursor: pointer; | |
-webkit-appearance: none; | |
-webkit-transition: all .5s ease-in-out; | |
-moz-transition: all .5s ease-in-out; | |
-ms-transition: all .5s ease-in-out; | |
-o-transition: all .5s ease-in-out; | |
transition: all .5s ease-in-out; | |
margin-right: 12px | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input[type=search]:hover { | |
background-color: #fff | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input[type=search]:focus, | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input[type=search].active { | |
width: 130px; | |
padding-left: 32px; | |
color: #666; | |
background-color: #fff; | |
cursor: auto | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input[type=search]:focus:-moz-placeholder { | |
color: #ccc | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input[type=search]:focus::-webkit-input-placeholder { | |
color: #ccc | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input[type=search]+div { | |
display: none; | |
position: absolute; | |
left: 0; | |
top: 0; | |
height: 100%; | |
width: 28px; | |
background: #000; | |
visibility: hidden; | |
border-radius: 10em | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input[type=search]:focus+div, | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input[type=search].active+div { | |
display: block | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input::-webkit-search-decoration, | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input::-webkit-search-cancel-button { | |
display: none | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input:-moz-placeholder { | |
color: transparent | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--items--right-nav--search input::-webkit-input-placeholder { | |
color: transparent | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--cta a { | |
font-size: 14px; | |
display: inline-block; | |
vertical-align: top; | |
line-height: 23px; | |
text-decoration: none | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--cta.header--top--subscribe a { | |
padding: 9px 16px 9px 16px; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out; | |
color: #666; | |
text-transform: uppercase; | |
font-size: 14px | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--cta.header--top--subscribe a:hover { | |
background: #f5f9f9 | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--cta.header--top--consultation a { | |
padding: 9px 36px 9px 36px; | |
background: #ff7043; | |
border-left: 1px solid #ff7043; | |
border-right: 1px solid #ff7043; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out; | |
color: #fff; | |
font-size: 14px; | |
text-transform: uppercase | |
} | |
header#top--header .header--top .header--top--items--right-nav .header--top--cta.header--top--consultation:hover a { | |
background: #f4511e; | |
color: #fff | |
} | |
header#top--header .header--main .header--main--logo { | |
display: inline-block; | |
margin: 18px 0; | |
position: relative; | |
z-index: 2 | |
} | |
header#top--header .header--main .header--main--logo.ie { | |
width: 125px | |
} | |
header#top--header .header--main .header--main--logo img { | |
vertical-align: middle | |
} | |
header#top--header .header--main .header--main--nav { | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
padding-left: 160px | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item { | |
display: inline-block | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item .hs-menu-wrapper>ul>li { | |
position: relative; | |
line-height: 40px; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out; | |
border-bottom: 0; | |
border-bottom: 2px solid rgba(16, 130, 193, 0); | |
-webkit-background-clip: padding-box; | |
background-clip: padding-box | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { | |
font-family: "FontAwesome", sans-serif; | |
content: "\f0d7"; | |
font-size: 12px; | |
padding-left: 6px; | |
font-weight: normal; | |
line-height: 1em; | |
color: #ccc | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item .hs-menu-wrapper>ul>li.hs-item-has-children ul { | |
display: none; | |
opacity: 0; | |
filter: alpha(opacity=0); | |
position: absolute; | |
width: 270px; | |
margin-top: 1px; | |
top: 100%; | |
left: 0; | |
-webkit-transition: opacity .3s ease-in-out; | |
-moz-transition: opacity .3s ease-in-out; | |
-ms-transition: opacity .3s ease-in-out; | |
-o-transition: opacity .3s ease-in-out; | |
transition: opacity .3s ease-in-out | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item .hs-menu-wrapper>ul>li.hs-item-has-children ul li a { | |
text-decoration: none; | |
font-size: 15px; | |
color: #a2cee6; | |
background: #1082c1; | |
display: block; | |
padding: 6px 12px; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item .hs-menu-wrapper>ul>li.hs-item-has-children ul li a:hover { | |
color: #fff | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul { | |
display: block !important; | |
opacity: 1; | |
filter: alpha(opacity=100) | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item .hs-menu-wrapper>ul>li>a { | |
display: inline-block; | |
padding: 17px 14px; | |
color: #444; | |
font-size: 15px; | |
vertical-align: middle; | |
text-decoration: none !important; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item .hs-menu-wrapper>ul>li:hover { | |
background: #1082c1; | |
border-bottom: 2px solid #1082c1 | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item .hs-menu-wrapper>ul>li:hover>a { | |
color: #fff !important | |
} | |
header#top--header .header--main .header--main--nav .header--main--nav-item .hs-menu-wrapper>ul>li:hover.hs-item-has-children>a:after { | |
color: #fff | |
} | |
header#top--header .header--main .header--main--nav:hover .header--main--nav-item .hs-menu-wrapper>ul>li.hs-item-has-children>ul { | |
display: inline-block | |
} | |
header#top--header .mobile-nav img { | |
margin: 9px 0 | |
} | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger { | |
cursor: pointer; | |
display: block; | |
position: relative; | |
width: 28px; | |
height: 52px; | |
text-indent: -9999em; | |
float: right; | |
-webkit-tap-highlight-color: transparent; | |
position: relative; | |
z-index: 40000 | |
} | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger span, | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger span:before, | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger span:after { | |
background-color: #666; | |
display: block; | |
position: absolute; | |
width: 28px; | |
height: 4px; | |
left: 0; | |
border-radius: 30px; | |
-webkit-transition: all .4s ease-in-out; | |
-moz-transition: all .4s ease-in-out; | |
-ms-transition: all .4s ease-in-out; | |
-o-transition: all .4s ease-in-out; | |
transition: all .4s ease-in-out | |
} | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger span:before, | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger span:after { | |
content: "" | |
} | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger span { | |
top: 25px | |
} | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger span:before { | |
transform-origin: 33%, 100%; | |
top: -8px; | |
z-index: 10 | |
} | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger span:after { | |
transform-origin: 33%, 0; | |
top: 8px | |
} | |
@media screen and (max-width:1023px) { | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger.mobile-active span { | |
background-color: transparent | |
} | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger.mobile-active span:before { | |
transform: translateY(8px) translateX(1px) rotate(45deg); | |
-webkit-transform: translateY(8px) translateX(1px) rotate(45deg); | |
-moz-transform: translateY(8px) translateX(1px) rotate(45deg); | |
-o-transform: translateY(8px) translateX(1px) rotate(45deg) | |
} | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger.mobile-active span:after { | |
transform: translateY(-8px) translateX(1px) rotate(-45deg); | |
-webkit-transform: translateY(-8px) translateX(1px) rotate(-45deg); | |
-moz-transform: translateY(-8px) translateX(1px) rotate(-45deg); | |
-o-transform: translateY(-8px) translateX(1px) rotate(-45deg) | |
} | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger.mobile-active span:before, | |
header#top--header .mobile-nav .mobile-nav--top a.mobile-nav--top--trigger.mobile-active span:after { | |
background-color: #fff | |
} | |
} | |
@media screen and (max-width:1023px) { | |
header#top--header #mobile-menu--overlay { | |
background: rgba(0, 0, 0, 0.5); | |
position: fixed; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
z-index: 3000; | |
height: 100%; | |
width: 100%; | |
display: none | |
} | |
header#top--header #mobile-menu--overlay.mobile-menu--overlay--active { | |
display: block | |
} | |
} | |
header#top--header #mobile-menu--shadow { | |
position: fixed !important; | |
overflow: auto; | |
height: 100%; | |
top: 0; | |
bottom: 0; | |
right: -280px; | |
width: 280px; | |
z-index: 9996 !important; | |
background: #fff; | |
text-align: left; | |
-webkit-transition: right .4s ease-in-out; | |
-moz-transition: right .4s ease-in-out; | |
-ms-transition: right .4s ease-in-out; | |
-o-transition: right .4s ease-in-out; | |
transition: right .4s ease-in-out | |
} | |
header#top--header #mobile-menu--shadow.main { | |
right: 0; | |
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12) | |
} | |
@media screen and (min-width:1024px) { | |
header#top--header #mobile-menu--shadow { | |
display: none | |
} | |
} | |
header#top--header #mobile-menu { | |
position: fixed !important; | |
overflow: auto; | |
height: 100%; | |
top: 0; | |
bottom: 0; | |
right: -280px; | |
width: 280px; | |
z-index: 9999 !important; | |
color: #444; | |
background: #fff; | |
text-align: left; | |
-webkit-transition: all .4s ease-in-out; | |
-moz-transition: all .4s ease-in-out; | |
-ms-transition: all .4s ease-in-out; | |
-o-transition: all .4s ease-in-out; | |
transition: all .4s ease-in-out; | |
overflow: hidden | |
} | |
header#top--header #mobile-menu.main { | |
right: 0 | |
} | |
@media screen and (min-width:1024px) { | |
header#top--header #mobile-menu { | |
display: none | |
} | |
} | |
header#top--header #mobile-menu .mobile-menu--no--transition * { | |
-webkit-transition: all 0 linear !important; | |
-moz-transition: all 0 linear !important; | |
-ms-transition: all 0 linear !important; | |
-o-transition: all 0 linear !important; | |
transition: all 0 linear !important | |
} | |
header#top--header #mobile-menu .mobile-menu--shadow { | |
position: absolute; | |
top: 0; | |
height: 100%; | |
width: 280px; | |
left: -100%; | |
background: #fff; | |
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.14), 2px 0 1px -2px rgba(0, 0, 0, 0.12), 1px 0 5px 0 rgba(0, 0, 0, 0.2); | |
z-index: 1000000 | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden { | |
position: relative; | |
height: 100%; | |
left: 0; | |
-webkit-transition: all .4s ease-in-out; | |
-moz-transition: all .4s ease-in-out; | |
-ms-transition: all .4s ease-in-out; | |
-o-transition: all .4s ease-in-out; | |
transition: all .4s ease-in-out; | |
z-index: 9998 !important; | |
background: #fff; | |
overflow-y: auto | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav--hidden--home { | |
background: #fff; | |
height: 44px; | |
padding: 5px 0 | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav-hidden--list>li.mobile-nav-hidden--list--item a { | |
display: block; | |
padding: 12px 20px; | |
cursor: pointer; | |
-webkit-transition: all .4s ease-in-out; | |
-moz-transition: all .4s ease-in-out; | |
-ms-transition: all .4s ease-in-out; | |
-o-transition: all .4s ease-in-out; | |
transition: all .4s ease-in-out; | |
text-decoration: none; | |
color: #666 | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav-hidden--list>li.mobile-nav-hidden--list--item a:hover { | |
background: #f5f9f9 | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav-hidden--list>li.mobile-nav-hidden--list--item ul li.hs-menu-depth-1 { | |
display: block | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav-hidden--list>li.mobile-nav-hidden--list--subscribe a, | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav-hidden--list>li.mobile-nav-hidden--list--ttu a { | |
display: block; | |
padding: 12px 20px; | |
text-decoration: none; | |
-webkit-transition: all .4s ease-in-out; | |
-moz-transition: all .4s ease-in-out; | |
-ms-transition: all .4s ease-in-out; | |
-o-transition: all .4s ease-in-out; | |
transition: all .4s ease-in-out | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav-hidden--list>li.mobile-nav-hidden--list--subscribe a { | |
color: #444 | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav-hidden--list>li.mobile-nav-hidden--list--subscribe:hover a { | |
background: #03a9f4; | |
color: #fff | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav-hidden--list>li.mobile-nav-hidden--list--ttu { | |
border-top: 1px solid #ba5c35; | |
border-bottom: 1px solid #ba5c35 | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav-hidden--list>li.mobile-nav-hidden--list--ttu a { | |
text-transform: uppercase; | |
background: #ff7043; | |
color: #fff | |
} | |
header#top--header #mobile-menu .mobile-nav--hidden .mobile-nav-hidden--list>li.mobile-nav-hidden--list--ttu:hover a { | |
background: #f4511e; | |
color: #fff | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items { | |
position: absolute; | |
height: 100%; | |
width: 100%; | |
left: 100%; | |
top: 0; | |
bottom: 0; | |
z-index: 9997 !important; | |
overflow-y: auto; | |
overflow-x: hidden; | |
-webkit-transition: all .4s ease-in-out; | |
-moz-transition: all .4s ease-in-out; | |
-ms-transition: all .4s ease-in-out; | |
-o-transition: all .4s ease-in-out; | |
transition: all .4s ease-in-out | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper { | |
margin-bottom: 60px | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li { | |
display: block; | |
border-bottom: 1px solid #c5d6e0 | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.hs-menu-item>a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.hs-menu-item>a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.hs-menu-item>a { | |
background: #f5f9f9; | |
padding: 12px 20px; | |
font-size: 13px | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.main-menu, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.main-menu, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.main-menu { | |
background: #03a9f4; | |
cursor: pointer; | |
border-bottom: 1px solid #03a9f4; | |
padding: 10px 18px | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.main-menu *, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.main-menu *, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.main-menu * { | |
color: #fff | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.main-menu a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.main-menu a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.main-menu a { | |
text-decoration: none | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.main-menu a i, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.main-menu a i, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.main-menu a i { | |
padding-right: 8px | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.hs-menu-item, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.hs-menu-item, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.hs-menu-item { | |
position: relative; | |
left: 0; | |
-webkit-transition: all .4s ease-in-out; | |
-moz-transition: all .4s ease-in-out; | |
-ms-transition: all .4s ease-in-out; | |
-o-transition: all .4s ease-in-out; | |
transition: all .4s ease-in-out | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.hs-item-has-children>a:after, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.hs-item-has-children>a:after, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { | |
font-family: "FontAwesome", sans-serif; | |
content: "\f105"; | |
font-size: 12px; | |
padding-left: 6px; | |
font-weight: normal; | |
line-height: 1em | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.hs-item-has-children ul, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.hs-item-has-children ul, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.hs-item-has-children ul { | |
position: absolute; | |
left: 100%; | |
top: 0; | |
width: 100% | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.hs-item-has-children ul li, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.hs-item-has-children ul li, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.hs-item-has-children ul li { | |
display: block; | |
border-bottom: 1px solid #c5d6e0 | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.hs-item-has-children ul li:last-child, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.hs-item-has-children ul li:last-child, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.hs-item-has-children ul li:last-child { | |
margin-bottom: 60px | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li.hs-item-has-children ul li a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li.hs-item-has-children ul li a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li.hs-item-has-children ul li a { | |
text-decoration: none; | |
font-size: 13px; | |
color: #333; | |
background: #f5f9f9; | |
padding: 12px 20px | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper>ul>li>a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper>ul>li>a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper>ul>li>a { | |
color: #444; | |
text-decoration: none | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper ul li.first-level, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper ul li.first-level, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper ul li.first-level { | |
cursor: pointer | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper ul li.menu-topic-active, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper ul li.menu-topic-active, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper ul li.menu-topic-active { | |
cursor: default | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper ul li.menu-topic-active, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper ul li.menu-topic-active, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper ul li.menu-topic-active { | |
border-left: 7px solid #03a9f4 !important; | |
color: #03a9f4 !important | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper ul li.first-level, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper ul li.second-level, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper ul li.first-level, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper ul li.second-level, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper ul li.first-level, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper ul li.second-level { | |
border-left: 7px solid #333; | |
color: #333; | |
-webkit-transition: all .4s ease-in-out; | |
-moz-transition: all .4s ease-in-out; | |
-ms-transition: all .4s ease-in-out; | |
-o-transition: all .4s ease-in-out; | |
transition: all .4s ease-in-out; | |
display: block; | |
padding: 12px 20px; | |
font-size: 13px; | |
background: #fff | |
} | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper ul li.hs-menu-depth-1 a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--services .hs-menu-wrapper ul li.hs-menu-depth-2 a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper ul li.hs-menu-depth-1 a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--learn .hs-menu-wrapper ul li.hs-menu-depth-2 a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper ul li.hs-menu-depth-1 a, | |
header#top--header #mobile-menu .mobile-nav--sub-items.mobile-nav--about .hs-menu-wrapper ul li.hs-menu-depth-2 a { | |
padding: 10px 20px 10px 36px !important; | |
background: #f5f9f9; | |
display: block | |
} | |
header#top--header #mobile-menu .mobile-nav-hidden--search-bar { | |
padding: 24px; | |
margin-bottom: 60px | |
} | |
header#top--header #mobile-menu .mobile-nav-hidden--search-bar .search--input { | |
width: 178px; | |
outline: 0; | |
border: 0; | |
border-bottom: 1px solid #ccc; | |
color: #ccc; | |
-webkit-appearance: none | |
} | |
header#top--header #mobile-menu .mobile-nav-hidden--search-bar .gsc-search-button.gsc-search-button-v2 { | |
height: 26px; | |
width: 34px; | |
padding: 5px 9px; | |
border-radius: 4px; | |
vertical-align: bottom; | |
outline: 0 | |
} | |
header#top--header #mobile-menu .mobile-nav-hidden--social { | |
position: absolute; | |
overflow: auto; | |
height: 60px; | |
bottom: 0; | |
z-index: 9999 !important; | |
background: #fff; | |
text-align: left; | |
transition: all .4s ease-in-out; | |
-webkit-box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.15); | |
-moz-box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.15); | |
box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.15) | |
} | |
header#top--header #mobile-menu .mobile-nav-hidden--social.active { | |
right: 0 | |
} | |
header#top--header #mobile-menu .mobile-nav-hidden--social.hide-me { | |
display: none | |
} | |
header#top--header #mobile-menu .mobile-nav-hidden--social p { | |
margin: 4px 0 | |
} | |
header#top--header #mobile-menu .mobile-nav-hidden--social a { | |
height: 34px | |
} | |
header#top--header #mobile-menu .mobile-nav-hidden--social a i { | |
line-height: 34px | |
} | |
header#slide-in--header { | |
position: fixed; | |
top: -50px; | |
left: 0; | |
right: 0; | |
opacity: 0; | |
filter: alpha(opacity=0); | |
z-index: 100; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out; | |
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) | |
} | |
@media screen and (max-width:1023px) { | |
header#slide-in--header { | |
display: none | |
} | |
} | |
header#slide-in--header.slide-in { | |
top: 0; | |
opacity: 1; | |
filter: alpha(opacity=100) | |
} | |
header#slide-in--header a img { | |
margin: 7px 0 | |
} | |
header#slide-in--header ul li { | |
line-height: 23px | |
} | |
header#slide-in--header ul li.slide-in--subscribe a { | |
color: #666; | |
text-transform: uppercase | |
} | |
header#slide-in--header ul li.slide-in--subscribe a:hover { | |
background: #f5f9f9 | |
} | |
header#slide-in--header ul li.slide-in--ttu a { | |
text-transform: uppercase; | |
padding: 11px 36px 11px 36px | |
} | |
header#slide-in--header ul li.slide-in--main-menu { | |
color: #666 | |
} | |
header#slide-in--header ul li.slide-in--main-menu a { | |
text-transform: uppercase; | |
color: #666 | |
} | |
header#slide-in--header ul li.slide-in--main-menu a:hover { | |
background: #f5f9f9 | |
} | |
header#slide-in--header ul li.slide-in--main-menu a:hover i { | |
bottom: 4px | |
} | |
header#slide-in--header ul li.slide-in--main-menu a i { | |
color: #666; | |
margin-right: 4px; | |
bottom: 0; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out | |
} | |
header#slide-in--header ul li a { | |
padding: 10px 16px; | |
display: block; | |
text-decoration: none; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out | |
} | |
header#old--header { | |
position: fixed; | |
width: 100%; | |
z-index: 999 | |
} | |
header#old--header.no-fix { | |
position: relative !important | |
} | |
header#old--header .old--header--mobile { | |
padding: 11px 0 | |
} | |
header#old--header .old--header--mobile--bars { | |
line-height: 1.5em; | |
padding: 19px 0 !important | |
} | |
header#old--header .old--header--mobile--bars i { | |
font-size: 22px | |
} | |
header#old--header .old--header--top .old--header--top--logo { | |
padding-top: 22px; | |
padding-bottom: 22px | |
} | |
header#old--header .old--header--top .old--header--top--menu #hs_menu_wrapper_old_main_nav_updated { | |
display: inline-block | |
} | |
header#old--header .old--header--top .old--header--top--menu #hs_menu_wrapper_old_main_nav_updated ul:hover>li { | |
opacity: .7 | |
} | |
header#old--header .old--header--top .old--header--top--menu #hs_menu_wrapper_old_main_nav_updated ul>li { | |
display: inline-block; | |
vertical-align: middle; | |
line-height: 90px; | |
-webkit-transition: all .2s ease-in-out; | |
-moz-transition: all .2s ease-in-out; | |
-ms-transition: all .2s ease-in-out; | |
-o-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out | |
} | |
header#old--header .old--header--top .old--header--top--menu #hs_menu_wrapper_old_main_nav_updated ul>li>a { | |
text-decoration: none; | |
text-transform: uppercase; | |
padding: 0 10px; | |
font-family: 'proxima-nova', Helvetica, Arial; | |
font-weight: 600; | |
padding-top: 37px; | |
padding-bottom: 37px; | |
color: #999; | |
-webkit-transition: all .2s ease-in-out; | |
-moz-transition: all .2s ease-in-out; | |
-ms-transition: all .2s ease-in-out; | |
-o-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out | |
} | |
header#old--header .old--header--top .old--header--top--menu #hs_menu_wrapper_old_main_nav_updated ul>li>a:hover { | |
color: #000 | |
} | |
header#old--header .old--header--top .old--header--top--menu #hs_menu_wrapper_old_main_nav_updated ul>li:last-child a:hover { | |
color: #ff7043 | |
} | |
header#old--header .old--header--top .old--header--top--menu .old--header--top--menu--cta a { | |
text-decoration: none; | |
min-width: 130px; | |
line-height: 1.5em; | |
font-size: 14px; | |
font-weight: bold !important; | |
text-transform: uppercase; | |
-webkit-transition: all .2s ease-in-out; | |
-moz-transition: all .2s ease-in-out; | |
-ms-transition: all .2s ease-in-out; | |
-o-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out; | |
margin-left: 12px; | |
color: #999 | |
} | |
header#old--header .old--header--top .old--header--top--menu .old--header--top--menu--cta a:hover { | |
color: #ff7043 !important | |
} | |
@media screen and (max-width:1023px) { | |
header#old--header #old--header--mobile-overlay { | |
background: rgba(0, 0, 0, 0.5); | |
position: fixed; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
z-index: 3000; | |
height: 100%; | |
width: 100%; | |
display: none | |
} | |
header#old--header #old--header--mobile-overlay.old--header--mobile-overlay--active { | |
display: block | |
} | |
} | |
header#old--header #old--header--mobile-menu { | |
position: fixed !important; | |
overflow: auto; | |
height: 100%; | |
top: 0; | |
bottom: 0; | |
right: -280px; | |
width: 280px; | |
z-index: 9999 !important; | |
color: #444; | |
background: #fff; | |
text-align: left; | |
-webkit-transition: all .4s ease-in-out; | |
-moz-transition: all .4s ease-in-out; | |
-ms-transition: all .4s ease-in-out; | |
-o-transition: all .4s ease-in-out; | |
transition: all .4s ease-in-out; | |
overflow: hidden; | |
background: #444 | |
} | |
header#old--header #old--header--mobile-menu.main { | |
right: 0 | |
} | |
@media screen and (min-width:1024px) { | |
header#old--header #old--header--mobile-menu { | |
display: none | |
} | |
} | |
header#old--header #old--header--mobile-menu .old--header--mobile-menu--hidden .old--header--mobile--hidden--close { | |
padding: 8px 20px; | |
text-align: center; | |
vertical-align: middle | |
} | |
header#old--header #old--header--mobile-menu .old--header--mobile-menu--hidden .old--header--mobile--hidden--close i { | |
font-size: 18px; | |
color: white; | |
float: right; | |
line-height: 32px; | |
cursor: pointer | |
} | |
header#old--header #old--header--mobile-menu .old--header--mobile-menu--hidden .old--header--mobile--hidden--close img { | |
vertical-align: middle | |
} | |
header#old--header #old--header--mobile-menu .old--header--mobile-menu--hidden .old--header--mobile--hidden--list { | |
vertical-align: top; | |
font-weight: 300 !important; | |
border-bottom: solid 1px #666; | |
border-top: solid 1px #333 | |
} | |
header#old--header #old--header--mobile-menu .old--header--mobile-menu--hidden .old--header--mobile--hidden--list ul>li { | |
display: block | |
} | |
header#old--header #old--header--mobile-menu .old--header--mobile-menu--hidden .old--header--mobile--hidden--list ul>li>a { | |
text-decoration: none; | |
color: #fff; | |
padding: 15px 20px; | |
display: block; | |
text-transform: uppercase; | |
font-size: 18px; | |
font-family: 'proxima-nova', Helvetica, Arial; | |
border-top: solid 1px #666; | |
border-bottom: solid 1px #333; | |
font-weight: 300 | |
} | |
header#old--header #old--header--mobile-menu .old--header--mobile-menu--hidden .old--header--mobile--hidden--list ul>li>a:hover { | |
background: #333 | |
} | |
header#old--header #old--header--mobile-menu .old--header--mobile-menu--hidden .old--header--mobile--hidden--list ul>li:last-child a { | |
background: #ff7043 | |
} | |
header#old--header #old--header--mobile-menu .old--header--mobile-menu--hidden .old--header--mobile--hidden--list ul.old--header--mobile--hidden--list--ttu { | |
padding: 0; | |
background: #ff7043 | |
} | |
header#old--header #old--header--mobile-menu .old--header--mobile-menu--hidden .old--header--mobile--hidden--list ul.old--header--mobile--hidden--list--ttu li a { | |
text-decoration: none; | |
font-size: 16px; | |
background: #ff7043; | |
text-transform: uppercase; | |
display: block; | |
padding: 15px 20px; | |
border: 3px solid #ff7043 | |
} | |
#expected--roi--inbound--marketing #expected-roi-hero img { | |
max-width: none | |
} | |
@media screen and (max-width:1023px) { | |
#expected--roi--inbound--marketing #expected-roi-hero img { | |
max-width: 50% | |
} | |
} | |
@media screen and (max-width:679px) { | |
#expected--roi--inbound--marketing #expected-roi-hero img { | |
max-width: 70% | |
} | |
} | |
#expected--roi--inbound--marketing #proven-roi-divider { | |
height: 2px; | |
background: #faf9f9; | |
background: -moz-linear-gradient(left, #faf9f9 0, #fff 25%, #fff 75%, #faf9f9 100%); | |
background: -webkit-linear-gradient(left, #faf9f9 0, #fff 25%, #fff 75%, #faf9f9 100%); | |
background: linear-gradient(to right, #faf9f9 0, #fff 25%, #fff 75%, #faf9f9 100%); | |
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faf9f9', endColorstr='#faf9f9', GradientType=1) | |
} | |
#expected--roi--inbound--marketing #proven-roi .proven-roi-tweet { | |
-webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1); | |
-moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1); | |
box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1) | |
} | |
#expected--roi--inbound--marketing #proven-roi .proven-roi-tweet .proven-roi-tweet--quote a { | |
text-decoration: none; | |
color: #03a9f4 | |
} | |
#expected--roi--inbound--marketing #proven-roi .proven-roi-tweet .proven-roi-tweet--button a { | |
padding: 10px 20px; | |
-webkit-transition: background .2s ease-in-out; | |
-moz-transition: background .2s ease-in-out; | |
-ms-transition: background .2s ease-in-out; | |
-o-transition: background .2s ease-in-out; | |
transition: background .2s ease-in-out | |
} | |
#expected--roi--inbound--marketing #proven-roi .proven-roi-tweet .proven-roi-tweet--button a:hover { | |
background: #f5f9f9 | |
} | |
#expected--roi--inbound--marketing #roi-divider { | |
height: 1px | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form .form-group:first-child .control-label { | |
margin-top: 17px; | |
margin-bottom: 0 | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form .form-group .input-container { | |
margin-top: 10px; | |
margin-bottom: 5px | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form .form-group .input-container .input-group { | |
display: table; | |
border-collapse: separate; | |
width: 100% | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form .form-group .input-container .input-group .input-group-addon { | |
display: table-cell; | |
padding: 5px 12px; | |
line-height: 1.5em | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form .form-group .control-label { | |
vertical-align: middle; | |
display: inline-block; | |
margin-top: 16px; | |
margin-bottom: 12px; | |
padding: 0 !important | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form .form-group .input-container { | |
margin-top: 5px; | |
margin-bottom: 5px; | |
padding: 0 !important | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form input.form-control, #expected--roi--inbound--marketing #roi-calculator #calc-form select.form-control { | |
display: inline-block; | |
width: 100%; | |
padding: 11px 9px; | |
font-size: 14px; | |
line-height: 1.5em; | |
color: #444; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); | |
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form input.form-control#B5, | |
#expected--roi--inbound--marketing #roi-calculator #calc-form input.form-control#B6 { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form input.form-control#B7 { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form .input-group-addon { | |
width: 34px | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form .input-group-addon.B5-child, | |
#expected--roi--inbound--marketing #roi-calculator #calc-form .input-group-addon.B6-child { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px | |
} | |
#expected--roi--inbound--marketing #roi-calculator #calc-form .input-group-addon.B7-child { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px | |
} | |
#roi-submit.hubui form.hs-form .hs-form-field input[type="text"], | |
#roi-submit.hubui form.hs-form .hs-form-field input[type="email"] { | |
line-height: 1.25em; | |
padding-top: 14px; | |
border: 0; | |
box-shadow: none; | |
border-bottom: 2px solid #ccc; | |
border-radius: 0; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-size: 16px; | |
margin-bottom: 12px | |
} | |
#roiCalcForm { | |
position: fixed; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 0; | |
display: block; | |
opacity: 0; | |
z-index: 99999999; | |
overflow: hidden; | |
-webkit-transition: opacity .5s ease-in-out; | |
-moz-transition: opacity .5s ease-in-out; | |
-ms-transition: opacity .5s ease-in-out; | |
-o-transition: opacity .5s ease-in-out; | |
transition: opacity .5s ease-in-out | |
} | |
#roiCalcForm #roiCalcVcenter { | |
display: inline-block; | |
height: 100%; | |
vertical-align: middle | |
} | |
#roiCalcForm #roiCalcFormInner { | |
display: inline-block; | |
position: relative; | |
vertical-align: middle; | |
z-index: 999; | |
max-width: 90%; | |
max-height: 100%; | |
margin-left: auto; | |
margin-right: auto; | |
padding: 0; | |
overflow: auto; | |
text-align: center; | |
width: 700px; | |
background: #fff; | |
padding: 20px 50px 40px; | |
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) | |
} | |
#roiCalcForm #roiCalcFormInner .close { | |
position: absolute; | |
display: block; | |
top: 10px; | |
right: 10px; | |
width: 26px; | |
font-size: 16px; | |
line-height: 19px; | |
text-align: center; | |
height: 26px; | |
border-radius: 50%; | |
z-index: 999999; | |
border: 4px solid #fff; | |
color: #444 | |
} | |
#roiCalcForm #roiCalcFormInner .close:hover { | |
cursor: pointer | |
} | |
#roiCalcForm #roiCalcFormInner #roiCalcFormInnerHtml { | |
height: 100%; | |
width: 65%; | |
z-index: 99; | |
padding: 25px; | |
overflow: visible; | |
float: right | |
} | |
#roiCalcForm #roiCalcFormUnderlay { | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
opacity: .6; | |
filter: alpha(opacity=60); | |
background: #444; | |
z-index: 998 | |
} | |
.roiCalcForm { | |
overflow-y: hidden | |
} | |
.roiCalcForm #roiCalcForm { | |
display: block; | |
height: 100%; | |
opacity: 1 | |
} | |
@media screen and (max-width:1023px) { | |
#why--inbound--marketing #why-inbound-marketing-hero ul { | |
list-style-position: inside; | |
padding-left: 0 !important | |
} | |
} | |
#why--inbound--marketing #why-inbound-marketing-hero ul.h4 li { | |
font-size: 18px !important; | |
padding-left: 0 !important | |
} | |
@media screen and (max-width:1023px) { | |
#why--inbound--marketing #why-inbound-marketing-hero ul.h4 li { | |
list-style-position: inside; | |
font-size: 16px !important | |
} | |
} | |
@media screen and (max-width:1300px) and (min-width:1200px) { | |
#why--inbound--marketing #why-inbound-marketing-hero .why-inbound-marketing-hero-graphic { | |
margin-top: 20px !important | |
} | |
} | |
#why--inbound--marketing .pointing-arrow-down { | |
left: 50%; | |
margin-left: -25px | |
} | |
#why--inbound--marketing .pointing-arrow-down.bounce { | |
animation-duration: 2s; | |
animation-name: bounce; | |
animation-iteration-count: infinite; | |
animation-direction: alternate; | |
animation-timing-function: ease-in-out | |
} | |
#why--inbound--marketing .pointing-arrow-down:hover { | |
cursor: pointer | |
} | |
#why--inbound--marketing #inbound-marketing-methodology .inbound-marketing-methodology--desciptions { | |
padding-left: 3.2%; | |
padding-right: 3.2% | |
} | |
#why--inbound--marketing #inbound-marketing-methodology .inbound-marketing-methodology--desciptions .inbound-marketing-methodology--desciptions--border { | |
height: 2px; | |
background: #ddd; | |
margin: 50px 0 40px; | |
text-align: center | |
} | |
#why--inbound--marketing #inbound-marketing-methodology .inbound-marketing-methodology--desciptions .inbound-marketing-methodology--desciptions--border>img { | |
margin-top: -20px | |
} | |
#why--inbound--marketing #methodology-ways-and-tools .methodology-ways-and-tools--curve { | |
position: relative; | |
z-index: 10 | |
} | |
#why--inbound--marketing #methodology-ways-and-tools .methodology-ways-and-tools--shadow { | |
-webkit-box-shadow: 0 3px 40px -5px rgba(0, 0, 0, 0.25); | |
-moz-box-shadow: 0 3px 40px -5px rgba(0, 0, 0, 0.25); | |
box-shadow: 0 3px 40px -5px rgba(0, 0, 0, 0.25); | |
max-width: 300px !important | |
} | |
#why--inbound--marketing #methodology-ways-and-tools .methodology-ways-and-tools--shadow .methodology-ways-and-tools--item>h5 { | |
letter-spacing: 2px; | |
margin-bottom: 4px | |
} | |
#why--inbound--marketing #methodology-ways-and-tools h5.methodology-ways-and-tools--header { | |
margin-bottom: 6px | |
} | |
#why--inbound--marketing #methodology-ways-and-tools .methodology-ways-and-tools--attract { | |
background: #b8c5cd | |
} | |
#why--inbound--marketing #methodology-ways-and-tools .methodology-ways-and-tools--convert { | |
background: #84cbe9 | |
} | |
#why--inbound--marketing #methodology-ways-and-tools .methodology-ways-and-tools--close { | |
background: #5ed38a | |
} | |
#why--inbound--marketing #methodology-ways-and-tools .methodology-ways-and-tools--delight { | |
background: #d7a2ed | |
} | |
#why--inbound--marketing #methodology-ways-and-tools .methodology-ways-and-tools--divider { | |
height: 2px | |
} | |
#landing-page-fv3.landing-page .visuallyhidden-lp { | |
display: none | |
} | |
#landing-page-fv3.thank-you-page .visuallyhidden-typ { | |
display: none | |
} | |
@media screen and (max-width:679px) { | |
#landing-page-fv3 #offer-information-form .offer-information--description { | |
display: block; | |
max-height: 160px; | |
overflow: hidden; | |
position: relative; | |
-webkit-touch-callout: none; | |
-webkit-user-select: none; | |
-khtml-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none | |
} | |
#landing-page-fv3 #offer-information-form .offer-information--description:after { | |
display: block; | |
content: ""; | |
position: absolute; | |
left: 0; | |
top: 0; | |
width: 100%; | |
height: 100%; | |
background: url("//cdn2.hubspot.net/hubfs/145335/IMPACT_Blog_Fv3/Assets/fade-to-white.png?t=1470432026125") repeat-x 1px 100% | |
} | |
} | |
#landing-page-fv3 #offer-information-form .offer-form { | |
background: #eafaff; | |
opacity: 0 | |
} | |
#landing-page-fv3 #offer-information-form .offer-form .offer--ten--ebooks label { | |
font-size: 15px; | |
margin-bottom: 5px | |
} | |
#landing-page-fv3 #offer-information-form .offer-form .hs_submit input { | |
background: red; | |
border: 3px solid red; | |
text-transform: uppercase !important; | |
font-size: 20px; | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out | |
} | |
#landing-page-fv3 #offer-information-form .offer-form .hs_submit input:hover { | |
background: 0; | |
color: red | |
} | |
#landing-page-fv3 #offer-information-form .offer-form .offer-form--arrow { | |
position: absolute; | |
bottom: 40px; | |
height: 120px; | |
left: -70px | |
} | |
#landing-page-fv3 #offer-information-form .offer-information--shares--item { | |
margin: 0 6px | |
} | |
#landing-page-fv3 #typ-offer--ebooks .typ-offer--ebooks--item p { | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
font-weight: normal; | |
line-height: 1.5em | |
} | |
#landing-page-fv3 #typ-offer--ebooks .typ-offer--ebooks--item a { | |
-webkit-transition: all .3s ease-in-out; | |
-moz-transition: all .3s ease-in-out; | |
-ms-transition: all .3s ease-in-out; | |
-o-transition: all .3s ease-in-out; | |
transition: all .3s ease-in-out; | |
margin-top: 20px | |
} | |
#landing-page-fv3 #typ-offer--ebooks .offer--follow { | |
margin-bottom: 12px | |
} | |
#landing-page-fv3 #typ-offer--ebooks .fb-follow.fb_iframe_widget { | |
margin-right: 12px | |
} | |
#landing-page-fv3 #typ-offer--ebooks .fb-follow.fb_iframe_widget span { | |
width: 290px !important | |
} | |
#commmunication-preferences #communication-header, | |
#commmunication-preferences--updated #communication-header { | |
background: url("//cdn2.hubspot.net/hubfs/145335/Communication_Preferences/communication-preferences.jpg?t=1470432026125"); | |
background-size: cover; | |
background-position: center | |
} | |
@media screen and (max-width:1023px) { | |
#commmunication-preferences #communication-header .page-header h1, | |
#commmunication-preferences--updated #communication-header .page-header h1 { | |
font-size: 34px | |
} | |
} | |
#commmunication-preferences #communication-header .page-header>h2, | |
#commmunication-preferences--updated #communication-header .page-header>h2 { | |
font-size: 30px | |
} | |
@media screen and (max-width:1023px) { | |
#commmunication-preferences #communication-header .page-header>h2, | |
#commmunication-preferences--updated #communication-header .page-header>h2 { | |
font-size: 24px | |
} | |
} | |
#email-preferences--updated #commmunication-preferences--updated .page-header { | |
font-size: 18px; | |
color: #444 | |
} | |
#email-preferences--updated #commmunication-preferences--updated .page-header h1:first-child { | |
display: none | |
} | |
#email-preferences--updated #commmunication-preferences--updated .page-header h1:after { | |
content: ',\00a0you have successfully updated your email subscription preferences.' | |
} | |
#email-preferences--updated #commmunication-preferences--updated a .company-logo { | |
padding-top: 50px | |
} | |
#email-preferences--updated #commmunication-preferences--updated #content { | |
display: none | |
} | |
#email-preferences--updated .resource--feed .post--item .post--image--background { | |
background-size: cover !important; | |
background-position: center !important; | |
height: 200px | |
} | |
#email-preferences--updated .resource--feed .post--item .post--image--background .post--image { | |
display: none | |
} | |
#email-preferences--updated .resource--feed .post--item .post--container .post--title { | |
line-height: 1.3em; | |
padding: 18px 18px 6px 18px; | |
font-size: 22px !important | |
} | |
#email-preferences--updated .resource--feed .post--item .post--container .upper-container { | |
padding: 0 18px; | |
margin: 0 !important | |
} | |
#email-preferences--updated .resource--feed .post--item .post--container p a { | |
padding: 0 18px | |
} | |
#commmunication-preferences>h2:before { | |
content: 'for:\00a0' | |
} | |
#commmunication-preferences .hero-subheader { | |
font-size: 18px | |
} | |
@media screen and (max-width:1023px) { | |
#commmunication-preferences .hero-subheader { | |
font-size: 15px; | |
margin-bottom: 10px | |
} | |
} | |
#commmunication-preferences a.email-edit { | |
font-size: 22px | |
} | |
#commmunication-preferences #email-prefs-form a .company-logo { | |
padding-top: 50px | |
} | |
#commmunication-preferences #email-prefs-form #content { | |
text-align: center | |
} | |
#commmunication-preferences #email-prefs-form #content p:first-child { | |
display: none | |
} | |
#commmunication-preferences #email-prefs-form #content .subscribe-block { | |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.03); | |
border-radius: 8px; | |
background: #fff | |
} | |
#commmunication-preferences #email-prefs-form #content .subscribe-block .item .fakelabel span { | |
font-size: 16px; | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif; | |
color: #666; | |
margin-left: 4px | |
} | |
#commmunication-preferences #email-prefs-form #content .subscribe-block .item.block1 .item-inner .checkbox-row, | |
#commmunication-preferences #email-prefs-form #content .subscribe-block .item.block2 .item-inner .checkbox-row, | |
#commmunication-preferences #email-prefs-form #content .subscribe-block .item.block3 .item-inner .checkbox-row { | |
text-align: center | |
} | |
#commmunication-preferences #email-prefs-form #content .subscribe-block .item.block1 .item-inner p, | |
#commmunication-preferences #email-prefs-form #content .subscribe-block .item.block2 .item-inner p, | |
#commmunication-preferences #email-prefs-form #content .subscribe-block .item.block3 .item-inner p { | |
display: none | |
} | |
#commmunication-preferences #email-prefs-form #content .subscribe-block .item.block4, | |
#commmunication-preferences #email-prefs-form #content .subscribe-block .item.block5 { | |
display: none | |
} | |
#commmunication-preferences #email-prefs-form #content .subscribe-options { | |
margin-top: 60px | |
} | |
#commmunication-preferences #email-prefs-form #content .subscribe-options span { | |
color: #999 | |
} | |
#email-preferences--no-contact { | |
overflow-y: auto; | |
position: relative; | |
height: auto; | |
min-height: 100%; | |
padding-bottom: 433px | |
} | |
#email-preferences--no-contact #commmunication-preferences--container { | |
padding-top: 130px | |
} | |
#email-preferences--no-contact #content { | |
border-radius: 8px; | |
background: white; | |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.03); | |
text-align: center | |
} | |
#email-preferences--no-contact #content>h3 { | |
display: none | |
} | |
#email-preferences--no-contact #content>div { | |
display: inline-block | |
} | |
@media screen and (min-width:1024px) { | |
#email-preferences--no-contact #content>div { | |
padding-bottom: 0 !important | |
} | |
} | |
#email-preferences--no-contact #content>div input { | |
margin-right: 12px | |
} | |
#email-preferences--no-contact #content>div .email-edit { | |
line-height: 22px; | |
width: 100% !important | |
} | |
@media screen and (max-width:1023px) { | |
#email-preferences--no-contact #content>div .email-edit { | |
margin-bottom: 12px !important | |
} | |
} | |
#email-preferences--no-contact .commmunication-preferences--container--bottom { | |
position: absolute; | |
bottom: 330px; | |
width: 100%; | |
text-align: center; | |
left: 0; | |
right: 0 | |
} | |
#email-preferences--no-contact footer { | |
position: absolute; | |
bottom: 0; | |
width: 100% | |
} | |
#blog-lp--hero .blog-lp--hero--cta { | |
border: 2px solid #fff !important; | |
background: #ff7043; | |
min-width: 250px; | |
-webkit-transition: all .2s ease-in-out; | |
-moz-transition: all .2s ease-in-out; | |
-ms-transition: all .2s ease-in-out; | |
-o-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out | |
} | |
#blog-lp--hero .blog-lp--hero--cta:hover { | |
background: transparent | |
} | |
.blog-lp--featured { | |
opacity: 1 !important; | |
filter: alpha(opacity=100) !important | |
} | |
.blog-lp--featured .blog-lp--featured-site { | |
top: 0; | |
left: 0; | |
-webkit-transition: left 1s ease-out; | |
-moz-transition: left 1s ease-out; | |
-ms-transition: left 1s ease-out; | |
-o-transition: left 1s ease-out; | |
transition: left 1s ease-out; | |
z-index: 3; | |
width: 100% | |
} | |
.blog-lp--featured .blog-lp--featured-site .blog-lp--featured-site--inner { | |
display: block; | |
top: 5%; | |
left: 15.5%; | |
width: 69%; | |
height: 75.7%; | |
overflow: auto; | |
position: absolute | |
} | |
.blog-lp--featured .blog-lp--featured-site .blog-lp--featured-site--inner--mobile { | |
display: block; | |
top: 11%; | |
left: 11.5%; | |
width: 77%; | |
height: 72.7%; | |
overflow: auto; | |
position: absolute | |
} | |
.blog-lp--featured .blog-lp--featured-site .blog-lp--featured-site--inner img, | |
.blog-lp--featured .blog-lp--featured-site .blog-lp--featured-site--inner--mobile img { | |
width: 100%; | |
height: auto; | |
display: none | |
} | |
.blog-lp--featured .blog-lp--featured-site .blog-lp--featured-site--inner img.active, | |
.blog-lp--featured .blog-lp--featured-site .blog-lp--featured-site--inner--mobile img.active { | |
display: block | |
} | |
@media(max-width:768px) { | |
.blog-lp--featured .blog-lp--featured-site .blog-lp--featured-site--inner, | |
.blog-lp--featured .blog-lp--featured-site .blog-lp--featured-site--inner--mobile { | |
overflow: hidden | |
} | |
} | |
@media(max-width:768px) { | |
.blog-lp--featured .blog-lp--featured-site { | |
-webkit-transition: all 0 linear; | |
-moz-transition: all 0 linear; | |
-ms-transition: all 0 linear; | |
-o-transition: all 0 linear; | |
transition: all 0 linear; | |
left: 0 !important | |
} | |
} | |
.blog-lp--featured .blog-lp--featured-site .blog-lp--featured-phone { | |
left: 7%; | |
bottom: -3%; | |
width: 20% | |
} | |
.blog-lp--featured .blog-lp--featured-site--controls { | |
top: 0; | |
left: 50%; | |
opacity: 0; | |
filter: alpha(opacity=0); | |
position: absolute; | |
-webkit-transition: filter 1s ease-out, opacity 1s ease-out, left 1s ease-out; | |
-moz-transition: filter 1s ease-out, opacity 1s ease-out, left 1s ease-out; | |
-ms-transition: filter 1s ease-out, opacity 1s ease-out, left 1s ease-out; | |
-o-transition: filter 1s ease-out, opacity 1s ease-out, left 1s ease-out; | |
transition: filter 1s ease-out, opacity 1s ease-out, left 1s ease-out; | |
z-index: 2 | |
} | |
@media screen and (max-width:1023px) { | |
.blog-lp--featured .blog-lp--featured-site--controls p { | |
font-size: 12px | |
} | |
} | |
.blog-lp--featured .blog-lp--featured-site--controls p a.btn { | |
border-width: 1px !important; | |
width: auto; | |
height: auto | |
} | |
@media screen and (max-width:1023px) { | |
.blog-lp--featured .blog-lp--featured-site--controls p a.btn { | |
min-width: 80px; | |
padding: 10px 22px; | |
font-size: 11px !important | |
} | |
} | |
@media(max-width:900px) { | |
.blog-lp--featured .blog-lp--featured-site--controls p a.btn { | |
font-size: 9px !important | |
} | |
} | |
.blog-lp--featured .blog-lp--featured-site--controls p a.btn:hover { | |
background: #8dd6ff !important | |
} | |
.blog-lp--featured .blog-lp--featured-site--controls img { | |
left: 20% | |
} | |
.blog-lp--featured .blog-lp--featured-site--controls a.active { | |
background: #8dd6ff !important | |
} | |
@media(max-width:768px) { | |
.blog-lp--featured .blog-lp--featured-site--controls { | |
display: none | |
} | |
} | |
.blog-lp--featured.fade .blog-lp--featured-site { | |
left: 16% | |
} | |
@media screen and (max-width:1023px) { | |
.blog-lp--featured.fade .blog-lp--featured-site { | |
left: 28% | |
} | |
} | |
.blog-lp--featured.fade .blog-lp--featured-site--controls { | |
left: 0; | |
opacity: 1; | |
filter: alpha(opacity=100) | |
} | |
#blog-lp--benefits .blog-lp--benefits--header { | |
font-size: 28px | |
} | |
@media screen and (max-width:1023px) { | |
#blog-lp--benefits .blog-lp--benefits--header { | |
font-size: 22px | |
} | |
} | |
#blog-lp--pricing .color--pricing-color { | |
color: #364c62 | |
} | |
#blog-lp--pricing .blog-lp--pricing--container { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row { | |
clear: both; | |
display: table-row | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row.blog-lp--bg-white .blog-lp--pricing--checkbox.blog-lp--offer-side { | |
background: #fff | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row .blog-lp--pricing--benefit { | |
border-bottom: 1px solid #ccc | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row .blog-lp--pricing--benefit:first-child { | |
border-bottom: 0 | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row .blog-lp--pricing--benefit, | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row .blog-lp--pricing--checkbox { | |
display: table-cell; | |
vertical-align: middle | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row .blog-lp--pricing--checkbox:first-child { | |
border-left: 1px solid #ccc | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row .blog-lp--pricing--checkbox.blog-lp--bg-blue { | |
background: #91bfe5 | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row .blog-lp--pricing--checkbox.blog-lp--bg-dark-blue { | |
background: #7bb3e2; | |
color: #fff | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row .blog-lp--pricing--checkbox .blog-lp--pricing--number { | |
line-height: 1.25em; | |
font-size: 60px | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--row .blog-lp--pricing--checkbox .blog-lp--pricing--container--tab { | |
border-top-left-radius: 6px; | |
border-top-right-radius: 6px | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .section-14 .blog-lp--pricing--checkbox { | |
border-bottom: 1px solid #ccc !important | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--section:last-child .blog-lp--pricing--checkbox { | |
border-bottom: 1px solid #ccc !important | |
} | |
#blog-lp--pricing .blog-lp--pricing--container .blog-lp--pricing--section:last-child .blog-lp--pricing--benefit { | |
border-bottom: 0 | |
} | |
#blog-lp--pricing .blog-lp--pricing--mobile>.grid__item:first-child { | |
margin-bottom: 50px | |
} | |
#blog-lp--pricing .blog-lp--pricing--mobile .blog-lp--pricing--mobile--container.blog-lp--pricing--mobile--container--2 .blog-lp--pricing--mobile--top { | |
position: relative; | |
background: #7bb3e2 | |
} | |
#blog-lp--pricing .blog-lp--pricing--mobile .blog-lp--pricing--mobile--container.blog-lp--pricing--mobile--container--2 .blog-lp--pricing--mobile--top * { | |
color: #fff !important | |
} | |
#blog-lp--pricing .blog-lp--pricing--mobile .blog-lp--pricing--mobile--container.blog-lp--pricing--mobile--container--2 .blog-lp--pricing--mobile--top .four-twelfths { | |
background: #fff !important | |
} | |
#blog-lp--pricing .blog-lp--pricing--mobile .blog-lp--pricing--mobile--container .blog-lp--pricing--number { | |
font-size: 60px | |
} | |
#blog-lp--add-ons p { | |
font-style: italic; | |
line-height: 2em; | |
font-size: 16px | |
} | |
#blog-lp--add-ons p:first-child { | |
margin-top: 0 | |
} | |
#blog-lp--add-ons ul { | |
list-style-position: inside | |
} | |
@media screen and (max-width:1023px) { | |
#blog-lp--add-ons ul { | |
list-style-position: inside | |
} | |
} | |
#blog-lp--add-ons ul>li { | |
font-style: italic; | |
line-height: 2em; | |
font-size: 16px; | |
color: #91bfe5 | |
} | |
#blog-lp--add-ons ul>li>span { | |
color: #444 | |
} | |
@media screen and (max-width:679px) { | |
#impact-culture-code #culture-code .culture-code--video iframe { | |
height: 300px | |
} | |
} | |
#impact-quiz #impact-quiz-container .impact-quiz-container--question .impact-quiz-container--question--container { | |
-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05); | |
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05) | |
} | |
#impact-quiz #impact-quiz-container .impact-quiz-container--question .impact-quiz-container--question--container.impact-quiz-error { | |
border: 1px solid #d86161 !important | |
} | |
#impact-quiz #impact-quiz-container .impact-quiz-container--question .impact-quiz-container--question--container.impact-quiz-error .equalize { | |
opacity: 1 !important | |
} | |
#impact-quiz #impact-quiz-container .impact-quiz-container--question .impact-quiz-container--question--container.impact-quiz-error .equalize p { | |
color: #d86161 | |
} | |
#impact-quiz #impact-quiz-container .impact-quiz-container--question .impact-quiz-container--question--number { | |
cursor: pointer | |
} | |
#impact-quiz #impact-quiz-container .impact-quiz-container--question .impact-quiz-container--question--number:hover { | |
background: #0c6293 | |
} | |
#impact-quiz #impact-quiz-container .impact-quiz-container--question .impact-quiz-container--question--number p { | |
line-height: 36px | |
} | |
#impact-quiz #impact-quiz-container .impact-quiz-container--question .impact-quiz-container--question--number.impact-quiz-container--question--number-first { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px | |
} | |
#impact-quiz #impact-quiz-container .impact-quiz-container--question .impact-quiz-container--question--number.impact-quiz-container--question--number-last { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px | |
} | |
#impact-quiz #impact-quiz-container .impact-quiz-container--question .impact-quiz-container--question--number.active { | |
background: #0c6293 | |
} | |
footer#old--footer * { | |
font-family: 'proxima-nova', Helvetica, Arial | |
} | |
footer#old--footer .old--footer--footer-item { | |
margin-bottom: 8px | |
} | |
footer#old--footer ul li a { | |
padding: 8px 0; | |
display: block | |
} | |
footer#old--footer ul li a:hover { | |
color: #fff | |
} | |
footer#old--footer .old--footer--impact-copyright { | |
margin-top: 20px | |
} | |
@media screen and (max-width:1023px) { | |
footer#old--footer .old--footer--impact-copyright { | |
margin-top: 12px | |
} | |
} | |
footer#old--footer .old--footer--impact-copyright img { | |
margin-right: 10px; | |
vertical-align: middle | |
} | |
footer#old--footer .old--footer--impact-copyright .old--footer--impact-copyright--links .old--footer--impact-copyright--links--policy { | |
margin-top: 12px | |
} | |
footer * { | |
font-family: "Catamaran", Helvetica Neue, Arial, sans-serif | |
} | |
@media(min-width:680px) and (max-width:1023px) { | |
footer .footer--main--item { | |
width: 21% !important | |
} | |
} | |
@media(min-width:480px) and (max-width:679px) { | |
footer .footer--main--item { | |
width: 46% !important | |
} | |
} | |
@media(max-width:479px) { | |
footer .footer--main--item { | |
width: 100% !important; | |
text-align: center; | |
margin: 0 !important | |
} | |
} | |
footer .footer--main--item>p { | |
margin-bottom: 12px | |
} | |
footer .footer--main--item>p.footer--main--item--about { | |
line-height: 1.75em | |
} | |
footer .footer--main--item ul li { | |
display: block !important; | |
margin: 8px 0 | |
} | |
footer .footer--main--item ul li:first-child { | |
margin-top: 0 | |
} | |
footer .footer--main--item ul li a { | |
text-decoration: none | |
} | |
footer .footer--main--item ul li>a { | |
color: #444 | |
} | |
footer .footer--main--item .footer--main--item--about--link img { | |
margin-left: 4px | |
} | |
footer .footer--main--item .hs-menu-wrapper>ul>li.hs-item-has-children>a i { | |
font-size: 10px !important; | |
margin-left: 6px | |
} | |
footer .footer--main--item .hs-menu-wrapper>ul>li.hs-item-has-children ul li { | |
margin: 8px 0 6px 8px | |
} | |
footer .footer--main--item .hs-menu-wrapper>ul>li.hs-item-has-children ul li:last-child { | |
margin: 8px 0 0 8px | |
} | |
footer .footer--main--item .hs-menu-wrapper>ul>li.hs-item-has-children ul li a { | |
font-size: 15px; | |
color: #666 | |
} | |
footer .footer--copyright { | |
margin: 24px 0 | |
} | |
footer .footer--copyright .footer--copyright--company-info { | |
vertical-align: middle | |
} | |
footer .footer--copyright .footer--copyright--company-info p { | |
margin: 0 | |
} | |
footer .footer--copyright .footer--copyright--social { | |
vertical-align: middle | |
} | |
@media screen and (max-width:679px) { | |
footer .footer--copyright .footer--copyright--social .footer--copyright--social--icons { | |
margin-top: 12px | |
} | |
} | |
footer .footer--copyright .footer--copyright--social .footer--copyright--social--icons img { | |
margin: 0 2px | |
} | |
footer .footer--copyright .footer--copyright--social .footer--copyright--social--icons img:first-child { | |
margin-left: 0 | |
} | |
.hs-button-reset,.hs-form .hs-button{border:none;font-family:Helvetica,Arial,sans-serif;line-height:1;margin:0;outline:0;padding:0}.base-hs-button-styles,.hs-form .hs-button{text-decoration:none;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;line-height:12px;padding:7px 18px 7px;position:relative;text-align:center}.base-hs-button-styles:hover,.hs-form .hs-button:hover{text-decoration:none}input.hs-input[type=checkbox],input.hs-input[type=radio]{cursor:pointer}input.hs-input,textarea.hs-input,select.hs-input{display:inline-block;width:210px;height:18px;padding:4px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px;color:#666;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px}textarea.hs-input{padding-top:5px}html.webkit textarea.hs-input{padding-top:6px;padding-left:5px}input.hs-input[type=checkbox],input.hs-input[type=radio]{width:auto;height:auto;padding:0;margin:3px 0;line-height:normal;border:none}input.hs-input[type=file]{background-color:#fff;padding:initial;border:initial;line-height:initial;box-shadow:none}input.hs-input[type=button],input.hs-input[type=reset],input.hs-input[type=submit]{width:auto;height:auto}input.hs-input[type=search]{-webkit-border-radius:16px;-moz-border-radius:16px;-ms-border-radius:16px;border-radius:16px;background-image:url("/common_assets/static-2.168/img/form/search.png");background-repeat:no-repeat;padding-left:26px;padding-right:6px;padding-top:5px;padding-bottom:3px;background-position:8px 8px}html.firefox input.hs-input[type=search]{position:relative;top:1px}input.hs-input[type=search].transparent-image{background-image:url("/common_assets/static-2.168/img/form/search-transparent.png")}input.hs-input[type="search"]::-webkit-search-decoration,input.hs-input[type="search"]::-webkit-search-cancel-button,input.hs-input[type="search"]::-webkit-search-results-button,input.hs-input[type="search"]::-webkit-search-results-decoration{display:none}select.hs-input,input.hs-input[type=file]{height:27px}select[multiple].hs-input{height:inherit}textarea.hs-input{height:auto}.hs-input:-moz-placeholder{color:#bfbfbf}.hs-input::-webkit-input-placeholder{color:#bfbfbf}input.hs-input,textarea.hs-input{-webkit-transition:border 0.2s linear,box-shadow 0.2s linear;transition:border 0.2s linear,box-shadow 0.2s linear;box-shadow:inset 0 1px 3px rgba(0,0,0,0.1)}input.hs-input:focus,textarea.hs-input:focus{outline:none;border-color:rgba(82,168,236,0.8);box-shadow:inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(82,168,236,0.6)}input.hs-input.error,.hs-form div.field.error input,.hs-form div.field.error textarea,.hs-form div.field.error .chzn-choices,textarea.hs-input.error{border-color:#c87872;box-shadow:0 0 3px rgba(171,41,32,0.25)}input.hs-input.error:focus,.hs-form div.field.error input:focus,.hs-form div.field.error textarea:focus,.hs-form div.field.error .chzn-choices:focus,textarea.hs-input.error:focus{border-color:#b9554d;box-shadow:0 0 6px rgba(171,41,32,0.5)}.input-mini.hs-input,input.mini.hs-input,textarea.mini.hs-input,select.mini.hs-input{width:60px}.input-small.hs-input,input.small.hs-input,textarea.small.hs-input,select.small.hs-input{width:90px}.input-medium.hs-input,input.medium.hs-input,textarea.medium.hs-input,select.medium.hs-input{width:150px}.input-large.hs-input,input.large.hs-input,textarea.large.hs-input,select.large.hs-input{width:210px}.input-xlarge.hs-input,input.xlarge.hs-input,textarea.xlarge.hs-input,select.xlarge.hs-input{width:270px}.input-xxlarge.hs-input,input.xxlarge.hs-input,textarea.xxlarge.hs-input,select.xxlarge.hs-input{width:530px}.input-stretch.hs-input,input.stretch.hs-input,textarea.stretch.hs-input,select.stretch.hs-input{box-sizing:border-box;width:100%}textarea.hs-input.xxlarge{overflow-y:auto}input.hs-input.span1,textarea.hs-input.span1,select.hs-input.span1{display:inline-block;float:none;width:30px;margin-left:0}input.hs-input.span2,textarea.hs-input.span2,select.hs-input.span2{display:inline-block;float:none;width:90px;margin-left:0}input.hs-input.span3,textarea.hs-input.span3,select.hs-input.span3{display:inline-block;float:none;width:150px;margin-left:0}input.hs-input.span4,textarea.hs-input.span4,select.hs-input.span4{display:inline-block;float:none;width:210px;margin-left:0}input.hs-input.span5,textarea.hs-input.span5,select.hs-input.span5{display:inline-block;float:none;width:270px;margin-left:0}input.hs-input.span6,textarea.hs-input.span6,select.hs-input.span6{display:inline-block;float:none;width:330px;margin-left:0}input.hs-input.span7,textarea.hs-input.span7,select.hs-input.span7{display:inline-block;float:none;width:390px;margin-left:0}input.hs-input.span8,textarea.hs-input.span8,select.hs-input.span8{display:inline-block;float:none;width:450px;margin-left:0}input.hs-input.span9,textarea.hs-input.span9,select.hs-input.span9{display:inline-block;float:none;width:510px;margin-left:0}input.hs-input.span10,textarea.hs-input.span10,select.hs-input.span10{display:inline-block;float:none;width:570px;margin-left:0}input.hs-input.span11,textarea.hs-input.span11,select.hs-input.span11{display:inline-block;float:none;width:630px;margin-left:0}input.hs-input.span12,textarea.hs-input.span12,select.hs-input.span12{display:inline-block;float:none;width:690px;margin-left:0}input.hs-input.span13,textarea.hs-input.span13,select.hs-input.span13{display:inline-block;float:none;width:750px;margin-left:0}input.hs-input.span14,textarea.hs-input.span14,select.hs-input.span14{display:inline-block;float:none;width:810px;margin-left:0}input.hs-input.span15,textarea.hs-input.span15,select.hs-input.span15{display:inline-block;float:none;width:870px;margin-left:0}input.hs-input.span16,textarea.hs-input.span16,select.hs-input.span16{display:inline-block;float:none;width:930px;margin-left:0}input.hs-input[disabled],select.hs-input[disabled],textarea.hs-input[disabled]{background-color:#f5f5f5;border-color:#ddd;cursor:not-allowed}.help-inline,.help-block{font-size:11px;line-height:18px;color:#818181}.help-inline{padding-left:5px}.help-block{display:block;max-width:600px}.inline-inputs{color:#818181}.inline-inputs span,.inline-inputs input{display:inline-block}.inline-inputs input.mini{width:60px}.inline-inputs input.small{width:90px}.inline-inputs span{padding:0 2px 0 1px}.input-prepend input,.input-append input{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-ms-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-prepend .add-on,.input-append .add-on{position:relative;background:#f5f5f5;border:1px solid #ccc;z-index:2;float:left;display:block;width:auto;min-width:16px;height:18px;padding:4px 4px 4px 5px;margin-right:-1px;font-weight:normal;line-height:18px;color:#bfbfbf;text-align:center;text-shadow:0 1px 0 #fff;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-prepend .active,.input-append .active{background:#bfe0bf;border-color:#59ad59}.input-append input{float:left;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;-ms-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-append .add-on{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;-ms-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;margin-right:0;margin-left:-1px}.hs-form{margin-bottom:18px}.hs-form fieldset{margin-bottom:18px;padding-top:18px}.hs-form fieldset legend{display:block;margin-left:150px;font-size:19.5px;line-height:1;color:#414141}.hs-form .clearfix,.hs-form .field,.hs-form .hs-form-field{margin-bottom:18px}.hs-form .clearfix:after,.hs-form .field:after,.hs-form .hs-form-field:after{content:"";display:table;clear:both}.hs-form label{padding-top:5px;font-size:13px;line-height:18px;font-weight:bold;float:left;width:130px;text-align:right;color:#414141}.hs-form .input{margin-left:150px}.hs-form div.field.error{background:#fae5e3;padding:6px 0;margin-bottom:18px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.hs-form div.field.error>label,.hs-form div.field.error span.help-inline,.hs-form div.field.error span.help-block{color:#9d261d}.hs-form div.field.error .input-prepend span.add-on,.hs-form div.field.error .input-append span.add-on{background:#f4c8c5;border-color:#c87872;color:#b9554d}.hs-form .hsErrMsgContainer ul{margin-top:6px;margin-bottom:0px;margin-left:7px;list-style:none}.hs-form .hsErrMsgContainer ul li{font-size:12px;color:#a44e47}.hs-form .hsErrMsgContainer .hs-block-message{min-width:200px;width:200px}.hs-form .hsErrMsgContainer .hs-block-message ul{margin-top:0px}.hs-form .actions{background:#f5f5f5;margin-top:18px;margin-bottom:18px;padding:17px 20px 18px 150px;border-top:1px solid #ddd;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-ms-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.hs-form .actions .secondary-action{float:right}.hs-form .actions .secondary-action a{line-height:30px}.hs-form .actions .secondary-action a:hover{text-decoration:underline}.hs-form .inputs-list{margin:0 0 5px;width:100%}.hs-form .inputs-list>li{display:block;padding:0;width:100%}.hs-form .inputs-list label{display:block;float:none;width:auto;padding:0;line-height:18px;text-align:left;white-space:normal;font-weight:normal}.hs-form .inputs-list label strong{color:#818181}.hs-form .inputs-list label small{font-size:11px;font-weight:normal}.hs-form .inputs-list .inputs-list{margin-left:25px;margin-bottom:10px;padding-top:0}.hs-form .inputs-list:first-child{padding-top:6px}.hs-form .inputs-list>li+li{padding-top:2px}.hs-form .inputs-list input[type=radio],.hs-form .inputs-list input[type=checkbox]{margin-bottom:0}.hs-form.stacked{padding-left:20px}.hs-form.stacked fieldset{padding-top:9px}.hs-form.stacked legend{margin-left:0}.hs-form.stacked label{display:block;float:none;width:auto;font-weight:bold;text-align:left;line-height:20px;padding-top:0;margin-bottom:4px}.hs-form.stacked .field{margin-bottom:18px}.hs-form.stacked .field div.input{margin-left:0}.hs-form.stacked .field div.input>input+a,.hs-form.stacked .field div.input select+a,.hs-form.stacked .field div.input textarea+a{margin-top:4px;display:block}.hs-form.stacked .inputs-list{margin-bottom:0}.hs-form.stacked .inputs-list>li{padding-top:0}.hs-form.stacked .inputs-list>li label{font-weight:normal;padding-top:0}.hs-form.stacked div.error{padding:3px 10px 6px;margin-top:0;margin-left:-10px;margin-bottom:9px}.hs-form.stacked .actions{margin-left:-20px;padding-left:20px}.hs-form{padding-left:0px}.hs-form.stacked{padding-left:0px}.hs-form.stacked fieldset{padding:0}.hs-form .hs-button{color:#fff;text-shadow:0 -1px 0 #3574e3;background-color:#3574e3;background-image:linear-gradient(to bottom, #7ec8f4,#3574e3);box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);border-top:1px solid #64baf0;border-bottom:1px solid #1c4ed5;border-right:1px solid #468ee6;border-left:1px solid #468ee6;border-radius:4px;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear;-moz-user-select:none;-webkit-user-select:none;user-select:none}.hs-form .hs-button:visited,.hs-form .hs-button:hover{color:#fff}.hs-form .hs-button:hover:not(.inactive),.hs-form .hs-button:focus:not(.inactive),.hs-form .hs-button.hovered:not(.inactive){box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;border-top:1px solid #4db0ee;border-bottom:1px solid #1946be;border-right:1px solid #3080e3;border-left:1px solid #3080e3}.hs-form .hs-button:active:not(.inactive):not(.link),.hs-form .hs-button.depressed:not(.inactive):not(.link),.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link){background-color:#599eeb;background-image:linear-gradient(to bottom, #3574e3,#599eeb);box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3),inset 0px -1px 0px rgba(255,255,255,0.3);border-top:1px solid #1c4ed5;border-bottom:1px solid #4084e2;border-right:1px solid #468ee6;border-left:1px solid #468ee6}.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link){box-shadow:inset 0px 1px 2px rgba(0,0,0,0.3)}.hs-form .hs-button.disabled.disabled.disabled.disabled,.hs-form .hs-button[disabled][disabled][disabled]{background-color:#6387c5;background-image:linear-gradient(to bottom, #88b1ce,#6387c5);box-shadow:inset 0px 1px 0px rgba(255,255,255,0);border-top:1px solid #7baacc;border-bottom:1px solid #5774be;border-right:1px solid #6c94c7;border-left:1px solid #6c94c7;cursor:default;color:#ededed;text-shadow:none;opacity:0.6}.hs-form .hs-button.disabled.disabled.disabled.disabled.next:before,.hs-form .hs-button[disabled][disabled][disabled].next:before{opacity:0.5}.hs-form .hs-button.disabled.disabled.disabled.disabled.previous:before,.hs-form .hs-button[disabled][disabled][disabled].previous:before{opacity:0.5}.hs-form .hs-button.next:before,.hs-form .hs-button.previous:before{background:url(/style_guide/static-9.72/img/hs-button-arrows.png) center 0 no-repeat;display:block;width:16px;height:16px;position:absolute;top:5px;content:" ";z-index:99}.hs-form .hs-button.next{padding-right:32px}.hs-form .hs-button.next:before{right:9px}.hs-form .hs-button.previous{padding-left:32px}.hs-form .hs-button.previous:before{background-position:center -16px;left:9px}.hs-form .hs-button.inactive{cursor:default}.hs-form ul{list-style:none}.hs-form label{display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.hs-form .hs-field-desc{color:#aaa;margin:0px 0px 5px 150px;font-size:11px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.hs-form .hs-form-required{color:red}.hs-form .field{margin-bottom:9px}.hs-form .hs-richtext{margin-bottom:3px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:18px;font-size:14px;color:#414141}.hs-form .hs-richtext hr{text-align:left;margin-left:0;width:91%}.hs-form .email-correction,.hs-form .email-validation{padding-top:3px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.hs-form .email-correction a,.hs-form .email-validation a{cursor:pointer}.hs-form .inputs-list{padding-left:5px;list-style:none}.hs-form .inputs-list li input{margin:3px 5px 3px 0px}.hs-form input[type=checkbox],.hs-form input[type=radio]{margin-right:5px}.hs-form input:not([type="image"]),.hs-form textarea{box-sizing:content-box}.hs-form.stacked .hs-field-desc{margin:0px 0px 2px 0px}.hs-form .hs-input,.hs-form textarea.hs-input{box-sizing:border-box;max-width:500px;width:90%}.hs-form .hs-input:not[type=checkbox],.hs-form .hs-input:not[type=radio],.hs-form textarea.hs-input:not[type=checkbox],.hs-form textarea.hs-input:not[type=radio]{min-height:18px;min-width:100px}.hs-form .actions{background:transparent;margin-top:18px;margin-bottom:18px;padding:17px 20px 18px 0px;border-top:none;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-ms-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.hs-form .actions .secondary-action{float:right}.hs-form .actions .secondary-action a{line-height:30px}.hs-form .actions .secondary-action a:hover{text-decoration:underline}.pika-single{z-index:9999;display:block;position:relative;color:#333;background:#fff;border:1px solid #ccc;border-bottom-color:#bbb;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px rgba(0,0,0,0.5)}.pika-single{*zoom:1}.pika-single:before,.pika-single:after{content:" ";display:table}.pika-single:after{clear:both}.pika-lendar{float:left;width:240px;margin:8px}.pika-title{position:relative;text-align:center}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;filter:alpha(opacity=0);opacity:0}.pika-label{display:inline-block;*display:inline;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff}.pika-prev,.pika-next{display:block;cursor:pointer;position:relative;outline:none;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:75% 75%;opacity:0.5;*position:absolute;*top:0}.pika-prev:hover,.pika-next:hover{opacity:1}.pika-prev.is-disabled,.pika-next.is-disabled{cursor:default;opacity:0.2}.pika-prev,.is-rtl .pika-next{float:left;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");*left:0}.pika-next,.is-rtl .pika-prev{float:right;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");*right:0}.pika-select{display:inline-block;*display:inline}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table th,.pika-table td{width:14.28571%;padding:0}.pika-table th{color:#999;font-size:12px;line-height:25px;font-weight:bold;text-align:center}.pika-table abbr{border-bottom:none;cursor:help}.pika-button{cursor:pointer;display:block;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:12px;line-height:15px;text-align:right;background:#f5f5f5}.is-today .pika-button{color:#3af;font-weight:bold}.is-selected .pika-button{color:#fff;font-weight:bold;background:#3af;box-shadow:inset 0 1px 3px #178fe5;border-radius:3px}.is-disabled .pika-button{pointer-events:none;cursor:default;color:#999;opacity:0.3}.pika-button:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important;border-radius:3px !important}.pika-week{font-size:11px;color:#999}.hs-form fieldset{border:0;padding:0;margin:0;max-width:500px}.hs-form fieldset.form-columns-1 .hs-input{width:95%}.hs-form fieldset.form-columns-1 .input{margin-right:8px}.hs-form fieldset.form-columns-1 input[type="checkbox"],.hs-form fieldset.form-columns-1 input[type="radio"]{width:auto}.hs-form fieldset.form-columns-2 .hs-form-field{width:50%;float:left}.hs-form fieldset.form-columns-2 .input{margin-right:8px}.hs-form fieldset.form-columns-3 .hs-form-field{width:32.7%;float:left}.hs-form fieldset.form-columns-3 .input{margin-right:8px}.hs-form label.hs-hidden{visibility:hidden}.hsformerror{margin:0 0 2px;padding:2px 6px;height:auto;background-color:#fdd2d0;font-size:11px;border:1px solid #fcb3af;padding:4px 16px 4px 10px;color:#000;display:none;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));background-image:-webkit-linear-gradient(#fefefe, #fdd2d0);background-image:-moz-linear-gradient(#fefefe, #fdd2d0);background-image:-o-linear-gradient(#fefefe, #fdd2d0);background-image:linear-gradient(#fefefe,#fdd2d0);-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 0 6px #ddd;-moz-box-shadow:0 0 6px #ddd;box-shadow:0 0 6px #ddd;z-index:99999}.hsformerror em{border:10px solid;border-color:#fdd2d0 transparent transparent;bottom:-17px;display:block;height:0;left:60px;position:absolute;width:0}.hsformerror p{font-family:Lucida Grande,Lucida Sans Unicode,bitstream vera sans,trebuchet ms,verdana,sans-serif;margin:0;float:left;margin-right:8px}.hsformerror:hover{cursor:default}.hsformerror .close-form-error{float:right;display:inline;top:3px;position:absolute;font-family:Verdana !important;color:#b17c79 !important;cursor:pointer !important;font-size:11px !important;font-weight:normal !important}.hsformerror .close-form-error:hover{color:#cc8884}@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){form.hs-form .form-columns-2 .hs-form-field,form.hs-form .form-columns-3 .hs-form-field{float:none;width:100%}form.hs-form .form-columns-2 .hs-form-field .hs-input,form.hs-form .form-columns-3 .hs-form-field .hs-input{width:95%}}</style><style type="text/css">@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/03034e/00000000000000003b9ad1b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7) format("woff2");font-weight:700;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/5a684a/00000000000000003b9ad1b2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7) format("woff2");font-weight:700;font-style:italic;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/edab9a/00000000000000003b9ad1b9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4) format("woff2");font-weight:400;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/015ec8/00000000000000003b9ad1b5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3) format("woff2");font-weight:300;font-style:normal;} | |
@charset "UTF-8"; | |
@keyframes vex-fadein { | |
0% { | |
opacity: 0 | |
} | |
100% { | |
opacity: 1 | |
} | |
} | |
@-webkit-keyframes vex-fadein { | |
0% { | |
opacity: 0 | |
} | |
100% { | |
opacity: 1 | |
} | |
} | |
@-moz-keyframes vex-fadein { | |
0% { | |
opacity: 0 | |
} | |
100% { | |
opacity: 1 | |
} | |
} | |
@-ms-keyframes vex-fadein { | |
0% { | |
opacity: 0 | |
} | |
100% { | |
opacity: 1 | |
} | |
} | |
@-o-keyframes vex-fadein { | |
0% { | |
opacity: 0 | |
} | |
100% { | |
opacity: 1 | |
} | |
} | |
@keyframes vex-fadeout { | |
0% { | |
opacity: 1 | |
} | |
100% { | |
opacity: 0 | |
} | |
} | |
@-webkit-keyframes vex-fadeout { | |
0% { | |
opacity: 1 | |
} | |
100% { | |
opacity: 0 | |
} | |
} | |
@-moz-keyframes vex-fadeout { | |
0% { | |
opacity: 1 | |
} | |
100% { | |
opacity: 0 | |
} | |
} | |
@-ms-keyframes vex-fadeout { | |
0% { | |
opacity: 1 | |
} | |
100% { | |
opacity: 0 | |
} | |
} | |
@-o-keyframes vex-fadeout { | |
0% { | |
opacity: 1 | |
} | |
100% { | |
opacity: 0 | |
} | |
} | |
@keyframes vex-rotation { | |
0% { | |
transform: rotate(0deg); | |
-webkit-transform: rotate(0deg); | |
-moz-transform: rotate(0deg); | |
-ms-transform: rotate(0deg); | |
-o-transform: rotate(0deg) | |
} | |
100% { | |
transform: rotate(359deg); | |
-webkit-transform: rotate(359deg); | |
-moz-transform: rotate(359deg); | |
-ms-transform: rotate(359deg); | |
-o-transform: rotate(359deg) | |
} | |
} | |
@-webkit-keyframes vex-rotation { | |
0% { | |
transform: rotate(0deg); | |
-webkit-transform: rotate(0deg); | |
-moz-transform: rotate(0deg); | |
-ms-transform: rotate(0deg); | |
-o-transform: rotate(0deg) | |
} | |
100% { | |
transform: rotate(359deg); | |
-webkit-transform: rotate(359deg); | |
-moz-transform: rotate(359deg); | |
-ms-transform: rotate(359deg); | |
-o-transform: rotate(359deg) | |
} | |
} | |
@-moz-keyframes vex-rotation { | |
0% { | |
transform: rotate(0deg); | |
-webkit-transform: rotate(0deg); | |
-moz-transform: rotate(0deg); | |
-ms-transform: rotate(0deg); | |
-o-transform: rotate(0deg) | |
} | |
100% { | |
transform: rotate(359deg); | |
-webkit-transform: rotate(359deg); | |
-moz-transform: rotate(359deg); | |
-ms-transform: rotate(359deg); | |
-o-transform: rotate(359deg) | |
} | |
} | |
@-ms-keyframes vex-rotation { | |
0% { | |
transform: rotate(0deg); | |
-webkit-transform: rotate(0deg); | |
-moz-transform: rotate(0deg); | |
-ms-transform: rotate(0deg); | |
-o-transform: rotate(0deg) | |
} | |
100% { | |
transform: rotate(359deg); | |
-webkit-transform: rotate(359deg); | |
-moz-transform: rotate(359deg); | |
-ms-transform: rotate(359deg); | |
-o-transform: rotate(359deg) | |
} | |
} | |
@-o-keyframes vex-rotation { | |
0% { | |
transform: rotate(0deg); | |
-webkit-transform: rotate(0deg); | |
-moz-transform: rotate(0deg); | |
-ms-transform: rotate(0deg); | |
-o-transform: rotate(0deg) | |
} | |
100% { | |
transform: rotate(359deg); | |
-webkit-transform: rotate(359deg); | |
-moz-transform: rotate(359deg); | |
-ms-transform: rotate(359deg); | |
-o-transform: rotate(359deg) | |
} | |
} | |
.vex, | |
.vex *, | |
.vex *:before, | |
.vex *:after { | |
-webkit-box-sizing: border-box; | |
-moz-box-sizing: border-box; | |
box-sizing: border-box | |
} | |
.vex { | |
position: fixed; | |
overflow: auto; | |
-webkit-overflow-scrolling: touch; | |
z-index: 1111; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0 | |
} | |
.vex-overlay { | |
background: #000; | |
filter: alpha(opacity=40); | |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" | |
} | |
.vex-overlay { | |
animation: vex-fadein 0.5s; | |
-webkit-animation: vex-fadein 0.5s; | |
-moz-animation: vex-fadein 0.5s; | |
-ms-animation: vex-fadein 0.5s; | |
-o-animation: vex-fadein 0.5s; | |
-webkit-backface-visibility: hidden; | |
position: fixed; | |
background: rgba(0, 0, 0, 0.4); | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0 | |
} | |
.vex.vex-closing .vex-overlay { | |
animation: vex-fadeout 0.5s; | |
-webkit-animation: vex-fadeout 0.5s; | |
-moz-animation: vex-fadeout 0.5s; | |
-ms-animation: vex-fadeout 0.5s; | |
-o-animation: vex-fadeout 0.5s; | |
-webkit-backface-visibility: hidden | |
} | |
.vex-content { | |
animation: vex-fadein 0.5s; | |
-webkit-animation: vex-fadein 0.5s; | |
-moz-animation: vex-fadein 0.5s; | |
-ms-animation: vex-fadein 0.5s; | |
-o-animation: vex-fadein 0.5s; | |
-webkit-backface-visibility: hidden; | |
background: #fff | |
} | |
.vex.vex-closing .vex-content { | |
animation: vex-fadeout 0.5s; | |
-webkit-animation: vex-fadeout 0.5s; | |
-moz-animation: vex-fadeout 0.5s; | |
-ms-animation: vex-fadeout 0.5s; | |
-o-animation: vex-fadeout 0.5s; | |
-webkit-backface-visibility: hidden | |
} | |
.vex-close:before { | |
font-family: Arial, sans-serif; | |
content: "\00D7" | |
} | |
.vex-dialog-form { | |
margin: 0 | |
} | |
.vex-dialog-button { | |
-webkit-appearance: none; | |
cursor: pointer | |
} | |
.vex-loading-spinner { | |
animation: vex-rotation 0.7s linear infinite; | |
-webkit-animation: vex-rotation 0.7s linear infinite; | |
-moz-animation: vex-rotation 0.7s linear infinite; | |
-ms-animation: vex-rotation 0.7s linear infinite; | |
-o-animation: vex-rotation 0.7s linear infinite; | |
-webkit-backface-visibility: hidden; | |
-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1); | |
-moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1); | |
box-shadow: 0 0 1em rgba(0, 0, 0, 0.1); | |
position: fixed; | |
z-index: 1112; | |
margin: auto; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
height: 2em; | |
width: 2em; | |
background: #fff | |
} | |
body.vex-open { | |
overflow: hidden | |
} | |
.hs_cos_flex-slides-thumb>li { | |
width: 210px; | |
overflow: hidden; | |
box-sizing: border-box; | |
text-align: center | |
} | |
.hs_cos_flex-slider .hs_cos_flex-slides img { | |
height: 100%; | |
margin: 0 auto | |
} | |
.vex-content.hs-gallery { | |
position: absolute; | |
background: transparent | |
} | |
.vex-content.hs-gallery .hs_cos_flex-slider { | |
background: transparent; | |
position: absolute; | |
width: 100%; | |
height: 100% | |
} | |
.vex-content.hs-gallery .hs_cos_flex-slider, | |
.vex-content.hs-gallery .hs_cos_flex-viewport, | |
.vex-content.hs-gallery .hs_cos_flex-slides { | |
height: 100% | |
} | |
.vex-content.hs-gallery .hs_cos_flex-slides li { | |
height: 100%; | |
visibility: hidden | |
} | |
.vex-content.hs-gallery .hs_cos_flex-slides li.hs_cos_flex-active-slide { | |
visibility: visible | |
} | |
.vex-content.hs-gallery .hs_cos_flex-slides li img { | |
width: 100%; | |
margin: 0 auto | |
} | |
.vex-content.hs-gallery .hs_cos_flex-slides li div.caption { | |
background-color: rgba(0, 0, 0, 0.5); | |
position: absolute; | |
font-size: 2em; | |
line-height: 1.1em; | |
color: #fff; | |
padding: 0px 5% 0px 5%; | |
width: 100%; | |
bottom: 0; | |
text-align: center | |
} | |
.vex-content.hs-gallery .hs_cos_flex-slider.flex-slider-main.slider-mode-lightbox { | |
display: block | |
} | |
.vex-content.hs-gallery .hs_cos_flex-direction-nav a { | |
-webkit-transition: none | |
} | |
.vex-content.hs-gallery .vex-close { | |
position: fixed; | |
top: 10px; | |
right: 10px; | |
width: 40px; | |
height: 40px; | |
cursor: pointer; | |
z-index: 9999999 | |
} | |
.vex-content.hs-gallery .vex-close:before, | |
.vex-content.hs-gallery .vex-close:after { | |
content: ""; | |
display: block; | |
width: 100%; | |
height: 4px; | |
margin-top: -2px; | |
border-radius: 2px; | |
background: #fff; | |
position: absolute; | |
top: 50% | |
} | |
.vex-content.hs-gallery .vex-close:hover::after, | |
.vex-content.hs-gallery .vex-close:hover::before { | |
box-shadow: 0 0 9px #fff !important | |
} | |
.vex-content.hs-gallery .vex-close:after { | |
-webkit-transform: rotate(45deg); | |
-moz-transform: rotate(45deg); | |
-ms-transform: rotate(45deg); | |
-o-transform: rotate(45deg); | |
transform: rotate(45deg) | |
} | |
.vex-content.hs-gallery .vex-close:before { | |
-webkit-transform: rotate(135deg); | |
-moz-transform: rotate(135deg); | |
-ms-transform: rotate(135deg); | |
-o-transform: rotate(135deg); | |
transform: rotate(135deg) | |
} | |
@media (max-width: 768px) { | |
.vex-content.hs-gallery .vex-close { | |
height: 25px; | |
width: 25px | |
} | |
} | |
.hs-tools-menu { | |
transition: -webkit-transform 0.5s !important; | |
-webkit-transform: translate3d(0, 0, 0) !important; | |
-moz-transform: translate3d(0, 0, 0) !important; | |
-ms-transform: translate3d(0, 0, 0) !important; | |
-o-transform: translate3d(0, 0, 0) !important; | |
transform: translate3d(0, 0, 0) !important | |
} | |
body.vex-open .hs-tools-menu { | |
-webkit-transform: translate3d(0, -70px, 0) !important; | |
-moz-transform: translate3d(0, -70px, 0) !important; | |
-ms-transform: translate3d(0, -70px, 0) !important; | |
-o-transform: translate3d(0, -70px, 0) !important; | |
transform: translate3d(0, -70px, 0) !important | |
} | |
.hs_cos_flex-slider.flex-slider-main.slider-mode-lightbox { | |
display: none | |
} | |
.vex-overlay.hs-gallery { | |
background: rgba(0, 0, 0, 0.8) | |
} | |
.slider-mode-lightbox.hs-cos-flex-slider-control-panel { | |
margin-top: 0 | |
} | |
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li { | |
display: inline-block; | |
width: 100px; | |
height: 100px; | |
line-height: 100px; | |
margin-right: 10px; | |
margin-bottom: 10px; | |
overflow: hidden; | |
position: relative | |
} | |
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a { | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100% | |
} | |
.slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li a img { | |
display: inline; | |
vertical-align: middle | |
} | |
ul.hs_cos_flex-slides-main img[data-src] { | |
background: url(https://hubspot-static2cdn.s3.amazonaws.com/style_guide/static-2.303/img/spinners/tiny-loader.gif) center no-repeat | |
} | |
.hs-common-error-message { | |
background-color: #f0d0d0 !important; | |
border: 1px solid #993401 !important; | |
color: #993401 !important; | |
font-size: 15px !important; | |
border-radius: 3px !important; | |
padding: 8px !important; | |
margin: 8px 0px 8px 0px !important | |
} | |
.hs-common-confirm-message { | |
background-color: #cde3cc !important; | |
border: 1px solid #360 !important; | |
color: #360 !important; | |
font-size: 15px !important; | |
border-radius: 3px !important; | |
padding: 8px !important; | |
margin: 8px 0px 8px 0px !important | |
} | |
iframe[src="about:blank"] { | |
display: none | |
} | |
.advanced-lp-form-response-message { | |
background-color: #cde3cc; | |
border: 1px solid #360; | |
color: #336600; | |
font-size: 15px; | |
border-radius: 3px; | |
padding: 8px; | |
margin: 8px 0px 8px 0px | |
} | |
.hs-tools-menu, | |
.hs-tools-menu * { | |
font-family: "helvetica neue", helvetica, "arial sans" !important; | |
line-height: 18px !important; | |
text-shadow: 0px 1px #000 !important | |
} | |
.hs-tools-menu { | |
position: fixed !important; | |
top: 10px !important; | |
right: 10px !important; | |
cursor: pointer !important; | |
background: #222 !important; | |
background: rgba(0, 0, 0, 0.75) !important; | |
background-image: -webkit-linear-gradient(top, #404040, #333) !important; | |
background-image: -moz-linear-gradient(top, #404040, #333) !important; | |
color: #abacac !important; | |
min-width: 160px !important; | |
min-height: 40px !important; | |
padding: 0px !important; | |
margin: 0px !important; | |
border: 1px solid #222 !important; | |
-webkit-border-radius: 3px !important; | |
-moz-border-radius: 3px !important; | |
border-radius: 3px !important; | |
-webkit-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.25) !important; | |
-moz-box-shadow: inset 0px 1px rgba(255, 255, 255, 0.25) !important; | |
box-shadow: inset 0px 1px rgba(255, 255, 255, 0.25) !important; | |
-moz-user-select: none !important; | |
-webkit-user-select: none !important; | |
-o-user-select: none !important; | |
user-select: none !important; | |
-webkit-animation: hsflyin 1.5s !important; | |
-moz-animation: hsflyin 1.5s !important; | |
z-index: 99999999999 !important; | |
box-sizing: content-box !important | |
} | |
.hs-tools-menu.hs-collapsed { | |
-webkit-box-shadow: 0px 1px 7px rgba(255, 255, 255, 0.25), inset 0px 1px rgba(255, 255, 255, 0.25) !important; | |
-moz-box-shadow: 0px 1px 7px rgba(255, 255, 255, 0.25), inset 0px 1px rgba(255, 255, 255, 0.25) !important; | |
box-shadow: 0px 1px 7px rgba(255, 255, 255, 0.25), inset 0px 1px rgba(255, 255, 255, 0.25) !important; | |
min-width: 40px !important | |
} | |
.hs-tools-menu a { | |
text-decoration: none !important; | |
color: #abacac !important; | |
padding: 8px 10px !important; | |
display: block !important; | |
font-size: inherit !important; | |
line-height: inherit !important; | |
font-weight: inherit !important | |
} | |
.hs-tools-menu a:hover, | |
.hs-tools-menu a:active { | |
text-decoration: none !important; | |
color: #f7f8f8 !important; | |
background: #444 !important | |
} | |
.hs-tools-menu li { | |
text-align: left !important; | |
line-height: 18px !important; | |
font-size: inherit !important; | |
margin: 0px !important; | |
padding: 0px !important; | |
background: none !important; | |
font-weight: inherit !important; | |
list-style: none !important | |
} | |
.hs-tools-menu .hs-title { | |
font-weight: bold !important; | |
font-size: 14px !important; | |
position: absolute !important; | |
top: -29px !important; | |
margin-left: 9px !important; | |
text-shadow: 0px -1px #000 | |
} | |
.hs-tools-menu .hs-dropdown { | |
position: relative !important | |
} | |
.hs-tools-menu.hs-collapsed .hs-dropdown { | |
display: none !important; | |
opacity: 0.95 !important | |
} | |
.hs-tools-menu ul { | |
list-style: none !important; | |
margin: 0px !important; | |
margin-top: 41px !important; | |
padding: 5px 0px !important; | |
font-size: 13px !important; | |
font-weight: 500 !important; | |
background: #333 !important; | |
-webkit-box-shadow: inset 0px 1px #222 !important; | |
-moz-box-shadow: inset 0px 1px #222 !important; | |
box-shadow: inset 0px 1px #222 !important | |
} | |
.hs-tools-menu img.hs-sprocket { | |
width: 33px !important; | |
top: -1px !important; | |
right: -1px !important; | |
padding: 5px 5px 4px 4px !important; | |
position: absolute !important; | |
-webkit-border-radius: 3px !important; | |
-moz-border-radius: 3px !important; | |
border-radius: 3px !important; | |
box-sizing: content-box !important | |
} | |
.hs-tools-menu img.hs-sprocket:active { | |
opacity: 0.5 !important; | |
background-image: -webkit-linear-gradient(top, #111, #303030) !important; | |
background-image: -moz-linear-gradient(top, #111, #303030) !important; | |
-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25) !important; | |
-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25) !important; | |
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25) !important | |
} | |
.hs-tools-menu.hs-collapsed img.hs-sprocket { | |
display: block !important | |
} | |
.hs-tools-menu .hs-dropdown::before { | |
content: " " !important; | |
display: none !important; | |
position: absolute !important; | |
height: 33px !important; | |
width: 33px !important; | |
top: -37px !important; | |
right: 4px !important; | |
background: #e36f1e !important; | |
-webkit-mask-box-image: url("https://cdn2.hubspot.net/static/sprocket_white_80.png") !important; | |
z-index: 15 !important | |
} | |
.hs-tools-menu .hs-dropdown::after { | |
content: " " !important; | |
display: none !important; | |
position: absolute !important; | |
height: 33px !important; | |
width: 33px !important; | |
top: -38px !important; | |
right: 4px !important; | |
background: #000 !important; | |
-webkit-mask-box-image: url("https://cdn2.hubspot.net/static/sprocket_white_80.png") !important; | |
z-index: 10 !important | |
} | |
@media screen and (-webkit-min-device-pixel-ratio: 0) { | |
.hs-tools-menu .hs-dropdown::before, | |
.hs-tools-menu .hs-dropdown::after { | |
display: block !important | |
} | |
.hs-tools-menu img.hs-sprocket { | |
display: none !important | |
} | |
} | |
@-webkit-keyframes 'hsflyin' { | |
0% { | |
top: -100px | |
} | |
50% { | |
top: -100px | |
} | |
100% { | |
top: 10px | |
} | |
} | |
@-moz-keyframes 'hsflyin' { | |
0% { | |
top: -100px | |
} | |
50% { | |
top: -100px | |
} | |
100% { | |
top: 10px | |
} | |
} | |
.hs-rss-item { | |
margin-bottom: 20px | |
} | |
.hs-rss-byline { | |
opacity: .7; | |
font-size: 85%; | |
font-decorate: italics | |
} | |
.hs-rss-item.hs-with-featured-image { | |
overflow: hidden | |
} | |
.hs-rss-item.hs-with-featured-image .hs-rss-item-text { | |
width: 80%; | |
float: left; | |
padding-right: 20px; | |
box-sizing: border-box | |
} | |
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper { | |
display: inline-block; | |
width: 20% | |
} | |
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image { | |
width: 100% | |
} | |
.hs-classic-form-errors { | |
margin: 0; | |
padding: 10px; | |
background: #fff9d8; | |
border-top: 1px solid #e9e1af | |
} | |
.hs-classic-form-errors .top-message { | |
font-weight: bold | |
} | |
a.cta_button { | |
-moz-box-sizing: content-box !important; | |
-webkit-box-sizing: content-box !important; | |
box-sizing: content-box !important; | |
vertical-align: middle | |
} | |
.hs-breadcrumb-menu { | |
list-style-type: none; | |
margin: 0px 0px 0px 0px; | |
padding: 0px 0px 0px 0px | |
} | |
.hs-breadcrumb-menu-item { | |
float: left; | |
padding: 10px 0px 10px 10px | |
} | |
.hs-breadcrumb-menu-divider:before { | |
content: '›'; | |
padding-left: 10px | |
} | |
body>#calroot>#calhead>#caltitle>select { | |
margin: 0 2px; | |
width: auto; | |
height: auto | |
} | |
.hs-featured-image-link { | |
border: 0 | |
} | |
.hs-featured-image { | |
float: right; | |
margin: 0 0 20px 20px; | |
max-width: 50% | |
} | |
@media (max-width: 568px) { | |
.hs-featured-image { | |
float: none; | |
margin: 0; | |
width: 100%; | |
max-width: 100% | |
} | |
} | |
.hs-blog-social-share { | |
height: 30px | |
} | |
.hs-blog-social-share .hs-blog-social-share-list { | |
list-style: none; | |
padding-left: 0 | |
} | |
.hs-blog-social-share .hs-blog-social-share-list:after { | |
content: "."; | |
display: block; | |
height: 0; | |
clear: both; | |
visibility: hidden | |
} | |
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item { | |
float: left; | |
margin-right: 5px | |
} | |
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .twitter-share-button { | |
min-width: 66px !important | |
} | |
img.hs-social-sharing-placeholder { | |
height: 20px !important; | |
width: auto !important; | |
max-width: none !important; | |
max-height: none !important; | |
-webkit-border-radius: 0 !important; | |
-moz-border-radius: 0 !important; | |
border-radius: 0 !important; | |
margin-right: 5px | |
} | |
span.hs-image-container { | |
padding: 10px; | |
display: inline-block | |
} | |
span.hs-image-caption { | |
display: block; | |
margin-top: 10px; | |
font-size: 13px; | |
text-align: center | |
} | |
.hs-centered-image-container { | |
text-align: center | |
} | |
.hs-screen-reader-text { | |
clip: rect(1px, 1px, 1px, 1px); | |
height: 1px; | |
overflow: hidden; | |
position: absolute !important; | |
width: 1px | |
} | |
/* cyrillic-ext */ | |
@font-face { | |
font-family: 'Merriweather'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EA7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2'); | |
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; | |
} | |
/* cyrillic */ | |
@font-face { | |
font-family: 'Merriweather'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EBdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2'); | |
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; | |
} | |
/* latin-ext */ | |
@font-face { | |
font-family: 'Merriweather'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EIjoYw3YTyktCCer_ilOlhE.woff2) format('woff2'); | |
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | |
} | |
/* latin */ | |
@font-face { | |
font-family: 'Merriweather'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Merriweather'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v13/RFda8w1V0eDZheqfcyQ4EBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2'); | |
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; | |
} | |
/* cyrillic-ext */ | |
@font-face { | |
font-family: 'Merriweather'; | |
font-style: italic; | |
font-weight: 400; | |
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v13/So5lHxHT37p2SS4-t60SlFmiNVhTT4pGO2rD6GgBClg.woff2) format('woff2'); | |
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; | |
} | |
/* cyrillic */ | |
@font-face { | |
font-family: 'Merriweather'; | |
font-style: italic; | |
font-weight: 400; | |
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v13/So5lHxHT37p2SS4-t60SlBzuU9CtEpZd10JFi14MKmk.woff2) format('woff2'); | |
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; | |
} | |
/* latin-ext */ | |
@font-face { | |
font-family: 'Merriweather'; | |
font-style: italic; | |
font-weight: 400; | |
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v13/So5lHxHT37p2SS4-t60SlLbeiSZn9gAT0uu8FgUa5kU.woff2) format('woff2'); | |
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | |
} | |
/* latin */ | |
@font-face { | |
font-family: 'Merriweather'; | |
font-style: italic; | |
font-weight: 400; | |
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(https://fonts.gstatic.com/s/merriweather/v13/So5lHxHT37p2SS4-t60SlGfrnYWAzH6tTbHZfcsRIsM.woff2) format('woff2'); | |
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; | |
} | |
/* cyrillic-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 300; | |
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; | |
} | |
/* cyrillic */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 300; | |
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; | |
} | |
/* greek-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 300; | |
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+1F00-1FFF; | |
} | |
/* greek */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 300; | |
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0370-03FF; | |
} | |
/* vietnamese */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 300; | |
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; | |
} | |
/* latin-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 300; | |
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | |
} | |
/* latin */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 300; | |
src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format('woff2'); | |
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; | |
} | |
/* cyrillic-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 700; | |
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; | |
} | |
/* cyrillic */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 700; | |
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; | |
} | |
/* greek-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 700; | |
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+1F00-1FFF; | |
} | |
/* greek */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 700; | |
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0370-03FF; | |
} | |
/* vietnamese */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 700; | |
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; | |
} | |
/* latin-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 700; | |
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | |
} | |
/* latin */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 700; | |
src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format('woff2'); | |
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; | |
} | |
/* cyrillic-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 900; | |
src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v15/s7gftie1JANC-QmDJvMWZoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; | |
} | |
/* cyrillic */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 900; | |
src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v15/3Y_xCyt7TNunMGg0Et2pnoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; | |
} | |
/* greek-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 900; | |
src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v15/WeQRRE07FDkIrr29oHQgHIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+1F00-1FFF; | |
} | |
/* greek */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 900; | |
src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v15/jyIYROCkJM3gZ4KV00YXOIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0370-03FF; | |
} | |
/* vietnamese */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 900; | |
src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v15/phsu-QZXz1JBv0PbFoPmEIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; | |
} | |
/* latin-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 900; | |
src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v15/9_7S_tWeGDh5Pq3u05RVkoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | |
} | |
/* latin */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: normal; | |
font-weight: 900; | |
src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v15/mnpfi9pxYH-Go5UiibESIpBw1xU1rKptJj_0jans920.woff2) format('woff2'); | |
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; | |
} | |
/* cyrillic-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: italic; | |
font-weight: 300; | |
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at_ZraR2Tg8w2lzm7kLNL0-w.woff2) format('woff2'); | |
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; | |
} | |
/* cyrillic */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: italic; | |
font-weight: 300; | |
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at14sYYdJg5dU2qzJEVSuta0.woff2) format('woff2'); | |
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; | |
} | |
/* greek-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: italic; | |
font-weight: 300; | |
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at1BW26QxpSj-_ZKm_xT4hWw.woff2) format('woff2'); | |
unicode-range: U+1F00-1FFF; | |
} | |
/* greek */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: italic; | |
font-weight: 300; | |
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0atwt_Rm691LTebKfY2ZkKSmI.woff2) format('woff2'); | |
unicode-range: U+0370-03FF; | |
} | |
/* vietnamese */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: italic; | |
font-weight: 300; | |
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at9DiNsR5a-9Oe_Ivpu8XWlY.woff2) format('woff2'); | |
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; | |
} | |
/* latin-ext */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: italic; | |
font-weight: 300; | |
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at6E8kM4xWR1_1bYURRojRGc.woff2) format('woff2'); | |
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | |
} | |
/* latin */ | |
@font-face { | |
font-family: 'Roboto'; | |
font-style: italic; | |
font-weight: 300; | |
src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at4gp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2'); | |
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; | |
} | |
.nav-item-header { | |
padding: .15rem!important; | |
margin-top: .6rem; | |
} | |
.navbar-nav .nav-link { | |
padding: .7em .9em!important; | |
font-size: 16px; | |
letter-spacing: 0!important; | |
font-weight: 600; | |
font-family: Raleway!important; | |
color: #323232; | |
} | |
/* tamil */ | |
@font-face { | |
font-family: 'Catamaran'; | |
font-style: normal; | |
font-weight: 100; | |
src: local('Catamaran Thin'), local('Catamaran-Thin'), url(https://fonts.gstatic.com/s/catamaran/v1/AsJXcel0VOprDS7k9OVAc5usapz0TmLMa03Fw4P187Y.woff2) format('woff2'); | |
unicode-range: U+0964-0965, U+0B82-0BFA, U+200B-200D, U+20B9, U+25CC; | |
} | |
/* latin-ext */ | |
@font-face { | |
font-family: 'Catamaran'; | |
font-style: normal; | |
font-weight: 100; | |
src: local('Catamaran Thin'), local('Catamaran-Thin'), url(https://fonts.gstatic.com/s/catamaran/v1/AsJXcel0VOprDS7k9OVAc6E8kM4xWR1_1bYURRojRGc.woff2) format('woff2'); | |
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | |
} | |
/* latin */ | |
@font-face { | |
font-family: 'Catamaran'; | |
font-style: normal; | |
font-weight: 100; | |
src: local('Catamaran Thin'), local('Catamaran-Thin'), url(https://fonts.gstatic.com/s/catamaran/v1/AsJXcel0VOprDS7k9OVAc4gp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2'); | |
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; | |
} | |
/* tamil */ | |
@font-face { | |
font-family: 'Catamaran'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Catamaran'), local('Catamaran-Regular'), url(https://fonts.gstatic.com/s/catamaran/v1/Q9cqF91R4Q6z47_V8UvFGIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0964-0965, U+0B82-0BFA, U+200B-200D, U+20B9, U+25CC; | |
} | |
/* latin-ext */ | |
@font-face { | |
font-family: 'Catamaran'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Catamaran'), local('Catamaran-Regular'), url(https://fonts.gstatic.com/s/catamaran/v1/t_-OVtQ5f4U5rdYNmrStg4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2'); | |
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | |
} | |
/* latin */ | |
@font-face { | |
font-family: 'Catamaran'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Catamaran'), local('Catamaran-Regular'), url(https://fonts.gstatic.com/s/catamaran/v1/iVYgK2bOLvZcSxr0ITOecpBw1xU1rKptJj_0jans920.woff2) format('woff2'); | |
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; | |
} | |
/* tamil */ | |
@font-face { | |
font-family: 'Catamaran'; | |
font-style: normal; | |
font-weight: 600; | |
src: local('Catamaran SemiBold'), local('Catamaran-SemiBold'), url(https://fonts.gstatic.com/s/catamaran/v1/a9PlHHnuBWiGGk0TwuFKTnu3h1vYaggiznMiqdceN_k.woff2) format('woff2'); | |
unicode-range: U+0964-0965, U+0B82-0BFA, U+200B-200D, U+20B9, U+25CC; | |
} | |
/* latin-ext */ | |
@font-face { | |
font-family: 'Catamaran'; | |
font-style: normal; | |
font-weight: 600; | |
src: local('Catamaran SemiBold'), local('Catamaran-SemiBold'), url(https://fonts.gstatic.com/s/catamaran/v1/a9PlHHnuBWiGGk0TwuFKTojoYw3YTyktCCer_ilOlhE.woff2) format('woff2'); | |
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; | |
} | |
/* latin */ | |
@font-face { | |
font-family: 'Catamaran'; | |
font-style: normal; | |
font-weight: 600; | |
src: local('Catamaran SemiBold'), local('Catamaran-SemiBold'), url(https://fonts.gstatic.com/s/catamaran/v1/a9PlHHnuBWiGGk0TwuFKThampu5_7CjHW5spxoeN3Vs.woff2) format('woff2'); | |
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; | |
} | |
.tk-proxima-nova{font-family:"proxima-nova",sans-serif;}</style><style type="text/css">@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/e42cf7/0000000000000000000158cf/23/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7) format("woff2");font-weight:700;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/d991a7/0000000000000000000158d5/23/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6) format("woff2");font-weight:600;font-style:normal;}@font-face{font-family:proxima-nova;src:url(https://fonts.typekit.net/af/65d2f4/0000000000000000000158d7/23/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4) format("woff2");font-weight:400;font-style:normal;}</style><style type="text/css">.tk-proxima-nova{font-family:"proxima-nova",sans-serif;} | |
body { font-family: "Proxima Nova",sans-serif!important;} .card{ border-bottom: 5px solid #ddd!important; border-radius: 8px; } .grid { width: 100%!important; max-width: 100%; padding-bottom: 0px; }#roiCalcFormInner {padding-top: 40px;} .all--btn--green-to-transparent form.hs-form .hs_submit input.hs-button { background: #3AD765; border-color: #3AD765; color: #323232; },s | |
.form-group { | |
margin-bottom: .5rem!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment