@charset "UTF-8";
  div,
section,
article,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
select,
textarea,
figure,
p,
ul,
form {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
outline: none; }
ul, html,
body, .no-list {
margin: 0;
padding: 0; }
#top-news #main-post:after,
#top-news #top-post:after,
#top-news #bottom-post:after, #top-news #main-post article:after,
#top-news #top-post article:after,
#top-news #bottom-post article:after, article.cpt-post figure a:after, .full-rectangle-post figure:before, .full-rectangle-post figure:after {
content: '';
position: absolute;
top: 0;
left: 0; }
div#loader {
width: 100%;
height: 100%; }
figure.zoom-img img {
width: 100%;
max-width: 100%;
height: auto; }
.transition, .top-buttons a.link, #social-icons a,
.social-icons a, #menu-main li a, #centered-menu #menu-main li a, .term-link, #top-news #main-post:after,
#top-news #top-post:after,
#top-news #bottom-post:after, article.cpt-post figure a:after, button#orbit-next,
button#orbit-previous, .full-rectangle-post figure:before, ul.letters li a, article.author figure, a.category, aside ul.vertical.menu li a, #the-content .woocommerce-MyAccount-navigation li a, .accordion .accordion-item .accordion-title, article.category a, .woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span, .product-categories li a, #tab-info a.category, .woocommerce-tabs .tabs.wc-tabs li a,
.woocommerce-tabs .tabs.wc-tabs li a.category, .woo-btn {
transition: all 150ms linear; }
.beizer, figure.zoom-img img, .product-post .entry, article.author h2:after, .product figure.product-thumb figcaption, .product figure.product-thumb figcaption:after, .product figure.product-thumb figcaption a.woocommerce-loop-product__link, .product figure.product-thumb figcaption a.add_to_cart_button {
transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
color: #ccc;
text-transform: uppercase;
font-weight: bold;
-webkit-font-smoothing: antialiased; }  .slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
transition-duration: 500ms;
transition-timing-function: linear; }
.slide-in-down.mui-enter {
transform: translateY(-100%);
transition-property: transform, opacity;
backface-visibility: hidden; }
.slide-in-down.mui-enter.mui-enter-active {
transform: translateY(0); }
.slide-in-left.mui-enter {
transform: translateX(-100%);
transition-property: transform, opacity;
backface-visibility: hidden; }
.slide-in-left.mui-enter.mui-enter-active {
transform: translateX(0); }
.slide-in-up.mui-enter {
transform: translateY(100%);
transition-property: transform, opacity;
backface-visibility: hidden; }
.slide-in-up.mui-enter.mui-enter-active {
transform: translateY(0); }
.slide-in-right.mui-enter {
transform: translateX(100%);
transition-property: transform, opacity;
backface-visibility: hidden; }
.slide-in-right.mui-enter.mui-enter-active {
transform: translateX(0); }
.slide-out-down.mui-leave {
transform: translateY(0);
transition-property: transform, opacity;
backface-visibility: hidden; }
.slide-out-down.mui-leave.mui-leave-active {
transform: translateY(100%); }
.slide-out-right.mui-leave {
transform: translateX(0);
transition-property: transform, opacity;
backface-visibility: hidden; }
.slide-out-right.mui-leave.mui-leave-active {
transform: translateX(100%); }
.slide-out-up.mui-leave {
transform: translateY(0);
transition-property: transform, opacity;
backface-visibility: hidden; }
.slide-out-up.mui-leave.mui-leave-active {
transform: translateY(-100%); }
.slide-out-left.mui-leave {
transform: translateX(0);
transition-property: transform, opacity;
backface-visibility: hidden; }
.slide-out-left.mui-leave.mui-leave-active {
transform: translateX(-100%); }
.fade-in.mui-enter {
opacity: 0;
transition-property: opacity; }
.fade-in.mui-enter.mui-enter-active {
opacity: 1; }
.fade-out.mui-leave {
opacity: 1;
transition-property: opacity; }
.fade-out.mui-leave.mui-leave-active {
opacity: 0; }
.hinge-in-from-top.mui-enter {
transform: perspective(2000px) rotateX(-90deg);
transform-origin: top;
transition-property: transform, opacity;
opacity: 0; }
.hinge-in-from-top.mui-enter.mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-in-from-right.mui-enter {
transform: perspective(2000px) rotateY(-90deg);
transform-origin: right;
transition-property: transform, opacity;
opacity: 0; }
.hinge-in-from-right.mui-enter.mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-in-from-bottom.mui-enter {
transform: perspective(2000px) rotateX(90deg);
transform-origin: bottom;
transition-property: transform, opacity;
opacity: 0; }
.hinge-in-from-bottom.mui-enter.mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-in-from-left.mui-enter {
transform: perspective(2000px) rotateY(90deg);
transform-origin: left;
transition-property: transform, opacity;
opacity: 0; }
.hinge-in-from-left.mui-enter.mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-in-from-middle-x.mui-enter {
transform: perspective(2000px) rotateX(-90deg);
transform-origin: center;
transition-property: transform, opacity;
opacity: 0; }
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-in-from-middle-y.mui-enter {
transform: perspective(2000px) rotateY(-90deg);
transform-origin: center;
transition-property: transform, opacity;
opacity: 0; }
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
transform: perspective(2000px) rotate(0deg);
opacity: 1; }
.hinge-out-from-top.mui-leave {
transform: perspective(2000px) rotate(0deg);
transform-origin: top;
transition-property: transform, opacity;
opacity: 1; }
.hinge-out-from-top.mui-leave.mui-leave-active {
transform: perspective(2000px) rotateX(-90deg);
opacity: 0; }
.hinge-out-from-right.mui-leave {
transform: perspective(2000px) rotate(0deg);
transform-origin: right;
transition-property: transform, opacity;
opacity: 1; }
.hinge-out-from-right.mui-leave.mui-leave-active {
transform: perspective(2000px) rotateY(-90deg);
opacity: 0; }
.hinge-out-from-bottom.mui-leave {
transform: perspective(2000px) rotate(0deg);
transform-origin: bottom;
transition-property: transform, opacity;
opacity: 1; }
.hinge-out-from-bottom.mui-leave.mui-leave-active {
transform: perspective(2000px) rotateX(90deg);
opacity: 0; }
.hinge-out-from-left.mui-leave {
transform: perspective(2000px) rotate(0deg);
transform-origin: left;
transition-property: transform, opacity;
opacity: 1; }
.hinge-out-from-left.mui-leave.mui-leave-active {
transform: perspective(2000px) rotateY(90deg);
opacity: 0; }
.hinge-out-from-middle-x.mui-leave {
transform: perspective(2000px) rotate(0deg);
transform-origin: center;
transition-property: transform, opacity;
opacity: 1; }
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
transform: perspective(2000px) rotateX(-90deg);
opacity: 0; }
.hinge-out-from-middle-y.mui-leave {
transform: perspective(2000px) rotate(0deg);
transform-origin: center;
transition-property: transform, opacity;
opacity: 1; }
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
transform: perspective(2000px) rotateY(-90deg);
opacity: 0; }
.scale-in-up.mui-enter {
transform: scale(0.5);
transition-property: transform, opacity;
opacity: 0; }
.scale-in-up.mui-enter.mui-enter-active {
transform: scale(1);
opacity: 1; }
.scale-in-down.mui-enter {
transform: scale(1.5);
transition-property: transform, opacity;
opacity: 0; }
.scale-in-down.mui-enter.mui-enter-active {
transform: scale(1);
opacity: 1; }
.scale-out-up.mui-leave {
transform: scale(1);
transition-property: transform, opacity;
opacity: 1; }
.scale-out-up.mui-leave.mui-leave-active {
transform: scale(1.5);
opacity: 0; }
.scale-out-down.mui-leave {
transform: scale(1);
transition-property: transform, opacity;
opacity: 1; }
.scale-out-down.mui-leave.mui-leave-active {
transform: scale(0.5);
opacity: 0; }
.spin-in.mui-enter {
transform: rotate(-0.75turn);
transition-property: transform, opacity;
opacity: 0; }
.spin-in.mui-enter.mui-enter-active {
transform: rotate(0);
opacity: 1; }
.spin-out.mui-leave {
transform: rotate(0);
transition-property: transform, opacity;
opacity: 1; }
.spin-out.mui-leave.mui-leave-active {
transform: rotate(0.75turn);
opacity: 0; }
.spin-in-ccw.mui-enter {
transform: rotate(0.75turn);
transition-property: transform, opacity;
opacity: 0; }
.spin-in-ccw.mui-enter.mui-enter-active {
transform: rotate(0);
opacity: 1; }
.spin-out-ccw.mui-leave {
transform: rotate(0);
transition-property: transform, opacity;
opacity: 1; }
.spin-out-ccw.mui-leave.mui-leave-active {
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 {
animation-name: shake-7; }
@keyframes shake-7 {
0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
transform: translateX(7%); }
5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
transform: translateX(-7%); } }
.spin-cw {
animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
0% {
transform: rotate(-1turn); }
100% {
transform: rotate(0); } }
.spin-ccw {
animation-name: spin-cw-1turn; }
@keyframes spin-cw-1turn {
0% {
transform: rotate(0); }
100% {
transform: rotate(1turn); } }
.wiggle {
animation-name: wiggle-7deg; }
@keyframes wiggle-7deg {
40%, 50%, 60% {
transform: rotate(7deg); }
35%, 45%, 55%, 65% {
transform: rotate(-7deg); }
0%, 30%, 70%, 100% {
transform: rotate(0); } }
.infinite {
animation-iteration-count: infinite; }
.slow {
animation-duration: 750ms !important; }
.fast {
animation-duration: 250ms !important; }
.linear {
animation-timing-function: linear !important; }
.ease {
animation-timing-function: ease !important; }
.ease-in {
animation-timing-function: ease-in !important; }
.ease-out {
animation-timing-function: ease-out !important; }
.ease-in-out {
animation-timing-function: ease-in-out !important; }
.bounce-in {
animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }
.bounce-out {
animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }
.bounce-in-out {
animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }
.short-delay {
animation-delay: 300ms !important; }
.long-delay {
animation-delay: 700ms !important; }  html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0; }  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; } audio,
canvas,
progress,
video {
display: inline-block; vertical-align: baseline; } audio:not([controls]) {
display: none;
height: 0; } [hidden],
template {
display: none; }  a {
background-color: transparent; } a:active,
a:hover {
outline: 0; }  abbr[title] {
border-bottom: 1px dotted; } b,
strong {
font-weight: bold; } dfn {
font-style: italic; } h1 {
font-size: 2em;
margin: 0.67em 0; } mark {
background: #ff0;
color: #000; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }  img {
border: 0; } svg:not(:root) {
overflow: hidden; }  figure { } hr {
box-sizing: content-box;
height: 0; } pre {
overflow: auto; } code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }   button,
input,
optgroup,
select,
textarea {
color: inherit; font: inherit; margin: 0; } button {
overflow: visible; } button,
select {
text-transform: none; } button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default; } button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; } input {
line-height: normal; } input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; } input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }   legend {
border: 0; padding: 0; } textarea {
overflow: auto; } optgroup {
font-weight: bold; }  table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
.foundation-mq {
font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em"; }
html {
font-size: 100%;
box-sizing: border-box; }
*,
*:before,
*:after {
box-sizing: inherit; }
body {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
font-weight: normal;
line-height: 1.5;
color: #0a0a0a;
background: #fefefe;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
img {
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
display: inline-block;
vertical-align: middle; }
textarea {
height: auto;
min-height: 50px;
border-radius: 0; }
select {
width: 100%;
border-radius: 0; }
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
max-width: none !important; }
button {
-webkit-appearance: none;
-moz-appearance: none;
background: transparent;
padding: 0;
border: 0;
border-radius: 0;
line-height: 1; }
.is-visible {
display: block !important; }
.is-hidden {
display: none !important; }
.row {
max-width: 75rem;
margin-left: auto;
margin-right: auto; }
.row::before, .row::after {
content: ' ';
display: table;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1; }
.row::after {
clear: both; }
.row.collapse > .column, .row.collapse > .columns, #slide-post .row.collapse > .slick-slide, #slide-video .row.collapse > .slick-slide {
padding-left: 0;
padding-right: 0; }
.row .row {
margin-left: -0.625rem;
margin-right: -0.625rem; }
@media screen and (min-width: 48em) {
.row .row {
margin-left: -0.9375rem;
margin-right: -0.9375rem; } }
.row .row.collapse {
margin-left: 0;
margin-right: 0; }
.row.expanded {
max-width: none; }
.row.expanded .row {
margin-left: auto;
margin-right: auto; }
.column, .columns, #slide-post .slick-slide, #slide-video .slick-slide {
width: 100%;
float: left;
padding-left: 0.625rem;
padding-right: 0.625rem; }
@media screen and (min-width: 48em) {
.column, .columns, #slide-post .slick-slide, #slide-video .slick-slide {
padding-left: 0.9375rem;
padding-right: 0.9375rem; } }
.column:last-child:not(:first-child), .columns:last-child:not(:first-child), #slide-post .slick-slide:last-child:not(:first-child), #slide-video .slick-slide:last-child:not(:first-child) {
float: right; }
.column.end:last-child:last-child, .end.columns:last-child:last-child, #slide-post .slick-slide:last-child:last-child, #slide-video .end.slick-slide:last-child:last-child {
float: left; }
.column.row.row, .row.row.columns, #slide-post .row.row.slick-slide, #slide-video .row.row.slick-slide {
float: none; }
.row .column.row.row, .row .row.row.columns, .row #slide-post .row.row.slick-slide, #slide-post .row .row.row.slick-slide, .row #slide-video .row.row.slick-slide, #slide-video .row .row.row.slick-slide {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0; }
.small-1 {
width: 8.33333%; }
.small-push-1 {
position: relative;
left: 8.33333%; }
.small-pull-1 {
position: relative;
left: -8.33333%; }
.small-offset-0 {
margin-left: 0%; }
.small-2 {
width: 16.66667%; }
.small-push-2 {
position: relative;
left: 16.66667%; }
.small-pull-2 {
position: relative;
left: -16.66667%; }
.small-offset-1 {
margin-left: 8.33333%; }
.small-3 {
width: 25%; }
.small-push-3 {
position: relative;
left: 25%; }
.small-pull-3 {
position: relative;
left: -25%; }
.small-offset-2 {
margin-left: 16.66667%; }
.small-4 {
width: 33.33333%; }
.small-push-4 {
position: relative;
left: 33.33333%; }
.small-pull-4 {
position: relative;
left: -33.33333%; }
.small-offset-3 {
margin-left: 25%; }
.small-5 {
width: 41.66667%; }
.small-push-5 {
position: relative;
left: 41.66667%; }
.small-pull-5 {
position: relative;
left: -41.66667%; }
.small-offset-4 {
margin-left: 33.33333%; }
.small-6 {
width: 50%; }
.small-push-6 {
position: relative;
left: 50%; }
.small-pull-6 {
position: relative;
left: -50%; }
.small-offset-5 {
margin-left: 41.66667%; }
.small-7 {
width: 58.33333%; }
.small-push-7 {
position: relative;
left: 58.33333%; }
.small-pull-7 {
position: relative;
left: -58.33333%; }
.small-offset-6 {
margin-left: 50%; }
.small-8 {
width: 66.66667%; }
.small-push-8 {
position: relative;
left: 66.66667%; }
.small-pull-8 {
position: relative;
left: -66.66667%; }
.small-offset-7 {
margin-left: 58.33333%; }
.small-9 {
width: 75%; }
.small-push-9 {
position: relative;
left: 75%; }
.small-pull-9 {
position: relative;
left: -75%; }
.small-offset-8 {
margin-left: 66.66667%; }
.small-10 {
width: 83.33333%; }
.small-push-10 {
position: relative;
left: 83.33333%; }
.small-pull-10 {
position: relative;
left: -83.33333%; }
.small-offset-9 {
margin-left: 75%; }
.small-11 {
width: 91.66667%; }
.small-push-11 {
position: relative;
left: 91.66667%; }
.small-pull-11 {
position: relative;
left: -91.66667%; }
.small-offset-10 {
margin-left: 83.33333%; }
.small-12, #slide-post .slick-slide, #slide-video .slick-slide {
width: 100%; }
.small-offset-11 {
margin-left: 91.66667%; }
.small-up-1 > .column, .small-up-1 > .columns, #slide-post .small-up-1 > .slick-slide, #slide-video .small-up-1 > .slick-slide {
width: 100%;
float: left; }
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n), #slide-post .small-up-1 > .slick-slide:nth-of-type(1n), #slide-video .small-up-1 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1), #slide-post .small-up-1 > .slick-slide:nth-of-type(1n+1), #slide-video .small-up-1 > .slick-slide:nth-of-type(1n+1) {
clear: both; }
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child, #slide-post .small-up-1 > .slick-slide:last-child, #slide-video .small-up-1 > .slick-slide:last-child {
float: left; }
.small-up-2 > .column, .small-up-2 > .columns, #slide-post .small-up-2 > .slick-slide, #slide-video .small-up-2 > .slick-slide {
width: 50%;
float: left; }
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n), #slide-post .small-up-2 > .slick-slide:nth-of-type(1n), #slide-video .small-up-2 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1), #slide-post .small-up-2 > .slick-slide:nth-of-type(2n+1), #slide-video .small-up-2 > .slick-slide:nth-of-type(2n+1) {
clear: both; }
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child, #slide-post .small-up-2 > .slick-slide:last-child, #slide-video .small-up-2 > .slick-slide:last-child {
float: left; }
.small-up-3 > .column, .small-up-3 > .columns, #slide-post .small-up-3 > .slick-slide, #slide-video .small-up-3 > .slick-slide {
width: 33.33333%;
float: left; }
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n), #slide-post .small-up-3 > .slick-slide:nth-of-type(1n), #slide-video .small-up-3 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1), #slide-post .small-up-3 > .slick-slide:nth-of-type(3n+1), #slide-video .small-up-3 > .slick-slide:nth-of-type(3n+1) {
clear: both; }
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child, #slide-post .small-up-3 > .slick-slide:last-child, #slide-video .small-up-3 > .slick-slide:last-child {
float: left; }
.small-up-4 > .column, .small-up-4 > .columns, #slide-post .small-up-4 > .slick-slide, #slide-video .small-up-4 > .slick-slide {
width: 25%;
float: left; }
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n), #slide-post .small-up-4 > .slick-slide:nth-of-type(1n), #slide-video .small-up-4 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1), #slide-post .small-up-4 > .slick-slide:nth-of-type(4n+1), #slide-video .small-up-4 > .slick-slide:nth-of-type(4n+1) {
clear: both; }
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child, #slide-post .small-up-4 > .slick-slide:last-child, #slide-video .small-up-4 > .slick-slide:last-child {
float: left; }
.small-up-5 > .column, .small-up-5 > .columns, #slide-post .small-up-5 > .slick-slide, #slide-video .small-up-5 > .slick-slide {
width: 20%;
float: left; }
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n), #slide-post .small-up-5 > .slick-slide:nth-of-type(1n), #slide-video .small-up-5 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1), #slide-post .small-up-5 > .slick-slide:nth-of-type(5n+1), #slide-video .small-up-5 > .slick-slide:nth-of-type(5n+1) {
clear: both; }
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child, #slide-post .small-up-5 > .slick-slide:last-child, #slide-video .small-up-5 > .slick-slide:last-child {
float: left; }
.small-up-6 > .column, .small-up-6 > .columns, #slide-post .small-up-6 > .slick-slide, #slide-video .small-up-6 > .slick-slide {
width: 16.66667%;
float: left; }
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n), #slide-post .small-up-6 > .slick-slide:nth-of-type(1n), #slide-video .small-up-6 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1), #slide-post .small-up-6 > .slick-slide:nth-of-type(6n+1), #slide-video .small-up-6 > .slick-slide:nth-of-type(6n+1) {
clear: both; }
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child, #slide-post .small-up-6 > .slick-slide:last-child, #slide-video .small-up-6 > .slick-slide:last-child {
float: left; }
.small-up-7 > .column, .small-up-7 > .columns, #slide-post .small-up-7 > .slick-slide, #slide-video .small-up-7 > .slick-slide {
width: 14.28571%;
float: left; }
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n), #slide-post .small-up-7 > .slick-slide:nth-of-type(1n), #slide-video .small-up-7 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1), #slide-post .small-up-7 > .slick-slide:nth-of-type(7n+1), #slide-video .small-up-7 > .slick-slide:nth-of-type(7n+1) {
clear: both; }
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child, #slide-post .small-up-7 > .slick-slide:last-child, #slide-video .small-up-7 > .slick-slide:last-child {
float: left; }
.small-up-8 > .column, .small-up-8 > .columns, #slide-post .small-up-8 > .slick-slide, #slide-video .small-up-8 > .slick-slide {
width: 12.5%;
float: left; }
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n), #slide-post .small-up-8 > .slick-slide:nth-of-type(1n), #slide-video .small-up-8 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1), #slide-post .small-up-8 > .slick-slide:nth-of-type(8n+1), #slide-video .small-up-8 > .slick-slide:nth-of-type(8n+1) {
clear: both; }
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child, #slide-post .small-up-8 > .slick-slide:last-child, #slide-video .small-up-8 > .slick-slide:last-child {
float: left; }
.small-up-9 > .column, .small-up-9 > .columns, #slide-post .small-up-9 > .slick-slide, #slide-video .small-up-9 > .slick-slide {
width: 11.11111%;
float: left; }
.small-up-9 > .column:nth-of-type(1n), .small-up-9 > .columns:nth-of-type(1n), #slide-post .small-up-9 > .slick-slide:nth-of-type(1n), #slide-video .small-up-9 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-9 > .column:nth-of-type(9n+1), .small-up-9 > .columns:nth-of-type(9n+1), #slide-post .small-up-9 > .slick-slide:nth-of-type(9n+1), #slide-video .small-up-9 > .slick-slide:nth-of-type(9n+1) {
clear: both; }
.small-up-9 > .column:last-child, .small-up-9 > .columns:last-child, #slide-post .small-up-9 > .slick-slide:last-child, #slide-video .small-up-9 > .slick-slide:last-child {
float: left; }
.small-up-10 > .column, .small-up-10 > .columns, #slide-post .small-up-10 > .slick-slide, #slide-video .small-up-10 > .slick-slide {
width: 10%;
float: left; }
.small-up-10 > .column:nth-of-type(1n), .small-up-10 > .columns:nth-of-type(1n), #slide-post .small-up-10 > .slick-slide:nth-of-type(1n), #slide-video .small-up-10 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-10 > .column:nth-of-type(10n+1), .small-up-10 > .columns:nth-of-type(10n+1), #slide-post .small-up-10 > .slick-slide:nth-of-type(10n+1), #slide-video .small-up-10 > .slick-slide:nth-of-type(10n+1) {
clear: both; }
.small-up-10 > .column:last-child, .small-up-10 > .columns:last-child, #slide-post .small-up-10 > .slick-slide:last-child, #slide-video .small-up-10 > .slick-slide:last-child {
float: left; }
.small-up-11 > .column, .small-up-11 > .columns, #slide-post .small-up-11 > .slick-slide, #slide-video .small-up-11 > .slick-slide {
width: 9.09091%;
float: left; }
.small-up-11 > .column:nth-of-type(1n), .small-up-11 > .columns:nth-of-type(1n), #slide-post .small-up-11 > .slick-slide:nth-of-type(1n), #slide-video .small-up-11 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-11 > .column:nth-of-type(11n+1), .small-up-11 > .columns:nth-of-type(11n+1), #slide-post .small-up-11 > .slick-slide:nth-of-type(11n+1), #slide-video .small-up-11 > .slick-slide:nth-of-type(11n+1) {
clear: both; }
.small-up-11 > .column:last-child, .small-up-11 > .columns:last-child, #slide-post .small-up-11 > .slick-slide:last-child, #slide-video .small-up-11 > .slick-slide:last-child {
float: left; }
.small-up-12 > .column, .small-up-12 > .columns, #slide-post .small-up-12 > .slick-slide, #slide-video .small-up-12 > .slick-slide {
width: 8.33333%;
float: left; }
.small-up-12 > .column:nth-of-type(1n), .small-up-12 > .columns:nth-of-type(1n), #slide-post .small-up-12 > .slick-slide:nth-of-type(1n), #slide-video .small-up-12 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-12 > .column:nth-of-type(12n+1), .small-up-12 > .columns:nth-of-type(12n+1), #slide-post .small-up-12 > .slick-slide:nth-of-type(12n+1), #slide-video .small-up-12 > .slick-slide:nth-of-type(12n+1) {
clear: both; }
.small-up-12 > .column:last-child, .small-up-12 > .columns:last-child, #slide-post .small-up-12 > .slick-slide:last-child, #slide-video .small-up-12 > .slick-slide:last-child {
float: left; }
.small-collapse > .column, .small-collapse > .columns, #slide-post .small-collapse > .slick-slide, #slide-video .small-collapse > .slick-slide {
padding-left: 0;
padding-right: 0; }
.small-collapse .row {
margin-left: 0;
margin-right: 0; }
.small-uncollapse > .column, .small-uncollapse > .columns, #slide-post .small-uncollapse > .slick-slide, #slide-video .small-uncollapse > .slick-slide {
padding-left: 0.625rem;
padding-right: 0.625rem; }
.small-centered {
float: none;
margin-left: auto;
margin-right: auto; }
.small-uncentered,
.small-push-0,
.small-pull-0 {
position: static;
margin-left: 0;
margin-right: 0;
float: left; }
@media screen and (min-width: 48em) {
.medium-1 {
width: 8.33333%; }
.medium-push-1 {
position: relative;
left: 8.33333%; }
.medium-pull-1 {
position: relative;
left: -8.33333%; }
.medium-offset-0 {
margin-left: 0%; }
.medium-2 {
width: 16.66667%; }
.medium-push-2 {
position: relative;
left: 16.66667%; }
.medium-pull-2 {
position: relative;
left: -16.66667%; }
.medium-offset-1 {
margin-left: 8.33333%; }
.medium-3, #slide-post .slick-slide {
width: 25%; }
.medium-push-3 {
position: relative;
left: 25%; }
.medium-pull-3 {
position: relative;
left: -25%; }
.medium-offset-2 {
margin-left: 16.66667%; }
.medium-4, #slide-video .slick-slide {
width: 33.33333%; }
.medium-push-4 {
position: relative;
left: 33.33333%; }
.medium-pull-4 {
position: relative;
left: -33.33333%; }
.medium-offset-3 {
margin-left: 25%; }
.medium-5 {
width: 41.66667%; }
.medium-push-5 {
position: relative;
left: 41.66667%; }
.medium-pull-5 {
position: relative;
left: -41.66667%; }
.medium-offset-4 {
margin-left: 33.33333%; }
.medium-6 {
width: 50%; }
.medium-push-6 {
position: relative;
left: 50%; }
.medium-pull-6 {
position: relative;
left: -50%; }
.medium-offset-5 {
margin-left: 41.66667%; }
.medium-7 {
width: 58.33333%; }
.medium-push-7 {
position: relative;
left: 58.33333%; }
.medium-pull-7 {
position: relative;
left: -58.33333%; }
.medium-offset-6 {
margin-left: 50%; }
.medium-8 {
width: 66.66667%; }
.medium-push-8 {
position: relative;
left: 66.66667%; }
.medium-pull-8 {
position: relative;
left: -66.66667%; }
.medium-offset-7 {
margin-left: 58.33333%; }
.medium-9 {
width: 75%; }
.medium-push-9 {
position: relative;
left: 75%; }
.medium-pull-9 {
position: relative;
left: -75%; }
.medium-offset-8 {
margin-left: 66.66667%; }
.medium-10 {
width: 83.33333%; }
.medium-push-10 {
position: relative;
left: 83.33333%; }
.medium-pull-10 {
position: relative;
left: -83.33333%; }
.medium-offset-9 {
margin-left: 75%; }
.medium-11 {
width: 91.66667%; }
.medium-push-11 {
position: relative;
left: 91.66667%; }
.medium-pull-11 {
position: relative;
left: -91.66667%; }
.medium-offset-10 {
margin-left: 83.33333%; }
.medium-12 {
width: 100%; }
.medium-offset-11 {
margin-left: 91.66667%; }
.medium-up-1 > .column, .medium-up-1 > .columns, #slide-post .medium-up-1 > .slick-slide, #slide-video .medium-up-1 > .slick-slide {
width: 100%;
float: left; }
.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n), #slide-post .medium-up-1 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-1 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1), #slide-post .medium-up-1 > .slick-slide:nth-of-type(1n+1), #slide-video .medium-up-1 > .slick-slide:nth-of-type(1n+1) {
clear: both; }
.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child, #slide-post .medium-up-1 > .slick-slide:last-child, #slide-video .medium-up-1 > .slick-slide:last-child {
float: left; }
.medium-up-2 > .column, .medium-up-2 > .columns, #slide-post .medium-up-2 > .slick-slide, #slide-video .medium-up-2 > .slick-slide {
width: 50%;
float: left; }
.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n), #slide-post .medium-up-2 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-2 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1), #slide-post .medium-up-2 > .slick-slide:nth-of-type(2n+1), #slide-video .medium-up-2 > .slick-slide:nth-of-type(2n+1) {
clear: both; }
.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child, #slide-post .medium-up-2 > .slick-slide:last-child, #slide-video .medium-up-2 > .slick-slide:last-child {
float: left; }
.medium-up-3 > .column, .medium-up-3 > .columns, #slide-post .medium-up-3 > .slick-slide, #slide-video .medium-up-3 > .slick-slide {
width: 33.33333%;
float: left; }
.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n), #slide-post .medium-up-3 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-3 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1), #slide-post .medium-up-3 > .slick-slide:nth-of-type(3n+1), #slide-video .medium-up-3 > .slick-slide:nth-of-type(3n+1) {
clear: both; }
.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child, #slide-post .medium-up-3 > .slick-slide:last-child, #slide-video .medium-up-3 > .slick-slide:last-child {
float: left; }
.medium-up-4 > .column, .medium-up-4 > .columns, #slide-post .medium-up-4 > .slick-slide, #slide-video .medium-up-4 > .slick-slide {
width: 25%;
float: left; }
.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n), #slide-post .medium-up-4 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-4 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1), #slide-post .medium-up-4 > .slick-slide:nth-of-type(4n+1), #slide-video .medium-up-4 > .slick-slide:nth-of-type(4n+1) {
clear: both; }
.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child, #slide-post .medium-up-4 > .slick-slide:last-child, #slide-video .medium-up-4 > .slick-slide:last-child {
float: left; }
.medium-up-5 > .column, .medium-up-5 > .columns, #slide-post .medium-up-5 > .slick-slide, #slide-video .medium-up-5 > .slick-slide {
width: 20%;
float: left; }
.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n), #slide-post .medium-up-5 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-5 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1), #slide-post .medium-up-5 > .slick-slide:nth-of-type(5n+1), #slide-video .medium-up-5 > .slick-slide:nth-of-type(5n+1) {
clear: both; }
.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child, #slide-post .medium-up-5 > .slick-slide:last-child, #slide-video .medium-up-5 > .slick-slide:last-child {
float: left; }
.medium-up-6 > .column, .medium-up-6 > .columns, #slide-post .medium-up-6 > .slick-slide, #slide-video .medium-up-6 > .slick-slide {
width: 16.66667%;
float: left; }
.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n), #slide-post .medium-up-6 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-6 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1), #slide-post .medium-up-6 > .slick-slide:nth-of-type(6n+1), #slide-video .medium-up-6 > .slick-slide:nth-of-type(6n+1) {
clear: both; }
.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child, #slide-post .medium-up-6 > .slick-slide:last-child, #slide-video .medium-up-6 > .slick-slide:last-child {
float: left; }
.medium-up-7 > .column, .medium-up-7 > .columns, #slide-post .medium-up-7 > .slick-slide, #slide-video .medium-up-7 > .slick-slide {
width: 14.28571%;
float: left; }
.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n), #slide-post .medium-up-7 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-7 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1), #slide-post .medium-up-7 > .slick-slide:nth-of-type(7n+1), #slide-video .medium-up-7 > .slick-slide:nth-of-type(7n+1) {
clear: both; }
.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child, #slide-post .medium-up-7 > .slick-slide:last-child, #slide-video .medium-up-7 > .slick-slide:last-child {
float: left; }
.medium-up-8 > .column, .medium-up-8 > .columns, #slide-post .medium-up-8 > .slick-slide, #slide-video .medium-up-8 > .slick-slide {
width: 12.5%;
float: left; }
.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n), #slide-post .medium-up-8 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-8 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1), #slide-post .medium-up-8 > .slick-slide:nth-of-type(8n+1), #slide-video .medium-up-8 > .slick-slide:nth-of-type(8n+1) {
clear: both; }
.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child, #slide-post .medium-up-8 > .slick-slide:last-child, #slide-video .medium-up-8 > .slick-slide:last-child {
float: left; }
.medium-up-9 > .column, .medium-up-9 > .columns, #slide-post .medium-up-9 > .slick-slide, #slide-video .medium-up-9 > .slick-slide {
width: 11.11111%;
float: left; }
.medium-up-9 > .column:nth-of-type(1n), .medium-up-9 > .columns:nth-of-type(1n), #slide-post .medium-up-9 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-9 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-9 > .column:nth-of-type(9n+1), .medium-up-9 > .columns:nth-of-type(9n+1), #slide-post .medium-up-9 > .slick-slide:nth-of-type(9n+1), #slide-video .medium-up-9 > .slick-slide:nth-of-type(9n+1) {
clear: both; }
.medium-up-9 > .column:last-child, .medium-up-9 > .columns:last-child, #slide-post .medium-up-9 > .slick-slide:last-child, #slide-video .medium-up-9 > .slick-slide:last-child {
float: left; }
.medium-up-10 > .column, .medium-up-10 > .columns, #slide-post .medium-up-10 > .slick-slide, #slide-video .medium-up-10 > .slick-slide {
width: 10%;
float: left; }
.medium-up-10 > .column:nth-of-type(1n), .medium-up-10 > .columns:nth-of-type(1n), #slide-post .medium-up-10 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-10 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-10 > .column:nth-of-type(10n+1), .medium-up-10 > .columns:nth-of-type(10n+1), #slide-post .medium-up-10 > .slick-slide:nth-of-type(10n+1), #slide-video .medium-up-10 > .slick-slide:nth-of-type(10n+1) {
clear: both; }
.medium-up-10 > .column:last-child, .medium-up-10 > .columns:last-child, #slide-post .medium-up-10 > .slick-slide:last-child, #slide-video .medium-up-10 > .slick-slide:last-child {
float: left; }
.medium-up-11 > .column, .medium-up-11 > .columns, #slide-post .medium-up-11 > .slick-slide, #slide-video .medium-up-11 > .slick-slide {
width: 9.09091%;
float: left; }
.medium-up-11 > .column:nth-of-type(1n), .medium-up-11 > .columns:nth-of-type(1n), #slide-post .medium-up-11 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-11 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-11 > .column:nth-of-type(11n+1), .medium-up-11 > .columns:nth-of-type(11n+1), #slide-post .medium-up-11 > .slick-slide:nth-of-type(11n+1), #slide-video .medium-up-11 > .slick-slide:nth-of-type(11n+1) {
clear: both; }
.medium-up-11 > .column:last-child, .medium-up-11 > .columns:last-child, #slide-post .medium-up-11 > .slick-slide:last-child, #slide-video .medium-up-11 > .slick-slide:last-child {
float: left; }
.medium-up-12 > .column, .medium-up-12 > .columns, #slide-post .medium-up-12 > .slick-slide, #slide-video .medium-up-12 > .slick-slide {
width: 8.33333%;
float: left; }
.medium-up-12 > .column:nth-of-type(1n), .medium-up-12 > .columns:nth-of-type(1n), #slide-post .medium-up-12 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-12 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-12 > .column:nth-of-type(12n+1), .medium-up-12 > .columns:nth-of-type(12n+1), #slide-post .medium-up-12 > .slick-slide:nth-of-type(12n+1), #slide-video .medium-up-12 > .slick-slide:nth-of-type(12n+1) {
clear: both; }
.medium-up-12 > .column:last-child, .medium-up-12 > .columns:last-child, #slide-post .medium-up-12 > .slick-slide:last-child, #slide-video .medium-up-12 > .slick-slide:last-child {
float: left; }
.medium-collapse > .column, .medium-collapse > .columns, #slide-post .medium-collapse > .slick-slide, #slide-video .medium-collapse > .slick-slide {
padding-left: 0;
padding-right: 0; }
.medium-collapse .row {
margin-left: 0;
margin-right: 0; }
.medium-uncollapse > .column, .medium-uncollapse > .columns, #slide-post .medium-uncollapse > .slick-slide, #slide-video .medium-uncollapse > .slick-slide {
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.medium-centered {
float: none;
margin-left: auto;
margin-right: auto; }
.medium-uncentered,
.medium-push-0,
.medium-pull-0 {
position: static;
margin-left: 0;
margin-right: 0;
float: left; } }
@media screen and (min-width: 64em) {
.large-1 {
width: 8.33333%; }
.large-push-1 {
position: relative;
left: 8.33333%; }
.large-pull-1 {
position: relative;
left: -8.33333%; }
.large-offset-0 {
margin-left: 0%; }
.large-2 {
width: 16.66667%; }
.large-push-2 {
position: relative;
left: 16.66667%; }
.large-pull-2 {
position: relative;
left: -16.66667%; }
.large-offset-1 {
margin-left: 8.33333%; }
.large-3 {
width: 25%; }
.large-push-3 {
position: relative;
left: 25%; }
.large-pull-3 {
position: relative;
left: -25%; }
.large-offset-2 {
margin-left: 16.66667%; }
.large-4 {
width: 33.33333%; }
.large-push-4 {
position: relative;
left: 33.33333%; }
.large-pull-4 {
position: relative;
left: -33.33333%; }
.large-offset-3 {
margin-left: 25%; }
.large-5 {
width: 41.66667%; }
.large-push-5 {
position: relative;
left: 41.66667%; }
.large-pull-5 {
position: relative;
left: -41.66667%; }
.large-offset-4 {
margin-left: 33.33333%; }
.large-6 {
width: 50%; }
.large-push-6 {
position: relative;
left: 50%; }
.large-pull-6 {
position: relative;
left: -50%; }
.large-offset-5 {
margin-left: 41.66667%; }
.large-7 {
width: 58.33333%; }
.large-push-7 {
position: relative;
left: 58.33333%; }
.large-pull-7 {
position: relative;
left: -58.33333%; }
.large-offset-6 {
margin-left: 50%; }
.large-8 {
width: 66.66667%; }
.large-push-8 {
position: relative;
left: 66.66667%; }
.large-pull-8 {
position: relative;
left: -66.66667%; }
.large-offset-7 {
margin-left: 58.33333%; }
.large-9 {
width: 75%; }
.large-push-9 {
position: relative;
left: 75%; }
.large-pull-9 {
position: relative;
left: -75%; }
.large-offset-8 {
margin-left: 66.66667%; }
.large-10 {
width: 83.33333%; }
.large-push-10 {
position: relative;
left: 83.33333%; }
.large-pull-10 {
position: relative;
left: -83.33333%; }
.large-offset-9 {
margin-left: 75%; }
.large-11 {
width: 91.66667%; }
.large-push-11 {
position: relative;
left: 91.66667%; }
.large-pull-11 {
position: relative;
left: -91.66667%; }
.large-offset-10 {
margin-left: 83.33333%; }
.large-12 {
width: 100%; }
.large-offset-11 {
margin-left: 91.66667%; }
.large-up-1 > .column, .large-up-1 > .columns, #slide-post .large-up-1 > .slick-slide, #slide-video .large-up-1 > .slick-slide {
width: 100%;
float: left; }
.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n), #slide-post .large-up-1 > .slick-slide:nth-of-type(1n), #slide-video .large-up-1 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1), #slide-post .large-up-1 > .slick-slide:nth-of-type(1n+1), #slide-video .large-up-1 > .slick-slide:nth-of-type(1n+1) {
clear: both; }
.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child, #slide-post .large-up-1 > .slick-slide:last-child, #slide-video .large-up-1 > .slick-slide:last-child {
float: left; }
.large-up-2 > .column, .large-up-2 > .columns, #slide-post .large-up-2 > .slick-slide, #slide-video .large-up-2 > .slick-slide {
width: 50%;
float: left; }
.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n), #slide-post .large-up-2 > .slick-slide:nth-of-type(1n), #slide-video .large-up-2 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1), #slide-post .large-up-2 > .slick-slide:nth-of-type(2n+1), #slide-video .large-up-2 > .slick-slide:nth-of-type(2n+1) {
clear: both; }
.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child, #slide-post .large-up-2 > .slick-slide:last-child, #slide-video .large-up-2 > .slick-slide:last-child {
float: left; }
.large-up-3 > .column, .large-up-3 > .columns, #slide-post .large-up-3 > .slick-slide, #slide-video .large-up-3 > .slick-slide {
width: 33.33333%;
float: left; }
.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n), #slide-post .large-up-3 > .slick-slide:nth-of-type(1n), #slide-video .large-up-3 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1), #slide-post .large-up-3 > .slick-slide:nth-of-type(3n+1), #slide-video .large-up-3 > .slick-slide:nth-of-type(3n+1) {
clear: both; }
.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child, #slide-post .large-up-3 > .slick-slide:last-child, #slide-video .large-up-3 > .slick-slide:last-child {
float: left; }
.large-up-4 > .column, .large-up-4 > .columns, #slide-post .large-up-4 > .slick-slide, #slide-video .large-up-4 > .slick-slide {
width: 25%;
float: left; }
.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n), #slide-post .large-up-4 > .slick-slide:nth-of-type(1n), #slide-video .large-up-4 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1), #slide-post .large-up-4 > .slick-slide:nth-of-type(4n+1), #slide-video .large-up-4 > .slick-slide:nth-of-type(4n+1) {
clear: both; }
.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child, #slide-post .large-up-4 > .slick-slide:last-child, #slide-video .large-up-4 > .slick-slide:last-child {
float: left; }
.large-up-5 > .column, .large-up-5 > .columns, #slide-post .large-up-5 > .slick-slide, #slide-video .large-up-5 > .slick-slide {
width: 20%;
float: left; }
.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n), #slide-post .large-up-5 > .slick-slide:nth-of-type(1n), #slide-video .large-up-5 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1), #slide-post .large-up-5 > .slick-slide:nth-of-type(5n+1), #slide-video .large-up-5 > .slick-slide:nth-of-type(5n+1) {
clear: both; }
.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child, #slide-post .large-up-5 > .slick-slide:last-child, #slide-video .large-up-5 > .slick-slide:last-child {
float: left; }
.large-up-6 > .column, .large-up-6 > .columns, #slide-post .large-up-6 > .slick-slide, #slide-video .large-up-6 > .slick-slide {
width: 16.66667%;
float: left; }
.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n), #slide-post .large-up-6 > .slick-slide:nth-of-type(1n), #slide-video .large-up-6 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1), #slide-post .large-up-6 > .slick-slide:nth-of-type(6n+1), #slide-video .large-up-6 > .slick-slide:nth-of-type(6n+1) {
clear: both; }
.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child, #slide-post .large-up-6 > .slick-slide:last-child, #slide-video .large-up-6 > .slick-slide:last-child {
float: left; }
.large-up-7 > .column, .large-up-7 > .columns, #slide-post .large-up-7 > .slick-slide, #slide-video .large-up-7 > .slick-slide {
width: 14.28571%;
float: left; }
.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n), #slide-post .large-up-7 > .slick-slide:nth-of-type(1n), #slide-video .large-up-7 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1), #slide-post .large-up-7 > .slick-slide:nth-of-type(7n+1), #slide-video .large-up-7 > .slick-slide:nth-of-type(7n+1) {
clear: both; }
.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child, #slide-post .large-up-7 > .slick-slide:last-child, #slide-video .large-up-7 > .slick-slide:last-child {
float: left; }
.large-up-8 > .column, .large-up-8 > .columns, #slide-post .large-up-8 > .slick-slide, #slide-video .large-up-8 > .slick-slide {
width: 12.5%;
float: left; }
.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n), #slide-post .large-up-8 > .slick-slide:nth-of-type(1n), #slide-video .large-up-8 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1), #slide-post .large-up-8 > .slick-slide:nth-of-type(8n+1), #slide-video .large-up-8 > .slick-slide:nth-of-type(8n+1) {
clear: both; }
.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child, #slide-post .large-up-8 > .slick-slide:last-child, #slide-video .large-up-8 > .slick-slide:last-child {
float: left; }
.large-up-9 > .column, .large-up-9 > .columns, #slide-post .large-up-9 > .slick-slide, #slide-video .large-up-9 > .slick-slide {
width: 11.11111%;
float: left; }
.large-up-9 > .column:nth-of-type(1n), .large-up-9 > .columns:nth-of-type(1n), #slide-post .large-up-9 > .slick-slide:nth-of-type(1n), #slide-video .large-up-9 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-9 > .column:nth-of-type(9n+1), .large-up-9 > .columns:nth-of-type(9n+1), #slide-post .large-up-9 > .slick-slide:nth-of-type(9n+1), #slide-video .large-up-9 > .slick-slide:nth-of-type(9n+1) {
clear: both; }
.large-up-9 > .column:last-child, .large-up-9 > .columns:last-child, #slide-post .large-up-9 > .slick-slide:last-child, #slide-video .large-up-9 > .slick-slide:last-child {
float: left; }
.large-up-10 > .column, .large-up-10 > .columns, #slide-post .large-up-10 > .slick-slide, #slide-video .large-up-10 > .slick-slide {
width: 10%;
float: left; }
.large-up-10 > .column:nth-of-type(1n), .large-up-10 > .columns:nth-of-type(1n), #slide-post .large-up-10 > .slick-slide:nth-of-type(1n), #slide-video .large-up-10 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-10 > .column:nth-of-type(10n+1), .large-up-10 > .columns:nth-of-type(10n+1), #slide-post .large-up-10 > .slick-slide:nth-of-type(10n+1), #slide-video .large-up-10 > .slick-slide:nth-of-type(10n+1) {
clear: both; }
.large-up-10 > .column:last-child, .large-up-10 > .columns:last-child, #slide-post .large-up-10 > .slick-slide:last-child, #slide-video .large-up-10 > .slick-slide:last-child {
float: left; }
.large-up-11 > .column, .large-up-11 > .columns, #slide-post .large-up-11 > .slick-slide, #slide-video .large-up-11 > .slick-slide {
width: 9.09091%;
float: left; }
.large-up-11 > .column:nth-of-type(1n), .large-up-11 > .columns:nth-of-type(1n), #slide-post .large-up-11 > .slick-slide:nth-of-type(1n), #slide-video .large-up-11 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-11 > .column:nth-of-type(11n+1), .large-up-11 > .columns:nth-of-type(11n+1), #slide-post .large-up-11 > .slick-slide:nth-of-type(11n+1), #slide-video .large-up-11 > .slick-slide:nth-of-type(11n+1) {
clear: both; }
.large-up-11 > .column:last-child, .large-up-11 > .columns:last-child, #slide-post .large-up-11 > .slick-slide:last-child, #slide-video .large-up-11 > .slick-slide:last-child {
float: left; }
.large-up-12 > .column, .large-up-12 > .columns, #slide-post .large-up-12 > .slick-slide, #slide-video .large-up-12 > .slick-slide {
width: 8.33333%;
float: left; }
.large-up-12 > .column:nth-of-type(1n), .large-up-12 > .columns:nth-of-type(1n), #slide-post .large-up-12 > .slick-slide:nth-of-type(1n), #slide-video .large-up-12 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-12 > .column:nth-of-type(12n+1), .large-up-12 > .columns:nth-of-type(12n+1), #slide-post .large-up-12 > .slick-slide:nth-of-type(12n+1), #slide-video .large-up-12 > .slick-slide:nth-of-type(12n+1) {
clear: both; }
.large-up-12 > .column:last-child, .large-up-12 > .columns:last-child, #slide-post .large-up-12 > .slick-slide:last-child, #slide-video .large-up-12 > .slick-slide:last-child {
float: left; }
.large-collapse > .column, .large-collapse > .columns, #slide-post .large-collapse > .slick-slide, #slide-video .large-collapse > .slick-slide {
padding-left: 0;
padding-right: 0; }
.large-collapse .row {
margin-left: 0;
margin-right: 0; }
.large-uncollapse > .column, .large-uncollapse > .columns, #slide-post .large-uncollapse > .slick-slide, #slide-video .large-uncollapse > .slick-slide {
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.large-centered {
float: none;
margin-left: auto;
margin-right: auto; }
.large-uncentered,
.large-push-0,
.large-pull-0 {
position: static;
margin-left: 0;
margin-right: 0;
float: left; } }
.align-right {
-ms-flex-pack: end;
justify-content: flex-end; }
.align-center {
-ms-flex-pack: center;
justify-content: center; }
.align-justify {
-ms-flex-pack: justify;
justify-content: space-between; }
.align-spaced {
-ms-flex-pack: distribute;
justify-content: space-around; }
.align-top {
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start; }
.align-self-top {
-ms-flex-item-align: start;
align-self: flex-start; }
.align-bottom {
-ms-flex-align: end;
-ms-grid-row-align: flex-end;
align-items: flex-end; }
.align-self-bottom {
-ms-flex-item-align: end;
align-self: flex-end; }
.align-middle {
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center; }
.align-self-middle {
-ms-flex-item-align: center;
align-self: center; }
.align-stretch {
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch; }
.align-self-stretch {
-ms-flex-item-align: stretch;
align-self: stretch; }
.small {
-ms-flex-order: 1;
order: 1; }
.small {
-ms-flex-order: 2;
order: 2; }
.small {
-ms-flex-order: 3;
order: 3; }
.small {
-ms-flex-order: 4;
order: 4; }
.small {
-ms-flex-order: 5;
order: 5; }
.small {
-ms-flex-order: 6;
order: 6; }
@media screen and (min-width: 48em) {
.medium {
-ms-flex-order: 1;
order: 1; }
.medium {
-ms-flex-order: 2;
order: 2; }
.medium {
-ms-flex-order: 3;
order: 3; }
.medium {
-ms-flex-order: 4;
order: 4; }
.medium {
-ms-flex-order: 5;
order: 5; }
.medium {
-ms-flex-order: 6;
order: 6; } }
@media screen and (min-width: 64em) {
.large {
-ms-flex-order: 1;
order: 1; }
.large {
-ms-flex-order: 2;
order: 2; }
.large {
-ms-flex-order: 3;
order: 3; }
.large {
-ms-flex-order: 4;
order: 4; }
.large {
-ms-flex-order: 5;
order: 5; }
.large {
-ms-flex-order: 6;
order: 6; } }
.row {
max-width: 75rem;
margin-left: auto;
margin-right: auto;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.row .row {
margin-left: -0.625rem;
margin-right: -0.625rem; }
@media screen and (min-width: 48em) {
.row .row {
margin-left: -0.9375rem;
margin-right: -0.9375rem; } }
.row.expanded {
max-width: none; }
.row.collapse > .column, .row.collapse > .columns, #slide-post .row.collapse > .slick-slide, #slide-video .row.collapse > .slick-slide {
padding-left: 0;
padding-right: 0; }
.column, .columns, #slide-post .slick-slide, #slide-video .slick-slide {
-ms-flex: 1 1 0px;
flex: 1 1 0px;
padding-left: 0.625rem;
padding-right: 0.625rem; }
@media screen and (min-width: 48em) {
.column, .columns, #slide-post .slick-slide, #slide-video .slick-slide {
padding-left: 0.9375rem;
padding-right: 0.9375rem; } }
.column.row.row, .row.row.columns, #slide-post .row.row.slick-slide, #slide-video .row.row.slick-slide {
float: none; }
.row .column.row.row, .row .row.row.columns, .row #slide-post .row.row.slick-slide, #slide-post .row .row.row.slick-slide, .row #slide-video .row.row.slick-slide, #slide-video .row .row.row.slick-slide {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0; }
.small-1 {
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.small-offset-0 {
margin-left: 0%; }
.small-2 {
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.small-offset-1 {
margin-left: 8.33333%; }
.small-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.small-offset-2 {
margin-left: 16.66667%; }
.small-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.small-offset-3 {
margin-left: 25%; }
.small-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.small-offset-4 {
margin-left: 33.33333%; }
.small-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.small-offset-5 {
margin-left: 41.66667%; }
.small-7 {
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.small-offset-6 {
margin-left: 50%; }
.small-8 {
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.small-offset-7 {
margin-left: 58.33333%; }
.small-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.small-offset-8 {
margin-left: 66.66667%; }
.small-10 {
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.small-offset-9 {
margin-left: 75%; }
.small-11 {
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.small-offset-10 {
margin-left: 83.33333%; }
.small-12, #slide-post .slick-slide, #slide-video .slick-slide {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.small-offset-11 {
margin-left: 91.66667%; }
.small-order-1 {
-ms-flex-order: 1;
order: 1; }
.small-up-1 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.small-up-1 > .column, .small-up-1 > .columns, #slide-post .small-up-1 > .slick-slide, #slide-video .small-up-1 > .slick-slide {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.small-order-2 {
-ms-flex-order: 2;
order: 2; }
.small-up-2 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.small-up-2 > .column, .small-up-2 > .columns, #slide-post .small-up-2 > .slick-slide, #slide-video .small-up-2 > .slick-slide {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.small-order-3 {
-ms-flex-order: 3;
order: 3; }
.small-up-3 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.small-up-3 > .column, .small-up-3 > .columns, #slide-post .small-up-3 > .slick-slide, #slide-video .small-up-3 > .slick-slide {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.small-order-4 {
-ms-flex-order: 4;
order: 4; }
.small-up-4 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.small-up-4 > .column, .small-up-4 > .columns, #slide-post .small-up-4 > .slick-slide, #slide-video .small-up-4 > .slick-slide {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.small-order-5 {
-ms-flex-order: 5;
order: 5; }
.small-up-5 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.small-up-5 > .column, .small-up-5 > .columns, #slide-post .small-up-5 > .slick-slide, #slide-video .small-up-5 > .slick-slide {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.small-order-6 {
-ms-flex-order: 6;
order: 6; }
.small-up-6 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.small-up-6 > .column, .small-up-6 > .columns, #slide-post .small-up-6 > .slick-slide, #slide-video .small-up-6 > .slick-slide {
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.small-up-1 > .column, .small-up-1 > .columns, #slide-post .small-up-1 > .slick-slide, #slide-video .small-up-1 > .slick-slide {
width: 100%;
float: left; }
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n), #slide-post .small-up-1 > .slick-slide:nth-of-type(1n), #slide-video .small-up-1 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1), #slide-post .small-up-1 > .slick-slide:nth-of-type(1n+1), #slide-video .small-up-1 > .slick-slide:nth-of-type(1n+1) {
clear: both; }
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child, #slide-post .small-up-1 > .slick-slide:last-child, #slide-video .small-up-1 > .slick-slide:last-child {
float: left; }
.small-up-2 > .column, .small-up-2 > .columns, #slide-post .small-up-2 > .slick-slide, #slide-video .small-up-2 > .slick-slide {
width: 50%;
float: left; }
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n), #slide-post .small-up-2 > .slick-slide:nth-of-type(1n), #slide-video .small-up-2 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1), #slide-post .small-up-2 > .slick-slide:nth-of-type(2n+1), #slide-video .small-up-2 > .slick-slide:nth-of-type(2n+1) {
clear: both; }
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child, #slide-post .small-up-2 > .slick-slide:last-child, #slide-video .small-up-2 > .slick-slide:last-child {
float: left; }
.small-up-3 > .column, .small-up-3 > .columns, #slide-post .small-up-3 > .slick-slide, #slide-video .small-up-3 > .slick-slide {
width: 33.33333%;
float: left; }
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n), #slide-post .small-up-3 > .slick-slide:nth-of-type(1n), #slide-video .small-up-3 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1), #slide-post .small-up-3 > .slick-slide:nth-of-type(3n+1), #slide-video .small-up-3 > .slick-slide:nth-of-type(3n+1) {
clear: both; }
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child, #slide-post .small-up-3 > .slick-slide:last-child, #slide-video .small-up-3 > .slick-slide:last-child {
float: left; }
.small-up-4 > .column, .small-up-4 > .columns, #slide-post .small-up-4 > .slick-slide, #slide-video .small-up-4 > .slick-slide {
width: 25%;
float: left; }
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n), #slide-post .small-up-4 > .slick-slide:nth-of-type(1n), #slide-video .small-up-4 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1), #slide-post .small-up-4 > .slick-slide:nth-of-type(4n+1), #slide-video .small-up-4 > .slick-slide:nth-of-type(4n+1) {
clear: both; }
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child, #slide-post .small-up-4 > .slick-slide:last-child, #slide-video .small-up-4 > .slick-slide:last-child {
float: left; }
.small-up-5 > .column, .small-up-5 > .columns, #slide-post .small-up-5 > .slick-slide, #slide-video .small-up-5 > .slick-slide {
width: 20%;
float: left; }
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n), #slide-post .small-up-5 > .slick-slide:nth-of-type(1n), #slide-video .small-up-5 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1), #slide-post .small-up-5 > .slick-slide:nth-of-type(5n+1), #slide-video .small-up-5 > .slick-slide:nth-of-type(5n+1) {
clear: both; }
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child, #slide-post .small-up-5 > .slick-slide:last-child, #slide-video .small-up-5 > .slick-slide:last-child {
float: left; }
.small-up-6 > .column, .small-up-6 > .columns, #slide-post .small-up-6 > .slick-slide, #slide-video .small-up-6 > .slick-slide {
width: 16.66667%;
float: left; }
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n), #slide-post .small-up-6 > .slick-slide:nth-of-type(1n), #slide-video .small-up-6 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1), #slide-post .small-up-6 > .slick-slide:nth-of-type(6n+1), #slide-video .small-up-6 > .slick-slide:nth-of-type(6n+1) {
clear: both; }
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child, #slide-post .small-up-6 > .slick-slide:last-child, #slide-video .small-up-6 > .slick-slide:last-child {
float: left; }
.small-up-7 > .column, .small-up-7 > .columns, #slide-post .small-up-7 > .slick-slide, #slide-video .small-up-7 > .slick-slide {
width: 14.28571%;
float: left; }
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n), #slide-post .small-up-7 > .slick-slide:nth-of-type(1n), #slide-video .small-up-7 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1), #slide-post .small-up-7 > .slick-slide:nth-of-type(7n+1), #slide-video .small-up-7 > .slick-slide:nth-of-type(7n+1) {
clear: both; }
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child, #slide-post .small-up-7 > .slick-slide:last-child, #slide-video .small-up-7 > .slick-slide:last-child {
float: left; }
.small-up-8 > .column, .small-up-8 > .columns, #slide-post .small-up-8 > .slick-slide, #slide-video .small-up-8 > .slick-slide {
width: 12.5%;
float: left; }
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n), #slide-post .small-up-8 > .slick-slide:nth-of-type(1n), #slide-video .small-up-8 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1), #slide-post .small-up-8 > .slick-slide:nth-of-type(8n+1), #slide-video .small-up-8 > .slick-slide:nth-of-type(8n+1) {
clear: both; }
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child, #slide-post .small-up-8 > .slick-slide:last-child, #slide-video .small-up-8 > .slick-slide:last-child {
float: left; }
.small-up-9 > .column, .small-up-9 > .columns, #slide-post .small-up-9 > .slick-slide, #slide-video .small-up-9 > .slick-slide {
width: 11.11111%;
float: left; }
.small-up-9 > .column:nth-of-type(1n), .small-up-9 > .columns:nth-of-type(1n), #slide-post .small-up-9 > .slick-slide:nth-of-type(1n), #slide-video .small-up-9 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-9 > .column:nth-of-type(9n+1), .small-up-9 > .columns:nth-of-type(9n+1), #slide-post .small-up-9 > .slick-slide:nth-of-type(9n+1), #slide-video .small-up-9 > .slick-slide:nth-of-type(9n+1) {
clear: both; }
.small-up-9 > .column:last-child, .small-up-9 > .columns:last-child, #slide-post .small-up-9 > .slick-slide:last-child, #slide-video .small-up-9 > .slick-slide:last-child {
float: left; }
.small-up-10 > .column, .small-up-10 > .columns, #slide-post .small-up-10 > .slick-slide, #slide-video .small-up-10 > .slick-slide {
width: 10%;
float: left; }
.small-up-10 > .column:nth-of-type(1n), .small-up-10 > .columns:nth-of-type(1n), #slide-post .small-up-10 > .slick-slide:nth-of-type(1n), #slide-video .small-up-10 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-10 > .column:nth-of-type(10n+1), .small-up-10 > .columns:nth-of-type(10n+1), #slide-post .small-up-10 > .slick-slide:nth-of-type(10n+1), #slide-video .small-up-10 > .slick-slide:nth-of-type(10n+1) {
clear: both; }
.small-up-10 > .column:last-child, .small-up-10 > .columns:last-child, #slide-post .small-up-10 > .slick-slide:last-child, #slide-video .small-up-10 > .slick-slide:last-child {
float: left; }
.small-up-11 > .column, .small-up-11 > .columns, #slide-post .small-up-11 > .slick-slide, #slide-video .small-up-11 > .slick-slide {
width: 9.09091%;
float: left; }
.small-up-11 > .column:nth-of-type(1n), .small-up-11 > .columns:nth-of-type(1n), #slide-post .small-up-11 > .slick-slide:nth-of-type(1n), #slide-video .small-up-11 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-11 > .column:nth-of-type(11n+1), .small-up-11 > .columns:nth-of-type(11n+1), #slide-post .small-up-11 > .slick-slide:nth-of-type(11n+1), #slide-video .small-up-11 > .slick-slide:nth-of-type(11n+1) {
clear: both; }
.small-up-11 > .column:last-child, .small-up-11 > .columns:last-child, #slide-post .small-up-11 > .slick-slide:last-child, #slide-video .small-up-11 > .slick-slide:last-child {
float: left; }
.small-up-12 > .column, .small-up-12 > .columns, #slide-post .small-up-12 > .slick-slide, #slide-video .small-up-12 > .slick-slide {
width: 8.33333%;
float: left; }
.small-up-12 > .column:nth-of-type(1n), .small-up-12 > .columns:nth-of-type(1n), #slide-post .small-up-12 > .slick-slide:nth-of-type(1n), #slide-video .small-up-12 > .slick-slide:nth-of-type(1n) {
clear: none; }
.small-up-12 > .column:nth-of-type(12n+1), .small-up-12 > .columns:nth-of-type(12n+1), #slide-post .small-up-12 > .slick-slide:nth-of-type(12n+1), #slide-video .small-up-12 > .slick-slide:nth-of-type(12n+1) {
clear: both; }
.small-up-12 > .column:last-child, .small-up-12 > .columns:last-child, #slide-post .small-up-12 > .slick-slide:last-child, #slide-video .small-up-12 > .slick-slide:last-child {
float: left; }
.small-collapse > .column, .small-collapse > .columns, #slide-post .small-collapse > .slick-slide, #slide-video .small-collapse > .slick-slide {
padding-left: 0;
padding-right: 0; }
.small-uncollapse > .column, .small-uncollapse > .columns, #slide-post .small-uncollapse > .slick-slide, #slide-video .small-uncollapse > .slick-slide {
padding-left: 0.625rem;
padding-right: 0.625rem; }
@media screen and (min-width: 48em) {
.medium-1 {
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.medium-offset-0 {
margin-left: 0%; }
.medium-2 {
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.medium-offset-1 {
margin-left: 8.33333%; }
.medium-3, #slide-post .slick-slide {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.medium-offset-2 {
margin-left: 16.66667%; }
.medium-4, #slide-video .slick-slide {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.medium-offset-3 {
margin-left: 25%; }
.medium-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.medium-offset-4 {
margin-left: 33.33333%; }
.medium-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.medium-offset-5 {
margin-left: 41.66667%; }
.medium-7 {
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.medium-offset-6 {
margin-left: 50%; }
.medium-8 {
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.medium-offset-7 {
margin-left: 58.33333%; }
.medium-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.medium-offset-8 {
margin-left: 66.66667%; }
.medium-10 {
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.medium-offset-9 {
margin-left: 75%; }
.medium-11 {
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.medium-offset-10 {
margin-left: 83.33333%; }
.medium-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.medium-offset-11 {
margin-left: 91.66667%; }
.medium-order-1 {
-ms-flex-order: 1;
order: 1; }
.medium-up-1 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.medium-up-1 > .column, .medium-up-1 > .columns, #slide-post .medium-up-1 > .slick-slide, #slide-video .medium-up-1 > .slick-slide {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.medium-order-2 {
-ms-flex-order: 2;
order: 2; }
.medium-up-2 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.medium-up-2 > .column, .medium-up-2 > .columns, #slide-post .medium-up-2 > .slick-slide, #slide-video .medium-up-2 > .slick-slide {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.medium-order-3 {
-ms-flex-order: 3;
order: 3; }
.medium-up-3 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.medium-up-3 > .column, .medium-up-3 > .columns, #slide-post .medium-up-3 > .slick-slide, #slide-video .medium-up-3 > .slick-slide {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.medium-order-4 {
-ms-flex-order: 4;
order: 4; }
.medium-up-4 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.medium-up-4 > .column, .medium-up-4 > .columns, #slide-post .medium-up-4 > .slick-slide, #slide-video .medium-up-4 > .slick-slide {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.medium-order-5 {
-ms-flex-order: 5;
order: 5; }
.medium-up-5 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.medium-up-5 > .column, .medium-up-5 > .columns, #slide-post .medium-up-5 > .slick-slide, #slide-video .medium-up-5 > .slick-slide {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.medium-order-6 {
-ms-flex-order: 6;
order: 6; }
.medium-up-6 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.medium-up-6 > .column, .medium-up-6 > .columns, #slide-post .medium-up-6 > .slick-slide, #slide-video .medium-up-6 > .slick-slide {
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.medium-up-1 > .column, .medium-up-1 > .columns, #slide-post .medium-up-1 > .slick-slide, #slide-video .medium-up-1 > .slick-slide {
width: 100%;
float: left; }
.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n), #slide-post .medium-up-1 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-1 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1), #slide-post .medium-up-1 > .slick-slide:nth-of-type(1n+1), #slide-video .medium-up-1 > .slick-slide:nth-of-type(1n+1) {
clear: both; }
.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child, #slide-post .medium-up-1 > .slick-slide:last-child, #slide-video .medium-up-1 > .slick-slide:last-child {
float: left; }
.medium-up-2 > .column, .medium-up-2 > .columns, #slide-post .medium-up-2 > .slick-slide, #slide-video .medium-up-2 > .slick-slide {
width: 50%;
float: left; }
.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n), #slide-post .medium-up-2 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-2 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1), #slide-post .medium-up-2 > .slick-slide:nth-of-type(2n+1), #slide-video .medium-up-2 > .slick-slide:nth-of-type(2n+1) {
clear: both; }
.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child, #slide-post .medium-up-2 > .slick-slide:last-child, #slide-video .medium-up-2 > .slick-slide:last-child {
float: left; }
.medium-up-3 > .column, .medium-up-3 > .columns, #slide-post .medium-up-3 > .slick-slide, #slide-video .medium-up-3 > .slick-slide {
width: 33.33333%;
float: left; }
.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n), #slide-post .medium-up-3 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-3 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1), #slide-post .medium-up-3 > .slick-slide:nth-of-type(3n+1), #slide-video .medium-up-3 > .slick-slide:nth-of-type(3n+1) {
clear: both; }
.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child, #slide-post .medium-up-3 > .slick-slide:last-child, #slide-video .medium-up-3 > .slick-slide:last-child {
float: left; }
.medium-up-4 > .column, .medium-up-4 > .columns, #slide-post .medium-up-4 > .slick-slide, #slide-video .medium-up-4 > .slick-slide {
width: 25%;
float: left; }
.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n), #slide-post .medium-up-4 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-4 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1), #slide-post .medium-up-4 > .slick-slide:nth-of-type(4n+1), #slide-video .medium-up-4 > .slick-slide:nth-of-type(4n+1) {
clear: both; }
.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child, #slide-post .medium-up-4 > .slick-slide:last-child, #slide-video .medium-up-4 > .slick-slide:last-child {
float: left; }
.medium-up-5 > .column, .medium-up-5 > .columns, #slide-post .medium-up-5 > .slick-slide, #slide-video .medium-up-5 > .slick-slide {
width: 20%;
float: left; }
.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n), #slide-post .medium-up-5 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-5 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1), #slide-post .medium-up-5 > .slick-slide:nth-of-type(5n+1), #slide-video .medium-up-5 > .slick-slide:nth-of-type(5n+1) {
clear: both; }
.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child, #slide-post .medium-up-5 > .slick-slide:last-child, #slide-video .medium-up-5 > .slick-slide:last-child {
float: left; }
.medium-up-6 > .column, .medium-up-6 > .columns, #slide-post .medium-up-6 > .slick-slide, #slide-video .medium-up-6 > .slick-slide {
width: 16.66667%;
float: left; }
.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n), #slide-post .medium-up-6 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-6 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1), #slide-post .medium-up-6 > .slick-slide:nth-of-type(6n+1), #slide-video .medium-up-6 > .slick-slide:nth-of-type(6n+1) {
clear: both; }
.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child, #slide-post .medium-up-6 > .slick-slide:last-child, #slide-video .medium-up-6 > .slick-slide:last-child {
float: left; }
.medium-up-7 > .column, .medium-up-7 > .columns, #slide-post .medium-up-7 > .slick-slide, #slide-video .medium-up-7 > .slick-slide {
width: 14.28571%;
float: left; }
.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n), #slide-post .medium-up-7 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-7 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1), #slide-post .medium-up-7 > .slick-slide:nth-of-type(7n+1), #slide-video .medium-up-7 > .slick-slide:nth-of-type(7n+1) {
clear: both; }
.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child, #slide-post .medium-up-7 > .slick-slide:last-child, #slide-video .medium-up-7 > .slick-slide:last-child {
float: left; }
.medium-up-8 > .column, .medium-up-8 > .columns, #slide-post .medium-up-8 > .slick-slide, #slide-video .medium-up-8 > .slick-slide {
width: 12.5%;
float: left; }
.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n), #slide-post .medium-up-8 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-8 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1), #slide-post .medium-up-8 > .slick-slide:nth-of-type(8n+1), #slide-video .medium-up-8 > .slick-slide:nth-of-type(8n+1) {
clear: both; }
.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child, #slide-post .medium-up-8 > .slick-slide:last-child, #slide-video .medium-up-8 > .slick-slide:last-child {
float: left; }
.medium-up-9 > .column, .medium-up-9 > .columns, #slide-post .medium-up-9 > .slick-slide, #slide-video .medium-up-9 > .slick-slide {
width: 11.11111%;
float: left; }
.medium-up-9 > .column:nth-of-type(1n), .medium-up-9 > .columns:nth-of-type(1n), #slide-post .medium-up-9 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-9 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-9 > .column:nth-of-type(9n+1), .medium-up-9 > .columns:nth-of-type(9n+1), #slide-post .medium-up-9 > .slick-slide:nth-of-type(9n+1), #slide-video .medium-up-9 > .slick-slide:nth-of-type(9n+1) {
clear: both; }
.medium-up-9 > .column:last-child, .medium-up-9 > .columns:last-child, #slide-post .medium-up-9 > .slick-slide:last-child, #slide-video .medium-up-9 > .slick-slide:last-child {
float: left; }
.medium-up-10 > .column, .medium-up-10 > .columns, #slide-post .medium-up-10 > .slick-slide, #slide-video .medium-up-10 > .slick-slide {
width: 10%;
float: left; }
.medium-up-10 > .column:nth-of-type(1n), .medium-up-10 > .columns:nth-of-type(1n), #slide-post .medium-up-10 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-10 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-10 > .column:nth-of-type(10n+1), .medium-up-10 > .columns:nth-of-type(10n+1), #slide-post .medium-up-10 > .slick-slide:nth-of-type(10n+1), #slide-video .medium-up-10 > .slick-slide:nth-of-type(10n+1) {
clear: both; }
.medium-up-10 > .column:last-child, .medium-up-10 > .columns:last-child, #slide-post .medium-up-10 > .slick-slide:last-child, #slide-video .medium-up-10 > .slick-slide:last-child {
float: left; }
.medium-up-11 > .column, .medium-up-11 > .columns, #slide-post .medium-up-11 > .slick-slide, #slide-video .medium-up-11 > .slick-slide {
width: 9.09091%;
float: left; }
.medium-up-11 > .column:nth-of-type(1n), .medium-up-11 > .columns:nth-of-type(1n), #slide-post .medium-up-11 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-11 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-11 > .column:nth-of-type(11n+1), .medium-up-11 > .columns:nth-of-type(11n+1), #slide-post .medium-up-11 > .slick-slide:nth-of-type(11n+1), #slide-video .medium-up-11 > .slick-slide:nth-of-type(11n+1) {
clear: both; }
.medium-up-11 > .column:last-child, .medium-up-11 > .columns:last-child, #slide-post .medium-up-11 > .slick-slide:last-child, #slide-video .medium-up-11 > .slick-slide:last-child {
float: left; }
.medium-up-12 > .column, .medium-up-12 > .columns, #slide-post .medium-up-12 > .slick-slide, #slide-video .medium-up-12 > .slick-slide {
width: 8.33333%;
float: left; }
.medium-up-12 > .column:nth-of-type(1n), .medium-up-12 > .columns:nth-of-type(1n), #slide-post .medium-up-12 > .slick-slide:nth-of-type(1n), #slide-video .medium-up-12 > .slick-slide:nth-of-type(1n) {
clear: none; }
.medium-up-12 > .column:nth-of-type(12n+1), .medium-up-12 > .columns:nth-of-type(12n+1), #slide-post .medium-up-12 > .slick-slide:nth-of-type(12n+1), #slide-video .medium-up-12 > .slick-slide:nth-of-type(12n+1) {
clear: both; }
.medium-up-12 > .column:last-child, .medium-up-12 > .columns:last-child, #slide-post .medium-up-12 > .slick-slide:last-child, #slide-video .medium-up-12 > .slick-slide:last-child {
float: left; } }
@media screen and (min-width: 48em) and (min-width: 48em) {
.medium-expand {
-ms-flex: 1 1 0px;
flex: 1 1 0px; } }
.row.medium-unstack .column, .row.medium-unstack .columns, .row.medium-unstack #slide-post .slick-slide, #slide-post .row.medium-unstack .slick-slide, .row.medium-unstack #slide-video .slick-slide, #slide-video .row.medium-unstack .slick-slide {
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
@media screen and (min-width: 48em) {
.row.medium-unstack .column, .row.medium-unstack .columns, .row.medium-unstack #slide-post .slick-slide, #slide-post .row.medium-unstack .slick-slide, .row.medium-unstack #slide-video .slick-slide, #slide-video .row.medium-unstack .slick-slide {
-ms-flex: 1 1 0px;
flex: 1 1 0px; } }
@media screen and (min-width: 48em) {
.medium-collapse > .column, .medium-collapse > .columns, #slide-post .medium-collapse > .slick-slide, #slide-video .medium-collapse > .slick-slide {
padding-left: 0;
padding-right: 0; }
.medium-uncollapse > .column, .medium-uncollapse > .columns, #slide-post .medium-uncollapse > .slick-slide, #slide-video .medium-uncollapse > .slick-slide {
padding-left: 0.9375rem;
padding-right: 0.9375rem; } }
@media screen and (min-width: 64em) {
.large-1 {
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.large-offset-0 {
margin-left: 0%; }
.large-2 {
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.large-offset-1 {
margin-left: 8.33333%; }
.large-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.large-offset-2 {
margin-left: 16.66667%; }
.large-4 {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.large-offset-3 {
margin-left: 25%; }
.large-5 {
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.large-offset-4 {
margin-left: 33.33333%; }
.large-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.large-offset-5 {
margin-left: 41.66667%; }
.large-7 {
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.large-offset-6 {
margin-left: 50%; }
.large-8 {
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.large-offset-7 {
margin-left: 58.33333%; }
.large-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.large-offset-8 {
margin-left: 66.66667%; }
.large-10 {
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.large-offset-9 {
margin-left: 75%; }
.large-11 {
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.large-offset-10 {
margin-left: 83.33333%; }
.large-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.large-offset-11 {
margin-left: 91.66667%; }
.large-order-1 {
-ms-flex-order: 1;
order: 1; }
.large-up-1 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.large-up-1 > .column, .large-up-1 > .columns, #slide-post .large-up-1 > .slick-slide, #slide-video .large-up-1 > .slick-slide {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.large-order-2 {
-ms-flex-order: 2;
order: 2; }
.large-up-2 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.large-up-2 > .column, .large-up-2 > .columns, #slide-post .large-up-2 > .slick-slide, #slide-video .large-up-2 > .slick-slide {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.large-order-3 {
-ms-flex-order: 3;
order: 3; }
.large-up-3 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.large-up-3 > .column, .large-up-3 > .columns, #slide-post .large-up-3 > .slick-slide, #slide-video .large-up-3 > .slick-slide {
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.large-order-4 {
-ms-flex-order: 4;
order: 4; }
.large-up-4 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.large-up-4 > .column, .large-up-4 > .columns, #slide-post .large-up-4 > .slick-slide, #slide-video .large-up-4 > .slick-slide {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.large-order-5 {
-ms-flex-order: 5;
order: 5; }
.large-up-5 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.large-up-5 > .column, .large-up-5 > .columns, #slide-post .large-up-5 > .slick-slide, #slide-video .large-up-5 > .slick-slide {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%; }
.large-order-6 {
-ms-flex-order: 6;
order: 6; }
.large-up-6 {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.large-up-6 > .column, .large-up-6 > .columns, #slide-post .large-up-6 > .slick-slide, #slide-video .large-up-6 > .slick-slide {
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.large-up-1 > .column, .large-up-1 > .columns, #slide-post .large-up-1 > .slick-slide, #slide-video .large-up-1 > .slick-slide {
width: 100%;
float: left; }
.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n), #slide-post .large-up-1 > .slick-slide:nth-of-type(1n), #slide-video .large-up-1 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1), #slide-post .large-up-1 > .slick-slide:nth-of-type(1n+1), #slide-video .large-up-1 > .slick-slide:nth-of-type(1n+1) {
clear: both; }
.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child, #slide-post .large-up-1 > .slick-slide:last-child, #slide-video .large-up-1 > .slick-slide:last-child {
float: left; }
.large-up-2 > .column, .large-up-2 > .columns, #slide-post .large-up-2 > .slick-slide, #slide-video .large-up-2 > .slick-slide {
width: 50%;
float: left; }
.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n), #slide-post .large-up-2 > .slick-slide:nth-of-type(1n), #slide-video .large-up-2 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1), #slide-post .large-up-2 > .slick-slide:nth-of-type(2n+1), #slide-video .large-up-2 > .slick-slide:nth-of-type(2n+1) {
clear: both; }
.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child, #slide-post .large-up-2 > .slick-slide:last-child, #slide-video .large-up-2 > .slick-slide:last-child {
float: left; }
.large-up-3 > .column, .large-up-3 > .columns, #slide-post .large-up-3 > .slick-slide, #slide-video .large-up-3 > .slick-slide {
width: 33.33333%;
float: left; }
.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n), #slide-post .large-up-3 > .slick-slide:nth-of-type(1n), #slide-video .large-up-3 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1), #slide-post .large-up-3 > .slick-slide:nth-of-type(3n+1), #slide-video .large-up-3 > .slick-slide:nth-of-type(3n+1) {
clear: both; }
.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child, #slide-post .large-up-3 > .slick-slide:last-child, #slide-video .large-up-3 > .slick-slide:last-child {
float: left; }
.large-up-4 > .column, .large-up-4 > .columns, #slide-post .large-up-4 > .slick-slide, #slide-video .large-up-4 > .slick-slide {
width: 25%;
float: left; }
.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n), #slide-post .large-up-4 > .slick-slide:nth-of-type(1n), #slide-video .large-up-4 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1), #slide-post .large-up-4 > .slick-slide:nth-of-type(4n+1), #slide-video .large-up-4 > .slick-slide:nth-of-type(4n+1) {
clear: both; }
.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child, #slide-post .large-up-4 > .slick-slide:last-child, #slide-video .large-up-4 > .slick-slide:last-child {
float: left; }
.large-up-5 > .column, .large-up-5 > .columns, #slide-post .large-up-5 > .slick-slide, #slide-video .large-up-5 > .slick-slide {
width: 20%;
float: left; }
.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n), #slide-post .large-up-5 > .slick-slide:nth-of-type(1n), #slide-video .large-up-5 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1), #slide-post .large-up-5 > .slick-slide:nth-of-type(5n+1), #slide-video .large-up-5 > .slick-slide:nth-of-type(5n+1) {
clear: both; }
.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child, #slide-post .large-up-5 > .slick-slide:last-child, #slide-video .large-up-5 > .slick-slide:last-child {
float: left; }
.large-up-6 > .column, .large-up-6 > .columns, #slide-post .large-up-6 > .slick-slide, #slide-video .large-up-6 > .slick-slide {
width: 16.66667%;
float: left; }
.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n), #slide-post .large-up-6 > .slick-slide:nth-of-type(1n), #slide-video .large-up-6 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1), #slide-post .large-up-6 > .slick-slide:nth-of-type(6n+1), #slide-video .large-up-6 > .slick-slide:nth-of-type(6n+1) {
clear: both; }
.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child, #slide-post .large-up-6 > .slick-slide:last-child, #slide-video .large-up-6 > .slick-slide:last-child {
float: left; }
.large-up-7 > .column, .large-up-7 > .columns, #slide-post .large-up-7 > .slick-slide, #slide-video .large-up-7 > .slick-slide {
width: 14.28571%;
float: left; }
.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n), #slide-post .large-up-7 > .slick-slide:nth-of-type(1n), #slide-video .large-up-7 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1), #slide-post .large-up-7 > .slick-slide:nth-of-type(7n+1), #slide-video .large-up-7 > .slick-slide:nth-of-type(7n+1) {
clear: both; }
.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child, #slide-post .large-up-7 > .slick-slide:last-child, #slide-video .large-up-7 > .slick-slide:last-child {
float: left; }
.large-up-8 > .column, .large-up-8 > .columns, #slide-post .large-up-8 > .slick-slide, #slide-video .large-up-8 > .slick-slide {
width: 12.5%;
float: left; }
.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n), #slide-post .large-up-8 > .slick-slide:nth-of-type(1n), #slide-video .large-up-8 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1), #slide-post .large-up-8 > .slick-slide:nth-of-type(8n+1), #slide-video .large-up-8 > .slick-slide:nth-of-type(8n+1) {
clear: both; }
.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child, #slide-post .large-up-8 > .slick-slide:last-child, #slide-video .large-up-8 > .slick-slide:last-child {
float: left; }
.large-up-9 > .column, .large-up-9 > .columns, #slide-post .large-up-9 > .slick-slide, #slide-video .large-up-9 > .slick-slide {
width: 11.11111%;
float: left; }
.large-up-9 > .column:nth-of-type(1n), .large-up-9 > .columns:nth-of-type(1n), #slide-post .large-up-9 > .slick-slide:nth-of-type(1n), #slide-video .large-up-9 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-9 > .column:nth-of-type(9n+1), .large-up-9 > .columns:nth-of-type(9n+1), #slide-post .large-up-9 > .slick-slide:nth-of-type(9n+1), #slide-video .large-up-9 > .slick-slide:nth-of-type(9n+1) {
clear: both; }
.large-up-9 > .column:last-child, .large-up-9 > .columns:last-child, #slide-post .large-up-9 > .slick-slide:last-child, #slide-video .large-up-9 > .slick-slide:last-child {
float: left; }
.large-up-10 > .column, .large-up-10 > .columns, #slide-post .large-up-10 > .slick-slide, #slide-video .large-up-10 > .slick-slide {
width: 10%;
float: left; }
.large-up-10 > .column:nth-of-type(1n), .large-up-10 > .columns:nth-of-type(1n), #slide-post .large-up-10 > .slick-slide:nth-of-type(1n), #slide-video .large-up-10 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-10 > .column:nth-of-type(10n+1), .large-up-10 > .columns:nth-of-type(10n+1), #slide-post .large-up-10 > .slick-slide:nth-of-type(10n+1), #slide-video .large-up-10 > .slick-slide:nth-of-type(10n+1) {
clear: both; }
.large-up-10 > .column:last-child, .large-up-10 > .columns:last-child, #slide-post .large-up-10 > .slick-slide:last-child, #slide-video .large-up-10 > .slick-slide:last-child {
float: left; }
.large-up-11 > .column, .large-up-11 > .columns, #slide-post .large-up-11 > .slick-slide, #slide-video .large-up-11 > .slick-slide {
width: 9.09091%;
float: left; }
.large-up-11 > .column:nth-of-type(1n), .large-up-11 > .columns:nth-of-type(1n), #slide-post .large-up-11 > .slick-slide:nth-of-type(1n), #slide-video .large-up-11 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-11 > .column:nth-of-type(11n+1), .large-up-11 > .columns:nth-of-type(11n+1), #slide-post .large-up-11 > .slick-slide:nth-of-type(11n+1), #slide-video .large-up-11 > .slick-slide:nth-of-type(11n+1) {
clear: both; }
.large-up-11 > .column:last-child, .large-up-11 > .columns:last-child, #slide-post .large-up-11 > .slick-slide:last-child, #slide-video .large-up-11 > .slick-slide:last-child {
float: left; }
.large-up-12 > .column, .large-up-12 > .columns, #slide-post .large-up-12 > .slick-slide, #slide-video .large-up-12 > .slick-slide {
width: 8.33333%;
float: left; }
.large-up-12 > .column:nth-of-type(1n), .large-up-12 > .columns:nth-of-type(1n), #slide-post .large-up-12 > .slick-slide:nth-of-type(1n), #slide-video .large-up-12 > .slick-slide:nth-of-type(1n) {
clear: none; }
.large-up-12 > .column:nth-of-type(12n+1), .large-up-12 > .columns:nth-of-type(12n+1), #slide-post .large-up-12 > .slick-slide:nth-of-type(12n+1), #slide-video .large-up-12 > .slick-slide:nth-of-type(12n+1) {
clear: both; }
.large-up-12 > .column:last-child, .large-up-12 > .columns:last-child, #slide-post .large-up-12 > .slick-slide:last-child, #slide-video .large-up-12 > .slick-slide:last-child {
float: left; } }
@media screen and (min-width: 64em) and (min-width: 64em) {
.large-expand {
-ms-flex: 1 1 0px;
flex: 1 1 0px; } }
.row.large-unstack .column, .row.large-unstack .columns, .row.large-unstack #slide-post .slick-slide, #slide-post .row.large-unstack .slick-slide, .row.large-unstack #slide-video .slick-slide, #slide-video .row.large-unstack .slick-slide {
-ms-flex: 0 0 100%;
flex: 0 0 100%; }
@media screen and (min-width: 64em) {
.row.large-unstack .column, .row.large-unstack .columns, .row.large-unstack #slide-post .slick-slide, #slide-post .row.large-unstack .slick-slide, .row.large-unstack #slide-video .slick-slide, #slide-video .row.large-unstack .slick-slide {
-ms-flex: 1 1 0px;
flex: 1 1 0px; } }
@media screen and (min-width: 64em) {
.large-collapse > .column, .large-collapse > .columns, #slide-post .large-collapse > .slick-slide, #slide-video .large-collapse > .slick-slide {
padding-left: 0;
padding-right: 0; }
.large-uncollapse > .column, .large-uncollapse > .columns, #slide-post .large-uncollapse > .slick-slide, #slide-video .large-uncollapse > .slick-slide {
padding-left: 0.9375rem;
padding-right: 0.9375rem; } }
.shrink {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
max-width: 100%; }
.column.align-top, .align-top.columns, #slide-post .align-top.slick-slide, #slide-video .align-top.slick-slide {
-ms-flex-item-align: start;
align-self: flex-start; }
.column.align-bottom, .align-bottom.columns, #slide-post .align-bottom.slick-slide, #slide-video .align-bottom.slick-slide {
-ms-flex-item-align: end;
align-self: flex-end; }
.column.align-middle, .align-middle.columns, #slide-post .align-middle.slick-slide, #slide-video .align-middle.slick-slide {
-ms-flex-item-align: center;
align-self: center; }
.column.align-stretch, .align-stretch.columns, #slide-post .align-stretch.slick-slide, #slide-video .align-stretch.slick-slide {
-ms-flex-item-align: stretch;
align-self: stretch; }
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0; }
p {
font-size: inherit;
line-height: 1.6;
margin-bottom: 1rem;
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,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto", sans-serif;
font-weight: normal;
font-style: normal;
color: inherit;
text-rendering: optimizeLegibility;
margin-top: 0;
margin-bottom: 0;
line-height: normal; }
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
color: #898989;
line-height: 0; }
h1 {
font-size: 1.5rem; }
h2 {
font-size: 1.25rem; }
h3 {
font-size: 1.1875rem; }
h4 {
font-size: 1.125rem; }
h5 {
font-size: 1.0625rem; }
h6 {
font-size: 1rem; }
@media screen and (min-width: 48em) {
h1 {
font-size: 3rem; }
h2 {
font-size: 2.5rem; }
h3 {
font-size: 1.9375rem; }
h4 {
font-size: 1.5625rem; }
h5 {
font-size: 1.25rem; }
h6 {
font-size: 1rem; } }
a {
color: #1d1d1b;
text-decoration: none;
line-height: inherit;
cursor: pointer; }
a:hover, a:focus {
color: #191917; }
a img {
border: 0; }
hr {
max-width: 75rem;
height: 0;
border-right: 0;
border-top: 0;
border-bottom: 1px solid #333333;
border-left: 0;
margin: 1.25rem auto;
clear: both; }
ul,
ol,
dl {
line-height: 1.6;
margin-bottom: 1rem;
list-style-position: outside; }
li {
font-size: inherit; }
ul {
list-style-type: disc;
margin-left: 1.25rem; }
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 #898989; }
blockquote, blockquote p {
line-height: 1.6;
color: #333333; }
cite {
display: block;
font-size: 0.8125rem;
color: #333333; }
cite:before {
content: '\2014 \0020'; }
abbr {
color: #0a0a0a;
cursor: help;
border-bottom: 1px dotted #0a0a0a; }
code {
font-family: "Roboto", sans-serif;
font-weight: normal;
color: #0a0a0a;
background-color: #a7acb5;
border: 1px solid #898989;
padding: 0.125rem 0.3125rem 0.0625rem; }
kbd {
padding: 0.125rem 0.25rem 0;
margin: 0;
background-color: #a7acb5;
color: #0a0a0a;
font-family: "Roboto", sans-serif; }
.subheader {
margin-top: 0.2rem;
margin-bottom: 0.5rem;
font-weight: normal;
line-height: 1.4;
color: #333333; }
.lead {
font-size: 125%;
line-height: 1.6; }
.stat {
font-size: 2.5rem;
line-height: 1; }
p + .stat {
margin-top: -1rem; }
.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 screen and (min-width: 48em) {
.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 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;
color: black !important;
box-shadow: none !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 #333333;
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; } }
[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.0625rem;
padding: 0.375rem;
border: 1px solid #898989;
margin: 0 0 0.75rem;
font-family: inherit;
font-size: 1rem;
color: #0a0a0a;
background-color: #fefefe;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
border-radius: 0;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
-webkit-appearance: none;
-moz-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 {
border: 1px solid #898989;
background-color: #fefefe;
outline: none;
box-shadow: 0 0 5px #898989;
transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
textarea {
max-width: 100%; }
textarea[rows] {
height: auto; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #898989; }
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #898989; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #898989; }
input::placeholder,
textarea::placeholder {
color: #898989; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #a7acb5;
cursor: default; }
[type='submit'],
[type='button'] {
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none; }
input[type='search'] {
box-sizing: border-box; }
[type='file'],
[type='checkbox'],
[type='radio'] {
margin: 0 0 0.75rem; }
[type='checkbox'] + label,
[type='radio'] + label {
display: inline-block;
margin-left: 0.375rem;
margin-right: 0.75rem;
margin-bottom: 0;
vertical-align: baseline; }
label > [type='checkbox'],
label > [type='radio'] {
margin-right: 0.375rem; }
[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 0.75rem;
padding: 0.4375rem 0; }
.help-text {
margin-top: -0.375rem;
font-size: 0.8125rem;
font-style: italic;
color: #0a0a0a; }
.input-group {
display: table;
width: 100%;
margin-bottom: 0.75rem; }
.input-group > :first-child {
border-radius: 0 0 0 0; }
.input-group > :last-child > * {
border-radius: 0 0 0 0; }
.input-group-label, .input-group-field, .input-group-button {
margin: 0;
display: table-cell;
vertical-align: middle; }
.input-group-label {
text-align: center;
padding: 0 1rem;
background: #a7acb5;
color: #0a0a0a;
border: 1px solid #898989;
white-space: nowrap;
width: 1%;
height: 100%; }
.input-group-label:first-child {
border-right: 0; }
.input-group-label:last-child {
border-left: 0; }
.input-group-field {
border-radius: 0;
height: 2.125rem; }
.input-group-button {
padding-top: 0;
padding-bottom: 0;
text-align: center;
height: 100%;
width: 1%; }
.input-group-button a,
.input-group-button input,
.input-group-button button {
margin: 0; }
.input-group .input-group-button {
display: table-cell; }
fieldset {
border: 0;
padding: 0;
margin: 0; }
legend {
margin-bottom: 0.375rem;
max-width: 100%; }
.fieldset {
border: 1px solid #898989;
padding: 1.25rem;
margin: 1.125rem 0; }
.fieldset legend {
background: #fefefe;
padding: 0 0.1875rem;
margin: 0;
margin-left: -0.1875rem; }
select {
height: 2.0625rem;
padding: 0.375rem;
border: 1px solid #898989;
margin: 0 0 0.75rem;
font-size: 1rem;
font-family: inherit;
line-height: normal;
color: #0a0a0a;
background-color: #fefefe;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
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%2851, 51, 51%29"></polygon></svg>');
background-size: 9px 6px;
background-position: right center;
background-origin: content-box;
background-repeat: no-repeat; }
@media screen and (min-width: 0\0) {
select {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==); } }
select:disabled {
background-color: #a7acb5;
cursor: default; }
select::-ms-expand {
display: none; }
select[multiple] {
height: auto; }
.is-invalid-input:not(:focus) {
background-color: rgba(236, 88, 64, 0.1);
border-color: #ec5840; }
.is-invalid-label {
color: #ec5840; }
.form-error {
display: none;
margin-top: -0.375rem;
margin-bottom: 0.75rem;
font-size: 0.75rem;
font-weight: bold;
color: #ec5840; }
.form-error.is-visible {
display: block; }
.button {
display: inline-block;
text-align: center;
line-height: 1;
cursor: pointer;
-webkit-appearance: none;
transition: background-color 0.25s ease-out, color 0.25s ease-out;
vertical-align: middle;
border: 1px solid transparent;
border-radius: 0;
padding: 0.85em 1em;
margin: 0 0 1rem 0;
font-size: 0.9rem;
background-color: #1d1d1b;
color: #fefefe; }
[data-whatinput='mouse'] .button {
outline: 0; }
.button:hover, .button:focus {
background-color: #191917;
color: #fefefe; }
.button.tiny {
font-size: 0.6rem; }
.button.small {
font-size: 0.75rem; }
.button.large {
font-size: 1.25rem; }
.button.expanded {
display: block;
width: 100%;
margin-left: 0;
margin-right: 0; }
.button.primary {
background-color: #1d1d1b;
color: #fefefe; }
.button.primary:hover, .button.primary:focus {
background-color: #171716;
color: #fefefe; }
.button.secondary {
background-color: #af302d;
color: #fefefe; }
.button.secondary:hover, .button.secondary:focus {
background-color: #8c2624;
color: #fefefe; }
.button.success {
background-color: #3adb76;
color: #fefefe; }
.button.success:hover, .button.success:focus {
background-color: #22bb5b;
color: #fefefe; }
.button.warning {
background-color: #ffae00;
color: #fefefe; }
.button.warning:hover, .button.warning:focus {
background-color: #cc8b00;
color: #fefefe; }
.button.alert {
background-color: #ec5840;
color: #fefefe; }
.button.alert:hover, .button.alert:focus {
background-color: #da3116;
color: #fefefe; }
.button.hollow {
border: 1px solid #1d1d1b;
color: #1d1d1b; }
.button.hollow, .button.hollow:hover, .button.hollow:focus {
background-color: transparent; }
.button.hollow:hover, .button.hollow:focus {
border-color: #0f0f0e;
color: #0f0f0e; }
.button.hollow.primary {
border: 1px solid #1d1d1b;
color: #1d1d1b; }
.button.hollow.primary:hover, .button.hollow.primary:focus {
border-color: #0f0f0e;
color: #0f0f0e; }
.button.hollow.secondary {
border: 1px solid #af302d;
color: #af302d; }
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
border-color: #581817;
color: #581817; }
.button.hollow.success {
border: 1px solid #3adb76;
color: #3adb76; }
.button.hollow.success:hover, .button.hollow.success:focus {
border-color: #157539;
color: #157539; }
.button.hollow.warning {
border: 1px solid #ffae00;
color: #ffae00; }
.button.hollow.warning:hover, .button.hollow.warning:focus {
border-color: #805700;
color: #805700; }
.button.hollow.alert {
border: 1px solid #ec5840;
color: #ec5840; }
.button.hollow.alert:hover, .button.hollow.alert:focus {
border-color: #881f0e;
color: #881f0e; }
.button.disabled, .button[disabled] {
opacity: 0.25;
cursor: not-allowed;
pointer-events: none; }
.button.dropdown::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 0.4em;
border-color: #fefefe transparent transparent;
border-top-style: solid;
border-bottom-width: 0;
position: relative;
top: 0.4em;
float: right;
margin-left: 1em;
display: inline-block; }
.button.arrow-only::after {
margin-left: 0;
float: none;
top: -0.1em; }
.hide {
display: none !important; }
.invisible {
visibility: hidden; }
@media screen and (max-width: 47.9375em) {
.hide-for-small-only {
display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 48em) {
.show-for-small-only {
display: none !important; } }
@media screen and (min-width: 48em) {
.hide-for-medium {
display: none !important; } }
@media screen and (max-width: 47.9375em) {
.show-for-medium {
display: none !important; } }
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
.hide-for-medium-only {
display: none !important; } }
@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
.show-for-medium-only {
display: none !important; } }
@media screen and (min-width: 64em) {
.hide-for-large {
display: none !important; } }
@media screen and (max-width: 63.9375em) {
.show-for-large {
display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
.hide-for-large-only {
display: none !important; } }
@media screen and (max-width: 63.9375em), 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;
overflow: hidden;
clip: rect(0, 0, 0, 0); }
.show-on-focus:active, .show-on-focus:focus {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto; }
.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; } }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-center {
display: block;
margin-left: auto;
margin-right: auto; }
.clearfix::before, .clearfix::after {
content: ' ';
display: table;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1; }
.clearfix::after {
clear: both; }
.accordion {
list-style-type: none;
background: #fefefe;
border: 1px solid #a7acb5;
border-bottom: 0;
border-radius: 0;
margin-left: 0; }
.accordion-title {
display: block;
padding: 1.25rem 1rem;
line-height: 1;
font-size: 0.75rem;
color: #1d1d1b;
position: relative;
border-bottom: 1px solid #a7acb5; }
.accordion-title:hover, .accordion-title:focus {
background-color: #a7acb5; }
.accordion-title::before {
content: '+';
position: absolute;
right: 1rem;
top: 50%;
margin-top: -0.5rem; }
.is-active > .accordion-title::before {
content: '–'; }
.accordion-content {
padding: 1rem;
display: none;
border-bottom: 1px solid #a7acb5;
background-color: #fefefe; }
.is-accordion-submenu-parent > a {
position: relative; }
.is-accordion-submenu-parent > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: #1d1d1b transparent transparent;
border-top-style: solid;
border-bottom-width: 0;
position: absolute;
top: 50%;
margin-top: -4px;
right: 1rem; }
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
transform-origin: 50% 50%;
transform: scaleY(-1); }
.badge {
display: inline-block;
padding: 0.3em;
min-width: 2.1em;
font-size: 0.6rem;
text-align: center;
border-radius: 50%;
background: #1d1d1b;
color: #fefefe; }
.badge.secondary {
background: #af302d;
color: #fefefe; }
.badge.success {
background: #3adb76;
color: #fefefe; }
.badge.warning {
background: #ffae00;
color: #fefefe; }
.badge.alert {
background: #ec5840;
color: #fefefe; }
.breadcrumbs {
list-style: none;
margin: 0; }
.breadcrumbs::before, .breadcrumbs::after {
content: ' ';
display: table;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1; }
.breadcrumbs::after {
clear: both; }
.breadcrumbs li {
float: left;
color: #0a0a0a;
font-size: 0.6875rem;
cursor: default;
text-transform: uppercase; }
.breadcrumbs li:not(:last-child)::after {
color: #898989;
content: "/";
margin: 0 0.75rem;
position: relative;
top: 1px;
opacity: 1; }
.breadcrumbs a {
color: #1d1d1b; }
.breadcrumbs a:hover {
text-decoration: underline; }
.breadcrumbs .disabled {
color: #898989; }
.button-group {
margin-bottom: 1rem;
font-size: 0; }
.button-group::before, .button-group::after {
content: ' ';
display: table;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1; }
.button-group::after {
clear: both; }
.button-group .button {
margin: 0;
font-size: 0.9rem;
float: left; }
.button-group .button:not(:last-child) {
border-right: 1px solid #fefefe; }
.button-group.tiny .button {
font-size: 0.6rem; }
.button-group.small .button {
font-size: 0.75rem; }
.button-group.large .button {
font-size: 1.25rem; }
.button-group.expanded {
margin-right: -1px; }
.button-group.expanded::before, .button-group.expanded::after {
display: none; }
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
display: inline-block;
width: calc(50% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
display: inline-block;
width: calc(33.33333% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
display: inline-block;
width: calc(25% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
display: inline-block;
width: calc(20% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
display: inline-block;
width: calc(16.66667% - 1px);
margin-right: 1px; }
.button-group.primary .button {
background-color: #1d1d1b;
color: #fefefe; }
.button-group.primary .button:hover, .button-group.primary .button:focus {
background-color: #171716;
color: #fefefe; }
.button-group.secondary .button {
background-color: #af302d;
color: #fefefe; }
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
background-color: #8c2624;
color: #fefefe; }
.button-group.success .button {
background-color: #3adb76;
color: #fefefe; }
.button-group.success .button:hover, .button-group.success .button:focus {
background-color: #22bb5b;
color: #fefefe; }
.button-group.warning .button {
background-color: #ffae00;
color: #fefefe; }
.button-group.warning .button:hover, .button-group.warning .button:focus {
background-color: #cc8b00;
color: #fefefe; }
.button-group.alert .button {
background-color: #ec5840;
color: #fefefe; }
.button-group.alert .button:hover, .button-group.alert .button:focus {
background-color: #da3116;
color: #fefefe; }
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
width: 100%; }
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
margin-right: 0; }
@media screen and (min-width: 48em) {
.button-group.stacked-for-small .button {
width: auto; }
.button-group.stacked-for-small .button:not(:last-child) {
margin-right: 1px; } }
@media screen and (min-width: 64em) {
.button-group.stacked-for-medium .button {
width: auto; }
.button-group.stacked-for-medium .button:not(:last-child) {
margin-right: 1px; } }
@media screen and (max-width: 47.9375em) {
.button-group.stacked-for-small.expanded {
display: block; }
.button-group.stacked-for-small.expanded .button {
display: block;
margin-right: 0; } }
.callout {
margin: 0 0 1rem 0;
padding: 1rem;
border: 1px solid rgba(10, 10, 10, 0.25);
border-radius: 0;
position: relative;
color: #0a0a0a;
background-color: white; }
.callout > :first-child {
margin-top: 0; }
.callout > :last-child {
margin-bottom: 0; }
.callout.primary {
background-color: #dededc; }
.callout.secondary {
background-color: #f6dddc; }
.callout.success {
background-color: #e1faea; }
.callout.warning {
background-color: #fff3d9; }
.callout.alert {
background-color: #fce6e2; }
.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; }
.close-button {
position: absolute;
color: #333333;
right: 1rem;
top: 0.5rem;
font-size: 2em;
line-height: 1;
cursor: pointer; }
[data-whatinput='mouse'] .close-button {
outline: 0; }
.close-button:hover, .close-button:focus {
color: #0a0a0a; }
.is-drilldown {
position: relative;
overflow: hidden; }
.is-drilldown li {
display: block !important; }
.is-drilldown-submenu {
position: absolute;
top: 0;
left: 100%;
z-index: -1;
height: 100%;
width: 100%;
background: #fefefe;
transition: transform 0.15s linear; }
.is-drilldown-submenu.is-active {
z-index: 1;
display: block;
transform: translateX(-100%); }
.is-drilldown-submenu.is-closing {
transform: translateX(100%); }
.is-drilldown-submenu-parent > a {
position: relative; }
.is-drilldown-submenu-parent > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent transparent transparent #1d1d1b;
border-left-style: solid;
border-right-width: 0;
position: absolute;
top: 50%;
margin-top: -6px;
right: 1rem; }
.js-drilldown-back > a::before {
content: '';
display: block;
width: 0;
height: 0;
border: inset 6px;
border-color: transparent #1d1d1b transparent transparent;
border-right-style: solid;
border-left-width: 0;
border-left-width: 0;
display: inline-block;
vertical-align: middle;
margin-right: 0.75rem; }
.dropdown-pane {
background-color: #fefefe;
border: 1px solid #898989;
border-radius: 0;
display: block;
font-size: 1rem;
padding: 1rem;
position: absolute;
visibility: hidden;
width: 300px;
z-index: 10; }
.dropdown-pane.is-open {
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 {
left: auto;
right: 0;
top: 100%; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
right: auto;
left: 0;
top: 100%; }
.dropdown.menu > li.is-dropdown-submenu-parent > a {
padding-right: 1.5rem;
position: relative; }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: #1d1d1b transparent transparent;
border-top-style: solid;
border-bottom-width: 0;
right: 5px;
margin-top: -2px; }
[data-whatinput='mouse'] .dropdown.menu a {
outline: 0; }
.no-js .dropdown.menu ul {
display: none; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
top: 0; }
.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
left: auto;
right: 100%; }
.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
right: auto;
left: 100%; }
.dropdown.menu.vertical > li > a::after {
right: 14px;
margin-top: -3px; }
.dropdown.menu.vertical > li.opens-left > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent #1d1d1b transparent transparent;
border-right-style: solid;
border-left-width: 0; }
.dropdown.menu.vertical > li.opens-right > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent transparent transparent #1d1d1b;
border-left-style: solid;
border-right-width: 0; }
@media screen and (min-width: 48em) {
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 0;
top: 100%; }
.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
right: auto;
left: 0;
top: 100%; }
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
padding-right: 1.5rem;
position: relative; }
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: #1d1d1b transparent transparent;
border-top-style: solid;
border-bottom-width: 0;
right: 5px;
margin-top: -2px; }
.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
top: 0; }
.dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
left: auto;
right: 100%; }
.dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
right: auto;
left: 100%; }
.dropdown.menu.medium-vertical > li > a::after {
right: 14px;
margin-top: -3px; }
.dropdown.menu.medium-vertical > li.opens-left > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent #1d1d1b transparent transparent;
border-right-style: solid;
border-left-width: 0; }
.dropdown.menu.medium-vertical > li.opens-right > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent transparent transparent #1d1d1b;
border-left-style: solid;
border-right-width: 0; } }
@media screen and (min-width: 64em) {
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 0;
top: 100%; }
.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
right: auto;
left: 0;
top: 100%; }
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
padding-right: 1.5rem;
position: relative; }
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: #1d1d1b transparent transparent;
border-top-style: solid;
border-bottom-width: 0;
right: 5px;
margin-top: -2px; }
.dropdown.menu.large-vertical > li .is-dropdown-submenu {
top: 0; }
.dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
left: auto;
right: 100%; }
.dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
right: auto;
left: 100%; }
.dropdown.menu.large-vertical > li > a::after {
right: 14px;
margin-top: -3px; }
.dropdown.menu.large-vertical > li.opens-left > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent #1d1d1b transparent transparent;
border-right-style: solid;
border-left-width: 0; }
.dropdown.menu.large-vertical > li.opens-right > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent transparent transparent #1d1d1b;
border-left-style: solid;
border-right-width: 0; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
top: 100%;
left: auto;
right: 0; }
.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;
margin-top: -2px; }
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
top: 100%; }
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
left: auto;
right: 0;
top: 100%; }
.is-dropdown-submenu {
display: none;
position: absolute;
top: 0;
left: 100%;
min-width: 200px;
z-index: 1;
background: #fefefe;
border: 1px solid #898989; }
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
right: 14px;
margin-top: -3px; }
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent #1d1d1b transparent transparent;
border-right-style: solid;
border-left-width: 0; }
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: transparent transparent transparent #1d1d1b;
border-left-style: solid;
border-right-width: 0; }
.is-dropdown-submenu .is-dropdown-submenu {
margin-top: -1px; }
.is-dropdown-submenu > li {
width: 100%; }
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
display: block; }
.flex-video {
position: relative;
height: 0;
padding-bottom: 75%;
margin-bottom: 1rem;
overflow: hidden; }
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.flex-video.widescreen {
padding-bottom: 56.25%; }
.flex-video.vimeo {
padding-top: 0; }
.label, a.category {
display: inline-block;
padding: 0.33333rem 0.5rem;
font-size: 0.8rem;
line-height: 1;
white-space: nowrap;
cursor: default;
border-radius: 0;
background: #1d1d1b;
color: #fefefe; }
.label.secondary, a.secondary.category {
background: #af302d;
color: #fefefe; }
.label.success, a.success.category {
background: #3adb76;
color: #fefefe; }
.label.warning, a.warning.category {
background: #ffae00;
color: #fefefe; }
.label.alert, a.alert.category {
background: #ec5840;
color: #fefefe; }
.media-object {
margin-bottom: 1rem;
display: block; }
.media-object img {
max-width: none; }
@media screen and (max-width: 47.9375em) {
.media-object.stack-for-small .media-object-section {
padding: 0;
padding-bottom: 1rem;
display: block; }
.media-object.stack-for-small .media-object-section img {
width: 100%; } }
.media-object-section {
display: table-cell;
vertical-align: top; }
.media-object-section:first-child {
padding-right: 1rem; }
.media-object-section:last-child:not(:nth-child(2)) {
padding-left: 1rem; }
.media-object-section.middle {
vertical-align: middle; }
.media-object-section.bottom {
vertical-align: bottom; }
.menu {
margin: 0;
list-style-type: none; }
.menu > li {
display: table-cell;
vertical-align: middle; }
[data-whatinput='mouse'] .menu > li {
outline: 0; }
.menu > li > a {
display: block;
padding: 0.7rem 1rem;
line-height: 1; }
.menu input,
.menu a,
.menu button {
margin-bottom: 0; }
.menu > li > a img,
.menu > li > a i {
vertical-align: middle; }
.menu > li > a i + span,
.menu > li > a img + span {
vertical-align: middle; }
.menu > li > a img,
.menu > li > a i {
margin-right: 0.25rem;
display: inline-block; }
.menu > li {
display: table-cell; }
.menu.vertical > li {
display: block; }
@media screen and (min-width: 48em) {
.menu.medium-horizontal > li {
display: table-cell; }
.menu.medium-vertical > li {
display: block; } }
@media screen and (min-width: 64em) {
.menu.large-horizontal > li {
display: table-cell; }
.menu.large-vertical > li {
display: block; } }
.menu.simple li {
line-height: 1;
display: inline-block;
margin-right: 1rem; }
.menu.simple a {
padding: 0; }
.menu.align-right::before, .menu.align-right::after {
content: ' ';
display: table;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1; }
.menu.align-right::after {
clear: both; }
.menu.align-right > li {
float: right; }
.menu.expanded {
width: 100%;
display: table;
table-layout: fixed; }
.menu.expanded > li:first-child:last-child {
width: 100%; }
.menu.icon-top > li > a {
text-align: center; }
.menu.icon-top > li > a img,
.menu.icon-top > li > a i {
display: block;
margin: 0 auto 0.25rem; }
.menu.nested {
margin-left: 1rem; }
.menu .active > a {
color: #fefefe;
background: transparent; }
.menu-text {
font-weight: bold;
color: inherit;
line-height: 1;
padding-top: 0;
padding-bottom: 0;
padding: 0.7rem 1rem; }
.menu-centered {
text-align: center; }
.menu-centered > .menu {
display: inline-block; }
.no-js [data-responsive-menu] ul {
display: none; }
.menu-icon {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 20px;
height: 16px; }
.menu-icon::after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: #a7acb5;
top: 0;
left: 0;
box-shadow: 0 7px 0 #a7acb5, 0 14px 0 #a7acb5; }
.menu-icon:hover::after {
background: #898989;
box-shadow: 0 7px 0 #898989, 0 14px 0 #898989; }
.menu-icon.dark {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 20px;
height: 16px; }
.menu-icon.dark::after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: #0a0a0a;
top: 0;
left: 0;
box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
.menu-icon.dark:hover::after {
background: #333333;
box-shadow: 0 7px 0 #333333, 0 14px 0 #333333; }
html,
body {
height: 100%; }
.off-canvas-wrapper {
width: 100%;
overflow-x: hidden;
position: relative;
backface-visibility: hidden;
-webkit-overflow-scrolling: auto; }
.off-canvas-wrapper-inner {
position: relative;
width: 100%;
transition: transform 0.5s ease; }
.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
content: ' ';
display: table;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1; }
.off-canvas-wrapper-inner::after {
clear: both; }
.off-canvas-content,
.off-canvas-content {
min-height: 100%;
background: #fefefe;
transition: transform 0.5s ease;
backface-visibility: hidden;
z-index: 1;
padding-bottom: 0.1px;
box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }
.js-off-canvas-exit {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(254, 254, 254, 0.25);
cursor: pointer;
transition: background 0.5s ease; }
.off-canvas {
position: absolute;
background: #a7acb5;
z-index: -1;
max-height: 100%;
overflow-y: auto;
transform: translateX(0); }
[data-whatinput='mouse'] .off-canvas {
outline: 0; }
.off-canvas.position-left {
left: -250px;
top: 0;
width: 250px; }
.is-open-left {
transform: translateX(250px); }
.off-canvas.position-right {
right: -250px;
top: 0;
width: 250px; }
.is-open-right {
transform: translateX(-250px); }
@media screen and (min-width: 48em) {
.position-left.reveal-for-medium {
left: 0;
z-index: auto;
position: fixed; }
.position-left.reveal-for-medium ~ .off-canvas-content {
margin-left: 250px; }
.position-right.reveal-for-medium {
right: 0;
z-index: auto;
position: fixed; }
.position-right.reveal-for-medium ~ .off-canvas-content {
margin-right: 250px; } }
@media screen and (min-width: 64em) {
.position-left.reveal-for-large {
left: 0;
z-index: auto;
position: fixed; }
.position-left.reveal-for-large ~ .off-canvas-content {
margin-left: 250px; }
.position-right.reveal-for-large {
right: 0;
z-index: auto;
position: fixed; }
.position-right.reveal-for-large ~ .off-canvas-content {
margin-right: 250px; } }
.orbit {
position: relative; }
.orbit-container {
position: relative;
margin: 0;
overflow: hidden;
list-style: none; }
.orbit-slide {
width: 100%;
max-height: 100%; }
.orbit-slide.no-motionui.is-active {
top: 0;
left: 0; }
.orbit-figure {
margin: 0; }
.orbit-image {
margin: 0;
width: 100%;
max-width: 100%; }
.orbit-caption {
position: absolute;
bottom: 0;
width: 100%;
padding: 1rem;
margin-bottom: 0;
color: #fefefe;
background-color: rgba(10, 10, 10, 0.5); }
.orbit-previous, .orbit-next {
position: absolute;
top: 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;
background-color: #898989;
border-radius: 50%; }
.orbit-bullets button:hover {
background-color: #333333; }
.orbit-bullets button.is-active {
background-color: #333333; }
.pagination {
margin-left: 0;
margin-bottom: 1rem; }
.pagination::before, .pagination::after {
content: ' ';
display: table;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1; }
.pagination::after {
clear: both; }
.pagination li {
font-size: 0.875rem;
margin-right: 0.0625rem;
border-radius: 0;
display: none; }
.pagination li:last-child, .pagination li:first-child {
display: inline-block; }
@media screen and (min-width: 48em) {
.pagination li {
display: inline-block; } }
.pagination a,
.pagination button {
color: #0a0a0a;
display: block;
padding: 0.1875rem 0.625rem;
border-radius: 0; }
.pagination a:hover,
.pagination button:hover {
background: #a7acb5; }
.pagination .current {
padding: 0.1875rem 0.625rem;
background: #1d1d1b;
color: #fefefe;
cursor: default; }
.pagination .disabled {
padding: 0.1875rem 0.625rem;
color: #898989;
cursor: default; }
.pagination .disabled:hover {
background: transparent; }
.pagination .ellipsis::after {
content: '\2026';
padding: 0.1875rem 0.625rem;
color: #0a0a0a; }
.pagination-previous a::before,
.pagination-previous.disabled::before {
content: '\00ab';
display: inline-block;
margin-right: 0.5rem; }
.pagination-next a::after,
.pagination-next.disabled::after {
content: '\00bb';
display: inline-block;
margin-left: 0.5rem; }
.progress {
background-color: #898989;
height: 1rem;
margin-bottom: 1rem;
border-radius: 0; }
.progress.primary .progress-meter {
background-color: #1d1d1b; }
.progress.secondary .progress-meter {
background-color: #af302d; }
.progress.success .progress-meter {
background-color: #3adb76; }
.progress.warning .progress-meter {
background-color: #ffae00; }
.progress.alert .progress-meter {
background-color: #ec5840; }
.progress-meter {
position: relative;
display: block;
width: 0%;
height: 100%;
background-color: #1d1d1b; }
.progress-meter-text {
position: absolute;
top: 50%;
left: 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: #a7acb5;
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: #898989;
transition: all 0.2s ease-in-out; }
.slider-fill.is-dragging {
transition: all 0s linear; }
.slider-handle {
position: absolute;
top: 50%;
transform: translateY(-50%);
position: absolute;
left: 0;
z-index: 1;
display: inline-block;
width: 1.4rem;
height: 1.4rem;
background-color: #1d1d1b;
transition: all 0.2s ease-in-out;
-ms-touch-action: manipulation;
touch-action: manipulation;
border-radius: 0; }
[data-whatinput='mouse'] .slider-handle {
outline: 0; }
.slider-handle:hover {
background-color: #191917; }
.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;
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;
transform: translateX(-50%); }
.sticky-container {
position: relative; }
.sticky {
position: absolute;
z-index: 0;
transform: translate3d(0, 0, 0); }
.sticky.is-stuck {
position: fixed;
z-index: 5; }
.sticky.is-stuck.is-at-top {
top: 0; }
.sticky.is-stuck.is-at-bottom {
bottom: 0; }
.sticky.is-anchored {
position: absolute;
left: auto;
right: auto; }
.sticky.is-anchored.is-at-bottom {
bottom: 0; }
body.is-reveal-open {
overflow: hidden; }
.reveal-overlay {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1005;
background-color: rgba(10, 10, 10, 0.45);
overflow-y: scroll; }
.reveal {
display: none;
z-index: 1006;
padding: 1rem;
border: 1px solid #898989;
background-color: #fefefe;
border-radius: 0;
position: relative;
top: 100px;
margin-left: auto;
margin-right: auto;
overflow-y: auto; }
[data-whatinput='mouse'] .reveal {
outline: 0; }
@media screen and (min-width: 48em) {
.reveal {
min-height: 0; } }
.reveal .column, .reveal .columns, .reveal #slide-post .slick-slide, #slide-post .reveal .slick-slide, .reveal #slide-video .slick-slide, #slide-video .reveal .slick-slide,
.reveal .columns,
.reveal #slide-post .slick-slide, #slide-post
.reveal .slick-slide,
.reveal #slide-video .slick-slide, #slide-video
.reveal .slick-slide {
min-width: 0; }
.reveal > :last-child {
margin-bottom: 0; }
@media screen and (min-width: 48em) {
.reveal {
width: 600px;
max-width: 75rem; } }
@media screen and (min-width: 48em) {
.reveal .reveal {
left: auto;
right: auto;
margin: 0 auto; } }
.reveal.collapse {
padding: 0; }
@media screen and (min-width: 48em) {
.reveal.tiny {
width: 30%;
max-width: 75rem; } }
@media screen and (min-width: 48em) {
.reveal.small {
width: 50%;
max-width: 75rem; } }
@media screen and (min-width: 48em) {
.reveal.large {
width: 90%;
max-width: 75rem; } }
.reveal.full {
top: 0;
left: 0;
width: 100%;
height: 100%;
height: 100vh;
min-height: 100vh;
max-width: none;
margin-left: 0;
border: 0; }
@media screen and (max-width: 47.9375em) {
.reveal {
top: 0;
left: 0;
width: 100%;
height: 100%;
height: 100vh;
min-height: 100vh;
max-width: none;
margin-left: 0;
border: 0; } }
.reveal.without-overlay {
position: fixed; }
.switch {
margin-bottom: 1rem;
outline: 0;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fefefe;
font-weight: bold;
font-size: 0.875rem; }
.switch-input {
opacity: 0;
position: absolute; }
.switch-paddle {
background: #898989;
cursor: pointer;
display: block;
position: relative;
width: 4rem;
height: 2rem;
transition: all 0.25s ease-out;
border-radius: 0;
color: inherit;
font-weight: inherit; }
input + .switch-paddle {
margin: 0; }
.switch-paddle::after {
background: #fefefe;
content: '';
display: block;
position: absolute;
height: 1.5rem;
left: 0.25rem;
top: 0.25rem;
width: 1.5rem;
transition: all 0.25s ease-out;
transform: translate3d(0, 0, 0);
border-radius: 0; }
input:checked ~ .switch-paddle {
background: #1d1d1b; }
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%;
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 .switch-paddle {
width: 3rem;
height: 1.5rem;
font-size: 0.625rem; }
.switch.tiny .switch-paddle::after {
width: 1rem;
height: 1rem; }
.switch.tiny input:checked ~ .switch-paddle:after {
left: 1.75rem; }
.switch.small .switch-paddle {
width: 3.5rem;
height: 1.75rem;
font-size: 0.75rem; }
.switch.small .switch-paddle::after {
width: 1.25rem;
height: 1.25rem; }
.switch.small input:checked ~ .switch-paddle:after {
left: 2rem; }
.switch.large .switch-paddle {
width: 5rem;
height: 2.5rem;
font-size: 1rem; }
.switch.large .switch-paddle::after {
width: 2rem;
height: 2rem; }
.switch.large input:checked ~ .switch-paddle:after {
left: 2.75rem; }
table {
width: 100%;
margin-bottom: 1rem;
border-radius: 0; }
table thead,
table tbody,
table tfoot {
border: 1px solid #f1f1f1;
background-color: #fefefe; }
table caption {
font-weight: bold;
padding: 0.5rem 0.625rem 0.625rem; }
table thead,
table tfoot {
background: #f8f8f8;
color: #0a0a0a; }
table thead tr,
table tfoot tr {
background: transparent; }
table thead th,
table thead td,
table tfoot th,
table tfoot td {
padding: 0.5rem 0.625rem 0.625rem;
font-weight: bold;
text-align: left; }
table tbody tr:nth-child(even) {
background-color: #f1f1f1; }
table tbody th,
table tbody td {
padding: 0.5rem 0.625rem 0.625rem; }
@media screen and (max-width: 63.9375em) {
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 tr:hover {
background-color: #f9f9f9; }
table.hover tr:nth-of-type(even):hover {
background-color: #ececec; }
.table-scroll {
overflow-x: auto; }
.table-scroll table {
width: auto; }
.tabs {
margin: 0;
list-style-type: none;
background: #fefefe;
border: 1px solid #a7acb5; }
.tabs::before, .tabs::after {
content: ' ';
display: table;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1; }
.tabs::after {
clear: both; }
.tabs.vertical > li {
width: auto;
float: none;
display: block; }
.tabs.simple > li > a {
padding: 0; }
.tabs.simple > li > a:hover {
background: transparent; }
.tabs.primary {
background: #1d1d1b; }
.tabs.primary > li > a {
color: #fefefe; }
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
background: #292926; }
.tabs-title {
float: left; }
.tabs-title > a {
display: block;
padding: 1.25rem 1.5rem;
line-height: 1;
font-size: 0.75rem; }
.tabs-title > a:hover {
background: #fefefe; }
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
background: #a7acb5; }
.tabs-content {
background: #fefefe;
transition: all 0.5s ease;
border: 1px solid #a7acb5;
border-top: 0; }
.tabs-content.vertical {
border: 1px solid #a7acb5;
border-left: 0; }
.tabs-panel {
display: none;
padding: 1rem; }
.tabs-panel.is-active {
display: block; }
.thumbnail {
border: solid 4px #fefefe;
box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
display: inline-block;
line-height: 0;
max-width: 100%;
transition: box-shadow 200ms ease-out;
border-radius: 0;
margin-bottom: 1rem; }
.thumbnail:hover, .thumbnail:focus {
box-shadow: 0 0 6px 1px rgba(29, 29, 27, 0.5); }
.title-bar {
background: transparent;
color: #a7acb5;
padding: 0 0 0.5rem 0; }
.title-bar::before, .title-bar::after {
content: ' ';
display: table;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1; }
.title-bar::after {
clear: both; }
.title-bar .menu-icon {
margin-left: 0.25rem;
margin-right: 0 0 0.5rem 0; }
.title-bar-left {
float: left; }
.title-bar-right {
float: right;
text-align: right; }
.title-bar-title {
font-weight: bold;
vertical-align: middle;
display: inline-block; }
.menu-icon.dark {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 20px;
height: 16px; }
.menu-icon.dark::after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 2px;
background: #0a0a0a;
top: 0;
left: 0;
box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
.menu-icon.dark:hover::after {
background: #333333;
box-shadow: 0 7px 0 #333333, 0 14px 0 #333333; }
.has-tip {
border-bottom: dotted 1px #333333;
font-weight: bold;
position: relative;
display: inline-block;
cursor: help; }
.tooltip {
background-color: #0a0a0a;
color: #fefefe;
font-size: 80%;
padding: 0.75rem;
position: absolute;
z-index: 10;
top: calc(100% + 0.6495rem);
max-width: 10rem !important;
border-radius: 0; }
.tooltip::before {
content: '';
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
border-color: transparent transparent #0a0a0a;
border-bottom-style: solid;
border-top-width: 0;
bottom: 100%;
position: absolute;
left: 50%;
transform: translateX(-50%); }
.tooltip.top::before {
content: '';
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
border-color: #0a0a0a transparent transparent;
border-top-style: solid;
border-bottom-width: 0;
top: 100%;
bottom: auto; }
.tooltip.left::before {
content: '';
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
border-color: transparent transparent transparent #0a0a0a;
border-left-style: solid;
border-right-width: 0;
bottom: auto;
left: 100%;
top: 50%;
transform: translateY(-50%); }
.tooltip.right::before {
content: '';
display: block;
width: 0;
height: 0;
border: inset 0.75rem;
border-color: transparent #0a0a0a transparent transparent;
border-right-style: solid;
border-left-width: 0;
bottom: auto;
left: auto;
right: 100%;
top: 50%;
transform: translateY(-50%); }
.top-bar {
padding: 0; }
.top-bar::before, .top-bar::after {
content: ' ';
display: table;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-order: 1;
order: 1; }
.top-bar::after {
clear: both; }
.top-bar,
.top-bar ul {
background-color: transparent; }
.top-bar input {
width: auto;
margin-right: 1rem; }
.top-bar .input-group-field {
width: 100%;
margin-right: 0; }
.top-bar input.button {
width: auto; }
@media screen and (max-width: 47.9375em) {
.stacked-for-small .top-bar-left,
.stacked-for-small .top-bar-right {
width: 100%; } }
@media screen and (max-width: 63.9375em) {
.stacked-for-medium .top-bar-left,
.stacked-for-medium .top-bar-right {
width: 100%; } }
@media screen and (max-width: 74.9375em) {
.stacked-for-large .top-bar-left,
.stacked-for-large .top-bar-right {
width: 100%; } }
.top-bar-left,
.top-bar-right {
width: 100%; }
@media screen and (min-width: 48em) {
.top-bar-left,
.top-bar-right {
width: auto; } }
.top-bar-title {
float: left;
margin-right: 1rem; }
.top-bar-left {
float: left; }
.top-bar-right {
float: right; }
figure {
margin: 0; }
html,
body {
height: 100%; }
.full-row {
max-width: 100%; }
.size-100 {
font-size: 6.25rem; }
.size-90 {
font-size: 5.625rem; }
.size-80 {
font-size: 5rem; }
.size-70 {
font-size: 4.375rem; }
.size-60 {
font-size: 3.75rem; }
.size-50 {
font-size: 3.125rem; }
.size-45 {
font-size: 2.813rem; }
.size-40 {
font-size: 2.5rem; }
.size-35 {
font-size: 2.188rem; }
.size-30 {
font-size: 1.875rem; }
.size-29 {
font-size: 1.813rem; }
.size-28 {
font-size: 1.75rem; }
.size-27 {
font-size: 1.688rem; }
.size-26 {
font-size: 1.625rem; }
.size-25 {
font-size: 1.563rem; }
.size-24 {
font-size: 1.5rem; }
.size-23 {
font-size: 1.438rem; }
.size-22 {
font-size: 1.375rem; }
.size-21 {
font-size: 1.313rem; }
.size-20 {
font-size: 1.25rem; }
.size-19 {
font-size: 1.188rem; }
.size-18 {
font-size: 1.125rem; }
.size-17 {
font-size: 1.063rem; }
.size-16 {
font-size: 1rem; }
.size-15 {
font-size: 0.938rem; }
.size-14 {
font-size: 0.875rem; }
.size-13 {
font-size: 0.813rem; }
.size-12 {
font-size: 0.75rem; }
.size-11 {
font-size: 0.688rem; }
.size-10 {
font-size: 0.6rem; }
.size-9 {
font-size: 0.563rem; }
.size-8 {
font-size: 0.5rem; }
.size-7 {
font-size: 0.438rem; }
.size-6 {
font-size: 0.375rem; }
.size-5 {
font-size: 0.313rem; }
.thin {
font-weight: 100; }
.slim {
font-weight: 300; }
.regular {
font-weight: 400; }
.bold {
font-weight: 700; }
.ultra-bold {
font-weight: 900; }
.upp {
text-transform: uppercase; }
.norm {
text-transform: none; }
.cap {
text-transform: capitalize; }
.italic {
font-style: italic; }
.overflow {
overflow: hidden; }
.block {
display: block; }
.inline-block {
display: inline-block; }
.absolute {
position: absolute; }
.relative {
position: relative; }
.line-height-small {
line-height: 0.938rem; }
.line-height-medium {
line-height: 1.125rem; }
.line-height-big {
line-height: 1.375rem; }
h1, h2, h3, h4, h5, h6 {
line-height: normal; }
.no-list {
list-style: none; }
.no-border {
border: none; }
.primary-font {
font-family: "Roboto", sans-serif; }
.secondary-font {
font-family: "Roboto", sans-serif; }
.label, a.category {
line-height: normal; }
.label.white a, a.white.category a {
color: white; } .white, a.white, .white:link, .white:visited {
color: #fefefe; }
.light-gray, a.light-gray, .light-gray:link, .light-gray:visited {
color: #a7acb5; }
.medium-gray, a.medium-gray, .medium-gray:link, .medium-gray:visited {
color: #898989; }
.dark-gray, a.dark-gray, .dark-gray:link, .dark-gray:visited {
color: #333333; }
.black, a.black, .black:link, .black:visited {
color: #0a0a0a; }
.primary-color, a.primary-color, .primary-color:link, .primary-color:visited {
color: #1d1d1b; }
.secondary-color, a.secondary-color, .secondary-color:link, .secondary-color:visited {
color: #af302d; }
.alt-color, a.alt-color, .alt-color:link, .alt-color:visited {
color: #5abdea; }
.white-bg {
background-color: #fefefe; }
.light-gray-bg {
background-color: #a7acb5; }
.medium-gray-bg {
background-color: #898989; }
.dark-gray-bg {
background-color: #333333; }
.black-bg {
background-color: #0a0a0a; }
.primary-color-bg {
background-color: #1d1d1b; }
.secondary-color-bg {
background-color: #af302d; }
.alt-color-bg {
background-color: #5abdea; } .timing {
animation-duration: 3s;
-moz-animation-duration: 3s;
-o-animation-duration: 3s; }
.time-1 {
animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s; }
.time-2 {
animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s; }
.time-3 {
animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-o-animation-duration: 1.5s; }
.time-4 {
animation-duration: 2s;
-moz-animation-duration: 2s;
-o-animation-duration: 2s; }
.table {
display: table;
width: 100%; }
.cell {
vertical-align: middle;
display: table-cell;
width: 100%; }
.table-row {
display: table-row; }
.v-bottom {
vertical-align: bottom; }
.v-top {
vertical-align: top; } .no-margin-medium-up {
margin: auto; }
.no-margin {
margin: 0 !important; }
.no-margin-bottom {
margin-bottom: 0; }
.no-margin-top {
margin-top: 0; }
.margin-25 {
margin: 1.563rem; }
.margin-10-50 {
margin: 0.6rem 0 3.125rem 0; }
.margin-5-0 {
margin: 0.313rem 0; }
.margin-10-0 {
margin: 0.6rem 0; }
.margin-20 {
margin: 1.25rem; }
.margin-20-0 {
margin: 1.25rem 0; }
.margin-30-0 {
margin: 1.875rem 0; }
.margin-20-5 {
margin: 1.25rem 0 0.313rem 0; }
.margin-bottom-5 {
margin: 0 0 0.313rem 0; }
.margin-bottom-10 {
margin: 0 0 0.6rem 0; }
.margin-bottom-20 {
margin: 0 0 1.25rem 0; }
.margin-bottom-30 {
margin: 0 0 1.875rem 0; }
.margin-bottom-40 {
margin: 0 0 2.5rem 0; }
.margin-bottom-50 {
margin: 0 0 3.125rem 0; }
.margin-bottom-60 {
margin: 0 0 3.75rem 0; }
.margin-bottom-70 {
margin: 0 0 4.375rem 0; }
.margin-bottom-80 {
margin: 0 0 5rem 0; }
.margin-top-5 {
margin: 0.313rem 0 0 0; }
.margin-top-10 {
margin: 0.6rem 0 0 0; }
.margin-top-20 {
margin: 1.25rem 0 0 0; }
.margin-top-30 {
margin: 1.875rem 0 0 0; }
.margin-top-40 {
margin: 2.5rem 0 0 0; }
.margin-top-50 {
margin: 3.125rem 0 0 0; }
.margin-top-60 {
margin: 3.75rem 0 0 0; }
.margin-top-70 {
margin: 4.375rem 0 0 0; }
.margin-top-80 {
margin: 5rem 0 0 0; }
.margin-80-0 {
margin: 5rem 0; }
.margin-70-0 {
margin: 4.375rem 0; }
.margin-60-0 {
margin: 3.75rem 0; }
.margin-50-0 {
margin: 3.125rem 0; }
.margin-40-0 {
margin: 2.5rem 0; }
.margin-10-20 {
margin: 0.6rem 0 1.25rem 0; }
.margin-10-30 {
margin: 0.6rem 0 1.875rem 0; }
.margin-10-40 {
margin: 0.6rem 0 2.5rem 0; }
.margin-20-10 {
margin: 1.25rem 0 0.6rem 0; }
.margin-20-30 {
margin: 1.25rem 0 1.875rem 0; }
.margin-20-40 {
margin: 1.25rem 0 2.5rem 0; }
.margin-20-50 {
margin: 1.25rem 0 3.125rem 0; }
.margin-30-10 {
margin: 1.875rem 0 0.6rem 0; }
.margin-30-20 {
margin: 1.875rem 0 1.25rem 0; }
.margin-30-40 {
margin: 1.875rem 0 2.5rem 0; }
.margin-40-10 {
margin: 2.5rem 0 0.6rem 0; }
.margin-40-20 {
margin: 2.5rem 0 1.25rem 0; }
.margin-40-30 {
margin: 2.5rem 0 1.875rem 0; }
.margin-40-60 {
margin: 2.5rem 0 3.75rem 0; }
.margin-50-25 {
margin: 3.125rem 0 1.563rem 0; }
.margin-50-30 {
margin: 3.125rem 0 1.875rem 0; }
.padding-left-5 {
padding-left: 0.313rem; }
.padding-left-10 {
padding-left: 0.6rem; }
.padding-left-20 {
padding-left: 1.25rem; }
.padding-left-30 {
padding-left: 1.875rem; }
.padding-right-5 {
padding-right: 0.313rem; }
.padding-right-10 {
padding-right: 0.6rem; }
.padding-right-20 {
padding-right: 1.25rem; }
.padding-right-30 {
padding-right: 1.875rem; }
.no-padding {
padding: 0 !important; }
.padding-5-10 {
padding: 0.313rem 0.6rem; }
.padding-10 {
padding: 0.6rem; }
.padding-15 {
padding: 0.938rem; }
.padding-20 {
padding: 1.25rem; }
.padding-30 {
padding: 1.875rem; }
.padding-40 {
padding: 2.5rem; }
.padding-5-0 {
padding: 0.313rem 0; }
.padding-10-0 {
padding: 0.6rem 0; }
.padding-20-0 {
padding: 1.25rem 0; }
.padding-25-0 {
padding: 1.563rem 0; }
.padding-30-0 {
padding: 1.875rem 0; }
.padding-35-0 {
padding: 2.188rem 0; }
.padding-40-0 {
padding: 2.5rem 0; }
.padding-50-0 {
padding: 3.125rem 0; }
.padding-60-0 {
padding: 3.75rem 0; }
.padding-70-0 {
padding: 4.375rem 0; }
.padding-80-0 {
padding: 5rem 0; }
.padding-90-0 {
padding: 5.625rem 0; }
.padding-100-0 {
padding: 6.25rem 0; }
.padding-10-15 {
padding: 0.6rem 0.938rem; }
.padding-10-20 {
padding: 0.6rem 1.25rem; }
.padding-15-20 {
padding: 0.938rem 1.25rem; }
.padding-20-30 {
padding: 1.25rem 0 3.125rem 0; }
.padding-30-50 {
padding: 1.875rem 0 3.125rem 0; }
.padding-40-20 {
padding: 2.5rem 0 1.25rem 0; }
.padding-40-30 {
padding: 2.5rem 0 1.875rem 0; }
.padding-40-50 {
padding: 2.5rem 0 3.125rem 0; }
.padding-40-60 {
padding: 2.5rem 0 3.75rem 0; }
.padding-50-40 {
padding: 3.125rem 0 2.5rem 0; }
.padding-top-5 {
padding-top: 0.313rem; }
.padding-top-10 {
padding-top: 0.6rem; }
.padding-top-15 {
padding-top: 0.938rem; }
.padding-top-20 {
padding-top: 1.25rem; }
.padding-top-30 {
padding-top: 1.875rem; }
.padding-top-40 {
padding-top: 2.5rem; }
.padding-top-50 {
padding-top: 3.125rem; }
.padding-top-60 {
padding-top: 3.75rem; }
.padding-top-70 {
padding-top: 4.375rem; }
.padding-top-80 {
padding-top: 5rem; }
.padding-bottom-5 {
padding: 0 0 0.313rem 0; }
.padding-bottom-10 {
padding: 0 0 0.6rem 0; }
.padding-bottom-15 {
padding: 0 0 0.938rem 0; }
.padding-bottom-20 {
padding: 0 0 1.25rem 0; }
.padding-bottom-25 {
padding: 0 0 1.563rem 0; }
.padding-bottom-30 {
padding: 0 0 1.875rem 0; }
.padding-bottom-40 {
padding: 0 0 2.5rem 0; }
.padding-bottom-50 {
padding-bottom: 3.125rem; }
.padding-bottom-60 {
padding-bottom: 3.75rem; }
.padding-bottom-70 {
padding-bottom: 4.375rem; }
.padding-bottom-80 {
padding-bottom: 5rem; }  img.attachment-thumbnail {
float: left;
margin: 0 0.5rem 0.5rem 0; }
.alignnone {
margin: 0.313rem 1.25rem 1.25rem 0; }
.aligncenter, div.aligncenter {
display: block;
margin: 0.313rem auto 0.313rem auto; }
.alignright {
float: right;
margin: 0.313rem 0 1.25rem 1.25rem; }
.alignleft {
float: left;
margin: 0.313rem 1.25rem 1.25rem 0; }
.aligncenter {
display: block;
margin: 0.313rem auto 0.313rem auto; }
a img.alignright {
float: right;
margin: 0.313rem 0 1.25rem 1.25rem; }
a img.alignnone {
margin: 0.313rem 1.25rem 1.25rem 0; }
a img.alignleft {
float: left;
margin: 0.313rem 1.25rem 1.25rem 0; }
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 0.313rem 0.188rem 0.6rem;
text-align: center; }
.wp-caption.alignnone {
margin: 0.313rem 1.25rem 1.25rem 0; }
.wp-caption.alignleft {
margin: 0.313rem 1.25rem 1.25rem 0; }
.wp-caption.alignright {
margin: 0.313rem 0 1.25rem 1.25rem; }
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto; }
.wp-caption p.wp-caption-text {
font-size: 0.688rem;
line-height: 1.063rem;
margin: 0;
padding: 0 0.25em 0.313rem; }     figure.zoom-img {
display: block;
overflow: hidden; }
figure.zoom-img:hover img {
transform: scale(1.1); }  @media only screen and (min-width: 300px) and (max-width: 767px) {
.small-margin-10-0 {
margin: 10px 0; }
.small-margin-20-0 {
margin: 20px 0; }
.small-margin-30-0 {
margin: 30px 0; }
.small-margin-40-0 {
margin: 40px 0; }
.small-margin-bottom-10 {
margin: 0 0 10px 0; }
.small-margin-bottom-20 {
margin: 0 0 20px 0; }
.small-margin-bottom-30 {
margin: 0 0 30px 0; }
.small-margin-bottom-40 {
margin: 0 0 40px 0; }
.small-margin-top-10 {
margin: 10px 0 0 0; }
.small-margin-top-20 {
margin: 20px 0 0 0; }
.small-margin-top-30 {
margin: 30px 0 0 0; }
.small-margin-top-40 {
margin: 40px 0 0 0; }
.small-no-margin {
margin: 0 !important; }
.small-padding-10-0 {
padding: 10px 0; }
.small-padding-20-0 {
padding: 20px 0; }
.small-padding-30-0 {
padding: 30px 0; }
.small-padding-40-0 {
padding: 40px 0; }
.small-padding-bottom-10 {
padding: 0 0 10px 0; }
.small-padding-bottom-20 {
padding: 0 0 20px 0; }
.small-padding-bottom-30 {
padding: 0 0 30px 0; }
.small-padding-bottom-40 {
padding: 0 0 40px 0; }
.small-padding-top-10 {
padding: 10px 0 0 0; }
.small-padding-top-20 {
padding: 20px 0 0 0; }
.small-padding-top-30 {
padding: 30px 0 0 0; }
.small-padding-top-40 {
padding: 40px 0 0 0; }
.small-no-padding {
padding: 0 !important; } }  @media only screen and (min-width: 768px) and (max-width: 1024px) {
.medium-margin-10-0 {
margin: 10px 0; }
.medium-margin-20-0 {
margin: 20px 0; }
.medium-margin-30-0 {
margin: 30px 0; }
.medium-margin-40-0 {
margin: 40px 0; }
.medium-margin-bottom-10 {
margin: 0 0 10px 0; }
.medium-margin-bottom-20 {
margin: 0 0 20px 0; }
.medium-margin-bottom-30 {
margin: 0 0 30px 0; }
.medium-margin-bottom-40 {
margin: 0 0 40px 0; }
.medium-margin-top-10 {
margin: 10px 0 0 0; }
.medium-margin-top-20 {
margin: 20px 0 0 0; }
.medium-margin-top-30 {
margin: 30px 0 0 0; }
.medium-margin-top-40 {
margin: 40px 0 0 0; }
.medium-no-margin {
margin: 0 !important; }
.medium-padding-10-0 {
padding: 10px 0; }
.medium-padding-20-0 {
padding: 20px 0; }
.medium-padding-30-0 {
padding: 30px 0; }
.medium-padding-40-0 {
padding: 40px 0; }
.medium-padding-bottom-10 {
padding: 0 0 10px 0; }
.medium-padding-bottom-20 {
padding: 0 0 20px 0; }
.medium-padding-bottom-30 {
padding: 0 0 30px 0; }
.medium-padding-bottom-40 {
padding: 0 0 40px 0; }
.medium-padding-top-10 {
padding: 10px 0 0 0; }
.medium-padding-top-20 {
padding: 20px 0 0 0; }
.medium-padding-top-30 {
padding: 30px 0 0 0; }
.medium-padding-top-40 {
padding: 40px 0 0 0; }
.medium-no-padding {
padding: 0 !important; } }  .fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top; }
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020; }
.fancybox-skin {
position: relative;
background: none;
color: #444;
text-shadow: none; }
.fancybox-opened {
z-index: 8030; }
.fancybox-outer, .fancybox-inner {
position: relative; }
.fancybox-inner {
overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch; }
.fancybox-error {
color: #444;
font-size: 1.25rem;
margin: 0;
padding: 15px;
white-space: nowrap; }
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%; }
.fancybox-image {
max-width: 100%;
max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/helpers/fancybox_sprite.png?v=2); }
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060; }
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/loaders/oval.svg) center center no-repeat; }
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040; }
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/helpers/blank.gif); -webkit-tap-highlight-color: transparent;
z-index: 8040; }
.fancybox-prev {
left: 0; }
.fancybox-next {
right: 0; }
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden; }
.fancybox-prev span {
left: 10px;
background-position: 0 -36px; }
.fancybox-next span {
right: 10px;
background-position: 0 -72px; }
.fancybox-nav:hover span {
visibility: visible; }
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important; } .fancybox-lock {
overflow: hidden !important;
width: auto; }
.fancybox-lock body {
overflow: hidden !important; }
.fancybox-lock-test {
overflow-y: hidden !important; }
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/helpers/fancybox_overlay.png); }
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0; }
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll; } .fancybox-title {
visibility: hidden;
font-size: 1.25rem;
position: relative;
text-shadow: none;
z-index: 8050; }
.fancybox-opened .fancybox-title {
visibility: visible; }
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center; }
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap; }
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff; }
.fancybox-title-inside-wrap {
padding-top: 10px; }
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, 0.8); }
#fancybox-thumbs {
position: fixed;
left: 0;
width: 100%;
overflow: hidden;
z-index: 8050; }
#fancybox-thumbs.bottom {
bottom: 10px; }
#fancybox-thumbs.top {
top: 2px; }
#fancybox-thumbs ul {
position: relative;
list-style: none;
margin: 0;
padding: 0; }
#fancybox-thumbs ul li {
float: left;
padding: 1px;
opacity: 0.5;
margin: 0 5px; }
#fancybox-thumbs ul li.active {
opacity: 0.75;
padding: 0;
border: 1px solid #fff; }
#fancybox-thumbs ul li:hover {
opacity: 1; }
#fancybox-thumbs ul li a {
display: block;
position: relative;
overflow: hidden;
border: 1px solid #222;
background: #111;
outline: none; }
#fancybox-thumbs ul li img {
display: block;
position: relative;
border: 0;
padding: 0;
max-width: none; }  .the_content #iubenda_policy ul li:before {
content: normal;
position: static;
color: inherit; }
.iub_footer p:nth-child(2) {
display: none; }  .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }
.slick-loading .slick-list {
background: #fff url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/loaders/oval.svg) center center no-repeat; } .slick-arrow {
height: 32px;
width: 30px;
background: #af302d; }
.slick-prev,
.slick-next {
position: absolute;
display: block;
height: 32px;
width: 30px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
color: transparent;
top: 50%;
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
z-index: 9999; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
background: #7a1213;
color: white; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
font-family: FontAwesome;
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: 0px;
border-radius: 0 2px 2px 0; }
[dir="rtl"] .slick-prev {
left: auto;
right: -25px; }
.slick-prev:before {
content: ""; }
[dir="rtl"] .slick-prev:before {
content: ""; }
.slick-next {
right: 0px;
border-radius: 2px 0 0 2px; }
[dir="rtl"] .slick-next {
left: -25px;
right: auto; }
.slick-next:before {
content: ""; }
[dir="rtl"] .slick-next:before {
content: ""; } .slick-dotted.slick-slider {
margin-bottom: 0; }
.slick-dots {
position: absolute;
bottom: 10px;
z-index: 9999;
list-style: none;
display: block;
text-align: center;
padding: 0;
margin: 0;
width: 100%; }
.slick-dots li {
position: relative;
display: inline-block;
height: 20px;
width: 20px;
margin: 0 3px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
border: 0;
background: transparent;
display: block;
height: 20px;
width: 20px;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
padding: 5px;
cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 20px;
height: 20px;
font-family: FontAwesome;
font-size: 10px;
line-height: 20px;
text-align: center;
color: black;
opacity: 0.25;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
color: black;
opacity: 0.75; }  .animated, #blocks h3 a, .product figure.product-thumb figcaption a:hover {
animation-duration: 1s;
animation-fill-mode: both; }
.animated.infinite, #blocks h3 a.infinite, .product figure.product-thumb figcaption a.infinite:hover {
animation-iteration-count: infinite; }
.animated.hinge, #blocks h3 a.hinge, .product figure.product-thumb figcaption a.hinge:hover {
animation-duration: 2s; }
.animated.bounceIn, #blocks h3 a.bounceIn, .product figure.product-thumb figcaption a.bounceIn:hover, .animated.bounceOut, #blocks h3 a.bounceOut, .product figure.product-thumb figcaption a.bounceOut:hover, .animated.flipOutX, #blocks h3 a.flipOutX, .product figure.product-thumb figcaption a.flipOutX:hover, .animated.flipOutY, #blocks h3 a.flipOutY, .product figure.product-thumb figcaption a.flipOutY:hover {
animation-duration: .75s; }
@keyframes bounce {
0%, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translateZ(0); }
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0); }
70% {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0); }
90% {
transform: translate3d(0, -4px, 0); } }
.bounce {
animation-name: bounce;
transform-origin: center bottom; }
@keyframes flash {
0%, 50%, to {
opacity: 1; }
25%, 75% {
opacity: 0; } }
.flash {
animation-name: flash; }
@keyframes pulse {
0% {
transform: scaleX(1); }
50% {
transform: scale3d(1.05, 1.05, 1.05); }
to {
transform: scaleX(1); } }
.pulse, .product figure.product-thumb figcaption a:hover {
animation-name: pulse; }
@keyframes rubberBand {
0% {
transform: scaleX(1); }
30% {
transform: scale3d(1.25, 0.75, 1); }
40% {
transform: scale3d(0.75, 1.25, 1); }
50% {
transform: scale3d(1.15, 0.85, 1); }
65% {
transform: scale3d(0.95, 1.05, 1); }
75% {
transform: scale3d(1.05, 0.95, 1); }
to {
transform: scaleX(1); } }
.rubberBand {
animation-name: rubberBand; }
@keyframes shake {
0%, to {
transform: translateZ(0); }
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0); }
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0); } }
.shake {
animation-name: shake; }
@keyframes headShake {
0% {
transform: translateX(0); }
6.5% {
transform: translateX(-6px) rotateY(-9deg); }
18.5% {
transform: translateX(5px) rotateY(7deg); }
31.5% {
transform: translateX(-3px) rotateY(-5deg); }
43.5% {
transform: translateX(2px) rotateY(3deg); }
50% {
transform: translateX(0); } }
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake; }
@keyframes swing {
20% {
transform: rotate(15deg); }
40% {
transform: rotate(-10deg); }
60% {
transform: rotate(5deg); }
80% {
transform: rotate(-5deg); }
to {
transform: rotate(0deg); } }
.swing {
transform-origin: top center;
animation-name: swing; }
@keyframes tada {
0% {
transform: scaleX(1); }
10%, 20% {
transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
to {
transform: scaleX(1); } }
.tada {
animation-name: tada; }
@keyframes wobble {
0% {
transform: none; }
15% {
transform: translate3d(-25%, 0, 0) rotate(-5deg); }
30% {
transform: translate3d(20%, 0, 0) rotate(3deg); }
45% {
transform: translate3d(-15%, 0, 0) rotate(-3deg); }
60% {
transform: translate3d(10%, 0, 0) rotate(2deg); }
75% {
transform: translate3d(-5%, 0, 0) rotate(-1deg); }
to {
transform: none; } }
.wobble {
animation-name: wobble; }
@keyframes jello {
0%, 11.1%, to {
transform: none; }
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg); }
33.3% {
transform: skewX(6.25deg) skewY(6.25deg); }
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg); }
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg); }
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg); }
77.7% {
transform: skewX(0.39062deg) skewY(0.39062deg); }
88.8% {
transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
animation-name: jello;
transform-origin: center; }
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
20% {
transform: scale3d(1.1, 1.1, 1.1); }
40% {
transform: scale3d(0.9, 0.9, 0.9); }
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03); }
80% {
transform: scale3d(0.97, 0.97, 0.97); }
to {
opacity: 1;
transform: scaleX(1); } }
.bounceIn {
animation-name: bounceIn; }
@keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, 25px, 0); }
75% {
transform: translate3d(0, -10px, 0); }
90% {
transform: translate3d(0, 5px, 0); }
to {
transform: none; } }
.bounceInDown {
animation-name: bounceInDown; }
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(25px, 0, 0); }
75% {
transform: translate3d(-10px, 0, 0); }
90% {
transform: translate3d(5px, 0, 0); }
to {
transform: none; } }
.bounceInLeft {
animation-name: bounceInLeft; }
@keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(3000px, 0, 0); }
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0); }
75% {
transform: translate3d(10px, 0, 0); }
90% {
transform: translate3d(-5px, 0, 0); }
to {
transform: none; } }
.bounceInRight {
animation-name: bounceInRight; }
@keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
0% {
opacity: 0;
transform: translate3d(0, 3000px, 0); }
60% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
75% {
transform: translate3d(0, 10px, 0); }
90% {
transform: translate3d(0, -5px, 0); }
to {
transform: translateZ(0); } }
.bounceInUp {
animation-name: bounceInUp; }
@keyframes bounceOut {
20% {
transform: scale3d(0.9, 0.9, 0.9); }
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1); }
to {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
animation-name: bounceOut; }
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0); }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
animation-name: bounceOutDown; }
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
animation-name: bounceOutLeft; }
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0); }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
animation-name: bounceOutRight; }
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0); }
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0); }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
animation-name: bounceOutUp; }
@keyframes fadeIn {
0% {
opacity: 0; }
to {
opacity: 1; } }
.fadeIn {
animation-name: fadeIn; }
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translate3d(0, -100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDown {
animation-name: fadeInDown; }
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translate3d(0, -2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInDownBig {
animation-name: fadeInDownBig; }
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeft {
animation-name: fadeInLeft; }
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translate3d(-2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInLeftBig {
animation-name: fadeInLeftBig; }
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translate3d(100%, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRight {
animation-name: fadeInRight; }
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translate3d(2000px, 0, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInRightBig {
animation-name: fadeInRightBig; }
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 100%, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUp {
animation-name: fadeInUp; }
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translate3d(0, 2000px, 0); }
to {
opacity: 1;
transform: none; } }
.fadeInUpBig {
animation-name: fadeInUpBig; }
@keyframes fadeOut {
0% {
opacity: 1; }
to {
opacity: 0; } }
.fadeOut {
animation-name: fadeOut; }
@keyframes fadeOutDown {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
animation-name: fadeOutDown; }
@keyframes fadeOutDownBig {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
animation-name: fadeOutDownBig; }
@keyframes fadeOutLeft {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
animation-name: fadeOutLeft; }
@keyframes fadeOutLeftBig {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
animation-name: fadeOutLeftBig; }
@keyframes fadeOutRight {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
animation-name: fadeOutRight; }
@keyframes fadeOutRightBig {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
animation-name: fadeOutRightBig; }
@keyframes fadeOutUp {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
animation-name: fadeOutUp; }
@keyframes fadeOutUpBig {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
animation-name: fadeOutUpBig; }
@keyframes flip {
0% {
transform: perspective(400px) rotateY(-1turn);
animation-timing-function: ease-out; }
40% {
transform: perspective(400px) translateZ(150px) rotateY(-190deg);
animation-timing-function: ease-out; }
50% {
transform: perspective(400px) translateZ(150px) rotateY(-170deg);
animation-timing-function: ease-in; }
80% {
transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
animation-timing-function: ease-in; }
to {
transform: perspective(400px);
animation-timing-function: ease-in; } }
.animated.flip, #blocks h3 a.flip, .product figure.product-thumb figcaption a.flip:hover {
backface-visibility: visible;
animation-name: flip; }
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotateX(-20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotateX(10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotateX(-5deg); }
to {
transform: perspective(400px); } }
.flipInX {
backface-visibility: visible !important;
animation-name: flipInX; }
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
animation-timing-function: ease-in;
opacity: 0; }
40% {
transform: perspective(400px) rotateY(-20deg);
animation-timing-function: ease-in; }
60% {
transform: perspective(400px) rotateY(10deg);
opacity: 1; }
80% {
transform: perspective(400px) rotateY(-5deg); }
to {
transform: perspective(400px); } }
.flipInY {
backface-visibility: visible !important;
animation-name: flipInY; }
@keyframes flipOutX {
0% {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotateX(-20deg);
opacity: 1; }
to {
transform: perspective(400px) rotateX(90deg);
opacity: 0; } }
.flipOutX {
animation-name: flipOutX;
backface-visibility: visible !important; }
@keyframes flipOutY {
0% {
transform: perspective(400px); }
30% {
transform: perspective(400px) rotateY(-15deg);
opacity: 1; }
to {
transform: perspective(400px) rotateY(90deg);
opacity: 0; } }
.flipOutY {
backface-visibility: visible !important;
animation-name: flipOutY; }
@keyframes lightSpeedIn {
0% {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0; }
60% {
transform: skewX(20deg);
opacity: 1; }
80% {
transform: skewX(-5deg);
opacity: 1; }
to {
transform: none;
opacity: 1; } }
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out; }
@keyframes lightSpeedOut {
0% {
opacity: 1; }
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0; } }
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in; }
@keyframes rotateIn {
0% {
transform-origin: center;
transform: rotate(-200deg);
opacity: 0; }
to {
transform-origin: center;
transform: none;
opacity: 1; } }
.rotateIn {
animation-name: rotateIn; }
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInDownLeft {
animation-name: rotateInDownLeft; }
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(45deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInDownRight {
animation-name: rotateInDownRight; }
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(45deg);
opacity: 0; }
to {
transform-origin: left bottom;
transform: none;
opacity: 1; } }
.rotateInUpLeft {
animation-name: rotateInUpLeft; }
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0; }
to {
transform-origin: right bottom;
transform: none;
opacity: 1; } }
.rotateInUpRight {
animation-name: rotateInUpRight; }
@keyframes rotateOut {
0% {
transform-origin: center;
opacity: 1; }
to {
transform-origin: center;
transform: rotate(200deg);
opacity: 0; } }
.rotateOut {
animation-name: rotateOut; }
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate(45deg);
opacity: 0; } }
.rotateOutDownLeft {
animation-name: rotateOutDownLeft; }
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate(-45deg);
opacity: 0; } }
.rotateOutDownRight {
animation-name: rotateOutDownRight; }
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
opacity: 1; }
to {
transform-origin: left bottom;
transform: rotate(-45deg);
opacity: 0; } }
.rotateOutUpLeft {
animation-name: rotateOutUpLeft; }
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
opacity: 1; }
to {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0; } }
.rotateOutUpRight {
animation-name: rotateOutUpRight; }
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out; }
20%, 60% {
transform: rotate(80deg);
transform-origin: top left;
animation-timing-function: ease-in-out; }
40%, 80% {
transform: rotate(60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1; }
to {
transform: translate3d(0, 700px, 0);
opacity: 0; } }
.hinge {
animation-name: hinge; }
@keyframes jackInTheBox {
0% {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom; }
50% {
transform: rotate(-10deg); }
70% {
transform: rotate(3deg); }
to {
opacity: 1;
transform: scale(1); } }
.jackInTheBox {
animation-name: jackInTheBox; }
@keyframes rollIn {
0% {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate(-120deg); }
to {
opacity: 1;
transform: none; } }
.rollIn {
animation-name: rollIn; }
@keyframes rollOut {
0% {
opacity: 1; }
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate(120deg); } }
.rollOut {
animation-name: rollOut; }
@keyframes zoomIn {
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
50% {
opacity: 1; } }
.zoomIn {
animation-name: zoomIn; }
@keyframes zoomInDown {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
animation-name: zoomInDown; }
@keyframes zoomInLeft {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
animation-name: zoomInLeft; }
@keyframes zoomInRight {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
animation-name: zoomInRight; }
@keyframes zoomInUp {
0% {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
60% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
animation-name: zoomInUp; }
@keyframes zoomOut {
0% {
opacity: 1; }
50% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3); }
to {
opacity: 0; } }
.zoomOut {
animation-name: zoomOut; }
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
animation-name: zoomOutDown; }
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(-2000px, 0, 0);
transform-origin: left center; } }
.zoomOutLeft {
animation-name: zoomOutLeft; }
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
to {
opacity: 0;
transform: scale(0.1) translate3d(2000px, 0, 0);
transform-origin: right center; } }
.zoomOutRight {
animation-name: zoomOutRight; }
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
to {
opacity: 0;
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
animation-name: zoomOutUp; }
@keyframes slideInDown {
0% {
transform: translate3d(0, -100%, 0);
visibility: visible; }
to {
transform: translateZ(0); } }
.slideInDown {
animation-name: slideInDown; }
@keyframes slideInLeft {
0% {
transform: translate3d(-100%, 0, 0);
visibility: visible; }
to {
transform: translateZ(0); } }
.slideInLeft {
animation-name: slideInLeft; }
@keyframes slideInRight {
0% {
transform: translate3d(100%, 0, 0);
visibility: visible; }
to {
transform: translateZ(0); } }
.slideInRight {
animation-name: slideInRight; }
@keyframes slideInUp {
0% {
transform: translate3d(0, 100%, 0);
visibility: visible; }
to {
transform: translateZ(0); } }
.slideInUp {
animation-name: slideInUp; }
@keyframes slideOutDown {
0% {
transform: translateZ(0); }
to {
visibility: hidden;
transform: translate3d(0, 100%, 0); } }
.slideOutDown {
animation-name: slideOutDown; }
@keyframes slideOutLeft {
0% {
transform: translateZ(0); }
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
animation-name: slideOutLeft; }
@keyframes slideOutRight {
0% {
transform: translateZ(0); }
to {
visibility: hidden;
transform: translate3d(100%, 0, 0); } }
.slideOutRight {
animation-name: slideOutRight; }
@keyframes slideOutUp {
0% {
transform: translateZ(0); }
to {
visibility: hidden;
transform: translate3d(0, -100%, 0); } }
.slideOutUp {
animation-name: slideOutUp; }  #topbar .links span, #topbar .links a {
font-size: 13px;
color: #898989;
display: inline-block;
margin-right: 20px; }
.top-buttons a.link:hover {
color: #af302d; }
#top-buttons {
display: inline-block !important; }
#top-buttons a.button {
background: #af302d !important;
color: white !important;
text-shadow: none !important;
border-radius: 1px !important; }
#widget_shopping_mini_cart-2 {
margin: 0;
display: inline-block; }
#widget_shopping_mini_cart-2 .dropdown-cart-button {
border: none;
background: none !important;
padding: 0 0 0 2px !important; }
#widget_shopping_mini_cart-2 .dropdown-cart-button .dropdown-total  {
background: none !important;
color: white;
background: none !important;
padding-right: 0 !important; }
#widget_shopping_mini_cart-2 .dropdown-total span.woocommerce-Price-amount.amount {
display: none !important; }
#menu-wrap  form, #menu-wrap  form * {
margin: 0 !important; }
#menu-wrap  .button {
margin: 0 !important; }
form#search-form,
form#search-form-catalogue {
position: relative;
display: inline-block; }
form#search-form *,
form#search-form-catalogue * {
border: none !important;
background: none !important; }
form#search-form input[type="text"],
form#search-form-catalogue input[type="text"] {
text-transform: uppercase;
font-weight: 700;
padding: 0;
box-shadow: none;
padding-left: 30px;
margin: 0 !important;
color: #898989; }
form#search-form input[type="text"]::-webkit-input-placeholder,
form#search-form-catalogue input[type="text"]::-webkit-input-placeholder {
color: #898989; }
form#search-form input[type="text"]:-moz-placeholder,
form#search-form-catalogue input[type="text"]:-moz-placeholder {
color: #898989; }
form#search-form input[type="text"]::-moz-placeholder,
form#search-form-catalogue input[type="text"]::-moz-placeholder {
color: #898989; }
form#search-form input[type="text"]:-ms-input-placeholder,
form#search-form-catalogue input[type="text"]:-ms-input-placeholder {
color: #898989; }
form#search-form input[type="submit"],
form#search-form-catalogue input[type="submit"] {
position: absolute;
top: 7px;
font-size: 14px !important;
left: 0;
color: #1d1d1b;
font-family: FontAwesome;
margin: 0 !important; }
#hide-column {
display: none; }
#social-icons a,
.social-icons a {
display: inline-block;
background: #af302d;
padding: 0.313rem;
border-radius: 100%;
width: 30px;
height: 30px;
font-size: 14px;
color: white;
text-align: center; }
#social-icons a:hover,
.social-icons a:hover {
color: #af302d;
background: white; }
#breadcrumbs {
border-top: 1px solid #a7acb5;
border-bottom: 3px solid #af302d;
padding: 20px 0; }
hr.gray {
border-color: #e5e5e5;
margin: 40px 0; }  @keyframes fadeIn {
from {
opacity: 0;
top: 20px; }
to {
opacity: 1;
top: 100%; } }
#menu-main {
animation: fadeIn 0.4s; }
#menu-main li a {
position: relative;
text-transform: uppercase;
color: #1d1d1b;
font-weight: bold;
padding: 40px 14px;
font-size: 15px; }
#menu-main li a:hover {
color: #af302d; }
#menu-main li.active > a {
color: #af302d; }
#menu-main li.active > a:before {
content: '';
position: absolute;
width: 100%;
height: 3px;
background: #af302d;
left: 0;
bottom: 0; }
#menu-main li ul.submenu {
animation: fadeIn 0.6s;
border-radius: 0 0 2px 2px;
padding: 10px;
background: white;
z-index: 99; }
#menu-main li ul.submenu li a {
padding: 10px !important; }
#menu-main li ul.submenu li a:hover {
background-color: #af302d;
color: white !important; }
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
right: 0px !important; }
#centered-menu #menu-main {
text-align: center; }
#centered-menu #menu-main li {
display: inline-block; }
#centered-menu #menu-main li:not(.active) a {
color: #1d1d1b;
font-weight: normal; }
#centered-menu #menu-main li a {
position: relative;
padding: 1.25rem;
text-transform: uppercase;
font-weight: bold; }
#centered-menu #menu-main li a:hover {
color: #af302d; }
#centered-menu #menu-main li.active a {
color: #af302d; }
#centered-menu #menu-main li.active a:after {
content: '';
position: absolute;
top: 0;
width: 100%;
height: 3px;
background-color: #af302d;
left: 0; }
#centered-menu #menu-main ul.submenu {
background: white;
z-index: 99; }  #fixed-element.fixed-image {
background-position: center center;
background-size: cover;
background-repeat: no-repeat; }
#fixed-element.fixed-video {
position: relative;
overflow: hidden;
padding: 0;
margin: 0; }
#fixed-element.fixed-video #video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
background: #999;
background-size: cover;
transition: 1s opacity; }
#fixed-element.fixed-video .cell {
background: rgba(0, 0, 0, 0.4); }
#angle-down {
width: 30px;
height: 30px;
line-height: 30px;
background: #af302d;
border-radius: 100%;
color: white;
display: block;
font-weight: bold;
text-align: center;
font-size: 18px;
margin: 20px auto 0 auto; }  body.home .slide-post .term-link {
display: inline-block !important;
width: auto !important; }
.term-link {
font-size: 15px;
font-weight: 900;
color: #aeb5b8;
text-transform: uppercase;
display: inline-block;
margin-right: 30px;
display: block;
width: 100%; }
#newsletter-wrap .tabs,
.yikes-easy-mc-form .tabs {
text-align: center;
background: none;
border: none; }
#newsletter-wrap .tabs li,
.yikes-easy-mc-form .tabs li {
display: inline-block;
float: none;
background: none !important; }
#newsletter-wrap .tabs li a,
.yikes-easy-mc-form .tabs li a {
font-weight: bold;
background: none !important;
font-size: 14px; }
#newsletter-wrap .tabs li a:hover,
.yikes-easy-mc-form .tabs li a:hover {
background: none !important; }
#newsletter-wrap .tabs li a span,
.yikes-easy-mc-form .tabs li a span {
display: inline-block;
width: 11px;
height: 11px;
border-radius: 100%;
background: white;
margin-right: 10px; }
#newsletter-wrap .tabs li.is-active a span,
.yikes-easy-mc-form .tabs li.is-active a span {
background: black;
box-shadow: 0 0 0 3px white; }
#newsletter-wrap .tabs-content,
.yikes-easy-mc-form .tabs-content {
background: none;
border: none; }
#newsletter-wrap .tabs-content input[type="text"],
#newsletter-wrap .tabs-content input[type="email"],
.yikes-easy-mc-form .tabs-content input[type="text"],
.yikes-easy-mc-form .tabs-content input[type="email"] {
border: none !important;
box-shadow: none !important;
padding: 0 25px;
font-size: 14px;
height: 50px;
margin-bottom: 20px;
border-radius: 0 !important; }
#newsletter-wrap .tabs-content input[type="text"]::-webkit-input-placeholder,
#newsletter-wrap .tabs-content input[type="email"]::-webkit-input-placeholder,
.yikes-easy-mc-form .tabs-content input[type="text"]::-webkit-input-placeholder,
.yikes-easy-mc-form .tabs-content input[type="email"]::-webkit-input-placeholder {
color: #1d1d1b; }
#newsletter-wrap .tabs-content input[type="text"]:-moz-placeholder,
#newsletter-wrap .tabs-content input[type="email"]:-moz-placeholder,
.yikes-easy-mc-form .tabs-content input[type="text"]:-moz-placeholder,
.yikes-easy-mc-form .tabs-content input[type="email"]:-moz-placeholder {
color: #1d1d1b; }
#newsletter-wrap .tabs-content input[type="text"]::-moz-placeholder,
#newsletter-wrap .tabs-content input[type="email"]::-moz-placeholder,
.yikes-easy-mc-form .tabs-content input[type="text"]::-moz-placeholder,
.yikes-easy-mc-form .tabs-content input[type="email"]::-moz-placeholder {
color: #1d1d1b; }
#newsletter-wrap .tabs-content input[type="text"]:-ms-input-placeholder,
#newsletter-wrap .tabs-content input[type="email"]:-ms-input-placeholder,
.yikes-easy-mc-form .tabs-content input[type="text"]:-ms-input-placeholder,
.yikes-easy-mc-form .tabs-content input[type="email"]:-ms-input-placeholder {
color: #1d1d1b; }
#newsletter-wrap .tabs-content input[type="text"]:focus,
#newsletter-wrap .tabs-content input[type="email"]:focus,
.yikes-easy-mc-form .tabs-content input[type="text"]:focus,
.yikes-easy-mc-form .tabs-content input[type="email"]:focus {
box-shadow: none !important;
outline: none !important; }
#newsletter-wrap .tabs-content button[type="submit"],
.yikes-easy-mc-form .tabs-content button[type="submit"] {
text-transform: uppercase;
font-weight: bold;
width: 200px; }
#newsletter-wrap input[type="text"],
#newsletter-wrap input[type="email"],
.yikes-easy-mc-form input[type="text"],
.yikes-easy-mc-form input[type="email"] {
border: 1px solid #999 !important;
box-shadow: none !important;
padding: 0 25px;
font-size: 14px;
height: 40px;
margin-bottom: 20px;
border-radius: 3px !important; }
#newsletter-wrap input[type="text"]::-webkit-input-placeholder,
#newsletter-wrap input[type="email"]::-webkit-input-placeholder,
.yikes-easy-mc-form input[type="text"]::-webkit-input-placeholder,
.yikes-easy-mc-form input[type="email"]::-webkit-input-placeholder {
color: #1d1d1b; }
#newsletter-wrap input[type="text"]:-moz-placeholder,
#newsletter-wrap input[type="email"]:-moz-placeholder,
.yikes-easy-mc-form input[type="text"]:-moz-placeholder,
.yikes-easy-mc-form input[type="email"]:-moz-placeholder {
color: #1d1d1b; }
#newsletter-wrap input[type="text"]::-moz-placeholder,
#newsletter-wrap input[type="email"]::-moz-placeholder,
.yikes-easy-mc-form input[type="text"]::-moz-placeholder,
.yikes-easy-mc-form input[type="email"]::-moz-placeholder {
color: #1d1d1b; }
#newsletter-wrap input[type="text"]:-ms-input-placeholder,
#newsletter-wrap input[type="email"]:-ms-input-placeholder,
.yikes-easy-mc-form input[type="text"]:-ms-input-placeholder,
.yikes-easy-mc-form input[type="email"]:-ms-input-placeholder {
color: #1d1d1b; }
#newsletter-wrap input[type="text"]:focus,
#newsletter-wrap input[type="email"]:focus,
.yikes-easy-mc-form input[type="text"]:focus,
.yikes-easy-mc-form input[type="email"]:focus {
box-shadow: none !important;
outline: none !important; }
#newsletter-wrap input[type="submit"],
.yikes-easy-mc-form input[type="submit"] {
font-weight: bold;
background: #af302d !important;
margin: 0 !important; }
#newsletter-wrap #newsletters-form-1-submit ,
.yikes-easy-mc-form #newsletters-form-1-submit  {
float: left !important;
clear: both !important; }
#newsletter-wrap .checkbox,
.yikes-easy-mc-form .checkbox {
width: 150px;
float: left !important;
text-align: left;
margin-top: 10px;
margin-bottom: 20px; }
#blocks .column, #blocks .columns, #blocks #slide-post .slick-slide, #slide-post #blocks .slick-slide, #blocks #slide-video .slick-slide, #slide-video #blocks .slick-slide {
position: relative; }
#blocks h3 {
text-align: center;
font-weight: 900;
padding: 80px 0;
font-size: 27px;
text-transform: uppercase;
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
#blocks h3 a {
position: relative;
display: inline-block;
color: white; }
#blocks h3 a:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0; }
#blocks .column:nth-child(1) h3, #blocks .columns:nth-child(1) h3, #blocks #slide-post .slick-slide:nth-child(1) h3, #slide-post #blocks .slick-slide:nth-child(1) h3, #blocks #slide-video .slick-slide:nth-child(1) h3, #slide-video #blocks .slick-slide:nth-child(1) h3 {
background-image: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/box/01.jpg); }
#blocks .column:nth-child(2) h3, #blocks .columns:nth-child(2) h3, #blocks #slide-post .slick-slide:nth-child(2) h3, #slide-post #blocks .slick-slide:nth-child(2) h3, #blocks #slide-video .slick-slide:nth-child(2) h3, #slide-video #blocks .slick-slide:nth-child(2) h3 {
background-image: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/box/02.jpg); }
#blocks .column:nth-child(3) h3, #blocks .columns:nth-child(3) h3, #blocks #slide-post .slick-slide:nth-child(3) h3, #slide-post #blocks .slick-slide:nth-child(3) h3, #blocks #slide-video .slick-slide:nth-child(3) h3, #slide-video #blocks .slick-slide:nth-child(3) h3 {
background-image: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/box/03.jpg); }
#blocks .column:nth-child(4) h3, #blocks .columns:nth-child(4) h3, #blocks #slide-post .slick-slide:nth-child(4) h3, #slide-post #blocks .slick-slide:nth-child(4) h3, #blocks #slide-video .slick-slide:nth-child(4) h3, #slide-video #blocks .slick-slide:nth-child(4) h3 {
background-image: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/box/04.jpg); }
#blocks .column:nth-child(5) h3, #blocks .columns:nth-child(5) h3, #blocks #slide-post .slick-slide:nth-child(5) h3, #slide-post #blocks .slick-slide:nth-child(5) h3, #blocks #slide-video .slick-slide:nth-child(5) h3, #slide-video #blocks .slick-slide:nth-child(5) h3 {
background-image: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/box/05.jpg); }
#blocks .column:nth-child(6) h3, #blocks .columns:nth-child(6) h3, #blocks #slide-post .slick-slide:nth-child(6) h3, #slide-post #blocks .slick-slide:nth-child(6) h3, #blocks #slide-video .slick-slide:nth-child(6) h3, #slide-video #blocks .slick-slide:nth-child(6) h3 {
background-image: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/box/06.jpg); }
a.category {
font-weight: bold;
text-transform: uppercase;
color: white;
background: #af302d; }
.product-post figure {
padding: 10px;
border: 1px solid #a7acb5; }
.product-post .entry {
text-align: center;
padding: 30px 0;
border-bottom: 1px solid #a7acb5; }
.product-post .entry:hover {
border-bottom: 3px solid #af302d; }
.product-post .product-price {
font-weight: 900;
font-size: 16px;
color: #af302d; }
.product-post .product-price del {
font-size: 15px;
color: #a7acb5;
font-weight: thin; }
#slider a.category {
background: none;
padding: 0; }
#slider .orbit-slide .product-price {
font-weight: 900;
font-size: 16px;
color: #1d1d1b; }
#slider .orbit-slide .product-price del {
font-size: 13px;
color: #1d1d1b;
font-weight: 400; }
#slider .slide-article {
background-position: center center;
background-repeat: no-repeat;
background-size: cover; }
#slider .slide-article * {
text-align: left !important; }
#slider .slide-article .table {
width: 100%;
height: inherit;
display: table; }
#slider .slide-article .cell {
height: inherit;
width: 100%;
vertical-align: middle; }
#slider .slide-article .cover-figure {
position: relative;
padding: 40px; }
#slider .slide-article .cover-figure .cover {
position: absolute;
top: -40px;
left: -80px;
max-width: 230px;
height: auto;
z-index: 1; }
#slider .slide-article .cover-figure img:not(.cover) {
position: relative;
z-index: 2;
border: 1px solid #a7acb5; }
#slider-csoon .orbit-slide .product-price {
font-weight: 900;
font-size: 16px;
color: white; }
#slider-csoon .orbit-slide .product-price del {
font-size: 15px;
color: white;
font-weight: 400; }
#slider-csoon a.category {
background-color: rgba(0, 0, 0, 0.3) !important; }
#slider-csoon article figure {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
#newsletter-wrapper {
background: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/bg-newsletter.jpg) center center no-repeat;
background-size: cover; } div#loader {
position: fixed;
top: 0;
left: 0;
background: url(//www.bordeauxedizioni.it/wp-content/themes/bordeaux/assets/images/loaders/loader.gif) center center no-repeat #eeedec;
z-index: 999999;
background-size: 25%; }
#slider {
border-top: 1px solid #e5e5e5; }
#slider .product-price {
display: block;
text-align: center;
font-weight: 900;
font-size: 16px;
color: #1d1d1b; }
#slider .product-price del {
font-size: 14px;
color: #1d1d1b;
font-weight: 400; }
#slider .product-price ins {
text-decoration: none !important; }
#slider article {
position: relative;
background-position: center center;
background-size: cover !important;
background-size: 150%;
width: 100%;
max-width: 100%; }
#slider article .blur-bg {
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
transform: translate(-50%, -65%);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px); }
#slider article:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5);
z-index: 1; }
#slider article h1, #slider article h2 {
position: relative;
z-index: 2;
color: #1d1d1b;
font-size: 3.125rem; }
#slider article h1, #slider article h2, #slider article a, #slider article p, #slider article figure, #slider article span {
position: relative;
z-index: 2; }
.orbit-bullets button {
width: 10px;
height: 10px; }
.orbit {
position: relative; }
.orbit nav.orbit-bullets {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
z-index: 3; }
.custom-orbit-previous:hover,
.custom-orbit-next:hover {
color: #af302d !important; }
#slider-csoon { }
#slider-csoon .slick-arrow {
background: rgba(0, 0, 0, 0.5) !important; }
#slider-csoon .slick-arrow:hover {
background: rgba(0, 0, 0, 0.8) !important; }
#slider-csoon .slide-article  {
position: relative;
z-index: 9999;
overflow: hidden; }
#slider-csoon .slide-article  .row {
position: relative;
z-index: 99; }
#slider-csoon .blur-bg {
position: absolute;
top: 50%;
left: 20%;
width: auto;
height: auto;
min-width: 100%;
min-height: 100%;
transform: translate(-50%, -65%);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
z-index: 1; }
#slider-csoon .left-slide,
#slider-csoon .right-slide {
height: 480px; }
#slider-csoon .left-slide .cell,
#slider-csoon .left-slide .table,
#slider-csoon .right-slide .cell,
#slider-csoon .right-slide .table {
height: inherit;
position: relative;
z-index: 4; }
#slider-csoon .left-slide figure {
width: 200px;
float: right; }
#slider-csoon .left-slide figure img {
float: none;
width: 200px;
height: auto; }
#slider-csoon .left-slide .cell {
left: 110px; }
#slider-csoon .right-slide .cell {
padding: 0 50px 0 110px; }
#slider-csoon .wrap {
position: relative;
z-index: 3;
overflow: hidden; }
.relative .bar {
position: absolute;
background: #95bc60;
width: 100%;
top: 0;
right: -50%;
height: 100%;
min-height: 100%;
z-index: -1; } #top-news #main-post, #top-news #main-post article {
height: 680px; }
#top-news #top-post, #top-news #top-post article,
#top-news #bottom-post,
#top-news #bottom-post article {
height: 340px; }
#top-news #main-post,
#top-news #top-post,
#top-news #bottom-post {
width: 100%;
display: table;
position: relative;
background-position: center center;
background-size: cover; }
#top-news #main-post:after,
#top-news #top-post:after,
#top-news #bottom-post:after {
background: rgba(13, 131, 201, 0.3);
opacity: 0;
z-index: 1; }
#top-news #main-post:hover:after,
#top-news #top-post:hover:after,
#top-news #bottom-post:hover:after {
opacity: 1; }
#top-news #main-post a,
#top-news #top-post a,
#top-news #bottom-post a {
color: white; }
#top-news #main-post article,
#top-news #top-post article,
#top-news #bottom-post article {
display: table-cell;
vertical-align: bottom;
padding: 1.25rem;
position: relative; }
#top-news #main-post article:after,
#top-news #top-post article:after,
#top-news #bottom-post article:after {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 120%, rgba(0, 0, 0, 0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#69000000',GradientType=0 );
z-index: 1; }
#top-news #main-post h1, #top-news #main-post h2,
#top-news #top-post h1,
#top-news #top-post h2,
#top-news #bottom-post h1,
#top-news #bottom-post h2 {
font-weight: 900;
margin-top: 0.938rem; }
#top-news #main-post h1, #top-news #main-post h2, #top-news #main-post span,
#top-news #top-post h1,
#top-news #top-post h2,
#top-news #top-post span,
#top-news #bottom-post h1,
#top-news #bottom-post h2,
#top-news #bottom-post span {
position: relative;
z-index: 2; } #collapse-blocks .row div:nth-child(1) article {
background-color: #999; }
#collapse-blocks .row div:nth-child(2) article {
background-color: #222; }
#collapse-blocks .row div:nth-child(3) article {
background-color: black; }
#collapse-blocks .row article {
background-position: center right;
background-repeat: no-repeat;
padding: 3.125rem; }
#collapse-blocks .row article p {
margin: 1.25rem 0 0 0;
padding-right: 5rem; }
#slide-news { } article.cpt-post {
margin-bottom: 1.25rem; }
article.cpt-post figure a {
position: relative;
display: block;
background: #e5e5e5;
text-align: center;
border: 1px solid #e5e5e5; }
article.cpt-post figure a img {
position: relative;
margin: 0 auto; }
article.cpt-post figure a:after {
background: rgba(13, 131, 201, 0.7);
opacity: 0; }
article.cpt-post:hover figure a:after {
opacity: 1; }
article.cpt-post .entry {
border: 1px solid #ebebeb;
border-top: none;
padding: 1.25rem; }
article.cpt-post .entry h4 {
margin: 0 0 0.6rem 0;
font-weight: 700; }
article.cpt-post .entry p {
margin-bottom: 0;
font-weight: 300; }
article.cpt-post .entry span.time {
color: #898989;
font-size: 0.75rem;
display: block;
margin-bottom: 0.6rem;
text-transform: capitalize; }
button#orbit-next,
button#orbit-previous {
border: 1px solid #e6eff7;
padding: 1.25rem;
color: #af302d;
text-align: center; }
button#orbit-next:hover,
button#orbit-previous:hover {
background-color: #af302d;
color: white; } article.event-home figure {
margin-bottom: 0.938rem; }
article.event-home span.cal {
background: #898989;
display: block;
text-align: center;
width: 50px;
height: 50px;
padding: 5px;
color: white;
font-size: 25px; } .full-rectangle-post figure {
position: relative; }
.full-rectangle-post figure:before {
background: rgba(13, 131, 201, 0.7);
opacity: 0; }
.full-rectangle-post figure:after {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#69000000',GradientType=0 ); }
.full-rectangle-post figure:hover:before {
opacity: 1; }
.full-rectangle-post figure figcaption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 40px 40px 20px 40px;
z-index: 2; }
span.edit-link {
display: none; }
.yikes-easy-mc-submit-button {
margin-bottom: 0 !important; } #newsletter-wrap {
position: relative;
margin: 0px 0 50px 0; }
#newsletter-wrap label[for="wpml-newsletters-2email"] {
display: none; }
#newsletter-wrap #wpml-newsletters-3email::-webkit-input-placeholder {
color: white; }
#newsletter-wrap #wpml-newsletters-3email:-moz-placeholder {
color: white; }
#newsletter-wrap #wpml-newsletters-3email::-moz-placeholder {
color: white; }
#newsletter-wrap #wpml-newsletters-3email:-ms-input-placeholder {
color: white; }
#newsletter-wrap div#newsletters-3-fields,
#newsletter-wrap .muField {
position: absolute;
width: 75%;
top: 0;
left: 0; }
#newsletter-wrap div#newsletters-3-fields #wpml-newsletters-3email,
#newsletter-wrap .muField #wpml-newsletters-3email {
border-radius: 5px;
padding-left: 15px;
height: 40px;
background: rgba(255, 255, 255, 0.3);
border: none;
margin: 0; }
#newsletter-wrap div#newsletters-3-submit,
#newsletter-wrap .muSubmit {
position: absolute;
width: 20%;
top: 0;
right: 0; }
#newsletter-wrap div#newsletters-3-submit input,
#newsletter-wrap .muSubmit input {
border-radius: 0;
background: #000;
text-transform: uppercase;
height: 40px;
font-size: 13px;
font-weight: bold;
padding: 0 20px;
border: none;
color: white !important; }
#newsletter-wrap fieldset {
border: 0;
margin: 0;
padding: 0; }
#newsletter-wrap img#loading-img,
#newsletter-wrap span#show-response {
position: relative;
top: 20px;
color: white !important; } .social-wrap {
border: 1px solid #ebebeb;
margin-bottom: 1.25rem; }
.social-wrap h3 {
border-bottom: 1px solid #ebebeb;
color: #333333;
padding: 1.25rem;
font-size: 1rem;
font-weight: 700;
text-transform: uppercase; }
.social-wrap h3 i {
padding-right: 0.6rem;
display: inline-block; }  form.register {
margin-top: 0 !important; }
.registration-form.woocommerce h2 {
display: none; }
.registration-form.woocommerce .woocommerce-simple-registration-login-link {
display: none; }
.author {
margin-bottom: 20px; }
.author a.category {
color: #a7acb5 !important;
text-transform: none;
font-size: 18px !important;
display: inline-block !important; }
h3.letter {
margin: 10px 0 30px 0;
font-weight: bold;
text-transform: uppercase;
padding: 0 0 20px 0;
border-bottom: 2px solid #1d1d1b; }
ul.letters {
margin: 20px 0 0 0;
padding: 0; }
ul.letters li {
display: inline-block;
list-style: none;
margin: 10px 3px 0 0; }
ul.letters li a {
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
background: #e9ebee;
display: block;
text-align: center;
width: 30px;
height: 30px;
line-height: 30px;
color: #1d1d1b; }
ul.letters li a:hover {
background: #a7acb5;
color: white; }
.product-post figure {
overflow: hidden;
display: table;
width: 100%; }
.product-post figure a {
display: table-cell;
vertical-align: middle;
height: 400px; }
article.author figure {
position: relative;
margin: 0 auto;
background: #e5e5e5;
overflow: hidden;
text-align: center;
width: 120px;
height: 120px;
border-radius: 3px; }
article.author figure:hover { }
article.author h2 {
position: relative;
margin-bottom: 20px; }
article.author h2:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 0;
background: #af302d; }
article.author:hover a {
color: #af302d; }
img#not-found {
position: absolute;
bottom: 0;
right: 100px; }
form.wpcf7-form br {
display: none !important; }
form.wpcf7-form input#submit {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.3px; }
form.wpcf7-form input:not([type="submit"]),
form.wpcf7-form textarea {
padding-left: 10px;
min-height: 45px; }
#the-content blockquote,
.the-content blockquote {
border-left-width: 2px;
padding: 0 0.938rem; }
#the-content h1, #the-content h2, #the-content h3, #the-content h4, #the-content h5, #the-content h6,
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
margin-bottom: 20px; }
#the-content ul,
.the-content ul {
margin-left: 20px !important; }
#the-content h1,
.the-content h1 {
font-size: 1.75rem; }
#the-content h2,
.the-content h2 {
font-size: 1.625rem; }
#the-content h3,
.the-content h3 {
font-size: 1.5rem; }
#the-content h4,
.the-content h4 {
font-size: 1.375rem; }
#the-content h5,
.the-content h5 {
font-size: 1.25rem; }
#the-content h6,
.the-content h6 {
font-size: 1.125rem; }
#the-content a,
.the-content a {
color: #af302d;
font-weight: bold; }
#the-content a.button,
.the-content a.button {
color: white !important; }
a.category {
cursor: pointer; }
a.category:hover {
background: #af302d;
color: white; }
.control-label.wpmlcustomfield {
display: none; }
.widget-title {
color: #1d1d1b;
text-transform: uppercase;
font-size: 20px;
font-weight: 700;
font-family: "Roboto", sans-serif;
padding-bottom: 10px;
border-bottom: 3px solid #1d1d1b;
margin: 0 0 20px 0; }
aside ul.vertical.menu li a {
padding: 20px 0;
border-bottom: 1px solid #a7acb5; }
aside ul.vertical.menu li a:hover {
color: #af302d; }
aside ul.vertical.menu li.active > a {
color: #af302d; }
aside ul.vertical.menu li.is-accordion-submenu-parent ul {
margin-left: 20px; }
#the-content .woocommerce-MyAccount-navigation ul {
margin: 0 !important;
padding: 0 !important; }
#the-content .woocommerce-MyAccount-navigation li {
list-style: none;
display: block;
width: 100%; }
#the-content .woocommerce-MyAccount-navigation li a {
display: block;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #e5e5e5; }
#the-content .woocommerce-MyAccount-navigation li a:hover {
color: #af302d; }
#the-content .woocommerce-MyAccount-navigation li.active > a {
color: #af302d; }
.widget-title {
font-size: 1rem; }
.widget-box {
margin-bottom: 2.5rem; }
.widget_search input[type="text"] {
width: 97.9%; }
.newsletters .newsletters-form-fields {
float: left;
width: 75%; }
.newsletters .newsletters-form-fields input[type="text"] {
height: 32px; }
.newsletters .newsletters_submit {
float: right;
width: 23%; }
.newsletters .newsletters_submit input[type="submit"] {
width: 100%;
text-transform: uppercase;
text-align: center;
padding: 0 5px;
height: 32px; }
.newsletters .newsletters_submit input[type="submit"] font {
weight: bold;
size: 12px; }
.newsletters .clearfix {
clear: none !important;
display: none; }
#page-sidebar #gallery {
padding: 0 !important; }
.wpcf7-validation-errors {
background: #fff;
color: #333333; }
.accordion {
border: none;
margin-top: 10px; }
.accordion .accordion-item {
margin-top: 5px; }
.accordion .accordion-item .accordion-title {
background-color: #fff;
border: 1px solid !important;
border-color: #e5e6e9 #dfe0e4 #d0d1d5 !important;
border-radius: 3px !important; }
.accordion .accordion-item .accordion-title:hover {
background-color: rgba(0, 0, 0, 0.1) !important; }
.accordion .accordion-item .accordion-content {
border: none; }
.boxed {
background-color: #fff;
border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
border-radius: 3px; }
.filled-box {
border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
background: #e9ebee;
border-radius: 3px; }
#contacts .wpcf7-form {
position: relative;
top: -15px; }  article.cpt-post a.category {
background: none;
padding: 0;
color: #898989;
font-weight: normal;
margin: 0;
font-size: 12px; }
article.category {
margin-bottom: 1.875rem; }
article.category figure {
margin: 0; }
article.category .time {
padding: 0 0 0.6rem 0;
font-size: 0.875rem;
color: #898989;
display: block;
border-bottom: 1px solid #a7acb5;
margin-bottom: 5px; }
article.category .entry {
background: white;
border: 1px solid #E0E0E0;
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
padding: 15px; }
article.category a:hover {
color: #af302d; }
article.category h3 {
margin: 0 0 5px 0; }
article.latest-post {
margin-bottom: 20px; }
article.boxed {
margin-bottom: 1.875rem; }
article.boxed figure {
padding: 1.875rem;
background: white;
border: 1px solid #ebebeb;
text-align: center; }
article.boxed figure img {
box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
border: 1px solid #ebebeb; }
article.boxed h3 {
font-size: 1.25rem;
margin: 20px 0 10px 0; }
article.boxed span {
font-size: 0.75rem;
color: #898989;
display: block; }
article.boxed a.readmore {
color: #1d1d1b;
display: inline-block;
margin-top: 10px;
font-size: 0.813rem;
font-weight: 700;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6); }
article.boxed a.readmore i {
position: relative;
top: 1px;
font-size: 10px; }
#search-post input, #search-post select {
margin: 0 !important; }
article.list {
margin-bottom: 20px; }
article.list h2 {
font-size: 1.875rem; }
article.list span {
color: #898989; }
article.list hr {
margin: 5px 0 10px 0; }
article.list .main-section {
position: relative;
top: -6px; }  button.thumbnail {
width: 100px !important;
height: 100px !important; }
blockquote.big {
background: #a7acb5;
padding: 20px !important;
border-left-width: 5px !important; }
article.latest-post a.category {
font-size: 11px !important; }
article.latest-post figure.thumbnail img {
width: 80px !important;
height: auto; }  footer#footer #menu-footer {
margin: 0;
padding: 0; }
footer#footer #menu-footer li {
list-style: none;
display: inline-block;
margin-right: 10px; }
footer#footer #menu-footer li a {
padding: 0; }
footer#footer #vertical-links #menu-footer li a {
color: white;
margin-top: 10px; }
footer#footer ul li {
display: block;
list-style: none; }
footer#footer ul li a {
color: #898989 !important;
font-size: 15px !important;
padding: 0 0 15px 0 !important;
display: block !important; }
footer#footer ul li a:hover {
color: white !important; }
footer#footer ul li .submenu {
display: none !important;
background: #333333;
min-width: 150px;
padding: 15px 15px 0 15px; }
footer#footer ul li .submenu li a {
border-bottom: #898989;
color: #a7acb5; }
footer#footer ul li .submenu li a:hover {
color: white !important; }
footer#footer #social-link a {
display: block;
margin-bottom: 20px;
font-weight: bold;
font-size: 15px;
text-transform: uppercase; }
footer#footer #social-link a i {
display: inline-block;
width: 40px;
height: 40px;
color: white !important;
text-align: center;
font-size: 18px !important;
line-height: 40px; }
footer#footer #social-link a.link-fa-facebook {
color: #3162a2; }
footer#footer #social-link a.link-fa-facebook i {
background-color: #3162a2; }
footer#footer #social-link a.link-fa-twitter {
color: #1eb7fb; }
footer#footer #social-link a.link-fa-twitter i {
background-color: #1eb7fb; }
footer#footer #social-link a.link-fa-linkedin {
color: #107fb5; }
footer#footer #social-link a.link-fa-linkedin i {
background-color: #107fb5; }
footer#footer #social-link a.link-fa-instagram {
color: #92278f; }
footer#footer #social-link a.link-fa-instagram i {
background-color: #92278f; }
footer#footer #social-link a.link-fa-pinterest {
color: #ff44fa; }
footer#footer #social-link a.link-fa-pinterest i {
background-color: #ff44fa; } #iubenda_policy ul li:before {
content: normal;
position: static;
color: inherit; }
body.page-template-privacypolicy #main {
height: auto !important;
min-height: 100%; }  .woocommerce-breadcrumb,
.woocommerce-ordering,
.woocommerce-result-count,
span.onsale {
display: none; }
.product {
position: relative;
margin-bottom: 30px;
text-align: center; }
.product .price {
display: block;
text-align: center;
font-weight: 900;
font-size: 16px;
color: #af302d; }
.product .price del {
font-size: 15px;
color: #a7acb5;
font-weight: thin; }
.product .price ins {
text-decoration: none !important; }
.product h2 {
font-size: 18px;
font-weight: 900;
margin: 10px 0; }
.product a.category {
background: none;
padding: 0;
color: #898989;
margin-top: 20px;
display: block;
text-align: center; }
.product a.category:hover {
color: #af302d; }
.product figure.product-thumb {
position: relative;
height: 390px;
width: 100%;
overflow: hidden;
border: 1px solid #e5e5e5;
background: #fafafa; }
.product figure.product-thumb img {
width: auto;
height: 390px; }
.product figure.product-thumb figcaption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0;
opacity: 0;
visibility: hidden; }
.product figure.product-thumb figcaption:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0, 0, 0, 0.6); }
.product figure.product-thumb figcaption a {
position: absolute;
z-index: 2;
height: 40px;
width: 40px;
left: 50%;
margin-top: -20px;
font-family: FontAwesome;
font-size: 18px;
line-height: 40px;
border-radius: 100%;
color: white; }
.product figure.product-thumb figcaption a.woocommerce-loop-product__link {
background: #1d1d1b;
margin-left: -50px;
top: 55%; }
.product figure.product-thumb figcaption a.woocommerce-loop-product__link:hover {
color: white;
background: #333333; }
.product figure.product-thumb figcaption a.woocommerce-loop-product__link:after {
content: '\f002'; }
.product figure.product-thumb figcaption a.add_to_cart_button {
background: #af302d;
margin-left: 10px;
font-size: 0px;
top: 60%; }
.product figure.product-thumb figcaption a.add_to_cart_button:hover {
color: white;
background: #7a1213; }
.product figure.product-thumb figcaption a.add_to_cart_button:after {
content: '\f07a';
font-size: 18px; }
.product figure.product-thumb figcaption a.ajax_add_to_cart:not(.add_to_cart_button) {
display: none; }
.product figure.product-thumb:hover figcaption { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=10); -moz-opacity: 1; -khtml-opacity: 1;
opacity: 1;
visibility: visible; }
.product figure.product-thumb:hover figcaption a {
top: 50% !important; }
.woocommerce-pagination {
margin: 40px 0; }
.woocommerce-pagination .page-numbers {
border: none !important; }
.woocommerce-pagination .page-numbers li {
border: none !important; }
.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
width: 40px;
height: 40px;
line-height: 25px !important;
text-align: center;
line-height: 25px !important;
text-align: center;
font-weight: bold !important;
font-size: 13px !important;
padding: none !important;
margin: 0 5px !important;
border: 1px solid #e5e5e5 !important; }
.woocommerce-pagination .page-numbers li a:hover, .woocommerce-pagination .page-numbers li a.current,
.woocommerce-pagination .page-numbers li span:hover,
.woocommerce-pagination .page-numbers li span.current {
border-color: #af302d !important;
background: none !important;
color: #af302d !important; }
.latest-post a.category {
color: #af302d !important;
font-weight: bold !important; }
.latest-post .product-price {
display: block;
text-align: left;
font-weight: 900;
font-size: 14px;
color: #af302d; }
.latest-post .product-price del {
font-size: 13px;
color: #a7acb5;
font-weight: thin; }
.latest-post .product-price ins {
text-decoration: none !important; }
.thumbnail.small img {
width: 60px;
height: auto; }
.product-categories {
list-style-type: none;
margin: 0;
padding: 0; }
.product-categories li a {
padding: 15px 0;
display: block;
border-bottom: 1px solid #e5e5e5;
max-height: 50x;
font-weight: normal;
text-transform: none;
color: #1d1d1b; }
.product-categories li a:hover {
border-bottom: 3px solid #eeb640;
color: #eeb640;
font-weight: bold; }
.product-categories li:first-child a {
padding-top: 0;
max-height: 41x; }
.product-categories li.current-cat a {
border-bottom: 3px solid #eeb640;
color: #eeb640;
font-weight: bold; }
#product-search input[type="text"] {
height: 40px;
padding-left: 10px;
box-shadow: none;
border: 1px solid #e5e5e5;
margin-bottom: 20px; }
#product-search input[type="text"]::-webkit-input-placeholder {
color: #1d1d1b; }
#product-search input[type="text"]:-moz-placeholder {
color: #1d1d1b; }
#product-search input[type="text"]::-moz-placeholder {
color: #1d1d1b; }
#product-search input[type="text"]:-ms-input-placeholder {
color: #1d1d1b; }
#product-search input[type="submit"] {
background: #af302d;
padding: 20px;
text-align: center;
color: white;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
border-radius: 0px !important; }
#product-search .select2-container {
margin-bottom: 20px; }
#product-search .select2-selection__arrow {
height: 40px;
position: absolute;
top: 0px;
right: 0px;
width: 40px;
border-left: 1px solid #e5e5e5; }
#product-search span.select2-selection.select2-selection--single {
background: white;
outline: none;
border: 1px solid #e5e5e5;
height: 40px;
padding-top: 6px;
border-radius: 0 !important; }
#product-search span.select2-selection.select2-selection--single * {
color: #1d1d1b !important; }
#product-search span.select2-selection.select2-selection--single .select2-selection__arrow b {
margin-top: 0px !important;
border-color: #e5e5e5 transparent transparent transparent !important; }
#product-search span.select2-results {
background-color: white; }
#product-search span.select2-results * {
color: #1d1d1b !important; }
#product-search span.select2-results .select2-results__option {
background-color: transparent !important; }
#product-search span.select2-results .select2-results__option:hover {
background-color: #a7acb5 !important; }
#product-search span.select2-results .select2-results__option {
border-bottom: 1px solid #e5e5e5 !important;
padding: 10px 15px !important; }
#product-search input.select2-search__field {
margin: 0 !important;
box-shadow: none !important;
outline: none !important; }
#product-search .select2-search--dropdown {
background-color: #333333 !important; }
a.download {
position: relative; }
a.download:before {
content: '';
position: absolute;
right: 45px;
top: 0;
height: 100%;
width: 1px;
background: rgba(255, 255, 255, 0.25); }
a.download:after {
content: '\f019';
font-family: FontAwesome;
position: absolute;
color: white;
width: 45px;
text-align: center;
height: 100%;
right: 0;
top: 0;
font-size: 16px;
line-height: 45px; }
a.download.external:after {
content: '\f14c' !important; }
.single-product .summary.entry-summary {
text-align: left; }
.single-product .summary.entry-summary form.cart {
margin-bottom: 0; }
.single-product .summary.entry-summary .price {
text-align: left;
font-weight: 900;
font-size: 22px;
font-weight: bold;
color: #af302d; }
.single-product .summary.entry-summary .price del {
font-size: 18px;
color: #a7acb5; }
.single-product .summary.entry-summary .woo-btn {
clear: both;
width: 100% !important;
display: block !important;
text-align: left;
height: 45px !important;
border-radius: 2px !important;
line-height: 45px;
padding: 0 0 0 20px !important; }
.single-product .summary.entry-summary h1 {
margin-bottom: 20px; }
.single-product .summary.entry-summary h2, .single-product .summary.entry-summary h3, .single-product .summary.entry-summary h4, .single-product .summary.entry-summary h5, .single-product .summary.entry-summary h6 {
font-size: 18px;
margin-bottom: 10px; }
.single-product .summary.entry-summary p {
font-size: 14px; }
.single-product .summary.entry-summary a.category {
display: block;
text-align: left;
color: #eeb640;
margin: 0 0 10px 0; }
.single-product .summary.entry-summary .single_add_to_cart_button {
display: block;
width: 100%;
font-size: 12px;
color: white;
text-transform: uppercase;
border-radius: 0;
margin: 20px 0;
background: #1d1d1b !important;
cursor: pointer;
text-align: left;
height: 45px !important;
border-radius: 2px !important;
padding-left: 20px; }
.single-product .summary.entry-summary .single_add_to_cart_button:before {
content: '';
position: absolute;
right: 45px;
top: 0;
height: 100%;
width: 1px;
background: rgba(255, 255, 255, 0.25); }
.single-product .summary.entry-summary .single_add_to_cart_button:after {
content: '\f07a';
font-family: FontAwesome !important;
position: absolute;
color: white;
width: 45px;
text-align: center;
height: 100%;
right: 0;
top: 0;
font-size: 16px;
line-height: 45px;
margin: 0 !important; }
.single-product .summary.entry-summary .quantity-string {
color: #a7acb5;
font-size: 14px;
text-transform: uppercase;
margin-top: 12px;
display: inline-block; }
.single-product .summary.entry-summary .quantity input {
height: 45px;
border: 1px solid #a7acb5;
margin: 0 10px 0 0 !important; }
.product figure.product-thumb figcaption a.add_to_cart_button.added:after {
content: '\f00c' !important;
font-family: FontAwesome !important;
margin: 0 !important; }
#tab-info a.category {
display: inline-block !important;
text-transform: none !important;
padding: 0 !important;
margin: 0 !important;
font-size: 15px !important;
color: #333333;
cursor: pointer !important; }
#tab-info a.category:hover {
color: #af302d; }
.mc4wp-form-fields input[type="submit"] {
background-color: #af302d !important;
color: white !important; }
.woocommerce-tabs {
padding-bottom: 40px;
border-bottom: 1px solid #e5e5e5; }
.woocommerce-tabs .tabs.wc-tabs {
border: 1px solid #a7acb5 !important;
border-width: 0 0 1px 0 !important;
text-align: left;
padding: 0 !important; }
.woocommerce-tabs .tabs.wc-tabs:before, .woocommerce-tabs .tabs.wc-tabs:after {
display: none !important; }
.woocommerce-tabs .tabs.wc-tabs li {
border: none !important;
background: none !important;
border-radius: 0 !important;
margin: 0 !important;
padding: 0 !important; }
.woocommerce-tabs .tabs.wc-tabs li:after, .woocommerce-tabs .tabs.wc-tabs li:before {
display: none !important; }
.woocommerce-tabs .tabs.wc-tabs li a,
.woocommerce-tabs .tabs.wc-tabs li a.category {
display: inline-block !important;
text-transform: none !important;
padding: 20px !important;
color: #333333;
cursor: pointer !important; }
.woocommerce-tabs .tabs.wc-tabs li a:hover,
.woocommerce-tabs .tabs.wc-tabs li a.category:hover {
color: #af302d; }
.woocommerce-tabs .tabs.wc-tabs li.active {
border-bottom: 2px solid #af302d !important; }
.woocommerce-tabs .tabs.wc-tabs li.active a {
color: #af302d !important; }
.woocommerce-tabs .woocommerce-Tabs-panel.panel {
text-align: left; }
.woocommerce-tabs .woocommerce-Tabs-panel.panel > h2 {
display: none; }
.woocommerce-tabs .woocommerce-Tabs-panel.panel h3 {
margin: 20px 0; }
.related.products > h2 {
font-size: 28px;
text-align: left;
padding: 40px 0; }
.woo-btn {
margin: 5px 0 !important;
font-size: 12px !important;
text-transform: uppercase;
border-radius: 0;
padding: 12px !important;
background: #af302d !important;
cursor: pointer;
color: white !important; }
.woo-btn:hover {
background: #7a1213 !important; }
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
color: white !important;
background: #af302d !important; }
.woocommerce-info,
.woocommerce-message {
font-size: 15px;
line-height: 15px !important;
border: none; }
.woocommerce-info:before,
.woocommerce-message:before {
color: #898989 !important; }
.woocommerce-info a.button,
.woocommerce-message a.button {
background-color: transparent !important;
padding: 0 !important; }
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover {
color: #af302d !important; }
.woocommerce-product-gallery__wrapper div a img {
border: 1px solid #a7acb5; }
.product figure.product-thumb a.added_to_cart.wc-forward {
position: absolute !important;
width: 100%;
background: rgba(175, 48, 45, 0.85);
height: 55px;
border-radius: 0 !important;
top: 0 !important;
margin-top: 0 !important;
left: 0 !important;
margin-left: 0 !important;
display: block !important; }
.product a.category {
display: inline-block !important; }
.addthis_toolbox.addthis_default_style {
position: fixed;
left: 0;
width: 32px;
height: 130px;
top: 50%;
margin-top: -65px;
z-index: 9999;
font-size: 0; }
.addthis_toolbox.addthis_default_style a {
display: block;
margin: 0 !important; }
.addthis_toolbox.addthis_default_style a:hover  {
transform: translateY(0);
transform: translateX(4px); }
.woocommerce-product-gallery {
width: 38% !important; }
.summary {
width: 58% !important; }
.cover-sidebar {
position: relative;
width: 200px;
margin: 0 auto; }
#order_review_heading  {
margin-top: 40px; }
#ship-to-different-address  {
margin: 75px 0 0 0; }
.page-id-209 .mc4wp-form-fields p.size-12 {
display: none; }    @media only screen and (max-width: 767px) {
#top-buttons {
display: block !important; }
#top-buttons form {
display: none; }
#top-buttons a.button {
display: block;
width: 100%; }
.top-bar #search-form-catalogue  {
display: none;
width: 100%; }
.block {
display: block !important; }
#slider .slide-article .cover-figure {
padding: 0 !important; }
.addthis_toolbox  {
display: none; }
#slider .slide-article {
height: 226px !important;
padding: 0 !important; }
body.home .slide-post .term-link {
display: block !important; }
.product-post .entry {
border-bottom: none !important;
padding: 20px 0 10px 0; }
.slide-post {
padding-bottom: 0 !important; }
body.woocommerce-cart .woocommerce .quantity .qty {
left: 10px;
position: relative; }
#slider-csoon .wrap {
padding: 0 !important; }
#slider-csoon .left-slide .cell {
left: 0; }
#slider-csoon .left-slide figure {
float: none;
box-shadow: none !important;
text-align: center; }
.padding-bottom-60 {
padding-bottom: 20px; }
#slider-csoon .blur-bg {
display: none; }
#slider-csoon .left-slide, #slider-csoon .right-slide {
height: auto !important; }
#slider-csoon .right-slide .cell {
padding: 20px 10px 0px 10px; }
#slide-post .slick-slide figure img {
width: auto !important;
height: auto !important;
position: relative;
margin: 0 auto; }
.woocommerce div.product div.images.woocommerce-product-gallery,
.summary.entry-summary {
width: 100% !important; }
#newsletter-wrap .tabs-content button[type=submit] {
width: 100% !important; }
.product figure.product-thumb figcaption a.added_to_cart.wc-forward {
display: block;
width: 100% !important;
left: 0;
top: 20px !important;
background: green;
border-radius: 0;
line-height: 33px !important;
margin: 10px 0 !important;
height: 50px;
text-transform: uppercase;
font-weight: bold; }
#newsletter-wrap {
margin: 0 0 10px 0; }
.slide-video {
padding-bottom: 20px; }
.slide-news  {
padding: 20px 0 0 0; }
#slider-csoon .wrap:after {
position: absolute;
background: #95bc60;
width: 100%;
top: auto;
bottom: 0;
right: 0;
height: 40%;
min-height: 40%;
z-index: -1; }
#slider-csoon .wrap {
padding: 30px 0;
text-align: center; }
#slider-csoon article figure {
width: 250px;
margin: 0 auto 20px auto; }
#slider-csoon article figure img {
height: auto !important;
width: 250px;
float: none; }
#slide-post .slick-slide figure img {
min-height: auto;
width: 100%; }
.term-link {
display: block;
margin: 10px 0 15px 0; }
.padding-80-0 {
padding: 30px 0 !important; }
#slider article {
height: auto !important;
padding: 40px 0; }
article.slide-article figure img {
width: 100%;
height: auto !important; }
article.slide-article h2  {
font-size: 18px !important;
margin: 10px 0; }
article.slide-article a.category {
font-size: 10px;
padding: 5px 8px; }
.slick-arrow {
display: none !important; }
#menu-main li a {
padding: 15px 0;
border-bottom: 1px solid #e5e5e5; }
#menu-main li .submenu li {
display: block; }
.title-bar {
padding: 10px 0 !important; }
.pagination li {
display: inline-block !important;
font-size: 14px !important; }
ul#menu-main > li:not(:last-child) {
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
ul#menu-main > li > a {
padding-left: 0 !important; }
ul#slider h1, ul#slider h2 {
font-size: 2.5rem !important;
text-align: center; } #newsletter-wrap div#newsletters-3-fields,
#newsletter-wrap .muField {
position: relative;
width: 100%;
margin-bottom: 10px; }
#newsletter-wrap div#newsletters-3-submit,
#newsletter-wrap .muSubmit {
position: relative;
width: 100%;
margin: 0 !important; } .orbit {
position: relative; }
.orbit nav.orbit-bullets {
position: relative;
width: 100%;
left: 0;
bottom: 0;
z-index: 3; }
.orbit button.thumbnail {
width: 50px !important;
height: 50px !important; } }  @media only screen and (min-width: 768px) and (max-width: 1024px) {
body #menu-main {
text-align: center; }
body #menu-main li {
display: inline-block; }
body #menu-main li a {
font-size: 11px !important;
padding: 20px 12px !important; }
.product-post figure img,
#slide-post .slick-slide figure img {
min-height: 200px;
height: 200px; }
h2 {
font-size: 30px; }
article.cpt-post figure a img {
height: 200px; }
.product figure.product-thumb {
height: 300px; } }      @media only screen and (min-width: 1480px) {
#hide-column {
display: block !important; }
#switch-column {
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
max-width: 50% !important;
width: 50% !important; } }
@media only screen and (min-width: 768px) and (max-width: 1479px) {
#menu-main li a {
font-size: 14px !important; } }
@media only screen and (min-width: 1479px) and (max-width: 1700px) {
#menu-main li a {
font-size: 13px !important;
padding: 40px 11px !important; }
#search-form * {
font-size: 10px !important; }
#hide-column a.button {
font-size: 10px !important; } }  @media only screen and (min-width: 768px) and (max-width: 1440px) {
#topbar .links * {
font-size: 12px !important; }
#top-buttons,
.top-buttons {
display: block; }
#top-buttons *,
.top-buttons * {
font-size: 12px !important; }
#top-buttons .button,
.top-buttons .button {
font-size: 10px !important;
padding: 5px 8px !important; }
#search-form input[type="submit"] {
color: #898989 !important; }
form#search-form * {
font-size: 11px !important; } }
@media only screen and (min-width: 1441px) {
#top-buttons {
display: none !important; }
#menu-wrap ul.menu li a {
font-size: 14px; }
#search-form * {
font-size: 14px !important; }
#hide-column a.button {
font-size: 14px !important; } }
@media only screen and (max-height: 800px) {
#blocks h3 {
padding: 50px 0 !important;
font-size: 23px; }
article.slide-article figure img {
height: 300px;
width: auto;
float: right; } } @media print {
* {
background: transparent !important;
color: black !important;
text-shadow: none !important;
-webkit-filter: none !important;
filter: none !important;
-ms-filter: none !important; }
a, a:visited {
color: #444 !important;
text-decoration: underline; }
a:after, a:visited:after {
content: " (" attr(href) ")"; }
a abbr[title]:after, a:visited abbr[title]:after {
content: " (" attr(title) ")"; }
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""; }
pre, blockquote {
border: 1px solid #999;
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; }
.sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
display: none; } }