
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated{animation-duration:2s;animation-fill-mode:both;transform:translate3d(0,0)}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes
bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes
flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes
pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes
rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(0.95,1.05,1)}75%{transform:scale3d(1.05,0.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes
shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes
headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes
swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes
tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes
wobble{from{transform:none}15%{transform:translate3d(-25%, 0, 0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0,0,1,-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes
jello{from,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{transform:skewX(-0.19531deg) skewY(-0.19531deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes
bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(0.97,0.97,0.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes
bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes
bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes
bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes
bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes
bounceOut{20%{transform:scale3d(0.9,0.9,0.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(0.3,0.3,0.3)}}.bounceOut{animation-name:bounceOut}@keyframes
bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes
bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes
bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes
bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes
fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes
fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes
fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes
fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes
fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes
fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes
fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes
fadeInUp{from{opacity:0;transform:translate3d(0,20%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes
fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes
fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes
fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes
fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes
fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes
fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes
fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes
fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes
fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes
fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes
flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95,0.95,0.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes
flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}@keyframes
flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}@keyframes
flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@keyframes
flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}@keyframes
lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes
lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes
rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes
rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes
rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes
rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes
rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes
rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes
rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes
rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes
rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes
rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes
hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes
rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes
rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes
zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes
zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes
zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes
zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes
zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes
zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes
zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes
zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes
zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes
zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes
slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes
slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes
slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes
slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes
slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes
slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes
slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes
slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em
40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px
dotted ButtonText}fieldset{border:1px
solid #c0c0c0;margin:0
2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html{font-size:.875em;line-height:1.57143;background:#2a3439;font-family:"roboto",sans-serif;overflow-y:scroll;min-height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}img{max-width:100%;font-style:italic;vertical-align:middle}.gm-style img,img[width],img[height]{max-width:none}ol,ul{margin:0;padding:0;list-style:none}fieldset{border:0;padding:0;margin:0}.input-w{margin:0
0 10px 0}label{display:block;font-weight:600;margin:0
0 10px 0}.form-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}.select-w:after{content:'';background:url(/wp-content/themes/infinity/images/yellow-arrow@2x.png) 0 0 no-repeat;background-size:20px;height:20px;width:20px;float:left;top:40%;right:0;position:absolute}input,textarea{width:100%;border-radius:0;background:transparent;border:0;padding:12px;color:#fff;outline:none;line-height:34px;font-size:18px;text-align:center}select{height:58px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-overflow:'';-webkit-border-radius:0px;width:100%;color:#FFF;background:transparent;padding-left:10px;border:0;font-weight:400;line-height:34px;font-size:18px}select::-ms-expand{display:none}input[type=text],input[type=search],input[type=url],input[type=number],textarea{-webkit-appearance:none}input[type="color"]{width:inherit}input[type="submit"].btn{width:inherit}input[type="checkbox"],input[type="radio"]{width:auto}input[type="search"]{-webkit-appearance:none;border-radius:0}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.has-error,.is-error{border-color:#FF1744}.is-valid{border-color:#00E676}.wpcf7-response-output{color:#fff !important;font-style:italic;font-size:18px;line-height:32px}.alternative .wpcf7-response-output{color:red !important}textarea,input[type="text"],input[type="email"],input[type="button"],input[type="submit"]{-webkit-appearance:none;border-radius:0;color:#fff}input:-ms-input-placeholder{color:#fff}input::placeholder{color:#fff}input::-ms-input-placeholder{color:#fff}.icheckbox_square,.iradio_square{background:#fff;width:20px;height:20px;border:2px
solid #EAEAEA;margin-top:1px;margin-right:8px;float:left}.icheckbox_square.hover,.icheckbox_square.checked,.iradio_square.hover,.iradio_square.checked{background:#EAEAEA}.iradio_square{border-radius:100px}.form-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.form-w
textarea{height:100px;border-bottom:3px solid #f2c408}.form-w .input-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:20px}@media (min-width: 599px){.form-w .input-w.col-2x{clear:none;width:45.37815%;float:left;margin-right:.84034%}.form-w .input-w.col-2x:nth-child(even){clear:none;width:45.37815%;float:right;margin-right:0}}.form-w .input-w
label{font-weight:400}.form-w .input-w input[type=submit]{background:#f2c408;color:#FFF;float:left;width:auto;padding:15px
30px;border:0}.form-w .input-w input[type=file]{padding:0;border:0}.screen-reader-response{display:none}span.wpcf7-not-valid-tip{color:#fff;float:left;position:absolute;top:14px;right:0;font-weight:600;font-size:30px;line-height:32px}.wpcf7-validation-errors{padding:20px
0;clear:both;width:100%;float:left;margin-left:0;margin-right:0;color:red}.download-banner .wpcf7-validation-errors{color:#1a1a1a !important}.download-banner .input-w{position:relative}.download-banner .input-w .wpcf7-not-valid-tip{color:#1a1a1a !important}.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha{width:305px !important}.btn,a.btn,button.btn,input.btn{display:inline-block;vertical-align:middle;font:inherit;text-align:center;margin:0;cursor:pointer;overflow:visible;text-decoration:none;font-weight:400;padding:10px
80px;padding-top:12px;font-size:13px;line-height:36px;border-bottom:0 !important;font-family:"aktiv-grotesk",serif;background-color:#f2c408;color:#1a1a1a !important;border:none}.btn:hover,.btn:active,.btn:focus,a.btn:hover,a.btn:active,a.btn:focus,button.btn:hover,button.btn:active,button.btn:focus,input.btn:hover,input.btn:active,input.btn:focus{text-decoration:none;color:#1a1a1a !important;background:#f2c408}.btn:after,a.btn:after,button.btn:after,input.btn:after{transition:all 0.25s ease;opacity:0;content:'>';left:0px;position:relative !important}.btn:hover:after,a.btn:hover:after,button.btn:hover:after,input.btn:hover:after{content:'>';padding-left:4px;color:#1a1a1a;position:relative !important;top:0;left:4px;opacity:1;transition:all 0.25s ease}.btn::-moz-focus-inner{border:0;padding:0}.btn--small{padding:5px
10px !important}.btn--large{padding:20px
40px !important}.btn--full{width:100%;padding-right:0;padding-left:0}.btn--pill{border-radius:100px}h1,h2,h3,h4,h5,h6,p,li,ul,ol{margin:0;padding:0}.container,.content-right-image-w .content-right-image,.values-w .values,.why-w .why,.introduction-w .introduction,.sectors-w .sectors,.logos-w
.logos{max-width:1440px;margin-left:auto;margin-right:auto}.container:after,.content-right-image-w .content-right-image:after,.values-w .values:after,.why-w .why:after,.introduction-w .introduction:after,.sectors-w .sectors:after,.logos-w .logos:after{content:" ";display:block;clear:both}.content{font-family:"roboto",sans-serif}.content h1,.content h2,.content h3,.content h4,.content h5,.content
h6{margin:0
0 20px 0;font-family:"aktiv-grotesk",serif;color:#1a1a1a;font-weight:600}.content
h1{font-size:34px;line-height:38px}.content h1
u{position:relative;text-decoration:none}.content h1 u:after{content:'';position:absolute;bottom:4px;left:0;width:0;float:left;transition:all 3s ease;border-bottom:3px solid #008AD4}.content h1 u.active:after{transition:all 3s ease;width:100%}.content
h2{font-size:30px;line-height:36px}@media (min-width: 790px){.content
h2{font-size:40px;line-height:46px}}.content
h3{font-size:32px;line-height:36px}.content
h4{font-size:22px;line-height:26px}.content
h5{font-size:22px;line-height:26px}.content
h6{font-size:16px;line-height:20px;font-family:"roboto",sans-serif}.content
p{font-size:16px;line-height:24px;color:#1a1a1a;font-family:"roboto",sans-serif;margin:0;margin-bottom:10px}@media (min-width: 599px){.content
p{margin:0
0 20px 0;margin-font-size:22px;margin-line-height:32px}}.content
a{color:#f2c408;text-decoration:none;outline:0;font-weight:600;position:relative}.content a:hover,.content a:focus{text-decoration:underline}.content a.btn:hover{text-decoration:none}.content
small{margin:0
0 20px 0;font-size:12px;line-height:16px}.content
blockquote{font-style:italic;color:#1a1a1a;padding:20px;padding-bottom:0;margin:20px
0 40px 0;width:100%;clear:both;float:left;border-left:10px solid #868686}.content blockquote
p{font-size:18px;line-height:24px}@media (min-width: 599px){.content blockquote
p{font-size:24px;line-height:28px}}.content
hr{border:0;height:0px;background:#fff;margin:20px
0;width:100%;float:left;clear:both}.content
hr.half{margin:20px
0}@media (min-width: 599px){.content
hr{margin:40px
0 40px 0}}.content
abbr{border-bottom:1px dotted #EAEAEA;cursor:help}.content
figcaption{font-style:italic;margin:20px
0 0 0}.content img.align-right,.content
img.alignright{float:left;width:100%}@media (min-width: 500px){.content img.align-right,.content
img.alignright{float:right;margin:0;width:auto;margin-left:20px;margin-bottom:20px}}.content img.align-left,.content
img.alignleft{float:left;width:100%}@media (min-width: 500px){.content img.align-left,.content
img.alignleft{float:left;margin:0;width:auto;margin-right:20px;margin-bottom:20px}}.content img.align-center,.content
img.aligncenter{float:left;width:100%}@media (min-width: 500px){.content img.align-center,.content
img.aligncenter{display:block;width:auto;margin:0
auto 20px auto}}.content
table{border-collapse:collapse;border-spacing:0;border:#EAEAEA 1px solid;width:100%}.content
th{text-align:left;border:#EAEAEA 1px solid;padding:10px}.content
td{border:#EAEAEA 1px solid;padding:10px}.content
dl{overflow:hidden}.content .bullet-list,.content .numbered-list,.content ul li ol li,.content ol li,.content ul li,.content ol li ul
li{font-size:20px;line-height:24px}.content .bullet-list li,.content .numbered-list li,.content ul li ol li li,.content ol li li,.content ul li li,.content ol li ul li
li{font-size:20px;line-height:24px;position:relative}.content .numbered-list,.content ul li ol li,.content ol
li{list-style:decimal}.content
ul{width:100%;float:left;clear:both;padding:0
0 20px 20px;padding-left:60px}.content ul
li{width:100%;float:left;clear:both;margin:0
0 20px 0;color:#1a1a1a;position:relative}.content ul li:before{float:left;content:'';width:30px;position:absolute;top:4px;left:-60px;height:30px;background:url(/wp-content/themes/infinity/images/tick-icon@2x.png) 0 0 no-repeat;background-size:26px}.content ul li ol,.content ul li
ul{margin:10px
0 0 18px}.content
ol{width:100%;float:left;clear:both;padding:0
0 20px 20px}.content ol
li{width:100%;float:left;color:#1a1a1a;clear:both;margin:0
0 20px 0}.content ol li ol,.content ol li
ul{margin:10px
0 0 18px}.bx-wrapper{position:relative;margin:0
auto;padding:0;*zoom:1;width:100%;float:left}.bx-wrapper
img{display:block}.bx-wrapper .bx-viewport{transform:translatez(0)}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px}@media (min-width: 1440px){.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{bottom:-30px}}.bx-controls{position:relative;max-width:1440px;margin-left:auto;margin-right:auto}.bx-controls:after{content:" ";display:block;clear:both}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-weight:bold;width:100%}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline}.bx-wrapper .bx-pager.bx-default-pager
a{background:transparent;text-indent:-9999px;display:block;float:left;width:12px;height:12px;margin-left:10px;margin-right:10px;outline:0;border-radius:50px;opacity:1;border:3px
solid rgba(255,255,255,0.8)}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager
a.active{background:#fff;border:3px
solid #FFF;width:12px;height:12px;margin-left:10px;margin-right:10px}.bx-wrapper .bx-prev{left:10px}.bx-wrapper .bx-next{right:10px}.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction
a{position:absolute;top:50%;margin-top:16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction
a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;margin:0
3px}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;margin:0
3px}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:rgba(80,80,80,0.75);width:100%}.bx-wrapper .bx-caption
span{color:#fff;display:block;font-size:.85em;padding:10px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0
8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0
auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader
a{color:#CCC}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0
0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler
iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px
0 40px;margin:0
auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure
small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure
figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure
small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px
5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{transform:scale(0.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated{animation-duration:2s;animation-fill-mode:both;transform:translate3d(0,0)}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes
bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes
flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes
pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes
rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(0.95,1.05,1)}75%{transform:scale3d(1.05,0.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes
shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes
headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes
swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes
tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes
wobble{from{transform:none}15%{transform:translate3d(-25%, 0, 0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0,0,1,-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes
jello{from,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{transform:skewX(-0.19531deg) skewY(-0.19531deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes
bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(0.97,0.97,0.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes
bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes
bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes
bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes
bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes
bounceOut{20%{transform:scale3d(0.9,0.9,0.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(0.3,0.3,0.3)}}.bounceOut{animation-name:bounceOut}@keyframes
bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes
bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes
bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes
bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes
fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes
fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes
fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes
fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes
fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes
fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes
fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes
fadeInUp{from{opacity:0;transform:translate3d(0,20%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes
fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes
fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes
fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes
fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes
fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes
fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes
fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes
fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes
fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes
fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes
flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95,0.95,0.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes
flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}@keyframes
flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}@keyframes
flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@keyframes
flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}@keyframes
lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes
lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes
rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes
rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes
rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes
rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes
rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes
rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes
rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes
rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes
rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes
rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes
hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes
rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes
rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes
zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes
zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes
zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes
zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes
zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes
zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes
zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes
zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes
zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes
zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes
slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes
slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes
slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes
slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes
slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes
slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes
slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes
slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.loading,.fade-in{visibility:hidden}.show-sub-tablet{display:none}@media (min-width: 599px){.show-sub-tablet{display:block}}.hide-sub-tablet{display:block}@media (min-width: 599px){.hide-sub-tablet{display:none}}html{background:#2a3439}.header-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0;z-index:20;background:#FFF}@media (min-width: 790px){.header-w.hide{display:none}}.header-w.fixed{background:#FFF;opacity:0;position:fixed;transform:translate(0, -200px);transition:all 0.5s ease}.header-w.fixed.open{height:400px}.header-w.fixed.force-show{opacity:1 !important;display:block !important;transform:translate(0,0px);z-index:100}.header-w.fixed.nav-down{opacity:1;display:block;transform:translate(0, 0px);z-index:100;transition:all 0.5s ease}.header-w
.header{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative;border-top:10px solid #f2c408}@media (min-width: 1440px){.header-w
.header{padding-left:20px;padding-right:20px;border-top:0}}.header-w .header
.menu{width:50px;height:40px;float:right;position:absolute;top:0;right:0;z-index:1000;background:#f2c408}@media (min-width: 1250px){.header-w .header
.menu{display:none}}.header-w .header .menu:after{content:'';background:url(/wp-content/themes/infinity/images/white-arrow@2x.png) center no-repeat;background-size:24px;float:left;height:30px;width:30px;top:2px;left:8px;position:absolute;transform:rotate(90deg);transition:all 0.5s ease}.header-w .header .menu.is-active:after{transform:rotate(270deg);transition:all 0.5s ease;left:10px}.header-w .header .logo-w{margin-top:15px;width:40.67797%;float:left;margin-right:1.69492%;display:none}@media (min-width: 1120px){.header-w .header .logo-w{display:block}}.header-w .header .logo-w.is-active{visibility:hidden;z-index:-1000;position:relative}.header-w .header .logo-w
a{float:left;margin-left:20px}@media (min-width: 1500px){.header-w .header .logo-w
a{margin-left:0}}.header-w .header .logo-w
img{width:120px}.header-w .header .logo-w img.logo-i{display:block}.header-w .header .logo-w img.logo-i.not-home{display:none}@media (min-width: 599px){.header-w .header .logo-w img.logo-i.not-home{display:block}}.header-w .header .logo-w img.logo-alt{display:none}.header-w .header .logo-w img.logo-alt.not-home{display:block}@media (min-width: 599px){.header-w .header .logo-w img.logo-alt.not-home{display:none}}@media (min-width: 599px){.header-w .header .logo-w
img{width:125px}}@media (min-width: 599px){.header-w .header .logo-w a.color-logo
img{width:145px}}@media (min-width: 790px){.header-w .header .logo-w{width:15.25424%;float:left;margin-right:1.69492%}}.navigation-w{width:83.05085%;float:right;margin-right:0;display:none}@media (min-width: 1120px){.navigation-w{display:block}}.navigation-w
.navigation{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.navigation-w .navigation
ul{float:right}.navigation-w .navigation ul
li{float:left;visibility:hidden;font-family:"aktiv-grotesk",serif;font-size:13px;line-height:13px;position:relative;text-transform:uppercase;padding:45px
20px;padding-bottom:40px}@media (min-width: 790px){.navigation-w .navigation ul
li{font-weight:600}}@media (min-width: 1250px){.navigation-w .navigation ul
li{padding:45px
30px;padding-bottom:40px}}.wf-active .navigation-w .navigation ul
li{visibility:visible}.navigation-w .navigation ul li.current-menu-item a:after{content:'';position:absolute;left:-2px;bottom:0;width:100%;border-bottom:2px solid #f2c408}.navigation-w .navigation ul li.current-menu-item ul li a:after{display:none}.navigation-w .navigation ul li.menu-item-has-children{position:relative}.navigation-w .navigation ul li.menu-item-has-children:after{content:'';background:url(/wp-content/themes/infinity/images/black-arrow.png) center no-repeat;background-size:8px;width:8px;height:5px;float:left;position:absolute;top:50%;margin-top:-2px;right:5px}@media (min-width: 1250px){.navigation-w .navigation ul li.menu-item-has-children:after{right:10px}}@media (min-width: 1400px){.navigation-w .navigation ul li.menu-item-1309{position:absolute;top:0;right:0}}@media (min-width: 1400px){.navigation-w .navigation ul li.menu-item-1310{margin-right:200px}}.navigation-w .navigation ul
li.yellow{padding:0;margin-left:20px}.navigation-w .navigation ul li.yellow
a{background:#f2c408;padding:45px;padding-bottom:45px}.navigation-w .navigation ul li.yellow a:hover{text-indent:-12px}.navigation-w .navigation ul li.yellow a:hover:after{content:'>';padding-left:2px;color:#1a1a1a;position:relative !important;top:0;left:4px}.navigation-w .navigation ul li
a{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-decoration:none;color:#2a3439;letter-spacing:3px;position:relative;padding-bottom:5px}.fixed .navigation-w .navigation ul li
a{color:#2a3439}.navigation-w .navigation ul li a:hover:after{content:'';position:absolute;left:-2px;bottom:0;width:100%;border-bottom:2px solid #f2c408}.navigation-w .navigation ul li ul.sub-menu{visibility:hidden;position:absolute;top:100%;background:#FFF;border-top:0;width:230px;padding:0;margin:0;padding:10px
50px;left:-20px;padding-bottom:30px}.navigation-w .navigation ul li ul.sub-menu
li{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0;visibility:hidden;font-size:13px;line-height:13px;margin-bottom:10px;padding-top:10px;text-align:left;text-transform:uppercase}.navigation-w .navigation ul li ul.sub-menu li
a{width:auto;border-right:0;margin-right:auto;margin-left:auto;float:none}.navigation-w .navigation ul li ul.sub-menu li a:hover:after{content:'';position:absolute;left:-2px;bottom:0;width:100%;border-bottom:2px solid #f2c408}.navigation-w .navigation ul li ul.sub-menu li:hover,.navigation-w .navigation ul li ul.sub-menu li.current-menu-item{border-top:0 !important;margin-top:0 !important}.navigation-w .navigation ul li ul.sub-menu.open{visibility:visible;z-index:100}.navigation-w .navigation ul li ul.sub-menu.open
li{visibility:visible}.pagination{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.pagination ol.wp-paginate{padding-left:0 !important;clear:both;width:100%;float:left;margin-left:0;margin-right:0}.pagination ol.wp-paginate
li{font-size:14px;line-height:16px;float:left !important;list-style-type:none !important;width:auto !important;clear:none !important;margin-right:10px !important}.pagination ol.wp-paginate li:nth-child(1){display:none}.pagination ol.wp-paginate li a,.pagination ol.wp-paginate li
span{text-decoration:none;border-bottom:0 !important;padding:10px
20px;float:left;border:1px
solid #ececec;border-bottom:1px solid #ececec !important}.mobile-navigation-overlay{position:absolute;top:15px;left:0;z-index:100;width:100%;height:100%;background:rgba(0,0,0,0.6);display:none}.mobile-navigation-w{top:10px;left:0;clear:both;width:100%;float:left;margin-left:0;margin-right:0;display:none;z-index:100;overflow:scroll;height:100vh;position:absolute;background:#FFF}@media (min-width: 599px){.mobile-navigation-w{width:55%;right:0;top:10px;left:auto}}.mobile-navigation-w.open{display:block}.mobile-navigation-w.fade-out{display:none}.mobile-navigation-w .inside-scroll{clear:both;width:100%;float:left;margin-left:0;margin-right:0;overflow:scroll;min-height:100%}.mobile-navigation-w
.close{background:url(/wp-content/themes/infinity/images/icon_cross@2x.png) center center no-repeat;background-size:30px;width:30px;height:30px;float:right;position:absolute;top:23px;right:20px}@media (min-width: 599px){.mobile-navigation-w
.close{top:60px;right:50px}}.mobile-navigation-w.open .mobile-navigation{transform:translate(0, 0);transition:all 1s ease;background:#FFF}.mobile-navigation-w .mobile-navigation{padding:20px
60px;padding-top:90px;transform:translate(100%, 0);transition:all 1s ease}.mobile-navigation-w .mobile-navigation
h3{font-size:24px;line-height:30px;color:#f2c408;font-family:"aktiv-grotesk",serif;margin-bottom:10px}.mobile-navigation-w .mobile-navigation
p{font-size:17px;line-height:24px;margin-bottom:13px;padding-right:40px}@media (min-width: 599px){.mobile-navigation-w .mobile-navigation
p{padding-right:0}}.mobile-navigation-w .mobile-navigation
a.btn{padding-left:60px;padding-right:60px}.mobile-navigation-w .mobile-navigation ul.navigation-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding-bottom:10px}.mobile-navigation-w .mobile-navigation ul.navigation-i
li{clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:14px;line-height:18px;position:relative;letter-spacing:1px;margin-bottom:30px;font-weight:600;font-family:"aktiv-grotesk",serif}@media (min-width: 599px){.mobile-navigation-w .mobile-navigation ul.navigation-i
li{font-size:18px;line-height:24px}}.mobile-navigation-w .mobile-navigation ul.navigation-i
li.yellow{display:none}.mobile-navigation-w .mobile-navigation ul.navigation-i li.menu-item-has-children:after{content:'';width:20px;height:16px;background:url(/wp-content/themes/infinity/images/black-arrow.png) 0 0 no-repeat;background-size:18px;float:left;position:absolute;right:-8px;top:0;margin-top:0;transition:all 0.5s ease}.mobile-navigation-w .mobile-navigation ul.navigation-i li.menu-item-has-children.open:after{transform:rotate(180deg);right:-8px;top:-6px;transition:all 0.5s ease}.mobile-navigation-w .mobile-navigation ul.navigation-i li
a{color:#1a1a1a;clear:both;width:100%;float:left;margin-left:0;margin-right:0;width:85%;text-transform:uppercase;text-decoration:none}.mobile-navigation-w .mobile-navigation ul.navigation-i li a:hover{color:#008AD4}.mobile-navigation-w .mobile-navigation ul.navigation-i li ul.sub-menu{clear:both;width:100%;float:left;margin-left:0;margin-right:0;display:none;padding-top:20px}.mobile-navigation-w .mobile-navigation ul.navigation-i li ul.sub-menu
li{margin-bottom:10px}.mobile-navigation-w .mobile-navigation ul.navigation-i li.open ul.sub-menu{display:block}.footer-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:60px
20px;color:#868686;overflow:hidden;position:relative;background:#2a3439}@media (min-width: 599px){.footer-w{padding:35px
20px}}.footer-w
a{color:#868686;text-decoration:none}.footer-w a:hover{color:#FFF}.footer-w
.footer{max-width:1440px;margin-left:auto;margin-right:auto;position:relative}.footer-w .footer:after{content:" ";display:block;clear:both}.footer-w .footer
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 599px){.footer-w .footer
.col{clear:none;width:23.72881%;float:left;margin-right:1.69492%}.footer-w .footer .col:nth-child(2){clear:none;width:74.57627%;float:right;margin-right:0}}@media (min-width: 790px){.footer-w .footer
.col{clear:none;width:32.20339%;float:left;margin-right:1.69492%}.footer-w .footer .col:nth-child(2){clear:none;width:66.10169%;float:right;margin-right:0}}@media (max-width: 599px){.footer-w .footer .col:nth-child(1){text-align:center;margin-bottom:55px}}.footer-w .footer .col
img{width:200px}@media (min-width: 599px) and (max-width: 790px){.footer-w .footer .col
img{width:140px}}.footer-w .footer .col .col-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:20px;font-size:12px;line-height:14px}@media (min-width: 599px) and (max-width: 790px){.footer-w .footer .col .col-i{margin-bottom:0;clear:none;width:40.67797%;float:left;margin-right:1.69492%}.footer-w .footer .col .col-i:nth-child(2){clear:none;width:32.20339%;float:left;margin-right:1.69492%}.footer-w .footer .col .col-i:nth-child(3){clear:none;width:15.25424%;float:right;margin-right:0}}@media (min-width: 790px){.footer-w .footer .col .col-i{margin-bottom:0;clear:none;width:40.67797%;float:left;margin-right:1.69492%}.footer-w .footer .col .col-i:nth-child(2){clear:none;width:23.72881%;float:left;margin-right:1.69492%}.footer-w .footer .col .col-i:nth-child(3){clear:none;width:15.25424%;float:left;margin-right:1.69492%}}.footer-w .footer .col .col-i
a{overflow-wrap:break-word;word-wrap:break-word}.footer-w .footer .col .col-i
h5{color:#FFF;font-family:"aktiv-grotesk",serif;font-size:14px;line-height:37px;letter-spacing:1.5px}.footer-w .footer .col .col-i.social-links
a{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.footer-w .footer .col .col-i
.address{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding-right:20px}.footer-w .footer .col .col-i .address:nth-child(2){margin-bottom:20px}@media (min-width: 790px){.footer-w .footer .col .col-i
.address{clear:none;width:49.15254%;float:left;margin-right:1.69492%}.footer-w .footer .col .col-i .address:nth-child(2){margin-bottom:0}.footer-w .footer .col .col-i .address:nth-child(3){clear:none;width:49.15254%;float:right;margin-right:0}}.footer-w .sub-footer{max-width:1440px;margin-left:auto;margin-right:auto;padding-top:50px}.footer-w .sub-footer:after{content:" ";display:block;clear:both}.footer-w .sub-footer
.col{font-size:12px;line-height:14px;clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:20px}@media (min-width: 599px) and (max-width: 790px){.footer-w .sub-footer
.col{margin-bottom:0;clear:none;width:40.67797%;float:left;margin-right:1.69492%;margin-left:25.42373%}.footer-w .sub-footer .col:nth-child(2){margin-left:0%;text-align:right;clear:none;width:32.20339%;float:right;margin-right:0}}@media (min-width: 790px){.footer-w .sub-footer
.col{margin-bottom:0;clear:none;width:32.20339%;float:left;margin-right:1.69492%;margin-left:33.89831%}.footer-w .sub-footer .col:nth-child(2){margin-left:0%;clear:none;width:23.72881%;float:right;margin-right:0}}.footer-w .sub-footer .col
li{font-size:11px;line-height:16px}@media (max-width: 599px){.footer-w .sub-footer .col
li{clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:12px;line-height:16px}}.footer-w .sub-footer .col li
a{text-transform:uppercase;float:left;margin-bottom:10px;margin-right:10px}@media (min-width: 599px){.footer-w .sub-footer .col li
a{clear:none;margin-bottom:0}}a.home-banner-down{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:absolute;bottom:60px;left:50%;height:40px;margin-left:-20px;z-index:100}a.home-banner-down:hover{opacity:0.8}a.home-banner-down:after{content:'';background:url(/wp-content/themes/infinity/images/white-arrow@2x.png) center center no-repeat;height:50px;width:40px;background-size:36px;float:left}.page-content-w{background:#fff;clear:both;width:100%;float:left;margin-left:0;margin-right:0;z-index:10;position:relative}.video-background{background:#000;position:fixed;top:0;right:0;bottom:0;left:0}.video-foreground,.video-background
iframe{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}@media (min-aspect-ratio: 16 / 9){.video-foreground{height:300%;top:-100%}}@media (max-aspect-ratio: 16 / 9){.video-foreground{width:300%;left:-100%}}.embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;visibility:hidden}.embed-container iframe,.embed-container object,.embed-container
embed{position:absolute;top:0;left:0;width:100%;height:100%}.video-btn-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:absolute;right:20px;bottom:20px;z-index:20;width:auto}.video-btn-w a.video-btn{width:25px;height:25px;background:url(/wp-content/themes/infinity/images/video-play-btn@2x.png) center center no-repeat;background-size:20px;float:right;margin-right:20px}.video-btn-w a.video-mute{width:32px;height:25px;background:url(/wp-content/themes/infinity/images/video-mute-btn@2x.png) center center no-repeat;background-size:30px;float:right;margin-right:20px}.video-btn-w a.video-expand{width:25px;height:25px;background:url(/wp-content/themes/infinity/images/video-expand-btn@2x.png) center center no-repeat;background-size:20px;float:right}.banner-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:110px
20px;padding-bottom:140px;background-size:cover;position:relative;z-index:1;overflow:hidden;background-position:center center;border-bottom:5px solid #f2c408}@media (min-width: 599px){.banner-w{padding:180px
20px;padding-bottom:160px}}.page .banner-w{margin-bottom:70px}@media (min-width: 790px){.page .banner-w{margin-bottom:130px}}.banner-w.download-banner{margin-bottom:0;border-bottom:0 !important;padding-bottom:0}.banner-w.download-banner
.banner{max-width:1200px;margin-left:auto;margin-right:auto}.banner-w.download-banner .banner:after{content:" ";display:block;clear:both}.banner-w.download-banner .banner
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:left}@media (min-width: 599px){.banner-w.download-banner .banner
.col{clear:none;width:40.67797%;float:left;margin-right:1.69492%}.banner-w.download-banner .banner .col:nth-child(2){clear:none;width:49.15254%;float:right;margin-right:0}}.banner-w.download-banner .banner .col .form-w{background:#FFF;padding:50px}.banner-w.download-banner .banner .col .form-w
h6{color:#1a1a1a;font-size:22px;line-height:30px;font-family:"roboto",sans-serif}.banner-w.download-banner .banner .col .form-w
h2{color:#1a1a1a;font-size:44px;line-height:50px;margin-bottom:10px}.banner-w.download-banner .banner .col .form-w .input-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:0}.banner-w.download-banner .banner .col .form-w .input-w
input{color:#1a1a1a;text-align:left;font-size:22px;line-height:32px;border-bottom:5px solid #f2c408;margin-bottom:30px}.banner-w.download-banner .banner .col .form-w .input-w input:-ms-input-placeholder{color:#1a1a1a}.banner-w.download-banner .banner .col .form-w .input-w input::placeholder{color:#1a1a1a}.banner-w.download-banner .banner .col .form-w .input-w
button{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.banner-w.download-banner .banner .col.intro-content{padding-top:50px}}.banner-w.download-banner .banner .col.intro-content
h2{font-size:44px;line-height:50px}.banner-w.download-banner .banner .col.intro-content
p{color:#FFF;font-size:22px;line-height:32px;margin-bottom:30px}.banner-w.download-banner .banner .col .video-content{clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:18px;line-height:22px;margin-bottom:40px}@media (min-width: 790px){.banner-w.download-banner .banner .col .video-content{padding-right:30%}}.banner-w.download-banner .banner .col .video-content:before{content:'';float:left;width:45px;height:45px;margin-right:30px;background:url(/wp-content/themes/infinity/images/play-btn@2x.png) 0 0 no-repeat;background-size:45px}.banner-w.download-banner
a.logo{width:115px;position:absolute;top:30px;left:40px;z-index:10}.banner-w .banner-w-img{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:absolute;top:0;left:0;height:100%}@media (min-width: 790px){.banner-w .banner-w-img{height:102%}}.banner-w
.banner{max-width:1440px;margin-left:auto;margin-right:auto;text-align:center;color:#fff;position:relative;z-index:10}.banner-w .banner:after{content:" ";display:block;clear:both}.banner-w .banner
h1{color:#fff;font-size:48px;line-height:52px}@media (min-width: 790px){.banner-w .banner
h1{font-size:60px;line-height:64px}}.banner-w .banner
p{font-size:22px;line-height:32px;margin-top:10px}.home-spacer{background:#fff;clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:70px}@media (min-width: 790px){.home-spacer{height:180px}}.home-banner-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:100vh;position:relative;overflow:hidden}.home-banner-w
.parallax{position:absolute;top:0;border-top:5px solid #f2c408;left:0;width:100%;float:left;height:100%;z-index:11;background:url(/wp-content/themes/infinity/images/home-banner-mobile.jpg) center center no-repeat;background-size:cover}@media (min-width: 599px){.home-banner-w
.parallax{background:#2a3439}}.home-banner-w .parallax
video{width:100%;min-height:100%;height:auto;min-width:100%;object-fit:cover;position:absolute}.home-banner-w .home-banner-overlay{border-top:5px solid #f2c408;background:rgba(42,52,57,0.3);clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:100%;position:absolute;top:0;z-index:93;left:0}.home-banner-w .home-banner-bg{border-top:5px solid #f2c408;clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:100%;position:absolute;top:0;z-index:94;left:0;background:#2a3439}.home-banner-w .home-banner-title{position:absolute;width:100%;top:50%;left:50%;text-align:center;transform:translate(-50%, -50%);z-index:95}.home-banner-w .home-banner-title
h1{font-size:70px;line-height:70px;color:#fff;font-family:"aktiv-grotesk",serif}.home-banner-w .home-banner-logo{position:absolute;width:200px;top:45%;left:48%;transform:translate(-50%, -50%);z-index:95}@media (min-width: 599px){.home-banner-w .home-banner-logo{width:450px}}.home-banner-w .home-banner-logo
img{width:100%}@media (min-width: 599px){.home-banner-w .home-banner-logo img.mob-logo{display:none}}.home-banner-w .home-banner-logo img.desktop-logo{display:none}@media (min-width: 599px){.home-banner-w .home-banner-logo img.desktop-logo{display:block}}.service-matrix-content-tablet{text-align:center;clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:50px
50px;display:none}@media (min-width: 599px) and (max-width: 790px){.service-matrix-content-tablet{display:block}.page-id-13 .service-matrix-content-tablet{display:none}}.service-matrix-content-tablet
h3{font-size:40px;line-height:45px;color:#0B4063}.service-matrix-content-tablet
p{display:none}.service-matrix-content-tablet
span{position:relative;text-decoration:none !important}.service-matrix-content-tablet span:after{content:'';border-bottom:5px solid #008AD4;float:left;width:100%;position:absolute;bottom:6px;left:0;transition:all 4s ease}.service-matrix-w-w,.expertise-w-w,.image-left-w-w,.testimonials-w-w,.image-matrix-c-w-w,.footer-contact-w-w,.logo-matrix-w-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative;background:#FFF;z-index:3}.end-clear{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.image-left-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#FFF}.image-left-w.alliance{margin-top:-60px}@media (min-width: 599px){.image-left-w.alliance{margin-top:0}}@media (min-width: 599px){.image-left-w{padding:150px
20px;padding-bottom:100px}}@media (min-width: 599px) and (max-width: 790px){.page-id-13 .image-left-w{padding-bottom:50px}}@media (min-width: 790px){.image-left-w{padding-bottom:300px}}.image-left-w .image-left{max-width:1440px;margin-left:auto;margin-right:auto;position:relative}.image-left-w .image-left:after{content:" ";display:block;clear:both}.image-left-w .image-left
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.page-id-8 .image-left-w .image-left
.col{display:block}@media (min-width: 599px){.image-left-w .image-left
.col{clear:none;width:83.05085%;float:left;margin-right:1.69492%;display:block}}@media (min-width: 790px){.image-left-w .image-left
.col{clear:none;width:66.10169%;float:left;margin-right:1.69492%}}.image-left-w .image-left .col:nth-child(even){background-size:cover;display:block;position:absolute;top:0;left:0;width:100%;height:100%}.image-left-w .image-left .col:nth-child(even).title-image{position:relative}.image-left-w .image-left .col:nth-child(even).title-image .background-content .content:after{display:none}.image-left-w .image-left .col:nth-child(even).alliance{position:relative;margin-top:60px}@media (min-width: 790px){.image-left-w .image-left .col:nth-child(even).alliance{margin-top:0;position:absolute}}@media (min-width: 599px) and (max-width: 790px){.image-left-w .image-left .col:nth-child(even){clear:none;width:83.05085%;float:right;margin-right:0;margin-top:-15%;background:none;position:relative;top:auto;left:auto}}@media (min-width: 790px){.image-left-w .image-left .col:nth-child(even){width:50%;position:absolute !important;background:none;top:150px;right:0;left:auto}}.image-left-w .image-left .col
.logo{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center}.image-left-w .image-left .col .logo
img{width:130px}.image-left-w .image-left .col .image-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:370px;background:url("/wp-content/themes/infinity/images/office-bg@2x.jpg") center center no-repeat;background-size:cover;position:relative}@media (min-width: 599px) and (max-width: 790px){.image-left-w .image-left .col .image-w{height:400px}}@media (min-width: 790px){.image-left-w .image-left .col .image-w{height:600px;opacity:0}}.image-left-w .image-left .col .image-w
h3{font-size:26px;line-height:30px;position:absolute;bottom:50%;right:0;width:100%;text-align:center;transform:translate(0%, 50%);color:#fff}@media (min-width: 599px) and (max-width: 790px){.image-left-w .image-left .col .image-w
h3{display:none}}@media (min-width: 790px){.image-left-w .image-left .col .image-w
h3{font-size:46px;line-height:50px;position:absolute;bottom:60px;left:50px;text-align:left;width:auto}}.image-left-w .image-left .col .background-content{text-align:center;padding:75px
40px;padding-bottom:130px;clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.image-left-w .image-left .col .background-content{padding:180px;padding-top:140px;margin-top:200px}}.image-left-w .image-left .col .background-content.left-align{padding:75px
40px}@media (min-width: 599px){.image-left-w .image-left .col .background-content.left-align{padding:100px}}@media (min-width: 790px){.image-left-w .image-left .col .background-content.left-align{padding:120px;text-align:left}.image-left-w .image-left .col .background-content.left-align.grey{padding:100px}.image-left-w .image-left .col .background-content.left-align
.content{text-align:left}.image-left-w .image-left .col .background-content.left-align .content:after{display:none}}.image-left-w .image-left .col .background-content.dark-blue{background:rgba(11,64,99,0.95)}@media (max-width: 599px){.page-id-8 .image-left-w .image-left .col .background-content.dark-blue{background:#FFF;text-align:center}.page-id-8 .image-left-w .image-left .col .background-content.dark-blue h1,.page-id-8 .image-left-w .image-left .col .background-content.dark-blue h2,.page-id-8 .image-left-w .image-left .col .background-content.dark-blue h3,.page-id-8 .image-left-w .image-left .col .background-content.dark-blue h4,.page-id-8 .image-left-w .image-left .col .background-content.dark-blue h5,.page-id-8 .image-left-w .image-left .col .background-content.dark-blue h6,.page-id-8 .image-left-w .image-left .col .background-content.dark-blue p,.page-id-8 .image-left-w .image-left .col .background-content.dark-blue li,.page-id-8 .image-left-w .image-left .col .background-content.dark-blue
a{color:#0B4063}}.image-left-w .image-left .col .background-content.dark-blue .content p
strong{font-weight:400 !important}@media (min-width: 790px){.image-left-w .image-left .col .background-content.dark-blue .content
p{font-weight:600 !important}}@media (min-width: 790px){.image-left-w .image-left .col .background-content.dark-blue{background:rgba(11,64,99,0.95)}}.image-left-w .image-left .col .background-content.grey{background:#868686}@media (min-width: 790px){.image-left-w .image-left .col .background-content.grey{float:right;width:80%}}@media (min-width: 790px){.image-left-w .image-left .col .background-content.grey
.content{text-align:left}}.image-left-w .image-left .col .background-content.grey .content:after{display:none}.image-left-w .image-left .col .background-content.grey .content h1,.image-left-w .image-left .col .background-content.grey .content h3,.image-left-w .image-left .col .background-content.grey .content h3,.image-left-w .image-left .col .background-content.grey .content h4,.image-left-w .image-left .col .background-content.grey .content
h5{color:#0B4063}.image-left-w .image-left .col .background-content.grey .content
p{color:#0B4063}.image-left-w .image-left .col .background-content.grey .content p
a{color:#0B4063}.image-left-w .image-left .col .background-content.grey .content p a:hover{color:#008AD4}.image-left-w .image-left .col .background-content
.content{position:relative}.image-left-w .image-left .col .background-content .content:after{content:'';background:url(/wp-content/themes/infinity/images/icon_logo_asset_white@2x.png) center center no-repeat;position:absolute;top:120%;left:50%;width:40px;height:40px;background-size:40px;margin-left:-20px}@media (min-width: 599px) and (max-width: 790px){.image-left-w .image-left .col .background-content .content:after{display:none}}.image-left-w .image-left .col .background-content .content
h1{color:#fff;font-weight:500;font-size:50px;line-height:60px}.image-left-w .image-left .col .background-content .content
h2{color:#fff;font-weight:500;font-size:44px;line-height:50px}.image-left-w .image-left .col .background-content .content
h3{color:#fff;font-weight:500;font-size:26px;line-height:30px}@media (min-width: 599px){.image-left-w .image-left .col .background-content .content
h3{font-size:40px;line-height:44px}}.image-left-w .image-left .col .background-content .content
h4{color:#fff;font-weight:500;font-size:36px;line-height:40px}.image-left-w .image-left .col .background-content .content
h5{color:#fff;font-weight:500;font-size:30px;line-height:34px}.image-left-w .image-left .col .background-content .content p,.image-left-w .image-left .col .background-content .content
li{color:#fff}@media (min-width: 599px) and (max-width: 790px){.image-left-w .image-left .col .background-content .content p,.image-left-w .image-left .col .background-content .content
li{font-size:26px;line-height:30px}}.testimonials-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0px
20px;padding-bottom:70px;position:relative}@media (min-width: 790px){.testimonials-w{padding-bottom:140px}}.testimonials-w .testimonials-next{background:url("/wp-content/themes/infinity/images/yellow-arrow@2x.png") center center no-repeat;width:30px;height:30px;background-size:30px;float:right;position:absolute;right:-60px;top:40%;transform:rotate(270deg)}.testimonials-w .testimonials-prev{background:url("/wp-content/themes/infinity/images/yellow-arrow@2x.png") center center no-repeat;width:30px;background-size:30px;height:30px;float:right;position:absolute;left:-60px;top:40%;transform:rotate(90deg)}.testimonials-w
.testimonials{max-width:1000px;margin-left:auto;margin-right:auto;position:relative}.testimonials-w .testimonials:after{content:" ";display:block;clear:both}.testimonials-w .testimonials .testimonial-i{text-align:center}.testimonials-w .testimonials .testimonial-i
img{margin-bottom:35px;width:100%}.testimonials-w .testimonials .testimonial-i .content-testimonial{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:10px}.testimonials-w .testimonials .testimonial-i .content-name{font-size:20px;line-height:30px;font-family:"aktiv-grotesk",serif;color:#f2c408}.testimonials-w .testimonials .testimonial-i .content-title{font-size:16px;line-height:28px;font-style:italic;color:#1a1a1a}.image-right-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#FFF}@media (min-width: 599px){.image-right-w{padding:150px
20px;padding-bottom:100px}}@media (min-width: 790px){.image-right-w{padding-bottom:300px}}.image-right-w .image-right{max-width:1440px;margin-left:auto;margin-right:auto;position:relative}.image-right-w .image-right:after{content:" ";display:block;clear:both}.image-right-w .image-right
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0;display:none}.page-id-8 .image-right-w .image-right
.col{display:block}@media (min-width: 599px){.image-right-w .image-right
.col{clear:none;width:83.05085%;float:right;margin-right:0;display:block}}@media (min-width: 790px){.image-right-w .image-right
.col{clear:none;width:66.10169%;float:right;margin-right:0}}.image-right-w .image-right .col:nth-child(even){background:url("/wp-content/themes/infinity/images/office-bg@2x.jpg") center center no-repeat;background-size:cover;display:block}@media (min-width: 599px) and (max-width: 790px){.image-right-w .image-right .col:nth-child(even){clear:none;width:83.05085%;float:left;margin-right:1.69492%;margin-top:-15%;background:none;position:relative}}@media (min-width: 790px){.image-right-w .image-right .col:nth-child(even){width:50%;position:absolute;background:none;top:150px;left:0}}.image-right-w .image-right .col .image-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:370px;background:url("/wp-content/themes/infinity/images/office-bg@2x.jpg") center center no-repeat;background-size:cover;position:relative}@media (min-width: 599px) and (max-width: 790px){.image-right-w .image-right .col .image-w{height:400px}}@media (min-width: 790px){.image-right-w .image-right .col .image-w{height:600px}}.image-right-w .image-right .col .image-w
h3{font-size:26px;line-height:30px;position:absolute;bottom:50%;right:0;width:100%;text-align:center;transform:translate(0%, 50%);color:#fff}@media (min-width: 599px) and (max-width: 790px){.image-right-w .image-right .col .image-w
h3{display:none}}@media (min-width: 790px){.image-right-w .image-right .col .image-w
h3{font-size:46px;line-height:50px;position:absolute;bottom:60px;right:50px;text-align:left;width:auto}}.image-right-w .image-right .col .background-content{text-align:center;padding:75px
40px;padding-bottom:130px;clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.image-right-w .image-right .col .background-content{padding:180px;padding-top:140px;margin-top:200px}}.image-right-w .image-right .col .background-content.left-align{padding:75px
40px}@media (min-width: 599px){.image-right-w .image-right .col .background-content.left-align{padding:100px}}@media (min-width: 790px){.image-right-w .image-right .col .background-content.left-align{padding:120px;text-align:left}.image-right-w .image-right .col .background-content.left-align.grey{padding:120px}.image-right-w .image-right .col .background-content.left-align
.content{text-align:left}.image-right-w .image-right .col .background-content.left-align .content:after{display:none}}.image-right-w .image-right .col .background-content.dark-blue{background:rgba(11,64,99,0.95)}@media (max-width: 599px){.page-id-8 .image-right-w .image-right .col .background-content.dark-blue{background:#FFF;text-align:center}.page-id-8 .image-right-w .image-right .col .background-content.dark-blue h1,.page-id-8 .image-right-w .image-right .col .background-content.dark-blue h2,.page-id-8 .image-right-w .image-right .col .background-content.dark-blue h3,.page-id-8 .image-right-w .image-right .col .background-content.dark-blue h4,.page-id-8 .image-right-w .image-right .col .background-content.dark-blue h5,.page-id-8 .image-right-w .image-right .col .background-content.dark-blue h6,.page-id-8 .image-right-w .image-right .col .background-content.dark-blue p,.page-id-8 .image-right-w .image-right .col .background-content.dark-blue li,.page-id-8 .image-right-w .image-right .col .background-content.dark-blue
a{color:#0B4063}}@media (min-width: 790px){.image-right-w .image-right .col .background-content.dark-blue .content
p{font-weight:600 !important}}@media (min-width: 790px){.image-right-w .image-right .col .background-content.dark-blue{background:rgba(11,64,99,0.95)}}.image-right-w .image-right .col .background-content.grey{background:#868686}@media (min-width: 790px){.image-right-w .image-right .col .background-content.grey
.content{text-align:left}}.image-right-w .image-right .col .background-content.grey .content h1,.image-right-w .image-right .col .background-content.grey .content h3,.image-right-w .image-right .col .background-content.grey .content h3,.image-right-w .image-right .col .background-content.grey .content h4,.image-right-w .image-right .col .background-content.grey .content
h5{color:#0B4063}.image-right-w .image-right .col .background-content.grey .content
p{color:#0B4063}.image-right-w .image-right .col .background-content.grey .content p
a{color:#0B4063}.image-right-w .image-right .col .background-content.grey .content p a:hover{color:#008AD4}.image-right-w .image-right .col .background-content
.content{position:relative}.image-right-w .image-right .col .background-content .content:after{content:'';background:url(/wp-content/themes/infinity/images/icon_logo_asset_white@2x.png) center center no-repeat;position:absolute;top:120%;left:50%;width:40px;height:40px;background-size:40px;margin-left:-20px;display:none}@media (min-width: 790px){.image-right-w .image-right .col .background-content .content:after{display:block}}.image-right-w .image-right .col .background-content .content
h1{color:#fff;font-weight:500;font-size:50px;line-height:60px}.image-right-w .image-right .col .background-content .content
h2{color:#fff;font-weight:500;font-size:44px;line-height:50px}.image-right-w .image-right .col .background-content .content
h3{color:#fff;font-weight:500;font-size:26px;line-height:30px}@media (min-width: 599px){.image-right-w .image-right .col .background-content .content
h3{font-size:40px;line-height:44px}}.image-right-w .image-right .col .background-content .content
h4{color:#fff;font-weight:500;font-size:36px;line-height:40px}.image-right-w .image-right .col .background-content .content
h5{color:#fff;font-weight:500;font-size:30px;line-height:34px}.image-right-w .image-right .col .background-content .content p,.image-right-w .image-right .col .background-content .content
li{color:#fff}@media (min-width: 599px) and (max-width: 790px){.image-right-w .image-right .col .background-content .content p,.image-right-w .image-right .col .background-content .content
li{font-size:26px;line-height:30px}}.interview-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:70px
20px}@media (min-width: 790px){.interview-w{padding:140px
20px}}.interview-w
.interview{max-width:1200px;margin-left:auto;margin-right:auto}.interview-w .interview:after{content:" ";display:block;clear:both}.interview-w .interview
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.interview-w .interview .col:nth-child(1){margin-bottom:40px}@media (min-width: 790px){.interview-w .interview
.col{clear:none;width:49.15254%;float:left;margin-right:1.69492%}.interview-w .interview .col:nth-child(1){margin-bottom:0px}.interview-w .interview .col:nth-child(2){clear:none;width:49.15254%;float:right;margin-right:0}}.interview-w .interview .col .accordion-w-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0;margin:0}@media (min-width: 790px){.interview-w .interview .col .accordion-w-w{padding:0;margin:0}}.interview-w .interview .col .accordion-w-w .accordion-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0;margin:0}@media (min-width: 790px){.interview-w .interview .col .accordion-w-w .accordion-w{padding:0;margin:0}}.interview-w .interview .col .accordion-w-w .accordion-w
.accordion{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.interview-w .interview .col .accordion-w-w .accordion-w
.accordion{clear:both;width:100%;float:left;margin-left:0;margin-right:0}}.footer-contact-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:url(/wp-content/themes/infinity/images/send-message.jpg) center no-repeat;background-size:cover;padding:80px
20px;padding-bottom:60px;background-attachment:fixed !important}.footer-contact-w.alternative{background:#FFF}.footer-contact-w.alternative .footer-contact{max-width:420px;margin-left:auto;margin-right:auto}.footer-contact-w.alternative .footer-contact:after{content:" ";display:block;clear:both}.footer-contact-w.alternative .footer-contact .input-w input,.footer-contact-w.alternative .footer-contact .input-w textarea,.footer-contact-w.alternative .footer-contact .input-w
select{border:1px
solid #CCC;border-radius:2px;text-align:left;color:#1a1a1a;font-size:14px;text-align-last:left;line-height:24px}.footer-contact-w.alternative .footer-contact .input-w input:-ms-input-placeholder,.footer-contact-w.alternative .footer-contact .input-w textarea:-ms-input-placeholder,.footer-contact-w.alternative .footer-contact .input-w select:-ms-input-placeholder{color:#1a1a1a}.footer-contact-w.alternative .footer-contact .input-w input::placeholder,.footer-contact-w.alternative .footer-contact .input-w textarea::placeholder,.footer-contact-w.alternative .footer-contact .input-w select::placeholder{color:#1a1a1a}.footer-contact-w.alternative .footer-contact .input-w .select-w:after{right:20px}.footer-contact-w.alternative .footer-contact .input-w
textarea{height:120px}.footer-contact-w.alternative .footer-contact
h2{color:#1a1a1a;position:relative;padding-bottom:60px}.footer-contact-w.alternative .footer-contact h2:after{content:'';position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);width:120px;border-bottom:5px solid #f2c408}@media (min-width: 790px){.footer-contact-w.alternative .footer-contact h2:after{width:200px}}@media (min-width: 790px){.footer-contact-w{padding:150px
20px}}.footer-contact-w .footer-contact{max-width:900px;margin-left:auto;margin-right:auto}.footer-contact-w .footer-contact:after{content:" ";display:block;clear:both}.footer-contact-w .footer-contact
h2{color:#FFF;font-size:30px;line-height:34px;text-align:center;margin-bottom:30px}@media (min-width: 599px){.footer-contact-w .footer-contact
h2{font-size:42px;line-height:48px;margin-bottom:60px}}.footer-contact-w .footer-contact .input-w{margin-bottom:30px;position:relative}@media (min-width: 599px){.footer-contact-w .footer-contact .input-w{margin-bottom:40px}}.footer-contact-w .footer-contact .input-w
label{color:#fff}.footer-contact-w .footer-contact .input-w
input{border-bottom:5px solid #f2c408;color:#fff !important;font-size:20px;line-height:32px;text-align:center;background:transparent !important}@media (min-width: 599px){.footer-contact-w .footer-contact .input-w
input{font-size:18px;line-height:32px}}.footer-contact-w .footer-contact .input-w
select{border-bottom:5px solid #f2c408;text-align-last:center;text-align:center;z-index:2;position:relative}.footer-contact-w .footer-contact .input-w
textarea{border-bottom:5px solid #f2c408}.footer-contact-w .footer-contact .input-w.centered{text-align:center;margin-top:20px}.footer-contact-w .footer-contact .input-w.centered
button{background:#f2c408;font-size:13px;line-height:30px;color:#1a1a1a;border:0px;font-family:"aktiv-grotesk",serif;padding:10px
80px}@media (max-width: 599px){.footer-contact-w .footer-contact .input-w.centered
button{padding:10px;clear:both;width:100%;float:left;margin-left:0;margin-right:0}}.wpcf7-response-output{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center;color:#15802C}.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha{width:165px;margin:auto}.team-i-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.team-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#2a3439;padding:70px
50px;padding-top:0;position:relative}@media (min-width: 599px){.team-w{padding:70px
20px;padding-top:0}}@media (min-width: 790px){.team-w{padding:150px
20px;padding-top:20px}}.team-w .team-next{background:url("/wp-content/themes/infinity/images/yellow-arrow@2x.png") center center no-repeat;width:30px;height:30px;background-size:30px;float:right;position:absolute;right:10px;top:20%;cursor:pointer;transform:rotate(270deg)}@media (min-width: 599px){.team-w .team-next{display:none}}.team-w .team-prev{background:url("/wp-content/themes/infinity/images/yellow-arrow@2x.png") center center no-repeat;width:30px;background-size:30px;height:30px;float:right;position:absolute;left:10px;top:20%;cursor:pointer;transform:rotate(90deg)}@media (min-width: 599px){.team-w .team-prev{display:none}}.team-w
.team{max-width:1200px;margin-left:auto;margin-right:auto}.team-w .team:after{content:" ";display:block;clear:both}.team-w .team .team-member{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:40px;position:relative;cursor:pointer;padding-right:20px;height:550px}@media (min-width: 599px){.team-w .team .team-member{height:auto;clear:none;width:28.57143%;float:left;margin-right:2.04082%}.team-w .team .team-member:nth-child(3n){clear:none;width:28.57143%;float:left;margin-right:2.04082%}.team-w .team .team-member:nth-child(4){margin-left:10.20408%}.team-w .team .team-member:nth-child(6n){clear:none;width:28.57143%;float:right;margin-right:0}.team-w .team .team-member:nth-child(8){clear:none;width:28.57143%;float:left;margin-right:2.04082%}}.team-w .team .team-member:hover .team-info-w{opacity:1;transition:all 0.5s ease}.team-w .team .team-member
img{width:100%}@media (min-width: 599px){.team-w .team .team-member:nth-child(3n) .team-info-w-x{opacity:0;right:0;left:auto}}@media (min-width: 599px) and (min-width: 599px){.team-w .team .team-member:nth-child(3n) .team-info-w-x{right:14%}}@media (min-width: 599px){.team-w .team .team-member:nth-child(3n) .team-info-w-x .team-info:before{content:'';left:auto;right:0}.team-w .team .team-member:nth-child(3n) .team-info-w-x:hover{opacity:1;transition:all 0.5s ease}}.team-w .team .team-member .team-info-w{opacity:0;position:absolute;bottom:40px;left:0;width:100%;z-index:1000;transition:all 0.5s ease}@media (min-width: 599px){.team-w .team .team-member .team-info-w{left:14%;bottom:auto;top:70%;width:300px}}@media (min-width: 790px){.team-w .team .team-member .team-info-w{width:400px}}.team-w .team .team-member .team-info{padding:40px;background:#f2c408;clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative}.team-w .team .team-member .team-info:before{content:'';width:0;height:0;border-style:solid;border-width:0 20px 20px 20px;border-color:transparent transparent #f2c408 transparent;position:absolute;top:-20px;left:0}.team-w .team .team-member .team-info
.title{clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:16px;line-height:24px;font-style:italic;color:#2a3439;margin-bottom:5px}.team-w .team .team-member .team-info
.name{clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:22px;line-height:28px;font-weight:600;color:#2a3439;margin-bottom:10px}.team-w .team .team-member .team-info
.description{clear:both;width:100%;float:left;margin-left:0;margin-right:0;color:#2a3439;font-size:15px;line-height:24px;margin-bottom:20px}.team-w .team .team-member .team-info
.social{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.team-w .team .team-member .team-info .social
a.instagram{background:url(/wp-content/themes/infinity/images/instagram-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.team-w .team .team-member .team-info .social
a.twitter{background:url(/wp-content/themes/infinity/images/twitter-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.team-w .team .team-member .team-info .social
a.linkedin{background:url(/wp-content/themes/infinity/images/linkedin-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.team-w .team .team-member .team-info .social
a.facebook{background:url(/wp-content/themes/infinity/images/facebook-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:10px;float:left}.content-right-image-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;z-index:3;position:relative;background:#FFF;padding:0px
0px}@media (min-width: 790px){.content-right-image-w{padding:150px
60px;padding-right:0}}@media (min-width: 1300px){.content-right-image-w{padding:150px
100px;padding-right:0}}@media (min-width: 1500px){.content-right-image-w{padding-right:100px}}.content-right-image-w.grey-content-w{padding-top:0}@media (min-width: 790px){.content-right-image-w.pdf-list{padding-right:100px}}.content-right-image-w.pdf-list .pdf-list-i{padding:0
40px}@media (min-width: 790px){.content-right-image-w.pdf-list .pdf-list-i{padding:0;padding-right:70px}}.content-right-image-w.pdf-list .pdf-list-i
p{color:#0B4063;font-size:22px;line-height:30px;font-weight:600;margin-bottom:35px}@media (min-width: 790px){.content-right-image-w.pdf-list .pdf-list-i
p{font-size:28px;line-height:40px}}@media (min-width: 599px){.content-right-image-w.pdf-list.hide-desktop{display:none}}.content-right-image-w.grey{background:#f7f8f9}@media (max-width: 599px){.content-right-image-w.grey .btn-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center}}@media (min-width: 801px){.content-right-image-w .content-right-image{opacity:0}}.content-right-image-w .content-right-image
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative}@media (min-width: 790px){.content-right-image-w .content-right-image
.col{clear:none;width:40.67797%;float:left;margin-right:1.69492%}.content-right-image-w .content-right-image .col:nth-child(odd){clear:none;width:49.15254%;float:right;margin-right:0}}@media (min-width: 790px){.content-right-image-w .content-right-image .col.pdf-list-i,.content-right-image-w .content-right-image
.col.below{clear:none;width:40.67797%;float:right;margin-right:0}}@media (min-width: 790px){.content-right-image-w .content-right-image .col.pdf-list-i-alt,.content-right-image-w .content-right-image .col.below-alt{clear:none;width:49.15254%;float:left;margin-right:1.69492%}}@media (max-width: 599px){.content-right-image-w .content-right-image .col.hide-mobile{display:none !important}}.content-right-image-w .content-right-image .col .copy-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:75px
40px;padding-bottom:75px}@media (min-width: 790px){.content-right-image-w .content-right-image .col .copy-i{padding:0}.content-right-image-w .content-right-image .col .copy-i.center{position:absolute;top:50%;left:0;transform:translate(0, -50%)}}.content-right-image-w .content-right-image .col .copy-i
a.btn{margin-top:20px}.content-right-image-w .content-right-image .col .copy-i a.btn.no-margin{margin-top:0}@media (max-width: 599px){.content-right-image-w .content-right-image .col .copy-i a.btn
span{display:none}}@media (max-width: 599px){.content-right-image-w .content-right-image .col .copy-i .btn-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center}}.content-right-image-w .content-right-image .col .copy-i .icon-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-top:10px}.content-right-image-w .content-right-image .col .copy-i .icon-w
ul{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:0;padding-left:0 !important;padding-bottom:10px}.content-right-image-w .content-right-image .col .copy-i .icon-w ul
li{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.content-right-image-w .content-right-image .col .copy-i .icon-w ul li:before{display:none}@media (min-width: 599px){.content-right-image-w .content-right-image .col .copy-i .icon-w ul
li{clear:none;width:31.03448%;float:left;margin-right:3.44828%}.content-right-image-w .content-right-image .col .copy-i .icon-w ul li:nth-child(3n){clear:none;width:31.03448%;float:right;margin-right:0}}.content-right-image-w .content-right-image .col .copy-i .icon-w ul li .icon-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:80px;margin-bottom:15px}.content-right-image-w .content-right-image .col .copy-i .icon-w ul li
span{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center;font-size:18px;line-height:20px;font-weight:500}@media (min-width: 599px){.content-right-image-w .content-right-image .col .copy-i .icon-w ul li
span{text-align:center}}.content-right-image-w .content-right-image .col .img-i-mobile{position:absolute;top:0;left:0;width:100%;float:left;height:100%}.content-right-image-w .content-right-image .col .img-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-top:-150px;height:340px}@media (min-width: 599px){.content-right-image-w .content-right-image .col .img-i{height:560px}}@media (min-width: 790px){.content-right-image-w .content-right-image .col .img-i{margin-top:0}}@media (min-width: 790px) and (max-width: 1299px){.content-right-image-w .content-right-image .col .img-i{height:480px;transform:scale(1, 1);transition:all 0.5s ease;background-size:100% !important}}@media (min-width: 1300px){.content-right-image-w .content-right-image .col .img-i{height:480px;transform:scale(1, 1);transition:all 0.5s ease}}.content-right-image-w .content-right-image .col .img-i.no-parallax{margin-top:0;height:180px}@media (min-width: 599px){.content-right-image-w .content-right-image .col .img-i.no-parallax{height:400px}}@media (min-width: 790px){.content-right-image-w .content-right-image .col .img-i.no-parallax{height:480px}}.content-right-image-w .content-right-image .col .img-i:hover{transform:scale(1.05, 1.05);transition:all 0.5s ease}.content-right-image-w .content-right-image .col .img-i-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;overflow:hidden;height:180px}@media (min-width: 599px){.content-right-image-w .content-right-image .col .img-i-w{height:400px}}@media (min-width: 790px){.content-right-image-w .content-right-image .col .img-i-w{height:480px}}.content-right-image-w .content-right-image .col.list-content{background:#868686;padding:70px
40px;padding-bottom:40px}@media (max-width: 599px){.content-right-image-w .content-right-image .col.list-content{height:auto !important}}@media (min-width: 790px){.content-right-image-w .content-right-image .col.list-content{padding:70px
70px;clear:none;width:40.67797%;float:right;margin-right:0}}@media (min-width: 790px){.content-right-image-w .content-right-image .col.list-content-alt{clear:none;width:49.15254%;float:left;margin-right:1.69492%}}@media (min-width: 790px){.content-right-image-w .content-right-image .col.grey-alt{min-height:480px;clear:none;width:40.67797%;float:left;margin-right:1.69492%}}.content-right-image-w .content-right-image .col.grey-content{background:#868686;padding:80px
40px;padding-bottom:60px}@media (min-width: 790px){.content-right-image-w .content-right-image .col.grey-content{min-height:480px;padding:80px
80px;clear:none;width:49.15254%;float:right;margin-right:0;position:relative}.content-right-image-w .content-right-image .col.grey-content
.content{position:absolute;top:50%;width:75%;transform:translate(0, -50%)}.content-right-image-w .content-right-image .col.grey-content .content
p{font-size:22px;line-height:30px;font-weight:bold;margin-bottom:0}.content-right-image-w .content-right-image .col.grey-content .content
a{color:#0B4063;text-decoration:underline}}.billboard-w-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;z-index:3;position:relative;overflow:hidden;background-position:0 right !important;z-index:100}@media (max-width: 790px){.billboard-w-w{height:400px}}@media (max-width: 790px){.page-id-8 .billboard-w-w{height:auto !important;padding:60px
0}.page-id-8 .billboard-w-w
.billboard{height:auto !important}.page-id-8 .billboard-w-w .billboard .secondary-content{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:30px;padding-top:40px}.page-id-8 .billboard-w-w .billboard .bottom-content{position:relative;left:auto;bottom:auto;transform:translate(0, 0);margin-bottom:20px}}.billboard-w-w .billboard-w-w-image{width:100%;float:left;height:130%;position:absolute;top:-100px;left:0}@media (min-width: 801px){.billboard-w-w .billboard-w-w-image{top:0px}}@media (min-width: 790px){.billboard-w-w .billboard-w-w-image{height:102%}}@media (min-width: 1030px){.billboard-w-w .billboard-w-w-image{background-attachment:fixed !important}}.billboard-w{background-size:cover;clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0
40px}@media (min-width: 599px){.billboard-w{display:block;padding:0
50px}}@media (min-width: 790px){.billboard-w{display:block;padding:0
60px}}@media (min-width: 1300px){.billboard-w{display:block;padding:0
100px}}.billboard-w
.billboard{max-width:1440px;margin-left:auto;margin-right:auto;height:400px;position:relative}.billboard-w .billboard:after{content:" ";display:block;clear:both}@media (min-width: 790px){.billboard-w
.billboard{height:660px}}.billboard-w .billboard .secondary-content{background:#868686;padding:70px
70px;padding-bottom:20px}@media (min-width: 790px){.billboard-w .billboard .secondary-content{position:absolute;width:45%;right:0;top:50%;transform:translate(0, -50%);text-align:left}}.billboard-w .billboard .bottom-content{position:absolute;bottom:50%;left:50%;width:100%;transform:translate(-50%, 50%)}@media (min-width: 790px){.billboard-w .billboard .bottom-content{width:45%;left:0;transform:translate(0, 50%);text-align:left}}@media (min-width: 1440px){.billboard-w .billboard .bottom-content{width:38%;left:0;transform:translate(0, 50%);text-align:left}}.billboard-w .billboard .bottom-content
h3{color:#fff;font-weight:600;font-size:34px;line-height:38px;margin-bottom:20px}@media (min-width: 599px){.billboard-w .billboard .bottom-content
h3{font-size:34px;line-height:38px}}.billboard-w .billboard .bottom-content h3
span{border-bottom:5px solid #008AD4}.billboard-w .billboard .bottom-content
p{color:#fff;font-size:20px;line-height:26px;margin-bottom:20px}@media (min-width: 599px){.billboard-w .billboard .bottom-content
p{font-size:26px;line-height:30px}.page-id-8 .billboard-w .billboard .bottom-content
p{font-size:20px;line-height:26px}}a.video-icon{width:100%;height:100%;float:left;background:url(/wp-content/themes/infinity/images/play-btn@2x.png) rgba(0,0,0,0.4) center no-repeat;position:absolute;background-size:75px;top:0;left:0;cursor:pointer}a.video-icon:focus{outline:none}@media (min-width: 790px){a.video-icon{float:left;background:url(/wp-content/themes/infinity/images/play-btn@2x.png) rgba(0,0,0,0.4) center no-repeat;position:absolute;background-size:130px}}.spacer-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#FFF;height:70px}@media (min-width: 790px){.spacer-w{height:140px}}.body-w{background:#FFF;clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0px
0px}@media (min-width: 599px){.body-w{padding:0px
20px}}@media (min-width: 790px){.body-w{padding:40px
20px}}.body-w.bottom-padding{padding-bottom:50px}@media (min-width: 790px){.body-w.bottom-padding{padding-bottom:100px}}.blog .body-w{border-top:5px solid #f2c408}.body-w.yellow-bg{background:#f2c408;padding-bottom:70px;padding-top:0}@media (min-width: 790px){.body-w.yellow-bg{padding-bottom:140px}}@media (min-width: 599px){.body-w.yellow-bg .body .left-align{padding-bottom:0}}.body-w.dark-bg{background:#2a3439;padding-bottom:70px;padding-top:0}@media (min-width: 790px){.body-w.dark-bg{padding-bottom:140px}}@media (min-width: 599px){.body-w.dark-bg .body .left-align{padding-bottom:0}}.body-w.dark-bg
p{color:#FFF}.body-w
.body{max-width:1200px;margin-left:auto;margin-right:auto;position:relative}.body-w .body:after{content:" ";display:block;clear:both}.body-w .body .left-align{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0
20px;padding-bottom:70px}@media (min-width: 599px){.body-w .body .left-align{padding-left:0;padding-right:0;padding-bottom:70px}}@media (min-width: 790px){.body-w .body .left-align{padding:0
0px;padding-bottom:120px;clear:none;width:49.15254%;float:left;margin-right:1.69492%}}.body-w .body .left-align
p{font-size:18px;line-height:28px}.body-w .body .two-column{padding-bottom:70px}@media (min-width: 790px){.body-w .body .two-column{columns:300px 2;column-gap:110px}}.body-w .body .two-column ul li:before{background:url(/wp-content/themes/infinity/images/yellow-arrow@2x.png) center no-repeat;background-size:18px;top:0;transform:rotate(270deg)}.body-w .body .body-content{max-width:1000px;margin-left:auto;margin-right:auto;padding:0px
20px;margin:120px
0;margin-bottom:60px}.body-w .body .body-content:after{content:" ";display:block;clear:both}@media (min-width: 599px){.body-w .body .body-content{margin:120px
0}}@media (max-width: 599px){.single .body-w .body .body-content{margin-top:80px}}.body-w .body .body-content
img{width:100%;height:100%}.blog .body-w .body .body-content{padding:0px;max-width:1200px;margin-left:auto;margin-right:auto}.blog .body-w .body .body-content:after{content:" ";display:block;clear:both}.blog .body-w .body .body-content
h2.news{margin-left:20px}@media (min-width: 599px){.blog .body-w .body .body-content
h2.news{margin-left:0px}}.body-w .body .body-content
h2{padding-bottom:30px;margin-bottom:20px;position:relative;font-size:30px;line-height:34px}@media (min-width: 790px){.body-w .body .body-content
h2{font-size:44px;line-height:50px;margin-bottom:40px;padding-left:0px;padding-right:0px}}.body-w .body .body-content h2:after{content:'';position:absolute;bottom:0;left:0px;border-bottom:5px solid #f2c408;width:120px;float:left}.blog .body-w .body .body-content h2:after{left:0px}@media (min-width: 599px){.body-w .body .body-content h2:after{width:200px;left:0}}.body-w .body .body-content
p{font-size:16px;line-height:24px;margin-bottom:30px}@media (min-width: 599px){.body-w .body .body-content
p{font-size:18px;line-height:28px;margin-bottom:50px}}.single .body-w .body .body-content p:nth-child(2){font-size:18px;line-height:28px}@media (min-width: 599px){.single .body-w .body .body-content p:nth-child(2){font-size:22px;line-height:32px}}.body-w .body .body-content ul li,.body-w .body .body-content ol
li{font-size:18px;line-height:28px;margin-bottom:50px}.body-w .body .body-content
ol{counter-reset:my-badass-counter;padding:0}.body-w .body .body-content ol
li{list-style-type:none;padding:0}.body-w .body .body-content ol li:before{content:counter(my-badass-counter);font-size:24px;line-height:45px;font-family:"aktiv-grotesk",serif;border:5px
solid #f2c408;border-radius:1000px;width:55px;height:55px;float:left;text-align:center;margin-right:25px;counter-increment:my-badass-counter}.body-w .body .body-content ol li
p{margin-bottom:0}.body-w .body .body-content
blockquote{border:0;padding:0;margin:0}.body-w .body .body-content blockquote
p{font-size:22px;line-height:32px;font-weight:bold;font-style:normal}.body-w .body .body-content
.share{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding-bottom:20px}@media (min-width: 599px){.body-w .body .body-content
.share{position:absolute;top:-50px;right:0;padding-bottom:0;width:auto}}@media (min-width: 790px){.body-w .body .body-content
.share{position:absolute;top:20px;right:0;padding-bottom:0;width:auto}}.body-w .body .body-content .share
.social{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.body-w .body .body-content .share .social
a.instagram{background:url(/wp-content/themes/infinity/images/instagram-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.body-w .body .body-content .share .social
a.linkedin{background:url(/wp-content/themes/infinity/images/linkedin-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.body-w .body .body-content .share .social
a.twitter{background:url(/wp-content/themes/infinity/images/twitter-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.body-w .body .body-content .share .social
a.facebook{background:url(/wp-content/themes/infinity/images/facebook-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:10px;float:left}.body-w .body .body-content .article-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0
20px}@media (min-width: 599px){.body-w .body .body-content .article-w{padding:0
0px}}.body-w .body .body-content .article-w .article-w-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:0}@media (min-width: 599px){.body-w .body .body-content .article-w .article-w-i{margin-bottom:50px;clear:none;width:83.05085%;float:left;margin-right:1.69492%}.body-w .body .body-content .article-w .article-w-i:nth-child(2){margin-left:16.94915%}}.body-w .body .body-content .article-w .article-w-i
.article{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:35px}@media (min-width: 599px){.body-w .body .body-content .article-w .article-w-i
.article{margin-bottom:0;clear:none;width:48.27586%;float:left;margin-right:3.44828%}.body-w .body .body-content .article-w .article-w-i .article:nth-child(2n){clear:none;width:48.27586%;float:right;margin-right:0}}@media (min-width: 790px){.body-w .body .body-content .article-w .article-w-i
.article{margin-bottom:0;clear:none;width:31.03448%;float:left;margin-right:3.44828%}.body-w .body .body-content .article-w .article-w-i .article:nth-child(2n){clear:none;width:31.03448%;float:left;margin-right:3.44828%}.body-w .body .body-content .article-w .article-w-i .article:nth-child(3n){clear:none;width:31.03448%;float:right;margin-right:0}}.body-w .body .body-content .article-w .article-w-i .article
img{margin-bottom:50px;width:100%}.body-w .body .body-content .article-w .article-w-i .article
small{font-size:16px;line-height:24px;font-style:italic}.body-w .body .body-content .article-w .article-w-i .article
h4{position:relative;font-size:22px;line-height:30px;color:#1a1a1a;padding-bottom:30px;margin-bottom:20px}@media (min-width: 599px){.body-w .body .body-content .article-w .article-w-i .article
h4{padding-bottom:20px}}.body-w .body .body-content .article-w .article-w-i .article h4:after{content:'';position:absolute;bottom:0;left:0;border-bottom:5px solid #f2c408;width:30px;float:left}.body-w .body .body-content .article-w .article-w-i .article
p{margin-bottom:10px;font-size:18px;line-height:28px;padding-right:40px}@media (min-width: 599px){.body-w .body .body-content .article-w .article-w-i .article
p{margin-bottom:5px;padding-right:0}}.body-w .body .body-content .article-w .article-w-i .article
a{color:#f2c408;text-transform:uppercase;font-weight:600;text-decoration:none}nav.pagination{clear:both;width:100%;float:left;margin-left:0;margin-right:0}nav.pagination
h2{display:none}nav.pagination .nav-links{font-family:"aktiv-grotesk",serif;text-align:center}nav.pagination .nav-links a,nav.pagination .nav-links
span{color:#1a1a1a;text-decoration:none;font-size:22px;line-height:48px;padding:0
5px;margin:0
5px}nav.pagination .nav-links
span{font-family:"aktiv-grotesk",serif;color:#f2c408;border-bottom:5px solid #f2c408}.resources-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#FFF;padding:20px
20px}@media (min-width: 790px){.resources-w{padding-bottom:120px}}.resources-w
.resources{max-width:1200px;margin-left:auto;margin-right:auto}.resources-w .resources:after{content:" ";display:block;clear:both}.resources-w .resources
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:40px}@media (min-width: 599px) and (max-width: 790px){.resources-w .resources
.col{clear:none;width:48.27586%;float:left;margin-right:3.44828%}.resources-w .resources .col:nth-child(even){clear:none;width:48.27586%;float:right;margin-right:0}}@media (min-width: 790px){.resources-w .resources
.col{margin-bottom:0;clear:none;width:28.57143%;float:left;margin-right:7.14286%}.resources-w .resources .col:nth-child(even){clear:none;width:28.57143%;float:left;margin-right:7.14286%}.resources-w .resources .col:nth-child(3n){clear:none;width:28.57143%;float:right;margin-right:0}}.resources-w .resources .col .col-i{position:relative}.resources-w .resources .col .col-i
.overlay{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#0B4063;background:url(/wp-content/themes/infinity/images/icon_pdf@2x.png) #0B4063 93% center no-repeat;padding:15px
20px;background-size:28px}@media (min-width: 790px){.resources-w .resources .col .col-i
.overlay{position:absolute;width:100%;height:100%;top:0;left:0;float:left;background:url(/wp-content/themes/infinity/images/icon_pdf@2x.png) rgba(11,64,99,0.5) 90% 90% no-repeat;background-size:40px;opacity:0;transition:opacity 0.5s ease}}.resources-w .resources .col .col-i .overlay:hover{opacity:1}.resources-w .resources .col .col-i .overlay
a{color:#fff;text-decoration:none;font-size:24px;line-height:42px;text-align:center;font-weight:600;width:100%;float:left}@media (min-width: 790px){.resources-w .resources .col .col-i .overlay
a{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:absolute;top:50%;left:0;float:none;transform:translate(0,-50%)}}.resources-pdf{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.resources-pdf .col-r{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:75px}@media (min-width: 599px) and (max-width: 790px){.resources-pdf .col-r{margin-bottom:40px;margin-left:34.48276%;clear:none;width:31.03448%;float:left;margin-right:3.44828%}}@media (min-width: 790px){.resources-pdf .col-r{margin-bottom:0;clear:none;width:31.03448%;float:left;margin-right:3.44828%}.resources-pdf .col-r:nth-child(even){clear:none;width:31.03448%;float:left;margin-right:3.44828%}.resources-pdf .col-r:nth-child(3n){clear:none;width:31.03448%;float:right;margin-right:0}}.resources-pdf .col-r .col-i-r{position:relative}.resources-pdf .col-r .col-i-r
img{width:100%}.resources-pdf .col-r .col-i-r
.overlay{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#0B4063;background:url(/wp-content/themes/infinity/images/icon_pdf@2x.png) #0B4063 93% center no-repeat;padding:15px
20px;background-size:28px}@media (min-width: 790px){.resources-pdf .col-r .col-i-r
.overlay{position:absolute;width:100%;height:100%;top:0;left:0;float:left;background:url(/wp-content/themes/infinity/images/icon_pdf@2x.png) rgba(11,64,99,0.5) 90% 90% no-repeat;background-size:34px;opacity:0;transition:opacity 0.5s ease}}.resources-pdf .col-r .col-i-r .overlay:hover{opacity:1}.resources-pdf .col-r .col-i-r .overlay
a{color:#fff;text-decoration:none;font-size:24px;line-height:42px;text-align:center;font-weight:600;width:100%;float:left}@media (min-width: 790px){.resources-pdf .col-r .col-i-r .overlay
a{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:absolute;top:50%;left:0;float:none;transform:translate(0,-50%)}}.graphic-pillars-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#FFF;position:relative;padding:0
40px}@media (min-width: 599px){.graphic-pillars-w{padding:0
20px}}.graphic-pillars-w .bx-wrapper
img{display:inline}.graphic-pillars-w .graphic-next{background:url("/wp-content/themes/infinity/images/yellow-arrow@2x.png") center center no-repeat;width:30px;height:30px;background-size:30px;float:right;position:absolute;right:20px;top:46%;cursor:pointer;z-index:22;transform:rotate(270deg)}@media (min-width: 599px){.graphic-pillars-w .graphic-next{display:none}}.graphic-pillars-w .graphic-prev{background:url("/wp-content/themes/infinity/images/yellow-arrow@2x.png") center center no-repeat;width:30px;background-size:30px;height:30px;float:right;position:absolute;left:20px;top:46%;z-index:22;cursor:pointer;transform:rotate(90deg)}@media (min-width: 599px){.graphic-pillars-w .graphic-prev{display:none}}.graphic-pillars-w .graphic-pillars{max-width:1200px;margin-left:auto;margin-right:auto}.graphic-pillars-w .graphic-pillars:after{content:" ";display:block;clear:both}.graphic-pillars-w
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center;position:relative}@media (min-width: 599px){.graphic-pillars-w
.col{width:33.333333%;float:left;clear:none}}.graphic-pillars-w .col .pillar-border{width:2px;background:#d5d5d5;position:absolute;top:15%;height:70%;right:0}.graphic-pillars-w .col:nth-child(3n) .pillar-border{display:none}.graphic-pillars-w .col .col-shadow{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:absolute;top:0;left:0;height:100%;box-shadow:0 2px 6px 0 rgba(0,0,0,0.15);cursor:pointer;background:#FFF;transform:scale(1);transition:all 0.5s ease}.graphic-pillars-w .col:hover,.graphic-pillars-w
.col.active{cursor:pointer;z-index:1000}.graphic-pillars-w .col:hover .col-shadow,.graphic-pillars-w .col.active .col-shadow{transform:scale(1.1);transition:all 0.5s ease}.graphic-pillars-w
.icon{text-align:center;clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:20px}.graphic-pillars-w .icon
img{height:80px}@media (min-width: 599px) and (max-width: 790px){.graphic-pillars-w .icon
img{height:50px}}.graphic-pillars-w .pillars-content{padding:30px
20px;padding-top:50px;clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative}@media (min-width: 790px){.graphic-pillars-w .pillars-content{padding:60px}}.graphic-pillars-w .pillars-content
h4{color:#f2c408;font-size:28px;line-height:30px;z-index:10}@media (min-width: 599px) and (max-width: 790px){.graphic-pillars-w .pillars-content
h4{font-size:26px;line-height:30px}}.graphic-pillars-w .pillars-content
p{font-size:18px;line-height:28px;z-index:10;color:#1a1a1a}@media (min-width: 599px) and (max-width: 790px){.graphic-pillars-w .pillars-content
p{font-size:14px;line-height:20px}}.graphic-pillars-w .btn-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:70px
70px;text-align:center}@media (max-width: 599px){.graphic-pillars-w .btn-w{padding:70px
20px;padding-top:40px}.graphic-pillars-w .btn-w
a.btn{clear:both;width:100%;float:left;margin-left:0;margin-right:0}}.full-width-banner-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:75px
20px;padding-bottom:120px;margin-bottom:0;overflow:hidden;position:relative}@media (min-width: 599px){.full-width-banner-w{padding-bottom:80px}}@media (min-width: 790px){.full-width-banner-w{padding:220px
20px;margin-bottom:0}}.full-width-banner-w
.parallax{clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:102%;position:absolute;top:0;left:0;background-attachment:fixed !important}.full-width-banner-w .bx-wrapper .bx-pager{bottom:-40px}@media (min-width: 790px){.full-width-banner-w .bx-wrapper .bx-pager{text-align:left;left:-10px;bottom:-50px}}.full-width-banner-w .bx-wrapper .bx-pager
a.active{background:#f2c408;border:3px
solid #f2c408}.full-width-banner-w.content-padding{padding:70px
20px;padding-bottom:50px}@media (min-width: 790px){.full-width-banner-w.content-padding{padding:140px
20px;padding-bottom:120px}}.full-width-banner-w.center-align{text-align:center}.full-width-banner-w.center-align .full-width-banner{max-width:680px;margin-left:auto;margin-right:auto}.full-width-banner-w.center-align .full-width-banner:after{content:" ";display:block;clear:both}.full-width-banner-w.center-align .full-width-banner .bx-wrapper .bx-pager{left:0;text-align:center}@media (min-width: 599px){.full-width-banner-w.center-align .full-width-banner .slideshow .slide .slide-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center}.full-width-banner-w.center-align .full-width-banner .slideshow .slide .slide-i h3:after{left:50%;transform:translate(-50%, 0)}}.full-width-banner-w .full-width-banner{max-width:1200px;margin-left:auto;margin-right:auto}.full-width-banner-w .full-width-banner:after{content:" ";display:block;clear:both}.full-width-banner-w .full-width-banner .full-width-content{position:relative}.full-width-banner-w .full-width-banner .full-width-content
h2{color:#FFF;margin-bottom:25px;font-size:48px;line-height:52px}@media (min-width: 599px){.full-width-banner-w .full-width-banner .full-width-content
h2{font-size:30px;line-height:34px}}@media (min-width: 790px){.full-width-banner-w .full-width-banner .full-width-content
h2{font-size:44px;line-height:48px;margin-bottom:50px}}.full-width-banner-w .full-width-banner .full-width-content p,.full-width-banner-w .full-width-banner .full-width-content
li{color:#FFF;margin-bottom:50px;font-size:16px;line-height:24px}@media (min-width: 599px){.full-width-banner-w .full-width-banner .full-width-content p,.full-width-banner-w .full-width-banner .full-width-content
li{font-size:18px;line-height:28px}}.full-width-banner-w .full-width-banner .full-width-content
a.btn{text-transform:uppercase}@media (max-width: 599px){.full-width-banner-w .full-width-banner .full-width-content
a.btn{clear:both;width:100%;float:left;margin-left:0;margin-right:0}}.full-width-banner-w .full-width-banner
.slideshow{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.full-width-banner-w .full-width-banner .slideshow .slide .slide-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:left}@media (min-width: 790px){.full-width-banner-w .full-width-banner .slideshow .slide .slide-i{clear:none;width:57.62712%;float:left;margin-right:1.69492%}}.full-width-banner-w .full-width-banner .slideshow .slide .slide-i
h3{font-size:30px;line-height:34px;position:relative;color:#FFF;padding-bottom:35px;margin-bottom:42px;clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 599px){.full-width-banner-w .full-width-banner .slideshow .slide .slide-i
h3{clear:both;width:100%;float:left;margin-left:0;margin-right:0}}@media (min-width: 790px){.full-width-banner-w .full-width-banner .slideshow .slide .slide-i
h3{font-size:44px;line-height:48px;padding-bottom:55px}}.full-width-banner-w .full-width-banner .slideshow .slide .slide-i h3:after{content:'';position:absolute;bottom:0;left:0;border-bottom:5px solid #f2c408;width:120px;float:left}@media (min-width: 599px){.full-width-banner-w .full-width-banner .slideshow .slide .slide-i h3:after{width:200px}}.full-width-banner-w .full-width-banner .slideshow .slide .slide-i p,.full-width-banner-w .full-width-banner .slideshow .slide .slide-i
li{color:#FFF;clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:18px;line-height:32px}@media (max-width: 599px){.full-width-banner-w .full-width-banner .slideshow .slide .slide-i p,.full-width-banner-w .full-width-banner .slideshow .slide .slide-i
li{font-size:16px;line-height:24px}}.full-width-banner-w .full-width-banner .slideshow .slide .slide-i
h4{color:#FFF;font-size:32px;line-height:42px}.newsletter-signup-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:70px
20px;padding-bottom:20px;background:#2a3439}.newsletter-signup-w.footer-newsletter{background:url(/wp-content/themes/infinity/images/newsletter-footer.jpg) #2a3439 center no-repeat;background-size:cover;background-attachment:fixed !important}@media (min-width: 790px){.newsletter-signup-w{padding:140px
20px}}.newsletter-signup-w
h1{color:#FFF;font-size:30px;line-height:34px;text-align:left;margin-bottom:40px;width:66.10169%;float:left;margin-right:1.69492%;position:relative;padding-bottom:30px}.newsletter-signup-w h1:after{content:'';position:absolute;bottom:0;left:0;border-bottom:5px solid #f2c408;width:120px;float:left}@media (min-width: 790px){.newsletter-signup-w
h1{font-size:44px;line-height:48px;text-align:center;margin-bottom:60px;clear:both;width:100%;float:left;margin-left:0;margin-right:0}.newsletter-signup-w h1:after{display:none}}.newsletter-signup-w .newsletter-signup{max-width:1200px;margin-left:auto;margin-right:auto}.newsletter-signup-w .newsletter-signup:after{content:" ";display:block;clear:both}.newsletter-signup-w .newsletter-signup .horz-form{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.newsletter-signup-w .newsletter-signup .horz-form span.wpcf7-not-valid-tip{color:#1a1a1a;right:20px}.newsletter-signup-w .newsletter-signup .horz-form .input-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative;margin-bottom:40px}@media (min-width: 599px){.newsletter-signup-w .newsletter-signup .horz-form .input-w{clear:none;width:48.71795%;float:left;margin-right:2.5641%}.newsletter-signup-w .newsletter-signup .horz-form .input-w:nth-child(2){clear:none;width:48.71795%;float:right;margin-right:0}.newsletter-signup-w .newsletter-signup .horz-form .input-w:nth-child(3),.newsletter-signup-w .newsletter-signup .horz-form .input-w:nth-child(4){clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center}}@media (min-width: 790px){.newsletter-signup-w .newsletter-signup .horz-form .input-w{clear:none;width:23.07692%;float:left;margin-right:2.5641%;margin-bottom:0}.newsletter-signup-w .newsletter-signup .horz-form .input-w:nth-child(2){clear:none;width:23.07692%;float:left;margin-right:2.5641%}.newsletter-signup-w .newsletter-signup .horz-form .input-w:nth-child(3){clear:none;width:23.07692%;float:left;margin-right:2.5641%}.newsletter-signup-w .newsletter-signup .horz-form .input-w:nth-child(4){clear:none;width:23.07692%;float:right;margin-right:0}}.newsletter-signup-w .newsletter-signup .horz-form .input-w
input{background:#FFF;font-style:italic;text-align:left;color:#1a1a1a}.newsletter-signup-w .newsletter-signup .horz-form .input-w input:-ms-input-placeholder{color:#1a1a1a}.newsletter-signup-w .newsletter-signup .horz-form .input-w input::placeholder{color:#1a1a1a}.newsletter-signup-w .newsletter-signup .horz-form .input-w
button{padding-left:20px;padding-right:20px;clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (max-width: 1200px){.newsletter-signup-w .newsletter-signup .horz-form .input-w
button{clear:both;width:100%;float:left;margin-left:0;margin-right:0}}.pillars-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#FFF;margin-bottom:70px}@media (min-width: 790px){.pillars-w{margin-bottom:140px}}.pillars-w
.pillars{max-width:2000px;margin-left:auto;margin-right:auto}.pillars-w .pillars:after{content:" ";display:block;clear:both}.pillars-w
.col{overflow:hidden;position:relative;clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 599px){.pillars-w
.col{width:33.333333%;float:left;clear:none}}@media (min-width: 599px) and (max-width: 790px){.pillars-w
.col{min-height:390px}}@media (min-width: 1900px){.pillars-w
.col{min-height:530px}}.pillars-w .col:hover .image-bg{transform:scale(1.15);transition:all 0.5s ease}.pillars-w .image-bg{position:absolute;top:0;left:0;clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:100%;transform:scale(1.05);transition:all 0.5s ease}.pillars-w .pillars-content{padding:40px
20px;clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative;padding-top:70px}@media (min-width: 599px){.pillars-w .pillars-content{padding:30px;padding-top:140px}}@media (min-width: 790px){.pillars-w .pillars-content{padding-top:290px}}.pillars-w .pillars-content
h4{color:#FFF;font-size:22px;line-height:26px;z-index:10}@media (min-width: 790px){.pillars-w .pillars-content
h4{font-size:32px;line-height:36px}}@media (max-width: 599px){.pillars-w .pillars-content
h4{margin-bottom:10px;width:80%}}.pillars-w .pillars-content
p{color:#FFF;font-size:14px;line-height:20px;z-index:10}.pillars-w .pillars-content p:nth-child(2){display:none}@media (min-width: 599px){.pillars-w .pillars-content p:nth-child(2){display:block}}@media (min-width: 790px){.pillars-w .pillars-content p:nth-child(2){font-size:18px;line-height:28px}}.pillars-w .pillars-content
a{color:#FFF;font-size:11px;line-height:14px;padding:10px
7px;border-bottom:3px solid #f2c408;text-decoration:none;padding-right:0;transition:all 0.25s ease;text-indent:-2px}@media (min-width: 599px){.pillars-w .pillars-content
a{font-size:14px;line-height:18px}}.pillars-w .pillars-content a:after{content:'>';padding-left:2px;color:transparent;position:relative !important;top:0;opacity:0;left:-4px;transition:all 0.25s ease}.pillars-w .pillars-content a:hover{text-indent:-12px;text-decoration:none;padding-right:5px}.pillars-w .pillars-content a:hover:after{content:'>';padding-left:2px;color:#fff;position:relative !important;top:0;left:4px;opacity:1;transition:all 0.25s ease}.content-image-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#FFF;margin-bottom:60px;overflow:hidden}@media (min-width: 790px){.content-image-w{margin-bottom:140px}}.blog .content-image-w{margin-bottom:60px;margin-top:20px}@media (min-width: 790px){.blog .content-image-w{margin-bottom:180px;overflow:visible}}.content-image-w.desktop-show{display:none}@media (min-width: 599px){.content-image-w.desktop-show{display:block}}.content-image-w.a-slideshow .content-image .col .col-i{margin-top:0 !important}.content-image-w.center-align .content-image{position:relative}.content-image-w.center-align .content-image
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0;transform:translate(-20px, 0);position:relative;margin-bottom:0}@media (min-width: 599px){.content-image-w.center-align .content-image
.col{clear:none;width:66.10169%;float:left;margin-right:1.69492%;transform:translate(0, 0)}}.content-image-w.center-align .content-image .col .col-i{padding:35px
30px;padding-right:50px;padding-bottom:10px;background:#f2c408;clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.content-image-w.center-align .content-image .col .col-i{padding:50px
75px;padding-bottom:30px}}@media (min-width: 1000px){.content-image-w.center-align .content-image .col .col-i{margin-top:300px}}.content-image-w.center-align .content-image .col:nth-child(even){clear:both;width:100%;float:left;margin-left:0;margin-right:0;transform:translate(20px, 0);margin-top:-40px}@media (min-width: 599px){.content-image-w.center-align .content-image .col:nth-child(even){transform:translate(0, 0);margin-top:-220px;clear:none;width:51.88285%;float:right;margin-right:0}}@media (min-width: 790px){.content-image-w.center-align .content-image .col:nth-child(even){position:absolute;top:50%;margin-top:0;right:0;transform:translate(0, -50%)}}.content-image-w.center-align
h2{padding-bottom:0 !important;margin-bottom:20px !important}@media (min-width: 599px) and (max-width: 790px){.content-image-w.center-align
h2{font-size:26px;line-height:30px}}.content-image-w.center-align h2.no-after:after{display:none}.content-image-w.center-align
p{font-size:18px !important;line-height:28px !important;margin-bottom:20px !important}@media (min-width: 790px){.content-image-w.center-align
p{font-size:22px !important;line-height:32px !important;margin-bottom:20px !important}}.content-image-w.center-align p
a{color:#FFF;font-size:16px}.content-image-w.center-align
.share{clear:both;width:100%;float:left;margin-left:0;margin-right:0;top:auto !important;position:relative !important;padding-bottom:30px}.content-image-w.center-align .share
.social{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.content-image-w.center-align .share .social
a.instagram{background:url(/wp-content/themes/infinity/images/instagram-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.content-image-w.center-align .share .social
a.twitter{background:url(/wp-content/themes/infinity/images/twitter-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.content-image-w.center-align .share .social
a.linkedin{background:url(/wp-content/themes/infinity/images/linkedin-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.content-image-w.center-align .share .social
a.facebook{background:url(/wp-content/themes/infinity/images/facebook-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:10px;float:left}.content-image-w.top-align .content-image{position:relative}.content-image-w.top-align .content-image
.col{position:relative}.content-image-w.top-align .content-image .col .col-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0
20px}@media (min-width: 599px){.content-image-w.top-align .content-image .col .col-i{padding:0}}.content-image-w.top-align .content-image
h2{padding-bottom:40px;margin-bottom:40px;position:relative}.content-image-w.top-align .content-image h2:after{content:'';position:absolute;bottom:0;left:0;border-bottom:5px solid #f2c408;width:120px;float:left}@media (min-width: 599px){.content-image-w.top-align .content-image h2:after{width:200px}}.content-image-w.top-align .content-image
p{font-size:16px;line-height:24px;margin-bottom:30px}@media (min-width: 790px){.content-image-w.top-align .content-image
p{font-size:18px;line-height:28px;margin-bottom:40px}}.content-image-w.top-align .content-image
li{font-size:16px;line-height:24px}@media (min-width: 599px){.content-image-w.top-align .content-image
li{font-size:18px;line-height:28px}}.content-image-w.right-img-align.top-align .content-image{position:relative}.content-image-w.right-img-align.top-align .content-image
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 599px){.content-image-w.right-img-align.top-align .content-image
.col{clear:none;width:49.15254%;float:right;margin-right:0}.content-image-w.right-img-align.top-align .content-image .col:nth-child(even){clear:none;width:49.15254%;float:left;margin-right:1.69492%}}@media (min-width: 599px){.content-image-w.right-img-align.top-align .content-image
.col{clear:none;width:49.15254%;float:right;margin-right:0}.content-image-w.right-img-align.top-align .content-image .col:nth-child(even){clear:none;width:40.67797%;float:left;margin-right:1.69492%}}.content-image-w.right-img-align.center-align .content-image{position:relative}.content-image-w.right-img-align.center-align .content-image
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 599px){.content-image-w.right-img-align.center-align .content-image
.col{clear:none;width:66.10169%;float:right;margin-right:0}.content-image-w.right-img-align.center-align .content-image .col:nth-child(even){clear:none;width:51.88285%;float:left;margin-right:.41841%;left:0}}.content-image-w .content-image{max-width:1200px;margin-left:auto;margin-right:auto}.content-image-w .content-image:after{content:" ";display:block;clear:both}.content-image-w .content-image
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:30px}.content-image-w .content-image .col:nth-child(2){margin-bottom:0}@media (min-width: 599px){.content-image-w .content-image .col:nth-child(2){padding:0
20px}}@media (min-width: 599px){.content-image-w .content-image
.col{clear:none;width:49.15254%;float:left;margin-right:1.69492%}.content-image-w .content-image .col:nth-child(even){clear:none;width:49.15254%;float:right;margin-right:0}}@media (min-width: 790px){.content-image-w .content-image
.col{clear:none;width:49.15254%;float:left;margin-right:1.69492%}.content-image-w .content-image .col:nth-child(even){clear:none;width:40.67797%;float:right;margin-right:0}}.content-image-w .content-image .col
img{width:100%}.content-image-w .content-image .col .content-slideshow-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding-bottom:0px}@media (min-width: 599px){.content-image-w .content-image .col .content-slideshow-w{padding-bottom:60px}}.content-image-w .content-image .col .content-slideshow-w .content-slideshow{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.content-image-w .content-image .col .content-slideshow-w .content-slideshow
.slide{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (max-width: 599px){.content-image-w .content-image .col .content-slideshow-w .content-slideshow
.slide{padding-bottom:50px}}.content-image-w .content-image .col .content-slideshow-w .bx-wrapper .bx-pager,.content-image-w .content-image .col .content-slideshow-w .bx-wrapper .bx-controls-auto{bottom:30px}@media (min-width: 599px){.content-image-w .content-image .col .content-slideshow-w .bx-wrapper .bx-pager,.content-image-w .content-image .col .content-slideshow-w .bx-wrapper .bx-controls-auto{bottom:-30px}}@media (min-width: 790px){.content-image-w .content-image .col .content-slideshow-w .bx-wrapper .bx-pager,.content-image-w .content-image .col .content-slideshow-w .bx-wrapper .bx-controls-auto{bottom:-20px}}.tabs-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0
20px;margin-bottom:70px}@media (min-width: 790px){.tabs-w{margin-bottom:140px}}@media (min-width: 790px){.tabs-w.width-3
.tabs{max-width:900px;margin-left:auto;margin-right:auto}.tabs-w.width-3 .tabs:after{content:" ";display:block;clear:both}.tabs-w.width-3 .tabs
a.tab{width:33.3333%}}.tabs-w
.tabs{max-width:620px;margin-left:auto;margin-right:auto;position:relative}.tabs-w .tabs:after{content:" ";display:block;clear:both}.tabs-w .tabs
button{width:64px;height:64px;float:right;position:absolute;top:-4px;right:0px;background:#f2c408;border:0}@media (min-width: 599px){.tabs-w .tabs
button{display:none}}.tabs-w .tabs button:focus{outline:none}.tabs-w .tabs button:after{content:'';background:url(/wp-content/themes/infinity/images/white-arrow@2x.png) center center no-repeat;background-size:23px;float:left;width:100%;height:33px;transition:all 0.25s ease}.tabs-w .tabs button.active:after{transform:rotate(180deg);transition:all 0.25s ease}.tabs-w .tabs
a.tab{background:#f3f3f3;font-size:18px;line-height:24px;color:#1a1a1a;padding:20px
15px;clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:left;font-family:"aktiv-grotesk",serif;text-decoration:none;display:none;margin-top:-4px}.tabs-w .tabs
a.tab.active{display:block}.tabs-w .tabs a.tab.new-active{display:block}@media (min-width: 599px){.tabs-w .tabs
a.tab{margin-top:0;border:0;background:#FFF;border-top:3px solid #fff;border-bottom:4px solid #efeee6;text-align:center;color:#1a1a1a;font-size:20px;line-height:24px;width:50%;clear:none;margin:0;float:left;min-height:95px;text-decoration:none;padding-top:20px;position:relative}.tabs-w .tabs a.tab:nth-child(2),.tabs-w .tabs a.tab:nth-child(3),.tabs-w .tabs a.tab:nth-child(4){display:block}.tabs-w .tabs a.tab
span{border-bottom:3px solid #fff;padding:0
2px;position:absolute;width:80%;padding-bottom:5px;float:left;top:50%;left:50%;transform:translate(-50%, -50%)}}@media (min-width: 599px){.tabs-w .tabs
a.tab.active{border:4px
solid #efeee6;border-bottom:4px solid #fff}.tabs-w .tabs a.tab.active
span{border-bottom:3px solid #f2c408}}@media (min-width: 599px){.tabs-w .tabs a.tab:hover
span{border-bottom:3px solid #f2c408}}.process-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0
20px;padding-bottom:60px}@media (min-width: 599px){.process-w{padding-bottom:100px}}.process-w
.process{max-width:1200px;margin-left:auto;margin-right:auto}.process-w .process:after{content:" ";display:block;clear:both}.process-w .process .process-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center;position:relative;padding:60px}@media (min-width: 599px){.process-w .process .process-i{width:33.333333%;float:left;clear:none}}.process-w .process .process-i
p{font-size:18px;line-height:28px}.process-w .process .process-i .pillar-border{width:2px;background:#d5d5d5;position:absolute;top:0%;height:280px;right:0}.process-w .process .process-i:nth-child(3n) .pillar-border{display:none}.process-w .process .process-i
.number{max-width:80px;margin-left:auto;margin-right:auto;height:80px;margin-bottom:30px;border:4px
solid #f2c408;border-radius:1000px;font-size:30px;line-height:70px;font-family:"aktiv-grotesk",serif;color:#1a1a1a;text-align:center}.process-w .process .process-i .number:after{content:" ";display:block;clear:both}.headline-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#fff;padding:0
20px}.headline-w.top-padding{padding-top:70px}@media (min-width: 790px){.headline-w.top-padding{padding-top:140px}}@media (min-width: 599px){.headline-w.yes-show{display:none}}.headline-w.grey-bg{background:#2a3439}.headline-w.grey-bg
h1{color:#fff !important}.headline-w.yellow-bg{background:#f2c408}.headline-w.yellow-bg
h1{color:#1a1a1a}.headline-w.yellow-bg h1:after{border-bottom:5px solid #fff !important}.headline-w.active .headline.left h1:after{width:120px;transition:all 1s ease}@media (min-width: 599px){.headline-w.active .headline.left h1:after{width:200px}}.headline-w
.headline{max-width:1200px;margin-left:auto;margin-right:auto}.headline-w .headline:after{content:" ";display:block;clear:both}@media (min-width: 599px){.headline-w
.headline{text-align:center}}.headline-w
.headline.center{margin-bottom:40px}@media (min-width: 599px){.headline-w
.headline.center{margin-bottom:80px}}.headline-w
.headline.left{text-align:left;margin-bottom:40px}@media (min-width: 599px){.headline-w
.headline.left{margin-bottom:50px}}.headline-w .headline.left
h1{padding-bottom:35px;margin-bottom:0px;width:75%}@media (min-width: 599px){.headline-w .headline.left
h1{padding-bottom:45px;width:100%}}.headline-w .headline.left h1:after{content:'';position:absolute;bottom:0;left:0;border-bottom:5px solid #f2c408;width:0;float:left;transition:all 1s ease}.headline-w .headline
h1{color:#1a1a1a;position:relative;font-size:30px;line-height:34px}@media (min-width: 790px){.headline-w .headline
h1{font-size:44px;line-height:50px}}.headline-w .headline
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.headline-w .headline .col:nth-child(1){margin-bottom:40px}@media (min-width: 790px){.headline-w .headline
.col{clear:none;width:23.72881%;float:left;margin-right:1.69492%}.headline-w .headline .col:nth-child(1){margin-bottom:0px}.headline-w .headline .col:nth-child(2){clear:none;width:66.10169%;float:right;margin-right:0}.headline-w .headline .col:nth-child(2) p{font-size:22px;line-height:32px}}.footer-newsletter-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:url(/wp-content/themes/infinity/images/newsletter-footer.jpg) #2a3439 center no-repeat;background-size:cover;padding:70px
20px;background-attachment:fixed !important}@media (min-width: 599px){.footer-newsletter-w{padding:150px
20px}}.footer-newsletter-w .footer-newsletter{max-width:1200px;margin-left:auto;margin-right:auto}.footer-newsletter-w .footer-newsletter:after{content:" ";display:block;clear:both}.footer-newsletter-w .footer-newsletter
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:40px}@media (min-width: 599px){.footer-newsletter-w .footer-newsletter
.col{margin-bottom:0;clear:none;width:40.67797%;float:left;margin-right:1.69492%}.footer-newsletter-w .footer-newsletter .col:nth-child(2){clear:none;width:32.20339%;float:left;margin-right:1.69492%}.footer-newsletter-w .footer-newsletter .col:nth-child(3){clear:none;width:23.72881%;float:right;margin-right:0}}.footer-newsletter-w .footer-newsletter .col
h4{color:#fff;font-size:30px;line-height:34px;position:relative;padding-bottom:30px;width:80%}.footer-newsletter-w .footer-newsletter .col h4:after{content:'';position:absolute;bottom:0;left:0;border-bottom:5px solid #f2c408;width:120px;float:left}@media (min-width: 599px){.footer-newsletter-w .footer-newsletter .col
h4{font-size:44px;line-height:58px;padding-bottom:0;width:100%}.footer-newsletter-w .footer-newsletter .col h4:after{display:none}}.footer-newsletter-w .footer-newsletter .col
input{background:#fff;color:#1a1a1a;font-style:italic;text-align:left;padding-left:20px}.footer-newsletter-w .footer-newsletter .col input:-ms-input-placeholder{color:#1a1a1a}.footer-newsletter-w .footer-newsletter .col input::placeholder{color:#1a1a1a}.footer-newsletter-w .footer-newsletter .col
button{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.social-matrix-w{background:#FFF;position:relative;clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 599px) and (max-width: 790px){.social-matrix-w{padding:0
20px}}.social-matrix-w .social-matrix{max-width:1440px;margin-left:auto;margin-right:auto}.social-matrix-w .social-matrix:after{content:" ";display:block;clear:both}.social-matrix-w .social-matrix.right-align
.col{width:100%}@media (min-width: 790px){.social-matrix-w .social-matrix.right-align
.col{width:50%;float:right}.social-matrix-w .social-matrix.right-align .col:nth-child(2){float:left}}.social-matrix-w .social-matrix.orphan .col .col-i ul.logo-matrix li:last-child{width:100%;height:140px}.social-matrix-w .social-matrix.orphan .col .col-i ul.logo-matrix li:last-child
img{width:75%}.social-matrix-w .social-matrix
.col{width:100%}@media (min-width: 790px){.social-matrix-w .social-matrix
.col{width:50%;float:left}.social-matrix-w .social-matrix .col:nth-child(2){float:right}}.social-matrix-w .social-matrix .col ul.image-matrix{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative}.social-matrix-w .social-matrix .col ul.image-matrix
li{width:100%;float:left;height:50%;background:url(/wp-content/themes/infinity/images/mining-services@2x.jpg) center center no-repeat;background-size:cover;height:370px}@media (min-width: 599px){.social-matrix-w .social-matrix .col ul.image-matrix
li{width:50%}}.social-matrix-w .social-matrix .col ul.image-matrix li:nth-child(even){float:right}.social-matrix-w .social-matrix .col .col-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0
40px;position:relative}@media (min-width: 599px) and (max-width: 790px){.social-matrix-w .social-matrix .col .col-i{padding-top:40px}}@media (min-width: 790px){.social-matrix-w .social-matrix .col .col-i{top:50%;padding:0
80px;transform:translateY(-50%)}}.social-matrix-w .social-matrix .col .col-i ul.logo-matrix{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.social-matrix-w .social-matrix .col .col-i ul.logo-matrix
li{text-align:center;height:200px;display:inline-block;width:49.15254%;float:left;margin-right:1.69492%;text-align:center}.social-matrix-w .social-matrix .col .col-i ul.logo-matrix li:nth-child(even){width:49.15254%;float:right;margin-right:0}.social-matrix-w .social-matrix .col .col-i ul.logo-matrix li
img{position:relative;top:50%;width:130px;transform:translateY(-50%)}.in-the-media-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:75px
20px;background:#2a3439;margin-bottom:70px}@media (min-width: 790px){.in-the-media-w{padding:150px
20px;margin-bottom:140px}}.in-the-media-w .in-the-media{max-width:1200px;margin-left:auto;margin-right:auto}.in-the-media-w .in-the-media:after{content:" ";display:block;clear:both}.in-the-media-w .in-the-media
.logo{text-align:center;height:45px;position:relative;clear:both;width:100%;float:left;margin-left:0;margin-right:0;display:none}.in-the-media-w .in-the-media .logo:nth-child(1),.in-the-media-w .in-the-media .logo:nth-child(2){display:block}.in-the-media-w .in-the-media .logo:nth-child(1){margin-bottom:80px}@media (min-width: 599px) and (max-width: 790px){.in-the-media-w .in-the-media .logo:nth-child(1){margin-bottom:40px;width:23.72881%;float:left;margin-right:1.69492%;margin-right:76.27119%;text-align:left}}@media (min-width: 790px){.in-the-media-w .in-the-media .logo:nth-child(1){margin-bottom:0}}@media (min-width: 599px){.in-the-media-w .in-the-media
.logo{display:block;margin-bottom:0;clear:none;width:13.04348%;float:left;margin-right:1.44928%}.in-the-media-w .in-the-media .logo:nth-child(7){clear:none;width:13.04348%;float:right;margin-right:0}}.in-the-media-w .in-the-media .logo
img{position:absolute;top:38%;left:50%;transform:translate(-50%, -50%)}.in-the-media-w .in-the-media .logo
h3{color:#f2c408;padding-bottom:10px;border-bottom:5px solid #f2c408;font-size:28px;line-height:30px}@media (max-width: 599px){.in-the-media-w .in-the-media .logo
h3{text-align:left;font-size:30px;line-height:30px;border-bottom:0;position:relative;padding-bottom:40px}.in-the-media-w .in-the-media .logo h3:after{content:'';position:absolute;bottom:0;left:0;border-bottom:5px solid #f2c408;width:120px;float:left}}.contact-form-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0
20px}.contact-form-w .form-w{max-width:500px;margin-left:auto;margin-right:auto}.contact-form-w .form-w:after{content:" ";display:block;clear:both}.contact-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#2a3439;padding:0}.contact-w .input-w{margin-bottom:40px}@media (min-width: 790px){.contact-w .input-w{margin-bottom:20px}}.contact-w .input-w input,.contact-w .input-w
textarea{border-bottom:1px solid #DDD;color:#008AD4;text-align:center}@media (min-width: 790px){.contact-w .input-w input,.contact-w .input-w
textarea{border-bottom:2px solid #DDD}}@media (min-width: 790px){.contact-w .input-w input,.contact-w .input-w
textarea{text-align:left}}.contact-w .input-w input:focus,.contact-w .input-w textarea:focus{border-bottom:3px solid #008AD4}@media (min-width: 790px){.contact-w .input-w input:focus,.contact-w .input-w textarea:focus{border-bottom:2px solid #008AD4}}.contact-w .input-w
textarea{border:2px
solid #DDD;height:200px;margin-top:30px}.contact-w .input-w
select{border-bottom:3px solid #DDD;text-align-last:center;text-align:center}@media (min-width: 790px){.contact-w .input-w
select{border-bottom:2px solid #ddd;border-bottom-text-align:left}}.contact-w .input-w select:focus{border-bottom:3px solid #008AD4}@media (min-width: 790px){.contact-w .input-w select:focus{border-bottom:2px solid #008AD4}}.contact-w .input-w.centered{text-align:center;margin-top:20px}.contact-w .input-w.centered
button{background:none;border:0;border-radius:0;font-weight:600;font-size:18px;line-height:42px;color:#0B4063;position:relative;padding-right:30px}.contact-w .input-w.centered button:before{float:left;content:'';width:16px;position:absolute;top:50%;right:0;height:22px;background:url(/wp-content/themes/infinity/images/icon_arrow_blue_small@2x.png) 0 3px no-repeat;background-size:14px;margin-top:-12px}.contact-w .input-w.centered button:after{content:'';float:left;position:absolute;top:100%;left:0;width:100%;border-bottom:5px solid #008AD4;transition:all 0.5s ease}.contact-w .input-w.centered button:hover{color:#008AD4}.contact-w .input-w.centered button:hover:after{content:'';float:left;position:absolute;top:100%;left:-5%;width:110%;transition:all 0.5s ease;border-bottom:5px solid #008AD4}.contact-w
.contact{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.contact-w .contact
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.contact-w .contact
.col{width:50%;clear:none;float:right}.contact-w .contact .col:nth-child(2){width:50%;float:left}}.contact-w .contact .col
.map{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.contact-w .contact .col .map
#map_canvas{float:left;height:300px;width:100%}.contact-w .contact .col-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:70px
20px}@media (min-width: 599px){.contact-w .contact .col-i{padding:140px
100px}}.contact-w .contact .col-i
h1{color:#FFF;font-size:34px}@media (min-width: 599px){.contact-w .contact .col-i
h1{font-size:44px}}.contact-w .contact .col-i
a{color:#fff;text-decoration:none;font-weight:normal}.contact-w .contact .col-i a:hover{text-decoration:underline}.contact-w .contact .col-i
p{color:#fff;font-size:16px;line-height:24px;margin-bottom:30px}@media (min-width: 599px){.contact-w .contact .col-i
p{font-size:18px;line-height:28px;margin-bottom:10px}}.contact-w .contact .col-i p
span{color:#f2c408;font-weight:600}.contact-w .contact .col-i
h3{color:#f2c408}@media (max-width: 599px){.contact-w .contact .col-i
h3{font-size:20px}}.contact-w .contact .col-i
.social{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-top:20px}.contact-w .contact .col-i .social
a.instagram{background:url(/wp-content/themes/infinity/images/instagram-white-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.contact-w .contact .col-i .social
a.twitter{background:url(/wp-content/themes/infinity/images/twitter-white-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.contact-w .contact .col-i .social
a.linkedin{background:url(/wp-content/themes/infinity/images/linkedin-white-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:21px;float:left;margin-right:30px}.contact-w .contact .col-i .social
a.facebook{background:url(/wp-content/themes/infinity/images/facebook-white-icon@2x.png) center no-repeat;width:22px;height:22px;background-size:10px;float:left;margin-right:30px}.plan-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:70px
20px;padding-top:0}@media (min-width: 790px){.plan-w{padding:140px
20px}}.plan-w
.plan{max-width:1200px;margin-left:auto;margin-right:auto;overflow:hidden}.plan-w .plan:after{content:" ";display:block;clear:both}.plan-w .plan
.line{clear:both;width:100%;float:left;margin-left:0;margin-right:0;width:95.4%;border-bottom:3px solid #efeee6;float:left;margin-left:2.4%;position:relative;margin-bottom:90px;display:none}@media (min-width: 790px){.plan-w .plan
.line{display:block}}.plan-w .plan .line .left-line{border-left:3px solid #efeee6;height:90px;left:0;position:absolute}.plan-w .plan .line .right-line{border-left:3px solid #efeee6;height:90px;right:0;position:absolute}.plan-w .plan .line.active .full-height{height:500px}.plan-w .plan .line .top-align{top:0}.plan-w .plan .line .bottom-align{bottom:0}.plan-w .plan .line .with-arrow:after{content:'';width:3px;height:15px;background:#efeee6;position:absolute;bottom:0;right:-6px;transform:rotate(45deg)}.plan-w .plan .line .with-arrow:before{content:'';width:3px;height:15px;background:#efeee6;position:absolute;bottom:0;left:-9px;transform:rotate(-45deg)}.plan-w .plan
.row{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:70px;position:relative}.plan-w .plan .row
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.plan-w .plan .row
.col{clear:none;width:23.72881%;float:left;margin-right:1.69492%}.plan-w .plan .row .col:nth-child(2){clear:none;width:74.57627%;float:right;margin-right:0}}.plan-w .plan .row .col
.title{clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:40px;line-height:46px;font-family:"aktiv-grotesk",serif;color:#1a1a1a;padding:30px
0;background:#FFF;position:relative;z-index:100;padding:30px
0}.plan-w .plan .row .col .title
span{width:55px;height:55px;text-align:center;border:4px
solid #f2c408;border-radius:10000px;float:left;margin-top:-4px;margin-right:15px;font-size:24px;line-height:48px}.plan-w .plan .row .col
.expand{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#f3f3f3;overflow:hidden;cursor:pointer;position:relative;padding:30px
20px}@media (min-width: 599px){.plan-w .plan .row .col
.expand{padding:30px
50px}}.plan-w .plan .row .col .expand
button{width:50px;height:50px;float:right;position:absolute;top:0;right:0;background:#f2c408;border:0}@media (min-width: 599px){.plan-w .plan .row .col .expand
button{width:115px;height:110px;float:right;position:absolute;top:0;right:0}}.plan-w .plan .row .col .expand button:focus{outline:none}.plan-w .plan .row .col .expand button:after{content:'';background:url(/wp-content/themes/infinity/images/white-arrow@2x.png) center center no-repeat;background-size:16px;float:left;width:100%;height:33px;transition:all 0.25s ease}@media (min-width: 599px){.plan-w .plan .row .col .expand button:after{content:'';background:url(/wp-content/themes/infinity/images/white-arrow@2x.png) center center no-repeat;background-size:32px}}@media (min-width: 790px){.plan-w .plan .row .col .expand.active
button{height:110px}}.plan-w .plan .row .col .expand.active button:after{transition:all 0.25s ease;transform:rotate(180deg)}.plan-w .plan .row .col .expand.active .expand-title{margin-bottom:40px;padding-bottom:40px}.plan-w .plan .row .col .expand.active .expand-title:after{content:'';position:absolute;bottom:0;left:0;border-bottom:5px solid #f2c408;width:120px;float:left}@media (min-width: 599px){.plan-w .plan .row .col .expand.active .expand-title:after{width:200px}}.plan-w .plan .row .col .expand-title{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative;font-family:"aktiv-grotesk",serif;font-size:18px;line-height:24px;padding-right:60px}@media (min-width: 599px){.plan-w .plan .row .col .expand-title{font-size:22px;line-height:40px;padding-right:0}}@media (min-width: 790px){.plan-w .plan .row .col .expand-title{font-size:24px;line-height:50px;padding-right:0}}.plan-w .plan .row .col .expand-content{clear:both;width:100%;float:left;margin-left:0;margin-right:0;display:none;padding-right:60px}@media (min-width: 599px){.plan-w .plan .row .col .expand-content{padding-right:100px}}@media (min-width: 790px){.plan-w .plan .row:nth-child(3) .col{clear:none;width:23.72881%;float:right;margin-right:0}.plan-w .plan .row:nth-child(3) .col:nth-child(2){clear:none;width:74.57627%;float:left;margin-right:1.69492%}}@media (min-width: 790px){.plan-w .plan .row:nth-child(3) .col
.title{text-align:right}.plan-w .plan .row:nth-child(3) .col .title
span{float:right;margin-right:0;margin-left:15px}}.about-banner-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:auto;background-size:cover;position:relative;overflow:hidden;background-position:80% 0 !important}@media (min-width: 599px){.about-banner-w{height:100vh;min-height:800px}}@media (min-width: 1030px){.about-banner-w{background-position:50% 50% !important;background-attachment:fixed !important;min-height:1000px}}.about-banner-w:after{content:'';background:url(/wp-content/themes/infinity/images/about-lrg@2x.png) center center no-repeat;background-size:460px;width:620px;height:600px;position:absolute;right:-85px;top:50%;margin-top:-300px;display:none}@media (min-width: 599px) and (max-width: 790px){.about-banner-w:after{display:block;background:url(/wp-content/themes/infinity/images/about-lrg@2x.png) center center no-repeat;background-size:290px;width:420px;height:420px;position:absolute;right:-15%;top:85%}.page-id-33 .about-banner-w:after{display:none}}@media (min-width: 790px){.about-banner-w:after{display:block}.page-id-8 .about-banner-w:after,.page-id-33 .about-banner-w:after{display:none}}@media (min-width: 790px) and (max-width: 1200px){.about-banner-w:after{content:'';background:url(/wp-content/themes/infinity/images/about-lrg@2x.png) right center no-repeat;background-size:300px;width:620px;height:600px;position:absolute;right:0;top:50%;margin-top:-300px}}.about-banner-w .about-banner-mobile-bg{position:absolute;top:-200px;left:0;height:130%;width:100%;float:left}@media (min-width: 790px){.about-banner-w .about-banner-mobile-bg{display:none}}.about-banner-w .about-banner{max-width:1440px;margin-left:auto;margin-right:auto;height:120vw;min-height:100vh}.about-banner-w .about-banner:after{content:" ";display:block;clear:both}@media (min-width: 599px){.about-banner-w .about-banner{height:auto;min-height:auto}}.about-banner-w .about-banner .about-banner-i{position:absolute;top:55%;transform:translate(0, -50%)}@media (max-width: 599px){.page-id-10 .about-banner-w .about-banner .about-banner-i{width:100%}}@media (min-width: 599px){.about-banner-w .about-banner .about-banner-i{top:50%}}.about-banner-w .about-banner .about-banner-i
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (max-width: 599px){.page-id-10 .about-banner-w .about-banner .about-banner-i
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}}@media (min-width: 790px){.about-banner-w .about-banner .about-banner-i
.col{clear:none;width:49.15254%;float:left;margin-right:1.69492%;padding-left:60px}}.about-banner-w .about-banner .about-banner-i
h1{color:#fff;font-size:26px;line-height:30px;font-weight:600;margin-bottom:40px}@media (min-width: 599px){.about-banner-w .about-banner .about-banner-i
h1{font-size:30px;line-height:34px}}@media (min-width: 1300px){.about-banner-w .about-banner .about-banner-i
h1{font-size:40px;line-height:44px}}@media (max-width: 599px){.page-id-10 .about-banner-w .about-banner .about-banner-i
h1{text-align:center}.page-id-10 .about-banner-w .about-banner .about-banner-i h1
span{position:relative}.page-id-10 .about-banner-w .about-banner .about-banner-i h1 span:after{position:absolute;top:90%;content:'';left:0;width:100%;float:left;border-bottom:5px solid #008AD4}}.about-banner-w .about-banner .about-banner-i
p{color:#fff;font-size:20px;line-height:24px;font-weight:400}@media (min-width: 1300px){.about-banner-w .about-banner .about-banner-i
p{font-size:22px;line-height:26px}}.about-banner-w .about-banner .about-banner-i
a.btn{margin-top:10px}.about-banner-w .about-banner .about-banner-i .about-desktop{display:none;padding:0
40px}@media (min-width: 599px){.about-banner-w .about-banner .about-banner-i .about-desktop{display:block}}@media (min-width: 801px){.about-banner-w .about-banner .about-banner-i .about-desktop{opacity:0}}@media (min-width: 790px){.about-banner-w .about-banner .about-banner-i .about-desktop{padding:0}}.about-banner-w .about-banner .about-banner-i .about-mobile{display:block;text-align:center;padding:0
20px}@media (min-width: 599px){.about-banner-w .about-banner .about-banner-i .about-mobile{display:none}}.values-mob-img-w{height:220px;position:relative;clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.values-mob-img-w{display:none}}.values-mob-img-w .values-mob-img{position:absolute;top:-150px;left:0;height:130%;width:100%;float:left}@media (min-width: 599px){.values-mob-img-w .values-mob-img{height:140%}}.values-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background-size:cover;padding:75px
40px;text-align:left;position:relative;background:#868686}.values-w .value-fixed{position:absolute;top:0;left:0;width:100%;height:100%;float:left;z-index:100}@media (max-width: 790px){.values-w{background:#fff !important}.values-w h1,.values-w h2,.values-w h3,.values-w
h4{color:#0B4063 !important}.values-w
p{color:#1a1a1a !important}.values-w .value-fixed{display:none}}@media (min-width: 1030px){.values-w{padding:150px
60px;background-attachment:fixed !important}.home .values-w{border-bottom:150px #FFF solid}}@media (min-width: 1300px){.values-w{padding:150px
100px}}.values-w
h1{color:#fff;font-weight:600;font-size:30px;line-height:40px;margin-bottom:30px}@media (min-width: 790px){.values-w
h1{font-size:36px;line-height:50px}}.values-w h1
span{position:relative}.values-w h1 span:after{position:absolute;width:100%;content:'';float:left;left:0;top:95%;border-bottom:5px solid #008AD4}.values-w
p{color:#FFF;font-size:20px;line-height:34px;font-weight:600;margin-bottom:20px}.values-w
.values{position:relative;z-index:101}@media (min-width: 599px){.values-w
.values{display:block}}@media (min-width: 801px){.values-w
.values{opacity:0}}.values-w .values
ul{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.values-w .values ul
li{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:10px}@media (min-width: 790px){.values-w .values ul
li{clear:none;width:23.07692%;float:left;margin-right:2.5641%}.values-w .values ul li:nth-child(4n){clear:none;width:23.07692%;float:right;margin-right:0}}.values-w .values ul li
h4{color:#fff;font-size:26px;line-height:34px;font-weight:600;margin-bottom:10px}.values-w .values ul li
p{color:#fff;font-size:20px;line-height:24px;font-weight:400;padding:0
0px}.values-mobile{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#868686;display:none}@media (min-width: 599px){.values-mobile{display:none}}.values-mobile
ul{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding-top:100px;padding-bottom:60px}.values-mobile ul
li{text-align:center;clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:60px}.values-mobile ul li
h4{color:#0B4063;font-size:26px;line-height:30px;font-weight:600;margin-bottom:10px}@media (min-width: 790px){.values-mobile ul li
h4{font-size:30px;line-height:34px}}.values-mobile ul li
p{color:#0B4063;font-size:20px;line-height:24px;font-weight:400;padding:0
40px}@media (min-width: 790px){.values-mobile ul li
p{font-size:20px;line-height:24px}}.why-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#f7f8f9;padding:75px
30px;position:relative;overflow:hidden;padding-bottom:0}@media (min-width: 599px){.why-w{padding:75px
40px}}@media (min-width: 790px){.why-w{padding:150px
60px;padding-bottom:140px}}@media (min-width: 1300px){.why-w{padding:150px
100px;padding-bottom:140px}}.why-w
h1{color:#0B4063;font-size:26px;line-height:30px;margin-bottom:40px;text-align:left}@media (min-width: 599px){.why-w
h1{font-size:36px;line-height:40px;margin-bottom:80px}}@media (min-width: 801px){.why-w
.why{opacity:0}}.why-w .why
ul{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.why-w .why ul
li{margin-bottom:40px;clear:none;width:44.44444%;float:left;margin-right:11.11111%;min-height:230px}.why-w .why ul li:nth-child(2n){clear:none;width:44.44444%;float:right;margin-right:0}@media (min-width: 599px) and (max-width: 790px){.why-w .why ul
li{min-height:auto;clear:none;width:28.57143%;float:left;margin-right:7.14286%}.why-w .why ul li:nth-child(2n){clear:none;width:28.57143%;float:left;margin-right:7.14286%}.why-w .why ul li:nth-child(3n){clear:none;width:28.57143%;float:right;margin-right:0}}@media (min-width: 790px){.why-w .why ul
li{min-height:auto;clear:none;width:11.76471%;float:left;margin-right:2.94118%}.why-w .why ul li:nth-child(2n),.why-w .why ul li:nth-child(3n){clear:none;width:11.76471%;float:left;margin-right:2.94118%}.why-w .why ul li:nth-child(7n){clear:none;width:11.76471%;float:right;margin-right:0}}.why-w .why ul li
span{clear:both;width:100%;float:left;margin-left:0;margin-right:0;height:100px}.why-w .why ul li
span.capital{background:url(/wp-content/themes/infinity/images/icon-capital-u.png) center center no-repeat;background-size:75px}.why-w .why ul li
span.sales{background:url(/wp-content/themes/infinity/images/icon-sales-u.png) center center no-repeat;background-size:65px}.why-w .why ul li
span.research{background:url(/wp-content/themes/infinity/images/icon-research-u.png) center center no-repeat;background-size:70px}.why-w .why ul li
span.marketing{background:url(/wp-content/themes/infinity/images/icon-marketing-u.png) center center no-repeat;background-size:70px}.why-w .why ul li span.multi-sector{background:url(/wp-content/themes/infinity/images/icon-multiplesector-u.png) center center no-repeat;background-size:70px}.why-w .why ul li span.funds-management{background:url(/wp-content/themes/infinity/images/icon-funds-management@2x.png) center center no-repeat;background-size:58px}.why-w .why ul li
span.values{background:url(/wp-content/themes/infinity/images/icon-values-u.png) center center no-repeat;background-size:70px}.why-w .why ul li
h4{color:#0B4063;font-size:18px;line-height:20px;font-weight:500;clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:10px;text-align:center}@media (min-width: 790px){.why-w .why ul li
h4{font-size:18px;line-height:20px;font-weight:500}}.why-w .why ul li
p{color:#0B4063;font-size:16px;line-height:22px;font-weight:400;clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:10px;text-align:center;padding:0}.why-w .why ul li
a{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.map-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#FFF;padding:0px
0px;overflow:hidden;position:relative;margin-bottom:40px}@media (min-width: 599px){.map-w{margin-bottom:0;padding-bottom:100px;padding-top:100px}}@media (min-width: 790px){.map-w{padding-top:0;padding-bottom:150px}}.map-w .map-locale{position:absolute;bottom:0;width:100%;text-align:center;padding:0
40px;font-size:30px;line-height:34px;color:#0B4063;font-weight:400}@media (min-width: 601px){.map-w .map-locale{display:none}}.map-w .map-right{width:18px;height:30px;background:url(/wp-content/themes/infinity/images/icon_arrow_blue@2x.png) 0 0 no-repeat;background-size:18px;float:left;position:absolute;right:20px;bottom:0;margin-top:0;z-index:100000}@media (min-width: 601px){.map-w .map-right{display:none}}.map-w .map-left{width:18px;height:30px;background:url(/wp-content/themes/infinity/images/icon_arrow_blue@2x.png) 0 0 no-repeat;background-size:18px;float:left;position:absolute;left:20px;bottom:0;margin-top:0;transform:rotate(180deg);z-index:100000}@media (min-width: 601px){.map-w .map-left{display:none}}.map-w
.map{width:700px;max-width:700px;margin-left:auto;margin-right:auto;background:url(/wp-content/themes/infinity/images/graphic_worldmap@2x.png) center center no-repeat;background-size:700px;min-height:400px;position:relative;transform:translate3d(45px, 0, 0);transition:all 1s ease}.map-w .map:after{content:" ";display:block;clear:both}@media (min-width: 601px){.map-w
.map{width:auto}}@media (min-width: 801px){.map-w
.map{opacity:0}}.map-w
.map.left{transform:translate3d(45px, 0, 0);transition:all 1s ease}.map-w
.map.right{transform:translate3d(-60px, 0, 0);transition:all 1s ease}@media (min-width: 599px) and (max-width: 790px){.map-w
.map{margin-left:0 !important}}@media (min-width: 790px){.map-w
.map{margin-left:auto;margin-right:auto}}@media (min-width: 1440px){.map-w
.map{max-width:1440px;margin-left:auto;margin-right:auto;background:url(/wp-content/themes/infinity/images/graphic_worldmap@2x.png) center center no-repeat;background-size:1200px;min-height:560px;position:relative}.map-w .map:after{content:" ";display:block;clear:both}}.map-w .map-point.australia{bottom:88px;left:655px}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.australia{bottom:80px;left:308px}}.map-w .map-point.new-zealand{bottom:43px;left:735px}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.new-zealand{bottom:65px;left:350px}}.map-w .map-point.usa{right:315px;top:200px;left:auto;bottom:auto}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.usa{right:100px;top:140px}}.map-w .map-point.germany{left:280px;top:150px;bottom:auto}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.germany{left:90px;top:120px}}.map-w .map-point.france{left:240px;top:170px;bottom:auto}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.france{left:80px;top:110px}}.map-w .map-point.south-africa{left:250px;bottom:140px}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.south-africa{left:80px;bottom:120px}}.map-w .map-point.china{left:500px;bottom:260px}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.china{left:220px;bottom:210px}}.map-w .map-point.japan{left:615px;bottom:331px}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.japan{left:280px;bottom:210px}}.map-w .map-point.dubai{left:290px;bottom:310px}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.dubai{left:100px;bottom:210px}}.map-w .map-point.london{left:155px;bottom:380px}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.london{left:15px;bottom:260px}}.map-w .map-point.switzerland{left:255px;bottom:400px}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.switzerland{left:115px;bottom:270px}}.map-w .map-point.hong-kong{left:540px;bottom:240px}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.hong-kong{left:245px;bottom:170px}}.map-w .map-point.singapore{left:495px;bottom:200px}@media (min-width: 0) and (max-width: 1439px){.map-w .map-point.singapore{left:210px;bottom:145px}}.filter-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:20px;padding-top:60px}@media (min-width: 790px){.filter-w{padding-top:20px}}.filter-w
.filter{max-width:1600px;margin-left:auto;margin-right:auto}.filter-w .filter:after{content:" ";display:block;clear:both}.filter-w .filter .form-w{float:right;width:auto;margin-right:0}@media (max-width: 599px){.filter-w .filter .form-w{float:none;width:310px;position:relative;left:50%;transform:translate(-50%, 0);margin-right:0}}.filter-w .filter .form-w
form{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.filter-w .filter .form-w .input-w{width:auto;float:left;clear:none;padding-top:0;margin-bottom:0}.filter-w .filter .form-w .input-w
label{color:#0B4063;font-size:18px;line-height:20px;margin-right:20px;font-weight:500;margin-top:20px}.filter-w .filter .form-w .input-w
select{font-size:24px;line-height:24px;border-bottom:1px solid #DDD;padding:0
10px;width:230px}.corporate-services-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.corporate-services-w .corporate-services{max-width:1600px;margin-left:auto;margin-right:auto;border-top:1px solid #DDD}.corporate-services-w .corporate-services:after{content:" ";display:block;clear:both}@media (min-width: 801px){.corporate-services-w .corporate-services{opacity:0}}@media (max-width: 599px){.corporate-services-w .corporate-services .desktop-corp{display:none}}.corporate-services-w .corporate-services
.grid{width:100%;float:left}@media (min-width: 599px){.corporate-services-w .corporate-services
.grid{width:50%;display:none}.corporate-services-w .corporate-services .grid.show,.corporate-services-w .corporate-services .grid.grid-count-1,.corporate-services-w .corporate-services .grid.grid-count-2,.corporate-services-w .corporate-services .grid.grid-count-3,.corporate-services-w .corporate-services .grid.grid-count-4,.corporate-services-w .corporate-services .grid.grid-count-5,.corporate-services-w .corporate-services .grid.grid-count-6{display:block}}@media (min-width: 790px){.corporate-services-w .corporate-services
.grid{width:25%}}.corporate-services-w .corporate-services .grid .grid-i{width:100%;float:left;height:350px;position:relative}@media (min-width: 599px){.corporate-services-w .corporate-services .grid .grid-i{border-right:1px solid #DDD;border-bottom:1px solid #DDD}}.corporate-services-w .corporate-services .grid .grid-i.base-metals-bg{background:url(/wp-content/themes/infinity/images/base-metals@2x.jpg) center center no-repeat;background-size:cover}.corporate-services-w .corporate-services .grid .grid-i.precious-metals-bg{background:url(/wp-content/themes/infinity/images/precious-metals@2x.jpg) center center no-repeat;background-size:cover}.corporate-services-w .corporate-services .grid .grid-i.bulk-bg{background:url(/wp-content/themes/infinity/images/bulk@2x.jpg) center center no-repeat;background-size:cover}.corporate-services-w .corporate-services .grid .grid-i
h4{font-size:30px;line-height:34px;color:#fff;font-weight:600;position:absolute;bottom:20px;left:0px;width:100%;text-align:center}@media (min-width: 599px) and (max-width: 790px){.corporate-services-w .corporate-services .grid .grid-i
h4{font-size:20px;line-height:24px;width:100%;text-align:center;left:20px}}@media (min-width: 790px){.corporate-services-w .corporate-services .grid .grid-i
h4{text-align:left;left:20px;width:auto}}.corporate-services-w .corporate-services .grid .grid-i.year{background:#0B4063}@media (max-width: 600px){.corporate-services-w .corporate-services .grid .grid-i.year{height:160px !important}}.corporate-services-w .corporate-services .grid .grid-i.industry-image-w .grid-content{top:65%}@media (min-width: 400px){.corporate-services-w .corporate-services .grid .grid-i.industry-image-w .grid-content{top:58%}}@media (min-width: 599px){.corporate-services-w .corporate-services .grid .grid-i.industry-image-w .grid-content{top:70%}}@media (min-width: 790px){.corporate-services-w .corporate-services .grid .grid-i.industry-image-w .grid-content{top:70%}}@media (min-width: 1100px){.corporate-services-w .corporate-services .grid .grid-i.industry-image-w .grid-content{top:68%}}.corporate-services-w .corporate-services .grid .grid-i .industry-image{background:url(/wp-content/themes/infinity/images/precious-metals@2x.jpg) center center no-repeat;background-size:cover;height:140px}@media (min-width: 599px) and (max-width: 790px){.corporate-services-w .corporate-services .grid .grid-i .industry-image{height:140px}}.corporate-services-w .corporate-services .grid .grid-i .grid-content{position:absolute;top:50%;padding:20px
60px;text-align:center;width:100%;transform:translate(0, -50%)}@media (min-width: 599px) and (max-width: 790px){.corporate-services-w .corporate-services .grid .grid-i .grid-content{padding:10px
10px}}@media (min-width: 599px){.corporate-services-w .corporate-services .grid .grid-i .grid-content{padding:20px
10px}}@media (min-width: 1100px){.corporate-services-w .corporate-services .grid .grid-i .grid-content{padding:20px
20px}}.corporate-services-w .corporate-services .grid .grid-i .grid-content
.year{font-size:40px;line-height:40px;color:#fff;font-weight:600}@media (min-width: 599px){.corporate-services-w .corporate-services .grid .grid-i .grid-content
.year{font-size:50px;line-height:50px}}.corporate-services-w .corporate-services .grid .grid-i .grid-content
.industry{font-size:24px;line-height:32px;font-weight:600;color:#0B4063;margin-bottom:10px}@media (min-width: 599px) and (max-width: 790px){.corporate-services-w .corporate-services .grid .grid-i .grid-content
.industry{font-size:20px;line-height:28px;margin-bottom:0px}}.corporate-services-w .corporate-services .grid .grid-i .grid-content
.title{font-size:24px;line-height:28px;color:#008AD4;font-weight:500;margin-bottom:10px}@media (min-width: 599px) and (max-width: 790px){.corporate-services-w .corporate-services .grid .grid-i .grid-content
.title{font-size:20px;line-height:28px;margin-bottom:10px}}.corporate-services-w .corporate-services .grid .grid-i .grid-content
.date{font-size:30px;line-height:32px;color:#0B4063;font-weight:200;margin-top:10px}@media (min-width: 599px) and (max-width: 790px){.corporate-services-w .corporate-services .grid .grid-i .grid-content
.date{font-size:20px;line-height:28px}}.corporate-services-w .corporate-services .grid .grid-i .grid-content
p{font-size:20px;line-height:24px;color:#0B4063;margin-bottom:0px}@media (min-width: 599px) and (max-width: 790px){.corporate-services-w .corporate-services .grid .grid-i .grid-content
p{font-size:18px;line-height:22px;margin-bottom:10px}}.corporate-services-w .corporate-services .grid .grid-i .grid-content
h4{font-size:30px;line-height:34px;color:#fff;font-weight:600}@media (min-width: 599px) and (max-width: 790px){.corporate-services-w .corporate-services .grid .grid-i .grid-content
h4{font-size:20px;line-height:24px}}.load-more{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center;padding:80px
40px}@media (min-width: 599px){.load-more{padding-bottom:150px}}.load-more
a.btn{font-weight:600;padding-left:100px;padding-right:100px}.multi-mobile{padding-bottom:20px}@media (min-width: 599px){.multi-mobile{display:none}}.multiple-sectors-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0px
0px;position:relative;margin-bottom:60px}@media (min-width: 599px){.multiple-sectors-w{margin-bottom:0}}@media (max-width: 599px){.multiple-sectors-w.industries{margin-bottom:0}}@media (min-width: 801px){.multiple-sectors-w.industries .service-matrix{opacity:0}}@media (min-width: 599px){.multiple-sectors-w.industries ul.image-matrix
li{display:none}.multiple-sectors-w.industries ul.image-matrix
li.show{display:block}}@media (max-width: 599px){.multiple-sectors-w.industries ul.image-matrix
li{display:none}.multiple-sectors-w.industries ul.image-matrix li:nth-child(1),.multiple-sectors-w.industries ul.image-matrix li:nth-child(2),.multiple-sectors-w.industries ul.image-matrix li:nth-child(3),.multiple-sectors-w.industries ul.image-matrix li:nth-child(4){display:block}}.multiple-sectors-w .service-matrix{max-width:1440px;margin-left:auto;margin-right:auto}.multiple-sectors-w .service-matrix:after{content:" ";display:block;clear:both}.multiple-sectors-w .service-matrix ul.image-matrix{opacity:1;clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative}.multiple-sectors-w .service-matrix ul.image-matrix
li{width:100%;height:370px;background:#F7F8F9;position:relative;overflow:hidden;cursor:pointer}@media (min-width: 599px){.multiple-sectors-w .service-matrix ul.image-matrix
li{width:50%;float:left;height:50%}.multiple-sectors-w .service-matrix ul.image-matrix li:nth-child(even){float:right}}@media (min-width: 790px){.multiple-sectors-w .service-matrix ul.image-matrix
li{width:25%;float:left;height:25%}.multiple-sectors-w .service-matrix ul.image-matrix li:nth-child(even){float:left}.multiple-sectors-w .service-matrix ul.image-matrix li:nth-child(4n){float:right}}.multiple-sectors-w .service-matrix ul.image-matrix li:after{content:'';width:100%;height:100%;float:left;position:absolute;bottom:0;background-image:linear-gradient(to bottom, transparent, rgba(0,0,0,0.5))}@media (min-width: 599px){.multiple-sectors-w .service-matrix ul.image-matrix li:after{height:160px}}.multiple-sectors-w .service-matrix ul.image-matrix li
.thumb{position:absolute;top:0;left:0;width:101%;height:101%;float:left;transition:all 0.5s ease;transform:scale(1.05, 1.05)}.multiple-sectors-w .service-matrix ul.image-matrix li:hover
.thumb{transform:scale(1.1, 1.1);transition:all 0.5s ease}.multiple-sectors-w .service-matrix ul.image-matrix li
h5{color:#fff;font-size:24px;line-height:28px;position:absolute;bottom:50%;left:0;z-index:10;margin-bottom:0;width:100%;text-align:center;transform:translate(0, 50%)}@media (min-width: 599px){.multiple-sectors-w .service-matrix ul.image-matrix li
h5{position:absolute;bottom:30px;left:30px;width:auto;text-align:left;z-index:10;margin-bottom:0;transform:translate(0, 0)}}@media (min-width: 1200px){.multiple-sectors-w .service-matrix ul.image-matrix li
h5{font-size:30px;line-height:34px}}.multiple-sectors-w .service-matrix ul.image-matrix .vert-center{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center;padding:70px
40px;background:#868686}@media (min-width: 599px) and (max-width: 790px){.multiple-sectors-w .service-matrix ul.image-matrix .vert-center{background:#FFF}.page-id-13 .multiple-sectors-w .service-matrix ul.image-matrix .vert-center{padding-top:120px}}@media (min-width: 790px){.multiple-sectors-w .service-matrix ul.image-matrix .vert-center{padding:80px;position:absolute;text-align:left;top:100%;background:#FFF;transform:translate(0, -50%)}}.multiple-sectors-w .service-matrix ul.image-matrix .vert-center
h3{font-size:26px;line-height:30px;color:#0B4063}@media (min-width: 599px) and (max-width: 790px){.multiple-sectors-w .service-matrix ul.image-matrix .vert-center
h3{display:none;font-size:40px;line-height:46px}.page-id-13 .multiple-sectors-w .service-matrix ul.image-matrix .vert-center
h3{display:block}}.multiple-sectors-w .service-matrix ul.image-matrix .vert-center h3
span{position:relative;text-decoration:none !important}.multiple-sectors-w .service-matrix ul.image-matrix .vert-center h3 span:after{content:'';border-bottom:5px solid #008AD4;float:left;width:100%;position:absolute;bottom:0px;left:0;transition:all 4s ease}@media (min-width: 790px){.multiple-sectors-w .service-matrix ul.image-matrix .vert-center h3 span:after{width:0;bottom:6px}}@media (min-width: 790px){.multiple-sectors-w .service-matrix ul.image-matrix .vert-center
h3{font-size:46px;line-height:50px}}.multiple-sectors-w .service-matrix ul.image-matrix .vert-center
p{font-size:18px;line-height:24px}@media (min-width: 599px) and (max-width: 790px){.multiple-sectors-w .service-matrix ul.image-matrix .vert-center
p{font-size:22px;line-height:30px}}.multiple-sectors-w .service-matrix ul.image-matrix .vert-center p
a{color:#0B4063;padding-bottom:2px;transition:all 1s ease}.multiple-sectors-w .service-matrix ul.image-matrix .vert-center p a:hover{color:#008AD4;transition:all 0.5s ease}.mobile-appendment{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:0
40px}.mobile-appendment
a.btn{margin-top:20px}@media (min-width: 790px){.mobile-appendment{display:none}}@media (max-width: 599px){.mobile-appendment .btn-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center}}.introduction-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;z-index:3;padding:50px
40px;position:relative;background:#FFF;overflow:hidden}@media (min-width: 599px){.introduction-w{padding:60px
40px;padding-bottom:0}}@media (min-width: 790px){.introduction-w{padding:200px
60px;padding-bottom:150px}}@media (min-width: 1300px){.introduction-w{padding:200px
100px;padding-bottom:150px}}.introduction-w
.mountain{width:280px;height:360px;background:url(/wp-content/themes/infinity/images/mountain@3x.png) 0 0 no-repeat;background-size:280px;float:left;position:absolute;bottom:-40px;right:-180px}@media (min-width: 599px){.introduction-w
.mountain{right:-20px}}@media (min-width: 790px){.introduction-w
.mountain{right:-60px;bottom:0px}}@media (min-width: 801px){.introduction-w
.introduction{opacity:0}}.introduction-w .introduction .introduction-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.introduction-w .introduction .introduction-i{clear:none;width:45.37815%;float:left;margin-right:.84034%;margin-right:8.47458%}.introduction-w .introduction .introduction-i
h1{padding-right:100px}}.introduction-w .introduction
.billion{width:100%;height:340px;background:url(/wp-content/themes/infinity/images/3bn.gif) center 0 no-repeat;background-size:320px;float:left}@media (min-width: 599px){.introduction-w .introduction
.billion{width:420px;height:440px;background:url(/wp-content/themes/infinity/images/3bn.gif) center 0 no-repeat;background-size:420px}}@media (min-width: 790px){.introduction-w .introduction
.billion{background:#FFF;margin-top:-60px;margin-left:-100px;background:url(/wp-content/themes/infinity/images/3bn.gif) 0 0 no-repeat;background-size:420px}}@media (min-width: 1500px){.introduction-w .introduction
.billion{margin-left:0}}.introduction-w .introduction
.billion.ani{background:url(/wp-content/themes/infinity/images/3bn.gif) 40% 0 no-repeat;background-size:320px}@media (min-width: 599px){.introduction-w .introduction
.billion.ani{background:url(/wp-content/themes/infinity/images/3bn.gif) 0 0 no-repeat;background-size:420px}}.sectors-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:50px
40px;background:#FFF;z-index:3;position:relative}@media (min-width: 599px) and (max-width: 790px){.sectors-w{padding-bottom:0;margin-bottom:-60px}}@media (min-width: 790px){.sectors-w{padding:150px
60px}}@media (min-width: 1300px){.sectors-w{padding:150px
100px}}@media (min-width: 801px){.sectors-w
.sectors{opacity:0}}.sectors-w .sectors
.intro{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:60px}@media (min-width: 790px){.sectors-w .sectors
.intro{width:49.15254%;float:left;margin-right:1.69492%}}.sectors-w .sectors .intro
a.btn{margin-top:10px}@media (max-width: 599px){.sectors-w .sectors .btn-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center}}.sectors-w .sectors .col-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.sectors-w .sectors .col-w
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:30px}@media (min-width: 599px) and (max-width: 790px){.sectors-w .sectors .col-w
.col{margin-bottom:0;min-height:600px;clear:none;width:47.36842%;float:left;margin-right:5.26316%}.sectors-w .sectors .col-w .col:nth-child(2n){clear:none;width:47.36842%;float:right;margin-right:0}}@media (min-width: 790px){.sectors-w .sectors .col-w
.col{margin-bottom:0;clear:none;width:23.07692%;float:left;margin-right:2.5641%}.sectors-w .sectors .col-w .col:nth-child(4n){clear:none;width:23.07692%;float:right;margin-right:0}}.sectors-w .sectors .col-w .col
h4{font-size:24px;line-height:34px;color:#0B4063;margin-bottom:10px}.sectors-w .sectors .col-w .col h4
a{color:#0B4063;text-decoration:none}.sectors-w .sectors .col-w .col .img-i{width:100%;float:left;clear:both;margin-bottom:20px;overflow:hidden}.sectors-w .sectors .col-w .col .img-i
img{transform:scale(1, 1);width:100%;transition:all 0.24s ease}.sectors-w .sectors .col-w .col .img-i:hover
img{transform:scale(1.05, 1.05);transition:all 0.24s ease}.sectors-w .sectors .col-w .col
ul{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding-right:20px}.sectors-w .sectors .col-w .col ul
li{list-style-type:none;font-size:18px;line-height:20px;margin-bottom:10px;color:#0B4063}.logos-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;background:#FFF;padding:75px
40px}@media (min-width: 599px){.logos-w{padding:80px
40px;padding-bottom:50px}}@media (min-width: 790px){.logos-w{padding:120px
100px}}@media (min-width: 790px){.logos-w#long .logos ul
li{width:16.66667%;float:left;margin-right:4.16667%}.logos-w#long .logos ul li:nth-child(5n){width:16.66667%;float:right;margin-right:0}}.logos-w .logos
ul{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.logos-w .logos ul
li{width:49.15254%;float:left;margin-right:1.69492%;text-align:center}.logos-w .logos ul li:nth-child(even){width:49.15254%;float:right;margin-right:0}@media (min-width: 599px) and (max-width: 790px){.logos-w .logos ul
li{margin-bottom:40px}}@media (min-width: 790px){.logos-w .logos ul
li{width:13.7931%;float:left;margin-right:3.44828%}.logos-w .logos ul li:nth-child(even){width:13.7931%;float:left;margin-right:3.44828%}.logos-w .logos ul li:nth-child(6n){width:13.7931%;float:right;margin-right:0}}.logos-w .logos ul li
a{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center;position:relative;height:120px}.logos-w .logos ul li a
img{max-height:110px;width:auto !important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content-carousel-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative}.content-carousel-w .content-carousel-next{background:url("/wp-content/themes/infinity/images/yellow-arrow@2x.png") center center no-repeat;width:30px;height:30px;background-size:30px;float:right;position:absolute;right:-40px;top:40%;cursor:pointer;transform:rotate(270deg)}@media (min-width: 1200px){.content-carousel-w .content-carousel-next{right:-60px}}.content-carousel-w .content-carousel-prev{background:url("/wp-content/themes/infinity/images/yellow-arrow@2x.png") center center no-repeat;width:30px;background-size:30px;height:30px;float:right;position:absolute;left:-40px;top:40%;cursor:pointer;transform:rotate(90deg)}@media (min-width: 1200px){.content-carousel-w .content-carousel-prev{left:-60px}}.content-carousel-w .content-carousel{max-width:1000px;margin-left:auto;margin-right:auto;position:relative}.content-carousel-w .content-carousel:after{content:" ";display:block;clear:both}.content-carousel-w .content-carousel .content-carousel-i-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.content-carousel-w .content-carousel .content-carousel-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.content-carousel-w .content-carousel .content-carousel-i
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.content-carousel-w .content-carousel .content-carousel-i
.col{clear:none;width:49.15254%;float:left;margin-right:1.69492%}.content-carousel-w .content-carousel .content-carousel-i .col:nth-child(2){clear:none;width:49.15254%;float:right;margin-right:0}}@media (max-width: 599px){.content-carousel-w .content-carousel .content-carousel-i
.col.content{padding:0
20px;padding-top:30px}}.content-carousel-w .content-carousel .content-carousel-i .col.content
p{font-size:18px;line-height:28px}.content-carousel-w .content-carousel .content-carousel-i .col.content h2,.content-carousel-w .content-carousel .content-carousel-i .col.content
h3{padding-bottom:40px;margin-bottom:40px;position:relative}.content-carousel-w .content-carousel .content-carousel-i .col.content h2:after,.content-carousel-w .content-carousel .content-carousel-i .col.content h3:after{content:'';position:absolute;bottom:0;left:0;border-bottom:5px solid #f2c408;width:120px;float:left}@media (min-width: 599px){.content-carousel-w .content-carousel .content-carousel-i .col.content h2:after,.content-carousel-w .content-carousel .content-carousel-i .col.content h3:after{width:200px}}.content-carousel-w .content-carousel .content-carousel-i .col.content
ul{padding-left:40px}.content-carousel-w .content-carousel .content-carousel-i .col.content ul
li{font-size:16px;line-height:20px}.content-carousel-w .content-carousel .content-carousel-i .col.content ul li:before{left:-46px;background:url(/wp-content/themes/infinity/images/yellow-arrow@2x.png) center no-repeat;background-size:18px;top:-2px;transform:rotate(270deg)}.learn-more-w{margin:70px
0;margin-bottom:0;clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 790px){.learn-more-w{margin:140px
0;margin-bottom:0}}.learn-more-w .learn-more{max-width:1200px;margin-left:auto;margin-right:auto;background:#2a3439;padding:50px
20px}.learn-more-w .learn-more:after{content:" ";display:block;clear:both}@media (min-width: 790px){.learn-more-w .learn-more{padding:100px
100px}}.learn-more-w .learn-more
.col{clear:both;width:100%;float:left;margin-left:0;margin-right:0;margin-bottom:20px}.learn-more-w .learn-more .col:nth-child(2){margin-bottom:40px}.learn-more-w .learn-more .col:nth-child(3){margin-bottom:0}@media (min-width: 790px){.learn-more-w .learn-more
.col{margin-bottom:0;clear:none;width:36.97479%;float:left;margin-right:.84034%}.learn-more-w .learn-more .col:nth-child(2){margin-bottom:0;clear:none;width:32.77311%;float:left;margin-right:.84034%}.learn-more-w .learn-more .col:nth-child(3){clear:none;width:23.72881%;float:right;margin-right:0}}.learn-more-w .learn-more .col
h4{color:#FFF;font-size:30px;line-height:34px}@media (min-width: 599px){.learn-more-w .learn-more .col
h4{font-size:44px;line-height:58px}}.learn-more-w .learn-more .col .select-w{border-bottom:5px solid #f2c408;position:relative;z-index:1}.learn-more-w .learn-more .col .select-w:after{content:'';width:20px;height:20px;position:absolute;top:37%;right:20px;background:url(/wp-content/themes/infinity/images/yellow-arrow@2x.png) center center no-repeat;background-size:20px}.learn-more-w .learn-more .col .select-w
select{font-size:30px;line-height:38px}.learn-more-w .learn-more .col
button.btn{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.matrix-content-w{background:#f7f8f9;position:relative;clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 599px) and (max-width: 790px){.matrix-content-w{padding:0px
0px;padding-bottom:40px}}@media (min-width: 790px){.matrix-content-w{padding:150px
60px;padding-right:0}.matrix-content-w.left-align{padding-right:100px;padding-left:0}}@media (min-width: 1300px){.matrix-content-w{padding:150px
100px;padding-right:0}.matrix-content-w.left-align{padding-right:100px;padding-left:0}}@media (min-width: 1500px){.matrix-content-w{padding-right:100px}.matrix-content-w.left-align{padding-left:100px}}@media (max-width: 599px){.matrix-content-w .btn-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;text-align:center}}.matrix-content-w .matrix-content{max-width:1440px;margin-left:auto;margin-right:auto}.matrix-content-w .matrix-content:after{content:" ";display:block;clear:both}@media (min-width: 801px){.matrix-content-w .matrix-content{opacity:0}}@media (min-width: 790px){.matrix-content-w .matrix-content.left-align .col:nth-child(2){width:40%}.matrix-content-w .matrix-content.left-align .col:nth-child(2) .col-i{width:75%}}.matrix-content-w .matrix-content.right-align
.col{width:100%;float:left}@media (min-width: 790px){.matrix-content-w .matrix-content.right-align
.col{width:50%;float:right}.matrix-content-w .matrix-content.right-align .col:nth-child(2){float:left}}.matrix-content-w .matrix-content.orphan .col .col-i ul.logo-matrix li:last-child{width:100%;height:140px}.matrix-content-w .matrix-content.orphan .col .col-i ul.logo-matrix li:last-child
img{width:75%}.matrix-content-w .matrix-content
.col{width:100%;margin-bottom:40px;float:left}@media (min-width: 599px){.matrix-content-w .matrix-content
.col{margin-bottom:0}}@media (min-width: 790px){.matrix-content-w .matrix-content
.col{width:50%;float:left}.matrix-content-w .matrix-content .col:nth-child(2){float:right}}.matrix-content-w .matrix-content .col ul.image-matrix{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:relative}.matrix-content-w .matrix-content .col ul.image-matrix
li{width:100%;float:left;height:50%;background-size:cover;height:370px;position:relative;overflow:hidden}@media (min-width: 599px){.matrix-content-w .matrix-content .col ul.image-matrix
li{margin-bottom:0;width:50%}}.matrix-content-w .matrix-content .col ul.image-matrix li:nth-child(even){float:right}.matrix-content-w .matrix-content .col ul.image-matrix li .img-i{float:left;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1, 1);transition:all 0.24s ease}.matrix-content-w .matrix-content .col ul.image-matrix li:hover .img-i{transform:scale(1.05, 1.05);transition:all 0.24s ease}.matrix-content-w .matrix-content .col .col-i{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:25px
40px;position:relative}@media (min-width: 599px) and (max-width: 790px){.matrix-content-w .matrix-content .col .col-i{padding:0
40px;padding-top:60px}}@media (min-width: 790px){.matrix-content-w .matrix-content .col .col-i{top:50%;padding:0
0px;transform:translateY(-50%);width:60%}}.matrix-content-w .matrix-content .col .col-i
a.btn{margin-top:20px}.matrix-content-w .matrix-content .col .col-i ul.logo-matrix{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.matrix-content-w .matrix-content .col .col-i ul.logo-matrix
li{text-align:center;height:200px;display:inline-block;width:49.15254%;float:left;margin-right:1.69492%;text-align:center}.matrix-content-w .matrix-content .col .col-i ul.logo-matrix li:nth-child(even){width:49.15254%;float:right;margin-right:0}.matrix-content-w .matrix-content .col .col-i ul.logo-matrix li
img{position:relative;top:50%;width:130px;transform:translateY(-50%)}.table-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:60px
20px;padding-bottom:80px;background:#FFF}@media (min-width: 599px){.table-w{padding:20px
40px;padding-bottom:80px}}@media (min-width: 790px){.table-w{padding:0px
60px;padding-bottom:150px}}@media (min-width: 1300px){.table-w{padding:0px
120px;padding-bottom:150px}}.table-w
.table{max-width:1200px;margin-left:auto;margin-right:auto}.table-w .table:after{content:" ";display:block;clear:both}.table-w
table{border:3px
solid #979797;border-bottom:0;border-spacing:0;border-right:0;clear:both;width:100%;float:left;margin-left:0;margin-right:0}.table-w table
td{background:#FFF;font-size:20px;line-height:26px;padding:30px
20px;border:0;border-bottom:3px solid #979797;color:#1a1a1a;valign:center;border-right:3px solid #979797}.table-w table td:nth-child(1){font-weight:600}.page-banner-down{clear:both;width:100%;float:left;margin-left:0;margin-right:0;position:absolute;bottom:60px;left:50%;height:40px;margin-left:-20px}@media (min-width: 599px){.page-banner-down{bottom:30px}}@media (min-width: 790px){.page-banner-down{position:fixed;left:auto;right:30px;bottom:30px}.page-banner-down:after{float:right !important}}.page-banner-down:after{content:'';background:url(/wp-content/themes/infinity/images/icon_arrow_home.png) center center no-repeat;height:50px;width:40px;background-size:36px;float:left}.accordion-w-w{clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding:20px;font-family:"roboto",sans-serif;margin-bottom:40px;padding-top:0;position:relative;overflow:hidden}.accordion-w-w.background-image{padding:70px
20px;background-attachment:fixed !important}@media (min-width: 790px){.accordion-w-w.background-image{padding:140px
20px;margin-bottom:0}}.accordion-w-w.background-image .accordion-w .accordion
dt{color:#FFF;border-top:3px solid rgba(255,255,255,0.3)}.accordion-w-w.background-image .accordion-w .accordion dt:after{float:right;content:'';background:url(/wp-content/themes/infinity/images/white-arrow@2x.png) center no-repeat;background-size:22px;height:18px;width:22px;position:absolute;top:60%;right:0;transform:translate(0, -50%)}@media (min-width: 790px){.accordion-w-w.background-image .accordion-w .accordion dt:after{background:url(/wp-content/themes/infinity/images/white-arrow@2x.png) center no-repeat;background-size:32px;width:32px}}.accordion-w-w.background-image .accordion-w .accordion
dt.active{color:#f2c408}.accordion-w-w.background-image .accordion-w .accordion dt.active
a{color:#f2c408}.accordion-w-w.background-image .accordion-w .accordion dt.active:after{transform:translate(0, -60%) rotate(180deg)}.accordion-w-w.background-image .accordion-w .accordion dt
a{color:#FFF}.accordion-w-w.background-image .accordion-w .accordion
dd{color:#FFF}.accordion-w-w.background-image .accordion-w .accordion dd
p{color:#FFF}@media (min-width: 790px){.accordion-w-w{margin-bottom:140px}}.accordion-w-w .faq-bg{position:absolute;top:0;left:0;width:100%;height:100%;clear:both;width:100%;float:left;margin-left:0;margin-right:0;transition:all 1s ease;background-attachment:fixed !important}.accordion-w-w .accordion-w{max-width:1200px;margin-left:auto;margin-right:auto}.accordion-w-w .accordion-w:after{content:" ";display:block;clear:both}.accordion-w-w .accordion-w
h2{font-size:30px;line-height:34px;position:relative;color:#FFF;clear:both;width:100%;float:left;margin-left:0;margin-right:0;padding-bottom:35px;margin-bottom:42px}@media (min-width: 599px){.accordion-w-w .accordion-w
h2{clear:both;width:100%;float:left;margin-left:0;margin-right:0}}@media (min-width: 790px){.accordion-w-w .accordion-w
h2{font-size:44px;line-height:48px;padding-bottom:55px}}.accordion-w-w .accordion-w h2:after{content:'';position:absolute;bottom:0;left:0;border-bottom:5px solid #f2c408;width:120px;float:left}@media (min-width: 599px){.accordion-w-w .accordion-w h2:after{width:200px}}@media (min-width: 790px){.accordion-w-w
.accordion{width:66.10169%;float:left;margin-right:1.69492%}}.accordion-w-w .accordion
dt{margin-bottom:20px;clear:both;width:100%;float:left;margin-left:0;margin-right:0;font-size:24px;line-height:30px;color:#2a3439;font-family:"aktiv-grotesk",serif;position:relative;padding-top:30px;padding-bottom:10px;padding-right:40px;border-top:3px solid rgba(26,26,26,0.3)}.accordion-w-w .accordion dt
a{color:#2a3439}.accordion-w-w .accordion dt:hover{cursor:pointer}.accordion-w-w .accordion dt:after{float:right;content:'';background:url(/wp-content/themes/infinity/images/yellow-arrow@2x.png) center no-repeat;background-size:22px;height:18px;width:22px;position:absolute;top:60%;right:0;transform:translate(0, -50%)}@media (min-width: 790px){.accordion-w-w .accordion dt:after{background:url(/wp-content/themes/infinity/images/yellow-arrow@2x.png) center no-repeat;background-size:32px;width:32px}}.accordion-w-w .accordion dt:nth-child(1){border-top:0 solid #000}.accordion-w-w .accordion
dt.active{color:#f2c408}.accordion-w-w .accordion dt.active
a{color:#f2c408}.accordion-w-w .accordion dt.active:after{transform:translate(0, -60%) rotate(180deg)}.accordion-w-w .accordion
a{display:block;text-decoration:none}.accordion-w-w .accordion
dd{border-top:0;margin:0;margin-bottom:0px;height:0;overflow:hidden;transition:all 0.25s ease;clear:both;width:100%;float:left;margin-left:0;margin-right:0}.accordion-w-w .accordion
dd.active{height:auto;padding:20px
0;transition:all 0.2s ease}.accordion-w-w .accordion dd .dd-content{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.accordion-w-w .accordion dd
p{font-size:16px;line-height:24px}@media (min-width: 790px){.accordion-w-w .accordion dd
p{font-size:18px;line-height:28px}}.body-w.latest-posts{clear:both;width:100%;float:left;margin-left:0;margin-right:0}.body-w.latest-posts .body-content{padding:0;max-width:1200px;margin-left:auto;margin-right:auto}.body-w.latest-posts .body-content:after{content:" ";display:block;clear:both}.body-w.latest-posts .body-content .article-w
.article{clear:both;width:100%;float:left;margin-left:0;margin-right:0}@media (min-width: 599px){.body-w.latest-posts .body-content .article-w
.article{clear:none;width:31.03448%;float:left;margin-right:3.44828%}.body-w.latest-posts .body-content .article-w .article:nth-child(3n){clear:none;width:31.03448%;float:right;margin-right:0}}.body-w.latest-posts .body-content .article-w .article
img{margin-bottom:35px}.body-w.latest-posts .body-content .article-w .article
small{font-size:18px;line-height:30px;color:#868686;margin-bottom:15px}.body-w.latest-posts .body-content .article-w .article
h4{font-size:24px;line-height:30px;color:#f2c408;font-family:"aktiv-grotesk",serif;margin-bottom:20px}.body-w.latest-posts .body-content .article-w .article
p{font-size:18px;line-height:30px;margin-bottom:20px}.body-w.latest-posts .body-content .article-w .article p
a{color:#f2c408;font-weight:600;text-transform:uppercase}
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
[data-carousel-extra]{cursor:pointer}.jp-carousel-wrap
*{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button
span{background:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px
15px;font-size:14px;text-align:center;margin:25px
20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button
span{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info
h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px
0 0 0!important;padding:10px
0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button
span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button
span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover
span{opacity:.6}.jp-carousel-next-button
span{background-position:-110px center;right:0}.jp-carousel-previous-button
span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px
10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons
a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px
2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide
img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide
img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint
span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0
0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint
span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover
span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0
14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0
2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px
0 0;display:none;margin:5px
auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box
textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px
6px;width:370px;height:48px;float:left;margin:6px
9px 0 9px;border:1px
solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box
label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box
select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px
solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box
p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px
0 0 2px!important}#wrapper #carousel-reblog-box
p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0
10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px
solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box
.canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext
a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0
0 15px;padding:0}.jp-carousel-titleanddesc-desc
p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p
a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p
strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p
i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px
solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px
20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta
li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta
ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta
li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0
2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta
h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0
0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0
1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map
div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright
img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment
p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author
a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment
.avatar{margin:0
20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0
0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px
solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px
10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px
0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as
input{background:rgba(34,34,34,.9);border:1px
solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px
6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as
p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px
0 0;float:left}#jp-carousel-comment-form-commenting-as
fieldset{float:left;border:none;margin:20px
0 0 0;padding:0}#jp-carousel-comment-form-commenting-as
fieldset{clear:both}#jp-carousel-comment-form-commenting-as
label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0
20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results
span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em
0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px
solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover
span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc
div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p
a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons
a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px
solid #ddd}.jp-carousel-light #carousel-reblog-box
textarea{border:1px
inset #ccc;color:#666;border:1px
solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box
.canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext
a{color:#666}.jp-carousel-light #carousel-reblog-box
select{background:#eee;color:#333;border:1px
solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px
solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px
solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta
li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint
span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px
solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as
input{background:#fbfbfb;border:1px
solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results
span{background:#f7f7f7;border:1px
solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0
10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide
img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{box-sizing:border-box;margin-bottom:.75em;width:100%}.contact-form
select{margin-bottom:.75em}.contact-form
textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:.75em;width:100%}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:.75em;vertical-align:bottom;vertical-align:-webkit-baseline-middle;vertical-align:-moz-middle-with-baseline}.contact-form
label{margin-bottom:.25em;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form
label.radio{margin-bottom:.25em;float:none;font-weight:400;display:inline-block}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-checkbox-wrap,.contact-form .grunion-field-radio-wrap{margin-bottom:.5em}.contact-form label
span{color:#aaa;margin-left:.25em;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission
p{margin:0
auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form
textarea{width:100%}#jetpack-check-feedback-spam{margin:1px
8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle
span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px
16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle
span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer
a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer
.container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0
auto;overflow:hidden;padding:1px
20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info
a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits
a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer
.container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info
a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}@font-face{font-family:Noticons;src:url(https://wordpress.com/i/noticons/Noticons.woff)}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0
0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper
iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px
10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars
*{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars
ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars
li{width:32px;height:32px;float:left;margin:0
5px 5px 0}#likes-other-gravatars ul.wpl-avatars li
a{margin:0
2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a
img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin-top:4px}.comment-likes-widget-placeholder::before{-webkit-font-smoothing:antialiased;font-family:Noticons;font-size:20px;line-height:.9;color:#5cb5d4;content:'\f408';width:16px;display:inline-block;vertical-align:middle}.post-likes-widget-placeholder
.button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder
.loading{color:#999;font-size:12px}.comment-likes-widget-placeholder
.loading{padding-left:5px;margin-top:2px;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like
h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0
10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link
img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link
img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em
0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0
0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline
em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0
0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title
a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items
p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title
a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post
span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post
span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs
span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0
0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0
0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content
ul{padding:0!important;margin:0
0 .7em 0!important;list-style:none!important}.sd-content ul
li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a
span{text-decoration:line-through}.sd-block.sd-gplus{margin:0
0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#545454!important;background:#f8f8f8;border:1px
solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px
8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button
span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px
solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul
li{margin:0
5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul
li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button
span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button
span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a
span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more
span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px
3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul
li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button
span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this
a{margin:0
0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0
10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button
iframe{width:98px}.reddit_button
iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button
a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px
3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a
span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0
0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a
span{width:0}body .sd-social-icon .sd-content li.share-custom a
span{padding-left:16px!important}.sharing-hidden
.inner{position:absolute;z-index:2;border:1px
solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner
ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden
ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option
a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a
span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px
8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px
23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px
solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark
#sharing_email{border-color:#fff}#sharing_email
.errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px
8px;line-height:1;margin:10px
0 0 0}#sharing_email
label{font-size:12px;color:#333;font-weight:700;display:block;padding:0
0 4px 0;text-align:left;text-shadow:none}#sharing_email
form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px
solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px
3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email
.sharing_cancel{padding:0
0 0 1em;font-size:12px;text-shadow:none}#sharing_email
.recaptcha{width:312px;height:123px;margin:0
0 1em 0}.slideshow-window{background-color:#222;border:20px
solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window
*{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window *
img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0
auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading
img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide
img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px
solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0
5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls
a.running{background-position:-34px 8px!important}body div div.slideshow-controls
a.paused{background-position:9px 8px!important}.slideshow-controls a
img{border:50px
dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent
#wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px
auto;border:1px
solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation
.step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}div.jetpack-quiz{border:1px
solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em
0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation
tt{font-size:85%}div.jetpack-quiz
pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}#subscribe-email
input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation
ul{display:block;margin:0
0 1.5em;padding:0}.jetpack-social-navigation
li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation
a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg
.icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0
0 20px;overflow:hidden}.tiled-gallery
img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item
a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px
0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item
img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item
img{border-radius:50%!important;-o-object-fit:cover;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.tiled-gallery.type-square .tiled-gallery-item
img{-o-object-fit:cover;object-fit:cover}.jetpack-display-remote-posts{margin:5px
0 20px 0}.jetpack-display-remote-posts
h4{margin:5px
0;padding:0}.jetpack-display-remote-posts
p{margin:0;padding:0}.jetpack-display-remote-posts
img{max-width:100%}.widget-grofile
h4{margin:1em
0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts
li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px
solid gray;border-radius:10px;padding:10px
5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget
ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul
li{border:0
none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li
a{border:0
none;text-decoration:none}.widget_wpcom_social_media_icons_widget
.genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px
23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image
a{display:block;margin:0
2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0
0 4px 2px}.widgets-grid-layout .widget-grid-view-image
img{max-width:100%;height:auto}.widgets-multi-column-grid
ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul
li{background:0 0;clear:none;float:left;margin:0
-5px -3px 0;padding:0
8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li
a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid
.avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout
li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout
span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}.widgets-multi-column-grid
ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul
li{background:0 0;clear:none;float:left;margin:0
-5px -3px 0;padding:0
8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li
a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid
.avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li
li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors
img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u
.adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}.widget_eu_cookie_law_widget{border:none;bottom:1em;display:none;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar
.widget_eu_cookie_law_widget.widget.top{top:3em}#eu-cookie-law{background-color:#fff;border:1px
solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px
6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law
form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px
solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0
0 0 5%;padding:8px
12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law
input.accept{bottom:8px;position:absolute;right:8px}}.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images
img{max-width:100%;margin:5px}.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0
0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper
label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list
li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li
a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li
label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}.jetpack_widget_social_icons li,.jetpack_widget_social_icons
ul{list-style:none}.jetpack_widget_social_icons
ul{display:block;margin:0
0 1.5em;padding:0}.jetpack_widget_social_icons ul
li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons
a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons
svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small
a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium
a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large
a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}