@charset "UTF-8";
html.fp-enabled,
.fp-enabled body {
margin: 0;
padding: 0;
overflow:hidden; -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
position: relative;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.fp-slide {
float: left;
}
.fp-slide, .fp-slidesContainer {
height: 100%;
display: block;
}
.fp-slides {
z-index:1;
height: 100%;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
display: table;
table-layout:fixed;
width: 100%;
}
.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.fp-slidesContainer {
float: left;
position: relative;
}
.fp-controlArrow {
-webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; position: absolute;
z-index: 4;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
left: 15px;
width: 0;
border-width: 38.5px 34px 38.5px 0;
border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
right: 15px;
border-width: 38.5px 0 38.5px 34px;
border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
overflow: hidden;
position: relative;
}
.fp-scroller{
overflow: hidden;
}
.iScrollIndicator{
border: 0 !important;
}
.fp-notransition {
-webkit-transition: none !important;
transition: none !important;
}
#fp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
-webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
right: 17px;
}
#fp-nav.fp-left {
left: 17px;
}
.fp-slidesNav{
position: absolute;
z-index: 4;
opacity: 1;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
left: 0 !important;
right: 0;
margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
bottom: 17px;
}
.fp-slidesNav.fp-top {
top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
margin: 0;
padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
display: block;
width: 14px;
height: 13px;
margin: 7px;
position:relative;
}
.fp-slidesNav ul li {
display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
height: 12px;
width: 12px;
margin: -6px 0 0 -6px;
border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
border-radius: 50%;
position: absolute;
z-index: 1;
height: 4px;
width: 4px;
border: 0;
background: #013d74;
left: 50%;
top: 50%;
margin: -2px 0 0 -2px;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
width: 10px;
height: 10px;
margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
position: absolute;
top: -2px;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
overflow: hidden;
display: block;
opacity: 0;
width: 0;
cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
-webkit-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
width: auto;
opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
height: auto !important;
} .fp-sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}.animsition,
.animsition-overlay {
position: relative;
opacity: 0;
animation-fill-mode: both;
} .animsition-overlay-slide {
position: fixed;
z-index: 1;
width: 100%;
height: 100%;
background-color: #ddd;
}
.animsition-loading,
.animsition-loading:after {
width: 32px;
height: 32px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -16px;
margin-left: -16px;
border-radius: 50%;
z-index: 100;
}
.animsition-loading {
background-color: transparent;
border-top: 5px solid #8bc53f;
border-right: 5px solid #093e51;
border-bottom: 5px solid #093e51;
border-left: 5px solid #093e51;
transform: translateZ(0);
animation-iteration-count:infinite;
animation-timing-function: linear;
animation-duration: .8s;
animation-name: animsition-loading;
}
@keyframes animsition-loading {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fade-in {
animation-name: fade-in;
}
@keyframes fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fade-out {
animation-name: fade-out;
}
@keyframes fade-in-up {
0% {
transform: translateY(500px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.fade-in-up {
animation-name: fade-in-up;
}
@keyframes fade-out-up {
0% {
transform: translateY(0);
opacity: 1;
}
100% {
transform: translateY(-500px);
opacity: 0;
}
}
.fade-out-up {
animation-name: fade-out-up;
}
@keyframes fade-in-up-sm {
0% {
transform: translateY(100px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.fade-in-up-sm {
animation-name: fade-in-up-sm;
}
@keyframes fade-out-up-sm {
0% {
transform: translateY(0);
opacity: 1;
}
100% {
transform: translateY(-100px);
opacity: 0;
}
}
.fade-out-up-sm {
animation-name: fade-out-up-sm;
}
@keyframes fade-in-up-lg {
0% {
transform: translateY(1000px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.fade-in-up-lg {
animation-name: fade-in-up-lg;
}
@keyframes fade-out-up-lg {
0% {
transform: translateY(0);
opacity: 1;
}
100% {
transform: translateY(-1000px);
opacity: 0;
}
}
.fade-out-up-lg {
animation-name: fade-out-up-lg;
}
@keyframes fade-in-down {
0% {
transform: translateY(-500px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.fade-in-down {
animation-name: fade-in-down;
}
@keyframes fade-out-down {
0% {
transform: translateY(0);
opacity: 1;
}
100% {
transform: translateY(500px);
opacity: 0;
}
}
.fade-out-down {
animation-name: fade-out-down;
}
@keyframes fade-in-down-sm {
0% {
transform: translateY(-100px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.fade-in-down-sm {
animation-name: fade-in-down-sm;
}
@keyframes fade-out-down-sm {
0% {
transform: translateY(0);
opacity: 1;
}
100% {
transform: translateY(100px);
opacity: 0;
}
}
.fade-out-down-sm {
animation-name: fade-out-down-sm;
}
@keyframes fade-in-down-lg {
0% {
transform: translateY(-1000px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.fade-in-down-lg {
animation-name: fade-in-down;
}
@keyframes fade-out-down-lg {
0% {
transform: translateY(0);
opacity: 1;
}
100% {
transform: translateY(1000px);
opacity: 0;
}
}
.fade-out-down-lg {
animation-name: fade-out-down-lg;
}
@keyframes fade-in-left {
0% {
transform: translateX(-500px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.fade-in-left {
animation-name: fade-in-left;
}
@keyframes fade-out-left {
0% {
transform: translateX(0);
opacity: 1;
}
100% {
transform: translateX(-500px);
opacity: 0;
}
}
.fade-out-left {
animation-name: fade-out-left;
}
@keyframes fade-in-left-sm {
0% {
transform: translateX(-100px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.fade-in-left-sm {
animation-name: fade-in-left-sm;
}
@keyframes fade-out-left-sm {
0% {
transform: translateX(0);
opacity: 1;
}
100% {
transform: translateX(-100px);
opacity: 0;
}
}
.fade-out-left-sm {
animation-name: fade-out-left-sm;
}
@keyframes fade-in-left-lg {
0% {
transform: translateX(-1500px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.fade-in-left-lg {
animation-name: fade-in-left-lg;
}
@keyframes fade-out-left-lg {
0% {
transform: translateX(0);
opacity: 1;
}
100% {
transform: translateX(-1500px);
opacity: 0;
}
}
.fade-out-left-lg {
animation-name: fade-out-left-lg;
}
@keyframes fade-in-right {
0% {
transform: translateX(500px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.fade-in-right {
animation-name: fade-in-right;
}
@keyframes fade-out-right {
0% {
transform: translateX(0);
opacity: 1;
}
100% {
transform: translateX(500px);
opacity: 0;
}
}
.fade-out-right {
animation-name: fade-out-right;
}
@keyframes fade-in-right-sm {
0% {
transform: translateX(100px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.fade-in-right-sm {
animation-name: fade-in-right-sm;
}
@keyframes fade-out-right-sm {
0% {
transform: translateX(0);
opacity: 1;
}
100% {
transform: translateX(100px);
opacity: 0;
}
}
.fade-out-right-sm {
animation-name: fade-out-right-sm;
}
@keyframes fade-in-right-lg {
0% {
transform: translateX(1500px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}
.fade-in-right-lg {
animation-name: fade-in-right-lg;
}
@keyframes fade-out-right-lg {
0% {
transform: translateX(0);
opacity: 1;
}
100% {
transform: translateX(1500px);
opacity: 0;
}
}
.fade-out-right-lg {
animation-name: fade-out-right-lg;
}
#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{margin-right:0;width:100%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-left:0;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;margin-bottom:.5em;width:100%}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image:not(.is-style-rounded) img{border-radius:inherit}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{ direction:ltr; display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{ -ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1; margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; -ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ -ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1 }.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ -ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1 }.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{color:#1e1e1e;background-color:#fff;min-width:200px}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.items-justified-space-between>ul{justify-content:space-between}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus{text-decoration:none}.wp-block-navigation-link__content{color:inherit;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments-form input[type=submit]{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-post-comments-form input[type=submit]:active,.wp-block-post-comments-form input[type=submit]:focus,.wp-block-post-comments-form input[type=submit]:hover,.wp-block-post-comments-form input[type=submit]:visited{color:#fff}.wp-block-preformatted{white-space:pre-wrap}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-query-loop li{clear:both}.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-query-pagination{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo{line-height:0}.wp-block-custom-logo .aligncenter{display:table}.wp-block-custom-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.vidbg-container{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center center;background-color:#020202}.vidbg-container.vidbg-loading{animation:vidbgpulse 1.5s infinite}.vidbg-container video{position:absolute;margin:0;top:50%;left:50%;transform:translate(-50%, -50%);transition:0.25s opacity ease-in-out;max-width:none;opacity:0}@keyframes vidbgpulse{0%{filter:grayscale(0%)}50%{filter:grayscale(50%)}100%{filter:grayscale(0%)}}.vidbg-container iframe{position:absolute;width:100%;height:100%;max-width:none;top:0;right:0;bottom:0;left:0;opacity:0;transition:0.25s opacity ease-in-out}.vidbg-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.vidbg-end-frame{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 0.25s ease-in-out;background-size:cover;background-repeat:no-repeat;background-position:center center}.vidbg-frontend-buttons{display:inline-flex;position:absolute;right:0;bottom:0;margin:0;padding:0;list-style:none;opacity:0;transition:0.25s opacity ease-in-out}.vidbg-frontend-buttons.top-right{top:0;right:0;left:auto;bottom:auto}.vidbg-frontend-buttons.top-left{top:0;right:auto;bottom:auto;left:0}.vidbg-frontend-buttons.bottom-right{top:auto;right:0;bottom:0;left:auto}.vidbg-frontend-buttons.bottom-left{top:auto;right:auto;bottom:0;left:0}.vidbg-frontend-buttons a.vidbg-frontend-button{cursor:pointer;display:block;box-shadow:none;width:28px;height:28px;background-color:rgba(255,255,255,0.5)}.chosen-container,.noUi-target,.noUi-target *{-webkit-user-select:none;-ms-user-select:none}.chosen-container{position:relative;display:inline-block;vertical-align:middle;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(//www.avance.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(//www.avance.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) 0 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(//www.avance.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) 100% -20px no-repeat;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;font-size:100%;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(//www.avance.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(//www.avance.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -30px -20px no-repeat;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(//www.avance.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.noUi-pips,.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.searchandfilter-date-picker .ui-helper-hidden{display:none}.searchandfilter-date-picker .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.searchandfilter-date-picker .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.searchandfilter-date-picker .ui-helper-clearfix:after,.searchandfilter-date-picker .ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.searchandfilter-date-picker .ui-helper-clearfix:after{clear:both}.searchandfilter-date-picker .ui-helper-clearfix{min-height:0}.searchandfilter-date-picker .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.searchandfilter-date-picker .ui-front{z-index:100}.searchandfilter-date-picker .ui-state-disabled{cursor:default!important}.searchandfilter-date-picker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.searchandfilter-date-picker .ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.searchandfilter-date-picker .ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next,.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover,.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover{top:1px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev{left:2px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next{right:2px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover{left:1px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover{right:1px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next span,.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;display:inline-block}.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month-year{width:100%}.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month,.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-year{width:49%}.searchandfilter-date-picker .ui-icon{width:16px;height:16px;background-position:16px 16px}.searchandfilter-date-picker .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.searchandfilter-date-picker .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.searchandfilter-date-picker .ui-datepicker td{border:0;padding:1px}.searchandfilter-date-picker .ui-datepicker td a,.searchandfilter-date-picker .ui-datepicker td span{display:block;text-align:center;text-decoration:none}.searchandfilter-date-picker .ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ll-skin-melon .ui-datepicker{padding:0}.ll-skin-melon .ui-datepicker-header{border:none;background:0 0;font-weight:400;font-size:15px}.ll-skin-melon .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.ll-skin-melon .ui-datepicker .ui-datepicker-title{margin-top:.4em;margin-bottom:.3em;color:#e9f0f4}.ll-skin-melon .ui-datepicker .ui-datepicker-next,.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,.ll-skin-melon .ui-datepicker .ui-datepicker-prev,.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover{top:.9em;border:none}.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover{left:2px}.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover{right:2px}.ll-skin-melon .ui-datepicker .ui-datepicker-next span,.ll-skin-melon .ui-datepicker .ui-datepicker-prev span{background-image:url(//www.avance.com/wp-content/plugins/search-filter-pro/public/assets/img/ui-icons_ffffff_256x240.png);background-position:-32px 0;margin-top:0;top:0;font-weight:400}.ll-skin-melon .ui-datepicker .ui-datepicker-prev span{background-position:-96px 0}.ll-skin-melon .ui-datepicker table{margin:0}.ll-skin-melon .ui-datepicker th{padding:1em 0;color:#ccc;font-size:13px;font-weight:400;border:none;border-top:1px solid #3a414d}.ll-skin-melon .ui-state-disabled{opacity:1}.ll-skin-melon .ui-state-disabled .ui-state-default{color:#fba49e} .noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-ms-touch-action:none;touch-action:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr;background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0;border-radius:3px}.noUi-handle,.noUi-tooltip{position:absolute;border:1px solid #D9D9D9}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.searchandfilter p{margin-top:1em;display:block}.searchandfilter ul{display:block;margin-top:0;margin-bottom:0}.searchandfilter ul li{list-style:none;display:block;padding:10px 0;margin:0}.searchandfilter ul li li{padding:5px 0}.searchandfilter ul li ul li ul{margin-left:20px}.searchandfilter label{display:inline-block;margin:0;padding:0}.searchandfilter>ul>li[data-sf-combobox="1"] label{display:block}.searchandfilter li[data-sf-field-input-type=checkbox] label,.searchandfilter li[data-sf-field-input-type=radio] label,.searchandfilter li[data-sf-field-input-type=range-radio] label,.searchandfilter li[data-sf-field-input-type=range-checkbox] label{padding-left:10px}.searchandfilter .sf-date-prefix{padding-right:5px;display:inline-block}.searchandfilter .sf-count,.searchandfilter .sf-date-postfix{padding-left:5px;display:inline-block}.searchandfilter .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.searchandfilter h4{margin:0;padding:5px 0 10px;font-size:16px}.searchandfilter .sf-range-max,.searchandfilter .sf-range-min{max-width:80px}.searchandfilter .sf-meta-range-radio-fromto .sf-range-max,.searchandfilter .sf-meta-range-radio-fromto .sf-range-min{display:inline-block;vertical-align:middle}.searchandfilter .sf-meta-range-radio-fromto span.sf-range-values-seperator{vertical-align:middle;display:inline-block;margin:0 15px}.searchandfilter .datepicker{max-width:170px}.searchandfilter select.sf-input-select{min-width:170px}.searchandfilter select.sf-range-max.sf-input-select,.searchandfilter select.sf-range-min.sf-input-select{min-width:auto}.searchandfilter ul>li>ul:not(.children){margin-left:0}.searchandfilter .meta-slider{margin-top:10px;margin-bottom:10px;height:15px;max-width:220px}.searchandfilter .noUi-connect{background-color:#526E91}.searchandfilter.search-filter-disabled .noUi-connect{opacity:.7}.searchandfilter .noUi-horizontal.noUi-extended{padding:0 10px}.searchandfilter .noUi-horizontal.noUi-extended .noUi-origin{right:-10px}.searchandfilter .noUi-handle{border-color:#ccc}.searchandfilter .noUi-horizontal .noUi-handle{width:24px;height:24px;top:-5px;border-radius:20px;left:-12px}.searchandfilter .noUi-horizontal .noUi-handle:after,.searchandfilter .noUi-horizontal .noUi-handle:before{height:9px;top:7px}.searchandfilter .noUi-horizontal .noUi-handle:before{left:9px}.searchandfilter .noUi-horizontal .noUi-handle:after{left:12px}.search-filter-scroll-loading{display:block;margin:20px 10px 10px;height:30px;width:30px;animation:search-filter-loader-rotate .7s infinite linear;border:5px solid rgba(0,0,0,.15);border-right-color:rgba(0,0,0,.6);border-radius:50%}@keyframes search-filter-loader-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ll-skin-melon{font-size:90%}.ll-skin-melon .ui-datepicker td{background:#f7f7f7;border:none;padding:0}.ll-skin-melon .ui-datepicker th{border-color:#4D6077}.ll-skin-melon .ui-widget{font-family:inherit;background:#526E91;border:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.3);-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3)}.searchandfilter.horizontal ul>li{display:inline-block;padding-right:10px}.searchandfilter.horizontal ul>li li{display:block}.ll-skin-melon td .ui-state-default{background:0 0;border:none;text-align:center;padding:.3em;margin:0;font-weight:400;color:#6C88AC;font-size:14px}.ll-skin-melon td .ui-state-active{background:#526E91;color:#fff}.ll-skin-melon td .ui-state-hover{background:#C4D6EC}.searchandfilter li.hide,.searchandfilter select option.hide{display:none}.searchandfilter .disabled{opacity:.7}.chosen-container-multi .chosen-choices li.search-field input[type=text]{height:auto;padding:5px;color:#666;font-family:inherit}.chosen-container{font-size:14px}.chosen-container-single .chosen-single{height:auto}.chosen-container-multi .chosen-choices li.search-choice{margin:3px 3px 3px 5px}.search-filter-results .sf-active{font-weight:700}.search-filter-results .sf-disabled{opacity:.5}html {
line-height: 1.15; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: .67em 0;
}  hr { box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: .35em .75em .625em;
} legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] { box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .big-logo {left:5%;height:36vh;top:20%;}
.skip-to-content {left:0;}
.entry-header {width:100%;}
.entry-header .left, .entry-header .right, .right {position: absolute !important;top:0%;}
.entry-header .left {left:0%;}
.entry-header .right {right:0%;}
#practice-areas-3 {transform: translateX(0%) !important}
#industries-2 {z-index:10;}
#industries-3 {z-index:1;transform: translateX(-100%) !important;}
#section-footer .fp-tableCell {position: absolute;}
#section3 .vertical, #we-offer .vertical{transform: translateY(50%);}
#nav-secondary {height:auto;}
.team-member .details {bottom: -80px !important;}
.team-member:hover .details {bottom: 40px !important;}
} table.privacy {
border: 1px solid #5a5a5a;
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
font-family: 'Domaine Text', Georgia, "Times New Roman";
}
table.privacy tr {
background-color: #ffffff;
border: 1px solid #5a5a5a;
padding: .35em;
}
table.privacy th,
table.privacy td {
padding: .625em;
text-align: left;
vertical-align:top;
font-family: 'Domaine Text', Georgia, "Times New Roman";
font-size: 16px;
}
table.privacy p {font-size:16px;}
table.privacy th {
font-size: .85em;
letter-spacing: .1em;
text-transform: uppercase;
}
@media screen and (max-width: 813px) {
table.privacy {
border: 0;
}
table.privacy thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
table.privacy tr {
border-bottom: 3px solid #5a5a5a;
display: block;
margin-bottom: .625em;
}
table.privacy td {
border-bottom: 1px solid #5a5a5a;
display: block;
font-size: .8em;
text-align: left;
}
table.privacy td::before { content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
table.privacy td:last-child {
border-bottom: 0;
}
}
article .privacydata p {font-size:18px;}
html,
*,
*:before,
*:after { box-sizing: border-box;
}
img { box-sizing: content-box;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text.skip-link {
margin: 5px;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 0;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 17px;
font-size: 1.7rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
[tabindex="-1"]:focus {
outline: 0;
}
[data-whatinput="mouse"] *:focus {
outline: none;
}
[data-whatinput="keyboard"] input:focus,
[data-whatinput="keyboard"] button:focus,
[data-whatinput="keyboard"] select:focus,
[data-whatinput="keyboard"] textarea:focus {
outline: 4px solid #f9bf47;
opacity: 1;
}
[data-whatinput="keyboard"] nav ul li a:focus {
background: #f9bf47;
color: #000;
}
[data-whatinput="keyboard"] a:focus {
outline: 2px solid #f9bf47;
background: #f9bf47;
opacity: 1;
}
[data-whatinput="keyboard"] a.global-link:focus {
background: rgba(249, 191, 71, .5);
}
.no-js *:focus, #nav.nav-primary .menu-items li:focus, #nav.nav-primary .menu-items a:focusm, .nav-primary .menu-items .dropdown-toggle:hover {
outline: 0px solid #0055b8;
}
.container a:hover,
.container a:focus,
.entry-content a:hover,
.entry-content a:focus {
text-decoration: none;
color:#5e8bf7; 	
}
.block {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: #fff;
position: relative;
min-height: 100px;
max-width: 100%;
margin: 0 auto;
}
section.fullscreen {
height: 100vh;
}
.disableklik > a {pointer-events: none;}
.shade {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
opacity: .15;
transition: all .55s;
}
.team-member:hover .shade {
opacity: .45;
background: #212121;
}
.team-description .textwidget p {text-align: left;}
.site {
max-width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
overflow: visible;
}
.container {
margin: 0 auto;
padding-top: 64px;
padding-top: 6.4rem;
padding-bottom: 64px;
padding-bottom: 6.4rem;
padding-left: 20px;
padding-left: 2rem;
padding-right: 20px;
padding-right: 2rem;
max-width: 960px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-left: 2rem;
padding-right: 20px;
padding-right: 2rem;
}
@media (max-width: 760px) {
.container {
padding-top: 8.2rem;
padding-bottom: 0.2rem;
}
}
.site-main .container {
overflow: hidden;
clear: both;
}
.container-article {
position: relative;
}
a.back-to-news {
position: absolute;
top: 50%;
left: 40px;
height: 15px;
width: 15px;
background: url(//www.avance.com/wp-content/themes/avance/svg/chevron-left.svg) no-repeat 47% 50%;
border: 2px solid;
border-radius: 50%;
padding: 20px;
background-size: 15px;
}
.entry-footer {
overflow: hidden;
clear: both;
display: block;
}
.edit-link {
text-align: left;
width: 100%;
display: block;
clear: both;
max-width: 100%;
min-width: 0;
margin-bottom: 0;
margin-top: 0;
top: 0;
bottom: 0;
padding: 0;
overflow: hidden;
}
.edit-link a {
clear: both;
display: block;
margin-top: 40px;
padding: 0;
}
a.global-link {
width: 100%;
height: 100%;
z-index: 3;
position: absolute;
top: 0;
left: 0;
}
@font-face {
font-family: "Domaine Text";
src: url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-Regular.eot);
src: url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-Regular.eot?#iefix) format("embedded-opentype"), 
url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-Regular.woff) format("woff"), 
url(//www.avance.com/wp-content/themes/avance/DomaineTextWeb-Regular.woff2) format("woff2");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Domaine Text";
src: url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-RegularItalic.eot);
src: url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-RegularItalic.eot?#iefix) format("embedded-opentype"), 
url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-RegularItalic.woff) format("woff"), 
url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-RegularItalic.woff2) format("woff2");
font-style: italic;
font-weight: 400;
}
@font-face {
font-family: "Domaine Text";
src: url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-Bold.eot);
src: url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-Bold.eot?#iefix) format("embedded-opentype"), 
url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-Bold.woff) format("woff"), 
url(//www.avance.com/wp-content/themes/avance/fonts/DomaineTextWeb-Bold.woff2) format("woff2");
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "Domaine Display";
src: url(//www.avance.com/wp-content/themes/avance/fonts/DomaineDisplayWeb-Regular.eot);
src: url(//www.avance.com/wp-content/themes/avance/fonts/DomaineDisplayWeb-Regular?#iefix) format("embedded-opentype"), 
url(//www.avance.com/wp-content/themes/avance/fonts/DomaineDisplayWeb-Regular.woff) format("woff"), 
url(//www.avance.com/wp-content/themes/avance/fonts/DomaineDisplayWeb-Regular.woff2) format("woff2");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Domaine Display";
src: url(//www.avance.com/wp-content/themes/avance/fonts/DomaineDisplayWeb-Bold.eot);
src: url(//www.avance.com/wp-content/themes/avance/fonts/DomaineDisplayWeb-Bold.eot?#iefix) format("embedded-opentype"), 
url(//www.avance.com/wp-content/themes/avance/fonts/DomaineDisplayWeb-Bold.woff) format("woff"), 
url(//www.avance.com/wp-content/themes/avance/fonts/DomaineDisplayWeb-Bold.woff2) format("woff2");
font-style: normal;
font-weight: 700;
}
:root {
font-size: 62.5%;
}
body {
font-size: 17px;
font-size: 1.7rem;
font-family: 'Domaine Text', Georgia, Times New Roman;
color: #023569;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
text-rendering: geometricPrecision;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
color: #0055b8;
text-decoration: none;
}
a:hover {
color: #5e8bf7;
}
.cat a,
.comments-link,
.comment-list li,
.comment-list li p,
.comment-list li .comment-time {
font-size: 18px;
}
p,
article p,
dd,
dt,
figcaption,
hr,
small,
ol,
ul,
li,
blockquote,
kbd,
pre,
samp,
code,
th,
td,
table,
tr,
textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
font-size: 18px;
letter-spacing: -.003em;
line-height: 1.38;
}
@media (min-width: 813px) {
article p, dd, dt, figcaption, hr, small, ol, ul, li,
blockquote,
kbd,
pre,
samp,
code,
th,
td,
table,
tr,
textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
font-size: 22px;
}
}
p {
margin-top: 29px;
margin-top: 2.9rem;
margin-bottom: 29px;
margin-bottom: 2.9rem;
line-height: 1.38;
font-size: 22px;
}
p:first-child {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #023569;
font-family: 'Domaine Display', Georgia, "Times New Roman";
font-weight: 700;
line-height: 1;
}
h1 {
font-size: 50px;
}
h1.big-headline {
font-size: 80px;
}
h1.white {
color: #ffffff;
background: transparent;
}
h2 {
font-size: 50px;
line-height: 1;
}
.news h2 {
font-weight: normal;
font-size: 22px;
}
h3,.accent {
font-size: 25px;
}
h4,
.comment-list li .comment-author {
font-size: 20px;
}
h5 {
font-size: 16px
}
ul {
list-style: disc inside;
padding-left: 13.75px;
padding-left: 1.375rem;
}
ul li {
padding-left: 3.5px;
padding-left: .35rem;
}
ol {
padding-left: 17.5px;
padding-left: 1.75rem;
}
ol,
ul {
padding-bottom: 10px;
padding-bottom: 1rem;
}
b,
strong {
font-weight: 700;
}
em,
i {
font-style: italic;font-family: 'Domaine Text';
}
small {
line-height: 1;
font-size: .875em;
}
img {
-ms-interpolation-mode: bicubic;
height: auto;
vertical-align: middle;
max-width: 100%;
}
figure {
position: relative;
margin-bottom: 10px;
margin-bottom: 1rem;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
figure > img {
width: 100%;
}
figcaption {
margin-top: 0;
font-style: normal;
font-weight: 400;
}
blockquote {
clear: both;
border: 0 none;
position: relative;
margin-top: 30px;
margin-top: 3rem;
padding-bottom: 30px;
padding-bottom: 3rem;
margin: 0;
}
blockquote p {
font-size: 2vw;
font-size: 25px;
font-style: italic;
margin-bottom: 0;
position: relative;
overflow: visible;
color: #666;
}
@media (max-width: 850px) {
blockquote p {
font-size: 17px;
}
}
@media (min-width: 1250px) {
blockquote p {
font-size: 25px;
}
}
@media (min-width: 770px) {
blockquote {
margin-top: 4rem;
padding-bottom: 4rem;
}
}
blockquote:before {
content: '';
display: block;
height: 4px;
position: absolute;
left: 0;
top: 0;
max-width: 147px;
}
@media (min-width: 480px) {
body, .phone{
-webkit-text-size-adjust: none;
}
blockquote:before {
width: 30%;
}
}
cite {
display: block;
font-style: italic;
}
hr {
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #000));
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #000 50%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 50%);
background-repeat: repeat-x;
background-size: 2px 2px;
background-position: 0 50%;
border: 0;
padding-top: 10px;
padding-top: 1rem;
padding-bottom: 10px;
padding-bottom: 1rem;
margin: 0;
height: 0;
}
kbd,
pre,
samp {
font-family: 'Menlo', 'Courier', monospace;
}
code {
color: #c7254e;
background-color: #f9f2f4;
font-family: 'Menlo', 'Courier', monospace;
line-height: 1;
padding: 3.75px 5px;
padding: .375rem .5rem;
border-radius: .3rem;
font-size: inherit;
}
pre code {
display: inline-block;
padding: 11.5px 10px 8.5px;
padding: 1.15rem 1rem .85rem;
}
pre {
border-radius: .3rem;
display: block;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
margin-bottom: 20px;
margin-bottom: 2rem;
}
.site-header {
position: fixed;
z-index: 15;
width: 100%;
margin-left: auto;
margin-right: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 70px;	
}
.site-title {
margin: 0;
width: 100px;
position: fixed;
top: 10px;
left: 30px	
}
.site-title svg {
fill: #023569;
width:100px;
-webkit-transition: fill 1s;
-moz-transition: fill 1s;
-o-transition: fill 1s;
}
.sticky .site-title svg,
.fp-viewing-team-slide .site-title svg,
.fp-viewing-industries-slide .site-title svg,
.fp-viewing-whatwedo .site-title svg,
.fp-viewing-practiseareas-slide .site-title svg {
fill: #ffffff;
} .fp-viewing-team-slide .hamburger-inner, .fp-viewing-team-slide .hamburger-inner::before, .fp-viewing-team-slide .hamburger-inner::after,
.fp-viewing-home-slide .hamburger-inner, .fp-viewing-home-slide .hamburger-inner::before, .fp-viewing-home-slide .hamburger-inner::after,
.fp-viewing-practiseareas-slide .hamburger-inner, .fp-viewing-practiseareas-slide .hamburger-inner::before, .fp-viewing-practiseareas-slide .hamburger-inner::after,
.fp-viewing-whatwedo .hamburger-inner, .fp-viewing-whatwedo .hamburger-inner::before, .fp-viewing-whatwedo .hamburger-inner::after,
.fp-viewing-home-slide #fp-nav ul li a span, .fp-viewing-home-slide .fp-slidesNav ul li a span,
.fp-viewing-team-slide #fp-nav ul li a span, .fp-viewing-team-slide  .fp-slidesNav ul li a span,
.fp-viewing-practiseareas-slide #fp-nav ul li a span, .fp-viewing-practiseareas-slide .fp-slidesNav ul li a span,
.fp-viewing-whatwedo #fp-nav ul li a span, .fp-viewing-whatwedo  .fp-slidesNav ul li a span
{color:#fff; background-color:#fff;}
.fp-viewing-home-slide .site-title svg#avance-logo-svg19 {
fill: transparent;
}
.page-template-page-team-member .site-title svg, .page-template-page-sticky .site-title svg {
fill: #023569;
}
.skip-to-content path {fill: #ffffff !important;}
.site-title a {
color: #111;
}
.site-footer {
padding: 10vh 20px;
height:100vh;
background: #ffffff;
color: #fff;
overflow: hidden;
clear: both;
position: relative;
}
.site-footer svg {
fill: #023569;
top: 2px;
position: relative;
max-width:175px;
}
.site-footer .aaliitto svg {max-width:75px;}
.site-footer .footer-logo {
margin-top: 40px;
}
.site-footer .textwidget {
margin-bottom: 40px;
}
.site-footer p,
.site-footer span {
color: #023569;
}
.site-footer a {
color: #0055b8;
}
.site-footer a:hover {
color: #5e8bf7;
}
.site-footer h2 {
font-size: 50px;
}
.site-footer .left {
border-right: 0.5px solid rgba(0, 85, 184, 0.25);
}
.theme-info {
overflow: hidden;
}
@media (min-width: 770px) {
.theme-info {
width: 60%;
text-align: right;
float: right;
}
}
.content-area button,
.content-area .button,
.content-area input[type="reset"],
.content-area input[type="submit"],
.content-area input[type="button"] {
font-size: 16px;
font-size: 1.6rem;
background: #045d30;
color: #fff;
border: 0;
width: auto;
display: inline-block;
padding: 12px 30px;
padding: 1.2rem 3rem;
margin-bottom: 10px;
margin-bottom: 1rem;
text-decoration: none;
position: relative;
cursor: pointer;
-webkit-transition: 150ms linear background;
-o-transition: 150ms linear background;
transition: 150ms linear background;
font-family: 'Domaine Display', Georgia, "Times New Roman";
}
.content-area a.button {
background: #fff;
color: #0055b8;
font-size: 24px;
padding: 30px 13px 30px;
cursor: pointer;
border-bottom: 0.5px solid rgba(0, 85, 184, 0.25);
border-top: 0.5px solid rgba(0, 85, 184, 0.25);
width:100%;
}
.content-area a.button:hover {
background: #fff;
color: #0055b8;	
}
.content-area a.button:after {
content: '';
width: 24px;
height: 24px;
background-color: #0055b8;
-webkit-mask-image: url(https://www.avance.com/wp-content/themes/avance/svg/chevron-right.svg);
mask-image: url(https://www.avance.com/themes/avance/svg/chevron-right.svg);
mask-size: cover;
-webkit-mask-size: cover;
display: block;
float: right;
background-size: 100%;
transition: all 0.5s;
}
@media (max-width: 480px) {
.content-area button,
.content-area .button,
.content-area input[type="reset"],
.content-area input[type="submit"],
.content-area input[type="button"] {
display: block;
text-align: center;
}
footer .loko {bottom: 32px;}
}
.content-area button:hover,
.content-area button:focus,
.content-area .button:hover,
.content-area .button:focus,
.content-area input[type="reset"]:hover,
.content-area input[type="reset"]:focus,
.content-area input[type="submit"]:hover,
.content-area input[type="submit"]:focus,
.content-area input[type="button"]:hover,
.content-area input[type="button"]:focus {
color: #fff;
background: #01140a;
}
.content-area button.button-ghost,
.content-area .button.button-ghost,
.content-area input[type="reset"].button-ghost,
.content-area input[type="submit"].button-ghost,
.content-area input[type="button"].button-ghost {
background-color: transparent;
border: 1px solid #045d30;
color: #045d30;
}
.content-area button.button-ghost:hover,
.content-area .button.button-ghost:hover,
.content-area input[type="reset"].button-ghost:hover,
.content-area input[type="submit"].button-ghost:hover,
.content-area input[type="button"].button-ghost:hover {
background-color: #045d30;
color: #fff;
}
a,
button,
input {
-webkit-tap-highlight-color: transparent;
}
.gform_wrapper,
.gform_header,
.gform_footer {
margin: 0;
padding: 0;
}
.gform_body li,
.gform_body div {
margin-top: 0;
padding-top: 0;
padding-left: 0;
margin-left: 0;
}
.gform_body li {
margin-bottom: 10px;
margin-bottom: 1rem;
}
.gform_body li:last-child {
margin-bottom: 0;
}
textarea,
select,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="search"] {
font-family: 'Domaine Display', Georgia, "Times New Roman";
background: #f0f0f0;
border: 0;
padding: 15px 20px;
line-height: 24px;
-webkit-transition: background .55s;
-o-transition: background .55s;
transition: background .55s;
text-decoration: none;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-bottom: 0;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
color: #434343;
opacity: .4;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
color: #434343;
opacity: .4;
}
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder {
color: #434343;
opacity: .4;
}
textarea::placeholder,
select::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder {
color: #434343;
opacity: .4;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="search"]:focus {
background: #dfdfdf;
border-color: #222;
outline: 0;
}
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder,
input[type="week"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder {
color: #222;
opacity: .8;
}
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder,
input[type="week"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder {
color: #222;
opacity: .8;
}
textarea:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
input[type="text"]:focus::-ms-input-placeholder,
input[type="tel"]:focus::-ms-input-placeholder,
input[type="url"]:focus::-ms-input-placeholder,
input[type="password"]:focus::-ms-input-placeholder,
input[type="number"]:focus::-ms-input-placeholder,
input[type="month"]:focus::-ms-input-placeholder,
input[type="week"]:focus::-ms-input-placeholder,
input[type="email"]:focus::-ms-input-placeholder,
input[type="search"]:focus::-ms-input-placeholder {
color: #222;
opacity: .8;
}
textarea:focus::placeholder,
select:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="search"]:focus::placeholder {
color: #222;
opacity: .8;
}
select {
border: 0;
border-radius: 0;
background-image: url(//www.avance.com/wp-content/themes/avance/svg/select.svg);
background-repeat: no-repeat;
background-position: right center;
padding-right: 40px;
-webkit-transition: none;
-o-transition: none;
transition: none;
width: 100%;
max-width: 100%;
min-width: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
-o-text-overflow: '';
text-overflow: '';
}
select::-ms-expand {
display: none;
}
select:hover,
select:focus {
border-color: #222;
}
form p {
margin-bottom: 20px;
}
form p.form-submit {
margin-bottom: 0;
}
form.search-form .search-field {
float: left;
margin-right: 5px;
}
form.search-form .search-submit {
padding: 19px 1.75em;
line-height: 1;
}
.comment-respond {
margin-bottom: 0;
overflow: visible;
}
.comment-respond .comment-form-author {
float: left;
clear: none;
text-align: inherit;
width: 31.33333%;
margin-left: 0%;
margin-right: 3%;
margin-bottom: 20px;
margin-top: 0;
}
.comment-respond .comment-form-author::after {
display: block;
content: '';
clear: both;
}
.comment-respond .comment-form-author:last-child {
margin-right: 0%;
}
@media (max-width: 480px) {
.comment-respond .comment-form-author {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.comment-respond .comment-form-author:first-child {
margin-left: auto;
}
.comment-respond .comment-form-author:last-child {
margin-right: auto;
}
}
.comment-respond .comment-form-author input {
padding: 15px;
border-width: 1px;
width: 100%;
}
.comment-respond .comment-form-email {
float: left;
clear: none;
text-align: inherit;
width: 65.66667%;
margin-left: 0%;
margin-right: 3%;
margin-right: 0;
clear: right;
margin-bottom: 20px;
margin-top: 0;
}
.comment-respond .comment-form-email::after {
display: block;
content: '';
clear: both;
}
.comment-respond .comment-form-email:last-child {
margin-right: 0%;
}
@media (max-width: 480px) {
.comment-respond .comment-form-email {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.comment-respond .comment-form-email:first-child {
margin-left: auto;
}
.comment-respond .comment-form-email:last-child {
margin-right: auto;
}
}
.comment-respond .comment-form-email input {
padding: 15px;
border-width: 1px;
width: 100%;
}
.comment-respond .comment-form-url {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
margin-top: 0;
margin-bottom: 30px;
}
.comment-respond .comment-form-url:first-child {
margin-left: auto;
}
.comment-respond .comment-form-url:last-child {
margin-right: auto;
}
.comment-respond .comment-form-url input {
padding: 15px;
border-width: 1px;
width: 100%;
}
.comment-respond .form-submit {
display: block;
clear: both;
margin-bottom: 0;
margin-top: 0;
}
.comment-respond .comment-form-comment {
margin-bottom: 20px;
}
@media (max-width: 480px) {
.comment-respond input {
width: 100%;
}
}
.comment-respond textarea {
width: 100%;
}
.nav-primary .menu-items {
position: relative;
z-index: 9999;
}
.nav-primary .menu-items ul,
.nav-primary .menu-items li {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
direction: ltr;
text-align: left;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav-primary .menu-items li,
.nav-primary .menu-items a {
position: relative;
}
.nav-primary .menu-items .disabled {
cursor: not-allowed;
}
.nav-primary .menu-items li > h1,
.nav-primary .menu-items li > h2,
.nav-primary .menu-items li > h3,
.nav-primary .menu-items li > h4,
.nav-primary .menu-items li > h5,
.nav-primary .menu-items li > h6 {
margin: 0;
padding: 0;
}
.nav-primary .menu-items .sub-menu li {
border-bottom: 0.5px solid rgba(0, 85, 184, 0.25);
padding: 5px 0px;
}
.nav-primary .menu-items .sub-menu li:last-child {border-bottom: 0px solid #fff;}
@media only screen and (-ms-high-contrast: active) and (min-width: 960px), only screen and (-ms-high-contrast: none) and (min-width: 960px) {
.nav-primary .menu-items ul {
display: none;
}
.nav-primary .menu-items ul.sub-menu {display:block;}
}
@media only screen and (max-width: 991px) {
.js .nav-primary .menu-items ul {display: none;}
}
.nav-primary ul ul {
margin-top: 0;
margin-left: 25px;
}
.nav-primary ul ul ul {
margin-left: 25px;
}
@media only screen and (-ms-high-contrast: active) and (min-width: 960px), only screen and (-ms-high-contrast: none) and (min-width: 960px) {
.js .nav-primary ul .sub-menu.toggled-on {
display: block;
}
}
@media only screen and (max-width: 991px) {
.js .nav-primary ul .sub-menu.toggled-on {display: block;}
h1.entry-title.text-center {font-size: 40px;}
h1.team-member {font-size:50px;}
}
.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after,
.nav-toggle:before,
.nav-toggle.toggled-on:before {
speak: none;
}
.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after {
font-size: 13px;
font-size: 1.3rem;
}
.no-js .nav-toggle {
display: none;
}
@media only screen and (min-width: 992px) {
.nav-primary ul .sub-menu.toggled-on {
visibility: visible;
opacity: 1;
z-index: 1;
-webkit-transition-delay: 0s, 0s, .3s;
-o-transition-delay: 0s, 0s, .3s;
transition-delay: 0s, 0s, .3s;
}
[data-whatinput="keyboard"] .sub-menu {
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
[data-whatinput="mouse"] .nav-primary ul .menu-item-has-children:focus > .sub-menu,
[data-whatinput="mouse"] .nav-primary ul .menu-item-has-children:hover > .sub-menu,
[data-whatintent="mouse"] .nav-primary ul .menu-item-has-children:focus > .sub-menu,
[data-whatintent="mouse"] .nav-primary ul .menu-item-has-children:hover > .sub-menu {
visibility: visible;
opacity: 1;
z-index: 1;
-webkit-transition-delay: 0s, 0s, .3s;
-o-transition-delay: 0s, 0s, .3s;
transition-delay: 0s, 0s, .3s;
}
.no-js .sub-menu {
width: 19rem;
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 0;
z-index: -1;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.no-js .nav-primary ul .menu-item-has-children:focus > .sub-menu,
.no-js .nav-primary ul .menu-item-has-children:hover > .sub-menu {
visibility: visible;
opacity: 1;
z-index: 1;
}
} .menu-text {
position: fixed;
top: 27px;
right: 75px;
display:none;
}
.hamburger {
padding: 50px 15px;
padding: 5rem 1.5rem;
display: inline-block;
cursor: pointer;
-webkit-transition-property: opacity, -webkit-filter;
transition-property: opacity, -webkit-filter;
-o-transition-property: opacity, filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
-webkit-transition-duration: .15s;
-o-transition-duration: .15s;
transition-duration: .15s;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: .8;
}
.hamburger.is-active:hover {
opacity: .8;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: #333;
}
.hamburger-box {
width: 23px;
width: 2.3rem;
height: 23px;
height: 2.3rem;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -1px;
margin-top: -0.1rem;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 22px;
width: 2.2rem;
height: 2px;
height: .42rem;
background-color: #023569;
border-radius: 0;
position: absolute;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: .15s;
-o-transition-duration: .15s;
transition-duration: .15s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
content: '';
display: block;
}
.hamburger-inner::before {
top: -8px;
top: -0.8rem;
}
.hamburger-inner::after {
bottom: -8px;
bottom: -0.8rem;
}
.hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
-webkit-transition-duration: .13s;
-o-transition-duration: .13s;
transition-duration: .13s;
-webkit-transition-delay: .13s;
-o-transition-delay: .13s;
transition-delay: .13s;
-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
-o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.hamburger--collapse .hamburger-inner::after {
top: -16px;
top: -1.6rem;
-webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
-o-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}
.hamburger--collapse .hamburger-inner::before {
-webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
-o-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}
.hamburger--collapse.is-active .hamburger-inner {
-webkit-transform: translate3d(0, -0.8rem, 0) rotate(-45deg);
transform: translate3d(0, -0.8rem, 0) rotate(-45deg);
-webkit-transition-delay: .22s;
-o-transition-delay: .22s;
transition-delay: .22s;
-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
-webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
-o-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
-o-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
}
nav#nav {
text-align: center;
margin: auto;
right: 50%;
margin: auto;
width: 50%;
overflow-y: scroll;
}
.js.js-nav-active #nav.nav-primary {
}
#avance-logo .avance-logo a{pointer-events:none;}
.is-active #avance-logo .avance-logo a, .toggled-on #avance-logo .avance-logo a{pointer-events:all;}
.fp-viewing-practiseareas-slide .site-title svg.quickblue {fill: #023569;}
.fp-viewing-practiseareas-slide .quickblue .hamburger-inner, .fp-viewing-practiseareas-slide .quickblue .hamburger-inner::before, .fp-viewing-practiseareas-slide .quickblue .hamburger-inner::after {background-color: #023569;}
#nav {background: rgba(255, 255, 255, 0.97);}
#rightmenus {
position: fixed;
width: 50%;
height: 0vh;
top: 0;
left: 50%;
overflow-y: scroll;
background: rgba(255, 255, 255, 0.97);
display: block;
opacity:0; 
visibility: hidden;
-webkit-transition: all .55s;
-o-transition: all .55s;
transition: all .55s;
}
.js-nav-active #rightmenus{
display:block;
height: 90vh;
opacity: 1; 
visibility: visible
} 
#nav-secondary {
position: relative;
left: 0%;
width: 50%;
height: unset;
padding-bottom: 40px;
right: auto;
float: left;
max-height: none;
}
.js-nav-active #nav-people {
position: relative;
height: auto;
min-height: 95vh;
padding-bottom: 120px;
}
#nav-people {
position: sticky;
left: 0;
width: 50%;
height:0;
max-height: none;
-webkit-transition: all .55s;
-o-transition: all .55s;
transition: all .55s;
}
#nav.nav-primary .menu-items li,
#nav.nav-primary .menu-items a  {
text-align:center;
font-size: 40px;
line-height: 50px;
font-family: 'Domaine Display', Georgia, "Times New Roman";
font-weight: 900;
}
.no-js .site-header {
position: static;
background: #232426;
}
.disable-scroll {
overflow: hidden;
}
.js.js-nav-active {
overflow: scroll;
}
.js.js-nav-active .nav-primary {
visibility: visible;
max-height: 90vh;
height: 90vh;
overflow: hidden;
opacity: 1;
}
.js .nav-primary {
max-height: 0;
height: 0;
clip: auto;
position: fixed;
top: 0;
left: 0;
right: 0;
opacity: 0;
}
.js .nav-primary .menu-items {
}
.nav-primary { -webkit-transition: all .55s;
-o-transition: all .55s;
transition: all .55s;
margin: 0;
overflow: hidden;
display: block;
width: 100%;
}
.nav-primary .menu-items {
margin: 0;
width: 100%;
float: none;
padding: 2rem 15%;
outline: none;
}
.js #nav.nav-primary .menu-items {
top: 12%;
}
.nav-primary .menu-items a {
padding: 15px 0 15px 0;
color: #0055b8;
font-size: 1.6rem;
font-weight: 400;
text-decoration: none;
position: relative;
z-index: 0;
display: block;
outline: none;
}
.nav-primary .menu-items li.parent a {
font-family: 'Domaine Display', Georgia, "Times New Roman";
font-weight: 900;
color: #023569;
font-size: 20px;
margin-top: 15px;
display: block;
}
.nav-primary .menu-items a:focus {
outline: none;
}
.nav-primary .menu-items a.has-submenu {
width: 80%;
position: static;
}
.nav-primary .menu-items a:hover,
.nav-primary .menu-items a:focus,
.nav-primary .menu-items a:active {
color: #5e8bf7!important;
}
.nav-primary .menu-items .current {
color: #d23600;
}
.nav-primary .menu-items .disabled {
color: #0055b8;
}
.nav-primary .menu-items .highlighted .sub-arrow:before {
display: block;
content: '-';
}
.nav-primary .menu-items .dropdown-toggle {
position: absolute;
top: 0;
margin-top: 5px;
left: auto;
right: 2rem;
width: 3.7rem;
height: 3.7rem;
overflow: hidden;
font: bold 18px/37px monospace;
text-align: center;
background: transparent;
color: #023569;
padding: 0;
z-index: 9999;
border: 0;
}
.page-template-page-service button#nav-toggle.toggled-on {
right: 47px;
}
.nav-primary .menu-items .dropdown-toggle:focus {
z-index: 10000;
outline: 0px solid;
}
.nav-primary .menu-items .dropdown-toggle:before {
content: '+';
}
.nav-primary .menu-items .dropdown-toggle:hover {
background-color: #023569;
color: #fff;
}
.nav-primary .menu-items .dropdown-toggle.toggled-on:before {
display: block;
content: '-';
}
.nav-primary .menu-items ul {
margin-left: 0;
padding: 0;
}
.nav-primary .menu-items ul.sub-menu > li a {
font-family: 'Domaine Text', Georgia, Times New Roman!important;
font-weight: normal!important;
color: #0055b8;
font-size: 18px;
margin-top: 0;
padding: 5px 0;
}
.nav-primary .menu-items ul.sub-menu > li a:hover {
}
.nav-primary .menu-items ul > li ul {
margin-left: -1.5rem;
}
.nav-primary .menu-items ul > li ul li {
padding-left: 3rem;
}
.nav-primary .menu-items ul > li ul li ul {
margin-left: -3rem;
}
.nav-primary .menu-items ul > li ul li ul li {
padding-left: 4.5rem;
}
ul#second-menu {padding-left: calc(20% + 15px);}
.nav-toggle {
list-style: none;
z-index: 100000;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border: 0;
overflow: visible;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-decoration: none;
background: transparent;
cursor: pointer;
position: fixed;
display: block;
right: 30px;
top: 25px;
}
.nav-toggle span {
color: #023569;
font-size: 1.2em; 
font-weight: 900;
font-family: 'Domaine Display', Georgia, "Times New Roman";
}
.nav-toggle:focus {
outline: none;
}
.nav-toggle:focus span span {
background-color: #023569;
}
.nav-toggle:focus span span:before,
.nav-toggle:focus span span:after {
background-color: #023569;
}
.nav-toggle:hover,
.nav-toggle:active {
color: #023569;cursor:pointer;
}
.nav-toggle:hover span,
.nav-toggle:active span {
color: #023569;
}
.nav-toggle.is-active {
color: #023569;
}
.nav-toggle.is-active span:focus .hamburger-box .hamburger-inner,
.nav-toggle.is-active span.focus .hamburger-box .hamburger-inner {
background-color: #023569;
}
.nav-toggle.is-active span:focus .hamburger-box .hamburger-inner:after,
.nav-toggle.is-active span.focus .hamburger-box .hamburger-inner:after {
background-color: #023569;
}
.nav-toggle.is-active span.hamburger-box .hamburger-inner {
background-color: #023569;
}
.nav-toggle.is-active span.hamburger-box .hamburger-inner:after {
background-color: #023569;
}
.nav-toggle.is-active span:focus,
.nav-toggle.is-active span:hover,
.nav-toggle.is-active span:active {
color: #023569;
}
.nav-toggle.is-active span:focus span,
.nav-toggle.is-active span:hover span,
.nav-toggle.is-active span:active span {
color: #023569;
}
.nav-toggle.is-active span {
color: #023569;
}
.top {
position: fixed;
bottom: 20px;
right: 20px;
background: #222;
width: 50px;
height: 50px;
text-decoration: none;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-o-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
z-index: 10000;
}
.top.is-visible,
.top.fade-out,
.no-touch .top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-o-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.top.is-visible {
opacity: 1;
}
.top.fade-out {
opacity: .3;
}
.top.fade-out:hover {
opacity: 1;
}
.no-touch .top:hover {
opacity: 1;
}
.top svg {
position: relative;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: absolute;
fill: #fff;
margin: 0;
opacity: .8;
font-size: 19px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.top:hover,
.top:focus,
.top:active {
background: #045d30;
}
.top:hover svg,
.top:focus svg,
.top:active svg {
fill: #fff;
top: 35%;
}
.gallery {
clear: both;
}
.box.gallery-item { padding: 10px 15px;
min-height: 210px;
background: #fff;
position: relative;transition:background 0.3s ease;
}
.box.gallery-item:hover {
background: #f1f7fc;
}
.box.gallery-item:hover .entry-meta *, .box.gallery-item:hover .tags, .box:hover .entry-meta *, .box:hover a {
color: #5e8bf7;
}
.category-rankings .box.gallery-item {min-height: 140px;}
.news .box.gallery-item {
padding: 20px 25px;
}
.box.gallery-item h3 {
font-weight: 400;
font-size: 22px;
}
.box.gallery-item .entry-time, .recent-cases .box .entry-time {
font-size: 15px;
border-bottom: 0.5px solid rgba(0, 85, 184, 0.25);
display: block;
padding-bottom: 7px;
margin-bottom: 0px;
}
.gallery.gallery-columns-1 .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.gallery.gallery-columns-1 .gallery-item:first-child {
margin-left: auto;
}
.gallery.gallery-columns-1 .gallery-item:last-child {
margin-right: auto;
}
.gallery.gallery-columns-2 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 48.5%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-2 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-2 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-2 .gallery-item:nth-child(2n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
clear: both;
}
@media (max-width: 480px) {
.gallery.gallery-columns-2 .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gallery.gallery-columns-2 .gallery-item:first-child {
margin-left: auto;
}
.gallery.gallery-columns-2 .gallery-item:last-child {
margin-right: auto;
}
}
.gallery.gallery-columns-3 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 31.33333%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-3 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-3 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
clear: both;
}
@media (max-width: 770px) {
.gallery.gallery-columns-3 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 31.33333%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-3 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-3 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
clear: both;
}
}
@media (max-width: 480px) {
.gallery.gallery-columns-3 .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gallery.gallery-columns-3 .gallery-item:first-child {
margin-left: auto;
}
.gallery.gallery-columns-3 .gallery-item:last-child {
margin-right: auto;
}
}
.gallery.gallery-columns-4 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 22.75%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-4 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-4 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-4 .gallery-item:nth-child(4n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
clear: both;
}
span.featured {
width: 21px;
height: 21px;
position: relative;
float: right;
bottom: 0px;
}
.box:hover span.featured svg .st5{
-webkit-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;width: 25px;
height: 25px;
}
.box:hover span.featured svg .st5{
fill: #5e8bf7;
} @media (max-width: 770px) {
.gallery.gallery-columns-4 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 47%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-4 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-4 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-4 .gallery-item:nth-child(2n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-4 .gallery-item:nth-child(2n + 1) {
clear: both;
}
}
@media (max-width: 480px) {
.gallery.gallery-columns-4 .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gallery.gallery-columns-4 .gallery-item:first-child {
margin-left: auto;
}
.gallery.gallery-columns-4 .gallery-item:last-child {
margin-right: auto;
}
h1.big-headline {
font-size: 50px;
}
}
.gallery.gallery-columns-5 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 18.8%;
margin-left: 0%;
margin-right: 1.5%;
}
.gallery.gallery-columns-5 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-5 .gallery-item:nth-child(n) {
margin-right: 1.5%;
float: left;
clear: none;
}
.gallery.gallery-columns-5 .gallery-item:nth-child(5n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
clear: both;
}
@media (max-width: 813px) {
.gallery.gallery-columns-5 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 32.33333%;
margin-left: 0%;
margin-right: 1.5%;
}
.gallery.gallery-columns-5 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-5 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
width: 100%;
}
.gallery.gallery-columns-5 .gallery-item:nth-child(3n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-5 .gallery-item:nth-child(3n + 1) {
clear: both;
}
}
@media (max-width: 480px) {
.gallery.gallery-columns-5 .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gallery.gallery-columns-5 .gallery-item:first-child {
margin-left: auto;
}
.gallery.gallery-columns-5 .gallery-item:last-child {
margin-right: auto;
}
}
.gallery.gallery-columns-6 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 14.16667%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-6 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-6 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-6 .gallery-item:nth-child(6n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
clear: both;
}
@media (max-width: 770px) {
.gallery.gallery-columns-6 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 31.33333%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-6 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-6 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-6 .gallery-item:nth-child(3n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-6 .gallery-item:nth-child(3n + 1) {
clear: both;
}
}
@media (max-width: 480px) {
.gallery.gallery-columns-6 .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gallery.gallery-columns-6 .gallery-item:first-child {
margin-left: auto;
}
.gallery.gallery-columns-6 .gallery-item:last-child {
margin-right: auto;
}
}
.gallery.gallery-columns-7 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 11.71429%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-7 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-7 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-7 .gallery-item:nth-child(7n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
clear: both;
}
@media (max-width: 770px) {
.gallery.gallery-columns-7 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 31.33333%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-7 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-7 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-7 .gallery-item:nth-child(3n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-7 .gallery-item:nth-child(3n + 1) {
clear: both;
}
}
@media (max-width: 480px) {
.gallery.gallery-columns-7 .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gallery.gallery-columns-7 .gallery-item:first-child {
margin-left: auto;
}
.gallery.gallery-columns-7 .gallery-item:last-child {
margin-right: auto;
}
}
.gallery.gallery-columns-8 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 9.875%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-8 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-8 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-8 .gallery-item:nth-child(8n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
clear: both;
}
@media (max-width: 770px) {
.gallery.gallery-columns-8 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 31.33333%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-8 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-8 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-8 .gallery-item:nth-child(3n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-8 .gallery-item:nth-child(3n + 1) {
clear: both;
}
}
@media (max-width: 480px) {
.gallery.gallery-columns-8 .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gallery.gallery-columns-8 .gallery-item:first-child {
margin-left: auto;
}
.gallery.gallery-columns-8 .gallery-item:last-child {
margin-right: auto;
}
}
.gallery.gallery-columns-9 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 8.44444%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-9 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-9 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-9 .gallery-item:nth-child(9n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
clear: both;
}
@media (max-width: 770px) {
.gallery.gallery-columns-9 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 31.33333%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-9 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-9 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-9 .gallery-item:nth-child(3n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-9 .gallery-item:nth-child(3n + 1) {
clear: both;
}
}
@media (max-width: 480px) {
.gallery.gallery-columns-9 .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gallery.gallery-columns-9 .gallery-item:first-child {
margin-left: auto;
}
.gallery.gallery-columns-9 .gallery-item:last-child {
margin-right: auto;
}
}
.gallery.gallery-columns-10 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 7.3%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-10 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-10 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-10 .gallery-item:nth-child(10n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-10 .gallery-item:nth-child(10n + 1) {
clear: both;
}
@media (max-width: 770px) {
.gallery.gallery-columns-10 .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 31.33333%;
margin-left: 0%;
margin-right: 3%;
}
.gallery.gallery-columns-10 .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery.gallery-columns-10 .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery.gallery-columns-10 .gallery-item:nth-child(3n) {
margin-right: 0%;
float: right;
}
.gallery.gallery-columns-10 .gallery-item:nth-child(3n + 1) {
clear: both;
}
}
@media (max-width: 480px) {
.gallery.gallery-columns-10 .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gallery.gallery-columns-10 .gallery-item:first-child {
margin-left: auto;
}
.gallery.gallery-columns-10 .gallery-item:last-child {
margin-right: auto;
}
}
.gallery .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 22.75%;
margin-left: 0%;
margin-right: 3%;
margin-bottom: 35px;
}
.gallery .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery .gallery-item:nth-child(4n) {
margin-right: 0%;
float: right;
}
.gallery .gallery-item:nth-child(4n + 1) {
clear: both;
}
@media (max-width: 770px) {
.gallery .gallery-item {
float: left;
clear: none;
text-align: inherit;
width: 31.33333%;
margin-left: 0%;
margin-right: 3%;
}
.gallery .gallery-item::after {
display: block;
content: '';
clear: both;
}
.gallery .gallery-item:nth-child(n) {
margin-right: 3%;
float: left;
clear: none;
}
.gallery .gallery-item:nth-child(3n) {
margin-right: 0%;
float: right;
}
.gallery .gallery-item:nth-child(3n + 1) {
clear: both;
}
}
@media (max-width: 480px) {
.gallery .gallery-item {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.gallery .gallery-item:first-child {
margin-left: auto;
}
.gallery .gallery-item:last-child {
margin-right: auto;
}
}
.gallery .gallery-item h3, .gallery .gallery-item h2{font-family:'Domaine Text', Georgia, "Times New Roman"; }
.gallery .gallery-item.all-news a {font-family: 'Domaine Display', Georgia, "Times New Roman";}
.gallery .gallery-item .gallery-caption {
margin-top: .7em;
display: block;
font-family: 'Domaine Text', Georgia, "Times New Roman";
line-height: 1.2;
}
.gallery .gallery-item .tags {font-family: 'Domaine Text', Georgia, "Times New Roman";}
.gallery .gallery-item .gallery-icon a {
display: block;
}
.gallery .gallery-item .gallery-icon img {
border: 0;
height: auto;
margin-bottom: 0;
width: 100%;
}
.entry-header {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-repeat: no-repeat;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
min-height: 100vh;
min-height: 100vh;
max-width: 100%;
margin: 0 auto;
height: 100vh;
height: 100vh;
animation: fade 1.5s ease;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@keyframes fade {
0% {
opacity: 0;
transform: translateY(0px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.table .entry-header  {
display: table;
}
.entry-header .left, .entry-header .right, .right {
min-height: 100vh;
min-height: 100vh;
height: 100vh;
height: 100vh;
width: 50%;
background-size: cover;
position: relative;
display: table-cell;
background-position: 50% 50%;
}
.entry-header .left a.fp-link,  .entry-header .right a.fp-link {
color: #fff;
text-align: center;
position: absolute;
bottom: 110px;
left: 0;
right: 0;
animation: entry-links 3.5s ease;
font-size: 50px;
line-height: 1.2;
font-family: 'Domaine Display', Georgia, "Times New Roman";
font-weight: 700; 
}
@keyframes entry-links {
0% {
opacity: 0;
bottom: 0;
}
60% {
opacity: 0;
bottom: 70px;
}
75% {
opacity: 1;
bottom: 70px;
}
100% {
opacity: 1;
bottom: 110px;
}
}
@keyframes entry-links-mobile {
0% {
opacity: 0;
bottom: 0;
}
60% {
opacity: 0;
bottom: 10px;
}
75% {
opacity: 1;
bottom: 20px;
}
100% {
opacity: 1;
bottom: 65px;
}
}
a.fp-link::after {
background: url(//www.avance.com/wp-content/themes/avance/svg/chevron-right-white.svg) no-repeat 10px 10px;
content: "";
display: inline-block;
width: 35px;
height: 35px;
background-size: 25px;
}
.skip-to-content {
position: absolute;
bottom: 0;
z-index: 9;
width: 100%;
background: transparent;
text-align: center;
padding: 20px;
animation: slide-up 3.5s ease;
}
@keyframes slide-up {
0% {
opacity: 1;
transform: translateY(70px);
}
75% {
opacity: 1;
transform: translateY(70px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.entry-header-demo h1 {
font-size: 2.4vw;
color: #383d29;
text-align: center;
margin: 0;
padding: 0;
position: relative;
z-index: 2;
}
.big-logo {
text-align: center;
width: 90%;
position: absolute;
z-index: 9;
animation: logo 2.5s ease;
padding-bottom: 5px;
}
.big-logo svg {
fill: #ffffff;
padding-bottom: 5px;
}
@keyframes logo {
0% {
opacity: 0;
transform: translateY(0px);
}
50% {
opacity: 0;
transform: translateY(0px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 916.66667px) {
.entry-header-demo h1 {
font-size: 22px;
}
}
@media (min-width: 1916.66667px) {
.entry-header-demo h1 {
font-size: 46px;
}
}
.accent {
font-weight: 700;
text-align: center;
margin: 0;
color: #023569;
display: block;
position: relative;
z-index: 2;
font-family: 'Domaine Display', Georgia, "Times New Roman";
}
.home #section1 .accent {font-family: 'Domaine Display', Georgia, "Times New Roman";}
.accent p {
font-size: 50px;
line-height: 1.2;
}
@media (min-width: 480px) {
.block.block-page {
min-height: 300px;
}
}
.cat-links,
.tags-links {
display: block;
}
.alignleft {
display: inline;
float: left;
margin-right: 20px;
}
.alignright {
display: inline;
float: right;
margin-left: 20px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
del {
text-decoration: line-through;
color: #666;
}
a.full-link {
width: 100%;
height: 100%;
position: absolute;
background: 0 0;
top: 0;
left: 0;
}
.gallery-item:hover a {
text-decoration: none;
color: #5e8bf7;
}
.container-article article {	
box-shadow: -2px 1px 5px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: -2px 1px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow:  -2px 1px 5px 0px rgba(0,0,0,0.25);
padding: 40px;
background: #fff
}
.stick-it {
position: relative;
} 
.single .entry-footer { 
padding: 40px;
}
.single .col-md-6.padded {
background: rgba(0, 85, 184, 0.03);
}
@media (min-width: 769px) {
.col-md-6.padded {padding: 8%;}
}
.menu-text {
-webkit-transition: opacity .3s;
-moz-transition: opacity .3s;
-o-transition: opacity .3s;
opacity: 1;
}
.sticky .menu-text {
opacity: 0;
}
.comments-area .comment-list li.bypostauthor {
background-color: #fff6e8;
padding: 30px;
padding: 3rem;
}
.wp-caption {
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption .wp-caption-text {
text-align: left;
font-style: italic;
padding: 10px 0;
padding: 1rem 0;
margin-bottom: 20px;
}
.entry-content {
margin-bottom: 2em;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
max-width: 100%;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
margin-top: 0;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
font-family: 'Domaine Display', Georgia, "Times New Roman";
height: 30px;
height: 3rem;
padding: 10px;
padding: 1rem;
}
@media (max-width: 600px) {
td,
th {
display: block;
clear: both;
float: none;
width: 100%;
margin-left: auto;
margin-right: auto;
display: inline-block;
height: auto;
padding: 10px 0;
text-align: center;
}
td:first-child,
th:first-child {
margin-left: auto;
}
td:last-child,
th:last-child {
margin-right: auto;
}
}
th {
font-weight: 700;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
kbd {
border: 1px solid #ccc;
font-family: Arial, Helvetica, sans-serif;
background-color: #f7f7f7;
color: #333;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 2px #fff inset;
box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 2px #fff inset;
border-radius: 4px;
display: inline-block;
text-shadow: 0 1px 0 #fff;
line-height: 1.4;
white-space: nowrap;
padding: 0 5px;
padding: 0 .5rem;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 6.25px;
margin: 0 0 .625rem;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
overflow: auto;
}
pre.debug {
font-size: 11px;
line-height: 1.5;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.taxonomy-description {
margin-bottom: 20px;
margin-bottom: 2rem;
}
.post {
padding: 0 20px;
}
.entry-header .entry-title {
margin-bottom: .8em;
}
.entry-header .entry-title a {
color: #023569;
}
.entry-meta * {
color: #0055b8;
}
.entry-time {
margin-bottom: 1.5em;
font-size:25px;
}
.cat {
margin-top: 0;
margin-bottom: 10px;
}
.cat a {
font-weight: 600;
}
.back-to-news {margin: 40px 0;}
.tags {
font-family: 'Domaine Display', Georgia, "Times New Roman";
}
.category-cases-and-news .tags {font-size: 14px;position: absolute; bottom: 20px;color: #0055b8;}
.gallery-item h2 {margin-bottom: 20px;}
.gallery-item h2 a {margin-bottom: 36px;display: block;}
.tags a {
font-size: 25px;
font-size: 2.5rem;
color: #0055b8;
font-weight:900;
}
.single-post .tags a {display: block;}
.tags a {
font-size: 25px;
font-size: 2.5rem;
color: #0055b8;
font-weight:900
}
.tags a:hover {
color: #5e8bf7;
}
.entry-footer {
margin-top: 0;
margin-bottom: 0;
}
.entry-footer a:hover {
color: #5e8bf7;
text-decoration: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 1.5em 0;
overflow: hidden;
}
.site-main .comment-navigation::after,
.site-main .posts-navigation::after,
.site-main .post-navigation::after {
display: block;
content: '';
clear: both;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
} form#search-filter-form-100 {
width: 100%;
float: left;
height: 50vh;
padding: 5% 10%;
}
header.team-members {
float: left;
padding:0px;
}
.page-template-page-team .searchandfilter ul li {
padding: 3vh 0px;
}
.page-template-page-team .chosen-container .chosen-results li {
padding: 8px 20px;
font-family: 'Domaine Display', Georgia, "Times New Roman";
font-weight: 400;
}
.page-template-page-team select.sf-input-select option {
padding: 8px 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none;
padding: 0px 4px;
font-weight: 900;
}
input.select2-search__field {
border: 1px solid #e6e6e6;
background: #fff url(//www.avance.com/wp-content/themes/avance/svg/select.svg) no-repeat right;
padding: 4px 10px;
color: #d5d5d5;
font-weight: 900;
}
.select2-container--open {background:#ffffff;}
.select2-container--default.select2-container--disabled .select2-selection--multiple {background: #ffffff;}
.select2-container--default .select2-selection--multiple {
background-color: #fff;
border: 1px solid #e6e6e6;
border-radius: 0px;
cursor: text;
min-height: 40px;color: #d5d5d5;background: #fff url(//www.avance.com/wp-content/themes/avance/svg/select.svg) no-repeat right;padding-right: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
background: #fff;
color: #0055b8;
border-width: 0px;
font-family: 'Domaine Display', Georgia, "Times New Roman";
font-weight: 700;
width: 100%;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {white-space: normal;
}
.select2-container--default .select2-search--inline .select2-search__field {
color: #0055b8;height: 30px;
}
input.select2-search__field:focus::placeholder {
opacity: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
background-color:#023569;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 2px 8px;
width: 90%;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #023569;
}
span.select2-selection__choice__remove {
float: right;
padding-left: 2px;
}
.page-template-page-team h1.entry-title {
min-height:50vh; 
height: 50vh;
background: #ffda5a;
text-align: center;
padding:25vh;
}
.page-template-page-team .search-filter-results .team-member, .page-template-page-service .team-member, .page-template-page-careers .team-member {
float: left;
height: 50vh;
overflow: hidden;
background-size: cover;
position: relative;
background-position: 50% 20%;
width: 25%;
}
.page-template-page-service .membercount-1 {height:50vh;}
.team-members {overflow: auto;}
.team-member.membercount-1 {width: 50%;}
.team-member.membercount-2 {width: 50%;} 
.team-member.membercount-3 {width: 50%;}
.team-member.membercount-4 {width: 50%;}
.team-member.membercount-5 {width: 50%;}
.team-member .details {
text-align: center;
position: absolute;
bottom: 40px;
width: 100%;
color: #fff;
transition: all 0.6s ease;
-webkit-transform: translateY(calc(100px + 1em));
transform: translateY(calc(100px + 1em));
}
.team-member:hover .details {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.team-member .details h3 {
margin-block-end: 1em;
}
.team-member .details a {
color: #fff;
font-size: 36px;
font-weight: 400;
line-height: 0.9;
text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.5);
} 
.membercount-3 .details a {
font-size: 32px;
}
.page-template-page-team_member article header {
margin: 10px 0 120px;
}
.page-template-page-service .entry-header {
}
.team-member .howtocontact, .team-member .howtocontact div {
opacity:0;	transition: all 0.6s ease; transition-delay: 0.1s; font-family: 'Domaine Display', Georgia, "Times New Roman"; font-weight: 400; font-size: 22px;
line-height: 0.9;
text-shadow: 2px 2px 30px rgba(0, 0, 0, 0.5);
}
.team-member:hover .howtocontact, .team-member:hover .howtocontact div  {
opacity: 1;	transition: all 0.6s ease; transition-delay: 0.1s;
}
.team-description, .team-quote {
float: left; 
height: 100vh;
}
.team-description .textwidget, .team-quote .textwidget {
position: absolute; 
padding: 15% 10%;
top: 50%;
transform: translateY(-50%);
width: 100%;
margin: auto;
left: 0;
right: 0;
}
.team-description h3 {font-size: 80px;font-weight: 900;font-family: 'Domaine Display', Georgia, "Times New Roman";}
.kontaineri {
height: 50vh;
position: relative;
float: left;
}
.kontaineri.col-md-6 {
padding: 0;
min-height: 100vh;
}
.page-template-page-team .search-filter-results .kontaineri .team-member {
width: 50%;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
color: #d5d5d5;
}
.searchandfilter select.sf-input-select {
padding: 6px 10px 10px;
line-height: 1.3;
}
.chosen-container-multi .chosen-choices, select.sf-input-select {
border: 1px solid #e6e6e6;
background: #fff url(//www.avance.com/wp-content/themes/avance/svg/select.svg) no-repeat right;
padding: 4px 10px;
color: #d5d5d5;
font-weight: 900;
}
.chosen-container-multi .chosen-choices:focus, select.sf-input-select:focus{color: #0055b8;}
#search-filter-form-100.searchandfilter label {
width:100%;
}
.chosen-container-active .chosen-choices {
border: 0px solid #0055b8;
background: #f5f5f5;
-webkit-box-shadow: 0 0 0px rgba(0,0,0,.3);
box-shadow: 0 0 0px rgba(0,0,0,.3);
}
.chosen-container .chosen-drop {
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.15);
box-shadow: 0 0px 0px rgba(0,0,0,.15);
border: 1px solid #0055b8;
}
.chosen-container .chosen-results li.highlighted {
background-color: #0055b8;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#0055b8),color-stop(90%,#0055b8));
background-image: linear-gradient(#0055b8 20%,#0055b8 90%);}
.chosen-container-multi .chosen-choices li.search-choice {
padding: 10px;
border: none;
background: transparent;
color: #0055b8;
box-shadow: none;
font-family: 'Domaine Display', Georgia, "Times New Roman";
font-weight: 700;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 14px;
right: -5px;
display: block;
width: 12px;
height: 12px; font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
padding: 0px;
font-family: 'Domaine Display', Georgia, "Times New Roman";
font-weight: 900
}
.chosen-container .chosen-results {
color: #0055b8;
}
.contact-info {
margin: 30px 0;
padding: 30px 0;
border-top: 0.5px solid rgba(0, 85, 184, 0.25);
border-bottom: 0.5px solid rgba(0, 85, 184, 0.25);
}
ul.team {
list-style: none;
padding: 0;
margin:0;
}
ul.team li {
display: block;
padding-left:0;
padding-bottom: 5px;
}
h1.team-member {
font-size: 80px;
margin-bottom: 20px;
}
h3.title {
font-size: 41px;
font-weight: normal;
margin-top: 0;
}
.areas {
font-family: 'Domaine Display', Georgia, "Times New Roman";
font-weight: 900;
}
.areas ul.team {
border-bottom: 0.5px solid rgba(0, 85, 184, 0.25);
margin-bottom: 30px;
padding-bottom: 30px;
}
.cv {
border-bottom: 0.5px solid rgba(0, 85, 184, 0.25);
margin: 0px 0 30px;
padding: 0px;
}
.cv ul, .cv ul li {
padding: 0;
list-style: none;
padding: 0px 0 10px;
line-height: 1.2;
}
.recent-cases .box, #rankings .box { padding: 20px 15px;
background: #fff;
margin: 25px 0px 25px;transition:background 0.3s ease;
}
.recent-cases .box span {
font-size: 22px;
margin-top: 10px;
padding-right: 25px;
display: block;
}
.recent-cases .box:hover {
background: #f1f7fc;
}
#rankings .entry-meta {
font-size: 15px;
border-bottom: 0.5px solid rgba(0, 85, 184, 0.25);
display: block;
padding-bottom: 7px;
margin-bottom: 0px;
}
#rankings p {
margin-top: 10px;
margin-bottom: 10px;
font-size: 22px;
}
#rankings p strong {
font-size: 16px;
}
.recent-cases h2 {
margin-bottom:0;
color: #0055b8;
font-size: 24px;
padding: 15px 0px;
cursor: pointer;
width: calc(100% - 15px);
}
h2#case-title:hover, h2#cv-title:hover, h2#rankings-title:hover {
text-decoration: none;
color: #5e8bf7;
}
.recent-cases .box a {
font-size: 22px;
margin-top: 10px;
display: block;
}
hr, .search-filter-results div.pagination {
display: none;
}
.white {
background: #ffffff;
}
.grey {
background: #f5f5f5;
}
.blue, .industries {
background: #5e8bf7;
}
.yellow {
background: #f3a034;
}
.red {
background: #ebb500; }
.green {
background: #2eb695;
}
.industries, .practice-areas {
height: 100vh;
}
.industries .col-md-6, .practice-areas .col-md-6 {
height: 100vh;
}
h2.text-lift {
text-align: center;
margin: auto;
color: #fff;
font-size: 80px;
}
h2.text-lift, .text-lift {
padding: 60px 80px;
vertical-align: middle;
}
.text-lift p {
font-size: 22px;
line-height: 1.3; 
}
h2.big, h2.big a {
font-size: 40px;
color: #fff;
margin: auto;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) { 
h2.text-lift, .text-lift {
padding: 60px 40px;
}
}
@media (min-width: 813px) {
h2.big, h2.big a {font-size: 80px;}
}
#section1 .col-md-10.offset-md-1.text-center.accent, #section1.moveDown .col-md-10.offset-md-1.text-center.accent, #section1 .entry-content, #section1 .big-cite, #section1.moveDown .entry-content, #section1.moveDown .big-cite, #section2 .blue, #section2.moveDown .blue, #section2 .indutsrimenu, #section2.moveDown .indutsrimenu ,#section3 .entry-header .left, #section3.moveDown .entry-header .left, #section3 .col-md-6 p, #section3.moveDown .col-md-6 p, #section4 .yellow, #section4.moveDown .yellow, #section4 .wwd .col-md-6 .cont, #section4.moveDown .wwd .col-md-6 .cont, #section4 .wwd .col-md-6 ul, #section4.moveDown .wwd .col-md-6 ul, #section5 .entry-header .left, #section5.moveDown .entry-header .left, #section5 #we-offer, #section5.moveDown #we-offer {
opacity: 0;
transform: translateY(50vh);
transition: all 1.2s;
}
#section1.moveUp .col-md-10.offset-md-1.text-center.accent, #section1.moveUp .entry-content, #section1.moveUp .big-cite, #section2.moveUp .blue, #section2.moveUp .indutsrimenu, #section3.moveUp .entry-header .left, #section3.moveUp .col-md-6 p, #section4.moveUp .yellow, #section4.moveUp .wwd .col-md-6 .cont, #section4.moveUp .wwd .col-md-6 ul, #section5.moveUp .entry-header .left, #section5.moveUp #we-offer {
opacity: 0;
transform: translateY(-50vh);
}
#section1.active .col-md-10.offset-md-1.text-center.accent, #section1.active .entry-content, #section1.active .big-cite, #section2.active .blue, #section2.active .indutsrimenu, #section3.active .entry-header .left, #section3.active .col-md-6 p, #section4.active .yellow, #section4.active .wwd .col-md-6 .cont, #section4.active .wwd .col-md-6 ul, #section5.active .entry-header .left, #section5.active #we-offer {
opacity: 1;
transform: translateY(0);
} div#section4.active .white, div#section2.active .white {
overflow-y: auto;
overflow-x: hidden;
}
#section1 .gallery, #section1.moveDown .gallery{
opacity: 0;
transform: translateY(75vh);
transition: all 1.2s;
}
#section1.moveUp .gallery{
opacity:0;
transform: translateY(-75vh);
}
#section1.active .gallery {
opacity: 1;
transform: translateY(0);
}
h2#industries, h2#practice-areas, #section2 h2.big, .moveDown h2#industries, .moveDown h2#practice-areas,  #section2.moveDown h2.big {
position: relative;
left: 0;
width: 100%;
top: 45%;
right: 0;
cursor: pointer;
opacity: 0;
transform: translateY(50vh);
transition: all 1.2s;
}
.moveUp h2#industries, .moveUp h2#practice-areas, #section2.moveUp h2.big {
opacity: 0;
transform: translateY(-50vh);
}
.active h2#industries, .active h2#practice-areas, #section2.active h2.big {
opacity: 1;
transform: translateY(0);
}
#section2 .layer a svg {
transform: translateX(-10vw);
opacity: 0;
transition: all 1s;
transition-delay: 0.2s;
}
#section2.active .layer a svg {
transform: translateX(0);
opacity: 1;
}
.home h2#industries::after, .home h2#practice-areas::after {
background: url(//www.avance.com/wp-content/themes/avance/svg/chevron-right-white.svg) no-repeat 20px 20px;
content: "";
display: inline-block;
width: 60px;
height: 60px;
background-size: 40px;
}
.page-template-page-wedo h2#practice-areas {top:40%;}
.indutsrimenu {padding-top:60px;}
#industries-1  {
transform: translateX(0%);
transition: transform 1.2s;
transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#industries-2 {
background-image: url(//www.avance.com/wp-content/uploads/2019/04/fp-industries-min-1.jpg);
background-size: cover;
transform: translateX(0%);
transition: transform 1.2s, background-position-x 1.1s;
transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#industries-3 {
visibility: hidden;
transform: translateX(200%);
transition: transform 1.0s;
transition-delay: 1.2s;
transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
background: #fff;
padding-top: 60px;
}
.practice-areas {
transform: translateX(0%);
transition: transform 1.2s;
transition-delay: 0.7s;
transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#practice-areas-1  {
transform: translateX(0%);
transition: transform 0.7s;
transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#practice-areas-2 {
background-size: cover;
transform: translateX(0%);
transition: transform 1.0s, background-position-x 1.1s;
transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#practice-areas-3 {
transform: translateX(200%);
transition: transform 1.0s;
transition-delay: 0.5s;
transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
background: #fff;
}
#close, #close-practise {
background: url(//www.avance.com/wp-content/themes/avance/svg/chevron-left-white.svg) no-repeat 50% 60%;
content: "";
display: inline-block;
width: 60px;
height: 60px;
background-size: 40px;
position: absolute;
top: 47%;
right: 22%;
cursor: pointer;
z-index:10;
transition: opacity 0.5s;
}
#close {
right: calc(62% + 15px);
visibility: hidden;
} 
#close-practise {
right: calc(12.5%);
}
.practice-areas {
background-image: url(//www.avance.com/wp-content/uploads/2019/03/fp-practiseareas.jpg);
background-repeat: no-repeat;
background-size: cover;
}
ul.services {
list-style: none;
padding: 0px 10%;
font-family: 'Domaine Display', Georgia, "Times New Roman";
font-weight: 400;
transition: transform 1.5s;
margin-top: calc(15px + 10%);
margin-bottom: calc(15px + 10%);
padding-right: calc(10% + 17px);
}
ul.services li  {
font-size: 22px;
border-bottom: 1px solid rgba(0, 85, 184, 0.25);
margin: 5px 0;
padding: 10px 0 10px;
}
ul.services li:last-child {
border-bottom: 0px;
}
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
margin-left: 0;
margin-right: 0;
}
.no-gutter>[class^="col-"]{
padding-left: 0;
padding-right: 0;
} body.preloader-site {
overflow: hidden;
}
.preloader-wrapper {
height: 100%;
width: 100%;
background: #FFF;
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
}
.preloader-wrapper .preloader {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 120px;
}
#section-footer {
height: 300px;
padding: 0 20px;
}
#myVideo {
position: absolute;
right: 0;
bottom: 0;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-size: 100% 100%;
background-color: black;
background-position: center center;
background-size: contain;
object-fit: cover;
z-index: 3;
}
#section2 .layer {
position: relative;
z-index: 4;
}
.layer svg {
width: 40px;
height: 40px;
margin-top: 75px;
}
.big-cite {
max-width:300px;
margin:auto;
font-size: 80px;
font-weight:900;
font-family: 'Domaine Display', Georgia, "Times New Roman";
text-align: center;
opacity: 0;
transition: all 1.2s;
transition-delay:0.5s;
}
#search-filter-results-100 .big-cite {opacity:1;}
.active .big-cite {
opacity:1;
}
.border-left {
border-left: 0.5px solid rgba(0, 85, 184, 0.25);
}
.searchandfilter ul {
padding: 0;
}
.category-1 .searchandfilter ul li, .category-33 .searchandfilter ul li {
list-style: none;
display: inline-block;
padding: 10px 0;
margin: 0;
margin: 0 0.5%;
width: 32.33333%;
}
.category-1 .searchandfilter ul li select, .category-33 .searchandfilter ul li select{
font-weight:900;
background: url(//www.avance.com/wp-content/themes/avance/svg/chevron-right.svg) calc(100% - 8px) 50%;
background-repeat: no-repeat;
background-size: 15px;
padding-right: 30px;
}
.logo {
background-image: url(//www.avance.com/wp-content/themes/avance/svg/asianajoliitto-logo.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 80px;
width: 100px;
height: 100px;
}
li#menu-item-172 {
margin: 50px auto 0;
}
li#menu-item-172 a {
display:none
}
header .li#menu-item-150 {
margin-bottom: 10vh;
}
#avance-logo {
bottom: 0;
left: 0;
height: 25vh;
position: fixed;
top: auto;
pointer-events: none;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
#avance-logo .avance-logo {
position: fixed;
bottom: 50px;
width: 175px;
margin: auto;
left: 0;
right: 0;pointer-events:all;
}
#avance-logo .avance-logo svg{max-width:175px;}
.box.gallery-item.all-news h3 {
font-weight: 900; 
text-align: center;
margin: 10px;
}
.centered {
position: absolute;
top: 25%;
left: 0;
height: 30%;
right: 0;
}
.member .left {
width: 50%;
float: left;
}
.member-pic, .fixed-pic {
right: 0;
top: 0;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 20%;
height: 100vh;
position: -webkit-sticky;
position: sticky;
top: 0px;
}
.full-height {
height: 100vh;
top: 0;
position: relative!important;
right: 0;
padding: 0!important;
}
.absolute-pic {
position: relative;
height: 100vh;
overflow: visible;
background-size: cover;
background-position: 50% 50%;
}
.absolute-pic img {
min-width: 100%;
max-width: none;
min-height: 101%;
position: absolute;
}
.single .entry-meta {
border-bottom: 1px solid rgba(0, 85, 184, 0.25);
padding-bottom: 5px;
}
svg#avance-logo-svg19 {
fill: #023569;
}
.mobile-only {display: none;}
@media (min-width: 992px) {
.nav-primary .menu-items .dropdown-toggle {display: none;}
}
@media (max-width: 1281px) {
#nav.nav-primary .menu-items a {line-height: 42px;}
ul#second-menu {padding-left: 15px;}
.nav-primary .menu-items .sub-menu li {padding: 3px 0px;}
ul.services {margin-top: calc(15px + 2%);}
.page-template-page-wedo #section4 ul.services{margin-top:15px;margin-bottom:15px;}
}
@media (max-width: 1030px) {
ul.services {margin-top: auto; margin-bottom: auto;}
.page-template-page-team .searchandfilter ul li {padding: 2vh 0px;}
.team-member .details {-webkit-transform: translateY(calc(90px + 1em));transform: translateY(calc(90px + 1em));}
.team-member .details a {font-size: 32px;}
.team-member .howtocontact, .team-member .howtocontact div {font-size:18px}
h1.team-member {font-size: 64px;}
article p, dd, dt, figcaption, hr, small, ol, ul, li, blockquote, kbd, pre, samp, code, th, td, table, tr, textarea, select, input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], input[type="month"], input[type="week"], input[type="email"], input[type="search"] {font-size:20px;}
.page-template-page-team_member article header {margin-top: 50%;}
}
@media (max-width: 991px) {
.mobile-only {display: block;}
.accent p {font-size: 32px;}
h1.team-member {font-size: 50px;}
.team-description h3 {font-size: 32px;text-align:left}
.team-description p {text-align:left;}
.team-description .textwidget {padding-left:50px;}
.page-template-page-team h1.entry-title {padding: 15vh;}
h1.big-headline {padding: 70px;}
.category-rankings h1.big-headline {padding: 0;}
.text-lift {padding: 60px 20px;}
.js-nav-active #rightmenus {display:none}
.js #nav.nav-primary .menu-items {top:40px}
nav#nav {right: 0; width:100%;}
.nav-primary .menu-items {padding: 0;}
#nav-secondary, #nav-people {display:none}
#nav.nav-primary .menu-items li, #nav.nav-primary .menu-items a {font-size: 16px; line-height:1;}
.nav-primary .menu-items li.parent a {color:#0055b8;}
.js.js-nav-active .nav-primary {overflow: scroll;  padding-bottom: 80px;}
li#menu-item-172 {display:none}
.gallery.gallery-columns-4 .gallery-item { width: 47%; }
.gallery.gallery-columns-4 .gallery-item:nth-child(2n) {margin-right: 0%;float: right;}
.gallery.gallery-columns-5 .gallery-item {width:47%; min-height:40px;}
.gallery.gallery-columns-5 .gallery-item .centered {position:relative;}
.gallery.gallery-columns-5 .gallery-item:nth-child(5n) {margin-right: 4%;}
ul.services {margin-top: 15px; margin-bottom: auto;}
.entry-header .left a.fp-link, .entry-header .right a.fp-link {font-size:32px;padding: 60px 20px 15px;animation: entry-links-mobile 3.5s ease;bottom: 65px;}
}
@media (max-width: 813px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {padding-left: 20px!important; padding-right: 20px!important}
.no-gutter>[class^="col-"], .kontaineri.col-md-6, header.team-members { padding-left: 0!important;padding-right: 0!important;}
.page-template-page-wedo .entry-header {height: 50vh; min-height: 50vh;  }
.page-template-page-wedo .entry-header .left, .page-template-page-wedo .entry-header .right { width:100%; height: 50vh;min-height: 50vh;}
.page-template-page-wedo .entry-header .right {display:none}
#nav.nav-primary .menu-items li, #nav.nav-primary .menu-items a {font-size: 22px; }
.nav-primary .menu-items .dropdown-toggle  {top:15px; position: absolute; width:100%;     left: 0; right: 0;}
.nav-primary .menu-items .dropdown-toggle:hover {background-color: transparent;}
.nav-primary .menu-items .dropdown-toggle:before {
content: '+';
position: absolute;
right: 25px;
top: -10px;
color: #023569;
}
.category-1 .searchandfilter ul li, .category-33 .searchandfilter ul li {width:100%;}
#search-filter-form-1570.searchandfilter label {width:98%;}
.site {overflow:hidden;}
#section1 .entry-content { Opacity:1;transform: none; transition: none; transition-delay: inherit;}
h2.text-lift, .text-lift {padding: 40px 0;}
h1 {font-size: 36px;padding-bottom: 40px;}
h2.text-lift, .big-cite {font-size: 32px;}
ul.services li {font-size: 20px;}
h2.big, h2.big a {font-size: 32px;line-height:32px;}
h3.title {font-size: 32px;}
.page-template-page-wedo h1.big-headline {font-size:35px; text-align:center; margin-top: 50px}
.page-template-page-team h1.entry-title {padding: 0 40px;     padding-top: 55px;} .page-template-page-wedo #section2 .blue {opacity:1; transform: none;}
.page-template-page-wedo #section4 .practice-areas .col-md-6 {top:20%;}
.page-template-page-wedo #section1 .big-cite {opacity:1; transform: none;  padding: 0 0 50px;}
.page-template-page-wedo .industries, .practice-areas, .page-template-page-wedo .industries .col-md-6, .page-template-page-wedo .practice-areas .col-md-6, .page-template-page-wedo .indutsrimenu {height: inherit;}
.page-template-page-wedo #section2 .vertical {margin-top: 0; padding: 70px 0;}
.page-template-page-wedo #section2 .indutsrimenu {opacity:1; transform: translateY(0vh);}
.page-template-page-wedo #section2 .indutsrimenu ul.services {margin-top: 15px; margin-bottom:15px;}
.page-template-page-wedo #section3 {}
.page-template-page-wedo #section3 .col-md-6 p {opacity: 1;transform: translateY(0vh);}
#section4 .wwd .col-md-6 h2 {opacity: 1;}
.page-template-page-wedo #section4 ul.services {margin-top: 15px; margin-bottom:15px; opacity: 1; transform: none;padding-top: 45px;
padding-bottom: 60px;}
.page-template-page-wedo .indutsrimenu {padding-top: 60px;padding-bottom:60px;}
.page-template-page-wedo #section4 .practice-areas {background-image:none;}
.page-template-page-wedo #section5 #we-offer {opacity:1; transform: translateY(0vh);}
.page-template-page-wedo #section5 .entry-header .left {opacity:1;}
form#search-filter-form-100 {height: auto;}
.team-member .details {-webkit-transform: translateY(calc(15px + 4em)); transform: translateY(calc(15px + 4em));}
.team-member .howtocontact, .team-member .howtocontact div {font-size: 18px;}
.team-member .howtocontact div.phone {font-size:18px;}
.team-member .details a.call {font-size: 18px;}
.page-template-page-wedo #section5 .right, .page-template-page-wedo #section3 .right {width:100%;}
.page-template-page-wedo ul.services {padding: 0;transform: translateY(0vh);}
.fixed-pic {height:50vh;}
.maincontacts {padding-left:15px;}
article {padding-left:3px; padding-right:3px;}
div#teamvideo {height: 75vh;}
.team-member .details {bottom: 30px;}
.site-footer .left {border: none;}
.category-1 .searchandfilter ul li {width:100%;}
#menu-item-150 {padding-bottom:50px;}
.entry-header .left a.fp-link, .entry-header .right a.fp-link {font-size:32px;padding: 60px 22px 15px;animation: entry-links-mobile 3.5s ease;bottom: 65px;}
.skip-to-content {padding: 1px;display:none;}
.skip-to-content svg {width: 20px;height: 20px;}
a.fp-link::after {
width: 30px;
height: 30px;
background-size: 20px;}
.gallery .gallery-item {margin-bottom:15px;}
.loko { bottom: 32px; }
footer .loko {opacity:0;} .page-template-page-wedo #section3, .page-template-page-wedo #section5, .page-template-page-wedo #section1 .big-cite {display:none;}
.sticky .site-title:hover svg polygon, 
.sticky .site-title:hover svg .st11, 
.sticky .site-title:hover g, 
.sticky .site-title:hover svg path, 
.sticky .site-title svg path#firstletter {
opacity: 1;
fill: #023569;}
body:not(.page-template-page-service).sticky .site-title svg path#firstletter {	transform: translateX(0px); }
.sticky .site-title svg path#firstletter
.sticky .site-title svg path.st10 {
opacity: 1;
fill: #023569;
}
h1.team-member {font-size: 40px;}
.member-pic, .absolute-pic {position: relative; width: inherit; height: 65vh;}
#myVideo {position:relative}
div#fp-nav {display: none;}
#section-footer {display:none}
.js .nav-primary .menu-items {top:40px;}
#industry-container {height:75vh;position: relative;  -webkit-transition: height 1s; 
-moz-transition: height 1s; 
-ms-transition: height 1s; 
-o-transition: height 1s; 
transition: height 1s;}
.practice-areas {height: 75vh; background-image: none;}
#industries-1 {z-index:10;height: auto; min-height:75vh; }
#industries-2 { transform: translate(0%, -100%);z-index:1;height: auto;min-height:75vh;}
#industries-3 {z-index:10; height: auto;min-height:75vh; transition-delay: 1.0s;transform: translateX(100%);}
.home h2#industries::after, .home h2#practice-areas::after {height:32px;background-position:20px 100%;background-size: 17px;}
.site-footer h2 {font-size: 32px;}
ul.services {top: 40px;margin-top:15px;margin-bottom:15px;}
.practice-areas {min-height: 75vh;}
.page-template-page-wedo .practice-areas {min-height: 136vh;height:inherit;}
#practice-areas-1 {display:none;height: 75vh;}
#practice-areas-2 {transform: translate(0%,0%);height: 75vh;transition-timing-function: cubic-bezier(0.95, 0.05, 0.16, 1);}
#practice-areas-3 {transform: translate(100%,0%); min-height: 145vh;height:75vh;transition: transform 1.0s;transition-delay: 1s;transition-timing-function: cubic-bezier(0.95, 0.95, 0.36, 1);}
#close-practise {left: 51%;transform: translateY(0);transition-delay: 1.5s;}
#close{left:10px; z-index:1000; transition-delay: 2.0s;}
#close-practise, #close{background: url(//www.avance.com/wp-content/themes/avance/svg/chevron-left.svg) no-repeat 50% 50%;width: 24px;height:24px;top: 37vh;}
.page-template-page-wedo h2#practice-areas {top: 0%;}
.page-template-page-wedo h2#practice-areas::after {background: none;width:0px;}
.page-template-page-wedo h2#practice-areas {padding: 70px 0;}
#section2 #teamvideo h2.big {transform: translateY(30px);}
#avance-logo .avance-logo {bottom: 10px;text-align:center;}
#avance-logo .avance-logo svg {max-width:100px;}
#avance-logo {height:18vh;}
h2#industries, h2#practice-areas, #section2 h2.big {opacity: 1;transform: translateY(0);}
#section2 .layer a svg {opacity:1}
#section2 .vertical {padding-bottom: 20%;padding-top: 29vh;}
#section2 .layer a svg {width: 25px;height: 25px;transform: translateX(0vw);margin-top: 90px;}
.box.gallery-item{min-height:10px;}
ul.services {transform: translate(0, 0);top: 0;}
.site-title {left: 18px; top: 2px; }
.page-template-page-service button#nav-toggle.toggled-on {right:15px;}
.home .site-title svg {fill: #023569; opacity:1; -webkit-transition: opacity .3s;-moz-transition: opacity .3s; -o-transition: opacity .3s;}
.site-header {background-color: rgba(255,255,255,0.9);height: 55px;}
.page-template-page-team_member .site-content {padding-top:55px;}
.fp-viewing-whatwedo .site-title svg {fill:#023569;}
.fp-viewing-whatwedo .hamburger-inner, .fp-viewing-whatwedo .hamburger-inner::before, .fp-viewing-whatwedo .hamburger-inner::after {color: #023569;}
.home .sticky .site-title svg {fill: #023569;}
.nav-toggle {top: 15px; right: 15px;}
span.menu-text {top: 17px;right: 60px;}
.page-template-page-team .search-filter-results .team-member, .full-height .team-member {width: 50%;}
.team-description {display:none;}
.page-template-page-service .site-content, .single .site-content {margin-top: 70px;}
.full-height {height:inherit}
.team-member .details a {font-size: 25px;}
.centered {position: relative;}
.site-footer {height:initial}
.page-template-page-team_member article header {margin: 10px 0;}
#section1 .col-md-10.offset-md-1.text-center.accent, #section1.moveDown .col-md-10.offset-md-1.text-center.accent, #section1 .gallery,
#section1.moveDown .gallery {opacity: 1; transform: none; transition: none; transition-delay: unset;padding: 10px 22px;}
.home #section2 .col-md-6 {width: 50%;}
h2#industries::after, h2#practice-areas::after { background: url(//www.avance.com/wp-content/themes/avance/svg/chevron-right-white.svg) no-repeat 20px 15px;
content: "";
display: inline-block;
width: 60px;
height: 40px;
background-size: 25px;}
.gallery.gallery-columns-4 .gallery-item { width: 97%; }
.gallery.gallery-columns-4 .gallery-item:nth-child(n) {margin-right: 0%;float: left;}
.gallery.gallery-columns-5 .gallery-item { width: 47.8%; }
}
@media only screen and (max-device-width: 813px)  and (orientation: landscape) {
.page-template-page-team .search-filter-results .team-member, .page-template-page-service .team-member {height: 100vh;}
.member-pic{height:200vh;}
}
#section2 {position: relative;}
.fp-section.fp-table,  .fp-tableCell {z-index:-1;}
.page-template-page-wedo .fp-section.fp-table, .fp-tableCell {z-index:0}
@media (min-width: 813px) {
.vertical {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
margin: auto;
left: 0px;
right: 0px;
z-index: 9;
}	
li#menu-item-180 a, li#menu-item-181 a {
pointer-events: none;
cursor: default;
}
li#menu-item-180 .sub-menu a, li#menu-item-181 .sub-menu a{pointer-events: all;cursor:pointer}
.sticky .site-title svg polygon, 
.sticky .site-title svg .st11, 
.sticky .site-title g, 
.sticky .site-title svg path {
opacity:0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.sticky .site-title:hover svg polygon, 
.sticky .site-title:hover svg .st11, 
.sticky .site-title:hover g, 
.sticky .site-title:hover svg path, 
.sticky .site-title svg path#firstletter {
opacity: 1;
fill: #023569;
}
.sticky .site-title svg path#firstletter
.sticky .site-title svg path.st10 {
opacity: 1;
fill: #023569;
}
body.page-template.page-template-page-wedo.fp-viewing-whatwedo svg {opacity:1;-webkit-transition: all 0.5s;	transition: all 0.5s;}
body.page-template.page-template-page-wedo.fp-viewing-whatwedo .site-title svg path, body.page-template.page-template-page-wedo.fp-viewing-whatwedo .site-title svg polygon {opacity:1;}
body.page-template.page-template-page-wedo svg path#firstletter {opacity:1;}	
body.page-template.page-template-page-wedo .site-title svg path, body.page-template.page-template-page-wedo .site-title svg polygon {opacity:0;}
#section-footer .row:first-child {
margin-bottom: 5vh;
}
#section-footer .col-md-6:first-child{
border-right: 0.5px solid rgba(0, 85, 184, 0.25);
}
.page-template-page-service article header {
margin-bottom: 12vh;
margin-top: 20vh;
}	
.stick-it {
position: -webkit-sticky;
position: sticky;
top: 0px;
} 
div.col-md-6 .stick-it {
bottom: 0px;
}	
header.team-members {
overflow: hidden;
}
}
.loko {
position: absolute;
bottom: 52px;
width: 175px;
margin: auto;
left: 0;
right: 0;
text-align: center;
}
.page-template-page-wedo #section-footer .loko {bottom: 85px;}
.home #section-footer .loko {bottom: 85px;}
.loko svg polygon{opacity: 1;}	
.text-center{text-align:center}.site-header .container{padding-top:0;padding-bottom:0}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 813px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.mobile-logo{width:50%;float:left}.no-gutters{margin-right:0;margin-left:0}.no-gutters > .col,.no-gutters > [class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width: 813px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}