@charset "UTF-8";html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}button,input[type="submit"]{-webkit-font-smoothing:antialiased;background-color:#333;border-radius:3px;color:white;display:inline-block;font-size:1em;font-weight:bold;line-height:1;padding:.75em 1em;text-decoration:none}button:hover,input[type="submit"]:hover{background-color:#000;color:white}button:disabled,input[type="submit"]:disabled{cursor:not-allowed;opacity:.5}button.button:hover,input.button[type="submit"]:hover{background-color:#ffee38;color:black}body{-webkit-font-smoothing:antialiased;background-color:white;color:#333;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1em;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;line-height:1.25;margin:0;text-rendering:optimizeLegibility}h1{font-size:2.25em}h2{font-size:2em}h3{font-size:1.75em}h4{font-size:1.5em}h5{font-size:1.25em}h6{font-size:1em}p{margin:0 0 .75em}a{-webkit-transition:color .1s linear;transition:color .1s linear;color:#333;text-decoration:none}a:hover{color:#000}a:active,a:focus{color:#000;outline:0}hr{border-bottom:1px solid #DDD;border-left:0;border-right:0;border-top:0;margin:1.5em 0}img,picture{margin:0;max-width:100%}blockquote{border-left:2px solid #DDD;color:#595959;margin:1.5em 0;padding-left:.75em}cite{color:#737373;font-style:italic}cite:before{content:"\2014 \00A0"}fieldset{background:#f7f7f7;border:1px solid #DDD;margin:0 0 .75em 0;padding:1.5em}input,label,select{display:block;font-family:"pt-sans",Helvetica,sans-serif;font-size:1em}label{margin-bottom:.375em}label.required:after{content:"*"}label abbr{display:none}textarea,input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],select[multiple=multiple]{box-sizing:border-box;-webkit-transition:border-color;transition:border-color;background-color:white;border-radius:0;border:2px solid #bebebe;box-shadow:none;font-family:"pt-sans",Helvetica,sans-serif;font-size:1em;margin-bottom:.75em;padding:.5em .5em;width:100%}textarea:hover,input[type="email"]:hover,input[type="number"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="text"]:hover,input[type="url"]:hover,input[type="color"]:hover,input[type="date"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="month"]:hover,input[type="time"]:hover,input[type="week"]:hover,select[multiple=multiple]:hover{border-color:#c4c4c4}textarea:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="url"]:focus,input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,select[multiple=multiple]:focus{border-color:#eddc26;box-shadow:none;background-color:#fffef1;outline:0}textarea.form-error,input[type="email"].form-error,input[type="number"].form-error,input[type="password"].form-error,input[type="search"].form-error,input[type="tel"].form-error,input[type="text"].form-error,input[type="url"].form-error,input[type="color"].form-error,input[type="date"].form-error,input[type="datetime"].form-error,input[type="datetime-local"].form-error,input[type="month"].form-error,input[type="time"].form-error,input[type="week"].form-error,select[multiple=multiple].form-error{border-color:#d11920;background-color:#fff9f9}textarea.form-error:hover,input[type="email"].form-error:hover,input[type="number"].form-error:hover,input[type="password"].form-error:hover,input[type="search"].form-error:hover,input[type="tel"].form-error:hover,input[type="text"].form-error:hover,input[type="url"].form-error:hover,input[type="color"].form-error:hover,input[type="date"].form-error:hover,input[type="datetime"].form-error:hover,input[type="datetime-local"].form-error:hover,input[type="month"].form-error:hover,input[type="time"].form-error:hover,input[type="week"].form-error:hover,select[multiple=multiple].form-error:hover{border-color:#a31419}textarea.form-error:focus,input[type="email"].form-error:focus,input[type="number"].form-error:focus,input[type="password"].form-error:focus,input[type="search"].form-error:focus,input[type="tel"].form-error:focus,input[type="text"].form-error:focus,input[type="url"].form-error:focus,input[type="color"].form-error:focus,input[type="date"].form-error:focus,input[type="datetime"].form-error:focus,input[type="datetime-local"].form-error:focus,input[type="month"].form-error:focus,input[type="time"].form-error:focus,input[type="week"].form-error:focus,select[multiple=multiple].form-error:focus{border-color:#eddc26;box-shadow:none;background-color:#fffef1;outline:0}textarea,input[type="text"],input[type="submit"],input[type="password"],input[type="email"]{-webkit-appearance:none}textarea{resize:vertical}input[type="search"]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}input[type="checkbox"],input[type="radio"]{display:inline;margin-right:.375em}input[type="file"]{padding-bottom:.75em;width:100%}select{margin-bottom:1.5em;max-width:100%;width:auto}table{border-collapse:collapse;margin:.75em 0;table-layout:fixed;width:100%}th{border-bottom:1px solid #b7b7b7;font-weight:bold;padding:.75em 0;text-align:left}td{border-bottom:1px solid #DDD;padding:.75em 0}tr,td,th{vertical-align:middle}ul,ol{margin:0;padding:0;list-style-type:none}dl{margin-bottom:.75em}dl dt{font-weight:bold;margin-top:.75em}dl dd{margin:0}button,input[type="submit"]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;border:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}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}strong{font-weight:bold}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}button,input[type="submit"]{-webkit-font-smoothing:antialiased;background-color:#333;border-radius:3px;color:white;display:inline-block;font-size:1em;font-weight:bold;line-height:1;padding:.75em 1em;text-decoration:none}button:hover,input[type="submit"]:hover{background-color:#000;color:white}button:disabled,input[type="submit"]:disabled{cursor:not-allowed;opacity:.5}button.button:hover,input.button[type="submit"]:hover{background-color:#ffee38;color:black}body{-webkit-font-smoothing:antialiased;background-color:white;color:#333;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:1em;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;line-height:1.25;margin:0;text-rendering:optimizeLegibility}h1{font-size:2.25em}h2{font-size:2em}h3{font-size:1.75em}h4{font-size:1.5em}h5{font-size:1.25em}h6{font-size:1em}p{margin:0 0 .75em}a{-webkit-transition:color .1s linear;transition:color .1s linear;color:#333;text-decoration:none}a:hover{color:#000}a:active,a:focus{color:#000;outline:0}hr{border-bottom:1px solid #DDD;border-left:0;border-right:0;border-top:0;margin:1.5em 0}img,picture{margin:0;max-width:100%}blockquote{border-left:2px solid #DDD;color:#595959;margin:1.5em 0;padding-left:.75em}cite{color:#737373;font-style:italic}cite:before{content:"\2014 \00A0"}fieldset{background:#f7f7f7;border:1px solid #DDD;margin:0 0 .75em 0;padding:1.5em}input,label,select{display:block;font-family:"pt-sans",Helvetica,sans-serif;font-size:1em}label{margin-bottom:.375em}label.required:after{content:"*"}label abbr{display:none}textarea,input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="time"],input[type="week"],select[multiple=multiple]{box-sizing:border-box;-webkit-transition:border-color;transition:border-color;background-color:white;border-radius:0;border:2px solid #bebebe;box-shadow:none;font-family:"pt-sans",Helvetica,sans-serif;font-size:1em;margin-bottom:.75em;padding:.5em .5em;width:100%}textarea:hover,input[type="email"]:hover,input[type="number"]:hover,input[type="password"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="text"]:hover,input[type="url"]:hover,input[type="color"]:hover,input[type="date"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="month"]:hover,input[type="time"]:hover,input[type="week"]:hover,select[multiple=multiple]:hover{border-color:#c4c4c4}textarea:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="url"]:focus,input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,select[multiple=multiple]:focus{border-color:#eddc26;box-shadow:none;background-color:#fffef1;outline:0}textarea.form-error,input[type="email"].form-error,input[type="number"].form-error,input[type="password"].form-error,input[type="search"].form-error,input[type="tel"].form-error,input[type="text"].form-error,input[type="url"].form-error,input[type="color"].form-error,input[type="date"].form-error,input[type="datetime"].form-error,input[type="datetime-local"].form-error,input[type="month"].form-error,input[type="time"].form-error,input[type="week"].form-error,select[multiple=multiple].form-error{border-color:#d11920;background-color:#fff9f9}textarea.form-error:hover,input[type="email"].form-error:hover,input[type="number"].form-error:hover,input[type="password"].form-error:hover,input[type="search"].form-error:hover,input[type="tel"].form-error:hover,input[type="text"].form-error:hover,input[type="url"].form-error:hover,input[type="color"].form-error:hover,input[type="date"].form-error:hover,input[type="datetime"].form-error:hover,input[type="datetime-local"].form-error:hover,input[type="month"].form-error:hover,input[type="time"].form-error:hover,input[type="week"].form-error:hover,select[multiple=multiple].form-error:hover{border-color:#a31419}textarea.form-error:focus,input[type="email"].form-error:focus,input[type="number"].form-error:focus,input[type="password"].form-error:focus,input[type="search"].form-error:focus,input[type="tel"].form-error:focus,input[type="text"].form-error:focus,input[type="url"].form-error:focus,input[type="color"].form-error:focus,input[type="date"].form-error:focus,input[type="datetime"].form-error:focus,input[type="datetime-local"].form-error:focus,input[type="month"].form-error:focus,input[type="time"].form-error:focus,input[type="week"].form-error:focus,select[multiple=multiple].form-error:focus{border-color:#eddc26;box-shadow:none;background-color:#fffef1;outline:0}textarea,input[type="text"],input[type="submit"],input[type="password"],input[type="email"]{-webkit-appearance:none}textarea{resize:vertical}input[type="search"]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}input[type="checkbox"],input[type="radio"]{display:inline;margin-right:.375em}input[type="file"]{padding-bottom:.75em;width:100%}select{margin-bottom:1.5em;max-width:100%;width:auto}table{border-collapse:collapse;margin:.75em 0;table-layout:fixed;width:100%}th{border-bottom:1px solid #b7b7b7;font-weight:bold;padding:.75em 0;text-align:left}td{border-bottom:1px solid #DDD;padding:.75em 0}tr,td,th{vertical-align:middle}ul,ol{margin:0;padding:0;list-style-type:none}dl{margin-bottom:.75em}dl dt{font-weight:bold;margin-top:.75em}dl dd{margin:0}button,input[type="submit"]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;border:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}body{margin:0;font-family:"pt-sans",Helvetica,sans-serif;background-color:#000;font-size:16px;color:black}.site-container{padding:0 0 5em 0;background-color:#FFF;-webkit-transition:background-color .75s ease-in-out;transition:background-color .75s ease-in-out}.site-container:after{content:"";display:table;clear:both}.site-container.container--home{color:#666}h1,h2,h3,h4,h5,h6{font-family:"adelle",Georgia,"Times New Roman",Times,serif;margin:1em 0 .5em 0;font-weight:600;color:black}h1{font-size:5.125em;font-weight:600}@media(max-width:767px){h1{font-size:2.625em}}h2{font-size:4.25em}@media(max-width:767px){h2{font-size:2.125em}}h3{font-size:3.25em}@media(max-width:1023px){h3{font-size:2.625em}}@media(max-width:767px){h3{font-size:1.625em}}h4{font-size:1.5em}@media(max-width:767px){h4{font-size:1.375em}}h5{font-size:2.125em}@media(max-width:767px){h5{font-size:1.0625em}}label{margin-top:1em}input[type="submit"]{margin-top:1em}strong{color:black}em{font-style:italic}.container{max-width:68em;margin-left:auto;margin-right:auto;margin:0 auto;width:90%;max-width:960px;position:relative}.container:after{content:"";display:table;clear:both}.container.container--large{max-width:1340px}.nowrap{white-space:nowrap}.hero{width:100%;margin:0;padding-top:4em;padding-bottom:4em;background-color:transparent}.hero.hero--halfpadding{padding-bottom:2em}.hero.hero__explore-more{padding-top:0}.hero__header{margin-top:0;margin-bottom:.2em}.hero__subheader{margin-top:0;margin-bottom:1em}.hero__explore-more .hero__header{margin-bottom:1em}.hero__subheader{font-size:1.25em;color:black}@media(max-width:1023px){.hero__subheader{font-size:1.125em}}@media(max-width:767px){.hero__subheader{font-size:1em}}.col-span-1{position:relative;float:left;display:block;margin-right:2.35765%;width:6.17215%}.col-span-1:last-child{margin-right:0}.col-span-1.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-1{margin-left:8.5298%}@media(max-width:767px){.col-span-1{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-1:last-child{margin-right:0}.col-offset-1{margin-left:0}}.col-span-2{position:relative;float:left;display:block;margin-right:2.35765%;width:14.70196%}.col-span-2:last-child{margin-right:0}.col-span-2.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-2{margin-left:17.05961%}@media(max-width:767px){.col-span-2{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-2:last-child{margin-right:0}.col-offset-2{margin-left:0}}.col-span-3{position:relative;float:left;display:block;margin-right:2.35765%;width:23.23176%}.col-span-3:last-child{margin-right:0}.col-span-3.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-3{margin-left:25.58941%}@media(max-width:767px){.col-span-3{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-3:last-child{margin-right:0}.col-offset-3{margin-left:0}}.col-span-4{position:relative;float:left;display:block;margin-right:2.35765%;width:31.76157%}.col-span-4:last-child{margin-right:0}.col-span-4.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-4{margin-left:34.11922%}@media(max-width:767px){.col-span-4{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-4:last-child{margin-right:0}.col-offset-4{margin-left:0}}.col-span-5{position:relative;float:left;display:block;margin-right:2.35765%;width:40.29137%}.col-span-5:last-child{margin-right:0}.col-span-5.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-5{margin-left:42.64902%}@media(max-width:767px){.col-span-5{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-5:last-child{margin-right:0}.col-offset-5{margin-left:0}}.col-span-6{position:relative;float:left;display:block;margin-right:2.35765%;width:48.82117%}.col-span-6:last-child{margin-right:0}.col-span-6.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-6{margin-left:51.17883%}@media(max-width:767px){.col-span-6{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-6:last-child{margin-right:0}.col-offset-6{margin-left:0}}.col-span-7{position:relative;float:left;display:block;margin-right:2.35765%;width:57.35098%}.col-span-7:last-child{margin-right:0}.col-span-7.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-7{margin-left:59.70863%}@media(max-width:767px){.col-span-7{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-7:last-child{margin-right:0}.col-offset-7{margin-left:0}}.col-span-8{position:relative;float:left;display:block;margin-right:2.35765%;width:65.88078%}.col-span-8:last-child{margin-right:0}.col-span-8.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-8{margin-left:68.23843%}@media(max-width:767px){.col-span-8{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-8:last-child{margin-right:0}.col-offset-8{margin-left:0}}.col-span-9{position:relative;float:left;display:block;margin-right:2.35765%;width:74.41059%}.col-span-9:last-child{margin-right:0}.col-span-9.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-9{margin-left:76.76824%}@media(max-width:767px){.col-span-9{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-9:last-child{margin-right:0}.col-offset-9{margin-left:0}}.col-span-10{position:relative;float:left;display:block;margin-right:2.35765%;width:82.94039%}.col-span-10:last-child{margin-right:0}.col-span-10.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-10{margin-left:85.29804%}@media(max-width:767px){.col-span-10{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-10:last-child{margin-right:0}.col-offset-10{margin-left:0}}.col-span-11{position:relative;float:left;display:block;margin-right:2.35765%;width:91.4702%}.col-span-11:last-child{margin-right:0}.col-span-11.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-11{margin-left:93.82785%}@media(max-width:767px){.col-span-11{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-11:last-child{margin-right:0}.col-offset-11{margin-left:0}}.col-span-12{position:relative;float:left;display:block;margin-right:2.35765%;width:100%}.col-span-12:last-child{margin-right:0}.col-span-12.center{float:none;margin:0 auto;text-align:center;overflow:auto}.col-offset-12{margin-left:102.35765%}@media(max-width:767px){.col-span-12{float:left;display:block;margin-right:2.35765%;width:100%}.col-span-12:last-child{margin-right:0}.col-offset-12{margin-left:0}}.button{display:inline-block;position:relative;text-decoration:none;font-weight:700;padding:20px;font-size:12px;background-color:#ffee38;text-transform:uppercase;letter-spacing:.2em;color:black;border-radius:0;vertical-align:inherit;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.button.fixed,.section--fixed .button{width:220px;margin:0 20px;overflow:hidden}.button.button--transparent{background-color:transparent}.button:hover:not(:disabled){padding:20px 40px}.button:hover:not(:disabled).fixed,.section--fixed .button:hover:not(:disabled){padding:20px;width:260px}.button:hover:not(:disabled).button--transparent{padding:20px;letter-spacing:.3em}.button:active{background-color:#ffee38}html.touch .button{-webkit-transition:none;transition:none}html.touch .button:hover:not(:disabled){padding:20px}html.touch .button:hover:not(:disabled).fixed{padding:20px;width:220px}html.touch .section--fixed .button:hover:not(:disabled){padding:20px;width:220px}.error-message,.alert.alert-danger{color:#d11920;font-size:.8em;margin-bottom:.5em}.error-message.text-center,.alert.alert-danger.text-center{font-size:1em}.hiring__description{line-height:1.4em;margin-top:0}.hiring__cta{width:200px;margin:1em}.contact__cta{width:200px}.gray-box{display:block;width:100%;height:600px;background:#999}.nobr{white-space:nowrap}.lowercase{text-transform:lowercase}.debug__output{display:none}.header{margin:0;padding:1em 0 .6em 0}.header:after{content:"";display:table;clear:both}.header .logo{width:81px}.header--sticky{position:fixed;top:0;width:100%;z-index:2;display:none;opacity:0;background-color:#ffee38;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .3s ease;transition:all .3s ease}.header--absolute{position:absolute;top:0;width:100%;z-index:1}.header__logo-link{float:left}.sticky-header--display{display:block}@media(max-width:767px){.sticky-header--display{display:none}}.sticky-header--show{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media(max-width:767px){.sticky-header--show{background-color:transparent}}.site-nav{margin-top:.1em;float:right;font-size:1.125em;position:relative;width:180px}.site-nav li{margin-left:1em;display:inline}@media(max-width:767px){.site-nav{display:none;width:140px;font-size:1em}}.site-nav__link{position:absolute;letter-spacing:0;-webkit-transition:all .3s ease;transition:all .3s ease}.site-nav__link.link--first{left:0}.site-nav__link.link--second{right:0}.site-nav__link:hover{letter-spacing:.03em}html.touch .site-nav__link:hover{letter-spacing:0}.mobile-nav{position:fixed;background-color:black;background-color:rgba(0,0,0,0.9);color:white;font-family:"adelle",Georgia,"Times New Roman",Times,serif;font-weight:700;z-index:10;opacity:0;-webkit-transition:opacity .35s cubic-bezier(0.455,0.03,0.515,0.955);transition:opacity .35s cubic-bezier(0.455,0.03,0.515,0.955)}.mobile-nav ul li{width:100%;height:20%;height:20vh}.mobile-nav ul li.mobile-nav__disclaimer{font-family:"pt-sans",Helvetica,sans-serif;text-align:center;max-width:240px;margin:0 auto;font-weight:400;color:#9c9c9c;position:relative}.mobile-nav ul li a{display:block;text-transform:uppercase;line-height:4em;line-height:20vh;text-align:center;font-size:2em;color:white}.mobile-nav ul li p{padding-top:8%;padding-top:8vh}.mobile-nav ul li p:before{content:'';width:30px;height:1px;background-color:white;position:absolute;top:0;left:50%;margin-left:-15px}.outgoing .mobile-nav,.active .mobile-nav{top:0;left:0;right:0;bottom:0;opacity:1}.outgoing .mobile-nav{opacity:0}.ou .mobile-nav-wrapper,.outgoing .mobile-nav-wrapper{margin-left:auto}.mobile-nav-wrapper{margin-left:100%;z-index:11;position:fixed;left:0;top:0;right:0;bottom:0}.mobile-nav__list{position:absolute;bottom:10%;bottom:10vh;width:100%}.mobile-nav-trigger{z-index:12;display:none;position:fixed;right:.2em;width:52px;height:52px;padding:10px;padding-top:24px;top:.2em;background-color:white;background-color:rgba(255,255,255,0.9);-webkit-transition:background-color .35s cubic-bezier(0.455,0.03,0.515,0.955);transition:background-color .35s cubic-bezier(0.455,0.03,0.515,0.955)}@media(max-width:767px){.mobile-nav-trigger{display:inline-block}}.mobile-nav-trigger span,.mobile-nav-trigger span::before,.mobile-nav-trigger span::after{cursor:pointer;height:4px;width:30px;background-color:#333;position:absolute;display:block;content:"";-webkit-transition:all .35s cubic-bezier(0.455,0.03,0.515,0.955);transition:all .35s cubic-bezier(0.455,0.03,0.515,0.955)}.mobile-nav-trigger span::before{top:-10px}.mobile-nav-trigger span::after{bottom:-10px}.active .mobile-nav-trigger{background-color:transparent}.active .mobile-nav-trigger span{background-color:transparent}.active .mobile-nav-trigger span::before,.active .mobile-nav-trigger span::after{background-color:white}.active .mobile-nav-trigger span::before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.active .mobile-nav-trigger span::after{bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}footer{padding:30px 0;margin:0;position:relative;background:#000;color:#999;text-transform:uppercase}footer .extras{max-width:68em;margin-left:auto;margin-right:auto}footer .extras:after{content:"";display:table;clear:both}footer .extras .contact{float:left;display:block;margin-right:2.35765%;width:48.82117%}footer .extras .contact:last-child{margin-right:0}footer .extras .contact a{border:1px solid #076fe4;border-radius:3px;box-shadow:inset 0 1px 0 0 #8ebcf1;color:white;display:inline-block;font-size:inherit;font-weight:bold;background-color:#4294f0;background-image:-webkit-linear-gradient(#4294f0,#0776f3);background-image:linear-gradient(#4294f0,#0776f3);padding:7px 18px;text-decoration:none;text-shadow:0 1px 0 #0065d6;background-clip:padding-box;padding:2px 8px 0 8px}footer .extras .contact a:hover:not(:disabled){box-shadow:inset 0 1px 0 0 #60a2ec;cursor:pointer;background-color:#2f87ea;background-image:-webkit-linear-gradient(#2f87ea,#086fe3);background-image:linear-gradient(#2f87ea,#086fe3)}footer .extras .contact a:active:not(:disabled),footer .extras .contact a:focus:not(:disabled){border:1px solid #076fe4;box-shadow:inset 0 0 8px 4px #0868d3,inset 0 0 8px 4px #0868d3}footer .extras .contact a:disabled{opacity:.5;cursor:not-allowed}footer .extras .social{float:left;display:block;margin-right:2.35765%;width:48.82117%;margin-right:0}footer .extras .social:last-child{margin-right:0}footer .copyright{max-width:68em;margin-left:auto;margin-right:auto}footer .copyright:after{content:"";display:table;clear:both}footer li{margin-left:1em;display:inline}footer a{color:#999}footer a:hover{color:white}.footer__nav{float:left;margin-right:1em}.footer-nav__link{padding:0 1em}@media(max-width:767px){.footer-nav__link:first-child{padding-left:0}}.footer__social{float:left}.footer__links{float:right}@media(max-width:767px){.footer__links{float:none;overflow:auto}}.social__link{padding:0 .5em}.social__image{display:inline-block}.social--instagram{background:url(https://kettle-2014.s3.amazonaws.com/img/social/icon_instagram.png?v=1452787114853) no-repeat 0 0;width:14px;height:14px;background-size:100% auto}.social--instagram:hover{background-position:0 -15px}.social--facebook{background:url(https://kettle-2014.s3.amazonaws.com/img/social/icon_facebook.png?v=1452787114853) no-repeat 0 0;width:6px;height:14px;background-size:100% auto}.social--facebook:hover{background-position:0 -15px}.social--twitter{background:url(https://kettle-2014.s3.amazonaws.com/img/social/icon_twitter.png?v=1452787114853) no-repeat 0 0;width:15px;height:14px;background-size:100% auto}.social--twitter:hover{background-position:0 -15px}.back-to-top{display:block;position:absolute;top:-66px;left:50%;margin-left:-38px;width:76px;height:22px;background-size:76px 22px;background-image:url(https://kettle-2014.s3.amazonaws.com/img/top_scroll_arrow.png?v=1452787114853)}.back-to-top::after{content:'Top';position:absolute;width:100%;text-align:center;bottom:0;text-transform:uppercase;-webkit-transition:all 1.2s ease;transition:all 1.2s ease;color:transparent;color:black;bottom:-28px;color:transparent}.back-to-top:hover::after{color:#333}.section.intro{color:#000;margin:0 auto;background-color:white;position:relative;overflow:hidden;height:900px}@media(max-width:767px){.section.intro{padding:6em 0}}.section.intro>.container{height:100%}.section.intro>.container:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.55em}.section.intro .container--inner{display:inline-block;vertical-align:middle;position:relative;overflow:visible;padding:2em 0;z-index:1}@media(max-width:1023px){.section.intro .container--inner{margin-bottom:40px}}.section.intro .container--inner:after{content:'';background-color:#000;position:absolute;width:162px;height:1px;left:0}.section.intro .container--inner:after{bottom:0}.inc5000-badge{position:absolute;top:0;left:50%;margin-left:290px}.inc5000-badge .inc5000__image{width:108px;height:108px}.inc5000-badge .inc5000__image.inc5000--rotate{display:block}.inc5000-badge .inc5000__image.inc5000--straight{display:none}@media(max-width:1023px){.inc5000-badge{top:auto;margin:auto;left:0;bottom:-120px}.inc5000-badge .inc5000__image{width:90px;height:90px}.inc5000-badge .inc5000__image.inc5000--rotate{display:none}.inc5000-badge .inc5000__image.inc5000--straight{display:block}}@media(max-width:767px){.inc5000-badge{bottom:-90px}.inc5000-badge .inc5000__image{width:64px;height:64px}}.intro__header{margin:0 0 .2em 0;line-height:1.2em}.intro__leader{font-size:1.4375em}@media screen and (max-width:767px){.intro__leader{max-width:90%;margin-left:auto;margin-right:auto}}.block__animate{position:absolute;top:0;width:50%;height:100%;-webkit-transition:all 2s ease-in-out;transition:all 2s ease-in-out;background-color:#ffee38;-webkit-transform:translateZ(0);transform:translateZ(0)}.block__animate.block--left{left:0;-webkit-transform:rotate(-15deg) translate3d(-25%,-50%,0);transform:rotate(-15deg) translate3d(-25%,-50%,0)}.block__animate.block--right{right:0;-webkit-transform:rotate(-15deg) translate3d(25%,50%,0);transform:rotate(-15deg) translate3d(25%,50%,0)}.block__animate.block--animated{-webkit-transform:rotate(0) translate3d(0,0,0);transform:rotate(0) translate3d(0,0,0)}.blocks{max-width:68em;margin-left:auto;margin-right:auto}.blocks:after{content:"";display:table;clear:both}.blocks .block-row{float:left;display:block;margin-right:2.35765%;width:100%;display:table;width:100%;table-layout:fixed}.blocks .block-row:last-child{margin-right:0}.blocks .block{height:320px;padding:2.35765%;color:#fff;font-size:1.2em}.blocks .block-l{display:table-cell;width:66.66667%;background:#ef233c}@media screen and (max-width:767px){.blocks .block-l{display:table-cell;width:50%}}.blocks .block-s{display:table-cell;width:33.33333%;background:#00ab88}@media screen and (max-width:767px){.blocks .block-s{display:table-cell;width:50%}}.project__description{font-size:1.3em}.project__text{margin-bottom:0}.project__cta{font-weight:bold;display:block;margin-bottom:2em}.project__image{display:block}.hiring{color:#000}.hiring .section-background{background-image:url(https://kettle-2014.s3.amazonaws.com/img/ny.png?v=1452787114853);background-position:bottom center;background-repeat:no-repeat}.instagram{max-width:1224px;display:block;margin:0 auto;overflow:auto}.instagram .instagram__image{float:left;width:25%}@media(max-width:640px){.instagram .instagram__image{width:50%}}.first-projects{max-width:1224px;margin:0 auto;overflow:auto}.first-projects__project{width:50%;float:left;position:relative;height:0;padding-bottom:600px;background:#bbb}.first-projects__project:first-child{background:#eee}.first-projects__project:last-child{background:#999}@media(max-width:840px){.first-projects__project{width:100%;max-width:420px;padding-bottom:400px;float:none;margin:0 auto}.first-projects__project:nth-child(3){background:#eee}}.first-projects__text{margin:4em 5em 5em}@media(max-width:840px){.first-projects__text{margin:0;padding:2em 2em 0 2em}}.first-projects__project-header{margin:0}.capabilities{max-width:68em;margin-left:auto;margin-right:auto}.capabilities:after{content:"";display:table;clear:both}.capabilities .capability{float:left;display:block;margin-right:2.35765%;width:31.76157%;margin-bottom:1.5em}.capabilities .capability:last-child{margin-right:0}.capabilities .capability:nth-child(3n){margin-right:0}.capabilities .capability:nth-child(3n+1){clear:left}@media screen and (max-width:767px){.capabilities .capability{float:left;display:block;margin-right:2.35765%;width:100%}.capabilities .capability:last-child{margin-right:0}.capabilities .capability:nth-child(n){margin-right:0}}.sketches{max-width:68em;margin-left:auto;margin-right:auto;margin-bottom:2em}.sketches:after{content:"";display:table;clear:both}.sketches .sketches-note{float:left;display:block;margin-right:2.35765%;width:31.76157%;text-align:center}.sketches .sketches-note:last-child{margin-right:0}.sketches .sketches-note:nth-child(3n){margin-right:0}.sketches .sketches-note:nth-child(3n+1){clear:left}.tenants .tenant{border-bottom:1px solid #ccc;padding:30px 0}.tenants .tenant:first-child{border-top:1px solid #ccc}.tenants .tenant h2{margin-top:0}.tenants .tenant h2,.tenants .tenant h3,.tenants .tenant p{width:45%;text-align:left}.tenants .tenant .illustration{position:relative;float:right;width:40%;padding-top:40%;background-color:#ccc;opacity:0;-webkit-transition:opacity 1s cubic-bezier(0.77,0,0.175,1);transition:opacity 1s cubic-bezier(0.77,0,0.175,1)}.tenants .tenant:nth-child(even) .illustration{float:left}.tenants .tenant:nth-child(even) h2,.tenants .tenant:nth-child(even) h3,.tenants .tenant:nth-child(even) p{text-align:right;margin-left:55%}@media screen and (max-width:767px){.tenants .tenant .illustration,.tenants .tenant:nth-child(even) .illustration{float:none;margin:0 auto 30px}.tenants .tenant h2,.tenants .tenant h3,.tenants .tenant p,.tenants .tenant:nth-child(even) h2,.tenants .tenant:nth-child(even) h3,.tenants .tenant:nth-child(even) p{width:100%;text-align:center;margin-left:0;margin-right:0}}.section.section__join-us{padding-top:8em}.openings{max-width:68em;margin-left:auto;margin-right:auto}.openings:after{content:"";display:table;clear:both}.section__openings{margin-top:4em}@media(max-width:1023px){.section__openings{margin-top:2em}}.openings-cities{padding:2em 0}.openings-cities .openings-city{width:120px;text-align:center}.openings-cities .openings-city:first-child{margin-left:0}.openings-cities .openings-city:last-child{margin-right:0}@media(max-width:767px){.openings-cities .openings-city{padding:20px 0;width:30%;float:left;margin:0 2.5%}.openings-cities .openings-city:hover:not(:disabled){width:30% !important}}.openings-cities .openings-city.active{background:#333;color:white}.openings-cities .openings-city:hover:not(:disabled){width:160px}html.touch .openings-cities .openings-city:hover:not(:disabled){width:120px}.openings-list div{float:left;display:block;margin-right:2.35765%;width:31.76157%}.openings-list div:last-child{margin-right:0}.openings-list div:nth-child(3n){margin-right:0}.openings-list div:nth-child(3n+1){clear:left}@media(max-width:1023px){.openings-list div{margin:auto;float:left;display:block;margin-right:2.35765%;width:100%}.openings-list div:last-child{margin-right:0}}.job__job-title{line-height:1;padding:.4em 0}.job__job-title a{color:#666}.job__job-title a:hover{color:black}.perks li:before{content:'\2713';margin:0 1em}.social{max-width:68em;margin-left:auto;margin-right:auto}.social:after{content:"";display:table;clear:both}.social .social-row{float:left;display:block;margin-right:2.35765%;width:100%;display:table;width:100%;table-layout:fixed}.social .social-row:last-child{margin-right:0}.social .social-item{height:240px;background:#fbe11f;display:table-cell;width:25%}.social .social-item-twitter{font-size:1.1em;color:#fff;padding:1em;background:#009abc}.pagination{max-width:68em;margin-left:auto;margin-right:auto}.pagination:after{content:"";display:table;clear:both}.pagination .pagination-left{text-align:left;float:left;display:block;margin-right:2.35765%;width:48.82117%}.pagination .pagination-left:last-child{margin-right:0}.pagination .pagination-right{text-align:right;float:left;display:block;margin-right:2.35765%;width:48.82117%;margin-right:0}.pagination .pagination-right:last-child{margin-right:0}.case-studies{max-width:68em;margin-left:auto;margin-right:auto}.case-studies:after{content:"";display:table;clear:both}.case-studies .case-study{float:left;display:block;margin-right:2.35765%;width:48.82117%;text-align:center;background:#eee;height:200px}.case-studies .case-study:last-child{margin-right:0}.case-studies .case-study:nth-child(2n){margin-right:0}.case-studies .case-study:nth-child(2n+1){clear:left}.case-studies .case-study .title{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.posts .post{max-width:68em;margin-left:auto;margin-right:auto}.posts .post:after{content:"";display:table;clear:both}.posts .post-meta{float:left;display:block;margin-right:2.35765%;width:31.76157%;text-align:right}.posts .post-meta:last-child{margin-right:0}.posts .post-content{float:left;display:block;margin-right:2.35765%;width:65.88078%;margin-right:0}.posts .post-content:last-child{margin-right:0}.form-group{position:relative}.form-group.required:before{content:'*';position:absolute;left:-10px;top:-4px;font-size:1.5em;color:#e8d723}.portfolio__upload{color:#666}.portfolio__upload:hover{color:black}.project--proud{font-weight:700;font-size:1.2em}.section.section__apply{padding-top:8em}.job-description__description{margin-top:2em}.job-description__description ul{list-style-type:disc;margin:0 3em .75em 3em}.criteria li:before{content:'\2713';margin:0 1em}.application__thank-you{position:relative;margin-bottom:3em;padding-bottom:1em;overflow:hidden}.application__thank-you:after{content:'';width:240px;height:1px;position:absolute;bottom:0;background-color:black}.job-description__header.header--type{font-weight:300;margin:0}.portfolio-upload-target{display:none;margin-top:1em}.application__save{margin:1em 1em 0 0}.application__cancel{margin:1em 0 0 1em;text-decoration:underline}.section.section__contact{padding-top:8em;padding-bottom:2.6em}@media(max-width:767px){.section.section__contact{padding-bottom:1.2em}}.section.section__contact .hero__header{line-height:1}.contact__hero,.contact__city{float:left;display:block;margin-right:2.35765%;width:100%;color:black}.contact__hero:last-child,.contact__city:last-child{margin-right:0}.contact__city{margin-top:1em}.contact__city .hero__subheader{margin-bottom:0}.contact__city p{margin:0}.contact__city .map__directions a{color:#666}.contact__city .map__directions a:hover{color:black}.city__header{display:block}.directions__pin{width:14px;margin-right:6px;margin-bottom:-1px}.contact-form__header{position:relative;padding-top:.5em}.contact-form__header:before{content:'';position:absolute;height:1px;top:0;background-color:black;width:240px}.contact-us__submit{margin-top:3em}@media(max-width:767px){.contact-us__submit{margin-top:1em}}.section.section__for-client{padding-top:0;padding-bottom:3em}@media(max-width:767px){.section.section__for-client{padding-bottom:2em}}.section.section__for-press{position:relative}.section.section__for-press:before,.section.section__for-press:after{content:'';position:absolute;height:1px;background-color:black;width:240px}.section.section__for-press:before{top:0}.section.section__for-press:after{bottom:0}.section.section__for-press,.section.section__for-workers{padding:2em 0}.section.section__for-press a,.section.section__for-workers a{-webkit-transition:all .3s ease;transition:all .3s ease;color:#666}.section.section__for-press a:hover,.section.section__for-workers a:hover{color:black}.container--interior .section.section__study__vertical{margin-bottom:-5em}.contact-form__contact-info{margin-top:1em;padding-top:3em;position:relative}.contact-form__contact-info:before{content:'';width:240px;height:1px;position:absolute;top:0;background-color:black}.input.required{position:relative}.input.required:before{content:'*';position:absolute;left:-10px;top:-4px;font-size:1.5em;color:#e8d723}.signature-output__preview-wrapper{font-family:'Andale Mono','Lucida Console','Courier New',Courier,monospace;color:black}.signature-output__preview-wrapper .preview__phone{color:#777}.signature-output__preview-wrapper .preview__kettle{font-family:Georgia,'Times New Roman',Times,serif;font-weight:bold;color:black}.signature-output__preview-wrapper .preview__extra{color:#777;text-decoration:none}.signature-output__code .code__wrapper{padding:.6em;background:#fafafa;border:1px solid black}.section{padding:4em 0}@media(max-width:767px){.section{padding:2em 0}}.section.halfpadding{padding-bottom:2em}.section.nopadding{padding-bottom:0}.section.nopadding-top{padding-top:0}.debug{position:fixed;top:0;width:100%;background-color:#000;color:#fff;font-weight:bold;height:24px;line-height:24px;padding:0 10px;font-family:monospace;font-size:12px;overflow:hidden}.debug .debug-message{color:#fff}.section__collaborations{padding:8em 0 7em 0;background-color:#fafafa}@media(max-width:1023px){.section__collaborations{padding:4em 0 3em 0}}@media(max-width:767px){.section__collaborations{padding:4em 0 2.4em 0}}.collaboration-row:after{content:"";display:table;clear:both}.client__collaboration{float:left;display:block;margin-right:2.35765%;width:31.76157%;position:relative;height:121px}.client__collaboration:last-child{margin-right:0}.client__collaboration:nth-child(3n){margin-right:0}@media(max-width:767px){.client__collaboration{float:left;display:block;margin-right:2.35765%;width:100%;height:auto;padding:1.75em 0}.client__collaboration:last-child{margin-right:0}.client__collaboration:nth-child(3n){float:left;display:block;margin-right:2.35765%;width:100%}.client__collaboration:nth-child(3n):last-child{margin-right:0}}.client__collaboration .client-image{position:absolute;top:50%;left:50%}@media(max-width:767px){.client__collaboration .client-image{position:static;top:auto;left:auto;margin:0 !important}}.client__collaboration .client-image__apple{width:47px;height:58px;margin-left:-24px;margin-top:-29px}.client__collaboration .client-image__pepsi{width:54px;height:72px;margin-left:-27px;margin-top:-36px}.client__collaboration .client-image__mac{width:126px;height:17px;margin-left:-63px;margin-top:-9px}.client__collaboration .client-image__kik{width:79px;height:43px;margin-left:-39px;margin-top:-21px}.client__collaboration .client-image__christies{width:151px;height:71px;margin-left:-77px;margin-top:-37px}.client__collaboration .client-image__pernod-ricard{width:173px;height:68px;margin-left:-86px;margin-top:-34px}.section.section__callout{padding:8em 0 4em 0}@media(max-width:1023px){.section.section__callout{padding:4em 0 0 0}}.section.section__callout .callout__subheader{margin:0 0 2em 0;font-size:1.25em}.section__instagram{max-width:1224px;display:block;margin:0 auto;overflow:auto}.section__instagram .instagram__image{float:left;width:25%}@media(max-width:640px){.section__instagram .instagram__image{width:50%}}.section.section__culture{background-color:#ffee38;padding:8em 0;padding-bottom:0}@media(max-width:1023px){.section.section__culture{padding:4em 0;padding-bottom:0}}.section.section__culture.section-culture__perks{padding:4em 0;padding-bottom:0}@media(max-width:1023px){.section.section__culture.section-culture__perks{padding:2em 0;padding-bottom:0}}.culture-perks__subheader{text-transform:uppercase;display:block;margin:.6em 0;font-size:.875em}@media(max-width:767px){.culture-perks__subheader{margin:1em 0 .6em 0}}.culture-perks__list{list-style-type:disc;margin-left:1em}@media(max-width:767px){.culture-perks__list{margin-bottom:.6em}}.culture__row{background-color:transparent;color:black;position:relative}.culture__row:after{content:"";display:table;clear:both}.culture__description{font-size:1.25em;color:black}.culture__container{margin-top:3em}@media(max-width:1023px){.culture__container{margin-top:2em}}.culture__item{display:block;float:left;width:25%;box-sizing:border-box;position:relative}@media(max-width:767px){.culture__item{width:50%}}.culture__item img{display:block}.culture-item__fill{padding-bottom:100%;height:0}.culture-item__inner{width:100%;height:100%;position:absolute;top:0;left:0;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.item--tweet .culture-item__inner{padding:1em}@media(max-width:1023px){.item--tweet .culture-item__inner{padding:.5em}}.item--instagram img{min-width:100%}.item--tweet{font-family:"pt-sans",Helvetica,sans-serif;background-color:white}.item--tweet strong{font-family:"pt-sans",Helvetica,sans-serif;text-transform:uppercase;font-size:.8125em;font-weight:700;display:block;margin-bottom:2em}@media(max-width:1023px){.item--tweet strong{font-size:.6875em;margin-bottom:.5em}}.item--tweet a{color:#999}.item--tweet a:hover{color:black}.tweet__text{font-size:1.125em}@media(max-width:1023px){.tweet__text{font-size:.875em}}.tweet__meta{position:absolute;bottom:1em;width:100%;padding:0 1em;left:0}@media(max-width:767px){.tweet__meta{display:none}}.tweet__bird{width:18px;float:left}.tweet-meta__actions{float:right}.tweet-meta__actions a{padding:0 .2em}.tweet-meta__actions a:last-child{padding-right:0}.tweet-meta__actions img{width:24px;display:inline-block}.section.section__projects{padding:8em 0 6em 0}@media(max-width:1023px){.section.section__projects{padding:4em 0 2em 0}}.projects__wrapper{margin-top:2em}.projects__project{float:left;display:block;margin-right:2.35765%;width:48.82117%;box-sizing:border-box;padding:0 1em}.projects__project:last-child{margin-right:0}.projects__project:nth-child(2n){margin-right:0}.projects__project:nth-child(2n+1){clear:left}@media(max-width:1023px){.projects__project{float:left;display:block;margin-right:2.35765%;width:48.82117%}.projects__project:last-child{margin-right:0}.projects__project:nth-child(even){margin-right:0}}@media(max-width:1023px) and (max-width:767px){.projects__project:nth-child(even){margin-right:auto !important}}@media(max-width:767px){.projects__project{float:left;display:block;margin-right:2.35765%;width:100%;float:none;max-width:400px;margin:0 auto;padding:.5em 0}.projects__project:last-child{margin-right:0}}.projects__project .project__image{border:1px solid #e8e8e8}.projects__project .project__image img{display:block}.projects__text{margin:1em 0 2.6em 0}.projects__text .projects__title{text-transform:uppercase;font-weight:700}.section__study__horizontal .study__header{margin:.25em 0}.section__study__horizontal .study__description{font-size:1.3em}.section__study__horizontal .study__image{display:block}.section__study__horizontal .study__image-container{margin-top:2em}.section__study__vertical{padding:0;position:relative;height:900px;background-color:white}@media(max-width:1023px){.section__study__vertical{height:auto}}.section__study__vertical .container{height:100%;width:100%;max-width:100%}@media(max-width:1023px){.section__study__vertical .container{height:50%;width:90%}}@media(max-width:767px){.section__study__vertical .container{height:auto}}.section__study__vertical .study__header{text-transform:uppercase;font-weight:700;color:#000}.section__study__vertical .study__details{height:100%;text-align:center;color:black;position:relative;float:left;display:block;margin-right:2.35765%;width:48.82117%;width:50%}.section__study__vertical .study__details:last-child{margin-right:0}@media(max-width:1023px){.section__study__vertical .study__details{float:left;display:block;margin-right:2.35765%;width:100%}.section__study__vertical .study__details:last-child{margin-right:0}}.section__study__vertical .study-details__inner{padding:2em 0;height:100%;max-width:654px;margin:0 auto}.section__study__vertical .study-details__inner:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.55em}@media(max-width:1023px){.section__study__vertical .study-details__inner{max-width:100%;margin:0;margin-top:-20px}}@media(max-width:767px){.section__study__vertical .study-details__inner{margin-top:-10px}}.section__study__vertical .study__quote{display:inline-block;vertical-align:middle;width:80%}.section__study__vertical .study__quote .quotation{margin:.5em 0;line-height:1.5em;font-weight:400}.section__study__vertical .study__quote .quotation .underline{position:relative;border-bottom:1px solid black}@media(max-width:1023px){.section__study__vertical .study__quote .quotation .underline{border-bottom:0}}.section__study__vertical .study__quote .quotation .underline:after{content:attr(data-speech);position:absolute;top:55%;left:0;width:100%;font-size:10px;font-family:"pt-sans",Helvetica,sans-serif;text-transform:uppercase}@media(max-width:1023px){.section__study__vertical .study__quote .quotation .underline:after{content:''}}@media(max-width:1023px){.section__study__vertical .study__quote{width:100%}.section__study__vertical .study__quote .quotation{line-height:1.2em}}.section__study__vertical .quotation__author{text-transform:uppercase;color:#000}.section__study__vertical .quotation__author-title{color:#000}.section__study__vertical .study__cta{margin-top:2em}@media(max-width:767px){.section__study__vertical .study__cta{margin-top:1em}}.section__study__vertical .study__image-container{position:absolute;top:0;right:0;width:50%;height:100%;min-height:400px}@media(max-width:1023px){.section__study__vertical .study__image-container{position:relative;width:100%;height:50%}}@media(max-width:767px){.section__study__vertical .study__image-container{height:auto}}.section__study__vertical .study__image{display:block}.section__study__vertical .image-container{position:absolute;min-height:200px;overflow:hidden}.section__study__vertical .image-container__top{position:absolute;width:100%;height:65%;background-color:#ab48b8}.section__study__vertical .image-container__bottom{position:absolute;width:50%;height:35%;top:65%}.section__study__vertical .image-container__bottom.image-bottom__first{left:0;background-color:#403641}.section__study__vertical .image-container__bottom.image-bottom__second{right:0;background-color:#dc4c89}.section__study__vertical .image-container__inner{width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat}.section__study__vertical .image-container__video{height:100%;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-left:3px solid #ab48b8;border-right:3px solid #ab48b8}.section__study__vertical .image-container__1 .image-container__top{height:100%}.section__study__vertical .image-container__1 .image-container__bottom{display:none}.section__study__vertical .image-container__2 .image-container__top{height:50%}.section__study__vertical .image-container__2 .image-container__bottom{width:100%;height:50%;top:50%}.section__study__vertical .image-container__2 .image-container__bottom.image-bottom__second{display:none}@media(max-width:1023px){.section__study__vertical.section__ML .image-container__top{height:100%}.section__study__vertical.section__ML .image-container__bottom{display:none}.section__study__vertical.section__BBP .image-container__top,.section__study__vertical.section__AMEX .image-container__top{display:none}.section__study__vertical.section__BBP .image-container__bottom,.section__study__vertical.section__AMEX .image-container__bottom{height:100%;top:0}}.section__study__vertical.section__ML .image-container__top .image-container__inner{background-image:url(https://kettle-2014.s3.amazonaws.com/img/case-studies/madlibs_screen_gif.gif?v=1452787114853)}.section__study__vertical.section__BBP .image-container__top{background-color:#7a6e7c}.section__study__vertical.section__BBP .image-container__bottom{background-color:#8cb82a}.section__study__vertical.section__SGH .image-container__top{background-color:#a05f3d}.section__study__vertical.section__SGH .image-container__top .image-container__inner{background-position:top center}.section__study__vertical.section__AMEX .image-container__top{background-color:#343630}.section__study__vertical.section__AMEX .image-container__bottom{background-color:#1b455f}.section__study__vertical:nth-child(odd) .study__details{float:right}.section__study__vertical:nth-child(odd) .study__image-container{left:0}.study__section{padding:4em 0}.study__section .image-animate.image-animated,.section__study__vertical .image-animate.image-animated,.section__study__horizontal .image-animate.image-animated{-webkit-animation:animate_images 1.2s ease-in-out normal forwards}@-webkit-keyframes animate_images{0{-webkit-transform:scale(1,1);transform:scale(1,1)}40%{-webkit-transform:scale(1.04,1.04);transform:scale(1.04,1.04)}100%{-webkit-transform:scale(1,1);transform:scale(1,1)}}.section__study__vertical .quotation{opacity:0;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:.8s ease;transition:.8s ease;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,transform}@media(max-width:1023px){.section__study__vertical .quotation{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}@media(max-width:767px){.section__study__vertical .quotation{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}}.section__study__vertical .quotation.quote-animated{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.ie9 .section__study__vertical .quotation{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.study__section-image-gallery .image-gallery-container{margin-bottom:4em}.study__section-image-gallery .image-gallery-container .image-gallery-image .image-gallery-caption{font-size:1.4em;font-weight:bold}.study__section-image-gallery .container:last-child .image-gallery-container{margin-bottom:0}.study__challenge .challenge{margin-top:2em}.study__challenge .challenge .challenge-statistics{display:block;margin:1em auto;text-align:center}.study__challenge .challenge .challenge-description{font-size:1.4em}.study__challenge .challenge .challenge-description .challenge-cta{font-size:.8em;min-width:200px;text-align:center}.study__intro{margin-top:8em;padding-top:0}@media(max-width:640px){.study__intro{margin-top:4em}}.study__intro .intro-subheader{margin:0}.study__intro .intro-header{margin:0}.study__intro .intro-description{margin:.4em 0}.study__title{position:fixed}.study__title.freeze{position:absolute;top:440px}.study__hero{margin-top:200px}.study__pullquote .pullquote__cite{font-size:1.75em}