﻿/*!
Theme Name: The Franklin Nova Group
Theme URI:
Author: ijt
Description:
Text Domain: ijt
*/@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap");@import url("//hello.myfonts.net/count/3d8b55");.clearfix{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}* html .clearfix{zoom:1}*:first-child+html .clearfix{zoom:1}.center{text-align:center}.margin-zero{margin:0 auto !important}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:"";content:none}q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}@font-face{font-family:"SofiaPro-Bold";src:url("assets/fonts/SofiaProBold/font.woff2") format("woff2"),url("assets/fonts/SofiaProBold/font.woff") format("woff")}@font-face{font-family:"SofiaPro-Medium";src:url("assets/fonts/SofiaProMedium/font.woff2") format("woff2"),url("assets/fonts/SofiaProMedium/font.woff") format("woff")}@font-face{font-family:"SofiaPro-Regular";src:url("assets/fonts/SofiaProRegular/font.woff2") format("woff2"),url("assets/fonts/SofiaProRegular/font.woff") format("woff")}@font-face{font-family:"SofiaPro-Light";src:url("assets/fonts/SofiaProLight/font.woff2") format("woff2"),url("assets/fonts/SofiaProLight/font.woff") format("woff")}body,html{font-weight:400;font-family:"SofiaPro-Light",sans-serif;font-size:17px;color:#5a5a5a;line-height:1.5}@media screen and (max-width: 768px){body,html{font-size:16px}}h2{font-size:3rem;font-family:"SofiaPro-Bold"}@media screen and (max-width: 479px){h2{font-size:2.5rem;line-height:1.15}}h3{font-family:"SofiaPro-Bold";font-size:2.2rem;letter-spacing:0.015em;color:#ff8300;letter-spacing:-1px}@media screen and (max-width: 479px){h3{font-size:2rem}}h3 span{text-decoration:line-through;color:#303e48}h4{letter-spacing:0.05em}.bold,b,strong{font-family:"SofiaPro-Bold"}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.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, 100%, 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 jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@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}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity, filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger-box{width:40px;height:22px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:40px;height:4px;background-color:#ff8300;border-radius:0px;position:absolute;transition-property:transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-9px}.hamburger-inner::after{bottom:-9px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner::before{transform:translate3d(0, 9px, 0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner::after{transform:translate3d(0, -9px, 0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner::before{transform:translate3d(0, 9px, 0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner::after{transform:translate3d(0, -9px, 0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy .hamburger-inner::before,.hamburger--3dy .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner::before{transform:translate3d(0, 9px, 0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner::after{transform:translate3d(0, -9px, 0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy-r .hamburger-inner::before,.hamburger--3dy-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner::before{transform:translate3d(0, 9px, 0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner::after{transform:translate3d(0, -9px, 0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy .hamburger-inner::before,.hamburger--3dxy .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner::before{transform:translate3d(0, 9px, 0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner::after{transform:translate3d(0, -9px, 0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy-r .hamburger-inner::before,.hamburger--3dxy-r .hamburger-inner::after{transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent;transform:rotateX(180deg) rotateY(180deg) rotateZ(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner::before{transform:translate3d(0, 9px, 0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner::after{transform:translate3d(0, -9px, 0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner::before{transform:translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrow.is-active .hamburger-inner::after{transform:translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrow-r.is-active .hamburger-inner::before{transform:translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrow-r.is-active .hamburger-inner::after{transform:translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowalt .hamburger-inner::before{transition:top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt .hamburger-inner::after{transition:bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt.is-active .hamburger-inner::before{top:0;transform:translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);transition:top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt.is-active .hamburger-inner::after{bottom:0;transform:translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);transition:bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt-r .hamburger-inner::before{transition:top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt-r .hamburger-inner::after{transition:bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)}.hamburger--arrowalt-r.is-active .hamburger-inner::before{top:0;transform:translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);transition:top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowalt-r.is-active .hamburger-inner::after{bottom:0;transform:translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);transition:bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner::before{transform:translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--arrowturn.is-active .hamburger-inner::after{transform:translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner::before{transform:translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)}.hamburger--arrowturn-r.is-active .hamburger-inner::after{transform:translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::before,.hamburger--boring .hamburger-inner::after{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse .hamburger-inner::after{top:-18px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear}.hamburger--collapse .hamburger-inner::before{transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0, -9px, 0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;transform:rotate(-90deg);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse-r .hamburger-inner::after{top:-18px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear}.hamburger--collapse-r .hamburger-inner::before{transition:top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0, -9px, 0) rotate(45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--collapse-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear}.hamburger--collapse-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:0.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic .hamburger-inner::before{top:9px;transition:opacity 0.125s 0.275s ease}.hamburger--elastic .hamburger-inner::after{top:18px;transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0, 9px, 0) rotate(135deg);transition-delay:0.075s}.hamburger--elastic.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner::after{transform:translate3d(0, -18px, 0) rotate(-270deg);transition-delay:0.075s}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:0.275s;transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r .hamburger-inner::before{top:9px;transition:opacity 0.125s 0.275s ease}.hamburger--elastic-r .hamburger-inner::after{top:18px;transition:transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0, 9px, 0) rotate(-135deg);transition-delay:0.075s}.hamburger--elastic-r.is-active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner::after{transform:translate3d(0, -18px, 0) rotate(270deg);transition-delay:0.075s}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color 0.125s 0.175s ease-in}.hamburger--emphatic .hamburger-inner::before{left:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in}.hamburger--emphatic .hamburger-inner::after{top:9px;right:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner::before{left:-80px;top:-80px;transform:translate3d(80px, 80px, 0) rotate(45deg);transition:left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic.is-active .hamburger-inner::after{right:-80px;top:-80px;transform:translate3d(-80px, 80px, 0) rotate(-45deg);transition:right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color 0.125s 0.175s ease-in}.hamburger--emphatic-r .hamburger-inner::before{left:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in}.hamburger--emphatic-r .hamburger-inner::after{top:9px;right:0;transition:transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner::before{left:-80px;top:80px;transform:translate3d(80px, -80px, 0) rotate(-45deg);transition:left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--emphatic-r.is-active .hamburger-inner::after{right:-80px;top:80px;transform:translate3d(-80px, -80px, 0) rotate(45deg);transition:right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)}.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after{transition:bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear}.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after{opacity:0;transition:bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear}.hamburger--minus.is-active .hamburger-inner::before{top:0}.hamburger--minus.is-active .hamburger-inner::after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner::before{top:9px;transition-property:transform, opacity;transition-timing-function:ease;transition-duration:0.15s}.hamburger--slider .hamburger-inner::after{top:18px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0, 9px, 0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner::before{transform:rotate(-45deg) translate3d(-5.71429px, -5px, 0);opacity:0}.hamburger--slider.is-active .hamburger-inner::after{transform:translate3d(0, -18px, 0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner::before{top:9px;transition-property:transform, opacity;transition-timing-function:ease;transition-duration:0.15s}.hamburger--slider-r .hamburger-inner::after{top:18px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0, 9px, 0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner::before{transform:rotate(45deg) translate3d(5.71429px, -5px, 0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner::after{transform:translate3d(0, -18px, 0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:0.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin .hamburger-inner::before{transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r .hamburger-inner{transition-duration:0.22s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r .hamburger-inner::before{transition:top 0.1s 0.25s ease-in, opacity 0.1s ease-in}.hamburger--spin-r .hamburger-inner::after{transition:bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spin-r.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out, opacity 0.1s 0.12s ease-out}.hamburger--spin-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg);transition:bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s 0.13s linear}.hamburger--spring .hamburger-inner::before{top:9px;transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring .hamburger-inner::after{top:18px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:0.22s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner::before{top:0;transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 9px, 0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner::after{top:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 9px, 0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r .hamburger-inner::after{top:-18px;transition:top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear}.hamburger--spring-r .hamburger-inner::before{transition:top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0, -9px, 0) rotate(-45deg);transition-delay:0.22s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--spring-r.is-active .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s 0.22s linear}.hamburger--spring-r.is-active .hamburger-inner::before{top:0;transform:rotate(90deg);transition:top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand .hamburger-inner{transition:transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear}.hamburger--stand .hamburger-inner::before{transition:top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand .hamburger-inner::after{transition:bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent;transition:transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear}.hamburger--stand.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r .hamburger-inner{transition:transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear}.hamburger--stand-r .hamburger-inner::before{transition:top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r .hamburger-inner::after{transition:bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent;transition:transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear}.hamburger--stand-r.is-active .hamburger-inner::before{top:0;transform:rotate(-45deg);transition:top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--stand-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(45deg);transition:bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze .hamburger-inner{transition-duration:0.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top 0.075s 0.12s ease, opacity 0.075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:0.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.075s ease, opacity 0.075s 0.12s ease}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)}.hamburger--vortex .hamburger-inner{transition-duration:0.2s;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex .hamburger-inner::before,.hamburger--vortex .hamburger-inner::after{transition-duration:0s;transition-delay:0.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{transition-property:top, opacity}.hamburger--vortex .hamburger-inner::after{transition-property:bottom, transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex.is-active .hamburger-inner::before,.hamburger--vortex.is-active .hamburger-inner::after{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:0.2s;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex-r .hamburger-inner::before,.hamburger--vortex-r .hamburger-inner::after{transition-duration:0s;transition-delay:0.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner::before{transition-property:top, opacity}.hamburger--vortex-r .hamburger-inner::after{transition-property:bottom, transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.hamburger--vortex-r.is-active .hamburger-inner::before,.hamburger--vortex-r.is-active .hamburger-inner::after{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg)}header .header-container{z-index:9;max-width:85%;margin:0 auto;display:flex;justify-content:space-between;padding:1rem 0;align-items:center}header .header-container .logo img{height:75px}@media screen and (max-width: 479px){header .header-container .logo img{height:60px}}header .header-container .nav{z-index:9;opacity:1}header .header-container .nav .nav-button{cursor:pointer}header .header-container .nav .nav-button.is-active .hamburger-inner,header .header-container .nav .nav-button.is-active .hamburger-inner::before,header .header-container .nav .nav-button.is-active .hamburger-inner::after{background-color:#fff}.nav_container{z-index:5;position:fixed;top:0;opacity:0;right:-95%;width:47.5%;height:100vh;transition:all 0.4s ease-in-out;background-color:rgba(255,131,0,0.98);max-height:100vh;overflow-y:auto}.nav_container.open{right:0;opacity:1}.nav_container .menu-main-navigation-container{padding:1.5rem 5% 1rem 7.5%}.nav_container .menu-main-navigation-container .menu a{font-family:"SofiaPro-Bold";cursor:pointer;color:#fff;text-decoration:none;transition:0.2s linear;text-transform:lowercase;font-size:2rem}@media screen and (max-width: 479px){.nav_container .menu-main-navigation-container .menu a{font-size:1.45rem}}.nav_container .menu-main-navigation-container .menu a.empty{cursor:default}.nav_container .menu-main-navigation-container .menu .sub-menu{padding:0 0 0 2rem}.nav_container .menu-main-navigation-container .menu .sub-menu a{font-family:"SofiaPro-Light"}@media screen and (max-width: 1200px){.nav_container{width:65%}}@media screen and (max-width: 768px){.nav_container{width:80%}}@media screen and (max-width: 479px){.nav_container{width:95%}}.nav_container .nav_container_footer{padding:0 5% 0 7.5%}.nav_container .nav_container_footer .footer-nav{display:flex}.nav_container .nav_container_footer .footer-nav a{color:#fff;text-decoration:none;font-family:"SofiaPro-Regular";text-transform:lowercase;font-size:1.33rem}@media screen and (max-width: 479px){.nav_container .nav_container_footer .footer-nav a{font-size:1rem}}.nav_container .nav_container_footer .footer-nav li:not(:last-child){margin:0 0.5em 0 0}.nav_container .nav_container_footer .copyright{margin:1rem 0 0;color:#fff;font-size:0.8rem;padding:0 0 2.5rem}footer,.footer{border-top:12px solid #ff8300;background-color:#98989a;padding:3rem 0;font-size:0.9rem}footer a,.footer a{color:#fff;text-decoration:none;font-family:"SofiaPro-Bold"}footer img.logo,.footer img.logo{max-width:225px;margin:0 0 0.25rem}footer .footer-container,.footer .footer-container{max-width:85%;margin:0 auto;display:flex;justify-content:space-between;color:#fff}@media screen and (max-width: 768px){footer .footer-container,.footer .footer-container{flex-wrap:wrap}footer .footer-container .footer-column,.footer .footer-container .footer-column{width:100%}}footer .footer-container+.footer-container,.footer .footer-container+.footer-container{margin:0.5rem auto 0}footer .social_icons a,.footer .social_icons a{font-size:2.5rem}footer .social_icons a:not(:last-child),.footer .social_icons a:not(:last-child){margin:0 0.5em 0 0}@media screen and (max-width: 768px){footer .social_icons a,.footer .social_icons a{font-size:1.75rem}}footer .footer-nav,.footer .footer-nav{display:flex}footer .footer-nav li,.footer .footer-nav li{margin:0 0.5em}@media screen and (max-width: 768px){footer .footer-nav li,.footer .footer-nav li{margin:0 0.5em 0 0}}@media screen and (max-width: 768px){footer .footer-nav,.footer .footer-nav{margin:0.5rem 0 0}}body{overflow-x:hidden}.site-header .top_bar{background-color:#ff8300;color:#fff;text-align:center}.site-header .top_bar_content{padding:0.5em 0.5em}::-moz-selection{background:#ffa84d}::selection{background:#ffa84d}.btn{position:relative;cursor:pointer;background-color:#ff8300;color:#fff;padding:0.5em 1em;text-decoration:none;display:inline-block;transition:all 0.2s}.btn:hover{background-color:#cc6900}.link-button{margin:1em 0 0}.link-button a{color:#ff8300;text-decoration:none;position:relative;font-weight:bold;display:inline-block}.link-button a::after{position:absolute;left:0;bottom:-3px;display:inline-block;content:'';width:100%;height:3px;background-color:#ff8300}.intro_copy_block_section{padding:1rem 0 5rem}.intro_copy_block_section .intro_copy_block_container{position:relative;max-width:768px;margin:0 auto;text-align:right}.intro_copy_block_section .intro_copy_block_container h3{font-size:1.65rem}.intro_copy_block_section .intro_copy_block_container h2{color:#303e48;line-height:1.15;font-size:2.6rem;letter-spacing:-1px}.intro_copy_block_section .intro_copy_block_container .branding_plus{background-image:url("assets/imgs/svgs/brand-plus.svg");background-repeat:no-repeat;background-size:contain;width:3rem;height:3rem;position:absolute;bottom:-1.75rem;right:-2.25rem}@media screen and (max-width: 768px){.intro_copy_block_section .intro_copy_block_container{max-width:calc(95% - 4.5rem)}}.img_accent{position:absolute;bottom:0;right:0;background-color:#fff;background-image:url("assets/imgs/svgs/brand-plus.svg");background-repeat:no-repeat;background-size:70%;background-position:center;width:30px;height:30px}.section.interior_hero .interior_hero_images .image{position:relative;background-size:cover;background-repeat:no-repeat}.section.interior_hero .interior_hero_images .image:before{display:block;content:"";width:100%;padding-top:36%}.section.interior_hero .interior_hero_images .image>.content{position:absolute;top:0;left:0;right:0;bottom:0}@media screen and (max-width: 479px){.section.interior_hero .interior_hero_images .image{position:relative;background-position:center}.section.interior_hero .interior_hero_images .image:before{display:block;content:"";width:100%;padding-top:75%}.section.interior_hero .interior_hero_images .image>.content{position:absolute;top:0;left:0;right:0;bottom:0}}.section.basic_interior_section .basic_interior_container{padding:0 0 3rem;max-width:85%;margin:0 auto}.section.basic_interior_section .basic_interior_container h2{color:#303e48}@media screen and (max-width: 479px){.section.basic_interior_section .basic_interior_container h2{line-height:1.05}}.section.basic_interior_section .basic_interior_container .subtitle{color:#ff8300;font-size:1.25rem}@media screen and (max-width: 479px){.section.basic_interior_section .basic_interior_container .subtitle{margin:0.5em 0 0;line-height:1.15}}.section.basic_interior_section .basic_interior_container .copy_container{margin:0.5em 0 0}.section.basic_interior_section .basic_interior_container .copy_container h1,.section.basic_interior_section .basic_interior_container .copy_container h2,.section.basic_interior_section .basic_interior_container .copy_container h3,.section.basic_interior_section .basic_interior_container .copy_container h4,.section.basic_interior_section .basic_interior_container .copy_container h5,.section.basic_interior_section .basic_interior_container .copy_container h6{color:#303e48;font-family:"SofiaPro-Light";margin:0 0 0.25em}.section.basic_interior_section .basic_interior_container .copy_container h4{font-size:1.75rem}.section.basic_interior_section .basic_interior_container .copy_container h5{font-size:1.5rem}.section.basic_interior_section .basic_interior_container .copy_container h6{font-size:1.25rem}.section.basic_interior_section .basic_interior_container .copy_container a{color:#ff8300;text-decoration:none;font-family:"SofiaPro-Bold"}.section.basic_interior_section .basic_interior_container .copy_container p+p{margin:1em 0 0}.section.basic_interior_section .basic_interior_container .copy_container strong,.section.basic_interior_section .basic_interior_container .copy_container b{font-weight:bold}.section.basic_interior_section .basic_interior_container .copy_container ul,.section.basic_interior_section .basic_interior_container .copy_container ol{margin:0 0 1em 2em}.section.basic_interior_section .basic_interior_container .copy_container ul{list-style:disc}.section.basic_interior_section .basic_interior_container .copy_container ol{list-style:decimal}.section.basic_interior_section.no-pad .basic_interior_container{padding:0}.franklin_slider_nav_item{border:1px solid #98989a;cursor:pointer;width:2.5rem;height:2.5rem;vertical-align:middle;position:relative;transition:all 0.2s ease-in-out;background-color:#fff;background-image:url("assets/imgs/global/orange-caret.png");background-size:45%;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 1200px){.franklin_slider_nav_item{width:2rem;height:2rem}}@media screen and (max-width: 479px){.franklin_slider_nav_item{width:1.5rem;height:1.5rem}}.home_hero_slider_section{position:relative}.home_hero_slider_section .home_hero_slider_container{display:inline-block;width:100%;vertical-align:bottom}.home_hero_slider_section .home_hero_slider_container .slide{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.home_hero_slider_section .home_hero_slider_container .slide:before{display:block;content:"";width:100%;padding-top:49.35%}.home_hero_slider_section .home_hero_slider_container .slide>.content{position:absolute;top:0;left:0;right:0;bottom:0}@media screen and (max-width: 479px){.home_hero_slider_section .home_hero_slider_container .slide{position:relative}.home_hero_slider_section .home_hero_slider_container .slide:before{display:block;content:"";width:100%;padding-top:100%}.home_hero_slider_section .home_hero_slider_container .slide>.content{position:absolute;top:0;left:0;right:0;bottom:0}}.home_hero_slider_section .home_hero_slider_line_break{background-color:#ff8300;height:14px;width:100%}.home_capabilities_section{padding:1.5rem 0}.home_capabilities_section .home_capabilities_container{max-width:85%;margin:0 auto}.home_capabilities_section .home_capabilities_container .home_capabilities_intro h3{font-size:1.85rem}.home_capabilities_section .home_capabilities_container .home_capabilities_intro .sub_title{font-weight:lighter;font-size:1.15rem}.home_capabilities_section .home_capabilities_container .home_capabilities_advisory_offerings{padding:1.5rem 0;display:flex;justify-content:space-between}.home_capabilities_section .home_capabilities_container .home_capabilities_advisory_offerings .offering{width:49%}.home_capabilities_section .home_capabilities_container .home_capabilities_advisory_offerings .offering .title{color:#ff8300;font-size:1.9rem}.home_capabilities_section .home_capabilities_container .home_capabilities_advisory_offerings .offering .title span{text-decoration:line-through;color:#303e48}.home_capabilities_section .home_capabilities_container .home_capabilities_advisory_offerings .offering .description{font-weight:lighter}@media screen and (max-width: 768px){.home_capabilities_section .home_capabilities_container .home_capabilities_advisory_offerings .offering{width:100%}.home_capabilities_section .home_capabilities_container .home_capabilities_advisory_offerings .offering:not(:last-child){margin:0 0 1.5rem}}@media screen and (max-width: 768px){.home_capabilities_section .home_capabilities_container .home_capabilities_advisory_offerings{flex-wrap:wrap}}.home_capabilities_section .home_capabilities_container .home_capabilities_industries .title{font-size:2rem;color:#ff8300}.home_capabilities_section .home_capabilities_container .home_capabilities_industries .title span{text-decoration:line-through;color:#303e48}.home_capabilities_section .home_capabilities_container .home_capabilities_industries .title_break{width:100%;height:1px;background-color:#303e48;margin:0 0 1rem}.home_capabilities_section .home_capabilities_container .home_capabilities_industries .home_capabilities_industries_intro_copy{margin:0 0 0.5em;font-size:1.15rem}.home_capabilities_section .home_capabilities_container .home_capabilities_industries .home_capabilities_industries_intro_copy span{font-family:"SofiaPro-Bold";color:#ff8300}.home_capabilities_section .home_capabilities_container .home_capabilities_industries .home_capabilities_industries_container{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.home_capabilities_section .home_capabilities_container .home_capabilities_industries .home_capabilities_industries_container .industry{width:24%;margin:0 0 1.5rem}.home_capabilities_section .home_capabilities_container .home_capabilities_industries .home_capabilities_industries_container .industry a{text-decoration:none;color:#ff8300;display:flex;align-items:center}.home_capabilities_section .home_capabilities_container .home_capabilities_industries .home_capabilities_industries_container .industry .icon img{height:2.25rem;width:auto;vertical-align:middle}.home_capabilities_section .home_capabilities_container .home_capabilities_industries .home_capabilities_industries_container .industry .name{padding:0 0 0 0.5em;font-size:0.8rem}@media screen and (max-width: 1200px){.home_capabilities_section .home_capabilities_container .home_capabilities_industries .home_capabilities_industries_container .industry{width:32%}}@media screen and (max-width: 768px){.home_capabilities_section .home_capabilities_container .home_capabilities_industries .home_capabilities_industries_container .industry{width:49%}}.home_capabilities_industries_container{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.home_capabilities_industries_container .industry{width:24%;margin:0 0 1.5rem}.home_capabilities_industries_container .industry a{text-decoration:none;color:#ff8300;display:flex;align-items:center}.home_capabilities_industries_container .industry .icon img{height:2.25rem;width:auto;vertical-align:middle}.home_capabilities_industries_container .industry .name{padding:0 0 0 0.5em;font-size:0.8rem}@media screen and (max-width: 1200px){.home_capabilities_industries_container .industry{width:32%}}@media screen and (max-width: 768px){.home_capabilities_industries_container .industry{width:49%}}.home_our_experience_section{position:relative;background-color:#f4f6f6;padding:3rem 0}.home_our_experience_section .home_our_experience_container{position:relative;max-width:85%;margin:0 auto}.home_our_experience_section .home_our_experience_container .home_our_experience_intro h3{font-size:1.85rem}.home_our_experience_section .home_our_experience_container .home_our_experience_intro .sub_title{font-weight:lighter;font-size:1.15rem}.home_our_experience_section .home_our_experience_container .slick-slide{margin:0 8px}.home_our_experience_section .home_our_experience_container .slick-list{margin:0 -8px}.home_our_experience_section .home_our_experience_container .home_our_experience_slider{position:relative;margin:1.5rem auto;justify-content:space-between;width:100%}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone{overflow:hidden;position:relative;background-color:#303e48;position:relative;color:#fff}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone:before{display:block;content:"";width:100%;padding-top:125%}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone>.content{position:absolute;top:0;left:0;right:0;bottom:0}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone a{color:inherit}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:97.5%;transition:all 0.2s ease-in-out}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .img img{max-height:15vh;max-width:100%;margin:0 auto}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .back{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;text-align:center;padding:1rem;left:100%;transition:all 0.4s ease-in-out;display:flex;flex-direction:column;justify-content:space-between}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .back .client_logo img{margin:0 auto;max-width:100%;max-height:7vh}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .back .description{font-size:0.85vw}@media screen and (max-width: 479px){.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .back .description{font-size:1rem}}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .back .branding .break{width:100%}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .back .branding .break img{width:100%;max-width:100%}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .back .branding .logo{width:75%;margin:0 auto}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .back.acquisition .description{padding:1em 0;flex-grow:2;display:flex;flex-direction:column;justify-content:space-evenly}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .back.acquisition .description .acquisition_logo{margin:1rem auto}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone .back.acquisition .description .acquisition_logo img{margin:0 auto;max-height:7.5vh;max-width:100%}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone:hover,.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone.open{cursor:pointer}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone:hover .img,.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone.open .img{opacity:0;left:-100%}.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone:hover .back,.home_our_experience_section .home_our_experience_container .home_our_experience_slider .tombstone.open .back{opacity:1;left:0}.home_our_experience_section .franklin_slider_nav_item{position:absolute}.home_our_experience_section .franklin_slider_nav_item.back{left:-2.7rem;top:50%;-webkit-transform:translate(0, -50%) scaleX(-1);-ms-transform:translate(0, -50%) scaleX(-1);transform:translate(0, -50%) scaleX(-1)}@media screen and (max-width: 1200px){.home_our_experience_section .franklin_slider_nav_item.back{left:-2.2rem}}@media screen and (max-width: 479px){.home_our_experience_section .franklin_slider_nav_item.back{left:-1.7rem}}.home_our_experience_section .franklin_slider_nav_item.next{right:-2.7rem;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}@media screen and (max-width: 1200px){.home_our_experience_section .franklin_slider_nav_item.next{right:-2.2rem}}@media screen and (max-width: 479px){.home_our_experience_section .franklin_slider_nav_item.next{right:-1.7rem}}.home_our_team_section{padding:3rem 0}.home_our_team_section .home_our_team_container{max-width:85%;margin:0 auto}.home_our_team_section .home_our_team_container .home_our_team_intro h3{font-size:1.85rem}.home_our_team_section .home_our_team_container .home_our_team_intro .sub_title{font-weight:lighter;font-size:1.15rem;margin:0 0 0.25em}.home_our_team_section .home_our_team_container .home_our_team_listing{margin:1.5rem 0 0;display:flex;justify-content:space-between}.home_our_team_section .home_our_team_container .home_our_team_listing .team_member{width:32%}.home_our_team_section .home_our_team_container .home_our_team_listing .team_member .img{position:relative;position:relative;background-size:cover;background-repeat:no-repeat}.home_our_team_section .home_our_team_container .home_our_team_listing .team_member .img:before{display:block;content:"";width:100%;padding-top:74.43609%}.home_our_team_section .home_our_team_container .home_our_team_listing .team_member .img>.content{position:absolute;top:0;left:0;right:0;bottom:0}.home_our_team_section .home_our_team_container .home_our_team_listing .team_member .name{font-family:"SofiaPro-Medium";font-size:1.33rem}.home_our_team_section .home_our_team_container .home_our_team_listing .team_member a{text-decoration:none;color:inherit}@media screen and (max-width: 479px){.home_our_team_section .home_our_team_container .home_our_team_listing .team_member{width:100%}.home_our_team_section .home_our_team_container .home_our_team_listing .team_member:not(:last-child){margin:0 0 1.5rem}}@media screen and (max-width: 479px){.home_our_team_section .home_our_team_container .home_our_team_listing{flex-wrap:wrap}}.home_news_section{background-color:#f4f6f6;padding:3rem 0}.home_news_section .home_news_container{max-width:85%;margin:0 auto}.home_news_section .home_news_container_intro h3{font-size:1.85rem}.home_news_section .home_news_container_intro .sub_title{font-weight:lighter;font-size:1.15rem}.home_news_section .recent_news_articles{margin:1.5rem 0 0;display:flex;justify-content:space-between}.home_news_section .recent_news_articles .article{width:32%}.home_news_section .recent_news_articles .article .title{font-family:"SofiaPro-Bold";font-size:1.25rem;line-height:1.15;margin:0 0 0.5em}@media screen and (max-width: 768px){.home_news_section .recent_news_articles .article{width:100%}.home_news_section .recent_news_articles .article:not(:last-child){margin:0 0 1.5rem}}@media screen and (max-width: 768px){.home_news_section .recent_news_articles{flex-wrap:wrap}}.home_outcomes_section{padding:3rem 0}.home_outcomes_section .home_outcomes_container{position:relative;max-width:calc(85% - 5rem);margin:0 auto}.home_outcomes_section .home_outcomes_container .home_outcomes_slider .quote{position:relative;font-family:"SofiaPro-Bold";line-height:1.15;max-width:1024px;padding:0 2.5rem;margin:0 auto;font-size:2.5rem;text-align:right}.home_outcomes_section .home_outcomes_container .home_outcomes_slider .quote::before,.home_outcomes_section .home_outcomes_container .home_outcomes_slider .quote::after{color:#ff8300}.home_outcomes_section .home_outcomes_container .home_outcomes_slider .quote::before{content:'“'}.home_outcomes_section .home_outcomes_container .home_outcomes_slider .quote::after{content:'”';margin:0 -0.65em 0 0}@media screen and (max-width: 479px){.home_outcomes_section .home_outcomes_container .home_outcomes_slider .quote{max-width:100%;font-size:1.75rem}}.home_outcomes_section .home_outcomes_container .home_outcomes_slider .attribution{max-width:1024px;padding:0 2.5rem;margin:1em auto;text-align:right;font-size:1.15rem;color:#98989a}@media screen and (max-width: 479px){.home_outcomes_section .home_outcomes_container .home_outcomes_slider .attribution{max-width:100%}}.home_outcomes_section .home_outcomes_container .home_outcomes_slider .company_logo{max-width:1024px;margin:0 auto;padding:0 2.5rem;text-align:right}.home_outcomes_section .home_outcomes_container .home_outcomes_slider .company_logo img{max-width:240px;display:inline-block}@media screen and (max-width: 479px){.home_outcomes_section .home_outcomes_container .home_outcomes_slider .company_logo{max-width:100%}}.home_outcomes_section .home_outcomes_container .franklin_slider_nav_item{position:absolute}.home_outcomes_section .home_outcomes_container .franklin_slider_nav_item.back{left:0;top:50%;-webkit-transform:translate(0, -50%) scaleX(-1);-ms-transform:translate(0, -50%) scaleX(-1);transform:translate(0, -50%) scaleX(-1)}.home_outcomes_section .home_outcomes_container .franklin_slider_nav_item.next{right:0;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.section.team_section{max-width:85%;margin:0 auto 0}.section.team_section .team_listing_container{margin:0 -0.5% 0 -0.5%;display:flex;justify-content:space-between;flex-wrap:wrap}.section.team_section .team_listing_container .team_member{width:25%;padding:0 0.5%;margin:0 0 2%}.section.team_section .team_listing_container .team_member .img{position:relative;position:relative;background-size:cover;background-repeat:no-repeat}.section.team_section .team_listing_container .team_member .img:before{display:block;content:"";width:100%;padding-top:98%}.section.team_section .team_listing_container .team_member .img>.content{position:absolute;top:0;left:0;right:0;bottom:0}.section.team_section .team_listing_container .team_member .name{font-family:"SofiaPro-Medium";font-size:1.33rem}.section.team_section .team_listing_container .team_member a{text-decoration:none;color:inherit}@media screen and (max-width: 768px){.section.team_section .team_listing_container .team_member{width:50%}}.section.team_section .team_listing_container::after{content:'';flex:auto}@media screen and (max-width: 768px){.section.team_section .team_listing_container{flex-wrap:wrap}}.section.team_member_hero .hero_headshot_background{position:relative;background-size:cover;background-repeat:no-repeat}.section.team_member_hero .hero_headshot_background:before{display:block;content:"";width:100%;padding-top:36%}.section.team_member_hero .hero_headshot_background>.content{position:absolute;top:0;left:0;right:0;bottom:0}.section.team_member_details_section{padding:3rem 0}.section.team_member_details_section .team_member_details_container{max-width:85%;margin:0 auto}.section.team_member_details_section .team_member_details_container .member_section_break{width:100%;height:1px;background-color:#ff8300;margin:1.5rem 0}.section.team_member_details_section .team_member_details_container .details_intro{display:flex}.section.team_member_details_section .team_member_details_container .details_intro .name_and_title{width:60%;margin:0 5% 0 0}@media screen and (max-width: 768px){.section.team_member_details_section .team_member_details_container .details_intro .name_and_title{width:100%;margin:0}}.section.team_member_details_section .team_member_details_container .details_intro h2{font-size:2.7rem;color:#303e48;line-height:1}.section.team_member_details_section .team_member_details_container .details_intro .title{margin:0.25em 0 0;line-height:1;font-family:"SofiaPro-Light";font-size:1.33rem;color:#5a5a5a}.section.team_member_details_section .team_member_details_container .details_intro .contact .contact_row{display:flex}.section.team_member_details_section .team_member_details_container .details_intro .contact .contact_row .label{font-weight:700;color:#ff8300;width:5rem}.section.team_member_details_section .team_member_details_container .details_intro .contact .contact_row a{text-decoration:none;font-weight:700;color:#000}@media screen and (max-width: 768px){.section.team_member_details_section .team_member_details_container .details_intro .contact{width:100%;margin:1rem 0 0}}@media screen and (max-width: 768px){.section.team_member_details_section .team_member_details_container .details_intro{flex-wrap:wrap}}.section.team_member_details_section .team_member_details_container .overview_section{display:flex}.section.team_member_details_section .team_member_details_container .overview_section h3{color:#303e48}.section.team_member_details_section .team_member_details_container .overview_section .left{width:60%;margin:0 5% 0 0}@media screen and (max-width: 768px){.section.team_member_details_section .team_member_details_container .overview_section .left{width:100%}}.section.team_member_details_section .team_member_details_container .overview_section .left .overview_details h3{color:#303e48;line-height:1;margin:0 0 0.25em}.section.team_member_details_section .team_member_details_container .overview_section .left .overview_details p+p{margin:1em 0 0}.section.team_member_details_section .team_member_details_container .overview_section .right{width:35%}@media screen and (max-width: 768px){.section.team_member_details_section .team_member_details_container .overview_section .right{margin:1.5rem 0 0;width:100%}}.section.team_member_details_section .team_member_details_container .overview_section .transactions_listing_container .transactions_listing_toggle{margin:1em 0 0;color:#303e48;font-size:1.5rem;font-family:"SofiaPro-Bold";cursor:pointer;display:flex;align-items:center}.section.team_member_details_section .team_member_details_container .overview_section .transactions_listing_container .transactions_listing_toggle .icon{border:1px solid #98989a;width:1.5rem;height:1.5rem;vertical-align:middle;position:relative;margin:0 1rem 0 0;transition:all 0.2s ease-in-out}.section.team_member_details_section .team_member_details_container .overview_section .transactions_listing_container .transactions_listing_toggle .icon img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:0.5rem;height:auto}.section.team_member_details_section .team_member_details_container .overview_section .transactions_listing_container .transactions_listing_toggle.open .icon{transform:rotate(90deg)}.section.team_member_details_section .team_member_details_container .overview_section .transactions_listing_container .transactions_listing{display:none}.section.team_member_details_section .team_member_details_container .overview_section .transactions_listing_container .transactions_listing .label{color:#ff8300;font-family:"SofiaPro-Medium";font-style:italic}.section.team_member_details_section .team_member_details_container .overview_section .transactions_listing_container .transactions_listing .transaction+.transaction{margin:1.5rem 0 0}.section.team_member_details_section .team_member_details_container .overview_section .sub_details_section .sub_details_container .label{font-family:"SofiaPro-Bold";color:#303e48}.section.team_member_details_section .team_member_details_container .overview_section .sub_details_section .sub_details_container a{color:#ff8300;text-decoration:none;font-family:"SofiaPro-Medium";display:inline-block}.section.team_member_details_section .team_member_details_container .overview_section .sub_details_section .sub_details_container p{font-size:0.9rem}.section.team_member_details_section .team_member_details_container .overview_section .sub_details_section .sub_details_container+.sub_details_container{margin:1.5rem 0 0}@media screen and (max-width: 768px){.section.team_member_details_section .team_member_details_container .overview_section{flex-wrap:wrap}}.section.advisory_services_grid .advisory_services_grid_container{max-width:85%;margin:1.5rem auto;display:flex;justify-content:space-between}.section.advisory_services_grid .advisory_services_grid_container .grid_icon_block{width:33.33333%;text-align:center;padding:0 1.5% 2.5%}.section.advisory_services_grid .advisory_services_grid_container .grid_icon_block:not(:first-child){border-left:1px solid #ff8300}.section.advisory_services_grid .advisory_services_grid_container .grid_icon_block .title{font-family:"SofiaPro-Regular";color:#303e48}.section.advisory_services_grid .advisory_services_grid_container .grid_icon_block .icon{margin:0 0 0.25rem}.section.advisory_services_grid .advisory_services_grid_container .grid_icon_block .icon img{width:3rem}@media screen and (max-width: 479px){.section.advisory_services_grid .advisory_services_grid_container .grid_icon_block .icon{margin:2rem 0 0.25rem}}@media screen and (max-width: 479px){.section.advisory_services_grid .advisory_services_grid_container .grid_icon_block{width:100%}.section.advisory_services_grid .advisory_services_grid_container .grid_icon_block:not(:first-child){border-left:none;border-top:1px solid #ff8300}.section.advisory_services_grid .advisory_services_grid_container .grid_icon_block:not(:last-child){margin:0 0 1rem}}@media screen and (max-width: 479px){.section.advisory_services_grid .advisory_services_grid_container{flex-wrap:wrap}}.advisory_listings_section .advisory_listings_container{max-width:85%;margin:0 auto}.advisory_listings_section .advisory_listings_container h3{font-family:"SofiaPro-Light";color:#303e48;line-height:1;margin:0 0 0.33em}.advisory_listings_section .advisory_listings_container p+p{margin:1em 0 0}.advisory_listings_section .advisory_listings_container a{color:#ff8300;text-decoration:none;font-weight:400}.advisory_listings_section .advisory_listings_container .advisory_listing{border-top:1px solid #98989a;padding:1.75rem 0 2rem}.section.who_we_serve_listing_section .who_we_serve_listing_container{max-width:85%;margin:0 auto;padding:3rem 0}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item{width:100%;padding:0.5rem 0;border-bottom:1px solid #98989a}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_toggle{line-height:1;cursor:pointer;display:flex;align-items:center;width:100%}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_toggle .icon img{height:1.75rem}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_toggle .title{margin:0 0 0 1em;font-size:1.25rem}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_toggle .plus{width:1.5rem;height:1.5rem;margin-left:auto;background-image:url("assets/imgs/svgs/plus_sign.svg");background-repeat:no-repeat;background-size:contain;background-position:center;transition:all 0.3s ease-in-out}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_toggle.open .title{color:#ff8300}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_toggle.open .plus{background-image:url("assets/imgs/svgs/minus_sign.svg")}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content{display:none;padding:2rem 0 0}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content .description{margin:0 0 1em}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content .clients{margin:0.5rem 0}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content .clients .title{font-family:"SofiaPro-Bold";color:#303e48}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content .clients .client_logos{display:flex;justify-content:space-between;align-items:baseline}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content .clients .client_logos .logo{width:25%}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content .clients .client_logos .logo img{max-width:75%}.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content .clients .client_logos .logo .company_name{color:#4f708e}@media screen and (max-width: 768px){.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content .clients .client_logos .logo{width:33.33333%;margin:0 0 1rem}}@media screen and (max-width: 479px){.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content .clients .client_logos .logo{width:50%}}@media screen and (max-width: 1200px){.section.who_we_serve_listing_section .who_we_serve_listing_container .market_item .market_item_content .clients .client_logos{justify-content:flex-start;flex-wrap:wrap}}.news_articles_section{padding:0 0 3rem}.news_articles_section .news_articles_container{max-width:85%;margin:0 auto}.news_articles_section .article_category_toggles{border-top:1px solid #ff8300;display:flex}.news_articles_section .article_category_toggles .toggle{cursor:pointer;text-align:center;width:33.33333%;font-size:1.25rem;font-family:"SofiaPro-Bold";padding:0.33em 0;background-color:#f4f6f6;border-right:1px solid #ff8300;border-bottom:1px solid #ff8300}.news_articles_section .article_category_toggles .toggle.active{background-color:#fff;border-bottom:1px solid #fff}.news_articles_section .article_category_toggles .toggle:first-child{border-left:1px solid #ff8300}@media screen and (max-width: 768px){.news_articles_section .article_category_toggles .toggle{border:none;border-left:1px solid #ff8300;border-right:1px solid #ff8300;border-bottom:1px solid #ff8300;width:100%}.news_articles_section .article_category_toggles .toggle.active{background-color:#fff;border-bottom:1px solid #ff8300}}@media screen and (max-width: 768px){.news_articles_section .article_category_toggles{flex-wrap:wrap}}.news_articles_section .article_wells .well{display:none}.news_articles_section .article_wells .well .article{padding:2rem 0}.news_articles_section .article_wells .well .article h3{font-family:"SofiaPro-Light";font-size:1.75rem;color:#303e48;line-height:1;margin:1rem 0}.news_articles_section .article_wells .well .article .excerpt{padding:0}.news_articles_section .article_wells .well .article .link-button{margin:1rem 0 0}.news_articles_section .article_wells .well .article:not(:first-child){border-top:1px solid #98989a}.news_articles_section .article_wells .well.active{display:block}.news_articles_section .article_wells .well .no_posts{line-height:1.15;padding:0.5em 0;font-size:2.5rem;color:#303e48}.section.news_single_section{border-top:15px solid #303e48;padding:3rem 0}.section.news_single_section .news_single_container{max-width:85%;margin:0 auto}.section.news_single_section .news_single_container h3{color:#303e48;line-height:1.15}.section.news_single_section .news_single_container .sub_title{font-size:1.5rem;color:#303e48}.section.news_single_section .news_single_container .date{color:#ff8300;margin:0.5em 0}.section.news_single_section .news_single_container .news_single_break{height:2px;background-color:#98989a;width:100%;margin:1.5rem 0 1rem}.section.news_single_section .news_single_container .content_container h1,.section.news_single_section .news_single_container .content_container h2,.section.news_single_section .news_single_container .content_container h3,.section.news_single_section .news_single_container .content_container h4,.section.news_single_section .news_single_container .content_container h5,.section.news_single_section .news_single_container .content_container h6{color:#303e48;font-family:"SofiaPro-Light";margin:0 0 0.25em}.section.news_single_section .news_single_container .content_container h4{font-size:1.75rem}.section.news_single_section .news_single_container .content_container h5{font-size:1.5rem}.section.news_single_section .news_single_container .content_container h6{font-size:1.25rem}.section.news_single_section .news_single_container .content_container a{color:#ff8300;text-decoration:none;font-family:"SofiaPro-Bold"}.section.news_single_section .news_single_container .content_container p+p{margin:1em 0 0}.section.news_single_section .news_single_container .content_container strong,.section.news_single_section .news_single_container .content_container b{font-weight:bold}.section.news_single_section .news_single_container .content_container ul,.section.news_single_section .news_single_container .content_container ol{margin:0 0 1em 2em}.section.news_single_section .news_single_container .content_container ul{list-style:disc}.section.news_single_section .news_single_container .content_container ol{list-style:decimal}.section.news_single_section .news_single_container .about_section{margin:2.5rem 0 0}.section.news_single_section .news_single_container .about_section .title{color:#ff8300;font-family:"SofiaPro-Bold";font-size:1.33rem}.section.news_single_section .news_single_container .about_section a{text-decoration:none;color:#ff8300;font-family:"SofiaPro-Bold"}.section.news_single_section .news_single_container .back{margin:1.5rem 0 0}.section.news_single_section .news_single_container .back a{text-decoration:none;color:#ff8300;font-family:"SofiaPro-Bold"}.section.news_single_section .news_single_container .back a .icon{border:1px solid #98989a;width:2rem;height:2rem;vertical-align:middle;position:relative;margin:0 0.25rem 0 0;display:inline-block;transform:scaleX(-1)}.section.news_single_section .news_single_container .back a .icon img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:0.75rem;height:auto}.article_type_label{line-height:1;color:#4f708e;font-family:"SofiaPro-Bold"}.section.contact_form_section .contact_form_container{max-width:85%;margin:0 auto}.section.contact_form_section .contact_form_container h3{color:#303e48;font-size:1.75rem}.section.contact_form_section .contact_form_container .gform_fields{display:flex;justify-content:space-between;flex-wrap:wrap}.section.contact_form_section .contact_form_container .gfield{padding:0px !important;width:32%;display:flex;align-items:center;flex-wrap:wrap}.section.contact_form_section .contact_form_container .gfield .validation_message{width:100%;padding:0px !important}.section.contact_form_section .contact_form_container .gfield label{font-family:"SofiaPro-Light" !important;font-weight:lighter !important;width:20%}.section.contact_form_section .contact_form_container .gfield label .gfield_required{display:none !important}@media screen and (max-width: 768px){.section.contact_form_section .contact_form_container .gfield label{width:100%}}.section.contact_form_section .contact_form_container .gfield .ginput_container{width:80%}@media screen and (max-width: 768px){.section.contact_form_section .contact_form_container .gfield .ginput_container{width:100%}}.section.contact_form_section .contact_form_container .gfield select,.section.contact_form_section .contact_form_container .gfield input{width:100% !important}.section.contact_form_section .contact_form_container .gfield textarea{width:100%}@media screen and (max-width: 768px){.section.contact_form_section .contact_form_container .gfield{width:100%;display:block}}.section.contact_form_section .contact_form_container .ginput_container_textarea{width:100%}.section.contact_form_section .contact_form_container .gfield.fw{width:100%}.section.contact_form_section .contact_form_container .gfield.fw .ginput_container{width:100%}.section.contact_form_section .contact_form_container .optional-label{color:#ff8300;font-family:"SofiaPro-Bold";width:100%}.section.contact_form_section .contact_form_container .gfield.file{margin-top:0px !important;width:50%;display:flex;align-items:center;flex-wrap:nowrap}.section.contact_form_section .contact_form_container .gfield.file label{margin:0 1.5em 0 0;width:auto;white-space:nowrap}.section.contact_form_section .contact_form_container .gfield.file .ginput_container_fileupload{width:100%;margin-top:0px !important}.section.contact_form_section .contact_form_container form{font-family:"SofiaPro-Light" !important}.section.contact_form_section .contact_form_container select,.section.contact_form_section .contact_form_container textarea,.section.contact_form_section .contact_form_container input[type="text"]{border:1px solid #ff8300}.section.contact_form_section .contact_form_container select{padding:0.333em 0}.form_container input[type="submit"]{appearance:none !important;border:none !important;background-color:#ff8300;color:#fff;padding:0.25em 1em;cursor:pointer;text-transform:lowercase;font-family:"SofiaPro-Bold"}.form_container input[type="file"]{color:#ff8300;text-decoration:none;position:relative;font-weight:bold;display:inline-block}.form_container input[type="file"]::-webkit-file-upload-button{visibility:hidden;position:absolute}.form_container input[type="file"]::before{content:'select file';display:inline-block;background:linear-gradient(top, #f9f9f9, #e3e3e3);border-bottom:2px solid #ff8300;padding:0 0 4px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt;margin:0 1em 0 0}.form_container input[type="file"]::after{position:absolute;left:0;bottom:-3px;display:inline-block;content:'';width:100%;height:3px;background-color:#ff8300}.careers_copy_container .headline{font-size:1.15rem;color:#ff8300;font-family:"SofiaPro-Bold"}.careers_copy_container .copy_row+.copy_row{margin:1.5rem 0 0}.careers_copy_container h1,.careers_copy_container h2,.careers_copy_container h3,.careers_copy_container h4,.careers_copy_container h5,.careers_copy_container h6{color:#303e48;font-family:"SofiaPro-Light";margin:0 0 0.25em}.careers_copy_container h4{font-size:1.75rem}.careers_copy_container h5{font-size:1.5rem}.careers_copy_container h6{font-size:1.25rem}.careers_copy_container a{color:#ff8300;text-decoration:none;font-family:"SofiaPro-Bold"}.careers_copy_container p+p{margin:1em 0 0}.careers_copy_container strong,.careers_copy_container b{font-weight:bold}.careers_copy_container ul,.careers_copy_container ol{margin:0 0 1em 2em}.careers_copy_container ul{list-style:disc}.careers_copy_container ol{list-style:decimal}
