html {
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
.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: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
@media (min-width: 1600px) {
.container {
max-width: 1270px;
}
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1170px;
}
}
@media (min-width: 1600px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1270px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.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%;
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%;
}
.row-cols-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.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%;
}
.row-cols-sm-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-sm-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.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: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.row-cols-md-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-md-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.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%;
}
.row-cols-lg-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-lg-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.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%;
}
.row-cols-xl-1 > * {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2 > * {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3 > * {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.row-cols-xl-4 > * {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5 > * {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6 > * {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.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%;
}
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
-webkit-box-shadow: inset 0 0 12px 4px #fff;
box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
position: relative;
padding: 5px 8px;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
z-index: 1; position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-weight: bold;
font-size: 12px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 2px 0 0 0;
border-left: 1px solid #d0d0d0;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
position: absolute;
right: 0;
top: 0;
font-size: 23px;
}
.selectize-control {
position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
color: #303030;
font-family: inherit;
font-size: 13px;
line-height: 18px;
-webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
background: #fff;
cursor: text;
display: inline-block;
}
.selectize-input {
border: 1px solid #d0d0d0;
padding: 8px 8px;
display: inline-block;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
padding: 6px 8px 3px;
}
.selectize-input.full {
background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
cursor: default !important;
}
.selectize-input.focus {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #f2f2f2;
color: #303030;
border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
background: #e8e8e8;
color: #303030;
border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
color: #7d7d7d;
background: #ffffff;
border: 0 solid #ffffff;
}
.selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 2px 0 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
display: none;
}
.selectize-input > input:focus {
outline: none !important;
}
.selectize-input::after {
content: ' ';
display: block;
clear: left;
}
.selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #f0f0f0;
height: 1px;
bottom: 0;
left: 0;
right: 0;
}
.selectize-dropdown {
position: absolute;
z-index: 10;
border: 1px solid #d0d0d0;
background: #fff;
margin: -1px 0 0 0;
border-top: 0 none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
cursor: inherit;
opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
color: #303030;
background: #fff;
cursor: default;
}
.selectize-dropdown .active {
background-color: #f5fafd;
color: #495c68;
}
.selectize-dropdown .active.create {
color: #495c68;
}
.selectize-dropdown .create {
color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
-webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}
.selectize-control.single .selectize-input:after {
content: ' ';
display: block;
position: absolute;
top: 50%;
right: 15px;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
left: 15px;
right: auto;
}
.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fafafa;
}.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; } .stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
@media (max-width: 800px) {
.stacktable.large-only { display: none; }
.stacktable.small-only { display: table; }
}.datepicker-container {
background-color: #fff;
direction: ltr;
font-size: 12px;
left: 0;
line-height: 30px;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: none;
touch-action: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 210px;
z-index: -1;
}
.datepicker-container::before,
.datepicker-container::after {
border: 5px solid transparent;
content: " ";
display: block;
height: 0;
position: absolute;
width: 0;
}
.datepicker-dropdown {
border: 1px solid #ccc;
-webkit-box-shadow: 0 3px 6px #ccc;
box-shadow: 0 3px 6px #ccc;
-webkit-box-sizing: content-box;
box-sizing: content-box;
position: absolute;
z-index: 1;
}
.datepicker-inline {
position: static;
}
.datepicker-top-left,
.datepicker-top-right {
border-top-color: #39f;
}
.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
border-top: 0;
left: 10px;
top: -5px;
}
.datepicker-top-left::before,
.datepicker-top-right::before {
border-bottom-color: #39f;
}
.datepicker-top-left::after,
.datepicker-top-right::after {
border-bottom-color: #fff;
top: -4px;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
border-bottom-color: #39f;
}
.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
border-bottom: 0;
bottom: -5px;
left: 10px;
}
.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
border-top-color: #39f;
}
.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
border-top-color: #fff;
bottom: -4px;
}
.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
left: auto;
right: 10px;
}
.datepicker-panel > ul {
margin: 0;
padding: 0;
width: 102%;
}
.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
content: " ";
display: table;
}
.datepicker-panel > ul::after {
clear: both;
}
.datepicker-panel > ul > li {
background-color: #fff;
cursor: pointer;
float: left;
height: 30px;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
width: 30px;
}
.datepicker-panel > ul > li:hover {
background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
color: #999;
}
.datepicker-panel > ul > li.highlighted {
background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li.highlighted:hover {
background-color: rgb(204, 229, 255);
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
color: #39f;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
background-color: #fff;
color: #ccc;
cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
background-color: rgb(229, 242, 255);
}
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
width: 150px;
}
.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
height: 52.5px;
line-height: 52.5px;
width: 52.5px;
}
.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
background-color: #fff;
cursor: default;
}
.datepicker-hide {
display: none;
}html,body{border:0;font-family:"Helvetica-Neue","Helvetica",Arial,sans-serif;line-height:1.5;margin:0;padding:0}div,span,object,iframe,img,table,caption,thead,tbody,tfoot,tr,tr,td,article,aside,canvas,details,figure,hgroup,menu,nav,footer,header,section,summary,mark,audio,video{border:0;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cit,code,del,dfn,em,ins,q,samp,small,strong,sub,sup,b,i,hr,dl,dt,dd,ol,ul,li,fieldset,legend,label{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}table{border-collapse:separate;border-spacing:0}table caption,table th,table td{text-align:left;vertical-align:middle}a img{border:0}.vertical-center{position:absolute;top:50%;transform:translateY(-50%)}.center{margin-left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%)}.uppercase{text-transform:uppercase}.hidden{opacity:0}.visible{opacity:1}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation:fadeIn .5s ease;-webkit-animation:fadeIn .5s ease;-moz-animation:fadeIn .5s ease}.shadow{-webkit-box-shadow:0 0 12px 0 rgba(0,0,0,0.75);-moz-box-shadow:0 0 12px 0 rgba(0,0,0,0.75);box-shadow:0 0 12px 0 rgba(0,0,0,0.75)}.mobileHide{display:none !important}@media only screen and (min-width: 768px){.mobileHide{display:block !important}}.desktopHide{display:block !important}@media only screen and (min-width: 768px){.desktopHide{display:none !important}}.desktopMenuHide{display:none !important}@media only screen and (min-width: 1200px){.desktopMenuHide{display:block !important}}.mobileMenuHide{display:inline-block !important}@media only screen and (min-width: 1200px){.mobileMenuHide{display:none !important}}.desktopMenuHide-block{display:none !important}@media only screen and (min-width: 1200px){.desktopMenuHide-block{display:block !important}}.mobileMenuHide-block{display:block !important}@media only screen and (min-width: 1200px){.mobileMenuHide-block{display:none !important}}.clearfix{overflow:visible}.clearfix::after{content:"";clear:both;display:table}.easy-transform-fast{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.easy-transform-slow{-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}*{scroll-behavior:smooth;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:16px;font-family:'Roboto',sans-serif}*:focus{outline:2px solid #1b2548}html{font-size:16px}body,html{line-height:0;overflow-x:hidden}body.mourning{-webkit-filter:grayscale(100%);filter:grayscale(100%)}body.contrast{background-color:#000 !important}body.contrast div:not(.overlay-gradient),body.contrast section,body.contrast a,body.contrast p,body.contrast h2,body.contrast ul,body.contrast li{background-color:#000 !important}body.contrast *{color:#fff !important}body.contrast table tr:nth-child(2n) td{color:#000 !important}body.contrast .top-nav-wrap .container .row .contrast svg #prefix__Path_1818{fill:#fff}body.contrast .top-nav-wrap .container .row .wcag-wrap svg{stroke:#fff}body.contrast .nav-container .menu>li:hover>a{background-color:#fff !important;color:#000 !important}body.contrast .nav-container .menu>li>.sub-menu>li.menu-item-has-children>a::after{background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/arrow-xs-black.svg) !important}body.contrast .nav-container .menu>li>.sub-menu>li:hover>a{background-color:#ffff00 !important}body.contrast .nav-container .menu>li>.sub-menu>li>a{background-color:#fff !important;color:#000 !important}body.contrast .nav-container .menu>li>.sub-menu>li>.sub-menu>li:hover>a{background-color:#ffff00 !important}body.contrast .nav-container .menu>li>.sub-menu>li>.sub-menu>li>a{background-color:#fff !important;color:#000 !important}body.contrast .bottom-header-wrap .front-page-header-wrap .img-wrap .container{background-color:transparent !important}body.contrast .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-text{background-color:transparent !important}body.contrast .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons{background-color:transparent !important}body.contrast .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons .buttons-wrap{background-color:transparent !important}body.contrast .frequently .container .row .col-icons-links .row .column-wrap .single-link{border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.contrast .frequently .container .row .col-icons-links .row .column-wrap .single-link:hover{border:1px solid #ffff00}body.contrast .columns-with-posts-slider .container .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-script-wrap{border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.contrast .columns-with-posts-slider .container .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-script-wrap:hover{border:1px solid #ffff00}body.contrast .columns-with-posts-slider .container .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slider-nav-slide.slick-current p{border:1px solid #ffff00;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.contrast .columns-with-posts-slider .container .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slider-nav-slide.slick-current p:hover{border:1px solid #ffff00;color:#ffff00 !important}body.contrast .columns-with-posts-slider .container .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slider-nav-slide p{border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.contrast .columns-with-posts-slider .container .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slider-nav-slide p:hover{border:1px solid #ffff00;color:#ffff00 !important}body.contrast .columns-with-posts-slider .container .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post{border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.contrast .columns-with-posts-slider .container .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post:hover{border:1px solid #ffff00;color:#ffff00 !important}body.contrast .news .container .news-row{border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.contrast .news .container .news-row:hover{border:1px solid #ffff00;color:#ffff00 !important}body.contrast .news .news-tiles-row .col-list .single-post{border:1px solid #fff}body.contrast .news .news-tiles-row .col-list .more-btn{background-color:#fff !important}body.contrast .news .news-tiles-row .col-list .more-btn span{color:#000 !important}body.contrast .shortcut-sidebar>ul{border:1px solid #fff}body.contrast .col-warning h2{border:1px solid #fff}body.contrast .col-warning .col-wrap{border:1px solid #fff}body.contrast .col-warning .col-wrap .single-warning{border-bottom:1px solid #fff}body.contrast .investments-and-weather-section .container .investments-and-weather .column-left{border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.contrast .investments-and-weather-section .container .investments-and-weather .column-left:hover{border:1px solid #ffff00;color:#ffff00 !important}body.contrast .columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside{border:1px solid #fff}body.contrast .sidebar-blue-buttons .single-button{border:1px solid #fff}body.contrast .columns-with-posts-slider .columns-with-posts-slider-inside.events-only{border:1px solid #fff}body.contrast .columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .date-bar{border:1px solid #fff}body.contrast .columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap{border:1px solid #fff;padding:10px}body.contrast .magazine-sidebar .show-more-btn{background-color:#fff !important;color:#000 !important}body.contrast .short-links-and-warnings .columns .col-warning{border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.contrast .short-links-and-warnings .columns .col-warning:hover{border:1px solid #ffff00;color:#ffff00 !important}body.contrast .short-links-and-warnings .columns .col-short-links .col-wrap .single-link a{border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.contrast .short-links-and-warnings .columns .col-short-links .col-wrap .single-link a:hover{border:1px solid #ffff00;color:#ffff00 !important}body.contrast .short-links-and-warnings .columns .col-short-links .col-wrap .single-link a img{display:none}body.contrast .recommendation .container .row-recommendation .col-links .single-link{border:1px solid #fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body.contrast .recommendation .container .row-recommendation .col-links .single-link:hover{border:1px solid #ffff00;color:#ffff00 !important}body.contrast form h3::before{background-color:black}body.contrast form input,body.contrast form textarea{background-color:#000}body.contrast form p input[type="submit"]{background-color:#fff;border:1px solid #fff;color:#000 !important}body.contrast .contact-box{border:1px solid #fff}body.contrast form .selectize-control.single .selectize-input.dropdown-active{border:solid 1px #fff}body.contrast form .selectize-control.single .selectize-input::after{background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/select_icon_white.svg)}body.contrast form .selectize-control.single .selectize-dropdown{border:1px solid #fff}body.contrast .yellow-bar-text::before{background-color:#fff}body.contrast .footer-top{border-top:1px solid #fff;border-bottom:1px solid #fff}body.contrast footer .footer-top .container .footer-top-row .contact-buttons a{border:1px solid #fff}body.contrast .category-sidebar>ul>li>ul{border:1px solid #fff}body.contrast .post-category-buttons a{color:#000 !important;background-color:#fff !important}body.contrast .post-category-buttons a.active{background-color:#f0bf1d !important}body.contrast .archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast .single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast .archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast .archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast .page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast .archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast .single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast .archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast .archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,body.contrast .page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap{border-left:4px solid #fff}body.contrast .pagination span,body.contrast .pagination a{background-color:#fff !important;color:#000 !important}body.contrast .pagination span.current,body.contrast .pagination a.current{background-color:#f0bf1d !important}body.contrast .filters label input[name="date-from"],body.contrast .filters label input[name="date-to"]{background-color:#000}body.contrast .filters input[type="submit"]{background-color:#fff;color:#000 !important}body.contrast .archive-page .container .archive-row .col-events-list .single-event,body.contrast .single-post-template .container .archive-row .col-events-list .single-event,body.contrast section.single-event .container .archive-row .col-events-list .single-event,body.contrast section.single-investment .container .archive-row .col-events-list .single-event,body.contrast .archive-investment .container .archive-row .col-events-list .single-event,body.contrast section.single-consultation .container .archive-row .col-events-list .single-event,body.contrast .archive-consultation .container .archive-row .col-events-list .single-event,body.contrast .page-template .container .archive-row .col-events-list .single-event,body.contrast .archive-page .container .post-row .col-events-list .single-event,body.contrast .single-post-template .container .post-row .col-events-list .single-event,body.contrast section.single-event .container .post-row .col-events-list .single-event,body.contrast section.single-investment .container .post-row .col-events-list .single-event,body.contrast .archive-investment .container .post-row .col-events-list .single-event,body.contrast section.single-consultation .container .post-row .col-events-list .single-event,body.contrast .archive-consultation .container .post-row .col-events-list .single-event,body.contrast .page-template .container .post-row .col-events-list .single-event{border:1px solid #fff}body.contrast .archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast .single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast .archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast .archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast .page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast .archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast .single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast .archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast .archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,body.contrast .page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap{background-color:#fff !important;color:#000 !important}body.contrast .single-event .container .single-event-wrap{border:1px solid #fff}body.contrast .single-event .container .single-event-wrap .event-row .col-left .date{color:#000 !important;background-color:#fff}body.contrast table tr th{background-color:#fff}body.contrast table tr th span{color:#000 !important}body.contrast .pop-up-calendar .fc-event{background-color:#fff !important;border:1px solid #fff}body.contrast .pop-up-calendar .fc-event .fc-content{background-color:#fff !important}body.contrast .pop-up-calendar .fc-event .fc-content .fc-title{color:#000 !important}body.contrast .pop-up-calendar .fancybox-close-small{background-color:#fff}body.contrast .pop-up-calendar .fancybox-close-small svg path{fill:#000}body.contrast .col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap{border:1px solid #fff}.mourning-symbol{display:none;position:absolute;top:10px;left:0}.mourning-symbol.mourning{display:block}.mourning-symbol.small{top:15px;left:235px}.mourning-symbol.small img{width:26px;height:42px}img{max-width:100%}h1{font-family:'Merriweather',serif;font-size:2rem;line-height:2.1rem}h2{font-family:'Merriweather',serif;font-size:1rem;line-height:1.5rem}h2 strong{font-family:inherit}h3{font-family:'Merriweather',serif;font-size:1.5rem;line-height:1.7rem}h3 strong{font-family:inherit}h4{font-family:'Merriweather',serif;font-size:1.25rem;line-height:1.4rem}h4 strong{font-family:inherit}h5 strong,h6 strong{font-family:inherit}a,a:link,a:focus,a:visited{color:#000;text-decoration:none}p{font-size:1rem;line-height:1.25rem;margin-bottom:15px}.czytnik{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fancybox-is-open .fancybox-bg{opacity:.95}.skip-links{display:none;position:absolute;top:20px;left:0}@media only screen and (min-width: 768px){.skip-links{display:block}}.skip-links a,.skip-links a:visited{position:absolute;display:block;text-align:center;width:200px;text-decoration:none;padding:5px 10px;opacity:0;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;pointer-events:none}.skip-links a:focus,.skip-links a:active,.skip-links a:visited:focus,.skip-links a:visited:active{pointer-events:initial;background:#2a2e32;color:#fff;font-size:.875em;z-index:10;left:0;opacity:1;outline:2px solid #1968b3}.sidenav{position:fixed;background-color:#0a6095;z-index:999;height:100vh;width:100%;top:0;left:-100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;text-align:left}.sidenav .top-wrap{height:65px;padding:12px 16px;background-color:#fff;border-bottom:1px solid #dde3eb}.sidenav .top-wrap .logo-wrap-for-img{display:inline-block}.sidenav .top-wrap .bip{max-width:50px;vertical-align:top;display:inline-block;height:100%;margin-left:35px}.sidenav .top-wrap .bip img{width:100%;height:100%;object-fit:contain}.sidenav .extra-icons-wrap{padding:12px 16px;background-color:#fff}.sidenav .extra-icons-wrap .contrast{display:inline-block;height:40px}.sidenav .extra-icons-wrap .wcag-wrap{display:inline-block}.sidenav .extra-icons-wrap .wcag-wrap>a{display:inline-block;height:40px;width:40px;background-color:#f1f6fc;margin-right:5px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sidenav .extra-icons-wrap .wcag-wrap>a:hover{background-color:#f0bf1d}.sidenav .extra-icons-wrap .wcag-wrap>a.active svg.inactive{display:none}.sidenav .extra-icons-wrap .wcag-wrap>a.active svg.active{display:inline}.sidenav .extra-icons-wrap .wcag-wrap>a svg{height:100%;width:100%;padding:8px}.sidenav .extra-icons-wrap .wcag-wrap>a svg.inactive{display:inline}.sidenav .extra-icons-wrap .wcag-wrap>a svg.active{display:none}.sidenav .extra-icons-wrap .wcag-wrap .wcag-font-size{display:inline-block}.sidenav .extra-icons-wrap .wcag-wrap .language-set-wrap{display:inline-block;vertical-align:top;margin-top:7px}.sidenav .extra-icons-wrap .wcag-wrap .language-set-wrap a{margin-left:5px}.sidenav .hamburger{position:absolute;top:12px;right:16px;height:40px;width:40px;background-color:#f0bf1d;padding:10px 6px;vertical-align:top}.sidenav .hamburger .hamburger-box{width:22px;height:20px}.sidenav .hamburger .hamburger-box .hamburger-inner,.sidenav .hamburger .hamburger-box .hamburger-inner::after,.sidenav .hamburger .hamburger-box .hamburger-inner::before{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#000;width:22px;height:3px}.sidenav .menu-bg-wrap{background-position:left bottom;background-size:contain;background-repeat:no-repeat;height:calc(100% - 67px);overflow:scroll;background-color:#1862c4}.sidenav .menu-bg-wrap.background-sub-menu{background-color:#f1f6fc}.sidenav .menu-bg-wrap>ul>li>a{text-transform:uppercase}.sidenav .menu-bg-wrap ul{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;list-style:none}.sidenav .menu-bg-wrap ul li.menu-item-has-children{position:relative}.sidenav .menu-bg-wrap ul li a{font-size:.875rem;line-height:1.25rem;font-weight:700;color:#fff;padding:16px;display:block}.sidenav .menu-bg-wrap ul li a .arrow{height:100%;width:100%;position:absolute;top:0;right:24px;display:block;background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/chevron-right-mobile-menu-white.svg);background-position:right;background-repeat:no-repeat;background-size:12px}.sidenav .menu-bg-wrap ul li a .back-arrow{background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/chevron-left-mobile-menu.svg);background-position:left;background-repeat:no-repeat;background-size:12px;margin-right:16px;display:none;position:absolute;width:100%;height:100%;left:24px;top:0}.sidenav .menu-bg-wrap ul li a.menu-item-going-back{margin-left:0;font-weight:700;color:#fff;background-color:#1862c4;position:relative;padding-left:55px}.sidenav .menu-bg-wrap ul li .sub-menu{display:none}.sidenav .menu-bg-wrap ul li .sub-menu li a{margin-left:40px;color:#090f11;font-weight:400}.sidenav .menu-bg-wrap ul li .sub-menu li a .arrow{background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/chevron-right-mobile-menu-black.svg)}.sidenav .menu-bg-wrap ul li .sub-menu li a.menu-item-going-back{margin-left:0;font-weight:600;color:#fff}hr{height:3px;margin-top:5px;margin-bottom:20px;background-color:#000}.sidenav.open{left:0px}figcaption{display:none}.wp-block-gallery .blocks-gallery-grid,.wp-block-image .blocks-gallery-grid{padding-left:0px !important}.wp-block-gallery figcaption,.wp-block-image figcaption{display:block}.wp-block-gallery{margin-bottom:24px}.overlay-gradient{position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;background-image:linear-gradient(to top, #000000 1%, rgba(0,0,0,0.12) 58%, rgba(0,0,0,0) 99%);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.language-set-wrap a.glink:hover img{opacity:.8}.language-set-wrap a.glink img{opacity:1}@media only screen and (max-width: 1199px){.container{max-width:100%;padding-left:0;padding-right:0}}.hamburger-inner::after{bottom:-8px}.hamburger-inner::before{top:-8px}h2.title{text-transform:uppercase}.header .top-nav-wrap{border-bottom:1px solid #dde3eb;padding:10px 0}@media only screen and (max-width: 1199px){.header .top-nav-wrap .container{padding-left:16px;padding-right:16px}}.header .top-nav-wrap .row{margin-left:0;margin-right:0}.header .top-nav-wrap .row .col{padding-left:0;padding-right:0}.header .top-nav-wrap .row .col-menu-wrap .logo-wrap-for-img .logo-wrap{display:inline-block;overflow:hidden}.header .top-nav-wrap .row .col-menu-wrap .logo-wrap-for-img .logo-wrap img{float:left;margin-right:16px;max-width:50px;max-height:40px;object-fit:contain}@media only screen and (min-width: 768px){.header .top-nav-wrap .row .col-menu-wrap .logo-wrap-for-img .logo-wrap img{max-width:50px;max-height:60px}}.header .top-nav-wrap .row .col-menu-wrap .logo-wrap-for-img .logo-wrap .text-wrap{float:left}.header .top-nav-wrap .row .col-menu-wrap .logo-wrap-for-img .logo-wrap .text-wrap h2{color:#212121;font-size:.875rem;line-height:40px;font-weight:700}@media only screen and (min-width: 768px){.header .top-nav-wrap .row .col-menu-wrap .logo-wrap-for-img .logo-wrap .text-wrap h2{font-size:1.25rem;line-height:60px}}.header .top-nav-wrap .row .col-availability-wrap{font-size:0;text-align:right}.header .top-nav-wrap .row .col-availability-wrap .bip{margin-right:10px;max-width:50px;vertical-align:middle}@media only screen and (min-width: 768px){.header .top-nav-wrap .row .col-availability-wrap .bip{max-width:none;vertical-align:baseline}}.header .top-nav-wrap .row .col-availability-wrap .bip img{width:100%;height:100%;object-fit:contain}@media only screen and (min-width: 768px){.header .top-nav-wrap .row .col-availability-wrap .bip img{width:auto;height:auto}}.header .top-nav-wrap .row .col-availability-wrap .contrast{margin-left:24px;margin-right:24px;display:none}@media only screen and (min-width: 1200px){.header .top-nav-wrap .row .col-availability-wrap .contrast{display:inline-block}}.header .top-nav-wrap .row .col-availability-wrap>a,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap{display:inline-block;height:40px}@media only screen and (min-width: 768px){.header .top-nav-wrap .row .col-availability-wrap>a,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap{margin-top:10px}}.header .top-nav-wrap .row .col-availability-wrap>a>a,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap>a{display:inline-block;height:40px;width:40px;background-color:#f1f6fc;margin-right:8px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header .top-nav-wrap .row .col-availability-wrap>a>a:hover,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap>a:hover{background-color:#f0bf1d}.header .top-nav-wrap .row .col-availability-wrap>a>a.active svg,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap>a.active svg{height:100%;width:100%;padding:8px}.header .top-nav-wrap .row .col-availability-wrap>a>a.active svg.inactive,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap>a.active svg.inactive{display:none}.header .top-nav-wrap .row .col-availability-wrap>a>a.active svg.active,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap>a.active svg.active{display:inline}.header .top-nav-wrap .row .col-availability-wrap>a>a svg,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap>a svg{height:100%;width:100%;padding:8px}.header .top-nav-wrap .row .col-availability-wrap>a>a svg.inactive,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap>a svg.inactive{display:inline}.header .top-nav-wrap .row .col-availability-wrap>a>a svg.active,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap>a svg.active{display:none}.header .top-nav-wrap .row .col-availability-wrap>a svg,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap svg{height:100%}.header .top-nav-wrap .row .col-availability-wrap>a .language-set-wrap,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap .language-set-wrap{display:inline-block;vertical-align:top}.header .top-nav-wrap .row .col-availability-wrap>a .language-set-wrap a.glink,.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap .language-set-wrap a.glink{display:inline-block;margin-left:12px}.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap{display:none}@media only screen and (min-width: 1200px){.header .top-nav-wrap .row .col-availability-wrap .wcag-wrap{display:inline-block}}.header .top-nav-wrap .row .col-availability-wrap .hamburger{height:40px;width:40px;background-color:#ffc400;padding:10px 8px;vertical-align:top}@media only screen and (min-width: 768px){.header .top-nav-wrap .row .col-availability-wrap .hamburger{margin-left:24px;margin-top:13px}}.header .top-nav-wrap .row .col-availability-wrap .hamburger .hamburger-box{width:22px;height:20px}.header .top-nav-wrap .row .col-availability-wrap .hamburger .hamburger-box .hamburger-inner,.header .top-nav-wrap .row .col-availability-wrap .hamburger .hamburger-box .hamburger-inner::after,.header .top-nav-wrap .row .col-availability-wrap .hamburger .hamburger-box .hamburger-inner::before{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#000;width:22px;height:3px}.header .middle-nav-wrap nav .nav-container .menu{list-style:none}.header .middle-nav-wrap nav .nav-container .menu>li{float:left;position:relative}.header .middle-nav-wrap nav .nav-container .menu>li:hover .sub-menu{display:block}.header .middle-nav-wrap nav .nav-container .menu>li:hover>a{background-color:#1862c4;color:#fff}.header .middle-nav-wrap nav .nav-container .menu>li>a{display:block;text-transform:uppercase;color:#212121;font-size:.875rem;line-height:1.25rem;font-weight:700;padding:24px 14px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (min-width: 1600px){.header .middle-nav-wrap nav .nav-container .menu>li>a{padding:24px 24px}}.header .middle-nav-wrap nav .nav-container .menu>li>.sub-menu{display:none;position:absolute;list-style:none;left:0;z-index:999}.header .middle-nav-wrap nav .nav-container .menu>li>.sub-menu>li{position:relative}.header .middle-nav-wrap nav .nav-container .menu>li>.sub-menu>li:hover .sub-menu{display:block}.header .middle-nav-wrap nav .nav-container .menu>li>.sub-menu>li:hover>a{background-color:#113f7d}.header .middle-nav-wrap nav .nav-container .menu>li>.sub-menu>li.menu-item-has-children>a{position:relative}.header .middle-nav-wrap nav .nav-container .menu>li>.sub-menu>li.menu-item-has-children>a::after{content:"";position:absolute;width:24px;height:24px;background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/arrow-xs.svg);background-repeat:no-repeat;background-position:center;background-size:contain;right:12px;top:0;bottom:0;margin:auto}.header .middle-nav-wrap nav .nav-container .menu>li>.sub-menu>li>a{display:block;padding:12px 32px 12px 24px;background-color:#1862c4;color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:400;min-width:300px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header .middle-nav-wrap nav .nav-container .menu>li>.sub-menu>li>.sub-menu{display:none;list-style:none;position:absolute;right:-300px;top:0;max-width:300px}.header .middle-nav-wrap nav .nav-container .menu>li>.sub-menu>li>.sub-menu>li:hover>a{background-color:#113f7d}.header .middle-nav-wrap nav .nav-container .menu>li>.sub-menu>li>.sub-menu>li>a{display:block;padding:12px 28px;background-color:#1862c4;color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:400;min-width:300px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header .bottom-header-wrap .front-page-header-wrap .img-wrap{position:relative}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .slider-wrap-header img{display:block;width:100%;height:360px;object-fit:cover}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .overlay{position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;background-color:#000}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container{overflow:hidden;height:100%;position:absolute;top:0;left:0;right:0;margin:auto;z-index:3}@media only screen and (max-width: 1199px){.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container{padding-left:16px;padding-right:16px}}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col{padding-left:0;padding-right:0}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-text{position:relative;display:none}@media only screen and (min-width: 768px){.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-text{display:block}}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-text .text-header-wrap{position:absolute;top:0;bottom:0;margin:auto;height:36px}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-text .text-header-wrap h1{color:#fff;font-size:2.25rem;line-height:2.25rem;font-weight:700;text-transform:uppercase}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons{text-align:center}@media only screen and (min-width: 768px){.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons{text-align:left}}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons .buttons-wrap{margin-top:60px;display:inline-block}@media only screen and (min-width: 768px){.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons .buttons-wrap{display:block;float:right}}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons .buttons-wrap .button{text-align:left;display:block;margin-bottom:8px;padding:28px;padding-left:70px;background-color:#f1f6fc;overflow:hidden;min-width:295px;position:relative;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons .buttons-wrap .button:hover{background-color:#f0bf1d}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons .buttons-wrap .button .button-img-wrap{position:absolute;left:28px;top:0;bottom:0;margin:auto;width:24px;height:24px}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons .buttons-wrap .button .button-img-wrap img{width:100%;height:100%;object-fit:contain}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons .buttons-wrap .button .text-wrap{float:left}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons .buttons-wrap .button .text-wrap .text-top{font-size:1.125rem;line-height:1.375rem;font-weight:700;color:#212121;margin-bottom:0}.header .bottom-header-wrap .front-page-header-wrap .img-wrap .container .col-buttons .buttons-wrap .button .text-wrap .text-bottom{font-size:.875rem;line-height:1.0625rem;font-weight:400;color:#212121;margin-bottom:0;margin-top:4px}.header .warning-bar-wrap{background-color:#bb0c0c;overflow:hidden}@media only screen and (max-width: 1199px){.header .warning-bar-wrap .container{padding-left:16px;padding-right:16px}}.header .warning-bar-wrap span{color:#fff;font-weight:500;font-size:.875rem;line-height:3.75rem}.header .warning-bar-wrap .icon-text-wrap{background-color:#a80909;padding:20px 16px;float:left;margin-right:16px;width:100%;text-align:center}@media only screen and (min-width: 768px){.header .warning-bar-wrap .icon-text-wrap{width:auto;text-align:left}}.header .warning-bar-wrap .icon-text-wrap svg{width:20px;height:20px;vertical-align:top;margin-right:8px}.header .warning-bar-wrap .icon-text-wrap span{font-size:1rem;line-height:1.25rem;font-weight:700}.header .warning-bar-wrap .content-wrap{float:left;height:100%;margin-top:10px;margin-bottom:10px}@media only screen and (min-width: 768px){.header .warning-bar-wrap .content-wrap{margin-top:20px;margin-bottom:0}}.header .warning-bar-wrap .content-wrap p{color:#fff;font-weight:500;font-size:.875rem;line-height:1.3125rem;margin-bottom:0}.header .warning-bar-wrap .content-wrap p strong{font-weight:700}.header .warning-bar-wrap .content-wrap a{color:#fff;font-weight:500;font-size:.875rem;line-height:1.3125rem;text-decoration:underline}.header .warning-bar-wrap .content-wrap a strong{font-weight:700}.search-bar{background-color:#f0bf1d}@media only screen and (max-width: 1199px){.search-bar .container{padding-left:20px;padding-right:20px}}.search-bar .container .search-bar-wrap{margin-bottom:20px}#cookie-law-info-bar{background-color:rgba(0,0,0,0.8) !important;overflow:hidden;font-family:'Montserrat' !important}#cookie-law-info-bar>span{display:flex;overflow:hidden;max-width:1400px;margin:0 auto}#cookie-law-info-bar .cookies-left{width:60%;float:left;font-size:.9rem;line-height:1.71rem}#cookie-law-info-bar .cookies-left a{color:#fff;text-decoration:underline}#cookie-law-info-bar .cookies-right{width:40%;float:left}#cookie-law-info-bar .cookies-right a{display:inline-block;padding:10px 32px;border:1px solid #fff;cursor:pointer}#cookie-law-info-bar .cookies-right a:first-of-type{margin-bottom:20px}@media only screen and (min-width: 768px){#cookie-law-info-bar .cookies-right a:first-of-type{margin-bottom:0}}.frequently{padding:24px 0 56px 0;margin-bottom:30px}@media only screen and (max-width: 1199px){.frequently .container{padding-left:20px;padding-right:20px}}.frequently .container h2{font-size:1.125rem;line-height:1.3125rem;font-weight:700;margin-bottom:14px}.frequently .container .row .col-tiles .row{margin-left:-5px;margin-right:-5px}.frequently .container .row .col-tiles .row .col-tile{padding-left:5px;padding-right:5px;margin-bottom:10px}.frequently .container .row .col-tiles .row .col-tile .tile{border:1px solid #1862c4;border-radius:4px;display:block;width:100%;height:100%;padding:15px;font-size:1rem;line-height:1.5rem;font-weight:700}.frequently .container .row .col-tiles .row .col-tile .tile.more{text-align:center;position:relative}.frequently .container .row .col-tiles .row .col-tile .tile.more .more-wrap{position:absolute;left:0;right:0;margin:auto;top:0;bottom:0;height:24px;color:#1862c4}.frequently .container .row .col-tiles .row .col-tile .tile.more .more-wrap svg{vertical-align:middle}.frequently .container .row .col-icons-links .row{margin-right:-5px;margin-left:-5px;align-items:stretch;height:100%}.frequently .container .row .col-icons-links .row .column-wrap{padding-left:5px;padding-right:5px}.frequently .container .row .col-icons-links .row .column-wrap .single-link{height:calc(100% - 10px);display:block;width:100%;overflow:hidden;padding:15px 24px;background-color:#e2e5ea;border-radius:5px;margin-bottom:10px;position:relative}.frequently .container .row .col-icons-links .row .column-wrap .single-link svg,.frequently .container .row .col-icons-links .row .column-wrap .single-link img,.frequently .container .row .col-icons-links .row .column-wrap .single-link .placeholder{float:left;width:32px;height:32px;object-fit:contain;margin-right:16px;position:absolute;top:0;bottom:0;margin:auto}.frequently .container .row .col-icons-links .row .column-wrap .single-link span{font-size:1rem;line-height:32px;font-weight:700;padding-left:48px;display:block;height:32px;top:0;bottom:0;margin:auto;position:absolute;padding-right:24px}@media only screen and (max-width: 1199px){.columns-with-posts-slider.events{margin-left:-16px;margin-right:-16px}}.columns-with-posts-slider .columns-with-posts-slider-inside{margin-bottom:56px}.columns-with-posts-slider .columns-with-posts-slider-inside.events-only{padding:16px;background-color:#f1f6fc}.columns-with-posts-slider .columns-with-posts-slider-inside .row.titles .title{font-size:1.25rem;line-height:2.5rem;font-weight:700;margin-bottom:16px}.columns-with-posts-slider .columns-with-posts-slider-inside .row.titles .title-and-more-wrap{margin-bottom:16px}.columns-with-posts-slider .columns-with-posts-slider-inside .row.titles .title-and-more-wrap .row{margin-left:-2px;margin-right:-2px}.columns-with-posts-slider .columns-with-posts-slider-inside .row.titles .title-and-more-wrap .row .title{padding-left:2px;padding-right:2px;font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:0}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap{display:flex;flex-flow:column;height:100%}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-script-wrap{height:100%}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-script-wrap .slick-list{height:100%}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-script-wrap .slick-list .slick-track{height:100%}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap{position:relative;margin-bottom:4px;flex:2}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide{overflow:hidden;flex-wrap:wrap;display:flex}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row{margin-left:0;margin-right:0;width:100%;height:100%}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .img-wrap{padding-left:0;padding-right:0}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .img-wrap .img-link{display:block;height:100%}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .img-wrap .img-link:hover .overlay{opacity:.2}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .img-wrap .img-link img{width:100%;display:block;object-fit:cover;height:187px}@media only screen and (min-width: 768px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .img-wrap .img-link img{height:410px}}@media only screen and (min-width: 992px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .img-wrap .img-link img{height:100%;position:absolute;min-height:370px}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .img-wrap .img-link .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap{padding-left:0;padding-right:0}@media only screen and (min-width: 992px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap{min-height:370px}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside{padding:34px 24px 95px 24px;height:100%;background-color:#f1f6fc}@media only screen and (min-width: 768px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside{padding:34px 145px 34px 24px}}@media only screen and (min-width: 1200px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside{padding:34px 24px 72px 24px}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside .date-wrap{font-size:.8125rem;line-height:1.25rem;font-weight:500;margin-bottom:24px}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside .post-title{display:block;font-size:1.125rem;line-height:1.5rem;font-weight:700;margin-bottom:8px;font-family:'Merriweather',serif}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside .post-title:hover{text-decoration:underline}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside .excerpt{font-size:.875rem;line-height:1.3125rem;font-weight:400;display:none}@media only screen and (min-width: 1200px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside .excerpt{display:block}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside .read-more{color:#1862c4;font-size:1rem;line-height:1.125rem;font-weight:700;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:none}@media only screen and (min-width: 1200px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside .read-more{display:inline-block}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside .read-more:hover{text-decoration:underline}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slide .row .text-wrap .text-wrap-inside .read-more svg{vertical-align:top;line-height:1.125rem}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap{position:absolute;right:16px;bottom:16px;font-size:0}@media only screen and (min-width: 768px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap{bottom:26px}}@media only screen and (min-width: 1200px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap{bottom:16px}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap a{display:inline-block}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap a.slick-prev,.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap a.slick-next{width:48px;height:48px}@media only screen and (min-width: 992px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap a.slick-prev:hover svg,.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap a.slick-next:hover svg{background-color:#b9c1c9}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap a.slick-prev svg,.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap a.slick-next svg{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#dbe0e5;padding:15px;width:100%;height:100%;cursor:pointer}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap a.slick-prev{margin-right:12px}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .arrows-wrap a.slick-next svg{transform:rotate(180deg)}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .single-slide-wrap .slider-counter{position:absolute;left:24px;bottom:35px;font-size:.8125rem;line-height:1.25rem;color:#212121}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap{display:none;margin-left:-2px;margin-right:-2px}@media only screen and (min-width: 768px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap{display:flex}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slick-track{display:flex !important}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slick-slide{height:inherit !important}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slider-nav-slide{padding-left:2px;padding-right:2px;display:flex;flex:1 100%;flex-wrap:wrap}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slider-nav-slide.slick-current p{border:2px solid #f0bf1d;background-color:#f0bf1d;cursor:default}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slider-nav-slide.slick-current p:hover{text-decoration:none}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slider-nav-slide p{color:#212121;margin-bottom:0;width:100%;height:100%;font-size:.9375rem;line-height:1.375rem;font-weight:700;padding:16px 21px;min-height:100px;border:2px solid #f1f6fc;background-color:#f1f6fc;cursor:pointer;font-family:'Merriweather',serif}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-slider .slider-wrap .slider-nav-wrap .slider-nav-slide p:hover{text-decoration:underline}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .mobile-header-only{padding-top:32px;padding-bottom:16px}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .mobile-header-only .title{padding-left:2px;padding-right:2px;font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:15px}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .mobile-header-only .more-wrap{padding-left:2px;padding-right:2px}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .mobile-header-only .more-wrap .more{font-size:.875rem;line-height:1.125rem;font-weight:700}@media only screen and (min-width: 768px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .mobile-header-only .more-wrap .more{float:right}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .mobile-header-only .more-wrap .more svg{vertical-align:middle}@media only screen and (min-width: 768px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap{margin-left:-8px;margin-right:-8px;overflow:hidden}}@media only screen and (min-width: 992px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap{margin-left:-8px;margin-right:-8px}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post{margin-bottom:16px}@media only screen and (min-width: 768px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post{width:50%;float:left;padding-left:8px;padding-right:8px}}@media only screen and (min-width: 992px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post{width:auto;padding-left:8px;padding-right:8px}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .date-bar{padding:13px 13px;background-color:#f0bf1d;color:#212121;font-size:.875rem;line-height:1.5rem;font-weight:700;margin-bottom:0;text-align:center}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap{background-color:#fff}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row{margin-left:-10px;margin-right:-10px}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .img-wrap{padding-left:10px;padding-right:10px}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .img-wrap a.img-link{display:block;height:225px;position:relative}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .img-wrap a.img-link:hover .overlay{opacity:.2}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .img-wrap a.img-link img{display:block;width:100%;height:100%;object-fit:cover}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .img-wrap a.img-link .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap{padding-top:24px;padding-bottom:24px;padding-left:30px;padding-right:30px}@media only screen and (min-width: 1200px){.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap{padding-left:10px;padding-right:10px}}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap .title{display:block;font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:20px;font-family:'Merriweather',serif;color:#212121;padding-right:10px}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap .title:hover{text-decoration:underline}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap .google-maps-link{font-size:.875rem;line-height:1.3125rem;color:#212121;font-weight:500;text-decoration:underline;margin-bottom:8px;display:block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative;padding-left:22px}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap .google-maps-link:hover{color:#0a6095}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap .google-maps-link svg{line-height:1.3125rem;vertical-align:middle;width:16px;height:16px;position:absolute;top:2px;left:0}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap .hours,.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap .payment{font-size:.875rem;line-height:1.3125rem;font-weight:400;margin-bottom:8px;position:relative;padding-left:22px}.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap .hours svg,.columns-with-posts-slider .columns-with-posts-slider-inside .row .col-coming-events .posts-wrap .single-post .content-wrap .row .text-wrap .payment svg{line-height:1.3125rem;vertical-align:middle;width:16px;height:16px;position:absolute;top:2px;left:0}.columns-with-posts-slider .columns-with-posts-slider-inside .more-wrap{padding:12px;background-color:#e6edf5;text-align:center}.columns-with-posts-slider .columns-with-posts-slider-inside .more-wrap .more{display:inline-block;font-size:.875rem;line-height:1.5rem;font-weight:700;color:#1862c4}.columns-with-posts-slider .columns-with-posts-slider-inside .more-wrap .more:hover{text-decoration:underline}.columns-with-posts-slider .columns-with-posts-slider-inside .more-wrap .more span{vertical-align:middle}.columns-with-posts-slider .columns-with-posts-slider-inside .more-wrap .more svg{vertical-align:middle}.news{margin-bottom:56px}.news .top-bar h2{font-size:1.25rem;line-height:2.5rem;font-weight:700;margin-bottom:16px;text-transform:uppercase}.news .news-tiles-row{margin-left:-4px;margin-right:-4px}.news .news-tiles-row .col{padding-left:4px;padding-right:4px}.news .news-tiles-row .col-tiles .col-wrap{height:100%}.news .news-tiles-row .col-tiles .col-wrap .tile-big{display:block;position:relative;width:100%;margin-bottom:8px;height:187px}@media only screen and (min-width: 768px){.news .news-tiles-row .col-tiles .col-wrap .tile-big{height:411px}}@media only screen and (min-width: 1200px){.news .news-tiles-row .col-tiles .col-wrap .tile-big{height:65%}}.news .news-tiles-row .col-tiles .col-wrap .tile-big:hover .title a,.news .news-tiles-row .col-tiles .col-wrap .tile-big:hover .title span{text-decoration:underline}.news .news-tiles-row .col-tiles .col-wrap .tile-big:hover .overlay-gradient{background-image:linear-gradient(to top, #000000 1%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 99%)}.news .news-tiles-row .col-tiles .col-wrap .tile-big .overlay-gradient{position:absolute}.news .news-tiles-row .col-tiles .col-wrap .tile-big img{display:block;width:100%;height:100%;position:absolute;object-fit:cover}.news .news-tiles-row .col-tiles .col-wrap .tile-big .text-wrap{position:absolute;bottom:0;z-index:2;width:100%;padding-left:20px;padding-right:20px;padding-bottom:16px}.news .news-tiles-row .col-tiles .col-wrap .tile-big .text-wrap .category{margin-bottom:8px}.news .news-tiles-row .col-tiles .col-wrap .tile-big .text-wrap .category a,.news .news-tiles-row .col-tiles .col-wrap .tile-big .text-wrap .category span{color:#fff;font-size:.8125rem;line-height:1.125rem;font-weight:500;text-transform:uppercase;padding-left:12px}.news .news-tiles-row .col-tiles .col-wrap .tile-big .text-wrap .title a,.news .news-tiles-row .col-tiles .col-wrap .tile-big .text-wrap .title span{font-size:1rem;line-height:1.5rem;color:#fff;font-family:'Merriweather',serif}@media only screen and (min-width: 768px){.news .news-tiles-row .col-tiles .col-wrap .tile-big .text-wrap .title a,.news .news-tiles-row .col-tiles .col-wrap .tile-big .text-wrap .title span{font-size:1.5rem;line-height:2rem}}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row{margin-left:-4px;margin-right:-4px}@media only screen and (min-width: 1200px){.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row{height:calc(35% - 8px)}}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col{padding-left:4px;padding-right:4px;height:187px;margin-bottom:8px}@media only screen and (min-width: 768px){.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col{height:203px}}@media only screen and (min-width: 1200px){.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col{height:100%;margin-bottom:0}}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile{display:block;position:relative;width:100%;height:100%;margin-bottom:8px}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile:hover .text-wrap .title a,.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile:hover .text-wrap .title span{text-decoration:underline}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile:hover .overlay-gradient{background-image:linear-gradient(to top, #000000 1%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 99%)}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile .overlay-gradient{position:absolute}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile img{display:block;width:100%;height:100%;position:absolute;object-fit:cover}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile .text-wrap{position:absolute;bottom:0;z-index:2;width:100%;padding-left:20px;padding-right:20px;padding-bottom:16px}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile .text-wrap .category{margin-bottom:8px}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile .text-wrap .category a,.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile .text-wrap .category span{color:#fff;font-size:.8125rem;line-height:1.125rem;font-weight:500;text-transform:uppercase;padding-left:12px}.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile .text-wrap .title a,.news .news-tiles-row .col-tiles .col-wrap .small-tiles-row .col .tile .text-wrap .title span{color:#fff;font-family:'Merriweather',serif;font-size:1rem;line-height:1.5rem}.news .news-tiles-row .col-list .single-post{padding:16px;background-color:#f1f6fc;min-height:100px;border-bottom:1px solid #b9c1c9;display:none}@media only screen and (min-width: 1200px){.news .news-tiles-row .col-list .single-post{display:block}}.news .news-tiles-row .col-list .single-post .category{margin-bottom:8px}.news .news-tiles-row .col-list .single-post .category a{color:#212121;font-size:.8125rem;line-height:1.125rem;font-weight:500;text-transform:uppercase;padding-left:12px}.news .news-tiles-row .col-list .single-post .category a:hover{text-decoration:underline}.news .news-tiles-row .col-list .single-post .link a{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:500;font-family:'Merriweather',serif}.news .news-tiles-row .col-list .single-post .link a:hover{text-decoration:underline}.news .news-tiles-row .col-list .more-btn{background-color:#f0bf1d;padding:20px;text-align:center;display:block;line-height:1.125rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.news .news-tiles-row .col-list .more-btn:hover{background-color:#ffae36}.news .news-tiles-row .col-list .more-btn span{font-size:.875rem;line-height:1.125rem;font-weight:700;vertical-align:middle}.news .news-tiles-row .col-list .more-btn svg{width:18px;height:18px;vertical-align:middle;line-height:1.125rem}.investments-and-weather-section .investments-and-weather{margin-bottom:56px}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .top-wrap{margin-bottom:16px}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .top-wrap .column.align-right{text-align:left}@media only screen and (min-width: 768px){.investments-and-weather-section .investments-and-weather .column-left .col-wrap .top-wrap .column.align-right{text-align:right}}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .top-wrap .column h2,.investments-and-weather-section .investments-and-weather .column-left .col-wrap .top-wrap .column a{font-weight:700;color:#fff}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .top-wrap .column h2{text-transform:uppercase;font-size:1.25rem;line-height:2.5rem;font-weight:700;color:#212121;margin-bottom:16px}@media only screen and (min-width: 768px){.investments-and-weather-section .investments-and-weather .column-left .col-wrap .top-wrap .column h2{margin-bottom:0}}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .top-wrap .column a{font-size:.875rem;vertical-align:bottom}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .top-wrap .column a svg{vertical-align:bottom;line-height:1.5rem}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap{overflow:hidden}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .slider-wrap{margin-bottom:16px;width:calc(100% + 30px)}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .slider-wrap .slick-list{width:100%}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .slider-wrap .slick-list .slick-track{width:100%}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .slider-wrap .slide{height:100%;display:flex}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .slider-wrap .slide .slide-inside-wrap{display:block;width:100%;height:270px;position:relative}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .slider-wrap .slide .slide-inside-wrap:hover .title{text-decoration:underline}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .slider-wrap .slide .slide-inside-wrap:hover .overlay-gradient{background-image:linear-gradient(to top, #000000 1%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 99%)}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .slider-wrap .slide .slide-inside-wrap img{display:block;width:100%;height:100%;object-fit:cover}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .slider-wrap .slide .slide-inside-wrap .title{position:absolute;bottom:0;left:0;padding-bottom:26px;padding-left:20px;padding-right:20px;margin-bottom:0;color:#fff;font-size:1.125rem;line-height:1.5rem;z-index:3;font-family:'Merriweather',serif}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments{float:left;font-size:0}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a{display:inline-block}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-prev,.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-next{width:48px;height:48px}@media only screen and (min-width: 992px){.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-prev:hover svg,.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-next:hover svg{background-color:#b9c1c9}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-prev:hover svg path,.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-next:hover svg path{stroke:#212121}}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-prev svg,.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-next svg{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#dbe0e5;padding:15px;width:100%;height:100%;cursor:pointer}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-prev svg path,.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-next svg path{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;stroke:#212121}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-prev{margin-right:12px}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .arrows-wrap-investments a.slick-next svg{transform:rotate(180deg)}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .see-more-button{float:right;background-color:pink}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .see-more-button a{display:inline-block;padding:13px 25px;background-color:#f0bf1d;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (min-width: 768px){.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .see-more-button a{padding:13px 50px}}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .see-more-button a:hover{background-color:#f0aa1d}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .see-more-button a span{font-size:.875rem;line-height:1.5rem;font-weight:700;color:#212121;vertical-align:middle}.investments-and-weather-section .investments-and-weather .column-left .col-wrap .slider-and-arrows-wrap .see-more-button a svg{vertical-align:middle;line-height:1.5rem}.sidebar-blue-buttons{margin-bottom:48px}.sidebar-blue-buttons .single-button{display:block;padding:24px 30px 24px 20px;border:1px solid #1862c4;background-color:#f1f6fc;position:relative;margin-bottom:8px}.sidebar-blue-buttons .single-button:hover p{text-decoration:underline}.sidebar-blue-buttons .single-button p{font-size:.9375rem;line-height:1.1875rem;font-weight:700;color:#212121;margin-bottom:6px}.sidebar-blue-buttons .single-button p.sub-title{font-size:.875rem;font-weight:400;margin-bottom:0}.sidebar-blue-buttons .single-button svg{width:14px;height:24px;position:absolute;right:12px;top:0;bottom:0;margin:auto}.col-warning{margin-bottom:48px}.col-warning h2{padding:9px 20px;background-color:#bb0c0c;color:#fff;font-size:1.125rem;line-height:1.1875rem;text-transform:uppercase}.col-warning .col-wrap{background-color:#fcf2d1;height:100%}.col-warning .col-wrap .single-warning{padding:18px 20px;border-bottom:1px solid rgba(255,174,54,0.3)}.col-warning .col-wrap .single-warning .date{font-size:.8125rem;line-height:.9375rem;font-weight:400;margin-bottom:8px;text-transform:uppercase}.col-warning .col-wrap .single-warning a{font-size:.875rem;line-height:1.0625rem;font-weight:700}.col-warning .col-wrap .single-warning a:hover{text-decoration:underline}.col-warning .col-wrap .more-warnings{display:block;padding:16px;font-size:.875rem;line-height:1.5rem;font-weight:700;background-color:#f0bf1d;text-align:center;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.col-warning .col-wrap .more-warnings:hover{background-color:#ffae36}.col-warning .col-wrap .more-warnings svg{width:18px;height:18px;vertical-align:middle;line-height:1.125rem}.short-links-and-warnings{margin-bottom:56px}.short-links-and-warnings .titles h2{font-size:1.25rem;line-height:2.5rem;margin-bottom:16px;text-transform:uppercase}.short-links-and-warnings .columns .mobile-header h2{font-size:1rem;line-height:1.5rem;margin-bottom:16px;text-transform:uppercase}.short-links-and-warnings .columns .col-short-links .col-wrap{margin-left:-4px;margin-right:-4px;margin-bottom:-8px;height:100%}.short-links-and-warnings .columns .col-short-links .col-wrap .single-link{padding-left:4px;padding-right:4px;margin-bottom:8px;display:block}@media only screen and (min-width: 1200px){.short-links-and-warnings .columns .col-short-links .col-wrap .single-link.col-custom-5-row{width:20%;max-width:20%}}.short-links-and-warnings .columns .col-short-links .col-wrap .single-link a{background-color:#f0bf1d;display:block;padding:20px;min-height:90px;position:relative}.short-links-and-warnings .columns .col-short-links .col-wrap .single-link a:hover span{text-decoration:underline}.short-links-and-warnings .columns .col-short-links .col-wrap .single-link a img{position:absolute;right:0;bottom:0;width:82px;height:76px;object-fit:contain}.short-links-and-warnings .columns .col-short-links .col-wrap .single-link a span{font-size:1rem;line-height:1.3125rem;font-weight:700;color:#212121;float:left;position:relative;z-index:3}.recommendation{padding-top:27px;padding-bottom:50px;background-color:#f1f6fc}@media only screen and (max-width: 1199px){.recommendation .container{padding-left:20px;padding-right:20px}}.recommendation .container h2{font-size:1.25rem;line-height:2.5rem;margin-bottom:16px;font-weight:700;text-transform:uppercase}.recommendation .container .row-recommendation{margin-right:-4px;margin-left:-4px}.recommendation .container .row-recommendation .col{padding-left:4px;padding-right:4px}.recommendation .container .row-recommendation .col-tiles .tiles-row{margin-left:-4px;margin-right:-4px;height:100%}.recommendation .container .row-recommendation .col-tiles .tiles-row .col-tile{padding-left:4px;padding-right:4px;margin-bottom:8px}.recommendation .container .row-recommendation .col-tiles .tiles-row .col-tile .img-wrap{display:block;position:relative;width:100%;height:100%}.recommendation .container .row-recommendation .col-tiles .tiles-row .col-tile .img-wrap:hover .title{text-decoration:underline}.recommendation .container .row-recommendation .col-tiles .tiles-row .col-tile .img-wrap:hover .overlay-gradient{background-image:linear-gradient(to top, #000000 1%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 99%)}.recommendation .container .row-recommendation .col-tiles .tiles-row .col-tile .img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.recommendation .container .row-recommendation .col-tiles .tiles-row .col-tile .img-wrap .title{position:absolute;bottom:0;left:0;padding-left:16px;padding-right:16px;padding-bottom:16px;width:100%;margin-bottom:0;color:#fff;font-size:.9375rem;line-height:1.1875rem;font-weight:700;z-index:3;font-family:'Merriweather',serif}.recommendation .container .row-recommendation .col-links .single-link{display:block;width:100%;padding:14px 32px 14px 16px;background-color:#f0bf1d;margin-bottom:8px;position:relative;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.recommendation .container .row-recommendation .col-links .single-link:hover{background-color:#f0aa1d}.recommendation .container .row-recommendation .col-links .single-link svg{position:absolute;right:16px;top:0;bottom:0;margin:auto}.recommendation .container .row-recommendation .col-links .single-link span{font-size:.875rem;line-height:1.125rem;font-weight:700;color:#212121}footer .footer-top{background-color:#11233a;padding-top:25px}footer .footer-top .container{position:relative;overflow:hidden}@media only screen and (max-width: 1199px){footer .footer-top .container{padding-left:20px;padding-right:20px}}footer .footer-top .container .logo-bg{position:absolute;right:38px;bottom:0;max-width:100%;right:10px;width:240px}@media only screen and (min-width: 992px){footer .footer-top .container .logo-bg{right:38px;width:auto;height:auto;max-height:100%}}footer .footer-top .container .footer-top-row{margin-bottom:0;padding-top:25px;position:relative;z-index:3}@media only screen and (min-width: 1200px){footer .footer-top .container .footer-top-row{margin-bottom:80px}}footer .footer-top .container .footer-top-row .col{margin-bottom:40px}@media only screen and (min-width: 1200px){footer .footer-top .container .footer-top-row .col{margin-bottom:0}}footer .footer-top .container .footer-top-row h2{font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;margin-bottom:18px;font-family:'Roboto',sans-serif;color:#fff}footer .footer-top .container .footer-top-row p{margin-bottom:10px}footer .footer-top .container .footer-top-row a,footer .footer-top .container .footer-top-row p{color:#fff;font-size:.875rem;line-height:1.25rem;font-weight:400}footer .footer-top .container .footer-top-row a strong,footer .footer-top .container .footer-top-row p strong{font-weight:700}footer .footer-top .container .footer-top-row .contact-buttons a{font-size:.875rem;line-height:1.25rem;font-weight:400;color:#fff;display:block;padding:8px 13px;background-color:#344457;max-width:252px;margin-bottom:8px}footer .footer-top .container .footer-top-row .contact-buttons a:hover{text-decoration:underline}footer .footer-top .container .footer-top-row .contact-buttons a svg{width:24px;height:24px;margin-right:13px;vertical-align:middle}footer .footer-top .container .footer-top-row .contact-buttons a span{line-height:1.5rem;vertical-align:middle}footer .footer-top .container .footer-top-row .col-left .contact-data{margin-bottom:16px}footer .footer-top .container .footer-top-row .col-left .contact-data h2{color:#fff;font-family:'Merriweather',serif;font-size:1.25rem;line-height:1.25rem;font-weight:700;text-transform:none}footer .footer-top .container .footer-top-row .col-right h2{margin-bottom:18px}@media only screen and (min-width: 768px){footer .footer-top .container .footer-top-row .col-right h2{margin-bottom:24px}}footer .footer-top .container .footer-top-row .col-right .col-right-row{height:100%}footer .footer-top .container .footer-top-row .col-right .col-right-row .links-col .single-link{margin-bottom:8px}footer .footer-top .container .footer-top-row .col-right .col-right-row .links-col .single-link.social-media{margin-bottom:12px}footer .footer-top .container .footer-top-row .col-right .col-right-row .links-col .single-link a{font-size:.875rem;line-height:1.5rem;display:inline-block}footer .footer-top .container .footer-top-row .col-right .col-right-row .links-col .single-link a:hover{text-decoration:underline}footer .footer-top .container .footer-top-row .col-right .col-right-row .links-col .single-link a svg,footer .footer-top .container .footer-top-row .col-right .col-right-row .links-col .single-link a img{width:24px;height:24px;margin-right:8px;vertical-align:middle}footer .footer-top .container .footer-top-row .col-right .col-right-row .links-col .single-link a span{line-height:1.5rem;vertical-align:middle}@media only screen and (max-width: 1199px){footer .footer-bottom .container{padding-left:20px;padding-right:20px}}footer .footer-bottom .container .row-footer-bottom{text-align:center;padding-top:12px;padding-bottom:12px}@media only screen and (min-width: 768px){footer .footer-bottom .container .row-footer-bottom{text-align:left;padding-top:0px;padding-bottom:0px}}@media only screen and (min-width: 768px){footer .footer-bottom .container .row-footer-bottom .col-left,footer .footer-bottom .container .row-footer-bottom .col-right{padding-top:12px;padding-bottom:12px}}footer .footer-bottom .container .row-footer-bottom .col-left p,footer .footer-bottom .container .row-footer-bottom .col-right p{margin-bottom:0;font-size:.875rem;line-height:1.5rem;font-weight:400;color:#212121}@media only screen and (min-width: 768px){footer .footer-bottom .container .row-footer-bottom .col-left .content-wrap,footer .footer-bottom .container .row-footer-bottom .col-right .content-wrap{float:right}}footer .footer-bottom .container .row-footer-bottom .col-left .content-wrap span,footer .footer-bottom .container .row-footer-bottom .col-right .content-wrap span,footer .footer-bottom .container .row-footer-bottom .col-left .content-wrap a,footer .footer-bottom .container .row-footer-bottom .col-right .content-wrap a{font-size:.875rem;line-height:1.5rem;font-weight:400;color:#212121}footer .footer-bottom .container .row-footer-bottom .col-left .content-wrap a,footer .footer-bottom .container .row-footer-bottom .col-right .content-wrap a{text-decoration:underline;font-weight:700}.single-event .breadcrumb-wrap{margin-bottom:40px}@media only screen and (max-width: 1199px){.single-event .breadcrumb-wrap .container{padding-left:16px;padding-right:16px}}.breadcrumb-wrap{margin-bottom:40px}@media only screen and (max-width: 1199px){.breadcrumb-wrap .container{padding-left:16px;padding-right:16px}}.breadcrumb-wrap .container .breadcrumbs-class a,.breadcrumb-wrap .container .breadcrumbs-class span{font-size:.875rem;line-height:1.5rem;font-weight:400;color:#090f11;vertical-align:top}.breadcrumb-wrap .container .breadcrumbs-class a svg,.breadcrumb-wrap .container .breadcrumbs-class span svg{vertical-align:middle;width:16px;height:24px}.breadcrumb-wrap .container .breadcrumbs-class a{font-weight:500}.breadcrumb-wrap .container .breadcrumbs-class a:hover{text-decoration:underline}.pagination{margin-bottom:40px}.pagination span,.pagination a{margin:0 4px;padding:5px 12px;display:inline-block;font-size:1rem;line-height:1.5rem;font-weight:400;position:relative;width:35px;height:35px;vertical-align:middle;text-align:center;border:1px solid transparent;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pagination span:hover,.pagination a:hover{border:1px solid #f0bf1d}.pagination span svg,.pagination a svg{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:15px;height:15px;object-fit:contain}.pagination span.current,.pagination a.current{background-color:#f0bf1d;border:1px solid #f0bf1d;color:#000;font-weight:700}.pagination span.dots:hover,.pagination a.dots:hover{border:1px solid transparent}.yellow-bar-text{padding-left:16px;position:relative}.yellow-bar-text::before{position:absolute;content:"";height:100%;width:4px;left:0;top:0;background-color:#f0bf1d;display:block}.shortcut-sidebar{width:100%;margin-bottom:40px}.shortcut-sidebar h2{text-transform:uppercase;font-size:1.125rem;line-height:2.5rem;font-weight:700;display:block;color:#212121;margin-bottom:10px}.shortcut-sidebar ul{list-style:none;padding-left:0}.shortcut-sidebar ul li{padding:23px 0 23px 55px;border-bottom:solid 1px #b9c1c9;position:relative}.shortcut-sidebar ul li:first-of-type{border-top:solid 1px #b9c1c9}.shortcut-sidebar ul li::before{display:none}.shortcut-sidebar ul li img{width:32px;height:32px;position:absolute;left:13px;top:0;bottom:0;margin:auto}.shortcut-sidebar ul li a{color:#212121;font-size:.875rem;line-height:.975rem;font-weight:700;text-decoration:none;vertical-align:middle}.shortcut-sidebar ul li a:hover{text-decoration:underline}.magazine-sidebar{margin-bottom:48px}.magazine-sidebar .single-magazine{display:block;padding:16px 20px 12px 20px;border:1px solid #b9c1c9;margin-bottom:8px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.magazine-sidebar .single-magazine:hover{background-color:#f1f6fc}.magazine-sidebar .single-magazine h3{font-size:1rem;line-height:1.1875rem;font-weight:700;color:#212121;margin-bottom:16px}.magazine-sidebar .single-magazine .row{margin-right:-10px;margin-left:-10px}.magazine-sidebar .single-magazine .row .col{padding-right:10px;padding-left:10px;display:none}@media only screen and (min-width: 768px){.magazine-sidebar .single-magazine .row .col{display:block}}@media only screen and (min-width: 1200px){.magazine-sidebar .single-magazine .row .col{display:none}}.magazine-sidebar .single-magazine .row .col.first{display:block}.magazine-sidebar .single-magazine .row .col .single-magazine-wrap{display:block}.magazine-sidebar .single-magazine .row .col .single-magazine-wrap:hover .number span{text-decoration:underline}.magazine-sidebar .single-magazine .row .col .single-magazine-wrap img{width:100%;height:auto;margin-bottom:13px}.magazine-sidebar .single-magazine .row .col .single-magazine-wrap .number{line-height:1.125rem;margin-bottom:0}.magazine-sidebar .single-magazine .row .col .single-magazine-wrap .number span{font-size:.875rem;line-height:1.125rem;color:#212121;vertical-align:top;font-weight:700}.magazine-sidebar .single-magazine .row .col .single-magazine-wrap .number svg{line-height:1.125rem;vertical-align:top}.magazine-sidebar .show-more-btn{display:block;background-color:#f0bf1d;padding:16px;font-size:.9375rem;line-height:1.5rem;font-weight:700;color:#212121;text-align:center;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.magazine-sidebar .show-more-btn:hover{background-color:#ffae36}.magazine-sidebar .show-more-btn svg{width:18px;height:18px;vertical-align:middle;line-height:1.125rem}@media only screen and (max-width: 1199px){.archive-page .container,.single-post-template .container,section.single-event .container,section.single-investment .container,.archive-investment .container,section.single-consultation .container,.archive-consultation .container,.page-template .container{padding-left:16px;padding-right:16px}}@media only screen and (min-width: 1200px){.archive-page .container .archive-row,.single-post-template .container .archive-row,section.single-event .container .archive-row,section.single-investment .container .archive-row,.archive-investment .container .archive-row,section.single-consultation .container .archive-row,.archive-consultation .container .archive-row,.page-template .container .archive-row,.archive-page .container .post-row,.single-post-template .container .post-row,section.single-event .container .post-row,section.single-investment .container .post-row,.archive-investment .container .post-row,section.single-consultation .container .post-row,.archive-consultation .container .post-row,.page-template .container .post-row{margin-left:-35px;margin-right:-35px}}@media only screen and (min-width: 1600px){.archive-page .container .archive-row,.single-post-template .container .archive-row,section.single-event .container .archive-row,section.single-investment .container .archive-row,.archive-investment .container .archive-row,section.single-consultation .container .archive-row,.archive-consultation .container .archive-row,.page-template .container .archive-row,.archive-page .container .post-row,.single-post-template .container .post-row,section.single-event .container .post-row,section.single-investment .container .post-row,.archive-investment .container .post-row,section.single-consultation .container .post-row,.archive-consultation .container .post-row,.page-template .container .post-row{margin-left:-70px;margin-right:-70px}}@media only screen and (min-width: 1200px){.archive-page .container .archive-row>.col,.single-post-template .container .archive-row>.col,section.single-event .container .archive-row>.col,section.single-investment .container .archive-row>.col,.archive-investment .container .archive-row>.col,section.single-consultation .container .archive-row>.col,.archive-consultation .container .archive-row>.col,.page-template .container .archive-row>.col,.archive-page .container .post-row>.col,.single-post-template .container .post-row>.col,section.single-event .container .post-row>.col,section.single-investment .container .post-row>.col,.archive-investment .container .post-row>.col,section.single-consultation .container .post-row>.col,.archive-consultation .container .post-row>.col,.page-template .container .post-row>.col{padding-left:35px;padding-right:35px}}@media only screen and (min-width: 1600px){.archive-page .container .archive-row>.col,.single-post-template .container .archive-row>.col,section.single-event .container .archive-row>.col,section.single-investment .container .archive-row>.col,.archive-investment .container .archive-row>.col,section.single-consultation .container .archive-row>.col,.archive-consultation .container .archive-row>.col,.page-template .container .archive-row>.col,.archive-page .container .post-row>.col,.single-post-template .container .post-row>.col,section.single-event .container .post-row>.col,section.single-investment .container .post-row>.col,.archive-investment .container .post-row>.col,section.single-consultation .container .post-row>.col,.archive-consultation .container .post-row>.col,.page-template .container .post-row>.col{padding-left:70px;padding-right:70px}}.archive-page .container .archive-row .shortcut-sidebar,.single-post-template .container .archive-row .shortcut-sidebar,section.single-event .container .archive-row .shortcut-sidebar,section.single-investment .container .archive-row .shortcut-sidebar,.archive-investment .container .archive-row .shortcut-sidebar,section.single-consultation .container .archive-row .shortcut-sidebar,.archive-consultation .container .archive-row .shortcut-sidebar,.page-template .container .archive-row .shortcut-sidebar,.archive-page .container .post-row .shortcut-sidebar,.single-post-template .container .post-row .shortcut-sidebar,section.single-event .container .post-row .shortcut-sidebar,section.single-investment .container .post-row .shortcut-sidebar,.archive-investment .container .post-row .shortcut-sidebar,section.single-consultation .container .post-row .shortcut-sidebar,.archive-consultation .container .post-row .shortcut-sidebar,.page-template .container .post-row .shortcut-sidebar{width:100%;margin-bottom:40px}.archive-page .container .archive-row .shortcut-sidebar h2,.single-post-template .container .archive-row .shortcut-sidebar h2,section.single-event .container .archive-row .shortcut-sidebar h2,section.single-investment .container .archive-row .shortcut-sidebar h2,.archive-investment .container .archive-row .shortcut-sidebar h2,section.single-consultation .container .archive-row .shortcut-sidebar h2,.archive-consultation .container .archive-row .shortcut-sidebar h2,.page-template .container .archive-row .shortcut-sidebar h2,.archive-page .container .post-row .shortcut-sidebar h2,.single-post-template .container .post-row .shortcut-sidebar h2,section.single-event .container .post-row .shortcut-sidebar h2,section.single-investment .container .post-row .shortcut-sidebar h2,.archive-investment .container .post-row .shortcut-sidebar h2,section.single-consultation .container .post-row .shortcut-sidebar h2,.archive-consultation .container .post-row .shortcut-sidebar h2,.page-template .container .post-row .shortcut-sidebar h2{text-transform:uppercase;font-size:1.125rem;line-height:2.5rem;font-weight:700;display:block;color:#212121;margin-bottom:10px}.archive-page .container .archive-row .shortcut-sidebar ul,.single-post-template .container .archive-row .shortcut-sidebar ul,section.single-event .container .archive-row .shortcut-sidebar ul,section.single-investment .container .archive-row .shortcut-sidebar ul,.archive-investment .container .archive-row .shortcut-sidebar ul,section.single-consultation .container .archive-row .shortcut-sidebar ul,.archive-consultation .container .archive-row .shortcut-sidebar ul,.page-template .container .archive-row .shortcut-sidebar ul,.archive-page .container .post-row .shortcut-sidebar ul,.single-post-template .container .post-row .shortcut-sidebar ul,section.single-event .container .post-row .shortcut-sidebar ul,section.single-investment .container .post-row .shortcut-sidebar ul,.archive-investment .container .post-row .shortcut-sidebar ul,section.single-consultation .container .post-row .shortcut-sidebar ul,.archive-consultation .container .post-row .shortcut-sidebar ul,.page-template .container .post-row .shortcut-sidebar ul{list-style:none;padding-left:0}.archive-page .container .archive-row .shortcut-sidebar ul li,.single-post-template .container .archive-row .shortcut-sidebar ul li,section.single-event .container .archive-row .shortcut-sidebar ul li,section.single-investment .container .archive-row .shortcut-sidebar ul li,.archive-investment .container .archive-row .shortcut-sidebar ul li,section.single-consultation .container .archive-row .shortcut-sidebar ul li,.archive-consultation .container .archive-row .shortcut-sidebar ul li,.page-template .container .archive-row .shortcut-sidebar ul li,.archive-page .container .post-row .shortcut-sidebar ul li,.single-post-template .container .post-row .shortcut-sidebar ul li,section.single-event .container .post-row .shortcut-sidebar ul li,section.single-investment .container .post-row .shortcut-sidebar ul li,.archive-investment .container .post-row .shortcut-sidebar ul li,section.single-consultation .container .post-row .shortcut-sidebar ul li,.archive-consultation .container .post-row .shortcut-sidebar ul li,.page-template .container .post-row .shortcut-sidebar ul li{padding:23px 0 23px 55px;border-bottom:solid 1px #b9c1c9}.archive-page .container .archive-row .shortcut-sidebar ul li:first-of-type,.single-post-template .container .archive-row .shortcut-sidebar ul li:first-of-type,section.single-event .container .archive-row .shortcut-sidebar ul li:first-of-type,section.single-investment .container .archive-row .shortcut-sidebar ul li:first-of-type,.archive-investment .container .archive-row .shortcut-sidebar ul li:first-of-type,section.single-consultation .container .archive-row .shortcut-sidebar ul li:first-of-type,.archive-consultation .container .archive-row .shortcut-sidebar ul li:first-of-type,.page-template .container .archive-row .shortcut-sidebar ul li:first-of-type,.archive-page .container .post-row .shortcut-sidebar ul li:first-of-type,.single-post-template .container .post-row .shortcut-sidebar ul li:first-of-type,section.single-event .container .post-row .shortcut-sidebar ul li:first-of-type,section.single-investment .container .post-row .shortcut-sidebar ul li:first-of-type,.archive-investment .container .post-row .shortcut-sidebar ul li:first-of-type,section.single-consultation .container .post-row .shortcut-sidebar ul li:first-of-type,.archive-consultation .container .post-row .shortcut-sidebar ul li:first-of-type,.page-template .container .post-row .shortcut-sidebar ul li:first-of-type{border-top:solid 1px #b9c1c9}.archive-page .container .archive-row .shortcut-sidebar ul li::before,.single-post-template .container .archive-row .shortcut-sidebar ul li::before,section.single-event .container .archive-row .shortcut-sidebar ul li::before,section.single-investment .container .archive-row .shortcut-sidebar ul li::before,.archive-investment .container .archive-row .shortcut-sidebar ul li::before,section.single-consultation .container .archive-row .shortcut-sidebar ul li::before,.archive-consultation .container .archive-row .shortcut-sidebar ul li::before,.page-template .container .archive-row .shortcut-sidebar ul li::before,.archive-page .container .post-row .shortcut-sidebar ul li::before,.single-post-template .container .post-row .shortcut-sidebar ul li::before,section.single-event .container .post-row .shortcut-sidebar ul li::before,section.single-investment .container .post-row .shortcut-sidebar ul li::before,.archive-investment .container .post-row .shortcut-sidebar ul li::before,section.single-consultation .container .post-row .shortcut-sidebar ul li::before,.archive-consultation .container .post-row .shortcut-sidebar ul li::before,.page-template .container .post-row .shortcut-sidebar ul li::before{display:none}.archive-page .container .archive-row .shortcut-sidebar ul li img,.single-post-template .container .archive-row .shortcut-sidebar ul li img,section.single-event .container .archive-row .shortcut-sidebar ul li img,section.single-investment .container .archive-row .shortcut-sidebar ul li img,.archive-investment .container .archive-row .shortcut-sidebar ul li img,section.single-consultation .container .archive-row .shortcut-sidebar ul li img,.archive-consultation .container .archive-row .shortcut-sidebar ul li img,.page-template .container .archive-row .shortcut-sidebar ul li img,.archive-page .container .post-row .shortcut-sidebar ul li img,.single-post-template .container .post-row .shortcut-sidebar ul li img,section.single-event .container .post-row .shortcut-sidebar ul li img,section.single-investment .container .post-row .shortcut-sidebar ul li img,.archive-investment .container .post-row .shortcut-sidebar ul li img,section.single-consultation .container .post-row .shortcut-sidebar ul li img,.archive-consultation .container .post-row .shortcut-sidebar ul li img,.page-template .container .post-row .shortcut-sidebar ul li img{width:32px;height:32px;vertical-align:middle;display:inline-block;margin-right:10px}.archive-page .container .archive-row .shortcut-sidebar ul li a,.single-post-template .container .archive-row .shortcut-sidebar ul li a,section.single-event .container .archive-row .shortcut-sidebar ul li a,section.single-investment .container .archive-row .shortcut-sidebar ul li a,.archive-investment .container .archive-row .shortcut-sidebar ul li a,section.single-consultation .container .archive-row .shortcut-sidebar ul li a,.archive-consultation .container .archive-row .shortcut-sidebar ul li a,.page-template .container .archive-row .shortcut-sidebar ul li a,.archive-page .container .post-row .shortcut-sidebar ul li a,.single-post-template .container .post-row .shortcut-sidebar ul li a,section.single-event .container .post-row .shortcut-sidebar ul li a,section.single-investment .container .post-row .shortcut-sidebar ul li a,.archive-investment .container .post-row .shortcut-sidebar ul li a,section.single-consultation .container .post-row .shortcut-sidebar ul li a,.archive-consultation .container .post-row .shortcut-sidebar ul li a,.page-template .container .post-row .shortcut-sidebar ul li a{color:#212121;font-size:.875rem;line-height:.975rem;font-weight:700;text-decoration:none;vertical-align:middle}.archive-page .container .archive-row .shortcut-sidebar ul li a:hover,.single-post-template .container .archive-row .shortcut-sidebar ul li a:hover,section.single-event .container .archive-row .shortcut-sidebar ul li a:hover,section.single-investment .container .archive-row .shortcut-sidebar ul li a:hover,.archive-investment .container .archive-row .shortcut-sidebar ul li a:hover,section.single-consultation .container .archive-row .shortcut-sidebar ul li a:hover,.archive-consultation .container .archive-row .shortcut-sidebar ul li a:hover,.page-template .container .archive-row .shortcut-sidebar ul li a:hover,.archive-page .container .post-row .shortcut-sidebar ul li a:hover,.single-post-template .container .post-row .shortcut-sidebar ul li a:hover,section.single-event .container .post-row .shortcut-sidebar ul li a:hover,section.single-investment .container .post-row .shortcut-sidebar ul li a:hover,.archive-investment .container .post-row .shortcut-sidebar ul li a:hover,section.single-consultation .container .post-row .shortcut-sidebar ul li a:hover,.archive-consultation .container .post-row .shortcut-sidebar ul li a:hover,.page-template .container .post-row .shortcut-sidebar ul li a:hover{text-decoration:underline}.archive-page .container .archive-row .col-sidebar .menu-sidebar,.single-post-template .container .archive-row .col-sidebar .menu-sidebar,section.single-event .container .archive-row .col-sidebar .menu-sidebar,section.single-investment .container .archive-row .col-sidebar .menu-sidebar,.archive-investment .container .archive-row .col-sidebar .menu-sidebar,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar,.page-template .container .archive-row .col-sidebar .menu-sidebar,.archive-page .container .post-row .col-sidebar .menu-sidebar,.single-post-template .container .post-row .col-sidebar .menu-sidebar,section.single-event .container .post-row .col-sidebar .menu-sidebar,section.single-investment .container .post-row .col-sidebar .menu-sidebar,.archive-investment .container .post-row .col-sidebar .menu-sidebar,section.single-consultation .container .post-row .col-sidebar .menu-sidebar,.archive-consultation .container .post-row .col-sidebar .menu-sidebar,.page-template .container .post-row .col-sidebar .menu-sidebar{margin-bottom:40px}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu,.page-template .container .post-row .col-sidebar .menu-sidebar .menu{list-style:none}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li{display:none}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-ancestor{display:block}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-item,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li.current-menu-item{display:block}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>a,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>a,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>a,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>a,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>a,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>a,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>a,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>a,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>a,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>a,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>a,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>a,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>a,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>a,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>a,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>a{background-color:#0a6095;text-transform:uppercase;font-size:1rem;line-height:1.5rem;font-weight:700;padding:12px 24px;display:block;color:#fff}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu{background-color:#edf0f5;list-style:none}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.current-menu-item>a{color:#0a6095}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a{position:relative}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a.active::after{transform:rotate(90deg)}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li.menu-item-has-children>a::after{content:"";background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/sidebar-arrow.svg);background-position:center;background-size:contain;background-repeat:no-repeat;width:16px;height:16px;display:inline-block;position:absolute;right:0;top:0;bottom:0;margin:auto}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a{display:inline-block;padding:0 24px;font-size:1rem;line-height:2.1875rem;font-weight:600;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>a:hover{text-decoration:underline}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu{list-style:none;display:none}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li.current-menu-item>a{color:#0a6095}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a{display:inline-block;padding:8px 24px 8px 40px;font-size:1rem;line-height:1.5rem;font-weight:600;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.archive-page .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,.single-post-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,section.single-event .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,section.single-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,.archive-investment .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,section.single-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,.archive-consultation .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,.page-template .container .archive-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,.archive-page .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,.single-post-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,section.single-event .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,section.single-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,.archive-investment .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,section.single-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,.archive-consultation .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover,.page-template .container .post-row .col-sidebar .menu-sidebar .menu>li>.sub-menu>li>.sub-menu>li>a:hover{text-decoration:underline}.archive-page .container .archive-row .col-posts-list h1,.single-post-template .container .archive-row .col-posts-list h1,section.single-event .container .archive-row .col-posts-list h1,section.single-investment .container .archive-row .col-posts-list h1,.archive-investment .container .archive-row .col-posts-list h1,section.single-consultation .container .archive-row .col-posts-list h1,.archive-consultation .container .archive-row .col-posts-list h1,.page-template .container .archive-row .col-posts-list h1,.archive-page .container .post-row .col-posts-list h1,.single-post-template .container .post-row .col-posts-list h1,section.single-event .container .post-row .col-posts-list h1,section.single-investment .container .post-row .col-posts-list h1,.archive-investment .container .post-row .col-posts-list h1,section.single-consultation .container .post-row .col-posts-list h1,.archive-consultation .container .post-row .col-posts-list h1,.page-template .container .post-row .col-posts-list h1{font-size:2rem;line-height:2.5rem;font-weight:700;margin-bottom:52px}.archive-page .container .archive-row .col-posts-list .single-post,.single-post-template .container .archive-row .col-posts-list .single-post,section.single-event .container .archive-row .col-posts-list .single-post,section.single-investment .container .archive-row .col-posts-list .single-post,.archive-investment .container .archive-row .col-posts-list .single-post,section.single-consultation .container .archive-row .col-posts-list .single-post,.archive-consultation .container .archive-row .col-posts-list .single-post,.page-template .container .archive-row .col-posts-list .single-post,.archive-page .container .post-row .col-posts-list .single-post,.single-post-template .container .post-row .col-posts-list .single-post,section.single-event .container .post-row .col-posts-list .single-post,section.single-investment .container .post-row .col-posts-list .single-post,.archive-investment .container .post-row .col-posts-list .single-post,section.single-consultation .container .post-row .col-posts-list .single-post,.archive-consultation .container .post-row .col-posts-list .single-post,.page-template .container .post-row .col-posts-list .single-post{margin-bottom:32px}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row,.page-template .container .archive-row .col-posts-list .single-post .single-post-row,.archive-page .container .post-row .col-posts-list .single-post .single-post-row,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row,section.single-event .container .post-row .col-posts-list .single-post .single-post-row,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row,.page-template .container .post-row .col-posts-list .single-post .single-post-row{margin-left:-4px;margin-right:-4px}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-posts-list .single-post .single-post-row,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row,.page-template .container .archive-row .col-posts-list .single-post .single-post-row,.archive-page .container .post-row .col-posts-list .single-post .single-post-row,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row,section.single-event .container .post-row .col-posts-list .single-post .single-post-row,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row,.page-template .container .post-row .col-posts-list .single-post .single-post-row{margin-left:-16px;margin-right:-16px}}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col{padding-left:4px;padding-right:4px}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col{padding-left:16px;padding-right:16px}}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img{margin-bottom:16px}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img{margin-bottom:0}}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap{position:relative;display:block}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img{object-fit:cover;width:100%;height:70px;display:block}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap img{height:200px}}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap{position:absolute;bottom:0;padding:0 12px 12px 12px;width:100%;z-index:3}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap{display:inline-block;background-color:#1862c4;text-align:center;padding:4px 12px;margin-right:8px}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p{color:#fff;font-weight:600}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.day{font-size:1.75rem;line-height:2.625rem;margin-bottom:4px}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .date-wrap p.month{font-size:.875rem;line-height:1.3125rem;margin-bottom:0;text-transform:uppercase}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap{display:inline-block}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-img .img-wrap .date-and-cat-wrap .cat-wrap p{color:#fff;font-size:.875rem;line-height:1.3125rem;font-weight:700;margin-bottom:4px}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap{display:block;margin-bottom:8px}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap{margin-bottom:23px}}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap{display:inline-block;padding:3px 10px;background-color:#f1f6fc;border-left:4px solid #f0bf1d}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap.wide{display:block}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .date{display:inline-block;margin-bottom:0;font-size:.8125rem;line-height:.9375rem;font-weight:500;color:#212121}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap{display:inline-block;margin-bottom:0}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .date-and-cat-wrap .inside-wrap .cat-wrap p{margin-bottom:0;font-size:.8125rem;line-height:.9375rem;font-weight:500;color:#212121;text-transform:uppercase}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title{display:inline-block;font-weight:700;color:#212121;font-family:'Merriweather',serif;font-size:1rem;line-height:1.5rem;margin-bottom:8px}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title{font-size:1.25rem;line-height:1.625rem;margin-bottom:12px}}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .title:hover{text-decoration:underline}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt{font-size:.875rem;line-height:1.3125rem;font-weight:400;margin-bottom:8px}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .excerpt{margin-bottom:16px}}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more{line-height:1.125rem;vertical-align:middle;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover span{text-decoration:underline}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more span{color:#1862c4;font-size:.875rem;line-height:1.125rem;font-weight:700;vertical-align:middle}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more svg{width:18px;height:18px;vertical-align:middle;line-height:1.125rem}.archive-page .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,.single-post-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,section.single-event .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,section.single-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,.archive-investment .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,section.single-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,.archive-consultation .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,.page-template .container .archive-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,.archive-page .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,.single-post-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,section.single-event .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,section.single-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,.archive-investment .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,section.single-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,.archive-consultation .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover,.page-template .container .post-row .col-posts-list .single-post .single-post-row .col-text .text-wrap .read-more:hover{color:#0a6095}.archive-page .container .archive-row .col-events-list h1,.single-post-template .container .archive-row .col-events-list h1,section.single-event .container .archive-row .col-events-list h1,section.single-investment .container .archive-row .col-events-list h1,.archive-investment .container .archive-row .col-events-list h1,section.single-consultation .container .archive-row .col-events-list h1,.archive-consultation .container .archive-row .col-events-list h1,.page-template .container .archive-row .col-events-list h1,.archive-page .container .post-row .col-events-list h1,.single-post-template .container .post-row .col-events-list h1,section.single-event .container .post-row .col-events-list h1,section.single-investment .container .post-row .col-events-list h1,.archive-investment .container .post-row .col-events-list h1,section.single-consultation .container .post-row .col-events-list h1,.archive-consultation .container .post-row .col-events-list h1,.page-template .container .post-row .col-events-list h1{font-size:2rem;line-height:2.5rem;font-weight:700;margin-bottom:50px;color:#212121}.archive-page .container .archive-row .col-events-list .single-event,.single-post-template .container .archive-row .col-events-list .single-event,section.single-event .container .archive-row .col-events-list .single-event,section.single-investment .container .archive-row .col-events-list .single-event,.archive-investment .container .archive-row .col-events-list .single-event,section.single-consultation .container .archive-row .col-events-list .single-event,.archive-consultation .container .archive-row .col-events-list .single-event,.page-template .container .archive-row .col-events-list .single-event,.archive-page .container .post-row .col-events-list .single-event,.single-post-template .container .post-row .col-events-list .single-event,section.single-event .container .post-row .col-events-list .single-event,section.single-investment .container .post-row .col-events-list .single-event,.archive-investment .container .post-row .col-events-list .single-event,section.single-consultation .container .post-row .col-events-list .single-event,.archive-consultation .container .post-row .col-events-list .single-event,.page-template .container .post-row .col-events-list .single-event{padding:20px;background-color:#f1f6fc;margin-bottom:20px;margin-left:-16px;margin-right:-16px}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-events-list .single-event,.single-post-template .container .archive-row .col-events-list .single-event,section.single-event .container .archive-row .col-events-list .single-event,section.single-investment .container .archive-row .col-events-list .single-event,.archive-investment .container .archive-row .col-events-list .single-event,section.single-consultation .container .archive-row .col-events-list .single-event,.archive-consultation .container .archive-row .col-events-list .single-event,.page-template .container .archive-row .col-events-list .single-event,.archive-page .container .post-row .col-events-list .single-event,.single-post-template .container .post-row .col-events-list .single-event,section.single-event .container .post-row .col-events-list .single-event,section.single-investment .container .post-row .col-events-list .single-event,.archive-investment .container .post-row .col-events-list .single-event,section.single-consultation .container .post-row .col-events-list .single-event,.archive-consultation .container .post-row .col-events-list .single-event,.page-template .container .post-row .col-events-list .single-event{margin-left:0;margin-right:0}}.archive-page .container .archive-row .col-events-list .single-event .single-event-row,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row,section.single-event .container .archive-row .col-events-list .single-event .single-event-row,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row,.page-template .container .archive-row .col-events-list .single-event .single-event-row,.archive-page .container .post-row .col-events-list .single-event .single-event-row,.single-post-template .container .post-row .col-events-list .single-event .single-event-row,section.single-event .container .post-row .col-events-list .single-event .single-event-row,section.single-investment .container .post-row .col-events-list .single-event .single-event-row,.archive-investment .container .post-row .col-events-list .single-event .single-event-row,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row,.page-template .container .post-row .col-events-list .single-event .single-event-row{margin-left:-4px;margin-right:-4px}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-events-list .single-event .single-event-row,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row,section.single-event .container .archive-row .col-events-list .single-event .single-event-row,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row,.page-template .container .archive-row .col-events-list .single-event .single-event-row,.archive-page .container .post-row .col-events-list .single-event .single-event-row,.single-post-template .container .post-row .col-events-list .single-event .single-event-row,section.single-event .container .post-row .col-events-list .single-event .single-event-row,section.single-investment .container .post-row .col-events-list .single-event .single-event-row,.archive-investment .container .post-row .col-events-list .single-event .single-event-row,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row,.page-template .container .post-row .col-events-list .single-event .single-event-row{margin-left:-15px;margin-right:-15px}}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col,.page-template .container .post-row .col-events-list .single-event .single-event-row .col{padding-left:4px;padding-right:4px}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col,.page-template .container .post-row .col-events-list .single-event .single-event-row .col{padding-left:15px;padding-right:15px}}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap{width:100%;padding-top:110%;position:relative}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap img,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-img .img-wrap img{width:100%;height:100%;display:block;object-fit:cover;position:absolute;top:0;left:0;bottom:0;right:0}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap{padding:5px 10px;background-color:#f0bf1d;margin-bottom:8px;color:#212121;font-size:.8125rem;line-height:.9375rem;font-weight:700}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .date-wrap{font-size:.875rem;line-height:1.5rem;margin-bottom:20px}}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:8px;display:inline-block;font-family:'Merriweather',serif}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title{font-size:1.25rem;line-height:1.625rem;margin-bottom:12px}}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .title:hover{text-decoration:underline}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .excerpt{font-size:.875rem;line-height:1.3125rem;font-weight:400;margin-bottom:16px}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more{line-height:1.225rem;margin-bottom:23px;display:inline-block;vertical-align:middle;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (min-width: 768px){.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more{margin-bottom:44px}}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more:hover{text-decoration:underline}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more span{font-size:.875rem;line-height:1.125rem;font-weight:700;color:#1862c4;vertical-align:middle}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .read-more svg{width:18px;height:18px;vertical-align:middle;line-height:1.125rem}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap{margin-bottom:12px}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a{vertical-align:middle}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a:hover span{color:#0a6095}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a span{font-size:.875rem;line-height:1rem;font-weight:500;text-decoration:underline;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;vertical-align:middle}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .address-wrap a svg{width:16px;height:16px;line-height:1rem;vertical-align:middle}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours{line-height:1rem;margin-bottom:12px;vertical-align:middle}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours span{font-size:.875rem;line-height:1rem;font-weight:400;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;vertical-align:middle}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .hours svg{width:16px;height:16px;line-height:1rem;vertical-align:middle}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price{line-height:1rem;vertical-align:middle}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price span{font-size:.875rem;line-height:1rem;font-weight:400;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;vertical-align:middle}.archive-page .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,.single-post-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,section.single-event .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,section.single-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,.archive-investment .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,section.single-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,.archive-consultation .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,.page-template .container .archive-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,.archive-page .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,.single-post-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,section.single-event .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,section.single-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,.archive-investment .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,section.single-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,.archive-consultation .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg,.page-template .container .post-row .col-events-list .single-event .single-event-row .col-text .text-wrap .price svg{width:16px;height:16px;line-height:1rem;vertical-align:middle}.col-tourist-places{margin-bottom:100px}.col-tourist-places h1{font-size:2rem;line-height:2.5rem;font-weight:700;margin-bottom:52px;color:#212121}.col-tourist-places .term-title{font-size:1.5rem;line-height:2.5rem;font-weight:700;color:#212121;margin-bottom:16px}.col-tourist-places .tourist-place-archive-row{margin-right:-4px;margin-left:-4px;margin-bottom:24px}.col-tourist-places .tourist-place-archive-row .single-tourist-place{padding-right:4px;padding-left:4px;margin-bottom:8px}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap{height:100%;width:100%;padding:20px;background-color:#f1f6fc;margin-left:-16px;margin-right:-16px}@media only screen and (min-width: 768px){.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap{margin-left:0;margin-right:0}}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row{margin-right:-10px;margin-left:-10px}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col{padding-right:10px;padding-left:10px}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap{margin-left:-20px;margin-right:-20px;margin-bottom:16px}@media only screen and (min-width: 768px){.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap{margin-left:0;margin-right:0;margin-bottom:0}}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slide{display:block;position:relative;width:100%;padding-top:100%}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slide:hover .overlay-gradient{opacity:1}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slide img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slide .overlay-gradient{opacity:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (min-width: 768px){.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slide .overlay-gradient{opacity:0}}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slide .count{position:absolute;left:4px;bottom:4px;background-color:#f0bf1d;z-index:4;padding:4px;padding-right:8px;display:none}@media only screen and (min-width: 768px){.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slide .count{display:inline-block}}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slide .count svg{width:16px;height:16px;vertical-align:middle;line-height:1rem}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slide .count span{font-size:.8125rem;vertical-align:middle;line-height:1rem;font-weight:500;color:#212121}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slick-dots{list-style:none;text-align:center;position:absolute;bottom:13px;left:0;right:0;margin:auto}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slick-dots li{display:inline-block;margin-right:4px}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slick-dots li button{font-size:0;border-radius:100%;border:2px solid #fff;padding:0;line-height:0;width:10px;height:10px;background-color:transparent}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-img .slider-wrap .slick-dots li.slick-active button{background-color:#fff}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-text .text-wrap .title{font-size:1.125rem;line-height:1.5rem;font-weight:700;color:#212121;margin-bottom:16px}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-text .text-wrap .content-wrap p{font-size:.875rem;line-height:1.3125rem;color:#212121;font-weight:400;margin-bottom:21px}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-text .text-wrap .content-wrap p:last-of-type{margin-bottom:0}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-text .text-wrap .content-wrap p strong{font-weight:700}.col-tourist-places .tourist-place-archive-row .single-tourist-place .single-tourist-place-wrap .single-tourist-place-row .col-text .text-wrap .content-wrap a{font-weight:500;text-decoration:underline}.post-category-buttons{margin-bottom:32px}.post-category-buttons p{font-size:.875rem;line-height:.875rem;font-weight:700;margin-bottom:8px;color:#212121;text-transform:uppercase}.post-category-buttons a{padding:6px 20px;display:inline-block;margin-right:8px;margin-bottom:8px;background-color:#f1f6fc;font-size:.875rem;line-height:.875rem;font-weight:700;color:#212121;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.post-category-buttons a:hover{background-color:#f0aa1d}.post-category-buttons a.active{background-color:#f0bf1d}.category-sidebar{margin-bottom:40px;width:100%}.category-sidebar h2{text-transform:uppercase;font-size:1.125rem;line-height:2.5rem;font-weight:700;display:block;color:#212121;margin-bottom:10px}.category-sidebar>ul{list-style:none}.category-sidebar>ul>li>a{background-color:#e2e5ea;text-transform:uppercase;font-size:1rem;line-height:1.5rem;font-weight:700;padding:12px 24px;display:block;position:relative}.category-sidebar>ul>li>a::after{display:block;content:"";background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/sidebar-arrow-blue.svg);background-position:center;background-size:contain;background-repeat:no-repeat;width:24px;height:24px;display:inline-block;position:absolute;right:12px;top:0;bottom:0;margin:auto}@media only screen and (min-width: 992px){.category-sidebar>ul>li>a::after{display:none}}.category-sidebar>ul>li>a.active::after{transform:rotate(90deg)}.category-sidebar>ul>li>ul{list-style:none;display:none}@media only screen and (min-width: 992px){.category-sidebar>ul>li>ul{display:block}}.category-sidebar>ul>li>ul li{display:block;border-bottom:1px solid #b9c1c9}.category-sidebar>ul>li>ul li:first-of-type{border-top:1px solid #b9c1c9}.category-sidebar>ul>li>ul li a,.category-sidebar>ul>li>ul li .category-sidebar-element{padding:16px 20px;display:inline-block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:.875rem;line-height:1.0625rem;font-weight:700}.category-sidebar>ul>li>ul li a.active,.category-sidebar>ul>li>ul li .category-sidebar-element.active{text-decoration:underline;font-weight:700}.category-sidebar>ul>li>ul li a:hover,.category-sidebar>ul>li>ul li .category-sidebar-element:hover{text-decoration:underline}.single-post-template .col-single-post .single-post-wrap .meta-info-wrap{margin-bottom:24px}.single-post-template .col-single-post .single-post-wrap .meta-info-wrap .date-category-wrap{display:inline-block;background-color:#f1f6fc;border-left:3px solid #f0bf1d;padding:3px 10px}.single-post-template .col-single-post .single-post-wrap .meta-info-wrap .date-category-wrap .date{color:#212121;font-size:.8125rem;line-height:.9375rem;font-weight:500;display:inline-block}.single-post-template .col-single-post .single-post-wrap .meta-info-wrap .date-category-wrap .category{font-size:.8125rem;line-height:.9375rem;font-weight:500;display:inline-block;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.single-post-template .col-single-post .single-post-wrap .meta-info-wrap .date-category-wrap .category:hover{text-decoration:underline}.single-post-template .col-single-post .single-post-wrap .meta-info-wrap .date-category-wrap .print-wrap{float:right;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.single-post-template .col-single-post .single-post-wrap .meta-info-wrap .date-category-wrap .print-wrap svg,.single-post-template .col-single-post .single-post-wrap .meta-info-wrap .date-category-wrap .print-wrap span{vertical-align:middle;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.single-post-template .col-single-post .single-post-wrap .meta-info-wrap .date-category-wrap .print-wrap span{font-size:1rem;line-height:1.5rem;font-weight:700;color:#1862c4}.single-post-template .col-single-post .single-post-wrap .meta-info-wrap .date-category-wrap .print-wrap:hover{color:#0A6095;text-decoration:underline}.single-post-template .col-single-post .single-post-wrap .meta-info-wrap .date-category-wrap .print-wrap:hover span{color:#0A6095}.single-post-template .col-single-post .single-post-wrap h1{font-size:2rem;line-height:2.5rem;font-weight:700;color:#212121;margin-bottom:24px}.single-post-template .col-single-post .single-post-wrap .thumbnail-wrap{margin-bottom:40px}.single-post-template .col-single-post .single-post-wrap .thumbnail-wrap .image{display:block;width:auto;height:auto;margin-bottom:10px;max-height:480px}.single-post-template .col-single-post .single-post-wrap .thumbnail-wrap .photo-author{margin-bottom:10px}.single-post-template .col-single-post .single-post-wrap .thumbnail-wrap .photo-author span,.single-post-template .col-single-post .single-post-wrap .thumbnail-wrap .photo-author a{font-size:.8125rem;line-height:1.125rem;font-weight:400;color:#212121}.single-post-template .col-single-post .single-post-wrap .thumbnail-wrap .photo-author a{font-weight:500;text-decoration:underline;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.single-post-template .col-single-post .single-post-wrap .thumbnail-wrap .photo-author a:hover{color:#1862c4}.single-post-template .col-single-post .single-post-wrap .excerpt-wrap{margin-bottom:32px}.single-post-template .col-single-post .single-post-wrap .excerpt-wrap p{font-size:1.25rem;line-height:1.875rem;font-weight:700;color:#212121;margin-bottom:0}.single-post-template .col-single-post .single-post-wrap .post-content p{font-size:1rem;line-height:1.5rem;font-weight:400;margin-bottom:30px}.single-post-template .col-single-post .single-post-wrap .post-content p strong{font-weight:700}.single-post-template .col-single-post .single-post-wrap .post-content a{font-size:1rem;line-height:1.5rem;font-weight:500;text-decoration:underline;color:#212121;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.single-post-template .col-single-post .single-post-wrap .post-content a:hover{color:#1862c4}.single-post-template .col-single-post .single-post-wrap .post-content .wp-block-button__link{color:inherit;text-decoration:none}.single-post-template .col-single-post .single-post-wrap .post-content .wp-block-quote,.single-post-template .col-single-post .single-post-wrap .post-content .alert-block,.single-post-template .col-single-post .single-post-wrap .post-content .info-block{display:block;padding-left:40px;padding-right:25px;position:relative;margin-bottom:33px}.single-post-template .col-single-post .single-post-wrap .post-content .wp-block-quote::before,.single-post-template .col-single-post .single-post-wrap .post-content .alert-block::before,.single-post-template .col-single-post .single-post-wrap .post-content .info-block::before{position:absolute;display:block;content:"";background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/quote.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:24px;height:24px;left:13px;top:0}.single-post-template .col-single-post .single-post-wrap .post-content .wp-block-quote p,.single-post-template .col-single-post .single-post-wrap .post-content .alert-block p,.single-post-template .col-single-post .single-post-wrap .post-content .info-block p,.single-post-template .col-single-post .single-post-wrap .post-content .wp-block-quote cite,.single-post-template .col-single-post .single-post-wrap .post-content .alert-block cite,.single-post-template .col-single-post .single-post-wrap .post-content .info-block cite{display:block;padding-left:12px;font-size:1rem;line-height:1.5rem;font-weight:400}.single-post-template .col-single-post .single-post-wrap .post-content .wp-block-quote p,.single-post-template .col-single-post .single-post-wrap .post-content .wp-block-quote cite{font-style:italic;border-left:2px solid #edf0f4}.single-post-template .col-single-post .single-post-wrap .post-content .alert-block::before{background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/alert.svg)}.single-post-template .col-single-post .single-post-wrap .post-content .alert-block p{border-left:2px solid #ff6f00}.single-post-template .col-single-post .single-post-wrap .post-content .info-block::before{background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/info.svg)}.single-post-template .col-single-post .single-post-wrap .post-content .info-block p{border-left:2px solid #007fcd}.single-post-template .col-single-post .single-post-wrap .post-content .legal-block{padding:16px;background-color:#edf0f5;margin-bottom:33px}.single-post-template .col-single-post .single-post-wrap .post-content .legal-block .title{font-size:1rem;line-height:1.75rem;margin-bottom:16px}.single-post-template .col-single-post .single-post-wrap .post-content .legal-block p{margin-bottom:11px;padding-left:24px;padding-right:7px;position:relative;font-size:1rem;line-height:1.3125rem;font-weight:400}.single-post-template .col-single-post .single-post-wrap .post-content .legal-block p::before{position:absolute;display:block;content:"";left:0;top:0;width:16px;height:20px;background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/paragraph.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.single-post-template .col-single-post .single-post-wrap .post-content h2,.single-post-template .col-single-post .single-post-wrap .post-content h3,.single-post-template .col-single-post .single-post-wrap .post-content h4,.single-post-template .col-single-post .single-post-wrap .post-content h5,.single-post-template .col-single-post .single-post-wrap .post-content h6{font-weight:700;font-family:'Roboto',sans-serif}.single-post-template .col-single-post .single-post-wrap .post-content h2{font-size:1.875rem;line-height:2.25rem;margin-bottom:24px}.single-post-template .col-single-post .single-post-wrap .post-content h3{font-size:1.5rem;line-height:1.875rem;margin-bottom:16px}.single-post-template .col-single-post .single-post-wrap .post-content h4{font-size:1.25rem;line-height:1.875rem;margin-bottom:16px}.single-post-template .col-single-post .single-post-wrap .post-content h5{font-size:1.125rem;line-height:1.3125rem;margin-bottom:16px}.single-post-template .col-single-post .single-post-wrap .post-content h6{font-size:1rem;line-height:1.5rem;margin-bottom:8px}.single-post-template .col-single-post .single-post-wrap .post-content ul{margin-bottom:24px;padding-left:30px}.single-post-template .col-single-post .single-post-wrap .post-content ul li{font-size:1rem;line-height:1.5rem;margin-bottom:8px;position:relative;list-style:none}.single-post-template .col-single-post .single-post-wrap .post-content ul li::before{position:absolute;content:"";width:7px;height:7px;left:-15px;top:9px;border-radius:100%;background-color:#1862c4}.single-post-template .col-single-post .single-post-wrap .post-content ul li::marker{color:#1862c4}.single-post-template .col-single-post .single-post-wrap .post-content ul li ul{margin-bottom:0}.single-post-template .col-single-post .single-post-wrap .post-content ul li ul li::before{position:absolute;content:"";width:7px;height:7px;left:-15px;top:9px;border-radius:100%;background-color:transparent;border:1px solid #1862c4}.single-post-template .col-single-post .single-post-wrap .post-content ol{margin-bottom:16px;padding-left:40px}.single-post-template .col-single-post .single-post-wrap .post-content ol li{font-size:1rem;line-height:1.5rem;margin-bottom:8px}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-block{padding:24px 0}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-block .gallery-row{margin-left:-4px;margin-right:-4px}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-block .gallery-row .col{padding-left:4px;padding-right:4px;margin-bottom:8px}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-block .gallery-row .col a.img-wrap{display:block;width:100%;height:100%;padding-top:75%;position:relative}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-block .gallery-row .col a.img-wrap:hover .overlay{opacity:.2}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-block .gallery-row .col a.img-wrap .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-block .gallery-row .col a.img-wrap img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;object-fit:cover}.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap{margin-bottom:24px}.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .title span{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:14px;vertical-align:top}.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .title svg{vertical-align:top;margin-right:8px}.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-download,.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-link{margin-bottom:8px;padding-left:32px}.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-download svg,.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-link svg,.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-download a,.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-link a,.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-download span,.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-link span{vertical-align:middle}.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-download a,.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-link a{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:500;text-decoration:underline;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-download a:hover,.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-link a:hover{color:#0693e3}.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-download span,.single-post-template .col-single-post .single-post-wrap .post-content .download-wrap .single-link span{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:400}.single-post-template .col-single-post .single-post-wrap .post-content .author{margin-bottom:10px}.single-post-template .col-single-post .single-post-wrap .post-content .author p{font-size:.8125rem;line-height:.9375rem;font-weight:400;margin-bottom:0}.single-post-template .col-single-post .single-post-wrap .post-content .author p strong{font-weight:700}.single-post-template .col-single-post .single-post-wrap .post-content .sources{margin-bottom:10px}.single-post-template .col-single-post .single-post-wrap .post-content .sources div span{font-size:.8125rem;line-height:.9375rem;font-weight:400;font-weight:700}.single-post-template .col-single-post .single-post-wrap .post-content .sources div p{display:inline-block;font-size:.8125rem;line-height:.9375rem;font-weight:400;margin-bottom:0}.single-post-template .col-single-post .single-post-wrap .post-content .sources div a{font-size:.8125rem;line-height:.9375rem;font-weight:700;margin-bottom:0;text-decoration:underline}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-post-wrap{margin-bottom:45px;overflow:hidden}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-post-wrap .gallery-row{margin-left:-8px;margin-right:-8px}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-post-wrap .gallery-row .col-custom-5{padding-left:8px;padding-right:8px;margin-bottom:16px;width:50%;height:auto;float:left}@media only screen and (min-width: 992px){.single-post-template .col-single-post .single-post-wrap .post-content .gallery-post-wrap .gallery-row .col-custom-5{width:20%}}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-post-wrap .gallery-row .col-custom-5 .img-wrap{display:block;width:100%;height:100%;padding-top:100%;position:relative}.single-post-template .col-single-post .single-post-wrap .post-content .gallery-post-wrap .gallery-row .col-custom-5 .img-wrap img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover}.single-post-template .col-single-post .single-post-wrap .post-content .accordion-block .acc-header{text-decoration:none}.single-post-template .col-single-post .single-post-wrap .social-media-share{margin-top:40px;border-top:1px solid #b9c1c9;padding-top:24px;margin-bottom:50px}.single-post-template .col-single-post .single-post-wrap .social-media-share p{font-size:.875rem;line-height:1.5rem;font-weight:700;color:#212121;text-transform:uppercase;margin-bottom:10px}.single-post-template .col-single-post .single-post-wrap .social-media-share .share-buttons{font-size:0}.single-post-template .col-single-post .single-post-wrap .social-media-share .share-buttons .share-btn{display:inline-block;width:24px;height:24px;margin-right:16px}.single-post-template .col-single-post .single-post-wrap .social-media-share .share-buttons .share-btn svg{width:100%;height:100%}.single-post-template .col-single-post .single-post-wrap .social-media-share .print-wrap{line-height:1.5rem;float:right;margin-top:34px}@media only screen and (min-width: 768px){.single-post-template .col-single-post .single-post-wrap .social-media-share .print-wrap{margin-top:0}}.single-post-template .col-single-post .single-post-wrap .social-media-share .print-wrap svg{width:24px;height:24px;vertical-align:middle}.single-post-template .col-single-post .single-post-wrap .social-media-share .print-wrap span{font-size:.8125rem;line-height:1.5rem;font-weight:700;color:#212121;text-transform:uppercase;vertical-align:middle}.single-post-template .col-single-post .single-post-wrap .prev-next-post-wrap{margin-bottom:64px}.single-post-template .col-single-post .single-post-wrap .prev-next-post-wrap .row .col a.prev svg{transform:rotate(180deg)}.single-post-template .col-single-post .single-post-wrap .prev-next-post-wrap .row .col a.next{float:right}.single-post-template .col-single-post .single-post-wrap .prev-next-post-wrap .row .col a span{font-size:1rem;line-height:1rem;vertical-align:middle;font-weight:700;color:#1862c4}.single-post-template .col-single-post .single-post-wrap .prev-next-post-wrap .row .col a span:hover{text-decoration:underline}.single-post-template .col-single-post .single-post-wrap .prev-next-post-wrap .row .col a svg{line-height:1rem;height:16px;width:16px;vertical-align:middle}.single-event-buttons{margin-bottom:8px}.single-event-buttons .container{text-align:right}.single-event-buttons .container a{line-height:1.5rem;vertical-align:top;display:none}.single-event-buttons .container a:first-of-type{display:inline-block;margin-left:15px}@media only screen and (min-width: 768px){.single-event-buttons .container a:first-of-type{float:none;margin-left:0}}.single-event-buttons .container a svg{width:24px;height:24px;line-height:1.5rem;vertical-align:top}.single-event-buttons .container a span{font-size:.875rem;font-weight:700;line-height:1.5rem;color:#212121;vertical-align:top}@media only screen and (max-width: 1199px){.single-event .container{padding-left:0;padding-right:0}}.single-event .container .single-event-wrap{background-color:#edf0f5;padding:20px;margin-bottom:32px;margin-right:-16px;margin-left:-16px}@media only screen and (min-width: 768px){.single-event .container .single-event-wrap{margin-right:0;margin-left:0}}@media only screen and (min-width: 992px){.single-event .container .single-event-wrap{padding:32px 28px}}.single-event .container .single-event-wrap .event-row .col-left .date{display:block;padding:6px 14px;font-size:.875rem;line-height:1.5rem;font-weight:700;color:#212121;background-color:#f0bf1d;margin-bottom:24px}.single-event .container .single-event-wrap .event-row .col-left h1{font-size:1.5rem;line-height:2rem;font-weight:700;margin-bottom:32px}.single-event .container .single-event-wrap .event-row .col-left .meta-info-wrap{margin-bottom:32px}.single-event .container .single-event-wrap .event-row .col-left .meta-info-wrap .row{margin-bottom:10px}.single-event .container .single-event-wrap .event-row .col-left .meta-info-wrap .row .col p{font-size:.875rem;line-height:1.5rem;margin-bottom:0}.single-event .container .single-event-wrap .event-row .col-left .meta-info-wrap .row .col p strong{font-weight:500}.single-event .container .single-event-wrap .event-row .col-left .meta-info-wrap .row .col .address span{font-size:.875rem;line-height:1.5rem;font-weight:500;text-decoration:underline}.single-event .container .single-event-wrap .event-row .col-left .meta-info-wrap .row .col .address svg{vertical-align:middle}.single-event .container .single-event-wrap .event-row .col-left .content-wrap p{font-size:.875rem;line-height:1.3125rem;font-weight:400;margin-bottom:20px;word-break:break-word;color:#212121}.single-event .container .single-event-wrap .event-row .col-left .gallery-wrap{margin-bottom:32px}.single-event .container .single-event-wrap .event-row .col-left .gallery-wrap .gallery-row{margin-left:-4px;margin-right:-4px}.single-event .container .single-event-wrap .event-row .col-left .gallery-wrap .gallery-row .col{padding-left:4px;padding-right:4px;margin-bottom:8px}.single-event .container .single-event-wrap .event-row .col-left .gallery-wrap .gallery-row .col .img-wrap{display:block;width:100%;height:100%;padding-top:75%;position:relative}.single-event .container .single-event-wrap .event-row .col-left .gallery-wrap .gallery-row .col .img-wrap img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;object-fit:cover}.single-event .container .single-event-wrap .event-row .col-left .social-media-share{margin-bottom:14px}.single-event .container .single-event-wrap .event-row .col-left .social-media-share p{font-size:.875rem;line-height:1.5rem;font-weight:700;color:#212121;text-transform:uppercase;margin-bottom:10px}.single-event .container .single-event-wrap .event-row .col-left .social-media-share .share-buttons{font-size:0}.single-event .container .single-event-wrap .event-row .col-left .social-media-share .share-buttons .share-btn{display:inline-block;width:24px;height:24px;margin-right:16px}.single-event .container .single-event-wrap .event-row .col-left .social-media-share .share-buttons .share-btn svg{width:100%;height:100%}.single-event .container .single-event-wrap .event-row .col-right .img-wrap{width:100%;display:block;margin-bottom:12px}.single-event .container .single-event-wrap .event-row .col-right .img-wrap img{display:block;width:100%;height:100%;object-fit:contain}.single-event .container .single-event-wrap .event-row .col-right .photo-author{margin-bottom:8px}.single-event .container .single-event-wrap .event-row .col-right .photo-author span,.single-event .container .single-event-wrap .event-row .col-right .photo-author a{font-size:.8125rem;line-height:1.3125rem;color:#212121;font-weight:400}.single-event .container .single-event-wrap .event-row .col-right .photo-author a{font-weight:500;text-decoration:underline}.single-event .container .prev-next-post-wrap{margin-bottom:64px}@media only screen and (max-width: 1199px){.single-event .container .prev-next-post-wrap{padding-left:20px;padding-right:20px}}.single-event .container .prev-next-post-wrap .row .col a.prev svg{transform:rotate(180deg)}.single-event .container .prev-next-post-wrap .row .col a.next{float:right}.single-event .container .prev-next-post-wrap .row .col a span{font-size:1rem;line-height:1rem;vertical-align:middle;font-weight:700;color:#1862c4}.single-event .container .prev-next-post-wrap .row .col a span:hover{text-decoration:underline}.single-event .container .prev-next-post-wrap .row .col a svg{line-height:1rem;height:16px;width:16px;vertical-align:middle}.single-investment .single-investment-wrap,.single-consultation .single-investment-wrap,.single-investment .single-consultation-wrap,.single-consultation .single-consultation-wrap{margin-bottom:32px}.single-investment .single-investment-wrap .content-row .content-wrap p,.single-consultation .single-investment-wrap .content-row .content-wrap p,.single-investment .single-consultation-wrap .content-row .content-wrap p,.single-consultation .single-consultation-wrap .content-row .content-wrap p{font-size:1rem;line-height:1.5rem;font-weight:400;margin-bottom:16px;color:#212121}.single-investment .single-investment-wrap .content-row .content-wrap a,.single-consultation .single-investment-wrap .content-row .content-wrap a,.single-investment .single-consultation-wrap .content-row .content-wrap a,.single-consultation .single-consultation-wrap .content-row .content-wrap a{font-size:1rem;line-height:1.5rem;font-weight:500;text-decoration:underline;color:#212121;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.single-investment .single-investment-wrap .content-row .content-wrap a:hover,.single-consultation .single-investment-wrap .content-row .content-wrap a:hover,.single-investment .single-consultation-wrap .content-row .content-wrap a:hover,.single-consultation .single-consultation-wrap .content-row .content-wrap a:hover{color:#1862c4}.single-investment .single-investment-wrap .content-row .content-wrap .wp-block-image,.single-consultation .single-investment-wrap .content-row .content-wrap .wp-block-image,.single-investment .single-consultation-wrap .content-row .content-wrap .wp-block-image,.single-consultation .single-consultation-wrap .content-row .content-wrap .wp-block-image{text-align:center}.single-investment .single-investment-wrap .content-row .content-wrap .wp-block-image img,.single-consultation .single-investment-wrap .content-row .content-wrap .wp-block-image img,.single-investment .single-consultation-wrap .content-row .content-wrap .wp-block-image img,.single-consultation .single-consultation-wrap .content-row .content-wrap .wp-block-image img{display:inline-block}.single-investment .single-investment-wrap .content-row .download-wrap,.single-consultation .single-investment-wrap .content-row .download-wrap,.single-investment .single-consultation-wrap .content-row .download-wrap,.single-consultation .single-consultation-wrap .content-row .download-wrap{margin-bottom:24px}.single-investment .single-investment-wrap .content-row .download-wrap .title span,.single-consultation .single-investment-wrap .content-row .download-wrap .title span,.single-investment .single-consultation-wrap .content-row .download-wrap .title span,.single-consultation .single-consultation-wrap .content-row .download-wrap .title span{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:14px;vertical-align:top}.single-investment .single-investment-wrap .content-row .download-wrap .title svg,.single-consultation .single-investment-wrap .content-row .download-wrap .title svg,.single-investment .single-consultation-wrap .content-row .download-wrap .title svg,.single-consultation .single-consultation-wrap .content-row .download-wrap .title svg{vertical-align:top;margin-right:8px}.single-investment .single-investment-wrap .content-row .download-wrap .single-download,.single-consultation .single-investment-wrap .content-row .download-wrap .single-download,.single-investment .single-consultation-wrap .content-row .download-wrap .single-download,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-download,.single-investment .single-investment-wrap .content-row .download-wrap .single-link,.single-consultation .single-investment-wrap .content-row .download-wrap .single-link,.single-investment .single-consultation-wrap .content-row .download-wrap .single-link,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-link{margin-bottom:8px;padding-left:32px}.single-investment .single-investment-wrap .content-row .download-wrap .single-download svg,.single-consultation .single-investment-wrap .content-row .download-wrap .single-download svg,.single-investment .single-consultation-wrap .content-row .download-wrap .single-download svg,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-download svg,.single-investment .single-investment-wrap .content-row .download-wrap .single-link svg,.single-consultation .single-investment-wrap .content-row .download-wrap .single-link svg,.single-investment .single-consultation-wrap .content-row .download-wrap .single-link svg,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-link svg,.single-investment .single-investment-wrap .content-row .download-wrap .single-download a,.single-consultation .single-investment-wrap .content-row .download-wrap .single-download a,.single-investment .single-consultation-wrap .content-row .download-wrap .single-download a,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-download a,.single-investment .single-investment-wrap .content-row .download-wrap .single-link a,.single-consultation .single-investment-wrap .content-row .download-wrap .single-link a,.single-investment .single-consultation-wrap .content-row .download-wrap .single-link a,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-link a,.single-investment .single-investment-wrap .content-row .download-wrap .single-download span,.single-consultation .single-investment-wrap .content-row .download-wrap .single-download span,.single-investment .single-consultation-wrap .content-row .download-wrap .single-download span,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-download span,.single-investment .single-investment-wrap .content-row .download-wrap .single-link span,.single-consultation .single-investment-wrap .content-row .download-wrap .single-link span,.single-investment .single-consultation-wrap .content-row .download-wrap .single-link span,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-link span{vertical-align:middle}.single-investment .single-investment-wrap .content-row .download-wrap .single-download a,.single-consultation .single-investment-wrap .content-row .download-wrap .single-download a,.single-investment .single-consultation-wrap .content-row .download-wrap .single-download a,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-download a,.single-investment .single-investment-wrap .content-row .download-wrap .single-link a,.single-consultation .single-investment-wrap .content-row .download-wrap .single-link a,.single-investment .single-consultation-wrap .content-row .download-wrap .single-link a,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-link a{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:500;text-decoration:underline;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.single-investment .single-investment-wrap .content-row .download-wrap .single-download a:hover,.single-consultation .single-investment-wrap .content-row .download-wrap .single-download a:hover,.single-investment .single-consultation-wrap .content-row .download-wrap .single-download a:hover,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-download a:hover,.single-investment .single-investment-wrap .content-row .download-wrap .single-link a:hover,.single-consultation .single-investment-wrap .content-row .download-wrap .single-link a:hover,.single-investment .single-consultation-wrap .content-row .download-wrap .single-link a:hover,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-link a:hover{color:#0693e3}.single-investment .single-investment-wrap .content-row .download-wrap .single-download span,.single-consultation .single-investment-wrap .content-row .download-wrap .single-download span,.single-investment .single-consultation-wrap .content-row .download-wrap .single-download span,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-download span,.single-investment .single-investment-wrap .content-row .download-wrap .single-link span,.single-consultation .single-investment-wrap .content-row .download-wrap .single-link span,.single-investment .single-consultation-wrap .content-row .download-wrap .single-link span,.single-consultation .single-consultation-wrap .content-row .download-wrap .single-link span{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:400}.single-investment .single-investment-wrap .content-row .gallery-wrap .gallery-row,.single-consultation .single-investment-wrap .content-row .gallery-wrap .gallery-row,.single-investment .single-consultation-wrap .content-row .gallery-wrap .gallery-row,.single-consultation .single-consultation-wrap .content-row .gallery-wrap .gallery-row{margin-left:-4px;margin-right:-4px}.single-investment .single-investment-wrap .content-row .gallery-wrap .gallery-row .col,.single-consultation .single-investment-wrap .content-row .gallery-wrap .gallery-row .col,.single-investment .single-consultation-wrap .content-row .gallery-wrap .gallery-row .col,.single-consultation .single-consultation-wrap .content-row .gallery-wrap .gallery-row .col{padding-left:4px;padding-right:4px;margin-bottom:8px}.single-investment .single-investment-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap,.single-consultation .single-investment-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap,.single-investment .single-consultation-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap,.single-consultation .single-consultation-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap{display:block;width:100%;height:100%;padding-top:75%;position:relative}.single-investment .single-investment-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap:hover .overlay-gradient,.single-consultation .single-investment-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap:hover .overlay-gradient,.single-investment .single-consultation-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap:hover .overlay-gradient,.single-consultation .single-consultation-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap:hover .overlay-gradient{background-image:linear-gradient(to top, #000000 1%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 99%)}.single-investment .single-investment-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap img,.single-consultation .single-investment-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap img,.single-investment .single-consultation-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap img,.single-consultation .single-consultation-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;object-fit:cover}.single-investment .single-investment-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap .overlay-gradient,.single-consultation .single-investment-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap .overlay-gradient,.single-investment .single-consultation-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap .overlay-gradient,.single-consultation .single-consultation-wrap .content-row .gallery-wrap .gallery-row .col .img-wrap .overlay-gradient{display:block;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0}.single-investment .single-investment-wrap .content-row .social-media-share,.single-consultation .single-investment-wrap .content-row .social-media-share,.single-investment .single-consultation-wrap .content-row .social-media-share,.single-consultation .single-consultation-wrap .content-row .social-media-share{margin-top:40px;border-top:1px solid #b9c1c9;padding-top:24px;margin-bottom:50px}.single-investment .single-investment-wrap .content-row .social-media-share p,.single-consultation .single-investment-wrap .content-row .social-media-share p,.single-investment .single-consultation-wrap .content-row .social-media-share p,.single-consultation .single-consultation-wrap .content-row .social-media-share p{font-size:.875rem;line-height:1.5rem;font-weight:700;color:#212121;text-transform:uppercase;margin-bottom:10px}.single-investment .single-investment-wrap .content-row .social-media-share .share-buttons,.single-consultation .single-investment-wrap .content-row .social-media-share .share-buttons,.single-investment .single-consultation-wrap .content-row .social-media-share .share-buttons,.single-consultation .single-consultation-wrap .content-row .social-media-share .share-buttons{font-size:0}.single-investment .single-investment-wrap .content-row .social-media-share .share-buttons .share-btn,.single-consultation .single-investment-wrap .content-row .social-media-share .share-buttons .share-btn,.single-investment .single-consultation-wrap .content-row .social-media-share .share-buttons .share-btn,.single-consultation .single-consultation-wrap .content-row .social-media-share .share-buttons .share-btn{display:inline-block;width:24px;height:24px;margin-right:16px}.single-investment .single-investment-wrap .content-row .social-media-share .share-buttons .share-btn svg,.single-consultation .single-investment-wrap .content-row .social-media-share .share-buttons .share-btn svg,.single-investment .single-consultation-wrap .content-row .social-media-share .share-buttons .share-btn svg,.single-consultation .single-consultation-wrap .content-row .social-media-share .share-buttons .share-btn svg{width:100%;height:100%}.single-investment .single-investment-wrap .content-row .social-media-share .print-wrap,.single-consultation .single-investment-wrap .content-row .social-media-share .print-wrap,.single-investment .single-consultation-wrap .content-row .social-media-share .print-wrap,.single-consultation .single-consultation-wrap .content-row .social-media-share .print-wrap{display:inline-block;line-height:1.5rem;vertical-align:middle}@media only screen and (min-width: 768px){.single-investment .single-investment-wrap .content-row .social-media-share .print-wrap,.single-consultation .single-investment-wrap .content-row .social-media-share .print-wrap,.single-investment .single-consultation-wrap .content-row .social-media-share .print-wrap,.single-consultation .single-consultation-wrap .content-row .social-media-share .print-wrap{float:right}}.single-investment .single-investment-wrap .content-row .social-media-share .print-wrap svg,.single-consultation .single-investment-wrap .content-row .social-media-share .print-wrap svg,.single-investment .single-consultation-wrap .content-row .social-media-share .print-wrap svg,.single-consultation .single-consultation-wrap .content-row .social-media-share .print-wrap svg{width:24px;height:24px;vertical-align:middle}.single-investment .single-investment-wrap .content-row .social-media-share .print-wrap span,.single-consultation .single-investment-wrap .content-row .social-media-share .print-wrap span,.single-investment .single-consultation-wrap .content-row .social-media-share .print-wrap span,.single-consultation .single-consultation-wrap .content-row .social-media-share .print-wrap span{font-size:.8125rem;line-height:1.5rem;font-weight:700;color:#212121;text-transform:uppercase;vertical-align:middle}.single-investment .single-investment-wrap .investment-row,.single-consultation .single-investment-wrap .investment-row,.single-investment .single-consultation-wrap .investment-row,.single-consultation .single-consultation-wrap .investment-row,.single-investment .single-investment-wrap .consultation-row,.single-consultation .single-investment-wrap .consultation-row,.single-investment .single-consultation-wrap .consultation-row,.single-consultation .single-consultation-wrap .consultation-row{margin-bottom:32px}.single-investment .single-investment-wrap .investment-row .col-header h1,.single-consultation .single-investment-wrap .investment-row .col-header h1,.single-investment .single-consultation-wrap .investment-row .col-header h1,.single-consultation .single-consultation-wrap .investment-row .col-header h1,.single-investment .single-investment-wrap .consultation-row .col-header h1,.single-consultation .single-investment-wrap .consultation-row .col-header h1,.single-investment .single-consultation-wrap .consultation-row .col-header h1,.single-consultation .single-consultation-wrap .consultation-row .col-header h1{font-size:2.25rem;line-height:2.625rem;font-weight:700;margin-bottom:40px}.single-investment .single-investment-wrap .investment-row .col-left .meta-info-wrap,.single-consultation .single-investment-wrap .investment-row .col-left .meta-info-wrap,.single-investment .single-consultation-wrap .investment-row .col-left .meta-info-wrap,.single-consultation .single-consultation-wrap .investment-row .col-left .meta-info-wrap,.single-investment .single-investment-wrap .consultation-row .col-left .meta-info-wrap,.single-consultation .single-investment-wrap .consultation-row .col-left .meta-info-wrap,.single-investment .single-consultation-wrap .consultation-row .col-left .meta-info-wrap,.single-consultation .single-consultation-wrap .consultation-row .col-left .meta-info-wrap{margin-bottom:24px}.single-investment .single-investment-wrap .investment-row .col-left .meta-info-wrap .row,.single-consultation .single-investment-wrap .investment-row .col-left .meta-info-wrap .row,.single-investment .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row,.single-consultation .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row,.single-investment .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row,.single-consultation .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row,.single-investment .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row,.single-consultation .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row{margin-bottom:8px}.single-investment .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p,.single-consultation .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p,.single-investment .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p,.single-consultation .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p,.single-investment .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p,.single-consultation .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p,.single-investment .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p,.single-consultation .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p{font-size:1rem;line-height:1.5rem;margin-bottom:0}.single-investment .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status,.single-consultation .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status,.single-investment .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status,.single-consultation .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status,.single-investment .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status,.single-consultation .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status,.single-investment .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status,.single-consultation .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status{display:inline-block;color:#fff;font-size:.875rem;line-height:1.3125rem;font-weight:600;background-color:#1862c4;padding:4px}.single-investment .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.planowane,.single-consultation .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.planowane,.single-investment .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.planowane,.single-consultation .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.planowane,.single-investment .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.planowane,.single-consultation .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.planowane,.single-investment .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.planowane,.single-consultation .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.planowane{background-color:#6b409d}.single-investment .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.zakonczone,.single-consultation .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.zakonczone,.single-investment .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.zakonczone,.single-consultation .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.zakonczone,.single-investment .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.zakonczone,.single-consultation .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.zakonczone,.single-investment .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.zakonczone,.single-consultation .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.zakonczone{background-color:#07884c}.single-investment .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.otwarte,.single-consultation .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.otwarte,.single-investment .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.otwarte,.single-consultation .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p.consultation-status.otwarte,.single-investment .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.otwarte,.single-consultation .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.otwarte,.single-investment .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.otwarte,.single-consultation .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p.consultation-status.otwarte{background-color:#007bc7}.single-investment .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p strong,.single-consultation .single-investment-wrap .investment-row .col-left .meta-info-wrap .row .col p strong,.single-investment .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p strong,.single-consultation .single-consultation-wrap .investment-row .col-left .meta-info-wrap .row .col p strong,.single-investment .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p strong,.single-consultation .single-investment-wrap .consultation-row .col-left .meta-info-wrap .row .col p strong,.single-investment .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p strong,.single-consultation .single-consultation-wrap .consultation-row .col-left .meta-info-wrap .row .col p strong{font-weight:600}.single-investment .single-investment-wrap .investment-row .col-left .content-wrap p,.single-consultation .single-investment-wrap .investment-row .col-left .content-wrap p,.single-investment .single-consultation-wrap .investment-row .col-left .content-wrap p,.single-consultation .single-consultation-wrap .investment-row .col-left .content-wrap p,.single-investment .single-investment-wrap .consultation-row .col-left .content-wrap p,.single-consultation .single-investment-wrap .consultation-row .col-left .content-wrap p,.single-investment .single-consultation-wrap .consultation-row .col-left .content-wrap p,.single-consultation .single-consultation-wrap .consultation-row .col-left .content-wrap p{font-size:1rem;line-height:1.5rem;font-weight:400;margin-bottom:32px}.single-investment .single-investment-wrap .investment-row .col-left .content-wrap a,.single-consultation .single-investment-wrap .investment-row .col-left .content-wrap a,.single-investment .single-consultation-wrap .investment-row .col-left .content-wrap a,.single-consultation .single-consultation-wrap .investment-row .col-left .content-wrap a,.single-investment .single-investment-wrap .consultation-row .col-left .content-wrap a,.single-consultation .single-investment-wrap .consultation-row .col-left .content-wrap a,.single-investment .single-consultation-wrap .consultation-row .col-left .content-wrap a,.single-consultation .single-consultation-wrap .consultation-row .col-left .content-wrap a{font-size:1rem;line-height:1.5rem;font-weight:600;text-decoration:underline}.single-investment .single-investment-wrap .investment-row .col-left .download-wrap,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap{margin-bottom:24px}.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .title span,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .title span,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .title span,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .title span,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .title span,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .title span,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .title span,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .title span{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:14px;vertical-align:top}.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .title svg,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .title svg,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .title svg,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .title svg,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .title svg,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .title svg,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .title svg,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .title svg{vertical-align:top;margin-right:8px}.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-download,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-download,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-download,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-download,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-download,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-download,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download,.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-link,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-link,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-link,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-link,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-link,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-link,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link{margin-bottom:8px;padding-left:32px}.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-download svg,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-download svg,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-download svg,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-download svg,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-download svg,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-download svg,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download svg,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download svg,.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-link svg,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-link svg,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-link svg,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-link svg,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-link svg,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-link svg,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link svg,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link svg,.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-download a,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-download a,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-download a,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-download a,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-download a,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-download a,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download a,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download a,.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-link a,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-link a,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-link a,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-link a,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-link a,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-link a,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link a,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link a,.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-download span,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-download span,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-download span,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-download span,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-download span,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-download span,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download span,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download span,.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-link span,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-link span,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-link span,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-link span,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-link span,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-link span,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link span,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link span{vertical-align:middle}.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-download a,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-download a,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-download a,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-download a,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-download a,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-download a,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download a,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download a,.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-link a,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-link a,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-link a,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-link a,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-link a,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-link a,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link a,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link a{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:500;text-decoration:underline;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-download a:hover,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-download a:hover,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-download a:hover,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-download a:hover,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-download a:hover,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-download a:hover,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download a:hover,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download a:hover,.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-link a:hover,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-link a:hover,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-link a:hover,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-link a:hover,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-link a:hover,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-link a:hover,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link a:hover,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link a:hover{color:#0693e3}.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-download span,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-download span,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-download span,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-download span,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-download span,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-download span,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download span,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-download span,.single-investment .single-investment-wrap .investment-row .col-left .download-wrap .single-link span,.single-consultation .single-investment-wrap .investment-row .col-left .download-wrap .single-link span,.single-investment .single-consultation-wrap .investment-row .col-left .download-wrap .single-link span,.single-consultation .single-consultation-wrap .investment-row .col-left .download-wrap .single-link span,.single-investment .single-investment-wrap .consultation-row .col-left .download-wrap .single-link span,.single-consultation .single-investment-wrap .consultation-row .col-left .download-wrap .single-link span,.single-investment .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link span,.single-consultation .single-consultation-wrap .consultation-row .col-left .download-wrap .single-link span{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:400}.single-investment .single-investment-wrap .investment-row .col-left .gallery-wrap .gallery-row,.single-consultation .single-investment-wrap .investment-row .col-left .gallery-wrap .gallery-row,.single-investment .single-consultation-wrap .investment-row .col-left .gallery-wrap .gallery-row,.single-consultation .single-consultation-wrap .investment-row .col-left .gallery-wrap .gallery-row,.single-investment .single-investment-wrap .consultation-row .col-left .gallery-wrap .gallery-row,.single-consultation .single-investment-wrap .consultation-row .col-left .gallery-wrap .gallery-row,.single-investment .single-consultation-wrap .consultation-row .col-left .gallery-wrap .gallery-row,.single-consultation .single-consultation-wrap .consultation-row .col-left .gallery-wrap .gallery-row{margin-left:-4px;margin-right:-4px}.single-investment .single-investment-wrap .investment-row .col-left .gallery-wrap .gallery-row .col,.single-consultation .single-investment-wrap .investment-row .col-left .gallery-wrap .gallery-row .col,.single-investment .single-consultation-wrap .investment-row .col-left .gallery-wrap .gallery-row .col,.single-consultation .single-consultation-wrap .investment-row .col-left .gallery-wrap .gallery-row .col,.single-investment .single-investment-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col,.single-consultation .single-investment-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col,.single-investment .single-consultation-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col,.single-consultation .single-consultation-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col{padding-left:4px;padding-right:4px;margin-bottom:8px}.single-investment .single-investment-wrap .investment-row .col-left .gallery-wrap .gallery-row .col .img-wrap,.single-consultation .single-investment-wrap .investment-row .col-left .gallery-wrap .gallery-row .col .img-wrap,.single-investment .single-consultation-wrap .investment-row .col-left .gallery-wrap .gallery-row .col .img-wrap,.single-consultation .single-consultation-wrap .investment-row .col-left .gallery-wrap .gallery-row .col .img-wrap,.single-investment .single-investment-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col .img-wrap,.single-consultation .single-investment-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col .img-wrap,.single-investment .single-consultation-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col .img-wrap,.single-consultation .single-consultation-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col .img-wrap{display:block;width:100%;height:100%;padding-top:75%;position:relative}.single-investment .single-investment-wrap .investment-row .col-left .gallery-wrap .gallery-row .col .img-wrap img,.single-consultation .single-investment-wrap .investment-row .col-left .gallery-wrap .gallery-row .col .img-wrap img,.single-investment .single-consultation-wrap .investment-row .col-left .gallery-wrap .gallery-row .col .img-wrap img,.single-consultation .single-consultation-wrap .investment-row .col-left .gallery-wrap .gallery-row .col .img-wrap img,.single-investment .single-investment-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col .img-wrap img,.single-consultation .single-investment-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col .img-wrap img,.single-investment .single-consultation-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col .img-wrap img,.single-consultation .single-consultation-wrap .consultation-row .col-left .gallery-wrap .gallery-row .col .img-wrap img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;object-fit:cover}.single-investment .single-investment-wrap .investment-row .col-right .img-wrap,.single-consultation .single-investment-wrap .investment-row .col-right .img-wrap,.single-investment .single-consultation-wrap .investment-row .col-right .img-wrap,.single-consultation .single-consultation-wrap .investment-row .col-right .img-wrap,.single-investment .single-investment-wrap .consultation-row .col-right .img-wrap,.single-consultation .single-investment-wrap .consultation-row .col-right .img-wrap,.single-investment .single-consultation-wrap .consultation-row .col-right .img-wrap,.single-consultation .single-consultation-wrap .consultation-row .col-right .img-wrap{width:100%;display:block;margin-bottom:12px}.single-investment .single-investment-wrap .investment-row .col-right .img-wrap img,.single-consultation .single-investment-wrap .investment-row .col-right .img-wrap img,.single-investment .single-consultation-wrap .investment-row .col-right .img-wrap img,.single-consultation .single-consultation-wrap .investment-row .col-right .img-wrap img,.single-investment .single-investment-wrap .consultation-row .col-right .img-wrap img,.single-consultation .single-investment-wrap .consultation-row .col-right .img-wrap img,.single-investment .single-consultation-wrap .consultation-row .col-right .img-wrap img,.single-consultation .single-consultation-wrap .consultation-row .col-right .img-wrap img{display:block;width:100%;height:100%}.single-investment .single-investment-wrap .investment-row .col-right .photo-author,.single-consultation .single-investment-wrap .investment-row .col-right .photo-author,.single-investment .single-consultation-wrap .investment-row .col-right .photo-author,.single-consultation .single-consultation-wrap .investment-row .col-right .photo-author,.single-investment .single-investment-wrap .consultation-row .col-right .photo-author,.single-consultation .single-investment-wrap .consultation-row .col-right .photo-author,.single-investment .single-consultation-wrap .consultation-row .col-right .photo-author,.single-consultation .single-consultation-wrap .consultation-row .col-right .photo-author{margin-bottom:8px}.single-investment .single-investment-wrap .investment-row .col-right .photo-author span,.single-consultation .single-investment-wrap .investment-row .col-right .photo-author span,.single-investment .single-consultation-wrap .investment-row .col-right .photo-author span,.single-consultation .single-consultation-wrap .investment-row .col-right .photo-author span,.single-investment .single-investment-wrap .consultation-row .col-right .photo-author span,.single-consultation .single-investment-wrap .consultation-row .col-right .photo-author span,.single-investment .single-consultation-wrap .consultation-row .col-right .photo-author span,.single-consultation .single-consultation-wrap .consultation-row .col-right .photo-author span,.single-investment .single-investment-wrap .investment-row .col-right .photo-author a,.single-consultation .single-investment-wrap .investment-row .col-right .photo-author a,.single-investment .single-consultation-wrap .investment-row .col-right .photo-author a,.single-consultation .single-consultation-wrap .investment-row .col-right .photo-author a,.single-investment .single-investment-wrap .consultation-row .col-right .photo-author a,.single-consultation .single-investment-wrap .consultation-row .col-right .photo-author a,.single-investment .single-consultation-wrap .consultation-row .col-right .photo-author a,.single-consultation .single-consultation-wrap .consultation-row .col-right .photo-author a{font-size:.8125rem;line-height:1.3125rem;font-weight:400;color:#212121}.single-investment .single-investment-wrap .investment-row .col-right .photo-author a,.single-consultation .single-investment-wrap .investment-row .col-right .photo-author a,.single-investment .single-consultation-wrap .investment-row .col-right .photo-author a,.single-consultation .single-consultation-wrap .investment-row .col-right .photo-author a,.single-investment .single-investment-wrap .consultation-row .col-right .photo-author a,.single-consultation .single-investment-wrap .consultation-row .col-right .photo-author a,.single-investment .single-consultation-wrap .consultation-row .col-right .photo-author a,.single-consultation .single-consultation-wrap .consultation-row .col-right .photo-author a{font-weight:500;text-decoration:underline}.single-investment .prev-next-post-wrap,.single-consultation .prev-next-post-wrap{margin-bottom:64px}.single-investment .prev-next-post-wrap .row .col a.prev svg,.single-consultation .prev-next-post-wrap .row .col a.prev svg{transform:rotate(180deg)}.single-investment .prev-next-post-wrap .row .col a.next,.single-consultation .prev-next-post-wrap .row .col a.next{float:right}.single-investment .prev-next-post-wrap .row .col a span,.single-consultation .prev-next-post-wrap .row .col a span{font-size:1rem;line-height:1rem;vertical-align:middle;font-weight:700;color:#1862c4}.single-investment .prev-next-post-wrap .row .col a span:hover,.single-consultation .prev-next-post-wrap .row .col a span:hover{text-decoration:underline}.single-investment .prev-next-post-wrap .row .col a svg,.single-consultation .prev-next-post-wrap .row .col a svg{line-height:1rem;height:16px;width:16px;vertical-align:middle}.download-wrap{margin-bottom:24px}.download-wrap .title span{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:14px;vertical-align:top}.download-wrap .title svg{vertical-align:top;margin-right:8px}.download-wrap .single-download,.download-wrap .single-link{margin-bottom:8px;padding-left:32px}.download-wrap .single-download svg,.download-wrap .single-link svg,.download-wrap .single-download a,.download-wrap .single-link a,.download-wrap .single-download span,.download-wrap .single-link span{vertical-align:middle}.download-wrap .single-download a,.download-wrap .single-link a{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:500;text-decoration:underline;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.download-wrap .single-download a:hover,.download-wrap .single-link a:hover{color:#0693e3}.download-wrap .single-download span,.download-wrap .single-link span{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:400}.archive-investment{margin-bottom:100px}.archive-investment .archive-investment-wrap h1{font-size:2rem;line-height:2.5rem;font-weight:700;margin-bottom:52px;color:#212121}.archive-investment .archive-investment-wrap p{font-size:1rem;line-height:1.5rem;color:#212121;font-weight:700;margin-bottom:32px}.archive-investment .archive-investment-wrap .subtitle{font-size:1rem;line-height:1.5rem;font-weight:400;margin-bottom:24px}.archive-investment .archive-investment-wrap .archive-investment-row{margin-left:-4px;margin-right:-4px;margin-bottom:48px}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile{padding-left:4px;padding-right:4px;margin-bottom:8px}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap{padding-top:100%;width:100%;height:100%;position:relative;display:block}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap:hover .overlay-gradient{background-image:linear-gradient(to top, #000000 1%, rgba(0,0,0,0.12) 68%, rgba(0,0,0,0) 99%)}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap:hover .text-wrap .inside-wrap .name{text-decoration:underline}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;display:block;object-fit:cover}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap .text-wrap{position:absolute;top:0;left:0;bottom:0;right:0;z-index:3}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap .text-wrap .inside-wrap{position:relative;width:100%;height:100%}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap .text-wrap .inside-wrap .date{position:absolute;bottom:20px;left:20px;display:inline-block;padding:4px;padding-right:8px;font-size:.875rem;line-height:1rem;font-weight:500;color:#212121;background-color:#f0bf1d;text-transform:uppercase;margin-bottom:0}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap .text-wrap .inside-wrap .date.done{background-color:#097241;color:#fff}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap .text-wrap .inside-wrap .date svg{float:left;margin-right:6px;width:16px;height:16px}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap .text-wrap .inside-wrap .date span{vertical-align:middle}.archive-investment .archive-investment-wrap .archive-investment-row .col-investment-tile .tile-wrap .text-wrap .inside-wrap .name{position:absolute;bottom:0;left:0;width:100%;padding:0 20px 0 20px;color:#fff;font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:55px;font-family:'Merriweather',serif}.archive-consultation .col-consultation-list h1{font-size:2.25rem;line-height:2.625rem;font-weight:700;margin-bottom:32px}.archive-consultation .col-consultation-list .consultation-row{margin-right:-20px;margin-left:-20px}.archive-consultation .col-consultation-list .consultation-row .consultation-col{padding-left:20px;padding-right:20px;margin-bottom:40px}.archive-consultation .col-consultation-list .consultation-row .consultation-col .col-wrap-row{margin-left:-12px;margin-right:-12px}.archive-consultation .col-consultation-list .consultation-row .consultation-col .col-wrap-row .col{padding-left:12px;padding-right:12px}.archive-consultation .col-consultation-list .consultation-row .consultation-col .col-wrap-row .col .img-wrap{position:relative;height:135px}.archive-consultation .col-consultation-list .consultation-row .consultation-col .col-wrap-row .col .img-wrap img{width:100%;height:100%;object-fit:cover}.archive-consultation .col-consultation-list .consultation-row .consultation-col .col-wrap-row .col .img-wrap .availability{position:absolute;top:8px;left:8px;display:inline-block;color:#fff;padding:4px;font-size:.875rem;line-height:1.3125rem;font-weight:600;background-color:#1862c4}.archive-consultation .col-consultation-list .consultation-row .consultation-col .col-wrap-row .col .img-wrap .availability.otwarte{background-color:#1862c4}.archive-consultation .col-consultation-list .consultation-row .consultation-col .col-wrap-row .col .img-wrap .availability.zakonczone{background-color:#07884c}.archive-consultation .col-consultation-list .consultation-row .consultation-col .col-wrap-row .col .img-wrap .availability.planowane{background-color:#6b409d}.archive-consultation .col-consultation-list .consultation-row .consultation-col .col-wrap-row .col .text-wrap .date{font-size:1rem;line-height:1.5rem;font-weight:400}.archive-consultation .col-consultation-list .consultation-row .consultation-col .col-wrap-row .col .text-wrap a{font-size:1.125rem;line-height:1.375rem;font-weight:700}.page-template .col-page-template h1{font-size:2rem;line-height:2.5rem;font-weight:700;margin-bottom:52px;color:#212121}.page-template .col-page-template h2,.page-template .col-page-template h3,.page-template .col-page-template h4,.page-template .col-page-template h5,.page-template .col-page-template h6{font-weight:700}.page-template .col-page-template h2{font-size:1.875rem;line-height:2.25rem;margin-bottom:24px}.page-template .col-page-template h3{font-size:1.5rem;line-height:1.875rem;margin-bottom:16px}.page-template .col-page-template h4{font-size:1.25rem;line-height:1.875rem;margin-bottom:16px}.page-template .col-page-template h5{font-size:1.125rem;line-height:1.3125rem;margin-bottom:16px}.page-template .col-page-template h6{font-size:1rem;line-height:1.5rem;margin-bottom:8px}.page-template .col-page-template p{font-size:1rem;line-height:1.5rem;font-weight:400;margin-bottom:8px}.page-template .col-page-template p a{font-size:1rem;line-height:1.5rem;font-weight:600;text-decoration:underline}.page-template .col-page-template>p{font-size:1rem;line-height:1.5rem;font-weight:400;margin-bottom:8px}.page-template .col-page-template>p>a{font-size:1rem;line-height:1.5rem;font-weight:600;text-decoration:underline}.page-template .col-page-template a:not(.wp-block-button__link){color:#0693e3}.page-template .col-page-template .wp-block-file a{line-height:2rem}.page-template .col-page-template .wp-block-file .wp-block-file__button{color:#fff}.page-template .col-page-template>a{font-size:1rem;line-height:1.5rem;font-weight:600;text-decoration:underline}.page-template .col-page-template ol,.page-template .col-page-template ul:not(.blocks-gallery-grid){padding-left:41px;margin-bottom:24px}.page-template .col-page-template ol li,.page-template .col-page-template ul:not(.blocks-gallery-grid) li{font-size:1rem;line-height:1.5rem;font-weight:400;margin-bottom:6px}.page-template .col-page-template ol li a,.page-template .col-page-template ul:not(.blocks-gallery-grid) li a{text-decoration:underline}.page-template .col-page-template ol li ul,.page-template .col-page-template ul:not(.blocks-gallery-grid) li ul{margin-bottom:0}.page-template .col-page-template ol li ul li::before,.page-template .col-page-template ul:not(.blocks-gallery-grid) li ul li::before{position:absolute;content:"";width:7px;height:7px;left:-15px;top:9px;border-radius:100%;background-color:transparent;border:1px solid #1862c4}.page-template .col-page-template ul:not(.blocks-gallery-grid){margin-bottom:24px;padding-left:30px}.page-template .col-page-template ul:not(.blocks-gallery-grid) li{font-size:1rem;line-height:1.5rem;margin-bottom:6px;position:relative;list-style:none}.page-template .col-page-template ul:not(.blocks-gallery-grid) li::before{position:absolute;content:"";width:7px;height:7px;left:-15px;top:9px;border-radius:100%;background-color:#1862c4}.page-template .col-page-template ul:not(.blocks-gallery-grid) li::marker{color:#1862c4}.page-template .col-page-template ul:not(.blocks-gallery-grid) li ul{margin-bottom:0}.page-template .col-page-template ul:not(.blocks-gallery-grid) li ul li::before{position:absolute;content:"";width:7px;height:7px;left:-15px;top:9px;border-radius:100%;background-color:transparent;border:1px solid #1862c4}.page-template .col-page-template .gallery-block{padding:24px 0}.page-template .col-page-template .gallery-block .gallery-row{margin-left:-4px;margin-right:-4px}.page-template .col-page-template .gallery-block .gallery-row .col{padding-left:4px;padding-right:4px;margin-bottom:8px}.page-template .col-page-template .gallery-block .gallery-row .col a.img-wrap{display:block;width:100%;height:100%;padding-top:75%;position:relative}.page-template .col-page-template .gallery-block .gallery-row .col a.img-wrap:hover .overlay{opacity:.2}.page-template .col-page-template .gallery-block .gallery-row .col a.img-wrap .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.page-template .col-page-template .gallery-block .gallery-row .col a.img-wrap img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;object-fit:cover}.page-template .col-page-template .blocks-gallery-grid li::before{display:none}.page-template .col-page-template .download-wrap{margin-bottom:24px}.page-template .col-page-template .download-wrap .title span{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:14px;vertical-align:top}.page-template .col-page-template .download-wrap .title svg{vertical-align:top;margin-right:8px}.page-template .col-page-template .download-wrap .single-download,.page-template .col-page-template .download-wrap .single-link{margin-bottom:8px;padding-left:32px}.page-template .col-page-template .download-wrap .single-download svg,.page-template .col-page-template .download-wrap .single-link svg,.page-template .col-page-template .download-wrap .single-download a,.page-template .col-page-template .download-wrap .single-link a,.page-template .col-page-template .download-wrap .single-download span,.page-template .col-page-template .download-wrap .single-link span{vertical-align:middle}.page-template .col-page-template .download-wrap .single-download a,.page-template .col-page-template .download-wrap .single-link a{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:500;text-decoration:underline;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.page-template .col-page-template .download-wrap .single-download a:hover,.page-template .col-page-template .download-wrap .single-link a:hover{color:#0693e3}.page-template .col-page-template .download-wrap .single-download span,.page-template .col-page-template .download-wrap .single-link span{color:#212121;font-size:1rem;line-height:1.5rem;font-weight:400}.page-template .col-page-template .wp-block-quote,.page-template .col-page-template .alert-block,.page-template .col-page-template .info-block{display:block;padding-left:40px;padding-right:25px;position:relative;margin-bottom:33px}.page-template .col-page-template .wp-block-quote::before,.page-template .col-page-template .alert-block::before,.page-template .col-page-template .info-block::before{position:absolute;display:block;content:"";background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/quote.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:24px;height:24px;left:13px;top:0}.page-template .col-page-template .wp-block-quote p,.page-template .col-page-template .alert-block p,.page-template .col-page-template .info-block p,.page-template .col-page-template .wp-block-quote cite,.page-template .col-page-template .alert-block cite,.page-template .col-page-template .info-block cite{display:block;padding-left:12px;font-size:1rem;line-height:1.5rem;font-weight:400}.page-template .col-page-template .wp-block-quote p,.page-template .col-page-template .wp-block-quote cite{font-style:italic;border-left:2px solid #edf0f4}.page-template .col-page-template .alert-block::before{background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/alert.svg)}.page-template .col-page-template .alert-block p{border-left:2px solid #ff6f00}.page-template .col-page-template .info-block::before{background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/info.svg)}.page-template .col-page-template .info-block p{border-left:2px solid #007fcd}.page-template .col-page-template .legal-block{padding:16px;background-color:#edf0f5;margin-bottom:33px}.page-template .col-page-template .legal-block .title{font-size:1rem;line-height:1.75rem;margin-bottom:16px}.page-template .col-page-template .legal-block p{margin-bottom:11px;padding-left:24px;padding-right:7px;position:relative;font-size:1rem;line-height:1.3125rem;font-weight:400}.page-template .col-page-template .legal-block p::before{position:absolute;display:block;content:"";left:0;top:0;width:16px;height:20px;background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/paragraph.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.page-template .col-page-template .wp-block-image img{max-width:100%;height:auto}.col-places-template h1{font-size:2rem;line-height:2.5rem;font-weight:700;margin-bottom:52px;color:#212121}.col-places-template .row-places{margin-left:-4px;margin-right:-4px;margin-bottom:100px}.col-places-template .row-places .col{padding-left:4px;padding-right:4px;margin-bottom:8px}.col-places-template .row-places .col .col-wrap{height:100%;padding:20px;background-color:#f1f6fc;margin-left:-16px;margin-right:-16px}@media only screen and (min-width: 768px){.col-places-template .row-places .col .col-wrap{margin-left:0;margin-right:0}}.col-places-template .row-places .col .col-wrap .row{margin-left:-8px;margin-right:-8px}.col-places-template .row-places .col .col-wrap .row .col{padding-left:8px;padding-right:8px}.col-places-template .row-places .col .col-wrap .row .col .img-wrap{width:100%;padding-top:100%;position:relative}.col-places-template .row-places .col .col-wrap .row .col .img-wrap img{width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;object-fit:contain}.col-places-template .row-places .col .col-wrap .row .col .text-wrap .title{font-size:1.125rem;line-height:1.5rem;color:#212121;margin-bottom:16px}.col-places-template .row-places .col .col-wrap .row .col .text-wrap p{font-size:.875rem;line-height:1.3125rem;color:#212121;font-weight:400;margin-bottom:21px}.col-places-template .row-places .col .col-wrap .row .col .text-wrap p:last-of-type{margin-bottom:0}.col-places-template .row-places .col .col-wrap .row .col .text-wrap p strong{font-weight:700}.col-places-template .row-places .col .col-wrap .row .col .text-wrap a{font-size:.875rem;line-height:1.3125rem;color:#212121;text-decoration:underline;font-weight:500}.col-newspaper-template{margin-bottom:100px}.col-newspaper-template h1{font-size:2rem;line-height:2.5rem;font-weight:700;margin-bottom:52px;color:#212121}.accordion-block{margin-bottom:16px}.accordion-block.active .acc-header{border-bottom:1px solid #b9c1c9}.accordion-block.active .acc-header .plus-minus .plus{display:none}.accordion-block.active .acc-header .plus-minus .minus{display:block}.accordion-block .acc-header{display:block;padding:16px 120px 16px 20px;background-color:#f1f6fc;position:relative;text-decoration:none;border-bottom:1px solid transparent}.accordion-block .acc-header .title{font-size:1.25rem;line-height:1.875rem;font-weight:700;color:#212121}.accordion-block .acc-header .plus-minus{position:absolute;right:24px;top:17px}.accordion-block .acc-header .plus-minus span,.accordion-block .acc-header .plus-minus svg{vertical-align:middle;line-height:1.875rem;font-weight:700;font-size:.75rem}.accordion-block .acc-header .plus-minus .plus{display:block}.accordion-block .acc-header .plus-minus .minus{display:none}.accordion-block .acc-body{background-color:#f1f6fc;padding:20px;display:none}.accordion-block .acc-body .acc-content p{font-size:1rem;line-height:1.5rem;font-weight:400}.accordion-block .acc-body .acc-content p strong{font-weight:700}.accordion-block .acc-body .acc-content a{font-size:1rem;line-height:1.5rem;font-weight:700;text-decoration:underline;color:#212121}.accordion-block .acc-body .acc-content .wp-block-quote{display:block;padding-left:55px;padding-right:25px;position:relative;margin-bottom:33px}.accordion-block .acc-body .acc-content .wp-block-quote::before{position:absolute;display:block;content:"";background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/quote.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:24px;height:24px;left:30px;top:0}.accordion-block .acc-body .acc-content .wp-block-quote p,.accordion-block .acc-body .acc-content .wp-block-quote cite{display:block;padding-left:12px;border-left:2px solid #edf0f4;font-size:1rem;line-height:1.5rem;font-weight:400;font-style:italic}.accordion-block .acc-body .acc-content h2,.accordion-block .acc-body .acc-content h3,.accordion-block .acc-body .acc-content h4,.accordion-block .acc-body .acc-content h5,.accordion-block .acc-body .acc-content h6{font-weight:700}.accordion-block .acc-body .acc-content h2{font-size:1.875rem;line-height:2.25rem;margin-bottom:24px}.accordion-block .acc-body .acc-content h3{font-size:1.5rem;line-height:1.875rem;margin-bottom:16px}.accordion-block .acc-body .acc-content h4{font-size:1.25rem;line-height:1.875rem;margin-bottom:16px}.accordion-block .acc-body .acc-content h5{font-size:1.125rem;line-height:1.3125rem;margin-bottom:16px}.accordion-block .acc-body .acc-content h6{font-size:1rem;line-height:1.5rem;margin-bottom:8px}.accordion-block .acc-body .acc-content ul{margin-bottom:24px;padding-left:30px}.accordion-block .acc-body .acc-content ul li{font-size:1rem;line-height:1.5rem;margin-bottom:6px;position:relative;list-style:none}.accordion-block .acc-body .acc-content ul li::before{position:absolute;content:"";width:7px;height:7px;left:-15px;top:9px;border-radius:100%;background-color:#1862c4}.accordion-block .acc-body .acc-content ul li::marker{color:#1862c4}.accordion-block .acc-body .acc-content ul li ul{margin-bottom:0}.accordion-block .acc-body .acc-content ul li ul li::before{position:absolute;content:"";width:7px;height:7px;left:-15px;top:9px;border-radius:100%;background-color:transparent;border:1px solid #1862c4}.accordion-block .acc-body .acc-content ol{margin-bottom:16px;padding-left:40px}.accordion-block .acc-body .acc-content ol li{font-size:1rem;line-height:1.5rem;margin-bottom:8px}.accordion-block .acc-body .acc-content .gallery-block{padding:24px 0}.accordion-block .acc-body .acc-content .gallery-block .gallery-row{margin-left:-4px;margin-right:-4px}.accordion-block .acc-body .acc-content .gallery-block .gallery-row .col{padding-left:4px;padding-right:4px;margin-bottom:8px}.accordion-block .acc-body .acc-content .gallery-block .gallery-row .col a.img-wrap{display:block;width:100%;height:100%;padding-top:75%;position:relative}.accordion-block .acc-body .acc-content .gallery-block .gallery-row .col a.img-wrap img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;object-fit:cover}.accordion-block .acc-body .link-wrap a{color:#0a6095;font-size:1rem;line-height:1.5rem;font-weight:700}.accordion-block .acc-body .link-wrap a svg{vertical-align:middle}.accordion-block .acc-body .poz-row,.accordion-block .acc-body .custom-post-row{margin-left:-16px;margin-right:-16px}.accordion-block .acc-body .poz-row .col,.accordion-block .acc-body .custom-post-row .col{padding-right:16px;padding-left:16px;margin-bottom:32px}.accordion-block .acc-body .poz-row .col .row,.accordion-block .acc-body .custom-post-row .col .row{margin-left:-8px;margin-right:-8px}.accordion-block .acc-body .poz-row .col .row .col,.accordion-block .acc-body .custom-post-row .col .row .col{padding-right:8px;padding-left:8px;margin-bottom:0}.accordion-block .acc-body .poz-row .col .row .col .img-wrap,.accordion-block .acc-body .custom-post-row .col .row .col .img-wrap{width:100%;background-color:#fff;position:relative;padding-top:100%}.accordion-block .acc-body .poz-row .col .row .col .img-wrap.big,.accordion-block .acc-body .custom-post-row .col .row .col .img-wrap.big{padding-top:56.25%;margin-bottom:16px}@media only screen and (min-width: 768px){.accordion-block .acc-body .poz-row .col .row .col .img-wrap.big,.accordion-block .acc-body .custom-post-row .col .row .col .img-wrap.big{padding-top:100%;margin-bottom:0}}.accordion-block .acc-body .poz-row .col .row .col .img-wrap.big img,.accordion-block .acc-body .custom-post-row .col .row .col .img-wrap.big img{width:100%;height:100%}.accordion-block .acc-body .poz-row .col .row .col .img-wrap img,.accordion-block .acc-body .custom-post-row .col .row .col .img-wrap img,.accordion-block .acc-body .poz-row .col .row .col .img-wrap svg,.accordion-block .acc-body .custom-post-row .col .row .col .img-wrap svg{position:absolute;left:0;right:0;top:0;bottom:0;display:block;margin:auto;width:32px;height:32px}.accordion-block .acc-body .poz-row .col .row .col .name,.accordion-block .acc-body .custom-post-row .col .row .col .name{font-size:1rem;line-height:1.25rem;font-weight:700;margin-bottom:12px}.accordion-block .acc-body .poz-row .col .row .col .address a svg,.accordion-block .acc-body .custom-post-row .col .row .col .address a svg{vertical-align:middle}.accordion-block .acc-body .poz-row .col .row .col p,.accordion-block .acc-body .custom-post-row .col .row .col p{font-size:.875rem;line-height:1.3125rem;font-weight:400;margin-bottom:8px}.accordion-block .acc-body .poz-row .col .row .col a,.accordion-block .acc-body .custom-post-row .col .row .col a{font-size:.875rem;line-height:1.3125rem;font-weight:600;text-decoration:underline}.page-template .col-page-template .emergency-numbers-block,.page-template .col-problems-contact .emergency-numbers-block{padding:24px 54px 24px 32px;background-color:#ffc400;margin-bottom:32px;position:relative}.page-template .col-page-template .emergency-numbers-block svg,.page-template .col-problems-contact .emergency-numbers-block svg{position:absolute;right:16px;top:16px}.page-template .col-page-template .emergency-numbers-block .title,.page-template .col-problems-contact .emergency-numbers-block .title{font-size:1.25rem;line-height:1.875rem;font-weight:700;margin-bottom:21px}.page-template .col-page-template .emergency-numbers-block .single-number,.page-template .col-problems-contact .emergency-numbers-block .single-number{font-size:1.125rem;line-height:1.6875rem;font-weight:700;margin-bottom:0}.page-template .col-page-template .special-header-block h2,.page-template .col-problems-contact .special-header-block h2{font-size:1.25rem;line-height:1.875rem;font-weight:700;padding:12px 0;margin-bottom:24px;border-bottom:1px solid #B9C1C9}.stacktable.small-only{margin-bottom:15px;border-top:1px solid #b0b3b5;border-bottom:1px solid #b0b3b5}.stacktable.small-only:nth-child(even) tr{background-color:#edf0f4}.stacktable.small-only tr{background-color:#fff}.stacktable.small-only td{border-top:1px solid transparent;border-bottom:1px solid transparent}.stacktable.small-only td.st-key{text-align:left;font-weight:600;color:#154472;vertical-align:top}table{border-collapse:collapse;width:100%;margin-bottom:64px;word-break:break-word}table tr{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}table tr:nth-child(even){background-color:#f1f6fc}table tr td{border-top:1px solid #b0b3b5;border-bottom:1px solid #b0b3b5;text-align:left;color:#212121;font-size:1rem;line-height:1.5rem;font-weight:400;padding:16px 8px}@media (max-width:800px){table tr td{border-top:1px solid transparent;border-bottom:1px solid transparent}}@media only screen and (min-width: 768px){table tr td{padding:16px 25px}}table tr td strong{font-weight:600}table tr td a,table tr td a:link,table tr td a:focus,table tr td a:visited{text-decoration:underline;color:#090f11 !important;font-weight:500}table tr th{text-align:left;padding:16px 25px;color:#212121;font-size:1rem;line-height:1.5rem;font-weight:600;border-bottom:2px solid #fff;background-color:#f0bf1d}table tr th a{text-decoration:underline}.stacktable.small-only{margin-bottom:15px;border-top:1px solid #b0b3b5;border-bottom:1px solid #b0b3b5}.stacktable.small-only:nth-child(even) tr{background-color:#edf0f4}.stacktable.small-only tr{background-color:#fff}.stacktable.small-only td{border-top:1px solid transparent;border-bottom:1px solid transparent}.stacktable.small-only td.st-key{text-align:left;font-weight:600;color:#154472;vertical-align:top}.col-recommended-template{margin-bottom:100px}.col-recommended-template h1{font-size:2rem;line-height:2.5rem;font-weight:700;margin-bottom:52px}.col-recommended-template .recommended-row{margin-left:-4px;margin-right:-4px}.col-recommended-template .recommended-row .col-recommended{padding-left:4px;padding-right:4px;margin-bottom:8px}.col-recommended-template .recommended-row .col-recommended .col-wrap{display:block;background-color:#f1f6fc;padding:16px;height:100%}.col-recommended-template .recommended-row .col-recommended .col-wrap:hover .text-col .name{text-decoration:underline}.col-recommended-template .recommended-row .col-recommended .col-wrap .row{margin-left:-10px;margin-right:-10px;height:100%}.col-recommended-template .recommended-row .col-recommended .col-wrap .row .img-col{padding-left:10px;padding-right:10px}.col-recommended-template .recommended-row .col-recommended .col-wrap .row .img-col .img-wrap{width:100%;padding-top:100%;position:relative}.col-recommended-template .recommended-row .col-recommended .col-wrap .row .img-col .img-wrap img{object-fit:contain;height:100%;width:100%;display:block;position:absolute;top:0;left:0;bottom:0;right:0;background-color:#fff}.col-recommended-template .recommended-row .col-recommended .col-wrap .row .text-col{padding-left:10px;padding-right:10px}.col-recommended-template .recommended-row .col-recommended .col-wrap .row .text-col .name{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:8px;font-family:'Merriweather',serif;color:#212121}.col-recommended-template .recommended-row .col-recommended .col-wrap .row .text-col .category{font-size:.875rem;line-height:1.3125rem;font-weight:400;color:#212121}.col-form-template h1{font-size:2rem;line-height:2.5rem;font-weight:700;margin-bottom:52px}.col-form-template .row-top{margin-right:-30px;margin-left:-30px}.col-form-template .row-top .col-top{padding-right:30px;padding-left:30px}.col-form-template .row-top .col-top p{font-size:1rem;line-height:1.5rem;font-weight:400;margin-bottom:22px}.col-form-template .row-top .col-top p strong{font-weight:700}.col-form-template .row-top .col-top p a{font-size:1rem;line-height:1.5rem;font-weight:700;color:#1862c4}.col-form-template .row-top .col-top p a svg{vertical-align:middle}.col-form-template .row-form{margin-right:-30px;margin-left:-30px}@media only screen and (min-width: 1200px){.col-form-template .row-form{margin-right:-10px;margin-left:-30px}}@media only screen and (min-width: 1600px){.col-form-template .row-form{margin-right:-30px;margin-left:-30px}}.col-form-template .row-form .col-form{padding-right:30px;padding-left:30px}.col-form-template .row-form .col-contact-info{display:none;padding-right:30px;padding-left:30px}@media only screen and (min-width: 1200px){.col-form-template .row-form .col-contact-info{padding-right:10px;padding-left:10px}}@media only screen and (min-width: 1600px){.col-form-template .row-form .col-contact-info{padding-right:30px;padding-left:30px}}.contact-box{background-color:#edf0f5;padding:24px 24px 0 24px;margin-bottom:30px;display:none}.contact-box.active{display:block}.contact-box h3{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:0;padding-left:0}.contact-box h3::before{display:none}.contact-box .single-contact{padding-top:24px;padding-bottom:24px;border-bottom:1px solid #b3bbc9}.contact-box .single-contact:last-of-type{border-bottom:none}.contact-box .single-contact .name{font-size:.875rem;line-height:1.125rem;font-weight:600;margin-bottom:12px}.contact-box .single-contact p{font-size:.875rem;line-height:1.3125rem;font-weight:400;margin-bottom:0}.contact-box .single-contact p a{font-size:.875rem;line-height:1.3125rem;font-weight:600;text-decoration:underline}.contact-box .single-contact p a svg{vertical-align:middle}@media only screen and (min-width: 1200px){form{padding-left:50px}}form h3{font-size:1rem;line-height:2.25rem;font-weight:700;color:#212121;margin-bottom:16px;position:relative;padding-left:50px;font-family:'Roboto',sans-serif}@media only screen and (min-width: 1200px){form h3{padding-left:0}}form h3::before{text-align:center;position:absolute;display:block;content:"1";width:36px;height:36px;color:#212121;background-color:#f0bf1d;top:0;left:0}@media only screen and (min-width: 1200px){form h3::before{left:-50px}}form h3.two::before{content:"2"}form h3.three::before{content:"3"}form h3 strong{color:#c70909}form input[type="text"],form input[type="email"],form textarea,form select{border-radius:0;border:solid 1px #b3bbc9;padding:12px;display:block;width:100%;font-size:.875rem;line-height:1.3125rem}form .selectize-control.single .selectize-input{border-radius:0;border:solid 1px #b3bbc9;padding:12px 40px 12px 12px;display:block;width:100%;font-size:.875rem;line-height:1.3125rem;font-weight:400;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}form .selectize-control.single .selectize-input::after{background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/select_icon.svg);background-size:contain;background-repeat:no-repeat;background-position:center;width:16px;height:16px;border:none;top:0;bottom:0;margin:auto}form .selectize-control.single .selectize-input.dropdown-active{border:solid 1px #0a6095}form .selectize-control.single .selectize-input.dropdown-active::after{margin:auto;border:none;transform:rotate(180deg)}form .selectize-control.single .selectize-dropdown{border-radius:0;border:solid 1px #0a6095;padding:12px;cursor:pointer;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,0.5);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,0.5);box-shadow:0 0 7px 0 rgba(0,0,0,0.5)}form .selectize-control.single .selectize-dropdown .option{padding:8px 8px}form p{font-size:.875rem;line-height:1.3125rem;margin-bottom:16px}form p.error{font-size:.875rem;line-height:1.125rem;font-weight:400;color:#c70909}form p label{color:#000;font-size:.875rem;line-height:1.125rem;font-weight:700}form p label strong{color:#c70909}form p label.checkbox{font-weight:400;display:block;position:relative}form p label.checkbox a{font-weight:700}form p label.checkbox .acceptance-40{margin-right:10px}form p label.checkbox input[type="checkbox"]{position:absolute;left:2px;top:2px;margin:0}form p input[type="submit"]{background-color:#f0bf1d;border:1px solid #f0bf1d;color:#212121;padding:11px 32px;border-radius:0;margin-bottom:32px;font-size:.875rem;line-height:1.3125rem;font-weight:700;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}form p input[type="submit"]:disabled{color:gray}form p input[type="submit"]:hover{cursor:pointer;background-color:#f0aa1d;border:1px solid #f0aa1d}form .checkbox .more{display:none}form .show-more-wrap{margin-bottom:32px}form .show-more-wrap .show-more-wrap-btn{cursor:pointer}form .show-more-wrap .show-more-wrap-btn span{font-weight:700;color:#1862c4;vertical-align:middle}form .show-more-wrap .show-more-wrap-btn svg{vertical-align:middle}form .wpcf7-validation-errors,form .wpcf7-mail-sent-ok{padding:12px 16px;background-color:#c70909;color:#fff;font-size:1rem;line-height:1.5rem;font-weight:700;width:100%;margin:0;margin-bottom:30px;border:none}form span.wpcf7-not-valid-tip{font-size:.875rem}form .wpcf7-mail-sent-ok{background-color:#07884c}form .upload-file-840 .codedropz-upload-inner h3{display:none}@media only screen and (min-width: 992px){form .upload-file-840 .codedropz-upload-inner h3{display:block}}form .upload-file-840 .codedropz-upload-inner span{display:none}@media only screen and (min-width: 992px){form .upload-file-840 .codedropz-upload-inner span{display:inline}}form .upload-file-840 .codedropz-upload-inner h3,form .upload-file-840 .codedropz-upload-inner span,form .upload-file-840 .codedropz-upload-inner a{font-size:.875rem;line-height:1.3125rem;font-weight:700;color:#007bc7}form .upload-file-840 .codedropz-upload-inner a{border:2px solid;padding:5px 10px;display:inline-block;border-radius:4px;background-color:#007bc7;color:#fff}form .upload-file-840 .codedropz-upload-inner h3{padding-left:0}form .upload-file-840 .codedropz-upload-inner h3::before{display:none}.col-problems-contact h1{font-size:2.25rem;line-height:2.625rem;font-weight:700;margin-bottom:32px}.problems-contact-block{margin-bottom:24px}.problems-contact-block p{font-size:1rem;line-height:1.5rem;font-weight:400;margin-bottom:8px}.problems-contact-block p a{font-weight:600;text-decoration:underline}.problems-contact-block p .address svg{vertical-align:middle}.problems-contact-block h4{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:16px}.problems-contact-block .check-list-item svg{vertical-align:middle;margin-right:4px}.termname-for-script{display:none}.col-folder-template h1{margin-bottom:32px}.col-folder-template .single-folder{padding:16px;background-color:#edf0f5;margin-bottom:24px}.col-folder-template .single-folder .row{margin-left:-12px;margin-right:-12px}.col-folder-template .single-folder .row .col-img,.col-folder-template .single-folder .row .col-text{padding-left:12px;padding-right:12px}.col-folder-template .single-folder .row .col-img{margin-bottom:20px}@media only screen and (min-width: 768px){.col-folder-template .single-folder .row .col-img{margin-bottom:0}}.col-folder-template .single-folder .row .col-img .img-wrap{width:100%;height:auto}.col-folder-template .single-folder .row .col-img .img-wrap img{width:100%;height:auto;display:block}.col-folder-template .single-folder .row .col-text h2.folder-title{font-size:1.25rem;line-height:1.5rem;font-weight:700;margin-bottom:16px;color:#0a0b0c}.col-folder-template .single-folder .row .col-text p{font-size:1rem;line-height:1.5rem;font-weight:400;margin-bottom:24px}.col-folder-template .single-folder .row .col-text .link a{font-size:1rem;line-height:1.5rem;font-weight:700;color:#1862c4;display:inline-block}.col-folder-template .single-folder .row .col-text .link a svg{float:left;margin-right:4px}.filters{margin-bottom:32px;margin-right:-16px;margin-left:-16px;width:auto;background-color:#f1f6fc;padding-left:16px;padding-right:16px;padding-top:18px;padding-bottom:18px;overflow:hidden}@media only screen and (min-width: 768px){.filters{margin-left:0;margin-right:0;padding:0;background-color:transparent;width:100%;max-width:100%}}.filters p{font-family:'Roboto',sans-serif;font-size:.875rem;line-height:1.75rem;margin-bottom:8px;font-weight:700;text-align:left;color:#000;margin-bottom:13px;text-transform:uppercase}.filters form{display:inline-block;padding:0px}.filters form span{color:#b9c1c9;font-size:1rem;letter-spacing:-1px;float:left;width:10%;text-align:center;margin-top:10px}@media only screen and (min-width: 768px){.filters form span{display:inline-block;text-align:left;float:none;width:auto;margin:0 10px}}.filters label{position:relative;font-size:1rem;float:left;width:45%}@media only screen and (min-width: 768px){.filters label{float:none;width:auto}}.filters label:after{position:absolute;content:"";background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/calendar.svg);background-size:contain;left:7px;top:8px;bottom:0;background-repeat:no-repeat;display:block;width:24px;height:24px;background-color:#fff}@media only screen and (min-width: 768px){.filters label:after{top:3px;margin:auto}}.filters label input[name="date-from"],.filters label input[name="date-to"]{width:100%;height:40px;border-radius:0;border:solid 1px #b3bbc9;background-color:#ffffff;padding:11px 8px 11px 40px;display:inline-block;font-size:.875rem;line-height:1.25rem;margin-bottom:20px}@media only screen and (min-width: 768px){.filters label input[name="date-from"],.filters label input[name="date-to"]{margin-bottom:0;width:131px}}.filters input[type="submit"]{background-color:#f0bf1d;font-family:'Roboto',sans-serif;font-size:.875rem;font-weight:bold;line-height:1.1rem;text-align:left;color:#000;border:none;padding:11px 50px;cursor:pointer;width:100%;text-align:center;margin-bottom:24px}.filters input[type="submit"]:hover{background-color:#f0aa1d}@media only screen and (min-width: 768px){.filters input[type="submit"]{margin-bottom:0;width:auto;margin-left:24px}}.filters .clear-filters{color:#000;font-size:.8rem;line-height:.9rem;margin-left:5px;font-weight:500;text-decoration:underline}@media only screen and (min-width: 1600px){.filters .clear-filters{margin-left:20px}}.filters .calendar-btn{line-height:1.5rem;float:right;margin-top:8px;display:none}@media only screen and (min-width: 768px){.filters .calendar-btn{display:block}}.filters .calendar-btn:hover span{text-decoration:underline}.filters .calendar-btn svg{width:24px;height:24px;line-height:1.5rem;vertical-align:top}.filters .calendar-btn span{font-size:.875rem;font-weight:700;line-height:1.5rem;color:#212121;vertical-align:top}.pop-up-calendar{display:none;height:99vh;width:100%}.pop-up-calendar .fc-view-container{background-repeat:no-repeat;background-position:center;background-size:337px 405px}.pop-up-calendar table{margin-bottom:0}.pop-up-calendar table th{padding:15px}.pop-up-calendar table th span{text-transform:uppercase}.pop-up-calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:none;font-size:.875rem;line-height:1.0625rem;font-weight:700;color:#212121}.pop-up-calendar .fc-right .fc-state-default{background-image:none;background-color:#dbe0e5;border-radius:0;border:1px solid #dbe0e5;font-weight:700;font-size:.875rem;line-height:1.5rem;padding:8px 20px;height:auto;text-shadow:none}.pop-up-calendar .fc-right .fc-state-default.fc-state-active{border:1px solid #f0bf1d;background-color:#f0bf1d;box-shadow:none;text-shadow:none}.pop-up-calendar .fc-center h2{color:#212121;font-size:1.5rem;line-height:1.8125rem;font-weight:700;font-family:'Roboto',sans-serif;text-transform:uppercase}.pop-up-calendar .fc-left .fc-state-default{background-image:none;background-color:#dbe0e5;border-radius:0;border:1px solid #dbe0e5;font-weight:700;font-size:.875rem;line-height:1.5rem;padding:8px;height:auto}.pop-up-calendar .fc-left .fc-state-default.fc-today-button{padding:8px 20px}.pop-up-calendar .fc-left .fc-state-default.fc-prev-button,.pop-up-calendar .fc-left .fc-state-default.fc-next-button{margin-right:12px}.pop-up-calendar .fc-left .fc-state-default.fc-prev-button span,.pop-up-calendar .fc-left .fc-state-default.fc-next-button span{overflow:visible;position:relative;width:24px;height:24px;display:block}.pop-up-calendar .fc-left .fc-state-default.fc-prev-button span::after,.pop-up-calendar .fc-left .fc-state-default.fc-next-button span::after{position:absolute;content:"";background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/navigate_next-24px.svg);background-repeat:no-repeat;background-size:24px;width:100%;height:100%;display:block;top:0;bottom:0;left:0;right:0;margin:auto}.pop-up-calendar .fc-left .fc-state-default.fc-next-button span::after{background-image:url(//legnickiepole.pl/wp-content/themes/Tapir/images/navigate_before-24px.svg)}.pop-up-calendar .fc-event{background-color:#1862c4;border:1px solid #1862c4;border-radius:0;padding:4px}.pop-up-calendar .fc-event .fc-title{font-size:.8125rem;line-height:1.125rem;font-weight:400;color:#fff}.pop-up-calendar .fancybox-close-small{height:32px;padding:4px 2px;background-color:#000}.pop-up-calendar .fancybox-close-small svg path{fill:#fff}.page-template .col-page-template{margin-bottom:100px}.page-template .col-page-template .wp-block-cover{height:auto}.page-template .col-page-template .wp-block-cover p{font-size:2.3rem;line-height:2rem}.page-not-found{padding-top:50px;margin-bottom:178px;text-align:center}.page-not-found .img-wrap img{margin-bottom:32px}.page-not-found .text-wrap{display:inline-block;text-align:left}.page-not-found .text-wrap h2{font-size:1.5rem;line-height:1.5rem;font-weight:700;color:#090f11;margin-bottom:20px;font-family:'Roboto',sans-serif}.page-not-found .text-wrap p{font-size:1rem;line-height:1.25rem;font-weight:400;margin-bottom:16px}.page-not-found .text-wrap ul{margin-bottom:26px;padding-left:15px}.page-not-found .text-wrap ul li{font-size:1rem;line-height:1.5rem;margin-bottom:8px;position:relative;list-style:none}.page-not-found .text-wrap ul li::before{position:absolute;content:"";width:7px;height:7px;left:-15px;top:9px;border-radius:100%;background-color:#1862c4}.page-not-found .text-wrap ul li::marker{color:#1862c4}.page-not-found .text-wrap a{font-size:1rem;line-height:1.25rem;font-weight:700;color:#1862c4}.separator{width:100%;height:1px;background-color:#B3BBC9;margin-bottom:30px}.datepicker-panel>ul>li{height:auto;padding:5px}.datepicker-panel>ul>li.picked{border-radius:5px;color:#fff;background-color:#1862c4}.weather{background-color:#f1f6fc;padding-bottom:80px}.weather .center-wrap{text-align:center}.weather .center-wrap .weather-container{display:inline-block}.row-newspaper{overflow:hidden;display:flex;flex-wrap:wrap;margin-left:-4px;margin-right:-4px}@media only screen and (min-width: 1200px){.row-newspaper{margin-left:-16px;margin-right:-16px}}.row-newspaper .col-custom-5{margin-bottom:8px;padding-left:4px;padding-right:4px}@media only screen and (min-width: 1200px){.row-newspaper .col-custom-5{margin-bottom:32px;padding-left:16px;padding-right:16px;flex:unset;float:left;width:20%}}.row-newspaper .col-custom-5 .col-wrap{height:100%}.row-newspaper .col-custom-5 .col-wrap:hover a span{text-decoration:underline}.row-newspaper .col-custom-5 .col-wrap a{display:block;padding:12px 16px;background-color:#f1f6fc}.row-newspaper .col-custom-5 .col-wrap a.img-link{padding:0;display:block;width:100%;height:calc(100% - 42px);background-color:transparent}.row-newspaper .col-custom-5 .col-wrap a.img-link img{width:100%;height:100%;object-fit:contain}.row-newspaper .col-custom-5 .col-wrap a span{font-size:.875rem;line-height:1.125rem;font-weight:700;color:#212121;vertical-align:middle}.row-newspaper .col-custom-5 .col-wrap a svg{vertical-align:middle;line-height:1.125rem}@media only screen and (max-width: 1199px){.front-page-wrap .container{padding-left:16px;padding-right:16px}}.authority-wrap{padding:15px;margin-bottom:20px;background-color:#f1f6fc;margin-left:-16px;margin-right:-16px}@media only screen and (min-width: 768px){.authority-wrap{margin-left:0;margin-right:0;padding:20px}}.authority-wrap .row{margin-left:-8px;margin-right:-8px}@media only screen and (min-width: 768px){.authority-wrap .row{margin-left:-16px;margin-right:-16px}}.authority-wrap .row .col{padding-left:8px;padding-right:8px}@media only screen and (min-width: 768px){.authority-wrap .row .col{padding-left:16px;padding-right:16px}}.authority-wrap .row .col .img-wrap{width:100%;padding-top:110%;position:relative}.authority-wrap .row .col .img-wrap img{width:100%;height:100%;display:block;position:absolute;top:0;left:0;bottom:0;right:0;object-fit:cover}.authority-wrap .row .col .yellow-bar-text{font-size:1.5rem;text-transform:uppercase;font-weight:700;margin-bottom:14px}@media only screen and (min-width: 768px){.authority-wrap .row .col .yellow-bar-text{margin-bottom:28px}}.authority-wrap .row .col .name{font-size:1.125rem;line-height:1.5rem;font-weight:700;margin-bottom:8px}@media only screen and (min-width: 768px){.authority-wrap .row .col .name{margin-bottom:16px}}.authority-wrap .row .col .text-wrap p{font-size:.875rem;line-height:1.3125rem;font-weight:400;color:#212121;margin-bottom:8px}@media only screen and (min-width: 768px){.authority-wrap .row .col .text-wrap p{margin-bottom:16px}}.authority-wrap .row .col .text-wrap p a{font-size:.875rem;line-height:1.3125rem;font-weight:500;text-decoration:underline;color:#212121}.no-posts-events{margin-top:50px}@media only screen and (min-width: 768px){.no-posts-events{margin-top:100px}}.no-posts-events p{font-size:2rem;line-height:2.5rem;font-weight:700;color:#616161}font{font-family:inherit}.e-mail-hidden-input{display:none}.wp-block-gallery ul li::before{display:none}