@charset "UTF-8";
#menu-item-3085, #menu-item-4367, #menu-item-5800 {
display: none;
}
@media only screen and (max-width: 1124px) {
#menu-item-3085, #menu-item-4367, #menu-item-5800 {
display: block;
}
}
#give-lively-widget .gl-widget__input-group .gl-widget__donation-input-field {
height: 50px !important;
padding: 0 60px 0 40px !important;
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes pulse {
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
from,
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
from,
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
from,
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
from,
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
0%,
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
0%,
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
from,
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
from,
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes wobble {
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
from,
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
from,
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
@-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.fl-node-9ytmeazn4i10 > .fl-row-content-wrap {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #ffffff;
border-top-width: 20px;
border-right-width: 20px;
border-bottom-width: 20px;
border-left-width: 20px;
}
.fl-builder-mobile .fl-node-9ytmeazn4i10 > .fl-row-content-wrap {
background-image: url(https://www.inhp.org/wp-content/uploads/2024/09/c01-3_resize.jpg);
background-position: center center;
background-attachment: scroll;
}
.fl-node-9ytmeazn4i10 > .fl-row-content-wrap {
padding-top:300px;
padding-right:10px;
padding-bottom:10px;
padding-left:10px;
}
.fl-node-1keg7yjinfma > .fl-row-content-wrap {
background-color: rgba(240,235,225,0.5);
}
.fl-node-1keg7yjinfma > .fl-row-content-wrap {
padding-top:75px;
padding-bottom:60px;
}
.fl-node-wy154hg9bsfl > .fl-row-content-wrap {
background-color: #ffffff;
}
.fl-node-ytn6ks1cv2a8 > .fl-row-content-wrap {
background-color: #f7f5f0;
}
.fl-node-jz9mypx8vnlb > .fl-row-content-wrap {
background-color: rgba(255,255,255,0.5);
}
.fl-node-jz9mypx8vnlb > .fl-row-content-wrap {
padding-top:020px;
padding-bottom:10px;
}
.fl-node-v3bxl6ti7zpa {
width: 100%;
}
.fl-node-szr97bix18kl {
width: 100%;
}
.fl-node-c28o9a4px5bz {
width: 50%;
}
.fl-node-2dh5zf38wc67 {
width: 50%;
}
.fl-node-nl7su1b0t8cr {
width: 100%;
}
.fl-node-nl7su1b0t8cr > .fl-col-content {
padding-left:0px;
}
.fl-node-8nltshxo265d {
width: 66.66%;
}
.fl-node-l0ja6pr7ymfu {
width: 33.34%;
}
.fl-node-9cs2fp8oqxar {
width: 66.67%;
}
.fl-node-avwrm40p6g85 {
width: 33.33%;
}
.fl-node-qb03cwdgnz84 {
width: 100%;
}
.fl-node-m93154jrbh6k {
width: 100%;
}
.fl-node-e24oha5vksyd {
width: 100%;
}
.fl-node-0n6m3splhikz {
width: 50%;
}
.fl-node-8wvleyukb9x5 {
width: 50%;
}
.fl-node-5c052f8ad1a21 {
width: 100%;
}
.fl-node-rybolm25au4e {
width: 100%;
}
.fl-node-rybolm25au4e .uabb-icon-wrap .uabb-icon i {
width: auto;
}   .fl-node-rybolm25au4e .uabb-infobox {
background: rgba(0,148,201,0.85);
padding-top:30px;padding-bottom:30px;padding-left:30px;padding-right:30px;
} .fl-node-rybolm25au4e .infobox-left,
.fl-node-rybolm25au4e .uabb-infobox .uabb-separator {
text-align: left;
}  .fl-builder-content .fl-node-rybolm25au4e .uabb-infobox-title {
margin-top: 10px;
margin-bottom: 10px;
}  .fl-node-rybolm25au4e h2.uabb-infobox-title,
.fl-node-rybolm25au4e h2.uabb-infobox-title span a,
.fl-node-rybolm25au4e h2.uabb-infobox-title * {
color: #ffffff}
.fl-builder-content .fl-node-rybolm25au4e .uabb-infobox-text {
margin-top: 0px;
margin-bottom: 0px;
} .fl-node-rybolm25au4e .uabb-infobox-text {
color:
#5b5b5b;
}      .fl-builder-content .fl-node-rybolm25au4e .uabb-infobox-title-prefix {
color: #ffffff;
}      @media (max-width: 1122px) { 
.fl-builder-content .fl-node-rybolm25au4e .uabb-infobox {
;		}
}
@media (max-width: 768px) { 
.fl-builder-content .fl-node-rybolm25au4e .uabb-infobox {
;	}
.fl-node-rybolm25au4e .infobox-responsive- {
text-align: ;
} }
.fl-node-rybolm25au4e .uabb-infobox-text {
font-family: Montserrat, sans-serif;
font-weight: 200;
font-size: 20px;
}
.fl-node-rybolm25au4e .uabb-infobox-title-prefix {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-rybolm25au4e > .fl-module-content {
margin-right:0px;
margin-bottom:-80px;
margin-left:0px;
}
@media (max-width: 768px) { .fl-node-rybolm25au4e > .fl-module-content { margin-bottom:20px; } }	.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-8yib0gcdrfjk .uabb-heading .uabb-heading-text {
}
.fl-node-8yib0gcdrfjk .uabb-heading .uabb-heading-text {
}
.fl-node-8yib0gcdrfjk .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-8yib0gcdrfjk .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-8yib0gcdrfjk .fl-module-content.fl-node-content .uabb-heading,
.fl-node-8yib0gcdrfjk .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-8yib0gcdrfjk .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-8yib0gcdrfjk .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-8yib0gcdrfjk .uabb-responsive-medsmall .uabb-side-left,
.fl-node-8yib0gcdrfjk .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-8yib0gcdrfjk .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-8yib0gcdrfjk .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-8yib0gcdrfjk .uabb-responsive-mobile .uabb-side-left,
.fl-node-8yib0gcdrfjk .uabb-responsive-mobile .uabb-side-right,
.fl-node-8yib0gcdrfjk .uabb-responsive-medsmall .uabb-side-left,
.fl-node-8yib0gcdrfjk .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-8yib0gcdrfjk .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-8yib0gcdrfjk .uabb-heading .uabb-heading-text {
}
.fl-node-8yib0gcdrfjk .uabb-heading-wrapper .uabb-heading,
.fl-node-8yib0gcdrfjk .uabb-heading-wrapper .uabb-subheading,
.fl-node-8yib0gcdrfjk .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-8yib0gcdrfjk > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5ur21cdyeki3 .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5ur21cdyeki3 .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5ur21cdyeki3 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5ur21cdyeki3 .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5ur21cdyeki3 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5ur21cdyeki3 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5ur21cdyeki3 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5ur21cdyeki3 .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5ur21cdyeki3 .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5ur21cdyeki3 .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5ur21cdyeki3 .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5ur21cdyeki3 .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5ur21cdyeki3 .uabb-side-left{
width: 50%;
}
.fl-node-5ur21cdyeki3 .uabb-side-right{
width: 50%;
}
.fl-node-5ur21cdyeki3 .uabb-divider-content {
display: table-cell;
}
.fl-node-5ur21cdyeki3 .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5ur21cdyeki3 .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5ur21cdyeki3 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5ur21cdyeki3 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5ur21cdyeki3 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5ur21cdyeki3 .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5ur21cdyeki3 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5ur21cdyeki3 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5ur21cdyeki3 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5ur21cdyeki3 > .fl-module-content {
margin-top:0px;
}
.uabb-image-carousel {
position: relative;
text-align: center;
}
.internet-explorer9 .uabb-background-mask .uabb-overlay-icon {
top: 50%;
position: absolute;
transform: translateX(-50%) translateY(-50%);
left: 50%;
}
.uabb-image-carousel-item {
float: left;
text-align: center;
display: none;
}
.uabb-image-carousel-content {
position: relative;
text-align: center;
overflow: hidden;
}
.uabb-image-carousel img {
width: 100%!important;
height: auto!important;
max-width: 100%;
}
.uabb-image-carousel .slick-prev i,
.uabb-image-carousel .slick-next i,
.uabb-image-carousel .slick-prev i:hover,
.uabb-image-carousel .slick-next i:hover,
.uabb-image-carousel .slick-prev i:focus,
.uabb-image-carousel .slick-next i:focus {
font-size: 20px;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
box-sizing: content-box;
}
.uabb-image-carousel .slick-prev,
.uabb-image-carousel .slick-next,
.uabb-image-carousel .slick-prev:hover,
.uabb-image-carousel .slick-prev:focus,
.uabb-image-carousel .slick-next:hover,
.uabb-image-carousel .slick-next:focus {
display: block;
position: absolute;
font-size: 0;
line-height: 0;
width: auto;
height: auto;
top: 50%;
padding: 0;
cursor: pointer;
color: #000;
border: none;
outline: none;
background: transparent;
border-radius: 0;
}
.uabb-image-carousel .slick-prev:hover:before,
.uabb-image-carousel .slick-prev:focus:before,
.uabb-image-carousel .slick-next:hover:before,
.uabb-image-carousel .slick-next:focus:before {
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.uabb-image-carousel .slick-prev.slick-disabled:before,
.uabb-image-carousel .slick-next.slick-disabled:before {
opacity: .25;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
}
.uabb-image-carousel .slick-prev:before,
.uabb-image-carousel .slick-next:before {
content: '';
font-size: 0;
line-height: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.uabb-image-carousel .slick-prev,
.uabb-image-carousel .slick-prev:hover {
left: -20px;
z-index: 1;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.uabb-image-carousel .slick-next,
.uabb-image-carousel .slick-next:hover {
right: -20px;
z-index: 1;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.uabb-image-carousel.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.uabb-image-carousel .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.uabb-image-carousel .slick-list:focus {
outline: none;
}
.uabb-image-carousel .slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.uabb-image-carousel.slick-slider .slick-track,
.uabb-image-carousel.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.uabb-image-carousel .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.uabb-image-carousel .slick-track:before,
.uabb-image-carousel .slick-track:after {
display: table;
content: '';
}
.uabb-image-carousel .slick-track:after {
clear: both;
}
.uabb-image-carousel .slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.uabb-image-carousel .slick-slide.dragging img {
pointer-events: none;
}
.uabb-image-carousel .slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.uabb-image-carousel .slick-arrow,
.uabb-image-carousel .slick-arrow:active,
.uabb-image-carousel .slick-arrow:hover,
.uabb-image-carousel .slick-arrow:focus {
box-shadow: none;
}
.uabb-image-carousel ul.slick-dots {
display: block;
position: relative;
margin: 0;
left: 0;
width: 100%;
text-align: center;
}
.uabb-image-carousel ul.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0;
padding: 0;
cursor: pointer;
}
.uabb-image-carousel ul.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.uabb-image-carousel ul.slick-dots li button:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '\f111';
text-align: center;
opacity: .25;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.uabb-image-carousel-caption {
font-size: 13px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.uabb-image-carousel-caption-below {
padding: 15px;
}
.uabb-image-carousel-caption-hover {
background: rgba(0, 0, 0, 0.7);
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0);
padding: 10px 15px;
position: absolute;
right: 0;
-webkit-transition: opacity .3s linear;
transition: opacity .3s linear;
}
.uabb-image-carousel-content:hover .uabb-image-carousel-caption-hover {
opacity: 100;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
filter: alpha(opacity=100);
}
.uabb-background-mask {
background: rgba(0, 0, 0, .5);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
overflow: hidden;
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
}
.uabb-background-mask .uabb-overlay-icon i {
line-height: 1em;
width: 1.3em;
height: 1em;
}
.uabb-background-mask .uabb-caption {
margin-bottom: 10px;
}
.uabb-background-mask .uabb-inner-mask {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
}
.uabb-background-mask.from-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.uabb-background-mask.from-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.uabb-background-mask.from-top {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.uabb-background-mask.from-bottom {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.uabb-image-carousel-content:hover .uabb-background-mask {
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
-webkit-transform: translate(0);
transform: translate(0);
-webkit-transition-delay: 150ms;
transition-delay: 150ms;
}
.uabb-image-carousel .uabb-image-carousel-content .uabb-gallery-img,
.uabb-masonary-content .uabb-image-carousel-content .uabb-gallery-img {
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.uabb-image-carousel.zoom-in .uabb-image-carousel-content:hover .uabb-gallery-img,
.uabb-masonary-content.zoom-in .uabb-image-carousel-content:hover .uabb-gallery-img,
.uabb-image-carousel.zoom-out .uabb-image-carousel-content .uabb-gallery-img,
.uabb-masonary-content.zoom-out .uabb-image-carousel-content .uabb-gallery-img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.uabb-image-carousel.zoom-out .uabb-image-carousel-content:hover .uabb-gallery-img,
.uabb-masonary-content.zoom-out .uabb-image-carousel-content:hover .uabb-gallery-img {
-webkit-transform: scale(1);
transform: scale(1);
}
.uabb-image-carousel-link a,
.uabb-image-carousel-link img,
.uabb-image-carousel .slick-slide img,
.uabb-image-carousel.slick-initialized .slick-slide {
display: block;
}
.uabb-image-carousel .slick-loading .slick-track,
.uabb-image-carousel .slick-loading .slick-slide {
visibility: hidden;
}
.uabb-image-carousel .slick-slide.slick-loading img,
.uabb-image-carousel .slick-arrow.slick-hidden {
display: none;
} .theme-twentytwentyone .uabb-image-carousel button.slick-prev.slick-arrow,
.theme-twentytwentyone .uabb-image-carousel button.slick-next.slick-arrow {
background: unset;
}
.theme-twentytwentyone .uabb-image-carousel ul.slick-dots li button{
background: unset;
}
.uabb-image-carousel ul.slick-dots li.slick-active button:before {
opacity: 0.75;
color: black;
} .fl-node-m782i0y9nckw .uabb-image-carousel {
margin: -10px;
}
.fl-node-m782i0y9nckw .uabb-image-carousel-item {
width: 100%;
padding: 10px;
} .fl-node-m782i0y9nckw .slick-prev i,
.fl-node-m782i0y9nckw .slick-next i,
.fl-node-m782i0y9nckw .slick-prev i:hover,
.fl-node-m782i0y9nckw .slick-next i:hover,
.fl-node-m782i0y9nckw .slick-prev i:focus,
.fl-node-m782i0y9nckw .slick-next i:focus {
outline: none;
color: #0094c9;
border-radius: 50%;
background: #ffffff;
}
.fl-node-m782i0y9nckw div.uabb-image-carousel .slick-prev,
.fl-node-m782i0y9nckw [dir='rtl'] div.uabb-image-carousel .slick-next {
left: 10px;
}
.fl-node-m782i0y9nckw div.uabb-image-carousel .slick-next,
.fl-node-m782i0y9nckw [dir='rtl'] div.uabb-image-carousel .slick-prev
{
right: 10px;
transform: translate(50%, -50%);
}
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-prev i,
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-next i,
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-prev i:hover,
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-prev i:focus,
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-next i:focus,
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-next i:hover {
width: 28px;
height: 28px;
line-height: 28px;
}
.mfp-gallery img.mfp-img {
padding: 40px 0;
}	
.mfp-counter {
display: block !important;
}
.fl-node-m782i0y9nckw .uabb-background-mask {
background: rgba(0,0,0,0.7);
}
.fl-node-m782i0y9nckw .uabb-background-mask .uabb-overlay-icon i {
color: ;
font-size: 16px;
}
.fl-node-m782i0y9nckw .uabb-image-carousel-caption {
background-color: #f7f7f7;
}
.fl-node-m782i0y9nckw .uabb-image-carousel-caption,
.fl-node-m782i0y9nckw .uabb-background-mask .uabb-caption  {
}
@media ( max-width: 1122px ) {
}
@media ( max-width: 768px ) {
.fl-node-m782i0y9nckw div.uabb-image-carousel .slick-prev,
.fl-node-m782i0y9nckw [dir='rtl'] div.uabb-image-carousel .slick-next {
left: 10px;
}
.fl-node-m782i0y9nckw div.uabb-image-carousel .slick-next,
.fl-node-m782i0y9nckw [dir='rtl'] div.uabb-image-carousel .slick-prev
{
right: 10px;
transform: translate(50%, -50%);
}
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-prev i,
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-next i,
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-prev i:hover,
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-prev i:focus,
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-next i:focus,
.fl-node-m782i0y9nckw .uabb-image-carousel .slick-next i:hover {
width: 20px;
height: 20px;
line-height: 20px;
font-size: 15px;
}
}
.uabb-info-list .uabb-info-list-left,
.uabb-info-list .uabb-info-list-right {
float: none;
}
.uabb-info-list .uabb-info-list-wrapper > li {
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
.uabb-module-content .uabb-text-editor :not(a) {
color: inherit;
}
.uabb-module-content .uabb-text-editor :not(i) {
font-family: inherit;
}
.uabb-module-content .uabb-text-editor :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
font-size: inherit;
line-height: inherit;
}
.uabb-module-content .uabb-text-editor :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(strong):not(b):not(i) {
font-weight: inherit;
}
.uabb-info-list-content .uabb-info-list-description p:last-of-type {
margin-bottom: 0;
}
.uabb-info-list-connector,
.uabb-info-list-connector-top {
height: 100%;
position: absolute;
z-index: 1;
border-width: 0 0 0 1px;
}
.uabb-info-list-connector-top {
top: 0;
}
.uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-icon,
.uabb-info-list-content-wrapper.uabb-info-list-right .uabb-info-list-icon {
display: inline-block;
vertical-align: top;
}
.uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-icon {
margin-right: 20px;
}
.uabb-info-list-content-wrapper.uabb-info-list-right {
text-align: right;
direction: rtl;
}
.uabb-info-list-content-wrapper.uabb-info-list-right * {
direction: ltr;
}
.uabb-info-list-content-wrapper.uabb-info-list-right .uabb-info-list-icon {
margin-left: 20px;
}
.uabb-info-list-wrapper.uabb-info-list-top li .uabb-info-list-icon {
float: none;
margin: 0 auto;
}
.uabb-info-list-wrapper.uabb-info-list-top li .uabb-info-list-content {
margin: 15px;
padding-bottom: 0;
text-align: center;
}
.uabb-info-list-wrapper.uabb-info-list-top li .uabb-info-list-connector {
height: 0;
left: 50%;
margin-left: 0;
position: absolute;
width: 100%;
}
.uabb-info-list-content.uabb-info-list-top {
margin-right: 1em;
padding: 0;
}
.uabb-info-list-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 9;
}
.uabb-info-list-item .uabb-info-list-icon .uabb-icon-wrap {
vertical-align: middle;
}
.uabb-info-list-item .uabb-info-list-icon a {
box-shadow: none;
}
.uabb-info-list-wrapper.uabb-info-list-top .uabb-info-list-item {
width: 100%;
vertical-align: top;
}
.uabb-imgicon-wrap .uabb-icon i {
margin: 0;
}
.uabb-info-list .uabb-info-list-wrapper,
.uabb-info-list-content-wrapper .uabb-info-list-content h2,
.uabb-info-list-content-wrapper .uabb-info-list-content h3,
.uabb-info-list-content-wrapper .uabb-info-list-content h4,
.uabb-info-list-content-wrapper .uabb-info-list-content h5,
.uabb-info-list-content-wrapper .uabb-info-list-content h6 {
margin: 0;
padding: 0;
}
.uabb-info-list-content-wrapper,
.uabb-info-list-icon {
position: relative;
z-index: 5;
}
.uabb-info-list-item:first-child .uabb-info-list-connector-top,
.uabb-info-list-wrapper li:last-child .uabb-info-list-connector {
display: none;
}
.uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content,
.uabb-info-list-content-wrapper.uabb-info-list-right .uabb-info-list-content,
.uabb-info-list-wrapper.uabb-info-list-top li,
.uabb-info-list-icon .icon {
display: inline-block;
}
.uabb-info-list-content-wrapper.uabb-info-list-top .uabb-info-list-icon,
.uabb-info-list-content-wrapper.uabb-info-list-top .uabb-info-list-content,
.uabb-info-list-wrapper.uabb-info-list-top {
display: block;
}
@media only screen and (max-width:767px) {
.uabb-info-list-wrapper.uabb-info-list-top .uabb-info-list-item .uabb-info-list-connector {
display: none;
}
}
.fl-builder-content .fl-node-408eqvsyx61d .uabb-info-list-icon {
vertical-align: middle;
}
.fl-builder-content .fl-node-408eqvsyx61d .uabb-info-list-content {
vertical-align: middle;
}
.fl-node-408eqvsyx61d .uabb-info-list-wrapper .uabb-info-list-item:last-child {
padding-bottom: 0;
}
.fl-node-408eqvsyx61d .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
width: calc( 100% - 52px );
}
.fl-node-408eqvsyx61d .uabb-info-list-wrapper.uabb-info-list-left li .uabb-info-list-connector,
.fl-node-408eqvsyx61d .uabb-info-list-wrapper.uabb-info-list-left li .uabb-info-list-connector-top {
left: 16px;
}
.fl-node-408eqvsyx61d .uabb-info-list-wrapper .uabb-info-list-item {
padding-bottom: 10px;
}
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-left,
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-right {
text-align: left;
}
.fl-node-408eqvsyx61d .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content,
.fl-node-408eqvsyx61d .uabb-info-list-content-wrapper.uabb-info-list-right .uabb-info-list-content {
width: auto;
}
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-icon .custom-character0 {
text-align: center;
color: ##0094c9;
font-size:16px;
width:32px;
height:32px;
line-height:32px;
background: #ffffff;
border-radius: 100%;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: center;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i,
.fl-node-408eqvsyx61d .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i:before {
color: #003b5c			;
font-size: 16px;
height: auto;
width: auto;
background: #ffffff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
line-height:
32px;
height:
32px;				width:
32px;				text-align: center; }
.fl-node-408eqvsyx61d .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i:before {
background: none;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i:hover,
.fl-node-408eqvsyx61d .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i:hover:before {
color: ;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i:hover:before {
background: none;
} @media ( max-width: 1122px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic0 .uabb-imgicon-wrap .uabb-photo-img {
background: #ffffff;
}
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-icon .custom-character1 {
text-align: center;
color: ##0094c9;
font-size:16px;
width:32px;
height:32px;
line-height:32px;
background: #ffffff;
border-radius: 100%;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic1 .uabb-imgicon-wrap {
text-align: center;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i,
.fl-node-408eqvsyx61d .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i:before {
color: #003b5c			;
font-size: 16px;
height: auto;
width: auto;
background: #ffffff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
line-height:
32px;
height:
32px;				width:
32px;				text-align: center; }
.fl-node-408eqvsyx61d .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i:before {
background: none;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i:hover,
.fl-node-408eqvsyx61d .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i:hover:before {
color: ;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i:hover:before {
background: none;
} @media ( max-width: 1122px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic1 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic1 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic1 .uabb-imgicon-wrap .uabb-photo-img {
background: #ffffff;
}
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-icon .custom-character2 {
text-align: center;
color: ##0094c9;
font-size:16px;
width:32px;
height:32px;
line-height:32px;
background: #ffffff;
border-radius: 100%;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic2 .uabb-imgicon-wrap {
text-align: center;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i,
.fl-node-408eqvsyx61d .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i:before {
color: #003b5c			;
font-size: 16px;
height: auto;
width: auto;
background: #ffffff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
line-height:
32px;
height:
32px;				width:
32px;				text-align: center; }
.fl-node-408eqvsyx61d .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i:before {
background: none;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i:hover,
.fl-node-408eqvsyx61d .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i:hover:before {
color: ;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i:hover:before {
background: none;
} @media ( max-width: 1122px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic2 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic2 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic2 .uabb-imgicon-wrap .uabb-photo-img {
background: #ffffff;
}
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-icon .custom-character3 {
text-align: center;
color: ##0094c9;
font-size:16px;
width:32px;
height:32px;
line-height:32px;
background: #ffffff;
border-radius: 100%;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic3 .uabb-imgicon-wrap {
text-align: center;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic3 .uabb-icon-wrap .uabb-icon i,
.fl-node-408eqvsyx61d .info-list-icon-dynamic3 .uabb-icon-wrap .uabb-icon i:before {
color: #003b5c			;
font-size: 16px;
height: auto;
width: auto;
background: #ffffff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
line-height:
32px;
height:
32px;				width:
32px;				text-align: center; }
.fl-node-408eqvsyx61d .info-list-icon-dynamic3 .uabb-icon-wrap .uabb-icon i:before {
background: none;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic3 .uabb-icon-wrap .uabb-icon i:hover,
.fl-node-408eqvsyx61d .info-list-icon-dynamic3 .uabb-icon-wrap .uabb-icon i:hover:before {
color: ;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic3 .uabb-icon-wrap .uabb-icon i:hover:before {
background: none;
} @media ( max-width: 1122px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic3 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic3 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic3 .uabb-imgicon-wrap .uabb-photo-img {
background: #ffffff;
}
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-icon .custom-character4 {
text-align: center;
color: ##0094c9;
font-size:16px;
width:32px;
height:32px;
line-height:32px;
background: #ffffff;
border-radius: 100%;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic4 .uabb-imgicon-wrap {
text-align: center;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic4 .uabb-icon-wrap .uabb-icon i,
.fl-node-408eqvsyx61d .info-list-icon-dynamic4 .uabb-icon-wrap .uabb-icon i:before {
color: #003b5c			;
font-size: 16px;
height: auto;
width: auto;
background: #ffffff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
line-height:
32px;
height:
32px;				width:
32px;				text-align: center; }
.fl-node-408eqvsyx61d .info-list-icon-dynamic4 .uabb-icon-wrap .uabb-icon i:before {
background: none;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic4 .uabb-icon-wrap .uabb-icon i:hover,
.fl-node-408eqvsyx61d .info-list-icon-dynamic4 .uabb-icon-wrap .uabb-icon i:hover:before {
color: ;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic4 .uabb-icon-wrap .uabb-icon i:hover:before {
background: none;
} @media ( max-width: 1122px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic4 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic4 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic4 .uabb-imgicon-wrap .uabb-photo-img {
background: #ffffff;
}
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-icon .custom-character5 {
text-align: center;
color: ##0094c9;
font-size:16px;
width:32px;
height:32px;
line-height:32px;
background: #ffffff;
border-radius: 100%;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic5 .uabb-imgicon-wrap {
text-align: center;
} .fl-node-408eqvsyx61d .info-list-icon-dynamic5 .uabb-icon-wrap .uabb-icon i,
.fl-node-408eqvsyx61d .info-list-icon-dynamic5 .uabb-icon-wrap .uabb-icon i:before {
color: #003b5c			;
font-size: 16px;
height: auto;
width: auto;
background: #ffffff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
line-height:
32px;
height:
32px;				width:
32px;				text-align: center; }
.fl-node-408eqvsyx61d .info-list-icon-dynamic5 .uabb-icon-wrap .uabb-icon i:before {
background: none;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic5 .uabb-icon-wrap .uabb-icon i:hover,
.fl-node-408eqvsyx61d .info-list-icon-dynamic5 .uabb-icon-wrap .uabb-icon i:hover:before {
color: ;
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic5 .uabb-icon-wrap .uabb-icon i:hover:before {
background: none;
} @media ( max-width: 1122px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic5 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-408eqvsyx61d .info-list-icon-dynamic5 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-408eqvsyx61d .info-list-icon-dynamic5 .uabb-imgicon-wrap .uabb-photo-img {
background: #ffffff;
}
.fl-node-408eqvsyx61d .uabb-icon i {
float: none;
}
.fl-node-408eqvsyx61d .uabb-icon {
display: block;
}
.fl-node-408eqvsyx61d .uabb-info-list-content .uabb-info-list-title,
.fl-node-408eqvsyx61d .uabb-info-list-content .uabb-info-list-title * {
}
.fl-node-408eqvsyx61d .uabb-info-list-content .uabb-info-list-description {
} @media ( max-width: 1122px) {
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-left,
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-right {
text-align: ;
}	
}
@media ( max-width: 768px ) {
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-left,
.fl-node-408eqvsyx61d .uabb-info-list .uabb-info-list-right {
text-align: left;
}	
} .fl-node-408eqvsyx61d > .fl-module-content {
margin-left:60px;
}
@media ( max-width: 768px ) {
.fl-node-408eqvsyx61d.fl-module > .fl-module-content {
margin-left:60px;
}
}
.fl-node-bah29zk1mrd6 > .fl-module-content {
margin-left:60px;
}
@media (max-width: 768px) { .fl-node-bah29zk1mrd6 > .fl-module-content { margin-left:20px; } }	.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-by0x4rz3ae2q .uabb-heading .uabb-heading-text {
}
.fl-node-by0x4rz3ae2q .uabb-heading .uabb-heading-text {
}
.fl-node-by0x4rz3ae2q .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-by0x4rz3ae2q .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-by0x4rz3ae2q .fl-module-content.fl-node-content .uabb-heading,
.fl-node-by0x4rz3ae2q .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-by0x4rz3ae2q .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-by0x4rz3ae2q .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-by0x4rz3ae2q .uabb-responsive-medsmall .uabb-side-left,
.fl-node-by0x4rz3ae2q .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-by0x4rz3ae2q .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-by0x4rz3ae2q .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-by0x4rz3ae2q .uabb-responsive-mobile .uabb-side-left,
.fl-node-by0x4rz3ae2q .uabb-responsive-mobile .uabb-side-right,
.fl-node-by0x4rz3ae2q .uabb-responsive-medsmall .uabb-side-left,
.fl-node-by0x4rz3ae2q .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-by0x4rz3ae2q .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-by0x4rz3ae2q .uabb-heading .uabb-heading-text {
}
.fl-node-by0x4rz3ae2q .uabb-heading-wrapper .uabb-heading,
.fl-node-by0x4rz3ae2q .uabb-heading-wrapper .uabb-subheading,
.fl-node-by0x4rz3ae2q .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-by0x4rz3ae2q > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-0uozsltam7x6 .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-0uozsltam7x6 .uabb-image-outter-wrap {
width: 70px;
} .fl-node-0uozsltam7x6 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-0uozsltam7x6 .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-0uozsltam7x6 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-0uozsltam7x6 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-0uozsltam7x6 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-0uozsltam7x6 .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-0uozsltam7x6 .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-0uozsltam7x6 .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-0uozsltam7x6 .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-0uozsltam7x6 .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-0uozsltam7x6 .uabb-side-left{
width: 50%;
}
.fl-node-0uozsltam7x6 .uabb-side-right{
width: 50%;
}
.fl-node-0uozsltam7x6 .uabb-divider-content {
display: table-cell;
}
.fl-node-0uozsltam7x6 .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-0uozsltam7x6 .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-0uozsltam7x6 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-0uozsltam7x6 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-0uozsltam7x6 .uabb-responsive-mobile .uabb-side-left,
.fl-node-0uozsltam7x6 .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-0uozsltam7x6 .uabb-responsive-mobile .uabb-side-right,
.fl-node-0uozsltam7x6 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-0uozsltam7x6 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-0uozsltam7x6 > .fl-module-content {
margin-top:0px;
}
.fl-node-xtpnf3oqicwy .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cccccc;
max-width: 100%;
margin: auto;
}
.fl-node-032xhola9vj7 .uabb-info-list-wrapper .uabb-info-list-item:last-child {
padding-bottom: 0;
}
.fl-node-032xhola9vj7 .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
width: calc( 100% - 70px );
}
.fl-node-032xhola9vj7 .uabb-info-list-wrapper.uabb-info-list-left li .uabb-info-list-connector,
.fl-node-032xhola9vj7 .uabb-info-list-wrapper.uabb-info-list-left li .uabb-info-list-connector-top {
left: 25px;
}
.fl-node-032xhola9vj7 .uabb-info-list-wrapper .uabb-info-list-item {
padding-bottom: 20px;
}
.fl-node-032xhola9vj7 .uabb-info-list .uabb-info-list-icon .custom-character0 {
text-align: center;
color: ##0094c9;
font-size:50px;
width:50px;
height:50px;
line-height:50px;
} .fl-node-032xhola9vj7 .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-032xhola9vj7 .info-list-icon-dynamic0 .uabb-image .uabb-photo-img {
width: 50px;
}
.fl-node-032xhola9vj7 .info-list-icon-dynamic0 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-032xhola9vj7 .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-032xhola9vj7 .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-032xhola9vj7 .info-list-icon-dynamic0 .uabb-imgicon-wrap .uabb-photo-img {
}
.fl-node-032xhola9vj7 .uabb-icon i {
float: none;
}
.fl-node-032xhola9vj7 .uabb-icon {
display: block;
}
.fl-node-032xhola9vj7 .uabb-info-list-content .uabb-info-list-title,
.fl-node-032xhola9vj7 .uabb-info-list-content .uabb-info-list-title * {
}
.fl-node-032xhola9vj7 .uabb-info-list-content .uabb-info-list-description {
} @media ( max-width: 1122px) {
.fl-node-032xhola9vj7 .uabb-info-list .uabb-info-list-left,
.fl-node-032xhola9vj7 .uabb-info-list .uabb-info-list-right {
text-align: ;
}	
}
@media ( max-width: 768px ) {
.fl-node-032xhola9vj7 .uabb-info-list .uabb-info-list-left,
.fl-node-032xhola9vj7 .uabb-info-list .uabb-info-list-right {
text-align: ;
}	
} .fl-node-032xhola9vj7 > .fl-module-content {
margin-left:50px;
}
@media (max-width: 768px) { .fl-node-032xhola9vj7 > .fl-module-content { margin-left:20px; } }.fl-animated.fl-fade-down {
animation: fl-fade-down 1s ease;
-webkit-animation: fl-fade-down 1s ease;
}
@-webkit-keyframes fl-fade-down {
from {
opacity: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fl-fade-down {
from {
opacity: 0;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fl-builder-content .fl-node-psubylhrqedx a.fl-button,
.fl-builder-content .fl-node-psubylhrqedx a.fl-button:hover,
.fl-builder-content .fl-node-psubylhrqedx a.fl-button:visited {
background: #eaaf0f;
}
.fl-builder-content .fl-node-psubylhrqedx a.fl-button:hover {
background-color: #eb6e1f;
}
.fl-builder-content .fl-node-psubylhrqedx a.fl-button,
.fl-builder-content .fl-node-psubylhrqedx a.fl-button:visited,
.fl-builder-content .fl-node-psubylhrqedx a.fl-button *,
.fl-builder-content .fl-node-psubylhrqedx a.fl-button:visited * {
color: #ffffff;
}
.fl-builder-content .fl-node-psubylhrqedx a.fl-button:hover,
.fl-builder-content .fl-node-psubylhrqedx a.fl-button:hover span.fl-button-text,
.fl-builder-content .fl-node-psubylhrqedx a.fl-button:hover * {
color: #ffffff;
}
.fl-node-psubylhrqedx .fl-button-wrap {
text-align: left;
}
.fl-builder-content .fl-node-psubylhrqedx a.fl-button, .fl-builder-content .fl-node-psubylhrqedx a.fl-button:visited {
border: 1px solid #dea303;
border-style: none;
border-width: 0;
background-clip: border-box;
}
.fl-builder-content .fl-node-psubylhrqedx a.fl-button:hover, .fl-builder-content .fl-node-psubylhrqedx a.fl-button:focus {
border: 1px solid #df6213;
border-style: none;
border-width: 0;
background-clip: border-box;
}
.fl-node-gjecn3us5fb6 .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cccccc;
max-width: 100%;
margin: auto;
}
.fl-node-gowu2jhpelz8 .uabb-info-list-wrapper .uabb-info-list-item:last-child {
padding-bottom: 0;
}
.fl-node-gowu2jhpelz8 .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
width: calc( 100% - 70px );
}
.fl-node-gowu2jhpelz8 .uabb-info-list-wrapper.uabb-info-list-left li .uabb-info-list-connector,
.fl-node-gowu2jhpelz8 .uabb-info-list-wrapper.uabb-info-list-left li .uabb-info-list-connector-top {
left: 25px;
}
.fl-node-gowu2jhpelz8 .uabb-info-list-wrapper .uabb-info-list-item {
padding-bottom: 20px;
}
.fl-node-gowu2jhpelz8 .uabb-info-list .uabb-info-list-icon .custom-character0 {
text-align: center;
color: ##0094c9;
font-size:50px;
width:50px;
height:50px;
line-height:50px;
} .fl-node-gowu2jhpelz8 .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-gowu2jhpelz8 .info-list-icon-dynamic0 .uabb-image .uabb-photo-img {
width: 50px;
}
.fl-node-gowu2jhpelz8 .info-list-icon-dynamic0 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-gowu2jhpelz8 .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-gowu2jhpelz8 .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-gowu2jhpelz8 .info-list-icon-dynamic0 .uabb-imgicon-wrap .uabb-photo-img {
}
.fl-node-gowu2jhpelz8 .uabb-icon i {
float: none;
}
.fl-node-gowu2jhpelz8 .uabb-icon {
display: block;
}
.fl-node-gowu2jhpelz8 .uabb-info-list-content .uabb-info-list-title,
.fl-node-gowu2jhpelz8 .uabb-info-list-content .uabb-info-list-title * {
}
.fl-node-gowu2jhpelz8 .uabb-info-list-content .uabb-info-list-description {
} @media ( max-width: 1122px) {
.fl-node-gowu2jhpelz8 .uabb-info-list .uabb-info-list-left,
.fl-node-gowu2jhpelz8 .uabb-info-list .uabb-info-list-right {
text-align: ;
}	
}
@media ( max-width: 768px ) {
.fl-node-gowu2jhpelz8 .uabb-info-list .uabb-info-list-left,
.fl-node-gowu2jhpelz8 .uabb-info-list .uabb-info-list-right {
text-align: ;
}	
} .fl-node-gowu2jhpelz8 > .fl-module-content {
margin-left:50px;
}
@media (max-width: 768px) { .fl-node-gowu2jhpelz8 > .fl-module-content { margin-left:20px; } }
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button,
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:hover,
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:visited {
background: #82d2e5;
}
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:hover {
background-color: #eb6e1f;
}
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button,
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:visited,
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button *,
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:visited * {
color: #ffffff;
}
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:hover,
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:hover span.fl-button-text,
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:hover * {
color: #ffffff;
}
.fl-node-yufwbkc7q1tp .fl-button-wrap {
text-align: center;
}
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button, .fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:visited {
border: 1px solid #76c6d9;
border-style: none;
border-width: 0;
background-clip: border-box;
}
.fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:hover, .fl-builder-content .fl-node-yufwbkc7q1tp a.fl-button:focus {
border: 1px solid #df6213;
border-style: none;
border-width: 0;
background-clip: border-box;
}
.fl-node-jn4mib7tavrz .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cccccc;
max-width: 100%;
margin: auto;
}
.fl-node-b8e6m0o327ur .uabb-info-list-wrapper .uabb-info-list-item:last-child {
padding-bottom: 0;
}
.fl-node-b8e6m0o327ur .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
width: calc( 100% - 70px );
}
.fl-node-b8e6m0o327ur .uabb-info-list-wrapper.uabb-info-list-left li .uabb-info-list-connector,
.fl-node-b8e6m0o327ur .uabb-info-list-wrapper.uabb-info-list-left li .uabb-info-list-connector-top {
left: 25px;
}
.fl-node-b8e6m0o327ur .uabb-info-list-wrapper .uabb-info-list-item {
padding-bottom: 20px;
}
.fl-node-b8e6m0o327ur .uabb-info-list .uabb-info-list-icon .custom-character0 {
text-align: center;
color: ##0094c9;
font-size:50px;
width:50px;
height:50px;
line-height:50px;
} .fl-node-b8e6m0o327ur .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-b8e6m0o327ur .info-list-icon-dynamic0 .uabb-image .uabb-photo-img {
width: 50px;
}
.fl-node-b8e6m0o327ur .info-list-icon-dynamic0 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-b8e6m0o327ur .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-b8e6m0o327ur .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-b8e6m0o327ur .info-list-icon-dynamic0 .uabb-imgicon-wrap .uabb-photo-img {
}
.fl-node-b8e6m0o327ur .uabb-info-list .uabb-info-list-icon .custom-character1 {
text-align: center;
color: ##0094c9;
font-size:50px;
width:50px;
height:50px;
line-height:50px;
} .fl-node-b8e6m0o327ur .info-list-icon-dynamic1 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-b8e6m0o327ur .info-list-icon-dynamic1 .uabb-image .uabb-photo-img {
width: 50px;
}
.fl-node-b8e6m0o327ur .info-list-icon-dynamic1 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-b8e6m0o327ur .info-list-icon-dynamic1 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-b8e6m0o327ur .info-list-icon-dynamic1 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-b8e6m0o327ur .info-list-icon-dynamic1 .uabb-imgicon-wrap .uabb-photo-img {
}
.fl-node-b8e6m0o327ur .uabb-icon i {
float: none;
}
.fl-node-b8e6m0o327ur .uabb-icon {
display: block;
}
.fl-node-b8e6m0o327ur .uabb-info-list-content .uabb-info-list-title,
.fl-node-b8e6m0o327ur .uabb-info-list-content .uabb-info-list-title * {
}
.fl-node-b8e6m0o327ur .uabb-info-list-content .uabb-info-list-description {
} @media ( max-width: 1122px) {
.fl-node-b8e6m0o327ur .uabb-info-list .uabb-info-list-left,
.fl-node-b8e6m0o327ur .uabb-info-list .uabb-info-list-right {
text-align: ;
}	
}
@media ( max-width: 768px ) {
.fl-node-b8e6m0o327ur .uabb-info-list .uabb-info-list-left,
.fl-node-b8e6m0o327ur .uabb-info-list .uabb-info-list-right {
text-align: ;
}	
} .fl-node-b8e6m0o327ur > .fl-module-content {
margin-left:50px;
}
@media (max-width: 768px) { .fl-node-b8e6m0o327ur > .fl-module-content { margin-left:20px; } }.fl-node-nhy8p0jiufkc .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cccccc;
max-width: 100%;
margin: auto;
}
.fl-node-xm7as8hw9ybk {
width: 100%;
}
.fl-node-xm7as8hw9ybk .uabb-icon-wrap .uabb-icon i {
width: auto;
}   .fl-node-xm7as8hw9ybk .uabb-infobox {
background: #003b5c;
padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;
} .fl-node-xm7as8hw9ybk .infobox-center,
.fl-node-xm7as8hw9ybk .uabb-infobox .uabb-separator {
text-align: center;
}  .fl-builder-content .fl-node-xm7as8hw9ybk .uabb-infobox-title {
margin-top: px;
margin-bottom: 10px;
}  .fl-builder-content .fl-node-xm7as8hw9ybk .uabb-infobox-text {
margin-top: 10px;
margin-bottom: 0px;
} .fl-node-xm7as8hw9ybk .uabb-infobox-text {
color:
#ffffff;
}      .fl-builder-content .fl-node-xm7as8hw9ybk .uabb-infobox-title-prefix {
}      @media (max-width: 1122px) { 
.fl-builder-content .fl-node-xm7as8hw9ybk .uabb-infobox {
;		}
}
@media (max-width: 768px) { 
.fl-builder-content .fl-node-xm7as8hw9ybk .uabb-infobox {
;	}
.fl-node-xm7as8hw9ybk .infobox-responsive-center {
text-align: center;
} }
.fl-node-xm7as8hw9ybk .uabb-infobox-text {
font-weight: 400;
}
.fl-node-xm7as8hw9ybk > .fl-module-content {
margin-top:50px;
margin-right:40px;
margin-bottom:50px;
margin-left:40px;
}
@media (max-width: 768px) { .fl-node-xm7as8hw9ybk > .fl-module-content { margin-top:20px;margin-bottom:20px;margin-left:20px;margin-right:20px; } }	.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-friwxz7g3hm1 .uabb-heading .uabb-heading-text {
}
.fl-node-friwxz7g3hm1 .uabb-heading .uabb-heading-text {
}
.fl-node-friwxz7g3hm1 .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-friwxz7g3hm1 .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-friwxz7g3hm1 .fl-module-content.fl-node-content .uabb-heading,
.fl-node-friwxz7g3hm1 .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-friwxz7g3hm1 .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-friwxz7g3hm1 .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-friwxz7g3hm1 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-friwxz7g3hm1 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-friwxz7g3hm1 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-friwxz7g3hm1 .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-friwxz7g3hm1 .uabb-responsive-mobile .uabb-side-left,
.fl-node-friwxz7g3hm1 .uabb-responsive-mobile .uabb-side-right,
.fl-node-friwxz7g3hm1 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-friwxz7g3hm1 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-friwxz7g3hm1 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-friwxz7g3hm1 .uabb-heading .uabb-heading-text {
}
.fl-node-friwxz7g3hm1 .uabb-heading-wrapper .uabb-heading,
.fl-node-friwxz7g3hm1 .uabb-heading-wrapper .uabb-subheading,
.fl-node-friwxz7g3hm1 .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-friwxz7g3hm1 > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-texkv21lhwng .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-texkv21lhwng .uabb-image-outter-wrap {
width: 70px;
} .fl-node-texkv21lhwng .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-texkv21lhwng .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-texkv21lhwng .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-texkv21lhwng .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-texkv21lhwng .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-texkv21lhwng .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-texkv21lhwng .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-texkv21lhwng .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-texkv21lhwng .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-texkv21lhwng .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-texkv21lhwng .uabb-side-left{
width: 50%;
}
.fl-node-texkv21lhwng .uabb-side-right{
width: 50%;
}
.fl-node-texkv21lhwng .uabb-divider-content {
display: table-cell;
}
.fl-node-texkv21lhwng .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-texkv21lhwng .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-texkv21lhwng .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-texkv21lhwng .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-texkv21lhwng .uabb-responsive-mobile .uabb-side-left,
.fl-node-texkv21lhwng .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-texkv21lhwng .uabb-responsive-mobile .uabb-side-right,
.fl-node-texkv21lhwng .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-texkv21lhwng .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-texkv21lhwng > .fl-module-content {
margin-top:0px;
} .fl-node-nbxoq72w65uc .uabb-ultb3-box {
min-height: 250px;
-ms-grid-row-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.internet-explorer .fl-node-nbxoq72w65uc .uabb-ultb3-box {
height: 250px;
} .fl-node-nbxoq72w65uc .uabb-ultb3-box {
background: #ffffff;
}
.fl-node-nbxoq72w65uc .uabb-ultb3-box .uabb-ultb3-title {
color: #003b5c;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-nbxoq72w65uc .uabb-text-editor {
color: #003b5c;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-nbxoq72w65uc .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-nbxoq72w65uc .uabb-creative-button-wrap a,
.fl-node-nbxoq72w65uc .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-nbxoq72w65uc .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-nbxoq72w65uc .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-nbxoq72w65uc .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-nbxoq72w65uc .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-nbxoq72w65uc .uabb-creative-button-wrap a:focus,
.fl-node-nbxoq72w65uc .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-nbxoq72w65uc .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-nbxoq72w65uc .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-nbxoq72w65uc .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-nbxoq72w65uc .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-nbxoq72w65uc .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-nbxoq72w65uc .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-nbxoq72w65uc .uabb-creative-button-wrap a,
.fl-node-nbxoq72w65uc .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-nbxoq72w65uc .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-nbxoq72w65uc .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
}  .fl-node-r4nfk20ab9o5 .uabb-ultb3-box {
min-height: 250px;
-ms-grid-row-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.internet-explorer .fl-node-r4nfk20ab9o5 .uabb-ultb3-box {
height: 250px;
} .fl-node-r4nfk20ab9o5 .uabb-ultb3-box {
background: #ffffff;
}
.fl-node-r4nfk20ab9o5 .uabb-ultb3-box .uabb-ultb3-title {
color: #003b5c;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-r4nfk20ab9o5 .uabb-text-editor {
color: #003b5c;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-r4nfk20ab9o5 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a,
.fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a:focus,
.fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a,
.fl-node-r4nfk20ab9o5 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-r4nfk20ab9o5 .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-r4nfk20ab9o5 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5c052f8ad1a22 > .fl-module-content {
margin-top:0px;
margin-bottom:0px;
}     .fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
} .uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-module-content h6 {
margin: 0;
clear: both;
} .fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
text-decoration: none;
} .uabb-row-separator {
position: absolute;
width: 100%;
left: 0;
}
.uabb-top-row-separator {
top: 0;
bottom: auto
}
.uabb-bottom-row-separator {
top: auto;
bottom: 0;
}
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
@media (max-width: 992px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
display: block !important;
}
}
@media (max-width: 768px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: block !important;
}
}
.fl-responsive-preview-content .fl-builder-content-editing {
overflow-x: hidden;
overflow-y: visible;
}
.uabb-row-separator svg {
width: 100%;
}
.uabb-top-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
top: -1px;
bottom: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
bottom: -1px;
top: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
bottom: 0;
}
.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
top: 0;
} .uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
} .uabb-bottom-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: scale(1) scaleY(-1) translateX(-50%);
-moz-transform: scale(1) scaleY(-1) translateX(-50%);
-ms-transform: scale(1) scaleY(-1) translateX(-50%);
-o-transform: scale(1) scaleY(-1) translateX(-50%);
transform: scale(1) scaleY(-1) translateX(-50%);
}
.uabb-top-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
} .uabb-top-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-curve-up-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-top-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-top-row-separator.uabb-tilt-right-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
}
.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
top: 0;
}
.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
bottom: 0;
} .uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-multi-triangle svg {
bottom: -2px;
}
.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
left: 0;
width: 50%;
background: inherit inherit/inherit inherit inherit inherit;
content: '';
position: absolute
} .uabb-button-wrap a,
.uabb-button-wrap a:visited {
display: inline-block;
font-size: 16px;
line-height: 18px;
text-decoration: none;
text-shadow: none;
}
.fl-builder-content .uabb-button:hover {
text-decoration: none;
}
.fl-builder-content .uabb-button-width-full .uabb-button {
display: block;
text-align: center;
}
.uabb-button-width-custom .uabb-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.fl-builder-content .uabb-button-left {
text-align: left;
}
.fl-builder-content .uabb-button-center {
text-align: center;
}
.fl-builder-content .uabb-button-right {
text-align: right;
}
.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
font-size: 1em;
height: 1em;
line-height: 1em;
width: 1em;
}
.uabb-button .uabb-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-button .uabb-button-icon-before {
margin-left: 0;
margin-right: 8px;
}
.uabb-button .uabb-button-icon-no-text {
margin: 0;
}
.uabb-button-has-icon .uabb-button-text {
vertical-align: middle;
} .uabb-icon-wrap {
display: inline-block;
}
.uabb-icon a {
text-decoration: none;
}
.uabb-icon i {
display: block;
}
.uabb-icon i:before {
border: none !important;
background: none !important;
}
.uabb-icon-text {
display: table-cell;
text-align: left;
padding-left: 15px;
vertical-align: middle;
}
.uabb-icon-text *:last-child {
margin: 0 !important;
padding: 0 !important;
}
.uabb-icon-text a {
text-decoration: none;
} .uabb-photo {
line-height: 0;
position: relative;
z-index: 2;
}
.uabb-photo-align-left {
text-align: left;
}
.uabb-photo-align-center {
text-align: center;
}
.uabb-photo-align-right {
text-align: right;
}
.uabb-photo-content {
border-radius: 0;
display: inline-block;
line-height: 0;
position: relative;
max-width: 100%;
overflow: hidden;
}
.uabb-photo-content img {
border-radius: inherit;
display: inline;
height: auto;
max-width: 100%;
width: auto;
}
.fl-builder-content .uabb-photo-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-photo-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.uabb-photo-caption {
font-size: 13px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.uabb-photo-caption-below {
padding-bottom: 20px;
padding-top: 10px;
}
.uabb-photo-caption-hover {
background: rgba(0,0,0,0.7);
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
visibility: hidden;
filter: alpha(opacity = 0);
padding: 10px 15px;
position: absolute;
right: 0;
-webkit-transition:visibility 200ms linear;
-moz-transition:visibility 200ms linear;
transition:visibility 200ms linear;
}
.uabb-photo-content:hover .uabb-photo-caption-hover {
opacity: 100;
visibility: visible;
} .uabb-active-btn {
background: #1e8cbe;
border-color: #0074a2;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
color: white;
}
.fl-builder-bar .fl-builder-add-content-button {
display: block !important;
opacity: 1 !important;
} .uabb-imgicon-wrap .uabb-icon {
display: block;
}
.uabb-imgicon-wrap .uabb-icon i{
float: none;
} .uabb-imgicon-wrap .uabb-image {
line-height: 0;
position: relative;
}
.uabb-imgicon-wrap .uabb-image-align-left {
text-align: left;
}
.uabb-imgicon-wrap .uabb-image-align-center {
text-align: center;
}
.uabb-imgicon-wrap .uabb-image-align-right {
text-align: right;
}
.uabb-imgicon-wrap .uabb-image-content {
display: inline-block;
border-radius: 0;
line-height: 0;
position: relative;
max-width: 100%;
}
.uabb-imgicon-wrap .uabb-image-content img {
display: inline;
height: auto !important;
max-width: 100%;
width: auto;
border-radius: inherit;
box-shadow: none;
box-sizing: content-box;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
background: #fafafa;
border: 1px solid #ccc;
color: #333;
display: inline-block;
vertical-align: middle;
text-align: center;
overflow: hidden;
text-decoration: none;
text-shadow: none;
box-shadow: none;
position: relative;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:focus {
text-decoration: none;
text-shadow: none;
box-shadow: none;
}
.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:hover {
text-decoration: none;
}
.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
display: block;
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.uabb-creative-button-wrap .uabb-creative-button-left {
text-align: left;
}
.uabb-creative-button-wrap .uabb-creative-button-center {
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-right {
text-align: right;
}
.uabb-creative-button-wrap .uabb-creative-button i {
font-size: 1.3em;
height: auto;
vertical-align: middle;
width: auto;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
margin-right: 8px;
margin-left: 0;
}
.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
margin: 0;
}
.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
vertical-align: middle;
}
.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
padding: 12px 24px;
} .uabb-creative-button.uabb-creative-transparent-btn {
background: transparent;
}
.uabb-creative-button.uabb-creative-transparent-btn:after {
content: '';
position: absolute;
z-index: 1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
} .uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
width: 100%;
height: 0;
left: 0;
} .uabb-transparent-fill-top-btn:after {
top: 0;
} .uabb-transparent-fill-bottom-btn:after {
bottom: 0;
} .uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
width: 0;
height: 100%;
top: 0;
} .uabb-transparent-fill-left-btn:after {
left: 0;
} .uabb-transparent-fill-right-btn:after {
right: 0;
} .uabb-transparent-fill-center-btn:after{
width: 0;
height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
} .uabb-transparent-fill-diagonal-btn{
overflow: hidden;
}
.uabb-transparent-fill-diagonal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
transform: translateX(-50%) translateY(-50%) rotate( 45deg );
} .uabb-transparent-fill-horizontal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.perspective {
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
margin: 0;
}
.uabb-creative-button.uabb-creative-threed-btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button.uabb-creative-threed-btn {
outline: 1px solid transparent;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
} .uabb-creative-threed-btn.uabb-animate_top-btn:after {
height: 40%;
left: 0;
top: -40%;
width: 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
} .uabb-creative-threed-btn.uabb-animate_bottom-btn:after {
width: 100%;
height: 40%;
left: 0;
top: 100%;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
} .uabb-creative-threed-btn.uabb-animate_left-btn:after {
width: 20%;
height: 100%;
left: -20%;
top: 0;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-transform: rotateY(-60deg);
-moz-transform: rotateY(-60deg);
-ms-transform: rotateY(-60deg);
transform: rotateY(-60deg);
} .uabb-creative-threed-btn.uabb-animate_right-btn:after {
width: 20%;
height: 100%;
left: 104%;
top: 0;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateY(120deg);
-moz-transform: rotateY(120deg);
-ms-transform: rotateY(120deg);
transform: rotateY(120deg);
} .uabb-animate_top-btn:hover{
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
-o-transform: rotateX(-15deg);
transform: rotateX(-15deg);
} .uabb-animate_bottom-btn:hover{
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
-o-transform: rotateX(15deg);
transform: rotateX(15deg);
} .uabb-animate_left-btn:hover{
-webkit-transform: rotateY(6deg);
-moz-transform: rotateY(6deg);
-ms-transform: rotateY(6deg);
-o-transform: rotateY(6deg);
transform: rotateY(6deg);
} .uabb-animate_right-btn:hover{
-webkit-transform: rotateY(-6deg);
-moz-transform: rotateY(-6deg);
-ms-transform: rotateY(-6deg);
-o-transform: rotateY(-6deg);
transform: rotateY(-6deg);
}  .uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
overflow: hidden;
position: relative;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
bottom: 0;
height: 100%;
margin: 0;
opacity: 1;
position: absolute;
right: 0;
width: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {
display: inline-block;
width: 100%;
height: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
top: 0;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i {
top: 0;
left: -100%;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
-o-transform: translateX(200%);
transform: translateX(200%);
} .uabb-creative-flat-btn.uabb-animate_to_left-btn i {
top: 0;
left: 100%;
}
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {
-webkit-transform: translateX(-200%);
-moz-transform: translateX(-200%);
-ms-transform: translateX(-200%);
-o-transform: translateX(-200%);
transform: translateX(-200%);
} .uabb-creative-flat-btn.uabb-animate_from_top-btn i {
top: -100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
-webkit-transform: translateY(400px);
-moz-transform: translateY(400px);
-ms-transform: translateY(400px);
-o-transform: translateY(400px);
transform: translateY(400px);
} .uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
top: 100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
-webkit-transform: translateY(-400px);
-moz-transform: translateY(-400px);
-ms-transform: translateY(-400px);
-o-transform: translateY(-400px);
transform: translateY(-400px);
} .uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode, 
.uabb-tab-acc-content .mejs-container:not(.mejs-audio), 
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode, 
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio), 
.uabb-adv-accordion-content .mejs-overlay.load {
width: 100% !important;
height: 100% !important;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
padding-top: 56.25%;
}
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode {
max-width: 100% !important;
}
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
position: relative;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto !important;
height: auto !important;
}
.fl-row-content-wrap .uabb-row-particles-background,
.uabb-col-particles-background {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
}  .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
}
.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
} .uabb-js-breakpoint {
content:"default";
display:none;
}
@media screen and (max-width: 1122px) {
.uabb-js-breakpoint {
content:"1122";
}
}
@media screen and (max-width: 768px) {
.uabb-js-breakpoint {
content:"768";
}
}.fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #ffffff;
border-top-width: 20px;
border-right-width: 20px;
border-bottom-width: 20px;
border-left-width: 20px;
}
.fl-builder-mobile .fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
background-image: url(https://www.inhp.org/wp-content/uploads/2021/05/DSC07575_1920x1280.jpg);
background-position: center center;
background-attachment: scroll;
}
.fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
padding-top:300px;
padding-right:10px;
padding-bottom:10px;
padding-left:10px;
}
.fl-node-5c34eaeb90cb7 > .fl-row-content-wrap {
background-color: rgba(240,235,225,0.5);
}
.fl-node-5c34eaeb90cb7 > .fl-row-content-wrap {
padding-top:75px;
padding-bottom:60px;
}
.fl-node-5eb1d5a030b0a > .fl-row-content-wrap {
background-color: #ffffff;
}
.fl-node-5eb1d2f33eda5 > .fl-row-content-wrap {
background-color: #f7f5f0;
}
.fl-node-5eb1d2f33eda5 > .fl-row-content-wrap {
padding-bottom:80px;
}
.fl-node-5c34eaeb90cf8 > .fl-row-content-wrap {
background-color: rgba(255,255,255,0.5);
}
.fl-node-5c34eaeb90cf8 > .fl-row-content-wrap {
padding-top:020px;
padding-bottom:10px;
}
.fl-node-5c34eaeb90cb5 {
width: 100%;
}
.fl-node-5c34eaeb90cb9 {
width: 100%;
}
.fl-node-5c34eaeb90cdd {
width: 100%;
}
.fl-node-5eb1cfa2279d4 {
width: 50%;
}
.fl-node-5eb1cfa2279d7 {
width: 50%;
}
.fl-node-5eb1d5a030b02 {
width: 100%;
}
.fl-node-5eb1d2f34dace {
width: 100%;
}
.fl-node-619c139410e34 {
width: 50%;
}
.fl-node-619c0d3acfe9e {
width: 50%;
}
.fl-node-5c052f8ad1a21 {
width: 100%;
}
.fl-node-5c34eaeb90cb6 {
width: 100%;
}
.fl-node-5c34eaeb90cb6 .uabb-icon-wrap .uabb-icon i {
width: auto;
}   .fl-node-5c34eaeb90cb6 .uabb-infobox {
background: rgba(0,148,201,0.85);
padding-top:30px;padding-bottom:30px;padding-left:30px;padding-right:30px;
} .fl-node-5c34eaeb90cb6 .infobox-left,
.fl-node-5c34eaeb90cb6 .uabb-infobox .uabb-separator {
text-align: left;
}  .fl-builder-content .fl-node-5c34eaeb90cb6 .uabb-infobox-title {
margin-top: 10px;
margin-bottom: 10px;
}  .fl-node-5c34eaeb90cb6 h2.uabb-infobox-title,
.fl-node-5c34eaeb90cb6 h2.uabb-infobox-title span a,
.fl-node-5c34eaeb90cb6 h2.uabb-infobox-title * {
color: #ffffff}
.fl-builder-content .fl-node-5c34eaeb90cb6 .uabb-infobox-text {
margin-top: 0px;
margin-bottom: 0px;
} .fl-node-5c34eaeb90cb6 .uabb-infobox-text {
color:
#5b5b5b;
}      .fl-builder-content .fl-node-5c34eaeb90cb6 .uabb-infobox-title-prefix {
color: #ffffff;
}      @media (max-width: 1122px) { 
.fl-builder-content .fl-node-5c34eaeb90cb6 .uabb-infobox {
;		}
}
@media (max-width: 768px) { 
.fl-builder-content .fl-node-5c34eaeb90cb6 .uabb-infobox {
;	}
.fl-node-5c34eaeb90cb6 .infobox-responsive- {
text-align: ;
} }
.fl-node-5c34eaeb90cb6 .uabb-infobox-text {
font-family: Montserrat, sans-serif;
font-weight: 200;
font-size: 20px;
}
.fl-node-5c34eaeb90cb6 .uabb-infobox-title-prefix {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5c34eaeb90cb6 > .fl-module-content {
margin-right:0px;
margin-bottom:-80px;
margin-left:0px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90cb6 > .fl-module-content { margin-bottom:20px; } }	.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5c34eaeb90cba .uabb-heading .uabb-heading-text {
}
.fl-node-5c34eaeb90cba .uabb-heading .uabb-heading-text {
}
.fl-node-5c34eaeb90cba .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5c34eaeb90cba .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5c34eaeb90cba .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5c34eaeb90cba .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5c34eaeb90cba .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5c34eaeb90cba .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5c34eaeb90cba .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5c34eaeb90cba .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5c34eaeb90cba .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5c34eaeb90cba .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5c34eaeb90cba .uabb-responsive-mobile .uabb-side-left,
.fl-node-5c34eaeb90cba .uabb-responsive-mobile .uabb-side-right,
.fl-node-5c34eaeb90cba .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5c34eaeb90cba .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5c34eaeb90cba .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5c34eaeb90cba .uabb-heading .uabb-heading-text {
}
.fl-node-5c34eaeb90cba .uabb-heading-wrapper .uabb-heading,
.fl-node-5c34eaeb90cba .uabb-heading-wrapper .uabb-subheading,
.fl-node-5c34eaeb90cba .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5c34eaeb90cba > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5c34eaeb90cdb .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5c34eaeb90cdb .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5c34eaeb90cdb .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5c34eaeb90cdb .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5c34eaeb90cdb .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5c34eaeb90cdb .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cdb .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5c34eaeb90cdb .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5c34eaeb90cdb .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5c34eaeb90cdb .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5c34eaeb90cdb .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5c34eaeb90cdb .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5c34eaeb90cdb .uabb-side-left{
width: 50%;
}
.fl-node-5c34eaeb90cdb .uabb-side-right{
width: 50%;
}
.fl-node-5c34eaeb90cdb .uabb-divider-content {
display: table-cell;
}
.fl-node-5c34eaeb90cdb .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5c34eaeb90cdb .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5c34eaeb90cdb .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5c34eaeb90cdb .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5c34eaeb90cdb .uabb-responsive-mobile .uabb-side-left,
.fl-node-5c34eaeb90cdb .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5c34eaeb90cdb .uabb-responsive-mobile .uabb-side-right,
.fl-node-5c34eaeb90cdb .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5c34eaeb90cdb .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5c34eaeb90cdb > .fl-module-content {
margin-top:0px;
} .fl-node-5eb1d18385541 .uabb-ultb3-box {
min-height: 275px;
-ms-grid-row-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.internet-explorer .fl-node-5eb1d18385541 .uabb-ultb3-box {
height: 275px;
} .fl-node-5eb1d18385541 .uabb-ultb3-box {
background: #0094c9;
}
.fl-node-5eb1d18385541 .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5eb1d18385541 .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5eb1d18385541 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a,
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a:focus,
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5eb1d18385541 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5eb1d18385541 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a,
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5eb1d18385541 .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5eb1d18385541 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
}  .fl-node-5eb1d015c0b93 .uabb-ultb3-box {
min-height: 275px;
-ms-grid-row-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.internet-explorer .fl-node-5eb1d015c0b93 .uabb-ultb3-box {
height: 275px;
} .fl-node-5eb1d015c0b93 .uabb-ultb3-box {
background: #82d2e5;
}
.fl-node-5eb1d015c0b93 .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5eb1d015c0b93 .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5eb1d015c0b93 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a,
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a:focus,
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a,
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5eb1d015c0b93 .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5eb1d015c0b93 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5eb1d777408e9 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d777408e9 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d777408e9 .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5eb1d777408e9 .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5eb1d777408e9 .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5eb1d777408e9 .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5eb1d777408e9 .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5eb1d777408e9 .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5eb1d777408e9 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5eb1d777408e9 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5eb1d777408e9 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5eb1d777408e9 .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5eb1d777408e9 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5eb1d777408e9 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5eb1d777408e9 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5eb1d777408e9 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5eb1d777408e9 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5eb1d777408e9 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d777408e9 .uabb-heading-wrapper .uabb-heading,
.fl-node-5eb1d777408e9 .uabb-heading-wrapper .uabb-subheading,
.fl-node-5eb1d777408e9 .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5eb1d777408e9 > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5eb1d76f4842b .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5eb1d76f4842b .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5eb1d76f4842b .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5eb1d76f4842b .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5eb1d76f4842b .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5eb1d76f4842b .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5eb1d76f4842b .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5eb1d76f4842b .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5eb1d76f4842b .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5eb1d76f4842b .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5eb1d76f4842b .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5eb1d76f4842b .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5eb1d76f4842b .uabb-side-left{
width: 50%;
}
.fl-node-5eb1d76f4842b .uabb-side-right{
width: 50%;
}
.fl-node-5eb1d76f4842b .uabb-divider-content {
display: table-cell;
}
.fl-node-5eb1d76f4842b .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5eb1d76f4842b .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5eb1d76f4842b .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5eb1d76f4842b .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5eb1d76f4842b .uabb-responsive-mobile .uabb-side-left,
.fl-node-5eb1d76f4842b .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5eb1d76f4842b .uabb-responsive-mobile .uabb-side-right,
.fl-node-5eb1d76f4842b .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5eb1d76f4842b .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5eb1d76f4842b > .fl-module-content {
margin-top:0px;
} .fl-module-post-grid .fl-sep {
display: inline-block;
margin: 0 2px;
} body.rtl .fl-post-column {
float: right;
}
.fl-post-column {
float: left;
}
.fl-post-column .fl-post-grid-post {
visibility: visible;
} .fl-post-grid {
margin: 0 auto;
position: relative;
}
.fl-post-grid:before,
.fl-post-grid:after {
display: table;
content: " ";
}
.fl-post-grid:after {
clear: both;
}
.fl-post-grid-post {
background: #fff;
border: 1px solid #e6e6e6;
visibility: hidden;
}
.fl-post-grid-post,
.fl-post-feed-post {
overflow: hidden;
}
.fl-post-grid-image {
position: relative;
}
.fl-post-grid-image img {
height: auto !important;
width: 100% !important;
}
.fl-post-grid-text {
padding: 20px;
}
.fl-post-grid-title {
padding-bottom: 7px;
}
body .fl-post-grid-text,
body .fl-post-grid-content p {
font-size: 14px;
line-height: 22px;
}
body .fl-post-grid-text > *:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
body .fl-post-grid-content p:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}
body .fl-post-grid-text a {
text-decoration: none;
}
body .fl-post-grid-title {
font-size: 20px;
line-height: 26px;
margin: 0 0 10px;
padding: 0;
}
body .fl-post-grid-meta {
font-size: 14px;
padding-bottom: 10px;
}
.fl-post-feed-comments .fa {
vertical-align: text-top;
}
.fl-post-grid-more {
margin-top: 10px;
display: inline-block;
}
.fl-post-grid #infscr-loading {
bottom: 0;
left: 0;
right: 0;
padding: 40px 0;
position: absolute;
text-align: center;
width: 100%;
} .fl-post-gallery-post {
overflow: hidden;
position: relative;
visibility: hidden;
}
.fl-post-gallery-link {
display: block;
height: 100%;
}
.fl-post-gallery-img {
position: relative;
z-index: 1;
}
.fl-post-gallery-img-horiz {
height: 100% !important;
max-height: 100% !important;
max-width: none !important;
width: auto !important;
}
.fl-post-gallery-img-vert {
height: auto !important;
max-height: none !important;
max-width: 100% !important;
width: 100% !important;
}
.fl-post-gallery-text-wrap {
position: absolute;
top: 0;
bottom: 0;
z-index: 2;
width: 100%;
height: 100%;
padding: 0 20px;
text-align: center;
filter: alpha(opacity = 0);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.fl-post-gallery-link:hover .fl-post-gallery-text-wrap {
filter: alpha(opacity = 100);
opacity: 1;
}
.fl-post-gallery-text {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
} .fl-post-gallery-text,
.fl-post-gallery-link:hover .fl-post-gallery-text{
-webkit-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-ms-transform: translate(-50%,-50%);
transform: translate3d(-50%,-50%,0);
} .fl-post-gallery-text .fl-gallery-icon{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.fl-post-gallery-text .fl-gallery-icon i,
.fl-post-gallery-text .fl-gallery-icon i:before{
width: 24px;
height: 24px;
font-size: 24px;
}
.fl-post-gallery-text h2.fl-post-gallery-title {
font-size: 22px;
margin: 0 0 5px 0;
}
.fl-post-gallery #infscr-loading {
clear: both;
padding: 40px 0;
text-align: center;
width: 100%;
} .fl-post-feed-post {
border-bottom: 1px solid #e6e6e6;
margin-bottom: 40px;
}
.fl-post-feed-post:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.fl-post-feed-header {
margin-bottom: 20px;
}
.fl-post-feed-header a {
text-decoration: none;
}
body h2.fl-post-feed-title {
margin: 0 0 10px;
padding: 0;
clear: none;
}
body .fl-post-feed-meta {
font-size: 14px;
margin-bottom: 5px;
}
.fl-post-feed-meta .fl-sep {
margin: 0 3px;
}
.fl-post-feed-image {
margin-bottom: 25px;
position: relative;
}
.fl-post-feed-image img {
height: auto !important;
width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image {
float: left;
margin-bottom: 0;
width: 33%;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text {
margin-left: 37%;
}
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
float: right;
margin-bottom: 0;
width: 33%;
}
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
margin-right: 37%;
}
.fl-post-feed-content a {
text-decoration: none;
}
.fl-post-feed-content p:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}
.fl-post-feed-more {
margin-top: 15px;
display: inline-block;
}
.fl-post-feed #infscr-loading {
padding: 40px 0;
text-align: center;
width: 100%;
} .fl-post-grid-empty {
}
li.fl-post-feed-post,li.fl-post-gallery-post, li.fl-post-grid-post {
list-style: none;
}
@media (max-width: 768px) { .fl-post-feed-post.fl-post-feed-image-beside,
.fl-post-feed-post.fl-post-feed-image-beside-content,
.fl-post-feed-post.fl-post-feed-image-beside-right,
.fl-post-feed-post.fl-post-feed-image-beside-content-right {
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside .fl-post-feed-image img,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image img,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image img,
.fl-post-feed-image-beside-content-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image img {
float: none;
width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
margin-bottom: 20px;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text,
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
.fl-node-5eb1d5a030b05 .fl-post-grid {
margin-left: -10px;
margin-right: -10px;
}
.fl-node-5eb1d5a030b05 .fl-post-column {
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
width: 33.333333333333%;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(3n + 1) {
clear: both;
}
@media screen and (max-width: 1200px) {
.fl-node-5eb1d5a030b05 .fl-post-column {
width: 33.333333333333%;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(3n + 1) {
clear: none;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(3n + 1) {
clear: both;
}
}
@media screen and (max-width: 1122px) {
.fl-node-5eb1d5a030b05 .fl-post-column {
width: 50%;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(3n + 1) {
clear: none;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(2n + 1) {
clear: both;
}
}
@media screen and (max-width: 768px) {
.fl-node-5eb1d5a030b05 .fl-post-column {
width: 100%;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(2n + 1) {
clear: none;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(1n + 1) {
clear: both;
}
}
.fl-node-5eb1d5a030b05 .fl-post-grid-post {
text-align: left;
}
.fl-node-5eb1d5a030b05 .fl-post-grid-text {
padding: 20px;
}
.fl-builder-content .fl-node-5eb1d5a030b05 .fl-post-grid-content a,
.fl-builder-content .fl-node-5eb1d5a030b05 .page-numbers {
color: #0094c9;
}
.fl-builder-content .fl-node-5eb1d5a030b05 .fl-post-grid-content a:hover,
.fl-builder-content .fl-node-5eb1d5a030b05 .page-numbers:hover {
color: #eb6e1f;
}
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button,
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:hover,
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:visited {
background: #003b5c;
}
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:hover {
background-color: #003b5c;
}
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button,
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:visited,
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button *,
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:visited * {
color: #ffffff;
}
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:hover,
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:hover span.fl-button-text,
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:hover * {
color: #ffffff;
}
.fl-node-5eb1d5a030b05 .fl-post-grid-post {
border-style: none;
border-width: 0;
background-clip: border-box;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-builder-content .fl-node-5eb1d5a030b05 .fl-post-grid-meta, .fl-builder-content .fl-node-5eb1d5a030b05 .fl-post-grid-meta a {
letter-spacing: 0px;
}
.fl-node-5eb1d5a030b05 .fl-button-wrap {
text-align: center;
}
.fl-builder-content .fl-node-5eb1d5a030b05 .fl-button-wrap a.fl-button {
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
}
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button, .fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:visited {
font-size: 14px;
line-height: 14px;
border: 1px solid #002f50;
border-style: none;
border-width: 0;
background-clip: border-box;
}
.fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:hover, .fl-builder-content .fl-node-5eb1d5a030b05 a.fl-button:focus {
border: 1px solid #002f50;
border-style: none;
border-width: 0;
background-clip: border-box;
}
.fl-node-5eb1d5a030b05 > .fl-module-content {
margin-top:10px;
margin-right:10px;
margin-bottom:0px;
margin-left:10px;
}
.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5eb1d38c2b8f8 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d38c2b8f8 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d38c2b8f8 .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5eb1d38c2b8f8 .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5eb1d38c2b8f8 .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5eb1d38c2b8f8 .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5eb1d38c2b8f8 .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5eb1d38c2b8f8 .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5eb1d38c2b8f8 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5eb1d38c2b8f8 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5eb1d38c2b8f8 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5eb1d38c2b8f8 .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5eb1d38c2b8f8 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5eb1d38c2b8f8 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5eb1d38c2b8f8 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5eb1d38c2b8f8 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5eb1d38c2b8f8 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5eb1d38c2b8f8 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d38c2b8f8 .uabb-heading-wrapper .uabb-heading,
.fl-node-5eb1d38c2b8f8 .uabb-heading-wrapper .uabb-subheading,
.fl-node-5eb1d38c2b8f8 .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5eb1d2f33e175 .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5eb1d2f33e175 .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5eb1d2f33e175 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5eb1d2f33e175 .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5eb1d2f33e175 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5eb1d2f33e175 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5eb1d2f33e175 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5eb1d2f33e175 .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5eb1d2f33e175 .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5eb1d2f33e175 .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5eb1d2f33e175 .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5eb1d2f33e175 .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5eb1d2f33e175 .uabb-side-left{
width: 50%;
}
.fl-node-5eb1d2f33e175 .uabb-side-right{
width: 50%;
}
.fl-node-5eb1d2f33e175 .uabb-divider-content {
display: table-cell;
}
.fl-node-5eb1d2f33e175 .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5eb1d2f33e175 .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5eb1d2f33e175 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5eb1d2f33e175 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5eb1d2f33e175 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5eb1d2f33e175 .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5eb1d2f33e175 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5eb1d2f33e175 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5eb1d2f33e175 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5eb1d2f33e175 > .fl-module-content {
margin-top:0px;
} .fl-node-619c0cf476864 .uabb-ultb3-box {
min-height: 275px;
-ms-grid-row-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.internet-explorer .fl-node-619c0cf476864 .uabb-ultb3-box {
height: 275px;
} .fl-node-619c0cf476864 .uabb-ultb3-box {
background: #0094c9;
}
.fl-node-619c0cf476864 .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-619c0cf476864 .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-619c0cf476864 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-619c0cf476864 .uabb-creative-button-wrap a,
.fl-node-619c0cf476864 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-619c0cf476864 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-619c0cf476864 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-619c0cf476864 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-619c0cf476864 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-619c0cf476864 .uabb-creative-button-wrap a:focus,
.fl-node-619c0cf476864 .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-619c0cf476864 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-619c0cf476864 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-619c0cf476864 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-619c0cf476864 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-619c0cf476864 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-619c0cf476864 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-619c0cf476864 .uabb-creative-button-wrap a,
.fl-node-619c0cf476864 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-619c0cf476864 .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-619c0cf476864 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-619c03778e95f .uabb-info-list-wrapper .uabb-info-list-item:last-child {
padding-bottom: 0;
}
.fl-node-619c03778e95f .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
width: calc( 100% - 60px );
}
.fl-node-619c03778e95f .uabb-info-list-wrapper.uabb-info-list-left li .uabb-info-list-connector,
.fl-node-619c03778e95f .uabb-info-list-wrapper.uabb-info-list-left li .uabb-info-list-connector-top {
left: 20px;
}
.fl-node-619c03778e95f .uabb-info-list-wrapper .uabb-info-list-item {
padding-bottom: 20px;
}
.fl-node-619c03778e95f .uabb-info-list .uabb-info-list-icon .custom-character0 {
text-align: center;
color: ##0094c9;
font-size:20px;
width:40px;
height:40px;
line-height:40px;
background: #ffffff;
border-radius: 100%;
} .fl-node-619c03778e95f .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: center;
} .fl-node-619c03778e95f .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i,
.fl-node-619c03778e95f .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i:before {
color: #0094c9			;
font-size: 20px;
height: auto;
width: auto;
background: #ffffff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
line-height:
40px;
height:
40px;				width:
40px;				text-align: center; }
.fl-node-619c03778e95f .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i:before {
background: none;
}
.fl-node-619c03778e95f .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i:hover,
.fl-node-619c03778e95f .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i:hover:before {
color: ;
}
.fl-node-619c03778e95f .info-list-icon-dynamic0 .uabb-icon-wrap .uabb-icon i:hover:before {
background: none;
} @media ( max-width: 1122px ) {
.fl-node-619c03778e95f .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-619c03778e95f .info-list-icon-dynamic0 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-619c03778e95f .info-list-icon-dynamic0 .uabb-imgicon-wrap .uabb-photo-img {
background: #ffffff;
}
.fl-node-619c03778e95f .uabb-info-list .uabb-info-list-icon .custom-character1 {
text-align: center;
color: ##0094c9;
font-size:20px;
width:40px;
height:40px;
line-height:40px;
background: #ffffff;
border-radius: 100%;
} .fl-node-619c03778e95f .info-list-icon-dynamic1 .uabb-imgicon-wrap {
text-align: center;
} .fl-node-619c03778e95f .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i,
.fl-node-619c03778e95f .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i:before {
color: #0094c9			;
font-size: 20px;
height: auto;
width: auto;
background: #ffffff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
line-height:
40px;
height:
40px;				width:
40px;				text-align: center; }
.fl-node-619c03778e95f .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i:before {
background: none;
}
.fl-node-619c03778e95f .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i:hover,
.fl-node-619c03778e95f .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i:hover:before {
color: ;
}
.fl-node-619c03778e95f .info-list-icon-dynamic1 .uabb-icon-wrap .uabb-icon i:hover:before {
background: none;
} @media ( max-width: 1122px ) {
.fl-node-619c03778e95f .info-list-icon-dynamic1 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-619c03778e95f .info-list-icon-dynamic1 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-619c03778e95f .info-list-icon-dynamic1 .uabb-imgicon-wrap .uabb-photo-img {
background: #ffffff;
}
.fl-node-619c03778e95f .uabb-info-list .uabb-info-list-icon .custom-character2 {
text-align: center;
color: ##0094c9;
font-size:20px;
width:40px;
height:40px;
line-height:40px;
background: #ffffff;
border-radius: 100%;
} .fl-node-619c03778e95f .info-list-icon-dynamic2 .uabb-imgicon-wrap {
text-align: center;
} .fl-node-619c03778e95f .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i,
.fl-node-619c03778e95f .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i:before {
color: #0094c9			;
font-size: 20px;
height: auto;
width: auto;
background: #ffffff;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
line-height:
40px;
height:
40px;				width:
40px;				text-align: center; }
.fl-node-619c03778e95f .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i:before {
background: none;
}
.fl-node-619c03778e95f .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i:hover,
.fl-node-619c03778e95f .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i:hover:before {
color: ;
}
.fl-node-619c03778e95f .info-list-icon-dynamic2 .uabb-icon-wrap .uabb-icon i:hover:before {
background: none;
} @media ( max-width: 1122px ) {
.fl-node-619c03778e95f .info-list-icon-dynamic2 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-619c03778e95f .info-list-icon-dynamic2 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-619c03778e95f .info-list-icon-dynamic2 .uabb-imgicon-wrap .uabb-photo-img {
background: #ffffff;
}
.fl-node-619c03778e95f .uabb-icon i {
float: none;
}
.fl-node-619c03778e95f .uabb-icon {
display: block;
}
.fl-node-619c03778e95f .uabb-info-list-content .uabb-info-list-title,
.fl-node-619c03778e95f .uabb-info-list-content .uabb-info-list-title * {
color: #0094c9;
}
.fl-node-619c03778e95f .uabb-info-list-content .uabb-info-list-description {
} @media ( max-width: 1122px) {
.fl-node-619c03778e95f .uabb-info-list .uabb-info-list-left,
.fl-node-619c03778e95f .uabb-info-list .uabb-info-list-right {
text-align: ;
}	
}
@media ( max-width: 768px ) {
.fl-node-619c03778e95f .uabb-info-list .uabb-info-list-left,
.fl-node-619c03778e95f .uabb-info-list .uabb-info-list-right {
text-align: ;
}	
} .fl-node-619c03778e95f > .fl-module-content {
margin-left:20px;
}
@media ( max-width: 768px ) {
.fl-node-619c03778e95f.fl-module > .fl-module-content {
margin-left:36px;
}
}
.fl-node-5c052f8ad1a22 > .fl-module-content {
margin-top:0px;
margin-bottom:0px;
}     .fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
} .uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-module-content h6 {
margin: 0;
clear: both;
} .fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
text-decoration: none;
} .uabb-row-separator {
position: absolute;
width: 100%;
left: 0;
}
.uabb-top-row-separator {
top: 0;
bottom: auto
}
.uabb-bottom-row-separator {
top: auto;
bottom: 0;
}
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
@media (max-width: 992px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
display: block !important;
}
}
@media (max-width: 768px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: block !important;
}
}
.fl-responsive-preview-content .fl-builder-content-editing {
overflow-x: hidden;
overflow-y: visible;
}
.uabb-row-separator svg {
width: 100%;
}
.uabb-top-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
top: -1px;
bottom: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
bottom: -1px;
top: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
bottom: 0;
}
.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
top: 0;
} .uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
} .uabb-bottom-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: scale(1) scaleY(-1) translateX(-50%);
-moz-transform: scale(1) scaleY(-1) translateX(-50%);
-ms-transform: scale(1) scaleY(-1) translateX(-50%);
-o-transform: scale(1) scaleY(-1) translateX(-50%);
transform: scale(1) scaleY(-1) translateX(-50%);
}
.uabb-top-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
} .uabb-top-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-curve-up-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-top-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-top-row-separator.uabb-tilt-right-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
}
.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
top: 0;
}
.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
bottom: 0;
} .uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-multi-triangle svg {
bottom: -2px;
}
.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
left: 0;
width: 50%;
background: inherit inherit/inherit inherit inherit inherit;
content: '';
position: absolute
} .uabb-button-wrap a,
.uabb-button-wrap a:visited {
display: inline-block;
font-size: 16px;
line-height: 18px;
text-decoration: none;
text-shadow: none;
}
.fl-builder-content .uabb-button:hover {
text-decoration: none;
}
.fl-builder-content .uabb-button-width-full .uabb-button {
display: block;
text-align: center;
}
.uabb-button-width-custom .uabb-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.fl-builder-content .uabb-button-left {
text-align: left;
}
.fl-builder-content .uabb-button-center {
text-align: center;
}
.fl-builder-content .uabb-button-right {
text-align: right;
}
.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
font-size: 1em;
height: 1em;
line-height: 1em;
width: 1em;
}
.uabb-button .uabb-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-button .uabb-button-icon-before {
margin-left: 0;
margin-right: 8px;
}
.uabb-button .uabb-button-icon-no-text {
margin: 0;
}
.uabb-button-has-icon .uabb-button-text {
vertical-align: middle;
} .uabb-icon-wrap {
display: inline-block;
}
.uabb-icon a {
text-decoration: none;
}
.uabb-icon i {
display: block;
}
.uabb-icon i:before {
border: none !important;
background: none !important;
}
.uabb-icon-text {
display: table-cell;
text-align: left;
padding-left: 15px;
vertical-align: middle;
}
.uabb-icon-text *:last-child {
margin: 0 !important;
padding: 0 !important;
}
.uabb-icon-text a {
text-decoration: none;
} .uabb-photo {
line-height: 0;
position: relative;
z-index: 2;
}
.uabb-photo-align-left {
text-align: left;
}
.uabb-photo-align-center {
text-align: center;
}
.uabb-photo-align-right {
text-align: right;
}
.uabb-photo-content {
border-radius: 0;
display: inline-block;
line-height: 0;
position: relative;
max-width: 100%;
overflow: hidden;
}
.uabb-photo-content img {
border-radius: inherit;
display: inline;
height: auto;
max-width: 100%;
width: auto;
}
.fl-builder-content .uabb-photo-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-photo-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.uabb-photo-caption {
font-size: 13px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.uabb-photo-caption-below {
padding-bottom: 20px;
padding-top: 10px;
}
.uabb-photo-caption-hover {
background: rgba(0,0,0,0.7);
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
visibility: hidden;
filter: alpha(opacity = 0);
padding: 10px 15px;
position: absolute;
right: 0;
-webkit-transition:visibility 200ms linear;
-moz-transition:visibility 200ms linear;
transition:visibility 200ms linear;
}
.uabb-photo-content:hover .uabb-photo-caption-hover {
opacity: 100;
visibility: visible;
} .uabb-active-btn {
background: #1e8cbe;
border-color: #0074a2;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
color: white;
}
.fl-builder-bar .fl-builder-add-content-button {
display: block !important;
opacity: 1 !important;
} .uabb-imgicon-wrap .uabb-icon {
display: block;
}
.uabb-imgicon-wrap .uabb-icon i{
float: none;
} .uabb-imgicon-wrap .uabb-image {
line-height: 0;
position: relative;
}
.uabb-imgicon-wrap .uabb-image-align-left {
text-align: left;
}
.uabb-imgicon-wrap .uabb-image-align-center {
text-align: center;
}
.uabb-imgicon-wrap .uabb-image-align-right {
text-align: right;
}
.uabb-imgicon-wrap .uabb-image-content {
display: inline-block;
border-radius: 0;
line-height: 0;
position: relative;
max-width: 100%;
}
.uabb-imgicon-wrap .uabb-image-content img {
display: inline;
height: auto !important;
max-width: 100%;
width: auto;
border-radius: inherit;
box-shadow: none;
box-sizing: content-box;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
background: #fafafa;
border: 1px solid #ccc;
color: #333;
display: inline-block;
vertical-align: middle;
text-align: center;
overflow: hidden;
text-decoration: none;
text-shadow: none;
box-shadow: none;
position: relative;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:focus {
text-decoration: none;
text-shadow: none;
box-shadow: none;
}
.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:hover {
text-decoration: none;
}
.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
display: block;
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.uabb-creative-button-wrap .uabb-creative-button-left {
text-align: left;
}
.uabb-creative-button-wrap .uabb-creative-button-center {
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-right {
text-align: right;
}
.uabb-creative-button-wrap .uabb-creative-button i {
font-size: 1.3em;
height: auto;
vertical-align: middle;
width: auto;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
margin-right: 8px;
margin-left: 0;
}
.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
margin: 0;
}
.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
vertical-align: middle;
}
.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
padding: 12px 24px;
} .uabb-creative-button.uabb-creative-transparent-btn {
background: transparent;
}
.uabb-creative-button.uabb-creative-transparent-btn:after {
content: '';
position: absolute;
z-index: 1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
} .uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
width: 100%;
height: 0;
left: 0;
} .uabb-transparent-fill-top-btn:after {
top: 0;
} .uabb-transparent-fill-bottom-btn:after {
bottom: 0;
} .uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
width: 0;
height: 100%;
top: 0;
} .uabb-transparent-fill-left-btn:after {
left: 0;
} .uabb-transparent-fill-right-btn:after {
right: 0;
} .uabb-transparent-fill-center-btn:after{
width: 0;
height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
} .uabb-transparent-fill-diagonal-btn{
overflow: hidden;
}
.uabb-transparent-fill-diagonal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
transform: translateX(-50%) translateY(-50%) rotate( 45deg );
} .uabb-transparent-fill-horizontal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.perspective {
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
margin: 0;
}
.uabb-creative-button.uabb-creative-threed-btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button.uabb-creative-threed-btn {
outline: 1px solid transparent;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
} .uabb-creative-threed-btn.uabb-animate_top-btn:after {
height: 40%;
left: 0;
top: -40%;
width: 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
} .uabb-creative-threed-btn.uabb-animate_bottom-btn:after {
width: 100%;
height: 40%;
left: 0;
top: 100%;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
} .uabb-creative-threed-btn.uabb-animate_left-btn:after {
width: 20%;
height: 100%;
left: -20%;
top: 0;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-transform: rotateY(-60deg);
-moz-transform: rotateY(-60deg);
-ms-transform: rotateY(-60deg);
transform: rotateY(-60deg);
} .uabb-creative-threed-btn.uabb-animate_right-btn:after {
width: 20%;
height: 100%;
left: 104%;
top: 0;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateY(120deg);
-moz-transform: rotateY(120deg);
-ms-transform: rotateY(120deg);
transform: rotateY(120deg);
} .uabb-animate_top-btn:hover{
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
-o-transform: rotateX(-15deg);
transform: rotateX(-15deg);
} .uabb-animate_bottom-btn:hover{
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
-o-transform: rotateX(15deg);
transform: rotateX(15deg);
} .uabb-animate_left-btn:hover{
-webkit-transform: rotateY(6deg);
-moz-transform: rotateY(6deg);
-ms-transform: rotateY(6deg);
-o-transform: rotateY(6deg);
transform: rotateY(6deg);
} .uabb-animate_right-btn:hover{
-webkit-transform: rotateY(-6deg);
-moz-transform: rotateY(-6deg);
-ms-transform: rotateY(-6deg);
-o-transform: rotateY(-6deg);
transform: rotateY(-6deg);
}  .uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
overflow: hidden;
position: relative;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
bottom: 0;
height: 100%;
margin: 0;
opacity: 1;
position: absolute;
right: 0;
width: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {
display: inline-block;
width: 100%;
height: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
top: 0;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i {
top: 0;
left: -100%;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
-o-transform: translateX(200%);
transform: translateX(200%);
} .uabb-creative-flat-btn.uabb-animate_to_left-btn i {
top: 0;
left: 100%;
}
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {
-webkit-transform: translateX(-200%);
-moz-transform: translateX(-200%);
-ms-transform: translateX(-200%);
-o-transform: translateX(-200%);
transform: translateX(-200%);
} .uabb-creative-flat-btn.uabb-animate_from_top-btn i {
top: -100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
-webkit-transform: translateY(400px);
-moz-transform: translateY(400px);
-ms-transform: translateY(400px);
-o-transform: translateY(400px);
transform: translateY(400px);
} .uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
top: 100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
-webkit-transform: translateY(-400px);
-moz-transform: translateY(-400px);
-ms-transform: translateY(-400px);
-o-transform: translateY(-400px);
transform: translateY(-400px);
} .uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode, 
.uabb-tab-acc-content .mejs-container:not(.mejs-audio), 
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode, 
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio), 
.uabb-adv-accordion-content .mejs-overlay.load {
width: 100% !important;
height: 100% !important;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
padding-top: 56.25%;
}
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode {
max-width: 100% !important;
}
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
position: relative;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto !important;
height: auto !important;
}
.fl-row-content-wrap .uabb-row-particles-background,
.uabb-col-particles-background {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
}  .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
}
.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
} .uabb-js-breakpoint {
content:"default";
display:none;
}
@media screen and (max-width: 1122px) {
.uabb-js-breakpoint {
content:"1122";
}
}
@media screen and (max-width: 768px) {
.uabb-js-breakpoint {
content:"768";
}
}@font-face {
font-family: 'Ultimate-Icons';
src:
url(//www.inhp.org/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.ttf?1ddi1j) format('truetype'),
url(//www.inhp.org/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.woff?1ddi1j) format('woff'),
url(//www.inhp.org/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.svg?1ddi1j#Ultimate-Icons) format('svg');
font-weight: normal;
font-style: normal;
}
.ua-icon { font-family: 'Ultimate-Icons' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ua-icon-google-plus:before {
content: "\ea82";
}
.ua-icon-facebook22:before {
content: "\ea81";
}
.ua-icon-basket:before {
content: "\e900";
}
.ua-icon-briefcase:before {
content: "\e901";
}
.ua-icon-calendar:before {
content: "\e902";
}
.ua-icon-chat:before {
content: "\e903";
}
.ua-icon-clock:before {
content: "\e904";
}
.ua-icon-desktop:before {
content: "\e905";
}
.ua-icon-dribbble:before {
content: "\e906";
}
.ua-icon-edit:before {
content: "\e907";
}
.ua-icon-envelope:before {
content: "\e908";
}
.ua-icon-facebook:before {
content: "\e909";
}
.ua-icon-gears:before {
content: "\e90a";
}
.ua-icon-global:before {
content: "\e90b";
}
.ua-icon-globe:before {
content: "\e90c";
}
.ua-icon-googleplus:before {
content: "\e90d";
}
.ua-icon-heart:before {
content: "\e90e";
}
.ua-icon-key:before {
content: "\e90f";
}
.ua-icon-laptop:before {
content: "\e910";
}
.ua-icon-linkedin:before {
content: "\e911";
}
.ua-icon-lock:before {
content: "\e912";
}
.ua-icon-magnifying-glass:before {
content: "\e913";
}
.ua-icon-map-pin:before {
content: "\e914";
}
.ua-icon-map:before {
content: "\e915";
}
.ua-icon-mobile:before {
content: "\e916";
}
.ua-icon-newspaper:before {
content: "\e917";
}
.ua-icon-paperclip:before {
content: "\e918";
}
.ua-icon-pencil:before {
content: "\e919";
}
.ua-icon-phone:before {
content: "\e91a";
}
.ua-icon-picture:before {
content: "\e91b";
}
.ua-icon-presentation:before {
content: "\e91c";
}
.ua-icon-printer:before {
content: "\e91d";
}
.ua-icon-profile-female:before {
content: "\e91e";
}
.ua-icon-profile-male:before {
content: "\e91f";
}
.ua-icon-quote:before {
content: "\e920";
}
.ua-icon-streetsign:before {
content: "\e921";
}
.ua-icon-tablet:before {
content: "\e922";
}
.ua-icon-tools-2:before {
content: "\e923";
}
.ua-icon-tools:before {
content: "\e924";
}
.ua-icon-tumblr:before {
content: "\e925";
}
.ua-icon-twitter:before {
content: "\e926";
}
.ua-icon-video:before {
content: "\e927";
}
.ua-icon-icon-3-mail-envelope-closed:before {
content: "\e928";
}
.ua-icon-icon-6-mail-envelope-closed:before {
content: "\e929";
}
.ua-icon-icon-24-key:before {
content: "\e92a";
}
.ua-icon-icon-29-information:before {
content: "\e92b";
}
.ua-icon-icon-111-search:before {
content: "\e92c";
}
.ua-icon-icon-112-search-plus:before {
content: "\e92d";
}
.ua-icon-icon-113-search-minus:before {
content: "\e92e";
}
.ua-icon-icon-114-lock:before {
content: "\e92f";
}
.ua-icon-icon-116-lock-open:before {
content: "\e930";
}
.ua-icon-icon-118-lock-rounded:before {
content: "\e931";
}
.ua-icon-icon-120-lock-rounded-open:before {
content: "\e932";
}
.ua-icon-icon-121-combination-lock:before {
content: "\e933";
}
.ua-icon-icon-122-printer:before {
content: "\e934";
}
.ua-icon-icon-123-printer:before {
content: "\e935";
}
.ua-icon-icon-124-printer-text:before {
content: "\e936";
}
.ua-icon-icon-125-printer-text:before {
content: "\e937";
}
.ua-icon-icon-134-pen:before {
content: "\e938";
}
.ua-icon-icon-135-pen-angled:before {
content: "\e939";
}
.ua-icon-icon-145-tag-cord:before {
content: "\e93a";
}
.ua-icon-icon-146-tag:before {
content: "\e93b";
}
.ua-icon-icon-3-mail-envelope-closed2:before {
content: "\e93c";
}
.ua-icon-icon-6-mail-envelope-closed2:before {
content: "\e93d";
}
.ua-icon-icon-24-key2:before {
content: "\e93e";
}
.ua-icon-icon-29-information2:before {
content: "\e93f";
}
.ua-icon-icon-111-search2:before {
content: "\e940";
}
.ua-icon-icon-112-search-plus2:before {
content: "\e941";
}
.ua-icon-icon-113-search-minus2:before {
content: "\e942";
}
.ua-icon-icon-114-lock2:before {
content: "\e943";
}
.ua-icon-icon-116-lock-open2:before {
content: "\e944";
}
.ua-icon-icon-118-lock-rounded2:before {
content: "\e945";
}
.ua-icon-icon-120-lock-rounded-open2:before {
content: "\e946";
}
.ua-icon-icon-121-combination-lock2:before {
content: "\e947";
}
.ua-icon-icon-122-printer2:before {
content: "\e948";
}
.ua-icon-icon-123-printer2:before {
content: "\e949";
}
.ua-icon-icon-124-printer-text2:before {
content: "\e94a";
}
.ua-icon-icon-125-printer-text2:before {
content: "\e94b";
}
.ua-icon-icon-134-pen2:before {
content: "\e94c";
}
.ua-icon-icon-135-pen-angled2:before {
content: "\e94d";
}
.ua-icon-icon-145-tag-cord2:before {
content: "\e94e";
}
.ua-icon-icon-146-tag2:before {
content: "\e94f";
}
.ua-icon-arrow-down:before {
content: "\e950";
}
.ua-icon-arrow-left:before {
content: "\e951";
}
.ua-icon-arrow-right:before {
content: "\e952";
}
.ua-icon-arrow-up:before {
content: "\e953";
}
.ua-icon-briefcase2:before {
content: "\e954";
}
.ua-icon-check:before {
content: "\e955";
}
.ua-icon-circle-add:before {
content: "\e956";
}
.ua-icon-circle-check:before {
content: "\e957";
}
.ua-icon-circle-cross:before {
content: "\e958";
}
.ua-icon-circle-minus:before {
content: "\e959";
}
.ua-icon-clock2:before {
content: "\e95a";
}
.ua-icon-cog:before {
content: "\e95b";
}
.ua-icon-cross:before {
content: "\e95c";
}
.ua-icon-disc:before {
content: "\e95d";
}
.ua-icon-fast-forward:before {
content: "\e95e";
}
.ua-icon-globe2:before {
content: "\e95f";
}
.ua-icon-head:before {
content: "\e960";
}
.ua-icon-heart2:before {
content: "\e961";
}
.ua-icon-help:before {
content: "\e962";
}
.ua-icon-lock2:before {
content: "\e963";
}
.ua-icon-mail:before {
content: "\e964";
}
.ua-icon-map2:before {
content: "\e965";
}
.ua-icon-minus:before {
content: "\e966";
}
.ua-icon-monitor:before {
content: "\e967";
}
.ua-icon-paper-clip:before {
content: "\e968";
}
.ua-icon-pause:before {
content: "\e969";
}
.ua-icon-play:before {
content: "\e96a";
}
.ua-icon-plus:before {
content: "\e96b";
}
.ua-icon-printer2:before {
content: "\e96c";
}
.ua-icon-record:before {
content: "\e96d";
}
.ua-icon-rewind:before {
content: "\e96e";
}
.ua-icon-search:before {
content: "\e96f";
}
.ua-icon-speech-bubble:before {
content: "\e970";
}
.ua-icon-square-add:before {
content: "\e971";
}
.ua-icon-square-check:before {
content: "\e972";
}
.ua-icon-square-cross:before {
content: "\e973";
}
.ua-icon-square-minus:before {
content: "\e974";
}
.ua-icon-unlock:before {
content: "\e975";
}
.ua-icon-zoom-in:before {
content: "\e976";
}
.ua-icon-zoom-out:before {
content: "\e977";
}
.ua-icon-alarm:before {
content: "\e978";
}
.ua-icon-arrow-down-circle:before {
content: "\e979";
}
.ua-icon-arrow-down2:before {
content: "\e97a";
}
.ua-icon-arrow-left-circle:before {
content: "\e97b";
}
.ua-icon-arrow-left2:before {
content: "\e97c";
}
.ua-icon-arrow-right-circle:before {
content: "\e97d";
}
.ua-icon-arrow-right2:before {
content: "\e97e";
}
.ua-icon-arrow-up-circle:before {
content: "\e97f";
}
.ua-icon-arrow-up2:before {
content: "\e980";
}
.ua-icon-briefcase3:before {
content: "\e981";
}
.ua-icon-bubble:before {
content: "\e982";
}
.ua-icon-calendar-full:before {
content: "\e983";
}
.ua-icon-camera-video:before {
content: "\e984";
}
.ua-icon-camera:before {
content: "\e985";
}
.ua-icon-cart:before {
content: "\e986";
}
.ua-icon-chart-bars:before {
content: "\e987";
}
.ua-icon-checkmark-circle:before {
content: "\e988";
}
.ua-icon-chevron-down-circle:before {
content: "\e989";
}
.ua-icon-chevron-down:before {
content: "\e98a";
}
.ua-icon-chevron-left-circle:before {
content: "\e98b";
}
.ua-icon-chevron-left:before {
content: "\e98c";
}
.ua-icon-chevron-right-circle:before {
content: "\e98d";
}
.ua-icon-chevron-right:before {
content: "\e98e";
}
.ua-icon-chevron-up-circle:before {
content: "\e98f";
}
.ua-icon-chevron-up:before {
content: "\e990";
}
.ua-icon-circle-minus2:before {
content: "\e991";
}
.ua-icon-clock3:before {
content: "\e992";
}
.ua-icon-cog2:before {
content: "\e993";
}
.ua-icon-cross-circle:before {
content: "\e994";
}
.ua-icon-cross2:before {
content: "\e995";
}
.ua-icon-earth:before {
content: "\e996";
}
.ua-icon-envelope2:before {
content: "\e997";
}
.ua-icon-eye:before {
content: "\e998";
}
.ua-icon-film-play:before {
content: "\e999";
}
.ua-icon-gift:before {
content: "\e99a";
}
.ua-icon-heart3:before {
content: "\e99b";
}
.ua-icon-history:before {
content: "\e99c";
}
.ua-icon-home:before {
content: "\e99d";
}
.ua-icon-keyboard:before {
content: "\e99e";
}
.ua-icon-laptop-phone:before {
content: "\e99f";
}
.ua-icon-laptop2:before {
content: "\e9a0";
}
.ua-icon-leaf:before {
content: "\e9a1";
}
.ua-icon-license:before {
content: "\e9a2";
}
.ua-icon-location:before {
content: "\e9a3";
}
.ua-icon-lock3:before {
content: "\e9a4";
}
.ua-icon-magnifier:before {
content: "\e9a5";
}
.ua-icon-map-marker:before {
content: "\e9a6";
}
.ua-icon-map3:before {
content: "\e9a7";
}
.ua-icon-menu-circle:before {
content: "\e9a8";
}
.ua-icon-menu:before {
content: "\e9a9";
}
.ua-icon-mic:before {
content: "\e9aa";
}
.ua-icon-moon:before {
content: "\e9ab";
}
.ua-icon-move:before {
content: "\e9ac";
}
.ua-icon-mustache:before {
content: "\e9ad";
}
.ua-icon-neutral:before {
content: "\e9ae";
}
.ua-icon-paperclip2:before {
content: "\e9af";
}
.ua-icon-paw:before {
content: "\e9b0";
}
.ua-icon-pencil2:before {
content: "\e9b1";
}
.ua-icon-phone-handset:before {
content: "\e9b2";
}
.ua-icon-phone2:before {
content: "\e9b3";
}
.ua-icon-picture2:before {
content: "\e9b4";
}
.ua-icon-pie-chart:before {
content: "\e9b5";
}
.ua-icon-plus-circle:before {
content: "\e9b6";
}
.ua-icon-printer3:before {
content: "\e9b7";
}
.ua-icon-question-circle:before {
content: "\e9b8";
}
.ua-icon-rocket:before {
content: "\e9b9";
}
.ua-icon-sad:before {
content: "\e9ba";
}
.ua-icon-screen:before {
content: "\e9bb";
}
.ua-icon-shirt:before {
content: "\e9bc";
}
.ua-icon-smartphone:before {
content: "\e9bd";
}
.ua-icon-smile:before {
content: "\e9be";
}
.ua-icon-star:before {
content: "\e9bf";
}
.ua-icon-store:before {
content: "\e9c0";
}
.ua-icon-sync:before {
content: "\e9c1";
}
.ua-icon-tablet2:before {
content: "\e9c2";
}
.ua-icon-tag:before {
content: "\e9c3";
}
.ua-icon-trash:before {
content: "\e9c4";
}
.ua-icon-unlink:before {
content: "\e9c5";
}
.ua-icon-user:before {
content: "\e9c6";
}
.ua-icon-users:before {
content: "\e9c7";
}
.ua-icon-px-with-circle:before {
content: "\e9c8";
}
.ua-icon-px:before {
content: "\e9c9";
}
.ua-icon-app-store:before {
content: "\e9ca";
}
.ua-icon-dribbble-with-circle:before {
content: "\e9cb";
}
.ua-icon-dribbble2:before {
content: "\e9cc";
}
.ua-icon-facebook-with-circle:before {
content: "\e9cd";
}
.ua-icon-facebook2:before {
content: "\e9ce";
}
.ua-icon-flickr-with-circle:before {
content: "\e9cf";
}
.ua-icon-flickr:before {
content: "\e9d0";
}
.ua-icon-github-with-circle:before {
content: "\e9d1";
}
.ua-icon-github:before {
content: "\e9d2";
}
.ua-icon-google-with-circle:before {
content: "\e9d3";
}
.ua-icon-google:before {
content: "\e9d4";
}
.ua-icon-instagram-with-circle:before {
content: "\e9d5";
}
.ua-icon-instagram:before {
content: "\e9d6";
}
.ua-icon-linkedin-with-circle:before {
content: "\e9d7";
}
.ua-icon-linkedin2:before {
content: "\e9d8";
}
.ua-icon-pinterest-with-circle:before {
content: "\e9d9";
}
.ua-icon-pinterest:before {
content: "\e9da";
}
.ua-icon-tripadvisor:before {
content: "\e9db";
}
.ua-icon-tumblr-with-circle:before {
content: "\e9dc";
}
.ua-icon-tumblr2:before {
content: "\e9dd";
}
.ua-icon-twitter-with-circle:before {
content: "\e9de";
}
.ua-icon-twitter2:before {
content: "\e9df";
}
.ua-icon-vimeo-with-circle:before {
content: "\e9e0";
}
.ua-icon-vimeo:before {
content: "\e9e1";
}
.ua-icon-windows-store:before {
content: "\e9e2";
}
.ua-icon-yelp:before {
content: "\e9e3";
}
.ua-icon-youtube-with-circle:before {
content: "\e9e4";
}
.ua-icon-youtube:before {
content: "\e9e5";
}
.ua-icon-air:before {
content: "\e9e6";
}
.ua-icon-arrow-long-down:before {
content: "\e9e7";
}
.ua-icon-arrow-long-left:before {
content: "\e9e8";
}
.ua-icon-arrow-long-right:before {
content: "\e9e9";
}
.ua-icon-arrow-long-up:before {
content: "\e9ea";
}
.ua-icon-arrow-with-circle-down:before {
content: "\e9eb";
}
.ua-icon-arrow-with-circle-left:before {
content: "\e9ec";
}
.ua-icon-arrow-with-circle-right:before {
content: "\e9ed";
}
.ua-icon-arrow-with-circle-up:before {
content: "\e9ee";
}
.ua-icon-attachment:before {
content: "\e9ef";
}
.ua-icon-bar-graph:before {
content: "\e9f0";
}
.ua-icon-briefcase4:before {
content: "\e9f1";
}
.ua-icon-browser:before {
content: "\e9f2";
}
.ua-icon-calculator:before {
content: "\e9f3";
}
.ua-icon-calendar2:before {
content: "\e9f4";
}
.ua-icon-camera2:before {
content: "\e9f5";
}
.ua-icon-chat2:before {
content: "\e9f6";
}
.ua-icon-check2:before {
content: "\e9f7";
}
.ua-icon-chevron-down2:before {
content: "\e9f8";
}
.ua-icon-chevron-left2:before {
content: "\e9f9";
}
.ua-icon-chevron-right2:before {
content: "\e9fa";
}
.ua-icon-chevron-small-down:before {
content: "\e9fb";
}
.ua-icon-chevron-small-left:before {
content: "\e9fc";
}
.ua-icon-chevron-small-right:before {
content: "\e9fd";
}
.ua-icon-chevron-small-up:before {
content: "\e9fe";
}
.ua-icon-chevron-thin-down:before {
content: "\e9ff";
}
.ua-icon-chevron-thin-left:before {
content: "\ea00";
}
.ua-icon-chevron-thin-right:before {
content: "\ea01";
}
.ua-icon-chevron-thin-up:before {
content: "\ea02";
}
.ua-icon-chevron-up2:before {
content: "\ea03";
}
.ua-icon-chevron-with-circle-down:before {
content: "\ea04";
}
.ua-icon-chevron-with-circle-left:before {
content: "\ea05";
}
.ua-icon-chevron-with-circle-right:before {
content: "\ea06";
}
.ua-icon-chevron-with-circle-up:before {
content: "\ea07";
}
.ua-icon-circle-with-cross:before {
content: "\ea08";
}
.ua-icon-circle-with-minus:before {
content: "\ea09";
}
.ua-icon-circle-with-plus:before {
content: "\ea0a";
}
.ua-icon-clock4:before {
content: "\ea0b";
}
.ua-icon-cog3:before {
content: "\ea0c";
}
.ua-icon-compass:before {
content: "\ea0d";
}
.ua-icon-controller-play:before {
content: "\ea0e";
}
.ua-icon-controller-record:before {
content: "\ea0f";
}
.ua-icon-controller-stop:before {
content: "\ea10";
}
.ua-icon-creative-commons-noderivs:before {
content: "\ea11";
}
.ua-icon-credit-card:before {
content: "\ea12";
}
.ua-icon-credit:before {
content: "\ea13";
}
.ua-icon-cross3:before {
content: "\ea14";
}
.ua-icon-direction:before {
content: "\ea15";
}
.ua-icon-dot-single:before {
content: "\ea16";
}
.ua-icon-edit2:before {
content: "\ea17";
}
.ua-icon-email:before {
content: "\ea18";
}
.ua-icon-emoji-flirt:before {
content: "\ea19";
}
.ua-icon-emoji-happy:before {
content: "\ea1a";
}
.ua-icon-emoji-neutral:before {
content: "\ea1b";
}
.ua-icon-emoji-sad:before {
content: "\ea1c";
}
.ua-icon-eye2:before {
content: "\ea1d";
}
.ua-icon-fingerprint:before {
content: "\ea1e";
}
.ua-icon-flow-tree:before {
content: "\ea1f";
}
.ua-icon-gauge:before {
content: "\ea20";
}
.ua-icon-globe3:before {
content: "\ea21";
}
.ua-icon-grid:before {
content: "\ea22";
}
.ua-icon-hair-cross:before {
content: "\ea23";
}
.ua-icon-heart-outlined:before {
content: "\ea24";
}
.ua-icon-heart4:before {
content: "\ea25";
}
.ua-icon-help-with-circle:before {
content: "\ea26";
}
.ua-icon-help2:before {
content: "\ea27";
}
.ua-icon-home2:before {
content: "\ea28";
}
.ua-icon-infinity:before {
content: "\ea29";
}
.ua-icon-info-with-circle:before {
content: "\ea2a";
}
.ua-icon-info:before {
content: "\ea2b";
}
.ua-icon-key2:before {
content: "\ea2c";
}
.ua-icon-keyboard2:before {
content: "\ea2d";
}
.ua-icon-landline:before {
content: "\ea2e";
}
.ua-icon-laptop3:before {
content: "\ea2f";
}
.ua-icon-lifebuoy:before {
content: "\ea30";
}
.ua-icon-light-bulb:before {
content: "\ea31";
}
.ua-icon-location-pin:before {
content: "\ea32";
}
.ua-icon-lock-open:before {
content: "\ea33";
}
.ua-icon-lock4:before {
content: "\ea34";
}
.ua-icon-magnifying-glass2:before {
content: "\ea35";
}
.ua-icon-mail2:before {
content: "\ea36";
}
.ua-icon-map4:before {
content: "\ea37";
}
.ua-icon-medal:before {
content: "\ea38";
}
.ua-icon-menu2:before {
content: "\ea39";
}
.ua-icon-message:before {
content: "\ea3a";
}
.ua-icon-minus2:before {
content: "\ea3b";
}
.ua-icon-mobile2:before {
content: "\ea3c";
}
.ua-icon-news:before {
content: "\ea3d";
}
.ua-icon-phone3:before {
content: "\ea3e";
}
.ua-icon-plus2:before {
content: "\ea3f";
}
.ua-icon-quote2:before {
content: "\ea40";
}
.ua-icon-shopping-basket:before {
content: "\ea41";
}
.ua-icon-shopping-cart:before {
content: "\ea42";
}
.ua-icon-squared-minus:before {
content: "\ea43";
}
.ua-icon-squared-plus:before {
content: "\ea44";
}
.ua-icon-tablet-mobile-combo:before {
content: "\ea45";
}
.ua-icon-tablet3:before {
content: "\ea46";
}
.ua-icon-tools2:before {
content: "\ea47";
}
.ua-icon-tv:before {
content: "\ea48";
}
.ua-icon-typing:before {
content: "\ea49";
}
.ua-icon-user2:before {
content: "\ea4a";
}
.ua-icon-users2:before {
content: "\ea4b";
}
.ua-icon-video-camera:before {
content: "\ea4c";
}
.ua-icon-video2:before {
content: "\ea4d";
}
.ua-icon-vinyl:before {
content: "\ea4e";
}
.ua-icon-Home:before {
content: "\ea4f";
}
.ua-icon-LightBulb:before {
content: "\ea50";
}
.ua-icon-Anchor:before {
content: "\ea51";
}
.ua-icon-Feather:before {
content: "\ea52";
}
.ua-icon-Expand:before {
content: "\ea53";
}
.ua-icon-Maximize:before {
content: "\ea54";
}
.ua-icon-Search:before {
content: "\ea55";
}
.ua-icon-Zoomin:before {
content: "\ea56";
}
.ua-icon-Zoomout:before {
content: "\ea57";
}
.ua-icon-Add:before {
content: "\ea58";
}
.ua-icon-Subtract:before {
content: "\ea59";
}
.ua-icon-Exclamation:before {
content: "\ea5a";
}
.ua-icon-Question:before {
content: "\ea5b";
}
.ua-icon-Close:before {
content: "\ea5c";
}
.ua-icon-Pause:before {
content: "\ea5d";
}
.ua-icon-Envelope:before {
content: "\ea5e";
}
.ua-icon-Compose:before {
content: "\ea5f";
}
.ua-icon-Newspaper:before {
content: "\ea60";
}
.ua-icon-Newspaperalt:before {
content: "\ea61";
}
.ua-icon-Calendar:before {
content: "\ea62";
}
.ua-icon-Hyperlink:before {
content: "\ea63";
}
.ua-icon-Trash:before {
content: "\ea64";
}
.ua-icon-Trashalt:before {
content: "\ea65";
}
.ua-icon-Grid:before {
content: "\ea66";
}
.ua-icon-Gridalt:before {
content: "\ea67";
}
.ua-icon-List:before {
content: "\ea68";
}
.ua-icon-Calculator:before {
content: "\ea69";
}
.ua-icon-Windows:before {
content: "\ea6a";
}
.ua-icon-Browser:before {
content: "\ea6b";
}
.ua-icon-Alarm:before {
content: "\ea6c";
}
.ua-icon-Clock:before {
content: "\ea6d";
}
.ua-icon-Attachment:before {
content: "\ea6e";
}
.ua-icon-Settings:before {
content: "\ea6f";
}
.ua-icon-Portfolio:before {
content: "\ea70";
}
.ua-icon-User:before {
content: "\ea71";
}
.ua-icon-Users:before {
content: "\ea72";
}
.ua-icon-Heart:before {
content: "\ea73";
}
.ua-icon-Chat:before {
content: "\ea74";
}
.ua-icon-Comments:before {
content: "\ea75";
}
.ua-icon-Screen:before {
content: "\ea76";
}
.ua-icon-iPhone:before {
content: "\ea77";
}
.ua-icon-Instagram:before {
content: "\ea78";
}
.ua-icon-facebook3:before {
content: "\ea79";
}
.ua-icon-Delicious:before {
content: "\ea7a";
}
.ua-icon-GooglePlus:before {
content: "\ea7b";
}
.ua-icon-Dribbble:before {
content: "\ea7c";
}
.ua-icon-Pin:before {
content: "\ea7d";
}
.ua-icon-Pinalt:before {
content: "\ea7e";
}
.ua-icon-Cloud:before {
content: "\ea7f";
}
.ua-icon-Circle-Full:before {
content: "\ea80";
}.fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #ffffff;
border-top-width: 20px;
border-right-width: 20px;
border-bottom-width: 20px;
border-left-width: 20px;
}
.fl-builder-mobile .fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
background-image: url(https://www.inhp.org/wp-content/uploads/2020/05/INHP-1121.jpg);
background-position: center center;
background-attachment: scroll;
}
.fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
padding-top:300px;
padding-right:10px;
padding-bottom:10px;
padding-left:10px;
}
.fl-node-5c34eaeb90cb7 > .fl-row-content-wrap {
background-color: rgba(240,235,225,0.5);
}
.fl-node-5c34eaeb90cb7 > .fl-row-content-wrap {
padding-top:75px;
padding-bottom:60px;
}
.fl-node-5eb1d5a030b0a > .fl-row-content-wrap {
background-color: #ffffff;
}
.fl-node-5eb1d2f33eda5 > .fl-row-content-wrap {
background-color: #f7f5f0;
}
.fl-node-5c34eaeb90cf8 > .fl-row-content-wrap {
background-color: rgba(255,255,255,0.5);
}
.fl-node-5c34eaeb90cf8 > .fl-row-content-wrap {
padding-top:020px;
padding-bottom:10px;
}
.fl-node-5c34eaeb90cb5 {
width: 100%;
}
.fl-node-5c34eaeb90cb9 {
width: 100%;
}
.fl-node-5c34eaeb90cdd {
width: 100%;
}
.fl-node-5eb1cfa2279d4 {
width: 50%;
}
.fl-node-5eb1cfa2279d7 {
width: 50%;
}
.fl-node-5eb1d268155c8 {
width: 100%;
}
.fl-node-5eb1d5a030b02 {
width: 100%;
}
.fl-node-5eb1d2f34dace {
width: 100%;
}
.fl-node-5eb1d347442a1 {
width: 50%;
}
.fl-node-5eb1d35843a0e {
width: 50%;
}
.fl-node-5c052f8ad1a21 {
width: 100%;
}
body a.infobox-title-link {
text-decoration: none;
}
body h1.uabb-infobox-title,
body h2.uabb-infobox-title,
body h3.uabb-infobox-title,
body h4.uabb-infobox-title,
body h5.uabb-infobox-title,
body h6.uabb-infobox-title,
.uabb-infobox-content .uabb-infobox-title-prefix {
margin: 0;
padding: 0;
}
.uabb-module-content .uabb-text-editor :not(a) {
color: inherit;
}
.uabb-module-content .uabb-text-editor :not(i) {
font-family: inherit;
}
.uabb-module-content .uabb-text-editor :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
font-size: inherit;
line-height: inherit;
}
.uabb-module-content .uabb-text-editor :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(strong):not(b):not(i) {
font-weight: inherit;
}
.uabb-infobox-content .uabb-infobox-text p:last-of-type {
margin-bottom: 0;
}
.uabb-infobox-content .uabb-infobox-text p {
padding: 0 0 10px;
}
.fl-builder-content .uabb-infobox-text h1,
.fl-builder-content .uabb-infobox-text h2,
.fl-builder-content .uabb-infobox-text h3,
.fl-builder-content .uabb-infobox-text h4,
.fl-builder-content .uabb-infobox-text h5,
.fl-builder-content .uabb-infobox-text h6 {
margin: 0;
}
.infobox-icon-above-title .uabb-infobox-left-right-wrap,
.infobox-icon-below-title .uabb-infobox-left-right-wrap,
.infobox-photo-above-title .uabb-infobox-left-right-wrap,
.infobox-photo-below-title .uabb-infobox-left-right-wrap {
display: block;
min-width: 100%;
width: 100%;
}
.infobox-icon-above-title .uabb-icon,
.infobox-icon-below-title .uabb-icon,
.infobox-photo-above-title .uabb-imgicon-wrap {
display: block;
}
.infobox-icon-left-title .uabb-infobox-title,
.infobox-icon-right-title .uabb-infobox-title,
.infobox-icon-left-title .uabb-imgicon-wrap,
.infobox-icon-right-title .uabb-imgicon-wrap,
.infobox-photo-left-title .uabb-infobox-title,
.infobox-photo-right-title .uabb-infobox-title,
.infobox-photo-left-title .uabb-imgicon-wrap,
.infobox-photo-right-title .uabb-imgicon-wrap {
display: inline-block;
vertical-align: middle;
}
.infobox-icon-left-title .left-title-image,
.infobox-icon-right-title .right-title-image,
.infobox-icon-left .uabb-infobox-left-right-wrap,
.infobox-icon-right .uabb-infobox-left-right-wrap,
.infobox-photo-left .uabb-infobox-left-right-wrap,
.infobox-photo-right .uabb-infobox-left-right-wrap {
display: inline-block;
width: 100%;
}
.infobox-icon-left-title .uabb-imgicon-wrap,
.infobox-icon-left .uabb-imgicon-wrap,
.infobox-photo-left-title .uabb-imgicon-wrap,
.infobox-photo-left .uabb-imgicon-wrap {
margin-right: 20px;
}
.infobox-icon-right-title .uabb-imgicon-wrap,
.infobox-icon-right .uabb-imgicon-wrap,
.infobox-photo-right-title .uabb-imgicon-wrap,
.infobox-photo-right .uabb-imgicon-wrap {
margin-left: 20px;
}
.infobox-icon-left .uabb-imgicon-wrap,
.infobox-icon-right .uabb-imgicon-wrap,
.infobox-icon-left .uabb-infobox-content,
.infobox-icon-right .uabb-infobox-content,
.infobox-photo-left .uabb-imgicon-wrap,
.infobox-photo-right .uabb-imgicon-wrap,
.infobox-photo-left .uabb-infobox-content,
.infobox-photo-right .uabb-infobox-content {
display: inline-block;
vertical-align: top;
}
.infobox-photo-below-title .uabb-imgicon-wrap {
display: block;
margin: 10px 0 15px;
}
.infobox-photo-left-title .uabb-infobox-title-wrap,
.infobox-icon-left-title .uabb-infobox-title-wrap,
.infobox-photo-right-title .uabb-infobox-title-wrap,
.infobox-icon-right-title .uabb-infobox-title-wrap {
vertical-align: middle;
}
.fl-module-info-box .fl-module-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
flex-shrink: 1;
}
.fl-module-info-box .uabb-separator-parent {
line-height: 0;
}
.fl-module-info-box .uabb-infobox-module-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 4;
}@media (max-width: 768px) { .infobox-photo-left,
.infobox-photo-right {
display: block;
}
.infobox-photo-left .infobox-photo,
.infobox-photo-left-text .infobox-photo {
display: block;
margin-bottom: 15px;
padding-left: 0;
padding-right: 0;
width: auto;
}
.infobox-photo-right .infobox-photo,
.infobox-photo-right-text .infobox-photo {
display: block;
margin-top: 25px;
padding-left: 0;
padding-right: 0;
width: auto;
}
.infobox-photo-left .infobox-content,
.infobox-photo-left-text .infobox-content,
.infobox-photo-right .infobox-content,
.infobox-photo-right-text .infobox-content {
display: block;
width: auto;
} }
.fl-node-5c34eaeb90cb6 {
width: 100%;
}
.fl-node-5c34eaeb90cb6 .uabb-icon-wrap .uabb-icon i {
width: auto;
}   .fl-node-5c34eaeb90cb6 .uabb-infobox {
background: rgba(0,148,201,0.85);
padding-top:30px;padding-bottom:30px;padding-left:30px;padding-right:30px;
} .fl-node-5c34eaeb90cb6 .infobox-left,
.fl-node-5c34eaeb90cb6 .uabb-infobox .uabb-separator {
text-align: left;
}  .fl-builder-content .fl-node-5c34eaeb90cb6 .uabb-infobox-title {
margin-top: 10px;
margin-bottom: 10px;
}  .fl-node-5c34eaeb90cb6 h2.uabb-infobox-title,
.fl-node-5c34eaeb90cb6 h2.uabb-infobox-title span a,
.fl-node-5c34eaeb90cb6 h2.uabb-infobox-title * {
color: #ffffff}
.fl-builder-content .fl-node-5c34eaeb90cb6 .uabb-infobox-text {
margin-top: 0px;
margin-bottom: 0px;
} .fl-node-5c34eaeb90cb6 .uabb-infobox-text {
color:
#5b5b5b;
}      .fl-builder-content .fl-node-5c34eaeb90cb6 .uabb-infobox-title-prefix {
color: #ffffff;
}      @media (max-width: 1122px) { 
.fl-builder-content .fl-node-5c34eaeb90cb6 .uabb-infobox {
;		}
}
@media (max-width: 768px) { 
.fl-builder-content .fl-node-5c34eaeb90cb6 .uabb-infobox {
;	}
.fl-node-5c34eaeb90cb6 .infobox-responsive- {
text-align: ;
} }
.fl-node-5c34eaeb90cb6 .uabb-infobox-text {
font-family: Montserrat, sans-serif;
font-weight: 200;
font-size: 20px;
}
.fl-node-5c34eaeb90cb6 .uabb-infobox-title-prefix {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5c34eaeb90cb6 > .fl-module-content {
margin-right:0px;
margin-bottom:-80px;
margin-left:0px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90cb6 > .fl-module-content { margin-bottom:20px; } }.fl-animated.fl-fade-up {
animation: fl-fade-up 1s ease;
-webkit-animation: fl-fade-up 1s ease;
}
@-webkit-keyframes fl-fade-up {
from {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fl-fade-up {
from {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5c34eaeb90cba .uabb-heading .uabb-heading-text {
}
.fl-node-5c34eaeb90cba .uabb-heading .uabb-heading-text {
}
.fl-node-5c34eaeb90cba .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5c34eaeb90cba .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5c34eaeb90cba .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5c34eaeb90cba .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5c34eaeb90cba .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5c34eaeb90cba .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5c34eaeb90cba .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5c34eaeb90cba .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5c34eaeb90cba .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5c34eaeb90cba .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5c34eaeb90cba .uabb-responsive-mobile .uabb-side-left,
.fl-node-5c34eaeb90cba .uabb-responsive-mobile .uabb-side-right,
.fl-node-5c34eaeb90cba .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5c34eaeb90cba .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5c34eaeb90cba .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5c34eaeb90cba .uabb-heading .uabb-heading-text {
}
.fl-node-5c34eaeb90cba .uabb-heading-wrapper .uabb-heading,
.fl-node-5c34eaeb90cba .uabb-heading-wrapper .uabb-subheading,
.fl-node-5c34eaeb90cba .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5c34eaeb90cba > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5c34eaeb90cdb .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5c34eaeb90cdb .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5c34eaeb90cdb .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5c34eaeb90cdb .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5c34eaeb90cdb .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5c34eaeb90cdb .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cdb .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5c34eaeb90cdb .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5c34eaeb90cdb .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5c34eaeb90cdb .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5c34eaeb90cdb .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5c34eaeb90cdb .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5c34eaeb90cdb .uabb-side-left{
width: 50%;
}
.fl-node-5c34eaeb90cdb .uabb-side-right{
width: 50%;
}
.fl-node-5c34eaeb90cdb .uabb-divider-content {
display: table-cell;
}
.fl-node-5c34eaeb90cdb .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5c34eaeb90cdb .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5c34eaeb90cdb .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5c34eaeb90cdb .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5c34eaeb90cdb .uabb-responsive-mobile .uabb-side-left,
.fl-node-5c34eaeb90cdb .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5c34eaeb90cdb .uabb-responsive-mobile .uabb-side-right,
.fl-node-5c34eaeb90cdb .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5c34eaeb90cdb .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5c34eaeb90cdb > .fl-module-content {
margin-top:0px;
}
.fl-module-info-banner .uabb-infobanner-module-link {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 9;
}
.uabb-ultb3-desc {
margin-bottom: 24px;
}
.uabb-module-content .uabb-text-editor :not(a) {
color: inherit;
}
.uabb-module-content .uabb-text-editor :not(i) {
font-family: inherit;
}
.uabb-module-content .uabb-text-editor :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
font-size: inherit;
line-height: inherit;
}
.uabb-module-content .uabb-text-editor :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(strong):not(b):not(i) {
font-weight: inherit;
}
.uabb-ultb3-align-left {
text-align: left;
}
.uabb-ultb3-align-center {
text-align: center;
}
.uabb-ultb3-align-right {
text-align: right;
}
.uabb-ultb3-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
overflow: hidden;
}
.uabb-ultb3-img {
top: 0;
left: 0;
border: 0;
box-shadow: none;
max-width: none!important;
width: auto!important;
float: none;
margin: 0 auto;
display: block;
position: absolute;
z-index: 1;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
transition: all 300ms linear;
}
.uabb-ultb3-box-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.uabb-ultb3-info {
padding: 25px;
position: relative;
z-index: 5;
width: 100%;
}
.uabb-ultb3-img.uabb-ultb3-img-top-right {
left: auto;
right: 0;
}
.uabb-ultb3-img.uabb-ultb3-img-center-left {
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.uabb-ultb3-img.uabb-ultb3-img-center {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.uabb-ultb3-img.uabb-ultb3-img-center-right {
left: auto;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ultb3-img.uabb-ultb3-img-bottom-center,
.uabb-ultb3-img.uabb-ultb3-img-bottom-right {
top: auto;
bottom: 0;
}
.uabb-ultb3-img.uabb-ultb3-img-bottom-right {
right: 0;
left: auto;
}
.uabb-ib-slide-down .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-slide-down .uabb-ultb3-img.uabb-ultb3-img-top-center,
.uabb-ib-slide-down .uabb-ultb3-img.uabb-ultb3-img-top-right {
top: -30px;
}
.uabb-ib-slide-down:hover .uabb-ultb3-img.uabb-ultb3-img-center {
-webkit-transform: translate(-50%, -47%);
-moz-transform: translate(-50%, -47%);
-ms-transform: translate(-50%, -47%);
-o-transform: translate(-50%, -47%);
transform: translate(-50%, -47%);
}
.uabb-ib-slide-down:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-slide-down:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-center,
.uabb-ib-slide-down:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
bottom: -30px;
}
.uabb-ib-slide-up:hover .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-slide-up:hover .uabb-ultb3-img.uabb-ultb3-img-top-center,
.uabb-ib-slide-up:hover .uabb-ultb3-img.uabb-ultb3-img-top-right {
top: -20px;
}
.uabb-ib-slide-up:hover .uabb-ultb3-img.uabb-ultb3-img-center-left {
-webkit-transform: translateY(-60%);
-moz-transform: translateY(-60%);
-ms-transform: translateY(-60%);
-o-transform: translateY(-60%);
transform: translateY(-60%);
}
.uabb-ib-slide-up:hover .uabb-ultb3-img.uabb-ultb3-img-center {
-webkit-transform: translate(-50%, -60%);
-moz-transform: translate(-50%, -60%);
-ms-transform: translate(-50%, -60%);
-o-transform: translate(-50%, -60%);
transform: translate(-50%, -60%);
}
.uabb-ib-slide-up:hover .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translateY(-55%);
-moz-transform: translateY(-55%);
-ms-transform: translateY(-55%);
-o-transform: translateY(-55%);
transform: translateY(-55%);
}
.uabb-ib-slide-up .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-slide-up .uabb-ultb3-img.uabb-ultb3-img-bottom-center,
.uabb-ib-slide-up .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
bottom: -50px;
}
.uabb-ib-slide-left:hover .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-slide-left:hover .uabb-ultb3-img.uabb-ultb3-img-center-left {
left: -30px;
}
.uabb-ib-slide-left .uabb-ultb3-img.uabb-ultb3-img-top-center {
-webkit-transform: translateX(-35%);
-moz-transform: translateX(-35%);
-ms-transform: translateX(-35%);
-o-transform: translateX(-35%);
transform: translateX(-35%);
}
.uabb-ib-slide-left:hover .uabb-ultb3-img.uabb-ultb3-img-top-center {
-webkit-transform: translateX(-40%);
-moz-transform: translateX(-40%);
-ms-transform: translateX(-40%);
-o-transform: translateX(-40%);
transform: translateX(-40%);
}
.uabb-ib-slide-left .uabb-ultb3-img.uabb-ultb3-img-top-right,
.uabb-ib-slide-left .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
right: -40px;
}
.uabb-ib-slide-left:hover .uabb-ultb3-img.uabb-ultb3-img-center {
-webkit-transform: translate(-55%, -50%);
-moz-transform: translate(-55%, -50%);
-ms-transform: translate(-55%, -50%);
-o-transform: translate(-55%, -50%);
transform: translate(-55%, -50%);
}
.uabb-ib-slide-left .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translate(25%, -50%);
-moz-transform: translate(25%, -50%);
-ms-transform: translate(25%, -50%);
-o-transform: translate(25%, -50%);
transform: translate(25%, -50%);
}
.uabb-ib-slide-left:hover .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translate(20%, -50%);
-moz-transform: translate(20%, -50%);
-ms-transform: translate(20%, -50%);
-o-transform: translate(20%, -50%);
transform: translate(20%, -50%);
}
.uabb-ib-slide-left:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-center {
-webkit-transform: translate(-55%);
-moz-transform: translate(-55%);
-ms-transform: translate(-55%);
-o-transform: translate(-55%);
transform: translate(-55%);
}
.uabb-ib-slide-right .uabb-ultb3-img.uabb-ultb3-img-top-center {
-webkit-transform: translateX(-60%);
-moz-transform: translateX(-60%);
-ms-transform: translateX(-60%);
-o-transform: translateX(-60%);
transform: translateX(-60%);
}
.uabb-ib-slide-right:hover .uabb-ultb3-img.uabb-ultb3-img-top-center {
-webkit-transform: translateX(-65%);
-moz-transform: translateX(-65%);
-ms-transform: translateX(-65%);
-o-transform: translateX(-65%);
transform: translateX(-65%);
}
.uabb-ib-slide-right:hover .uabb-ultb3-img.uabb-ultb3-img-top-right,
.uabb-ib-slide-right:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
right: -20px;
}
.uabb-ib-slide-right:hover .uabb-ultb3-img.uabb-ultb3-img-center {
-webkit-transform: translate(-45%, -50%);
-moz-transform: translate(-45%, -50%);
-ms-transform: translate(-45%, -50%);
-o-transform: translate(-45%, -50%);
transform: translate(-45%, -50%);
}
.uabb-ib-slide-right .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.uabb-ib-slide-right:hover .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translate(10%, -50%);
-moz-transform: translate(10%, -50%);
-ms-transform: translate(10%, -50%);
-o-transform: translate(10%, -50%);
transform: translate(10%, -50%);
}
.uabb-ib-slide-right .uabb-ultb3-img.uabb-ultb3-img-bottom-left {
left: -50px;
}
.uabb-ib-slide-right:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-center {
-webkit-transform: translate(-45%);
-moz-transform: translate(-45%);
-ms-transform: translate(-45%);
-o-transform: translate(-45%);
transform: translate(-45%);
}
.uabb-ib-pan:hover .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-pan:hover .uabb-ultb3-img.uabb-ultb3-img-top-right,
.uabb-ib-pan:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-pan:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
-webkit-transform: rotate(5deg) scale(1.1);
-moz-transform: rotate(5deg) scale(1.1);
-ms-transform: rotate(5deg) scale(1.1);
-o-transform: rotate(5deg) scale(1.1);
transform: rotate(5deg) scale(1.1);
}
.uabb-ib-pan .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-pan .uabb-ultb3-img.uabb-ultb3-img-top-right {
top: -15px;
}
* .uabb-ib-pan .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-pan .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
bottom: -15px;
}
.uabb-ib-pan:hover .uabb-ultb3-img.uabb-ultb3-img-center {
-webkit-transform: translate(-50%, -50%) rotate(5deg) scale(1.1);
-moz-transform: translate(-50%, -50%) rotate(5deg) scale(1.1);
-ms-transform: translate(-50%, -50%) rotate(5deg) scale(1.1);
-o-transform: translate(-50%, -50%) rotate(5deg) scale(1.1);
transform: translate(-50%, -50%) rotate(5deg) scale(1.1);
}
.uabb-ib-zoom-out .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-zoom-out .uabb-ultb3-img.uabb-ultb3-img-top-right,
.uabb-ib-zoom-out .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-zoom-out .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.uabb-ib-zoom-out:hover .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-zoom-out:hover .uabb-ultb3-img.uabb-ultb3-img-top-right,
.uabb-ib-zoom-out:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-zoom-out:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.uabb-ib-zoom-out .uabb-ultb3-img.uabb-ultb3-img-top-center,
.uabb-ib-zoom-out .uabb-ultb3-img.uabb-ultb3-img-bottom-center {
-webkit-transform: translateX(-50%) scale(1.1);
-moz-transform: translateX(-50%) scale(1.1);
-ms-transform: translateX(-50%) scale(1.1);
-o-transform: translateX(-50%) scale(1.1);
transform: translateX(-50%) scale(1.1);
}
.uabb-ib-zoom-out:hover .uabb-ultb3-img.uabb-ultb3-img-top-center,
.uabb-ib-zoom-out:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-center {
-webkit-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
}
.uabb-ib-zoom-out:hover .uabb-ultb3-img.uabb-ultb3-img-center {
-webkit-transform: translate(-50%, -50%) scale(1);
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
-o-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}
.uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-top-right,
.uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-ms-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15);
}
.uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-top-center,
.uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-center {
-webkit-transform: translateX(-50%) scale(1.15);
-moz-transform: translateX(-50%) scale(1.15);
-ms-transform: translateX(-50%) scale(1.15);
-o-transform: translateX(-50%) scale(1.15);
transform: translateX(-50%) scale(1.15);
}
.uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-center-left,
.uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translateY(-50%) scale(1.15);
-moz-transform: translateY(-50%) scale(1.15);
-ms-transform: translateY(-50%) scale(1.15);
-o-transform: translateY(-50%) scale(1.15);
transform: translateY(-50%) scale(1.15);
}
.uabb-ultb3-box .uabb-ultb3-title,
.uabb-ultb3-desc p:last-child {
margin: 0;
}
.uabb-ultb3-img.uabb-ultb3-img-top-center,
.uabb-ultb3-img.uabb-ultb3-img-bottom-center {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-ib-slide-down:hover .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-slide-down:hover .uabb-ultb3-img.uabb-ultb3-img-top-center,
.uabb-ib-slide-down:hover .uabb-ultb3-img.uabb-ultb3-img-top-right,
.uabb-ib-slide-up .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-slide-up .uabb-ultb3-img.uabb-ultb3-img-top-center,
.uabb-ib-slide-up .uabb-ultb3-img.uabb-ultb3-img-top-right {
top: 0;
}
.uabb-ib-slide-down .uabb-ultb3-img.uabb-ultb3-img-center-left,
.uabb-ib-slide-down .uabb-ultb3-img.uabb-ultb3-img-center-right,
.uabb-ib-slide-up .uabb-ultb3-img.uabb-ultb3-img-center-left,
.uabb-ib-slide-up .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.uabb-ib-slide-down:hover .uabb-ultb3-img.uabb-ultb3-img-center-left,
.uabb-ib-slide-down:hover .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translateY(-47%);
-moz-transform: translateY(-47%);
-ms-transform: translateY(-47%);
-o-transform: translateY(-47%);
transform: translateY(-47%);
}
.uabb-ib-slide-down .uabb-ultb3-img.uabb-ultb3-img-center,
.uabb-ib-slide-up .uabb-ultb3-img.uabb-ultb3-img-center,
.uabb-ib-slide-left .uabb-ultb3-img.uabb-ultb3-img-center,
.uabb-ib-slide-right .uabb-ultb3-img.uabb-ultb3-img-center {
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.uabb-ib-slide-down .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-slide-down .uabb-ultb3-img.uabb-ultb3-img-bottom-center,
.uabb-ib-slide-down .uabb-ultb3-img.uabb-ultb3-img-bottom-right,
.uabb-ib-slide-up:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-slide-up:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-center,
.uabb-ib-slide-up:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
bottom: 0;
}
.uabb-ib-slide-left .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-slide-left .uabb-ultb3-img.uabb-ultb3-img-center-left,
.uabb-ib-slide-left .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-slide-right:hover .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-slide-right:hover .uabb-ultb3-img.uabb-ultb3-img-center-left,
.uabb-ib-slide-right:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-left {
left: 0;
}
.uabb-ib-slide-left:hover .uabb-ultb3-img.uabb-ultb3-img-top-right,
.uabb-ib-slide-left:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-right,
.uabb-ib-slide-right .uabb-ultb3-img.uabb-ultb3-img-top-right,
.uabb-ib-slide-right .uabb-ultb3-img.uabb-ultb3-img-bottom-right,
.uabb-ib-zoom-out .uabb-ultb3-img.uabb-ultb3-img-top-right {
right: 0;
}
.uabb-ib-slide-left:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-left,
.uabb-ib-slide-right .uabb-ultb3-img.uabb-ultb3-img-top-left,
.uabb-ib-slide-right .uabb-ultb3-img.uabb-ultb3-img-center-left {
left: -40px;
}
.uabb-ib-slide-left .uabb-ultb3-img.uabb-ultb3-img-bottom-center,
.uabb-ib-slide-right .uabb-ultb3-img.uabb-ultb3-img-bottom-center {
-webkit-transform: translate(-50%);
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
transform: translate(-50%);
}
.uabb-ib-pan:hover .uabb-ultb3-img.uabb-ultb3-img-top-center,
.uabb-ib-pan:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-center {
-webkit-transform: translateX(-50%) rotate(5deg) scale(1.1);
-moz-transform: translateX(-50%) rotate(5deg) scale(1.1);
-ms-transform: translateX(-50%) rotate(5deg) scale(1.1);
-o-transform: translateX(-50%) rotate(5deg) scale(1.1);
transform: translateX(-50%) rotate(5deg) scale(1.1);
}
.uabb-ib-pan:hover .uabb-ultb3-img.uabb-ultb3-img-center-left,
.uabb-ib-pan:hover .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translateY(-50%) rotate(5deg) scale(1.1);
-moz-transform: translateY(-50%) rotate(5deg) scale(1.1);
-ms-transform: translateY(-50%) rotate(5deg) scale(1.1);
-o-transform: translateY(-50%) rotate(5deg) scale(1.1);
transform: translateY(-50%) rotate(5deg) scale(1.1);
}
.uabb-ib-zoom-out .uabb-ultb3-img.uabb-ultb3-img-center-left,
.uabb-ib-zoom-out .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translateY(-50%) scale(1.1);
-moz-transform: translateY(-50%) scale(1.1);
-ms-transform: translateY(-50%) scale(1.1);
-o-transform: translateY(-50%) scale(1.1);
transform: translateY(-50%) scale(1.1);
}
.uabb-ib-zoom-out:hover .uabb-ultb3-img.uabb-ultb3-img-center-left,
.uabb-ib-zoom-out:hover .uabb-ultb3-img.uabb-ultb3-img-center-right {
-webkit-transform: translateY(-50%) scale(1);
-moz-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
-o-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
}
.uabb-ib-zoom-out .uabb-ultb3-img.uabb-ultb3-img-center,
.uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-center {
-webkit-transform: translate(-50%, -50%) scale(1.1);
-moz-transform: translate(-50%, -50%) scale(1.1);
-ms-transform: translate(-50%, -50%) scale(1.1);
-o-transform: translate(-50%, -50%) scale(1.1);
transform: translate(-50%, -50%) scale(1.1);
} .fl-node-5eb1d015c0b93 .uabb-ultb3-box {
min-height: 275px;
-ms-grid-row-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.internet-explorer .fl-node-5eb1d015c0b93 .uabb-ultb3-box {
height: 275px;
} .fl-node-5eb1d015c0b93 .uabb-ultb3-box {
background: #0094c9;
}
.fl-node-5eb1d015c0b93 .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5eb1d015c0b93 .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5eb1d015c0b93 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a,
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a:focus,
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a,
.fl-node-5eb1d015c0b93 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5eb1d015c0b93 .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5eb1d015c0b93 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
}  .fl-node-5eb1d18385541 .uabb-ultb3-box {
min-height: 275px;
-ms-grid-row-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.internet-explorer .fl-node-5eb1d18385541 .uabb-ultb3-box {
height: 275px;
} .fl-node-5eb1d18385541 .uabb-ultb3-box {
background: #82d2e5;
}
.fl-node-5eb1d18385541 .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5eb1d18385541 .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5eb1d18385541 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a,
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a:focus,
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5eb1d18385541 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5eb1d18385541 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5eb1d18385541 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a,
.fl-node-5eb1d18385541 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5eb1d18385541 .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5eb1d18385541 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5c34eaeb90ced .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #003b5c;
max-width: 100%;
margin: auto;
}
.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5eb1d777408e9 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d777408e9 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d777408e9 .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5eb1d777408e9 .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5eb1d777408e9 .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5eb1d777408e9 .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5eb1d777408e9 .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5eb1d777408e9 .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5eb1d777408e9 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5eb1d777408e9 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5eb1d777408e9 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5eb1d777408e9 .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5eb1d777408e9 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5eb1d777408e9 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5eb1d777408e9 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5eb1d777408e9 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5eb1d777408e9 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5eb1d777408e9 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d777408e9 .uabb-heading-wrapper .uabb-heading,
.fl-node-5eb1d777408e9 .uabb-heading-wrapper .uabb-subheading,
.fl-node-5eb1d777408e9 .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5eb1d777408e9 > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5eb1d76f4842b .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5eb1d76f4842b .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5eb1d76f4842b .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5eb1d76f4842b .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5eb1d76f4842b .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5eb1d76f4842b .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5eb1d76f4842b .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5eb1d76f4842b .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5eb1d76f4842b .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5eb1d76f4842b .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5eb1d76f4842b .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5eb1d76f4842b .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5eb1d76f4842b .uabb-side-left{
width: 50%;
}
.fl-node-5eb1d76f4842b .uabb-side-right{
width: 50%;
}
.fl-node-5eb1d76f4842b .uabb-divider-content {
display: table-cell;
}
.fl-node-5eb1d76f4842b .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5eb1d76f4842b .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5eb1d76f4842b .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5eb1d76f4842b .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5eb1d76f4842b .uabb-responsive-mobile .uabb-side-left,
.fl-node-5eb1d76f4842b .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5eb1d76f4842b .uabb-responsive-mobile .uabb-side-right,
.fl-node-5eb1d76f4842b .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5eb1d76f4842b .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5eb1d76f4842b > .fl-module-content {
margin-top:0px;
} .fl-module-post-grid .fl-sep {
display: inline-block;
margin: 0 2px;
} body.rtl .fl-post-column {
float: right;
}
.fl-post-column {
float: left;
}
.fl-post-column .fl-post-grid-post {
visibility: visible;
} .fl-post-grid {
margin: 0 auto;
position: relative;
}
.fl-post-grid:before,
.fl-post-grid:after {
display: table;
content: " ";
}
.fl-post-grid:after {
clear: both;
}
.fl-post-grid-post {
background: #fff;
border: 1px solid #e6e6e6;
visibility: hidden;
}
.fl-post-grid-post,
.fl-post-feed-post {
overflow: hidden;
}
.fl-post-grid-image {
position: relative;
}
.fl-post-grid-image img {
height: auto !important;
width: 100% !important;
}
.fl-post-grid-text {
padding: 20px;
}
.fl-post-grid-title {
padding-bottom: 7px;
}
body .fl-post-grid-text,
body .fl-post-grid-content p {
font-size: 14px;
line-height: 22px;
}
body .fl-post-grid-text > *:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
body .fl-post-grid-content p:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}
body .fl-post-grid-text a {
text-decoration: none;
}
body .fl-post-grid-title {
font-size: 20px;
line-height: 26px;
margin: 0 0 10px;
padding: 0;
}
body .fl-post-grid-meta {
font-size: 14px;
padding-bottom: 10px;
}
.fl-post-feed-comments .fa {
vertical-align: text-top;
}
.fl-post-grid-more {
margin-top: 10px;
display: inline-block;
}
.fl-post-grid #infscr-loading {
bottom: 0;
left: 0;
right: 0;
padding: 40px 0;
position: absolute;
text-align: center;
width: 100%;
} .fl-post-gallery-post {
overflow: hidden;
position: relative;
visibility: hidden;
}
.fl-post-gallery-link {
display: block;
height: 100%;
}
.fl-post-gallery-img {
position: relative;
z-index: 1;
}
.fl-post-gallery-img-horiz {
height: 100% !important;
max-height: 100% !important;
max-width: none !important;
width: auto !important;
}
.fl-post-gallery-img-vert {
height: auto !important;
max-height: none !important;
max-width: 100% !important;
width: 100% !important;
}
.fl-post-gallery-text-wrap {
position: absolute;
top: 0;
bottom: 0;
z-index: 2;
width: 100%;
height: 100%;
padding: 0 20px;
text-align: center;
filter: alpha(opacity = 0);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.fl-post-gallery-link:hover .fl-post-gallery-text-wrap {
filter: alpha(opacity = 100);
opacity: 1;
}
.fl-post-gallery-text {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
} .fl-post-gallery-text,
.fl-post-gallery-link:hover .fl-post-gallery-text{
-webkit-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-ms-transform: translate(-50%,-50%);
transform: translate3d(-50%,-50%,0);
} .fl-post-gallery-text .fl-gallery-icon{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.fl-post-gallery-text .fl-gallery-icon i,
.fl-post-gallery-text .fl-gallery-icon i:before{
width: 24px;
height: 24px;
font-size: 24px;
}
.fl-post-gallery-text h2.fl-post-gallery-title {
font-size: 22px;
margin: 0 0 5px 0;
}
.fl-post-gallery #infscr-loading {
clear: both;
padding: 40px 0;
text-align: center;
width: 100%;
} .fl-post-feed-post {
border-bottom: 1px solid #e6e6e6;
margin-bottom: 40px;
}
.fl-post-feed-post:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.fl-post-feed-header {
margin-bottom: 20px;
}
.fl-post-feed-header a {
text-decoration: none;
}
body h2.fl-post-feed-title {
margin: 0 0 10px;
padding: 0;
clear: none;
}
body .fl-post-feed-meta {
font-size: 14px;
margin-bottom: 5px;
}
.fl-post-feed-meta .fl-sep {
margin: 0 3px;
}
.fl-post-feed-image {
margin-bottom: 25px;
position: relative;
}
.fl-post-feed-image img {
height: auto !important;
width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image {
float: left;
margin-bottom: 0;
width: 33%;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text {
margin-left: 37%;
}
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
float: right;
margin-bottom: 0;
width: 33%;
}
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
margin-right: 37%;
}
.fl-post-feed-content a {
text-decoration: none;
}
.fl-post-feed-content p:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
}
.fl-post-feed-more {
margin-top: 15px;
display: inline-block;
}
.fl-post-feed #infscr-loading {
padding: 40px 0;
text-align: center;
width: 100%;
} .fl-post-grid-empty {
}
li.fl-post-feed-post,li.fl-post-gallery-post, li.fl-post-grid-post {
list-style: none;
}
@media (max-width: 768px) { .fl-post-feed-post.fl-post-feed-image-beside,
.fl-post-feed-post.fl-post-feed-image-beside-content,
.fl-post-feed-post.fl-post-feed-image-beside-right,
.fl-post-feed-post.fl-post-feed-image-beside-content-right {
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside .fl-post-feed-image img,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image img,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image img,
.fl-post-feed-image-beside-content-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image img {
float: none;
width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
margin-bottom: 20px;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text,
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
.fl-node-5eb1d5a030b05 .fl-post-grid {
margin-left: -10px;
margin-right: -10px;
}
.fl-node-5eb1d5a030b05 .fl-post-column {
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
width: 33.333333333333%;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(3n + 1) {
clear: both;
}
@media screen and (max-width: 1200px) {
.fl-node-5eb1d5a030b05 .fl-post-column {
width: 33.333333333333%;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(3n + 1) {
clear: none;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(3n + 1) {
clear: both;
}
}
@media screen and (max-width: 1122px) {
.fl-node-5eb1d5a030b05 .fl-post-column {
width: 50%;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(3n + 1) {
clear: none;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(2n + 1) {
clear: both;
}
}
@media screen and (max-width: 768px) {
.fl-node-5eb1d5a030b05 .fl-post-column {
width: 100%;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(2n + 1) {
clear: none;
}
.fl-node-5eb1d5a030b05 .fl-post-column:nth-child(1n + 1) {
clear: both;
}
}
.fl-node-5eb1d5a030b05 .fl-post-grid-post {
text-align: left;
}
.fl-node-5eb1d5a030b05 .fl-post-grid-text {
padding: 20px;
}
.fl-builder-content .fl-node-5eb1d5a030b05 .fl-post-grid-content a,
.fl-builder-content .fl-node-5eb1d5a030b05 .page-numbers {
color: #0094c9;
}
.fl-builder-content .fl-node-5eb1d5a030b05 .fl-post-grid-content a:hover,
.fl-builder-content .fl-node-5eb1d5a030b05 .page-numbers:hover {
color: #eb6e1f;
}
.fl-node-5eb1d5a030b05 .fl-post-grid-post {
border-style: none;
border-width: 0;
background-clip: border-box;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-5eb1d5a030b05 > .fl-module-content {
margin-right:10px;
margin-bottom:0px;
margin-left:10px;
}
.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5eb1d38c2b8f8 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d38c2b8f8 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d38c2b8f8 .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5eb1d38c2b8f8 .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5eb1d38c2b8f8 .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5eb1d38c2b8f8 .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5eb1d38c2b8f8 .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5eb1d38c2b8f8 .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5eb1d38c2b8f8 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5eb1d38c2b8f8 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5eb1d38c2b8f8 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5eb1d38c2b8f8 .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5eb1d38c2b8f8 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5eb1d38c2b8f8 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5eb1d38c2b8f8 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5eb1d38c2b8f8 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5eb1d38c2b8f8 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5eb1d38c2b8f8 .uabb-heading .uabb-heading-text {
}
.fl-node-5eb1d38c2b8f8 .uabb-heading-wrapper .uabb-heading,
.fl-node-5eb1d38c2b8f8 .uabb-heading-wrapper .uabb-subheading,
.fl-node-5eb1d38c2b8f8 .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5eb1d2f33e175 .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5eb1d2f33e175 .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5eb1d2f33e175 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5eb1d2f33e175 .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5eb1d2f33e175 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5eb1d2f33e175 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5eb1d2f33e175 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5eb1d2f33e175 .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5eb1d2f33e175 .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5eb1d2f33e175 .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5eb1d2f33e175 .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5eb1d2f33e175 .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5eb1d2f33e175 .uabb-side-left{
width: 50%;
}
.fl-node-5eb1d2f33e175 .uabb-side-right{
width: 50%;
}
.fl-node-5eb1d2f33e175 .uabb-divider-content {
display: table-cell;
}
.fl-node-5eb1d2f33e175 .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5eb1d2f33e175 .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5eb1d2f33e175 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5eb1d2f33e175 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5eb1d2f33e175 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5eb1d2f33e175 .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5eb1d2f33e175 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5eb1d2f33e175 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5eb1d2f33e175 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5eb1d2f33e175 > .fl-module-content {
margin-top:0px;
} .fl-node-5c34eaeb90cbe .uabb-ultb3-box {
min-height: 200px;
-ms-grid-row-align: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.internet-explorer .fl-node-5c34eaeb90cbe .uabb-ultb3-box {
height: 200px;
} .fl-node-5c34eaeb90cbe .uabb-ultb3-box {
background: #ffffff;
}
.fl-node-5c34eaeb90cbe .uabb-ultb3-box .uabb-ultb3-title {
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5c34eaeb90cbe .uabb-text-editor {
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5c34eaeb90cbe .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a,
.fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a:focus,
.fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a:hover {
background: #0094c9;
border: 1px solid #0094c9;
}
.fl-builder-content .fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cbe .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5c34eaeb90cbe .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a,
.fl-node-5c34eaeb90cbe .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5c34eaeb90cbe .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5c34eaeb90cbe > .fl-module-content {
margin-top:60px;
margin-right:-60px;
margin-left:20px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90cbe > .fl-module-content { margin-top:20px;margin-right:20px; } } .fl-node-5c34eaeb90ce8 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5c34eaeb90ce8 .uabb-image .uabb-photo-img {
}
.fl-node-5c34eaeb90ce8 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5c34eaeb90ce8 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90ce8 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5c052f8ad1a22 > .fl-module-content {
margin-top:0px;
margin-bottom:0px;
}     .fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
} .uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-module-content h6 {
margin: 0;
clear: both;
} .fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
text-decoration: none;
} .uabb-row-separator {
position: absolute;
width: 100%;
left: 0;
}
.uabb-top-row-separator {
top: 0;
bottom: auto
}
.uabb-bottom-row-separator {
top: auto;
bottom: 0;
}
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
@media (max-width: 992px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
display: block !important;
}
}
@media (max-width: 768px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: block !important;
}
}
.fl-responsive-preview-content .fl-builder-content-editing {
overflow-x: hidden;
overflow-y: visible;
}
.uabb-row-separator svg {
width: 100%;
}
.uabb-top-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
top: -1px;
bottom: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
bottom: -1px;
top: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
bottom: 0;
}
.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
top: 0;
} .uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
} .uabb-bottom-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: scale(1) scaleY(-1) translateX(-50%);
-moz-transform: scale(1) scaleY(-1) translateX(-50%);
-ms-transform: scale(1) scaleY(-1) translateX(-50%);
-o-transform: scale(1) scaleY(-1) translateX(-50%);
transform: scale(1) scaleY(-1) translateX(-50%);
}
.uabb-top-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
} .uabb-top-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-curve-up-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-top-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-top-row-separator.uabb-tilt-right-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
}
.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
top: 0;
}
.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
bottom: 0;
} .uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-multi-triangle svg {
bottom: -2px;
}
.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
left: 0;
width: 50%;
background: inherit inherit/inherit inherit inherit inherit;
content: '';
position: absolute
} .uabb-button-wrap a,
.uabb-button-wrap a:visited {
display: inline-block;
font-size: 16px;
line-height: 18px;
text-decoration: none;
text-shadow: none;
}
.fl-builder-content .uabb-button:hover {
text-decoration: none;
}
.fl-builder-content .uabb-button-width-full .uabb-button {
display: block;
text-align: center;
}
.uabb-button-width-custom .uabb-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.fl-builder-content .uabb-button-left {
text-align: left;
}
.fl-builder-content .uabb-button-center {
text-align: center;
}
.fl-builder-content .uabb-button-right {
text-align: right;
}
.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
font-size: 1em;
height: 1em;
line-height: 1em;
width: 1em;
}
.uabb-button .uabb-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-button .uabb-button-icon-before {
margin-left: 0;
margin-right: 8px;
}
.uabb-button .uabb-button-icon-no-text {
margin: 0;
}
.uabb-button-has-icon .uabb-button-text {
vertical-align: middle;
} .uabb-icon-wrap {
display: inline-block;
}
.uabb-icon a {
text-decoration: none;
}
.uabb-icon i {
display: block;
}
.uabb-icon i:before {
border: none !important;
background: none !important;
}
.uabb-icon-text {
display: table-cell;
text-align: left;
padding-left: 15px;
vertical-align: middle;
}
.uabb-icon-text *:last-child {
margin: 0 !important;
padding: 0 !important;
}
.uabb-icon-text a {
text-decoration: none;
} .uabb-photo {
line-height: 0;
position: relative;
z-index: 2;
}
.uabb-photo-align-left {
text-align: left;
}
.uabb-photo-align-center {
text-align: center;
}
.uabb-photo-align-right {
text-align: right;
}
.uabb-photo-content {
border-radius: 0;
display: inline-block;
line-height: 0;
position: relative;
max-width: 100%;
overflow: hidden;
}
.uabb-photo-content img {
border-radius: inherit;
display: inline;
height: auto;
max-width: 100%;
width: auto;
}
.fl-builder-content .uabb-photo-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-photo-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.uabb-photo-caption {
font-size: 13px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.uabb-photo-caption-below {
padding-bottom: 20px;
padding-top: 10px;
}
.uabb-photo-caption-hover {
background: rgba(0,0,0,0.7);
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
visibility: hidden;
filter: alpha(opacity = 0);
padding: 10px 15px;
position: absolute;
right: 0;
-webkit-transition:visibility 200ms linear;
-moz-transition:visibility 200ms linear;
transition:visibility 200ms linear;
}
.uabb-photo-content:hover .uabb-photo-caption-hover {
opacity: 100;
visibility: visible;
} .uabb-active-btn {
background: #1e8cbe;
border-color: #0074a2;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
color: white;
}
.fl-builder-bar .fl-builder-add-content-button {
display: block !important;
opacity: 1 !important;
} .uabb-imgicon-wrap .uabb-icon {
display: block;
}
.uabb-imgicon-wrap .uabb-icon i{
float: none;
} .uabb-imgicon-wrap .uabb-image {
line-height: 0;
position: relative;
}
.uabb-imgicon-wrap .uabb-image-align-left {
text-align: left;
}
.uabb-imgicon-wrap .uabb-image-align-center {
text-align: center;
}
.uabb-imgicon-wrap .uabb-image-align-right {
text-align: right;
}
.uabb-imgicon-wrap .uabb-image-content {
display: inline-block;
border-radius: 0;
line-height: 0;
position: relative;
max-width: 100%;
}
.uabb-imgicon-wrap .uabb-image-content img {
display: inline;
height: auto !important;
max-width: 100%;
width: auto;
border-radius: inherit;
box-shadow: none;
box-sizing: content-box;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
background: #fafafa;
border: 1px solid #ccc;
color: #333;
display: inline-block;
vertical-align: middle;
text-align: center;
overflow: hidden;
text-decoration: none;
text-shadow: none;
box-shadow: none;
position: relative;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:focus {
text-decoration: none;
text-shadow: none;
box-shadow: none;
}
.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:hover {
text-decoration: none;
}
.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
display: block;
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.uabb-creative-button-wrap .uabb-creative-button-left {
text-align: left;
}
.uabb-creative-button-wrap .uabb-creative-button-center {
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-right {
text-align: right;
}
.uabb-creative-button-wrap .uabb-creative-button i {
font-size: 1.3em;
height: auto;
vertical-align: middle;
width: auto;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
margin-right: 8px;
margin-left: 0;
}
.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
margin: 0;
}
.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
vertical-align: middle;
}
.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
padding: 12px 24px;
} .uabb-creative-button.uabb-creative-transparent-btn {
background: transparent;
}
.uabb-creative-button.uabb-creative-transparent-btn:after {
content: '';
position: absolute;
z-index: 1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
} .uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
width: 100%;
height: 0;
left: 0;
} .uabb-transparent-fill-top-btn:after {
top: 0;
} .uabb-transparent-fill-bottom-btn:after {
bottom: 0;
} .uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
width: 0;
height: 100%;
top: 0;
} .uabb-transparent-fill-left-btn:after {
left: 0;
} .uabb-transparent-fill-right-btn:after {
right: 0;
} .uabb-transparent-fill-center-btn:after{
width: 0;
height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
} .uabb-transparent-fill-diagonal-btn{
overflow: hidden;
}
.uabb-transparent-fill-diagonal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
transform: translateX(-50%) translateY(-50%) rotate( 45deg );
} .uabb-transparent-fill-horizontal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.perspective {
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
margin: 0;
}
.uabb-creative-button.uabb-creative-threed-btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button.uabb-creative-threed-btn {
outline: 1px solid transparent;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
} .uabb-creative-threed-btn.uabb-animate_top-btn:after {
height: 40%;
left: 0;
top: -40%;
width: 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
} .uabb-creative-threed-btn.uabb-animate_bottom-btn:after {
width: 100%;
height: 40%;
left: 0;
top: 100%;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
} .uabb-creative-threed-btn.uabb-animate_left-btn:after {
width: 20%;
height: 100%;
left: -20%;
top: 0;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-transform: rotateY(-60deg);
-moz-transform: rotateY(-60deg);
-ms-transform: rotateY(-60deg);
transform: rotateY(-60deg);
} .uabb-creative-threed-btn.uabb-animate_right-btn:after {
width: 20%;
height: 100%;
left: 104%;
top: 0;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateY(120deg);
-moz-transform: rotateY(120deg);
-ms-transform: rotateY(120deg);
transform: rotateY(120deg);
} .uabb-animate_top-btn:hover{
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
-o-transform: rotateX(-15deg);
transform: rotateX(-15deg);
} .uabb-animate_bottom-btn:hover{
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
-o-transform: rotateX(15deg);
transform: rotateX(15deg);
} .uabb-animate_left-btn:hover{
-webkit-transform: rotateY(6deg);
-moz-transform: rotateY(6deg);
-ms-transform: rotateY(6deg);
-o-transform: rotateY(6deg);
transform: rotateY(6deg);
} .uabb-animate_right-btn:hover{
-webkit-transform: rotateY(-6deg);
-moz-transform: rotateY(-6deg);
-ms-transform: rotateY(-6deg);
-o-transform: rotateY(-6deg);
transform: rotateY(-6deg);
}  .uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
overflow: hidden;
position: relative;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
bottom: 0;
height: 100%;
margin: 0;
opacity: 1;
position: absolute;
right: 0;
width: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {
display: inline-block;
width: 100%;
height: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
top: 0;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i {
top: 0;
left: -100%;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
-o-transform: translateX(200%);
transform: translateX(200%);
} .uabb-creative-flat-btn.uabb-animate_to_left-btn i {
top: 0;
left: 100%;
}
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {
-webkit-transform: translateX(-200%);
-moz-transform: translateX(-200%);
-ms-transform: translateX(-200%);
-o-transform: translateX(-200%);
transform: translateX(-200%);
} .uabb-creative-flat-btn.uabb-animate_from_top-btn i {
top: -100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
-webkit-transform: translateY(400px);
-moz-transform: translateY(400px);
-ms-transform: translateY(400px);
-o-transform: translateY(400px);
transform: translateY(400px);
} .uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
top: 100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
-webkit-transform: translateY(-400px);
-moz-transform: translateY(-400px);
-ms-transform: translateY(-400px);
-o-transform: translateY(-400px);
transform: translateY(-400px);
} .uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode, 
.uabb-tab-acc-content .mejs-container:not(.mejs-audio), 
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode, 
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio), 
.uabb-adv-accordion-content .mejs-overlay.load {
width: 100% !important;
height: 100% !important;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
padding-top: 56.25%;
}
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode {
max-width: 100% !important;
}
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
position: relative;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto !important;
height: auto !important;
}
.fl-row-content-wrap .uabb-row-particles-background,
.uabb-col-particles-background {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
}  .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
}
.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
} .uabb-js-breakpoint {
content:"default";
display:none;
}
@media screen and (max-width: 1122px) {
.uabb-js-breakpoint {
content:"1122";
}
}
@media screen and (max-width: 768px) {
.uabb-js-breakpoint {
content:"768";
}
}.fl-node-5c364e3ea9cff > .fl-row-content-wrap {
background-color: #f7f5f0;
}
.fl-node-5c364e3ea9cff > .fl-row-content-wrap {
padding-top:60px;
padding-bottom:60px;
}
.fl-node-5ca49e7632279 > .fl-row-content-wrap {
background-color: rgba(255,255,255,0.5);
}
.fl-node-5ca49e7632279 .fl-row-content {
max-width: 1101px;
}
.fl-node-5ca49e7632279 > .fl-row-content-wrap {
padding-top:20px;
padding-bottom:60px;
}
.fl-node-5e790a31ac88d > .fl-row-content-wrap {
background-color: #f7f5f0;
}
.fl-node-5e7909701c770 > .fl-row-content-wrap {
background-color: #f7f5f0;
}
.fl-node-5e7909701c770 > .fl-row-content-wrap {
padding-top:40px;
padding-bottom:40px;
}
.fl-node-5ca4a22e6d21e > .fl-row-content-wrap {
background-color: #ffffff;
}
.fl-node-5ca4a22e6d21e > .fl-row-content-wrap {
padding-top:40px;
padding-bottom:2px;
}
.fl-node-5e794fbd37959 > .fl-row-content-wrap {
background-color: rgba(240,235,225,0.5);
}
.fl-node-5e794fbd37959 > .fl-row-content-wrap {
margin-top:60px;
}
.fl-node-5e794fbd37959 > .fl-row-content-wrap {
padding-top:40px;
padding-bottom:2px;
}
.fl-node-5ca4a2eb57fa1 > .fl-row-content-wrap {
background-color: #0094c9;
}
.fl-node-5ca4a2eb57fa1 .fl-row-content {
max-width: 812px;
}
.fl-node-5c36619619b55 > .fl-row-content-wrap {
background-color: rgba(255,255,255,0.5);
}
.fl-node-5c36619619b55 > .fl-row-content-wrap {
padding-top:020px;
padding-bottom:10px;
}
.fl-node-5c363f763927f {
width: 100%;
}
.fl-node-5e79099de2503 {
width: 33.33%;
}
.fl-node-5e79099de250a {
width: 33.33%;
}
.fl-node-5e79099de250d {
width: 33.33%;
}
.fl-node-5e8772c10531d {
width: 100%;
}
.fl-node-5ca49e763226e {
width: 100%;
}
.fl-node-5ca49e7632273 {
width: 100%;
}
.fl-node-5ca4a348b6f92 {
width: 100%;
}
.fl-node-5ca49e7632271 {
width: 100%;
}
.fl-node-5e793a6d58ef9 {
width: 100%;
}
.fl-node-5e791c03e9787 {
width: 50%;
}
.fl-node-5e791c03e9787 > .fl-col-content {
background-color: #f7f5f0;
}
.fl-node-5e791c03e9787 > .fl-col-content {
margin-right:10px;
margin-left:20px;
}
.fl-node-60d4daf19875d {
width: 50%;
}
.fl-node-60d4daf19875d > .fl-col-content {
background-color: #f7f5f0;
}
.fl-node-5e793b9e9844f {
width: 100%;
}
.fl-node-5e790a31c5de7 {
width: 100%;
}
.fl-node-5e791ca61d711 {
width: 100%;
}
.fl-node-5e790a55336ca {
width: 33.33%;
}
.fl-node-5e790a55336cd {
width: 33.33%;
}
.fl-node-5e790a55336cf {
width: 33.33%;
}
.fl-node-5e7909701c916 {
width: 100%;
}
.fl-node-5e7909701c918 {
width: 50%;
}
.fl-node-5e7909701c91a {
width: 50%;
}
.fl-node-5e791ccc00a9c {
width: 100%;
}
.fl-node-5ca4a22e6d219 {
width: 100%;
}
.fl-node-5ca4a22e6d21c {
width: 100%;
}
.fl-node-5e77b54745092 {
width: 50%;
}
.fl-node-5e77b54745094 {
width: 50%;
}
.fl-node-5e7938727fd10 {
width: 66.66%;
}
.fl-node-5e7938727fd13 {
width: 33.33%;
}
.fl-node-5e794fbd37954 {
width: 100%;
}
.fl-node-5e794fbd37957 {
width: 100%;
}
.fl-node-5ca4a2eb57f9d {
width: 50%;
}
.fl-node-5ca4a2eb57f9e {
width: 50%;
}
.fl-node-5c052f8ad1a21 {
width: 100%;
} .fl-node-5e7902afdbe75 .uabb-ultb3-box {
background: #0094c9;
}
.fl-node-5e7902afdbe75 .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
}  .fl-node-5e7902afdbe75 .uabb-text-editor {
margin-top: 0px;
margin-bottom: 10px;
}
.fl-node-5e7902afdbe75 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5e7902afdbe75 .uabb-creative-button-wrap a,
.fl-node-5e7902afdbe75 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5e7902afdbe75 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5e7902afdbe75 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5e7902afdbe75 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5e7902afdbe75 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5e7902afdbe75 .uabb-creative-button-wrap a:focus,
.fl-node-5e7902afdbe75 .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5e7902afdbe75 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5e7902afdbe75 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5e7902afdbe75 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5e7902afdbe75 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5e7902afdbe75 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5e7902afdbe75 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e7902afdbe75 .uabb-creative-button-wrap a,
.fl-node-5e7902afdbe75 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5e7902afdbe75 .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5e7902afdbe75 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
}  .fl-node-5e790ec6c78ac .uabb-ultb3-box {
background: #0094c9;
}
.fl-node-5e790ec6c78ac .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
}  .fl-node-5e790ec6c78ac .uabb-text-editor {
margin-top: 0px;
margin-bottom: 10px;
}
.fl-node-5e790ec6c78ac .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5e790ec6c78ac .uabb-creative-button-wrap a,
.fl-node-5e790ec6c78ac .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5e790ec6c78ac .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5e790ec6c78ac .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5e790ec6c78ac .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5e790ec6c78ac .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5e790ec6c78ac .uabb-creative-button-wrap a:focus,
.fl-node-5e790ec6c78ac .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5e790ec6c78ac .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5e790ec6c78ac .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5e790ec6c78ac .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5e790ec6c78ac .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5e790ec6c78ac .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5e790ec6c78ac .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e790ec6c78ac .uabb-creative-button-wrap a,
.fl-node-5e790ec6c78ac .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5e790ec6c78ac .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5e790ec6c78ac .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
}  .fl-node-5e790ecc6fa9c .uabb-ultb3-box {
background: #0094c9;
}
.fl-node-5e790ecc6fa9c .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
}  .fl-node-5e790ecc6fa9c .uabb-text-editor {
margin-top: 0px;
margin-bottom: 10px;
}
.fl-node-5e790ecc6fa9c .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a,
.fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a:focus,
.fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5e790ecc6fa9c .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5e790ecc6fa9c .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a,
.fl-node-5e790ecc6fa9c .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5e790ecc6fa9c .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5e790ecc6fa9c .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5e8772cb2a00a > .fl-module-content {
margin-top:0px;
margin-bottom:-20px;
}
@media (max-width: 768px) { .fl-node-5e8772cb2a00a > .fl-module-content { margin-bottom:20px; } }	.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5e7909e4a4acc .uabb-heading .uabb-heading-text {
}
.fl-node-5e7909e4a4acc .uabb-heading .uabb-heading-text {
}
.fl-node-5e7909e4a4acc .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5e7909e4a4acc .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5e7909e4a4acc .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5e7909e4a4acc .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5e7909e4a4acc .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5e7909e4a4acc .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5e7909e4a4acc .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5e7909e4a4acc .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5e7909e4a4acc .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5e7909e4a4acc .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5e7909e4a4acc .uabb-responsive-mobile .uabb-side-left,
.fl-node-5e7909e4a4acc .uabb-responsive-mobile .uabb-side-right,
.fl-node-5e7909e4a4acc .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5e7909e4a4acc .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5e7909e4a4acc .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5e7909e4a4acc .uabb-heading .uabb-heading-text {
}
.fl-node-5e7909e4a4acc .uabb-heading-wrapper .uabb-heading,
.fl-node-5e7909e4a4acc .uabb-heading-wrapper .uabb-subheading,
.fl-node-5e7909e4a4acc .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5e7909e4a4acc > .fl-module-content {
margin-top:40px;
margin-bottom:0px;
}
@media (max-width: 768px) { .fl-node-5e7909e4a4acc > .fl-module-content { margin-top:20px; } } .fl-node-5ca49e7632274 > .fl-module-content {
margin-top:0px;
}
.fl-node-5ca49e7632272 .fl-accordion-item {
margin-bottom: 10px;
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #e5e5e5;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-5e793b9681664 .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cccccc;
max-width: 100%;
margin: auto;
}
.fl-node-5e793b9681664 > .fl-module-content {
margin-top:40px;
}
@media (max-width: 768px) { .fl-node-5e793b9681664 > .fl-module-content { margin-top:20px; } }	.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5e77af2a572a2 .uabb-heading .uabb-heading-text {
}
.fl-node-5e77af2a572a2 .uabb-heading .uabb-heading-text {
}
.fl-node-5e77af2a572a2 .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5e77af2a572a2 .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5e77af2a572a2 .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5e77af2a572a2 .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5e77af2a572a2 .fl-module-content.fl-node-content .uabb-heading * {
color: #0094c9;
}   .fl-node-5e77af2a572a2 .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5e77af2a572a2 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5e77af2a572a2 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5e77af2a572a2 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5e77af2a572a2 .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5e77af2a572a2 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5e77af2a572a2 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5e77af2a572a2 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5e77af2a572a2 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5e77af2a572a2 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5e77af2a572a2 .uabb-heading .uabb-heading-text {
}
.fl-node-5e77af2a572a2 .uabb-heading-wrapper .uabb-heading,
.fl-node-5e77af2a572a2 .uabb-heading-wrapper .uabb-subheading,
.fl-node-5e77af2a572a2 .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5e77af2a572a2 > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5e8cacd909573 .fl-accordion-item {
margin-bottom: 10px;
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #e5e5e5;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.fl-node-5e8cab0077dd8 .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cccccc;
max-width: 100%;
margin: auto;
}
.fl-node-5e8cab0077dd8 > .fl-module-content {
margin-top:40px;
}
@media (max-width: 768px) { .fl-node-5e8cab0077dd8 > .fl-module-content { margin-top:20px; } }	.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5e8cab0308ef3 .uabb-heading .uabb-heading-text {
}
.fl-node-5e8cab0308ef3 .uabb-heading .uabb-heading-text {
}
.fl-node-5e8cab0308ef3 .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5e8cab0308ef3 .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5e8cab0308ef3 .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5e8cab0308ef3 .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5e8cab0308ef3 .fl-module-content.fl-node-content .uabb-heading * {
color: #0094c9;
}   .fl-node-5e8cab0308ef3 .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5e8cab0308ef3 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5e8cab0308ef3 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5e8cab0308ef3 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5e8cab0308ef3 .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5e8cab0308ef3 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5e8cab0308ef3 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5e8cab0308ef3 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5e8cab0308ef3 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5e8cab0308ef3 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5e8cab0308ef3 .uabb-heading .uabb-heading-text {
}
.fl-node-5e8cab0308ef3 .uabb-heading-wrapper .uabb-heading,
.fl-node-5e8cab0308ef3 .uabb-heading-wrapper .uabb-subheading,
.fl-node-5e8cab0308ef3 .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5e8cab0308ef3 > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5e77af6484345 > .fl-module-content {
margin-top:0px;
}
.fl-node-60d4daeda743c > .fl-module-content {
margin-top:0px;
margin-right:20px;
margin-bottom:20px;
margin-left:20px;
}
.fl-node-5e793b9e982fd .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #cccccc;
max-width: 100%;
margin: auto;
}
.fl-node-5e793b9e982fd > .fl-module-content {
margin-top:40px;
margin-bottom:40px;
}
@media (max-width: 768px) { .fl-node-5e793b9e982fd > .fl-module-content { margin-top:20px;margin-bottom:20px; } }	.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5e78e1eab780e .uabb-heading .uabb-heading-text {
}
.fl-node-5e78e1eab780e .uabb-heading .uabb-heading-text {
}
.fl-node-5e78e1eab780e .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5e78e1eab780e .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5e78e1eab780e .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5e78e1eab780e .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5e78e1eab780e .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5e78e1eab780e .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5e78e1eab780e .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5e78e1eab780e .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5e78e1eab780e .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5e78e1eab780e .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5e78e1eab780e .uabb-responsive-mobile .uabb-side-left,
.fl-node-5e78e1eab780e .uabb-responsive-mobile .uabb-side-right,
.fl-node-5e78e1eab780e .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5e78e1eab780e .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5e78e1eab780e .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5e78e1eab780e .uabb-heading .uabb-heading-text {
}
.fl-node-5e78e1eab780e .uabb-heading-wrapper .uabb-heading,
.fl-node-5e78e1eab780e .uabb-heading-wrapper .uabb-subheading,
.fl-node-5e78e1eab780e .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5e78e1eab780e > .fl-module-content {
margin-top:40px;
margin-bottom:0px;
}
@media (max-width: 768px) { .fl-node-5e78e1eab780e > .fl-module-content { margin-top:20px; } }.fl-node-5e791c9ccc69a .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5e791c9ccc69a .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5e791c9ccc69a .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5e791c9ccc69a .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5e791c9ccc69a .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5e791c9ccc69a .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e791c9ccc69a .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5e791c9ccc69a .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5e791c9ccc69a .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5e791c9ccc69a .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5e791c9ccc69a .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5e791c9ccc69a .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5e791c9ccc69a .uabb-side-left{
width: 50%;
}
.fl-node-5e791c9ccc69a .uabb-side-right{
width: 50%;
}
.fl-node-5e791c9ccc69a .uabb-divider-content {
display: table-cell;
}
.fl-node-5e791c9ccc69a .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5e791c9ccc69a .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5e791c9ccc69a .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5e791c9ccc69a .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5e791c9ccc69a .uabb-responsive-mobile .uabb-side-left,
.fl-node-5e791c9ccc69a .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5e791c9ccc69a .uabb-responsive-mobile .uabb-side-right,
.fl-node-5e791c9ccc69a .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5e791c9ccc69a .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5e791c9ccc69a > .fl-module-content {
margin-top:0px;
} .fl-node-5e78e32cbf20d .uabb-ultb3-box {
background: #82d2e5;
}
.fl-node-5e78e32cbf20d .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5e78e32cbf20d .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5e78e32cbf20d .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5e78e32cbf20d .uabb-creative-button-wrap a,
.fl-node-5e78e32cbf20d .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5e78e32cbf20d .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5e78e32cbf20d .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5e78e32cbf20d .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5e78e32cbf20d .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5e78e32cbf20d .uabb-creative-button-wrap a:focus,
.fl-node-5e78e32cbf20d .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5e78e32cbf20d .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5e78e32cbf20d .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5e78e32cbf20d .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5e78e32cbf20d .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5e78e32cbf20d .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5e78e32cbf20d .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e78e32cbf20d .uabb-creative-button-wrap a,
.fl-node-5e78e32cbf20d .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5e78e32cbf20d .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5e78e32cbf20d .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
}  .fl-node-5e78e45b2116b .uabb-ultb3-box {
background: #0094c9;
}
.fl-node-5e78e45b2116b .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5e78e45b2116b .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5e78e45b2116b .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5e78e45b2116b .uabb-creative-button-wrap a,
.fl-node-5e78e45b2116b .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5e78e45b2116b .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5e78e45b2116b .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5e78e45b2116b .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5e78e45b2116b .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5e78e45b2116b .uabb-creative-button-wrap a:focus,
.fl-node-5e78e45b2116b .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5e78e45b2116b .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5e78e45b2116b .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5e78e45b2116b .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5e78e45b2116b .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5e78e45b2116b .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5e78e45b2116b .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e78e45b2116b .uabb-creative-button-wrap a,
.fl-node-5e78e45b2116b .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5e78e45b2116b .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5e78e45b2116b .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
}  .fl-node-5e78e462a9d44 .uabb-ultb3-box {
background: #82d2e5;
}
.fl-node-5e78e462a9d44 .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5e78e462a9d44 .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5e78e462a9d44 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5e78e462a9d44 .uabb-creative-button-wrap a,
.fl-node-5e78e462a9d44 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5e78e462a9d44 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5e78e462a9d44 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5e78e462a9d44 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5e78e462a9d44 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5e78e462a9d44 .uabb-creative-button-wrap a:focus,
.fl-node-5e78e462a9d44 .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5e78e462a9d44 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5e78e462a9d44 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5e78e462a9d44 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5e78e462a9d44 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5e78e462a9d44 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5e78e462a9d44 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e78e462a9d44 .uabb-creative-button-wrap a,
.fl-node-5e78e462a9d44 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5e78e462a9d44 .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5e78e462a9d44 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5e791cd3f1aa4 .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #003b5c;
max-width: 100%;
margin: auto;
}
.fl-node-5e7909701c919 .fl-photo {
text-align: center;
} .fl-node-5e7909701c91c .uabb-ultb3-box {
min-height: 200px;
-ms-grid-row-align: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.internet-explorer .fl-node-5e7909701c91c .uabb-ultb3-box {
height: 200px;
} .fl-node-5e7909701c91c .uabb-ultb3-box {
background: #ffffff;
}
.fl-node-5e7909701c91c .uabb-ultb3-box .uabb-ultb3-title {
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5e7909701c91c .uabb-text-editor {
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5e7909701c91c .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5e7909701c91c .uabb-creative-button-wrap a,
.fl-node-5e7909701c91c .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5e7909701c91c .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5e7909701c91c .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5e7909701c91c .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5e7909701c91c .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5e7909701c91c .uabb-creative-button-wrap a:focus,
.fl-node-5e7909701c91c .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5e7909701c91c .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5e7909701c91c .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5e7909701c91c .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5e7909701c91c .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5e7909701c91c .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5e7909701c91c .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e7909701c91c .uabb-creative-button-wrap a,
.fl-node-5e7909701c91c .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5e7909701c91c .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5e7909701c91c > .fl-module-content {
margin-top:60px;
margin-right:20px;
margin-left:-60px;
}
@media (max-width: 768px) { .fl-node-5e7909701c91c > .fl-module-content { margin-top:20px;margin-left:20px; } }.fl-node-5e791cc61b5fb .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #003b5c;
max-width: 100%;
margin: auto;
}
.fl-node-5ca4a22e6d21a > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5ca4a22e6d21b > .fl-module-content {
margin-top:0px;
} .fl-node-5e77b64e236df .uabb-ultb3-box {
min-height: 200px;
-ms-grid-row-align: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.internet-explorer .fl-node-5e77b64e236df .uabb-ultb3-box {
height: 200px;
} .fl-node-5e77b64e236df .uabb-ultb3-box {
background: #f7f5f0;
}
.fl-node-5e77b64e236df .uabb-ultb3-box .uabb-ultb3-title {
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5e77b64e236df .uabb-text-editor {
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5e77b64e236df .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5e77b64e236df .uabb-creative-button-wrap a,
.fl-node-5e77b64e236df .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5e77b64e236df .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5e77b64e236df .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5e77b64e236df .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5e77b64e236df .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5e77b64e236df .uabb-creative-button-wrap a:focus,
.fl-node-5e77b64e236df .uabb-creative-button-wrap a:hover {
background: #0094c9;
border: 1px solid #0094c9;
}
.fl-builder-content .fl-node-5e77b64e236df .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5e77b64e236df .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5e77b64e236df .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5e77b64e236df .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5e77b64e236df .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5e77b64e236df .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e77b64e236df .uabb-creative-button-wrap a,
.fl-node-5e77b64e236df .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5e77b64e236df .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5e77b64e236df > .fl-module-content {
margin-top:60px;
margin-right:-60px;
margin-bottom:20px;
margin-left:20px;
}
@media (max-width: 768px) { .fl-node-5e77b64e236df > .fl-module-content { margin-top:20px;margin-right:20px; } }.fl-node-5e77b5536ccfc .fl-photo {
text-align: center;
}
.fl-node-5e77babdd8f49 .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #003b5c;
max-width: 100%;
margin: auto;
}
.fl-node-5e7938c9699b5 > .fl-module-content {
margin-bottom:-12px;
}
@media (max-width: 768px) { .fl-node-5e7938c9699b5 > .fl-module-content { margin-bottom:20px; } }
.fl-node-5f0c7d7787994 .fl-accordion-item {
margin-bottom: 10px;
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #e5e5e5;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
} .fl-node-5e793b51a34c5 .uabb-ultb3-box {
background: #0094c9;
}
.fl-node-5e793b51a34c5 .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5e793b51a34c5 .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5e793b51a34c5 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5e793b51a34c5 .uabb-creative-button-wrap a,
.fl-node-5e793b51a34c5 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5e793b51a34c5 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5e793b51a34c5 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5e793b51a34c5 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5e793b51a34c5 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5e793b51a34c5 .uabb-creative-button-wrap a:focus,
.fl-node-5e793b51a34c5 .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5e793b51a34c5 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5e793b51a34c5 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5e793b51a34c5 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5e793b51a34c5 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5e793b51a34c5 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5e793b51a34c5 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e793b51a34c5 .uabb-creative-button-wrap a,
.fl-node-5e793b51a34c5 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5e793b51a34c5 .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5e793b51a34c5 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5e794fbd37955 .uabb-heading .uabb-heading-text {
}
.fl-node-5e794fbd37955 .uabb-heading .uabb-heading-text {
}
.fl-node-5e794fbd37955 .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5e794fbd37955 .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5e794fbd37955 .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5e794fbd37955 .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5e794fbd37955 .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5e794fbd37955 .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5e794fbd37955 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5e794fbd37955 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5e794fbd37955 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5e794fbd37955 .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5e794fbd37955 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5e794fbd37955 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5e794fbd37955 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5e794fbd37955 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5e794fbd37955 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5e794fbd37955 .uabb-heading .uabb-heading-text {
}
.fl-node-5e794fbd37955 .uabb-heading-wrapper .uabb-heading,
.fl-node-5e794fbd37955 .uabb-heading-wrapper .uabb-subheading,
.fl-node-5e794fbd37955 .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5e794fbd37955 > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5e794fbd37956 .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5e794fbd37956 .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5e794fbd37956 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5e794fbd37956 .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5e794fbd37956 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5e794fbd37956 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e794fbd37956 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5e794fbd37956 .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5e794fbd37956 .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5e794fbd37956 .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5e794fbd37956 .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5e794fbd37956 .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5e794fbd37956 .uabb-side-left{
width: 50%;
}
.fl-node-5e794fbd37956 .uabb-side-right{
width: 50%;
}
.fl-node-5e794fbd37956 .uabb-divider-content {
display: table-cell;
}
.fl-node-5e794fbd37956 .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5e794fbd37956 .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5e794fbd37956 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5e794fbd37956 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5e794fbd37956 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5e794fbd37956 .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5e794fbd37956 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5e794fbd37956 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5e794fbd37956 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5e794fbd37956 > .fl-module-content {
margin-top:0px;
} .fl-node-5e794fbd37958 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5e794fbd37958 .uabb-image .uabb-photo-img {
width: 900px;
}
.fl-node-5e794fbd37958 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5e794fbd37958 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5e794fbd37958 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5e794fbd37958 > .fl-module-content {
margin-bottom:0px;
}
.fl-node-5c052f8ad1a22 > .fl-module-content {
margin-top:0px;
margin-bottom:0px;
}     .fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
} .uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-module-content h6 {
margin: 0;
clear: both;
} .fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
text-decoration: none;
} .uabb-row-separator {
position: absolute;
width: 100%;
left: 0;
}
.uabb-top-row-separator {
top: 0;
bottom: auto
}
.uabb-bottom-row-separator {
top: auto;
bottom: 0;
}
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
@media (max-width: 992px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
display: block !important;
}
}
@media (max-width: 768px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: block !important;
}
}
.fl-responsive-preview-content .fl-builder-content-editing {
overflow-x: hidden;
overflow-y: visible;
}
.uabb-row-separator svg {
width: 100%;
}
.uabb-top-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
top: -1px;
bottom: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
bottom: -1px;
top: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
bottom: 0;
}
.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
top: 0;
} .uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
} .uabb-bottom-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: scale(1) scaleY(-1) translateX(-50%);
-moz-transform: scale(1) scaleY(-1) translateX(-50%);
-ms-transform: scale(1) scaleY(-1) translateX(-50%);
-o-transform: scale(1) scaleY(-1) translateX(-50%);
transform: scale(1) scaleY(-1) translateX(-50%);
}
.uabb-top-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
} .uabb-top-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-curve-up-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-top-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-top-row-separator.uabb-tilt-right-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
}
.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
top: 0;
}
.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
bottom: 0;
} .uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-multi-triangle svg {
bottom: -2px;
}
.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
left: 0;
width: 50%;
background: inherit inherit/inherit inherit inherit inherit;
content: '';
position: absolute
} .uabb-button-wrap a,
.uabb-button-wrap a:visited {
display: inline-block;
font-size: 16px;
line-height: 18px;
text-decoration: none;
text-shadow: none;
}
.fl-builder-content .uabb-button:hover {
text-decoration: none;
}
.fl-builder-content .uabb-button-width-full .uabb-button {
display: block;
text-align: center;
}
.uabb-button-width-custom .uabb-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.fl-builder-content .uabb-button-left {
text-align: left;
}
.fl-builder-content .uabb-button-center {
text-align: center;
}
.fl-builder-content .uabb-button-right {
text-align: right;
}
.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
font-size: 1em;
height: 1em;
line-height: 1em;
width: 1em;
}
.uabb-button .uabb-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-button .uabb-button-icon-before {
margin-left: 0;
margin-right: 8px;
}
.uabb-button .uabb-button-icon-no-text {
margin: 0;
}
.uabb-button-has-icon .uabb-button-text {
vertical-align: middle;
} .uabb-icon-wrap {
display: inline-block;
}
.uabb-icon a {
text-decoration: none;
}
.uabb-icon i {
display: block;
}
.uabb-icon i:before {
border: none !important;
background: none !important;
}
.uabb-icon-text {
display: table-cell;
text-align: left;
padding-left: 15px;
vertical-align: middle;
}
.uabb-icon-text *:last-child {
margin: 0 !important;
padding: 0 !important;
}
.uabb-icon-text a {
text-decoration: none;
} .uabb-photo {
line-height: 0;
position: relative;
z-index: 2;
}
.uabb-photo-align-left {
text-align: left;
}
.uabb-photo-align-center {
text-align: center;
}
.uabb-photo-align-right {
text-align: right;
}
.uabb-photo-content {
border-radius: 0;
display: inline-block;
line-height: 0;
position: relative;
max-width: 100%;
overflow: hidden;
}
.uabb-photo-content img {
border-radius: inherit;
display: inline;
height: auto;
max-width: 100%;
width: auto;
}
.fl-builder-content .uabb-photo-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-photo-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.uabb-photo-caption {
font-size: 13px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.uabb-photo-caption-below {
padding-bottom: 20px;
padding-top: 10px;
}
.uabb-photo-caption-hover {
background: rgba(0,0,0,0.7);
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
visibility: hidden;
filter: alpha(opacity = 0);
padding: 10px 15px;
position: absolute;
right: 0;
-webkit-transition:visibility 200ms linear;
-moz-transition:visibility 200ms linear;
transition:visibility 200ms linear;
}
.uabb-photo-content:hover .uabb-photo-caption-hover {
opacity: 100;
visibility: visible;
} .uabb-active-btn {
background: #1e8cbe;
border-color: #0074a2;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
color: white;
}
.fl-builder-bar .fl-builder-add-content-button {
display: block !important;
opacity: 1 !important;
} .uabb-imgicon-wrap .uabb-icon {
display: block;
}
.uabb-imgicon-wrap .uabb-icon i{
float: none;
} .uabb-imgicon-wrap .uabb-image {
line-height: 0;
position: relative;
}
.uabb-imgicon-wrap .uabb-image-align-left {
text-align: left;
}
.uabb-imgicon-wrap .uabb-image-align-center {
text-align: center;
}
.uabb-imgicon-wrap .uabb-image-align-right {
text-align: right;
}
.uabb-imgicon-wrap .uabb-image-content {
display: inline-block;
border-radius: 0;
line-height: 0;
position: relative;
max-width: 100%;
}
.uabb-imgicon-wrap .uabb-image-content img {
display: inline;
height: auto !important;
max-width: 100%;
width: auto;
border-radius: inherit;
box-shadow: none;
box-sizing: content-box;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
background: #fafafa;
border: 1px solid #ccc;
color: #333;
display: inline-block;
vertical-align: middle;
text-align: center;
overflow: hidden;
text-decoration: none;
text-shadow: none;
box-shadow: none;
position: relative;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:focus {
text-decoration: none;
text-shadow: none;
box-shadow: none;
}
.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:hover {
text-decoration: none;
}
.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
display: block;
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.uabb-creative-button-wrap .uabb-creative-button-left {
text-align: left;
}
.uabb-creative-button-wrap .uabb-creative-button-center {
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-right {
text-align: right;
}
.uabb-creative-button-wrap .uabb-creative-button i {
font-size: 1.3em;
height: auto;
vertical-align: middle;
width: auto;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
margin-right: 8px;
margin-left: 0;
}
.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
margin: 0;
}
.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
vertical-align: middle;
}
.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
padding: 12px 24px;
} .uabb-creative-button.uabb-creative-transparent-btn {
background: transparent;
}
.uabb-creative-button.uabb-creative-transparent-btn:after {
content: '';
position: absolute;
z-index: 1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
} .uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
width: 100%;
height: 0;
left: 0;
} .uabb-transparent-fill-top-btn:after {
top: 0;
} .uabb-transparent-fill-bottom-btn:after {
bottom: 0;
} .uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
width: 0;
height: 100%;
top: 0;
} .uabb-transparent-fill-left-btn:after {
left: 0;
} .uabb-transparent-fill-right-btn:after {
right: 0;
} .uabb-transparent-fill-center-btn:after{
width: 0;
height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
} .uabb-transparent-fill-diagonal-btn{
overflow: hidden;
}
.uabb-transparent-fill-diagonal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
transform: translateX(-50%) translateY(-50%) rotate( 45deg );
} .uabb-transparent-fill-horizontal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.perspective {
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
margin: 0;
}
.uabb-creative-button.uabb-creative-threed-btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button.uabb-creative-threed-btn {
outline: 1px solid transparent;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
} .uabb-creative-threed-btn.uabb-animate_top-btn:after {
height: 40%;
left: 0;
top: -40%;
width: 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
} .uabb-creative-threed-btn.uabb-animate_bottom-btn:after {
width: 100%;
height: 40%;
left: 0;
top: 100%;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
} .uabb-creative-threed-btn.uabb-animate_left-btn:after {
width: 20%;
height: 100%;
left: -20%;
top: 0;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-transform: rotateY(-60deg);
-moz-transform: rotateY(-60deg);
-ms-transform: rotateY(-60deg);
transform: rotateY(-60deg);
} .uabb-creative-threed-btn.uabb-animate_right-btn:after {
width: 20%;
height: 100%;
left: 104%;
top: 0;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateY(120deg);
-moz-transform: rotateY(120deg);
-ms-transform: rotateY(120deg);
transform: rotateY(120deg);
} .uabb-animate_top-btn:hover{
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
-o-transform: rotateX(-15deg);
transform: rotateX(-15deg);
} .uabb-animate_bottom-btn:hover{
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
-o-transform: rotateX(15deg);
transform: rotateX(15deg);
} .uabb-animate_left-btn:hover{
-webkit-transform: rotateY(6deg);
-moz-transform: rotateY(6deg);
-ms-transform: rotateY(6deg);
-o-transform: rotateY(6deg);
transform: rotateY(6deg);
} .uabb-animate_right-btn:hover{
-webkit-transform: rotateY(-6deg);
-moz-transform: rotateY(-6deg);
-ms-transform: rotateY(-6deg);
-o-transform: rotateY(-6deg);
transform: rotateY(-6deg);
}  .uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
overflow: hidden;
position: relative;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
bottom: 0;
height: 100%;
margin: 0;
opacity: 1;
position: absolute;
right: 0;
width: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {
display: inline-block;
width: 100%;
height: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
top: 0;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i {
top: 0;
left: -100%;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
-o-transform: translateX(200%);
transform: translateX(200%);
} .uabb-creative-flat-btn.uabb-animate_to_left-btn i {
top: 0;
left: 100%;
}
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {
-webkit-transform: translateX(-200%);
-moz-transform: translateX(-200%);
-ms-transform: translateX(-200%);
-o-transform: translateX(-200%);
transform: translateX(-200%);
} .uabb-creative-flat-btn.uabb-animate_from_top-btn i {
top: -100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
-webkit-transform: translateY(400px);
-moz-transform: translateY(400px);
-ms-transform: translateY(400px);
-o-transform: translateY(400px);
transform: translateY(400px);
} .uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
top: 100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
-webkit-transform: translateY(-400px);
-moz-transform: translateY(-400px);
-ms-transform: translateY(-400px);
-o-transform: translateY(-400px);
transform: translateY(-400px);
} .uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode, 
.uabb-tab-acc-content .mejs-container:not(.mejs-audio), 
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode, 
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio), 
.uabb-adv-accordion-content .mejs-overlay.load {
width: 100% !important;
height: 100% !important;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
padding-top: 56.25%;
}
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode {
max-width: 100% !important;
}
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
position: relative;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto !important;
height: auto !important;
}
.fl-row-content-wrap .uabb-row-particles-background,
.uabb-col-particles-background {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
}  .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
}
.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
} .uabb-js-breakpoint {
content:"default";
display:none;
}
@media screen and (max-width: 1122px) {
.uabb-js-breakpoint {
content:"1122";
}
}
@media screen and (max-width: 768px) {
.uabb-js-breakpoint {
content:"768";
}
}.fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #ffffff;
border-top-width: 20px;
border-right-width: 20px;
border-bottom-width: 20px;
border-left-width: 20px;
}
.fl-builder-mobile .fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
background-image: url(https://www.inhp.org/wp-content/uploads/2019/01/CR1_2340_retouched_web.jpg);
background-position: center center;
background-attachment: scroll;
}
.fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
padding-top:300px;
padding-right:10px;
padding-bottom:10px;
padding-left:10px;
}
.fl-node-5c34eaeb90cb7 > .fl-row-content-wrap {
background-color: rgba(240,235,225,0.5);
}
.fl-node-5c34eaeb90cb7 > .fl-row-content-wrap {
padding-top:75px;
padding-bottom:60px;
}
.fl-node-5dd578562f1a9 > .fl-row-content-wrap {
padding-bottom:0px;
}
.fl-node-5c34eaeb90cd5 > .fl-row-content-wrap {
background-color: rgba(240,235,225,0.5);
}
.fl-node-5c34eaeb90cd5 > .fl-row-content-wrap {
padding-top:20px;
padding-bottom:60px;
}
.fl-node-5c34eaeb90cf8 > .fl-row-content-wrap {
background-color: rgba(255,255,255,0.5);
}
.fl-node-5c34eaeb90cf8 > .fl-row-content-wrap {
padding-top:020px;
padding-bottom:10px;
}
.fl-node-5c34eaeb90cb5 {
width: 100%;
}
.fl-node-5c34eaeb90cb9 {
width: 100%;
}
.fl-node-5c34eaeb90cdd {
width: 100%;
}
.fl-node-5c34eaeb90ce9 {
width: 50%;
}
.fl-node-5c34eaeb90cbc {
width: 50%;
}
.fl-node-5c34eaeb90cec {
width: 100%;
}
.fl-node-5c34eaeb90cea {
width: 50%;
}
.fl-node-5c34eaeb90ce7 {
width: 50%;
}
.fl-node-5dd5754bcf1ff {
width: 100%;
}
.fl-node-5dd575a109905 {
width: 50%;
}
.fl-node-5dd575a109909 {
width: 50%;
}
.fl-node-5dd575808f3fd {
width: 50%;
}
.fl-node-5dd575808f401 {
width: 50%;
}
.fl-node-5c34eaeb90cef {
width: 100%;
}
.fl-node-5dd578563cd05 {
width: 100%;
}
.fl-node-5dd5785bf0363 {
width: 50%;
}
.fl-node-5dd5785bf0366 {
width: 50%;
}
.fl-node-5dd57c4b69761 {
width: 100%;
}
.fl-node-5c34eaeb90ce3 {
width: 100%;
}
.fl-node-5c34eaeb90d01 {
width: 100%;
}
.fl-node-5c34eaeb90cfd {
width: 100%;
}
.fl-node-5c755b736f6ab {
width: 50%;
}
.fl-node-5c34eaeb90cd7 {
width: 50%;
}
.fl-node-5c052f8ad1a21 {
width: 100%;
}
.fl-node-5c34eaeb90cb6 > .fl-module-content {
margin-right:0px;
margin-bottom:-80px;
margin-left:0px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90cb6 > .fl-module-content { margin-bottom:20px; } } .fl-node-5c34eaeb90cba > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5c34eaeb90cdb > .fl-module-content {
margin-top:0px;
} .fl-node-5c34eaeb90ce5 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5c34eaeb90ce5 .uabb-image .uabb-photo-img {
}
.fl-node-5c34eaeb90ce5 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5c34eaeb90ce5 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90ce5 .uabb-imgicon-wrap {
text-align: ;
}
} .fl-node-5c34eaeb90cbd .uabb-ultb3-box {
min-height: 200px;
-ms-grid-row-align: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.internet-explorer .fl-node-5c34eaeb90cbd .uabb-ultb3-box {
height: 200px;
} .fl-node-5c34eaeb90cbd .uabb-ultb3-box {
background: #ffffff;
}
.fl-node-5c34eaeb90cbd .uabb-ultb3-box .uabb-ultb3-title {
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5c34eaeb90cbd .uabb-text-editor {
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5c34eaeb90cbd .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a,
.fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a:focus,
.fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a:hover {
background: #0094c9;
border: 1px solid #0094c9;
}
.fl-builder-content .fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cbd .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5c34eaeb90cbd .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a,
.fl-node-5c34eaeb90cbd .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5c34eaeb90cbd .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5c34eaeb90cbd > .fl-module-content {
margin-top:60px;
margin-right:20px;
margin-left:-60px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90cbd > .fl-module-content { margin-top:20px;margin-left:20px; } } .fl-node-5c34eaeb90cbe > .fl-module-content {
margin-top:60px;
margin-right:-60px;
margin-left:20px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90cbe > .fl-module-content { margin-top:20px;margin-right:20px; } }.fl-node-5dd5754610bd3 .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #003b5c;
max-width: 100%;
margin: auto;
} .fl-node-5dd575b1419d0 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5dd575b1419d0 .uabb-image .uabb-photo-img {
}
.fl-node-5dd575b1419d0 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5dd575b1419d0 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5dd575b1419d0 .uabb-imgicon-wrap {
text-align: ;
}
} .fl-node-5dd575a5b203d .uabb-ultb3-box {
min-height: 200px;
-ms-grid-row-align: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.internet-explorer .fl-node-5dd575a5b203d .uabb-ultb3-box {
height: 200px;
} .fl-node-5dd575a5b203d .uabb-ultb3-box {
background: #ffffff;
}
.fl-node-5dd575a5b203d .uabb-ultb3-box .uabb-ultb3-title {
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5dd575a5b203d .uabb-text-editor {
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5dd575a5b203d .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5dd575a5b203d .uabb-creative-button-wrap a,
.fl-node-5dd575a5b203d .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5dd575a5b203d .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5dd575a5b203d .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5dd575a5b203d .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5dd575a5b203d .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5dd575a5b203d .uabb-creative-button-wrap a:focus,
.fl-node-5dd575a5b203d .uabb-creative-button-wrap a:hover {
background: #0094c9;
border: 1px solid #0094c9;
}
.fl-builder-content .fl-node-5dd575a5b203d .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5dd575a5b203d .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5dd575a5b203d .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5dd575a5b203d .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5dd575a5b203d .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5dd575a5b203d .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5dd575a5b203d .uabb-creative-button-wrap a,
.fl-node-5dd575a5b203d .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5dd575a5b203d .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5dd575a5b203d > .fl-module-content {
margin-top:60px;
margin-right:20px;
margin-left:-60px;
}
@media (max-width: 768px) { .fl-node-5dd575a5b203d > .fl-module-content { margin-top:20px;margin-left:20px; } }.fl-node-5dd5759d62143 .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #003b5c;
max-width: 100%;
margin: auto;
} .fl-node-5dd57583a71e4 .uabb-ultb3-box {
min-height: 200px;
-ms-grid-row-align: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.internet-explorer .fl-node-5dd57583a71e4 .uabb-ultb3-box {
height: 200px;
} .fl-node-5dd57583a71e4 .uabb-ultb3-box {
background: #ffffff;
}
.fl-node-5dd57583a71e4 .uabb-ultb3-box .uabb-ultb3-title {
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5dd57583a71e4 .uabb-text-editor {
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5dd57583a71e4 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5dd57583a71e4 .uabb-creative-button-wrap a,
.fl-node-5dd57583a71e4 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5dd57583a71e4 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5dd57583a71e4 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5dd57583a71e4 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5dd57583a71e4 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5dd57583a71e4 .uabb-creative-button-wrap a:focus,
.fl-node-5dd57583a71e4 .uabb-creative-button-wrap a:hover {
background: #0094c9;
border: 1px solid #0094c9;
}
.fl-builder-content .fl-node-5dd57583a71e4 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5dd57583a71e4 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5dd57583a71e4 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5dd57583a71e4 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5dd57583a71e4 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5dd57583a71e4 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5dd57583a71e4 .uabb-creative-button-wrap a,
.fl-node-5dd57583a71e4 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5dd57583a71e4 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5dd57583a71e4 > .fl-module-content {
margin-top:60px;
margin-right:-60px;
margin-left:20px;
}
@media (max-width: 768px) { .fl-node-5dd57583a71e4 > .fl-module-content { margin-top:20px;margin-right:20px; } } .fl-node-5dd5758aa5367 .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5dd5758aa5367 .uabb-image .uabb-photo-img {
}
.fl-node-5dd5758aa5367 .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5dd5758aa5367 .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5dd5758aa5367 .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5c34eaeb90cf0 .fl-separator {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #003b5c;
max-width: 100%;
margin: auto;
}
.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5dd57888a66de .uabb-heading .uabb-heading-text {
}
.fl-node-5dd57888a66de .uabb-heading .uabb-heading-text {
}
.fl-node-5dd57888a66de .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5dd57888a66de .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5dd57888a66de .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5dd57888a66de .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5dd57888a66de .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5dd57888a66de .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5dd57888a66de .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5dd57888a66de .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5dd57888a66de .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5dd57888a66de .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5dd57888a66de .uabb-responsive-mobile .uabb-side-left,
.fl-node-5dd57888a66de .uabb-responsive-mobile .uabb-side-right,
.fl-node-5dd57888a66de .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5dd57888a66de .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5dd57888a66de .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5dd57888a66de .uabb-heading .uabb-heading-text {
}
.fl-node-5dd57888a66de .uabb-heading-wrapper .uabb-heading,
.fl-node-5dd57888a66de .uabb-heading-wrapper .uabb-subheading,
.fl-node-5dd57888a66de .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5dd57888a66de > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5dd578980556d .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5dd578980556d .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5dd578980556d .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5dd578980556d .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5dd578980556d .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5dd578980556d .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5dd578980556d .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5dd578980556d .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5dd578980556d .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5dd578980556d .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5dd578980556d .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5dd578980556d .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5dd578980556d .uabb-side-left{
width: 50%;
}
.fl-node-5dd578980556d .uabb-side-right{
width: 50%;
}
.fl-node-5dd578980556d .uabb-divider-content {
display: table-cell;
}
.fl-node-5dd578980556d .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5dd578980556d .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5dd578980556d .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5dd578980556d .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5dd578980556d .uabb-responsive-mobile .uabb-side-left,
.fl-node-5dd578980556d .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5dd578980556d .uabb-responsive-mobile .uabb-side-right,
.fl-node-5dd578980556d .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5dd578980556d .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5dd578980556d > .fl-module-content {
margin-top:0px;
} .fl-node-5dd57959208dc .uabb-ultb3-box {
min-height: 250px;
-ms-grid-row-align: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.internet-explorer .fl-node-5dd57959208dc .uabb-ultb3-box {
height: 250px;
} .fl-node-5dd57959208dc .uabb-ultb3-box {
background: #82d2e5;
}
.fl-node-5dd57959208dc .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}  .fl-node-5dd57959208dc .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
}
.fl-node-5dd57959208dc .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5dd57959208dc .uabb-creative-button-wrap a,
.fl-node-5dd57959208dc .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5dd57959208dc .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5dd57959208dc .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5dd57959208dc .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5dd57959208dc .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5dd57959208dc .uabb-creative-button-wrap a:focus,
.fl-node-5dd57959208dc .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5dd57959208dc .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5dd57959208dc .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5dd57959208dc .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5dd57959208dc .uabb-creative-button-wrap a.uabb-button:hover * {
color: #000000;
}
@media ( max-width: 768px ) {
.fl-node-5dd57959208dc .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5dd57959208dc .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5dd57959208dc .uabb-creative-button-wrap a,
.fl-node-5dd57959208dc .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5dd57959208dc .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5dd57959208dc .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
}  .fl-node-5dd57b7a70ba5 .uabb-ultb3-box {
min-height: 250px;
-ms-grid-row-align: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.internet-explorer .fl-node-5dd57b7a70ba5 .uabb-ultb3-box {
height: 250px;
} .fl-node-5dd57b7a70ba5 .uabb-ultb3-box {
background: #82d2e5;
}
.fl-node-5dd57b7a70ba5 .uabb-ultb3-box .uabb-ultb3-title {
color: #ffffff;
margin-top: 0px;
margin-bottom: 20px;
}  .fl-node-5dd57b7a70ba5 .uabb-text-editor {
color: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
}
.fl-node-5dd57b7a70ba5 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a,
.fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a:focus,
.fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a:hover {
background: #eb6e1f;
border: 1px solid #eb6e1f;
}
.fl-builder-content .fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #000000;
}
@media ( max-width: 768px ) {
.fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a,
.fl-node-5dd57b7a70ba5 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5dd57b7a70ba5 .uabb-ultb3-box .uabb-ultb3-title {
font-family: Montserrat, sans-serif;
font-weight: 700;
}
.fl-node-5dd57b7a70ba5 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5dd57c79723e4 .fl-photo {
text-align: center;
}
.fl-node-5dd57c79723e4 .fl-photo-img {
border-style: none;
border-width: 0;
background-clip: border-box;
}
.fl-node-5dd57c79723e4 > .fl-module-content {
margin-top:40px;
margin-bottom:-2px;
}
@media (max-width: 768px) { .fl-node-5dd57c79723e4 > .fl-module-content { margin-top:20px;margin-bottom:20px; } }	.uabb-heading-wrapper .uabb-subheading * {
margin: 0;
}
.fl-node-5c34eaeb90ce1 .uabb-heading .uabb-heading-text {
}
.fl-node-5c34eaeb90ce1 .uabb-heading .uabb-heading-text {
}
.fl-node-5c34eaeb90ce1 .uabb-heading-wrapper .uabb-heading {
margin-top: 0px;
margin-bottom: 15px;
}
.fl-node-5c34eaeb90ce1 .uabb-subheading {
margin-top: 15px;
margin-bottom: 0px;
} .fl-node-5c34eaeb90ce1 .fl-module-content.fl-node-content .uabb-heading,
.fl-node-5c34eaeb90ce1 .fl-module-content.fl-node-content .uabb-heading .uabb-heading-text,
.fl-node-5c34eaeb90ce1 .fl-module-content.fl-node-content .uabb-heading * {
color: #003b5c;
}   .fl-node-5c34eaeb90ce1 .uabb-module-content.uabb-heading-wrapper .uabb-background-heading-wrap::before {
color: ;
}
@media ( max-width: 1122px ) { .fl-node-5c34eaeb90ce1 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5c34eaeb90ce1 .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5c34eaeb90ce1 .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5c34eaeb90ce1 .uabb-heading .uabb-heading-text {
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media ( max-width: 768px ) { .fl-node-5c34eaeb90ce1 .uabb-responsive-mobile .uabb-side-left,
.fl-node-5c34eaeb90ce1 .uabb-responsive-mobile .uabb-side-right,
.fl-node-5c34eaeb90ce1 .uabb-responsive-medsmall .uabb-side-left,
.fl-node-5c34eaeb90ce1 .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5c34eaeb90ce1 .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
.fl-node-5c34eaeb90ce1 .uabb-heading .uabb-heading-text {
}
.fl-node-5c34eaeb90ce1 .uabb-heading-wrapper .uabb-heading,
.fl-node-5c34eaeb90ce1 .uabb-heading-wrapper .uabb-subheading,
.fl-node-5c34eaeb90ce1 .uabb-heading-wrapper .uabb-subheading * {
text-align: center;
}
.uabb-background-heading-wrap::before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.fl-node-5c34eaeb90ce1 > .fl-module-content {
margin-top:40px;
margin-bottom:0px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90ce1 > .fl-module-content { margin-top:20px; } }.fl-node-5c34eaeb90cff .uabb-separator-parent {
line-height: 0;
text-align: center;
}
.fl-node-5c34eaeb90cff .uabb-image-outter-wrap {
width: 70px;
} .fl-node-5c34eaeb90cff .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5c34eaeb90cff .uabb-image .uabb-photo-img {
width: 70px;
}
.fl-node-5c34eaeb90cff .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5c34eaeb90cff .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cff .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5c34eaeb90cff .uabb-separator-wrap {
width: 100%;
display: table;
}
.fl-node-5c34eaeb90cff .uabb-separator-wrap.uabb-separator-center {
margin-left: auto;
margin-right: auto;
}
.fl-node-5c34eaeb90cff .uabb-separator-line {
display: table-cell;
vertical-align:middle;
}
.fl-node-5c34eaeb90cff .uabb-separator-line > span {
border-top:1px solid #003b5c;
display: block;
margin-top: 0 !important;
}
.fl-node-5c34eaeb90cff .uabb-divider-content{
padding-left: 10px;
padding-right: 10px;
}
.fl-node-5c34eaeb90cff .uabb-side-left{
width: 50%;
}
.fl-node-5c34eaeb90cff .uabb-side-right{
width: 50%;
}
.fl-node-5c34eaeb90cff .uabb-divider-content {
display: table-cell;
}
.fl-node-5c34eaeb90cff .uabb-divider-content .uabb-icon-wrap{
display: block;
}
@media ( max-width: 1122px ) { .fl-node-5c34eaeb90cff .uabb-responsive-medsmall .uabb-side-left {
width: 20%;
}
.fl-node-5c34eaeb90cff .uabb-responsive-medsmall .uabb-side-right {
width: 20%;
}
.fl-node-5c34eaeb90cff .uabb-responsive-medsmall .uabb-divider-content h3 {
white-space: normal;
}
}
@media ( max-width: 768px ) { .fl-node-5c34eaeb90cff .uabb-responsive-mobile .uabb-side-left,
.fl-node-5c34eaeb90cff .uabb-responsive-medsmall .uabb-side-left {
width: 10%;
}
.fl-node-5c34eaeb90cff .uabb-responsive-mobile .uabb-side-right,
.fl-node-5c34eaeb90cff .uabb-responsive-medsmall .uabb-side-right {
width: 10%;
}
.fl-node-5c34eaeb90cff .uabb-responsive-mobile .uabb-divider-content h3 {
white-space: normal;
}
}
.fl-node-5c34eaeb90cff > .fl-module-content {
margin-top:0px;
margin-bottom:0px;
} .fl-node-5c34eaeb90cfe .uabb-imgicon-wrap {
text-align: center;
}
.fl-node-5c34eaeb90cfe .uabb-image .uabb-photo-img {
width: 600px;
}
.fl-node-5c34eaeb90cfe .uabb-image .uabb-image-content{
} @media ( max-width: 1122px ) {
.fl-node-5c34eaeb90cfe .uabb-imgicon-wrap {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cfe .uabb-imgicon-wrap {
text-align: ;
}
}
.fl-node-5c34eaeb90cfe > .fl-module-content {
margin-bottom:0px;
} .fl-node-5c34eaeb90cda .uabb-ultb3-box {
min-height: 200px;
-ms-grid-row-align: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.internet-explorer .fl-node-5c34eaeb90cda .uabb-ultb3-box {
height: 200px;
} .fl-node-5c34eaeb90cda .uabb-ultb3-box {
background: #ffffff;
}
.fl-node-5c34eaeb90cda .uabb-ultb3-box .uabb-ultb3-title {
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5c34eaeb90cda .uabb-text-editor {
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5c34eaeb90cda .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5c34eaeb90cda .uabb-creative-button-wrap a,
.fl-node-5c34eaeb90cda .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5c34eaeb90cda .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5c34eaeb90cda .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5c34eaeb90cda .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5c34eaeb90cda .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5c34eaeb90cda .uabb-creative-button-wrap a:focus,
.fl-node-5c34eaeb90cda .uabb-creative-button-wrap a:hover {
background: #0094c9;
border: 1px solid #0094c9;
}
.fl-builder-content .fl-node-5c34eaeb90cda .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5c34eaeb90cda .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5c34eaeb90cda .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5c34eaeb90cda .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cda .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5c34eaeb90cda .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cda .uabb-creative-button-wrap a,
.fl-node-5c34eaeb90cda .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5c34eaeb90cda .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5c34eaeb90cda > .fl-module-content {
margin-top:5px;
margin-right:10px;
margin-bottom:10px;
margin-left:10px;
} .fl-node-5c34eaeb90cd8 .uabb-ultb3-box {
min-height: 200px;
-ms-grid-row-align: start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.internet-explorer .fl-node-5c34eaeb90cd8 .uabb-ultb3-box {
height: 200px;
} .fl-node-5c34eaeb90cd8 .uabb-ultb3-box {
background: #ffffff;
}
.fl-node-5c34eaeb90cd8 .uabb-ultb3-box .uabb-ultb3-title {
margin-top: 0px;
margin-bottom: 10px;
}  .fl-node-5c34eaeb90cd8 .uabb-text-editor {
margin-top: 0px;
margin-bottom: 20px;
}
.fl-node-5c34eaeb90cd8 .uabb-button .uabb-btn-img {
width: 20px;
}
.fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a,
.fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a:visited {
padding:12px 24px;			border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #003b5c;
border: 1px solid #003b5c;
}
.fl-builder-content .fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a.uabb-button,
.fl-builder-content .fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a.uabb-button *,
.fl-builder-content .fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a.uabb-button:visited,
.fl-builder-content .fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a.uabb-button:visited * {
color: #ffffff;
}
.fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a:focus,
.fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a:hover {
background: #0094c9;
border: 1px solid #0094c9;
}
.fl-builder-content .fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a.uabb-button:focus,
.fl-builder-content .fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a.uabb-button:focus *,
.fl-builder-content .fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a.uabb-button:hover,
.fl-builder-content .fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a.uabb-button:hover * {
color: #ffffff;
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap.uabb-button-reponsive-.uabb-creative-button-reponsive- {
text-align: ;
}
}
@media ( max-width: 1122px ) {
.fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap.uabb-creative-button-tablet- {
text-align: ;
}
}
@media ( max-width: 768px ) {
.fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a,
.fl-node-5c34eaeb90cd8 .uabb-creative-button-wrap a:visited {
padding-top:;padding-bottom:;padding-left:;padding-right:;}
}
.fl-node-5c34eaeb90cd8 .uabb-ultb3-box-overlay {
}  @media ( max-width: 768px ) {
} .fl-node-5c34eaeb90cd8 > .fl-module-content {
margin-top:5px;
margin-right:10px;
margin-bottom:10px;
margin-left:10px;
}
.fl-node-5c052f8ad1a22 > .fl-module-content {
margin-top:0px;
margin-bottom:0px;
}     .fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
} .uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-module-content h6 {
margin: 0;
clear: both;
} .fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
text-decoration: none;
} .uabb-row-separator {
position: absolute;
width: 100%;
left: 0;
}
.uabb-top-row-separator {
top: 0;
bottom: auto
}
.uabb-bottom-row-separator {
top: auto;
bottom: 0;
}
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
@media (max-width: 992px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
display: block !important;
}
}
@media (max-width: 768px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: block !important;
}
}
.fl-responsive-preview-content .fl-builder-content-editing {
overflow-x: hidden;
overflow-y: visible;
}
.uabb-row-separator svg {
width: 100%;
}
.uabb-top-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
top: -1px;
bottom: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
bottom: -1px;
top: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
bottom: 0;
}
.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
top: 0;
} .uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
} .uabb-bottom-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: scale(1) scaleY(-1) translateX(-50%);
-moz-transform: scale(1) scaleY(-1) translateX(-50%);
-ms-transform: scale(1) scaleY(-1) translateX(-50%);
-o-transform: scale(1) scaleY(-1) translateX(-50%);
transform: scale(1) scaleY(-1) translateX(-50%);
}
.uabb-top-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
} .uabb-top-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-curve-up-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-top-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-top-row-separator.uabb-tilt-right-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
}
.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
top: 0;
}
.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
bottom: 0;
} .uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-multi-triangle svg {
bottom: -2px;
}
.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
left: 0;
width: 50%;
background: inherit inherit/inherit inherit inherit inherit;
content: '';
position: absolute
} .uabb-button-wrap a,
.uabb-button-wrap a:visited {
display: inline-block;
font-size: 16px;
line-height: 18px;
text-decoration: none;
text-shadow: none;
}
.fl-builder-content .uabb-button:hover {
text-decoration: none;
}
.fl-builder-content .uabb-button-width-full .uabb-button {
display: block;
text-align: center;
}
.uabb-button-width-custom .uabb-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.fl-builder-content .uabb-button-left {
text-align: left;
}
.fl-builder-content .uabb-button-center {
text-align: center;
}
.fl-builder-content .uabb-button-right {
text-align: right;
}
.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
font-size: 1em;
height: 1em;
line-height: 1em;
width: 1em;
}
.uabb-button .uabb-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-button .uabb-button-icon-before {
margin-left: 0;
margin-right: 8px;
}
.uabb-button .uabb-button-icon-no-text {
margin: 0;
}
.uabb-button-has-icon .uabb-button-text {
vertical-align: middle;
} .uabb-icon-wrap {
display: inline-block;
}
.uabb-icon a {
text-decoration: none;
}
.uabb-icon i {
display: block;
}
.uabb-icon i:before {
border: none !important;
background: none !important;
}
.uabb-icon-text {
display: table-cell;
text-align: left;
padding-left: 15px;
vertical-align: middle;
}
.uabb-icon-text *:last-child {
margin: 0 !important;
padding: 0 !important;
}
.uabb-icon-text a {
text-decoration: none;
} .uabb-photo {
line-height: 0;
position: relative;
z-index: 2;
}
.uabb-photo-align-left {
text-align: left;
}
.uabb-photo-align-center {
text-align: center;
}
.uabb-photo-align-right {
text-align: right;
}
.uabb-photo-content {
border-radius: 0;
display: inline-block;
line-height: 0;
position: relative;
max-width: 100%;
overflow: hidden;
}
.uabb-photo-content img {
border-radius: inherit;
display: inline;
height: auto;
max-width: 100%;
width: auto;
}
.fl-builder-content .uabb-photo-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-photo-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.uabb-photo-caption {
font-size: 13px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.uabb-photo-caption-below {
padding-bottom: 20px;
padding-top: 10px;
}
.uabb-photo-caption-hover {
background: rgba(0,0,0,0.7);
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
visibility: hidden;
filter: alpha(opacity = 0);
padding: 10px 15px;
position: absolute;
right: 0;
-webkit-transition:visibility 200ms linear;
-moz-transition:visibility 200ms linear;
transition:visibility 200ms linear;
}
.uabb-photo-content:hover .uabb-photo-caption-hover {
opacity: 100;
visibility: visible;
} .uabb-active-btn {
background: #1e8cbe;
border-color: #0074a2;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
color: white;
}
.fl-builder-bar .fl-builder-add-content-button {
display: block !important;
opacity: 1 !important;
} .uabb-imgicon-wrap .uabb-icon {
display: block;
}
.uabb-imgicon-wrap .uabb-icon i{
float: none;
} .uabb-imgicon-wrap .uabb-image {
line-height: 0;
position: relative;
}
.uabb-imgicon-wrap .uabb-image-align-left {
text-align: left;
}
.uabb-imgicon-wrap .uabb-image-align-center {
text-align: center;
}
.uabb-imgicon-wrap .uabb-image-align-right {
text-align: right;
}
.uabb-imgicon-wrap .uabb-image-content {
display: inline-block;
border-radius: 0;
line-height: 0;
position: relative;
max-width: 100%;
}
.uabb-imgicon-wrap .uabb-image-content img {
display: inline;
height: auto !important;
max-width: 100%;
width: auto;
border-radius: inherit;
box-shadow: none;
box-sizing: content-box;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
background: #fafafa;
border: 1px solid #ccc;
color: #333;
display: inline-block;
vertical-align: middle;
text-align: center;
overflow: hidden;
text-decoration: none;
text-shadow: none;
box-shadow: none;
position: relative;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:focus {
text-decoration: none;
text-shadow: none;
box-shadow: none;
}
.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:hover {
text-decoration: none;
}
.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
display: block;
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.uabb-creative-button-wrap .uabb-creative-button-left {
text-align: left;
}
.uabb-creative-button-wrap .uabb-creative-button-center {
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-right {
text-align: right;
}
.uabb-creative-button-wrap .uabb-creative-button i {
font-size: 1.3em;
height: auto;
vertical-align: middle;
width: auto;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
margin-right: 8px;
margin-left: 0;
}
.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
margin: 0;
}
.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
vertical-align: middle;
}
.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
padding: 12px 24px;
} .uabb-creative-button.uabb-creative-transparent-btn {
background: transparent;
}
.uabb-creative-button.uabb-creative-transparent-btn:after {
content: '';
position: absolute;
z-index: 1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
} .uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
width: 100%;
height: 0;
left: 0;
} .uabb-transparent-fill-top-btn:after {
top: 0;
} .uabb-transparent-fill-bottom-btn:after {
bottom: 0;
} .uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
width: 0;
height: 100%;
top: 0;
} .uabb-transparent-fill-left-btn:after {
left: 0;
} .uabb-transparent-fill-right-btn:after {
right: 0;
} .uabb-transparent-fill-center-btn:after{
width: 0;
height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
} .uabb-transparent-fill-diagonal-btn{
overflow: hidden;
}
.uabb-transparent-fill-diagonal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
transform: translateX(-50%) translateY(-50%) rotate( 45deg );
} .uabb-transparent-fill-horizontal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.perspective {
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
margin: 0;
}
.uabb-creative-button.uabb-creative-threed-btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button.uabb-creative-threed-btn {
outline: 1px solid transparent;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
} .uabb-creative-threed-btn.uabb-animate_top-btn:after {
height: 40%;
left: 0;
top: -40%;
width: 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
} .uabb-creative-threed-btn.uabb-animate_bottom-btn:after {
width: 100%;
height: 40%;
left: 0;
top: 100%;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
} .uabb-creative-threed-btn.uabb-animate_left-btn:after {
width: 20%;
height: 100%;
left: -20%;
top: 0;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-transform: rotateY(-60deg);
-moz-transform: rotateY(-60deg);
-ms-transform: rotateY(-60deg);
transform: rotateY(-60deg);
} .uabb-creative-threed-btn.uabb-animate_right-btn:after {
width: 20%;
height: 100%;
left: 104%;
top: 0;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateY(120deg);
-moz-transform: rotateY(120deg);
-ms-transform: rotateY(120deg);
transform: rotateY(120deg);
} .uabb-animate_top-btn:hover{
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
-o-transform: rotateX(-15deg);
transform: rotateX(-15deg);
} .uabb-animate_bottom-btn:hover{
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
-o-transform: rotateX(15deg);
transform: rotateX(15deg);
} .uabb-animate_left-btn:hover{
-webkit-transform: rotateY(6deg);
-moz-transform: rotateY(6deg);
-ms-transform: rotateY(6deg);
-o-transform: rotateY(6deg);
transform: rotateY(6deg);
} .uabb-animate_right-btn:hover{
-webkit-transform: rotateY(-6deg);
-moz-transform: rotateY(-6deg);
-ms-transform: rotateY(-6deg);
-o-transform: rotateY(-6deg);
transform: rotateY(-6deg);
}  .uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
overflow: hidden;
position: relative;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
bottom: 0;
height: 100%;
margin: 0;
opacity: 1;
position: absolute;
right: 0;
width: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {
display: inline-block;
width: 100%;
height: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
top: 0;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i {
top: 0;
left: -100%;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
-o-transform: translateX(200%);
transform: translateX(200%);
} .uabb-creative-flat-btn.uabb-animate_to_left-btn i {
top: 0;
left: 100%;
}
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {
-webkit-transform: translateX(-200%);
-moz-transform: translateX(-200%);
-ms-transform: translateX(-200%);
-o-transform: translateX(-200%);
transform: translateX(-200%);
} .uabb-creative-flat-btn.uabb-animate_from_top-btn i {
top: -100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
-webkit-transform: translateY(400px);
-moz-transform: translateY(400px);
-ms-transform: translateY(400px);
-o-transform: translateY(400px);
transform: translateY(400px);
} .uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
top: 100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
-webkit-transform: translateY(-400px);
-moz-transform: translateY(-400px);
-ms-transform: translateY(-400px);
-o-transform: translateY(-400px);
transform: translateY(-400px);
} .uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode, 
.uabb-tab-acc-content .mejs-container:not(.mejs-audio), 
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode, 
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio), 
.uabb-adv-accordion-content .mejs-overlay.load {
width: 100% !important;
height: 100% !important;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
padding-top: 56.25%;
}
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode {
max-width: 100% !important;
}
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
position: relative;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto !important;
height: auto !important;
}
.fl-row-content-wrap .uabb-row-particles-background,
.uabb-col-particles-background {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
}  .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
}
.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
} .uabb-js-breakpoint {
content:"default";
display:none;
}
@media screen and (max-width: 1122px) {
.uabb-js-breakpoint {
content:"1122";
}
}
@media screen and (max-width: 768px) {
.uabb-js-breakpoint {
content:"768";
}
}.fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #ffffff;
border-top-width: 20px;
border-right-width: 20px;
border-bottom-width: 20px;
border-left-width: 20px;
}
.fl-builder-mobile .fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
background-image: url(https://www.inhp.org/wp-content/uploads/2019/01/Cliff-Ritchey-2-2-copy_web.jpg);
background-position: center center;
background-attachment: scroll;
}
.fl-node-5c34eaeb90cb1 > .fl-row-content-wrap {
padding-top:300px;
padding-right:10px;
padding-bottom:10px;
padding-left:10px;
}
.fl-node-5c34eaeb90cb7 > .fl-row-content-wrap {
background-color: rgba(240,235,225,0.5);
}
.fl-node-5c34eaeb90cb7 > .fl-row-content-wrap {
padding-top:75px;
padding-bottom:60px;
}
.fl-node-5c34eaeb90cca > .fl-row-content-wrap:after {
background-color: rgba(0,148,201,0.1);
}
.fl-node-5c34eaeb90cca > .fl-row-content-wrap {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
border-style: solid;
border-width: 0;
background-clip: border-box;
border-color: #ffffff;
border-top-width: 20px;
border-right-width: 20px;
border-bottom-width: 20px;
border-left-width: 20px;
}
.fl-builder-mobile .fl-node-5c34eaeb90cca > .fl-row-content-wrap {
background-image: url(https://www.inhp.org/wp-content/uploads/2019/01/CR1_6877_retouched_web.jpg);
background-position: center center;
background-attachment: scroll;
}
.fl-node-5c34eaeb90cca > .fl-row-content-wrap {
padding-top:80px;
padding-bottom:80px;
}
.fl-node-5c34eaeb90cd5 > .fl-row-content-wrap {
background-color: rgba(240,235,225,0.5);
}
.fl-node-5c34eaeb90cd5 > .fl-row-content-wrap {
padding-top:20px;
padding-bottom:60px;
}
.fl-node-5c34eaeb90cf8 > .fl-row-content-wrap {
background-color: rgba(255,255,255,0.5);
}
.fl-node-5c34eaeb90cf8 > .fl-row-content-wrap {
padding-top:020px;
padding-bottom:10px;
}
.fl-node-5c34eaeb90cb5 {
width: 100%;
}
.fl-node-5c34eaeb90cb9 {
width: 100%;
}
.fl-node-5c34eaeb90cdd {
width: 100%;
}
.fl-node-5c34eaeb90ce9 {
width: 50%;
}
.fl-node-5c34eaeb90cbc {
width: 50%;
}
.fl-node-5c34eaeb90cec {
width: 100%;
}
.fl-node-5c34eaeb90cea {
width: 50%;
}
.fl-node-5c34eaeb90ce7 {
width: 50%;
}
.fl-node-5c34eaeb90cef {
width: 100%;
}
.fl-node-5c34eaeb90ccc {
width: 100%;
}
.fl-node-5c34eaeb90ce3 {
width: 100%;
}
.fl-node-5c34eaeb90d01 {
width: 100%;
}
.fl-node-5c34eaeb90cfd {
width: 100%;
}
.fl-node-5c755b736f6ab {
width: 50%;
}
.fl-node-5c34eaeb90cd7 {
width: 50%;
}
.fl-node-5c052f8ad1a21 {
width: 100%;
}
.fl-node-5c34eaeb90cb6 > .fl-module-content {
margin-right:0px;
margin-bottom:-80px;
margin-left:0px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90cb6 > .fl-module-content { margin-bottom:20px; } } .fl-node-5c34eaeb90cba > .fl-module-content {
margin-top:20px;
margin-bottom:0px;
}
.fl-node-5c34eaeb90cdb > .fl-module-content {
margin-top:0px;
}
.fl-node-5c34eaeb90cbd > .fl-module-content {
margin-top:60px;
margin-right:20px;
margin-left:-60px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90cbd > .fl-module-content { margin-top:20px;margin-left:20px; } } .fl-node-5c34eaeb90cbe > .fl-module-content {
margin-top:60px;
margin-right:-60px;
margin-left:20px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90cbe > .fl-module-content { margin-top:20px;margin-right:20px; } }.fl-row .fl-col .fl-node-5c34eaeb90cd4 h1.fl-heading a,
.fl-row .fl-col .fl-node-5c34eaeb90cd4 h1.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5c34eaeb90cd4 h1.fl-heading .fl-heading-text *,
.fl-node-5c34eaeb90cd4 h1.fl-heading .fl-heading-text {
color: #ffffff;
}
.fl-node-5c34eaeb90cd4.fl-module-heading .fl-heading {
font-family: Montserrat, sans-serif;
font-weight: 700;
text-align: center;
}
.fl-node-5c34eaeb90cd4 > .fl-module-content {
margin-top:100px;
margin-bottom:100px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90cd4 > .fl-module-content { margin-top:20px;margin-bottom:20px; } } .fl-node-5c34eaeb90ce1 > .fl-module-content {
margin-top:40px;
margin-bottom:0px;
}
@media (max-width: 768px) { .fl-node-5c34eaeb90ce1 > .fl-module-content { margin-top:20px; } } .fl-node-5c34eaeb90cff > .fl-module-content {
margin-top:0px;
margin-bottom:0px;
}
.fl-node-5c34eaeb90cfe > .fl-module-content {
margin-bottom:0px;
}
.fl-node-5c34eaeb90cda > .fl-module-content {
margin-top:5px;
margin-right:10px;
margin-bottom:10px;
margin-left:10px;
}
.fl-node-5c34eaeb90cd8 > .fl-module-content {
margin-top:5px;
margin-right:10px;
margin-bottom:10px;
margin-left:10px;
}
.fl-node-5c052f8ad1a22 > .fl-module-content {
margin-top:0px;
margin-bottom:0px;
}     .fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: end;
-webkit-box-pack: end;
-ms-flex-pack: end;
} .uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-module-content h6 {
margin: 0;
clear: both;
} .fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
text-decoration: none;
} .uabb-row-separator {
position: absolute;
width: 100%;
left: 0;
}
.uabb-top-row-separator {
top: 0;
bottom: auto
}
.uabb-bottom-row-separator {
top: auto;
bottom: 0;
}
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
@media (max-width: 992px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
display: block !important;
}
}
@media (max-width: 768px) {
.fl-builder-content-editing .fl-visible-desktop.uabb-row,
.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium.uabb-row {
display: none !important;
}
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
display: block !important;
}
}
.fl-responsive-preview-content .fl-builder-content-editing {
overflow-x: hidden;
overflow-y: visible;
}
.uabb-row-separator svg {
width: 100%;
}
.uabb-top-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
top: -1px;
bottom: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg svg {
position: absolute;
padding: 0;
margin: 0;
left: 50%;
bottom: -1px;
top: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
bottom: 0;
}
.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
top: 0;
} .uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
} .uabb-bottom-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: scale(1) scaleY(-1) translateX(-50%);
-moz-transform: scale(1) scaleY(-1) translateX(-50%);
-ms-transform: scale(1) scaleY(-1) translateX(-50%);
-o-transform: scale(1) scaleY(-1) translateX(-50%);
transform: scale(1) scaleY(-1) translateX(-50%);
}
.uabb-top-row-separator.uabb-big-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(1);
-moz-transform: translateX(-50%) scale(1);
-ms-transform: translateX(-50%) scale(1);
-o-transform: translateX(-50%) scale(1);
transform: translateX(-50%) scale(1);
} .uabb-top-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-curve-up-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-top-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-bottom-row-separator.uabb-curve-down-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
} .uabb-top-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scale(-1);
-moz-transform: translateX(-50%) scale(-1);
-ms-transform: translateX(-50%) scale(-1);
-o-transform: translateX(-50%) scale(-1);
transform: translateX(-50%) scale(-1);
}
.uabb-top-row-separator.uabb-tilt-right-separator svg{
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleX(-1);
-moz-transform: translateX(-50%) scaleX(-1);
-ms-transform: translateX(-50%) scaleX(-1);
-o-transform: translateX(-50%) scaleX(-1);
transform: translateX(-50%) scaleX(-1);
}
.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
top: 0;
}
.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
bottom: 0;
} .uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
left: 50%;
-webkit-transform: translateX(-50%) scaleY(-1);
-moz-transform: translateX(-50%) scaleY(-1);
-ms-transform: translateX(-50%) scaleY(-1);
-o-transform: translateX(-50%) scaleY(-1);
transform: translateX(-50%) scaleY(-1);
}
.uabb-bottom-row-separator.uabb-multi-triangle svg {
bottom: -2px;
}
.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
left: 0;
width: 50%;
background: inherit inherit/inherit inherit inherit inherit;
content: '';
position: absolute
} .uabb-button-wrap a,
.uabb-button-wrap a:visited {
display: inline-block;
font-size: 16px;
line-height: 18px;
text-decoration: none;
text-shadow: none;
}
.fl-builder-content .uabb-button:hover {
text-decoration: none;
}
.fl-builder-content .uabb-button-width-full .uabb-button {
display: block;
text-align: center;
}
.uabb-button-width-custom .uabb-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.fl-builder-content .uabb-button-left {
text-align: left;
}
.fl-builder-content .uabb-button-center {
text-align: center;
}
.fl-builder-content .uabb-button-right {
text-align: right;
}
.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
font-size: 1em;
height: 1em;
line-height: 1em;
width: 1em;
}
.uabb-button .uabb-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-button .uabb-button-icon-before {
margin-left: 0;
margin-right: 8px;
}
.uabb-button .uabb-button-icon-no-text {
margin: 0;
}
.uabb-button-has-icon .uabb-button-text {
vertical-align: middle;
} .uabb-icon-wrap {
display: inline-block;
}
.uabb-icon a {
text-decoration: none;
}
.uabb-icon i {
display: block;
}
.uabb-icon i:before {
border: none !important;
background: none !important;
}
.uabb-icon-text {
display: table-cell;
text-align: left;
padding-left: 15px;
vertical-align: middle;
}
.uabb-icon-text *:last-child {
margin: 0 !important;
padding: 0 !important;
}
.uabb-icon-text a {
text-decoration: none;
} .uabb-photo {
line-height: 0;
position: relative;
z-index: 2;
}
.uabb-photo-align-left {
text-align: left;
}
.uabb-photo-align-center {
text-align: center;
}
.uabb-photo-align-right {
text-align: right;
}
.uabb-photo-content {
border-radius: 0;
display: inline-block;
line-height: 0;
position: relative;
max-width: 100%;
overflow: hidden;
}
.uabb-photo-content img {
border-radius: inherit;
display: inline;
height: auto;
max-width: 100%;
width: auto;
}
.fl-builder-content .uabb-photo-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-photo-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.uabb-photo-caption {
font-size: 13px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.uabb-photo-caption-below {
padding-bottom: 20px;
padding-top: 10px;
}
.uabb-photo-caption-hover {
background: rgba(0,0,0,0.7);
bottom: 0;
color: #fff;
left: 0;
opacity: 0;
visibility: hidden;
filter: alpha(opacity = 0);
padding: 10px 15px;
position: absolute;
right: 0;
-webkit-transition:visibility 200ms linear;
-moz-transition:visibility 200ms linear;
transition:visibility 200ms linear;
}
.uabb-photo-content:hover .uabb-photo-caption-hover {
opacity: 100;
visibility: visible;
} .uabb-active-btn {
background: #1e8cbe;
border-color: #0074a2;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
color: white;
}
.fl-builder-bar .fl-builder-add-content-button {
display: block !important;
opacity: 1 !important;
} .uabb-imgicon-wrap .uabb-icon {
display: block;
}
.uabb-imgicon-wrap .uabb-icon i{
float: none;
} .uabb-imgicon-wrap .uabb-image {
line-height: 0;
position: relative;
}
.uabb-imgicon-wrap .uabb-image-align-left {
text-align: left;
}
.uabb-imgicon-wrap .uabb-image-align-center {
text-align: center;
}
.uabb-imgicon-wrap .uabb-image-align-right {
text-align: right;
}
.uabb-imgicon-wrap .uabb-image-content {
display: inline-block;
border-radius: 0;
line-height: 0;
position: relative;
max-width: 100%;
}
.uabb-imgicon-wrap .uabb-image-content img {
display: inline;
height: auto !important;
max-width: 100%;
width: auto;
border-radius: inherit;
box-shadow: none;
box-sizing: content-box;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
background: #fafafa;
border: 1px solid #ccc;
color: #333;
display: inline-block;
vertical-align: middle;
text-align: center;
overflow: hidden;
text-decoration: none;
text-shadow: none;
box-shadow: none;
position: relative;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:focus {
text-decoration: none;
text-shadow: none;
box-shadow: none;
}
.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button-wrap a:hover {
text-decoration: none;
}
.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
display: block;
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
display: inline-block;
text-align: center;
max-width: 100%;
}
.uabb-creative-button-wrap .uabb-creative-button-left {
text-align: left;
}
.uabb-creative-button-wrap .uabb-creative-button-center {
text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-right {
text-align: right;
}
.uabb-creative-button-wrap .uabb-creative-button i {
font-size: 1.3em;
height: auto;
vertical-align: middle;
width: auto;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
margin-left: 8px;
margin-right: 0;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
margin-right: 8px;
margin-left: 0;
}
.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
margin: 0;
}
.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
vertical-align: middle;
}
.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
padding: 12px 24px;
} .uabb-creative-button.uabb-creative-transparent-btn {
background: transparent;
}
.uabb-creative-button.uabb-creative-transparent-btn:after {
content: '';
position: absolute;
z-index: 1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
} .uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
width: 100%;
height: 0;
left: 0;
} .uabb-transparent-fill-top-btn:after {
top: 0;
} .uabb-transparent-fill-bottom-btn:after {
bottom: 0;
} .uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
width: 0;
height: 100%;
top: 0;
} .uabb-transparent-fill-left-btn:after {
left: 0;
} .uabb-transparent-fill-right-btn:after {
right: 0;
} .uabb-transparent-fill-center-btn:after{
width: 0;
height: 100%;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
width: 100%;
height: 0;
top: 50%;
left: 50%;
} .uabb-transparent-fill-diagonal-btn{
overflow: hidden;
}
.uabb-transparent-fill-diagonal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
-o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
transform: translateX(-50%) translateY(-50%) rotate( 45deg );
} .uabb-transparent-fill-horizontal-btn:after{
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.perspective {
-webkit-perspective: 800px;
-moz-perspective: 800px;
perspective: 800px;
margin: 0;
}
.uabb-creative-button.uabb-creative-threed-btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
}
.uabb-creative-button.uabb-creative-threed-btn {
outline: 1px solid transparent;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
} .uabb-creative-threed-btn.uabb-animate_top-btn:after {
height: 40%;
left: 0;
top: -40%;
width: 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
} .uabb-creative-threed-btn.uabb-animate_bottom-btn:after {
width: 100%;
height: 40%;
left: 0;
top: 100%;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
transform: rotateX(-90deg);
} .uabb-creative-threed-btn.uabb-animate_left-btn:after {
width: 20%;
height: 100%;
left: -20%;
top: 0;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
-webkit-transform: rotateY(-60deg);
-moz-transform: rotateY(-60deg);
-ms-transform: rotateY(-60deg);
transform: rotateY(-60deg);
} .uabb-creative-threed-btn.uabb-animate_right-btn:after {
width: 20%;
height: 100%;
left: 104%;
top: 0;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateY(120deg);
-moz-transform: rotateY(120deg);
-ms-transform: rotateY(120deg);
transform: rotateY(120deg);
} .uabb-animate_top-btn:hover{
-webkit-transform: rotateX(-15deg);
-moz-transform: rotateX(-15deg);
-ms-transform: rotateX(-15deg);
-o-transform: rotateX(-15deg);
transform: rotateX(-15deg);
} .uabb-animate_bottom-btn:hover{
-webkit-transform: rotateX(15deg);
-moz-transform: rotateX(15deg);
-ms-transform: rotateX(15deg);
-o-transform: rotateX(15deg);
transform: rotateX(15deg);
} .uabb-animate_left-btn:hover{
-webkit-transform: rotateY(6deg);
-moz-transform: rotateY(6deg);
-ms-transform: rotateY(6deg);
-o-transform: rotateY(6deg);
transform: rotateY(6deg);
} .uabb-animate_right-btn:hover{
-webkit-transform: rotateY(-6deg);
-moz-transform: rotateY(-6deg);
-ms-transform: rotateY(-6deg);
-o-transform: rotateY(-6deg);
transform: rotateY(-6deg);
}  .uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
overflow: hidden;
position: relative;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
bottom: 0;
height: 100%;
margin: 0;
opacity: 1;
position: absolute;
right: 0;
width: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {
display: inline-block;
width: 100%;
height: 100%;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
} .uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
top: 0;
} .uabb-creative-flat-btn.uabb-animate_to_right-btn i {
top: 0;
left: -100%;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {
-webkit-transform: translateX(200%);
-moz-transform: translateX(200%);
-ms-transform: translateX(200%);
-o-transform: translateX(200%);
transform: translateX(200%);
} .uabb-creative-flat-btn.uabb-animate_to_left-btn i {
top: 0;
left: 100%;
}
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {
-webkit-transform: translateX(-200%);
-moz-transform: translateX(-200%);
-ms-transform: translateX(-200%);
-o-transform: translateX(-200%);
transform: translateX(-200%);
} .uabb-creative-flat-btn.uabb-animate_from_top-btn i {
top: -100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
-webkit-transform: translateY(400px);
-moz-transform: translateY(400px);
-ms-transform: translateY(400px);
-o-transform: translateY(400px);
transform: translateY(400px);
} .uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
top: 100%;
left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
-webkit-transform: translateY(-400px);
-moz-transform: translateY(-400px);
-ms-transform: translateY(-400px);
-o-transform: translateY(-400px);
transform: translateY(-400px);
} .uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode, 
.uabb-tab-acc-content .mejs-container:not(.mejs-audio), 
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode, 
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio), 
.uabb-adv-accordion-content .mejs-overlay.load {
width: 100% !important;
height: 100% !important;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
padding-top: 56.25%;
}
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode {
max-width: 100% !important;
}
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
position: relative;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto !important;
height: auto !important;
}
.fl-row-content-wrap .uabb-row-particles-background,
.uabb-col-particles-background {
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
}  .uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
}
.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
} .uabb-js-breakpoint {
content:"default";
display:none;
}
@media screen and (max-width: 1122px) {
.uabb-js-breakpoint {
content:"1122";
}
}
@media screen and (max-width: 768px) {
.uabb-js-breakpoint {
content:"768";
}
}