@import "home-style.css";
dl, h3, menu, ol, p, pre, ul {
	margin: 1em 0
}
pre, textarea {
	overflow: auto
}
a img.aligncenter, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
button[disabled], html input[disabled], input[disabled] {
	cursor: default
}
*, a:active, a:hover {
	outline: 0
}
a, a:active, a:focus, a:hover {
	text-decoration: none
}
.ui-button.with-shadow, .ui-pagination a.next, .ui-pagination span.next {
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.clearfix:after, .contact-form-container .contact-form .hbspt-form .form-columns-1:after, .contact-form-container .contact-form .hbspt-form .form-columns-2:after, .contact-form-container .contact-form .hbspt-form .form-columns-3:after, .contact-form-container .contact-form .hbspt-form .hs-form-field .input .inputs-list li label:after, .container-fluid:after, .container:after, .home-customers .home-customers-nodes:after, .kitchen-12_, .kitchen-13_, .request-form-container .request-form .hbspt-form .form-columns-1:after, .request-form-container .request-form .hbspt-form .form-columns-2:after, .request-form-container .request-form .hbspt-form .form-columns-3:after, .request-form-container .request-form .hbspt-form .hs-form-field .input .inputs-list li label:after, .row1, .row:after, .ui-careers-list .ui-careers-list-item:after, .ui-diagram-breakout .ui-diagram-breakout-main:after, .ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-1:after, .ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-2:after, .ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-3:after, .ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input .inputs-list li label:after, .ui-link-grid:after, .ui-pagination:after, .ui-resource-grid .ui-resource-grid-items:after, .ui-sidebar-widget .hbspt-form .form-columns-1:after {
	clear: both
}
.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.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounce {
20%, 53%, 80%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-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 {
20%, 53%, 80%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-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 {
50%, from, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
50%, from, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
from, to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
}
@keyframes pulse {
from, to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes rubberBand {
from, to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .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)
}
}
@keyframes rubberBand {
from, to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .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)
}
}
.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 {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
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)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
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)
}
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 {
from, to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
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)
}
}
@keyframes tada {
from, to {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
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)
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
from, to {
-webkit-transform:none;
transform:none
}
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)
}
}
@keyframes wobble {
from, to {
-webkit-transform:none;
transform:none
}
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)
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes jello {
11.1%, from, 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(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.39062deg) skewY(.39062deg);
transform:skewX(.39062deg) skewY(.39062deg)
}
88.8% {
-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);
transform:skewX(-.19531deg) skewY(-.19531deg)
}
}
@keyframes jello {
11.1%, from, 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(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.39062deg) skewY(.39062deg);
transform:skewX(.39062deg) skewY(.39062deg)
}
88.8% {
-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);
transform:skewX(-.19531deg) skewY(-.19531deg)
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
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 {
20%, 40%, 60%, 80%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
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 {
60%, 75%, 90%, from, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
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
}
.flipInY, .flipOutX {
	-webkit-backface-visibility: visible!important
}
@-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 {
	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;
	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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
	animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
	animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
	animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
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(.175, .885, .32, 1);
	animation-timing-function: cubic-bezier(.175, .885, .32, 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
}
@-webkit-keyframes marquee {
0% {
left:0
}
100% {
left:-100%
}
}
@-moz-keyframes marquee {
0% {
left:0
}
100% {
left:-100%
}
}
@-ms-keyframes marquee {
0% {
left:0
}
100% {
left:-100%
}
}
@-o-keyframes marquee {
0% {
left:0
}
100% {
left:-100%
}
}
@keyframes marquee {
0% {
left:0
}
100% {
left:-100%
}
}
audio, canvas, video {
*display:inline;
*zoom:1
}
[hidden] {
display:none
}
button, html, input, select, textarea {
	font-family: sans-serif
}
h2 {
	font-size: 1.5em;
	margin: .83em 0
}
h3 {
	font-size: 1.17em
}
h4 {
	font-size: 1em;
	margin: 1.33em 0
}
h5 {
	font-size: .83em;
	margin: 1.67em 0
}
h6 {
	font-size: .75em;
	margin: 2.33em 0
}
blockquote {
	margin: 1em 40px
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:after, q:before {
	content: '';
	content: none
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ol, nav ul {
	list-style: none
}
form {
	margin: 0
}
legend {
	white-space: normal;
*margin-left:-7px
}
button, input, select, textarea {
	margin: 0;
	vertical-align: baseline;
*vertical-align:middle
}
button, html input[type=button], input[type=reset], input[type=submit] {
*overflow:visible;
	-webkit-appearance: button;
	cursor: pointer
}
input[type=checkbox], input[type=radio] {
*height:13px;
*width:13px
}
textarea {
	vertical-align: top
}
.alignnone {
	margin: 5px 20px 20px 0
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
a img.alignleft, a img.alignnone {
	margin: 5px 20px 20px 0
}
a img.alignleft {
	float: left
}
a img.aligncenter {
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}
hr, img, legend {
	border: 0
}
.wp-caption.alignleft, .wp-caption.alignnone {
	margin: 5px 20px 20px 0
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px
}
.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}
legend, td, th {
	padding: 0
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
display:none
}
a {
	background-color: transparent;
	color: #337ab7
}
abbr[title] {
	border-bottom: 1px dotted
}
b, optgroup, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
*, .base-back-to-top-link {
	background-repeat: no-repeat
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle
}
svg:not(:root) {
	overflow: hidden
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
code, kbd, pre, samp {
	_font-family: 'courier new', monospace;
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}
body {
	margin: 0;
	line-height: 26px;
	color: #333
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a:focus, a:hover {
	color: #23527c
}
a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}
figure {
	margin: 0
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.base-animator, .base-back-to-top-link {
	-moz-transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #eee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
.container, .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1170px
}
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
p, ul {
	padding: 0
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
	content: " ";
	display: table
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
*, body {
	font-family: "Open Sans", sans-serif
}
.base-animator, body, html {
	background-color: #FFF
}
.hidden {
	visibility: hidden!important
}
.affix {
	position: fixed
}
@-ms-viewport {
width:device-width
}
@media (max-width:767px) {
.visible-xs {
	display: block!important
}
table.visible-xs {
	display: table
}
tr.visible-xs {
	display: table-row!important
}
td.visible-xs, th.visible-xs {
	display: table-cell!important
}
.visible-xs-block {
	display: block!important
}
.visible-xs-inline {
	display: inline!important
}
.visible-xs-inline-block {
	display: inline-block!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block!important
}
table.visible-sm {
	display: table
}
tr.visible-sm {
	display: table-row!important
}
td.visible-sm, th.visible-sm {
	display: table-cell!important
}
.visible-sm-block {
	display: block!important
}
.visible-sm-inline {
	display: inline!important
}
.visible-sm-inline-block {
	display: inline-block!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table
}
tr.visible-md {
	display: table-row!important
}
td.visible-md, th.visible-md {
	display: table-cell!important
}
.visible-md-block {
	display: block!important
}
.visible-md-inline {
	display: inline!important
}
.visible-md-inline-block {
	display: inline-block!important
}
}
@media (min-width:1200px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table
}
tr.visible-lg {
	display: table-row!important
}
td.visible-lg, th.visible-lg {
	display: table-cell!important
}
.visible-lg-block {
	display: block!important
}
.visible-lg-inline {
	display: inline!important
}
.visible-lg-inline-block {
	display: inline-block!important
}
.hidden-lg {
	display: none!important
}
}
@media (max-width:767px) {
.hidden-xs {
	display: none!important
}
}
@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
	display: none!important
}
}
.visible-print {
	display: none!important
}
@media print {
.visible-print {
	display: block!important
}
table.visible-print {
	display: table
}
tr.visible-print {
	display: table-row!important
}
td.visible-print, th.visible-print {
	display: table-cell!important
}
}
.visible-print-block {
	display: none!important
}
@media print {
.visible-print-block {
	display: block!important
}
}
.visible-print-inline {
	display: none!important
}
@media print {
.visible-print-inline {
	display: inline!important
}
}
.visible-print-inline-block {
	display: none!important
}
@media print {
.visible-print-inline-block {
	display: inline-block!important
}
.hidden-print {
	display: none!important
}
}
body, html {
	min-height: 100%
}
/** {
	color: #484F60
}*/
body {
	font-size: 14px
}
.container {
	position: relative
}
p {
	margin: 7.5px 0
}
ul {
	list-style-type: none;
	margin: 0
}
.base-animator {
	position: relative;
	z-index: 1;
	-webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
.base-back-to-top-link, .base-header-nav .base-header-main-menu>li>a {
	-webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
.base-animator.open {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	transform: translateX(-250px)
}
.base-back-to-top-link {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABGdBTUEAALGPC/xhBQAABXVJREFUaAXlm19oHEUcx+e3t03bUNGKjYoWUXokeTvrgwi1GpDW06rJgeD5IqklVrBQqG2f6oO+qQWhPmjQHhU0gnBJsXotCNUaqAqib22hbyJKKtrS2j/JZae/797NubvZ7N3+vd1zIJm92Znf7/fZ38zO7OxvScSUnpmY6K/P1TeRkA9JIQaFlIOSxF2s7hbiP6jl8sucXSYp/hRE57j8nBT0sz6gz345OXkVdaJOrCO6NDa2c+C6nH9RClli0IelFH1BpBOJeQb/kQRVV1HfZ9PTH8wFkePWJhLgp0ovb5aGsZcBn2S/6W6KgpdRnS/AcdK0d76ufnwquJxGy1DAT5e2jxiGfFNKuSmsIZ20J6LZnMgdODbz0bed1HerEwi4VJq4+6qxcJDHZdlNaOxlRFP92oo91erkH351+QYujm4v8hidYthb/SqLtD7RJR7j5drM4ZofuTk/lRl2D4/RCsOu9tMuprqreGyX80Mb/z1/9pfTneroyMPFXbtWit+ufMhj9aVOBSdZj8f2EbF+zSu1Q4dutNPbFrj4/Pg6uSCOslcfaSesq+eJTtMK8Vzti8oFLzs0r5PwbCZgAcEOga1mb/SA8gRGN069Z61w6IWw2SMte9PCDYrH7D6Ptmk9VcgPb7yy3I3MdQxj6uE+coyBvXtASpH5JmYIQdvcpqwlwM1FxRnuyt2dZ8NeTJ6neXEy7FycLPFgcwWVbVhcLHaYyeK4cDYPbxvd8Xhd1k866mT6p076iHXtbfPwolh8K9N0LsY7mVrAxbHxx/gmlchTj4tdsRWBCWxKQQuYtx9eV4U9l1vYzDGMnYprxo3feaRH/PCelktH9dXaynuwc2J6GNsyvQuLiy71BqMQJjD2oNLii7jsUIzU2F2c/yfohltcBkYtFxuD+kDfWg1bqUnD7n5tXOAvyQRGsOrNfePEdAN06xObW/ree7/SOo77AKyaxCZ5QskJC/AkPQ3WXH6wsJ95742b2Qmr9G144D6x7o7bxQ8//aqKYst5Dr6uNV9/xKYEgp2wJ745JfCnUlKeBisWGuZ7HqU86twN1jpu1XhWufVc1LaANZcfKuCBYdmdjzBK28GiG6M7o1sjxd29eWrSAXyAdUUO3A7WJOR/SUIz8GJuw1BhN+vtVwZEkXcKq3QlBk3iIoBfZcW3KeVhc7+wSl8i0CTmMC29wEojmZaCwiYFzdPSWQ1v3pXCsPmFv/5uicC0E+SOizbWKcsqsyU86AGz8tISYQbRpE8/P2oKwp03CKyyQrUFrJKpzoXJwUq8B71FSuNEGEFZaUukbdUQQIJHp6wYHdTOxuOhPqshWgYBJEEFZaUdGMFq7nggWiYrhge1UzGawAgN4ncx9aDC0t+O6g3G5p4WdvO4jx9Pv+HBLASbivUyPQwxiIMKJi79raxsPDX9l4qj49/32tsHxHbVZiqPKsqWh1GgafSGOtErOQLZrCw24K+qh0/yUnPKWiHTx8xifXMIFhswChDhxtCXcJzp1HghznFl9rQEGG/MEeHWCBuwV87KL9gOBufbf9jvutPBASHnEeHG72S2ZAXSaievmfdyfMcn1jJ17AqMk4iCyQ8/eD8fFlTlLOTs3SN8V8bWs2ta0qVttTicj8dzx3GMtrbd+AFbYbNHss3DbvX+V6GHuACIXaT1a0bQVdwuSBrKYBtsbBdnCVvbetgK1AwffptXY95DwdooxmMGRQDaPr5BHexUjS9gCEWUXpYDxH17CuF8iHDr6oqs8QnAsFtoYTtP+/awVSAC2RAHldQDB3fh7nzkYYXGsRkHxaFBcX7Gw3ebd2vTle+cuv3+DuVhp7JnyzvuXLhmlBFA0tMfajnB8Tutn+LdBCqmOqKtjr3yAAAAAElFTkSuQmCC);
	background-position: center center;
	background-size: contain;
	display: block;
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
.base-back-to-top-link.active {
	opacity: 1;
	visibility: visible
}
.base-footer-menus-container {
	background-color: #384150;
	padding: 25px 0
}
.base-footer-menus-container .base-footer-copyright {
	color: #9DA0A7;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-align: left;
	margin: 25px 0 0
}
@media (min-width:769px) {
.base-animator.open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}
.base-back-to-top-link {
	width: 60px;
	height: 60px;
	bottom: 30px;
	right: 30px
}
.base-footer-menus-container {
	padding: 40px 0
}
.base-footer-menus-container .base-footer-copyright {
	text-align: right;
	line-height: 42px
}
.base-footer-menus-container .base-footer-login {
	margin: 25px 0 0
}
}
.base-footer-menus-container .base-footer-login li {
	display: block;
	margin: 0 0 10px
}
.base-footer-menus-container .base-footer-login li .ui-button {
	text-align: center;
	width: 185px;
	padding: 0
}
@media (min-width:769px) {
.base-footer-menus-container .base-footer-login li {
	margin: 0 0 0 15px;
	display: inline-block
}
.base-footer-menus-container .base-footer-login li:first-child {
	margin-left: 0
}
.base-footer-menus-container .base-footer-login li .ui-button {
	width: auto;
	padding: 0 25px
}
}
.base-footer-menus-container .base-footer-nav ul li {
	display: block;
	margin: 0 0 15px
}
.base-footer-menus-container .base-footer-nav ul li a {
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase
}
.base-footer-contact {
	background-color: #3D4350;
	padding: 15px 0
}
@media (min-width:769px) {
.base-footer-menus-container .base-footer-nav ul li {
	display: inline-block;
	margin: 0 0 0 20px
}
.base-footer-menus-container .base-footer-nav ul li:first-child {
	margin-left: 0
}
.base-footer-contact {
	padding: 25px 0
}
}
.base-footer-contact .base-footer-contact-container {
	display: table;
	width: 100%
}
@media (min-width:769px) {
.base-footer-contact .base-footer-contact-container .base-footer-contact-section {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section.collapsed {
	width: 1%
}
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section:first-child {
	padding-left: 0
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section:last-child {
	padding-right: 0
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-button {
	display: none
}
@media (min-width:769px) {
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-button {
	line-height: 48px;
	display: inherit
}
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-email>form {
	display: table;
	width: 100%
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-email>form>div {
	display: table-cell;
	vertical-align: bottom
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-email>form>div:last-child {
	width: 1%
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-email .field .input {
	background-color: #FFF;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-email .field .input input {
	border: 0;
	background: 0 0;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px
}
@media (min-width:769px) {
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-email .field .input input {
	line-height: 50px;
	height: 50px
}
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-email .submit {
	width: 1%
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-email .submit button {
	border: 0;
	background-color: #FCB040;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAYAAAC9BQwsAAAABGdBTUEAALGPC/xhBQAAAcVJREFUOBFjYIACL//ElLS0NFYYnxDNBFLgFZDU8I/h/+xHr37t8o7KFCSkCSTP6BOYZPnn379jMMWMjAy3WFmZvTetnnsHJoaNZr514/wTFS2jnwz//zuDDAJi4b///keraRmfuH39/ENsmkBizCDizo3zR9Q0ja4wMP73BXJB/uRiYPgfrapp9AgodxGkBh2A/QgS3LZh3tr/TAz2QCtfgPj//zOw/f/3b6Gnf2LL////QS5BARgC/v6Jsr8Y/m/5z8CgB1fJyLhKQkA+fsGChh8wMQyNIInQ0Cyez7++rQAyvREKGU+ycjH7b1o+5yVIDKtGkERo6Crmz7+29wEdnQfigwAjI+NDJkYmn63r517BqRGiFBjHgUnZ////mwj0MzgggRo+MTIxh8MDB6aQWBqnjWQ5lZjAwXAqKDq+/Pp2FOhkeIgCQ2WVuKC8AyxEQd5BcapHUIIp41+GTcA4lID5lZGJqW3burk1wBAFCiMAXCMwhwT/Z/i3GBh6nCBpYGL/xcDIlLp9/bxFCOUIFtipnv4J5f/+/1sN0wR0x1tgkLvi0gQ2mLJspWkAMsQBaNMBZi5O1y0rZz1DOIoAi9SiAwAEt6+qap2HfgAAAABJRU5ErkJggg==);
	background-position: center center;
	background-repeat: no-repeat;
	color: #FCB040;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	width: 50px;
	height: 40px;
	padding: 0;
	overflow-x: hidden;
	vertical-align: bottom;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-headline {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
	margin: 0 0 15px;
	padding: 0
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-or {
	display: none
}
@media (min-width:769px) {
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-email .submit button {
	height: 50px
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-headline {
	font-size: 30px;
	font-weight: 400;
	text-align: left;
	margin: 0
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-or {
	background-color: #FAFBFC;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	display: block;
	width: 40px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-phone {
	display: block; text-align:center;
}
@media (min-width:769px) {
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-phone {
	display: inherit
}
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-phone span {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	text-transform: uppercase;
	display: block;
	white-space: nowrap
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-phone span.number {
	font-weight: 600
}
.base-footer-contact .base-footer-contact-container .base-footer-contact-section .base-footer-contact-phone span.number a {
	color: #FFF
}
.base-header {
	/*position: relative;*/
	z-index: 99999999; position:sticky; top:0;
}
.base-header-contact-btn {
	float: left;
	height: 100%;
	height: 40px;
	width: 140px;
	color: #484F60;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	margin-left: 30px;
	text-align: center;
	background-color: #FCB040;
	text-transform: uppercase
}
.base-header-logo-wrapper {
	margin: 4px 0;
	float: left
}
.base-header-logo-wrapper .base-header-top-logo {
	background-image: url(../../src/images/PHD-Logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 420px;
	height: 52px;
}
.base-header-nav {
	display: none
}
@media (min-width:769px) {
.base-header-logo-wrapper {
	margin: 0px 0 0
}

.base-header-nav {
	display: block;
	float: right
}
}
.base-header-nav .base-header-main-menu {
	font-size: 0
}
.base-header-nav .base-header-main-menu>li {
	display: inline-block;
	position: relative
}
.base-header-nav .base-header-main-menu>li:hover>a {
	border-color: #EAEDEE
}
.base-header-nav .base-header-main-menu>li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}
.base-header-nav .base-header-main-menu>li.current-menu-item>a, .base-header-nav .base-header-main-menu>li.current-menu-parent>a {
	border-color: #FCB040
}
.base-header-nav .base-header-main-menu>li>a {
	border-bottom: 5px transparent solid;
	background-color: #FFF;
	color: #484F60;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 37px;
	display: block;
	padding: 5px 15px 0 15px;
	position: relative;
	z-index: 1;
	-moz-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
@media (min-width:1200px) {
.base-header-nav .base-header-main-menu>li>a {
	font-size: 17px
}
}
.base-header-nav .base-header-main-menu>li>ul {
	background-color: #484F60;
	padding: 10px 0px 10px 0;
	position: absolute;
	top: 100%;
	left: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}
.base-header-nav .base-header-main-menu>li>ul>li {
	display: block;
	margin: 0;
	padding: 0
	border-bottom: 1px solid #666;
}
.base-header-nav .base-header-main-menu>li>ul>li>a {
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	white-space: nowrap;
	display: block;
	padding: 0 20px;
	margin: 9px 0
}
.base-header-nav .base-header-main-menu>li>ul>li>a:hover {
	text-decoration: underline
}
.base-header-nav .base-header-main-menu>li>ul>li>ul {
	margin: 0;
	padding: 0
}
.base-header-nav .base-header-main-menu>li>ul>li>ul>li {
	display: block;
	margin: 0;
	padding: 0 0 0 20px
}
.base-header-nav .base-header-main-menu>li>ul>li>ul>li:before{ z-index:99999999999; position:absolute; content:"\f105"; font-family:'FontAwesome'; font-size:10px; left:25px; font-weight:normal; margin-top:5px; color:#F90;}
.base-header-nav .base-header-main-menu>li>ul>li>ul>li>a {
	color: #EAEDEE;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	white-space: nowrap;
	display: block;
	padding: 0 20px;
	margin: 2px 0
}
.base-header-nav .base-header-main-menu>li>ul>li>ul>li>a:hover {
	text-decoration: underline
}
.base-header-nav-toggle {
	text-align: center;
	display: block;
	width: 30px;
	height: 20px;
	margin-top: 6px;
	float: right;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color:#FFF;
	
}
.base-header-nav-toggle i {
	font-size: 20px;
	line-height: 20px
}
.base-header-top-bar {
	display: none
}
@media (min-width:769px) {
.base-header-nav-toggle {
	display: none
}
.base-header-top-bar {
	background-color: #484F60;
	display: block
}
.base-header-top-bar .base-header-top-bar-container {
	display: table;
	width: 100%
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section {
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section:first-child {
	padding-left: 0
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section:last-child {
	padding-right: 0
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section.collapsed {
	width: 1%
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-header-contact {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	white-space: nowrap;
	margin: 0;
	padding: 0
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-header-contact a {
	color: #FFF
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-search-form {
	border-right: 2px #FFF solid;
	position: relative
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-search-form ::-webkit-input-placeholder {
color:rgba(255,255,255,.3);
font-weight:lighter
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-search-form :-moz-placeholder {
color:rgba(255,255,255,.3);
opacity:1;
font-weight:lighter
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-search-form ::-moz-placeholder {
color:rgba(255,255,255,.3);
opacity:1;
font-weight:lighter
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-search-form :-ms-input-placeholder {
color:rgba(255,255,255,.3);
font-weight:lighter
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-search-form :placeholder-shown {
color:rgba(255,255,255,.3);
font-weight:lighter
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-search-form .base-search-field {
	border: 0;
	background-color: #484F60;
	color: #FFF;
	font-weight: 300;
	line-height: 22px;
	display: block;
	width: 100%;
	padding: 0
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-search-form .base-search-submit {
	right: 30px;
	position: absolute;
	border: none;
	height: 20px;
	width: 15px;
	text-indent: -1000px;
	background-color: transparent;
	background-size: contain;
	background-position: center center;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAqCAYAAABLGYAnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0FCOTcxRUZFNDkyMTFFNUIxRTk4MEU0QTY0MThGODUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0FCOTcxRjBFNDkyMTFFNUIxRTk4MEU0QTY0MThGODUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QUI5NzFFREU0OTIxMUU1QjFFOTgwRTRBNjQxOEY4NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QUI5NzFFRUU0OTIxMUU1QjFFOTgwRTRBNjQxOEY4NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlGb1T0AAAK+SURBVHjavJhJaBRBFIa7Y0KiCZrEYCJMxLggxDWKOiBC3MCDh1H0IsSDF42CFy9eBCGoFz0KihAEt4MavOlBL8ZlQnBBTZyL20FUBjNq1LiN7f+gGn/Kbsfu6aoHH93z6tX7q6qrq6vGdSKa53l1uMwFTaAWjII8GHJdd8xJ2iA4A+wHD8EvL9h+gkGwD7QmIdoGzqrEUew7OA5a4grvAp9Ckr8Ct8E1kAX5kLh3YGsU0XHgZECi+2AnmBpSbzrYC4YD6h4GbilhF5wP6GWmZOU/OSrAtoDROFqqYo9W4Sqoj/nYmsGAlq87LDgNihTYB6rKnLATQD/l/AJmBw3VYwq6JxUTek0bwAvKfUUPyFDhD7Aw4XVitTb8aS68TgW9jgFT88e3075zivas2w2JryWNj2C8OLeQc9gxZGr94NdvRQX8HRRzy5Q4PjpFXO6Qa4mIp8jxxDFrQ3SfEvGJ5BgxLF6g+wYRL5Kj0rB4Nd1/E/H35Gg2LM75CyKeI8ciw+I8uXPyCnTS9B8pdz3/x6vWqFZP3+aIs0qJ+rbJkPhu0njKBSe0j4qbsLB08Dlp9HDhLG2J7U5Y/ADlHgNNekAvBcjerSMh4TXasz4UFFSvtky+vS73IyPrN/hAOXOgJix4JfhKwVIxE1N4u9q5cK72UpU2q30320Uw7z9F02pL7WmPcdVfH5uw54TLJTBJKxoAl8EgeAk+Azk+zQRLgYzSYq3OG7ABX7W7UYZtmrb7iGvrypk068GNCGJylivQ72zYuuFGaIQM7UawHCxQp9Q6dUp9Cx6Bm6BP7RGylL8Lw37GsWVo7Cnt1FNrU7wFjFIDDjo2TZ3VeVltsyleDZ5RAy7Y7n1Gexs6bTeAT0QPZA9vU3y+9tfKDtu9P0bi+bjn/rjik7Xt2hHbvd+jhM+BlG3xSrDM//1bgAEApmrxgShLKUoAAAAASUVORK5CYII=);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-header-social-links-list {
	display: table
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-header-social-links-list .base-header-social-link {
	display: table-cell;
	padding-left: 15px
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-header-social-links-list .base-header-social-link:first-child {
	padding-left: 0
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-header-social-links-list .base-header-social-link a {
	opacity: .3;
	-webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-header-social-links-list .base-header-social-link a:hover {
	opacity: 1
}
.base-header-top-bar .base-header-top-bar-container .base-header-top-bar-section .base-header-social-links-list .base-header-social-link a i {
	color: #FAFBFC;
	font-size: 20px;
	font-weight: 400
}
.base-main-nav-drawer {
	display: none
}
}
.base-main-nav-drawer {
	background-color: #484F60;
	width: 250px;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow-y: auto
}
.base-main-nav-drawer .base-header-main-menu {
	font-size: 0
}
.base-main-nav-drawer .base-header-main-menu>li {
	display: block
}
.base-main-nav-drawer .base-header-main-menu>li>a {
	border-bottom: 1px #F1592A solid;
	color: #F1592A;
	font-size: 18px;
	/*font-weight: 700;*/
	text-transform: uppercase;
	line-height: 38px;
	display: block;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
.ui-breadcrumbs.white .ui-breadcrumbs-item, .ui-breadcrumbs.white .ui-breadcrumbs-item .active, .ui-breadcrumbs.white .ui-breadcrumbs-item .active *, .ui-breadcrumbs.white .ui-breadcrumbs-item a, .ui-breadcrumbs.white .ui-breadcrumbs-item a *, .ui-button, .ui-button.blue, .ui-button.blue .glyph>i {
	color: #FFF
}
.base-main-nav-drawer .base-header-main-menu>li>ul {
	padding: 10px 0
}
.base-main-nav-drawer .base-header-main-menu>li>ul>li {
	display: block;
	margin: 0;
	padding: 0
}
.base-main-nav-drawer .base-header-main-menu>li>ul>li>a {
	color: #FFF;
	font-size: 14px;
	/*font-weight: 300;*/
	line-height: 24px;
	display: block;
	padding: 0 0 0 30px;
	margin: 3px 0
}
.base-main-nav-drawer .base-header-main-menu>li>ul>li>a:before{z-index: 99999999999;
position: absolute;
content: "\f105";
font-family: 'FontAwesome';
font-size: 10px;
left: 35px;
font-weight: normal;
margin-top: 0px;
color: #F90;}

.fx-ellipsis {
	white-space: nowrap;
	overflow: hidden
}
.fx-ellipsis.multiline {
	white-space: normal
}
@media (min-width:769px) {
.fx-lazy-fade-container.fx-lazy-fade-loaded .fx-lazy-fade-target {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.fx-lazy-fade-container .fx-lazy-fade-target {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all 1s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all 1s cubic-bezier(.075, .82, .165, 1);
	transition: all 1s cubic-bezier(.075, .82, .165, 1)
}
.ui-alternating-nodes.left .ui-alternating-node-items .ui-alternating-node-item:nth-child(odd) .ui-alternating-node-item-image {
	padding-left: 30px;
	text-align: center;
	float: right
}
.ui-alternating-nodes.left .ui-alternating-node-items .ui-alternating-node-item:nth-child(odd) .ui-alternating-node-item-content {
	padding: 0 30px 0 50px;
	float: left
}
.ui-alternating-nodes.left .ui-alternating-node-items .ui-alternating-node-item:nth-child(even) .ui-alternating-node-item-image {
	padding-right: 30px;
	text-align: center;
	float: left
}
.ui-alternating-nodes.left .ui-alternating-node-items .ui-alternating-node-item:nth-child(even) .ui-alternating-node-item-content {
	padding: 0 50px 0 30px;
	float: right
}
.ui-alternating-nodes.right .ui-alternating-node-items .ui-alternating-node-item:nth-child(even) .ui-alternating-node-item-image {
	padding-left: 30px;
	text-align: center;
	float: right
}
.ui-alternating-nodes.right .ui-alternating-node-items .ui-alternating-node-item:nth-child(even) .ui-alternating-node-item-content {
	padding: 0 30px 0 50px;
	float: left
}
.ui-alternating-nodes.right .ui-alternating-node-items .ui-alternating-node-item:nth-child(odd) .ui-alternating-node-item-image {
	padding-right: 30px;
	text-align: center;
	float: left
}
.ui-alternating-nodes.right .ui-alternating-node-items .ui-alternating-node-item:nth-child(odd) .ui-alternating-node-item-content {
	padding: 0 50px 0 30px;
	float: right
}
}
.ui-alternating-nodes.light-grey {
	background-color: #FAFBFC
}
.ui-alternating-nodes.white {
	background-color: #FFF
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item {
	padding: 20px 0
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item.light-grey {
	background-color: #FAFBFC
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item.white {
	background-color: #FFF
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-image {
	margin-bottom: 25px
}
@media (min-width:769px) {
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item {
	padding: 60px 0;
	zoom: 1
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item:after, .ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item:after {
	clear: both
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item:nth-child(even) .ui-alternating-node-item-image {
	float: left
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item:nth-child(even) .ui-alternating-node-item-content {
	padding: 0 0 0 30px;
	float: right
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-image {
	width: 50%;
	margin-bottom: 0;
	float: right
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-image img {
	max-width: 80%
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-content {
	width: 50%;
	padding: 0 30px 0 0;
	float: left
}
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-image img {
	max-width: 70%
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-content .ui-alternating-node-item-headline {
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
	margin: 0 0 25px
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-content .ui-alternating-node-item-paragraph {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin: 0 0 25px;
	padding: 0
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-content .ui-alternating-node-item-paragraph a {
	color: #0072bc;
	text-decoration: underline
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-content .ui-alternating-node-item-paragraph h2 {
	font-size: 25px;
	font-weight: 300;
	line-height: 35px
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-content .ui-alternating-node-item-paragraph ul {
	padding: 0
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-content .ui-alternating-node-item-paragraph ul>li {
	background: url(../../src/images/bullet-point-arrow.png) no-repeat;
	background-image: url(../../src/images/bullet-point-arrow.svg), none;
	color: #484F60;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	min-height: 22px;
	margin: 0;
	padding: 0 0 15px 30px
}
@media (min-width:769px) {
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-content .ui-alternating-node-item-paragraph ul>li {
	background-position: 0 5px;
	font-size: 18px;
	line-height: 30px
}
.ui-board-grid .ui-board-grid-item {
	display: inline-block;
	width: 33.333%;
	margin-bottom: 40px
}
}
.ui-alternating-nodes .ui-alternating-node-items .ui-alternating-node-item .ui-alternating-node-item-content .ui-alternating-node-item-paragraph ul>li>ul {
	margin-top: 10px
}
.ui-board-grid {
	font-size: 0;
	text-align: center
}
.ui-board-grid .ui-board-grid-item {
	padding: 0;
	position: relative
}
@media (min-width:1200px) {
.ui-board-grid .ui-board-grid-item {
	display: inline-block;
	width: 16.666%;
	margin-bottom: 0
}
}
.ui-board-grid .ui-board-grid-item:hover .ui-board-grid-item-image {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}
.ui-board-grid .ui-board-grid-item .ui-board-grid-item-click-target {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.ui-board-grid .ui-board-grid-item .ui-board-grid-item-content {
	padding: 20px
}
.ui-board-grid .ui-board-grid-item .ui-board-grid-item-content .ui-board-grid-item-name {
	color: #FAFBFC;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	display: block;
	height: 30px;
	margin-bottom: 10px;
	overflow-y: hidden
}
.ui-board-grid .ui-board-grid-item .ui-board-grid-item-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
@media (min-width:1200px) {
.ui-board-grid .ui-board-grid-item .ui-board-grid-item-image {
	width: 160px;
	height: 160px
}
}
.ui-board-grid .ui-board-grid-item .ui-board-grid-item-image img {
	min-width: 100%;
	position: absolute;
	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%)
}
.ui-breadcrumbs {
	font-size: 0;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0
}
.ui-breadcrumbs .ui-breadcrumbs-item {
	display: inline-block;
	padding: 0;
	margin: 0
}
.ui-breadcrumbs .ui-breadcrumbs-item:first-child::before, .ui-breadcrumbs .ui-breadcrumbs-item:first-child:before {
	content: "";
	padding: 0
}
.ui-breadcrumbs .ui-breadcrumbs-item::before, .ui-breadcrumbs .ui-breadcrumbs-item:before {
	content: "/";
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	padding: 0 10px
}
.ui-breadcrumbs .ui-breadcrumbs-item .active, .ui-breadcrumbs .ui-breadcrumbs-item a {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px
}
@media (min-width:769px) {
.ui-breadcrumbs .ui-breadcrumbs-item .active, .ui-breadcrumbs .ui-breadcrumbs-item a {
	font-size: 18px
}
}
.ui-breadcrumbs .ui-breadcrumbs-item .active {
	font-weight: 700
}
.ui-breadcrumbs .ui-breadcrumbs-item a:hover {
	text-decoration: underline
}
.ui-button {
	border: 1px solid #484F60;
	background-color: #484F60;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-block;
	padding: 0 50px;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.ui-button.block {
	display: block
}
.ui-button.blue {
	border-color: #0072bc;
	background-color: #0072bc
}
.ui-button.blue.hollow {
	background-color: transparent;
	color: #0072bc
}
.ui-button.blue.hollow .glyph>i {
	color: #0072bc
}
.ui-button.bold {
	font-weight: 700
}
.ui-button.left-aligned {
	text-align: left;
	padding: 0 80px 0 20px
}
.ui-button.less-padding {
	padding: 0 20px
}
.ui-button.no-text-transform {
	text-transform: none
}
.ui-button.orange {
	border-color: #F1592A;
	background-color: #F1592A;
	color: #FFF
}
.ui-button.orange .glyph>i {
	color: #FFF
}
.ui-button.orange.hollow {
	background-color: transparent;
	color: #F1592A
}
.ui-button.orange.hollow .glyph>i {
	color: #F1592A
}
.ui-button.small {
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px
}
.ui-button.small.with-glyph.with-glyph-right {
	padding-right: 35px
}
.ui-button.white {
	border-color: #FFF;
	background-color: #FFF;
	color: #484F60
}
.ui-button.white .glyph>i {
	color: #484F60
}
.ui-button.white.hollow {
	background-color: transparent;
	color: #FFF
}
.ui-button.white.hollow .glyph>i {
	color: #FFF
}
.ui-button.with-glyph {
	position: relative
}
.ui-button.with-glyph.animate-on-hover:hover.with-glyph-left .glyph {
	left: 10px
}
.ui-button.with-glyph.animate-on-hover:hover.with-glyph-right .glyph {
	right: 10px
}
.ui-button.with-glyph .glyph {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all .4s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .4s cubic-bezier(.075, .82, .165, 1);
	transition: all .4s cubic-bezier(.075, .82, .165, 1)
}
.ui-button.with-glyph.with-glyph-left .glyph {
	left: 15px
}
.ui-button.with-glyph.with-glyph-right .glyph {
	right: 15px
}
.ui-button.with-shadow {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.ui-button.yellow-border {
	color: #FCB040;
	background-color: #3D4350;
	border: 1px solid rgba(252,176,64,.5);
	font-size: 16px
}
.ui-button.yellow-border .glyph>i {
	color: #FCB040
}
.ui-button.yellow {
	border-color: #FCB040;
	background-color: #FCB040;
	color: #484F60
}
.ui-button.yellow .glyph>i {
	color: #484F60
}
.ui-careers-list .ui-careers-list-item {
	border: 1px solid #9DA0A7;
	background-color: #FAFBFC;
	padding: 27px 30px;
	margin-top: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	zoom: 1
}
.ui-careers-list .ui-careers-list-item:after, .ui-careers-list .ui-careers-list-item:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.ui-careers-list .ui-careers-list-item:first-child {
	margin-top: 0
}
.ui-careers-list .ui-careers-list-item .ui-careers-list-item-action {
	text-align: left
}
@media (min-width:769px) {
.ui-careers-list .ui-careers-list-item {
	display: table;
	width: 100%
}
.ui-careers-list .ui-careers-list-item .ui-careers-list-item-action {
	display: table-cell;
	width: 1%;
	text-align: right;
	vertical-align: middle
}
}
.ui-careers-list .ui-careers-list-item .ui-careers-list-item-content {
	text-align: left;
	margin-bottom: 15px
}
.ui-color-bar, .ui-diagram-breakout {
	text-align: center
}
@media (min-width:769px) {
.ui-careers-list .ui-careers-list-item .ui-careers-list-item-content {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0
}
}
.ui-careers-list .ui-careers-list-item .ui-careers-list-item-content .ui-careers-list-item-region {
	color: #484F60;
	font-size: 20px;
	font-weight: 500;
	line-height: 23px
}
.ui-careers-list .ui-careers-list-item .ui-careers-list-item-content .ui-careers-list-item-title {
	color: #0072bc;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px
}
.ui-color-bar {
	background-color: #F2F2F2;
	position: relative
}
.ui-color-bar.blue {
	background-color: #0072bc
}
.ui-color-bar.blue .ui-color-bar-call-to-action .ui-button {
	color: #0072bc
}
.ui-color-bar.blue .ui-color-bar-divider .ui-color-bar-divider-path {
	stroke: #FFF
}
.ui-color-bar.blue .ui-color-bar-headline, .ui-color-bar.blue .ui-color-bar-headline *, .ui-color-bar.blue .ui-color-bar-paragraph, .ui-color-bar.blue .ui-color-bar-paragraph * {
	border-color: #FFF;
	color: #FFF
}
.ui-color-bar.circles {
	background-image: url(../../src/images/concentric-circle-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover
}
.ui-color-bar.green {
	background-color: #0B9444
}
.ui-color-bar.green .ui-color-bar-call-to-action .ui-button {
	color: #0B9444
}
.ui-color-bar.green .ui-color-bar-divider .ui-color-bar-divider-path {
	stroke: #FFF
}
.ui-color-bar.green .ui-color-bar-headline, .ui-color-bar.green .ui-color-bar-headline *, .ui-color-bar.green .ui-color-bar-paragraph, .ui-color-bar.green .ui-color-bar-paragraph * {
	border-color: #FFF;
	color: #FFF
}
.ui-color-bar.light-grey {
	background-color: #FAFBFC
}
.ui-color-bar.light-grey .ui-color-bar-divider .ui-color-bar-divider-path {
	stroke: #484F60
}
.ui-color-bar.light-grey .ui-color-bar-headline, .ui-color-bar.light-grey .ui-color-bar-headline *, .ui-color-bar.light-grey .ui-color-bar-paragraph, .ui-color-bar.light-grey .ui-color-bar-paragraph * {
	border-color: #484F60;
	color: #484F60
}
.ui-color-bar.orange {
	background-color: #F1592A
}
.ui-color-bar.orange .ui-color-bar-divider .ui-color-bar-divider-path {
	stroke: #FFF
}
.ui-color-bar.white .ui-color-bar-divider .ui-color-bar-divider-path, .ui-divider .ui-divider-path {
	stroke: #484F60
}
.ui-color-bar.orange .ui-color-bar-headline, .ui-color-bar.orange .ui-color-bar-headline *, .ui-color-bar.orange .ui-color-bar-paragraph, .ui-color-bar.orange .ui-color-bar-paragraph * {
	border-color: #FFF;
	color: #FFF
}
.ui-color-bar.white {
	background-color: #FFF
}
.ui-color-bar.white .ui-color-bar-headline, .ui-color-bar.white .ui-color-bar-headline *, .ui-color-bar.white .ui-color-bar-paragraph, .ui-color-bar.white .ui-color-bar-paragraph * {
	border-color: #9DA0A7;
	color: #9DA0A7
}
.ui-color-bar .ui-color-bar-headline {
	margin-bottom: 25px
}
.ui-color-bar .ui-color-bar-headline a {
	border-bottom: 1px #FFF solid
}
.ui-color-bar .ui-color-bar-background-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .07;
	z-index: 0
}
.ui-color-bar .ui-color-bar-content-block {
	margin-top: 20px
}
@media (min-width:769px) {
.ui-color-bar .ui-color-bar-headline {
	margin-bottom: 35px
}
.ui-color-bar .ui-color-bar-content-block {
	margin-top: 30px
}
}
.ui-color-bar .ui-color-bar-content-block:first-child {
	margin-top: 0
}
.ui-color-bar .ui-color-bar-content-block:last-child .ui-section-headline {
	margin-bottom: 0
}
.ui-color-bar .ui-color-bar-paragraph, .ui-color-bar .ui-color-bar-paragraph p {
	color: #9DA0A7;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	margin: 0;
	padding: 0
}
.ui-color-bar .ui-color-bar-paragraph a, .ui-color-bar .ui-color-bar-paragraph p a {
	text-decoration: underline
}
.ui-diagram-breakout.light-grey {
	background-color: #FAFBFC
}
.ui-diagram-breakout.white {
	background-color: #FFF
}
.ui-diagram-breakout .ui-diagram-breakout-main {
	zoom: 1
}
.ui-diagram-breakout .ui-diagram-breakout-main:after, .ui-diagram-breakout .ui-diagram-breakout-main:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.ui-diagram-breakout .ui-diagram-breakout-main .ui-diagram-breakout-image-container {
	position: relative
}
@media (min-width:769px) {
.ui-color-bar .ui-color-bar-paragraph, .ui-color-bar .ui-color-bar-paragraph p {
	font-size: 20px;
	line-height: 35px;
	padding: 0 40px
}
.ui-diagram-breakout.right .ui-diagram-breakout-main .ui-diagram-breakout-image-container {
	float: right
}
.ui-diagram-breakout.right .ui-diagram-breakout-main .ui-diagram-breakout-image-container .ui-diagram-breakout-breakout-content {
	left: auto;
	right: 80%
}
.ui-diagram-breakout .ui-diagram-breakout-main .ui-diagram-breakout-image-container {
	width: 55%
}
}
.ui-diagram-breakout .ui-diagram-breakout-main .ui-diagram-breakout-image-container .ui-diagram-breakout-breakout-content {
	border: 1px solid #9DA0A7;
	background-color: #FFF;
	text-align: left;
	width: 100%;
	margin-top: 20px;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2)
}
@media (min-width:769px) {
.ui-diagram-breakout .ui-diagram-breakout-main .ui-diagram-breakout-image-container .ui-diagram-breakout-breakout-content {
	margin: 0;
	position: absolute;
	left: 80%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
}
.ui-diagram-breakout .ui-diagram-breakout-main .ui-diagram-breakout-image-container .ui-diagram-breakout-image {
	border: 1px solid #B4B5B4;
	background-color: #FFF
}
.ui-diagram-breakout .ui-diagram-breakout-main .ui-diagram-breakout-image-container .ui-diagram-breakout-image img {
	max-width: 100%
}
.ui-diagram-breakout .ui-diagram-breakout-divider {
	margin-bottom: 45px
}
.ui-diagram-breakout .ui-diagram-breakout-paragraph {
	padding: 0 0 40px
}
.ui-divider {
	font-size: 0
}
.ui-node-grid.blue .ui-node-grid-divider .ui-node-grid-divider-path, .ui-node-grid.green .ui-node-grid-divider .ui-node-grid-divider-path {
	stroke: #FFF
}
.ui-event-grid .ui-event-grid-item {
	padding: 0 0 80px
}
.ui-event-grid .ui-event-grid-item .ui-event-grid-item-date {
	border: 1px solid #9DA0A7;
	background-color: #F2F2F2;
	color: #484F60;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 0 20px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px rgba(0,0,0,.1)
}
.ui-event-grid .ui-event-grid-item .ui-event-grid-item-headline {
	height: 70px;
	margin-bottom: 10px;
	overflow-y: hidden
}
.ui-event-grid .ui-event-grid-item .ui-event-grid-item-headline a {
	color: #484F60;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px
}
.ui-event-grid .ui-event-grid-item .ui-event-grid-item-image {
	background-color: #F2F2F2;
	display: block;
	height: 0;
	padding-bottom: 55%
}
.ui-event-grid .ui-event-grid-item .ui-event-grid-item-paragraph {
	color: #9DA0A7;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	height: 21px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
	margin: 0 0 20px;
	padding: 0
}
.ui-event-grid .ui-event-grid-item .ui-event-grid-item-tag {
	border: 1px solid #F1592A;
	background-color: #FFF;
	color: #F1592A;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 10px
}
.ui-filmstrip {
	font-size: 0;
	text-align: center
}
.ui-filmstrip.light-grey {
	background-color: #FAFBFC
}
.ui-filmstrip.light-grey .ui-filmstrip-items-fade.left {
	background: -moz-linear-gradient(left, #fafbfc 0, rgba(250,251,252,0) 100%);
	background: -webkit-linear-gradient(left, #fafbfc 0, rgba(250,251,252,0) 100%);
	background: linear-gradient(to right, #fafbfc 0, rgba(250,251,252,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#00fafbfc', GradientType=1 )
}
.ui-filmstrip.light-grey .ui-filmstrip-items-fade.right {
	background: -moz-linear-gradient(left, rgba(250,251,252,0) 0, #fafbfc 100%);
	background: -webkit-linear-gradient(left, rgba(250,251,252,0) 0, #fafbfc 100%);
	background: linear-gradient(to right, rgba(250,251,252,0) 0, #fafbfc 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafbfc', endColorstr='#fafbfc', GradientType=1 )
}
.ui-filmstrip.white {
	background-color: #FFF
}
.ui-filmstrip.white .ui-filmstrip-items-fade.left {
	background: -moz-linear-gradient(left, #fff 0, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, #fff 0, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, #fff 0, rgba(255,255,255,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1 )
}
.ui-filmstrip.white .ui-filmstrip-items-fade.right {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, #fff 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, #fff 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0, #fff 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1 )
}
.ui-filmstrip .ui-filmstrip-items-mask {
	height: 150px;
	overflow-x: hidden;
	position: relative
}
.ui-filmstrip .ui-filmstrip-items-mask.release {
	height: auto;
	overflow: auto
}
.ui-filmstrip .ui-filmstrip-items-mask-animator {
	position: relative
}
.ui-filmstrip .ui-filmstrip-items {
	display: block;
	position: relative;
	-webkit-transition: all 2.5s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all 2.5s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all 2.5s cubic-bezier(.075, .82, .165, 1);
	transition: all 2.5s cubic-bezier(.075, .82, .165, 1)
}
.ui-filmstrip .ui-filmstrip-items .ui-filmstrip-item {
	display: inline-block;
	width: 50%;
	height: 150px;
	position: relative
}
@media (min-width:769px) {
.ui-filmstrip .ui-filmstrip-items .ui-filmstrip-item {
	width: 16.666%
}
}
.ui-filmstrip .ui-filmstrip-items .ui-filmstrip-item .ui-filmstrip-item-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%
}
.ui-filmstrip .ui-filmstrip-items-fade {
	background-color: #484F60;
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0
}
.ui-filmstrip .ui-filmstrip-items-fade.left {
	left: 0
}
.ui-filmstrip .ui-filmstrip-items-fade.right {
	right: 0
}
.ui-filter-container .ui-filter-dropdown {
	position: relative
}
.ui-filter-container .ui-filter-dropdown.active ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.ui-filter-container .ui-filter-dropdown .ui-filter-dropdown-label {
	border: 1px solid #0057B8;
	background-color: #FFF;
	color: #0057B8;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
	padding: 10px 40px 10px 15px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2)
}
@media (min-width:769px) {
.ui-filter-container {
	display: table;
	width: 1%
}
.ui-filter-container .ui-filter-dropdown {
	display: table-cell;
	width: 1%
}
.ui-filter-container .ui-filter-dropdown .ui-filter-dropdown-label {
	width: 300px
}
}
.ui-filter-container .ui-filter-dropdown .ui-filter-dropdown-label .glyph {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.ui-filter-container .ui-filter-dropdown .ui-filter-dropdown-label .glyph i {
	color: #0057B8
}
.ui-filter-container .ui-filter-dropdown ul {
	background-color: #FFF;
	display: block;
	max-height: 207px;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	left: 4px;
	right: 4px;
	z-index: 1;
	overflow-x: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
.ui-filter-container .ui-filter-dropdown ul li a:hover, .ui-hidden-content.light-grey {
	background-color: #FAFBFC
}
.ui-filter-container .ui-filter-dropdown ul li {
	margin: 0;
	padding: 0
}
.ui-filter-container .ui-filter-dropdown ul li a {
	color: #484F60;
	font-size: 18px;
	font-weight: 300;
	display: block;
	padding: 10px 15px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis
}
.ui-filter-container .ui-filter-label {
	display: none
}
@media (min-width:769px) {
.ui-filter-container .ui-filter-label {
	color: #484F60;
	font-size: 18px;
	font-weight: 300;
	white-space: nowrap;
	display: table-cell;
	width: 1%;
	padding-right: 20px
}
}
.ui-hidden-content.white {
	background-color: #FFF
}
.ui-hidden-content .ui-hidden-content-download {
	margin-top: 40px
}
.ui-hr {
	border: 0;
	background-color: #9DA0A7;
	display: block;
	height: 1px;
	margin: 25px 0;
	padding: 0
}
.ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-1:after, .ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-1:before, .ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-2:after, .ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-2:before, .ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-3:after, .ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-3:before {
	display: block;
	height: 0;
	content: "\0020";
	overflow: hidden
}
@media (min-width:769px) {
.ui-hr {
	margin: 40px 0
}
}
.ui-hubspot.border-top {
	border-top: 1px #9DA0A7 solid
}
.ui-hubspot .ui-hubspot-form {
	width: 90%;
	margin: 0 auto
}
.ui-hubspot .ui-hubspot-form .hbspt-form fieldset {
	margin-top: 5px
}
@media (min-width:769px) {
.ui-hubspot .ui-hubspot-form .hbspt-form fieldset {
	margin-top: 15px
}
}
.ui-hubspot .ui-hubspot-form .hbspt-form fieldset:first-child {
	margin-top: 0
}
.ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-1 {
	max-width: inherit;
	zoom: 1
}
.ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-1 .hs-form-field {
	width: 100%
}
.ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-2 {
	max-width: inherit;
	zoom: 1
}
.ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-3 {
	max-width: inherit;
	zoom: 1
}
@media (min-width:769px) {
.ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-2 .hs-form-field {
	width: 50%;
	padding-left: 10px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-2 .hs-form-field:first-child {
	padding-left: 0;
	padding-right: 10px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-3 .hs-form-field {
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-3 .hs-form-field:first-child {
	padding-left: 0
}
.ui-hubspot .ui-hubspot-form .hbspt-form .form-columns-3 .hs-form-field:last-child {
	padding-right: 0
}
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field {
	padding-bottom: 20px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field label {
	color: #484F60;
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-bottom: 5px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input {
	border: 1px solid #9DA0A7;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input input {
	border: 0;
	background-color: transparent;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input select {
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
	height: 40px;
	border: none;
	box-shadow: none;
	background: 0 0;
	-webkit-appearance: none
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input textarea {
	border: 0;
	background-color: transparent;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 200px;
	padding: 0 15px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input .inputs-list {
	list-style: none;
	margin: 0
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input .inputs-list li {
	border-top: 1px #9DA0A7 solid;
	padding: 10px 0;
	margin: 0 10px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input .inputs-list li:first-child {
	border-top: 0
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input .inputs-list li label {
	display: block;
	margin: 0;
	zoom: 1
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input .inputs-list li label:after, .ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input .inputs-list li label:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input .inputs-list li label input {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	top: 2px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs-form-field .input .inputs-list li label span {
	font-size: 16px;
	line-height: 20px;
	margin-left: 10px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs_submit {
	margin-top: 30px
}
.ui-hubspot .ui-hubspot-form .hbspt-form .hs_submit .actions input[type=submit] {
	border: 0;
	background-color: #0072bc;
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.ui-hubspot .ui-hubspot-headline {
	color: #484F60;
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	margin: 0 0 20px
}
.ui-investors-grid .ui-investors-grid-item {
	border: 1px solid #F2F2F2;
	background-color: #FFF;
	display: block;
	padding-bottom: 100%;
	margin-bottom: 30px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.ui-investors-grid .ui-investors-grid-item img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	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%)
}
.ui-large-hero {
	background-color: rgba(61,67,80,.7);
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative
}
.ui-large-hero.aqua .ui-large-hero-content-button .ui-button.white {
	color: #2688AF
}
.ui-large-hero.aqua .ui-large-hero-color-bar-rectangle {
	background-color: #2688AF
}
.ui-large-hero.aqua .ui-large-hero-color-bar-triangle-path {
	fill: #2688AF
}
.ui-large-hero.black .ui-large-hero-color-bar-rectangle {
	background-color: #484F60
}
.ui-large-hero.black .ui-large-hero-color-bar-triangle-path {
	fill: #484F60
}
.ui-large-hero.blue .ui-large-hero-content-button .ui-button.white {
	color: #0072bc
}
.ui-large-hero.blue .ui-large-hero-color-bar-rectangle {
	background-color: #0072bc
}
.ui-large-hero.blue .ui-large-hero-color-bar-triangle-path {
	fill: #0072bc
}
.ui-large-hero.green .ui-large-hero-content-button .ui-button.white {
	color: #0B9444
}
.ui-large-hero.green .ui-large-hero-color-bar-rectangle {
	background-color: #0B9444
}
.ui-large-hero.green .ui-large-hero-color-bar-triangle-path {
	fill: #0B9444
}
.ui-large-hero.orange .ui-large-hero-content-button .ui-button.white {
	color: #F1592A
}
.ui-large-hero.orange .ui-large-hero-color-bar-rectangle {
	background-color: #F1592A
}
.ui-large-hero.orange .ui-large-hero-color-bar-triangle-path {
	fill: #F1592A
}
.ui-large-hero.royal-blue .ui-large-hero-color-bar-rectangle {
	background-color: #0057B8
}
.ui-large-hero.royal-blue .ui-large-hero-color-bar-triangle-path {
	fill: #0057B8
}
.ui-large-hero .ui-large-hero-content-container {
	padding: 30px 0;
	position: relative;
	z-index: 1
}
@media (min-width:769px) {
.ui-hubspot .ui-hubspot-headline {
	font-size: 30px;
	line-height: 30px
}
.ui-large-hero .ui-large-hero-content-container {
	padding: 30px 0
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-color-bar {
	position: absolute;
	top: 0;
	right: 150px;
	left: 0;
	bottom: 0;
	z-index: 1
}
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-color-bar .ui-large-hero-color-bar-rectangle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .85
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-color-bar .ui-large-hero-color-bar-triangle {
	display: none
}
@media (min-width:769px) {
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-color-bar .ui-large-hero-color-bar-rectangle {
	right: 324px
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-color-bar .ui-large-hero-color-bar-triangle {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-color-bar .ui-large-hero-color-bar-triangle svg, .ui-large-hero .ui-large-hero-content-container .ui-large-hero-color-bar .ui-large-hero-color-bar-triangle svg g, .ui-large-hero .ui-large-hero-content-container .ui-large-hero-color-bar .ui-large-hero-color-bar-triangle svg path {
	height: 100%
}
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content {
	text-align: center;
	position: relative;
	z-index: 1
}
@media (min-width:769px) {
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content {
	text-align: left;
	margin-right: 400px
}
}
@media (min-width:1200px) {
.ui-large-hero .ui-large-hero-content-container {
	padding: 60px
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content {
	text-align: left;
	margin-right: 310px
}
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content .ui-large-hero-content-breadcrumbs {
	display: none
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content .ui-large-hero-content-button {
	margin-top: 30px
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content .ui-large-hero-content-headline {
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	margin: 0
}
@media (min-width:769px) {
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content .ui-large-hero-content-breadcrumbs {
	border-bottom: 1px #FFF solid;
	display: block;
	padding: 30px 0
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content .ui-large-hero-content-headline {
	font-size: 50px;
	line-height: 68px;
	max-height: 136px;
	overflow-y: hidden
}
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content .ui-large-hero-content-headline * {
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
	line-height: 35px
}
@media (min-width:769px) {
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content .ui-large-hero-content-headline * {
	font-size: 50px;
	line-height: 68px
}
}
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content .ui-large-hero-content-paragraph {
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px
}
@media (min-width:769px) {
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content .ui-large-hero-content-paragraph {
	font-size: 22px;
	line-height: 34px
}
}
@media (min-width:1200px) {
.ui-large-hero .ui-large-hero-content-container .ui-large-hero-content .ui-large-hero-content-paragraph {
	font-size: 30px;
	line-height: 41px
}
}
.ui-large-hero .ui-large-hero-background-image-overlay {
	background-color: #484F60;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .4;
	z-index: 0
}
@media (min-width:769px) {
.ui-large-hero .ui-large-hero-background-image-overlay {
	opacity: .7
}
}
.ui-link-grid .ui-link-grid-item .ui-link-grid-item-tag.empty, .ui-sticky-nav-placeholder {
	opacity: 0;
	visibility: hidden
}
.ui-link-grid {
	zoom: 1
}
.ui-link-grid:after, .ui-link-grid:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.ui-link-grid .ui-link-grid-item {
	padding: 0 0 80px
}
.ui-link-grid .ui-link-grid-item .ui-link-grid-item-date {
	border: 1px solid #9DA0A7;
	background-color: #F2F2F2;
	color: #484F60;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	display: block;
	height: 42px;
	padding: 0 20px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.1);
	box-shadow: 0 0 2px rgba(0,0,0,.1)
}
.ui-link-grid .ui-link-grid-item .ui-link-grid-item-headline {
	margin-bottom: 30px
}
@media (min-width:769px) {
.ui-link-grid .ui-link-grid-item .ui-link-grid-item-headline a {
	display: block;
	height: 160px;
	overflow-y: hidden
}
}
.ui-link-grid .ui-link-grid-item .ui-link-grid-item-headline a {
	color: #484F60;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px
}
.ui-link-grid .ui-link-grid-item .ui-link-grid-item-image {
	border: 1px solid #9DA0A7;
	border-bottom: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	height: 0;
	padding-bottom: 55%
}
.ui-node-grid.blue, .ui-node-grid.green {
	background-image: url(../../src/images/concentric-circle-bg.png);
	background-position: top center
}
.ui-node-grid .ui-node-grid-item .ui-node-grid-item-icon, .ui-node-grid.blue, .ui-node-grid.green, .ui-small-hero, .ui-team-grid .ui-team-grid-item .ui-team-grid-item-image {
	background-size: cover;
	background-repeat: no-repeat
}
.ui-link-grid .ui-link-grid-item .ui-link-grid-item-paragraph {
	color: #9DA0A7;
	font-size: 18px;
	line-height: 21px;
	margin: 0;
	padding: 0
}
.ui-link-grid .ui-link-grid-item .ui-link-grid-item-tag {
	border: 1px solid #F1592A;
	background-color: #FFF;
	color: #F1592A;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	white-space: nowrap;
	display: inline-block;
	max-width: 100%;
	height: 32px;
	padding: 0 15px;
	margin-bottom: 10px;
	overflow-x: hidden;
	text-overflow: ellipsis
}
.ui-node-grid.blue .ui-node-grid-headline, .ui-node-grid.blue .ui-node-grid-item .ui-node-grid-item-headline, .ui-node-grid.blue .ui-node-grid-item .ui-node-grid-item-paragraph, .ui-node-grid.green .ui-node-grid-headline, .ui-node-grid.green .ui-node-grid-item .ui-node-grid-item-headline, .ui-node-grid.green .ui-node-grid-item .ui-node-grid-item-paragraph {
	color: #FFF
}
.ui-node-grid {
	text-align: center
}
.ui-node-grid.blue {
	background-color: #0072bc
}
.ui-node-grid.green {
	background-color: #0B9444
}
.ui-node-grid .ui-node-grid-divider .ui-node-grid-divider-path, .ui-node-grid.white .ui-node-grid-divider .ui-node-grid-divider-path {
	stroke: #484F60
}
.ui-node-grid.white {
	background-color: #FAFBFC
}
.ui-node-grid.white .ui-node-grid-headline, .ui-node-grid.white .ui-node-grid-item .ui-node-grid-item-headline, .ui-node-grid.white .ui-node-grid-item .ui-node-grid-item-paragraph {
	color: #484F60
}
.ui-node-grid .ui-node-grid-divider {
	margin-bottom: 40px
}
.ui-node-grid .ui-node-grid-headline {
	color: #484F60;
	font-size: 40px;
	font-weight: 300;
	line-height: 47px;
	margin: 0 0 30px
}
.ui-node-grid .ui-node-grid-item {
	padding-bottom: 30px
}
.ui-node-grid .ui-node-grid-item .ui-node-grid-item-headline {
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	white-space: nowrap;
	margin: 0;
	overflow-x: hidden;
	text-overflow: ellipsis
}
.ui-node-grid .ui-node-grid-item .ui-node-grid-item-icon {
	background-position: center center;
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}
@media (min-width:769px) {
.ui-node-grid .ui-node-grid-item {
	padding-bottom: 40px
}
.ui-node-grid .ui-node-grid-item .ui-node-grid-item-icon {
	margin-bottom: 15px
}
.ui-node-grid .ui-node-grid-item .ui-node-grid-item-paragraph {
	height: 90px;
	padding: 0 20px;
	overflow-y: hidden
}
}
.ui-node-grid .ui-node-grid-item .ui-node-grid-item-paragraph {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
	padding: 0 20px
}
.ui-node-grid .ui-node-grid-item .ui-node-grid-item-paragraph a {
	color: #484F60;
	font-weight: 700;
	text-decoration: underline
}
.ui-pagination {
	text-align: center;
	position: relative;
	height: 50px;
	zoom: 1
}
.ui-pagination:after, .ui-pagination:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
@media (min-width:769px) {
.ui-pagination {
	padding: 0 200px
}
}
.ui-pagination a, .ui-pagination span {
	border: 1px solid #EAEDEE;
	background-color: #FFF;
	color: #0072bc;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px
}
.ui-pagination a.current, .ui-pagination span.current {
	border-color: #0072bc
}
.ui-pagination a.next, .ui-pagination span.next {
	border-color: #0072bc;
	width: 49%;
	float: right;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.ui-pagination a.page-numbers, .ui-pagination span.page-numbers {
	display: none
}
@media (min-width:769px) {
.ui-pagination a.next, .ui-pagination span.next {
	width: 175px;
	position: absolute;
	top: 0;
	right: 0
}
.ui-pagination a.page-numbers, .ui-pagination span.page-numbers {
	display: inline-block;
	margin: 0 5px;
	padding: 0 20px
}
}
.ui-pagination a.page-numbers.next, .ui-pagination a.page-numbers.prev, .ui-pagination span.page-numbers.next, .ui-pagination span.page-numbers.prev {
	display: block
}
.ui-pagination a.prev, .ui-pagination span.prev {
	border-color: #0072bc;
	width: 49%;
	float: left;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.ui-resource-grid .ui-resource-grid-items {
	zoom: 1
}
.ui-resource-grid .ui-resource-grid-items:after, .ui-resource-grid .ui-resource-grid-items:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.ui-resource-grid .ui-resource-grid-items .ui-resource-grid-item {
	margin-bottom: 50px
}
@media (min-width:769px) {
.ui-pagination a.prev, .ui-pagination span.prev {
	width: 175px;
	float: none;
	position: absolute;
	top: 0;
	left: 0
}
.ui-resource-grid .ui-resource-grid-items .ui-resource-grid-item {
	border-bottom: 1px #9DA0A7 solid;
	width: 33.3333%;
	padding: 0 30px 80px 0;
	margin-bottom: 90px;
	float: left
}
.ui-resource-grid .ui-resource-grid-items .ui-resource-grid-item .ui-resource-grid-item-headline {
	height: 150px;
	overflow-y: hidden
}
}
.ui-resource-grid .ui-resource-grid-items .ui-resource-grid-item .ui-resource-grid-item-headline {
	margin-bottom: 30px
}
.ui-resource-grid .ui-resource-grid-items .ui-resource-grid-item .ui-resource-grid-item-headline a {
	color: #484F60;
	font-size: 30px;
	font-weight: 300;
	line-height: 35px
}
.ui-resource-grid .ui-resource-grid-items .ui-resource-grid-item .ui-resource-grid-item-image {
	background-color: #FAFBFC;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	padding-bottom: 55%
}
.ui-section.no-bottom-padding .ui-section-container {
	padding-bottom: 0
}
.ui-section.no-top-padding .ui-section-container {
	padding-top: 0
}
.ui-section-headline {
	color: #484F60;
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	margin: 0 0 25px
}
@media (min-width:769px) {
.ui-section .ui-section-container {
	padding: 80px 0
}
.ui-section-headline {
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 45px
}
}
.ui-section-headline.centered {
	text-align: center
}
.ui-section-headline.small {
	font-size: 30px;
	margin: 0 0 15px
}
.ui-section-headline.white {
	color: #FFF
}
.ui-section-headline .left-align {
	display: inline-block;
	width: 75%
}
.ui-section-headline .ui-section-headline-image {
	float: right;
	width: 25%;
	height: 100px
}
.ui-section-headline .ui-section-headline-image img {
	padding: 4px 0;
	max-width: 100%;
	height: 100%
}
.contact-form-container .contact-form .hbspt-form .form-columns-1, .contact-form-container .contact-form .hbspt-form .form-columns-2, .contact-form-container .contact-form .hbspt-form .form-columns-3, .ui-sidebar-widget .hbspt-form .form-columns-1 {
	max-width: inherit;
	zoom: 1
}
.ui-sidebar-widget>div {
	margin-top: 45px
}
.ui-sidebar-widget>div:first-child {
	margin-top: 0
}
.ui-sidebar-widget>div h3 {
	border-bottom: 4px #0072bc solid;
	color: #0072bc;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 0 0 15px
}
.ui-sidebar-widget .hbspt-form fieldset {
	margin-top: 15px
}
.ui-sidebar-widget .hbspt-form fieldset:first-child {
	margin-top: 0
}
.ui-sidebar-widget .hbspt-form .form-columns-1:after, .ui-sidebar-widget .hbspt-form .form-columns-1:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.ui-sidebar-widget .hbspt-form .form-columns-1 .hs-form-field {
	width: 100%
}
.ui-sidebar-widget .hbspt-form .hs-form-field label {
	color: #484F60;
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-bottom: 5px
}
.ui-sidebar-widget .hbspt-form .hs-form-field .input {
	border: 1px solid #9DA0A7;
	background-color: #F2F2F2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.ui-sidebar-widget .hbspt-form .hs-form-field .input input {
	border: 0;
	background-color: transparent;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	height: 40px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	-ms-box-shadow: 0;
	box-shadow: 0
}
.ui-sidebar-widget .hbspt-form .hs_submit {
	margin-top: 10px
}
.ui-sidebar-widget .hbspt-form .hs_submit .actions {
	margin: 0;
	padding: 0
}
.ui-sidebar-widget .hbspt-form .hs_submit .actions input[type=submit] {
	border: 0;
	background-color: #F1592A;
	background-image: none;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	box-sizing: border-box;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.ui-sidebar-widget .widget_recent_entries ul li {
	padding-top: 40px
}
.ui-sidebar-widget .widget_recent_entries ul li:first-child {
	padding-top: 0
}
.ui-sidebar-widget .widget_recent_entries ul li a {
	color: #484F60;
	font-size: 20px;
	line-height: 27px
}
.ui-sidebar-widget .widget_search>form>div {
	border: 1px solid #9DA0A7;
	background-color: #F2F2F2;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	zoom: 1
}
.ui-sidebar-widget .widget_search>form>div:after, .ui-sidebar-widget .widget_search>form>div:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.ui-sidebar-widget .widget_search>form>div:after {
	clear: both
}
.ui-sidebar-widget .widget_search>form>div label {
	display: none
}
.ui-sidebar-widget .widget_search>form>div input[type=submit] {
	border: 0;
	background-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAWCAYAAADNX8xBAAAABGdBTUEAALGPC/xhBQAAAq1JREFUOBGVlD1oU1EUx5OXYIJNs6jFtAYdrEsNtDRBFD9wyNAOtSpk00GhaUqioCGDInZRR8lgk3YR1MWAmxQpxZYOQQlBtyIqThqDBWsHCTUf/s7Lu/Gl5lW8cO/5+J9z7rnnnnvtNosxPT2tlcvlw/V6fQATN7PkdrvfpNPpcicX+1YlAdylUulqo9G4AtZrxu12ex39osPhuJ3JZF61YWYhGo32Y/gMXcCs78A3NE27l81mbyrMoZipqSk/x1hB7lc66E+yeAF9B/0B7TMwOxueGB4e7i4Wiwui0wzAVqvVHsLvM+QaO17zer09s7OzY3Nzc2egR5xO5xD4ovKBXucUoyLrNYrFYiMEmjcMJMg4aT835DaSSCRcm5ubC2R00gDestGQHoioTwEiAnCEJ+x+oc17izAxMbEb1WfmDoHwCelHI8gxUciAv9/krFcyWMNZr43hc1zL5XJScFUbG1f7yTrEH4RAreuH79MikUgNuKFMaLqK4rej3LDXjKtb+6iUlUolrPh/UHOvvVeBlpUTt3dZ8VaUnhsEG1E45XipB6I/HigldIxbuWWS29h4PN5brVYfmZRLMzMzH/TOLhQKX4PB4H5AaTgZp5EP0rmrdO6aKJLJZFcgEDhHbXKIevdT5CrzPDbl1qMlXQ/HWuL6g+JojAaG3+C/o/dDdypAKNglek5eRLOzhZGRSqW619fXJe1xXbH9skI/nVImrYyUQqi8HzKIs2MY6jRhkt0eQ5aWOUqw1yKrWzOwJiHdeQxGfT5fF8EGmIMul8uPrgcL+WZkSBJpNtKT6ZiRbmaxTE5OHqDgq8Dya9p44Bd54I//O5A4E+wOwW4Iz/jCd3Oo49GauPXq8XjuSgCx4Nh7NzY2wq0f0trtbySfz/8KhUJS+F109VmOtvwbcVfyQ/uDV+kAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	font-size: 0;
	display: block;
	width: 25%;
	height: 47px;
	float: right
}
.ui-sidebar-widget .widget_search>form>div input[type=text] {
	border: 0;
	background-color: transparent;
	line-height: 47px;
	display: block;
	width: 75%;
	padding: 0 10px;
	float: left
}
.ui-small-hero {
	background-color: #F2F2F2;
	background-image: url(../../src/images/concentric-circle-bg.png);
	background-position: top center;
	position: relative
}
.ui-small-hero.aqua {
	background-color: #2688AF
}
.ui-small-hero.black {
	background-color: #484F60
}
.ui-small-hero.blue {
	background-color: #0072bc
}
.ui-small-hero.green {
	background-color: #0B9444
}
.ui-small-hero.orange {
	background-color: #F1592A
}
.ui-small-hero.royal-blue {
	background-color: #0057B8
}
.ui-small-hero .ui-small-hero-content-container .ui-small-hero-content {
	text-align: center;
	padding: 0 0 25px
}
.ui-small-hero .ui-small-hero-content-container .ui-small-hero-content .ui-small-hero-content-button {
	margin-top: 20px
}
.ui-small-hero .ui-small-hero-content-container .ui-small-hero-content .ui-small-hero-content-button .ui-button.orange {
	color: #FFF
}
.ui-small-hero .ui-small-hero-content-container .ui-small-hero-content .ui-small-hero-content-breadcrumbs {
	display: none
}
.ui-small-hero .ui-small-hero-content-container .ui-small-hero-content .ui-small-hero-content-headline {
	color: #FFF;
	font-size: 40px;
	font-weight: 300;
	line-height: 45px;
	margin: 36px 0 6px
}
@media (min-width:769px) {
.ui-small-hero .ui-small-hero-content-container .ui-small-hero-content {
	text-align: left;
	padding: 0 0 30px
}
.ui-small-hero .ui-small-hero-content-container .ui-small-hero-content .ui-small-hero-content-breadcrumbs {
	border-bottom: 1px #FFF solid;
	display: block;
	padding: 30px 0
}
.ui-small-hero .ui-small-hero-content-container .ui-small-hero-content .ui-small-hero-content-headline {
	font-size: 50px;
	line-height: 55px;
	margin: 36px 0 6px
}
}
.ui-small-hero .ui-small-hero-content-container .ui-small-hero-content .ui-small-hero-content-headline * {
	color: #FFF;
	font-size: 40px;
	font-weight: 300;
	line-height: 45px
}
.ui-sticky-nav {
	display: none
}
@media (min-width:769px) {
.ui-small-hero .ui-small-hero-content-container .ui-small-hero-content .ui-small-hero-content-headline * {
	font-size: 50px;
	line-height: 55px
}
.ui-sticky-nav {
	display: block;
	background-color: #FFF;
	position: relative;
	z-index: 100;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1)
}
.ui-sticky-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500
}
.ui-sticky-nav ul {
	list-style: none;
	display: table;
	margin: 0;
	padding: 0
}
.ui-sticky-nav ul li {
	border-right: 1px #EAEDEE solid;
	display: table-cell;
	width: 1%;
	margin: 0;
	padding: 0
}
.ui-sticky-nav ul li:first-child {
	border-left: 1px #EAEDEE solid
}
.ui-sticky-nav ul li.current-menu-item a {
	border-color: #FCB040;
	z-index: 1
}
.ui-sticky-nav ul li a {
	border-bottom: 5px transparent solid;
	color: #484F60;
	font-size: 20px;
	font-weight: 400;
	line-height: 70px;
	text-align: center;
	display: block;
	margin: 0 -1px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	position: relative;
	z-index: 0;
	-webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all .2s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .2s cubic-bezier(.075, .82, .165, 1);
	transition: all .2s cubic-bezier(.075, .82, .165, 1)
}
.ui-sticky-nav ul li a:hover {
	border-color: #F2F2F2
}
.ui-sticky-nav ul li a.active {
	border-color: #FCB040;
	z-index: 1
}
}
.ui-sticky-nav-placeholder {
	position: absolute;
	top: 0
}
@media (min-width:769px) {
.ui-sticky-nav-placeholder {
	opacity: 1;
	visibility: visible;
	position: static;
	top: auto
}
.ui-sticky-nav-mobile {
	display: none
}
}
.ui-sticky-nav-mobile {
	border-bottom: 1px #9DA0A7 solid;
	background-color: #FFF;
	position: relative;
	z-index: 100;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1)
}
.ui-sticky-nav-mobile ul, .ui-wysiwyg.light-grey {
	background-color: #FAFBFC
}
.ui-sticky-nav-mobile.active ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.ui-sticky-nav-mobile.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500
}
.ui-sticky-nav-mobile .ui-sticky-nav-mobile-preview {
	text-align: center;
	position: relative;
	z-index: 1
}
.ui-sticky-nav-mobile .ui-sticky-nav-mobile-preview .glyph {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
.ui-sticky-nav-mobile .ui-sticky-nav-mobile-preview .glyph i {
	color: #484F60
}
.ui-sticky-nav-mobile .ui-sticky-nav-mobile-preview .text {
	color: #484F60;
	font-size: 20px;
	font-weight: 700;
	line-height: 70px
}
.ui-sticky-nav-mobile ul {
	border-top: 1px #9DA0A7 solid;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
.ui-sticky-nav-mobile ul li {
	border-top: 1px #9DA0A7 solid;
	display: block;
	margin: 0;
	padding: 0
}
.ui-sticky-nav-mobile ul li:first-child {
	border-top: 0
}
.ui-sticky-nav-mobile ul li a {
	color: #484F60;
	font-size: 20px;
	font-weight: 400;
	line-height: 70px;
	text-align: center;
	display: block;
	margin: 0 -1px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	position: relative;
	z-index: 0;
	-webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all .2s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .2s cubic-bezier(.075, .82, .165, 1);
	transition: all .2s cubic-bezier(.075, .82, .165, 1)
}
.ui-sticky-nav-mobile ul li a:hover {
	border-color: #F2F2F2
}
.ui-team-grid {
	font-size: 0;
	text-align: center
}
.ui-team-grid .ui-team-grid-item {
	position: relative
}
@media (min-width:769px) {
.ui-team-grid .ui-team-grid-item {
	display: inline-block;
	width: 33.333%;
	padding: 0 15px 80px 0
}
}
@media (min-width:1200px) {
.ui-team-grid .ui-team-grid-item {
	display: inline-block;
	width: 25%;
	padding: 0 15px 80px 0
}
}
.ui-team-grid .ui-team-grid-item:hover .ui-team-grid-item-image {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}
.ui-team-grid .ui-team-grid-item .ui-team-grid-item-click-target {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.ui-team-grid .ui-team-grid-item .ui-team-grid-item-content {
	padding: 20px 0
}
.ui-team-grid .ui-team-grid-item .ui-team-grid-item-content .ui-team-grid-item-action {
	margin-top: 15px
}
.ui-team-grid .ui-team-grid-item .ui-team-grid-item-content .ui-team-grid-item-name {
	color: #0072bc;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
	height: 30px;
	margin-bottom: 10px;
	overflow-y: hidden
}
.ui-team-grid .ui-team-grid-item .ui-team-grid-item-content .ui-team-grid-item-title {
	color: #484F60;
	font-size: 18px;
	line-height: 21px;
	display: block;
	height: 42px;
	overflow-y: hidden
}
.ui-team-grid .ui-team-grid-item .ui-team-grid-item-image {
	background-position: center center;
	display: block;
	width: 205px;
	height: 205px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-moz-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	-o-transition: all .5s cubic-bezier(.075, .82, .165, 1);
	transition: all .5s cubic-bezier(.075, .82, .165, 1)
}
@media (min-width:1200px) {
.ui-team-grid .ui-team-grid-item .ui-team-grid-item-image {
	width: 255px;
	height: 255px
}
}
.ui-team-grid .ui-team-grid-item .ui-team-grid-item-image img {
	min-width: 100%;
	position: absolute;
	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%)
}
.ui-wysiwyg {
	color: #484F60;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px
}
.ui-wysiwyg.border-top {
	border-top: 1px #9DA0A7 solid
}
.ui-wysiwyg.white {
	background-color: #FFF
}
.ui-wysiwyg :first-child {
	margin-top: 0
}
.ui-wysiwyg a {
	color: #0072bc;
	text-decoration: underline
}
.ui-wysiwyg hr {
	border: 0;
	background-color: #9DA0A7;
	display: block;
	height: 1px;
	margin: 40px 0;
	padding: 0
}
.about-careers-list, .about-careers-overview, .about-investors, .blog-categories {
	border-top: 1px #9DA0A7 solid
}
.ui-wysiwyg ol, .ui-wysiwyg p, .ui-wysiwyg ul {
	margin: 20px 0 0
}
.ui-wysiwyg h2 {
	color: #484F60;
	font-size: 25px;
	font-weight: 300;
	line-height: 35px;
	margin: 0 0 25px
}
.board-other-members .board-other-members-headline, .ui-wysiwyg h2.white {
	color: #FFF
}
@media (min-width:769px) {
.ui-wysiwyg h2 {
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 45px
}
}
.ui-wysiwyg h2.centered {
	text-align: center
}
.ui-wysiwyg h2.small {
	font-size: 30px;
	margin: 0 0 15px
}
.ui-wysiwyg p {
	color: #484F60;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px
}
@media (min-width:769px) {
.ui-wysiwyg p {
	font-size: 18px;
	line-height: 30px
}
}
.ui-wysiwyg ul {
	padding: 0
}
.ui-wysiwyg ul>li {
	background: url(../../src/images/bullet-point-arrow.png) no-repeat;
	background-image: url(../../src/images/bullet-point-arrow.svg), none;
	color: #484F60;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	min-height: 22px;
	margin: 0;
	padding: 0 0 15px 30px
}
@media (min-width:769px) {
.ui-wysiwyg ul>li {
	background-position: 0 5px;
	font-size: 18px;
	line-height: 30px
}
}
.ui-wysiwyg ul>li>ul {
	margin-top: 10px
}
.about-board-of-directors {
	background-color: #484F60;
	background-image: url(../../src/images/concentric-circle-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover
}
.about-investors, .blog-content, .blog-loop {
	background-color: #FAFBFC
}
.about-board-of-directors .about-board-of-directors-headline, .about-careers-list {
	text-align: center
}
.about-careers-list .ui-divider, .about-careers-list .ui-section-headline {
	margin-bottom: 35px
}
.about-investors .about-investors-headline, .about-team .about-team-headline {
	text-align: center
}
.blog-byline-container {
	padding: 25px 0
}
.blog-byline-container .blog-byline {
	border-left: 5px #0057B8 solid;
	color: #0057B8;
	font-size: 30px;
	font-weight: 300;
	padding-left: 20px
}
.blog-categories {
	border-bottom: 1px #9DA0A7 solid;
	padding: 15px 0
}
.blog-categories .blog-categories-label {
	color: #484F60;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	display: inline-block
}
.blog-categories ul, .blog-categories ul li {
	display: inline-block;
	margin-left: 10px
}
.blog-categories ul li:first-child {
	margin-left: 0
}
.blog-share .blog-share-social-links, .blog-share .blog-share-social-links .blog-share-social-link {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle
}
.blog-categories ul li a {
	color: #F1592A;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline
}
.blog-comments {
	margin-top: 45px
}
.blog-content .ui-section-container {
	padding-top: 25px
}
.blog-post-content {
	padding: 45px 0
}
.blog-share {
	border: 1px solid #9DA0A7;
	background-color: #FFF;
	padding: 10px 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2)
}
.blog-share .blog-share-label {
	color: #484F60;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle
}
.blog-share .blog-share-social-links {
	font-size: 0
}
.blog-share .blog-share-social-links .blog-share-social-link:first-child {
	margin-left: 0
}
.blog-tools-container {
	background-color: #FFF;
	padding: 15px 0
}
.blog-tools-search-form {
	border: 1px solid #9DA0A7;
	background-color: #F2F2F2;
	display: block;
	height: 44px;
	margin-bottom: 20px;
	position: relative;
	overflow-x: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
@media (min-width:769px) {
.blog-tools-container {
	padding: 25px 0
}
.blog-tools-search-form {
	margin: 0
}
}
.blog-tools-search-form input[type=submit] {
	border: 0;
	background-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAWCAYAAADNX8xBAAAABGdBTUEAALGPC/xhBQAAAq1JREFUOBGVlD1oU1EUx5OXYIJNs6jFtAYdrEsNtDRBFD9wyNAOtSpk00GhaUqioCGDInZRR8lgk3YR1MWAmxQpxZYOQQlBtyIqThqDBWsHCTUf/s7Lu/Gl5lW8cO/5+J9z7rnnnnvtNosxPT2tlcvlw/V6fQATN7PkdrvfpNPpcicX+1YlAdylUulqo9G4AtZrxu12ex39osPhuJ3JZF61YWYhGo32Y/gMXcCs78A3NE27l81mbyrMoZipqSk/x1hB7lc66E+yeAF9B/0B7TMwOxueGB4e7i4Wiwui0wzAVqvVHsLvM+QaO17zer09s7OzY3Nzc2egR5xO5xD4ovKBXucUoyLrNYrFYiMEmjcMJMg4aT835DaSSCRcm5ubC2R00gDestGQHoioTwEiAnCEJ+x+oc17izAxMbEb1WfmDoHwCelHI8gxUciAv9/krFcyWMNZr43hc1zL5XJScFUbG1f7yTrEH4RAreuH79MikUgNuKFMaLqK4rej3LDXjKtb+6iUlUolrPh/UHOvvVeBlpUTt3dZ8VaUnhsEG1E45XipB6I/HigldIxbuWWS29h4PN5brVYfmZRLMzMzH/TOLhQKX4PB4H5AaTgZp5EP0rmrdO6aKJLJZFcgEDhHbXKIevdT5CrzPDbl1qMlXQ/HWuL6g+JojAaG3+C/o/dDdypAKNglek5eRLOzhZGRSqW619fXJe1xXbH9skI/nVImrYyUQqi8HzKIs2MY6jRhkt0eQ5aWOUqw1yKrWzOwJiHdeQxGfT5fF8EGmIMul8uPrgcL+WZkSBJpNtKT6ZiRbmaxTE5OHqDgq8Dya9p44Bd54I//O5A4E+wOwW4Iz/jCd3Oo49GauPXq8XjuSgCx4Nh7NzY2wq0f0trtbySfz/8KhUJS+F109VmOtvwbcVfyQ/uDV+kAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	font-size: 0;
	line-height: 0;
	width: 40px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0
}
.blog-tools-search-form input[type=search] {
	border: 0;
	background: 0 0;
	font-size: 18px;
	line-height: 44px;
	display: block;
	height: 44px;
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%
}
.contact-form-container .contact-form .hbspt-form .form-columns-1:after, .contact-form-container .contact-form .hbspt-form .form-columns-1:before, .contact-form-container .contact-form .hbspt-form .form-columns-2:after, .contact-form-container .contact-form .hbspt-form .form-columns-2:before, .contact-form-container .contact-form .hbspt-form .form-columns-3:after, .contact-form-container .contact-form .hbspt-form .form-columns-3:before {
	display: block;
	height: 0;
	content: "\0020";
	overflow: hidden
}
.board-other-members {
	background-color: #2688AF;
	background-image: url(../../src/images/concentric-circle-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center
}
.board-profile, .career-action, .contact-content {
	background-color: #FAFBFC
}
.board-profile .board-profile-bio {
	font-size: 18px;
	line-height: 30px
}
.board-profile .board-profile-image {
	display: block;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}
.board-profile .board-profile-image img {
	width: 100%;
	position: absolute;
	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%)
}
.career-action {
	border-top: 1px #9DA0A7 solid
}
.career-action .career-action-button:first-child, .career-action .career-action-headline {
	margin-bottom: 20px
}
.career-action .career-action-paragraph {
	color: #484F60;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px
}
.contact-form-container {
	padding-bottom: 45px
}
.contact-form-container .contact-form .hbspt-form fieldset {
	margin-top: 5px
}
@media (min-width:769px) {
.contact-form-container .contact-form .hbspt-form fieldset {
	margin-top: 15px
}
}
.contact-form-container .contact-form .hbspt-form fieldset:first-child, .p1 .a1 {
	margin-top: 0
}
.contact-form-container .contact-form .hbspt-form .form-columns-1 .hs-form-field {
	width: 100%
}
@media (min-width:769px) {
.contact-form-container .contact-form .hbspt-form .form-columns-2 .hs-form-field {
	width: 50%;
	padding-left: 10px
}
.contact-form-container .contact-form .hbspt-form .form-columns-2 .hs-form-field:first-child {
	padding-left: 0;
	padding-right: 10px
}
.contact-form-container .contact-form .hbspt-form .form-columns-3 .hs-form-field {
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px
}
.contact-form-container .contact-form .hbspt-form .form-columns-3 .hs-form-field:first-child {
	padding-left: 0
}
.contact-form-container .contact-form .hbspt-form .form-columns-3 .hs-form-field:last-child {
	padding-right: 0
}
}
.contact-form-container .contact-form .hbspt-form .hs-form-field {
	padding-bottom: 20px
}
.contact-form-container .contact-form .hbspt-form .hs-form-field label {
	color: #484F60;
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-bottom: 5px
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input {
	border: 1px solid #9DA0A7;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input input {
	border: 0;
	background-color: transparent;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input select {
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
	height: 40px;
	border: none;
	box-shadow: none;
	background: 0 0;
	-webkit-appearance: none
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input textarea {
	border: 0;
	background-color: transparent;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 200px;
	padding: 0 15px
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input .inputs-list {
	list-style: none;
	margin: 0
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input .inputs-list li {
	border-top: 1px #9DA0A7 solid;
	padding: 10px 0;
	margin: 0 10px
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input .inputs-list li:first-child {
	border-top: 0
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input .inputs-list li label {
	display: block;
	margin: 0;
	zoom: 1
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input .inputs-list li label:after, .contact-form-container .contact-form .hbspt-form .hs-form-field .input .inputs-list li label:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input .inputs-list li label input {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	top: 2px
}
.contact-form-container .contact-form .hbspt-form .hs-form-field .input .inputs-list li label span {
	font-size: 16px;
	line-height: 20px;
	margin-left: 10px
}
.contact-form-container .contact-form .hbspt-form .hs_submit {
	margin-top: 30px
}
.contact-form-container .contact-form .hbspt-form .hs_submit .actions input[type=submit] {
	border: 0;
	background-color: #0072bc;
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.contact-form-container .contact-form-headline {
	border-bottom: 4px #484F60 solid;
	color: #484F60;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 0 0 20px
}
.contact-info-node {
	border: 1px solid #F2F2F2;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px
}
.contact-info-node .contact-info-node-headline {
	color: #F1592A;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	margin: 0 0 15px
}
.contact-info-node .contact-info-node-paragraph {
	color: #484F60;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0
}
.contact-info-node .contact-info-node-paragraph a {
	color: #484F60;
	text-decoration: underline
}
.contact-info-node .contact-info-node-paragraph .contact-info-node-paragraph-social-link {
	display: inline-block;
	margin-right: 20px;
	font-size: 30px
}
.contact-map {
	height: 150px
}
@media (min-width:769px) {
.contact-info-node .contact-info-node-paragraph .contact-info-node-paragraph-social-link {
	font-size: 20px;
	margin-right: 20px
}
.contact-map {
	height: 300px
}
}
.faq-answer {
	padding-bottom: 40px
}
.faq-answer .faq-answer-headline {
	background: url(../../src/images/bullet-point-arrow.png) 0 3px no-repeat;
	background-image: url(../../src/images/bullet-point-arrow.svg), none;
	color: #484F60;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	min-height: 22px;
	margin: 0 0 10px;
	padding: 0 0 0 30px
}
.faq-answer .faq-answer-paragraph p {
	color: #484F60;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 20px
}
.faq-answer .faq-answer-paragraph ol, .faq-answer .faq-answer-paragraph ul {
	list-style: disc;
	margin: 0 0 20px 20px
}
.faq-answer .faq-answer-paragraph ol li, .faq-answer .faq-answer-paragraph ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-left: 20px
}
.faq-list {
	padding: 0
}
.faq-list .faq-list-item {
	background: url(../../src/images/bullet-point-arrow.png) top left no-repeat;
	background-image: url(../../src/images/bullet-point-arrow.svg), none;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	min-height: 22px;
	margin: 0 0 10px;
	padding: 0 0 10px 30px
}
.faq-list .faq-list-item a {
	color: #484F60
}
.faq-list .faq-list-item a:hover {
	border-bottom: 1px #9DA0A7 solid
}
.home-aside-1 {
	margin-top: 150px
}
.home-customers {
	background-color: #FFF;
	padding-top: 100px
}
.home-customers .home-customers-headline {
	color: #0072bc;
	font-size: 40px;
	font-weight: 300;
	line-height: 55px;
	text-align: center;
	margin: 0 0 40px
}
.home-customers .home-customers-nodes {
	zoom: 1
}
.home-customers .home-customers-nodes:after, .home-customers .home-customers-nodes:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.home-customers .home-customers-nodes .home-customers-node {
	background-color: #484F60
}
.home-customers .home-customers-nodes .home-customers-node .home-customers-node-content {
	text-align: center;
	padding: 100px 0
}
@media (min-width:769px) {
.home-customers .home-customers-nodes .home-customers-node {
	width: 33.3333%;
	height: 420px;
	float: left;
	position: relative
}
.home-customers .home-customers-nodes .home-customers-node .home-customers-node-content {
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
}
.home-customers .home-customers-nodes .home-customers-node .home-customers-node-content .home-customers-node-content-action .home-customers-node-content-action-button {
	color: #F1592A
}
.home-customers .home-customers-nodes .home-customers-node .home-customers-node-content .home-customers-node-content-headline {
	background-color: #0072bc;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	position: relative
}
@media (min-width:1200px) {
.home-customers .home-customers-nodes .home-customers-node .home-customers-node-content .home-customers-node-content-headline {
	font-size: 25px
}
}
.home-customers .home-customers-nodes .home-customers-node .home-customers-node-content .home-customers-node-content-headline .wing {
	display: block;
	width: 22px;
	position: absolute;
	top: 0;
	bottom: 0
}
.home-customers .home-customers-nodes .home-customers-node .home-customers-node-content .home-customers-node-content-headline .wing.left {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAA8CAYAAABig0prAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkI4Mzk5RjlGOTFEMTFFNTg4MEU4QjIwNTlDQjIxMUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkI4Mzk5RkFGOTFEMTFFNTg4MEU4QjIwNTlDQjIxMUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQjgzOTlGN0Y5MUQxMUU1ODgwRThCMjA1OUNCMjExQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQjgzOTlGOEY5MUQxMUU1ODgwRThCMjA1OUNCMjExQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgvsWlMAAAEfSURBVHjatNfNDQIhEIZh2HLWdnQb8WBzxiq0GldRQgyyLMzfx5wIJG8mzw3vkHO5HdzzfY/HCRpe3fI7YsMuHPHhyBDCjA//MYApMgMuvGHAhTcMQIqSARPeYcCEdxhAFDWDPdxgsIdf4dR6soWDGxDuMNjCHQZbuMOgDxMM+jDBoA8TDLowg0EXZjDowgwGeZjJIA8zGeRhJoMsLGCQhQUMsrCAgR8WMvDDQgZ+WMjACysYeGEFAy+sYKDDSgY6rGSgw0qGftjA0A8bGPphA0M7bGRoh40M7bCRIY6vbs7X+Rt+4Df2fkH8o6YRDDUFiKHeGMRQh0EMJQWQodwYyFCGgQyZAsyQNwYz5DCYIVEMYEgbD2BI4QEMcT4CDADuQoD4v8o0NgAAAABJRU5ErkJggg==);
	right: 100%
}
.home-customers .home-customers-nodes .home-customers-node .home-customers-node-content .home-customers-node-content-headline .wing.right {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAA8CAYAAABig0prAAAABGdBTUEAALGPC/xhBQAAATZJREFUWAm119sNgkAQheFdpTLtyC58sBG1BNvQdpBBSHZxLzNnDvOCCcnv5AvZQAyX1xjYE+PnwG7OvRge+4TH8T7QN54Ywu28A8XEIMvyKSYGCXMpFgb+xgsDP7wwcCkSBu7GCQM3nDDwKDYMvI03DLzwhoFDUWDgbFxg4ISPcT50JJaO7xAShuvpnQbX387w74hcY+nVF64wyB/g4QaDM1xn8IUbDHi4w+AItxnwcIcBCysYwHCfAQsrGOxhJQMQ1jHYw0oGW9jAYAzrGWxhA4M+bGQwhG0M+rCRQRcGGJRhO4MuDDD0wyCDIowx9MMgQzvsYOiEcYZ22MFQDzsZ6uEQn3LTM+WXwiHMH9rcMIFBFips7GcohwkM/2ESw3+Y8DRIVCY3JjHkYSJDHiYy5GEig4S/V5JXhsLEc1kAAAAASUVORK5CYII=);
	left: 100%
}
.home-customers .home-customers-paragraph {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	margin: 0 0 40px
}
.home-hero {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px 0;
	position: relative
}
.home-hero .home-hero-content {
	position: relative;
	z-index: 3
}
.home-hero .home-hero-content .home-hero-actions a {
	margin-bottom: 10px;
	margin-right: 15px
}
.home-hero .home-hero-content .home-hero-headline {
	color: #FFF;
	font-size: 25px;
	margin: 0 0 30px
}
@media (min-width:769px) {
.home-hero {
	height: 450px;
	padding: 180px 0 0;
	overflow: hidden
}
.home-hero .home-hero-content .home-hero-headline {
	font-size: 40px;
	line-height: 40px
}
}
@media (min-width:992px) {
.home-hero .home-hero-content .home-hero-headline {
	margin-bottom: 50px
}
}
@media (min-width:1200px) {
.home-hero .home-hero-content .home-hero-headline {
	margin-bottom: 120px
}
}
.home-hero .home-hero-content .home-hero-secondary-headline {
	color: #FFF;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 35px
}
.home-hero .home-hero-content .home-hero-secondary-headline .home-hero-secondary-headline-sitesage-logo {
	display: inline-block;
	width: 156px;
	margin-right: 5px;
	vertical-align: middle
}
.home-hero .home-hero-curve {
	display: none
}
@media (min-width:769px) {
.home-hero .home-hero-content .home-hero-secondary-headline {
	font-size: 30px;
	line-height: 30px
}
.home-hero .home-hero-curve {
	background: url(../../src/images/home-hero-curve.svg) bottom center no-repeat, bottom center no-repeat none;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	bottom: -20px;
	z-index: 2
}
.home-links-container .home-links-columns {
	display: table;
	width: 100%
}
}
.home-hero .home-hero-overlay {
	background-color: #484F60;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .7;
	z-index: 1
}
.home-industries-action {
	display: none !important;
	background-color: #FAFBFC;
	text-align: center;
	padding-top: 40px
}
.home-links-container {
	border-top: 1px #9DA0A7 solid
}
.home-links-container .home-links-columns {
	margin-bottom: 80px
}
.home-links-container .home-links-columns .home-links-column {
	margin-bottom: 50px
}
@media (min-width:769px) {
.home-links-container .home-links-columns .home-links-column {
	display: table-cell;
	width: 25%;
	margin: 0;
	padding: 15px 15px 80px;
	position: relative
}
.home-links-container .home-links-columns .home-links-column .home-links-column-post-action {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0
}
}
.home-links-container .home-links-columns .home-links-column .home-links-column-event-subtitle {
	color: #9DA0A7;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	height: 21px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
	margin: 0 0 20px;
	padding: 0
}
.home-links-container .home-links-columns .home-links-column .home-links-column-post-date {
	border: 1px solid #9DA0A7;
	background-color: #F2F2F2;
	color: #484F60;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.home-links-container .home-links-columns .home-links-column .home-links-column-post-headline a {
	color: #484F60;
	font-size: 24px;
	font-weight: 300;
	line-height: 33px
}
.home-links-container .home-links-columns .home-links-column .home-links-column-post-image {
	background-color: #FAFBFC;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	display: block;
	padding-bottom: 85%
}
.home-links-container .home-links-columns .home-links-column .home-links-column-tag {
	border: 1px solid #F1592A;
	background-color: #FFF;
	color: #F1592A;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 10px
}
.home-links-container .home-links-columns .home-links-column .home-links-twitter-feed-tweets .home-links-twitter-feed-tweet {
	border-top: 1px #EAEDEE solid;
	padding: 10px 0
}
.home-links-container .home-links-columns .home-links-column .home-links-twitter-feed-tweets .home-links-twitter-feed-tweet:first-child {
	border-top: 0;
	padding-top: 0
}
.home-links-container .home-links-columns .home-links-column .home-links-twitter-feed-tweets .home-links-twitter-feed-tweet .home-links-twitter-feed-tweet-content {
	font-size: 14px;
	line-height: 20px
}
.home-links-container .home-links-columns .home-links-column .home-links-twitter-feed-tweets .home-links-twitter-feed-tweet .home-links-twitter-feed-tweet-content a {
	color: #0072bc
}
.home-links-container .home-links-columns .home-links-column .home-links-twitter-feed-tweets .home-links-twitter-feed-tweet .home-links-twitter-feed-tweet-header .home-links-twitter-feed-tweet-thumb {
	display: block;
	width: 30px;
	height: 30px;
	float: left
}
.home-links-container .home-links-columns .home-links-column .home-links-twitter-feed-tweets .home-links-twitter-feed-tweet .home-links-twitter-feed-tweet-header .home-links-twitter-feed-tweet-thumb img {
	max-width: 100%
}
.home-links-container .home-links-columns .home-links-column .home-links-twitter-feed-tweets .home-links-twitter-feed-tweet .home-links-twitter-feed-tweet-header .home-links-twitter-feed-tweet-username {
	color: #484F60;
	font-size: 18px;
	line-height: 30px;
	display: block;
	margin: 0 0 0 40px
}
.home-links-container .home-links-columns .home-links-column .home-links-twitter-feed-tweets .home-links-twitter-feed-tweet .home-links-twitter-feed-tweet-header .home-links-twitter-feed-tweet-username h6 {
	margin: 0
}
.home-links-container .home-links-paragraph {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: center
}
.home-overview .home-overview-nodes .home-overview-node {
	text-align: center;
	margin-bottom: 50px
}
@media (min-width:769px) {
.home-links-container .home-links-paragraph {
	font-size: 20px;
	line-height: 36px
}
.home-overview .home-overview-nodes .home-overview-node {
	margin-bottom: 0
}
}
.home-overview .home-overview-nodes .home-overview-node .home-overview-node-action {
	padding-bottom: 10px
}
.home-overview .home-overview-nodes .home-overview-node .home-overview-node-action .orange-link {
	color: #F1592A;
	display: block;
	text-decoration: underline;
	font-size: 14px;
	padding-bottom: 5px
}
.home-overview .home-overview-nodes .home-overview-node .home-overview-node-action .orange-link a {
	color: #F1592A;
	text-transform: uppercase
}
.home-overview .home-overview-nodes .home-overview-node .home-overview-node-divider {
	margin: 0 0 30px
}
.home-overview .home-overview-nodes .home-overview-node .home-overview-node-divider .ui-divider-path {
	stroke: #F1592A
}
.home-overview .home-overview-nodes .home-overview-node .home-overview-node-headline {
	color: #0072bc;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 30px
}
.home-overview .home-overview-nodes .home-overview-node .home-overview-node-image {
	background-color: #FAFBFC;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	padding-bottom: 55%;
	margin: 0 0 30px
}
.home-overview .home-overview-nodes .home-overview-node .home-overview-node-paragraph {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 30px
}
.home-overview .home-overview-paragraph {
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	text-align: center;
	margin: 0 0 25px
}
@media (min-width:769px) {
.home-overview .home-overview-paragraph {
	margin: 0 0 75px
}
}
.home-overview-title {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 39px;
	margin: 50px auto
}
.home-overview-title .trapezoid {
	width: 312px;
	margin: 0 auto;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	background: #0072bc
}
.home-overview-title .trapezoid h3 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 60px;
	text-transform: uppercase;
	padding: 0 10px;
	position: relative;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg)
}
@media (min-width:600px) {
.home-overview-title .trapezoid {
	width: 500px
}
}
@media (min-width:991px) {
.home-overview-title .trapezoid {
	width: 750px;
	background: #0072bc
}
.home-overview-title .trapezoid h3 {
	text-align: center;
	font-size: 30px
}
}
.home-sitesage-container {
	background-color: #FFF;
	background-image: url(../../src/images/home-sitesage-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain
}
.home-sitesage-container .home-sitesage {
	border-top: 1px #9DA0A7 solid;
	min-height: 360px;
	padding-top: 80px
}
@media (min-width:769px) {
.home-sitesage-container .home-sitesage .home-sitesage-nodes {
	display: table;
	width: 80%;
	margin: 0 auto
}
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-description {
	display: none
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-description .home-sitesage-description-divider {
	margin-bottom: 35px
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-description .home-sitesage-description-logo {
	background-image: url(../../src/images/home-sitesage-description-logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 50px;
	margin: 0 -30px 35px
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-description .home-sitesage-description-paragraph {
	font-size: 30px;
	font-weight: 500;
	line-height: 41px;
	text-transform: uppercase;
	margin: 0
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node {
	border: 1px solid #9DA0A7;
	background-color: #FFF;
	margin-bottom: 50px
}
@media (min-width:769px) {
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-description {
	display: table-cell;
	text-align: center;
	padding: 0 30px;
	vertical-align: middle
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node {
	display: table-cell;
	width: 268px;
	margin-bottom: 0;
	position: relative
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node .home-sitesage-node-action {
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px
}
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node .home-sitesage-node-action {
	background-color: #0072bc;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	display: block
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node .home-sitesage-node-action.blue {
	background-color: #0072bc
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node .home-sitesage-node-action.orange {
	background-color: #F1592A
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node .home-sitesage-node-action.yellow {
	background-color: #FCB040
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node .home-sitesage-node-action.white {
	background-color: #FFF;
	color: #484F60
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node .home-sitesage-node-content {
	background-color: #FFF;
	text-align: center;
	padding: 50px 30px
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node .home-sitesage-node-content .home-sitesage-node-headline {
	color: #0072bc;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node .home-sitesage-node-content .home-sitesage-node-paragraph {
	font-size: 18px;
	line-height: 30px
}
.home-sitesage-container .home-sitesage .home-sitesage-nodes .home-sitesage-node .home-sitesage-node-image {
	border-bottom: 1px #9DA0A7 solid;
	background-color: #FAFBFC;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 55%
}
.industry-case-studies-link {
	color: #9DA0A7;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 45px
}
@media (min-width:769px) {
.industry-case-studies-link {
	display: inline-block;
	margin-bottom: 0
}
}
.industry-case-studies-link i {
	color: #9DA0A7
}
.industry-case-study {
	border: 1px solid #EAEDEE;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
.industry-case-study .industry-case-study-content {
	padding: 20px
}
.industry-case-study .industry-case-study-content .industry-case-study-name {
	color: #484F60;
	font-size: 40px;
	line-height: 43px;
	font-weight: 300;
	display: block;
	margin: 0 0 40px
}
.industry-case-study .industry-case-study-image {
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: cover;
	height: 0;
	padding-bottom: 55%
}
.industry-case-study-headline {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 20px
}
.industry-customer-review {
	border: 1px solid #EAEDEE;
	background-color: #F2F2F2;
	padding: 20px
}
.news-content, .news-loop {
	background-color: #FAFBFC
}
.industry-customer-review .industry-customer-review-byline {
	color: #484F60;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}
.industry-customer-review .industry-customer-review-byline span {
	display: block
}
.industry-customer-review .industry-customer-review-byline span.industry-customer-review-byline-name {
	font-weight: 700
}
.industry-customer-review .industry-customer-review-divider {
	margin: 30px 0
}
.industry-customer-review .industry-customer-review-divider .ui-divider-path {
	stroke: #F1592A
}
.industry-customer-review .industry-customer-review-paragraph {
	color: #484F60;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}
.industry-customer-review-headline {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 20px
}
.news-byline-container {
	padding: 25px 0
}
.news-byline-container .news-byline {
	border-left: 5px #0057B8 solid;
	color: #0057B8;
	font-size: 30px;
	font-weight: 300;
	padding-left: 20px
}
.news-categories {
	border-top: 1px #9DA0A7 solid;
	border-bottom: 1px #9DA0A7 solid;
	padding: 15px 0
}
.news-categories .news-categories-label {
	color: #484F60;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	display: inline-block
}
.news-categories .news-categories-links {
	display: inline-block;
	margin-left: 10px
}
.news-categories .news-categories-links a {
	color: #F1592A;
	font-size: 18px;
	font-weight: 500;
	text-decoration: underline;
	display: inline-block;
	margin-left: 10px
}
.news-categories .news-categories-links a:first-child {
	margin-left: 0
}
.news-share .news-share-social-links, .news-share .news-share-social-links .news-share-social-link {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle
}
.news-content .ui-section-container {
	padding-top: 25px
}
.news-post-content {
	padding: 45px 0
}
.news-share {
	border: 1px solid #9DA0A7;
	background-color: #FFF;
	padding: 10px 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2)
}
.news-share .news-share-label {
	color: #484F60;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle
}
.news-share .news-share-social-links {
	font-size: 0
}
.news-share .news-share-social-links .news-share-social-link:first-child {
	margin-left: 0
}
.news-tools-container {
	background-color: #FFF;
	padding: 15px 0
}
.news-tools-search-form {
	border: 1px solid #9DA0A7;
	background-color: #F2F2F2;
	display: block;
	height: 44px;
	margin-bottom: 20px;
	position: relative;
	overflow-x: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
@media (min-width:769px) {
.news-tools-container {
	padding: 25px 0
}
.news-tools-search-form {
	margin: 0
}
}
.news-tools-search-form input[type=submit] {
	border: 0;
	background-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAWCAYAAADNX8xBAAAABGdBTUEAALGPC/xhBQAAAq1JREFUOBGVlD1oU1EUx5OXYIJNs6jFtAYdrEsNtDRBFD9wyNAOtSpk00GhaUqioCGDInZRR8lgk3YR1MWAmxQpxZYOQQlBtyIqThqDBWsHCTUf/s7Lu/Gl5lW8cO/5+J9z7rnnnnvtNosxPT2tlcvlw/V6fQATN7PkdrvfpNPpcicX+1YlAdylUulqo9G4AtZrxu12ex39osPhuJ3JZF61YWYhGo32Y/gMXcCs78A3NE27l81mbyrMoZipqSk/x1hB7lc66E+yeAF9B/0B7TMwOxueGB4e7i4Wiwui0wzAVqvVHsLvM+QaO17zer09s7OzY3Nzc2egR5xO5xD4ovKBXucUoyLrNYrFYiMEmjcMJMg4aT835DaSSCRcm5ubC2R00gDestGQHoioTwEiAnCEJ+x+oc17izAxMbEb1WfmDoHwCelHI8gxUciAv9/krFcyWMNZr43hc1zL5XJScFUbG1f7yTrEH4RAreuH79MikUgNuKFMaLqK4rej3LDXjKtb+6iUlUolrPh/UHOvvVeBlpUTt3dZ8VaUnhsEG1E45XipB6I/HigldIxbuWWS29h4PN5brVYfmZRLMzMzH/TOLhQKX4PB4H5AaTgZp5EP0rmrdO6aKJLJZFcgEDhHbXKIevdT5CrzPDbl1qMlXQ/HWuL6g+JojAaG3+C/o/dDdypAKNglek5eRLOzhZGRSqW619fXJe1xXbH9skI/nVImrYyUQqi8HzKIs2MY6jRhkt0eQ5aWOUqw1yKrWzOwJiHdeQxGfT5fF8EGmIMul8uPrgcL+WZkSBJpNtKT6ZiRbmaxTE5OHqDgq8Dya9p44Bd54I//O5A4E+wOwW4Iz/jCd3Oo49GauPXq8XjuSgCx4Nh7NzY2wq0f0trtbySfz/8KhUJS+F109VmOtvwbcVfyQ/uDV+kAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	font-size: 0;
	line-height: 0;
	width: 40px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0
}
.news-tools-search-form input[type=search] {
	border: 0;
	background: 0 0;
	font-size: 18px;
	line-height: 44px;
	display: block;
	height: 44px;
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%
}
.kitchen-08_, .kitchen-11_ {
	border-bottom: 5px solid #fff
}
.p71, .p72 {
	padding-bottom: 45px
}
.p71, .std2 {
	padding-top: 45px
}
.ctn {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto
}
.l5, .r5 {
	width: 45%
}
.ctn strong {
	color: unset
}
.ctn * {
	font-family: HelveticaNeueLTPro-Hv, Arial, Helvetica, sans-serif
}
.p1 .a1, .p1 .a1 strong {
	font-family: BebasNeue-Bold
}
.l5 {
	float: left
}
.r5 {
	float: right;
	text-align: right
}
.kitchen-01_, .kitchen-02_ {
	position: relative;
	width: 1200px
}
.p1, .p2 {
	float: left
}
.kitchen-01_ {
	height: 106px;
	background-color: #0973ba
}
.kitchen-07_, .kitchen-08_, .kitchen-09_ {
	background-color: #f7941f
}
#logo {
	margin-left: 58px;
	margin-top: 24px
}
#getdemo {
	margin-right: 70px;
	margin-top: 27px
}
.kitchen-02_ {
	height: 388px
}
.p1, .p2, .p3 {
	height: 360px;
	text-align: center
}
.p1 {
	width: 390px
}
.p1 .a1 {
	font-size: 100px;
	margin-bottom: -20px
}
.p1 .a2, .p1 .a3, .p1 .a4, .p1 .a5 {
	margin-bottom: -15px;
	margin-top: 0
}
.p1 .a2 {
	font-size: 50px;
	font-family: BebasNeue-Book
}
.p1 .a3, .p1 .a4, .p1 .a5 {
	font-size: 60px;
	font-family: BebasNeue-Regular
}
.p2 .a1, .p2 .a1 strong {
	font-family: BebasNeue-Bold
}
.p2 {
	width: 400px;
	border-right: 2px solid #bbb;
	border-left: 2px solid #bbb
}
.p2 .a1 {
	font-size: 100px;
	margin-top: 0;
	margin-bottom: -20px
}
.p2 .a2, .p2 .a3, .p2 .a4 {
	margin-bottom: -15px;
	margin-top: 0
}
.p2 .a2, .p2 .a3 {
	font-size: 60px;
	font-family: BebasNeue-Regular
}
.p2 .a4 {
	font-size: 50px;
	font-family: BebasNeue-Book
}
.p3 .a1, .p3 .a1 strong {
	font-family: BebasNeue-Bold
}
.p3 {
	float: right;
	width: 390px
}
.col0, .col02, .o11 {
	float: left
}
.kitchen-03_, .kitchen-04_, .kitchen-05_, .kitchen-06_, .kitchen-07_, .kitchen-08_, .kitchen-09_ {
	position: relative;
	width: 1200px
}
.p3 .a1 {
	font-size: 100px;
	margin-top: 0;
	margin-bottom: -20px
}
.p3 .a2, .p3 .a3, .p3 .a4, .p3 .a5 {
	margin-top: 0;
	margin-bottom: -15px
}
.p3 .a2 {
	font-size: 60px;
	font-family: BebasNeue-Regular
}
.p3 .a3 {
	font-size: 50px;
	font-family: BebasNeue-Book
}
.p3 .a4, .p3 .a5 {
	font-size: 60px;
	font-family: BebasNeue-Regular
}
.i80, .std, .std2 {
	font-family: Arial, Helvetica, sans-serif
}
.p1 p, .p2 p, .p3 p {
	line-height: 120%!important
}
.std, .std2, .std3 {
	line-height: 140%
}
.p * {
	color: #f7941f
}
.i80 *, .std {
	color: #fff
}
.kitchen-03_ {
	height: 39px
}
.kitchen-04_ {
	height: 343px
}
.kitchen-05_ {
	height: 52px
}
.kitchen-06_ {
	height: 524px
}
.std {
	font-size: 32px;
	margin: 0 67px
}
.kitchen-08_ {
	text-align: center;
	padding-bottom: 44px
}
.i80 {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	margin-left: 36px;
	margin-right: 36px
}
.kitchen-09_ {
	height: 79px
}
.kitchen-10_, .kitchen-11_ {
	width: 1200px;
	background-color: #f2f2f3;
	position: relative
}
.std2 {
	color: #666;
	font-size: 32px;
	padding-bottom: 45px;
	margin: 0 67px
}
.col0, .col02, .form1 * {
	color: #777
}
.kitchen-11_ {
	height: unset
}
.img1 {
	margin: 0 auto;
	width: 540px
}
.col0 p, .col02 p {
	margin-top: 5px
}
.ui-section .ui-section-container {
	padding: 0
}
.ui-section .ui-section-container iframe {
	min-height: 1070px
}
.row1 {
	width: 100%;
	height: 60px
}
.col0 {
	width: 80px;
	font-size: 12px
}
.col02 {
	width: 350px;
	font-size: 18px
}
.form1 .col12 select, .form1 .col12 select option {
	color: #000
}
.form1 .col1, .form1 .col12 {
	width: 190px;
	float: left
}
.form1 .col1 input, .form1 .col12 select {
	width: 160px;
	border: 1px solid #888;
	font-size: 12px;
	padding: 4px 2px
}
.borderb, .kitchen-12_ {
	border-bottom: 5px solid #fff
}
.getthe, .std3 {
	color: #fff;
	margin: 0
}
.center {
	text-align: center
}
.kitchen-12_ {
	position: relative;
	width: 1200px;
	height: 328px;
	background-color: #f7941f
}
.o11 {
	width: 420px
}
.o21 {
	width: 710px;
	float: right
}
.imgl, .txtr {
	float: left;
	height: 242px
}
.std3 {
	font-size: 32px;
	padding-right: 45px;
	padding-top: 70px;
	padding-bottom: 70px
}
.getthe {
	font-family: BebasNeue-Bold;
	font-size: 70px;
	line-height: 90%;
	padding-top: 44px;
	padding-left: 45px
}
.lio, .lio2 {
	line-height: 150%;
	padding-inline-start: 40px;
	list-style: none
}
.boldo, .boldo2 {
	padding-top: 47px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700
}
.borderb {
	background-color: #e7e7e8
}
.kitchen-18_, .kitchen-21_, .kitchen-22_ {
	background-color: #f7941f
}
.kitchen-13_ {
	position: relative;
	width: 1200px;
	height: 242px
}
.imgl {
	width: 398px
}
.txtr {
	width: 690px
}
.imgr {
	width: 398px;
	float: right;
	height: 242px
}
.b241, .img19, .txt19, .txtl {
	float: left
}
.txtl {
	width: 760px;
	height: 242px
}
.kitchen-18_, .kitchen-19_ {
	position: relative;
	width: 1200px
}
.boldo {
	color: #f7941f;
	font-size: 32px;
	margin: 0;
	padding-left: 30px
}
.boldo2, .kitchen-18_ p, .kitchen-20_ p, .txt19 p {
	padding-left: 50px
}
.lio {
	font-size: 22px;
	color: #231f20;
	margin-top: 10px
}
.boldo2 {
	color: #f7941f;
	font-size: 32px;
	margin: 0
}
.lio li, .lio2, .lio2 li {
	color: #231f20
}
.lio2 {
	font-size: 22px;
	margin-top: 10px;
	margin-left: 10px
}
.b251 p, .txt19 p {
	line-height: 140%
}
.lio li {
	margin-left: -10px
}
.lio li p {
	margin: 0
}
.kitchen-13_ li:before {
	content: "//";
	color: #f7941f
}
.kitchen-18_ {
	height: 100px
}
.kitchen-18_ p {
	color: #fff;
	font-size: 70px;
	padding-top: 12px;
	margin: 0;
	font-family: BebasNeue-Bold
}
.kitchen-20_ p, .txt19 {
	font-family: Arial, Helvetica, sans-serif
}
.kitchen-19_ {
	height: 796px;
	padding-top: 20px
}
.txt19 {
	width: 380px;
	font-size: 24px
}
.kitchen-20_ p, .learn1 {
	font-size: 32px;
	margin: 0
}
.txt19 p {
	padding-right: 80px;
	padding-top: 160px;
	color: #000
}
.img19 {
	width: 800px
}
.kitchen-20_, .kitchen-21_, .kitchen-22_, .kitchen-23_, .kitchen-24_ {
	width: 1200px;
	position: relative
}
.kitchen-20_ {
	height: 118px
}
.kitchen-20_ p {
	color: #f7941f;
	padding-top: 12px;
	padding-right: 50px;
	font-weight: 700
}
.kitchen-21_ {
	text-align: center
}
.kitchen-21_ * {
	color: #fff
}
.learn1 {
	padding-top: 40px;
	padding-bottom: 10px
}
.learn2 {
	font-size: 24px;
	margin: 0;
	padding-bottom: 40px
}
.kitchen-22_ {
	height: 111px;
	text-align: center
}
.kitchen-23_ {
	height: 60px
}
.kitchen-24_ {
	height: 88px
}
.b241 {
	width: 280px
}
.b242 {
	float: right;
	width: 900px;
	font-size: 14px
}
.b242 p {
	padding-right: 20px
}
#logomid {
	position: relative;
	left: 70px;
	top: 10px
}
.kitchen-25_ {
	position: relative;
	width: 1200px;
	height: 89px
}
.b251 {
	float: left;
	width: 800px
}
.b251 a {
	text-decoration: none;
	color: #000
}
.b251 p {
	font-size: 22px;
	margin: 0;
	padding-left: 70px
}
.b252 {
	float: left;
	width: 280px
}
.kitchen-26_ {
	position: relative;
	width: 1200px;
	height: 61px;
	text-align: right;
	background-color: #0973ba
}
#pd2 {
	position: relative;
	top: 16px
}
#ss {
	margin-right: 20px;
	position: relative;
	top: 11px
}
.portal-download-sections {
	background-color: #FAFBFC
}
.portal-download-sections .portal-download-section .portal-download-section-downloads {
	margin: 0 0 50px
}
.portal-download-sections .portal-download-section .portal-download-section-downloads .portal-download-section-download {
	border: 1px solid #9DA0A7;
	background-color: #FFF;
	margin-top: 15px;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.portal-download-sections .portal-download-section .portal-download-section-downloads .portal-download-section-download:first-child {
	margin-top: 0
}
.portal-download-sections .portal-download-section .portal-download-section-downloads .portal-download-section-download .portal-download-section-download-actions {
	font-size: 0;
	text-align: right
}
.portal-download-sections .portal-download-section .portal-download-section-downloads .portal-download-section-download .portal-download-section-download-filename {
	color: #0072bc;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px
}
.portal-download-sections .portal-download-section .portal-download-section-downloads .portal-download-section-download .portal-download-section-download-filesize {
	border: 1px solid #9DA0A7;
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
	margin-right: 10px;
	vertical-align: top;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.portal-download-sections .portal-download-section .portal-download-section-headline {
	text-align: center;
	margin: 0 0 20px
}
.portal-download-sections .portal-download-section .portal-download-section-paragraph {
	font-size: 20px;
	font-weight: 300;
	line-height: 27px;
	text-align: center;
	margin: 0 0 20px
}
.portal-login-form {
	border: 1px solid #9DA0A7;
	background-color: #F2F2F2;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.request-form-container .request-form .hbspt-form .form-columns-1, .request-form-container .request-form .hbspt-form .form-columns-2, .request-form-container .request-form .hbspt-form .form-columns-3 {
	max-width: inherit;
	zoom: 1
}
.portal-login-form p {
	margin: 15px 0 0
}
.portal-login-form p label {
	color: #484F60;
	font-size: 14px;
	line-height: 15px;
	display: block;
	margin-bottom: 5px
}
.portal-login-form p input[type=email], .portal-login-form p input[type=password], .portal-login-form p input[type=text] {
	border: 1px solid #9DA0A7;
	background-color: #FFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	display: block;
	width: 100%;
	padding: 0 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.portal-login-form p input[type=submit] {
	border: 0;
	background-color: #0072bc;
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.request-form-container .request-form .hbspt-form fieldset {
	margin-top: 5px
}
@media (min-width:769px) {
.request-form-container .request-form .hbspt-form fieldset {
	margin-top: 15px
}
}
.request-form-container .request-form .hbspt-form fieldset:first-child {
	margin-top: 0
}
.request-form-container .request-form .hbspt-form .form-columns-1:after, .request-form-container .request-form .hbspt-form .form-columns-1:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.request-form-container .request-form .hbspt-form .form-columns-1 .hs-form-field {
	width: 100%
}
.request-form-container .request-form .hbspt-form .form-columns-2:after, .request-form-container .request-form .hbspt-form .form-columns-2:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.request-form-container .request-form .hbspt-form .form-columns-3:after, .request-form-container .request-form .hbspt-form .form-columns-3:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
@media (min-width:769px) {
.request-form-container .request-form .hbspt-form .form-columns-2 .hs-form-field {
	width: 50%;
	padding-left: 10px
}
.request-form-container .request-form .hbspt-form .form-columns-2 .hs-form-field:first-child {
	padding-left: 0;
	padding-right: 10px
}
.request-form-container .request-form .hbspt-form .form-columns-3 .hs-form-field {
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px
}
.request-form-container .request-form .hbspt-form .form-columns-3 .hs-form-field:first-child {
	padding-left: 0
}
.request-form-container .request-form .hbspt-form .form-columns-3 .hs-form-field:last-child {
	padding-right: 0
}
}
.request-form-container .request-form .hbspt-form .hs-form-field {
	padding-bottom: 20px
}
.request-form-container .request-form .hbspt-form .hs-form-field label {
	color: #484F60;
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-bottom: 5px
}
.request-form-container .request-form .hbspt-form .hs-form-field .input {
	border: 1px solid #9DA0A7;
	background-color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.request-form-container .request-form .hbspt-form .hs-form-field .input input {
	border: 0;
	background-color: transparent;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px
}
.request-form-container .request-form .hbspt-form .hs-form-field .input select {
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
	height: 40px;
	border: none;
	box-shadow: none;
	background: 0 0;
	-webkit-appearance: none
}
.request-form-container .request-form .hbspt-form .hs-form-field .input textarea {
	border: 0;
	background-color: transparent;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 200px;
	padding: 0 15px
}
.request-form-container .request-form .hbspt-form .hs-form-field .input .inputs-list {
	list-style: none;
	margin: 0
}
.request-form-container .request-form .hbspt-form .hs-form-field .input .inputs-list li {
	border-top: 1px #9DA0A7 solid;
	padding: 10px 0;
	margin: 0 10px
}
.request-form-container .request-form .hbspt-form .hs-form-field .input .inputs-list li:first-child {
	border-top: 0
}
.request-form-container .request-form .hbspt-form .hs-form-field .input .inputs-list li label {
	display: block;
	margin: 0;
	zoom: 1
}
.request-form-container .request-form .hbspt-form .hs-form-field .input .inputs-list li label:after, .request-form-container .request-form .hbspt-form .hs-form-field .input .inputs-list li label:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.request-form-container .request-form .hbspt-form .hs-form-field .input .inputs-list li label input {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	top: 2px
}
.request-form-container .request-form .hbspt-form .hs-form-field .input .inputs-list li label span {
	font-size: 16px;
	line-height: 20px;
	margin-left: 10px
}
.request-form-container .request-form .hbspt-form .hs_submit {
	margin-top: 30px
}
.request-form-container .request-form .hbspt-form .hs_submit .actions input[type=submit] {
	border: 0;
	background-color: #0072bc;
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}
.request-form-container .request-form-headline {
	border-bottom: 4px #484F60 solid;
	color: #484F60;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin: 0 0 20px
}
.request-form-content {
	border-top: 1px #9DA0A7 solid
}
.request-map {
	height: 300px
}
.resource-byline-container {
	padding: 15px 0
}
@media (min-width:769px) {
.resource-byline-container {
	padding: 25px 0
}
}
.resource-byline-container .resource-byline {
	border-left: 5px #0057B8 solid;
	color: #0057B8;
	font-size: 20px;
	font-weight: 300;
	padding-left: 20px
}
@media (min-width:769px) {
.resource-byline-container .resource-byline {
	font-size: 30px
}
}
.resource-download-container {
	border-bottom: 1px #9DA0A7 solid;
	background-color: #FFF;
	padding: 30px 0
}
.connected-overview .connected-overview-sub, .resource-overview-bullets-container .resource-overview-bullets .resource-overview-bullet {
	border: 1px solid #9DA0A7;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.resource-overview-bullets-container {
	background-color: #FAFBFC
}
.resource-overview-bullets-container .resource-overview-bullets .resource-overview-bullet {
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.resource-overview-bullets-container .resource-overview-bullets .resource-overview-bullet .resource-overview-bullet-headline {
	border-bottom: 1px #9DA0A7 solid;
	color: #0072bc;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	margin: 0;
	padding: 0 15px;
	overflow-x: hidden
}
.resource-overview-bullets-container .resource-overview-bullets .resource-overview-bullet .resource-overview-bullet-paragraph {
	font-size: 18px;
	line-height: 22px;
	height: 96px;
	margin: 0;
	padding: 15px;
	overflow-y: hidden
}
.connected-image-break {
	background-color: #9DA0A7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 150px
}
.connected-overview {
	background-color: #FAFBFC
}
.connected-overview .connected-overview-headline {
	font-size: 20px;
	font-weight: 300;
	line-height: 27px;
	text-align: center;
	margin: 0 0 30px
}
@media (min-width:769px) {
.connected-image-break {
	height: 300px
}
.connected-overview .connected-overview-headline {
	font-size: 30px;
	line-height: 40px
}
}
.connected-overview .connected-overview-logo {
	text-align: center;
	margin-bottom: 20px
}
.connected-overview .connected-overview-logo img {
	max-width: 100%
}
.connected-overview .connected-overview-secondary-headline {
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	margin: 0 0 30px
}
.connected-overview .connected-overview-sub {
	background-color: #FFF;
	margin-bottom: 25px;
	padding: 20px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
@media (min-width:769px) {
.connected-overview .connected-overview-sub {
	margin: 0
}
}
.connected-overview .connected-overview-sub .connected-overview-sub-action {
	text-align: center;
	margin-top: 35px
}
.connected-overview .connected-overview-sub .connected-overview-sub-headline {
	color: #0072bc;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	margin: 0 0 10px
}
.connected-overview .connected-overview-sub .connected-overview-sub-paragraph {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	height: 120px;
	overflow-y: hidden
}
.connected-overview .connected-overview-sub .connected-overview-sub-secondary-headline {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 10px;
	height: 48px;
	overflow-y: hidden
}
.services-services-container {
	background-color: #FAFBFC
}
.services-services-container .ui-hr {
	margin: 0 0 25px
}
.services-services-container .ui-section-container {
	padding-top: 0
}
@media (min-width:769px) {
.services-services-container .ui-hr {
	margin: 0 0 55px
}
.services-services-container .services-services {
	display: table
}
}
.services-services-container .services-services .services-spacer {
	display: none
}
@media (min-width:769px) {
.services-services-container .services-services .services-spacer {
	display: table-cell;
	width: 2%
}
}
.services-services-container .services-services .services-service {
	border: 1px solid #9DA0A7;
	background-color: #FFF;
	display: block;
	margin-top: 25px;
	padding: 30px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-sizing: border-box
}
.services-services-container .services-services .services-service:first-child {
	margin-top: 0;
	margin-left: 0
}
.services-services-container .services-services .services-service:last-child {
	margin-right: 0
}
.services-services-container .services-services .services-service.platinum {
	border-color: #0B9444
}
.services-services-container .services-services .services-service.platinum .services-service-headline {
	color: #0B9444
}
.services-services-container .services-services .services-service.preferred {
	border-color: #0072bc
}
.services-services-container .services-services .services-service.preferred .services-service-headline {
	color: #0072bc
}
.services-services-container .services-services .services-service.standard {
	border-color: #F1592A
}
.sitesage-modules-list, .sitesage-value-adds, .team-other-members {
	border-top: 1px #9DA0A7 solid
}
.services-services-container .services-services .services-service.standard .services-service-headline {
	color: #F1592A
}
.services-services-container .services-services .services-service .services-service-headline {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 30px
}
.services-services-container .services-services .services-service .services-service-paragraph {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}
.sitesage-architecture .sitesage-architecture-bullets .sitesage-architecture-bullet {
	margin-top: 30px
}
@media (min-width:769px) {
.services-services-container .services-services .services-service {
	display: table-cell;
	width: 29.3333%;
	height: 100%;
	vertical-align: top
}
.sitesage-architecture .sitesage-architecture-bullets .sitesage-architecture-bullet {
	text-align: left;
	padding-left: 80px;
	zoom: 1
}
.sitesage-architecture .sitesage-architecture-bullets .sitesage-architecture-bullet:after, .sitesage-architecture .sitesage-architecture-bullets .sitesage-architecture-bullet:before {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden
}
.sitesage-architecture .sitesage-architecture-bullets .sitesage-architecture-bullet:after {
	clear: both
}
}
.sitesage-architecture .sitesage-architecture-bullets .sitesage-architecture-bullet:first-child {
	margin-top: 0
}
.sitesage-architecture .sitesage-architecture-bullets .sitesage-architecture-bullet .sitesage-architecture-bullet-icon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	float: left
}
.sitesage-architecture .sitesage-architecture-bullets .sitesage-architecture-bullet .sitesage-architecture-bullet-paragraph {
	color: #484F60;
	font-size: 18px;
	line-height: 30px;
	margin-left: 70px
}
.sitesage-architecture .sitesage-architecture-description {
	color: #9DA0A7;
	font-size: 20px;
	font-weight: 300;
	line-height: 35px;
	text-align: center
}
@media (min-width:769px) {
.sitesage-architecture .sitesage-architecture-bullets .sitesage-architecture-bullet .sitesage-architecture-bullet-icon {
	width: 90px;
	height: 90px
}
.sitesage-architecture .sitesage-architecture-bullets .sitesage-architecture-bullet .sitesage-architecture-bullet-paragraph {
	margin-left: 110px
}
.sitesage-architecture .sitesage-architecture-description {
	text-align: left
}
}
.sitesage-architecture .sitesage-architecture-divider {
	text-align: center;
	margin: 0 0 15px
}
@media (min-width:769px) {
.sitesage-architecture .sitesage-architecture-divider {
	text-align: left;
	margin: 0 0 35px
}
}
.sitesage-architecture .sitesage-architecture-featured-image {
	text-align: center;
	width: 90%;
	max-width: 870px;
	margin: 40px auto 0
}
.sitesage-architecture .sitesage-architecture-featured-image img, .sitesage-aside-2 .sitesage-aside-2-image img {
	max-width: 100%
}
.sitesage-architecture .sitesage-architecture-headline {
	text-align: center;
	margin-bottom: 15px
}
@media (min-width:769px) {
.sitesage-architecture .sitesage-architecture-headline {
	text-align: left;
	margin-bottom: 35px
}
}
.sitesage-architecture .sitesage-architecture-headline span {
	display: block
}
.sitesage-aside-2 {
	background-color: #0072bc;
	background-image: url(../../src/images/concentric-circle-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	text-align: center
}
@media (min-width:769px) {
.sitesage-aside-2 {
	text-align: left
}
}
.sitesage-aside-2 .sitesage-aside-2-image {
	text-align: center;
	margin-bottom: 25px
}
@media (max-width:767px) {
.sitesage-aside-2 .sitesage-aside-2-headline {
	font-size: 20px;
	line-height: 27px
}
}
.sitesage-aside-2 .sitesage-aside-2-paragraph {
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	margin: 0
}
.sitesage-featured-modules {
	background-color: #FAFBFC;
	position: relative
}
@media (min-width:769px) {
.sitesage-aside-2 .sitesage-aside-2-paragraph {
	font-size: 20px;
	line-height: 30px
}
.sitesage-featured-modules {
	background-color: #FFF
}
}
.sitesage-featured-modules .sitesage-featured-modules-color-bar {
	background-color: #0072bc;
	height: 348px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.sitesage-featured-modules .sitesage-featured-modules-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 348px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: .1
}
.sitesage-featured-modules .sitesage-featured-module {
	padding-bottom: 40px
}
.sitesage-featured-modules .sitesage-featured-module ul {
	margin: 20px 0 0
}
@media (min-width:769px) {
.sitesage-featured-modules .sitesage-featured-module {
	padding-bottom: 0
}
}
.sitesage-featured-modules .sitesage-featured-module .sitesage-featured-module-action {
	background: url(../../src/images/bullet-point-arrow.png) no-repeat;
	background-image: url(../../src/images/bullet-point-arrow.svg), none;
	font-size: 16px;
	min-height: 60px;
	margin: 10px auto;
	padding: 0 0 15px 30px
}
.sitesage-featured-modules .sitesage-featured-module .sitesage-featured-module-content {
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.2)
}
.sitesage-featured-modules .sitesage-featured-module .sitesage-featured-module-content .sitesage-featured-module-image {
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 0;
	padding-bottom: 55%
}
.sitesage-featured-modules .sitesage-featured-module .sitesage-featured-module-content .sitesage-featured-module-title {
	background-color: #FFF;
	color: #0072bc;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	height: 86px;
	padding: 20px 30px;
	overflow-y: hidden
}
.sitesage-modules-list {
	background-color: #FAFBFC;
	font-size: 0;
	text-align: center
}
.sitesage-modules-list .sitesage-modules-list-item {
	text-align: center;
	padding-bottom: 55px
}
.sitesage-modules-list .sitesage-modules-list-item .sitesage-modules-list-item-headline {
	color: #484F60;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin: 0 0 10px
}
@media (min-width:769px) {
.sitesage-modules-list .sitesage-modules-list-item {
	display: inline-block;
	width: 42.3333%;
	padding: 0 15px 55px
}
.sitesage-modules-list .sitesage-modules-list-item .sitesage-modules-list-item-headline {
	margin: 0 0 20px
}
}
.sitesage-modules-list .sitesage-modules-list-item .sitesage-modules-list-item-icon {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}
@media (min-width:769px) {
.sitesage-modules-list .sitesage-modules-list-item .sitesage-modules-list-item-icon {
	margin: 0 0 20px
}
.sitesage-modules-list .sitesage-modules-list-item .sitesage-modules-list-item-paragraph {
	height: 120px;
	overflow-y: hidden
}
}
.sitesage-modules-list .sitesage-modules-list-item .sitesage-modules-list-item-paragraph {
	color: #484F60;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 20px
}
.sitesage-overview .sitesage-overview-icon-container {
	display: block;
	position: relative;
	width: 100%;
	margin: 50px auto 0
}
.sitesage-overview .sitesage-overview-icon-container .sitesage-overview-icon-block {
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 15px auto
}
@media (min-width:769px) {
.sitesage-overview .sitesage-overview-icon-container .sitesage-overview-icon-block {
	width: 24%;
	margin: 0
}
}
.sitesage-overview .sitesage-overview-icon-container .sitesage-overview-icon-block img {
	width: 100px;
	display: block;
	margin: 0 auto
}
.sitesage-overview .sitesage-overview-icon-container .sitesage-overview-icon-block h3 {
	text-align: center;
	margin-bottom: 5px;
	color: #484F60;
	font-size: 18px
}
.sitesage-overview .sitesage-overview-icon-container .sitesage-overview-icon-block p {
	text-align: center;
	color: #484F60;
	font-size: 14px
}
.sitesage-overview .sitesage-overview-image {
	display: none
}
@media (min-width:769px) {
.sitesage-overview .sitesage-overview-image {
	display: block;
	width: auto;
	height: auto
}
}
.sitesage-overview .sitesage-overview-image img {
	vertical-align: middle
}
@media (max-width:767px) {
.sitesage-value-adds {
	background-color: #FFF!important
}
}
.smart-kitchen-nav {
	color: grey
}
.smart-kitchen-nav ul {
	padding: 0 0 0 40px;
	margin: 1em 0;
	list-style-type: disc
}
.team-other-members {
	text-align: center
}
.team-profile {
	background-color: #FAFBFC
}
.team-profile .team-profile-bio {
	font-size: 18px;
	line-height: 30px
}
.team-profile .team-profile-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%
}
.team-profile .team-profile-image img {
	width: 100%;
	position: absolute;
	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%)
}
.ui-section-container iframe#twitter-widget-0 {
	min-height: initial !important;
}
@media (max-width:991px) {
.home-links-container {
	background: #fff !important;
	z-index: 10000 !important;
	position: relative !important;
}
}
.base-header-nav .base-header-main-menu > li > a{ background:none  !important; color:#FFF; font-weight:normal;}


.base-header-bottom-bar {
	width: 100%;
	display: inline-block;
	background: #484f60;
	padding: 8px 40px;
	float: left;
	position: sticky;
	top: 0px;
}
.powerlines{text-align:center !important; font-size:24px; color:#FFF; font-weight:bold; padding:25px 0;}
.base-header-bottom-bar2{ display: inline-block; float:left; width:100%; background:#3d4350;}
.power-home-banner{ float:left; width:100%; margin-bottom:26px; position:relative;}
.power-home-banner img{ width:100%;}

.power-home-banner .banner-left-box{ position:absolute; left:5%; top:20%;  z-index:999999; width:50%;}
.power-home-banner .banner-left-box .banner-ltext-box{border-left:3px solid #0164a4; padding-left:20px;  width:60%;}
.power-home-banner .banner-left-box .banner-ltext-box h4{font-family: 'Oswald', sans-serif; font-size:58px; color:#FFF; text-transform:uppercase; margin:0; font-weight:normal;}

.power-home-banner .banner-left-box .banner-ltext-box h4 img{ width:60%}
.power-home-banner .banner-left-box .banner-ltext-box p{ font-size:18px ;}
.power-home-banner .banner-left-box .learn-more{ margin-top:9px; float:left;}
.power-home-banner .banner-left-box .learn-more a{ font-size:16px; color:#FFF; margin-left:20px; position:absolute;font-weight:bold;}
.power-home-banner .banner-left-box .learn-more a:before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    width: 33px;
    height: 31px;
    right: -45px;
    top: -3px;
    background-color: #0164a4;
    padding: 3px 13px;
    font-size: 30px;
}
.power-home-banner .banner-right-box{ position:absolute; right:5%; bottom:20%;  z-index:999999; width:50%;}
.power-home-banner .banner-right-box .banner-rtext-box{border-right:3px solid #fcb040; padding-right:20px; width:60%; float: right;}
.power-home-banner .banner-right-box .banner-rtext-box h4{font-family: 'Balsamiq Sans', cursive; text-align:right; font-style:italic; font-size:60px; color:#FFF; margin:0; font-weight:bold;}

.power-home-banner .banner-right-box .banner-rtext-box h4 img{ width:60%}
.power-home-banner .banner-right-box .banner-rtext-box p{ font-size:18px; text-align:right; color:#ffcfa1;}
.power-home-banner .banner-right-box .rlearn-more{margin-right:70px; margin-top:8px; float:right; width:50%; text-align:right;}
.power-home-banner .banner-right-box .rlearn-more a{ font-size:16px; color:#FFF; margin-left:20px; position: relative; font-weight:bold;}
.power-home-banner .banner-right-box .rlearn-more a:before{ position:absolute; content:''; background:url(/wp-content/uploads/2020/11/aroworange.jpg) no-repeat; width:33px; height:31px; right:-45px; top: -3px;}

.clrearboth{ clear:both;}
#menu-item-5494{ }
#menu-item-5494 a {
	background: #fcb040 !important;
	font-weight: bold;
	line-height: normal;
	border-radius: 4px;
	border: 0;
	padding-bottom: 5px;
	color: #484F60 !important;
	padding: 14px 20px;
}
#menu-item-5494 a:hover{ border-color:transparent !important; border:0;}
.sub-menu{ z-index:99999999;}

/*.sticky {
  position: fixed !important;
  top: 0;
  width: 100%; z-index:9999999999999;
}

.sticky + .content {
  padding-top: 102px;
}*/


.openkitchen-one{background:url(/wp-content/uploads/2020/11/Open-Kitchen-Overview-bg-scaled.jpg) center center no-repeat; height:550px; background-size:cover; padding-top:110px; }
.openkitchen-one .box0{}
.openkitchen-one .box0 h4{font-size:22px; font-weight:bold; margin-bottom:0; color:#0072bc; text-transform:uppercase;}
.openkitchen-one .box0 p{font-size:20px; color:#FFF;}
.boxs{  margin-top:40px; background:#FFF; padding:50px 20px; z-index:999999; -webkit-box-shadow: 0 5px 10px 0 #CCC;filter: drop-shadow(0px 10px 7.5px rgba(0,0,0,0.15));}
.boxs h4{ font-size:18px; font-weight:bold;}
.boxs p{ font-size:14px !important; color:#707070!important}
.boxs img{ width:50px; color:#f38b21;}
.openkitchen-two{ background:#f1f1f1; padding-top:175px;  letter-spacing:1px;}
.openkitchen-two .kitchen-left{ width:40%; float:left;}
.openkitchen-two .kitchen-left img{ width:100%;}
.openkitchen-two .kitchen-right {
	width: 60%;
	float: right;
	padding: 0 100px 0 10px;
	position: relative;
	color: #898989 !important;
	font-size: 18px;
	line-height: 26px;
}
.openkitchen-two .kitchen-right h5{ font-size:34px; font-weight:bold; margin:66px 0px 33px -80px; color:#333!important }
.openkitchen-two .kitchen-right ul{ list-style:none; float: left; margin:15px 0px 0px 50px}
.openkitchen-two .kitchen-right ul li{ display:block; width:44%; float:left; margin-right:30px; position:relative; margin-bottom:15px; height:35px; line-height:20px;}
.openkitchen-two .kitchen-right ul li::before {
	position: absolute;
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 18px;
	left: -28px;
	font-weight: normal;
	background-color: #fcb040;
	color: #FFF;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0 0 0 3px;
	font-weight: bold;
}

.hitext {
	border-left: 5px solid #0164a4;
	margin-left: 40px;
	padding-left: 20px;
}
.hitext p{ margin-bottom:17px;}
.hitext p span{ color:#fcb040;}

.page-id-5501 .base-header-bottom-bar2, .page-id-5480 .base-header-bottom-bar2, .page-id-5486 .base-header-bottom-bar2, .page-id-5477 .base-header-bottom-bar2{ display:none;}

.openkitchen-three{background:url(/wp-content/uploads/2020/11/OpenKitchen-Applicationsbg.jpg) center center no-repeat; height:750px; background-size:cover; padding-top:30px; color:#FFF !important;}
.openkitchen-three h2{font-size:42px; font-weight:bold; margin-bottom:50px;}
.openkitchen-three-left{width:50%; float:left; padding-left:50px;}
.openkitchen-three-left .item { margin-bottom:90px; padding-left:100px; position:relative;}
.openkitchen-three-left .item h3{ font-size:22px; font-weight:bold;}
.openkitchen-three-left .item p{ font-size:18px; color:#fce5c3 !important;}

.openkitchen-three-left .item:before{position:absolute; content:''; background-repeat:no-repeat; width:50px; height:50px; left:30px; top: -15px;}

/*.openkitchen-three-left .one{ position:relative;}*/
.openkitchen-three-left .one:before{ background-image:url(/wp-content/themes/powerhouse/src/icons/002-energy-management.png); }

/*.openkitchen-three-left .two{ position:relative;}*/
.openkitchen-three-left .two:before{ background-image:url(/wp-content/themes/powerhouse/src/icons/004-network.png); }

/*.openkitchen-three-left .three{ position:relative;}*/
.openkitchen-three-left .three:before{ background-image:url(/wp-content/themes/powerhouse/src/icons/healthy-food.png); }

.learnmore{ float:right; margin-right:50px;}
.learnmore a{ font-size:14px; color:#FFF; margin-left:20px; position: relative;}
.learnmore a:before{ position:absolute; content:''; background:url(/wp-content/uploads/2020/11/arrowgrays.jpg) no-repeat; width:20px; height:19px; right:-25px; top: 2px;}

.openkitchen-three-right{width:50%; float:right;}
.openkitchen-three-right img{width:100%;margin-top: 80px;}


.openkitchen-four{ background-color:#f1f1f1; padding:110px 30px 50px 30px;}
.openkitchen-four .coment {
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	position: relative;padding-bottom: 30px;
}
.openkitchen-four p{ font-size:18px; color:#898989;}
.openkitchen-four p img{ float:left; margin-right:30px; width:100px;}
.page-template-open-kitchen .signature:before {
    top: 30px;
}
.signature {
	position: relative;
	text-align: right;
	font-size: 18px;
	max-width: 430px;
	float: right;
}
.signature:before{ position:absolute; content:''; background:url(/wp-content/uploads/2020/11/comment.png) no-repeat; width:80px; height:57px; right:0px; top: -35px;}
.bookdemo{ width:600px; margin-top:-155px; padding:10px; position:absolute; -webkit-box-shadow: 0 5px 10px 0 #CCC;
box-shadow: 0 5px 10px 0 #CCC; background:#FFF;}
.demoform{ background:#373f54; padding:10px; border-radius:5px;}
.demoform h5{ font-size:28px; color:#FFF; margin:10px !important;}
.demoform .input {
    background-color: #FFF;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.openkitchen-four p.name-b{
	font-weight: bold;
}
.demoform .input input {
    border: 0;
    background: 0 0;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
}
.demoform .submit{width: 50px !important;
position: absolute;
right: 10px;
top: 0px;}
.demoform .submit button {
    border: 0;
    background-color: #FCB040;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAYAAAC9BQwsAAAABGdBTUEAALGPC/xhBQAAAcVJREFUOBFjYIACL//ElLS0NFYYnxDNBFLgFZDU8I/h/+xHr37t8o7KFCSkCSTP6BOYZPnn379jMMWMjAy3WFmZvTetnnsHJoaNZr514/wTFS2jnwz//zuDDAJi4b///keraRmfuH39/ENsmkBizCDizo3zR9Q0ja4wMP73BXJB/uRiYPgfrapp9AgodxGkBh2A/QgS3LZh3tr/TAz2QCtfgPj//zOw/f/3b6Gnf2LL////QS5BARgC/v6Jsr8Y/m/5z8CgB1fJyLhKQkA+fsGChh8wMQyNIInQ0Cyez7++rQAyvREKGU+ycjH7b1o+5yVIDKtGkERo6Crmz7+29wEdnQfigwAjI+NDJkYmn63r517BqRGiFBjHgUnZ////mwj0MzgggRo+MTIxh8MDB6aQWBqnjWQ5lZjAwXAqKDq+/Pp2FOhkeIgCQ2WVuKC8AyxEQd5BcapHUIIp41+GTcA4lID5lZGJqW3burk1wBAFCiMAXCMwhwT/Z/i3GBh6nCBpYGL/xcDIlLp9/bxFCOUIFtipnv4J5f/+/1sN0wR0x1tgkLvi0gQ2mLJspWkAMsQBaNMBZi5O1y0rZz1DOIoAi9SiAwAEt6+qap2HfgAAAABJRU5ErkJggg==);
    background-position: center center;
    background-repeat: no-repeat;
    color: #FCB040;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    width: 50px;
    height: 40px !important;
    padding: 0;
    overflow-x: hidden;
    vertical-align: bottom;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.bluecolor{ fill: blue !important;}

.sitsage-overview{background-image:url(/wp-content/uploads/2020/11/sitesage-overview-bg.jpg) !important;}
.sitsage-overview .box0 h4{ color:#fcb040; margin-top:10px !important; text-transform:uppercase;}
.sitsage-application{background-image:url(/wp-content/uploads/2020/11/SiteAage-Applicationsbg.jpg) !important; height:600px !important;}
.boxs h4{ color:#252525 !important;}
.sitsage-two{padding-top: 100px !important;}
.sitesageh5 {  padding-left:50px !important;}
.sitesageh5 h5{ margin:66px 0px 17px 0px !important;}
.sitsage-two span{ color:#0164a4;}
.sitsage-two ul{ margin-bottom:10px !important; margin-top:20px !important; margin-left:px !important;}
.sitsage-two ul li{ display:block; width:100% !important; float:left; margin-right:30px; position:relative; margin-bottom:15px;}
.sitsage-two ul li:before{ background-color:#0164a4 !important;}
.sitsage-two .hitext p{ margin-bottom:0 !important;}


.sitsage-application .learnmore a:before{ position:absolute; content:''; background:url(/wp-content/themes/powerhouse/src/images/orange-icon.png) no-repeat; width:50px; height:50px; right:-52px; top: 0px;}
.sitesagefour .signature:before{ background:url(/wp-content/uploads/2020/11/commentblue.png) !important;}


.footer1{ background:#384150; padding:10px}
.footer1 h5{ color:#FFF; font-size:25px; height:50px; line-height:50px; margin:10px; padding:0;}
.footer1 a { font-size:16px; text-align:center; padding:10px 50px; background:#ffb131; display:block; color:#384150; border-radius:5px; font-weight:bold;}


.footer-contact a{ display: block; width:100%; background:#434e61; padding:20px 0; text-align:center; color:#FFF; font-size:20px; font-weight:bold; text-transform:uppercase;}



.l-r-p {padding:30px;}
.blue-bg-box p {color: #fff;}
.blue-bg-box .signature {color: #fff;}
.blue-bg-box .coment:before {background-image: url(/wp-content/uploads/2020/11/koma-1.png) !important;height: auto!important;}
.blue-bg-box .coment .signature::before {
	content: none;
}
.openkitchen-four .coment::before {
	position: absolute;
	content: '';
	background: url(/wp-content/uploads/2020/11/koma-1.png) no-repeat;
	width: 100px;
	height: 69px !important;
	left: -130px;
	top: -20px;
	background-size: cover;
} 
.sitsage-application.blue-bg-box {height:  auto !important;}
.sitsage-application.blue-bg-box {
    background-image: url(/wp-content/uploads/2020/11/SiteAage-Applicationsbg.jpg) !important;
    height: auto !important;background-size: cover;
}
section.openkitchen-four.sitsage-application.blue-bg-box {
    padding: 50px 0;
}
.blue-bg-box .bookdemo {
    width: 80%;
    margin-top: 0;
}

/*-----------                 30-11-2020*/
body{overflow-x: hidden;}
.learn_more {
    font-size: 18px;
    color: #f65736;
    font-weight: bold;
}
.learn_more .arw-icon {
	height: 25px;
	width: 25px;
	display: inline-block;
	background-color: #f38b21;
	color: #fff;
	position: relative;
	top: 1px;
	margin-left: 5px;
}
.openkitchen-one .boxs p {
    font-size: 18px !important;
    line-height: 29px;
    color: #707070;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0 16px;
}
.mt-0{
	margin-top: 0 !important;
}
.mt-2{
	margin-top: 20px;
}
.pb-0{padding-bottom: 0 !important;}
.home_cform {
	filter: drop-shadow(0px 10px 7.5px rgba(0,0,0,0.15));
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: -50px;
}
.home_cform .home_cinner{
	background-color: #373f53;
	padding: 15px 30px;
	border-radius: 10px;
}
.home_cform .home_cinner h5 {
	font-size: 19px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin:0;
	padding-bottom: 15px;
}
.home_cform .home_cinner h5 span{
	color: #fcb040;
}
.home_cform input {
	border: 0;
	height: 44px;
	border-radius: 4px;
	background-color: #484f60;
	color: #fff;
	opacity: 1;
	width: 100%;
	padding: 0 20px;
}
.home_cform select {
	border: 0;
	height: 44px;
	border-radius: 4px;
	background-color: #484f60;
	color: #fff;
	opacity: 1;
	width: 100%;
	padding: 0 20px;
	font-weight: 600;
}
.home_cform form {
	display: inline-block;
	width: 100%;
}
.home_cform .name_input {
	width: 20%;
	float: left;
}
.home_cform .last_name_input {
	float: left;
	width: 25%;
	padding: 0 30px;
}
.home_cform .email_input {
	width: 30%;
	float: left;
	position: relative;
}
.home_cform .email_input .email_submit {
	position: absolute;
	background-color: #fbaf3f;
	height: 44px;
	width: 44px;
	top: 0;
	right: 0;
	border: 0;
	font-size: 24px;
	border-radius: 0 5px 5px 0;
}
.home_cform .select_case {
	width: 25%;
	float: left;
	padding-left: 30px;
}
.orange_bkg{
	background-color: #edb76b;
	height: 100px;
}
.container {
}
.footer_main .footer_title {
	font-size: 22px;
	color: #fff;
	margin: 30px 0 10px;
	font-weight: bold;
}
.footer_main .desc {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	font-weight: 400 !important;
	margin-bottom: 50px;
}
img{
	max-width: 100%;
}
.content_detail {
	position: relative;
	color: #898989 !important;
	font-size: 18px;
	line-height: 26px;
}
.content_detail h4 {
    font-size: 34px;
    font-weight: bold;
    margin: 0px 0px 33px -80px;
    color: #333!important;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.content_detail ul{ list-style:none; float: left; margin:15px 0px 0px 50px}
.content_detail ul li{ display:block; width:44%; float:left; margin-right:30px; position:relative; margin-bottom:15px; height:35px; line-height:20px;}
.content_detail ul li::before {
	position: absolute;
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 18px;
	left: -28px;
	font-weight: normal;
	background-color: #fcb040;
	color: #FFF;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0 0 0 3px;
	font-weight: bold;
}
.section_six.openkitchen-two .kitchen-left {
	width: 60%;
	padding-right: 30px;
}
.section_six.openkitchen-two .kitchen-right{
	width: 40%;
	padding-right: 0;
}
.section_six {
	padding-bottom: 60px;
}
.pb-5{
	padding-bottom: 50px !important;
}
@media (max-width:991px) {
	.home_cform .name_input, .home_cform .last_name_input, .home_cform .email_input, .home_cform .select_case{width: 100%;padding: 0 0 10px;}
	.section_six.openkitchen-two .kitchen-right img, .mobile_div_img img {max-width: 450px;}
	.section_six.openkitchen-two .kitchen-right, .mobile_div_img{text-align: center;padding-top: 40px;}
}
@media (max-width:639px) {
.base-header-logo-wrapper .base-header-top-logo {
    width: 250px;
    height: 35px;
}
}




.page-template-sitesage-industry .sitsage-overview .box0 h4 {
    min-height: 30px;
    padding: 0 40px;
}
.txt-upper{
text-transform: uppercase!important;
}
section.openkitchen-two.sitsage-two.pb-5.info-section h5 {
    margin-top: 0px!important;
}
.openkitchen-four.blue-bg-box .coment {
    width: 90%!important;
    margin-left: 125px;
}
.home_cform button {
    border: 0;
    height: 44px;
    border-radius: 4px;
    background-color: #484f60;
    color: #fff;
    opacity: 1;
    width: 100%;
    padding: 0 20px;
    font-weight: 600;
    text-align: left;
}
span.button-arrow {
    margin-left: 30px;
    font-size: 22px;
}

.sitesage-overview .demoform h5 {
    color: #484f60;
    font-weight: 600;
}
.sitesage-overview .demoform {
    background: #fbaf40;
}

.page-template-channel-partners .p1, .p2, .p3 {
    height: auto;
    text-align: left;
    width: auto;
}
.sub-menu ul li a {
    color: #EAEDEE;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    display: block;
    padding: 0 20px;
    margin: 2px 0;
}
.sub-menu ul {
    z-index: 99999999;
    padding-left: 15px;
}
.menu-item-5437 ul.sub-menu {
    width: 220px;
}
section.section_4.customer-review-details {
    margin-bottom: 60px;
}
.sub-menu ul li a:hover {
    text-decoration: underline;
}
.cleint-detail p {
    text-align: right!important;
    margin-bottom: 30px;
}
.single-comment .cleint-detail {
    text-align: right!important;
}
.slick-track{
	display: flex!important;
	align-items: center;
}
.sub-menu ul li:before {
    z-index: 99999999999;
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 10px;
    left: 40px;
    font-weight: normal;
    margin-top: -3px;
    color: #EAEDEE;
}
.ui-section .ui-section-container iframe {
    min-height: auto !important;
}
.page-template-channel-partners section.ui-node-grid.green.ui-section {
    margin-top: 60px;
}
.open-kitchen-industries .content_detail ul li::before {
	background-color: #fcb040!important;
}
.open-kitchen-industries .hitext {
    border-left: 5px solid #fcb040!important;
}
.open-kitchen-industries .sitsage-two span {
    color: #fcb040!important;
}
.open-kitchen-industries .sitsage-application.blue-bg-box {
    background-image: url(/wp-content/uploads/2020/11/OpenKitchen-Applicationsbg.jpg) !important;
}
.open-kitchen-industries .openkitchen-four .coment::before {
    background: url(/wp-content/uploads/2020/12/image_2.png) no-repeat!important;
    height: 100px !important;
}
.open-kitchen-industries a.yellow-btn {
    background: #fcb040;
    color: #000;
    padding: 8px 39px;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: -12px;
    float: right;
}
.open-kitchen-industries .home_cform .home_cinner h5 {
    padding-bottom: 0px;
}
.open-kitchen-industries .content_detail ul li::before {
    content: unset!important;
}
.open-kitchen-industries .content_detail ul {
    margin: 15px 0px 0px 0px;
}
.open-kitchen-industries .sitsage-two ul {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}
.open-kitchen-industries .content_detail ul li {
    margin-bottom: 0px;
}
.black-box {
    background: #484f60;
    padding: 30px 30px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
}
.page-template-open-kitchen-architecture .base-header-bottom-bar2 {
    display: none;
}
.page-template-sitesage-architecture .base-header-bottom-bar2 {
    display: none;
}
.page-template-open-kitchen-architecture .openkitchen-four .coment::before {
    content: unset;
    background: unset;
}
.page-template-open-kitchen-architecture .signature {
    padding-right: 120px;
}
.page-template-open-kitchen-architecture .signature:before {
    bottom: 0;
    top:unset;
}
.black-box p {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.black-box h3 {
    color: #ffb131;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}
.page-template-sitesage-architecture .black-box h3 {
    color: #0164a4;
}
.page-template-sitesage-architecture .openkitchen-four .coment::before {
    content: unset;
    background: unset;
}
.page-template-sitesage-architecture .black-box {
    margin-top: 0px;
}
.page-template-sitesage-architecture .signature {
    padding-right: 120px;
}
.page-template-sitesage-architecture .signature:before {
    bottom: 0;
    top:unset;
    background: url(/wp-content/uploads/2020/11/commentblue.png) !important;
}
.modal-body iframe {
    width: 100%;
}
h4.modal-title {
    font-size: 22px;
    text-align: center;
}
.modal {
    top: 50px!important;
}
.modal-backdrop {
 	z-index: -1!important;
}
@media (max-width:769px) {
.page-template-sitesage-architecture .black-box {
    margin-top: 400px;
}
.page-template-open-kitchen-architecture .black-box {
    margin-top: 550px;
}
.page-template-sitesage-architecture .openkitchen-four, .page-template-open-kitchen-architecture .openkitchen-four {
    padding: 90px 0;
}
}
.sitsage-header {
    background: url(/wp-content/uploads/2020/12/blue-bg.png) center center no-repeat;
    background-size: cover;
    padding-top: 110px;
    position: relative;
    height: 850px;
    background-color: #f1f1f1;
}
.sitsage-header  h4 {
    color: #fcb040;
    margin-top: 10px !important;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;    
}
.sitsage-header .image-box {
    position: absolute;
}
.page-template-equipment-and-energy-management-page .base-header-bottom-bar2 {
    display: none;
}
.sceiton-heading-sub h3 {
    font-size: 34px;
    font-weight: bold;
    color: #333!important;
    margin-top: 30px;
    margin-bottom: 15px;
}
.sceiton-heading-sub p {
    color: #898989;
    font-size: 18px;
    margin-bottom: 30px;
}
.col-md-2.text-center.single-box {
    background: #fff;
    margin: 10px;
    padding: 30px 10px;
    width: 18.2%;
    min-height: 430px;
}
.single-box p {
    color: #898989;
    font-size: 18px;
}
.box-section .container:before {
    content: "";
    background: #484f60;
    width: 15px;
    height: 150px;
    position: absolute;
    left: -33px;
    top: 0px;
}
.box-section .container:after {
    content: "";
    background: #484f60;
    width: 15px;
    height: 150px;
    position: absolute;
    right: -33px;
    bottom: 30px;
}
.single-box h3 {
    font-size: 22px;
    font-weight: bold;
}
.sitsage-header p {
    font-size: 20px;
    color: #FFF;
}
section.box-section.sitesage {
    background: #f1f1f1;
    padding: 150px 0 60px 0px;
}
.coment-info h5 a {
    color: #fcb040;
}
.coment-info h5 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.section-cooment .coment {
    width: 100%!important;
    padding-left: 100px;
    position: relative;
    text-align: left;
    margin-top: 20px;
}
p.name-b {
    text-align: right;
}
.section-cooment .coment:before {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2020/11/koma-1.png) no-repeat;
    width: 130px;
    height: 100px;
    left: 0px;
    top: 0;
    background-size: 60%;
}
.page-template-sitesage-industry .openkitchen-one {
    height: 433px;
}
.page-template-openkitchen-industry .coment-info h5 a {
    color: #484f60;
}
.page-template-openkitchen-industry .section-cooment .coment:before {
    background: unset;
}
.page-template-openkitchen-industry .content_detail h4 {
    margin: 0 0px 33px 0px!important;
}
.page-template-openkitchen-industry .section-cooment .coment {
    padding-left: 0px!important;
}
.page-template-openkitchen-industry .coment img {
    float: left;
    width: auto;
    margin-bottom: 30px;
}
.page-template-sitesage-equipment-and-energy-management-page .base-header-bottom-bar2 {
    display: none;
}
.open-kitchen .single-box {
    background: #fff;
    padding: 30px 10px;
    margin-bottom: 30px;
    min-height: 340px;
}
.open-kitchen-header p {
    font-size: 18px;
    color: #FFF;
}
.image-box {
    margin-top: 30px;
}
.open-kitchen-header h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    color: #0072bc;
    text-transform: uppercase;
}

.open-kitchen  .coment::before {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2020/12/image_2.png) no-repeat!important;
    width: 120px!important;
    height: 100px !important;
    left: -130px!important;
    top: -20px!important;
    background-size: cover;
}
.open-kitchen.blue-bg-box {
    background-image: url(/wp-content/uploads/2020/11/OpenKitchen-Applicationsbg.jpg) !important;
    height: auto !important;
    background-size: cover;
}
section.box-section.open-kitchen {
    background: #f1f1f1;
    padding: 300px 0 60px 0px;
}
.open-kitchen-header{
    background: url(/wp-content/uploads/2020/12/orange-bg.png) center center no-repeat;
    background-size: cover;
    padding-top: 110px;
    position: relative;
    height: 850px;
    background-color: #f1f1f1;
}
section.logo-section.open-kitchen {
    padding: 150px 0 60px 0px;
    text-align: center;
}
.logo-section h3 {
    font-size: 24px;
    margin-bottom: 60px;
}
.page-template-open-kitchen-connected-equipment-page section.box-section.open-kitchen {
    background: #f1f1f1;
    padding: 60px 0 130px 0px;
}
.page-template-sitesage-connected-equipment-page section.box-section.open-kitchen {
    background: #f1f1f1;
    padding: 60px 0 130px 0px;
}
.logo-section .row {
    display: flex;
    align-items: center;
}
.page-template-open-kitchen-connected-equipment-page .box-section .container:after {
    height: 250px;
    bottom: -190px;
}
.page-template-open-kitchen-connected-equipment-page .box-section .container:before {
    height: 250px;
}
.page-template-open-kitchen-connected-equipment-page .open-kitchen-header {
    background-color: #ffffff;
}
.page-template-sitesage-connected-equipment-page .box-section .container:after {
    height: 250px;
    bottom: -190px;
}
.page-template-open-kitchen-connected-equipment-page .open-kitchen .single-box {
    min-height: 300px;
}
.page-template-sitesage-connected-equipment-page .open-kitchen .single-box {
    min-height: 300px;
}
.page-template-sitesage-connected-equipment-page .box-section .container:before {
    height: 250px;
}
.page-template-sitesage-connected-equipment-page .sitsage-header {
    background-color: #ffffff;
}
section.white-box {
    background: #fff;
    height: 260px;
}
.open-kitchen .single-box {
    background: #fff;
    padding: 30px 10px;
    margin-bottom: 30px;
    min-height: 340px;
    box-shadow: 0px 0px 5px 0px #999;
}
.row.open-kitchen.bottom-down {
    position: absolute;
}
.container.info-txt h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333!important;
}
.page-template-open-kitchen-equipment-and-energy-management-page .open-kitchen-header h4 {
    color: #0072bc;
}
.page-template-open-kitchen-food-safety-page .open-kitchen-header h4 {
    color: #0072bc;
}
@media (max-width: 1024px){
section.box-section.open-kitchen {
    padding: 30px 0 60px 0px;
}
.power-home-banner {
    display: inline-block;
    float: unset;
    margin-bottom: 0px;
}	
}

@media (max-width:767px) {
.power-home-banner > img {
    height: 230px;
}	
section.box-section.open-kitchen {
    background: #f1f1f1;
    padding: 30px 0 60px 0px;
}
.col-md-2.text-center.single-box {
    width: 94%;
}
.sceiton-heading-sub h3 {
    font-size: 28px;
}
.openkitchen-four.blue-bg-box .coment {
    width: 100%!important;
    margin-left: 0;
}
section.box-section.sitesage {
    padding: 30px 0 60px 0px;
}
.sitsage-header {
    height: 750px;
}
.open-kitchen .single-box {
    min-height: auto;
}
.col-md-2.text-center.single-box {
    min-height: auto;
}
.open-kitchen .coment::before {
    content: unset;
}
.row.open-kitchen.bottom-down {
    position: unset;
}
section.logo-section.open-kitchen {
    padding: 30px 0 60px 0px;
    text-align: center;
}
.page-template-open-kitchen-connected-equipment-page section.box-section.open-kitchen {
    background: #f1f1f1;
    padding: 30px 0 30px 0px;
}
.page-template-sitesage-connected-equipment-page section.box-section.open-kitchen {
    background: #f1f1f1;
    padding: 30px 0 30px 0px;
}
section.white-box {
    display: none;
}
.header_logo_section .row {
    display: unset!important;
}
section.section_1.customer-review-details {
    margin-top: 470px!important;
}
.header_logo_section img {
    padding: 14px 0!important;
    width: 45%!important;
}
section.section_4.customer-review-details {
    margin-bottom: 60px;
}
}


section.section_1.customer-review-details {
    margin-top: 160px;
}
.page-template-customer-review .base-header-bottom-bar2 {
    display: none;
}
.green-section	 {
    background: url(/wp-content/uploads/2020/12/green-banner-scaled.jpg) center center no-repeat;
    height: 375px;
    background-size: cover;
    padding-top: 110px;
}
.header_logo_section {
    margin-top: 40px;
    background: #FFF;
    padding: 50px 20px;
    z-index: 999999;
    -webkit-box-shadow: 0 5px 10px 0 #CCC;
    filter: drop-shadow(0px 10px 7.5px rgba(0,0,0,0.15));
}
.header_logo_section .row {
    display: flex;
    align-items: center;
}
.header_logo_section img {
    padding: 0 20px;
}
.green-section h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    color: #fcb040;
    text-transform: uppercase;
}
.section_1 .single-comment img, .section_3 .single-comment img  {
    text-align: left;
    float: left;
    padding: 20px;
    width: 150px;
}
p.cleint-detail {
    margin-top: 20px;
}
.section_1 .single-comment p, .section_3 .single-comment p{
	text-align: left;
}
.single-comment {
    margin-bottom: 60px;
}
.section_2 .single-comment img, .section_4 .single-comment img {
    width: 200px;
    float: unset;
    margin-bottom: 10px;
}
.section_2 .single-comment p, .section_4 .single-comment p {
    text-align: left;
}
.section_2 .cleint-detail, .section_4 .cleint-detail {
    text-align: right!important;
}
.single-comment {
    color: #898989;
    font-size: 18px;
}
.section_1 .cleint-detail, .section_3 .cleint-detail {
    margin-top: 20px;
}
.section_1 .case-study, .section_3 .case-study {
    background: #fcb040;
    padding: 10px 20px;
    color: #484f60;
    font-size: 16px;
    font-weight: 700;
    float: left;
}

.popup1 a{
    cursor: pointer;
}

.openkitchen-three-left .item {
    margin-bottom: 90px;
    padding-left: 0;
    position: relative;
}
.openkitchen-three-left .item:before {
    background-image: unset;
} 
.item h3 a {
    color: #fff;
    font-size: 22px;
}
.openkitchen-three-left .item h3 {
    margin-top: 0px;
}

.signature b {
    font-weight: 600;
    color: #898989;
}
.signature {
    padding-right: 100px;
    font-weight: 600;
    color: #898989;
}
.page-template-open-kitchen .signature:before {
    top: 0;
}
.signature:before {
    top: 0px;
}

.kitchen-right.sitesageh5 ul li{
	height: auto;
}
.ui-section-container .fx-lazy-fade-target {
    padding: 0;
}
section.ui-node-grid.green.ui-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 60px;
}
.page-template-channel-partners header.ui-small-hero.black {
    margin-bottom: 40px;
}
.wc-responsive-video.wc-rv-ratio-16-9 {
    margin-top: 30px;
}
.ui-wysiwyg :first-child {
    margin-top: 20px!important;
}
h2.ui-hubspot-headline {
    margin-top: 30px!important;
}
.modal-open .modal {
    z-index: 9999999999;
}