@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 @media print, screen and (min-width: 40em) {
.reveal, .reveal.tiny, .reveal.small, .reveal.large {
right: auto;
left: auto;
margin: 0 auto; } } html {
line-height: 1.15;
-webkit-text-size-adjust: 100%; }
body {
margin: 0; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
hr {
box-sizing: content-box;
height: 0;
overflow: visible; }
pre {
font-family: monospace, monospace;
font-size: 1em; }
a {
background-color: transparent; }
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted; }
b,
strong {
font-weight: bolder; }
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
img {
border-style: none; }
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0; }
button,
input {
overflow: visible; }
button,
select {
text-transform: none; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
fieldset {
padding: 0.35em 0.75em 0.625em; }
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal; }
progress {
vertical-align: baseline; }
textarea {
overflow: auto; }
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px; }
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
details {
display: block; }
summary {
display: list-item; }
template {
display: none; }
[hidden] {
display: none; }
.foundation-mq {
font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
html {
box-sizing: border-box;
font-size: 100%; }
*,
*::before,
*::after {
box-sizing: inherit; }
body {
margin: 0;
padding: 0;
background: #fefefe;
font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
font-weight: normal;
line-height: 1.5;
color: #336699;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
img {
display: inline-block;
vertical-align: middle;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic; }
textarea {
height: auto;
min-height: 50px;
border-radius: 0; }
select {
box-sizing: border-box;
width: 100%;
border-radius: 0; }
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
max-width: none !important; }
button {
padding: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
border-radius: 0;
background: transparent;
line-height: 1;
cursor: auto; }
[data-whatinput='mouse'] button {
outline: 0; }
pre {
overflow: auto; }
button,
input,
optgroup,
select,
textarea {
font-family: inherit; }
.is-visible {
display: block !important; }
.is-hidden {
display: none !important; }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0; }
p {
margin-bottom: 1rem;
font-size: inherit;
line-height: 1.6;
text-rendering: optimizeLegibility; }
em,
i {
font-style: italic;
line-height: inherit; }
strong,
b {
font-weight: bold;
line-height: inherit; }
small {
font-size: 80%;
line-height: inherit; }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
font-style: normal;
font-weight: normal;
color: inherit;
text-rendering: optimizeLegibility; }
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
line-height: 0;
color: #cacaca; }
h1, .h1 {
font-size: 1.5rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem; }
h2, .h2 {
font-size: 1.25rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem; }
h3, .h3 {
font-size: 1.1875rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem; }
h4, .h4 {
font-size: 1.125rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem; }
h5, .h5 {
font-size: 1.0625rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem; }
h6, .h6 {
font-size: 1rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 0.5rem; }
@media print, screen and (min-width: 40em) {
h1, .h1 {
font-size: 3rem; }
h2, .h2 {
font-size: 2.5rem; }
h3, .h3 {
font-size: 1.9375rem; }
h4, .h4 {
font-size: 1.5625rem; }
h5, .h5 {
font-size: 1.25rem; }
h6, .h6 {
font-size: 1rem; } }
a {
line-height: inherit;
color: #336699;
text-decoration: none;
cursor: pointer; }
a:hover, a:focus {
color: #2c5884; }
a img {
border: 0; }
hr {
clear: both;
max-width: 1205px;
height: 0;
margin: 1.25rem auto;
border-top: 0;
border-right: 0;
border-bottom: 1px solid #cacaca;
border-left: 0; }
ul,
ol,
dl {
margin-bottom: 1rem;
list-style-position: outside;
line-height: 1.6; }
li {
font-size: inherit; }
ul {
margin-left: 1.25rem;
list-style-type: disc; }
ol {
margin-left: 1.25rem; }
ul ul, ol ul, ul ol, ol ol {
margin-left: 1.25rem;
margin-bottom: 0; }
dl {
margin-bottom: 1rem; }
dl dt {
margin-bottom: 0.3rem;
font-weight: bold; }
blockquote {
margin: 0 0 1rem;
padding: 0.5625rem 1.25rem 0 1.1875rem;
border-left: 1px solid #cacaca; }
blockquote, blockquote p {
line-height: 1.6;
color: #8a8a8a; }
cite {
display: block;
font-size: 0.8125rem;
color: #8a8a8a; }
cite:before {
content: "— "; }
abbr, abbr[title] {
border-bottom: 1px dotted #0a0a0a;
cursor: help;
text-decoration: none; }
figure {
margin: 0; }
code {
padding: 0.125rem 0.3125rem 0.0625rem;
border: 1px solid #cacaca;
background-color: #e6e6e6;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
color: #0a0a0a; }
kbd {
margin: 0;
padding: 0.125rem 0.25rem 0;
background-color: #e6e6e6;
font-family: Consolas, "Liberation Mono", Courier, monospace;
color: #0a0a0a; }
.subheader {
margin-top: 0.2rem;
margin-bottom: 0.5rem;
font-weight: normal;
line-height: 1.4;
color: #8a8a8a; }
.lead {
font-size: 125%;
line-height: 1.6; }
.stat {
font-size: 2.5rem;
line-height: 1; }
p + .stat {
margin-top: -1rem; }
ul.no-bullet, ol.no-bullet {
margin-left: 0;
list-style: none; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.text-center {
text-align: center; }
.text-justify {
text-align: justify; }
@media print, screen and (min-width: 40em) {
.medium-text-left {
text-align: left; }
.medium-text-right {
text-align: right; }
.medium-text-center {
text-align: center; }
.medium-text-justify {
text-align: justify; } }
@media print, screen and (min-width: 64em) {
.large-text-left {
text-align: left; }
.large-text-right {
text-align: right; }
.large-text-center {
text-align: center; }
.large-text-justify {
text-align: justify; } }
.show-for-print {
display: none !important; }
@media print {
* {
background: transparent !important;
box-shadow: none !important;
color: black !important;
text-shadow: none !important; }
.show-for-print {
display: block !important; }
.hide-for-print {
display: none !important; }
table.show-for-print {
display: table !important; }
thead.show-for-print {
display: table-header-group !important; }
tbody.show-for-print {
display: table-row-group !important; }
tr.show-for-print {
display: table-row !important; }
td.show-for-print {
display: table-cell !important; }
th.show-for-print {
display: table-cell !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
.ir a:after,
a[href^='javascript:']:after,
a[href^='#']:after {
content: ''; }
abbr[title]:after {
content: " (" attr(title) ")"; }
pre,
blockquote {
border: 1px solid #8a8a8a;
page-break-inside: avoid; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; }
.print-break-inside {
page-break-inside: auto; } }
.button, .wp-block-button .wp-block-button__link {
display: inline-block;
vertical-align: middle;
margin: 0 0 1rem 0;
padding: 0.85em 1em;
border: 1px solid transparent;
border-radius: 0;
transition: background-color 0.25s ease-out, color 0.25s ease-out;
font-family: inherit;
font-size: 0.9rem;
-webkit-appearance: none;
line-height: 1;
text-align: center;
cursor: pointer;
background-color: #336699;
color: #fefefe; }
[data-whatinput='mouse'] .button, [data-whatinput='mouse'] .wp-block-button .wp-block-button__link, .wp-block-button [data-whatinput='mouse'] .wp-block-button__link {
outline: 0; }
.button:hover, .wp-block-button .wp-block-button__link:hover, .button:focus, .wp-block-button .wp-block-button__link:focus {
background-color: #2b5782;
color: #fefefe; }
.button.tiny, .wp-block-button .tiny.wp-block-button__link {
font-size: 0.6rem; }
.button.small, .wp-block-button .small.wp-block-button__link {
font-size: 0.75rem; }
.button.large, .wp-block-button .large.wp-block-button__link {
font-size: 1.25rem; }
.button.expanded, .wp-block-button .expanded.wp-block-button__link {
display: block;
width: 100%;
margin-right: 0;
margin-left: 0; }
.button.primary, .wp-block-button .primary.wp-block-button__link {
background-color: #336699;
color: #fefefe; }
.button.primary:hover, .wp-block-button .primary.wp-block-button__link:hover, .button.primary:focus, .wp-block-button .primary.wp-block-button__link:focus {
background-color: #29527a;
color: #fefefe; }
.button.secondary, .wp-block-button .secondary.wp-block-button__link {
background-color: #767676;
color: #fefefe; }
.button.secondary:hover, .wp-block-button .secondary.wp-block-button__link:hover, .button.secondary:focus, .wp-block-button .secondary.wp-block-button__link:focus {
background-color: #5e5e5e;
color: #fefefe; }
.button.success, .wp-block-button .success.wp-block-button__link {
background-color: #3adb76;
color: #0a0a0a; }
.button.success:hover, .wp-block-button .success.wp-block-button__link:hover, .button.success:focus, .wp-block-button .success.wp-block-button__link:focus {
background-color: #22bb5b;
color: #0a0a0a; }
.button.warning, .wp-block-button .warning.wp-block-button__link {
background-color: #ffae00;
color: #0a0a0a; }
.button.warning:hover, .wp-block-button .warning.wp-block-button__link:hover, .button.warning:focus, .wp-block-button .warning.wp-block-button__link:focus {
background-color: #cc8b00;
color: #0a0a0a; }
.button.alert, .wp-block-button .alert.wp-block-button__link {
background-color: #cc4b37;
color: #fefefe; }
.button.alert:hover, .wp-block-button .alert.wp-block-button__link:hover, .button.alert:focus, .wp-block-button .alert.wp-block-button__link:focus {
background-color: #a53b2a;
color: #fefefe; }
.button.disabled, .wp-block-button .disabled.wp-block-button__link, .button[disabled], .wp-block-button .wp-block-button__link[disabled] {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled, .wp-block-button .disabled.wp-block-button__link, .button.disabled:hover, .wp-block-button .disabled.wp-block-button__link:hover, .button.disabled:focus, .wp-block-button .disabled.wp-block-button__link:focus, .button[disabled], .wp-block-button .wp-block-button__link[disabled], .button[disabled]:hover, .wp-block-button .wp-block-button__link[disabled]:hover, .button[disabled]:focus, .wp-block-button .wp-block-button__link[disabled]:focus {
background-color: #336699;
color: #fefefe; }
.button.disabled.primary, .wp-block-button .disabled.primary.wp-block-button__link, .button[disabled].primary, .wp-block-button .wp-block-button__link[disabled].primary {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.primary, .wp-block-button .disabled.primary.wp-block-button__link, .button.disabled.primary:hover, .wp-block-button .disabled.primary.wp-block-button__link:hover, .button.disabled.primary:focus, .wp-block-button .disabled.primary.wp-block-button__link:focus, .button[disabled].primary, .wp-block-button .wp-block-button__link[disabled].primary, .button[disabled].primary:hover, .wp-block-button .wp-block-button__link[disabled].primary:hover, .button[disabled].primary:focus, .wp-block-button .wp-block-button__link[disabled].primary:focus {
background-color: #336699;
color: #fefefe; }
.button.disabled.secondary, .wp-block-button .disabled.secondary.wp-block-button__link, .button[disabled].secondary, .wp-block-button .wp-block-button__link[disabled].secondary {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.secondary, .wp-block-button .disabled.secondary.wp-block-button__link, .button.disabled.secondary:hover, .wp-block-button .disabled.secondary.wp-block-button__link:hover, .button.disabled.secondary:focus, .wp-block-button .disabled.secondary.wp-block-button__link:focus, .button[disabled].secondary, .wp-block-button .wp-block-button__link[disabled].secondary, .button[disabled].secondary:hover, .wp-block-button .wp-block-button__link[disabled].secondary:hover, .button[disabled].secondary:focus, .wp-block-button .wp-block-button__link[disabled].secondary:focus {
background-color: #767676;
color: #fefefe; }
.button.disabled.success, .wp-block-button .disabled.success.wp-block-button__link, .button[disabled].success, .wp-block-button .wp-block-button__link[disabled].success {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.success, .wp-block-button .disabled.success.wp-block-button__link, .button.disabled.success:hover, .wp-block-button .disabled.success.wp-block-button__link:hover, .button.disabled.success:focus, .wp-block-button .disabled.success.wp-block-button__link:focus, .button[disabled].success, .wp-block-button .wp-block-button__link[disabled].success, .button[disabled].success:hover, .wp-block-button .wp-block-button__link[disabled].success:hover, .button[disabled].success:focus, .wp-block-button .wp-block-button__link[disabled].success:focus {
background-color: #3adb76;
color: #0a0a0a; }
.button.disabled.warning, .wp-block-button .disabled.warning.wp-block-button__link, .button[disabled].warning, .wp-block-button .wp-block-button__link[disabled].warning {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.warning, .wp-block-button .disabled.warning.wp-block-button__link, .button.disabled.warning:hover, .wp-block-button .disabled.warning.wp-block-button__link:hover, .button.disabled.warning:focus, .wp-block-button .disabled.warning.wp-block-button__link:focus, .button[disabled].warning, .wp-block-button .wp-block-button__link[disabled].warning, .button[disabled].warning:hover, .wp-block-button .wp-block-button__link[disabled].warning:hover, .button[disabled].warning:focus, .wp-block-button .wp-block-button__link[disabled].warning:focus {
background-color: #ffae00;
color: #0a0a0a; }
.button.disabled.alert, .wp-block-button .disabled.alert.wp-block-button__link, .button[disabled].alert, .wp-block-button .wp-block-button__link[disabled].alert {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled.alert, .wp-block-button .disabled.alert.wp-block-button__link, .button.disabled.alert:hover, .wp-block-button .disabled.alert.wp-block-button__link:hover, .button.disabled.alert:focus, .wp-block-button .disabled.alert.wp-block-button__link:focus, .button[disabled].alert, .wp-block-button .wp-block-button__link[disabled].alert, .button[disabled].alert:hover, .wp-block-button .wp-block-button__link[disabled].alert:hover, .button[disabled].alert:focus, .wp-block-button .wp-block-button__link[disabled].alert:focus {
background-color: #cc4b37;
color: #fefefe; }
.button.hollow, .wp-block-button .hollow.wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
border: 1px solid #336699;
color: #336699; }
.button.hollow, .wp-block-button .hollow.wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .button.hollow:hover, .wp-block-button .hollow.wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .button.hollow:focus, .wp-block-button .hollow.wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus {
background-color: transparent; }
.button.hollow.disabled, .wp-block-button .hollow.disabled.wp-block-button__link, .wp-block-button.is-style-outline .disabled.wp-block-button__link, .button.hollow.disabled:hover, .wp-block-button .hollow.disabled.wp-block-button__link:hover, .wp-block-button.is-style-outline .disabled.wp-block-button__link:hover, .button.hollow.disabled:focus, .wp-block-button .hollow.disabled.wp-block-button__link:focus, .wp-block-button.is-style-outline .disabled.wp-block-button__link:focus, .button.hollow[disabled], .wp-block-button .hollow.wp-block-button__link[disabled], .wp-block-button.is-style-outline .wp-block-button__link[disabled], .button.hollow[disabled]:hover, .wp-block-button .hollow.wp-block-button__link[disabled]:hover, .wp-block-button.is-style-outline .wp-block-button__link[disabled]:hover, .button.hollow[disabled]:focus, .wp-block-button .hollow.wp-block-button__link[disabled]:focus, .wp-block-button.is-style-outline .wp-block-button__link[disabled]:focus {
background-color: transparent; }
.button.hollow:hover, .wp-block-button .hollow.wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover, .button.hollow:focus, .wp-block-button .hollow.wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus {
border-color: #1a334d;
color: #1a334d; }
.button.hollow:hover.disabled, .wp-block-button .hollow.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .wp-block-button__link:hover.disabled, .button.hollow:hover[disabled], .wp-block-button .hollow.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .wp-block-button__link:hover[disabled], .button.hollow:focus.disabled, .wp-block-button .hollow.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .wp-block-button__link:focus.disabled, .button.hollow:focus[disabled], .wp-block-button .hollow.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .wp-block-button__link:focus[disabled] {
border: 1px solid #336699;
color: #336699; }
.button.hollow.primary, .wp-block-button .hollow.primary.wp-block-button__link, .wp-block-button.is-style-outline .primary.wp-block-button__link {
border: 1px solid #336699;
color: #336699; }
.button.hollow.primary:hover, .wp-block-button .hollow.primary.wp-block-button__link:hover, .wp-block-button.is-style-outline .primary.wp-block-button__link:hover, .button.hollow.primary:focus, .wp-block-button .hollow.primary.wp-block-button__link:focus, .wp-block-button.is-style-outline .primary.wp-block-button__link:focus {
border-color: #1a334d;
color: #1a334d; }
.button.hollow.primary:hover.disabled, .wp-block-button .hollow.primary.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .primary.wp-block-button__link:hover.disabled, .button.hollow.primary:hover[disabled], .wp-block-button .hollow.primary.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .primary.wp-block-button__link:hover[disabled], .button.hollow.primary:focus.disabled, .wp-block-button .hollow.primary.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .primary.wp-block-button__link:focus.disabled, .button.hollow.primary:focus[disabled], .wp-block-button .hollow.primary.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .primary.wp-block-button__link:focus[disabled] {
border: 1px solid #336699;
color: #336699; }
.button.hollow.secondary, .wp-block-button .hollow.secondary.wp-block-button__link, .wp-block-button.is-style-outline .secondary.wp-block-button__link {
border: 1px solid #767676;
color: #767676; }
.button.hollow.secondary:hover, .wp-block-button .hollow.secondary.wp-block-button__link:hover, .wp-block-button.is-style-outline .secondary.wp-block-button__link:hover, .button.hollow.secondary:focus, .wp-block-button .hollow.secondary.wp-block-button__link:focus, .wp-block-button.is-style-outline .secondary.wp-block-button__link:focus {
border-color: #3b3b3b;
color: #3b3b3b; }
.button.hollow.secondary:hover.disabled, .wp-block-button .hollow.secondary.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .secondary.wp-block-button__link:hover.disabled, .button.hollow.secondary:hover[disabled], .wp-block-button .hollow.secondary.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .secondary.wp-block-button__link:hover[disabled], .button.hollow.secondary:focus.disabled, .wp-block-button .hollow.secondary.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .secondary.wp-block-button__link:focus.disabled, .button.hollow.secondary:focus[disabled], .wp-block-button .hollow.secondary.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .secondary.wp-block-button__link:focus[disabled] {
border: 1px solid #767676;
color: #767676; }
.button.hollow.success, .wp-block-button .hollow.success.wp-block-button__link, .wp-block-button.is-style-outline .success.wp-block-button__link {
border: 1px solid #3adb76;
color: #3adb76; }
.button.hollow.success:hover, .wp-block-button .hollow.success.wp-block-button__link:hover, .wp-block-button.is-style-outline .success.wp-block-button__link:hover, .button.hollow.success:focus, .wp-block-button .hollow.success.wp-block-button__link:focus, .wp-block-button.is-style-outline .success.wp-block-button__link:focus {
border-color: #157539;
color: #157539; }
.button.hollow.success:hover.disabled, .wp-block-button .hollow.success.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .success.wp-block-button__link:hover.disabled, .button.hollow.success:hover[disabled], .wp-block-button .hollow.success.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .success.wp-block-button__link:hover[disabled], .button.hollow.success:focus.disabled, .wp-block-button .hollow.success.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .success.wp-block-button__link:focus.disabled, .button.hollow.success:focus[disabled], .wp-block-button .hollow.success.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .success.wp-block-button__link:focus[disabled] {
border: 1px solid #3adb76;
color: #3adb76; }
.button.hollow.warning, .wp-block-button .hollow.warning.wp-block-button__link, .wp-block-button.is-style-outline .warning.wp-block-button__link {
border: 1px solid #ffae00;
color: #ffae00; }
.button.hollow.warning:hover, .wp-block-button .hollow.warning.wp-block-button__link:hover, .wp-block-button.is-style-outline .warning.wp-block-button__link:hover, .button.hollow.warning:focus, .wp-block-button .hollow.warning.wp-block-button__link:focus, .wp-block-button.is-style-outline .warning.wp-block-button__link:focus {
border-color: #805700;
color: #805700; }
.button.hollow.warning:hover.disabled, .wp-block-button .hollow.warning.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .warning.wp-block-button__link:hover.disabled, .button.hollow.warning:hover[disabled], .wp-block-button .hollow.warning.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .warning.wp-block-button__link:hover[disabled], .button.hollow.warning:focus.disabled, .wp-block-button .hollow.warning.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .warning.wp-block-button__link:focus.disabled, .button.hollow.warning:focus[disabled], .wp-block-button .hollow.warning.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .warning.wp-block-button__link:focus[disabled] {
border: 1px solid #ffae00;
color: #ffae00; }
.button.hollow.alert, .wp-block-button .hollow.alert.wp-block-button__link, .wp-block-button.is-style-outline .alert.wp-block-button__link {
border: 1px solid #cc4b37;
color: #cc4b37; }
.button.hollow.alert:hover, .wp-block-button .hollow.alert.wp-block-button__link:hover, .wp-block-button.is-style-outline .alert.wp-block-button__link:hover, .button.hollow.alert:focus, .wp-block-button .hollow.alert.wp-block-button__link:focus, .wp-block-button.is-style-outline .alert.wp-block-button__link:focus {
border-color: #67251a;
color: #67251a; }
.button.hollow.alert:hover.disabled, .wp-block-button .hollow.alert.wp-block-button__link:hover.disabled, .wp-block-button.is-style-outline .alert.wp-block-button__link:hover.disabled, .button.hollow.alert:hover[disabled], .wp-block-button .hollow.alert.wp-block-button__link:hover[disabled], .wp-block-button.is-style-outline .alert.wp-block-button__link:hover[disabled], .button.hollow.alert:focus.disabled, .wp-block-button .hollow.alert.wp-block-button__link:focus.disabled, .wp-block-button.is-style-outline .alert.wp-block-button__link:focus.disabled, .button.hollow.alert:focus[disabled], .wp-block-button .hollow.alert.wp-block-button__link:focus[disabled], .wp-block-button.is-style-outline .alert.wp-block-button__link:focus[disabled] {
border: 1px solid #cc4b37;
color: #cc4b37; }
.button.clear, .wp-block-button .clear.wp-block-button__link {
border: 1px solid #336699;
color: #336699; }
.button.clear, .wp-block-button .clear.wp-block-button__link, .button.clear:hover, .wp-block-button .clear.wp-block-button__link:hover, .button.clear:focus, .wp-block-button .clear.wp-block-button__link:focus {
background-color: transparent; }
.button.clear.disabled, .wp-block-button .clear.disabled.wp-block-button__link, .button.clear.disabled:hover, .wp-block-button .clear.disabled.wp-block-button__link:hover, .button.clear.disabled:focus, .wp-block-button .clear.disabled.wp-block-button__link:focus, .button.clear[disabled], .wp-block-button .clear.wp-block-button__link[disabled], .button.clear[disabled]:hover, .wp-block-button .clear.wp-block-button__link[disabled]:hover, .button.clear[disabled]:focus, .wp-block-button .clear.wp-block-button__link[disabled]:focus {
background-color: transparent; }
.button.clear:hover, .wp-block-button .clear.wp-block-button__link:hover, .button.clear:focus, .wp-block-button .clear.wp-block-button__link:focus {
border-color: #1a334d;
color: #1a334d; }
.button.clear:hover.disabled, .wp-block-button .clear.wp-block-button__link:hover.disabled, .button.clear:hover[disabled], .wp-block-button .clear.wp-block-button__link:hover[disabled], .button.clear:focus.disabled, .wp-block-button .clear.wp-block-button__link:focus.disabled, .button.clear:focus[disabled], .wp-block-button .clear.wp-block-button__link:focus[disabled] {
border: 1px solid #336699;
color: #336699; }
.button.clear, .wp-block-button .clear.wp-block-button__link, .button.clear.disabled, .wp-block-button .clear.disabled.wp-block-button__link, .button.clear[disabled], .wp-block-button .clear.wp-block-button__link[disabled], .button.clear:hover, .wp-block-button .clear.wp-block-button__link:hover, .button.clear:hover.disabled, .wp-block-button .clear.wp-block-button__link:hover.disabled, .button.clear:hover[disabled], .wp-block-button .clear.wp-block-button__link:hover[disabled], .button.clear:focus, .wp-block-button .clear.wp-block-button__link:focus, .button.clear:focus.disabled, .wp-block-button .clear.wp-block-button__link:focus.disabled, .button.clear:focus[disabled], .wp-block-button .clear.wp-block-button__link:focus[disabled] {
border-color: transparent; }
.button.clear.primary, .wp-block-button .clear.primary.wp-block-button__link {
border: 1px solid #336699;
color: #336699; }
.button.clear.primary:hover, .wp-block-button .clear.primary.wp-block-button__link:hover, .button.clear.primary:focus, .wp-block-button .clear.primary.wp-block-button__link:focus {
border-color: #1a334d;
color: #1a334d; }
.button.clear.primary:hover.disabled, .wp-block-button .clear.primary.wp-block-button__link:hover.disabled, .button.clear.primary:hover[disabled], .wp-block-button .clear.primary.wp-block-button__link:hover[disabled], .button.clear.primary:focus.disabled, .wp-block-button .clear.primary.wp-block-button__link:focus.disabled, .button.clear.primary:focus[disabled], .wp-block-button .clear.primary.wp-block-button__link:focus[disabled] {
border: 1px solid #336699;
color: #336699; }
.button.clear.primary, .wp-block-button .clear.primary.wp-block-button__link, .button.clear.primary.disabled, .wp-block-button .clear.primary.disabled.wp-block-button__link, .button.clear.primary[disabled], .wp-block-button .clear.primary.wp-block-button__link[disabled], .button.clear.primary:hover, .wp-block-button .clear.primary.wp-block-button__link:hover, .button.clear.primary:hover.disabled, .wp-block-button .clear.primary.wp-block-button__link:hover.disabled, .button.clear.primary:hover[disabled], .wp-block-button .clear.primary.wp-block-button__link:hover[disabled], .button.clear.primary:focus, .wp-block-button .clear.primary.wp-block-button__link:focus, .button.clear.primary:focus.disabled, .wp-block-button .clear.primary.wp-block-button__link:focus.disabled, .button.clear.primary:focus[disabled], .wp-block-button .clear.primary.wp-block-button__link:focus[disabled] {
border-color: transparent; }
.button.clear.secondary, .wp-block-button .clear.secondary.wp-block-button__link {
border: 1px solid #767676;
color: #767676; }
.button.clear.secondary:hover, .wp-block-button .clear.secondary.wp-block-button__link:hover, .button.clear.secondary:focus, .wp-block-button .clear.secondary.wp-block-button__link:focus {
border-color: #3b3b3b;
color: #3b3b3b; }
.button.clear.secondary:hover.disabled, .wp-block-button .clear.secondary.wp-block-button__link:hover.disabled, .button.clear.secondary:hover[disabled], .wp-block-button .clear.secondary.wp-block-button__link:hover[disabled], .button.clear.secondary:focus.disabled, .wp-block-button .clear.secondary.wp-block-button__link:focus.disabled, .button.clear.secondary:focus[disabled], .wp-block-button .clear.secondary.wp-block-button__link:focus[disabled] {
border: 1px solid #767676;
color: #767676; }
.button.clear.secondary, .wp-block-button .clear.secondary.wp-block-button__link, .button.clear.secondary.disabled, .wp-block-button .clear.secondary.disabled.wp-block-button__link, .button.clear.secondary[disabled], .wp-block-button .clear.secondary.wp-block-button__link[disabled], .button.clear.secondary:hover, .wp-block-button .clear.secondary.wp-block-button__link:hover, .button.clear.secondary:hover.disabled, .wp-block-button .clear.secondary.wp-block-button__link:hover.disabled, .button.clear.secondary:hover[disabled], .wp-block-button .clear.secondary.wp-block-button__link:hover[disabled], .button.clear.secondary:focus, .wp-block-button .clear.secondary.wp-block-button__link:focus, .button.clear.secondary:focus.disabled, .wp-block-button .clear.secondary.wp-block-button__link:focus.disabled, .button.clear.secondary:focus[disabled], .wp-block-button .clear.secondary.wp-block-button__link:focus[disabled] {
border-color: transparent; }
.button.clear.success, .wp-block-button .clear.success.wp-block-button__link {
border: 1px solid #3adb76;
color: #3adb76; }
.button.clear.success:hover, .wp-block-button .clear.success.wp-block-button__link:hover, .button.clear.success:focus, .wp-block-button .clear.success.wp-block-button__link:focus {
border-color: #157539;
color: #157539; }
.button.clear.success:hover.disabled, .wp-block-button .clear.success.wp-block-button__link:hover.disabled, .button.clear.success:hover[disabled], .wp-block-button .clear.success.wp-block-button__link:hover[disabled], .button.clear.success:focus.disabled, .wp-block-button .clear.success.wp-block-button__link:focus.disabled, .button.clear.success:focus[disabled], .wp-block-button .clear.success.wp-block-button__link:focus[disabled] {
border: 1px solid #3adb76;
color: #3adb76; }
.button.clear.success, .wp-block-button .clear.success.wp-block-button__link, .button.clear.success.disabled, .wp-block-button .clear.success.disabled.wp-block-button__link, .button.clear.success[disabled], .wp-block-button .clear.success.wp-block-button__link[disabled], .button.clear.success:hover, .wp-block-button .clear.success.wp-block-button__link:hover, .button.clear.success:hover.disabled, .wp-block-button .clear.success.wp-block-button__link:hover.disabled, .button.clear.success:hover[disabled], .wp-block-button .clear.success.wp-block-button__link:hover[disabled], .button.clear.success:focus, .wp-block-button .clear.success.wp-block-button__link:focus, .button.clear.success:focus.disabled, .wp-block-button .clear.success.wp-block-button__link:focus.disabled, .button.clear.success:focus[disabled], .wp-block-button .clear.success.wp-block-button__link:focus[disabled] {
border-color: transparent; }
.button.clear.warning, .wp-block-button .clear.warning.wp-block-button__link {
border: 1px solid #ffae00;
color: #ffae00; }
.button.clear.warning:hover, .wp-block-button .clear.warning.wp-block-button__link:hover, .button.clear.warning:focus, .wp-block-button .clear.warning.wp-block-button__link:focus {
border-color: #805700;
color: #805700; }
.button.clear.warning:hover.disabled, .wp-block-button .clear.warning.wp-block-button__link:hover.disabled, .button.clear.warning:hover[disabled], .wp-block-button .clear.warning.wp-block-button__link:hover[disabled], .button.clear.warning:focus.disabled, .wp-block-button .clear.warning.wp-block-button__link:focus.disabled, .button.clear.warning:focus[disabled], .wp-block-button .clear.warning.wp-block-button__link:focus[disabled] {
border: 1px solid #ffae00;
color: #ffae00; }
.button.clear.warning, .wp-block-button .clear.warning.wp-block-button__link, .button.clear.warning.disabled, .wp-block-button .clear.warning.disabled.wp-block-button__link, .button.clear.warning[disabled], .wp-block-button .clear.warning.wp-block-button__link[disabled], .button.clear.warning:hover, .wp-block-button .clear.warning.wp-block-button__link:hover, .button.clear.warning:hover.disabled, .wp-block-button .clear.warning.wp-block-button__link:hover.disabled, .button.clear.warning:hover[disabled], .wp-block-button .clear.warning.wp-block-button__link:hover[disabled], .button.clear.warning:focus, .wp-block-button .clear.warning.wp-block-button__link:focus, .button.clear.warning:focus.disabled, .wp-block-button .clear.warning.wp-block-button__link:focus.disabled, .button.clear.warning:focus[disabled], .wp-block-button .clear.warning.wp-block-button__link:focus[disabled] {
border-color: transparent; }
.button.clear.alert, .wp-block-button .clear.alert.wp-block-button__link {
border: 1px solid #cc4b37;
color: #cc4b37; }
.button.clear.alert:hover, .wp-block-button .clear.alert.wp-block-button__link:hover, .button.clear.alert:focus, .wp-block-button .clear.alert.wp-block-button__link:focus {
border-color: #67251a;
color: #67251a; }
.button.clear.alert:hover.disabled, .wp-block-button .clear.alert.wp-block-button__link:hover.disabled, .button.clear.alert:hover[disabled], .wp-block-button .clear.alert.wp-block-button__link:hover[disabled], .button.clear.alert:focus.disabled, .wp-block-button .clear.alert.wp-block-button__link:focus.disabled, .button.clear.alert:focus[disabled], .wp-block-button .clear.alert.wp-block-button__link:focus[disabled] {
border: 1px solid #cc4b37;
color: #cc4b37; }
.button.clear.alert, .wp-block-button .clear.alert.wp-block-button__link, .button.clear.alert.disabled, .wp-block-button .clear.alert.disabled.wp-block-button__link, .button.clear.alert[disabled], .wp-block-button .clear.alert.wp-block-button__link[disabled], .button.clear.alert:hover, .wp-block-button .clear.alert.wp-block-button__link:hover, .button.clear.alert:hover.disabled, .wp-block-button .clear.alert.wp-block-button__link:hover.disabled, .button.clear.alert:hover[disabled], .wp-block-button .clear.alert.wp-block-button__link:hover[disabled], .button.clear.alert:focus, .wp-block-button .clear.alert.wp-block-button__link:focus, .button.clear.alert:focus.disabled, .wp-block-button .clear.alert.wp-block-button__link:focus.disabled, .button.clear.alert:focus[disabled], .wp-block-button .clear.alert.wp-block-button__link:focus[disabled] {
border-color: transparent; }
.button.dropdown::after, .wp-block-button .dropdown.wp-block-button__link::after {
display: block;
width: 0;
height: 0;
border: inset 0.4em;
content: '';
border-bottom-width: 0;
border-top-style: solid;
border-color: #fefefe transparent transparent;
position: relative;
top: 0.4em;
display: inline-block;
float: right;
margin-left: 1em; }
.button.dropdown.hollow::after, .wp-block-button .dropdown.hollow.wp-block-button__link::after, .wp-block-button.is-style-outline .dropdown.wp-block-button__link::after, .button.dropdown.clear::after, .wp-block-button .dropdown.clear.wp-block-button__link::after {
border-top-color: #336699; }
.button.dropdown.hollow.primary::after, .wp-block-button .dropdown.hollow.primary.wp-block-button__link::after, .wp-block-button.is-style-outline .dropdown.primary.wp-block-button__link::after, .button.dropdown.clear.primary::after, .wp-block-button .dropdown.clear.primary.wp-block-button__link::after {
border-top-color: #336699; }
.button.dropdown.hollow.secondary::after, .wp-block-button .dropdown.hollow.secondary.wp-block-button__link::after, .wp-block-button.is-style-outline .dropdown.secondary.wp-block-button__link::after, .button.dropdown.clear.secondary::after, .wp-block-button .dropdown.clear.secondary.wp-block-button__link::after {
border-top-color: #767676; }
.button.dropdown.hollow.success::after, .wp-block-button .dropdown.hollow.success.wp-block-button__link::after, .wp-block-button.is-style-outline .dropdown.success.wp-block-button__link::after, .button.dropdown.clear.success::after, .wp-block-button .dropdown.clear.success.wp-block-button__link::after {
border-top-color: #3adb76; }
.button.dropdown.hollow.warning::after, .wp-block-button .dropdown.hollow.warning.wp-block-button__link::after, .wp-block-button.is-style-outline .dropdown.warning.wp-block-button__link::after, .button.dropdown.clear.warning::after, .wp-block-button .dropdown.clear.warning.wp-block-button__link::after {
border-top-color: #ffae00; }
.button.dropdown.hollow.alert::after, .wp-block-button .dropdown.hollow.alert.wp-block-button__link::after, .wp-block-button.is-style-outline .dropdown.alert.wp-block-button__link::after, .button.dropdown.clear.alert::after, .wp-block-button .dropdown.clear.alert.wp-block-button__link::after {
border-top-color: #cc4b37; }
.button.arrow-only::after, .wp-block-button .arrow-only.wp-block-button__link::after {
top: -0.1em;
float: none;
margin-left: 0; }
a.button:hover, .wp-block-button a.wp-block-button__link:hover, a.button:focus, .wp-block-button a.wp-block-button__link:focus {
text-decoration: none; }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
display: block;
box-sizing: border-box;
width: 100%;
height: 2.4375rem;
margin: 0 0 1rem;
padding: 0.5rem;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #fefefe;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #0a0a0a;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
outline: none;
border: 1px solid #8a8a8a;
background-color: #fefefe;
box-shadow: 0 0 5px #cacaca;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
textarea {
max-width: 100%; }
textarea[rows] {
height: auto; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #e6e6e6;
cursor: not-allowed; }
[type='submit'],
[type='button'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0; }
input[type='search'] {
box-sizing: border-box; }
::-webkit-input-placeholder {
color: #cacaca; }
:-ms-input-placeholder {
color: #cacaca; }
::placeholder {
color: #cacaca; }
[type='file'],
[type='checkbox'],
[type='radio'] {
margin: 0 0 1rem; }
[type='checkbox'] + label,
[type='radio'] + label {
display: inline-block;
vertical-align: baseline;
margin-left: 0.5rem;
margin-right: 1rem;
margin-bottom: 0; }
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
cursor: pointer; }
label > [type='checkbox'],
label > [type='radio'] {
margin-right: 0.5rem; }
[type='file'] {
width: 100%; }
label {
display: block;
margin: 0;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.8;
color: #0a0a0a; }
label.middle {
margin: 0 0 1rem;
padding: 0.5625rem 0; }
.help-text {
margin-top: -0.5rem;
font-size: 0.8125rem;
font-style: italic;
color: #0a0a0a; }
.input-group {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
margin-bottom: 1rem;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
border-radius: 0 0 0 0; }
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
border-radius: 0 0 0 0; }
.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
margin: 0;
white-space: nowrap; }
.input-group-label {
padding: 0 1rem;
border: 1px solid #cacaca;
background: #e6e6e6;
color: #0a0a0a;
text-align: center;
white-space: nowrap;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.input-group-label:first-child {
border-right: 0; }
.input-group-label:last-child {
border-left: 0; }
.input-group-field {
border-radius: 0;
-webkit-flex: 1 1 0px;
-ms-flex: 1 1 0px;
flex: 1 1 0px;
min-width: 0; }
.input-group-button {
padding-top: 0;
padding-bottom: 0;
text-align: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto; }
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
height: auto;
padding-top: 0;
padding-bottom: 0;
font-size: 1rem; }
fieldset {
margin: 0;
padding: 0;
border: 0; }
legend {
max-width: 100%;
margin-bottom: 0.5rem; }
.fieldset {
margin: 1.125rem 0;
padding: 1.25rem;
border: 1px solid #cacaca; }
.fieldset legend {
margin: 0;
margin-left: -0.1875rem;
padding: 0 0.1875rem; }
select {
height: 2.4375rem;
margin: 0 0 1rem;
padding: 0.5rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #fefefe;
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #0a0a0a;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
background-origin: content-box;
background-position: right -1rem center;
background-repeat: no-repeat;
background-size: 9px 6px;
padding-right: 1.5rem;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
@media screen and (min-width: 0\0) {
select {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==); } }
select:focus {
outline: none;
border: 1px solid #8a8a8a;
background-color: #fefefe;
box-shadow: 0 0 5px #cacaca;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
select:disabled {
background-color: #e6e6e6;
cursor: not-allowed; }
select::-ms-expand {
display: none; }
select[multiple] {
height: auto;
background-image: none; }
.is-invalid-input:not(:focus) {
border-color: #cc4b37;
background-color: #f9ecea; }
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
color: #cc4b37; }
.is-invalid-input:not(:focus):-ms-input-placeholder {
color: #cc4b37; }
.is-invalid-input:not(:focus)::placeholder {
color: #cc4b37; }
.is-invalid-label {
color: #cc4b37; }
.form-error {
display: none;
margin-top: -0.5rem;
margin-bottom: 1rem;
font-size: 0.75rem;
font-weight: bold;
color: #cc4b37; }
.form-error.is-visible {
display: block; }
.accordion {
margin-left: 0;
background: #fefefe;
list-style-type: none; }
.accordion[disabled] .accordion-title {
cursor: not-allowed; }
.accordion-item:first-child > :first-child {
border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
border-radius: 0 0 0 0; }
.accordion-title {
position: relative;
display: block;
padding: 1.25rem 1rem;
border: 1px solid #e6e6e6;
border-bottom: 0;
font-size: 0.75rem;
line-height: 1;
color: #336699; }
:last-child:not(.is-active) > .accordion-title {
border-bottom: 1px solid #e6e6e6;
border-radius: 0 0 0 0; }
.accordion-title:hover, .accordion-title:focus {
background-color: #e6e6e6; }
.accordion-title::before {
position: absolute;
top: 50%;
right: 1rem;
margin-top: -0.5rem;
content: '+'; }
.is-active > .accordion-title::before {
content: '\2013'; }
.accordion-content {
display: none;
padding: 1rem;
border: 1px solid #e6e6e6;
border-bottom: 0;
background-color: #fefefe;
color: #336699; }
:last-child > .accordion-content:last-child {
border-bottom: 1px solid #e6e6e6; }
.accordion-menu li {
width: 100%; }
.accordion-menu a {
padding: 0.7rem 1rem; }
.accordion-menu .is-accordion-submenu a {
padding: 0.7rem 1rem; }
.accordion-menu .nested.is-accordion-submenu {
margin-right: 0;
margin-left: 1rem; }
.accordion-menu.align-right .nested.is-accordion-submenu {
margin-right: 1rem;
margin-left: 0; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
position: relative; }
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-bottom-width: 0;
border-top-style: solid;
border-color: #fefefe transparent transparent;
position: absolute;
top: 50%;
margin-top: -3px;
right: 1rem; }
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
right: 1rem;
left: auto; }
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
right: auto;
left: 1rem; }
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%; }
.is-accordion-submenu-parent {
position: relative; }
.has-submenu-toggle > a {
margin-right: 40px; }
.submenu-toggle {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
cursor: pointer; }
.submenu-toggle::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-bottom-width: 0;
border-top-style: solid;
border-color: #fefefe transparent transparent;
top: 0;
bottom: 0;
margin: auto; }
.submenu-toggle[aria-expanded='true']::after {
-webkit-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%; }
.submenu-toggle-text {
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.badge {
display: inline-block;
min-width: 2.1em;
padding: 0.3em;
border-radius: 50%;
font-size: 0.6rem;
text-align: center;
background: #336699;
color: #fefefe; }
.badge.primary {
background: #336699;
color: #fefefe; }
.badge.secondary {
background: #767676;
color: #fefefe; }
.badge.success {
background: #3adb76;
color: #0a0a0a; }
.badge.warning {
background: #ffae00;
color: #0a0a0a; }
.badge.alert {
background: #cc4b37;
color: #fefefe; }
.breadcrumbs {
margin: 0 0 1rem 0;
list-style: none; }
.breadcrumbs::before, .breadcrumbs::after {
display: table;
content: ' ';
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.breadcrumbs::after {
clear: both; }
.breadcrumbs li {
float: left;
font-size: 0.6875rem;
color: #0a0a0a;
cursor: default;
text-transform: uppercase; }
.breadcrumbs li:not(:last-child)::after {
position: relative;
margin: 0 0.75rem;
opacity: 1;
content: "/";
color: #cacaca; }
.breadcrumbs a {
color: #336699; }
.breadcrumbs a:hover {
text-decoration: underline; }
.breadcrumbs .disabled {
color: #cacaca;
cursor: not-allowed; }
.button-group {
margin-bottom: 1rem;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.button-group::before, .button-group::after {
display: table;
content: ' ';
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.button-group::after {
clear: both; }
.button-group .button, .button-group .wp-block-button .wp-block-button__link, .wp-block-button .button-group .wp-block-button__link {
margin: 0;
margin-right: 1px;
margin-bottom: 1px;
font-size: 0.9rem;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto; }
.button-group .button:last-child, .button-group .wp-block-button .wp-block-button__link:last-child, .wp-block-button .button-group .wp-block-button__link:last-child {
margin-right: 0; }
.button-group.tiny .button, .button-group.tiny .wp-block-button .wp-block-button__link, .wp-block-button .button-group.tiny .wp-block-button__link {
font-size: 0.6rem; }
.button-group.small .button, .button-group.small .wp-block-button .wp-block-button__link, .wp-block-button .button-group.small .wp-block-button__link {
font-size: 0.75rem; }
.button-group.large .button, .button-group.large .wp-block-button .wp-block-button__link, .wp-block-button .button-group.large .wp-block-button__link {
font-size: 1.25rem; }
.button-group.expanded .button, .button-group.expanded .wp-block-button .wp-block-button__link, .wp-block-button .button-group.expanded .wp-block-button__link {
-webkit-flex: 1 1 0px;
-ms-flex: 1 1 0px;
flex: 1 1 0px; }
.button-group.primary .button, .button-group.primary .wp-block-button .wp-block-button__link, .wp-block-button .button-group.primary .wp-block-button__link {
background-color: #336699;
color: #fefefe; }
.button-group.primary .button:hover, .button-group.primary .wp-block-button .wp-block-button__link:hover, .wp-block-button .button-group.primary .wp-block-button__link:hover, .button-group.primary .button:focus, .button-group.primary .wp-block-button .wp-block-button__link:focus, .wp-block-button .button-group.primary .wp-block-button__link:focus {
background-color: #29527a;
color: #fefefe; }
.button-group.secondary .button, .button-group.secondary .wp-block-button .wp-block-button__link, .wp-block-button .button-group.secondary .wp-block-button__link {
background-color: #767676;
color: #fefefe; }
.button-group.secondary .button:hover, .button-group.secondary .wp-block-button .wp-block-button__link:hover, .wp-block-button .button-group.secondary .wp-block-button__link:hover, .button-group.secondary .button:focus, .button-group.secondary .wp-block-button .wp-block-button__link:focus, .wp-block-button .button-group.secondary .wp-block-button__link:focus {
background-color: #5e5e5e;
color: #fefefe; }
.button-group.success .button, .button-group.success .wp-block-button .wp-block-button__link, .wp-block-button .button-group.success .wp-block-button__link {
background-color: #3adb76;
color: #0a0a0a; }
.button-group.success .button:hover, .button-group.success .wp-block-button .wp-block-button__link:hover, .wp-block-button .button-group.success .wp-block-button__link:hover, .button-group.success .button:focus, .button-group.success .wp-block-button .wp-block-button__link:focus, .wp-block-button .button-group.success .wp-block-button__link:focus {
background-color: #22bb5b;
color: #0a0a0a; }
.button-group.warning .button, .button-group.warning .wp-block-button .wp-block-button__link, .wp-block-button .button-group.warning .wp-block-button__link {
background-color: #ffae00;
color: #0a0a0a; }
.button-group.warning .button:hover, .button-group.warning .wp-block-button .wp-block-button__link:hover, .wp-block-button .button-group.warning .wp-block-button__link:hover, .button-group.warning .button:focus, .button-group.warning .wp-block-button .wp-block-button__link:focus, .wp-block-button .button-group.warning .wp-block-button__link:focus {
background-color: #cc8b00;
color: #0a0a0a; }
.button-group.alert .button, .button-group.alert .wp-block-button .wp-block-button__link, .wp-block-button .button-group.alert .wp-block-button__link {
background-color: #cc4b37;
color: #fefefe; }
.button-group.alert .button:hover, .button-group.alert .wp-block-button .wp-block-button__link:hover, .wp-block-button .button-group.alert .wp-block-button__link:hover, .button-group.alert .button:focus, .button-group.alert .wp-block-button .wp-block-button__link:focus, .wp-block-button .button-group.alert .wp-block-button__link:focus {
background-color: #a53b2a;
color: #fefefe; }
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.button-group.stacked .button, .button-group.stacked .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked .wp-block-button__link, .button-group.stacked-for-small .button, .button-group.stacked-for-small .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-small .wp-block-button__link, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-medium .wp-block-button__link {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
.button-group.stacked .button:last-child, .button-group.stacked .wp-block-button .wp-block-button__link:last-child, .wp-block-button .button-group.stacked .wp-block-button__link:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .wp-block-button .wp-block-button__link:last-child, .wp-block-button .button-group.stacked-for-small .wp-block-button__link:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .wp-block-button .wp-block-button__link:last-child, .wp-block-button .button-group.stacked-for-medium .wp-block-button__link:last-child {
margin-bottom: 0; }
.button-group.stacked.expanded .button, .button-group.stacked.expanded .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked.expanded .wp-block-button__link, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-small.expanded .wp-block-button__link, .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-medium.expanded .wp-block-button__link {
-webkit-flex: 1 1 0px;
-ms-flex: 1 1 0px;
flex: 1 1 0px; }
@media print, screen and (min-width: 40em) {
.button-group.stacked-for-small .button, .button-group.stacked-for-small .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-small .wp-block-button__link {
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-bottom: 0; } }
@media print, screen and (min-width: 64em) {
.button-group.stacked-for-medium .button, .button-group.stacked-for-medium .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-medium .wp-block-button__link {
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin-bottom: 0; } }
@media screen and (max-width: 39.99875em) {
.button-group.stacked-for-small.expanded {
display: block; }
.button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-small.expanded .wp-block-button__link {
display: block;
margin-right: 0; } }
@media screen and (max-width: 63.99875em) {
.button-group.stacked-for-medium.expanded {
display: block; }
.button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .wp-block-button .wp-block-button__link, .wp-block-button .button-group.stacked-for-medium.expanded .wp-block-button__link {
display: block;
margin-right: 0; } }
.callout {
position: relative;
margin: 0 0 1rem 0;
padding: 1rem;
border: 1px solid rgba(10, 10, 10, 0.25);
border-radius: 0;
background-color: white;
color: #336699; }
.callout > :first-child {
margin-top: 0; }
.callout > :last-child {
margin-bottom: 0; }
.callout.primary {
background-color: #dde8f4;
color: #336699; }
.callout.secondary {
background-color: #eaeaea;
color: #336699; }
.callout.success {
background-color: #e1faea;
color: #336699; }
.callout.warning {
background-color: #fff3d9;
color: #336699; }
.callout.alert {
background-color: #f7e4e1;
color: #336699; }
.callout.small {
padding-top: 0.5rem;
padding-right: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 0.5rem; }
.callout.large {
padding-top: 3rem;
padding-right: 3rem;
padding-bottom: 3rem;
padding-left: 3rem; }
.card {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-bottom: 1rem;
border: 1px solid #e6e6e6;
border-radius: 0;
background: #fefefe;
box-shadow: none;
overflow: hidden;
color: #336699; }
.card > :last-child {
margin-bottom: 0; }
.card-divider {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
padding: 1rem;
background: #e6e6e6; }
.card-divider > :last-child {
margin-bottom: 0; }
.card-section {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
padding: 1rem; }
.card-section > :last-child {
margin-bottom: 0; }
.card-image {
min-height: 1px; }
.close-button {
position: absolute;
color: #8a8a8a;
cursor: pointer; }
[data-whatinput='mouse'] .close-button {
outline: 0; }
.close-button:hover, .close-button:focus {
color: #0a0a0a; }
.close-button.small {
right: 0.66rem;
top: 0.33em;
font-size: 1.5em;
line-height: 1; }
.close-button, .close-button.medium {
right: 1rem;
top: 0.5rem;
font-size: 2em;
line-height: 1; }
.menu-icon {
position: relative;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 16px;
cursor: pointer; }
.menu-icon::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 2px;
background: #fefefe;
box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
content: ''; }
.menu-icon:hover::after {
background: #cacaca;
box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
.menu-icon.dark {
position: relative;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 16px;
cursor: pointer; }
.menu-icon.dark::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 2px;
background: #0a0a0a;
box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
content: ''; }
.menu-icon.dark:hover::after {
background: #8a8a8a;
box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
.is-drilldown {
position: relative;
overflow: hidden; }
.is-drilldown li {
display: block; }
.is-drilldown.animate-height {
transition: height 0.5s; }
.drilldown a {
padding: 0.7rem 1rem;
background: #fefefe; }
.drilldown .is-drilldown-submenu {
position: absolute;
top: 0;
left: 100%;
z-index: -1;
width: 100%;
background: #fefefe;
transition: -webkit-transform 0.15s linear;
transition: transform 0.15s linear;
transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
.drilldown .is-drilldown-submenu.is-active {
z-index: 1;
display: block;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.drilldown .is-drilldown-submenu.is-closing {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.drilldown .is-drilldown-submenu a {
padding: 0.7rem 1rem; }
.drilldown .nested.is-drilldown-submenu {
margin-right: 0;
margin-left: 0; }
.drilldown .drilldown-submenu-cover-previous {
min-height: 100%; }
.drilldown .is-drilldown-submenu-parent > a {
position: relative; }
.drilldown .is-drilldown-submenu-parent > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-right-width: 0;
border-left-style: solid;
border-color: transparent transparent transparent #336699;
position: absolute;
top: 50%;
margin-top: -6px;
right: 1rem; }
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-right-width: 0;
border-left-style: solid;
border-color: transparent transparent transparent #336699;
right: 1rem;
left: auto; }
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-left-width: 0;
border-right-style: solid;
border-color: transparent #336699 transparent transparent;
right: auto;
left: 1rem; }
.drilldown .js-drilldown-back > a::before {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-left-width: 0;
border-right-style: solid;
border-color: transparent #336699 transparent transparent;
border-left-width: 0;
display: inline-block;
vertical-align: middle;
margin-right: 0.75rem; }
.dropdown-pane {
position: absolute;
z-index: 10;
display: none;
width: 300px;
padding: 1rem;
visibility: hidden;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #fefefe;
font-size: 1rem; }
.dropdown-pane.is-opening {
display: block; }
.dropdown-pane.is-open {
display: block;
visibility: visible; }
.dropdown-pane.tiny {
width: 100px; }
.dropdown-pane.small {
width: 200px; }
.dropdown-pane.large {
width: 400px; }
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
top: 100%;
right: 0;
left: auto; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
top: 100%;
right: auto;
left: 0; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
position: relative;
padding-right: 1.5rem; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-bottom-width: 0;
border-top-style: solid;
border-color: #336699 transparent transparent;
right: 5px;
left: auto;
margin-top: -3px; }
[data-whatinput='mouse'] .dropdown.menu a {
outline: 0; }
.dropdown.menu > li > a {
background: #2C3840;
padding: 0.7rem 1rem; }
.dropdown.menu > li.is-active > a {
background: transparent;
color: #e6e6e6; }
.no-js .dropdown.menu ul {
display: none; }
.dropdown.menu .nested.is-dropdown-submenu {
margin-right: 0;
margin-left: 0; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
top: 0;
right: 100%;
left: auto; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
right: auto;
left: 100%; }
.dropdown.menu.vertical > li > a::after {
right: 14px; }
.dropdown.menu.vertical > li.opens-left > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-left-width: 0;
border-right-style: solid;
border-color: transparent #336699 transparent transparent;
right: auto;
left: 5px; }
.dropdown.menu.vertical > li.opens-right > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-right-width: 0;
border-left-style: solid;
border-color: transparent transparent transparent #336699; }
@media print, screen and (min-width: 40em) {
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
top: 100%;
right: 0;
left: auto; }
.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
top: 100%;
right: auto;
left: 0; }
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
position: relative;
padding-right: 1.5rem; }
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-bottom-width: 0;
border-top-style: solid;
border-color: #336699 transparent transparent;
right: 5px;
left: auto;
margin-top: -3px; }
.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
top: 0; }
.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
top: 0;
right: 100%;
left: auto; }
.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
right: auto;
left: 100%; }
.dropdown.menu.medium-vertical > li > a::after {
right: 14px; }
.dropdown.menu.medium-vertical > li.opens-left > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-left-width: 0;
border-right-style: solid;
border-color: transparent #336699 transparent transparent;
right: auto;
left: 5px; }
.dropdown.menu.medium-vertical > li.opens-right > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-right-width: 0;
border-left-style: solid;
border-color: transparent transparent transparent #336699; } }
@media print, screen and (min-width: 64em) {
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
top: 100%;
right: 0;
left: auto; }
.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
top: 100%;
right: auto;
left: 0; }
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
position: relative;
padding-right: 1.5rem; }
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-bottom-width: 0;
border-top-style: solid;
border-color: #336699 transparent transparent;
right: 5px;
left: auto;
margin-top: -3px; }
.dropdown.menu.large-vertical > li .is-dropdown-submenu {
top: 0; }
.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
top: 0;
right: 100%;
left: auto; }
.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
right: auto;
left: 100%; }
.dropdown.menu.large-vertical > li > a::after {
right: 14px; }
.dropdown.menu.large-vertical > li.opens-left > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-left-width: 0;
border-right-style: solid;
border-color: transparent #336699 transparent transparent;
right: auto;
left: 5px; }
.dropdown.menu.large-vertical > li.opens-right > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-right-width: 0;
border-left-style: solid;
border-color: transparent transparent transparent #336699; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
top: 100%;
right: 0;
left: auto; }
.is-dropdown-menu.vertical {
width: 100px; }
.is-dropdown-menu.vertical.align-right {
float: right; }
.is-dropdown-submenu-parent {
position: relative; }
.is-dropdown-submenu-parent a::after {
position: absolute;
top: 50%;
right: 5px;
left: auto;
margin-top: -6px; }
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
top: 100%;
left: auto; }
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
right: 100%;
left: auto; }
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
right: auto;
left: 100%; }
.is-dropdown-submenu {
position: absolute;
top: 0;
left: 100%;
z-index: 1;
display: none;
min-width: 200px;
border: 1px solid #cacaca;
background: #2C3840; }
.dropdown .is-dropdown-submenu a {
padding: 0.7rem 1rem; }
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
right: 14px; }
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-left-width: 0;
border-right-style: solid;
border-color: transparent #336699 transparent transparent;
right: auto;
left: 5px; }
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
display: block;
width: 0;
height: 0;
border: inset 6px;
content: '';
border-right-width: 0;
border-left-style: solid;
border-color: transparent transparent transparent #336699; }
.is-dropdown-submenu .is-dropdown-submenu {
margin-top: -1px; }
.is-dropdown-submenu > li {
width: 100%; }
.is-dropdown-submenu.js-dropdown-active {
display: block; }
.responsive-embed,
.flex-video {
position: relative;
height: 0;
margin-bottom: 1rem;
padding-bottom: 75%;
overflow: hidden; }
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.responsive-embed.widescreen,
.flex-video.widescreen {
padding-bottom: 56.25%; }
.label {
display: inline-block;
padding: 0.33333rem 0.5rem;
border-radius: 0;
font-size: 0.8rem;
line-height: 1;
white-space: nowrap;
cursor: default;
background: #336699;
color: #fefefe; }
.label.primary {
background: #336699;
color: #fefefe; }
.label.secondary {
background: #767676;
color: #fefefe; }
.label.success {
background: #3adb76;
color: #0a0a0a; }
.label.warning {
background: #ffae00;
color: #0a0a0a; }
.label.alert {
background: #cc4b37;
color: #fefefe; }
.media-object {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 1rem;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.media-object img {
max-width: none; }
@media screen and (max-width: 39.99875em) {
.media-object.stack-for-small {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; } }
.media-object-section {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.media-object-section:first-child {
padding-right: 1rem; }
.media-object-section:last-child:not(:nth-child(2)) {
padding-left: 1rem; }
.media-object-section > :last-child {
margin-bottom: 0; }
@media screen and (max-width: 39.99875em) {
.stack-for-small .media-object-section {
padding: 0;
padding-bottom: 1rem;
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%; }
.stack-for-small .media-object-section img {
width: 100%; } }
.media-object-section.main-section {
-webkit-flex: 1 1 0px;
-ms-flex: 1 1 0px;
flex: 1 1 0px; }
.is-off-canvas-open {
overflow: hidden; }
.js-off-canvas-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 11;
width: 100%;
height: 100%;
transition: opacity 0.5s ease, visibility 0.5s ease;
background: rgba(254, 254, 254, 0.25);
opacity: 0;
visibility: hidden;
overflow: hidden; }
.js-off-canvas-overlay.is-visible {
opacity: 1;
visibility: visible; }
.js-off-canvas-overlay.is-closable {
cursor: pointer; }
.js-off-canvas-overlay.is-overlay-absolute {
position: absolute; }
.js-off-canvas-overlay.is-overlay-fixed {
position: fixed; }
.off-canvas-wrapper {
position: relative;
overflow: hidden; }
.off-canvas {
position: fixed;
z-index: 12;
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: #2C3840; }
[data-whatinput='mouse'] .off-canvas {
outline: 0; }
.off-canvas.is-transition-push {
z-index: 12; }
.off-canvas.is-closed {
visibility: hidden; }
.off-canvas.is-transition-overlap {
z-index: 13; }
.off-canvas.is-transition-overlap.is-open {
box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
.off-canvas.is-open {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.off-canvas-absolute {
position: absolute;
z-index: 12;
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: #2C3840; }
[data-whatinput='mouse'] .off-canvas-absolute {
outline: 0; }
.off-canvas-absolute.is-transition-push {
z-index: 12; }
.off-canvas-absolute.is-closed {
visibility: hidden; }
.off-canvas-absolute.is-transition-overlap {
z-index: 13; }
.off-canvas-absolute.is-transition-overlap.is-open {
box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
.off-canvas-absolute.is-open {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.position-left {
top: 0;
left: 0;
height: 100%;
overflow-y: auto;
width: 250px;
-webkit-transform: translateX(-250px);
-ms-transform: translateX(-250px);
transform: translateX(-250px); }
.off-canvas-content .off-canvas.position-left {
-webkit-transform: translateX(-250px);
-ms-transform: translateX(-250px);
transform: translateX(-250px); }
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.off-canvas-content.is-open-left.has-transition-push {
-webkit-transform: translateX(250px);
-ms-transform: translateX(250px);
transform: translateX(250px); }
.position-left.is-transition-push {
box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }
.position-right {
top: 0;
right: 0;
height: 100%;
overflow-y: auto;
width: 250px;
-webkit-transform: translateX(250px);
-ms-transform: translateX(250px);
transform: translateX(250px); }
.off-canvas-content .off-canvas.position-right {
-webkit-transform: translateX(250px);
-ms-transform: translateX(250px);
transform: translateX(250px); }
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.off-canvas-content.is-open-right.has-transition-push {
-webkit-transform: translateX(-250px);
-ms-transform: translateX(-250px);
transform: translateX(-250px); }
.position-right.is-transition-push {
box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }
.position-top {
top: 0;
left: 0;
width: 100%;
overflow-x: auto;
height: 250px;
-webkit-transform: translateY(-250px);
-ms-transform: translateY(-250px);
transform: translateY(-250px); }
.off-canvas-content .off-canvas.position-top {
-webkit-transform: translateY(-250px);
-ms-transform: translateY(-250px);
transform: translateY(-250px); }
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.off-canvas-content.is-open-top.has-transition-push {
-webkit-transform: translateY(250px);
-ms-transform: translateY(250px);
transform: translateY(250px); }
.position-top.is-transition-push {
box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }
.position-bottom {
bottom: 0;
left: 0;
width: 100%;
overflow-x: auto;
height: 250px;
-webkit-transform: translateY(250px);
-ms-transform: translateY(250px);
transform: translateY(250px); }
.off-canvas-content .off-canvas.position-bottom {
-webkit-transform: translateY(250px);
-ms-transform: translateY(250px);
transform: translateY(250px); }
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.off-canvas-content.is-open-bottom.has-transition-push {
-webkit-transform: translateY(-250px);
-ms-transform: translateY(-250px);
transform: translateY(-250px); }
.position-bottom.is-transition-push {
box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }
.off-canvas-content {
-webkit-transform: none;
-ms-transform: none;
transform: none;
transition: -webkit-transform 0.5s ease;
transition: transform 0.5s ease;
transition: transform 0.5s ease, -webkit-transform 0.5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.off-canvas-content.has-transition-push {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
.off-canvas-content .off-canvas.is-open {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0); }
@media print, screen and (min-width: 40em) {
.position-left.reveal-for-medium {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 12;
transition: none;
visibility: visible; }
.position-left.reveal-for-medium .close-button {
display: none; }
.off-canvas-content .position-left.reveal-for-medium {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.off-canvas-content.has-reveal-left {
margin-left: 250px; }
.position-left.reveal-for-medium ~ .off-canvas-content {
margin-left: 250px; }
.position-right.reveal-for-medium {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 12;
transition: none;
visibility: visible; }
.position-right.reveal-for-medium .close-button {
display: none; }
.off-canvas-content .position-right.reveal-for-medium {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.off-canvas-content.has-reveal-right {
margin-right: 250px; }
.position-right.reveal-for-medium ~ .off-canvas-content {
margin-right: 250px; }
.position-top.reveal-for-medium {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 12;
transition: none;
visibility: visible; }
.position-top.reveal-for-medium .close-button {
display: none; }
.off-canvas-content .position-top.reveal-for-medium {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.off-canvas-content.has-reveal-top {
margin-top: 250px; }
.position-top.reveal-for-medium ~ .off-canvas-content {
margin-top: 250px; }
.position-bottom.reveal-for-medium {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 12;
transition: none;
visibility: visible; }
.position-bottom.reveal-for-medium .close-button {
display: none; }
.off-canvas-content .position-bottom.reveal-for-medium {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.off-canvas-content.has-reveal-bottom {
margin-bottom: 250px; }
.position-bottom.reveal-for-medium ~ .off-canvas-content {
margin-bottom: 250px; } }
@media print, screen and (min-width: 64em) {
.position-left.reveal-for-large {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 12;
transition: none;
visibility: visible; }
.position-left.reveal-for-large .close-button {
display: none; }
.off-canvas-content .position-left.reveal-for-large {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.off-canvas-content.has-reveal-left {
margin-left: 250px; }
.position-left.reveal-for-large ~ .off-canvas-content {
margin-left: 250px; }
.position-right.reveal-for-large {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 12;
transition: none;
visibility: visible; }
.position-right.reveal-for-large .close-button {
display: none; }
.off-canvas-content .position-right.reveal-for-large {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.off-canvas-content.has-reveal-right {
margin-right: 250px; }
.position-right.reveal-for-large ~ .off-canvas-content {
margin-right: 250px; }
.position-top.reveal-for-large {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 12;
transition: none;
visibility: visible; }
.position-top.reveal-for-large .close-button {
display: none; }
.off-canvas-content .position-top.reveal-for-large {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.off-canvas-content.has-reveal-top {
margin-top: 250px; }
.position-top.reveal-for-large ~ .off-canvas-content {
margin-top: 250px; }
.position-bottom.reveal-for-large {
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 12;
transition: none;
visibility: visible; }
.position-bottom.reveal-for-large .close-button {
display: none; }
.off-canvas-content .position-bottom.reveal-for-large {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.off-canvas-content.has-reveal-bottom {
margin-bottom: 250px; }
.position-bottom.reveal-for-large ~ .off-canvas-content {
margin-bottom: 250px; } }
@media print, screen and (min-width: 40em) {
.off-canvas.in-canvas-for-medium {
visibility: visible;
height: auto;
position: static;
background: none;
width: auto;
overflow: visible;
transition: none; }
.off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
box-shadow: none;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.off-canvas.in-canvas-for-medium .close-button {
display: none; } }
@media print, screen and (min-width: 64em) {
.off-canvas.in-canvas-for-large {
visibility: visible;
height: auto;
position: static;
background: none;
width: auto;
overflow: visible;
transition: none; }
.off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
box-shadow: none;
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.off-canvas.in-canvas-for-large .close-button {
display: none; } }
.orbit {
position: relative; }
.orbit-container {
position: relative;
height: 0;
margin: 0;
list-style: none;
overflow: hidden; }
.orbit-slide {
width: 100%;
position: absolute; }
.orbit-slide.no-motionui.is-active {
top: 0;
left: 0; }
.orbit-figure {
margin: 0; }
.orbit-image {
width: 100%;
max-width: 100%;
margin: 0; }
.orbit-caption {
position: absolute;
bottom: 0;
width: 100%;
margin-bottom: 0;
padding: 1rem;
background-color: rgba(10, 10, 10, 0.5);
color: #fefefe; }
.orbit-previous, .orbit-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 10;
padding: 1rem;
color: #fefefe; }
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
outline: 0; }
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
background-color: rgba(10, 10, 10, 0.5); }
.orbit-previous {
left: 0; }
.orbit-next {
left: auto;
right: 0; }
.orbit-bullets {
position: relative;
margin-top: 0.8rem;
margin-bottom: 0.8rem;
text-align: center; }
[data-whatinput='mouse'] .orbit-bullets {
outline: 0; }
.orbit-bullets button {
width: 1.2rem;
height: 1.2rem;
margin: 0.1rem;
border-radius: 50%;
background-color: #cacaca; }
.orbit-bullets button:hover {
background-color: #8a8a8a; }
.orbit-bullets button.is-active {
background-color: #8a8a8a; }
.pagination {
margin-left: 0;
margin-bottom: 1rem; }
.pagination::before, .pagination::after {
display: table;
content: ' ';
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.pagination::after {
clear: both; }
.pagination li {
margin-right: 0.0625rem;
border-radius: 0;
font-size: 0.875rem;
display: none; }
.pagination li:last-child, .pagination li:first-child {
display: inline-block; }
@media print, screen and (min-width: 40em) {
.pagination li {
display: inline-block; } }
.pagination a,
.pagination button {
display: block;
padding: 0.1875rem 0.625rem;
border-radius: 0;
color: #0a0a0a; }
.pagination a:hover,
.pagination button:hover {
background: #e6e6e6; }
.pagination .current {
padding: 0.1875rem 0.625rem;
background: #336699;
color: #fefefe;
cursor: default; }
.pagination .disabled {
padding: 0.1875rem 0.625rem;
color: #cacaca;
cursor: not-allowed; }
.pagination .disabled:hover {
background: transparent; }
.pagination .ellipsis::after {
padding: 0.1875rem 0.625rem;
content: '\2026';
color: #0a0a0a; }
.pagination-previous a::before,
.pagination-previous.disabled::before {
display: inline-block;
margin-right: 0.5rem;
content: '\00ab'; }
.pagination-next a::after,
.pagination-next.disabled::after {
display: inline-block;
margin-left: 0.5rem;
content: '\00bb'; }
.progress {
height: 1rem;
margin-bottom: 1rem;
border-radius: 0;
background-color: #cacaca; }
.progress.primary .progress-meter {
background-color: #336699; }
.progress.secondary .progress-meter {
background-color: #767676; }
.progress.success .progress-meter {
background-color: #3adb76; }
.progress.warning .progress-meter {
background-color: #ffae00; }
.progress.alert .progress-meter {
background-color: #cc4b37; }
.progress-meter {
position: relative;
display: block;
width: 0%;
height: 100%;
background-color: #336699; }
.progress-meter-text {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
margin: 0;
font-size: 0.75rem;
font-weight: bold;
color: #fefefe;
white-space: nowrap; }
.slider {
position: relative;
height: 0.5rem;
margin-top: 1.25rem;
margin-bottom: 2.25rem;
background-color: #e6e6e6;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: none;
touch-action: none; }
.slider-fill {
position: absolute;
top: 0;
left: 0;
display: inline-block;
max-width: 100%;
height: 0.5rem;
background-color: #cacaca;
transition: all 0.2s ease-in-out; }
.slider-fill.is-dragging {
transition: all 0s linear; }
.slider-handle {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
z-index: 1;
display: inline-block;
width: 1.4rem;
height: 1.4rem;
border-radius: 0;
background-color: #336699;
transition: all 0.2s ease-in-out;
-ms-touch-action: manipulation;
touch-action: manipulation; }
[data-whatinput='mouse'] .slider-handle {
outline: 0; }
.slider-handle:hover {
background-color: #2b5782; }
.slider-handle.is-dragging {
transition: all 0s linear; }
.slider.disabled,
.slider[disabled] {
opacity: 0.25;
cursor: not-allowed; }
.slider.vertical {
display: inline-block;
width: 0.5rem;
height: 12.5rem;
margin: 0 1.25rem;
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1); }
.slider.vertical .slider-fill {
top: 0;
width: 0.5rem;
max-height: 100%; }
.slider.vertical .slider-handle {
position: absolute;
top: 0;
left: 50%;
width: 1.4rem;
height: 1.4rem;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.sticky-container {
position: relative; }
.sticky {
position: relative;
z-index: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.sticky.is-stuck {
position: fixed;
z-index: 5;
width: 100%; }
.sticky.is-stuck.is-at-top {
top: 0; }
.sticky.is-stuck.is-at-bottom {
bottom: 0; }
.sticky.is-anchored {
position: relative;
right: auto;
left: auto; }
.sticky.is-anchored.is-at-bottom {
bottom: 0; }
html.is-reveal-open {
position: fixed;
width: 100%;
overflow-y: hidden; }
html.is-reveal-open.zf-has-scroll {
overflow-y: scroll; }
html.is-reveal-open body {
overflow-y: hidden; }
.reveal-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1005;
display: none;
background-color: rgba(10, 10, 10, 0.45);
overflow-y: auto; }
.reveal {
z-index: 1006;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: none;
padding: 1rem;
border: 1px solid #cacaca;
border-radius: 0;
background-color: #fefefe;
position: relative;
top: 100px;
margin-right: auto;
margin-left: auto;
overflow-y: auto; }
[data-whatinput='mouse'] .reveal {
outline: 0; }
@media print, screen and (min-width: 40em) {
.reveal {
min-height: 0; } }
.reveal .column {
min-width: 0; }
.reveal > :last-child {
margin-bottom: 0; }
@media print, screen and (min-width: 40em) {
.reveal {
width: 600px;
max-width: 1205px; } }
.reveal.collapse {
padding: 0; }
@media print, screen and (min-width: 40em) {
.reveal.tiny {
width: 30%;
max-width: 1205px; } }
@media print, screen and (min-width: 40em) {
.reveal.small {
width: 50%;
max-width: 1205px; } }
@media print, screen and (min-width: 40em) {
.reveal.large {
width: 90%;
max-width: 1205px; } }
.reveal.full {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
max-width: none;
height: 100%;
min-height: 100%;
margin-left: 0;
border: 0;
border-radius: 0; }
@media screen and (max-width: 39.99875em) {
.reveal {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
max-width: none;
height: 100%;
min-height: 100%;
margin-left: 0;
border: 0;
border-radius: 0; } }
.reveal.without-overlay {
position: fixed; }
.switch {
height: 2rem;
position: relative;
margin-bottom: 1rem;
outline: 0;
font-size: 0.875rem;
font-weight: bold;
color: #fefefe;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.switch-input {
position: absolute;
margin-bottom: 0;
opacity: 0; }
.switch-paddle {
position: relative;
display: block;
width: 4rem;
height: 2rem;
border-radius: 0;
background: #cacaca;
transition: all 0.25s ease-out;
font-weight: inherit;
color: inherit;
cursor: pointer; }
input + .switch-paddle {
margin: 0; }
.switch-paddle::after {
position: absolute;
top: 0.25rem;
left: 0.25rem;
display: block;
width: 1.5rem;
height: 1.5rem;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
border-radius: 0;
background: #fefefe;
transition: all 0.25s ease-out;
content: ''; }
input:checked ~ .switch-paddle {
background: #336699; }
input:checked ~ .switch-paddle::after {
left: 2.25rem; }
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
outline: 0; }
.switch-active, .switch-inactive {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.switch-active {
left: 8%;
display: none; }
input:checked + label > .switch-active {
display: block; }
.switch-inactive {
right: 15%; }
input:checked + label > .switch-inactive {
display: none; }
.switch.tiny {
height: 1.5rem; }
.switch.tiny .switch-paddle {
width: 3rem;
height: 1.5rem;
font-size: 0.625rem; }
.switch.tiny .switch-paddle::after {
top: 0.25rem;
left: 0.25rem;
width: 1rem;
height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle::after {
left: 1.75rem; }
.switch.small {
height: 1.75rem; }
.switch.small .switch-paddle {
width: 3.5rem;
height: 1.75rem;
font-size: 0.75rem; }
.switch.small .switch-paddle::after {
top: 0.25rem;
left: 0.25rem;
width: 1.25rem;
height: 1.25rem; }
.switch.small input:checked ~ .switch-paddle::after {
left: 2rem; }
.switch.large {
height: 2.5rem; }
.switch.large .switch-paddle {
width: 5rem;
height: 2.5rem;
font-size: 1rem; }
.switch.large .switch-paddle::after {
top: 0.25rem;
left: 0.25rem;
width: 2rem;
height: 2rem; }
.switch.large input:checked ~ .switch-paddle::after {
left: 2.75rem; }
table {
border-collapse: collapse;
width: 100%;
margin-bottom: 1rem;
border-radius: 0; }
thead,
tbody,
tfoot {
border: 1px solid #f1f1f1;
background-color: #fefefe; }
caption {
padding: 0.5rem 0.625rem 0.625rem;
font-weight: bold; }
thead {
background: #f8f8f8;
color: #336699; }
tfoot {
background: #f1f1f1;
color: #336699; }
thead tr,
tfoot tr {
background: transparent; }
thead th,
thead td,
tfoot th,
tfoot td {
padding: 0.5rem 0.625rem 0.625rem;
font-weight: bold;
text-align: left; }
tbody th,
tbody td {
padding: 0.5rem 0.625rem 0.625rem; }
tbody tr:nth-child(even) {
border-bottom: 0;
background-color: #f1f1f1; }
table.unstriped tbody {
background-color: #fefefe; }
table.unstriped tbody tr {
border-bottom: 0;
border-bottom: 1px solid #f1f1f1;
background-color: #fefefe; }
@media screen and (max-width: 63.99875em) {
table.stack thead {
display: none; }
table.stack tfoot {
display: none; }
table.stack tr,
table.stack th,
table.stack td {
display: block; }
table.stack td {
border-top: 0; } }
table.scroll {
display: block;
width: 100%;
overflow-x: auto; }
table.hover thead tr:hover {
background-color: #f3f3f3; }
table.hover tfoot tr:hover {
background-color: #ececec; }
table.hover tbody tr:hover {
background-color: #f9f9f9; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
background-color: #ececec; }
.table-scroll {
overflow-x: auto; }
.tabs {
margin: 0;
border: 1px solid #e6e6e6;
background: #fefefe;
list-style-type: none; }
.tabs::before, .tabs::after {
display: table;
content: ' ';
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.tabs::after {
clear: both; }
.tabs.vertical > li {
display: block;
float: none;
width: auto; }
.tabs.simple > li > a {
padding: 0; }
.tabs.simple > li > a:hover {
background: transparent; }
.tabs.primary {
background: #336699; }
.tabs.primary > li > a {
color: #fefefe; }
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
background: #376ea4; }
.tabs-title {
float: left; }
.tabs-title > a {
display: block;
padding: 1.25rem 1.5rem;
font-size: 0.75rem;
line-height: 1;
color: #336699; }
[data-whatinput='mouse'] .tabs-title > a {
outline: 0; }
.tabs-title > a:hover {
background: #fefefe;
color: #2c5884; }
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
background: #e6e6e6;
color: #336699; }
.tabs-content {
border: 1px solid #e6e6e6;
border-top: 0;
background: #fefefe;
color: #336699;
transition: all 0.5s ease; }
.tabs-content.vertical {
border: 1px solid #e6e6e6;
border-left: 0; }
.tabs-panel {
display: none;
padding: 1rem; }
.tabs-panel.is-active {
display: block; }
.thumbnail {
display: inline-block;
max-width: 100%;
margin-bottom: 1rem;
border: solid 4px #fefefe;
border-radius: 0;
box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
line-height: 0; }
a.thumbnail {
transition: box-shadow 200ms ease-out; }
a.thumbnail:hover, a.thumbnail:focus {
box-shadow: 0 0 6px 1px rgba(51, 102, 153, 0.5); }
a.thumbnail image {
box-shadow: none; }
.has-tip {
position: relative;
display: inline-block;
border-bottom: dotted 1px #8a8a8a;
font-weight: bold;
cursor: help; }
.tooltip {
position: absolute;
top: calc(100% + 0.6495rem);
z-index: 1200;
max-width: 10rem;
padding: 0.75rem;
border-radius: 0;
background-color: #0a0a0a;
font-size: 80%;
color: #fefefe; }
.tooltip::before {
position: absolute; }
.tooltip.bottom::before {
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
content: '';
border-top-width: 0;
border-bottom-style: solid;
border-color: transparent transparent #0a0a0a;
bottom: 100%; }
.tooltip.bottom.align-center::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.tooltip.top::before {
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
content: '';
border-bottom-width: 0;
border-top-style: solid;
border-color: #0a0a0a transparent transparent;
top: 100%;
bottom: auto; }
.tooltip.top.align-center::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.tooltip.left::before {
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
content: '';
border-right-width: 0;
border-left-style: solid;
border-color: transparent transparent transparent #0a0a0a;
left: 100%; }
.tooltip.left.align-center::before {
bottom: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.tooltip.right::before {
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
content: '';
border-left-width: 0;
border-right-style: solid;
border-color: transparent #0a0a0a transparent transparent;
right: 100%;
left: auto; }
.tooltip.right.align-center::before {
bottom: auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.tooltip.align-top::before {
bottom: auto;
top: 10%; }
.tooltip.align-bottom::before {
bottom: 10%;
top: auto; }
.tooltip.align-left::before {
left: 10%;
right: auto; }
.tooltip.align-right::before {
left: auto;
right: 10%; }
.hide {
display: none !important; }
.invisible {
visibility: hidden; }
@media screen and (max-width: 39.99875em) {
.hide-for-small-only {
display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 40em) {
.show-for-small-only {
display: none !important; } }
@media print, screen and (min-width: 40em) {
.hide-for-medium {
display: none !important; } }
@media screen and (max-width: 39.99875em) {
.show-for-medium {
display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
.hide-for-medium-only {
display: none !important; } }
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
.show-for-medium-only {
display: none !important; } }
@media print, screen and (min-width: 64em) {
.hide-for-large {
display: none !important; } }
@media screen and (max-width: 63.99875em) {
.show-for-large {
display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
.hide-for-large-only {
display: none !important; } }
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
.show-for-large-only {
display: none !important; } }
.show-for-sr,
.show-on-focus {
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.show-on-focus:active, .show-on-focus:focus {
position: static !important;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal; }
.show-for-landscape,
.hide-for-portrait {
display: block !important; }
@media screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: block !important; } }
@media screen and (orientation: portrait) {
.show-for-landscape,
.hide-for-portrait {
display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
display: none !important; }
@media screen and (orientation: landscape) {
.hide-for-landscape,
.show-for-portrait {
display: none !important; } }
@media screen and (orientation: portrait) {
.hide-for-landscape,
.show-for-portrait {
display: block !important; } }
.align-left {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.align-right {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end; }
.align-center {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.align-justify {
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between; }
.align-spaced {
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around; }
.align-left.vertical.menu > li > a {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.align-right.vertical.menu > li > a {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end; }
.align-center.vertical.menu > li > a {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center; }
.align-top {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start; }
.align-self-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start; }
.align-bottom {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; }
.align-self-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; }
.align-middle {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.align-self-middle {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.align-stretch {
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.align-self-stretch {
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch; }
.align-center-middle {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center; }
.small-order-1 {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.small-order-2 {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.small-order-3 {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.small-order-4 {
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.small-order-5 {
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.small-order-6 {
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; }
@media print, screen and (min-width: 40em) {
.medium-order-1 {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.medium-order-2 {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.medium-order-3 {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.medium-order-4 {
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.medium-order-5 {
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.medium-order-6 {
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; } }
@media print, screen and (min-width: 64em) {
.large-order-1 {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.large-order-2 {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.large-order-3 {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3; }
.large-order-4 {
-webkit-order: 4;
-ms-flex-order: 4;
order: 4; }
.large-order-5 {
-webkit-order: 5;
-ms-flex-order: 5;
order: 5; }
.large-order-6 {
-webkit-order: 6;
-ms-flex-order: 6;
order: 6; } }
.flex-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.flex-child-auto {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.flex-child-grow {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto; }
.flex-child-shrink {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.flex-dir-row {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.flex-dir-row-reverse {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.flex-dir-column {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.flex-dir-column-reverse {
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
@media print, screen and (min-width: 40em) {
.medium-flex-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.medium-flex-child-auto {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.medium-flex-child-grow {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto; }
.medium-flex-child-shrink {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.medium-flex-dir-row {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.medium-flex-dir-row-reverse {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.medium-flex-dir-column {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.medium-flex-dir-column-reverse {
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; } }
@media print, screen and (min-width: 64em) {
.large-flex-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.large-flex-child-auto {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto; }
.large-flex-child-grow {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto; }
.large-flex-child-shrink {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto; }
.large-flex-dir-row {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.large-flex-dir-row-reverse {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.large-flex-dir-column {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.large-flex-dir-column-reverse {
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; } }
.slide-in-down.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.slide-in-left.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.slide-in-up.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.slide-in-right.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.slide-out-down.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%); }
.slide-out-right.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.slide-out-up.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
.slide-out-left.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.fade-in.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
opacity: 0;
transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
opacity: 1; }
.fade-out.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
opacity: 1;
transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
opacity: 0; }
.hinge-in-from-top.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotateX(-90deg);
transform: perspective(2000px) rotateX(-90deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-in-from-right.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotateY(-90deg);
transform: perspective(2000px) rotateY(-90deg);
-webkit-transform-origin: right;
-ms-transform-origin: right;
transform-origin: right;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-in-from-bottom.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotateX(90deg);
transform: perspective(2000px) rotateX(90deg);
-webkit-transform-origin: bottom;
-ms-transform-origin: bottom;
transform-origin: bottom;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-in-from-left.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotateY(90deg);
transform: perspective(2000px) rotateY(90deg);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-in-from-middle-x.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotateX(-90deg);
transform: perspective(2000px) rotateX(-90deg);
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-in-from-middle-y.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotateY(-90deg);
transform: perspective(2000px) rotateY(-90deg);
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-out-from-top.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
-webkit-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
-webkit-transform: perspective(2000px) rotateX(-90deg);
transform: perspective(2000px) rotateX(-90deg);
opacity: 0; }
.hinge-out-from-right.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
-webkit-transform-origin: right;
-ms-transform-origin: right;
transform-origin: right;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
-webkit-transform: perspective(2000px) rotateY(-90deg);
transform: perspective(2000px) rotateY(-90deg);
opacity: 0; }
.hinge-out-from-bottom.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
-webkit-transform-origin: bottom;
-ms-transform-origin: bottom;
transform-origin: bottom;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
-webkit-transform: perspective(2000px) rotateX(90deg);
transform: perspective(2000px) rotateX(90deg);
opacity: 0; }
.hinge-out-from-left.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
-webkit-transform: perspective(2000px) rotateY(90deg);
transform: perspective(2000px) rotateY(90deg);
opacity: 0; }
.hinge-out-from-middle-x.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
-webkit-transform: perspective(2000px) rotateX(-90deg);
transform: perspective(2000px) rotateX(-90deg);
opacity: 0; }
.hinge-out-from-middle-y.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: perspective(2000px) rotate(0deg);
transform: perspective(2000px) rotate(0deg);
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
-webkit-transform: perspective(2000px) rotateY(-90deg);
transform: perspective(2000px) rotateY(-90deg);
opacity: 0; }
.scale-in-up.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
.scale-in-down.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1; }
.scale-out-up.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
opacity: 0; }
.scale-out-down.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
opacity: 0; }
.spin-in.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: rotate(-0.75turn);
-ms-transform: rotate(-0.75turn);
transform: rotate(-0.75turn);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1; }
.spin-out.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
-webkit-transform: rotate(0.75turn);
-ms-transform: rotate(0.75turn);
transform: rotate(0.75turn);
opacity: 0; }
.spin-in-ccw.mui-enter {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: rotate(0.75turn);
-ms-transform: rotate(0.75turn);
transform: rotate(0.75turn);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1; }
.spin-out-ccw.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
-webkit-transform: rotate(-0.75turn);
-ms-transform: rotate(-0.75turn);
transform: rotate(-0.75turn);
opacity: 0; }
.slow {
transition-duration: 750ms !important; }
.fast {
transition-duration: 250ms !important; }
.linear {
transition-timing-function: linear !important; }
.ease {
transition-timing-function: ease !important; }
.ease-in {
transition-timing-function: ease-in !important; }
.ease-out {
transition-timing-function: ease-out !important; }
.ease-in-out {
transition-timing-function: ease-in-out !important; }
.bounce-in {
transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
.bounce-out {
transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
.bounce-in-out {
transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
.short-delay {
transition-delay: 300ms !important; }
.long-delay {
transition-delay: 700ms !important; }
.shake {
-webkit-animation-name: shake-7;
animation-name: shake-7; }
@-webkit-keyframes shake-7 {
0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
-webkit-transform: translateX(7%);
transform: translateX(7%); }
5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
-webkit-transform: translateX(-7%);
transform: translateX(-7%); } }
@keyframes shake-7 {
0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
-webkit-transform: translateX(7%);
transform: translateX(7%); }
5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
-webkit-transform: translateX(-7%);
transform: translateX(-7%); } }
.spin-cw {
-webkit-animation-name: spin-cw-1turn;
animation-name: spin-cw-1turn; }
@-webkit-keyframes spin-cw-1turn {
0% {
-webkit-transform: rotate(-1turn);
transform: rotate(-1turn); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes spin-cw-1turn {
0% {
-webkit-transform: rotate(-1turn);
transform: rotate(-1turn); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
.spin-ccw {
-webkit-animation-name: spin-cw-1turn;
animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
100% {
-webkit-transform: rotate(1turn);
transform: rotate(1turn); } }
.wiggle {
-webkit-animation-name: wiggle-7deg;
animation-name: wiggle-7deg; }
@-webkit-keyframes wiggle-7deg {
40%, 50%, 60% {
-webkit-transform: rotate(7deg);
transform: rotate(7deg); }
35%, 45%, 55%, 65% {
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg); }
0%, 30%, 70%, 100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes wiggle-7deg {
40%, 50%, 60% {
-webkit-transform: rotate(7deg);
transform: rotate(7deg); }
35%, 45%, 55%, 65% {
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg); }
0%, 30%, 70%, 100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
-webkit-animation-duration: 500ms;
animation-duration: 500ms; }
.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
.slow {
-webkit-animation-duration: 750ms !important;
animation-duration: 750ms !important; }
.fast {
-webkit-animation-duration: 250ms !important;
animation-duration: 250ms !important; }
.linear {
-webkit-animation-timing-function: linear !important;
animation-timing-function: linear !important; }
.ease {
-webkit-animation-timing-function: ease !important;
animation-timing-function: ease !important; }
.ease-in {
-webkit-animation-timing-function: ease-in !important;
animation-timing-function: ease-in !important; }
.ease-out {
-webkit-animation-timing-function: ease-out !important;
animation-timing-function: ease-out !important; }
.ease-in-out {
-webkit-animation-timing-function: ease-in-out !important;
animation-timing-function: ease-in-out !important; }
.bounce-in {
-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
.bounce-out {
-webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
.bounce-in-out {
-webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
.short-delay {
-webkit-animation-delay: 300ms !important;
animation-delay: 300ms !important; }
.long-delay {
-webkit-animation-delay: 700ms !important;
animation-delay: 700ms !important; } .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
#wpadminbar {
position: fixed !important; }
body.admin-bar.f-topbar-fixed .sticky.fixed {
margin-top: 2rem; }
body.admin-bar.offcanvas .off-canvas.is-open {
top: 2.875rem; }
@media screen and (min-width: 48.9375em) {
body.admin-bar.offcanvas .off-canvas.is-open {
top: 2rem; } }
.wp-caption > figcaption {
max-width: 100%;
font-size: 0.8rem;
color: #999;
padding: 0.25rem 0; }
p.wp-caption-text {
font-size: 90%;
color: #666;
padding: 0.625rem 0; }
.alignleft {
float: left;
padding-right: 1rem;
margin: 0; }
.alignright {
float: right;
padding-left: 1rem;
margin: 0; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }  .has-primary-background-color {
background-color: #336699; }
.has-primary-color {
color: #336699; }
.has-secondary-background-color {
background-color: #767676; }
.has-secondary-color {
color: #767676; }
.has-success-background-color {
background-color: #3adb76; }
.has-success-color {
color: #3adb76; }
.has-warning-background-color {
background-color: #ffae00; }
.has-warning-color {
color: #ffae00; }
.has-alert-background-color {
background-color: #cc4b37; }
.has-alert-color {
color: #cc4b37; } .wp-block-button .wp-block-button__link.has-primary-background-color {
background-color: #336699; }
.wp-block-button .wp-block-button__link.has-primary-color {
color: #336699; }
.wp-block-button .wp-block-button__link.has-secondary-background-color {
background-color: #767676; }
.wp-block-button .wp-block-button__link.has-secondary-color {
color: #767676; }
.wp-block-button .wp-block-button__link.has-success-background-color {
background-color: #3adb76; }
.wp-block-button .wp-block-button__link.has-success-color {
color: #3adb76; }
.wp-block-button .wp-block-button__link.has-warning-background-color {
background-color: #ffae00; }
.wp-block-button .wp-block-button__link.has-warning-color {
color: #ffae00; }
.wp-block-button .wp-block-button__link.has-alert-background-color {
background-color: #cc4b37; }
.wp-block-button .wp-block-button__link.has-alert-color {
color: #cc4b37; }
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0; } .wp-block-file .wp-block-file__button {
display: inline-block;
vertical-align: middle;
margin: 0 0 1rem 0;
padding: 0.85em 1em;
border: 1px solid transparent;
border-radius: 0;
transition: background-color 0.25s ease-out, color 0.25s ease-out;
font-family: inherit;
font-size: 0.9rem;
-webkit-appearance: none;
line-height: 1;
text-align: center;
cursor: pointer;
background-color: #336699;
color: #fefefe; }
[data-whatinput='mouse'] .wp-block-file .wp-block-file__button {
outline: 0; }
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus {
background-color: #2b5782;
color: #fefefe; }
.main-container {
width: 1205px;
max-width: 96%;
margin: 0 auto; }
.main-grid {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-top: 1rem; }
@media print, screen and (min-width: 40em) {
.main-grid {
margin-top: 3rem; } }
.main-grid.sidebar-left .main-content {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; }
.main-grid.sidebar-left .sidebar {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
@media print, screen and (min-width: 40em) {
.main-grid.sidebar-left .main-content {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2; }
.main-grid.sidebar-left .sidebar {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1; } }
.main-grid .main-content-full-width {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
.main-grid .main-content {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
@media print, screen and (min-width: 40em) {
.main-grid .main-content {
width: calc(66.66667% - 1.875rem);
margin-right: 0.9375rem;
margin-left: 0.9375rem; } }
.main-grid .sidebar {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
@media print, screen and (min-width: 40em) {
.main-grid .sidebar {
width: calc(33.33333% - 1.875rem);
margin-right: 0.9375rem;
margin-left: 0.9375rem;
margin-top: 1rem; } }
body#tinymce {
height: auto;
max-width: 1205px;
padding: 1.25rem !important; }
.sites-button {
background: #336699;
font-size: 1.25rem;
font-weight: bold;
box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
border-radius: 3px;
border: none; }
.cards-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.cards-container .card {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
.cards-container .card .card-content {
padding: 1rem; }
@media print, screen and (min-width: 40em) {
.cards-container .card {
width: calc(33.33333% - 0.7rem);
margin-right: 0.35rem;
margin-left: 0.35rem; } }
.featured-hero {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 6.25rem; }
@media print, screen and (min-width: 40em) {
.featured-hero {
height: 12.5rem; } }
@media screen and (min-width: 75em) {
.featured-hero {
height: 25rem; } }
.dotted, .section-divider hr {
border-style: dashed;
margin: 2rem 0; }
[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
outline: none; }
.page-template-front .front-hero {
padding: 30px 0px;
background-position: bottom;
height: auto; }
@media print, screen and (min-width: 40em) {
.page-template-front .front-hero {
background: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/demo/hero-bg-foundation-6-large.svg) bottom center;
background-size: cover;
background-position: center;
height: 660px; } }
.front-hero {
background: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/demo/hero-bg-foundation-6-small.svg) bottom center;
background-size: cover;
background-position: bottom;
height: 300px;
position: relative;
text-align: left; }
.front-hero .marketing {
padding-right: 0.625rem;
padding-left: 0.625rem;
max-width: 55rem;
margin: 0 auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
@media print, screen and (min-width: 40em) {
.front-hero .marketing {
padding-right: 0.9375rem;
padding-left: 0.9375rem; } }
@media print, screen and (min-width: 40em) {
.front-hero {
background: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/demo/hero-bg-foundation-6-large.svg) bottom center;
background-size: cover;
background-position: center;
height: 400px; } }
.front-hero .watch {
width: calc(58.33333% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
@media print, screen and (min-width: 40em) {
.front-hero .watch {
width: calc(100% - 1.875rem);
margin-right: 0.9375rem;
margin-left: 0.9375rem; } }
.front-hero .watch a {
color: #B4C9D1;
cursor: pointer;
font-weight: 400;
margin-right: 1.25rem; }
.front-hero .watch a:hover {
color: #fff; }
.front-hero .tagline {
width: calc(66.66667% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
@media print, screen and (min-width: 40em) {
.front-hero .tagline {
width: calc(41.66667% - 1.875rem);
margin-right: 0.9375rem;
margin-left: 0.9375rem;
padding-top: 6rem; } }
.front-hero h1 {
color: #fff;
font-weight: 500;
font-size: 2.2rem; }
@media print, screen and (min-width: 40em) {
.front-hero h1 {
font-size: 2.875rem; } }
.front-hero h4 {
color: #fefefe;
font-weight: 300;
font-size: 1.3125rem; }
.front-hero .download {
margin-top: 1.25rem; }
.intro {
padding-right: 0.625rem;
padding-left: 0.625rem;
max-width: 1205px;
margin: 0 auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
@media print, screen and (min-width: 40em) {
.intro {
padding-right: 0.9375rem;
padding-left: 0.9375rem; } }
.intro .fp-intro {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
@media print, screen and (min-width: 40em) {
.intro .fp-intro {
width: calc(83.33333% - 1.875rem);
margin-right: 0.9375rem;
margin-left: 0.9375rem;
margin-left: calc(8.33333% + 0.625rem); }
.intro .fp-intro h2 {
font-weight: 300;
margin-bottom: 1.5rem; }
.intro .fp-intro h4 {
font-size: 1.125rem;
line-height: 1.6;
color: #777;
margin-bottom: 2rem; } }
.section-divider {
padding-right: 0.625rem;
padding-left: 0.625rem;
max-width: 1205px;
margin: 0 auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
@media print, screen and (min-width: 40em) {
.section-divider {
padding-right: 0.9375rem;
padding-left: 0.9375rem; } }
.section-divider hr {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem;
box-sizing: border-box; }
.benefits {
padding-right: 0.625rem;
padding-left: 0.625rem;
max-width: 1205px;
margin: 0 auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
text-align: center; }
@media print, screen and (min-width: 40em) {
.benefits {
padding-right: 0.9375rem;
padding-left: 0.9375rem; } }
.benefits header {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
.benefits header h2 {
font-weight: 300; }
.benefits header h4 {
font-size: 1.125rem;
line-height: 1.6;
color: #777; }
.benefits .semantic,
.benefits .responsive,
.benefits .customizable,
.benefits .professional {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
@media print, screen and (min-width: 40em) {
.benefits .semantic,
.benefits .responsive,
.benefits .customizable,
.benefits .professional {
width: calc(25% - 1.875rem);
margin-right: 0.9375rem;
margin-left: 0.9375rem; } }
.benefits .semantic img,
.benefits .responsive img,
.benefits .customizable img,
.benefits .professional img {
padding: 1.25rem;
margin: 1rem auto 0 auto; }
.benefits .semantic h3,
.benefits .responsive h3,
.benefits .customizable h3,
.benefits .professional h3 {
color: #0a0a0a;
font-weight: 300;
font-size: 1.75rem; }
.benefits .semantic p,
.benefits .responsive p,
.benefits .customizable p,
.benefits .professional p {
font-size: 0.9375rem; }
.benefits .why-foundation {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem;
margin-top: 4rem; }
.kitchen-sink-header {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
.kitchen-sink-components {
width: calc(100% - 1.25rem);
margin-right: 0.625rem;
margin-left: 0.625rem; }
.kitchen-sink-components hr {
margin: 3rem 0; }
@media print, screen and (min-width: 64em) {
.kitchen-sink-components {
width: calc(75% - 1.875rem);
margin-right: 0.9375rem;
margin-left: 0.9375rem; } }
.kitchen-sink-nav {
display: none; }
@media print, screen and (min-width: 64em) {
.kitchen-sink-nav {
width: calc(25% - 1.875rem);
margin-right: 0.9375rem;
margin-left: 0.9375rem;
display: block;
float: right; }
.kitchen-sink-nav .docs-sub-menu {
font-size: 0.85rem;
margin-top: 1rem; }
.kitchen-sink-nav .docs-menu-title {
text-transform: uppercase;
font-size: 0.75rem;
color: #8a8a8a;
font-weight: bold;
line-height: 1;
padding-left: 0.9rem;
margin-bottom: 0.5rem;
border-top: 1px solid #cacaca;
margin-top: 1rem;
padding-top: 1.5rem; }
.kitchen-sink-nav .docs-toc {
width: 100%;
padding-left: 4rem;
padding-right: 1rem; }
.kitchen-sink-nav .docs-toc .active {
background: #2199e8;
color: white; }
.kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
margin-top: 0;
border-top: 0;
padding-top: 0; } }
.kitchen-sink-grid .grid-x {
background: #d6ecfa;
font-size: 12px;
line-height: 2rem;
margin-bottom: 1.5rem; }
.kitchen-sink-grid .grid-x .cell, .kitchen-sink-grid .grid-x :nth-child(odd) {
background: #7bc1ef;
color: #0a0a0a; }
.kitchen-sink-grid .grid-x .cell:nth-child(even) {
background: #1779ba;
color: #fefefe; } .lnet-grid.no-margin .col-25 {
width: 25%; }
.lnet-grid.no-margin .col-33 {
width: 33.33%; }
.lnet-grid.no-margin .col-50 {
width: 50%; }
.lnet-grid.no-margin .col-75 {
width: 75%; }
.lnet-grid.no-margin .col-80 {
width: 80%; }
.lnet-grid.no-margin .col-20 {
width: 20%; }
.lnet-grid.no-margin .col-25, .lnet-grid.no-margin .col-33, .lnet-grid.no-margin .col-50, .lnet-grid.no-margin .col-75 {
margin-right: 0; }
.lnet-grid .col-25 {
width: 25%; }
.lnet-grid .col-33, .lnet-grid .col-50, .lnet-grid .col-25, .lnet-grid .col-66, .lnet-grid .col-75, .lnet-grid .col-40, .lnet-grid .col-60, .lnet-grid .col-20, .lnet-grid .col-80 {
float: left; }
.lnet-grid.grid-66-33 .col-33 {
margin-right: 0; }
.lnet-grid.grid-66-33 .col-66 {
margin-right: 2%; }
.lnet-grid.grid-33-66 .col-33 {
margin-right: 2%;
float: left; }
.lnet-grid.grid-33-66 .col-66 {
margin-right: 0;
float: right; }
.lnet-grid.grid-75-25 .col-25 {
margin-right: 0; }
.lnet-grid.grid-75-25 .col-75 {
margin-right: 2%; }
.lnet-grid.grid-25-75 .col-75 {
margin-right: 0; }
.lnet-grid.grid-25-75 .col-25 {
margin-right: 2%; }
.lnet-grid.grid-60-40 .col-60 {
margin-right: 2%;
width: 58%; }
.lnet-grid.grid-60-40 .col-40 {
margin-right: 0; }
.lnet-grid.grid-40-60 .col-40 {
margin-right: 5%;
width: 35%; }
.lnet-grid.grid-40-60 .col-60 {
margin-right: 0; }
.lnet-grid.grid-30-70 .col-30 {
margin-right: 2%; }
.lnet-grid.grid-30-70 .col-70 {
margin-right: 0; }
.lnet-grid.grid-80-20 .col-80 {
margin-right: 2%;
width: 78%; }
.lnet-grid.grid-80-20 .col-20 {
margin-right: 0;
width: 20%; }
.lnet-grid.grid-20-80 .col-80 {
width: 78%;
margin-right: 0; }
.lnet-grid.grid-20-80 .col-20 {
margin-right: 2%;
width: 20%; }
.lnet-grid.flex-center {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start; }
.lnet-grid.flex-center.Right-image {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.lnet-grid.flex-center .col-50, .lnet-grid.flex-center .col-40 {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.lnet-grid.flex-center .col-50 img, .lnet-grid.flex-center .col-40 img {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.lnet-grid.flex-center.grid-40-60 .col-60 {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.lnet-grid.flex-center.grid-40-60 .col-40 img {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
@media only screen and (min-width: 668px) {
.lnet-grid .col-50 {
float: left;
width: 49%;
margin-right: 2%; }
.lnet-grid .col-50:nth-child(2n) {
margin-right: 0%; }
.lnet-grid .col-50:nth-child(2n+1) {
clear: left; } }
@media only screen and (max-width: 667px) {
.lnet-grid .col-50 {
float: none;
width: 100%;
margin-right: 0%;
margin-bottom: 30px; } }
@media only screen and (min-width: 961px) {
.lnet-grid .col-33 {
width: 32%;
margin-right: 2%; }
.lnet-grid .col-33:nth-of-type(3n) {
margin-right: 0; }
.lnet-grid .col-33:nth-of-type(3n+1) {
clear: left; }
.lnet-grid .col-66 {
width: 66%; }
.lnet-grid .col-40 {
float: left;
width: 40%; }
.lnet-grid .col-60 {
float: left;
width: 60%; } }
@media only screen and (min-width: 1112px) {
.col-70 {
width: 68%;
float: left; }
.col-30 {
width: 30%;
float: left; }
.grid-70-30 .col-70 {
margin-right: 2%; }
.grid-70-30 .col-30 {
margin-right: 0; } }
@media only screen and (max-width: 960px) {
.lnet-grid .col-33, .lnet-grid.grid-60-40 .col-33, .lnet-grid.grid-40-60 .col-33 {
width: 100%;
margin-right: 0;
margin-bottom: 30px; }
.lnet-grid .col-40, .lnet-grid.grid-60-40 .col-40, .lnet-grid.grid-40-60 .col-40 {
width: 100%; }
.lnet-grid .col-60, .lnet-grid.grid-60-40 .col-60, .lnet-grid.grid-40-60 .col-60 {
width: 100%; } }
@media only screen and (min-width: 813px) {
.col-20 {
width: 18.4%;
margin-right: 2%; }
.col-20:nth-child(5n) {
margin-right: 0; }
.col-20:nth-child(5n+1) {
clear: right; } }
@media only screen and (max-width: 812px) {
.col-20 {
width: 32%;
margin-right: 2%; }
.col-20:nth-child(3n) {
margin-right: 0; }
.col-20:nth-child(3n+1) {
clear: right; } }
@media only screen and (max-width: 500px) {
.lnet-grid .col-33 {
width: 100%;
margin-right: 0%; }
.lnet-grid .col-33:nth-of-type(2n) {
margin-right: 0; }
.lnet-grid .col-33:nth-of-type(2n+1) {
clear: right; } } .hamburger {
font: inherit;
display: inline-block;
overflow: visible;
margin: 0;
padding: 15px;
cursor: pointer;
transition-timing-function: linear;
transition-duration: .15s;
transition-property: opacity,-webkit-filter;
transition-property: opacity,filter;
transition-property: opacity,filter,-webkit-filter;
text-transform: none;
color: inherit;
border: 0;
background-color: transparent; }
.hamburger.is-active:hover, .hamburger:hover {
opacity: .7; }
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
background-color: #000; }
.hamburger-box {
position: relative;
display: inline-block;
width: 40px;
height: 24px; }
.hamburger-inner {
top: 50%;
display: block;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
position: absolute;
width: 40px;
height: 4px;
transition-timing-function: ease;
transition-duration: .15s;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
border-radius: 4px;
background-color: #000; }
.hamburger-inner:after, .hamburger-inner:before {
display: block;
content: ""; }
.hamburger-inner:before {
top: -10px; }
.hamburger-inner:after {
bottom: -10px; }
.hamburger--3dx .hamburger-box {
-webkit-perspective: 80px;
perspective: 80px; }
.hamburger--3dx .hamburger-inner {
transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dx.is-active .hamburger-inner {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
background-color: transparent !important; }
.hamburger--3dx.is-active .hamburger-inner:before {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx.is-active .hamburger-inner:after {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--3dx-r .hamburger-box {
-webkit-perspective: 80px;
perspective: 80px; }
.hamburger--3dx-r .hamburger-inner {
transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dx-r.is-active .hamburger-inner {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
background-color: transparent !important; }
.hamburger--3dx-r.is-active .hamburger-inner:before {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx-r.is-active .hamburger-inner:after {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--3dy .hamburger-box {
-webkit-perspective: 80px;
perspective: 80px; }
.hamburger--3dy .hamburger-inner {
transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dy.is-active .hamburger-inner {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
background-color: transparent !important; }
.hamburger--3dy.is-active .hamburger-inner:before {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy.is-active .hamburger-inner:after {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--3dy-r .hamburger-box {
-webkit-perspective: 80px;
perspective: 80px; }
.hamburger--3dy-r .hamburger-inner {
transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dy-r.is-active .hamburger-inner {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
background-color: transparent !important; }
.hamburger--3dy-r.is-active .hamburger-inner:before {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy-r.is-active .hamburger-inner:after {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--3dxy .hamburger-box {
-webkit-perspective: 80px;
perspective: 80px; }
.hamburger--3dxy .hamburger-inner {
transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dxy.is-active .hamburger-inner {
-webkit-transform: rotateX(180deg) rotateY(180deg);
transform: rotateX(180deg) rotateY(180deg);
background-color: transparent !important; }
.hamburger--3dxy.is-active .hamburger-inner:before {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy.is-active .hamburger-inner:after {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--3dxy-r .hamburger-box {
-webkit-perspective: 80px;
perspective: 80px; }
.hamburger--3dxy-r .hamburger-inner {
transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }
.hamburger--3dxy-r.is-active .hamburger-inner {
-webkit-transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
background-color: transparent !important; }
.hamburger--3dxy-r.is-active .hamburger-inner:before {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy-r.is-active .hamburger-inner:after {
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--arrow.is-active .hamburger-inner:before {
-webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }
.hamburger--arrow.is-active .hamburger-inner:after {
-webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }
.hamburger--arrow-r.is-active .hamburger-inner:before {
-webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }
.hamburger--arrow-r.is-active .hamburger-inner:after {
-webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }
.hamburger--arrowalt .hamburger-inner:before {
transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner:after {
transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
-webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7); }
.hamburger--arrowalt.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
-webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7); }
.hamburger--arrowalt-r .hamburger-inner:before {
transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner:after {
transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
-webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7); }
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
-webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7); }
.hamburger--arrowturn.is-active .hamburger-inner {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
.hamburger--arrowturn.is-active .hamburger-inner:before {
-webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }
.hamburger--arrowturn.is-active .hamburger-inner:after {
-webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }
.hamburger--arrowturn-r.is-active .hamburger-inner {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg); }
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
-webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
-webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.hamburger--boring.is-active .hamburger-inner:before {
top: 0;
opacity: 0; }
.hamburger--boring.is-active .hamburger-inner:after {
bottom: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-delay: .13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: .13s; }
.hamburger--collapse .hamburger-inner:after {
top: -20px;
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner:before {
transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
transition-delay: .22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--collapse.is-active .hamburger-inner:after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
opacity: 0; }
.hamburger--collapse.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-delay: .13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: .13s; }
.hamburger--collapse-r .hamburger-inner:after {
top: -20px;
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }
.hamburger--collapse-r .hamburger-inner:before {
transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
transition-delay: .22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
transform: translate3d(0, -10px, 0) rotate(45deg); }
.hamburger--collapse-r.is-active .hamburger-inner:after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
opacity: 0; }
.hamburger--collapse-r.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.hamburger--elastic .hamburger-inner {
top: 2px;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition-duration: .275s; }
.hamburger--elastic .hamburger-inner:before {
top: 10px;
transition: opacity .125s ease .275s; }
.hamburger--elastic .hamburger-inner:after {
top: 20px;
transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
transition-delay: 75ms;
-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
transform: translate3d(0, 10px, 0) rotate(135deg); }
.hamburger--elastic.is-active .hamburger-inner:before {
transition-delay: 0s;
opacity: 0; }
.hamburger--elastic.is-active .hamburger-inner:after {
transition-delay: 75ms;
-webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
transform: translate3d(0, -20px, 0) rotate(-270deg); }
.hamburger--elastic-r .hamburger-inner {
top: 2px;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition-duration: .275s; }
.hamburger--elastic-r .hamburger-inner:before {
top: 10px;
transition: opacity .125s ease .275s; }
.hamburger--elastic-r .hamburger-inner:after {
top: 20px;
transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
transition-delay: 75ms;
-webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
transform: translate3d(0, 10px, 0) rotate(-135deg); }
.hamburger--elastic-r.is-active .hamburger-inner:before {
transition-delay: 0s;
opacity: 0; }
.hamburger--elastic-r.is-active .hamburger-inner:after {
transition-delay: 75ms;
-webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
transform: translate3d(0, -20px, 0) rotate(270deg); }
.hamburger--emphatic {
overflow: hidden; }
.hamburger--emphatic .hamburger-inner {
transition: background-color .125s ease-in .175s; }
.hamburger--emphatic .hamburger-inner:before {
left: 0;
transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
.hamburger--emphatic .hamburger-inner:after {
top: 10px;
right: 0;
transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent !important; }
.hamburger--emphatic.is-active .hamburger-inner:before {
top: -80px;
left: -80px;
transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
-webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
transform: translate3d(80px, 80px, 0) rotate(45deg); }
.hamburger--emphatic.is-active .hamburger-inner:after {
top: -80px;
right: -80px;
transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
-webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
transform: translate3d(-80px, 80px, 0) rotate(-45deg); }
.hamburger--emphatic-r {
overflow: hidden; }
.hamburger--emphatic-r .hamburger-inner {
transition: background-color .125s ease-in .175s; }
.hamburger--emphatic-r .hamburger-inner:before {
left: 0;
transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
.hamburger--emphatic-r .hamburger-inner:after {
top: 10px;
right: 0;
transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent !important; }
.hamburger--emphatic-r.is-active .hamburger-inner:before {
top: 80px;
left: -80px;
transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
transform: translate3d(80px, -80px, 0) rotate(-45deg); }
.hamburger--emphatic-r.is-active .hamburger-inner:after {
top: 80px;
right: -80px;
transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
transform: translate3d(-80px, -80px, 0) rotate(45deg); }
.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear; }
.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
opacity: 0; }
.hamburger--minus.is-active .hamburger-inner:before {
top: 0; }
.hamburger--minus.is-active .hamburger-inner:after {
bottom: 0; }
.hamburger--slider .hamburger-inner {
top: 2px; }
.hamburger--slider .hamburger-inner:before {
top: 10px;
transition-timing-function: ease;
transition-duration: .15s;
transition-property: opacity,-webkit-transform;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform; }
.hamburger--slider .hamburger-inner:after {
top: 20px; }
.hamburger--slider.is-active .hamburger-inner {
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner:before {
-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
opacity: 0; }
.hamburger--slider.is-active .hamburger-inner:after {
-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
transform: translate3d(0, -20px, 0) rotate(-90deg); }
.hamburger--slider-r .hamburger-inner {
top: 2px; }
.hamburger--slider-r .hamburger-inner:before {
top: 10px;
transition-timing-function: ease;
transition-duration: .15s;
transition-property: opacity,-webkit-transform;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform; }
.hamburger--slider-r .hamburger-inner:after {
top: 20px; }
.hamburger--slider-r.is-active .hamburger-inner {
-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
transform: translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--slider-r.is-active .hamburger-inner:before {
-webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
opacity: 0; }
.hamburger--slider-r.is-active .hamburger-inner:after {
-webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
transform: translate3d(0, -20px, 0) rotate(90deg); }
.hamburger--spin .hamburger-inner {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: .22s; }
.hamburger--spin .hamburger-inner:before {
transition: top .1s ease-in .25s,opacity .1s ease-in; }
.hamburger--spin .hamburger-inner:after {
transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
transition-delay: .12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg); }
.hamburger--spin.is-active .hamburger-inner:before {
top: 0;
transition: top .1s ease-out,opacity .1s ease-out .12s;
opacity: 0; }
.hamburger--spin.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.hamburger--spin-r .hamburger-inner {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: .22s; }
.hamburger--spin-r .hamburger-inner:before {
transition: top .1s ease-in .25s,opacity .1s ease-in; }
.hamburger--spin-r .hamburger-inner:after {
transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
transition-delay: .12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: rotate(-225deg);
-ms-transform: rotate(-225deg);
transform: rotate(-225deg); }
.hamburger--spin-r.is-active .hamburger-inner:before {
top: 0;
transition: top .1s ease-out,opacity .1s ease-out .12s;
opacity: 0; }
.hamburger--spin-r.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.hamburger--spring .hamburger-inner {
top: 2px;
transition: background-color 0s linear .13s; }
.hamburger--spring .hamburger-inner:before {
top: 10px;
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner:after {
top: 20px;
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
transition-delay: .22s;
background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner:after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
transform: translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: .13s; }
.hamburger--spring-r .hamburger-inner:after {
top: -20px;
transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear; }
.hamburger--spring-r .hamburger-inner:before {
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
transition-delay: .22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
transform: translate3d(0, -10px, 0) rotate(-45deg); }
.hamburger--spring-r.is-active .hamburger-inner:after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
opacity: 0; }
.hamburger--spring-r.is-active .hamburger-inner:before {
top: 0;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.hamburger--stand .hamburger-inner {
transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s; }
.hamburger--stand .hamburger-inner:before {
transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
.hamburger--stand .hamburger-inner:after {
transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
.hamburger--stand.is-active .hamburger-inner {
transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
background-color: transparent !important; }
.hamburger--stand.is-active .hamburger-inner:before {
top: 0;
transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.hamburger--stand.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.hamburger--stand-r .hamburger-inner {
transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s; }
.hamburger--stand-r .hamburger-inner:before {
transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
.hamburger--stand-r .hamburger-inner:after {
transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
.hamburger--stand-r.is-active .hamburger-inner {
transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
background-color: transparent !important; }
.hamburger--stand-r.is-active .hamburger-inner:before {
top: 0;
transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); }
.hamburger--stand-r.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.hamburger--squeeze .hamburger-inner {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: 75ms; }
.hamburger--squeeze .hamburger-inner:before {
transition: top 75ms ease .12s,opacity 75ms ease; }
.hamburger--squeeze .hamburger-inner:after {
transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
transition-delay: .12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.hamburger--squeeze.is-active .hamburger-inner:before {
top: 0;
transition: top 75ms ease,opacity 75ms ease .12s;
opacity: 0; }
.hamburger--squeeze.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
.hamburger--vortex .hamburger-inner {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-duration: .2s; }
.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
transition-delay: .1s;
transition-timing-function: linear;
transition-duration: 0s; }
.hamburger--vortex .hamburger-inner:before {
transition-property: top,opacity; }
.hamburger--vortex .hamburger-inner:after {
transition-property: bottom,-webkit-transform;
transition-property: bottom,transform;
transition-property: bottom,transform,-webkit-transform; }
.hamburger--vortex.is-active .hamburger-inner {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transform: rotate(765deg);
-ms-transform: rotate(765deg);
transform: rotate(765deg); }
.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
transition-delay: 0s; }
.hamburger--vortex.is-active .hamburger-inner:before {
top: 0;
opacity: 0; }
.hamburger--vortex.is-active .hamburger-inner:after {
bottom: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.hamburger--vortex-r .hamburger-inner {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-duration: .2s; }
.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
transition-delay: .1s;
transition-timing-function: linear;
transition-duration: 0s; }
.hamburger--vortex-r .hamburger-inner:before {
transition-property: top,opacity; }
.hamburger--vortex-r .hamburger-inner:after {
transition-property: bottom,-webkit-transform;
transition-property: bottom,transform;
transition-property: bottom,transform,-webkit-transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transform: rotate(-765deg);
-ms-transform: rotate(-765deg);
transform: rotate(-765deg); }
.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
transition-delay: 0s; }
.hamburger--vortex-r.is-active .hamburger-inner:before {
top: 0;
opacity: 0; }
.hamburger--vortex-r.is-active .hamburger-inner:after {
bottom: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); }
body {
width: 100%;
height: 100%; }
.slideout-menu {
position: fixed;
top: 0;
bottom: 0;
width: 256px;
min-height: 100vh;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
z-index: 0;
display: none; }
.slideout-menu-left {
left: 0; }
.slideout-menu-right {
right: 0; }
.slideout-panel {
position: relative;
z-index: 1;
will-change: transform;
background-color: #FFF; min-height: 100vh; }
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
overflow: hidden; }
.slideout-open .slideout-menu {
display: block; }
.slick-slider .slick-prev {
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/arrow-prev.svg);
left: 0px; }
.slick-slider .slick-next {
right: 0px;
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/arrow-next.svg); }
.slick-slider .slick-list {
width: 90%;
margin: 0 auto; }
.slick-slider .slick-next, .slick-slider .slick-prev {
background-repeat: no-repeat;
background-size: 100%;
width: 15px;
height: 26px;
position: absolute;
top: 50%;
font-size: 0px; }
h2 {
font-size: 36px;
font-weight: 700; }
.grecaptcha-badge {
z-index: 9999; }
#mobile-navigation:not(.slideout-menu) {
display: none; }
#mobile-navigation {
background-color: #F4972E;
padding: 30px; }
#mobile-navigation ul {
list-style: none;
margin: 0; }
#mobile-navigation ul li a[href="#"] {
display: none; }
#mobile-navigation ul li a {
color: white;
font-weight: 700;
font-size: 20px;
padding: 10px 0px;
display: block; }
#mobile-navigation ul li a:hover {
text-decoration: underline; }
.cf {
clear: both; }
.flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.radius-button {
color: white;
font-weight: 700;
display: inline-block;
text-align: center;
margin: 0 auto;
padding: 14px;
border-radius: 25px;
width: 282px;
font-size: 20px;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
max-width: 98%; }
.radius-button:hover {
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.mobile-header {
overflow: hidden;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.mobile-header .menu-toggle {
margin-left: auto; }
.top-bar {
background-color: #336699;
padding: 4px 0px;
padding-top: 7px;
color: white;
overflow: hidden;
letter-spacing: 1.5px;
font-size: 14px; }
.top-bar a {
color: white; }
.top-bar .telephone_number, .top-bar .email_address, .top-bar .mobile_number {
float: left;
margin-right: 20px; }
.top-bar .telephone_number a, .top-bar .email_address a, .top-bar .mobile_number a {
color: white;
text-decoration: none;
font-size: 14px;
margin-right: 10px;
padding-bottom: 2px;
border-bottom: 2px solid transparent;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.top-bar .telephone_number a:hover, .top-bar .email_address a:hover, .top-bar .mobile_number a:hover {
border-color: #336699;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.top-bar .telephone_number a:hover, .top-bar .email_address a:hover, .top-bar .mobile_number a:hover {
border-color: white; }
.top-bar .telephone_number a span.spacer, .top-bar .email_address a span.spacer, .top-bar .mobile_number a span.spacer {
display: inline-block;
position: relative;
top: -3px; }
.top-bar .telephone_number a:hover, .top-bar .email_address a:hover, .top-bar .mobile_number a:hover {
text-decoration: underline; }
.top-bar .telephone_number i, .top-bar .email_address i, .top-bar .mobile_number i {
font-size: 24px; }
.top-bar .telephone_number i, .top-bar .mobile_number i {
margin-right: 10px; }
.top-bar div.socials {
float: right; }
.top-bar div.socials h3 {
float: left;
text-transform: uppercase;
margin-right: 20px;
margin-bottom: 0;
font-size: 14px;
line-height: 25px; }
.top-bar div.socials ul {
list-style: none;
margin: 0;
float: left; }
.top-bar div.socials ul li {
float: left;
margin-right: 11px; }
.top-bar div.socials ul li:last-of-type {
margin-right: 0px; }
.top-bar div.socials ul li a {
padding-bottom: 2px;
border-bottom: 2px solid transparent;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.top-bar div.socials ul li a:hover {
border-color: #336699;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.top-bar div.socials ul li a:hover {
border-color: white; }
.top-bar div.socials ul li a i {
font-size: 24px; }
.page-template-service .bottom-bar .nav .site-navigation ul li.menu-item-293 a, .page-template-seo .bottom-bar .nav .site-navigation ul li.menu-item-293 a {
border-color: #336699; }
.bottom-bar {
padding: 15px 0px; }
.bottom-bar a.logo {
display: inline-block;
float: left; }
.bottom-bar a.logo img {
display: block;
width: 259px;
max-width: 100%; }
.bottom-bar .nav {
float: right; }
.bottom-bar .nav .site-navigation {
float: left;
margin: 0; }
.bottom-bar .nav .site-navigation ul {
list-style: none; }
.bottom-bar .nav .site-navigation ul li {
float: left;
list-style: none;
margin-right: 20px; }
.bottom-bar .nav .site-navigation ul li.current-menu-item a {
border-color: #336699; }
.bottom-bar .nav .site-navigation ul li:last-of-type {
margin-right: 0px; }
.bottom-bar .nav .site-navigation ul li a {
letter-spacing: 1.5px;
text-transform: uppercase;
padding-bottom: 2px;
border-bottom: 2px solid transparent;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.bottom-bar .nav .site-navigation ul li a:hover {
border-color: #336699;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.bottom-bar .nav .site-navigation ul li.contact-link a {
padding: 10px 23px;
border: 2px solid #336699;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.bottom-bar .nav .site-navigation ul li.contact-link a:hover {
background-color: #336699;
color: white;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.bottom-bar .nav img.navlogo {
float: left;
margin-left: 32px; }
.front-hero {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 50px;
position: relative;
z-index: 1; }
.front-hero:before {
content: "";
width: 100%;
height: auto;
position: absolute;
z-index: -1;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.35); }
.front-hero .caption {
max-width: 98%;
text-align: center;
color: white; }
.hero {
border-bottom: 15px solid #F4972E; }
.hero .main-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
.hero .main-container header {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
.hero .main-container header h1 {
font-weight: 700;
font-size: 48px;
letter-spacing: 0; }
.hero .main-container header p {
font-size: 24px; }
.hero .main-container img {
margin-left: auto;
position: relative;
bottom: -26px; }
.home-hero {
border-bottom: 26px solid #F4972E;
margin-top: 78px;
overflow: hidden; }
.home-hero .lnet-grid {
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.home-hero .lnet-grid .col-50.content {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
padding-bottom: 78px; }
.home-hero .lnet-grid .col-50.content p {
margin-bottom: 0; }
.home-hero .lnet-grid .col-50.content h1 {
font-weight: 700;
font-size: 48px;
letter-spacing: 0;
line-height: 72px;
margin-bottom: 50px; }
.home-hero .lnet-grid .col-50.content ul.ticklist li {
font-weight: 700;
font-size: 38px;
line-height: 57px; }
.home-hero .lnet-grid .col-50.content ul.ticklist li:before {
width: 33px;
height: 29px;
background-size: 33px;
margin-right: 18px; }
.home-hero .lnet-grid .col-50.image {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; }
.home-hero .lnet-grid .col-50.image img {
width: 750px;
max-width: none; }
ul.ticklist {
list-style: none;
margin: 0;
margin-bottom: 50px; }
ul.ticklist li {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
ul.ticklist li:before {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
margin-top: 16px;
content: '';
display: block;
float: left;
width: 11px;
height: 11px;
margin-right: 15px;
background-repeat: no-repeat;
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/tick.svg);
background-size: 11px;
background-repeat: no-repeat; }
.desktop-nav ul.menu li {
position: relative; }
.desktop-nav ul.menu li:hover ul.sub-menu {
display: block; }
.desktop-nav ul.menu li ul.sub-menu {
display: none;
margin: 0;
position: absolute;
width: 250px;
background-color: white;
z-index: 999;
padding: 15px;
top: 25px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
.desktop-nav ul.menu li ul.sub-menu li {
float: none;
display: block;
margin-bottom: 10px;
margin-right: 0; }
.desktop-nav ul.menu li ul.sub-menu li:last-of-type {
margin-bottom: 0px; }
.narrow-wrapper {
width: 826px;
margin: 0 auto;
max-width: 100%; }
.button, .wp-block-button .wp-block-button__link {
padding: 10px 40px;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1.5px;
margin-bottom: 0;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.button:hover, .wp-block-button .wp-block-button__link:hover {
opacity: 0.7;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.button.orange, .wp-block-button .orange.wp-block-button__link {
background-color: #F4972E; }
.button.permalink, .wp-block-button .permalink.wp-block-button__link {
background-color: white;
border: 2px solid #336699;
color: #336699; }
.button.permalink:hover, .wp-block-button .permalink.wp-block-button__link:hover {
background-color: #336699;
color: white; }
p {
font-size: 18px;
margin-bottom: 30px; }
.circle-quote {
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
padding: 0px 24px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 217px;
height: 217px;
margin: 0 auto;
background: #336699;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
font-weight: 700;
font-size: 20px;
color: white;
text-align: center;
border-radius: 100%;
margin-bottom: 35px; }
.circle-quote p {
line-height: 23px;
margin: 0; }
.page-template-service section.pagerow.blue-bg a.button, .page-template-service section.pagerow.blue-bg .wp-block-button a.wp-block-button__link, .wp-block-button .page-template-service section.pagerow.blue-bg a.wp-block-button__link, .page-template-seo section.pagerow.blue-bg a.button, .page-template-seo section.pagerow.blue-bg .wp-block-button a.wp-block-button__link, .wp-block-button .page-template-seo section.pagerow.blue-bg a.wp-block-button__link {
margin-top: 50px; }
.page-template-default section.pagerow, .page-template-about section.pagerow, .page-template-service section.pagerow, .page-template-seo section.pagerow {
overflow: hidden; }
.page-template-default section.pagerow .lnet-grid .Right-image, .page-template-about section.pagerow .lnet-grid .Right-image, .page-template-service section.pagerow .lnet-grid .Right-image, .page-template-seo section.pagerow .lnet-grid .Right-image {
float: right;
margin-right: 0;
margin-left: 2%; }
.page-template-default section.pagerow .lnet-grid .col-50 img, .page-template-about section.pagerow .lnet-grid .col-50 img, .page-template-service section.pagerow .lnet-grid .col-50 img, .page-template-seo section.pagerow .lnet-grid .col-50 img {
width: 100%; }
.page-template-default section.pagerow .lnet-grid.grid-60-40 .col-60, .page-template-about section.pagerow .lnet-grid.grid-60-40 .col-60, .page-template-service section.pagerow .lnet-grid.grid-60-40 .col-60, .page-template-seo section.pagerow .lnet-grid.grid-60-40 .col-60 {
margin-right: 0;
width: 58%; }
.page-template-default section.pagerow.blue-bg, .page-template-about section.pagerow.blue-bg, .page-template-service section.pagerow.blue-bg, .page-template-seo section.pagerow.blue-bg {
color: white;
background-color: #336699;
padding: 100px 0px; }
.page-template-default section.pagerow.blue-bg header, .page-template-about section.pagerow.blue-bg header, .page-template-service section.pagerow.blue-bg header, .page-template-seo section.pagerow.blue-bg header {
margin-bottom: 70px !important; }
.page-template-default section.pagerow header, .page-template-about section.pagerow header, .page-template-service section.pagerow header, .page-template-seo section.pagerow header {
margin-bottom: 30px; }
.page-template-default section.pagerow ol li, .page-template-about section.pagerow ol li, .page-template-service section.pagerow ol li, .page-template-seo section.pagerow ol li {
margin-bottom: 35px; }
.page-template-default section.pagerow ul.larger-spacing li, .page-template-about section.pagerow ul.larger-spacing li, .page-template-service section.pagerow ul.larger-spacing li, .page-template-seo section.pagerow ul.larger-spacing li {
margin-bottom: 30px; }
.page-template-default section.pagerow ul.two-column, .page-template-about section.pagerow ul.two-column, .page-template-service section.pagerow ul.two-column, .page-template-seo section.pagerow ul.two-column {
margin-bottom: 40px;
margin-left: 0;
list-style: none;
-webkit-column-count: 2;
column-count: 2; }
.page-template-default section.pagerow ul.two-column li, .page-template-about section.pagerow ul.two-column li, .page-template-service section.pagerow ul.two-column li, .page-template-seo section.pagerow ul.two-column li {
margin-bottom: 5px; }
.page-template-default section.pagerow .narrow-wrapper, .page-template-about section.pagerow .narrow-wrapper, .page-template-service section.pagerow .narrow-wrapper, .page-template-seo section.pagerow .narrow-wrapper {
text-align: center; }
.page-template-default section.pagerow .narrow-wrapper header, .page-template-about section.pagerow .narrow-wrapper header, .page-template-service section.pagerow .narrow-wrapper header, .page-template-seo section.pagerow .narrow-wrapper header {
width: 828px;
margin: 0 auto;
max-width: 100%; }
.page-template-default section.pagerow .narrow-wrapper .content, .page-template-about section.pagerow .narrow-wrapper .content, .page-template-service section.pagerow .narrow-wrapper .content, .page-template-seo section.pagerow .narrow-wrapper .content {
width: 690px;
margin: 0 auto;
max-width: 100%;
text-align: left; }
.page-template-default section.pagerow .narrow-wrapper p:last-of-type, .page-template-about section.pagerow .narrow-wrapper p:last-of-type, .page-template-service section.pagerow .narrow-wrapper p:last-of-type, .page-template-seo section.pagerow .narrow-wrapper p:last-of-type {
margin-bottom: 0px; }
.page-id-39 .narrow-wrapper {
font-size: 24px;
letter-spacing: 1.4px; }
section.pagerow {
padding: 50px 0px;
overflow: hidden; }
section.pagerow.row-1 {
padding-top: 100px;
padding-bottom: 70px; }
section.pagerow.row-1 h2 {
font-weight: 700;
font-size: 36px;
line-height: 42px;
margin-bottom: 30px; }
section.pagerow.row-1 h3 {
font-size: 24px;
font-weight: 700;
margin-top: 30px;
margin-bottom: 30px; }
section.pagerow.row-2 {
background-color: #336699;
padding-bottom: 90px;
padding-top: 0;
margin-top: -50px; }
section.pagerow.row-2 header {
text-align: center;
width: 642px;
max-width: 100%;
margin: 0 auto;
margin-bottom: 50px; }
section.pagerow.row-2 header p {
font-size: 24px;
font-weight: 700;
letter-spacing: 2px;
color: white;
line-height: 28px; }
section.pagerow.row-2 header h2 {
font-weight: 700;
font-size: 36px;
color: #FFFFFF;
text-align: center;
line-height: 42px;
margin-top: 30px; }
section.pagerow.row-2 .main-container {
width: 1440px; }
section.pagerow.row-2 ul.lnet-grid {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0; }
section.pagerow.row-2 ul.lnet-grid li.col-25 {
width: 22%;
background-color: white;
padding: 18px 10px;
margin-right: 4%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
border: 6px solid #336699;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5); }
section.pagerow.row-2 ul.lnet-grid li.col-25:last-of-type {
margin-right: 0; }
section.pagerow.row-2 ul.lnet-grid li.col-25.most-popular {
border-color: #F4972E;
position: relative; }
section.pagerow.row-2 ul.lnet-grid li.col-25.most-popular:before {
content: '';
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/most-popular.svg);
background-repeat: no-repeat;
position: absolute;
left: -40px;
top: -40px;
width: 80px;
height: 80px;
background-size: 100%; }
section.pagerow.row-2 ul.lnet-grid li.col-25.most-popular a.button, section.pagerow.row-2 ul.lnet-grid li.col-25.most-popular .wp-block-button a.wp-block-button__link, .wp-block-button section.pagerow.row-2 ul.lnet-grid li.col-25.most-popular a.wp-block-button__link {
background-color: #F4972E; }
section.pagerow.row-2 ul.lnet-grid li.col-25 header {
margin-bottom: 30px; }
section.pagerow.row-2 ul.lnet-grid li.col-25 header h3 {
font-weight: 700;
font-size: 24px;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase; }
section.pagerow.row-2 ul.lnet-grid li.col-25 .content {
margin-bottom: 20px; }
section.pagerow.row-2 ul.lnet-grid li.col-25 .content ul {
padding-left: 15px; }
section.pagerow.row-2 ul.lnet-grid li.col-25 a.button, section.pagerow.row-2 ul.lnet-grid li.col-25 .wp-block-button a.wp-block-button__link, .wp-block-button section.pagerow.row-2 ul.lnet-grid li.col-25 a.wp-block-button__link {
margin-top: auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
section.pagerow.row-3.testimonial {
background-color: #F4972E;
color: white;
padding-top: 80px; }
section.pagerow.row-3.testimonial .main-container {
overflow: hidden;
width: 874px; }
section.pagerow.row-3.testimonial .main-container .content {
letter-spacing: 2px;
font-weight: 700;
font-size: 24px;
line-height: 28px;
margin-bottom: 30px; }
section.pagerow.row-3.testimonial .main-container .content p {
font-size: 24px;
line-height: 28px; }
section.pagerow.row-3.testimonial .main-container .content p:before {
content: '“'; }
section.pagerow.row-3.testimonial .main-container .content p:after {
content: '”'; }
section.pagerow.row-3.testimonial .main-container .content p:last-of-type {
margin-bottom: 0px; }
section.pagerow.row-3.testimonial .main-container footer {
font-size: 18px; }
section.pagerow.row-3.testimonial .main-container footer p {
margin-bottom: 0px; }
section.pagerow.row-4.contactform {
text-align: center;
background-color: #336699;
padding-top: 80px; }
section.pagerow.row-4.contactform .main-container {
text-align: center;
color: white; }
section.pagerow.row-5.blog-loop {
padding-top: 100px;
padding-bottom: 70px; }
section.pagerow.row-5.blog-loop .main-container > header {
text-align: center;
margin-bottom: 60px; }
section.pagerow.row-5.blog-loop .main-container > header h2 {
margin-bottom: 20px; }
section.pagerow.row-5.blog-loop .main-container > header p {
margin-bottom: 0;
font-weight: 700; }
section.pagerow.row-5.blog-loop .main-container ul {
margin: 0;
list-style: none;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row; }
section.pagerow.row-5.blog-loop .main-container ul li {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 27%;
margin-right: 9.5%; }
section.pagerow.row-5.blog-loop .main-container ul li:nth-child(3n) {
margin-right: 0; }
section.pagerow.row-5.blog-loop .main-container ul li img {
margin-bottom: 30px; }
section.pagerow.row-5.blog-loop .main-container ul li header {
margin-bottom: 20px; }
section.pagerow.row-5.blog-loop .main-container ul li header h2 {
font-weight: 700;
font-size: 18px;
line-height: 27px;
margin-bottom: 0px; }
section.pagerow.row-5.blog-loop .main-container ul li .excerpt {
margin-top: auto; }
section.pagerow.row-5.blog-loop .main-container ul li .excerpt p {
margin: 0; }
section.pagerow.row-5.blog-loop .main-container ul li footer {
margin-top: 40px; }
section.pagerow.row-5.blog-loop .main-container ul li footer a.button, section.pagerow.row-5.blog-loop .main-container ul li footer .wp-block-button a.wp-block-button__link, .wp-block-button section.pagerow.row-5.blog-loop .main-container ul li footer a.wp-block-button__link {
background-color: white;
color: #336699;
border: 2px solid #336699;
padding: 8px 30px;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
section.pagerow.row-5.blog-loop .main-container ul li footer a.button:hover, section.pagerow.row-5.blog-loop .main-container ul li footer .wp-block-button a.wp-block-button__link:hover, .wp-block-button section.pagerow.row-5.blog-loop .main-container ul li footer a.wp-block-button__link:hover {
background-color: #336699;
color: white;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.slick-next {
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/arrow-next-alt.svg) !important;
height: 23px !important;
width: 17px !important;
background-size: 100% !important; }
.slick-next:hover {
cursor: pointer; }
.slick-prev {
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/arrow-prev-alt.svg) !important;
height: 23px !important;
width: 17px !important;
background-size: 100% !important; }
.slick-prev:hover {
cursor: pointer; }
.wpcf7 .lnet-grid .col-50 {
width: 48%;
margin-right: 4%; }
.wpcf7 .lnet-grid .col-50:nth-of-type(2n) {
margin-right: 0; }
.home .wpcf7 {
width: 690px;
max-width: 100%;
margin: 0 auto; }
.page-template-contact .wpcf7 {
background-color: #336699;
padding: 40px 60px;
color: white;
margin-top: 20px; }
.page-template-contact .wpcf7 .lnet-grid .col-50 {
width: 44%;
margin-right: 12%; }
.page-template-contact .wpcf7 .lnet-grid .col-50:nth-of-type(2n) {
margin-right: 0; }
.wpcf7 p:last-of-type {
margin-bottom: 0px; }
.wpcf7 label {
color: white;
text-align: left;
margin-bottom: 7px;
font-weight: 700; }
.page-template-contact .wpcf7 label {
font-weight: 700;
font-size: 20px;
line-height: 42px; }
.wpcf7 input[type='text'], .wpcf7 input[type='tel'], .wpcf7 input[type='email'] {
height: 50px;
background-color: rgba(255, 255, 255, 0.75);
border: none;
box-shadow: none; }
.wpcf7 textarea {
background-color: rgba(255, 255, 255, 0.75);
border: none;
box-shadow: none; }
.wpcf7 p {
text-align: left; }
.wpcf7 p a {
display: inline-block;
color: white;
padding-bottom: 2px;
border-bottom: 2px solid transparent;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.wpcf7 p a:hover {
border-color: #336699;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.wpcf7 p a:hover {
border-color: white; }
.wpcf7 .wpcf7-submit {
background-color: #F4972E;
color: white;
text-transform: uppercase;
border: none;
width: 154px;
margin: 0 auto;
padding: 12px;
letter-spacing: 1.5px;
display: block;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.wpcf7 .wpcf7-submit:hover {
cursor: pointer;
background-color: #f7af5e;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.page-template-contact .wpcf7 .wpcf7-submit {
width: 189px; }
.entry-meta {
margin-top: 20px;
margin-bottom: 30px;
overflow: hidden;
display: block; }
.entry-meta time {
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/date-ico.png); }
.entry-meta .cat_link {
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/cat-ico.png); }
.entry-meta .tags {
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/tag-ico.png);
margin-right: 0; }
.entry-meta time, .entry-meta .cat_link, .entry-meta .tags {
float: left;
display: inline-block;
margin-right: 5%;
background-repeat: no-repeat;
background-position: left center;
background-size: 20px;
padding-left: 27px; }
.single-post header.site-header {
margin-bottom: 35px; }
.single-post .entry-content h2 {
margin-bottom: 40px;
margin-top: 50px; }
header.site-header .hero.no-bird {
padding-top: 60px; }
.col-40.blog-sidebar {
width: 364px;
max-width: 40%;
float: right; }
.col-40.blog-sidebar .widget {
margin-bottom: 75px; }
.col-40.blog-sidebar .widget h6 {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 19px;
font-weight: 700;
margin-bottom: 20px; }
.col-40.blog-sidebar .widget ul {
margin: 0;
list-style: none; }
.col-40.blog-sidebar .widget.widget_media_image {
background-color: transparent;
padding: 0; }
.col-40.blog-sidebar .widget.widget_categories ul {
list-style: none; }
.col-40.blog-sidebar .widget.widget_categories ul li {
margin-bottom: 20px; }
.col-40.blog-sidebar .widget.widget_categories ul li a {
text-transform: uppercase;
font-size: 17px;
letter-spacing: 2px; }
.col-40.blog-sidebar .widget.widget_recent_entries ul li, .col-40.blog-sidebar .widget.recent-posts-extended ul li {
margin-bottom: 40px;
padding-bottom: 0;
border-bottom: 0; }
.col-40.blog-sidebar .widget.widget_recent_entries ul li a, .col-40.blog-sidebar .widget.recent-posts-extended ul li a {
font-size: 17px;
letter-spacing: 2px; }
.col-40.blog-sidebar .widget.widget_custom_html .custom-html-widget {
padding: 40px;
background-color: #F4972E;
color: white;
text-align: center; }
.col-40.blog-sidebar .widget.widget_custom_html .custom-html-widget p {
font-size: 24px; }
.col-40.blog-sidebar .widget.widget_custom_html .custom-html-widget a {
font-size: 20px; }
.col-40.blog-sidebar .widget.widget_custom_html .custom-html-widget p:last-of-type {
margin-bottom: 0; }
.page:not(.page-template-service) .main-content .hentry .pagerow:first-of-type {
padding-top: 0; }
header.site-header {
margin-bottom: 50px; }
.blog ul.category-list li.categories ul li.cat-item-all a {
background-color: #336699;
color: white; }
.blog .hero .main-container, .archive .hero .main-container, .search .hero .main-container {
padding-top: 30px; }
.blog .hero .main-container img, .archive .hero .main-container img, .search .hero .main-container img {
bottom: 1px; }
.blog ul.category-list, .archive ul.category-list, .search ul.category-list {
list-style: none;
margin: 0;
margin-bottom: 80px; }
.blog ul.category-list li.categories p, .archive ul.category-list li.categories p, .search ul.category-list li.categories p {
font-weight: 700;
font-size: 24px;
letter-spacing: 2px;
margin-bottom: 40px; }
.blog ul.category-list li.categories ul, .archive ul.category-list li.categories ul, .search ul.category-list li.categories ul {
clear: both;
list-style: none;
margin: 0;
text-align: center; }
.blog ul.category-list li.categories ul li, .archive ul.category-list li.categories ul li, .search ul.category-list li.categories ul li {
margin-right: 1%;
margin-bottom: 25px;
display: inline-block; }
.blog ul.category-list li.categories ul li a, .archive ul.category-list li.categories ul li a, .search ul.category-list li.categories ul li a {
display: inline-block;
border: 1px solid #336699;
text-align: center;
text-transform: uppercase;
font-weight: 700;
padding: 5px 30px;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.blog ul.category-list li.categories ul li a:hover, .archive ul.category-list li.categories ul li a:hover, .search ul.category-list li.categories ul li a:hover {
background-color: #CBD8E5;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.blog ul.category-list li.categories ul li.current-cat a, .archive ul.category-list li.categories ul li.current-cat a, .search ul.category-list li.categories ul li.current-cat a {
background-color: #336699;
color: white; }
.blog .main-content.lnet-grid, .archive .main-content.lnet-grid, .search .main-content.lnet-grid {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly; }
.blog .main-content.lnet-grid article.col-33, .archive .main-content.lnet-grid article.col-33, .search .main-content.lnet-grid article.col-33 {
width: 325px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 0;
margin-bottom: 70px; }
.blog .main-content.lnet-grid article.col-33:nth-of-type(3n), .archive .main-content.lnet-grid article.col-33:nth-of-type(3n), .search .main-content.lnet-grid article.col-33:nth-of-type(3n) {
margin-right: 0 !important; }
.blog .main-content.lnet-grid article.col-33 h2.entry-title, .archive .main-content.lnet-grid article.col-33 h2.entry-title, .search .main-content.lnet-grid article.col-33 h2.entry-title {
font-size: 18px;
margin-bottom: 30px;
margin-top: 35px; }
.blog .main-content.lnet-grid article.col-33 .bottom, .archive .main-content.lnet-grid article.col-33 .bottom, .search .main-content.lnet-grid article.col-33 .bottom {
margin-top: auto; }
.blog .pagination-row, .archive .pagination-row, .search .pagination-row {
border-top: 1px solid #F4972E;
padding: 40px 0px; }
.blog .pagination-row .text-center, .archive .pagination-row .text-center, .search .pagination-row .text-center {
text-align: right; }
.blog .pagination-row ul, .archive .pagination-row ul, .search .pagination-row ul {
margin: 0;
list-style: none; }
.blog .pagination-row ul li, .archive .pagination-row ul li, .search .pagination-row ul li {
margin-right: 15px; }
.blog .pagination-row ul li:last-of-type, .archive .pagination-row ul li:last-of-type, .search .pagination-row ul li:last-of-type {
margin-right: 0; }
.blog .pagination-row ul li a, .archive .pagination-row ul li a, .search .pagination-row ul li a {
padding-bottom: 2px;
border-bottom: 2px solid transparent;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
padding: 0;
font-size: 24px;
font-weight: 700;
background-color: white;
color: #336699; }
.blog .pagination-row ul li a:hover, .archive .pagination-row ul li a:hover, .search .pagination-row ul li a:hover {
border-color: #336699;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.blog .pagination-row ul li span.current, .archive .pagination-row ul li span.current, .search .pagination-row ul li span.current {
font-size: 24px;
font-weight: 700;
padding: 0;
background: white;
color: #F4972E;
cursor: default; }
.page-template-about .pagerow.cards {
margin-top: 50px;
position: relative; }
.page-template-about .pagerow.cards:before {
position: absolute;
z-index: -9;
top: 0;
width: 100%;
content: '';
display: block;
height: 716px;
background-color: #336699; }
.page-template-about .pagerow.cards:after {
position: absolute;
z-index: -9;
bottom: 0px;
width: 100%;
content: '';
display: block;
height: 229px;
background-color: #F4972E; }
.page-template-about .pagerow.cards .main-container header {
margin-top: 20px;
margin-bottom: 70px; }
.page-template-about .pagerow.cards .main-container header h2 {
color: white;
text-align: center; }
.page-template-about .pagerow.cards .main-container ul.cards {
margin: 0;
position: relative;
list-style: none; }
.page-template-about .pagerow.cards .main-container ul.cards li {
margin-bottom: 100px;
width: 685px;
max-width: 100%;
background-color: white;
padding: 42px 55px;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
position: relative; }
.page-template-about .pagerow.cards .main-container ul.cards li:last-of-type {
margin-bottom: 0px; }
.page-template-about .pagerow.cards .main-container ul.cards li.blue {
background-color: #336699;
color: white; }
.page-template-about .pagerow.cards .main-container ul.cards li:nth-child(even) {
margin-left: auto; }
.page-template-about .pagerow.cards .main-container ul.cards li:nth-child(even):before {
content: '';
width: 216px;
height: 210px;
position: absolute;
left: -250px;
top: -60px;
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/on-left.svg);
background-size: 216px;
background-repeat: no-repeat;
display: block; }
.page-template-about .pagerow.cards .main-container ul.cards li:nth-child(odd) {
margin-right: auto; }
.page-template-about .pagerow.cards .main-container ul.cards li:nth-child(odd):before {
content: '';
width: 216px;
height: 210px;
position: absolute;
right: -250px;
top: -60px;
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/on-right.svg);
background-size: 216px;
background-repeat: no-repeat;
display: block; }
.page-template-about .pagerow.cards .main-container ul.cards li:first-child:before {
display: none; }
.page-template-about .pagerow.cards .main-container ul.cards li p:last-of-type {
margin-bottom: 0px; }
.page-template-about .pagerow.cards .main-container ul.cards li header {
margin-bottom: 30px;
margin-top: 0; }
.page-template-about .pagerow.cards .main-container ul.cards li header h3 {
margin-bottom: 0;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-size: 24px; }
.page-template-about .pagerow.testimonialslider {
margin-top: 20px; }
.page-template-about .pagerow.testimonialslider header {
text-align: center; }
.page-template-about .pagerow.testimonialslider ul {
list-style: none;
margin: 0; }
.page-template-about .pagerow.testimonialslider ul .slick-list {
box-sizing: initial;
padding: 25px 0px;
width: 90%;
margin: 0 auto; }
.page-template-about .pagerow.testimonialslider ul .slick-prev {
left: 0; }
.page-template-about .pagerow.testimonialslider ul .slick-next {
right: 0; }
.page-template-about .pagerow.testimonialslider ul li {
margin-bottom: 0; }
.page-template-about .pagerow.testimonialslider ul li:focus {
outline: none; }
.page-template-about .pagerow.testimonialslider ul li .content {
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
padding: 0px 24px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 168px;
height: 217px;
margin: 0 auto;
background: #FFFFFF;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
font-weight: 700;
font-size: 20px;
color: #336699;
text-align: center;
border-radius: 100%; }
.page-template-about .pagerow.testimonialslider ul li .content:hover {
cursor: pointer;
background-color: rgba(51, 102, 153, 0.14);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.page-template-about .pagerow.testimonialslider ul li .content p {
line-height: 23px;
margin: 0; }
.page-template-about .pagerow.testimonialslider ul li.active .content {
background-color: #336699;
color: white; }
.page-template-about .pagerow.testimonialslider .slider-content {
margin-top: 20px; }
.page-template-about .pagerow.testimonialslider .slider-content .testi-content {
text-align: center;
display: none;
font-size: 18px;
width: 690px;
max-width: 100%;
margin: 0 auto; }
.page-template-about .pagerow.testimonialslider .slider-content .testi-content p:last-of-type {
margin-bottom: 0px; }
.page-template-about .pagerow.testimonialslider .slider-content .testi-content footer {
margin-top: 50px; }
.page-template-about .pagerow.testimonialslider .slider-content .testi-content footer h4 {
font-size: 20px;
font-weight: 700;
margin-bottom: 0; }
.page-template-about .pagerow.testimonialslider .slider-content .testi-content footer h5 {
font-size: 18px;
font-weight: 500;
margin-bottom: 0; }
.page-template-about .pagerow.bird-overflow {
padding-bottom: 0;
padding-top: 0;
position: relative;
top: 23px; }
.page-template-about .pagerow.bird-overflow .lnet-grid .col-50 img {
width: auto; }
.flex-cent {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
body {
font-size: 18px; }
.pagerow.contactform {
text-align: center;
background-color: #336699;
padding-top: 80px; }
.pagerow.contactform .main-container {
text-align: center;
color: white;
width: 830px; }
.page-template-contact .pagerow.form-details .wpcf7 p {
font-size: 16px; }
.page-template-contact .pagerow.form-details .lnet-grid .col-60 {
width: 61%; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 {
margin-top: 105px;
font-size: 20px;
width: 366px;
float: right; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 p {
line-height: 23px; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 .contacts {
margin-bottom: 60px; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 ul {
overflow: hidden;
list-style: none;
margin: 0;
margin-top: 40px; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 ul li {
margin-bottom: 20px; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 ul li:last-of-type {
margin-bottom: 0; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 ul li a {
font-size: 18px;
font-weight: 700;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 ul li a i {
font-size: 40px;
margin-right: 20px; }
.pagerow header {
margin-bottom: 50px; }
.pagerow header h1, .pagerow header h2 {
margin-bottom: 0px; }
.pagerow.download-brief a.brief-download {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border: 3px solid #F4972E;
padding: 35px 40px;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.pagerow.download-brief a.brief-download:hover {
box-shadow: 0 4px 16px 0 black;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.pagerow.download-brief a.brief-download img {
margin-top: 50px;
display: inline-block;
width: auto !important; }
.pagerow.download-brief h2 {
margin-bottom: 30px; }
.pagerow.download-brief p {
margin-bottom: 0px; }
.pagerow.download-brief p.aff {
margin-top: 33px;
text-align: right; }
.page-template-work .pagerow.online-projects {
padding-bottom: 50px; }
.page-template-work .pagerow.online-projects header {
margin-bottom: 80px; }
.page-template-work .pagerow.online-projects header h2 {
margin-bottom: 0px; }
.page-template-work .pagerow.online-projects ul {
margin: 0;
list-style: none; }
.page-template-work .pagerow.online-projects ul li {
width: 544px;
max-width: 100%;
margin: 0 auto;
margin-bottom: 30px;
position: relative; }
.page-template-work .pagerow.online-projects ul li img {
width: 100%;
max-width: 100%; }
.page-template-work .pagerow.online-projects ul li a:hover {
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.page-template-work .pagerow.online-projects ul li a:hover img.image, .page-template-work .pagerow.online-projects ul li a:hover .content {
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.page-template-work .pagerow.online-projects ul li img.image {
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.page-template-work .pagerow.online-projects ul li div.logo {
position: absolute;
top: 15px;
right: -3px;
background-color: white;
box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.5);
padding: 10px;
z-index: 9999; }
.page-template-work .pagerow.online-projects ul li div.logo img {
height: 50px;
width: auto; }
.page-template-work .pagerow.online-projects ul li.col-33 div.logo img {
height: 50px; }
.page-template-work .pagerow.online-projects ul li .content {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
color: white;
width: 100%;
background: rgba(51, 102, 153, 0.87);
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
z-index: 999;
text-align: center;
min-height: 180px;
padding: 0 15px; }
.page-template-work .pagerow.online-projects ul li .content .wrapper {
width: 424px;
max-width: 96%;
margin: 0 auto;
font-weight: 700; }
.page-template-work .pagerow.online-projects ul li .content .wrapper h3 {
font-size: 24px;
font-weight: 700; }
.page-template-work .pagerow.online-projects ul li .content .wrapper p {
font-size: 18px;
font-weight: 700; }
.page-template-work .pagerow.online-projects ul li .content .wrapper p:last-of-type {
margin-bottom: 0px; }
.page-template-work .pagerow.online-projects ul.afters li {
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5); }
.page-template-work .pagerow.online-projects ul.afters li .content {
padding: 30px; }
.page-template-work .pagerow.conceptual-copywriting {
padding-bottom: 0px;
margin-bottom: 50px; }
.page-template-work .pagerow.conceptual-copywriting ul {
list-style: none;
margin: 0; }
.page-template-work .pagerow.conceptual-copywriting ul.slider-nav li {
margin: 0 6px; }
.page-template-work .pagerow.conceptual-copywriting ul.slider-nav li img {
width: 150px;
margin: 0 auto; }
.page-template-work .pagerow.conceptual-copywriting ul.slider-for {
margin-bottom: 40px; }
.page-template-work .pagerow.conceptual-copywriting ul.slider-for .slick-list {
box-sizing: initial;
padding: 25px 0px; }
.page-template-work .pagerow.conceptual-copywriting ul.slider-for .slick-next {
right: 260px; }
.page-template-work .pagerow.conceptual-copywriting ul.slider-for .slick-prev {
left: 260px; }
.page-template-work .pagerow.conceptual-copywriting ul.slider-for li img {
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
margin: 0 auto;
height: 650px; }
.page-template-work .pagerow.pdfs {
padding-top: 0px;
margin-bottom: 50px; }
.page-template-work .pagerow.pdfs ul {
margin: 0;
list-style: none; }
.page-template-work .pagerow.pdfs ul li {
margin-bottom: 30px; }
.page-template-work .pagerow.pdfs ul li a {
width: 525px;
max-width: 100%;
display: block;
background-color: #336699;
color: white;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 26px;
font-weight: 700;
padding: 6px 26px;
background-image: url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/dist/assets/images/download-transparent.svg);
background-repeat: no-repeat;
background-position: 96% 50%;
background-size: 25px;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.page-template-work .pagerow.pdfs ul li a:hover {
background-color: #CBD8E5;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.pagerow.download-brief-foot .col-40 {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end; }
.pagerow.download-brief-foot h2 {
margin-bottom: 30px; }
.pagerow.download-brief-foot a.brief-download {
float: right;
display: block;
border: 3px solid #F4972E;
padding: 35px 23px;
width: 367px;
max-width: 100%;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.pagerow.download-brief-foot a.brief-download:hover {
box-shadow: 0 4px 16px 0 black;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.pagerow.download-brief-foot a.brief-download img {
float: left;
width: 59px !important;
margin-right: 30px; }
.pagerow.download-brief-foot a.brief-download h3 {
margin-top: 0;
float: right;
width: 226px;
font-size: 24px;
font-weight: 700;
max-width: 100%; }
.page-template-seo .lnet-grid.flex-center {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.page-template-service .lnet-grid, .page-template-seo .lnet-grid {
display: -webkit-flex;
display: -ms-flexbox;
display: flex; }
.page-template-service .lnet-grid .col-66, .page-template-seo .lnet-grid .col-66 {
width: 733px;
max-width: 66%; }
.page-template-service .lnet-grid .col-33, .page-template-seo .lnet-grid .col-33 {
float: right; }
.page-template-service aside.sidebar.col-33, .page-template-seo aside.sidebar.col-33 {
clear: none !important;
margin-top: 50px;
float: right;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
margin-left: auto; }
.page-template-service aside.sidebar.col-33 .widget, .page-template-seo aside.sidebar.col-33 .widget {
background-color: #F4972E;
padding: 30px 50px;
margin-bottom: 50px;
width: 367px;
float: right;
max-width: 100%; }
.page-template-service aside.sidebar.col-33 .widget:last-of-type, .page-template-seo aside.sidebar.col-33 .widget:last-of-type {
margin-bottom: 0px; }
.page-template-service aside.sidebar.col-33 .widget h6, .page-template-seo aside.sidebar.col-33 .widget h6 {
font-weight: 700;
text-transform: uppercase;
color: white;
font-size: 24px;
margin-bottom: 20px;
letter-spacing: 2px; }
.page-template-service aside.sidebar.col-33 .widget.widget_media_image, .page-template-seo aside.sidebar.col-33 .widget.widget_media_image {
background-color: transparent;
padding: 0;
text-align: center;
margin-top: auto;
padding-bottom: 50px; }
.page-template-service aside.sidebar.col-33 .widget.widget_media_image img, .page-template-seo aside.sidebar.col-33 .widget.widget_media_image img {
display: inline-block; }
.page-template-service aside.sidebar.col-33 .widget.widget_nav_menu ul, .page-template-seo aside.sidebar.col-33 .widget.widget_nav_menu ul {
margin: 0;
list-style: none; }
.page-template-service aside.sidebar.col-33 .widget.widget_nav_menu ul li, .page-template-seo aside.sidebar.col-33 .widget.widget_nav_menu ul li {
margin-bottom: 20px; }
.page-template-service aside.sidebar.col-33 .widget.widget_nav_menu ul li.current-menu-item a, .page-template-seo aside.sidebar.col-33 .widget.widget_nav_menu ul li.current-menu-item a {
color: #336699; }
.page-template-service aside.sidebar.col-33 .widget.widget_nav_menu ul li a, .page-template-seo aside.sidebar.col-33 .widget.widget_nav_menu ul li a {
text-transform: uppercase;
color: white;
letter-spacing: 2px;
font-size: 24px;
padding-bottom: 2px;
border-bottom: 2px solid transparent;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.page-template-service aside.sidebar.col-33 .widget.widget_nav_menu ul li a:hover, .page-template-seo aside.sidebar.col-33 .widget.widget_nav_menu ul li a:hover {
border-color: #336699;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.page-template-service aside.sidebar.col-33 .widget.widget_custom_html, .page-template-seo aside.sidebar.col-33 .widget.widget_custom_html {
text-align: center; }
.page-template-service aside.sidebar.col-33 .widget.widget_custom_html p:last-of-type, .page-template-seo aside.sidebar.col-33 .widget.widget_custom_html p:last-of-type {
margin-bottom: 0px; }
.page-template-service section.pagerow h3, .page-template-seo section.pagerow h3 {
font-weight: 700;
font-size: 24px; }
.pagerow.contactform.white-bg {
background-color: white !important; }
.pagerow.contactform.white-bg .main-container {
color: #336699; }
.pagerow.contactform.white-bg .main-container .wpcf7 input[type='text'], .pagerow.contactform.white-bg .main-container .wpcf7 input[type='tel'], .pagerow.contactform.white-bg .main-container .wpcf7 input[type='email'], .pagerow.contactform.white-bg .main-container textarea {
background-color: #CBD8E5; }
.pagerow.contactform.white-bg .main-container a, .pagerow.contactform.white-bg .main-container label {
color: #336699; }
.footer-cta.pagerow {
background-color: #F4972E;
color: white;
padding-top: 70px;
text-align: center; }
.footer-cta.pagerow h3 {
margin-top: 0 !important;
font-weight: 700 !important;
font-size: 36px !important;
margin-bottom: 25px !important; }
.footer-cta.pagerow p {
font-weight: 700;
font-size: 20px; }
.lnet-grid.flex-center .col-60, .lnet-grid.flex-center .col-40 {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
footer.site-footer.orange-bg {
background-color: #F4972E; }
footer.site-footer .footer-container {
background-color: #CBD8E5;
padding: 50px 0px;
padding-bottom: 70px;
overflow: hidden;
letter-spacing: 1.5px; }
footer.site-footer .footer-container a {
padding-bottom: 2px;
border-bottom: 2px solid transparent;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
footer.site-footer .footer-container a:hover {
border-color: #336699;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
footer.site-footer .footer-container .main-container .footer-grid .widget {
width: 25%;
float: left; }
footer.site-footer .footer-container .main-container .footer-grid .widget img {
display: block;
margin: 0 auto;
margin-bottom: 20px;
clear: both; }
footer.site-footer .footer-container .main-container .footer-grid .widget img:last-of-type {
margin-bottom: 0; }
footer.site-footer .footer-container .main-container .footer-grid .widget h6 {
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px; }
footer.site-footer .footer-container .main-container .footer-grid .widget.widget_nav_menu ul {
margin: 0;
list-style: none; }
footer.site-footer .footer-container .main-container .footer-grid .widget.widget_nav_menu ul li {
margin-bottom: 10px; }
footer.site-footer .footer-container .main-container .footer-grid .widget#custom_html-2 p:last-of-type {
margin-bottom: 0px; }
footer.site-footer .footer-container .main-container .footer-grid .widget#custom_html-2 ul {
margin: 0;
margin-top: 30px;
list-style: none; }
footer.site-footer .footer-container .main-container .footer-grid .widget#custom_html-2 ul li {
float: left;
margin-right: 20px; }
footer.site-footer .footer-container .main-container .footer-grid .widget#custom_html-2 ul li:last-of-type {
margin-right: 0px; }
footer.site-footer .footer-container .main-container .footer-grid .widget#custom_html-2 ul li a i {
color: white;
font-size: 32px; }
.page-id-101 .tablepress tr td:first-of-type {
text-align: left !important;
font-weight: 700; }
.page-id-101 .tablepress tr td:first-of-type small {
font-weight: 500; }
.tablepress thead th {
background-color: #c8d8e6 !important;
text-align: center;
text-transform: uppercase;
border-right: 1px solid #336699; }
.tablepress thead, .tablepress tbody, .tablepress tfoot {
border: none; }
.tablepress th {
border-right: 1px solid #336699; }
.tablepress td {
color: #336699 !important;
text-align: center !important; }
.tablepress tbody td {
vertical-align: middle !important; }
.tablepress tr td:first-of-type {
border-right: 1px solid #336699; }
ul.point-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
list-style: none; }
ul.point-list li {
width: 48%;
float: left;
margin-right: 2%; }
ul.point-list li h3 {
font-size: 24px;
margin-top: 0 !important;
margin-bottom: 20px; }
.footer-bottom {
padding: 22px 0px; }
.footer-bottom .main-container {
overflow: hidden;
letter-spacing: 1.5px; }
.footer-bottom .main-container p {
font-size: 14px;
margin-bottom: 0px; }
.footer-bottom .main-container p.copy {
float: left; }
.footer-bottom .main-container p.credit {
float: right; }
.footer-bottom .main-container p.credit i {
color: #C0392C; }
.footer-bottom a {
padding-bottom: 2px;
border-bottom: 2px solid transparent;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.footer-bottom a:hover {
border-color: #336699;
transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
.footer-clouds, .row-clouds {
width: 100%; }
a.mobile-logo {
display: inline-block;
float: left; }
a.mobile-logo img {
display: block;
width: 259px;
max-width: 100%; }
@media only screen and (max-width: 1445px) {
section.pagerow.row-2 {
margin-top: 0; } }
@media only screen and (max-width: 1336px) {
section.pagerow.row-2 ul.lnet-grid {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
section.pagerow.row-2 ul.lnet-grid li.col-25 {
width: 48%;
margin-bottom: 50px; }
section.pagerow.row-2 ul.lnet-grid li.col-25:nth-child(2n) {
margin-right: 0; }
ul.point-list li {
padding: 0 2%; } } @media only screen and (max-width: 1366px) {
.page-template-work .pagerow.conceptual-copywriting ul.slider-nav {
width: 960px;
max-width: 100%;
margin: 0 auto; }
.page-template-work .pagerow.conceptual-copywriting ul.slider-nav li img {
width: 100px;
margin: 0 auto; }
.page-template-work .pagerow.conceptual-copywriting ul.slider-for li img {
height: 550px; } }
@media only screen and (max-width: 1159px) {
.home-hero .lnet-grid .col-50.content h1 {
font-weight: 700;
font-size: 38px;
line-height: inherit; }
.home-hero .lnet-grid .col-50.content ul.ticklist li {
font-size: 28px;
line-height: inherit; }
.home-hero .lnet-grid .col-50.image img {
max-width: 100%; } }
@media only screen and (max-width: 1031px) {
.page-template-contact .pagerow.form-details .lnet-grid .col-60 {
width: 100%;
max-width: 100%;
float: none;
margin: 0;
margin-bottom: 20px; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 {
width: 100%;
max-width: 100%;
float: none;
margin: 0; } } @media only screen and (min-width: 1025px) {
.mobile-header {
display: none; } }
@media only screen and (min-width: 769px) {
.page-template-work .pagerow.online-projects ul li {
width: 31.33%;
margin-right: 3%;
position: relative;
float: left; }
.page-template-work .pagerow.online-projects ul li:nth-child(1) {
margin-right: 3%; }
.page-template-work .pagerow.online-projects ul li:nth-child(2) {
margin-right: 0%; }
.page-template-work .pagerow.online-projects ul li:nth-child(1), .page-template-work .pagerow.online-projects ul li:nth-child(2) {
width: 48.5%; }
.page-template-work .pagerow.online-projects ul li:nth-child(3) {
clear: left; }
.page-template-work .pagerow.online-projects ul li:last-child {
margin-right: 0; } }
@media only screen and (max-width: 1024px) {
.page-template-work .pagerow.conceptual-copywriting ul.slider-for .slick-next {
right: 200px; }
.page-template-work .pagerow.conceptual-copywriting ul.slider-for .slick-prev {
left: 200px; }
.bottom-bar a.logo {
display: none; }
.site-navigation, .navlogo {
display: none; }
.mobile-header img {
display: block;
max-width: 200px;
float: left; }
.mobile-header .menu-toggle {
float: right; }
.home-hero .lnet-grid {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center; }
.home-hero .lnet-grid .col-50 {
-webkit-align-self: center !important;
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; }
.home-hero .lnet-grid .col-50.content h1 {
font-weight: 700;
font-size: 38px;
line-height: inherit; }
.home-hero .lnet-grid .col-50.content ul.ticklist li {
font-size: 28px;
line-height: inherit; }
.home-hero .lnet-grid .col-50.image img {
max-width: 100%;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
section.pagerow.row-2 {
padding-bottom: 50px; } }
.lnet-grid.Right-image {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
@media only screen and (max-width: 960px) {
.col-40.blog-sidebar {
max-width: 100%;
margin-top: 50px; }
.page-template-work .pagerow.online-projects ul li .content {
min-height: 0px;
padding: 20px 20px; }
.page-template-work .pagerow.online-projects ul li .content .wrapper h3 {
font-size: 20px; }
.page-template-work .pagerow.online-projects ul li .content .wrapper p {
font-size: 17px; }
.page-template-service .lnet-grid, .page-template-seo .lnet-grid {
width: 100%;
display: block; }
.page-template-service .lnet-grid .widget_media_image, .page-template-seo .lnet-grid .widget_media_image {
display: none; }
.page-template-service .lnet-grid aside.col-33.sidebar .widget, .page-template-service .lnet-grid .col-40 .widget, .page-template-seo .lnet-grid aside.col-33.sidebar .widget, .page-template-seo .lnet-grid .col-40 .widget {
float: none;
margin: 0 auto;
margin-bottom: 20px; }
.page-template-service .lnet-grid .col-66, .page-template-service .lnet-grid .col-60, .page-template-seo .lnet-grid .col-66, .page-template-seo .lnet-grid .col-60 {
width: 100% !important;
margin: 0;
max-width: 100%; }
.page-template-service .lnet-grid .col-40 a.brief-download, .page-template-seo .lnet-grid .col-40 a.brief-download {
margin: 0 auto; }
.pagerow.conceptual-copywriting ul.slider-for .slick-next {
right: 50px !important; }
.pagerow.conceptual-copywriting ul.slider-for .slick-prev {
left: 50px !important; } }
.page-template-seo section.pagerow {
clear: both; }
@media only screen and (max-width: 780px) {
.footer-bottom .main-container p.copy, .footer-bottom .main-container p.credit {
float: none;
text-align: center;
margin: 10px 0px; } } @media only screen and (max-width: 812px) {
.hero .main-container header h1 {
font-weight: 700;
font-size: 38px;
line-height: inherit; }
.hero .main-container img {
width: 320px;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center; }
section.pagerow.row-5.blog-loop .main-container ul {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
section.pagerow.row-5.blog-loop .main-container ul li {
width: 100%;
margin-right: 0%;
margin-bottom: 70px; }
footer.site-footer .footer-container .main-container .footer-grid .widget {
width: 100%;
margin-bottom: 50px;
text-align: center; }
footer.site-footer .footer-container .main-container .footer-grid .widget:last-child {
margin-bottom: 0px; }
footer.site-footer .footer-container .main-container .footer-grid .widget#custom_html-2 ul {
text-align: center; }
footer.site-footer .footer-container .main-container .footer-grid .widget#custom_html-2 ul li {
float: none;
display: inline-block; } } @media only screen and (max-width: 667px) {
.page-template-about .pagerow.testimonialslider ul li p {
font-size: 13px; }
section.pagerow.row-2 ul.lnet-grid li.col-25 {
width: 100%;
margin-right: 0; }
section.pagerow.row-2 ul.lnet-grid li.col-25.most-popular:before {
left: 0; }
.home-hero .lnet-grid {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.home-hero .lnet-grid .col-50.image {
width: 300px;
margin: 0 auto; }
.hero .main-container {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.hero .main-container h1 {
text-align: center;
margin-top: 30px; }
.hero .main-container img {
width: 300px;
margin: 0 auto; }
.row-1 .lnet-grid.flex {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.row-1 .lnet-grid.flex img {
width: 300px;
margin: 0 auto;
display: block; }
.wpcf7 .lnet-grid .col-50 {
float: left; } }
@media only screen and (max-width: 644px) {
.page-template-contact .wpcf7 {
padding: 20px; }
.socials h3 {
display: none; }
.top-bar .telephone_number a, .top-bar .email_address a, .top-bar .mobile_number a {
font-size: 12px; } } @media only screen and (max-width: 414px) {
.top-bar div.socials {
display: none; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 ul li a {
font-size: 14px; }
.page-template-contact .pagerow.form-details .lnet-grid .col-40 ul li a i {
font-size: 30px;
margin-right: 10px; }
.page-template-contact .wpcf7 .lnet-grid .col-50 {
width: 100%;
margin-right: 0%; }
.blog .main-content.lnet-grid, .archive .main-content.lnet-grid, .search .main-content.lnet-grid {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
.blog .main-content.lnet-grid article.col-33, .archive .main-content.lnet-grid article.col-33, .search .main-content.lnet-grid article.col-33 {
width: 100%;
max-width: 100%;
display: block;
margin-right: 0;
float: none; }
.pagerow.download-brief-foot a.brief-download h3 {
float: none;
width: 100%; }
.pagerow.download-brief-foot a.brief-download img {
float: none;
margin: 0 auto;
margin-top: 10px; }
.page-template-default section.pagerow ul.two-column, .page-template-about section.pagerow ul.two-column, .page-template-service section.pagerow ul.two-column, .page-template-seo section.pagerow ul.two-column {
-webkit-column-count: 1;
column-count: 1; }
.page-template-work .pagerow.pdfs {
margin-bottom: 0px; }
.page-template-work .pagerow.online-projects {
padding-bottom: 0px;
margin-bottom: 0px; }
.page-template-work .pagerow.online-projects ul.overlay {
margin-bottom: 0px; }
.page-template-work .pagerow.online-projects ul.overlay li .content {
position: static;
height: auto;
padding: 20px 0px; }
.page-template-work .pagerow.online-projects ul.overlay li a {
width: 100%;
display: block; }
.page-template-about .pagerow.cards .main-container ul.cards li {
padding: 30px 30px; }
.wpcf7 .lnet-grid .col-50 {
width: 100%;
margin-right: 0;
margin-bottom: 0; }
section.pagerow.row-2 ul.lnet-grid li.col-25.most-popular {
padding-top: 50px; }
.home-hero {
margin-top: 0; }
.home-hero .lnet-grid .col-50.content h1 {
font-size: 30px;
text-align: center; }
header.site-header .hero.no-bird {
padding-top: 0px;
text-align: center; }
header.site-header .hero p {
text-align: center; }
ul.point-list li {
padding: 0 0%;
margin-right: 0;
width: 100%; }
a.mobile-logo img {
width: 189px !important; } }  div.grecaptcha-badge {
display: none;
visibility: hidden; }
p.captcha-comment {
clear: both;
padding-top: 10px; }
.page-id-717 .hero {
border-bottom: none; }.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/src/assets/images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/src/assets/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/src/assets/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(//www.jennylucascopywriting.co.uk/wp-content/themes/jenny/src/assets/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}