@charset "UTF-8";


body.fancybox-active {
overflow: hidden;
}
body.fancybox-iosfix {
position: fixed;
left: 0;
right: 0;
}
.fancybox-is-hidden {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden;
}
.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99992;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.fancybox-outer {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: 0.87;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
position: absolute;
direction: ltr;
z-index: 99997;
opacity: 0;
visibility: hidden;
transition: opacity 0.25s, visibility 0s linear 0.25s;
box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
opacity: 1;
visibility: visible;
transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
top: 0;
left: 0;
font-size: 13px;
padding: 0 10px;
height: 44px;
min-width: 44px;
line-height: 44px;
color: #ccc;
text-align: center;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: subpixel-antialiased;
mix-blend-mode: exclusion;
}
.fancybox-toolbar {
top: 0;
right: 0;
margin: 0;
padding: 0;
}
.fancybox-stage {
overflow: hidden;
direction: ltr;
z-index: 99994;
-webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
overflow: visible;
}
.fancybox-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
outline: none;
white-space: normal;
box-sizing: border-box;
text-align: center;
z-index: 99994;
-webkit-overflow-scrolling: touch;
display: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
display: block;
}
.fancybox-slide--image {
overflow: visible;
}
.fancybox-slide--image:before {
display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
background: #e5e3df;
}
.fancybox-slide--next {
z-index: 99995;
}
.fancybox-slide > * {
display: inline-block;
position: relative;
padding: 24px;
margin: 44px 0;
border-width: 0;
vertical-align: middle;
text-align: left;
background-color: #fff;
overflow: auto;
box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
display: none;
}
.fancybox-slide .fancybox-image-wrap {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
z-index: 99995;
background: transparent;
cursor: default;
overflow: visible;
-webkit-transform-origin: top left;
transform-origin: top left;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
max-width: none;
max-height: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
padding: 0;
width: 80%;
height: 80%;
max-width: calc(100% - 100px);
max-height: calc(100% - 88px);
overflow: visible;
background: #fff;
}
.fancybox-iframe {
display: block;
padding: 0;
border: 0;
height: 100%;
}
.fancybox-error,
.fancybox-iframe {
margin: 0;
width: 100%;
background: #fff;
}
.fancybox-error {
padding: 40px;
max-width: 380px;
cursor: default;
}
.fancybox-error p {
margin: 0;
padding: 0;
color: #444;
font-size: 16px;
line-height: 20px;
}
.fancybox-button {
box-sizing: border-box;
display: inline-block;
vertical-align: top;
width: 44px;
height: 44px;
margin: 0;
padding: 10px;
border: 0;
border-radius: 0;
background: rgba(30, 30, 30, 0.6);
transition: color 0.3s ease;
cursor: pointer;
outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
color: #fff;
}
.fancybox-button[disabled] {
color: #ccc;
cursor: default;
opacity: 0.6;
}
.fancybox-button svg {
display: block;
position: relative;
overflow: visible;
shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
fill: currentColor;
stroke: currentColor;
stroke-linejoin: round;
stroke-width: 3;
}
.fancybox-button--share svg path {
stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
display: none;
}
.fancybox-button--zoom svg path {
fill: transparent;
}
.fancybox-navigation {
display: none;
}
.fancybox-show-nav .fancybox-navigation {
display: block;
}
.fancybox-navigation button {
position: absolute;
top: 50%;
margin: -50px 0 0;
z-index: 99997;
background: transparent;
width: 60px;
height: 100px;
padding: 17px;
}
.fancybox-navigation button:before {
content: "";
position: absolute;
top: 30px;
right: 10px;
width: 40px;
height: 40px;
background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
right: 0;
}
.fancybox-close-small {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
background: transparent;
z-index: 10;
cursor: pointer;
}
.fancybox-close-small:after {
content: "×";
position: absolute;
top: 5px;
right: 5px;
color: #888;
text-align: center;
border-width: 0;
background-color: transparent;
transition: background-color 0.25s;
box-sizing: border-box;
z-index: 2;
}
.fancybox-close-small:focus {
outline: none;
}
.fancybox-close-small:focus:after {
outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
color: #555;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
top: 0;
right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
font-size: 35px;
color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
color: #fff;
background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
display: none;
}
.fancybox-caption-wrap {
bottom: 0;
left: 0;
right: 0;
padding: 60px 2vw 0;
background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
pointer-events: none;
}
.fancybox-caption {
padding: 30px 0;
border-top: 1px solid hsla(0, 0%, 100%, 0.4);
font-size: 14px;
color: #fff;
line-height: 20px;
-webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
pointer-events: all;
position: relative;
}
.fancybox-caption a {
color: #fff;
text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
border: 6px solid hsla(0, 0%, 39%, 0.4);
border-top: 6px solid hsla(0, 0%, 100%, 0.6);
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: a 0.8s infinite linear;
animation: a 0.8s infinite linear;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
z-index: 99999;
}
@-webkit-keyframes a {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes a {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
opacity: 0;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
-webkit-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
-webkit-transform: rotate(-1turn);
transform: rotate(-1turn);
opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
-webkit-transform: scaleX(1) translateZ(0);
transform: scaleX(1) translateZ(0);
opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
.fancybox-share {
padding: 30px;
border-radius: 3px;
background: #f4f4f4;
max-width: 90%;
text-align: center;
}
.fancybox-share h1 {
color: #222;
margin: 0 0 20px;
font-size: 35px;
font-weight: 700;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
p.fancybox-share__links {
margin-right: -10px;
}
.fancybox-share__button {
display: inline-block;
text-decoration: none;
margin: 0 10px 10px 0;
padding: 0 15px;
min-width: 130px;
border: 0;
border-radius: 3px;
background: #fff;
white-space: nowrap;
font-size: 14px;
font-weight: 700;
line-height: 40px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
transition: all 0.2s;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
position: relative;
top: -1px;
width: 25px;
height: 25px;
margin-right: 7px;
vertical-align: middle;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
box-sizing: border-box;
width: 100%;
margin: 10px 0 0;
padding: 10px 15px;
background: transparent;
color: #5d5b5b;
font-size: 14px;
outline: none;
border: 0;
border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
display: none;
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 212px;
margin: 0;
padding: 2px 2px 4px;
background: #fff;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
box-sizing: border-box;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-y: hidden;
overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs > ul {
list-style: none;
position: absolute;
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-size: 0;
white-space: nowrap;
}
.fancybox-thumbs-x > ul {
overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs > ul > li {
float: left;
overflow: hidden;
padding: 0;
margin: 2px;
width: 100px;
height: 75px;
max-width: calc(50% - 4px);
max-height: calc(100% - 8px);
position: relative;
cursor: pointer;
outline: none;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box;
}
li.fancybox-thumbs-loading {
background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
position: absolute;
top: 0;
left: 0;
max-width: none;
max-height: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-thumbs > ul > li:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 4px solid #4ea7f9;
z-index: 99991;
opacity: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
opacity: 1;
}
@media (max-width: 800px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs > ul > li {
max-width: calc(100% - 10px);
}
}.row {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px; }
.row:after {
content: "";
display: table;
clear: both; }
.row .col {
float: left;
box-sizing: border-box;
padding: 0 0.75rem;
min-height: 1px; }
.row .col[class*="push-"], .row .col[class*="pull-"] {
position: relative; }
.row .col.s1 {
width: 8.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s2 {
width: 16.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s4 {
width: 33.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s5 {
width: 41.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s7 {
width: 58.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s8 {
width: 66.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s10 {
width: 83.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s11 {
width: 91.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.offset-s1 {
margin-left: 8.33333%; }
.row .col.pull-s1 {
right: 8.33333%; }
.row .col.push-s1 {
left: 8.33333%; }
.row .col.offset-s2 {
margin-left: 16.66667%; }
.row .col.pull-s2 {
right: 16.66667%; }
.row .col.push-s2 {
left: 16.66667%; }
.row .col.offset-s3 {
margin-left: 25%; }
.row .col.pull-s3 {
right: 25%; }
.row .col.push-s3 {
left: 25%; }
.row .col.offset-s4 {
margin-left: 33.33333%; }
.row .col.pull-s4 {
right: 33.33333%; }
.row .col.push-s4 {
left: 33.33333%; }
.row .col.offset-s5 {
margin-left: 41.66667%; }
.row .col.pull-s5 {
right: 41.66667%; }
.row .col.push-s5 {
left: 41.66667%; }
.row .col.offset-s6 {
margin-left: 50%; }
.row .col.pull-s6 {
right: 50%; }
.row .col.push-s6 {
left: 50%; }
.row .col.offset-s7 {
margin-left: 58.33333%; }
.row .col.pull-s7 {
right: 58.33333%; }
.row .col.push-s7 {
left: 58.33333%; }
.row .col.offset-s8 {
margin-left: 66.66667%; }
.row .col.pull-s8 {
right: 66.66667%; }
.row .col.push-s8 {
left: 66.66667%; }
.row .col.offset-s9 {
margin-left: 75%; }
.row .col.pull-s9 {
right: 75%; }
.row .col.push-s9 {
left: 75%; }
.row .col.offset-s10 {
margin-left: 83.33333%; }
.row .col.pull-s10 {
right: 83.33333%; }
.row .col.push-s10 {
left: 83.33333%; }
.row .col.offset-s11 {
margin-left: 91.66667%; }
.row .col.pull-s11 {
right: 91.66667%; }
.row .col.push-s11 {
left: 91.66667%; }
.row .col.offset-s12 {
margin-left: 100%; }
.row .col.pull-s12 {
right: 100%; }
.row .col.push-s12 {
left: 100%; }
@media only screen and (min-width: 601px) {
.row .col.m1 {
width: 8.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m2 {
width: 16.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m4 {
width: 33.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m5 {
width: 41.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m7 {
width: 58.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m8 {
width: 66.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m10 {
width: 83.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m11 {
width: 91.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.offset-m1 {
margin-left: 8.33333%; }
.row .col.pull-m1 {
right: 8.33333%; }
.row .col.push-m1 {
left: 8.33333%; }
.row .col.offset-m2 {
margin-left: 16.66667%; }
.row .col.pull-m2 {
right: 16.66667%; }
.row .col.push-m2 {
left: 16.66667%; }
.row .col.offset-m3 {
margin-left: 25%; }
.row .col.pull-m3 {
right: 25%; }
.row .col.push-m3 {
left: 25%; }
.row .col.offset-m4 {
margin-left: 33.33333%; }
.row .col.pull-m4 {
right: 33.33333%; }
.row .col.push-m4 {
left: 33.33333%; }
.row .col.offset-m5 {
margin-left: 41.66667%; }
.row .col.pull-m5 {
right: 41.66667%; }
.row .col.push-m5 {
left: 41.66667%; }
.row .col.offset-m6 {
margin-left: 50%; }
.row .col.pull-m6 {
right: 50%; }
.row .col.push-m6 {
left: 50%; }
.row .col.offset-m7 {
margin-left: 58.33333%; }
.row .col.pull-m7 {
right: 58.33333%; }
.row .col.push-m7 {
left: 58.33333%; }
.row .col.offset-m8 {
margin-left: 66.66667%; }
.row .col.pull-m8 {
right: 66.66667%; }
.row .col.push-m8 {
left: 66.66667%; }
.row .col.offset-m9 {
margin-left: 75%; }
.row .col.pull-m9 {
right: 75%; }
.row .col.push-m9 {
left: 75%; }
.row .col.offset-m10 {
margin-left: 83.33333%; }
.row .col.pull-m10 {
right: 83.33333%; }
.row .col.push-m10 {
left: 83.33333%; }
.row .col.offset-m11 {
margin-left: 91.66667%; }
.row .col.pull-m11 {
right: 91.66667%; }
.row .col.push-m11 {
left: 91.66667%; }
.row .col.offset-m12 {
margin-left: 100%; }
.row .col.pull-m12 {
right: 100%; }
.row .col.push-m12 {
left: 100%; } }
@media only screen and (min-width: 993px) {
.row .col.l1 {
width: 8.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l2 {
width: 16.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l4 {
width: 33.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l5 {
width: 41.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l7 {
width: 58.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l8 {
width: 66.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l10 {
width: 83.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l11 {
width: 91.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.offset-l1 {
margin-left: 8.33333%; }
.row .col.pull-l1 {
right: 8.33333%; }
.row .col.push-l1 {
left: 8.33333%; }
.row .col.offset-l2 {
margin-left: 16.66667%; }
.row .col.pull-l2 {
right: 16.66667%; }
.row .col.push-l2 {
left: 16.66667%; }
.row .col.offset-l3 {
margin-left: 25%; }
.row .col.pull-l3 {
right: 25%; }
.row .col.push-l3 {
left: 25%; }
.row .col.offset-l4 {
margin-left: 33.33333%; }
.row .col.pull-l4 {
right: 33.33333%; }
.row .col.push-l4 {
left: 33.33333%; }
.row .col.offset-l5 {
margin-left: 41.66667%; }
.row .col.pull-l5 {
right: 41.66667%; }
.row .col.push-l5 {
left: 41.66667%; }
.row .col.offset-l6 {
margin-left: 50%; }
.row .col.pull-l6 {
right: 50%; }
.row .col.push-l6 {
left: 50%; }
.row .col.offset-l7 {
margin-left: 58.33333%; }
.row .col.pull-l7 {
right: 58.33333%; }
.row .col.push-l7 {
left: 58.33333%; }
.row .col.offset-l8 {
margin-left: 66.66667%; }
.row .col.pull-l8 {
right: 66.66667%; }
.row .col.push-l8 {
left: 66.66667%; }
.row .col.offset-l9 {
margin-left: 75%; }
.row .col.pull-l9 {
right: 75%; }
.row .col.push-l9 {
left: 75%; }
.row .col.offset-l10 {
margin-left: 83.33333%; }
.row .col.pull-l10 {
right: 83.33333%; }
.row .col.push-l10 {
left: 83.33333%; }
.row .col.offset-l11 {
margin-left: 91.66667%; }
.row .col.pull-l11 {
right: 91.66667%; }
.row .col.push-l11 {
left: 91.66667%; }
.row .col.offset-l12 {
margin-left: 100%; }
.row .col.pull-l12 {
right: 100%; }
.row .col.push-l12 {
left: 100%; } }
@media only screen and (min-width: 1201px) {
.row .col.xl1 {
width: 8.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl2 {
width: 16.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl4 {
width: 33.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl5 {
width: 41.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl7 {
width: 58.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl8 {
width: 66.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl10 {
width: 83.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl11 {
width: 91.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.offset-xl1 {
margin-left: 8.33333%; }
.row .col.pull-xl1 {
right: 8.33333%; }
.row .col.push-xl1 {
left: 8.33333%; }
.row .col.offset-xl2 {
margin-left: 16.66667%; }
.row .col.pull-xl2 {
right: 16.66667%; }
.row .col.push-xl2 {
left: 16.66667%; }
.row .col.offset-xl3 {
margin-left: 25%; }
.row .col.pull-xl3 {
right: 25%; }
.row .col.push-xl3 {
left: 25%; }
.row .col.offset-xl4 {
margin-left: 33.33333%; }
.row .col.pull-xl4 {
right: 33.33333%; }
.row .col.push-xl4 {
left: 33.33333%; }
.row .col.offset-xl5 {
margin-left: 41.66667%; }
.row .col.pull-xl5 {
right: 41.66667%; }
.row .col.push-xl5 {
left: 41.66667%; }
.row .col.offset-xl6 {
margin-left: 50%; }
.row .col.pull-xl6 {
right: 50%; }
.row .col.push-xl6 {
left: 50%; }
.row .col.offset-xl7 {
margin-left: 58.33333%; }
.row .col.pull-xl7 {
right: 58.33333%; }
.row .col.push-xl7 {
left: 58.33333%; }
.row .col.offset-xl8 {
margin-left: 66.66667%; }
.row .col.pull-xl8 {
right: 66.66667%; }
.row .col.push-xl8 {
left: 66.66667%; }
.row .col.offset-xl9 {
margin-left: 75%; }
.row .col.pull-xl9 {
right: 75%; }
.row .col.push-xl9 {
left: 75%; }
.row .col.offset-xl10 {
margin-left: 83.33333%; }
.row .col.pull-xl10 {
right: 83.33333%; }
.row .col.push-xl10 {
left: 83.33333%; }
.row .col.offset-xl11 {
margin-left: 91.66667%; }
.row .col.pull-xl11 {
right: 91.66667%; }
.row .col.push-xl11 {
left: 91.66667%; }
.row .col.offset-xl12 {
margin-left: 100%; }
.row .col.pull-xl12 {
right: 100%; }
.row .col.push-xl12 {
left: 100%; } }
.row.jobs-grid {margin-bottom: 0px;}
.row.jobs-grid .col {
display: inline-block;
float: none;
overflow: auto;
}
@media only screen and (min-width: 993px) {
.row.jobs-grid .col.l3 {
padding: 0px;
margin-bottom: 40px;
margin-right:40px;
width: calc(25% - 33px);
}
.row.jobs-grid .col.l3:nth-child(4n){
margin-right: 0px;
}
}
@media only screen and (min-width: 750px) and (max-width: 992px) {
.row.jobs-grid .col.m4 {
padding: 0px;
margin-bottom: 20px;
margin-right:20px;
width: calc(33.333% - 17px);
}
.row.jobs-grid .col.m4:nth-child(3n){
margin-right: 0px;
}
}
@media only screen and (min-width: 481px) and (max-width: 749px) {
.row.jobs-grid .col.m4 {
padding: 0px;
margin-bottom: 20px;
margin-right:20px;
width: calc(50% - 15px);
}
.row.jobs-grid .col.m4:nth-child(2n){
margin-right: 0px;
}
}
@media only screen and (max-width: 480px) {
.row.jobs-grid .col.m4 {
padding: 0px;
margin-bottom: 20px;
width: 100%;
}
}
.jobs {
}
@media (max-width: 767px) {
.job-popup-left-col {
display:none!important;
}
.job-popup-right-col {
padding-bottom: 20px;
}
}
button#load-more-jobs {
font-size: 16px;
font-weight: bold;
border-radius: 3px;
width: 261px;
height:44px;
}
.job-item {
background-color:#f6f6f6;
padding: 20px;
position: relative;
}
.job-item h4 {
line-height:1.15em;
font-weight:600;
position: absolute;
word-break: break-word;
}
@media only screen and (min-width: 1025px) {
.job-item h4 {
font-size: 25px;
}
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
.job-item h4 {
font-size: 20px;
}
}
@media only screen (max-width: 600px) {
.job-item h4 {
font-size: 16px;
}
}
.job-item:after {
content: "";
padding-top: 100%;
display: block;
}
.job-thumb-desc {
position: absolute;
left:20px;
bottom: 20px;
font-weight:600;
}
.job-thumb-desc p {
font-size: 14px;
line-height: 1em;
margin-top: 5px;
}
a.job-link {
position: absolute;
bottom:20px;
right: 20px;
font-weight:600;
color: #B70D30;
line-height:1em;
}
.job-item p.job-location {
line-height: 1em;
font-size:16px;
font-weight:600;
margin-top: 4px;
}
@media only screen and (max-width: 800px) {
.job-item p.job-time {
bottom: 50px;
}
.job-item p.job-location {
bottom:38px;
}
}
.fancybox-close-small {
right:15px;
top:15px;
}
.fancybox-close-small:hover {
background-color:white!important;
}
.fancybox-close-small:after {
content: "Schliessen";
position: absolute;
width:auto!important;
}
.popuptitlemaincont {
background-color:white!important;
}
#collapse-job{
visibility: visible;
-moz-transition: height .5s;
-ms-transition: height .5s;
-o-transition: height .5s;
-webkit-transition: height .5s;
transition: height .5s;
height: 0;
overflow: hidden;
} @media (min-width:769px) and (max-width:1300px) {
.news-grid {
display: flex;
}
}
@media (min-width:768px) {
}
.news-grid .news-item {
background-repeat: no-repeat;
background-size: cover;
color:white;
}
@media (min-width:1301px) {
.news-grid .news-item:nth-child(1){
display: flex;
align-items: flex-end;
height:638px;
width:58%;
padding:90px 50px;
}
.news-grid .news-item {
height:319px;
width:42%;
padding:40px 56px;
}
}
.news-grid .news-item {
padding:20px;
display:inline-block;
float: left;
background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.5));
background-size:cover;
}
@media (max-width:1300px) {
.news-grid .news-item {
height:auto;
}
.news-grid .news-item:nth-child(3n+2){
margin: 0 10px;
}
}
@media (max-width:768px) {
.news-grid .news-item:nth-child(3n+2){
margin:10px 0;
}
}
.news-grid .news-item:nth-child(1) .news-content{
height: auto;
}
.news-grid .news-content {
position: relative;
height: 100%;
}
.news-grid .news-item p.news-date{
}
.news-grid .news-item p.news-excerpt {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
}
.news-grid .news-item p.news-title{
font-size: 25px;
font-weight: 600;
line-height: 1.2em;
margin-bottom: 0.7em;
}
.news-grid .news-item a.excerpt{
font-style: italic;
margin-top:23px;
}
@media (min-width:1301px) {
.news-grid .news-item:nth-child(1) a.news-link {
margin-top:60px;
position: relative;
}
.news-grid .news-item a.news-link{
position: absolute;
bottom: 0;
}
.news-grid .news-item p.news-excerpt {
-webkit-line-clamp: 3;
}
}
.news-grid .news-item a.news-link{
margin-top:40px;
color:white;
font-size: 16px;
padding: 10px 20px;
border: 1px solid #FFFFFF;
border-radius: 3px;
display:inline-block;
}
.fancybox-close-small{
width:auto;
}
.fancybox-close-small:hover, .fancybox-close-small:after:hover  {
background:transparent!important
}
.testimonialimg{margin: auto;float: none;}
.fancyboxcont{display:none;}
.fancybox-opened{width: 60% !important;}
.fancybox-inner{width:100% !important;}
.testimonialpopupimg{float:right;padding-left: 25px;padding-bottom: 15px;padding-top: 7px;width:25%;}
.popuptitlecont{text-align:center;}
.popuptitlecont .popuptitle{display: inline-block;padding-right: 20px;margin-top: 10px;padding-top: 5px;font-size: 23px;}
.popuptitlecont .popuprolecity{display:inline-block;font-size: 12px;}
.fancybox-opened .fancybox-skin {padding:0px !important;}
.popupmailtxtcont{line-height: 25px;padding-left: 30px !important;padding-right: 30px !important;padding-bottom: 20px;padding-top: 25px;text-align: justify;font-family: 'Open Sans', sans-serif;font-size: 13px; color: #000;}
.popuptitlemaincont{background-color:#F5F2F2;}
.singletestimonialcont{min-height: 390px;padding-bottom: 20px;}
.various{font-size: 13px;}
.fancyboxcont {padding: 0px;width: 75%;}
@media(max-width:767px){.testimonialpopupimg {float: none; padding-left: 0px;margin: auto;}.fancybox-opened {width: 85% !important;left: 7% !important;}}
.fancybox-navigation button {
width:auto!important;
}
.fancybox-navigation {
display: block;
}
.fancybox-navigation button:before {
background: transparent!important;
}
.fancybox-navigation .fancybox-button--arrow_left i {
margin-right: 8px;
}
.fancybox-navigation .fancybox-button--arrow_right i {
margin-left: 8px;
}
@media (max-width: 767px) {
.fancybox-navigation button{
display:none;
}
}.job-item {
background-color:#f7f7f7;
background-size: cover;
background-position: center center;
}
.row {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px; }
.row:after {
content: "";
display: table;
clear: both; }
.row .col {
float: left;
box-sizing: border-box;
padding: 0 0.75rem;
min-height: 1px; }
.row .col[class*="push-"], .row .col[class*="pull-"] {
position: relative; }
.row .col.s1 {
width: 8.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s2 {
width: 16.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s4 {
width: 33.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s5 {
width: 41.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s7 {
width: 58.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s8 {
width: 66.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s10 {
width: 83.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s11 {
width: 91.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.s12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.offset-s1 {
margin-left: 8.33333%; }
.row .col.pull-s1 {
right: 8.33333%; }
.row .col.push-s1 {
left: 8.33333%; }
.row .col.offset-s2 {
margin-left: 16.66667%; }
.row .col.pull-s2 {
right: 16.66667%; }
.row .col.push-s2 {
left: 16.66667%; }
.row .col.offset-s3 {
margin-left: 25%; }
.row .col.pull-s3 {
right: 25%; }
.row .col.push-s3 {
left: 25%; }
.row .col.offset-s4 {
margin-left: 33.33333%; }
.row .col.pull-s4 {
right: 33.33333%; }
.row .col.push-s4 {
left: 33.33333%; }
.row .col.offset-s5 {
margin-left: 41.66667%; }
.row .col.pull-s5 {
right: 41.66667%; }
.row .col.push-s5 {
left: 41.66667%; }
.row .col.offset-s6 {
margin-left: 50%; }
.row .col.pull-s6 {
right: 50%; }
.row .col.push-s6 {
left: 50%; }
.row .col.offset-s7 {
margin-left: 58.33333%; }
.row .col.pull-s7 {
right: 58.33333%; }
.row .col.push-s7 {
left: 58.33333%; }
.row .col.offset-s8 {
margin-left: 66.66667%; }
.row .col.pull-s8 {
right: 66.66667%; }
.row .col.push-s8 {
left: 66.66667%; }
.row .col.offset-s9 {
margin-left: 75%; }
.row .col.pull-s9 {
right: 75%; }
.row .col.push-s9 {
left: 75%; }
.row .col.offset-s10 {
margin-left: 83.33333%; }
.row .col.pull-s10 {
right: 83.33333%; }
.row .col.push-s10 {
left: 83.33333%; }
.row .col.offset-s11 {
margin-left: 91.66667%; }
.row .col.pull-s11 {
right: 91.66667%; }
.row .col.push-s11 {
left: 91.66667%; }
.row .col.offset-s12 {
margin-left: 100%; }
.row .col.pull-s12 {
right: 100%; }
.row .col.push-s12 {
left: 100%; }
@media only screen and (min-width: 601px) {
.row .col.m1 {
width: 8.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m2 {
width: 16.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m4 {
width: 33.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m5 {
width: 41.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m7 {
width: 58.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m8 {
width: 66.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m10 {
width: 83.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m11 {
width: 91.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.m12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.offset-m1 {
margin-left: 8.33333%; }
.row .col.pull-m1 {
right: 8.33333%; }
.row .col.push-m1 {
left: 8.33333%; }
.row .col.offset-m2 {
margin-left: 16.66667%; }
.row .col.pull-m2 {
right: 16.66667%; }
.row .col.push-m2 {
left: 16.66667%; }
.row .col.offset-m3 {
margin-left: 25%; }
.row .col.pull-m3 {
right: 25%; }
.row .col.push-m3 {
left: 25%; }
.row .col.offset-m4 {
margin-left: 33.33333%; }
.row .col.pull-m4 {
right: 33.33333%; }
.row .col.push-m4 {
left: 33.33333%; }
.row .col.offset-m5 {
margin-left: 41.66667%; }
.row .col.pull-m5 {
right: 41.66667%; }
.row .col.push-m5 {
left: 41.66667%; }
.row .col.offset-m6 {
margin-left: 50%; }
.row .col.pull-m6 {
right: 50%; }
.row .col.push-m6 {
left: 50%; }
.row .col.offset-m7 {
margin-left: 58.33333%; }
.row .col.pull-m7 {
right: 58.33333%; }
.row .col.push-m7 {
left: 58.33333%; }
.row .col.offset-m8 {
margin-left: 66.66667%; }
.row .col.pull-m8 {
right: 66.66667%; }
.row .col.push-m8 {
left: 66.66667%; }
.row .col.offset-m9 {
margin-left: 75%; }
.row .col.pull-m9 {
right: 75%; }
.row .col.push-m9 {
left: 75%; }
.row .col.offset-m10 {
margin-left: 83.33333%; }
.row .col.pull-m10 {
right: 83.33333%; }
.row .col.push-m10 {
left: 83.33333%; }
.row .col.offset-m11 {
margin-left: 91.66667%; }
.row .col.pull-m11 {
right: 91.66667%; }
.row .col.push-m11 {
left: 91.66667%; }
.row .col.offset-m12 {
margin-left: 100%; }
.row .col.pull-m12 {
right: 100%; }
.row .col.push-m12 {
left: 100%; } }
@media only screen and (min-width: 993px) {
.row .col.l1 {
width: 8.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l2 {
width: 16.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l4 {
width: 33.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l5 {
width: 41.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l7 {
width: 58.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l8 {
width: 66.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l10 {
width: 83.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l11 {
width: 91.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.l12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.offset-l1 {
margin-left: 8.33333%; }
.row .col.pull-l1 {
right: 8.33333%; }
.row .col.push-l1 {
left: 8.33333%; }
.row .col.offset-l2 {
margin-left: 16.66667%; }
.row .col.pull-l2 {
right: 16.66667%; }
.row .col.push-l2 {
left: 16.66667%; }
.row .col.offset-l3 {
margin-left: 25%; }
.row .col.pull-l3 {
right: 25%; }
.row .col.push-l3 {
left: 25%; }
.row .col.offset-l4 {
margin-left: 33.33333%; }
.row .col.pull-l4 {
right: 33.33333%; }
.row .col.push-l4 {
left: 33.33333%; }
.row .col.offset-l5 {
margin-left: 41.66667%; }
.row .col.pull-l5 {
right: 41.66667%; }
.row .col.push-l5 {
left: 41.66667%; }
.row .col.offset-l6 {
margin-left: 50%; }
.row .col.pull-l6 {
right: 50%; }
.row .col.push-l6 {
left: 50%; }
.row .col.offset-l7 {
margin-left: 58.33333%; }
.row .col.pull-l7 {
right: 58.33333%; }
.row .col.push-l7 {
left: 58.33333%; }
.row .col.offset-l8 {
margin-left: 66.66667%; }
.row .col.pull-l8 {
right: 66.66667%; }
.row .col.push-l8 {
left: 66.66667%; }
.row .col.offset-l9 {
margin-left: 75%; }
.row .col.pull-l9 {
right: 75%; }
.row .col.push-l9 {
left: 75%; }
.row .col.offset-l10 {
margin-left: 83.33333%; }
.row .col.pull-l10 {
right: 83.33333%; }
.row .col.push-l10 {
left: 83.33333%; }
.row .col.offset-l11 {
margin-left: 91.66667%; }
.row .col.pull-l11 {
right: 91.66667%; }
.row .col.push-l11 {
left: 91.66667%; }
.row .col.offset-l12 {
margin-left: 100%; }
.row .col.pull-l12 {
right: 100%; }
.row .col.push-l12 {
left: 100%; } }
@media only screen and (min-width: 1201px) {
.row .col.xl1 {
width: 8.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl2 {
width: 16.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl3 {
width: 25%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl4 {
width: 33.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl5 {
width: 41.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl6 {
width: 50%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl7 {
width: 58.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl8 {
width: 66.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl9 {
width: 75%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl10 {
width: 83.33333%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl11 {
width: 91.66667%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.xl12 {
width: 100%;
margin-left: auto;
left: auto;
right: auto; }
.row .col.offset-xl1 {
margin-left: 8.33333%; }
.row .col.pull-xl1 {
right: 8.33333%; }
.row .col.push-xl1 {
left: 8.33333%; }
.row .col.offset-xl2 {
margin-left: 16.66667%; }
.row .col.pull-xl2 {
right: 16.66667%; }
.row .col.push-xl2 {
left: 16.66667%; }
.row .col.offset-xl3 {
margin-left: 25%; }
.row .col.pull-xl3 {
right: 25%; }
.row .col.push-xl3 {
left: 25%; }
.row .col.offset-xl4 {
margin-left: 33.33333%; }
.row .col.pull-xl4 {
right: 33.33333%; }
.row .col.push-xl4 {
left: 33.33333%; }
.row .col.offset-xl5 {
margin-left: 41.66667%; }
.row .col.pull-xl5 {
right: 41.66667%; }
.row .col.push-xl5 {
left: 41.66667%; }
.row .col.offset-xl6 {
margin-left: 50%; }
.row .col.pull-xl6 {
right: 50%; }
.row .col.push-xl6 {
left: 50%; }
.row .col.offset-xl7 {
margin-left: 58.33333%; }
.row .col.pull-xl7 {
right: 58.33333%; }
.row .col.push-xl7 {
left: 58.33333%; }
.row .col.offset-xl8 {
margin-left: 66.66667%; }
.row .col.pull-xl8 {
right: 66.66667%; }
.row .col.push-xl8 {
left: 66.66667%; }
.row .col.offset-xl9 {
margin-left: 75%; }
.row .col.pull-xl9 {
right: 75%; }
.row .col.push-xl9 {
left: 75%; }
.row .col.offset-xl10 {
margin-left: 83.33333%; }
.row .col.pull-xl10 {
right: 83.33333%; }
.row .col.push-xl10 {
left: 83.33333%; }
.row .col.offset-xl11 {
margin-left: 91.66667%; }
.row .col.pull-xl11 {
right: 91.66667%; }
.row .col.push-xl11 {
left: 91.66667%; }
.row .col.offset-xl12 {
margin-left: 100%; }
.row .col.pull-xl12 {
right: 100%; }
.row .col.push-xl12 {
left: 100%; } }table.tafe-table {
margin: 0;
border-collapse: collapse;
width: 100%;
color: #111;
font-size: 1em;
line-height: 1.8;
}
table.tafe-table td, table.tafe-table th {
padding: 0.5em; 
border: 1px solid #767676;
word-break: break-all; 
}
@media only screen and (max-width: 767px){
table.tafe-table td, table.tafe-table th {
word-break: normal; 
}
}
table td.td-content-type-image {
line-height: 0;
}
.table-addons-icon-wrapper {
display: inline-block;
line-height: 1;
transition: all .3s;
}
.table-addons-icon-wrapper svg,
.table-addons-icon-content svg {
height: 16px;
}
table.tafe-table img {
max-width: 100%!important;
}
.table-addons-button {
display: inline-block;
line-height: 1;
background-color: #0198BA;
font-size: 16px;
padding: 12px 24px;
border-radius: 3px;
color: #fff;
fill: #fff;
text-align: center;
transition: all .3s;
text-decoration: none;
}
.table-addons-button:hover {
color: #fff;
}
.entry .entry-content a.table-addons-button, .entry .entry-content a.table-addons-button:hover {
text-decoration: none;
}
.table-addons-button-content-wrapper,
.table-addons-icon-content {
display: flex;
justify-content: center;
align-items: center;
}
.table-addons-button-text,
.table-addons-icon-content-text {
flex-grow: 1;
order: 10;
display: inline-block;
}
.table-addons-button .table-addons-align-icon-left,
.table-addons-icon-content .table-addons-align-icon-left {
margin-right: 5px;
order: 5;
display: flex;
}
.table-addons-button .table-addons-align-icon-right,
.table-addons-icon-content .table-addons-align-icon-right {
margin-left: 5px;
order: 15;
}
.table-addons-icon-content-wrapper {
display: inline-block;
}
a.table-addons-link,
.entry .entry-content a.table-addons-link {
text-decoration: none;
}
.table-addons-editor-mode-pro-notice {
font-size: 14px;
line-height: 1.3;
color: #515962;
word-break: normal;
text-align: left !important;
}
.table-addons-editor-mode-pro-notice a {
color: #2563EB;
text-decoration: none !important;
} @media only screen and (max-width: 767px){
table.tafe-table.auto-responsive-active, table.tafe-table.auto-responsive-active thead, table.tafe-table.auto-responsive-active tbody, table.tafe-table.auto-responsive-active td, table.tafe-table.auto-responsive-active tr {
display: block;
}
table.tafe-table.auto-responsive-active th {
display: none;
}
table.tafe-table.auto-responsive-active td {
padding-left: 50%;
position: relative;
}
table.tafe-table.auto-responsive-active td::before {
content: attr(data-label);
position: absolute;
left: 0;
padding: inherit;
padding-left: 15px;
top: 0;
width: 45%;
height: 100%;
}
table.tafe-table.auto-responsive-active td.td-content-type-image {
line-height: inherit;
}
}.ast-header-break-point .ast-header-sections-navigation{border-top:1px solid var(--ast-border-color);background-color:#f9f9f9}.ast-header-break-point .ast-header-sections-navigation .ast-swap-above-header-sections .ast-above-header-section-1{order:2;justify-content:flex-end}.ast-header-break-point .ast-header-sections-navigation .ast-swap-above-header-sections .ast-above-header-section-2{order:1;justify-content:flex-start}.ast-header-break-point .ast-header-sections-navigation .ast-swap-below-header-sections .below-header-section-1{order:2;justify-content:flex-end}.ast-header-break-point .ast-header-sections-navigation .ast-swap-below-header-sections .below-header-section-2{order:1;justify-content:flex-start}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link{padding-left:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link{padding-left:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link{padding-left:0}.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link{padding-left:0}.ast-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto}.ast-nav-up{transform:translateY(-100%)}.site-header .sticky-custom-logo{display:none}.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover{background:0 0}.ast-fullscreen-active .ast-above-header,.ast-offcanvas-active .ast-above-header{z-index:4}.ast-fullscreen-active .ast-above-header.ast-sticky-active,.ast-offcanvas-active .ast-above-header.ast-sticky-active{z-index:0}#ast-fixed-header{position:fixed;visibility:hidden;top:0;left:0;width:100%}#ast-fixed-header .main-header-bar{box-shadow:0 1px 2px rgba(0,0,0,.2)}#ast-fixed-header.ast-header-slide{transform:translateY(-100%);transition:transform .3s linear,top .3s linear,visibility .3s linear}#ast-fixed-header.ast-header-fade{opacity:0;transition:opacity .3s linear}.main-header-bar.ast-sticky-active{box-shadow:0 2px 10px 0 rgba(36,50,66,.075)}.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link,.ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link{display:none}.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo{display:inline-block}.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:none}.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar{line-height:55px}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px!important;width:auto}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar{padding-bottom:0}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity,.ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar,.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar{padding-bottom:0}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .ast-below-header-bar .ast-site-identity,.ast-sticky-below-shrink .ast-sticky-shrunk.ast-below-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-below-header-bar,.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk.ast-below-header-bar{padding-bottom:0}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-header-break-point .ast-sticky-active .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo{display:none}.ast-header-break-point .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img{display:none}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img{display:inline-block}.above-header-toggle-on .main-header-bar{z-index:1}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{position:fixed}.site-above-header-wrap,.site-below-header-wrap,.site-primary-header-wrap{transition:all .2s linear}.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active{z-index:5}.ast-fullscreen-menu-overlay #ast-fixed-header{z-index:9}.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper,.ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar{overflow-y:unset!important}#ast-mobile-header .content-align-flex-start{max-height:60vh;overflow:auto}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .3s ease-in-out,display .3s ease-in-out;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:var(--ast-fs-search-submit-background,0 0);padding:0;border-radius:50%;box-shadow:none;color:var(--ast-fs-search-text-color,#9e9e9e);transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper,.ast-search-box.header-cover .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form,.ast-search-box.header-cover .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.96);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit,.ast-search-box.header-cover .search-text-wrap{display:inline-block}.ast-search-box.header-cover .search-text-wrap{width:calc(100% - 2.5em);vertical-align:middle}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.96);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400;transition-delay:50ms;transition:all .3s ease-in-out}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid var(--ast-border-color)}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2em;padding-left:20px;line-height:1.7;width:92%;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:var(--ast-fs-search-font-size, 1.7em)}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media (max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder{opacity:.5}.site-header .ast-inline-search.ast-search-menu-icon .search-form{padding-left:0;padding-right:0}.site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:2em}.ast-inline-search.ast-search-menu-icon{position:relative;transform:none;left:0;right:0}.ast-inline-search.ast-search-menu-icon .search-submit{display:block;background:0 0;border:none;position:absolute;height:100%;right:.25em;padding:0;top:0;font-size:1.3em;color:#757575}.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form{padding:0}.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-right:2em}.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field{width:80%}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover{display:none}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form{padding-left:0;left:auto;padding-right:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form{left:-1em;padding-left:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form{left:0;padding-left:0;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:0}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;padding-left:3em;padding-right:1em}.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.iphone.full-screen,.ipod.full-screen{position:fixed!important}@media (max-width:992px){.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}}@media (max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}